diff options
author | Matthew Heon <matthew.heon@pm.me> | 2020-08-20 12:42:35 -0400 |
---|---|---|
committer | Matthew Heon <matthew.heon@pm.me> | 2020-08-20 12:43:25 -0400 |
commit | 314813c162071ce66c7a39db6c9bac30897af568 (patch) | |
tree | 20767dc849594c97a371a2296a9b12b0870d3b86 | |
parent | bcd9b8125c4f042e596b2b9263f60825f32e15aa (diff) | |
download | podman-314813c162071ce66c7a39db6c9bac30897af568.tar.gz podman-314813c162071ce66c7a39db6c9bac30897af568.tar.bz2 podman-314813c162071ce66c7a39db6c9bac30897af568.zip |
Final set of updates to release notes
Signed-off-by: Matthew Heon <matthew.heon@pm.me>
-rw-r--r-- | RELEASE_NOTES.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 23c3f7a76..b5eea154e 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -4,6 +4,7 @@ ### Features - Rootless Podman will now add an entry to `/etc/passwd` for the user who ran Podman if run with `--userns=keep-id`. - The `podman system connection` command has been reworked to support multiple connections, and reenabled for use! +- Podman now has a new global flag, `--connection`, to specify a connection to a remote Podman API instance. ### Changes - Podman's automatic systemd integration (activated by the `--systemd=true` flag, set by default) will now activate for containers using `/usr/local/sbin/init` as their command, instead of just `/usr/sbin/init` and `/sbin/init` (and any path ending in `systemd`). @@ -50,6 +51,7 @@ ### Misc - Updated Buildah to v1.15.1 +- Updated containers/image library to v5.5.2 ## 2.0.4 ### Bugfixes |