Skip to content

Releases: fsouza/go-dockerclient

Last release with support for dep

29 May 21:55
c7c3d82
Compare
Choose a tag to compare

v1.4.1 is the last release of go-dockerclient to support dep as a dependency management tool. dep may continue to work, but go-dockerclient no longer declares its dependencies using Gopkg.toml.

Fix type for MemorySwappiness, PidsLimit and OOMKillDisable

22 Apr 18:37
v1.4.0
0b6996f
Compare
Choose a tag to compare

This is a necessary breaking change to keep the client compatible with
the Docker remote API.

First version compatible with Go modules

19 Sep 00:31
1b33efc
Compare
Choose a tag to compare
v1.3.0

authors: add Vijay Krishnan

Last release compatible with Go 1.8

21 Feb 03:30
ca33ff2
Compare
Choose a tag to compare

This is the last release compatible with Go 1.8. After 1.2.0, go-dockerclient requires Go 1.9 or higher.

This release includes the following changes:

Initial release with vendoring support

25 Oct 21:22
1.0
ec5bc63
Compare
Choose a tag to compare

Dependencies are specified using dep vendoring config. Users using dep
should be able to get go-dockerclient 1.0 and all pinned dependencies of
go-dockerclient.

This release is fully compatible with Docker 17.10 and Go 1.9.

Version compatible with Docker 1.9 and Go 1.4

25 Oct 21:06
docker-1.9/go-1.4
Compare
Choose a tag to compare

This has a special tag name to make it clear that it was the latest version compatible with Docker 1.9 and Go 1.4.