Skip to content

Commit b3b3d28

Browse files
committed
Release 1.28.0
1 parent 75de07b commit b3b3d28

File tree

2 files changed

+58
-2
lines changed

2 files changed

+58
-2
lines changed

README.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,8 @@ Vector Li, Evgeny Fedin, Guy Inger, Adrián Tomašov, Jan Havlín,
586586
Lukáš Kotek, Daniel Diblík, Laura Barcziova, Marián Konček,
587587
Marcin Sobczyk, Jiří Jabůrek, Huijing Hei, Tibor Dudlák, Jan
588588
Macků, Filip Vágner, Martin Hoyer, Iveta Česalová, Yi Zhang,
589-
Zhaojuan Guo, Natália Bubáková and Michal Josef Špaček.
589+
Zhaojuan Guo, Natália Bubáková, Michal Josef Špaček, Jiří Popelka,
590+
Matej Focko, Yulia Kopkova and Tomáš Bajer.
590591

591592

592593
Copyright

tmt.spec

Lines changed: 56 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: tmt
2-
Version: 1.27.0.dev0
2+
Version: 1.28.0.dev0
33
Release: %autorelease
44
Summary: Test Management Tool
55

@@ -147,6 +147,61 @@ install -pm 644 %{name}/steps/provision/mrack/mrack* %{buildroot}/etc/%{name}/
147147
%config(noreplace) %{_sysconfdir}/%{name}/mrack*
148148

149149
%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+
150205
* Wed Sep 06 2023 Petr Šplíchal <[email protected]> - 1.27.0-1
151206
- Use `testcloud` domain API v2
152207
- Bootstrap before/after test checks (#2210)

0 commit comments

Comments
 (0)