Skip to content

Commit

Permalink
Update SHA
Browse files Browse the repository at this point in the history
  • Loading branch information
mdlinville committed Oct 14, 2024
1 parent 2627c8b commit c7e9990
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
28 changes: 28 additions & 0 deletions src/current/_data/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6922,3 +6922,31 @@
docker_arm_limited_access: false
source: true
previous_release: v24.3.0-alpha.1


- release_name: v24.3.0-alpha.2
major_version: v24.3
release_date: '2024-10-14'
release_type: Testing
go_version: go1.23.2
sha: 45b47f90445fdb0e0c8e07df863c3bbe17daa491
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: v24.3.0-alpha.1-218-g58c475d67e3
5 changes: 5 additions & 0 deletions src/current/_includes/releases/v24.3/v24.3.0-alpha.2.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ Release Date: October 14, 2024

[#131857][#131857]

<h3 id="v24-3-0-alpha-2-multi-tenancy">Cluster virtualization changes</h3>

- The `_status/ranges/` endpoint on DB Console [Advanced debug pages]({% link v24.3/ui-debug-pages.md %}) is now enabled for non-system virtual clusters, where it returns the ranges only for the tenant you are logged into. For the system virtual cluster, the `_status/ranges/` endpoint continues to return ranges for the specified node across all virtual clusters. [#131100][#131100]

<h3 id="v24-3-0-alpha-2-db-console-changes">DB Console changes</h3>

- Improved performance in the **Databases**, **Tables View**, and **Table Details** sections of the [**Databases page**]({% link v24.3/ui-databases-page.md %}) [#131769][#131769]
Expand Down Expand Up @@ -87,3 +91,4 @@ Release Date: October 14, 2024
[#131967]: https://github.com/cockroachdb/cockroach/pull/131967
[#132086]: https://github.com/cockroachdb/cockroach/pull/132086
[#132100]: https://github.com/cockroachdb/cockroach/pull/132100
[#131100]: https://github.com/cockroachdb/cockroach/pull/131100

0 comments on commit c7e9990

Please sign in to comment.