Skip to content

Commit 4d20222

Browse files
Merge pull request #3468 from TomSweeneyRedHat/dev/tsweeney/v1.22.3
[release-1.22] Bump to v1.22.3
2 parents dfab841 + f88ebfd commit 4d20222

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
![buildah logo](https://cdn.rawgit.com/containers/buildah/main/logos/buildah-logo_large.png)
22

33
# Changelog
4+
## v1.22.3 (2021-08-20)
5+
* [release-1.22] bump to v1.22.3
6+
47
## v1.22.2 (2021-08-19)
58
* [release-1.22] bump c/image to v5.15.2
69

changelog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
- Changelog for v1.22.3 (2021-08-20)
2+
* [release-1.22] bump to v1.22.3
3+
14
- Changelog for v1.22.2 (2021-08-19)
25
* [release-1.22] bump c/image to v5.15.2
36

contrib/rpm/buildah.spec

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
Name: buildah
2828
# Bump version in define/types.go too
29-
Version: 1.22.3-dev
29+
Version: 1.22.4-dev
3030
Release: 1.git%{shortcommit}%{?dist}
3131
Summary: A command line tool used to creating OCI Images
3232
License: ASL 2.0
@@ -100,7 +100,10 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} install install.completions
100100
%{_datadir}/bash-completion/completions/*
101101

102102
%changelog
103-
* Thu Aug 19, 2021 Tom Sweeney <tsweeney@redhat.com> 1.22.3-dev-1
103+
* Fri Aug 20, 2021 Tom Sweeney <tsweeney@redhat.com> 1.22.4-dev-1
104+
105+
* Fri Aug 20, 2021 Tom Sweeney <tsweeney@redhat.com> 1.22.3-1
106+
- [release-1.22] bump to v1.22.3
104107

105108
* Thu Aug 19, 2021 Tom Sweeney <tsweeney@redhat.com> 1.22.2-1
106109
- [release-1.22] bump c/image to v5.15.2

define/types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const (
2828
Package = "buildah"
2929
// Version for the Package. Bump version in contrib/rpm/buildah.spec
3030
// too.
31-
Version = "1.22.3-dev"
31+
Version = "1.22.4-dev"
3232

3333
// DefaultRuntime if containers.conf fails.
3434
DefaultRuntime = "runc"

0 commit comments

Comments
 (0)