Skip to content

Releases: cloudandthings/terraform-aws-clickops-notifier

v2.1.0

13 Feb 07:15
a76aafb
Compare
Choose a tag to compare

2.1.0 (2023-02-02)

Features

  • Ability to send ClickOps to Firehose (#45) (7b9e362)

Bug Fixes

  • Bump min Terraform version from 0.13.1 to 0.14.0 (14db95e)
  • examples: Standalone example works now (5bb738c)

Test PR #46

13 Feb 09:04
Compare
Choose a tag to compare
Test PR #46 Pre-release
Pre-release

Test #46

v2.0.0

26 Dec 18:20
Compare
Choose a tag to compare

2.0.0 (2022-12-26)

⚠ BREAKING CHANGES

  • Add support for standalone deployments. (#38)

Features

  • Add support for standalone deployments. (#38) (d64f647)

v1.6.0

07 Nov 20:59
Compare
Choose a tag to compare

1.6.0 (2022-11-07)

Features

  • Allow lambda memory size setting (#34)
  • Add TrustedAdvisor refresh checks to exclusions (#21) (94aa7db)

Special thanks to: @quinnypig @OldCrowEW @gabe-sky

v1.5.0

29 Oct 07:20
Compare
Choose a tag to compare

1.5.0 (2022-10-29)

Features

Special thanks to: @sbrinkerhoff

v1.4.0

26 Oct 15:22
Compare
Choose a tag to compare

1.4.0 (2022-10-26)

Features

  • Update default exclusions and update variable description (#30) (bd9b7e8)

Special thanks to: @mbrizbee

v1.3.0

07 Sep 16:29
Compare
Choose a tag to compare

1.3.0 (2022-09-07)

Features

  • Add check for sessionCredentialFromConsole (#26) (b944f3a)

Special thanks to @okgolove for pointing out the solution.

v1.2.0

23 Jul 13:37
Compare
Choose a tag to compare

1.2.0 (2022-07-23)

Features

  • excluded_scoped_actions and excluded_scoped_actions_effect (#19) (91db59e)

Bug Fixes

Runtime variable

18 Jul 20:08
04e47a1
Compare
Choose a tag to compare
  • Lambda runtime exposed as variable and defaults to Python 3.8, required for building in Terraform Cloud

Lambda deployment refactor

14 Jun 05:09
95ba3c8
Compare
Choose a tag to compare
  • Removes layer references in favor of the automated terraform-aws-lambda requirements management which removes the requirement for the use of an external lambda layer and the region variable
  • Removes cloudwatch log group and IAM permissions associated with it in favor of the terraform-aws-lambda's handling of these resources.
  • Updates lambda python runtime from 3.8 to 3.9
  • Addresses issue with the addition of the additional_iam_policy_statements input variable
  • Adds outputs.tf
  • Fix provider warning

More details: #10 #11

Special thanks to @irasnyd @userhas404d