Skip to content

Releases: scaleway/terraform-provider-scaleway

v2.2.2

22 Jun 12:43
9c54d52
Compare
Choose a tag to compare

Changelog

Feat

  • 4f65569 feat(rdb): add support for database backup (#783)
  • 3f7e1a5 feat(function): add support for function (#1109)
  • 262a71c feat(redis): add support for endpoints (#1263)
  • 6e4aa8d feat(instance): add instance_servers data source (#1264)
  • 93f5c03 feat(container): add destroy_registry field to container namespace (#1321)
  • cb300f2 feat(vpc-gw): add support for SSH bastion (#1255)

Fix

  • 377cdc0 fix(k8s): fix waiting for multicloud cluster (#1325)
  • e2625b3 fix(k8s): fix k8s oidc lists update and fix test (#1326)
  • 9c54d52 fix(provider): add test for multiple providers (#1283)
  • 1db16a6 fix(rdb_privilege): rdb_privilege not being deleted (#1334)
  • 593ddff fix: force update empty list if a string list has been updated to an empty list (#1333)
  • fcc1c34 fix(vpc-dhcp-reservation): add ForceNew on mac_address field for DHCP reservation (#1274)
  • c10f4c3 fix(rdb): add validation on database name and explicit depends_on (#1273)
  • df74644 fix(vpc): optional booleans (#1323)
  • d4210a1 fix(object): fix cors update test (#1319)
  • 00f0991 fix: add timeout values in schema when they're being used (#1320)
  • 618b500 fix(lbip): remove unused retry in lbip read (#1314)
  • ca58bde fix: remove GetOk usage with optional boolean (#1316)
  • 53cb4ff fix(instance): Fix block volume detach when no additional volumes remaining (#789)
  • bd36f66 fix(rdb-acl): set information on schema (#1270)
  • 534d1d2 fix(vpc): fix typo on pool_high setting (#1301)
  • 8afb07b Fix(lb): fix test case with multiple private networks (#1281)
  • 9c253f1 fix: fix checkdestroy function (#1276)
  • b496953 fix(lb): add ForceNew to the schema of the certificate (#1275)

Docs

  • 8b1bb00 docs(k8s): add a upgrade guide for pools (#1280)
  • ed4a48e doc(instance_private_nic): added zone field doc & fix typo (#1328)
  • d8f9186 doc(redis): fixed markdownlint errors in doc (#1330)
  • 8033c72 doc(instance_security_group_rules): add rule port_range field doc (#1318)
  • c1cee74 doc(rdb): add details for rdb instance settings option (#1305)
  • 674adda docs: add documentation about debugging (#1279)

Chores

v2.2.1

10 May 16:12
9d114cd
Compare
Choose a tag to compare

Changelog

New features

  • 9d114cd feat: add support for devcontainer (#1246)
  • 10918ad feat(redis): add support for cluster resource (#1238)
  • e20ff09 feat(redis): add data source (#1245)
  • 7a04fe0 feat(redis): add cluster settings (#1258)
  • 58d0db9 feat(redis): add redis acl (#1256)
  • 5bba67b feat(iot): add iot hub and device datasource (#1262)
  • 1b7e08c feat(domain): DNAME support and improve performance when using record ID (#1113)
  • be51284 feat(baremetal): add support for os data source (#857)
  • 7c5234c feat(domain): add waiting process for dns zone and associated reverse test (#1217)
  • f55c798 feat(dhcp-reservation): add retry and timeout for gateway network (#1223)
  • 324dc24 feat(baremetal): add data source for baremetal server (#805)
  • fa90a79 feat(lb): add support for http_filter_option (#1229)

Bug fixes

  • bcca1e0 fix: set resource id to "" when resource is found absent (#1241)
  • 03fdc67 fix(lb): check private network status (#1259)
  • ec9e66a fix(baremetal): fix os example and test (#1253)
  • 0177ef4 fix(dhcp): typo attribute with check elements on list (#1242)
  • 26372fc fix(pat-rules): check attributes on update process (#1248)
  • 7708a19 fix(rdb): fix acl test (#1221)
  • f8d76aa fix(iot): fix and skip some IoT tests (#1224)
  • 9b47f8f fix(DHCP-reservation) update static ip and add test for update case (#1222)
  • e511cf1 fix(account): fix conflict when renaming a resource (#714)
  • f167df6 fix(baremetal): rename offer with new name (#1212)
  • 5000f07 fix(object): add region to the state during a read (#1239)
  • d7bb4eb fix(dns): add support for TXT record and helpers (#1235)

Documentation

  • 0b1c208 doc(redis): added documentation for redis cluster (#1257)
  • 01d8145 docs: fix typos in lb_ip documentation (#1237)
  • 1e470ea feat(docs): add cluster type to k8s_cluster.mds (#1228)
  • a73ab00 improve(doc): add configuration to allow the instances to access internet (#1247)

v2.2.1-rc.3

15 Apr 08:16
a49039c
Compare
Choose a tag to compare

Changelog

  • a49039c feat(private-network): add wait process for private networks on instance (#1210)
  • c70f0b6 fix(instance): add support for handling empty security-groups tags (#1206)
  • 55dbcc5 chore(instance): add support for fast retries with cassettes (#1194)
  • cbcee30 chore(iot): add support for fast retry with cassettes (#1192)
  • 4ef8327 fix(instance-ip-reverse): documentation and test (#1207)
  • 97659bb fix(lb-frontend): test (#1208)
  • 33724f0 remove instance from placement group before destroy (#1205)
  • abd853a Tags loose contraints (#1203)
  • b68b6e2 chore(rdb): add support for fast retries with cassettes (#1197)
  • 7745567 chore(vpc): add support for quick retries with cassettes (#1198)
  • 8345648 chore(registry): add support for fast retry with cassettes (#1191)
  • 8aa02d8 chore(function): add support for fast retry with cassettes (#1189)
  • d9ae345 chore(container): add support for fast retry with cassettes (#1190)
  • 32c2bdb chore(k8s): add support for quick retries with cassettes (#1195)
  • 76cc42b chore(baremetal): add support for fast retries with cassettes (#1193)
  • 209531f chore(apple-silicon): add support for fast retry with cassettes (#1188)

v2.2.1-rc.2

06 Apr 15:54
487d9d6
Compare
Choose a tag to compare

What's Changed

New features

  • Add volume_type param in the root_volume of a server by @clement-gilbert in #1125
  • Change the computed volume size of an instance by @clement-gilbert in #1119
  • feat(apple-silicon): add documentation and missing types by @Monitob in #1088
  • feat(baremetal): add configurable timeout by @remyleone in #1164
  • feat(cassettes): add check for cassettes interactions by @Monitob in #1145
  • feat(container): add resource container namespace by @Monitob in #1107
  • feat(container): add resource containers as service by @Monitob in #1103
  • feat(deps): bump go vcr v2.0.1 by @Monitob in #1078
  • feat(dhcp-reservation): add resource dhcp reservation by @Monitob in #1156
  • feat(function): add support for namespace by @remyleone in #1104
  • feat(function): fix cassettes by @remyleone in #1133
  • feat(instance): add configurable timeout for snapshot by @remyleone in #1166
  • feat(instance): add support for configurable timeout by @remyleone in #1165
  • feat(instance): add support for configurable timeout for volume by @remyleone in #1167
  • feat(instance): add support for tags for security groups by @remyleone in #1124
  • feat(instance): add support for tags in ip by @remyleone in #1130
  • feat(instance): add support for tags in placement group by @remyleone in #1132
  • feat(instance): add support for tags in snapshot by @remyleone in #1131
  • feat(instance): add support for tags in volume by @remyleone in #1129
  • feat(iot): add support for configurable timeout in hub by @remyleone in #1177
  • feat(k8s): add support for configurable timeout by @remyleone in #1179
  • feat(lb): add data source lb-certificate by @Monitob in #1153
  • feat(lb): add support for certificates id list by @Monitob in #1152
  • feat(lb): add support for configurable certificate timeout by @remyleone in #1172
  • feat(lb): add support for configurable timeout by @remyleone in #1173
  • feat(lb): add support for configurable timeout for backend by @remyleone in #1175
  • feat(lb): add support for configurable timeout for frontend by @remyleone in #1170
  • feat(lb): add support for configurable timeout for ip by @remyleone in #1171
  • feat(obj): add force_destroy option to bucket resource by @Codelax in #1087
  • feat(obj): add lifecycle to object-storage by @Monitob in #1065
  • feat(obj): data source object storage by @Monitob in #1068
  • feat(rdb): add backup_same_region attribute by @Monitob in #1184
  • feat(rdb): add support for configurable timeout by @remyleone in #1178
  • feat(registry): add support for configurable timeout in namespace by @remyleone in #1176
  • feat(registry): add waiting process to registry namespace by @Monitob in #1128
  • feat(vpc-gw): add support for configurable timeout for pat rules by @remyleone in #1169
  • feat(vpc-gw): add support for configurable timeout for public gateway by @remyleone in #1168
  • feat(vpcgw): add data source pat rules by @Monitob in #1093
  • fix: add default retry interval by @remyleone in #1149
  • fix(baremetal): update offer used in test of data source baremetal offer by @Monitob in #1134
  • fix(dhcp): default values and read by @Monitob in #1157
  • Fix(domain): issue on data attribute by @Monitob in #1081
  • fix(domain): avoid root zone deletion attempt by @jerjako in #1092
  • fix(domain): set name as optional by @Monitob in #1155
  • fix(domain): test create zone by @jerjako in #1098
  • fix(function): add function to nightly tests by @remyleone in #1108
  • fix(instance): fix empty tags list by @remyleone in #1136
  • fix(lb): fix assignation of ip zone and make region computed by @Monitob in #1071
  • fix(lb): parse load balander id in frontend by @Monitob in #1110
  • fix(rdb-acl): tags, ACL description attribute and documentation by @Monitob in #1180
  • Fix(rdb-user- privileges): add check user and retry process by @Monitob in #1057

Documentation

New Contributors

Full Changelog: v2.2.1-rc.1...v2.2.1-rc.2

v2.2.1-rc.1

31 Jan 16:17
af73000
Compare
Choose a tag to compare

Changelog

Feat

  • 9bb51ae feat(domain-zone): Add resource and datasource for domain zone (#1027)
  • 6402335 feat(lb): add wait lb certificate (#1033)

Fix

  • 8ef8dd0 fix(vpc_gw_dhcp): Properly set fields that should default to true (#1058)
  • 7c146cc Fix(k8s): set waiting pool ready as mandatory (#1045)
  • 327a1db Fix(k8s): cluster waiting pool (#1031)
  • ccd3a2f Fix(instance): check private network and add test case (#1043)
  • c024be4 Fix(AppleSilicon): fix RDB read into AS read (#1041)
  • b084aa1 fix(lb): ip cassette (#1034)
  • 2ee0acd Fix(lb): wait on read lb and add wait to sweeper test. (#1028)
  • e41e972 fix(domain-record): Add dns_zone to tfstate when using terraform import (#1024)
  • 9d67362 Fix(lb): release_ip deprecated (#1020)

Chore

  • db61953 Fix(tfterraformlint): bump v0.28.0 and update helpers (#1060)
  • c36c4a1 chore: update to use v2 imports (#990)
  • cc8bee8 docs(readme): delete terraform logo and update documentation (#988)

v2.2.0

31 Dec 10:51
24df682
Compare
Choose a tag to compare

Changelog

NEW FEATURES:

BUG FIXES:

New Contributors

Full Changelog: v2.1.0...v2.2.0

CHORES:

v2.1.0

25 May 12:32
1ada358
Compare
Choose a tag to compare

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)

v2.0.0

22 Mar 17:32
ef5578f
Compare
Choose a tag to compare

Changelog (since v2.0.0-rc.2)

ef5578f feat(k8s): remove dashboard and ingress fields (#798)
cca1467 doc(object): fix link to canned ACL in bucket configuration (#792)
ada4f28 fix(rdb): make settings computed (#785)
c1ca6bf chore: update go version to enable darwin/arm64 (m1) support (#787)
231b483 chore: rename meta argument from m to meta (#786)

Changelog (since v1.17)

Breaking changes

c89b594 BREAKING CHANGE(instance): use TypeMap for user_data and remove user… (#738)
3fe3e5c BREAKING CHANGE: make organization_id computed (#746)
f2eda02 BREAKING CHANGE: remove deprecated resources (#668)
d47731b BREAKING CHANGE: remove beta from all resources (#669)

Features

all

a162f0d feat: enable explicit default timeout on all resources (#696)
e01a01f feat: add support for project_id in provider (#601)

account

21d3fb5 feat(account): add support for project in SSH key (#603)

apple silicon

bff65c6 feat(as): add support for apple silicon M1-M (#776)

instance

3253a15 feat(instance): add support for enable_default_security (#651)
5a71eff feat(instance): add support for bootscript (#652)
e1cee81 feat(instance): add support for project_id (#609)
0a8dc32 feat(instance): stop rebooting and stop/starting the instance (#708)
7e44157 feat(instance): remove lockLocalized and use an retryable error (#688)
25d867b feat(instance): add support for placement_group_id in Read function (#666)
c5bda54 feat(instance): allow block volume resize (#779)

baremetal

fd56e3b feat(baremetal): add support for project in baremetal (#612)

iot

3bfde74 feat(iot): Add IoT Network resource (#772)
e6c6a35 feat(iot): Add IoT Routes resource (#510)
aa1f090 feat(iot): add hub devices support (#508)
7200d6d feat(iot): add support for hub resource (#503)

object

7efc290 feat(object): add tags to buckets (#501)
35bdea3 feat(object): add support for exporting endpoint url (#653)
28647b1 feat(object): enable versionning on bucket resource (#656)
28142bd feat(object): add support for CORS in object_bucket (#654)

rdb

2861ad7 feat(rdb): add support for data source rdb instance (#569)
2f4bbab feat(rdb): add support for project in rdb instance (#605)
a9b68b4 feat(rdb): add support for settings (#777)

lb

6ee5a61 feat(lb): add first forward port algorithm (#698)
7722339 feat(lb): add support for project_id in lb (#608)

k8s

ed51251 feat(k8s): add new features (#781)
188a4f5 feat(k8s): add support for project id (#602)
f8df310 feat(k8s): add delete_additional_resources (#600)
da4d55e feat(k8s): add cluster and pool datasource (#724)
ef5578f feat(k8s): remove dashboard and ingress fields (#798)

registry

f31543e feat(registry): add support for project in namespace (#607)

vpc

831de93 feat(vpc): add support for private network, private nic (#649)

Fix

all

574ff99 refactor: provider configuration (#613)
8ade1ae fix: nightly tests (#756)

instance

c7e60b7 fix(instance): delete on termination defaut value (#758)
6d9a5f4 fix(instance): from_volume_id validatioon test fail (#757)
98e7aea fix(instance): fix default for delete_on_termination (#740)
bfd6f04 fix(instance): fix placement group renaming (#673)
fe0bb3e fix(instance): fix datasource name queries (#585)
5f9f227 fix(instance): fix data source image exact name (#544)
f775393 fix(instance): handle unauthorized on placement group and ip (#702)
7f5223a fix(instance): fix user data tests (#690)
5ddb343 fix(instance): ensure that tags are removed when deleted in tf (#672)
0efc359 fix(instance): handle root volume with no size as default (#681)
bf506fa fix(instance): add a wait before resizing volume (#780)

baremetal

6bbb1eb fix(baremetal): fix delete in case of a 404 error (#700)
d18abf1 fix(baremetal): fix error checking (#695)

lb

8fc3f67 fix(lb): fix proxy protocol default value (#676)

k8s

3d96c98 fix(k8s): fix always present auto-upgrade requets on update (#597)

rdb

ada4f28 fix(rdb): make settings computed (#785)

documentation

29f4fab doc: remove the website folder (#737)
afc9ca2 doc: add documentation on dynamic and for_each loop (#750)
b466c79 doc(guides): fix version argument in v1 to v2 migration guide (#736)
416da3c doc: improve migration guide to v2 with a migration example (#715)
7240c1e doc: add terraform 0.13 block to example (#611)
a2b6b1e doc: Documenting how to configure s3 backend with env vars (#604)
7d20528 doc: fix typo in instance_volume.md (#717)
2908de7 doc: add pl-waw-1 in region/zone guide (#671)
e6d678b doc: specify root_volume size_in_gb to have a working example (#621)
72556b3 doc: fix dead link to roadmap issue (#641)
5f2db7d doc: fix import command for registry namespace (#657)
e4f9560 doc: add more detailed instructions using projects (#579)
3d8682b doc: use project id instead or organization id in migration guide (#767)
96511c8 doc: Update instance_security_group.md (#775)
25fa0bb doc: fix a typo in example (#773)
da4da10 doc: add missing mac_address attribute in the instance_private_nic (#771)
809072e doc(instance): fix typo on user-data (#770)
ef62c5c doc(guides): fix typo in migration guide (#769)
cca1467 doc(object): fix link to canned ACL in bucket configuration (#792)

chore

231fc91 chore: purge deprecated resources and non-official go SDK (#578)
7ef294b chore: remove beta reference and renaming nits (#751)

v2.0.0-rc.2

15 Feb 15:48
ed51251
Compare
Choose a tag to compare

Changelog

Fix

bf506fa fix(instance): add a wait before resizing volume (#780)
da0feae Revert "chore: remove usage of getokexists (#629)" (#761)

Features

ed51251 feat(k8s): add new features (#781)
c5bda54 feat(instance): allow block volume resize (#779)
a9b68b4 feat(rdb): add support for settings (#777)
bff65c6 feat(as): add support for apple silicon M1-M (#776)
3bfde74 feat(iot): Add IoT Network resource (#772)
e6c6a35 feat(iot): Add IoT Routes resource (#510)
aa1f090 feat(iot): add hub devices support (#508)
7200d6d feat(iot): add support for hub resource (#503)

Documentation

3d8682b doc: use project id instead or organization id in migration guide (#767)
96511c8 doc: Update instance_security_group.md (#775)
25fa0bb doc: fix a typo in example (#773)
da4da10 doc: add missing mac_address attribute in the instance_private_nic (#771)
809072e doc(instance): fix typo on user-data (#770)
ef62c5c doc(guides): fix typo in migration guide (#769)

v2.0.0-rc1

13 Jan 10:57
c7e60b7
Compare
Choose a tag to compare

Changelog

Breaking changes

c89b594 BREAKING CHANGE(instance): use TypeMap for user_data and remove user… (#738)
3fe3e5c BREAKING CHANGE: make organization_id computed (#746)
f2eda02 BREAKING CHANGE: remove deprecated resources (#668)
d47731b BREAKING CHANGE: remove beta from all resources (#669)

Features

all

a162f0d feat: enable explicit default timeout on all resources (#696)
e01a01f feat: add support for project_id in provider (#601)

account

21d3fb5 feat(account): add support for project in SSH key (#603)

instance

3253a15 feat(instance): add support for enable_default_security (#651)
5a71eff feat(instance): add support for bootscript (#652)
e1cee81 feat(instance): add support for project_id (#609)
0a8dc32 feat(instance): stop rebooting and stop/starting the instance (#708)
7e44157 feat(instance): remove lockLocalized and use an retryable error (#688)
25d867b feat(instance): add support for placement_group_id in Read function (#666)

baremetal

fd56e3b feat(baremetal): add support for project in baremetal (#612)

object

7efc290 feat(object): add tags to buckets (#501)
35bdea3 feat(object): add support for exporting endpoint url (#653)
28647b1 feat(object): enable versionning on bucket resource (#656)
28142bd feat(object): add support for CORS in object_bucket (#654)

rdb

2861ad7 feat(rdb): add support for data source rdb instance (#569)
2f4bbab feat(rdb): add support for project in rdb instance (#605)

lb

6ee5a61 feat(lb): add first forward port algorithm (#698)
7722339 feat(lb): add support for project_id in lb (#608)

k8s

188a4f5 feat(k8s): add support for project id (#602)
f8df310 feat(k8s): add delete_additional_resources (#600)
da4d55e feat(k8s): add cluster and pool datasource (#724)

registry

f31543e feat(registry): add support for project in namespace (#607)

vpc

831de93 feat(vpc): add support for private network, private nic (#649)

Fix

all

574ff99 refactor: provider configuration (#613)
8ade1ae fix: nightly tests (#756)

instance

c7e60b7 fix(instance): delete on termination defaut value (#758)
6d9a5f4 fix(instance): from_volume_id validatioon test fail (#757)
98e7aea fix(instance): fix default for delete_on_termination (#740)
bfd6f04 fix(instance): fix placement group renaming (#673)
fe0bb3e fix(instance): fix datasource name queries (#585)
5f9f227 fix(instance): fix data source image exact name (#544)
f775393 fix(instance): handle unauthorized on placement group and ip (#702)
7f5223a fix(instance): fix user data tests (#690)
5ddb343 fix(instance): ensure that tags are removed when deleted in tf (#672)
0efc359 fix(instance): handle root volume with no size as default (#681)

baremetal

6bbb1eb fix(baremetal): fix delete in case of a 404 error (#700)
d18abf1 fix(baremetal): fix error checking (#695)

lb

8fc3f67 fix(lb): fix proxy protocol default value (#676)

k8s

3d96c98 fix(k8s): fix always present auto-upgrade requets on update (#597)

documentation

29f4fab doc: remove the website folder (#737)
afc9ca2 doc: add documentation on dynamic and for_each loop (#750)
b466c79 doc(guides): fix version argument in v1 to v2 migration guide (#736)
416da3c doc: improve migration guide to v2 with a migration example (#715)
7240c1e doc: add terraform 0.13 block to example (#611)
a2b6b1e doc: Documenting how to configure s3 backend with env vars (#604)
7d20528 doc: fix typo in instance_volume.md (#717)
2908de7 doc: add pl-waw-1 in region/zone guide (#671)
e6d678b doc: specify root_volume size_in_gb to have a working example (#621)
72556b3 doc: fix dead link to roadmap issue (#641)
5f2db7d doc: fix import command for registry namespace (#657)
e4f9560 doc: add more detailed instructions using projects (#579)

chore

231fc91 chore: purge deprecated resources and non-official go SDK (#578)
7ef294b chore: remove beta reference and renaming nits (#751)