Skip to content

Releases: rancher/system-upgrade-controller

v0.15.0-rc1

04 Nov 20:44
Compare
Choose a tag to compare
v0.15.0-rc1 Pre-release
Pre-release

What's Changed

  • Multiple enhancements - leader election, events, windows, delay after upgrading by @brandond in #335
    • Add leader election, to allow multiple replicas of the controller.
    • Emit events. Controller events (startup, leader election) are attached to the Node running the controller, Plan events are attached to the Plan.
    • Add support for spec.window to set time window for upgrades.
    • Add support for spec.postCompleteDelay - configurable delay after job completion before node is marked done.

Full Changelog: v0.14.2...v0.15.0-rc1

v0.14.2

22 Oct 23:33
8e5485b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.14.1...v0.14.2

v0.14.1

28 Sep 21:33
f7f79ff
Compare
Choose a tag to compare

What's Changed

  • Revert "fix(kustomize): Deploy latest system-upgrade-controller" by @onno204 in #304

New Contributors

Full Changelog: v0.14.0...v0.14.1

v0.14.0

26 Sep 02:08
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.13.4...v0.14.0

v0.14.0-rc4

26 Sep 01:06
Compare
Choose a tag to compare
v0.14.0-rc4 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.13.4...v0.14.0-rc4

v0.14.0-rc3

26 Sep 00:31
Compare
Choose a tag to compare
v0.14.0-rc3 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.13.4...v0.14.0-rc3

v0.14.0-rc2

25 Sep 21:38
Compare
Choose a tag to compare
v0.14.0-rc2 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.13.4...v0.14.0-rc2

v0.14.0-rc1

25 Sep 20:24
Compare
Choose a tag to compare
v0.14.0-rc1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.13.4...v0.14.0-rc1

v0.13.4

01 Mar 00:19
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.13.3...v0.13.4

Important Upgrade Notice

If upgrading to this release from v0.13.2 or earlier using the example deployment manifests, you will need to delete the system-upgrade ClusterRoleBinding prior to deploying the manifest in order to update the RBAC to no longer target the built-in cluster-admin ClusterRole:

kubectl delete clusterrolebinding system-upgrade

v0.13.3

29 Feb 01:06
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.13.2...v0.13.3

Important Upgrade Notice

If upgrading to this release from v0.13.2 or earlier using the example deployment manifests, you will need to delete the system-upgrade ClusterRoleBinding prior to deploying the manifest in order to update the RBAC to no longer target the built-in cluster-admin ClusterRole:

kubectl delete clusterrolebinding system-upgrade