Skip to content

Commit f8f743a

Browse files
v5.4.3
1 parent 45c6d6e commit f8f743a

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
11
# Change Log
22

3+
## [5.4.3] - 2018-03-30
4+
- Changes: https://github.com/softlayer/softlayer-python/compare/v5.4.2...master
5+
6+
- Corrected to current create-options output
7+
- Allow ordering of account restricted presets
8+
- Added lookup function for datacenter names and ability to use `slcli order` with short DC names
9+
- Changed locatoinGroupId to check for None instead of empty string
10+
- Added a way to try to cancel montly bare metal immediately. THis is done by automatically updating the cancellation request. A human still needs to read the ticket and process it for the reclaim to complete.
11+
312
## [5.4.2] - 2018-02-22
4-
- Changes: https://github.com/softlayer/softlayer-python/compare/v5.4.1...master
13+
- Changes: https://github.com/softlayer/softlayer-python/compare/v5.4.1...v5.4.2
514

615
- add GPU to the virtual create-options table
716
- Remove 'virtual' from the hardware ready command.

SoftLayer/consts.py

+1-1
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.4.2'
8+
VERSION = 'v5.4.3'
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
setup(
1616
name='SoftLayer',
17-
version='5.4.2',
17+
version='5.4.3',
1818
description=DESCRIPTION,
1919
long_description=LONG_DESCRIPTION,
2020
author='SoftLayer Technologies, Inc.',

snap/snapcraft.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: slcli # check to see if it's available
2-
version: '5.4.2.0+git' # check versioning
2+
version: '5.4.3.0+git' # check versioning
33
summary: Python based SoftLayer API Tool. # 79 char long summary
44
description: |
55
A command-line interface is also included and can be used to manage various SoftLayer products and services.

0 commit comments

Comments
 (0)