diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-07-31 16:20:10 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-31 16:20:10 -0400 |
commit | 66e7fdb97fb431b3c4552c3179160d10c147d111 (patch) | |
tree | 4dfc964ae2aa67c83cf634a29c000f729e950314 /changelog.txt | |
parent | 6422c5fccac9d14bff7ac8b841d9944cf748eb86 (diff) | |
parent | dd850ee08ffd8cb6985ccf74aba902137aed625f (diff) | |
download | podman-66e7fdb97fb431b3c4552c3179160d10c147d111.tar.gz podman-66e7fdb97fb431b3c4552c3179160d10c147d111.tar.bz2 podman-66e7fdb97fb431b3c4552c3179160d10c147d111.zip |
Merge pull request #7174 from mheon/bump_204
[CI:DOCS] Bump to v2.0.4
Diffstat (limited to 'changelog.txt')
-rw-r--r-- | changelog.txt | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/changelog.txt b/changelog.txt index 51161c020..b44dfffcb 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,26 @@ +- Changelog for v2.0.4 (2020-07-31): + * Update release notes for v2.0.4 + * Disable a nonfunctional build test + * volumes: do not recurse when chowning + * add {{.RunningFor}} placeholder in ps --format + * fix swapped mem_usage/percent fields + * Ensure that 'rmi --force' evicts Podman containers + * Don't crash when giving bogus format commands + * Binding the same container port to >1 host port is OK + * Specifying --ipc=host --pid=host is broken + * add newline to output in error message + * When chowning we should not follow symbolic link + * replace the html/template package with text/template + * The `podman start --attach` command should not print ID + * Fix exit code example in podman-run.1.md + * Switch references from libpod.conf to containers.conf + * Bump github.com/rootless-containers/rootlesskit from 0.9.5 to 0.10.0 + * compat/info.go: TrimPrefix(CGroupsVersion, "v") + * Fix building from http or '-' options + * Fix `podman image search` missing description + * test/apiv2: add a simple events test + * API events: fix parsing error + - Changelog for v2.0.3 (2020-07-23): * Drop a nonfunctional test in test/apiv2 * Update release notes for v2.0.3 |