Skip to content

Commit

Permalink
engine/dockerclient: Add new Docker remote API version 1.25 support
Browse files Browse the repository at this point in the history
  • Loading branch information
sharanyad committed Oct 17, 2017
1 parent 6fdb330 commit acab52b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
## UNRELEASED
* Feature - Support for provisioning Tasks with ENIs
* Bug - Fixed a bug where unsupported Docker API client versions could be registered
[#1014](https://github.com/aws/amazon-ecs-agent/pull/1014)
[#1014](https://github.com/aws/amazon-ecs-agent/pull/1014)
* Enhancement - Support `init` process in containers by adding support for Docker remote API client version 1.25
[#996](https://github.com/aws/amazon-ecs-agent/pull/996)

## 1.14.5
* Enhancement - Retry failed container image pull operations [#975](https://github.com/aws/amazon-ecs-agent/pull/975)
Expand Down
1 change: 1 addition & 0 deletions agent/engine/dockerclient/versionsupport_unix.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ func getAgentVersions() []DockerVersion {
Version_1_22,
Version_1_23,
Version_1_24,
Version_1_25,
}
}

Expand Down

0 comments on commit acab52b

Please sign in to comment.