Skip to content

Commit

Permalink
Cloud April Release Notes (cockroachdb#16699)
Browse files Browse the repository at this point in the history
* draft

* link

* edits

* period

* review

* missed a word
  • Loading branch information
gemma-shay authored Apr 10, 2023
1 parent 96ca48e commit e1ce9a7
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _config_cockroachdb.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
baseurl: /docs
current_cloud_date: '2023-03-06'
current_cloud_date: '2023-04-10'
current_cloud_version: v22.2
current_dedicated_hotfix: v22.2.5
current_serverless_hotfix: v22.2.5
current_dedicated_hotfix: v22.2.7
current_serverless_hotfix: v22.2.7
destination: _site/docs
homepage_title: CockroachDB Docs
versions:
Expand Down
1 change: 1 addition & 0 deletions _data/cloud_releases.csv
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,4 @@ date,sha
2023-02-09,null
2023-03-06,e36550014fba4431878d5280c55480fb067e576c
2023-03-31,null
2023-04-10,HEAD
25 changes: 25 additions & 0 deletions _includes/releases/cloud/2023-04-10.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
## April 10, 2023

<h3> General changes </h3>

- Contract customers can now [create {{ site.data.products.dedicated }} advanced clusters](../cockroachcloud/create-your-cluster.html#step-1-start-the-cluster-creation-process), which have all the features of {{ site.data.products.dedicated }} standard clusters, plus security features needed for [PCI DSS compliance](../cockroachcloud/pci-dss.html). To upgrade your organization to a contract, [contact us](https://cockroachlabs.com/contact-sales).
- {{ site.data.products.dedicated }} clusters now [export the following metrics](../cockroachcloud/export-metrics.html#the-metricexport-endpoint) to third-party monitoring tools such as [Datadog](../cockroachcloud/export-metrics.html?filters=datadog-metrics-export) and [Amazon CloudWatch](../cockroachcloud/export-metrics.html?filters=aws-metrics-export):
- `storage_l0_sublevels`
- `storage_l0_num_files`
- `security_certificate_expiration_ca`
- `sql_mem_root_current`
- `sys_host_disk_iopsinprogress`

<h3> Cloud API changes </h3>

- You can now upgrade, roll back, or manually finalize a pending upgrade to your cluster using the [Cloud API](../cockroachcloud/cloud-api.html).
- The [Cloud API endpoints](../cockroachcloud/cloud-api.html) that were in preview for configuring metric export have been replaced with specific endpoints for each supported third-party tool integration. For example, `EnableMetricExport` is now replaced by `EnableDatadogMetricExport` and `EnableCloudWatchMetricExport`.

<h3> Security updates </h3>

- [Admins](../cockroachcloud/console-access-management.html#console-admin) of organizations that have [enabled Cloud Organization SSO](../cockroachcloud/cloud-org-sso.html) can now reset the passwords of other users in their organization who authenticate using passwords rather than an SSO authentication method.

<h3> Bug fixes </h3>

- Fixed a bug where a `404` error would display when navigating from certain pages to the **Clusters** page.
- Removed an unnecessary warning that could appear when downloading CA certificates for {{ site.data.products.serverless }} clusters.

0 comments on commit e1ce9a7

Please sign in to comment.