Skip to content

Releases: keikoproj/addon-manager

v0.6.1

01 Aug 22:06
cd77e2e
Compare
Choose a tag to compare

[v0.6.1] - 2022-08-01

Fixed

  • Handle notfound workflow use case (#154)

v0.6.0

29 Jul 18:26
33651c8
Compare
Choose a tag to compare

[v0.6.0] - 2022-07-29

Fixed

  • Limit workflow watches to namespace scope (#150)

v0.5.2

08 Jun 13:14
4312635
Compare
Choose a tag to compare

[v0.5.2] - 2022-06-07

Fixed

  • Fix workflow controller watcher and rbac (#147)

v0.5.1

31 May 22:59
96210a0
Compare
Choose a tag to compare

[v0.5.1] - 2022-05-31

Fixed

  • Bump github.com/argoproj/argo-workflows/v3 from 3.2.6 to 3.2.11 (#142)
  • Upgrade Argo Workflows to v3.2.11 (#143)
  • Fix GHSA-hp87-p4gw-j4gq security issue 7 (#144)

Changed

  • Update addon status based on workflow lifecycle and status change (#126)
  • Bump docker/setup-buildx-action from 1 to 2 (#138)
  • Bump docker/login-action from 1 to 2 (#139)
  • Bump docker/setup-qemu-action from 1 to 2 (#140)
  • Bump goreleaser/goreleaser-action from 2 to 3 (#141)

v0.5.0

26 Apr 18:42
4ce2e7e
Compare
Choose a tag to compare

[v0.5.0] - 2022-04-26

Fixed

  • Build Fix (#102)
  • Fix UTC build date (#135)

Changed

  • Upgrade to Go 1.17+ (#116)
  • Upgrade Kubernetes APIs (apimachinery, api, etc.) to 0.21 (#116)
  • Upgrade Argo to v3.2.6 (#116)
  • move api/v1alpha1 to api/addon/v1alpha1; add "comment marker" (#116)
  • use code-generator generate API(s) clientset/informer/listers and put into pkg/client directory. (#116)
  • add code-generator into Makefile generate (#116)
  • update build badge to use GitHub Action status (#109)
  • Migrate to GitHub Actions to gate PRs. (#105)
  • bumps actions/checkout from 2 to 3 (#119)
  • addon-manager refactor pkg/ directory (#123)
  • Bump actions/setup-go from 2 to 3 (#132)
  • Bump codecov/codecov-action from 2.1.0 to 3 (#128)

Release v0.4.3

16 Jul 04:20
c3ff3e6
Compare
Choose a tag to compare

[v0.4.3] - 2021-07-15

Fixed

  • Fix delete flow and add tests (#90)

Changed

  • Record Addon dependency validation errors as state (#88)
  • Requeue addon for deps not installed error (#91)

Release v0.4.2

09 Jun 17:16
226e1eb
Compare
Choose a tag to compare

[v0.4.2] - 2021-06-09

Changed

  • Increase Addon TTL to 1-hour and reset status per checksum change (#86)

Release v0.4.1

08 Jun 21:51
288676b
Compare
Choose a tag to compare

[v0.4.1] - 2021-06-08

Changed

  • Add a conflict retry on status updates (#82)
  • Always reset the timer whenever checksum changes (#83)

Release v0.4.0

07 Jun 22:43
b3b1f1b
Compare
Choose a tag to compare

[v0.4.0] - 2021-06-07

Changed

  • Upgrade workflows and deps (#80)
  • Execute workflow only when addon checksum changes (#79)

Release v0.3.1

06 Oct 17:32
Compare
Choose a tag to compare

[v0.3.1] - 2020-10-06

Fixed

  • Upgrade Argo to v2.11.1 (#72)
  • Improve Watchers to only look for owned resources (#72)

Changed

  • Remove common app.kubernetes.io/version labels from Kustomize (#71)