Skip to content

Commit

Permalink
Release Google.Cloud.Container.V1 version 3.32.0 (#13691)
Browse files Browse the repository at this point in the history
Changes in this release:

### New features

- Add an effective_cgroup_mode field in node config ([commit e84c6d7](https://togithub.com/googleapis/google-cloud-dotnet/commit/e84c6d77e282a2286b373eb88288d501e8f2517c))
- Add storage pools field to NodePool API ([commit e84c6d7](https://togithub.com/googleapis/google-cloud-dotnet/commit/e84c6d77e282a2286b373eb88288d501e8f2517c))
- Add ControlPlaneEndpointsConfig message to consolidate control plane isolation options ([commit e84c6d7](https://togithub.com/googleapis/google-cloud-dotnet/commit/e84c6d77e282a2286b373eb88288d501e8f2517c))
- Add DNSEndpointConfig for new DNS-based control plane access ([commit e84c6d7](https://togithub.com/googleapis/google-cloud-dotnet/commit/e84c6d77e282a2286b373eb88288d501e8f2517c))
- Add API to enable/disable secret manager csi component on GKE clusters ([commit e84c6d7](https://togithub.com/googleapis/google-cloud-dotnet/commit/e84c6d77e282a2286b373eb88288d501e8f2517c))
- Add CompliancePosture field for configuration of GKE Compliance Posture product ([commit e84c6d7](https://togithub.com/googleapis/google-cloud-dotnet/commit/e84c6d77e282a2286b373eb88288d501e8f2517c))
- Add RBACBindingConfig to API ([commit e84c6d7](https://togithub.com/googleapis/google-cloud-dotnet/commit/e84c6d77e282a2286b373eb88288d501e8f2517c))
- Add CompliancePosture field for configuration of GKE Compliance Posture product ([commit e84c6d7](https://togithub.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://togithub.com/googleapis/google-cloud-dotnet/commit/e84c6d77e282a2286b373eb88288d501e8f2517c))
- Surface upgrade_target_version in GetServerConfig for all supported release channels ([commit e84c6d7](https://togithub.com/googleapis/google-cloud-dotnet/commit/e84c6d77e282a2286b373eb88288d501e8f2517c))
- Added support for Parallelstore CSI Driver ([commit e84c6d7](https://togithub.com/googleapis/google-cloud-dotnet/commit/e84c6d77e282a2286b373eb88288d501e8f2517c))

### Documentation improvements

- Minor documentation updates ([commit e84c6d7](https://togithub.com/googleapis/google-cloud-dotnet/commit/e84c6d77e282a2286b373eb88288d501e8f2517c))
  • Loading branch information
jskeet authored Oct 14, 2024
1 parent a462022 commit be52db1
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
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

0 comments on commit be52db1

Please sign in to comment.