Skip to content

Commit

Permalink
Upgrade tools
Browse files Browse the repository at this point in the history
  • Loading branch information
yamatcha committed Dec 4, 2023
1 parent 42d438f commit c80fb36
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Tool versions
CTRL_TOOLS_VERSION=0.12.0
CTRL_TOOLS_VERSION=0.13.0
CTRL_RUNTIME_VERSION := $(shell awk '/sigs.k8s.io\/controller-runtime/ {print substr($$2, 2)}' go.mod)
KUSTOMIZE_VERSION = 5.0.3
HELM_VERSION = 3.12.0
KUSTOMIZE_VERSION = 5.2.1
HELM_VERSION = 3.13.2
CRD_TO_MARKDOWN_VERSION = 0.0.3
MYSQLSH_VERSION = 8.0.34-1
MDBOOK_VERSION = 0.4.20
GORELEASER_VERSION = 1.18.2
YQ_VERSION = 4.34.1
MDBOOK_VERSION = 0.4.36
GORELEASER_VERSION = 1.22.1
YQ_VERSION = 4.40.4
OS_VERSION := $(shell . /etc/os-release; echo $$VERSION_ID)

# Test tools
Expand Down
4 changes: 2 additions & 2 deletions e2e/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
KIND_VERSION = 0.19.0
KIND_VERSION = 0.20.0
KUBERNETES_VERSION = 1.27.1
CERT_MANAGER_VERSION = 1.12.1
CERT_MANAGER_VERSION = 1.13.2
MYSQL_VERSION = 8.0.34

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

0 comments on commit c80fb36

Please sign in to comment.