diff --git a/.github/.OwlBot.lock.yaml b/.github/.OwlBot.lock.yaml index a454a61e8..de9173d95 100644 --- a/.github/.OwlBot.lock.yaml +++ b/.github/.OwlBot.lock.yaml @@ -13,5 +13,5 @@ # limitations under the License. docker: image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest - digest: sha256:6d4e3a15c62cfdcb823d60e16da7521e7c6fc00eba07c8ff12e4de9924a57d28 -# created: 2022-06-29T23:17:33.110417661Z + digest: sha256:d4b80feffe1579818cdc39466152e9de95789a193408506cd4a1ffbe8804dc00 +# created: 2022-07-13T13:53:17.676447481Z diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 83ef7f9c2..e3bb26e37 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -39,6 +39,8 @@ jobs: windows: runs-on: windows-latest steps: + - name: Support longpaths + run: git config --system core.longpaths true - uses: actions/checkout@v3 - uses: actions/setup-java@v3 with: diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bc33e926..15cd6b94e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Changelog +## [0.126.1](https://github.com/googleapis/java-logging-logback/compare/v0.126.0...v0.126.1) (2022-07-13) + + +### Bug Fixes + +* enable longpaths support for windows test ([#1485](https://github.com/googleapis/java-logging-logback/issues/1485)) ([#802](https://github.com/googleapis/java-logging-logback/issues/802)) ([1498ecb](https://github.com/googleapis/java-logging-logback/commit/1498ecb3b0db8f01c7e2ccc78303ff753ec99616)) + ## [0.126.0](https://github.com/googleapis/java-logging-logback/compare/v0.125.0...v0.126.0) (2022-06-30) diff --git a/README.md b/README.md index e73d5f8a2..c396f9e0a 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.126.0-alpha + 0.127.0-alpha ``` -If you are using Gradle without BOM, add this to your dependencies +If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-logging-logback:0.126.0-alpha' +implementation 'com.google.cloud:google-cloud-logging-logback:0.127.0-alpha' ``` -If you are using SBT, add this to your dependencies +If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-logging-logback" % "0.126.0-alpha" +libraryDependencies += "com.google.cloud" % "google-cloud-logging-logback" % "0.127.0-alpha" ``` ## Authentication diff --git a/pom.xml b/pom.xml index 2ebcb7408..9dc5994f2 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ 4.0.0 google-cloud-logging-logback - 0.127.0-alpha + 0.127.1-alpha jar Google Cloud Logging Logback Appender https://github.com/googleapis/java-logging-logback @@ -25,7 +25,7 @@ com.google.cloud google-cloud-shared-config - 1.5.0 + 1.5.1 diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml index d3bdedecf..5eabd8303 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -28,7 +28,7 @@ com.google.cloud google-cloud-logging-logback - 0.127.0-alpha + 0.127.1-alpha diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml index 3b678b32e..affc27dd8 100644 --- a/samples/snippets/pom.xml +++ b/samples/snippets/pom.xml @@ -30,7 +30,7 @@ com.google.cloud libraries-bom - 25.4.0 + 26.0.0 pom import diff --git a/versions.txt b/versions.txt index 5406d2c43..f57fc60df 100644 --- a/versions.txt +++ b/versions.txt @@ -1,4 +1,4 @@ # Format: # module:released-version:current-version -google-cloud-logging-logback:0.127.0-alpha:0.127.0-alpha +google-cloud-logging-logback:0.127.1-alpha:0.127.1-alpha