Skip to content

Commit

Permalink
Bump to v1.9.2
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Heon <[email protected]>
  • Loading branch information
mheon committed May 13, 2020
1 parent ca0617d commit de2379a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
- Changelog for v1.9.2 (2020-05-13):
* Add release notes for v1.9.2
* cgroup: skip unified if we are using v1
* [1.9] vendor github.com/containers/[email protected]
* Add HairpinMode to our CNI configs
* Set pids-limit to 0 on non cgroupv2 rootless systems
* [1.9] add --conmon-pidfile/--cidfile system test
* Fix handling of overridden paths from database
* Add command to build podman-remote-static
* Set up ulimits for rootless containers.
* User specified environment after other environments are set
* rootless: move ns open before fork
* rootlessport: use two different channels
* Fixes podman save fails when specifying an image using a digest #5234
* Bump to v1.9.1
* Update vendor to containers/common v0.8.2

- Changelog for v1.9.1 (2020-04-28):
* Update release notes for v1.9.1
* separate healthcheck and container log paths
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package version
// NOTE: remember to bump the version at the top
// of the top-level README.md file when this is
// bumped.
const Version = "1.9.1"
const Version = "1.9.2"

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

0 comments on commit de2379a

Please sign in to comment.