Skip to content

Commit

Permalink
[release-1.37] Bump to Buildah v1.37.3
Browse files Browse the repository at this point in the history
Bump to v1.37.3 in preparation of Podman v5.3

[NO NEW TESTS NEEDED]

Signed-off-by: tomsweeneyredhat <tsweeney@redhat.com>
  • Loading branch information
TomSweeneyRedHat committed Sep 20, 2024
1 parent f0e0653 commit 956095e
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

# Changelog

## v1.37.3 (2024-09-20)

Do not error on trying to write IMA xattr as rootless
imagebuildah.StageExecutor: clean up volumes/volumeCache
`manifest add --artifact`: handle multiple values
Packit: split out ELN jobs and reuse fedora downstream targets
Packit: Enable sidetags for bodhi updates
Use Epoch: 2 and respect the epoch in dependencies.

## v1.37.2 (2024-08-20)

[release-1.37] Bump c/common to v0.60.2, c/image to v5.32.2
Expand Down
8 changes: 8 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
- Changelog for v1.37.3 (2024-09-20)
* Do not error on trying to write IMA xattr as rootless
* imagebuildah.StageExecutor: clean up volumes/volumeCache
* `manifest add --artifact`: handle multiple values
* Packit: split out ELN jobs and reuse fedora downstream targets
* Packit: Enable sidetags for bodhi updates
* Use Epoch: 2 and respect the epoch in dependencies.

- Changelog for v1.37.2 (2024-08-20)
* [release-1.37] Bump c/common to v0.60.2, c/image to v5.32.2

Expand Down
2 changes: 1 addition & 1 deletion define/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const (
// identify working containers.
Package = "buildah"
// Version for the Package. Also used by .packit.sh for Packit builds.
Version = "1.37.2"
Version = "1.37.3"

// DefaultRuntime if containers.conf fails.
DefaultRuntime = "runc"
Expand Down

0 comments on commit 956095e

Please sign in to comment.