v0.25.0
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 thesaml_options.sp_verification_certificate_ids
attribute. This attribute will be removed in the next major release. Use thesaml_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 thesaml_options.sp_verification_certificate_ids
parameter. This parameter will be removed in the next major release. Use thesaml_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 thesaml_options.sp_verification.authn_request_signed
attribute to support the "Enforce Signed AuthnRequest" option for SAML applications. (#680)resource/pingone_application
: Added thesaml_options.sp_verification.authn_request_signed
parameter to support the "Enforce Signed AuthnRequest" option for SAML applications. (#680)resource/pingone_key
: Added thepkcs12_file_password
parameter to allow import of encrypted PKCS12 keys. (#678)resource/pingone_webhook
: Added thetls_client_auth_key_pair_id
parameter to support outbound mTLS authentication to the endpoint used to post subscription messages to. (#679)
What's Changed
resource/pingone_key
: Added thepkcs12_file_password
parameter to allow import of encrypted PKCS12 keys by @patrickcping in #678resource/pingone_webhook
: Added thetls_client_auth_key_pair_id
parameter to support outbound mTLS authentication by @patrickcping in #679- Support "Enforce Signed AuthnRequest" option for SAML applications by @patrickcping in #680
- Fix application attribute mapping example by @patrickcping in #684
- Fix HTTP/HTTPS URL validation regex by @patrickcping in #687
- Add
lifecycle.prevent_destroy
best practice to data-carrying resource's documentation by @patrickcping in #691 - Bump actions/setup-go from 4 to 5 by @dependabot in #690
- Bump github/codeql-action from 2 to 3 by @dependabot in #696
- Bump modules 2023-12-27 by @patrickcping in #701
- Support for DaVinci Form Builder by @patrickcping in #655
- Bump github.com/go-git/go-git/v5 from 5.6.1 to 5.11.0 in /tools by @dependabot in #700
- Bump golang.org/x/crypto from 0.16.0 to 0.17.0 by @dependabot in #699
- Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /tools by @dependabot in #698
- Bump github.com/hashicorp/terraform-plugin-testing from 1.5.1 to 1.6.0 by @dependabot in #689
- Import test failure triage by @patrickcping in #703
- Address Terraform minimum version compatibility issues by @patrickcping in #704
- update actions to reduce unnecessary action runs by @patrickcping in #705
- New
pingone_application_secret
resource by @patrickcping in #709
Full Changelog: v0.24.0...v0.25.0