Kluctl v2.27.0 comes with new features, improvements and fixes.
New Features and Improvements
Metrics show last deployment start time
- The prometheus metrics will now show
last_deploy_start_timestamp_seconds. See docs for more details.
Bugfixes and improvements
- All dependencies have been updated to the latest versions
- Don't add bogus : to image names when there is no tag in the OciRef (36cc227)
- Immediately patch lastPrepareError instead of doing it at the end of the reconciliation (#1315) (f56ba0f)
- Store deployment name/namespace for results in annotations instead of labels (#1310) (bfa8376)
- Return error instead of nil when command result can't be found (#1309) (72805eb)
Contributors
Thanks you to all the contributors who participated in this release:
Changelog
For a detailed list of changes, see the release comparison: v2.26.0...v2.27.0