Statistics
| Branch: | Tag: | Revision:

root / snf-cyclades-app / Changelog @ 1b21da1b

History | View | Annotate | Download (24.7 kB)

1
Changelog
2
---------
3

    
4
dev
5
***
6
* Private networks quota setting added (``MAX_NETWORKS_PER_USER``)
7
* Simple per user networks/vms quota mechanism based on
8
  NETWORKS_USER_QUOTA/VMS_USER_QUOTA settings. 
9
  This allows you to override the global per user quota for the specific user 
10
  ids::
11
	
12
	# limit all users to 2 vms per user
13
  	MAX_VMS_PER_USER = 2
14
	
15
	# but let `user1@grnet.gr` and `user2@grnet.gr` to be able to create up to
16
	# 10 vms each.
17
	VMS_USER_QUOTA = {
18
		'user1@grnet.gr': 10, 
19
		'user2@grnet.gr': 10
20
	}
21
	
22
* Fix error message when no available network links can be created.
23
* Added setting for public network in Ganeti (``GANETI_PUBLIC_NETWORK``)
24
* Added setting for RabbitMQ endpoints (``AMQP_HOSTS``)
25
* Mechanism for serializing messages from ganeti based based on event timestamp
26
* Management command for inspecting messages of a queue (``queue-inspect``)
27
* new synnefo.db migration
28

    
29

    
30
v0.9.14
31
*******
32

    
33
Logic
34
^^^^^
35
* Remove messages that can not be handled from queue 
36

    
37
UI
38
^^
39
* Fix create view image selection, Refs (#2487)
40
* Display stats period selection in ui 
41
* Improve wording on vm create view 
42
* Console popup window fix for safari (#2463)
43
* Use 'id_rsa' as the filename for the downloaded private key (#2461)
44
* Changed the name of the auto generated public key ('my generated public key')
45

    
46

    
47
v0.9.13
48
*******
49

    
50
* Restore plankton backends from invalid commit
51

    
52

    
53
v0.9.12
54
*******
55

    
56
* Update copyright notice on ui footer 
57
* Improve readability of vm password in ui 
58
* Fix nonexistent image metadata handling 
59
* Fix multiple connect actions sent to the server (#2358)
60
* Fix history handling (#2299)
61
* Fix python-daemon required version 
62

    
63

    
64
v0.9.11
65
*******
66

    
67
* listservers management command unicode workaround
68

    
69

    
70
v0.9.10
71
*******
72

    
73
* Fallback to displaying the image id if it can not resolve it.
74
* Remove **detect-orphan-{servers,networks}.
75

    
76

    
77
v0.9.9
78
******
79

    
80
* Update footer links
81
* Fix create view default flavor
82
* Updated setup.py required packages versions
83

    
84

    
85
v0.9.8
86
******
87

    
88
* Fix empty user information in feedback mails
89

    
90

    
91
v0.9.7
92
******
93
* Verify VNC server settings in get_console
94
* Management commands additions / improvements / fixes
95
* UI application fixes/improvements
96
* Other minor bugfixes
97

    
98

    
99
v0.9.2
100
******
101
* ui.userdata migration fixes
102
* new synnefo.db migrations (fixes constrain issues)
103

    
104

    
105
v0.9.1
106
******
107
* Bumped version for debian package to upgrade from 0.9.0rc1
108

    
109

    
110
v0.9.0
111
******
112

    
113
* Removed link_static management command from synnefo.ui app
114
* Astakos integration in ui and api
115
* Cloudbar integration in ui
116

    
117

    
118
2011-11-29, v0.7.4
119
******************
120

    
121
FIXES:
122
	OKEANOS_INTRO:
123
		* News section
124

    
125

    
126
2011-10-21, v0.7.3
127
******************
128

    
129
FIXES:
130
	UI:
131
		* Fix two UI glitches with Firefox 3.6 (#1545, #1546)
132

    
133

    
134
2011-10-19, v0.7.2
135
******************
136

    
137
FIXES:
138
    UI:
139
	    * Fix regressions with flavor sorting and image size checking
140
		  (#1429, #1507)
141

    
142

    
143
2011-10-17, v0.7.1
144
******************
145

    
146
FIXES:
147
    UI:
148
        * Fix Enter/Esc on machine rename not working in the UI (#1501)
149
	    * Fix UI barfs if a VM is based on an Image with state=DELETED (#1494)
150
        * Fix UI user logout action does not work (#1497)
151
    Images:	
152
		* Fix erroneous reference to $(HELPER_DIR) in /etc/default /snf-image (#1498)
153
		* Fix typo in snf-image-helper ChangePassword task (#1500)
154
		* Show timestamps on execution of helper tasks in snf-image helper VM (#1499)
155
    Deployment:
156
		* Improve check for Ganeti master in snf-ganeti-eventd init script (#1323)
157
		* Fix snf-ganeti-eventd init script ignored defaults file (#1505)
158

    
159

    
160
2011-10-13, v0.7
161
****************
162

    
163
NEW FEATURES:
164
    UI:
165
        * From the ground-up rebuilt, refactored MVC-based UI (#1443)
166
        * Document all settings introduced due to UI refactoring (#1447)
167
        * UI asset files versioning (#1460)
168
        * Improve feedback on completed steps during machine creation (#1461)
169
    Images:
170
        * Completely re-engineered image deployment mechanism based on
171
          snf-image Ganeti OS provider, in isolated helper VM
172
        * Support public and private images (#555)
173
        * Support handling of VM filesystem, injection of arbitrary files
174
          on VM creation (#491)
175
        * Implement file injection as a task in snf-image (#1095)
176
        * Remove all-host based processing of (potentially user-provided)
177
          Images (#969)
178
    API:
179
        * Implement <personality> tag in OpenStack Compute API
180
          for file injection (#985, #1093)
181
        * Update API implementation for server/image metadata based on latest
182
          draft version of spec (#1403)
183
        * Support deletion of Flavors, support servers referring to
184
          inexistent (deleted) Flavors (#1157)
185
    Admin:
186
        * Addition of **meta option to snf-admin image for easy setting
187
          of image metadata values on image creation (#1107)
188
    Deployment:
189
        * Initial iteration of a system test suite, snf-burnin,
190
          for end-to-end testing of Synnefo deployments (#1155)
191
        * Re-engineered logging mechanism, for finer-grained control (#1033)
192
        * Add init script for snf-ganeti-eventd, fix Debian packaging (#1323)
193
        * Document removal of Flavors from circulation (#1472)
194
        * Add generic service unavailable template (#1359)
195

    
196

    
197
FIXES:
198
    UI:
199
        * Fix problems when reusing the Create machine wizard with IE8 (#997)
200
        * Fix problematic update of the networks tab and minor fixes (#861)
201
        * Fix "Connecting" and "progress" gif in networks tab (#863)
202
        * Fix inconsistencies on machine transitions between views (#917)
203
        * Fix IE rendering mode (#975)
204
        * Fix UI machine/network creation overlays style clutter (#979)
205
        * Have UI should reset action confirmations after state change (#981)
206
        * UI barfs due to exception on "New Machine" wizard (#1473)
207
        * UI throws exception on single-server view (#1483)
208
    API:
209
        * Fix incomplete constraints in ImageMetadata Model (#1255)
210
    Deployment:
211
        * Split initial_data.json to work around South "feature" (#1263)
212
        * Fix missing snf-ganeti-instance-image package dependency (#1319)
213
    Kamaki:
214
        * The kamaki client lib uses the root logger (#1337)
215
        * The kamaki client lib fails to set server metadata (#1399)
216
    Invitations:
217
        * FIx bug causing HTTP 500 error on /invitations/login (#1407)
218
        * Fix sort order of flavors, sort by actual characteristicts (#1429)
219
        * Fix display of error modal boxes, do notrefresh or display another
220
          error (#1433)
221
        * Fix positioning of machines in "Destroying" (#1437)
222
        * Fix Metadata button shown as clickable while it's not (#1441)
223
    Images:
224
        * Missing dependency on 'qemu-img' in snf-image-helper (#1484)
225
    Logic:
226
        * Fix messages left in the queue due to unknown Ganeti opcodes (#1492)
227

    
228

    
229
2011-09-15, v0.6.2
230
******************
231

    
232
FIXES:
233
    UI:
234
        * Fix handling of Images in state=DELETED,
235
          allow sorting and categorization of Images in the UI (#823)
236
        * Fix the "Create New wizard" does not honor selection of
237
          "small/medium/large" images (#1129)
238
    Admin:
239
        * Fix the admin interface throws exception on the
240
          Invitations tab (1105)
241
    API:
242
        * Make API responses uncacheable (#1091)
243
    Logic:
244
        * Fix The dispatcher leaving messages unprocessed for
245
          unknown Ganeti opcodes(#1111)
246

    
247
NEW FEATURES:
248
    Admin:
249
        * Support filtering based on state, support image registration
250
          with mandatory type argument, make all deletion operations
251
          set state to DELETED (#849)
252
    API:
253
        * Allow marking flavors as removed, honor deleted flag (#1055)
254

    
255

    
256
2011-09-13, v0.6.1
257
******************
258

    
259
FIXES:
260
    UI:
261
        * Make all AJAX requests to the API uncache-able
262

    
263

    
264
2011-09-12, v0.6
265
****************
266

    
267
NEW FEATURES:
268
    Admin:
269
        * Initial version of new Web-based admininstration panel, allows
270
          management of Synnefo entities directly on the DB (#849)
271
        * Allow setting https apiurl and token in cloud tool (#853)
272
    Deployment:
273
        * Overhauled reconciliation mechanism, unit tests (#1021, #811)
274
    UI:
275
        * Overhaul CPU/RAM/disk sliders in UI to be more intuitive (#843)
276
        * Support setting of small, medium large flavors in UI (#815)
277
        * Have the UI filter flavors, depending on image size (#817)
278
        * Better, error-specific handling of error codes in UI (#971)
279
        * Implement retrieval of authentication token from the UI (#977)
280
        * Re-worked invitation UI is more vocal on errors, supports pagination
281
          (#1039)
282
        * Support a list of UI-specific metadata keys to be copied from Image
283
          to newly-created Server (#847)
284
    Images:
285
        * Support dd-based deployment of Windows and Linux images, using only
286
          dd-based sequential I/O, get rid of ntfsclone (#965, #1007)
287

    
288
FIXES:
289
    UI:
290
        * Fix Opera failing with "too old changes-since value" when idle (#521)
291
        * Fix UI problems with Firefox 3.5.x (#781)
292
        * Fix server statistics not refreshing properly in the UI (#881)
293
        * Machine rename icon not visible on IE (#909)
294
        * Fix list view fail not updating machine state properly (#915)
295
        * Fix colors in "Error" state (#953)
296
        * Fix the confirmation bar disappearing at times (#955)
297
        * Hide all actions when in state "Destroying..." (#957)
298
        * Disable connect action when machine has no ip set (#983)
299
        * Update image details on last vm creation step overlay on IE (#1011)
300
        * Fix list view displays UI error when servers are updated on IE
301
          (#1013)
302
        * Make "Add invitation", remove invitation button appear clickable
303
          (#1019)
304
    Logic:
305
        * Fix Logic layer complaining about certain Ganeti opcodes (#1031)
306

    
307

    
308
2011-08-29, v0.5.5
309
******************
310

    
311
FIXES:
312
    Logic:
313
        * Bugfixes, reconnect to AMQP properly when connection drops,
314
          added more DEBUG- and INFO-level logging messages.
315

    
316

    
317
2011-07-27, v0.5.4
318
******************
319

    
320
FIXES:
321
    UI:
322
        * Numerous bugfixes, most in response to user feedback from
323
          the Alpha deployment
324
        * #813 (Minor UI issues), #857 (long machine names),
325
          #865 (problem when user has zero invitations),
326
          #873 (generic 404 template), #895 (default username in RDP file),
327
          #897 (show spinner for the public network), 899 (allow Connect
328
          from the network UI), #901 (cannot select password for copying
329
          with Chrome), #893 (firewall profile selection behaves as a single
330
          list for all servers), #903 (cannot copy paste IPv4 in icon view),
331
          #905 (Javascript throws exception when left idle), #907 (similar
332
          issue with #907), #913 (list view alert message)
333
    Images:
334
        * ntfsclone does not use all of the available space on the target (#879)
335
    Deployment:
336
        * Move fix_amqp_settings to queue system init code (#809)
337
    Admin:
338
        * snf-admin user invite is not non-ascii friendly (#943)
339
        * snf-user should show email addresses, even without any arguments (#871)
340

    
341
FEATURES:
342
    UI:
343
        * Show completion percentage when a machine is being built (#887)
344
    API:
345
        * Report percentage completion for machines in BUILD (#891)
346
    Images:
347
        * The image deployment layer should report completion to the API layer
348
          (#889)
349
    Deployment:
350
        * Drop ganeti-eventd & snf-ganeti-hook synnefo dependency (#691)
351
        * Split Synnefo Ganeti tools to separate project under snf-cyclades-gtools/
352
        * Import code for building Debian packages, refactor repository (#691)
353

    
354

    
355
2011-07-19, v0.5.3.1
356
********************
357

    
358
FIXES:
359
    API:
360
        * Fix bug with firewall code using inexistent, removed setting
361
    GUI:
362
        * Fix bug with invitations UI (#859)
363
        * Fix bug with feedback form submission raising HTTP 500
364
    Deployment:
365
        * Fix bug with error reporting by the invitations app
366

    
367

    
368
2011-07-19, v0.5.3
369
******************
370

    
371
FIXES:
372
    GUI:
373
        * Add separate LOGOUT_URL setting
374
          fixes bug with URL in invitations mail
375
    Deployment:
376
        * Recode invitations email in UTF-8
377
        * Use DEFAULT_FROM_EMAIL Django setting as From: header
378
          for all emails
379

    
380

    
381
2011-07-18, v0.5.2
382
******************
383

    
384
FIXES:
385
    GUI:
386
        * Improve IPv6 support in UI (#839, #841)
387
        * Improve Connect messages, propose username (#801)
388
        * Add "tag"/"value" headers in Modify tags popup (#845)
389
    API:
390
        * Support arbitrary arguments to RAPI CreateInstanceCall() (#835)
391
    Admin tool:
392
        * Support creation and modification of users, flavors, images (#827)
393
        * Support sending invitations from the command line
394

    
395

    
396
2011-07-14, v0.5.1
397
******************
398

    
399
FIXES:
400
    GUI:
401
        * non-standard dpi settings (#343)
402
        * many minor bugs (#717)
403
        * remove "Login again" button from Java VNC viewer (#731)
404
        * Fix no firewall settings shown for newly built machines (#753)
405
        * Fix handling of transitional "Destroying" state (#771)
406
        * Use well-formed, client- and server-specific messages
407
          for the Connect operation (#801)
408
        * Fix misaligned action labels in IE (#821)
409
          generic cross-browser compatibility fixes (#341)
410
    Logic:
411
        * fix dispatcher flushing AMQP queues (#719)
412
        * Support asynchronous VM deletion (#721)
413
        * Add backend prefix to all AMQP queues (#723)
414
        * Document workarounds for dispatcher daemonization problems
415
          when logging to stdout (#779)
416
    Images:
417
        * Fix ntfsclone causing excess I/O load due to verbose output (#729)
418
    API:
419
        * Have API use the flavor-defined disk sizes (#759)
420
        * Make backend disk templates (plain, drbd) configurable (#77&)
421
        * Work around Ganeti bug with getting VNC console info (#783)
422
        * Set serial_console=False explicitly on Ganeti backend (#785)
423
        * Allow exception info to propagate when VNC console allocation fails
424
          (#789)
425
        * Handle deletion of machines in ERROR when no Ganeti instance exists
426
          (#799)
427
    Backend:
428
        * Synchronize contrib/kvm-vif-bridge to agree with the API on the tags
429
          to use for firewall profiles (#789)
430

    
431
NEW FEATURES
432
    GUI:
433
        * Add themed form for invitations, integrate with UI (#439)
434
        * Add themed feedback form, integrate with API error window
435
          (~okeanos #7)
436
    Admin tool:
437
        * Add initial version of snf-admin tool for user, VM and image
438
          management (#727)
439

    
440

    
441
2011-07-01, v0.5
442
****************
443

    
444
NEW FEATURES
445
    GUI:
446
        * Overhauled icon and single-server view, updated color set
447
          (#651, #653, #667, #669, #673, #675, #677, #443, #631)
448
        * Added statistics, retrieves pre-processed PNGs from backend (#527)
449
        * Added buttons for modifier keys, custom theming to Java VNC client
450
          (#545)
451
        * Support single-click RDP-based connection to Windows VMs (#673)
452
        * Allow setting network firewall profiles on public interfaces (#661)
453
    Images:
454
        * Complete set of Linux distribution Images (Debian, Fedora, Ubuntu)
455
          (#493, #509)
456
        * Complete support for Windows machines (create, customize, boot)
457
          (#495)
458
    Logic:
459
        * Support centralized logging, logging.conf-based setup (#547)
460
    AAI:
461
        * Allow per-user setting of number of outgoing invitations (#439, #705)
462
        * Support "switch-user"-type functionality for helpdesk users (#665)
463
        * Support user logout in the UI, delete relevant tokens (#663)
464
    API:
465
        * Supports retrieval of statistics (#527)
466
        * Support maximum number of VMs per user (quota) (#703)
467
        * Extend API to support distinct firewall profiles, update backend (#659)
468
    Deployment:
469
        * BSD 2-clause Licensing (#581)
470
        * Initial translation of UI to Greek (#689)
471
        * Drop Django dependency in snf-ganeti-eventd and snf-ganeti-hook (#691)
472
          Synnefo dependency remains, already patched by ops, to be committed
473
        * Split settings.py to distinct files under settings.d/ (#693)
474
        * Use the Django email framework (#697)
475
        * Implemented statistics-gathering mechanism at the backend (#527)
476

    
477
FIXES:
478
    GUI:
479
        * Too many bug fixes to mention (#403, #429, #465, #473, #557, #589,
480
          #599, #605, #607, #609, #611, #613, #619, #621, #623, #625, #627,
481
          #629, #633, #635, #637, #639, #641, #643, #645, #647, #649, #655,
482
          #657, #681, #687, #699, #701, #707, #709)
483
        * Better cross-browser compatibility (#341)
484
        * Should work with relative URLs (#421)
485
    Images:
486
        * Set hostname in Linux VMs appropriately (#603)
487
    Logic:
488
        * Include EUI-64-derived IPv6 address in ganeti-net-status notifications
489
          (#615)
490
    Deployment:
491
        * Do not set nodes explicitly, use iallocator at Ganeti backend (#617)
492

    
493

    
494
2011-06-06, v0.4
495
****************
496

    
497
NEW FEATURES:
498
    GUI:
499
        * Support displaying info on and handling of public and private networks,
500
          with differential updates (#407, #469)
501
        * Support create new private network (#541), add machine to
502
          private network (#543)
503
        * Design and implement a completely revamped blue and orange
504
          color theme (#529, #531)
505
        * Implement improved add/edit metadata dialog with suggested values for
506
          keys (#535, #537)
507
        * Implement list of suggested keys in add server metadata dialog (#537)
508
        * Add full-screen Console window, themed as the rest of the UI (#497)
509
        * Implement single-machine view in the UI (#573)
510
        * Add user notification (spinner) on button clicks performing
511
          API actions (#471)
512
        * Full IE support, differential updates (#461)
513
    AAI:
514
        * Each token has its own expiration date, fix expiration of
515
          development test token (#483)
516
        * Support adding new users to the DB by invitation (#439)
517
    API:
518
        * Extend networks API, support differential updates for private nets (#569)
519
        * Support XML replies for the /networks API namespace (#553)
520
        * Implement mechanism for reconciliation of DB state with Ganeti backend
521
          state in case of AMQP failure (#505)
522
        * Support Ganeti link pooling for management of private networks (#513)
523
        * Support reception and processing of NIC configuration notifications
524
          from Ganeti over AMQP (#513)
525
    IMAGES:
526
        * Implement generic API<->Ganeti mechanism for passing custom VM parameters (#487)
527
        * Support selection and handling of OS images for VM customization (#489)
528
        * Support random selection and enforcement of root password on Linux VMs (#485)
529
    GANETI BACKEND:
530
        * Design and implement mechanism for handling network connection requests,
531
          based on link ids of virtual NICs (#411)
532
        * Support handling of public and private networks,
533
          based on NFDHCPD and custom KVM ifup scripts (#407, #411)
534

    
535
FIXES:
536
    GUI:
537
        * Remove extraneous GET /server/id/meta requests (#463)
538
        * Fix location of the "Create New" wizard in IE (#467)
539
        * Make numerous hardcoded strings translatable (#473)
540
        * Fix alignment of step names in "Create New" wizard (#475)
541
        * Fix OS icons not appearing in Opera (#477)
542
        * Fix correspondence of OS icons to icon URIs (#481)
543
        * Fix console action inoperable in list view (#497)
544
        * Fix HTTP errors from backend not reported correctly (#523)
545
        * Fix handling of API "UKNNOWN" status for servers (#571)
546
        * Add SVG-derived icons for Fedora in multiple resolutions (#587)
547
        * Various minor UI glitches (#583, #585, #591)
548
    API:
549
        * Fix entering Greek characters in fields failed (was due to
550
          problem with db creation parameters in MySQL) (#499)
551
        * Fix return erroneous 304 NOT MOTIFIED for GET /servers if only
552
          server metadata modified (#525)
553
        * Fix return erroneous "UNKNOWN" status under specific circumstances (#573)
554
        * Remove private network connections when a server is deleted (#579)
555

    
556

    
557
KNOWN DEFECTS:
558

    
559
    GUI:
560
        * Does not work with relative URLs (cannot deploy under subdir) (#421)
561
        * UI breaks if "Create New" called twice in quick succession (#609)
562
        * Esc/Enter keys do not work in edit metadata window (#605)
563
        * No spinner icon on outstanding requests for updates to private networks (#607)
564
        * Error window overflows in case of longer-than-usual traceback in
565
          "Details" field (#611)
566
        * Single-server view does not update properly (#613)
567
    IMAGES:
568
        * Image deployment mechanism does not set Linux hostname properly (#603)
569
    GANETI BACKEND:
570
        * No IPv6 reported from the Synnefo Ganeti hook to the API
571
          (backend, API and UI can all handle IPv6 though) (#615)
572
        * All VMs currently allocated to the first Ganeti node, since no
573
          allocator has been installed in the development Ganeti yet (#617)
574
    Deployment:
575
        * No rigorous testing of data migration, migrations in real-world
576
          conditions will probably fail (#503)
577

    
578

    
579
2011-05-10, v0.3
580
****************
581

    
582
FIXES/NEW FEATURES:
583

    
584
    GUI:
585
        * Report connection failures correctly, instead of a bogus 503 error (#427)
586
        * Support rename Virtual Machines using a nifty pencil icon (#429)
587
        * Fix complete failure of site with IE (starts, has known defects) (#431)
588
        * Support expanding box in icon view, containing metadata info (#375, #435, #441)
589
        * Support providing X-Auth-Token headers for authentication (#455)
590
        * Support Java applet-based popup for VNC console access (#391)
591
        * Initial implementation of "networks" tab interface mockup, no actual functionality (#415)
592
    AAI:
593
        * End-to-end Shibboleth support (#345)
594
    API:
595
        * Support creation, management and removal of private L2 networks (#409, #457)
596
        * Fix API implementation does not return unAuthorized cloud faults (#459)
597
        * Merge support for X-Auth-Token based authentication (#423)
598
    Logic:
599
        * Re-engineer messaging layer, migrate from 0mq to an AMQP-based infrastructure (#393)
600
        * Extended dispatcher, provides the context for executing business layer functions (#393)
601
        * Extended Ganeti event daemon, publish notifications over AMQP (#393)
602
        * Support a generic Synnefo hook in Ganeti, publish notifications over AMQP (#393, #397)
603
        * Extend logic layer, process NIC configuration notifications, update VM info in DB (#397)
604
    Deployment:
605
        * Add improved version of README.deploy, detailing node types in a Synnefo deployment
606

    
607
KNOWN DEFECTS:
608

    
609
    GUI:
610
        * Inoperative console action in list view (#497)
611
        * Various UI glitches under Chrome/Safari (wizard)
612
        * Serious functionality glitches with IE (no auto-refresh, no machine rename)
613
        * Serious UI glitches with non-standard dpi settings (#343)
614
        * Does not work with relative URLs (cannot deploy under subdir) (#421)
615
    API:
616
        * No Greek characters allowed in server names with the MySQL backend (#499)
617
    Deployment:
618
        * No rigorous testing of data migration, migrations in real-world conditions will probably fail (#503)
619

    
620

    
621
2011-04-19, v0.2.2
622
******************
623

    
624
Bug fix release:
625
    GUI:
626
        * Fix start operation breakage due to extra argument in API call (#433)
627

    
628

    
629
2011-04-19, v0.2.1
630
******************
631

    
632
Bug fix release:
633
    GUI:
634
        * Fix shutdown operation breakage due to extra argument in API call (#433)
635

    
636

    
637
2011-04-19, v0.2
638
****************
639

    
640
FIXES/NEW FEATURES:
641

    
642
    GUI:
643
        * Show transitional state when command is in progress ("Starting", etc) (#401)
644
        * Allow only "destroy" for machines being built (#399)
645
        * Show nice icons for the icon, list and single view (#389)
646
        * Show the VM configuration (flavor) in list view (#387)
647
        * Add Destroy action in icon view (#381)
648
        * Show spinner when action is in progress (#379)
649
        * Handle OS icons properly for Images and machines, user-controlled (#257)
650
        * Support modification of VM metadata (currently: only addition, removal) (#375)
651
        * Support machine rename (#307)
652
        * Show welcome screen when no VMs defined (#279)
653
        * Revamped "Create New" wizard (#83)
654
    API:
655
        * Return buildInProgress properly (#351)
656
        * Loads of new unit tests (#417)
657
        * Support OOB console access over VNC using vncauthproxy
658
            - Run as daemon, support automatic port selection (#419)
659
        * Refactor ganeti-0mqd
660
            - Run as daemon, receive messages from Ganeti hooks, publish over 0mq
661
    Deployment:
662
        * Add initial version of README.deploy, detailing service dependencies
663
        * Add support for database migrations, using Django South (#371)
664
        * Install continuous integration platform (Jenkins), run tests automatically (#383)
665

    
666
KNOWN DEFECTS:
667

    
668
    GUI:
669
        * Minor visual problems with Firefox 3.5 (#403)
670
        * Major cross-browser compatibility problems (no IE support) (#431, #341)
671
        * Requires installation under /, does not work with relative URLs (#421)
672
        * Incorrect 503 return code when server is unreachable (#427)