diff --git a/.gitignore b/.gitignore index 42081c9..3454498 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,4 @@ /tmt-1.17.0.tar.gz /tmt-1.18.0.tar.gz /tmt-1.19.0.tar.gz +/tmt-1.20.0.tar.gz diff --git a/sources b/sources index 7370f4a..7aec241 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (tmt-1.19.0.tar.gz) = 459c5e28277fd9e2489a938e6947c78a959c93ba8bcf48b712700b6f4f5e7c2c8ec6dcd88fe7d91d7fe03279f9cb4ac3516b1d6032b0099b207966bb33290e1f +SHA512 (tmt-1.20.0.tar.gz) = bff27abb086083a5a39d18261cbbdb890c0a1c7d0dd3b4da13354f2e985e9929f7e7b629b92a6f6048a1d989f0ff61bbc180254bbdcf052b3b8ca9a4a2855c4b diff --git a/tmt.spec b/tmt.spec index f95bb1b..7babd32 100644 --- a/tmt.spec +++ b/tmt.spec @@ -1,5 +1,5 @@ Name: tmt -Version: 1.19.0 +Version: 1.20.0 Release: 1%{?dist} Summary: Test Management Tool @@ -206,6 +206,37 @@ chmod 1777 %{buildroot}%{workdir_root} %changelog +* Thu Dec 08 2022 Lukáš Zachar - 1.20.0-1 +- Do not prune `html` and `junit` reports +- Skip extending fmf context if cli context missing +- Connect needs is_ready property as well +- Cover setup.py with pre-commit Python checks +- Do not leak "private" fields into export +- Set guest hostname in testcloud provision +- Capture provision error when login is used +- Support `TMT_WORKDIR_ROOT` environment variable +- Support step data definitions carrying CLI options +- Adds flake8 coverage for bin/ directory +- Prune irrelevant files during the `finish` step +- Add junit plugin schema +- Support to import empty key from Makefile +- Deleting unsed and duplicite part of finish step +- Support absolute paths in HTML reports +- Capture exceptions when getting `image_url` +- Enable verbose output for `provision` & `prepare` +- Add support for Artemis v0.0.47 upcoming release +- Remove unused variables +- Initial support for passing ssh options from cli +- Update specification of the `where` multihost key +- Add a simple test demonstrating the upgrade testing +- Use custom subclass of click.Context for better annotations +- Extend the `duration` for tests using containers +- Change common class constructors to use keyword arguments only +- Make packit build with the next release.dev version +- Add basic test coverage for `tmt story export` +- Fix export of the story `priority` field +- Read source from correct directory if ref is used + * Wed Nov 09 2022 Lukáš Zachar - 1.19.0-1 - Protect args in rsync call - Set tree root for the default plan tree as well