From 57cf648a2da544ccacd13f9afd0b38b1ec74c798 Mon Sep 17 00:00:00 2001 From: Gianluca Mardente Date: Wed, 3 Jun 2026 16:39:43 +0200 Subject: [PATCH] (chore) Advance kind to v0.32.0 Use Kubernetes version v1.36.1 for fv sanities --- Makefile | 6 +++--- api/v1beta1/zz_generated.deepcopy.go | 5 ++--- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index 3e658b1d..29c0796e 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ # Image URL to use all building/pushing image targets IMG ?= controller:latest # KUBEBUILDER_ENVTEST_KUBERNETES_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary. -KUBEBUILDER_ENVTEST_KUBERNETES_VERSION = 1.35.0 +KUBEBUILDER_ENVTEST_KUBERNETES_VERSION = 1.36.0 # Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set) ifeq (,$(shell go env GOBIN)) @@ -81,7 +81,7 @@ KUBECTL := $(TOOLS_BIN_DIR)/kubectl GOVULNCHECK_VERSION := "v1.1.4" GOLANGCI_LINT_VERSION := "v2.11.4" CLUSTERCTL_VERSION := v1.13.2 -KIND_VERSION := v0.31.0 +KIND_VERSION := v0.32.0 KUSTOMIZE_VER := v5.8.0 KUSTOMIZE_BIN := kustomize @@ -204,7 +204,7 @@ endif # K8S_VERSION for the Kind cluster can be set as environment variable. If not defined, # this default value is used ifndef K8S_VERSION -K8S_VERSION := v1.35.0 +K8S_VERSION := v1.36.1 endif KIND_CONFIG ?= kind-cluster.yaml diff --git a/api/v1beta1/zz_generated.deepcopy.go b/api/v1beta1/zz_generated.deepcopy.go index 2da29d03..39a311bd 100644 --- a/api/v1beta1/zz_generated.deepcopy.go +++ b/api/v1beta1/zz_generated.deepcopy.go @@ -21,12 +21,11 @@ limitations under the License. package v1beta1 import ( + apiv1beta1 "github.com/projectsveltos/libsveltos/api/v1beta1" corev1 "k8s.io/api/core/v1" - v1 "k8s.io/apimachinery/pkg/apis/meta/v1" + "k8s.io/apimachinery/pkg/apis/meta/v1" "k8s.io/apimachinery/pkg/runtime" "k8s.io/apimachinery/pkg/util/intstr" - - apiv1beta1 "github.com/projectsveltos/libsveltos/api/v1beta1" ) // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.