From 7c92bea74185fe2b4385b7eef236ae0d19428acc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0pl=C3=ADchal?= Date: Fri, 30 Apr 2021 12:04:47 +0200 Subject: [PATCH] Release tmt-1.5.0 --- tmt.spec | 43 ++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 42 insertions(+), 1 deletion(-) diff --git a/tmt.spec b/tmt.spec index aa390bf5e5..abc8997dd1 100644 --- a/tmt.spec +++ b/tmt.spec @@ -1,5 +1,5 @@ Name: tmt -Version: 1.4.0 +Version: 1.5.0 Release: 1%{?dist} Summary: Test Management Tool @@ -174,6 +174,47 @@ export LANG=en_US.utf-8 %changelog +* Fri Apr 30 2021 Petr Šplíchal - 1.5.0-1 +- Enable and document `pre-commit` and `autopep8` +- Reorganize feature stories, fix title duplication +- Prepare/install story for package development. +- Add package preparation scenarios from Fedora CI +- Prepare/install story for released packages +- Add new stories related to package preparation +- Fix login not working for cloud images +- Work around a seccomp podman issue on centos-8 +- Tag multihost tests during import from Makefile +- Adjust the simple test for ansible prepare +- Remove hardcoded ansible_python_interpreter=auto +- Fix lint and use it on the tmt repo itself +- Obsolete the minute provision plugin +- Update the documentation for contributors +- Do not assert installed packages for recommend +- Show link to the full debug log in the html report +- Implement tmt clean command +- Require a newer fmf which supports storing data +- Allow to specify port in provision.connect +- Surround classes and functions with 2 blank lines +- Fix order of imports, sort them alphabetically +- Update the provision step hardware specification +- Fix tmt plan lint for multiple configurations +- Add tmt status examples section +- Add a context adjust example for the prepare step +- Adjust the git suffix stripping for known forges +- Strip git suffix from pagure/gitlab/github repos +- Enable install plans for pull request testing +- Adjust the essential attributes description +- Document the essential class attributes +- Improve the prepare step documentation +- Correctly convert relevancy with the `!=` operator +- Print note in report.html if it exists +- Add note about error for beakerlib results +- Adjust progress bar for the internal executor +- Add test progress bar to non-verbose mode +- Adjust the attribute linting for tests +- Lint attribute names for test +- Human friendly names for VMs + * Tue Apr 06 2021 Petr Šplíchal - 1.4.0-1 - Create a copy of nitrate testplans for iteration - Check the rsync as the first preparation step