From 938472d7c2fa09e01c4f92877348c7d2c0dc6c89 Mon Sep 17 00:00:00 2001 From: yamatcha Date: Fri, 8 Mar 2024 01:52:44 +0000 Subject: [PATCH] Bump version to 0.20.2 --- CHANGELOG.md | 9 ++++++++- kustomization.yaml | 2 +- version.go | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0eab92203..dd3cfac8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [0.20.2] - 2024-03-08 + +### Fixed +- Add / delimiter to the end of path in calcPrefix [#648](https://github.com/cybozu-go/moco/pull/648) + + ## [0.20.1] - 2024-01-24 ### Fixed @@ -560,7 +566,8 @@ The `MySQLCluster` created by MOCO `< v0.5.0` has no compatibility with `>= v0.5 - Bootstrap a vanilla MySQL cluster with no replicas (#2). -[Unreleased]: https://github.com/cybozu-go/moco/compare/v0.20.1...HEAD +[Unreleased]: https://github.com/cybozu-go/moco/compare/v0.20.2...HEAD +[0.20.2]: https://github.com/cybozu-go/moco/compare/v0.20.1...v0.20.2 [0.20.1]: https://github.com/cybozu-go/moco/compare/v0.20.0...v0.20.1 [0.20.0]: https://github.com/cybozu-go/moco/compare/v0.19.0...v0.20.0 [0.19.0]: https://github.com/cybozu-go/moco/compare/v0.18.1...v0.19.0 diff --git a/kustomization.yaml b/kustomization.yaml index 8c8a50ac2..eeea44953 100644 --- a/kustomization.yaml +++ b/kustomization.yaml @@ -3,4 +3,4 @@ resources: images: - name: ghcr.io/cybozu-go/moco - newTag: 0.20.1 + newTag: 0.20.2 diff --git a/version.go b/version.go index 2afb18ef6..879a84b25 100644 --- a/version.go +++ b/version.go @@ -2,7 +2,7 @@ package moco const ( // Version is the MOCO version - Version = "0.20.1" + Version = "0.20.2" // FluentBitImage is the image for slow-log sidecar container. FluentBitImage = "ghcr.io/cybozu-go/moco/fluent-bit:2.2.0.1"