mirror of
https://github.com/containers/podman.git
synced 2025-08-06 19:44:14 +08:00
Bump to v3.2.3
Signed-off-by: Ashley Cui <acui@redhat.com>
This commit is contained in:
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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.3")
|
||||||
|
|
||||||
// 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
|
||||||
|
Reference in New Issue
Block a user