Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 29, 2025

This PR contains the following updates:

Package Type Update Change
cloudflare (source) required_provider major 4.23.0 -> 5.11.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

cloudflare/terraform-provider-cloudflare (cloudflare)

v5.11.0

Compare Source

Full Changelog: v5.10.1...v5.11.0

Features
  • add assets.directory attribute for handling assets uploads in cloudflare_workers_script and cloudflare_worker_version resources (#​6160) (50168e5)
  • add comprehensive test coverage for cloudflare_zero_trust_list types and (#​6258) (6d2746c)
  • add missing services to CI test runner (#​6271) (1477df8)
  • added capability for dynamicvalidator to do arbitrary semantic equivalence check (e1faeb8)
  • Add custom origin trust store support (175f4f5)
  • Add Terraform resource for Workflows (7533c05)
  • Add leaked credential check resources (c6be1c6)
  • Update worker and access application schemas (ed096e0)
  • Adding new self-service SSO APIs (007bdbc)
  • Changing SSO update from put to patch (f67fbd5)
  • Rename duplicate parameter in the to_markdown subresource (07ccc50)
  • Add to_markdown subresource to AI resource (1a71265)
Bug Fixes
  • bugfix for setting JSON keys with special characters (9a106e3)
  • build: fix broken builds on 'next' (#​6280) (2224d8a)
  • build: revert cache resources to released state (#​6289) (e62250c)
  • case-insensitive location handling for R2 bucket resources (#​6026) (78c33ff)
  • cloudflare_workers_custom_domain failing to update (#​6082) (46203a3)
  • fix acceptance tests in CI (#​6286) (c0a9e89)
  • Fix zero trust access application acceptance tests (#​6243) (4a2cbdb)
  • list_item: source url validation (#​6226) (70abffa)
  • migrate: concatenate static and dynamic rules blocks (#​6215) (be571d8)
  • migrate: page rules status defaults (#​6212) (42a83d1)
  • migrate: zt access app default type (#​6218) (cea98f8)
  • r2_bucket: case-insensitive location comparison and preserve state case in R2 bucket resource (#​6211) (5babbb1)
  • resolve compilation and schema parity errors across multiple services (#​6241) (052cab8)
  • resolve compilation errors in zero_trust_access_application and workers_script (#​6230) (2b78333)
  • resolve provider schema validation errors and R2 bucket test failures (#​6222) (2df6eb1)
  • resolve zero trust test failures from computed attribute refresh drift (#​6224) (5351c6a)
  • ruleset: allow rewrite rules to set an empty URL query string (#​6256) (b177cc0)
  • workers script migration (#​6210) (dca249e)
Chores

v5.10.1

Compare Source

Full Changelog: v5.10.0...v5.10.1

Features
Bug Fixes
Chores
Documentation

v5.10.0

Compare Source

Full Changelog: v5.9.0...v5.10.0

Features
  • add 'ruleset' support in migration tool (#​6104) (82158eb)
  • add migration tool support for cloudflare_snippet (79e19d3)
  • add migration tool support for cloudflare_snippet_rules (b1d4e92)
  • cloudflare_list: add nested list items to data source (0818c2d)
  • cloudflare_list: add nested set list items (f96b922)
  • handle list items in v4 (5c315f2)
  • internal: support CustomMarshaler interface for encoding types (3ce3cbc)
  • Merge branch 'vaishak/bump-sdk-version' into 'main' (2d4ae17)
  • merge items into list (0709233)
  • migrate list with embedded items from v4 to v5 (40ff2dd)
  • migrate: add comprehensive workers cross-resource reference support (39032e3)
  • migrate: fix load_balancer migration test (#​6148) (1d21133)
  • migrate: implement comprehensive workers_script v4→v5 bindings migration (59d436b)
  • migrate: implement remaining workers_script binding migration fixes (6324582)
  • migrate: support migrations for workers_route and workers_script (3308fa5)
  • migration tests (1e35d38)
  • migration tests (8ec2d24)
  • modernize healthcheck tests (74a358d)
  • modernize notification_policy_webhooks tests (bbab7d5)
  • modernize r2_bucket tests (ecf2609)
  • modernize zero_trust_dlp_custom_profile tests (cb11079)
  • modernize zero_trust_dlp_entry tests (6f0a6b1)
  • modernize zero_trust_list tests (27e8cab)
  • ruleset: validate action parameters are used with correct action (578879e)
  • workers_route, workers_script: implement migration for workers_(script|route) (ff3e68e)
  • zone: add v4 -> v5 migrations (279070c)
  • zone: implement migrations (717787a)
Bug Fixes
  • broken test data and block attribute conversion (#​6138) (6a07ac2)
  • ci workflows (ee2117a)
  • comment_modified_on drift in DNS records (b5bdee4)
  • discord failure (8b8eb19)
  • dns record empty states (e8f418e)
  • don't announce to discord (9e7a495)
  • dynamic 'origins' blocks migrations (8d5de51)
  • dynamic blocks and tests (4d6855c)
  • fix snippets tests (52dfe49)
  • fix zero_trust_dlp_entry acceptance tests (5007122)
  • inconsistent apply Issue #​6076 (#​6139) (0e9650f)
  • migrate: add missing hyperdrive binding attribute renames (fc6b137)
  • migrate: correct module transformation and clean up dead code tests (c364035)
  • migrate: custom_pages state migrations (8b4e1cf)
  • migrate: implement dispatch_namespace attribute to binding migration (3a432dd)
  • migrate: implement module attribute to main_module/body_part migration (dd94222)
  • migrate: implement workers_secret cross-resource migration to secret_text bindings (5ff5c6c)
  • migrations for config and state (24e44b0)
  • more roboust retry logic for certificate tests (#​6154) (25039bc)
  • nil dereference in cloudflare_workers_script resource (#​6158) (bcfc129), closes #​6147
  • prevent resource type corruption in workers_secret state migration (abc0548)
  • prevent resource type corruption in workers_secret state migration (adbbae2)
  • required field ttl (b88e5b8)
  • resolve race condition in zero_trust_access_mtls_hostname_settings migration tests (#​6152) (9c6deef)
  • run spinnets in sequence (0789979)
  • skip acceptance tests in unit test scope (#​6155) (e860eb5)
  • snippet and load balancer migration tests (#​6149) (a347ebc)
  • state (5742920)
  • state test (16c5fc2)
  • tests (84f27a3)
  • tiered cache test (408a4b6)
  • workers_script: fix/improve bindings tests (fca02f3)
  • workers_script: get tests passing again (404a241)
  • workers_script: referenced attribute renames (#​6136) (29d686c)
  • workers_script: resolve binding order infinite loop in v5 provider (a05f552)
  • zero trust access indetity provider migration (7bc2a5d)
  • zero trust access mtls certificate acceptance tests (7e91d44)
  • zero trust migrations (ddc8642)
  • zero_trust_access_mtls_certificate acceptance tests (b163147)
  • zero_trust_device_custom_profile sweeper (f0ed7ca)
Chores
Refactors
  • migrate: add resource rename support to workers_route and workers_script (35eaca1)
  • migrate: clean up duplicate bindings maps (2393057)

v5.9.0

Compare Source

Full Changelog: v5.8.4...v5.9.0

Features

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/cloudflare-5.x branch from f880b9f to 4a2bf2b Compare February 13, 2025 06:02
@renovate renovate bot force-pushed the renovate/cloudflare-5.x branch from 4a2bf2b to 6c8cdc8 Compare March 21, 2025 01:54
@renovate renovate bot force-pushed the renovate/cloudflare-5.x branch from 6c8cdc8 to e38aa99 Compare April 9, 2025 06:29
@renovate renovate bot force-pushed the renovate/cloudflare-5.x branch from e38aa99 to 2da729d Compare May 6, 2025 08:11
@renovate renovate bot force-pushed the renovate/cloudflare-5.x branch from 2da729d to f3ebe9f Compare May 20, 2025 03:52
@renovate renovate bot force-pushed the renovate/cloudflare-5.x branch from f3ebe9f to 5fd64c6 Compare June 17, 2025 10:39
@renovate renovate bot force-pushed the renovate/cloudflare-5.x branch 2 times, most recently from caa1a20 to 9cc5ae3 Compare July 16, 2025 04:09
@renovate renovate bot force-pushed the renovate/cloudflare-5.x branch from 9cc5ae3 to 97564e9 Compare August 3, 2025 23:37
@renovate renovate bot force-pushed the renovate/cloudflare-5.x branch from 97564e9 to 12813f6 Compare August 15, 2025 22:34
@renovate renovate bot force-pushed the renovate/cloudflare-5.x branch from 12813f6 to 730ce40 Compare August 31, 2025 11:29
@renovate renovate bot force-pushed the renovate/cloudflare-5.x branch 2 times, most recently from 0d397c9 to 989c631 Compare September 13, 2025 18:53
@renovate renovate bot force-pushed the renovate/cloudflare-5.x branch from 989c631 to e3f89d8 Compare September 17, 2025 14:14
@renovate renovate bot force-pushed the renovate/cloudflare-5.x branch from e3f89d8 to 01b2a27 Compare October 2, 2025 14:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants