diff options
author | Matthew Heon <matthew.heon@gmail.com> | 2018-05-04 11:37:14 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-04 11:37:14 -0400 |
commit | 1f5debd43806cc3bd07f562ff00ef4c426540f98 (patch) | |
tree | 3421469e5cf5e3811d85b4330618fba2f7750c95 /changelog.txt | |
parent | b44d4fb1ec05aec958a63bdfa3d344cdf4b4da8f (diff) | |
parent | d04ebf84198e74a2c55a64d0e1e26ee1af05f195 (diff) | |
download | podman-1f5debd43806cc3bd07f562ff00ef4c426540f98.tar.gz podman-1f5debd43806cc3bd07f562ff00ef4c426540f98.tar.bz2 podman-1f5debd43806cc3bd07f562ff00ef4c426540f98.zip |
Merge pull request #722 from mheon/bump_0_5_1
Bump to v0.5.1
Diffstat (limited to 'changelog.txt')
-rw-r--r-- | changelog.txt | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/changelog.txt b/changelog.txt index 655278666..b08eb079c 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,37 @@ +- Changelog for v0.5.1 (2018-05-04): + * Fix pulling from secure registry + * Optionally init() during container restart + * bashcompletion enhancements + * Add directory for systemd socket and service if not present + * varlink containers + * Make podman commit to localhost rather then docker.io + * Trivial refactor on volume addition + * When adding volumes to DB, handle nontrivial cases + * Add accessors for new image fields in container config + * Store user Volumes, Entrypoint, Command in database + * Further fix Godoc comments in options.go + * Update hooks to use config bool to detect volume mounts + * Fix Godoc comments in options.go + * Add config bool to indicate there are user volumes + * Print the Buildah comment from commit to given writer + * Do not print unnecessary Buildah details during commit + * remove options from create/run that we cannot support + * fix typos in the inspect json structs + * Fix podman logout --all flag + * podman should assign a host port to -p when omitted + * Vendor in latest buildah + * Fix misc stuff found by jhonce + * libpod.conf: Podman's conmon path on openSUSE + * Add iidfile parame to build and commit man pages + * do not commit default volumes from container + * correct varlink command in service file + * Vendor in latest containers/image + * Make ':' a restricted character for file names + * Add more validation to --volume flag for run and create + * Fix libseccomp not working in travis + * CONTRIBUTING: Document PR approval and link to OWNERS + * OWNERS: rename 'assignees' to 'approvers' + - Changelog for v0.4.4 (2018-04-27): * Use buildah commit and bud in podman * README: Link to CONTRIBUTING.md |