|
| 1 | +- Changelog for HEAD (2018-04-05): |
| 2 | + * Remove image via storage if a buildah container is associated |
| 3 | + * Add hooks support to podman |
| 4 | + * Run images with no names |
| 5 | + * Prevent a potential race when stopping containers |
| 6 | + * Only allocate tty when -t |
| 7 | + * Stopping a stopped container should not be an error |
| 8 | + * Add conmon-pidfile flag to bash completions/manpages |
| 9 | + * --entrypoint= should delete existing entrypoint |
| 10 | + * Fix golint |
| 11 | + * Remove explicit Init() calls in run and start |
| 12 | + * Refactor dependency checks from init() into public API |
| 13 | + * Do not require Init() before Start() |
| 14 | + * Ensure dependencies are running before initializing containers |
| 15 | + * Add container dependencies to Inspect output |
| 16 | + * Add backend code for generic dependencies |
| 17 | + * Vendor in latest containers/image |
| 18 | + * Makefile: Fix typo podmon -> podman |
| 19 | + * Correct a godoc comment |
| 20 | + * Sleep for 5 seconds before pushing to registry in tests |
| 21 | + * Change errorf to warnf in warning removing ctr storage |
| 22 | + * Don't return an ImageConfig when creating storage |
| 23 | + * More gracefully handle unexpected storage deletion |
| 24 | + * Remove crictl from Dockerfile |
| 25 | + * Eliminate raceyness of sig-proxy test |
| 26 | + |
1 | 27 | - Changelog for v0.3.5 (2018-03-29): |
2 | 28 | * Allow sha256: prefix for input |
3 | 29 | * Add secrets patch to podman |
|
0 commit comments