v0.6.2 - 2022-08-01
- Remove verbose logging for workflow reconcile (#156)
v0.6.1 - 2022-08-01
- Handle notfound workflow use case (#154)
v0.6.0 - 2022-07-29
- Limit workflow watches to namespace scope (#150)
v0.5.2 - 2022-06-07
- Fix workflow controller watcher and rbac (#147)
v0.5.1 - 2022-05-31
- 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)
- 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 - 2022-04-26
- Build Fix (#102)
- Fix UTC build date (#135)
- 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)
v0.4.3 - 2021-07-15
- Fix delete flow and add tests (#90)
- Record Addon dependency validation errors as state (#88)
- Requeue addon for deps not installed error (#91)
v0.4.2 - 2021-06-09
- Increase Addon TTL to 1-hour and reset status per checksum change (#86)
v0.4.1 - 2021-06-08
- Add a conflict retry on status updates (#82)
- Always reset the timer whenever checksum changes (#83)
v0.4.0 - 2021-06-07
- Upgrade workflows and deps (#80)
- Execute workflow only when addon checksum changes (#79)
v0.3.1 - 2020-10-06
- Upgrade Argo to v2.11.1 (#72)
- Improve Watchers to only look for owned resources (#72)
- Remove common app.kubernetes.io/version labels from Kustomize (#71)
v0.3.0 - 2020-09-23
- Change Failed status to Pending for dependant addons (#63)
- Upgrade Argo and inject deadline for workflows. (#64) (#69)
- Various improvements (#60) (#61) (#62)
v0.2.1 - 2020-04-13
- Patch the master CI build (#48) (#56) (#58)
- Preserve labels in Workflow templates (#49)
v0.2.0 - 2020-03-31
- Updated to Go 1.14
- Argo Workflow controller updated to 2.4.3
- Upgraded Kubebuilder to v2.3.0
- Various fixes and improvements (#46)
v0.1.0 - 2019-11-27
- Argo Workflow controller updated to 2.4.2
- Upgraded Kubebuilder to v2.2.0
- Various fixes and improvements (#39)
v0.0.2 - 2019-09-03
- Moved project api version to keikoproj.io
v0.0.1 - 2019-08-14
- Initial Release of Addon Manager