From 383650f06f20baf50de2b3431383e9c3ce6ee113 Mon Sep 17 00:00:00 2001 From: Arnvid Lau Karstad Date: Wed, 27 May 2020 11:42:45 +0200 Subject: [PATCH] CHANGELOG --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..cdf45c9 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,27 @@ +## 1.0.6 (May 27, 2020) + +FEATURES: +* Added Ability to Remote Image +* Changes to iamge_arn forces new stack + +ENHANCEMENTS: +* updated tf lib to 0.12.25 + +BUGFIXES: +* image_name changed to image_arn + +Patch by: Konstantin Odnoralov + + +## 1.0.5 (May 03, 2020) + +FEATURES: +* Assume Role authentication + +ENHANCEMENTS: +* authentication: Adopted AWS authentication from terraform-provider-aws +* structure: changed structure and build setup of provider + +BUGFIXES: + +