Skip to content

Releases: fsouza/go-dockerclient

Last release with support for dep

Choose a tag to compare

@fsouza fsouza released this 29 May 21:55
c7c3d82

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

Choose a tag to compare

@fsouza fsouza released this 22 Apr 18:37
v1.4.0
0b6996f

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

First version compatible with Go modules

Choose a tag to compare

@fsouza fsouza released this 19 Sep 00:31
1b33efc
v1.3.0

authors: add Vijay Krishnan

Last release compatible with Go 1.8

Choose a tag to compare

@fsouza fsouza released this 21 Feb 03:30
ca33ff2

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

Choose a tag to compare

@fsouza fsouza released this 25 Oct 21:22
1.0
ec5bc63

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

Choose a tag to compare

@fsouza fsouza released this 25 Oct 21:06
docker-1.9/go-1.4

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.