AWS Node Termination Handler v1.6.1
Bugs:
- Fix helm chart error when deploying to EKS where semver comparison fails because of Minor version having a
+
on the end. (#195 thanks to @itssimon for reporting #193) - Do not schedule to fargate since it won't work correctly anyways (#191 thanks to @limed )
- Fix incorrect flag description for
--ignore-daemon-sets
(#194 thanks to @takanabe )