diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8fdd84aade6f..f057a934f5db 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -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", diff --git a/google-cloud-deploy-v1/CHANGELOG.md b/google-cloud-deploy-v1/CHANGELOG.md index 6d27539b40aa..cb2e08535d5a 100644 --- a/google-cloud-deploy-v1/CHANGELOG.md +++ b/google-cloud-deploy-v1/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +### 2.0.0 (2024-11-27) + +### ⚠ 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 diff --git a/google-cloud-deploy-v1/lib/google/cloud/deploy/v1/version.rb b/google-cloud-deploy-v1/lib/google/cloud/deploy/v1/version.rb index 658f6e784593..4194dc0958d4 100644 --- a/google-cloud-deploy-v1/lib/google/cloud/deploy/v1/version.rb +++ b/google-cloud-deploy-v1/lib/google/cloud/deploy/v1/version.rb @@ -21,7 +21,7 @@ module Google module Cloud module Deploy module V1 - VERSION = "1.3.0" + VERSION = "2.0.0" end end end