From 6c4886ef9eb9d8567a8e64d3a3c5960bb2e755cc Mon Sep 17 00:00:00 2001 From: Blake Li Date: Wed, 6 May 2026 19:22:11 +0000 Subject: [PATCH 1/2] ci(versions): skip existing-versions-check for showcase and non-released modules --- generation/check_existing_release_versions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generation/check_existing_release_versions.sh b/generation/check_existing_release_versions.sh index d8b16503136b..289a8e3d3a0e 100755 --- a/generation/check_existing_release_versions.sh +++ b/generation/check_existing_release_versions.sh @@ -44,7 +44,7 @@ function find_existing_version_pom() { return_code=0 for pom_file in $(find . -maxdepth 3 -name pom.xml|sort --dictionary-order); do - if [[ "${pom_file}" == *java-samples* ]]; then + if [[ "${pom_file}" == *java-samples* || "${pom_file}" == *showcase* || "${pom_file}" == *coverage-report* || "${pom_file}" == *gapic-generator-java-root* ]]; then continue fi find_existing_version_pom "${pom_file}" From e0b34a5fdf83b0d21f502d1172a9cdcdfc32d375 Mon Sep 17 00:00:00 2001 From: cloud-java-bot Date: Wed, 6 May 2026 19:55:42 +0000 Subject: [PATCH 2/2] chore: generate libraries at Wed May 6 19:53:36 UTC 2026 --- java-iam-policy/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/java-iam-policy/README.md b/java-iam-policy/README.md index 05b669204eba..e2274c3767f7 100644 --- a/java-iam-policy/README.md +++ b/java-iam-policy/README.md @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-iam-policy - 1.88.0 + 1.89.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-iam-policy:1.88.0' +implementation 'com.google.cloud:google-iam-policy:1.89.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-iam-policy" % "1.88.0" +libraryDependencies += "com.google.cloud" % "google-iam-policy" % "1.89.0" ``` ## Authentication @@ -175,7 +175,7 @@ Java is a registered trademark of Oracle and/or its affiliates. [javadocs]: https://cloud.google.com/java/docs/reference/proto-google-iam-v1/latest/history [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-iam-policy.svg -[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-iam-policy/1.88.0 +[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-iam-policy/1.89.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