https://github.com/softlayer/softlayer-python/compare/v5.8.3...v5.8.4
- #1199 Fix block storage failback and failover.
- #1202 Order a virtual server private.
https://github.com/softlayer/softlayer-python/compare/v5.8.2...v5.8.3
- #771 Fixed unicode errors in image list (for windows)
- #1191 Fixed ordering virtual server dedicated from the CLI
- #1155 Fixed capacity restriction when ordering storage quotes
- #1192 Fixed hardware detail bandwidth allocation errors.
- #1186 Fixed a unit test that could fail if the test took too long to run.
- #1183 Added a check to ensure subnet and vlan options are properly added to the order for virtual servers.
- #1184 Fixed a readme misspelling.
- #1182 Fixed vs reboot unable to resolve vs names.
- #1095 Handle missing Fixtures better for unit tests.
- #1169 Drop python 2.7 support
- #1170 Added CS# to ticket listing
- #1162 Fixed issue looking up OS keyName instead of referenceCode
- #627 Autoscale support
- slcli autoscale detail
- slcli autoscale edit
- slcli autoscale list
- slcli autoscale logs
- slcli autoscale scale
- slcli autoscale tag
- #1143 Upgrade to prompt_toolkit >= 2
- #1003 Bandwidth Feature
- slcli summary
- slcli report bandwidth
- slcli vs bandwidth
- slcli hw bandwidth
- Added bandwidth to VS and HW details page
- #1146 DOCS: replace 'developer' with 'sldn' links
- #1147 property 'contents' is not valid for 'SoftLayer_Ticket' when creating a ticket
- #1139 cannot create static subnet with slcli
- #1145 Refactor cdn network.
- #1152 IBMID auth support
- #1153, #1052 Transient VSI support
- #1167 Removed legacy LoadBalancer command, added Citrix and IBM LBaaS commands.
- slcli lb cancel
- slcli lb detail
- slcli lb health
- slcli lb l7pool-add
- slcli lb l7pool-del
- slcli lb list
- slcli lb member-add
- slcli lb member-del
- slcli lb ns-detail
- slcli lb ns-list
- slcli lb order
- slcli lb order-options
- slcli lb pool-add
- slcli lb pool-del
- slcli lb pool-edit
- #1157 Remove VpnAllowedFlag.
- #1160 Improve hardware cancellation to deal with additional cases
- #1107 Added exception to handle json parsing error when ordering
- #1068 Support for -1 when changing port speed
- #1109 Fixed docs about placement groups
- #1112 File storage endurance iops upgrade
- #1101 Handle the new user creation exceptions
- #1116 Fix order place quantity option
- #1002 Invoice commands
- account invoices
- account invoice-detail
- account summary
- #1004 Event Notification Management commands
- account events
- account event-detail
- #1117 Two PCIe items can be added at order time
- #1121 Fix object storage apiType for S3 and Swift.
- #1100 Event Log performance improvements.
- #872 column 'name' was renamed to 'hostname'
- #1127 Fix object storage credentials.
- #1129 Fixed unexpected errors in slcli subnet create
- #1134 Change encrypt parameters for importing of images. Adds root-key-crn
- #208 Quote ordering commands
- order quote
- order quote-detail
- order quote-list
- #1113 VS usage information command
- virtual usage
- #1131 made sure config_tests dont actually make api calls.
- #1089 removed legacy SL message queue commands
- Support for Hardware reflash firmware CLI/Manager method
- #1099 Support for security group Ids
- event-log cli command
- #1069 Virtual Placement Group Support
slcli vs placementgroup --help Commands: create Create a placement group. create-options List options for creating a placement group. delete Delete a placement group. detail View details of a placement group. list List placement groups. - #962 Rest Transport improvements. Properly handle HTTP exceptions instead of crashing.
- #1090 removed power_state column option from "slcli server list"
- #676 - ipv6 support for creating virtual guests
- Refactored virtual guest creation to use Product_Order::placeOrder instead of Virtual_Guest::createObject, because createObject doesn't allow adding IPv6
- #882 Added table which shows the status of each url in object storage
- #1085 Update provisionedIops reading to handle float-y values
- #1074 fixed issue with config setup
- #1081 Fix file volume-cancel
- #1059 Support for SoftLayer_Hardware_Server::toggleManagementInterface
slcli hw toggle-ipmi
- #1041 Dedicated host cancel, cancel-guests, list-guests
- #1071 added createDate and modifyDate parameters to sg rule-list
- #1060 Fixed slcli subnet list
- #1056 Fixed documentation link in image manager
- #1062 Added description to slcli order
- #1065 Updated urllib3 and requests libraries due to CVE-2018-18074
- #1070 Fixed an ordering bug
- Updated release process and fab-file
- #1026 Support for Reserved Capacity
slcli vs capacity createslcli vs capacity create-guestslcli vs capacity create-optionsslcli vs capacity detailslcli vs capacity list
- #1050 Fix
post_uriparameter name on docstring - #1039 Fixed suspend cloud server order.
- #1055 Update to use click 7
- #1053 Add export/import capabilities to/from IBM Cloud Object Storage to the image manager as well as the slcli.
- Added
slcli user delete - #1023 Added
slcli order quoteto let users create a quote from the slcli. - #1032 Fixed vs upgrades when using flavors.
- #1034 Added pagination to ticket list commands
- #1037 Fixed DNS manager to be more flexible and support more zone types.
- #1044 Pinned Click library version at >=5 < 7
- #1018 Fixed hardware credentials.
- #1019 support for ticket priorities
- #1025 create dedicated host with gpu fixed.
-
Changes: https://github.com/softlayer/softlayer-python/compare/v5.5.0...v5.5.1
-
#1006, added paginations to several slcli methods, making them work better with large result sets.
-
#995, Fixed an issue displaying VLANs.
-
#1011, Fixed an issue displaying some NAS passwords
-
#1014, Ability to delete users
-
Changes: https://github.com/softlayer/softlayer-python/compare/v5.4.4...v5.5.0
-
Added a warning when ordering legacy storage volumes
-
Added documentation link to volume-order
-
Increased slcli output width limit to 999 characters
-
More unit tests
-
Fixed an issue canceling some block storage volumes
-
Fixed
slcli orderto work with network gateways -
Fixed an issue showing hardware credentials when they do not exist
-
Fixed an issue showing addressSpace when listing virtual servers
-
Updated ordering class to support baremetal servers with multiple GPU
-
Updated prompt-toolkit as a fix for
slcli shell -
Fixed
slcli vlan detailto not fail when objects don't have a hostname -
Added user management
-
Changes: https://github.com/softlayer/softlayer-python/compare/v5.4.3...v5.4.4
-
fixed hw list not showing transactions
-
Re-factored RestTransport and XMLRPCTransport, logging is now only done in the DebugTransport
-
Added print_reproduceable to XMLRPCTransport and RestTransport, which should be very useful in printing out pure API calls.
-
Fixed an issue with RestTransport and locationGroupId
-
Changes: https://github.com/softlayer/softlayer-python/compare/v5.4.2...v5.4.3
-
Corrected to current create-options output
-
Allow ordering of account restricted presets
-
Added lookup function for datacenter names and ability to use
slcli orderwith 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.
-
Changes: https://github.com/softlayer/softlayer-python/compare/v5.4.1...v5.4.2
-
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.
-
Changes: https://github.com/softlayer/softlayer-python/compare/v5.4.0...v5.4.1
-
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
-
Changes: https://github.com/softlayer/softlayer-python/compare/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 detailview -
Added sub items to
hw detail --price, removed reverse PTR entries
- 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.
-
Changes: https://github.com/softlayer/softlayer-python/compare/v5.3.1...v5.3.2
-
Expanded
@retryuseage 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
- slcli dedicatedhost
- Changes: https://github.com/softlayer/softlayer-python/compare/v5.3.0...v5.3.1
- Added support for storage volume modifications
- slcli block volume-modify
- slcli file volume-modify
- Changes: https://github.com/softlayer/softlayer-python/compare/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
- Changes: https://github.com/softlayer/softlayer-python/compare/v5.2.14...v5.2.15
- 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
- Changes: https://github.com/softlayer/softlayer-python/compare/v5.2.13...v5.2.14
- Improved slcli vs create-options output
- Updated slcli vs create to support new virtual server public and dedicated host offerings
- Changes: https://github.com/softlayer/softlayer-python/compare/v5.2.12...v5.2.13
- Support for hourly billing of storage
- Added exception handling for Managers.VSManager.wait_for_ready()
- Added windows support for unit testing
- Updated pypy version
- Changes: https://github.com/softlayer/softlayer-python/compare/v5.2.11...v5.2.12
- Support for storage_as_a_service block and file storage
- 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
- Changes: https://github.com/softlayer/softlayer-python/compare/v5.2.10...v5.2.11
- Sync VLAN and subnet detail CLI output
- Changes: https://github.com/softlayer/softlayer-python/compare/v5.2.9...v5.2.10
- Avoid blindly passing memory result to formatter
- Changes: https://github.com/softlayer/softlayer-python/compare/v5.2.8...v5.2.9
- Add support for dedicated host instances to virtual server upgrades
- block volume-set-lun-id
- Resolved softlayer#835
- Resolved softlayer#826
- Fix dedicated/private VSI price retrieval for upgrades
- block access-password
Adds support for duplicating block and file storage volumes. Only works on Storage as a Service volumes (Volumes that support encryption at rest).
- [block|file] volume-duplicate
- ipsec list
- ipsec detail
- ipsec configure
- ipsec update
- ipsec subnet-add
- ipsec subnet-remove
- ipsec translation-add
- ipsec translation-remove
- ipsec translation-update
The SoftLayer_Network_Storage::storageTierLevel relational property changed in https://softlayer.github.io/release_notes/20170503/ , this version fixes problems caused by that.
Removed some debug code that was accidently added in the pypi release
- Adds Python 3.6 support
- CLI+API: Removes the iSCSI manager and commands
- API: Fixes hardware order failing to find a single bare metal fast provision package to use
- Adds release process documentation
- CLI: Displays NFS mount point for volumes in volume list and detail commands
- CLI+API: Enables
slcli fileandblockstorage commands to order tier 10 endurance storage and replica
- Updates docs to replace
slcommand withslcli - CLI: Removes requirement to have
--os-typeprovided for file storage ordering - API: Fixes block storage ordering to handle size provided properly
- CLI: Fixes load balancer detail output so that JSON output is sane
- API: Includes check if object storage endpoints were provided by the API before trying to add them to the endpoints returned by
list_endpoints
- CLI: Adds a new 'jsonraw' format option that will print JSON without whitespace. This is useful for integrating the CLI with other tooling.
- API: Fixes JSON loading while using the REST transport with Python 3
- CLI+API: Metadata disks are now excluded when capturing "all" block devices with
slcli virtual capture --all - CLI: Fixes a bug where dns zone importing was not importing wildcard records
- CLI+API: Significant additions to
slcli fileandslcli blockcommands. You can now authorize hosts, revoke access. You can also create, delete, restore, disable, enable snapshots. These features need to be battle-tested so report any issues that you see. - CLI+API: Adds logic to
SoftLayer.create_client_from_envthat detects if a REST endpoint_url was given in order to use the REST transport automatically. This means that you can also configure REST endpoints forslcli. The default still uses XML-RPC endpoint, but from a small amount of testing shows that the REST transport is significantly faster. - CLI: Adds
--network-spacetoslcli subnet listin order to filter subnets based on network space. The two main options are PUBLIC and PRIVATE. For example, to list all public subnets, you can run:slcli subnet list --network-space=PUBLIC - CLI: Adds a new, non-default column, "created_by" that shows who ordered the volume for
slcli file volume-listandslcli block volume-list. - CLI: Adds a new
slcli report bandwidthcommand that will print a report of all bandwidth pools and virtual/hardware servers that your user has access to. - CLI: Adds an "IN" syntax to the
slcli call-apicommand. For example, to find VSIs that are in either the dal05 or sng01 datacenter you can run this command:slcli call-api Account getVirtualGuests -f 'virtualGuests.datacenter.name IN dal05,sng01'
- CLI: Fixes a UnicodeEncodeError when piping slcli output with unicode characters. This was mostly reported with
slcli image listbut could also happen with many other calls. - CLI: Fixed a bug where os_version was not displaying correctly in
slcli virtual detailorslcli virtual detail
- CLI+API: Added block storage functionality. You can order, list, detail, cancel volumes. You can list and delete snapshots. You can also list ACLs for volumes.
- Added functionality to attach/detach devices to tickets
- CLI: Virtual list now lists users and passwords for all known software
- CLI: Fixes bug with
vlan detailCLI command
- CLI: Adds missing dependency that was previously pulled in by prompt_toolkit
- API: Fix a bug by updating the CDN manager to use the new purge method
- CLI: Fixes bug that occured when iscsi listings with resources have no datacenter
- CLI: Adds a shell (accessable with
slcli shell) which provides autocomplete for slcli commands and options - CLI: How filters work with
slcli call-apihas changed significantly. Instead of accepting JSON, it now accepts an easier-to-use format. Seeslcli call-api -hfor examples - API: Adds manager for object storage
- API: Improved REST transport support
- CLI: Move modifying nic speed to
slcli virtual editandslcli hardware editinstead of having its own command - CLI: 'virtual' and 'hardware' are preferred over 'vs' and 'server' in the CLI
- CLI+API: Many unmentioned bug fixes
- CLI: Re-adds
--no-publicoption to only provision private interfaces with servers viaslcli server create
- CLI: Fixes to work with Click v5
- Removes non-functional
--vlan-publicand--vlan-privatefromslcli server create - VSManager.wait_for_ready will now behave as it is documented to behave.
- CLI: Adds a shell which provides a shell interface for
slcli. This is available by usingslcli shell - CLI:
slcli vs createandslcli server createwill now prompt for missing required options - CLI+API: Adds editing of hardware tags
- CLI: Fixes
slcli firewall addcommand - CLI: Handles case where
slcli vs detailandslcli server detailwas causing an error when trying to display the creator - API: Fixes VSManager.verify_create_instance() with tags (and, in turn,
slcli vs create --testwith tags) - CLI: Fixes
vs resumecommand - API+CLI: Updates hardware ordering to deal with location-specific prices
- CLI: Fixes several description errors in the CLI
- CLI: Running
vs editwithout a tag option will no longer remove all tags
- CLI: Fixes bug with pulling the userData property for the virtual server detail
- CLI: Fixes a class of bugs invloving unicode from the API
- CLI: Fixes bug with
slcli vs readycommand - CLI: Fixes bug with
slcli loadbal service-addcommand - CLI: Fixes bug with
slcli vlan listwith vlans that don't have a datacenter - CLI: Improves validation of virtual server and hardware create commands
- CLI: Fixes a bug that breaks user confirmation prompts
- CLI: Fixes general issue with sorting on certain row types in the CLI
- API: Fixes image capture for Windows guests
- CLI: Fixes bug in
sl setupcommand not properly defaulting to current values. - API: Fixes bug where turning off compression headers would still send compression headers.
- CLI: Reverts to using ids over global identifiers for
sl vs listandsl server list.
- Changes: https://github.com/softlayer/softlayer-python/compare/v3.3.0...v4.0.0
- Because there are many changes between version 3 and version 4, it is strongly recommend to pin the version of the SoftLayer python bindings as soon as you can in order to prevent unintentional breakage when upgrading. To keep yourself on version 3, you can use this directive: softlayer>=3,<4. That can be used with pip (pip install softlayer>=3,<4), requirements in your setup.py and/or in your requirements.txt file.
- API: The client transport is now pluggable. If you want to add extra logging or accounting, you can now subclass or wrap softlayer.transports.XmlRpcTransport in order to do so. A good example of that is done with softlayer.transports.TimingTransport.
- API+CLI: Adds ability to import virtual images from a given URI. The API only supports importing from a swift account using 'swift://'. For more details, see http://developer.softlayer.com/reference/services/SoftLayer_Virtual_Guest_Block_Device_Template_Group/createFromExternalSource.
- CLI: A
--fixturesglobal flag was added to pull from fixture data instead of the API. This is useful for discovery, demonstration and testing purposes. - CLI: A
--verboseor-vflag was added to eventually replace--debug. To make a command more verbose, simply add more-vflags. For examplesl -vvv vs listwill be the most verbose and show everything down to request/response tracing. - CLI: Credentials can now be requested using
sl vs credentials <identifier>,sl hardware credentials <identifier>andsl nas credentials <identifier>for virtual servers, hardware servers and NAS accounts respectively. - CLI: Adds virtual server rescue command,
sl vs rescue <identifier>
- CLI: The command is renamed from
sltoslclito avoid package conflicts. - CLI: Global options now need to be specified right after the
slclicommand. For example, you would now useslcli --format=raw listoverslcli vs list --format=raw. This is a change for the following options:- --format
- -c or --config
- --debug
- --proxy
- -y or --really
- --version
- API: The hardware manager has a significant update to how place_order() works. It will now only support the fast server provisioning package which has presets for options like CPU, Memory and disk.
- API: Removed deprecated SoftLayer.CCIManager.
- API: Adds virtual server rescue command to SoftLayer.VSManager
- CLI: Significant changes were done to the CLI argument parsing. Docopt was dropped in favor of click. Therefore, some subtle differences which aren't documented here may exist.
- CLI+API: Load balancer support
- CLI: More detail added to the
sl image detailandsl image listcommands - CLI: Adds command to import DNS entries from BIND zone files
- CLI+API: Adds support for booting into rescue images for virtual servers and hardware
- API: Adds ability to order virtual and hardare servers from a quote to the ordering manager
- CLI: Fixes bug with
sl server list-chassisandsl server list-chassis - API: Restructure of the way custom authentication can be plugged in the API client
- Several other bug fixes
- CLI+API: Added firewall manager and CLI module
- CLI+API: Added iscsi manager and CLI module
- API: Added ability to create multiple virtual servers at once to VSManager
- API: Added OrderingManager. Remove hard-coded price IDs
- Fixed several small bugs
- CLI+API: Added CDN manager and CLI module
- CLI+API: Added ticket manager and CLI module
- CLI+API: Added image manager and improves image CLI module
- CLI+API: Added the ability to specify a proxy URL for API bindings and the CLI
- CLI+API: Added ability to resize a virtual machine
- CLI+API: Added firewall manager and CLI module
- CLI+API: Added load balancer manager and CLI module
- API: six is now used to provide support for Python 2 and Python 3 with the same source
- CLI+API: Implemented product name changes in accordance with SoftLayer's new product names. Existing managers should continue to work as before. Minor CLI changes were necessary.
- Many bug fixes and minor suggested improvements
- CLI+API: Simplified object mask reformatting and added support for more complex masks.
- CLI+API: Added IPMI IP address to hardware details.
- CLI: Added support for ordering multiple disks when creating a CCI.
- API: Added flag to disable compression on HTTP requests.
- CLI: Added CIDR information to subnet displays.
- CLI: Fixed the sl bmc create --network argument.
- CLI+API: Improved output of the message queue feature and fixed some minor bugs.
- CLI: Fixed an error when using --test and ordering a non-private subnet.
- API: Fix to prevent double counting results in summary_by_datacenter().
- CLI+API: Added ability to specify SSH keys when reloading CCIs and servers.
- CLI: Fixed an error message about pricing information that appeared when ordering a new private subnet.
- CLI+API: Adds SoftLayer Message Queue Service bindings (as a manager) and a CLI counterpart. With this you can interact with existing message queue accounts
- CLI+API: Adds the ability to create CCIs with the following options: metadata, post-install script, SSH key
- CLI+API: Improved dedicated server ordering. Adds power management for hardware servers: power-on, power-off, power-cycle, reboot
- CLI+API: Adds a networking manager and adds several network-related CLI modules. This includes the ability to:
- list, create, cancel and assign global IPs
- list, create, cancel and detail subnets. Also has the ability to lookup details about an IP address with 'sl subnet lookup'
- list, detail VLANs
- show and edit RWhois data
- CLI+API: Ability to manage SSH Keys with a manager and a CLI module
- CLI: Adds a --debug option to print out debugging information. --debug=3 is the highest log level which prints full HTTP request/responses including the body
- CLI+API: Adds the ability to create hardware servers with a default SSH key
- CLI: Adds templating for creating CCIs and hardware nodes which can be used to create more CCIs and hardware with the same settings
- Many bug fixes and consistency improvements
- API: Removes old API client interfaces which have been deprecated in the v2. See link for more details: https://softlayer-api-python-client.readthedocs.org/en/latest/api/client/#backwards-compatibility
- CLI: The commands in the main help are now organized into categories
- CLI+API: Added much more hardware support: Filters for hardware listing, dedicated server/bare metal cloud ordering, hardware cancellation
- CLI+API: Added DNS Zone filtering (server side)
- CLI+API: Added Post Install script support for CCIs and hardware
- CLI: Added Message queue functionality
- CLI: Added --debug option to CLI commands
- API: Added more logging
- API: Added token-based auth so you can use the API bindings with your username/password if you want. (It's still highly recommended to use your API key instead of your password)
- Several bug fixes and improvements
- Removed Python 2.5 support. Some stuff MIGHT work with 2.5 but it is no longer tested
- API: Refactored managers into their own module to not clutter the top level
- Added sphinx documentation. See it here: https://softlayer-api-python-client.readthedocs.org
- CCI: Adds Support for Additional Disks
- CCI: Adds a way to block until transactions are done on a CCI
- CLI: For most CCI commands, you can specify id, hostname, private ip or public ip as
- CLI: Adds the ability to filter list results for CCIs
- API: for large result sets, requests can now be chunked into smaller batches on the server side. Using service.iter_call('getObjects', ...) or service.getObjects(..., iter=True) will return a generator regardless of the results returned. offset and limit can be passed in like normal. An additional named parameter of 'chunk' is used to limit the number of items coming back in a single request, defaults to 100
- Consistency changes/bug fixes