Releases: stackitcloud/terraform-provider-stackit
Releases · stackitcloud/terraform-provider-stackit
v0.20.2
Leave SKE cluster list length validations for the API (#425)
v0.20.1
Fix formatting of the beta configuration guide (#422) * Fix formatting of the beta configuration guide * Fix note formatting * Fix headings in the vault secrets guide
v0.20.0
What's Changed
- chore(deps): update renovatebot/github-action action to v40.1.12 by @stackit-pipeline in #406
- fix(deps): update stackit sdk modules by @stackit-pipeline in #402
- chore(deps): update goreleaser/goreleaser-action action to v6 by @stackit-pipeline in #407
- Fix SQLServer Flex instance documentation by @joaopalet in #411
- Support beta functionality by @DiogoFerrao in #412
- Improve beta documentation by @DiogoFerrao in #414
- Onboard SQLServer Flex user resource by @GokceGK in #403
- Remove database field from user example by @GokceGK in #418
- Add documentation to support beta resources by @DiogoFerrao in #417
Full Changelog: v0.19.0...v0.20.0
v0.19.0
What's Changed
- Fix os_version and os_version_min conflicting fields by @vicentepinto98 in #376
- fix(deps): update stackit sdk modules by @stackit-pipeline in #373
- fix(deps): update module github.com/stackitcloud/stackit-sdk-go/services/ske to v0.16.0 by @stackit-pipeline in #379
- feature/gitignore-and-improve-contribution-guideline by @stackit-pipeline in #383
- fix(deps): update stackit sdk modules to v0.15.0 by @stackit-pipeline in #382
- Add sqlserverflex instance by @vicentepinto98 in #381
- SQLServerFlex: Add examples, generate docs and fix acc tests by @DiogoFerrao in #386
- Make SQLServer edition computed by @DiogoFerrao in #389
- Add STACKIT logo to README by @joaopalet in #387
- Allow users to set Argus metrics storage retention policy by @DiogoFerrao in #393
- fix(deps): update module github.com/hashicorp/terraform-plugin-framework to v1.9.0 by @stackit-pipeline in #390
- fix(deps): update module golang.org/x/mod to v0.18.0 by @stackit-pipeline in #391
- Extend Argus instance examples by @DiogoFerrao in #395
- fix(deps): update module github.com/stackitcloud/stackit-sdk-go/services/iaas to v0.4.0 by @stackit-pipeline in #397
- Update Github action and Go releaser by @GokceGK in #400
- Improve Argus metrics data retention policy by @DiogoFerrao in #401
- Revert "Improve Argus metrics data retention policy" by @DiogoFerrao in #404
- Revert "Update Github action and Go releaser" by @DiogoFerrao in #405
Full Changelog: v0.18.1...v0.19.0
v0.18.1
What's Changed
- Update github-action by @GokceGK in #370
- fix(deps): update stackit sdk modules to v0.14.0 by @stackit-pipeline in #371
- Fix cluster network mapping by @vicentepinto98 in #375
Full Changelog: v0.18.0...v0.18.1
v0.18.0
Highlights
- Feature: Add new
stackit_networkresource and datasource - Feature: Allow specifying network ID in SKE cluster
- Feature: Support SKE OS and Kubernetes versions automatic and forceful updates
What's Changed
- fix(deps): update stackit sdk modules to v0.14.0 by @stackit-pipeline in #361
- Support automatic kubernetes updates for stackit_ske_cluster by @vicentepinto98 in #360
- fix(deps): update stackit sdk modules by @stackit-pipeline in #362
- Fix kubernetes_version_min field logic by @vicentepinto98 in #363
- Implement new
stackit_networkresource and datasource by @joaopalet in #366 - Support SKE OS versions auto and forceful updates by @vicentepinto98 in #364
- fix(deps): update module github.com/hashicorp/terraform-plugin-testing to v1.8.0 by @stackit-pipeline in #365
- Remove ssl note from redis credentials uri, mark uri as sensitive and update ske project deprecation date by @vicentepinto98 in #367
- Improve description for default fields by @vicentepinto98 in #369
- Allow specifying network ID in SKE cluster by @joaopalet in #368
Full Changelog: v0.17.0...v0.18.0
v0.17.0
Warning
The stackit_loadbalancer_credential resource has been deprecated and will be removed after November 13th 2024.
Please use stackit_loadbalancer_observability_credential instead, which offers the exact same functionality.
Highlights
- Bugfix: Fix segmentation fault error in Load Balancer resource creation
What's Changed
- Update docs by @vicentepinto98 in #352
- fix(deps): update module github.com/stackitcloud/stackit-sdk-go/services/ske to v0.14.0 by @stackit-pipeline in #353
- Improve documentation by @GokceGK in #354
- updated license by @BackInBash in #351
- fix(deps): update module github.com/hashicorp/terraform-plugin-go to v0.23.0 by @stackit-pipeline in #355
- Deprecate
stackit_loadbalancer_credentialand add newstackit_loadbalancer_observability_credentialby @joaopalet in #357 - BUGFIX fix seg fault in load balancer creation by @DiogoFerrao in #359
New Contributors
- @BackInBash made their first contribution in #351
Full Changelog: v0.16.1...v0.17.0
v0.16.1
Highlights
- Bugfix: Fix force replacement of MongoDBFlex and PostgreSQLFlex instances when storage class is changed
What's Changed
- Support storage class update in postgresflex by @DiogoFerrao in #348
- fix(deps): update module github.com/stackitcloud/stackit-sdk-go/services/dns to v0.9.1 by @stackit-pipeline in #347
- Fix Argus scrape config internal models to use Terraform types by @joaopalet in #349
- Fix replacement of mongoDB instances, make storage class require replace by @DiogoFerrao in #350
Full Changelog: v0.16.0...v0.16.1
v0.16.0
Highlights
- Feature: Resources deleted outside Terraform are now removed from the Terraform state during the
planphase - Bugfix: Fix validation issue in the name of DNS records sets
What's Changed
- fix(deps): update module github.com/stackitcloud/stackit-sdk-go/services/loadbalancer to v0.12.0 by @stackit-pipeline in #329
- Update GitHub actions by @GokceGK in #332
- chore(deps): update renovatebot/github-action action to v40.1.10 by @stackit-pipeline in #333
- fix(deps): update module github.com/stackitcloud/stackit-sdk-go/services/ske to v0.13.0 by @stackit-pipeline in #334
- Bump golang.org/x/net from 0.21.0 to 0.23.0 by @dependabot in #339
- fix(deps): update module github.com/hashicorp/terraform-plugin-framework to v1.8.0 by @stackit-pipeline in #338
- fix(deps): update module github.com/hashicorp/terraform-plugin-go to v0.22.2 by @stackit-pipeline in #337
- Add 'how to use the provider' in the README of repo by @GokceGK in #341
- DNS: Fix rrsetNameLength validation by @slm0n87 in #345
- Remove deleted resources from Terraform state on
Read(LB and DSA) by @joaopalet in #340 - Remove deleted resources and datasources from Terraform state on Read (all remaining services) by @joaopalet in #346
New Contributors
Full Changelog: v0.15.3...v0.16.0
v0.15.3
Highlights
- Bugfix: #326 Fixed provider bug where ListAttributes were resulting in inconsistent
applydue to ordering issues in the API response.
What's Changed
- fix(deps): update stackit sdk modules by @stackit-pipeline in #327
- Bugfix inconsistent applies of ListAttributes by @DiogoFerrao in #328
- Update docs by @DiogoFerrao in #330
Full Changelog: v0.15.2...v0.15.3