build(deps): bump the general-dependencies group across 1 directory with 8 updates#1027
Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
Closed
build(deps): bump the general-dependencies group across 1 directory with 8 updates#1027dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot[bot] wants to merge 1 commit intomasterfrom
Conversation
|
Thanks for your PR,
To skip the vendors CIs, Maintainers can use one of:
|
Contributor
|
make all is failing, |
SchSeba
added a commit
to SchSeba/sriov-network-operator-1
that referenced
this pull request
Feb 15, 2026
Bump Go module dependencies (from PR k8snetworkplumbingwg#1027): - github.com/jaypipes/ghw v0.21.2 -> v0.22.0 - github.com/onsi/ginkgo/v2 v2.27.3 -> v2.28.1 - github.com/onsi/gomega v1.38.3 -> v1.39.0 - github.com/coreos/go-systemd/v22 v22.6.0 -> v22.7.0 - github.com/google/renameio/v2 v2.0.1 -> v2.0.2 - github.com/prometheus-operator/prometheus-operator v0.87.1 -> v0.89.0 - sigs.k8s.io/controller-runtime v0.22.4 -> v0.23.1 - k8s.io/api, apimachinery, client-go, etc. v0.34.3 -> v0.35.0 - Various indirect dependency bumps (golang.org/x/*, etc.) Fix compilation and lint issues caused by the bumps: - openstack_test.go: ghw v0.22.0 changed ghw.Network function signature from func(opts ...*option.Option) to func(args ...any). Update the test mock and remove unused github.com/jaypipes/ghw/pkg/option import. - drain_controller*.go, main.go: controller-runtime v0.23.1 deprecated GetEventRecorderFor (old events API). Migrate to GetEventRecorder (new events API) and update recorder.Event() calls to recorder.Eventf() with the new events.EventRecorder interface signature. - service.go: go-systemd v22.7.0 deprecated unit.Deserialize. Replace with unit.DeserializeOptions (drop-in replacement). Signed-off-by: sriov-network-operator maintainers
Collaborator
|
Hi @ashokpariya0 there is this one #1032 |
…ith 8 updates Bumps the general-dependencies group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/coreos/go-systemd/v22](https://github.com/coreos/go-systemd) | `22.6.0` | `22.7.0` | | [github.com/google/renameio/v2](https://github.com/google/renameio) | `2.0.1` | `2.0.2` | | [github.com/jaypipes/ghw](https://github.com/jaypipes/ghw) | `0.21.2` | `0.22.0` | | [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.27.3` | `2.28.1` | | [github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring](https://github.com/prometheus-operator/prometheus-operator) | `0.87.1` | `0.89.0` | | [github.com/prometheus-operator/prometheus-operator/pkg/client](https://github.com/prometheus-operator/prometheus-operator) | `0.87.1` | `0.89.0` | | [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) | `0.22.4` | `0.23.1` | Updates `github.com/coreos/go-systemd/v22` from 22.6.0 to 22.7.0 - [Release notes](https://github.com/coreos/go-systemd/releases) - [Commits](coreos/go-systemd@v22.6.0...v22.7.0) Updates `github.com/google/renameio/v2` from 2.0.1 to 2.0.2 - [Commits](google/renameio@v2.0.1...v2.0.2) Updates `github.com/jaypipes/ghw` from 0.21.2 to 0.22.0 - [Release notes](https://github.com/jaypipes/ghw/releases) - [Commits](jaypipes/ghw@v0.21.2...v0.22.0) Updates `github.com/onsi/ginkgo/v2` from 2.27.3 to 2.28.1 - [Release notes](https://github.com/onsi/ginkgo/releases) - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md) - [Commits](onsi/ginkgo@v2.27.3...v2.28.1) Updates `github.com/onsi/gomega` from 1.38.3 to 1.39.0 - [Release notes](https://github.com/onsi/gomega/releases) - [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md) - [Commits](onsi/gomega@v1.38.3...v1.39.0) Updates `github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring` from 0.87.1 to 0.89.0 - [Release notes](https://github.com/prometheus-operator/prometheus-operator/releases) - [Changelog](https://github.com/prometheus-operator/prometheus-operator/blob/main/CHANGELOG.md) - [Commits](prometheus-operator/prometheus-operator@v0.87.1...v0.89.0) Updates `github.com/prometheus-operator/prometheus-operator/pkg/client` from 0.87.1 to 0.89.0 - [Release notes](https://github.com/prometheus-operator/prometheus-operator/releases) - [Changelog](https://github.com/prometheus-operator/prometheus-operator/blob/main/CHANGELOG.md) - [Commits](prometheus-operator/prometheus-operator@v0.87.1...v0.89.0) Updates `sigs.k8s.io/controller-runtime` from 0.22.4 to 0.23.1 - [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.22.4...v0.23.1) --- updated-dependencies: - dependency-name: github.com/coreos/go-systemd/v22 dependency-version: 22.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: general-dependencies - dependency-name: github.com/google/renameio/v2 dependency-version: 2.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: general-dependencies - dependency-name: github.com/jaypipes/ghw dependency-version: 0.22.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: general-dependencies - dependency-name: github.com/onsi/ginkgo/v2 dependency-version: 2.28.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: general-dependencies - dependency-name: github.com/onsi/gomega dependency-version: 1.39.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: general-dependencies - dependency-name: github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring dependency-version: 0.89.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: general-dependencies - dependency-name: github.com/prometheus-operator/prometheus-operator/pkg/client dependency-version: 0.89.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: general-dependencies - dependency-name: sigs.k8s.io/controller-runtime dependency-version: 0.23.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: general-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
21e9b7b to
a52c00e
Compare
Contributor
Author
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the general-dependencies group with 7 updates in the / directory:
22.6.022.7.02.0.12.0.20.21.20.22.02.27.32.28.10.87.10.89.00.87.10.89.00.22.40.23.1Updates
github.com/coreos/go-systemd/v22from 22.6.0 to 22.7.0Release notes
Sourced from github.com/coreos/go-systemd/v22's releases.
Commits
4dc4ee6activation: stub out for plan98f5a75cdbus: add StartTransientUnitAux for starting transient units with auxiliary u...9211a7bactivation: add FilesWithNames()2c3ebeddbus: dedup result conversion codeaac8e00unit: fix Deserialize deprecation noticed4795ceFix doc referencesabb50b3dbus: allow multiple calls for the same unit to *Unit27f6beaactivation: simplify ListenersWithNamese615438sdjournal: fix copyrightsd25876dimport1: add missing close method to connUpdates
github.com/google/renameio/v2from 2.0.1 to 2.0.2Commits
2cc5e30implement support for *os.Rootbcc5eaccleanup: go fix0790d6fcleanup: use math/rand/v23c12e50go.mod: bump Go language version to 1.25d0e779fcleanup: the package is called renameiob2a41f6cleanup: switch from deprecated ioutil.* to os.*6db26b5cleanup: remove old // +build directivesUpdates
github.com/jaypipes/ghwfrom 0.21.2 to 0.22.0Release notes
Sourced from github.com/jaypipes/ghw's releases.
Commits
a1141deMerge pull request #449 from jaypipes/pr-432483f33fAdd WithDisableTopology option to reduce memory consumption6c6d767Merge pull request #439 from jaypipes/log-trace-err61a5336hide context/config/log in internal/57b4f51trace() snapshot package to ghwcontext.Debug600c188standard log output and context handlingc37b311Merge pull request #446 from davidnewhall/main79ef652fix missing import, add simple regression test3b1ff63Merge pull request #445 from davidnewhall/patch-1a6dbe37Update load() stub to accept options parameterUpdates
github.com/onsi/ginkgo/v2from 2.27.3 to 2.28.1Release notes
Sourced from github.com/onsi/ginkgo/v2's releases.
Changelog
Sourced from github.com/onsi/ginkgo/v2's changelog.
Commits
5d1d628v2.28.1676f985update test mu language8032100appease go vet41ca807bump dependencies2b2305bv2.28.071d2d89feat: support component semantic version filtering8cbbcb4Fix doclink for ginkgo runa928307v2.27.50d0e96ddon't make a new formatter for each GinkgoT(); that's just silly and uses pre...867ce95v2.27.4Updates
github.com/onsi/gomegafrom 1.38.3 to 1.39.0Release notes
Sourced from github.com/onsi/gomega's releases.
Changelog
Sourced from github.com/onsi/gomega's changelog.
Commits
49561adv1.39.08f7f425document MatchErrorStrictlybae643dadd matcher relecting errors.Is behaviorUpdates
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoringfrom 0.87.1 to 0.89.0Release notes
Sourced from github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring's releases.
... (truncated)
Changelog
Sourced from github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring's changelog.
... (truncated)
Commits
e13fb15chore: update go.mod files (#8361)cca237fchore: update go.mod files1469a69Merge pull request #8360 from simonpasquier/cut-0.89.02d28b87chore: cut v0.89.05f5061eMerge pull request #8359 from prometheus-operator/dependabot/github_actions/i...f0259bcadd URL validation for SNS receiver (#8259)0262ae3build(deps): bump imjasonh/setup-crane from 0.4 to 0.55e8d9c5feat: integrate all supported rocketchat attributes for alertmanagerconfig CR...69b3653fix: validate nonzero duration in AlertmanagerConfig (#8126)8eb57b7fix: support IPv6 addresses in prober URL validation (#8354)Updates
github.com/prometheus-operator/prometheus-operator/pkg/clientfrom 0.87.1 to 0.89.0Release notes
Sourced from github.com/prometheus-operator/prometheus-operator/pkg/client's releases.
... (truncated)
Changelog
Sourced from github.com/prometheus-operator/prometheus-operator/pkg/client's changelog.
... (truncated)
Commits
e13fb15chore: update go.mod files (#8361)cca237fchore: update go.mod files1469a69Merge pull request #8360 from simonpasquier/cut-0.89.02d28b87chore: cut v0.89.05f5061eMerge pull request ...Description has been truncated