summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwojciechkepka <wojtek.kepka@protonmail.com>2021-03-11 19:23:32 +0100
committerMatthias Beyer <mail@beyermatthias.de>2021-07-05 15:30:41 +0200
commitc6aeacb352e415b6e48a97cb397906a42561c2a3 (patch)
tree94ff669504a4e65aa59364d807e22062697bc874
parent22e50f3be83d6863d7e27fcd8664f7b70d063ff8 (diff)
Update CHANGELOG
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index bbca028..2898200 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)
+* 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)