Commit cd0e6c7 1 parent 92015ee commit cd0e6c7 Copy full SHA for cd0e6c7
File tree 3 files changed +8
-1
lines changed
3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
# Changelog
4
4
5
+ ## v1.27.5 (2024-10-24)
6
+
7
+ Properly validate cache IDs and sources
8
+
5
9
## v1.27.4 (2024-03-26)
6
10
7
11
[release-1.27] Bump Bump google.golang.org/protobuf to v1.33.0
Original file line number Diff line number Diff line change
1
+ - Changelog for v1.27.5 (2024-10-24)
2
+ * Properly validate cache IDs and sources
3
+
1
4
- Changelog for v1.27.4 (2024-03-26)
2
5
* [release-1.27] Bump Bump google.golang.org/protobuf to v1.33.0
3
6
* [release-1.27] conformance tests: don't break on trailing zeroes
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ const (
30
30
Package = "buildah"
31
31
// Version for the Package. Bump version in contrib/rpm/buildah.spec
32
32
// too.
33
- Version = "1.27.4 "
33
+ Version = "1.27.5 "
34
34
35
35
// DefaultRuntime if containers.conf fails.
36
36
DefaultRuntime = "runc"
You can’t perform that action at this time.
0 commit comments