Skip to content
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

2.0.0

04 Oct 22:08
7a9beda
Compare
Choose a tag to compare

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

26 Feb 08:18
b22a548
Compare
Choose a tag to compare

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

06 Jan 16:51
a8e90f0
Compare
Choose a tag to compare

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

1.0.0

05 Nov 09:42
Compare
Choose a tag to compare

initial release