Skip to content

Releases: rancher/system-upgrade-controller

v0.8.0

30 Sep 21:53
5e6e996
Compare
Choose a tag to compare

Features and Enhancements

  • allow adding sections of plan to hash via annotation (#155)
  • bump wrangler dependency to v0.8.5 (#141, #144)

Bug Fixes

  • fix for upgrade jobs sometimes taking longer than expected (#142, #145)
  • use short hostname in job name (#150)

v0.8.0-rc.1

25 Sep 01:46
c56ed00
Compare
Choose a tag to compare
v0.8.0-rc.1 Pre-release
Pre-release

Features and Enhancements

  • allow adding sections of plan to hash via annotation (#155)
  • bump wrangler dependency to v0.8.5 (#141, #144)

Bug Fixes

  • fix for upgrade jobs sometimes taking longer than expected (#142, #145)
  • use short hostname in job name (#150)

v0.7.7

30 Sep 21:52
5285131
Compare
Choose a tag to compare

Bug Fixes

  • fix for upgrade jobs sometimes taking longer than expected (#152 , #153 )
  • use short hostname in job name (#151)

v0.7.7-rc.1

23 Sep 19:48
5285131
Compare
Choose a tag to compare
v0.7.7-rc.1 Pre-release
Pre-release

Bug Fixes

  • fix for upgrade jobs sometimes taking longer than expected (#153 and #152)

v0.8.0-dev.3

21 Sep 23:44
9ba2efc
Compare
Choose a tag to compare
v0.8.0-dev.3 Pre-release
Pre-release
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

21 Sep 19:48
2ef3d77
Compare
Choose a tag to compare

Bug Fixes

  • use node short name to avoid unsafe truncation-then-concatenation for job-derived pod names in upstream job controller #151

v0.8.0-dev.2

13 Sep 15:03
621bcee
Compare
Choose a tag to compare
v0.8.0-dev.2 Pre-release
Pre-release
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

13 Sep 05:45
50d5e4f
Compare
Choose a tag to compare
v0.8.0-dev.1 Pre-release
Pre-release
avoid plan cache when handling jobs (#142)

Attempting to address #134

Signed-off-by: Jacob Blain Christen <[email protected]>

v0.7.5

25 Aug 01:43
32a31b2
Compare
Choose a tag to compare

Bug Fixes

  • fix for .status.applying duplication on plans (from the fix in #126) enabling upgrades on nodes with .name != .labels["kubernetes.io/hostname"] #133

v0.7.4

18 Aug 18:06
aa0f2bb
Compare
Choose a tag to compare
v0.7.4 Pre-release
Pre-release

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!