Statistics
| Branch: | Tag: | Revision:

root / snf-cyclades-app / Changelog @ dca7553e

History | View | Annotate | Download (27 kB)

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

    
4
v0.12.0
5
*******
6

    
7
FIXES:
8
  UI:
9
	* Fix unclosed DIV's and other minor html fixes.
10
	* 
11

    
12
NEW FEATURES:
13
  UI:
14
	* Optionally group public network interfaces in one network view in ui 
15
	  Configurable by the UI_GROUP_PUBLIC_NETWORKS setting (defaults to True).
16
	* New setting UI_CHANGES_SINCE_ALIGMENT to allow aligment of the date used
17
	  by ui in api calls that support changes-since parameter.
18

    
19
  PLANKTON:
20
	* Pool connections to Pithos backend.
21
	* Add snf-manage image-{list, show} management commands
22

    
23
  LOGIC:
24
    * Support for suspended VMs
25
	* Add snf-manage queue-retry management command
26
	* Support for RabbitMQ dead-letter-exchange in dispatcher
27
	* Support for rejecting messages from rejecting messages from dispatcher
28
	* Process Ganeti messages about network reserved_ips
29

    
30
v0.11.0
31
*******
32

    
33
FIXES:
34
  LOGIC:
35
	* Fix bugs concerning reconcilliation of building vms (#2288, #2289)
36
	* Fix bug in dispatcher default file
37
  UI:
38
        * Fixed default UI settings importing synnefo settings:
39
	  Admin must set FEEDBACK_EMAIL_FROM explicitly.
40

    
41
NEW FEATURES:
42
  LOGIC:
43
	* Support multiple Ganeti backends and correlated management commands:
44
	  snf-manage [backend-add, backend-list, backend-modify, backend-remove]
45
	* Support for different types of networks (public routed, physical vlan,
46
	  MAC filtered)
47
	* IP Pool management
48
	* Enhance reconcile management command, to reconcile instance NICS
49
	* Management commands for reconciliation of networks and pools:
50
	  snf-manage [reconcile-networks, reconcile-pools]
51
	* New management commands for inspecting the state of network and server in
52
	  DB and all backends: snf-manage [network-inspect, server-inspect]
53
	* New management command for creating a network: snf-manage
54
	  network-create
55
	* New synnefo.db schema and data migrations
56
	* New settings for MAC-prefix pool: MAC_POOL_BASE, MAC_POOL_LIMIT
57
	* Replaced GANETI_NULL_LINK with PUBLIC_ROUTED_ROUTING_TABLE
58
	* Replaced GANETI_LINK_PREFIX with PRIVATE_PHYSICAL_VLAN_BRIDGE_PREFIX
59
	* Replaced GANETI_MAX_LINK_NUMBER with PRIVATE_PHYSICAL_VLAN_MAX_NUMBER
60
	* Replaced PRIVATE_MAC_FILTERED_BRIDGE
61
	* Add setting ENABLED_NETWORKS
62
	* Add setting SECRET_ENCRYPTION_KEY
63
	* Add settings for configuring each network type
64

    
65

    
66
v0.10.0
67
*******
68

    
69
* Improve dispatcher stale pid lockfile handling
70
* Changed default value of UI_MEDIA_URL
71

    
72
  To match debian package default path (`/static/ui/static/snf/`)
73

    
74
* Private networks quota setting added (``MAX_NETWORKS_PER_USER``)
75
* Simple per user networks/vms quota mechanism based on
76

    
77
  NETWORKS_USER_QUOTA/VMS_USER_QUOTA settings. 
78
  This allows you to override the global per user quota for the specific user 
79
  ids::
80
	
81
	# limit all users to 2 vms per user
82
  	MAX_VMS_PER_USER = 2
83
	
84
	# but let `user1@grnet.gr` and `user2@grnet.gr` to be able to create up to
85
	# 10 vms each.
86
	VMS_USER_QUOTA = {
87
		'user1@grnet.gr': 10, 
88
		'user2@grnet.gr': 10
89
	}
90
	
91
* Fix error message when no available network links can be created.
92
* Added setting for public network in Ganeti (``GANETI_PUBLIC_NETWORK``)
93
* Added setting for RabbitMQ endpoints (``AMQP_HOSTS``)
94
* Mechanism for serializing messages from ganeti based based on event timestamp
95
* Management command for inspecting messages of a queue (``queue-inspect``)
96
* new synnefo.db migration
97

    
98

    
99
v0.9.14
100
*******
101

    
102
Logic
103
^^^^^
104
* Remove messages that can not be handled from queue 
105

    
106
UI
107
^^
108
* Fix create view image selection, Refs (#2487)
109
* Display stats period selection in ui 
110
* Improve wording on vm create view 
111
* Console popup window fix for safari (#2463)
112
* Use 'id_rsa' as the filename for the downloaded private key (#2461)
113
* Changed the name of the auto generated public key ('my generated public key')
114

    
115

    
116
v0.9.13
117
*******
118

    
119
* Restore plankton backends from invalid commit
120

    
121

    
122
v0.9.12
123
*******
124

    
125
* Update copyright notice on ui footer 
126
* Improve readability of vm password in ui 
127
* Fix nonexistent image metadata handling 
128
* Fix multiple connect actions sent to the server (#2358)
129
* Fix history handling (#2299)
130
* Fix python-daemon required version 
131

    
132

    
133
v0.9.11
134
*******
135

    
136
* listservers management command unicode workaround
137

    
138

    
139
v0.9.10
140
*******
141

    
142
* Fallback to displaying the image id if it can not resolve it.
143
* Remove **detect-orphan-{servers,networks}.
144

    
145

    
146
v0.9.9
147
******
148

    
149
* Update footer links
150
* Fix create view default flavor
151
* Updated setup.py required packages versions
152

    
153

    
154
v0.9.8
155
******
156

    
157
* Fix empty user information in feedback mails
158

    
159

    
160
v0.9.7
161
******
162
* Verify VNC server settings in get_console
163
* Management commands additions / improvements / fixes
164
* UI application fixes/improvements
165
* Other minor bugfixes
166

    
167

    
168
v0.9.2
169
******
170
* ui.userdata migration fixes
171
* new synnefo.db migrations (fixes constrain issues)
172

    
173

    
174
v0.9.1
175
******
176
* Bumped version for debian package to upgrade from 0.9.0rc1
177

    
178

    
179
v0.9.0
180
******
181

    
182
* Removed link_static management command from synnefo.ui app
183
* Astakos integration in ui and api
184
* Cloudbar integration in ui
185

    
186

    
187
2011-11-29, v0.7.4
188
******************
189

    
190
FIXES:
191
	OKEANOS_INTRO:
192
		* News section
193

    
194

    
195
2011-10-21, v0.7.3
196
******************
197

    
198
FIXES:
199
	UI:
200
		* Fix two UI glitches with Firefox 3.6 (#1545, #1546)
201

    
202

    
203
2011-10-19, v0.7.2
204
******************
205

    
206
FIXES:
207
    UI:
208
	    * Fix regressions with flavor sorting and image size checking
209
		  (#1429, #1507)
210

    
211

    
212
2011-10-17, v0.7.1
213
******************
214

    
215
FIXES:
216
    UI:
217
        * Fix Enter/Esc on machine rename not working in the UI (#1501)
218
	    * Fix UI barfs if a VM is based on an Image with state=DELETED (#1494)
219
        * Fix UI user logout action does not work (#1497)
220
    Images:	
221
		* Fix erroneous reference to $(HELPER_DIR) in /etc/default /snf-image (#1498)
222
		* Fix typo in snf-image-helper ChangePassword task (#1500)
223
		* Show timestamps on execution of helper tasks in snf-image helper VM (#1499)
224
    Deployment:
225
		* Improve check for Ganeti master in snf-ganeti-eventd init script (#1323)
226
		* Fix snf-ganeti-eventd init script ignored defaults file (#1505)
227

    
228

    
229
2011-10-13, v0.7
230
****************
231

    
232
NEW FEATURES:
233
    UI:
234
        * From the ground-up rebuilt, refactored MVC-based UI (#1443)
235
        * Document all settings introduced due to UI refactoring (#1447)
236
        * UI asset files versioning (#1460)
237
        * Improve feedback on completed steps during machine creation (#1461)
238
    Images:
239
        * Completely re-engineered image deployment mechanism based on
240
          snf-image Ganeti OS provider, in isolated helper VM
241
        * Support public and private images (#555)
242
        * Support handling of VM filesystem, injection of arbitrary files
243
          on VM creation (#491)
244
        * Implement file injection as a task in snf-image (#1095)
245
        * Remove all-host based processing of (potentially user-provided)
246
          Images (#969)
247
    API:
248
        * Implement <personality> tag in OpenStack Compute API
249
          for file injection (#985, #1093)
250
        * Update API implementation for server/image metadata based on latest
251
          draft version of spec (#1403)
252
        * Support deletion of Flavors, support servers referring to
253
          inexistent (deleted) Flavors (#1157)
254
    Admin:
255
        * Addition of **meta option to snf-admin image for easy setting
256
          of image metadata values on image creation (#1107)
257
    Deployment:
258
        * Initial iteration of a system test suite, snf-burnin,
259
          for end-to-end testing of Synnefo deployments (#1155)
260
        * Re-engineered logging mechanism, for finer-grained control (#1033)
261
        * Add init script for snf-ganeti-eventd, fix Debian packaging (#1323)
262
        * Document removal of Flavors from circulation (#1472)
263
        * Add generic service unavailable template (#1359)
264

    
265

    
266
FIXES:
267
    UI:
268
        * Fix problems when reusing the Create machine wizard with IE8 (#997)
269
        * Fix problematic update of the networks tab and minor fixes (#861)
270
        * Fix "Connecting" and "progress" gif in networks tab (#863)
271
        * Fix inconsistencies on machine transitions between views (#917)
272
        * Fix IE rendering mode (#975)
273
        * Fix UI machine/network creation overlays style clutter (#979)
274
        * Have UI should reset action confirmations after state change (#981)
275
        * UI barfs due to exception on "New Machine" wizard (#1473)
276
        * UI throws exception on single-server view (#1483)
277
    API:
278
        * Fix incomplete constraints in ImageMetadata Model (#1255)
279
    Deployment:
280
        * Split initial_data.json to work around South "feature" (#1263)
281
        * Fix missing snf-ganeti-instance-image package dependency (#1319)
282
    Kamaki:
283
        * The kamaki client lib uses the root logger (#1337)
284
        * The kamaki client lib fails to set server metadata (#1399)
285
    Invitations:
286
        * FIx bug causing HTTP 500 error on /invitations/login (#1407)
287
        * Fix sort order of flavors, sort by actual characteristicts (#1429)
288
        * Fix display of error modal boxes, do notrefresh or display another
289
          error (#1433)
290
        * Fix positioning of machines in "Destroying" (#1437)
291
        * Fix Metadata button shown as clickable while it's not (#1441)
292
    Images:
293
        * Missing dependency on 'qemu-img' in snf-image-helper (#1484)
294
    Logic:
295
        * Fix messages left in the queue due to unknown Ganeti opcodes (#1492)
296

    
297

    
298
2011-09-15, v0.6.2
299
******************
300

    
301
FIXES:
302
    UI:
303
        * Fix handling of Images in state=DELETED,
304
          allow sorting and categorization of Images in the UI (#823)
305
        * Fix the "Create New wizard" does not honor selection of
306
          "small/medium/large" images (#1129)
307
    Admin:
308
        * Fix the admin interface throws exception on the
309
          Invitations tab (1105)
310
    API:
311
        * Make API responses uncacheable (#1091)
312
    Logic:
313
        * Fix The dispatcher leaving messages unprocessed for
314
          unknown Ganeti opcodes(#1111)
315

    
316
NEW FEATURES:
317
    Admin:
318
        * Support filtering based on state, support image registration
319
          with mandatory type argument, make all deletion operations
320
          set state to DELETED (#849)
321
    API:
322
        * Allow marking flavors as removed, honor deleted flag (#1055)
323

    
324

    
325
2011-09-13, v0.6.1
326
******************
327

    
328
FIXES:
329
    UI:
330
        * Make all AJAX requests to the API uncache-able
331

    
332

    
333
2011-09-12, v0.6
334
****************
335

    
336
NEW FEATURES:
337
    Admin:
338
        * Initial version of new Web-based admininstration panel, allows
339
          management of Synnefo entities directly on the DB (#849)
340
        * Allow setting https apiurl and token in cloud tool (#853)
341
    Deployment:
342
        * Overhauled reconciliation mechanism, unit tests (#1021, #811)
343
    UI:
344
        * Overhaul CPU/RAM/disk sliders in UI to be more intuitive (#843)
345
        * Support setting of small, medium large flavors in UI (#815)
346
        * Have the UI filter flavors, depending on image size (#817)
347
        * Better, error-specific handling of error codes in UI (#971)
348
        * Implement retrieval of authentication token from the UI (#977)
349
        * Re-worked invitation UI is more vocal on errors, supports pagination
350
          (#1039)
351
        * Support a list of UI-specific metadata keys to be copied from Image
352
          to newly-created Server (#847)
353
    Images:
354
        * Support dd-based deployment of Windows and Linux images, using only
355
          dd-based sequential I/O, get rid of ntfsclone (#965, #1007)
356

    
357
FIXES:
358
    UI:
359
        * Fix Opera failing with "too old changes-since value" when idle (#521)
360
        * Fix UI problems with Firefox 3.5.x (#781)
361
        * Fix server statistics not refreshing properly in the UI (#881)
362
        * Machine rename icon not visible on IE (#909)
363
        * Fix list view fail not updating machine state properly (#915)
364
        * Fix colors in "Error" state (#953)
365
        * Fix the confirmation bar disappearing at times (#955)
366
        * Hide all actions when in state "Destroying..." (#957)
367
        * Disable connect action when machine has no ip set (#983)
368
        * Update image details on last vm creation step overlay on IE (#1011)
369
        * Fix list view displays UI error when servers are updated on IE
370
          (#1013)
371
        * Make "Add invitation", remove invitation button appear clickable
372
          (#1019)
373
    Logic:
374
        * Fix Logic layer complaining about certain Ganeti opcodes (#1031)
375

    
376

    
377
2011-08-29, v0.5.5
378
******************
379

    
380
FIXES:
381
    Logic:
382
        * Bugfixes, reconnect to AMQP properly when connection drops,
383
          added more DEBUG- and INFO-level logging messages.
384

    
385

    
386
2011-07-27, v0.5.4
387
******************
388

    
389
FIXES:
390
    UI:
391
        * Numerous bugfixes, most in response to user feedback from
392
          the Alpha deployment
393
        * #813 (Minor UI issues), #857 (long machine names),
394
          #865 (problem when user has zero invitations),
395
          #873 (generic 404 template), #895 (default username in RDP file),
396
          #897 (show spinner for the public network), 899 (allow Connect
397
          from the network UI), #901 (cannot select password for copying
398
          with Chrome), #893 (firewall profile selection behaves as a single
399
          list for all servers), #903 (cannot copy paste IPv4 in icon view),
400
          #905 (Javascript throws exception when left idle), #907 (similar
401
          issue with #907), #913 (list view alert message)
402
    Images:
403
        * ntfsclone does not use all of the available space on the target (#879)
404
    Deployment:
405
        * Move fix_amqp_settings to queue system init code (#809)
406
    Admin:
407
        * snf-admin user invite is not non-ascii friendly (#943)
408
        * snf-user should show email addresses, even without any arguments (#871)
409

    
410
FEATURES:
411
    UI:
412
        * Show completion percentage when a machine is being built (#887)
413
    API:
414
        * Report percentage completion for machines in BUILD (#891)
415
    Images:
416
        * The image deployment layer should report completion to the API layer
417
          (#889)
418
    Deployment:
419
        * Drop ganeti-eventd & snf-ganeti-hook synnefo dependency (#691)
420
        * Split Synnefo Ganeti tools to separate project under snf-cyclades-gtools/
421
        * Import code for building Debian packages, refactor repository (#691)
422

    
423

    
424
2011-07-19, v0.5.3.1
425
********************
426

    
427
FIXES:
428
    API:
429
        * Fix bug with firewall code using inexistent, removed setting
430
    GUI:
431
        * Fix bug with invitations UI (#859)
432
        * Fix bug with feedback form submission raising HTTP 500
433
    Deployment:
434
        * Fix bug with error reporting by the invitations app
435

    
436

    
437
2011-07-19, v0.5.3
438
******************
439

    
440
FIXES:
441
    GUI:
442
        * Add separate LOGOUT_URL setting
443
          fixes bug with URL in invitations mail
444
    Deployment:
445
        * Recode invitations email in UTF-8
446
        * Use DEFAULT_FROM_EMAIL Django setting as From: header
447
          for all emails
448

    
449

    
450
2011-07-18, v0.5.2
451
******************
452

    
453
FIXES:
454
    GUI:
455
        * Improve IPv6 support in UI (#839, #841)
456
        * Improve Connect messages, propose username (#801)
457
        * Add "tag"/"value" headers in Modify tags popup (#845)
458
    API:
459
        * Support arbitrary arguments to RAPI CreateInstanceCall() (#835)
460
    Admin tool:
461
        * Support creation and modification of users, flavors, images (#827)
462
        * Support sending invitations from the command line
463

    
464

    
465
2011-07-14, v0.5.1
466
******************
467

    
468
FIXES:
469
    GUI:
470
        * non-standard dpi settings (#343)
471
        * many minor bugs (#717)
472
        * remove "Login again" button from Java VNC viewer (#731)
473
        * Fix no firewall settings shown for newly built machines (#753)
474
        * Fix handling of transitional "Destroying" state (#771)
475
        * Use well-formed, client- and server-specific messages
476
          for the Connect operation (#801)
477
        * Fix misaligned action labels in IE (#821)
478
          generic cross-browser compatibility fixes (#341)
479
    Logic:
480
        * fix dispatcher flushing AMQP queues (#719)
481
        * Support asynchronous VM deletion (#721)
482
        * Add backend prefix to all AMQP queues (#723)
483
        * Document workarounds for dispatcher daemonization problems
484
          when logging to stdout (#779)
485
    Images:
486
        * Fix ntfsclone causing excess I/O load due to verbose output (#729)
487
    API:
488
        * Have API use the flavor-defined disk sizes (#759)
489
        * Make backend disk templates (plain, drbd) configurable (#77&)
490
        * Work around Ganeti bug with getting VNC console info (#783)
491
        * Set serial_console=False explicitly on Ganeti backend (#785)
492
        * Allow exception info to propagate when VNC console allocation fails
493
          (#789)
494
        * Handle deletion of machines in ERROR when no Ganeti instance exists
495
          (#799)
496
    Backend:
497
        * Synchronize contrib/kvm-vif-bridge to agree with the API on the tags
498
          to use for firewall profiles (#789)
499

    
500
NEW FEATURES
501
    GUI:
502
        * Add themed form for invitations, integrate with UI (#439)
503
        * Add themed feedback form, integrate with API error window
504
          (~okeanos #7)
505
    Admin tool:
506
        * Add initial version of snf-admin tool for user, VM and image
507
          management (#727)
508

    
509

    
510
2011-07-01, v0.5
511
****************
512

    
513
NEW FEATURES
514
    GUI:
515
        * Overhauled icon and single-server view, updated color set
516
          (#651, #653, #667, #669, #673, #675, #677, #443, #631)
517
        * Added statistics, retrieves pre-processed PNGs from backend (#527)
518
        * Added buttons for modifier keys, custom theming to Java VNC client
519
          (#545)
520
        * Support single-click RDP-based connection to Windows VMs (#673)
521
        * Allow setting network firewall profiles on public interfaces (#661)
522
    Images:
523
        * Complete set of Linux distribution Images (Debian, Fedora, Ubuntu)
524
          (#493, #509)
525
        * Complete support for Windows machines (create, customize, boot)
526
          (#495)
527
    Logic:
528
        * Support centralized logging, logging.conf-based setup (#547)
529
    AAI:
530
        * Allow per-user setting of number of outgoing invitations (#439, #705)
531
        * Support "switch-user"-type functionality for helpdesk users (#665)
532
        * Support user logout in the UI, delete relevant tokens (#663)
533
    API:
534
        * Supports retrieval of statistics (#527)
535
        * Support maximum number of VMs per user (quota) (#703)
536
        * Extend API to support distinct firewall profiles, update backend (#659)
537
    Deployment:
538
        * BSD 2-clause Licensing (#581)
539
        * Initial translation of UI to Greek (#689)
540
        * Drop Django dependency in snf-ganeti-eventd and snf-ganeti-hook (#691)
541
          Synnefo dependency remains, already patched by ops, to be committed
542
        * Split settings.py to distinct files under settings.d/ (#693)
543
        * Use the Django email framework (#697)
544
        * Implemented statistics-gathering mechanism at the backend (#527)
545

    
546
FIXES:
547
    GUI:
548
        * Too many bug fixes to mention (#403, #429, #465, #473, #557, #589,
549
          #599, #605, #607, #609, #611, #613, #619, #621, #623, #625, #627,
550
          #629, #633, #635, #637, #639, #641, #643, #645, #647, #649, #655,
551
          #657, #681, #687, #699, #701, #707, #709)
552
        * Better cross-browser compatibility (#341)
553
        * Should work with relative URLs (#421)
554
    Images:
555
        * Set hostname in Linux VMs appropriately (#603)
556
    Logic:
557
        * Include EUI-64-derived IPv6 address in ganeti-net-status notifications
558
          (#615)
559
    Deployment:
560
        * Do not set nodes explicitly, use iallocator at Ganeti backend (#617)
561

    
562

    
563
2011-06-06, v0.4
564
****************
565

    
566
NEW FEATURES:
567
    GUI:
568
        * Support displaying info on and handling of public and private networks,
569
          with differential updates (#407, #469)
570
        * Support create new private network (#541), add machine to
571
          private network (#543)
572
        * Design and implement a completely revamped blue and orange
573
          color theme (#529, #531)
574
        * Implement improved add/edit metadata dialog with suggested values for
575
          keys (#535, #537)
576
        * Implement list of suggested keys in add server metadata dialog (#537)
577
        * Add full-screen Console window, themed as the rest of the UI (#497)
578
        * Implement single-machine view in the UI (#573)
579
        * Add user notification (spinner) on button clicks performing
580
          API actions (#471)
581
        * Full IE support, differential updates (#461)
582
    AAI:
583
        * Each token has its own expiration date, fix expiration of
584
          development test token (#483)
585
        * Support adding new users to the DB by invitation (#439)
586
    API:
587
        * Extend networks API, support differential updates for private nets (#569)
588
        * Support XML replies for the /networks API namespace (#553)
589
        * Implement mechanism for reconciliation of DB state with Ganeti backend
590
          state in case of AMQP failure (#505)
591
        * Support Ganeti link pooling for management of private networks (#513)
592
        * Support reception and processing of NIC configuration notifications
593
          from Ganeti over AMQP (#513)
594
    IMAGES:
595
        * Implement generic API<->Ganeti mechanism for passing custom VM parameters (#487)
596
        * Support selection and handling of OS images for VM customization (#489)
597
        * Support random selection and enforcement of root password on Linux VMs (#485)
598
    GANETI BACKEND:
599
        * Design and implement mechanism for handling network connection requests,
600
          based on link ids of virtual NICs (#411)
601
        * Support handling of public and private networks,
602
          based on NFDHCPD and custom KVM ifup scripts (#407, #411)
603

    
604
FIXES:
605
    GUI:
606
        * Remove extraneous GET /server/id/meta requests (#463)
607
        * Fix location of the "Create New" wizard in IE (#467)
608
        * Make numerous hardcoded strings translatable (#473)
609
        * Fix alignment of step names in "Create New" wizard (#475)
610
        * Fix OS icons not appearing in Opera (#477)
611
        * Fix correspondence of OS icons to icon URIs (#481)
612
        * Fix console action inoperable in list view (#497)
613
        * Fix HTTP errors from backend not reported correctly (#523)
614
        * Fix handling of API "UKNNOWN" status for servers (#571)
615
        * Add SVG-derived icons for Fedora in multiple resolutions (#587)
616
        * Various minor UI glitches (#583, #585, #591)
617
    API:
618
        * Fix entering Greek characters in fields failed (was due to
619
          problem with db creation parameters in MySQL) (#499)
620
        * Fix return erroneous 304 NOT MOTIFIED for GET /servers if only
621
          server metadata modified (#525)
622
        * Fix return erroneous "UNKNOWN" status under specific circumstances (#573)
623
        * Remove private network connections when a server is deleted (#579)
624

    
625

    
626
KNOWN DEFECTS:
627

    
628
    GUI:
629
        * Does not work with relative URLs (cannot deploy under subdir) (#421)
630
        * UI breaks if "Create New" called twice in quick succession (#609)
631
        * Esc/Enter keys do not work in edit metadata window (#605)
632
        * No spinner icon on outstanding requests for updates to private networks (#607)
633
        * Error window overflows in case of longer-than-usual traceback in
634
          "Details" field (#611)
635
        * Single-server view does not update properly (#613)
636
    IMAGES:
637
        * Image deployment mechanism does not set Linux hostname properly (#603)
638
    GANETI BACKEND:
639
        * No IPv6 reported from the Synnefo Ganeti hook to the API
640
          (backend, API and UI can all handle IPv6 though) (#615)
641
        * All VMs currently allocated to the first Ganeti node, since no
642
          allocator has been installed in the development Ganeti yet (#617)
643
    Deployment:
644
        * No rigorous testing of data migration, migrations in real-world
645
          conditions will probably fail (#503)
646

    
647

    
648
2011-05-10, v0.3
649
****************
650

    
651
FIXES/NEW FEATURES:
652

    
653
    GUI:
654
        * Report connection failures correctly, instead of a bogus 503 error (#427)
655
        * Support rename Virtual Machines using a nifty pencil icon (#429)
656
        * Fix complete failure of site with IE (starts, has known defects) (#431)
657
        * Support expanding box in icon view, containing metadata info (#375, #435, #441)
658
        * Support providing X-Auth-Token headers for authentication (#455)
659
        * Support Java applet-based popup for VNC console access (#391)
660
        * Initial implementation of "networks" tab interface mockup, no actual functionality (#415)
661
    AAI:
662
        * End-to-end Shibboleth support (#345)
663
    API:
664
        * Support creation, management and removal of private L2 networks (#409, #457)
665
        * Fix API implementation does not return unAuthorized cloud faults (#459)
666
        * Merge support for X-Auth-Token based authentication (#423)
667
    Logic:
668
        * Re-engineer messaging layer, migrate from 0mq to an AMQP-based infrastructure (#393)
669
        * Extended dispatcher, provides the context for executing business layer functions (#393)
670
        * Extended Ganeti event daemon, publish notifications over AMQP (#393)
671
        * Support a generic Synnefo hook in Ganeti, publish notifications over AMQP (#393, #397)
672
        * Extend logic layer, process NIC configuration notifications, update VM info in DB (#397)
673
    Deployment:
674
        * Add improved version of README.deploy, detailing node types in a Synnefo deployment
675

    
676
KNOWN DEFECTS:
677

    
678
    GUI:
679
        * Inoperative console action in list view (#497)
680
        * Various UI glitches under Chrome/Safari (wizard)
681
        * Serious functionality glitches with IE (no auto-refresh, no machine rename)
682
        * Serious UI glitches with non-standard dpi settings (#343)
683
        * Does not work with relative URLs (cannot deploy under subdir) (#421)
684
    API:
685
        * No Greek characters allowed in server names with the MySQL backend (#499)
686
    Deployment:
687
        * No rigorous testing of data migration, migrations in real-world conditions will probably fail (#503)
688

    
689

    
690
2011-04-19, v0.2.2
691
******************
692

    
693
Bug fix release:
694
    GUI:
695
        * Fix start operation breakage due to extra argument in API call (#433)
696

    
697

    
698
2011-04-19, v0.2.1
699
******************
700

    
701
Bug fix release:
702
    GUI:
703
        * Fix shutdown operation breakage due to extra argument in API call (#433)
704

    
705

    
706
2011-04-19, v0.2
707
****************
708

    
709
FIXES/NEW FEATURES:
710

    
711
    GUI:
712
        * Show transitional state when command is in progress ("Starting", etc) (#401)
713
        * Allow only "destroy" for machines being built (#399)
714
        * Show nice icons for the icon, list and single view (#389)
715
        * Show the VM configuration (flavor) in list view (#387)
716
        * Add Destroy action in icon view (#381)
717
        * Show spinner when action is in progress (#379)
718
        * Handle OS icons properly for Images and machines, user-controlled (#257)
719
        * Support modification of VM metadata (currently: only addition, removal) (#375)
720
        * Support machine rename (#307)
721
        * Show welcome screen when no VMs defined (#279)
722
        * Revamped "Create New" wizard (#83)
723
    API:
724
        * Return buildInProgress properly (#351)
725
        * Loads of new unit tests (#417)
726
        * Support OOB console access over VNC using vncauthproxy
727
            - Run as daemon, support automatic port selection (#419)
728
        * Refactor ganeti-0mqd
729
            - Run as daemon, receive messages from Ganeti hooks, publish over 0mq
730
    Deployment:
731
        * Add initial version of README.deploy, detailing service dependencies
732
        * Add support for database migrations, using Django South (#371)
733
        * Install continuous integration platform (Jenkins), run tests automatically (#383)
734

    
735
KNOWN DEFECTS:
736

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