Commit 66cb1b31 authored by Anton Babenko's avatar Anton Babenko

Updated CHANGELOG

parent 19e79027
......@@ -7,6 +7,15 @@ All notable changes to this project will be documented in this file.
<a name="v3.1.0"></a>
## [v3.1.0] - 2021-05-26
- fix: add default values to allow for completely disabling module with bare minimum input ([#342](https://github.com/terraform-aws-modules/terraform-aws-rds/issues/342))
- chore: Update README.md to current version ([#339](https://github.com/terraform-aws-modules/terraform-aws-rds/issues/339))
- chore: update CI/CD to use stable `terraform-docs` release artifact and discoverable Apache2.0 license ([#332](https://github.com/terraform-aws-modules/terraform-aws-rds/issues/332))
- chore: Updated versions&comments in examples
<a name="v3.0.0"></a>
## [v3.0.0] - 2021-04-26
......@@ -147,18 +156,6 @@ All notable changes to this project will be documented in this file.
## [v2.15.0] - 2020-05-13
- fix: Update minimum provider version to account for ca_cert_identifier ([#226](https://github.com/terraform-aws-modules/terraform-aws-rds/issues/226))
- Merge pull request [#206](https://github.com/terraform-aws-modules/terraform-aws-rds/issues/206) from terraform-aws-modules/terraform-provider-githubfile-1584635272875570000
- [ci skip] Create ".chglog/CHANGELOG.tpl.md".
- Merge pull request [#205](https://github.com/terraform-aws-modules/terraform-aws-rds/issues/205) from terraform-aws-modules/terraform-provider-githubfile-1584537150965422000
- Merge pull request [#204](https://github.com/terraform-aws-modules/terraform-aws-rds/issues/204) from terraform-aws-modules/terraform-provider-githubfile-1584537150965429000
- [ci skip] Create "LICENSE".
- [ci skip] Create ".pre-commit-config.yaml".
- Merge pull request [#202](https://github.com/terraform-aws-modules/terraform-aws-rds/issues/202) from terraform-aws-modules/terraform-provider-githubfile-1584537120161367000
- Merge pull request [#200](https://github.com/terraform-aws-modules/terraform-aws-rds/issues/200) from terraform-aws-modules/terraform-provider-githubfile-1584537120161669000
- Merge pull request [#199](https://github.com/terraform-aws-modules/terraform-aws-rds/issues/199) from terraform-aws-modules/terraform-provider-githubfile-1584537120162146000
- [ci skip] Create ".gitignore".
- [ci skip] Create ".editorconfig".
- [ci skip] Create "Makefile".
- Updated pre-commit-terraform
- Updated pre-commit-terraform
- Updated pre-commit-terraform
......@@ -639,7 +636,6 @@ All notable changes to this project will be documented in this file.
<a name="v1.1.0"></a>
## [v1.1.0] - 2017-10-18
- Merge pull request [#16](https://github.com/terraform-aws-modules/terraform-aws-rds/issues/16) from terraform-aws-modules/oracle_and_iam
- Added iam_database_authentication_enabled and license_model model (fixed [#15](https://github.com/terraform-aws-modules/terraform-aws-rds/issues/15) and [#14](https://github.com/terraform-aws-modules/terraform-aws-rds/issues/14))
......@@ -658,14 +654,11 @@ All notable changes to this project will be documented in this file.
<a name="v1.0.6"></a>
## [v1.0.6] - 2017-10-12
- Merge pull request [#9](https://github.com/terraform-aws-modules/terraform-aws-rds/issues/9) from yamaszone/master
- Set final_snapshot_identifier in Postgres RDS example
- Merge branch 'master' of https://github.com/terraform-aws-modules/terraform-aws-rds
- Updated README.md for MySQL RDS example
- Updated README.md for Postgres RDS example
- Merge pull request [#3](https://github.com/terraform-aws-modules/terraform-aws-rds/issues/3) from jensendw/final_snapshot_identifier
- fianl-snapshot_identifier should default to nothing
- Merge pull request [#10](https://github.com/terraform-aws-modules/terraform-aws-rds/issues/10) from yo61/update_readme
- Add enhanced monitoring example to README, and add current contributors link
- Merge branch 'master' into final_snapshot_identifier
- Updated links using upstream path
......@@ -683,7 +676,6 @@ All notable changes to this project will be documented in this file.
<a name="v1.0.5"></a>
## [v1.0.5] - 2017-10-11
- Merge pull request [#6](https://github.com/terraform-aws-modules/terraform-aws-rds/issues/6) from yo61/enable_enhanced_monitoring
- Tweak README.md examples
- Add complete enhanced monitoring example
- Add enhanced monitoring
......@@ -692,7 +684,6 @@ All notable changes to this project will be documented in this file.
<a name="v1.0.3"></a>
## [v1.0.3] - 2017-09-28
- Merge pull request [#4](https://github.com/terraform-aws-modules/terraform-aws-rds/issues/4) from fmartingr/encryption
- Set example storage_encrypted value to false
- Removed unused variable
- Improved kms_key_id description
......@@ -707,7 +698,6 @@ All notable changes to this project will be documented in this file.
<a name="v1.0.2"></a>
## [v1.0.2] - 2017-09-21
- Merge pull request [#2](https://github.com/terraform-aws-modules/terraform-aws-rds/issues/2) from khosrow/master
- db parameters can now be passed db_parameter_group mode
......@@ -725,7 +715,8 @@ All notable changes to this project will be documented in this file.
- Initial commit
[Unreleased]: https://github.com/terraform-aws-modules/terraform-aws-rds/compare/v3.0.0...HEAD
[Unreleased]: https://github.com/terraform-aws-modules/terraform-aws-rds/compare/v3.1.0...HEAD
[v3.1.0]: https://github.com/terraform-aws-modules/terraform-aws-rds/compare/v3.0.0...v3.1.0
[v3.0.0]: https://github.com/terraform-aws-modules/terraform-aws-rds/compare/v2.35.0...v3.0.0
[v2.35.0]: https://github.com/terraform-aws-modules/terraform-aws-rds/compare/v2.34.0...v2.35.0
[v2.34.0]: https://github.com/terraform-aws-modules/terraform-aws-rds/compare/v2.33.0...v2.34.0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment