From 61d418ea2c535c3f7356e27eec23b05a0eb90319 Mon Sep 17 00:00:00 2001 From: Yunhee Date: Thu, 2 Apr 2020 10:47:01 -0700 Subject: [PATCH] update changelog for bug fix --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 87324316bb9..646bd5c2238 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ## 1.39.0 * Feature - Add support for bulk loading env vars through environmentFiles field in task definition [#2420](https://github.com/aws/amazon-ecs-agent/pull/2420) * Feature - Add v4 task metadata endpoint, which includes additional network information compared to v3 [#2396](https://github.com/aws/amazon-ecs-agent/pull/2396) +* Bug - Fixed an edge case that can cause task failed to start when using container ordering success condition [#2404](https://github.com/aws/amazon-ecs-agent/pull/2404). ## 1.38.0 * Feature - add integration with EFS's access point and IAM authorization features; support EFS volume for task in awsvpc network mode