Setup version 0.10next
[kamaki] / Changelog
1 CHANGELOG for version 0.11
2
3 Bug Fixes:
4 - Avoid loading optional cmd groups specified in same pkg with mantatory
5     comand groups, except if user requests otherwise ( #4114 )
6 - Ignore subdir output in container_get with prefix+delimiter [#4134]
7 - Fix the split-input bug in repeatable k=v args [#4232]
8
9 Changes:
10
11 - Adjust astakos authenticate to the new url scheme of synnefo >= 0.14 [#3832, #3874]
12   as a side effect, some renamings in astakos.AstakosClient:
13    info --> user_info, user --> list_users
14 - Simplify listings (kamaki.cli.utils: print methods)
15 - Enrich client API docs with examples and astakos endpoint information [#4135]
16 - Show user names in /file sharers [#4203]
17 - Show user name in image/server/network list [#4228]
18 - Remove kamaki compute image properties add [#4231]
19
20 Features:
21
22 - Add unittests in the folowing kamaki.cli packages: [#4058]
23     command_tree, argument, history, logger, utils
24 - Implement an optional astakosclient cli exposed as "astakos", with the following methods:
25     authenticate, uuid, username, quotas, service uuid/username/quotas
26 - Add some astakos/keystone kamaki-lib api calls [#3874], used to access astakos-calls cache:
27   get_services, get_service_details, get_service_endpoints
28 - Implement floating ip methods for compute and cyclades clients [#3862]
29  ComputeRestClient: floating_ip_pools_get, floating_ips_get/post/delete
30  CycladesRestClient: floating_ip_pools_get, floating_ips_get/post/delete
31  ComputeClient: get_floating_ip_pools, get_floating_ips,
32     alloc/get_delete_floating_ip
33  CycladesClient: get_floating_ip_pools, get_floating_ips,
34     alloc/get_delete_floating_ip, dis/assoc_floating_ip_to_server
35 - Add Examples to documentation
36 - Implement floating IP commands
37     server ip list/create/delete/info/pools/attach/detach
38 - Implement --wait for server_create/delete/start/reboot/shutdown [#3867]
39 - Implement network_wait [#3862]
40 - Implement user_list/set/whoami to switch between session users [#3632, #3660]
41 - Expose more astakosclient methods in a 1to1 fashion [#4115]:
42     resources, feedback, endpoints,
43     commission_pending/info/action/accept/reject/resolve/issuejson/issue
44 - Implement resize_server and expose it as server resize [#4153]
45 - Expose the project API of astakosclient to kamaki CLI [#4155]
46 - Full support for compute v2 basic API [#4139]
47 - Use container:path format in register [#3778]
48 - Guess mimetype when uploading and use it in upload [#4196]
49 - Add upload local image abilities to register [#4206]
50     New register args: --update-image-file=/local/path, --no-progress-bar
51 - Implement an astakos.post_user_catalogs call for getting usernames from a
52     list of user uuids [#4203]
53 - Use multiformed ranges in file/pithos [#4059]
54 - Implement more filters in image/network/flavor/server/file list [#4220]
55 - Implement /image meta list/set/delete [#4231]  metadata and properties
56