Skip to content

Release Notes for v23.2-v23.2.24 #19561

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Apr 28, 2025
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
28 changes: 28 additions & 0 deletions src/current/_data/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8813,3 +8813,31 @@
docker_arm_limited_access: false
source: true
previous_release: v25.2.0-beta.1


- release_name: v23.2.24
major_version: v23.2
release_date: '2025-04-28'
release_type: Production
go_version: go1.23.7
sha: 8961e814bff7eeb85d42bbdbaf54769294af3681
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: v23.2.23
11 changes: 11 additions & 0 deletions src/current/_includes/releases/v23.2/v23.2.24.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## v23.2.24

Release Date: April 28, 2025

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

<h3 id="v23-2-24-bug-fixes">Bug fixes</h3>

- Fixed a rare corruption bug that impacts import and materialized views. [#144659][#144659]

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