8000 chore(release): Prepare Release for v2.0.0. by abdullahkhawer · Pull Request #8 · abdullahkhawer/aws-alerts · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

chore(release): Prepare Release for v2.0.0. #8

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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