Skip to content

v3.42.0

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Feb 19:25
· 862 commits to master since this release
v3.42.0
a5e8653

3.42.0 (February 10, 2023)

NEW - RESOURCES, DATA SOURCES, PROPERTIES, ATTRIBUTES, ENV VARS:

  • New data source okta_domain see PR 1447 notes in BUG FIXES
  • Actual PEM text values in okta_domain_certificate for attributes certificate, certificate_chain, and private_key, see PR 1447 notes in BUG FIXES
  • New attribute roles in data source okta_user #1437. Thanks, @duytiennguyen-okta!

BUG FIXES:

  • Don't md5sum to save space on okta_domain_certificate values for attributes certificate, certificate_chain, and private_key, per TF best practices #1447. Thanks, @monde!
  • Remove org type restrictions and artificial input check on type attribute for data source okta_policy #1445. Thanks, @monde!
  • Improve resource okta_app_saml documentation #1439. Thanks, @exitcode0!