Releases: opentext/sdp-github-actions-integration
Releases · opentext/sdp-github-actions-integration
Release 26.2.2
Immutable
release. Only release title and notes can be modified.
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
Immutable
release. Only release title and notes can be modified.
v26.2.1
- Fixed an issue where
README.mdandLICENSEfiles were not being published to the public repositories during the release pipeline.
Release 26.2.0
Immutable
release. Only release title and notes can be modified.
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 URLfor 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 theValidate integrationbutton. - 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
Immutable
release. Only release title and notes can be modified.
v25.2.2
- Updated documentation to reflect the repository location change.
Release 25.2.1
Immutable
release. Only release title and notes can be modified.
v25.2.1
- Added support for XUnit-formatted test results.
- Added a new value for the
testingFrameworkconfiguration parameter:robotFramework - Fixed issue regarding the injection of test results for automated tests triggered from the product.