Skip to content

v0.4.0

Compare
Choose a tag to compare
@patrickcping patrickcping released this 19 Aug 08:52
· 34 commits to main since this release
fcc40ca

BREAKING CHANGES:

  • resource/davinci_flow: Some variable configuration fields have been removed from the davinci_flow resource. Variable description, max, min, value and mutable fields can no longer be managed in the flow export. Use davinci_variable to manage these configuration items instead. (#344)

NOTES:

  • resource/davinci_variable: Migrated to plugin framework. (#344)
  • Bump github.com/golangci/golangci-lint from 1.59.0 => 1.59.1 (#345)
  • Bump github.com/golangci/golangci-lint from 1.59.1 => 1.60.1 (#350)
  • Bump github.com/hashicorp/go-getter from 1.7.4 => 1.7.5 (#345)
  • Bump github.com/hashicorp/terraform-plugin-docs from 0.19.3 => 0.19.4 (#345)
  • Bump github.com/hashicorp/terraform-plugin-framework from 1.8.0 => 1.11.0 (#345)
  • Bump github.com/patrickcping/pingone-go-sdk-v2/management from 0.39.0 => 0.43.0 (#345)
  • Bump github.com/patrickcping/pingone-go-sdk-v2 from 0.11.9 => 0.12.3 (#345)
  • Bump github.com/samir-gandhi/davinci-client-go from 0.3.0 => 0.4.0 (#350)
  • bump go version from 1.22.3 => 1.22.5 (#345)
  • Bump pingone Terraform provider in documentation. (#355)
  • Updated connector reference guide with latest connector definitions. (#354)

ENHANCEMENTS:

  • resource/davinci_flow: Change flow/variable logic to support the ability to export flows without variable values, but still allow management of variables values if necessary. (#344)
  • resource/davinci_variable: Add support for secret company variables. (#344)
  • resource/davinci_variable: Change flow/variable logic to support the ability to export flows without variable values, but still allow management of variables values if necessary. (#344)

BUG FIXES:

  • resource/davinci_flow: Fix "Provider produced inconsistent result after apply" error when updating variables in a flow. (#344)
  • resource/davinci_flow: Fix erroneous deletion of a company / flow instance variable if a flow contains reference to it within it's export. (#344)
  • resource/davinci_flow: Fix inability to let flows themselves manage variable values during flow execution (allow option to not manage variable values in Terraform state). (#344)
  • resource/davinci_flow: Resolve warnings that state that DaVinci JSON files contain unknown properties (August 2024). (#350)

What's Changed

Full Changelog: v0.3.3...v0.4.0