Releases: ThePorgs/Exegol
Exegol 4.2.4
Description
Minor update with many fix
Related issues
- Fix NoneType issue during image recovery #164 #168
- Upgrade requirements (fix requests python 3.11 issues)
- Fix typo #169
- Fix update error when offline
- Fix OrbStack support
What's Changed
- fix typo and improve wording in Git success message by @spameier in #169
- Exegol 4.2.4 by @Dramelac in #170
New Contributors
Full Changelog: 4.2.3...4.2.4
Exegol 4.2.3
Description
New minor version with some minor bug fix.
Adding support for Python 3.11 (through requirements upgrade).
For source installation remember to run
pip3 install --upgrade -r requirements.txt
Related updates
- Fix GUI test for WSL2 engine
- Fix docker & requests > 2.29.x
- Add Python 3.11 support
- Minor update for the upgrade message
Changelogs
What's Changed
Full Changelog: 4.2.2...4.2.3
Exegol 4.2.2
Description
New minor version with some minor bug fix
Related issues
- Fix typo in interactive configuration with #155
- Constraint requests to 2.28.x as a temporary patch while the 2.29.x have some incompatibility
Change logs
What's Changed
Full Changelog: 4.2.1...4.2.2
Exegol 4.2.1
Description
Minor update with bug fixes.
Related issues
- #156
- HTTP Error after docker image installation
What's Changed
Full Changelog: 4.2.0...4.2.1
Exegol 4.2.0
Description
New wrapper release with some new feature and many bug fix.
New features
- New action:
restart
(to automaticallystop
andstart
a container) #154 - New start options:
- 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 #143
- Add warning message for unset DISPLAY env by @XVanilor in #149
- Exegol 4.2.0 by @Dramelac in #152
New Contributors
Full Changelog: 4.1.1...4.2.0
Exegol 4.1.1
Description
Minor release, bug fix only.
Related issues
- Blocking error when using Exegol offline without the
--offline
option - Fix old parameter name in interactive command builder
What's Changed
Full Changelog: 4.1.0...4.1.1
Exegol 4.1.0
New features
- Documentation ! https://exegol.readthedocs.io/
- Multi-arch support (AMD64 / ARM64)
- Creation of an automatic customization system from my-resources. More info in the doc
- New Shell logging method (asciinema)
- Shell logging auto compression
- Offline mode
- Container entrypoint support
- New config options (default shell command, shell logging method & compression)
- New GitHub issue form & PR template
Bug fix
What's Changed
Full Changelog: 4.0.5...4.1.0
Exegol 4.0.5
New feature / options
- New shell logging option: On container creation add
--log
or-l
on log every session on/workspace/logs/
- New file sharing 'tricks' between host and container. (Use
--update-fs
or-fs
to update permisiong+s
on existing directory and sub-directory) #103 - New sponsor
- New label system allowing the wrapper to integrate additional features
Bug fix
- Conflict between nightly images
- Fix default image selection (not printed in the table)
- Filter non updatable images
- #105
- Upgrade docker SDK, now support python 3.10: #108
- #112
What's Changed
New Contributors
Full Changelog: 4.0.3...4.0.5
Exegol 4.0.3
New feature / options
- Add self-update checker
- Add dockerhub page limit
- Add OpenVPN config check for custom DNS update
- Add auto-remove outdated image option in user config file
- Improve debug logging
- Minor bug fix and UI improvements
Bug fix
What's Changed
Full Changelog: 4.0.2...4.0.3
Exegol 4.0.2
New feature / options
- GUI support on MacOS with XQuartz integration
- It is now possible to share ports (Docker NAT) between the host and the container (when the sharing of the host's network is not enabled or possible) with -p or --port
- Improve environment detection (Mac / Docker desktop)
Bug fix
- #86
- Update docker desktop unsupported features
- Some minor bug fix