File tree 3 files changed +8
-1
lines changed
3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
# Changelog
4
4
5
+ ## v1.37.2 (2024-08-20)
6
+
7
+ [release-1.37] Bump c/common to v0.60.2, c/image to v5.32.2
8
+
5
9
## v1.37.1 (2024-08-12)
6
10
7
11
[release-1.37] Bump c/common v0.60.1, c/image v5.32.1
Original file line number Diff line number Diff line change
1
+ - Changelog for v1.37.2 (2024-08-20)
2
+ * [release-1.37] Bump c/common to v0.60.2, c/image to v5.32.2
3
+
1
4
- Changelog for v1.37.1 (2024-08-12)
2
5
* [release-1.37] Bump c/common v0.60.1, c/image v5.32.1
3
6
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.37.1 "
32
+ Version = "1.37.2 "
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