Skip to content

v2.5.0

Compare
Choose a tag to compare
@zjhans zjhans released this 27 May 18:39
· 419 commits to master since this release
5e27b32

Kuberhealthy v2.5.0

Bug Fixes:

New Features:

  • Kuberhealthy has been accepted into the CNCF Sandbox 🎉
  • Migration from Comcast github organization to its own (https://github.com/kuberhealthy) 🎉
  • Added optional support for Kuberhealthy pod affinity/antiaffinity - PR #909, @AshutoshNirkhe
  • Added namespace to pod status error messages - PR #902, @rawlingsj
  • Added option to install pod restart checks at the cluster scope - PR #897, @rawlingsj
  • Refactored external report validation to use check run uuid, but maintain support for also using pod IP validation PR #884, @joshulyne, @integrii
  • Refactor config options for checkReaper: maxKHJobAge, maxCheckPodAge, maxCompletedPodCount, maxErrorPodCount and allow for 0 pod count values or the option to have no completed pods lying around - PR #884, @joshulyne, @integrii
  • Up minor versions on all checks to use new checkClient package #944 @mikeinton