Bump object-permissions to newest version 1.4.6.
[ganeti_webmgr.git] / CHANGELOG
bloba2f53dc2adeef2ac7586a250ee2cb6a915083c79
1 =========
2 Changelog
3 =========
5 v0.10
6 -----
8 Notable Changes:
9   * Ganeti 2.6 Support
10   * VM Wizard
11   * Job List - Cluster
12   * LDAP Support
13   * Manual Refresh Button
14   * Notice on Read-Only Clusters
15   * Sharedfile Disk Template Added
17 * Docs now ship with product
18 * Fabfile cleaned up and simplified
20 v0.9.2
21 ------
23 * Pinned requirements at Django 1.4. Project not reviewed for Django 1.5
24   compatibility.
26 v0.9.1
27 ------
29 * New Error list page
30 * Pagination links now correctly show up on the Virtual Machines page
31 * Migrate button disabled for non-drbd VMs on VM detail page
32 * VM template fields correctly set NIC and DNS defaults for new VM
33 * Fix network devices not copied back to new VM page, when deployment fails
34 * Account password reset form fixed
35 * Error messages on VMs clearable again
37 v0.9
38 ----
39 Notable changes:
40   * Django 1.4
41   * Ganeti 2.5 support
42   * Pip 1.0+ support
43   * Remove PyCurl dependency
44   * Immediate Shutdown button
45   * Improved installation process and documentation
46   * Improved RAPI functionality
48 * Simplified layout infrastructure
49 * Fix CSRF Token errors
50 * Transaction middleware
51 * Check VM hostnames for illegal characters 
52 * New Help Tips
53 * Many back-end fixes to improve standards compliance and Django best practices
54 * Many user interface fixes and improvements
56 v0.8.1
57 ------
59 Bugfix release.
61 Bugs fixed:
62   * CsrfResponseMiddleware removed from settings.py.dist
64 v0.8
65 ----
67 Notable Changes:
68   * VM Templates
69   * Multiple Disks and Nics for VM Creation
70   * 'No Install' option for VM Creation
71   * CDROM2 Image Path for KVM
72   * User auto-complete for all username fields
73   * Rework and stabilisation of Jobs
74   * User registration is now optional
75   * CPU info added to node list and detail pages
76   * Ability to replace disks for a VM on DRBD clusters
78 * Cached AJAX calls
79 * Unified json package use (django.utils.simplejson)
80 * Reduced name collisions with directory reorganizing
81 * Cache refresh migration moved to post_migrate hook
82 * Unified use of CSRF tokens
84 v0.7.2
85 ----
86   * Fixed HAYSTACK_SITECONF default setting
87   * Updated README to include virtualenv for mod_wsgi script
88   
90 v0.7.1
91 ----
92   * Updated Fabric dependency: Django Object Permissions 1.4.1
93   * Overview: Used resources was not displaying clusters when used did not 
94     permissions
97 v0.7
98 ----
100 Notable Changes:
101   * Xen Support
102   * Internationalization Support (only greek translations.)
103   * Fabric & Virtual Environment deployment.
104   * Improved Navigation:
105      * Search
106      * Contextual links added to more pages
107      * Breadcrumbs available on most pages
108   * Object log upgraded to 0.6 includes scalability improvements
109   * Object permissions upgraded to 1.4
110      * speed improvements
111      * contextual links added to generic views
112      * user/group selection widget added for permission editor.
113   * noVNC updated to latest head, includes better support for future revisions
114   * Node Evacuation now works properly
115   * VirtualMachine owner can now be edited
116   * Periodic Cache updater
117       - now syncronizes Nodes
118       - now runs using twistd
119   * Nodes can now be imported through the user interface
120   * Various UI fixes
121   * Various optimizations to views to improve load times.
124 v0.6.2
125 ----
126   * fixing packaging issue with object log
128 v0.6.1
129 ----
130   * updating object log to 0.5.1
132 v0.6
133 ----
135 Notable Changes:
136   * Nodes are now cached in the database:
137   * Node detail views are now available, including some admin methods
138   * VirtualMachines may now be edited, renamed, and migrated.
139   * Errors while creating virtual machines are now handled better, and can be recovered from
140   * Django Object Log is now providing logs for all objects tracked by GWM
141   * Admins can now add ssh keys for other users
142   * Virtual machine detail page has had its layout updated to be more readable and add more
143   * fixed bugs preventing syncdb working with postgresql
145 v0.5
146 ----
148 Notable Changes:
149   * Status Dashboard is now the front page for GWM
150      * lists cluster status for admins.
151      * lists summary of virtual machines status for users.
152      * lists resource usage for the user and groups.
153      * error list including job failures and ganeti errors.
154   * Integrated NoVNC, an HTML5 + WebSockets VNC viewer
155   * Super users can now view resource usage and permissions for users and groups.
156   * Virtual machine lists are now paginated for quicker loading
157   * Ram and CPU quota is now based off running virtual machines
158   * Improved layout
159   * Virtual Machines list now properly works for cluster admins
161 v0.4
162 ----
163  * Initial Release
164    
165    * Caching system
166    * Permissions system: 
167        * user & group management
168        * per cluster/vm permissions
169    * basic VM management: Create, Delete, Start, Stop, Reboot
170    * ssh key feed 
171    * basic quota system
172    * Import tools