Skip to content

Releases: Erik-Lamers1/vnet-manager

Release 1.1.1

07 Nov 18:05
Compare
Choose a tag to compare

Very small patch release to fix an issue with a new urlib v2 incompatibility on Ubuntu 20.04

Release 1.1.0

22 Oct 13:33
Compare
Choose a tag to compare

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

05 Nov 11:03
Compare
Choose a tag to compare

Small patch release

Changes;

  • Silence ws4py logging errors (#52)
  • Silence PyLXD attribute UserWarnings (#53)
  • Bring back version action (#54)

Release 1.0.0

29 Oct 13:36
Compare
Choose a tag to compare

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

17 Sep 18:12
Compare
Choose a tag to compare

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

09 Nov 14:25
7650c58
Compare
Choose a tag to compare

New support:

Add avahi to container packages (#35 )
This will add mDNS support to the containers local network.

Release 0.9.0

16 Oct 17:59
Compare
Choose a tag to compare

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

24 May 12:15
Compare
Choose a tag to compare

New feature:

  • Add bridge interfaces option to machine config (#26)

Changes:

  • Move argeparser to separate file (#27)

Release 0.7.0

21 Feb 11:09
Compare
Choose a tag to compare

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

02 Jan 21:34
Compare
Choose a tag to compare

Major changes

  • defaults.yaml is no longer needed, all provider settings are now loaded from the Python settings: (#20)

Minor changes