Release date: Nov 15, 2022
Dynatrace Cloud Automation version 256.1.0 improves the release validation capabilities with built-in support for the Dynatrace Data Explorer tile and with enhancements regarding configuration as code.
You can specify Pass
and Warning
criteria for an SLO using thresholds directly in Data Explorer rather than in the tile title.
Build
and Code
modesBuild
mode with any filter or split-by-clause is supported.Code
mode that includes, for example, arithmetic expressions, is supported.A single query can have a maximum of 100 metric series (same as for Data Explorer).
Inf
are supported.resolution=Inf
or a :fold()
transformation). If this attempt fails, an error is returned.:toUnit(<sourceUnit>,<targetUnit>)
transformation to the metric expression.This breaking change may require adaptations in the dynatrace/sli.yaml
files.
Auto
for the unit is removed and the SLI results are converted to the specified unit. Units are consistent among thresholds, tile titles, and the generated SLOs.dynatrace/sli.yaml
filesresolution
parameter.resolution=Inf
or a :fold()
transformation is performed.mzSelector
parameter that allows you, for example, to specify a management zone for metrics that have no entity type.Resource endpoints for retrieving Git resources (for example, GET /project/{projectName}/resource/{resourceURI}
) can't be used with an empty resourceURI
and return an HTTP 404
error.
The data model for the Git credentials used in the API endpoints to create and edit projects is more structured. This requires adaptation when used.
go-git
has an open bug that causes client errors when performing Git operations.For a complete list of changes, see the following release notes on GitHub: