Statistics
| Branch: | Tag: | Revision:

root / Changelog @ 6e27e449

History | View | Annotate | Download (4 kB)

1
.. _Changelog:
2

    
3
Unified Changelog file for Synnefo versions >= 0.13
4
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5

    
6
Since v0.13 most of the Synnefo components have been merged into a single
7
repository and have aligned versions.
8

    
9

    
10
.. _Changelog-0.13next:
11

    
12
v0.13next
13
=========
14

    
15
Released: UNRELEASED
16

    
17
Synnefo-wide
18
------------
19
* Create 'snf_django' Python package to hold common code for all Synnefo
20
  components.
21

    
22
Astakos
23
-------
24

    
25
Cyclades
26
--------
27
* Remove 'CYCLADES_USER_CATALOG_URL' and 'CYCLADES_USER_FEEDBACK_URL' settings
28

    
29
Pithos
30
------
31
* Remove PITHOS_AUTHENTICATION_USERS setting, which was used to override
32
  astakos users.
33

    
34
Tools
35
-----
36

    
37

    
38
.. _Changelog-0.13:
39

    
40
v0.13
41
=====
42

    
43
Released: Wed Apr 10 18:52:50 EEST 2013
44

    
45
In v0.13 the code was very heavily refactored for increased uniformity since
46
most of the Synnefo components have been merged into a single repository. Thus,
47
**just for this version** we will not document a complete Changelog (features,
48
fixes, improvements, issues, setting changes), but rather just copy from the
49
`NEWS` file with minor additions wherever needed.
50

    
51
Synnefo-wide
52
------------
53

    
54
* Support for pooling throughout Synnefo
55

    
56
  * Pooled Django DB connections, Pithos backend connections, HTTP
57
    connections using single `objpool` package
58

    
59
* Improved management commands
60

    
61
  * Unified codebase for output of tables in JSON, CSV
62

    
63
* Bring most of Synnefo code inside a single, unified repository
64

    
65
  * support automatic Python and Debian package builds for individual commits
66
  * with automatic version generation
67

    
68
* Overhauling of Synnefo settings: renames and refactoring, for increased
69
  uniformity (in progress)
70
* Deployment: Standardize on gunicorn, with gevent-based workers
71
  and use of Green threads throughout Synnefo
72
* Documentation: New scale-out guide, with distinct node roles,
73
  for mass Synnefo deployments
74

    
75
Astakos
76
-------
77

    
78
* Support multiple authentication methods
79

    
80
  * Classic (username/password), Shibboleth, LDAP/Active Directory,
81
    Google, Twitter, LinkedIn
82
  * Users can enable/disable auth methods, and switch between them
83

    
84
* Introduce a UUID as a global identifier for users, throughout Synnefo
85

    
86
  * The UUID remains constant as the user enables/disables login methods
87

    
88
* Allow users to modify their email address freely
89
* Per-user, per-resource accounting mechanism (quotaholder)
90
* Full quota support, with per-user, per-resource quotas, based on quotaholder
91
* Projects: Users can create and join Projects
92

    
93
  * Projects grant extra resources to their members
94

    
95
* UI Enhancements for quotas and projects
96

    
97
  * distinct Usage tab, showing usage of individual resources
98
  * Project management UI
99
  * New Overview page
100

    
101
Cyclades
102
--------
103

    
104
* Commission resources on quotaholder/Astakos
105
* Support mass creation of flavors
106
* Support for the ExtStorage disk template in Ganeti
107
* Query and report quotas in the UI
108
* Pass VM configuration parameters over a VM-side API (`vmapi`)
109

    
110
  * Do not pass sensitive data as Ganeti OS parameters
111
  * Keep sensitive data in memory caches (memcached) and
112
    never allow them to hit the disk
113

    
114
* Display additional backend information in helpdesk machines list
115
* Allow helpdesk users to search for an account using a known machine id
116
* Helpdesk actions are now logged using the synnefo's common login
117
  infrastructure
118

    
119
Pithos
120
------
121

    
122
* Support storage of blocks on a RADOS backend, for Archipelago
123

    
124
  * new settings:
125
    PITHOS_RADOS_STORAGE, PITHOS_RADOS_POOL_BLOCKS, PITHOS_RADOS_POOL_MAPS
126

    
127
* Rewritten support for public URLs, with admin-selectable length
128

    
129
  * new settings:
130
    PITHOS_PUBLIC_URL_SECURITY, PITHOS_PUBLIC_URL_ALPHABET
131

    
132
* Enable pithos backend to use external quotaholder component
133

    
134
  * new settings:
135
    PITHOS_USE_QUOTAHOLDER, PITHOS_QUOTAHOLDER_URL, PITHOS_QUOTAHOLDER_TOKEN,
136
    PITHOS_QUOTAHOLDER_POOLSIZE
137

    
138
* Moderated version debiting mechanism
139

    
140
  * new setting:
141
    PITHOS_BACKEND_FREE_VERSIONING
142

    
143
* Proxy Astakos user-visible services
144

    
145
  * new settings:
146
    PITHOS_PROXY_USER_SERVICES, PITHOS_USER_CATALOG_URL,
147
    PITHOS_USER_FEEDBACK_URL, PITHOS_USER_LOGIN_URL
148

    
149
Tools
150
-----
151

    
152
* Extend snf-burnin to include testing of Pithos functionality