Skip to content

Commit

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

### New features

- Add API for GPU driver installation config ([commit 4d795dd](https://togithub.com/googleapis/google-cloud-dotnet/commit/4d795dd1790399b7860b481cc66f66b8a7db80e8))
- Add SecurityPostureConfig API field to allow customers to enable GKE Security Posture capabilities for their clusters ([commit 4d795dd](https://togithub.com/googleapis/google-cloud-dotnet/commit/4d795dd1790399b7860b481cc66f66b8a7db80e8))
- Add workloadPolicyConfig API field to allow customer enable NET_ADMIN capability for their autopilot clusters ([commit 4d795dd](https://togithub.com/googleapis/google-cloud-dotnet/commit/4d795dd1790399b7860b481cc66f66b8a7db80e8))
- Add a API field to enable FQDN Network Policy on clusters ([commit a694180](https://togithub.com/googleapis/google-cloud-dotnet/commit/a694180792ddf8433c67d830e90c204f0422d8ba))
- Turn on public visibility for best effort provision ([commit a694180](https://togithub.com/googleapis/google-cloud-dotnet/commit/a694180792ddf8433c67d830e90c204f0422d8ba))
- Add CheckAutopilotCompatibility API to get autopilot compatibility issues for a given standard cluster ([commit a694180](https://togithub.com/googleapis/google-cloud-dotnet/commit/a694180792ddf8433c67d830e90c204f0422d8ba))
  • Loading branch information
jskeet committed Jun 20, 2023
1 parent 77e9f0b commit c6a7fa0
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>3.13.0</Version>
<Version>3.14.0</Version>
<TargetFrameworks>netstandard2.1;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
11 changes: 11 additions & 0 deletions apis/Google.Cloud.Container.V1/docs/history.md
@@ -1,5 +1,16 @@
# Version history

## Version 3.14.0, released 2023-06-20

### New features

- Add API for GPU driver installation config ([commit 4d795dd](https://github.com/googleapis/google-cloud-dotnet/commit/4d795dd1790399b7860b481cc66f66b8a7db80e8))
- Add SecurityPostureConfig API field to allow customers to enable GKE Security Posture capabilities for their clusters ([commit 4d795dd](https://github.com/googleapis/google-cloud-dotnet/commit/4d795dd1790399b7860b481cc66f66b8a7db80e8))
- Add workloadPolicyConfig API field to allow customer enable NET_ADMIN capability for their autopilot clusters ([commit 4d795dd](https://github.com/googleapis/google-cloud-dotnet/commit/4d795dd1790399b7860b481cc66f66b8a7db80e8))
- Add a API field to enable FQDN Network Policy on clusters ([commit a694180](https://github.com/googleapis/google-cloud-dotnet/commit/a694180792ddf8433c67d830e90c204f0422d8ba))
- Turn on public visibility for best effort provision ([commit a694180](https://github.com/googleapis/google-cloud-dotnet/commit/a694180792ddf8433c67d830e90c204f0422d8ba))
- Add CheckAutopilotCompatibility API to get autopilot compatibility issues for a given standard cluster ([commit a694180](https://github.com/googleapis/google-cloud-dotnet/commit/a694180792ddf8433c67d830e90c204f0422d8ba))

## Version 3.13.0, released 2023-06-05

### New features
Expand Down
2 changes: 1 addition & 1 deletion apis/apis.json
Expand Up @@ -1366,7 +1366,7 @@
"protoPath": "google/container/v1",
"productName": "Google Kubernetes Engine",
"productUrl": "https://cloud.google.com/kubernetes-engine/docs/reference/rest/",
"version": "3.13.0",
"version": "3.14.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 c6a7fa0

Please sign in to comment.