Merge pull request #6398 from nalind/v1.41.5

[release-1.41] tag v1.41.5
This commit is contained in:
openshift-merge-bot[bot] 2025-09-29 18:50:25 +00:00 committed by GitHub
commit 0e4301a18e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 11 additions and 1 deletions

View File

@ -2,6 +2,11 @@
# Changelog # Changelog
## v1.41.5 (2025-09-29)
[release-1.41] Run: create parent directories of mount targets with mode 0755
[release-1.41] tests/run.bats: "run masks" test: accept "unreadable" masked directories
## v1.41.4 (2025-09-03) ## v1.41.4 (2025-09-03)
[release-1.41] c/common to v0.64.2, ulikunitz/xv v0.5.12, docker/docker v28.3.3 [release-1.41] c/common to v0.64.2, ulikunitz/xv v0.5.12, docker/docker v28.3.3

View File

@ -1,3 +1,8 @@
- Changelog for v1.41.5 (2025-09-29)
[release-1.41] Run: create parent directories of mount targets with mode 0755
[release-1.41] tests/run.bats: "run masks" test: accept "unreadable" masked directories
- Changelog for v1.41.4 (2025-09-03) - Changelog for v1.41.4 (2025-09-03)
* [release-1.41] c/common to v0.64.2, ulikunitz/xv v0.5.12, docker/docker v28.3.3 * [release-1.41] c/common to v0.64.2, ulikunitz/xv v0.5.12, docker/docker v28.3.3

View File

@ -29,7 +29,7 @@ const (
// identify working containers. // identify working containers.
Package = "buildah" Package = "buildah"
// Version for the Package. Also used by .packit.sh for Packit builds. // Version for the Package. Also used by .packit.sh for Packit builds.
Version = "1.41.4" Version = "1.41.5"
// DefaultRuntime if containers.conf fails. // DefaultRuntime if containers.conf fails.
DefaultRuntime = "runc" DefaultRuntime = "runc"