Skip to content

Releases: kubernetes/node-problem-detector

NPD v0.8.10 release

31 Aug 22:40
56c592a
Compare
Choose a tag to compare

Changes: v0.8.9...v0.8.10

CHANGELOG:

  • Add kube-proxy health checker on linux. (#575, @uthark)
  • Fix a systemstatsmonitor nil pointer panic. (#587, @vteratipally)
  • Remove aufs hung check from the kernel monitor. (#596, @lizhuqi)
  • Fix a critical issue in NPD healthchecker on windows, that would consume 100% cpu. (#609, #612, @mcshooter)

Docker Image: k8s.gcr.io/node-problem-detector/node-problem-detector:v0.8.10

node-problem-detector-v0.8.10-linux_amd64.tar.gz:
SHA: c127a794bc152f1dc930c90efbab711fc7d2cd8d
MD5: a30d8aa66e5fbef534106ef8bfebf042

node-problem-detector-v0.8.10-linux_arm64.tar.gz:
SHA: dcf895136422c19a09166defab18f20ef59f03f0
MD5: 249981c6396553ffc23db77c5321b962

node-problem-detector-v0.8.10-windows_amd64.tar.gz:
SHA: 4713cf43c9f38c7769c4f9d5ec128ffed85bf80a
MD5: 78e36628ceaeffdd16db49bc6cb62060

NPD v0.8.9 release

25 Jun 20:39
70f7983
Compare
Choose a tag to compare

Changes: v0.8.8...v0.8.9

CHANGELOG:

Docker Image: k8s.gcr.io/node-problem-detector/node-problem-detector:v0.8.9

node-problem-detector-v0.8.9-linux_amd64.tar.gz:
SHA: 9e10d673691c0a3533daa87f243e354b78d94dfa
MD5: 4a4b7ac8881c4ea22a9380c82aa3bf08

node-problem-detector-v0.8.9-linux_arm64.tar.gz:
SHA: ff21de69ca52140066855601ee9bce77ca7f0f5c
MD5: 5e12bc08bae5de29bf5968b6521ce328

node-problem-detector-v0.8.9-windows_amd64.tar.gz:
SHA: e08b867da00d075775387cec0ac03ace0b1a01e0
MD5: 1aba6948d441920b4148376a07a1496c

NPD v0.8.8 release

15 May 01:21
f69d0c8
Compare
Choose a tag to compare

Changes: v0.8.7...v0.8.8

CHANGELOG:

Docker Image: k8s.gcr.io/node-problem-detector/node-problem-detector:v0.8.8

node-problem-detector-v0.8.8-linux_amd64.tar.gz:
SHA: cae22ddd87bf00655f5eae559ee36f4a7c5b70c8
MD5: 317afff93e5a89aaf48fff274fb4d2a1

node-problem-detector-v0.8.8-windows_amd64.tar.gz:
SHA: f3bc3ab76d6a4a326c89297910c38ff615a39a0c
MD5: 4c2886ef86a883182b2c590b5f9d5ade

NPD v0.8.7 release

19 Feb 01:15
06b5503
Compare
Choose a tag to compare

Changes: v0.8.6...v0.8.7

CHANGELOG:

Docker Image: k8s.gcr.io/node-problem-detector/node-problem-detector:v0.8.7

SHA: 739be1e17a391b5a06f0014bf8dbaf0d03c518d6
MD5: 41bfe82e6ce5183594e43ec609848a81

NPD v0.8.6 release

22 Jan 21:29
1a7aa65
Compare
Choose a tag to compare

Changes: v0.8.5...v0.8.6

CHANGELOG:

Docker Image: k8s.gcr.io/node-problem-detector/node-problem-detector:v0.8.6

SHA: 403bc7d956c293fd16a9abe676bc11b3a9ec6830
MD5: ae1f8a80acff9a561569e7a07e1aff62

NPD v0.8.5 release

19 Nov 00:26
5953625
Compare
Choose a tag to compare

Changes: v0.8.4...v0.8.5

CHANGELOG:

  • Fix the deployment yaml to prevent NPD from scheduling onto windows nodes. (#430, @wawa0210)
  • Catching hung task with pattern like "tasks airflow scheduler: *".
    (#475, @vteratipally)
  • Fix memory unit for /proc/meminfo metrics. (#478, neoseele@)
  • Fix OOMKilling detection for new linux kernel v5.1+. (#481, tosi3k@)
  • Add problem detection for buffer I/O error (#488, @vteratipally)
  • Add CPU load averages metrics support. (#484, @karan)
  • Add kubelet apiserver connection check in health checker (#489, @abansal4032)
  • Avoid duplicating the disk bytes used metrics based on fstype and mount types (#497, @vteratipally)

Docker Image: k8s.gcr.io/node-problem-detector/node-problem-detector:v0.8.5

SHA: d830be1efc1f360aab1a7025da993ccc435836e2
MD5: 4ef926eca827f1593b22c45be99ec8fc

NPD v0.8.4 release

01 Sep 05:10
f42281e
Compare
Choose a tag to compare

Changes: v0.8.3...v0.8.4

CHANGELOG:

Docker Image: k8s.gcr.io/node-problem-detector/node-problem-detector:v0.8.4

SHA: 61eca11bdbd9db53d1a10fdbc5dcdbf8976947b3
MD5: e1d80ba826ae890936cb1c8270d0bf22

NPD v0.8.3 release

30 Jul 18:08
f3ab10e
Compare
Choose a tag to compare

Changes: v0.8.2...v0.8.3

CHANGELOG:

  • Include health-checker binary in the docker image (#433, @bengadbois)
  • Set --enable-repair=true in the default config for docker and kubelet health checker (#443, @abansal4032)
  • Fix a race condition that services may be killed periodically when --enable-repair=true, and systemd service restart time equals the health check period. (#444, @abansal4032)
  • Only generate status update log when status changes in custom plugin (#441, @abansal4032 )
  • Limit the size of custom plugin output to 4kb, extra output will be drained and discarded. And capture stderr output of the custom plugin and include it in the NPD log. (#442, @abansal4032 )

Docker Image: k8s.gcr.io/node-problem-detector/node-problem-detector:v0.8.3

SHA: 3216b8693932d77d0d33fc0010f2e9e100f73592
MD5: 7473734e4486f038d7e54046a9a178f1

NPD v0.8.2 release

28 May 17:04
452818c
Compare
Choose a tag to compare

Changes: v0.8.1...v0.8.2

CHANGELOG:

  • Add a --event-namespace flag to make event namespace configurable (#418, @muff1nman)
  • Fix a bug that lsblk is missing from the NPD container image (#421, @majst01)
  • Add rehl support in OS version (#424, @stpabhi)
  • Add health-checker as a custom plugin. The health-checker can be used to monitor healthiness of kubelet, docker and CRI container runtimes, e.g. containerd, cri-o, and restart them if they are not healthy if enable-repair is turned on. (#426, @abansal4032)

Docker Image: k8s.gcr.io/node-problem-detector:v0.8.2

SHA: 4c3fead23a98129278112d51b0cf897219ab56f1
MD5: 73b8a58b33c8fbcb15f94089bb6c8374

NPD v0.8.1 release

26 Feb 00:24
450c6c3
Compare
Choose a tag to compare

Changes: v0.8.0...v0.8.1

CHANGELOG:

  • Support host_uptime metrics for CentOS (#379, @CuZn13)
  • Fix build with build tag ENABLE_JOURNALD=0. (#390, @xueweiz )
  • Improve network_problem.sh to support nf_conntrack and report error when conntrack table is 90% full. (#369, @arekkusu)
  • Fix the first 0 value metrics reported for disk_avg_queue_len. (#402, @gmemcc)
  • Fix a few metric units for disk metrics and the calculation for disk_avg_queue_len (#404, @xueweiz )
  • Collect a lot more useful CPU/disk/memory metrics (#410, @xueweiz )

Docker Image: k8s.gcr.io/node-problem-detector:v0.8.1

SHA: 0f25126c5c85bc66e5a066e92e12958c93459799
MD5: d8633787dd1dd2142baa2787908165b6