From d1fe6582d9dcc3dd6852982a12af8379769e9f00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20L=C3=A9one?= Date: Mon, 2 Nov 2020 14:38:59 +0100 Subject: [PATCH] chore: release 2.2.2 --- CHANGELOG.md | 20 ++++++++++++++++++++ README.md | 10 +++++----- cmd/scw/main.go | 2 +- 3 files changed, 26 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05bcff80c7..ef282f7efc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## v2.2.2 (2020-11-02) + +### Features + +* **instance**: remove monthly prices from server types list ([#1509](https://github.com/scaleway/scaleway-cli/pull/1509)) +* **k8s**: add oidc config ([#1495](https://github.com/scaleway/scaleway-cli/pull/1495)) + +### Fixes + +* **docker**: use alpine and add openssh-client ([#1502](https://github.com/scaleway/scaleway-cli/pull/1502)) +* **instance**: allow unknown commerical types ([#1500](https://github.com/scaleway/scaleway-cli/pull/1500)) +* **instance**: disable dynamic IP on none ([#1503](https://github.com/scaleway/scaleway-cli/pull/1503)) +* **scripts**: use dots instead of dashes in binary name version ([#1492](https://github.com/scaleway/scaleway-cli/pull/1492)) + +### Others + +* **chore - instance**: add support for STARDUST1-S autocomplete ([#1512](https://github.com/scaleway/scaleway-cli/pull/1512)) + + + ## v2.2.1 (2020-10-20) ### Fixes diff --git a/README.md b/README.md index 640e405ceb..8fc51a632c 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ echo $PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin # Download the release from github -curl -o /usr/local/bin/scw -L "https://github.com/scaleway/scaleway-cli/releases/download/v2.2.1/scw-2.2.1-darwin-x86_64" +curl -o /usr/local/bin/scw -L "https://github.com/scaleway/scaleway-cli/releases/download/v2.2.2/scw-2.2.2-darwin-x86_64" # Allow executing file as program chmod +x /usr/local/bin/scw @@ -78,7 +78,7 @@ scw init ```bash # Download the release from github -sudo curl -o /usr/local/bin/scw -L "https://github.com/scaleway/scaleway-cli/releases/download/v2.2.1/scw-2.2.1-linux-x86_64" +sudo curl -o /usr/local/bin/scw -L "https://github.com/scaleway/scaleway-cli/releases/download/v2.2.2/scw-2.2.2-linux-x86_64" # Allow executing file as program sudo chmod +x /usr/local/bin/scw @@ -89,7 +89,7 @@ scw init #### Windows -You can download the last release here: https://github.com/scaleway/scaleway-cli/releases/download/v2.2.1/scw-2.2.1-windows-x86_64.exe
+You can download the last release here: https://github.com/scaleway/scaleway-cli/releases/download/v2.2.2/scw-2.2.2-windows-x86_64.exe
[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`.