Dynatrace Cloud Automation release notes version 262.1.0
Release date: Feb 24, 2023
Dynatrace Cloud Automation version 262.1.0 upgrades to Keptn 1.2.0 providing backend and UI improvements as well as bug fixes.
API changes
The API endpoints for creating and editing projects (for example,/controlPlane/v1/project
) return a 404 HTTP error code instead of 400 when the creation fails due an unreachable upstream repository. Furthermore, if the upstream repository is not uninitialized, the endpoint returns a 409 HTTP error code instead of 500.
Resolved issues
- Support Azure Repos as Git upstreams.
Enhancements and fixes
- Improved support of units for Data Explorer and Custom charting dashboard tiles. The conversion performed by the Dynatrace-service is now explicitly added to the metric selector via a
:toUnit(<sourceUnit>,<targetUnit>)
transformation or scaling factor (e.g./1000
to convert to thousands) and visible in thequery
field of the associated SLI result. - Improved support of thresholds for Data Explorer dashboard tiles. The ordering of thresholds is less restrictive and the warning threshold value may be omitted when not required. Both pass-warning-fail and fail-warning-pass sequences are supported with monotonically increasing or decreasing values.
- Metrics queries in
SLI.yaml
files may now include=
characters, for example in service names or tag names or values.
References
For a complete list of changes, see the following release notes on GitHub:
Keptn:
Dynatrace-service: