This repository has been archived by the owner on Jul 3, 2023. It is now read-only.
Releases: iwarapter/terraform-provider-pingaccess
Releases · iwarapter/terraform-provider-pingaccess
v0.11.1
v0.11.0
Changelog
NOTES:
- This release has been built for PingAccess 6.x and uses the SDK for that version, whilst the API remains mostly the same backwards compatibility with PingAccess 5.x is not being maintained.
- Added functional testing against PingAccess 7.1.0
FEATURES:
- Add support for
manual_ordering_enabled
onpingaccess_application
this partially support application resource ordering. (#93)
v0.10.0
Changelog
NOTES:
- This release has been built for PingAccess 6.x and uses the SDK for that version, whilst the API remains mostly the same backwards compatibility with PingAccess 5.x is not being maintained.
BUG FIXES:
v0.9.0
Changelog
NOTES:
- This release has been built for PingAccess 6.x and uses the SDK for that version, whilst the API remains mostly the same backwards compatibility with PingAccess 5.x is not being maintained.
FEATUERS:
- Support for virtual resources of applications. (#98)
BUG FIXES:
v0.8.0
Changelog
NOTES:
- This release has been built for PingAccess 6.x and uses the SDK for that version, whilst the API remains mostly the same backwards compatibility with PingAccess 5.x is not being maintained.
FEATURES:
- Add support for dynamic configuration blocks to allow native HCL when defining plugin configuration, supported resources:
pingaccess_access_token_validator
pingaccess_site_authenticator
- Add support for proxied pingfederate runtime (PA 6.2+). (#72)
- Extend support for
websession
andpingfederate_oauth
resourceclient_credentials
block to support certificate/private key jwt auth. (#75)
BUG FIXES:
v0.7.0
NOTES:
- This release has been built for PingAccess 6.x and uses the SDK for that version, whilst the API remains mostly the same backwards compatibility with PingAccess 5.x is not being maintained.
FEATURES:
- New Resource:
pingaccess_availability_profile
- New Resource:
pingaccess_load_balancing_strategy
v0.6.0
NOTES:
- This release is built for PingAccess 6.x and uses the SDK for that version, whilst the API remains mostly the same backwards compatibility with PingAccess 5.x is not being maintained.
BUG FIXES:
- Add configuration validation for the provider block for any initial connection issues.
- Fix issues with importing resources, additional test cases and documentation.
resource/application_resource
: Fix issue withpath_patterns
attribute.
v0.5.0
FEATURES:
- New Data Source:
pingaccess_keypair_csr
- New Resource:
pingaccess_keypair_csr
v0.5.0-beta1
v0.5.0-beta1
v0.4.0
NOTES:
- This release is built for PingAccess 6.x and uses the SDK for that version, whilst the API remains mostly the same backwards compatibility with PingAccess 5.x is not being maintained.
- This release changes the way several resources handle the json configuration to mask sensitive values, the following resources are affected:
pingaccess_access_token_validator
pingaccess_hsm_provider
pingaccess_rule
pingaccess_identity_mapping
pingaccess_site_authenticator
FEATURES:
- New Data Source:
pingaccess_pingfederate_runtime_metadata
- New Data Source:
pingaccess_acme_default
- New Resource:
pingaccess_acme_server
- New Resource:
pingaccess_hsm_provider
- New Resource:
pingaccess_pingfederate_admin
- resource/websession: Added support for
same_site
attribute. - resource/keypair: Added
hsm_provider_id
attribute.
BUG FIXES:
- resource/pingaccess_rule: Fixed issue with interpreted configuration producing inconsistent final plan.