From 5d67ee2d5260fbec34eed5d375d72603e671610d Mon Sep 17 00:00:00 2001 From: ckim328 Date: Mon, 7 Mar 2022 13:36:41 -0500 Subject: [PATCH 1/2] Java11 nightly runs moved to run in JDST --- .kokoro/nightly/java11-integration.cfg | 4 ++-- owlbot.py | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.kokoro/nightly/java11-integration.cfg b/.kokoro/nightly/java11-integration.cfg index 58049cc3..b152afec 100644 --- a/.kokoro/nightly/java11-integration.cfg +++ b/.kokoro/nightly/java11-integration.cfg @@ -13,12 +13,12 @@ env_vars: { # TODO: remove this after we've migrated all tests and scripts env_vars: { key: "GCLOUD_PROJECT" - value: "gcloud-devel" + value: "java-docs-samples-testing" } env_vars: { key: "GOOGLE_CLOUD_PROJECT" - value: "gcloud-devel" + value: "java-docs-samples-testing" } env_vars: { diff --git a/owlbot.py b/owlbot.py index 924a9053..06e88d6f 100644 --- a/owlbot.py +++ b/owlbot.py @@ -25,4 +25,5 @@ '.kokoro/presubmit/graalvm-native.cfg', '.kokoro/presubmit/integration.cfg', '.kokoro/nightly/integration.cfg', + '.kokoro/nightly/java11-integration.cfg' ]) From 0dfa172ca18190b265553cf7bf7ac7b1d8d23e6d Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Mon, 7 Mar 2022 18:45:41 +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 b3a17460..54bdf195 100644 --- a/README.md +++ b/README.md @@ -56,13 +56,13 @@ implementation 'com.google.cloud:google-cloud-container' If you are using Gradle without BOM, add this to your dependencies ```Groovy -implementation 'com.google.cloud:google-cloud-container:2.3.4' +implementation 'com.google.cloud:google-cloud-container:2.3.5' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-container" % "2.3.4" +libraryDependencies += "com.google.cloud" % "google-cloud-container" % "2.3.5" ``` ## Authentication