diff --git a/_service b/_service index 546fc76..77fa3ec 100644 --- a/_service +++ b/_service @@ -4,8 +4,8 @@ https://github.com/containers/libpod.git git podman -0.10.1.1 -v0.10.1.1 +0.11.1 +v0.11.1 diff --git a/podman-0.10.1.1.tar.xz b/podman-0.10.1.1.tar.xz deleted file mode 100644 index b73f123..0000000 --- a/podman-0.10.1.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c59d3ea162665aba7cc91e70769d319034a7a5f1f31c9c8913c3689a5ba2c8e9 -size 3287484 diff --git a/podman-0.11.1.tar.xz b/podman-0.11.1.tar.xz new file mode 100644 index 0000000..e3ffea5 --- /dev/null +++ b/podman-0.11.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21c6d78311e36dc48eec87a2dec06a952e485493df289c6dec60ae4dcf241aa4 +size 3313308 diff --git a/podman.changes b/podman.changes index 2110084..549d5df 100644 --- a/podman.changes +++ b/podman.changes @@ -1,3 +1,53 @@ +------------------------------------------------------------------- +Fri Nov 9 07:46:46 UTC 2018 - Valentin Rothberg + +- Changelog for v0.11.1 (2018-11-08) + * update seccomp.json + * Touch up --log* options and daemons in man pages + * Don't fail if /etc/passwd or /etc/group does not exists + * Properly set Running state when starting containers + * If a container ceases to exist in runc, set exit status + * rootless: mount /sys/fs/cgroup/systemd from the host + * rootless: don't bind mount /sys/fs/cgroup/systemd in systemd mode + * Add hostname to /etc/hosts + * Remove conmon cgroup before pod cgroup for cgroupfs + * Make kill, pause, and unpause parallel. + * Fix long image name handling + * Make restart parallel and add --all + * rootless: do not add an additional /run to runroot + * rootless: avoid hang on failed slirp4netns + * Fix setting of version information + * runtime: do not allow runroot longer than 50 characters + * attach: fix attach when cuid is too long + * truncate command output in ps by default + * make various changes to ps output + * Use two spaces to pad PS fields + * fix bug in rm -fa parallel deletes + * Ensure test container in running state + * Add tests for selinux labels + * Add --max-workers and heuristics for parallel operations + * Increase security and performance when looking up groups + * run prepare in parallel + * runlabel: run any command + * Explain the device format in man pages + * Add --all and --latest to checkpoint/restore + * Use more reliable check for rootless for firewall init + * Make podman ps fast + * Support auth file environment variable in podman build + * fix environment variable parsing + * Use the CRIU version check in checkpoint/restore + * Handle http/https in registry given to login/out + * correct stats err with non-running containers + * Make rm faster + * Fix man page to show info on storage + +- Changelog for v0.10.1.3 (2018-10-17) + * Vendor in new new buildah/ci + * Fix podman in podman + +- Changelog for v0.10.1.2 (2018-10-17) + * Fix CGroup paths used for systemd CGroup mount + ------------------------------------------------------------------- Tue Oct 30 06:57:08 UTC 2018 - Valentin Rothberg diff --git a/podman.spec b/podman.spec index 0bc2cd6..56c938e 100644 --- a/podman.spec +++ b/podman.spec @@ -24,7 +24,7 @@ %define with_libostree 1 %endif Name: podman -Version: 0.10.1.1 +Version: 0.11.1 Release: 0 Summary: Debugging tool for pods and images License: Apache-2.0