diff options
author | Matthew Heon <mheon@redhat.com> | 2019-09-30 14:31:25 -0400 |
---|---|---|
committer | Matthew Heon <mheon@redhat.com> | 2019-09-30 14:41:15 -0400 |
commit | 352dbd279d039f4d3fc9f86c6eb356bcca1b5272 (patch) | |
tree | bf9ae905ffe85401ca1fb8160d945034b7670e59 /RELEASE_NOTES.md | |
parent | 2c23729c84775113a6c2cd7593f588cc6ea4e5fa (diff) | |
download | podman-352dbd279d039f4d3fc9f86c6eb356bcca1b5272.tar.gz podman-352dbd279d039f4d3fc9f86c6eb356bcca1b5272.tar.bz2 podman-352dbd279d039f4d3fc9f86c6eb356bcca1b5272.zip |
Finalize release notes for 1.6.0 final
Signed-off-by: Matthew Heon <mheon@redhat.com>
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r-- | RELEASE_NOTES.md | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 4fcdd68de..a8e7ec58f 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -43,13 +43,20 @@ - Fixed a bug where removing an unmounted container that was unmounted might sometimes not properly clean up the container ([#4033](https://github.com/containers/libpod/issues/4033)) - Fixed a bug where the Varlink server would freeze when run in a systemd unit file ([#4005](https://github.com/containers/libpod/issues/4005)) - Fixed a bug where Podman would not properly set the `$HOME` environment variable when the OCI runtime did not set it +- Fixed a bug where rootless Podman would incorrectly print warning messages when an OCI runtime was not found ([#4012](https://github.com/containers/libpod/issues/4012)) +- Fixed a bug where named volumes would conflict with, instead of overriding, `tmpfs` filesystems added by the `--read-only-tmpfs` flag to `podman create` and `podman run` +- Fixed a bug where `podman cp` would incorrectly make the target directory when copying to a symlink which pointed to a nonexistent directory ([#3894](https://github.com/containers/libpod/issues/3894)) +- Fixed a bug where remote Podman would incorrectly read `STDIN` when the `-i` flag was not set ([#4095](https://github.com/containers/libpod/issues/4095)) +- Fixed a bug where `podman play kube` would create an empty pod when given an unsupported YAML type ([#4093](https://github.com/containers/libpod/issues/4093)) +- Fixed a bug where `podman import --change` improperly parsed `CMD` ([#4000](https://github.com/containers/libpod/issues/4000)) ### Misc - Significant changes were made to Podman volumes in this release. If you have pre-existing volumes, it is strongly recommended to run `podman system renumber` after upgrading. - Version 0.8.1 or greater of the CNI Plugins is now required for Podman - Version 2.0.1 or greater of Conmon is strongly recommended - Updated vendored Buildah to v1.11.2 -- Updated vendored containers/storage library to v1.13.3 +- Updated vendored containers/storage library to v1.13.4 +- Improved error messages when trying to create a pod with no name via `podman play kube` - Improved error messages when trying to run `podman pause` or `podman stats` on a rootless container on a system without CGroups V2 enabled - `TMPDIR` has been set to `/var/tmp` by default to better handle large temporary files - `podman wait` has been optimized to detect stopped containers more rapidly |