Skip to content

Commit 5795e7b

Browse files
committed
Changelog
1 parent d6ec661 commit 5795e7b

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
1-
## 5.44.1 (Unreleased)
1+
## 5.44.2 (Unreleased)
2+
3+
Notes:
4+
* 5.44.2 is a backport release, responding to a GKE rollout that created permadiffs for many users. The changes in this release will be available in 6.7.0 and users upgrading to 6.X should upgrade to that version or higher.
5+
6+
IMPROVEMENTS:
7+
* container: `google_container_cluster` will now accept server-specified values for `node_pool_auto_config.0.node_kubelet_config` when it is not defined in configuration and will not detect drift. Note that this means that removing the value from configuration will now preserve old settings instead of reverting the old settings. ([#8385](https://github.com/hashicorp/terraform-provider-google-beta/pull/8385))
8+
9+
BUG FIXES:
10+
* container: fixed a diff triggered by a new API-side default value for `node_config.0.kubelet_config.0.insecure_kubelet_readonly_port_enabled`. Terraform will now accept server-specified values for `node_config.0.kubelet_config` when it is not defined in configuration and will not detect drift. Note that this means that removing the value from configuration will now preserve old settings instead of reverting the old settings. ([#8385](https://github.com/hashicorp/terraform-provider-google-beta/pull/8385))
11+
12+
## 5.44.1 (September 23, 2024)
213

314
NOTES:
415
* 5.44.1 is a backport release, intended to pull in critical container improvements and fixes for issues introduced in 5.44.0

0 commit comments

Comments
 (0)