Skip to content

Commit

Permalink
Document CC upgrade to 20.1
Browse files Browse the repository at this point in the history
- Add page with upgrade instructions.
- Update upgrade policy page.
- Remove multiple versions from CC docs
  • Loading branch information
jseldess committed May 11, 2020
1 parent b83f1b3 commit 1a01915
Show file tree
Hide file tree
Showing 36 changed files with 208 additions and 2,245 deletions.
2 changes: 1 addition & 1 deletion _config_cockroachcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ destination: _site/docs/cockroachcloud

versions:
stable: v20.1
dev: v20.1
# dev: v20.1

cockroachcloud: true
203 changes: 0 additions & 203 deletions _includes/sidebar-data-v19.2.cockroachcloud.json

This file was deleted.

15 changes: 13 additions & 2 deletions _includes/sidebar-data-v20.1.cockroachcloud.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,19 @@
},
{
"title": "Upgrade Your Cluster",
"urls": [
"/${VERSION}/cockroachcloud-upgrade-policy.html"
"items": [
{
"title": "Upgrade Policy",
"urls": [
"/${VERSION}/cockroachcloud-upgrade-policy.html"
]
},
{
"title": "Upgrade to v20.1",
"urls": [
"/${VERSION}/cockroachcloud-upgrade-to-v20.1.html"
]
}
]
}
]
Expand Down
8 changes: 5 additions & 3 deletions _includes/version-nav.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@
>
<span class="version-nav__link-text version-nav__link-text--managed"></span>
</a>
{% if page.version %}
{% include version-switcher.html %}
{% endif %}
{% unless site.cockroachcloud %}
{% if page.version %}
{% include version-switcher.html %}
{% endif %}
{% endunless %}
</div>
</div>
16 changes: 8 additions & 8 deletions releases/cockroachcloud-03022020.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ In addition to various updates, enhancements, and bug fixes, this beta release i

