summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwojciechkepka <wojtek.kepka@protonmail.com>2021-03-11 19:13:56 +0100
committerMatthias Beyer <mail@beyermatthias.de>2021-07-05 15:29:55 +0200
commit882a7a8ff52508b5184a37c56d568cc784cca8fc (patch)
tree460c069d43ab27496129df5081dcb73e73d8d252
parent4616e70cf97d9db258c6f54b783395d08337d350 (diff)
Update CHANGELOG
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1d2877f..b575199 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,10 @@
* 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)
+* 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