diff options
author | Matthew Heon <mheon@redhat.com> | 2021-09-16 09:21:24 -0400 |
---|---|---|
committer | Matthew Heon <mheon@redhat.com> | 2021-09-16 11:00:05 -0400 |
commit | a647e1d18a15bef2a25d0eb84ea3c1889ef817be (patch) | |
tree | 20d2f69f2ac8a595ac6028a2161af3fd3fdd097d /RELEASE_NOTES.md | |
parent | 0d43151c23237f1e9939715c9de5d47b5937dcd3 (diff) | |
download | podman-a647e1d18a15bef2a25d0eb84ea3c1889ef817be.tar.gz podman-a647e1d18a15bef2a25d0eb84ea3c1889ef817be.tar.bz2 podman-a647e1d18a15bef2a25d0eb84ea3c1889ef817be.zip |
Fix release notes
Signed-off-by: Matthew Heon <mheon@redhat.com>
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r-- | RELEASE_NOTES.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 04640262f..0a37ef8a1 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -7,7 +7,7 @@ - The `podman play kube` command now supports building images. If the `--build` option is given and a directory with the name of the specified image exists in the current working directory and contains a valid Containerfile or Dockerfile, the image will be built and used for the container. - The `podman play kube` command now supports a new option, `--teardown`, which removes any pods and containers created by the given Kubernetes YAML. - A new command has been added, `podman pod logs`, to return logs for all containers in a pod at the same time. -- Two new commands have been added, `podman volume export` (to export a volume to a tar file) and `podman volume import) (to populate a volume from a given tar file). +- Two new commands have been added, `podman volume export` (to export a volume to a tar file) and `podman volume import`) (to populate a volume from a given tar file). - The `podman auto-update` command now supports simple rollbacks. If a container fails to start after an automatic update, it will be rolled back to the previous image and restarted again. - Pods now share their user namespace by default, and the `podman pod create` command now supports the `--userns` option. This allows rootless pods to be created with the `--userns=keep-id` option. - The `podman pod ps` command now supports a new filter with its `--filter` option, `until`, which returns pods created before a given timestamp. |