Skip to content

Commit 603943b

Browse files
chore: migrate to owlbot (#538)
* chore: migrate to owlbot * πŸ¦‰ Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * πŸ¦‰ Updates from OwlBot 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>
1 parent bad0529 commit 603943b

6 files changed

Lines changed: 24 additions & 6 deletions

File tree

β€Ž.github/.OwlBot.lock.yamlβ€Ž

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
docker:
2+
image: gcr.io/repo-automation-bots/owlbot-java:latest
3+
digest: sha256:b328758e5113c392d3eccad613c2b18097eaebcb4d8bf77fab0326a6cad90bc7

β€Ž.github/.OwlBot.yamlβ€Ž

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Copyright 2021 Google LLC
2+
#
3+
# Licensed under the Apache License, Version 2.0 (the "License");
4+
# you may not use this file except in compliance with the License.
5+
# You may obtain a copy of the License at
6+
#
7+
# http://www.apache.org/licenses/LICENSE-2.0
8+
#
9+
# Unless required by applicable law or agreed to in writing, software
10+
# distributed under the License is distributed on an "AS IS" BASIS,
11+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
# See the License for the specific language governing permissions and
13+
# limitations under the License.
14+
15+
docker:
16+
image: "gcr.io/repo-automation-bots/owlbot-java:latest"

β€ŽREADME.mdβ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,20 +22,20 @@ If you are using Maven, add this to your pom.xml file:
2222
<dependency>
2323
<groupId>com.google.cloud</groupId>
2424
<artifactId>google-cloud-logging-logback</artifactId>
25-
<version>0.121.11-alpha</version>
25+
<version>0.121.14-alpha</version>
2626
</dependency>
2727
```
2828

2929
If you are using Gradle without BOM, add this to your dependencies
3030

3131
```Groovy
32-
implementation 'com.google.cloud:google-cloud-logging-logback:0.121.11-alpha'
32+
implementation 'com.google.cloud:google-cloud-logging-logback:0.121.14-alpha'
3333
```
3434

3535
If you are using SBT, add this to your dependencies
3636

3737
```Scala
38-
libraryDependencies += "com.google.cloud" % "google-cloud-logging-logback" % "0.121.11-alpha"
38+
libraryDependencies += "com.google.cloud" % "google-cloud-logging-logback" % "0.121.14-alpha"
3939
```
4040

4141
## Authentication

synth.py renamed to owlbot.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616

1717
import synthtool.languages.java as java
1818

19-
AUTOSYNTH_MULTIPLE_COMMITS = True
20-
2119
java.common_templates(excludes=[
2220
'.gitignore',
2321
'.github/CODEOWNERS',

β€Žsamples/snippets/src/main/java/com/example/logging/logback/enhancers/ExampleEnhancer.javaβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ public void enhanceLogEntry(LogEntry.Builder logEntry) {
3030
logEntry.addLabel("test-label-1", "test-value-1");
3131
}
3232
}
33-
// [END logging_enhancer]
33+
// [END logging_enhancer]

β€Žsynth.metadataβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
".github/ISSUE_TEMPLATE/support_request.md",
2222
".github/PULL_REQUEST_TEMPLATE.md",
2323
".github/generated-files-bot.yml",
24+
".github/readme/owlbot.py",
2425
".github/release-please.yml",
2526
".github/release-trigger.yml",
2627
".github/snippet-bot.yml",

0 commit comments

Comments
Β (0)