diff --git a/_service b/_service index 786e1be..7420721 100644 --- a/_service +++ b/_service @@ -4,8 +4,8 @@ https://github.com/containers/libpod.git git podman -0.8.5 -v0.8.5 +0.9.3.1 +v0.9.3.1 @@ -13,11 +13,11 @@ -https://github.com/kubernetes-incubator/cri-o.git +https://github.com/kubernetes-sigs/cri-o.git git conmon git.%H -662dbb31b5d4f5ed54511a47cde7190c61c28677 +4cd5a7c60349be0678d9f1b0657683324c1a2726 diff --git a/conmon-git.4cd5a7c60349be0678d9f1b0657683324c1a2726.tar.xz b/conmon-git.4cd5a7c60349be0678d9f1b0657683324c1a2726.tar.xz new file mode 100644 index 0000000..891eb9a --- /dev/null +++ b/conmon-git.4cd5a7c60349be0678d9f1b0657683324c1a2726.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64694fcb54f084bb8e5562ba1bf9c109e4b42d602e6be604111f0c6aef610fd3 +size 3826976 diff --git a/conmon-git.662dbb31b5d4f5ed54511a47cde7190c61c28677.tar.xz b/conmon-git.662dbb31b5d4f5ed54511a47cde7190c61c28677.tar.xz deleted file mode 100644 index 4a1c46c..0000000 --- a/conmon-git.662dbb31b5d4f5ed54511a47cde7190c61c28677.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3694c2555b87fc3b221827b007b025adb739cfb5217397e4b5cea403e74a5961 -size 3119196 diff --git a/podman-0.8.5.tar.xz b/podman-0.8.5.tar.xz deleted file mode 100644 index f10e402..0000000 --- a/podman-0.8.5.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:69367eb55c52af37985ab97a6365007b2a8d39ac3b0f36518dfeec5bb664e456 -size 3237400 diff --git a/podman-0.9.3.1.tar.xz b/podman-0.9.3.1.tar.xz new file mode 100644 index 0000000..b3b1706 --- /dev/null +++ b/podman-0.9.3.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03baf8b21f688e6d30dc4810abe53ba555f7e458b686b196942d3b742ccb5427 +size 3254512 diff --git a/podman.changes b/podman.changes index 99abf2e..675be91 100644 --- a/podman.changes +++ b/podman.changes @@ -1,3 +1,47 @@ +------------------------------------------------------------------- +Mon Oct 1 05:51:48 UTC 2018 - Valentin Rothberg + +- Update conmon to 4cd5a7c60349be0678d9f1b0657683324c1a2726 and fetch + it from its new home https://github.com/kubernetes-sigs/cri-o. + +- Changelog for v0.9.3.1 (2018-09-25) + * Disable problematic SELinux code causing runc issues + +- Changelog for v0.9.3 (2018-09-21) + * Add --mount option for `create` & `run` command + * Don't mount /dev/shm if the user told you --ipc=none + * rootless: error out if there are not enough UIDs/GIDs available + * Add new field to libpod to indicate whether or not to use labelling + * Bind Mounts should be mounted read-only when in read-only mode + * report when rootless + * Don't crash if an image has no names + +- Changelog for v0.9.2 (2018-09-14) + * Don't mount /dev/* if user mounted /dev + * rootless: do not raise an error if the entrypoint is specified + * Add a way to disable port reservation + * Do not set rlimits if we are rootless + * Add --interval flag to podman wait + * Add `podman rm --volumes` flag + * Explicitly set default CNI network name in libpod.conf + +- Changelog for v0.9.1.1 (2018-09-10) + * Replace existing iptables handler with firewall code + * Vendor CNI plugins firewall code + * Fix displaying size on size calculation error + +- Changelog for v0.9.1 (2018-09-07) + * Fix pod sharing for utsmode + * Respect user-added mounts over default spec mounts + * use layer cache when building images + * Start pod infra container when pod is created + * Fix up libpod.conf man pages and referencese to it. + * We should fail Podman with ExitCode 125 by default + * Add CRI logs parsing to podman logs + * rmi remove all not error when no images are present + * rootless, create: support --pod + * rootless, run: support --pod + ------------------------------------------------------------------- Mon Sep 3 06:04:26 UTC 2018 - Valentin Rothberg diff --git a/podman.spec b/podman.spec index f4f676c..41e22aa 100644 --- a/podman.spec +++ b/podman.spec @@ -17,14 +17,14 @@ %define project github.com/containers/libpod -%define conmon_project github.com/kubernetes-incubator/cri-o -%define conmon_commit 662dbb31b5d4f5ed54511a47cde7190c61c28677 +%define conmon_project github.com/kubernetes-sigs/cri-o +%define conmon_commit 4cd5a7c60349be0678d9f1b0657683324c1a2726 # 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.8.5 +Version: 0.9.3.1 Release: 0 Summary: Debugging tool for pods and images License: Apache-2.0