You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,9 +8,9 @@ Notes
8
8
* The upcoming release will contain multiple API breaking changes therefore the major version switch. It will support a subset of v.1.21 of the docker remote API. It also includes an experimental netty based implementation of `DockerCmdExecFactory` that probably will replace the current jersey/httpclient based one in a later release.
9
9
10
10
All changes
11
-
12
11
*[#410] (https://github.com/docker-java/docker-java/pull/410) Support for build-args of docker build
13
-
*[#408] (https://github.com/docker-java/docker-java/pull/408) Support for volume API
12
+
*[#408] (https://github.com/docker-java/docker-java/pull/408) Support for volume API
13
+
*[#406] (https://github.com/docker-java/docker-java/pull/406) Added RestartCount to InspectContainerResponse
14
14
*[#396] (https://github.com/docker-java/docker-java/pull/396) Disable evaluation of http.proxy... variables when using unix socket connection
15
15
*[#393] (https://github.com/docker-java/docker-java/pull/393) Support ONBUILD instruction in Dockerfiles
0 commit comments