Skip to content

Commit

Permalink
Merge pull request #697 from cybozu-go/bump-chart-v0.11.0
Browse files Browse the repository at this point in the history
Bump chart version to 0.11.0
  • Loading branch information
takara9 authored Jun 14, 2024
2 parents 074ecfb + ae5f32f commit a98d60d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
7 changes: 5 additions & 2 deletions charts/moco/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [0.11.0] - 2024-06-14
### Caution
This release introduces the `crds.enabled` parameter to the Helm Chart.

Expand All @@ -14,9 +15,10 @@ If you turn off this option when updating, the CRD will be removed, causing data
### Changed
- chart: add value to set a PriorityClass [#661](https://github.com/cybozu-go/moco/pull/661)
- Helm chart CRDs optional and not deleted on uninstall [#684](https://github.com/cybozu-go/moco/pull/684), [685](https://github.com/cybozu-go/moco/pull/685)
- Add basic Helm chart values [#687](https://github.com/cybozu-go/moco/pull/687)

### Contributors
- @fgeorgeanybox
- @npdgm
- @vholer

## [0.10.2] - 2024-03-08
Expand Down Expand Up @@ -159,7 +161,8 @@ TEST SUITE: None

This is the first release.

[Unreleased]: https://github.com/cybozu-go/moco/compare/chart-v0.10.2...HEAD
[Unreleased]: https://github.com/cybozu-go/moco/compare/chart-v0.11.0...HEAD
[0.11.0]: https://github.com/cybozu-go/moco/compare/chart-v0.10.2...chart-v0.11.0
[0.10.2]: https://github.com/cybozu-go/moco/compare/chart-v0.10.1...chart-v0.10.2
[0.10.1]: https://github.com/cybozu-go/moco/compare/chart-v0.10.0...chart-v0.10.1
[0.10.0]: https://github.com/cybozu-go/moco/compare/chart-v0.9.0...chart-v0.10.0
Expand Down
4 changes: 2 additions & 2 deletions charts/moco/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.10.2
version: 0.11.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: 0.20.2
appVersion: 0.21.1

# This version does not necessarily match the supported version. This version number
# will be updated when there is an obviously uninstallable version. If there are no
Expand Down
2 changes: 1 addition & 1 deletion charts/moco/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ image:

# image.tag -- MOCO image tag to use.
# @default -- `{{ .Chart.AppVersion }}`
tag: # 0.20.2
tag: # 0.21.1

# imagePullSecrets -- Secrets for pulling MOCO image from private repository.
imagePullSecrets: []
Expand Down

0 comments on commit a98d60d

Please sign in to comment.