Skip to content

Latest commit

 

History

History
93 lines (46 loc) · 5.51 KB

CHANGELOG.md

File metadata and controls

93 lines (46 loc) · 5.51 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. This changelog is generated automatically based on Conventional Commits.

0.6.0 (2025-01-07)

Features

  • add new output variable called env_vars (#115) (e89eb0a)

Bug Fixes

  • do not create secret version when secret_data is null (#111) (6294316)

0.5.1 (2024-12-09)

Bug Fixes

  • deps: Update go modules and dev-tools (#102) (dfa3cde)

0.5.0 (2024-11-05)

Features

  • deps: Update Terraform Google Provider to v6 (major) (#97) (be1d845)
  • module: Add a new module "secret" for managing a single secret (#76) (83217bc)

0.4.0 (2024-07-19)

⚠ BREAKING CHANGES

  • Change variable type for secrets (#89)
  • Fix handling the CMEK with automatic replication (#74)

Features

  • Change variable type for secrets (#89) (468af0c)

Bug Fixes

  • Fix handling the CMEK with automatic replication (#74) (311a73f)

0.3.0 (2024-06-10)

Features

  • add support to specify secret accessors (#66) (a61b2ae)
  • Make secrets data optional (#61) (5f78bea)

Bug Fixes

  • changed deprecated auto replication attribute (#31) (6beaa66)
  • google_secret_manager_secret_iam_binding.binding for_each (#72) (4494e35)

0.2.0 (2024-02-13)

⚠ BREAKING CHANGES

  • TPG>=4.83: Update Terraform Google Provider to v5 (#32)

Bug Fixes

  • TPG>=4.83: Update Terraform Google Provider to v5 (#32) (b51196d)

0.1.1 (2022-12-29)

Bug Fixes

  • fixes lint issues and generates metadata (#3) (652fa3a)

0.1.0 - 20XX-YY-ZZ

Features

  • Initial release