Vmango Versions Save

Your own personal IaaS cloud

v0.12.0

4 years ago

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>

v0.11.0

4 years ago

First quarantine release!

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

v0.10.0

4 years ago

Sunday Release!

Breaking changes:

  • Run vmango web to start webserver

New features:

Bufixes:

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

v0.9.1

4 years ago

v0.9.0

4 years ago

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

v0.8.0

4 years ago

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

v0.7.0

4 years ago
  • Bridged network support

v0.6.0

6 years ago
  • 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

7 years ago

Changelog:

  • CSRF tokens for forms
  • New UI

v0.4.1

7 years ago