Skip to content

v6.6.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 21 Nov 11:52
d4fb88b

RELEASE NOTES

6.6.0 (Nov 21, 2024)

FEATURES/ENHANCEMENTS:

  • Appsec

    • Fixed a problem with the missing security_policy_id during update if a resource was imported previously.
    • Added the akamai_appsec_aap_selected_hostnames resource and data source.
    • Modified the enable_botman_siem field from Required to the Optional parameter in the akamai_appsec_siem_settings resource.
  • Cloud Access

    • Added functionality to import the akamai_cloudaccess_key resource for specified group and contract IDs.
    • Marked the cloud_secret_access_key field as a sensitive value in the akamai_cloudaccess_key resource (I#580).
  • CPS

    • Refreshed a list of warnings returned by the akamai_cps_warnings data source.
  • DNS

    • Added the new outbound_zone_transfer field to the akamai_dns_zone resource.
  • Edgeworkers

    • Stopped sending an EdgeKV initialization request in the akamai_edgekv resource when EdgeKV is already initialized. (I#589)
  • PAPI

    • Added support for the new rule format v2024-10-21.

BUG FIXES:

  • Appsec

    • Fixed a plug-in crash if the exceptions block is passed as empty in the akamai_appsec_siem_settings resource.
  • Cloud Access

    • Resolved issues with drift detection after deleting a key version in the akamai_cloudaccess_key resource (I#579).
    • Fixed cases where ProcessingType = "FAILED" was received in a response from the akamai_cloudaccess_key resource. This was causing unnecessary pooling until the timeout.
  • GTM

    • Added checks to verify the existence of specific objects on the server when creating these resources:
      • akamai_gtm_asmap
      • akamai_gtm_cidrmap
      • akamai_gtm_domain
      • akamai_gtm_geomap
      • akamai_gtm_property
      • akamai_gtm_resource
  • PAPI

    • Fixed an idempotency issue in property activation when rule_errors is empty.
    • Fixed an issue when timeout in the akamai_property_activation resource would terminate with the Provider produced inconsistent result after apply error.
      • Changed a timeout message from a warning to an error in the akamai_property_activation and akamai_property_include_activation resources.
    • Fixed an import of the akamai_property_include resource to properly populate the include's product_id field (I#575).

DEPRECATIONS

  • Appsec
    • Deprecated the akamai_appsec_wap_selected_hostnames data source and resource. Use the akamai_appsec_aap_selected_hostnames data source and resource instead.