Skip to content

Commit

Permalink
Bump to v2.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Heon <[email protected]>
  • Loading branch information
mheon committed Nov 30, 2020
1 parent c342583 commit db1d2ff
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
23 changes: 22 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,25 @@
- Changelog for HEAD (2020-11-24):
- Changelog for v2.2.0 (2020-11-30):
* Update release notes for v2.2.0
* Fix extra quotation mark in manpages.
* Fix option names --subuidname and --subgidname
* Revert "Allow multiple --network flags for podman run/create"
* Add APIv2 tests for kube generate
* Document docker transport is the only supported remote transport
* runtime: set XDG_* env variables if missing
* Add support for persistent volume claims in kube files
* Prepare support in kube play for other volume types than hostPath
* Fix problems with network remove
* Do not validate the volume source path in specgen
* REST API v2 - ping - fix typo in header
* REST API v2 - ping - remove newline from response to improve Docker compatibility
* squash
* Not use local image create/add manifest
* [CI:DOCS] fix misleading save/load usage
* [tutorials:mac-win-client] Fix command ensuring sshd is enabled
* Fix custom mac address with a custom cni network
* Ensure that --net=host/pod/container/none warn with -p

- Changelog for v2.2.0-rc2 (2020-11-24):
* Set PATH env in systemd timer.
* Docker compat API fixes
* shell completions: remove usage of ShellCompDirectiveError
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.0-dev")
var Version = semver.MustParse("2.2.0")

// APIVersion is the version for the remote
// client API. It is used to determine compatibility
Expand Down

0 comments on commit db1d2ff

Please sign in to comment.