Skip to content

build(deps): bump the provider-go-minor-patch group with 4 updates - #450

Open
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/go_modules/provider-go-minor-patch-54a336227b
Open

build(deps): bump the provider-go-minor-patch group with 4 updates#450
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/go_modules/provider-go-minor-patch-54a336227b

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 10, 2026

Copy link
Copy Markdown
Contributor

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-v2 from 1.45.1 to 1.46.0

Commits

Updates github.com/aws/aws-sdk-go-v2/credentials from 1.20.2 to 1.20.3

Commits

Updates github.com/aws/aws-sdk-go-v2/service/s3 from 1.110.0 to 1.111.0

Commits

Updates golang.org/x/sys from 0.47.0 to 0.48.0

Commits
  • 613e257 cpu: add riscv64 hwprobe drift test
  • 6f7b10f unix: add MLOCK_ONFAULT constant
  • 663e7c8 cpu: add basic support for GOARCH=sparc64
  • de5f12f cpu: add ppc64le POWER10 detection
  • 80e8acf unix: run go fix
  • 1e3c182 unix: add IPMI interface
  • d429e20 unix: stop generating sparc termbits from the generic header
  • bd3bddf unix: add missing HWTSTAMP_* constants
  • e812f53 windows: add SO_SNDTIMEO constant for socket options
  • f6989c5 unix: align Ifreq so its union accessors cannot fault
  • Additional commits viewable in compare view

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

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>
@dependabot @github

dependabot Bot commented on behalf of github Sep 10, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

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
@rldyourmnd

Copy link
Copy Markdown
Contributor

Three of the four failures are fixed by the commit I pushed to this branch: the nested internal/incusplacement/starlarkexec module needed go mod tidy for golang.org/x/sys 0.48.0, and Race, Static and build and Test now pass. #448 adds that directory to Dependabot so the two stay in step from here.

Reproducible provider derivative is not mine to fix on this branch, and was already failing before I touched it (runs 34537877538 and 34539957180 both list it).

The check resolves the published provider release's source_commit and refuses if go.mod, go.sum or any file in the provider's compiled package set changed between that commit and HEAD. That is deliberate — the released provider binary was built from source_commit, so a moved go.mod means the artifact no longer corresponds to this tree.

The consequence is structural: any Dependabot bump that touches the root go.mod is unmergeable until a new provider derivative release is cut from the bumped commit. That is an owner-gated release operation, not something this pull request can satisfy.

https://claude.ai/code/session_01CKXKXND4zAgWisTtatyTHX

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant