File tree Expand file tree Collapse file tree 4 files changed +31
-3
lines changed Expand file tree Collapse file tree 4 files changed +31
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 2626
2727Name: buildah
2828# Bump version in buildah.go too
29- Version: 1.15.0-dev
29+ Version: 1.14.7
3030Release: 1.git%{shortcommit }%{?dist }
3131Summary: A command line tool used to creating OCI Images
3232License: 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
You can’t perform that action at this time.
0 commit comments