From 6051a3d955cc9f8e745ef857dce6ef5d836bf410 Mon Sep 17 00:00:00 2001 From: PINCHON Benjamin Date: Wed, 11 Sep 2024 14:41:20 +0200 Subject: [PATCH] chore(deps): bump controller-tools v0.16.2 Signed-off-by: PINCHON Benjamin --- Makefile | 2 +- config/crd/bases/dns.cav.enablers.ob_rrsets.yaml | 2 +- config/crd/bases/dns.cav.enablers.ob_zones.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 6456e98..5c25d3f 100644 --- a/Makefile +++ b/Makefile @@ -216,7 +216,7 @@ GOLANGCI_LINT = $(LOCALBIN)/golangci-lint-$(GOLANGCI_LINT_VERSION) ## Tool Versions KUSTOMIZE_VERSION ?= v5.4.3 -CONTROLLER_TOOLS_VERSION ?= v0.16.1 +CONTROLLER_TOOLS_VERSION ?= v0.16.2 ENVTEST_VERSION ?= release-0.19 GOLANGCI_LINT_VERSION ?= v1.61.0 diff --git a/config/crd/bases/dns.cav.enablers.ob_rrsets.yaml b/config/crd/bases/dns.cav.enablers.ob_rrsets.yaml index c10b7ac..49fa9f5 100644 --- a/config/crd/bases/dns.cav.enablers.ob_rrsets.yaml +++ b/config/crd/bases/dns.cav.enablers.ob_rrsets.yaml @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.16.1 + controller-gen.kubebuilder.io/version: v0.16.2 name: rrsets.dns.cav.enablers.ob spec: group: dns.cav.enablers.ob diff --git a/config/crd/bases/dns.cav.enablers.ob_zones.yaml b/config/crd/bases/dns.cav.enablers.ob_zones.yaml index e1d9d9a..ce63181 100644 --- a/config/crd/bases/dns.cav.enablers.ob_zones.yaml +++ b/config/crd/bases/dns.cav.enablers.ob_zones.yaml @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.16.1 + controller-gen.kubebuilder.io/version: v0.16.2 name: zones.dns.cav.enablers.ob spec: group: dns.cav.enablers.ob