Skip to content

Commit d79bd65

Browse files
authored
Merge pull request #70 from Random-Liu/add-change-log
Add CHANGELOG.md for NPD repo.
2 parents 04fbe15 + 6820372 commit d79bd65

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Change Log
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](http://keepachangelog.com/)
5+
and this project adheres to [Semantic Versioning](http://semver.org/).
6+
7+
## [Unreleased]
8+
### Added
9+
- Add travis presubmit test.
10+
11+
### Changed
12+
- Update kubernetes version to v1.4.0-beta.3
13+
14+
## [0.2.0] - 2016-08-23
15+
### Added
16+
- Add look back support in kernel monitor. Kernel monitor will look back for
17+
specified amount of time to detect old problems during each start or restart.
18+
- Add support for some kernel oops detection.
19+
20+
### Changed
21+
- Change NPD to get node name from `NODE_NAME` env first before `os.Hostname`,
22+
and update the example to get node name from downward api and set `NODE_NAME`.
23+
24+
## 0.1.0 - 2016-06-09
25+
### Added
26+
- Initial version of node problem detector.
27+
28+
[Unreleased]: https://github.com/kubernetes/node-problem-detector/compare/v0.2...HEAD
29+
[0.2.0]: https://github.com/kubernetes/node-problem-detector/compare/v0.1...v0.2

0 commit comments

Comments
 (0)