From 46a892be641b33d422ef53a034b1dd05b864ccb5 Mon Sep 17 00:00:00 2001 From: Kathryn May Date: Thu, 30 Jan 2025 08:57:29 -0500 Subject: [PATCH 1/5] Unedited release notes --- src/current/_data/releases.yml | 28 +++++++++++++++++ src/current/_data/versions.csv | 2 +- .../releases/v25.1/v25.1.0-beta.3.md | 31 +++++++++++++++++++ 3 files changed, 60 insertions(+), 1 deletion(-) create mode 100644 src/current/_includes/releases/v25.1/v25.1.0-beta.3.md diff --git a/src/current/_data/releases.yml b/src/current/_data/releases.yml index 75275683fc8..ced09cec7c5 100644 --- a/src/current/_data/releases.yml +++ b/src/current/_data/releases.yml @@ -7952,3 +7952,31 @@ docker_arm_limited_access: false source: true previous_release: v25.1.0-beta.1 + + +- release_name: v25.1.0-beta.3 + major_version: v25.1 + release_date: '2025-02-03' + release_type: Testing + go_version: go1.22.8 + sha: a53e619877e92319a0a26b9c6902751bd2024b2f + has_sql_only: true + has_sha256sum: true + mac: + mac_arm: true + mac_arm_experimental: true + mac_arm_limited_access: false + windows: true + linux: + linux_arm: true + linux_arm_experimental: false + linux_arm_limited_access: false + linux_intel_fips: true + linux_arm_fips: false + docker: + docker_image: cockroachdb/cockroach-unstable + docker_arm: true + docker_arm_experimental: false + docker_arm_limited_access: false + source: true + previous_release: v25.1.0-beta.2 diff --git a/src/current/_data/versions.csv b/src/current/_data/versions.csv index 45c9397872a..278e4c377bd 100644 --- a/src/current/_data/versions.csv +++ b/src/current/_data/versions.csv @@ -16,4 +16,4 @@ v23.2,2024-02-05,2025-02-05,2025-08-05,23.2.6,23.2.7,2024-07-08,2025-07-08,2026- v24.1,2024-05-20,2025-05-20,2025-11-20,24.1.5,24.1.6,2024-10-21,2025-10-21,2026-10-21,v23.2,release-24.1 v24.2,2024-08-12,2025-02-12,N/A,N/A,N/A,N/A,N/A,N/A,v24.1,release-24.2 v24.3,2024-11-18,2025-11-18,2026-05-18,N/A,N/A,N/A,N/A,N/A,v24.2,release-24.3 -v25.1,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,v24.3,release-24.3 +v25.1,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,v24.3,release-25.1 diff --git a/src/current/_includes/releases/v25.1/v25.1.0-beta.3.md b/src/current/_includes/releases/v25.1/v25.1.0-beta.3.md new file mode 100644 index 00000000000..e2116a827d1 --- /dev/null +++ b/src/current/_includes/releases/v25.1/v25.1.0-beta.3.md @@ -0,0 +1,31 @@ +## v25.1.0-beta.3 + +Release Date: February 3, 2025 + +{% include releases/new-release-downloads-docker-image.md release=include.release %} + +

Operational changes

+ +- Reduce noise when using dynamically provisioned logging sinks. Fixes: https://cockroachlabs.atlassian.net/browse/CLOUDOPS-8044 [#139644][#139644] +- New metrics for monitoring changefeed span-level checkpoint creation have been added: - `changefeed.checkpoint.create_nanos`, which measures the time it takes to create a changefeed checkpoint - `changefeed.checkpoint.total_bytes`, which measures the total size of a changefeed checkpoint in bytes - `changefeed.checkpoint.span_count`, which measures the number of spans in a changefeed checkpoint [#139707][#139707] + +

Command-line changes

