Skip to content

Commit

Permalink
Update CHANGELOG.md v3.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
imjaroiswebdev committed Jun 14, 2024
1 parent 29e6717 commit c687ad4
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit c687ad4

Please sign in to comment.