Skip to content

auto-docs: Update property docs for tag v26.1.13#1806

Merged
JakeSCahill merged 3 commits into
mainfrom
update-property-docs-v26.1.13
Jul 20, 2026
Merged

auto-docs: Update property docs for tag v26.1.13#1806
JakeSCahill merged 3 commits into
mainfrom
update-property-docs-v26.1.13

Conversation

@vbotbuildovich

Copy link
Copy Markdown
Contributor

This PR auto-generates updated Redpanda property documentation for v26.1.13.

@vbotbuildovich
vbotbuildovich requested a review from a team as a code owner July 17, 2026 02:30
@netlify

netlify Bot commented Jul 17, 2026

Copy link
Copy Markdown

Deploy Preview for redpanda-docs-preview ready!

Name Link
🔨 Latest commit 628614e
🔍 Latest deploy log https://app.netlify.com/projects/redpanda-docs-preview/deploys/6a5deab5849a3b0009125016
😎 Deploy Preview https://deploy-preview-1806--redpanda-docs-preview.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@coderabbitai

coderabbitai Bot commented Jul 17, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

Important

Review skipped

Auto incremental reviews are disabled on this repository.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: de408fd0-5be5-4b43-a665-b509c4e21108

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
📝 Walkthrough

Walkthrough

The documentation version advances from 26.1.12 to 26.1.13. Property data adds three new configuration properties and records the corresponding release changes. Generated references and cluster property documentation describe two Data Lake coordinator limits and development metrics. Existing metadata is updated for controller recovery and schema_registry_enable_qualified_subjects, including Cloud BYOC availability and editability.

Estimated code review effort: 2 (Simple) | ~10 minutes

Possibly related PRs

Suggested reviewers: jakescahill

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning The description is too brief and misses required template sections like Jira link, review deadline, page previews, and checks. Expand the description to follow the template: add the Jira ticket, review deadline, page preview links, and select the appropriate checkboxes.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly summarizes the main change: auto-generated property docs updated for v26.1.13.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch update-property-docs-v26.1.13

Comment @coderabbitai help to get the list of available commands.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 2

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@modules/reference/partials/properties/cluster-properties.adoc`:
- Around line 17968-17970: Remove the env-cloud conditional BYOC NOTE from the
property description near the affected cluster property, then update the
corresponding source override or metadata so regeneration does not restore it.
Preserve availability information in the generated metadata/settings table.
- Around line 4293-4374: Add the “Introduced in v26.1.13” availability metadata
for datalake_coordinator_max_files_per_commit,
datalake_coordinator_max_pending_files, and enable_development_metrics in their
source configuration entries, then regenerate the documentation partials so each
entry displays the note.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: d8b44997-9527-4652-b0ef-4f0e7933e314

📥 Commits

Reviewing files that changed from the base of the PR and between a4b7f88 and d52e97c.

📒 Files selected for processing (6)
  • antora.yml
  • docs-data/property-overrides.json
  • docs-data/redpanda-property-changes-v26.1.12-to-v26.1.13.json
  • docs-data/redpanda-property-changes-v26.1.2-to-v26.1.4.json
  • modules/reference/attachments/redpanda-properties-v26.1.13.json
  • modules/reference/partials/properties/cluster-properties.adoc
💤 Files with no reviewable changes (1)
  • docs-data/redpanda-property-changes-v26.1.2-to-v26.1.4.json

Comment thread modules/reference/partials/properties/cluster-properties.adoc
Comment on lines +17968 to +17970
ifdef::env-cloud[]
NOTE: This property is available only in Redpanda Cloud BYOC deployments.
endif::[]

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📐 Maintainability & Code Quality | 🟠 Major | ⚡ Quick win

Remove the BYOC note from the property description.

The supplied guideline prohibits cloud-specific conditional blocks and BYOC notes in property descriptions. Keep availability in the generated metadata/settings table, and update the source override or metadata before regenerating this file.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@modules/reference/partials/properties/cluster-properties.adoc` around lines
17968 - 17970, Remove the env-cloud conditional BYOC NOTE from the property
description near the affected cluster property, then update the corresponding
source override or metadata so regeneration does not restore it. Preserve
availability information in the generated metadata/settings table.

Source: Coding guidelines

JakeSCahill added a commit to redpanda-data/docs-extensions-and-macros that referenced this pull request Jul 20, 2026
…ration

Overrides are baked into the extracted properties JSON during Phase 1, but
updatePropertyOverridesWithVersion stamps new properties into the overrides
file in Phase 2 — after extraction. Phase 3 then renders AsciiDoc from the
Phase-1 JSON, so properties new in the release being generated were missing
their 'Introduced in' line until the following release's run (observed in
redpanda-data/docs#1806 for the three properties new in v26.1.13).

Stamp the versions into the extracted JSON as well, right after the
overrides file, so the same run's AsciiDoc and JSON attachment carry them.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
JakeSCahill and others added 2 commits July 20, 2026 10:15
The generation pipeline stamped these versions into property-overrides.json
after the AsciiDoc was already rendered, so the three properties new in
v26.1.13 were missing their 'Introduced in' line. Regenerated from the
stamped data; pipeline fix in docs-extensions-and-macros#214.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
The source-code descriptions were telegraphic (subject-less fragments,
commit/committed repetition). Added description overrides and regenerated;
the C++ source strings are unchanged upstream.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@JakeSCahill
JakeSCahill merged commit 35f2019 into main Jul 20, 2026
9 checks passed
@JakeSCahill
JakeSCahill deleted the update-property-docs-v26.1.13 branch July 20, 2026 12:39
JakeSCahill added a commit to redpanda-data/docs-extensions-and-macros that referenced this pull request Jul 20, 2026
…ration (#214)

Overrides are baked into the extracted properties JSON during Phase 1, but
updatePropertyOverridesWithVersion stamps new properties into the overrides
file in Phase 2 — after extraction. Phase 3 then renders AsciiDoc from the
Phase-1 JSON, so properties new in the release being generated were missing
their 'Introduced in' line until the following release's run (observed in
redpanda-data/docs#1806 for the three properties new in v26.1.13).

Stamp the versions into the extracted JSON as well, right after the
overrides file, so the same run's AsciiDoc and JSON attachment carry them.

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants