Skip to content

Releases: stackitcloud/terraform-provider-stackit

v0.26.0

30 Jul 15:25
8dc894c

Choose a tag to compare

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

26 Jul 08:36
af7d789

Choose a tag to compare

What's Changed

Full Changelog: v0.25.0...v0.25.1

v0.25.0

18 Jul 14:16
a35b887

Choose a tag to compare

What's Changed

Full Changelog: v0.24.2...v0.25.0

v0.24.2

12 Jul 13:52
e3da2eb

Choose a tag to compare

What's Changed

Full Changelog: v0.24.1...v0.24.2

v0.24.1

11 Jul 17:26
a9c50fc

Choose a tag to compare

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

10 Jul 11:10
a15bd14

Choose a tag to compare

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

03 Jul 07:48
aec518b

Choose a tag to compare

Add description for the parameters field of DSA instances (#445)

* Add description for the parameters field of DSA instances

* Improve sentence

v0.22.0

01 Jul 10:36
e553628

Choose a tag to compare

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_instance and stackit_postgresflex_credential instead. 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

26 Jun 16:59
fc14fd5

Choose a tag to compare

Improve beta resources documentation (#436)

* Improve beta resources documentation

* Improve phrasing

v0.21.0

26 Jun 16:26
5b617e0

Choose a tag to compare

Make server backup schedule resources beta (#434)

* Make server backup schedule resources beta

* Adjust guide