Package Release Info

flake-pilot-3.1.19-160000.2.2

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

flake-pilot-firecracker
flake-pilot-firecracker-dracut-netstart
flake-pilot-firecracker-guestvm-tools

Change Logs

* Wed Jun 25 2025 marcus.schaefer@gmail.com
- Bump version: 3.1.18 → 3.1.19
* Wed Jun 25 2025 marcus.schaefer@gmail.com
- Fix CVE-2025-3416
  rebuild of the tool also inherits openssl in a version that
  fixes the above mentioned CVE. This fixes bsc#1242680
* Wed Jun 25 2025 marcus.schaefer@gmail.com
- Fix CVE-2025-5791
  Switch to uzers crate as actively maintained fork of the
  unmaintained users crate. This Fixes bsc#1244207
* Wed Feb 26 2025 marcus.schaefer@gmail.com
- Fix firecracker requirement
  Require firefracker only for TW as it exists in no
  other version of SUSE. In case the firecracker-pilot
  is installed on a system that has no firecracker it
  must be installed to this system in an alternative
  way which is easily possible because firefracker
  is also a rust application only depending on libc
* Tue Feb 11 2025 marcus.schaefer@gmail.com
- Bump version: 3.1.17 → 3.1.18
* Tue Feb 11 2025 marcus.schaefer@gmail.com
- Style fixes
* Tue Feb 11 2025 marcus.schaefer@gmail.com
- Fix error handling for container check methods
  The condition to setup permissions and redo the call
  was done when the exec of the call was not possible.
  But this is not the right place to check for a permission
  denied error. This commit fixes the evaluation of the
  error data
* Tue Feb 11 2025 marcus.schaefer@gmail.com
- Bump version: 3.1.16 → 3.1.17
* Tue Feb 11 2025 marcus.schaefer@gmail.com
- Don't use perform for bool status methods
  The perform() call checks the status code and raises an
  ExecutionError. This does not allow us to return a
  false boolean. Use output() call instead
* Tue Feb 11 2025 marcus.schaefer@gmail.com
- Bump version: 3.1.15 → 3.1.16