Skip to content

Commit

Permalink
Merge pull request #215 from topolvm/bump-0.10.0
Browse files Browse the repository at this point in the history
Bump version to 0.10.0
  • Loading branch information
llamerada-jp authored Oct 16, 2023
2 parents 8ac1331 + b5258fb commit 0e9c2ac
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ This file itself is based on [Keep a CHANGELOG](https://keepachangelog.com/en/0.

## [Unreleased]

## [0.10.0] - 2023-10-13

### Changed

- Support kubernetes 1.27 ([#214](https://github.com/topolvm/pvc-autoresizer/pull/214))
- let output metrics before the first event when PVC exists ([#212](https://github.com/topolvm/pvc-autoresizer/pull/212))

### Contributors

- @llamerada-jp
- @toshipp

## [0.9.0] - 2023-10-04

### Changed
Expand Down Expand Up @@ -267,7 +279,8 @@ This is the first release.
- @moricho
- @chez-shanpu

[Unreleased]: https://github.com/topolvm/pvc-autoresizer/compare/v0.9.0...HEAD
[Unreleased]: https://github.com/topolvm/pvc-autoresizer/compare/v0.10.0...HEAD
[0.10.0]: https://github.com/topolvm/pvc-autoresizer/compare/v0.9.0...v0.10.0
[0.9.0]: https://github.com/topolvm/pvc-autoresizer/compare/v0.8.0...v0.9.0
[0.8.0]: https://github.com/topolvm/pvc-autoresizer/compare/v0.7.0...v0.8.0
[0.7.0]: https://github.com/topolvm/pvc-autoresizer/compare/v0.6.1...v0.7.0
Expand Down
2 changes: 1 addition & 1 deletion config/default/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
images:
- name: pvc-autoresizer
newTag: 0.9.0
newTag: 0.10.0
newName: ghcr.io/topolvm/pvc-autoresizer

# Adds namespace to all resources.
Expand Down

0 comments on commit 0e9c2ac

Please sign in to comment.