diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-11-24 12:10:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-24 12:10:07 +0100 |
commit | 4ebd9d9191606319f618d6e7e552256c07fff2c4 (patch) | |
tree | c491cb9bdc25d61c5e47397856aade02d6e28095 | |
parent | 5267e73db0814a6af9704aae62d600b08df80774 (diff) | |
parent | d0a8e1d0fbb32b51122ca999365dec935e96e907 (diff) | |
download | podman-4ebd9d9191606319f618d6e7e552256c07fff2c4.tar.gz podman-4ebd9d9191606319f618d6e7e552256c07fff2c4.tar.bz2 podman-4ebd9d9191606319f618d6e7e552256c07fff2c4.zip |
Merge pull request #8458 from rhatdan/master
[CI:DOCS] Bump to v2.2.0-rc2
-rw-r--r-- | changelog.txt | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/changelog.txt b/changelog.txt index 4d423ca44..326f52718 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,33 @@ +- Changelog for HEAD (2020-11-24): + * Set PATH env in systemd timer. + * Docker compat API fixes + * shell completions: remove usage of ShellCompDirectiveError + * more shell completion improvements + * Fix ip-range for classless subnet masks + * Bump github.com/containers/common from 0.27.0 to 0.29.0 + * Add podman container ps command + * clarify ps(1) fallback of `podman top` + * APIv2 - create container sets wrong entrypoint + * Enable remote shell completion without a running endpoint + * Specify what the replace flag replaces in help text + * APIv2 - strip CAP_ prefix from capabilities in json + * Make c.networks() list include the default network + * Allow containers to --restart on-failure with --rm + * REST API v2 - list of images - mandatory Created attribute + * Allow multiple --network flags for podman run/create + * fix container cgroup lookup + * Make podman service log events + * vendor in containers/storage v1.24.1 containers/image v5.8.1 + * Document containers.conf settings for remote connections + * Shell completion for podman ps and podman pod ps --filter + * Add alias for podman network rm -> remove + * add network connect|disconnect compat endpoints + * Fix sed regex to update version in version/version.go + * Github-Actions: Send e-mail on Cirrus cron failure + * Align the podman pod ps --filter behavior with podman ps + * podman-remote network rm --force is broken + * Remove build \!remote flags from test + - Changelog for v2.2.0-rc1 (2020-11-18): * Add release notes for v2.2.0-RC1 * correct numbering typo |