diff --git a/CHANGELOG.md b/CHANGELOG.md index 063da5a3b2..f3c8c4c1c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/changelog.txt b/changelog.txt index 454a4764cf..7c2100a378 100644 --- a/changelog.txt +++ b/changelog.txt @@ -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 diff --git a/define/types.go b/define/types.go index 79060f5d1a..540e32f859 100644 --- a/define/types.go +++ b/define/types.go @@ -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"