Releases: stackitcloud/terraform-provider-stackit
v0.33.3
Revert "Implement key pair resource (#578)" (#581) This reverts commit 153947fd7ba7cf56208bb15116352adcb5a8ce63.
v0.33.2
What's Changed
- fix(deps): update stackit sdk modules by @stackit-pipeline in #572
- Use regexp for ip_range validation by @GokceGK in #574
- Add link to the available service plans (performance class) page by @GokceGK in #575
Full Changelog: v0.33.1...v0.33.2
v0.33.1
What's Changed
- Server attachment acceptance test by @vicentepinto98 in #570
- Fix credential and credential group not found issue by @GokceGK in #567
Full Changelog: v0.33.0...v0.33.1
v0.33.0
Highlights
New resources in BETA
stackit_volumestackit_security_groupstackit_serverstackit_network_interfacestackit_server_volume_attachstackit_server_network_interface_attachstackit_server_service_account_attachstackit_security_group_rulestackit_public_ip
What's Changed
- Documentation: How to use Hashicorp Kubernetes with SKE by @h3adex in #522
- fix(deps): update module github.com/stackitcloud/stackit-sdk-go/services/sqlserverflex to v0.6.0 by @stackit-pipeline in #538
- fix(deps): update stackit sdk modules by @stackit-pipeline in #539
- Increase maximum Load Balancer target count to 1000 by @ChristianHamm in #550
- fix(deps): update stackit sdk modules by @stackit-pipeline in #554
- fix(deps): update stackit sdk modules by @stackit-pipeline in #558
- IaaS Release by @vicentepinto98 in #543
New Contributors
- @ChristianHamm made their first contribution in #550
Full Changelog: v0.32.0...v0.33.0
v0.32.0
What's Changed
- Remove Postgres leftovers by @vicentepinto98 in #529
- Handle nameservers as optional field in network by @GokceGK in #521
- Handle project members by @GokceGK in #531
- Add requiresreplace to members by @GokceGK in #535
- Extend max_surge and max_unavailable descriptions by @GokceGK in #533
Full Changelog: v0.31.1...v0.32.0
v0.31.1
What's Changed
- Remove PostgreSQL by @vicentepinto98 in #526
- Remove leftover Postgresql code and documentation by @vicentepinto98 in #527
Full Changelog: v0.31.0...v0.31.1
v0.31.0
Highlights
stackit_postgresqlresource and datasource have been completely removed, after 6 months deprecation periodjwks_custom_endpointprovider field has been removed, after 6 months deprecation period
What's Changed
- fix(deps): update module github.com/stackitcloud/stackit-sdk-go/services/iaas to v0.8.0 by @stackit-pipeline in #509
- Add SECURITY.md by @vicentepinto98 in #518
- Remove deprecated jwks endpoint by @GokceGK in #523
- Documentation update by @vicentepinto98 in #524
- fix(deps): update stackit sdk modules by @stackit-pipeline in #525
Full Changelog: v0.30.1...v0.31.0
v0.30.1
fix network create wait handler (#517)
v0.30.0
Highlights
Warning
On August 26 2024, The STACKIT Argus service was renamed to STACKIT Observability.
This means that there are new resources for STACKIT Observability, which offers the same functionality as the deprecated STACKIT Argus resources.
Please make sure to update your STACKIT Terraform Provider to the latest version after August 26 2024 to ensure that you start using STACKIT Observability resources.
You can migrate your existing STACKIT Argus resources by using the terraform import. https://developer.hashicorp.com/terraform/language/import
To remove your existing Argus resources from the Terraform Provider without destroying them, please remove them from the Terraform config and then remove from the state by using terraform state rm stackit_argus_instance.RESOURCE_NAME.
What's Changed
Full Changelog: v0.29.0...v0.30.0
v0.29.0
Revert "Rename argus to observability (#510)" (#515) This reverts commit cc3cf05307aad65a209dc6abb4130e804e8556ae.