diff options
author | openshift-ci[bot] <75433959+openshift-ci[bot]@users.noreply.github.com> | 2021-08-17 20:03:53 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-17 20:03:53 +0000 |
commit | 25bca84d89b396266c4081639c7d16d15acada8d (patch) | |
tree | 68a5ab6f104bc09f24a8c5a11f4ad42f7b2f1ee0 | |
parent | 741ef8111f808bfd6e992eabbfc2dccc36f0b1a9 (diff) | |
parent | a098eafce1d0278e25b2d3c1ccf19581289a25dd (diff) | |
download | podman-25bca84d89b396266c4081639c7d16d15acada8d.tar.gz podman-25bca84d89b396266c4081639c7d16d15acada8d.tar.bz2 podman-25bca84d89b396266c4081639c7d16d15acada8d.zip |
Merge pull request #11254 from mheon/bump_330_rc3
[CI:DOCS] Bump to v3.3.0-RC3
-rw-r--r-- | RELEASE_NOTES.md | 4 | ||||
-rw-r--r-- | changelog.txt | 28 |
2 files changed, 30 insertions, 2 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index d74ac6cfe..18bf4a530 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -96,8 +96,8 @@ ### Misc - Updated Buildah to v1.22.0 -- Updated the containers/storage library to v1.33.1 -- Updated the containers/image library to v5.15.0 +- Updated the containers/storage library to v1.34.1 +- Updated the containers/image library to v5.15.1 - Updated the containers/common library to v0.42.1 ## 3.2.3 diff --git a/changelog.txt b/changelog.txt index b1c4b4756..64c91845a 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,31 @@ +- Changelog for HEAD (2021-08-17): + * Release notes for v3.3.0-RC3 + * [v3.3] Bump c/storage to v1.34.1 and c/image to v5.15.1 + * fix gvproxy path search for macos + * Bump to v3.3.0-dev + * Bump to v3.3.0-rc2 + * Set gvproxy path to /usr/libexec/podman/gvproxy + * Revert "Podman Pod Create --cpus and --cpuset-cpus flags" + * Address review comments + * Final release notes for v3.3.0-RC2 + * Document source ip for the rootlesskit port handler + * podman info show correct slirp4netns path + * show podman machine ssh command line + * Fix TS parsing for fractional values + * Handle timezone on server containers.conf + * Fix podman unpause,pause,kill --all to work like podman stop --all + * Do not add an entry to /etc/hosts with `--net=host` + * Only support containers stats using cgroups v2 + * Compat API: Fix healthcheck status and healthcheck config + * podman info: try qfile before equery + * test: move container process to a sub-cgroup + * Fix handling of user specified container labels + * Release notes for v3.3.0-RC2: Initial + * Bump github.com/rootless-containers/rootlesskit from 0.14.3 to 0.14.4 + * fix rootless port forwarding with network dis-/connect + * [v3.3] Bump to Buildah v1.22.0 [NO TESTS NEEDED] + * Disable aarch64 support + - Changelog for v3.2.0-rc1 (2021-05-05) * migrate Podman to containers/common/libimage * add --mac-address to podman play kube |