Skip to content

Commit a109357

Browse files
Release Notes for v24.3-v24.3.33 (#23377)
* Release notes for v24.3.33 * switched date back to 25th --------- Co-authored-by: Brandon Sanchez <brandon.sanchez@cockroachlabs.com>
1 parent 9d407c2 commit a109357

2 files changed

Lines changed: 40 additions & 0 deletions

File tree

src/current/_data/releases.yml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11572,3 +11572,31 @@
1157211572
CockroachDB Cloud clusters. To request to upgrade
1157311573
a CockroachDB self-hosted cluster to this version,
1157411574
[contact support](https://support.cockroachlabs.com/hc/requests/new).
11575+
11576+
11577+
- release_name: v24.3.33
11578+
major_version: v24.3
11579+
release_date: '2026-05-25'
11580+
release_type: Production
11581+
go_version: go1.26.2
11582+
sha: 4553626be4d29aff5517b42da4113363d64bc030
11583+
has_sql_only: true
11584+
has_sha256sum: true
11585+
mac:
11586+
mac_arm: true
11587+
mac_arm_experimental: true
11588+
mac_arm_limited_access: false
11589+
windows: true
11590+
linux:
11591+
linux_arm: true
11592+
linux_arm_experimental: false
11593+
linux_arm_limited_access: false
11594+
linux_intel_fips: true
11595+
linux_arm_fips: false
11596+
docker:
11597+
docker_image: cockroachdb/cockroach
11598+
docker_arm: true
11599+
docker_arm_experimental: false
11600+
docker_arm_limited_access: false
11601+
source: true
11602+
previous_release: v24.3.32
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
## v24.3.33
2+
3+
Release Date: May 25, 2026
4+
5+
{% include releases/new-release-downloads-docker-image.md release=include.release %}
6+
7+
<h3 id="v24-3-33-bug-fixes">Bug fixes</h3>
8+
9+
- Fixed a bug where transient I/O errors reading from the `AbortSpan` were misidentified as replica corruption, causing the node to crash. These errors are now returned to the caller as regular errors. [#170688][#170688]
10+
11+
12+
[#170688]: https://github.com/cockroachdb/cockroach/pull/170688

0 commit comments

Comments
 (0)