chore: Update controller-gen tool version to 0.14.0

Signed-off-by: Anatolii Bazko <abazko@redhat.com>
pull/1847/head
Anatolii Bazko 2024-06-04 12:58:20 +02:00
parent 618ad1f1a9
commit 66b3732894
11 changed files with 19521 additions and 18742 deletions

View File

@ -566,7 +566,7 @@ download-opm: ## Download opm tool
CONTROLLER_GEN = $(shell pwd)/bin/controller-gen CONTROLLER_GEN = $(shell pwd)/bin/controller-gen
download-controller-gen: ## Download controller-gen tool download-controller-gen: ## Download controller-gen tool
$(call go-get-tool,$(CONTROLLER_GEN),sigs.k8s.io/controller-tools/cmd/controller-gen@v0.7.0) $(call go-get-tool,$(CONTROLLER_GEN),sigs.k8s.io/controller-tools/cmd/controller-gen@v0.14.0)
KUSTOMIZE = $(shell pwd)/bin/kustomize KUSTOMIZE = $(shell pwd)/bin/kustomize
download-kustomize: ## Download kustomize tool download-kustomize: ## Download kustomize tool

View File

@ -1,5 +1,4 @@
//go:build !ignore_autogenerated //go:build !ignore_autogenerated
// +build !ignore_autogenerated
// //
// Copyright (c) 2019-2024 Red Hat, Inc. // Copyright (c) 2019-2024 Red Hat, Inc.

View File

@ -1,5 +1,4 @@
//go:build !ignore_autogenerated //go:build !ignore_autogenerated
// +build !ignore_autogenerated
// //
// Copyright (c) 2019-2024 Red Hat, Inc. // Copyright (c) 2019-2024 Red Hat, Inc.

View File

@ -104,7 +104,7 @@ metadata:
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3 operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
repository: https://github.com/eclipse-che/che-operator repository: https://github.com/eclipse-che/che-operator
support: Eclipse Foundation support: Eclipse Foundation
name: eclipse-che.v7.87.0-871.next name: eclipse-che.v7.87.0-872.next
namespace: placeholder namespace: placeholder
spec: spec:
apiservicedefinitions: {} apiservicedefinitions: {}
@ -1036,7 +1036,7 @@ spec:
minKubeVersion: 1.19.0 minKubeVersion: 1.19.0
provider: provider:
name: Eclipse Foundation name: Eclipse Foundation
version: 7.87.0-871.next version: 7.87.0-872.next
webhookdefinitions: webhookdefinitions:
- admissionReviewVersions: - admissionReviewVersions:
- v1 - v1

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff