docs: add ADP release notes page#117
Merged
Merged
Conversation
Add a release-notes changelog page under the reference module, generated from adp/RELEASE_NOTES.md in cloudv2 by adp/cmd/releasenotes, and add it to the nav. The two gateway pages that told readers to "consult the ADP release notes" now xref this page instead of dangling. The page is regenerated on every ADP release (see the adp-release skill); do not hand-edit it. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
👷 Deploy request for redpanda-agentic-data-plane pending review.Visit the deploys page to approve it
|
micheleRP
reviewed
Jul 1, 2026
micheleRP
reviewed
Jul 1, 2026
micheleRP
reviewed
Jul 1, 2026
micheleRP
approved these changes
Jul 1, 2026
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.
Preview pages
What
Add a release-notes changelog page at
reference/release-notes(published athttps://docs.redpanda.com/agentic-data-plane/reference/release-notes/), add it tothe nav, and point the two gateway pages that referenced "the ADP release notes" at
it instead of leaving the reference dangling.
Why
ADP ships under
adp/vX.Y.Ztags but had no public changelog.overview.adocandconfigure-provider.adocalready told readers to "consult the ADP release notes"with no page to link to.
Implementation details
The page is generated from
adp/RELEASE_NOTES.mdin the cloudv2 repo byadp/cmd/releasenotes -format adoc. The same source also feeds the in-product"What's new" panel in adp-ui, so the docs changelog and the product stay in lockstep.
The
adp-releaseskill regenerates and re-syncs this page on every release; the pagecarries a generated-file header and must not be hand-edited. Verified with a local
Antora build: the page renders and all xrefs resolve.
References
cloudv2 companion PR: redpanda-data/cloudv2#27600