Skip to content

Commit 3812432

Browse files
Bump to v1.14.7
Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
1 parent f5dbfc1 commit 3812432

File tree

4 files changed

+31
-3
lines changed

4 files changed

+31
-3
lines changed

‎CHANGELOG.md‎

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
# Changelog
44

5+
## v1.14.7 (2020-04-07)
6+
Bump github.com/containers/image/v5 from 5.3.1 to 5.4.3
7+
make vendor: run `tidy` after `vendor`
8+
Do not skip the directory when the ignore pattern matches
9+
Bump github.com/containers/common from 0.7.0 to 0.8.1
10+
Downgrade siruspen/logrus from 1.4.2
11+
Fix errorf conventions
12+
dockerignore tests : remove symlinks, rework
13+
Bump back to v1.15.0-dev
14+
515
## v1.14.6 (2020-04-02)
616
bud.bats - cleanup, refactoring
717
vendor in latest containers/storage 1.18.0 and containers/common v0.7.0

‎buildah.go‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const (
2727
Package = "buildah"
2828
// Version for the Package. Bump version in contrib/rpm/buildah.spec
2929
// too.
30-
Version = "1.15.0-dev"
30+
Version = "1.14.7"
3131
// The value we use to identify what type of information, currently a
3232
// serialized Builder structure, we are using as per-container state.
3333
// This should only be changed when we make incompatible changes to

‎changelog.txt‎

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
- Changelog for v1.14.7 (2020-04-07)
2+
* Bump github.com/containers/image/v5 from 5.3.1 to 5.4.3
3+
* make vendor: run `tidy` after `vendor`
4+
* Do not skip the directory when the ignore pattern matches
5+
* Bump github.com/containers/common from 0.7.0 to 0.8.1
6+
* Downgrade siruspen/logrus from 1.4.2
7+
* Fix errorf conventions
8+
* dockerignore tests : remove symlinks, rework
9+
* Bump back to v1.15.0-dev
10+
111
- Changelog for v1.14.6 (2020-04-02)
212
* bud.bats - cleanup, refactoring
313
* vendor in latest containers/storage 1.18.0 and containers/common v0.7.0

‎contrib/rpm/buildah.spec‎

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

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

101101
%changelog
102-
* Thu Apr 2, 2020 Tom Sweeney <tsweeney@redhat.com> 1.15.0-dev-1
102+
* Tue Apr 7, 2020 Tom Sweeney <tsweeney@redhat.com> 1.14.7-1
103+
- Bump github.com/containers/image/v5 from 5.3.1 to 5.4.3
104+
- make vendor: run `tidy` after `vendor`
105+
- Do not skip the directory when the ignore pattern matches
106+
- Bump github.com/containers/common from 0.7.0 to 0.8.1
107+
- Downgrade siruspen/logrus from 1.4.2
108+
- Fix errorf conventions
109+
- dockerignore tests : remove symlinks, rework
110+
- Bump back to v1.15.0-dev
103111

104112
* Thu Apr 2, 2020 Tom Sweeney <tsweeney@redhat.com> 1.14.6-1
105113
- bud.bats - cleanup, refactoring

0 commit comments

Comments
 (0)