Skip to content

Commit

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

* chore: generate libraries at Wed Feb 26 16:31:40 UTC 2025

* chore: generate libraries at Wed Feb 26 16:51:18 UTC 2025

---------

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: cloud-java-bot <[email protected]>
Co-authored-by: Joe Wang <[email protected]>
  • Loading branch information
3 people authored Feb 26, 2025
1 parent b30c17c commit 3af9e3d
Show file tree
Hide file tree
Showing 10 changed files with 36 additions and 23 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [3.21.4](https://github.com/googleapis/java-logging/compare/v3.21.3...v3.21.4) (2025-02-26)


### Bug Fixes

* **deps:** Update the Java code generator (gapic-generator-java) to 2.54.0 ([67fa9fb](https://github.com/googleapis/java-logging/commit/67fa9fbbc48dd8df9c176ba0bb3d1acf6b975bfc))


### Dependencies

* Update dependency com.google.cloud:sdk-platform-java-config to v3.44.0 ([#1768](https://github.com/googleapis/java-logging/issues/1768)) ([a69e699](https://github.com/googleapis/java-logging/commit/a69e6990e5cc7ab920382599510bb14f29a12d7d))
* Update googleapis/sdk-platform-java action to v2.54.0 ([#1762](https://github.com/googleapis/java-logging/issues/1762)) ([d50a8d2](https://github.com/googleapis/java-logging/commit/d50a8d2fbef588138b4d47cbd3440d7217d690b0))

## [3.21.3](https://github.com/googleapis/java-logging/compare/v3.21.2...v3.21.3) (2025-02-12)


Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>26.53.0</version>
<version>26.55.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down 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.21.3'
implementation 'com.google.cloud:google-cloud-logging:3.21.4'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-logging" % "3.21.3"
libraryDependencies += "com.google.cloud" % "google-cloud-logging" % "3.21.4"
```

## 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.21.3
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-logging/3.21.4
[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.21.4-SNAPSHOT</version><!-- {x-version-update:google-cloud-logging:current} -->
<version>3.21.4</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.21.4-SNAPSHOT</version><!-- {x-version-update:google-cloud-logging:current} -->
<version>3.21.4</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.110.4-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-logging-v2:current} -->
<version>0.110.4</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.110.4-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-logging-v2:current} -->
<version>0.110.4</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.21.4-SNAPSHOT</version><!-- {x-version-update:google-cloud-logging:current} -->
<version>3.21.4</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.21.4-SNAPSHOT</version><!-- {x-version-update:google-cloud-logging:current} -->
<version>3.21.4</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.21.4-SNAPSHOT";
public static final String DEFAULT_INSTRUMENTATION_VERSION = "3.21.4";
// {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.110.4-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-logging-v2:current} -->
<version>0.110.4</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.21.4-SNAPSHOT</version><!-- {x-version-update:google-cloud-logging:current} -->
<version>3.21.4</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.21.4-SNAPSHOT</version><!-- {x-version-update:google-cloud-logging:current} -->
<version>3.21.4</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.110.4-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-logging-v2:current} -->
<version>0.110.4</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.110.4-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-logging-v2:current} -->
<version>0.110.4</version><!-- {x-version-update:grpc-google-cloud-logging-v2:current} -->
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-logging</artifactId>
<version>3.21.4-SNAPSHOT</version><!-- {x-version-update:google-cloud-logging:current} -->
<version>3.21.4</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.110.4-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-logging-v2:current} -->
<version>0.110.4</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.21.4-SNAPSHOT</version><!-- {x-version-update:google-cloud-logging:current} -->
<version>3.21.4</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.21.4-SNAPSHOT</version>
<version>3.21.4</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.21.3:3.21.4-SNAPSHOT
grpc-google-cloud-logging-v2:0.110.3:0.110.4-SNAPSHOT
proto-google-cloud-logging-v2:0.110.3:0.110.4-SNAPSHOT
google-cloud-logging:3.21.4:3.21.4
grpc-google-cloud-logging-v2:0.110.4:0.110.4
proto-google-cloud-logging-v2:0.110.4:0.110.4

0 comments on commit 3af9e3d

Please sign in to comment.