Skip to content

Commit 3d3f3ba

Browse files
committed
Updated CHANGELOG
1 parent db16dff commit 3d3f3ba

File tree

1 file changed

+28
-1
lines changed

1 file changed

+28
-1
lines changed

CHANGELOG.md

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ All notable changes to this project will be documented in this file.
77

88

99

10+
<a name="v2.8.0"></a>
11+
## [v2.8.0] - 2021-04-23
12+
13+
- feat: Add enable_case_sensitive_identifier parameter ([#52](https://github.com/terraform-aws-modules/terraform-aws-redshift/issues/52))
14+
- chore: update documentation and pin `terraform_docs` version to avoid future changes ([#50](https://github.com/terraform-aws-modules/terraform-aws-redshift/issues/50))
15+
- chore: align ci-cd static checks to use individual minimum Terraform versions ([#49](https://github.com/terraform-aws-modules/terraform-aws-redshift/issues/49))
16+
- chore: Fixed module source in example
17+
- chore: add ci-cd workflow for pre-commit checks ([#48](https://github.com/terraform-aws-modules/terraform-aws-redshift/issues/48))
18+
19+
1020
<a name="v2.7.0"></a>
1121
## [v2.7.0] - 2020-11-09
1222

@@ -25,6 +35,18 @@ All notable changes to this project will be documented in this file.
2535
## [v2.5.0] - 2020-04-27
2636

2737
- fix: final_snapshot_identifier should be string, not bool ([#35](https://github.com/terraform-aws-modules/terraform-aws-redshift/issues/35))
38+
- Merge pull request [#34](https://github.com/terraform-aws-modules/terraform-aws-redshift/issues/34) from terraform-aws-modules/terraform-provider-githubfile-1584635320458990000
39+
- [ci skip] Create ".chglog/CHANGELOG.tpl.md".
40+
- Merge pull request [#33](https://github.com/terraform-aws-modules/terraform-aws-redshift/issues/33) from terraform-aws-modules/terraform-provider-githubfile-1584537258149750000
41+
- [ci skip] Create ".editorconfig".
42+
- Merge pull request [#32](https://github.com/terraform-aws-modules/terraform-aws-redshift/issues/32) from terraform-aws-modules/terraform-provider-githubfile-1584537225700286000
43+
- Merge pull request [#30](https://github.com/terraform-aws-modules/terraform-aws-redshift/issues/30) from terraform-aws-modules/terraform-provider-githubfile-1584537225700264000
44+
- Merge pull request [#29](https://github.com/terraform-aws-modules/terraform-aws-redshift/issues/29) from terraform-aws-modules/terraform-provider-githubfile-1584537225700246000
45+
- Merge pull request [#28](https://github.com/terraform-aws-modules/terraform-aws-redshift/issues/28) from terraform-aws-modules/terraform-provider-githubfile-1584537225700283000
46+
- [ci skip] Create ".pre-commit-config.yaml".
47+
- [ci skip] Create "Makefile".
48+
- [ci skip] Create ".gitignore".
49+
- [ci skip] Create "LICENSE".
2850

2951

3052
<a name="v2.4.0"></a>
@@ -69,6 +91,7 @@ All notable changes to this project will be documented in this file.
6991
## [v1.6.0] - 2019-01-30
7092

7193
- Run pre-commit hook
94+
- Merge pull request [#9](https://github.com/terraform-aws-modules/terraform-aws-redshift/issues/9) from gpanula/expanded_parameters
7295
- add some useful descriptions to the variables
7396
- add bits back in to allow for providing existing subnet and/or parameter groups
7497
- only lowercase alphanumeric characters and hyphens allowed in parameter group name
@@ -79,6 +102,7 @@ All notable changes to this project will be documented in this file.
79102
<a name="v1.5.0"></a>
80103
## [v1.5.0] - 2019-01-30
81104

105+
- Merge pull request [#13](https://github.com/terraform-aws-modules/terraform-aws-redshift/issues/13) from firstlookmedia/master
82106
- ignore git master_password changes
83107
- add support for passing ignored_changes
84108

@@ -92,6 +116,7 @@ All notable changes to this project will be documented in this file.
92116
<a name="v1.3.0"></a>
93117
## [v1.3.0] - 2018-08-18
94118

119+
- Merge pull request [#8](https://github.com/terraform-aws-modules/terraform-aws-redshift/issues/8) from terraform-aws-modules/remove_lifecycle_to_destroy
95120
- Removed lifecycle to allow to destroy the cluster
96121

97122

@@ -104,6 +129,7 @@ All notable changes to this project will be documented in this file.
104129
<a name="v1.1.0"></a>
105130
## [v1.1.0] - 2018-04-27
106131

132+
- Merge pull request [#5](https://github.com/terraform-aws-modules/terraform-aws-redshift/issues/5) from sc250024/enhanced-redshift-functionality
107133
- Restored some of the logic of `enable_create_redshift_*` locals
108134
- Moving tags and lifecycle to the end
109135
- Removing duplicate types
@@ -141,7 +167,8 @@ All notable changes to this project will be documented in this file.
141167
- Initial commit
142168

143169

144-
[Unreleased]: https://github.com/terraform-aws-modules/terraform-aws-redshift/compare/v2.7.0...HEAD
170+
[Unreleased]: https://github.com/terraform-aws-modules/terraform-aws-redshift/compare/v2.8.0...HEAD
171+
[v2.8.0]: https://github.com/terraform-aws-modules/terraform-aws-redshift/compare/v2.7.0...v2.8.0
145172
[v2.7.0]: https://github.com/terraform-aws-modules/terraform-aws-redshift/compare/v2.6.0...v2.7.0
146173
[v2.6.0]: https://github.com/terraform-aws-modules/terraform-aws-redshift/compare/v2.5.0...v2.6.0
147174
[v2.5.0]: https://github.com/terraform-aws-modules/terraform-aws-redshift/compare/v2.4.0...v2.5.0

0 commit comments

Comments
 (0)