Skip to content

Commit

Permalink
add v23.2 to Cloud Releases page (#18228)
Browse files Browse the repository at this point in the history
add v23.2 to Cloud Releases page

Co-authored-by: Matt Linville <[email protected]>
  • Loading branch information
taroface and mdlinville authored Jan 18, 2024
1 parent 3faf7c6 commit 061c3fc
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 8 deletions.
6 changes: 3 additions & 3 deletions src/current/_config_cockroachdb.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
baseurl: /docs
current_cloud_date: '2023-09-26'
current_cloud_version: v23.1
current_dedicated_hotfix: v23.1.11
current_cloud_date: '2024-01-17'
current_cloud_version: v23.2
current_dedicated_hotfix: v23.2.0
current_serverless_hotfix: v23.1.11
destination: _site/docs
homepage_title: CockroachDB Docs
Expand Down
1 change: 0 additions & 1 deletion src/current/_data/alerts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ end: '</div>'
callout_danger: '<div class="bs-callout bs-callout--danger"><div class="bs-callout__label">Warning:</div>'
callout_success: '<div class="bs-callout bs-callout--success"><div class="bs-callout__label">Tip:</div>'
callout_info: '<div class="bs-callout bs-callout--info"><div class="bs-callout__label">Note:</div>'
callout_version: '<div class="bs-callout bs-callout--version"><div class="bs-callout__label">Current version:</div>'

hr_faded: '<hr class="faded"/>'
hr_shaded: '<hr class="shaded"/>'
1 change: 1 addition & 0 deletions src/current/_data/cloud_releases.csv
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,4 @@ date,sha
2023-12-14,null
2023-12-19,null
2023-12-21,null
2024-01-17,null
5 changes: 5 additions & 0 deletions src/current/_includes/releases/cloud/2024-01-17.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## January 17, 2024

<h3 id="2024-01-17-general-updates"> General updates </h3>

- CockroachDB v23.2 is now generally available for CockroachDB {{ site.data.products.dedicated }}, and is scheduled to be made available for CockroachDB {{ site.data.products.core }} on February 5, 2024. For more information, refer to [Create a CockroachDB Dedicated Cluster]({% link cockroachcloud/create-your-cluster.md %}) or [Upgrade to CockroachDB v23.2]({% link cockroachcloud/upgrade-to-v23.2.md %}).
6 changes: 4 additions & 2 deletions src/current/_includes/releases/current-cloud-version.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{% assign smv = site.data.releases | where_exp: "smv", "smv.release_name == site.current_serverless_hotfix" | map: "major_version" %}
{% assign dmv = site.data.releases | where_exp: "dmv", "dmv.release_name == site.current_dedicated_hotfix" | map: "major_version" %}

{{site.data.alerts.callout_version}}
As of {{ site.current_cloud_date | date: "%B %e, %Y" }}, CockroachDB {{ site.data.products.serverless }} clusters are running CockroachDB [{{ site.current_serverless_hotfix }}]({% link releases/{{ smv }}.md %}#{{ site.current_serverless_hotfix | replace: ".", "-" }}) and new CockroachDB {{ site.data.products.dedicated }} clusters are running CockroachDB [{{ site.current_dedicated_hotfix }}]({% link releases/{{ dmv }}.md %}#{{ site.current_dedicated_hotfix | replace: ".", "-" }}).
<div class="bs-callout bs-callout--version"><div class="bs-callout__label">Current version as of {{ site.current_cloud_date | date: "%B %e, %Y" }}:</div>

- New CockroachDB {{ site.data.products.dedicated }} clusters are running CockroachDB [{{ site.current_dedicated_hotfix }}]({% link releases/{{ dmv }}.md %}#{{ site.current_dedicated_hotfix | replace: ".", "-" }}), and existing clusters can be upgraded to this version.
- CockroachDB {{ site.data.products.serverless }} clusters are running CockroachDB [{{ site.current_serverless_hotfix }}]({% link releases/{{ smv }}.md %}#{{ site.current_serverless_hotfix | replace: ".", "-" }}).
{{site.data.alerts.end}}
2 changes: 1 addition & 1 deletion src/current/cockroachcloud/upgrade-to-v23.2.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Upgrading a CockroachDB {{ site.data.products.dedicated }} cluster to a new majo
{{site.data.alerts.end}}

{{site.data.alerts.callout_info}}
CockroachDB v23.2 is now generally available and production-ready for CockroachDB Dedicated, and is scheduled to be made available for CockroachDB Self-Hosted on February 5, 2024.
CockroachDB v23.2 is now generally available and production-ready for CockroachDB {{ site.data.products.dedicated }}, and is scheduled to be made available for CockroachDB {{ site.data.products.core }} on February 5, 2024.

Through February 5, customers who create a new cluster or upgrade to v23.2 may be notified about their cluster receiving cloud-only patch releases, including the public 23.2.0 GA binary as a patch release. Descriptions of any substantive fixes in such patches will be added to the [CockroachDB v23.2.0 Release Notes]({% link releases/v23.2.md %}).
{{site.data.alerts.end}}
Expand Down
2 changes: 1 addition & 1 deletion src/current/v23.2/upgrade-cockroach-version.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Because of CockroachDB's [multi-active availability]({% link {{ page.version.ver
This page describes how to upgrade to the latest **{{ page.version.version }}** release, **{{ latest.release_name }}**. To upgrade CockroachDB on Kubernetes, refer to [single-cluster]({% link {{ page.version.version }}/upgrade-cockroachdb-kubernetes.md %}) or [multi-cluster]({% link {{ page.version.version }}/orchestrate-cockroachdb-with-kubernetes-multi-cluster.md %}#upgrade-the-cluster) instead.

{{site.data.alerts.callout_info}}
CockroachDB v23.2 is now generally available and production-ready for CockroachDB Dedicated, and is scheduled to be made available for CockroachDB Self-Hosted on February 5, 2024.
CockroachDB v23.2 is now generally available and production-ready for CockroachDB {{ site.data.products.dedicated }}, and is scheduled to be made available for CockroachDB {{ site.data.products.core }} on February 5, 2024.
{{site.data.alerts.end}}

## Terminology
Expand Down

0 comments on commit 061c3fc

Please sign in to comment.