From d676bcafdc41ea2db39bce68b7f2fc54da9581fa Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Wed, 4 Aug 2021 20:56:42 +0000 Subject: [PATCH 1/6] chore: release 0.121.6-SNAPSHOT (#476) :robot: I have created a release \*beep\* \*boop\* --- ### Updating meta-information for bleeding-edge SNAPSHOT release. --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- pom.xml | 2 +- versions.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index bfa40b7b8..e04f4f139 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ 4.0.0 google-cloud-logging-logback - 0.121.5-alpha + 0.121.6-alpha-SNAPSHOT jar Google Cloud Logging Logback Appender https://github.com/googleapis/java-logging-logback diff --git a/versions.txt b/versions.txt index c7048fe9f..4183937c0 100644 --- a/versions.txt +++ b/versions.txt @@ -1,4 +1,4 @@ # Format: # module:released-version:current-version -google-cloud-logging-logback:0.121.5-alpha:0.121.5-alpha +google-cloud-logging-logback:0.121.5-alpha:0.121.6-alpha-SNAPSHOT From 09ee009512d593065507d92092c7531f5af2d379 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Thu, 5 Aug 2021 19:52:32 +0200 Subject: [PATCH 2/6] chore(deps): update dependency com.google.cloud:google-cloud-logging-logback to v0.121.5-alpha (#478) --- samples/install-without-bom/pom.xml | 2 +- samples/snapshot/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml index 08aaf1828..7e93fd18f 100644 --- a/samples/install-without-bom/pom.xml +++ b/samples/install-without-bom/pom.xml @@ -29,7 +29,7 @@ com.google.cloud google-cloud-logging-logback - 0.121.4-alpha + 0.121.5-alpha diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml index 55725708b..3219f1c9a 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -28,7 +28,7 @@ com.google.cloud google-cloud-logging-logback - 0.121.4-alpha + 0.121.5-alpha From f02963417af49bd451a700157164ac8641f481f8 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Thu, 5 Aug 2021 11:02:18 -0700 Subject: [PATCH 3/6] chore: regenerate README (#479) This PR was generated using Autosynth. :rainbow:
Log from Synthtool ``` 2021-08-05 17:55:36,131 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-logging-logback/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-08-05 17:55:37,415 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata. ```
Full log will be available here: https://source.cloud.google.com/results/invocations/ccfc03fd-d7f0-4bb5-a92f-f94a9d7edef4/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.) --- .github/readme/synth.metadata/synth.metadata | 4 ++-- README.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/readme/synth.metadata/synth.metadata b/.github/readme/synth.metadata/synth.metadata index 86ef9a60c..1fa159e62 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-logback.git", - "sha": "e8bc8055767a5c3fefcde1c9f508df7197c31392" + "sha": "09ee009512d593065507d92092c7531f5af2d379" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "3d32990b6f4b57be77455e3ca89e6e21cd0c06b3" + "sha": "df7fc1e3a6df4316920ab221431945cdf9aa7217" } } ] diff --git a/README.md b/README.md index 658fb9b6e..88798187f 100644 --- a/README.md +++ b/README.md @@ -22,20 +22,20 @@ If you are using Maven, add this to your pom.xml file: com.google.cloud google-cloud-logging-logback - 0.121.4-alpha + 0.121.5-alpha ``` If you are using Gradle without BOM, add this to your dependencies ```Groovy -compile 'com.google.cloud:google-cloud-logging-logback:0.121.4-alpha' +compile 'com.google.cloud:google-cloud-logging-logback:0.121.5-alpha' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-logging-logback" % "0.121.4-alpha" +libraryDependencies += "com.google.cloud" % "google-cloud-logging-logback" % "0.121.5-alpha" ``` ## Authentication From 26ecdec7353ef4f80c4e6343bf2d39cf413b981f Mon Sep 17 00:00:00 2001 From: Neenu Shaji Date: Thu, 5 Aug 2021 15:22:35 -0400 Subject: [PATCH 4/6] chore: remove java7 units check from required checks in master (#480) --- .github/sync-repo-settings.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/sync-repo-settings.yaml b/.github/sync-repo-settings.yaml index d3ce755af..7dd5c3765 100644 --- a/.github/sync-repo-settings.yaml +++ b/.github/sync-repo-settings.yaml @@ -13,7 +13,6 @@ branchProtectionRules: - linkage-monitor - lint - clirr - - units (7) - units (8) - units (11) - 'Kokoro - Test: Integration' From 9c60863d269eecbf8f389a6f88ce810529fc1c48 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Wed, 11 Aug 2021 04:52:35 +0200 Subject: [PATCH 5/6] deps: update dependency com.google.cloud:google-cloud-logging to v3 (#481) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.google.cloud:google-cloud-logging](https://togithub.com/googleapis/java-logging) | `2.3.2` -> `3.0.0` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-logging/3.0.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-logging/3.0.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-logging/3.0.0/compatibility-slim/2.3.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-logging/3.0.0/confidence-slim/2.3.2)](https://docs.renovatebot.com/merge-confidence/) | *** ### Release Notes
googleapis/java-logging ### [`v3.0.0`](https://togithub.com/googleapis/java-logging/blob/master/CHANGELOG.md#​300-httpswwwgithubcomgoogleapisjava-loggingcomparev232v300-2021-08-04) [Compare Source](https://togithub.com/googleapis/java-logging/compare/v2.3.2...v3.0.0) ##### ⚠ BREAKING CHANGES * release gapic-generator-java v2.0.0 ([#​605](https://togithub.com/googleapis/java-logging/issues/605)) ##### Features * deprecate methods ([#​587](https://www.togithub.com/googleapis/java-logging/issues/587)) ([85e496d](https://www.togithub.com/googleapis/java-logging/commit/85e496d5884143ecc6cd1757fcce31d5b83ecda5)) * release gapic-generator-java v2.0.0 ([#​605](https://www.togithub.com/googleapis/java-logging/issues/605)) ([8fa5c5a](https://www.togithub.com/googleapis/java-logging/commit/8fa5c5ae1d76d9a0959add1036300a799918dcb4)) ##### Bug Fixes * describe authorization required for service object ([#​582](https://www.togithub.com/googleapis/java-logging/issues/582)) ([4fd3cdc](https://www.togithub.com/googleapis/java-logging/commit/4fd3cdc4b4c564da026a0a424ba8d49c8390982e)) ##### Dependencies * update dependency com.google.cloud:google-cloud-shared-dependencies to v2 ([#​606](https://www.togithub.com/googleapis/java-logging/issues/606)) ([99cb3a0](https://www.togithub.com/googleapis/java-logging/commit/99cb3a005f2775034d2df207dcb1a6c7f19b6fd4)) ##### [2.3.2](https://www.togithub.com/googleapis/java-logging/compare/v2.3.1...v2.3.2) (2021-07-01) ##### Bug Fixes * Add `shopt -s nullglob` to dependencies script ([#​564](https://www.togithub.com/googleapis/java-logging/issues/564)) ([5a5f737](https://www.togithub.com/googleapis/java-logging/commit/5a5f7371569f3e5656a3e40fcc2d72b7a8e0e916)) * Update dependencies.sh to not break on mac ([#​559](https://www.togithub.com/googleapis/java-logging/issues/559)) ([5877a06](https://www.togithub.com/googleapis/java-logging/commit/5877a068ae466b0e61d240674263ddb772b43cb2)) ##### Dependencies * update dependency com.google.cloud:google-cloud-shared-dependencies to v1.4.0 ([#​568](https://www.togithub.com/googleapis/java-logging/issues/568)) ([623a85b](https://www.togithub.com/googleapis/java-logging/commit/623a85b0ca9ab893b925522fe38f1b03ab822d7e)) ##### [2.3.1](https://www.togithub.com/googleapis/java-logging/compare/v2.3.0...v2.3.1) (2021-06-04) ##### Dependencies * update dependency com.google.cloud:google-cloud-shared-dependencies to v1.3.0 ([#​549](https://www.togithub.com/googleapis/java-logging/issues/549)) ([b6a7de0](https://www.togithub.com/googleapis/java-logging/commit/b6a7de0c8d698f33b261b5392f888022c0877000))
*** ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. *** * \[ ] If you want to rebase/retry this PR, check this box. *** This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-logging-logback). --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e04f4f139..906f678f8 100644 --- a/pom.xml +++ b/pom.xml @@ -17,7 +17,7 @@ 1.2.5 3.6 1.1.3 - 2.3.2 + 3.0.0 1.7.32 1.10.1 From eb869f21223de676b72163861169bd5fdc92dab0 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Wed, 11 Aug 2021 02:58:32 +0000 Subject: [PATCH 6/6] chore: release 0.121.6 (#482) :robot: I have created a release \*beep\* \*boop\* --- ### [0.121.6](https://www.github.com/googleapis/java-logging-logback/compare/v0.121.5...v0.121.6) (2021-08-11) ### Dependencies * update dependency com.google.cloud:google-cloud-logging to v3 ([#481](https://www.github.com/googleapis/java-logging-logback/issues/481)) ([9c60863](https://www.github.com/googleapis/java-logging-logback/commit/9c60863d269eecbf8f389a6f88ce810529fc1c48)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- CHANGELOG.md | 7 +++++++ pom.xml | 2 +- versions.txt | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4131f1dd..185102e52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [0.121.6](https://www.github.com/googleapis/java-logging-logback/compare/v0.121.5...v0.121.6) (2021-08-11) + + +### Dependencies + +* update dependency com.google.cloud:google-cloud-logging to v3 ([#481](https://www.github.com/googleapis/java-logging-logback/issues/481)) ([9c60863](https://www.github.com/googleapis/java-logging-logback/commit/9c60863d269eecbf8f389a6f88ce810529fc1c48)) + ### [0.121.5](https://www.github.com/googleapis/java-logging-logback/compare/v0.121.4...v0.121.5) (2021-08-04) diff --git a/pom.xml b/pom.xml index 906f678f8..8995ddf04 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ 4.0.0 google-cloud-logging-logback - 0.121.6-alpha-SNAPSHOT + 0.121.6-alpha jar Google Cloud Logging Logback Appender https://github.com/googleapis/java-logging-logback diff --git a/versions.txt b/versions.txt index 4183937c0..1d680355b 100644 --- a/versions.txt +++ b/versions.txt @@ -1,4 +1,4 @@ # Format: # module:released-version:current-version -google-cloud-logging-logback:0.121.5-alpha:0.121.6-alpha-SNAPSHOT +google-cloud-logging-logback:0.121.6-alpha:0.121.6-alpha