Skip to content

Commit

Permalink
Bump to v2.2.1
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Heon <mheon@redhat.com>
  • Loading branch information
mheon committed Dec 7, 2020
1 parent 23d2dee commit a0d478e
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a0d478e

Please sign in to comment.