diff options
author | Matthew Heon <mheon@redhat.com> | 2021-08-17 15:42:21 -0400 |
---|---|---|
committer | Matthew Heon <mheon@redhat.com> | 2021-08-17 15:42:21 -0400 |
commit | 7aa18e0a67f9377f1dfeabf3d6b41fc03d00be24 (patch) | |
tree | 13e812f6c677303b659b63cb9d0086935d883954 | |
parent | e200b07f576c7937419708f8927fe4fd12ab210b (diff) | |
download | podman-7aa18e0a67f9377f1dfeabf3d6b41fc03d00be24.tar.gz podman-7aa18e0a67f9377f1dfeabf3d6b41fc03d00be24.tar.bz2 podman-7aa18e0a67f9377f1dfeabf3d6b41fc03d00be24.zip |
Bump to v3.3.0-RC3v3.3.0-rc3
Signed-off-by: Matthew Heon <mheon@redhat.com>
-rw-r--r-- | changelog.txt | 28 | ||||
-rw-r--r-- | version/version.go | 2 |
2 files changed, 29 insertions, 1 deletions
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 diff --git a/version/version.go b/version/version.go index 71292305d..6e1d3356a 100644 --- a/version/version.go +++ b/version/version.go @@ -27,7 +27,7 @@ const ( // NOTE: remember to bump the version at the top // of the top-level README.md file when this is // bumped. -var Version = semver.MustParse("3.3.0-dev") +var Version = semver.MustParse("3.3.0-rc3") // See https://docs.docker.com/engine/api/v1.40/ // libpod compat handlers are expected to honor docker API versions |