Skip to content

Commit

Permalink
Changelog Update for 0.8.15 release (#849)
Browse files Browse the repository at this point in the history
Signed-off-by: Aravinda Vishwanathapura <[email protected]>
  • Loading branch information
aravindavk committed Jun 16, 2022
1 parent cb7e712 commit 33c8fa5
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.8.15] - 2022-06-16

- Enhance PV status command to check the Status from Provisioner pod instead of
Server Pod to avoid errors when the Db file hashed to different distribute group
other than first server Pod.
- Fix Monitoring/Prometheus labels for OCP setup.
- Fix the stale metrics from deleted Storage pools, PVs and other entities.
- Fix Quota crawler issues.
- Removed empty log lines from Quota crawler.

## [0.8.14] - 2022-04-16

- Added support for Private container registry
Expand Down Expand Up @@ -329,7 +339,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Logging and Analytics support added.
- End-to-end testing using Minikube and Travis-ci.

[Unreleased]: https://github.com/kadalu/kadalu/compare/0.8.14...HEAD
[Unreleased]: https://github.com/kadalu/kadalu/compare/0.8.15...HEAD
[0.1.0]: https://github.com/kadalu/kadalu/compare/e434f25...0.1.0
[0.2.0]: https://github.com/kadalu/kadalu/compare/0.1.0...0.2.0
[0.3.0]: https://github.com/kadalu/kadalu/compare/0.2.0...0.3.0
Expand Down Expand Up @@ -359,3 +369,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[0.8.12]: https://github.com/kadalu/kadalu/compare/0.8.11...0.8.12
[0.8.13]: https://github.com/kadalu/kadalu/compare/0.8.12...0.8.13
[0.8.14]: https://github.com/kadalu/kadalu/compare/0.8.13...0.8.14
[0.8.15]: https://github.com/kadalu/kadalu/compare/0.8.14...0.8.15

0 comments on commit 33c8fa5

Please sign in to comment.