docs: default clickhousectl examples to the latest ClickHouse release#6412
Merged
Conversation
Use `clickhousectl local use latest` instead of `stable` in the install and quick-start docs, and bump the pinned version examples to 26.5. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
You must have Developer access to commit code to ClickHouse on Vercel. If you contact an administrator and receive Developer access, commit again to see your changes. Learn more: https://vercel.com/docs/accounts/team-members-and-roles/access-roles#team-level-roles |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
3 Skipped Deployments
|
7b60c79 to
9bbeecf
Compare
Original commit authored by a non-Vercel-team member, which blocks preview deployments. Empty commit re-triggers builds under an authorized identity. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
dhtclk
approved these changes
Jun 17, 2026
dhtclk
left a comment
Collaborator
There was a problem hiding this comment.
LGTM!
Sorry for any sloppy git activity, pushed an empty commit to trigger vercel deploys and got a little bit mixed up with my local environment.
|
Docs PR opened: ClickHouse/mintlify-docs-dev#234 Updated clickhousectl install examples to use latest instead of stable and bumped version examples from 25.6 to 26.5. |
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
Update the
clickhousectlexamples in the install and quick-start docs to recommend the latest ClickHouse release:clickhousectl local use latestinstead ofstable.25.6/ltsto26.5/26.5.2.39.Affects
deployment-modes.md,_cli_install.md, andquick-start/oss.mdx.Checklist
Note
Low Risk
Documentation-only wording and example command changes with no runtime or URL changes.
Overview
clickhousectlinstall and quick-start docs now steer readers toward the latest ClickHouse build instead of stable: default commands useclickhousectl local use latest, and copy is updated from “latest stable version” to “latest version.”In
_cli_install.md, pinned version examples dropltsand25.6in favor of26.5and26.5.2.39. The same default command change appears indeployment-modes.mdandoss.mdx.Reviewed by Cursor Bugbot for commit 1d4667b. Bugbot is set up for automated code reviews on this repo. Configure here.