File tree 2 files changed +4
-1
lines changed
agent/engine/dockerclient
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 3
3
## UNRELEASED
4
4
* Feature - Support for provisioning Tasks with ENIs
5
5
* Bug - Fixed a bug where unsupported Docker API client versions could be registered
6
- [ #1014 ] ( https://github.com/aws/amazon-ecs-agent/pull/1014 )
6
+ [ #1014 ] ( https://github.com/aws/amazon-ecs-agent/pull/1014 )
7
+ * Enhancement - Support ` init ` process in containers by adding support for Docker remote API client version 1.25
8
+ [ #996 ] ( https://github.com/aws/amazon-ecs-agent/pull/996 )
7
9
8
10
## 1.14.5
9
11
* Enhancement - Retry failed container image pull operations [ #975 ] ( https://github.com/aws/amazon-ecs-agent/pull/975 )
Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ func getAgentVersions() []DockerVersion {
38
38
Version_1_22 ,
39
39
Version_1_23 ,
40
40
Version_1_24 ,
41
+ Version_1_25 ,
41
42
}
42
43
}
43
44
You can’t perform that action at this time.
0 commit comments