summaryrefslogtreecommitdiff
path: root/RELEASE_NOTES.md
diff options
context:
space:
mode:
authorMatthew Heon <matthew.heon@pm.me>2019-05-16 09:19:24 -0400
committerMatthew Heon <matthew.heon@pm.me>2019-05-16 10:49:42 -0400
commit9b81b0dd59b93f7286681a0401be3afaed1651b3 (patch)
tree9d671afbdac08739f945fdaab5c4906aea8b7e74 /RELEASE_NOTES.md
parentbffa2189ba69c5acd9555fee28d8404b4d806537 (diff)
downloadpodman-9b81b0dd59b93f7286681a0401be3afaed1651b3.tar.gz
podman-9b81b0dd59b93f7286681a0401be3afaed1651b3.tar.bz2
podman-9b81b0dd59b93f7286681a0401be3afaed1651b3.zip
More release notes
Signed-off-by: Matthew Heon <matthew.heon@pm.me>
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r--RELEASE_NOTES.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index b41714d45..109b61862 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -4,6 +4,7 @@
### Features
- The `podman cp` command can now read input redirected to `STDIN`, and output to `STDOUT` instead of a file, using `-` instead of an argument.
- The Podman remote client now displays version information from both the client and server in `podman version`
+- The `podman unshare` command has been added, allowing easy entry into the user namespace set up by rootless Podman (allowing the removal of files created by rootless Podman, among other things)
### Bugfixes
- Fixed a bug where Podman containers with the `--rm` flag were removing created volumes when they were automatically removed ([#3071](https://github.com/containers/libpod/issues/3071))