Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6880489

Browse filesBrowse files
chore(main): release 0.128.1 (#924)
* chore(main): release 0.128.1 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 09c6ee7 commit 6880489
Copy full SHA for 6880489

5 files changed

+17-4Lines changed: 17 additions & 4 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎CHANGELOG.md‎

Copy file name to clipboardExpand all lines: CHANGELOG.md
+13Lines changed: 13 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
# Changelog
22

33

4+
## [0.128.1](https://github.com/googleapis/java-logging-logback/compare/v0.128.0...v0.128.1) (2022-11-07)
5+
6+
7+
### Bug Fixes
8+
9+
* Switch instrumentation code to return version stored in DEFAULT_INSTRUMENTATION_VERSION ([#918](https://github.com/googleapis/java-logging-logback/issues/918)) ([90b824a](https://github.com/googleapis/java-logging-logback/commit/90b824acee5052d17df8eb1b444044f774359353))
10+
11+
12+
### Dependencies
13+
14+
* Update dependency com.google.cloud:google-cloud-logging to v3.13.0 ([#920](https://github.com/googleapis/java-logging-logback/issues/920)) ([3a46bf5](https://github.com/googleapis/java-logging-logback/commit/3a46bf542a22359ed04e384714a767dc1b4071cc))
15+
* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.6 ([#923](https://github.com/googleapis/java-logging-logback/issues/923)) ([31a32db](https://github.com/googleapis/java-logging-logback/commit/31a32db7975f90d526acedd32a710dac6c463292))
16+
417
## [0.128.0](https://github.com/googleapis/java-logging-logback/compare/v0.127.0...v0.128.0) (2022-11-04)
518

619

Collapse file

‎pom.xml‎

Copy file name to clipboardExpand all lines: pom.xml
+1-1Lines changed: 1 addition & 1 deletion
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.129.1-alpha-SNAPSHOT</version><!-- {x-version-update:google-cloud-logging-logback:current} -->
8+
<version>0.129.1-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>
Collapse file

‎samples/snapshot/pom.xml‎

Copy file name to clipboardExpand all lines: samples/snapshot/pom.xml
+1-1Lines changed: 1 addition & 1 deletion
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.129.1-alpha-SNAPSHOT</version>
31+
<version>0.129.1-alpha</version>
3232
</dependency>
3333
<!-- {x-version-update-end} -->
3434

Collapse file

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

Copy file name to clipboardExpand all lines: src/main/java/com/google/cloud/logging/logback/LoggingAppender.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ public class LoggingAppender extends UnsynchronizedAppenderBase<ILoggingEvent> {
108108
// See
109109
// https://github.com/googleapis/release-please/blob/main/docs/customizing.md#updating-arbitrary-files
110110
// {x-version-update-start:google-cloud-logging-logback:current}
111-
public static final String DEFAULT_INSTRUMENTATION_VERSION = "1.0.0";
111+
public static final String DEFAULT_INSTRUMENTATION_VERSION = "0.129.1-alpha";
112112
// {x-version-update-end}
113113
private static boolean instrumentationAdded = false;
114114
private static Object instrumentationLock = new Object();
Collapse file

‎versions.txt‎

Copy file name to clipboard
+1-1Lines changed: 1 addition & 1 deletion
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.129.0-alpha:0.129.1-alpha-SNAPSHOT
4+
google-cloud-logging-logback:0.129.1-alpha:0.129.1-alpha

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.