Skip to content

Commit

Permalink
chore(main): release 5.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Oct 21, 2024
1 parent c159c9a commit 71876f8
Show file tree
Hide file tree
Showing 9 changed files with 28 additions and 9 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,25 @@ refer to the [commit
history](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commits/main)
on GitHub.

## [5.8.0](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/compare/v5.7.0...v5.8.0) (2024-10-21)


### Features

* add properties to customize universe-domain and host in Storage ([#3287](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3287)) ([f5879d9](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/f5879d92d81d5b480d2c402bd2e9e792832ebca3))


### Bug Fixes

* **deps:** update dependency io.opentelemetry:opentelemetry-api to v1.43.0 ([#3298](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3298)) ([964756c](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/964756c23fabda0f0cc52e03c52ef615b7bf48fb))


### Dependencies

* bump com.google.errorprone:error_prone_core from 2.33.0 to 2.34.0 ([#3319](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3319)) ([6a91c0d](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/6a91c0d9fc7a52b9f1c8eb460a21bac09727cc8f))
* bump io.micrometer:micrometer-tracing-bom from 1.3.4 to 1.3.5 ([#3302](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3302)) ([8ab63c8](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/8ab63c8d72f4f30c2e378eb38f0001074f441e2f))
* bump io.opentelemetry:opentelemetry-api from 1.42.1 to 1.43.0 ([#3299](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3299)) ([eea8e28](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/eea8e2814dc73dbd8d7cca17f531c2632cfcc269))

## [5.7.0](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/compare/v5.6.1...v5.7.0) (2024-10-03)


Expand Down
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ You can check our project website https://spring.io/projects/spring-cloud-gcp[he
For a deep dive into the project, refer to the Spring Framework on Google Cloud Reference documentation or Javadocs:

// {x-version-update-start:spring-cloud-gcp:released}
* link:https://googlecloudplatform.github.io/spring-cloud-gcp/5.7.0/reference/html/index.html[Spring Framework on Google Cloud 5.6.1 (Latest)] - https://googleapis.dev/java/spring-cloud-gcp/5.6.1/index.html[Javadocs 5.6.1]
* link:https://googlecloudplatform.github.io/spring-cloud-gcp/5.8.0/reference/html/index.html[Spring Framework on Google Cloud 5.6.1 (Latest)] - https://googleapis.dev/java/spring-cloud-gcp/5.6.1/index.html[Javadocs 5.6.1]
// {x-version-update-end}
* link:https://googlecloudplatform.github.io/spring-cloud-gcp/4.10.9/reference/html/index.html[Spring Framework on Google Cloud 4.10.9] - https://googleapis.dev/java/spring-cloud-gcp/4.10.9/index.html[Javadocs 4.10.9]
* link:https://googlecloudplatform.github.io/spring-cloud-gcp/3.8.9/reference/html/index.html[Spring Framework on Google Cloud 3.8.9] - https://googleapis.dev/java/spring-cloud-gcp/3.8.9/index.html[Javadocs 3.8.9]
Expand Down Expand Up @@ -104,7 +104,7 @@ This will allow you to not specify versions for any of the Maven dependencies an
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>spring-cloud-gcp-dependencies</artifactId>
<version>5.7.0</version>
<version>5.8.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
_spring_cloud_generator_version = "5.7.1-SNAPSHOT" # {x-version-update:spring-cloud-gcp:current}
_spring_cloud_generator_version = "5.8.0" # {x-version-update:spring-cloud-gcp:current}

maven_install(
artifacts = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>spring-cloud-gcp-starters</artifactId>
<version>5.7.1-SNAPSHOT</version><!-- {x-version-update:spring-cloud-gcp:current} -->
<version>5.8.0</version><!-- {x-version-update:spring-cloud-gcp:current} -->
<relativePath>../../spring-cloud-gcp-starters/pom.xml</relativePath>
</parent>
<artifactId>google-cloud-workstations-spring-starter</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>spring-cloud-gcp-starters</artifactId>
<version>5.7.1-SNAPSHOT</version><!-- {x-version-update:spring-cloud-gcp:current} -->
<version>5.8.0</version><!-- {x-version-update:spring-cloud-gcp:current} -->
<relativePath>../../spring-cloud-gcp-starters/pom.xml</relativePath>
</parent>
<artifactId>google-iam-admin-spring-starter</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>spring-cloud-gcp-starters</artifactId>
<version>5.7.1-SNAPSHOT</version><!-- {x-version-update:spring-cloud-gcp:current} -->
<version>5.8.0</version><!-- {x-version-update:spring-cloud-gcp:current} -->
<relativePath>../../spring-cloud-gcp-starters/pom.xml</relativePath>
</parent>
<artifactId>google-iam-policy-spring-starter</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>spring-cloud-gcp-starters</artifactId>
<version>5.7.1-SNAPSHOT</version><!-- {x-version-update:spring-cloud-gcp:current} -->
<version>5.8.0</version><!-- {x-version-update:spring-cloud-gcp:current} -->
<relativePath>../../spring-cloud-gcp-starters/pom.xml</relativePath>
</parent>
<artifactId>google-identity-accesscontextmanager-spring-starter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion spring-cloud-previews/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>spring-cloud-gcp</artifactId>
<groupId>com.google.cloud</groupId>
<version>5.7.1-SNAPSHOT</version><!-- {x-version-update:spring-cloud-gcp:current} -->
<version>5.8.0</version><!-- {x-version-update:spring-cloud-gcp:current} -->
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion spring-cloud-spanner-spring-data-r2dbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>spring-cloud-gcp</artifactId>
<groupId>com.google.cloud</groupId>
<version>5.7.1-SNAPSHOT</version><!-- {x-version-update:spring-cloud-gcp:current} -->
<version>5.8.0</version><!-- {x-version-update:spring-cloud-gcp:current} -->
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit 71876f8

Please sign in to comment.