Skip to content

Update cloudflare/cloudflare requirement from >= 4.39.0, < 5.0.0 to >= 4.39.0, < 5.17.1#223

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/terraform/cloudflare/cloudflare-gte-4.39.0-and-lt-5.17.1
Closed

Update cloudflare/cloudflare requirement from >= 4.39.0, < 5.0.0 to >= 4.39.0, < 5.17.1#223
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/terraform/cloudflare/cloudflare-gte-4.39.0-and-lt-5.17.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Feb 16, 2026

Updates the requirements on cloudflare/cloudflare to permit the latest version.

Release notes

Sourced from cloudflare/cloudflare's releases.

v5.17.0

5.17.0 (2026-02-12)

Full Changelog: v5.16.0...v5.17.0

Features

  • ai_search_instance: add data source for querying AI search instances
  • ai_search_token: add data source for querying AI search tokens
  • account: add support for tenant unit management with new unit field
  • account: add automatic mapping from managed_by.parent_org_id to unit.id
  • account: deprecate type field in favor of computed value
  • authenticated_origin_pulls_certificate: add data source for querying authenticated origin pull certificates
  • authenticated_origin_pulls_hostname_certificate: add data source for querying hostname-specific authenticated origin pull certificates
  • authenticated_origin_pulls_settings: add data source for querying authenticated origin pull settings
  • workers_kv: add value field to data source to retrieve KV values directly
  • workers_script: add script field to data source to retrieve script content
  • workers_script: add support for simple rate limit binding
  • workers_script: add support for targeted placement mode with placement.target array for specifying placement targets (region, hostname, host)
  • workers_script: add placement_mode and placement_status computed fields
  • zero_trust_dex_test: add data source with filter support for finding specific tests
  • zero_trust_dlp_predefined_profile: add enabled_entries field for flexible entry management

Bug Fixes

  • cloudforce_one_request_message: use correct request_id field instead of id in API calls
  • dns_zone_transfers_incoming: use correct zone_id field instead of id in API calls
  • dns_zone_transfers_outgoing: use correct zone_id field instead of id in API calls
  • email_routing_settings: use correct zone_id field instead of id in API calls
  • hyperdrive_config: add proper handling for write-only fields to prevent state drift
  • hyperdrive_config: add normalization for empty mtls objects to prevent unnecessary diffs
  • magic_network_monitoring_rule: use correct account_id field instead of id in API calls
  • stream_key: use correct account_id field instead of id in API calls
  • waiting_room_rules: use correct waiting_room_id field instead of id in API calls
  • zero_trust_dlp_integration_entry: use correct entry_id field instead of id in API calls
  • zero_trust_dlp_predefined_entry: use correct entry_id field instead of id in API calls

Chores

  • add state upgraders to 95+ resources for smooth upgrades from v5.16.0
  • certificate_pack: add state migration handler for SDKv2 to Framework conversion
  • dns_record: add state migration handler for SDKv2 to Framework conversion
  • load_balancer_pool: add state migration handler with detection for v4 vs v5 format
  • pages_project: add state migration handler for SDKv2 to Framework conversion
  • zero_trust_dlp_predefined_profile: deprecate entries field in favor of enabled_entries
Changelog

Sourced from cloudflare/cloudflare's changelog.

5.17.0 (2026-02-12)

Full Changelog: v5.16.0...v5.17.0

