Skip to content

Commit

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

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


### Features

* add properties to set universe domain and endpoint in bigquery ([#3158](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3158)) ([9b3c780](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/9b3c780b45f5b5d6317a30e62ff7ec028982578e))


### Dependencies

* bump cloud-sql-socket-factory.version from 1.20.0 to 1.20.1 ([#3191](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3191)) ([16518c6](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/16518c6529400bacf6f8e256257fd50b5b9481ae))
* bump zipkin-gcp.version from 2.2.4 to 2.2.5 ([#3189](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3189)) ([4718eaf](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/4718eaf0f09e979a460daf3988fae26b90632b4d))


### Documentation

* Update README links ([#3246](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3246)) ([bfc0fbd](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/bfc0fbd57e4e65dbf933f72aee01f6e82d7b800c))

## [5.6.1](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/compare/v5.6.0...v5.6.1) (2024-09-20)


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.6.1/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.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]
// {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.6.1</version>
<version>5.7.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.6.2-SNAPSHOT" # {x-version-update:spring-cloud-gcp:current}
_spring_cloud_generator_version = "5.7.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.6.2-SNAPSHOT</version><!-- {x-version-update:spring-cloud-gcp:current} -->
<version>5.7.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.6.2-SNAPSHOT</version><!-- {x-version-update:spring-cloud-gcp:current} -->
<version>5.7.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.6.2-SNAPSHOT</version><!-- {x-version-update:spring-cloud-gcp:current} -->
<version>5.7.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.6.2-SNAPSHOT</version><!-- {x-version-update:spring-cloud-gcp:current} -->
<version>5.7.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.6.2-SNAPSHOT</version><!-- {x-version-update:spring-cloud-gcp:current} -->
<version>5.7.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.6.2-SNAPSHOT</version><!-- {x-version-update:spring-cloud-gcp:current} -->
<version>5.7.0</version><!-- {x-version-update:spring-cloud-gcp:current} -->
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit 19fa7cc

Please sign in to comment.