Releases: dynatrace-oss/terraform-provider-dynatrace
v1.47.3
Important Breaking Changes
Once your Dynatrace Environment has gotten (auto)-updated to v1.280 applying the resources dynatrace_span_attribute and dynatrace_resource_attributes will result with an error message signalling that the old schemata are not valid anymore.
At this point you will have to migrate your modules to use the resources dynatrace_attribute_allow_list and dynatrace_attribute_masking.
Reason for that is a breaking change in the REST API with cluster version 1.280 scheduled to be released in a few days. While we were able to implement an adapter for the resource dynatrace_span_attribute (kudos to @kishikawa12), implementing something similar for dynatrace_resource_attributes unfortunately turned out to be too complex.
Bug Fixes
- #363 - Timing issue when applying
application_detection_rule_v2afterdynatrace_web_application - #317 -
dynatrace_aws_credentialsnow allows for removing the default services applied during creation - #369 - Flagging a Dashboard as Preset can result in the resource
dynatrace_dashboard_sharingto not apply changes anymore - Turning on HTTP traffic debug logging for
dynatrace_automation_workflowcan result in provider crash during oAuth negotiation
v1.47.2
Important Breaking Changes
Once your Dynatrace Environment has gotten (auto)-updated to v1.280 applying the resources dynatrace_span_attribute and dynatrace_resource_attributes will result with an error message signalling that the old schemata are not valid anymore.
At this point you will have to migrate your modules to use the resources dynatrace_attribute_allow_list and dynatrace_attribute_masking.
Reason for that is a breaking change in the REST API with cluster version 1.280 scheduled to be released in a few days. While we were able to implement an adapter for the resource dynatrace_span_attribute (kudos to @kishikawa12), implementing something similar for dynatrace_resource_attributes unfortunately turned out to be too complex.
Bug Fixes
- #363 - Timing issue when applying
application_detection_rule_v2afterdynatrace_web_application - #317 -
dynatrace_aws_credentialsnow allows for removing the default services applied during creation - #369 - Flagging a Dashboard as Preset can result in the resource
dynatrace_dashboard_sharingto not apply changes anymore - Turning on HTTP traffic debug logging for
dynatrace_automation_workflowcan result in provider crash during oAuth negotiation
v1.47.1
Important Breaking Changes
Once your Dynatrace Environment has gotten (auto)-updated to v1.280 applying the resources dynatrace_span_attribute and dynatrace_resource_attributes will result with an error message signalling that the old schemata are not valid anymore.
At this point you will have to migrate your modules to use the resources dynatrace_attribute_allow_list and dynatrace_attribute_masking.
Reason for that is a breaking change in the REST API with cluster version 1.280 scheduled to be released in a few days. While we were able to implement an adapter for the resource dynatrace_span_attribute (kudos to @kishikawa12), implementing something similar for dynatrace_resource_attributes unfortunately turned out to be too complex.
Bug Fixes
- #357/#362 - Applying Supported Services within
dynatrace_aws_credentialscould lead to non-empty plan containing erroneous empty blocks
v1.47.0
Important Breaking Changes
Once your Dynatrace Environment has gotten (auto)-updated to v1.280 applying the resources dynatrace_span_attribute and dynatrace_resource_attributes will result with an error message signalling that the old schemata are not valid anymore.
At this point you will have to migrate your modules to use the resources dynatrace_attribute_allow_list and dynatrace_attribute_masking.
Reason for that is a breaking change in the REST API with cluster version 1.280 scheduled to be released in a few days. While we were able to implement an adapter for the resource dynatrace_span_attribute (kudos to @kishikawa12), implementing something similar for dynatrace_resource_attributes unfortunately turned out to be too complex.
New Resources
dynatrace_host_monitoring_advancedcovers advanced configuration for host monitoringdynatrace_attribute_allow_listcovers configuration for OpenTracing and OpenTelemetry attribute allow-listdynatrace_attribute_maskingcovers configuration for OpenTracing and OpenTelemetry attribute masking
Updated Resources
The following resources have been updated to support the most recent schema version offered by the Dynatrace API
dynatrace_process_monitoring_ruledynatrace_host_monitoring
Bug Fixes
- #356 - Attribute has_http_error not handled properly for resource calculated_mobile_metric
- #360 -
dynatrace_auto_tag_v2created plans with empty rules - #359 -
dynatrace_azure_serviceclashed with default services Dynatrace assumes when creatingdynatrace_azure_credentials. The resourcedynatrace_azure_credentialsnow offers an attributeremove_defaultssignalling that any Azure Services Dynatrace creates by default will get removed upon creation. - Updating
dynatrace_network_zonecould potentiall crash the provider because of nil point access
v1.46.1
v1.46.1 fixes #344 and #333 - both related to the resource dynatrace_json_dashboard
v1.46.0
New Resources
dynatrace_url_based_samplingcovers configuration for URL-based sampling
Updated Resources
The following resources have been updated to support the most recent schema version offered by the Dynatrace API
dynatrace_alertingdynatrace_os_services
Bug Fixes
- #346 - Fixed
dynatrace_generic_settingupdate - #349 - Resolved
dynatrace_slo_v2whitespace issue - #350 - Corrected typo in
dynatrace_azure_supported_servicesdocumentation - #351 - Fixed behavior of environment variables for IAM resources
v1.45.0
New Resources
dynatrace_key_user_actioncovers management of Key User Actions for Web Applications. Key User Actions until now could only get managed as part of the resourcedynatrace_web_application. That functionality is now deprecated - although still possible.
Bug Fixes
- #343 - The property
entitiesof data sourcedynatrace_entitiesgot evaluated by Terraform as empty list prematurely - Applying
dynatrace_dashboard_sharingwas broken since 1.43.0
v1.44.1
Updated Resources
The following resources have been updated to support the most recent schema version offered by the Dynatrace API
dynatrace_os_services
Improvements
- Updated
dynatrace_network_zoneto generatenamefield for export utility
Bug Fixes
- #338 -
dynatrace_entityanddynatrace_entitiesdata sources updated withfromandtoattributes - #339 -
dynatrace_application_detection_ruleresource updated to retry when REST API responds with error
v1.44.0
New Resources
dynatrace_container_registrycovers configuration for the URL of the public/private repository hosting container images
Improvements
dynatrace_mobile_applicationupdated key user action creation validation- Updated Settings 2.0 resources scope fields with ForceNew
Bug Fixes
- #334 - Updated key user action creation validation in
dynatrace_web_application
v1.43.1
Fixes
- The export functionality of v1.43.0 produces modules that are referring to v1.42.0 of the provider
- The resource
dynatrace_json_dashboardproduced non-empty plans if the attributepopularitywas specified within thedashboardMetadatasection