From a374b5201682d13ff0ff78a97e80edc4fe970036 Mon Sep 17 00:00:00 2001 From: Jon Skeet Date: Mon, 18 Nov 2024 16:16:58 +0000 Subject: [PATCH] Release Google.Cloud.Container.V1 version 3.33.0 Changes in this release: ### New features - Add LocalSsdEncryptionMode in NodeConfig ([commit c51e9ee](https://github.com/googleapis/google-cloud-dotnet/commit/c51e9eef33ccad6b436c839c85ba2d9e220f6ce0)) - Add LinuxNodeConfig in NodePoolAutoConfig ([commit c51e9ee](https://github.com/googleapis/google-cloud-dotnet/commit/c51e9eef33ccad6b436c839c85ba2d9e220f6ce0)) - Add DesiredEnterpriseConfig proto message ([commit c51e9ee](https://github.com/googleapis/google-cloud-dotnet/commit/c51e9eef33ccad6b436c839c85ba2d9e220f6ce0)) - Add desired_enterprise_config,desired_node_pool_auto_config_linux_node_config to ClusterUpdate. ([commit c51e9ee](https://github.com/googleapis/google-cloud-dotnet/commit/c51e9eef33ccad6b436c839c85ba2d9e220f6ce0)) - Add UpgradeInfoEvent proto message ([commit c51e9ee](https://github.com/googleapis/google-cloud-dotnet/commit/c51e9eef33ccad6b436c839c85ba2d9e220f6ce0)) - Add desired_tier to EnterpriseConfig. ([commit c51e9ee](https://github.com/googleapis/google-cloud-dotnet/commit/c51e9eef33ccad6b436c839c85ba2d9e220f6ce0)) ### Documentation improvements - Minor documentation updates ([commit c51e9ee](https://github.com/googleapis/google-cloud-dotnet/commit/c51e9eef33ccad6b436c839c85ba2d9e220f6ce0)) --- .../Google.Cloud.Container.V1.csproj | 2 +- apis/Google.Cloud.Container.V1/docs/history.md | 15 +++++++++++++++ apis/apis.json | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/apis/Google.Cloud.Container.V1/Google.Cloud.Container.V1/Google.Cloud.Container.V1.csproj b/apis/Google.Cloud.Container.V1/Google.Cloud.Container.V1/Google.Cloud.Container.V1.csproj index bdef8d783438..5efa1f9e019b 100644 --- a/apis/Google.Cloud.Container.V1/Google.Cloud.Container.V1/Google.Cloud.Container.V1.csproj +++ b/apis/Google.Cloud.Container.V1/Google.Cloud.Container.V1/Google.Cloud.Container.V1.csproj @@ -1,7 +1,7 @@  - 3.32.0 + 3.33.0 netstandard2.0;net462 true Recommended Google client library to access the Google Kubernetes Engine API, used for building and managing container based applications, powered by the open source Kubernetes technology. diff --git a/apis/Google.Cloud.Container.V1/docs/history.md b/apis/Google.Cloud.Container.V1/docs/history.md index 722b877df0fe..02f3825e54c4 100644 --- a/apis/Google.Cloud.Container.V1/docs/history.md +++ b/apis/Google.Cloud.Container.V1/docs/history.md @@ -1,5 +1,20 @@ # Version history +## Version 3.33.0, released 2024-11-18 + +### New features + +- Add LocalSsdEncryptionMode in NodeConfig ([commit c51e9ee](https://github.com/googleapis/google-cloud-dotnet/commit/c51e9eef33ccad6b436c839c85ba2d9e220f6ce0)) +- Add LinuxNodeConfig in NodePoolAutoConfig ([commit c51e9ee](https://github.com/googleapis/google-cloud-dotnet/commit/c51e9eef33ccad6b436c839c85ba2d9e220f6ce0)) +- Add DesiredEnterpriseConfig proto message ([commit c51e9ee](https://github.com/googleapis/google-cloud-dotnet/commit/c51e9eef33ccad6b436c839c85ba2d9e220f6ce0)) +- Add desired_enterprise_config,desired_node_pool_auto_config_linux_node_config to ClusterUpdate. ([commit c51e9ee](https://github.com/googleapis/google-cloud-dotnet/commit/c51e9eef33ccad6b436c839c85ba2d9e220f6ce0)) +- Add UpgradeInfoEvent proto message ([commit c51e9ee](https://github.com/googleapis/google-cloud-dotnet/commit/c51e9eef33ccad6b436c839c85ba2d9e220f6ce0)) +- Add desired_tier to EnterpriseConfig. ([commit c51e9ee](https://github.com/googleapis/google-cloud-dotnet/commit/c51e9eef33ccad6b436c839c85ba2d9e220f6ce0)) + +### Documentation improvements + +- Minor documentation updates ([commit c51e9ee](https://github.com/googleapis/google-cloud-dotnet/commit/c51e9eef33ccad6b436c839c85ba2d9e220f6ce0)) + ## Version 3.32.0, released 2024-10-14 ### New features diff --git a/apis/apis.json b/apis/apis.json index c61f9d1b5fd9..0feb547ebe4e 100644 --- a/apis/apis.json +++ b/apis/apis.json @@ -1666,7 +1666,7 @@ "protoPath": "google/container/v1", "productName": "Google Kubernetes Engine", "productUrl": "https://cloud.google.com/kubernetes-engine/docs/reference/rest/", - "version": "3.32.0", + "version": "3.33.0", "type": "grpc", "description": "Recommended Google client library to access the Google Kubernetes Engine API, used for building and managing container based applications, powered by the open source Kubernetes technology.", "dependencies": {},