Skip to content

v0.25.0

Compare
Choose a tag to compare
@patrickcping patrickcping released this 02 Jan 13:08
· 272 commits to main since this release
bbe70b2

NOTES:

  • Add lifecycle.prevent_destroy best practice to documentation and examples for data-carrying resources, to mitigate potential accidental data loss. (#691)
  • To avoid plan inconsistency issues in earlier versions of Terraform, the provider now requires Terraform v1.3 or later. (#704)
  • data-source/pingone_application: Deprecated the saml_options.sp_verification_certificate_ids attribute. This attribute will be removed in the next major release. Use the saml_options.sp_verification.certificate_ids attribute going forward. (#680)
  • resource/pingone_application_attribute_mapping: Corrected application attribute mapping documentation example when using custom OIDC scopes. (#684)
  • resource/pingone_application: Deprecated the saml_options.sp_verification_certificate_ids parameter. This parameter will be removed in the next major release. Use the saml_options.sp_verification.certificate_ids parameter going forward. (#680)
  • bump github.com/google/uuid v1.4.0 => v1.5.0 (#701)
  • bump github.com/hashicorp/terraform-plugin-go v0.19.1 => v0.20.0 (#701)
  • bump github.com/hashicorp/terraform-plugin-mux v0.12.0 => v0.13.0 (#701)
  • bump github.com/hashicorp/terraform-plugin-sdk/v2 v2.30.0 => v2.31.0 (#701)
  • bump github.com/hashicorp/terraform-plugin-testing v1.5.1 => v1.6.0 (#689)
  • bump github.com/patrickcping/pingone-go-sdk-v2/credentials v0.6.0 => v0.6.1 (#701)
  • bump github.com/patrickcping/pingone-go-sdk-v2/management v0.33.0 => v0.34.0 (#701)
  • bump github.com/patrickcping/pingone-go-sdk-v2/mfa v0.18.1 => v0.18.2 (#701)
  • bump github.com/patrickcping/pingone-go-sdk-v2/risk v0.12.0 => v0.12.1 (#701)
  • bump github.com/patrickcping/pingone-go-sdk-v2 v0.11.2 => v0.11.3 (#701)
  • bump golang.org/x/crypto v0.16.0 => v0.17.0 (#699)

FEATURES:

  • New Resource: pingone_application_secret (#709)
  • New Resource: pingone_form (#655)
  • New Resource: pingone_forms_recaptcha_v2 (#655)

ENHANCEMENTS:

  • data-source/pingone_application: Added the saml_options.sp_verification.authn_request_signed attribute to support the "Enforce Signed AuthnRequest" option for SAML applications. (#680)
  • resource/pingone_application: Added the saml_options.sp_verification.authn_request_signed parameter to support the "Enforce Signed AuthnRequest" option for SAML applications. (#680)
  • resource/pingone_key: Added the pkcs12_file_password parameter to allow import of encrypted PKCS12 keys. (#678)
  • resource/pingone_webhook: Added the tls_client_auth_key_pair_id parameter to support outbound mTLS authentication to the endpoint used to post subscription messages to. (#679)

What's Changed

Full Changelog: v0.24.0...v0.25.0