Skip to content

Releases: fussybeaver/bollard

Bollard v0.3.0

07 Mar 20:46
1c559d5
Compare
Choose a tag to compare

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 to Docker::connect_with_host_to_reply.
  • Introduce Docker::connect_with_local and Docker::connect_with_local_defaults.

Bollard v0.2.1

07 Feb 09:06
a82aa55
Compare
Choose a tag to compare
  • Exec API implementation, unit tests and integration tests.
  • Change type of status_code to u64 in container wait API.
  • Fix privateworkingset field in MemoryStats 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

07 Feb 09:05
Compare
Choose a tag to compare
  • Adds the upload_to_container and download_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 and remove_image.
    • Use a HashMap for multiple registry authentication on build_image endpoint.
    • Make sure we base64 encode credentials.
    • Add integration tests for remote registry authentication.

Bollard v0.1.3

19 Jan 19:05
fbf013d
Compare
Choose a tag to compare
  • Adds build_image API.
  • Fix interface of the filter attribute for ListImagesOptions in the list_images API.
  • Adds Healthcheck attribute to container config.
  • Adds example for building remote images.

Bollard v0.1.2

08 Jan 10:19
04d35f5
Compare
Choose a tag to compare
  • 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

28 Dec 13:12
149006e
Compare
Choose a tag to compare
Merge pull request #8 from fussybeaver/ND-upgrade-yup

Bump `yup-hyper-mock`, re-add unit tests.

Bollard v0.1.0

23 Dec 19:47
0944b2d
Compare
Choose a tag to compare

Initial Asynchronous Rewrite.