Skip to content

Commit

Permalink
Release Google.Cloud.GkeBackup.V1 version 2.2.0 (#10594)
Browse files Browse the repository at this point in the history
Changes in this release:

### New features

- Added new restore scope options ([commit b606f4c](https://togithub.com/googleapis/google-cloud-dotnet/commit/b606f4c5293289554f5a035f3f8e0ce4c71ef3fe))
- Added transformation rules for restore ([commit b606f4c](https://togithub.com/googleapis/google-cloud-dotnet/commit/b606f4c5293289554f5a035f3f8e0ce4c71ef3fe))
- Added BackupPlan and RestorePlan state information ([commit b606f4c](https://togithub.com/googleapis/google-cloud-dotnet/commit/b606f4c5293289554f5a035f3f8e0ce4c71ef3fe))

### Documentation improvements

- Minor documentation fixes ([commit c78b468](https://togithub.com/googleapis/google-cloud-dotnet/commit/c78b46845ade4aafe6388159c5d12796fe150c77))
  • Loading branch information
jskeet committed Jun 27, 2023
1 parent 726d008 commit 0a4393b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>2.1.0</Version>
<Version>2.2.0</Version>
<TargetFrameworks>netstandard2.1;net462</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Description>Recommended Google client library to access the Backup for GKE API, which is a managed Kubernetes workload backup and restore service for GKE clusters.</Description>
Expand Down
12 changes: 12 additions & 0 deletions apis/Google.Cloud.GkeBackup.V1/docs/history.md
@@ -1,5 +1,17 @@
# Version history

## Version 2.2.0, released 2023-06-27

### New features

- Added new restore scope options ([commit b606f4c](https://github.com/googleapis/google-cloud-dotnet/commit/b606f4c5293289554f5a035f3f8e0ce4c71ef3fe))
- Added transformation rules for restore ([commit b606f4c](https://github.com/googleapis/google-cloud-dotnet/commit/b606f4c5293289554f5a035f3f8e0ce4c71ef3fe))
- Added BackupPlan and RestorePlan state information ([commit b606f4c](https://github.com/googleapis/google-cloud-dotnet/commit/b606f4c5293289554f5a035f3f8e0ce4c71ef3fe))

### Documentation improvements

- Minor documentation fixes ([commit c78b468](https://github.com/googleapis/google-cloud-dotnet/commit/c78b46845ade4aafe6388159c5d12796fe150c77))

## Version 2.1.0, released 2023-01-19

### New features
Expand Down
2 changes: 1 addition & 1 deletion apis/apis.json
Expand Up @@ -2378,7 +2378,7 @@
},
{
"id": "Google.Cloud.GkeBackup.V1",
"version": "2.1.0",
"version": "2.2.0",
"type": "grpc",
"productName": "Backup for GKE",
"productUrl": "https://cloud.google.com/kubernetes-engine/docs/add-on/backup-for-gke",
Expand Down

0 comments on commit 0a4393b

Please sign in to comment.