Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

# Changelog

## v1.24.3 (2022-03-01)

vendor: bump c/common to 0.47.5
Add a test for CVE-2022-27651
do not set the inheritable capabilities
Bump github.com/prometheus/client_golang to v1.11.1
vendor: bump c/image to v5.19.2
vendor: bump c/storage to v1.38.3

## v1.24.2 (2022-02-16)

Increase subuid/subgid to 65535
Expand Down
8 changes: 8 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
- Changelog for v1.24.3 (2022-03-01)
* vendor: bump c/common to 0.47.5
* Add a test for CVE-2022-27651
* do not set the inheritable capabilities
* Bump github.com/prometheus/client_golang to v1.11.1
* vendor: bump c/image to v5.19.2
* vendor: bump c/storage to v1.38.3

- Changelog for v1.24.2 (2022-02-16)
* Increase subuid/subgid to 65535
* history: only add proxy vars to history if specified
Expand Down
10 changes: 9 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.24.2
Version: 1.24.3
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,14 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} install install.completions
%{_datadir}/bash-completion/completions/*

%changelog
* Thu Mar 31, 2022 Tom Sweeney <tsweeney@redhat.com> 1.24.3-1
- vendor: bump c/common to 0.47.5
- Add a test for CVE-2022-27651
- do not set the inheritable capabilities
- Bump github.com/prometheus/client_golang to v1.11.1
- vendor: bump c/image to v5.19.2
- vendor: bump c/storage to v1.38.3

* Wed Feb 16, 2022 Tom Sweeney <tsweeney@redhat.com> 1.24.2-1
- Increase subuid/subgid to 65535
- history: only add proxy vars to history if specified
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.24.2"
Version = "1.24.3"

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