From a59000aeb767277018fe5518b418cad698f5e729 Mon Sep 17 00:00:00 2001 From: Lawrence Qiu Date: Fri, 28 Jul 2023 12:52:40 -0400 Subject: [PATCH 1/4] chore: Grant cloud-java team for permissions to merge java changes --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 35986fab9..f888bf51e 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -8,7 +8,7 @@ * @googleapis/yoshi-java @googleapis/api-pubsublite # for handwritten libraries, keep codeowner_team in .repo-metadata.json as owner -**/*.java @googleapis/api-pubsublite +**/*.java @googleapis/yoshi-java @googleapis/api-pubsublite # The java-samples-reviewers team is the default owner for samples changes From 776543a8fc805dff9fe66d44efb1246130332f8c Mon Sep 17 00:00:00 2001 From: Lawrence Qiu Date: Wed, 9 Aug 2023 14:24:26 -0400 Subject: [PATCH 2/4] chore: Do not update CODEOWNERS file --- owlbot.py | 1 + 1 file changed, 1 insertion(+) diff --git a/owlbot.py b/owlbot.py index 4a6f30e0d..ca85ede4a 100644 --- a/owlbot.py +++ b/owlbot.py @@ -26,5 +26,6 @@ ".kokoro/*/samples.cfg", "samples/install-without-bom/*", ".github/workflows/samples.yaml", + ".github/CODEOWNERS" ] ) From aa84bf59bd756641431533eebe5a8baa14afa797 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Wed, 9 Aug 2023 18:27:06 +0000 Subject: [PATCH 3/4] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot=20po?= =?UTF-8?q?st-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 406b490a6..4d6bc2a66 100644 --- a/README.md +++ b/README.md @@ -33,13 +33,13 @@ If you are using Maven, add this to your pom.xml file: If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-pubsublite:1.12.12' +implementation 'com.google.cloud:google-cloud-pubsublite:1.12.13' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-pubsublite" % "1.12.12" +libraryDependencies += "com.google.cloud" % "google-cloud-pubsublite" % "1.12.13" ``` @@ -483,7 +483,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/java-pubsublite/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-pubsublite.svg -[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-pubsublite/1.12.12 +[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-pubsublite/1.12.13 [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 From a64fb21a90e81607e56bb42882294551f6359ec2 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Wed, 9 Aug 2023 18:28:04 +0000 Subject: [PATCH 4/4] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot=20po?= =?UTF-8?q?st-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 406b490a6..4d6bc2a66 100644 --- a/README.md +++ b/README.md @@ -33,13 +33,13 @@ If you are using Maven, add this to your pom.xml file: If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-pubsublite:1.12.12' +implementation 'com.google.cloud:google-cloud-pubsublite:1.12.13' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-pubsublite" % "1.12.12" +libraryDependencies += "com.google.cloud" % "google-cloud-pubsublite" % "1.12.13" ``` @@ -483,7 +483,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/java-pubsublite/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-pubsublite.svg -[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-pubsublite/1.12.12 +[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-pubsublite/1.12.13 [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