Skip to content

Releases: stackitcloud/terraform-provider-stackit

v0.39.0

24 Jan 10:47
0912ca0
Compare
Choose a tag to compare

What's Changed

  • feat: Allow move state on new Observability resources by @joaopalet in #593
  • Update kubeconfig when invalid by @Fyusel in #627
  • fix(deps): update module github.com/stackitcloud/stackit-sdk-go/services/postgresflex to v0.16.1 by @stackit-pipeline in #634
  • chore(deps): bump golang.org/x/net from 0.28.0 to 0.33.0 by @dependabot in #636
  • fix(postgresflex): continue if database is not found during read by @hown3d in #629
  • fix: add missing status attribute to schema by @bahkauv70 in #639
  • feature: Add "network_interfaces" field to server resource by @marceljk in #628
  • fix: separated models for resource and data-source by @bahkauv70 in #640
  • fix(deps): update stackit sdk modules by @stackit-pipeline in #637
  • fix(deps): update module github.com/stackitcloud/stackit-sdk-go/services/ske to v0.21.1 by @stackit-pipeline in #643
  • fix(deps): update module github.com/hashicorp/terraform-plugin-go to v0.26.0 by @stackit-pipeline in #642

New Contributors

Full Changelog: v0.38.1...v0.39.0

v0.38.1

17 Jan 10:33
fc805d8
Compare
Choose a tag to compare

What's Changed

  • feat: support and document attaching a debugger to the provider by @bahkauv70 in #617
  • fix(deps): update module github.com/stackitcloud/stackit-sdk-go/services/authorization to v0.5.1 by @stackit-pipeline in #631

Full Changelog: v0.38.0...v0.38.1

v0.38.0

16 Jan 08:01
f04ced9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.37.1...v0.38.0

v0.37.1

23 Dec 12:42
80c9e58
Compare
Choose a tag to compare
Update nic field description (#619)

v0.37.0

19 Dec 16:18
a297043
Compare
Choose a tag to compare

What's Changed

  • Deprecate service_account_email config by @marceljk in #610
  • fix(deps): update module github.com/hashicorp/terraform-plugin-framework-validators to v0.16.0 by @stackit-pipeline in #613
  • fix(deps): update module github.com/stackitcloud/stackit-sdk-go/services/iaas to v0.18.0 by @stackit-pipeline in #614
  • chore: provide terraform binary to pipeline by @bahkauv70 in #615
  • fix(deps): update stackit sdk modules by @stackit-pipeline in #616
  • Feat/674070 tfp | cleanup logic for old ske credentials rotation flow by @bahkauv70 in #611

New Contributors

Full Changelog: v0.36.0...v0.37.0

v0.36.0

12 Dec 17:53
100704c
Compare
Choose a tag to compare
ref 635294: server update schedules (#607)

Signed-off-by: Adrian Nackov <adrian.nackov@mail.schwarz>

v0.35.1

03 Dec 11:43
51485f8
Compare
Choose a tag to compare
Fix inconsistent result after apply in SKE cluster node pool taint va…

v0.35.0

22 Nov 10:21
2a2d62a
Compare
Choose a tag to compare
Onboard public_ip_associate resource (#582)

* onboard public_ip_associate resource

* add warnings

* add example

* edit warning message

* Update stackit/internal/services/iaas/publicipassociate/resource.go

Co-authored-by: João Palet <joao.palet@outlook.com>

* Update stackit/internal/services/iaas/publicipassociate/resource.go

Co-authored-by: João Palet <joao.palet@outlook.com>

* Update stackit/internal/services/iaas/publicipassociate/resource.go

Co-authored-by: João Palet <joao.palet@outlook.com>

* Update stackit/internal/services/iaas/publicipassociate/resource.go

Co-authored-by: João Palet <joao.palet@outlook.com>

* Update stackit/internal/services/iaas/publicipassociate/resource.go

Co-authored-by: João Palet <joao.palet@outlook.com>

* Update stackit/internal/services/iaas/publicipassociate/resource.go

Co-authored-by: João Palet <joao.palet@outlook.com>

* Update stackit/internal/services/iaas/publicipassociate/resource.go

Co-authored-by: João Palet <joao.palet@outlook.com>

* Update stackit/internal/services/iaas/publicipassociate/resource.go

Co-authored-by: João Palet <joao.palet@outlook.com>

* add requiresReplace in network_interface_id

* change function name to toCreatePayload

* change deletion of the public ip association

* add unit test

* Add missing space between sentences

* update conflict warning message

* update conflict warning message

* Adjust warning message

---------

Co-authored-by: João Palet <joao.palet@outlook.com>
Co-authored-by: João Palet <joao.palet@freiheit.com>

v0.34.2

22 Nov 08:34
7b693ac
Compare
Choose a tag to compare
Add missing fields to datasource (#596)

* add missing fields to datasource

* split resource and datasource models

v0.34.1

20 Nov 08:12
b1fb9ab
Compare
Choose a tag to compare

What's Changed

  • Allow updating labels in network area route resource by @joaopalet in #590
  • fix: Fix formatting of key pair example by @joaopalet in #592
  • chore(deps): update renovatebot/github-action action to v41 by @MelvinKl in #586
  • Docs: add docs to use aws s3 provider for stackit s3 by @h3adex in #583
  • Feature: allow system components on nodepools by @h3adex in #591
  • Extend network resource fields by @GokceGK in #576

New Contributors

Full Changelog: v0.34.0...v0.34.1