File tree 4 files changed +39
-3
lines changed
4 files changed +39
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
3
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
+
4
40
## [ 5.7.2] - 2019-05-03
5
41
- https://github.com/softlayer/softlayer-python/compare/v5.7.1...v5.7.2
6
42
Original file line number Diff line number Diff line change 5
5
6
6
:license: MIT, see LICENSE for more details.
7
7
"""
8
- VERSION = 'v5.7.2 '
8
+ VERSION = 'v5.8.0 '
9
9
API_PUBLIC_ENDPOINT = 'https://api.softlayer.com/xmlrpc/v3.1/'
10
10
API_PRIVATE_ENDPOINT = 'https://api.service.softlayer.com/xmlrpc/v3.1/'
11
11
API_PUBLIC_ENDPOINT_REST = 'https://api.softlayer.com/rest/v3.1/'
Original file line number Diff line number Diff line change 14
14
15
15
setup (
16
16
name = 'SoftLayer' ,
17
- version = '5.7.2 ' ,
17
+ version = '5.8.0 ' ,
18
18
description = DESCRIPTION ,
19
19
long_description = LONG_DESCRIPTION ,
20
20
author = 'SoftLayer Technologies, Inc.' ,
Original file line number Diff line number Diff line change 1
1
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
3
3
summary : Python based SoftLayer API Tool. # 79 char long summary
4
4
description : |
5
5
A command-line interface is also included and can be used to manage various SoftLayer products and services.
You can’t perform that action at this time.
0 commit comments