Skip to content

Commit 994b3ba

Browse files
committed
Bump to 0.8.3 version
Signed-off-by: Petr "Stone" Hracek <[email protected]>
1 parent 1c0f594 commit 994b3ba

File tree

2 files changed

+23
-2
lines changed

2 files changed

+23
-2
lines changed

meta-test-family.spec

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
%global framework_name moduleframework
22

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

@@ -68,6 +68,27 @@ install -d -p -m 755 %{buildroot}%{_datadir}/%{framework_name}
6868

6969

7070
%changelog
71+
* Thu Mar 15 2018 Petr Hracek <[email protected]> - 0.8.3-1
72+
- Add more tests for VOLUME ([email protected])
73+
- Fix issue with VOLUME and add VOLUME dockerlint tests ([email protected])
74+
- Add dependency to pytest ([email protected])
75+
- Fix calling MTF ([email protected])
76+
- Fix regexp and add test suite for dockerfile linter ([email protected])
77+
- moved functions not dependent on PDC to common and use then common in rpm helper ([email protected])
78+
- fix new modules ([email protected])
79+
- use new syntax for module parsing ([email protected])
80+
- fix repositories file, there were whitespaces, not possible to us ([email protected])
81+
- If a file is missing, test always fails ([email protected])
82+
- Fixes #221 Showing reg exp for detection and FROM intruction. ([email protected])
83+
- Fixes #220: If COPY or ADD not present, then True ([email protected])
84+
- move to single cycle ([email protected])
85+
- better section check instead of constans and use = as filter to option parsing ([email protected])
86+
- before run avocado, list tests and find if there are some bad tests, missing ([email protected])
87+
- fix issues with imports over more levels ([email protected])
88+
- Use config file for MTF instead of values hardcoded in python code ([email protected])
89+
- Linters: tag distro specific methods ([email protected])
90+
- Linters: add links to guidelines ([email protected])
91+
7192
* Thu Mar 01 2018 Petr Hracek <[email protected]> - 0.8.2-1
7293
- add example how reason constsructed is used in case of assert ([email protected])
7394
- print tc info in separate function, to not duplicate code and print doc string there ([email protected])

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.2",
73+
version="0.8.3",
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)