You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+28-1Lines changed: 28 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,32 @@ This project adheres to [Semantic Versioning](http://semver.org/).
5
5
6
6
## [Unreleased]
7
7
8
+
## [0.26.0] - 2025-03-04
9
+
### Breaking Changes
10
+
11
+
### ⚠️ Breaking Changes
12
+
- Support MySQL 8.4.4/8.0.41 [#775](https://github.com/cybozu-go/moco/pull/775), [#773](https://github.com/cybozu-go/moco/pull/773), [#774](https://github.com/cybozu-go/moco/pull/774)
13
+
- Support k8s 1.32 [#770](https://github.com/cybozu-go/moco/pull/770)
14
+
15
+
### ⚠️ End support for older versions
16
+
- MySQL versions supported after this release are 8.0.28, 8.0.39, 8.0.40, 8.0.41 and 8.4.4
17
+
- K8s versions supported after this release are 1.30, 1.31, 1.32
0 commit comments