Skip to content

Latest commit

 

History

History
108 lines (50 loc) · 5.49 KB

CHANGELOG.md

File metadata and controls

108 lines (50 loc) · 5.49 KB

Changelog

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

3.2.0 (2023-02-13)

Features

  • Support python3.7, 3.8, 3.9 runtimes (#48) (8f50d43)

3.1.3 (2023-02-10)

Bug Fixes

3.1.2 (2023-02-10)

Bug Fixes

3.1.1 (2023-02-10)

Bug Fixes

3.1.0 (2023-02-10)

Features

  • Deployment options. Use pre-built package by default. (#40) (94716bf)

3.0.0 (2023-02-02)

⚠ BREAKING CHANGES

  • Allow IAM role to be passed to the module (#37)

Features

  • Allow IAM role to be passed to the module (#37) (216ec0b)

2.1.1 (2023-01-18)

Bug Fixes

  • security: Mark webhooks variable as sensitive (#35) (6e3cbe9)

2.1.0 (2022-12-14)

Features

2.0.0 (2022-12-14)

⚠ BREAKING CHANGES

  • security: Rename sns_topic_kms_key_arn variable to kms_key_id and use for all resources

Features

  • Add tags to all resources (d86018e)
  • iam: Add permissions_boundary variable (dc0bf06)
  • lambda: Add lambda_description variable (b040993)
  • notifications: Add var.webhook_type and improved teams notification (0ef757b)
  • security: Rename sns_topic_kms_key_arn variable to kms_key_id and use for all resources (996b40f)

Bug Fixes

  • lambda: Change timeout to 300sec (25c45ec)

1.2.0 (2022-12-12)

Features

  • security: Add sns_topic_kms_key_arn variable (ca29133)

Bug Fixes

  • iam: Policy syntax bugfix (c724935)

1.1.0 (2022-12-09)

Features

  • Module tests and standardisation (ff762ef)
  • security: Improve support for VPC and private functions (77a8666)

Bug Fixes

  • ci: Enable validateSingleCommit for pr-title (f8e7d57)