[Cloudflare One Appliance] Add product label, document Q2 2026 API capabilities#30686
Open
nikitacano wants to merge 1 commit intoproductionfrom
Open
[Cloudflare One Appliance] Add product label, document Q2 2026 API capabilities#30686nikitacano wants to merge 1 commit intoproductionfrom
nikitacano wants to merge 1 commit intoproductionfrom
Conversation
…pabilities Introduce a dedicated Cloudflare One Appliance product entry so changelog entries and dashboards filter cleanly by product, then document three shipped Q2 2026 capabilities that customers can use today via API and Terraform: - Self-serve provisioning of Cloudflare One Virtual Appliance (RM-25341) - Custom DHCP options on the appliance DHCP server (RM-28820) - Source-based breakout and prioritization (RM-22465) Existing appliance-specific changelogs are retagged with the new product label.
Contributor
|
This pull request requires reviews from CODEOWNERS as it changes files that match the following patterns:
|
Contributor
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
Adds a dedicated Cloudflare One Appliance product entry, retags existing appliance-specific changelogs with it, and announces three Q2 2026 capabilities that are usable today via API and Terraform.
What's in this PR
New product label (
src/content/directory/cloudflare-one-appliance.yaml)cloudflare-oneandcloudflare-wantags. A dedicated entry lets customers filter the changelog and product surfaces directly to the appliance.New changelog entries (3)
All three are first-time public announcements, so dated 2026-05-07.
Retagged changelog entries (7) — added
cloudflare-one-appliancealongside the existingcloudflare-onetag:2025-02-14-local-console-access.mdx2025-04-30-appliance-multiple-dns-servers.mdx2025-07-21-virtual-appliance-kvm-proxmox.mdx2025-11-06-connector-designate-wan-link-breakout.mdx2025-12-31-connector-breakout-traffic-netflow.mdx2026-02-11-appliance-post-quantum-encryption.mdx2026-04-07-link-aggregation-lacp-appliance.mdxDeveloper documentation updates
cloudflare-wan/configuration/appliance/network-options/dhcp/dhcp-options/— full reference for the DHCP options feature, including PXE/iPXE option codes and on-device validation behavior.configure-virtual-appliance.mdx— added a self-serve API note above the existing OVA / account-team workflow.breakout-traffic.mdx— added a "Breakout by source" section with match criteria.Validation
astro check --noSyncproduces zero errors related to files in this PR. The 14 pre-existing TypeScript errors incloudflare-skills-manifest,cloudflare-mcps-manifest,catalog-models, and missing test deps are unrelated.🤖 Generated with opencode