Releases: MicroFocus/alm-octane-github-actions-integration
Releases · MicroFocus/alm-octane-github-actions-integration
Release 26.2.2
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
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
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.1
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.
Release 25.2.0
v25.2.0
- Added support for OpenText Functional Testing (formerly UFT One). See how to configure the automation workflow here.
- Saving the
artifact IDandexternal run IDfor each automated run in the product. TheTest Run Report URLfield in the workflow (pipeline) topology could include these values. - Enhanced multi-branch test runner support.
Release v25.1.1
v25.1.1
- Added functionality for running automated tests from OpenText SDP/SDM.
- Added support for injecting Gherkin test results from GitHub Actions.
v25.1.0
- Added functionality for saving pipeline parameters in the product.
- You can run pipelines with parameters from OpenText SDP/SDM.
Release v24.4.2
Change log
v24.4.2
- Fixed issue that caused skipped test cases to be treated as passed.
Release v24.4.1
Change log
v24.4.1
- Added a new configuration parameter for configuring logging level. It's named
logLeveland is an optional parameter. - Fixed issue with workflows running in serial mode not being fully reflected in OpenText Software Delivery Platform.
v24.4.0
- Added a new configuration parameter for customizing the pipeline's name. (the one displayed in the OpenText Software Delivery Platform)
- Added migration process for multi-branch pipelines.
- Added migration process for splitting existing CI servers to per-organization or per-account CI servers.
- Running GitHub workflows from the OpenText Software Delivery Platform is now available.
v24.2.0
- Added support for multi branch pipelines.
- Fixed issue that caused completion workflows not to finish.
- Updated Node.js to v20.
Release v23.3.0
- Rebranding.
- Fixed an issue with logs when the connection to ALM Octane was failing.
Realease v1.0
Changelog v1.0
- Creates CI server and pipelines, and reflects pipeline run status in ALM Octane.
- Injects JUnit test results.
- Injects SCM data (commits and branches).
- Injects pull requests on GitHub PR events.