Skip to content

chore: backfill missing patch releases in the v1.2.x changelog table - #835

Open
Ketharan wants to merge 1 commit into
openchoreo:mainfrom
Ketharan:chore/backfill-v1.2.x-changelog
Open

chore: backfill missing patch releases in the v1.2.x changelog table#835
Ketharan wants to merge 1 commit into
openchoreo:mainfrom
Ketharan:chore/backfill-v1.2.x-changelog

Conversation

@Ketharan

Copy link
Copy Markdown
Contributor

Purpose

versioned_docs/version-v1.2.x/changelog.md is missing five releases: v1.0.4, v1.0.5, v1.1.4, v1.1.5 and v1.1.6. Its v1.1 rows stop at v1.1.3 and its v1.0 rows at v1.0.3.

That file backs the default /docs/changelog path, so the published changelog currently skips those releases. docs/changelog.md — served at /docs/next/changelog — has always been complete, so the two have silently diverged.

Confirmed on the live site after the v1.1.6 docs update merged:

/docs/changelog          v1.1.0, v1.1.1, v1.1.2, v1.1.3
/docs/v1.1.x/changelog   v1.1.4, v1.1.5, v1.1.6

A reader on the default URL cannot see that v1.1.4, v1.1.5 or v1.1.6 were released at all.

Approach

Adds the five missing rows, each copied verbatim from docs/changelog.md so dates, links and column padding are identical rather than re-derived. After this change the two tables' row sets are byte-identical.

Only the changelog table is touched. The v1.2.x _constants.mdx and support tables are unaffected — this does not change which version the v1.2 docs install.

Related Issues

Follow-up to #834, where this gap was noted but deliberately left out of scope.

Checklist

  • Tests added or updated (unit, integration, etc.)
  • Samples updated (if applicable)
  • This PR includes AI-generated code or content

Remarks

Verified before raising:

  • diff of the two tables' row sets returns clean after the change.
  • All five backfilled changelog links return HTTP 200.
  • Prettier clean against the CI glob.

Likely cause: the per-release docs updates kept the v1.2.x tree's own rows current but not the older lines' rows, so each v1.0.x/v1.1.x patch since v1.2.0 was added to docs/ and its own versioned tree, but not to v1.2.x. Worth folding into the release-info checklist so it does not drift again.

Signed-off-by: Ketharan <ketharan.mail@gmail.com>
@coderabbitai

coderabbitai Bot commented Aug 22, 2026

Copy link
Copy Markdown
Contributor

Important

  • 🔍 Trigger review

This repository does not receive automatic reviews because it has fewer than 10 stars.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: d721ae41-0a31-4adb-ae10-464668bea80f


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants