diff options
author | Matthias Beyer <mail@beyermatthias.de> | 2021-07-10 13:20:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-10 13:20:55 +0200 |
commit | e883152bb3b6873f4666c468194730ebbf3dac72 (patch) | |
tree | e45181031a000c5205e9b0ebef570a73ce78905b | |
parent | be2c402fafe80da37bb37a8d61db35b41bf63192 (diff) | |
parent | c6aeacb352e415b6e48a97cb397906a42561c2a3 (diff) |
Changelog updates
-rw-r--r-- | CHANGELOG.md | 6 | ||||
-rw-r--r-- | README.md | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d2877f..2898200 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ * add missing fields ([API version 1.41](https://docs.docker.com/engine/api/v1.41/#operation/ImageInspect)) to `ContainerConfig` [#264](https://github.com/softprops/shiplift/pull/264) * add missing fields ([API version 1.41](https://docs.docker.com/engine/api/v1.41/#operation/ImageHistory)) to `History` [#264](https://github.com/softprops/shiplift/pull/264) * add missing fields to `NetworkEntry` [#254](https://github.com/softprops/shiplift/pull/254) +* PullOptionsBuilder now adds a `latest` tag by default [#261](https://github.com/softprops/shiplift/pull/261) +* `Image::pull`, `Image::build` and `Image::import` now return a stream of `ImageBuildChunk` instead of `json::Value`[#262](https://github.com/softprops/shiplift/262) +* rename `Config` to `ContainerConfig` [#266](https://github.com/softprops/shiplift/pull/266) +* `HostConfig.port_bindings` inner elements now have a clear type `PortBinding` instead of `HashMap<String, String>` [#266](https://github.com/softprops/shiplift/pull/266) +* `ContainerDetails` contains new fields [#266](https://github.com/softprops/shiplift/pull/266) +* Units of `ContainerInfo` `size_rw` and `size_root_fs` units changed to match API [#266](https://github.com/softprops/shiplift/pull/266) # 0.7.0 @@ -17,8 +17,4 @@ shiplift = "0.7" Many small runnable example programs can be found in this repository's [examples directory](https://github.com/softprops/shiplift/tree/master/examples). -## planned changes - -- give image pull chunked json a proper type - Doug Tangren (softprops) 2015-2018 |