Skip to content

Commit

Permalink
Release Google.Cloud.GkeMultiCloud.V1 version 2.6.0 (#12869)
Browse files Browse the repository at this point in the history
Changes in this release:

### New features

- Option to ignore_errors while deleting Azure clusters / nodepools ([commit 564312f](https://togithub.com/googleapis/google-cloud-dotnet/commit/564312fafe111033b4f45180097c60ac02f5ddf4))
- Add IServiceCollection extension methods for client registration where an IServiceProvider is required. ([commit 022fab2](https://togithub.com/googleapis/google-cloud-dotnet/commit/022fab203f28fb9c608972af7f8b83f571ae5694))
  • Loading branch information
jskeet committed May 14, 2024
1 parent e369099 commit 16e7121
Show file tree
Hide file tree
Showing 3 changed files with 9 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.5.0</Version>
<Version>2.6.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
7 changes: 7 additions & 0 deletions apis/Google.Cloud.GkeMultiCloud.V1/docs/history.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Version history

## Version 2.6.0, released 2024-05-14

### New features

- Option to ignore_errors while deleting Azure clusters / nodepools ([commit 564312f](https://github.com/googleapis/google-cloud-dotnet/commit/564312fafe111033b4f45180097c60ac02f5ddf4))
- Add IServiceCollection extension methods for client registration where an IServiceProvider is required. ([commit 022fab2](https://github.com/googleapis/google-cloud-dotnet/commit/022fab203f28fb9c608972af7f8b83f571ae5694))

## Version 2.5.0, released 2024-03-26

### 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 @@ -2626,7 +2626,7 @@
},
{
"id": "Google.Cloud.GkeMultiCloud.V1",
"version": "2.5.0",
"version": "2.6.0",
"type": "grpc",
"productName": "Anthos Multi-Cloud",
"productUrl": "https://cloud.google.com/anthos/clusters/docs/multi-cloud",
Expand Down

0 comments on commit 16e7121

Please sign in to comment.