Statistics
| Branch: | Tag: | Revision:

root / Changelog @ d4dff7c9

History | View | Annotate | Download (4.5 kB)

1
CHANGELOG for version 0.9
2

    
3
Bug Fixes:
4

    
5
- Stop shell from destroying the config instance
6
- Shell can manage all valid command line arguments [#3716]
7
- Restore 2nd level command syntax in shell [#3736]
8
- Allow copy of deleted objects by refering to older version [#3737]
9
- Add image.add_member missing content-length header
10
- Do not unpublish by default in all pithos low level requests [#3780]
11
- Unquote http respons headers
12
- Do not break compatibility with kamaki config file v2 (for kamaki 0.8.X)
13

    
14
Changes:
15

    
16
- Change context: kamaki-image-addproperty --> kamaki-image-compute-property
17
- http logger names: clients.recv/send --> kamaki.clients.recv/send
18
- Move logger creation and control (except of the actuall logging) to cli
19
- These PithosClient methods return the metadata of created object [#3656]:
20
    upload_object, upload_object_unchunked, create_object_by_manifestation
21
- Cache container info per upload session [#3735]
22
- Disallow moving deleted objects by version [#3737]
23
    This operation was implemented by accident, due to the symetry between
24
    move and copy
25
- Rename file/server-meta commands to file/server-metadata
26
- Rename image-[add|del]member commands to members-[add|delete]
27
- Remove update option from image-register
28
- In image-compute split properties to properties-list and properties-get
29
- Add optional output to methods[#3756, #3732]:
30
    - file:
31
    mkdir, touch, create, move, copy, move, append, truncate, overwrite,
32
    manifest, upload, delete, purge, unpublish, permissions set/delete, info,
33
    metadata set/delete, containerlimit set, versioning set, group set/delete,
34
    upload, overwrite
35
    - image:
36
    unregister, members add/delete/set
37
    -image compute:
38
    delete, properties delete
39
    - server: rename, delete, reboot, start, shutdown, firewall-set
40
    - network: rename, delete, connect
41
- Add optional json for methods with output [#3732]
42
    - file:
43
    list, hashmap, permissions-get, info, metadata-get, quota,
44
    containerlimit-get, group-list, sharers, versions
45
    - server: list, info, create, console, addr, metadata-list/set, stats
46
    - image: list, meta, register, shared, list
47
    - image compute: list, info, properties-list/get/add/set
48
    - flavor: list, info
49
    - network: info, list, create
50
    - astakos: authenticate
51
- Transliterate methods to list-get-set-delete command groups:
52
    - file: permissions, versioning, group and metadata
53
    - image: members, member
54
    - image compute: properties
55
    - server: firewall, metadata
56
- Add a _format_image_headers method and use it in image_register and get_meta
57
    for uniform image meta output [#3797]
58
- Rename meta-->metadata and remove values @lib [#3633]
59
- Adjust astakos authenticate to the new url shchem of synnefo >= 0.14 [#3832, #3874]
60
  as a side effect, some renamings in astakos.AstakosClient:
61
   info --> user_info, user --> list_users
62

    
63
Features:
64

    
65
- A logger module container a set of basic loging method for kamaki [#3668]
66
   set/get_log_filename, add_file/strean_logger, get_logger
67
- Implement logger.activate/deactivate for loggers [#3715]
68
- Allow global args (e.g. -d for debug, -v for verbosity) to shell. They
69
    should be used when invoking the shell. After that they are automatically
70
    applied to all commands running in that kamaki shell. [#3716]
71
- Implement a plankton-side image unregister [#3728]
72
- Implement purging a non-empty container [#3662]
73
- Add a -l option to upload, for listing uploaded objects details [#3730]
74
- Add option to cache container info for upload_object [#3707]
75
- Add enumeration to all listing commands, make it optional [#3739]
76
- Add a download_to_string method in pithos client [#3608]
77
- Add an upload_from_string method in pithos client [#3608]
78
- Add pithos client method create_container [#3756]
79
- Store image properties on remote location after image registration [#3769]
80
- Add runtime args to image register for forcing or unsettitng property
81
    storage [#3769]
82
- Expand runtime args of image register for managing metadata and metada file
83
    dumps and loads [#3797]
84
- Add server-firewall-get command to get a VMs firewall profile
85
- Implement an optional astakosclient cli exposed as "astakos", with the following methods:
86
    authenticate, uuid, username, quotas, service uuid/username/quotas
87
- Add some astakos/keystone kamaki-lib api calls [#3874], used to access astakos-calls cache:
88
  get_services, get_service_details, get_service_endpoints
89
- Implement --cloud arg to switch between clouds [#3913]
90
- Automatically discover service endpoints by following the auth_url config variable
91
  If auth_url not set, use <service>.url explicit endpoint instead