Releases: stackitcloud/terraform-provider-stackit
Releases · stackitcloud/terraform-provider-stackit
v0.26.0
What's Changed
- Allow managing members in the project resource by @joaopalet in #480
- Document possible values for project member role by @joaopalet in #482
- Preserve order of project members even if API re-orders them by @joaopalet in #484
Full Changelog: v0.25.1...v0.26.0
v0.25.1
What's Changed
- fix(deps): update stackit sdk modules by @stackit-pipeline in #473
- Adjust mapping of LB API response when private network only field is … by @joaopalet in #477
Full Changelog: v0.25.0...v0.25.1
v0.25.0
What's Changed
- Move SKE Enable/Disable to the Service Enablement API by @DiogoFerrao in #467
- fix(deps): update module github.com/hashicorp/terraform-plugin-framework-validators to v0.13.0 by @stackit-pipeline in #458
- Fix SKE enablement using Service Enablement API by @DiogoFerrao in #472
- Onboard Argus alert configs by @DiogoFerrao in #449
Full Changelog: v0.24.2...v0.25.0
v0.24.2
v0.24.1
What's Changed
- Fix inconsistent result after creating SKE cluster with empty node po… by @joaopalet in #461
Full Changelog: v0.24.0...v0.24.1
v0.24.0
What's Changed
- fix(deps): update module golang.org/x/mod to v0.19.0 by @stackit-pipeline in #448
- fix(deps): update module github.com/stackitcloud/stackit-sdk-go/services/ske to v0.17.0 by @stackit-pipeline in #450
- Document possible values of schema fields by @joaopalet in #455
- Implement PostgreSQL Flex database resource and data source by @joaopalet in #453
- fix(deps): update module github.com/hashicorp/terraform-plugin-framework to v1.10.0 by @stackit-pipeline in #457
- fix(deps): update module github.com/hashicorp/terraform-plugin-testing to v1.9.0 by @stackit-pipeline in #459
Full Changelog: v0.23.0...v0.24.0
v0.23.0
Add description for the parameters field of DSA instances (#445) * Add description for the parameters field of DSA instances * Improve sentence
v0.22.0
The STACKIT PostgreSQL service has reached its end of support on June 30th 2024, the functionality for resources of this type has been removed and the resources will be completely removed in a further release
Use
stackit_postgresflex_instanceandstackit_postgresflex_credentialinstead. Check the documentation on how to backup and restore an instance from PostgreSQL to PostgreSQL Flex, then import the resource to Terraform using an "import" block
What's Changed
- fix(deps): update module github.com/stackitcloud/stackit-sdk-go/services/logme to v0.16.0 by @stackit-pipeline in #433
- fix(deps): update module github.com/stackitcloud/stackit-sdk-go/services/postgresflex to v0.15.0 by @stackit-pipeline in #440
- Remove CRUD method logic from PostgreSQL (first step of removal) by @DiogoFerrao in #423
Full Changelog: v0.21.1...v0.22.0
v0.21.1
Improve beta resources documentation (#436) * Improve beta resources documentation * Improve phrasing
v0.21.0
Make server backup schedule resources beta (#434) * Make server backup schedule resources beta * Adjust guide