Skip to content

Commit

Permalink
release: v0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ianaya89 committed Dec 22, 2024
1 parent 16d190b commit b9e8f2a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/provider/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
}
Expand Down

0 comments on commit b9e8f2a

Please sign in to comment.