Skip to content

Commit

Permalink
Update CHANGELOG for v0.3.5 (#536)
Browse files Browse the repository at this point in the history
  • Loading branch information
krapie authored May 22, 2023
1 parent ff4d8cc commit 177b3c4
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 8 deletions.
5 changes: 4 additions & 1 deletion MAINTAINING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@
### 1. Update the version number.

- Update `YORKIE_VERSION` in [Makefile](https://github.com/yorkie-team/yorkie/blob/main/Makefile#L1).
- Update `version` and `appVersion` in [Helm Chart](https://github.com/yorkie-team/yorkie/blob/main/build/charts/yorkie-cluster/Chart.yaml#L14-L15).
- Update `version` and `appVersion` in [yorkie-cluster Helm Chart](https://github.com/yorkie-team/yorkie/blob/main/build/charts/yorkie-cluster/Chart.yaml#L16-L17).
- If `yorkie-monitoring` or `yorkie-argocd` Helm Chart have changes, you also need to update `version` and `appVersion` for each chart.
- [yorkie-monitoring Helm Chart](https://github.com/yorkie-team/yorkie/blob/main/build/charts/yorkie-monitoring/Chart.yaml#L16-L17)
- [yorkie-argocd Helm Chart](https://github.com/yorkie-team/yorkie/blob/main/build/charts/yorkie-argocd/Chart.yaml#L16-L17)

### 2. Write changelog of this version in [CHANGELOG.md](https://github.com/yorkie-team/yorkie/blob/main/CHANGELOG.md).

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
YORKIE_VERSION := 0.3.4
YORKIE_VERSION := 0.3.5

GO_PROJECT = github.com/yorkie-team/yorkie

Expand Down
4 changes: 2 additions & 2 deletions build/charts/yorkie-argocd/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ maintainers:

sources:
- https://github.com/yorkie-team/yorkie
version: 0.3.4
appVersion: "0.3.4"
version: 0.3.5
appVersion: "0.3.5"
kubeVersion: ">=1.24.0-0"

keywords:
Expand Down
4 changes: 2 additions & 2 deletions build/charts/yorkie-cluster/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ maintainers:

sources:
- https://github.com/yorkie-team/yorkie
version: 0.3.4
appVersion: "0.3.4"
version: 0.3.5
appVersion: "0.3.5"
kubeVersion: ">=1.24.0-0"

keywords:
Expand Down
4 changes: 2 additions & 2 deletions build/charts/yorkie-monitoring/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ maintainers:

sources:
- https://github.com/yorkie-team/yorkie
version: 0.3.4
appVersion: "0.3.4"
version: 0.3.5
appVersion: "0.3.5"
kubeVersion: ">=1.24.0-0"

keywords:
Expand Down

0 comments on commit 177b3c4

Please sign in to comment.