Skip to content

Commit 3e23167

Browse files
authored
Merge pull request #591 from gianlucam76/deps
(chore) advance to k8s v1.35.0
2 parents ac7e989 + 8ce521e commit 3e23167

File tree

68 files changed

+223
-280
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+223
-280
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ GOIMPORTS := $(TOOLS_BIN_DIR)/goimports
2929
GOLANGCI_LINT := $(TOOLS_BIN_DIR)/golangci-lint
3030
GINKGO := $(TOOLS_BIN_DIR)/ginkgo
3131

32-
GOLANGCI_LINT_VERSION := "v2.5.0"
32+
GOLANGCI_LINT_VERSION := "v2.7.2"
3333

34-
KUSTOMIZE_VER := v5.7.0
34+
KUSTOMIZE_VER := v5.8.0
3535
KUSTOMIZE_BIN := kustomize
3636
KUSTOMIZE := $(abspath $(TOOLS_BIN_DIR)/$(KUSTOMIZE_BIN)-$(KUSTOMIZE_VER))
3737
KUSTOMIZE_PKG := sigs.k8s.io/kustomize/kustomize/v5
@@ -131,7 +131,7 @@ check-manifests: manifests ## Verify manifests file is up to date
131131
test `git status --porcelain ./manifests/*.yaml | grep -cE '(^\?)|(^ M)'` -eq 0 || (echo "The manifest file changed, please 'make manifests' and commit the results"; exit 1)
132132

133133
# KUBEBUILDER_ENVTEST_KUBERNETES_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.
134-
KUBEBUILDER_ENVTEST_KUBERNETES_VERSION = 1.34.0
134+
KUBEBUILDER_ENVTEST_KUBERNETES_VERSION = 1.35.0
135135

136136
ifeq ($(shell go env GOOS),darwin) # Use the darwin/amd64 binary until an arm64 version is available
137137
KUBEBUILDER_ASSETS ?= $(shell $(SETUP_ENVTEST) use --use-env -p path --arch amd64 $(KUBEBUILDER_ENVTEST_KUBERNETES_VERSION))

api/v1beta1/resourcesummary_type.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,12 @@ const (
2727
ResourceSummaryKind = "ResourceSummary"
2828

2929
// ClusterSummaryNameLabel is added to all ResourceSummary instances
30+
//
3031
// Deprecated: Use ClusterSummaryNameAnnotation
3132
ClusterSummaryNameLabel = "projectsveltos.io/cluster-summary-name"
3233

3334
// ClusterSummaryNamespaceLabel is added to all ResourceSummary instances
35+
//
3436
// Deprecated: Use ClusterSummaryNamespaceAnnotation
3537
ClusterSummaryNamespaceLabel = "projectsveltos.io/cluster-summary-namespace"
3638

config/crd/bases/lib.projectsveltos.io_accessrequests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33
kind: CustomResourceDefinition
44
metadata:
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.19.0
6+
controller-gen.kubebuilder.io/version: v0.20.0
77
name: accessrequests.lib.projectsveltos.io
88
spec:
99
group: lib.projectsveltos.io

config/crd/bases/lib.projectsveltos.io_classifierreports.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33
kind: CustomResourceDefinition
44
metadata:
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.19.0
6+
controller-gen.kubebuilder.io/version: v0.20.0
77
name: classifierreports.lib.projectsveltos.io
88
spec:
99
group: lib.projectsveltos.io

config/crd/bases/lib.projectsveltos.io_classifiers.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33
kind: CustomResourceDefinition
44
metadata:
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.19.0
6+
controller-gen.kubebuilder.io/version: v0.20.0
77
name: classifiers.lib.projectsveltos.io
88
spec:
99
group: lib.projectsveltos.io

config/crd/bases/lib.projectsveltos.io_clusterhealthchecks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33
kind: CustomResourceDefinition
44
metadata:
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.19.0
6+
controller-gen.kubebuilder.io/version: v0.20.0
77
name: clusterhealthchecks.lib.projectsveltos.io
88
spec:
99
group: lib.projectsveltos.io

config/crd/bases/lib.projectsveltos.io_clustersets.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33
kind: CustomResourceDefinition
44
metadata:
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.19.0
6+
controller-gen.kubebuilder.io/version: v0.20.0
77
name: clustersets.lib.projectsveltos.io
88
spec:
99
group: lib.projectsveltos.io

config/crd/bases/lib.projectsveltos.io_configurationbundles.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33
kind: CustomResourceDefinition
44
metadata:
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.19.0
6+
controller-gen.kubebuilder.io/version: v0.20.0
77
name: configurationbundles.lib.projectsveltos.io
88
spec:
99
group: lib.projectsveltos.io

config/crd/bases/lib.projectsveltos.io_configurationgroups.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33
kind: CustomResourceDefinition
44
metadata:
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.19.0
6+
controller-gen.kubebuilder.io/version: v0.20.0
77
name: configurationgroups.lib.projectsveltos.io
88
spec:
99
group: lib.projectsveltos.io

config/crd/bases/lib.projectsveltos.io_debuggingconfigurations.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33
kind: CustomResourceDefinition
44
metadata:
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.19.0
6+
controller-gen.kubebuilder.io/version: v0.20.0
77
name: debuggingconfigurations.lib.projectsveltos.io
88
spec:
99
group: lib.projectsveltos.io

0 commit comments

Comments
 (0)