commit
b07f40b7d0
|
|
@ -2,6 +2,12 @@
|
|||
|
||||
# Changelog
|
||||
|
||||
## v1.23.4 (2022-04-07)
|
||||
|
||||
chroot: run gofmt on run.go
|
||||
vendor: bump c/image to v5.16.0-rhel/8b06d33
|
||||
Use race-free c/storage by bumping it to 1.36.3
|
||||
|
||||
## v1.23.3 (2022-02-03)
|
||||
|
||||
bump(github.com/modern-go/reflect2) to v1.0.2
|
||||
|
|
|
|||
|
|
@ -1,3 +1,9 @@
|
|||
- Changelog for v1.23.4 (2022-04-07)
|
||||
|
||||
chroot: run gofmt on run.go
|
||||
vendor: bump c/image to v5.16.0-rhel/8b06d33
|
||||
Use race-free c/storage by bumping it to 1.36.3
|
||||
|
||||
- Changelog for v1.23.3 (2022-02-03)
|
||||
|
||||
* bump(github.com/modern-go/reflect2) to v1.0.2
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@
|
|||
|
||||
Name: buildah
|
||||
# Bump version in define/types.go too
|
||||
Version: 1.23.3
|
||||
Version: 1.23.4
|
||||
Release: 1.git%{shortcommit}%{?dist}
|
||||
Summary: A command line tool used to creating OCI Images
|
||||
License: ASL 2.0
|
||||
|
|
@ -100,6 +100,11 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} install install.completions
|
|||
%{_datadir}/bash-completion/completions/*
|
||||
|
||||
%changelog
|
||||
* Thu April 7, 2022 Dan Walsh <dwalsh@redhat.com> 1.23.4-1
|
||||
- chroot: run gofmt on run.go
|
||||
- vendor: bump c/image to v5.16.0-rhel/8b06d33
|
||||
- Use race-free c/storage by bumping it to 1.36.3
|
||||
|
||||
* Thu Feb 3, 2022 Nalin Dahyabhai <nalin@redhat.com> 1.23.3-1
|
||||
- bump(github.com/modern-go/reflect2) to v1.0.2
|
||||
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ const (
|
|||
Package = "buildah"
|
||||
// Version for the Package. Bump version in contrib/rpm/buildah.spec
|
||||
// too.
|
||||
Version = "1.23.3"
|
||||
Version = "1.23.4"
|
||||
|
||||
// DefaultRuntime if containers.conf fails.
|
||||
DefaultRuntime = "runc"
|
||||
|
|
|
|||
Loading…
Reference in New Issue