From cd9bc5856c4707a8b0a7faaf346ab1cd1e1b37de Mon Sep 17 00:00:00 2001 From: losalex <90795544+losalex@users.noreply.github.com> Date: Thu, 22 Dec 2022 11:34:44 -0800 Subject: [PATCH 1/2] feat: next release from main branch is 3.14.0 --- .github/release-please.yml | 10 +++++++++- .github/sync-repo-settings.yaml | 17 +++++++++++++++++ 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/.github/release-please.yml b/.github/release-please.yml index af52b6a78..21860c720 100644 --- a/.github/release-please.yml +++ b/.github/release-please.yml @@ -10,5 +10,13 @@ branches: handleGHRelease: true releaseType: java-backport branch: 3.7.x + - bumpMinorPreMajor: true + handleGHRelease: true + releaseType: java-backport + extraFiles: + - >- + google-cloud-logging/src/main/java/com/google/cloud/logging/Instrumentation.java + branch: 3.13.x extraFiles: - - google-cloud-logging/src/main/java/com/google/cloud/logging/Instrumentation.java + - >- + google-cloud-logging/src/main/java/com/google/cloud/logging/Instrumentation.java diff --git a/.github/sync-repo-settings.yaml b/.github/sync-repo-settings.yaml index 7739d14eb..004908ff2 100644 --- a/.github/sync-repo-settings.yaml +++ b/.github/sync-repo-settings.yaml @@ -49,6 +49,23 @@ branchProtectionRules: - 'Kokoro - Test: Integration' - cla/google - OwlBot Post Processor + - pattern: 3.13.x + isAdminEnforced: true + requiredApprovingReviewCount: 1 + requiresCodeOwnerReviews: true + requiresStrictStatusChecks: false + requiredStatusCheckContexts: + - dependencies (8) + - dependencies (11) + - lint + - clirr + - units (8) + - units (11) + - 'Kokoro - Test: Integration' + - cla/google + - OwlBot Post Processor + - 'Kokoro - Test: Java GraalVM Native Image' + - 'Kokoro - Test: Java 17 GraalVM Native Image' permissionRules: - team: yoshi-admins permission: admin From 89171bce17c534ae1de6d64f269f07490e4d1158 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Thu, 22 Dec 2022 19:37:11 +0000 Subject: [PATCH 2/2] =?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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 79ef79ba4..1fdf741af 100644 --- a/README.md +++ b/README.md @@ -58,13 +58,13 @@ implementation 'com.google.cloud:google-cloud-logging' If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-logging:3.13.6' +implementation 'com.google.cloud:google-cloud-logging:3.13.7' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-logging" % "3.13.6" +libraryDependencies += "com.google.cloud" % "google-cloud-logging" % "3.13.7" ``` ## Authentication