diff --git a/.github/readme/synth.metadata/synth.metadata b/.github/readme/synth.metadata/synth.metadata index d44221887..22ce1f40c 100644 --- a/.github/readme/synth.metadata/synth.metadata +++ b/.github/readme/synth.metadata/synth.metadata @@ -4,14 +4,14 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/java-logging.git", - "sha": "6b3ee2cf2db8bdca6262bd7bd60c0ba1df9e1c32" + "sha": "1aa7f4d681d9dfe21f12a8094bed4c26d60a1115" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "484b7ec7bdef3909589a83e3d763e7588cb8c37c" + "sha": "31728d872f50e439ded2f67fa8d67955b26a4e35" } } ] diff --git a/.github/release-trigger.yml b/.github/release-trigger.yml new file mode 100644 index 000000000..d4ca94189 --- /dev/null +++ b/.github/release-trigger.yml @@ -0,0 +1 @@ +enabled: true diff --git a/CHANGELOG.md b/CHANGELOG.md index af3c3263b..432269e34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [3.1.1](https://www.github.com/googleapis/java-logging/compare/v3.1.0...v3.1.1) (2021-08-31) + + +### Dependencies + +* update dependency com.google.cloud:google-cloud-shared-dependencies to v2.2.0 ([#649](https://www.github.com/googleapis/java-logging/issues/649)) ([8af8d14](https://www.github.com/googleapis/java-logging/commit/8af8d142eb3d90cd5fba5b3e34d388db1867a56a)) + ## [3.1.0](https://www.github.com/googleapis/java-logging/compare/v3.0.1...v3.1.0) (2021-08-24) diff --git a/README.md b/README.md index 687b9d9ea..fba0d69d8 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file com.google.cloud libraries-bom - 21.0.0 + 22.0.0 pom import @@ -50,20 +50,20 @@ If you are using Maven without BOM, add this to your dependencies: If you are using Gradle 5.x or later, add this to your dependencies ```Groovy -implementation platform('com.google.cloud:libraries-bom:21.0.0') +implementation platform('com.google.cloud:libraries-bom:22.0.0') compile 'com.google.cloud:google-cloud-logging' ``` If you are using Gradle without BOM, add this to your dependencies ```Groovy -compile 'com.google.cloud:google-cloud-logging:3.0.1' +compile 'com.google.cloud:google-cloud-logging:3.1.0' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-logging" % "3.0.1" +libraryDependencies += "com.google.cloud" % "google-cloud-logging" % "3.1.0" ``` ## Authentication diff --git a/google-cloud-logging-bom/pom.xml b/google-cloud-logging-bom/pom.xml index 1547f277e..f2d4c401d 100644 --- a/google-cloud-logging-bom/pom.xml +++ b/google-cloud-logging-bom/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.cloud google-cloud-logging-bom - 3.1.0 + 3.1.1 pom com.google.cloud @@ -54,17 +54,17 @@ com.google.api.grpc proto-google-cloud-logging-v2 - 0.90.0 + 0.90.1 com.google.api.grpc grpc-google-cloud-logging-v2 - 0.90.0 + 0.90.1 com.google.cloud google-cloud-logging - 3.1.0 + 3.1.1 diff --git a/google-cloud-logging/pom.xml b/google-cloud-logging/pom.xml index 2979efe1f..f99dd6630 100644 --- a/google-cloud-logging/pom.xml +++ b/google-cloud-logging/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.cloud google-cloud-logging - 3.1.0 + 3.1.1 jar Google Cloud Logging https://github.com/googleapis/java-logging @@ -11,7 +11,7 @@ com.google.cloud google-cloud-logging-parent - 3.1.0 + 3.1.1 google-cloud-logging diff --git a/grpc-google-cloud-logging-v2/pom.xml b/grpc-google-cloud-logging-v2/pom.xml index a47d87882..64b73f356 100644 --- a/grpc-google-cloud-logging-v2/pom.xml +++ b/grpc-google-cloud-logging-v2/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc grpc-google-cloud-logging-v2 - 0.90.0 + 0.90.1 grpc-google-cloud-logging-v2 GRPC library for grpc-google-cloud-logging-v2 com.google.cloud google-cloud-logging-parent - 3.1.0 + 3.1.1 diff --git a/pom.xml b/pom.xml index 14997f400..8a3c9c514 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.google.cloud google-cloud-logging-parent pom - 3.1.0 + 3.1.1 Google Cloud Logging Parent https://github.com/googleapis/java-logging @@ -61,23 +61,23 @@ com.google.api.grpc proto-google-cloud-logging-v2 - 0.90.0 + 0.90.1 com.google.api.grpc grpc-google-cloud-logging-v2 - 0.90.0 + 0.90.1 com.google.cloud google-cloud-logging - 3.1.0 + 3.1.1 com.google.cloud google-cloud-shared-dependencies - 2.1.0 + 2.2.0 pom import diff --git a/proto-google-cloud-logging-v2/pom.xml b/proto-google-cloud-logging-v2/pom.xml index 56841d782..82e2c964a 100644 --- a/proto-google-cloud-logging-v2/pom.xml +++ b/proto-google-cloud-logging-v2/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc proto-google-cloud-logging-v2 - 0.90.0 + 0.90.1 proto-google-cloud-logging-v2 PROTO library for proto-google-cloud-logging-v2 com.google.cloud google-cloud-logging-parent - 3.1.0 + 3.1.1 diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml index 392af2c37..7d90eb07c 100644 --- a/samples/install-without-bom/pom.xml +++ b/samples/install-without-bom/pom.xml @@ -28,7 +28,7 @@ com.google.cloud google-cloud-logging - 3.0.1 + 3.1.0 diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml index 9e3df4cbf..6ce8cb395 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -28,7 +28,7 @@ com.google.cloud google-cloud-logging - 3.1.0 + 3.1.1 diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml index 6bd45ffdf..4c762c276 100644 --- a/samples/snippets/pom.xml +++ b/samples/snippets/pom.xml @@ -29,7 +29,7 @@ com.google.cloud libraries-bom - 21.0.0 + 22.0.0 pom import diff --git a/synth.metadata b/synth.metadata index 137ba9ed8..f63f514d2 100644 --- a/synth.metadata +++ b/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/java-logging.git", - "sha": "738e7ad5beb23958719c5f429615d044a0d2e437" + "sha": "7a53c20104d5c77559d94c197bb1c07cf99cf3da" } }, { @@ -19,7 +19,7 @@ "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "ff01716e16d2c6e87eaf87197b753ac9fcbbed5d" + "sha": "63cff634aabb85854caa511c5837ea6b45f42b4b" } } ], @@ -42,6 +42,7 @@ ".github/generated-files-bot.yml", ".github/readme/synth.py", ".github/release-please.yml", + ".github/release-trigger.yml", ".github/snippet-bot.yml", ".github/sync-repo-settings.yaml", ".github/trusted-contribution.yml", diff --git a/versions.txt b/versions.txt index 192bb5fa5..6a41a9052 100644 --- a/versions.txt +++ b/versions.txt @@ -1,6 +1,6 @@ # Format: # module:released-version:current-version -proto-google-cloud-logging-v2:0.90.0:0.90.0 -grpc-google-cloud-logging-v2:0.90.0:0.90.0 -google-cloud-logging:3.1.0:3.1.0 \ No newline at end of file +proto-google-cloud-logging-v2:0.90.1:0.90.1 +grpc-google-cloud-logging-v2:0.90.1:0.90.1 +google-cloud-logging:3.1.1:3.1.1 \ No newline at end of file