File tree 3 files changed +22
-2
lines changed
3 files changed +22
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## [ 6.1.2] - 2022-09-23
4
+
5
+ #### What's Changed
6
+ * Snapcraft: Updated to Core22 and add homeishome-launch by @kz6fittycent in https://github.com/softlayer/softlayer-python/pull/1740
7
+ * Add status, create date and domain columns in ` slcli vs list command ` by @BrianSantivanez in https://github.com/softlayer/softlayer-python/pull/1728
8
+ * New command: ipsec cancel by @caberos in https://github.com/softlayer/softlayer-python/pull/1729
9
+ * New command: subnet clear-route by @caberos in https://github.com/softlayer/softlayer-python/pull/1738
10
+ * Deprecate slcli hw guests by @caberos in https://github.com/softlayer/softlayer-python/pull/1736
11
+ * Remove real usersnames from test fixtrues by @caberos in https://github.com/softlayer/softlayer-python/pull/1743
12
+ * Fix tox request.get hangout issue by @caberos in https://github.com/softlayer/softlayer-python/pull/1746
13
+ * add vs user-access command by @caberos in https://github.com/softlayer/softlayer-python/pull/1741
14
+ * Update Help message for commands that take in multiple arguments by @caberos in https://github.com/softlayer/softlayer-python/pull/1748
15
+ * Error with slcli order item-list by @caberos in https://github.com/softlayer/softlayer-python/pull/1751
16
+ * deprecate sl ` autoscale ` by @BrianSantivanez in https://github.com/softlayer/softlayer-python/pull/1753
17
+ * Unhandled error running a subcommand in slcli by @caberos in https://github.com/softlayer/softlayer-python/pull/1754
18
+
19
+
20
+ ** Full Changelog** : https://github.com/softlayer/softlayer-python/compare/v6.1.1...v6.1.2
21
+
22
+
3
23
## [ 6.1.1] - 2022-08-18
4
24
5
25
#### What's Changed
Original file line number Diff line number Diff line change 5
5
6
6
:license: MIT, see LICENSE for more details.
7
7
"""
8
- VERSION = 'v6.1.1 '
8
+ VERSION = 'v6.1.2 '
9
9
API_PUBLIC_ENDPOINT = 'https://api.softlayer.com/xmlrpc/v3.1/'
10
10
API_PRIVATE_ENDPOINT = 'https://api.service.softlayer.com/xmlrpc/v3.1/'
11
11
API_PUBLIC_ENDPOINT_REST = 'https://api.softlayer.com/rest/v3.1/'
Original file line number Diff line number Diff line change 16
16
17
17
setup (
18
18
name = 'SoftLayer' ,
19
- version = '6.1.1 ' ,
19
+ version = '6.1.2 ' ,
20
20
description = DESCRIPTION ,
21
21
long_description = LONG_DESCRIPTION ,
22
22
long_description_content_type = 'text/x-rst' ,
You can’t perform that action at this time.
0 commit comments