|
| 1 | +- Changelog for v0.5.2 (2018-05-11): |
| 2 | + * vendor/golang.org/x/text: Vendor collate and language |
| 3 | + * hooks: Order injection by collated JSON filename |
| 4 | + * libpod: Add HooksDirNotExistFatal |
| 5 | + * hooks/read: Ignore IsNotExist for JSON files in ReadDir |
| 6 | + * pkg/hooks: Version the hook structure and add 1.0.0 hooks |
| 7 | + * Fix varlink remove image force |
| 8 | + * Update Podman-specific readme |
| 9 | + * Update main README |
| 10 | + * vendor.conf: Pin containernetworking/plugins to 1fb94a42 |
| 11 | + * Do not error trying to remove cgroups that don't exist |
| 12 | + * Remove parent cgroup we create with cgroupfs |
| 13 | + * Place Conmon and Container in separate CGroups |
| 14 | + * Add --cgroup-manager flag to Podman binary |
| 15 | + * Major fixes to systemd cgroup handling |
| 16 | + * Skip systemd-style CGroups test |
| 17 | + * Alter CGroup path handling for 'podman top' |
| 18 | + * Add validation for CGroup parents. Pass CGroups path into runc |
| 19 | + * vendor/github.com/docker/docker/hack: Remove unused directory |
| 20 | + * varlink info |
| 21 | + * vendor.conf: Bump containerd/cgroups to 77e62851 |
| 22 | + * vendor.conf: Bump CNI to v0.6.0 |
| 23 | + * Dont eat the pull error message for varlink |
| 24 | + * podman push should honor registries.conf |
| 25 | + * alphabetize the varlink methods, types, and errors in the docs |
| 26 | + * Add missing newline to podman port |
| 27 | + * Generate varlink API documentation automatically |
| 28 | + * Allow streaming on some varlink container methods |
| 29 | + * Remove extra close from attach resize channel |
| 30 | + * Vendor in latest containers/storage fix for UserNS |
| 31 | + * container.go: fix lint error |
| 32 | + * Dockerfile.Fedora: use fedora:28 instead of fedora:27 |
| 33 | + * Fix calculation of RunningFor in ps json output |
| 34 | + * Should not error out if container no longer exists in oci |
| 35 | + * Make invalid state nonfatal when cleaning up in run |
| 36 | + * test/e2e/run_userns_test.go: new file |
| 37 | + * podman, userNS: configure an intermediate mount namespace |
| 38 | + * networking, userNS: configure the network namespace after create |
| 39 | + * Begin wiring in USERNS Support into podman |
| 40 | + |
1 | 41 | - Changelog for v0.5.1 (2018-05-04): |
2 | 42 | * Fix pulling from secure registry |
3 | 43 | * Optionally init() during container restart |
|
0 commit comments