mirror of
https://github.com/containers/podman.git
synced 2025-08-06 11:32:07 +08:00
Bump to v3.2.0
Signed-off-by: Matthew Heon <mheon@redhat.com>
This commit is contained in:
@ -1,3 +1,13 @@
|
||||
- Changelog for v3.2.0 (2021-06-03):
|
||||
* Final release notes updates for v3.2.0
|
||||
* add ipv6 nameservers only when the container has ipv6 enabled
|
||||
* Use request context instead of background
|
||||
* [v.3.2] events: support disjunctive filters
|
||||
* System tests: add :Z to volume mounts
|
||||
* generate systemd: make mounts portable
|
||||
* vendor containers/storage@v1.31.3
|
||||
* vendor containers/common@v0.38.5
|
||||
|
||||
- Changelog for v3.2.0-RC3 (2021-05-26):
|
||||
* Update release notes for v3.2.0-RC3
|
||||
* Fix race on podman start --all
|
||||
|
@ -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.0-dev")
|
||||
var Version = semver.MustParse("3.2.0")
|
||||
|
||||
// See https://docs.docker.com/engine/api/v1.40/
|
||||
// libpod compat handlers are expected to honor docker API versions
|
||||
@ -38,7 +38,7 @@ var Version = semver.MustParse("3.2.0-dev")
|
||||
var APIVersion = map[Tree]map[Level]semver.Version{
|
||||
Libpod: {
|
||||
CurrentAPI: Version,
|
||||
MinimalAPI: semver.MustParse("3.1.0"),
|
||||
MinimalAPI: semver.MustParse("3.2.0"),
|
||||
},
|
||||
Compat: {
|
||||
CurrentAPI: semver.MustParse("1.40.0"),
|
||||
|
Reference in New Issue
Block a user