Skip to content

Commit

Permalink
Bump to v3.2.3
Browse files Browse the repository at this point in the history
Signed-off-by: Ashley Cui <[email protected]>
  • Loading branch information
ashley-cui committed Jul 16, 2021
1 parent bfb50c0 commit 1e6fd46
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Podman (the POD MANager) is a tool for managing containers and images, volumes mounted into those containers, and pods made from groups of containers.
Podman is based on libpod, a library for container lifecycle management that is also contained in this repository. The libpod library provides APIs for managing containers, pods, container images, and volumes.

* [Latest Version: 3.2.2](https://github.com/containers/podman/releases/latest)
* [Latest Version: 3.2.3](https://github.com/containers/podman/releases/latest)
* Latest Remote client for Windows
* Latest Remote client for MacOs
* Latest Static Remote client for Linux
Expand Down
14 changes: 14 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
- Changelog for v3.2.3 (2021-07-16):
* Update release notes for v3.2.3
* vendor containers/[email protected]
* vendor containers/[email protected]
* Fix race conditions in rootless cni setup
* CNI-in-slirp4netns: fix bind-mount for /run/systemd/resolve/stub-resolv.conf
* Make rootless-cni setup more robust
* Support uid,gid,mode options for secrets
* vendor containers/[email protected]
* [CI:DOCS] podman search: clarify that results depend on implementation
* vendor containers/[email protected]
* vendor containers/[email protected]
* [3.2] vendor containers/[email protected]

- Changelog for v3.2.2 (2021-06-25):
* fix systemcontext to use correct TMPDIR
* Scrub podman commands to use report package
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.2.3-dev")
var Version = semver.MustParse("3.2.3")

// 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 1e6fd46

Please sign in to comment.