diff --git a/docs/guide.rst b/docs/guide.rst index eb96887b7c..8798e2c972 100644 --- a/docs/guide.rst +++ b/docs/guide.rst @@ -444,7 +444,7 @@ do it for you. Add to your repository's ``.pre-commit-config.yaml``: repos: - repo: https://github.com/teemtee/tmt.git - rev: 1.23.0 + rev: 1.26.0 hooks: - id: tmt-lint diff --git a/tmt.spec b/tmt.spec index acf6c0f7df..8b88f617d1 100644 --- a/tmt.spec +++ b/tmt.spec @@ -1,5 +1,5 @@ Name: tmt -Version: 1.25.0 +Version: 1.26.0 Release: 1%{?dist} Summary: Test Management Tool @@ -247,6 +247,32 @@ install -pm 644 %{name}/steps/provision/mrack/mrack* %{buildroot}/etc/%{name}/ %changelog +* Mon Jul 31 2023 Lukáš Zachar - 1.26.0 +- Do not throw an exception on missing mrack.log +- Allow injecting credentials for git clone +- Exception in web_link() when node root is missing +- Rewrite url in git_clone +- Add support for rendering error tracebacks +- ReST export plugin should accept --template option +- Add `role` to the Beaker provision plugin schema +- Fix test checking custom destination for libraries +- Create plans to cover individual step features (#2216) +- Add cache_property for things that are generated but not often +- Simplify public git conversion with a declarative list +- Spec-based container becomes generic over input/output specs +- Clean up logging in `tmt.utils.create_directory()` +- Move test framework code into distinct framework classes +- Add template option to polarion report +- Group discover/fmf options, improve wording a bit +- Record tmt command line in tmt log +- Add note about dynamic ref to the plan import spec +- Use the `Deprecated` class for deprecated options +- Remove `python3-mrack-beaker` from `BuildRequires` +- Switch discover/fmf to our field() implementation +- Lock the `click` version < 8.1.4 +- Refine examples of plans > discover > fmf +- Override packit actions for `propose_downstream` + * Mon Jul 10 2023 Lukáš Zachar - 1.25.0 - Test for pruning needs VM - Internal anonymous git:// access is deprecated