aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--changelog.txt16
-rw-r--r--version/version.go2
2 files changed, 15 insertions, 3 deletions
diff --git a/changelog.txt b/changelog.txt
index 6d8deaa40..0f6271f5e 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 dc1a183d1..966d478c5 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