From 2ed7ebf933e81291cb9b6e6bdaa792afb74b5aa9 Mon Sep 17 00:00:00 2001 From: Shinya Hayashi Date: Thu, 5 Oct 2023 00:52:23 +0000 Subject: [PATCH] Bump chart version to 0.9.0 Signed-off-by: Shinya Hayashi --- charts/pvc-autoresizer/CHANGELOG.md | 17 ++++++++++++++++- charts/pvc-autoresizer/Chart.yaml | 6 +++--- charts/pvc-autoresizer/values.yaml | 2 +- 3 files changed, 20 insertions(+), 5 deletions(-) diff --git a/charts/pvc-autoresizer/CHANGELOG.md b/charts/pvc-autoresizer/CHANGELOG.md index 1bed1784..bce6a581 100644 --- a/charts/pvc-autoresizer/CHANGELOG.md +++ b/charts/pvc-autoresizer/CHANGELOG.md @@ -7,6 +7,20 @@ This file itself is based on [Keep a CHANGELOG](https://keepachangelog.com/en/0. ## [Unreleased] +## [0.9.0] - 2023-10-05 + +### Added + +- feat(pvc-autoresizer): add support to add new extraPodLabels ([#208](https://github.com/topolvm/pvc-autoresizer/pull/208)) + +### Changed + +- appVersion was changed to 0.9.0. + +### Contributors + +- @tejlopes + ## [0.8.1] - 2023-05-23 ### Changed @@ -123,7 +137,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.1...HEAD +[Unreleased]: https://github.com/topolvm/pvc-autoresizer/compare/pvc-autoresizer-chart-v0.9.0...HEAD +[0.9.0]: https://github.com/topolvm/pvc-autoresizer/compare/pvc-autoresizer-chart-v0.8.1...pvc-autoresizer-chart-v0.9.0 [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 diff --git a/charts/pvc-autoresizer/Chart.yaml b/charts/pvc-autoresizer/Chart.yaml index c1062097..02df6d6d 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.1 +version: 0.9.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.8.0 +appVersion: 0.9.0 annotations: artifacthub.io/images: | - name: pvc-autoresizer - image: ghcr.io/topolvm/pvc-autoresizer:0.8.0 + image: ghcr.io/topolvm/pvc-autoresizer:0.9.0 artifacthub.io/license: Apache-2.0 dependencies: diff --git a/charts/pvc-autoresizer/values.yaml b/charts/pvc-autoresizer/values.yaml index e01671e3..308f9aeb 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.8.0 + tag: # 0.9.0 # image.pullPolicy -- pvc-autoresizer image pullPolicy. pullPolicy: # Always