diff --git a/CHANGELOG.md b/CHANGELOG.md index 9cf8c1149..a28f161d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,42 @@ # Change Log + +## [5.8.0] - 2019-09-04 +- https://github.com/softlayer/softlayer-python/compare/v5.7.2...v5.8.0 + ++ #1143 Upgrade to prompt_toolkit >= 2 ++ #1003 Bandwidth Feature + * slcli summary + * slcli report bandwidth + * slcli vs bandwidth + * slcli hw bandwidth + * Added bandwidth to VS and HW details page ++ #1146 DOCS: replace 'developer' with 'sldn' links ++ #1147 property 'contents' is not valid for 'SoftLayer_Ticket' when creating a ticket ++ #1139 cannot create static subnet with slcli ++ #1145 Refactor cdn network. ++ #1152 IBMID auth support ++ #1153, #1052 Transient VSI support ++ #1167 Removed legacy LoadBalancer command, added Citrix and IBM LBaaS commands. + * slcli lb cancel + * slcli lb detail + * slcli lb health + * slcli lb l7pool-add + * slcli lb l7pool-del + * slcli lb list + * slcli lb member-add + * slcli lb member-del + * slcli lb ns-detail + * slcli lb ns-list + * slcli lb order + * slcli lb order-options + * slcli lb pool-add + * slcli lb pool-del + * slcli lb pool-edit ++ #1157 Remove VpnAllowedFlag. ++ #1160 Improve hardware cancellation to deal with additional cases + ## [5.7.2] - 2019-05-03 - https://github.com/softlayer/softlayer-python/compare/v5.7.1...v5.7.2 diff --git a/SoftLayer/consts.py b/SoftLayer/consts.py index a9927d986..1171bd578 100644 --- a/SoftLayer/consts.py +++ b/SoftLayer/consts.py @@ -5,7 +5,7 @@ :license: MIT, see LICENSE for more details. """ -VERSION = 'v5.7.2' +VERSION = 'v5.8.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/' diff --git a/setup.py b/setup.py index 692ef789d..dc6b7514b 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ setup( name='SoftLayer', - version='5.7.2', + version='5.8.0', description=DESCRIPTION, long_description=LONG_DESCRIPTION, author='SoftLayer Technologies, Inc.', diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index d6634a551..a2190f100 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,5 +1,5 @@ name: slcli # check to see if it's available -version: '5.7.2+git' # check versioning +version: '5.8.0+git' # check versioning summary: Python based SoftLayer API Tool. # 79 char long summary description: | A command-line interface is also included and can be used to manage various SoftLayer products and services.