diff --git a/CHANGELOG.md b/CHANGELOG.md index 65ca1b957..df9619234 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.18] - 2024-04-23 + +### Added + +- Support `yorkie-monitoring` and `yorkie-argocd` Charts on NCP by @krapie in https://github.com/yorkie-team/yorkie/pull/846 + ## [0.4.17] - 2024-04-19 ### Added diff --git a/Makefile b/Makefile index ad3a0478f..a473d6463 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -YORKIE_VERSION := 0.4.17 +YORKIE_VERSION := 0.4.18 GO_PROJECT = github.com/yorkie-team/yorkie diff --git a/api/docs/yorkie.base.yaml b/api/docs/yorkie.base.yaml index 291ac5c0c..fb165c6a3 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.17 + version: v0.4.18 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 c23c560a6..63ba7c6fc 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.17 + version: v0.4.18 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 dac6a7d15..7778229bd 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.17 + version: v0.4.18 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 f5982dd94..b0d67920e 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.17 + version: v0.4.18 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 8fc1b6b28..337d133d6 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.17 -appVersion: "0.4.17" +version: 0.4.18 +appVersion: "0.4.18" kubeVersion: ">=1.23.0-0" keywords: