Skip to content

2.7.0

Compare
Choose a tag to compare
@monaco-release-dt-bot monaco-release-dt-bot released this 23 Aug 12:23
· 764 commits to main since this release
v2.7.0

What's Changed

🚀 Features

  • The name parameter is no longer required for types identified by generated IDs.
    This means that only config API types which are identified by name require a name to be defined in the YAML configuration.
    See the documentation for details.

🐛 Fixes

  • Conversion no longer fails if the same environment variable is used in a v1 YAML and JSON.
  • Correctly log the reason for retrying HTTP Get requests, instead of wrongly logging "HTTP 0" statuscode.
  • Always include debug/verbose logs in log files created with --support-archive.

🔧 Improvements

  • Several improvements to log messages.
  • Bump dependency golang.org/x/net from 0.12.0 to 0.13.0
  • Bump dependency go.uber.org/zap from 1.24.0 to 1.25.0
  • Bump dependency golang.org/x/oauth2 from 0.10.0 to 0.11.0
  • Bump dependency golang.org/x/net from 0.13.0 to 0.14.0
  • Bump dependency gonum.org/v1/gonum from 0.13.0 to 0.14.0
  • Bump dependency github.com/google/uuid from 1.3.0 to 1.3.1

Container image

Images are available at https://hub.docker.com/r/dynatrace/dynatrace-configuration-as-code

The image can be used directly, passing command arguments to the CLI directly or in CI with a monaco executable available in the container.

docker pull dynatrace/dynatrace-configuration-as-code:2.7.0

Verifying Signature

The Image is signed, and its signature can be verified using cosign and the cosign.pub key that can be downloaded from this release.

 cosign verify --key cosign.pub dynatrace/dynatrace-configuration-as-code:2.7.0

Full Changelog: v2.6.0...v2.7.0