Skip to content

Releases: yuuki0xff/clustertest

v0.3.0

11 Aug 00:18
5b6af5d
Compare
Choose a tag to compare
  • Broken change: Changed meaning of the storage_size parameter.
    • Before: storage_size means the volume size.
    • After: storage_size means increase amount of the volume size.
  • Bugfix: fixed timeout error if offline nodes are exist.
  • Bugfix: fixed a bug that dropped some errors.
  • Bugfix: fixed a hang if OS crashed during executing scripts.
  • Bugfix: fixed an issue with cloning VMs on Proxmox VE v6.1-7.
  • Improvement: changed scheduring algorithm.
  • Improvement: reduce script execution time by execute it in parallel.
  • Improvement: added VCPUs parameter to the proxmox-ve provisioner.
  • Improvement: added --listen and --port arguments to the clustertestd.
  • Improvement: added go.mod support.
  • Improvement: added config validation.

v0.2.0

01 Jul 07:51
235b2d3
Compare
Choose a tag to compare
  • Improvement: Added concurrent task execution support.
  • Improvement: task scheduling algorithm.

v0.1.2

01 Jul 07:51
d7fb9d7
Compare
Choose a tag to compare
  • Bugfix: Fixed a potential bug.

v0.1.1

13 Jun 10:19
78b3c9a
Compare
Choose a tag to compare
  • Bugfix: Fixed a potential issue with VM scheduling.
  • Improvement: Increase provisioning speed and script execution speed.

v0.1

12 Jun 10:45
ebe25c8
Compare
Choose a tag to compare
  • First release.