Releases: kjagiello/terraform-aws-codepipeline-slack-notifications
Releases · kjagiello/terraform-aws-codepipeline-slack-notifications
v3.1.0
What's Changed
- Preventing state drift changes across different operating systems by @santosr2 in #38
- Allow specification of lambda runtime by @joe-niland in #39
- Default the lambda runtime version to Python 3.12 by @kjagiello in #40
Full Changelog: v3.0.0...v3.1.0
v3.0.0
Breaking changes
If you were using the event_type_ids
parameter, you will need to migrate to pipeline_event_type_ids
and approval_event_type_ids
instead.
What's Changed
-
Present the approval notifications in a slightly better way by @kjagiello in #35
-
Switch out CodeStart for EventBridge by @kjagiello in #33
-
Add license by @kjagiello in #34
Full Changelog: v2.0.0...v3.0.0
v2.0.0
Breaking changes
- Require AWS provider v5+ by @kjagiello in #27
- Require Terraform 1.5+ by @kjagiello in #29
Other changes
- Simplify the CI pipeline by @kjagiello in #28
- Stop using deprecated resources in the example by @kjagiello in #31
Full Changelog: v1.2.0...v2.0.0
v1.2.0
What's Changed
- Add default label tags to IAM policy by @santosr2 in #23
- Append name to codestar notification rule to allow creating a unique name by @joe-niland in #25
New Contributors
- @santosr2 made their first contribution in #23
- @joe-niland made their first contribution in #25
Full Changelog: v1.1.6...v1.2.0
v1.1.6
What's Changed
- Allow usage with AWS v4 provider by @kjagiello in #21
Full Changelog: v1.1.5...v1.1.6
v1.1.5
What's Changed
- Handle missing revision gracefully by @stefiix92 in #19
New Contributors
- @stefiix92 made their first contribution in #19
Full Changelog: v1.1.4...v1.1.5