Skip to content

Commit a0d478e

Browse files
committed
Bump to v2.2.1
Signed-off-by: Matthew Heon <mheon@redhat.com>
1 parent 23d2dee commit a0d478e

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

changelog.txt

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
- Changelog for v2.2.1 (2020-12-07):
2+
* Updat containers/image to v5.9.0
3+
* Update release notes for v2.2.1
4+
* Fix some nit
5+
* compat create should use bindings
6+
* Revert the custom cobra vendor
7+
* Fix typo in tests
8+
* Do not use "true" after "syslog" in exit commands
9+
* Fix shell completion for ps --filter ancestor
10+
* target is not tag
11+
* add commas between mount options
12+
* Fix `podman images...` missing headers in table templates
13+
* Use Libpod tmpdir for pause path
14+
* Change bindings to stop two API calls for ping
15+
* podman, exec: move conmon to the correct cgroup
16+
* Support --network=default as if it was private
17+
* Correct which network commands can be run as rootless
18+
* Use PasswordCallback instead of Password for ssh
19+
* Close image rawSource when each loop ends
20+
* container create: do not clear image name
21+
* Docker compat API - containers create ignores the name
22+
* Do not mount sysfs as rootless in more cases
23+
* Do not error on installing duplicate shutdown handler
24+
* container cgroup path
25+
* Change name of imageVolumes in container config JSON
26+
* The --net=container flag to Buildah is deprecated
27+
128
- Changelog for v2.2.0 (2020-11-30):
229
* Update release notes for v2.2.0
330
* Fix extra quotation mark in manpages.

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
// NOTE: remember to bump the version at the top
99
// of the top-level README.md file when this is
1010
// bumped.
11-
var Version = semver.MustParse("2.2.1-dev")
11+
var Version = semver.MustParse("2.2.1")
1212

1313
// APIVersion is the version for the remote
1414
// client API. It is used to determine compatibility

0 commit comments

Comments
 (0)