Skip to content

Latest commit

 

History

History
106 lines (54 loc) · 4.99 KB

CHANGELOG.md

File metadata and controls

106 lines (54 loc) · 4.99 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.

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