Skip to content

Commit 074ecfb

Browse files
authored
Merge pull request #696 from cybozu-go/bump-v0.21.1
Bump version to 0.21.1
2 parents c749b0d + 010fbfd commit 074ecfb

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

CHANGELOG.md

+8-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](http://semver.org/).
55

66
## [Unreleased]
7-
## [0.21.0] - 2024-06-13
7+
## [0.21.1] - 2024-06-13
88

99
### Notable changed:
1010
Due to an update of the github.com/aws/aws-sdk-go-v2 library, users must specify the region of the bucket in their BackupPolicy if the bucketConfig.backendType is s3 or not specified. If the region is not specified, the backup/restore job will crash.
@@ -27,6 +27,11 @@ ref: aws/aws-sdk-go-v2#2502
2727
- Update go.mod for the latest moco-agent [#690](https://github.com/cybozu-go/moco/pull/690)
2828

2929

30+
## 0.21.0 - 2024-06-13
31+
32+
This release was canceled due to occur conflict.
33+
34+
3035
## [0.20.2] - 2024-03-08
3136

3237
### Fixed
@@ -588,8 +593,8 @@ The `MySQLCluster` created by MOCO `< v0.5.0` has no compatibility with `>= v0.5
588593

589594
- Bootstrap a vanilla MySQL cluster with no replicas (#2).
590595

591-
[Unreleased]: https://github.com/cybozu-go/moco/compare/v0.21.0...HEAD
592-
[0.21.0]: https://github.com/cybozu-go/moco/compare/v0.20.2...v0.21.0
596+
[Unreleased]: https://github.com/cybozu-go/moco/compare/v0.21.1...HEAD
597+
[0.21.1]: https://github.com/cybozu-go/moco/compare/v0.20.2...v0.21.1
593598
[0.20.2]: https://github.com/cybozu-go/moco/compare/v0.20.1...v0.20.2
594599
[0.20.1]: https://github.com/cybozu-go/moco/compare/v0.20.0...v0.20.1
595600
[0.20.0]: https://github.com/cybozu-go/moco/compare/v0.19.0...v0.20.0

kustomization.yaml

+1-1
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.21.0
6+
newTag: 0.21.1

version.go

+1-1
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.21.0"
5+
Version = "0.21.1"
66

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

0 commit comments

Comments
 (0)