Testkube Changelog
This is the changelog for the Testkube Control Plane, latest releases are on top.
- Monthly releases add new functionality and overall improvements.
- Patch releases focus on critical bugs and security issues.
Monthly Release v1.16.1 (2025-06-26)
This release is available in Helm Chart v2.322.1.
What's new!
This release comes with a new way to deploy runners and several improvements to workflows.
You can now install a Runner using only Helm. Previously a Runner had to be registered using the CLI or UI prior to Helm install. This feature can be used to create Runners for ephemeral environments in a single step. Documentation is available here.
Users can now create custom views to group workflows by any criteria, making it easier to organize workflows that belong together or quickly access frequently used filtered results. These views are shared between all the users of a given environment.
We've added a new Workflow Health indicator that shows a quick visual summary of a workflow's recent stability, helping users understand how reliably it's been running over time, not just surfacing flakiness, but overall consistency. The health score is calculated as PassRate x (1 - FlipRate) and shown as an icon next to each workflow in both list and detail views, using weather-style visuals to represent different health levels.
We've introduced a new Canceled status to distinguish manual cancellations from system-level Aborted executions. Previously, both were marked as Aborted. With updated icons and messaging, users can now clearly see if a test Failed, was Aborted (system error), or Canceled (manual action).
Testkube Copilot has been renamed to Testkube AI Assistant to better reflect its purpose and avoid confusion with similarly named tools. This makes it clearer that the assistant is purpose-built for the Testkube ecosystem.
Improvements and fixes
- Workflows search - Revised the way search works. You can now search for workflows using multiple words separated by spaces. The search matches when all the words are contained in the workflow name.
- CLI Arfitact Download - Fixed authentication problems with certain cloud providers due to presence of duplicate authentication mechanism.
- Executions Logs - Improved horizontal scrolling for long logs.
- Insights - Fixed an issue where saving changes to an existing report saved a new one instead which led to duplicates.
- Fixed an issue where schedule links would navigate to the wrong workflow.
- Fixed an issue where the correct JUnit test suite icon wasn't displaying properly
- Improved the timestamps displayed within execution details when workflows are still queued.
- Improved handling of JUnit format when working with nested test suites
- Resolved a problem with empty string default values in workflow config settings
- Enhanced the agents dropdown for better usability
- Fixed an issue where your selected agents weren't being preserved when running workflows
- Corrected broken links in the running context that weren't properly directing to workflows
- Fixed a search error that occurred when searching for empty or non-existent values in execution logs
- Resolved a critical security vulnerability (F-2025-4481) related to OAuth account hijacking via redirect URLs
- Strengthened security headers in our nginx configuration for better protection
- Fixed an issue where the Workflow wizard shows an empty preview whe combining multiple templates
- Security updates in upstream dependencies.
- Fix API failure when deleting expired API token.
- Artifact cleaning via
ENTERPRISE_ARTIFACT_RETENTION_DAYS
andENTERPRISE_ARTIFACT_MAX_STORAGE_SIZE_GB
now works as expected.
Patch Release v1.15.5 (2025-06-19)
This release is available in Helm Chart v2.321.5
Improvements
- Fixed an issue where the correct JUnit test suite icon wasn't displaying properly
- Improved handling of JUnit format when working with nested test suites
- Resolved a problem with empty string default values in workflow config settings
- Enhanced the agents dropdown for better usability
- Fixed an issue where your selected agents weren't being preserved when running workflows
- Corrected broken links in the running context that weren't properly directing to workflows
- Fixed a search error that occurred when searching for empty or non-existent values in execution logs
- Resolved a critical security vulnerability (F-2025-4481) related to OAuth account hijacking via redirect URLs
- Strengthened security headers in our nginx configuration for better protection
Patch Release v1.15.4 (2025-06-06)
This release is available in Helm Chart v2.321.4
Improvements
- Fixed an issue where the Workflow wizard shows an empty preview whe combining multiple templates
- Security updates in upstream dependencies.
Patch Release v1.15.3 (2025-06-04)
This release is available in Helm Chart v2.321.3
Improvements
- Fixed an issue where artifact previews were sometimes rendered incorrectly.
- Fixed an issue where Workflow Templates could not be created due to unknown function
newCredential
.
Patch Release v1.15.2 (2025-06-02)
This release is available in Helm Chart v2.321.2.
Improvements
- Fix API failure when deleting expired API token.
- Artifact cleaning via
ENTERPRISE_ARTIFACT_RETENTION_DAYS
andENTERPRISE_ARTIFACT_MAX_STORAGE_SIZE_GB
now works as expected.
Patch Release v1.15.1 (2025-05-23)
This release is available in Helm Chart v2.321.1.
Improvements
- Security updates in upstream dependencies.
Monthly Release v1.15.0 (2025-05-22)
This release is available in Helm Chart v2.321.0.
What changed?
Release Quality has been our focus for Testkube v1.15. This release is packed with a variety of bug fixes and improvements.
Our team also took a good look at the release procedures of the Testkube Control Plane:
- Changelogs! Testkube's control plane now comes with public changelogs and a unified version. In the past, each service such as the dashboard, API Server, workers, etc, would have its own version. Today they all share the same version which makes it easier to communicate changes and service interoperability.
- The release cadence will also be reduced to better fit enterprises. Moving forward you can expect a monthly minor release with some unplanned patch versions in between. The new process also improves predictability and stability of these releases.
- Our Helm Chart is now available as an OCI Artifact. The old Helm Repository approach still works, but under the hood it will now also pull as an OCI Artifact.
Features
- Added timezone to TestWorkflows cronjobs.
- Added support for logging Audit Events to console.
Improvements & fixes
- Fixed variety of security issues.
- Added downloading of an execution's log to the dashboard.
- Fixed an issue with preview URLs when changing environments.
- Fixed an issue with legacy tests events for the webhook condition selector
- Fixed an issue with full screen mode within execution dialogue.
- Fixed a problem where workingDir were incorrectly substituted within workflow definitions.
- Fixed an issue updating team and board descriptions.
- Fixed workflow termination when resource metrics cannot be stored due to lack of free storage space. Improved user interface of multi-agent engine
- Many other minor fixes and improvements.