Statistics
| Branch: | Tag: | Revision:

root / Changelog @ 9c9169ac

History | View | Annotate | Download (2.7 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
- Remove kamaki compute image properties add [#4231]
18

    
19
Features:
20

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