Skip to content

Releases: TwiN/aws-eks-asg-rolling-update-handler

v1.4.1

14 Jul 02:51
Compare
Choose a tag to compare
  • refactor: Updated annotations key to match with Kubernetes' requirements 78f6bae
  • chore: Updated Go to 1.17

v1.4.0

07 Jun 21:57
fac6fd0
Compare
Choose a tag to compare

feat(metrics): Add prometheus metrics #24 - @someone-stole-my-name

v1.3.0

05 May 23:22
97f0b34
Compare
Choose a tag to compare

v1.2.2

14 Feb 18:23
Compare
Choose a tag to compare

perf: Cache list of nodes instead of retrieving the full list every time

v1.2.1

08 Oct 02:51
Compare
Choose a tag to compare

Updated Kubernetes dependencies from 1.18 to 1.19

⚠ Migrated TwinProduction/aws-eks-asg-rolling-update-handler to TwiN/aws-eks-asg-rolling-update-handler

NOTE: The Docker repository is not impacted by this change

v1.2.0

19 May 19:30
daaee54
Compare
Choose a tag to compare
  • Added CLUSTER_NAME environment variable to allow specifying a cluster name instead of a list of ASGs - Thanks to @mvaal #11
  • Increase the maximum number of ASGs that can be retrieved when using AUTO_SCALING_GROUP_NAMES #12

v1.1.0

20 Apr 22:58
Compare
Choose a tag to compare

Significantly improved node draining time

v1.0.0

26 Jan 17:59
Compare
Choose a tag to compare

After being in production for several months without any issues, the time for v1.0.0 has finally come.

v0.0.13

26 Jan 16:55
Compare
Choose a tag to compare
  • Fixed issue caused by evicted pods being included when calculating node resources used/available
  • Updated dependencies

v0.0.12

23 Jul 21:08
Compare
Choose a tag to compare
  • Search node by spec.providerID instead of by the kubernetes.io/hostname label