From 4a32b225e98ad9ed4597e14c29b25f4e191f4e78 Mon Sep 17 00:00:00 2001 From: Patrick Cowland Date: Wed, 10 Apr 2024 11:22:59 +0100 Subject: [PATCH] changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c3279d0..490afef0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ NOTES: * `resource/davinci_application_flow_policy`: Address code scanning advisories. ([#245](https://github.com/pingidentity/terraform-provider-davinci/issues/245)) * `resource/davinci_application_flow_policy`: Fix import documentation example. ([#248](https://github.com/pingidentity/terraform-provider-davinci/issues/248)) * `resource/davinci_application`: Deprecated the `user_portal` and `saml` parameters as they are no longer used. The parameters will be removed in the next major version release. ([#250](https://github.com/pingidentity/terraform-provider-davinci/issues/250)) +* `resource/davinci_connection`: Moved connector reference to separate guide. ([#279](https://github.com/pingidentity/terraform-provider-davinci/issues/279)) * `resource/davinci_connection`: Updated connector reference documentation. ([#245](https://github.com/pingidentity/terraform-provider-davinci/issues/245)) * `resource/davinci_connection`: When the `property.type` parameter is not set for a property object, the default is now set to `string`. ([#250](https://github.com/pingidentity/terraform-provider-davinci/issues/250)) * `resource/davinci_flow`: Address code scanning advisories. ([#247](https://github.com/pingidentity/terraform-provider-davinci/issues/247)) @@ -37,6 +38,7 @@ NOTES: * bump `github.com/patrickcping/pingone-go-sdk-v2/management` v0.32.0 => v0.34.0 ([#246](https://github.com/pingidentity/terraform-provider-davinci/issues/246)) * bump `github.com/patrickcping/pingone-go-sdk-v2` 0.11.5 => 0.11.8 ([#278](https://github.com/pingidentity/terraform-provider-davinci/issues/278)) * bump `github.com/samir-gandhi/davinci-client-go` 0.0.55 => 0.1.0 ([#250](https://github.com/pingidentity/terraform-provider-davinci/issues/250)) +* bump `github.com/samir-gandhi/davinci-client-go` 0.1.0 => 0.2.0 ([#279](https://github.com/pingidentity/terraform-provider-davinci/issues/279)) * bump `github.com/terraform-linters/tflint` 0.48.0 => 0.50.3 ([#278](https://github.com/pingidentity/terraform-provider-davinci/issues/278)) * bump `golang.org/x/crypto` v0.16.0 => v0.17.0 ([#241](https://github.com/pingidentity/terraform-provider-davinci/issues/241)) * bump `google.golang.org/protobuf` 1.31.0 => 1.33.0 ([#278](https://github.com/pingidentity/terraform-provider-davinci/issues/278)) @@ -49,6 +51,7 @@ ENHANCEMENTS: * `data-source/davinci_connection`: Added a new `connection_id` parameter and deprecated the `id` parameter for the purpose of fetching a connection by it's ID. The `connection_id` should be used going forward. ([#250](https://github.com/pingidentity/terraform-provider-davinci/issues/250)) * `data-source/davinci_connections`: Added a configurable timeout parameter and updated the default timeout to `20m` due to eventual consistency considerations on environment creation. ([#250](https://github.com/pingidentity/terraform-provider-davinci/issues/250)) * `resource/davinci_application_flow_policy`: Added `policy_flow.allowed_ip_list` to be able to configure an allowed IP list for policy flows. ([#250](https://github.com/pingidentity/terraform-provider-davinci/issues/250)) +* `resource/davinci_connection`: Added ability to configure complex properties as JSON format. ([#279](https://github.com/pingidentity/terraform-provider-davinci/issues/279)) * `resource/davinci_flow`: Added the `connection_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](https://github.com/pingidentity/terraform-provider-davinci/issues/250)) * `resource/davinci_flow`: Added the `description` parameter to be able to override the description of the flow on import. ([#250](https://github.com/pingidentity/terraform-provider-davinci/issues/250)) * `resource/davinci_flow`: Added the `flow_configuration_json` and `flow_export_json` attributes to the resource. `flow_configuration_json` is used to compute configuration changes and drift, while `flow_export_json` is used as a record of the resulting flow once imported to the target environment. ([#250](https://github.com/pingidentity/terraform-provider-davinci/issues/250)) @@ -73,6 +76,7 @@ BUG FIXES: * `resource/davinci_application`: Fixed panic crash when defining an application with an `oauth` block, but without `oauth.values`. ([#250](https://github.com/pingidentity/terraform-provider-davinci/issues/250)) * `resource/davinci_connection`: Fixed `Error retrieving connectors / 7005` error in certain conditions. ([#250](https://github.com/pingidentity/terraform-provider-davinci/issues/250)) * `resource/davinci_connection`: Fixed `unable to identify value type, only string or boolean is currently supported` error when importing a connection that has an integer property value. ([#276](https://github.com/pingidentity/terraform-provider-davinci/issues/276)) +* `resource/davinci_connection`: Fixed inability to import the `defaultUserPool` User Pool connector to Terraform state. ([#279](https://github.com/pingidentity/terraform-provider-davinci/issues/279)) * `resource/davinci_connection`: Fixed inability to update the environment ID, connection name and ID once created (resource now requires replacement). ([#250](https://github.com/pingidentity/terraform-provider-davinci/issues/250)) * `resource/davinci_connection`: Fixed inconsistent plan when specifying a property data type. ([#250](https://github.com/pingidentity/terraform-provider-davinci/issues/250)) * `resource/davinci_flow`: Corrected flow drift calculation errors, causing plan inconsistency. ([#250](https://github.com/pingidentity/terraform-provider-davinci/issues/250))