Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
YZ775 committed Sep 11, 2024
1 parent 99eb50c commit bae87bb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Changed

- Update fluent-bit image to 3.1.7 [#738](https://github.com/cybozu-go/moco/pull/738)
- Add support forK8s 1.30 [#727](https://github.com/cybozu-go/moco/pull/727)
- Add support for k8s 1.30 [#727](https://github.com/cybozu-go/moco/pull/727)

## [0.23.2] - 2024-07-02

Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Tool versions
CTRL_TOOLS_VERSION=0.16.1
CTRL_TOOLS_VERSION=0.16.2
CTRL_RUNTIME_VERSION := $(shell awk '/sigs.k8s.io\/controller-runtime/ {print substr($$2, 2)}' go.mod)
KUSTOMIZE_VERSION = 5.4.3
HELM_VERSION = 3.15.3
HELM_VERSION = 3.15.4
CRD_TO_MARKDOWN_VERSION = 0.0.3
MYSQLSH_VERSION = 8.4.0-1
MDBOOK_VERSION = 0.4.40
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.31.0
CERT_MANAGER_VERSION = 1.15.2
CERT_MANAGER_VERSION = 1.15.3
MYSQL_VERSION = 8.4.2

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

0 comments on commit bae87bb

Please sign in to comment.