-
Notifications
You must be signed in to change notification settings - Fork 11.7k
chore: add changelog for Terraform provider v5.16.0 release #27765
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
Open
musa-cf
wants to merge
2
commits into
cloudflare:production
Choose a base branch
from
musa-cf:terraform-v5.16.0-changelog
base: production
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
53 changes: 53 additions & 0 deletions
53
src/content/changelog/terraform/2025-01-20-terraform-v5.16.0-provider.mdx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,53 @@ | ||
| --- | ||
| title: Terraform v5.16.0 now available | ||
| description: Terraform v5.16.0 stabilizes a number of resources and known issues | ||
| products: | ||
| - fundamentals | ||
| date: 2025-01-20 | ||
| --- | ||
|
|
||
| Earlier this year, we announced the launch of the new Terraform v5 Provider. We are aware of the high number of issues reported by the Cloudflare community related to the v5 release. We have committed to releasing improvements on a [2-3 week cadence](https://github.com/cloudflare/terraform-provider-cloudflare/issues/5774) to ensure its stability and reliability, including the v5.15 release. We have also pivoted from an [issue-to-issue approach to a resource-per-resource approach](https://github.com/cloudflare/terraform-provider-cloudflare/issues/6237) - we will be focusing on specific resources to not only stabilize the resource but also ensure it is migration-friendly for those migrating from v4 to v5. | ||
|
|
||
| Thank you for continuing to raise issues. They make our provider stronger and help us build products that reflect your needs. | ||
|
|
||
| This release includes bug fixes, the stabilization of even more popular resources, and more. | ||
|
|
||
| ### Features | ||
|
|
||
| * **custom_pages:** add "waf_challenge" as new supported error page type identifier in both resource and data source schemas | ||
| * **list:** enhance CIDR validator to check for normalized CIDR notation requiring network address for IPv4 and IPv6 | ||
| * **magic_wan_gre_tunnel:** add automatic_return_routing attribute for automatic routing control | ||
| * **magic_wan_gre_tunnel:** add BGP configuration support with new BGP model attribute | ||
| * **magic_wan_gre_tunnel:** add bgp_status computed attribute for BGP connection status information | ||
| * **magic_wan_gre_tunnel:** enhance schema with BGP-related attributes and validators | ||
| * **magic_wan_ipsec_tunnel:** add automatic_return_routing attribute for automatic routing control | ||
| * **magic_wan_ipsec_tunnel:** add BGP configuration support with new BGP model attribute | ||
| * **magic_wan_ipsec_tunnel:** add bgp_status computed attribute for BGP connection status information | ||
| * **magic_wan_ipsec_tunnel:** add custom_remote_identities attribute for custom identity configuration | ||
| * **magic_wan_ipsec_tunnel:** enhance schema with BGP and identity-related attributes | ||
| * **ruleset:** add request body buffering support | ||
| * **ruleset:** enhance ruleset data source with additional configuration options | ||
| * **workers_script:** add observability logs attributes to list data source model | ||
| * **workers_script:** enhance list data source schema with additional configuration options | ||
|
|
||
| ### Bug Fixes | ||
|
|
||
| * **account_member**: fix resource importability issues | ||
| * **dns_record:** remove unnecessary fmt.Sprintf wrapper around LoadTestCase call in test configuration helper function | ||
| * **load_balancer:** fix session_affinity_ttl type expectations to match Float64 in initial creation and Int64 after migration | ||
| * **workers_kv:** handle special characters correctly in URL encoding | ||
|
|
||
| ### Documentation | ||
|
|
||
| * **account_subscription:** update schema description for rate_plan.sets attribute to clarify it returns an array of strings | ||
| * **api_shield:** add resource-level description for API Shield management of auth ID characteristics | ||
| * **api_shield:** enhance auth_id_characteristics.name attribute description to include JWT token configuration format requirements | ||
| * **api_shield:** specify JSONPath expression format for JWT claim locations | ||
| * **hyperdrive_config:** add description attribute to name attribute explaining its purpose in dashboard and API identification | ||
| * **hyperdrive_config:** apply description improvements across resource, data source, and list data source schemas | ||
| * **hyperdrive_config:** improve schema descriptions for cache settings to clarify default values | ||
| * **hyperdrive_config:** update port description to clarify defaults for different database types | ||
|
|
||
| ### For more information | ||
| - [Terraform Provider](https://registry.terraform.io/providers/cloudflare/cloudflare/latest/docs) | ||
| - [Documentation on using Terraform with Cloudflare](/terraform/) | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@KaydeeDee this messaging still feels too negative. Given the reception we've seen on the more recent releases, I think a more optimistic tone is warranted? Not braggy, just optimistic. What do you think?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jhutchings1 I was wondering that too, since stability has been greatly improved and we are in a much better spot now. Thanks for reviewing this.