Skip to content

Commit

Permalink
Release tmt-1.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszachy committed Jul 31, 2023
1 parent 68e23aa commit fa1b351
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
28 changes: 27 additions & 1 deletion tmt.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: tmt
Version: 1.25.0
Version: 1.26.0
Release: 1%{?dist}

Summary: Test Management Tool
Expand Down Expand Up @@ -247,6 +247,32 @@ install -pm 644 %{name}/steps/provision/mrack/mrack* %{buildroot}/etc/%{name}/


%changelog
* Mon Jul 31 2023 Lukáš Zachar <[email protected]> - 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 <[email protected]> - 1.25.0
- Test for pruning needs VM
- Internal anonymous git:// access is deprecated
Expand Down

0 comments on commit fa1b351

Please sign in to comment.