8 Commits

Author SHA256 Message Date
f7554404af Accepting request 1324263 from devel:microos
OBS-URL: https://build.opensuse.org/request/show/1324263
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/buildah?expand=0&rev=107
2025-12-24 12:16:04 +00:00
41ef9b0ec5 Update to version 1.42.2
OBS-URL: https://build.opensuse.org/package/show/devel:microos/buildah?expand=0&rev=59
2025-12-23 11:38:30 +00:00
59814313f6 Accepting request 1309464 from devel:microos
OBS-URL: https://build.opensuse.org/request/show/1309464
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/buildah?expand=0&rev=106
2025-10-07 16:28:19 +00:00
2c527d623b Update to version 1.41.5
OBS-URL: https://build.opensuse.org/package/show/devel:microos/buildah?expand=0&rev=58
2025-10-07 07:05:33 +00:00
b286f49df0 Accepting request 1308102 from devel:microos
OBS-URL: https://build.opensuse.org/request/show/1308102
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/buildah?expand=0&rev=105
2025-09-30 15:42:35 +00:00
2ab7f467b4 Update to version 1.41.4
* [release-1.41] Bump to Buildah v1.41.4
  * [release-1.41] c/common to v0.64.2, ulikunitz/xv v0.5.12, docker/docker v28.3.3

OBS-URL: https://build.opensuse.org/package/show/devel:microos/buildah?expand=0&rev=57
2025-09-30 06:36:43 +00:00
48fbe8b287 Accepting request 1301896 from devel:microos
OBS-URL: https://build.opensuse.org/request/show/1301896
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/buildah?expand=0&rev=104
2025-08-29 16:37:13 +00:00
7896706239 Update to version 1.41.3
OBS-URL: https://build.opensuse.org/package/show/devel:microos/buildah?expand=0&rev=56
2025-08-29 08:19:12 +00:00
6 changed files with 257 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.40.1</param>
<param name="revision">v1.42.2</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">b013f3474f3a2819e9106640d4918c10a37fa341</param></service></servicedata>
<param name="changesrevision">c0cc97255c76f7a3d87bfdf5e7b97f013f0bfe85</param></service></servicedata>

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3287ef7040b00a784b53ac30f4556b4b8b9e3b3656c8f8c9e9072f08faf27158
size 7705368

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

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

View File

