Skip to content

v0.7.0

Compare
Choose a tag to compare
@aidanmelen aidanmelen released this 19 Mar 20:56
· 61 commits to main since this release
10bfd71
  • Created two distinct aws-auth-init jobs. The replace job will ignore changes to the job image. This will prevent the configmap managed by terraform from being deleted when the cluster version changes. On the other hand, we want the patch job to run any time the roles, users, or accounts change as well as when the job image changes. This will ensure that the version of kubectl always matches the version of the cluster.
  • Added self_managed_node_groups to the example and replace and patch tests.
  • Added terraform-docs to example README's.
  • Added terraform example snippets to the example README's.
  • Default image_tag the the Kubernetes server version retrieved from the aws_eks_cluster data resource.
  • Added github actions for release, pre-title, and stale-actions.