Skip to content

Commit

Permalink
update dependency tool in Makefiles
Browse files Browse the repository at this point in the history
  • Loading branch information
takara9 committed May 16, 2024
1 parent 4521401 commit d6fa199
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Tool versions
CTRL_TOOLS_VERSION=0.15.0
CTRL_RUNTIME_VERSION := $(shell awk '/sigs.k8s.io\/controller-runtime/ {print substr($$2, 2)}' go.mod)
KUSTOMIZE_VERSION = 5.2.1
HELM_VERSION = 3.13.2
KUSTOMIZE_VERSION = 5.4.1
HELM_VERSION = 3.15.0
CRD_TO_MARKDOWN_VERSION = 0.0.3
MYSQLSH_VERSION = 8.0.37-1
MDBOOK_VERSION = 0.4.36
GORELEASER_VERSION = 1.26.0
YQ_VERSION = 4.40.4
MDBOOK_VERSION = 0.4.37
GORELEASER_VERSION = 1.26.1
YQ_VERSION = 4.44.1
OS_VERSION := $(shell . /etc/os-release; echo $$VERSION_ID)

# Test tools
Expand Down
2 changes: 1 addition & 1 deletion e2e/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
KIND_VERSION = 0.23.0
KUBERNETES_VERSION = 1.30.0
CERT_MANAGER_VERSION = 1.13.2
CERT_MANAGER_VERSION = 1.14.5
MYSQL_VERSION = 8.0.37

KIND := $(dir $(shell pwd))/bin/kind
Expand Down

0 comments on commit d6fa199

Please sign in to comment.