Skip to content

build(deps): bump the general-dependencies group across 1 directory with 4 updates#1050

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/go_modules/general-dependencies-2429bf6845
Open

build(deps): bump the general-dependencies group across 1 directory with 4 updates#1050
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/go_modules/general-dependencies-2429bf6845

Conversation

@dependabot
Copy link
Contributor

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

Bumps the general-dependencies group with 4 updates in the / directory: github.com/coreos/ignition/v2, github.com/jaypipes/ghw, github.com/onsi/gomega and sigs.k8s.io/controller-runtime.

Updates github.com/coreos/ignition/v2 from 2.25.1 to 2.26.0

Release notes

Sourced from github.com/coreos/ignition/v2's releases.

v2.26.0

Features

  • Mark the 3.6.0 config spec as stable
  • No longer accept configs with version 3.6.0-experimental
  • Create new 3.7.0-experimental config spec from 3.6.0

Bug fixes

  • Include groupmod binary in initramfs (#2190)
Changelog

Sourced from github.com/coreos/ignition/v2's changelog.

Ignition 2.26.0 (2026-02-17)

Features

  • Mark the 3.6.0 config spec as stable
  • No longer accept configs with version 3.6.0-experimental
  • Create new 3.7.0-experimental config spec from 3.6.0

Bug fixes

  • Include groupmod binary in initramfs (#2190)
Commits
  • 7e288ed Merge pull request #2205 from prestist/new-release-2.26.0
  • 506d91d docs/release-notes: update for 2.26.0
  • af7bcce Merge pull request #2202 from prestist/3.6-stable
  • 8ab8a64 docs: update for spec stabilization
  • c7031fb docs: shuffle for spec stabilization
  • 41d23b1 tests: update for new experimental spec
  • 3252aa5 *: update to v3_7_experimental spec
  • 0e5a329 config/v3_7_experimental: adapt for new experimental spec
  • 21d5140 config: copy v3_6 to v3_7_experimental
  • 57d4d86 config/v3_6: stabilize
  • Additional commits viewable in compare view

Updates github.com/jaypipes/ghw from 0.22.0 to 0.23.0

Release notes

Sourced from github.com/jaypipes/ghw's releases.

v0.23.0

What's Changed

New Contributors

Full Changelog: jaypipes/ghw@v0.22.0...v0.23.0

Commits
  • 1eea40e Merge pull request #442 from LavenderQAQ/fix/cache-topology
  • 6cdc715 fix(topology): use cache ID to aggregate shared L3 caches among NUMA nodes
  • bea5316 Add support for s390x architecture (#447)
  • See full diff in compare view

Updates github.com/onsi/gomega from 1.39.0 to 1.39.1

Release notes

Sourced from github.com/onsi/gomega's releases.

v1.39.1

1.39.1

Update all dependencies. This auto-updated the required version of Go to 1.24, consistent with the fact that Go 1.23 has been out of support for almost six months.

Changelog

Sourced from github.com/onsi/gomega's changelog.

1.39.1

Update all dependencies. This auto-updated the required version of Go to 1.24, consistent with the fact that Go 1.23 has been out of support for almost six months.

Commits

Updates sigs.k8s.io/controller-runtime from 0.23.1 to 0.23.3

Release notes

Sourced from sigs.k8s.io/controller-runtime's releases.

v0.23.3

What's Changed

Full Changelog: kubernetes-sigs/controller-runtime@v0.23.2...v0.23.3

v0.23.2

What's Changed

Full Changelog: kubernetes-sigs/controller-runtime@v0.23.1...v0.23.2

Commits
  • f9589b9 Merge pull request #3469 from k8s-infra-cherrypick-robot/cherry-pick-3468-to-...
  • 25615ad Ensure DefaulterRemoveUnknownOrOmitableFields is still working even if object...
  • 8122a62 Merge pull request #3467 from k8s-infra-cherrypick-robot/cherry-pick-3463-to-...
  • 35093c6 Reduce memory usage of default webhooks
  • 4dbfa5c [release-0.23] 🐛 Fix fake client's SSA status patch resource version check (#...
  • See full diff 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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Mar 9, 2026
@github-actions
Copy link

github-actions bot commented Mar 9, 2026

Thanks for your PR,
To run vendors CIs, Maintainers can use one of:

  • /test-all: To run all tests for all vendors.
  • /test-e2e-all: To run all E2E tests for all vendors.
  • /test-e2e-nvidia-all: To run all E2E tests for NVIDIA vendor.

To skip the vendors CIs, Maintainers can use one of:

  • /skip-all: To skip all tests for all vendors.
  • /skip-e2e-all: To skip all E2E tests for all vendors.
  • /skip-e2e-nvidia-all: To skip all E2E tests for NVIDIA vendor.
    Best regards.

…ith 4 updates

Bumps the general-dependencies group with 4 updates in the / directory: [github.com/coreos/ignition/v2](https://github.com/coreos/ignition), [github.com/jaypipes/ghw](https://github.com/jaypipes/ghw), [github.com/onsi/gomega](https://github.com/onsi/gomega) and [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime).


Updates `github.com/coreos/ignition/v2` from 2.25.1 to 2.26.0
- [Release notes](https://github.com/coreos/ignition/releases)
- [Changelog](https://github.com/coreos/ignition/blob/main/docs/release-notes.md)
- [Commits](coreos/ignition@v2.25.1...v2.26.0)

Updates `github.com/jaypipes/ghw` from 0.22.0 to 0.23.0
- [Release notes](https://github.com/jaypipes/ghw/releases)
- [Commits](jaypipes/ghw@v0.22.0...v0.23.0)

Updates `github.com/onsi/gomega` from 1.39.0 to 1.39.1
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](onsi/gomega@v1.39.0...v1.39.1)

Updates `sigs.k8s.io/controller-runtime` from 0.23.1 to 0.23.3
- [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases)
- [Changelog](https://github.com/kubernetes-sigs/controller-runtime/blob/main/RELEASE.md)
- [Commits](kubernetes-sigs/controller-runtime@v0.23.1...v0.23.3)

---
updated-dependencies:
- dependency-name: github.com/coreos/ignition/v2
  dependency-version: 2.26.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: general-dependencies
- dependency-name: github.com/jaypipes/ghw
  dependency-version: 0.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: general-dependencies
- dependency-name: github.com/onsi/gomega
  dependency-version: 1.39.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: general-dependencies
- dependency-name: sigs.k8s.io/controller-runtime
  dependency-version: 0.23.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: general-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/general-dependencies-2429bf6845 branch from 04be207 to 01ebf13 Compare March 16, 2026 19:53
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 go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants