Skip to content

Commit e671f5d

Browse files
authored
bump k8s to v1.33.4 (#5182)
Signed-off-by: zhangzujian <zhangzujian.7@gmail.com>
1 parent 37fd04c commit e671f5d

36 files changed

+1434
-391
lines changed

.golangci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,12 @@ linters:
4848
- linters:
4949
- gosec
5050
path: test/
51+
- linters:
52+
- staticcheck
53+
text: Endpoints is deprecated
54+
- linters:
55+
- staticcheck
56+
text: EndpointSubset is deprecated
5157
paths:
5258
- third_party$
5359
- builtin$

dist/images/Dockerfile.base

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ ARG ARCH
178178
# renovate: datasource=github-releases depName=cni-plugin packageName=containernetworking/plugins versioning=semver
179179
ARG CNI_PLUGINS_VERSION=v1.7.1
180180
# renovate: datasource=github-releases depName=kubectl packageName=kubernetes/kubernetes versioning=semver
181-
ARG KUBECTL_VERSION=v1.32.7
181+
ARG KUBECTL_VERSION=v1.33.4
182182
# renovate: datasource=github-releases depName=gobgp packageName=osrg/gobgp versioning=semver
183183
ARG GOBGP_VERSION=3.37.0
184184
ARG TRIVY_DB_REPOSITORY="public.ecr.aws/aquasecurity/trivy-db:2"

dist/images/go-deps/download-go-deps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -e
44

55
ARCH=${ARCH:-amd64}
66
CNI_PLUGINS_VERSION=${CNI_PLUGINS_VERSION:-v1.7.1}
7-
KUBECTL_VERSION=${KUBECTL_VERSION:-v1.32.7}
7+
KUBECTL_VERSION=${KUBECTL_VERSION:-v1.33.4}
88
GOBGP_VERSION=${GOBGP_VERSION:-3.37.0}
99

1010

go.mod

Lines changed: 146 additions & 90 deletions
Large diffs are not rendered by default.

go.sum

Lines changed: 855 additions & 151 deletions
Large diffs are not rendered by default.

hack/update-codegen-docker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ GOPROXY=${GOPROXY:-"https://goproxy.cn"}
77
docker run -it --rm \
88
-v ${PWD}:/app \
99
-e GOPROXY=${GOPROXY} \
10-
ghcr.io/slok/kube-code-generator:v0.7.0 \
10+
ghcr.io/zhangzujian/kube-code-generator:v0.7.2 \
1111
--boilerplate-path ./hack/boilerplate.go.txt \
1212
--apis-in ./pkg/apis \
1313
--go-gen-out ./pkg/client

makefiles/talos.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ TALOS_CONTROL_PLANE_NODE = $(TALOS_CLUSTER_NAME)-control-plane
2828
TALOS_CONTROL_PLANE_IPV4 = 172.99.99.10
2929
TALOS_CONTROL_PLANE_IPV6 = 2001:db8:99:99::10
3030
TALOS_WORKER_NODE = $(TALOS_CLUSTER_NAME)-worker
31-
TALOS_K8S_VERSION ?= 1.32.7
31+
TALOS_K8S_VERSION ?= 1.33.4
3232
# DO NOT CHANGE CONTROL PLANE COUNT
3333
TALOS_CONTROL_PLANE_COUNT = 1
3434
TALOS_WORKER_COUNT ?= 1

pkg/client/clientset/versioned/fake/clientset_generated.go

Lines changed: 6 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/client/clientset/versioned/typed/kubeovn/v1/kubeovn_client.go

Lines changed: 3 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/client/informers/externalversions/kubeovn/v1/ip.go

Lines changed: 14 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)