Skip to content

Releases: subuk/vmango

0.12.0

26 Apr 10:29
e390a7b
Compare
Choose a tag to compare

Second Sunday quarantine release :)

Breaking changes:

  • Remove volume format and type from vm_created event.
  • Configuration file parameters libvirt_* replaced with libvirt "id" {} section (see vmango.dist.conf).
  • Remove bridges configuration option, you should create libvirt network for each bridge (see example below).

Improvements:

  • Multiple servers support (see vmango.dist.conf)
  • NoVNC integration with traffic forwarding for hosts connected by ssh
  • New machine create forms: simple with minimum options and advanced
  • Direct bridge support was removed, you should create libvirt network instead
  • Passthrough host cpu topology
  • Hugepages support
  • Support readonly libvirt connection
  • Add ability to hide volumes (via image.hidden option, see vmango.dist.conf for example)
  • Allow to use readonly ssh key file
  • Improve volume management. No you can attach cdroms and select bus type (virtio, iscsi, ide)
  • Video model selection (none, cirrus, qxl)
  • Add optional custom topbar links dropdown (web.links_title and web.links options).

Libvirt network example for bridge:

<network>
  <name>br0</name>
  <forward mode='bridge'/>
  <bridge name='br0'/>
</network>

0.11.0

05 Apr 10:47
2a6b2bb
Compare
Choose a tag to compare

First quarantine release!

  • Allow to specify size unit for memory and disk size #54
  • Add ability to select machine graphic type #61
  • Manage guest agent integration on domain update page
  • Improve IP address determination process
  • Update coreui to 2.1.12
  • Minor bug fixes

And experimental docker image:
https://hub.docker.com/r/subuk/vmango/

0.10.0

24 Nov 13:09
054da00
Compare
Choose a tag to compare

Sunday Release!

Breaking changes:

  • Run vmango web to start webserver

New features:

  • #26 Post create hooks
  • #37 Console tool for password hash generation
  • #39 Protect volume from deletion
  • #32 Manage vm autostart flag
  • #42 Ability to change cpu count and memory size
  • #33 New checkbox allows to delete vm and all its volumes

Bufixes:

  • #43 Properly display volume and memory size
  • #25 IP addresses not displayed when using bridged network

Milestone https://github.com/subuk/vmango/milestone/1?closed=1

0.9.1

07 Sep 21:27
cd84e7f
Compare
Choose a tag to compare

0.9.0

03 Sep 08:52
47f2c62
Compare
Choose a tag to compare

New Features:

  • Add vm console page with https://xtermjs.org
  • Extract machine IP address with libvirt if possible
  • Show and set network interface vlan tags
  • Add volume metadata with config image directive, see example at vmango.dist.conf
  • RPM Packages for centos 7

Web terminal demo https://streamja.com/LLEA

0.8.0

31 Aug 15:24
952e249
Compare
Choose a tag to compare

Rewritten from the scratch in one week 😬

No more XML templates only one configuration file
Volume management (create, remove, clone, resize, attach, detach)
Network interfaces management

Old features not yet completed

  • [!] No RPM/Deb packages
  • [!] No API
  • [!] No documentation website
  • [!] No IP Addresses

0.7.0

21 Aug 16:07
876795e
Compare
Choose a tag to compare
  • Bridged network support

0.6.0

16 Jul 11:23
Compare
Choose a tag to compare
  • Preserve machine plan, creator and source image for virtual machines
  • Build packages for debian stretch
  • Improve web access logging
  • Build packages with go1.8.3
  • Expose machine source image id
  • Simplify metadata rendering for vm templates
  • Rename Hypervisor to Provider
  • Rename Image.FullName to Image.Id
  • Use machine.id as main identify of machine instead of name

v0.5.0

19 Feb 22:27
Compare
Choose a tag to compare

Changelog:

  • CSRF tokens for forms
  • New UI

v0.4.1

11 Feb 07:17
Compare
Choose a tag to compare
v0.4.1 Pre-release
Pre-release
Version bump