Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release Google.Cloud.Container.V1 version 3.32.0 #13691

Merged
merged 1 commit into from
Oct 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>3.31.0</Version>
<Version>3.32.0</Version>
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<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.</Description>
Expand Down
20 changes: 20 additions & 0 deletions apis/Google.Cloud.Container.V1/docs/history.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Version history

## Version 3.32.0, released 2024-10-14

### New features

- Add an effective_cgroup_mode field in node config ([commit e84c6d7](https://github.com/googleapis/google-cloud-dotnet/commit/e84c6d77e282a2286b373eb88288d501e8f2517c))
- Add storage pools field to NodePool API ([commit e84c6d7](https://github.com/googleapis/google-cloud-dotnet/commit/e84c6d77e282a2286b373eb88288d501e8f2517c))
- Add ControlPlaneEndpointsConfig message to consolidate control plane isolation options ([commit e84c6d7](https://github.com/googleapis/google-cloud-dotnet/commit/e84c6d77e282a2286b373eb88288d501e8f2517c))
- Add DNSEndpointConfig for new DNS-based control plane access ([commit e84c6d7](https://github.com/googleapis/google-cloud-dotnet/commit/e84c6d77e282a2286b373eb88288d501e8f2517c))
- Add API to enable/disable secret manager csi component on GKE clusters ([commit e84c6d7](https://github.com/googleapis/google-cloud-dotnet/commit/e84c6d77e282a2286b373eb88288d501e8f2517c))
- Add CompliancePosture field for configuration of GKE Compliance Posture product ([commit e84c6d7](https://github.com/googleapis/google-cloud-dotnet/commit/e84c6d77e282a2286b373eb88288d501e8f2517c))
- Add RBACBindingConfig to API ([commit e84c6d7](https://github.com/googleapis/google-cloud-dotnet/commit/e84c6d77e282a2286b373eb88288d501e8f2517c))
- Add CompliancePosture field for configuration of GKE Compliance Posture product ([commit e84c6d7](https://github.com/googleapis/google-cloud-dotnet/commit/e84c6d77e282a2286b373eb88288d501e8f2517c))
- Add KCP_SSHD and KCP_CONNECTION to the supported values for the --logging flag for the create and update cluster commands ([commit e84c6d7](https://github.com/googleapis/google-cloud-dotnet/commit/e84c6d77e282a2286b373eb88288d501e8f2517c))
- Surface upgrade_target_version in GetServerConfig for all supported release channels ([commit e84c6d7](https://github.com/googleapis/google-cloud-dotnet/commit/e84c6d77e282a2286b373eb88288d501e8f2517c))
- Added support for Parallelstore CSI Driver ([commit e84c6d7](https://github.com/googleapis/google-cloud-dotnet/commit/e84c6d77e282a2286b373eb88288d501e8f2517c))

### Documentation improvements

- Minor documentation updates ([commit e84c6d7](https://github.com/googleapis/google-cloud-dotnet/commit/e84c6d77e282a2286b373eb88288d501e8f2517c))

## Version 3.31.0, released 2024-09-09

### New features
Expand Down
2 changes: 1 addition & 1 deletion apis/apis.json
Original file line number Diff line number Diff line change
Expand Up @@ -1665,7 +1665,7 @@
"protoPath": "google/container/v1",
"productName": "Google Kubernetes Engine",
"productUrl": "https://cloud.google.com/kubernetes-engine/docs/reference/rest/",
"version": "3.31.0",
"version": "3.32.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": {},
Expand Down