Releases: SAP/terraform-provider-btp
Releases · SAP/terraform-provider-btp
v1.0.0-rc1
What's Changed
Exciting New Features 🚀
- feat: security_settings resource by @v0lkc in #527
- feat: enhance dev container to enable remote state configuration by @lechnerc77 in #540
- ci: Terraform Integration Landscape Setup by @andre-dossinger in #532
- feat: Directories Datasource by @andre-dossinger in #548
Bug Fixes 🐞
- fix: deletion of subaccounts under managed directories by @lechnerc77 in #545
- fix: add new field in service manager model broker error model by @lechnerc77 in #552
Other Changes
- fix: adapt to command changes from XSUAA-3964 by @kuntzed in #526
- docs: update get started by @annawenger20 in #534
New Contributors
- @andre-dossinger made their first contribution in #532
Full Changelog: v0.6.0-beta2...v1.0.0-rc1
v0.6.0-beta2
What's Changed
Breaking Changes 🛠
- fix: renamed provider config parameter for consistency by @lechnerc77 in #522
Exciting New Features 🚀
- feat: remove state in case of 404 errors to enable recreation by @sdischer-sap in #513
- feat: handling of "not found" resources in READ operations by @lechnerc77 in #518
Bug Fixes 🐞
- fix: nil pointer error creation of service instance by @lechnerc77 in #521
New Contributors
- @sdischer-sap made their first contribution in #513
Full Changelog: v0.6.0-beta1...v0.6.0-beta2
v0.6.0-beta1
What's Changed
Breaking Changes 🛠
Exciting New Features 🚀
- feat(btpcli): add support for passcode auth by @v0lkc in #459
- feat: support update of global account trust configuration by @kuntzed in #482
- feat: improve error messages of provider login by @lechnerc77 in #485
- feat: switch to new cli server urls by @kuntzed in #499
Bug Fixes 🐞
- fix: handling of entitlements in hierarchies by @lechnerc77 in #456
- fix(cleanup): Add planmodifier "UseStateforUnkown" by @lechnerc77 in #473
- fix: error handling of non-updateable fields of directory by @lechnerc77 in #474
- feat: use btp CLI session handling by @kuntzed in #489
- fix: failing import of subaccount trust configuration by @lechnerc77 in #492
- fix: remove workaround for directory deletion by @lechnerc77 in #495
- fix: remove unused code for logout by @lechnerc77 in #496
- fix: remove workarounds from service instance creation by @lechnerc77 in #498
- fix: handling of trust configuration for SAP default idp by @lechnerc77 in #505
Other Changes
- chore(dependency): updated test matrix for supported Terraform versions by @lechnerc77 in #452
- fix: sonar cloud code smell - error message header by @lechnerc77 in #478
Full Changelog: v0.5.0-beta1...v0.6.0-beta1
v0.5.0-beta1
What's Changed
Breaking Changes 🛠
- feat: enable input of labels for service bindings by @lechnerc77 in #447
- fix: label handling for service instances on subaccounts by @lechnerc77 in #450
Exciting New Features 🚀
- feat: add app name to data sources for roles by @lechnerc77 in #414
- test: re-activating tests for resource_globalaccount_trust_configuration by @kuntzed in #420
- feat: add attribute mapping to role collection assignment by @lechnerc77 in #421
- feat: subscription with empty plan name by @lechnerc77 in #424
- feat: improve id token login by @kuntzed in #436
- feat: support update of subaccount trust configurations by @kuntzed in #444
Bug Fixes 🐞
- fix: retry logic for blocking entitlements by @lechnerc77 in #449
Other Changes
- docs: add information about SAP Universal ID logon by @lechnerc77 in #419
- docs: sample for creation of kyma env instance by @lechnerc77 in #430
Full Changelog: v0.4.0-beta1...v0.5.0-beta1
v0.4.0-beta1
What's Changed
Exciting New Features 🚀
- feat: handle outdated client protocol version by @lechnerc77 in #400
- feat: configurable timeouts for environment instance and service instance by @lechnerc77 in #401
- feat: enable directory features and entitlements on directory level by @lechnerc77 in #396
- feat: support login with id token by @kuntzed in #406
Bug Fixes 🐞
- fix: nil pointer exception in subaccounts entitlement read by @lechnerc77 in #397
Other Changes
- chore: new version of BTP CLI client by @lechnerc77 in #398
Full Changelog: v0.3.0-beta1...v0.4.0-beta1
v0.3.0-beta1
What's Changed
Exciting New Features 🚀
- feat(resource): support update of "btp_globalaccount_resource_provider" by @kuntzed in #343
- fix: extend timeout for service instance and env instance by @lechnerc77 in #384
Bug Fixes 🐞
- fix(resource): fix schema and add tests for resource provider by @kuntzed in #339
- fix(btp_subaccount_roles): mapping of role names by @v0lkc in #350
- fix: handling of errors for services, subscriptions and bindings by @lechnerc77 in #352
- fix: error handling of entitlement polling by @lechnerc77 in #354
- docs: enhance provider setup documentation by @lechnerc77 in #355
- fix(sonar): Reduce complexity of internal/tfutils/tfutils.go by @kiesslingh in #375
- fix: exchange refresh token by @lechnerc77 in #381
- fix: env instance parameters classification by @lechnerc77 in #382
- fix: workaround for service instance creation by @lechnerc77 in #387
Other Changes
- chore: remove copied state.go file from sonar checks by @lechnerc77 in #377
- fix: Reduce complexity of facade_accounts_entitlement.go by @kiesslingh in #383
- docs: correction of environment instance sample by @lechnerc77 in #386
- chore: prepare docs for 0.3.0 release by @v0lkc in #388
New Contributors
- @kiesslingh made their first contribution in #362
Full Changelog: v0.2.0-beta2...v0.3.0-beta1
v0.2.0-beta2
chore: prepare 0.2.0-beta2 release
v0.2.0-beta1
fix(docs): provider version (#331)
v0.1.0-beta1
test: for resource_directory_role_collection_assignment (#226) * test: for resource_directory_role_collection_assignment - adding test and fixtures for directory role collection assignment resource - adding missing id field required for testing - generate docs * fixing accidentally redacted origins in test fixtures