Skip to content

Commit

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

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


### Bug Fixes

* **dep:** update all actions/upload-artifact to v4 as v2 was deprecated and now fails work flows ([#3204](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3204)) ([2f0f275](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/2f0f275253c0c596cfa1c09b1b4db5d5626aa6d2))
* Descendants entities losing database ID from parent ([#3142](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3142)) ([#3156](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3156)) ([02a1e65](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/02a1e65a4bd5c33039d4ee438591fc3632bb0c1f))
* handle null primary keys between parent and child objects ([#3179](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3179)) ([42c69b6](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/42c69b6298ea06b8043811b4048eaf9a6b9cba19))


### Documentation

* Update README.adoc for v5.6.0, v4.10.8 and v3.8.8 ([#3194](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3194)) ([96709b2](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/96709b292ccd383475365c9f1d780a1cd654eea2))

## [5.6.0](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/compare/v5.5.1...v5.6.0) (2024-08-29)


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.0/reference/html/index.html[Spring Framework on Google Cloud 5.6.0 (Latest)] - https://googleapis.dev/java/spring-cloud-gcp/5.6.0/index.html[Javadocs 5.6.0]
* link:https://googlecloudplatform.github.io/spring-cloud-gcp/5.6.1/reference/html/index.html[Spring Framework on Google Cloud 5.6.0 (Latest)] - https://googleapis.dev/java/spring-cloud-gcp/5.6.0/index.html[Javadocs 5.6.0]
// {x-version-update-end}
* link:https://googlecloudplatform.github.io/spring-cloud-gcp/4.10.8/reference/html/index.html[Spring Framework on Google Cloud 4.10.8] - https://googleapis.dev/java/spring-cloud-gcp/4.10.8/index.html[Javadocs 4.10.8]
* link:https://googlecloudplatform.github.io/spring-cloud-gcp/3.8.8/reference/html/index.html[Spring Framework on Google Cloud 3.8.8] - https://googleapis.dev/java/spring-cloud-gcp/3.8.8/index.html[Javadocs 3.8.8]
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.0</version>
<version>5.6.1</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.1-SNAPSHOT" # {x-version-update:spring-cloud-gcp:current}
_spring_cloud_generator_version = "5.6.1" # {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.1-SNAPSHOT</version><!-- {x-version-update:spring-cloud-gcp:current} -->
<version>5.6.1</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.1-SNAPSHOT</version><!-- {x-version-update:spring-cloud-gcp:current} -->
<version>5.6.1</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.1-SNAPSHOT</version><!-- {x-version-update:spring-cloud-gcp:current} -->
<version>5.6.1</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.1-SNAPSHOT</version><!-- {x-version-update:spring-cloud-gcp:current} -->
<version>5.6.1</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.1-SNAPSHOT</version><!-- {x-version-update:spring-cloud-gcp:current} -->
<version>5.6.1</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.1-SNAPSHOT</version><!-- {x-version-update:spring-cloud-gcp:current} -->
<version>5.6.1</version><!-- {x-version-update:spring-cloud-gcp:current} -->
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit 576bbcd

Please sign in to comment.