Skip to content

Commit a47645c

Browse files
authored
Release 1.33.0 (#2912)
Co-authored-by: Tomas Bajer <[email protected]>
1 parent 142f3d1 commit a47645c

File tree

2 files changed

+35
-2
lines changed

2 files changed

+35
-2
lines changed

docs/overview.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -742,7 +742,8 @@ Marcin Sobczyk, Jiří Jabůrek, Huijing Hei, Tibor Dudlák, Jan
742742
Macků, Filip Vágner, Martin Hoyer, Iveta Česalová, Yi Zhang,
743743
Zhaojuan Guo, Natália Bubáková, Michal Josef Špaček, Jiří Popelka,
744744
Matej Focko, Yulia Kopkova, Tomáš Bajer, Carlos Rodriguez-Fernandez,
745-
James Molet, Cristian Le, Lili Nie and Martin Čermák.
745+
James Molet, Cristian Le, Lili Nie, Martin Čermák, Michael Vogt and
746+
Qinghua Cheng.
746747

747748

748749
Copyright

tmt.spec

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

@@ -144,6 +144,38 @@ install -pm 644 %{name}/steps/provision/mrack/mrack* %{buildroot}/etc/%{name}/
144144
%files -n tmt+all -f %{_pyproject_ghost_distinfo}
145145

146146
%changelog
147+
* Tue May 07 2024 Tomáš Bajer <[email protected]> - 1.33.0
148+
- Fix installation of packages from files (#2914)
149+
- Simplify the documentation building (#2483)
150+
- Install dependencies of upgrade tasks
151+
- Improve fail message when library doesn't exist
152+
- Parse the `system` hardware requirement (#2795)
153+
- Define `location.lab-controller` hardware requirement (#2794)
154+
- Test restart on crash (#2870)
155+
- Add `codespell` pre-commit and fix revealed errors
156+
- Add test restart counter, similar to `TMT_REBOOT_COUNT`
157+
- Fix error message if no supported package manager found
158+
- Fix copy/paste issue for `combine_hw_disk_size()`
159+
- Slightly improve rendering of ReST for command like
160+
- Allow `duration` in the `execute` schema
161+
- Log hash of the beakerlib library repo
162+
- Fix inability of rpm-ostree to install multiple packages (#2887)
163+
- Fix Alpine Linux support (#2828)
164+
- Allow custom failure patterns in `dmesg` test check
165+
- Make `junit_xml` more visible to linters
166+
- Add support for `virtualization.hypervisor` hardware requirement (#2733)
167+
- Add a new section `Review` to contributor docs
168+
- Accept SSH options from environment variable (#2783)
169+
- Fix AVC denial detection on Fedora rawhide (#2881)
170+
- Reuse "become" image to fix sudo-related trouble in /tests/provision/user (#2892)
171+
- Polish prepare/ansible documentation
172+
- Support `cpu.cores` hardware requirement for mrack (#2728)
173+
- Allow pip install from git-archive
174+
- Add the `cpu.vendor` hardware requirement
175+
- Fix incorrect translation of `cpu.processors` to Beaker
176+
- Document custom Jinja template filters (#2769)
177+
- Update logger-name for clean
178+
147179
* Fri Apr 19 2024 Lukáš Zachar <[email protected]> - 1.32.2
148180
- Remove /var/tmp workdir from rpm packaging
149181
- Refactor package manager discovery to allow priorities

0 commit comments

Comments
 (0)