Skip to content

Releases: cloudposse/terraform-aws-ecs-web-app

v1.0.1

18 Jun 15:12
2a30bff
Compare
Choose a tag to compare

🤖 Automatic Updates

chore(deps): update terraform cloudposse/ecs-cloudwatch-autoscaling/aws to v0.7.3 @renovate (#183)

This PR contains the following updates:

Package Type Update Change
cloudposse/ecs-cloudwatch-autoscaling/aws (source) module patch 0.7.2 -> 0.7.3

v1.0.0 Initial release with production Semantic Versioning

17 Apr 00:23
2b32997
Compare
Choose a tag to compare

Initial release with production Semantic Versioning, part of Cloud Posse's general policy to convert to production versioning as we make updates to relatively mature modules.

v0.68.0

17 Apr 00:22
2b32997
Compare
Choose a tag to compare
health check matcher for alb ingress @mihaiplesa (#190)

Closes #191

v0.67.1

21 Jan 22:01
be3242c
Compare
Choose a tag to compare

🚀 Enhancements

feat: Expose underlying service task module's ignore_changes_desired_count @tpickett66 (#180)

what

  • This exposes the ignore_changes_desire_count flag from terraform-aws-ecs-alb-service-task

why

  • When a service has scaled up the desired count will be changed by the Autoscaling process but applying this module will attempt to revert that change, this can cause service disruptions in services that have scaled up significantly.

references

v0.67.0

14 Jan 22:16
87fdfce
Compare
Choose a tag to compare
feat: add network_mode pass-through variable for ECS Service module @bartelemi (#179)

what

  • Add network_mode variable to customise the ECS Service and change the default network config.

why

  • Currently it's using the default of cloudposse/ecs-alb-service-task/aws module, which can't be changed.

v0.66.3

07 Dec 07:27
f43a0ef
Compare
Choose a tag to compare

🤖 Automatic Updates

chore(deps): update terraform cloudposse/ecs-cloudwatch-autoscaling/aws to v0.7.2 @renovate (#173)

This PR contains the following updates:

Package Type Update Change
cloudposse/ecs-cloudwatch-autoscaling/aws (source) module patch 0.7.1 -> 0.7.2

Release Notes

cloudposse/terraform-aws-ecs-cloudwatch-autoscaling

v0.7.2

Compare Source

🤖 Automatic Updates

Update context.tf @​cloudpossebot (#​22) #### what This is an auto-generated PR that updates the `context.tf` file to the latest version from `cloudposse/terraform-null-label` #### why To support all the features of the `context` interface.

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

v0.66.2

26 Nov 17:06
6213be5
Compare
Choose a tag to compare

🤖 Automatic Updates

chore(deps): update terraform cloudposse/alb-target-group-cloudwatch-sns-alarms/aws to v0.16.1 @renovate (#172)

This PR contains the following updates:

Package Type Update Change
cloudposse/alb-target-group-cloudwatch-sns-alarms/aws (source) module patch 0.16.0 -> 0.16.1

Release Notes

cloudposse/terraform-aws-alb-target-group-cloudwatch-sns-alarms

v0.16.1

Compare Source

🤖 Automatic Updates

Update context.tf @​cloudpossebot (#​41) #### what This is an auto-generated PR that updates the `context.tf` file to the latest version from `cloudposse/terraform-null-label` #### why To support all the features of the `context` interface.

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

v0.66.1

20 Nov 05:35
b6031a3
Compare
Choose a tag to compare

🤖 Automatic Updates

chore(deps): update terraform cloudposse/alb-ingress/aws to v0.24.1 @renovate (#171)

This PR contains the following updates:

Package Type Update Change
cloudposse/alb-ingress/aws (source) module patch 0.24.0 -> 0.24.1

Release Notes

cloudposse/terraform-aws-alb-ingress

v0.24.1

Compare Source

🤖 Automatic Updates

Update context.tf @​cloudpossebot (#​59) #### what This is an auto-generated PR that updates the `context.tf` file to the latest version from `cloudposse/terraform-null-label` #### why To support all the features of the `context` interface.

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

v0.66.0

18 Nov 00:56
bd25c0a
Compare
Choose a tag to compare
Adding ALB stickiness variables @justnom (#168)

what

  • Adds variables to allow the ALB stickiness to be modified.

why

  • There was no way to modify the ALB stickiness parameters

v0.65.6

17 Nov 17:13
c3da196
Compare
Choose a tag to compare

🤖 Automatic Updates

chore(deps): update terraform cloudposse/alb-ingress/aws to v0.24.0 @renovate (#154)

This PR contains the following updates:

Package Type Update Change
cloudposse/alb-ingress/aws (source) module minor 0.23.0 -> 0.24.0

Release Notes

cloudposse/terraform-aws-alb-ingress

v0.24.0

Compare Source

Add additional parameters for authenticated ingress rules @​sodre (#​54) #### what * [x] Accept `on_unauthenticated_request` parameter * [x] Accept `authentication_request_extra_params` #### why * REST APIs usually work better with a "deny" rule instead of the default "authenticate" rule of `on_unauthenticated_request`. * REST APIs may require additional parameters to be passed in the URI.

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.