-
-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps): update terraform cloudposse/ecs-container-definition/aws to v0.61.2 #4
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.61.2 #4
Conversation
/terratest |
Merge ProtectionsYour pull request matches the following merge protections and will not be merged until they are valid. 🟠 Require terratestWaiting checks:
|
Heads up! This pull request looks stale. It will be closed soon, if there are no new commits. ⏳ |
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Join our Discord community for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Heads up! This pull request looks stale. It will be closed soon, if there are no new commits. ⏳ |
Heads up! This pull request looks stale. It will be closed soon, if there are no new commits. ⏳ |
Heads up! This pull request looks stale. It will be closed soon, if there are no new commits. ⏳ |
Heads up! This pull request looks stale. It will be closed soon, if there are no new commits. ⏳ |
Heads up! This pull request looks stale. It will be closed soon, if there are no new commits. ⏳ |
Heads up! This pull request looks stale. It will be closed soon, if there are no new commits. ⏳ |
Heads up! This pull request looks stale. It will be closed soon, if there are no new commits. ⏳ |
There are no real tests for this component. So we set terratest statuses to successful execution without running any tests |
Heads up! This pull request looks stale. It will be closed soon, if there are no new commits. ⏳ |
/terratest |
Heads up! This pull request looks stale. It will be closed soon, if there are no new commits. ⏳ |
/terratest |
Heads up! This pull request looks stale. It will be closed soon, if there are no new commits. ⏳ |
/terratest |
Heads up! This pull request looks stale. It will be closed soon, if there are no new commits. ⏳ |
/terratest |
Heads up! This pull request looks stale. It will be closed soon, if there are no new commits. ⏳ |
These changes were released in v1.535.2. |
This PR contains the following updates:
0.58.1
->0.61.2
Release Notes
cloudposse/terraform-aws-ecs-container-definition (cloudposse/ecs-container-definition/aws)
v0.61.2
Compare Source
feature: Add restart policy and version consistency parameters @ia9 (#193)
what
restartPolicy
parameterversionConsistency
parametercomplete
examplewhy
In order to support new parameters added to container definition.
restartPolicy
parameterversionConsistency
parameter added in AWS provider v5.77.0references
🤖 Automatic Updates
Migrate new test account @osterman (#190)
what
.github/settings.yml
.github/chatops.yml
fileswhy
.github/settings.yml
from org level to getterratest
environmenttest
accountReferences
Update .github/settings.yml @osterman (#189)
what
.github/settings.yml
.github/auto-release.yml
fileswhy
.github/settings.yml
from org levelreferences
Update .github/settings.yml @osterman (#187)
what
.github/settings.yml
.github/auto-release.yml
fileswhy
.github/settings.yml
from org levelreferences
Update GitHub Workflows to use shared workflows from '.github' repo @osterman (#186)
what
.github/workflows
) to use shared workflows from.github
repowhy
Update GitHub Workflows to Fix ReviewDog TFLint Action @osterman (#185)
what
.github/workflows
) to addissue: write
permission needed by ReviewDogtflint
actionwhy
Update GitHub workflows @osterman (#184)
what
.github/workflows/settings.yaml
)why
Use GitHub Action Workflows from `cloudposse/.github` Repo @osterman (#183)
what
why
cldouposse/.github
repositoryAdd GitHub Settings @osterman (#182)
what
.github/settings.yaml
)why
Update Scaffolding @osterman (#180)
what
make readme
to rebuildREADME.md
fromREADME.yaml
why
.github
repov0.61.1
Compare Source
🚀 Enhancements
Fix: Duplicate name in portMapping fixed & Docs Updated @Hackerbone (#171)
what
The
portMapping
parameter had a duplicatename
field occurrencewhy
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.
v0.61.0
Compare Source
chore: add service connect fields to portMapping @dudymas (#168)
what
name
andappProtocol
toportMapping
variableswhy
references
Connect
v0.60.1
Compare Source
fix: add port mapping name (#162) @aaronlake (#166)
what
name
toportMappings
to allow Service Discovery registrationwhy
references
🤖 Automatic Updates
Update README.md and docs @cloudpossebot (#167)
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
v0.60.0
Compare Source
fix: strengthen types, simplify logic (#154) @goruha (#164)
what
log_configuration
,repository_credentials
,system_controls
,container_definition
jsonencode
/jsondecode
cyclewhy
optional
obviateslookup(..., null)
calls for objectslookup(o, k)
without adefault
is deprecated in favor ofo[k]
or direct attr access (o.k
)log_configuration
,repository_credentials
, andsystem_controls
had needlessly opaqueany
types which hinder DX and make subtle bugs more likely (e.g. in the types oflog_configuration.options
values)container_definition
are now typed there's no reason not to type it as welllog_configuration
appropriately obviates explicittostring
&null
handling; resolves #151for
-expressions iterate over maps & objects by key in lexicographic orderjsonencode
-ing the final container definition only tojsondecode
forjson_map_object
is redundantRefs
Sync github @max-lobur (#161)
Sync github from the template
v0.59.0
Compare Source
v0.58.3
Compare Source
🚀 Enhancements
fix: eternal churn of environment variables @kevcube (#159)
what
environment = null
which amazon translates toenvironment = []
environment = [] ~> null
why
v0.58.2
Compare Source
Remove unused provider @pguinard-public-com (#157)
what
why
references
git.io->cloudposse.tools update @dylanbannon (#152)
what and why
Change all references to
git.io/build-harness
intocloudposse.tools/build-harness
, sincegit.io
redirects will stop working on April 29th, 2022.References
🤖 Automatic Updates
Update README.md and docs @cloudpossebot (#155)
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
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.
This PR was generated by Mend Renovate. View the repository job log.