Skip to content

Releases: appvia/terraform-aws-notifications

v2.0.0

14 Jan 12:16
v2.0.0
34d6bd8
Compare
Choose a tag to compare

BREAKING CHANGE:

Previous consumers of this module many need to update the following variable if set accounts_id_to_name to accounts_id_to_name_parameter_arn as we now require an account mapping key value to be stored in SSM Parameter Store.

This avoid terraform having to computing this at deployment. Please note that this variable is entirely optional and if you do not require human-readable account IDs then alerts will contain an empty string as a value for Account Name.

SecurityHub Alerts remain uneffected as this computed by AWS API.

What's Changed

  • docs: give full url path for images so they load in terraform registry by @KashifSaadat in #75
  • chore(deps): update tflint plugin terraform-linters/tflint-ruleset-aws to v0.37.0 by @renovate in #76
  • Refactoring Module by @shanilhirani in #77
  • chore(deps): update terraform terraform-aws-modules/sns/aws to v6.1.2 by @renovate in #73
  • chore(deps): update terraform terraform-aws-modules/lambda/aws to v7.20.0 by @renovate in #78

New Contributors

Full Changelog: v1.1.0...v2.0.0

v1.1.0

24 Dec 12:43
Compare
Choose a tag to compare

Full Changelog: v1.0.9...v1.1.0

v1.0.9

22 Dec 10:54
d35435c
Compare
Choose a tag to compare

What's Changed

  • chore: Configure Renovate by @renovate in #67
  • chore(deps): update tflint plugin terraform-linters/tflint-ruleset-terraform to v0.10.0 by @renovate in #70
  • chore(deps): update tflint plugin terraform-linters/tflint-ruleset-aws to v0.36.0 by @renovate in #69
  • chore(deps): update terraform terraform-aws-modules/lambda/aws to v7.17.0 by @renovate in #72

New Contributors

Full Changelog: v1.0.8...v1.0.9

v1.0.8

10 Dec 21:03
77ff889
Compare
Choose a tag to compare

What's Changed

  • feat: allowing the lambda module to provision cloudwatch logs for us by @gambol99 in #56
  • chore(deps): bump terraform-aws-modules/lambda/aws from 7.10.0 to 7.16.0 by @dependabot in #63
  • chore(deps): bump hashicorp/aws from 5.73.0 to 5.78.0 by @dependabot in #62
  • fix(lambda-recreation): adds a variable to toggle if function within… by @shanilhirani in #64
  • chore(deps): bump hashicorp/aws from 5.78.0 to 5.80.0 by @dependabot in #66

New Contributors

Full Changelog: v1.0.7...v1.0.8

v1.0.7

02 Nov 12:03
c2365af
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.6...v1.0.7

v1.0.6

27 Oct 16:00
63b3ebf
Compare
Choose a tag to compare

What's Changed

  • Added the banner and updated the ReadME by @ThisIsRahmat in #49
  • chore(deps): bump hashicorp/aws from 5.69.0 to 5.70.0 by @dependabot in #47
  • chore(deps): bump terraform-aws-modules/sns/aws from 6.1.0 to 6.1.1 by @dependabot in #50
  • chore(deps): bump hashicorp/aws from 5.70.0 to 5.72.1 by @dependabot in #53
  • fix: ensuring the account names are ordered by @gambol99 in #54

New Contributors

Full Changelog: v1.0.5...v1.0.6

v1.0.5

07 Oct 08:24
Compare
Choose a tag to compare

What's Changed

  • chore(docs): adding the banner to the repository by @gambol99 in #42
  • chore(deps): bump terraform-aws-modules/lambda/aws from 3.2.0 to 7.10.0 by @dependabot in #46
  • chore(deps): bump hashicorp/aws from 5.66.0 to 5.69.0 by @dependabot in #45

Full Changelog: v1.0.4...v1.0.5

v1.0.4

13 Sep 10:08
ad933fd
Compare
Choose a tag to compare

Incorporates parsing and rendering in Slack and Teams for Cost Anomaly

Includes also:

  • Fix to default emblem icons
  • Fix to generating service url - without identity center
  • Fix to rendering of unknown event that is JSON
  • Fix to the SecurityHub URL - filtering on generator id not finding id

v1.0.3

11 Sep 16:10
6d1c219
Compare
Choose a tag to compare

Conditional creation of slack/teams resources. Allows the module to be reused multiples times without duplicates.

v1.0.2

11 Sep 13:04
6e84469
Compare
Choose a tag to compare

Fixed trivy security issues.
Fixed cloudwatch default retention days.
Fixed README example typo