Skip to content

Releases: scaleway/terraform-provider-scaleway

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

v2.15.0

03 Apr 12:25
5d5c129
Compare
Choose a tag to compare

Changelog

Features

  • 5d5c129 feat(k8s): private network integration in kapsule (#1865)
  • fcd9db8 feat(function_domain): resolve domain before creating it (#1857)

Fixes

  • de3222a Fix scaleway_rdb_instance using name as a pattern instead of an exact match (#1862)
  • 820566d fix(container_namespace): deprecated destroy_registry option (#1860)
  • 761bb0c fix(container_domain): increase default timeout (#1859)

Others

  • 8fb9eeb chore(deps): bump github.com/hashicorp/terraform-plugin-sdk/v2 (#1866)
  • bbb2bc1 chore(deps): bump github.com/scaleway/scaleway-sdk-go (#1867)
  • 1ef4bed chore(deps): bump github.com/docker/docker (#1869)
  • 6128ea1 chore(deps): bump github.com/aws/aws-sdk-go from 1.44.212 to 1.44.234 (#1868)
  • 4eeb28c docs(tem): add grafana provider example (#1861)
  • f9db20a doc(tem): Add informations regarding the new accept_tos attribute. (#1854)
  • fc9e156 docs: update terraform provider main example (#1855)

v2.14.1

21 Mar 15:28
50a0264
Compare
Choose a tag to compare

Changelog

Fixes

v2.14.0

21 Mar 12:38
v2.14.0
0fa31d2
Compare
Choose a tag to compare

Changelog

Features

Fixes

  • f7d90b7 fix: empty strings in list being nil (#1847)
  • b907ae8 fix(cockpit): wait for cockpit status before trying to deactivate (#1846)
  • 9db9064 fix(rdb): read replica set (#1841)
  • e8b9789 fix(rdb): add example and more details on datasource documentation (#1842)
  • a5ac27c fix(rdb): replace ipnet as optional (#1835)
  • 8cdd5f3 fix(instance): handling optional localities (#1838)
  • d8d675f fix(container): wait for cname before creating container_domain (#1834)
  • 31ab7b4 fix(domain): keep record in state on failed deletion (#1813)

Misc

v2.13.1

10 Mar 14:42
240639f
Compare
Choose a tag to compare

Changelog

v2.13.0

08 Mar 13:18
f988f9c
Compare
Choose a tag to compare

Changelog

Features

  • f988f9c feat(secret-version): resource secret version (#1815)
  • c67642e feat(k8s): k8s version data source supports "latest" as a value (#1809)

Fixes

  • 6bf166a fix(test): body matcher fields comparison (#1783)
  • ba54f4c fix(baremetal): import missing os and offer names (#1756)

Others

  • ad8315c docs: update index.md with new links for credentials and project ID (#1827)

v2.12.1

07 Mar 09:33
3b17cfd
Compare
Choose a tag to compare

Changelog

Feat

Fix

  • 3b17cfd fix(baremetal): fix updating of name and description (#1826)
  • 98aad59 fix(domain): correctly check for NoSuchDNSZone error code (#1812)
  • 1605c06 fix(lb): decouple lbs datasource test (#1823)
  • 1f36890 fix(redis): add conflict on acl and private network and bump the documentation (#1824)
  • 7998a6a fix(object): force use of default project id for s3 client (#1817)

v2.12.0

28 Feb 14:26
v2.12.0
60fd6de
Compare
Choose a tag to compare

Changelog

Features

Fixes

  • d83c4fa fix(dns): API returns 403 instead of 404 on missing record (#1808)
  • 77ca214 fix(k8s): kubeconfig is now sensitive (#1800)
  • dcc8f5f fix(tem): documetation and test checks (#1796)

Misc

  • 621c60b doc(k8s): guide for using baremetal with Kosmos cluster (#1778)
  • 5c88515 doc(all): localized id documentation (#1798)
  • 3056680 chore: add cockpit in acceptance and nightly tests (#1803)

v2.11.1

22 Feb 14:12
v2.11.1
609cd0c
Compare
Choose a tag to compare

Changelog

Features

v2.11.0

21 Feb 16:36
78dc7f1
Compare
Choose a tag to compare

Changelog

Features

  • 78dc7f1 feat(lb): add backend datasource (#1784)
  • 255b63a feat(lb): add route datasource (#1786)
  • 5435afa feat(lb): add frontend datasource (#1785)
  • cf33639 feat(cockpit): implement token resource (#1780)
  • b133145 feat(lb): add support for host_header & sni on healthchecks (#1694)
  • 21b93b9 feat(lb): add support for http host_header on routes (#1700)
  • dbb9b3c feat(cockpit): implement resource and datasource (#1773)
  • 8e2c4ff feat: use tfproviderlint fork (#1776)
  • e77a6b7 feat(k8s): add k8s version data source (#1766)
  • 21ba683 feat(registry): accept namespace deletion when in deleting state (#1755)
  • 98852d0 feat: check that locality ID match with resource locality (#1732)
  • 4e1d403 feat(instance): add private_nic data source (#1713)

Fixes

  • b0904c8 fix(vpc): add resolver for reverse dns (#1708)
  • 02a8e2c fix(iam): enhancement policy with fake project manager (#1759)
  • 3f5bbf3 fix: fake side project missing error check (#1758)
  • ed4379f fix: fake side project creation should the errors (#1757)
  • f52c7bc fix(rdb): import privileges and update documentation (#1721)
  • 257a8b0 fix(redis): Add public network details (#1753)
  • e96e2fc fix(k8s): pool size plan inconsistency fixed (#1752)
  • 6b4fcd0 fix(baremetal): fix ci lint (#1749)
  • b5b9dcf fix(iam): duplicated naming on test (#1737)
  • 6b1bb8b fix(iam): add validation on attributes that are IDs (#1748)
  • 3505fde fix(lb): 'name' & 'zone' descriptions on datasource (#1741)

Others