From d92636dda9f7252162207d2e482c4f7be977d4cb Mon Sep 17 00:00:00 2001 From: Olivier Bourgeois Date: Thu, 1 Sep 2022 13:49:19 -0400 Subject: [PATCH 1/4] Remove anthos-dpe from owners --- .github/CODEOWNERS | 4 ++-- .repo-metadata.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 0cae7167..cb505e53 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -4,8 +4,8 @@ # For syntax help see: # https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-syntax -# The @googleapis/anthos-dpe is the default owner for changes in this repo -* @googleapis/yoshi-java @googleapis/anthos-dpe +# The @googleapis/yoshi-java is the default owner for changes in this repo +* @googleapis/yoshi-java # The java-samples-reviewers team is the default owner for samples changes diff --git a/.repo-metadata.json b/.repo-metadata.json index e9abb180..28dfa297 100644 --- a/.repo-metadata.json +++ b/.repo-metadata.json @@ -9,7 +9,7 @@ "repo": "googleapis/java-container", "repo_short": "java-container", "distribution_name": "com.google.cloud:google-cloud-container", - "codeowner_team": "@googleapis/anthos-dpe", + "codeowner_team": "@googleapis/yoshi-java", "api_id": "container.googleapis.com", "api_description": "is an enterprise-grade platform for containerized applications, including stateful and stateless, AI and ML, Linux and Windows, complex and simple web apps, API, and backend services. Leverage industry-first features like four-way auto-scaling and no-stress management. Optimize GPU and TPU provisioning, use integrated developer tools, and get multi-cluster support from SREs.", "transport": "grpc", From 2459aca6fe11c00fd2403f4f57a91d5ce86c424d Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Thu, 1 Sep 2022 17:58:35 +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 --- .github/CODEOWNERS | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index cb505e53..8af60d13 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -5,7 +5,7 @@ # https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-syntax # The @googleapis/yoshi-java is the default owner for changes in this repo -* @googleapis/yoshi-java +* @googleapis/yoshi-java @googleapis/yoshi-java # The java-samples-reviewers team is the default owner for samples changes diff --git a/README.md b/README.md index 80115086..47f8bba0 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ If you are using Maven without 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.1.0') +implementation platform('com.google.cloud:libraries-bom:26.1.1') implementation 'com.google.cloud:google-cloud-container' ``` From d63f05096795fe1e3365f98e4facabaf4cec28b7 Mon Sep 17 00:00:00 2001 From: Olivier Bourgeois <3271352+bourgeoisor@users.noreply.github.com> Date: Thu, 1 Sep 2022 16:36:49 -0400 Subject: [PATCH 3/4] Remove duplicate codeowner_team from metadata --- .repo-metadata.json | 1 - 1 file changed, 1 deletion(-) diff --git a/.repo-metadata.json b/.repo-metadata.json index 28dfa297..6f54a899 100644 --- a/.repo-metadata.json +++ b/.repo-metadata.json @@ -9,7 +9,6 @@ "repo": "googleapis/java-container", "repo_short": "java-container", "distribution_name": "com.google.cloud:google-cloud-container", - "codeowner_team": "@googleapis/yoshi-java", "api_id": "container.googleapis.com", "api_description": "is an enterprise-grade platform for containerized applications, including stateful and stateless, AI and ML, Linux and Windows, complex and simple web apps, API, and backend services. Leverage industry-first features like four-way auto-scaling and no-stress management. Optimize GPU and TPU provisioning, use integrated developer tools, and get multi-cluster support from SREs.", "transport": "grpc", From 3ff7733082ce2f19250a4b974abbae317595b212 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Thu, 1 Sep 2022 20:39:31 +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 --- .github/CODEOWNERS | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 8af60d13..30fdb7b9 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -4,9 +4,7 @@ # For syntax help see: # https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-syntax -# The @googleapis/yoshi-java is the default owner for changes in this repo -* @googleapis/yoshi-java @googleapis/yoshi-java - +* @googleapis/yoshi-java # The java-samples-reviewers team is the default owner for samples changes samples/**/*.java @googleapis/java-samples-reviewers