Skip to content

Commit

Permalink
Release 3.43.0 (#2530)
Browse files Browse the repository at this point in the history
* Update CHANGELOG

* explain default tags

---------

Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com>
Co-authored-by: Kevin Zou <[email protected]>
  • Loading branch information
1 parent 0d676c3 commit 01cad06
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
## 3.43.0 (August 14, 2024)

### BUGFIXES
* [datadog_synthetics_test] prevent unnecessary marshalling unmarshalling of proto files / json descriptors by @etnbrd in https://github.com/DataDog/terraform-provider-datadog/pull/2503
### IMPROVEMENTS
* [RUM] Update terraform definition with `rum_stream` for `data_source` by @ThibautGeriz in https://github.com/DataDog/terraform-provider-datadog/pull/2497
* [datadog_ip_allowlist] add ip allowlist example by @afrieds in https://github.com/DataDog/terraform-provider-datadog/pull/2509
### FEATURES
* [datadog_synthetics_test] Support upload file in multistep API test by @etnbrd in https://github.com/DataDog/terraform-provider-datadog/pull/2516
* [datadog_dashboard] Update docs for new `incident_analytics` datasource by @brtu in https://github.com/DataDog/terraform-provider-datadog/pull/2523
* [provider] Add a default_tags attribute in the Datadog provider config, currently only used by the `datadog_monitor` resource by @Amaury-Behague in https://github.com/DataDog/terraform-provider-datadog/pull/2486
### NOTES
* [provider] bump go, fix type change by @nkzou in https://github.com/DataDog/terraform-provider-datadog/pull/2528

## New Contributors
* @ThibautGeriz made their first contribution in https://github.com/DataDog/terraform-provider-datadog/pull/2497
* @afrieds made their first contribution in https://github.com/DataDog/terraform-provider-datadog/pull/2509
* @brtu made their first contribution in https://github.com/DataDog/terraform-provider-datadog/pull/2523
* @Amaury-Behague made their first contribution in https://github.com/DataDog/terraform-provider-datadog/pull/2486
* @JHPart made their first contribution in https://github.com/DataDog/terraform-provider-datadog/pull/2512

**Full Changelog**: https://github.com/DataDog/terraform-provider-datadog/compare/v3.42.0...v3.43.0

## 3.42.0 (July 22, 2024)

### BUGFIXES
Expand Down

0 comments on commit 01cad06

Please sign in to comment.