Skip to content

Releases: squareops/terraform-aws-eks-addons

v4.0.2

30 Jan 11:15
bdc660e
Compare
Choose a tag to compare

Release Notes

  • Updated argocd config to enable creating applications in all namespaces.
  • Updated readme files

v4.0.1

24 Jan 07:53
3f799aa
Compare
Choose a tag to compare

Release Notes:-

  • ALB public and private support for deployed applications
  • NLB public and private support for deployed applications
  • Argo rollout feature integration in add-ons as a submodule
  • Cluster proportional auto scaler feature integration.
  • Added option to pass addons version while deploying to deploy the version of the helm as required.

Patch Fixes:-

  • Added fix for the alb controller not working in the Hyderabad region.
  • Separated VPA module from metrics server. VPA module can now be deployed as an individual module.

Full Changelog: v3.1.3...v4.0.1

v3.1.3

06 Dec 11:06
fdcf1fd
Compare
Choose a tag to compare

What's Changed

  • Updated configuration in VPC CNI plugin (#80) in #82

Full Changelog: v3.1.0...v3.1.3

v3.1.0

26 Nov 11:01
4edeae5
Compare
Choose a tag to compare

Release Notes

  • Added cost related tags
  • Optimize the requests and limits in addons
  • Integrated argocd and argo-workflow modules as a submodule.
  • Updated coreDNS HPA memory metric type to %
  • Solved K8s dashboard termination issue
  • Updated HPA for arogcd and argo-workflow
  • Solved ALB controller deletion issue.
  • Fixed ingress-nginx destruction issue.
  • Updated karpenter module to V1.0.0

v3.0.0

20 Aug 11:22
402a6b2
Compare
Choose a tag to compare

What's Changed

  • Addons restructure and Version Updates for 1.30 cluster

  • update directory structure for alb,Node -termination-manager.cert-manager ,cluster-autoscaller,cluster-proportional-autoscaller,core dns-hpa,external-secret, reloader,metric-server

  • udate default addons and example calling module

  • Update addons directory structure for default addons, alb,Node -termination-manager,cert-manager,cluster-autoscaller,cluster-proportional-autoscaller,core dns-hpa,external-secret,config reloader,metric-server-hpa

  • structure update in cert-manager and corednshpa

  • Changes of modules and version update

  • kubernetes dashboard terraform addon module

  • update cert-manager config

  • solve kuberetes-dashboard ingress error

  • update aws-ebs-csi-driver module

  • update reloader configuration

  • Updated the module names and corrected local.tf file.

  • corrected module names which restructuring

  • Integrated ingress and private ingress in one module

  • ingress-nginx logic implemented for private nlb

  • add karpenter-provisioner configuration for multiple labels

  • change order of module names according to alphabatically

  • Testing for public and private ingress has been done

  • add keda configuration

  • corrected pre-commit errors and warnings

  • fixed the vpc-cni and ebs-csi-driver versions and resource limits

  • Updated readme.md file

  • standardized modules and variables

  • resource limit update keda, cluster-autoscaler, cert-manager

v2.1.5

23 Jul 10:07
d9fb23f
Compare
Choose a tag to compare

What's Changed

  • added spot instance policy for service-linked-role by @Ajay-sops in #37

Full Changelog: v2.1.4...v2.1.5

v2.1.4

24 Jun 07:25
d986693
Compare
Choose a tag to compare

Release Note

Drift Detection for Karpenter Nodes:

  • Implemented drift detection in the Terraform module for updating Karpenter nodes.
  • You can now update the EKS cluster version from the calling file, and the module will automatically detect and apply the necessary changes to Karpenter nodes.

v2.1.3

10 Jun 09:09
4e9fc47
Compare
Choose a tag to compare

Release Note

1. Enhancements:
Added support for deploying the Kubernetes Dashboard with an Application Load Balancer (ALB). This feature allows users to access the Kubernetes Dashboard securely and easily via the ALB.

2. Upgraded
Upgraded Velero to the version 1.10.0 for improved backup functionality for EKS clusters.

v2.1.2

02 May 11:02
bd36ede
Compare
Choose a tag to compare

Release Notes:-

Bug Fixes

  1. Fixed issue with nginx ingress controller admission webhook being denied when using annotation configuration-snippet.

v2.1.1

08 Apr 13:43
40f9a5a
Compare
Choose a tag to compare

Release Note

1. Enhancements:
Enhanced Support for Pod Scaling Beyond Instance Capacity.

Description
This release includes updates to the VPC CNI environment variables, enabling the launch of pods beyond the default capacity of instance types on worker nodes. This enhancement facilitates better scalability and utilization of resources within the Kubernetes cluster.