Releases: GNS3/gns3-server
Releases · GNS3/gns3-server
Version 1.5.1
- Increase the number of interface for docker
- Add the method in the bad request answer
- Fix a rare crash in IOU
- Fix a crash when docker is used but not installed
- Backport Docker node hot linking
- Allows hot-linking for Docker containers. Ref #267.
Version 1.5.0
- Fix import of project with no disk
- Allow for (a lot) more docker container ports. Fixes #593.
- Raise an error if you try to use Docker on non Linux host
- Fix a crash in Docker if daemon stop to respond
- Fix a crash if Dynamips router has no initial configuration
- Kill ghosts process at startup (Dynamips, VPCS, Ubridge)
Version 1.5.0 release candidate 2
- Fix black screen with Qt app in Docker container
- Detect when command in the container exit
- Docker when the aux console exit and restart it
- Pass by default the environment variable container=docker
- Fix busybox binary location
- Avoid loosing console port for Docker
- Workaround a crash in x11vnc
- Delete volume when dropping the container
- Catch connection reset in ioucon
- Delete vlan.dat for L2IOL during config import. Fixes #1285.
- Copy original ressources from VOLUMES
Version 1.5.0 release candidate 1
- Save an restore docker permission
- Export the list of volumes to a env variable accessible in the container
- Fix a crash when docker start command is None
- Ubridge 0.9.4 is require
- Generate a MAC address using the project + node UUID. Ref #522.
- Catch extra args in windows signal handler
- Allow to block network traffic originating from the host OS for vmnet interfaces (Windows only).
- Fix an import error when you have no GNS3 VM
- Warn if you can not export a file due to permission issue
- Do not delete adapters when stopping a VMware VM. Ref #1066.
- Allocate a new vmnet interface if vmnet 0 1 or 8 is set to a custom adapter. Set adapter type to all adapters regardless if already configured or added by GNS3.
- Set default VMware VM adapter type to e1000.
Version 1.5.0 beta 1
- Allow an IOS router to stop even the Dynamips hypervisor command fail to be sent. Ref #488.
- Extract private-config only when necessary (content is different than the default). Fixes #520.
- Fixes disabling the VPCS relay feature. Fixes #521.
- Fixes wrong exception in Docker VM implementation.
- Force Npcap DLL to be used first for Dynamips and uBridge (instead of the one from Winpcap if installed).
- Fixed startup-config is lost if you change any IOS router settings. Fixes #1233.
- Fixes check for NPF service and add check for NPCAP service on Windows.
- Fix ProcessLookupError X11VNC
- Force tag latest for docker image if no tag is specified
- Cleanup unbreakable space
- Do not raise error if vmrun.exe is named vmrun.EXE
- Load docker api only for Linux
Version 1.5.0 alpha 2
- Fix build issue on PyPi
Version 1.5.0 alpha 1
- Rebase Qcow2 disks when starting a VM if needed
- Docker support
- import / export portable projects (.gns3project)
Version 1.4.6
- More robust save/restore for VirtualBox linked clone VM hard disks.
- Prevent non linked cloned hard disks to be detached when using VirtualBox linked cloned VMs. Fixes #1184.
- Stricter checks to match VMware version to the right vmrun (VIX library) version. Also checks the VIX library version when only using the GNS3 VM running in VMware.
- Allow only .pcap to be downloaded from remote stream API
- Fix incrementation of qemu mac address
- Clear warnings about using linked clones with VMware Player.
- Alternative method to find the Documents folder on Windows.
- Add IOU support and install config in /etc
Version 1.4.5
- Stop the VMware VM if there is an error while setting up the network connections or console.
- Remote install on 14.04 ubuntu
- Include VMware VMs paths found preferences.ini
- Allow to stop a VMware VM from GNS3 even if halted within the VM. Fixes #1118.
- Keep Dynamips stdout log file in the project directory.
- Get MAC addresses for host interfaces to use for filtering frames from vmnet interfaces.
- Dynamips uuid hypervisor command is no longer supported.
- Restart NPF service after adding vmnet adapters on Windows.
- Support /etc/gns3/gns3_server.conf for the config
- Improve warning if fusion is not installed or in non standard location
Version 1.4.4
- Check if VMware Fusion is correctly installed when retrieving the VM list.