diff --git a/README.md b/README.md index 2e20ff4d51..7e4c33bf92 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/changelog.txt b/changelog.txt index cc7dfe8380..d9a569e57f 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,17 @@ +- Changelog for v3.2.3 (2021-07-16): + * Update release notes for v3.2.3 + * vendor containers/common@v0.38.16 + * vendor containers/buildah@v1.21.3 + * 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/common@v0.38.15 + * [CI:DOCS] podman search: clarify that results depend on implementation + * vendor containers/common@v0.38.14 + * vendor containers/common@v0.38.13 + * [3.2] vendor containers/common@v0.38.12 + - Changelog for v3.2.2 (2021-06-25): * fix systemcontext to use correct TMPDIR * Scrub podman commands to use report package diff --git a/version/version.go b/version/version.go index c08e48b627..64df7aa6ac 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.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