docs: reorder What's New per review; mark Tiered Storage v2 as beta - #1839
Conversation
- Reorder entries: Shadowing, Kafka compatibility, deferred upgrades, Schema Registry contexts, Iceberg, health monitoring, Tiered Storage v2 last; CLI, properties, and deprecations keep their usual tail order. - Split the combined Iceberg entry into Schema Registry context, key/header translation, and health monitoring entries. - Mark Tiered Storage v2 as beta in the What's New entry and in the Tiered Storage feature docs (badge macro plus beta notice). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
✅ Deploy Preview for redpanda-docs-preview ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
…properties - Regenerate property partials from the v26.2.1 GA tag (diffed against v26.1.14). Adds reference entries for the 26.2 feature properties that were missing (kafka_fetch_read_coalescing_enabled, kafka_per_entity_quota_metrics, health_monitor_metrics_enabled, and others), fixing previously dangling anchors. - Expand the What's New New configuration properties section from one property to all 29 new in 26.2, grouped by category. - Fix the Tiered Storage v2 entry xref: default_redpanda_storage_mode_tiered_impl is documented on the object storage properties page. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
@copilot resolve the merge conflicts in this pull request |
Resolved the merge conflicts from
Commit: docs: resolve merge conflicts from origin/beta |
Follow-up to Matt Schumpert's review feedback on #1828 (DOC-2395).
Changes
What's New reorder (
get-started/release-notes/redpanda.adoc)New entry order per Matt's requested grouping:
The combined Iceberg translation and health monitoring entry is split into three entries (Schema Registry context, key/header translation, health monitoring) so the grouping above works.
Tail sections follow the usual release-notes order (per 25.3): Redpanda CLI (rpk) → New configuration properties → deprecations (
rpk redpanda admindeprecated).Tiered Storage v2 beta marking
badge::[label=beta]on the entry heading plus the standard beta notice (not supported for production, feedback link), mirroring thepublic-beta.adocboilerplate.manage/partials/tiered-storage.adoc, Choose a Tiered Storage version): badge on thetiered_v2bullet and an IMPORTANT beta notice.Review notes
🤖 Generated with Claude Code
Property reference regeneration (v26.2.1)
Review of the New configuration properties section revealed the generated property reference was stale (last built from v26.1.13): the 26.2 feature properties (
kafka_fetch_read_coalescing_enabled,kafka_per_entity_quota_metrics,health_monitor_metrics_enabled, and others) had no reference entries, so several What's New deep links pointed at nonexistent anchors.default_redpanda_storage_mode_tiered_implis documented on the object storage properties page, not cluster properties.Preview pages