Skip to content

Commit d7d68d7

Browse files
Version to 5.8.0
1 parent 15fc1a2 commit d7d68d7

File tree

4 files changed

+39
-3
lines changed

4 files changed

+39
-3
lines changed

CHANGELOG.md

+36
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,42 @@
11
# Change Log
22

33

4+
5+
## [5.8.0] - 2019-09-04
6+
- https://github.com/softlayer/softlayer-python/compare/v5.7.2...v5.8.0
7+
8+
+ #1143 Upgrade to prompt_toolkit >= 2
9+
+ #1003 Bandwidth Feature
10+
* slcli summary
11+
* slcli report bandwidth
12+
* slcli vs bandwidth
13+
* slcli hw bandwidth
14+
* Added bandwidth to VS and HW details page
15+
+ #1146 DOCS: replace 'developer' with 'sldn' links
16+
+ #1147 property 'contents' is not valid for 'SoftLayer_Ticket' when creating a ticket
17+
+ #1139 cannot create static subnet with slcli
18+
+ #1145 Refactor cdn network.
19+
+ #1152 IBMID auth support
20+
+ #1153, #1052 Transient VSI support
21+
+ #1167 Removed legacy LoadBalancer command, added Citrix and IBM LBaaS commands.
22+
* slcli lb cancel
23+
* slcli lb detail
24+
* slcli lb health
25+
* slcli lb l7pool-add
26+
* slcli lb l7pool-del
27+
* slcli lb list
28+
* slcli lb member-add
29+
* slcli lb member-del
30+
* slcli lb ns-detail
31+
* slcli lb ns-list
32+
* slcli lb order
33+
* slcli lb order-options
34+
* slcli lb pool-add
35+
* slcli lb pool-del
36+
* slcli lb pool-edit
37+
+ #1157 Remove VpnAllowedFlag.
38+
+ #1160 Improve hardware cancellation to deal with additional cases
39+
440
## [5.7.2] - 2019-05-03
541
- https://github.com/softlayer/softlayer-python/compare/v5.7.1...v5.7.2
642

SoftLayer/consts.py

+1-1
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.7.2'
8+
VERSION = 'v5.8.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

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

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

snap/snapcraft.yaml

+1-1
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.7.2+git' # check versioning
2+
version: '5.8.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)