Conversation
…inks Fix: migrate leftover readthedocs links to docs.exegol.com
Contributor
There was a problem hiding this comment.
Pull request overview
Release-oriented update for the Exegol wrapper to ship v5.1.11, combining dependency updates, container backup/restore enhancements (incl. Firefox data), improved timezone sharing fallback, and CI hardening via pinned GitHub Actions.
Changes:
- Add/update wrapper behaviors: Firefox profile backup/restore, safer env passing to
docker exec, configurable interactive update prompts, and improved download progress handling. - Improve platform support and robustness: timezone sharing fallback via
TZenvironment variable, plus minor Docker SDK and architecture parsing tweaks. - Harden and polish release surface: pin GitHub Actions by commit, bump version, update docs links/templates, and extend
.gitignore.
Reviewed changes
Copilot reviewed 17 out of 19 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
| requirements.txt | Make tzlocal unconditional and bump version for new timezone fallback usage. |
| pyproject.toml | Align project dependencies with the tzlocal change. |
| exegol/utils/WebRegistryUtils.py | Use isinstance for Docker Image detection when parsing architecture. |
| exegol/utils/DockerUtils.py | Stop containers before removal (notably for backup-history cleanup). |
| exegol/model/ExegolContainer.py | Escape docker exec envs and add Firefox (/root/.mozilla) to backup/restore. |
| exegol/model/ContainerConfig.py | Add TZ env fallback timezone-sharing helper and adjust timezone-volume logging. |
| exegol/manager/ExegolManager.py | Add config-controlled interactive update prompts and update backup description text. |
| exegol/console/TUI.py | Prevent progress bar regressions from late “Downloading/Extracting” stream messages. |
| exegol/config/UserConfig.py | Introduce interactive_update_warning config field and surface it in config output. |
| exegol/config/ConstantConfig.py | Bump wrapper version to 5.1.11. |
| .gitignore | Ignore Cursor IDE workspace directory. |
| .github/workflows/sub_testing.yml | Pin GitHub Actions to specific commits. |
| .github/workflows/entrypoint_release.yml | Pin GitHub Actions to specific commits. |
| .github/workflows/entrypoint_prerelease.yml | Pin GitHub Actions to specific commits. |
| .github/workflows/entrypoint_nightly.yml | Pin GitHub Actions to specific commits. |
| .github/PULL_REQUEST_TEMPLATE.md | Update contributor docs link and fix grammar. |
| .github/ISSUE_TEMPLATE/config.yml | Update documentation URL. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
ShutdownRepo
approved these changes
Jul 19, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Exegol wrapper 5.1.11
Features
Bug fixes