diff --git a/src/current/_data/releases.yml b/src/current/_data/releases.yml
index 87a24f7a459..72939fde1fa 100644
--- a/src/current/_data/releases.yml
+++ b/src/current/_data/releases.yml
@@ -10041,6 +10041,41 @@
previous_release: v26.1.0-alpha.1
+- release_name: v25.2.10
+ major_version: v25.2
+ release_date: '2025-12-12'
+ release_type: Production
+ go_version: go1.25.3
+ sha: a2cf0e12d277179df853e7e494c0155a6839edf3
+ 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.9
+ 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).
+
+
- release_name: v24.3.24
major_version: v24.3
release_date: '2025-12-12'
diff --git a/src/current/_includes/releases/v25.2/v25.2.10.md b/src/current/_includes/releases/v25.2/v25.2.10.md
new file mode 100644
index 00000000000..b9f72be98d8
--- /dev/null
+++ b/src/current/_includes/releases/v25.2/v25.2.10.md
@@ -0,0 +1,30 @@
+## v25.2.10
+
+Release Date: December 12, 2025
+
+{% include releases/new-release-downloads-docker-image.md release=include.release %}
+
+
DB Console changes
+
+- The background (elastic) store graphs for exhausted duration, and the wait duration histogram, have been separated from the foreground (regular) graphs. [#156868][#156868]
+
+Bug fixes
+
+- A mechanism that prevents unsafe replication changes from causing loss of quorum now functions correctly. An internal function has been fixed to properly return errors, enhancing the reliability of replication safeguards. [#156521][#156521]
+- Fixed a bug that could cause internal errors for queries using generic query plans with `NULL` placeholder values. [#156977][#156977]
+
+
+
+- The cost of generic query plans is now calculated based on worst-case selectivities for placeholder equalities (e.g., `x = $1`). This reduces the chance of suboptimal generic query plans being chosen when `plan_cache_mode=auto`. [#156797][#156797]
+
+Miscellaneous
+
+- Span config reconciliation jobs no longer fail on the
+ destination after failover from a PCR stream of a system virtual cluster. [#156810][#156810]
+
+
+[#156797]: https://github.com/cockroachdb/cockroach/pull/156797
+[#156810]: https://github.com/cockroachdb/cockroach/pull/156810
+[#156868]: https://github.com/cockroachdb/cockroach/pull/156868
+[#156521]: https://github.com/cockroachdb/cockroach/pull/156521
+[#156977]: https://github.com/cockroachdb/cockroach/pull/156977
diff --git a/src/current/_includes/releases/v25.2/v25.2.9.md b/src/current/_includes/releases/v25.2/v25.2.9.md
index 697fec2244a..cb9d401edf0 100644
--- a/src/current/_includes/releases/v25.2/v25.2.9.md
+++ b/src/current/_includes/releases/v25.2/v25.2.9.md
@@ -6,7 +6,7 @@ Release Date: November 14, 2025
SQL language changes
-- Added the sql.statements.rows_read.count metric that counts the number of index rows read by SQL statements. [#156595][#156595]
+- Added the `sql.statements.rows_read.count` metric that counts the number of index rows read by SQL statements. [#156595][#156595]
- Added the `sql.statements.index_rows_written.count` metric that counts the number of primary and secondary index rows modified by SQL statements. [#156595][#156595]
- Added the `sql.statements.index_bytes_written.count` metric that counts the number of primary and secondary index bytes modified by SQL statements. [#156595][#156595]
- Added the `sql.statements.bytes_read.count` metric that counts the number of bytes scanned by SQL statements. [#156595][#156595]