Skip to content

Releases: keikoproj/addon-manager

v0.8.2

11 Jun 21:27
ab185b3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.1...v0.8.2

v0.8.1

30 Oct 23:16
41a8bd2
Compare
Choose a tag to compare

[v0.8.1] - 2023-10-30

Fixed

  • Remove old workflows on addon checksum change (#297)

Changed

  • Bump golang.org/x/net from 0.15.0 to 0.17.0 (#289)
  • Bump github.com/onsi/gomega from 1.27.10 to 1.28.0 (#286)

v0.8.0

20 Sep 01:29
05d65fe
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.2...v0.8.0

v0.8.0-rc.3

19 Sep 22:04
38218b2
Compare
Choose a tag to compare
v0.8.0-rc.3 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.7.2...v0.8.0-rc.3

v0.8.0-rc.2

16 Sep 01:29
7baa75a
Compare
Choose a tag to compare
v0.8.0-rc.2 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.8.0-rc.1...v0.8.0-rc.2

v0.8.0-rc.1

30 Jun 01:31
81b57f9
Compare
Choose a tag to compare
v0.8.0-rc.1 Pre-release
Pre-release
chore: refactoring so that addon controller flow won't inquire from w…

…orkflow obj (#251)

* refactoring so that addon controller flow shouldn't update status from workflow obj
* simplifying status updates from addon controller
* fixing Finalize flow to not require status from wf obj
* runWorkflow sets statuses instead of returning them
* renamed SetPrereqStatus to SetPrereqAndInstallStatuses and removed setting status reasons outside of addon_types funcs
* covering setting install status in cause remove finalizer fails to update
---------

Signed-off-by: Chun-Che Peng <[email protected]>

v0.7.2

10 Mar 21:21
fcbf410
Compare
Choose a tag to compare

[v0.7.2] - 2023-03-10

Fixed

  • Recover from panics in addon workflow controller (#222)

Changed

Added

  • Add goreleaser as prereqs developer doc (#188)
  • Add codeql.yml workflow (#201)

Removed

  • Delete old CHANGELOG (#192)
  • Remove KOPS test cluster scripts (#215)

v0.7.1

15 Jan 17:13
af4c63c
Compare
Choose a tag to compare

[v0.7.1] - 2023-01-15

Fixed

  • Fix delete flows (#179)

Changed

v0.7.0

19 Dec 21:11
5aa965c
Compare
Choose a tag to compare

[v0.7.0] - 2022-12-19

Fixed

  • Fix local bdd testing (#170)
  • Refactor addon status updates (#173)

Changed

  • Bump actions/checkout from 2 to 3.1.0 (#160)
  • Change to use controllerutil finalizer methods (#165)
  • Use controller-gen version v0.4.1 (#166)
  • Switch to emissary workflow-executor and workflow-controller v3.3.x (#168)
  • Bump actions/checkout from 3.1.0 to 3.2.0 (#172)
  • Bump goreleaser/goreleaser-action from 3 to 4 (#171)

Added

  • Add addon-manager architecture diagram (#169)

v0.6.2

01 Aug 22:57
2724bdf
Compare
Choose a tag to compare

[v0.6.2] - 2022-08-01

Fixed

  • Remove verbose logging for workflow reconcile (#156)