Skip to content

Latest commit

 

History

History
151 lines (81 loc) · 7.42 KB

CHANGELOG.md

File metadata and controls

151 lines (81 loc) · 7.42 KB

Changelog

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

2.10.0 (2023-04-26)

Features

  • Fixed typo in mutlicast to multicast, also in the variable name (#108) (baaa7f4)

2.9.0 (2023-02-27)

Features

2.8.2 (2023-01-24)

Bug Fixes

  • Use a version for to avoid GitHub API rate limiting on CI workflows (#96) (de6e0cf)

2.8.1 (2022-10-27)

Bug Fixes

  • Update CI configuration files to use latest version (#88) (12ccdcc)

2.8.0 (2022-05-09)

Features

2.7.0 (2022-03-26)

Features

  • Add support for transit gateway CIDR blocks (#69) (131ed50)

2.6.0 (2022-03-26)

Features

  • Update Terraform minimum supported version to v0.13.1 (#68) (4e8f9c9)

2.5.1 (2022-01-10)

Bug Fixes

  • update CI/CD process to enable auto-release workflow (#63) (558f5ff)

v2.5.0 - 2021-07-07

  • fix: add tags if the default route table association is enabled (#52)

v2.4.0 - 2021-05-24

  • feat: Optionally update VPC Route Tables for attached VPCs (#35)

v2.3.0 - 2021-05-19

  • feat: default tgw route table tags (#49)

v2.2.0 - 2021-05-19

  • feat: adding appliance_mode_support to vpc attachments (#48)

v2.1.0 - 2021-05-05

  • fix: Update map function to work in Terraform 0.15 (#44)
  • chore: update CI/CD to use stable terraform-docs release artifact and discoverable Apache2.0 license (#42)

v2.0.0 - 2021-04-27

  • feat: Shorten outputs (removing this_) (#41)
  • chore: update documentation and pin terraform_docs version to avoid future changes (#40)
  • chore: align ci-cd static checks to use individual minimum Terraform versions (#38)
  • fix: bump min supported version due to types unsupported on current (#37)
  • chore: add ci-cd workflow for pre-commit checks (#36)

v1.4.0 - 2020-11-24

  • fix: Updated supported Terraform versions (#30)
  • docs: typos on example readme.mds (#21)

v1.3.0 - 2020-08-18

  • fix: Added support for multi-account deployments (#20)

v1.2.0 - 2020-08-17

  • chore: Minor updates in docs
  • fix: fix variable in aws_ec2_transit_gateway_route_table_propagation (#13)

v1.1.0 - 2020-01-16

  • Updated notes in example

v1.0.0 - 2020-01-15

  • Added code for the module

v0.0.1 - 2020-01-15

  • Initial commit