Releases: lablabs/terraform-aws-eks-argocd
Releases · lablabs/terraform-aws-eks-argocd
v1.1.0
What's Changed
- feat(sync): sync universal-addon changes by @lara-template-sync[bot] in #18
- feat(sync): sync universal-addon changes by @lara-template-sync[bot] in #16
- feat(sync): sync universal-addon changes by @lara-template-sync[bot] in #15
Full Changelog: v1.0.1...v1.1.0
v1.0.1
What's Changed
- feat(sync): sync universal-addon changes by @lara-template-sync[bot] in #13
- feat(sync): sync universal-addon changes by @lara-template-sync[bot] in #12
Full Changelog: v1.0.0...v1.0.1
v1.0.0
What's Changed
- feat: update addon configuration to support helm-directory and add ArgoCD finalizers by @jaygridley in (409bed6)
- feat: update IRSA role names and module references to v0.0.21 by @jaygridley in (75c2100)
- feat(sync): sync universal-addon changes by @lara-template-sync[bot] in #9
- refactor: simplify addon IRSA key names in main.tf by @jaygridley in (ffa668e)
- chore: update universal-addon module references to v0.0.18 and adjust dependencies by @jaygridley in (9b1b378)
- chore: update universal-addon module references to v0.0.17 by @jaygridley in (0fa1117)
⚠️ [BREAKING] feat!: universal-addon migration by @jaygridley in #7
Important
The add-on undergone major refactoring by using https://github.com/lablabs/terraform-aws-eks-universal-addon template resulting in changes to some input variables and all output variables that are not nested under addon or addon_irsa outputs. Additionally, Helm chart and application versions were updated. Follow related pull request above to learn more. If you find a bug, please, feel free to open an issue, we will do our best to help fixing it.
Full Changelog: v0.1.4...v1.0.0
v0.1.4
What's Changed
- fix: include helm parameters when not empty by @jaygridley in #6
Full Changelog: v0.1.3...v0.1.4
v0.1.3
What's Changed
- fix: do not include finalizers if empty by @jaygridley in #4
Full Changelog: v0.1.2...v0.1.3
v0.1.2
What's Changed
- fix: add service account names to values by @jaygridley in #3
Full Changelog: v0.1.1...v0.1.2
v0.1.1
What's Changed
- fix: add depends_on meta-argument into helm_release.argo_application by @tomas-balaz in #2
New Contributors
- @tomas-balaz made their first contribution in #2
Full Changelog: v0.1.0...v0.1.1
v0.1.0
What's changed
- Add IRSA support, by @JaroVojtek (#1)
Changes:
- IAM role creation with policy allow assume it from ArgoCD serviceAccount
- Allow attach additional policies to assumed role via add-on module input parameter