Skip to content

v4.12.0

Compare
Choose a tag to compare
@jacobbednarz jacobbednarz released this 09 Aug 03:12
· 2383 commits to master since this release
33b8cf8

BREAKING CHANGES:

  • resource/cloudflare_ruleset: remove shareable_entitlement_name per the Go library changes since it hasn't ever been controllable by users (#2652)

FEATURES:

  • New Data Source: cloudflare_zone_cache_reserve (#2642)
  • New Resource: cloudflare_access_custom_page (#2643)
  • New Resource: cloudflare_zone_cache_reserve (#2642)

ENHANCEMENTS:

  • resource/cloudflare_access_application: adds the ability to associate a custom page with an application. (#2643)
  • resource/cloudflare_access_organization: adds the ability to associate a custom page with an organization. (#2643)
  • resource/cloudflare_notification_policy: Add support for pages_event_alert alert type (#2602)
  • resource/cloudflare_pages_project: Allow renaming projects without destroying and recreating (#2602)
  • resource/cloudflare_teams_account: Adds support for protocol detection feature (#2625)
  • resource/cloudflare_user_agent_blocking_rules: add support for importing resources (#2640)

BUG FIXES:

  • resource/cloudflare_custom_hostname: prevent infinite loop when wait_for_ssl_pending_validation is set if SSL status is already active (#2638)
  • resource/cloudflare_load_balancer: fix full deletion of pop_pools, region_pools, country_pools on update (#2673)
  • resource/cloudflare_load_balancer: handle inconsistent sorting bug in schema.HashResource resulting in resources incorrectly being updated when no changes have been made (#2635)
  • resource/cloudflare_pages_project: deployment_configs are now computed (#2602)

DEPENDENCIES:

  • provider: bumps github.com/aws/aws-sdk-go-v2/config from 1.18.29 to 1.18.32 (#2651)
  • provider: bumps github.com/aws/aws-sdk-go-v2/config from 1.18.32 to 1.18.33 (#2670)
  • provider: bumps github.com/aws/aws-sdk-go-v2/credentials from 1.13.28 to 1.13.31 (#2648)
  • provider: bumps github.com/aws/aws-sdk-go-v2/service/s3 from 1.37.0 to 1.38.1 (#2650)
  • provider: bumps github.com/cloudflare/cloudflare-go from 0.73.0 to 0.74.0 (#2652)
  • provider: bumps github.com/hashicorp/terraform-plugin-framework from 1.3.3 to 1.3.4 (#2657)
  • provider: bumps github.com/hashicorp/terraform-plugin-framework-validators from 0.10.0 to 0.11.0 (#2658)
  • provider: bumps golang.org/x/net from 0.12.0 to 0.13.0 (#2646)
  • provider: bumps golang.org/x/net from 0.13.0 to 0.14.0 (#2661)