From 323ccdba3e24013d92fac3f1f04461cca94bab4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Pinson?= Date: Wed, 14 Apr 2021 11:09:55 +0200 Subject: [PATCH] Release 1.1.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Raphaƫl Pinson --- CHANGELOG.md | 19 +++++++++++++++++++ README.md | 1 + 2 files changed, 20 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d17e7ccf..684ea035 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [1.1.0](https://github.com/camptocamp/terraboard/tree/1.1.0) (2021-04-14) + +[Full Changelog](https://github.com/camptocamp/terraboard/compare/1.0.0...1.1.0) + +**Implemented enhancements:** + +- View for outputs [\#50](https://github.com/camptocamp/terraboard/issues/50) +- Update Terraform to 0.14.10 [\#149](https://github.com/camptocamp/terraboard/pull/149) ([raphink](https://github.com/raphink)) +- Implement AWS EXTERNAL ID feature [\#142](https://github.com/camptocamp/terraboard/pull/142) ([alemuro](https://github.com/alemuro)) +- Implement Outputs [\#140](https://github.com/camptocamp/terraboard/pull/140) ([hoshsadiq](https://github.com/hoshsadiq)) + +**Fixed bugs:** + +- Fix environment variable for APPRoleArn on README [\#141](https://github.com/camptocamp/terraboard/pull/141) ([alemuro](https://github.com/alemuro)) + +**Closed issues:** + +- support of terraform 0.14.3 [\#137](https://github.com/camptocamp/terraboard/issues/137) + ## [1.0.0](https://github.com/camptocamp/terraboard/tree/1.0.0) (2021-02-17) [Full Changelog](https://github.com/camptocamp/terraboard/compare/0.22.0...1.0.0) diff --git a/README.md b/README.md index de594ecc..291165e1 100644 --- a/README.md +++ b/README.md @@ -222,6 +222,7 @@ $ go get github.com/camptocamp/terraboard | 0.21.0 | 0.12.28 | | 0.22.0 | 0.13.0 | | 1.0.0 | 0.14.5 | +| 1.1.0 | 0.14.10 | ## Development