Skip to content

Commit 4dc9d2e

Browse files
committed
Update CHANGELOG
1 parent 0f9acea commit 4dc9d2e

File tree

1 file changed

+20
-3
lines changed

1 file changed

+20
-3
lines changed

CHANGELOG.md

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,27 @@
1+
## 6.0.0 (February 17th 2023)
2+
3+
BACKWARDS INCOMPATIBILITIES / NOTES:
4+
5+
* This module is now compatible with Terraform 1.1 and higher.
6+
* This module now uses ebs volume encryption by default. This can be disabled
7+
using `cluster_instance_enable_ebs_volume_encryption = false`.
8+
* In line with Amazon's update of the default root block storage device, the
9+
default in this module is now `/dev/xvda`.
10+
* All variables previously using `"yes|no"` have been replaced with
11+
`true|false`.
12+
13+
IMPROVEMENTS:
14+
15+
* This module now uses the nullable feature to simplify variable defaults.
16+
117
## 5.0.1 (February 2nd 2023)
218

319
IMPROVEMENTS:
420

521
* added option to specify log retention period for cluster
622
* added option to disable enhanced instance monitoring (enabled by default)
7-
* added option to specify the path of the root block storage device as AWS default has changed from `/dev/sda1` to `/dev/xvda`
23+
* added option to specify the path of the root block storage device as AWS
24+
default has changed from `/dev/sda1` to `/dev/xvda`
825

926
## 5.0.0 (December 22nd 2022)
1027

@@ -88,11 +105,11 @@ IMPROVEMENTS:
88105
BACKWARDS INCOMPATIBILITIES / NOTES:
89106

90107
* The configuration directory has changed from `<repo>/src` to `<repo>` to
91-
satisfy the terraform standard module structure.
108+
satisfy the Terraform standard module structure.
92109

93110
IMPROVEMENTS:
94111

95-
* All variables and outputs now have descriptions to satisfy the terraform
112+
* All variables and outputs now have descriptions to satisfy the Terraform
96113
standard module structure.
97114

98115
## 0.2.0 (November 3th, 2017)

0 commit comments

Comments
 (0)