Skip to content

Releases: fussybeaver/bollard

Release v0.11.1

06 Dec 08:13
15e3605
Compare
Choose a tag to compare

Release v0.11.1

  • Fix vulnerable swagger-codegen version from 2.4.14 to 2.4.19
  • Fix podman incompatibility, skip until argument in container logs endpoint if undefined (thanks @gdesmott )
  • Update API docs link (thanks @jareddlc )
  • Delete redundant consul dockerfiles
  • Bump AppVeyor Microsoft nanoserver image version
  • Bump CircleCi docker image version
  • Use DOCKER_HOST environment variable in connect_with_unix_default connection method (thanks @zeenix )
  • Fix CGroups V1 Memory model for OSX and linux kernel > 4.15.0-1106
  • Fix base64 URL encoding in registry authorisation (thanks @rongduan-zhu )
  • Fix JSON parsing when docker server emits double newlines
  • Fail in CircleCi task when clippy emits warnings
  • Skip time 0.1 rust sec advisory
  • Add dependabot yaml conifguration
  • Force JVM version 8 in codegen

Release v0.11.0

20 Jun 14:47
f6a9328
Compare
Choose a tag to compare

Release v0.11.0

  • Re-add windows named pipes support.
  • Fix 'docker::ping' response string deserialized type (thanks @pitkley )
  • Expose 'one-shot' option for docker stats (thanks @icewind1991 )
  • Add resize TTY session in exec container (thanks @icewind1991 )
  • Allow passing input into exec container (thanks @icewind1991 )

Release v0.10.1

03 Mar 13:18
b17636e
Compare
Choose a tag to compare

Release v0.10.1

  • Add V2 CGroups parsing for the Memory struct of the container stats endpoint (thanks @jeffa5 )

Release v0.10.0

27 Feb 11:36
34a7555
Compare
Choose a tag to compare

Release v0.10.0

  • Upgrade to Tokio release 1.2
  • Update stubs to upstream API version 1.41

Release v0.9.1

05 Feb 13:08
d10aef5
Compare
Choose a tag to compare

Release v0.9.1

  • Fix on setting the underlying byte position in JSON reader of /events API for macOS (thanks @archoversight )
  • Add metadata to render TLS API docs and set links correctly (thanks @juchiast )
  • Replace 'http://' or 'https://' as appropriate in address parameter of connection handler.

Release v0.9.0

23 Nov 13:14
a37730e
Compare
Choose a tag to compare

Release v0.9.0

  • Add missing TTY option to CreateExecOptions (thanks @ThetaSinner )
  • Add audit to continuous integration to check for security vulnerabilities (thanks @smklein )
  • Fix Build Image into the correct stream type (thanks @01010101lzy )
  • Switch Create Image into a stream (thanks @lidin )
  • Parse non-newline terminated JSON streams (fixes events API on macos)
  • Allow arbitrary log configuration options in HostConfigLogConfig
  • Add info route (thanks @nickgerace )

Release v0.8.0

23 Aug 06:27
a8b6f17
Compare
Choose a tag to compare

Release v0.8.0

  • Switch AsRef to Into for all options. Change option serialization to use serde.
  • Switch from failure crate to thiserror crate for error handling.
  • Move most return types to the generated swagger API stubs.
  • Add clippy and CI pipeline.
  • Clean up dependencies (thanks @fanatid )

Release v0.7.2

02 Aug 09:12
13e2423
Compare
Choose a tag to compare

Release v0.7.2

  • Update to accommodate upstream swagger API changes to the /system/df endpoint #89 (thanks @mdonoughe )

Release v0.7.1

05 Jul 09:37
ba88bb6
Compare
Choose a tag to compare

Release v0.7.1

  • hotfix; Add "no" to container inspect RestartPolicy enum values

Release v0.7.0

04 Jul 18:40
7f1c329
Compare
Choose a tag to compare

Release v0.7.0

  • Fix log stream interface with new implementation of NewlineLogOutputDecoder (thanks @fanatid )