You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added ubuntu-toolbox image definitions for Ubuntu 25.04
Gave access to the CA certificates from the host operating system — requires
new Toolbx images and p11-kit server on the host. Note that the UBI-based
images for RHEL haven't yet been updated, and this feature is currently
disabled for those containers.
Bug fixes
Optimized getting the runtime directory
Replaced links to the code repository with the website
Updated fallback release to 42 for non-fedora hosts
Dependencies
Added a new weak dependency on p11-kit server
Bumped the minimum github.com/NVIDIA/go-nvlib version to 0.7.1
Bumped the minimum github.com/spf13/viper version to 1.20.1 to reduce the
number of indirect dependencies
Bumped the minimum github.com/stretchr/testify version to 1.10.0
Bumped the minimum Go version to 1.21
Tests
Added runtime environment tests for the Kerberos and RPM configuration
Added unit tests for utils.PathExists()
Dropped the PODMAN and SKOPEO environment variables
Enabled the commands and options tests for list on Arch and Ubuntu 22.04
Enabled the system tests for create and networking on Arch Linux
Isolated the storage directory from the host's XDG_CACHE_HOME or HOME —
bumped the minimum Linux kernel version to 6.6
Made the the commands and options tests for create stricter
Optimized the system tests by avoiding a lot of disk I/O
Restored the generation and installation of the Bash completions on the CI
(regression from Fedora 41)