Skip to content

Releases: SAP/terraform-provider-btp

v1.0.0-rc1

06 Dec 06:35
5b4af56
Compare
Choose a tag to compare

What's Changed

Exciting New Features 🚀

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

New Contributors

Full Changelog: v0.6.0-beta2...v1.0.0-rc1

v0.6.0-beta2

13 Nov 11:14
ffec12a
Compare
Choose a tag to compare

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

Full Changelog: v0.6.0-beta1...v0.6.0-beta2

v0.6.0-beta1

07 Nov 07:21
9eef2f4
Compare
Choose a tag to compare

What's Changed

Breaking Changes 🛠

  • fix: handling of labels on subaccount and directory by @kuntzed in #494

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 🐞

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

04 Oct 06:15
0e8c906
Compare
Choose a tag to compare

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 🐞

Other Changes

Full Changelog: v0.4.0-beta1...v0.5.0-beta1

v0.4.0-beta1

06 Sep 13:00
b2993a5
Compare
Choose a tag to compare

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

Full Changelog: v0.3.0-beta1...v0.4.0-beta1

v0.3.0-beta1

24 Aug 09:26
466b007
Compare
Choose a tag to compare

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

Full Changelog: v0.2.0-beta2...v0.3.0-beta1

v0.2.0-beta2

26 Jul 12:52
a76fb78
Compare
Choose a tag to compare
chore: prepare 0.2.0-beta2 release

v0.2.0-beta1

26 Jul 10:25
1f39041
Compare
Choose a tag to compare
fix(docs): provider version (#331)

v0.1.0-beta1

26 Jun 13:12
7716a26
Compare
Choose a tag to compare
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