From 02ec23dbae994864b8eddc708d6f8f0b2f9b938d Mon Sep 17 00:00:00 2001 From: Yusuke Suzuki Date: Thu, 24 Jun 2021 17:44:42 +0900 Subject: [PATCH] Bump version to 0.10.2 --- CHANGELOG.md | 8 +++++++- kustomization.yaml | 2 +- version.go | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54ddb1c4b..94c41ae1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [0.10.2] - 2021-06-24 + +### Changed +- Update moco-agent to 0.6.8 (#269) + ## [0.10.1] - 2021-06-22 ### Changed @@ -213,7 +218,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.10.1...HEAD +[Unreleased]: https://github.com/cybozu-go/moco/compare/v0.10.2...HEAD +[0.10.2]: https://github.com/cybozu-go/moco/compare/v0.10.1...v0.10.2 [0.10.1]: https://github.com/cybozu-go/moco/compare/v0.10.0...v0.10.1 [0.10.0]: https://github.com/cybozu-go/moco/compare/v0.9.5...v0.10.0 [0.9.5]: https://github.com/cybozu-go/moco/compare/v0.9.4...v0.9.5 diff --git a/kustomization.yaml b/kustomization.yaml index 750ad3060..ed05a2582 100644 --- a/kustomization.yaml +++ b/kustomization.yaml @@ -3,4 +3,4 @@ resources: images: - name: ghcr.io/cybozu-go/moco - newTag: 0.10.1 + newTag: 0.10.2 diff --git a/version.go b/version.go index 2b7515d1d..146f32031 100644 --- a/version.go +++ b/version.go @@ -2,7 +2,7 @@ package moco const ( // Version is the MOCO version - Version = "0.10.1" + Version = "0.10.2" // FluentBitImage is the image for slow-log sidecar container. FluentBitImage = "quay.io/cybozu/fluent-bit:1.7.8.1"