From 2d710559c7db264553f915f0e669ca84c9616b83 Mon Sep 17 00:00:00 2001 From: Youngteac Hong Date: Fri, 24 May 2024 16:10:50 +0900 Subject: [PATCH] Update CHANGELOG.md for v0.4.20 (#875) --- CHANGELOG.md | 13 +++++++++++++ Makefile | 2 +- api/docs/yorkie.base.yaml | 2 +- api/docs/yorkie/v1/admin.openapi.yaml | 2 +- api/docs/yorkie/v1/resources.openapi.yaml | 2 +- api/docs/yorkie/v1/yorkie.openapi.yaml | 2 +- build/charts/yorkie-cluster/Chart.yaml | 4 ++-- 7 files changed, 20 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c00f2f631..e8b478193 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,19 @@ and Yorkie adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) ## [Unreleased] +## [0.4.20] - 2024-05-24 + +### Added + +- Implement RHT.GC by @hackerwins in https://github.com/yorkie-team/yorkie/pull/864 +- Add Resource Configuration in `yorkie-mongodb` Helm chart by @krapie in https://github.com/yorkie-team/yorkie/pull/872 +- Add snapshot-disable-gc flag by @hackerwins in https://github.com/yorkie-team/yorkie/pull/874 + +### Changed + +- Move ToXML from RHT to TreeNode by @raararaara in https://github.com/yorkie-team/yorkie/pull/863 +- Apply GCPair to TreeNode, TextNode by @hackerwins in https://github.com/yorkie-team/yorkie/pull/866 + ## [0.4.19] - 2024-05-10 ### Fixed diff --git a/Makefile b/Makefile index fd333cc57..0a76e31ab 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -YORKIE_VERSION := 0.4.19 +YORKIE_VERSION := 0.4.20 GO_PROJECT = github.com/yorkie-team/yorkie diff --git a/api/docs/yorkie.base.yaml b/api/docs/yorkie.base.yaml index f4e9ce736..4bb63e775 100644 --- a/api/docs/yorkie.base.yaml +++ b/api/docs/yorkie.base.yaml @@ -2,7 +2,7 @@ openapi: 3.1.0 info: title: Yorkie description: "Yorkie is an open source document store for building collaborative editing applications." - version: v0.4.19 + version: v0.4.20 servers: - url: https://api.yorkie.dev description: Production server diff --git a/api/docs/yorkie/v1/admin.openapi.yaml b/api/docs/yorkie/v1/admin.openapi.yaml index b18d23e9a..187557dd6 100644 --- a/api/docs/yorkie/v1/admin.openapi.yaml +++ b/api/docs/yorkie/v1/admin.openapi.yaml @@ -4,7 +4,7 @@ info: Yorkie is an open source document store for building collaborative editing applications. title: Yorkie - version: v0.4.19 + version: v0.4.20 servers: - description: Production server url: https://api.yorkie.dev diff --git a/api/docs/yorkie/v1/resources.openapi.yaml b/api/docs/yorkie/v1/resources.openapi.yaml index 270e7d1a6..54a2f1d44 100644 --- a/api/docs/yorkie/v1/resources.openapi.yaml +++ b/api/docs/yorkie/v1/resources.openapi.yaml @@ -4,7 +4,7 @@ info: Yorkie is an open source document store for building collaborative editing applications. title: Yorkie - version: v0.4.19 + version: v0.4.20 servers: - description: Production server url: https://api.yorkie.dev diff --git a/api/docs/yorkie/v1/yorkie.openapi.yaml b/api/docs/yorkie/v1/yorkie.openapi.yaml index d86f8954f..888433ccb 100644 --- a/api/docs/yorkie/v1/yorkie.openapi.yaml +++ b/api/docs/yorkie/v1/yorkie.openapi.yaml @@ -4,7 +4,7 @@ info: Yorkie is an open source document store for building collaborative editing applications. title: Yorkie - version: v0.4.19 + version: v0.4.20 servers: - description: Production server url: https://api.yorkie.dev diff --git a/build/charts/yorkie-cluster/Chart.yaml b/build/charts/yorkie-cluster/Chart.yaml index c2592c006..73b2f2b28 100644 --- a/build/charts/yorkie-cluster/Chart.yaml +++ b/build/charts/yorkie-cluster/Chart.yaml @@ -11,8 +11,8 @@ maintainers: sources: - https://github.com/yorkie-team/yorkie -version: 0.4.19 -appVersion: "0.4.19" +version: 0.4.20 +appVersion: "0.4.20" kubeVersion: ">=1.23.0-0" keywords: