Bump version to 0.9.22

This commit is contained in:
2021-07-05 14:18:51 -04:00
parent 47a522f8af
commit 37cd278bc2
7 changed files with 45 additions and 4 deletions

15
debian/changelog vendored
View File

@ -1,3 +1,18 @@
pvc (0.9.22-0) unstable; urgency=high
* [API Daemon] Drastically improves performance when getting large lists (e.g. VMs)
* [Daemons] Adds profiler functions for use in debug mode
* [Daemons] Improves reliability of ZK locking
* [Daemons] Adds the new logo in ASCII form to the Daemon startup message
* [Node Daemon] Fixes bug where VMs would sometimes not stop
* [Node Daemon] Code cleanups in various classes
* [Node Daemon] Fixes a bug when reading node schema data
* [All] Adds node PVC version information to the list output
* [CLI Client] Improves the style and formatting of list output including a new header line
* [API Worker] Fixes a bug that prevented the storage benchmark job from running
-- Joshua M. Boniface <joshua@boniface.me> Mon, 05 Jul 2021 14:18:51 -0400
pvc (0.9.21-0) unstable; urgency=high
* [API Daemon] Ensures VMs stop before removing them