This release publishes version v24.08.0 of the box on Vagrant Cloud. Quickstart: https://github.com/cmsirbu/ants#quick-start---with-vagrant
What's Changed
After successful testing with the 23.11.0.lite version of the box, the base box build via vagrant is now on a Debian 12 (bookworm) base.
Added
- More python tooling provided out of the box as system packages
ipython, pipx, cookiecutter, invoke, networklab.
Changed
- ANTS is built from the
debian/bookworm64box instead of Ubuntu with VirtualBox7.0.20. - Python packages are not installed via the system python inside the user folder. All CLI tools are installed through
pipxin dedicated virtual environments. - Updated
ansible-coreto2.17. - Updated
containerlabto0.56.0. - Updated
valeto3.7.0. - Updated
goto1.22.6. - Updated
poetryto1.8.3. - Updated
pyenvto2.4.10.
Removed
- All previously installed tooling via
pipis removed.