From 69322b2bfe64bd1800c00ae320d729eb5dc099c2 Mon Sep 17 00:00:00 2001 From: Jesse Seldess Date: Thu, 25 Oct 2018 17:52:17 -0400 Subject: [PATCH] Add release notes for v2.1.0-rc.2 --- _config_base.yml | 6 ++--- _data/releases.yml | 2 ++ releases/v2.1.0-rc.2.md | 49 +++++++++++++++++++++++++++++++++++++++++ 3 files changed, 54 insertions(+), 3 deletions(-) create mode 100644 releases/v2.1.0-rc.2.md diff --git a/_config_base.yml b/_config_base.yml index 0f4ea0faf19..a58424af19a 100644 --- a/_config_base.yml +++ b/_config_base.yml @@ -35,10 +35,10 @@ release_info: start_time: 2018-10-01 15:10:52.34274101 +0000 UTC v2.1: name: v2.1.0 - version: v2.1.0-rc.1 + version: v2.1.0-rc.2 docker_image: cockroachdb/cockroach-unstable - build_time: 2018/10/22 14:48:26 (go1.10.3) - start_time: 2018-10-22 15:10:52.34274101 +0000 UTC + build_time: 2018/10/25 14:48:26 (go1.10.3) + start_time: 2018-10-25 15:10:52.34274101 +0000 UTC training: ccl_license: crl-0-EIDA4OgGGAEiF0NvY2tyb2FjaCBMYWJzIFRyYWluaW5n diff --git a/_data/releases.yml b/_data/releases.yml index 2007a358aae..40bb26d551f 100644 --- a/_data/releases.yml +++ b/_data/releases.yml @@ -53,6 +53,8 @@ version: v1.0 - title: Testing Releases releases: + - date: Oct 25, 2018 + version: v2.1.0-rc.2 - date: Oct 22, 2018 version: v2.1.0-rc.1 - date: Oct 15, 2018 diff --git a/releases/v2.1.0-rc.2.md b/releases/v2.1.0-rc.2.md new file mode 100644 index 00000000000..db0715fbd4f --- /dev/null +++ b/releases/v2.1.0-rc.2.md @@ -0,0 +1,49 @@ +--- +title: What's New in v2.1.0-rc.2 +toc: false +summary: Additions and changes in CockroachDB version v2.1.0-rc.2 since version v2.1.0-rc.1 +--- + +## October 25, 2018 + +Get future release notes emailed to you: + +
+ +
+ +### Downloads + +
+ + + + +
+ +### Bug Fixes + +- Fixed a panic when setting some `kv.bulk_io_write` [cluster settings](../v2.1/cluster-settings.html) to a value < 1. [#31603][#31603] +- Fixed a bug where entry application on Raft followers could fall behind entry application on the leader, causing stalls during splits. [#31619][#31619] +- Fixed a panic caused by an incorrect assumption in the SQL optimizer code that `ROWS FROM` clauses contain only functions. [#31769][#31769] +- Fixed a bug causing committed read-only transactions to be counted as aborted in metrics. [#31608][#31608] +- Fixed a bug where [`CHANGEFEED`s](../v2.1/create-changefeed.html) may not correctly retry temporary errors when communicating with a sink. [#31559][#31559] + +### Contributors + +This release includes 18 merged PRs by 9 authors. + +[#31559]: https://github.com/cockroachdb/cockroach/pull/31559 +[#31603]: https://github.com/cockroachdb/cockroach/pull/31603 +[#31608]: https://github.com/cockroachdb/cockroach/pull/31608 +[#31619]: https://github.com/cockroachdb/cockroach/pull/31619 +[#31769]: https://github.com/cockroachdb/cockroach/pull/31769