diff --git a/_service b/_service index e828e10..b6a14f1 100644 --- a/_service +++ b/_service @@ -4,8 +4,8 @@ https://github.com/containers/buildah.git git buildah -1.14.6 -v1.14.6 +1.15.0 +v1.15.0 diff --git a/buildah-1.14.6.tar.xz b/buildah-1.14.6.tar.xz deleted file mode 100644 index f029aef..0000000 --- a/buildah-1.14.6.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:04d001cc3ffc3b503a1b72bc59a2ce55eb7681f6c14b0d56578dfba0a5e79170 -size 5894116 diff --git a/buildah-1.15.0.tar.xz b/buildah-1.15.0.tar.xz new file mode 100644 index 0000000..7f670b1 --- /dev/null +++ b/buildah-1.15.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af548a4b56e1356c6eeb78ba2438bfccf31d7c03ef466b3f6a868568cfb0398c +size 5662872 diff --git a/buildah.changes b/buildah.changes index 1a0b655..3585d9e 100644 --- a/buildah.changes +++ b/buildah.changes @@ -1,3 +1,41 @@ +------------------------------------------------------------------- +Wed Jun 24 13:24:58 UTC 2020 - Ralf Haferkamp + +- Update to v1.15.0 + * Add CVE-2020-10696 to CHANGELOG.md and changelog.txt + * fix lighttpd example + * remove dependency on openshift struct + * Warn on unset build arguments + * vendor: update seccomp/containers-golang to v0.4.1 + * Updated docs + * clean up comments + * update exit code for tests + * Implement commit for encryption + * implementation of encrypt/decrypt push/pull/bud/from + * fix resolve docker image name as transport + * Add preliminary profiling support to the CLI + * Evaluate symlinks in build context directory + * fix error info about get signatures for containerImageSource + * Add Security Policy + * Cirrus: Fixes from review feedback + * imagebuildah: stages shouldn't count as their base images + * Update containers/common v0.10.0 + * Add registry to buildahimage Dockerfiles + * Cirrus: Use pre-installed VM packages + F32 + * Cirrus: Re-enable all distro versions + * Cirrus: Update to F31 + Use cache images + * golangci-lint: Disable gosimple + * Lower number of golangci-lint threads + * Fix permissions on containers.conf + * Don't force tests to use runc + * Return exit code from failed containers + * cgroup_manager should be under [engine] + * Use c/common/pkg/auth in login/logout + * Cirrus: Temporarily disable Ubuntu 19 testing + * Add containers.conf to stablebyhand build + * Update gitignore to exclude test Dockerfiles + * Remove warning for systemd inside of container + ------------------------------------------------------------------- Mon Apr 6 06:39:00 UTC 2020 - Sascha Grunert diff --git a/buildah.spec b/buildah.spec index 9aba31a..5a80833 100644 --- a/buildah.spec +++ b/buildah.spec @@ -22,7 +22,7 @@ %define with_libostree 1 %endif Name: buildah -Version: 1.14.6 +Version: 1.15.0 Release: 0 Summary: Tool for building OCI containers License: Apache-2.0