|
| 1 | +- Changelog for v0.4.3 (2018-04-20): |
| 2 | + * podman push without destination image |
| 3 | + * Add make .git target |
| 4 | + * Fix tests for podman run --attach |
| 5 | + * Print ctr ID if neither STDOUT and STDERR are attached |
| 6 | + * Add one test case for check diff in container and committed image |
| 7 | + * Vendor in latest containers/image and contaners/storage |
| 8 | + * Fix a typo |
| 9 | + * It is OK to start an already running container (with no attach) |
| 10 | + * Refactor logic for forceSecure in pull for readability |
| 11 | + * Small logic fix for podman pull with tls-verify |
| 12 | + * Allow podman start to attach to a running container |
| 13 | + * regression: tls verify should be set on registries.conf if insecure |
| 14 | + * ip validation game too strong |
| 15 | + * - reverse host field order (ip goes first) - fix host string split to permit IPv6 |
| 16 | + * Allow podman to exit exit codes of removed containers |
| 17 | + * Modify diff and inspect docs |
| 18 | + * Add oci-systemd-hook as a runtime dep to copr spec |
| 19 | + * validate dns-search values prior to creation |
| 20 | + * Change container.locked to batched |
| 21 | + * Add a function for check if command exist |
| 22 | + * Add WaitContainerReady for wait for docker registry ready |
| 23 | + * Add several podman push tests |
| 24 | + * podman pull should always try to pull |
| 25 | + * Allow the use of -i/-a on any container |
| 26 | + * Fix secrets patch |
| 27 | + * Remove demos.sh file from test |
| 28 | + |
1 | 29 | - Changelog for v0.4.2 (2018-04-13): |
2 | 30 | * Fix podman run --attach tests |
3 | 31 | * Fix another comparison of a Go interface against nil |
|
0 commit comments