Skip to content

Commit cc30338

Browse files
deps: update dependency kubernetes-sigs/controller-tools to v0.18.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d6fd74d commit cc30338

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

.github/workflows/CI.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ permissions: read-all
2222
env:
2323
GO_VERSION: "~1.23"
2424
# renovate: datasource=github-releases depName=kubernetes-sigs/controller-tools
25-
CONTROLLER_TOOLS_VERSION: "v0.16.5"
25+
CONTROLLER_TOOLS_VERSION: "v0.18.0"
2626
ENVTEST_K8S_VERSION: "1.27.0"
2727
defaults:
2828
run:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ defaults:
1717
env:
1818
GO_VERSION: "~1.23"
1919
# renovate: datasource=github-releases depName=kubernetes-sigs/controller-tools
20-
CONTROLLER_TOOLS_VERSION: "v0.16.5"
20+
CONTROLLER_TOOLS_VERSION: "v0.18.0"
2121
PUBLISHABLE_ITEMS: '[".","lifecycle-operator","metrics-operator","keptn-cert-manager","runtimes/deno-runtime","runtimes/python-runtime"]'
2222

2323
jobs:

keptn-cert-manager/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN go mod download
1313
COPY ./ ./
1414

1515
# renovate: datasource=github-releases depName=kubernetes-sigs/controller-tools
16-
ARG CONTROLLER_TOOLS_VERSION=v0.16.5
16+
ARG CONTROLLER_TOOLS_VERSION=v0.18.0
1717
RUN go install sigs.k8s.io/controller-tools/cmd/controller-gen@$CONTROLLER_TOOLS_VERSION
1818

1919
ARG GIT_HASH

keptn-cert-manager/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ ENVTEST ?= $(LOCALBIN)/setup-envtest
122122
# renovate: datasource=github-tags depName=kubernetes-sigs/kustomize
123123
KUSTOMIZE_VERSION?=v5.5.0
124124
# renovate: datasource=github-releases depName=kubernetes-sigs/controller-tools
125-
CONTROLLER_TOOLS_VERSION?=v0.16.5
125+
CONTROLLER_TOOLS_VERSION?=v0.18.0
126126

127127
KUSTOMIZE_INSTALL_SCRIPT ?= "https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh"
128128
.PHONY: kustomize

lifecycle-operator/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ COPY go.mod go.sum ./
88
RUN go mod download
99

1010
# renovate: datasource=github-releases depName=kubernetes-sigs/controller-tools
11-
ARG CONTROLLER_TOOLS_VERSION=v0.16.5
11+
ARG CONTROLLER_TOOLS_VERSION=v0.18.0
1212
RUN go install sigs.k8s.io/controller-tools/cmd/controller-gen@$CONTROLLER_TOOLS_VERSION
1313

1414
# Copy the go source

lifecycle-operator/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ ENVTEST_K8S_VERSION=1.27.1
2727
# renovate: datasource=github-tags depName=kubernetes-sigs/kustomize
2828
KUSTOMIZE_VERSION?=v5.5.0
2929
# renovate: datasource=github-releases depName=kubernetes-sigs/controller-tools
30-
CONTROLLER_TOOLS_VERSION?=v0.16.5
30+
CONTROLLER_TOOLS_VERSION?=v0.18.0
3131

3232
# Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set)
3333
ifeq (,$(shell go env GOBIN))

metrics-operator/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ COPY go.mod go.sum ./
88
RUN go mod download
99

1010
# renovate: datasource=github-releases depName=kubernetes-sigs/controller-tools
11-
ARG CONTROLLER_TOOLS_VERSION=v0.16.5
11+
ARG CONTROLLER_TOOLS_VERSION=v0.18.0
1212
RUN go install sigs.k8s.io/controller-tools/cmd/controller-gen@$CONTROLLER_TOOLS_VERSION
1313

1414
# Copy the go source

metrics-operator/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ ENVTEST_K8S_VERSION=1.27.1
2727
# renovate: datasource=github-tags depName=kubernetes-sigs/kustomize
2828
KUSTOMIZE_VERSION?=v5.5.0
2929
# renovate: datasource=github-releases depName=kubernetes-sigs/controller-tools
30-
CONTROLLER_TOOLS_VERSION?=v0.16.5
30+
CONTROLLER_TOOLS_VERSION?=v0.18.0
3131

3232
# Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set)
3333
ifeq (,$(shell go env GOBIN))

0 commit comments

Comments
 (0)