File tree Expand file tree Collapse file tree 5 files changed +18
-4
lines changed
src/main/java/com/google/cloud/logging/logback Expand file tree Collapse file tree 5 files changed +18
-4
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
33
4+ ## [ 0.129.12] ( https://github.com/googleapis/java-logging-logback/compare/v0.129.11...v0.129.12 ) (2023-05-15)
5+
6+
7+ ### Bug Fixes
8+
9+ * Fix release tag ([ 2ec09ff] ( https://github.com/googleapis/java-logging-logback/commit/2ec09fff140570e0fa36f8994172a22590cfc65f ) )
10+ * ** java:** Add native image configurations for logging-logback ([ #1075 ] ( https://github.com/googleapis/java-logging-logback/issues/1075 ) ) ([ 22bf85d] ( https://github.com/googleapis/java-logging-logback/commit/22bf85df9d2e94c7d0ce4d51061c2e07334b8b8e ) )
11+
12+
13+ ### Dependencies
14+
15+ * Update dependency com.google.cloud: google-cloud-logging to v3.15.0 ([ #1073 ] ( https://github.com/googleapis/java-logging-logback/issues/1073 ) ) ([ ff1ed3d] ( https://github.com/googleapis/java-logging-logback/commit/ff1ed3dfcdf38b4523d993a0a36268add21d1449 ) )
16+ * Update dependency com.google.cloud: google-cloud-shared-dependencies to v3.9.0 ([ #1074 ] ( https://github.com/googleapis/java-logging-logback/issues/1074 ) ) ([ 503679f] ( https://github.com/googleapis/java-logging-logback/commit/503679fc71f2f5b26b4bc854b7571bda8bc73b88 ) )
17+
418## [ 0.129.11] ( https://github.com/googleapis/java-logging-logback/compare/v0.129.10...v0.129.11 ) (2023-04-27)
519
620
Original file line number Diff line number Diff line change 55 <modelVersion >4.0.0</modelVersion >
66
77 <artifactId >google-cloud-logging-logback</artifactId >
8- <version >0.130.12-alpha-SNAPSHOT </version ><!-- {x-version-update:google-cloud-logging-logback:current} -->
8+ <version >0.130.12-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 >
Original file line number Diff line number Diff line change 2828 <dependency >
2929 <groupId >com.google.cloud</groupId >
3030 <artifactId >google-cloud-logging-logback</artifactId >
31- <version >0.130.12-alpha-SNAPSHOT </version >
31+ <version >0.130.12-alpha</version >
3232 </dependency >
3333 <!-- {x-version-update-end} -->
3434
Original file line number Diff line number Diff 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.12-alpha-SNAPSHOT " ;
125+ public static final String DEFAULT_INSTRUMENTATION_VERSION = "0.130.12-alpha" ;
126126 // {x-version-update-end}
127127 private static boolean instrumentationAdded = false ;
128128 private static final Object instrumentationLock = new Object ();
Original file line number Diff line number Diff line change 11# Format:
22# module:released-version:current-version
33
4- google-cloud-logging-logback:0.130.11 -alpha:0.130.12-alpha-SNAPSHOT
4+ google-cloud-logging-logback:0.130.12 -alpha:0.130.12-alpha
You can’t perform that action at this time.
0 commit comments