diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0d850631d167..2b47ee581b4a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,42 @@
# Changelog
+## 0.249.0
+
+google/cloud-container 1.32.0
+
+
+
+### Features
+
+* A new field `accelerators` is added to message `.google.container.v1.UpdateNodePoolRequest` ([e583f71](https://github.com/googleapis/google-cloud-php/commit/e583f71f2582eb8f7467b00ae9af498dd83dd376))
+* A new field `additive_vpc_scope_dns_domain` is added to message `.google.container.v1.DNSConfig` ([e583f71](https://github.com/googleapis/google-cloud-php/commit/e583f71f2582eb8f7467b00ae9af498dd83dd376))
+* A new field `containerd_config` is added to message `.google.container.v1.NodeConfig` ([e583f71](https://github.com/googleapis/google-cloud-php/commit/e583f71f2582eb8f7467b00ae9af498dd83dd376))
+* A new field `containerd_config` is added to message `.google.container.v1.NodeConfigDefaults` ([e583f71](https://github.com/googleapis/google-cloud-php/commit/e583f71f2582eb8f7467b00ae9af498dd83dd376))
+* A new field `containerd_config` is added to message `.google.container.v1.UpdateNodePoolRequest` ([e583f71](https://github.com/googleapis/google-cloud-php/commit/e583f71f2582eb8f7467b00ae9af498dd83dd376))
+* A new field `desired_containerd_config` is added to message `.google.container.v1.ClusterUpdate` ([e583f71](https://github.com/googleapis/google-cloud-php/commit/e583f71f2582eb8f7467b00ae9af498dd83dd376))
+* A new field `desired_node_kubelet_config` is added to message `.google.container.v1.ClusterUpdate` ([e583f71](https://github.com/googleapis/google-cloud-php/commit/e583f71f2582eb8f7467b00ae9af498dd83dd376))
+* A new field `desired_node_pool_auto_config_kubelet_config` is added to message `.google.container.v1.ClusterUpdate` ([e583f71](https://github.com/googleapis/google-cloud-php/commit/e583f71f2582eb8f7467b00ae9af498dd83dd376))
+* A new field `enable_nested_virtualization` is added to message `.google.container.v1.AdvancedMachineFeatures` ([e583f71](https://github.com/googleapis/google-cloud-php/commit/e583f71f2582eb8f7467b00ae9af498dd83dd376))
+* A new field `hugepages` is added to message `.google.container.v1.LinuxNodeConfig` ([e583f71](https://github.com/googleapis/google-cloud-php/commit/e583f71f2582eb8f7467b00ae9af498dd83dd376))
+* A new field `node_kubelet_config` is added to message `.google.container.v1.NodeConfigDefaults` ([e583f71](https://github.com/googleapis/google-cloud-php/commit/e583f71f2582eb8f7467b00ae9af498dd83dd376))
+* A new field `node_kubelet_config` is added to message `.google.container.v1.NodePoolAutoConfig` ([e583f71](https://github.com/googleapis/google-cloud-php/commit/e583f71f2582eb8f7467b00ae9af498dd83dd376))
+* A new field `satisfies_pzi` is added to message `.google.container.v1.Cluster` ([e583f71](https://github.com/googleapis/google-cloud-php/commit/e583f71f2582eb8f7467b00ae9af498dd83dd376))
+* A new field `satisfies_pzs` is added to message `.google.container.v1.Cluster` ([e583f71](https://github.com/googleapis/google-cloud-php/commit/e583f71f2582eb8f7467b00ae9af498dd83dd376))
+* A new message `ContainerdConfig` is added ([e583f71](https://github.com/googleapis/google-cloud-php/commit/e583f71f2582eb8f7467b00ae9af498dd83dd376))
+* A new message `HugepagesConfig` is added ([#7387](https://github.com/googleapis/google-cloud-php/issues/7387)) ([e583f71](https://github.com/googleapis/google-cloud-php/commit/e583f71f2582eb8f7467b00ae9af498dd83dd376))
+* A new value `CADVISOR` is added to enum `Component` ([e583f71](https://github.com/googleapis/google-cloud-php/commit/e583f71f2582eb8f7467b00ae9af498dd83dd376))
+* A new value `ENTERPRISE` is added to enum `Mode` ([e583f71](https://github.com/googleapis/google-cloud-php/commit/e583f71f2582eb8f7467b00ae9af498dd83dd376))
+* A new value `KUBELET` is added to enum `Component` ([e583f71](https://github.com/googleapis/google-cloud-php/commit/e583f71f2582eb8f7467b00ae9af498dd83dd376))
+* A new value `MPS` is added to enum `GPUSharingStrategy` ([e583f71](https://github.com/googleapis/google-cloud-php/commit/e583f71f2582eb8f7467b00ae9af498dd83dd376))
+
+
+### Documentation
+
+* A comment for field `desired_private_cluster_config` in message `.google.container.v1.ClusterUpdate` is changed ([e583f71](https://github.com/googleapis/google-cloud-php/commit/e583f71f2582eb8f7467b00ae9af498dd83dd376))
+* A comment for field `in_transit_encryption_config` in message `.google.container.v1.NetworkConfig` is changed ([e583f71](https://github.com/googleapis/google-cloud-php/commit/e583f71f2582eb8f7467b00ae9af498dd83dd376))
+
+
+
## 0.248.0
google/cloud-backupdr 0.1.0
diff --git a/Container/VERSION b/Container/VERSION
index 34aae156b192..359c41089a42 100644
--- a/Container/VERSION
+++ b/Container/VERSION
@@ -1 +1 @@
-1.31.0
+1.32.0
diff --git a/composer.json b/composer.json
index 7a1176c4d5b0..20500b076eec 100644
--- a/composer.json
+++ b/composer.json
@@ -122,7 +122,7 @@
"google/cloud-confidentialcomputing": "0.8.3",
"google/cloud-config": "0.5.2",
"google/cloud-contact-center-insights": "1.9.5",
- "google/cloud-container": "1.31.0",
+ "google/cloud-container": "1.32.0",
"google/cloud-container-analysis": "0.5.7",
"google/cloud-core": "1.59.0",
"google/cloud-data-catalog": "1.10.3",