Skip to content

Commit

Permalink
Merge branch 'master' into freeze-olm-version
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewChubatiuk authored Oct 31, 2024
2 parents a96eac8 + a7245f6 commit 1528f7c
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -354,16 +354,17 @@ ENVCONFIG_DOCS = $(LOCALBIN)/envconfig-docs-$(ENVCONFIG_DOCS_VERSION)
CRD_REF_DOCS = $(LOCALBIN)/crd-ref-docs-$(CRD_REF_DOCS_VERSION)

## Tool Versions
KUSTOMIZE_VERSION ?= v5.4.1
CONTROLLER_TOOLS_VERSION ?= v0.15.0
ENVTEST_VERSION ?= release-0.18
GOLANGCI_LINT_VERSION ?= v1.60.3
CODEGENERATOR_VERSION ?= v0.30.2
KIND_VERSION ?= v0.23.0
OPERATOR_SDK_VERSION ?= v1.35.0
OPM_VERSION ?= v1.44.0
KUSTOMIZE_VERSION ?= v5.5.0
CONTROLLER_TOOLS_VERSION ?= v0.16.4
ENVTEST_VERSION ?= release-0.19
GOLANGCI_LINT_VERSION ?= v1.61.0
CODEGENERATOR_VERSION ?= v0.31.1
KIND_VERSION ?= v0.24.0
OLM_VERSION ?= 0.28.0
YQ_VERSION ?= v4.44.2
OPERATOR_SDK_VERSION ?= v1.37.0
OPM_VERSION ?= v1.47.0
YQ_VERSION ?= v4.44.3

ENVCONFIG_DOCS_VERSION ?= 746866a6303f8e7e610d39389aa951b3c0d97123
CRD_REF_DOCS_VERSION ?= latest

Expand Down

0 comments on commit 1528f7c

Please sign in to comment.