- CockroachCloud pricing is now available on the [pricing page](https://www.cockroachlabs.com/pricing/).
- CockroachCloud clusters running CockroachDB v19.2 have been upgraded to [v19.2.4](https://www.cockroachlabs.com/docs/releases/v19.2.4.html). All new clusters will now be created with CockroachDB v19.2.4.
- CockroachCloud now offers two options for per-node hardware configuration instead of three options. The hardware configuration [pricing](../v19.2/cockroachcloud-create-your-cluster.html#step-2-select-the-cloud-provider) has been updated accordingly.
- CockroachCloud now offers two options for per-node hardware configuration instead of three options. The hardware configuration [pricing](../v20.1/cockroachcloud-create-your-cluster.html#step-2-select-the-cloud-provider) has been updated accordingly.

Get future release notes emailed to you:

Expand All @@ -36,11 +36,11 @@ Get future release notes emailed to you:
### General changes

- Added a **Sign up** link to the [CockroachCloud **Log In** page](https://cockroachlabs.cloud/).
- While [creating a new cluster](../v19.2/cockroachcloud-create-your-cluster.html), you can now type in the number of nodes you want in the cluster instead of having to click the `+` sign repeatedly.
- The [**Create cluster**](../v19.2/cockroachcloud-create-your-cluster.html) page now displays the estimated hourly cost instead of the monthly cost.
- Removed the cluster creation banner displayed at the top of the [**Clusters page**](../v19.2/cockroachcloud-cluster-management.html#view-clusters-page).
- CockroachCloud now alphabetically sorts the nodes on a [**Cluster Overview page**](../v19.2/cockroachcloud-cluster-management.html#view-cluster-overview).
- CockroachCloud no longer displays IOPS per node on the [**Create cluster**](../v19.2/cockroachcloud-create-your-cluster.html) page.
- While [creating a new cluster](../v20.1/cockroachcloud-create-your-cluster.html), you can now type in the number of nodes you want in the cluster instead of having to click the `+` sign repeatedly.
- The [**Create cluster**](../v20.1/cockroachcloud-create-your-cluster.html) page now displays the estimated hourly cost instead of the monthly cost.
- Removed the cluster creation banner displayed at the top of the [**Clusters page**](../v20.1/cockroachcloud-cluster-management.html#view-clusters-page).
- CockroachCloud now alphabetically sorts the nodes on a [**Cluster Overview page**](../v20.1/cockroachcloud-cluster-management.html#view-cluster-overview).
- CockroachCloud no longer displays IOPS per node on the [**Create cluster**](../v20.1/cockroachcloud-create-your-cluster.html) page.
- Billing periods are now displayed in the UTC timezone.
- If you are the only Admin for a CockroachCloud Organization, you can no longer change your role to Developer. Assign another user as Admin and then change your role to Developer.

Expand All @@ -53,6 +53,6 @@ Get future release notes emailed to you:

### Doc updates

- Added language-specific connection string examples to the [Connect to your cluster](../v19.2/cockroachcloud-connect-to-your-cluster.html#use-a-postgres-driver-or-orm) document.
- Added a tutorial on [streaming an enterprise changefeed from CockroachCloud to Snowflake](../v19.2/stream-changefeed-to-snowflake-aws.html).
- Added language-specific connection string examples to the [Connect to your cluster](../v20.1/cockroachcloud-connect-to-your-cluster.html#use-a-postgres-driver-or-orm) document.
- Added a tutorial on [streaming an enterprise changefeed from CockroachCloud to Snowflake](../v20.1/stream-changefeed-to-snowflake-aws.html).
- Added a tutorial on [developing and deploying a multi-region web application](https://www.cockroachlabs.com/docs/v19.2/multi-region-overview.html).
4 changes: 2 additions & 2 deletions releases/cockroachcloud-04062020.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ CockroachCloud now requires a user to have a CockroachCloud account before accep

### General changes

- The hardware options displayed while [creating a cluster](../v19.2/cockroachcloud-create-your-cluster.html#step-4-select-the-hardware-configuration) have been renamed as "Option 1" and "Option 2".
- The hardware options displayed while [creating a cluster](../v20.1/cockroachcloud-create-your-cluster.html#step-4-select-the-hardware-configuration) have been renamed as "Option 1" and "Option 2".
- CockroachCloud users who are not a member of an existing Organization can now create an Organization when they log into the CockroachCloud Console.

### Doc updates

Documented the [upgrade policy](../v19.2/cockroachcloud-upgrade-policy.html) for CockroachDB upgrades for CockroachCloud clusters.
- Documented the [upgrade policy](../v20.1/cockroachcloud-upgrade-policy.html) for CockroachDB upgrades for CockroachCloud clusters.
4 changes: 2 additions & 2 deletions releases/cockroachcloud-05042020.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ Get future release notes emailed to you:
### General changes

- Updated the layout of the [Sign up](https://cockroachlabs.cloud/signup) page.
- [CockroachCloud Console Admins](../v19.2/cockroachcloud-console-access-management.html#console-admin) can now update their [CockroachCloud Organization](../v19.2/cockroachcloud-console-access-management.html#organization) name.
- [CockroachCloud Console Admins](../v19.2/cockroachcloud-console-access-management.html#console-admin) can now delete their [CockroachCloud Organization](../v19.2/cockroachcloud-console-access-management.html#organization).
- [CockroachCloud Console Admins](../v20.1/cockroachcloud-console-access-management.html#console-admin) can now update their [CockroachCloud Organization](../v20.1/cockroachcloud-console-access-management.html#organization) name.
- [CockroachCloud Console Admins](../v20.1/cockroachcloud-console-access-management.html#console-admin) can now delete their [CockroachCloud Organization](../v20.1/cockroachcloud-console-access-management.html#organization).
2 changes: 1 addition & 1 deletion releases/v19.2.0-rc.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ $ docker pull cockroachdb/cockroach-unstable:v19.2.0-rc.3
- Added a [CockroachDB Performance](../v19.2/performance.html) page describing the performance profiles you can expect (scaling, throughout, and latency), based on Cockroach Lab's extensive testing using industry-standard benchmarks like TPC-C and Sysbench. [#5595][#5595]
- Documented how to [run the built-in `movr` workload](../v19.2/cockroach-workload.html#run-the-movr-workload). [#5713][#5713]
- Documented how to [show comments for virtual tables](../v19.2/show-tables.html#show-virtual-tables-with-comments), including links to further documentation. [#5695][#5695]
- Refreshed the [Deploy a Python To-Do App with Flask, Kubernetes, and CockroachCloud](../cockroachcloud/v19.2/deploy-a-python-to-do-app-with-flask-kubernetes-and-cockroachcloud.html). [#5694][#5694]
- Refreshed the [Deploy a Python To-Do App with Flask, Kubernetes, and CockroachCloud](../cockroachcloud/stable/deploy-a-python-to-do-app-with-flask-kubernetes-and-cockroachcloud.html). [#5694][#5694]

### Contributors

Expand Down
2 changes: 1 addition & 1 deletion releases/v19.2.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,4 +142,4 @@ Topic | Description
**SQL Tuning with `EXPLAIN`** | Added a tutorial on [how to use `EXPLAIN` to identify and resolve common SQL performance problems](../v19.2/sql-tuning-with-explain.html).
**Testing with MovR Dataset** | Added an [overview of MovR](../v19.2/movr.html), CockroachDB's fictional vehicle-sharing dataset and application, and updated several SQL pages and examples to use the built-in MovR dataset, for example, [Learn CockroachDB SQL](../v19.2/learn-cockroachdb-sql.html).
**Migration from Oracle** | Added guidance on [migrating from Oracle](../v19.2/migrate-from-oracle.html), including the process of converting schema and exporting data for loading into CockroachDB.
**App Deployment on CockroachCloud** | Added a tutorial on [running a sample To-Do app in Kubernetes with CockroachCloud](../cockroachcloud/v19.2/deploy-a-python-to-do-app-with-flask-kubernetes-and-cockroachcloud.html) as the datastore. The app is written in Python with Flask as the web framework and SQLAlchemy for working with SQL data, and the code is open-source and forkable.
**App Deployment on CockroachCloud** | Added a tutorial on [running a sample To-Do app in Kubernetes with CockroachCloud](../cockroachcloud/stable/deploy-a-python-to-do-app-with-flask-kubernetes-and-cockroachcloud.html) as the datastore. The app is written in Python with Flask as the web framework and SQLAlchemy for working with SQL data, and the code is open-source and forkable.
1 change: 0 additions & 1 deletion v19.2/build-a-python-app-with-cockroachdb-django.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ title: Build a Python App with CockroachDB and Django
summary: Learn how to use CockroachDB from a simple Django application.
toc: true
twitter: false
build_for: [cockroachdb, cockroachcloud]
---

{% unless site.cockroachcloud %}
Expand Down
30 changes: 0 additions & 30 deletions v19.2/cockroachcloud-authentication.md

This file was deleted.

Loading

0 comments on commit 1a01915

Please sign in to comment.