Skip to content

Commit

Permalink
Update CHANGELOG.md (#8224)
Browse files Browse the repository at this point in the history
* Update CHANGELOG.md

* update
  • Loading branch information
shuyama1 authored Sep 23, 2024
1 parent b25c196 commit bbba1ba
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
## 5.44.0 (Unreleased)
## 5.44.1 (Unreleased)

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

IMPROVEMENTS:
* 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))

BUG FIXES:
* 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))
* 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))

## 5.44.0 (September 9, 2024)

NOTES:
* 5.44.0 is a backport release, intended to pull in critical container improvements from 6.2.0
Expand Down

0 comments on commit bbba1ba

Please sign in to comment.