Skip to content

Commit 5438382

Browse files
authored
chore: release 2.1.0 (#1451)
1 parent 1be63e4 commit 5438382

File tree

3 files changed

+48
-6
lines changed

3 files changed

+48
-6
lines changed

CHANGELOG.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,47 @@
11
# Changelog
22

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+
345
## v2.0.0 (2020-07-16)
446

547
### Features

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ echo $PATH
5656
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
5757

5858
# Download the release from github
59-
curl -o /usr/local/bin/scw -L "https://github.com/scaleway/scaleway-cli/releases/download/v2.0.0/scw-2-0-0-darwin-x86_64"
59+
curl -o /usr/local/bin/scw -L "https://github.com/scaleway/scaleway-cli/releases/download/v2.1.0/scw-2-1-0-darwin-x86_64"
6060

6161
# Allow executing file as program
6262
chmod +x /usr/local/bin/scw
@@ -69,7 +69,7 @@ scw init
6969

7070
```bash
7171
# Download the release from github
72-
sudo curl -o /usr/local/bin/scw -L "https://github.com/scaleway/scaleway-cli/releases/download/v2.0.0/scw-2-0-0-linux-x86_64"
72+
sudo curl -o /usr/local/bin/scw -L "https://github.com/scaleway/scaleway-cli/releases/download/v2.1.0/scw-2-1-0-linux-x86_64"
7373

7474
# Allow executing file as program
7575
sudo chmod +x /usr/local/bin/scw
@@ -80,7 +80,7 @@ scw init
8080

8181
#### Windows
8282

83-
You can download the last release here: https://github.com/scaleway/scaleway-cli/releases/download/v2.0.0/scw-2-0-0-windows-x86_64.exe<br/>
83+
You can download the last release here: https://github.com/scaleway/scaleway-cli/releases/download/v2.1.0/scw-2-1-0-windows-x86_64.exe<br/>
8484
[This official guide](https://docs.microsoft.com/en-us/previous-versions/office/developer/sharepoint-2010/ee537574%28v%3Doffice.14%29) explains how to add tools to your `PATH`.
8585

8686
<!-- TODO:
@@ -91,7 +91,7 @@ First, download [the `.deb` file](https://github.com/scaleway/scaleway-cli/relea
9191
9292
```bash
9393
export ARCH=amd64 # Can be 'amd64', 'arm', 'arm64' or 'i386'
94-
wget "https://github.com/scaleway/scaleway-cli/releases/download/v2.0.0/scw-v2-0-0-${ARCH}.deb" -O /tmp/scw.deb
94+
wget "https://github.com/scaleway/scaleway-cli/releases/download/v2.1.0/scw-v2-1-0-${ARCH}.deb" -O /tmp/scw.deb
9595
```
9696
9797
Then, run the installation and remove the `.deb` file:
@@ -117,7 +117,7 @@ docker run scaleway/cli version
117117
You can use the CLI as you would run any Docker image:
118118

119119
```sh
120-
docker run -i --rm scaleway/cli:v2.0.0
120+
docker run -i --rm scaleway/cli:v2.1.0
121121
```
122122

123123
See more in-depth information about running the CLI in Docker [here](./docs/docker.md)

cmd/scw/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313

1414
var (
1515
// Version is updated manually
16-
Version = "v2.0.0+dev" // ${BUILD_VERSION:-`git describe --tags --dirty --always`}"
16+
Version = "v2.1.0" // ${BUILD_VERSION:-`git describe --tags --dirty --always`}"
1717

1818
// These are initialized by the build script
1919

0 commit comments

Comments
 (0)