Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v5.2.0 #764

Closed
sudorandom opened this issue Aug 23, 2016 · 2 comments
Closed

Release v5.2.0 #764

sudorandom opened this issue Aug 23, 2016 · 2 comments
Assignees
Milestone

Comments

@sudorandom
Copy link
Contributor

sudorandom commented Aug 23, 2016

  • make commit with updated version references and release notes
  • create tag
  • push to pypi
@sudorandom sudorandom added this to the v5.2.0 milestone Aug 23, 2016
@sudorandom sudorandom self-assigned this Aug 23, 2016
@sudorandom
Copy link
Contributor Author

sudorandom commented Aug 26, 2016

Release notes draft:

  • Significant additions to slcli file and slcli block sections. 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.
  • Adds logic to SoftLayer.create_client_from_env that detects if a REST endpoint_url was given and will use the REST transport automatically. This means that you can also configure rest endpoints for slcli. The default still uses XML-RPC endpoint, but from a small amount of testing shows that the REST transport is significantly faster.
  • Adds --network-space to slcli subnet list in 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
  • Fixes a UnicodeEncodeError when piping slcli output with unicode characters. This was mostly reported with slcli image list but could also happen with many other calls.
  • Adds a new, non-default column, "created_by" that shows who ordered the volume for slcli file volume-list and slcli block volume-list.
  • Fixed a bug where os_version was not displaying correctly in slcli virtual detail or slcli virtual detail
  • Adds a new slcli report bandwidth command that will print a report of all bandwidth pools and virtual/hardware servers that your user has access to.
  • Adds an "IN" syntax to the slcli call-api command. 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'

@sudorandom
Copy link
Contributor Author

This has been completed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant