Skip to content

Commit

Permalink
Merge pull request #51 from topolvm/bump-0.5.0
Browse files Browse the repository at this point in the history
Bump version to 0.5.0
  • Loading branch information
toshipp committed Mar 2, 2023
2 parents 9485cdc + c7a1da2 commit f84c730
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@ This file itself is based on [Keep a CHANGELOG](https://keepachangelog.com/en/0.

## [Unreleased]

## [0.5.0] - 2023-03-02

### Changed

- controller: set CronJob.spec.SuccessfulJobsHistoryLimit to 0 ([#46](https://github.com/topolvm/pie/pull/46))
- controller: vary start time of CronJob ([#47](https://github.com/topolvm/pie/pull/47))
- observer: delete Job instead of Pod after create threshold ([#48](https://github.com/topolvm/pie/pull/48))
- Remove ownerReference ([#49](https://github.com/topolvm/pie/pull/49))

### Contributors

- @toshipp
- @daichimukai

## [0.4.1] - 2023-02-10

### Added
Expand Down Expand Up @@ -105,7 +119,8 @@ This file itself is based on [Keep a CHANGELOG](https://keepachangelog.com/en/0.

This is the first release.

[Unreleased]: https://github.com/topolvm/pie/compare/v0.4.1...HEAD
[Unreleased]: https://github.com/topolvm/pie/compare/v0.5.0...HEAD
[0.5.0]: https://github.com/topolvm/pie/compare/v0.4.1...v0.5.0
[0.4.1]: https://github.com/topolvm/pie/compare/v0.4.0...v0.4.1
[0.4.0]: https://github.com/topolvm/pie/compare/v0.3.1...v0.4.0
[0.3.1]: https://github.com/topolvm/pie/compare/v0.3.0...v0.3.1
Expand Down

0 comments on commit f84c730

Please sign in to comment.