+ +- Improves the performance of the debug zip query that collects transaction_contention_events data, reducing the chances of "memory budget exceeded" or "query execution canceled due to statement timeout" errors. [#139755][#139755] + +

Bug fixes

+ +- Fixes a bug where sometimes activating diagnostics for sql activity appears unresponsive, with no state or status update upon activating. Now, the status should always reflect that diagnosticsa are active or that a statement bundle is downloadable. [#139587][#139587] +- Previously, whenever CockroachDB collected a statement bundle when plan-gist-based matching was used, `plan.txt` file would be incomplete, and this is now fixed. The bug has been present since introduction of plan-gist-based matching feature in 23.1 but was partially addressed in 24.2 release. [#139268][#139268] + +

Doc updates

+ +{% comment %}Docs team: Please add these manually.{% endcomment %} + + + +[#139268]: https://github.com/cockroachdb/cockroach/pull/139268 +[#139587]: https://github.com/cockroachdb/cockroach/pull/139587 +[#139644]: https://github.com/cockroachdb/cockroach/pull/139644 +[#139707]: https://github.com/cockroachdb/cockroach/pull/139707 +[#139755]: https://github.com/cockroachdb/cockroach/pull/139755 From abaf77d7ee5583cf2a8672c08f6e29dffeede362 Mon Sep 17 00:00:00 2001 From: Kathryn May Date: Thu, 30 Jan 2025 09:35:43 -0500 Subject: [PATCH 2/5] Edited release notes --- src/current/_data/versions.csv | 2 +- .../releases/v25.1/v25.1.0-beta.3.md | 19 ++++++++----------- 2 files changed, 9 insertions(+), 12 deletions(-) diff --git a/src/current/_data/versions.csv b/src/current/_data/versions.csv index 278e4c377bd..45c9397872a 100644 --- a/src/current/_data/versions.csv +++ b/src/current/_data/versions.csv @@ -16,4 +16,4 @@ v23.2,2024-02-05,2025-02-05,2025-08-05,23.2.6,23.2.7,2024-07-08,2025-07-08,2026- v24.1,2024-05-20,2025-05-20,2025-11-20,24.1.5,24.1.6,2024-10-21,2025-10-21,2026-10-21,v23.2,release-24.1 v24.2,2024-08-12,2025-02-12,N/A,N/A,N/A,N/A,N/A,N/A,v24.1,release-24.2 v24.3,2024-11-18,2025-11-18,2026-05-18,N/A,N/A,N/A,N/A,N/A,v24.2,release-24.3 -v25.1,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,v24.3,release-25.1 +v25.1,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,v24.3,release-24.3 diff --git a/src/current/_includes/releases/v25.1/v25.1.0-beta.3.md b/src/current/_includes/releases/v25.1/v25.1.0-beta.3.md index e2116a827d1..53f105b3244 100644 --- a/src/current/_includes/releases/v25.1/v25.1.0-beta.3.md +++ b/src/current/_includes/releases/v25.1/v25.1.0-beta.3.md @@ -6,23 +6,20 @@ Release Date: February 3, 2025

Operational changes

-- Reduce noise when using dynamically provisioned logging sinks. Fixes: https://cockroachlabs.atlassian.net/browse/CLOUDOPS-8044 [#139644][#139644] -- New metrics for monitoring changefeed span-level checkpoint creation have been added: - `changefeed.checkpoint.create_nanos`, which measures the time it takes to create a changefeed checkpoint - `changefeed.checkpoint.total_bytes`, which measures the total size of a changefeed checkpoint in bytes - `changefeed.checkpoint.span_count`, which measures the number of spans in a changefeed checkpoint [#139707][#139707] +- Reduced noise when using dynamically provisioned logging sinks. [#139644][#139644] +- Added new metrics for monitoring changefeed span-level checkpoint creation: + - `changefeed.checkpoint.create_nanos`, which measures the time it takes to create a changefeed checkpoint. + - `changefeed.checkpoint.total_bytes`, which measures the total size of a changefeed checkpoint in bytes. + - `changefeed.checkpoint.span_count`, which measures the number of spans in a changefeed checkpoint. [#139707][#139707]

Command-line changes

-- Improves the performance of the debug zip query that collects transaction_contention_events data, reducing the chances of "memory budget exceeded" or "query execution canceled due to statement timeout" errors. [#139755][#139755] +- Improved the performance of the debug zip query that collects `transaction_contention_events` data, which reduces the chance of `"memory budget exceeded"` or `"query execution canceled due to statement timeout"` errors. [#139755][#139755]

Bug fixes

-- Fixes a bug where sometimes activating diagnostics for sql activity appears unresponsive, with no state or status update upon activating. Now, the status should always reflect that diagnosticsa are active or that a statement bundle is downloadable. [#139587][#139587] -- Previously, whenever CockroachDB collected a statement bundle when plan-gist-based matching was used, `plan.txt` file would be incomplete, and this is now fixed. The bug has been present since introduction of plan-gist-based matching feature in 23.1 but was partially addressed in 24.2 release. [#139268][#139268] - -

Doc updates

- -{% comment %}Docs team: Please add these manually.{% endcomment %} - - +- Fixed a bug where sometimes activating diagnostics for SQL activity appears unresponsive, with no state or status update upon activating. Now, the status should always reflect that diagnostics are active, or that a statement bundle is downloadable. [#139587][#139587] +- Fixed a bug where the `plan.txt` file would be incomplete whenever CockroachDB collected a statement bundle with plan-gist-based matching. The bug had been present since the introduction of plan-gist-based matching feature in v23.1, but was partially addressed in v24.2. [#139268][#139268] [#139268]: https://github.com/cockroachdb/cockroach/pull/139268 [#139587]: https://github.com/cockroachdb/cockroach/pull/139587 From 4c102a7692370639471986b45223d8bd38ba8723 Mon Sep 17 00:00:00 2001 From: Kathryn May Date: Thu, 30 Jan 2025 10:05:35 -0500 Subject: [PATCH 3/5] Test version file --- src/current/_data/versions.csv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/current/_data/versions.csv b/src/current/_data/versions.csv index 45c9397872a..278e4c377bd 100644 --- a/src/current/_data/versions.csv +++ b/src/current/_data/versions.csv @@ -16,4 +16,4 @@ v23.2,2024-02-05,2025-02-05,2025-08-05,23.2.6,23.2.7,2024-07-08,2025-07-08,2026- v24.1,2024-05-20,2025-05-20,2025-11-20,24.1.5,24.1.6,2024-10-21,2025-10-21,2026-10-21,v23.2,release-24.1 v24.2,2024-08-12,2025-02-12,N/A,N/A,N/A,N/A,N/A,N/A,v24.1,release-24.2 v24.3,2024-11-18,2025-11-18,2026-05-18,N/A,N/A,N/A,N/A,N/A,v24.2,release-24.3 -v25.1,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,v24.3,release-24.3 +v25.1,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,v24.3,release-25.1 From 4178affcfdd35b93f2a5718d7972d15d0f5c3eec Mon Sep 17 00:00:00 2001 From: Kathryn May Date: Thu, 30 Jan 2025 10:17:26 -0500 Subject: [PATCH 4/5] Test --- src/current/_data/versions.csv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/current/_data/versions.csv b/src/current/_data/versions.csv index 278e4c377bd..c0c5d627285 100644 --- a/src/current/_data/versions.csv +++ b/src/current/_data/versions.csv @@ -16,4 +16,4 @@ v23.2,2024-02-05,2025-02-05,2025-08-05,23.2.6,23.2.7,2024-07-08,2025-07-08,2026- v24.1,2024-05-20,2025-05-20,2025-11-20,24.1.5,24.1.6,2024-10-21,2025-10-21,2026-10-21,v23.2,release-24.1 v24.2,2024-08-12,2025-02-12,N/A,N/A,N/A,N/A,N/A,N/A,v24.1,release-24.2 v24.3,2024-11-18,2025-11-18,2026-05-18,N/A,N/A,N/A,N/A,N/A,v24.2,release-24.3 -v25.1,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,v24.3,release-25.1 +v25.1,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,v24.3,release-25.1 \ No newline at end of file From 5bd5aa515bf8f09e327669472f4698c1a714837b Mon Sep 17 00:00:00 2001 From: Kathryn May Date: Thu, 30 Jan 2025 10:38:16 -0500 Subject: [PATCH 5/5] Update per prev version --- src/current/_data/versions.csv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/current/_data/versions.csv b/src/current/_data/versions.csv index c0c5d627285..1290096dd9c 100644 --- a/src/current/_data/versions.csv +++ b/src/current/_data/versions.csv @@ -16,4 +16,4 @@ v23.2,2024-02-05,2025-02-05,2025-08-05,23.2.6,23.2.7,2024-07-08,2025-07-08,2026- v24.1,2024-05-20,2025-05-20,2025-11-20,24.1.5,24.1.6,2024-10-21,2025-10-21,2026-10-21,v23.2,release-24.1 v24.2,2024-08-12,2025-02-12,N/A,N/A,N/A,N/A,N/A,N/A,v24.1,release-24.2 v24.3,2024-11-18,2025-11-18,2026-05-18,N/A,N/A,N/A,N/A,N/A,v24.2,release-24.3 -v25.1,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,v24.3,release-25.1 \ No newline at end of file +v25.1,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,v24.3,release-24.3 \ No newline at end of file