Releases: rancher/system-upgrade-controller
Releases · rancher/system-upgrade-controller
v0.8.0
v0.8.0-rc.1
v0.7.7
v0.7.7-rc.1
v0.8.0-dev.3
Use short host name in job name (#150) The Kubernetes job controller unsafely trims the Job name when setting the GenerateName for the Job Pods, but if we keep the hostname short we're less likely to trip over it until the bug can be fixed upstream. Signed-off-by: Brad Davidson <[email protected]>
v0.7.6
v0.8.0-dev.2
job parallelism is zero unless in applying list (#145) Attempting to address #134 Signed-off-by: Jacob Blain Christen <[email protected]>
v0.8.0-dev.1
avoid plan cache when handling jobs (#142) Attempting to address #134 Signed-off-by: Jacob Blain Christen <[email protected]>
v0.7.5
v0.7.4
Bug Fixes
- Fix for jobs failing to schedule on nodes with names that do not match the value of their
kubernetes.io/hostname
label #124
This release introduced a serious bug resulting in duplicated .status.applying
entries on most plans in most clusters. Please use https://github.com/rancher/system-upgrade-controller/releases/tag/v0.7.5 instead!