Releases: stackitcloud/terraform-provider-stackit
Releases · stackitcloud/terraform-provider-stackit
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_network
resource 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_network
resource 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_credential
and add newstackit_loadbalancer_observability_credential
by @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
plan
phase - 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
apply
due 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
v0.15.2
Highlights
- Bugfix: #324 DNS Record set type requires replace
What's Changed
- fix(deps): update module github.com/stackitcloud/stackit-sdk-go/services/postgresflex to v0.11.0 by @stackit-pipeline in #317
- fix(deps): update module golang.org/x/mod to v0.17.0 by @stackit-pipeline in #320
- fix(deps): update module github.com/stackitcloud/stackit-sdk-go/services/postgresflex to v0.12.0 by @stackit-pipeline in #319
- fix(deps): update module github.com/stackitcloud/stackit-sdk-go/services/loadbalancer to v0.10.0 by @stackit-pipeline in #323
- Extend contribution guidelines (new resource, datasource, service) by @joaopalet in #322
- DNS Record set type requires replace by @vicentepinto98 in #325
Full Changelog: v0.15.1...v0.15.2
v0.15.1
Highlights
- Bugfix: Fix SKE version downgrade support in
stackit_ske_cluster
by replacing the cluster if a kubernetes version downgrade is detected.
What's Changed
- Bugfix SKE downgrade replace cluster by @DiogoFerrao in #315
- fix(deps): update module github.com/stackitcloud/stackit-sdk-go/services/ske to v0.11.0 by @stackit-pipeline in #316
Full Changelog: v0.15.0...v0.15.1
v0.15.0
Warning
The stackit_ske_project
resource is deprecated and will be removed after October 10th 2024. SKE service enablement is done automatically when a new cluster is created.
Highlights
- Feature: new field
acl
onstackit_argus_instance
that allows you to set the access control list for an Argus instance. Each entry is an IP address range that is permitted to access, in CIDR notation. - Bugfix: Fixes
Value Conversion Error
in thestackit_dns_record_set
resource.
What's Changed
- fix(deps): update module github.com/hashicorp/terraform-plugin-framework to v1.7.0 by @stackit-pipeline in #306
- Onboard Argus ACL by @DiogoFerrao in #304
- update go version by @DiogoFerrao in #308
- Fix bug dns record name inconsistent by @DiogoFerrao in #307
- Deprecate ske project resource by @GokceGK in #309
- Update Argus ACL documentation by @DiogoFerrao in #312
- Create guide to document Vault usage with Secrets Manager by @DiogoFerrao in #310
- Update SKE project resource deprecation message by @GokceGK in #313
- Onboard Argus (ACL): fix edge cases by @DiogoFerrao in #314
New Contributors
- @DiogoFerrao made their first contribution in #304
- @GokceGK made their first contribution in #309
Full Changelog: v0.14.3...v0.15.0
v0.14.3
What's Changed
- Add badges to README by @vicentepinto98 in #302
- fix(deps): update module github.com/stackitcloud/stackit-sdk-go/services/secretsmanager to v0.6.0 by @stackit-pipeline in #303
- fix(deps): update stackit sdk modules by @stackit-pipeline in #305
Full Changelog: v0.14.2...v0.14.3