Releases: fussybeaver/bollard
Releases · fussybeaver/bollard
Bollard v0.3.0
This version introduces the following changes:
- Remove the
Connect
type parameter. - Remove the generic
Docker::connect_with
method. - Introduce a
Docker::connect_with_host_to_reply
that is only available in test. - Convert all unit tests from
Docker::connect_with
toDocker::connect_with_host_to_reply
. - Introduce
Docker::connect_with_local
andDocker::connect_with_local_defaults
.
Bollard v0.2.1
- Exec API implementation, unit tests and integration tests.
- Change type of
status_code
tou64
in container wait API. - Fix
privateworkingset
field inMemoryStats
for container stats API. - Run Windows "daemon" macro correctly in integration tests.
- Update README to point to Bollard
v0.2
. - Peg Docker API version to
1.39
. - Bump docker server version to
18.09.01
.
Bollard v0.2.0
- Adds the
upload_to_container
anddownload_from_container
endpoints. - Change fields of result enum from
build_image
endpoint to public, thanks @Qwaz - Fix remote registry authentication across multiple endpoints:
- Breaking change add credentials argument to
create_image
andremove_image
. - Use a
HashMap
for multiple registry authentication onbuild_image
endpoint. - Make sure we base64 encode credentials.
- Add integration tests for remote registry authentication.
- Breaking change add credentials argument to
Bollard v0.1.3
- Adds
build_image
API. - Fix interface of the
filter
attribute forListImagesOptions
in thelist_images
API. - Adds Healthcheck attribute to container config.
- Adds example for building remote images.
Bollard v0.1.2
- feature: commit_container API allows to create an image out of a running container.
- bug fix: container
Cmd
is optional. - bug fix: mispelled
HostIp
field. - bug fix: non-running doc tests in CircleCI.
- bug fix: remove duplicate CircleCI job.
- feature: new example showing parallel inspect API.
Bollard v0.1.1
Merge pull request #8 from fussybeaver/ND-upgrade-yup Bump `yup-hyper-mock`, re-add unit tests.
Bollard v0.1.0
Initial Asynchronous Rewrite.