v0.4.0
BREAKING CHANGES:
resource/davinci_flow
: Some variable configuration fields have been removed from thedavinci_flow
resource. Variabledescription
,max
,min
,value
andmutable
fields can no longer be managed in the flow export. Usedavinci_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
- Bump goreleaser/goreleaser-action from 5.1.0 to 6.0.0 by @dependabot in #328
- bump go dependencies 2024-08-14 by @patrickcping in #345
- Update pingone provider in acctests by @patrickcping in #349
- bump go modules 2024-08-16 by @patrickcping in #350
- use new includeVariableValues query param response by @samir-gandhi in #344
- Update connector reference 2024-08-19 by @patrickcping in #354
- Bump pingone provider in documentation by @patrickcping in #355
Full Changelog: v0.3.3...v0.4.0