Releases: dynatrace-oss/terraform-provider-dynatrace
Releases · dynatrace-oss/terraform-provider-dynatrace
v1.82.3
Additional resources
- dynatrace_openpipeline_metrics: configuration of OpenPipeline for Metrics
- dynatrace_openpipeline_user_sessions: configuration of OpenPipeline for user sessions
- dynatrace_openpipeline_davis_problems: configuration of OpenPipeline for Davis problems
- dynatrace_openpipeline_davis_events: configuration of OpenPipeline for Davis events
- dynatrace_openpipeline_system_events: configuration of OpenPipeline for system events
- dynatrace_openpipeline_user_events: configuration of OpenPipeline for user events
- dynatrace_openpipeline_spans: configuration of OpenPipeline for Spans
Bug fixes
- #715 - DT_CLIENT_ID is used in preference to DYNATRACE_CLIENT_ID , but DYNATRACE_CLIENT_SECRET is used in preference to DT_CLIENT_SECRET
- #714 - dynatrace_aws_credentials can not remove all tags_to_monitor
- #718 - Potential Segfault when applying Web Application
- #719 - Changing credentials_enabled for dynatrace_aws_credentials has no effect
- #720 - [dynatrace_aws_credentials] supporting_services_to_monitor may get pulled down from REST API mistakenly although deprecated
- #717 - Failure to apply application_detection_rule immediately after creating web application
Changelog
- b1d93db v1.82.3
- 019179c Fixed #717
- 5383a68 Fixed #720
- 853bc63 Fixed #719
- a02c5b5 Fixed #718
- 72ee8b1 temporarily disabled tests - schema may re-appear
- 4f63377 [Improvement] Polling for the existence of SLOs soon will support
evalate=false - 2f5dc59 Fixed #714
- 98772be Fixed #715
- 822ff3e feat: Additional OpenPipeline configuration IDs (#713)
v1.82.2
Bug fixes
- #711 - Exporting
dynatrace_hub_extension_configmay run into errors when multiple pages of entries are available - Resources related to Synthentic now support OAuth credentials.
Changelog
v1.82.1
v1.82.0
New Resources
dynatrace_rpc_based_samplingcovers configuration for trace sampling for RPC requests
Bug Fixes
- #694 Updated
dynatrace_browser_monitorwith Kerberos authentication attributes - #700 Updated
dynatrace_openpipeline_logsattributefieldsto optional - #702 Updated
dynatrace_custom_tagswith the option to error on zero matched entities - #704 Updated
dynatrace_openpipeline_*to support drop processor attribute
Schema Updates
The following resources got updated to be compatible with the most recent schema version of Dynatrace:
dynatrace_log_agent_feature_flagsdynatrace_oneagent_featuresdynatrace_vulnerability_settingsdynatrace_web_app_auto_injectiondynatrace_web_app_enablement
Changelog
- bad71a1 v1.82.0
- 48ccfe8 Resolved #702
- 826bc32 feat:
ProcessingStageProcessorandEndpointProcessorsupportDropProcessor(#705) - e98cafc fix: Make Fields optional in FieldExtraction of BizEventExtractionProcessor (#703)
- c797158 Fixed #694
- 4094e94 Updated test cases
- 75cc64a Deprecated
dynatrace_security_contextresource - 429bb08 Updated
dynatrace_rpc_based_samplingwithinsert_after - c09027d Introduced
dynatrace_rpc_based_samplingresource - 6c4b0f3 Updated
dynatrace_web_app_enablementresource - b816527 Updated
dynatrace_web_app_auto_injectionresource - d3659b3 Updated
dynatrace_oneagent_featuresresource - 08b6db3 Updated
dynatrace_log_agent_feature_flagsresource - 9b0c332 Updated
dynatrace_vulnerability_settingsresource - e76e02c Updated resources with version update only
v1.81.0
New Resources
dynatrace_web_app_ip_address_exclusioncovers configuration for web application IP address exclusions for third-party vulnerabilities
Bug Fixes
- #689 Error with Synthetic Location in HTTP and browser monitor following bug #680 resolution
- #697 Without the Environment URL specified the Provider may crash for certain resources
- #696 Segmentation violation when creating Json dashboard
- #693 OpenPipeline resources contained misleading documentation
Improvements
- With the environment variable
DYNATRACE_FORMAT_HCL_FILESset totrueall generated .tf files will get handed over toterraform fmt - The documentation for the data sources
dynatrace_synthetic_locationanddynatrace_synthetic_locationsnow contains updated information about the required API Token scope - The main documentation page explains the usage of OAuth Credentials and Platform Tokens as preferred authentication methods
- Introduced
ignore_ip_address_restriction_settingstodynatrace_web_application
Changelog
- fd7f7b9 v1.81.0
- 57156a6 Merge branch 'main' of https://github.com/dynatrace-oss/terraform-provider-dynatrace
- e51596a fix: Correct the description for
technology_idfield in schema for technology processor (#698) - d950b20 Added documentation for OAuth and Platform Token authentication
- 22607f9 Updated documentation for required permissions / dynatrace_synthetic_location(s)
- 3b87e3f removed debugging code
- 63881ca Fixed #696
- dcd9238 Removed outdated test cases
- 2b046e1 Fixed #697
- f46e9ec Ensured that all downloaded .tf files are covered by
terraform fmtwhenDYNATRACE_FORMAT_HCL_FILESis set totrue - 72f9845 Introduced
dynatrace_web_app_ip_address_exclusionresource - a85ec80 Introduced
ignore_ip_address_restriction_settingstodynatrace_web_application - e18cf58 Fixed #689
- 9158eed Fixed #688
v1.80.0
New Resources
dynatrace_vulnerability_third_party_k8scovers configuration for vulnerability analytics: Kubernetes monitoring rules for third-party vulnerabilitiesdynatrace_vulnerability_third_party_attrcovers configuration for vulnerability analytics: monitoring rules for third-party vulnerabilitiesdynatrace_web_app_custom_prop_restrictionscovers configuration for custom properties capture restrictionsdynatrace_web_app_javascript_filenamecovers configuration for RUM monitoring code filenamedynatrace_service_splittingcovers configuration for service splittingdynatrace_service_detection_rulescovers configuration for service detection rules
Bug Fixes
- #683 Exporting custom tags from managed environments can crash the exporter
- #680 Synthetic Location not applied in workflow for public location
- #685 Prevent concurrent reads and writes of client header map
- #686 API Tokens specified within
valueattribute ofdynatrace_hub_extension_configlead to non empty plan
Schema Updates
The following resources got updated to be compatible with the most recent schema version of Dynatrace:
dynatrace_site_reliability_guardiandynatrace_builtin_process_monitoring
Changelog
- a960dcd v1.80.0
- 1818ae7 Fixed #686
- ed231d4 Bump golang.org/x/net from 0.36.0 to 0.38.0 (#669)
- 917af72 refactor: Update services to use latest version of
github.com/dynatrace/dynatrace-configuration-as-code-core(#685) - 6f37d78 Fixed test case
- d260ed4 Introduced
dynatrace_service_detection_rulesresource - f22608b Introduced
dynatrace_service_splittingresource - ca5ab37 Updated supported resources doc
- 72a7460 Introduced
dynatrace_web_app_javascript_filenameresource - da6f120 Introduced
dynatrace_web_app_custom_prop_restrictionsresource - 098d429 Introduced
dynatrace_vulnerability_third_party_attrresource - e6adb50 Introduced
dynatrace_vulnerability_third_party_k8sresource - 5fc7043 Updated resource with version update only
- 5db445e Fixed #680
- 7a17167 Updated
dynatrace_builtin_process_monitoringresource - 9390a03 Updated
dynatrace_site_reliability_guardianresource - ab83f5e Updated resource with version update only
- d107a71 removed debug output
- 4429b2d Fixed #683
v1.79.3
Bug Fixes
- Updated
dynatrace_network_monitorto prevent internal error and non-empty plans - #681 Updated
dynatrace_automation_workflowto allow configuring Davis Event Names for Davis Event Triggers
Changelog
v1.79.2
Bug Fixes
- #676 Corrected
dynatrace_network_monitorresourcethresholdattribute type. Thank you @paulmorar for raising the issue and contributing! - #678 Fixed
dynatrace_oneagent_updatesfrom resulting to a nil pointer dereference
Changelog
v1.79.1
v1.79.0
New Resources and Data Sources
- #674 Introduced data source
dynatrace_dql
Bug Fix
- #671
terraform planfordynatrace_documentfails with "unexpected EOF" errors in some environments - #670 Added "Use Proxy API for XHRs" toggle to Web Application
- #673 Exporting and applying workflows of type
SIMPLEleads to errors - #665 Incorrect order of operations on update of policy boundaries and policy attachment
Changelog
- c335a5d v1.79.0
- f812d15 Fixed #665
- becb9aa Merge branch 'main' of https://github.com/dynatrace-oss/terraform-provider-dynatrace
- 4166133 Fixed #674
- 3144151 Updated resource with version update only
- eea3837 Fixed #673
- 0fc92c1 Updated resource with version update only
- abdf9a0 Resolved #670
- b66e4c8 Fixed #671
- dba021d Fixed documentation typo
- 725b4a1 Fixed documentation typos