Skip to content

Commit 04ed706

Browse files
v6.1.0 Changelog and version bump
1 parent 3d00884 commit 04ed706

File tree

3 files changed

+57
-2
lines changed

3 files changed

+57
-2
lines changed

CHANGELOG.md

+55
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,61 @@
11
# Change Log
22

33

4+
5+
## [6.1.0] - 2022-06-30
6+
7+
## Major Updates
8+
* [Rich](https://github.com/Textualize/rich) tables by @allmightyspiff in https://github.com/softlayer/softlayer-python/pull/1646
9+
* [Rich](https://github.com/Textualize/rich) Text support by @allmightyspiff in https://github.com/softlayer/softlayer-python/pull/1635
10+
11+
Rich Text and Rich Tables will modernize the output of the SLCLI to be a little nicer to look at, with colors and other highlighting.
12+
13+
![image](https://user-images.githubusercontent.com/7408017/176753783-f6a4a43a-53ac-4600-a24f-21362f152747.png)
14+
![image](https://user-images.githubusercontent.com/7408017/176753845-32af33f0-454f-4bab-ac63-1ae3db788ede.png)
15+
16+
17+
## What's Changed
18+
* slcli licenses is missing the help text by @caberos in https://github.com/softlayer/softlayer-python/pull/1605
19+
* Add a warning if user orders in a POD that is being closed by @caberos in https://github.com/softlayer/softlayer-python/pull/1600
20+
* updated number of updates in the command account event-detail by @edsonarios in https://github.com/softlayer/softlayer-python/pull/1609
21+
* Add an orderBy filter to slcli vlan list by @caberos in https://github.com/softlayer/softlayer-python/pull/1599
22+
* Add options to print a specific table in command slcli account events by @edsonarios in https://github.com/softlayer/softlayer-python/pull/1611
23+
* Update global ip assign/unassign to use new API by @caberos in https://github.com/softlayer/softlayer-python/pull/1614
24+
* Ability to route/unroute subnets by @caberos in https://github.com/softlayer/softlayer-python/pull/1615
25+
* Improved successful response to command - slcli account cancel-item by @edsonarios in https://github.com/softlayer/softlayer-python/pull/1617
26+
* Improved successful response to command - slcli virtual edit by @edsonarios in https://github.com/softlayer/softlayer-python/pull/1618
27+
* Improved successful response to command - slcli vlan cancel by @edsonarios in https://github.com/softlayer/softlayer-python/pull/1619
28+
* Mishandling of domain and hostname data in `slcli account item-detail` by @edsonarios in https://github.com/softlayer/softlayer-python/pull/1621
29+
* Unable to get VSI details when last TXN is "Software install is finis… by @caberos in https://github.com/softlayer/softlayer-python/pull/1625
30+
* new command on autoscale delete by @caberos in https://github.com/softlayer/softlayer-python/pull/1628
31+
* Incorrect table title is displayed when an Auto Scale Group is scaled to reduce members by @BrianSantivanez in https://github.com/softlayer/softlayer-python/pull/1629
32+
* slcli autoscale create by @caberos in https://github.com/softlayer/softlayer-python/pull/1623
33+
* Soap transport by @allmightyspiff in https://github.com/softlayer/softlayer-python/pull/1626
34+
* fix issue on loadbal order command by @caberos in https://github.com/softlayer/softlayer-python/pull/1633
35+
* Policy is not added when an AutoScale Group is created by @caberos in https://github.com/softlayer/softlayer-python/pull/1637
36+
* When `slcli event-log` not return any event log the command display an error by @BrianSantivanez in https://github.com/softlayer/softlayer-python/pull/1641
37+
* add new columns on vlan list(premium, tags) by @caberos in https://github.com/softlayer/softlayer-python/pull/1645
38+
* fixed documentation build issues by @allmightyspiff in https://github.com/softlayer/softlayer-python/pull/1648
39+
* Improved successful response to command - slcli licenses cancel by @edsonarios in https://github.com/softlayer/softlayer-python/pull/1653
40+
* update the firewall list by @caberos in https://github.com/softlayer/softlayer-python/pull/1649
41+
* Updated readme by @allmightyspiff in https://github.com/softlayer/softlayer-python/pull/1656
42+
* Update `slcli firewall detail` to handle multi vlan firewalls by @BrianSantivanez in https://github.com/softlayer/softlayer-python/pull/1651
43+
* New command for getting duplicate convert status by @ko101 in https://github.com/softlayer/softlayer-python/pull/1655
44+
* Fixed TOX errors by @allmightyspiff in https://github.com/softlayer/softlayer-python/pull/1661
45+
* add a new feature to get all cloud object storage by @caberos in https://github.com/softlayer/softlayer-python/pull/1662
46+
* Update `slcli report bandwidth` command by @BrianSantivanez in https://github.com/softlayer/softlayer-python/pull/1664
47+
* add firewall monitoring command by @caberos in https://github.com/softlayer/softlayer-python/pull/1657
48+
* add a new command on block object-storage details by @caberos in https://github.com/softlayer/softlayer-python/pull/1666
49+
* slcli account bandwidth-pools-detail command displays an error with b… by @caberos in https://github.com/softlayer/softlayer-python/pull/1670
50+
* new feature block object-storage permissions command by @caberos in https://github.com/softlayer/softlayer-python/pull/1668
51+
* fix the vlan table by @caberos in https://github.com/softlayer/softlayer-python/pull/1672
52+
53+
## New Contributors
54+
* @BrianSantivanez made their first contribution in https://github.com/softlayer/softlayer-python/pull/1629
55+
56+
**Full Changelog**: https://github.com/softlayer/softlayer-python/compare/v6.0.2...v6.1.0
57+
58+
459
## [6.0.2] - 2022-03-30
560

661
## What's Changed

SoftLayer/consts.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
:license: MIT, see LICENSE for more details.
77
"""
8-
VERSION = 'v6.0.2'
8+
VERSION = 'v6.1.0'
99
API_PUBLIC_ENDPOINT = 'https://api.softlayer.com/xmlrpc/v3.1/'
1010
API_PRIVATE_ENDPOINT = 'https://api.service.softlayer.com/xmlrpc/v3.1/'
1111
API_PUBLIC_ENDPOINT_REST = 'https://api.softlayer.com/rest/v3.1/'

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
setup(
1818
name='SoftLayer',
19-
version='6.0.2',
19+
version='6.1.0',
2020
description=DESCRIPTION,
2121
long_description=LONG_DESCRIPTION,
2222
long_description_content_type='text/x-rst',

0 commit comments

Comments
 (0)