Skip to content

Commit eadda3b

Browse files
[release-1.37] Bump Buildah to v1.37.2
As the title says. Bumping to v1.37.2 in preparation for Podman v5.2.2 [NO NEW TESTS NEEDED] Signed-off-by: tomsweeneyredhat <[email protected]>
1 parent a18969d commit eadda3b

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

CHANGELOG.md

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

33
# Changelog
44

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+
59
## v1.37.1 (2024-08-12)
610

711
[release-1.37] Bump c/common v0.60.1, c/image v5.32.1

changelog.txt

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
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+
14
- Changelog for v1.37.1 (2024-08-12)
25
* [release-1.37] Bump c/common v0.60.1, c/image v5.32.1
36

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.37.1"
32+
Version = "1.37.2"
3333

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

0 commit comments

Comments
 (0)