diff options
-rw-r--r-- | changelog.txt | 17 | ||||
-rw-r--r-- | version/version.go | 2 |
2 files changed, 18 insertions, 1 deletions
diff --git a/changelog.txt b/changelog.txt index 38bebf653..8a3677097 100644 --- a/changelog.txt +++ b/changelog.txt @@ -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/common@v0.8.4 + * 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 diff --git a/version/version.go b/version/version.go index f01647a4d..000cfc8aa 100644 --- a/version/version.go +++ b/version/version.go @@ -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 |