Skip to content

2.14.0

Compare
Choose a tag to compare
@monaco-release-dt-bot monaco-release-dt-bot released this 15 May 14:38
· 156 commits to main since this release
0391f67

⚠️ Known issue Downloading some ordered Settings with this version can cause an error that fails the download. We are working on a fix and recommend using 2.13.0 for downloads until that time.


🚀 New Features

  • Monaco now supports ordering of Settings 2.0 objects via the insertAfter reference parameter. See the docs for details

  • New file parameter type that is dynamically resolved to the contents of a file. See the docs for details

  • Specific Automation and Settings objects may be deleted by their Dynatrace ID, by defining their objectId rather than configuration id in delete files. For example, to delete a workflow Automation resource with ID 6d9995b4-cd3e-4071-8fe3-82be7e762e67, use:

    - type: workflow
      objectId: 6d9995b4-cd3e-4071-8fe3-82be7e762e67
    
  • The creation of log files can be disabled by setting FEAT_LOG_FILE_ENABLED to 0 or false.

⚙️ Improvements and 🐛 Bug Fixes

  • Automation resources are now deleted in the correct order: first workflow objects, followed by scheduling-rule objects and finally business-calendar objects.
  • Conversion goal IDs are removed from the payload of application-web objects on download. This ensures they can be deployed to new environments, previously deployments would fail with an API error.
  • Settings schemas are now fetched in parallel, significantly reducing the time required for downloads

Full Changelog: v2.13.0...v2.14.0