Skip to content

Commit 1d934a1

Browse files
authored
Merge pull request #808 from cybozu-go/bump-v0.27.1
Bump version to v0.27.1
2 parents 1e4e357 + 4ccb9ee commit 1d934a1

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

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

66
## [Unreleased]
77

8+
## [0.27.1] - 2025/05/28
9+
### Fixed
10+
- Add setup-aqua to release workflow [#806](https://github.com/cybozu-go/moco/pull/806)
11+
812
## [0.27.0] - 2025-05-27
913
### Breaking Changes
1014
- Support MySQL 8.4.5/8.0.42 [#794](https://github.com/cybozu-go/moco/pull/794), [#798](https://github.com/cybozu-go/moco/pull/798)
@@ -700,7 +704,8 @@ The `MySQLCluster` created by MOCO `< v0.5.0` has no compatibility with `>= v0.5
700704

701705
- Bootstrap a vanilla MySQL cluster with no replicas (#2).
702706

703-
[Unreleased]: https://github.com/cybozu-go/moco/compare/v0.27.0...HEAD
707+
[Unreleased]: https://github.com/cybozu-go/moco/compare/v0.27.1...HEAD
708+
[0.27.1]: https://github.com/cybozu-go/moco/compare/v0.27.0...v0.27.1
704709
[0.27.0]: https://github.com/cybozu-go/moco/compare/v0.26.0...v0.27.0
705710
[0.26.0]: https://github.com/cybozu-go/moco/compare/v0.25.1...v0.26.0
706711
[0.25.1]: https://github.com/cybozu-go/moco/compare/v0.25.0...v0.25.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.27.0
6+
newTag: 0.27.1

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.27.0"
5+
Version = "0.27.1"
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)