Skip to content

Releases: rancher/system-upgrade-controller

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!

v0.7.3

28 Jul 18:45
b4e5a67
Compare
Choose a tag to compare
Merge pull request #123 from cmurphy/protobuf-bump

Bump protobuf dependency to latest

v0.7.2

27 Jul 20:14
10b094e
Compare
Choose a tag to compare

Features and Enhancements

  • Controller tolerations for both control-plane and controlplane #120

v0.7.1

06 Jul 20:38
51ccb2a
Compare
Choose a tag to compare

Features and Enhancements

  • Controller tolerations for control-plane and etcd node taints #117
  • Controller bind mount /etc/pki (in addition to /etc/ssl) from host #116

v0.7.0

24 Apr 05:53
634d28b
Compare
Choose a tag to compare

Features and Enhancements

  • Bump wrangler to v0.8 #113
  • Support Env and EnvFrom entries on Plans #112

Bug Fixes

  • Fix for incorrect job names for nodes with FQDN #110 via #113

v0.6.2

09 Jul 23:08
9ed50a5
Compare
Choose a tag to compare

Bug Fixes

  • Prevent Job Creation for Plans that Have Not Resolved #97
  • Fix Serialization of SkipWaitForDeleteTimeout Drain Option #98