Releases: rancher/system-upgrade-controller
Releases · rancher/system-upgrade-controller
v0.8.1
Bug Fixes
- upgrading wrangler for new signals package by @luthermonson in #166
- Add default fields in Job by @thedadams in #173
New Contributors
- @luthermonson made their first contribution in #166
Full Changelog: v0.8.0...v0.8.1
v0.8.1-dev.1
What's Changed
- upgrading wrangler for new signals package by @luthermonson in #166
New Contributors
- @luthermonson made their first contribution in #166
Full Changelog: v0.8.0...v0.8.1-dev.1
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]>