Skip to content

v0.3.3

Compare
Choose a tag to compare
@patrickcping patrickcping released this 04 Jun 11:07
· 53 commits to main since this release
e1af800

NOTES:

  • resource/davinci_flow: Replace deprecated flow attribute validator. (#318)
  • bump github.com/bflad/tfproviderlint from 0.29.0 => 0.30.0 (#326)
  • bump github.com/golangci/golangci-lint 1.58.2 => 1.59.0 (#318)
  • bump github.com/hashicorp/terraform-plugin-docs from 0.19.2 => 0.19.3 (#326)
  • bump github.com/hashicorp/terraform-plugin-framework 1.7.0 => 1.8.0 (#318)
  • bump github.com/hashicorp/terraform-plugin-mux 0.15.0 => 0.16.0 (#318)
  • bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.33.0 => 2.34.0 (#326)
  • bump github.com/patrickcping/pingone-go-sdk-v2/management 0.38.0 => 0.39.0 (#318)
  • bump github.com/patrickcping/pingone-go-sdk-v2 from 0.11.8 => 0.11.9 (#326)
  • bump github.com/terraform-linters/tflint from 0.50.3 => 0.51.1 (#326)
  • bump go version from 1.21.1 => 1.22.3 (#326)

ENHANCEMENTS:

  • resource/davinci_flow: Added flow_variables.value to allow the variable's default value to be updated. (#325)

BUG FIXES:

  • resource/davinci_flow: Fix issue whereby descriptions are not updated. (#319)
  • resource/davinci_flow: Fix issue whereby flow variables cannot be updated, leading to error. (#325)
  • resource/davinci_flow: Fix panic crash when flow instance and/or company variables are included in a flow export. (#316)
  • resource/davinci_flow: Fixed flow_variables.type so that it refers to the data type of the variable (as is the original intention), rather than the type of the variable object. (#325)
  • resource/davinci_flow: Where a description is not provided in the Terraform schema, the description from the flow export will be applied as a fallback. (#319)

What's Changed

Full Changelog: v0.3.2...v0.3.3