Skip to content

Releases: appuio/openshift-upgrade-controller

v0.7.0-dev1

14 Jun 09:13
bf91b3f
Compare
Choose a tag to compare
v0.7.0-dev1 Pre-release
Pre-release

10 changes since v0.6.2

🚀 Features

  • Scheduled ClusterVersion changes (#84)

🔗 Dependency Updates

  • Update docker.io/library/alpine Docker tag to v3.20 (#81)
  • Update dependency go to v1.22.4 (#74)
  • Update module sigs.k8s.io/controller-runtime to v0.18.4 (#76)
  • Update module github.com/prometheus/client_golang to v1.19.1 (#79)
  • Update module sigs.k8s.io/controller-tools to v0.15.0 (#75)
  • Update goreleaser/goreleaser-action action to v6 (#86)
  • Update module golang.org/x/mod to v0.18.0 (#83)
  • Update module sigs.k8s.io/kustomize/kustomize/v5 to v5.4.2 (#68)
  • Update golang.org/x/exp digest to fc45aab (#82)

v0.6.2

17 Apr 11:59
1ec2b3d
Compare
Choose a tag to compare

3 changes since v0.6.1

🐛 Fixes

  • Ensure pools without upgrades are unpaused (#73)

🔗 Dependency Updates

  • Update module sigs.k8s.io/controller-runtime to v0.17.3 (#71)
  • Update module golang.org/x/mod to v0.17.0 (#69)

v0.6.1

08 Apr 15:25
3792eaa
Compare
Choose a tag to compare

1 changes since v0.6.0

🐛 Fixes

  • Fix MCP permissions to allow pausing and unpausing pools (#70)

v0.6.0

02 Apr 16:19
d2c9ba5
Compare
Choose a tag to compare

5 changes since v0.5.2

🚀 Features

  • Allow delaying machine config pool upgrades (node reboots) (#64)
    ⚠️ We have not yet extensively tested this feature. Use caution. ⚠️

🔗 Dependency Updates

  • Update dependency go to v1.22.1 (#63)
  • Update module golang.org/x/mod to v0.16.0 (#50)
  • Update golang.org/x/exp digest to a685a6e (#66)
  • Update kubernetes packages to v0.29.3 (#65)

v0.5.2

04 Mar 14:48
d340575
Compare
Choose a tag to compare

4 changes since v0.5.1

🔗 Dependency Updates

  • Update docker.io/library/alpine Docker tag to v3.19 (#56)
  • Update actions/setup-go action to v5 (#55)
  • Update actions/cache action to v4 (#61)
  • Update Go dependencies (#59)

v0.5.1

04 Oct 12:34
e960221
Compare
Choose a tag to compare

3 changes since v0.5.0

🐛 Fixes

  • Fix tracking of deleted Jobs (#48)
  • Don't run hooks created after UpgradeJobHook is finished (#49)

🔗 Dependency Updates

  • Update module github.com/prometheus/client_golang to v1.17.0 (#47)

v0.5.0

13 Sep 08:04
0d33cbe
Compare
Choose a tag to compare

11 changes since v0.4.0

🔎 Breaking Changes

  • Allow marking UpgradeJobHooks disruptive (#45)

🔗 Dependency Updates

  • Update actions/checkout action to v4 (#40)
  • Update docker/setup-buildx-action action to v3 (#43)
  • Update docker/login-action action to v3 (#42)
  • Update goreleaser/goreleaser-action action to v5 (#41)
  • Update module sigs.k8s.io/controller-runtime to v0.16.1 (#36)
  • Update docker/setup-qemu-action action to v3 (#44)
  • Update golang.org/x/exp digest to 9212866 (#35)
  • Update module sigs.k8s.io/controller-tools to v0.13.0 (#39)
  • Update module sigs.k8s.io/kustomize/kustomize/v5 to v5.1.1 (#22)
  • Update module sigs.k8s.io/controller-runtime to v0.16.2 (#46)

v0.4.0

21 Jul 07:01
f1e0ae3
Compare
Choose a tag to compare

5 changes since v0.3.2

🚀 Features

  • Run UpgradeJob hooks even if no update exists (#34)

🔗 Dependency Updates

  • Update module golang.org/x/mod to v0.12.0 (#30)
  • Update golang.org/x/exp digest to 613f0c0 (#27)
  • Update module sigs.k8s.io/controller-tools to v0.12.1 (#31)
  • Update kubernetes packages to v0.27.4 (#33)

v0.3.2

13 Jul 13:40
b75322a
Compare
Choose a tag to compare

1 changes since v0.3.1

🚀 Features

  • Add more context to job metrics (#32)

v0.3.1

07 Jul 10:07
7a08236
Compare
Choose a tag to compare

1 changes since v0.3.0

🐛 Fixes

  • Fix crash on fresh, never upgraded cluster (#29)