forked from keikoproj/active-monitor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
31 lines (24 loc) · 1.1 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
Bleeding-edge development, not yet released
## [0.3.0] - 2020-02-24
### Added
- Support cron-like expression for designating healthcheck frequency - #22
## [0.2.0] - 2020-02-14
### Added
- Healthcheck status columns in `kubectl get ...` printed output - #31
- Addl healthcheck metrics for start+end times of latest run - #32
- Support for cluster or namespace scoping - #12
- Documentation improvements - #3
### Fixed
- improved reliability of controller by wrapping in a recover block - #30
## [0.1.0] - 2019-08-09
### Added
- Initial commit of project
[Unreleased]: https://github.com/keikoproj/active-monitor/compare/v0.3.0...HEAD
[0.3.0]: https://github.com/keikoproj/active-monitor/releases/tag/v0.3.0
[0.2.0]: https://github.com/keikoproj/active-monitor/releases/tag/v0.2.0
[0.1.0]: https://github.com/keikoproj/active-monitor/releases/tag/v0.1.0