Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

chore: release 0.122.5 #678

Merged
merged 8 commits into from
Sep 17, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/.OwlBot.lock.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
docker:
digest: sha256:2595f321d9a9acf34c2d02e4dc5ec214ce07eecdb43978382d8a88476dec0c16
digest: sha256:b328758e5113c392d3eccad613c2b18097eaebcb4d8bf77fab0326a6cad90bc7
image: gcr.io/repo-automation-bots/owlbot-java:latest
19 changes: 19 additions & 0 deletions .github/readme/synth.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Copyright 2020 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

"""This script is used to synthesize generated the README for this library."""

from synthtool.languages import java

java.custom_templates(["java_library/README.md"])
3 changes: 2 additions & 1 deletion .github/trusted-contribution.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
trustedContributors:
- renovate-bot
- renovate-bot
- gcf-owl-bot[bot]
55 changes: 55 additions & 0 deletions .kokoro/continuous/readme.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
# Copyright 2020 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

# Format: //devtools/kokoro/config/proto/build.proto

env_vars: {
key: "TRAMPOLINE_IMAGE"
value: "gcr.io/cloud-devrel-kokoro-resources/python-multi"
}

env_vars: {
key: "TRAMPOLINE_BUILD_FILE"
value: "github/java-errorreporting/.kokoro/readme.sh"
}

# Build logs will be here
action {
define_artifacts {
regex: "**/*sponge_log.xml"
regex: "**/*sponge_log.log"
}
}

# The github token is stored here.
before_action {
fetch_keystore {
keystore_resource {
keystore_config_id: 73713
keyname: "yoshi-automation-github-key"
# TODO(theacodes): remove this after secrets have globally propagated
backend_type: FASTCONFIGPUSH
}
}
}

# Common env vars for all repositories and builds.
env_vars: {
key: "GITHUB_USER"
value: "yoshi-automation"
}
env_vars: {
key: "GITHUB_EMAIL"
value: "yoshi-automation@google.com"
}
2 changes: 1 addition & 1 deletion .kokoro/release/common.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# Copyright 2018 Google Inc.
# Copyright 2018 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion .kokoro/release/drop.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# Copyright 2018 Google Inc.
# Copyright 2018 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion .kokoro/release/promote.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# Copyright 2018 Google Inc.
# Copyright 2018 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion .kokoro/release/publish_javadoc.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# Copyright 2019 Google Inc.
# Copyright 2019 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion .kokoro/release/publish_javadoc11.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# Copyright 2021 Google Inc.
# Copyright 2021 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion .kokoro/release/stage.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# Copyright 2018 Google Inc.
# Copyright 2018 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion .kokoro/trampoline.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# Copyright 2018 Google Inc.
# Copyright 2018 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

### [0.122.5](https://www.github.com/googleapis/java-errorreporting/compare/v0.122.4...v0.122.5) (2021-09-16)


### Dependencies

