Skip to content

Commit 373bf65

Browse files
authored
Bump Makefile dependencies (#518)
1 parent eb047a4 commit 373bf65

12 files changed

+44
-359
lines changed

Makefile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ OPERATOR_SDK_VERSION ?= v1.37.0
5252
# Image URL to use all building/pushing image targets
5353
IMG ?= $(IMAGE_TAG_BASE):$(VERSION)
5454
# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.
55-
ENVTEST_K8S_VERSION = 1.29.0
55+
ENVTEST_K8S_VERSION = 1.30.0
5656

5757
# Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set)
5858
ifeq (,$(shell go env GOBIN))
@@ -239,10 +239,10 @@ GOLANGCI_LINT = $(LOCALBIN)/golangci-lint-$(GOLANGCI_LINT_VERSION)
239239

240240
## Tool Versions
241241
KUSTOMIZE_VERSION ?= v5.3.0
242-
CONTROLLER_TOOLS_VERSION ?= v0.14.0
243-
ENVTEST_VERSION ?= release-0.17
244-
CRD_REF_DOCS_VERSION ?= v0.0.12
245-
HELM_DOCS_VERSION ?= v1.12.0
242+
CONTROLLER_TOOLS_VERSION ?= v0.16.5
243+
ENVTEST_VERSION ?= release-0.19
244+
CRD_REF_DOCS_VERSION ?= v0.1.0
245+
HELM_DOCS_VERSION ?= v1.14.2
246246
HASHICORP_COPYWRITE_VERSION ?= v0.19.0
247247
GOLANGCI_LINT_VERSION ?= v1.61.0
248248

charts/hcp-terraform-operator/crds/app.terraform.io_agentpools.yaml

Lines changed: 10 additions & 115 deletions
Large diffs are not rendered by default.

charts/hcp-terraform-operator/crds/app.terraform.io_modules.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ apiVersion: apiextensions.k8s.io/v1
66
kind: CustomResourceDefinition
77
metadata:
88
annotations:
9-
controller-gen.kubebuilder.io/version: v0.14.0
9+
controller-gen.kubebuilder.io/version: v0.16.5
1010
name: modules.app.terraform.io
1111
spec:
1212
group: app.terraform.io
@@ -135,9 +135,7 @@ spec:
135135
This field is effectively required, but due to backwards compatibility is
136136
allowed to be empty. Instances of this type with an empty value here are
137137
almost certainly wrong.
138-
TODO: Add other useful fields. apiVersion, kind, uid?
139138
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
140-
TODO: Drop `kubebuilder:default` when controller-gen doesn't need it https://github.com/kubernetes-sigs/kubebuilder/issues/3896.
141139
type: string
142140
optional:
143141
description: Specify whether the Secret or its key must be

charts/hcp-terraform-operator/crds/app.terraform.io_projects.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ apiVersion: apiextensions.k8s.io/v1
66
kind: CustomResourceDefinition
77
metadata:
88
annotations:
9-
controller-gen.kubebuilder.io/version: v0.14.0
9+
controller-gen.kubebuilder.io/version: v0.16.5
1010
name: projects.app.terraform.io
1111
spec:
1212
group: app.terraform.io
@@ -239,9 +239,7 @@ spec:
239239
This field is effectively required, but due to backwards compatibility is
240240
allowed to be empty. Instances of this type with an empty value here are
241241
almost certainly wrong.
242-
TODO: Add other useful fields. apiVersion, kind, uid?
243242
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
244-
TODO: Drop `kubebuilder:default` when controller-gen doesn't need it https://github.com/kubernetes-sigs/kubebuilder/issues/3896.
245243
type: string
246244
optional:
247245
description: Specify whether the Secret or its key must be

charts/hcp-terraform-operator/crds/app.terraform.io_workspaces.yaml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ apiVersion: apiextensions.k8s.io/v1
66
kind: CustomResourceDefinition
77
metadata:
88
annotations:
9-
controller-gen.kubebuilder.io/version: v0.14.0
9+
controller-gen.kubebuilder.io/version: v0.16.5
1010
name: workspaces.app.terraform.io
1111
spec:
1212
group: app.terraform.io
@@ -155,9 +155,7 @@ spec:
155155
This field is effectively required, but due to backwards compatibility is
156156
allowed to be empty. Instances of this type with an empty value here are
157157
almost certainly wrong.
158-
TODO: Add other useful fields. apiVersion, kind, uid?
159158
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
160-
TODO: Drop `kubebuilder:default` when controller-gen doesn't need it https://github.com/kubernetes-sigs/kubebuilder/issues/3896.
161159
type: string
162160
optional:
163161
description: Specify whether the ConfigMap or its key
@@ -181,9 +179,7 @@ spec:
181179
This field is effectively required, but due to backwards compatibility is
182180
allowed to be empty. Instances of this type with an empty value here are
183181
almost certainly wrong.
184-
TODO: Add other useful fields. apiVersion, kind, uid?
185182
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
186-
TODO: Drop `kubebuilder:default` when controller-gen doesn't need it https://github.com/kubernetes-sigs/kubebuilder/issues/3896.
187183
type: string
188184
optional:
189185
description: Specify whether the Secret or its key must
@@ -616,9 +612,7 @@ spec:
616612
This field is effectively required, but due to backwards compatibility is
617613
allowed to be empty. Instances of this type with an empty value here are
618614
almost certainly wrong.
619-
TODO: Add other useful fields. apiVersion, kind, uid?
620615
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
621-
TODO: Drop `kubebuilder:default` when controller-gen doesn't need it https://github.com/kubernetes-sigs/kubebuilder/issues/3896.
622616
type: string
623617
optional:
624618
description: Specify whether the ConfigMap or its key
@@ -642,9 +636,7 @@ spec:
642636
This field is effectively required, but due to backwards compatibility is
643637
allowed to be empty. Instances of this type with an empty value here are
644638
almost certainly wrong.
645-
TODO: Add other useful fields. apiVersion, kind, uid?
646639
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
647-
TODO: Drop `kubebuilder:default` when controller-gen doesn't need it https://github.com/kubernetes-sigs/kubebuilder/issues/3896.
648640
type: string
649641
optional:
650642
description: Specify whether the Secret or its key must
@@ -686,9 +678,7 @@ spec:
686678
This field is effectively required, but due to backwards compatibility is
687679
allowed to be empty. Instances of this type with an empty value here are
688680
almost certainly wrong.
689-
TODO: Add other useful fields. apiVersion, kind, uid?
690681
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
691-
TODO: Drop `kubebuilder:default` when controller-gen doesn't need it https://github.com/kubernetes-sigs/kubebuilder/issues/3896.
692682
type: string
693683
optional:
694684
description: Specify whether the Secret or its key must be

0 commit comments

Comments
 (0)