Skip to content

Releases: opentext/sdp-github-actions-integration

Release 26.2.2

29 Apr 09:51
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

v26.2.2

  • Upgraded the action runtime from Node.js 20 to Node.js 24, as Node.js 20 has been deprecated by GitHub Actions.

Release 26.2.1

22 Apr 08:33
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

v26.2.1

  • Fixed an issue where README.md and LICENSE files were not being published to the public repositories during the release pipeline.

Release 26.2.0

06 Apr 12:36
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

v26.2.0

  • Added support for Custom Build Report. The integration now automatically sets this URL for automated runs, allowing users to be redirected to the corresponding GitHub Actions job logs.
  • Added support for Custom Test Run Report URL for automated runs triggered by GitHub Actions test runners. To configure this feature, navigate to the Test Runner in the product and set the corresponding field as described in the documentation.
  • Introduced CI server validation. A new column, Integration status, is now available in the product to display validation results for each CI server. To manually trigger validation, select a CI server from the grid and click the Validate integration button.
  • Added support for branch names containing /.
  • Fixed an issue where a new Automated Run was created for each test execution, preventing proper display of previous runs.
  • Improved warning messages across the product to make them clearer and more meaningful for users.

Release 25.2.2

17 Nov 13:31
Immutable release. Only release title and notes can be modified.
9f80da8

Choose a tag to compare

v25.2.2

  • Updated documentation to reflect the repository location change.

Release 25.2.1

12 Nov 14:44
Immutable release. Only release title and notes can be modified.
e8dd229

Choose a tag to compare

v25.2.1

  • Added support for XUnit-formatted test results.
  • Added a new value for the testingFramework configuration parameter: robotFramework
  • Fixed issue regarding the injection of test results for automated tests triggered from the product.