Skip to content

Commit

Permalink
Prepare release of 2.22.0 (#959)
Browse files Browse the repository at this point in the history
* Prepare release of 2.22.0

* note go client upgrade
  • Loading branch information
zippolyte authored Mar 2, 2021
1 parent 93653c4 commit f395fbc
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 54 deletions.
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,39 @@
## 2.22.0 (Unreleased)

IMPROVEMENTS:

- `datadog_dashboard`: Improve consistency by using response from POST/PUT requests directly to save state [GH-909]
- `datadog_downtime`: Improve consistency by using response from POST/PUT requests directly to save state [GH-905]
- `datadog_ip_ranges`: Add support for reading ipv4/6 prefixes by location for synthetics [GH-934]
- `datadog_logs_archive_order`: Improve consistency by using response from POST/PUT requests directly to save state [GH-912]
- `datadog_logs_archive`: Improve consistency by using response from POST/PUT requests directly to save state [GH-912]
- `datadog_logs_custom_pipeline`: Improve consistency by using response from POST/PUT requests directly to save state [GH-913]
- `datadog_logs_index_order`: Improve consistency by using response from POST/PUT requests directly to save state [GH-915]
- `datadog_logs_index`: Improve consistency by using response from POST/PUT requests directly to save state [GH-915]
- `datadog_logs_integration_pipeline`: Improve consistency by using response from POST/PUT requests directly to save state [GH-913]
- `datadog_logs_metric`: Improve consistency by using response from POST/PUT requests directly to save state [GH-917]
- `datadog_logs_pipeline_order`: Improve consistency by using response from POST/PUT requests directly to save state [GH-913]
- `datadog_metric_metadata`: Improve consistency by using response from POST/PUT requests directly to save state [GH-922]
- `datadog_monitor`: Add support for groupby_simple_monitor option to monitor resource [GH-952]
- `datadog_monitor`: Improve consistency by using response from POST/PUT requests directly to save state [GH-901]
- `datadog_role`: Improve consistency by using response from POST/PUT requests directly to save state [GH-925]
- `datadog_service_level_objective`: Improve consistency by using response from POST/PUT requests directly to save state [GH-910]
- `datadog_slo_correction`: Improve consistency by using response from POST/PUT requests directly to save state [GH-921]
- `datadog_user`: Improve consistency by using response from POST/PUT requests directly to save state [GH-927]

FEATURE:

- `datadog_integration_slack_channel`: Add support for slack channel resource [GH-932]

BUGFIXES:

- `datadog_dashboard`: Fix template_variable_presets to support optional template_variables [GH-944]

NOTES:

- `datadog_integration_pagerduty`: Remove deprecation on PagerDuty resource [GH-930]
- Update the underlying Datadog go client to v1.0.0-beta.16. See [here](https://github.com/DataDog/datadog-api-client-go/releases/tag/v1.0.0-beta.16) for changes.

## 2.21.0 (February 9, 2021)

IMPROVEMENTS:
Expand Down
1 change: 0 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ require (
github.com/jonboulle/clockwork v0.1.0
github.com/kr/pretty v0.2.0
github.com/philhofer/fwd v1.0.0 // indirect
github.com/stretchr/objx v0.1.1 // indirect
github.com/zorkian/go-datadog-api v2.30.0+incompatible
golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1 // indirect
gopkg.in/DataDog/dd-trace-go.v1 v1.29.0-rc.1.0.20210226170446-a8dc39ec3484
Expand Down
Loading

0 comments on commit f395fbc

Please sign in to comment.