Skip to content

Commit

Permalink
Merge pull request #5114 from nalind/v1.32.2
Browse files Browse the repository at this point in the history
[release-1.32] tag v1.32.2
  • Loading branch information
openshift-ci[bot] authored Oct 30, 2023
2 parents dd540cb + f0c23ad commit 050318f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

# Changelog

## v1.32.2 (2023-10-30)

Mask /sys/devices/virtual/powercap by default

## v1.32.1 (2023-10-23)

chroot.setupChrootBindMounts: pay more attention to flags
Expand Down
4 changes: 4 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
- Changelog for v1.32.2 (2023-10-30)

* Mask /sys/devices/virtual/powercap by default

- Changelog for v1.32.1 (2023-10-23)
* chroot.setupChrootBindMounts: pay more attention to flags

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.32.1"
Version = "1.32.2"

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

0 comments on commit 050318f

Please sign in to comment.