diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-05-13 12:49:26 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-13 12:49:26 -0700 |
commit | 5bfc1455192f65d27fae8375966c7826f85ae278 (patch) | |
tree | 7c88c029a1654262940fac7b124f4dc9d8e5be58 | |
parent | ca0617d0e39218736aaa20bceb66331358e35624 (diff) | |
parent | 90557be108df4d13116d2dfcf2d423724232c74d (diff) | |
download | podman-5bfc1455192f65d27fae8375966c7826f85ae278.tar.gz podman-5bfc1455192f65d27fae8375966c7826f85ae278.tar.bz2 podman-5bfc1455192f65d27fae8375966c7826f85ae278.zip |
Merge pull request #6216 from mheon/release_v1.9.2
Bump to v1.9.2
-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..66b52820a 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.3-dev" // RemoteAPIVersion is the version for the remote // client API. It is used to determine compatibility |