Skip to content

Commit e9ad7e8

Browse files
Bump the prod-dependencies group with 8 updates (#2856)
Bumps the prod-dependencies group with 8 updates: | Package | From | To | | --- | --- | --- | | [github.com/redhat-best-practices-for-k8s/certsuite-claim](https://github.com/redhat-best-practices-for-k8s/certsuite-claim) | `1.0.54` | `1.0.55` | | [k8s.io/client-go](https://github.com/kubernetes/client-go) | `0.32.2` | `0.32.3` | | [k8s.io/api](https://github.com/kubernetes/api) | `0.32.2` | `0.32.3` | | [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) | `0.32.2` | `0.32.3` | | [k8s.io/apiextensions-apiserver](https://github.com/kubernetes/apiextensions-apiserver) | `0.32.2` | `0.32.3` | | [github.com/redhat-best-practices-for-k8s/oct](https://github.com/redhat-best-practices-for-k8s/oct) | `0.0.34` | `0.0.35` | | [github.com/redhat-best-practices-for-k8s/privileged-daemonset](https://github.com/redhat-best-practices-for-k8s/privileged-daemonset) | `1.0.47` | `1.0.48` | | [k8s.io/kubectl](https://github.com/kubernetes/kubectl) | `0.32.2` | `0.32.3` | Updates `github.com/redhat-best-practices-for-k8s/certsuite-claim` from 1.0.54 to 1.0.55 - [Release notes](https://github.com/redhat-best-practices-for-k8s/certsuite-claim/releases) - [Commits](redhat-best-practices-for-k8s/certsuite-claim@v1.0.54...v1.0.55) Updates `k8s.io/client-go` from 0.32.2 to 0.32.3 - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md) - [Commits](kubernetes/client-go@v0.32.2...v0.32.3) Updates `k8s.io/api` from 0.32.2 to 0.32.3 - [Commits](kubernetes/api@v0.32.2...v0.32.3) Updates `k8s.io/apimachinery` from 0.32.2 to 0.32.3 - [Commits](kubernetes/apimachinery@v0.32.2...v0.32.3) Updates `k8s.io/apiextensions-apiserver` from 0.32.2 to 0.32.3 - [Release notes](https://github.com/kubernetes/apiextensions-apiserver/releases) - [Commits](kubernetes/apiextensions-apiserver@v0.32.2...v0.32.3) Updates `github.com/redhat-best-practices-for-k8s/oct` from 0.0.34 to 0.0.35 - [Release notes](https://github.com/redhat-best-practices-for-k8s/oct/releases) - [Commits](redhat-best-practices-for-k8s/oct@v0.0.34...v0.0.35) Updates `github.com/redhat-best-practices-for-k8s/privileged-daemonset` from 1.0.47 to 1.0.48 - [Release notes](https://github.com/redhat-best-practices-for-k8s/privileged-daemonset/releases) - [Commits](redhat-best-practices-for-k8s/privileged-daemonset@v1.0.47...v1.0.48) Updates `k8s.io/kubectl` from 0.32.2 to 0.32.3 - [Commits](kubernetes/kubectl@v0.32.2...v0.32.3) --- updated-dependencies: - dependency-name: github.com/redhat-best-practices-for-k8s/certsuite-claim dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-dependencies - dependency-name: k8s.io/client-go dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-dependencies - dependency-name: k8s.io/api dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-dependencies - dependency-name: k8s.io/apimachinery dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-dependencies - dependency-name: k8s.io/apiextensions-apiserver dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-dependencies - dependency-name: github.com/redhat-best-practices-for-k8s/oct dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-dependencies - dependency-name: github.com/redhat-best-practices-for-k8s/privileged-daemonset dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-dependencies - dependency-name: k8s.io/kubectl dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 90ce064 commit e9ad7e8

File tree

2 files changed

+33
-33
lines changed

2 files changed

+33
-33
lines changed

go.mod

+11-11
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ go 1.24.1
44

55
require (
66
github.com/Masterminds/semver/v3 v3.3.1
7-
github.com/redhat-best-practices-for-k8s/certsuite-claim v1.0.54
7+
github.com/redhat-best-practices-for-k8s/certsuite-claim v1.0.55
88
github.com/sirupsen/logrus v1.9.3 // indirect
99
github.com/spf13/cobra v1.9.1
1010
github.com/stretchr/testify v1.10.0
1111
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
1212
gopkg.in/yaml.v3 v3.0.1
1313
)
1414

15-
require k8s.io/client-go v0.32.2
15+
require k8s.io/client-go v0.32.3
1616

1717
require (
1818
github.com/mittwald/go-helm-client v0.12.16
@@ -22,8 +22,8 @@ require (
2222
github.com/operator-framework/operator-lifecycle-manager v0.22.0
2323
github.com/pkg/errors v0.9.1 // indirect
2424
helm.sh/helm/v3 v3.17.1
25-
k8s.io/api v0.32.2
26-
k8s.io/apimachinery v0.32.2
25+
k8s.io/api v0.32.3
26+
k8s.io/apimachinery v0.32.3
2727
k8s.io/klog/v2 v2.130.1 // indirect
2828
)
2929

@@ -207,9 +207,9 @@ require (
207207
gopkg.in/inf.v0 v0.9.1 // indirect
208208
gopkg.in/ini.v1 v1.67.0 // indirect
209209
gopkg.in/yaml.v2 v2.4.0 // indirect
210-
k8s.io/apiserver v0.32.2 // indirect
211-
k8s.io/cli-runtime v0.32.2 // indirect
212-
k8s.io/component-base v0.32.2 // indirect
210+
k8s.io/apiserver v0.32.3 // indirect
211+
k8s.io/cli-runtime v0.32.3 // indirect
212+
k8s.io/component-base v0.32.3 // indirect
213213
k8s.io/kube-aggregator v0.32.0 // indirect
214214
k8s.io/kube-openapi v0.0.0-20241212222426-2c72e554b1e7 // indirect
215215
modernc.org/libc v1.37.6 // indirect
@@ -229,7 +229,7 @@ require (
229229

230230
require (
231231
github.com/hashicorp/go-version v1.7.0
232-
k8s.io/apiextensions-apiserver v0.32.2
232+
k8s.io/apiextensions-apiserver v0.32.3
233233
)
234234

235235
require (
@@ -242,13 +242,13 @@ require (
242242
github.com/k8snetworkplumbingwg/network-attachment-definition-client v1.7.5
243243
github.com/k8snetworkplumbingwg/sriov-network-operator v1.5.0
244244
github.com/manifoldco/promptui v0.9.0
245-
github.com/redhat-best-practices-for-k8s/oct v0.0.34
246-
github.com/redhat-best-practices-for-k8s/privileged-daemonset v1.0.47
245+
github.com/redhat-best-practices-for-k8s/oct v0.0.35
246+
github.com/redhat-best-practices-for-k8s/privileged-daemonset v1.0.48
247247
github.com/redhat-openshift-ecosystem/openshift-preflight v0.0.0-20250304173539-1adc5822eb99
248248
github.com/robert-nix/ansihtml v1.0.1
249249
golang.org/x/term v0.30.0
250250
google.golang.org/api v0.225.0
251-
k8s.io/kubectl v0.32.2
251+
k8s.io/kubectl v0.32.3
252252
k8s.io/utils v0.0.0-20241210054802-24370beab758
253253
)
254254

go.sum

+22-22
Original file line numberDiff line numberDiff line change
@@ -474,12 +474,12 @@ github.com/prometheus/procfs v0.0.2/go.mod h1:TjEm7ze935MbeOT/UhFTIMYKhuLP4wbCsT
474474
github.com/prometheus/procfs v0.0.3/go.mod h1:4A/X28fw3Fc593LaREMrKMqOKvUAntwMDaekg4FpcdQ=
475475
github.com/prometheus/procfs v0.15.1 h1:YagwOFzUgYfKKHX6Dr+sHT7km/hxC76UB0learggepc=
476476
github.com/prometheus/procfs v0.15.1/go.mod h1:fB45yRUv8NstnjriLhBQLuOUt+WW4BsoGhij/e3PBqk=
477-
github.com/redhat-best-practices-for-k8s/certsuite-claim v1.0.54 h1:j7NUwiAKK01FXo34kUgAhY50jJWBBxP9g3d1uMNvdRY=
478-
github.com/redhat-best-practices-for-k8s/certsuite-claim v1.0.54/go.mod h1:EL1YEjkEAD/EV6BI1KFVS4F8a90vdJ+MyriqO3P2UCs=
479-
github.com/redhat-best-practices-for-k8s/oct v0.0.34 h1:PbMknG8V2X7XcVQV9Z6C6vYsLI5pjc/PgknV8/XkBx4=
480-
github.com/redhat-best-practices-for-k8s/oct v0.0.34/go.mod h1:2Nkzv6BKopRJBjlG4b2F7KaWnWwFCBcDXAKUnjEDsg0=
481-
github.com/redhat-best-practices-for-k8s/privileged-daemonset v1.0.47 h1:XAUNEhpSo6Zt8MoROVyltv5y93ljPJf37iuI7ItroPQ=
482-
github.com/redhat-best-practices-for-k8s/privileged-daemonset v1.0.47/go.mod h1:TCUu9yjku1k4+X8iNF6YsKE/iSDjhoiO3EN6aHU8Egg=
477+
github.com/redhat-best-practices-for-k8s/certsuite-claim v1.0.55 h1:v7wgbFJqhQbxitR7E3aPo8pqT5f5SwQIPD8g0hSFCwU=
478+
github.com/redhat-best-practices-for-k8s/certsuite-claim v1.0.55/go.mod h1:JKi1usaFbXS53E6TxCAosrFHVO0yY5jIJcJkTAm+7qQ=
479+
github.com/redhat-best-practices-for-k8s/oct v0.0.35 h1:7nFYVPOeu/A/WLgPIKcVMUJpOlwHNGdrfRzjryS5rX0=
480+
github.com/redhat-best-practices-for-k8s/oct v0.0.35/go.mod h1:33zMZg7T96LZ+tViBtSlYbiM2nytdvXkmtNfi+YSdjc=
481+
github.com/redhat-best-practices-for-k8s/privileged-daemonset v1.0.48 h1:HFp6ZSlRInOFAYxgGEV15f0AUcLuCvayqXDyUSZ6Re8=
482+
github.com/redhat-best-practices-for-k8s/privileged-daemonset v1.0.48/go.mod h1:AKFphVmqVi/0cqehLhxSwiXAgmJE4MTLK6Xy41c9TnA=
483483
github.com/redhat-openshift-ecosystem/openshift-preflight v0.0.0-20250304173539-1adc5822eb99 h1:fC8RROu49lbEXAnLEo7DR7qU+fSFeKBACWuTPFcdMsc=
484484
github.com/redhat-openshift-ecosystem/openshift-preflight v0.0.0-20250304173539-1adc5822eb99/go.mod h1:A/bVnxl4/irw4Wmjd/+WNLcKfUDD1Y8TA5tU/ijy1Yw=
485485
github.com/redis/go-redis/extra/rediscmd/v9 v9.0.5 h1:EaDatTxkdHG+U3Bk4EUr+DZ7fOGwTfezUiUJMaIcaho=
@@ -761,28 +761,28 @@ gotest.tools/v3 v3.5.2 h1:7koQfIKdy+I8UTetycgUqXWSDwpgv193Ka+qRsmBY8Q=
761761
gotest.tools/v3 v3.5.2/go.mod h1:LtdLGcnqToBH83WByAAi/wiwSFCArdFIUV/xxN4pcjA=
762762
helm.sh/helm/v3 v3.17.1 h1:gzVoAD+qVuoJU6KDMSAeo0xRJ6N1znRxz3wyuXRmJDk=
763763
helm.sh/helm/v3 v3.17.1/go.mod h1:nvreuhuR+j78NkQcLC3TYoprCKStLyw5P4T7E5itv2w=
764-
k8s.io/api v0.32.2 h1:bZrMLEkgizC24G9eViHGOPbW+aRo9duEISRIJKfdJuw=
765-
k8s.io/api v0.32.2/go.mod h1:hKlhk4x1sJyYnHENsrdCWw31FEmCijNGPJO5WzHiJ6Y=
766-
k8s.io/apiextensions-apiserver v0.32.2 h1:2YMk285jWMk2188V2AERy5yDwBYrjgWYggscghPCvV4=
767-
k8s.io/apiextensions-apiserver v0.32.2/go.mod h1:GPwf8sph7YlJT3H6aKUWtd0E+oyShk/YHWQHf/OOgCA=
768-
k8s.io/apimachinery v0.32.2 h1:yoQBR9ZGkA6Rgmhbp/yuT9/g+4lxtsGYwW6dR6BDPLQ=
769-
k8s.io/apimachinery v0.32.2/go.mod h1:GpHVgxoKlTxClKcteaeuF1Ul/lDVb74KpZcxcmLDElE=
770-
k8s.io/apiserver v0.32.2 h1:WzyxAu4mvLkQxwD9hGa4ZfExo3yZZaYzoYvvVDlM6vw=
771-
k8s.io/apiserver v0.32.2/go.mod h1:PEwREHiHNU2oFdte7BjzA1ZyjWjuckORLIK/wLV5goM=
772-
k8s.io/cli-runtime v0.32.2 h1:aKQR4foh9qeyckKRkNXUccP9moxzffyndZAvr+IXMks=
773-
k8s.io/cli-runtime v0.32.2/go.mod h1:a/JpeMztz3xDa7GCyyShcwe55p8pbcCVQxvqZnIwXN8=
774-
k8s.io/client-go v0.32.2 h1:4dYCD4Nz+9RApM2b/3BtVvBHw54QjMFUl1OLcJG5yOA=
775-
k8s.io/client-go v0.32.2/go.mod h1:fpZ4oJXclZ3r2nDOv+Ux3XcJutfrwjKTCHz2H3sww94=
776-
k8s.io/component-base v0.32.2 h1:1aUL5Vdmu7qNo4ZsE+569PV5zFatM9hl+lb3dEea2zU=
777-
k8s.io/component-base v0.32.2/go.mod h1:PXJ61Vx9Lg+P5mS8TLd7bCIr+eMJRQTyXe8KvkrvJq0=
764+
k8s.io/api v0.32.3 h1:Hw7KqxRusq+6QSplE3NYG4MBxZw1BZnq4aP4cJVINls=
765+
k8s.io/api v0.32.3/go.mod h1:2wEDTXADtm/HA7CCMD8D8bK4yuBUptzaRhYcYEEYA3k=
766+
k8s.io/apiextensions-apiserver v0.32.3 h1:4D8vy+9GWerlErCwVIbcQjsWunF9SUGNu7O7hiQTyPY=
767+
k8s.io/apiextensions-apiserver v0.32.3/go.mod h1:8YwcvVRMVzw0r1Stc7XfGAzB/SIVLunqApySV5V7Dss=
768+
k8s.io/apimachinery v0.32.3 h1:JmDuDarhDmA/Li7j3aPrwhpNBA94Nvk5zLeOge9HH1U=
769+
k8s.io/apimachinery v0.32.3/go.mod h1:GpHVgxoKlTxClKcteaeuF1Ul/lDVb74KpZcxcmLDElE=
770+
k8s.io/apiserver v0.32.3 h1:kOw2KBuHOA+wetX1MkmrxgBr648ksz653j26ESuWNY8=
771+
k8s.io/apiserver v0.32.3/go.mod h1:q1x9B8E/WzShF49wh3ADOh6muSfpmFL0I2t+TG0Zdgc=
772+
k8s.io/cli-runtime v0.32.3 h1:khLF2ivU2T6Q77H97atx3REY9tXiA3OLOjWJxUrdvss=
773+
k8s.io/cli-runtime v0.32.3/go.mod h1:vZT6dZq7mZAca53rwUfdFSZjdtLyfF61mkf/8q+Xjak=
774+
k8s.io/client-go v0.32.3 h1:RKPVltzopkSgHS7aS98QdscAgtgah/+zmpAogooIqVU=
775+
k8s.io/client-go v0.32.3/go.mod h1:3v0+3k4IcT9bXTc4V2rt+d2ZPPG700Xy6Oi0Gdl2PaY=
776+
k8s.io/component-base v0.32.3 h1:98WJvvMs3QZ2LYHBzvltFSeJjEx7t5+8s71P7M74u8k=
777+
k8s.io/component-base v0.32.3/go.mod h1:LWi9cR+yPAv7cu2X9rZanTiFKB2kHA+JjmhkKjCZRpI=
778778
k8s.io/klog/v2 v2.130.1 h1:n9Xl7H1Xvksem4KFG4PYbdQCQxqc/tTUyrgXaOhHSzk=
779779
k8s.io/klog/v2 v2.130.1/go.mod h1:3Jpz1GvMt720eyJH1ckRHK1EDfpxISzJ7I9OYgaDtPE=
780780
k8s.io/kube-aggregator v0.32.0 h1:5ZyMW3QwAbmkasQrROcpa5we3et938DQuyUYHeXSPao=
781781
k8s.io/kube-aggregator v0.32.0/go.mod h1:6OKivf6Ypx44qu2v1ZUMrxH8kRp/8LKFKeJU72J18lU=
782782
k8s.io/kube-openapi v0.0.0-20241212222426-2c72e554b1e7 h1:hcha5B1kVACrLujCKLbr8XWMxCxzQx42DY8QKYJrDLg=
783783
k8s.io/kube-openapi v0.0.0-20241212222426-2c72e554b1e7/go.mod h1:GewRfANuJ70iYzvn+i4lezLDAFzvjxZYK1gn1lWcfas=
784-
k8s.io/kubectl v0.32.2 h1:TAkag6+XfSBgkqK9I7ZvwtF0WVtUAvK8ZqTt+5zi1Us=
785-
k8s.io/kubectl v0.32.2/go.mod h1:+h/NQFSPxiDZYX/WZaWw9fwYezGLISP0ud8nQKg+3g8=
784+
k8s.io/kubectl v0.32.3 h1:VMi584rbboso+yjfv0d8uBHwwxbC438LKq+dXd5tOAI=
785+
k8s.io/kubectl v0.32.3/go.mod h1:6Euv2aso5GKzo/UVMacV6C7miuyevpfI91SvBvV9Zdg=
786786
k8s.io/utils v0.0.0-20241210054802-24370beab758 h1:sdbE21q2nlQtFh65saZY+rRM6x6aJJI8IUa1AmH/qa0=
787787
k8s.io/utils v0.0.0-20241210054802-24370beab758/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0=
788788
modernc.org/libc v1.37.6 h1:orZH3c5wmhIQFTXF+Nt+eeauyd+ZIt2BX6ARe+kD+aw=

0 commit comments

Comments
 (0)