Skip to content

v1.12.0

Compare
Choose a tag to compare
@wzagrajcz wzagrajcz released this 19 Feb 15:32
· 82 commits to master since this release
1d76b4a

Version 1.12.0 (February 19, 2024)

Features/Enhancements

  • Cloudlets
    • Modified export of active policies for cloudlets to generate akamai_cloudlets_policy_activation resource entry in import.sh script. In case of activation on both networks, only production will be exported
    • Added support to export shared (V3) policies
    • Added support for exporting policies without any version
  • Edgeworkers
    • Added support for generation of note field when exporting EdgeWorker configuration
  • IVM
    • Added support for generation of serve_stale_duration, allow_pristine_on_downsize and prefer_modern_formats when exporting using --policy-as-hcl flag
  • PAPI
    • Introduced two variables activate_latest_on_staging and activate_latest_on_production in exported configuration for property activation or include activation (when exporting includes alone), to drive which version to use for activation
    • When there is no activation for given network, export activation commented out
    • Added a new export command export-property-include as replacement for export-property.include subcommand. It'll generate include configuration without related properties
    • Deprecated include subcommand available for export-property
    • Deprecated --with-includes flag available for export-property
    • export-property and export-property-include commands with flag --rules-as-hcl now support export of properties in frozen format v2024-01-09
    • Added support for export-property command with flag --akamai-property-bootstrap to export property using akamai_property_bootstrap resource. This option is false by default

Bug fixes

  • APPSEC
    • Fixed issue where advanced exceptions were not generated for Rules and Risk Groups (#61)