Skip to content

chore(deps): update terraform datadog to v4#105

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/datadog-4.x
Open

chore(deps): update terraform datadog to v4#105
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/datadog-4.x

Conversation

@renovate

@renovate renovate Bot commented Apr 7, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
datadog (source) required_provider major >= 3.3.0, < 4.0.0< 5.0.0

Release Notes

DataDog/terraform-provider-datadog (datadog)

v4.15.0

Compare Source

IMPROVEMENTS
FEATURES

v4.14.0

Compare Source

BUGFIXES
  • [datadog_observability_pipelines] Mark use_legacy_search_syntax as Computed by @​20agbekodo in #​3877
  • [datadog_sensitive_data_scanner_group] ignore order for samplings by @​vhourdel in #​3881
  • [datadog_synthetics_global_variable] Fix secure global variable partial update omitting required value.secure field by @​Drarig29 in #​3918
  • [datadog_sensitive_data_scanner_rule] compute null description when standard_pattern_id is set by @​vhourdel in #​3882
IMPROVEMENTS
FEATURES
  • [datadog_observability_pipeline] Add new metrics processors: add_metric_tags, aggregate, rename_metric_tags, tag_cardinality_limit by @​ArunPiduguDD in #​3818
  • [datadog_synthetics_test] Add capture_network_payloads option for Synthetics browser tests by @​kalinichenko in #​3898
  • [datadog_monitor] Add ignore_tag_keys support by @​j10czar in #​3889
  • [datadog_security_findings_mute_rule] Add security findings automation rule resources (mute, due date, ticket creation) + ordering by @​hugoqnc in #​3907
  • [datadog_observability_pipeline] Add TLS support to cloud_prem destination by @​vladimir-dd in #​3919

v4.13.0

Compare Source

BUGFIXES
IMPROVEMENTS
  • [datadog_dashboard_v2] Sync additive enum values from OpenAPI spec by @​yacomink in #​3888
  • [datadog_logs_archive] Add partitioning_attributes and lookup_attributes to Log Archives resource by @​mateo-villa in #​3859
FEATURES

v4.12.1

Compare Source

BUGFIXES
IMPROVEMENTS

v4.12.0

Compare Source

BUGFIXES
FEATURES
  • [datadog_service_access_token] CRED-2421 Add service_access_token resource for managing SATs by @​tausman in #​3761
  • [datadog_integration_databricks_account] Add Databricks Resource under env var by @​guttymora in #​3848
  • [datadog_observability_pipelines] Add splunk_hec_metrics destination by @​petere-datadog in #​3822

v4.11.0

Compare Source

IMPROVEMENTS
  • [datadog_org_group_policy] Rename enforcement tiers to OVERRIDE_ALLOWED / GROUP_MANAGED by @​k-phan in #​3823
FEATURES

v4.10.0

Compare Source

BUGFIXES
  • [datadog_security_monitoring_rule] Fix anomaly_detection_options Computed drift by @​hachem-dd in #​3784
  • [datadog_security_monitoring_rule] Mark anomaly_detection_options fields as Computed by @​alvizi-dd in #​3792
  • [datadog_dashboard_v2] Preserve zero layout coordinates by @​brlee19 in #​3793
  • [datadog_security_monitoring_rule] Fix anomaly detection rule condition field to handle dynamic API default by @​alvizi-dd in #​3801
IMPROVEMENTS
FEATURES
  • [datadog_dashboard_v2] Allow errors data source in formula event queries by @​yacomink in #​3775
  • [datadog_monitor] Add data-jobs alert monitor type support by @​pawel-big-lebowski in #​3795
  • [datadog_integration_databricks_account] Add Terraform resource for Databricks AMS integration by @​guttymora in #​3797
  • [datadog_observability_pipeline] Update databricks_zerobus destination, use identifiers for unity_catalog_endpoint and ingestion_endpoint by @​petere-datadog in #​3798

v4.9.0

Compare Source

IMPROVEMENTS
FEATURES

v4.8.0

Compare Source

IMPROVEMENTS
  • [datadog_logs_index] validate name at plan time by @​gmeligio in #​3726
  • [datadog_security_monitoring_rule] Expand new value rule learningDuration and forgetAfter from enum to int range (0-30 and 1-30) by @​clementgbcn in #​3712
FEATURES
  • [datadog_org_group] Terraform support for org groups and policies by @​k-phan in #​3686
  • [datadog_azure_integration] Introduce Preview Secretless Auth Flag by @​benjjs in #​3759

v4.7.0

Compare Source

