Skip to content
91 changes: 91 additions & 0 deletions src/current/_data/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10615,3 +10615,94 @@
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


- release_name: v24.3.29
major_version: v24.3
release_date: '2026-03-09'
release_type: Production
go_version: go1.25.5
sha: 355b8510991b454c416545fe638388d9dc861576
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.28
cloud_only: true
cloud_only_message_short: 'Available only for select CockroachDB Cloud clusters'
cloud_only_message: >
This version is currently available only for select
CockroachDB Cloud clusters. To request to upgrade
a CockroachDB self-hosted cluster to this version,
[contact support](https://support.cockroachlabs.com/hc/requests/new).
23 changes: 23 additions & 0 deletions src/current/_includes/releases/v24.3/v24.3.29.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
## v24.3.29

Release Date: March 9, 2026

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

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

- Fixed a bug where AVRO file imports of data with JSON or binary records could hang indefinitely when encountering stream errors from cloud storage (such as `HTTP/2` `CANCEL` errors). Import jobs will now properly fail with an error instead of hanging. [#161438][#161438]
- Fixed a bug that, in rare cases, could cause a node to crash when using a changefeed with the `end_time` option. [#161678][#161678]
- Fixed a bug that could cause changefeeds using Kafka v1 sinks to hang when the changefeed was cancelled. [#162117][#162117]
- Fixed a bug where generating a debug zip could trigger an out-of-memory (OOM) condition on a node if malformed log entries were present in logs using `json` or `json-compact` formatting. This bug was introduced in v24.1. [#163360][#163360]

<h3 id="v24-3-29-miscellaneous">Miscellaneous</h3>

- Fixed a bug where import rollback could incorrectly revert data in a table that was already online. This could only occur if an import job was cancelled or failed after the import had already succeeded and the table was made available for use. [#159900][#159900]


[#161438]: https://github.com/cockroachdb/cockroach/pull/161438
[#161678]: https://github.com/cockroachdb/cockroach/pull/161678
[#162117]: https://github.com/cockroachdb/cockroach/pull/162117
[#163360]: https://github.com/cockroachdb/cockroach/pull/163360
[#159900]: https://github.com/cockroachdb/cockroach/pull/159900
Loading