Skip to content

Releases: ThePorgs/Exegol

Release 4.3.4

21 May 09:40
4.3.4
45d84fe
Compare
Choose a tag to compare

Description

Minor release holding back requests lib until docker supports the new version.

Related issues

docker/docker-py#3256

Fix the Not supported URL scheme http+docker.

What's Changed

Full Changelog: 4.3.3...4.3.4

Exegol 4.3.3

16 May 01:34
4.3.3
87aa68d
Compare
Choose a tag to compare

Description

New minor update with some bug fixing and improved error message.

Improvement

  • User can now use relative path for custom volume
  • Auto-completion work with sudo configuration (check the documentation to use sudo exegol correctly)

Related issues

  • Fix git branch name truncation
  • Handle None config file
  • Handle docker socket permission denied

What's Changed

Full Changelog: 4.3.2...4.3.3

Exegol 4.3.2

15 Apr 19:20
56ae80a
Compare
Choose a tag to compare

Description

Wayland Update !
New minor wrapper version with various bug fix and improvements.

Improvements

  • Support for Wayland GUI (there is still some app that require a X11 socket)
  • Better handling of docker errors
  • Prevent timezone sharing on Mac (cause error on host package upgrade)
  • Add proxy support (thanks to @Siopy)
  • Handle docker timeout
  • Add user hint when xhost isn't available

Related issue

What's Changed

New Contributors

Full Changelog: 4.3.1...4.3.2

Exegol 4.3.0

22 Dec 15:27
1ae9ec4
Compare
Choose a tag to compare

Description

New features

  • Added a new entrypoint (that allows better interaction between the container creation process and the wrapper. This is mostly transparent to users)
  • Added a new start script (that allows better interaction between the container shell starts and the wrapper. This is mostly transparent to users)
  • Added support for the Remote Graphical Desktop (beta) feature. This feature relies on XFCE4 and VNC/NoVNC to provide a graphical remote desktop for users. This is especially useful for macOS and Windows hosts were X11 sharing is limited, but also for pro users that deploy Exegol containers on Cloud Private Servers.
  • Added a startup sequence to see the progress of your my-resource installation etc
  • Random root password for every container (needed when using the desktop feature)
  • Adding container rollback procedure if an error occurred when creating a new container
  • A custom build path can now be provided to the wrapper for local image building
  • Support for Python 3.12

Improvements

  • Improved logs when installing (i.e. downloading) images. The estimated size on disk is now shown (previously, only the compressed size was shown and prevented people from knowing how much space the uncompressed image would take).
  • Improved custom HOSTNAME on container PS1
  • Handle docker Timeout errors
  • Can identify docker-desktop on Linux and warn user about it
  • New preprod test on github pipeline
  • New env var to enable / config features from the wrapper to the container
  • Support X11 GUI on Windows 10 with WSLg (must be up-to-date)

Related issues

  • WSL2 "Exec format error" when running 'cmd.exe' #191
  • sub-modules of exegol-resources are missing #180
  • MAC: Using static IP routing for X11 GUI socket when using a VPN
  • Printed debug values on version -vvv
  • Syntax warning with python 3.12
  • Removing pip upgrade tips when the wrapper didn't self-update
  • Workspace removal on Windows installation
  • Permission error when running Exegol as root

What's Changed

Full Changelog: 4.2.5...4.3.0

Exegol 4.2.5

10 Aug 04:52
5428a7a
Compare
Choose a tag to compare

Description

Minor update with bug fix + Add BlackHat USA 2023 badge

Related issues

What's Changed

Full Changelog: 4.2.4...4.2.5

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