Skip to content

Commit d5a305f

Browse files
committed
Tag v1.39.1
Tag a new release to pull in that fix for chroot isolation. Signed-off-by: Nalin Dahyabhai <[email protected]>
1 parent cb1694b commit d5a305f

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
# Changelog
44

5+
## v1.39.1 (2025-02-25)
6+
7+
chroot createPlatformContainer: use MS_REMOUNT
8+
59
## v1.39.0 (2025-01-31)
610

711
Bump c/storage v1.57.1, c/image 5.34.0, c/common v0.62.0

changelog.txt

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
- Changelog vor v1.39.1 (2025-02-25)
2+
3+
* chroot createPlatformContainer: use MS_REMOUNT
4+
15
- Changelog for v1.39.0 (2025-01-31)
26
* Bump c/storage v1.57.1, c/image 5.34.0, c/common v0.62.0
37
* Update module github.com/containers/storage to v1.57.0

define/types.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const (
2929
// identify working containers.
3030
Package = "buildah"
3131
// Version for the Package. Also used by .packit.sh for Packit builds.
32-
Version = "1.39.0"
32+
Version = "1.39.1"
3333

3434
// DefaultRuntime if containers.conf fails.
3535
DefaultRuntime = "runc"

0 commit comments

Comments
 (0)