Skip to content
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

v24.2.9 release notes #19336

Merged
merged 3 commits into from
Jan 31, 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 @@ -7952,3 +7952,31 @@
docker_arm_limited_access: false
source: true
previous_release: v25.1.0-beta.1


- release_name: v24.2.9
major_version: v24.2
release_date: '2025-01-31'
release_type: Production
go_version: go1.22.8
sha: c02baf69b8eeca354a71d805d1e7ba5739643ff8
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.2.8
11 changes: 11 additions & 0 deletions src/current/_includes/releases/v24.2/v24.2.9.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## v24.2.9

Release Date: January 31, 2025

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

<h3 id="v24-2-9-bug-fixes">Bug fixes</h3>

- Fixed a bug that could cause `SHOW TABLES` and other introspection operations to encounter a `"batch timestamp ... must be after replica GC threshold"` error. [#140176][#140176]

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