Merge pull request #3905 from rhatdan/bump-1.23.4

Bump to v1.23.4
This commit is contained in:
OpenShift Merge Robot 2022-04-07 11:01:34 -04:00 committed by GitHub
commit b07f40b7d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 19 additions and 2 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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"