Skip to content

Commit

Permalink
Bump new version
Browse files Browse the repository at this point in the history
Signed-off-by: Petr "Stone" Hracek <[email protected]>
  • Loading branch information
phracek committed Mar 1, 2018
1 parent 6783ebc commit 9cb6fc2
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
17 changes: 15 additions & 2 deletions meta-test-family.spec
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
%global framework_name moduleframework

Name: meta-test-family
Version: 0.8.1
Release: 0%{?dist}
Version: 0.8.2
Release: 1%{?dist}
Summary: Tool to test components of a modular Fedora

License: GPLv2+
Expand Down Expand Up @@ -68,6 +68,19 @@ install -d -p -m 755 %{buildroot}%{_datadir}/%{framework_name}


%changelog
* Thu Mar 01 2018 Petr Hracek <[email protected]> - 0.8.2-1
- add example how reason constsructed is used in case of assert ([email protected])
- print tc info in separate function, to not duplicate code and print doc string there ([email protected])
- forgot to change this line, after changing base url ([email protected])
- change base url repository to use mirror instead of direct link ([email protected])
- do not cat log at the end, causes travis issue -> failed result ([email protected])
- remove s2i tests from travis. unable to run them in travis ([email protected])
- adapt changes based on PR review in #216 ([email protected])
- add backward compatibility to skip, to remove this deprecated message ([email protected])
- add more travis checks that mtf command works as expected in clean env (using default config) ([email protected])
- Do not show log links in case skip or cancel, it does not make sense ([email protected])
- fix various issues mentioned in issue #201 ([email protected])

* Tue Feb 27 2018 Petr Hracek <[email protected]> - 0.8.1-1
- Print into log if file does not exist, so user is informed ([email protected])
- Add http check for ADD instruction and support globs ([email protected])
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def get_dir(system_path=None, virtual_path=None):

setup(
name='meta-test-family',
version="0.8.1",
version="0.8.2",
description='Tool to test components for a modular Fedora.',
keywords='modules,containers,testing,framework',
author='Jan Scotka',
Expand Down

0 comments on commit 9cb6fc2

Please sign in to comment.