From c687ad417ee2d1d2f41997d8eb524449344fc04e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Antonio=20Reyes?= Date: Fri, 14 Jun 2024 15:04:59 -0400 Subject: [PATCH] Update CHANGELOG.md v3.14.0 --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5ea4d81e..1e3d1171a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +## 3.14.0 (June 14, 2024) + +FEATURES: + +* `PagerDuty/pagerduty`: Add the option to ignore TLS certificate errors when calling the PD API. ([#881](https://github.com/PagerDuty/terraform-provider-pagerduty/pull/881)) + +IMPROVEMENTS: + +* Migrate pack #2 of datasources and resources to terraform plugin framework ([#866](https://github.com/PagerDuty/terraform-provider-pagerduty/pull/866)) + - `resource/pagerduty_service_dependency` + - `data/pagerduty_service_integration` + - `data/pagerduty_service` + - `resource/pagerduty_addon` +* `resource/pagerduty_user`: fix invalid target type in docs ([#856](https://github.com/PagerDuty/terraform-provider-pagerduty/pull/856)) +* `resource/pagerduty_service`: feat: improve PD service time window validation to accept 86400 as a valid value ([#876](https://github.com/PagerDuty/terraform-provider-pagerduty/pull/876)) +* `resource/pagerduty_event_orchestration_router`, `resource/pagerduty_event_orchestration_service`: Ignore import state verification for EO routing rules ids ([#883](https://github.com/PagerDuty/terraform-provider-pagerduty/pull/883)) + ## 3.13.1 (June 12, 2024) FEATURES: