-
Notifications
You must be signed in to change notification settings - Fork 131
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Version bump and changelog entry for 0.16
- Loading branch information
Showing
1 changed file
with
28 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Name: tmt | ||
Version: 0.15 | ||
Version: 0.16 | ||
Release: 1%{?dist} | ||
|
||
Summary: Test Management Tool | ||
|
@@ -148,6 +148,33 @@ export LANG=en_US.utf-8 | |
|
||
|
||
%changelog | ||
* Mon May 18 2020 Petr Šplíchal <[email protected]> - 0.16-1 | ||
- Merge the fix and test for run --force [#245] | ||
- Merge the improved display report [#241] | ||
- Adjust the display report plugin verbose output | ||
- Adjust general plan linking and component check | ||
- Clean up the run workdir if --force provided | ||
- More verbose modes for report --how display | ||
- Link plans, handle missing components in export | ||
- Import and listify of contact | ||
- Disable Tier 3 tests by default (need bare metal) | ||
- Move Tier 0 tests into a separate directory | ||
- Merge the new 1minutetip provision plugin [#225] | ||
- Adjust the 1minutetip provision plugin | ||
- Add support for tmt run --after and --before (#237) | ||
- Support string in test component, require and tag (#233) | ||
- Add support for installing local rpm packages | ||
- Add 1minutetip provision plugin | ||
- Implement tmt run --since, --until and --skip (#236) | ||
- Merge pull request #234 from psss/testcloud-aliases | ||
- Update the last run id at the very end of run | ||
- Support short Fedora compose aliases in testcloud | ||
- Convert the finish step into dynamic plugins | ||
- Convert the report step into dynamic plugins | ||
- Convert the execute step into dynamic plugins | ||
- Escape package names during installation | ||
- Deduplicate inherited keys in test import [fix #8] | ||
|
||
* Wed Apr 29 2020 Petr Šplíchal <[email protected]> - 0.15-1 | ||
- Implement executing the last run using --last | ||
- Adjust support for modifying plan templates | ||
|