Skip to content

Commit bebb194

Browse files
authored
Bump helper tool versions (#676)
1 parent 906db16 commit bebb194

13 files changed

+18
-18
lines changed

Makefile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -255,14 +255,14 @@ GOLANGCI_LINT = $(LOCALBIN)/golangci-lint-$(GOLANGCI_LINT_VERSION)
255255
YQ = $(LOCALBIN)/yq-$(YQ_VERSION)
256256

257257
## Tool Versions
258-
KUSTOMIZE_VERSION ?= v5.3.0
259-
CONTROLLER_TOOLS_VERSION ?= v0.16.5
260-
ENVTEST_VERSION ?= release-0.19
258+
KUSTOMIZE_VERSION ?= v5.8.0
259+
CONTROLLER_TOOLS_VERSION ?= v0.19.0
260+
ENVTEST_VERSION ?= release-0.22
261261
CRD_REF_DOCS_VERSION ?= v0.2.0
262262
HELM_DOCS_VERSION ?= v1.14.2
263-
HASHICORP_COPYWRITE_VERSION ?= v0.19.0
264-
GOLANGCI_LINT_VERSION ?= v1.61.0
265-
YQ_VERSION ?= v4.44.3
263+
HASHICORP_COPYWRITE_VERSION ?= v0.22.0
264+
GOLANGCI_LINT_VERSION ?= v2.6.2
265+
YQ_VERSION ?= v4.49.2
266266

267267
.PHONY: kustomize
268268
kustomize: $(KUSTOMIZE) ## Download kustomize locally if necessary.

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

Lines changed: 1 addition & 1 deletion
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.16.5
9+
controller-gen.kubebuilder.io/version: v0.19.0
1010
labels:
1111
app.terraform.io/crd-schema-version: v25.4.0
1212
name: agentpools.app.terraform.io

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

Lines changed: 1 addition & 1 deletion
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.16.5
9+
controller-gen.kubebuilder.io/version: v0.19.0
1010
labels:
1111
app.terraform.io/crd-schema-version: v25.11.0
1212
name: agenttokens.app.terraform.io

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

Lines changed: 1 addition & 1 deletion
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.16.5
9+
controller-gen.kubebuilder.io/version: v0.19.0
1010
labels:
1111
app.terraform.io/crd-schema-version: v25.4.0
1212
name: modules.app.terraform.io

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

Lines changed: 1 addition & 1 deletion
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.16.5
9+
controller-gen.kubebuilder.io/version: v0.19.0
1010
labels:
1111
app.terraform.io/crd-schema-version: v25.4.0
1212
name: projects.app.terraform.io

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

Lines changed: 1 addition & 1 deletion
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.16.5
9+
controller-gen.kubebuilder.io/version: v0.19.0
1010
labels:
1111
app.terraform.io/crd-schema-version: v25.11.0
1212
name: runscollectors.app.terraform.io

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

Lines changed: 1 addition & 1 deletion
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.16.5
9+
controller-gen.kubebuilder.io/version: v0.19.0
1010
labels:
1111
app.terraform.io/crd-schema-version: v25.4.0
1212
name: workspaces.app.terraform.io

config/crd/bases/app.terraform.io_agentpools.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33
kind: CustomResourceDefinition
44
metadata:
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.16.5
6+
controller-gen.kubebuilder.io/version: v0.19.0
77
labels:
88
app.terraform.io/crd-schema-version: v25.4.0
99
name: agentpools.app.terraform.io

config/crd/bases/app.terraform.io_agenttokens.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33
kind: CustomResourceDefinition
44
metadata:
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.16.5
6+
controller-gen.kubebuilder.io/version: v0.19.0
77
labels:
88
app.terraform.io/crd-schema-version: v25.11.0
99
name: agenttokens.app.terraform.io

config/crd/bases/app.terraform.io_modules.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33
kind: CustomResourceDefinition
44
metadata:
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.16.5
6+
controller-gen.kubebuilder.io/version: v0.19.0
77
labels:
88
app.terraform.io/crd-schema-version: v25.4.0
99
name: modules.app.terraform.io

0 commit comments

Comments
 (0)