Skip to content

Commit 626dda0

Browse files
author
Abdullah Khawer
committed
chore(release): Prepare Release for v2.0.0.
1 parent dee5441 commit 626dda0

File tree

2 files changed

+25
-19
lines changed

2 files changed

+25
-19
lines changed

CHANGELOG.md

Lines changed: 24 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,54 +2,60 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [2.0.0] - 2024-07-04
56

6-
## [1.2.0] - 2023-12-11
7-
8-
[1.2.0]: https://github.com/abdullahkhawer/aws-failure-error-warning-termination-notification-framework/releases/tag/v1.2.0
7+
### 🚀 Features
98

10-
### Bug Fixes
9+
- [**breaking**] Update code to use AWS Lambda function to send alerts on Slack to improve alert message formatting, change the solution name to aws-alerts, do some code refactoring and update README.md accordingly.
1110

12-
- Update Terraform code to fix AWS RDS Notifications Resources.
11+
## [1.2.0] - 2023-12-11
1312

14-
### Features
13+
### 🚀 Features
1514

1615
- Add AWS Redshift monitoring for errors and add the capability to create AWS CloudWatch alarms for all or specific AWS Lambda functions for failures
1716
- Add AWS Redshift monitoring for errors and refactor the code
1817

19-
### Miscellaneous Tasks
18+
### 🐛 Bug Fixes
19+
20+
- Update Terraform code to fix AWS RDS Notifications Resources.
21+
22+
### ⚙️ Miscellaneous Tasks
2023

2124
- Update .gitignore to filter out more unwanted files.
2225
- Update .gitignore to filter required .terraform files from the terraform folder.
26+
- *(release)* Prepare Release for v1.1.2.
2327
- Update usage example for Terraform to accomodate for new changes related to monitoring and alerting of AWS Redshift and AWS Lambda.
2428
- Update README.md w.r.t new changes related to monitoring and alerting of AWS Redshift and AWS Lambda.
25-
29+
- *(release)* Prepare Release for v1.2.0.
2630

2731
## [1.1.1] - 2023-11-30
2832

29-
[1.1.1]: https://github.com/abdullahkhawer/aws-failure-error-warning-termination-notification-framework/releases/tag/v1.1.1
30-
31-
### Bug Fixes
33+
### 🐛 Bug Fixes
3234

3335
- Update main.tf to fix paths for code related to Python AWS Lambda function.
3436
- Remove libraries from requirements.txt which are not required anymore.
3537
- Create terraform-usage-example.tf as usage example for Terraform.
3638

39+
### ⚙️ Miscellaneous Tasks
3740

38-
## [1.1.0] - 2023-09-12
41+
- *(release)* Prepare Release for v1.1.1.
3942

40-
[1.1.0]: https://github.com/abdullahkhawer/aws-failure-error-warning-termination-notification-framework/releases/tag/v1.1.0
43+
## [1.1.0] - 2023-09-12
4144

42-
### Bug Fixes
45+
### 🚀 Features
4346

44-
- Update AWS CloudFormation templates to make both endpoint and protocol for AWS SNS topic generic, update Python version to 3.9, refactor code and fix minor bugs.
47+
- Add Terraform templates to enable Terraform for IaC tool to use it to deploy this framework
4548

46-
### Features
49+
### 🐛 Bug Fixes
4750

48-
- Add Terraform templates to enable Terraform for IaC tool to use it to deploy this framework
51+
- Update AWS CloudFormation templates to make both endpoint and protocol for AWS SNS topic generic, update Python version to 3.9, refactor code and fix minor bugs.
4952

50-
### Miscellaneous Tasks
53+
### ⚙️ Miscellaneous Tasks
5154

5255
- Update .gitignore to ignore .terraform and .zip files from git commit.
5356
- Add git cliff config to generate changelog.md
5457
- Change the location of aws_cloudformation_failure_notification.py Python script and add requirements.txt file to mention the modules used in it.
5558
- Update README.md with new details regarding Terraform support and correct mistakes in it.
59+
- *(release)* Prepare Release for v1.1.0
60+
61+
<!-- generated by git-cliff -->

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.2.0
1+
v2.0.0

0 commit comments

Comments
 (0)