From 98f252a3a1a8f1ee00f9f96c6ba00500954b5093 Mon Sep 17 00:00:00 2001 From: Matthew Heon Date: Fri, 20 Aug 2021 13:47:23 -0400 Subject: Bump to v3.3.0 Signed-off-by: Matthew Heon --- changelog.txt | 22 ++++++++++++++++++++++ version/version.go | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index 64c91845a..6d8deaa40 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,25 @@ +- Changelog for HEAD (2021-08-20): + * Final release notes for v3.3.0 + * Fix network aliases with network id + * machine: compute sha256 as we read the image file + * machine: check for file exists instead of listing directory + * pkg/bindings/images.nTar(): slashify hdr.Name values + * Volumes: Only remove from DB if plugin removal succeeds + * For compatibility, ignore Content-Type + * [v3.3] Bump c/image 5.15.2, buildah v1.22.3 + * Implement SD-NOTIFY proxy in conmon + * Fix rootless cni dns without systemd stub resolver + * fix rootlessport flake + * Skip stats test in CGv1 container environments + * Fix AVC denials in tests of volume mounts + * Restore buildah-bud test requiring new images + * Revert ".cirrus.yml: use fresh images for all VMs" + * Fix device tests using ls test files + * Enhance priv. dev. check + * Workaround host availability of /dev/kvm + * Skip cgroup-parent test due to frequent flakes + * Cirrus: Fix not uploading logformatter html + - 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 diff --git a/version/version.go b/version/version.go index 71292305d..8c74405f3 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") // See https://docs.docker.com/engine/api/v1.40/ // libpod compat handlers are expected to honor docker API versions -- cgit v1.2.3-54-g00ecf