summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Heon <mheon@redhat.com>2021-08-20 13:47:23 -0400
committerMatthew Heon <mheon@redhat.com>2021-08-20 13:47:23 -0400
commit98f252a3a1a8f1ee00f9f96c6ba00500954b5093 (patch)
treeeef30453dd648ee67cf98059b616ecb50fa692ac
parent608b8758aa30f1c1038365494e404326dda4d3fb (diff)
Bump to v3.3.0v3.3.0
Signed-off-by: Matthew Heon <mheon@redhat.com>
-rw-r--r--changelog.txt22
-rw-r--r--version/version.go2
2 files changed, 23 insertions, 1 deletions
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