Skip to content

Commit

Permalink
Update default version of AWS node termination handler to v1.7.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin P. Jung committed Sep 8, 2020
1 parent cf1fe4c commit 428c844
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.1.0] - 2020-09-08

## Updates

- Default version of the used AWS node termination handler has been
updated to 1.7.0.

## [2.0.1] - 2020-09-08

## Fixes
Expand Down
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
variable "node_termination_handler_version" {
description = "The metrics-server version to use. See https://github.com/aws/aws-node-termination-handler/releases for available versions"
type = string
default = "1.6.1"
default = "1.7.0"
}

variable "ignore_daemon_sets" {
Expand Down

0 comments on commit 428c844

Please sign in to comment.