File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
5
5
6
6
## [ Unreleased]
7
7
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
+
8
12
## [ 0.17.0] - 2025/05/27
9
13
### Changed
10
14
- Bump appVersion to 0.27.0 [ #804 ] ( https://github.com/cybozu-go/moco/pull/804 )
@@ -193,7 +197,8 @@ TEST SUITE: None
193
197
194
198
This is the first release.
195
199
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
197
202
[ 0.17.0 ] : https://github.com/cybozu-go/moco/compare/chart-v0.16.0...chart-v0.17.0
198
203
[ 0.16.0 ] : https://github.com/cybozu-go/moco/compare/chart-v0.15.1...chart-v0.16.0
199
204
[ 0.15.1 ] : https://github.com/cybozu-go/moco/compare/chart-v0.15.0...chart-v0.15.1
Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ type: application
15
15
# This is the chart version. This version number should be incremented each time you make changes
16
16
# to the chart and its templates, including the app version.
17
17
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18
- version : 0.17.0
18
+ version : 0.17.1
19
19
20
20
# This is the version number of the application being deployed. This version number should be
21
21
# incremented each time you make changes to the application. Versions are not expected to
22
22
# follow Semantic Versioning. They should reflect the version the application is using.
23
23
# It is recommended to use it with quotes.
24
- appVersion : 0.27.0
24
+ appVersion : 0.27.1
25
25
26
26
# This version does not necessarily match the supported version. This version number
27
27
# will be updated when there is an obviously uninstallable version. If there are no
Original file line number Diff line number Diff line change 10
10
11
11
# image.tag -- MOCO image tag to use.
12
12
# @default -- `{{ .Chart.AppVersion }}`
13
- tag : # 0.27.0
13
+ tag : # 0.27.1
14
14
15
15
# imagePullSecrets -- Secrets for pulling MOCO image from private repository.
16
16
imagePullSecrets : []
You can’t perform that action at this time.
0 commit comments