Skip to content

Commit 1b0e69c

Browse files
authored
Add changelog for 3.0.0 (#1085)
* Add changelog for 3.0.0 This prepares the changelog, and remove outdated docs. * Remove from docs script
1 parent 5bb9459 commit 1b0e69c

4 files changed

Lines changed: 35 additions & 1062 deletions

File tree

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,38 @@
1+
## 3.0.0 (May 27, 2021)
2+
3+
IMPROVEMENTS:
4+
5+
- Upgrade terraform-plugin-sdk to v2. See https://www.terraform.io/docs/extend/guides/v2-upgrade-guide.html for all the internal changes.
6+
7+
NOTES:
8+
9+
- `datadog_monitor`: Remove the `threshold` deprecated property.
10+
- `datadog_monitor`: Remove the `threshold_windows` deprecated property.
11+
- `datadog_monitor`: Remove the `silenced` deprecated property.
12+
- `datadog_dashboard`: Remove the `layout` deprecated property from widgets.
13+
- `datadog_dashboard`: Remove the `time` deprecated property from widgets.
14+
- `datadog_dashboard`: Remove the `logset` deprecated property from widgets.
15+
- `datadog_dashboard`: Remove the `count` deprecated property from widgets.
16+
- `datadog_dashboard`: Remove the `start` deprecated property from widgets.
17+
- `datadog_dashboard`: Remove the `compute` deprecated property from widgets.
18+
- `datadog_dashboard`: Remove the `search` deprecated property from widgets.
19+
- `datadog_integration_pagerduty`: Remove the `services` deprecated property.
20+
- `datadog_logs_archive`: Remove the `s3` deprecated property.
21+
- `datadog_logs_archive`: Remove the `azure` deprecated property.
22+
- `datadog_logs_archive`: Remove the `gcs` deprecated property.
23+
- `datadog_screenboard`: Remove the deprecated resource
24+
- `datadog_service_level_objective`: Remove the `monitor_search` deprecated property.
25+
- `datadog_timeboard`: Remove the deprecated resource.
26+
- `datadog_synthetics_test`: Remove the `request` deprecated property.
27+
- `datadog_synthetics_test`: Remove the `assertions` deprecated property.
28+
- `datadog_synthetics_test`: Remove the `options` deprecated property.
29+
- `datadog_synthetics_test`: Remove the `step` deprecated property.
30+
- `datadog_synthetics_test`: Remove the `variable` deprecated property.
31+
- `datadog_user`: Remove the `handle` deprecated property.
32+
- `datadog_user`: Remove the `is_admin` deprecated property.
33+
- `datadog_user`: Remove the `access_role` deprecated property.
34+
- `datadog_user`: Remove the `role` deprecated property.
35+
136
## 2.26.1 (May 20, 2021)
237

338
BUGFIXES:

0 commit comments

Comments
 (0)