Skip to content

Latest commit

 

History

History
76 lines (45 loc) · 2.69 KB

CHANGELOG.md

File metadata and controls

76 lines (45 loc) · 2.69 KB

Changelog

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

[2.0.1] - 2024-07-04

🐛 Bug Fixes

  • Update AWS Lambda function's Python script to set the right event subject in case of AWS CloudWatch event and drop a few more unwanted keys from 'details' key in the JSON object.

⚙️ Miscellaneous Tasks

  • Update README.md to add examples of AWS Alerts on Slack as notifications
  • Add 'code.zip' in .gitignore

[2.0.0] - 2024-07-04

🚀 Features

  • [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.

⚙️ Miscellaneous Tasks

  • (release) Prepare Release for v2.0.0.

[1.2.0] - 2023-12-11

🚀 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

🐛 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

🐛 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

  • (release) Prepare Release for v1.1.1.

[1.1.0] - 2023-09-12

🚀 Features

  • Add Terraform templates to enable Terraform for IaC tool to use it to deploy this framework

🐛 Bug Fixes

  • 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

  • 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