From 92176b8328edd7e68fc6e806b76d9c054b9dcbf4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20L=C3=A9one?= Date: Thu, 19 Nov 2020 11:39:43 +0100 Subject: [PATCH] chore: release 2.2.3 --- CHANGELOG.md | 18 ++++++++++++++++++ README.md | 10 +++++----- cmd/scw/main.go | 2 +- 3 files changed, 24 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef282f7efc..0211519bd7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## v2.2.3 (2020-11-19) + +### Features + +* **iot**: anonymous devices support ([#1523](https://github.com/scaleway/scaleway-cli/pull/1523)) + +### Fixes + +* **instance**: fix documentation on server update ([#1527](https://github.com/scaleway/scaleway-cli/pull/1527)) +* **object**: mc: change generated Signature Version from v2 to v4 ([#1522](https://github.com/scaleway/scaleway-cli/pull/1522)) + +### Others + +* **rdb**: Add WAW region documentation ([#1536](https://github.com/scaleway/scaleway-cli/pull/1536)) +* **docs - instance**: add documentation on placement group ([#1520](https://github.com/scaleway/scaleway-cli/pull/1520)) + + + ## v2.2.2 (2020-11-02) ### Features diff --git a/README.md b/README.md index 8fc51a632c..1cac02f500 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.2/scw-2.2.2-darwin-x86_64" +curl -o /usr/local/bin/scw -L "https://github.com/scaleway/scaleway-cli/releases/download/v2.2.3/scw-2.2.3-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.2/scw-2.2.2-linux-x86_64" +sudo curl -o /usr/local/bin/scw -L "https://github.com/scaleway/scaleway-cli/releases/download/v2.2.3/scw-2.2.3-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.2/scw-2.2.2-windows-x86_64.exe
+You can download the last release here: https://github.com/scaleway/scaleway-cli/releases/download/v2.2.3/scw-2.2.3-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`.