-
Notifications
You must be signed in to change notification settings - Fork 479
Archive v21.2 #21418
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Archive v21.2 #21418
Conversation
This release is no longer supported. See https://www.cockroachlabs.com/docs/releases/release-support-policy.html * Delete entire v21.2 directory (700+ files) * Delete sidebar-data-v21.2.json * Delete _includes/releases/v21.2/ directory (26 releases) * Delete _includes/v21.2/ directory (400+ includes) * Update releases/v21.2.md with anchor tags for all releases * Fix cross-version references in backup documentation (v23.1-v25.4) * Fix cross-version references in orchestration includes (v22.1-v22.2) * Fix cross-version references in advisory documentation
- Fix remaining 5 v21.2 HTML links in v22.1 files - All Jekyll builds and htmltest now pass (9,163 documents tested) - Archive follows established v2.1 pattern: sidebar data deleted, includes removed, release page archived - Cross-version reference cleanup complete across v22.1-v25.4
- Remove LLM-generated openssl_fix.rb script - Remove debug file output.txt - Update sidebar_htmltest.rb to respect htmltest config and skip archived versions
Files changed:
|
✅ Deploy Preview for cockroachdb-interactivetutorials-docs canceled.
|
✅ Deploy Preview for cockroachdb-api-docs canceled.
|
✅ Netlify Preview
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Netlify Preview
To edit notification comments on pull requests, go to your Netlify project configuration. |
rmloveland
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
needs a couple changes but should go in easily after #21417
| @@ -6,7 +6,7 @@ | |||
|
|
|||
| Therefore, in order to upgrade to {{ page.version.version }}, you must be on a production release of {{ previous_version }}. | |||
|
|
|||
| 1. If you are upgrading to {{ page.version.version }} from a production release earlier than {{ previous_version }}, or from a testing release (alpha/beta), first [upgrade to a production release of {{ previous_version }}]({% link {{ previous_version }}/upgrade-cockroachdb-kubernetes.md %}?filters=helm). Be sure to complete all the steps. | |||
| 1. If you are upgrading to {{ page.version.version }} from a production release earlier than {{ previous_version }}, or from a testing release (alpha/beta), first upgrade to a production release of {{ previous_version }}. Be sure to complete all the steps. | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i have a feeling these changes outside of v21.2 will conflict with similar changes i saw in the previous PR #21417, but once that one goes in rebasing this and fixing any conflicts should be easy
|
|
||
| module SidebarHTMLTest | ||
| class Generator < Jekyll::Generator | ||
| def generate(site) | ||
| @site = site | ||
|
|
||
| # Read htmltest configuration to get ignored directories |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i think all of these will conflict with this same edit in #21195 but should be an easy fix if we merge them in order
| gem "webrick" | ||
| gem "jekyll-minifier" | ||
|
|
||
| gem "csv" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should be separate docs infra PR, in fact this may already be fixed on main
Archives v21.2 documentation following the same process used for v2.1.