Description
New wrapper release with some new feature and many bug fix.
New features
- New action: `restart` (to automatically `stop` and `start` a container) 154
- New start options:
- The `--comment` option allows to add more information to your new containers, apart from the title (i.e. tag) 142
- The `--hostname` option allows to customize the hostname inside the Exegol container for OPSEC purposes during network activities 140
- Exegol wrapper now supports **auto-completion** `TAB is coming`! Take a look at the documentation (in the install section) to see how to enable this feature! 138
- Add support for OrbStack container engine (on MacOS) https://orbstack.dev/ #144
- And more minor improvement... (github workflows, debug version, registry image caching, ...)
Bug fixes
- Installation of Exegol-resources when using a custom PATH
- Update to the capabilities available to match default capabilities added by docker
- Updating image status after dynamic upgrade during an interactive start action
Upgrade notice
With a source installation
You can simply run `exegol update` to update the wrapper but don't forget to update the requirements! New requirements have been added in this release.
Packages can be updated with `python3 -m pip install --upgrade -r requirements.txt`
With a pip installation
Just run a simple `python3 -m pip install --upgrade exegol`.
In both cases, for the autocompletion to work 👇
Don't forget to update your setup to enable the auto-completion feature!
https://exegol.readthedocs.io/en/latest/getting-started/install.html#optional-using-exegol-auto-completion
Changelogs
What's Changed
* Adding ability to comment containers by ShutdownRepo in https://github.com/ThePorgs/Exegol/pull/143
* Add warning message for unset DISPLAY env by XVanilor in https://github.com/ThePorgs/Exegol/pull/149
* Exegol 4.2.0 by Dramelac in https://github.com/ThePorgs/Exegol/pull/152
New Contributors
* XVanilor made their first contribution in https://github.com/ThePorgs/Exegol/pull/149
**Full Changelog**: https://github.com/ThePorgs/Exegol/compare/4.1.1...4.2.0