Build(deps): Bump cloud.google.com/go/iam from 1.5.3 to 1.8.0#1091
Build(deps): Bump cloud.google.com/go/iam from 1.5.3 to 1.8.0#1091dependabot[bot] wants to merge 1 commit into
Conversation
Walkthroughgo.mod updated: Go directive set to 1.25.0 (from 1.24.13) and multiple direct and indirect dependency version constraints refreshed across Google Cloud, OpenTelemetry, and related golang.org/google.golang.org modules. No exported APIs or control flow changes. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes 🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: dependabot[bot] The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Hi @dependabot[bot]. Thanks for your PR. I'm waiting for a openshift-online member to verify that this patch is reasonable to test. If it is, they should reply with Regular contributors should join the org to skip this step. Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
There was a problem hiding this comment.
Actionable comments posted: 2
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@go.mod`:
- Line 137: Update the indirect dependency declaration for
go.opentelemetry.io/otel/sdk (currently "go.opentelemetry.io/otel/sdk v1.42.0 //
indirect") to v1.43.0 to address the PATH hijacking vulnerability; modify the
go.mod entry accordingly and then run the Go module update (e.g., upgrade via go
get or replace the version and run go mod tidy) to ensure go.sum is updated and
the new version is vendor-resolved across the build.
- Line 6: The go.mod currently references a non-existent version for the IAM
package; replace the invalid module version for cloud.google.com/go/iam with a
valid released version (e.g., v1.1.8) in go.mod so dependency resolution
succeeds; update the import line for cloud.google.com/go/iam to use v1.1.8 (or
another official tag) and run go mod tidy to verify the change.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: e91bef03-ffa6-4d4b-bbca-1b01ab138464
⛔ Files ignored due to path filters (1)
go.sumis excluded by!**/*.sum
📒 Files selected for processing (1)
go.mod
Bumps [cloud.google.com/go/iam](https://github.com/googleapis/google-cloud-go) from 1.5.3 to 1.8.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@iam/v1.5.3...iap/v1.8.0) --- updated-dependencies: - dependency-name: cloud.google.com/go/iam dependency-version: 1.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
c0c4aba to
793affc
Compare
|
Superseded by #1095. |
Bumps cloud.google.com/go/iam from 1.5.3 to 1.8.0.
Release notes
Sourced from cloud.google.com/go/iam's releases.
Changelog
Sourced from cloud.google.com/go/iam's changelog.
... (truncated)
Commits
7a0f6d1chore: release main (#7972)c5a2ab9chore(internal/actions): have changefinder respect v2 mods (#8014)23cf597chore(internal/postprocessor): ensure new modules are added to workspace (#8013)71b1326chore: update missed dep bumps (#8012)b340d03chore: update all direct dependencies (#8007)ebae64dfeat(datacatalog): add support for entries associated with Spanner and ClougB...100d7cfchore: bump post-processor rev (#8006)848765cchore: fix new module bug (#8005)171c1e6chore(all): update dependency requests to v2.31.0 [SECURITY] (#8001)e50c53cchore(main): Added kokoro release job (#7788)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 this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)