diff --git a/_service b/_service index 24bf2d0..28a3482 100644 --- a/_service +++ b/_service @@ -4,8 +4,8 @@ https://github.com/containers/buildah.git git buildah -1.11.0 -v1.11.0 +1.11.1 +v1.11.1 diff --git a/buildah-1.11.0.tar.xz b/buildah-1.11.0.tar.xz deleted file mode 100644 index 6a22091..0000000 --- a/buildah-1.11.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0573b2068f00cfc2febdd2c1f147ed96600fb107452e22fd37245df8b136841c -size 5308928 diff --git a/buildah-1.11.1.tar.xz b/buildah-1.11.1.tar.xz new file mode 100644 index 0000000..e3bd7cb --- /dev/null +++ b/buildah-1.11.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f439aa72020e6ab861a768d085decd654808f1348794ce11890644761f947829 +size 5344716 diff --git a/buildah.changes b/buildah.changes index af0c90b..fa366af 100644 --- a/buildah.changes +++ b/buildah.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Fri Sep 13 07:07:28 UTC 2019 - Sascha Grunert + +- Update to v1.11.1 + * Add --devices flag to bud and from + * Add support for /run/.containerenv + * Allow mounts.conf entries for equal source and destination paths + * Fix label and annotation for 1-line Dockerfiles + * Preserve file and directory mount permissions + * Replace --debug=false with --log-level=error + * Set TMPDIR to /var/tmp by default + * Truncate output of too long image names + * Ignore EmptyLayer if Squash is set + ------------------------------------------------------------------- Thu Sep 5 15:02:56 UTC 2019 - Sascha Grunert diff --git a/buildah.spec b/buildah.spec index fa2d8f5..54826ab 100644 --- a/buildah.spec +++ b/buildah.spec @@ -22,7 +22,7 @@ %define with_libostree 1 %endif Name: buildah -Version: 1.11.0 +Version: 1.11.1 Release: 0 Summary: Tool for building OCI containers License: Apache-2.0