Skip to content

Commit acab52b

Browse files
committed
engine/dockerclient: Add new Docker remote API version 1.25 support
1 parent 6fdb330 commit acab52b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
## UNRELEASED
44
* Feature - Support for provisioning Tasks with ENIs
55
* 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)
79

810
## 1.14.5
911
* Enhancement - Retry failed container image pull operations [#975](https://github.com/aws/amazon-ecs-agent/pull/975)

agent/engine/dockerclient/versionsupport_unix.go

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ func getAgentVersions() []DockerVersion {
3838
Version_1_22,
3939
Version_1_23,
4040
Version_1_24,
41+
Version_1_25,
4142
}
4243
}
4344

0 commit comments

Comments
 (0)