summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-05-16 18:21:40 +0200
committerGitHub <noreply@github.com>2019-05-16 18:21:40 +0200
commit8161802f7df857e0850f842261079c83290f9891 (patch)
tree2b8f7cfe7f7af29c9ac14559f6df5544d543e5cd
parentff70b6031a5f02844af9ff23a64d6681e0c385fc (diff)
parent9b81b0dd59b93f7286681a0401be3afaed1651b3 (diff)
downloadpodman-8161802f7df857e0850f842261079c83290f9891.tar.gz
podman-8161802f7df857e0850f842261079c83290f9891.tar.bz2
podman-8161802f7df857e0850f842261079c83290f9891.zip
Merge pull request #3135 from mheon/release_notes_1.3.1
More release notes for 1.3.1
-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))