Skip to content

Commit 5cde10c

Browse files
authored
Merge pull request #809 from cybozu-go/bump-chart-v0.17.1
Bump chart version to v0.17.1
2 parents 1d934a1 + fb9d9a2 commit 5cde10c

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

charts/moco/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55

66
## [Unreleased]
77

8+
## [0.17.1] - 2025/05/28
9+
### Changed
10+
- Bump appVersion to 0.27.1 [#808](https://github.com/cybozu-go/moco/pull/808)
11+
812
## [0.17.0] - 2025/05/27
913
### Changed
1014
- Bump appVersion to 0.27.0 [#804](https://github.com/cybozu-go/moco/pull/804)
@@ -193,7 +197,8 @@ TEST SUITE: None
193197

194198
This is the first release.
195199

196-
[Unreleased]: https://github.com/cybozu-go/moco/compare/chart-v0.17.0...HEAD
200+
[Unreleased]: https://github.com/cybozu-go/moco/compare/chart-v0.17.1...HEAD
201+
[0.17.1]: https://github.com/cybozu-go/moco/compare/chart-v0.17.0...chart-v0.17.1
197202
[0.17.0]: https://github.com/cybozu-go/moco/compare/chart-v0.16.0...chart-v0.17.0
198203
[0.16.0]: https://github.com/cybozu-go/moco/compare/chart-v0.15.1...chart-v0.16.0
199204
[0.15.1]: https://github.com/cybozu-go/moco/compare/chart-v0.15.0...chart-v0.15.1

charts/moco/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.17.0
18+
version: 0.17.1
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: 0.27.0
24+
appVersion: 0.27.1
2525

2626
# This version does not necessarily match the supported version. This version number
2727
# will be updated when there is an obviously uninstallable version. If there are no

charts/moco/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ image:
1010

1111
# image.tag -- MOCO image tag to use.
1212
# @default -- `{{ .Chart.AppVersion }}`
13-
tag: # 0.27.0
13+
tag: # 0.27.1
1414

1515
# imagePullSecrets -- Secrets for pulling MOCO image from private repository.
1616
imagePullSecrets: []

0 commit comments

Comments
 (0)