Skip to content

Commit 16d930f

Browse files
feat: [clouddeploy] added support routeUpdateWaitTime field for Deployment Strategies (#9630)
* feat: added support routeUpdateWaitTime field for Deployment Strategies Users can specify a non trivial amount of wait time after each route update for deployment strategies. PiperOrigin-RevId: 546929254 Source-Link: googleapis/googleapis@a04c947 Source-Link: https://github.com/googleapis/googleapis-gen/commit/7863319de192f091976cd18e2594cd7dfbfe7726 Copy-Tag: eyJwIjoiamF2YS1kZXBsb3kvLk93bEJvdC55YW1sIiwiaCI6Ijc4NjMzMTlkZTE5MmYwOTE5NzZjZDE4ZTI1OTRjZDdkZmJmZTc3MjYifQ== * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 3c74216 commit 16d930f

File tree

9 files changed

+1268
-738
lines changed

9 files changed

+1268
-738
lines changed

java-deploy/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
2020
<dependency>
2121
<groupId>com.google.cloud</groupId>
2222
<artifactId>libraries-bom</artifactId>
23-
<version>26.17.0</version>
23+
<version>26.18.0</version>
2424
<type>pom</type>
2525
<scope>import</scope>
2626
</dependency>
@@ -195,7 +195,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
195195
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.html
196196
[stability-image]: https://img.shields.io/badge/stability-stable-green
197197
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-deploy.svg
198-
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-deploy/1.17.0
198+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-deploy/1.18.0
199199
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
200200
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
201201
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles

java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/CloudDeployProto.java

Lines changed: 605 additions & 602 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)