generated from kubernetes/kubernetes-template-project
-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #110 from xing-yang/changelog_0.5
Add changelog for release 0.5
- Loading branch information
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Release notes for v0.5.0 | ||
|
||
[Documentation](https://kubernetes-csi.github.io/) | ||
|
||
# Changelog since 0.4.0 | ||
|
||
## Changes by Kind | ||
|
||
### Bug or Regression | ||
|
||
- Fixes pv health condition checker to not miss PVC events. ([#105](https://github.com/kubernetes-csi/external-health-monitor/pull/105), [@Praveenrajmani](https://github.com/Praveenrajmani)) | ||
- Fixes a crash caused by nil PV name when PV is not found. ([#101](https://github.com/kubernetes-csi/external-health-monitor/pull/101), [@zhucan](https://github.com/zhucan)) | ||
- Fixes VolumePath for Block PV. ([#97](https://github.com/kubernetes-csi/external-health-monitor/pull/97), [@zhucan](https://github.com/zhucan)) | ||
|
||
## Dependencies | ||
|
||
### Added | ||
_Nothing has changed._ | ||
|
||
### Changed | ||
_Nothing has changed._ | ||
|
||
### Removed | ||
_Nothing has changed._ |