Statistics
| Branch: | Tag: | Revision:

root / snf-cyclades-app / Changelog @ 9e20fcee

History | View | Annotate | Download (28.1 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
	* Fix multiple network actions #2298
11
	* Handle multiple image users #2297
12
	* Fix double escaping of image details in vm creation view
13
	* Set ownership information for authorized_keys personality files
14

    
15

    
16
NEW FEATURES:
17
  UI:
18
	* Optionally group public network interfaces in one network view in ui 
19
	  Configurable by the UI_GROUP_PUBLIC_NETWORKS setting (defaults to True).
20
	* New setting UI_CHANGES_SINCE_ALIGMENT to allow aligment of the date used
21
	  by ui in api calls that support changes-since parameter.
22
	* New setting UI_AUTOMATIC_NETWORK_RANGE_FORMAT which is used by ui so
23
	  that automatic private network subnet does not conflict with exising 
24
	  user network subnets.
25
	* New settings added to allow fine grain of vm connection information:
26
		- UI_VM_HOSTNAME_FORMAT
27
		- UI_CONNECT_PROMPT_MESSAGES 
28
		- UI_EXTRA_RDP_CONTENT
29
	* New setting UI_CUSTOM_IMAGE_HELP_URL added. URL that links to a custom
30
	  image creation guide.
31
	* UI is now quota agnostic. Prevent user from creating network/vms that
32
	  would exceed the users available quotas.
33
	* Warn user against untrustworthy image owners #3012
34
	  
35

    
36
  HELPDESK:
37
  	* New helpdesk view (accessible from /helpdesk url) added. View is only 
38
	  accessible from users that belong to `helpdesk` group in astakos. 
39
	  Helpdesk view provides all available vms/networks information that is 
40
	  stored in cyclades database for a specific user id.
41
	  
42

    
43
  PLANKTON:
44
	* Pool connections to Pithos backend.
45
	* Add snf-manage image-{list, show} management commands
46

    
47
  LOGIC:
48
    * Support for suspended VMs
49
	* Add snf-manage queue-retry management command
50
	* Support for RabbitMQ dead-letter-exchange in dispatcher
51
	* Support for rejecting messages from rejecting messages from dispatcher
52
	* Process Ganeti messages about network reserved_ips
53

    
54

    
55
v0.11.0
56
*******
57

    
58
FIXES:
59
  LOGIC:
60
	* Fix bugs concerning reconcilliation of building vms (#2288, #2289)
61
	* Fix bug in dispatcher default file
62
  UI:
63
        * Fixed default UI settings importing synnefo settings:
64
	  Admin must set FEEDBACK_EMAIL_FROM explicitly.
65

    
66
NEW FEATURES:
67
  LOGIC:
68
	* Support multiple Ganeti backends and correlated management commands:
69
	  snf-manage [backend-add, backend-list, backend-modify, backend-remove]
70
	* Support for different types of networks (public routed, physical vlan,
71
	  MAC filtered)
72
	* IP Pool management
73
	* Enhance reconcile management command, to reconcile instance NICS
74
	* Management commands for reconciliation of networks and pools:
75
	  snf-manage [reconcile-networks, reconcile-pools]
76
	* New management commands for inspecting the state of network and server in
77
	  DB and all backends: snf-manage [network-inspect, server-inspect]
78
	* New management command for creating a network: snf-manage
79
	  network-create
80
	* New synnefo.db schema and data migrations
81
	* New settings for MAC-prefix pool: MAC_POOL_BASE, MAC_POOL_LIMIT
82
	* Replaced GANETI_NULL_LINK with PUBLIC_ROUTED_ROUTING_TABLE
83
	* Replaced GANETI_LINK_PREFIX with PRIVATE_PHYSICAL_VLAN_BRIDGE_PREFIX
84
	* Replaced GANETI_MAX_LINK_NUMBER with PRIVATE_PHYSICAL_VLAN_MAX_NUMBER
85
	* Replaced PRIVATE_MAC_FILTERED_BRIDGE
86
	* Add setting ENABLED_NETWORKS
87
	* Add setting SECRET_ENCRYPTION_KEY
88
	* Add settings for configuring each network type
89

    
90

    
91
v0.10.0
92
*******
93

    
94
* Improve dispatcher stale pid lockfile handling
95
* Changed default value of UI_MEDIA_URL
96

    
97
  To match debian package default path (`/static/ui/static/snf/`)
98

    
99
* Private networks quota setting added (``MAX_NETWORKS_PER_USER``)
100
* Simple per user networks/vms quota mechanism based on
101

    
102
  NETWORKS_USER_QUOTA/VMS_USER_QUOTA settings. 
103
  This allows you to override the global per user quota for the specific user 
104
  ids::
105
	
106
	# limit all users to 2 vms per user
107
  	MAX_VMS_PER_USER = 2
108
	
109
	# but let `user1@grnet.gr` and `user2@grnet.gr` to be able to create up to
110
	# 10 vms each.
111
	VMS_USER_QUOTA = {
112
		'user1@grnet.gr': 10, 
113
		'user2@grnet.gr': 10
114
	}
115
	
116
* Fix error message when no available network links can be created.
117
* Added setting for public network in Ganeti (``GANETI_PUBLIC_NETWORK``)
118
* Added setting for RabbitMQ endpoints (``AMQP_HOSTS``)
119
* Mechanism for serializing messages from ganeti based based on event timestamp
120
* Management command for inspecting messages of a queue (``queue-inspect``)
121
* new synnefo.db migration
122

    
123

    
124
v0.9.14
125
*******
126

    
127
Logic
128
^^^^^
129
* Remove messages that can not be handled from queue 
130

    
131
UI
132
^^
133
* Fix create view image selection, Refs (#2487)
134
* Display stats period selection in ui 
135
* Improve wording on vm create view 
136
* Console popup window fix for safari (#2463)
137
* Use 'id_rsa' as the filename for the downloaded private key (#2461)
138
* Changed the name of the auto generated public key ('my generated public key')
139

    
140

    
141
v0.9.13
142
*******
143

    
144
* Restore plankton backends from invalid commit
145

    
146

    
147
v0.9.12
148
*******
149

    
150
* Update copyright notice on ui footer 
151
* Improve readability of vm password in ui 
152
* Fix nonexistent image metadata handling 
153
* Fix multiple connect actions sent to the server (#2358)
154
* Fix history handling (#2299)
155
* Fix python-daemon required version 
156

    
157

    
158
v0.9.11
159
*******
160

    
161
* listservers management command unicode workaround
162

    
163

    
164
v0.9.10
165
*******
166

    
167
* Fallback to displaying the image id if it can not resolve it.
168
* Remove **detect-orphan-{servers,networks}.
169

    
170

    
171
v0.9.9
172
******
173

    
174
* Update footer links
175
* Fix create view default flavor
176
* Updated setup.py required packages versions
177

    
178

    
179
v0.9.8
180
******
181

    
182
* Fix empty user information in feedback mails
183

    
184

    
185
v0.9.7
186
******
187
* Verify VNC server settings in get_console
188
* Management commands additions / improvements / fixes
189
* UI application fixes/improvements
190
* Other minor bugfixes
191

    
192

    
193
v0.9.2
194
******
195
* ui.userdata migration fixes
196
* new synnefo.db migrations (fixes constrain issues)
197

    
198

    
199
v0.9.1
200
******
201
* Bumped version for debian package to upgrade from 0.9.0rc1
202

    
203

    
204
v0.9.0
205
******
206

    
207
* Removed link_static management command from synnefo.ui app
208
* Astakos integration in ui and api
209
* Cloudbar integration in ui
210

    
211

    
212
2011-11-29, v0.7.4
213
******************
214

    
215
FIXES:
216
	OKEANOS_INTRO:
217
		* News section
218

    
219

    
220
2011-10-21, v0.7.3
221
******************
222

    
223
FIXES:
224
	UI:
225
		* Fix two UI glitches with Firefox 3.6 (#1545, #1546)
226

    
227

    
228
2011-10-19, v0.7.2
229
******************
230

    
231
FIXES:
232
    UI:
233
	    * Fix regressions with flavor sorting and image size checking
234
		  (#1429, #1507)
235

    
236

    
237
2011-10-17, v0.7.1
238
******************
239

    
240
FIXES:
241
    UI:
242
        * Fix Enter/Esc on machine rename not working in the UI (#1501)
243
	    * Fix UI barfs if a VM is based on an Image with state=DELETED (#1494)
244
        * Fix UI user logout action does not work (#1497)
245
    Images:	
246
		* Fix erroneous reference to $(HELPER_DIR) in /etc/default /snf-image (#1498)
247
		* Fix typo in snf-image-helper ChangePassword task (#1500)
248
		* Show timestamps on execution of helper tasks in snf-image helper VM (#1499)
249
    Deployment:
250
		* Improve check for Ganeti master in snf-ganeti-eventd init script (#1323)
251
		* Fix snf-ganeti-eventd init script ignored defaults file (#1505)
252

    
253

    
254
2011-10-13, v0.7
255
****************
256

    
257
NEW FEATURES:
258
    UI:
259
        * From the ground-up rebuilt, refactored MVC-based UI (#1443)
260
        * Document all settings introduced due to UI refactoring (#1447)
261
        * UI asset files versioning (#1460)
262
        * Improve feedback on completed steps during machine creation (#1461)
263
    Images:
264
        * Completely re-engineered image deployment mechanism based on
265
          snf-image Ganeti OS provider, in isolated helper VM
266
        * Support public and private images (#555)
267
        * Support handling of VM filesystem, injection of arbitrary files
268
          on VM creation (#491)
269
        * Implement file injection as a task in snf-image (#1095)
270
        * Remove all-host based processing of (potentially user-provided)
271
          Images (#969)
272
    API:
273
        * Implement <personality> tag in OpenStack Compute API
274
          for file injection (#985, #1093)
275
        * Update API implementation for server/image metadata based on latest
276
          draft version of spec (#1403)
277
        * Support deletion of Flavors, support servers referring to
278
          inexistent (deleted) Flavors (#1157)
279
    Admin:
280
        * Addition of **meta option to snf-admin image for easy setting
281
          of image metadata values on image creation (#1107)
282
    Deployment:
283
        * Initial iteration of a system test suite, snf-burnin,
284
          for end-to-end testing of Synnefo deployments (#1155)
285
        * Re-engineered logging mechanism, for finer-grained control (#1033)
286
        * Add init script for snf-ganeti-eventd, fix Debian packaging (#1323)
287
        * Document removal of Flavors from circulation (#1472)
288
        * Add generic service unavailable template (#1359)
289

    
290

    
291
FIXES:
292
    UI:
293
        * Fix problems when reusing the Create machine wizard with IE8 (#997)
294
        * Fix problematic update of the networks tab and minor fixes (#861)
295
        * Fix "Connecting" and "progress" gif in networks tab (#863)
296
        * Fix inconsistencies on machine transitions between views (#917)
297
        * Fix IE rendering mode (#975)
298
        * Fix UI machine/network creation overlays style clutter (#979)
299
        * Have UI should reset action confirmations after state change (#981)
300
        * UI barfs due to exception on "New Machine" wizard (#1473)
301
        * UI throws exception on single-server view (#1483)
302
    API:
303
        * Fix incomplete constraints in ImageMetadata Model (#1255)
304
    Deployment:
305
        * Split initial_data.json to work around South "feature" (#1263)
306
        * Fix missing snf-ganeti-instance-image package dependency (#1319)
307
    Kamaki:
308
        * The kamaki client lib uses the root logger (#1337)
309
        * The kamaki client lib fails to set server metadata (#1399)
310
    Invitations:
311
        * FIx bug causing HTTP 500 error on /invitations/login (#1407)
312
        * Fix sort order of flavors, sort by actual characteristicts (#1429)
313
        * Fix display of error modal boxes, do notrefresh or display another
314
          error (#1433)
315
        * Fix positioning of machines in "Destroying" (#1437)
316
        * Fix Metadata button shown as clickable while it's not (#1441)
317
    Images:
318
        * Missing dependency on 'qemu-img' in snf-image-helper (#1484)
319
    Logic:
320
        * Fix messages left in the queue due to unknown Ganeti opcodes (#1492)
321

    
322

    
323
2011-09-15, v0.6.2
324
******************
325

    
326
FIXES:
327
    UI:
328
        * Fix handling of Images in state=DELETED,
329
          allow sorting and categorization of Images in the UI (#823)
330
        * Fix the "Create New wizard" does not honor selection of
331
          "small/medium/large" images (#1129)
332
    Admin:
333
        * Fix the admin interface throws exception on the
334
          Invitations tab (1105)
335
    API:
336
        * Make API responses uncacheable (#1091)
337
    Logic:
338
        * Fix The dispatcher leaving messages unprocessed for
339
          unknown Ganeti opcodes(#1111)
340

    
341
NEW FEATURES:
342
    Admin:
343
        * Support filtering based on state, support image registration
344
          with mandatory type argument, make all deletion operations
345
          set state to DELETED (#849)
346
    API:
347
        * Allow marking flavors as removed, honor deleted flag (#1055)
348

    
349

    
350
2011-09-13, v0.6.1
351
******************
352

    
353
FIXES:
354
    UI:
355
        * Make all AJAX requests to the API uncache-able
356

    
357

    
358
2011-09-12, v0.6
359
****************
360

    
361
NEW FEATURES:
362
    Admin:
363
        * Initial version of new Web-based admininstration panel, allows
364
          management of Synnefo entities directly on the DB (#849)
365
        * Allow setting https apiurl and token in cloud tool (#853)
366
    Deployment:
367
        * Overhauled reconciliation mechanism, unit tests (#1021, #811)
368
    UI:
369
        * Overhaul CPU/RAM/disk sliders in UI to be more intuitive (#843)
370
        * Support setting of small, medium large flavors in UI (#815)
371
        * Have the UI filter flavors, depending on image size (#817)
372
        * Better, error-specific handling of error codes in UI (#971)
373
        * Implement retrieval of authentication token from the UI (#977)
374
        * Re-worked invitation UI is more vocal on errors, supports pagination
375
          (#1039)
376
        * Support a list of UI-specific metadata keys to be copied from Image
377
          to newly-created Server (#847)
378
    Images:
379
        * Support dd-based deployment of Windows and Linux images, using only
380
          dd-based sequential I/O, get rid of ntfsclone (#965, #1007)
381

    
382
FIXES:
383
    UI:
384
        * Fix Opera failing with "too old changes-since value" when idle (#521)
385
        * Fix UI problems with Firefox 3.5.x (#781)
386
        * Fix server statistics not refreshing properly in the UI (#881)
387
        * Machine rename icon not visible on IE (#909)
388
        * Fix list view fail not updating machine state properly (#915)
389
        * Fix colors in "Error" state (#953)
390
        * Fix the confirmation bar disappearing at times (#955)
391
        * Hide all actions when in state "Destroying..." (#957)
392
        * Disable connect action when machine has no ip set (#983)
393
        * Update image details on last vm creation step overlay on IE (#1011)
394
        * Fix list view displays UI error when servers are updated on IE
395
          (#1013)
396
        * Make "Add invitation", remove invitation button appear clickable
397
          (#1019)
398
    Logic:
399
        * Fix Logic layer complaining about certain Ganeti opcodes (#1031)
400

    
401

    
402
2011-08-29, v0.5.5
403
******************
404

    
405
FIXES:
406
    Logic:
407
        * Bugfixes, reconnect to AMQP properly when connection drops,
408
          added more DEBUG- and INFO-level logging messages.
409

    
410

    
411
2011-07-27, v0.5.4
412
******************
413

    
414
FIXES:
415
    UI:
416
        * Numerous bugfixes, most in response to user feedback from
417
          the Alpha deployment
418
        * #813 (Minor UI issues), #857 (long machine names),
419
          #865 (problem when user has zero invitations),
420
          #873 (generic 404 template), #895 (default username in RDP file),
421
          #897 (show spinner for the public network), 899 (allow Connect
422
          from the network UI), #901 (cannot select password for copying
423
          with Chrome), #893 (firewall profile selection behaves as a single
424
          list for all servers), #903 (cannot copy paste IPv4 in icon view),
425
          #905 (Javascript throws exception when left idle), #907 (similar
426
          issue with #907), #913 (list view alert message)
427
    Images:
428
        * ntfsclone does not use all of the available space on the target (#879)
429
    Deployment:
430
        * Move fix_amqp_settings to queue system init code (#809)
431
    Admin:
432
        * snf-admin user invite is not non-ascii friendly (#943)
433
        * snf-user should show email addresses, even without any arguments (#871)
434

    
435
FEATURES:
436
    UI:
437
        * Show completion percentage when a machine is being built (#887)
438
    API:
439
        * Report percentage completion for machines in BUILD (#891)
440
    Images:
441
        * The image deployment layer should report completion to the API layer
442
          (#889)
443
    Deployment:
444
        * Drop ganeti-eventd & snf-ganeti-hook synnefo dependency (#691)
445
        * Split Synnefo Ganeti tools to separate project under snf-cyclades-gtools/
446
        * Import code for building Debian packages, refactor repository (#691)
447

    
448

    
449
2011-07-19, v0.5.3.1
450
********************
451

    
452
FIXES:
453
    API:
454
        * Fix bug with firewall code using inexistent, removed setting
455
    GUI:
456
        * Fix bug with invitations UI (#859)
457
        * Fix bug with feedback form submission raising HTTP 500
458
    Deployment:
459
        * Fix bug with error reporting by the invitations app
460

    
461

    
462
2011-07-19, v0.5.3
463
******************
464

    
465
FIXES:
466
    GUI:
467
        * Add separate LOGOUT_URL setting
468
          fixes bug with URL in invitations mail
469
    Deployment:
470
        * Recode invitations email in UTF-8
471
        * Use DEFAULT_FROM_EMAIL Django setting as From: header
472
          for all emails
473

    
474

    
475
2011-07-18, v0.5.2
476
******************
477

    
478
FIXES:
479
    GUI:
480
        * Improve IPv6 support in UI (#839, #841)
481
        * Improve Connect messages, propose username (#801)
482
        * Add "tag"/"value" headers in Modify tags popup (#845)
483
    API:
484
        * Support arbitrary arguments to RAPI CreateInstanceCall() (#835)
485
    Admin tool:
486
        * Support creation and modification of users, flavors, images (#827)
487
        * Support sending invitations from the command line
488

    
489

    
490
2011-07-14, v0.5.1
491
******************
492

    
493
FIXES:
494
    GUI:
495
        * non-standard dpi settings (#343)
496
        * many minor bugs (#717)
497
        * remove "Login again" button from Java VNC viewer (#731)
498
        * Fix no firewall settings shown for newly built machines (#753)
499
        * Fix handling of transitional "Destroying" state (#771)
500
        * Use well-formed, client- and server-specific messages
501
          for the Connect operation (#801)
502
        * Fix misaligned action labels in IE (#821)
503
          generic cross-browser compatibility fixes (#341)
504
    Logic:
505
        * fix dispatcher flushing AMQP queues (#719)
506
        * Support asynchronous VM deletion (#721)
507
        * Add backend prefix to all AMQP queues (#723)
508
        * Document workarounds for dispatcher daemonization problems
509
          when logging to stdout (#779)
510
    Images:
511
        * Fix ntfsclone causing excess I/O load due to verbose output (#729)
512
    API:
513
        * Have API use the flavor-defined disk sizes (#759)
514
        * Make backend disk templates (plain, drbd) configurable (#77&)
515
        * Work around Ganeti bug with getting VNC console info (#783)
516
        * Set serial_console=False explicitly on Ganeti backend (#785)
517
        * Allow exception info to propagate when VNC console allocation fails
518
          (#789)
519
        * Handle deletion of machines in ERROR when no Ganeti instance exists
520
          (#799)
521
    Backend:
522
        * Synchronize contrib/kvm-vif-bridge to agree with the API on the tags
523
          to use for firewall profiles (#789)
524

    
525
NEW FEATURES
526
    GUI:
527
        * Add themed form for invitations, integrate with UI (#439)
528
        * Add themed feedback form, integrate with API error window
529
          (~okeanos #7)
530
    Admin tool:
531
        * Add initial version of snf-admin tool for user, VM and image
532
          management (#727)
533

    
534

    
535
2011-07-01, v0.5
536
****************
537

    
538
NEW FEATURES
539
    GUI:
540
        * Overhauled icon and single-server view, updated color set
541
          (#651, #653, #667, #669, #673, #675, #677, #443, #631)
542
        * Added statistics, retrieves pre-processed PNGs from backend (#527)
543
        * Added buttons for modifier keys, custom theming to Java VNC client
544
          (#545)
545
        * Support single-click RDP-based connection to Windows VMs (#673)
546
        * Allow setting network firewall profiles on public interfaces (#661)
547
    Images:
548
        * Complete set of Linux distribution Images (Debian, Fedora, Ubuntu)
549
          (#493, #509)
550
        * Complete support for Windows machines (create, customize, boot)
551
          (#495)
552
    Logic:
553
        * Support centralized logging, logging.conf-based setup (#547)
554
    AAI:
555
        * Allow per-user setting of number of outgoing invitations (#439, #705)
556
        * Support "switch-user"-type functionality for helpdesk users (#665)
557
        * Support user logout in the UI, delete relevant tokens (#663)
558
    API:
559
        * Supports retrieval of statistics (#527)
560
        * Support maximum number of VMs per user (quota) (#703)
561
        * Extend API to support distinct firewall profiles, update backend (#659)
562
    Deployment:
563
        * BSD 2-clause Licensing (#581)
564
        * Initial translation of UI to Greek (#689)
565
        * Drop Django dependency in snf-ganeti-eventd and snf-ganeti-hook (#691)
566
          Synnefo dependency remains, already patched by ops, to be committed
567
        * Split settings.py to distinct files under settings.d/ (#693)
568
        * Use the Django email framework (#697)
569
        * Implemented statistics-gathering mechanism at the backend (#527)
570

    
571
FIXES:
572
    GUI:
573
        * Too many bug fixes to mention (#403, #429, #465, #473, #557, #589,
574
          #599, #605, #607, #609, #611, #613, #619, #621, #623, #625, #627,
575
          #629, #633, #635, #637, #639, #641, #643, #645, #647, #649, #655,
576
          #657, #681, #687, #699, #701, #707, #709)
577
        * Better cross-browser compatibility (#341)
578
        * Should work with relative URLs (#421)
579
    Images:
580
        * Set hostname in Linux VMs appropriately (#603)
581
    Logic:
582
        * Include EUI-64-derived IPv6 address in ganeti-net-status notifications
583
          (#615)
584
    Deployment:
585
        * Do not set nodes explicitly, use iallocator at Ganeti backend (#617)
586

    
587

    
588
2011-06-06, v0.4
589
****************
590

    
591
NEW FEATURES:
592
    GUI:
593
        * Support displaying info on and handling of public and private networks,
594
          with differential updates (#407, #469)
595
        * Support create new private network (#541), add machine to
596
          private network (#543)
597
        * Design and implement a completely revamped blue and orange
598
          color theme (#529, #531)
599
        * Implement improved add/edit metadata dialog with suggested values for
600
          keys (#535, #537)
601
        * Implement list of suggested keys in add server metadata dialog (#537)
602
        * Add full-screen Console window, themed as the rest of the UI (#497)
603
        * Implement single-machine view in the UI (#573)
604
        * Add user notification (spinner) on button clicks performing
605
          API actions (#471)
606
        * Full IE support, differential updates (#461)
607
    AAI:
608
        * Each token has its own expiration date, fix expiration of
609
          development test token (#483)
610
        * Support adding new users to the DB by invitation (#439)
611
    API:
612
        * Extend networks API, support differential updates for private nets (#569)
613
        * Support XML replies for the /networks API namespace (#553)
614
        * Implement mechanism for reconciliation of DB state with Ganeti backend
615
          state in case of AMQP failure (#505)
616
        * Support Ganeti link pooling for management of private networks (#513)
617
        * Support reception and processing of NIC configuration notifications
618
          from Ganeti over AMQP (#513)
619
    IMAGES:
620
        * Implement generic API<->Ganeti mechanism for passing custom VM parameters (#487)
621
        * Support selection and handling of OS images for VM customization (#489)
622
        * Support random selection and enforcement of root password on Linux VMs (#485)
623
    GANETI BACKEND:
624
        * Design and implement mechanism for handling network connection requests,
625
          based on link ids of virtual NICs (#411)
626
        * Support handling of public and private networks,
627
          based on NFDHCPD and custom KVM ifup scripts (#407, #411)
628

    
629
FIXES:
630
    GUI:
631
        * Remove extraneous GET /server/id/meta requests (#463)
632
        * Fix location of the "Create New" wizard in IE (#467)
633
        * Make numerous hardcoded strings translatable (#473)
634
        * Fix alignment of step names in "Create New" wizard (#475)
635
        * Fix OS icons not appearing in Opera (#477)
636
        * Fix correspondence of OS icons to icon URIs (#481)
637
        * Fix console action inoperable in list view (#497)
638
        * Fix HTTP errors from backend not reported correctly (#523)
639
        * Fix handling of API "UKNNOWN" status for servers (#571)
640
        * Add SVG-derived icons for Fedora in multiple resolutions (#587)
641
        * Various minor UI glitches (#583, #585, #591)
642
    API:
643
        * Fix entering Greek characters in fields failed (was due to
644
          problem with db creation parameters in MySQL) (#499)
645
        * Fix return erroneous 304 NOT MOTIFIED for GET /servers if only
646
          server metadata modified (#525)
647
        * Fix return erroneous "UNKNOWN" status under specific circumstances (#573)
648
        * Remove private network connections when a server is deleted (#579)
649

    
650

    
651
KNOWN DEFECTS:
652

    
653
    GUI:
654
        * Does not work with relative URLs (cannot deploy under subdir) (#421)
655
        * UI breaks if "Create New" called twice in quick succession (#609)
656
        * Esc/Enter keys do not work in edit metadata window (#605)
657
        * No spinner icon on outstanding requests for updates to private networks (#607)
658
        * Error window overflows in case of longer-than-usual traceback in
659
          "Details" field (#611)
660
        * Single-server view does not update properly (#613)
661
    IMAGES:
662
        * Image deployment mechanism does not set Linux hostname properly (#603)
663
    GANETI BACKEND:
664
        * No IPv6 reported from the Synnefo Ganeti hook to the API
665
          (backend, API and UI can all handle IPv6 though) (#615)
666
        * All VMs currently allocated to the first Ganeti node, since no
667
          allocator has been installed in the development Ganeti yet (#617)
668
    Deployment:
669
        * No rigorous testing of data migration, migrations in real-world
670
          conditions will probably fail (#503)
671

    
672

    
673
2011-05-10, v0.3
674
****************
675

    
676
FIXES/NEW FEATURES:
677

    
678
    GUI:
679
        * Report connection failures correctly, instead of a bogus 503 error (#427)
680
        * Support rename Virtual Machines using a nifty pencil icon (#429)
681
        * Fix complete failure of site with IE (starts, has known defects) (#431)
682
        * Support expanding box in icon view, containing metadata info (#375, #435, #441)
683
        * Support providing X-Auth-Token headers for authentication (#455)
684
        * Support Java applet-based popup for VNC console access (#391)
685
        * Initial implementation of "networks" tab interface mockup, no actual functionality (#415)
686
    AAI:
687
        * End-to-end Shibboleth support (#345)
688
    API:
689
        * Support creation, management and removal of private L2 networks (#409, #457)
690
        * Fix API implementation does not return unAuthorized cloud faults (#459)
691
        * Merge support for X-Auth-Token based authentication (#423)
692
    Logic:
693
        * Re-engineer messaging layer, migrate from 0mq to an AMQP-based infrastructure (#393)
694
        * Extended dispatcher, provides the context for executing business layer functions (#393)
695
        * Extended Ganeti event daemon, publish notifications over AMQP (#393)
696
        * Support a generic Synnefo hook in Ganeti, publish notifications over AMQP (#393, #397)
697
        * Extend logic layer, process NIC configuration notifications, update VM info in DB (#397)
698
    Deployment:
699
        * Add improved version of README.deploy, detailing node types in a Synnefo deployment
700

    
701
KNOWN DEFECTS:
702

    
703
    GUI:
704
        * Inoperative console action in list view (#497)
705
        * Various UI glitches under Chrome/Safari (wizard)
706
        * Serious functionality glitches with IE (no auto-refresh, no machine rename)
707
        * Serious UI glitches with non-standard dpi settings (#343)
708
        * Does not work with relative URLs (cannot deploy under subdir) (#421)
709
    API:
710
        * No Greek characters allowed in server names with the MySQL backend (#499)
711
    Deployment:
712
        * No rigorous testing of data migration, migrations in real-world conditions will probably fail (#503)
713

    
714

    
715
2011-04-19, v0.2.2
716
******************
717

    
718
Bug fix release:
719
    GUI:
720
        * Fix start operation breakage due to extra argument in API call (#433)
721

    
722

    
723
2011-04-19, v0.2.1
724
******************
725

    
726
Bug fix release:
727
    GUI:
728
        * Fix shutdown operation breakage due to extra argument in API call (#433)
729

    
730

    
731
2011-04-19, v0.2
732
****************
733

    
734
FIXES/NEW FEATURES:
735

    
736
    GUI:
737
        * Show transitional state when command is in progress ("Starting", etc) (#401)
738
        * Allow only "destroy" for machines being built (#399)
739
        * Show nice icons for the icon, list and single view (#389)
740
        * Show the VM configuration (flavor) in list view (#387)
741
        * Add Destroy action in icon view (#381)
742
        * Show spinner when action is in progress (#379)
743
        * Handle OS icons properly for Images and machines, user-controlled (#257)
744
        * Support modification of VM metadata (currently: only addition, removal) (#375)
745
        * Support machine rename (#307)
746
        * Show welcome screen when no VMs defined (#279)
747
        * Revamped "Create New" wizard (#83)
748
    API:
749
        * Return buildInProgress properly (#351)
750
        * Loads of new unit tests (#417)
751
        * Support OOB console access over VNC using vncauthproxy
752
            - Run as daemon, support automatic port selection (#419)
753
        * Refactor ganeti-0mqd
754
            - Run as daemon, receive messages from Ganeti hooks, publish over 0mq
755
    Deployment:
756
        * Add initial version of README.deploy, detailing service dependencies
757
        * Add support for database migrations, using Django South (#371)
758
        * Install continuous integration platform (Jenkins), run tests automatically (#383)
759

    
760
KNOWN DEFECTS:
761

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