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

Extend ecs.TaskDefinition containerDefinitions normalization #4126

Merged
merged 2 commits into from
Jun 28, 2024

Conversation

t0yv0
Copy link
Member

@t0yv0 t0yv0 commented Jun 27, 2024

Fixes #1738
Fixes #1985

containerDefinitions expects a raw JSON which may lead to spurious diff on insignificant changes. The was pre-existing code for normalizing environment variable order and default values. This code is patched to extend it to handle normalizing the default value of healthCheck.timeout=5.

containerDefinitions expects a raw JSON which may lead to spurious diff on insignificant changes. The was pre-existing
code for normalizing environment variable order and default values. This code is patched to extend it to handle
normalizing the default value of healthCheck.timeout=5.
Copy link

Does the PR have any schema changes?

Looking good! No breaking changes found.
No new resources/functions.

Maintainer note: consult the runbook for dealing with any breaking changes.

@t0yv0 t0yv0 enabled auto-merge (squash) June 28, 2024 14:36
@t0yv0 t0yv0 merged commit 896ae14 into master Jun 28, 2024
24 checks passed
@t0yv0 t0yv0 deleted the t0yv0/fix-1738 branch June 28, 2024 17:30
@mjeffryes mjeffryes added this to the 0.107 milestone Jul 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants