Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Exegol 5.1.0 source code.tar.gz | 2025-07-28 | 151.8 kB | |
Exegol 5.1.0 source code.zip | 2025-07-28 | 187.5 kB | |
README.md | 2025-07-28 | 1.9 kB | |
Totals: 3 Items | 341.2 kB | 0 |
Exegol wrapper 5.1.0
New major wrapper update with new upgrade action, options, configurations and some bug fix.
Features
- New
upgrade
action to automatically backup some data of a container and create a new one with the same configuration with a newer image https://docs.exegol.com/wrapper/cli/upgrade - The previous container can be kept with another name as a backup
- You can upgrade your container to another image type with the option
--image
- The following data can be automatically transfered to the new container (and more to come soon):
- bash / zsh history
- exegol-history database (when using 3.1.8 images minimum)
- The /workspace directory
- TriliumNext notes
- Some files:
/etc/hosts
/etc/resolv.conf
/opt/tools/Exegol-history/profile.sh
- The Proxychains configuration
- WireGuard VPN is now supported with
.conf
file using the option:--vpn myvpn.conf
[#256] https://docs.exegol.com/wrapper/features#wireguard-vpn - Available with Exegol images 3.1.8
- New option to add ALL capabilities to an exegol container (existing or new) with
--cap ALL
https://docs.exegol.com/wrapper/cli/start#privileges - New configuration to always enable shell logging for all exegol shells https://docs.exegol.com/wrapper/configuration#shell-logging
Bug fixes
- Fix download of legacy image
- Fix latest image status
- Fix outdated image parsing and display
- Improve local image parsing and display
- Wrapper auto-update is now only display when the wrapper is installed fom source
- Fix image local building unicode error when logging to a file
- Handle more docker timeout errors
What's Changed
- Release 5.1.0 by @Dramelac in https://github.com/ThePorgs/Exegol/pull/271
Full Changelog: https://github.com/ThePorgs/Exegol/compare/5.0.2...5.1.0