File tree Expand file tree Collapse file tree 6 files changed +117
-4
lines changed
src/main/java/com/google/cloud/logging/logback Expand file tree Collapse file tree 6 files changed +117
-4
lines changed Original file line number Diff line number Diff line change @@ -229,6 +229,106 @@ env_vars: {
229
229
230
230
231
231
232
+ # ############################################
233
+ # this section merged from .kokoro/common_env_vars.cfg using owlbot.py
234
+
235
+ env_vars: {
236
+ key: " PRODUCT_AREA_LABEL"
237
+ value: " observability"
238
+ }
239
+ env_vars: {
240
+ key: " PRODUCT_LABEL"
241
+ value: " logging"
242
+ }
243
+ env_vars: {
244
+ key: " LANGUAGE_LABEL"
245
+ value: " java"
246
+ }
247
+
248
+ # ##################################################
249
+
250
+
251
+
252
+ # ############################################
253
+ # this section merged from .kokoro/common_env_vars.cfg using owlbot.py
254
+
255
+ env_vars: {
256
+ key: " PRODUCT_AREA_LABEL"
257
+ value: " observability"
258
+ }
259
+ env_vars: {
260
+ key: " PRODUCT_LABEL"
261
+ value: " logging"
262
+ }
263
+ env_vars: {
264
+ key: " LANGUAGE_LABEL"
265
+ value: " java"
266
+ }
267
+
268
+ # ##################################################
269
+
270
+
271
+
272
+ # ############################################
273
+ # this section merged from .kokoro/common_env_vars.cfg using owlbot.py
274
+
275
+ env_vars: {
276
+ key: " PRODUCT_AREA_LABEL"
277
+ value: " observability"
278
+ }
279
+ env_vars: {
280
+ key: " PRODUCT_LABEL"
281
+ value: " logging"
282
+ }
283
+ env_vars: {
284
+ key: " LANGUAGE_LABEL"
285
+ value: " java"
286
+ }
287
+
288
+ # ##################################################
289
+
290
+
291
+
292
+ # ############################################
293
+ # this section merged from .kokoro/common_env_vars.cfg using owlbot.py
294
+
295
+ env_vars: {
296
+ key: " PRODUCT_AREA_LABEL"
297
+ value: " observability"
298
+ }
299
+ env_vars: {
300
+ key: " PRODUCT_LABEL"
301
+ value: " logging"
302
+ }
303
+ env_vars: {
304
+ key: " LANGUAGE_LABEL"
305
+ value: " java"
306
+ }
307
+
308
+ # ##################################################
309
+
310
+
311
+
312
+ # ############################################
313
+ # this section merged from .kokoro/common_env_vars.cfg using owlbot.py
314
+
315
+ env_vars: {
316
+ key: " PRODUCT_AREA_LABEL"
317
+ value: " observability"
318
+ }
319
+ env_vars: {
320
+ key: " PRODUCT_LABEL"
321
+ value: " logging"
322
+ }
323
+ env_vars: {
324
+ key: " LANGUAGE_LABEL"
325
+ value: " java"
326
+ }
327
+
328
+ # ##################################################
329
+
330
+
331
+
232
332
# ############################################
233
333
# this section merged from .kokoro/common_env_vars.cfg using owlbot.py
234
334
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
4
+ ## [ 0.130.13-alpha] ( https://github.com/googleapis/java-logging-logback/compare/v0.130.12-alpha...v0.130.13-alpha ) (2023-05-31)
5
+
6
+
7
+ ### Bug Fixes
8
+
9
+ * Update cloud-java-team as CODEOWNERS for delegated client release ([ #1081 ] ( https://github.com/googleapis/java-logging-logback/issues/1081 ) ) ([ 957b2f9] ( https://github.com/googleapis/java-logging-logback/commit/957b2f991b885f3e6f9a11c067c8b79fa40342bd ) )
10
+
11
+
12
+ ### Dependencies
13
+
14
+ * Update dependency com.google.cloud: google-cloud-logging to v3.15.2 ([ #1090 ] ( https://github.com/googleapis/java-logging-logback/issues/1090 ) ) ([ db41e9d] ( https://github.com/googleapis/java-logging-logback/commit/db41e9d5f532f8384f69d7489cca55512f642f88 ) )
15
+ * Update dependency com.google.cloud: google-cloud-shared-dependencies to v3.10.1 ([ #1088 ] ( https://github.com/googleapis/java-logging-logback/issues/1088 ) ) ([ 86c7712] ( https://github.com/googleapis/java-logging-logback/commit/86c7712a26d95edb365816d0eedd48c5af2d4f75 ) )
16
+
4
17
## [ 0.130.12-alpha] ( https://github.com/googleapis/java-logging-logback/compare/v0.129.11...v0.130.12-alpha ) (2023-05-15)
5
18
6
19
Original file line number Diff line number Diff line change 5
5
<modelVersion >4.0.0</modelVersion >
6
6
7
7
<artifactId >google-cloud-logging-logback</artifactId >
8
- <version >0.130.13-alpha-SNAPSHOT </version ><!-- {x-version-update:google-cloud-logging-logback:current} -->
8
+ <version >0.130.13-alpha</version ><!-- {x-version-update:google-cloud-logging-logback:current} -->
9
9
<packaging >jar</packaging >
10
10
<name >Google Cloud Logging Logback Appender</name >
11
11
<url >https://github.com/googleapis/java-logging-logback</url >
Original file line number Diff line number Diff line change 28
28
<dependency >
29
29
<groupId >com.google.cloud</groupId >
30
30
<artifactId >google-cloud-logging-logback</artifactId >
31
- <version >0.130.13-alpha-SNAPSHOT </version >
31
+ <version >0.130.13-alpha</version >
32
32
</dependency >
33
33
<!-- {x-version-update-end} -->
34
34
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ public class LoggingAppender extends UnsynchronizedAppenderBase<ILoggingEvent> {
122
122
// See
123
123
// https://github.com/googleapis/release-please/blob/main/docs/customizing.md#updating-arbitrary-files
124
124
// {x-version-update-start:google-cloud-logging-logback:current}
125
- public static final String DEFAULT_INSTRUMENTATION_VERSION = "0.130.13-alpha-SNAPSHOT " ;
125
+ public static final String DEFAULT_INSTRUMENTATION_VERSION = "0.130.13-alpha" ;
126
126
// {x-version-update-end}
127
127
private static boolean instrumentationAdded = false ;
128
128
private static final Object instrumentationLock = new Object ();
Original file line number Diff line number Diff line change 1
1
# Format:
2
2
# module:released-version:current-version
3
3
4
- google-cloud-logging-logback:0.130.12 -alpha:0.130.13-alpha-SNAPSHOT
4
+ google-cloud-logging-logback:0.130.13 -alpha:0.130.13-alpha
You canβt perform that action at this time.
0 commit comments