From 8fc55db556cdd1f499fbbc63c6cc3dc702bbbcda Mon Sep 17 00:00:00 2001 From: mikeCRL Date: Thu, 5 Mar 2026 17:12:27 -0500 Subject: [PATCH 1/3] Add v24.3.28 and v25.2.14 releases --- src/current/_data/releases.yml | 56 +++++++++++++++++++ .../_includes/releases/v24.3/v24.3.28.md | 12 ++++ .../_includes/releases/v25.2/v25.2.14.md | 12 ++++ 3 files changed, 80 insertions(+) create mode 100644 src/current/_includes/releases/v24.3/v24.3.28.md create mode 100644 src/current/_includes/releases/v25.2/v25.2.14.md diff --git a/src/current/_data/releases.yml b/src/current/_data/releases.yml index e200dbf6672..3e4e81d4903 100644 --- a/src/current/_data/releases.yml +++ b/src/current/_data/releases.yml @@ -10615,3 +10615,59 @@ docker_arm_limited_access: false source: true previous_release: v23.2.28 + + +- release_name: v25.2.14 + major_version: v25.2 + release_date: '2026-03-05' + release_type: Production + go_version: go1.25.5 + sha: ad1c1bb5e905a1bb54ed1170c49bba8f65d8dffe + 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 + docker_arm: true + docker_arm_experimental: false + docker_arm_limited_access: false + source: true + previous_release: v25.2.13 + + +- release_name: v24.3.28 + major_version: v24.3 + release_date: '2026-03-05' + release_type: Production + go_version: go1.25.5 + sha: 420f0a2d5b89a882231340a4c500c434ab4fe753 + 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 + docker_arm: true + docker_arm_experimental: false + docker_arm_limited_access: false + source: true + previous_release: v24.3.27 diff --git a/src/current/_includes/releases/v24.3/v24.3.28.md b/src/current/_includes/releases/v24.3/v24.3.28.md new file mode 100644 index 00000000000..ec805008612 --- /dev/null +++ b/src/current/_includes/releases/v24.3/v24.3.28.md @@ -0,0 +1,12 @@ +## v24.3.28 + +Release Date: March 5, 2026 + +{% include releases/new-release-downloads-docker-image.md release=include.release %} + +

Bug fixes

+ +- Fixed a bug where context chain growth was directly proportional to the `cockroach` process uptime. In rare cases, where the process had been running for several months, a race condition could arise where the runtime copying a goroutines stack due to the long context chain could intersect with a CPU profiling request, resulting in what appeared to be a stalled process. [#164778][#164778] + + +[#164778]: https://github.com/cockroachdb/cockroach/pull/164778 diff --git a/src/current/_includes/releases/v25.2/v25.2.14.md b/src/current/_includes/releases/v25.2/v25.2.14.md new file mode 100644 index 00000000000..8a82dde5c22 --- /dev/null +++ b/src/current/_includes/releases/v25.2/v25.2.14.md @@ -0,0 +1,12 @@ +## v25.2.14 + +Release Date: March 5, 2026 + +{% include releases/new-release-downloads-docker-image.md release=include.release %} + +

Bug fixes

+ +- Fixed a bug where context chain growth was directly proportional to the `cockroach` process uptime. In rare cases, where the process had been running for several months, a race condition could arise where the runtime copying a goroutines stack due to the long context chain could intersect with a CPU profiling request, resulting in what appeared to be a stalled process. [#164779][#164779] + + +[#164779]: https://github.com/cockroachdb/cockroach/pull/164779 From 1a2358982ff64f2f6d3ab44526d4132091eab2f8 Mon Sep 17 00:00:00 2001 From: Mike Lewis <76072290+mikeCRL@users.noreply.github.com> Date: Thu, 5 Mar 2026 17:46:47 -0500 Subject: [PATCH 2/3] Apply suggestion from @mikeCRL --- src/current/_includes/releases/v24.3/v24.3.28.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/current/_includes/releases/v24.3/v24.3.28.md b/src/current/_includes/releases/v24.3/v24.3.28.md index ec805008612..35f957fc2e5 100644 --- a/src/current/_includes/releases/v24.3/v24.3.28.md +++ b/src/current/_includes/releases/v24.3/v24.3.28.md @@ -6,7 +6,7 @@ Release Date: March 5, 2026

Bug fixes

-- Fixed a bug where context chain growth was directly proportional to the `cockroach` process uptime. In rare cases, where the process had been running for several months, a race condition could arise where the runtime copying a goroutines stack due to the long context chain could intersect with a CPU profiling request, resulting in what appeared to be a stalled process. [#164778][#164778] +- Fixed a bug where an internal context structure could grow unboundedly over time. In rare cases, on nodes running continuously for several months or more, this could cause the `cockroach` process to appear stalled when a CPU profile was requested.​​​​​​​​​​​​​​​​ [#164778][#164778] [#164778]: https://github.com/cockroachdb/cockroach/pull/164778 From 7127dd57d283fcc8881f7a7f2714169e7138a310 Mon Sep 17 00:00:00 2001 From: Mike Lewis <76072290+mikeCRL@users.noreply.github.com> Date: Thu, 5 Mar 2026 17:54:47 -0500 Subject: [PATCH 3/3] Apply suggestion from @mikeCRL --- src/current/_includes/releases/v25.2/v25.2.14.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/current/_includes/releases/v25.2/v25.2.14.md b/src/current/_includes/releases/v25.2/v25.2.14.md index 8a82dde5c22..7392352f439 100644 --- a/src/current/_includes/releases/v25.2/v25.2.14.md +++ b/src/current/_includes/releases/v25.2/v25.2.14.md @@ -6,7 +6,7 @@ Release Date: March 5, 2026

Bug fixes

-- Fixed a bug where context chain growth was directly proportional to the `cockroach` process uptime. In rare cases, where the process had been running for several months, a race condition could arise where the runtime copying a goroutines stack due to the long context chain could intersect with a CPU profiling request, resulting in what appeared to be a stalled process. [#164779][#164779] +- Fixed a bug where an internal context structure could grow unboundedly over time. In rare cases, on nodes running continuously for several months or more, this could cause the `cockroach` process to appear stalled when a CPU profile was requested.​​​​​​​​​​​​​​​​ [#164779][#164779] [#164779]: https://github.com/cockroachdb/cockroach/pull/164779