Skip to content

Commit e2312c2

Browse files
gcf-owl-bot[bot]chingor13suztomo
authored
chore(java): add a note in README for migrated split repos (#1687) (#785)
* chore(java): add a note in README for migrated split repos (#1687) * 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 <chingor@google.com> Source-Link: googleapis/synthtool@d4b2916 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:edae91ccdd2dded2f572ec341a768ad180305a3e8fbfd93064b28e237d35920a * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Jeff Ching <chingor@google.com> Co-authored-by: Tomo Suzuki <suztomo@google.com>
1 parent 4def98e commit e2312c2

8 files changed

Lines changed: 24 additions & 6 deletions

File tree

java-os-login/.github/.OwlBot.lock.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# limitations under the License.
1414
docker:
1515
image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest
16-
digest: sha256:27d0a1232b3656f0610cc1a55beb157cb3b63b1ca8b3dfba0bcd8b9dfecda4a1
16+
digest: sha256:edae91ccdd2dded2f572ec341a768ad180305a3e8fbfd93064b28e237d35920a

java-os-login/.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ about: Create a report to help us improve
44

55
---
66

7+
:bus: This library has moved to
8+
[google-cloud-java/java-os-login](
9+
https://github.com/googleapis/google-cloud-java/tree/main/java-os-login).
10+
This repository will be archived in the future.
11+
712
Thanks for stopping by to let us know something could be better!
813

914
**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.

java-os-login/.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ about: Suggest an idea for this library
44

55
---
66

7+
:bus: This library has moved to
8+
[google-cloud-java/java-os-login](
9+
https://github.com/googleapis/google-cloud-java/tree/main/java-os-login).
10+
This repository will be archived in the future.
11+
712
Thanks for stopping by to let us know something could be better!
813

914
**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.

java-os-login/.kokoro/nightly/integration.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ env_vars: {
2323

2424
env_vars: {
2525
key: "ENABLE_FLAKYBOT"
26-
value: "true"
26+
value: "false"
2727
}
2828

2929
env_vars: {

java-os-login/.kokoro/nightly/java11-integration.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ env_vars: {
2323

2424
env_vars: {
2525
key: "ENABLE_FLAKYBOT"
26-
value: "true"
26+
value: "false"
2727
}
2828

2929
env_vars: {

java-os-login/.kokoro/nightly/samples.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ env_vars: {
3434

3535
env_vars: {
3636
key: "ENABLE_FLAKYBOT"
37-
value: "true"
37+
value: "false"
3838
}

java-os-login/README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@ Java idiomatic client for [Cloud OS Login][product-docs].
99
- [Client Library Documentation][javadocs]
1010

1111

12+
:bus: In October 2022, this library has moved to
13+
[google-cloud-java/java-os-login](
14+
https://github.com/googleapis/google-cloud-java/tree/main/java-os-login).
15+
This repository will be archived in the future.
16+
Future releases will appear in the new repository (https://github.com/googleapis/google-cloud-java/releases).
17+
The Maven artifact coordinates (`com.google.cloud:google-cloud-os-login`) remain the same.
18+
1219
## Quickstart
1320

1421
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'
5663
If you are using Gradle without BOM, add this to your dependencies:
5764

5865
```Groovy
59-
implementation 'com.google.cloud:google-cloud-os-login:2.4.0'
66+
implementation 'com.google.cloud:google-cloud-os-login:2.5.0'
6067
```
6168

6269
If you are using SBT, add this to your dependencies:
6370

6471
```Scala
65-
libraryDependencies += "com.google.cloud" % "google-cloud-os-login" % "2.4.0"
72+
libraryDependencies += "com.google.cloud" % "google-cloud-os-login" % "2.5.0"
6673
```
6774

6875
## Authentication

java-os-login/renovate.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"enabled": false,
23
"extends": [
34
":separateMajorReleases",
45
":combinePatchMinorReleases",

0 commit comments

Comments
 (0)