Skip to content

Commit fb39419

Browse files
author
Elias Nygren
committed
update README.md about new features
1 parent cc3d1e1 commit fb39419

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

README.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,20 +27,27 @@ python setup.py install
2727

2828
## Features
2929
* OOP based management of Servers, Storages and IP-addresses with full CRUD.
30+
* since 0.2: manage both IPv4 and IPv6 addresses
31+
* since 0.1.1: can use custom storage templates in addition to public templates
3032
* Clear way to define your infrastructure, emphasis on clear and easy syntax
3133
* Access all the data of the objects ( e.g. ssh credentials )
3234
* Scale horizontally by creating / destroying servers
3335
* Scale vertically by changing the RAM, CPU, storage specs of any server
36+
* Manage firewall (on/off and individual rules)
37+
* since 0.2: full management of firewall rules
3438

3539
**TODO:**
3640
* Cloning of storages
3741
* Full management of special storage types:
3842
* CDROMs, custom OS templates
39-
* custom templates can already be cloned to a disk via UUID
40-
* Full management of Firewall rules (per server on/off supported at the moment)
41-
* defining a server's L2 firewall's rules through the API client
43+
* (custom templates can already be cloned to a disk via UUID)
4244
* Full management of backups (instant and scheduled)
43-
* IPv6 support
45+
46+
**Changelog:**
47+
* See the [Releases page](https://github.com/UpCloudLtd/upcloud-python-api/releases)
48+
49+
**Documentation:**
50+
* Available [here](http://upcloudltd.github.io/upcloud-python-api/)
4451

4552

4653

0 commit comments

Comments
 (0)