Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release/v6.2.0 #554

Merged
merged 22 commits into from
May 28, 2024
Merged

Release/v6.2.0 #554

merged 22 commits into from
May 28, 2024

Conversation

mgwoj
Copy link
Contributor

@mgwoj mgwoj commented May 28, 2024

6.2.0 (May 28, 2024)

FEATURES/ENHANCEMENTS:

  • Global

    • Added validation for retryable logic values.
      • retry_max or AKAMAI_RETRY_MAX - Cannot be higher than 50
      • retry_wait_min or AKAMAI_RETRY_WAIT_MIN - Cannot be longer than 24h
      • retry_wait_max or AKAMAI_RETRY_WAIT_MAX - Cannot be longer than 24h
    • Migrated Terraform to version 1.7.5
    • Updated SDKv2 and framework libraries
  • Appsec

    • Suppressed rate policy diff when counterType field absence is the only change for akamai_appsec_rate_policy resource
    • Suppressed activations diff when notification_emails field is the only change for akamai_appsec_activations resource
  • BOTMAN

    • Added resource:
      • akamai_botman_custom_bot_category_item_sequence - read and update
  • Cloudlets

    • Added import for akamai_cloudlets_application_load_balancer_activation resource
  • GTM

    • Added data sources:
      • akamai_gtm_geomap - reads information for a specific GTM Geographic map
      • akamai_gtm_geomaps - reads information for GTM Geographic maps under a given domain
  • IAM

  • Fixed issue of generating an incorrect large difference in granted_roles update (I#525)

  • Network Lists

    • Suppressed activations diff when notification_emails field is the only change for akamai_networklist_activations resource
  • PAPI

    • Added retry logic for akamai_property_include_activation
    • Added import of the certificate for akamai_edge_hostname resource (I#338)
    • NOTE: Certificate modification is not allowed.

BUG FIXES:

  • Appsec

    • Resolved a drift issue with the akamai_appsec_advanced_settings_attack_payload_logging resource
    • Fixed an issue where resource akamai_appsec_activations continues in a loop after API throws an error. (#I528)
  • CPS

    • Fixed issue where modifications to SAN list in akamai_cps_third_party_enrollment of the akamai_cps_upload_certificate resource results in to inconsistency terraform plan error.
  • DNS

    • Fixed issue in akamai_dns_record that modifying priority and/or priority_increment for MX record type was causing an error
  • GTM

    • Fixed issue with order of liveness_test in akamai_gtm_property (PR#404)

DEPRECATIONS:

  • CPS
    • Deprecated field unacknowledged_warnings of akamai_cps_upload_certificate resource.

wzagrajcz and others added 22 commits April 23, 2024 10:25
…ing certificate - issue with HAPI not yet ready
Merge in DEVEXP/terraform-provider-akamai from feature/SECKSD-25812-support-rate-policy-counter-type to feature/sp-security-may-2024
…n emails field

Merge in DEVEXP/terraform-provider-akamai from feature/SECKSD-25134-terraform-provider-should-ignore-changes-for-notification-emails-field-of to feature/sp-security-may-2024
…r diff than needed

Merge in DEVEXP/terraform-provider-akamai from feature/DXE-3614 to develop
Merge in DEVEXP/terraform-provider-akamai from feature/DXE-3818 to develop
@mgwoj mgwoj requested review from wzagrajcz and dawiddzhafarov May 28, 2024 12:50
Copy link
Contributor

@wzagrajcz wzagrajcz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please put changelog as desciption

@mgwoj mgwoj requested a review from wzagrajcz May 28, 2024 13:06
@mgwoj mgwoj merged commit 86da2ee into master May 28, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.