Skip to content

v2.6.0

Compare
Choose a tag to compare
@joshulyne joshulyne released this 16 Jul 17:27
· 372 commits to master since this release
7ac3262

For this v2.6.0 release, apply the newly generated CRDs:

  • KuberhealthyCheck
  • KuberhealthyJob
  • KuberhealthyState

Bug Fixes:

  • Fixing prometheus rules integration for operator and additionalLabels #962 @skuethe
  • Remove Comcast mentions #969 @integrii
  • Reaper NPE bug - ensure container terminated state exists before fetching container terminated time #970 @joshulyne
  • Set owner references only on pods in the kuberhealthy namespace #903, PR #973 @mikeinton
  • Add missing namespace metadata to helm chart configmap #976, PR #977 @integrii

New Features:

  • Generate and update kuberhealthy crds #778, PR #937 @joshulyne
    • Include node that checks ran on in khstate data #351