diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fb50ce9f7..f9d6d9f8a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,21 @@ refer to the [commit history](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commits/main) on GitHub. +## [5.5.2](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/compare/v5.5.1...v5.5.2) (2024-08-22) + + +### Bug Fixes + +* CastClassException in PubSubDeadLetterTopicSampleAppIntegrationTest [#3139](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3139) ([#3145](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3145)) ([ae3626a](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/ae3626a34c350fc504f8065f2093cfb09865703f)) +* noSuchMethodError in BigQuerySampleApplicationIntegrationTests ([#3146](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3146)) ([a891693](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/a891693d59c481af23dc2ca44e6b16f200b197fb)) +* update compatibility statement for doc ([#3136](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3136)) ([f3591b8](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/f3591b8f72d711392d8ae927a282c51f7611f93f)) + + +### Documentation + +* adjust spring-cloud-gcp-core documentation auth guides. ([#3144](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3144)) ([20b3393](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/20b339380d4a069795f1656e9f68501c3dbef3dd)) +* Update README post releases ([#3137](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3137)) ([7733fe5](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/7733fe54158ea14af5e27952de0d3efcd0a79004)) + ## [5.5.1](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/compare/v5.5.0...v5.5.1) (2024-08-15) diff --git a/README.adoc b/README.adoc index e357a2375f..7fc4985bb9 100644 --- a/README.adoc +++ b/README.adoc @@ -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.5.1/reference/html/index.html[Spring Framework on Google Cloud 5.5.1 (Latest)] - https://googleapis.dev/java/spring-cloud-gcp/5.5.1/index.html[Javadocs 5.5.1] +* link:https://googlecloudplatform.github.io/spring-cloud-gcp/5.5.2/reference/html/index.html[Spring Framework on Google Cloud 5.5.1 (Latest)] - https://googleapis.dev/java/spring-cloud-gcp/5.5.1/index.html[Javadocs 5.5.1] // {x-version-update-end} * link:https://googlecloudplatform.github.io/spring-cloud-gcp/4.10.7/reference/html/index.html[Spring Framework on Google Cloud 4.10.7] - https://googleapis.dev/java/spring-cloud-gcp/4.10.7/index.html[Javadocs 4.10.7] * link:https://googlecloudplatform.github.io/spring-cloud-gcp/3.8.7/reference/html/index.html[Spring Framework on Google Cloud 3.8.7] - https://googleapis.dev/java/spring-cloud-gcp/3.8.7/index.html[Javadocs 3.8.7] @@ -104,7 +104,7 @@ This will allow you to not specify versions for any of the Maven dependencies an com.google.cloud spring-cloud-gcp-dependencies - 5.5.1 + 5.5.2 pom import diff --git a/spring-cloud-generator/scripts/resources/googleapis_modification_string.txt b/spring-cloud-generator/scripts/resources/googleapis_modification_string.txt index 40a8fed3ad..bf80839c74 100644 --- a/spring-cloud-generator/scripts/resources/googleapis_modification_string.txt +++ b/spring-cloud-generator/scripts/resources/googleapis_modification_string.txt @@ -1,4 +1,4 @@ -_spring_cloud_generator_version = "5.5.2-SNAPSHOT" # {x-version-update:spring-cloud-gcp:current} +_spring_cloud_generator_version = "5.5.2" # {x-version-update:spring-cloud-gcp:current} maven_install( artifacts = [ diff --git a/spring-cloud-previews/google-cloud-workstations-spring-starter/pom.xml b/spring-cloud-previews/google-cloud-workstations-spring-starter/pom.xml index 3b33839e23..27d7f2a73f 100644 --- a/spring-cloud-previews/google-cloud-workstations-spring-starter/pom.xml +++ b/spring-cloud-previews/google-cloud-workstations-spring-starter/pom.xml @@ -6,7 +6,7 @@ com.google.cloud spring-cloud-gcp-starters - 5.5.2-SNAPSHOT + 5.5.2 ../../spring-cloud-gcp-starters/pom.xml google-cloud-workstations-spring-starter diff --git a/spring-cloud-previews/google-iam-admin-spring-starter/pom.xml b/spring-cloud-previews/google-iam-admin-spring-starter/pom.xml index 85c312b229..3236fc6c6c 100644 --- a/spring-cloud-previews/google-iam-admin-spring-starter/pom.xml +++ b/spring-cloud-previews/google-iam-admin-spring-starter/pom.xml @@ -6,7 +6,7 @@ com.google.cloud spring-cloud-gcp-starters - 5.5.2-SNAPSHOT + 5.5.2 ../../spring-cloud-gcp-starters/pom.xml google-iam-admin-spring-starter diff --git a/spring-cloud-previews/google-iam-policy-spring-starter/pom.xml b/spring-cloud-previews/google-iam-policy-spring-starter/pom.xml index 48faf803aa..17b7e456b2 100644 --- a/spring-cloud-previews/google-iam-policy-spring-starter/pom.xml +++ b/spring-cloud-previews/google-iam-policy-spring-starter/pom.xml @@ -6,7 +6,7 @@ com.google.cloud spring-cloud-gcp-starters - 5.5.2-SNAPSHOT + 5.5.2 ../../spring-cloud-gcp-starters/pom.xml google-iam-policy-spring-starter diff --git a/spring-cloud-previews/google-identity-accesscontextmanager-spring-starter/pom.xml b/spring-cloud-previews/google-identity-accesscontextmanager-spring-starter/pom.xml index 7207df8a63..6f22c739e4 100644 --- a/spring-cloud-previews/google-identity-accesscontextmanager-spring-starter/pom.xml +++ b/spring-cloud-previews/google-identity-accesscontextmanager-spring-starter/pom.xml @@ -6,7 +6,7 @@ com.google.cloud spring-cloud-gcp-starters - 5.5.2-SNAPSHOT + 5.5.2 ../../spring-cloud-gcp-starters/pom.xml google-identity-accesscontextmanager-spring-starter diff --git a/spring-cloud-previews/pom.xml b/spring-cloud-previews/pom.xml index 482bb5b9c9..b5deee713b 100644 --- a/spring-cloud-previews/pom.xml +++ b/spring-cloud-previews/pom.xml @@ -5,7 +5,7 @@ spring-cloud-gcp com.google.cloud - 5.5.2-SNAPSHOT + 5.5.2 4.0.0 diff --git a/spring-cloud-spanner-spring-data-r2dbc/pom.xml b/spring-cloud-spanner-spring-data-r2dbc/pom.xml index f9e4fe9001..1c099c3665 100644 --- a/spring-cloud-spanner-spring-data-r2dbc/pom.xml +++ b/spring-cloud-spanner-spring-data-r2dbc/pom.xml @@ -5,7 +5,7 @@ spring-cloud-gcp com.google.cloud - 5.5.2-SNAPSHOT + 5.5.2 4.0.0