Skip to content

Latest commit

 

History

History
647 lines (361 loc) · 30.7 KB

CHANGELOG.md

File metadata and controls

647 lines (361 loc) · 30.7 KB

Changelog

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

9.11.0 (2024-08-14)

Features

  • Support target_health_state.unhealthy_draining_interval (#378) (04b7c93)

9.10.0 (2024-07-22)

Features

9.9.0 (2024-04-20)

Features

9.8.0 (2024-03-08)

Features

  • Allow multiple listener rule condition blocks (#359) (8132110)

9.7.1 (2024-03-06)

Bug Fixes

  • Update CI workflow versions to remove deprecated runtime warnings (#358) (84a732b)

9.7.0 (2024-02-11)

Features

9.6.0 (2024-02-07)

Features

  • Add support for load_balancing_anomaly_mitigation (#349) (1e3d5fb)

9.5.0 (2024-01-19)

Features

9.4.1 (2024-01-12)

Bug Fixes

  • Change subnets default value to null (#341) (a28fe0b)

9.4.0 (2023-12-23)

Features

9.3.0 (2023-12-22)

Features

  • Add option enforce_security_group_inbound_rules_on_private_link_traffic (#332) (33feec8)

9.2.0 (2023-11-13)

Features

  • Add ignore changes on tags to elasticbeanstalk:shared-elb-environment-count (#324) (d6715c7)

9.1.0 (2023-10-30)

Features

  • Add support for disabling connection termination for unhealthy targets and AZ DNS affinity (#315) (c79324e)

9.0.0 (2023-10-27)

⚠ BREAKING CHANGES

  • Refactor module to use maps instead of lists (#305)

Features

  • Refactor module to use maps instead of lists (#305) (39d5627)

8.7.0 (2023-06-16)

Features

8.6.1 (2023-06-06)

Bug Fixes

  • Explicitly setting http_tcp_listener.action_type to forward fails (#281) (b6cf424)

8.6.0 (2023-03-24)

Features

8.5.0 (2023-03-18)

Features

  • Add load_balancing_cross_zone_enabled option to aws_lb_target_group (#282) (0178d70)

8.4.0 (2023-03-03)

Features

8.3.1 (2023-02-08)

Bug Fixes

  • Correct stickiness syntax and ensure that security group is not created for network load balancers (#277) (0c02a23)

8.3.0 (2023-02-07)

Features

  • Add support for creating a security group along with the load balancer (#273) (8232b47)

8.2.2 (2023-01-24)

Bug Fixes

  • Use a version for to avoid GitHub API rate limiting on CI workflows (#270) (66eb6d2)

8.2.1 (2022-11-14)

Bug Fixes

  • Update CI configuration files to use latest version (#264) (dd692c7)

8.2.0 (2022-10-31)

Features

  • Added support for preserve_host_header (#265) (d69c409)

8.1.2 (2022-10-28)

Bug Fixes

  • Allow for override of Name tag on load balancer (#262) (40d10dd)

8.1.1 (2022-10-28)

Bug Fixes

  • Matched type of extra certificate var in module to type expected in resource (#259) (144af83)

8.1.0 (2022-09-20)

Features

  • Added connection_termination toggle to target group (#257) (33b6ecd)

8.0.0 (2022-09-16)

⚠ BREAKING CHANGES

  • Add ip_address_type to target group resource, bumped AWS provider version (#255)

Features

  • Add ip_address_type to target group resource, bumped AWS provider version (#255) (5d08044)

7.0.0 (2022-05-23)

⚠ BREAKING CHANGES

  • Upgraded Terraform version to 1.0+. Added wrappers. (#249)

Features

  • Upgraded Terraform version to 1.0+. Added wrappers. (#249) (25d31ee)

6.11.0 (2022-05-20)

Features

  • Added support for lambda permissions when the target is a lambda function (#240) (e79573d)

6.10.0 (2022-04-21)

Features

  • Added missing cookie_name TG stickiness parameter support (#245) (a01b7ca)

6.9.0 (2022-04-15)

Features

  • Added weighted-forward rules for HTTP (#236) (ba77760)

6.8.0 (2022-03-12)

Features

  • Made it clear that we stand with Ukraine (34ba506)

6.7.0 (2022-02-04)

Features

  • Add support for enable_waf_fail_open and desync_mitigation_mode (#235) (a4a79df)

6.6.1 (2021-11-22)

Bug Fixes

  • update CI/CD process to enable auto-release workflow (#228) (b1100cb)

v6.6.0 - 2021-11-19

  • feat: Support weight in forward action (#224)

v6.5.0 - 2021-08-14

  • fix: Remove not required depends_on in aws_lb_target_group (#215)

v6.4.0 - 2021-08-12

  • feat: Add listener rules support for http/tcp listeners (#216)

v6.3.0 - 2021-07-08

  • feat: Add support for preserve_client_ip tg flag (#213)

v6.2.0 - 2021-06-02

  • feat: Adding support for ALPN policies (#206)

v6.1.0 - 2021-05-15

  • feat: Add tags to listener and listener rules (#199)
  • chore: update CI/CD to use stable terraform-docs release artifact and discoverable Apache2.0 license (#198)
  • chore: Updated versions in README
  • chore: Updated versions in README

v6.0.0 - 2021-04-26

  • feat: Shorten outputs (removing this_) (#196)

v5.16.0 - 2021-04-16

  • fix: Add private_ipv4_address, ipv6_address to subnet_mapping block (#182)
  • feat: support for target group protocol_version (#187)

v5.15.0 - 2021-04-15

  • fix: Empty target group attachments for Terraform 0.13 (#194)

v5.14.0 - 2021-04-14

  • feat: Add target group attachment capabilities (#191)

v5.13.0 - 2021-04-06

  • chore: Update readme note on S3 access logs bucket creation (#188)
  • chore: update documentation and pin terraform_docs version to avoid future changes (#190)

v5.12.0 - 2021-03-03

  • chore: align ci-cd static checks to use individual minimum Terraform versions (#185)
  • chore: add ci-cd workflow for pre-commit checks (#183)

v5.11.0 - 2021-02-20

  • chore: update documentation based on latest terraform-docs which includes module and resource sections (#181)

v5.10.0 - 2020-11-24

  • fix: Updated supported Terraform versions (#173)

v5.9.0 - 2020-09-11

  • feat: Added listener rules support (#155)

v5.8.0 - 2020-08-18

  • feat: Support Least Outstanding Requests algorithm for load balancing requests (#158)

v5.7.0 - 2020-08-13

  • feat: Support AWS provider 3.0 and Terraform 0.13 (#166)

v5.6.0 - 2020-05-18

  • docs: Updated description and examples of name_prefix argument (#162)
  • docs: Updated formatting in UPGRADE-5.0.md

v5.5.0 - 2020-05-11

  • fix: Changed default values for lambda_multi_value_headers_enabled and proxy_protocol_v2from null to false (#160)

v5.4.0 - 2020-04-13

  • feat: Add more specific tags (#151)

v5.3.0 - 2020-04-04

  • feat: Add support for all listener actions (redirect, fixed-response, authenticate-cognito, authenticate-oidc) (#141)

v5.2.0 - 2020-04-02

  • Updated required versions of Terraform
  • feat: Add support for drop_invalid_header_fields (#150)
  • Removed meta github files (see meta repo for more) (#148)

v5.1.0 - 2020-03-05

  • Fixed variable description (closes #138)
  • Update variables.tf (#130)
  • Removed unused (depracated) input variable (#136)
  • Update README.md (#137)

v5.0.0 - 2019-11-22

  • Rewrote to use Terraform 0.12 features + NLB + cleanup (#128)
  • Set correct TG for listeners (fixed #119) (#120)
  • Update variables.tf (#113)
  • Hardcode AWS region for tests
  • Remove --error-with-issues option on tflint as it is now default and removed (#114)
  • Updated pre-commit-terraform to support terraform-docs and Terraform 0.12
  • Upgrade module to support Terraform 0.12 (#107)

v3.7.0 - 2019-11-20

  • Set correct TG for listeners for Terraform 0.11 (fixed #119) (#121)

v4.2.0 - 2019-11-20

  • Set correct TG for listeners (fixed #119) (#120)
  • Update variables.tf (#113)
  • Hardcode AWS region for tests
  • Remove --error-with-issues option on tflint as it is now default and removed (#114)

v4.1.0 - 2019-06-17

  • Updated pre-commit-terraform to support terraform-docs and Terraform 0.12

v4.0.0 - 2019-06-11

  • Upgrade module to support Terraform 0.12 (#107)

v3.6.0 - 2019-06-05

  • Added create_alb flag (#104)

v3.5.0 - 2018-12-04

  • updated test to remove unsupported attribute
  • Add slow_start option
  • merge user-provided target_groups_defaults with our defaults
  • Add variable to support setting cross-zone-load-balancing (#73)
  • tidying up
  • Move code of conduct to correct file
  • Update issue templates

v3.4.0 - 2018-05-17

  • disabled logging now possible (#69)
  • Added pre-commit hook to autogenerate terraform-docs (#68)

v3.3.1 - 2018-05-06

  • outputs repaired and tests added to prove counts (#67)

v3.3.0 - 2018-05-05

  • Fix/ci (#66)
  • tidy up to release (#65)
  • add output target group arn suffixes (#64)
  • Revert "Making logging configurable (#60)" (#62)
  • Added missing quotation mark in README.md example (#63)
  • Making logging configurable (#60)

v3.2.0 - 2018-03-28

  • release of target_group create_before_destroy to allow target_group changes in flight (#59)
  • create_before_destroy target groups to allow in flight changes (#58)

v3.1.0 - 2018-03-22

  • allow optional extra ssl certs (#54)
  • name moved to name_prefix which limits ALB name descriptiveness to 6 characters (#53)
  • listner » listener (fix typo on outputs.tf) (#51)

v3.0.0 - 2018-03-20

  • 3.0.0 release - configuration supports n of each ancillary ALB resource (#49)

v2.5.0 - 2018-03-07

  • release prep and rubocop compliance (#48)
  • Adds 2 new variables to control listener ports of ALB
  • Add target_group.name to outputs.tf (#45)
  • update force_destroy_log_bucket description (#42)
  • fix generated bucket policy if log_location_prefix is omitted (or empty string)
  • Add ALB target group target_type variable and depends_on to alb related resource (#37)
  • Fix syntax error in usage example (#39)

v2.4.0 - 2018-01-19

  • simple doc update [skip-ci]
  • kicking v2.4.0 out the door (#35)
  • Remove region (#30)
  • Add deregistration_delay argument (#34)
  • Alb name (#28)
  • moved data source to data file

v2.3.2 - 2017-12-18

  • added version file to help with release tags and changelog
  • added changelog entry and applied terraform fmt to updated outputs.tf fiel
  • Added http and https listener ARNs (#25)
  • Create bucket before provisioning access logs on the ALB

v2.3.1 - 2017-11-28

  • move to kitchen-terraform 3.0.x and terraform 0.11.0 (#19)
  • Adding the health check code for ALB health checking

v2.3.0 - 2017-11-21

  • Add ARN of ALB to outputs (#17)

v2.2.0 - 2017-11-21

  • Possible fix for Terraform v0.11(output to non-existing resource)

v2.1.0 - 2017-11-17

  • added detail to changelog
  • resolving the HTTP default issue
  • Adding outputs
  • Update README.md
  • Update README.md
  • Update outputs.tf
  • Update outputs.tf

v2.0.0 - 2017-11-07

  • Flip order of variable params, moving versioning to adhere to semver
  • Rev'ing minor version as variable changes are breaking
  • Added flexibility around logging
  • corrected link to CI

v1.0.3 - 2017-10-25

  • Fixed sid in s3 bucket policy test
  • Fixed S3 bucket policy to make it canonical
  • Adding CI to module (#5)
  • Migrating to new org and terraform registry (#1)

v0.0.1 - 2017-09-26

  • Initial commit
  • Initial commit