From 64a5785d4c53eff5482810eeb3823df189e31b6a Mon Sep 17 00:00:00 2001 From: yutaChaos Date: Thu, 31 Jan 2019 14:44:46 +0900 Subject: [PATCH] Fixed CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 150fde7e7a..136f2364d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,7 +18,7 @@ project adheres to [Semantic Versioning](http://semver.org/). ##### Changed -- Removed invalid action from worker_autoscaling iam policy +- Change worker group ASG to use create_before_destroy (by @stefansedich) - Fixed a bug where worker group defaults were being used for launch template user data (by @leonsodhi-lf) - Managed_aws_auth option is true, the aws-auth configmap file is no longer created, and write_aws_auth_config must be set to true to generate config_map. (by @yutachaos)