Skip to content

Commit

Permalink
Merge pull request #179 from topolvm/bump-0.6.1
Browse files Browse the repository at this point in the history
Bump version to 0.6.1
  • Loading branch information
satoru-takeuchi authored Feb 10, 2023
2 parents 5e2aa7c + 0d9334b commit 4528979
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,23 @@ This file itself is based on [Keep a CHANGELOG](https://keepachangelog.com/en/0.

## [Unreleased]

## [0.6.1] - 2023-02-10

### Changed
- update a note descibing how to maintain go version ([#167](https://github.com/topolvm/pvc-autoresizer/pull/167))
- Update go directive and use the version for setup-go ([#161](https://github.com/topolvm/pvc-autoresizer/pull/161))
- Use mermaid to draw diagram ([#164](https://github.com/topolvm/pvc-autoresizer/pull/164))
- Replace quay.io/cybozu/ubuntu with official ubuntu ([#163](https://github.com/topolvm/pvc-autoresizer/pull/163))
- Add CONTRIBUTING.md and update README.md according to CNCF template. ([#172](https://github.com/topolvm/pvc-autoresizer/pull/172))
- update go 1.19 to fix ci ([#177](https://github.com/topolvm/pvc-autoresizer/pull/177))
- Add Signed-off-by on the bump commit ([#178](https://github.com/topolvm/pvc-autoresizer/pull/178))

### Contributors
- @peng225
- @toshipp
- @llamerada-jp
- @cupnes

## [0.6.0] - 2023-01-10

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

[Unreleased]: https://github.com/topolvm/pvc-autoresizer/compare/v0.6.0...HEAD
[Unreleased]: https://github.com/topolvm/pvc-autoresizer/compare/v0.6.1...HEAD
[0.6.1]: https://github.com/topolvm/pvc-autoresizer/compare/v0.6.0...v0.6.1
[0.6.0]: https://github.com/topolvm/pvc-autoresizer/compare/v0.5.0...v0.6.0
[0.5.0]: https://github.com/topolvm/pvc-autoresizer/compare/v0.4.0...v0.5.0
[0.4.0]: https://github.com/topolvm/pvc-autoresizer/compare/v0.3.1...v0.4.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.6.0
newTag: 0.6.1
newName: ghcr.io/topolvm/pvc-autoresizer

# Adds namespace to all resources.
Expand Down

0 comments on commit 4528979

Please sign in to comment.