Merge branch 'feature-endpoints' into release-0.9
[kamaki] / Changelog
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 - Rename meta-->metadata and remove values @lib [#3633]
58 - Adjust authenticate to new url schema of synnefo>=0.14 [#3832, #3874]
59   as a side effect, some renamings in astakos.AstakosClient:
60    info --> user_info, user --> list_users
61 - Modify command spec inits to use multiple clouds and explicit URLs [#3934]
62
63 Features:
64
65 - A logger module container a set of basic loging method for kamaki [#3668]
66    set/get_log_filename, add_file/strean_logger, get_logger
67 - Implement logger.activate/deactivate for loggers [#3715]
68 - Allow global args (e.g. -d for debug, -v for verbosity) to shell. They
69     should be used when invoking the shell. After that they are automatically
70     applied to all commands running in that kamaki shell. [#3716]
71 - Implement a plankton-side image unregister [#3728]
72 - Implement purging a non-empty container [#3662]
73 - Add a -l option to upload, for listing uploaded objects details [#3730]
74 - Add option to cache container info for upload_object [#3707]
75 - Add enumeration to all listing commands, make it optional [#3739]
76 - Add a download_to_string method in pithos client [#3608]
77 - Add an upload_from_string method in pithos client [#3608]
78 - Add pithos client method create_container [#3756]
79 - Store image properties on remote location after image registration [#3769]
80 - Add runtime args to image register for forcing or unsettitng property
81     storage [#3769]
82 - Expand runtime args of image register for managing metadata and metada file
83     dumps and loads [#3797]
84 - Add server-firewall-get command to get a VMs firewall profile
85 - Implement an optional astakosclient cli exposed as "astakos", with the
86   following methods:
87     authenticate, uuid, username, quotas, service uuid/username/quotas
88 - Add some astakos/keystone kamaki-lib api calls [#3874], used to access
89   astakos-calls cache:
90   get_services, get_service_details, get_service_endpoints
91 - Implement --cloud arg to switch between clouds [#3913]
92 - Automatically discover service endpoints by following the auth_url config
93   variable If auth_url not set, use <service>.url explicit endpoint instead
94 - Apply new config file format (v3), auto-convert old files [#3934]
95