Releases: stackitcloud/terraform-provider-stackit
Releases · stackitcloud/terraform-provider-stackit
v0.61.0
What's Changed
- fix(sqlserverflex): attribute rules is required not optional by @Fyusel in #956
- chore(scripts): use bash found in path in shebang by @rubenhoenle in #950
- feat(iaas): onboard iaas project datasource by @marceljk in #955
Changelog
- 2558c02: chore(scripts): use bash found in path in shebang (#950) (@rubenhoenle)
- 5f1e4ff: feat(iaas): onboard iaas project datasource (#955) (@marceljk)
- 64d4597: fix(sqlserverflex): attribute rules is required not optional (#956) (@Fyusel)
Full Changelog: v0.60.0...v0.61.0
v0.60.0
What's Changed
- chore(examples): Add import examples for all resources
- fix(networkinterface): Recognize the removal of allowed_addresses and security_group_ids from terraform config
Changelog
- 7def068: chore(deps): update module golang.org/x/tools to v0.36.0 (#946) (@stackit-pipeline)
- 721e10a: chore(examples): Add import examples for all resources (#939) (@Fyusel)
- 57d7310: fix(deps): update stackit sdk modules (#948) (@stackit-pipeline)
- f16b831: fix(networkinterface): Recognize the removal of allowed_addresses and security_group_ids from terraform config (#940) (@Fyusel)
v0.59.0
What's Changed
- Update network_area and ske documentation and examples by @Fyusel in #929
- chore(provider): mark deprecation for service_account_token by @h3adex in #920
- fix(deps): update stackit sdk module github.com/stackitcloud/stackit-sdk-go/services/serviceaccount by @stackit-pipeline in #938
- add new enum for added Key Algorithm
RSA_4096
- add new enum for added Key Algorithm
Changelog
- 093fb0d: Update network_area and ske documentation and examples (#929) (@Fyusel)
- 5320e0c: chore(provider): mark deprecation for service_account_token (#920) (@h3adex)
- 9084a4a: fix(deps): update module github.com/hashicorp/terraform-plugin-framework to v1.15.1 (#936) (@stackit-pipeline)
- 54b483d: fix(deps): update module github.com/stackitcloud/stackit-sdk-go/services/iaas to v0.28.0 (#938) (@stackit-pipeline)
- e627296: fix(deps): update module github.com/stackitcloud/stackit-sdk-go/services/serviceaccount to v0.10.0 (#942) (@stackit-pipeline)
- b32eedd: fix(deps): update stackit sdk modules (#903) (@stackit-pipeline)
- 343a80d: fix(deps): update stackit sdk modules (#932) (@stackit-pipeline)
Full Changelog: v0.58.2...v0.59.0
v0.58.2
v0.58.1
v0.58.0
Changelog
- e38c5ae: Ft/region adjustment ske (#909) (@Fyusel)
- 1a96e1a: add continue-on-error attribute to pipeline (#908) (@Benjosh95)
- 126b7a2: chore(deps): update module golang.org/x/tools to v0.35.0 (#912) (@stackit-pipeline)
- 6555a99: chore(sa-tokens): mark deprecation on sa-token resource (#919) (@h3adex)
- d7e32f6: chore: update code owners (#905) (@marceljk)
- bf9b225: feat(cdn): add geoblocking (#906) (@ChristianHamm)
- ab232d6: feat(loadbalancer): support service plan attribute (#858) (@ChristianHamm)
- 189fa1e: feat(mongodbflex): region adjustment (#914) (@rubenhoenle)
- 6f33262: feat: implement image optimizer in cdn service (#895) (@matheuspolitano)
- 3255f1e: fix(acc-tests): enable beta resources properly where needed (#913) (@rubenhoenle)
- a930eda: fix(ci): mark the workflow as successful on coverage report error (#917) (@rubenhoenle)
- 8e77675: fix(deps): update module golang.org/x/mod to v0.26.0 (#911) (@stackit-pipeline)
v0.57.0
Highlights
- Add experimental support for iaas routing tables and routes (#896) (@rubenhoenle)
- Add experimental support for iaas network v2 alpha (#899) (@marceljk)
- Add new attributes to git resource and datasource (#890) (@h3adex)
- Add pod_address_ranges to ske resource/datasource (#888) (@h3adex)
Changelog
- 9ff9b8f: feat(iaas): add experimental support for routing tables and routes (#896) (@rubenhoenle)
- d9dc1d4: feat(iaas): add iaas network v2 alpha (#899) (@marceljk)
- 2f06bc5: feat(provider): Added acceptance tests (#891) (@Fyusel)
- 2dda93b: feat: add new attributes to git resource and datasource (#890) (@h3adex)
- 04a3436: feat: add pod_address_ranges to ske resource/datasource (#888) (@h3adex)
- 38fdb60: fix(deps): update stackit sdk modules (#886) (@stackit-pipeline)
- d2c51af: fix(deps): update stackit sdk modules (#894) (@stackit-pipeline)
- a00b046: fix(observability): timeout updating alert config (#902) (@marceljk)
v0.56.0
Changelog
- 90b2f96: chore(deps): bump github.com/cloudflare/circl from 1.6.0 to 1.6.1 (#875) (@dependabot[bot])
- 35dff6a: chore(deps): bump ske SDK module from v0.25.0 -> v0.27.0 (#892) (@rubenhoenle)
- 2f3adf4: chore(deps): update go modules (#870) (@rubenhoenle)
- 0272a86: chore(deps): update module golang.org/x/tools to v0.34.0 (#871) (@stackit-pipeline)
- f435d5d: chore(docs): add STACKIT_SERVICE_ACCOUNT_KEY and STACKIT_PRIVATE_KEY (#883) (@marceljk)
- 8a5de8c: chore(docs): attach network interface via server attribute (#881) (@h3adex)
- 281d31f: chore(iaas): extract mapping of labels into util func (#867) (@rubenhoenle)
- 5e5404b: chore(terraform): refactor region overrides in mapping funcs (#872) (@rubenhoenle)
- b313ef6: chore(terraform): use a util func to build internal terraform id (#869) (@rubenhoenle)
- 8dafa4b: chore: add test coverage in PRs as comment (#884) (@marceljk)
- 801ef60: fix(deps): update module github.com/hashicorp/terraform-plugin-testing to v1.13.2 (#878) (@stackit-pipeline)
- afc8cbb: fix(deps): update module github.com/stackitcloud/stackit-sdk-go/services/loadbalancer to v1.4.0 (#879) (@stackit-pipeline)
- ad24ebe: fix(deps): update stackit sdk modules (#868) (@stackit-pipeline)
- 6914065: fix(deps): update stackit sdk modules (#876) (@stackit-pipeline)
v0.55.0
Changelog
- 7d78a08: Feat/stackittpr 196 ske improve acc test min/max config (#851) (@bahkauv70)
- 6eaae25: feat(ci): add check for goreleaser configuration (#863) (@rubenhoenle)
- fe38924: feat(fmt): run goimports on format make command (#866) (@rubenhoenle)
- 0733ccb: fix(objectstorage): handle bucket not empty error on bucket delete (#865) (@rubenhoenle)
v0.54.0
Changelog
- b2af6ac: Feat/stackittpr 189 min max tests (#806) (@bahkauv70)
- aa6c0df: chore(acceptance test): logme acceptance tests (#814) (@bahkauv70)
- d793342: chore(docs): add guide how to create service account in empty org (#862) (@rubenhoenle)
- 5b044d2: chore(docs): add possible values for security group rule protocol (#857) (@rubenhoenle)
- 1a2649c: chore(docs): align contribution guide to user-agent header refactoring (#845) (@rubenhoenle)
- 6752802: chore(sqlserverflex): implemented min/max test (#812) (@bahkauv70)
- 919f93a: feat(authorization): set custom user-agent header for STACKIT API calls (#827) (@rubenhoenle)
- 5d844a8: feat(cdn): set custom user-agent header for STACKIT API calls (#830) (@rubenhoenle)
- 913cc14: feat(dns): add option to get dns_zone by dns_name (#856) (@marceljk)
- 39ed24a: feat(dns): set custom user-agent header for STACKIT API calls (#831) (@rubenhoenle)
- 11bdcf2: feat(git): set custom user-agent header for STACKIT API calls (#835) (@rubenhoenle)
- 53ec994: feat(iaas): set custom user-agent header for STACKIT API calls (#821) (@rubenhoenle)
- 6a0ccb8: feat(loadbalancer): add observability options to resource and datasource (#789) (@rubenhoenle)
- 7d07f2a: feat(loadbalancer): set custom user-agent header for STACKIT API calls (#843) (@rubenhoenle)
- b5c4927: feat(logme): set custom user-agent header for STACKIT API calls (#832) (@rubenhoenle)
- abc3d28: feat(mariadb): set custom user-agent header for STACKIT API calls (#842) (@rubenhoenle)
- 0ba6e06: feat(modelserving): set custom user-agent header for STACKIT API calls (#834) (@rubenhoenle)
- a47fac0: feat(mongodb): set point_in_time_window_hours as required (#860) (@marceljk)
- 06af447: feat(mongodbflex): set custom user-agent header for STACKIT API calls (#840) (@rubenhoenle)
- f572b5c: feat(objectstorage): Min/Max acceptance tests (#850) (@Fyusel)
- 1ff7510: feat(objectstorage): set custom user-agent header for STACKIT API calls (#836) (@rubenhoenle)
- 266053d: feat(observability): set custom user-agent header for STACKIT API calls (#833) (@rubenhoenle)
- b25b20e: feat(opensearch): set custom user-agent header for STACKIT API calls (#839) (@rubenhoenle)
- 342de60: feat(postgresflex): set custom user-agent header for STACKIT API calls (#841) (@rubenhoenle)
- fa356e3: feat(rabbitmq): set custom user-agent header for STACKIT API calls (#828) (@rubenhoenle)
- 1e87271: feat(redis): set custom user-agent header for STACKIT API calls (#838) (@rubenhoenle)
- ee70c02: feat(resourcemanager): set custom user-agent header for STACKIT API calls (#826) (@rubenhoenle)
- b4ab2c0: feat(secretsmanager): set custom user-agent header for STACKIT API calls (#837) (@rubenhoenle)
- fd7cc67: feat(serverbackup): set custom user-agent header for STACKIT API calls (#822) (@rubenhoenle)
- b94bc7b: feat(serverupdate): set custom user-agent header for STACKIT API calls (#823) (@rubenhoenle)
- cc1f81b: feat(serviceaccount): set custom user-agent header for STACKIT API calls (#824) (@rubenhoenle)
- 6ded78f: feat(ske): set custom user-agent header for STACKIT API calls (#829) (@rubenhoenle)
- 3b8419f: feat(sqlserverflex): set custom user-agent header for STACKIT API calls (#825) (@rubenhoenle)
- a2cd8a0: fix(deps): update module github.com/hashicorp/terraform-plugin-framework to v1.15.0 (#847) (@stackit-pipeline)
- 536d824: fix(deps): update module github.com/hashicorp/terraform-plugin-framework-validators to v0.18.0 (#820) (@stackit-pipeline)
- 9b1c658: fix(deps): update module github.com/hashicorp/terraform-plugin-go to v0.28.0 (#848) (@stackit-pipeline)
- ab7245c: fix(deps): update module github.com/hashicorp/terraform-plugin-testing to v1.13.0 (#849) (@stackit-pipeline)
- d7b6530: fix(deps): update module github.com/hashicorp/terraform-plugin-testing to v1.13.1 (#859) (@stackit-pipeline)
- 29f9a01: fix(deps): update module github.com/stackitcloud/stackit-sdk-go/core to v0.17.2 (#861) (@stackit-pipeline)
- e46995b: fix(deps): update module github.com/stackitcloud/stackit-sdk-go/services/ske to v0.22.4 (#819) (@stackit-pipeline)
- 840a915: fix(deps): update stackit sdk modules (#813) (@stackit-pipeline)
- 7ce8027: fix(deps): update stackit sdk modules (#846) (@stackit-pipeline)
- 3b3f703: fix(deps): update stackit sdk modules (#852) (@stackit-pipeline)
- aaf29e4: fix(loadbalancer): set external_address as optional (#854) (@marceljk)
- c693715: fix(observability): Remove parameters from acc test (#853) (@Fyusel)