BUGFIXES
  • [datadog_logs_integration_pipeline] Skip CheckForUnparsed in logs integration pipeline read/update by @​clementgbcn in #​3733
  • [datadog_dashboard_v2] Drop unmapped API fields instead of failing by @​yacomink in #​3742
IMPROVEMENTS
FEATURES

v4.6.0

Compare Source

BUGFIXES
FEATURES

Full Changelog: DataDog/terraform-provider-datadog@v4.5.0...v4.6.0

v4.5.0

Compare Source

BUGFIXES
IMPROVEMENTS
  • [datadog_integration_fastly_account] Mark api_key as Sensitive and add write-only support by @​fpighi in #​3676
  • [datadog_logs_custom_pipeline] Add support for tags and description fields for nested pipelines by @​andreyfel in #​3677
  • [datadog_sensitive_data_scanner] Allow filtering rules by standard pattern ID by @​fbryden in #​3655
FEATURES
NOTES
  • Bump terraform plugin dependencies for terraform-plugin-go v0.31.0 compat by @​fpighi in #​3674

v4.4.0

Compare Source

BUGFIXES
  • [datadog_synthetics_test] increase upper bound and set content encoding for base64 encoded file upload by @​hongkai in #​3620
  • [datadog_security_monitoring_default_rule] Fix phantom diffs on query/case blocks when omitted from config by @​alvizi-dd in #​3612
  • [datadog_dashboard] Fix dashboard tab tests broken by API client upgrade by @​brtu in #​3632
IMPROVEMENTS
FEATURES

v4.3.0

Compare Source

BUGFIXES
FEATURES

v4.2.0

Compare Source

BUGFIXES
IMPROVEMENTS

v4.1.0

Compare Source

BUGFIXES
FEATURES
  • [datadog_dashboard_secure_embed_dashboard] Add resource for secure embed dashboards by @​michlee1337 in #​3564
NOTES

v4.0.0

Compare Source

This release includes breaking changes in some resources.
It also changes the required minimum version of the Terraform CLI, which is now 1.1.5.

Detailed upgrade and migration guides are available at https://github.com/DataDog/terraform-provider-datadog/blob/master/docs/guides/v4-upgrade-guide.md .

BREAKING CHANGES
  • [provider] Minimum supported version of Terraform is now 1.1.5 to support the upgrade to Terraform protocol v6 by @​LiuVII #​3412
  • [datadog_application_key] Remove previously deprecated import functionality by @​jackakeller in #​3461
  • [datadog_application_key] Remove previously deprecated data source by @​jackakeller in #​3464
  • [datadog_integration_aws] Remove deprecated resources by @​dhan0779 in #​3450
  • [datadog_integration_aws_event_bridge] Upgrade eventbridge to use v2 API by @​dhan0779 in #​3487
  • [datadog_monitor] Removed 'locked' and deprecated 'restricted_roles' field in favor of restriction policy by @​shaneyuandd in #​3449

Full Changelog: DataDog/terraform-provider-datadog@v3.91.0...v4.0.0


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@mergify mergify Bot added auto-update This PR was automatically generated needs-test Needs testing labels Apr 7, 2026
@renovate renovate Bot force-pushed the renovate/datadog-4.x branch from ab5bb31 to 09de061 Compare April 24, 2026 09:03
@mergify

mergify Bot commented May 27, 2026

Copy link
Copy Markdown

Heads up! This pull request looks stale. It will be closed soon, if there are no new commits. ⏳

@mergify mergify Bot added stale This PR has gone stale and removed stale This PR has gone stale labels May 27, 2026
@mergify

mergify Bot commented Jun 11, 2026

Copy link
Copy Markdown

Heads up! This pull request looks stale. It will be closed soon, if there are no new commits. ⏳

@mergify mergify Bot added stale This PR has gone stale and removed stale This PR has gone stale labels Jun 11, 2026
@mergify

mergify Bot commented Jun 24, 2026

Copy link
Copy Markdown

Heads up! This pull request looks stale. It will be closed soon, if there are no new commits. ⏳

@mergify mergify Bot added stale This PR has gone stale and removed stale This PR has gone stale labels Jun 24, 2026
@mergify

mergify Bot commented Jul 1, 2026

Copy link
Copy Markdown

Heads up! This pull request looks stale. It will be closed soon, if there are no new commits. ⏳

@mergify mergify Bot added stale This PR has gone stale and removed stale This PR has gone stale labels Jul 1, 2026
@renovate renovate Bot force-pushed the renovate/datadog-4.x branch from 09de061 to 4ad2c1f Compare July 12, 2026 10:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

auto-update This PR was automatically generated needs-test Needs testing

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant