Skip to content

Commit 105a80a

Browse files
authored
Release Google.Cloud.Deploy.V1 version 3.3.0 (#13837)
Changes in this release: ### New features - A new field `timed_promote_release_rule` is added to message `.google.cloud.deploy.v1.AutomationRule` ([commit 3b31b09](https://togithub.com/googleapis/google-cloud-dotnet/commit/3b31b09fdd5ce3e59804634386339e282cf6d2d6)) - A new message `TimedPromoteReleaseRule` is added ([commit 3b31b09](https://togithub.com/googleapis/google-cloud-dotnet/commit/3b31b09fdd5ce3e59804634386339e282cf6d2d6)) - A new field `timed_promote_release_condition` is added to message `.google.cloud.deploy.v1.AutomationRuleCondition` ([commit 3b31b09](https://togithub.com/googleapis/google-cloud-dotnet/commit/3b31b09fdd5ce3e59804634386339e282cf6d2d6)) - A new message `TimedPromoteReleaseCondition` is added ([commit 3b31b09](https://togithub.com/googleapis/google-cloud-dotnet/commit/3b31b09fdd5ce3e59804634386339e282cf6d2d6)) - A new field `timed_promote_release_operation` is added to message `.google.cloud.deploy.v1.AutomationRun` ([commit 3b31b09](https://togithub.com/googleapis/google-cloud-dotnet/commit/3b31b09fdd5ce3e59804634386339e282cf6d2d6)) - A new message `TimedPromoteReleaseOperation` is added ([commit 3b31b09](https://togithub.com/googleapis/google-cloud-dotnet/commit/3b31b09fdd5ce3e59804634386339e282cf6d2d6)) ### Documentation improvements - A comment for field `target_id` in message `.google.cloud.deploy.v1.AutomationRun` is changed ([commit 3b31b09](https://togithub.com/googleapis/google-cloud-dotnet/commit/3b31b09fdd5ce3e59804634386339e282cf6d2d6))
1 parent 321ae36 commit 105a80a

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

apis/Google.Cloud.Deploy.V1/Google.Cloud.Deploy.V1/Google.Cloud.Deploy.V1.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project Sdk="Microsoft.NET.Sdk">
33
<PropertyGroup>
4-
<Version>3.2.0</Version>
4+
<Version>3.3.0</Version>
55
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
66
<GenerateDocumentationFile>true</GenerateDocumentationFile>
77
<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>

apis/Google.Cloud.Deploy.V1/docs/history.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Version history
22

3+
## Version 3.3.0, released 2024-11-18
4+
5+
### New features
6+
7+
- A new field `timed_promote_release_rule` is added to message `.google.cloud.deploy.v1.AutomationRule` ([commit 3b31b09](https://github.com/googleapis/google-cloud-dotnet/commit/3b31b09fdd5ce3e59804634386339e282cf6d2d6))
8+
- A new message `TimedPromoteReleaseRule` is added ([commit 3b31b09](https://github.com/googleapis/google-cloud-dotnet/commit/3b31b09fdd5ce3e59804634386339e282cf6d2d6))
9+
- A new field `timed_promote_release_condition` is added to message `.google.cloud.deploy.v1.AutomationRuleCondition` ([commit 3b31b09](https://github.com/googleapis/google-cloud-dotnet/commit/3b31b09fdd5ce3e59804634386339e282cf6d2d6))
10+
- A new message `TimedPromoteReleaseCondition` is added ([commit 3b31b09](https://github.com/googleapis/google-cloud-dotnet/commit/3b31b09fdd5ce3e59804634386339e282cf6d2d6))
11+
- A new field `timed_promote_release_operation` is added to message `.google.cloud.deploy.v1.AutomationRun` ([commit 3b31b09](https://github.com/googleapis/google-cloud-dotnet/commit/3b31b09fdd5ce3e59804634386339e282cf6d2d6))
12+
- A new message `TimedPromoteReleaseOperation` is added ([commit 3b31b09](https://github.com/googleapis/google-cloud-dotnet/commit/3b31b09fdd5ce3e59804634386339e282cf6d2d6))
13+
14+
### Documentation improvements
15+
16+
- A comment for field `target_id` in message `.google.cloud.deploy.v1.AutomationRun` is changed ([commit 3b31b09](https://github.com/googleapis/google-cloud-dotnet/commit/3b31b09fdd5ce3e59804634386339e282cf6d2d6))
17+
318
## Version 3.2.0, released 2024-10-29
419

520
### New features

apis/apis.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1935,7 +1935,7 @@
19351935
},
19361936
{
19371937
"id": "Google.Cloud.Deploy.V1",
1938-
"version": "3.2.0",
1938+
"version": "3.3.0",
19391939
"type": "grpc",
19401940
"productName": "Google Cloud Deploy",
19411941
"productUrl": "https://cloud.google.com/deploy/",

0 commit comments

Comments
 (0)