Commit 262c3dd
release: 5.14.0 (#6481)
* codegen metadata
* chore(zone): update migration tests (#6468)
Updates `cloudflare_zone` migration tests to use `tf-migrate` instead of
`cmd/migrate`.
* feat: feat: BOTS-7562 add bot management feedback endpoints to stainless config (prod)
* feat: BOTS-7562 add bot management feedback endpoints to stainless config (prod)
* feat: chore: point Terraform to Go 'next'
* chore: point Terraform to Go 'next'
* chore(api): update composite API spec
* chore(internal): codegen related update
* fix(zone): datasource model schema parity (#6487)
* fix(zone): make datasource's zone ID computed optional
Resolves #6129
* test(zone): fix datasource model/schema parity
Updates the `ZonesAccountDataSourceModel` type be useful for both filters and
decerilization.
* feat: feat(radar): Add origins endpoints to public api docs
* chore(account_tokens): adding a simple CRUD test (#6484)
* adding a simple CRUD test fo account tokens
* add a test file
* feat: chore(api_shield_discovery_operation): Deprecate api_shield_discovery_operation
* chore(cloudflare_api_shield_operation): Add acceptance tests (#6491)
* test: Add acceptance tests for cloudflare_api_shield_operation
* chore: Add CI acceptance tests for api_shield_operation
* chore(internal): codegen related update
* chore(logpush_job): add v4 to v5 migration tests (#6483)
* codegen metadata
* add migration test for logpush_job
* add zone level logpush jobs to sweeper
* use MigrationV2TestStep, use zone level job for instant-logs test
* handle instant-logs being returned from the API despite not being a valid config value
* rename resource test name to be consistent
---------
Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
* fix(pages_project): use correct field name in test sweeper
The Pages API response type uses "Name" instead of "ProjectName". Update
the test sweeper to access the correct field from "ProjectListResponse".
Fixes compilation error:
deployment.ProjectName undefined (type pages.ProjectListResponse has no
field or method ProjectName)
* fix(zero_trust_device_posture_rule): preserve input.version and other fields (#6500)
not returned by API
The API doesn't return all configured input fields in Read responses,
causing
drift. This preserves input.version (critical), input.enabled cleanup, and
additional fields (path, sha256, os_distro_*) from current state when API
omits them.
Fixes perpetual drift for firewall and os_version posture rules.
* feat: feat(r2_data_catalog): Configure SDKs/Terraform to use R2 Data Catalog routes
* feat(r2_data_catalog): Configure SDKs/Terraform to use R2 Data Catalog routes
* DS-15730: Re-enable logpush_dataset_field data source and add acceptance test (#6499)
Co-authored-by: Henry Clausen <hclausen@cloudflare.com>
* DS-15566: Add logpush_job acceptance test for filter update (#6498)
Co-authored-by: Henry Clausen <hclausen@cloudflare.com>
* chore(internal): codegen related update
* Update Subscription and Subscription.RatePlan schema in order to satisfy terraform to no detect changes on no changes to the config (#6497)
* BILLSUB-247 CUSTESC-57375 fix drift issues after apply causing idempotency issues on subsequent applies
* BILLSUB-247 CUSTESC-57375 fix wrong computed_optional syntax
* Fix zone_subscription Sets field type mismatch
---------
Co-authored-by: Sui Mak <sui@cloudflare.com>
* feat: improve and standardize sweepers (#6501)
* fix(zero_trust_device_posture_rule): preserve input.version and other fields (#6503)
not returned by API
The API doesn't return all configured input fields in Read responses,
causing
drift. This preserves input.version (critical), input.enabled cleanup, and
additional fields (path, sha256, os_distro_*) from current state when API
omits them.
Fixes perpetual drift for firewall and os_version posture rules.
* chore(internal): codegen related update
* chore(zero_trust_device_managed_networks): add tests (#6463)
* chore(zero_trust_device_default_profile_local_domain_fallback): add tests (#6464)
* chore(zero_trust_device_posture_integration): update tests for to test with Crowdstrike (#6470)
* fix(zone_subscription|account_subscription): add partners_ent as valid enum for rate_plan.id (#6505)
* fix: add partners_ent as valid enum for rate_plan.id
* fix: remove partners_enterprise enum from account subscription
---------
Co-authored-by: Sui Mak <sui@cloudflare.com>
* chore(api): update composite API spec
* chore(internal): codegen related update
* chore(internal): codegen related update
* feat: add v4->v5 migration tests for pages_project and adjust schema (#6506)
* fix: update import signature to accept account_id/subscription_id in order to import account subscription (#6510)
Co-authored-by: Sui Mak <sui@cloudflare.com>
* fix: r2 sweeper (#6512)
* chore(internal): codegen related update
* codegen metadata
* chore(internal): codegen related update
* chore(internal): codegen related update
* codegen metadata
* feat: chore: update go sdk to v6.4.0 for provider release
* chore: skip invalid change detection
* chore: update go sdk to v6.4.0
* fix(workers_script): resource drift when worker has unmanaged secret (#6504)
Co-authored-by: Chris Thorwarth <cthorwarth@cloudflare.com>
* fix(workers_script): No longer treating the migrations attribute as WriteOnly (#6489)
* codegen metadata
* wip: moving migrations to be a write-only attribute
---------
Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
Co-authored-by: Chris Thorwarth <cthorwarth@cloudflare.com>
* chore(zero_trust_device_default|custom_profile): acceptance test coverage (#6511)
* fix(account_members): making member policies a set (#6488)
* ACCT-11111 making member policies a set
* fixing test resource name
* removing unnecessary
* removing unnecessary
* correct client version
* fixing resource names and sweeping
* manual cleanup of test resources
* making resource groups and perm groups sets
* fix(tests): resolve SDK v6 migration test failures (#6507)
- Change global test resource prefix from cf-tf-test- to cftftest_ to fix
API name validation errors (fixes list, list_item, snippet)
- Add certificate_pack hosts order-insensitive comparison in ModifyPlan to
prevent unnecessary replacements
- Add UseStateForUnknown() plan modifier to certificate_pack primary_certificate
field
- Add UseStateForUnknown() plan modifiers to pages_project deployment_configs
fields (always_use_latest_compatibility_date, build_image_major_version,
compatibility_date, fail_open) to prevent state drift
Fixes test failures in: list, list_item, snippet, certificate_pack,
pages_domain, pages_project
* chore(tests): cloud connector rules parity tests and add connectivity_directory_service tests (#6513)
* fix(cloud_connector_rules): datasource model schema parity
* fix: rename e2e test for connectivity_directory_service
* fix(account_member): use sdk to setup prereq
* fix(cloud_connector_rules): model and schema
---------
Co-authored-by: Eric Falcao <efalcao@cloudflare.com>
* fix: decoder, build (#6514)
* fix(test_utils): undefined func
* fix(decoder): dont include fields with json tag -
* chore(account_subscription): skip test
* fix: decoder and tests (#6516)
chore(account_member): dont run acceptance with env variable
fix(utils): test assertions
* chore(account_member): fix check for env var (#6517)
* fix(workers_kv): ignore value import state verify (#6521)
* fix(workers_kv): ignore value import state verify
* chore(workers_kv): comment about why we're ignoring value
* chore(account_member): skip until user is dsr enabled (#6522)
* fix(pages_project): non empty refresh plans (#6515)
* chore(docs): update documentation (#6523)
* chore: update changelog (#6525)
* release: 5.14.0
---------
Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
Co-authored-by: Michael Girouard <206137+mgirouard@users.noreply.github.com>
Co-authored-by: Steve Conrad <sconrad@cloudflare.com>
Co-authored-by: cbertiercloudflare <cbertier@cloudflare.com>
Co-authored-by: Sarah Sicard <18204584+ssicard@users.noreply.github.com>
Co-authored-by: Tamas Jozsa <tamas@cloudflare.com>
Co-authored-by: Henry Clausen <33390934+hc2116@users.noreply.github.com>
Co-authored-by: Henry Clausen <hclausen@cloudflare.com>
Co-authored-by: Sui Mak <smakys501@gmail.com>
Co-authored-by: Sui Mak <sui@cloudflare.com>
Co-authored-by: jlu-cloudflare <124198068+jlu-cloudflare@users.noreply.github.com>
Co-authored-by: Rotem Atzaba <rotem@cloudflare.com>
Co-authored-by: christhorwarth <chris.thorwarth@gmail.com>
Co-authored-by: Chris Thorwarth <cthorwarth@cloudflare.com>
Co-authored-by: Vaishak Dinesh <vaishakpdinesh@gmail.com>
Co-authored-by: Eric Falcao <efalcao@cloudflare.com>1 parent cbcb325 commit 262c3dd
File tree
533 files changed
+13694
-2549
lines changed- .github/workflows
- docs
- data-sources
- resources
- examples/resources
- cloudflare_byo_ip_prefix
- cloudflare_cloud_connector_rules
- cloudflare_list_item
- cloudflare_pages_domain
- cloudflare_pages_project
- cloudflare_workers_custom_domain
- cloudflare_zero_trust_device_settings
- internal
- acctest
- apiform
- apijson
- logging
- services
- access_rule
- account_dns_settings_internal_view
- account_member
- testdata
- account_permission_group
- account_subscription
- testdata
- account_token
- testdata
- account
- address_map
- api_shield_discovery_operation
- api_shield_operation_schema_validation_settings
- api_shield_operation
- api_shield_schema_validation_settings
- api_shield_schema
- api_shield
- api_token
- argo_smart_routing
- argo_tiered_caching
- authenticated_origin_pulls_certificate
- authenticated_origin_pulls
- bot_management
- byo_ip_prefix
- certificate_pack
- cloud_connector_rules
- cloudforce_one_request_asset
- cloudforce_one_request_message
- cloudforce_one_request_priority
- cloudforce_one_request
- connectivity_directory_service
- testdata
- custom_hostname_fallback_origin
- custom_hostname
- custom_pages
- custom_ssl
- d1_database
- dns_firewall
- dns_record
- dns_settings_internal_view
- dns_zone_transfers_acl
- dns_zone_transfers_incoming
- dns_zone_transfers_outgoing
- dns_zone_transfers_peer
- dns_zone_transfers_tsig
- email_routing_address
- email_routing_catch_all
- email_routing_dns
- email_routing_rule
- email_routing_settings
- email_security_block_sender
- email_security_impersonation_registry
- email_security_trusted_domains
- filter
- firewall_rule
- healthcheck
- hostname_tls_setting
- hyperdrive_config
- image_variant
- image
- keyless_certificate
- list_item
- list
- load_balancer_monitor
- load_balancer_pool
- load_balancer
- logpull_retention
- logpush_dataset_field
- logpush_job
- testdata
- logpush_ownership_challenge
- magic_network_monitoring_rule
- magic_transit_connector
- magic_transit_site_acl
- magic_transit_site_lan
- magic_transit_site_wan
- magic_transit_site
- magic_wan_gre_tunnel
- magic_wan_ipsec_tunnel
- magic_wan_static_route
- managed_transforms
- mtls_certificate
- notification_policy_webhooks
- notification_policy
- observatory_scheduled_test
- organization_profile
- organization
- origin_ca_certificate
- page_rule
- page_shield_policy
- pages_domain
- pages_project
- queue_consumer
- queue
- r2_bucket_cors
- r2_bucket_lifecycle
- r2_bucket_lock
- r2_bucket_sippy
- r2_bucket
- r2_custom_domain
- r2_managed_domain
- rate_limit
- regional_hostname
- regional_tiered_cache
- resource_group
- schema_validation_operation_settings
- schema_validation_schemas
- schema_validation_settings
- snippet_rules
- snippets
- snippet
- spectrum_application
- sso_connector
- stream_key
- stream_watermark
- tiered_cache
- token_validation_config
- token_validation_rules
- total_tls
- turnstile_widget
- universal_ssl_setting
- url_normalization_settings
- user_agent_blocking_rule
- waiting_room_event
- waiting_room_rules
- waiting_room_settings
- waiting_room
- web3_hostname
- web_analytics_rule
- web_analytics_site
- worker_version
- workers_cron_trigger
- workers_custom_domain
- workers_deployment
- workers_for_platforms_dispatch_namespace
- workers_kv_namespace
- workers_kv
- workers_route
- workers_script_subdomain
- workers_script
- testdata
- workers_secret
- worker
- workflow
- zero_trust_access_ai_controls_mcp_portal
- zero_trust_access_ai_controls_mcp_server
- zero_trust_access_application
- zero_trust_access_custom_page
- zero_trust_access_group
- zero_trust_access_identity_provider
- zero_trust_access_infrastructure_target
- zero_trust_access_key_configuration
- zero_trust_access_mtls_certificate
- zero_trust_access_mtls_hostname_settings
- zero_trust_access_policy
- zero_trust_access_service_token
- zero_trust_access_short_lived_certificate
- zero_trust_access_tag
- zero_trust_device_custom_profile_local_domain_fallback
- zero_trust_device_custom_profile
- zero_trust_device_default_profile_certificates
- zero_trust_device_default_profile_local_domain_fallback
- testdata
- zero_trust_device_default_profile
- testdata
- zero_trust_device_managed_networks
- zero_trust_device_posture_integration
- testdata
- zero_trust_device_posture_rule
- zero_trust_device_settings
- zero_trust_dex_test
- zero_trust_dlp_custom_entry
- zero_trust_dlp_custom_profile
- zero_trust_dlp_dataset
- zero_trust_dlp_entry
- zero_trust_dlp_integration_entry
- zero_trust_dlp_predefined_entry
- zero_trust_dlp_predefined_profile
- zero_trust_dns_location
- zero_trust_gateway_certificate
- zero_trust_gateway_policy
- zero_trust_gateway_proxy_endpoint
- zero_trust_gateway_settings
- zero_trust_list
- zero_trust_network_hostname_route
- zero_trust_organization
- zero_trust_risk_scoring_integration
- zero_trust_tunnel_cloudflared_config
- zero_trust_tunnel_cloudflared_route
- zero_trust_tunnel_cloudflared_virtual_network
- zero_trust_tunnel_cloudflared
- zero_trust_tunnel_warp_connector
- zone_cache_reserve
- zone_cache_variants
- zone_dnssec
- zone_hold
- zone_lockdown
- zone_setting
- zone_subscription
- testdata
- zone
- tools/sweeper-lint
- utils
- scripts
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
533 files changed
+13694
-2549
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
| 16 | + | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | 26 | | |
28 | 27 | | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
29 | 33 | | |
30 | 34 | | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
31 | 40 | | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
32 | 107 | | |
33 | 108 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
41 | 107 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
0 commit comments