Skip to content

Commit

Permalink
Merge pull request #3468 from TomSweeneyRedHat/dev/tsweeney/v1.22.3
Browse files Browse the repository at this point in the history
[release-1.22] Bump to v1.22.3
  • Loading branch information
openshift-merge-robot committed Aug 20, 2021
2 parents dfab841 + f88ebfd commit 4d20222
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,9 @@
![buildah logo](https://cdn.rawgit.com/containers/buildah/main/logos/buildah-logo_large.png)

# Changelog
## v1.22.3 (2021-08-20)
* [release-1.22] bump to v1.22.3

## v1.22.2 (2021-08-19)
* [release-1.22] bump c/image to v5.15.2

Expand Down
3 changes: 3 additions & 0 deletions changelog.txt
@@ -1,3 +1,6 @@
- Changelog for v1.22.3 (2021-08-20)
* [release-1.22] bump to v1.22.3

- Changelog for v1.22.2 (2021-08-19)
* [release-1.22] bump c/image to v5.15.2

Expand Down
7 changes: 5 additions & 2 deletions contrib/rpm/buildah.spec
Expand Up @@ -26,7 +26,7 @@

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

%changelog
* Thu Aug 19, 2021 Tom Sweeney <tsweeney@redhat.com> 1.22.3-dev-1
* Fri Aug 20, 2021 Tom Sweeney <tsweeney@redhat.com> 1.22.4-dev-1

* Fri Aug 20, 2021 Tom Sweeney <tsweeney@redhat.com> 1.22.3-1
- [release-1.22] bump to v1.22.3

* Thu Aug 19, 2021 Tom Sweeney <tsweeney@redhat.com> 1.22.2-1
- [release-1.22] bump c/image to v5.15.2
Expand Down
2 changes: 1 addition & 1 deletion define/types.go
Expand Up @@ -28,7 +28,7 @@ const (
Package = "buildah"
// Version for the Package. Bump version in contrib/rpm/buildah.spec
// too.
Version = "1.22.3-dev"
Version = "1.22.4-dev"

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

0 comments on commit 4d20222

Please sign in to comment.