Skip to content

Releases: rfns/iris-ci

v0.6.5

19 Aug 17:58
08c9d72

Choose a tag to compare

FIXES

  • Fix assertion count and encoding issues.

v0.6.4

19 Aug 17:28
13e9945

Choose a tag to compare

CHORE

  • Update image version, action and registry.

v0.6.3

03 Apr 14:51
f41b214

Choose a tag to compare

CHORE

  • Updates the Dockerfile to always get the latest IRIS available tag.

v0.6.2

20 Sep 15:59

Choose a tag to compare

CHORE

  • Update container to use the latest stable IRIS Community Edition version.
  • Update the README container version.

v0.6.1

29 Jul 13:18
959aa1d

Choose a tag to compare

CHORE

  • Re-triggered the build to use a non-broken dependency.

v0.6.0

28 Jul 15:06
959aa1d

Choose a tag to compare

FEATURES

  • Added support for using a custom test manager through the TEST_MANAGER env.

FIXES

  • Fixed an issue where test parameters were not being passed.
  • Fixed an issue where the assertion count included the log messages.

v0.5.3

17 Mar 02:23
2fdeced

Choose a tag to compare

FEATURES

  • Add test instance elapsed time.
  • Add assert errors.

v0.5.2

17 Mar 00:44
38692c0

Choose a tag to compare

FIXES

  • Fixed an issue where when the CI_NAMESPACE was provided, the UnitTest results were not available due to the methods Run and OnAfterRun being executed in different circustances, thus resetting the namespace to the default.

CHORE

  • Improved Runner class legibility.

v0.5.1

16 Mar 18:30
abdefeb

Choose a tag to compare

CHORE

  • Fixes a error when it should exit gracefully.

v0.5.0

16 Mar 18:03
20d3f37

Choose a tag to compare

FEATURES

  • Removed any code related to unit testing from the Orchestrator and made the Runner take full control over the task.
  • Now using stdio instead of relying to log files physically.

CHANGES

  • Removed the logger class.
  • Removed log file checks from the entrypoint script.
  • Synchronized parameter names according to the parameters from the Security.Applications class.

CHORE

  • Updated the documentation to reflect all changes and features.