SHA256
1
0
forked from pool/podman

Accepting request 604803 from devel:CaaSP:Head:ControllerNode

OBS-URL: https://build.opensuse.org/request/show/604803
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/podman?expand=0&rev=10
This commit is contained in:
2018-05-08 11:37:43 +00:00
committed by Git OBS Bridge
parent 08113714bb
commit 9b7d102bda
5 changed files with 26 additions and 7 deletions

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Mon May 7 05:42:24 UTC 2018 - vrothberg@suse.com
- Remove runtime dependency on buildah, which isn't required anymore as
libpod vendors in buildah's code directly.
- 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
* Do not print unnecessary Buildah details during commit
* Fix podman logout --all flag
* podman should assign a host port to -p when omitted
* libpod.conf: Podman's conmon path on openSUSE
* correct varlink command in service file
* Make ':' a restricted character for file names
-------------------------------------------------------------------
Mon Apr 30 06:53:09 UTC 2018 - vrothberg@suse.com