GitPedia
cloudposse

cloudposse/terraform-aws-ecs-container-definition

Terraform module to generate well-formed JSON documents (container definitions) that are passed to the aws_ecs_task_definition Terraform resource

30 Releases
Latest: 1y ago
v0.61.2Latest
github-actions[bot]github-actions[bot]ยท1y agoยทFebruary 28, 2025
GitHub

๐Ÿ“ฆ what

  • Add `restartPolicy` parameter
  • Add `versionConsistency` parameter
  • Update docs
  • Update `complete` example

๐Ÿ“ฆ why

  • In order to support new parameters added to container definition.
  • `restartPolicy` parameter
  • `versionConsistency` parameter added in AWS provider [v5.77.0](https://github.com/hashicorp/terraform-provider-aws/releases/tag/v5.77.0)

๐Ÿ“ฆ references

  • [ContainerDefinition](https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_ContainerDefinition.html)
  • Implements #192
  • Closes #191
  • </details>

๐Ÿ“ฆ ๐Ÿค– Automatic Updates

  • <details>
  • <summary>Migrate new test account @osterman (#190)</summary>

๐Ÿ“ฆ what

  • Update `.github/settings.yml`
  • Update `.github/chatops.yml` files

๐Ÿ“ฆ why

  • Re-apply `.github/settings.yml` from org level to get `terratest` environment
  • Migrate to new `test` account

๐Ÿ“ฆ References

  • DEV-388 Automate clean up of test account in new organization
  • DEV-387 Update terratest to work on a shared workflow instead of a dispatch action
  • DEV-386 Update terratest to use new testing account with GitHub OIDC
  • </details>
  • <details>
  • <summary>Update .github/settings.yml @osterman (#189)</summary>

๐Ÿ“ฆ what

  • Update `.github/settings.yml`
  • Drop `.github/auto-release.yml` files

๐Ÿ“ฆ why

  • Re-apply `.github/settings.yml` from org level
  • Use organization level auto-release settings

๐Ÿ“ฆ references

  • DEV-1242 Add protected tags with Repository Rulesets on GitHub
  • </details>
  • <details>
  • <summary>Update .github/settings.yml @osterman (#187)</summary>

๐Ÿ“ฆ what

  • Update `.github/settings.yml`
  • Drop `.github/auto-release.yml` files

๐Ÿ“ฆ why

  • Re-apply `.github/settings.yml` from org level
  • Use organization level auto-release settings

๐Ÿ“ฆ references

  • DEV-1242 Add protected tags with Repository Rulesets on GitHub
  • </details>
  • <details>
  • <summary>Update GitHub Workflows to use shared workflows from '.github' repo @osterman (#186)</summary>

๐Ÿ“ฆ what

  • Update workflows (`.github/workflows`) to use shared workflows from `.github` repo

๐Ÿ“ฆ why

  • Reduce nested levels of reusable workflows
  • </details>
  • <details>
  • <summary>Update GitHub Workflows to Fix ReviewDog TFLint Action @osterman (#185)</summary>

๐Ÿ“ฆ what

  • Update workflows (`.github/workflows`) to add `issue: write` permission needed by ReviewDog `tflint` action

๐Ÿ“ฆ why

  • The ReviewDog action will comment with line-level suggestions based on linting failures
  • </details>
  • <details>
  • <summary>Update GitHub workflows @osterman (#184)</summary>

๐Ÿ“ฆ what

  • Update workflows (`.github/workflows/settings.yaml`)

๐Ÿ“ฆ why

  • Support new readme generation workflow.
  • Generate banners
  • </details>
  • <details>
  • <summary>Use GitHub Action Workflows from `cloudposse/.github` Repo @osterman (#183)</summary>

๐Ÿ“ฆ what

  • Install latest GitHub Action Workflows

๐Ÿ“ฆ why

  • Use shared workflows from `cldouposse/.github` repository
  • Simplify management of workflows from centralized hub of configuration
  • </details>
  • <details>
  • <summary>Add GitHub Settings @osterman (#182)</summary>

๐Ÿ“ฆ what

  • Install a repository config (`.github/settings.yaml`)

๐Ÿ“ฆ why

  • Programmatically manage GitHub repo settings
  • </details>
  • <details>
  • <summary>Update Scaffolding @osterman (#180)</summary>

๐Ÿ“ฆ what

  • Reran `make readme` to rebuild `README.md` from `README.yaml`
  • Migrate to square badges
  • Add scaffolding for repo settings and Mergify

๐Ÿ“ฆ why

  • Upstream template changed in the `.github` repo
  • Work better with repository rulesets
  • Modernize look & feel
  • </details>
v0.61.10.61.1
github-actions[bot]github-actions[bot]ยท2y agoยทOctober 26, 2023
GitHub

๐Ÿ“ฆ ๐Ÿš€ Enhancements

  • <details>
  • <summary>Fix: Duplicate name in portMapping fixed & Docs Updated @Hackerbone (#171)</summary>

๐Ÿ“ฆ what

  • The `portMapping` parameter had a duplicate `name` field occurrence

๐Ÿ“ฆ why

  • Failure in creating services in the new release v0.61.0

๐Ÿ“ฆ references

  • I was waiting for the previous PR to get merged since I use this module in my project for a while. Saw CI checks didn't pass so I made a new fix PR.
  • closes #170
  • </details>
v0.61.00.61.0
github-actions[bot]github-actions[bot]ยท2y agoยทSeptember 29, 2023
GitHub

๐Ÿ“ฆ what

  • added `name` and `appProtocol` to `portMapping` variables

๐Ÿ“ฆ why

  • Service Connect uses these fields

๐Ÿ“ฆ references

  • [Service
  • Connect](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-connect.html)
  • </details>
v0.60.10.60.1
github-actions[bot]github-actions[bot]ยท2y agoยทSeptember 26, 2023
GitHub

๐Ÿ“ฆ what

  • Add optional variable `name` to `portMappings` to allow Service Discovery registration

๐Ÿ“ฆ why

  • Unable to allow ECS container definitions to register with Service Discovery

๐Ÿ“ฆ references

  • closes #162
  • </details>

๐Ÿ“ฆ ๐Ÿค– Automatic Updates

  • <details>
  • <summary>Update README.md and docs @cloudpossebot (#167)</summary>

๐Ÿ“ฆ what

  • This is an auto-generated PR that updates the README.md and docs

๐Ÿ“ฆ why

  • To have most recent changes of README.md and doc from origin templates
  • </details>
v0.60.00.60.0
github-actions[bot]github-actions[bot]ยท3y agoยทJune 9, 2023
GitHub

๐Ÿ“ฆ 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`](https://www.terraform.io/language/expressions/type-constraints#experimental-optional-object-type-attributes) obviates `lookup(..., null)` calls for objects
  • [`lookup(o, k)`](https://www.terraform.io/language/functions/lookup#lookup-function) 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
  • </details>
  • <details>
  • <summary>Sync github @max-lobur (#161)</summary>
  • Sync github from the template
  • </details>
v0.59.00.59.0
cloudpossebotcloudpossebotยท3y agoยทMay 17, 2023
GitHub

๐Ÿ“‹ Changes

  • No changes
v0.58.30.58.3
cloudpossebotcloudpossebotยท3y agoยทApril 19, 2023
GitHub

๐Ÿ“ฆ ๐Ÿš€ Enhancements

  • <details>
  • <summary>fix: eternal churn of environment variables @kevcube (#159)</summary>

๐Ÿ“ฆ what

  • Maybe the AWS container definition API changed but applying a container constructed from this module will post with `environment = null` which amazon translates to `environment = []`
  • So every subsequent apply will have changes in terraform like `environment = [] ~> null`

๐Ÿ“ฆ why

  • if we match what amazon translates to, then the terraform state stays consistent
  • </details>
v0.58.20.58.2
cloudpossebotcloudpossebotยท3y agoยทFebruary 24, 2023
GitHub

๐Ÿ“ฆ what

  • Remove unused provider

๐Ÿ“ฆ why

  • Do not download the [provider for local.file and local.sensitive_file](https://registry.terraform.io/providers/hashicorp/local/latest/docs/resources/file) as this is not required for the module to run
  • This makes terraform init run faster as well as download resources that are not used

๐Ÿ“ฆ references

  • Local provider that is being defined (https://github.com/cloudposse/terraform-aws-ecs-container-definition/issues/156)
  • closes #156
  • </details>
  • <details>
  • <summary>git.io->cloudposse.tools update @dylanbannon (#152)</summary>

๐Ÿ“ฆ what and why

  • Change all references to `git.io/build-harness` into `cloudposse.tools/build-harness`, since `git.io` redirects will stop working on April 29th, 2022.

๐Ÿ“ฆ References

  • DEV-143
  • </details>

๐Ÿ“ฆ ๐Ÿค– Automatic Updates

  • <details>
  • <summary>Update README.md and docs @cloudpossebot (#155)</summary>

๐Ÿ“ฆ what

  • This is an auto-generated PR that updates the README.md and docs

๐Ÿ“ฆ why

  • To have most recent changes of README.md and doc from origin templates
  • </details>
v0.58.10.58.1
cloudpossebotcloudpossebotยท4y agoยทAugust 12, 2021
GitHub

๐Ÿ“ฆ ๐Ÿš€ Enhancements

  • <details>
  • <summary>Add quick usage using correct source @nitrocode (#141)</summary>

๐Ÿ“ฆ what

  • Add quick usage using correct source

๐Ÿ“ฆ why

  • It's difficult to figure out how to source the module correctly without having to look back at the terraform registry. You could look at the examples too but those `source` arguments use relative paths instead of the registry source.

๐Ÿ“ฆ references

  • N/A
  • </details>
v0.58.00.58.0
cloudpossebotcloudpossebotยท4y agoยทJuly 30, 2021
GitHub

๐Ÿ“ฆ what

  • Add backwards compatibility with TF15 related to mount_points variable

๐Ÿ“ฆ why

  • Incompatibility with TF15, root cause is unknown

๐Ÿ“ฆ references

  • closes #136

๐Ÿ“ฆ comments/notes

  • This will force users to specify the readOnly bool, previously where `null` was specified should now be `false` [per AWS default](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskdefinition-containerdefinitions-mountpoints.html)
  • Initially wanted to use default `optional` function within the variable, but this feature is only [available in TF15](https://www.terraform.io/docs/language/functions/defaults.html)
  • </details>
v0.57.00.57.0
cloudpossebotcloudpossebotยท5y agoยทJune 11, 2021
GitHub

๐Ÿ“ฆ what

  • Ensure `examples/complete` is creating an `aws_ecs_task_definition` and test the task definition in the automated testing.
  • Fix `examples/multiple_definitions`
  • Bump minimum Terraform required version to `0.13.0`
  • Add context.tf to `examples/complete` to ensure `aws_ecs_task_definition` has tags.

๐Ÿ“ฆ why

  • We should be ensuring that the entire container definition output of this module is accepted by `aws_ecs_task_definition` and produces an identical result to the resource `container_definitions` output.
  • Bumping to `0.13.0` as the minimum supported version ensures this module is easier to maintain down the road.

๐Ÿ“ฆ references

  • N/A
  • </details>
v0.56.00.56.0
cloudpossebotcloudpossebotยท5y agoยทMarch 26, 2021
GitHub

๐Ÿ“ฆ what

  • Cleaner multiple definition example using json_map

๐Ÿ“ฆ why

  • Best practices and readability

๐Ÿ“ฆ references

  • N/A
  • </details>
v0.55.00.55.0
cloudpossebotcloudpossebotยท5y agoยทMarch 18, 2021
GitHub

๐Ÿ“ฆ what

  • Small fix in PR https://github.com/cloudposse/terraform-aws-ecs-container-definition/pull/129

๐Ÿ“ฆ why

  • See previous PR https://github.com/cloudposse/terraform-aws-ecs-container-definition/pull/129

๐Ÿ“ฆ references

  • N/A
  • </details>
v0.54.00.54.0
cloudpossebotcloudpossebotยท5y agoยทMarch 18, 2021
GitHub

๐Ÿ“ฆ what

  • Adds a null check for secrets and environment

๐Ÿ“ฆ why

  • For backwards compatibility https://github.com/cloudposse/terraform-aws-ecs-web-app/pull/134#issuecomment-801882377

๐Ÿ“ฆ references

  • N/A
  • </details>
v0.53.00.53.0
cloudpossebotcloudpossebotยท5y agoยทMarch 8, 2021
GitHub

๐Ÿ“ฆ what

  • Add additional outputs which are marked sensitive which can be used when passing on secrets (`secrets`) or secret maps (`map_secrets`).

๐Ÿ“ฆ why

  • When using `secrets` (or `map_secrets`) and without sensitive outputs TF 0.14 will fail with `Error: Output refers to sensitive values`

๐Ÿ“ฆ references

  • Suggestion to implement it this way was done in https://github.com/cloudposse/terraform-aws-ecs-container-definition/pull/118#issuecomment-785060412
  • </details>
v0.52.00.52.0
cloudpossebotcloudpossebotยท5y agoยทMarch 2, 2021
GitHub

๐Ÿ“ฆ what

  • Fixes an issue in a previous PR https://github.com/cloudposse/terraform-aws-ecs-container-definition/pull/123 where `value` was used instead of `valueFrom` for the `secrets` key

๐Ÿ“ฆ why

  • This fixes a bug in which the `secrets` key will break the module due to the incorrect key

๐Ÿ“ฆ references

  • Closes https://github.com/cloudposse/terraform-aws-ecs-container-definition/issues/125
  • </details>
v0.51.00.51.0
cloudpossebotcloudpossebotยท5y agoยทFebruary 26, 2021
GitHub

<details> <summary>feat: add map_secrets @davidvasandani (#120) @nitrocode (#123)</summary> Merge copy of https://github.com/cloudposse/terraform-aws-ecs-container-definition/pull/120 Commit history is the same The original PR was failing on null secrets so I set `var.secrets` to `[]` which is the same default as `var.environment`. </details>

v0.50.00.50.0
cloudpossebotcloudpossebotยท5y agoยทFebruary 23, 2021
GitHub

๐Ÿ“ฆ what

  • Revert `sensitive = true` outputs

๐Ÿ“ฆ why

  • Cannot see the difference in task definitions in `terraform plan` due to `sensitive = true`

๐Ÿ“ฆ references

  • Revert https://github.com/cloudposse/terraform-aws-ecs-container-definition/pull/118
  • </details>
v0.49.20.49.2
cloudpossebotcloudpossebotยท5y agoยทFebruary 9, 2021
GitHub

๐Ÿ› ๐Ÿ› Bug Fixes

  • <details>
  • <summary>Fix typo in key of container definition @clifford-sanders (#121)</summary>

๐Ÿ“ฆ what

  • A key in the container definition had a typo. `preudoTerminal` instead of `pseudoTerminal`

๐Ÿ“ฆ why

  • Because of this typo it was impossible to enable the pseudoTerminal (tty)

๐Ÿ“ฆ references

  • n/a
  • </details>
v0.49.10.49.1
cloudpossebotcloudpossebotยท5y agoยทFebruary 9, 2021
GitHub

๐Ÿ“ฆ ๐Ÿš€ Enhancements

  • <details>
  • <summary>fix: mark outputs as sensitive @syphernl (#118)</summary>

๐Ÿ“ฆ what

  • Marks the outputs as sensitive
  • Update workflows etc. missed by #119

๐Ÿ“ฆ why

  • Otherwise TF 0.14 would give an `Error: Output refers to sensitive values` when using these outputs to feed into other modules (e.g. `terraform-aws-ecs-alb-service-task`)
  • Keep modules in sync per request of Cloud Posse

๐Ÿ“ฆ references

  • https://www.terraform.io/upgrade-guides/0-14.html#sensitive-values-in-plan-output
  • </details>
v0.49.00.49.0
cloudpossebotcloudpossebotยท5y agoยทFebruary 4, 2021
GitHub

๐Ÿ“ฆ what

  • update context.tf to v0.24.1
  • minimum required Terraform version bumped to 0.13.0
  • readme updated, Bridgecrew compliance badges added

๐Ÿ“ฆ why

  • It allows for setting the letter case of tag names and labels, back compatibility with context v0.22.0 and below
  • we have dropped support for Terraform 0.12
  • To be able see and fix the recommendations from Bridgecrew so we can position our modules as standards compliant
  • </details>
v0.48.10.48.1
cloudpossebotcloudpossebotยท5y agoยทFebruary 4, 2021
GitHub

๐Ÿ“ฆ ๐Ÿค– Automatic Updates

  • <details>
  • <summary>Update README.md and docs @cloudpossebot (#117)</summary>

๐Ÿ“ฆ what

  • This is an auto-generated PR that updates the README.md and docs

๐Ÿ“ฆ why

  • To have most recent changes of README.md and doc from origin templates
  • </details>
v0.48.00.48.0
cloudpossebotcloudpossebotยท5y agoยทFebruary 4, 2021
GitHub

๐Ÿ“ฆ what

  • Upgrade to support Terraform 0.14 and bring up to current Cloud Posse standard

๐Ÿ“ฆ why

  • Support Terraform 0.14
  • </details>
v0.47.00.47.0
cloudpossebotcloudpossebotยท5y agoยทJanuary 23, 2021
GitHub

๐Ÿ“ฆ Release Notes

  • <details>
  • <summary>mszostok/codeowners-validator</summary>

๐Ÿ“ฆ [`v0.6.0`](https://togithub.com/mszostok/codeowners-validator/releases/v0.6.0)

  • [Compare Source](https://togithub.com/mszostok/codeowners-validator/compare/v0.5.1...v0.6.0)
  • ๐ŸšจGitHub Codeowners Validator 0.6.0 is now available!
  • โœจ Add validation for checking if team has a proper permission
  • Due to the new permission validation step in Owners Checker, this check takes a little more time.
  • ๐Ÿ› Fix bug in Owners Checker. Now Owners Checker supports child teams with inherited repo perms.
  • โš ๏ธ Error message was changed in Owners Checker.
  • From
  • `[err] line 15: Team "avengers" does not have permissions associated with the repository "codeowners-samples".`
  • + 20 more

๐Ÿ“ฆ [`v0.5.1`](https://togithub.com/mszostok/codeowners-validator/releases/v0.5.1)

  • [Compare Source](https://togithub.com/mszostok/codeowners-validator/compare/v0.5.0...v0.5.1)
  • [`d6bdfac`](https://togithub.com/mszostok/codeowners-validator/commit/d6bdfac) Add CONTRIBUTING.md and development.md ([#&#8203;56](https://togithub.com/mszostok/codeowners-validator/issues/56))
  • [`085f270`](https://togithub.com/mszostok/codeowners-validator/commit/085f270) Adjust docs and GitHub action for v0.5.1 release
  • [`97fb795`](https://togithub.com/mszostok/codeowners-validator/commit/97fb795) Ignore ghost user ([#&#8203;53](https://togithub.com/mszostok/codeowners-validator/issues/53))
  • [`0b6c2ef`](https://togithub.com/mszostok/codeowners-validator/commit/0b6c2ef) Update info about new checker ([#&#8203;51](https://togithub.com/mszostok/codeowners-validator/issues/51))
  • `docker pull mszostok/codeowners-validator:latest`
  • `docker pull mszostok/codeowners-validator:v0.5.1`
  • `docker pull mszostok/codeowners-validator:v0.5`
  • + 2 more

๐Ÿ“ฆ Renovate configuration

  • :date: Schedule: At any time (no schedule defined).
  • :vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
  • :recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
  • :no_bell: Ignore: Close this PR and you won't be reminded about this update again.
  • ---
  • [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
  • ---
  • </details>
v0.46.20.46.2
cloudpossebotcloudpossebotยท5y agoยทJanuary 6, 2021
GitHub

๐Ÿ“ฆ ๐Ÿค– Automatic Updates

  • <details>
  • <summary>Update README.md and docs @cloudpossebot (#111)</summary>

๐Ÿ“ฆ what

  • This is an auto-generated PR that updates the README.md and docs

๐Ÿ“ฆ why

  • To have most recent changes of README.md and doc from origin templates
  • </details>
v0.46.10.46.1
cloudpossebotcloudpossebotยท5y agoยทDecember 30, 2020
GitHub

๐Ÿ“ฆ ๐Ÿš€ Enhancements

  • <details>
  • <summary>Terraform 0.14 upgrade @maximmi (#110)</summary>

๐Ÿ“ฆ what

  • Upgrade to support Terraform 0.14 and bring up to current Cloud Posse standard

๐Ÿ“ฆ why

  • Support Terraform 0.14
  • </details>
v0.46.00.46.0
cloudpossebotcloudpossebotยท5y agoยทDecember 22, 2020
GitHub

๐Ÿ“ฆ what

  • The key `resourceRequirements` is added based on https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_ContainerDefinition.html
  • Very simple addition of one variable that is a list of `ResourceRequirement` objects https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_ResourceRequirement.html

๐Ÿ“ฆ why

  • The key `resourceRequirements` was missing and I was not able to add a GPU requirement to the container definition

๐Ÿ“ฆ references

  • https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_ContainerDefinition.html
  • https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_ResourceRequirement.html
  • https://github.com/cloudposse/terraform-aws-ecs-container-definition/issues/105
  • `closes #105`
  • </details>
v0.45.20.45.2
cloudpossebotcloudpossebotยท5y agoยทNovember 17, 2020
GitHub

๐Ÿ“ฆ Release Notes

  • <details>
  • <summary>cloudposse/actions</summary>

๐Ÿ“ฆ [`v0.21.0`](https://togithub.com/cloudposse/actions/releases/0.21.0)

  • [Compare Source](https://togithub.com/cloudposse/actions/compare/0.20.0...0.21.0)
  • Update GitHub actions to replace deprecated set-env ([#&#8203;58](https://togithub.com/cloudposse/actions/issues/58))
  • Actions calling any of the following affected commands need to be updated:
  • test-command
  • repository-dispatch
  • slash-command-dispatch
  • create-or-update-comment
  • New version of `create-or-update-comment` deprecates `reaction-type` in favor of comma-separated list of `reactions`. Actions calling `create-or-update-comment` should switch to `reactions`.
  • + 1 more

๐Ÿ“ฆ [`v0.20.0`](https://togithub.com/cloudposse/actions/compare/0.19.0...0.20.0)

  • [Compare Source](https://togithub.com/cloudposse/actions/compare/0.19.0...0.20.0)

๐Ÿ“ฆ [`v0.19.0`](https://togithub.com/cloudposse/actions/releases/0.19.0)

  • [Compare Source](https://togithub.com/cloudposse/actions/compare/0.18.0...0.19.0)
  • Add GitHub Actions job to test on AWS & Datadog
  • We have repos that require provisioning Datadog resources that need DD credentials
  • In the new job, we use ENV variables `DD_API_KEY` and `DD_APP_KEY` to specify `api_key` and `app_key` to the Datadog terraform provider

๐Ÿ“ฆ [`v0.18.0`](https://togithub.com/cloudposse/actions/releases/0.18.0)

  • [Compare Source](https://togithub.com/cloudposse/actions/compare/0.17.0...0.18.0)
  • update version for auto-merge
  • update version for auto-approve

๐Ÿ“ฆ [`v0.17.0`](https://togithub.com/cloudposse/actions/compare/0.16.0...0.17.0)

  • [Compare Source](https://togithub.com/cloudposse/actions/compare/0.16.0...0.17.0)
  • </details>
  • ---

๐Ÿ“ฆ Renovate configuration

  • :date: Schedule: At any time (no schedule defined).
  • :vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
  • :recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
  • :no_bell: Ignore: Close this PR and you won't be reminded about this update again.
  • ---
  • [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
  • ---
  • </details>
v0.45.10.45.1
cloudpossebotcloudpossebotยท5y agoยทNovember 17, 2020
GitHub

๐Ÿ“ฆ Detected Package Files

  • `.github/workflows/auto-release.yml` (github-actions)
  • `.github/workflows/chatops.yml` (github-actions)
  • `versions.tf` (terraform)

๐Ÿ“ฆ Configuration Summary

  • Based on the default config's presets, Renovate will:
  • Start dependency updates only once this onboarding PR is merged
  • Separate major versions of dependencies into individual branches/PRs
  • Do not separate patch and minor upgrades into separate PRs for the same dependency
  • Upgrade to unstable versions only if the existing version is unstable
  • Raise PRs immediately (after branch is created)
  • If semantic commits detected, use semantic commit type <code>fix</code> for dependencies and <code>chore</code> for all others
  • Keep existing branches updated even when not scheduled
  • + 9 more

๐Ÿ“ฆ What to Expect

  • With your current configuration, Renovate will create 1 Pull Request:
  • <details>
  • <summary>Update cloudposse/actions action to v0.21.0</summary>
  • Schedule: ["at any time"]
  • Branch name: `renovate/cloudposse-actions-0.x`
  • Merge into: `master`
  • Upgrade [cloudposse/actions](https://togithub.com/cloudposse/actions) to `0.21.0`
  • </details>
  • + 6 more
v0.45.00.45.0
cloudpossebotcloudpossebotยท5y agoยทNovember 16, 2020
GitHub

๐Ÿ“ฆ what

  • relax provider pinning
  • add chatops
  • add autorelease
  • use new terratest structure

๐Ÿ“ฆ why

  • Allow this module to be consumed by modules using later version of providers
  • Add gitops automation

๐Ÿ“ฆ references

  • closes #101
  • </details>