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-container-definition/aws to v0.60.0 - autoclosed #15

Closed

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 24, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
cloudposse/ecs-container-definition/aws (source) module minor 0.58.3 -> 0.60.0

Release Notes

cloudposse/terraform-aws-ecs-container-definition (cloudposse/ecs-container-definition/aws)

v0.60.0

Compare Source

fix: strengthen types, simplify logic (#​154) @​goruha (#​164)

what

  • enable & use optional attributes where AWS API marks fields optional
  • remove redundant lookups
  • strengthen types for log_configuration, repository_credentials, system_controls, container_definition
  • reorder object var attributes to match AWS docs
  • simplify log configuration sanitization/munging
  • simplify secret & environment var sorting
  • expose unencoded container definition output directly without requiring pointless jsonencode/jsondecode cycle

why

  • optional obviates lookup(..., null) calls for objects
  • lookup(o, k) without a default is deprecated in favor of o[k] or direct attr access (o.k)
  • log_configuration, repository_credentials, and system_controls had needlessly opaque any types which hinder DX and make subtle bugs more likely (e.g. in the types of log_configuration.options values)
  • since all attributes of container_definition are now typed there's no reason not to type it as well
  • following the AWS documentation's field order makes types easier to verify for completeness & correctness
  • typing log_configuration appropriately obviates explicit tostring & null handling; resolves #​151
  • env/secret map sorting can be dramatically simplified since for-expressions iterate over maps & objects by key in lexicographic order
  • jsonencode-ing the final container definition only to jsondecode for json_map_object is redundant

Refs

  • #​154
  • @​obataku
Sync github @​max-lobur (#​161)

Sync github from the template

v0.59.0

Compare Source

  • No changes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 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 Mend Renovate. View repository job log here.

@github-actions
Copy link

This PR has been automatically marked as stale because it has been open 30 days
with no activity. Remove stale label or comment or this PR will be closed in 10 days

@github-actions github-actions bot added the stale label Mar 27, 2023
@renovate renovate bot force-pushed the renovate/cloudposse-ecs-container-definition-aws-0.x branch from 1d6b1cd to b02d9c6 Compare March 28, 2023 14:37
@github-actions github-actions bot removed the stale label Mar 29, 2023
@renovate renovate bot force-pushed the renovate/cloudposse-ecs-container-definition-aws-0.x branch from b02d9c6 to 2d315b5 Compare April 19, 2023 18:53
@renovate renovate bot changed the title chore(deps): update terraform cloudposse/ecs-container-definition/aws to v0.58.2 chore(deps): update terraform cloudposse/ecs-container-definition/aws to v0.58.3 Apr 19, 2023
@renovate renovate bot force-pushed the renovate/cloudposse-ecs-container-definition-aws-0.x branch 2 times, most recently from 7fb4dfa to 9a5a599 Compare May 11, 2023 17:05
@renovate renovate bot changed the title chore(deps): update terraform cloudposse/ecs-container-definition/aws to v0.58.3 chore(deps): update terraform cloudposse/ecs-container-definition/aws to v0.59.0 May 17, 2023
@renovate renovate bot force-pushed the renovate/cloudposse-ecs-container-definition-aws-0.x branch from 9a5a599 to ee4f678 Compare May 17, 2023 09:48
@renovate renovate bot force-pushed the renovate/cloudposse-ecs-container-definition-aws-0.x branch from ee4f678 to cff32f1 Compare June 9, 2023 23:53
@renovate renovate bot changed the title chore(deps): update terraform cloudposse/ecs-container-definition/aws to v0.59.0 chore(deps): update terraform cloudposse/ecs-container-definition/aws to v0.60.0 Jun 9, 2023
@renovate renovate bot force-pushed the renovate/cloudposse-ecs-container-definition-aws-0.x branch from cff32f1 to f2b0db6 Compare June 26, 2023 11:22
@renovate renovate bot changed the title chore(deps): update terraform cloudposse/ecs-container-definition/aws to v0.60.0 Update Terraform cloudposse/ecs-container-definition/aws to v0.60.0 Jul 26, 2023
@renovate renovate bot force-pushed the renovate/cloudposse-ecs-container-definition-aws-0.x branch from f2b0db6 to f215d44 Compare July 26, 2023 15:00
@renovate renovate bot changed the title Update Terraform cloudposse/ecs-container-definition/aws to v0.60.0 chore(deps): update terraform cloudposse/ecs-container-definition/aws to v0.60.0 Jul 27, 2023
@renovate renovate bot force-pushed the renovate/cloudposse-ecs-container-definition-aws-0.x branch 13 times, most recently from 06080fb to 0dee6f4 Compare August 3, 2023 08:26
@renovate renovate bot force-pushed the renovate/cloudposse-ecs-container-definition-aws-0.x branch from 0dee6f4 to 6bb9f6e Compare August 4, 2023 07:40
@renovate renovate bot force-pushed the renovate/cloudposse-ecs-container-definition-aws-0.x branch 3 times, most recently from 927e5d8 to 80ae648 Compare August 11, 2023 02:46
@renovate renovate bot force-pushed the renovate/cloudposse-ecs-container-definition-aws-0.x branch 2 times, most recently from 7bc7afd to 39bf7ce Compare August 16, 2023 13:49
@renovate renovate bot force-pushed the renovate/cloudposse-ecs-container-definition-aws-0.x branch from 39bf7ce to 665c256 Compare August 16, 2023 14:34
@renovate renovate bot changed the title chore(deps): update terraform cloudposse/ecs-container-definition/aws to v0.60.0 chore(deps): update terraform cloudposse/ecs-container-definition/aws to v0.60.0 - autoclosed Aug 18, 2023
@renovate renovate bot closed this Aug 18, 2023
@renovate renovate bot deleted the renovate/cloudposse-ecs-container-definition-aws-0.x branch August 18, 2023 09:53
@github-actions
Copy link

I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 18, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants