build(deps): bump the google group across 2 directories with 7 updates - #7366
Open
dependabot[bot] wants to merge 1 commit into
Open
build(deps): bump the google group across 2 directories with 7 updates#7366dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the google group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [cloud.google.com/go/firestore](https://github.com/googleapis/google-cloud-go) | `1.22.0` | `1.25.0` | | [cloud.google.com/go/profiler](https://github.com/googleapis/google-cloud-go) | `0.3.1` | `0.6.0` | | [cloud.google.com/go/secretmanager](https://github.com/googleapis/google-cloud-go) | `1.20.0` | `1.21.0` | | [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) | `1.65.0` | `1.67.0` | | [google.golang.org/api](https://github.com/googleapis/google-api-go-client) | `0.287.1` | `0.297.0` | Bumps the google group with 1 update in the /pkg/plugin/sdk directory: [google.golang.org/grpc](https://github.com/grpc/grpc-go). Updates `cloud.google.com/go/firestore` from 1.22.0 to 1.25.0 - [Release notes](https://github.com/googleapis/google-cloud-go/releases) - [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/documentai/CHANGES.md) - [Commits](googleapis/google-cloud-go@dlp/v1.22.0...kms/v1.25.0) Updates `cloud.google.com/go/profiler` from 0.3.1 to 0.6.0 - [Release notes](https://github.com/googleapis/google-cloud-go/releases) - [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md) - [Commits](googleapis/google-cloud-go@ai/v0.3.1...v0.6.0) Updates `cloud.google.com/go/secretmanager` from 1.20.0 to 1.21.0 - [Release notes](https://github.com/googleapis/google-cloud-go/releases) - [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/documentai/CHANGES.md) - [Commits](googleapis/google-cloud-go@kms/v1.20.0...run/v1.21.0) Updates `cloud.google.com/go/storage` from 1.65.0 to 1.67.0 - [Release notes](https://github.com/googleapis/google-cloud-go/releases) - [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md) - [Commits](googleapis/google-cloud-go@compute/v1.65.0...compute/v1.67.0) Updates `google.golang.org/api` from 0.287.1 to 0.297.0 - [Release notes](https://github.com/googleapis/google-api-go-client/releases) - [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md) - [Commits](googleapis/google-api-go-client@v0.287.1...v0.297.0) Updates `google.golang.org/grpc` from 1.82.1 to 1.83.2 - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.83.1...v1.83.2) Updates `google.golang.org/protobuf` from 1.36.11 to 1.36.12 Updates `google.golang.org/grpc` from 1.83.1 to 1.83.2 - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.83.1...v1.83.2) --- updated-dependencies: - dependency-name: cloud.google.com/go/firestore dependency-version: 1.25.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: google - dependency-name: cloud.google.com/go/profiler dependency-version: 0.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: google - dependency-name: cloud.google.com/go/secretmanager dependency-version: 1.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: google - dependency-name: cloud.google.com/go/storage dependency-version: 1.67.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: google - dependency-name: google.golang.org/api dependency-version: 0.297.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: google - dependency-name: google.golang.org/grpc dependency-version: 1.83.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: google - dependency-name: google.golang.org/protobuf dependency-version: 1.36.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: google - dependency-name: google.golang.org/grpc dependency-version: 1.83.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: google ... Signed-off-by: dependabot[bot] <support@github.com>
This was referenced Sep 10, 2026
✅ Deploy Preview for pipecd-site canceled.
|
mohammedfirdouss
enabled auto-merge (squash)
September 10, 2026 13:47
Contributor
There was a problem hiding this comment.
🟡 Changes recommended
The root module now depends on a prerelease (github.com/golang/mock v1.7.0-rc.1), which should be replaced with a stable tag (or explicitly justified) before merging.
Once you've addressed the issues Copilot identified, you can request another Copilot review.
Pull request overview
This PR updates Google-related Go dependencies across the root module, the plugin SDK, several pipedv1 plugins, and an internal GitHub Action tool to keep the project aligned with newer Google Cloud / gRPC / protobuf releases.
Changes:
- Bump root module Google Cloud clients (Firestore/Profiler/Secret Manager/Storage) and Google API + gRPC/protobuf versions.
- Refresh transitive dependency versions in
pkg/plugin/sdkand multiplepkg/app/pipedv1/plugin/*Go modules (go.mod/go.sum). - Update the
tool/actions-plan-previewmodule’s protobuf dependency and sums.
File summaries
| File | Description |
|---|---|
| go.mod | Bumps root module Google Cloud / Google API / gRPC / protobuf versions and associated direct deps. |
| tool/actions-plan-preview/go.mod | Updates protobuf requirement for the plan-preview action module. |
| tool/actions-plan-preview/go.sum | Updates sums for the plan-preview action module after dependency changes. |
| pkg/plugin/sdk/go.mod | Bumps gRPC and refreshes indirect Google-related deps for the plugin SDK module. |
| pkg/plugin/sdk/go.sum | Updates sums for the plugin SDK module after dependency changes. |
| pkg/app/pipedv1/plugin/waitapproval/go.mod | Refreshes indirect Google-related dependencies for the waitapproval plugin module. |
| pkg/app/pipedv1/plugin/wait/go.mod | Refreshes indirect Google-related dependencies for the wait plugin module. |
| pkg/app/pipedv1/plugin/terraform/go.mod | Refreshes indirect Google-related dependencies for the terraform plugin module. |
| pkg/app/pipedv1/plugin/terraform/go.sum | Updates sums for the terraform plugin module after dependency changes. |
| pkg/app/pipedv1/plugin/scriptrun/go.mod | Refreshes indirect Google-related dependencies for the scriptrun plugin module. |
| pkg/app/pipedv1/plugin/kubernetes/go.mod | Refreshes indirect Google-related dependencies for the kubernetes plugin module. |
| pkg/app/pipedv1/plugin/kubernetes/go.sum | Updates sums for the kubernetes plugin module after dependency changes. |
| pkg/app/pipedv1/plugin/kubernetes_multicluster/go.mod | Refreshes indirect Google-related dependencies for the kubernetes_multicluster plugin module. |
| pkg/app/pipedv1/plugin/kubernetes_multicluster/go.sum | Updates sums for the kubernetes_multicluster plugin module after dependency changes. |
| pkg/app/pipedv1/plugin/ecs/go.mod | Refreshes indirect Google-related dependencies for the ecs plugin module (and updates x/sync). |
| pkg/app/pipedv1/plugin/cloudrun/go.mod | Refreshes indirect Google-related dependencies for the cloudrun plugin module. |
| pkg/app/pipedv1/plugin/cloudrun/go.sum | Updates sums for the cloudrun plugin module after dependency changes. |
| pkg/app/pipedv1/plugin/analysis/go.mod | Refreshes indirect Google-related dependencies for the analysis plugin module. |
| pkg/app/pipedv1/plugin/analysis/go.sum | Updates sums for the analysis plugin module after dependency changes. |
Review details
- Files reviewed: 12/24 changed files
- Comments generated: 1
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| github.com/goccy/go-yaml v1.9.8 | ||
| github.com/golang-jwt/jwt/v5 v5.2.2 | ||
| github.com/golang/mock v1.6.0 | ||
| github.com/golang/mock v1.7.0-rc.1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the google group with 5 updates in the / directory:
1.22.01.25.00.3.10.6.01.20.01.21.01.65.01.67.00.287.10.297.0Bumps the google group with 1 update in the /pkg/plugin/sdk directory: google.golang.org/grpc.
Updates
cloud.google.com/go/firestorefrom 1.22.0 to 1.25.0Release notes
Sourced from cloud.google.com/go/firestore's releases.
Changelog
Sourced from cloud.google.com/go/firestore's changelog.
... (truncated)
Commits
1b34244chore: librarian release pull request: 20260122T080909Z (#13657)e31373echore: tidy snippets (#13655)2103cc6chore: librarian release pull request: 20260121T212954Z (#13654)8ddeca5chore: librarian generate pull request: 20260121T080645Z (#13650)a80159achore(all): update deps (major) (#13644)e6111d4chore: disable major version upgrade of pubsub (#13648)8e33ea0chore(all): update opentelemetry-go monorepo to v1.39.0 (#13643)3876978fix(auth): add InternalOptions.TelemetryAttributes for internal client use (#...736b758chore: update spanner test module (#13639)4fecc87chore(all): update module golang.org/x/crypto to v0.45.0 [SECURITY] (#13640)Updates
cloud.google.com/go/profilerfrom 0.3.1 to 0.6.0Release notes
Sourced from cloud.google.com/go/profiler's releases.
Changelog
Sourced from cloud.google.com/go/profiler's changelog.
... (truncated)
Commits
c116c79bigquery: cache schema inferencedd37f36bigquery: check for recursive types during schema inference0c87a68bigquery,logging,storage,datastore: mention beta status in doc comment1e032f3datastore: implement structCodec using internal/fieldsee72afcREADME: change "experimental" to "alpha"9d965e6README: update status of select clients3d66f77fields: factor out fast cache to separate package.e80926dbigquery: support uploading structs directly5bfd313internal/fields: adds func for validating structc9f70e2bigquery: support struct field tagsUpdates
cloud.google.com/go/secretmanagerfrom 1.20.0 to 1.21.0Release notes
Sourced from cloud.google.com/go/secretmanager's releases.
Changelog
Sourced from cloud.google.com/go/secretmanager's changelog.
Commits
94d24cachore: librarian release pull request: 20260507T184113Z (#14549)541569edocs: update README to reflect Gemini Enterprise Agent Platform237533aMerge pull request #14545 from googleapis:release-agentplatform-0.20.0d70876achore: release agentplatform@v0.20.032a256ffeat(agentplatform): Add structured data and memory type to Memory.37572e3chore: update librarian to use new config command (#14540)d6d7382chore(agentplatform): update depsfd34e97feat(geminidataanlytics): generate v1 client (#14542)07fe29bfeat: update API sources and regenerate (#14537)6b9f6c7feat(memorystore): enable gRPC transport (#14532)Updates
cloud.google.com/go/storagefrom 1.65.0 to 1.67.0Release notes
Sourced from cloud.google.com/go/storage's releases.
Commits
1831f9dchore: release main (#20428)7801736chore(main): release pubsub 2.7.0 (#20429)eb07af9feat: update API sources and regenerate (#20427)3ab7d13chore(main): release storage 1.65.1 (#20420)25e6d40chore: update librarian to v0.39.0 (#20423)0d8983dchore(agentplatform): Remove the tools submodule from AgentPlatform.08d06c0fix(internal/kokoro): skip testing modules with no Go source files (#20419)081d506BREAKING_CHANGE(agentplatform): Migrate Memory Bank methods to `client.memory...574d42dchore(storage): remove redundant internal OTEL attributes (#20421)dbb5f6ffix(storage): enforce gRPC writer chunk retry deadlines by tying timers to se...Updates
google.golang.org/apifrom 0.287.1 to 0.297.0Release notes
Sourced from google.golang.org/api's releases.
... (truncated)
Changelog
Sourced from google.golang.org/api's changelog.
... (truncated)
Commits
dfa9e13chore(main): release 0.297.0 (#3725)7770e01feat: move to go1.26.0 as the lowest supported go version (#3724)f03a404chore(main): release 0.296.0 (#3719)bfa0beffeat(all): auto-regenerate discovery clients (#3722)3264fb2feat(all): auto-regenerate discovery clients (#3720)6d6e873feat(all): auto-regenerate discovery clients (#3718)df69652chore(main): release 0.295.0 (#3716)9e79798feat(all): auto-regenerate discovery clients (#3717)ddc3759feat(all): auto-regenerate discovery clients (#3715)fbba882chore(main): release 0.294.0 (#3699)Updates
google.golang.org/grpcfrom 1.82.1 to 1.83.2Release notes
Sourced from google.golang.org/grpc's releases.
Commits
030ee8bUpdate version to 1.83.2 (#9375)8668b69cherry-pick #9365 to v1.83.x (#9366)a3e952dcherry-pick #9346 to v1.83.x and update x/net dependency (#9369)58f8fd9Change version to 1.83.2-dev (#9337)Updates
google.golang.org/protobuffrom 1.36.11 to 1.36.12Updates
google.golang.org/grpcfrom 1.83.1 to 1.83.2Release notes
Sourced from google.golang.org/grpc's releases.
Commits
030ee8bUpdate version to 1.83.2 (#9375)8668b69cherry-pick #9365 to v1.83.x (#9366)a3e952dcherry-pick #9346 to v1.83.x and update x/net dependency (#9369)58f8fd9Change version to 1.83.2-dev (#9337)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions