diff options
author | Matthew Heon <mheon@redhat.com> | 2019-05-09 16:16:34 -0400 |
---|---|---|
committer | Matthew Heon <matthew.heon@pm.me> | 2019-05-17 11:16:10 -0400 |
commit | 4b2d743d53b865f082c40ccf7abe9ba720106f62 (patch) | |
tree | 0d8ef28da342d9dfbbe8ead174e8cf71b31ed97c /RELEASE_NOTES.md | |
parent | 0e20ae0b3a8c5e4e4e9511d078ed8479c67f2243 (diff) | |
download | podman-4b2d743d53b865f082c40ccf7abe9ba720106f62.tar.gz podman-4b2d743d53b865f082c40ccf7abe9ba720106f62.tar.bz2 podman-4b2d743d53b865f082c40ccf7abe9ba720106f62.zip |
Fix a typo in release notes, and bump README version
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 109b61862..5eb85d0bc 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -23,7 +23,7 @@ ## 1.3.0 ### Features -- Podman now supports container restart policies! The `--restart-policy` flag on `podman create` and `podman run` allows containers to be restarted after they exit. Please note that Podman cannot restart containers after a system reboot - for that, see our next feature +- Podman now supports container restart policies! The `--restart` flag on `podman create` and `podman run` allows containers to be restarted after they exit. Please note that Podman cannot restart containers after a system reboot - for that, see our next feature - Podman `podman generate systemd` command was added to generate systemd unit files for managing Podman containers - The `podman runlabel` command now allows a `$GLOBAL_OPTS` variable, which will be populated by global options passed to the `podman runlabel` command, allowing custom storage configurations to be passed into containers run with `runlabel` ([#2399](https://github.com/containers/libpod/issues/2399)) - The `podman play kube` command now allows `File` and `FileOrCreate` volumes |