From 1a20ae6e9d34c38b7e5a54b7070870a4b6d1552c Mon Sep 17 00:00:00 2001 From: jakobbraun Date: Thu, 10 Jun 2021 15:12:14 +0200 Subject: [PATCH] prepared released 1.0.1 (#26) --- doc/changes/changes_1.0.1.md | 6 ++++++ release_config.yml | 11 +++++++++++ 2 files changed, 17 insertions(+) create mode 100644 release_config.yml diff --git a/doc/changes/changes_1.0.1.md b/doc/changes/changes_1.0.1.md index 68ff39a..cfc54d7 100644 --- a/doc/changes/changes_1.0.1.md +++ b/doc/changes/changes_1.0.1.md @@ -2,6 +2,12 @@ Code name: Security fix +## Summary + +In this release we fixed a security issue. By an unquoted password it was +possible to execute code on the host running terraform by using a special +password. + ## Refactoring * #23: Added integration test diff --git a/release_config.yml b/release_config.yml new file mode 100644 index 0000000..0c74279 --- /dev/null +++ b/release_config.yml @@ -0,0 +1,11 @@ +release-platforms: + - GitHub + - Community +community-tags: + - AWS + - Exasol + - Intrastructure-as-Code +community-project-name: Terraform AWS Exasol +community-project-description: | + The Terraform AWS Exasol module is a Terraform module that allows you to create an Exasol cluster on AWS using [Terraform](release_config.yml). + By that you can define your Exasol cluster infrastructure as code. \ No newline at end of file