Skip to content

Latest commit

 

History

History
139 lines (62 loc) · 7.14 KB

CHANGELOG.md

File metadata and controls

139 lines (62 loc) · 7.14 KB

Changelog

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

3.0.0 (2024-05-11)

⚠ BREAKING CHANGES

  • Support rotation_period_in_days, AWS Provider v5, Terraform MSV 1.3 (#32)

Features

  • Support rotation_period_in_days, AWS Provider v5, Terraform MSV 1.3 (#32) (f8c96ce)

2.2.1 (2024-03-06)

Bug Fixes

  • Update CI workflow versions to remove deprecated runtime warnings (#28) (866950f)

2.2.0 (2024-02-02)

Features

2.1.0 (2023-11-03)

Features

  • Do not call data resources when create is false (#25) (4951c38)

2.0.1 (2023-09-18)

Bug Fixes

  • Default admin permissions for special keys (#24) (c975efd)

2.0.0 (2023-09-05)

⚠ BREAKING CHANGES

  • Added custom_key_store_id, bump version of AWS provider to 4.x (#23)

Features

  • Added custom_key_store_id, bump version of AWS provider to 4.x (#23) (beb5667)

1.5.0 (2023-02-09)

Features

  • Add specific policy for Autoscaling service linked roles (#15) (217ac76)

1.4.0 (2023-01-28)

Features

  • Support adding KMS replica keys (#9) (9a7080b)

1.3.1 (2023-01-24)

Bug Fixes

  • Use a version for to avoid GitHub API rate limiting on CI workflows (#12) (040736e)

1.3.0 (2022-11-21)

Features

  • Add support for creating customer managed keys used for Route53 DNSSEC signing (#10) (d694450)

1.2.2 (2022-11-07)

Bug Fixes

  • Update CI configuration files to use latest version (#8) (01bd36b)

1.2.1 (2022-10-14)

Bug Fixes

  • Modify key_service_principals to be generic to support conditions for confused deputy problem (#7) (7b85239)

1.2.0 (2022-10-14)

Features

  • Adding Key Service Principals (#6) (4841f28)

1.1.0 (2022-08-17)

Features

  • Add support for providing aliases using computed attributes (#4) (8150812)

1.0.3 (2022-08-15)

Bug Fixes

  • Add support for aliases and grants on aws_kms_external_key (#3) (beea8d6)

1.0.2 (2022-07-14)

Bug Fixes

  • Correct boolean logic for enabling/disabling key owners policy statement (#2) (944ea72)

1.0.1 (2022-06-28)

Bug Fixes

  • Reduce required versions for Terraform and AWS provider (#1) (f80bc66)

1.0.0 (2022-06-25)

Features

  • Add support for external key using externally provided material (2726c25)
  • Add support for source and override policy documents (5a01134)
  • Initial implementation of module (a8a4f33)