File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments