File tree 3 files changed +9
-1
lines changed
3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
# Changelog
4
4
5
+ ## v1.39.1 (2025-02-25)
6
+
7
+ chroot createPlatformContainer: use MS_REMOUNT
8
+
5
9
## v1.39.0 (2025-01-31)
6
10
7
11
Bump c/storage v1.57.1, c/image 5.34.0, c/common v0.62.0
Original file line number Diff line number Diff line change
1
+ - Changelog vor v1.39.1 (2025-02-25)
2
+
3
+ * chroot createPlatformContainer: use MS_REMOUNT
4
+
1
5
- Changelog for v1.39.0 (2025-01-31)
2
6
* Bump c/storage v1.57.1, c/image 5.34.0, c/common v0.62.0
3
7
* Update module github.com/containers/storage to v1.57.0
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ const (
29
29
// identify working containers.
30
30
Package = "buildah"
31
31
// Version for the Package. Also used by .packit.sh for Packit builds.
32
- Version = "1.39.0 "
32
+ Version = "1.39.1 "
33
33
34
34
// DefaultRuntime if containers.conf fails.
35
35
DefaultRuntime = "runc"
You can’t perform that action at this time.
0 commit comments