Skip to content

Commit

Permalink
chore(main): release google-cloud-deploy-v1 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Nov 25, 2024
1 parent d3278eb commit 19816db
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@
"google-cloud-datastream-v1alpha1+FILLER": "0.0.0",
"google-cloud-deploy": "1.2.1",
"google-cloud-deploy+FILLER": "0.0.0",
"google-cloud-deploy-v1": "1.3.0",
"google-cloud-deploy-v1": "2.0.0",
"google-cloud-deploy-v1+FILLER": "0.0.0",
"google-cloud-developer_connect": "1.0.1",
"google-cloud-developer_connect+FILLER": "0.0.0",
Expand Down
20 changes: 20 additions & 0 deletions google-cloud-deploy-v1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

### 2.0.0 (2024-11-25)

### ⚠ BREAKING CHANGES

* added new fields for the Automation Repair rule ([#27525](https://github.com/googleapis/google-cloud-ruby/issues/27525))

#### Features

* A new field `timed_promote_release_condition` is added to message `.google.cloud.deploy.v1.AutomationRuleCondition`
* A new field `timed_promote_release_operation` is added to message `.google.cloud.deploy.v1.AutomationRun`
* A new field `timed_promote_release_rule` is added to message `.google.cloud.deploy.v1.AutomationRule` ([#27606](https://github.com/googleapis/google-cloud-ruby/issues/27606))
* A new message `TimedPromoteReleaseCondition` is added
* A new message `TimedPromoteReleaseOperation` is added
* A new message `TimedPromoteReleaseRule` is added
* added new fields for the Automation Repair rule ([#27525](https://github.com/googleapis/google-cloud-ruby/issues/27525))
* added route destination related fields to Gateway service mesh message
#### Documentation

* A comment for field `target_id` in message `.google.cloud.deploy.v1.AutomationRun` is changed

### 1.3.0 (2024-09-30)

#### Features
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module Google
module Cloud
module Deploy
module V1
VERSION = "1.3.0"
VERSION = "2.0.0"
end
end
end
Expand Down

0 comments on commit 19816db

Please sign in to comment.