Skip to content

Commit 3741dde

Browse files
authored
Merge pull request #650 from cybozu-go/bump-v0.20.2
Bump version to 0.20.2
2 parents 3d7b6b3 + 938472d commit 3741dde

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

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

66
## [Unreleased]
77

8+
## [0.20.2] - 2024-03-08
9+
10+
### Fixed
11+
- Add / delimiter to the end of path in calcPrefix [#648](https://github.com/cybozu-go/moco/pull/648)
12+
13+
814
## [0.20.1] - 2024-01-24
915

1016
### Fixed
@@ -560,7 +566,8 @@ The `MySQLCluster` created by MOCO `< v0.5.0` has no compatibility with `>= v0.5
560566

561567
- Bootstrap a vanilla MySQL cluster with no replicas (#2).
562568

563-
[Unreleased]: https://github.com/cybozu-go/moco/compare/v0.20.1...HEAD
569+
[Unreleased]: https://github.com/cybozu-go/moco/compare/v0.20.2...HEAD
570+
[0.20.2]: https://github.com/cybozu-go/moco/compare/v0.20.1...v0.20.2
564571
[0.20.1]: https://github.com/cybozu-go/moco/compare/v0.20.0...v0.20.1
565572
[0.20.0]: https://github.com/cybozu-go/moco/compare/v0.19.0...v0.20.0
566573
[0.19.0]: https://github.com/cybozu-go/moco/compare/v0.18.1...v0.19.0

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.20.1
6+
newTag: 0.20.2

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.20.1"
5+
Version = "0.20.2"
66

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

0 commit comments

Comments
 (0)