Skip to content

Commit 8bf9bc1

Browse files
authored
Merge pull request #641 from cybozu-go/bump-v0.20.1
Bump version to 0.20.1
2 parents 4b2064e + d0e9119 commit 8bf9bc1

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

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

66
## [Unreleased]
77

8+
## [0.20.1] - 2024-01-24
9+
10+
### Fixed
11+
- issue-604: Added backward compatibility [#640](https://github.com/cybozu-go/moco/pull/640)
12+
- Use net.JoinHostPort when constructing ip address: [#631](https://github.com/cybozu-go/moco/pull/631)
13+
14+
### Changed
15+
- ci: Convert e2e to workflow_dispatch [#623](https://github.com/cybozu-go/moco/pull/623)
16+
- Migrate to ghcr.io [#635](https://github.com/cybozu-go/moco/pull/635)
17+
818
## [0.20.0] - 2023-12-19
919

1020
### Breaking Changes
@@ -550,7 +560,8 @@ The `MySQLCluster` created by MOCO `< v0.5.0` has no compatibility with `>= v0.5
550560

551561
- Bootstrap a vanilla MySQL cluster with no replicas (#2).
552562

553-
[Unreleased]: https://github.com/cybozu-go/moco/compare/v0.20.0...HEAD
563+
[Unreleased]: https://github.com/cybozu-go/moco/compare/v0.20.1...HEAD
564+
[0.20.1]: https://github.com/cybozu-go/moco/compare/v0.20.0...v0.20.1
554565
[0.20.0]: https://github.com/cybozu-go/moco/compare/v0.19.0...v0.20.0
555566
[0.19.0]: https://github.com/cybozu-go/moco/compare/v0.18.1...v0.19.0
556567
[0.18.1]: https://github.com/cybozu-go/moco/compare/v0.18.0...v0.18.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.20.0
6+
newTag: 0.20.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.20.0"
5+
Version = "0.20.1"
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)