Skip to content

Releases: cloudandthings/terraform-aws-clickops-notifier

v5.1.0

08 Jan 13:18
be9694c
Compare
Choose a tag to compare

5.1.0 (2024-01-08)

Features

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

v5.0.4

23 Aug 18:55
30f4481
Compare
Choose a tag to compare

5.0.4 (2023-08-23)

Bug Fixes

v5.0.3

09 Jun 06:18
b183bc5
Compare
Choose a tag to compare

5.0.3 (2023-06-09)

Bug Fixes

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

v5.0.2

18 Apr 08:09
f57bf8d
Compare
Choose a tag to compare

5.0.2 (2023-04-18)

Bug Fixes

  • Ensure trail_event_origin is constructed from strings (4b6fb20)

v5.0.1

04 Apr 07:11
ba8dd6e
Compare
Choose a tag to compare

5.0.1 (2023-03-22)

Bug Fixes

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

v5.0.0

28 Feb 11:06
84a7ea0
Compare
Choose a tag to compare

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)

v4.1.0

27 Feb 06:46
0586295
Compare
Choose a tag to compare

4.1.0 (2023-02-27)

Features

  • Add allowed_aws_principals_for_sns_subscribe (c86bf9e)

v4.0.0

27 Feb 06:26
ffae55d
Compare
Choose a tag to compare

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)

v3.0.0

16 Feb 05:45
3b9ea91
Compare
Choose a tag to compare

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)

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)