|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## v2.0.0 (2020-07-16) |
| 4 | + |
| 5 | +### Features |
| 6 | + |
| 7 | +* **autocomplete**: improve error message in autocomplete install ([#1102](https://github.com/scaleway/scaleway-cli/pull/1102)) |
| 8 | +* **config**: add profile activate command ([#1206](https://github.com/scaleway/scaleway-cli/pull/1206)) |
| 9 | +* **config**: add support for default-project-id in config set ([#1197](https://github.com/scaleway/scaleway-cli/pull/1197)) |
| 10 | +* **core**: add support for autocomplete on bool value ([#1081](https://github.com/scaleway/scaleway-cli/pull/1081)) |
| 11 | +* **core**: add support for custom column in human printer ([#1158](https://github.com/scaleway/scaleway-cli/pull/1158)) |
| 12 | +* **core**: add a retry system ([#1103](https://github.com/scaleway/scaleway-cli/pull/1103)) |
| 13 | +* **core**: improve json format for CLI error ([#1184](https://github.com/scaleway/scaleway-cli/pull/1184)) |
| 14 | +* **info**: add an info command to show current active config ([#1075](https://github.com/scaleway/scaleway-cli/pull/1075)) |
| 15 | +* **instance**: add project to resource IP ([#1129](https://github.com/scaleway/scaleway-cli/pull/1129)) |
| 16 | +* **instance**: add support for cloud-init ([#1145](https://github.com/scaleway/scaleway-cli/pull/1145)) |
| 17 | +* **instance**: add support for projects in ip ([#1150](https://github.com/scaleway/scaleway-cli/pull/1150)) |
| 18 | +* **instance**: improve human output for volume-type list ([#1213](https://github.com/scaleway/scaleway-cli/pull/1213)) |
| 19 | +* **k8s**: add nl-ams region ([#1107](https://github.com/scaleway/scaleway-cli/pull/1107)) |
| 20 | +* **k8s**: add option to wait for pools in the wait for cluster ([#1193](https://github.com/scaleway/scaleway-cli/pull/1193)) |
| 21 | +* **k8s**: add support for traefik2 ingress ([#1095](https://github.com/scaleway/scaleway-cli/pull/1095)) |
| 22 | +* **k8s**: improve human marshaller for cluster ([#1201](https://github.com/scaleway/scaleway-cli/pull/1201)) |
| 23 | +* **rdb**: add rdb product ([#1151](https://github.com/scaleway/scaleway-cli/pull/1151)) |
| 24 | + |
| 25 | +### Fixes |
| 26 | + |
| 27 | +* **core**: exit code is now 1 for unknown commands ([#1069](https://github.com/scaleway/scaleway-cli/pull/1069)) |
| 28 | +* **core**: improve validation of zone and region args ([#1122](https://github.com/scaleway/scaleway-cli/pull/1122)) |
| 29 | +* **init**: rely on token organization ([#1146](https://github.com/scaleway/scaleway-cli/pull/1146)) |
| 30 | +* **instance**: boot_type mode on create server ([#1225](https://github.com/scaleway/scaleway-cli/pull/1225)) |
| 31 | + |
3 | 32 | ## v2.0.0-beta.4 (2020-06-08) |
4 | 33 |
|
5 | 34 | ### Features |
|
11 | 40 | * **baremetal**: check that install status is not nil before installwait ([#1073](https://github.com/scaleway/scaleway-cli/pull/1073)) |
12 | 41 | * **init**: fix panic ([#1082](https://github.com/scaleway/scaleway-cli/pull/1082)) |
13 | 42 |
|
14 | | - |
15 | | - |
16 | | - |
17 | 43 | ## v2.0.0-beta.3 (2020-06-03) |
18 | 44 |
|
19 | 45 | ### Features |
|
80 | 106 | * **k8s**: remove oldbinpacking from autoscaler estimator ([#887](https://github.com/scaleway/scaleway-cli/pull/887)) |
81 | 107 | * **registry**: make name required on namespace creation ([#904](https://github.com/scaleway/scaleway-cli/pull/904)) |
82 | 108 |
|
83 | | - |
84 | | - |
85 | | - |
86 | 109 | ## v2.0.0-beta.2 (2020-03-25) |
87 | 110 |
|
88 | 111 | ### Features |
|
128 | 151 | * **marketplace**: hide column 'valid until' in marketplace list ([#719](https://github.com/scaleway/scaleway-cli/pull/719)) |
129 | 152 | * **sentry**: unknown error disappears ([#716](https://github.com/scaleway/scaleway-cli/pull/716)) |
130 | 153 |
|
131 | | - |
132 | 154 | ## v2.0.0-beta.1 (2020-02-14) |
133 | 155 |
|
134 | 156 | * First release 🎉 |
0 commit comments