From 7155bac13237532a552e9247b33b56469a537a45 Mon Sep 17 00:00:00 2001 From: Automated Release Bot Date: Wed, 15 Oct 2025 15:28:23 +0000 Subject: [PATCH 01/17] Update release notes for v24.3-v24.3.21 From 9a34caa8713a5c8e8669ee4f273ac1c6bbb5735b Mon Sep 17 00:00:00 2001 From: Automated Release Bot Date: Wed, 15 Oct 2025 15:28:23 +0000 Subject: [PATCH 02/17] Update release notes for v24.3-v24.3.21 --- src/current/_data/releases.yml | 35 ++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/src/current/_data/releases.yml b/src/current/_data/releases.yml index f0455d6d3c6..405a66c3091 100644 --- a/src/current/_data/releases.yml +++ b/src/current/_data/releases.yml @@ -9589,3 +9589,38 @@ docker_arm_limited_access: false source: true previous_release: v25.4.0-beta.1 + + +- release_name: v24.3.21 + major_version: v24.3 + release_date: '2025-10-22' + release_type: Production + go_version: go1.23.12 + sha: 1b38d62fc62e6a54d9f6aa92a085421b5d4b5032 + 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.20 + 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). From fc9b013162028845f18931464a4b7e00fa3d526f Mon Sep 17 00:00:00 2001 From: Automated Release Bot Date: Wed, 15 Oct 2025 15:28:24 +0000 Subject: [PATCH 03/17] Update release notes for v24.3-v24.3.21 --- .../_includes/releases/v24.3/v24.3.21.md | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 src/current/_includes/releases/v24.3/v24.3.21.md diff --git a/src/current/_includes/releases/v24.3/v24.3.21.md b/src/current/_includes/releases/v24.3/v24.3.21.md new file mode 100644 index 00000000000..ec71205a55c --- /dev/null +++ b/src/current/_includes/releases/v24.3/v24.3.21.md @@ -0,0 +1,29 @@ +## v24.3.21 + +Release Date: October 22, 2025 + +{% include releases/new-release-downloads-docker-image.md release=include.release %} + +

Bug fixes

