Releases: Erik-Lamers1/vnet-manager
Releases · Erik-Lamers1/vnet-manager
Release 1.1.1
Very small patch release to fix an issue with a new urlib v2 incompatibility on Ubuntu 20.04
Release 1.1.0
This release brings improvements to the TCPdump sniffers.
The example configs for FRR have been moved to the unified config format, this brings no functional changes to the examples.
Changes;
- Update README (#55)
- Move to unified FRR config (#56)
- Check for lingering sniffers at the end of stop action (#57)
- Create pcap files with timestamp (#58)
- Also start sniffers on veth interfaces (#59)
Release 1.0.1
Small patch release
Changes;
- Silence ws4py logging errors (#52)
- Silence PyLXD attribute UserWarnings (#53)
- Bring back version action (#54)
Release 1.0.0
Whoo, release 1.0.0. This major release brings some minor breaking changes;
Breaking changes;
destroy
action now has dedicated options for --purge and --clean, clean
option removed (#47)
- Deprecated
list
to show
conversion removed (#49)
New features;
- Reworked argparser menu with individual help per option (#47)
- Add
connect
option (#46)
Release 0.10.0
New;
- Add Ubuntu 22.04 support #44
Changes;
- Cleanup also destroys base image automatically #41
- Don't error out on untested system env #42
- Python 3.10 support on testing #43
Release 0.9.1
New support:
Add avahi to container packages (#35 )
This will add mDNS support to the containers local network.
Release 0.9.0
New feature:
- Support Netplan routes on machine interfaces (#28, #32, #34)
Example configs:
- Add iBGP example config (#33)
CI changes:
- Migrate away from Travis to Github actions (#29, #30, #31)
Release 0.8.0
New feature:
- Add bridge interfaces option to machine config (#26)
Changes:
- Move argeparser to separate file (#27)
Release 0.7.0
Changes
- Added LXD preseed file for supported Ubuntu versions (#24)
- Added type hinting to most functions (#22)
- New version of Black (2d8432e)
Release 0.6.0
Major changes
- defaults.yaml is no longer needed, all provider settings are now loaded from the Python settings: (#20)
Minor changes