Statistics
| Branch: | Tag: | Revision:

root / Changelog @ c469ca86

History | View | Annotate | Download (22 kB)

1
Changelog
2
=========
3

    
4

    
5
2011-10-21, v0.7.3
6
------------------
7

    
8
FIXES:
9
	UI:
10
		* Fix two UI glitches with Firefox 3.6 (#1545, #1546)
11

    
12

    
13
2011-10-19, v0.7.2
14
------------------
15

    
16
FIXES:
17
    UI:
18
	    * Fix regressions with flavor sorting and image size checking
19
		  (#1429, #1507)
20

    
21

    
22
2011-10-17, v0.7.1
23
------------------
24

    
25
FIXES:
26
    UI:
27
        * Fix Enter/Esc on machine rename not working in the UI (#1501)
28
	    * Fix UI barfs if a VM is based on an Image with state=DELETED (#1494)
29
        * Fix UI user logout action does not work (#1497)
30
    Images:	
31
		* Fix erroneous reference to $(HELPER_DIR) in /etc/default /snf-image (#1498)
32
		* Fix typo in snf-image-helper ChangePassword task (#1500)
33
		* Show timestamps on execution of helper tasks in snf-image helper VM (#1499)
34
    Deployment:
35
		* Improve check for Ganeti master in snf-ganeti-eventd init script (#1323)
36
		* Fix snf-ganeti-eventd init script ignored defaults file (#1505)
37

    
38

    
39
2011-10-13, v0.7
40
----------------
41

    
42
NEW FEATURES:
43
    UI:
44
        * From the ground-up rebuilt, refactored MVC-based UI (#1443)
45
        * Document all settings introduced due to UI refactoring (#1447)
46
        * UI asset files versioning (#1460)
47
        * Improve feedback on completed steps during machine creation (#1461)
48
    Images:
49
        * Completely re-engineered image deployment mechanism based on
50
          snf-image Ganeti OS provider, in isolated helper VM
51
        * Support public and private images (#555)
52
        * Support handling of VM filesystem, injection of arbitrary files
53
          on VM creation (#491)
54
        * Implement file injection as a task in snf-image (#1095)
55
        * Remove all-host based processing of (potentially user-provided)
56
          Images (#969)
57
    API:
58
        * Implement <personality> tag in OpenStack Compute API
59
          for file injection (#985, #1093)
60
        * Update API implementation for server/image metadata based on latest
61
          draft version of spec (#1403)
62
        * Support deletion of Flavors, support servers referring to
63
          inexistent (deleted) Flavors (#1157)
64
    Admin:
65
        * Addition of --meta option to snf-admin image for easy setting
66
          of image metadata values on image creation (#1107)
67
    Deployment:
68
        * Initial iteration of a system test suite, snf-burnin,
69
          for end-to-end testing of Synnefo deployments (#1155)
70
        * Re-engineered logging mechanism, for finer-grained control (#1033)
71
        * Add init script for snf-ganeti-eventd, fix Debian packaging (#1323)
72
        * Document removal of Flavors from circulation (#1472)
73
        * Add generic service unavailable template (#1359)
74

    
75

    
76
FIXES:
77
    UI:
78
        * Fix problems when reusing the Create machine wizard with IE8 (#997)
79
        * Fix problematic update of the networks tab and minor fixes (#861)
80
        * Fix "Connecting" and "progress" gif in networks tab (#863)
81
        * Fix inconsistencies on machine transitions between views (#917)
82
        * Fix IE rendering mode (#975)
83
        * Fix UI machine/network creation overlays style clutter (#979)
84
        * Have UI should reset action confirmations after state change (#981)
85
        * UI barfs due to exception on "New Machine" wizard (#1473)
86
        * UI throws exception on single-server view (#1483)
87
    API:
88
        * Fix incomplete constraints in ImageMetadata Model (#1255)
89
    Deployment:
90
        * Split initial_data.json to work around South "feature" (#1263)
91
        * Fix missing snf-ganeti-instance-image package dependency (#1319)
92
    Kamaki:
93
        * The kamaki client lib uses the root logger (#1337)
94
        * The kamaki client lib fails to set server metadata (#1399)
95
    Invitations:
96
        * FIx bug causing HTTP 500 error on /invitations/login (#1407)
97
        * Fix sort order of flavors, sort by actual characteristicts (#1429)
98
        * Fix display of error modal boxes, do notrefresh or display another
99
          error (#1433)
100
        * Fix positioning of machines in "Destroying" (#1437)
101
        * Fix Metadata button shown as clickable while it's not (#1441)
102
    Images:
103
        * Missing dependency on 'qemu-img' in snf-image-helper (#1484)
104
    Logic:
105
        * Fix messages left in the queue due to unknown Ganeti opcodes (#1492)
106

    
107

    
108
2011-09-15, v0.6.2
109
------------------
110

    
111
FIXES:
112
    UI:
113
        * Fix handling of Images in state=DELETED,
114
          allow sorting and categorization of Images in the UI (#823)
115
        * Fix the "Create New wizard" does not honor selection of
116
          "small/medium/large" images (#1129)
117
    Admin:
118
        * Fix the admin interface throws exception on the
119
          Invitations tab (1105)
120
    API:
121
        * Make API responses uncacheable (#1091)
122
    Logic:
123
        * Fix The dispatcher leaving messages unprocessed for
124
          unknown Ganeti opcodes(#1111)
125

    
126
NEW FEATURES:
127
    Admin:
128
        * Support filtering based on state, support image registration
129
          with mandatory type argument, make all deletion operations
130
          set state to DELETED (#849)
131
    API:
132
        * Allow marking flavors as removed, honor deleted flag (#1055)
133

    
134

    
135
2011-09-13, v0.6.1
136
------------------
137

    
138
FIXES:
139
    UI:
140
        * Make all AJAX requests to the API uncache-able
141

    
142

    
143
2011-09-12, v0.6
144
----------------
145

    
146
NEW FEATURES:
147
    Admin:
148
        * Initial version of new Web-based admininstration panel, allows
149
          management of Synnefo entities directly on the DB (#849)
150
        * Allow setting https apiurl and token in cloud tool (#853)
151
    Deployment:
152
        * Overhauled reconciliation mechanism, unit tests (#1021, #811)
153
    UI:
154
        * Overhaul CPU/RAM/disk sliders in UI to be more intuitive (#843)
155
        * Support setting of small, medium large flavors in UI (#815)
156
        * Have the UI filter flavors, depending on image size (#817)
157
        * Better, error-specific handling of error codes in UI (#971)
158
        * Implement retrieval of authentication token from the UI (#977)
159
        * Re-worked invitation UI is more vocal on errors, supports pagination
160
          (#1039)
161
        * Support a list of UI-specific metadata keys to be copied from Image
162
          to newly-created Server (#847)
163
    Images:
164
        * Support dd-based deployment of Windows and Linux images, using only
165
          dd-based sequential I/O, get rid of ntfsclone (#965, #1007)
166

    
167
FIXES:
168
    UI:
169
        * Fix Opera failing with "too old changes-since value" when idle (#521)
170
        * Fix UI problems with Firefox 3.5.x (#781)
171
        * Fix server statistics not refreshing properly in the UI (#881)
172
        * Machine rename icon not visible on IE (#909)
173
        * Fix list view fail not updating machine state properly (#915)
174
        * Fix colors in "Error" state (#953)
175
        * Fix the confirmation bar disappearing at times (#955)
176
        * Hide all actions when in state "Destroying..." (#957)
177
        * Disable connect action when machine has no ip set (#983)
178
        * Update image details on last vm creation step overlay on IE (#1011)
179
        * Fix list view displays UI error when servers are updated on IE
180
          (#1013)
181
        * Make "Add invitation", remove invitation button appear clickable
182
          (#1019)
183
    Logic:
184
        * Fix Logic layer complaining about certain Ganeti opcodes (#1031)
185

    
186

    
187
2011-08-29, v0.5.5
188

    
189
FIXES:
190
    Logic:
191
        * Bugfixes, reconnect to AMQP properly when connection drops,
192
          added more DEBUG- and INFO-level logging messages.
193

    
194

    
195
2011-07-27, v0.5.4
196

    
197
FIXES:
198
    UI:
199
        * Numerous bugfixes, most in response to user feedback from
200
          the Alpha deployment
201
        * #813 (Minor UI issues), #857 (long machine names),
202
          #865 (problem when user has zero invitations),
203
          #873 (generic 404 template), #895 (default username in RDP file),
204
          #897 (show spinner for the public network), 899 (allow Connect
205
          from the network UI), #901 (cannot select password for copying
206
          with Chrome), #893 (firewall profile selection behaves as a single
207
          list for all servers), #903 (cannot copy paste IPv4 in icon view),
208
          #905 (Javascript throws exception when left idle), #907 (similar
209
          issue with #907), #913 (list view alert message)
210
    Images:
211
        * ntfsclone does not use all of the available space on the target (#879)
212
    Deployment:
213
        * Move fix_amqp_settings to queue system init code (#809)
214
    Admin:
215
        * snf-admin user invite is not non-ascii friendly (#943)
216
        * snf-user should show email addresses, even without any arguments (#871)
217

    
218
FEATURES:
219
    UI:
220
        * Show completion percentage when a machine is being built (#887)
221
    API:
222
        * Report percentage completion for machines in BUILD (#891)
223
    Images:
224
        * The image deployment layer should report completion to the API layer
225
          (#889)
226
    Deployment:
227
        * Drop ganeti-eventd & snf-ganeti-hook synnefo dependency (#691)
228
        * Split Synnefo Ganeti tools to separate project under snf-ganeti-tools/
229
        * Import code for building Debian packages, refactor repository (#691)
230

    
231

    
232
2011-07-19, v0.5.3.1
233

    
234
FIXES:
235
    API:
236
        * Fix bug with firewall code using inexistent, removed setting
237
    GUI:
238
        * Fix bug with invitations UI (#859)
239
        * Fix bug with feedback form submission raising HTTP 500
240
    Deployment:
241
        * Fix bug with error reporting by the invitations app
242

    
243

    
244
2011-07-19, v0.5.3
245

    
246
FIXES:
247
    GUI:
248
        * Add separate LOGOUT_URL setting
249
          fixes bug with URL in invitations mail
250
    Deployment:
251
        * Recode invitations email in UTF-8
252
        * Use DEFAULT_FROM_EMAIL Django setting as From: header
253
          for all emails
254

    
255

    
256
2011-07-18, v0.5.2
257

    
258
FIXES:
259
    GUI:
260
        * Improve IPv6 support in UI (#839, #841)
261
        * Improve Connect messages, propose username (#801)
262
        * Add "tag"/"value" headers in Modify tags popup (#845)
263
    API:
264
        * Support arbitrary arguments to RAPI CreateInstanceCall() (#835)
265
    Admin tool:
266
        * Support creation and modification of users, flavors, images (#827)
267
        * Support sending invitations from the command line
268

    
269

    
270
2011-07-14, v0.5.1
271

    
272
FIXES:
273
    GUI:
274
        * non-standard dpi settings (#343)
275
        * many minor bugs (#717)
276
        * remove "Login again" button from Java VNC viewer (#731)
277
        * Fix no firewall settings shown for newly built machines (#753)
278
        * Fix handling of transitional "Destroying" state (#771)
279
        * Use well-formed, client- and server-specific messages
280
          for the Connect operation (#801)
281
        * Fix misaligned action labels in IE (#821)
282
          generic cross-browser compatibility fixes (#341)
283
    Logic:
284
        * fix dispatcher flushing AMQP queues (#719)
285
        * Support asynchronous VM deletion (#721)
286
        * Add backend prefix to all AMQP queues (#723)
287
        * Document workarounds for dispatcher daemonization problems
288
          when logging to stdout (#779)
289
    Images:
290
        * Fix ntfsclone causing excess I/O load due to verbose output (#729)
291
    API:
292
        * Have API use the flavor-defined disk sizes (#759)
293
        * Make backend disk templates (plain, drbd) configurable (#77&)
294
        * Work around Ganeti bug with getting VNC console info (#783)
295
        * Set serial_console=False explicitly on Ganeti backend (#785)
296
        * Allow exception info to propagate when VNC console allocation fails
297
          (#789)
298
        * Handle deletion of machines in ERROR when no Ganeti instance exists
299
          (#799)
300
    Backend:
301
        * Synchronize contrib/kvm-vif-bridge to agree with the API on the tags
302
          to use for firewall profiles (#789)
303

    
304
NEW FEATURES
305
    GUI:
306
        * Add themed form for invitations, integrate with UI (#439)
307
        * Add themed feedback form, integrate with API error window
308
          (~okeanos #7)
309
    Admin tool:
310
        * Add initial version of snf-admin tool for user, VM and image
311
          management (#727)
312

    
313

    
314
2011-07-01, v0.5
315

    
316
NEW FEATURES
317
    GUI:
318
        * Overhauled icon and single-server view, updated color set
319
          (#651, #653, #667, #669, #673, #675, #677, #443, #631)
320
        * Added statistics, retrieves pre-processed PNGs from backend (#527)
321
        * Added buttons for modifier keys, custom theming to Java VNC client
322
          (#545)
323
        * Support single-click RDP-based connection to Windows VMs (#673)
324
        * Allow setting network firewall profiles on public interfaces (#661)
325
    Images:
326
        * Complete set of Linux distribution Images (Debian, Fedora, Ubuntu)
327
          (#493, #509)
328
        * Complete support for Windows machines (create, customize, boot)
329
          (#495)
330
    Logic:
331
        * Support centralized logging, logging.conf-based setup (#547)
332
    AAI:
333
        * Allow per-user setting of number of outgoing invitations (#439, #705)
334
        * Support "switch-user"-type functionality for helpdesk users (#665)
335
        * Support user logout in the UI, delete relevant tokens (#663)
336
    API:
337
        * Supports retrieval of statistics (#527)
338
        * Support maximum number of VMs per user (quota) (#703)
339
        * Extend API to support distinct firewall profiles, update backend (#659)
340
    Deployment:
341
        * BSD 2-clause Licensing (#581)
342
        * Initial translation of UI to Greek (#689)
343
        * Drop Django dependency in snf-ganeti-eventd and snf-ganeti-hook (#691)
344
          Synnefo dependency remains, already patched by ops, to be committed
345
        * Split settings.py to distinct files under settings.d/ (#693)
346
        * Use the Django email framework (#697)
347
        * Implemented statistics-gathering mechanism at the backend (#527)
348

    
349
FIXES:
350
    GUI:
351
        * Too many bug fixes to mention (#403, #429, #465, #473, #557, #589,
352
          #599, #605, #607, #609, #611, #613, #619, #621, #623, #625, #627,
353
          #629, #633, #635, #637, #639, #641, #643, #645, #647, #649, #655,
354
          #657, #681, #687, #699, #701, #707, #709)
355
        * Better cross-browser compatibility (#341)
356
        * Should work with relative URLs (#421)
357
    Images:
358
        * Set hostname in Linux VMs appropriately (#603)
359
    Logic:
360
        * Include EUI-64-derived IPv6 address in ganeti-net-status notifications
361
          (#615)
362
    Deployment:
363
        * Do not set nodes explicitly, use iallocator at Ganeti backend (#617)
364

    
365

    
366
2011-06-06, v0.4
367

    
368
NEW FEATURES:
369
    GUI:
370
        * Support displaying info on and handling of public and private networks,
371
          with differential updates (#407, #469)
372
        * Support create new private network (#541), add machine to
373
          private network (#543)
374
        * Design and implement a completely revamped blue and orange
375
          color theme (#529, #531)
376
        * Implement improved add/edit metadata dialog with suggested values for
377
          keys (#535, #537)
378
        * Implement list of suggested keys in add server metadata dialog (#537)
379
        * Add full-screen Console window, themed as the rest of the UI (#497)
380
        * Implement single-machine view in the UI (#573)
381
        * Add user notification (spinner) on button clicks performing
382
          API actions (#471)
383
        * Full IE support, differential updates (#461)
384
    AAI:
385
        * Each token has its own expiration date, fix expiration of
386
          development test token (#483)
387
        * Support adding new users to the DB by invitation (#439)
388
    API:
389
        * Extend networks API, support differential updates for private nets (#569)
390
        * Support XML replies for the /networks API namespace (#553)
391
        * Implement mechanism for reconciliation of DB state with Ganeti backend
392
          state in case of AMQP failure (#505)
393
        * Support Ganeti link pooling for management of private networks (#513)
394
        * Support reception and processing of NIC configuration notifications
395
          from Ganeti over AMQP (#513)
396
    IMAGES:
397
        * Implement generic API<->Ganeti mechanism for passing custom VM parameters (#487)
398
        * Support selection and handling of OS images for VM customization (#489)
399
        * Support random selection and enforcement of root password on Linux VMs (#485)
400
    GANETI BACKEND:
401
        * Design and implement mechanism for handling network connection requests,
402
          based on link ids of virtual NICs (#411)
403
        * Support handling of public and private networks,
404
          based on NFDHCPD and custom KVM ifup scripts (#407, #411)
405

    
406
FIXES:
407
    GUI:
408
        * Remove extraneous GET /server/id/meta requests (#463)
409
        * Fix location of the "Create New" wizard in IE (#467)
410
        * Make numerous hardcoded strings translatable (#473)
411
        * Fix alignment of step names in "Create New" wizard (#475)
412
        * Fix OS icons not appearing in Opera (#477)
413
        * Fix correspondence of OS icons to icon URIs (#481)
414
        * Fix console action inoperable in list view (#497)
415
        * Fix HTTP errors from backend not reported correctly (#523)
416
        * Fix handling of API "UKNNOWN" status for servers (#571)
417
        * Add SVG-derived icons for Fedora in multiple resolutions (#587)
418
        * Various minor UI glitches (#583, #585, #591)
419
    API:
420
        * Fix entering Greek characters in fields failed (was due to
421
          problem with db creation parameters in MySQL) (#499)
422
        * Fix return erroneous 304 NOT MOTIFIED for GET /servers if only
423
          server metadata modified (#525)
424
        * Fix return erroneous "UNKNOWN" status under specific circumstances (#573)
425
        * Remove private network connections when a server is deleted (#579)
426

    
427

    
428
KNOWN DEFECTS:
429

    
430
    GUI:
431
        * Does not work with relative URLs (cannot deploy under subdir) (#421)
432
        * UI breaks if "Create New" called twice in quick succession (#609)
433
        * Esc/Enter keys do not work in edit metadata window (#605)
434
        * No spinner icon on outstanding requests for updates to private networks (#607)
435
        * Error window overflows in case of longer-than-usual traceback in
436
          "Details" field (#611)
437
        * Single-server view does not update properly (#613)
438
    IMAGES:
439
        * Image deployment mechanism does not set Linux hostname properly (#603)
440
    GANETI BACKEND:
441
        * No IPv6 reported from the Synnefo Ganeti hook to the API
442
          (backend, API and UI can all handle IPv6 though) (#615)
443
        * All VMs currently allocated to the first Ganeti node, since no
444
          allocator has been installed in the development Ganeti yet (#617)
445
    Deployment:
446
        * No rigorous testing of data migration, migrations in real-world
447
          conditions will probably fail (#503)
448

    
449

    
450
2011-05-10, v0.3
451

    
452
FIXES/NEW FEATURES:
453

    
454
    GUI:
455
        * Report connection failures correctly, instead of a bogus 503 error (#427)
456
        * Support rename Virtual Machines using a nifty pencil icon (#429)
457
        * Fix complete failure of site with IE (starts, has known defects) (#431)
458
        * Support expanding box in icon view, containing metadata info (#375, #435, #441)
459
        * Support providing X-Auth-Token headers for authentication (#455)
460
        * Support Java applet-based popup for VNC console access (#391)
461
        * Initial implementation of "networks" tab interface mockup, no actual functionality (#415)
462
    AAI:
463
        * End-to-end Shibboleth support (#345)
464
    API:
465
        * Support creation, management and removal of private L2 networks (#409, #457)
466
        * Fix API implementation does not return unAuthorized cloud faults (#459)
467
        * Merge support for X-Auth-Token based authentication (#423)
468
    Logic:
469
        * Re-engineer messaging layer, migrate from 0mq to an AMQP-based infrastructure (#393)
470
        * Extended dispatcher, provides the context for executing business layer functions (#393)
471
        * Extended Ganeti event daemon, publish notifications over AMQP (#393)
472
        * Support a generic Synnefo hook in Ganeti, publish notifications over AMQP (#393, #397)
473
        * Extend logic layer, process NIC configuration notifications, update VM info in DB (#397)
474
    Deployment:
475
        * Add improved version of README.deploy, detailing node types in a Synnefo deployment
476

    
477
KNOWN DEFECTS:
478

    
479
    GUI:
480
        * Inoperative console action in list view (#497)
481
        * Various UI glitches under Chrome/Safari (wizard)
482
        * Serious functionality glitches with IE (no auto-refresh, no machine rename)
483
        * Serious UI glitches with non-standard dpi settings (#343)
484
        * Does not work with relative URLs (cannot deploy under subdir) (#421)
485
    API:
486
        * No Greek characters allowed in server names with the MySQL backend (#499)
487
    Deployment:
488
        * No rigorous testing of data migration, migrations in real-world conditions will probably fail (#503)
489

    
490

    
491
2011-04-19, v0.2.2
492

    
493
Bug fix release:
494
    GUI:
495
        * Fix start operation breakage due to extra argument in API call (#433)
496

    
497

    
498
2011-04-19, v0.2.1
499

    
500
Bug fix release:
501
    GUI:
502
        * Fix shutdown operation breakage due to extra argument in API call (#433)
503

    
504

    
505
2011-04-19, v0.2
506

    
507
FIXES/NEW FEATURES:
508

    
509
    GUI:
510
        * Show transitional state when command is in progress ("Starting", etc) (#401)
511
        * Allow only "destroy" for machines being built (#399)
512
        * Show nice icons for the icon, list and single view (#389)
513
        * Show the VM configuration (flavor) in list view (#387)
514
        * Add Destroy action in icon view (#381)
515
        * Show spinner when action is in progress (#379)
516
        * Handle OS icons properly for Images and machines, user-controlled (#257)
517
        * Support modification of VM metadata (currently: only addition, removal) (#375)
518
        * Support machine rename (#307)
519
        * Show welcome screen when no VMs defined (#279)
520
        * Revamped "Create New" wizard (#83)
521
    API:
522
        * Return buildInProgress properly (#351)
523
        * Loads of new unit tests (#417)
524
        * Support OOB console access over VNC using vncauthproxy
525
            - Run as daemon, support automatic port selection (#419)
526
        * Refactor ganeti-0mqd
527
            - Run as daemon, receive messages from Ganeti hooks, publish over 0mq
528
    Deployment:
529
        * Add initial version of README.deploy, detailing service dependencies
530
        * Add support for database migrations, using Django South (#371)
531
        * Install continuous integration platform (Jenkins), run tests automatically (#383)
532

    
533
KNOWN DEFECTS:
534

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