File tree Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 1
1
![ buildah logo] ( https://cdn.rawgit.com/containers/buildah/main/logos/buildah-logo_large.png )
2
2
3
3
# Changelog
4
+ ## v1.22.3 (2021-08-20)
5
+ * [ release-1.22] bump to v1.22.3
6
+
4
7
## v1.22.2 (2021-08-19)
5
8
* [ release-1.22] bump c/image to v5.15.2
6
9
Original file line number Diff line number Diff line change
1
+ - Changelog for v1.22.3 (2021-08-20)
2
+ * [release-1.22] bump to v1.22.3
3
+
1
4
- Changelog for v1.22.2 (2021-08-19)
2
5
* [release-1.22] bump c/image to v5.15.2
3
6
Original file line number Diff line number Diff line change 26
26
27
27
Name: buildah
28
28
# Bump version in define/types.go too
29
- Version: 1.22.3 -dev
29
+ Version: 1.22.4 -dev
30
30
Release: 1.git%{shortcommit }%{?dist }
31
31
Summary: A command line tool used to creating OCI Images
32
32
License: ASL 2.0
@@ -100,7 +100,10 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} install install.completions
100
100
%{_datadir }/bash-completion/completions/*
101
101
102
102
%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
104
107
105
108
* Thu Aug 19, 2021 Tom Sweeney <tsweeney@redhat.com> 1.22.2-1
106
109
- [release-1.22] bump c/image to v5.15.2
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ const (
28
28
Package = "buildah"
29
29
// Version for the Package. Bump version in contrib/rpm/buildah.spec
30
30
// too.
31
- Version = "1.22.3 -dev"
31
+ Version = "1.22.4 -dev"
32
32
33
33
// DefaultRuntime if containers.conf fails.
34
34
DefaultRuntime = "runc"
You can’t perform that action at this time.
0 commit comments