Merge pull request #6398 from nalind/v1.41.5
[release-1.41] tag v1.41.5
This commit is contained in:
commit
0e4301a18e
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue