Skip to content

Releases: ThePorgs/Exegol

Exegol 4.2.4

20 Jul 06:48
7b3d3e0
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: 4.2.3...4.2.4

Exegol 4.2.3

24 May 10:38
62fab24
Compare
Choose a tag to compare

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

15 May 14:49
76d57ab
Compare
Choose a tag to compare

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

11 May 01:22
Compare
Choose a tag to compare

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

10 May 03:24
b6aa6a7
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: 4.1.1...4.2.0

Exegol 4.1.1

07 Dec 20:20
Compare
Choose a tag to compare

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

28 Nov 14:17
f9eafc4
Compare
Choose a tag to compare

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

15 Sep 10:21
6e4c81d
Compare
Choose a tag to compare

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 permision g+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

08 Jul 15:35
b996af0
Compare
Choose a tag to compare

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

20 May 16:29
4556aca
Compare
Choose a tag to compare

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