Skip to content
This repository has been archived by the owner on Jul 3, 2023. It is now read-only.

Releases: iwarapter/terraform-provider-pingaccess

v0.11.1

03 Nov 23:56
v0.11.1
29689cc
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.11.0...v0.11.1

v0.11.0

09 Aug 19:34
v0.11.0
3e9a7a9
Compare
Choose a tag to compare

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 on pingaccess_application this partially support application resource ordering. (#93)

v0.10.0

04 Jul 21:55
v0.10.0
ea6bac9
Compare
Choose a tag to compare

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:

  • Fix allow removing path_prefixes for pingaccess_application_resource . (#134)
  • Fix resource policies not correctly refreshing from state. (#109)

v0.9.0

09 Mar 23:14
v0.9.0
9e7e025
Compare
Choose a tag to compare

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:

  • Fix bug with state upgrade for pingaccess_access_token_validator. (#92)
  • Fix ordering of policy rules on pingaccess_ruleset. (#111)
  • Fix panic when using private key jwt on websession. (#116)

v0.8.0

26 Aug 19:42
v0.8.0
1ca6098
Compare
Choose a tag to compare

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 and pingfederate_oauth resource client_credentials block to support certificate/private key jwt auth. (#75)

BUG FIXES:

  • Fix issue with site authenticator not handling interpolated value. (#74)
  • Fix issue with applications not correctly tracking policies. (#48)

v0.7.0

23 Nov 09:09
d9b19b8
Compare
Choose a tag to compare

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

23 Nov 09:08
v0.6.0
6a3c033
Compare
Choose a tag to compare

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 with path_patterns attribute.

v0.5.0

06 Nov 22:48
v0.5.0
a4932a1
Compare
Choose a tag to compare

FEATURES:

  • New Data Source: pingaccess_keypair_csr
  • New Resource: pingaccess_keypair_csr

v0.5.0-beta1

07 Jul 23:17
v0.5.0-beta1
f3d5918
Compare
Choose a tag to compare
v0.5.0-beta1 Pre-release
Pre-release
v0.5.0-beta1

v0.4.0

19 Apr 23:09
Compare
Choose a tag to compare

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.