From 2f02e73feafab4a2e589ced4b817a763450c1d58 Mon Sep 17 00:00:00 2001 From: "Luis M. Gallardo D" Date: Tue, 14 Jun 2022 11:33:48 -0300 Subject: [PATCH 1/3] Update CHANGELOG --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9cb7cf7..0246999 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.14.0 (June 14, 2022) + +FIXES: + +* Add variables and parameters for `cold_storage` configuration (thanks @AlKapkone) + ## 0.14.0 (June 10, 2022) ENHANCEMENTS: From 7d51a1a1e31b8d57bcac5b15bc3f35df68976af3 Mon Sep 17 00:00:00 2001 From: "Luis M. Gallardo D" Date: Tue, 14 Jun 2022 11:35:36 -0300 Subject: [PATCH 2/3] Update README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 969a989..e30ef36 100644 --- a/README.md +++ b/README.md @@ -166,6 +166,7 @@ No modules. | [cloudwatch\_log\_enabled](#input\_cloudwatch\_log\_enabled) | Change to false to avoid deploying any Cloudwatch Logs resources | `bool` | `true` | no | | [cluster\_config](#input\_cluster\_config) | Cluster configuration of the domain | `any` | `{}` | no | | [cluster\_config\_availability\_zone\_count](#input\_cluster\_config\_availability\_zone\_count) | Number of Availability Zones for the domain to use with | `number` | `3` | no | +| [cluster\_config\_cold\_storage\_options\_enabled](#input\_cluster\_config\_cold\_storage\_options\_enabled) | Indicates whether to enable cold storage for an Elasticsearch domain | `bool` | `false` | no | | [cluster\_config\_dedicated\_master\_count](#input\_cluster\_config\_dedicated\_master\_count) | Number of dedicated master nodes in the cluster | `number` | `3` | no | | [cluster\_config\_dedicated\_master\_enabled](#input\_cluster\_config\_dedicated\_master\_enabled) | Indicates whether dedicated master nodes are enabled for the cluster | `bool` | `true` | no | | [cluster\_config\_dedicated\_master\_type](#input\_cluster\_config\_dedicated\_master\_type) | Instance type of the dedicated master nodes in the cluster | `string` | `"r5.large.elasticsearch"` | no | From 947d1c6a8b47d484c1660f69b7263d6222bae51c Mon Sep 17 00:00:00 2001 From: "Luis M. Gallardo D" Date: Tue, 14 Jun 2022 11:36:20 -0300 Subject: [PATCH 3/3] Update CHANGELOG --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0246999..c3a235e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.14.0 (June 14, 2022) +## 0.14.1 (June 14, 2022) FIXES: