diff --git a/CHANGELOG.md b/CHANGELOG.md index 4971154e..c1728091 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/config/default/kustomization.yaml b/config/default/kustomization.yaml index 558c5302..d40614d0 100644 --- a/config/default/kustomization.yaml +++ b/config/default/kustomization.yaml @@ -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.