Skip to content

Releases: scaleway/terraform-provider-scaleway

v2.30.0

16 Oct 13:11
618ebe7
Compare
Choose a tag to compare

Changelog

Features

Fixes

Others

v2.29.0

09 Oct 12:47
v2.29.0
dc0493d
Compare
Choose a tag to compare

Changelog

Features

  • dc0493d feat(k8s): capitalize private network (#2150)
  • 2f91ca5 feat(document_db): add resources (#2109)
  • e6ccf31 feat(k8s): add warning message for clusters with no PN (#2149)
  • e1c2568 feat(vpcgw): add ipam config (#2138)
  • 7fb7849 Add "all" as a valid value for strategy in domain_record in http_service mode (#2137)
  • ca27331 feat(lb): add support for private LB (#2129)
  • 7a89a3c Remove resource vpc_private_network only on 404 (#2126)

Fixes

  • f22dda3 fix(lb): update health_check_port when not set by user (#2135)

Dependencies

  • 0374856 chore(deps): bump github.com/aws/aws-sdk-go from 1.45.2 to 1.45.20 (#2146)
  • 95e9648 chore(deps): bump github.com/nats-io/jwt/v2 from 2.5.0 to 2.5.2 (#2139)
  • ed40f53 chore(deps): bump github.com/nats-io/nats.go from 1.28.0 to 1.30.2 (#2140)
  • 4c74830 chore(deps): bump github.com/docker/docker (#2141)
  • 2ac5540 chore(deps): bump github.com/hashicorp/terraform-plugin-sdk/v2 (#2143)
  • 4f27ad6 chore: bump scaleway-sdk-go (#2128)

Documentation

  • 31c0703 docs(container): change example protocol from h2c to http1 (#2144)
  • c6e4886 docs(object): use an IAM application resource in bucket policy example (#2124)

v2.28.0

06 Sep 13:07
c5ca20a
Compare
Choose a tag to compare

Changelog

Features

  • c5ca20a feat(instance_volume): add scratch type (#2122)
  • 6fefc99 feat(instance): support ip mobility (#2086)
  • 7d0a9a7 feat(k8s): type change should migrate cluster when possible (#2115)
  • ee832b2 feat(flexibleip): add support for IPv6 (#2104)

Fixes

  • 29114d2 fix(secret_version): data source get region from secret_id (#2121)
  • 951c279 fix(instance): avoid ForceNew if server.Image.ID matches the image label (#2097)
  • 09aedb5 fix(functions): missing update on secret environment variables (#2106)
  • d403ffa Set ForceNew on vpc_id argument of scaleway_vpc ressource (#2107)

Others

  • 1e971d6 tests(mnq): update to one namespace limit (#2120)
  • 9a6a523 chore(deps): bump github.com/hashicorp/terraform-plugin-sdk/v2 (#2116)
  • 4cbee26 chore(deps): bump github.com/aws/aws-sdk-go from 1.44.314 to 1.45.2 (#2117)
  • 7f1843b chore(deps): bump github.com/nats-io/jwt/v2 from 2.4.1 to 2.5.0 (#2118)
  • eefb666 tests(mnq): namespaces are now unique (#2113)
  • cfbd9fe docs(object): fix bucket policies example (#2112)
  • 61ec156 chore: bump scaleway sdk-go (#2110)
  • 4a2d09e test(vpc): isolate each private network in its own vpc to avoid subnet overlaps (#2105)

v2.27.0

21 Aug 13:59
9aea92a
Compare
Choose a tag to compare

Changelog

Features

  • 9aea92a feat(ipam_ip): move resource attribute to a block (#2103)
  • e8d1e37 feat(ipam): add resource type attribute (#2100)
  • 224b1d7 feat(flexibleip): add flexible ips datasource (#2098)
  • 04ec2c0 feat(ipam): add ipam ip data source (#2095)
  • 4891e62 feat(flexibleip): add mac address resource (#2093)
  • 0744c87 feat(instance_private_nic): add ip ids attribute (#2090)

Fixes

Others

v2.26.0

02 Aug 13:08
d6cb2d6
Compare
Choose a tag to compare

Changelog

Features

  • db0ed23 feat(iam): add iam_group_membership resource (#2067)
  • 35538bf feat(baremetal): support deploying server without install config (#2065)
  • 37f7395 feat(webhosting): add datasource (#2060)
  • a2f0607 feat(lb): add support for enabling proxy protocol on health check (#2070)

Fixes

  • d6cb2d6 fix(container): set region to optional (#2087)
  • 1092eb8 fix(instance_ip_reverse_dns): increase timeout (#2080)
  • bb72ca2 fix(vpcgw): fix retrieving dhcp reservation by gateway network id on datasource (#2079)
  • f669d4d fix(domain): replace waiting zone on dns record (#2073)
  • e8ab5f7 fix(k8s): set PNID to empty string in read if no PN (#2077)
  • 1c6fedb fix(baremetal): fix changes in plan for offer field (#2076)
  • 534995a fix(rdb): private network update from ipam service (#2068)
  • 7494313 fix(redis): add computed to private network attribute (#2074)
  • 059e62a fix(lb): frontend acl match can be nil (#2069)
  • eb46600 fix(lb): throw a warning when certificate is in error state (#2063)

Others

  • 6d050c4 chore(deps): bump github.com/docker/docker (#2085)
  • f362e4e chore(deps): bump github.com/aws/aws-sdk-go from 1.44.294 to 1.44.314 (#2084)
  • 6e0d0c5 chore(deps): bump github.com/nats-io/nats.go from 1.27.1 to 1.28.0 (#2083)

v2.25.1

20 Jul 07:23
9229b34
Compare
Choose a tag to compare

Changelog

  • 9229b34 fix(domain): set retry interval to 5 seconds (#2059)
  • c85d02a feat(account): migrate v2 to v3 project api (#2051)
  • ef1145b fix(k8s): fix test for k8s version data source (#2058)

v2.25.0

19 Jul 09:20
f388f1c
Compare
Choose a tag to compare

Changelog

Features

Fixes

v2.24.0

13 Jul 10:39
476c467
Compare
Choose a tag to compare

Changelog

Features

  • 476c467 feat(vpc): migrate from zonal to regional (#2045)
  • 560e2dd feat(container): add trigger resource (#2036)
  • cbeef17 feat(lb): add support for configuring fast health check (#2034)

Fixes

  • ff936d8 fix(redis): prevent cluster recreation on private network changes (#2037)

Misc

  • caaf6d8 chore: bump sdk-go for marketplace local-images type (#2040)

v2.23.0

04 Jul 07:24
9bed856
Compare
Choose a tag to compare

Changelog

Features

  • 9d592c5 feat: support integration of regional private networks in lb, rdb, redis and vpc gateway networks (#2019)
  • 9c6afd6 feat(k8s): skip reading kubeconfig if unauthorized (#2018)
  • 7d239c6 feat(k8s): Kapsule VPCs go from zoned to regional (#1989)
  • 01f864c feat(lb): add support for configuring backend tcp retry (#2027)
  • 9997939 feat(lb): add support for configuring backend servers max connections (#2024)
  • f2e0f1d feat(tftemplate): add datasource generation to tftemplate (#2017)
  • f17fc09 feat(vpc): add computed address, mask and prefix fields (#2026)
  • 13f7734 feat(vpc): add subnet documentation (#2013)

Fixes

  • 64c0fa5 fix(cockpit): ignore 404 not found during grafana user deletion (#2028)
  • 9e163af fix(rdb): schema corrections and examples (#2022)
  • 2243263 fix(iam_api_key): set application_id to force_new (#2023)

Others

  • 9bed856 chore(deps): bump github.com/hashicorp/terraform-plugin-sdk/v2 (#2033)
  • 2b10184 chore(deps): bump github.com/aws/aws-sdk-go from 1.44.275 to 1.44.294 (#2032)
  • 7cb7af7 chore(deps): bump github.com/nats-io/nats.go from 1.26.0 to 1.27.1 (#2031)
  • c8ab461 chore(deps): bump github.com/hashicorp/go-retryablehttp (#2030)
  • 072ea0c tests(iam): get organization id from client in sweepers (#2016)

v2.22.0

21 Jun 16:57
68bd185
Compare
Choose a tag to compare

Changelog

Features

  • 438a6ff feat(object): create object by string content (#2011)
  • 9412315 feat(object): create object from byte content (#1997)
  • 32c8c93 feat(baremetal): add ipv4 & ipv6 fields (#2003)
  • d4b2237 feat(tftemplate): generate helpers with resource (#1986)

Fixes

Misc