Features

  • account: add RequiresReplace modifier to unit.id field (7cbb327)
  • bump schema verion in prep for state upgraders (a721535)
  • bump schema verion in prep for state upgraders (a721535)
  • chore: bump cloudflare-go dependency for TF (3b4de30)
  • chore: skip codegen in authenticated_origin_pulls_certificate (22d11ab)
  • chore: skip codegen in authenticated_origin_pulls_hostname_certificate (0fdd92e)
  • chore: skip codegen in hostnames authenticated_origin_pulls (82aab9d)
  • chore: skip codegen in mtls_certificates (1b14224)
  • chore: use 'next' branch of Go SDK in Terraform (809a3f3)
  • custom_hostname_fallback_origin: add comprehensive lifecycle test (054611a)
  • custom_hostname_fallback_origin: add migration tests and state upgrader logic (855ef8a)
  • custom_hostname_fallback_origin: add v4 to v5 migration tests (0542720)
  • feat(api): RAG-586: enable terraform for AI Search instances and tokens (fe5239d)
  • feat(radar): add BGP RPKI ASPA endpoints and fix SDK casings (e6a03b6)
  • fix: authenticated_origin_pulls_settings missing id configuration (abe9087)
  • fix(total_tls): use upsert pattern for singleton zone setting (1a79609)
  • leaked_credential_check: add import functionality. add tests for import (76e44f0)
  • pages_project: use state upgraders (db96be7)
  • refactor(terraform): restructure origin_tls_client_auth to peer subresources (6c12fea)
  • state upgrader (deee33f)
  • state upgrader (d8e4529)
  • tiered caching state upgrader (d9d2c74)
  • tiered caching state upgrader (d9d2c74)
  • tiered_cache: use state upgraders (8cb061c)
  • turstile_widget: add v4 to v5 migration tests (a1e27af)
  • zero_trust_organization: add migration test (1032e4e)

Bug Fixes

  • account: map managed_by.parent_org_id to unid.id in unmarshall and add acctests (a282d8e)
  • address PR review comments (62598d7)
  • authenticated_origin_pulls_certificate: add certificate normalization to prevent drift (9fa8e39)
  • authenticated_origin_pulls_hostname_certificate resource and tests (3380cf9)
  • authenticated_origin_pulls: handle array response and implement full lifecycle (e4c82b8)
  • byo_ip_prefix: skip LOA tests (892bce0)
  • changelog: update changelog to reflect reality (519c85e)
  • cloudflare_zero_trust_device_posture_rule: update tests to match API (b2aad0d)
  • mtls_certificates resource and test (fc44f27)
  • prevent unnecessary diffs on consecutive applies for hyperdrive_config (8755bf9)
  • skip tests requiring account creation (f6d48e9)
  • upgrade scenario (e3831be)
  • workers_script: add support for placement mode/status (1bc17fa)
  • workers_script: schema and migration model (a9a0e05)

... (truncated)

Commits
  • b44cf8a Merge pull request #6693 from cloudflare/release-please--branches--main--chan...
  • 74738b7 release: 5.17.0
  • d65cc2c Merge pull request #6757 from cloudflare/mgirouard/update-docs
  • fc702d9 docs: regerate docs
  • 7632912 Merge pull request #6756 from cloudflare/mgirouard/fix-changelog
  • 519c85e fix(changelog): update changelog to reflect reality
  • 152708e Merge pull request #6755 from cloudflare/mgirouard/fix-default-tests
  • f6d48e9 fix: skip tests requiring account creation
  • 8923622 Merge pull request #6751 from dt-dtran/dianatran/dcv
  • 27a6bf8 Merge pull request #6750 from cloudflare/mgirouard/fix-workers-tests
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

…= 4.39.0, < 5.17.1

Updates the requirements on [cloudflare/cloudflare](https://github.com/cloudflare/terraform-provider-cloudflare) to permit the latest version.
- [Release notes](https://github.com/cloudflare/terraform-provider-cloudflare/releases)
- [Changelog](https://github.com/cloudflare/terraform-provider-cloudflare/blob/main/CHANGELOG.md)
- [Commits](cloudflare/terraform-provider-cloudflare@v4.39.0...v5.17.0)

---
updated-dependencies:
- dependency-name: cloudflare/cloudflare
  dependency-version: 5.17.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Mar 2, 2026

Superseded by #230.

@dependabot dependabot bot closed this Mar 2, 2026
@dependabot dependabot bot deleted the dependabot/terraform/cloudflare/cloudflare-gte-4.39.0-and-lt-5.17.1 branch March 2, 2026 04:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

component/core type/dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants