From 60b7cf92e076476fad1b5f0fefb6486010abcf7f Mon Sep 17 00:00:00 2001 From: kolea2 Date: Tue, 1 Aug 2023 14:48:02 -0400 Subject: [PATCH 1/4] Revert "chore: setup 2.23.x lts branch (#1852)" This reverts commit c28cf934 --- .github/release-please.yml | 7 ------- .github/sync-repo-settings.yaml | 15 --------------- 2 files changed, 22 deletions(-) diff --git a/.github/release-please.yml b/.github/release-please.yml index d45613df1f..ecf2481407 100644 --- a/.github/release-please.yml +++ b/.github/release-please.yml @@ -37,13 +37,6 @@ branches: - >- google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/Version.java branch: 2.16.x - - bumpMinorPreMajor: true - handleGHRelease: true - releaseType: java-backport - extraFiles: - - >- - google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/Version.java - branch: 2.23.x - bumpMinorPreMajor: true handleGHRelease: true releaseType: java-backport diff --git a/.github/sync-repo-settings.yaml b/.github/sync-repo-settings.yaml index b71fcee80c..51ed30ce53 100644 --- a/.github/sync-repo-settings.yaml +++ b/.github/sync-repo-settings.yaml @@ -90,21 +90,6 @@ branchProtectionRules: - cla/google - 'Kokoro - Test: Java GraalVM Native Image' - 'Kokoro - Test: Java 17 GraalVM Native Image' - - pattern: 2.23.x - isAdminEnforced: true - requiredApprovingReviewCount: 1 - requiresCodeOwnerReviews: true - requiresStrictStatusChecks: false - requiredStatusCheckContexts: - - dependencies (17) - - lint - - clirr - - units (8) - - units (11) - - 'Kokoro - Test: Integration' - - cla/google - - 'Kokoro - Test: Java GraalVM Native Image' - - 'Kokoro - Test: Java 17 GraalVM Native Image' - pattern: 2.25.x isAdminEnforced: true requiredApprovingReviewCount: 1 From f9464e26c6c9c6b4ff1f83e093e4350892845e52 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 1 Aug 2023 18:51:43 +0000 Subject: [PATCH 2/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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5b3b1406f1..0d965058fa 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file: com.google.cloud libraries-bom - 26.19.0 + 26.20.0 pom import @@ -50,7 +50,7 @@ If you are using Maven without the BOM, add this to your dependencies: If you are using Gradle 5.x or later, add this to your dependencies: ```Groovy -implementation platform('com.google.cloud:libraries-bom:26.20.0') +implementation platform('com.google.cloud:libraries-bom:26.21.0') implementation 'com.google.cloud:google-cloud-bigtable' ``` From 0e005925dc4cc2b232779bba7e1a918e1a9f1ba4 Mon Sep 17 00:00:00 2001 From: kolea2 Date: Tue, 1 Aug 2023 16:08:25 -0400 Subject: [PATCH 3/4] fix readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d965058fa..adcd8e1e7a 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file: com.google.cloud libraries-bom - 26.20.0 + 26.21.0 pom import From 2ccaadca2bbe3797ea3cb75e98c55bf0c5738b2e Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 1 Aug 2023 20:11:13 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index adcd8e1e7a..0d965058fa 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file: com.google.cloud libraries-bom - 26.21.0 + 26.20.0 pom import