@@ -148,6 +148,75 @@ 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
+ *
Wed Mar 27 2024 Martin Hoyer <[email protected] > -
1.32.0
152
+ - Support Alpine Linux `apk` package manager
153
+ - Update the `reportportal` plugin
154
+ - Allow `keep-git-metadata` to be used without url
155
+ - Use `TMT_REPORT_ARTIFACTS_URL` in Polarion report plugin
156
+ - Prepare dist-git sources using `rpmbuild -bp`
157
+ - Add support for `zcrypt` to Beaker plugin
158
+ - Introduce ansible-lint to format ansible files
159
+ - Add support for linking artifacts from the report
160
+ - Document test tags and mark beakerlib integration
161
+ - Clarify that plan context is not applied to plan
162
+ - Increase the default test `duration` a bit
163
+ - Update pre-commit checks
164
+ - Fix typos in the `tmt try` help message examples
165
+ - Add new environment variable for test iteration identifier
166
+ - Select no tests if `modified-only` returns nothing (#2761)
167
+ - Debug output for `discover -h fmf --modified-only`
168
+ - Finish unit testing of HW transformations in mrack plugin
169
+ - Run `/plans/install/docs` in core `packit` jobs
170
+ - Extract "package manager" functionality into plugins (#2557)
171
+ - Allow commands whose output is not logged unless they fail
172
+ - Move `/tests/run/shell` to `/plans/provision/local`
173
+ - Include a simple config for the `polarion` plugin
174
+ - Cover `report/junit` with `pyright`
175
+ - Implement the new test check `watchdog`
176
+ - Support `disk.driver` hw requirement for `mrack`
177
+ - Cover `tmt.hardware` with `pyright` check
178
+ - Bootstrap unit tests for Beaker XML transformation of HW requirements
179
+ - Add support for emulated TPM into virtual provision plugin
180
+ - Set default formatting of Pint units to use symbols, not names (#2736)
181
+ - Disable IPv6 for /plans/provision/virtual in CI
182
+ - Add support for `disk.driver` hardware requirement
183
+ - Remove now unnecessary `NON_KVM_ADDITIONAL_WAIT` from testcloud
184
+ - Support `disk.model-name` hw requirement for `mrack`
185
+ - Include `context` in the test `metadata.yaml` file
186
+ - Pass `domain_configuration` to testcloud's `wake()`
187
+ - Document how to enable verbose/debug logging
188
+ - Disable password authentication when using keys
189
+ - Fix /plans/provision/virtual to set correct PROVISION_* variable
190
+ - Log the beaker job whiteboard
191
+ - /usr/sbin/sestatus instead of /usr/bin/sestatus (#2720)
192
+ - Set acl permissions on the `workdir` root
193
+ - Extend the `duration` for time-demanding tests
194
+ - Add support for `disk.model-name` hardware requirement
195
+ - Move deferred user stories into a separate section
196
+ - Mark test check tests with more fitting provision tags
197
+ - Add `Environment` and `FmfContext` among loggable types
198
+ - Bump supported Artemis API versions to 0.0.69
199
+ - "Show default" flag was dropped from CLI option initialization
200
+ - Convert environment handling into a dict-like class (#2612)
201
+ - Enable `additional_coverage` tests for pull requests (#2700)
202
+ - Add essential requirements to checks
203
+ - Remove mention about the full test suite from docs
204
+ - Use the `PROVISION_HOW` variable in `provision` plans (#2688)
205
+ - Properly detect if test is enabled somewhere
206
+ - Check for files in `rpm-ostree install` script
207
+ - Collect test/test check results in test invocation (#2608)
208
+ - Test the `become` key under `virtual` provision
209
+ - Introduce "topology" addresses for guests (#2670)
210
+ - Make checks smarter about environments in which they should not run (#2686)
211
+ - Cover report/display and report/html with pyright (#2682)
212
+ - Cover `tmt.templates` with `pyright`
213
+ - Allow custom boot/connect timeouts for testcloud VMs
214
+ - Underline `try` menu keys
215
+ - Drop two no longer used methods from prepare step
216
+ - Enable the full test execution using a label (#2683)
217
+ - Support URL as post-install-script for Artemis plugin
218
+ - Fix dmesg check test for recent Fedoras
219
+
151
220
*
Tue Feb 06 2024 Michal Hlavinka <[email protected] > -
1.31.0
152
221
- Simple ReST renderer for CLI help texts (#2574)
153
222
- Generate plugin documentation from their sources (#2549)
0 commit comments