Skip to content

Commit

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

### New features

- Add support for disabling Pod overprovisioning in the progressive deployment strategy configuration for a Kubernetes Target ([commit c1fc355](https://togithub.com/googleapis/google-cloud-dotnet/commit/c1fc355a5c2f9253d6f7d29a8ad03914cfe7c2c7))
  • Loading branch information
jskeet committed Jun 20, 2023
1 parent ade499c commit 27bcdb4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>2.4.0</Version>
<Version>2.5.0</Version>
<TargetFrameworks>netstandard2.1;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
6 changes: 6 additions & 0 deletions apis/Google.Cloud.Deploy.V1/docs/history.md
@@ -1,5 +1,11 @@
# Version history

## Version 2.5.0, released 2023-06-20

### New features

- Add support for disabling Pod overprovisioning in the progressive deployment strategy configuration for a Kubernetes Target ([commit c1fc355](https://github.com/googleapis/google-cloud-dotnet/commit/c1fc355a5c2f9253d6f7d29a8ad03914cfe7c2c7))

## Version 2.4.0, released 2023-05-03

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

0 comments on commit 27bcdb4

Please sign in to comment.