2.7.1
·
1268 commits
to main
since this release
What's Changed
🐛 Fixes
- Always create support archives when requested with the
--support-archive
flag.
Previous versions failed to create support archives if an execution error occurred. - Settings 2.0 deletion errors are fully logged.
Previous versions omitted the actual error that caused a deletion to fail, making troubleshooting difficult.
🔧 Improvements
- HTTP connection interrupted errors are presented with a user-friendly message.
- Deletion log messages are presented in a more uniform way.
- The wording of several warning messages is clarified.
- The help text of the
--dry-run
flag is clarified.
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.1
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.1
Full Changelog: v2.7.0...v2.7.1