Skip to content

Commit

Permalink
[release-1.29] Bump to 1.26.8
Browse files Browse the repository at this point in the history
Signed-off-by: David Shea <[email protected]>
  • Loading branch information
dashea committed Oct 23, 2024
1 parent 2087dce commit 60b40b9
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
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.26.8 (2024-10-21)

Properly validate cache IDs and sources

## v1.26.7 (2024-04-01)

[release-1.26] conformance tests: don't break on trailing zeroes
Expand Down
3 changes: 3 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
- Changelog for v1.26.8 (2024-10-21)
* Properly validate cache IDs and sources

- Changelog for v1.26.7 (2024-04-01)
* [release-1.26] conformance tests: don't break on trailing zeroes
* [release-1.26] CVE-2024-1753 container escape fix
Expand Down
5 changes: 4 additions & 1 deletion contrib/rpm/buildah.spec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

Name: buildah
# Bump version in define/types.go too
Version: 1.26.7
Version: 1.26.8
Release: 1.git%{shortcommit}%{?dist}
Summary: A command line tool used to creating OCI Images
License: ASL 2.0
Expand Down Expand Up @@ -100,6 +100,9 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} install install.completions
%{_datadir}/bash-completion/completions/*

%changelog
* Mon Oct 21 2024 David Shea <[email protected]> 1.26.8-1
- Properly validate cache IDs and sources

* Mon Apr 1 2024 Tom Sweeney <[email protected]> 1.26.7-1
- [release-1.26] conformance tests: don't break on trailing zeroes
- [release-1.26] CVE-2024-1753 container escape fix
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 (
Package = "buildah"
// Version for the Package. Bump version in contrib/rpm/buildah.spec
// too.
Version = "1.26.7"
Version = "1.26.8"

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

0 comments on commit 60b40b9

Please sign in to comment.