From 405507a0bb83b2881e0c0dc9d3d5bf9aa3693b7f Mon Sep 17 00:00:00 2001 From: Matthew Heon Date: Mon, 30 Aug 2021 13:44:00 -0400 Subject: [PATCH] Bump to v3.3.1 Signed-off-by: Matthew Heon --- changelog.txt | 16 ++++++++++++++-- version/version.go | 2 +- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/changelog.txt b/changelog.txt index 6d8deaa40f..0f6271f5e4 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,16 @@ -- Changelog for HEAD (2021-08-20): +- Changelog for v3.3.1 (2021-08-30): + * Update release notes for v3.3.1 + * rootless cni: resolve absolute symlinks correctly + * Add filter params description to volume list/prune docs + * logFile until flag issue + * Fix file descriptor leaks and add test + * utils.RunUnderSystemdScope(): always close Conn + * Use pod netns with --pod-id-file + * e2e tests: fix overlay: Unknown option vfs.imagestore + * change error comparison for exec.ErrNotFound + * generate systemd: use --cidfile again + +- Changelog for v3.3.0 (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 @@ -20,7 +32,7 @@ * Skip cgroup-parent test due to frequent flakes * Cirrus: Fix not uploading logformatter html -- Changelog for HEAD (2021-08-17): +- Changelog for v3.3.0-rc3 (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 diff --git a/version/version.go b/version/version.go index dc1a183d1a..966d478c5a 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.1-dev") +var Version = semver.MustParse("3.3.1") // See https://docs.docker.com/engine/api/v1.40/ // libpod compat handlers are expected to honor docker API versions