|
1 | 1 | Name: tmt
|
2 |
| -Version: 1.30.0 |
| 2 | +Version: 1.31.0 |
3 | 3 | Release: %autorelease
|
4 | 4 | Summary: Test Management Tool
|
5 | 5 |
|
@@ -148,6 +148,87 @@ install -pm 644 %{name}/steps/provision/mrack/mrack* %{buildroot}/etc/%{name}/
|
148 | 148 | %files -n tmt+all -f %{_pyproject_ghost_distinfo}
|
149 | 149 |
|
150 | 150 | %changelog
|
| 151 | +* Tue Feb 06 2024 Michal Hlavinka <[email protected]> - 1.31.0 |
| 152 | +- Simple ReST renderer for CLI help texts (#2574) |
| 153 | +- Generate plugin documentation from their sources (#2549) |
| 154 | +- Fix environment from command line updated twice (#2614) |
| 155 | +- Introduce a new prepare plugin for common features (#2198) |
| 156 | +- Remove `xfail` for the `multidict` issue on `rawhide` |
| 157 | +- Prevent catching avc denials from previous tests |
| 158 | +- Remove an obsolete workaround for `centos-stream-8` |
| 159 | +- Enable the `/tests/discover/libraries` test (#2222) |
| 160 | +- Add documentation on tmt & regular expressions |
| 161 | +- Fix expansion of envvar starting with `@` in fmf nodes |
| 162 | +- Add the `zcrypt` adapter specification |
| 163 | +- Allow urllib3 2.x |
| 164 | +- Enable `/plans/provision/virtual` for pull requests (#2558) |
| 165 | +- Remove the dns failures workaround |
| 166 | +- Fix reporting of schema errors without the `$id` key |
| 167 | +- AVC check now saves a timestamp on guest instead of using runner's time |
| 168 | +- Add check to prevent `tmt try` deleting imported libraries |
| 169 | +- Reduce usage of locks in the `testcloud` plugin |
| 170 | +- Add support for envvars import and export to Polarion |
| 171 | +- Use enumeration to implement action handling |
| 172 | +- Handle the `ctrl-d` shortcut in `tmt try` |
| 173 | +- Run tests with `interactive` mode during `tmt try` |
| 174 | +- Fix `tmt import --dry` and Polarion import file name |
| 175 | +- Document that `name` is supported in `--filter` search (#2637) |
| 176 | +- Refactor running of interactive commands (#2554) |
| 177 | +- Create container images from the latest non-dev copr build |
| 178 | +- Fail `dmesg` check if it contains `Call Trace` or `segfault` |
| 179 | +- Mention the reboot timeout variable in the release notes |
| 180 | +- Bump the default reboot timeout to 10 minutes |
| 181 | +- Allow change of the default reboot timeout via environment variable |
| 182 | +- Introduce essential requirements |
| 183 | +- Allow `--update-missing` to change the default `how` value |
| 184 | +- Document the new `become` feature |
| 185 | +- Raise an error when loading pre-1.24 `tests.yaml` |
| 186 | +- Support terminating process running test via its test invocation (#2589) |
| 187 | +- Fix `egrep` warning in `/plans/install/docs` |
| 188 | +- Test framework may provide additional test requirements |
| 189 | +- Improve logging of AVC check plugin and its test |
| 190 | +- Cleanup logging in `tmt.utils.create_file()` |
| 191 | +- Drop connection closed messages from test output |
| 192 | +- Recommend `qemu-kvm-core` for `provision-virtual` |
| 193 | +- Fix `/tests/plan/import` to not use special ref (#2627) |
| 194 | +- Improve imported plan modification test to verify the order as well (#2618) |
| 195 | +- Retry the `git clone` action multiple times |
| 196 | +- Simplify the debuginfo installation test |
| 197 | +- Support `virtualization.is-virtualized` in `mrack` plugin |
| 198 | +- Support running all or selected steps `--again` |
| 199 | +- Allow hardware requirements limit acceptable operators |
| 200 | +- Fix inheritance of some keys in provision step data |
| 201 | +- Run a callback when command process starts |
| 202 | +- Add support for hard reboot to Beaker provision plugin |
| 203 | +- Make collected requires/recommends guest-aware |
| 204 | +- Copy top level `main.fmf` during testdir pruning |
| 205 | +- Add support for Artemis API v0.0.67 |
| 206 | +- Add support for `cpu.flag` hardware requirement |
| 207 | +- Use a different pidfile location for the full test |
| 208 | +- Clear test invocation data path use and derived paths |
| 209 | +- Add support for disallowing plugins via command line |
| 210 | +- Use constraint classes specific for particular value type |
| 211 | +- Making rhts metric value optional. |
| 212 | +- Ignore tarballs and generated man page |
| 213 | +- Cover `tmt.libraries` with `pyright` checks |
| 214 | +- Parallelize the `provision` step |
| 215 | +- Let `click` know about the maximal output width |
| 216 | +- Cover `tmt.identifier` with `pyright` checks |
| 217 | +- Extend `duration` of `/tests/core/escaping` a bit |
| 218 | +- Move docs templates into their own directory |
| 219 | +- Drop no longer needed `tmt.utils.copytree()` |
| 220 | +- Drop no longer used `tmt.utils.listify()` |
| 221 | +- Provision plugins use `self.data` instead of `self.get()` |
| 222 | +- Prepare and finish plugins use self.data instead of self.get() |
| 223 | +- Fix tmt.utils.format to allow int and float values |
| 224 | +- Move code-related pages under new `code` directory |
| 225 | +- Warn on test case not found in Polarion during report |
| 226 | +- Bump pre-commit linters |
| 227 | +- When cloning a logger, give it its own copy of labels |
| 228 | +- Add a `Toolbelt Catalog` entry for `tmt` |
| 229 | +- Enable the `avc` check for all `tmt` tests |
| 230 | +- Fix dmesg check test on Fedora rawhide & newer |
| 231 | + |
151 | 232 | * Fri Dec 08 2023 Petr Šplíchal <[email protected]> - 1.30.0
|
152 | 233 | - Make `arch` field unsupported in the spec
|
153 | 234 | - Introduce `tty` test attribute to control terminal environment
|
|
0 commit comments