Skip to content

Commit 0c7b977

Browse files
Bump the gomod-dependencies group with 3 updates
Bumps the gomod-dependencies group with 3 updates: [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery), [k8s.io/component-base](https://github.com/kubernetes/component-base) and [k8s.io/kubernetes](https://github.com/kubernetes/kubernetes). Updates `k8s.io/apimachinery` from 0.33.1 to 0.33.2 - [Commits](kubernetes/apimachinery@v0.33.1...v0.33.2) Updates `k8s.io/component-base` from 0.33.1 to 0.33.2 - [Commits](kubernetes/component-base@v0.33.1...v0.33.2) Updates `k8s.io/kubernetes` from 1.33.1 to 1.33.2 - [Release notes](https://github.com/kubernetes/kubernetes/releases) - [Commits](kubernetes/kubernetes@v1.33.1...v1.33.2) --- updated-dependencies: - dependency-name: k8s.io/apimachinery dependency-version: 0.33.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod-dependencies - dependency-name: k8s.io/component-base dependency-version: 0.33.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod-dependencies - dependency-name: k8s.io/kubernetes dependency-version: 1.33.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4197d46 commit 0c7b977

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ go 1.24.0
44

55
require (
66
github.com/google/go-cmp v0.7.0
7-
k8s.io/apimachinery v0.33.1
8-
k8s.io/component-base v0.33.1
7+
k8s.io/apimachinery v0.33.3
8+
k8s.io/component-base v0.33.3
99
k8s.io/klog/v2 v2.130.1
10-
k8s.io/kubernetes v1.33.1
10+
k8s.io/kubernetes v1.33.3
1111
)
1212

1313
require (
@@ -36,7 +36,7 @@ require (
3636
golang.org/x/text v0.23.0 // indirect
3737
google.golang.org/protobuf v1.36.5 // indirect
3838
gopkg.in/inf.v0 v0.9.1 // indirect
39-
k8s.io/api v0.33.1 // indirect
39+
k8s.io/api v0.33.3 // indirect
4040
k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738 // indirect
4141
sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 // indirect
4242
sigs.k8s.io/randfill v1.0.0 // indirect

go.sum

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -116,16 +116,16 @@ gopkg.in/inf.v0 v0.9.1 h1:73M5CoZyi3ZLMOyDlQh031Cx6N9NDJ2Vvfl76EDAgDc=
116116
gopkg.in/inf.v0 v0.9.1/go.mod h1:cWUDdTG/fYaXco+Dcufb5Vnc6Gp2YChqWtbxRZE0mXw=
117117
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
118118
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
119-
k8s.io/api v0.33.1 h1:tA6Cf3bHnLIrUK4IqEgb2v++/GYUtqiu9sRVk3iBXyw=
120-
k8s.io/api v0.33.1/go.mod h1:87esjTn9DRSRTD4fWMXamiXxJhpOIREjWOSjsW1kEHw=
121-
k8s.io/apimachinery v0.33.1 h1:mzqXWV8tW9Rw4VeW9rEkqvnxj59k1ezDUl20tFK/oM4=
122-
k8s.io/apimachinery v0.33.1/go.mod h1:BHW0YOu7n22fFv/JkYOEfkUYNRN0fj0BlvMFWA7b+SM=
123-
k8s.io/component-base v0.33.1 h1:EoJ0xA+wr77T+G8p6T3l4efT2oNwbqBVKR71E0tBIaI=
124-
k8s.io/component-base v0.33.1/go.mod h1:guT/w/6piyPfTgq7gfvgetyXMIh10zuXA6cRRm3rDuY=
119+
k8s.io/api v0.33.3 h1:SRd5t//hhkI1buzxb288fy2xvjubstenEKL9K51KBI8=
120+
k8s.io/api v0.33.3/go.mod h1:01Y/iLUjNBM3TAvypct7DIj0M0NIZc+PzAHCIo0CYGE=
121+
k8s.io/apimachinery v0.33.3 h1:4ZSrmNa0c/ZpZJhAgRdcsFcZOw1PQU1bALVQ0B3I5LA=
122+
k8s.io/apimachinery v0.33.3/go.mod h1:BHW0YOu7n22fFv/JkYOEfkUYNRN0fj0BlvMFWA7b+SM=
123+
k8s.io/component-base v0.33.3 h1:mlAuyJqyPlKZM7FyaoM/LcunZaaY353RXiOd2+B5tGA=
124+
k8s.io/component-base v0.33.3/go.mod h1:ktBVsBzkI3imDuxYXmVxZ2zxJnYTZ4HAsVj9iF09qp4=
125125
k8s.io/klog/v2 v2.130.1 h1:n9Xl7H1Xvksem4KFG4PYbdQCQxqc/tTUyrgXaOhHSzk=
126126
k8s.io/klog/v2 v2.130.1/go.mod h1:3Jpz1GvMt720eyJH1ckRHK1EDfpxISzJ7I9OYgaDtPE=
127-
k8s.io/kubernetes v1.33.1 h1:86+VVY/f11taZdpEZrNciLw1MIQhu6BFXf/OMFn5EUg=
128-
k8s.io/kubernetes v1.33.1/go.mod h1:2nWuPk0seE4+6sd0x60wQ6rYEXcV7SoeMbU0YbFm/5k=
127+
k8s.io/kubernetes v1.33.3 h1:dBx5Z2ZhR8kNzAwCoCz4j1niUbUrNUDVxeSj4/Ienu0=
128+
k8s.io/kubernetes v1.33.3/go.mod h1:nrt8sldmckKz2fCZhgRX3SKfS2e+CzXATPv6ITNkU00=
129129
k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738 h1:M3sRQVHv7vB20Xc2ybTt7ODCeFj6JSWYFzOFnYeS6Ro=
130130
k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0=
131131
sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 h1:/Rv+M11QRah1itp8VhT6HoVx1Ray9eB4DBr+K+/sCJ8=

vendor/modules.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -130,10 +130,10 @@ google.golang.org/protobuf/types/known/timestamppb
130130
# gopkg.in/inf.v0 v0.9.1
131131
## explicit
132132
gopkg.in/inf.v0
133-
# k8s.io/api v0.33.1
133+
# k8s.io/api v0.33.3
134134
## explicit; go 1.24.0
135135
k8s.io/api/core/v1
136-
# k8s.io/apimachinery v0.33.1
136+
# k8s.io/apimachinery v0.33.3
137137
## explicit; go 1.24.0
138138
k8s.io/apimachinery/pkg/api/operation
139139
k8s.io/apimachinery/pkg/api/resource
@@ -163,7 +163,7 @@ k8s.io/apimachinery/pkg/util/yaml
163163
k8s.io/apimachinery/pkg/version
164164
k8s.io/apimachinery/pkg/watch
165165
k8s.io/apimachinery/third_party/forked/golang/reflect
166-
# k8s.io/component-base v0.33.1
166+
# k8s.io/component-base v0.33.3
167167
## explicit; go 1.24.0
168168
k8s.io/component-base/cli/flag
169169
k8s.io/component-base/featuregate
@@ -189,7 +189,7 @@ k8s.io/klog/v2/internal/severity
189189
k8s.io/klog/v2/internal/sloghandler
190190
k8s.io/klog/v2/internal/verbosity
191191
k8s.io/klog/v2/textlogger
192-
# k8s.io/kubernetes v1.33.1
192+
# k8s.io/kubernetes v1.33.3
193193
## explicit; go 1.24.0
194194
k8s.io/kubernetes/pkg/util/iptables
195195
k8s.io/kubernetes/pkg/util/iptables/testing

0 commit comments

Comments
 (0)