Skip to content

Releases: wubbl0rz/VmChamp

v0.0.7

29 Apr 15:54
Compare
Choose a tag to compare
  • enabled ssh x11 forwarding by default
  • check if default bridge config exists
  • fallback bridge network if default 192.168.122.0/24 is not usable
  • moved libvirt check after help generation
  • enabled nested virtualization by default

v0.0.6

28 Apr 19:16
Compare
Choose a tag to compare
  • added debian12
  • libvirt check at startup
  • fixed watchdog error #9
  • fixed ubuntu network bridge config

v0.0.5

07 Apr 13:57
Compare
Choose a tag to compare
  • ask to create bridge if virbr0 is not found or not ready
  • better build output for .sh file
  • fix link ubuntu 22.04
  • fix link fedora 36
  • add rocky 8 and 9
  • add ubuntu 23.04
  • dont add additional .qcow2 to downloaded images
  • avoid multiple url slashes in download

v0.0.4

01 Apr 20:05
Compare
Choose a tag to compare
  • better message for ssh connect
  • fixed alma 8 and 9 image links

v0.0.3

01 Apr 19:47
Compare
Choose a tag to compare

fixes

v0.0.2

30 Mar 14:36
Compare
Choose a tag to compare
  • restart command
  • recreate / overwrite option on vm start
  • parameter for running custom script command after vm creation
  • cpu cores option
  • more distros. arch, fedora, centos, alma
  • list command shows more info:
    • vm state
    • cpu cores
    • memory
    • disk used
    • ping interface
VmChamp --help
Description:

Usage:
  VmChamp [command] [options]

Options:
  --completion <completion>  generate shell completion. (zsh or bash)
  --version                  Show version information
  -?, -h, --help             Show help and usage information

Commands:
  run, start <name>              start a new VM [default: testvm]
  clean                          delete all vms and images
  remove, rm <name>              removes a vm [default: testvm]
  reboot, reset, restart <name>  force restarts a vm [default: testvm]
  ssh <name>                     connect to vm via ssh [default: testvm]
  list, ls, ps                   list all existing vms
  images, os                     get a list of all available os images

Full Changelog: v0.0.1...v0.0.2

v0.0.1

25 Mar 13:12
Compare
Choose a tag to compare

v0.0.1

Description:

Usage:
  VmChamp [command] [options]

Options:
  --completion <completion>  generate shell completion. (zsh or bash)
  --version                  Show version information
  -?, -h, --help             Show help and usage information

Commands:
  run, start <name>  start a new VM [default: testvm]
  clean              delete all vms and images
  remove, rm <name>  removes a vm [default: testvm]
  ssh <name>         connect to vm via ssh [default: testvm]
  list, ls, ps       list all existing vms
  images, os         get a list of all available os images

Full Changelog: https://github.com/wubbl0rz/VmChamp/commits/v0.0.1