Skip to content

Releases: ThePorgs/Exegol

Exegol 5.1.7

05 Dec 14:46
5.1.7
4ffdf10

Choose a tag to compare

Exegol wrapper 5.1.7

Minor update for improved error handling during exegol server outages and bug fix of the upgrade action.

What's Changed

Full Changelog: 5.1.6...5.1.7

Exegol 5.1.6

27 Nov 16:47
5.1.6
75b4ce4

Choose a tag to compare

Exegol wrapper 5.1.6

Features

  • Improve exegol upgrade capabilities, adding backup/restore for:
    • NetExec & Responder local database and configuration
    • hashcat & john potfile
    • python3 interactive command history
  • Official support for python 3.14

Bug fixes

  • Fix help on python 3.14 #285
  • Reduce license information displayed #286
  • Improve local db stability

What's Changed

Full Changelog: 5.1.5...5.1.6

Exegol 5.1.5

28 Oct 17:46
5.1.5
9ef3788

Choose a tag to compare

Exegol wrapper 5.1.5

Bug fix

  • Fix support for python <= 3.11

What's Changed

Full Changelog: 5.1.4...5.1.5

Exegol 5.1.4

23 Oct 23:04
5.1.4
bc1b9fc

Choose a tag to compare

Exegol wrapper 5.1.4

Hot patch following up https://github.com/ThePorgs/Exegol/releases/tag/5.1.3

Bug fix

Replace gotrue import with the new lib substitute to fix import issue

What's Changed

Full Changelog: 5.1.3...5.1.4

Exegol 5.1.3

23 Oct 16:24
5.1.3
63b00f5

Choose a tag to compare

Exegol wrapper 5.1.3

Features

  • WireGuard is now available on Community edition!
    • You need to use the free image 3.1.8 or newer
  • On multi-select interactive interface (like remove and uninstall), you can now choose * to easily select every items displayed.
  • The file /etc/hosts on every new container is now persistent after container restart
  • Add some warning messages before starting an existing container in case some critical file are missing (like VPN configuration)
  • Improve some logs and catch more errors
  • Beta support of Python 3.14

Bug fixes

  • Skip interactive upgrade question when offline
  • Handle concurrent exegol instance during session renewal

What's Changed

Full Changelog: 5.1.2...5.1.3

Exegol 5.1.2

11 Sep 20:00
5.1.2
b33c9b2

Choose a tag to compare

Exegol wrapper 5.1.2

New minor wrapper release with some bug fix.

Bug fixes

  • When using sudo -E the wrapper will now use the user's home directory instead of root for .exegol directory
  • Handle session reload before pulling a version specific image tag
  • Fix race condition errors during container interactive configuration

What's Changed

Full Changelog: 5.1.1...5.1.2

Exegol 5.1.1

28 Jul 17:48
5.1.1
89170ce

Choose a tag to compare

Exegol wrapper 5.1.1

Bug fix

  • Fix syntax for python 3.11 and before

Exegol 5.1.0

28 Jul 15:21
5.1.0
a5be193

Choose a tag to compare

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

Full Changelog: 5.0.2...5.1.0

Exegol 5.0.2

04 Jul 16:27
5.0.2
b15d838

Choose a tag to compare

Exegol wrapper 5.0.2

New minor wrapper update with bug fixes and new --all option for multi-selector.

Features

  • New --all option to select every available container for stop and removeactions
  • New --all option to select every available images for uninstall action
  • Filter interactive table objects depending on the current action
  • Update CONTRIBUTING.md file
  • Improve workspace removal process and messages

Bug fixes

  • Handle exegol- in container name
  • Fix an issue when parsing an exegol image without any labels

What's Changed

Full Changelog: 5.0.1...5.0.2

Exegol 5.0.1

23 Jun 16:26
5.0.1
d03cf85

Choose a tag to compare

Exegol wrapper 5.0.1

New minor wrapper update with bug fixes.

Features

  • Removing shell whitelist from Exegol config file: default_start_shell parameter. User can now use any shell by default at startup (arguments cannot be used here)

Bug fixes

  • Fix acknowledge continue on enter
  • Fix image name confusion between full and free images
  • Fix pulling version specific images
  • Improve error message when servers are unavailable

What's Changed

Full Changelog: 5.0.0...5.0.1