+ +- Fixed a bug where an `INSERT` statement could fail with a type checking error while adding a `BIT(n)` column. [#153604][#153604] +- A bug has been fixed that caused panics when + executing `COPY` into a table with hidden columns and expression + indexes. The panic only occurred when the + `expect_and_ignore_not_visible_columns_in_copy` setting was enabled. + This bug has been present since + `expect_and_ignore_not_visible_columns_in_copy` was introduced in + v22.1.0. [#154284][#154284] + +

Miscellaneous

+ +- fixes a bug where the presence of duplicate temporary + tables in a backup caused the restore to fail with an error containing + the text 'restoring table desc and namespace + entries: table already exists'. + Informs: #153722 [#154399][#154399] + + +[#153604]: https://github.com/cockroachdb/cockroach/pull/153604 +[#154284]: https://github.com/cockroachdb/cockroach/pull/154284 +[#154399]: https://github.com/cockroachdb/cockroach/pull/154399 From 48a9c8209675c0eee38d708391dae6a5e6ab36a1 Mon Sep 17 00:00:00 2001 From: Automated Release Bot Date: Wed, 15 Oct 2025 17:31:17 +0000 Subject: [PATCH 04/17] Update release notes for v24.3-v24.3.21 From 99e2aea86fdc8f4689df830f2bbf44d69a1b820f Mon Sep 17 00:00:00 2001 From: Automated Release Bot Date: Wed, 15 Oct 2025 17:31:17 +0000 Subject: [PATCH 05/17] Update release notes for v24.3-v24.3.21 --- src/current/_data/releases.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/current/_data/releases.yml b/src/current/_data/releases.yml index 405a66c3091..a0239e34ff3 100644 --- a/src/current/_data/releases.yml +++ b/src/current/_data/releases.yml @@ -9593,7 +9593,7 @@ - release_name: v24.3.21 major_version: v24.3 - release_date: '2025-10-22' + release_date: '2025-11-22' release_type: Production go_version: go1.23.12 sha: 1b38d62fc62e6a54d9f6aa92a085421b5d4b5032 From 5af00354a40c0f10f6dcc824e3ffff410249a74f Mon Sep 17 00:00:00 2001 From: Automated Release Bot Date: Wed, 15 Oct 2025 17:31:18 +0000 Subject: [PATCH 06/17] Update release notes for v24.3-v24.3.21 --- src/current/_includes/releases/v24.3/v24.3.21.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/current/_includes/releases/v24.3/v24.3.21.md b/src/current/_includes/releases/v24.3/v24.3.21.md index ec71205a55c..a48e93fa7b8 100644 --- a/src/current/_includes/releases/v24.3/v24.3.21.md +++ b/src/current/_includes/releases/v24.3/v24.3.21.md @@ -1,6 +1,6 @@ ## v24.3.21 -Release Date: October 22, 2025 +Release Date: November 22, 2025 {% include releases/new-release-downloads-docker-image.md release=include.release %} @@ -24,6 +24,6 @@ Release Date: October 22, 2025 Informs: #153722 [#154399][#154399] -[#153604]: https://github.com/cockroachdb/cockroach/pull/153604 [#154284]: https://github.com/cockroachdb/cockroach/pull/154284 [#154399]: https://github.com/cockroachdb/cockroach/pull/154399 +[#153604]: https://github.com/cockroachdb/cockroach/pull/153604 From c1cb5cd5dfb3545da5de86fdf76cbf50626e9a32 Mon Sep 17 00:00:00 2001 From: Automated Release Bot Date: Thu, 16 Oct 2025 03:25:25 +0000 Subject: [PATCH 07/17] Update release notes for v24.3-v24.3.21 From 864c4e308e4d0c322f8f6767c2f41675ba47cd3b Mon Sep 17 00:00:00 2001 From: Automated Release Bot Date: Thu, 16 Oct 2025 03:25:26 +0000 Subject: [PATCH 08/17] Update release notes for v24.3-v24.3.21 --- src/current/_data/releases.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/current/_data/releases.yml b/src/current/_data/releases.yml index a0239e34ff3..d937f90104c 100644 --- a/src/current/_data/releases.yml +++ b/src/current/_data/releases.yml @@ -9593,7 +9593,7 @@ - release_name: v24.3.21 major_version: v24.3 - release_date: '2025-11-22' + release_date: '2025-10-17' release_type: Production go_version: go1.23.12 sha: 1b38d62fc62e6a54d9f6aa92a085421b5d4b5032 From 7dad4ab435baf8fe7bb98571f6798706faf04609 Mon Sep 17 00:00:00 2001 From: Automated Release Bot Date: Thu, 16 Oct 2025 03:25:27 +0000 Subject: [PATCH 09/17] Update release notes for v24.3-v24.3.21 --- src/current/_includes/releases/v24.3/v24.3.21.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/current/_includes/releases/v24.3/v24.3.21.md b/src/current/_includes/releases/v24.3/v24.3.21.md index a48e93fa7b8..239593a9685 100644 --- a/src/current/_includes/releases/v24.3/v24.3.21.md +++ b/src/current/_includes/releases/v24.3/v24.3.21.md @@ -1,6 +1,6 @@ ## v24.3.21 -Release Date: November 22, 2025 +Release Date: October 17, 2025 {% include releases/new-release-downloads-docker-image.md release=include.release %} @@ -24,6 +24,6 @@ Release Date: November 22, 2025 Informs: #153722 [#154399][#154399] +[#153604]: https://github.com/cockroachdb/cockroach/pull/153604 [#154284]: https://github.com/cockroachdb/cockroach/pull/154284 [#154399]: https://github.com/cockroachdb/cockroach/pull/154399 -[#153604]: https://github.com/cockroachdb/cockroach/pull/153604 From 0d37a413fb8c2dae1060b0dd3ee4a8dde3cf5800 Mon Sep 17 00:00:00 2001 From: Automated Release Bot Date: Thu, 16 Oct 2025 03:31:22 +0000 Subject: [PATCH 10/17] Update release notes for v24.3-v24.3.21 From d8002832a7eda82331a411b1d6ef17a555680dd3 Mon Sep 17 00:00:00 2001 From: Automated Release Bot Date: Thu, 16 Oct 2025 03:31:23 +0000 Subject: [PATCH 11/17] Update release notes for v24.3-v24.3.21 From e4e14765de6a2e1d3e649de919ad71503dcedb1d Mon Sep 17 00:00:00 2001 From: Automated Release Bot Date: Thu, 16 Oct 2025 03:31:24 +0000 Subject: [PATCH 12/17] Update release notes for v24.3-v24.3.21 --- src/current/_includes/releases/v24.3/v24.3.21.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/current/_includes/releases/v24.3/v24.3.21.md b/src/current/_includes/releases/v24.3/v24.3.21.md index 239593a9685..df136686eda 100644 --- a/src/current/_includes/releases/v24.3/v24.3.21.md +++ b/src/current/_includes/releases/v24.3/v24.3.21.md @@ -24,6 +24,6 @@ Release Date: October 17, 2025 Informs: #153722 [#154399][#154399] +[#154399]: https://github.com/cockroachdb/cockroach/pull/154399 [#153604]: https://github.com/cockroachdb/cockroach/pull/153604 [#154284]: https://github.com/cockroachdb/cockroach/pull/154284 -[#154399]: https://github.com/cockroachdb/cockroach/pull/154399 From 7978f15af212f0cd1abbd48a71c701afb69d7282 Mon Sep 17 00:00:00 2001 From: Automated Release Bot Date: Thu, 16 Oct 2025 03:32:17 +0000 Subject: [PATCH 13/17] Update release notes for v24.3-v24.3.21 From 0652ea62558df9b21dfdac76cfc8ac4d69049f49 Mon Sep 17 00:00:00 2001 From: Automated Release Bot Date: Thu, 16 Oct 2025 03:32:18 +0000 Subject: [PATCH 14/17] Update release notes for v24.3-v24.3.21 From fbf3760e277e605894dfef20b655338d83f1ec83 Mon Sep 17 00:00:00 2001 From: Automated Release Bot Date: Thu, 16 Oct 2025 03:32:19 +0000 Subject: [PATCH 15/17] Update release notes for v24.3-v24.3.21 --- src/current/_includes/releases/v24.3/v24.3.21.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/src/current/_includes/releases/v24.3/v24.3.21.md b/src/current/_includes/releases/v24.3/v24.3.21.md index df136686eda..262aa84933b 100644 --- a/src/current/_includes/releases/v24.3/v24.3.21.md +++ b/src/current/_includes/releases/v24.3/v24.3.21.md @@ -7,13 +7,7 @@ Release Date: October 17, 2025

Bug fixes

- Fixed a bug where an `INSERT` statement could fail with a type checking error while adding a `BIT(n)` column. [#153604][#153604] -- A bug has been fixed that caused panics when - executing `COPY` into a table with hidden columns and expression - indexes. The panic only occurred when the - `expect_and_ignore_not_visible_columns_in_copy` setting was enabled. - This bug has been present since - `expect_and_ignore_not_visible_columns_in_copy` was introduced in - v22.1.0. [#154284][#154284] +- Fixed a bug that caused panics when executing `COPY` into a table with hidden columns and expression indexes. The panic only occurred when the session setting `expect_and_ignore_not_visible_columns_in_copy` was enabled. This bug was introduced with `expect_and_ignore_not_visible_columns_in_copy` in v22.1.0. [#154284][#154284]

Miscellaneous

@@ -24,6 +18,6 @@ Release Date: October 17, 2025 Informs: #153722 [#154399][#154399] -[#154399]: https://github.com/cockroachdb/cockroach/pull/154399 [#153604]: https://github.com/cockroachdb/cockroach/pull/153604 [#154284]: https://github.com/cockroachdb/cockroach/pull/154284 +[#154399]: https://github.com/cockroachdb/cockroach/pull/154399 From 9953f12e62b46fe8ba748f81a713976f7ac41ab7 Mon Sep 17 00:00:00 2001 From: Ryan Kuo Date: Wed, 15 Oct 2025 23:33:46 -0400 Subject: [PATCH 16/17] edit RN --- src/current/_includes/releases/v24.3/v24.3.21.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/src/current/_includes/releases/v24.3/v24.3.21.md b/src/current/_includes/releases/v24.3/v24.3.21.md index 262aa84933b..42308a470b9 100644 --- a/src/current/_includes/releases/v24.3/v24.3.21.md +++ b/src/current/_includes/releases/v24.3/v24.3.21.md @@ -8,15 +8,7 @@ Release Date: October 17, 2025 - Fixed a bug where an `INSERT` statement could fail with a type checking error while adding a `BIT(n)` column. [#153604][#153604] - Fixed a bug that caused panics when executing `COPY` into a table with hidden columns and expression indexes. The panic only occurred when the session setting `expect_and_ignore_not_visible_columns_in_copy` was enabled. This bug was introduced with `expect_and_ignore_not_visible_columns_in_copy` in v22.1.0. [#154284][#154284] - -

Miscellaneous

- -- fixes a bug where the presence of duplicate temporary - tables in a backup caused the restore to fail with an error containing - the text 'restoring table desc and namespace - entries: table already exists'. - Informs: #153722 [#154399][#154399] - +- Fixed a bug where the presence of duplicate temporary tables in a backup caused the restore to fail with an error containing the text `restoring table desc and namespace entries: table already exists`. [#154399][#154399] [#153604]: https://github.com/cockroachdb/cockroach/pull/153604 [#154284]: https://github.com/cockroachdb/cockroach/pull/154284 From 2e9ed742b321241f693c1c212b1853f3969d23d5 Mon Sep 17 00:00:00 2001 From: Ryan Kuo Date: Fri, 17 Oct 2025 17:00:33 -0400 Subject: [PATCH 17/17] update releases.yml --- src/current/_data/releases.yml | 63 ++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) diff --git a/src/current/_data/releases.yml b/src/current/_data/releases.yml index d937f90104c..832419bf328 100644 --- a/src/current/_data/releases.yml +++ b/src/current/_data/releases.yml @@ -9591,6 +9591,69 @@ previous_release: v25.4.0-beta.1 +- release_name: v25.4.0-beta.3 + major_version: v25.4 + release_date: '2025-10-16' + release_type: Testing + go_version: go1.23.12 + sha: d70350c0c33cc6e0f0a58e0ec9b5e52b9ba40661 + 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-unstable + docker_arm: true + docker_arm_experimental: false + docker_arm_limited_access: false + source: true + previous_release: v25.4.0-beta.2 + + +- release_name: v24.1.25 + major_version: v24.1 + release_date: '2025-10-17' + release_type: Production + go_version: go1.23.12 + sha: fc938cc8bc2ed39db52fb0fbc6fdda3774827e33 + 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.1.24 + 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.21 major_version: v24.3 release_date: '2025-10-17'