Skip to content

Commit a9d3935

Browse files
chore(main): release 0.131.0-alpha (#1249)
🤖 I have created a release *beep* *boop* --- ## [0.131.0-alpha](https://github.com/googleapis/java-logging-logback/compare/v0.130.30-alpha...v0.131.0-alpha) (2024-01-25) ### Features * Add graal native image profile for logback library ([#1246](https://github.com/googleapis/java-logging-logback/issues/1246)) ([ab58b88](https://github.com/googleapis/java-logging-logback/commit/ab58b887d041783335d2ab4f04b47651ae91ef77)) ### Dependencies * Update dependency com.google.cloud:google-cloud-logging to v3.15.16 ([#1257](https://github.com/googleapis/java-logging-logback/issues/1257)) ([28c23f6](https://github.com/googleapis/java-logging-logback/commit/28c23f67f827c42ad4790fd7f9122d227daa3a8d)) * Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.22.0 ([#1250](https://github.com/googleapis/java-logging-logback/issues/1250)) ([730c46c](https://github.com/googleapis/java-logging-logback/commit/730c46cbd6f59f9d370eb6a10b5dd00d58ca0506)) * Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.23.0 ([#1256](https://github.com/googleapis/java-logging-logback/issues/1256)) ([df7800b](https://github.com/googleapis/java-logging-logback/commit/df7800bb5205ad4cecc0a44ccbde8141174063ad)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent 28c23f6 commit a9d3935

File tree

5 files changed

+18
-4
lines changed

5 files changed

+18
-4
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
# Changelog
22

33

4+
## [0.131.0-alpha](https://github.com/googleapis/java-logging-logback/compare/v0.130.30-alpha...v0.131.0-alpha) (2024-01-25)
5+
6+
7+
### Features
8+
9+
* Add graal native image profile for logback library ([#1246](https://github.com/googleapis/java-logging-logback/issues/1246)) ([ab58b88](https://github.com/googleapis/java-logging-logback/commit/ab58b887d041783335d2ab4f04b47651ae91ef77))
10+
11+
12+
### Dependencies
13+
14+
* Update dependency com.google.cloud:google-cloud-logging to v3.15.16 ([#1257](https://github.com/googleapis/java-logging-logback/issues/1257)) ([28c23f6](https://github.com/googleapis/java-logging-logback/commit/28c23f67f827c42ad4790fd7f9122d227daa3a8d))
15+
* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.22.0 ([#1250](https://github.com/googleapis/java-logging-logback/issues/1250)) ([730c46c](https://github.com/googleapis/java-logging-logback/commit/730c46cbd6f59f9d370eb6a10b5dd00d58ca0506))
16+
* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.23.0 ([#1256](https://github.com/googleapis/java-logging-logback/issues/1256)) ([df7800b](https://github.com/googleapis/java-logging-logback/commit/df7800bb5205ad4cecc0a44ccbde8141174063ad))
17+
418
## [0.130.30-alpha](https://github.com/googleapis/java-logging-logback/compare/v0.130.29-alpha...v0.130.30-alpha) (2024-01-11)
519

620

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66

77
<artifactId>google-cloud-logging-logback</artifactId>
8-
<version>0.130.31-alpha-SNAPSHOT</version><!-- {x-version-update:google-cloud-logging-logback:current} -->
8+
<version>0.131.0-alpha</version><!-- {x-version-update:google-cloud-logging-logback:current} -->
99
<packaging>jar</packaging>
1010
<name>Google Cloud Logging Logback Appender</name>
1111
<url>https://github.com/googleapis/java-logging-logback</url>

samples/snapshot/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<dependency>
2929
<groupId>com.google.cloud</groupId>
3030
<artifactId>google-cloud-logging-logback</artifactId>
31-
<version>0.130.31-alpha-SNAPSHOT</version>
31+
<version>0.131.0-alpha</version>
3232
</dependency>
3333
<!-- {x-version-update-end} -->
3434

src/main/java/com/google/cloud/logging/logback/LoggingAppender.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ public class LoggingAppender extends UnsynchronizedAppenderBase<ILoggingEvent> {
122122
// See
123123
// https://github.com/googleapis/release-please/blob/main/docs/customizing.md#updating-arbitrary-files
124124
// {x-version-update-start:google-cloud-logging-logback:current}
125-
public static final String DEFAULT_INSTRUMENTATION_VERSION = "0.130.31-alpha-SNAPSHOT";
125+
public static final String DEFAULT_INSTRUMENTATION_VERSION = "0.131.0-alpha";
126126
// {x-version-update-end}
127127
private static boolean instrumentationAdded = false;
128128
private static final Object instrumentationLock = new Object();

versions.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Format:
22
# module:released-version:current-version
33

4-
google-cloud-logging-logback:0.130.30-alpha:0.130.31-alpha-SNAPSHOT
4+
google-cloud-logging-logback:0.131.0-alpha:0.131.0-alpha

0 commit comments

Comments
 (0)