Skip to content

Commit 484f16e

Browse files
authored
chore(deps): Bump k8s modules to 0.32.0 (#9794)
* Bump k8s modules to 0.32.0 * Bump kindest/node to 1.32.0 * Bump golang.org/x/crypto to v0.31.0 Due to critical bulnerabilitiy. * Recreate go.sum for auth module
1 parent d816ffb commit 484f16e

File tree

26 files changed

+468
-545
lines changed

26 files changed

+468
-545
lines changed

.github/workflows/cd-helm.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- uses: helm/[email protected]
3737
- uses: helm/[email protected]
3838
with:
39-
node_image: kindest/node:v1.30.2
39+
node_image: kindest/node:v1.32.0
4040
- run: ct install --target-branch ${{ github.event.repository.default_branch }}
4141

4242
release:

.github/workflows/ci-helm.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
if: steps.list-changed.outputs.changed == 'true'
4848
uses: helm/[email protected]
4949
with:
50-
node_image: kindest/node:v1.30.2
50+
node_image: kindest/node:v1.32.0
5151
- name: Install Chart
5252
if: steps.list-changed.outputs.changed == 'true'
5353
run: ct install --target-branch ${{ github.event.repository.default_branch }}

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ jobs:
205205
# fetch-depth: 0
206206
# - uses: helm/[email protected]
207207
# with:
208-
# node_image: kindest/node:v1.30.2
208+
# node_image: kindest/node:v1.32.0
209209
# - uses: actions/[email protected]
210210
# with:
211211
# go-version-file: modules/api/go.mod

hack/include/config.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ DOCKER_COMPOSE_DEV_PATH := $(DOCKER_DIRECTORY)/dev.compose.yml
2121
TMP_DIRECTORY := $(ROOT_DIRECTORY)/.tmp
2222
# Kind
2323
KIND_CLUSTER_NAME := kubernetes-dashboard
24-
KIND_CLUSTER_VERSION := 1.29.0
24+
KIND_CLUSTER_VERSION := 1.32.0
2525
KIND_CLUSTER_IMAGE := docker.io/kindest/node:v${KIND_CLUSTER_VERSION}
2626
KIND_CLUSTER_INTERNAL_KUBECONFIG_PATH := $(TMP_DIRECTORY)/kubeconfig
2727
KIND_CLUSTER_KUBECONFIG_CONTEXT := kind-$(KIND_CLUSTER_NAME)

modules/api/go.mod

+20-23
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,22 @@ require (
1111
github.com/spf13/pflag v1.0.5
1212
golang.org/x/net v0.30.0
1313
gopkg.in/igm/sockjs-go.v2 v2.1.0
14-
k8s.io/api v0.31.1
15-
k8s.io/apiextensions-apiserver v0.31.1
16-
k8s.io/apimachinery v0.31.1
17-
k8s.io/client-go v0.31.1
14+
k8s.io/api v0.32.0
15+
k8s.io/apiextensions-apiserver v0.32.0
16+
k8s.io/apimachinery v0.32.0
17+
k8s.io/client-go v0.32.0
1818
k8s.io/dashboard/certificates v0.0.0-00010101000000-000000000000
1919
k8s.io/dashboard/client v0.0.0-00010101000000-000000000000
2020
k8s.io/dashboard/csrf v0.0.0-00010101000000-000000000000
2121
k8s.io/dashboard/errors v0.0.0-00010101000000-000000000000
2222
k8s.io/dashboard/helpers v0.0.0-00010101000000-000000000000
2323
k8s.io/dashboard/types v0.0.0-00010101000000-000000000000
2424
k8s.io/klog/v2 v2.130.1
25-
k8s.io/kubectl v0.31.1
25+
k8s.io/kubectl v0.32.0
2626
)
2727

2828
require (
29-
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
29+
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
3030
github.com/MakeNowJust/heredoc v1.0.0 // indirect
3131
github.com/Yiling-J/theine-go v0.5.0 // indirect
3232
github.com/beorn7/perks v1.0.1 // indirect
@@ -39,7 +39,7 @@ require (
3939
github.com/cloudwego/iasm v0.2.0 // indirect
4040
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
4141
github.com/evanphx/json-patch/v5 v5.9.0 // indirect
42-
github.com/exponent-io/jsonpath v0.0.0-20151013193312-d6023ce2651d // indirect
42+
github.com/exponent-io/jsonpath v0.0.0-20210407135951-1de76d718b3f // indirect
4343
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
4444
github.com/gabriel-vasile/mimetype v1.4.3 // indirect
4545
github.com/gammazero/deque v0.2.1 // indirect
@@ -64,8 +64,7 @@ require (
6464
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
6565
github.com/google/uuid v1.6.0 // indirect
6666
github.com/gorilla/websocket v1.5.0 // indirect
67-
github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 // indirect
68-
github.com/imdario/mergo v0.3.16 // indirect
67+
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
6968
github.com/inconshreveable/mousetrap v1.1.0 // indirect
7069
github.com/josharian/intern v1.0.0 // indirect
7170
github.com/json-iterator/go v1.1.12 // indirect
@@ -76,7 +75,7 @@ require (
7675
github.com/mailru/easyjson v0.7.7 // indirect
7776
github.com/mattn/go-isatty v0.0.20 // indirect
7877
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
79-
github.com/moby/spdystream v0.4.0 // indirect
78+
github.com/moby/spdystream v0.5.0 // indirect
8079
github.com/moby/term v0.5.0 // indirect
8180
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
8281
github.com/modern-go/reflect2 v1.0.2 // indirect
@@ -98,28 +97,26 @@ require (
9897
github.com/x448/float16 v0.8.4 // indirect
9998
github.com/xlab/treeprint v1.2.0 // indirect
10099
github.com/zeebo/xxh3 v1.0.2 // indirect
101-
go.starlark.net v0.0.0-20230525235612-a134d8f9ddca // indirect
102100
golang.org/x/arch v0.8.0 // indirect
103101
golang.org/x/crypto v0.31.0 // indirect
104-
golang.org/x/oauth2 v0.21.0 // indirect
102+
golang.org/x/oauth2 v0.23.0 // indirect
105103
golang.org/x/sync v0.10.0 // indirect
106104
golang.org/x/sys v0.28.0 // indirect
107105
golang.org/x/term v0.27.0 // indirect
108106
golang.org/x/text v0.21.0 // indirect
109-
golang.org/x/time v0.5.0 // indirect
110-
google.golang.org/protobuf v1.34.2 // indirect
107+
golang.org/x/time v0.7.0 // indirect
108+
google.golang.org/protobuf v1.35.1 // indirect
111109
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
112110
gopkg.in/inf.v0 v0.9.1 // indirect
113-
gopkg.in/yaml.v2 v2.4.0 // indirect
114111
gopkg.in/yaml.v3 v3.0.1 // indirect
115-
k8s.io/cli-runtime v0.31.1 // indirect
116-
k8s.io/component-base v0.31.1 // indirect
117-
k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 // indirect
118-
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 // indirect
119-
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
120-
sigs.k8s.io/kustomize/api v0.17.2 // indirect
121-
sigs.k8s.io/kustomize/kyaml v0.17.1 // indirect
122-
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
112+
k8s.io/cli-runtime v0.32.0 // indirect
113+
k8s.io/component-base v0.32.0 // indirect
114+
k8s.io/kube-openapi v0.0.0-20241105132330-32ad38e42d3f // indirect
115+
k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738 // indirect
116+
sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 // indirect
117+
sigs.k8s.io/kustomize/api v0.18.0 // indirect
118+
sigs.k8s.io/kustomize/kyaml v0.18.1 // indirect
119+
sigs.k8s.io/structured-merge-diff/v4 v4.4.2 // indirect
123120
sigs.k8s.io/yaml v1.4.0 // indirect
124121
)
125122

0 commit comments

Comments
 (0)