Skip to content

Commit

Permalink
Release Google.Cloud.GkeMultiCloud.V1 version 2.8.0
Browse files Browse the repository at this point in the history
Changes in this release:

### New features

- Added support for optionally disabling built-in GKE metrics ([commit 3170840](3170840))
- Added tag bindings support for Attached Clusters ([commit 3170840](3170840))

### Documentation improvements

- Updated comments of existing fields ([commit 3170840](3170840))
  • Loading branch information
jskeet authored and amanda-tarafa committed Jan 6, 2025
1 parent 25de2c2 commit d066798
Show file tree
Hide file tree
Showing 3 changed files with 13 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>2.7.0</Version>
<Version>2.8.0</Version>
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Description>Recommended Google client library to access the Anthos Multi-Cloud API, which provides a way to manage Kubernetes clusters that run on AWS and Azure infrastructure using the Anthos Multi-Cloud API. Combined with Connect, you can manage Kubernetes clusters on Google Cloud, AWS, and Azure from the Google Cloud Console. When you create a cluster with Anthos Multi-Cloud, Google creates the resources needed and brings up a cluster on your behalf. You can deploy workloads with the Anthos Multi-Cloud API or the gcloud and kubectl command-line tools.</Description>
Expand Down
11 changes: 11 additions & 0 deletions apis/Google.Cloud.GkeMultiCloud.V1/docs/history.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Version history

## Version 2.8.0, released 2025-01-06

### New features

- Added support for optionally disabling built-in GKE metrics ([commit 3170840](https://github.com/googleapis/google-cloud-dotnet/commit/317084009432ca7040b2a6cf1bf1f77efeaee353))
- Added tag bindings support for Attached Clusters ([commit 3170840](https://github.com/googleapis/google-cloud-dotnet/commit/317084009432ca7040b2a6cf1bf1f77efeaee353))

### Documentation improvements

- Updated comments of existing fields ([commit 3170840](https://github.com/googleapis/google-cloud-dotnet/commit/317084009432ca7040b2a6cf1bf1f77efeaee353))

## Version 2.7.0, released 2024-09-16

### New features
Expand Down
2 changes: 1 addition & 1 deletion generator-input/apis.json
Original file line number Diff line number Diff line change
Expand Up @@ -2807,7 +2807,7 @@
},
{
"id": "Google.Cloud.GkeMultiCloud.V1",
"version": "2.7.0",
"version": "2.8.0",
"type": "grpc",
"productName": "Anthos Multi-Cloud",
"productUrl": "https://cloud.google.com/anthos/clusters/docs/multi-cloud",
Expand Down

0 comments on commit d066798

Please sign in to comment.