Skip to content

Commit 18b96ca

Browse files
committed
Updated CHANGELOG
1 parent 2584ebe commit 18b96ca

File tree

1 file changed

+32
-1
lines changed

1 file changed

+32
-1
lines changed

CHANGELOG.md

Lines changed: 32 additions & 1 deletion
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="v4.1.0"></a>
11+
## [v4.1.0] - 2021-04-13
12+
13+
- docs: Clarify description of skip_final_snapshot variable ([#209](https://github.com/terraform-aws-modules/terraform-aws-rds-aurora/issues/209))
14+
- chore: update documentation and pin `terraform_docs` version to avoid future changes ([#207](https://github.com/terraform-aws-modules/terraform-aws-rds-aurora/issues/207))
15+
16+
1017
<a name="v4.0.0"></a>
1118
## [v4.0.0] - 2021-03-25
1219

@@ -179,6 +186,18 @@ All notable changes to this project will be documented in this file.
179186
## [v2.17.0] - 2020-04-11
180187

181188
- feat: Support enable_http_endpoint - Data API ([#117](https://github.com/terraform-aws-modules/terraform-aws-rds-aurora/issues/117))
189+
- Merge pull request [#116](https://github.com/terraform-aws-modules/terraform-aws-rds-aurora/issues/116) from terraform-aws-modules/terraform-provider-githubfile-1584635292483240000
190+
- [ci skip] Create ".chglog/CHANGELOG.tpl.md".
191+
- Merge pull request [#114](https://github.com/terraform-aws-modules/terraform-aws-rds-aurora/issues/114) from terraform-aws-modules/terraform-provider-githubfile-1584537210006480000
192+
- [ci skip] Create "Makefile".
193+
- Merge pull request [#110](https://github.com/terraform-aws-modules/terraform-aws-rds-aurora/issues/110) from terraform-aws-modules/terraform-provider-githubfile-1584537179488954000
194+
- Merge pull request [#111](https://github.com/terraform-aws-modules/terraform-aws-rds-aurora/issues/111) from terraform-aws-modules/terraform-provider-githubfile-1584537179489000000
195+
- Merge pull request [#112](https://github.com/terraform-aws-modules/terraform-aws-rds-aurora/issues/112) from terraform-aws-modules/terraform-provider-githubfile-1584537179488978000
196+
- Merge pull request [#109](https://github.com/terraform-aws-modules/terraform-aws-rds-aurora/issues/109) from terraform-aws-modules/terraform-provider-githubfile-1584537179488979000
197+
- [ci skip] Create "LICENSE".
198+
- [ci skip] Create ".gitignore".
199+
- [ci skip] Create ".pre-commit-config.yaml".
200+
- [ci skip] Create ".editorconfig".
182201
- Updated postgres example to latest engine_version
183202

184203

@@ -458,6 +477,7 @@ when calling import with this module in the configuration.
458477
<a name="v1.9.0"></a>
459478
## [v1.9.0] - 2019-02-16
460479

480+
- Merge pull request [#25](https://github.com/terraform-aws-modules/terraform-aws-rds-aurora/issues/25) from Blokje5/add-support-for-database-iam-authentication
461481
- Remove validation
462482
- Add support for IAM Database authentication
463483

@@ -467,18 +487,21 @@ when calling import with this module in the configuration.
467487

468488
- Updated example with correct allowed_security_groups_count
469489
- Run pre-commit hooks
490+
- Merge pull request [#23](https://github.com/terraform-aws-modules/terraform-aws-rds-aurora/issues/23) from dekimsey/fix-default-ingress-count-error
470491
- Hardcode number of allowed_security_groups
471492

472493

473494
<a name="v1.7.0"></a>
474495
## [v1.7.0] - 2019-01-30
475496

497+
- Merge pull request [#21](https://github.com/terraform-aws-modules/terraform-aws-rds-aurora/issues/21) from max-rocket-internet/remove_maintainer
476498
- Removing myself from README
477499

478500

479501
<a name="v1.6.0"></a>
480502
## [v1.6.0] - 2019-01-30
481503

504+
- Merge pull request [#22](https://github.com/terraform-aws-modules/terraform-aws-rds-aurora/issues/22) from terraform-aws-modules/pr/13
482505
- Merge remote-tracking branch 'origin/master' into pr-13
483506
- Added output for database_name
484507
- add support for database_name argument
@@ -487,20 +510,23 @@ when calling import with this module in the configuration.
487510
<a name="v1.5.0"></a>
488511
## [v1.5.0] - 2019-01-30
489512

513+
- Merge pull request [#15](https://github.com/terraform-aws-modules/terraform-aws-rds-aurora/issues/15) from christiangjengedal/support_deletion_protection
490514
- Merge branch 'master' into support_deletion_protection
491515
- Added argument deletion_protection
492516

493517

494518
<a name="v1.4.0"></a>
495519
## [v1.4.0] - 2019-01-30
496520

521+
- Merge pull request [#20](https://github.com/terraform-aws-modules/terraform-aws-rds-aurora/issues/20) from terraform-aws-modules/removed_azs
497522
- Removed availability_zones var (closes [#10](https://github.com/terraform-aws-modules/terraform-aws-rds-aurora/issues/10))
498523

499524

500525
<a name="v1.3.0"></a>
501526
## [v1.3.0] - 2019-01-30
502527

503528
- Run pre-commit hooks
529+
- Merge pull request [#16](https://github.com/terraform-aws-modules/terraform-aws-rds-aurora/issues/16) from terraform-aws-modules/fix_az
504530
- Merge branch 'master' into fix_az
505531
- Fixed variable for az
506532

@@ -509,16 +535,20 @@ when calling import with this module in the configuration.
509535
## [v1.1.0] - 2019-01-30
510536

511537
- Run pre-commit hooks
538+
- Merge pull request [#17](https://github.com/terraform-aws-modules/terraform-aws-rds-aurora/issues/17) from christiangjengedal/mod_securitygroup
512539
- 3 adjustments: - Avoid description attr on aws_security_group to avoid forcing new instance on changes - Use name-prefix to ensure unique names - Avoid unnecessary name-prefixes
513540

514541

515542
<a name="v1.0.0"></a>
516543
## [v1.0.0] - 2018-12-11
517544

518545
- Updated pre-commit hooks version
546+
- Merge pull request [#4](https://github.com/terraform-aws-modules/terraform-aws-rds-aurora/issues/4) from FutureSharks/example_fix
547+
- Merge pull request [#3](https://github.com/terraform-aws-modules/terraform-aws-rds-aurora/issues/3) from terraform-aws-modules/post_initial_commit
519548
- Fix for: 'count' cannot be computed
520549
- Added few files
521550
- Made small changes to be closer to other terraform-aws-modules
551+
- Merge pull request [#1](https://github.com/terraform-aws-modules/terraform-aws-rds-aurora/issues/1) from FutureSharks/initial_commit
522552
- adding pre commit hooks config
523553
- updating readme, docs, main.tf etc
524554
- adding port output
@@ -535,7 +565,8 @@ when calling import with this module in the configuration.
535565
- Initial commit
536566

537567

538-
[Unreleased]: https://github.com/terraform-aws-modules/terraform-aws-rds-aurora/compare/v4.0.0...HEAD
568+
[Unreleased]: https://github.com/terraform-aws-modules/terraform-aws-rds-aurora/compare/v4.1.0...HEAD
569+
[v4.1.0]: https://github.com/terraform-aws-modules/terraform-aws-rds-aurora/compare/v4.0.0...v4.1.0
539570
[v4.0.0]: https://github.com/terraform-aws-modules/terraform-aws-rds-aurora/compare/v3.13.0...v4.0.0
540571
[v3.13.0]: https://github.com/terraform-aws-modules/terraform-aws-rds-aurora/compare/v3.12.0...v3.13.0
541572
[v3.12.0]: https://github.com/terraform-aws-modules/terraform-aws-rds-aurora/compare/v3.11.0...v3.12.0

0 commit comments

Comments
 (0)