* update dependency com.google.cloud:google-cloud-core to v2.1.3 ([#675](https://www.github.com/googleapis/java-errorreporting/issues/675)) ([36c2ab4](https://www.github.com/googleapis/java-errorreporting/commit/36c2ab4529955fa8c44fb89c259bc89b6d946ae2))
* update dependency com.google.cloud:google-cloud-core to v2.1.4 ([#679](https://www.github.com/googleapis/java-errorreporting/issues/679)) ([6b37f9d](https://www.github.com/googleapis/java-errorreporting/commit/6b37f9d6013c801ae63cb26005ccebadce2f3ec0))
* update dependency com.google.cloud:google-cloud-shared-dependencies to v2.2.1 ([#676](https://www.github.com/googleapis/java-errorreporting/issues/676)) ([d646032](https://www.github.com/googleapis/java-errorreporting/commit/d646032ebb89b56c5464fb44533529962089cd0a))

### [0.122.4](https://www.github.com/googleapis/java-errorreporting/compare/v0.122.3...v0.122.4) (2021-08-31)


Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>22.0.0</version>
<version>23.0.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -63,7 +63,7 @@ If you are using Maven without BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-errorreporting</artifactId>
<version>0.122.3-beta</version>
<version>0.122.4-beta</version>
</dependency>

```
Expand Down
8 changes: 4 additions & 4 deletions google-cloud-errorreporting-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-errorreporting-bom</artifactId>
<version>0.122.5-beta-SNAPSHOT</version><!-- {x-version-update:google-cloud-errorreporting:current} -->
<version>0.122.5-beta</version><!-- {x-version-update:google-cloud-errorreporting:current} -->
<packaging>pom</packaging>
<parent>
<groupId>com.google.cloud</groupId>
Expand Down Expand Up @@ -52,17 +52,17 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-errorreporting</artifactId>
<version>0.122.5-beta-SNAPSHOT</version><!-- {x-version-update:google-cloud-errorreporting:current} -->
<version>0.122.5-beta</version><!-- {x-version-update:google-cloud-errorreporting:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-error-reporting-v1beta1</artifactId>
<version>0.88.5-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-error-reporting-v1beta1:current} -->
<version>0.88.5</version><!-- {x-version-update:grpc-google-cloud-error-reporting-v1beta1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-error-reporting-v1beta1</artifactId>
<version>0.88.5-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-error-reporting-v1beta1:current} -->
<version>0.88.5</version><!-- {x-version-update:proto-google-cloud-error-reporting-v1beta1:current} -->
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
4 changes: 2 additions & 2 deletions google-cloud-errorreporting/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-errorreporting</artifactId>
<version>0.122.5-beta-SNAPSHOT</version><!-- {x-version-update:google-cloud-errorreporting:current} -->
<version>0.122.5-beta</version><!-- {x-version-update:google-cloud-errorreporting:current} -->
<packaging>jar</packaging>
<name>Google Cloud Error Reporting</name>
<url>https://github.com/googleapis/java-errorreporting</url>
<description>Java idiomatic client for Google Cloud Error Reporting</description>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-errorreporting-parent</artifactId>
<version>0.122.5-beta-SNAPSHOT</version><!-- {x-version-update:google-cloud-errorreporting:current} -->
<version>0.122.5-beta</version><!-- {x-version-update:google-cloud-errorreporting:current} -->
</parent>
<properties>
<site.installationModule>google-cloud-errorreporting</site.installationModule>
Expand Down
4 changes: 2 additions & 2 deletions grpc-google-cloud-error-reporting-v1beta1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-error-reporting-v1beta1</artifactId>
<version>0.88.5-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-errorreporting-v1beta1:current} -->
<version>0.88.5</version><!-- {x-version-update:grpc-google-cloud-errorreporting-v1beta1:current} -->
<name>grpc-google-cloud-error-reporting-v1beta1</name>
<description>GRPC library for grpc-google-cloud-error-reporting-v1beta1</description>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-errorreporting-parent</artifactId>
<version>0.122.5-beta-SNAPSHOT</version><!-- {x-version-update:google-cloud-errorreporting:current} -->
<version>0.122.5-beta</version><!-- {x-version-update:google-cloud-errorreporting:current} -->
</parent>
<dependencies>
<dependency>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-errorreporting-parent</artifactId>
<packaging>pom</packaging>
<version>0.122.5-beta-SNAPSHOT</version><!-- {x-version-update:google-cloud-errorreporting:current} -->
<version>0.122.5-beta</version><!-- {x-version-update:google-cloud-errorreporting:current} -->
<name>Google Cloud Error Reporting Parent</name>
<url>https://github.com/googleapis/java-errorreporting</url>
<description>
Expand Down Expand Up @@ -61,18 +61,18 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-errorreporting</artifactId>
<version>0.122.5-beta-SNAPSHOT</version><!-- {x-version-update:google-cloud-errorreporting:current} -->
<version>0.122.5-beta</version><!-- {x-version-update:google-cloud-errorreporting:current} -->
</dependency>

<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-error-reporting-v1beta1</artifactId>
<version>0.88.5-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-error-reporting-v1beta1:current} -->
<version>0.88.5</version><!-- {x-version-update:proto-google-cloud-error-reporting-v1beta1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-error-reporting-v1beta1</artifactId>
<version>0.88.5-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-error-reporting-v1beta1:current} -->
<version>0.88.5</version><!-- {x-version-update:grpc-google-cloud-error-reporting-v1beta1:current} -->
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions proto-google-cloud-error-reporting-v1beta1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-error-reporting-v1beta1</artifactId>
<version>0.88.5-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-errorreporting-v1beta1:current} -->
<version>0.88.5</version><!-- {x-version-update:proto-google-cloud-errorreporting-v1beta1:current} -->
<name>proto-google-cloud-error-reporting-v1beta1</name>
<description>PROTO library for proto-google-cloud-error-reporting-v1beta1</description>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-errorreporting-parent</artifactId>
<version>0.122.5-beta-SNAPSHOT</version><!-- {x-version-update:google-cloud-errorreporting:current} -->
<version>0.122.5-beta</version><!-- {x-version-update:google-cloud-errorreporting:current} -->
</parent>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion samples/snapshot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-errorreporting</artifactId>
<version>0.122.5-beta-SNAPSHOT</version>
<version>0.122.5-beta</version>
</dependency>
<!-- {x-version-update-end} -->

Expand Down
6 changes: 3 additions & 3 deletions versions.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Format:
# module:released-version:current-version

google-cloud-errorreporting:0.122.4-beta:0.122.5-beta-SNAPSHOT
grpc-google-cloud-error-reporting-v1beta1:0.88.4:0.88.5-SNAPSHOT
proto-google-cloud-error-reporting-v1beta1:0.88.4:0.88.5-SNAPSHOT
google-cloud-errorreporting:0.122.5-beta:0.122.5-beta
grpc-google-cloud-error-reporting-v1beta1:0.88.5:0.88.5
proto-google-cloud-error-reporting-v1beta1:0.88.5:0.88.5