Skip to content

Commit a52c00e

Browse files
build(deps): bump the general-dependencies group across 1 directory with 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>
1 parent 95362dc commit a52c00e

File tree

2 files changed

+81
-107
lines changed

2 files changed

+81
-107
lines changed

go.mod

Lines changed: 27 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -7,29 +7,29 @@ require (
77
github.com/blang/semver v3.5.1+incompatible
88
github.com/cenkalti/backoff v2.2.1+incompatible
99
github.com/coreos/fcct v0.5.0
10-
github.com/coreos/go-systemd/v22 v22.6.0
10+
github.com/coreos/go-systemd/v22 v22.7.0
1111
github.com/coreos/ignition/v2 v2.25.1
1212
github.com/fsnotify/fsnotify v1.9.0
1313
github.com/go-logr/logr v1.4.3
1414
github.com/go-logr/stdr v1.2.2
1515
github.com/google/go-cmp v0.7.0
16-
github.com/google/renameio/v2 v2.0.1
16+
github.com/google/renameio/v2 v2.0.2
1717
github.com/google/uuid v1.6.0
1818
github.com/hashicorp/go-retryablehttp v0.7.8
19-
github.com/jaypipes/ghw v0.21.2
19+
github.com/jaypipes/ghw v0.23.0
2020
github.com/jaypipes/pcidb v1.1.1
2121
github.com/k8snetworkplumbingwg/network-attachment-definition-client v1.7.7
2222
github.com/k8snetworkplumbingwg/sriov-network-device-plugin v0.0.0-20221127172732-a5a7395122e3
2323
github.com/k8snetworkplumbingwg/sriovnet v1.2.0
24-
github.com/onsi/ginkgo/v2 v2.27.3
25-
github.com/onsi/gomega v1.38.3
24+
github.com/onsi/ginkgo/v2 v2.28.1
25+
github.com/onsi/gomega v1.39.0
2626
github.com/openshift-kni/k8sreporter v1.0.7
2727
github.com/openshift/api v0.0.0-20251202143230-02f6733e651c
2828
github.com/openshift/client-go v0.0.0-20251202151200-fb4471581cf8
2929
github.com/ovn-kubernetes/libovsdb v0.8.1
3030
github.com/pkg/errors v0.9.1
31-
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.87.1
32-
github.com/prometheus-operator/prometheus-operator/pkg/client v0.87.1
31+
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.89.0
32+
github.com/prometheus-operator/prometheus-operator/pkg/client v0.89.0
3333
github.com/prometheus/client_model v0.6.2
3434
github.com/prometheus/common v0.67.5
3535
github.com/safchain/ethtool v0.7.0
@@ -41,15 +41,15 @@ require (
4141
go.uber.org/zap v1.27.1
4242
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
4343
gopkg.in/yaml.v3 v3.0.1
44-
k8s.io/api v0.34.3
45-
k8s.io/apiextensions-apiserver v0.34.3
46-
k8s.io/apimachinery v0.34.3
47-
k8s.io/client-go v0.34.3
48-
k8s.io/code-generator v0.34.3
44+
k8s.io/api v0.35.0
45+
k8s.io/apiextensions-apiserver v0.35.0
46+
k8s.io/apimachinery v0.35.0
47+
k8s.io/client-go v0.35.0
48+
k8s.io/code-generator v0.35.0
4949
k8s.io/klog/v2 v2.130.1
5050
k8s.io/kubectl v0.34.3
5151
k8s.io/utils v0.0.0-20251002143259-bc988d571ff4
52-
sigs.k8s.io/controller-runtime v0.22.4
52+
sigs.k8s.io/controller-runtime v0.23.1
5353
sigs.k8s.io/yaml v1.6.0
5454
)
5555

@@ -99,11 +99,10 @@ require (
9999
github.com/go-playground/universal-translator v0.18.1 // indirect
100100
github.com/go-playground/validator/v10 v10.26.0 // indirect
101101
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
102-
github.com/gogo/protobuf v1.3.2 // indirect
103102
github.com/golang/glog v1.2.5 // indirect
104103
github.com/google/btree v1.1.3 // indirect
105104
github.com/google/gnostic-models v0.7.0 // indirect
106-
github.com/google/pprof v0.0.0-20250403155104-27863c87afa6 // indirect
105+
github.com/google/pprof v0.0.0-20260115054156-294ebfa9ad83 // indirect
107106
github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674 // indirect
108107
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
109108
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
@@ -128,9 +127,9 @@ require (
128127
github.com/nxadm/tail v1.4.11 // indirect
129128
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
130129
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
131-
github.com/prometheus/client_golang v1.22.0 // indirect
132-
github.com/prometheus/procfs v0.15.1 // indirect
133-
github.com/rogpeppe/go-internal v1.13.1 // indirect
130+
github.com/prometheus/client_golang v1.23.2 // indirect
131+
github.com/prometheus/procfs v0.16.1 // indirect
132+
github.com/rogpeppe/go-internal v1.14.1 // indirect
134133
github.com/russross/blackfriday/v2 v2.1.0 // indirect
135134
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
136135
github.com/shopspring/decimal v1.4.0 // indirect
@@ -145,17 +144,16 @@ require (
145144
go.uber.org/multierr v1.11.0 // indirect
146145
go.yaml.in/yaml/v2 v2.4.3 // indirect
147146
go.yaml.in/yaml/v3 v3.0.4 // indirect
148-
golang.org/x/crypto v0.46.0 // indirect
149-
golang.org/x/mod v0.30.0 // indirect
150-
golang.org/x/net v0.48.0 // indirect
147+
golang.org/x/crypto v0.47.0 // indirect
148+
golang.org/x/mod v0.32.0 // indirect
149+
golang.org/x/net v0.49.0 // indirect
151150
golang.org/x/oauth2 v0.34.0 // indirect
152151
golang.org/x/sync v0.19.0 // indirect
153-
golang.org/x/sys v0.39.0 // indirect
154-
golang.org/x/term v0.38.0 // indirect
155-
golang.org/x/text v0.32.0 // indirect
152+
golang.org/x/sys v0.40.0 // indirect
153+
golang.org/x/term v0.39.0 // indirect
154+
golang.org/x/text v0.33.0 // indirect
156155
golang.org/x/time v0.14.0 // indirect
157-
golang.org/x/tools v0.39.0 // indirect
158-
golang.org/x/tools/go/expect v0.1.1-deprecated // indirect
156+
golang.org/x/tools v0.41.0 // indirect
159157
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
160158
google.golang.org/genproto/googleapis/rpc v0.0.0-20251124214823-79d6a2a48846 // indirect
161159
google.golang.org/grpc v1.77.0 // indirect
@@ -164,13 +162,13 @@ require (
164162
gopkg.in/inf.v0 v0.9.1 // indirect
165163
howett.net/plist v1.0.2-0.20250314012144-ee69052608d9 // indirect
166164
k8s.io/cli-runtime v0.34.3 // indirect
167-
k8s.io/component-base v0.34.3 // indirect
168-
k8s.io/gengo/v2 v2.0.0-20250604051438-85fd79dbfd9f // indirect
165+
k8s.io/component-base v0.35.0 // indirect
166+
k8s.io/gengo/v2 v2.0.0-20250922181213-ec3ebc5fd46b // indirect
169167
k8s.io/kube-openapi v0.0.0-20250910181357-589584f1c912 // indirect
170168
k8s.io/kubelet v0.34.1 // indirect
171169
sigs.k8s.io/json v0.0.0-20250730193827-2d320260d730 // indirect
172170
sigs.k8s.io/kustomize/api v0.20.1 // indirect
173171
sigs.k8s.io/kustomize/kyaml v0.20.1 // indirect
174172
sigs.k8s.io/randfill v1.0.0 // indirect
175-
sigs.k8s.io/structured-merge-diff/v6 v6.3.0 // indirect
173+
sigs.k8s.io/structured-merge-diff/v6 v6.3.2-0.20260122202528-d9cc6641c482 // indirect
176174
)

0 commit comments

Comments
 (0)