Accepting request 817657 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/817657 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/buildah?expand=0&rev=32
This commit is contained in:
parent
3a870b6179
commit
1b0fd85c55
4
_service
4
_service
@ -4,8 +4,8 @@
|
||||
<param name="url">https://github.com/containers/buildah.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="filename">buildah</param>
|
||||
<param name="versionformat">1.14.6</param>
|
||||
<param name="revision">v1.14.6</param>
|
||||
<param name="versionformat">1.15.0</param>
|
||||
<param name="revision">v1.15.0</param>
|
||||
</service>
|
||||
|
||||
<service name="recompress" mode="disabled">
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:04d001cc3ffc3b503a1b72bc59a2ce55eb7681f6c14b0d56578dfba0a5e79170
|
||||
size 5894116
|
3
buildah-1.15.0.tar.xz
Normal file
3
buildah-1.15.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:af548a4b56e1356c6eeb78ba2438bfccf31d7c03ef466b3f6a868568cfb0398c
|
||||
size 5662872
|
@ -1,3 +1,41 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 24 13:24:58 UTC 2020 - Ralf Haferkamp <rhafer@suse.com>
|
||||
|
||||
- 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 <sgrunert@suse.com>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user