Skip to content

Commit 7e731da

Browse files
authored
Create CHANGELOG.md [skip ci] (#46)
* create changelog
1 parent 4207af6 commit 7e731da

File tree

1 file changed

+95
-0
lines changed

1 file changed

+95
-0
lines changed

CHANGELOG.md

Lines changed: 95 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,95 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6+
7+
## Unreleased
8+
9+
### Added
10+
11+
- [#46](https://github.com/meltwater/terraform-aws-asg-dns-handler/pull/46) Create CHANGELOG.md
12+
13+
14+
15+
16+
## [v2.1.4](https://github.com/meltwater/terraform-aws-asg-dns-handler/compare/v2.1.3...v2.1.4) - 2022-03-04
17+
18+
- Update examples and tests [#44](https://github.com/meltwater/terraform-aws-asg-dns-handler/pull/44)
19+
20+
## [v2.1.3](https://github.com/meltwater/terraform-aws-asg-dns-handler/compare/v2.1.2...v2.1.3) - 2021-10-14
21+
22+
### Added
23+
24+
- Added CONTRIBUTING.md file and templates for created issues and pull request.
25+
26+
### Changed
27+
28+
- Improved user docs
29+
30+
## [v2.1.2](https://github.com/meltwater/terraform-aws-asg-dns-handler/compare/v2.1.1...v2.1.2) - 2021-07-16
31+
32+
### Changed
33+
34+
- Changes to readme content to clarify things a bit further.
35+
36+
## [v1.0.5](https://github.com/meltwater/terraform-aws-asg-dns-handler/compare/v1.0.4...v1.0.5) - 2021-07-01
37+
38+
### Changed
39+
40+
- Upgrade Lambda function to use Python 3.8 runtime
41+
42+
## [v2.1.1](https://github.com/meltwater/terraform-aws-asg-dns-handler/compare/v2.1.0...v2.1.1) - 2021-06-28
43+
44+
### Changed
45+
46+
- [#32](https://github.com/meltwater/terraform-aws-asg-dns-handler/pull/32) - Upgrade Lambda runtime to Python3.8.
47+
48+
This upgrade is being made as AWS is [ending support in Lambda](https://aws.amazon.com/de/blogs/compute/announcing-end-of-support-for-python-2-7-in-aws-lambda/) for the Python 2.7 runtime.
49+
50+
## [v2.1.0](https://github.com/meltwater/terraform-aws-asg-dns-handler/compare/v2.0.1...v2.1.0) - 2020-12-02
51+
52+
### Added
53+
54+
- [#26](https://github.com/meltwater/terraform-aws-asg-dns-handler/pull/26) - Add possibility to use public IP
55+
56+
## [v2.0.1](https://github.com/meltwater/terraform-aws-asg-dns-handler/compare/v2.0.0...v2.0.1) - 2020-11-06
57+
58+
### Changed
59+
60+
- registry.terraform.io to pull in latest changes in master
61+
62+
## [v2.0.0](https://github.com/meltwater/terraform-aws-asg-dns-handler/compare/v1.0.4...v2.0.0) - 2021-07-01
63+
64+
### Changed
65+
66+
- Updating to Terraform 0.12 ([#21](https://github.com/meltwater/terraform-aws-asg-dns-handler/pull/21) [@jimsheldon](https://github.com/jimsheldon))
67+
68+
## [v1.0.4](https://github.com/meltwater/terraform-aws-asg-dns-handler/compare/v1.0.3...v1.0.4) - 2019-11-14
69+
70+
### Added
71+
72+
- Added unique id's to allow multiple uses within the same account ([#17](https://github.com/meltwater/terraform-aws-asg-dns-handler/pull/17) [@seanturner83](https://github.com/seanturner83))
73+
74+
### Changed
75+
76+
- Updated testing scenarios for latest aws provider ([#20](https://github.com/meltwater/terraform-aws-asg-dns-handler/pull/20) [@hikerspath](https://github.com/hikerspath))
77+
78+
## [v1.0.3](https://github.com/meltwater/terraform-aws-asg-dns-handler/compare/v1.0.2...v1.0.3) - 2019-02-11
79+
80+
### Fixed
81+
82+
- Fix for Lifecycle_hooks
83+
84+
## [v1.0.2](https://github.com/meltwater/terraform-aws-asg-dns-handler/compare/v1.0.1...v1.0.2) - 2019-01-21
85+
86+
### Changed
87+
88+
- Outputs.tf and variables.tf updated.
89+
90+
## [v1.0.1](https://github.com/meltwater/terraform-aws-asg-dns-handler/compare/v1.0.2...v1.0.1) - 2019-01-21
91+
92+
### Added
93+
94+
- Initial public release.
95+

0 commit comments

Comments
 (0)