Accepting request 1242982 from devel:microos
OBS-URL: https://build.opensuse.org/request/show/1242982 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/buildah?expand=0&rev=97
This commit is contained in:
commit
16df8b5f8d
2
_service
2
_service
@ -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.38.1</param>
|
||||
<param name="revision">v1.39.0</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
<service name="recompress" mode="manual">
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/containers/buildah.git</param>
|
||||
<param name="changesrevision">a07dde1b8d12cd35717aae96ecda38cb6911e9c3</param></service></servicedata>
|
||||
<param name="changesrevision">c15ab104a18def9dc812fe31bf1fc02f6d0a571b</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:aaf43367bc60a9d108a89d2062ded0586b397ef07ec583842ea06422689b6a32
|
||||
size 11369556
|
3
buildah-1.39.0.tar.xz
Normal file
3
buildah-1.39.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:79168554e287567917e1b73c6dcce5cb93a31ea53d918dcc2cf1ed5a18904b1e
|
||||
size 11439160
|
@ -1,3 +1,97 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 04 06:04:06 UTC 2025 - madhankumar.chellamuthu@suse.com
|
||||
|
||||
- Update to version 1.39.0:
|
||||
* Bump to Buildah v1.39.0
|
||||
* Bump c/storage v1.57.1, c/image 5.34.0, c/common v0.62.0
|
||||
* Update module github.com/containers/storage to v1.57.0
|
||||
* CI, .cirrus: parallelize containerized integration
|
||||
* ed's comment: cleanup
|
||||
* use seperate blobinfocache for flaky test
|
||||
* bump CI VMs to 4 CPUs (was: 2) for integration tests
|
||||
* cleanup, debug, and disable parallel in blobcache tests
|
||||
* bats tests - parallelize
|
||||
* pkg/overlay: cleanups
|
||||
* RPM: include check section to silence rpmlint
|
||||
* RPM: use default gobuild macro on RHEL
|
||||
* tests: remove masked /sys/dev/block check
|
||||
* vendor to latest c/{common,image,storage}
|
||||
* build, run: record hash or digest in image history
|
||||
* Accept image names as sources for cache mounts
|
||||
* Run(): always clean up options.ExternalImageMounts
|
||||
* refactor: replace golang.org/x/exp with stdlib
|
||||
* Update to c/image @main
|
||||
* fix broken doc link
|
||||
* run_freebsd.go: only import runtime-spec once
|
||||
* fix(deps): update module github.com/docker/docker to v27.5.1+incompatible
|
||||
* bump github.com/vbatts/tar-split
|
||||
* Add more checks to the --mount flag parsing logic
|
||||
* chroot mount flags integration test: copy binaries
|
||||
* fix(deps): update module github.com/moby/buildkit to v0.19.0
|
||||
* relabel(): correct a misleading parameter name
|
||||
* Fix TOCTOU error when bind and cache mounts use "src" values
|
||||
* define.TempDirForURL(): always use an intermediate subdirectory
|
||||
* internal/volume.GetBindMount(): discard writes in bind mounts
|
||||
* pkg/overlay: add a MountLabel flag to Options
|
||||
* pkg/overlay: add a ForceMount flag to Options
|
||||
* Add internal/volumes.bindFromChroot()
|
||||
* Add an internal/open package
|
||||
* fix(deps): update module github.com/containers/common to v0.61.1
|
||||
* fix(deps): update module github.com/containers/image/v5 to v5.33.1
|
||||
* [CI:DOCS] Touch up changelogs
|
||||
* fix(deps): update module github.com/docker/docker to v27.5.0+incompatible
|
||||
* copy-preserving-extended-attributes: use a different base image
|
||||
* fix(deps): update github.com/containers/luksy digest to a3a812d
|
||||
* chore(deps): update module golang.org/x/net to v0.33.0 [security]
|
||||
* fix(deps): update module golang.org/x/crypto to v0.32.0
|
||||
* New VM Images
|
||||
* fix(deps): update module github.com/opencontainers/runc to v1.2.4
|
||||
* fix(deps): update module github.com/docker/docker to v27.4.1+incompatible
|
||||
* fix(deps): update module github.com/containers/ocicrypt to v1.2.1
|
||||
* Add support for --security-opt mask and unmask
|
||||
* Allow cache mounts to be stages or additional build contexts
|
||||
* [skip-ci] RPM: cleanup changelog conditionals
|
||||
* fix(deps): update module github.com/cyphar/filepath-securejoin to v0.3.6
|
||||
* fix(deps): update module github.com/moby/buildkit to v0.18.2
|
||||
* Fix an error message in the chroot unit test
|
||||
* copier: use .PAXRecords instead of .Xattrs
|
||||
* chroot: on Linux, try to pivot_root before falling back to chroot
|
||||
* manifest add: add --artifact-annotation
|
||||
* Add context to an error message
|
||||
* Update module golang.org/x/crypto to v0.31.0
|
||||
* Update module github.com/opencontainers/runc to v1.2.3
|
||||
* Update module github.com/docker/docker to v27.4.0+incompatible
|
||||
* Update module github.com/cyphar/filepath-securejoin to v0.3.5
|
||||
* CI: don't build a binary in the unit tests task
|
||||
* CI: use /tmp for $GOCACHE
|
||||
* CI: remove dependencies on the cross-build task
|
||||
* CI: run cross-compile task with make -j
|
||||
* Update module github.com/docker/docker to v27.4.0-rc.4+incompatible
|
||||
* Update module github.com/moby/buildkit to v0.18.1
|
||||
* Update module golang.org/x/crypto to v0.30.0
|
||||
* Update golang.org/x/exp digest to 2d47ceb
|
||||
* Update github.com/opencontainers/runtime-tools digest to f7e3563
|
||||
* [skip-ci] Packit: remove rhel copr build jobs
|
||||
* [skip-ci] Packit: switch to fedora-all for copr
|
||||
* Update module github.com/stretchr/testify to v1.10.0
|
||||
* Update module github.com/moby/buildkit to v0.17.2
|
||||
* Makefile: use `find` to detect source files
|
||||
* Tests: make _prefetch() parallel-safe
|
||||
* Update module github.com/opencontainers/runc to v1.2.2
|
||||
* executor: allow to specify --no-pivot-root
|
||||
* Update module github.com/moby/sys/capability to v0.4.0
|
||||
* Makefile: mv codespell config to .codespellrc
|
||||
* Fix some codespell errors
|
||||
* Makefile,install.md: rm gopath stuff
|
||||
* Makefile: rm targets working on ..
|
||||
* build: rm exclude_graphdriver_devicemapper tag
|
||||
* Makefile: rm unused var
|
||||
* Finish updating to go 1.22
|
||||
* CI VMs: bump again
|
||||
* Bump to Buidah v1.39.0-dev
|
||||
* stage_executor: set avoidLookingCache only if mounting stage
|
||||
* imagebuildah: additionalContext is not a local built stage
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 27 09:43:31 UTC 2025 - madhankumar.chellamuthu@suse.com
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
%define project github.com/containers/buildah
|
||||
Name: buildah
|
||||
Version: 1.38.1
|
||||
Version: 1.39.0
|
||||
Release: 0
|
||||
Summary: Tool for building OCI containers
|
||||
License: Apache-2.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user