diff options
author | Matthew Heon <matthew.heon@gmail.com> | 2018-04-13 14:51:18 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-13 14:51:18 -0400 |
commit | 191da318cb40709d4c20aebe78ef303aec36d792 (patch) | |
tree | b2651a895ff839d85a8bc6da37d22f7f7bd810fd /changelog.txt | |
parent | 8265294d78c672da4f08afbe11b03faf2372750f (diff) | |
parent | df9ebb024dde1751e9807188fd9a739c6a38e09a (diff) | |
download | podman-191da318cb40709d4c20aebe78ef303aec36d792.tar.gz podman-191da318cb40709d4c20aebe78ef303aec36d792.tar.bz2 podman-191da318cb40709d4c20aebe78ef303aec36d792.zip |
Merge pull request #616 from mheon/bump_0_4_2
Bump to v0.4.2
Diffstat (limited to 'changelog.txt')
-rw-r--r-- | changelog.txt | 24 |
1 files changed, 23 insertions, 1 deletions
diff --git a/changelog.txt b/changelog.txt index 57a767f82..43a1c53ef 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,26 @@ -- Changelog for HEAD (2018-04-05): +- Changelog for v0.4.2 (2018-04-13): + * Fix podman run --attach tests + * Fix another comparison of a Go interface against nil + * Allowing attaching stdin to non-interactive containers + * Add tests for podman attach + * Change attach to accept a struct containing streams + * Fix terminal attach + * Changes to attach to enable per-stream attaching + * HACK temporary fix for test suite + * Fix locking interaction in batched Exec() on container + * Fix leaking files in Ginkgo + * Force host UID/GID mapping when creating containers + * Do not lock all containers during pod kill + * Make pod stop lock one container at a time + * Do not lock all containers during pod start + * Containers transitioning to stop should not break stats + * Add -i to exec for compatibility reasons + * Unescape characters in inspect JSON format output + * Use buildah commit for podman commit + * Functionality changes to the following flags + * Vendor in latest containers/storage and containers/image + +- Changelog for v0.4.1 (2018-04-05): * Remove image via storage if a buildah container is associated * Add hooks support to podman * Run images with no names |