Releases: softlayer/softlayer-python
Releases · softlayer/softlayer-python
5.3.2
General Updates
-
Changes: v5.3.1...master
-
Expanded
@retry
useage to a few areas in the hardware manager -
Added INTERVAL options to block and file replication
-
Fixed pricing error on
hw detail --price
-
Added sub items to
hw detail --price
, removed reverse PTR entries
Added to CLI
- slcli dedicatedhost
5.3.1
[5.3.1] - 2017-12-07
- Changes: v5.3.0...master
- Added support for storage volume modifications
Added to CLI
- slcli block volume-modify
- slcli file volume-modify
[5.3.0] - 2017-12-01
- Changes: v5.2.15...v5.3.0
- Added a retry decorator. currently only used in setTags for VSI creation, which should allos VSI creation to be a bit more robust.
- Updated unit tests to work with pytest3.3
5.2.15
- Changes: v5.2.14...master
- Added dedicated host info to virt detail
- #885 - Fixed createObjects on the rest api endpoint
- changed securityGroups to use createObject instead of createObjects
- Always set the endpoint_url by defaulting to the public URL if the endpoint type cannot be determined.
- resource metadata update
5.2.12
[5.2.12] - 2017-08-09
- Changes: v5.2.11...master
- Support for storage_as_a_service block and file storage
Added to CLI
- block volume-count
- file volume-count
- securitygroups
- create Create a security group.
- delete Deletes the given security group
- detail Get details about a security group.
- edit Edit details of a security group.
- interface-add Attach an interface to a security group.
- interface-list List interfaces associated with security...
- interface-remove Detach an interface from a security group.
- list List security groups.
- rule-add Add a security group rule to a security...
- rule-edit Edit a security group rule in a security...
- rule-list List security group rules.
- rule-remove
Version bump to v5.2.11
Merge pull request #855 from sergiocarlosmorales/master Version bump to v5.2.11
v5.2.9
Add support for dedicated host instances to virtual server upgrades
Added to CLI
block volume-set-lun-id
v5.2.10
[5.2.10] - 2017-07-27
- Changes: v5.2.9...v5.2.10
- Avoid blindly passing memory result to formatter
v5.2.8
v5.2.6
Added To CLI
- ipsec list
- ipsec detail
- ipsec configure
- ipsec update
- ipsec subnet-add
- ipsec subnet-remove
- ipsec translation-add
- ipsec translation-remove
- ipsec translation-update
v5.2.5 release
[5.2.5] - 2017-05-05
Changes: v5.2.1...v5.2.5
The SoftLayer_Network_Storage::storageTierLevel relational property changed in https://softlayer.github.io/release_notes/20170503/ , this version fixes problems caused by that.