New data sources
dynatrace_hub_extension_v2_active_version- New data source to retrieve the active version of an extension.dynatrace_hub_extension_v2_latest_version- New data source to retrieve the latest installed version of an extension.
Bug fixes
dynatrace_calculated_web_metric- Fixed eventual consistency errors during create, read, update, and delete operations by adding retry logic to all CRUD operations.dynatrace_automation_workflow- Fixed incorrect export of taskactivestate, where unset values were exported asfalseinstead of being omitted.dynatrace_dashboards_presets- Fixed intermittentInvalid value in datasourceerrors during creation and updates by adding retry logic.
Changelog
- 69feec9 docs: update for release
- 4af3ba1 fix: add workaround for deleting dynatrace_calculated_web_metric
- a843c72 chore: ignore msgpack vulnerabilities in terraform-plugin-sdk/v2 dependencies
- 1fa5404 fix: improve FilterEmpty for TypeSet bug fixes
- 7efe515 fix(workflow): correctly export tasks
- b9ae560 fix: dynatrace_calculated_web_metric eventual errors
- 59422bb fix: flaky dynatrace_dashboards_presets creation/update
- 045b7f8 refactor: move constraint retry error check to retry utils
- 6ddbb2a feat(extensions): data source for active version
- 4978a1e feat(extensions): data source for latest version
- 364248d chore: bump core and directly use semver
- 14e8790 chore(deps): bump SonarSource/sonarqube-scan-action from 7.1.0 to 8.0.0