Migrations: adding db_table_exists so migrations can switch based on the presence...
[ganeti_webmgr.git] / CHANGELOG
blob42f3de13ca37d79329392a852d0b3d3460649973
1 ==================
2 Changelog
3 ==================
5 v0.6.2
6 ----
7   * fixing packaging issue with object log
9 v0.6.1
10 ----
11   * updating object log to 0.5.1
13 v0.6
14 ----
16 Notable Changes:
17   * Nodes are now cached in the database:
18   * Node detail views are now available, including some admin methods
19   * VirtualMachines may now be edited, renamed, and migrated.
20   * Errors while creating virtual machines are now handled better, and can be recovered from
21   * Django Object Log is now providing logs for all objects tracked by GWM
22   * Admins can now add ssh keys for other users
23   * Virtual machine detail page has had its layout updated to be more readable and add more
24   * fixed bugs preventing syncdb working with postgresql
26 v0.5
27 ----
29 Notable Changes:
30   * Status Dashboard is now the front page for GWM
31      * lists cluster status for admins.
32      * lists summary of virtual machines status for users.
33      * lists resource usage for the user and groups.
34      * error list including job failures and ganeti errors.
35   * Integrated NoVNC, an HTML5 + WebSockets VNC viewer
36   * Super users can now view resource usage and permissions for users and groups.
37   * Virtual machine lists are now paginated for quicker loading
38   * Ram and CPU quota is now based off running virtual machines
39   * Improved layout
40   * Virtual Machines list now properly works for cluster admins
42 v0.4
43 ----
44  * Initial Release
45    
46    * Caching system
47    * Permissions system: 
48        * user & group management
49        * per cluster/vm permissions
50    * basic VM management: Create, Delete, Start, Stop, Reboot
51    * ssh key feed 
52    * basic quota system
53    * Import tools