Releases: arabold/aws-to-slack
Releases · arabold/aws-to-slack
1.3.0 - Upgrade to Node10
- Upgrade NodeJS 8 to 10.x
- Add convenience function to disable links with HIDE_AWS_LINKS=1
- Fix CodeBuild URLs
- Add support for SampleCount CloudWatch metrics
1.2.2
- Updates lodash to 4.17.14 to address security vulnerability
make deploy
now uses flagless echo
statement
1.2.1
- Fix infinite loop when CloudWatch returns just one datapoint
- Fix KMS decryption
- Separate
matches(event)
and parse(event)
within parsers
- Update function roles in CloudFormation template
- Retrieve commit message for CodeCommit events
1.2.0 - Upgrade to NodeJS 8.10
- Uses async/await for easier Promise flow/debugging
- Adds alert-limit bar to CloudWatch graph
- Add helpful footer links for SNS notifications
- New parser: CodePipeline
- CodeBuild failure links directly to CodeBuild execution
- Better GuardDuty support
- New
deploy
option for Makefile
1.1.9
- Added CodePipeline and Approval parser
1.1.8
- Added CodeDeploy SNS and GuardDuty parsers
- Updated dependencies
1.1.7
- Added CodeDeploy parser
- Added CodeCommit parsers for repo and pull request events
- Fixed transform issue (#23)
1.1.6
- Added support for AWS regions other than
us-east-1
- Updated dependencies; fixed typo
1.1.5
- SES Notifications
- Improved chart legend to show metric name instead of alert name
1.1.3
- AWS Code Build
- Amazon Inspector