From c22d2641e41c6aa268e6928631b20e02a51027a6 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 22:05:21 +0000 Subject: [PATCH] chore(main): release 0.249.0 --- CHANGELOG.md | 47 ++++++++++++++++++++++++++++++++++++++++++++ Container/VERSION | 2 +- ManagedKafka/VERSION | 2 +- composer.json | 4 ++-- 4 files changed, 51 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d850631d167..585b00095cc9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,52 @@ # 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)) + +
+ +
google/cloud-managedkafka 0.1.0 + + + +### Features + +* Introduce ManagedKafka ([#7341](https://github.com/googleapis/google-cloud-php/issues/7341)) ([f2e3505](https://github.com/googleapis/google-cloud-php/commit/f2e3505dbbf7879a687c4a0af35112626cb88e69)) + +
+ ## 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/ManagedKafka/VERSION b/ManagedKafka/VERSION index 77d6f4ca2371..6e8bf73aa550 100644 --- a/ManagedKafka/VERSION +++ b/ManagedKafka/VERSION @@ -1 +1 @@ -0.0.0 +0.1.0 diff --git a/composer.json b/composer.json index 44eae7d2bb96..db6015996d03 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", @@ -172,7 +172,7 @@ "google/cloud-life-sciences": "0.6.5", "google/cloud-logging": "1.30.2", "google/cloud-managed-identities": "1.3.5", - "google/cloud-managedkafka": "0.0.0", + "google/cloud-managedkafka": "0.1.0", "google/cloud-media-translation": "0.4.4", "google/cloud-memcache": "1.3.5", "google/cloud-migrationcenter": "0.4.5",