Statistics
| Branch: | Tag: | Revision:

root / Changelog @ aa82dd5a

History | View | Annotate | Download (3.7 kB)

1
CHANGELOG for version 0.9
2

    
3
Bug Fixes:
4

    
5
- Stop shell from destroying the config instance
6
- Shell can manage all valid command line arguments [#3716]
7
- Restore 2nd level command syntax in shell [#3736]
8
- Allow copy of deleted objects by refering to older version [#3737]
9
- Add image.add_member missing content-length header
10
- Do not unpublish by default in all pithos low level requests [#3780]
11
- Unquote http respons headers
12

    
13
Changes:
14

    
15
- Change context: kamaki-image-addproperty --> kamaki-image-compute-property
16
- http logger names: clients.recv/send --> kamaki.clients.recv/send
17
- Move logger creation and control (except of the actuall logging) to cli
18
- These PithosClient methods return the metadata of created object [#3656]:
19
    upload_object, upload_object_unchunked, create_object_by_manifestation
20
- Cache container info per upload session [#3735]
21
- Disallow moving deleted objects by version [#3737]
22
    This operation was implemented by accident, due to the symetry between
23
    move and copy
24
- Rename file/server-meta commands to file/server-metadata
25
- Rename image-[add|del]member commands to members-[add|delete]
26
- Remove update option from image-register
27
- In image-compute split properties to properties-list and properties-get
28
- Add optional output to methods[#3756, #3732]:
29
    - file:
30
    mkdir, touch, create, move, copy, move, append, truncate, overwrite,
31
    manifest, upload, delete, purge, unpublish, permissions set/delete, info,
32
    metadata set/delete, containerlimit set, versioning set, group set/delete,
33
    upload, overwrite
34
    - image:
35
    unregister, members add/delete/set
36
    -image compute:
37
    delete, properties delete
38
    - server: rename, delete, reboot, start, shutdown, firewall-set
39
    - network: rename, delete, connect
40
- Add optional json for methods with output [#3732]
41
    - file:
42
    list, hashmap, permissions-get, info, metadata-get, quota,
43
    containerlimit-get, group-list, sharers, versions
44
    - server: list, info, create, console, addr, metadata-list/set, stats
45
    - image: list, meta, register, shared, list
46
    - image compute: list, info, properties-list/get/add/set
47
    - flavor: list, info
48
    - network: info, list, create
49
    - astakos: authenticate
50
- Transliterate methods to list-get-set-delete command groups:
51
    - file: permissions, versioning, group and metadata
52
    - image: members, member
53
    - image compute: properties
54
    - server: firewall, metadata
55
- Add a _format_image_headers method and use it in image_register and get_meta
56
    for uniform image meta output [#3797]
57

    
58
Features:
59

    
60
- A logger module container a set of basic loging method for kamaki [#3668]
61
   set/get_log_filename, add_file/strean_logger, get_logger
62
- Implement logger.activate/deactivate for loggers [#3715]
63
- Allow global args (e.g. -d for debug, -v for verbosity) to shell. They
64
    should be used when invoking the shell. After that they are automatically
65
    applied to all commands running in that kamaki shell. [#3716]
66
- Implement a plankton-side image unregister [#3728]
67
- Implement purging a non-empty container [#3662]
68
- Add a -l option to upload, for listing uploaded objects details [#3730]
69
- Add option to cache container info for upload_object [#3707]
70
- Add enumeration to all listing commands, make it optional [#3739]
71
- Add a download_to_string method in pithos client [#3608]
72
- Add an upload_from_string method in pithos client [#3608]
73
- Add pithos client method create_container [#3756]
74
- Store image properties on remote location after image registration [#3769]
75
- Add runtime args to image register for forcing or unsettitng property
76
    storage [#3769]
77
- Expand runtime args of image register for managing metadata and metada file
78
    dumps and loads [#3797]
79
- Add server-firewall-get command to get a VMs firewall profile
80