Statistics
| Branch: | Tag: | Revision:

root / Changelog @ 1a7cb8de

History | View | Annotate | Download (5.6 kB)

1 1a7cb8de Stavros Sachtouris
CHANGELOG for hotfix 0.10.2
2 1a7cb8de Stavros Sachtouris
3 1a7cb8de Stavros Sachtouris
Bug Fixes:
4 1a7cb8de Stavros Sachtouris
- Fix command error when creating server with personality [#4339]
5 1a7cb8de Stavros Sachtouris
6 09db1fc2 Stavros Sachtouris
CHANGELOG for hotfix 0.10.1
7 09db1fc2 Stavros Sachtouris
8 09db1fc2 Stavros Sachtouris
Bug Fixes:
9 09db1fc2 Stavros Sachtouris
- Fix error causing typo in kamaki.commands.astakos
10 09db1fc2 Stavros Sachtouris
11 8f651dba Stavros Sachtouris
CHANGELOG for version 0.10
12 f27657f7 Stavros Sachtouris
13 969b0c8d Stavros Sachtouris
Bug Fixes:
14 7cb5c133 Stavros Sachtouris
- Avoid loading optional cmd groups specified in same pkg with mantatory
15 7cb5c133 Stavros Sachtouris
    comand groups, except if user requests otherwise ( #4114 )
16 4e752945 Stavros Sachtouris
- Ignore subdir output in container_get with prefix+delimiter [#4134]
17 584fd90a Stavros Sachtouris
- Fix the split-input bug in repeatable k=v args [#4232]
18 c3396aeb Stavros Sachtouris
19 14bc5e39 Stavros Sachtouris
- Stop shell from destroying the config instance
20 14bc5e39 Stavros Sachtouris
- Shell can manage all valid command line arguments [#3716]
21 14bc5e39 Stavros Sachtouris
- Restore 2nd level command syntax in shell [#3736]
22 14bc5e39 Stavros Sachtouris
- Allow copy of deleted objects by refering to older version [#3737]
23 14bc5e39 Stavros Sachtouris
- Add image.add_member missing content-length header
24 14bc5e39 Stavros Sachtouris
- Do not unpublish by default in all pithos low level requests [#3780]
25 14bc5e39 Stavros Sachtouris
- Unquote http respons headers
26 14bc5e39 Stavros Sachtouris
27 1af10567 Stavros Sachtouris
Changes:
28 c3396aeb Stavros Sachtouris
29 14bc5e39 Stavros Sachtouris
- Change context: kamaki-image-addproperty --> kamaki-image-compute-property
30 14bc5e39 Stavros Sachtouris
- http logger names: clients.recv/send --> kamaki.clients.recv/send
31 14bc5e39 Stavros Sachtouris
- Move logger creation and control (except of the actuall logging) to cli
32 14bc5e39 Stavros Sachtouris
- These PithosClient methods return the metadata of created object [#3656]:
33 14bc5e39 Stavros Sachtouris
    upload_object, upload_object_unchunked, create_object_by_manifestation
34 14bc5e39 Stavros Sachtouris
- Cache container info per upload session [#3735]
35 14bc5e39 Stavros Sachtouris
- Disallow moving deleted objects by version [#3737]
36 14bc5e39 Stavros Sachtouris
    This operation was implemented by accident, due to the symetry between
37 14bc5e39 Stavros Sachtouris
    move and copy
38 14bc5e39 Stavros Sachtouris
- Rename file/server-meta commands to file/server-metadata
39 14bc5e39 Stavros Sachtouris
- Rename image-[add|del]member commands to members-[add|delete]
40 14bc5e39 Stavros Sachtouris
- Remove update option from image-register
41 14bc5e39 Stavros Sachtouris
- In image-compute split properties to properties-list and properties-get
42 14bc5e39 Stavros Sachtouris
- Add optional output to methods[#3756, #3732]:
43 14bc5e39 Stavros Sachtouris
    - file:
44 14bc5e39 Stavros Sachtouris
    mkdir, touch, create, move, copy, move, append, truncate, overwrite,
45 14bc5e39 Stavros Sachtouris
    manifest, upload, delete, purge, unpublish, permissions set/delete, info,
46 14bc5e39 Stavros Sachtouris
    metadata set/delete, containerlimit set, versioning set, group set/delete,
47 14bc5e39 Stavros Sachtouris
    upload, overwrite
48 14bc5e39 Stavros Sachtouris
    - image:
49 14bc5e39 Stavros Sachtouris
    unregister, members add/delete/set
50 14bc5e39 Stavros Sachtouris
    -image compute:
51 14bc5e39 Stavros Sachtouris
    delete, properties delete
52 14bc5e39 Stavros Sachtouris
    - server: rename, delete, reboot, start, shutdown, firewall-set
53 14bc5e39 Stavros Sachtouris
    - network: rename, delete, connect
54 14bc5e39 Stavros Sachtouris
- Add optional json for methods with output [#3732]
55 14bc5e39 Stavros Sachtouris
    - file:
56 14bc5e39 Stavros Sachtouris
    list, hashmap, permissions-get, info, metadata-get, quota,
57 14bc5e39 Stavros Sachtouris
    containerlimit-get, group-list, sharers, versions
58 14bc5e39 Stavros Sachtouris
    - server: list, info, create, console, addr, metadata-list/set, stats
59 14bc5e39 Stavros Sachtouris
    - image: list, meta, register, shared, list
60 14bc5e39 Stavros Sachtouris
    - image compute: list, info, properties-list/get/add/set
61 14bc5e39 Stavros Sachtouris
    - flavor: list, info
62 14bc5e39 Stavros Sachtouris
    - network: info, list, create
63 14bc5e39 Stavros Sachtouris
    - astakos: authenticate
64 14bc5e39 Stavros Sachtouris
- Transliterate methods to list-get-set-delete command groups:
65 14bc5e39 Stavros Sachtouris
    - file: permissions, versioning, group and metadata
66 14bc5e39 Stavros Sachtouris
    - image: members, member
67 14bc5e39 Stavros Sachtouris
    - image compute: properties
68 14bc5e39 Stavros Sachtouris
    - server: firewall, metadata
69 14bc5e39 Stavros Sachtouris
- Add a _format_image_headers method and use it in image_register and get_meta
70 14bc5e39 Stavros Sachtouris
    for uniform image meta output [#3797]
71 14bc5e39 Stavros Sachtouris
- Rename meta-->metadata and remove values @lib [#3633]
72 902835ba Stavros Sachtouris
- Adjust authenticate to new url schema of synnefo>=0.14 [#3832, #3874]
73 528550d9 Stavros Sachtouris
  as a side effect, some renamings in astakos.AstakosClient:
74 528550d9 Stavros Sachtouris
   info --> user_info, user --> list_users
75 f55d3a15 Stavros Sachtouris
- Simplify listings (kamaki.cli.utils: print methods)
76 73b70293 Stavros Sachtouris
- Enrich client API docs with examples and astakos endpoint information [#4135]
77 72e2176c Stavros Sachtouris
- Show user names in /file sharers [#4203]
78 134424dc Stavros Sachtouris
- Show user name in image/server/network list [#4228]
79 9c9169ac Stavros Sachtouris
- Remove kamaki compute image properties add [#4231]
80 49c65608 Stavros Sachtouris
- Image register file location format is changed:
81 49c65608 Stavros Sachtouris
  pithos://<uuid>/<container>/<image path> --> <container>:<image path>
82 49c65608 Stavros Sachtouris
  but Backwards compatibility is preserved for this version
83 17b255c7 Stavros Sachtouris
84 969b0c8d Stavros Sachtouris
Features:
85 c3396aeb Stavros Sachtouris
86 d9dbae6d Stavros Sachtouris
- Add unittests in the folowing kamaki.cli packages: [#4058]
87 023cb1d3 Stavros Sachtouris
    command_tree, argument, history, logger, utils
88 f27657f7 Stavros Sachtouris
- Implement an optional astakosclient cli exposed as "astakos", with the following methods:
89 f27657f7 Stavros Sachtouris
    authenticate, uuid, username, quotas, service uuid/username/quotas
90 902835ba Stavros Sachtouris
- Add some astakos/keystone kamaki-lib api calls [#3874], used to access
91 902835ba Stavros Sachtouris
  astakos-calls cache:
92 528550d9 Stavros Sachtouris
  get_services, get_service_details, get_service_endpoints
93 03033b54 Stavros Sachtouris
- Implement floating ip methods for compute and cyclades clients [#3862]
94 03033b54 Stavros Sachtouris
 ComputeRestClient: floating_ip_pools_get, floating_ips_get/post/delete
95 03033b54 Stavros Sachtouris
 CycladesRestClient: floating_ip_pools_get, floating_ips_get/post/delete
96 03033b54 Stavros Sachtouris
 ComputeClient: get_floating_ip_pools, get_floating_ips,
97 03033b54 Stavros Sachtouris
    alloc/get_delete_floating_ip
98 03033b54 Stavros Sachtouris
 CycladesClient: get_floating_ip_pools, get_floating_ips,
99 03033b54 Stavros Sachtouris
    alloc/get_delete_floating_ip, dis/assoc_floating_ip_to_server
100 46358c88 Stavros Sachtouris
- Add Examples to documentation
101 0c27e53f Stavros Sachtouris
- Implement floating IP commands
102 d7a0a8f4 Stavros Sachtouris
    server ip list/create/delete/info/pools/attach/detach
103 77df3d4a Stavros Sachtouris
- Implement --wait for server_create/delete/start/reboot/shutdown [#3867]
104 77df3d4a Stavros Sachtouris
- Implement network_wait [#3862]
105 49fac78e Stavros Sachtouris
- Implement user_list/set/whoami to switch between session users [#3632, #3660]
106 d1d0cec9 Stavros Sachtouris
- Expose more astakosclient methods in a 1to1 fashion [#4115]:
107 0155548b Stavros Sachtouris
    resources, feedback, endpoints,
108 84b0517f Stavros Sachtouris
    commission_pending/info/action/accept/reject/resolve/issuejson/issue
109 95b9863b Stavros Sachtouris
- Implement resize_server and expose it as server resize [#4153]
110 7f98f894 Stavros Sachtouris
- Expose the project API of astakosclient to kamaki CLI [#4155]
111 67a42d82 Stavros Sachtouris
- Full support for compute v2 basic API [#4139]
112 45d35927 Stavros Sachtouris
- Use container:path format in register [#3778]
113 e8be7922 Stavros Sachtouris
- Guess mimetype when uploading and use it in upload [#4196]
114 c3e1ac99 Stavros Sachtouris
- Add upload local image abilities to register [#4206]
115 c3e1ac99 Stavros Sachtouris
    New register args: --update-image-file=/local/path, --no-progress-bar
116 72e2176c Stavros Sachtouris
- Implement an astakos.post_user_catalogs call for getting usernames from a
117 72e2176c Stavros Sachtouris
    list of user uuids [#4203]
118 51ccbc00 Stavros Sachtouris
- Use multiformed ranges in file/pithos [#4059]
119 134424dc Stavros Sachtouris
- Implement more filters in image/network/flavor/server/file list [#4220]
120 9c9169ac Stavros Sachtouris
- Implement /image meta list/set/delete [#4231]  metadata and properties