Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Change Log

## [5.9.0] - 2020-08-03
https://github.com/softlayer/softlayer-python/compare/v5.8.9...v5.9.0

- #1280 Notification Management
+ slcli user notifications
+ slcli user edit-notifications
- #828 Added networking options to slcli hw create-options
+ Refactored slcli hw create to use the ordering manager
+ Added --network option to slcli hw create for more granular network choices.
+ Deprecated --port-speed and --no-public . They still work for now, but will be removed in a future release.
- #1298 Fix Unhandled exception in CLI - vs detail
- #1309 Fix the empty lines in slcli vs create-options
- #1301 Ability to list VirtualHost capable guests
+ slcli hardware guests
+ slcli vs list will show guests on VirtualHost servers
- #875 added option to reload bare metal servers with LVM enabled
- #874 Added Migrate command
- #1313 Added support for filteredMask
- #1305 Update docs links
- #1302 Fix lots of whitespace slcli vs create-options
- #900 Support for STDIN on creating and updating tickets.
- #1318 add Drive number in guest drives details using the device number
- #1323 add vs list hardware and all option

## [5.8.9] - 2020-07-06
https://github.com/softlayer/softlayer-python/compare/v5.8.8...v5.8.9
Expand Down
2 changes: 1 addition & 1 deletion SoftLayer/consts.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

:license: MIT, see LICENSE for more details.
"""
VERSION = 'v5.8.9'
VERSION = 'v5.9.0'
API_PUBLIC_ENDPOINT = 'https://api.softlayer.com/xmlrpc/v3.1/'
API_PRIVATE_ENDPOINT = 'https://api.service.softlayer.com/xmlrpc/v3.1/'
API_PUBLIC_ENDPOINT_REST = 'https://api.softlayer.com/rest/v3.1/'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

setup(
name='SoftLayer',
version='5.8.9',
version='5.9.0',
description=DESCRIPTION,
long_description=LONG_DESCRIPTION,
author='SoftLayer Technologies, Inc.',
Expand Down