|
1 | 1 | # Change Log |
2 | 2 |
|
3 | | - |
4 | | -## [6.0.2] - 2022-03-30 |
5 | | - |
6 | | -## What's Changed |
| 3 | +## [6.1.3] - 2022-11-30 |
| 4 | + |
| 5 | +#### What's Changed |
| 6 | +* New Command: Hardware notifications by @caberos in https://github.com/softlayer/softlayer-python/pull/1756 |
| 7 | +* New Command: virtual notifications by @caberos in https://github.com/softlayer/softlayer-python/pull/1758 |
| 8 | +* Change regex in rich text in simple option in help text by @edsonarios in https://github.com/softlayer/softlayer-python/pull/1759 |
| 9 | +* pip prod(deps): bump rich from 12.5.1 to 12.6.0 by @dependabot in https://github.com/softlayer/softlayer-python/pull/1760 |
| 10 | +* add more information to vs credentials by @caberos in https://github.com/softlayer/softlayer-python/pull/1762 |
| 11 | +* Fixed maxint issue by @allmightyspiff in https://github.com/softlayer/softlayer-python/pull/1765 |
| 12 | +* Added csv output format by @edsonarios in https://github.com/softlayer/softlayer-python/pull/1766 |
| 13 | +* add more information on hw credentials by @caberos in https://github.com/softlayer/softlayer-python/pull/1767 |
| 14 | +* Delete twitter link in documentation by @edsonarios in https://github.com/softlayer/softlayer-python/pull/1769 |
| 15 | +* new command hw create-credential by @caberos in https://github.com/softlayer/softlayer-python/pull/1774 |
| 16 | +* fix the hw credential error by @caberos in https://github.com/softlayer/softlayer-python/pull/1781 |
| 17 | +* Added test suite for py311 by @allmightyspiff in https://github.com/softlayer/softlayer-python/pull/1784 |
| 18 | +* New feature to change theme in slcli like dark, light o maintain in default by @edsonarios in https://github.com/softlayer/softlayer-python/pull/1775 |
| 19 | +* Match `virtual detail --prices` option with `hardware detail --prices` option by @BrianSantivanez in https://github.com/softlayer/softlayer-python/pull/1780 |
| 20 | +* Fixing preset-list pricing table by @allmightyspiff in https://github.com/softlayer/softlayer-python/pull/1782 |
| 21 | +* fix the call api cannot handle empty results by @caberos in https://github.com/softlayer/softlayer-python/pull/1789 |
| 22 | +* Debug output changed to a valid JSON by @edsonarios in https://github.com/softlayer/softlayer-python/pull/1791 |
| 23 | +* slcli hw add-notifications crashes with a bad user by @caberos in https://github.com/softlayer/softlayer-python/pull/1786 |
| 24 | +* del-notification commands, rename the commands to notifications-add by @caberos in https://github.com/softlayer/softlayer-python/pull/1785 |
| 25 | +* Add --extras to slcli order quote by @caberos in https://github.com/softlayer/softlayer-python/pull/1792 |
| 26 | +* An error is displaying for volume with replica in slcli for Active pr… by @caberos in https://github.com/softlayer/softlayer-python/pull/1794 |
| 27 | + |
| 28 | + |
| 29 | +**Full Changelog**: https://github.com/softlayer/softlayer-python/compare/v6.1.2...v6.1.3 |
| 30 | + |
| 31 | + |
| 32 | +## [6.1.2] - 2022-09-23 |
| 33 | + |
| 34 | +#### What's Changed |
| 35 | +* Snapcraft: Updated to Core22 and add homeishome-launch by @kz6fittycent in https://github.com/softlayer/softlayer-python/pull/1740 |
| 36 | +* Add status, create date and domain columns in `slcli vs list command` by @BrianSantivanez in https://github.com/softlayer/softlayer-python/pull/1728 |
| 37 | +* New command: ipsec cancel by @caberos in https://github.com/softlayer/softlayer-python/pull/1729 |
| 38 | +* New command: subnet clear-route by @caberos in https://github.com/softlayer/softlayer-python/pull/1738 |
| 39 | +* Deprecate slcli hw guests by @caberos in https://github.com/softlayer/softlayer-python/pull/1736 |
| 40 | +* Remove real usersnames from test fixtrues by @caberos in https://github.com/softlayer/softlayer-python/pull/1743 |
| 41 | +* Fix tox request.get hangout issue by @caberos in https://github.com/softlayer/softlayer-python/pull/1746 |
| 42 | +* add vs user-access command by @caberos in https://github.com/softlayer/softlayer-python/pull/1741 |
| 43 | +* Update Help message for commands that take in multiple arguments by @caberos in https://github.com/softlayer/softlayer-python/pull/1748 |
| 44 | +* Error with slcli order item-list by @caberos in https://github.com/softlayer/softlayer-python/pull/1751 |
| 45 | +* deprecate sl `autoscale` by @BrianSantivanez in https://github.com/softlayer/softlayer-python/pull/1753 |
| 46 | +* Unhandled error running a subcommand in slcli by @caberos in https://github.com/softlayer/softlayer-python/pull/1754 |
| 47 | + |
| 48 | + |
| 49 | +**Full Changelog**: https://github.com/softlayer/softlayer-python/compare/v6.1.1...v6.1.2 |
| 50 | + |
| 51 | + |
| 52 | +## [6.1.1] - 2022-08-18 |
| 53 | + |
| 54 | +#### What's Changed |
| 55 | +* v6.1.0 Changelog and version bump by @allmightyspiff in https://github.com/softlayer/softlayer-python/pull/1674 |
| 56 | +* item-list fix by @allmightyspiff in https://github.com/softlayer/softlayer-python/pull/1679 |
| 57 | +* updating release job to actually publish to pypi by @allmightyspiff in https://github.com/softlayer/softlayer-python/pull/1680 |
| 58 | +* Update command - slcli object-storage endpoints by @edsonarios in https://github.com/softlayer/softlayer-python/pull/1685 |
| 59 | +* add the block volume-options command by @caberos in https://github.com/softlayer/softlayer-python/pull/1681 |
| 60 | +* add the file volume-options command by @caberos in https://github.com/softlayer/softlayer-python/pull/1684 |
| 61 | +* fixed issues where a message warned users about closing datacenter by @allmightyspiff in https://github.com/softlayer/softlayer-python/pull/1688 |
| 62 | +* Enable --format=raw and fixes table width by @allmightyspiff in https://github.com/softlayer/softlayer-python/pull/1689 |
| 63 | +* Update `slcli hardware sensor` by @BrianSantivanez in https://github.com/softlayer/softlayer-python/pull/1691 |
| 64 | +* Improved successful response to command - slcli vs cancel by @edsonarios in https://github.com/softlayer/softlayer-python/pull/1695 |
| 65 | +* Fixed an issue with printing tables that contained empty items by @allmightyspiff in https://github.com/softlayer/softlayer-python/pull/1697 |
| 66 | +* Added a dependabot scanner by @allmightyspiff in https://github.com/softlayer/softlayer-python/pull/1699 |
| 67 | +* block|file volume-options improvements by @caberos in https://github.com/softlayer/softlayer-python/pull/1700 |
| 68 | +* Option create-options in commands hardware and dedicatedhost fixed by @edsonarios in https://github.com/softlayer/softlayer-python/pull/1703 |
| 69 | +* pip prod(deps): bump rich from 12.3.0 to 12.5.1 by @dependabot in https://github.com/softlayer/softlayer-python/pull/1704 |
| 70 | +* block/file volume-options improvements 2 by @caberos in https://github.com/softlayer/softlayer-python/pull/1702 |
| 71 | +* New command ipsec order by @caberos in https://github.com/softlayer/softlayer-python/pull/1698 |
| 72 | +* block/file volume-options improvement 3 by @caberos in https://github.com/softlayer/softlayer-python/pull/1705 |
| 73 | +* Command slcli vlan create - displaying an error message by @edsonarios in https://github.com/softlayer/softlayer-python/pull/1707 |
| 74 | +* New Command: user device-access by @caberos in https://github.com/softlayer/softlayer-python/pull/1712 |
| 75 | +* Command slcli vlan edit accept that we do not send any parameters by @edsonarios in https://github.com/softlayer/softlayer-python/pull/1709 |
| 76 | +* Updated command - slcli vlan list by @edsonarios in https://github.com/softlayer/softlayer-python/pull/1713 |
| 77 | +* `slcli block subnets-list` command display an error message by @BrianSantivanez in https://github.com/softlayer/softlayer-python/pull/1716 |
| 78 | +* add user remove-access command by @caberos in https://github.com/softlayer/softlayer-python/pull/1717 |
| 79 | +* Add Devices with Trunks to vlan detail by @edsonarios in https://github.com/softlayer/softlayer-python/pull/1721 |
| 80 | +* slcli hardware reflash-firmware command does not display success message by @BrianSantivanez in https://github.com/softlayer/softlayer-python/pull/1724 |
| 81 | +* Fix bug with command - slcli cdn edit by @edsonarios in https://github.com/softlayer/softlayer-python/pull/1726 |
| 82 | + |
| 83 | +#### New Contributors |
| 84 | +* @dependabot made their first contribution in https://github.com/softlayer/softlayer-python/pull/1704 |
| 85 | + |
| 86 | +**Full Changelog**: https://github.com/softlayer/softlayer-python/compare/v6.1.0...v6.1.1 |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | +## [6.1.0] - 2022-06-30 |
| 91 | + |
| 92 | +#### Major Updates |
| 93 | +* [Rich](https://github.com/Textualize/rich) tables by @allmightyspiff in https://github.com/softlayer/softlayer-python/pull/1646 |
| 94 | +* [Rich](https://github.com/Textualize/rich) Text support by @allmightyspiff in https://github.com/softlayer/softlayer-python/pull/1635 |
| 95 | + |
| 96 | +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. |
| 97 | + |
| 98 | + |
| 99 | + |
| 100 | + |
| 101 | + |
| 102 | +#### What's Changed |
| 103 | +* slcli licenses is missing the help text by @caberos in https://github.com/softlayer/softlayer-python/pull/1605 |
| 104 | +* Add a warning if user orders in a POD that is being closed by @caberos in https://github.com/softlayer/softlayer-python/pull/1600 |
| 105 | +* updated number of updates in the command account event-detail by @edsonarios in https://github.com/softlayer/softlayer-python/pull/1609 |
| 106 | +* Add an orderBy filter to slcli vlan list by @caberos in https://github.com/softlayer/softlayer-python/pull/1599 |
| 107 | +* Add options to print a specific table in command slcli account events by @edsonarios in https://github.com/softlayer/softlayer-python/pull/1611 |
| 108 | +* Update global ip assign/unassign to use new API by @caberos in https://github.com/softlayer/softlayer-python/pull/1614 |
| 109 | +* Ability to route/unroute subnets by @caberos in https://github.com/softlayer/softlayer-python/pull/1615 |
| 110 | +* Improved successful response to command - slcli account cancel-item by @edsonarios in https://github.com/softlayer/softlayer-python/pull/1617 |
| 111 | +* Improved successful response to command - slcli virtual edit by @edsonarios in https://github.com/softlayer/softlayer-python/pull/1618 |
| 112 | +* Improved successful response to command - slcli vlan cancel by @edsonarios in https://github.com/softlayer/softlayer-python/pull/1619 |
| 113 | +* Mishandling of domain and hostname data in `slcli account item-detail` by @edsonarios in https://github.com/softlayer/softlayer-python/pull/1621 |
| 114 | +* Unable to get VSI details when last TXN is "Software install is finis… by @caberos in https://github.com/softlayer/softlayer-python/pull/1625 |
| 115 | +* new command on autoscale delete by @caberos in https://github.com/softlayer/softlayer-python/pull/1628 |
| 116 | +* 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 |
| 117 | +* slcli autoscale create by @caberos in https://github.com/softlayer/softlayer-python/pull/1623 |
| 118 | +* Soap transport by @allmightyspiff in https://github.com/softlayer/softlayer-python/pull/1626 |
| 119 | +* fix issue on loadbal order command by @caberos in https://github.com/softlayer/softlayer-python/pull/1633 |
| 120 | +* Policy is not added when an AutoScale Group is created by @caberos in https://github.com/softlayer/softlayer-python/pull/1637 |
| 121 | +* 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 |
| 122 | +* add new columns on vlan list(premium, tags) by @caberos in https://github.com/softlayer/softlayer-python/pull/1645 |
| 123 | +* fixed documentation build issues by @allmightyspiff in https://github.com/softlayer/softlayer-python/pull/1648 |
| 124 | +* Improved successful response to command - slcli licenses cancel by @edsonarios in https://github.com/softlayer/softlayer-python/pull/1653 |
| 125 | +* update the firewall list by @caberos in https://github.com/softlayer/softlayer-python/pull/1649 |
| 126 | +* Updated readme by @allmightyspiff in https://github.com/softlayer/softlayer-python/pull/1656 |
| 127 | +* Update `slcli firewall detail` to handle multi vlan firewalls by @BrianSantivanez in https://github.com/softlayer/softlayer-python/pull/1651 |
| 128 | +* New command for getting duplicate convert status by @ko101 in https://github.com/softlayer/softlayer-python/pull/1655 |
| 129 | +* Fixed TOX errors by @allmightyspiff in https://github.com/softlayer/softlayer-python/pull/1661 |
| 130 | +* add a new feature to get all cloud object storage by @caberos in https://github.com/softlayer/softlayer-python/pull/1662 |
| 131 | +* Update `slcli report bandwidth` command by @BrianSantivanez in https://github.com/softlayer/softlayer-python/pull/1664 |
| 132 | +* add firewall monitoring command by @caberos in https://github.com/softlayer/softlayer-python/pull/1657 |
| 133 | +* add a new command on block object-storage details by @caberos in https://github.com/softlayer/softlayer-python/pull/1666 |
| 134 | +* slcli account bandwidth-pools-detail command displays an error with b… by @caberos in https://github.com/softlayer/softlayer-python/pull/1670 |
| 135 | +* new feature block object-storage permissions command by @caberos in https://github.com/softlayer/softlayer-python/pull/1668 |
| 136 | +* fix the vlan table by @caberos in https://github.com/softlayer/softlayer-python/pull/1672 |
| 137 | + |
| 138 | +#### New Contributors |
| 139 | +* @BrianSantivanez made their first contribution in https://github.com/softlayer/softlayer-python/pull/1629 |
| 140 | + |
| 141 | +**Full Changelog**: https://github.com/softlayer/softlayer-python/compare/v6.0.2...v6.1.0 |
| 142 | + |
| 143 | + |
| 144 | +### [6.0.2] - 2022-03-30 |
| 145 | + |
| 146 | +#### What's Changed |
7 | 147 | * New Command slcli hardware|virtual monitoring by @caberos in https://github.com/softlayer/softlayer-python/pull/1593 |
8 | 148 | * When listing datacenters/pods, mark those that are closing soon. by @caberos in https://github.com/softlayer/softlayer-python/pull/1597 |
9 | 149 |
|
|
13 | 153 | ## [6.0.1] - 2022-03-11 |
14 | 154 |
|
15 | 155 |
|
16 | | -## What's Changed |
| 156 | +#### What's Changed |
17 | 157 | * Replace the use of ptable with prettytable by @dvzrv in https://github.com/softlayer/softlayer-python/pull/1584 |
18 | 158 | * Bandwidth pool management by @caberos in https://github.com/softlayer/softlayer-python/pull/1582 |
19 | 159 | * Add id in the result in the command bandwidth-pools by @edsonarios in https://github.com/softlayer/softlayer-python/pull/1586 |
|
0 commit comments