Skip to content

Commit b4a9408

Browse files
authored
chore: release v2.0.0-beta.2 (#806)
1 parent 071f4ab commit b4a9408

File tree

3 files changed

+51
-5
lines changed

3 files changed

+51
-5
lines changed

CHANGELOG.md

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

3+
## v2.0.0-beta.2 (2020-03-25)
4+
5+
### Features
6+
7+
* **autocomplete**: handle positional arguments ([#769](https://github.com/scaleway/scaleway-cli/pull/769))
8+
* **baremetal**: add list server command ([#726](https://github.com/scaleway/scaleway-cli/pull/726))
9+
* **baremetal**: add generated commands ([#758](https://github.com/scaleway/scaleway-cli/pull/758))
10+
* **baremetal**: add ip and os commands ([#790](https://github.com/scaleway/scaleway-cli/pull/790))
11+
* **core**: improve human marshal for nil value ([#737](https://github.com/scaleway/scaleway-cli/pull/737))
12+
* **core**: remove boolean without value in args ([#767](https://github.com/scaleway/scaleway-cli/pull/767))
13+
* **core**: implement struct required validation ([#751](https://github.com/scaleway/scaleway-cli/pull/751))
14+
* **core**: positional argument ([#759](https://github.com/scaleway/scaleway-cli/pull/759))
15+
* **core**: support colors on windows ([#734](https://github.com/scaleway/scaleway-cli/pull/734))
16+
* **instance**: add server wait command ([#727](https://github.com/scaleway/scaleway-cli/pull/727))
17+
* **instance**: add tags and zone fields to IP methods ([#724](https://github.com/scaleway/scaleway-cli/pull/724))
18+
* **instance**: improve volume deletion on server delete ([#730](https://github.com/scaleway/scaleway-cli/pull/730))
19+
* **instance**: rename image create extra-volumes arg into additional-volumes ([#723](https://github.com/scaleway/scaleway-cli/pull/723))
20+
* **instance**: enhance server type listing ([#732](https://github.com/scaleway/scaleway-cli/pull/732))
21+
* **instance**: for `image create` rename `root-volume` into `snapshot-id` ([#718](https://github.com/scaleway/scaleway-cli/pull/718))
22+
* **instance**: reorder instance server list collumns ([#738](https://github.com/scaleway/scaleway-cli/pull/738))
23+
* **k8s**: add k8s namespace ([#745](https://github.com/scaleway/scaleway-cli/pull/745))
24+
* **k8s**: add k8s in available namespace ([#746](https://github.com/scaleway/scaleway-cli/pull/746))
25+
* **k8s**: add kubeconfig commands ([#757](https://github.com/scaleway/scaleway-cli/pull/757))
26+
* **k8s**: add node, version, pool ([#778](https://github.com/scaleway/scaleway-cli/pull/778))
27+
* **k8s**: add version commands ([#775](https://github.com/scaleway/scaleway-cli/pull/775))
28+
* **k8s**: add wait and status color to k8s node ([#774](https://github.com/scaleway/scaleway-cli/pull/774))
29+
* **k8s**: add wait and status color to k8s pool ([#773](https://github.com/scaleway/scaleway-cli/pull/773))
30+
* **k8s**: add wait flag to cluster actions ([#752](https://github.com/scaleway/scaleway-cli/pull/752))
31+
32+
### Fixes
33+
34+
* **core**: disable check args exist valid for raw ([#788](https://github.com/scaleway/scaleway-cli/pull/788))
35+
* **core**: better hint on positional argument ([#799](https://github.com/scaleway/scaleway-cli/pull/799))
36+
* **core**: recursive arg validation ([#712](https://github.com/scaleway/scaleway-cli/pull/712))
37+
* **init**: autocomplete install eval line ([#728](https://github.com/scaleway/scaleway-cli/pull/728))
38+
* **instance**: remove placement-group-server ([#761](https://github.com/scaleway/scaleway-cli/pull/761))
39+
* **instance**: add zone to clear security group ([#729](https://github.com/scaleway/scaleway-cli/pull/729))
40+
* **instance**: make inbound-default-policy and outbound-default-policy optional in update security-group ([#754](https://github.com/scaleway/scaleway-cli/pull/754))
41+
* **instance**: remove bootscript resource ([#736](https://github.com/scaleway/scaleway-cli/pull/736))
42+
* **instance**: use zone field in listing ([#731](https://github.com/scaleway/scaleway-cli/pull/731))
43+
* **instance**: hide deprecated instance for scw instance server-type list ([#733](https://github.com/scaleway/scaleway-cli/pull/733))
44+
* **k8s**: return cluster on wait flags ([#776](https://github.com/scaleway/scaleway-cli/pull/776))
45+
* **marketplace**: hide column 'valid until' in marketplace list ([#719](https://github.com/scaleway/scaleway-cli/pull/719))
46+
* **sentry**: unknown error disappears ([#716](https://github.com/scaleway/scaleway-cli/pull/716))
47+
48+
349
## v2.0.0-beta.1 (2020-02-14)
450

551
* First release 🎉

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ echo $PATH
7070
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
7171

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

7575
# Allow executing file as program
7676
chmod +x /usr/local/bin/scw
@@ -83,7 +83,7 @@ scw init
8383

8484
```bash
8585
# Download the release from github
86-
sudo curl -o /usr/local/bin/scw -L "https://github.com/scaleway/scaleway-cli/releases/download/v2.0.0-beta.1/scw-v2.0.0-beta.1-linux-x86_64"
86+
sudo curl -o /usr/local/bin/scw -L "https://github.com/scaleway/scaleway-cli/releases/download/v2.0.0-beta.2/scw-v2-0-0-beta-2-linux-x86_64"
8787

8888
# Allow executing file as program
8989
sudo chmod +x /usr/local/bin/scw
@@ -94,7 +94,7 @@ scw init
9494

9595
#### Windows
9696

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

100100
<!-- TODO:
@@ -105,7 +105,7 @@ First, download [the `.deb` file](https://github.com/scaleway/scaleway-cli/relea
105105
106106
```bash
107107
export ARCH=amd64 # Can be 'amd64', 'arm', 'arm64' or 'i386'
108-
wget "https://github.com/scaleway/scaleway-cli/releases/download/v2.0.0-beta.1/scw-v2.0.0-beta.1-${ARCH}.deb" -O /tmp/scw.deb
108+
wget "https://github.com/scaleway/scaleway-cli/releases/download/v2.0.0-beta.2/scw-v2-0-0-beta-2-${ARCH}.deb" -O /tmp/scw.deb
109109
```
110110
111111
Then, run the installation and remove the `.deb` file:

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.1+dev" // ${BUILD_VERSION:-`git describe --tags --dirty --always`}"
16+
Version = "v2.0.0-beta.2" // ${BUILD_VERSION:-`git describe --tags --dirty --always`}"
1717

1818
// These are initialized by the build script
1919

0 commit comments

Comments
 (0)