forked from cockroachdb/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cloud April Release Notes (cockroachdb#16699)
* draft * link * edits * period * review * missed a word
- Loading branch information
1 parent
96ca48e
commit e1ce9a7
Showing
3 changed files
with
29 additions
and
3 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
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 |
---|---|---|
|
@@ -44,3 +44,4 @@ date,sha | |
2023-02-09,null | ||
2023-03-06,e36550014fba4431878d5280c55480fb067e576c | ||
2023-03-31,null | ||
2023-04-10,HEAD |
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,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. |