Skip to content

Commit 7c92bea

Browse files
committed
Release tmt-1.5.0
1 parent d31dc5b commit 7c92bea

File tree

1 file changed

+42
-1
lines changed

1 file changed

+42
-1
lines changed

tmt.spec

Lines changed: 42 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: tmt
2-
Version: 1.4.0
2+
Version: 1.5.0
33
Release: 1%{?dist}
44

55
Summary: Test Management Tool
@@ -174,6 +174,47 @@ export LANG=en_US.utf-8
174174

175175

176176
%changelog
177+
* Fri Apr 30 2021 Petr Šplíchal <[email protected]> - 1.5.0-1
178+
- Enable and document `pre-commit` and `autopep8`
179+
- Reorganize feature stories, fix title duplication
180+
- Prepare/install story for package development.
181+
- Add package preparation scenarios from Fedora CI
182+
- Prepare/install story for released packages
183+
- Add new stories related to package preparation
184+
- Fix login not working for cloud images
185+
- Work around a seccomp podman issue on centos-8
186+
- Tag multihost tests during import from Makefile
187+
- Adjust the simple test for ansible prepare
188+
- Remove hardcoded ansible_python_interpreter=auto
189+
- Fix lint and use it on the tmt repo itself
190+
- Obsolete the minute provision plugin
191+
- Update the documentation for contributors
192+
- Do not assert installed packages for recommend
193+
- Show link to the full debug log in the html report
194+
- Implement tmt clean command
195+
- Require a newer fmf which supports storing data
196+
- Allow to specify port in provision.connect
197+
- Surround classes and functions with 2 blank lines
198+
- Fix order of imports, sort them alphabetically
199+
- Update the provision step hardware specification
200+
- Fix tmt plan lint for multiple configurations
201+
- Add tmt status examples section
202+
- Add a context adjust example for the prepare step
203+
- Adjust the git suffix stripping for known forges
204+
- Strip git suffix from pagure/gitlab/github repos
205+
- Enable install plans for pull request testing
206+
- Adjust the essential attributes description
207+
- Document the essential class attributes
208+
- Improve the prepare step documentation
209+
- Correctly convert relevancy with the `!=` operator
210+
- Print note in report.html if it exists
211+
- Add note about error for beakerlib results
212+
- Adjust progress bar for the internal executor
213+
- Add test progress bar to non-verbose mode
214+
- Adjust the attribute linting for tests
215+
- Lint attribute names for test
216+
- Human friendly names for VMs
217+
177218
* Tue Apr 06 2021 Petr Šplíchal <[email protected]> - 1.4.0-1
178219
- Create a copy of nitrate testplans for iteration
179220
- Check the rsync as the first preparation step

0 commit comments

Comments
 (0)