From 4495d0d074c5b55394e9e562d40775228698c3c3 Mon Sep 17 00:00:00 2001 From: allmightyspiff Date: Fri, 3 May 2019 14:45:05 -0500 Subject: [PATCH] 5.7.2 --- CHANGELOG.md | 33 +++++++++++++++++++++++++++++++++ SoftLayer/consts.py | 2 +- setup.py | 2 +- snap/snapcraft.yaml | 2 +- 4 files changed, 36 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f10106386..9cf8c1149 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,38 @@ # Change Log + +## [5.7.2] - 2019-05-03 +- https://github.com/softlayer/softlayer-python/compare/v5.7.1...v5.7.2 + ++ #1107 Added exception to handle json parsing error when ordering ++ #1068 Support for -1 when changing port speed ++ #1109 Fixed docs about placement groups ++ #1112 File storage endurance iops upgrade ++ #1101 Handle the new user creation exceptions ++ #1116 Fix order place quantity option ++ #1002 Invoice commands + * account invoices + * account invoice-detail + * account summary ++ #1004 Event Notification Management commands + * account events + * account event-detail ++ #1117 Two PCIe items can be added at order time ++ #1121 Fix object storage apiType for S3 and Swift. ++ #1100 Event Log performance improvements. ++ #872 column 'name' was renamed to 'hostname' ++ #1127 Fix object storage credentials. ++ #1129 Fixed unexpected errors in slcli subnet create ++ #1134 Change encrypt parameters for importing of images. Adds root-key-crn ++ #208 Quote ordering commands + * order quote + * order quote-detail + * order quote-list ++ #1113 VS usage information command + * virtual usage ++ #1131 made sure config_tests dont actually make api calls. + + ## [5.7.1] - 2019-02-26 - https://github.com/softlayer/softlayer-python/compare/v5.7.0...v5.7.1 diff --git a/SoftLayer/consts.py b/SoftLayer/consts.py index f3120e27e..a9927d986 100644 --- a/SoftLayer/consts.py +++ b/SoftLayer/consts.py @@ -5,7 +5,7 @@ :license: MIT, see LICENSE for more details. """ -VERSION = 'v5.7.1' +VERSION = 'v5.7.2' 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 12835570f..abe08c52e 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ setup( name='SoftLayer', - version='5.7.1', + version='5.7.2', description=DESCRIPTION, long_description=LONG_DESCRIPTION, author='SoftLayer Technologies, Inc.', diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index c464f9693..d6634a551 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.1+git' # check versioning +version: '5.7.2+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.