Skip to content
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

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Oct 12:43
24a7f2c

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

Other

  • Add tests for handling of whitespace in key-value pairs in dashboard markdown tiles (#871) (ca2680d)
  • Switch from Dependabot to Renovate Bot (9c1716b)
  • Update CODEOWNERS (#872) (e29e896, (#927)
  • Update create release pr pull request title pattern (#946) (8cecf92)