Fix broken anchor in v1beta1 migration guide - #1101
Merged
Merged
Conversation
PR #1086 replaced the referencingServers section heading with an admonition, breaking the change-summary table's anchor link and leaving the v0.42.0 removal note oddly placed ahead of the section's own content. Restore the heading and move the admonition after the historical before/after example.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
There was a problem hiding this comment.
Pull request overview
This PR fixes a broken in-page anchor link in the Kubernetes v1beta1 migration guide by restoring the original section heading (so the existing change-summary table link resolves again) and repositioning the v0.42.0 removal note so it reads as contextual follow-up to the before/after example.
Changes:
- Restores the
referencingServers/referencingWorkloadssection heading to re-enable the existing anchor target. - Moves the
Removed in v0.42.0admonition to follow the before/after YAML example, improving the section flow. - Adjusts the surrounding prose to reflect the updated structure without removing content.
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
danbarr
enabled auto-merge (squash)
August 14, 2026 16:46
JAORMX
approved these changes
Aug 14, 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.
Description
PR #1086 replaced the
### referencingServers replaced with referencingWorkloadssection heading with a:::info[Removed in v0.42.0]admonition. This broke the anchor link from the change-summary table
(
#referencingservers-replaced-with-referencingworkloads) and left thev0.42.0 removal note sitting ahead of the section's own historical content,
which read out of place.
This restores the heading (fixing the anchor) and moves the v0.42.0
admonition to after the before/after example, so it reads as a follow-on
note rather than orphaned content with no section of its own. No content
was removed; only the structure changed.
Type of change
Related issues/PRs
Submitter checklist
Content and formatting