Skip to content

Commit 87c12a4

Browse files
committed
Cassandra 5.0 release
Changes to reflect v5.0 release.
1 parent e68a741 commit 87c12a4

6 files changed

Lines changed: 7 additions & 9 deletions

File tree

articles/managed-instance-apache-cassandra/create-cluster-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ This quickstart demonstrates how to use the Azure CLI commands to create a clust
7171
location='eastus2'
7272
delegatedManagementSubnetId='/subscriptions/<subscription ID>/resourceGroups/<resource group name>/providers/Microsoft.Network/virtualNetworks/<VNet name>/subnets/<subnet name>'
7373
initialCassandraAdminPassword='myPassword'
74-
cassandraVersion='3.11' # set to 4.0 for a Cassandra 4.0 cluster
74+
cassandraVersion='5.0' # set to 4.0 for a Cassandra 4.0 cluster
7575
7676
az managed-cassandra cluster create \
7777
--cluster-name $clusterName \

articles/managed-instance-apache-cassandra/create-cluster-portal.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ You can use the Azure portal or [CLI commands](manage-resources-cli.md#update-ya
195195

196196
Only overridden Cassandra configuration values are shown in the Azure portal.
197197

198-
Ensure that the Cassandra YAML settings that you provide are appropriate for the version of Cassandra that you deployed. For more information, see [Cassandra v3.11](https://github.com/apache/cassandra/blob/cassandra-3.11/conf/cassandra.yaml) for Cassandra v3.11 settings and [Cassandra v4.0](https://github.com/apache/cassandra/blob/cassandra-4.0/conf/cassandra.yaml) for v4.0. You can't update the following YAML settings:
198+
Ensure that the Cassandra YAML settings that you provide are appropriate for the version of Cassandra that you deployed. For more information, see [Cassandra v5.0](https://github.com/apache/cassandra/blob/cassandra-5.0/conf/cassandra.yaml), [Cassandra v4.0](https://github.com/apache/cassandra/blob/cassandra-4.0/conf/cassandra.yaml) for v4.0 and [Cassandra v3.11](https://github.com/apache/cassandra/blob/cassandra-3.11/conf/cassandra.yaml) for Cassandra v3.11 settings. You can't update the following YAML settings:
199199

200200
- `cluster_name`
201201
- `seed_provider`
@@ -227,8 +227,6 @@ You can use the Azure portal or [CLI commands](manage-resources-cli.md#update-ya
227227

228228
## Update the Cassandra version
229229

230-
Cassandra 5.0 and Turnkey version updates are in public preview. These features are provided without an SLA. We don't recommend these features for production workloads. For more information, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
231-
232230
You can conduct in-place major version upgrades directly from the portal or through the Azure CLI, Terraform, or Azure Resource Manager templates.
233231

234232
1. On the **Overview** tab, select **Update**.
@@ -237,7 +235,7 @@ You can conduct in-place major version upgrades directly from the portal or thro
237235

238236
1. Select the Cassandra version from the dropdown list.
239237

240-
Don't skip versions. We recommend that you update from only one version to another. For example, update 3.11 to 4.0 or 4.0 to 4.1.
238+
Don't skip versions. We recommend that you update from only one version to another. For example, update 3.11 to 4.0 or 4.0 to 4.1 or 4.1 to 5.0.
241239

242240
:::image type="content" source="media/create-cluster-portal/cluster-version.png" border="true" alt-text="Screenshot that shows selecting the Cassandra version." lightbox="media/create-cluster-portal/cluster-version.png":::
243241

articles/managed-instance-apache-cassandra/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ No, there's no architectural dependency between Azure Managed Instance for Apach
3030

3131
### What versions of Apache Cassandra does the service support?
3232

33-
The service currently supports Cassandra versions 3.11 and 4.0. Both versions are GA. See our [Azure CLI Quickstart](create-cluster-cli.md) (step 5) for specifying Cassandra version during cluster deployment.
33+
The service currently supports Cassandra versions till 5.0. See our [Azure CLI Quickstart](create-cluster-cli.md) (step 5) for specifying Cassandra version during cluster deployment.
3434

3535
### Does Azure Managed Instance for Apache Cassandra have an SLA?
3636

articles/managed-instance-apache-cassandra/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ You can use this service to easily place managed instances of Apache Cassandra d
2424
- **Metrics:** each datacenter node provisioned by the service emits metrics using [Metric Collector for Apache Cassandra](https://github.com/datastax/metric-collector-for-apache-cassandra). The metrics can be [visualized in Prometheus or Grafana](visualize-prometheus-grafana.md). The service is also integrated with [Azure Monitor for metrics and diagnostic logging](monitor-clusters.md).
2525

2626
>[!NOTE]
27-
> The service currently supports Cassandra versions 3.11 and 4.0. Both versions are GA. See our [Azure CLI Quickstart](create-cluster-cli.md) (step 5) for specifying Cassandra version during cluster deployment.
27+
> The service currently supports Cassandra versions till 5.0. See our [Azure CLI Quickstart](create-cluster-cli.md) (step 5) for specifying Cassandra version during cluster deployment.
2828
2929
### Simplified scaling
3030

articles/managed-instance-apache-cassandra/manage-resources-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ az managed-cassandra datacenter update \
291291
```
292292

293293
> [!IMPORTANT]
294-
> Ensure that the Cassandra YAML settings that you provide are appropriate for your version of Cassandra. See the [Cassandra v3.11 settings](https://github.com/apache/cassandra/blob/cassandra-3.11/conf/cassandra.yaml) and the [Cassandra v4.0 settings](https://github.com/apache/cassandra/blob/cassandra-4.0/conf/cassandra.yaml). You're *not* allowed to update the following YAML settings:
294+
> Ensure that the Cassandra YAML settings that you provide are appropriate for your version of Cassandra. See the [Cassandra v5.0 settings] (https://github.com/apache/cassandra/blob/cassandra-5.0/conf/cassandra.yaml), the [Cassandra v4.0 settings](https://github.com/apache/cassandra/blob/cassandra-4.0/conf/cassandra.yaml) and [Cassandra v3.11 settings](https://github.com/apache/cassandra/blob/cassandra-3.11/conf/cassandra.yaml). You're *not* allowed to update the following YAML settings:
295295
>
296296
> * `cluster_name`
297297
> * `seed_provider`

articles/managed-instance-apache-cassandra/management-operations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ This article defines the management operations and features provided by the serv
3434
- The version in Apache Cassandra is in the format `X.Y.Z`. You can control the deployment of major (X) and minor (Y) versions manually by using service tools. The Cassandra patches (Z) that might be required for that major/minor version combination are done automatically.
3535

3636
> [!NOTE]
37-
> The service currently supports Cassandra versions 3.11 and 4.0. Both versions are GA. To specify a Cassandra version when you deploy a cluster, see [Azure CLI Quickstart](create-cluster-cli.md).
37+
> The service currently supports Cassandra versions till 5.0. To specify a Cassandra version when you deploy a cluster, see [Azure CLI Quickstart](create-cluster-cli.md).
3838
3939
## Maintenance
4040

0 commit comments

Comments
 (0)