Skip to content

Releases: cybersokari/allure-deployer-action

v1.9.7

13 Apr 18:56

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.9.6...v1.9.7

v1.9.6

17 Feb 16:58

Choose a tag to compare

Create redirect index.html file in prefix sub-directory when a prefix is provided

v1.9.5

17 Feb 12:09

Choose a tag to compare

Fix

Resolved self-hosted runner Artifact download 404 error by using apiUrl in github.context for custom Octokit in artifact.service.ts

Notes:

Self-hosted running might require extra setup when used behind a firewall

v1.9.4

16 Feb 22:38
7bb85b7

Choose a tag to compare

What's new

  1. Deprecation
  • gcs_bucket_prefix, use prefix
  • gh_artifact_prefix, use prefix
  1. Write the Test report in /prefix/ sub-directory when prefix is provided for GitHub pages.

Bug fixes and improvement:

  1. Retry the Github API request when necessary
  2. Fail gracefully when downloading and uploading artefacts

v1.9.3

16 Feb 11:42

Choose a tag to compare

What's new

  1. Deprecation
  • gcs_bucket_prefix, use prefix
  • gh_artifact_prefix, use prefix
  1. Write the Test report in /prefix/ sub-directory when prefix is provided for GitHub pages.

v1.9.1

13 Feb 18:18
824f32c

Choose a tag to compare

What's new

  1. Redirect GitHub pages home domain to last report
    https://owner.github.io/repo >> https://owner.github.io/repo/123232323/index.html
  2. New keep config to configure the maximum number of test reports to keep on the GitHub pages.
  3. New gh_artifact_prefix config to separate History and Retries in multi-projects

Breaking changes

github_subfolder removed in favour of gh_artifact_prefix

v1.9.0

13 Feb 16:27
2c73b14

Choose a tag to compare

What's new

  1. Redirect GitHub pages home domain to last report
    https://owner.github.io/repo >> https://owner.github.io/repo/123232323/index.html
  2. New keep config to configure the maximum number of test reports to keep on the GitHub pages.

v1.8.3

11 Feb 07:17

Choose a tag to compare

Bug fixes and performance improvements

v1.8.2

10 Feb 15:30

Choose a tag to compare

output input configuration is now report_dir

v1.8.1

10 Feb 08:29

Choose a tag to compare

  1. Use github.context provided serverUrl to support GitHub Enterprise usage
  2. Use GitHub pages custom domain to generate test report URL if configure on the repository