Skip to content

Commit

Permalink
Bump to v1.14.8
Browse files Browse the repository at this point in the history
Signed-off-by: TomSweeneyRedHat <[email protected]>
  • Loading branch information
TomSweeneyRedHat committed Apr 9, 2020
1 parent e48fa75 commit 155ce56
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

# Changelog

## v1.14.8 (2020-04-09)
Run (make vendor)
Run (make -C tests/tools vendor)
Run (go mod tidy) before (go mod vendor) again
Fix (make vendor)
Bump validation
Bump back to v1.15.0-dev

## v1.14.7 (2020-04-07)
Bump github.com/containers/image/v5 from 5.3.1 to 5.4.3
make vendor: run `tidy` after `vendor`
Expand Down
2 changes: 1 addition & 1 deletion buildah.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const (
Package = "buildah"
// Version for the Package. Bump version in contrib/rpm/buildah.spec
// too.
Version = "1.15.0-dev"
Version = "1.14.8"
// The value we use to identify what type of information, currently a
// serialized Builder structure, we are using as per-container state.
// This should only be changed when we make incompatible changes to
Expand Down
8 changes: 8 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
- Changelog for v1.14.8 (2020-04-09)
* Run (make vendor)
* Run (make -C tests/tools vendor)
* Run (go mod tidy) before (go mod vendor) again
* Fix (make vendor)
* Bump validation
* Bump back to v1.15.0-dev

- Changelog for v1.14.7 (2020-04-07)
* Bump github.com/containers/image/v5 from 5.3.1 to 5.4.3
* make vendor: run `tidy` after `vendor`
Expand Down
10 changes: 8 additions & 2 deletions 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 buildah.go too
Version: 1.15.0-dev
Version: 1.14.8
Release: 1.git%{shortcommit}%{?dist}
Summary: A command line tool used to creating OCI Images
License: ASL 2.0
Expand Down Expand Up @@ -99,7 +99,13 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} install install.completions
%{_datadir}/bash-completion/completions/*

%changelog
* Tue Apr 7, 2020 Tom Sweeney <[email protected]> 1.15.0-dev-1
* Thu Apr 9, 2020 Tom Sweeney <[email protected]> 1.14.8-1
- Run (make vendor)
- Run (make -C tests/tools vendor)
- Run (go mod tidy) before (go mod vendor) again
- Fix (make vendor)
- Bump validation
- Bump back to v1.15.0-dev

* Tue Apr 7, 2020 Tom Sweeney <[email protected]> 1.14.7-1
- Bump github.com/containers/image/v5 from 5.3.1 to 5.4.3
Expand Down

0 comments on commit 155ce56

Please sign in to comment.