Skip to content

Commit c0553f4

Browse files
Merge pull request #1102 from allmightyspiff/master
Version 5.7.0
2 parents c822afc + ac20b16 commit c0553f4

File tree

4 files changed

+30
-3
lines changed

4 files changed

+30
-3
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,33 @@
11
# Change Log
22

33

4+
## [5.7.0] - 2018-11-16
5+
- Changes: https://github.com/softlayer/softlayer-python/compare/v5.6.4...master
6+
7+
+ #1099 Support for security group Ids
8+
+ event-log cli command
9+
+ #1069 Virtual Placement Group Support
10+
```
11+
slcli vs placementgroup --help
12+
Commands:
13+
create Create a placement group
14+
create-options List options for creating Reserved Capacity
15+
delete Delete a placement group.
16+
detail View details of a placement group.
17+
list List Reserved Capacity groups.
18+
```
19+
+ #962 Rest Transport improvements. Properly handle HTTP exceptions instead of crashing.
20+
+ #1090 removed power_state column option from "slcli server list"
21+
+ #676 - ipv6 support for creating virtual guests
22+
* Refactored virtual guest creation to use Product_Order::placeOrder instead of Virtual_Guest::createObject, because createObject doesn't allow adding IPv6
23+
+ #882 Added table which shows the status of each url in object storage
24+
+ #1085 Update provisionedIops reading to handle float-y values
25+
+ #1074 fixed issue with config setup
26+
+ #1081 Fix file volume-cancel
27+
+ #1059 Support for SoftLayer_Hardware_Server::toggleManagementInterface
28+
* `slcli hw toggle-ipmi`
29+
30+
431
## [5.6.4] - 2018-11-16
532

633
- Changes: https://github.com/softlayer/softlayer-python/compare/v5.6.3...v5.6.4

SoftLayer/consts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
:license: MIT, see LICENSE for more details.
77
"""
8-
VERSION = 'v5.6.4'
8+
VERSION = 'v5.7.0'
99
API_PUBLIC_ENDPOINT = 'https://api.softlayer.com/xmlrpc/v3.1/'
1010
API_PRIVATE_ENDPOINT = 'https://api.service.softlayer.com/xmlrpc/v3.1/'
1111
API_PUBLIC_ENDPOINT_REST = 'https://api.softlayer.com/rest/v3.1/'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
setup(
1616
name='SoftLayer',
17-
version='5.6.4',
17+
version='5.7.0',
1818
description=DESCRIPTION,
1919
long_description=LONG_DESCRIPTION,
2020
author='SoftLayer Technologies, Inc.',

snap/snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: slcli # check to see if it's available
2-
version: '5.6.4+git' # check versioning
2+
version: '5.7.0+git' # check versioning
33
summary: Python based SoftLayer API Tool. # 79 char long summary
44
description: |
55
A command-line interface is also included and can be used to manage various SoftLayer products and services.

0 commit comments

Comments
 (0)