Skip to content

Commit 20d9813

Browse files
committed
Merge pull request softlayer#408 from sudorandom/version-3.3.0
Version bump to 3.3.0
2 parents 1f7b947 + 656305b commit 20d9813

4 files changed

Lines changed: 23 additions & 5 deletions

File tree

CHANGELOG

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
3.3.0
2+
3+
* CLI+API: Load balancer support
4+
5+
* CLI: More detail added to the `sl image detail` and `sl image list` commands
6+
7+
* CLI: Adds command to import DNS entries from BIND zone files
8+
9+
* CLI+API: Adds support for booting into rescue images for virtual servers and hardware
10+
11+
* API: Adds ability to order virtual and hardare servers from a quote to the ordering manager
12+
13+
* CLI: Fixes bug with `sl server list-chassis` and `sl server list-chassis`
14+
15+
* API: Restructure of the way custom authentication can be plugged in the API client
16+
17+
* Several other bug fixes
18+
119
3.2.0
220

321
* CLI+API: Added firewall manager and CLI module
@@ -8,7 +26,7 @@
826

927
* API: Added OrderingManager. Remove hard-coded price IDs
1028

11-
* Fixed several small bug fixes
29+
* Fixed several small bugs
1230

1331
3.1.0
1432

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 = 'v3.2.0'
8+
VERSION = 'v3.3.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
@@ -51,9 +51,9 @@
5151
# built documents.
5252
#
5353
# The short X.Y version.
54-
version = '3.2.0'
54+
version = '3.3.0'
5555
# The full version, including alpha/beta/rc tags.
56-
release = '3.2.0'
56+
release = '3.3.0'
5757

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

setup.py

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

3939
setup(
4040
name='SoftLayer',
41-
version='3.2.0',
41+
version='3.3.0',
4242
description=description,
4343
long_description=long_description,
4444
author='SoftLayer Technologies, Inc.',

0 commit comments

Comments
 (0)