build(deps): bump the provider-go-minor-patch group with 4 updates - #450
build(deps): bump the provider-go-minor-patch group with 4 updates#450dependabot[bot] wants to merge 2 commits into
Conversation
Bumps the provider-go-minor-patch group with 4 updates: [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2), [github.com/aws/aws-sdk-go-v2/credentials](https://github.com/aws/aws-sdk-go-v2), [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2) and [golang.org/x/sys](https://github.com/golang/sys). Updates `github.com/aws/aws-sdk-go-v2` from 1.45.1 to 1.46.0 - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases) - [Commits](aws/aws-sdk-go-v2@v1.45.1...v1.46.0) Updates `github.com/aws/aws-sdk-go-v2/credentials` from 1.20.2 to 1.20.3 - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases) - [Commits](aws/aws-sdk-go-v2@v1.20.2...v1.20.3) Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.110.0 to 1.111.0 - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases) - [Commits](aws/aws-sdk-go-v2@service/s3/v1.110.0...service/s3/v1.111.0) Updates `golang.org/x/sys` from 0.47.0 to 0.48.0 - [Commits](golang/sys@v0.47.0...v0.48.0) --- updated-dependencies: - dependency-name: github.com/aws/aws-sdk-go-v2 dependency-version: 1.46.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: provider-go-minor-patch - dependency-name: github.com/aws/aws-sdk-go-v2/credentials dependency-version: 1.20.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: provider-go-minor-patch - dependency-name: github.com/aws/aws-sdk-go-v2/service/s3 dependency-version: 1.111.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: provider-go-minor-patch - dependency-name: golang.org/x/sys dependency-version: 0.48.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: provider-go-minor-patch ... Signed-off-by: dependabot[bot] <support@github.com>
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
The group bump moved golang.org/x/sys to 0.48.0 in the root module. internal/incusplacement/starlarkexec requires the root module, so its own go.mod still asked for 0.47.0, and starlarkexec_hook_test.go — which shells `go test` and `go vet` into that directory — got "updates to go.mod needed" and failed Race, Static and build, and Test. Tidied with GOTOOLCHAIN=go1.26.7, the version both go.mod files declare; this workstation manages only 1.26.5, so a plain `go mod tidy` here is refused. TestStarlarkExecutionHarness passes against the tidied module. #448 adds this directory to dependabot so the two stay in step from now on. Claude-Session: https://claude.ai/code/session_01CKXKXND4zAgWisTtatyTHX
|
Three of the four failures are fixed by the commit I pushed to this branch: the nested
The check resolves the published provider release's The consequence is structural: any Dependabot bump that touches the root |
Bumps the provider-go-minor-patch group with 4 updates: github.com/aws/aws-sdk-go-v2, github.com/aws/aws-sdk-go-v2/credentials, github.com/aws/aws-sdk-go-v2/service/s3 and golang.org/x/sys.
Updates
github.com/aws/aws-sdk-go-v2from 1.45.1 to 1.46.0Commits
afdc89fRelease 2026-09-045875f61Regenerated Clients9d20eaaUpdate API model08c63d9Remove span retry loop middleware (#3543)99b223dRelease 2026-09-032d2fdf6Regenerated Clients093c165Update API model5b4cd6fRelease 2026-09-029e02039Regenerated Clientsb785dd9Update API modelUpdates
github.com/aws/aws-sdk-go-v2/credentialsfrom 1.20.2 to 1.20.3Commits
396f97aRelease 2023-08-1808ab454Regenerated Clientsb50999bUpdate SDK's smithy-go dependency to v1.14.2d05e372Update endpoints model26ccae9Update API model5d3382bMerge pull request #2243 from aws/feat-protocol-test-2f58ddaeupdate time to ancient (#2133)37347b1use GITHUB_HEAD_REFd5f2d71print the branchd0122b9Merge branch 'main' into feat-protocol-test-2Updates
github.com/aws/aws-sdk-go-v2/service/s3from 1.110.0 to 1.111.0Commits
afdc89fRelease 2026-09-045875f61Regenerated Clients9d20eaaUpdate API model08c63d9Remove span retry loop middleware (#3543)99b223dRelease 2026-09-032d2fdf6Regenerated Clients093c165Update API model5b4cd6fRelease 2026-09-029e02039Regenerated Clientsb785dd9Update API modelUpdates
golang.org/x/sysfrom 0.47.0 to 0.48.0Commits
613e257cpu: add riscv64 hwprobe drift test6f7b10funix: add MLOCK_ONFAULT constant663e7c8cpu: add basic support for GOARCH=sparc64de5f12fcpu: add ppc64le POWER10 detection80e8acfunix: run go fix1e3c182unix: add IPMI interfaced429e20unix: stop generating sparc termbits from the generic headerbd3bddfunix: add missing HWTSTAMP_* constantse812f53windows: add SO_SNDTIMEO constant for socket optionsf6989c5unix: align Ifreq so its union accessors cannot faultDependabot 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