|
2 | 2 |
|
3 | 3 | All notable changes to this project will be documented in this file. |
4 | 4 |
|
| 5 | +## [2.0.0] - 2024-07-04 |
5 | 6 |
|
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 |
9 | 8 |
|
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. |
11 | 10 |
|
12 | | -- Update Terraform code to fix AWS RDS Notifications Resources. |
| 11 | +## [1.2.0] - 2023-12-11 |
13 | 12 |
|
14 | | -### Features |
| 13 | +### 🚀 Features |
15 | 14 |
|
16 | 15 | - Add AWS Redshift monitoring for errors and add the capability to create AWS CloudWatch alarms for all or specific AWS Lambda functions for failures |
17 | 16 | - Add AWS Redshift monitoring for errors and refactor the code |
18 | 17 |
|
19 | | -### Miscellaneous Tasks |
| 18 | +### 🐛 Bug Fixes |
| 19 | + |
| 20 | +- Update Terraform code to fix AWS RDS Notifications Resources. |
| 21 | + |
| 22 | +### ⚙️ Miscellaneous Tasks |
20 | 23 |
|
21 | 24 | - Update .gitignore to filter out more unwanted files. |
22 | 25 | - Update .gitignore to filter required .terraform files from the terraform folder. |
| 26 | +- *(release)* Prepare Release for v1.1.2. |
23 | 27 | - Update usage example for Terraform to accomodate for new changes related to monitoring and alerting of AWS Redshift and AWS Lambda. |
24 | 28 | - 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. |
26 | 30 |
|
27 | 31 | ## [1.1.1] - 2023-11-30 |
28 | 32 |
|
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 |
32 | 34 |
|
33 | 35 | - Update main.tf to fix paths for code related to Python AWS Lambda function. |
34 | 36 | - Remove libraries from requirements.txt which are not required anymore. |
35 | 37 | - Create terraform-usage-example.tf as usage example for Terraform. |
36 | 38 |
|
| 39 | +### ⚙️ Miscellaneous Tasks |
37 | 40 |
|
38 | | -## [1.1.0] - 2023-09-12 |
| 41 | +- *(release)* Prepare Release for v1.1.1. |
39 | 42 |
|
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 |
41 | 44 |
|
42 | | -### Bug Fixes |
| 45 | +### 🚀 Features |
43 | 46 |
|
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 |
45 | 48 |
|
46 | | -### Features |
| 49 | +### 🐛 Bug Fixes |
47 | 50 |
|
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. |
49 | 52 |
|
50 | | -### Miscellaneous Tasks |
| 53 | +### ⚙️ Miscellaneous Tasks |
51 | 54 |
|
52 | 55 | - Update .gitignore to ignore .terraform and .zip files from git commit. |
53 | 56 | - Add git cliff config to generate changelog.md |
54 | 57 | - Change the location of aws_cloudformation_failure_notification.py Python script and add requirements.txt file to mention the modules used in it. |
55 | 58 | - 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 --> |
0 commit comments