|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## v2.1.0 (2020-09-15) |
| 4 | + |
| 5 | +### Features |
| 6 | + |
| 7 | +* **baremetal**: add boot type in start server ([#1291](https://github.com/scaleway/scaleway-cli/pull/1291)) |
| 8 | +* **baremetal**: add support for bmc in the CLI ([#1301](https://github.com/scaleway/scaleway-cli/pull/1301)) |
| 9 | +* **baremetal**: add support for projects ([#1368](https://github.com/scaleway/scaleway-cli/pull/1368)) |
| 10 | +* **core**: add support for relative date parsing ([#1366](https://github.com/scaleway/scaleway-cli/pull/1366)) |
| 11 | +* **core**: add support for template output ([#1360](https://github.com/scaleway/scaleway-cli/pull/1360)) |
| 12 | +* **core**: deprecate an argument ([#1411](https://github.com/scaleway/scaleway-cli/pull/1411)) |
| 13 | +* **core**: add coloring for boolean values ([#1252](https://github.com/scaleway/scaleway-cli/pull/1252)) |
| 14 | +* **init**: save project_id in config ([#1380](https://github.com/scaleway/scaleway-cli/pull/1380)) |
| 15 | +* **instance**: add human marshalling for user-data ([#1300](https://github.com/scaleway/scaleway-cli/pull/1300)) |
| 16 | +* **instance**: add project support for placement groups, security groups, volumes, snapshot and images |
| 17 | +* **instance**: add support for private nic ([#1362](https://github.com/scaleway/scaleway-cli/pull/1362)) |
| 18 | +* **instance**: remove positional server-id in delete/set/get user-data ([#1307](https://github.com/scaleway/scaleway-cli/pull/1307)) |
| 19 | +* **instance**: rename project to project-id ([#1410](https://github.com/scaleway/scaleway-cli/pull/1410)) |
| 20 | +* **iot**: add generation for CLI commands ([#1321](https://github.com/scaleway/scaleway-cli/pull/1321)) |
| 21 | +* **iot**: add support for hub-id in an UpdateDeviceRequest ([#1406](https://github.com/scaleway/scaleway-cli/pull/1406)) |
| 22 | +* **k8s**: add example for kubeconfig get ([#1415](https://github.com/scaleway/scaleway-cli/pull/1415)) |
| 23 | +* **k8s**: add projects ([#1341](https://github.com/scaleway/scaleway-cli/pull/1341)) |
| 24 | +* **k8s**: add support for showing pools in get cluster ([#1311](https://github.com/scaleway/scaleway-cli/pull/1311)) |
| 25 | +* **lb**: add lb product ([#1269](https://github.com/scaleway/scaleway-cli/pull/1269)) |
| 26 | +* **printer**: add support for YAML output ([#1308](https://github.com/scaleway/scaleway-cli/pull/1308)) |
| 27 | +* **qa**: add a qa about commands without examples ([#1298](https://github.com/scaleway/scaleway-cli/pull/1298)) |
| 28 | +* **rdb**: add coloring for node-type availability and acl action ([#1304](https://github.com/scaleway/scaleway-cli/pull/1304)) |
| 29 | +* **rdb**: add nice human marshalling for add/delete rules ([#1306](https://github.com/scaleway/scaleway-cli/pull/1306)) |
| 30 | +* **rdb**: add privileges per databases in user list ([#1314](https://github.com/scaleway/scaleway-cli/pull/1314)) |
| 31 | +* **rdb**: add support for downloading a backup locally ([#1389](https://github.com/scaleway/scaleway-cli/pull/1389)) |
| 32 | +* **rdb**: allow setting initial settings while creating an RDB instance. ([#1376](https://github.com/scaleway/scaleway-cli/pull/1376)) |
| 33 | +* **registry**: add support for project ([#1339](https://github.com/scaleway/scaleway-cli/pull/1339)) |
| 34 | +* **vpc**: add support for VPC private-network ([#1420](https://github.com/scaleway/scaleway-cli/pull/1420)) |
| 35 | +* **vpc**: add support to see all servers in a given private network ([#1426](https://github.com/scaleway/scaleway-cli/pull/1426)) |
| 36 | +* **vpc**: add support to visualize private nic from instance get server ([#1429](https://github.com/scaleway/scaleway-cli/pull/1429)) |
| 37 | + |
| 38 | +### Fixes |
| 39 | + |
| 40 | +* **account**: fix a cli example ([#1418](https://github.com/scaleway/scaleway-cli/pull/1418)) |
| 41 | +* **gotty**: use new URLs ([#1413](https://github.com/scaleway/scaleway-cli/pull/1413)) |
| 42 | +* **human**: always print header line in empty list ([#1442](https://github.com/scaleway/scaleway-cli/pull/1442)) |
| 43 | +* **rdb**: fix argument parsing in backup wait ([#1430](https://github.com/scaleway/scaleway-cli/pull/1430)) |
| 44 | + |
3 | 45 | ## v2.0.0 (2020-07-16) |
4 | 46 |
|
5 | 47 | ### Features |
|
0 commit comments