Skip to content

Latest commit

 

History

History
319 lines (153 loc) · 10.7 KB

File metadata and controls

319 lines (153 loc) · 10.7 KB

0.20.0 (2025-07-30)

Features

  • replicate security-hardened Claude Code Review workflow with PR focus (#126) (a3e9803)

0.24.1 (2026-01-01)

Bug Fixes

  • ci: simplify workflow to format and validate only (#152) (702fc3a)

0.24.0 (2025-12-28)

Features

  • Add automated Secrets Manager feature discovery (#145) (8eb91da)

0.23.0 (2025-08-10)

Features

  • add pre-commit workflow for code quality automation (#140) (00caada)

0.22.0 (2025-08-09)

Features

  • add MCP server support for enhanced documentation access (#138) (dea62f1)

0.21.0 (2025-08-07)

Features

  • add Claude dispatch workflow for repository events (#135) (83960b6)

0.20.2 (2025-08-02)

Bug Fixes

  • improve test cleanup to prevent secret accumulation (#132) (aaca0a7)

0.20.1 (2025-07-30)

Bug Fixes

  • correct CHANGELOG.md ordering for version 0.11.5 (#129) (2deb4fb)

0.19.1 (2025-07-29)

Bug Fixes

  • remove variable usage from lifecycle blocks (edbc5a6), closes #122

0.19.0 (2025-07-28)

Features

  • code quality and best practices improvements (#115) (987ce7b)

0.18.2 (2025-07-27)

Bug Fixes

  • skip CI/CD tests for documentation-only changes (#118) (e3e071a), closes #117

0.18.1 (2025-07-24)

Bug Fixes

  • grant commit permissions to claude.yml workflow (#109) (b4879ad)

0.18.0 (2025-07-23)

Features

  • standardize release-please configuration (#106) (5d31082)

0.17.0 (2025-07-23)

Features

0.16.0 (2025-07-21)

Features

  • implement GitHub issue #80 ephemeral password support with for_each (#102) (963eb0e)

0.15.0 (2025-07-20)

Features

  • Implement comprehensive testing and CI/CD infrastructure (#97) (65b7efb)

0.14.0 (2025-07-16)

Features

  • Add ephemeral passwords support to prevent sensitive data in state (#81) (6ac0180)

0.13.0 (2025-07-06)

Features

  • Improve Documentation and Input Validation (#74) (3364440)

0.12.2 (2025-06-08)

Bug Fixes

  • Add GitHub Action step to remove "v" prefix from release titles (#68) (5f0233d)

0.12.1 (2025-06-08)

Bug Fixes

  • Add tag-separator configuration to ensure Release Please creates tags without prefixes (#65) (c37f85e)

0.12.0 (2025-06-08)

Features

0.11.5 (June 3, 2024)

ENHANCEMENTS:

  • Add Renovate

0.11.4 (June 3, 2024)

FIX:

  • Fix required constraints
  • Remove Dependabot

0.11.3 (June 3, 2024)

FIX:

  • Change Terraform version requirements syntax

0.11.2 (June 3, 2024)

FIX:

  • Terraform version requirements syntax

0.11.1 (June 3, 2024)

ENHANCEMENTS:

  • Add Dependabot

0.11.0 (December 19, 2023)

ENHANCEMENTS:

  • Allow to use ´version_stages´ on secret versions (thanks @magmax)

0.10.1 (October 29, 2023)

FIXES:

  • Not defined index in context issue

0.10.0 (October 26, 2023)

FIXES:

  • Update secret version and secret rotation to support using name_prefix (thanks @bensharp1)
  • Allow 'Name' parameter to overwrite each.key as Secret Name (thanks @bensharp1)

0.9.0 (September 8, 2023)

ENHANCEMENTS:

  • Allow empty replica region kms_key_id to use AWS default (thanks @siteopsio)
  • Update README file in replication example (thanks @siteopsio)

0.8.0 (April 28, 2023)

ENHANCEMENTS:

  • Add ´force_overwrite_replica_secret´ (thanks @btougeiro)
  • Add replication example

0.7.0 (April 5, 2023)

ENHANCEMENTS:

  • Add separate secrets replication configuration (thanks @wiseelf)

0.6.2 (January 11, 2023)

FIXES:

  • Add lifecycle ignore for secret_id (thanks @jmonte-sph)

0.6.1 (October 19, 2022)

FIXES:

  • Patch for the missing dependency in the "rsm-sr" resource (thanks @cschwarze)

0.6.0 (Sep 1, 2022)

ENHANCEMENTS:

  • Adding Replica support to Secrets (thanks @ppapishe)

0.5.3 (Aug 29, 2022)

ENHANCEMENTS:

  • Adds replica support

0.5.2 (Jan 2, 2022)

ENHANCEMENTS:

  • Add secret policy examples

0.5.1 (August 26, 2021)

FIXES:

  • Fix secret map output

0.5.0 (August 22, 2021)

ENHANCEMENTS:

  • Change secret list to map definitions
  • Update READMEs

0.4.2 (June 10, 2021)

ENHANCEMENTS:

  • Add pre-commit script
  • Update README

0.4.1 (December 1, 2020)

FIXES:

  • Fix typo in README and improve variable description

0.4.0 (December 1, 2020)

ENHANCEMENTS:

  • Add support for unmanaged rotated secrets: Avoid rotation of secrets by subsequent runs of Terraform

Thanks @moliver-aicradle

0.3.0 (October 22, 2020)

ENHANCEMENTS:

  • Add support for unmanaged secrets: Using this option you can initialize the secrets and rotate them outside Terraform, thus, avoiding other users to change the secrets.

Thanks @fabio42

0.2.1 (July 3, 2020)

ENHANCEMENTS:

  • Update rotation lambda example

0.2.0 (June 29, 2020)

FIXES:

  • Add AWS provider version requirement

0.1.2 (June 27, 2020)

FIXES:

  • Fix typo in README

0.1.1 (June 26, 2020)

FIXES:

  • Update README

0.1.0 (June 26, 2020)

FEATURES:

  • Module implementation