Skip to content

Releases: sparkfabrik/terraform-aws-eks-bootstrap

1.2.0

30 Nov 10:17
da6f655
Compare
Choose a tag to compare

Compare with previous version

  • refs platform/#2586: add enhanced_container_insights_enabled variable to enable/disable enhanced container insights for CloudWatch. Remember that this feature only allows to use the last 3 hours of collected metrics. You can find more information about limitations here.

1.1.1

29 Nov 15:51
f6f8343
Compare
Choose a tag to compare

Compare with previous version

  • refs platform/#2586: fix output for grafana_admin_password when enable_kube_prometheus_stack is false.

1.1.0

22 Nov 16:21
6f78803
Compare
Choose a tag to compare

Compare with previous version

  • refs #000: add link for CloudWatch Observability EKS addon.
  • refs platform/#2560: remove local module cluster access and use the one from GitHub.

1.0.0

22 Nov 12:48
aa8c946
Compare
Choose a tag to compare

Compare with previous version

⚠️ Breaking changes ⚠️

ATTENTION: before applying these changes you must manually remove the amazon-cloudwatch namespace from your cluster. If you have deployed other stuffs, at least you have to remove the fluent-bit reosources (ConfigMaps and DaemonSets). You have to remove these resources from the terraform state too. If you want to keep the fluent-bit installation, please turn off the cluster_enable_amazon_cloudwatch_observability_addon variable and remove the flutn-bit resources from the terraform state.

Added

  • refs #33: add cluster_enable_amazon_cloudwatch_observability_addon variable to enable Amazon CloudWatch Container Insights for Kubernetes.

Changed

  • refs #33: remove standalone flunt-bit installation.

0.3.0

22 Nov 11:16
0f93825
Compare
Choose a tag to compare

Compare with previous version

Added

  • refs #000: add cluster_additional_addons variable to manage additional EKS addons.
  • refs #000: add cluster_iam_role_additional_policies variable to manage additional IAM policy attachments for cluster role.

0.2.0

25 Aug 09:53
dcafc7c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.1.0...0.2.0

Release 0.1.0

10 May 07:34
8ba042e
Compare
Choose a tag to compare
Merge pull request #22 from sparkfabrik/task/0000_remove_ecr_iam_user…