Bump to v2.2.1

Signed-off-by: Matthew Heon <mheon@redhat.com>
This commit is contained in:
Matthew Heon
2020-12-07 17:59:05 -05:00
parent 23d2deed30
commit a0d478edea
2 changed files with 28 additions and 1 deletions

View File

@ -1,3 +1,30 @@
- Changelog for v2.2.1 (2020-12-07):
* Updat containers/image to v5.9.0
* Update release notes for v2.2.1
* Fix some nit
* compat create should use bindings
* Revert the custom cobra vendor
* Fix typo in tests
* Do not use "true" after "syslog" in exit commands
* Fix shell completion for ps --filter ancestor
* target is not tag
* add commas between mount options
* Fix `podman images...` missing headers in table templates
* Use Libpod tmpdir for pause path
* Change bindings to stop two API calls for ping
* podman, exec: move conmon to the correct cgroup
* Support --network=default as if it was private
* Correct which network commands can be run as rootless
* Use PasswordCallback instead of Password for ssh
* Close image rawSource when each loop ends
* container create: do not clear image name
* Docker compat API - containers create ignores the name
* Do not mount sysfs as rootless in more cases
* Do not error on installing duplicate shutdown handler
* container cgroup path
* Change name of imageVolumes in container config JSON
* The --net=container flag to Buildah is deprecated
- Changelog for v2.2.0 (2020-11-30):
* Update release notes for v2.2.0
* Fix extra quotation mark in manpages.

View File

@ -8,7 +8,7 @@ import (
// NOTE: remember to bump the version at the top
// of the top-level README.md file when this is
// bumped.
var Version = semver.MustParse("2.2.1-dev")
var Version = semver.MustParse("2.2.1")
// APIVersion is the version for the remote
// client API. It is used to determine compatibility