Skip to content

Latest commit

 

History

History
169 lines (84 loc) · 10.5 KB

CHANGELOG.md

File metadata and controls

169 lines (84 loc) · 10.5 KB

Changelog

All notable changes to this project will be documented in this file.

5.1.0 (2024-01-08)

Features

  • add dependabot (168085a)
  • Allow using a topic from outside of the module (#77) (2ec4c5d)

5.0.4 (2023-08-23)

Bug Fixes

5.0.3 (2023-06-09)

Bug Fixes

  • exclude grafana login and support (#68) (e639c03)
  • ignore route53domains:TransferDomain (ae3e1b1)
  • ignore route53domains:TransferDomain (b0d1030)

5.0.2 (2023-04-18)

Bug Fixes

  • Ensure trail_event_origin is constructed from strings (4b6fb20)

5.0.1 (2023-03-22)

Bug Fixes

  • Remove s3 UploadPart and UploadPartCopy from notifications (#61) (74d4fbf)

5.0.0 (2023-02-28)

⚠ BREAKING CHANGES

  • Minimum required Terraform version increased from 0.14 to 0.15
  • Change from single webhook to support many webhooks. (#58)

Features

  • Change from single webhook to support many webhooks. (#58) (1579406)

Bug Fixes

  • Minimum required Terraform version increased from 0.14 to 0.15 (ecbd182)
  • Remove lifecycle rule for ignoring SSM value changes (a8f1e2b)
  • Update deployment packages (05961ae)

4.1.0 (2023-02-27)

Features

  • Add allowed_aws_principals_for_sns_subscribe (c86bf9e)

4.0.0 (2023-02-24)

⚠ BREAKING CHANGES

  • Rename of s3_X vars to lambda_deployment_X, for clarity. (#51)

Features

  • Add kms_key_id_for_sns_topic (502714e)
  • Add lambda_log_level variable (a2f6d5a)
  • Additional s3 bucket notification queues (#49) (e48ade6)
  • For org deployments, use SNS to enable fan-out use cases. (b68fb7f)
  • Update app logic to use SNS (cf7464d)

Bug Fixes

  • Add tags to aws_sqs_queue, aws_ssm_parameter (817708a)
  • DeliveryStream was causing exceptions when disabled (740c765)
  • Increase default event_batch_size from 10 to 100 (750fe31)
  • Remove additional_s3_bucket_notification_queues (c6c9488)
  • Rename of s3_X vars to lambda_deployment_X, for clarity. (#51) (85856bd)
  • Truncate Slack notification of event to 3k chars (2ab3b1b)
  • Update lambda builds to latest (d709560)

3.0.0 (2023-02-16)

⚠ BREAKING CHANGES

  • Lambda deployment options. Use pre-built package by default. And deprecate python3.6. (#46)

Features

  • Lambda deployment options. Use pre-built package by default. And deprecate python3.6. (#46) (0e12d94)

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)

2.0.0 (2022-12-26)

⚠ BREAKING CHANGES

  • Add support for standalone deployments. (#38)

Features

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

1.6.0 (2022-11-07)

Features

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

1.5.0 (2022-10-29)

Features

1.4.0 (2022-10-26)

Features

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

1.3.0 (2022-09-07)

Features

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

1.2.0 (2022-07-23)

Features

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

Bug Fixes