|
| 1 | +- Changelog for v0.6.3 (2018-06-15) |
| 2 | + * spec: remove dead code |
| 3 | + * test: add test for running a rootless container |
| 4 | + * container: specify path to error message |
| 5 | + * podman: use a different store for the rootless case |
| 6 | + * container: do not set any mapping when using a rootfs |
| 7 | + * podman: do not use Chown in rootless mode |
| 8 | + * network: do not attempt to create a network in rootless mode |
| 9 | + * oci: do not set resources in rootless mode |
| 10 | + * oci: do not use hooks in rootless mode |
| 11 | + * oci: do not set the cgroup path in Rootless mode |
| 12 | + * spec: change mount options for /dev/pts in rootless mode |
| 13 | + * container: do not add shm in rootless mode |
| 14 | + * oci: pass XDG_RUNTIME_DIR down to the OCI runtime |
| 15 | + * podman: allow to override Tmpdir |
| 16 | + * podman: provide a default UID mapping when non root |
| 17 | + * podman: accept option --rootfs to use exploded images |
| 18 | + * When setting a memory limit, also set a swap limit |
| 19 | + * Fix cleaning up network namespaces on detached ctrs |
| 20 | + * Vendor in latest projectatomic/buildah |
| 21 | + * Temporarily turn of ps --last test until fixed |
| 22 | + * Implement --latest for ps |
| 23 | + * Correctly report errors retrieving containers in ps |
| 24 | + * Doc changes to fix alignment on most of the docs |
| 25 | + * Added --sort flag to podman image |
| 26 | + * add podman container and image command |
| 27 | + * Vendor in latest buildah code |
| 28 | + * rmi: remove image if all tags are specified |
| 29 | + * Aliases do not work with IsSet |
| 30 | + * Touchups for registries.conf across a few man pages |
| 31 | + * Remove container from state before cleaning up. |
| 32 | + * hack/release.sh: Add a guard against -dev suffixes for argv[2] |
| 33 | + * Bump gitvalidation epoch |
| 34 | + * Bump to v0.6.3-dev |
| 35 | + |
1 | 36 | - Changelog for v0.6.2 (2018-06-08)
|
2 | 37 | * Test to make sure we are getting proper exit codes on podman run
|
3 | 38 | * Propegate exit code on Exec calls and integrated test
|
|
0 commit comments