Skip to content

Commit b9e8f2a

Browse files
committed
release: v0.4.5
1 parent 16d190b commit b9e8f2a

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [0.4.5](https://github.com/Altinity/terraform-provider-altinitycloud/compare/v0.4.4...v0.4.5)
8+
### Added
9+
- Add `nat` property to enable AWS NAT Gateway on AWS envs [#e2ade63](https://github.com/Altinity/terraform-provider-altinitycloud/commit/e2ade63).
10+
11+
### Changed
12+
- 🚨 [BREAKING CHANGE] Deprecate `number_of_zones` from all env resources [#0f07c7a](https://github.com/Altinity/terraform-provider-altinitycloud/commit/0f07c7a).
13+
- Bump github.com/hashicorp/terraform-plugin-framework-validators to `0.16.0` [#128](https://github.com/Altinity/terraform-provider-altinitycloud/pull/128).
14+
- Bump github.com/Yamashou/gqlgenc to `0.28.2` [#132](https://github.com/Altinity/terraform-provider-altinitycloud/pull/132).
15+
716
## [0.4.4](https://github.com/Altinity/terraform-provider-altinitycloud/compare/v0.4.3...v0.4.4)
817
### Fixed
918
- Sort k8s environments `node_groups.selector` after API responses to match script order [#cb3be84](https://github.com/Altinity/terraform-provider-altinitycloud/commit/cb3be84).

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ terraform {
2727
altinitycloud = {
2828
source = "altinity/altinitycloud"
2929
# https://github.com/altinity/terraform-provider-altinitycloud/blob/master/CHANGELOG.md
30-
version = "0.3.0"
30+
version = "0.4.5"
3131
}
3232
}
3333
}

examples/provider/provider.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ terraform {
33
altinitycloud = {
44
source = "altinity/altinitycloud"
55
# https://github.com/altinity/terraform-provider-altinitycloud/blob/master/CHANGELOG.md
6-
version = "0.3.0"
6+
version = "0.4.5"
77
}
88
}
99
}

0 commit comments

Comments
 (0)