Skip to content

Commit

Permalink
Link fix and date update
Browse files Browse the repository at this point in the history
  • Loading branch information
ericharmeling committed May 3, 2021
1 parent d1efd0c commit d68a0c9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions _config_base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,10 @@ release_info:
start_time: 2021-04-23 11:01:26.34274101 +0000 UTC
version: v20.2.8
v21.1:
build_time: 2021/5/4 11:00:26 (go1.15.5)
build_time: 2021/5/5 11:00:26 (go1.15.5)
docker_image: cockroachdb/cockroach-unstable
name: v21.1.0
start_time: 2021-5-4 11:01:26.34274101 +0000 UTC
start_time: 2021-5-5 11:01:26.34274101 +0000 UTC
version: v21.1.0-rc.1
site_title: CockroachDB Docs
url: https://www.cockroachlabs.com
2 changes: 1 addition & 1 deletion _data/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@
no_windows: true
- title: Testing releases
releases:
- date: May 4, 2021
- date: May 5, 2021
version: v21.1.0-rc.1
- date: Apr 29, 2021
version: v21.1.0-beta.5
Expand Down
4 changes: 2 additions & 2 deletions releases/v21.1.0-rc.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ toc: true
summary: Additions and changes in CockroachDB version v21.1.0-rc.1 since version v21.1.0-beta.5
---

## May 03, 2021
## May 05, 2021

Get future release notes emailed to you:

Expand Down Expand Up @@ -34,7 +34,7 @@ $ docker pull cockroachdb/cockroach-unstable:v21.1.0-rc.1

### SQL language changes

- CockroachDB no longer allows [`ADD REGION`](../v21.1/add-region.html) or [`DROP REGION`](../v21.1/drop-region.html) statements if a [`REGIONAL BY ROW`](../v21.1/multiregion-overview.html) table has index changes underway, or if a table is transitioning to or from `REGIONAL BY ROW`. [#64255][#64255]
- CockroachDB no longer allows [`ADD REGION`](../v21.1/add-region.html) or `DROP REGION` statements if a [`REGIONAL BY ROW`](../v21.1/multiregion-overview.html) table has index changes underway, or if a table is transitioning to or from `REGIONAL BY ROW`. [#64255][#64255]
- CockroachDB now prevents index modification on `REGIONAL BY ROW` tables and locality to or from `REGIONAL BY ROW` changes while an `ADD REGION` or `DROP REGION` statement is being executed. [#64255][#64255]

### Bug fixes
Expand Down

0 comments on commit d68a0c9

Please sign in to comment.