From b21cb6d0be6cd4ed4a64e9c5b77771995444f1e9 Mon Sep 17 00:00:00 2001 From: Yuma Ogami Date: Tue, 23 May 2023 02:00:53 +0000 Subject: [PATCH] Bump chart version to 0.8.1 Signed-off-by: Yuma Ogami --- charts/pvc-autoresizer/CHANGELOG.md | 9 ++++++++- charts/pvc-autoresizer/Chart.yaml | 6 +++--- charts/pvc-autoresizer/values.yaml | 2 +- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/charts/pvc-autoresizer/CHANGELOG.md b/charts/pvc-autoresizer/CHANGELOG.md index 7b114f2a..1bed1784 100644 --- a/charts/pvc-autoresizer/CHANGELOG.md +++ b/charts/pvc-autoresizer/CHANGELOG.md @@ -7,6 +7,12 @@ This file itself is based on [Keep a CHANGELOG](https://keepachangelog.com/en/0. ## [Unreleased] +## [0.8.1] - 2023-05-23 + +### Changed + +- appVersion was changed to 0.8.0. + ## [0.8.0] - 2023-04-05 ### Added @@ -117,7 +123,8 @@ This file itself is based on [Keep a CHANGELOG](https://keepachangelog.com/en/0. ## [0.2.0] - 2021-08-10 - First release. -[Unreleased]: https://github.com/topolvm/pvc-autoresizer/compare/pvc-autoresizer-chart-v0.8.0...HEAD +[Unreleased]: https://github.com/topolvm/pvc-autoresizer/compare/pvc-autoresizer-chart-v0.8.1...HEAD +[0.8.1]: https://github.com/topolvm/pvc-autoresizer/compare/pvc-autoresizer-chart-v0.8.0...pvc-autoresizer-chart-v0.8.1 [0.8.0]: https://github.com/topolvm/pvc-autoresizer/compare/pvc-autoresizer-chart-v0.7.0...pvc-autoresizer-chart-v0.8.0 [0.7.0]: https://github.com/topolvm/pvc-autoresizer/compare/pvc-autoresizer-chart-v0.6.1...pvc-autoresizer-chart-v0.7.0 [0.6.1]: https://github.com/topolvm/pvc-autoresizer/compare/pvc-autoresizer-chart-v0.6.0...pvc-autoresizer-chart-v0.6.1 diff --git a/charts/pvc-autoresizer/Chart.yaml b/charts/pvc-autoresizer/Chart.yaml index 73bc5914..c1062097 100644 --- a/charts/pvc-autoresizer/Chart.yaml +++ b/charts/pvc-autoresizer/Chart.yaml @@ -18,18 +18,18 @@ 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.8.0 +version: 0.8.1 # 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.7.0 +appVersion: 0.8.0 annotations: artifacthub.io/images: | - name: pvc-autoresizer - image: ghcr.io/topolvm/pvc-autoresizer:0.7.0 + image: ghcr.io/topolvm/pvc-autoresizer:0.8.0 artifacthub.io/license: Apache-2.0 dependencies: diff --git a/charts/pvc-autoresizer/values.yaml b/charts/pvc-autoresizer/values.yaml index 2fb64292..bc7a085b 100644 --- a/charts/pvc-autoresizer/values.yaml +++ b/charts/pvc-autoresizer/values.yaml @@ -4,7 +4,7 @@ image: # image.tag -- pvc-autoresizer image tag to use. # @default -- `{{ .Chart.AppVersion }}` - tag: # 0.7.0 + tag: # 0.8.0 # image.pullPolicy -- pvc-autoresizer image pullPolicy. pullPolicy: # Always