Skip to content

Commit fc276dd

Browse files
Merge pull request #1734 from allmightyspiff/master
v6.1.1 release notes
2 parents d9dd77d + 804e7c9 commit fc276dd

File tree

3 files changed

+44
-8
lines changed

3 files changed

+44
-8
lines changed

CHANGELOG.md

+42-6
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,46 @@
11
# Change Log
22

3+
## [6.1.1] - 2022-08-18
4+
5+
#### What's Changed
6+
* v6.1.0 Changelog and version bump by @allmightyspiff in https://github.com/softlayer/softlayer-python/pull/1674
7+
* item-list fix by @allmightyspiff in https://github.com/softlayer/softlayer-python/pull/1679
8+
* updating release job to actually publish to pypi by @allmightyspiff in https://github.com/softlayer/softlayer-python/pull/1680
9+
* Update command - slcli object-storage endpoints by @edsonarios in https://github.com/softlayer/softlayer-python/pull/1685
10+
* add the block volume-options command by @caberos in https://github.com/softlayer/softlayer-python/pull/1681
11+
* add the file volume-options command by @caberos in https://github.com/softlayer/softlayer-python/pull/1684
12+
* fixed issues where a message warned users about closing datacenter by @allmightyspiff in https://github.com/softlayer/softlayer-python/pull/1688
13+
* Enable --format=raw and fixes table width by @allmightyspiff in https://github.com/softlayer/softlayer-python/pull/1689
14+
* Update `slcli hardware sensor` by @BrianSantivanez in https://github.com/softlayer/softlayer-python/pull/1691
15+
* Improved successful response to command - slcli vs cancel by @edsonarios in https://github.com/softlayer/softlayer-python/pull/1695
16+
* Fixed an issue with printing tables that contained empty items by @allmightyspiff in https://github.com/softlayer/softlayer-python/pull/1697
17+
* Added a dependabot scanner by @allmightyspiff in https://github.com/softlayer/softlayer-python/pull/1699
18+
* block|file volume-options improvements by @caberos in https://github.com/softlayer/softlayer-python/pull/1700
19+
* Option create-options in commands hardware and dedicatedhost fixed by @edsonarios in https://github.com/softlayer/softlayer-python/pull/1703
20+
* pip prod(deps): bump rich from 12.3.0 to 12.5.1 by @dependabot in https://github.com/softlayer/softlayer-python/pull/1704
21+
* block/file volume-options improvements 2 by @caberos in https://github.com/softlayer/softlayer-python/pull/1702
22+
* New command ipsec order by @caberos in https://github.com/softlayer/softlayer-python/pull/1698
23+
* block/file volume-options improvement 3 by @caberos in https://github.com/softlayer/softlayer-python/pull/1705
24+
* Command slcli vlan create - displaying an error message by @edsonarios in https://github.com/softlayer/softlayer-python/pull/1707
25+
* New Command: user device-access by @caberos in https://github.com/softlayer/softlayer-python/pull/1712
26+
* Command slcli vlan edit accept that we do not send any parameters by @edsonarios in https://github.com/softlayer/softlayer-python/pull/1709
27+
* Updated command - slcli vlan list by @edsonarios in https://github.com/softlayer/softlayer-python/pull/1713
28+
* `slcli block subnets-list` command display an error message by @BrianSantivanez in https://github.com/softlayer/softlayer-python/pull/1716
29+
* add user remove-access command by @caberos in https://github.com/softlayer/softlayer-python/pull/1717
30+
* Add Devices with Trunks to vlan detail by @edsonarios in https://github.com/softlayer/softlayer-python/pull/1721
31+
* slcli hardware reflash-firmware command does not display success message by @BrianSantivanez in https://github.com/softlayer/softlayer-python/pull/1724
32+
* Fix bug with command - slcli cdn edit by @edsonarios in https://github.com/softlayer/softlayer-python/pull/1726
33+
34+
#### New Contributors
35+
* @dependabot made their first contribution in https://github.com/softlayer/softlayer-python/pull/1704
36+
37+
**Full Changelog**: https://github.com/softlayer/softlayer-python/compare/v6.1.0...v6.1.1
38+
339

440

541
## [6.1.0] - 2022-06-30
642

7-
## Major Updates
43+
#### Major Updates
844
* [Rich](https://github.com/Textualize/rich) tables by @allmightyspiff in https://github.com/softlayer/softlayer-python/pull/1646
945
* [Rich](https://github.com/Textualize/rich) Text support by @allmightyspiff in https://github.com/softlayer/softlayer-python/pull/1635
1046

@@ -14,7 +50,7 @@ Rich Text and Rich Tables will modernize the output of the SLCLI to be a little
1450
![image](https://user-images.githubusercontent.com/7408017/176753845-32af33f0-454f-4bab-ac63-1ae3db788ede.png)
1551

1652

17-
## What's Changed
53+
#### What's Changed
1854
* slcli licenses is missing the help text by @caberos in https://github.com/softlayer/softlayer-python/pull/1605
1955
* Add a warning if user orders in a POD that is being closed by @caberos in https://github.com/softlayer/softlayer-python/pull/1600
2056
* updated number of updates in the command account event-detail by @edsonarios in https://github.com/softlayer/softlayer-python/pull/1609
@@ -50,15 +86,15 @@ Rich Text and Rich Tables will modernize the output of the SLCLI to be a little
5086
* new feature block object-storage permissions command by @caberos in https://github.com/softlayer/softlayer-python/pull/1668
5187
* fix the vlan table by @caberos in https://github.com/softlayer/softlayer-python/pull/1672
5288

53-
## New Contributors
89+
#### New Contributors
5490
* @BrianSantivanez made their first contribution in https://github.com/softlayer/softlayer-python/pull/1629
5591

5692
**Full Changelog**: https://github.com/softlayer/softlayer-python/compare/v6.0.2...v6.1.0
5793

5894

59-
## [6.0.2] - 2022-03-30
95+
### [6.0.2] - 2022-03-30
6096

61-
## What's Changed
97+
#### What's Changed
6298
* New Command slcli hardware|virtual monitoring by @caberos in https://github.com/softlayer/softlayer-python/pull/1593
6399
* When listing datacenters/pods, mark those that are closing soon. by @caberos in https://github.com/softlayer/softlayer-python/pull/1597
64100

@@ -68,7 +104,7 @@ Rich Text and Rich Tables will modernize the output of the SLCLI to be a little
68104
## [6.0.1] - 2022-03-11
69105

70106

71-
## What's Changed
107+
#### What's Changed
72108
* Replace the use of ptable with prettytable by @dvzrv in https://github.com/softlayer/softlayer-python/pull/1584
73109
* Bandwidth pool management by @caberos in https://github.com/softlayer/softlayer-python/pull/1582
74110
* Add id in the result in the command bandwidth-pools by @edsonarios in https://github.com/softlayer/softlayer-python/pull/1586

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.1.0'
8+
VERSION = 'v6.1.1'
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.1.0',
19+
version='6.1.1',
2020
description=DESCRIPTION,
2121
long_description=LONG_DESCRIPTION,
2222
long_description_content_type='text/x-rst',

0 commit comments

Comments
 (0)