diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-05-26 17:29:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-26 17:29:21 +0200 |
commit | 06db724d037698753bdd93f8f5a1413e2980714c (patch) | |
tree | e3e1136aa6691687c8b9776fe8a966b7bddf9fab | |
parent | a5a2416b3533ed6b188ce8457adf5aa1f86cf49f (diff) | |
parent | fbf8b78a39c84a5bf7734314d5c1fee1cb9506c0 (diff) | |
download | podman-06db724d037698753bdd93f8f5a1413e2980714c.tar.gz podman-06db724d037698753bdd93f8f5a1413e2980714c.tar.bz2 podman-06db724d037698753bdd93f8f5a1413e2980714c.zip |
Merge pull request #10473 from mheon/bump_320_rc3
[CI:DOCS] Bump to v3.2.0-RC3
-rw-r--r-- | changelog.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/changelog.txt b/changelog.txt index d879538ea..279286839 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,18 @@ +- Changelog for v3.2.0-RC3 (2021-05-26): + * Update release notes for v3.2.0-RC3 + * Fix race on podman start --all + * Fix race condition in running ls container in a pod + * docs: --cert-dir: point to containers-certs.d(5) + * Handle hard links in different directories + * Improve OCI Runtime error + * Handle hard links in remote builds + * Podman info add support for status of cgroup controllers + * Drop container does not exist on removal to debugf + * Downgrade API service routing table logging + * add libimage events + * docs: generate systemd: XDG_RUNTIME_DIR + * Fix problem copying files when container is in host pid namespace + - Changelog for v3.2.0-RC2 (2021-05-20): * update c/common * Update Cirrus DEST_BRANCH to v3.2 |