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.2 #136

Merged
merged 3 commits into from
Mar 26, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 25, 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.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 deployment

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 25, 2021 03:43
@renovate renovate bot added the auto-update This PR was automatically generated label Mar 25, 2021
@renovate renovate bot requested a review from a team as a code owner March 25, 2021 03:44
@renovate renovate bot requested review from dotCipher and brcnblc March 25, 2021 03:44
@nitrocode
Copy link
Member

/test all

@mergify
Copy link

mergify bot commented Mar 26, 2021

This pull request is now in conflict. Could you fix it @renovate[bot]? 🙏

Copy link

@cloudposse-mergebot cloudposse-mergebot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We've automatically approved this PR because the checks from the automated Pull Request have passed.

@mergify mergify bot merged commit 47d7393 into master Mar 26, 2021
@mergify mergify bot deleted the renovate/cloudposse-ecs-alb-service-task-aws-0.x branch March 26, 2021 21:04
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.

4 participants