Merge pull request #10967 from ashley-cui/release_323

[CI:DOCS] Bump to v3.2.3
This commit is contained in:
OpenShift Merge Robot
2021-07-16 15:18:45 -04:00
committed by GitHub
4 changed files with 17 additions and 3 deletions

View File

@ -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 (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. 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 Windows
* Latest Remote client for MacOs * Latest Remote client for MacOs
* Latest Static Remote client for Linux * Latest Static Remote client for Linux

View File

@ -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): - Changelog for v3.2.2 (2021-06-25):
* fix systemcontext to use correct TMPDIR * fix systemcontext to use correct TMPDIR
* Scrub podman commands to use report package * Scrub podman commands to use report package

View File

@ -36,7 +36,7 @@ Epoch: 99
%else %else
Epoch: 0 Epoch: 0
%endif %endif
Version: 3.2.3 Version: 3.2.4
Release: #COMMITDATE#.git%{shortcommit0}%{?dist} Release: #COMMITDATE#.git%{shortcommit0}%{?dist}
Summary: Manage Pods, Containers and Container Images Summary: Manage Pods, Containers and Container Images
License: ASL 2.0 License: ASL 2.0

View File

@ -27,7 +27,7 @@ const (
// NOTE: remember to bump the version at the top // NOTE: remember to bump the version at the top
// of the top-level README.md file when this is // of the top-level README.md file when this is
// bumped. // bumped.
var Version = semver.MustParse("3.2.3-dev") var Version = semver.MustParse("3.2.4-dev")
// See https://docs.docker.com/engine/api/v1.40/ // See https://docs.docker.com/engine/api/v1.40/
// libpod compat handlers are expected to honor docker API versions // libpod compat handlers are expected to honor docker API versions