Skip to content

Releases: scaleway/terraform-provider-scaleway

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

v2.21.0

07 Jun 15:35
v2.21.0
6474acc
Compare
Choose a tag to compare

Changelog

Features

Misc

  • e095716 doc(lb): update SNI/HTTP host header constraints on Routes (#1972)
  • 1c44bed docs(container): update default resource values (#1971)
  • 2444d7a chore: remove depguards (#1974)
  • bd25714 chore(deps): bump github.com/aws/aws-sdk-go from 1.44.274 to 1.44.275 (#1973)
  • a8b8343 chore(deps): bump github.com/stretchr/testify from 1.8.2 to 1.8.4 (#1970)
  • d9b3d53 chore(deps): bump github.com/hashicorp/terraform-plugin-log (#1969)
  • 1593d7e chore(deps): bump github.com/aws/aws-sdk-go from 1.44.254 to 1.44.274 (#1968)
  • fd4db3f chore(deps): bump github.com/docker/docker (#1967)
  • 205a800 chore(deps): bump github.com/nats-io/nats.go from 1.25.0 to 1.26.0 (#1966)

v2.20.0

29 May 14:36
v2.20.0
e0bb56d
Compare
Choose a tag to compare

Changelog

Features

Fixes

Misc

  • 987bf31 docs(k8s): add PrivateNetwork garbage collection (#1954)
  • 093fbdc docs(kosmos): update instructions for node-agent boostrapping (#1956)
  • 5a8cf82 docs(object): improve object bucket policy examples (#1949)
  • 696f376 docs(cockpit): document scaleway_cockpit_plan (#1940)
  • a3c7b76 docs(lb): fix dead links (#1942)
  • 82ca284 chore(deps): bump github.com/docker/distribution (#1931)

v2.19.0

15 May 15:56
v2.19.0
cbf9d3e
Compare
Choose a tag to compare

Changelog

Features

Fixes

  • 245c94a fix(serverless): retry domain creation instead of resolving (#1932)
  • cc82175 fix: set different record names on instance & vpcgw ip reverse tests (#1928)
  • 368c25e fix(vpcgw): retry update instead of resolving dns on ip_reverse_dns (#1927)

Misc

  • cbf9d3e docs(k8s): remove non-existent attribute in examples (#1935)

v2.18.0

02 May 15:44
v2.18.0
68b3bfe
Compare
Choose a tag to compare

Changelog

Features

  • ad8b153 feat(rdb): enable IPAM on instance and replica (#1913)
  • 2e6feb4 feat: add resource bootstrap (#1910)
  • 5a44acc feat(availability_zone): add data source availability zone (#1907)
  • 1ca2234 feat(cockpit): don't require token scopes (#1905)

Fixes

  • 68b3bfe fix(instance_private_nic): set pn_id and server_id to forcenew (#1893)
  • 958c46d fix(account): project data source project not found (#1915)
  • f0ff30b fix(instance_ip_reverse_dns): retry update instead of resolving dns (#1914)

Misc

  • fa7b17d docs(tem): add dns records example (#1919)
  • 1d133a9 docs(function): remove function cron dead link (#1904)
  • 33cbdc7 chore(deps): bump golang.org/x/text in /cmd/tftemplate (#1911)
  • 69ddbd6 chore(deps): bump github.com/docker/docker (#1918)
  • 28b00e5 chore(deps): bump github.com/aws/aws-sdk-go from 1.44.234 to 1.44.254 (#1917)

v2.17.0

19 Apr 13:06
7646d21
Compare
Choose a tag to compare

Changelog

Features

  • a4d8a7f feat(tem): add smtp host and ports in resource state (#1892)
  • ded7fc4 feat(lb): add acl redirect (#1716)
  • 38c7280 feat(object): force project id in access key even if it's the default (#1890)

Fixes

  • 7646d21 fix(secret): bump sdk with secret api changes (#1901)
  • b3378af fix(data_source_iam_group): test without explicit organization id (#1897)
  • a913408 fix(instance_security_group_rules): delete resource on 404 in read (#1895)
  • a87a2da fix(k8s): fixed expected cnis and duplicate name in tests (#1891)

Misc

  • cb79738 chore(deps): bump github.com/docker/docker (#1889)

v2.16.3

12 Apr 08:07
4fbe62d
Compare
Choose a tag to compare

Changelog

v2.16.2

05 Apr 12:12
v2.16.2
287fb73
Compare
Choose a tag to compare

Changelog

Misc

v2.16.0

04 Apr 15:21
v2.16.0
ade65ab
Compare
Choose a tag to compare

Changelog

Features

  • dc8694f feat(account): deprecate resource account ssh key (#1863)

Fixes

Misc