diff --git a/_service b/_service index 825ecec..2e61af8 100644 --- a/_service +++ b/_service @@ -5,7 +5,7 @@ git podman git.%H -v0.2.1 +v0.3.1 diff --git a/podman-git.3723cecc33399629408770e44eb363e9ca36fdce.tar.xz b/podman-git.3723cecc33399629408770e44eb363e9ca36fdce.tar.xz deleted file mode 100644 index 9404d64..0000000 --- a/podman-git.3723cecc33399629408770e44eb363e9ca36fdce.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c9fb5015f3847057411a9687d8e72cea8f4201d5d31c3aa6cb926596789bcbec -size 4691944 diff --git a/podman-git.98b95ff47f8387f47687fb2d1377b722bd6a2915.tar.xz b/podman-git.98b95ff47f8387f47687fb2d1377b722bd6a2915.tar.xz new file mode 100644 index 0000000..5c58181 --- /dev/null +++ b/podman-git.98b95ff47f8387f47687fb2d1377b722bd6a2915.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfd88417ceffb0e7833ea2361af91e0f5d8c950aa784ace07ee0d1cbc2aedc9f +size 4614252 diff --git a/podman.changes b/podman.changes index 4f1c363..af8f7ae 100644 --- a/podman.changes +++ b/podman.changes @@ -1,3 +1,45 @@ +------------------------------------------------------------------- +Sat Mar 3 14:20:06 UTC 2018 - vrothberg@suse.com + +- Update podman to v0.3.1: + * allow DNS resolution in containers + * Adjust podman logs error message for clarity + * Instead of erroring on exit file not being found, warn + * podman logs -f: does not detect container stop or rm + * Fix issue with podman logs on fresh containers + * Replace usage of runc with runtime + * Handle removing containers with active exec sessions + * Ensure that Cleanup() will not run on active containers + * Add tracking for exec session IDs + * Add tracking for container exec sessions to DB + * Small fixes to container Exec + * docs/podman-info.1.md update man page + * Update containers/storage + * podman info add registries + * podman stats add networking + * CNIPluginDir: check "/usr/lib/cni" + * remove build alias + * Restrict top output to container's pids only + * ps displays incorrect exit code + * podman load dont panic when no repotags + * Do not override user mounts + * Tagging an image alias by shortname + * Add support for --no-new-privs + * podman ps json output use batched ops + * CreateContainerStorage by image id + * Implement --image-volumes for create and run + * Add ability to start containers in a pod + * Add kill and stop for pods + * Add pod status command + * Add tests and cleanup + * Implement podman run option --cgroup-parent + * Inspect output should be in array form + * Add --time alias to manpages + * Alias --time to --timeout for 'podman stop' + * Resolve contention between copr and fedora repos + * Ensure we don't repeatedly poll disk for exit codes + * Change uptime format in `podman info` to human-readable + ------------------------------------------------------------------- Thu Feb 22 10:25:14 UTC 2018 - vrothberg@suse.com diff --git a/podman.spec b/podman.spec index 2374f8d..d593b8b 100644 --- a/podman.spec +++ b/podman.spec @@ -17,13 +17,13 @@ %define project github.com/projectatomic/libpod -%define commit 3723cecc33399629408770e44eb363e9ca36fdce +%define commit 98b95ff47f8387f47687fb2d1377b722bd6a2915 # Build with libostree-devel in Tumbleweed, Leap 15 and SLES 15 %if 0%{?suse_version} >= 1500 %define with_libostree 1 %endif Name: podman -Version: 0.2.1 +Version: 0.3.1 Release: 0 Summary: Debugging tool for pods and images License: Apache-2.0