Releases: lablabs/terraform-aws-eks-cluster-autoscaler
Releases · lablabs/terraform-aws-eks-cluster-autoscaler
v3.1.0
What's Changed
- feat(sync): sync universal-addon changes by @lara-template-sync[bot] in #37
- feat(sync): sync universal-addon changes by @lara-template-sync[bot] in #34
- feat(sync): sync universal-addon changes by @lara-template-sync[bot] in #33
- fix(docs): correct repository link in module documentation by @jaygridley in (c9ab520)
Full Changelog: v3.0.1...v3.1.0
v3.0.1
What's Changed
- feat(sync): sync universal-addon changes by @lara-template-sync[bot] in #31
Full Changelog: v3.0.0...v3.0.1
v3.0.0
What's Changed
- feat(sync): sync universal-addon changes by @lara-template-sync[bot] in #25
⚠️ [BREAKING] feat(addon): switch to universal-addon by @matejhasul in #23
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. 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: v2.2.0...v3.0.0
v2.2.0
v2.1.1
What's changed
- feat: align addon with latest template, by @jaygridley (#17)
v2.1.0
What's changed
Features
- feat: add DescribeNodegroup action to iam policy, by @tomas-balaz (#13)
New Contributors
- @tomas-balaz made their first contribution in #13
Full Changelog: v2.0.0...v2.1.0
v2.0.0
What's changed
- Module refactor, by @JaroVojtek (#12)
Release Description
TF module refactoring to align with LARA unified design
Breaking changes:
- Multiple variables has been renamed:
k8s_namespace->namespacek8s_rbac_create->rbac_createk8s_service_account_create->service_account_createk8s_irsa_role_create->irsa_role_createk8s_service_account_name->service_account_nameargo_application_enabled->argo_enabledargo_application_use_helm->argo_helm_enabledargo_application_values->argo_helm_valuesargo_destionation_server->argo_destination_server(fix typo)
Changes:
- Add new helm related variables:
- almost all supported
helm_releasevariables
- almost all supported
- Add new common argo variables:
argo_metadata- ArgoCD Application metadata configuration. Override or create additional metadata parametersargo_spec- ArgoCD Application spec configuration. Override or create additional spec parametersargo_apiversion- ArgoCD Appliction apiVersion
- Add new argo variables for
kubernetes_manifestinstallation method:argo_kubernetes_manifest_computed_fields- List of paths of fields to be handled as "computed". The user-configured value for the field will be overridden by any different value returned by the API after apply.argo_kubernetes_manifest_field_manager_name- The name of the field manager to use when applying the kubernetes manifest resource. Defaults to Terraformargo_kubernetes_manifest_field_manager_force_conflicts- Forcibly override any field manager conflicts when applying the kubernetes manifest resourceargo_kubernetes_manifest_wait_fields- A map of fields and a corresponding regular expression with a pattern to wait for. The provider will wait until the field matches the regular expression. Use * for any value
- Add new irsa variables for handling IAM roles and policy creation and assignment:
irsa_policy_enabled- Whether to create opinionated policy.irsa_assume_role_enabled- Whether IRSA is allowed to assume role defined by assume_role_arn.irsa_assume_role_arn- Assume role arn. Assume role must be enabled.irsa_additional_policies- Map of the additional policies to be attached to default role. Where key is arbitrary id and value is policy arn.irsa_role_name_prefix- The IRSA role name prefix for vectorirsa_tags- IRSA resources tags
- Update default helm chart version to the latest
- Update provider versions
- Update workflows
- Update Readme
- Update pre-commit versions
- Community standards/experience improvements
- Update examples/basic
v1.6.2
What's Changed
- Update iam.tf by @saurabh-paystack in #11
New Contributors
- @saurabh-paystack made their first contribution in #11
Full Changelog: v1.6.1...v1.6.2
v1.6.1
Fix Terraform provider issues when deploying addon as ArgoCD application
v1.6.0
Add ArgoCD support