File tree Expand file tree Collapse file tree 4 files changed +16
-3
lines changed Expand file tree Collapse file tree 4 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
33
4+ ## [ 5.8.1] - 2019-10-11
5+ - https://github.com/softlayer/softlayer-python/compare/v5.8.0...v5.8.1
6+
7+ + #1169 Drop python 2.7 support
8+ + #1170 Added CS# to ticket listing
9+ + #1162 Fixed issue looking up OS keyName instead of referenceCode
10+ + #627 Autoscale support
11+ * slcli autoscale detail
12+ * slcli autoscale edit
13+ * slcli autoscale list
14+ * slcli autoscale logs
15+ * slcli autoscale scale
16+ * slcli autoscale tag
417
518## [ 5.8.0] - 2019-09-04
619- https://github.com/softlayer/softlayer-python/compare/v5.7.2...v5.8.0
Original file line number Diff line number Diff line change 55
66 :license: MIT, see LICENSE for more details.
77"""
8- VERSION = 'v5.8.0 '
8+ VERSION = 'v5.8.1 '
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.8.0 ' ,
17+ version = '5.8.1 ' ,
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.8.0 +git' # check versioning
2+ version : ' 5.8.1 +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