Skip to content

Commit 9cb6fc2

Browse files
committed
Bump new version
Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
1 parent 6783ebc commit 9cb6fc2

2 files changed

Lines changed: 16 additions & 3 deletions

File tree

meta-test-family.spec

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
%global framework_name moduleframework
22

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

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

6969

7070
%changelog
71+
* Thu Mar 01 2018 Petr Hracek <phracek@redhat.com> - 0.8.2-1
72+
- add example how reason constsructed is used in case of assert (jscotka@redhat.com)
73+
- print tc info in separate function, to not duplicate code and print doc string there (jscotka@redhat.com)
74+
- forgot to change this line, after changing base url (jscotka@redhat.com)
75+
- change base url repository to use mirror instead of direct link (jscotka@redhat.com)
76+
- do not cat log at the end, causes travis issue -> failed result (jscotka@redhat.com)
77+
- remove s2i tests from travis. unable to run them in travis (jscotka@redhat.com)
78+
- adapt changes based on PR review in #216 (jscotka@redhat.com)
79+
- add backward compatibility to skip, to remove this deprecated message (jscotka@redhat.com)
80+
- add more travis checks that mtf command works as expected in clean env (using default config) (jscotka@redhat.com)
81+
- Do not show log links in case skip or cancel, it does not make sense (jscotka@redhat.com)
82+
- fix various issues mentioned in issue #201 (jscotka@redhat.com)
83+
7184
* Tue Feb 27 2018 Petr Hracek <phracek@redhat.com> - 0.8.1-1
7285
- Print into log if file does not exist, so user is informed (phracek@redhat.com)
7386
- Add http check for ADD instruction and support globs (phracek@redhat.com)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def get_dir(system_path=None, virtual_path=None):
7070

7171
setup(
7272
name='meta-test-family',
73-
version="0.8.1",
73+
version="0.8.2",
7474
description='Tool to test components for a modular Fedora.',
7575
keywords='modules,containers,testing,framework',
7676
author='Jan Scotka',

0 commit comments

Comments
 (0)