diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-05-29 11:27:34 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-29 11:27:34 -0400 |
commit | 0eea051b92da367469848aac93657653e004a603 (patch) | |
tree | 6689b95e8aec78ed98295fd5f0209a1f64a60617 | |
parent | 0c750a9672d8078c655fb95f379600609b36dad4 (diff) | |
parent | cbd4841f3549ef6b50a341e63c7aaed61ce9c4a0 (diff) | |
download | podman-0eea051b92da367469848aac93657653e004a603.tar.gz podman-0eea051b92da367469848aac93657653e004a603.tar.bz2 podman-0eea051b92da367469848aac93657653e004a603.zip |
Merge pull request #6432 from mheon/bump-2.0.0-rc3
Bump to v2.0.0-RC3
-rw-r--r-- | changelog.txt | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/changelog.txt b/changelog.txt index ca850c848..47a99ba64 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,42 @@ +- Changelog for v2.0.0-rc3 (2020-05-29) + * Bump github.com/stretchr/testify from 1.5.1 to 1.6.0 + * V2 verify JSON output is consistent and doesn't drift + * Vendor in containers/common v0.12.0 + * Ensure that signal names can be parsed on Windows + * fix `ps --last=N` + * test.apiv2: add testing for image and deal with API returning binary + * specgen: fix segfault + * Add streaming ability to endpoint + * Fix builds on 32 bit arches + * v2 libpod push: correct docs + * container stats: fix --no-stream race + * Add --format to pod inspect + * Add support for `readonly` option to --mount + * docs: fix typo + * V2 Fix interface nil checks + * [CI:DOCS] Tweak casing in rootless doc + * podman-registry: many unrelated fixes + * Fix Dockerfile + * Bump github.com/opencontainers/selinux from 1.5.1 to 1.5.2 + * podman-registry helper script: handle errors + * Makefile: customizable $REMOTETAGS + * add section on rootless volumes + * [CI:DOCS] Prepare image to turn on podman-commands test + * Vendor in latest containers/buildah + * Turn on Fedora testing + * [CI:DOCS] Fix readthedocs link + * [CI:DOCS]add crun to gating image + * network compatibility endpoints for API + * Add MethodNotAllowedHandler() to add in debugging + * Follow up PR to fix issues found in #6341 + * Bump to v2.0.0-dev + * [CI:DOCS]Add conmon to gating image + * Attempt to turn on build_without_cgo tests + * Attempt to turn on additional build tests + * Added new flags to 'podman generate systemd' to change the unit name prefix + * Enable rootless tests for podman remote + * V2 enable remote logs and testing + - Changelog for v2.0.0-rc2 (2020-05-22) * Attempt to turn on integration tests * Removes remote system reset functionality. skip e2e test for remote. |