summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorAbc Xyz <rum.274.4@gmail.com>2021-02-22 02:12:21 +0300
committerGitHub <noreply@github.com>2021-02-21 18:12:21 -0500
commit95beb6f2aaf36d38ca1dc3abb7544fb878c45ca0 (patch)
tree9c84d1906a9a1f8c94dedd1376b50bd0e8b660e5 /CHANGELOG.md
parent4efa39b3ec89cb67c89d635b04fa7fae4682c09b (diff)
Add missing fields to `ImageDetails` and `History` (#264)
* Add missing fields to `ImageDetails` and `History` * Make some fields in `ContainerConfig` required
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 631142d..c53c86d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,11 @@
# 0.8.0
* `ContainerOptionsBuilder::entrypoint` now correctly takes an `IntoIterator<Item = AsRef<str>>` instead of `&str` [#269](https://github.com/softprops/shiplift/pull/269)
+* make `config` field of `ImageDetails` optional [#264](https://github.com/softprops/shiplift/pull/264)
+* add `container`, `container_config`, `os_version`, `graph_driver`, `root_fs`, `metadata` fields to `ImageDetails` [#264](https://github.com/softprops/shiplift/pull/264)
+* rename `shiplift::rep::Config` to `shiplift::rep::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/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)
# 0.7.0