Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOC-9332] Document new regions on Azure (Part 2 of N, CC-25999) #18430

Merged
merged 7 commits into from
Apr 18, 2024
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 16 additions & 1 deletion src/current/_includes/releases/cloud/2024-04-17.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,19 @@

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

- [CockroachDB v24.1.0-beta.1](https://www.cockroachlabs.com/docs/releases/v24.1#v24-1-0-beta-1) is available to CockroachDB {{ site.data.products.dedicated }} clusters as a Pre-Production Preview release for testing and experimentation. An [Org Administrator]({% link cockroachcloud/authorization.md %}#org-administrator) can upgrade your CockroachDB {{ site.data.products.dedicated }} cluster from the CockroachDB {{ site.data.products.cloud }} Console. To learn more, refer to [Upgrade to v24.1 Pre-Production Preview]({% link cockroachcloud/upgrade-to-v24.1.md %}) and the [CockroachDB {{ site.data.products.cloud }} Upgrade Policy]({% link cockroachcloud/upgrade-policy.md %}).
- CockroachDB {{ site.data.products.dedicated }} clusters on Azure can now be created in the following [regions]({% link cockroachcloud/regions.md %}):

Africa | `southafricanorth` | Johannesburg
Asia Pacific | `japaneast` | Tokyo
| `koreacentral` | Seoul
Middle East | `qatarcentral` | Doha
| `uaenorth` | Dubai
| `southcentralus` | Texas
| `westus3` | Washington
Western Europe | `francecentral` | Paris
| `norwayeast` | Oslo
| `polandcentral` | Warsaw
| `swedencentral` | Gävle
| `switzerlandnorth` | Zürich

- [CockroachDB v24.1.0-beta.1](https://www.cockroachlabs.com/docs/releases/v24.1#v24-1-0-beta-1) is available to CockroachDB {{ site.data.products.dedicated }} clusters as a Pre-Production Preview release for testing and experimentation. An [Org Administrator]({% link cockroachcloud/authorization.md %}#org-administrator) can upgrade your CockroachDB {{ site.data.products.dedicated }} cluster from the CockroachDB {{ site.data.products.cloud }} Console. To learn more, refer to [Upgrade to v24.1 Pre-Production Preview]({% link cockroachcloud/upgrade-to-v24.1.md %}) and the [CockroachDB {{ site.data.products.cloud }} Upgrade Policy]({% link cockroachcloud/upgrade-policy.md %}).
16 changes: 14 additions & 2 deletions src/current/cockroachcloud/regions.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,17 +82,29 @@ CockroachDB {{ site.data.products.cloud }} clusters can be deployed in the follo

Geographic Area | Region Name | Location
----------------|----------------------|---------
Africa | `southafricanorth` | Johannesburg
Asia Pacific | `australiaeast` | New South Wales
| `japaneast` | Tokyo
| `koreacentral` | Seoul
| `centralindia` | Pune
| `eastasia` | Hong Kong
| `southeastasia` | Singapore
North America | `centralcanada` | Toronto
Middle East | `qatarcentral` | Doha
| `uaenorth` | Dubai
North America | `canadacentral` | Toronto
| `centralus` | Iowa
| `eastus` | Virginia
| `eastus2` | Virginia
| `southcentralus` | Texas
| `westus2` | Washington
Western Europe | `germanywestcentral` | Frankfurt
| `westus3` | Washington
Western Europe | `francecentral` | Paris
| `germanywestcentral` | Frankfurt
| `northeurope` | Ireland
| `norwayeast` | Oslo
| `polandcentral` | Warsaw
| `swedencentral` | Gävle
| `switzerlandnorth` | Zürich
| `uksouth` | London
| `westeurope` | Netherlands

Expand Down
Loading