Skip to content

Commit

Permalink
Release Google.Cloud.Deploy.V1 version 2.15.0 (#12625)
Browse files Browse the repository at this point in the history
Changes in this release:

### New features

- Add Skaffold remote config support for GCB repos ([commit 153861e](https://togithub.com/googleapis/google-cloud-dotnet/commit/153861ed8a5c405967a43dd1e0c91aaa2a658780))

### Documentation improvements

- Clarified related comments ([commit 153861e](https://togithub.com/googleapis/google-cloud-dotnet/commit/153861ed8a5c405967a43dd1e0c91aaa2a658780))
  • Loading branch information
jskeet committed Apr 22, 2024
1 parent 88109d4 commit 850afb2
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>2.14.0</Version>
<Version>2.15.0</Version>
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Description>Recommended Google client library to access the Google Cloud Deploy API, which automates delivery of your applications to a series of target environments in a defined sequence.</Description>
Expand Down
10 changes: 10 additions & 0 deletions apis/Google.Cloud.Deploy.V1/docs/history.md
@@ -1,5 +1,15 @@
# Version history

## Version 2.15.0, released 2024-04-22

### New features

- Add Skaffold remote config support for GCB repos ([commit 153861e](https://github.com/googleapis/google-cloud-dotnet/commit/153861ed8a5c405967a43dd1e0c91aaa2a658780))

### Documentation improvements

- Clarified related comments ([commit 153861e](https://github.com/googleapis/google-cloud-dotnet/commit/153861ed8a5c405967a43dd1e0c91aaa2a658780))

## Version 2.14.0, released 2024-03-26

### New features
Expand Down
2 changes: 1 addition & 1 deletion apis/apis.json
Expand Up @@ -1860,7 +1860,7 @@
},
{
"id": "Google.Cloud.Deploy.V1",
"version": "2.14.0",
"version": "2.15.0",
"type": "grpc",
"productName": "Google Cloud Deploy",
"productUrl": "https://cloud.google.com/deploy/",
Expand Down

0 comments on commit 850afb2

Please sign in to comment.