Skip to content

Releases: rancher/system-upgrade-controller

v0.8.1

15 Dec 01:01
2c588d5
Compare
Choose a tag to compare

Bug Fixes

New Contributors

Full Changelog: v0.8.0...v0.8.1

v0.8.1-dev.1

10 Dec 19:10
a1b0657
Compare
Choose a tag to compare
v0.8.1-dev.1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.8.0...v0.8.1-dev.1

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]>