-
Notifications
You must be signed in to change notification settings - Fork 470
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add details about latest release to install and upgrade pages, use a …
…common include, copyedits
- Loading branch information
1 parent
b5f910c
commit d603d1b
Showing
8 changed files
with
47 additions
and
64 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{% comment %} | ||
This is included by v24.2+ install-cockroachdb-*.md upgrade-cockroach-version.md | ||
{% endcomment %} | ||
|
||
{% assign rd = site.data.versions | where_exp: "rd", "rd.major_version == page.version.version" | first %} | ||
{% assign latest = site.data.releases | where_exp: "latest", "latest.major_version == page.version.version" | sort: "release_date" | last %} | ||
|
||
{% assign released = false %} | ||
{% assign skippable = false %} | ||
{% if rd.release_date != "N/A" and rd.maint_supp_exp_date != "N/A" %} | ||
{% assign released = true %} | ||
{% if rd.asst_supp_exp_date == "N/A" %} | ||
{% assign skippable = true %} | ||
{% endif %} | ||
{% endif %} | ||
|
||
CockroachDB {{ latest.major_version }} is the latest [supported]({% link releases/release-support-policy.md %}) production release.{% if skippable == true %} It is an [Innovation release]({% link releases/release-support-policy.md %}#innovation-releases) that is optional for CockroachDB {{ site.data.products.dedicated }} and CockroachDB {{ site.data.products.core }} but required for CockroachDB {{ site.data.products.serverless }}.{% else %} It is a required [Regular release]({% link releases/release-support-policy.md %}#regular-releases).{% endif %} To learn more, refer to [CockroachDB {{ latest.major_version }} Release Notes](https://cockroachlabs.com/docs/releases/{{ latest.major_version }}.html). | ||
|
||
{% if page.version.version != blank and page.version.version != latest.major_version %} | ||
**This page refers to CockroachDB {{ page.version.version }}, not {{ latest.major_version }}.** | ||
{% endif %} |
This file was deleted.
Oops, something went wrong.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{{site.data.alerts.callout_danger}} | ||
The CockroachDB executable for Windows is experimental and not suitable for production deployments. Windows 8 or higher is required. | ||
CockroachDB executable for Windows is experimental and not suitable for production deployments. Windows 8 or higher is required. | ||
{{site.data.alerts.end}} |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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