diff --git a/CHANGELOG.md b/CHANGELOG.md index d04e979..e4ce99e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.4.5](https://github.com/Altinity/terraform-provider-altinitycloud/compare/v0.4.4...v0.4.5) +### Added +- Add `nat` property to enable AWS NAT Gateway on AWS envs [#e2ade63](https://github.com/Altinity/terraform-provider-altinitycloud/commit/e2ade63). + +### Changed +- 🚨 [BREAKING CHANGE] Deprecate `number_of_zones` from all env resources [#0f07c7a](https://github.com/Altinity/terraform-provider-altinitycloud/commit/0f07c7a). +- Bump github.com/hashicorp/terraform-plugin-framework-validators to `0.16.0` [#128](https://github.com/Altinity/terraform-provider-altinitycloud/pull/128). +- Bump github.com/Yamashou/gqlgenc to `0.28.2` [#132](https://github.com/Altinity/terraform-provider-altinitycloud/pull/132). + ## [0.4.4](https://github.com/Altinity/terraform-provider-altinitycloud/compare/v0.4.3...v0.4.4) ### Fixed - Sort k8s environments `node_groups.selector` after API responses to match script order [#cb3be84](https://github.com/Altinity/terraform-provider-altinitycloud/commit/cb3be84). diff --git a/docs/index.md b/docs/index.md index f500973..b6ca539 100644 --- a/docs/index.md +++ b/docs/index.md @@ -27,7 +27,7 @@ terraform { altinitycloud = { source = "altinity/altinitycloud" # https://github.com/altinity/terraform-provider-altinitycloud/blob/master/CHANGELOG.md - version = "0.3.0" + version = "0.4.5" } } } diff --git a/examples/provider/provider.tf b/examples/provider/provider.tf index 6c76a20..1ab19d1 100644 --- a/examples/provider/provider.tf +++ b/examples/provider/provider.tf @@ -3,7 +3,7 @@ terraform { altinitycloud = { source = "altinity/altinitycloud" # https://github.com/altinity/terraform-provider-altinitycloud/blob/master/CHANGELOG.md - version = "0.3.0" + version = "0.4.5" } } }