Skip to content

Commit

Permalink
feat(provider): add changelog for major release
Browse files Browse the repository at this point in the history
  • Loading branch information
sel-bukharov committed Nov 26, 2024
1 parent c78131e commit 0c1e73c
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
## 6.0.0 (November, 2024)

BREAKING CHANGES:

* Configuration parameters `auth_region` and `auth_url` are made mandatory
for the provider configuration ([#313](https://github.com/selectel/terraform-provider-selectel/pull/313))
* Renamed environment variables for resources:
* `SEL_PROJECT_ID` -> `INFRA_PROJECT_ID`
* `SEL_REGION` -> `INFRA_REGION`
* Removed deprecated resources ([#313](https://github.com/selectel/terraform-provider-selectel/pull/313)):
* `selectel_vpc_role_v2`
* `selectel_vpc_token_v2`
* `selectel_vpc_user_v2`
* `selectel_vpc_vrrp_subnet_v2`
* `selectel_vpc_crossregion_subnet_v2`

IMPROVEMENTS:

* Added migration guide to upgrade to new major v6 version ([#313](https://github.com/selectel/terraform-provider-selectel/pull/313))
* Updated docs ([#313](https://github.com/selectel/terraform-provider-selectel/pull/313))

## 5.4.0 (September 09, 2024)

IMPROVEMENTS:
Expand Down

0 comments on commit 0c1e73c

Please sign in to comment.