Statistics
| Branch: | Tag: | Revision:

root / Changelog @ 134424dc

History | View | Annotate | Download (2.6 kB)

1
CHANGELOG for version 0.10
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

    
8
Changes:
9

    
10
- Adjust astakos authenticate to the new url scheme of synnefo >= 0.14 [#3832, #3874]
11
  as a side effect, some renamings in astakos.AstakosClient:
12
   info --> user_info, user --> list_users
13
- Simplify listings (kamaki.cli.utils: print methods)
14
- Enrich client API docs with examples and astakos endpoint information [#4135]
15
- Show user names in /file sharers [#4203]
16
- Show user name in image/server/network list [#4228]
17

    
18
Features:
19

    
20
- Add unittests in the folowing kamaki.cli packages: [#4058]
21
    command_tree, argument, history, logger, utils
22
- Implement an optional astakosclient cli exposed as "astakos", with the following methods:
23
    authenticate, uuid, username, quotas, service uuid/username/quotas
24
- Add some astakos/keystone kamaki-lib api calls [#3874], used to access astakos-calls cache:
25
  get_services, get_service_details, get_service_endpoints
26
- Implement floating ip methods for compute and cyclades clients [#3862]
27
 ComputeRestClient: floating_ip_pools_get, floating_ips_get/post/delete
28
 CycladesRestClient: floating_ip_pools_get, floating_ips_get/post/delete
29
 ComputeClient: get_floating_ip_pools, get_floating_ips,
30
    alloc/get_delete_floating_ip
31
 CycladesClient: get_floating_ip_pools, get_floating_ips,
32
    alloc/get_delete_floating_ip, dis/assoc_floating_ip_to_server
33
- Add Examples to documentation
34
- Implement floating IP commands
35
    server ip list/create/delete/info/pools/attach/detach
36
- Implement --wait for server_create/delete/start/reboot/shutdown [#3867]
37
- Implement network_wait [#3862]
38
- Implement user_list/set/whoami to switch between session users [#3632, #3660]
39
- Expose more astakosclient methods in a 1to1 fashion [#4115]:
40
    resources, feedback, endpoints,
41
    commission_pending/info/action/accept/reject/resolve/issuejson/issue
42
- Implement resize_server and expose it as server resize [#4153]
43
- Expose the project API of astakosclient to kamaki CLI [#4155]
44
- Full support for compute v2 basic API [#4139]
45
- Use container:path format in register [#3778]
46
- Guess mimetype when uploading and use it in upload [#4196]
47
- Add upload local image abilities to register [#4206]
48
    New register args: --update-image-file=/local/path, --no-progress-bar
49
- Implement an astakos.post_user_catalogs call for getting usernames from a
50
    list of user uuids [#4203]
51
- Use multiformed ranges in file/pithos [#4059]
52
- Implement more filters in image/network/flavor/server/file list [#4220]
53