Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickcping committed Jul 5, 2024
1 parent 9a9222a commit a98bbdf
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ BREAKING CHANGES:
* `data-source/pingone_application`: Changed the `saml_options` attribute data type. ([#682](https://github.com/pingidentity/terraform-provider-pingone/issues/682))
* `data-source/pingone_application`: Removal of deprecated attribute `saml_options.sp_verification_certificate_ids`. Use the `saml_options.sp_verification.certificate_ids` attribute going forward. ([#681](https://github.com/pingidentity/terraform-provider-pingone/issues/681))
* `data-source/pingone_application`: Removed `oidc_options.client_id` and `oidc_options.client_secret`. Use the `pingone_application_secret` resource or data source going forward. ([#781](https://github.com/pingidentity/terraform-provider-pingone/issues/781))
* `data-source/pingone_application`: Renamed `oidc_options.allow_wildcards_in_redirect_uris` to `oidc_options.allow_wildcard_in_redirect_uris` to align with the API. ([#887](https://github.com/pingidentity/terraform-provider-pingone/issues/887))
* `data-source/pingone_application`: Renamed `oidc_options.token_endpoint_authn_method` to `oidc_options.token_endpoint_auth_method` to align with the API. ([#887](https://github.com/pingidentity/terraform-provider-pingone/issues/887))
* `data-source/pingone_environment`: Changed the `service.bookmark` parameter data type and renamed to `services.bookmarks`. ([#665](https://github.com/pingidentity/terraform-provider-pingone/issues/665))
* `data-source/pingone_environment`: Changed the `service` parameter data type and renamed to `services`. ([#665](https://github.com/pingidentity/terraform-provider-pingone/issues/665))
* `data-source/pingone_flow_policies`: Changed the `data_filter` parameter data type and renamed to `data_filters`. ([#664](https://github.com/pingidentity/terraform-provider-pingone/issues/664))
Expand Down Expand Up @@ -74,6 +76,8 @@ BREAKING CHANGES:
* `resource/pingone_application`: Removal of deprecated parameter `saml_options.sp_verification_certificate_ids`. Use the `saml_options.sp_verification.certificate_ids` parameter going forward. ([#681](https://github.com/pingidentity/terraform-provider-pingone/issues/681))
* `resource/pingone_application`: Removal of deprecated parameters `oidc_options.bundle_id`, `oidc_options.package_name`. Use the `oidc_options.mobile_app.bundle_id` and `oidc_options.mobile_app.package_name` parameters going forward. ([#656](https://github.com/pingidentity/terraform-provider-pingone/issues/656))
* `resource/pingone_application`: Removed `oidc_options.client_id` and `oidc_options.client_secret`. Use the `pingone_application_secret` resource or data source going forward. ([#781](https://github.com/pingidentity/terraform-provider-pingone/issues/781))
* `resource/pingone_application`: Renamed `oidc_options.allow_wildcards_in_redirect_uris` to `oidc_options.allow_wildcard_in_redirect_uris` to align with the API. ([#887](https://github.com/pingidentity/terraform-provider-pingone/issues/887))
* `resource/pingone_application`: Renamed `oidc_options.token_endpoint_authn_method` to `oidc_options.token_endpoint_auth_method` to align with the API. ([#887](https://github.com/pingidentity/terraform-provider-pingone/issues/887))
* `resource/pingone_branding_settings`: Changed the `logo_image` parameter data type. ([#661](https://github.com/pingidentity/terraform-provider-pingone/issues/661))
* `resource/pingone_branding_theme`: Changed the `logo` and `background_image` parameters data type. ([#661](https://github.com/pingidentity/terraform-provider-pingone/issues/661))
* `resource/pingone_custom_domain_verify`: Changed the `timeouts` data type. ([#786](https://github.com/pingidentity/terraform-provider-pingone/issues/786))
Expand Down Expand Up @@ -211,6 +215,7 @@ ENHANCEMENTS:
* `resource/pingone_mfa_settings`: Added `users.mfa_enabled` that, when set to `true`, will enable MFA by default for new users. ([#797](https://github.com/pingidentity/terraform-provider-pingone/issues/797))
* `resource/pingone_resource`: Added support for the `application_permissions_settings` property to be able to add permissions to access tokens. ([#819](https://github.com/pingidentity/terraform-provider-pingone/issues/819))
* `resource/pingone_risk_predictor`: Added support for the `ADVERSARY_IN_THE_MIDDLE` and `EMAIL_REPUTATION` predictors. ([#835](https://github.com/pingidentity/terraform-provider-pingone/issues/835))
* `resource/pingone_schema_attribute`: Added data protection validation to mitigate accidental deletion of custom user data. ([#879](https://github.com/pingidentity/terraform-provider-pingone/issues/879))
* Inclusion of a new optional provider parameter `append_user_agent` to append a custom string to the `User-Agent` header when making API requests to the PingOne service. ([#828](https://github.com/pingidentity/terraform-provider-pingone/issues/828))
* Support ability to grant the "Application Owner" role to users, groups of users, connections and admin applications. ([#862](https://github.com/pingidentity/terraform-provider-pingone/issues/862))
* Support the new `AU` tenant region with the `com.au` top level domain. ([#828](https://github.com/pingidentity/terraform-provider-pingone/issues/828))
Expand All @@ -220,6 +225,7 @@ BUG FIXES:
* `data-source/pingone_agreement_localization`: Correct `locale` validation to add missing ISO country codes. ([#858](https://github.com/pingidentity/terraform-provider-pingone/issues/858))
* `data-source/pingone_language`: Correct `locale` validation to add missing ISO country codes. ([#858](https://github.com/pingidentity/terraform-provider-pingone/issues/858))
* `resource/pingone_agreement_localization_revision`: Fixed inability to retrieve agreement text on import. ([#861](https://github.com/pingidentity/terraform-provider-pingone/issues/861))
* `resource/pingone_agreement_localization_revision`: Fixed intermittent "The revision can not take effect in the past" error when leaving `effective_at` blank. ([#883](https://github.com/pingidentity/terraform-provider-pingone/issues/883))
* `resource/pingone_application_resource_grant`: Fixed broken grants when a resource or scope changes it's ID (scopes and resources are re-created, not triggering a re-creation of the grants) ([#863](https://github.com/pingidentity/terraform-provider-pingone/issues/863))
* `resource/pingone_application_resource_grant`: Fixed issue where the provider produces an inconsistent result after apply when new scopes are added to, or existing scopes removed from, an existing grant. ([#863](https://github.com/pingidentity/terraform-provider-pingone/issues/863))
* `resource/pingone_application_secret`: Fixed state inconsistency issue when retrieving an application's client secret. ([#781](https://github.com/pingidentity/terraform-provider-pingone/issues/781))
Expand All @@ -239,7 +245,9 @@ BUG FIXES:
* `resource/pingone_resource_scope`: Fixed blocking errors that result from removing multiple resource scopes that are already assigned to an application. ([#852](https://github.com/pingidentity/terraform-provider-pingone/issues/852))
* `resource/pingone_resource_scope`: Fixed blocking errors that result from removing multiple resource scopes that are already assigned to an application. ([#854](https://github.com/pingidentity/terraform-provider-pingone/issues/854))
* `resource/pingone_risk_policy`: Fixed blocking error when attempting to destroy the default risk policy for the environment. This is now a warning instead of an error. ([#845](https://github.com/pingidentity/terraform-provider-pingone/issues/845))
* `resource/pingone_schema_attribute`: Fixed issue where schema attributes have the `required` field set to the incorrect boolean value. ([#879](https://github.com/pingidentity/terraform-provider-pingone/issues/879))
* `resource/pingone_sign_on_policy`: Fixed blocking error when attempting to destroy the default sign on policy for the environment. This is now a warning instead of an error. ([#845](https://github.com/pingidentity/terraform-provider-pingone/issues/845))
* `resource/pingone_system_application`: Fixed intermittent "Cannot find applications by type" error. ([#885](https://github.com/pingidentity/terraform-provider-pingone/issues/885))
* `resource/pingone_verify_policy`: Fixed blocking error when attempting to destroy the default verify policy for the environment. This is now a warning instead of an error. ([#845](https://github.com/pingidentity/terraform-provider-pingone/issues/845))
* `resource/pingone_verify_policy`: Resource can now be modified with Terraform if the `default` property is modified to `true` in the console or by API directly. ([#844](https://github.com/pingidentity/terraform-provider-pingone/issues/844))
* `resource/pingone_verify_voice_phrase_content`: Correct `locale` validation to add missing ISO country codes. ([#858](https://github.com/pingidentity/terraform-provider-pingone/issues/858))

0 comments on commit a98bbdf

Please sign in to comment.