Update version tag and Changelog
[kamaki] / Changelog
1 Changelog for 0.12.5
2
3 - Restore get_service_endpoints for AstakosClient
4
5 Changelog for hotfix version 0.12.5
6
7 - Fix bug in readall (wrong behavior in non-regular files) [#4871]
8
9 Changelog for hotfix version 0.12.4
10
11 - Fix bug when registering image with upload but no metafile [#4864]
12 - Minor typos
13
14 CHANGELOG for hotfix version 0.12.3
15
16 - Import the whole astakosclient package
17 - Minor typos in help message
18
19 CHANGELOG for hotfix version 0.12.2
20
21 - Always use "details" call in neworks/subnets list
22 - Restore server console, remove --vnc option from server info
23 - Fix server create --networks|--no-networks
24 - Use --status in * wait commands
25 - Fix typos in documentation
26
27 CHANGELOG for hotfix version 0.12.1
28
29 - Various minor typos
30 - Rename comand group "kamaki project membership" --> "kamaki membership"
31 - Add docs for astakos-related commands:
32     user, quota, resources, project, membership
33 - Correct/simplify network arguments in server create (#4563)
34
35 CHANGELOG for version 0.12
36
37 Bug Fixes:
38 - In file list, the path or prefix was converted to boolean value. Fixed.
39 - Thread options did not work [#4616]
40 - Various minor typos
41
42 Changes:
43 1. Make astakosclient a mantatory requirement for kamaki [#4312]
44 2. Make post_user_catalogs obsolete, but keep for one more version [#4337]
45 3. Rename user commands for cached account requests as /user session [#4340]
46 4. Remove max_theads from config, move control to threaded commands [#4617]
47 5. Modify all commands [#4583]
48     New scheme for ALL <object> <verb> [object id] [--arguments]
49     e.g., file modidy --metadata-add=revier='Mr. Reviewer' /pithos/myfile.txt
50 6. Deprecate (with note) server stats/console/addr (move to server info)
51 7. A vanilla kamaki call now shows only the available commands instead of
52     loading a shell [#4612]
53 8. Add self.poolsize at kamaki.clients.Client
54 9. Add ip attach/detach (shortcuts for port create/delete)
55
56 Features:
57
58 1. Cache user catalog calls [#4337]
59 2. Implement separate methods for uuid2usernames and v.v. [#4337]
60 3. Move all methods from snf-astakos.py to astakos.py, with some renaimings
61     astakos_quotas/uuid/username/authenticate --> user_quotas/uuid2username/username2uuid/info
62     astakos_... --> admin_...
63     e.g.,
64     astakos_services --> admin_service, astakos_commission --> admin_commission
65 4. Implement OpenStack Network API 2.0, with synnefo/cyclades extentions. New:
66    network info/list/create/delete/set
67    subnet info/list/create/set
68    port info/list/create/delete/set
69 5. Create a kamaki-shell for kamaki shell [#4612]
70