Skip to content

Latest commit

 

History

History
197 lines (118 loc) · 8.06 KB

CHANGELOG.md

File metadata and controls

197 lines (118 loc) · 8.06 KB

Changelog

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

3.3.0 (2022-01-14)

Features

  • Allow validating the certificate with CloudFlare (#101) (a9a3c23)

3.2.1 (2021-11-22)

Bug Fixes

  • update CI/CD process to enable auto-release workflow (#96) (a9010ce)

v3.2.0 - 2021-06-28

  • docs: Add note in README about CloudFront with ACM (#79)

v3.1.0 - 2021-06-28

  • fix: create missing validation records in cases (eg, wildcard SAN) (#89)
  • chore: update CI/CD to use latest terraform-docs and discoverable Apache2.0 license (#85)

v3.0.0 - 2021-04-26

  • feat: Shorten outputs (removing this_) (#83)
  • chore: update documentation and pin terraform_docs version to avoid future changes (#78)
  • chore: align ci-cd static checks to use individual minimum Terraform versions (#76)

v2.14.0 - 2021-02-24

  • docs: Add note on how to handle off-by-one validation record issue when upgrading to +v2.13.0 (#75)
  • fix: bump min supported version due to types unsupported on current (#74)
  • chore: add ci-cd workflow for pre-commit checks (#73)

v2.13.0 - 2021-02-19

  • fix: Fixed wildcard in domain names (#71)

v2.12.0 - 2020-11-04

  • feat: Updated version requirements to support Terraform 0.14 also (#66)

v2.11.0 - 2020-08-17

  • fix: Wait for correct certificate_arn when validation is enabled (#55)

v2.10.0 - 2020-08-13

  • feat: Bump version of AWS provider to support v3

v2.9.0 - 2020-06-24

  • feat: Added dns ttl as variable (#54)

v2.8.0 - 2020-06-11

  • fix: certificate_transparency_logging_preference to default to true (#51)

v2.7.0 - 2020-06-10

  • Fixed syntax error in newly added options block for certificate trans… (#50)

v2.6.0 - 2020-06-10

  • Updated README
  • feat: Add certificate transparency log option to ACM (#18)
  • Update ".pre-commit-config.yaml".
  • Create "LICENSE".
  • Create ".gitignore".
  • Create ".pre-commit-config.yaml".
  • Create "Makefile".
  • Create ".editorconfig".

v2.5.0 - 2019-12-19

  • Updated example with multiple SANs after PR #32
  • Fixing validation records when wildcard is present with alternative domains (#32)

v2.4.0 - 2019-11-12

  • Updated pre-commit hooks
  • Define local.validation_domains properly. (#28)

v2.3.0 - 2019-09-02

  • Updated pre-commit hooks
  • Replace template usage with 0.12 compatible list comprehension (#17)

v2.2.0 - 2019-07-08

  • Improved access by index to help with deletion (relates to #10)

v2.1.0 - 2019-06-17

  • Updated pre-commit-terraform to support terraform-docs and Terraform 0.12
  • Terraform.012 upgrade (#9)

v1.4.0 - 2019-06-13

  • Fixed docs after #11
  • validation_allow_overwrite_records variable to allow overwrite records (#11)

v2.0.0 - 2019-06-05

  • Terraform.012 upgrade (#9)

v1.3.0 - 2019-05-30

  • fix format issue (#6)

v1.2.0 - 2019-02-14

  • Added multiple records for route53 validation (related to #1)

v1.1.0 - 2019-02-01

  • Fixed bug when creation was disabled

v1.0.0 - 2018-12-13

  • Updated readme
  • Initial commit with all the code