Skip to content

Commit

Permalink
Merge pull request #1755 from allmightyspiff/master
Browse files Browse the repository at this point in the history
v6.1.2 release notes
  • Loading branch information
allmightyspiff authored Sep 23, 2022
2 parents 1bd004d + f6d6fbb commit 7df7756
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Change Log

## [6.1.2] - 2022-09-23

#### What's Changed
* Snapcraft: Updated to Core22 and add homeishome-launch by @kz6fittycent in https://github.com/softlayer/softlayer-python/pull/1740
* Add status, create date and domain columns in `slcli vs list command` by @BrianSantivanez in https://github.com/softlayer/softlayer-python/pull/1728
* New command: ipsec cancel by @caberos in https://github.com/softlayer/softlayer-python/pull/1729
* New command: subnet clear-route by @caberos in https://github.com/softlayer/softlayer-python/pull/1738
* Deprecate slcli hw guests by @caberos in https://github.com/softlayer/softlayer-python/pull/1736
* Remove real usersnames from test fixtrues by @caberos in https://github.com/softlayer/softlayer-python/pull/1743
* Fix tox request.get hangout issue by @caberos in https://github.com/softlayer/softlayer-python/pull/1746
* add vs user-access command by @caberos in https://github.com/softlayer/softlayer-python/pull/1741
* Update Help message for commands that take in multiple arguments by @caberos in https://github.com/softlayer/softlayer-python/pull/1748
* Error with slcli order item-list by @caberos in https://github.com/softlayer/softlayer-python/pull/1751
* deprecate sl `autoscale` by @BrianSantivanez in https://github.com/softlayer/softlayer-python/pull/1753
* Unhandled error running a subcommand in slcli by @caberos in https://github.com/softlayer/softlayer-python/pull/1754


**Full Changelog**: https://github.com/softlayer/softlayer-python/compare/v6.1.1...v6.1.2


## [6.1.1] - 2022-08-18

#### What's Changed
Expand Down
2 changes: 1 addition & 1 deletion SoftLayer/consts.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
:license: MIT, see LICENSE for more details.
"""
VERSION = 'v6.1.1'
VERSION = 'v6.1.2'
API_PUBLIC_ENDPOINT = 'https://api.softlayer.com/xmlrpc/v3.1/'
API_PRIVATE_ENDPOINT = 'https://api.service.softlayer.com/xmlrpc/v3.1/'
API_PUBLIC_ENDPOINT_REST = 'https://api.softlayer.com/rest/v3.1/'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

setup(
name='SoftLayer',
version='6.1.1',
version='6.1.2',
description=DESCRIPTION,
long_description=LONG_DESCRIPTION,
long_description_content_type='text/x-rst',
Expand Down

0 comments on commit 7df7756

Please sign in to comment.