|
1 | 1 | Name: tmt
|
2 |
| -Version: 1.32.2 |
| 2 | +Version: 1.33.0 |
3 | 3 | Release: %autorelease
|
4 | 4 | Summary: Test Management Tool
|
5 | 5 |
|
@@ -144,6 +144,38 @@ install -pm 644 %{name}/steps/provision/mrack/mrack* %{buildroot}/etc/%{name}/
|
144 | 144 | %files -n tmt+all -f %{_pyproject_ghost_distinfo}
|
145 | 145 |
|
146 | 146 | %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 | + |
147 | 179 | * Fri Apr 19 2024 Lukáš Zachar <[email protected]> - 1.32.2
|
148 | 180 | - Remove /var/tmp workdir from rpm packaging
|
149 | 181 | - Refactor package manager discovery to allow priorities
|
|
0 commit comments