From 83637c883c3d3d5780f592825bd978fc9903d41bb2dcfa5fc4cae62734844418 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 2 Jul 2018 21:33:26 +0000 Subject: [PATCH] Accepting request 620167 from devel:CaaSP:Head:ControllerNode OBS-URL: https://build.opensuse.org/request/show/620167 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/podman?expand=0&rev=18 --- _service | 4 ++-- podman-0.6.4.tar.xz | 3 --- podman-0.6.5.tar.xz | 3 +++ podman.changes | 19 +++++++++++++++++++ podman.spec | 2 +- 5 files changed, 25 insertions(+), 6 deletions(-) delete mode 100644 podman-0.6.4.tar.xz create mode 100644 podman-0.6.5.tar.xz diff --git a/_service b/_service index 24dd571..7143a6c 100644 --- a/_service +++ b/_service @@ -4,8 +4,8 @@ https://github.com/projectatomic/libpod.git git podman -0.6.4 -v0.6.4 +0.6.5 +v0.6.5 diff --git a/podman-0.6.4.tar.xz b/podman-0.6.4.tar.xz deleted file mode 100644 index 348d8bd..0000000 --- a/podman-0.6.4.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:981ae8a5e5e8278f182a21f2a1072fca49488865965fa631c1cdefc906a93a19 -size 3034180 diff --git a/podman-0.6.5.tar.xz b/podman-0.6.5.tar.xz new file mode 100644 index 0000000..9a1d533 --- /dev/null +++ b/podman-0.6.5.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e21318e900fcb784bf66b56945c4a8ceaa42f46df8874d016bb3a30602585ade +size 3068128 diff --git a/podman.changes b/podman.changes index be87d8d..5a75e4b 100644 --- a/podman.changes +++ b/podman.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Mon Jul 2 05:53:26 UTC 2018 - vrothberg@suse.com + +- Changelog for v0.6.5 (2018-06-29) + * Fix built-in volume issue with podman run/create + * Add `podman container cleanup` to CLI + * Allow multiple containers and all for umount + * Returning joining namespace error should not be fatal + * Test to verify overlay quotas work, show container overhead on quota + * Remove the --registry flag from podman search + * utils: fix endless write of resize event + * Start prints UUID or container name that user inputs on success + * Fix podman hangs when detecting startup error in container attached mode + * podman-build --help: update description + * docs: add documentation for rootless containers + * Add --authfile to podman search + * Add podman-image and podman-container man page links + * make varlink optional for podman + ------------------------------------------------------------------- Mon Jun 25 05:58:20 UTC 2018 - vrothberg@suse.com diff --git a/podman.spec b/podman.spec index 77cf4c4..1dba497 100644 --- a/podman.spec +++ b/podman.spec @@ -22,7 +22,7 @@ %define with_libostree 1 %endif Name: podman -Version: 0.6.4 +Version: 0.6.5 Release: 0 Summary: Debugging tool for pods and images License: Apache-2.0