Fix version-pinning examples on /packages to match the repo-served version - #124
Merged
guanzhousongmicrosoft merged 1 commit intoAug 3, 2026
Conversation
The version-pinning section on /packages used the latest GitHub release (0.114-0) as the example output of apt-cache madison / dnf list, but the APT and RPM repositories currently serve 0.113-0. Split the constants so the direct-download examples keep tracking the latest GitHub release while the pinning examples show the repo-served version, and note that the package repositories can lag GitHub Releases.
GuanzhouSong
force-pushed
the
packages-repo-version-examples
branch
from
August 3, 2026 11:58
2860ef5 to
55203bb
Compare
guanzhousongmicrosoft
approved these changes
Aug 3, 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.
Summary
The version-pinning section on
/packagesshows0.114-0/0.114.0-1.el9as example output ofapt-cache madison/dnf --showduplicates list, but the live APT/RPM repositories at documentdb.io currently serve0.113-0/0.113.0-1.el9(confirmed against the repo package indexes anddocumentdb.io/packages/release-info.json). Users following the pinning instructions would look for a version string the list commands never show.0.114-0, still used for the direct.deb/.rpmdownload filename examples, which correctly reference GitHub Release assets) and a repo-served version (0.113-0, now used for the pinning examples).Also verified while auditing against released versions (no changes needed):
deb11PG 18 package now exists in the APT repo, but it depends onpostgresql-18-postgis-3, which bullseye-pgdg still does not ship, so it cannot install.Test plan
tsc --noEmitpasseseslint app/packages/page.tsxpassesnpm test— 102/102 pass