Skip to content

Commit

Permalink
Merge pull request #8 from abdullahkhawer/release-v2.0.0
Browse files Browse the repository at this point in the history
chore(release): Prepare Release for v2.0.0.
  • Loading branch information
abdullahkhawer authored Jul 4, 2024
2 parents dee5441 + 626dda0 commit a244b80
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 19 deletions.
42 changes: 24 additions & 18 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,54 +2,60 @@

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

## [2.0.0] - 2024-07-04

## [1.2.0] - 2023-12-11

[1.2.0]: https://github.com/abdullahkhawer/aws-failure-error-warning-termination-notification-framework/releases/tag/v1.2.0
### 🚀 Features

### Bug Fixes
- [**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.

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

### Features
### 🚀 Features

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

### Miscellaneous Tasks
### 🐛 Bug Fixes

- Update Terraform code to fix AWS RDS Notifications Resources.

### ⚙️ Miscellaneous Tasks

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

- *(release)* Prepare Release for v1.2.0.

## [1.1.1] - 2023-11-30

[1.1.1]: https://github.com/abdullahkhawer/aws-failure-error-warning-termination-notification-framework/releases/tag/v1.1.1

### Bug Fixes
### 🐛 Bug Fixes

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

### ⚙️ Miscellaneous Tasks

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

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

### Bug Fixes
### 🚀 Features

- 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.
- Add Terraform templates to enable Terraform for IaC tool to use it to deploy this framework

### Features
### 🐛 Bug Fixes

- Add Terraform templates to enable Terraform for IaC tool to use it to deploy this framework
- 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.

### Miscellaneous Tasks
### ⚙️ Miscellaneous Tasks

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

<!-- generated by git-cliff -->
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.2.0
v2.0.0

0 comments on commit a244b80

Please sign in to comment.