Releases: scaleway/terraform-provider-scaleway
Releases · scaleway/terraform-provider-scaleway
v2.13.0
v2.12.1
Changelog
Feat
- 6cf799f feat(lb): add ips datasource (#1791)
- 0a0423a feat(lb): add frontends datasource (#1807)
- 35c70a4 feat(lb): add acls datasource (#1810)
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
Changelog
Features
- 60fd6de feat(object): allow importing bucket with a specific project id (#1814)
- 2326153 feat(lb): add backends datasource (#1802)
- fd7950f feat(lb): add routes datasource (#1797)
- 04eeed4 feat(secret): add resource secret (#1795)
- f4cc339 feat(cockpit): implement grafana user resource (#1794)
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
v2.11.1
v2.11.0
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
v2.10.0
Changelog
Features
- 8c5cbdc feat(object): parallelize versions destruction (#1711)
- 43c4a22 feat(tem): remove manual id attribute (#1729)
- 96ee89e feat(object): add
project_id
resource attribute (#1703) - b48ff1a feat(k8s) - breaking - "delete_additional_resources" is now required (#1675)
- c178888 feat(mnq): resource credential (#1680)
Fixes
- c1b21e7 fix(instance): resource image with option public as a pointer on SDK-Go (#1692)
- d8164d9 fix(rdb): check user exist (#1720)
- fc8ba95 fix(iam): rename group on test with users (#1726)
- 44cdc35 fix(iam): datasource iam_user and test (#1712)
- d618a43 fix(vpc): only one of dhcp_id and static_address should be set (#1728)
- cd2941b fix: ignore transient state errors in cassette validation (#1704)
Documentation
- fb2150e doc(vpc): remove unsupported project-id argument (#1719)
- d340e60 docs(mnq): Guide to set up Messaging configuration and Terraform NATS (#1696)
- 679c7a8 doc(lb): update static_config code description (#1702)
- 10b996b docs(bucket): make acl deprecation message clearer (#1698)
Others
- 5d23e46 ci: fix workflow id in nightly slack message (#1736)
- 6ff324b ci: change slack message on nightly failed (#1731)
- 619e65f ci: trigger webhook on nightly tests failure (#1727)
- ed45b4b chore: bump marketplace api to v2 (#1697)
- 639237d tests: change region in tests that require registry ns deletion (#1710)
- 2eca956 test(object): skip cors empty origin test (#1709)
- c6e0a23 chore: add project id to acceptance tests (#1705)
v2.9.1
v2.9.0
Changelog
Features
- 0aec006 feat(object): versioning should be enabled with object locking (#1679)
- ed7af2e feat(serverless): add http_option attribute (#1678)
- 7f8e180 feat(provider): add helper to validate locality IDs with resource ID (#1674)
- 4d4491d feat(lb): add support for http3 (#1663)
- 9ea6e4f feat(lb): add support for ssl bridging (#1661)
- 8ef86e0 feat(baremetal): add private networks (#1648)
- ba79e0c feat: add helper to retry on transient state error (#1657)
- 8ad9f9d feat(mnq): resource mnq namespace (#1631)
Fixes
- eed6df7 fix(lb): frontend inherit zone from related lb (#1671)
- cb5336f fix(provider): pass error when request failed to execute in retryable client (#1569)
- fb1fe76 fix: generated names format with an extra dash (#1656)
Misc
- 5ae0338 tests(provider): anonymize sensitive fields in cassettes (#1655)
- 084f655 chore(deps): bump github.com/docker/docker (#1669)
- 1a0b435 docs: fix "scopped" typos (#1666)
- d8c433b tests: remove wait on retry when using cassettes (#1658)
- 3af3a47 chore(deps): bump github.com/aws/aws-sdk-go from 1.44.128 to 1.44.150 (#1638)
- f12be7c chore(deps): bump github.com/hashicorp/terraform-plugin-sdk/v2 (#1637)
v2.8.0
Changelog
Features
- 43e8675 feat(baremetal): add options flag (#1628)
- 265aa23 feat(iam): enable IAM resource and datasource (#1630)
- 5292d40 feat(validate_cassette): check for all http errors except a list (#1570)
Fixes
- 34bde49 fix(iam): enhance documentation and format test (#1651)
- 5534b8d fix(iam): organization_id as optional and computed on iam_application (#1645)
- 78672f7 fix(iam): remove beta flag and add missing attribute on documentation (#1644)
- d5044c0 fix(docs): add organization ID to documentation (#1646)
- 1cc3af5 fix(iam): data source ssh_key documentation (#1647)
- 7d1645e fix(iam): documentation user (#1642)
- 2996912 fix(iam) add missing attribute (#1641)
- 4ca6f2c fix(account_project): add missing option organization_id (#1633)