Releases: rancher/system-upgrade-controller
Releases · rancher/system-upgrade-controller
v0.4.0-rc2
- Example for Plan AWS Linux Kernel #44
- Remove Toleration Cruft on Deployment #46
- Support TTLSecondsAfterFinished #48, #49
v0.4.0-rc1
- Example for Plan AWS Linux Kernel #44
- Remove Toleration Cruft on Deployment #46
- Support TTLSecondsAfterFinished #48
v0.3.0
- Support Upgrade Job Running with
HostNetwork=true
#21
- Ginkgo/Gomega BDD-Style Unit Tests #20
- Sonobuoy Plugin for Running E2E Tests #26
- Support Munging of SemVers with Metadata #29
- Fix Clashing Job/Pod Names #33
- Fix Replace/Wait Errors #30
- Fix Extra Job Generation #39
- Example Plan for Ubuntu Bionic #39
v0.3.0-rc1
- Support Upgrade Job Running with
HostNetwork=true
#21
- Ginkgo/Gomega BDD-Style Unit Tests #20
- Sonobuoy Plugin for Running E2E Tests #26
- Support Munging of SemVers with Metadata #29
- Fix Clashing Job/Pod Names #33
- Fix Replace/Wait Errors #30
v0.3.0-m4
- Support Upgrade Job Running with
HostNetwork=true
#21
- Ginkgo/Gomega BDD-Style Unit Tests #20
- Sonobuoy Plugin for Running E2E Tests #26
- Support Munging of SemVers with Metadata #29
- Fix Clashing Job/Pod Names #33
v0.3.0-m3
- Support Upgrade Job Running with
HostNetwork=true
#21
- Ginkgo/Gomega BDD-Style Unit Tests #20
- Sonobuoy Plugin for Running E2E Tests #26
- Support Munging of SemVers with Metadata #29
v0.3.0-m2
- Support Upgrade Job Running with
HostNetwork=true
#21
- Ginkgo/Gomega BDD-Style Unit Tests #20
- Sonobuoy Plugin for Running E2E Tests #26
This is a milestone release to assert that the new Sonobuoy Plugin image from #26 gets pushed correctly.
v0.3.0-m1
- Support Upgrade Job Running with
HostNetwork=true
#21
- Ginkgo/Gomega BDD-Style Unit Tests #20
- Sonobuoy Plugin for Running E2E Tests #26
This is a milestone release to assert that the new Sonobuoy Plugin image from #26 gets pushed correctly.
v0.2.0
Features
- Support Secrets #6
changes to referenced secrets or values of reference secrets will incur re-application
- Support Uncordon After Successful Apply #9
flips unschedulable=false on the node when applying label
- Support Init Container Before Cordon/Drain
prepare
#8
runs as init container prior to cordon/drain
- Support Service Account Name for Upgrade Job #7
if not specified on a plan, pods in upgrade jobs will get the default
service account name in the namespace
- Support Kustomization At Repository Root #15
kustomize build https://github.com/rancher/system-upgrade-controller
will emit the default manifest with updated image references
- Support More Secure Deployment
deployment affinity modified to only run on master nodes #13