Statistics
| Branch: | Tag: | Revision:

root / Changelog @ 6a912bcc

History | View | Annotate | Download (4.7 kB)

1
Hotfix 0.9.1
2

    
3
BugFix:
4

    
5
- Restore history-run functionality
6

    
7
Feature:
8

    
9
- Accept ~ as a character for a cloud name [#4126]
10

    
11
CHANGELOG for version 0.9
12

    
13
Bug Fixes:
14

    
15
- Stop shell from destroying the config instance
16
- Shell can manage all valid command line arguments [#3716]
17
- Restore 2nd level command syntax in shell [#3736]
18
- Allow copy of deleted objects by refering to older version [#3737]
19
- Add image.add_member missing content-length header
20
- Do not unpublish by default in all pithos low level requests [#3780]
21
- Unquote http respons headers
22

    
23
Changes:
24

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

    
73
Features:
74

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