Skip to content

Commit 8daad90

Browse files
committed
Bump release to 0.8.1
Signed-off-by: Petr "Stone" Hracek <[email protected]>
1 parent 8718e2a commit 8daad90

File tree

2 files changed

+27
-3
lines changed

2 files changed

+27
-3
lines changed

meta-test-family.spec

Lines changed: 26 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.0
5-
Release: 1%{?dist}
4+
Version: 0.8.1
5+
Release: 0%{?dist}
66
Summary: Tool to test components of a modular Fedora
77

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

6969

7070
%changelog
71+
* Tue Feb 27 2018 Petr Hracek <[email protected]> - 0.8.1-1
72+
- Print into log if file does not exist, so user is informed ([email protected])
73+
- Add http check for ADD instruction and support globs ([email protected])
74+
- Fixes #207 Inform user, why test is cancelled or skipped. ([email protected])
75+
- some articles are missing. ([email protected])
76+
- Update documentation. The other grammar issues. ([email protected])
77+
- Fixes according the other review. ([email protected])
78+
- Couple updates based on PR review. ([email protected])
79+
- Remove workarounds for oc whoami -t and docker login ([email protected])
80+
- Copy more docu updates ([email protected])
81+
- Documentation for MTF linters ([email protected])
82+
- Couple more updates. ([email protected])
83+
- Check only architecture label ([email protected])
84+
- Fixes #198 dockerlinter checks files in COPY instruction ([email protected])
85+
- Fix packaging stuff. ([email protected])
86+
- Add docu about OpenShift template ([email protected])
87+
- Couple string updates based on the PR comments #211 ([email protected])
88+
- Fixes #209 Messages for linter errors ([email protected])
89+
- Fix wrong EPEL7 dependencies ([email protected])
90+
- Fix typo in paths. It is regresion ([email protected])
91+
- Couple updates based on PR comments. ([email protected])
92+
- Add support for openshift templates ([email protected])
93+
- OpenShift template support ([email protected])
94+
7195
* Tue Feb 13 2018 Petr "Stone" Hracek <[email protected]> 0.8.0-1
7296
- New upstream release ([email protected])
7397
- remove option --static-linters and use tag ([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.0",
73+
version="0.8.1",
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)