@@ -1,3 +1,254 @@
-------------------------------------------------------------------
Mon Dec 22 09:15:09 UTC 2025 - Madhankumar Chellamuthu <madhankumar.chellamuthu@suse.com>
- Update to version 1.42.2:
* [release-1.42] Bump Buildah to v1.42.2
* [release-1.42] Bump runc to v1.3.4
* [release-1.42] Bump Buildah to v1.42.1
* [release-1.42] bump runc to v1.3.3 - CVE-2025-52881
* RPM: build with sequoia on F43+
* Bump to Buildah v1.42.0
* Bump to storage v1.61.0, image v5.38.0, common v0.66.0
* fix(deps): update module github.com/openshift/imagebuilder to v1.2.19
* fix(deps): update module github.com/openshift/imagebuilder to v1.2.18
* copier: ignore user.overlay.* xattrs
* commit: always return the config digest as the image ID
* fix(deps): update module golang.org/x/crypto to v0.43.0
* fix(deps): update module golang.org/x/sys to v0.37.0
* fix(deps): update module github.com/docker/docker to v28.5.1+incompatible
* fix(deps): update module github.com/moby/buildkit to v0.25.1
* fix(deps): update module github.com/opencontainers/runc to v1.3.2
* fix(deps): update module github.com/docker/docker to v28.5.0+incompatible
* fix(deps): update module github.com/moby/buildkit to v0.25.0
* fix(deps): update github.com/containers/luksy digest to 2cf5bc9
* Make some test files different from each other
* Revert "fix(deps): update module github.com/cyphar/filepath-securejoin to v0.5.0"
* Also run integration tests with the Sequoia backend
* Allow users to build against podman-sequoia in non-default locations
* fix(deps): update module github.com/cyphar/filepath-securejoin to v0.5.0
* .cirrus.yml: Test Vendoring bump golang
* vendor: bump go.podman.io/{common,image,storage} to main
* fix(deps): update module golang.org/x/crypto to v0.42.0
* fix(deps): update module github.com/docker/docker to v28.4.0+incompatible
* fix(deps): update module github.com/moby/buildkit to v0.24.0
* fix(deps): update module github.com/spf13/pflag to v1.0.10
* fix(deps): update module github.com/fsouza/go-dockerclient to v1.12.2
* fix(deps): update module github.com/opencontainers/runc to v1.3.1
* fix(deps): update module github.com/opencontainers/cgroups to v0.0.5
* fix(deps): update module golang.org/x/sync to v0.17.0
* tests/run.bats: "run masks" test: accept "unreadable" masked directories
* Run: create parent directories of mount targets with mode 0755
* tests/run.bats: "run masks" test: accept "unreadable" masked directories
* New VM images
* Suppress a linter warning
* modernize: JSON doesn't do "omitempty" structs, so stop asking
* modernize: use maps.Copy() instead of iterating over a map to copy it
* modernize: use strings.CutPrefix/SplitSeq/FieldsSeq
* Update expected/minimum version of Go to 1.24
* chroot: use $PATH when finding commands
* [skip-ci] Update actions/stale action to v10
* Update module github.com/ulikunitz/xz to v0.5.15 [SECURITY]
* Update go.sum
* New VM images
* Update module github.com/openshift/imagebuilder to v1
* Update module github.com/spf13/cobra to v1.10.1
* Switch common, storage and image to monorepo.
* Update module github.com/stretchr/testify to v1.11.1
* Update module go.etcd.io/bbolt to v1.4.3
* Handle tagged+digested references when processing --all-platforms
* Update module github.com/stretchr/testify to v1.11.0
* Add --transient-store global option
* Support "--imagestore" global flags
* Commit: don't depend on MountImage(), because .imagestore
* Adding mohanboddu as community manager to MAINTAINERS.md
* Rework how we decide what to filter out of layer diffs
* Note that we have to build `true` first for the sake of its tests
* copier.Stat(): return owner UID and GID if available
* copier.Get(): ensure that directory entries end in "/"
* copier.Get(): strip user and group names from entries
* imagebuildah.Executor/StageExecutor: check numeric --from= values
* Losen the dependency on go-connections/tlsconfig
* fix(deps): update module golang.org/x/crypto to v0.41.0
* fix(deps): update module golang.org/x/term to v0.34.0
* fix(deps): update module github.com/docker/go-connections to v0.6.0
* fix(deps): update module golang.org/x/sys to v0.35.0
* copy: assume a destination with basename "." is a directory
* generatePathChecksum: ignore ModTime, AccessTime and ChangeTime
* fix(deps): update module github.com/seccomp/libseccomp-golang to v0.11.1
* fix(deps): update module github.com/containers/common to v0.64.1
* History should note unset-label, timestamp, and rewrite-timestamp
* pkg/cli.GenBuildOptions(): don't hardwire optional bools
* fix(deps): update module github.com/containers/image/v5 to v5.36.1
* imagebuildah.StageExecutor.Execute: commit more "no instructions" cases
* fix(deps): update module github.com/containers/storage to v1.59.1
* Only suppress "noted" items when not squashing
* Reap stray processes
* fix(deps): update github.com/containers/luksy digest to 8fccf78
* fix(deps): update module github.com/docker/docker to v28.3.3+incompatible
* Restore the default meaning of `--pull` (should be `always`).
* Test that pulled up parent directories are excluded at commit
* Exclude pulled up parent directories at commit-time
* copier.Ensure(): also return parent directories
* copier.MkdirOptions: add ModTimeNew
* fix(deps): update module github.com/containers/common to v0.64.0
* Bump to Buildah v1.42.0-dev
* fix(deps): update module github.com/spf13/pflag to v1.0.7
* CI: make runc tests non-blocking
* build,add: add support for corporate proxies
-------------------------------------------------------------------
Tue Oct 07 06:33:38 UTC 2025 - Madhankumar Chellamuthu <madhankumar.chellamuthu@suse.com>
- Update to version 1.41.5:
* Tag v1.41.5
* tests/run.bats: "run masks" test: accept "unreadable" masked directories
* Run: create parent directories of mount targets with mode 0755
-------------------------------------------------------------------
Fri Sep 26 09:03:53 UTC 2025 - Madhankumar Chellamuthu <madhankumar.chellamuthu@suse.com>
- Update to version 1.41.4:
* [release-1.41] Bump to Buildah v1.41.4
* [release-1.41] c/common to v0.64.2, ulikunitz/xv v0.5.12, docker/docker v28.3.3
-------------------------------------------------------------------
Thu Aug 21 05:41:57 UTC 2025 - Madhankumar Chellamuthu <madhankumar.chellamuthu@suse.com>
- Update to version 1.41.3:
* [release-1.41] Bump Buildah to v1.41.3
* Commit: don't depend on MountImage(), because .imagestore
* [release-1.41] Bump to v1.41.2
* Rework how we decide what to filter out of layer diffs
* Note that we have to build `true` first for the sake of its tests
* copier.Stat(): return owner UID and GID if available
* copier.Get(): ensure that directory entries end in "/"
* copier.Get(): strip user and group names from entries
* imagebuildah.Executor/StageExecutor: check numeric --from= values
* [release-1.41] Bump Buildah to v1.41.1
* [release-1.41] Bump c/* projects and Buildah to v1.41.1
* [release-1.41] generatePathChecksum: ignore ModTime, AccessTime
* History should note unset-label, timestamp, and rewrite-timestamp
* pkg/cli.GenBuildOptions(): don't hardwire optional bools
* Only suppress "noted" items when not squashing
* Test that pulled up parent directories are excluded at commit
* Exclude pulled up parent directories at commit-time
* copier.Ensure(): also return parent directories
* copier.MkdirOptions: add ModTimeNew
* Restore the default meaning of `--pull` (should be `always`).
* Bump to Buildah v1.41.0
* Bump to c/storage v1.59.0, c/image v5.36.0,
* fix(deps): update module github.com/containers/image/v5 to v5.36.0
* fix(deps): update module github.com/containers/storage to v1.59.0
* stage_executor: check platform of cache candidates
* fix(deps): update module golang.org/x/crypto to v0.40.0
* fix(deps): update module golang.org/x/term to v0.33.0
* fix(deps): update module golang.org/x/sync to v0.16.0
* fix(deps): update module github.com/docker/docker to v28.3.2+incompatible
* ADD/COPY --link support added
* RPM/TMT: account for passwd binary moving to tests
* buildah: move passwd command to tests
* Update "bud with --cpu-shares" test, and rename it
* Remove BUILDTAG btrfs_noversion as no longer effective
* fix(deps): update module github.com/docker/docker to v28.3.1+incompatible
* fix(deps): update module github.com/moby/buildkit to v0.23.2
* fix(deps): update github.com/containers/luksy digest to bc60f96
* chore(typos): fix typos
* vendor: update c/{common,image,storage} to main
* chore(deps): update module github.com/go-viper/mapstructure/v2 to v2.3.0 [security]
* fix(deps): update module go.etcd.io/bbolt to v1.4.2
* Update Neil Smith's GitHub username in MAINTAINERS.md
* Accept SOURCE_DATE_EPOCH as a build-arg
* fix(deps): update module github.com/docker/docker to v28.3.0+incompatible
* Add conditional release-checking system test
* info,inspect: use the "formats" package to get some builtins
* Use containers/common's formats package instead of our own
* build, commit: set the OCI ...created annotation on OCI images
* commit: exclude parents of mount targets, too
* run: clean up parents of mount targets, too
* tarFilterer: always flush after writing
* Builder: drop the TempVolumes field
* Update module github.com/moby/buildkit to v0.23.1
* Update module github.com/opencontainers/cgroups to v0.0.3
* Add CommitOptions.OmitLayerHistoryEntry, for skipping the new bits
* Update module github.com/fsouza/go-dockerclient to v1.12.1
* conformance: use mirrored frontend and base images
* commit-with-extra-files test: use $TEST_SCRATCH_DIR
* fix(deps): update module github.com/moby/buildkit to v0.23.0
* "root fs only mounted once" test: accept root with only the rw option
* Run with --device /dev/fuse and not just -v /dev/fuse:/dev/fuse
* CI: pass $BUILDAH_RUNTIME through to in-container test runs
* CI: ensure rootless groups aren't duplicates
* build: add support for --inherit-annotations
* CI: give the rootless test user some supplemental groups
* bud,run: runc does not support keep-groups
* Fix lint issue in TestCommitCompression
* Add a unit test for compression types in OCI images
* Support zstd compression in image commit
* fix(deps): update module go.etcd.io/bbolt to v1.4.1
* rpm: build rpm with libsqlite3 tag
* Makefile: use libsqlite3 build when possible
* commit,build: --source-date-epoch/--timestamp omit identity label
* docs: add --setopt "*.countme=false" to dnf examples
* Builder.sbomScan(): don't break non-root scanners
* build: --source-date-epoch/--timestamp use static hostname/cid
* fix(deps): update module golang.org/x/crypto to v0.39.0
* fix(deps): update module golang.org/x/sync to v0.15.0
* build: add --source-date-epoch and --rewrite-timestamp flags
* build,config: add support for --unsetannotation
* commit: add --source-date-epoch and --rewrite-timestamp flags
* fix(deps): update module github.com/openshift/imagebuilder to v1.2.16
* vendor latest c/{common,image,storage}
* Tweak our handling of variant values, again
* Don't BuildRequires: ostree-devel
* parse, validateExtraHost: honor Hostgateway in format
* remove static nix build
* Ensure extendedGlob returns paths in lexical order
* CI: run integration tests on Fedora with both crun and runc
* buildah-build(1): clarify that --cgroup-parent affects RUN instructions
* runUsingRuntime: use named constants for runtime states
* Add a dummy "runtime" that just dumps its config file
* run: handle relabeling bind mounts ourselves
* fix link to Maintainers file
* Update to avoid deprecated types
* fix(deps): update module github.com/docker/docker to v28.2.0+incompatible
* [skip-ci] Packit: cleanup redundant targets and unused anchors
* [skip-ci] Packit: set fedora-all after F40 EOL
* Use Fedora 42 instead of 41 in that one conformance test
* [CI:DOCS] README.md: add openssf passing badge
* fix(deps): update module github.com/moby/buildkit to v0.22.0
* copier: add Ensure and ConditionalRemove
* [CI:DOCS] update a couple of lists in the build man page
* build: allow --output to be specified multiple times
* add: add a new --timestamp flag
* tests/helpers.bash: add some helpers for parsing images
* pkg/parse.GetBuildOutput(): use strings.Cut()
* [skip-ci] Packit: Disable osh_diff_scan
* internal/util.SetHas(): handle maps of [generic]generic
* Refactor NewImageSource to add a manifest type abstraction (#5743)
* [skip-ci] Packit: Ignore ELN and CentOS Stream jobs
* imagebuildah: select most recent layer for cache
* [CI:DOCS] Add CNCF roadmap, touchup other CNCF files
* fix(deps): update module golang.org/x/crypto to v0.38.0
* Fix typo in comment (#6167)
* Support label_users in buildah
* fix(deps): update module golang.org/x/sync to v0.14.0
* fix(deps): update github.com/containers/luksy digest to 4bb4c3f
* test/serve: fix a descriptor leak, add preliminary directory support
* fix(deps): update module github.com/opencontainers/cgroups to v0.0.2
* fix(deps): update module github.com/moby/buildkit to v0.21.1
* Update to avoid deprecated types
* fix(deps): update module github.com/opencontainers/runc to v1.3.0
* Only filter if containerImageRef.created != nil
* Drop superfluous cast
* Remove UID/GID scrubbing.
* fix(deps): update module github.com/seccomp/libseccomp-golang to v0.11.0
* cirrus: turn prior fedora testing back on
* chore(deps): update dependency containers/automation_images to v20250422
* fix(deps): update module github.com/docker/docker to v28.1.1+incompatible
* Bump to Buildah v1.41.0-dev
* CI vendor_task: pin to go 1.23.3 for now
* fix(deps): update module github.com/containers/common to v0.63.0
-------------------------------------------------------------------
Mon Jun 09 07:09:39 UTC 2025 - Madhankumar Chellamuthu <madhankumar.chellamuthu@suse.com>

View File

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