Skip to content

Commit

Permalink
Release 1.0.1
Browse files Browse the repository at this point in the history
Signed-off-by: Moritz "WanzenBug" Wanzenböck <[email protected]>
  • Loading branch information
WanzenBug committed Jul 25, 2022
1 parent 4cdd235 commit aa65457
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.0.1] - 2022-07-25

### Changed
- Fixed an issue with generated events that would lead to the controller to panic because of a nil interface.
- Immediately delete volume attachment if node is not ready.
Expand Down Expand Up @@ -77,7 +79,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Deployment example
- README with motivating example

[Unreleased]: https://github.com/piraeusdatastore/piraeus-ha-controller/compare/v1.0.0...HEAD
[Unreleased]: https://github.com/piraeusdatastore/piraeus-ha-controller/compare/v1.0.1...HEAD
[1.0.1]: https://github.com/piraeusdatastore/piraeus-ha-controller/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/piraeusdatastore/piraeus-ha-controller/compare/v0.3.0...v1.0.0
[0.3.0]: https://github.com/piraeusdatastore/piraeus-ha-controller/compare/v0.2.0...v0.3.0
[0.2.0]: https://github.com/piraeusdatastore/piraeus-ha-controller/compare/v0.1.3...v0.2.0
Expand Down
4 changes: 2 additions & 2 deletions charts/piraeus-ha-controller/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ home: https://github.com/piraeusdatastore/helm-charts
sources:
- https://github.com/piraeusdatastore/piraeus-ha-controller

version: 1.0.0
appVersion: "v1.0.0"
version: 1.0.1
appVersion: "v1.0.1"

0 comments on commit aa65457

Please sign in to comment.