You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,16 @@
1
-
## 5.44.0 (Unreleased)
1
+
## 5.44.1 (Unreleased)
2
+
3
+
NOTES:
4
+
* 5.44.1 is a backport release, intended to pull in critical container improvements and fixes for issues introduced in 5.44.0
5
+
6
+
IMPROVEMENTS:
7
+
* container: added in-place update support for `gcfs_config` in in `google_container_cluster` and `google_container_node_pool` ([#8101](https://github.com/hashicorp/terraform-provider-google-beta/pull/8101)) ([#8207](https://github.com/hashicorp/terraform-provider-google-beta/pull/8207))
8
+
9
+
BUG FIXES:
10
+
* container: fixed a permadiff on `gcfs_config` in `google_container_cluster` and `google_container_node_pool` ([#8207](https://github.com/hashicorp/terraform-provider-google-beta/pull/8207))
11
+
* container: fixed a bug where specifying `node_pool_defaults.node_config_defaults` with `enable_autopilot = true` will cause `google_container_cluster` resource creation failure. ([#8223](https://github.com/hashicorp/terraform-provider-google-beta/pull/8223))
12
+
13
+
## 5.44.0 (September 9, 2024)
2
14
3
15
NOTES:
4
16
* 5.44.0 is a backport release, intended to pull in critical container improvements from 6.2.0
0 commit comments