aboutsummaryrefslogtreecommitdiff
path: root/changelog.txt
diff options
context:
space:
mode:
Diffstat (limited to 'changelog.txt')
-rw-r--r--changelog.txt81
1 files changed, 78 insertions, 3 deletions
diff --git a/changelog.txt b/changelog.txt
index 47a99ba64..f17e0ee75 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -1,3 +1,78 @@
+- Changelog for v2.0.0-rc5 (2020-06-10)
+ * Fix Id->ID where possible for lint
+ * Fixup issues found by golint
+ * podman-events: clarify streaming behaviour
+ * Cirrus: Include packages for containers/conmon CI
+ * Ensure signal validation happens first in pod kill
+ * Bump github.com/json-iterator/go from 1.1.9 to 1.1.10
+ * Bump github.com/containers/common from 0.12.0 to 0.13.0
+ * Improve swagger+CORS metadata docs
+ * Ensure Conmon is alive before waiting for exit file
+ * Bump github.com/stretchr/testify from 1.6.0 to 1.6.1
+ * e2e: disable checkpoint test on Ubuntu
+ * force bats version to v1.1.0
+ * Enable Ubuntu tests in CI
+ * Modify py test to start stop system service for each test
+ * Add parallel operation to `podman stop`
+ * Fix handling of systemd.
+ * Add parallel execution code for container operations
+ * Fix handling of ThrottleWriteIOPSDevice
+ * Bump github.com/seccomp/containers-golang from 0.4.1 to 0.5.0
+ * Strip defaults from namespace flags
+ * Ensure that containers in pods properly set hostname
+ * Adds docker py regression test.
+ * Turn on the podman-commands script to verify man pages
+ * Attempt to turn on special_testing_in_podman tests
+ * Bump to v2.0.0-dev
+
+- Changelog for v2.0.0-rc4 (2020-06-04)
+ * /images/.../json: fix port parsing
+ * BATS and APIv2: more tests and tweaks
+ * Vendor in container/storage v1.20.2
+ * add socket information to podman info
+ * Namespace fields were set with bogus values
+ * When stopping containers locally, ensure cleanup runs
+ * Remove use of ABISupport buildtag
+ * fix remote test --ignore & turn on more tests
+ * Ensure that image/container inspect are specialized
+ * turn on remote stop_test
+ * V2 Add support for ssh authentication methods
+ * Add a few CVE entries to changelog.txt
+ * Add more Remote tests
+ * RHEL8 and Centos8 don't have oci-runtime yet
+ * test.apiv2: add test cases for committing an image from a container
+ * Turn on remote rm_test --cidfile
+ * Properly follow linked namespace container for stats
+ * Fix a segfault in `podman inspect -l` w/ no containers
+ * Remove reference to "upcoming" RHEL 7.7
+ * Bump Conmon in COPR spec
+ * Enable detached exec for remote
+ * check --user range for rootless containers
+ * images --no-trunc: fix ID formatting
+ * make env handling os dependent
+ * Bump github.com/containers/conmon
+ * Bump github.com/onsi/ginkgo from 1.12.2 to 1.12.3
+ * Update vendor containers/psgo
+ * Bump github.com/opencontainers/runc from 1.0.0-rc9 to 1.0.0-rc90
+ * Bump github.com/coreos/go-systemd/v22 from 22.0.0 to 22.1.0
+ * Combine the code of dealing with 'readonly' and 'ro'.
+ * Add bindings for exec and enable attached remote
+ * Add information on detach-keys
+ * system tests : more tests
+ * Add support for format {{.Label}}
+ * turn on remote testing for images. podman-remote build now works.
+ * Add invalid value to error message
+ * Fix leak of empty tarball
+ * Update man pages for --ip with CNI networks
+ * [CI:DOCS] update httpd location in tutorial
+ * default build without `varlink` tag
+ * Bump to v2.0.0-dev
+ * compat handlers: add X-Registry-Auth header support
+ * Don't build code on remoteclient
+ * v2 copy endpoints
+ * Bump github.com/rootless-containers/rootlesskit from 0.9.4 to 0.9.5
+ * system tests: enable skopeo REGISTRY_AUTH_FILE
+
- 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
@@ -555,7 +630,7 @@
* podmanv2: implement pod top
* v2 api: implement pods top endpoint
* podmanv2 commit
- * Bump to buildah v1.14.5
+ * Bump to buildah v1.14.5 (Edit 2020-06-03: Addresses CVE-2020-10696)
* Add support for containers.conf
* API v2 tests: usability improvements
* Sanitize port parsing for pods in play kube
@@ -878,7 +953,7 @@
* rootlessport: drop Pdeathsig in favor of Kill
* rootlessport: fix potential hang
* add pkg/seccomp
- * Do not copy up when volume is not empty
+ * Do not copy up when volume is not empty (Edit 2020-06-03: Addresses CVE-2020-1726)
* api: pull: fix reference parsing
* cmd/podman/pull: refactor code
* stats: add SystemUsage
@@ -1573,7 +1648,7 @@
* get runtime for podman-remote push earlier
* rootless: report the correct error
* Report errors when trying to pause rootless containers
- * Do not support wildcards on cp
+ * Do not support wildcards on cp (Edit 2020-06-03: Addresses CVE-2019-18466)
* Podman-remote run should wait for exit code
* Use exit code constants
* exec: Register resize func a bit later