Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
81 changes: 81 additions & 0 deletions src/current/_data/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9767,3 +9767,84 @@
docker_arm_limited_access: false
source: true
previous_release: v25.4.0-beta.3

- release_name: v24.3.22
major_version: v24.3
release_date: '2025-10-30'
release_type: Production
go_version: go1.25.3
sha: 303aedc82bbb8ef1b70f10cd91fcfc01d967d799
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.21

- release_name: v25.2.8
major_version: v25.2
release_date: '2025-10-30'
release_type: Production
go_version: go1.25.3
sha: 74dbb7ba6b71f6d336334f8fa6f5d002506a49d4
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.7

- release_name: v25.3.4
major_version: v25.3
release_date: '2025-10-30'
release_type: Production
go_version: go1.25.3
sha: 1cddb3a22695e967197844b214115eb645473efe
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.3.3
11 changes: 11 additions & 0 deletions src/current/_includes/releases/v24.3/v24.3.22.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## v24.3.22

Release Date: October 30, 2025

{% include releases/new-release-downloads-docker-image.md release=include.release %}

<h3 id="v24-3-22-bug-fixes">Bug fixes</h3>

- 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]

[#156311]: https://github.com/cockroachdb/cockroach/pull/156311
16 changes: 16 additions & 0 deletions src/current/_includes/releases/v25.2/v25.2.8.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
## v25.2.8

Release Date: October 30, 2025

{% include releases/new-release-downloads-docker-image.md release=include.release %}

<h3 id="v25-2-8-operational-changes">Operational changes</h3>

- 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]

<h3 id="v25-2-8-bug-fixes">Bug fixes</h3>

- 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]

[#156409]: https://github.com/cockroachdb/cockroach/pull/156409
[#156312]: https://github.com/cockroachdb/cockroach/pull/156312
11 changes: 11 additions & 0 deletions src/current/_includes/releases/v25.3/v25.3.4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## v25.3.4

Release Date: October 30, 2025

{% include releases/new-release-downloads-docker-image.md release=include.release %}

<h3 id="v25-3-4-bug-fixes">Bug fixes</h3>

- 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]

[#156313]: https://github.com/cockroachdb/cockroach/pull/156313
Loading