Skip to content

Commit 2df5c6d

Browse files
dependabot[bot]AKOBot
andauthored
Bump k8s.io/apiextensions-apiserver from 0.31.2 to 0.31.3 (#1949)
* Bump k8s.io/apiextensions-apiserver from 0.31.2 to 0.31.3 Bumps [k8s.io/apiextensions-apiserver](https://github.com/kubernetes/apiextensions-apiserver) from 0.31.2 to 0.31.3. - [Release notes](https://github.com/kubernetes/apiextensions-apiserver/releases) - [Commits](kubernetes/apiextensions-apiserver@v0.31.2...v0.31.3) --- updated-dependencies: - dependency-name: k8s.io/apiextensions-apiserver dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Fix licenses after dependabot changes [dependabot skip] --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: AKOBot <[email protected]>
1 parent 3e00662 commit 2df5c6d

File tree

4 files changed

+26
-26
lines changed

4 files changed

+26
-26
lines changed

.licenses-gomod.sha256

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
100644 2f07aaf350b400c175672e40597602f4f6013ed7 go.mod
1+
100644 43b3cb937cc216e338e003d760987af1d97726ec go.mod

go.mod

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ require (
3333
google.golang.org/api v0.206.0
3434
gopkg.in/yaml.v2 v2.4.0
3535
gopkg.in/yaml.v3 v3.0.1
36-
k8s.io/api v0.31.2
37-
k8s.io/apimachinery v0.31.2
38-
k8s.io/apiserver v0.31.2
39-
k8s.io/client-go v0.31.2
36+
k8s.io/api v0.31.3
37+
k8s.io/apimachinery v0.31.3
38+
k8s.io/apiserver v0.31.3
39+
k8s.io/client-go v0.31.3
4040
sigs.k8s.io/controller-runtime v0.19.2
4141
)
4242

@@ -77,7 +77,7 @@ require (
7777
google.golang.org/genproto/googleapis/api v0.0.0-20241104194629-dd2ea8efbc28 // indirect
7878
google.golang.org/genproto/googleapis/rpc v0.0.0-20241104194629-dd2ea8efbc28 // indirect
7979
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
80-
k8s.io/component-base v0.31.2 // indirect
80+
k8s.io/component-base v0.31.3 // indirect
8181
)
8282

8383
require (
@@ -147,7 +147,7 @@ require (
147147
google.golang.org/grpc v1.67.1 // indirect
148148
google.golang.org/protobuf v1.35.1 // indirect
149149
gopkg.in/inf.v0 v0.9.1 // indirect
150-
k8s.io/apiextensions-apiserver v0.31.2
150+
k8s.io/apiextensions-apiserver v0.31.3
151151
k8s.io/klog/v2 v2.130.1
152152
k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 // indirect
153153
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 // indirect

go.sum

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -460,18 +460,18 @@ gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
460460
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
461461
honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4=
462462
honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4=
463-
k8s.io/api v0.31.2 h1:3wLBbL5Uom/8Zy98GRPXpJ254nEFpl+hwndmk9RwmL0=
464-
k8s.io/api v0.31.2/go.mod h1:bWmGvrGPssSK1ljmLzd3pwCQ9MgoTsRCuK35u6SygUk=
465-
k8s.io/apiextensions-apiserver v0.31.2 h1:W8EwUb8+WXBLu56ser5IudT2cOho0gAKeTOnywBLxd0=
466-
k8s.io/apiextensions-apiserver v0.31.2/go.mod h1:i+Geh+nGCJEGiCGR3MlBDkS7koHIIKWVfWeRFiOsUcM=
467-
k8s.io/apimachinery v0.31.2 h1:i4vUt2hPK56W6mlT7Ry+AO8eEsyxMD1U44NR22CLTYw=
468-
k8s.io/apimachinery v0.31.2/go.mod h1:rsPdaZJfTfLsNJSQzNHQvYoTmxhoOEofxtOsF3rtsMo=
469-
k8s.io/apiserver v0.31.2 h1:VUzOEUGRCDi6kX1OyQ801m4A7AUPglpsmGvdsekmcI4=
470-
k8s.io/apiserver v0.31.2/go.mod h1:o3nKZR7lPlJqkU5I3Ove+Zx3JuoFjQobGX1Gctw6XuE=
471-
k8s.io/client-go v0.31.2 h1:Y2F4dxU5d3AQj+ybwSMqQnpZH9F30//1ObxOKlTI9yc=
472-
k8s.io/client-go v0.31.2/go.mod h1:NPa74jSVR/+eez2dFsEIHNa+3o09vtNaWwWwb1qSxSs=
473-
k8s.io/component-base v0.31.2 h1:Z1J1LIaC0AV+nzcPRFqfK09af6bZ4D1nAOpWsy9owlA=
474-
k8s.io/component-base v0.31.2/go.mod h1:9PeyyFN/drHjtJZMCTkSpQJS3U9OXORnHQqMLDz0sUQ=
463+
k8s.io/api v0.31.3 h1:umzm5o8lFbdN/hIXbrK9oRpOproJO62CV1zqxXrLgk8=
464+
k8s.io/api v0.31.3/go.mod h1:UJrkIp9pnMOI9K2nlL6vwpxRzzEX5sWgn8kGQe92kCE=
465+
k8s.io/apiextensions-apiserver v0.31.3 h1:+GFGj2qFiU7rGCsA5o+p/rul1OQIq6oYpQw4+u+nciE=
466+
k8s.io/apiextensions-apiserver v0.31.3/go.mod h1:2DSpFhUZZJmn/cr/RweH1cEVVbzFw9YBu4T+U3mf1e4=
467+
k8s.io/apimachinery v0.31.3 h1:6l0WhcYgasZ/wk9ktLq5vLaoXJJr5ts6lkaQzgeYPq4=
468+
k8s.io/apimachinery v0.31.3/go.mod h1:rsPdaZJfTfLsNJSQzNHQvYoTmxhoOEofxtOsF3rtsMo=
469+
k8s.io/apiserver v0.31.3 h1:+1oHTtCB+OheqFEz375D0IlzHZ5VeQKX1KGXnx+TTuY=
470+
k8s.io/apiserver v0.31.3/go.mod h1:PrxVbebxrxQPFhJk4powDISIROkNMKHibTg9lTRQ0Qg=
471+
k8s.io/client-go v0.31.3 h1:CAlZuM+PH2cm+86LOBemaJI/lQ5linJ6UFxKX/SoG+4=
472+
k8s.io/client-go v0.31.3/go.mod h1:2CgjPUTpv3fE5dNygAr2NcM8nhHzXvxB8KL5gYc3kJs=
473+
k8s.io/component-base v0.31.3 h1:DMCXXVx546Rfvhj+3cOm2EUxhS+EyztH423j+8sOwhQ=
474+
k8s.io/component-base v0.31.3/go.mod h1:xME6BHfUOafRgT0rGVBGl7TuSg8Z9/deT7qq6w7qjIU=
475475
k8s.io/klog/v2 v2.130.1 h1:n9Xl7H1Xvksem4KFG4PYbdQCQxqc/tTUyrgXaOhHSzk=
476476
k8s.io/klog/v2 v2.130.1/go.mod h1:3Jpz1GvMt720eyJH1ckRHK1EDfpxISzJ7I9OYgaDtPE=
477477
k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 h1:BZqlfIlq5YbRMFko6/PM7FjZpUb45WallggurYhKGag=

licenses.csv

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -129,13 +129,13 @@ gopkg.in/evanphx/json-patch.v4,https://github.com/evanphx/json-patch/blob/v4.12.
129129
gopkg.in/inf.v0,https://github.com/go-inf/inf/blob/v0.9.1/LICENSE,BSD-3-Clause
130130
gopkg.in/yaml.v2,https://github.com/go-yaml/yaml/blob/v2.4.0/LICENSE,Apache-2.0
131131
gopkg.in/yaml.v3,https://github.com/go-yaml/yaml/blob/v3.0.1/LICENSE,MIT
132-
k8s.io/api,https://github.com/kubernetes/api/blob/v0.31.2/LICENSE,Apache-2.0
133-
k8s.io/apiextensions-apiserver/pkg,https://github.com/kubernetes/apiextensions-apiserver/blob/v0.31.2/LICENSE,Apache-2.0
134-
k8s.io/apimachinery/pkg,https://github.com/kubernetes/apimachinery/blob/v0.31.2/LICENSE,Apache-2.0
135-
k8s.io/apimachinery/third_party/forked/golang,https://github.com/kubernetes/apimachinery/blob/v0.31.2/third_party/forked/golang/LICENSE,BSD-3-Clause
136-
k8s.io/apiserver/pkg,https://github.com/kubernetes/apiserver/blob/v0.31.2/LICENSE,Apache-2.0
137-
k8s.io/client-go,https://github.com/kubernetes/client-go/blob/v0.31.2/LICENSE,Apache-2.0
138-
k8s.io/component-base,https://github.com/kubernetes/component-base/blob/v0.31.2/LICENSE,Apache-2.0
132+
k8s.io/api,https://github.com/kubernetes/api/blob/v0.31.3/LICENSE,Apache-2.0
133+
k8s.io/apiextensions-apiserver/pkg,https://github.com/kubernetes/apiextensions-apiserver/blob/v0.31.3/LICENSE,Apache-2.0
134+
k8s.io/apimachinery/pkg,https://github.com/kubernetes/apimachinery/blob/v0.31.3/LICENSE,Apache-2.0
135+
k8s.io/apimachinery/third_party/forked/golang,https://github.com/kubernetes/apimachinery/blob/v0.31.3/third_party/forked/golang/LICENSE,BSD-3-Clause
136+
k8s.io/apiserver/pkg,https://github.com/kubernetes/apiserver/blob/v0.31.3/LICENSE,Apache-2.0
137+
k8s.io/client-go,https://github.com/kubernetes/client-go/blob/v0.31.3/LICENSE,Apache-2.0
138+
k8s.io/component-base,https://github.com/kubernetes/component-base/blob/v0.31.3/LICENSE,Apache-2.0
139139
k8s.io/klog/v2,https://github.com/kubernetes/klog/blob/v2.130.1/LICENSE,Apache-2.0
140140
k8s.io/kube-openapi/pkg,https://github.com/kubernetes/kube-openapi/blob/70dd3763d340/LICENSE,Apache-2.0
141141
k8s.io/kube-openapi/pkg/internal/third_party/go-json-experiment/json,https://github.com/kubernetes/kube-openapi/blob/70dd3763d340/pkg/internal/third_party/go-json-experiment/json/LICENSE,BSD-3-Clause

0 commit comments

Comments
 (0)