Skip to content

Latest commit

 

History

History
210 lines (131 loc) · 8.65 KB

File metadata and controls

210 lines (131 loc) · 8.65 KB

Changelog

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

2.9.2 (2022-01-14)

Bug Fixes

  • Add lifecycle clause for aws_cloudfront_origin_access_identity (#65) (d31306d)

2.9.1 (2021-11-22)

Bug Fixes

  • update CI/CD process to enable auto-release workflow (#59) (507c1ba)

v2.9.0 - 2021-11-09

  • feat: Added support for response headers policy (#57)

v2.8.0 - 2021-10-12

  • Updated CHANGELOG
  • feat: Add support for additional CloudFront metrics (#54)
  • docs: Add TLSv1.1 and TLSv1.2 for origin_ssl_protocols in examples (#51)

v2.7.0 - 2021-08-13

  • Updated CHANGELOG
  • feat: Added support for connection_attempts, connection_timeout, and origin_shield (#47)

v2.6.0 - 2021-06-28

  • Updated CHANGELOG
  • feat: Add support of realtime_log_config_arn (no creation) (#31)

v2.5.0 - 2021-05-28

  • Updated CHANGELOG
  • feat: Support for CloudFront Functions (#41)

v2.4.0 - 2021-05-07

  • Updated CHANGELOG
  • fix: Use empty list for headers by default instead of null (#39)

v2.3.0 - 2021-05-05

  • Updated CHANGELOG
  • fix: Use empty origin_path by default (#38)
  • chore: update CI/CD to use stable terraform-docs release artifact and discoverable Apache2.0 license (#36)

v2.2.0 - 2021-04-30

  • Updated CHANGELOG
  • feat: Adding support for trusted_key_groups in ordered_cache_behavior (#35)

v2.1.0 - 2021-04-27

  • Updated CHANGELOG
  • feat: added support of trusted_key_groups (#33)

v2.0.0 - 2021-04-26

  • Updated CHANGELOG
  • feat: Shorten outputs (removing this_) (#34)
  • chore: update CI/CD workflow for terraform_docs workflow (#32)
  • chore: update documentation and pin terraform_docs version to avoid future changes (#27)

v1.9.0 - 2021-03-22

  • Updated CHANGELOG
  • fix: Fixed type of ordered_cache_behavior (#26)
  • chore: align ci-cd static checks to use individual minimum Terraform versions (#24)

v1.8.0 - 2021-03-02

  • Updated CHANGELOG
  • fix: Removing forwarded_values if cache_policy_id exists (#21)

v1.7.0 - 2021-03-01

  • Updated CHANGELOG
  • fix: Update syntax for Terraform 0.15 (#23)
  • feat: Updated minimum required version of Terraform to 0.13 (#19)
  • chore: add ci-cd workflow for pre-commit checks (#18)

v1.6.0 - 2021-02-22

  • Updated CHANGELOG
  • feat: add origin_request_policy_id & cache_policy_id to caching (#17)

v1.5.0 - 2021-01-14

  • Updated CHANGELOG
  • Updated README (after #12)
  • fix: preserve ordering of cache behaviors (#12)

v1.4.0 - 2020-12-08

  • Updated CHANGELOG
  • fix: Fixed viewer_certificate variable (#9)

v1.3.0 - 2020-12-04

  • Updated CHANGELOG
  • refactor: change origin access identity output types (#6)

v1.2.0 - 2020-10-22

  • Updated CHANGELOG
  • feat: Adds outputs for origin access identities (#5)

v1.1.0 - 2020-10-12

  • Updated CHANGELOG
  • fix: Updates aws provider to at least 3.0.0 (#4)
  • Updated example for logs delivery

v1.0.0 - 2020-10-05

  • Updated CHANGELOG
  • feat: Added support for custom_header to origin (#2)

v0.3.0 - 2020-09-16

  • Updated CHANGELOG
  • fix: Value of geo_restriction

v0.2.0 - 2020-09-15

  • Updated CHANGELOG
  • Fixed some variables types

v0.1.0 - 2020-09-15

  • Updated CHANGELOG
  • Add most of the code