Skip to content

Commit 3b351cd

Browse files
Merge pull request softlayer#586 from sudorandom/version-4.0.5
Version Bump to v4.1.0
2 parents 347c6e4 + 9e4f532 commit 3b351cd

4 files changed

Lines changed: 26 additions & 4 deletions

File tree

CHANGELOG

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
4.1.0
2+
3+
* Adds a shell which provides a shell interface for `slcli`. This is available by using `slcli shell`
4+
5+
* `slcli vs create` and `slcli server create` will now prompt for missing required options
6+
7+
* Fixes `slcli firewall add` command
8+
9+
* Handles case where `slcli vs detail` and `slcli server detail` was causing an error when trying to display the creator
10+
11+
* Fixes VSManager.verify_create_instance() with tags (and, in turn, `slcli vs create --test` with tags)
12+
13+
* Fixes `vs resume` command
14+
15+
* Updates hardware ordering to deal with location-specific prices
16+
17+
* Fixes several description errors in the CLI
18+
19+
* Running `vs edit` without a tag option will no longer remove all tags
20+
21+
* Adds editing of hardware tags
22+
123
4.0.4
224

325
* Fixes bug with pulling the userData property for the virtual server detail

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 = 'v4.0.4'
8+
VERSION = 'v4.1.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/'

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@
5555
# built documents.
5656
#
5757
# The short X.Y version.
58-
version = '4.0.4'
58+
version = '4.1.0'
5959
# The full version, including alpha/beta/rc tags.
60-
release = '4.0.4'
60+
release = '4.1.0'
6161

6262
# The language for content autogenerated by Sphinx. Refer to documentation
6363
# for a list of supported languages.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838
setup(
3939
name='SoftLayer',
40-
version='4.0.4',
40+
version='4.1.0',
4141
description=DESCRIPTION,
4242
long_description=LONG_DESCRIPTION,
4343
author='SoftLayer Technologies, Inc.',

0 commit comments

Comments
 (0)