Skip to content

Commit 8994586

Browse files
authored
Merge pull request #784 from cybozu-go/bump-v0.26.0
Bump version to v0.26.0
2 parents 62e5d17 + 76ddc81 commit 8994586

File tree

3 files changed

+30
-3
lines changed

3 files changed

+30
-3
lines changed

CHANGELOG.md

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,32 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55

66
## [Unreleased]
77

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
18+
19+
### Changed
20+
- Update mysqld_exporter image [#765](https://github.com/cybozu-go/moco/pull/765)
21+
- Update moco-agent [#770](https://github.com/cybozu-go/moco/pull/770)
22+
- Run e2e test in parallel [#767](https://github.com/cybozu-go/moco/pull/767)
23+
- Update dependencies [#760](https://github.com/cybozu-go/moco/pull/760) [#770](https://github.com/cybozu-go/moco/pull/770) [#783](https://github.com/cybozu-go/moco/pull/783)
24+
25+
### Added
26+
- Allow overwriteContainers to specify a securityContext [#778](https://github.com/cybozu-go/moco/pull/778)
27+
28+
### Fixed
29+
- update known issues [#769](https://github.com/cybozu-go/moco/pull/769)
30+
- Narrow down the target of StatefulSetPartitionReconciler [#781](https://github.com/cybozu-go/moco/pull/781)
31+
- docs: fix spelling in summary.md [#785](https://github.com/cybozu-go/moco/pull/785)
32+
- Our thanks to [@sebastian-philipp](https://github.com/sebastian-philipp) for the contribution
33+
834
## [0.25.1] - 2024-12-03
935

1036
### Breaking Changes
@@ -663,7 +689,8 @@ The `MySQLCluster` created by MOCO `< v0.5.0` has no compatibility with `>= v0.5
663689

664690
- Bootstrap a vanilla MySQL cluster with no replicas (#2).
665691

666-
[Unreleased]: https://github.com/cybozu-go/moco/compare/v0.25.1...HEAD
692+
[Unreleased]: https://github.com/cybozu-go/moco/compare/v0.26.0...HEAD
693+
[0.26.0]: https://github.com/cybozu-go/moco/compare/v0.25.1...v0.26.0
667694
[0.25.1]: https://github.com/cybozu-go/moco/compare/v0.25.0...v0.25.1
668695
[0.25.0]: https://github.com/cybozu-go/moco/compare/v0.24.1...v0.25.0
669696
[0.24.1]: https://github.com/cybozu-go/moco/compare/v0.23.2...v0.24.1

kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ resources:
33

44
images:
55
- name: ghcr.io/cybozu-go/moco
6-
newTag: 0.25.1
6+
newTag: 0.26.0

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package moco
22

33
const (
44
// Version is the MOCO version
5-
Version = "0.25.1"
5+
Version = "0.26.0"
66

77
// FluentBitImage is the image for slow-log sidecar container.
88
FluentBitImage = "ghcr.io/cybozu-go/moco/fluent-bit:3.1.7.1"

0 commit comments

Comments
 (0)