8000 Release Release v0.1.1 · exacheck/exacheck · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Release v0.1.1

Compare
Choose a tag to compare
@gbe0 gbe0 released this 18 Apr 14:46
· 5 commits to main since this release
84f536b

Changes:

  • Docker builds now use a venv rather than installing in system Python
  • Docker builds now use Python 3.12 as the base

Fixes:

  • Docker builds were not including ExaBGP so they would not be able to work. To fix this the requirement on ExaBGP has been dropped from Python >= 3.12. To use ExaCheck with Python 3.12 onwards (if not using Docker) you must currently install ExaBGP from source:
python3 -m pip --no-cache-dir install "git+https://github.com/Exa-Networks/exabgp.git@4.2"

Misc:

  • Update Apprise, Pydantic, Sentry and various development related modules
0