|
1 | 1 | Name: tmt
|
2 |
| -Version: 1.4.0 |
| 2 | +Version: 1.5.0 |
3 | 3 | Release: 1%{?dist}
|
4 | 4 |
|
5 | 5 | Summary: Test Management Tool
|
@@ -174,6 +174,47 @@ export LANG=en_US.utf-8
|
174 | 174 |
|
175 | 175 |
|
176 | 176 | %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 | + |
177 | 218 | * Tue Apr 06 2021 Petr Šplíchal <[email protected]> - 1.4.0-1
|
178 | 219 | - Create a copy of nitrate testplans for iteration
|
179 | 220 | - Check the rsync as the first preparation step
|
|
0 commit comments