Accepting request 1176691 from devel:microos

New upstream release 1.36.0

OBS-URL: https://build.opensuse.org/request/show/1176691
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/buildah?expand=0&rev=87
This commit is contained in:
Ana Guerrero 2024-05-24 17:53:16 +00:00 committed by Git OBS Bridge
commit 06c211f82f
6 changed files with 95 additions and 6 deletions

View File

@ -5,7 +5,7 @@
<param name="filename">buildah</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="revision">v1.35.4</param>
<param name="revision">v1.36.0</param>
<param name="changesgenerate">enable</param>
</service>
<service name="recompress" mode="manual">

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/containers/buildah.git</param>
<param name="changesrevision">c2926eaffff989f0718e171d0beb7ddec5b24902</param></service></servicedata>
<param name="changesrevision">6ceba8838d331eb26378cb37d9fc8ba98939aa92</param></service></servicedata>

BIN
buildah-1.35.4.tar.xz (Stored with Git LFS)

Binary file not shown.

3
buildah-1.36.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5eabd74b1a142d86ca4c8edfa209b97c6430a8e318474af2881ad57e105887cd
size 11791160

View File

@ -1,3 +1,92 @@
-------------------------------------------------------------------
Fri May 24 06:36:06 UTC 2024 - dcermak@suse.com
- Update to version 1.36.0:
* Bump to v1.36.0
* build: be more selective about specifying the default OS
* Bump to c/common v0.59.0
* Fix buildah prune --help showing the same example twice
* fix(deps): update module github.com/onsi/ginkgo/v2 to v2.18.0
* fix(deps): update module github.com/containers/image/v5 to v5.31.0
* bud tests: fix breakage when vendoring into podman
* Integration tests: fake up a replacement for nixery.dev/shell
* copierWithSubprocess(): try to capture stderr on io.ErrClosedPipe
* Don't expand RUN heredocs ourselves, let the shell do it
* Don't leak temp files on failures
* Add release note template to split dependency chores
* fix CentOS/RHEL build - no BATS there
* fix(deps): update module github.com/containers/luksy to v0.0.0-20240506205542-84b50f50f3ee
* Address CVE-2024-3727
* chore(deps): update module github.com/opencontainers/runtime-spec to v1.2.0
* Builder.cdiSetupDevicesInSpecdefConfig(): use configured CDI dirs
* Setting --arch should set the TARGETARCH build arg
* fix(deps): update module golang.org/x/exp to v0.0.0-20240416160154-fe59bbe5cc7f
* [CI:DOCS] Add link to Buildah image page to README.md
* Don't set GOTOOLCHAIN=local
* fix(deps): update module github.com/cyphar/filepath-securejoin to v0.2.5
* Makefile: set GOTOOLCHAIN=local
* Integration tests: switch some base images
* containerImageRef.NewImageSource: merge the tar filters
* fix(deps): update module github.com/onsi/ginkgo/v2 to v2.17.2
* fix(deps): update module github.com/containers/luksy to v0.0.0-20240408185936-afd8e7619947
* Disable packit builds for centos-stream+epel-next-8
* Makefile: add missing files to $(SOURCES)
* CI VMs: bump to new versions with tmpfs /tmp
* chore(deps): update module golang.org/x/net to v0.23.0 [security]
* integration test: handle new labels in "bud and test --unsetlabel"
* Switch packit configuration to use epel-9-$arch ...
* Give unit tests a bit more time
* Integration tests: remove a couple of duplicated tests
* Integration tests: whitespace tweaks
* Integration tests: don't remove images at start or end of test
* Integration tests: use cached images more
* Integration tests _prefetch: use registry configs
* internal: use fileutils.(Le|E)xists
* pkg/parse: use fileutils.(Le|E)xists
* buildah: use fileutils.(Le|E)xists
* chroot: use fileutils.(Le|E)xists
* vendor: update containers/(common|storage)
* Fix issue/pr lock workflow
* [CI:DOCS] Add golang 1.21 update warning
* heredoc: honor inline COPY irrespective of ignorefiles
* Update install.md
* source-push: add support for --digestfile
* Fix caching when mounting a cached stage with COPY/ADD
* fix(deps): update github.com/containers/luksy digest to 3d2cf0e
* Makefile: softcode `strip`, use it from env var
* Man page updates
* Add support for passing CDI specs to --device
* Update comments on some API objects
* pkg/parse.DeviceFromPath(): dereference src symlinks
* Makefile - instead of calling `as` directly, use it from env var
* fix(deps): update module github.com/onsi/ginkgo/v2 to v2.17.1
* CI: bump VMs
* fix(deps): update module github.com/docker/docker to v25.0.5+incompatible
* fix(deps): update module github.com/onsi/ginkgo/v2 to v2.17.0
* Change RUN to comment in bud.bats
* Stop rebasing renovate PRs automatically
* Update renovate validation image
* CVE-2024-1753 container escape fix
* correctly configure /etc/hosts and resolv.conf when using network
* buildah: refactor resolv/hosts setup.
* rename the hostFile var to reflect the value better
* vendor latest c/common
* [skip-ci] rpm: use go-rpm-macros supported vendoring
* Update docs/buildah-add.1.md
* fix(deps): update module github.com/onsi/ginkgo/v2 to v2.16.0
* fix(deps): update module github.com/docker/docker to v25.0.4+incompatible
* fix(deps): update module github.com/containers/ocicrypt to v1.1.10
* chore(deps): update module gopkg.in/go-jose/go-jose.v2 to v2.6.3 [security]
* chore(deps): update module github.com/go-jose/go-jose/v3 to v3.0.3 [security]
* Bump google.golang.org/protobuf to v1.33.0
* fix links to containerignore doc
* [skip-ci] Makefile: update rpm target
* pr-should-include-tests: use GitHub label, not commit text
* tests: enable pasta tests
* [CI:DOCS] Migrate buildah container image
* Update .gitignore
* Bump to v1.36.0-dev
-------------------------------------------------------------------
Fri May 10 13:56:57 UTC 2024 - danish.prakash@suse.com

View File

@ -19,7 +19,7 @@
%define project github.com/containers/buildah
Name: buildah
Version: 1.35.4
Version: 1.36.0
Release: 0
Summary: Tool for building OCI containers
License: Apache-2.0