chore: update documentation links for 0.17.0 release#4698
Merged
Conversation
coderfender
approved these changes
Jun 20, 2026
Contributor
|
Thank you @andygrove |
This was referenced Jun 21, 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.
Which issue does this PR close?
N/A. This is a routine documentation update following the 0.17.0 release.
Rationale for this change
Now that Comet 0.17.0 has been published, the documentation site needs to reference 0.17.x as the current stable release, move 0.16.x into the list of older versions, and publish the 0.17.0 changelog.
What changes are included in this PR?
Documentation links:
docs/generate-versions.py: setlatest_released_versionto0.17.0and slide theprevious_versionswindow to["0.14.0", "0.15.0", "0.16.0"]docs/build.sh: update the cleanup of locally cloned release branches tocomet-0.14,comet-0.15,comet-0.16docs/source/user-guide/index.md: present 0.17.x as the current stable releasedocs/source/user-guide/older-versions.md: add 0.16.x and drop 0.13.x from the older versions list, and point the stable-release link at 0.17This keeps the published guides at the current release plus the three prior versions, matching the convention used for previous releases.
Changelog:
docs/source/changelog/0.17.0.md: add the 0.17.0 changelogdocs/source/changelog/index.md: register 0.17.0 in the changelog indexHow are these changes tested?
Documentation-only change. Verified by building the docs locally per
docs/README.md.