Releases: qvest-digital/terraform-kubernetes-aws-node-termination-handler
Releases · qvest-digital/terraform-kubernetes-aws-node-termination-handler
4.0.0
The source code of the module has been transferred to a new Github organization.
This is the first release that requires at least Terraform 1.7.0.
Changelog
Fixed
- Block types within pod template spec
limits
andrequests
have been converted to
arguments, which fixes errors with current versions of the Kubernetes provider plugin.
(#10)
Changed
- Github organization hosting this module has been changed to
qvest-digital
. - Terraform 1.7.0 or higher is required to use this module.
Updated
- Default version of the aws-node-termination-handler has been set to v1.22.1.
3.0.0
This is the first release that requires at least Terraform 0.13.0.
The latest compatibiliy releases in the 0.12 series (0.12.29 as this release is being made)
might work, but it is no longer officially supported by the module's maintainers.
Changelog
Changed
- Terraform 0.13.x is required to use this module.
Added
- Webhook configuration options can be specified as input variables. (#6)
Updated
- Default version of the aws-node-termination-handler has been set to v1.9.0.
2.1.1
2.1.0
Changelog
Updates
- Default version of the used AWS node termination handler has been
updated to 1.7.0.
2.0.1
2.0.0
Changelog
This release introduces some breaking changes, because the default values of some
of the options have been changed with the introduction of configurable behavior.
Make sure to tune all configurable variables to your needs prior to upgrading to
this new module version.
Added
- Lots of variables have been added to allow changing the behavior of the node
termination handler.
1.2.0
Changelog
Added
- A new variable (
enable_prometheus_server
) has been added that can be used to
enable the prometheus server endpoint that can be used to gain some metrics.
Fixed
- A "node anti affinity" term has been added to the Daemon set to ensure that
workloads will never be scheduled on Fargate nodes.
Updated
- Default version of the aws-node-termination-handler has been set to v1.6.1.
1.1.0
Changelog
Added
- Node affinity has been changed to allow the node termination handler to run on
instances backed byarm
orarm64
architecture.
Updated
- Default version of the aws-node-termination-handler has been set to v1.4.0.
Changed
- Missing
securityContext
has been added. - Default
nodeSelector
andtolerations
settings have been changed.