Skip to content

Latest commit

 

History

History
292 lines (146 loc) · 15.3 KB

CHANGELOG.md

File metadata and controls

292 lines (146 loc) · 15.3 KB

Changelog

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

5.7.0 (2024-12-19)

Features

  • Add Log Anomaly Detection Support (#74) (e62a3b7)

5.6.1 (2024-10-11)

Bug Fixes

  • Update CI workflow versions to latest (#73) (67f2ee7)

5.6.0 (2024-09-09)

Features

  • Support aws_cloudwatch_log_data_protection_policy (#70) (2b434f3)

5.5.0 (2024-08-09)

Features

  • Support aws_cloudwatch_log_account_policy (#71) (1842707)

5.4.0 (2024-06-23)

Features

5.3.1 (2024-03-07)

Bug Fixes

  • Update CI workflow versions to remove deprecated runtime warnings (#67) (e62e629)

5.3.0 (2024-02-26)

Features

  • Add option to define a delimiter for metric-alarms-by-multiple-dimensions (#66) (0959943)

5.2.0 (2024-02-17)

Features

5.1.0 (2024-01-14)

Features

  • Added support for Cloudwatch metric stream (#64) (0aeaf26)

5.0.0 (2023-12-16)

⚠ BREAKING CHANGES

  • Add log_group_class to log group, bump AWS provider version to 5.x (#63)

Features

  • Add log_group_class to log group, bump AWS provider version to 5.x (#63) (d0f3343)

4.5.0 (2023-12-12)

Features

  • Support aws_cloudwatch_query_definition and add skip_destroy argument to aws_cloudwatch_log_group (#60) (5cc5efb)

4.4.0 (2023-12-11)

Features

  • Allow setting dimensions on CloudWatch Metric Filters (#57) (72084b3)

4.3.0 (2023-05-17)

Features

  • Add support for period in metric_query_block (#53) (8dd8161)

4.2.1 (2023-01-10)

Bug Fixes

  • Make unauthorized pattern match exact (#50) (03d43d5)

4.2.0 (2023-01-03)

Features

  • Add option to specify metric transformation unit (#49) (5116f50)

4.1.0 (2023-01-03)

Features

  • Updated UnauthorizedAPICalls pattern to pass CIS v1.2.0 (#48) (6901778)

4.0.0 (2022-10-29)

⚠ BREAKING CHANGES

  • Update supported Terraform min version to v1.0+ and AWS provider to v4.0+ (#47)

Features

  • Update supported Terraform min version to v1.0+ and AWS provider to v4.0+ (#47) (4fa9065)

3.3.0 (2022-07-18)

Features

  • Add option to specify default ok no data actions (#44) (fdb39b7)

3.2.0 (2022-04-14)

Features

  • Allow overriding items for each control in cis-alarms module (#41) (f04d5d1)

3.1.0 (2022-04-12)

Features

3.0.0 (2022-04-07)

⚠ BREAKING CHANGES

  • Added log-stream module, updated versions to 0.13+ (#38)

Features

  • Added log-stream module, updated versions to 0.13+ (#38) (b426858)

2.5.0 (2022-03-18)

Features

2.4.1 (2022-01-21)

Bug Fixes

  • Update required version for aws provider (#34) (b7e0147)

2.4.0 (2022-01-19)

Features

  • Added account_id to metric_query section (#33) (fb4dcd8)

2.3.1 (2022-01-13)

Bug Fixes

  • Added prefix to metric name for alarm to work (#32) (f1c750f)

2.3.0 (2021-12-15)

Features

  • Added support for custom CIS alarm names (#29) (9d5d1c4)

2.2.0 (2021-12-14)

Bug Fixes

  • update CI/CD process to enable auto-release workflow (#27) (12b9abb)

Features

  • Update CIS-Alarms for v1.4.0 of the AWS Benchmark (#26) (fd33034)

v2.1.0 - 2021-05-03

  • feat: Added module for Cloudwatch log group (#23)
  • chore: update CI/CD to use stable terraform-docs release artifact and discoverable Apache2.0 license (#22)

v2.0.0 - 2021-04-27

  • feat: Shorten outputs (removing this_) (#21)

v1.4.0 - 2021-04-07

  • fix: change UnauthorizedAPICalls description according to AWS CIS guide (#20)
  • chore: update documentation and pin terraform_docs version to avoid future changes (#19)
  • chore: add ci-cd workflow for pre-commit checks (#17)

v1.3.0 - 2020-11-24

  • fix: Updated supported Terraform versions (#15)

v1.2.0 - 2020-05-20

  • feat: Added default value of 0 for metric filter for cis-alarms (#12)

v1.1.0 - 2020-05-11

  • docs: Updated README
  • fix: Changing metric_transformation_value var type to string (#11)

v1.0.0 - 2020-03-25

  • feat: Added cis-alarms as CIS AWS Foundations Controls (#10)
  • Merge pull request #9 from terraform-aws-modules/terraform-provider-githubfile-1584635096252900000
  • [ci skip] Create ".chglog/CHANGELOG.tpl.md".
  • Merge pull request #5 from terraform-aws-modules/terraform-provider-githubfile-1584535788164202000
  • Merge pull request #6 from terraform-aws-modules/terraform-provider-githubfile-1584535788163868000
  • Merge pull request #7 from terraform-aws-modules/terraform-provider-githubfile-1584535788164201000
  • Merge pull request #8 from terraform-aws-modules/terraform-provider-githubfile-1584535788163754000
  • Merge pull request #4 from terraform-aws-modules/terraform-provider-githubfile-1584535788163769000
  • [ci skip] Create "LICENSE".
  • [ci skip] Create ".pre-commit-config.yaml".
  • [ci skip] Create ".editorconfig".
  • [ci skip] Create ".gitignore".
  • [ci skip] Create "Makefile".

v0.2.0 - 2019-08-29

  • Added metric-alarms-by-multiple-dimensions submodule
  • Updated pre-commit hooks
  • Updated version of pre-commit-terraform
  • Updated README

v0.1.0 - 2019-06-17

  • Added log-metric-filter and metric-alarm module