Releases: quortex/terraform-aws-load-balancer
5.2.0
5.1.0
5.0.1
5.0.0
What's Changed
- Fix a panic in convert_state_v4 when fields were missing by @antonincms in #48
- Token authorization by @bmagic in #49
- Remove CDN feature by @bmagic in #51
- Replacement of aws_security_group_rule resources by @bmagic in #52
New Contributors
Full Changelog: 4.0.0...5.0.0
4.0.0
Upgrading
This update will break connection between ALB and ASG for a small laps of time.
To upgrade seamlessly a state migration should be done, by moving all module.main.module.load-balancer.aws_autoscaling_attachment.quortex_public[]
to module.main.module.load-balancer.aws_autoscaling_attachment.quortex_public["<port>_<asg_key>"]
by doing :
- Download convert_state_v4.py with
curl -fsSL https://raw.githubusercontent.com/quortex/terraform-aws-load-balancer/master/scripts/convert_state_v4.py -o convert_state_v4.py
- Pull the old state with
terraform state pull > old.tfstate
- Convert it with
python3 convert_state_v4.py old.tfstate new.tfstate
- Check it with
diff old.tfstate new.tfstate
- Push the new state with
terraform state push new.tfstate
What's Changed
- Fix resources creation issue with for_each by @antonincms in #46
- Version migration scripts in git by @antonincms in #47
Full Changelog: 3.0.0...4.0.0
3.0.0
⚠️ Warning
This release has deployment issues and was retracted, please use the 4.0.0.
What's Changed
- Use for_each to index aws_autoscaling_attachment by @antonincms in #45
Full Changelog: 2.0.2...3.0.0
2.0.2
2.0.1
2.0.0
Upgrading
This update will break connection between ALB and ASG for a small laps of time.
To upgrade seamlessly a state migration should be done, by replacing alb_target_group_arn
by lb_target_group_arn
by doing :
- Download convert_state_v2.py attached to this release
- Pull the old state with
terraform state pull > old.tfstate
- Convert it with
python3 convert_state_2.py old.tfstate new.tfstate
- Push the new state with
terraform state push new.tfstate
What's Changed
Full Changelog: 1.9.0...2.0.0
2.0.0-alpha1
Full Changelog: 1.9.0...2.0.0-alpha1