build(deps): bump the aws-sdk group with 5 updates#901
build(deps): bump the aws-sdk group with 5 updates#901github-actions[bot] merged 1 commit intomainfrom
Conversation
Bumps the aws-sdk group with 5 updates: | Package | From | To | | --- | --- | --- | | [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) | `1.41.1` | `1.41.2` | | [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.32.9` | `1.32.10` | | [github.com/aws/aws-sdk-go-v2/credentials](https://github.com/aws/aws-sdk-go-v2) | `1.19.9` | `1.19.10` | | [github.com/aws/aws-sdk-go-v2/service/sts](https://github.com/aws/aws-sdk-go-v2) | `1.41.6` | `1.41.7` | | [github.com/aws/aws-sdk-go-v2/service/ssm](https://github.com/aws/aws-sdk-go-v2) | `1.68.0` | `1.68.1` | Updates `github.com/aws/aws-sdk-go-v2` from 1.41.1 to 1.41.2 - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases) - [Commits](aws/aws-sdk-go-v2@v1.41.1...v1.41.2) Updates `github.com/aws/aws-sdk-go-v2/config` from 1.32.9 to 1.32.10 - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases) - [Commits](aws/aws-sdk-go-v2@config/v1.32.9...config/v1.32.10) Updates `github.com/aws/aws-sdk-go-v2/credentials` from 1.19.9 to 1.19.10 - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases) - [Commits](aws/aws-sdk-go-v2@service/m2/v1.19.9...service/iam/v1.19.10) Updates `github.com/aws/aws-sdk-go-v2/service/sts` from 1.41.6 to 1.41.7 - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases) - [Commits](aws/aws-sdk-go-v2@service/sts/v1.41.6...service/sts/v1.41.7) Updates `github.com/aws/aws-sdk-go-v2/service/ssm` from 1.68.0 to 1.68.1 - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases) - [Commits](aws/aws-sdk-go-v2@service/s3/v1.68.0...service/ecs/v1.68.1) --- updated-dependencies: - dependency-name: github.com/aws/aws-sdk-go-v2 dependency-version: 1.41.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: aws-sdk - dependency-name: github.com/aws/aws-sdk-go-v2/config dependency-version: 1.32.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: aws-sdk - dependency-name: github.com/aws/aws-sdk-go-v2/credentials dependency-version: 1.19.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: aws-sdk - dependency-name: github.com/aws/aws-sdk-go-v2/service/sts dependency-version: 1.41.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: aws-sdk - dependency-name: github.com/aws/aws-sdk-go-v2/service/ssm dependency-version: 1.68.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: aws-sdk ... Signed-off-by: dependabot[bot] <support@github.com>
WalkthroughUpdates AWS SDK for Go v2 modules and related dependencies to newer patch versions in the go.mod file. Multiple core SDK packages and service modules are bumped, along with transitive dependencies. No public API changes are introduced. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
Hi @dependabot[bot]. Thanks for your PR. I'm waiting for a openshift member to verify that this patch is reasonable to test. If it is, they should reply with 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. |
|
[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 |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 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 43: The go.mod shows transitive AWS SDK v2 version skew caused by
github.com/openshift-online/ocm-common@v0.0.29 pulling older aws-sdk modules
(e.g., config, credentials, feature/ec2/imds, internal/configsources,
internal/endpoints/v2, service/sso, service/ssooidc, service/sts, smithy-go);
update the dependency graph by either bumping
github.com/openshift-online/ocm-common to a release that depends on the newer
AWS SDK v2, or add explicit require/replace directives in go.mod to pin the AWS
SDK modules (e.g., github.com/aws/aws-sdk-go-v2/config, credentials,
feature/ec2/imds, internal/configsources, internal/endpoints/v2, service/sso,
service/ssooidc, service/sts, github.com/aws/smithy-go) to the desired newer
versions so the transitive versions are coherent and then run go mod tidy to
verify.
ℹ️ Review info
Configuration used: Repository: openshift/coderabbit/.coderabbit.yaml
Review profile: CHILL
Plan: Pro
Cache: Disabled due to data retention organization setting
Knowledge base: Disabled due to data retention organization setting
⛔ Files ignored due to path filters (1)
go.sumis excluded by!**/*.sum
📒 Files selected for processing (1)
go.mod
| require ( | ||
| github.com/Masterminds/semver/v3 v3.4.0 // indirect | ||
| github.com/aws/aws-sdk-go-v2/service/signin v1.0.5 // indirect | ||
| github.com/aws/aws-sdk-go-v2/service/signin v1.0.6 // indirect |
There was a problem hiding this comment.
🧩 Analysis chain
🏁 Script executed:
# First, locate and read the go.mod file
git ls-files | grep -E '^go\.mod$'Repository: openshift/backplane-cli
Length of output: 73
🏁 Script executed:
# Read the go.mod file to see the dependency block around lines 43 and 66-75
cat -n go.mod | sed -n '40,80p'Repository: openshift/backplane-cli
Length of output: 2483
🏁 Script executed:
# Run the suggested dependency graph verification
# Check for multiple versions of AWS SDK v2 and smithy-go modules
go mod graph 2>/dev/null | grep -E 'github.com/aws/aws-sdk-go-v2|github.com/aws/smithy-go' | sort -u | head -100Repository: openshift/backplane-cli
Length of output: 9347
Version mismatch detected in AWS SDK v2 transitive dependencies.
The dependency graph reveals that github.com/openshift-online/ocm-common@v0.0.29 pulls in significantly older AWS SDK v2 modules, creating version conflicts:
config@v1.27.9vs.v1.32.10credentials@v1.17.9vs.v1.19.10feature/ec2/imds@v1.16.0vs.v1.18.18internal/configsources@v1.3.15vs.v1.4.18internal/endpoints/v2@v2.6.15vs.v2.7.18service/sso@v1.20.3vs.v1.30.11service/ssooidc@v1.23.3vs.v1.35.15service/sts@v1.28.5vs.v1.41.7smithy-go@v1.20.3vs.v1.24.1
While Go module resolution will use the newer versions, this indicates the transitive dependencies are not coherent. Consider updating ocm-common to a version compatible with the current AWS SDK v2 ecosystem, or explicitly constrain conflicting versions.
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.
In `@go.mod` at line 43, The go.mod shows transitive AWS SDK v2 version skew
caused by github.com/openshift-online/ocm-common@v0.0.29 pulling older aws-sdk
modules (e.g., config, credentials, feature/ec2/imds, internal/configsources,
internal/endpoints/v2, service/sso, service/ssooidc, service/sts, smithy-go);
update the dependency graph by either bumping
github.com/openshift-online/ocm-common to a release that depends on the newer
AWS SDK v2, or add explicit require/replace directives in go.mod to pin the AWS
SDK modules (e.g., github.com/aws/aws-sdk-go-v2/config, credentials,
feature/ec2/imds, internal/configsources, internal/endpoints/v2, service/sso,
service/ssooidc, service/sts, github.com/aws/smithy-go) to the desired newer
versions so the transitive versions are coherent and then run go mod tidy to
verify.
|
@dependabot[bot]: all tests passed! Full PR test history. Your PR dashboard. 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. I understand the commands that are listed here. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #901 +/- ##
=======================================
Coverage 53.01% 53.01%
=======================================
Files 86 86
Lines 6538 6538
=======================================
Hits 3466 3466
Misses 2610 2610
Partials 462 462 🚀 New features to boost your workflow:
|
Bumps the aws-sdk group with 5 updates:
1.41.11.41.21.32.91.32.101.19.91.19.101.41.61.41.71.68.01.68.1Updates
github.com/aws/aws-sdk-go-v2from 1.41.1 to 1.41.2Commits
238dde7Release 2026-02-233a957b9Regenerated Clients2972c7dUpdate endpoints modelaa03794Update API model7712be7Feature add new eventstream implementation to support bedrockruntime#InvokeMo...da36a98Release 2026-02-209d7b59cRegenerated Clientse75eb3fUpdate endpoints model2c987cdUpdate API model766b176parameterize generate-dev (#3329)Updates
github.com/aws/aws-sdk-go-v2/configfrom 1.32.9 to 1.32.10Commits
238dde7Release 2026-02-233a957b9Regenerated Clients2972c7dUpdate endpoints modelaa03794Update API model7712be7Feature add new eventstream implementation to support bedrockruntime#InvokeMo...da36a98Release 2026-02-209d7b59cRegenerated Clientse75eb3fUpdate endpoints model2c987cdUpdate API model766b176parameterize generate-dev (#3329)Updates
github.com/aws/aws-sdk-go-v2/credentialsfrom 1.19.9 to 1.19.10Commits
fcc0f5dRelease 2023-04-10cd750e0Regenerated Clients1bc2f05Update endpoints modelb964f5cUpdate API modelfd69015fix APIGW exports nullability exceptionsfae239aMerge pull request #2089 from aws/auditAccessibilityacf33a2Update aws-sdk-go-v2's comment codegened from Smithy Go's updated document sm...27360c1fix APIGW exports nullability exceptions30383d5Release 2023-04-07352f89cRegenerated ClientsUpdates
github.com/aws/aws-sdk-go-v2/service/stsfrom 1.41.6 to 1.41.7Commits
238dde7Release 2026-02-233a957b9Regenerated Clients2972c7dUpdate endpoints modelaa03794Update API model7712be7Feature add new eventstream implementation to support bedrockruntime#InvokeMo...da36a98Release 2026-02-209d7b59cRegenerated Clientse75eb3fUpdate endpoints model2c987cdUpdate API model766b176parameterize generate-dev (#3329)Updates
github.com/aws/aws-sdk-go-v2/service/ssmfrom 1.68.0 to 1.68.1Commits
466d9d5Release 2025-11-19.2ca4b05eRegenerated Clientsd780944add logincreds provider (#3230)115ff14Release 2025-11-19964750dRegenerated Clients5b181c4Update API model1e2c145Release 2025-11-18163dcfeRegenerated Clients38b8afeUpdate endpoints model0252675Update API modelDependabot 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 conditionsSummary by CodeRabbit