From d9abbe69fe1c2d01843cd56c1d714e1d81c63a96 Mon Sep 17 00:00:00 2001 From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Date: Mon, 7 Nov 2022 21:42:14 +0000 Subject: [PATCH] chore(java): add a note in README for migrated split repos (#1687) (#324) * chore(java): add a note in README for migrated split repos Disable renovate bot and flaky bot for split repositories that have moved to the Java monorepo. The Java monorepo will pass the "monorepo=True" parameter to java.common_templates method in its owlbot.py files so that the migration note will not appear in the README in the monorepo. Co-authored-by: Jeff Ching Source-Link: https://togithub.com/googleapis/synthtool/commit/d4b291604f148cde065838c498bc8aa79b8dc10e Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:edae91ccdd2dded2f572ec341a768ad180305a3e8fbfd93064b28e237d35920a --- .../.github/.OwlBot.lock.yaml | 2 +- .../.github/ISSUE_TEMPLATE/bug_report.md | 5 +++++ .../.github/ISSUE_TEMPLATE/feature_request.md | 5 +++++ .../.kokoro/nightly/integration.cfg | 2 +- .../.kokoro/nightly/java11-integration.cfg | 2 +- .../.kokoro/nightly/samples.cfg | 2 +- java-binary-authorization/.kokoro/requirements.in | 2 ++ java-binary-authorization/.kokoro/requirements.txt | 14 +++++++++----- java-binary-authorization/README.md | 13 ++++++++++--- java-binary-authorization/renovate.json | 1 + 10 files changed, 36 insertions(+), 12 deletions(-) diff --git a/java-binary-authorization/.github/.OwlBot.lock.yaml b/java-binary-authorization/.github/.OwlBot.lock.yaml index dfd85d726563..77cf60878e55 100644 --- a/java-binary-authorization/.github/.OwlBot.lock.yaml +++ b/java-binary-authorization/.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:086f6916c24f11a1a196ea47f9da39abb4ca8730fcd6e69158fec4834287bcde + digest: sha256:edae91ccdd2dded2f572ec341a768ad180305a3e8fbfd93064b28e237d35920a diff --git a/java-binary-authorization/.github/ISSUE_TEMPLATE/bug_report.md b/java-binary-authorization/.github/ISSUE_TEMPLATE/bug_report.md index f6398fb9a25a..823d4ad97946 100644 --- a/java-binary-authorization/.github/ISSUE_TEMPLATE/bug_report.md +++ b/java-binary-authorization/.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-binary-authorization]( +https://github.com/googleapis/google-cloud-java/tree/main/java-binary-authorization). +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-binary-authorization/.github/ISSUE_TEMPLATE/feature_request.md b/java-binary-authorization/.github/ISSUE_TEMPLATE/feature_request.md index 754e30c68a00..076dfd21b8d7 100644 --- a/java-binary-authorization/.github/ISSUE_TEMPLATE/feature_request.md +++ b/java-binary-authorization/.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-binary-authorization]( +https://github.com/googleapis/google-cloud-java/tree/main/java-binary-authorization). +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-binary-authorization/.kokoro/nightly/integration.cfg b/java-binary-authorization/.kokoro/nightly/integration.cfg index a2907a257b2b..bd0297a331c2 100644 --- a/java-binary-authorization/.kokoro/nightly/integration.cfg +++ b/java-binary-authorization/.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-binary-authorization/.kokoro/nightly/java11-integration.cfg b/java-binary-authorization/.kokoro/nightly/java11-integration.cfg index 58049cc38f11..dc51b65e88df 100644 --- a/java-binary-authorization/.kokoro/nightly/java11-integration.cfg +++ b/java-binary-authorization/.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-binary-authorization/.kokoro/nightly/samples.cfg b/java-binary-authorization/.kokoro/nightly/samples.cfg index 9761fd8648cb..fee6a8381322 100644 --- a/java-binary-authorization/.kokoro/nightly/samples.cfg +++ b/java-binary-authorization/.kokoro/nightly/samples.cfg @@ -34,5 +34,5 @@ env_vars: { env_vars: { key: "ENABLE_FLAKYBOT" - value: "true" + value: "false" } diff --git a/java-binary-authorization/.kokoro/requirements.in b/java-binary-authorization/.kokoro/requirements.in index cfdc2e7ed955..6aa7cf2b55ee 100644 --- a/java-binary-authorization/.kokoro/requirements.in +++ b/java-binary-authorization/.kokoro/requirements.in @@ -16,10 +16,12 @@ pycparser==2.21 pyperclip==1.8.2 python-dateutil==2.8.2 requests==2.27.1 +certifi==2022.9.24 importlib-metadata==4.8.3 zipp==3.6.0 google_api_core==2.8.2 google-cloud-storage==2.0.0 +google-resumable-media==2.3.3 google-cloud-core==2.3.1 typing-extensions==4.1.1 urllib3==1.26.12 diff --git a/java-binary-authorization/.kokoro/requirements.txt b/java-binary-authorization/.kokoro/requirements.txt index 170f1c63abb7..02ae42bb4039 100644 --- a/java-binary-authorization/.kokoro/requirements.txt +++ b/java-binary-authorization/.kokoro/requirements.txt @@ -16,10 +16,12 @@ cachetools==4.2.4 \ # via # -r requirements.in # google-auth -certifi==2022.9.14 \ - --hash=sha256:36973885b9542e6bd01dea287b2b4b3b21236307c56324fcc3f1160f2d655ed5 \ - --hash=sha256:e232343de1ab72c2aa521b625c80f699e356830fd0e2c620b465b304b17b0516 - # via requests +certifi==2022.9.24 \ + --hash=sha256:0d9c601124e5a6ba9712dbc60d9c53c21e34f5f641fe83002317394311bdce14 \ + --hash=sha256:90c1a32f1d68f940488354e36370f6cca89f0f106db09518524c88d6ed83f382 + # via + # -r requirements.in + # requests cffi==1.15.1 \ --hash=sha256:00a9ed42e88df81ffae7a8ab6d9356b371399b91dbdf0c3cb1e84c03a13aceb5 \ --hash=sha256:03425bdae262c76aad70202debd780501fabeaca237cdfddc008987c0e0f59ef \ @@ -218,7 +220,9 @@ google-crc32c==1.3.0 \ google-resumable-media==2.3.3 \ --hash=sha256:27c52620bd364d1c8116eaac4ea2afcbfb81ae9139fb3199652fcac1724bfb6c \ --hash=sha256:5b52774ea7a829a8cdaa8bd2d4c3d4bc660c91b30857ab2668d0eb830f4ea8c5 - # via google-cloud-storage + # via + # -r requirements.in + # google-cloud-storage googleapis-common-protos==1.56.3 \ --hash=sha256:6f1369b58ed6cf3a4b7054a44ebe8d03b29c309257583a2bbdc064cd1e4a1442 \ --hash=sha256:87955d7b3a73e6e803f2572a33179de23989ebba725e05ea42f24838b792e461 diff --git a/java-binary-authorization/README.md b/java-binary-authorization/README.md index 26cc9963f19c..e1864b2ffd05 100644 --- a/java-binary-authorization/README.md +++ b/java-binary-authorization/README.md @@ -9,6 +9,13 @@ Java idiomatic client for [Binary Authorization][product-docs]. - [Client Library Documentation][javadocs] +:bus: In October 2022, this library has moved to +[google-cloud-java/java-binary-authorization]( +https://github.com/googleapis/google-cloud-java/tree/main/java-binary-authorization). +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-binary-authorization`) remain the same. + ## Quickstart @@ -19,20 +26,20 @@ If you are using Maven, add this to your pom.xml file: com.google.cloud google-cloud-binary-authorization - 1.2.8 + 1.4.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-binary-authorization:1.2.8' +implementation 'com.google.cloud:google-cloud-binary-authorization:1.4.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-binary-authorization" % "1.2.8" +libraryDependencies += "com.google.cloud" % "google-cloud-binary-authorization" % "1.4.0" ``` ## Authentication diff --git a/java-binary-authorization/renovate.json b/java-binary-authorization/renovate.json index 424b539ab84a..d2be2000f628 100644 --- a/java-binary-authorization/renovate.json +++ b/java-binary-authorization/renovate.json @@ -1,4 +1,5 @@ { + "enabled": false, "extends": [ ":separateMajorReleases", ":combinePatchMinorReleases",