Skip to content

Commit

Permalink
Merge pull request #996 from sharanyad/dockerclient-version-capability
Browse files Browse the repository at this point in the history
engine/dockerclient: Add new DockerClient version support
  • Loading branch information
sharanyad authored Oct 17, 2017
2 parents 6fdb330 + acab52b commit 8270744
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 8270744

Please sign in to comment.