Skip to content

Releases: softlayer/softlayer-python

5.4.3

30 Mar 18:55

Choose a tag to compare

[5.4.3] - 2018-03-30

  • Changes: v5.4.2...master

  • Corrected to current create-options output

  • Allow ordering of account restricted presets

  • Added lookup function for datacenter names and ability to use slcli order with short DC names

  • Changed locatoinGroupId to check for None instead of empty string

  • 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.

5.4.2

16 Mar 15:47

Choose a tag to compare

5.4.2 - 2018-02-22

  • Changes: v5.4.1...master

  • add GPU to the virtual create-options table

  • Remove 'virtual' from the hardware ready command.

  • Carefully check for the metric tracking id on virtual guests when building a bandwidth report.

  • Do not fail if the source or destination subnet mask does not exist for ipv6 rules.

5.4.1

05 Feb 22:54

Choose a tag to compare

  • Improve error conditions when adding SSH keys
  • added type filters to package-list, auto-removes bluemix_services on package listing
  • Add boot mode option to virtual guest creation
  • Update documentation for security group rule add
  • Add fix for unsetting of values in edit SG rules

5.4.0

15 Jan 22:22

Choose a tag to compare

  • Changes: v5.3.2...v5.4.0

  • Upgraded Requests and Urllib3 library to latest. This allows the library to make use of connection retries, and connection pools. This should prevent the client from crashing if the API gives a connection reset / connection timeout error

  • reworked wait_for_ready function for virtual, and added to hardware managers.

  • fixed block/file iops in the slcli block|file detail view

  • Added sub items to hw detail --price, removed reverse PTR entries

Added to CLI

  • slcli order
$ ./slcli order
Usage: slcli order [OPTIONS] COMMAND [ARGS]...

Options:
  -h, --help  Show this message and exit.

Commands:
  category-list      List the categories of a package.
  item-list          List package items used for ordering.
  package-list       List packages that can be ordered via the...
  package-locations  List Datacenters a package can be ordered in.
  place              Place or verify an order.
  preset-list        List package presets.

5.3.2

18 Dec 23:10
5f16b02

Choose a tag to compare

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

11 Dec 17:38

Choose a tag to compare

[5.3.1] - 2017-12-07

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

30 Oct 21:59
bade9bc

Choose a tag to compare

  • 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

17 Aug 20:43

Choose a tag to compare

[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

04 Aug 19:41

Choose a tag to compare

Merge pull request #855 from sergiocarlosmorales/master

Version bump to v5.2.11

v5.2.9

27 Jul 19:12

Choose a tag to compare

Add support for dedicated host instances to virtual server upgrades
Added to CLI

block volume-set-lun-id