Skip to content

Releases: quortex/terraform-aws-load-balancer

5.2.0

31 Mar 12:29
e676dea
Compare
Choose a tag to compare

What's Changed

Full Changelog: 5.1.0...5.2.0

5.1.0

28 Mar 08:02
a1017fb
Compare
Choose a tag to compare

What's Changed

Full Changelog: 5.0.1...5.1.0

5.0.1

27 Mar 09:02
85d03b8
Compare
Choose a tag to compare

What's Changed

  • Remove specials from random password by @bmagic in #54

Full Changelog: 5.0.0...5.0.1

5.0.0

21 Mar 13:37
1b9899b
Compare
Choose a tag to compare

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

03 Feb 11:35
1652964
Compare
Choose a tag to compare

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

Full Changelog: 3.0.0...4.0.0

3.0.0

31 Jan 15:45
31fbfe2
Compare
Choose a tag to compare

⚠️ 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

24 Nov 13:45
60a88f2
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.1...2.0.2

2.0.1

22 Nov 14:46
6faa578
Compare
Choose a tag to compare

What's Changed

  • Adding nodegroup count variable by @swbsf in #43

Full Changelog: 2.0.0...2.0.1

2.0.0

15 Nov 11:14
ba23615
Compare
Choose a tag to compare

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

14 Nov 16:08
Compare
Choose a tag to compare
2.0.0-alpha1 Pre-release
Pre-release

Full Changelog: 1.9.0...2.0.0-alpha1