diff options
author | Matthew Heon <matthew.heon@gmail.com> | 2018-07-20 14:11:29 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-20 14:11:29 -0400 |
commit | eee0e97deb4f0d166c829b80d8114ad0664c50d4 (patch) | |
tree | 381ea5f36cd79a45b026f988eec5f40b29b41d38 /changelog.txt | |
parent | 72c82fb79e0a903bc02db989d4c9b6d6f6979b17 (diff) | |
parent | 64f594279c1fe7f712246b49eab615763721cd23 (diff) | |
download | podman-eee0e97deb4f0d166c829b80d8114ad0664c50d4.tar.gz podman-eee0e97deb4f0d166c829b80d8114ad0664c50d4.tar.bz2 podman-eee0e97deb4f0d166c829b80d8114ad0664c50d4.zip |
Merge pull request #1124 from mheon/bump-0.7.3
Bump to 0.7.3
Diffstat (limited to 'changelog.txt')
-rw-r--r-- | changelog.txt | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/changelog.txt b/changelog.txt index a8dc8d865..dea1a212e 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,32 @@ +- Changelog for v0.7.3 (2018-07-20) + * Update psgo vendor + * Podman load/tag/save prepend localhost when no repository is present + * Pod ps now uses pod.Status() + * Added pod start and stop + * rootless: support a per-user mounts.conf + * secrets: parse only one mounts configuration file + * rootless: allow a per-user registries.conf file + * pull: get registries using the registries pkg + * rootless: allow a per-user storage.conf file + * rootless, docs: document the libpod.conf file used in rootless mode + * Let containers/storage keep track of mounts + * podman-top: use containers/psgo + * Vendor in latest code for storage,image, buildah + * Abort a test on nil containers, so that future tests don't panic + * Fix TestPostDeleteHooks on macOS + * Use `...` for a regexp constant to improve readability + * oci: keep exposed ports busy and leak the fd into conmon + * Dockerfile: install nmap-ncat + * Update podman_tutorial.md + * Update transfer.md + * Add missing podman commands + * Update gitvalidation epoch + * Fix ps filter with key=value labels + * rootless: require subids to be present + * Downgrade setup.py + * Bump gitvalidation epoch + * Bump to v0.7.3-dev + - Changelog for v0.7.2 (2018-07-13) * Change logic for detecting conflicting flags in ps * Update python directories to better support setup.py |