Skip to content

Commit a6ffb68

Browse files
committed
update kubernetes to v1.31.0
1 parent 10ef90f commit a6ffb68

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

.github/workflows/trivy.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Install go
1616
uses: actions/setup-go@v5
1717
with:
18-
go-version: ^1.22.3
18+
go-version: ^1.22.5
1919

2020
- name: Build an image from Dockerfile
2121
run: |

go.mod

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
module github.com/kubernetes-csi/livenessprobe
22

3-
go 1.22.3
3+
go 1.22.5
44

55
require (
66
github.com/container-storage-interface/spec v1.9.0
77
github.com/golang/mock v1.6.0
8-
github.com/kubernetes-csi/csi-lib-utils v0.19.0-beta.0
8+
github.com/kubernetes-csi/csi-lib-utils v0.19.0
99
github.com/kubernetes-csi/csi-test/v5 v5.2.0
10-
k8s.io/component-base v0.31.0-rc.0
10+
k8s.io/component-base v0.31.0
1111
k8s.io/klog/v2 v2.130.1
1212
)
1313

@@ -49,7 +49,7 @@ require (
4949
google.golang.org/protobuf v1.34.2 // indirect
5050
gopkg.in/inf.v0 v0.9.1 // indirect
5151
gopkg.in/yaml.v2 v2.4.0 // indirect
52-
k8s.io/apimachinery v0.31.0-rc.0 // indirect
52+
k8s.io/apimachinery v0.31.0 // indirect
5353
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 // indirect
5454
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
5555
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect

go.sum

+6-6
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE=
4242
github.com/kr/pretty v0.3.1/go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk=
4343
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
4444
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
45-
github.com/kubernetes-csi/csi-lib-utils v0.19.0-beta.0 h1:v06gHJT03w4GqSIHqY70fusyRP52c7mNGjwDP/rXlls=
46-
github.com/kubernetes-csi/csi-lib-utils v0.19.0-beta.0/go.mod h1:UeXs7eT5VF7FC1M8NiN/+c0D3QcSVSzqvRYudXVwtf8=
45+
github.com/kubernetes-csi/csi-lib-utils v0.19.0 h1:3sT8mL9+St2acyrEtuR7CQ5L78GR4lgsb+sfon9tGfA=
46+
github.com/kubernetes-csi/csi-lib-utils v0.19.0/go.mod h1:lBuMKvoyd8c3EG+itmnVWApLDHnLkU7ibxxZSPuOw0M=
4747
github.com/kubernetes-csi/csi-test/v5 v5.2.0 h1:Z+sdARWC6VrONrxB24clCLCmnqCnZF7dzXtzx8eM35o=
4848
github.com/kubernetes-csi/csi-test/v5 v5.2.0/go.mod h1:o/c5w+NU3RUNE+DbVRhEUTmkQVBGk+tFOB2yPXT8teo=
4949
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q=
@@ -149,10 +149,10 @@ gopkg.in/yaml.v2 v2.4.0 h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY=
149149
gopkg.in/yaml.v2 v2.4.0/go.mod h1:RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ=
150150
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
151151
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
152-
k8s.io/apimachinery v0.31.0-rc.0 h1:8guKYtBUM/ZEvvQoWfm3hl/NEj+1eVhuSnSpDHheJmw=
153-
k8s.io/apimachinery v0.31.0-rc.0/go.mod h1:rsPdaZJfTfLsNJSQzNHQvYoTmxhoOEofxtOsF3rtsMo=
154-
k8s.io/component-base v0.31.0-rc.0 h1:dPS5Pm17748Ur+h5u6G2679qBT3Vq9xDlq2TNsQL1Sk=
155-
k8s.io/component-base v0.31.0-rc.0/go.mod h1:LYJyURUhpbHK6ldqnTIPJdj9C83AqkgLhAazWv2k7Ec=
152+
k8s.io/apimachinery v0.31.0 h1:m9jOiSr3FoSSL5WO9bjm1n6B9KROYYgNZOb4tyZ1lBc=
153+
k8s.io/apimachinery v0.31.0/go.mod h1:rsPdaZJfTfLsNJSQzNHQvYoTmxhoOEofxtOsF3rtsMo=
154+
k8s.io/component-base v0.31.0 h1:/KIzGM5EvPNQcYgwq5NwoQBaOlVFrghoVGr8lG6vNRs=
155+
k8s.io/component-base v0.31.0/go.mod h1:TYVuzI1QmN4L5ItVdMSXKvH7/DtvIuas5/mm8YT3rTo=
156156
k8s.io/klog/v2 v2.130.1 h1:n9Xl7H1Xvksem4KFG4PYbdQCQxqc/tTUyrgXaOhHSzk=
157157
k8s.io/klog/v2 v2.130.1/go.mod h1:3Jpz1GvMt720eyJH1ckRHK1EDfpxISzJ7I9OYgaDtPE=
158158
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 h1:pUdcCO1Lk/tbT5ztQWOBi5HBgbBP1J8+AsQnQCKsi8A=

vendor/modules.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ github.com/inconshreveable/mousetrap
5656
# github.com/json-iterator/go v1.1.12
5757
## explicit; go 1.12
5858
github.com/json-iterator/go
59-
# github.com/kubernetes-csi/csi-lib-utils v0.19.0-beta.0
60-
## explicit; go 1.22.0
59+
# github.com/kubernetes-csi/csi-lib-utils v0.19.0
60+
## explicit; go 1.22.5
6161
github.com/kubernetes-csi/csi-lib-utils/connection
6262
github.com/kubernetes-csi/csi-lib-utils/metrics
6363
github.com/kubernetes-csi/csi-lib-utils/protosanitizer
@@ -265,7 +265,7 @@ gopkg.in/inf.v0
265265
# gopkg.in/yaml.v2 v2.4.0
266266
## explicit; go 1.15
267267
gopkg.in/yaml.v2
268-
# k8s.io/apimachinery v0.31.0-rc.0
268+
# k8s.io/apimachinery v0.31.0
269269
## explicit; go 1.22.0
270270
k8s.io/apimachinery/pkg/api/resource
271271
k8s.io/apimachinery/pkg/apis/meta/v1
@@ -292,7 +292,7 @@ k8s.io/apimachinery/pkg/util/version
292292
k8s.io/apimachinery/pkg/version
293293
k8s.io/apimachinery/pkg/watch
294294
k8s.io/apimachinery/third_party/forked/golang/reflect
295-
# k8s.io/component-base v0.31.0-rc.0
295+
# k8s.io/component-base v0.31.0
296296
## explicit; go 1.22.0
297297
k8s.io/component-base/cli/flag
298298
k8s.io/component-base/featuregate

0 commit comments

Comments
 (0)