diff --git a/java-os-login/.github/.OwlBot.lock.yaml b/java-os-login/.github/.OwlBot.lock.yaml index 66768d0ccb29..77cf60878e55 100644 --- a/java-os-login/.github/.OwlBot.lock.yaml +++ b/java-os-login/.github/.OwlBot.lock.yaml @@ -13,4 +13,4 @@ # limitations under the License. docker: image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest - digest: sha256:27d0a1232b3656f0610cc1a55beb157cb3b63b1ca8b3dfba0bcd8b9dfecda4a1 + digest: sha256:edae91ccdd2dded2f572ec341a768ad180305a3e8fbfd93064b28e237d35920a diff --git a/java-os-login/.github/ISSUE_TEMPLATE/bug_report.md b/java-os-login/.github/ISSUE_TEMPLATE/bug_report.md index 211e6f4de5a4..7a7f152f6155 100644 --- a/java-os-login/.github/ISSUE_TEMPLATE/bug_report.md +++ b/java-os-login/.github/ISSUE_TEMPLATE/bug_report.md @@ -4,6 +4,11 @@ about: Create a report to help us improve --- +:bus: This library has moved to +[google-cloud-java/java-os-login]( +https://github.com/googleapis/google-cloud-java/tree/main/java-os-login). +This repository will be archived in the future. + Thanks for stopping by to let us know something could be better! **PLEASE READ**: If you have a support contract with Google, please create an issue in the [support console](https://cloud.google.com/support/) instead of filing on GitHub. This will ensure a timely response. diff --git a/java-os-login/.github/ISSUE_TEMPLATE/feature_request.md b/java-os-login/.github/ISSUE_TEMPLATE/feature_request.md index 754e30c68a00..64db55ff7058 100644 --- a/java-os-login/.github/ISSUE_TEMPLATE/feature_request.md +++ b/java-os-login/.github/ISSUE_TEMPLATE/feature_request.md @@ -4,6 +4,11 @@ about: Suggest an idea for this library --- +:bus: This library has moved to +[google-cloud-java/java-os-login]( +https://github.com/googleapis/google-cloud-java/tree/main/java-os-login). +This repository will be archived in the future. + Thanks for stopping by to let us know something could be better! **PLEASE READ**: If you have a support contract with Google, please create an issue in the [support console](https://cloud.google.com/support/) instead of filing on GitHub. This will ensure a timely response. diff --git a/java-os-login/.kokoro/nightly/integration.cfg b/java-os-login/.kokoro/nightly/integration.cfg index a2907a257b2b..bd0297a331c2 100644 --- a/java-os-login/.kokoro/nightly/integration.cfg +++ b/java-os-login/.kokoro/nightly/integration.cfg @@ -23,7 +23,7 @@ env_vars: { env_vars: { key: "ENABLE_FLAKYBOT" - value: "true" + value: "false" } env_vars: { diff --git a/java-os-login/.kokoro/nightly/java11-integration.cfg b/java-os-login/.kokoro/nightly/java11-integration.cfg index 58049cc38f11..dc51b65e88df 100644 --- a/java-os-login/.kokoro/nightly/java11-integration.cfg +++ b/java-os-login/.kokoro/nightly/java11-integration.cfg @@ -23,7 +23,7 @@ env_vars: { env_vars: { key: "ENABLE_FLAKYBOT" - value: "true" + value: "false" } env_vars: { diff --git a/java-os-login/.kokoro/nightly/samples.cfg b/java-os-login/.kokoro/nightly/samples.cfg index 9761fd8648cb..fee6a8381322 100644 --- a/java-os-login/.kokoro/nightly/samples.cfg +++ b/java-os-login/.kokoro/nightly/samples.cfg @@ -34,5 +34,5 @@ env_vars: { env_vars: { key: "ENABLE_FLAKYBOT" - value: "true" + value: "false" } diff --git a/java-os-login/README.md b/java-os-login/README.md index e5189f621f2c..1e4fdccbe4b9 100644 --- a/java-os-login/README.md +++ b/java-os-login/README.md @@ -9,6 +9,13 @@ Java idiomatic client for [Cloud OS Login][product-docs]. - [Client Library Documentation][javadocs] +:bus: In October 2022, this library has moved to +[google-cloud-java/java-os-login]( +https://github.com/googleapis/google-cloud-java/tree/main/java-os-login). +This repository will be archived in the future. +Future releases will appear in the new repository (https://github.com/googleapis/google-cloud-java/releases). +The Maven artifact coordinates (`com.google.cloud:google-cloud-os-login`) remain the same. + ## Quickstart If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file: @@ -56,13 +63,13 @@ implementation 'com.google.cloud:google-cloud-os-login' If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-os-login:2.4.0' +implementation 'com.google.cloud:google-cloud-os-login:2.5.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-os-login" % "2.4.0" +libraryDependencies += "com.google.cloud" % "google-cloud-os-login" % "2.5.0" ``` ## Authentication diff --git a/java-os-login/renovate.json b/java-os-login/renovate.json index 95ab6d5e5134..16b1125e9558 100644 --- a/java-os-login/renovate.json +++ b/java-os-login/renovate.json @@ -1,4 +1,5 @@ { + "enabled": false, "extends": [ ":separateMajorReleases", ":combinePatchMinorReleases",