diff options
author | wojciechkepka <wojtek.kepka@protonmail.com> | 2021-03-12 03:19:34 +0100 |
---|---|---|
committer | Matthias Beyer <mail@beyermatthias.de> | 2021-07-05 15:30:12 +0200 |
commit | 22e50f3be83d6863d7e27fcd8664f7b70d063ff8 (patch) | |
tree | 773a78a38a1e21edc9d105553f244c9d190d97ce | |
parent | 882a7a8ff52508b5184a37c56d568cc784cca8fc (diff) |
Update CHANGELOG and README
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r-- | CHANGELOG.md | 1 | ||||
-rw-r--r-- | README.md | 4 |
2 files changed, 1 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index b575199..bbca028 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ * 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) +* `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) @@ -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 |