Skip to content

Commit

Permalink
Bump to v1.21.1
Browse files Browse the repository at this point in the history
[NO TESTS NEEDED] Since this is just a release.

Signed-off-by: Daniel J Walsh <[email protected]>
  • Loading branch information
rhatdan committed Jun 7, 2021
1 parent 8633515 commit d70e8ae
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
![buildah logo](https://cdn.rawgit.com/containers/buildah/master/logos/buildah-logo_large.png)

# Changelog
## v1.21.1 (2021-06-02)
Fix handling of auth.json file while in a user namespace

## v1.21.0 (2021-05-19)
Don't blow up if cpp detects errors
Vendor in containers/common v0.38.4
Expand Down
3 changes: 3 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
- Changelog for v1.21.1 (2021-06-03)
* Fix handling of auth.json file while in a user namespace

- Changelog for v1.21.0 (2021-05-19)
* Don't blow up if cpp detects errors
* Vendor in containers/common v0.38.4
Expand Down
5 changes: 4 additions & 1 deletion contrib/rpm/buildah.spec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

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

%changelog
* Thu Jun 3, 2021 Daniel J Walsh <[email protected]> 1.21.1-1
- Fix handling of auth.json file while in a user namespace

* Wed May 19, 2021 Tom Sweeney <[email protected]> 1.21.0-1
- Don't blow up if cpp detects errors
- Vendor in containers/common v0.38.4
Expand Down
2 changes: 1 addition & 1 deletion define/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const (
Package = "buildah"
// Version for the Package. Bump version in contrib/rpm/buildah.spec
// too.
Version = "1.21.0"
Version = "1.21.1"

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

0 comments on commit d70e8ae

Please sign in to comment.