File tree Expand file tree Collapse file tree 4 files changed +39
-3
lines changed Expand file tree Collapse file tree 4 files changed +39
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 55
66 :license: MIT, see LICENSE for more details.
77"""
8- VERSION = 'v5.7.2 '
8+ VERSION = 'v5.8.0 '
99API_PUBLIC_ENDPOINT = 'https://api.softlayer.com/xmlrpc/v3.1/'
1010API_PRIVATE_ENDPOINT = 'https://api.service.softlayer.com/xmlrpc/v3.1/'
1111API_PUBLIC_ENDPOINT_REST = 'https://api.softlayer.com/rest/v3.1/'
Original file line number Diff line number Diff line change 1414
1515setup (
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.' ,
Original file line number Diff line number Diff line change 11name : slcli # check to see if it's available
2- version : ' 5.7.2 +git' # check versioning
2+ version : ' 5.8.0 +git' # check versioning
33summary : Python based SoftLayer API Tool. # 79 char long summary
44description : |
55 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