Skip to content

Commit

Permalink
feat: [clouddeploy] added support routeUpdateWaitTime field for Deplo…
Browse files Browse the repository at this point in the history
…yment 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>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Jul 11, 2023
1 parent 3c74216 commit 16d930f
Show file tree
Hide file tree
Showing 9 changed files with 1,268 additions and 738 deletions.
4 changes: 2 additions & 2 deletions java-deploy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>26.17.0</version>
<version>26.18.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -195,7 +195,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.html
[stability-image]: https://img.shields.io/badge/stability-stable-green
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-deploy.svg
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-deploy/1.17.0
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-deploy/1.18.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
Expand Down

Large diffs are not rendered by default.

Loading

0 comments on commit 16d930f

Please sign in to comment.