chore(deps): update terraform cloudposse/ecs-alb-service-task/aws to v0.54.2 #136
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.47.0
->0.54.2
Release Notes
cloudposse/terraform-aws-ecs-alb-service-task
v0.54.2
Compare Source
🚀 Enhancements
feat: add force_new_deployment variable @syphernl (#112)
#### what * Added the `force_new_deployment` flag to force new task deployment of the service * Updated github configs #### why * To make it possible to force a new deploymentv0.54.1
Compare Source
🚀 Enhancements
Add create_before_destroy lifecycle to sg @nitrocode (#111)
#### what * Add name_prefix and lifecycle to sg #### why * Name changes to the security group may not be able to be destroyed easily. #### references * https://github.com/cloudposse/terraform-aws-ecs-alb-service-task/issues/77 #### noteUnsure if both the lifecycle and the
name_prefix
args need to be set. Might be good enough just to do the lifecycle.I'm thinking it might be better to remove the
name_prefix
and see if the lifecycle clears the issue for the user.v0.54.0
Compare Source
Add var.service_role_arn @nitrocode (#110)
#### what * Add var.service_role_arn #### why * We reuse our service role and would like to reuse it within this module to save us from creating a redundant role #### references * https://github.com/cloudposse/terraform-aws-ecs-alb-service-task/issues/81v0.53.0
Compare Source
Add input variable for ecs service wait_for_steady_state @nitrocode (#109)
#### what * Add input variable for ecs service wait_for_steady_state * Defaults to `false` which is the default on the `aws_ecs_service` resource #### why * Allows the module to wait until the service is in a steady state before applying successfully #### references * https://github.com/cloudposse/terraform-aws-ecs-alb-service-task/issues/91v0.52.0
Compare Source
Reuse existing task definition family and revision @nitrocode (#108)
#### what * Reuse existing task definition family and revision #### why * I'd like to recreate a service on a new cluster without having to recreate the task definition. By supplying the task definition family and revision, I can achieve this. #### references * https://github.com/cloudposse/terraform-aws-ecs-alb-service-task/issues/80v0.51.0
Compare Source
Only create the sg if network_mode == awsvpc @nitrocode (#107)
#### what * Only create the sg if network_mode == awsvpc #### why * Looks like the security group is used only if var.network_mode = "awsvpc" #### references * https://github.com/cloudposse/terraform-aws-ecs-alb-service-task/issues/102v0.50.0
Compare Source
Set enable_icmp_rule default to false @nitrocode (#106)
#### what * Set enable_icmp_rule default to false #### why * It doesn't make sense to me why icmp is enabled by default. It should be enabled if it's needed. I have to explicitly disable this one each service. #### references * https://github.com/cloudposse/terraform-aws-ecs-alb-service-task/issues/105v0.49.0
Compare Source
Fixed up the variable descriptions @nitrocode (#103)
#### what * Fixed up the variable descriptions #### why * Fixed markdown formatting of links * Added more information on `var.launch_type = "awsvpc"` #### references N/Av0.48.0
Compare Source
var.subnet_ids should be optional @nitrocode (#104)
#### what * `var.subnet_ids` should be optional #### why * It's only required if `awsvpc` is the `launch_type` since it's only used for `aws_ecs_service`'s `network_configuration` * This makes it easier for EC2 (non fargate) tasks #### references N/Av0.47.1
Compare Source
🚀 Enhancements
Fix HCL spacing in example @nitrocode (#101)
#### what Fixed the HCL spacing in the `README.md` example #### why Because it was annoying to fix the spacing when copying and pasting #### references N/ARenovate 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.
This PR has been generated by WhiteSource Renovate. View repository job log here.