Skip to content

Latest commit

 

History

History
156 lines (77 loc) · 8.02 KB

CHANGELOG.md

File metadata and controls

156 lines (77 loc) · 8.02 KB

Changelog

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

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

3.2.0 (2024-10-16)

Features

Bug Fixes

  • Remove non-needed counts on Autokey submodule (#158) (c50e2d5)

3.1.0 (2024-09-17)

Features

3.0.0 (2024-08-29)

⚠ BREAKING CHANGES

  • TPG>=5.23: bump TPG for crypto_key_backend (#139)
  • Add import flags (#133)

Features

Bug Fixes

  • TPG>=5.23: bump TPG for crypto_key_backend (#139) (36d0319)

2.3.0 (2024-01-30)

Features

  • add support for destroy_scheduled_duration (#109) (c26f3fb)

Bug Fixes

  • Change default rotation period from 28 hours to 90 days (#111) (44d01da)

2.2.3 (2023-10-16)

Bug Fixes

  • upgraded versions.tf to include minor bumps from tpg v5 (#102) (f35c882)

2.2.2 (2023-04-13)

Bug Fixes

  • updates for tflint and dev-tools 1.11 (#86) (ba59dab)

2.2.1 (2022-07-20)

Bug Fixes

  • adding missing purpose field for ephemeral keys (#61) (1d6b259)

2.2.0 (2022-06-10)

Features

2.1.0 (2021-12-13)

Features

  • update TPG version constraints to allow 4.0 (#50) (14d80d7)

2.0.1 (2021-08-11)

Bug Fixes

2.0.0 (2021-03-15)

⚠ BREAKING CHANGES

  • add Terraform 0.13 constraint and module attribution (#40)

Features

  • add Terraform 0.13 constraint and module attribution (#40) (e46c56c)

1.2.0 (2020-06-01)

Features

  • Add support for var.labels (#29) (ca19209)
  • Add variables to configure key_algorithm and key_protection_level (#27) (3f01a09)

1.1.1 (2020-05-20)

Bug Fixes

  • Map outputs by slicing the outputs to the length of inputs (#20) (338fff6)

Added

  • Allow setting prevent_destroy lifecycle value on keys, add keyring resource output #14
  • Added continuous integration using Cloud Build. #11

1.0.0 - 2019-07-19

Changed

  • Supported version of Terraform is 0.12. #3

0.1.0 - 2019-05-16

Added

  • Initial release