Skip to content

Commit 228ccc0

Browse files
Merge pull request #1328 from allmightyspiff/v5.9.0
V5.9.0 Changelog
2 parents c18a155 + 7a3d4d1 commit 228ccc0

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Change Log
22

3+
## [5.9.0] - 2020-08-03
4+
https://github.com/softlayer/softlayer-python/compare/v5.8.9...v5.9.0
5+
6+
- #1280 Notification Management
7+
+ slcli user notifications
8+
+ slcli user edit-notifications
9+
- #828 Added networking options to slcli hw create-options
10+
+ Refactored slcli hw create to use the ordering manager
11+
+ Added --network option to slcli hw create for more granular network choices.
12+
+ Deprecated --port-speed and --no-public . They still work for now, but will be removed in a future release.
13+
- #1298 Fix Unhandled exception in CLI - vs detail
14+
- #1309 Fix the empty lines in slcli vs create-options
15+
- #1301 Ability to list VirtualHost capable guests
16+
+ slcli hardware guests
17+
+ slcli vs list will show guests on VirtualHost servers
18+
- #875 added option to reload bare metal servers with LVM enabled
19+
- #874 Added Migrate command
20+
- #1313 Added support for filteredMask
21+
- #1305 Update docs links
22+
- #1302 Fix lots of whitespace slcli vs create-options
23+
- #900 Support for STDIN on creating and updating tickets.
24+
- #1318 add Drive number in guest drives details using the device number
25+
- #1323 add vs list hardware and all option
326

427
## [5.8.9] - 2020-07-06
528
https://github.com/softlayer/softlayer-python/compare/v5.8.8...v5.8.9

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.8.9'
8+
VERSION = 'v5.9.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.8.9',
17+
version='5.9.0',
1818
description=DESCRIPTION,
1919
long_description=LONG_DESCRIPTION,
2020
author='SoftLayer Technologies, Inc.',

0 commit comments

Comments
 (0)