Skip to content

Commit

Permalink
Bump version to 0.4.0
Browse files Browse the repository at this point in the history
Signed-off-by: Satoru Takeuchi <satoru.takeuchi@gmail.com>
  • Loading branch information
satoru-takeuchi committed Jul 4, 2022
1 parent 42bfc4e commit 390128c
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 2 deletions.
31 changes: 30 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,34 @@ This file itself is based on [Keep a CHANGELOG](https://keepachangelog.com/en/0.

## [Unreleased]

## [0.4.0] - 2022-07-04

### Added

- add CODEOWNERS (#110)
- Add support for namespace allow list (#120)
- automate adding items to project (#123)
- Update github-actions automatically (#124)

### Changed

- revise CODEOWNERS. (#111)
- generalize curl options (#113)
- Modified to use ghcr.io as a container registry (#114)
- Update e2e topolvm version (#116)
- Bump actions/checkout from 2 to 3 (#125)
- Bump actions/setup-go from 2 to 3 (#127)
- Remove setup-python (#130)

### Fixed

- reconcile: do not resize volume if failed to get inode stats (#121)

### Contributors

- @bells17
- @ryanprobus

## [0.3.1] - 2022-04-04

### Fixed
Expand Down Expand Up @@ -138,7 +166,8 @@ This is the first release.
- @moricho
- @chez-shanpu

[Unreleased]: https://github.com/topolvm/pvc-autoresizer/compare/v0.3.1...HEAD
[Unreleased]: https://github.com/topolvm/pvc-autoresizer/compare/v0.4.0...HEAD
[0.4.0]: https://github.com/topolvm/pvc-autoresizer/compare/v0.3.1...v0.4.0
[0.3.1]: https://github.com/topolvm/pvc-autoresizer/compare/v0.3.0...v0.3.1
[0.3.0]: https://github.com/topolvm/pvc-autoresizer/compare/v0.2.3...v0.3.0
[0.2.3]: https://github.com/topolvm/pvc-autoresizer/compare/v0.2.2...v0.2.3
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.3.1
newTag: 0.4.0
newName: ghcr.io/topolvm/pvc-autoresizer

# Adds namespace to all resources.
Expand Down

0 comments on commit 390128c

Please sign in to comment.