* Mon Jul 31 2023 Antoine Ginies <aginies@suse.com>
- version 2.1.2:
* by default don't create virtio input devices using the configuration
file as this overwrites scenario default values and can cause some
issues.
* Mon Jun 19 2023 Antoine Ginies <aginies@suse.com>
- version 2.1.1:
* remove 'terminate' button in the scenario selection page
* storage window now preload previous data if they have been
already set
* improve encryption password checks
* cleanup some code
* Wed Jun 14 2023 Antoine Ginies <aginies@suse.com>
- version 2.1.0:
* various fixes around hypervisor selection
* force hypervisor selection before choosing machine type or virtual net
* use machine list from the hypervisor capabilities (remove hardcoded list)
* check virtual machine name (only alphanumeric)
* various other cosmetics fixes
* GTK:
- only support localhost hypervisor due to limitation in authentication
- add some more tooltips
- improve layout: help on disk cache and some others
* Wed Jun 07 2023 Antoine Ginies <aginies@suse.com>
- version 2.0.8:
* disk image encryption is now supported
* if image encryption is enabled the default mode will be
preparing Guest and Host as the secret uuid is needed
* overwrite mode delete previous domain on the hypervisor
to avoid any previous Guest XML definition
* clean up some code
* Tue Jun 06 2023 Antoine Ginies <aginies@suse.com>
- version 2.0.7:
* add more info and debug in case of failure
* fix issues on PDH and certificate
* ! Image encryption is currently broken (encrypt.key-secret)
you should disable it
* Mon Jun 05 2023 Antoine Ginies <aginies@suse.com>
- version 2.0.5:
* exit in gtk mode if no connection to libvirt
* update man page
* Wed May 31 2023 Antoine Ginies <aginies@suse.com>
- version 2.0.4:
* display the force_sev page only in securevm scenario
* typo fixes
* remove pprint debug
* update API demo script
* switch default VM image size to 8GiB instead of 20GiB
* Wed May 31 2023 Antoine Ginies <aginies@suse.com>
- fix missing directory /etc/virt-scenario/vmconfig
* Wed May 24 2023 Antoine Ginies <aginies@suse.com>
- version 2.0.3:
* In Interactive mode add settings for:
- Image Format
- Image Size
- Encryption
- Cache mode
* fix diskpath bug
* Wed May 24 2023 Antoine Ginies <aginies@suse.com>
- version 2.0.2:
* fix encrypted VM disk image bug
* add support for memory backing
* add support for disk format (qcow2/raw)
* Gtk:
- add more tooltips
- add support for the disk image encryption password
- fix some wrong layout
- remove all colors to be more colorblind compliant
* remove some debug info
* Mon May 22 2023 Antoine Ginies <aginies@suse.com>
- version 2.0.1:
* continue clean up of the code
* pylint checks
* Wed May 17 2023 Jan Engelhardt <jengelh@inai.de>
- Repair bad grammar in descriptions.
- Trim old specfile constructs.
* Wed May 17 2023 Antoine Ginies <aginies@suse.com>
- version 2.0.0:
* major re-organization of the code and cleanup
* usable as an API (demo file available)
* add a Gtk interface
* add more parameters around storage
* split into a subpackage for the Gtk interface
* Wed Mar 29 2023 Antoine Ginies <aginies@suse.com>
- version 1.0.6:
* fix (bsc#1209862): virt-scenario-launch can't stop or get status
on virtual machine
* fix wrong way to call print_error
* Wed Mar 29 2023 Antoine Ginies <aginies@suse.com>
- version 1.0.5:
* force_sev now can be disabled (bsc#1209865)
* check /dev/tpm0 exist before using it (bsc#1209863)
* switch usage of print_title and print_summary
* simplify function show_how_to_use()
* avoid redefining bytes
* pylint fixes
* Fri Mar 24 2023 Antoine Ginies <aginies@suse.com>
- version 1.0.4:
* change default configstore to /etc/virt-scenario/vmconfig
this is needed to automatically save the config in case of usage
of a container.
* Fri Mar 24 2023 Antoine Ginies <aginies@suse.com>
- version 1.0.3:
* fix buggy VM image name in XML config
* Add more information in the documentation (step by step securevm)
* Thu Mar 23 2023 Antoine Ginies <aginies@suse.com>
- version 1.0.2:
* fix buggy vmimage option (error if not used)
* summary is displayed at the end in case of differences
* improve user password input for VM encrypted image
* some typo fixes
* Wed Mar 22 2023 Antoine Ginies <aginies@suse.com>
- version 1.0.1:
* user can specify a VM image to use instead of creating one
* Tue Mar 21 2023 Antoine Ginies <aginies@suse.com>
- Major version 1.0.0:
* various SEV fixes
* improve force_sev mode
* update all documentation
* various pylint fixes
- add requires on python-psutil