-
Notifications
You must be signed in to change notification settings - Fork 348
Comparing changes
Open a pull request
base repository: GoogleCloudPlatform/spring-cloud-gcp
base: v7.2.0
head repository: GoogleCloudPlatform/spring-cloud-gcp
compare: v7.3.0
- 6 commits
- 265 files changed
- 5 contributors
Commits on Aug 20, 2025
-
chore(main): release 7.2.1-SNAPSHOT (#4090)
🤖 I have created a release *beep* *boop* --- ### Updating meta-information for bleeding-edge SNAPSHOT release. --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --------- Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 07c228c - Browse repository at this point
Copy the full SHA 07c228cView commit details
Commits on Aug 26, 2025
-
feat(parametermanager): add support for gcp parameter manager service (…
…#3699) Issue: [#3698](#3698) **Description** This pull request introduces a feature to the Spring Cloud GCP library, adding support for the parameter manager module. This enhancement enables the library to resolve the parameter presented in GCP Parameter Manager in the `application.properties` file and using the `@Value` annotation. It also expose the CRUD methods for the Parameter Manager. It will be implemented the same way as `secretmanager` is implemented. **Proposed Changes:** - Add the support of `parametermanager` module in the s`pring-cloud-gcp` which provides below functionality. - Inject parameter from Parameter Manager using `@Value` annotation with specified path i.e `pm@pm@global/my-param/v1` - Resolve the parameter from the Parameter Manager specified in the `application.properties` file - Expose the methods for `createParameter`, `enableParameterVersion`, `disableParameterVersion`, `deleteParameterVersion`, `getParameterString`, `deleteParameter`, `renderedParameterVersionString` - Add sample application which uses `parametermanager` to showcase the usecases - Add the documentation to reflect the new capabilities of `parametermanager` Refer to the [parametermanager.adoc](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/blob/2aecef8378274397ee667dd1a9fbcf72da43355d/docs/src/main/asciidoc/parametermanager.adoc) file for detailed documentation. Performed the below mentioned manual unit tests to validate the working of the global and regional parameter operations. * Create parameter with given location, parameterId, version and payload * Create parameter with given project, location, parameterId, version and payload * Create parameter with given location, parameterId, version and payload, format * Create parameter with given project, location, parameterId, version and payload, format * Create parameter with given location, parameterId, version and payload and invalid projectId (project on which user doesn't have access) * Enable parameter version with given location, parameterId and version * Enable parameter version with given project, location, parameterId and version * Disable parameter version with given location, parameterId and version * Disable parameter version with given project, location, parameterId and version * Delete parameter with location and parameterId * Delete parameter with project, location and parameterId * Delete parameter version with location, parameterId and version * Delete parameter version with project, location, parameterId and version * Check if parameter exist with location and parameterId * Check if parameter exist with project, location and parameterId * Check if parameter version exist with location, parameterId and version * Check if parameter version exist with project, location, parameterId and version * Read parameter with parameter Identifier * Render parameter with parameter Identifier * Inject with `@value` annotation * Read parameter with project, location, parameterId and version for other project using service account * Check parameter resolution mentioned in the `application.properties`. More information about parameter manager: https://cloud.google.com/secret-manager/parameter-manager/docs/overview
Configuration menu - View commit details
-
Copy full SHA for c0748f1 - Browse repository at this point
Copy the full SHA c0748f1View commit details
Commits on Aug 28, 2025
-
fix(deps): update gapic-generator-java-bom.version to v2.62.0 (#4099)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [com.google.api:gapic-generator-java](https://redirect.github.com/googleapis/sdk-platform-java) | `2.61.0` -> `2.62.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [com.google.api:gapic-generator-java-bom](https://redirect.github.com/googleapis/sdk-platform-java) | `2.61.0` -> `2.62.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>googleapis/sdk-platform-java (com.google.api:gapic-generator-java)</summary> ### [`v2.62.0`](https://redirect.github.com/googleapis/sdk-platform-java/blob/HEAD/CHANGELOG.md#2620-2025-08-19) [Compare Source](https://redirect.github.com/googleapis/sdk-platform-java/compare/v2.61.0...v2.62.0) ##### Features - Set sampledToLocalTracing flag to true for all gRPC MethodDescriptors ([#​3874](https://redirect.github.com/googleapis/sdk-platform-java/issues/3874)) ([592e899](https://redirect.github.com/googleapis/sdk-platform-java/commit/592e899c516288b0a60b69525ba12d6f29bc6200)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/GoogleCloudPlatform/spring-cloud-gcp). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi43IiwidXBkYXRlZEluVmVyIjoiNDEuODIuNyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
Configuration menu - View commit details
-
Copy full SHA for 8a91c2c - Browse repository at this point
Copy the full SHA 8a91c2cView commit details -
fix(deps): update dependency com.google.cloud:libraries-bom to v26.67…
….0 (#4104) This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [com.google.cloud:libraries-bom](https://cloud.google.com/java/docs/bom) ([source](https://redirect.github.com/googleapis/java-cloud-bom)) | `26.66.0` -> `26.67.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>googleapis/java-cloud-bom (com.google.cloud:libraries-bom)</summary> ### [`v26.67.0`](https://redirect.github.com/googleapis/java-cloud-bom/blob/HEAD/CHANGELOG.md#26670-2025-08-28) [Compare Source](https://redirect.github.com/googleapis/java-cloud-bom/compare/v26.66.0...v26.67.0) ##### Dependencies - update dependency com.google.cloud:first-party-dependencies to v3.52.0 ([#​7165](https://redirect.github.com/googleapis/java-cloud-bom/issues/7165)) ([da61960](https://redirect.github.com/googleapis/java-cloud-bom/commit/da619607960c09b48c9ad4889797230ae47744e9)) - update dependency com.google.cloud:gapic-libraries-bom to v1.67.0 ([#​7171](https://redirect.github.com/googleapis/java-cloud-bom/issues/7171)) ([57845be](https://redirect.github.com/googleapis/java-cloud-bom/commit/57845be3b8c8b84fd097bcd11b49b2fe74f6fb13)) - update dependency com.google.cloud:google-cloud-bigquery to v2.54.2 ([#​7178](https://redirect.github.com/googleapis/java-cloud-bom/issues/7178)) ([4493901](https://redirect.github.com/googleapis/java-cloud-bom/commit/449390107c85622da8c0c419bdbed0097cfb8a42)) - update dependency com.google.cloud:google-cloud-bigquerystorage-bom to v3.16.3 ([#​7175](https://redirect.github.com/googleapis/java-cloud-bom/issues/7175)) ([2ff000c](https://redirect.github.com/googleapis/java-cloud-bom/commit/2ff000c4e7737d725bdaa666f560a3b6a5ea2ae0)) - update dependency com.google.cloud:google-cloud-bigtable-bom to v2.65.1 ([#​7179](https://redirect.github.com/googleapis/java-cloud-bom/issues/7179)) ([d7c41c8](https://redirect.github.com/googleapis/java-cloud-bom/commit/d7c41c8242f4d32e6802fd1035cace0f4e3ddaa5)) - update dependency com.google.cloud:google-cloud-datastore-bom to v2.31.4 ([#​7166](https://redirect.github.com/googleapis/java-cloud-bom/issues/7166)) ([eae10f2](https://redirect.github.com/googleapis/java-cloud-bom/commit/eae10f2cca565c108d0065d3f5d083181563a8bb)) - update dependency com.google.cloud:google-cloud-firestore-bom to v3.32.2 ([#​7176](https://redirect.github.com/googleapis/java-cloud-bom/issues/7176)) ([530394e](https://redirect.github.com/googleapis/java-cloud-bom/commit/530394edd75c7906d5a2a987f543560daa89b3e1)) - update dependency com.google.cloud:google-cloud-logging-bom to v3.23.3 ([#​7167](https://redirect.github.com/googleapis/java-cloud-bom/issues/7167)) ([77f3de5](https://redirect.github.com/googleapis/java-cloud-bom/commit/77f3de56d55bd58afb95b08bd31b457dcf233102)) - update dependency com.google.cloud:google-cloud-logging-logback to v0.132.14-alpha ([#​7168](https://redirect.github.com/googleapis/java-cloud-bom/issues/7168)) ([8450c8d](https://redirect.github.com/googleapis/java-cloud-bom/commit/8450c8d38e073370dfb25de6ae2e2d5471a67f0a)) - update dependency com.google.cloud:google-cloud-nio to v0.128.3 ([#​7177](https://redirect.github.com/googleapis/java-cloud-bom/issues/7177)) ([4717586](https://redirect.github.com/googleapis/java-cloud-bom/commit/4717586faeaa679c50d0af4f80c58921cd2b6338)) - update dependency com.google.cloud:google-cloud-pubsub-bom to v1.141.3 ([#​7169](https://redirect.github.com/googleapis/java-cloud-bom/issues/7169)) ([cb947c9](https://redirect.github.com/googleapis/java-cloud-bom/commit/cb947c9b1f7d31553e4692c0acf503f7a3fe0e5f)) - update dependency com.google.cloud:google-cloud-pubsublite-bom to v1.15.14 ([#​7170](https://redirect.github.com/googleapis/java-cloud-bom/issues/7170)) ([14fc0f3](https://redirect.github.com/googleapis/java-cloud-bom/commit/14fc0f358a1e8f3651a7608c697bfa69a182c809)) - update dependency com.google.cloud:google-cloud-spanner-bom to v6.99.0 ([#​7180](https://redirect.github.com/googleapis/java-cloud-bom/issues/7180)) ([487b56d](https://redirect.github.com/googleapis/java-cloud-bom/commit/487b56df17a768f29df2fb63da4ac687769bcf81)) - update dependency com.google.cloud:google-cloud-spanner-jdbc to v2.32.2 ([#​7181](https://redirect.github.com/googleapis/java-cloud-bom/issues/7181)) ([d4193bf](https://redirect.github.com/googleapis/java-cloud-bom/commit/d4193bf206c813b57f9a50b38241c576eec764f7)) - update dependency com.google.cloud:google-cloud-storage-bom to v2.56.0 ([#​7172](https://redirect.github.com/googleapis/java-cloud-bom/issues/7172)) ([57c3dda](https://redirect.github.com/googleapis/java-cloud-bom/commit/57c3ddaf2d2d0281b2720f4d8286d81b411f9bdd)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/GoogleCloudPlatform/spring-cloud-gcp). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi43IiwidXBkYXRlZEluVmVyIjoiNDEuODIuNyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> --------- Co-authored-by: Cloud Java Bot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e8aec00 - Browse repository at this point
Copy the full SHA e8aec00View commit details -
chore: Add release please tag to version (#4108)
Error: ``` Error: 9:823 [ERROR] The project com.google.cloud:spring-cloud-gcp-starter-parametermanager:7.2.1-SNAPSHOT (/home/runner/work/spring-cloud-gcp/spring-cloud-gcp/spring-cloud-gcp-starters/spring-cloud-gcp-starter-parametermanager/pom.xml) has 1 error Error: 9:823 [ERROR] Non-resolvable parent POM for com.google.cloud:spring-cloud-gcp-starter-parametermanager:7.2.1-SNAPSHOT: The following artifacts could not be resolved: com.google.cloud:spring-cloud-gcp-starters:pom:7.2.1-SNAPSHOT (absent): Could not find artifact com.google.cloud:spring-cloud-gcp-starters:pom:7.2.1-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 5, column 13 -> [Help 2] ``` in 7.3.0 Release Please PR: #4095
Configuration menu - View commit details
-
Copy full SHA for 2ad0b67 - Browse repository at this point
Copy the full SHA 2ad0b67View commit details
Commits on Aug 29, 2025
-
chore(main): release 7.3.0 (#4095)
🤖 I have created a release *beep* *boop* --- ## [7.3.0](v7.2.0...v7.3.0) (2025-08-29) ### Features * **parametermanager:** add support for gcp parameter manager service ([#3699](#3699)) ([c0748f1](c0748f1)) ### Bug Fixes * **deps:** update dependency com.google.cloud:libraries-bom to v26.67.0 ([#4104](#4104)) ([e8aec00](e8aec00)) * **deps:** update gapic-generator-java-bom.version to v2.62.0 ([#4099](#4099)) ([8a91c2c](8a91c2c)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --------- Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5784c28 - Browse repository at this point
Copy the full SHA 5784c28View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v7.2.0...v7.3.0