Skip to content

Commit 3bcd407

Browse files
committed
Updated CHANGELOG
1 parent f56a327 commit 3bcd407

File tree

1 file changed

+9
-17
lines changed

1 file changed

+9
-17
lines changed

CHANGELOG.md

Lines changed: 9 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ All notable changes to this project will be documented in this file.
77

88

99

10+
<a name="v3.1.0"></a>
11+
## [v3.1.0] - 2021-06-29
12+
13+
- fix: Allow final_snapshot_identifier to be omitted ([#44](https://github.com/terraform-aws-modules/terraform-aws-redshift/issues/44))
14+
- chore: update CI/CD to use stable `terraform-docs` release artifact and discoverable Apache2.0 license ([#54](https://github.com/terraform-aws-modules/terraform-aws-redshift/issues/54))
15+
16+
1017
<a name="v3.0.0"></a>
1118
## [v3.0.0] - 2021-04-27
1219

@@ -41,18 +48,6 @@ All notable changes to this project will be documented in this file.
4148
## [v2.5.0] - 2020-04-27
4249

4350
- fix: final_snapshot_identifier should be string, not bool ([#35](https://github.com/terraform-aws-modules/terraform-aws-redshift/issues/35))
44-
- Merge pull request [#34](https://github.com/terraform-aws-modules/terraform-aws-redshift/issues/34) from terraform-aws-modules/terraform-provider-githubfile-1584635320458990000
45-
- [ci skip] Create ".chglog/CHANGELOG.tpl.md".
46-
- Merge pull request [#33](https://github.com/terraform-aws-modules/terraform-aws-redshift/issues/33) from terraform-aws-modules/terraform-provider-githubfile-1584537258149750000
47-
- [ci skip] Create ".editorconfig".
48-
- Merge pull request [#32](https://github.com/terraform-aws-modules/terraform-aws-redshift/issues/32) from terraform-aws-modules/terraform-provider-githubfile-1584537225700286000
49-
- Merge pull request [#30](https://github.com/terraform-aws-modules/terraform-aws-redshift/issues/30) from terraform-aws-modules/terraform-provider-githubfile-1584537225700264000
50-
- Merge pull request [#29](https://github.com/terraform-aws-modules/terraform-aws-redshift/issues/29) from terraform-aws-modules/terraform-provider-githubfile-1584537225700246000
51-
- Merge pull request [#28](https://github.com/terraform-aws-modules/terraform-aws-redshift/issues/28) from terraform-aws-modules/terraform-provider-githubfile-1584537225700283000
52-
- [ci skip] Create ".pre-commit-config.yaml".
53-
- [ci skip] Create "Makefile".
54-
- [ci skip] Create ".gitignore".
55-
- [ci skip] Create "LICENSE".
5651

5752

5853
<a name="v2.4.0"></a>
@@ -97,7 +92,6 @@ All notable changes to this project will be documented in this file.
9792
## [v1.6.0] - 2019-01-30
9893

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

111-
- Merge pull request [#13](https://github.com/terraform-aws-modules/terraform-aws-redshift/issues/13) from firstlookmedia/master
112105
- ignore git master_password changes
113106
- add support for passing ignored_changes
114107

@@ -122,7 +115,6 @@ All notable changes to this project will be documented in this file.
122115
<a name="v1.3.0"></a>
123116
## [v1.3.0] - 2018-08-18
124117

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

128120

@@ -135,7 +127,6 @@ All notable changes to this project will be documented in this file.
135127
<a name="v1.1.0"></a>
136128
## [v1.1.0] - 2018-04-27
137129

138-
- Merge pull request [#5](https://github.com/terraform-aws-modules/terraform-aws-redshift/issues/5) from sc250024/enhanced-redshift-functionality
139130
- Restored some of the logic of `enable_create_redshift_*` locals
140131
- Moving tags and lifecycle to the end
141132
- Removing duplicate types
@@ -173,7 +164,8 @@ All notable changes to this project will be documented in this file.
173164
- Initial commit
174165

175166

176-
[Unreleased]: https://github.com/terraform-aws-modules/terraform-aws-redshift/compare/v3.0.0...HEAD
167+
[Unreleased]: https://github.com/terraform-aws-modules/terraform-aws-redshift/compare/v3.1.0...HEAD
168+
[v3.1.0]: https://github.com/terraform-aws-modules/terraform-aws-redshift/compare/v3.0.0...v3.1.0
177169
[v3.0.0]: https://github.com/terraform-aws-modules/terraform-aws-redshift/compare/v2.8.0...v3.0.0
178170
[v2.8.0]: https://github.com/terraform-aws-modules/terraform-aws-redshift/compare/v2.7.0...v2.8.0
179171
[v2.7.0]: https://github.com/terraform-aws-modules/terraform-aws-redshift/compare/v2.6.0...v2.7.0

0 commit comments

Comments
 (0)