Skip to content

Commit

Permalink
Update CHANGELOG.md v2.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
imjaroiswebdev committed May 30, 2023
1 parent fbe7990 commit 28f6e62
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,34 @@
## 2.15.0 (May 30, 2023)

BREAKING CHANGES:

* The following data sources and resources has been deprecated ([#684](https://github.com/PagerDuty/terraform-provider-pagerduty/pull/684))
- `data/pagerduty_custom_field`
- `data/pagerduty_custom_field_schema`
- `resource/pagerduty_custom_field`
- `resource/pagerduty_custom_field_option`
- `resource/pagerduty_custom_field_schema`
- `resource/pagerduty_custom_field_schema_field_configuration`
- `resource/pagerduty_custom_field_schema_assignment`

NOTES:

* The following data sources and resources shall be removed in the next **Major** release
- `data/pagerduty_custom_field`
- `data/pagerduty_custom_field_schema`
- `resource/pagerduty_custom_field`
- `resource/pagerduty_custom_field_option`
- `resource/pagerduty_custom_field_schema`
- `resource/pagerduty_custom_field_schema_field_configuration`
- `resource/pagerduty_custom_field_schema_assignment`

FEATURES:

* adapt Terraform provider to use reflect simplified Custom Fields API. The following data sources and resources were added ([#684](https://github.com/PagerDuty/terraform-provider-pagerduty/pull/684))
- `data/pagerduty_incident_custom_field`
- `resource/pagerduty_incident_custom_field`
- `resource/pagerduty_incident_custom_field_option`

## 2.14.6 (May 29, 2023)

IMPROVEMENTS:
Expand Down

0 comments on commit 28f6e62

Please sign in to comment.