Skip to content

v2.3.2

Compare
Choose a tag to compare
@zjhans zjhans released this 22 Jan 20:56
· 723 commits to master since this release
8fd9f98

Kuberhealthy 2.3.2

Upgrade Instructions:

  • When upgrading to this release, you must be sure the khjob custom resource is applied in your cluster. Without this, the check reaper will crash. If you use the Helm chart, this will be done for you automatically.

Features:

Bug Fixes:

  • Added ACTIONS_ALLOW_UNSECURE_COMMANDS env var to fix deprecated GitHub 'add path' action. #727, #729 @jonnydawg
  • Added check-reaper ClusterRole to fix permissions issue. #732, #737 @joshulyne
  • Updated invalid, legacy URL in Helm chart. #736, #738 @TJM
  • Removed nodecheck WaitForKubeProxy for clusters not using kube-proxy, and modified WaitForNodeAge to pass in nodeName using downward API instead of needing additional permissions to get nodeName information. #739, #752, #755 @joshulyne
  • Set default PASSING_PERCENT for http-check. #768, #780 @jdowni000