From 9f5d8f0c8bd34096a7b70669b91ad22ac5835e22 Mon Sep 17 00:00:00 2001 From: Youngteac Hong Date: Thu, 4 Jul 2024 14:31:44 +0900 Subject: [PATCH] Update CHANGELOG.md for v0.4.26 (#915) --- CHANGELOG.md | 6 ++++++ 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, 13 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e0cc1d936..10eb51ac9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and Yorkie adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) ## [Unreleased] +## [0.4.26] - 2024-07-04 + +### Fixed + +- Remove node from index during GC by @raararaara in https://github.com/yorkie-team/yorkie/pull/913 + ## [0.4.25] - 2024-07-03 ### Added diff --git a/Makefile b/Makefile index c26e66893..945ac6982 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -YORKIE_VERSION := 0.4.25 +YORKIE_VERSION := 0.4.26 GO_PROJECT = github.com/yorkie-team/yorkie diff --git a/api/docs/yorkie.base.yaml b/api/docs/yorkie.base.yaml index 8f3ee8391..b8f29188b 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.25 + version: v0.4.26 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 c5a8bcc46..8adb99918 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.25 + version: v0.4.26 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 dabc4252c..a51a9f28f 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.25 + version: v0.4.26 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 a395c1eb2..9b194f938 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.25 + version: v0.4.26 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 383d8a0d4..d7f0c40f3 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.25 -appVersion: "0.4.25" +version: 0.4.26 +appVersion: "0.4.26" kubeVersion: ">=1.23.0-0" keywords: