|
1 | 1 | Name: tmt
|
2 |
| -Version: 1.27.0.dev0 |
| 2 | +Version: 1.28.0.dev0 |
3 | 3 | Release: %autorelease
|
4 | 4 | Summary: Test Management Tool
|
5 | 5 |
|
@@ -147,6 +147,61 @@ install -pm 644 %{name}/steps/provision/mrack/mrack* %{buildroot}/etc/%{name}/
|
147 | 147 | %config(noreplace) %{_sysconfdir}/%{name}/mrack*
|
148 | 148 |
|
149 | 149 | %changelog
|
| 150 | +* Fri Oct 06 2023 Petr Šplíchal <[email protected]> - 1.28.0 |
| 151 | +- Update the `release` action with `hatch` changes |
| 152 | +- Fix the multihost web test to work with container |
| 153 | +- Add `skip` as a supported custom result outcome |
| 154 | +- Add docs for the new `--update-missing` option |
| 155 | +- Remove irrelevant mention of `rhel-8` in the spec |
| 156 | +- Record start/end time & duration of test checks |
| 157 | +- Add `--update-missing` to update phase fields only when not set by fmf |
| 158 | +- Add --skip-prepare-verify-ssh and --post-install-script to artemis plugin (#2347) |
| 159 | +- Force tmt-link pre-commit to use fmf 1.3.0 which brings new features (#2376) |
| 160 | +- Add logging of applied adjust rules |
| 161 | +- Handle all context dimension values case insensitive |
| 162 | +- Hide `OPTIONLESS_FIELDS` from `tmt plan show` |
| 163 | +- Add context into the `html` report |
| 164 | +- Display test check results in `display` report output |
| 165 | +- Fix creation of guest data from plugin options |
| 166 | +- Allow wider output |
| 167 | +- Beaker plugin is negating Beaker operators by default |
| 168 | +- Include link to the data directory in the html report |
| 169 | +- Teach logging methods to handle common types |
| 170 | +- Move the copr repository to the `teemtee` group |
| 171 | +- Add a new `cpu` property `stepping` to hardware |
| 172 | +- Extract beakerlib phase name to a failure log |
| 173 | +- Always show the real beaker job id |
| 174 | +- Create a production copr build for each release |
| 175 | +- AVC denials check for tests (#2331) |
| 176 | +- Add nice & colorfull help to "make" targets |
| 177 | +- Include more dependencies in the dev environment |
| 178 | +- Stop using the `_version.py` file |
| 179 | +- Replace `opt()` for `--dry/--force` with properties |
| 180 | +- Update build names for copr/main and pull requests |
| 181 | +- Use `hatch` and `pyproject`, refactor `tmt.spec` |
| 182 | +- Use dataclass for log record details instead of typed dict |
| 183 | +- Refactor html report plugin to use existing template rendering |
| 184 | +- Narrow type of hardware constraint variants |
| 185 | +- Refactor parameters of `Plan._iter_steps()` |
| 186 | +- Use `format_value()` instead of `pprint()` |
| 187 | +- Use the minimal plan to test imported plan execution |
| 188 | +- Refactor exception rendering to use generators |
| 189 | +- Add the `export` callback for fields (#2288) |
| 190 | +- Update a verified-by link for the beaker provision |
| 191 | +- Multi-string help texts converted to multiline strings |
| 192 | +- Make the upload to PyPI working again |
| 193 | +- Hide command event debug logs behind a log topic (#2281) |
| 194 | +- Replace `pkg_resources` with `importlib.resources` |
| 195 | +- Wrap `click.Choice` use with `choices` parameter |
| 196 | +- Lower unnecessary verbosity of podman commands |
| 197 | +- Move check-related code into `tmt.checks` |
| 198 | +- Disable `systemd-resolved` to prevent dns failures |
| 199 | +- Adjust test coverage for deep beakerlib libraries |
| 200 | +- Document migration from provision.fmf to tmt (#2325) |
| 201 | +- Remove TBD of initiator context for Packit |
| 202 | +- Fix output indentation of imported plans |
| 203 | +- Copr repo with a group owner requires quotes |
| 204 | + |
150 | 205 | * Wed Sep 06 2023 Petr Šplíchal <[email protected]> - 1.27.0-1
|
151 | 206 | - Use `testcloud` domain API v2
|
152 | 207 | - Bootstrap before/after test checks (#2210)
|
|
0 commit comments