Skip to content

Commit

Permalink
[release-1.27] Bump to Buildah v1.27.4
Browse files Browse the repository at this point in the history
As the title says, bumping to 1.27.4

[NO NEW TESTS NEEDED]

Signed-off-by: tomsweeneyredhat <tsweeney@redhat.com>
  • Loading branch information
TomSweeneyRedHat committed Mar 26, 2024
1 parent 05588a8 commit 806535f
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

# Changelog

## v1.27.4 (2024-03-26)

[release-1.27] Bump Bump google.golang.org/protobuf to v1.33.0
[release-1.27] conformance tests: don't break on trailing zeroes
[release-1.27] CVE-2024-1753 container escape fix
Mask /sys/devices/virtual/powercap by default
[release-1.27] Disable CI
[release-1.27] remove registry.centos.org
Cirrus: Add CI self-destruct condition on EOL date
Cirrus: Migrate OSX task to M1

## v1.27.3 (2022-12-09)

copier.Put(): clear up os/syscall mode bit confusion
Expand Down
10 changes: 10 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
- Changelog for v1.27.4 (2024-03-26)
* [release-1.27] Bump Bump google.golang.org/protobuf to v1.33.0
* [release-1.27] conformance tests: don't break on trailing zeroes
* [release-1.27] CVE-2024-1753 container escape fix
* Mask /sys/devices/virtual/powercap by default
* [release-1.27] Disable CI
* [release-1.27] remove registry.centos.org
* Cirrus: Add CI self-destruct condition on EOL date
* Cirrus: Migrate OSX task to M1

- Changelog for v1.27.3 (2022-12-09)
* copier.Put(): clear up os/syscall mode bit confusion

Expand Down
2 changes: 1 addition & 1 deletion define/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const (
Package = "buildah"
// Version for the Package. Bump version in contrib/rpm/buildah.spec
// too.
Version = "1.27.3"
Version = "1.27.4"

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

0 comments on commit 806535f

Please sign in to comment.