Skip to content

Commit

Permalink
Upgrade tools to MySQL 8.0.35
Browse files Browse the repository at this point in the history
  • Loading branch information
yamatcha committed Dec 4, 2023
1 parent 7e7814d commit f49fdc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ CTRL_RUNTIME_VERSION := $(shell awk '/sigs.k8s.io\/controller-runtime/ {print su
KUSTOMIZE_VERSION = 5.0.3
HELM_VERSION = 3.12.0
CRD_TO_MARKDOWN_VERSION = 0.0.3
MYSQLSH_VERSION = 8.0.34-1
MYSQLSH_VERSION = 8.0.35-1
MDBOOK_VERSION = 0.4.20
GORELEASER_VERSION = 1.18.2
YQ_VERSION = 4.34.1
Expand Down
2 changes: 1 addition & 1 deletion e2e/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
KIND_VERSION = 0.19.0
KUBERNETES_VERSION = 1.27.1
CERT_MANAGER_VERSION = 1.12.1
MYSQL_VERSION = 8.0.34
MYSQL_VERSION = 8.0.35

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

0 comments on commit f49fdc4

Please sign in to comment.