Skip to content

Latest commit

 

History

History
311 lines (168 loc) · 14 KB

CHANGELOG.md

File metadata and controls

311 lines (168 loc) · 14 KB

Changelog

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

5.0.1 (2024-03-06)

Bug Fixes

  • Update CI workflow versions to remove deprecated runtime warnings (#151) (859fb3c)

5.0.0 (2023-10-05)

⚠ BREAKING CHANGES

  • Remove NONE validation method and set default to null (#141)

Features

  • Remove NONE validation method and set default to null (#141) (2cb2b7c)

4.5.0 (2023-10-05)

Features

  • Revert of removing NONE validation method and set default to null (#140) (2b53d66)

4.4.0 (2023-10-03)

Features

  • Remove NONE validation method and set default to null (#135) (b76d53e)

4.3.2 (2023-01-24)

Bug Fixes

  • Upgrade CI workflows to use non-deprecated runtimes (#130) (4cf8799)
  • Use a version for to avoid GitHub API rate limiting on CI workflows (#128) (62bc31a)

4.3.1 (2022-12-08)

Bug Fixes

  • Set correct version of AWS provider on module root (#126) (7a0e3e3)

4.3.0 (2022-12-04)

Features

  • Add support to key algorithm argument (#125) (e35292c)

4.2.0 (2022-11-15)

Features

  • Make validation timeout configurable (#124) (84c1941)

4.1.1 (2022-11-14)

Bug Fixes

  • Update CI configuration files to use latest version (#122) (8aa7fd0)

4.1.0 (2022-08-26)

Features

  • Cross-account DNS and ACM resource creation (#114) (e24bb59)

4.0.1 (2022-06-17)

Bug Fixes

4.0.0 (2022-06-15)

⚠ BREAKING CHANGES

  • Added validation_option configuration and upgraded AWS provider to v4 (#106)

Features

  • Added validation_option configuration and upgraded AWS provider to v4 (#106) (0825e18)

3.5.0 (2022-05-25)

Features

  • Added new output for certificate status (#110) (b63dfd7)

3.4.1 (2022-04-15)

Bug Fixes

  • Fixed email validation method for ACM certificate (#104) (ced04a3)

3.4.0 (2022-03-12)

Features

  • Made it clear that we stand with Ukraine (57d7304)

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