NOTES:
- bump
github.com/samir-gandhi/davinci-client-go
0.6.1 => 0.7.1 (#389) - bump
golang.org/x/crypto
0.28.0 => 0.31.0 (#393)
NOTES:
- Update Connector Reference Guide (November 2024). (#385)
- bump
github.com/hashicorp/terraform-plugin-framework-validators
0.14.0 => 0.15.0 (#387) - bump
github.com/hashicorp/terraform-plugin-framework
1.12.0 => 1.13.0 (#387) - bump
github.com/hashicorp/terraform-plugin-go
0.24.0 => 0.25.0 (#387) - bump
github.com/hashicorp/terraform-plugin-mux
0.16.0 => 0.17.0 (#387) - bump
github.com/hashicorp/terraform-plugin-sdk/v2
2.34.0 => 2.35.0 (#387) - bump
github.com/patrickcping/pingone-go-sdk-v2/management
0.43.0 => 0.44.0 (#387) - bump
github.com/patrickcping/pingone-go-sdk-v2
0.12.3 => 0.12.4 (#387)
NOTES:
- Bump
github.com/golangci/golangci-lint
from 1.60.3 to 1.61.0 (#378) - Bump
github.com/hashicorp/terraform-plugin-framework-validators
from 0.13.0 to 0.14.0 (#378) - Bump
github.com/hashicorp/terraform-plugin-framework
from 1.11.0 to 1.12.0 (#378) - Bump
github.com/hashicorp/terraform-plugin-go
from 0.23.0 to 0.24.0 (#378) - Update Connector Reference Guide (October 2024). (#377)
NOTES:
- Bump
github.com/samir-gandhi/davinci-client-go
from 0.6.0 => 0.6.1 (#370) - Bump
github.com/samir-gandhi/dvgenerate
from 0.0.11 => 0.0.12 (#370) - Update Connector Reference Guide. (#371)
NOTES:
- Bump
github.com/golangci/golangci-lint
from 1.60.1 => 1.60.3 (#368) - Bump
github.com/samir-gandhi/davinci-client-go
from 0.5.0 => 0.6.0 (#368)
BUG FIXES:
resource/davinci_flow
: Fix validation to test whether the flow JSON contains multiple flows in one file. Only single flows are supported. (#367)
BUG FIXES:
resource/davinci_flow
: Remove node specific validation from the additional (unknown) properties validation check. (#363)resource/davinci_variable
: Fix "Value Conversion Error" when defining variables with unknown values. (#365)
BREAKING CHANGES:
resource/davinci_flow
: Reverted the ability to use flow exports with variable values removed. Variable values are required when importing flows using this provider. (#361)
NOTES:
- Bump
github.com/hashicorp/terraform-plugin-framework-validators
from 0.12.0 => 0.13.0 (#356) - Bump
github.com/katbyte/terrafmt
from 0.5.3 => 0.5.4 (#356) - Bump
github.com/samir-gandhi/davinci-client-go
from 0.4.0 => 0.5.0 (#361) - Bump
github.com/terraform-linters/tflint
from 0.51.1 => 0.53.0 (#356) resource/davinci_flow
: Enhanced error messages that result from invalid flow formats. (#361)
BUG FIXES:
resource/davinci_flow
: Resolve warnings that state that DaVinci JSON files contain unknown properties when using flow variable nodes. (#361)resource/davinci_variable
: Fix "Provider produced inconsistent result after apply" when defining a variable oftype
=secret
. (#358)resource/davinci_variable
: Fixed "Error reading variable: json: cannot unmarshal object into Go struct field" error on all variables when a flow sets a flow variable value to an object type. (#361)resource/davinci_variable
: Fixed panic crash when attempting to create a new flow variable that does not already exist. (#361)
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)
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
: Addedflow_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
: Fixedflow_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)
NOTES:
resource/davinci_flow
:flow_variables
now includes a plan derived from the flow import JSON. (#308)- bump
github.com/golangci/golangci-lint
1.55.2 => 1.58.2 (#307) - bump
github.com/hashicorp/go-getter
1.7.2 => 1.7.4 (#307) - bump
github.com/hashicorp/terraform-plugin-docs
0.18.0 => 0.19.2 (#307) - bump
github.com/hashicorp/terraform-plugin-go
0.22.1 => 0.23.0 (#307) - bump
github.com/samir-gandhi/dvgenerate
0.0.10 => 0.0.11 (#307) - bump
golang.org/x/net
0.22.0 => 0.25.0 (#307)
BUG FIXES:
resource/davinci_flow
: Fixed "Error parsingflow_json
" error when theflow_json
string is unknown during plan. (#306)
NOTES:
- bump
github.com/hashicorp/terraform-plugin-framework
1.5.0 => 1.7.0 (#286) - bump
github.com/hashicorp/terraform-plugin-go
0.21.0 => 0.22.1 (#286) - bump
github.com/hashicorp/terraform-plugin-mux
0.14.0 => 0.15.0 (#286) - bump
github.com/hashicorp/terraform-plugin-sdk/v2
2.31.0 => 2.33.0 (#286) - bump
github.com/katbyte/terrafmt
0.5.2 => 0.5.3 (#286) - bump
github.com/samir-gandhi/davinci-client-go
0.2.0 => 0.3.0 (#288)
BUG FIXES:
resource/davinci_flow
: Fixed inconsistent state errors when importing a flow with a non-default log setting. (#288)resource/davinci_flow
: Fixed panic error when the flow JSON contains a flow conductor node which isn't using a subflow capability. (#285)
BREAKING CHANGES:
resource/davinci_flow
: Theflow_json
parameter does not now represent the flow after import. It now only represents the flow JSON payload from the source system. When needing to use the resulting flow after import in the target environment,flow_export_json
should be used. (#250)
NOTES:
- Added plugin mux factory and plugin framework (v6 protocol) provider to facilitate migration from SDKv2 (v5 protocol). (#250)
- Added regex validation for resource/data-source parameters that require platform IDs. (#250)
- Code optimisations to remove unnecessary SDK retry logic. (#250)
- Index documentation updated to reflect latest best practices for admin role requirements and creation of PingOne environments that do not have demo/bootstrapped configuration automatically applied. (#250)
- Provider updated thoughout to support environments that have been created without demo/bootstrapped configuration automatically applied. Creation of environments without demo/bootstrapped configuration is best practice going forward. (#250)
- Upgrade GO to
v1.21
. (#245) data-source/davinci_application
: Deprecated theuser_portal
andsaml
block parameters as they are no longer used. The parameters will be removed in the next major release. (#250)data-source/davinci_application
: Un-deprecate theapplication_id
parameter, and deprecated theid
parameter for the purpose of fetching an application by it's ID. Theapplication_id
should be used going forward. (#250)data-source/davinci_applications
: Address code scanning advisories. (#245)data-source/davinci_applications
: Corrected documentation category. (#250)data-source/davinci_applications
: Deprecated theuser_portal
andsaml
block parameters as they are no longer used. The parameters will be removed in the next major release. (#250)data-source/davinci_connections
: Deprecated theconnections.company_id
parameter as it is a duplicate of theenvironment_id
parameter. (#250)resource/davinci_application_flow_policy
: Address code scanning advisories. (#245)resource/davinci_application_flow_policy
: Fix import documentation example. (#248)resource/davinci_application
: Deprecated theuser_portal
andsaml
parameters as they are no longer used. The parameters will be removed in the next major version release. (#250)resource/davinci_connection
: Moved connector reference to separate guide. (#279)resource/davinci_connection
: Updated connector reference documentation. (#245)resource/davinci_connection
: When theproperty.type
parameter is not set for a property object, the default is now set tostring
. (#250)resource/davinci_flow
: Address code scanning advisories. (#247)resource/davinci_flow
: Migrated to plugin framework. (#250)resource/davinci_flow
: Thedeploy
parameter is now deprecated. Deployment on import and update is now implicit. This parameter will be removed in the next major release. (#250)resource/davinci_flow
: Theflow_variables
computed attribute has changed data type. Previously the attribute was a block type. Going forward, the attribute is nested set type. There are no changes expected to HCL to use the new data type. (#250)resource/davinci_flow
: Updated warning messages when subflows and connectors are left unmapped. Going forward, all subflows and connections in a flow should be mapped using theconnection_link
andsubflow_link
parameters. (#250)- bump
github.com/cloudflare/circl
1.3.3 => 1.3.7 (#278) - bump
github.com/go-git/go-git/v5
v5.9.0 => v5.11.0 (#242) - bump
github.com/hashicorp/terraform-plugin-docs
0.16.0 => 0.18.0 (#278) - bump
github.com/hashicorp/terraform-plugin-sdk/v2
v2.30.0 => v2.31.0 (#246) - bump
github.com/patrickcping/pingone-go-sdk-v2/management
0.34.0 => 0.36.0 (#250) - bump
github.com/patrickcping/pingone-go-sdk-v2/management
0.36.0 => 0.38.0 (#278) - bump
github.com/patrickcping/pingone-go-sdk-v2/management
v0.32.0 => v0.34.0 (#246) - bump
github.com/patrickcping/pingone-go-sdk-v2
0.11.5 => 0.11.8 (#278) - bump
github.com/samir-gandhi/davinci-client-go
0.0.55 => 0.1.0 (#250) - bump
github.com/samir-gandhi/davinci-client-go
0.1.0 => 0.2.0 (#279) - bump
github.com/terraform-linters/tflint
0.48.0 => 0.50.3 (#278) - bump
golang.org/x/crypto
v0.16.0 => v0.17.0 (#241) - bump
google.golang.org/protobuf
1.31.0 => 1.33.0 (#278)
ENHANCEMENTS:
- Added ability to append custom text information to the default User Agent. (#249)
data-source/davinci_applications
: Added a configurable timeout parameter and updated the default timeout to20m
due to eventual consistency considerations on environment creation. (#250)data-source/davinci_connection
: Added a configurable timeout parameter and updated the default timeout to20m
due to eventual consistency considerations on environment creation. (#250)data-source/davinci_connection
: Added a newconnection_id
parameter and deprecated theid
parameter for the purpose of fetching a connection by it's ID. Theconnection_id
should be used going forward. (#250)data-source/davinci_connections
: Added a configurable timeout parameter and updated the default timeout to20m
due to eventual consistency considerations on environment creation. (#250)resource/davinci_application_flow_policy
: Addedpolicy_flow.allowed_ip_list
to be able to configure an allowed IP list for policy flows. (#250)resource/davinci_connection
: Added ability to configure complex properties as JSON format. (#279)resource/davinci_flow
: Added theconnection_link.replace_import_connection_id
parameter to be able to replace the name of connectors with the specified connection ID in a flow import. (#250)resource/davinci_flow
: Added thedescription
parameter to be able to override the description of the flow on import. (#250)resource/davinci_flow
: Added theflow_configuration_json
andflow_export_json
attributes to the resource.flow_configuration_json
is used to compute configuration changes and drift, whileflow_export_json
is used as a record of the resulting flow once imported to the target environment. (#250)resource/davinci_flow
: Added thesubflow_link.replace_import_subflow_id
parameter to be able to replace the name of subflows with the specified subflow ID in a flow import. (#250)resource/davinci_flow
: Thename
parameter is now an optional field, to be able to override the name of the flow on import. (#250)
BUG FIXES:
- Fixed bug where resources may be created in the incorrect PingOne environment when multiple DaVinci environments are being configured in the same
apply
routine. (#250) - Fixed intermittent
Unable to retrieve access_token within 60s for environment
error. (#250) data-source/davinci_applications
: Fixed bug where not all applications are returned for an environment due to eventual consistency considerations on environment creation. (#250)data-source/davinci_applications
: Fixed issue where not all connections are returned due to eventual consistency considerations on environment creation. (#250)data-source/davinci_connection
: Fixedunable to identify value type, only string or boolean is currently supported
error when reading a connection that has an integer property value. (#276)data-source/davinci_connection
: Fixed issue where a connection isn't returned due to eventual consistency considerations on environment creation. (#250)data-source/davinci_connections
: Fixedunable to identify value type, only string or boolean is currently supported
error when reading connections that have an integer property value. (#276)data-source/davinci_connections
: Fixed theconnections.customer_id
attribute not being stored into state. (#250)resource/davinci_application_flow_policy
: Fixed error when specifying a flow policy withoutpolicy_flow.name
orpolicy_flow.version
parameters. Thepolicy_flow.name
andpolicy_flow.version
are now required fields. (#250)resource/davinci_application_flow_policy
: Fixed error when specifying a flow policy without anypolicy_flow
blocks. Thepolicy_flow
block is now a required field. (#250)resource/davinci_application_flow_policy
: Fixed inability to setpolicy_flow.success_nodes
. (#250)resource/davinci_application_flow_policy
: Fixed inability to update the environment ID and application ID once created (resource now requires replacement). (#250)resource/davinci_application
: Fixed inability to setapi_key_enabled
,oauth.enabled
andoauth.values.enabled
tofalse
. (#250)resource/davinci_application
: Fixed panic crash when defining an application with anoauth
block, but withoutoauth.values
. (#250)resource/davinci_connection
: FixedError retrieving connectors / 7005
error in certain conditions. (#250)resource/davinci_connection
: Fixedunable to identify value type, only string or boolean is currently supported
error when importing a connection that has an integer property value. (#276)resource/davinci_connection
: Fixed inability to import thedefaultUserPool
User Pool connector to Terraform state. (#279)resource/davinci_connection
: Fixed inability to update the environment ID, connection name and ID once created (resource now requires replacement). (#250)resource/davinci_connection
: Fixed inconsistent plan when specifying a property data type. (#250)resource/davinci_flow
: Corrected flow drift calculation errors, causing plan inconsistency. (#250)resource/davinci_flow
: Corrected panic errors on flow drift calculation and connection/subflow re-mapping. (#250)resource/davinci_flow
: Fixed inability to update the environment ID after initial configuration (resource requires replacement). (#250)resource/davinci_variable
: Fixed inability to update the environment ID once created (resource now requires replacement). (#250)
BUG FIXES:
resource/davinci_application
: add policy block back with deprecation notice (#236)
NOTES:
- Added
terraform import
documentation to all applicable resources. (#195)
ENHANCEMENTS:
resource/application_flow_policy
: separate application policies to have their own lifecycle and avoid affecting upstream apps. (#214)
BUG FIXES:
internal/sdk
: capture additional retryable errors on flow sign-in (#128)resource/davinci_application
: Fixed error when attempting to import resource state. (#196)resource/davinci_connection
: Fixed error when attempting to import resource state. (#196)resource/davinci_flow
: Fixed error when attempting to import resource state. (#196)resource/davinci_flow
: additional error handling for misconfigured flows (#230)resource/davinci_variable
: Fixed error when attempting to import resource state. (#196)
BUG FIXES:
datasource_connection
: update datasource to account for empty value (#204)resource_connection
: handling for resource removed without terraform. (#191)
ENHANCEMENTS:
provider
: Support for custom User Agent API request header (#182)
BUG FIXES:
resource_application
: Add full CRUD logic to application policies (#183)
BUG FIXES:
resource_connection
: creation and update of connection directly updates state. Read avoids obfuscated values. (#168)
DOCUMENTATION:
provider
: Add example of new PingOne role usage: "DaVinci Admin" (#165)
ENHANCEMENTS:
provider
: Support host_url as provider input parameterdavinci-client-go
: Update to v0.0.53 for host_url support (#151)
BUG FIXES:
internal_sweep_client
: Update model to match new pingone client schema. (#163)
ENHANCEMENTS:
provider
: added handling to optionally accept davinci access token in place of username/password (#124)
BUG FIXES:
davinci_api_client
: update to v0.0.52. http default timeout raised to 300s (#131)
BUG FIXES:
davinci_flow
: Diff handling for flow_json.settings.logLevel (#125)
DOCUMENTATION:
davinci_connection
: added plugin to generate connection detail docs
NOTES:
- Updated the index document to refer to detailed getting started guide at
terraform.pingidentity.com
. (#104) GNUMakefile
: updated release validation checks and preparation for multi-region tests. (#85)
BUG FIXES:
davinci_flow
: switch for subflowVersionId types (#106)go_client
: v0.0.48 corrected logic for empty nodes of type CONNECTION (#98)
BUG FIXES:
go_client
: fixed flow variable loop logicdavinci_flow
: correct variable diff function (#95)
BUG FIXES:
go_client
: Updated Models for flow and variabledavinci_flow
: Added computed flow_variable section (#93)
NOTES:
- Added attribute schema to the documentation index. (#70)
- Updated index documentation examples. (#70)
davinci_connection
: Adjusted example HCL. (#70)
ENHANCEMENTS:
davinci-client-go
: Updated application create function for p1 session flow policies (#69)
BUG FIXES:
davinci_application
: Updated read funtion to unset id if application is not found (#73)
BUG FIXES:
- data_source_application.go: added
id
field. added deprecation notice forapplication_id
data_source_application_test.go: organized tests to get byapplication_id
and get byid
data_source_connnection.go: updated to use correctd.SetId()
function resource_application.go: updated to use correctd.SetId()
function resource_connection.go: updated to use correctd.SetId()
function resource_flow.go: removedid
schema element. updated to use correctd.SetId()
function (#63)
ENHANCEMENTS:
- data_source_application.go: added
id
field. added deprecation notice forapplication_id
data_source_application_test.go: organized tests to get byapplication_id
and get byid
data_source_connnection.go: updated to use correctd.SetId()
function resource_application.go: updated to use correctd.SetId()
function resource_connection.go: updated to use correctd.SetId()
function resource_flow.go: removedid
schema element. updated to use correctd.SetId()
function (#63)
ENHANCEMENTS:
- *_davinci_application: BREAKING CHANGE - Change schema block
policies
topolicy
- *_davinci_application: BREAKING CHANGE - Change schema block
policy_flows
topolicy_flow
resource_davinci_flow: BREAKING CHANGE - Change schema blockconnections
toconnection_link
resource_davinci_flow: BREAKING CHANGE - Change schema blocksubflows
tosubflow_link
- *_davinci_connection: BREAKING CHANGE - Change schema block
properties
to `property (#42) - *_test.go: Updated all tests to use minimal role strategy for main admin user. (#47)
- datasource_davinci_connection: Added filter to get connection by name (#29)
- resource_davinci_flow: updated connection and subflow dependency fields to
id
andname
resource_davinci_connection: updated connection_id and connection_name toid
andname
datasource_davinci_connection: updated connection_id and connection_name toid
andname
datasource_davinci_connections: updated connection_id and connection_name toid
andname
(#33)
BUG FIXES:
- resource_davinci_application: removed unnecessary application_id property (#36)
- go-client: updated client to v0.0.41 for removed omitempty on node data properties (#32)
- resource_davinci_application.go: Marked connection property value field at "Sensitive" data_source_davinci_application.go: Marked connection property value field at "Sensitive" (#40)
- resource_davinci_connection.go: Marked connection property value field at "Sensitive" (#45)
- sdk: corrected ordering of wait for bootstrap to ensure 5s sleep resource_flow_test: added test to validate wait for bootstrap acctest: added models for new resource_flow_test (#30)
ENHANCEMENTS:
- davinci_flow: closes #14 - Save
davinci_flow.connections
anddavinci_flow.subflows
to terraform state davinci_flow: Add warning when missing relevant connection dependency (#14)
BUG FIXES:
- davinci_flow:
flow_json
is now sensitive davinci_connection:properties.value
is now sensitive davinci_variable:value
is now sensitive (#16) - davinci_flow: add
Importer
(#14) - sdk: added missed timeout counter increment (#19)
BACKWARDS INCOMPATIBILITIES / NOTES: