Skip to content

Latest commit

 

History

History
180 lines (111 loc) · 8.35 KB

File metadata and controls

180 lines (111 loc) · 8.35 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.

1.6.1 (2024-04-20)

Bug Fixes

  • replica replication configuration must wait for versioning to be enabled in both buckets. (#126) (64bfff6)

1.6.0 (2023-12-21)

Features

  • add a deletion protection flag for DynamoDB table (#122) (41ab8a9)

1.5.0 (2023-04-28)

Features

  • enable ACLs for new S3 buckets after AWS changed defaults (#111) (42f63c6)

Bug Fixes

1.4.0 (2022-10-22)

Features

1.3.3 (2022-07-23)

Bug Fixes

1.3.2 (2022-07-09)

Bug Fixes

  • only enable Stream when replication is enabled (#95) (7b1aafc)

1.3.1 (2022-07-09)

Bug Fixes

1.3.0 (2022-07-09)

Features

  • added the capability to specify an alias for the KMS Key (#87) (fc70af4)
  • allow replication for DDB (#91) (e63200a)
  • optionally set the IAM policy boundary (#90) (bfb3701)

Bug Fixes

  • replace output to be either null or the actual value. (#92) (a8141fd)

1.2.0 (2022-04-16)

Features

1.1.2 (2022-03-16)

Bug Fixes

  • updated policy to fix syntax issue (#80) (bb5e8d9)

1.1.1 (2022-03-15)

Bug Fixes

  • add permissions required by terragrunt (#75) (93f327c)

1.1.0 (2022-03-08)

Features

  • enable server side encryption for DynamoDB table (c1c9262)

1.0.1 - 2022-03-05

Fix

  • replication depends on versioning (#61)

1.0.0 - 2022-02-12

Feat

  • upgrade AWS provider to v4.0+ (#57)

Fix

  • set the minimum terraform version to 1.1.4 (#56)

BREAKING CHANGE

resources regarding S3 bucket configurations need manual imports after upgrade. See docs/upgrade-1.0.md for guidance.

0.8.1 - 2022-01-10

0.8.0 - 2022-01-10

Refactor

  • add tflint checks
  • simplify list item extractions (#48)
  • do not hard-code auth method in examples (#46)

0.7.0 - 2021-10-10

Feat

  • support to create fixed bucket name (#43)
  • make s3 bucket replication optional (#42)
  • support logging for state Bucket (#37)

Fix

  • make the fixed bucket name optional (#44)

0.6.0 - 2021-06-27

Fix

  • conflicting operations on S3 buckets (#33)

Refactor

  • add required_providers configuration (#39)

0.5.0 - 2021-06-06

Feat

  • enable point-in-time recovery for DynamoDB table

0.4.1 - 2020-11-14

Fix

  • interporation warnings

0.4.0 - 2020-09-21

0.3.1 - 2020-08-10

Fix

  • make terraform_iam_policy to be a string (#25)

0.3.0 - 2020-08-10

Fix

  • remove region attribute (#24)

0.2.1 - 2019-08-18

Fix

  • allow use of KMS keys by the replication role
  • encrypt state files in the replica bucket

0.2.0 - 2019-08-11

Feat

  • add noncurrent_version_expiration option
  • add s3_bucket_force_destroy flag
  • move non-current versions to Glacier

Fix

  • insufficient persmission to encrypt states with the KMS key

0.1.0 - 2019-08-10

Feat

  • add "tags" input variable

0.0.4 - 2019-07-14

Fix

  • use a provider for replica bucket

0.0.3 - 2019-07-14

Feat

  • enable public access block for S3 buckets

0.0.2 - 2019-07-14

Feat

  • derive a region for replica bucket from the provider