Skip to content

Releases: cloudposse/terraform-aws-alb

v0.16.0

18 Aug 08:34
4d10c2e

Choose a tag to compare

bump aws-lb-s3-bucket version @shakhanton (#50)

what

  • change version of terraform-aws-lb-s3-bucket module

why

  • version 0.4.0 doesn't work with terraform 0.13.0

v0.15.0

18 Aug 06:45
3e6687d

Choose a tag to compare

[AUTOMATED] Update terraform-null-label versions to support Terraform 0.13 @Gowiem (#51)

What

  1. Updates terraform-null-label versions 0.14.1, 0.15.0, and 0.16.0 to version 0.17.0
  2. This is an automated commit and pull request created by Microplane. More information here.

Why

  1. This module and the mentioned previous versions are used extensively across the large majority of Cloud Posse's Terraform Modules. They're currently holding back support for Terraform v0.13. Doing this upgrade in mass will alleviate the pain in our efforts to support Terraform v0.13

v0.14.0

18 Aug 06:42
6f9aaeb

Choose a tag to compare

Update to go modules @osterman (#53)

what

  • Update to go modules
  • Test new slash dispatch command
  • Revert rolback of auto-release config

why

  • Upgraded slash command and need to verify it's working
  • Use go modules for easier invocation

v0.13.2

18 Aug 05:47
344b41f

Choose a tag to compare

0.13.1

14 Aug 07:16
d710c7a

Choose a tag to compare

[AUTOMATED] Update terraform-null-label versions to support Terraform…

0.13.0: [AUTOMATED] Update Version Pinning for Terraform to support 0.13 (#47)

12 Aug 01:38
b6957ff

Choose a tag to compare

## What

1. Update Version Pinning for Terraform to support 0.13

## Why

1. This is a relatively minor update that the CloudPosse module already likely supports.
1. This allows module consumers to not individually update our Terraform module to support Terraform 0.13.

0.12.0: Stickiness support (#45)

22 Jul 04:27
2a6c10e

Choose a tag to compare

what

  • Allow users to configure stickiness block
  • Defaults to current behavior (no sticky)

why

  • Adds flexibility, expose more of native ELB/TF functionality
  • While I prefer to avoid it, I have an app which benefits from sticky :-)

references

0.11.1: Updates to ChatOps - Automated commit (#43)

14 Jul 05:25
7700a5f

Choose a tag to compare

## What
* Adds chatops commands
  - '/test all'
  - '/test bats'
  - '/test readme'
  - '/test terratest'
* Drops codefresh
* Drops slash-command-dispatch
* Removes codefresh badge
* Rebuilds README

## Why
* Change over from codefresh to GH Actions
* Facilitate testing of PRs from forks

Co-authored-by: Erik Osterman <erik@cloudposse.com>

0.11.0: expose log bucket lifecycle settings (#44)

30 Jun 19:37
d028054

Choose a tag to compare

* expose log bucket lifecycle settings

* update docs with lifecycle settings

* regenerate readme

0.10.0: feat: target group protocol variable (#38)

13 Jun 20:51
ed63eb3

Choose a tag to compare

* feat: target group protocol variable for HTTP/HTTPS healthcheck

* Updated README.md

Co-authored-by: Idikoro Eradiri <ieradiri@soundexchange.com>
Co-authored-by: actions-bot <58130806+actions-bot@users.noreply.github.com>
Co-authored-by: Erik Osterman <erik@cloudposse.com>