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
- cd1479f added 412 to error codes that are checked (#1306)
- 7d0430b test(domain): update basic test cassette (#1336)
- a17585b test(rdb_instance): detach private network in final steps (#1335)
- 171aeb9 test: update cassettes of all tests using dns (#1332)
- 9afb4ca chore(deps): bump github.com/hashicorp/terraform-plugin-sdk/v2 (#1309)
- 028873d chore(deps): bump github.com/docker/docker (#1310)
- b206178 chore(deps): bump github.com/aws/aws-sdk-go from 1.44.4 to 1.44.26 (#1311)
- 5956ce5 chore(deps): bump github.com/hashicorp/terraform-plugin-log (#1308)
- 3d6bf9c fix(domain): domain basic2 test subdomain name collide with basic (#1322)
- ad50d20 chore: bump sdk (#1299)
- 4215bc3 chore: fix gocritic linter (#1292)
- aa38c72 chore: fix contextcheck linter (#1286)
- fae2a38 chore: fix wastedassign linter (#1290)
- 3911bec chore: fix gofumpt linter (#1293)
- be5ce9f chore: fix gosec linter (#1294)
- 0be00df chore: fix predeclared linter (#1291)
- 3aca0e0 chore: fix containedctx linter (#1288)
- 07e11d4 chore: fix thelper linter (#1287)
- 009f5b6 chore: add support for ifshort linter (#1285)
- ceb09e3 chore: fix nilerr linter (#1284)
- 465fb6d chore: update golangci configuration files to make it more explicit (#1278)
- b10db93 chore: add acceptance tests to code coverage (#1147)
- d8bff37 fix(iot): fix route s3 test (#1282)