Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update terraform cloudposse/ecs-alb-service-task/aws to v0.54.1 #130

Closed

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 2, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
cloudposse/ecs-alb-service-task/aws (source) terraform minor 0.47.0 -> 0.54.1

Release Notes

cloudposse/terraform-aws-ecs-alb-service-task

v0.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 #### note

Unsure 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/81

v0.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/91

v0.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/80

v0.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/102

v0.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/105

v0.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/A

v0.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/A

v0.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/A

Renovate 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, check this box

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

@renovate renovate bot requested review from a team as code owners March 2, 2021 20:14
@renovate renovate bot added the auto-update This PR was automatically generated label Mar 2, 2021
@renovate renovate bot requested a review from a team as a code owner March 2, 2021 20:15
@renovate renovate bot requested review from jhosteny and woz5999 March 2, 2021 20:15
@jamengual jamengual closed this Mar 17, 2021
@renovate
Copy link
Contributor Author

renovate bot commented Mar 17, 2021

Renovate Ignore Notification

As this PR has been closed unmerged, Renovate will now ignore this update (0.54.1). You will still receive a PR once a newer version is released, so if you wish to permanently ignore this dependency, please add it to the ignoreDeps array of your renovate config.

If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.

@renovate renovate bot deleted the renovate/cloudposse-ecs-alb-service-task-aws-0.x branch March 17, 2021 23:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto-update This PR was automatically generated
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants