From d4daaa2af8d2338c0e17afa3921cde39de838f76 Mon Sep 17 00:00:00 2001 From: Mike McGirr Date: Mon, 30 Mar 2020 17:39:37 -0700 Subject: [PATCH] Update the changelog for a v0.9.15 release --- CHANGELOG.md | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f800b60..2567d107 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,24 @@ ### Modules -* `asg`: add `protect_from_scale_in` to allow instance termination protection -* `asg`: add `suspended_processes` +### Examples + +# v0.9.15 + +### Summary + +Updates to the ASG module + +### Modules + +* `asg` : Switch up how targets groups are associated with the ASG +* `asg` : add `protect_from_scale_in` to allow instance termination protection +* `asg` : add `suspended_processes` ### Examples +* No changes + # v0.9.14 ### Summary