This repository has been archived by the owner on Jan 12, 2024. It is now read-only.
v0.24.0 - Keptn 0.19.x compatibility & Data explorer improvements
0.24.0 (2022-10-25)
This release adds compatibility with Keptn 0.19.x, and improves integrations with Dynatrace Data explorer. There are many improvements drastically improving user experience for those who use Data explorer tiles, but some of the changes are not compatible.
Upgrading
- Make sure you're running Keptn 0.19.0 or above
- Before you perform an SLO evaluation with the new version, check your dashboard configuration and, in particular, the Data explorer tiles.
⚠ BREAKING CHANGES
- Require Keptn 0.19.0 as a minimum version (#914) (d4a1f1a)
- If you have a Data explorer tile configured, the evaluations, parsing and expression handling may change completely with this version. It was not taken into the consideration before. Extra verification changes are needed (#883, #844, #846)
- If you have resolution parameters in SLI files, now the value will be actually taken into account. It may lead to regressions compared to the previous versions if the definition files are unchanged (#916) (1c1e07d)
- Remove automatic conversion of
builtin:service.response.time
as well as microsecond and byte units (#867) (9c17484) - Do not create
dynatrace/sli.yaml
when retrieving SLIs from a dashboard (#866) (c90efc2)
Features
- Improve integrations with Dynatrace Data explorer. There are many improvements drastically improving user experience for those who use Data explorer tiles (#883, #844, #846)
- Add dimension name to display name for USQL tiles (#904) (6cfa146)
- Support units in Data explorer and Custom Charting tiles (#939) (e32dd8a)
- Support auto space aggregation (#875) (ddfadcf)
Bug Fixes
- Explicitly ignore
sh.keptn.event.get-sli.triggered
events not for Dynatrace (#863) (5f10284) - Generate specific error message if no SLIs are requested when using file-based SLIs (#901) (8722c36)
Docs
- Fix broken link in README.md (#860) (93922de)
- Remove duplicate sections (#861) (5f9b1ed)
- Update documentation for 0.24.0 release (#941) (fc3e1f3)
- Update links to point to Keptn 0.16.x docs (#865) (173a66d)