chore: docs updates for v2.4 release - #1138
Merged
Merged
Conversation
Fixes all checklist items from crossplane#1135 Signed-off-by: Jared Watts <jbw976@gmail.com>
✅ Deploy Preview for crossplane ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
jbw976
commented
Aug 20, 2026
| # Which CLI docs version is the "Latest"? Tracked separately from core so the | ||
| # two version lines can diverge. Keep in sync with params.cliLatest in config.yaml. | ||
| CLI_LATEST_VER="2.3" | ||
| CLI_LATEST_VER="2.4" |
Member
Author
There was a problem hiding this comment.
looks like the CLI v2.4 release may have missed this ^
params.cliLatest was already updated, so nothing to do there
Member
Author
|
looks like some Vale errors, which I don't expect given I didn't change any content... |
Vale 3.14.2 lints YAML frontmatter while the previous version of Vale that we used (3.7.1) did not. Since the version bump in fc3ed6f, these errors have been sitting latent until some commit touched them again (i.e. the v2.4 release) which makes them eligble for rescan. This commit make sa slight reword for both descriptions in every version they exist. Signed-off-by: Jared Watts <jbw976@gmail.com>
Member
Author
negz
approved these changes
Aug 20, 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.

This PR addresses all items in the codebase for the v2.4 docs release issue:
I also deleted the
content/cli/v2.1directory since the CLI still shipped as part of core crossplane in that release, so it makes sense to remove those docs along with the main v2.1 docs too. I thought about putting that into the release item checklist, but eventually we won't need to do this since the CLI split out from core and has its own lifecycle starting in v2.3.Note that while trying to test locally with
hugo server, I discovered these issues:hugo serverfails local build with manyREF_NOT_FOUND#1136hugo serverfails local build with deprecated warnings #1137So I haven't been able to test locally and we'll see if we can rely on the docs preview site 🙏