Skip to content

Commit

Permalink
Bump to v3.3.1
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Heon <[email protected]>
  • Loading branch information
mheon committed Aug 30, 2021
1 parent 761d577 commit 405507a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
16 changes: 14 additions & 2 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 405507a

Please sign in to comment.