Skip to content

Commit

Permalink
chore(main): release 3.20.7 (#1724)
Browse files Browse the repository at this point in the history
* chore(main): release 3.20.7

* chore: generate libraries at Mon Nov 18 02:06:30 UTC 2024

---------

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: cloud-java-bot <cloud-java-bot@google.com>
  • Loading branch information
release-please[bot] and cloud-java-bot authored Nov 18, 2024
1 parent afcf63c commit 30963e1
Show file tree
Hide file tree
Showing 10 changed files with 36 additions and 22 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [3.20.7](https://github.com/googleapis/java-logging/compare/v3.20.6...v3.20.7) (2024-11-18)


### Bug Fixes

* **deps:** Update the Java code generator (gapic-generator-java) to 2.49.0 ([a1ec68d](https://github.com/googleapis/java-logging/commit/a1ec68d539e4d0720fb2cf72314deb4f485f3d4a))
* **deps:** Update the Java code generator (gapic-generator-java) to 2.50.0 ([afcf63c](https://github.com/googleapis/java-logging/commit/afcf63cc063c4e0f5159c3ac5dbe2d372c335beb))
* Fixed outdated link to X-Cloud-Trace-Context header description ([#1713](https://github.com/googleapis/java-logging/issues/1713)) ([d474313](https://github.com/googleapis/java-logging/commit/d4743138b9e5c9fd4e9c59b0793028f1e424e6e4))


### Dependencies

* Update sdk platform java dependencies ([#1725](https://github.com/googleapis/java-logging/issues/1725)) ([531f8c5](https://github.com/googleapis/java-logging/commit/531f8c5089a260840eee7ff97d315307f074f5e6))

## [3.20.6](https://github.com/googleapis/java-logging/compare/v3.20.5...v3.20.6) (2024-10-26)


Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,13 @@ implementation 'com.google.cloud:google-cloud-logging'
If you are using Gradle without BOM, add this to your dependencies:

```Groovy
implementation 'com.google.cloud:google-cloud-logging:3.20.6'
implementation 'com.google.cloud:google-cloud-logging:3.20.7'
```

If you are using SBT, add this to your dependencies:

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-logging" % "3.20.6"
libraryDependencies += "com.google.cloud" % "google-cloud-logging" % "3.20.7"
```

## Authentication
Expand Down Expand Up @@ -463,7 +463,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-logging/java11.html
[stability-image]: https://img.shields.io/badge/stability-stable-green
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-logging.svg
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-logging/3.20.6
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-logging/3.20.7
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
Expand Down
8 changes: 4 additions & 4 deletions google-cloud-logging-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-logging-bom</artifactId>
<version>3.20.7-SNAPSHOT</version><!-- {x-version-update:google-cloud-logging:current} -->
<version>3.20.7</version><!-- {x-version-update:google-cloud-logging:current} -->
<packaging>pom</packaging>
<parent>
<groupId>com.google.cloud</groupId>
Expand Down Expand Up @@ -53,17 +53,17 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-logging</artifactId>
<version>3.20.7-SNAPSHOT</version><!-- {x-version-update:google-cloud-logging:current} -->
<version>3.20.7</version><!-- {x-version-update:google-cloud-logging:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-logging-v2</artifactId>
<version>0.109.7-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-logging-v2:current} -->
<version>0.109.7</version><!-- {x-version-update:grpc-google-cloud-logging-v2:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-logging-v2</artifactId>
<version>0.109.7-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-logging-v2:current} -->
<version>0.109.7</version><!-- {x-version-update:proto-google-cloud-logging-v2:current} -->
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
4 changes: 2 additions & 2 deletions google-cloud-logging/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-logging</artifactId>
<version>3.20.7-SNAPSHOT</version><!-- {x-version-update:google-cloud-logging:current} -->
<version>3.20.7</version><!-- {x-version-update:google-cloud-logging:current} -->
<packaging>jar</packaging>
<name>Google Cloud Logging</name>
<url>https://github.com/googleapis/java-logging</url>
<description>Java idiomatic client for Cloud Logging</description>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-logging-parent</artifactId>
<version>3.20.7-SNAPSHOT</version><!-- {x-version-update:google-cloud-logging:current} -->
<version>3.20.7</version><!-- {x-version-update:google-cloud-logging:current} -->
</parent>
<properties>
<site.installationModule>google-cloud-logging</site.installationModule>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public final class Instrumentation {
// See
// https://github.com/googleapis/release-please/blob/main/docs/customizing.md#updating-arbitrary-files
// {x-version-update-start:google-cloud-logging:current}
public static final String DEFAULT_INSTRUMENTATION_VERSION = "3.20.7-SNAPSHOT";
public static final String DEFAULT_INSTRUMENTATION_VERSION = "3.20.7";
// {x-version-update-end}
public static final String INSTRUMENTATION_LOG_NAME = "diagnostic-log";
public static final int MAX_DIAGNOSTIC_VALUE_LENGTH = 14;
Expand Down
4 changes: 2 additions & 2 deletions grpc-google-cloud-logging-v2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-logging-v2</artifactId>
<version>0.109.7-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-logging-v2:current} -->
<version>0.109.7</version><!-- {x-version-update:grpc-google-cloud-logging-v2:current} -->
<name>grpc-google-cloud-logging-v2</name>
<description>GRPC library for grpc-google-cloud-logging-v2</description>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-logging-parent</artifactId>
<version>3.20.7-SNAPSHOT</version><!-- {x-version-update:google-cloud-logging:current} -->
<version>3.20.7</version><!-- {x-version-update:google-cloud-logging:current} -->
</parent>
<dependencies>
<dependency>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-logging-parent</artifactId>
<packaging>pom</packaging>
<version>3.20.7-SNAPSHOT</version><!-- {x-version-update:google-cloud-logging:current} -->
<version>3.20.7</version><!-- {x-version-update:google-cloud-logging:current} -->
<name>Google Cloud Logging Parent</name>
<url>https://github.com/googleapis/java-logging</url>
<description>
Expand Down Expand Up @@ -80,17 +80,17 @@
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-logging-v2</artifactId>
<version>0.109.7-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-logging-v2:current} -->
<version>0.109.7</version><!-- {x-version-update:proto-google-cloud-logging-v2:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-logging-v2</artifactId>
<version>0.109.7-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-logging-v2:current} -->
<version>0.109.7</version><!-- {x-version-update:grpc-google-cloud-logging-v2:current} -->
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-logging</artifactId>
<version>3.20.7-SNAPSHOT</version><!-- {x-version-update:google-cloud-logging:current} -->
<version>3.20.7</version><!-- {x-version-update:google-cloud-logging:current} -->
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions proto-google-cloud-logging-v2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-logging-v2</artifactId>
<version>0.109.7-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-logging-v2:current} -->
<version>0.109.7</version><!-- {x-version-update:proto-google-cloud-logging-v2:current} -->
<name>proto-google-cloud-logging-v2</name>
<description>PROTO library for proto-google-cloud-logging-v2</description>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-logging-parent</artifactId>
<version>3.20.7-SNAPSHOT</version><!-- {x-version-update:google-cloud-logging:current} -->
<version>3.20.7</version><!-- {x-version-update:google-cloud-logging:current} -->
</parent>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion samples/snapshot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-logging</artifactId>
<version>3.20.7-SNAPSHOT</version>
<version>3.20.7</version>
</dependency>
<!-- {x-version-update-end} -->
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions versions.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Format:
# module:released-version:current-version

google-cloud-logging:3.20.6:3.20.7-SNAPSHOT
grpc-google-cloud-logging-v2:0.109.6:0.109.7-SNAPSHOT
proto-google-cloud-logging-v2:0.109.6:0.109.7-SNAPSHOT
google-cloud-logging:3.20.7:3.20.7
grpc-google-cloud-logging-v2:0.109.7:0.109.7
proto-google-cloud-logging-v2:0.109.7:0.109.7

0 comments on commit 30963e1

Please sign in to comment.