2.1.1
monaco-release-dt-bot
released this
24 May 12:02
·
1009 commits
to main
since this release
What's Changed
Fixes
- Allow backslashes in relative template paths
When a project is created by a Windows user, the paths might contain backslashes () instead of slashes (/) for path separation.
This is not an issue if the project is deployed in Windows again, but if it's deployed on a Linux environment, for example in Linux-CI systems, the path could not be resolved.
This bugfix allows backslashes in template paths, as a Windows user might also manually create the path, and Monaco should handle it correctly. - Allow environment override of
OriginObjectId
OriginObjectId, which is used to identify and "onboard" existing Settings objects to be managed via Monaco config-as-code, was not considered when applying environment overrides.
This made users who use a single Monaco configuration with overrides to manage an existing Setting on several environments unable to correctly "onboard" and deploy these Settings.
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.1.1
Full Changelog: v2.1.0...v2.1.1