Skip to content

Commit

Permalink
feat: [clouddeploy] added support for DeployArtifacts (#9398)
Browse files Browse the repository at this point in the history
- [ ] Regenerate this pull request now.

feat: added support for in cluster verification

PiperOrigin-RevId: 528368844

Source-Link: https://togithub.com/googleapis/googleapis/commit/2da477b6a72168c65fdb4245530cfa702cc4b029

Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/1d44d3517407262e706fd7777beac3966a5d20c2
Copy-Tag: eyJwIjoiamF2YS1kZXBsb3kvLk93bEJvdC55YW1sIiwiaCI6IjFkNDRkMzUxNzQwNzI2MmU3MDZmZDc3NzdiZWFjMzk2NmE1ZDIwYzIifQ==
  • Loading branch information
gcf-owl-bot[bot] committed May 9, 2023
1 parent b7c785a commit bc3cddf
Show file tree
Hide file tree
Showing 10 changed files with 2,061 additions and 450 deletions.
4 changes: 2 additions & 2 deletions java-deploy/README.md
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.11.0</version>
<version>26.13.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.12.0
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-deploy/1.14.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.

0 comments on commit bc3cddf

Please sign in to comment.