Skip to content

Releases: kjagiello/terraform-aws-codepipeline-slack-notifications

v3.1.0

01 May 19:23
a639792
Compare
Choose a tag to compare

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

17 Dec 17:28
a488709
Compare
Choose a tag to compare

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

Full Changelog: v2.0.0...v3.0.0

v2.0.0

16 Dec 14:38
79d11af
Compare
Choose a tag to compare

Breaking changes

Other changes

Full Changelog: v1.2.0...v2.0.0

v1.2.0

31 Jul 08:35
82908f8
Compare
Choose a tag to compare

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

Full Changelog: v1.1.6...v1.2.0

v1.1.6

07 May 16:22
8da6b01
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.5...v1.1.6

v1.1.5

15 Oct 08:59
51d82e7
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.4...v1.1.5

v1.1.4

18 Apr 12:16
3ff8150
Compare
Choose a tag to compare
  • Add support for Terraform 0.15

v1.1.3

23 Mar 12:36
e75dd19
Compare
Choose a tag to compare
  • Propagate the module tags to the resources (#14)

v1.1.2

19 Mar 13:53
e7145f8
Compare
Choose a tag to compare
  • Add support for the v3 of the Amazon provider (#13)

v1.1.1

17 Mar 15:41
4698c3f
Compare
Choose a tag to compare
  • Make event_type_ids configurable (#9)