Skip to content

Commit cd0e6c7

Browse files
committed
[release-1.27] Bump to 1.27.5
Signed-off-by: David Shea <dshea@redhat.com>
1 parent 92015ee commit cd0e6c7

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.27.5 (2024-10-24)
6+
7+
Properly validate cache IDs and sources
8+
59
## v1.27.4 (2024-03-26)
610

711
[release-1.27] Bump Bump google.golang.org/protobuf to v1.33.0

changelog.txt

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
- Changelog for v1.27.5 (2024-10-24)
2+
* Properly validate cache IDs and sources
3+
14
- Changelog for v1.27.4 (2024-03-26)
25
* [release-1.27] Bump Bump google.golang.org/protobuf to v1.33.0
36
* [release-1.27] conformance tests: don't break on trailing zeroes

define/types.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const (
3030
Package = "buildah"
3131
// Version for the Package. Bump version in contrib/rpm/buildah.spec
3232
// too.
33-
Version = "1.27.4"
33+
Version = "1.27.5"
3434

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

0 commit comments

Comments
 (0)