Skip to content

Commit a8a34cb

Browse files
authored
chore: release 2.0.0 (#1249)
1 parent e11544a commit a8a34cb

File tree

3 files changed

+35
-13
lines changed

3 files changed

+35
-13
lines changed

CHANGELOG.md

Lines changed: 29 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
# Changelog
22

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+
332
## v2.0.0-beta.4 (2020-06-08)
433

534
### Features
@@ -11,9 +40,6 @@
1140
* **baremetal**: check that install status is not nil before installwait ([#1073](https://github.com/scaleway/scaleway-cli/pull/1073))
1241
* **init**: fix panic ([#1082](https://github.com/scaleway/scaleway-cli/pull/1082))
1342

14-
15-
16-
1743
## v2.0.0-beta.3 (2020-06-03)
1844

1945
### Features
@@ -80,9 +106,6 @@
80106
* **k8s**: remove oldbinpacking from autoscaler estimator ([#887](https://github.com/scaleway/scaleway-cli/pull/887))
81107
* **registry**: make name required on namespace creation ([#904](https://github.com/scaleway/scaleway-cli/pull/904))
82108

83-
84-
85-
86109
## v2.0.0-beta.2 (2020-03-25)
87110

88111
### Features
@@ -128,7 +151,6 @@
128151
* **marketplace**: hide column 'valid until' in marketplace list ([#719](https://github.com/scaleway/scaleway-cli/pull/719))
129152
* **sentry**: unknown error disappears ([#716](https://github.com/scaleway/scaleway-cli/pull/716))
130153

131-
132154
## v2.0.0-beta.1 (2020-02-14)
133155

134156
* First release 🎉

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-beta.4/scw-2-0-0-beta-4-darwin-x86_64"
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"
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-beta.4/scw-2-0-0-beta-4-linux-x86_64"
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"
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-beta.4/scw-2-0-0-beta-4-windows-x86_64.exe<br/>
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/>
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-beta.4/scw-v2-0-0-beta-4-${ARCH}.deb" -O /tmp/scw.deb
94+
wget "https://github.com/scaleway/scaleway-cli/releases/download/v2.0.0/scw-v2-0-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-beta.4
120+
docker run -i --rm scaleway/cli:v2.0.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-beta.4+dev" // ${BUILD_VERSION:-`git describe --tags --dirty --always`}"
16+
Version = "v2.0.0" // ${BUILD_VERSION:-`git describe --tags --dirty --always`}"
1717

1818
// These are initialized by the build script
1919

0 commit comments

Comments
 (0)