Skip to content

chore(deps): bump docker/setup-buildx-action from 3 to 4#70

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/docker/setup-buildx-action-4
Closed

chore(deps): bump docker/setup-buildx-action from 3 to 4#70
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/docker/setup-buildx-action-4

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 16, 2026

Bumps docker/setup-buildx-action from 3 to 4.

Release notes

Sourced from docker/setup-buildx-action's releases.

v4.0.0

Full Changelog: docker/setup-buildx-action@v3.12.0...v4.0.0

v3.12.0

Full Changelog: docker/setup-buildx-action@v3.11.1...v3.12.0

v3.11.1

Full Changelog: docker/setup-buildx-action@v3.11.0...v3.11.1

v3.11.0

Full Changelog: docker/setup-buildx-action@v3.10.0...v3.11.0

v3.10.0

Full Changelog: docker/setup-buildx-action@v3.9.0...v3.10.0

v3.9.0

Full Changelog: docker/setup-buildx-action@v3.8.0...v3.9.0

v3.8.0

Full Changelog: docker/setup-buildx-action@v3.7.1...v3.8.0

... (truncated)

Commits
  • 4d04d5d Merge pull request #485 from docker/dependabot/npm_and_yarn/docker/actions-to...
  • cd74e05 chore: update generated content
  • eee38ec build(deps): bump @​docker/actions-toolkit from 0.77.0 to 0.79.0
  • 7a83f65 Merge pull request #484 from docker/dependabot/github_actions/docker/setup-qe...
  • a5aa967 Merge pull request #464 from crazy-max/rm-deprecated
  • e73d53f build(deps): bump docker/setup-qemu-action from 3 to 4
  • 28a438e Merge pull request #483 from crazy-max/node24
  • 034e9d3 chore: update generated content
  • b4664d8 remove deprecated inputs/outputs
  • a8257de node 24 as default runtime
  • Additional commits viewable in compare view

Dependabot compatibility score

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 this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3 to 4.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](docker/setup-buildx-action@v3...v4)

---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
  dependency-version: '4'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Mar 16, 2026
chideat added a commit that referenced this pull request Mar 16, 2026
Go modules:
- github.com/cert-manager/cert-manager: v1.18.2 → v1.20.0
- github.com/gomodule/redigo: v1.9.2 → v1.9.3
- github.com/samber/lo: v1.51.0 → v1.53.0
- github.com/stretchr/testify: v1.10.0 → v1.11.1
- go.uber.org/zap: v1.27.0 → v1.27.1

GitHub Actions:
- docker/build-push-action: v6 → v7
- docker/login-action: v3 → v4
- docker/setup-buildx-action: v3 → v4
- docker/setup-qemu-action: v3 → v4

Closes #68, #69, #70, #71, #72, #73, #74, #75, #76
@chideat
Copy link
Owner

chideat commented Mar 16, 2026

Superseded by #78 which consolidates all dependency updates.

@chideat chideat closed this Mar 16, 2026
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 16, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/github_actions/docker/setup-buildx-action-4 branch March 16, 2026 15:09
chideat added a commit that referenced this pull request Mar 16, 2026
* chore(deps): consolidate all dependabot dependency updates

Go modules:
- github.com/cert-manager/cert-manager: v1.18.2 → v1.20.0
- github.com/gomodule/redigo: v1.9.2 → v1.9.3
- github.com/samber/lo: v1.51.0 → v1.53.0
- github.com/stretchr/testify: v1.10.0 → v1.11.1
- go.uber.org/zap: v1.27.0 → v1.27.1

GitHub Actions:
- docker/build-push-action: v6 → v7
- docker/login-action: v3 → v4
- docker/setup-buildx-action: v3 → v4
- docker/setup-qemu-action: v3 → v4

Closes #68, #69, #70, #71, #72, #73, #74, #75, #76

* chore: bump Go version to 1.25 in CI and Dockerfile

go mod tidy updated go.mod to require go 1.25 due to updated
transitive dependencies (cert-manager v1.20, k8s.io v0.35.x).

* fix: migrate webhooks to controller-runtime v0.23 generic API

Replace deprecated webhook.CustomValidator/CustomDefaulter with
admission.Validator[T]/Defaulter[T] generic interfaces required by
controller-runtime v0.23. Method signatures now use concrete types
instead of runtime.Object, and NewWebhookManagedBy now takes the
object as a second argument instead of using .For().

* fix: add nil guards to user webhook methods for test compatibility

The new generic admission.Validator[T]/Defaulter[T] API passes typed
nil (*User)(nil) instead of a nil interface, so the old type assertion
nil-check is gone. Add explicit nil pointer guards to restore the
expected error behavior tested by user_webhook_test.go.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant