Skip to content

v2.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 25 May 12:32
· 1401 commits to master since this release
1ada358

Changelog (since 2.1.0)

Breaking changes

bcd8514 BREAKING CHANGE(lb): switch from regional to zoned API (#826)

Before (Region) After (Zone)
region = "fr-par" zone = "fr-par-1"
region = "nl-ams" zone = "nl-ams-1"
region = "pl-waw" zone = "pl-waw-1"

Before

resource "scaleway_lb" "main" {
   ...
  region = "fr-par"
   ...
}

After

resource "scaleway_lb" "main" {
   ...
  zone = "fr-par-1"
   ...
}

for all region just use the first zone.

Features

all

f5383fb feat: only return warnings for non public locality (#816)
e63d6ac docs: Describing how to run acceptance scenario (#817)

Instance

a565f67 feat(instance): add support for snapshot (#815)

LB

8c5ca5c doc(lb): fix documentation (#821)

RDB

1ada358 feat(rdb): add support for acl rules (#784)
661e80d feat(rdb): add support for database (#782)
d72b0b9 feat(rdb): add volume_type and size to RDB instance (#811)

Chore

6863c77 chore: cleanup code (#827)
778dc3c chore: bump sdk (#813)

K8s

6487bfb feat(k8s): change default runtime to containers (#810)

Fix

all

1650b19 fix(provider): use api_url (#803)

Instance

9a7ffbe fix(Instance/Volume): size_in_db should not be set when importing volume (#837)
c4c6547 fix(instance): Wait for the volume after resizing it (#836)
effe43c fix(instance): add missing zone in a volume request (#820)

LB

6006159 fix(lb): handle 403 http code for lb ip (#800)

Object

158f0e9 fix(object): fix failing acceptance tests (#808)

Chore

168b56b chore: fix tfprovider lint (#804)