Skip to content

Commit

Permalink
Merge pull request #22 from topolvm/bump-0.1.3
Browse files Browse the repository at this point in the history
Bump version to 0.1.3
  • Loading branch information
llamerada-jp committed Jan 25, 2021
2 parents 9fce85f + bd1f911 commit 0e5a202
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ This file itself is based on [Keep a CHANGELOG](https://keepachangelog.com/en/0.

## [Unreleased]

## [0.1.3] - 2021-01-25
### Changed
- Support k8s 1.19 (#21)
- Go 1.15 and Ubuntu 20.04 (#21)

## [0.1.2] - 2020-10-14

### Changed
Expand All @@ -33,7 +38,8 @@ This is the first release.
- @moricho
- @chez-shanpu

[Unreleased]: https://github.com/topolvm/pvc-autoresizer/compare/v0.1.2...HEAD
[Unreleased]: https://github.com/topolvm/pvc-autoresizer/compare/v0.1.3...HEAD
[0.1.3]: https://github.com/topolvm/pvc-autoresizer/compare/v0.1.2...v0.1.3
[0.1.2]: https://github.com/topolvm/pvc-autoresizer/compare/v0.1.1...v0.1.2
[0.1.1]: https://github.com/topolvm/pvc-autoresizer/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/topolvm/pvc-autoresizer/compare/ee8a31ac32b1ad40f0bace32317aa1eee4a8225c...v0.1.0
2 changes: 1 addition & 1 deletion config/default/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
images:
- name: pvc-autoresizer
newTag: 0.1.2
newTag: 0.1.3
newName: quay.io/topolvm/pvc-autoresizer

# Adds namespace to all resources.
Expand Down

0 comments on commit 0e5a202

Please sign in to comment.