Skip to content

Commit b32125d

Browse files
authored
chore(deps): upgrade Kubernetes and related dependencies to v0.35.0 (#741)
Signed-off-by: Kay Yan <kay.yan@daocloud.io>
1 parent fc19b9a commit b32125d

21 files changed

Lines changed: 563 additions & 251 deletions

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
GO_VERSION := $(shell awk '/^go /{print $$2}' go.mod|head -n1)
33

44
# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.
5-
ENVTEST_K8S_VERSION = 1.34.0
5+
ENVTEST_K8S_VERSION = 1.35.0
66

77
# Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set)
88
ifeq (,$(shell go env GOBIN))
@@ -69,7 +69,7 @@ ARTIFACTS ?= $(PROJECT_DIR)/bin
6969

7070
INTEGRATION_TARGET ?= ./test/integration/...
7171

72-
E2E_KIND_VERSION ?= kindest/node:v1.34.0
72+
E2E_KIND_VERSION ?= kindest/node:v1.35.0
7373
CERT_MANAGER_VERSION ?= v1.17.0
7474
USE_EXISTING_CLUSTER ?= false
7575

charts/lws/crds/leaderworkerset.x-k8s.io_leaderworkersets.yaml

Lines changed: 133 additions & 15 deletions
Large diffs are not rendered by default.

client-go/applyconfiguration/leaderworkerset/v1/leaderworkerset.go

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

client-go/applyconfiguration/leaderworkerset/v1/leaderworkersetspec.go

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

client-go/applyconfiguration/leaderworkerset/v1/leaderworkersetstatus.go

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

client-go/applyconfiguration/leaderworkerset/v1/leaderworkertemplate.go

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

client-go/applyconfiguration/leaderworkerset/v1/networkconfig.go

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

client-go/applyconfiguration/leaderworkerset/v1/rollingupdateconfiguration.go

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

client-go/applyconfiguration/leaderworkerset/v1/rolloutstrategy.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.

client-go/applyconfiguration/leaderworkerset/v1/subgrouppolicy.go

Lines changed: 12 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)