Skip to content

Commit

Permalink
Update dependency kubernetes-sigs/controller-tools to v0.16.3 (#349)
Browse files Browse the repository at this point in the history
* Update dependency kubernetes-sigs/controller-tools to v0.16.3

* make tidy generate

[skip renovate-post-update]

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 13, 2024
1 parent 3277b1d commit 7381880
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config/crds/sharding.timebertt.dev_clusterrings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.16.2
controller-gen.kubebuilder.io/version: v0.16.3
name: clusterrings.sharding.timebertt.dev
spec:
group: sharding.timebertt.dev
Expand Down
2 changes: 1 addition & 1 deletion hack/tools.mk
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ $(TOOLS_BIN_DIR)/.version_%:

CONTROLLER_GEN := $(TOOLS_BIN_DIR)/controller-gen
# renovate: datasource=github-releases depName=kubernetes-sigs/controller-tools
CONTROLLER_GEN_VERSION ?= v0.16.2
CONTROLLER_GEN_VERSION ?= v0.16.3
$(CONTROLLER_GEN): $(call tool_version_file,$(CONTROLLER_GEN),$(CONTROLLER_GEN_VERSION))
GOBIN=$(abspath $(TOOLS_BIN_DIR)) go install sigs.k8s.io/controller-tools/cmd/controller-gen@$(CONTROLLER_GEN_VERSION)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.16.2
controller-gen.kubebuilder.io/version: v0.16.3
name: themes.webhosting.timebertt.dev
spec:
group: webhosting.timebertt.dev
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.16.2
controller-gen.kubebuilder.io/version: v0.16.3
name: websites.webhosting.timebertt.dev
spec:
group: webhosting.timebertt.dev
Expand Down

0 comments on commit 7381880

Please sign in to comment.