Skip to content

Commit 3c4ac22

Browse files
authored
Add release notes: v24.3.22, v25.2.8, v25.3.4 (#20872)
Fixes: - REL-3647 - REL-3624 - REL-3633
1 parent 90d91b5 commit 3c4ac22

File tree

4 files changed

+119
-0
lines changed

4 files changed

+119
-0
lines changed

src/current/_data/releases.yml

Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9767,3 +9767,84 @@
97679767
docker_arm_limited_access: false
97689768
source: true
97699769
previous_release: v25.4.0-beta.3
9770+
9771+
- release_name: v24.3.22
9772+
major_version: v24.3
9773+
release_date: '2025-10-30'
9774+
release_type: Production
9775+
go_version: go1.25.3
9776+
sha: 303aedc82bbb8ef1b70f10cd91fcfc01d967d799
9777+
has_sql_only: true
9778+
has_sha256sum: true
9779+
mac:
9780+
mac_arm: true
9781+
mac_arm_experimental: true
9782+
mac_arm_limited_access: false
9783+
windows: true
9784+
linux:
9785+
linux_arm: true
9786+
linux_arm_experimental: false
9787+
linux_arm_limited_access: false
9788+
linux_intel_fips: true
9789+
linux_arm_fips: false
9790+
docker:
9791+
docker_image: cockroachdb/cockroach
9792+
docker_arm: true
9793+
docker_arm_experimental: false
9794+
docker_arm_limited_access: false
9795+
source: true
9796+
previous_release: v24.3.21
9797+
9798+
- release_name: v25.2.8
9799+
major_version: v25.2
9800+
release_date: '2025-10-30'
9801+
release_type: Production
9802+
go_version: go1.25.3
9803+
sha: 74dbb7ba6b71f6d336334f8fa6f5d002506a49d4
9804+
has_sql_only: true
9805+
has_sha256sum: true
9806+
mac:
9807+
mac_arm: true
9808+
mac_arm_experimental: true
9809+
mac_arm_limited_access: false
9810+
windows: true
9811+
linux:
9812+
linux_arm: true
9813+
linux_arm_experimental: false
9814+
linux_arm_limited_access: false
9815+
linux_intel_fips: true
9816+
linux_arm_fips: false
9817+
docker:
9818+
docker_image: cockroachdb/cockroach
9819+
docker_arm: true
9820+
docker_arm_experimental: false
9821+
docker_arm_limited_access: false
9822+
source: true
9823+
previous_release: v25.2.7
9824+
9825+
- release_name: v25.3.4
9826+
major_version: v25.3
9827+
release_date: '2025-10-30'
9828+
release_type: Production
9829+
go_version: go1.25.3
9830+
sha: 1cddb3a22695e967197844b214115eb645473efe
9831+
has_sql_only: true
9832+
has_sha256sum: true
9833+
mac:
9834+
mac_arm: true
9835+
mac_arm_experimental: true
9836+
mac_arm_limited_access: false
9837+
windows: true
9838+
linux:
9839+
linux_arm: true
9840+
linux_arm_experimental: false
9841+
linux_arm_limited_access: false
9842+
linux_intel_fips: true
9843+
linux_arm_fips: false
9844+
docker:
9845+
docker_image: cockroachdb/cockroach
9846+
docker_arm: true
9847+
docker_arm_experimental: false
9848+
docker_arm_limited_access: false
9849+
source: true
9850+
previous_release: v25.3.3
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
## v24.3.22
2+
3+
Release Date: October 30, 2025
4+
5+
{% include releases/new-release-downloads-docker-image.md release=include.release %}
6+
7+
<h3 id="v24-3-22-bug-fixes">Bug fixes</h3>
8+
9+
- Fixed a bug in the `cockroach node drain` command where draining a node using virtual clusters (such as clusters running Physical Cluster Replication (PCR)) could return before the drain was complete, possibly resulting in shutting down the node while it still had active SQL clients and range leases. [#156311][#156311]
10+
11+
[#156311]: https://github.com/cockroachdb/cockroach/pull/156311
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
## v25.2.8
2+
3+
Release Date: October 30, 2025
4+
5+
{% include releases/new-release-downloads-docker-image.md release=include.release %}
6+
7+
<h3 id="v25-2-8-operational-changes">Operational changes</h3>
8+
9+
- In order to selectively capture traces for transactions running in an active workload without having to capture them via statement diagnostic bundles, customers can now use the `sql.trace.txn.sample_rate` cluster setting to enable tracing for a fraction of their workload. The `sql.trace.txn.enable_threshold` will still need to be set to a positive value to provide a filter for how slow a transaction needs to be after being sampled to merit emitting a trace. Traces are emitted to the `SQL_EXEC` logging channel. [#156409][#156409]
10+
11+
<h3 id="v25-2-8-bug-fixes">Bug fixes</h3>
12+
13+
- Fixed a bug in the `cockroach node drain` command where draining a node using virtual clusters (such as clusters running Physical Cluster Replication (PCR)) could return before the drain was complete, possibly resulting in shutting down the node while it still had active SQL clients and range leases. [#156312][#156312]
14+
15+
[#156409]: https://github.com/cockroachdb/cockroach/pull/156409
16+
[#156312]: https://github.com/cockroachdb/cockroach/pull/156312
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
## v25.3.4
2+
3+
Release Date: October 30, 2025
4+
5+
{% include releases/new-release-downloads-docker-image.md release=include.release %}
6+
7+
<h3 id="v25-3-4-bug-fixes">Bug fixes</h3>
8+
9+
- Fixed a bug in the `cockroach node drain` command where draining a node using virtual clusters (such as clusters running Physical Cluster Replication (PCR)) could return before the drain was complete, possibly resulting in shutting down the node while it still had active SQL clients and range leases. [#156313][#156313]
10+
11+
[#156313]: https://github.com/cockroachdb/cockroach/pull/156313

0 commit comments

Comments
 (0)