This repository has been archived by the owner on Dec 17, 2024. It is now read-only.
Releases: aws-samples/aws-amazon-eks-ansible-example
Releases · aws-samples/aws-amazon-eks-ansible-example
2.0.0
Changed:
- switch all possible deployments from static manifest files to helm charts
- switch non-helm deployments to download manifests from source repos instead of static files in this repo to ensure latest versions
- update policy files to reflect current manifest/deployment versions
- add ServiceAccount usage for x-ray
- update ServiceAccount for the AWS EBS CSI Driver deployment
- add retries for initial python module and eksctl to work in one playbook run
- update ingress for the example deployment
- correct and improve example deployment/destroy playbooks
- update modules used to reflect Ansible (Core) > 2.10
- update container insights enablement/deployment to use current deployement strategy via quickstart template/manifest
- AWS EFS CSI Driver now utilizes a ServiceAccount
Minor Service Release - Bugfixing
Fixes
- fixes #3 to allow multible keys via SSH Agents
- fixes #4 to allow dynamic naming
- fixes #7 prevent eksctl to be too verbose
special thx to @dale-c-anderson for the fixing pull requests 🥇
Minor Service Release - AWS Loadbalancer Controller
Changes:
- switched from alb-ingress-controller to aws-load-balancer-controller
fixes:
- fixing bastion task typo in main playbook
- fixing alb deployment loop to wait to prevent errors
- fixed ACM cert autocreate to only request if needed