From a0ff0ed8eccb9ef0da275f5a1bcce010d058ad7c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 08:02:21 +0200 Subject: [PATCH] deps: update dependency kubernetes-sigs/controller-tools to v0.16.2 (#3700) Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/CI.yaml | 2 +- .github/workflows/release.yml | 2 +- keptn-cert-manager/Dockerfile | 2 +- keptn-cert-manager/Makefile | 2 +- lifecycle-operator/Dockerfile | 2 +- lifecycle-operator/Makefile | 2 +- metrics-operator/Dockerfile | 2 +- metrics-operator/Makefile | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/CI.yaml b/.github/workflows/CI.yaml index c2874f4bfc..b6269a0d68 100644 --- a/.github/workflows/CI.yaml +++ b/.github/workflows/CI.yaml @@ -22,7 +22,7 @@ permissions: read-all env: GO_VERSION: "~1.22" # renovate: datasource=github-releases depName=kubernetes-sigs/controller-tools - CONTROLLER_TOOLS_VERSION: "v0.15.0" + CONTROLLER_TOOLS_VERSION: "v0.16.2" ENVTEST_K8S_VERSION: "1.24.2" SCHEDULER_COMPATIBLE_K8S_VERSION: "v0.24.3" defaults: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f17e30febb..e3f51d8465 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ defaults: env: GO_VERSION: "~1.22" # renovate: datasource=github-releases depName=kubernetes-sigs/controller-tools - CONTROLLER_TOOLS_VERSION: "v0.15.0" + CONTROLLER_TOOLS_VERSION: "v0.16.2" SCHEDULER_COMPATIBLE_K8S_VERSION: "v0.24.3" PUBLISHABLE_ITEMS: '[".","lifecycle-operator","metrics-operator","keptn-cert-manager","runtimes/deno-runtime","runtimes/python-runtime","scheduler"]' diff --git a/keptn-cert-manager/Dockerfile b/keptn-cert-manager/Dockerfile index 6f6de8e600..dc7cb8f321 100644 --- a/keptn-cert-manager/Dockerfile +++ b/keptn-cert-manager/Dockerfile @@ -13,7 +13,7 @@ RUN go mod download COPY ./ ./ # renovate: datasource=github-releases depName=kubernetes-sigs/controller-tools -ARG CONTROLLER_TOOLS_VERSION=v0.15.0 +ARG CONTROLLER_TOOLS_VERSION=v0.16.2 RUN go install sigs.k8s.io/controller-tools/cmd/controller-gen@$CONTROLLER_TOOLS_VERSION ARG GIT_HASH diff --git a/keptn-cert-manager/Makefile b/keptn-cert-manager/Makefile index 950b349613..6095ba7633 100644 --- a/keptn-cert-manager/Makefile +++ b/keptn-cert-manager/Makefile @@ -122,7 +122,7 @@ ENVTEST ?= $(LOCALBIN)/setup-envtest # renovate: datasource=github-tags depName=kubernetes-sigs/kustomize KUSTOMIZE_VERSION?=v5.4.3 # renovate: datasource=github-releases depName=kubernetes-sigs/controller-tools -CONTROLLER_TOOLS_VERSION?=v0.15.0 +CONTROLLER_TOOLS_VERSION?=v0.16.2 KUSTOMIZE_INSTALL_SCRIPT ?= "https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh" .PHONY: kustomize diff --git a/lifecycle-operator/Dockerfile b/lifecycle-operator/Dockerfile index 2fe768cc1a..4c74ffd8b6 100644 --- a/lifecycle-operator/Dockerfile +++ b/lifecycle-operator/Dockerfile @@ -8,7 +8,7 @@ COPY go.mod go.sum ./ RUN go mod download # renovate: datasource=github-releases depName=kubernetes-sigs/controller-tools -ARG CONTROLLER_TOOLS_VERSION=v0.15.0 +ARG CONTROLLER_TOOLS_VERSION=v0.16.2 RUN go install sigs.k8s.io/controller-tools/cmd/controller-gen@$CONTROLLER_TOOLS_VERSION # Copy the go source diff --git a/lifecycle-operator/Makefile b/lifecycle-operator/Makefile index 78f1435ccf..f41f4a8850 100644 --- a/lifecycle-operator/Makefile +++ b/lifecycle-operator/Makefile @@ -27,7 +27,7 @@ ENVTEST_K8S_VERSION=1.27.1 # renovate: datasource=github-tags depName=kubernetes-sigs/kustomize KUSTOMIZE_VERSION?=v5.4.3 # renovate: datasource=github-releases depName=kubernetes-sigs/controller-tools -CONTROLLER_TOOLS_VERSION?=v0.15.0 +CONTROLLER_TOOLS_VERSION?=v0.16.2 # Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set) ifeq (,$(shell go env GOBIN)) diff --git a/metrics-operator/Dockerfile b/metrics-operator/Dockerfile index e7f9a762f4..fedb77f4ef 100644 --- a/metrics-operator/Dockerfile +++ b/metrics-operator/Dockerfile @@ -8,7 +8,7 @@ COPY go.mod go.sum ./ RUN go mod download # renovate: datasource=github-releases depName=kubernetes-sigs/controller-tools -ARG CONTROLLER_TOOLS_VERSION=v0.15.0 +ARG CONTROLLER_TOOLS_VERSION=v0.16.2 RUN go install sigs.k8s.io/controller-tools/cmd/controller-gen@$CONTROLLER_TOOLS_VERSION # Copy the go source diff --git a/metrics-operator/Makefile b/metrics-operator/Makefile index 66f922c755..e6fc0a1fd2 100644 --- a/metrics-operator/Makefile +++ b/metrics-operator/Makefile @@ -27,7 +27,7 @@ ENVTEST_K8S_VERSION=1.27.1 # renovate: datasource=github-tags depName=kubernetes-sigs/kustomize KUSTOMIZE_VERSION?=v5.4.3 # renovate: datasource=github-releases depName=kubernetes-sigs/controller-tools -CONTROLLER_TOOLS_VERSION?=v0.15.0 +CONTROLLER_TOOLS_VERSION?=v0.16.2 # Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set) ifeq (,$(shell go env GOBIN))