Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
51 changes: 51 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,56 @@
# Changelog

## v2.4.0 (2021-10-28)

### Features

* **baremetal**: add fr-par-1 and nl-ams-1 ([#1949](https://github.com/scaleway/scaleway-cli/pull/1949))
* **container**: initial support for v1beta1 ([#1990](https://github.com/scaleway/scaleway-cli/pull/1990))
* **dns**: update set command and fix doc ([#1947](https://github.com/scaleway/scaleway-cli/pull/1947))
* **domain**: add support for bind source and axfr source ([#1965](https://github.com/scaleway/scaleway-cli/pull/1965))
* **flexibleip**: add support for v1alpha1 ([#1984](https://github.com/scaleway/scaleway-cli/pull/1984))
* **flexibleip**: reorder columns and make fip_id positional in update and delete ([#1996](https://github.com/scaleway/scaleway-cli/pull/1996))
* **function**: enable support for v1beta1 ([#2002](https://github.com/scaleway/scaleway-cli/pull/2002))
* **instance**: add order field in list servers ([#1923](https://github.com/scaleway/scaleway-cli/pull/1923))
* **instance**: add support for ent instances ([#1898](https://github.com/scaleway/scaleway-cli/pull/1898))
* **iot**: add support for twins-graphite-config ([#1962](https://github.com/scaleway/scaleway-cli/pull/1962))
* **k8s**: add support for k8s types ([#1958](https://github.com/scaleway/scaleway-cli/pull/1958))
* **lb**: add support for fr-par-2 ([#1961](https://github.com/scaleway/scaleway-cli/pull/1961))
* **lb**: add support for http_header_match ([#1950](https://github.com/scaleway/scaleway-cli/pull/1950))
* **rdb**: add support for PrivateNetwork and LoadBalancer in Endpoint ([#1960](https://github.com/scaleway/scaleway-cli/pull/1960))
* **rdb**: add support for log purging and certificate renew ([#1994](https://github.com/scaleway/scaleway-cli/pull/1994))
* **vpcgw**: add initial support for v1 ([#2003](https://github.com/scaleway/scaleway-cli/pull/2003))

### Fixes

* cloud-init param for instance was not working ([#1943](https://github.com/scaleway/scaleway-cli/pull/1943))
* use kubernetes-client/go-base for kubeconfig marshaling ([#1955](https://github.com/scaleway/scaleway-cli/pull/1955))

### Others

* **chore - deps**: bump github.com/containerd/console from 1.0.2 to 1.0.3 ([#1967](https://github.com/scaleway/scaleway-cli/pull/1967))
* **chore - deps**: bump github.com/fatih/color from 1.12.0 to 1.13.0 ([#1970](https://github.com/scaleway/scaleway-cli/pull/1970))
* **chore - deps**: bump github.com/fatih/color from 1.7.0 to 1.13.0 ([#1981](https://github.com/scaleway/scaleway-cli/pull/1981))
* **chore - deps**: bump github.com/mattn/go-colorable from 0.0.9 to 0.1.11 ([#1982](https://github.com/scaleway/scaleway-cli/pull/1982))
* **chore - deps**: bump github.com/mattn/go-colorable from 0.1.8 to 0.1.11 ([#1968](https://github.com/scaleway/scaleway-cli/pull/1968))
* **chore - deps**: bump path-parse from 1.0.6 to 1.0.7 in /scripts/release ([#1953](https://github.com/scaleway/scaleway-cli/pull/1953))
* **chore - deps**: bump trim-newlines from 3.0.0 to 3.0.1 in /scripts/release ([#1928](https://github.com/scaleway/scaleway-cli/pull/1928))
* **chore**: add support for dependabot ([#1966](https://github.com/scaleway/scaleway-cli/pull/1966))
* **chore**: bump dependencies ([#1945](https://github.com/scaleway/scaleway-cli/pull/1945))
* **chore**: bump go version ([#1971](https://github.com/scaleway/scaleway-cli/pull/1971))
* **chore**: bump scaleway sdk ([#1977](https://github.com/scaleway/scaleway-cli/pull/1977))
* **chore**: bump sdk ([#1963](https://github.com/scaleway/scaleway-cli/pull/1963))
* **chore**: bump sdk ([#2001](https://github.com/scaleway/scaleway-cli/pull/2001))
* **chore**: cleanup after v2.3.1 release ([#1925](https://github.com/scaleway/scaleway-cli/pull/1925))
* **chore**: remove matomo analytics ([#1957](https://github.com/scaleway/scaleway-cli/pull/1957))
* **docs - instance**: fix example for image create ([#1995](https://github.com/scaleway/scaleway-cli/pull/1995))
* **docs - instance**: fix example for image create ([#1995](https://github.com/scaleway/scaleway-cli/pull/1995))
* **docs - k8s**: fix examples for pool ([#1976](https://github.com/scaleway/scaleway-cli/pull/1976))
* **docs - rdb**: add precision in short for log policy max age retention ([#1998](https://github.com/scaleway/scaleway-cli/pull/1998))
* **docs**: add generated documentation for fip and function ([#1999](https://github.com/scaleway/scaleway-cli/pull/1999))



## v2.3.1 (2021-06-08)

### Features
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.1/scw-2.3.1-darwin-x86_64"
curl -o /usr/local/bin/scw -L "https://github.com/scaleway/scaleway-cli/releases/download/v2.4.0/scw-2.4.0-darwin-x86_64"

# Allow executing file as program
chmod +x /usr/local/bin/scw
Expand All @@ -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.3.1/scw-2.3.1-linux-x86_64"
sudo curl -o /usr/local/bin/scw -L "https://github.com/scaleway/scaleway-cli/releases/download/v2.4.0/scw-2.4.0-linux-x86_64"

# Allow executing file as program
sudo chmod +x /usr/local/bin/scw
Expand All @@ -89,7 +89,7 @@ scw init

#### Windows

You can download the last release here: https://github.com/scaleway/scaleway-cli/releases/download/v2.3.1/scw-2.3.1-windows-x86_64.exe<br/>
You can download the last release here: https://github.com/scaleway/scaleway-cli/releases/download/v2.4.0/scw-2.4.0-windows-x86_64.exe<br/>
[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`.

<!-- TODO:
Expand All @@ -100,7 +100,7 @@ First, download [the `.deb` file](https://github.com/scaleway/scaleway-cli/relea

```bash
export ARCH=amd64 # Can be 'amd64', 'arm', 'arm64' or 'i386'
wget "https://github.com/scaleway/scaleway-cli/releases/download/v2.3.1/scw-v2.3.1-${ARCH}.deb" -O /tmp/scw.deb
wget "https://github.com/scaleway/scaleway-cli/releases/download/v2.4.0/scw-v2.4.0-${ARCH}.deb" -O /tmp/scw.deb
```

Then, run the installation and remove the `.deb` file:
Expand All @@ -126,7 +126,7 @@ docker run scaleway/cli version
You can use the CLI as you would run any Docker image:

```sh
docker run -i --rm scaleway/cli:v2.3.1
docker run -i --rm scaleway/cli:v2.4.0
```

See more in-depth information about running the CLI in Docker [here](./docs/docker.md)
Expand Down
2 changes: 1 addition & 1 deletion cmd/scw/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (

var (
// Version is updated manually
Version = "v2.3.1+dev" // ${BUILD_VERSION:-`git describe --tags --dirty --always`}"
Version = "v2.4.0" // ${BUILD_VERSION:-`git describe --tags --dirty --always`}"

// These are initialized by the build script

Expand Down