Skip to content

Commit e57f5dc

Browse files
micheleRPkbatuigasJakeSCahillDeflaimunpgellert
committed
what's new in 24.3 beta (#811)
Co-authored-by: Kat Batuigas <36839689+kbatuigas@users.noreply.github.com> Co-authored-by: Jake Cahill <45230295+JakeSCahill@users.noreply.github.com> Co-authored-by: Paulo Borges <paulohtb@hotmail.com> Co-authored-by: Gellért Peresztegi-Nagy <pereszteginagy.gellert@gmail.com> Co-authored-by: Angela Simms <102690377+asimms41@users.noreply.github.com>
1 parent 8a97c9d commit e57f5dc

File tree

1 file changed

+31
-2
lines changed

1 file changed

+31
-2
lines changed

modules/get-started/pages/whats-new.adoc

Lines changed: 31 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,27 @@ This topic includes new content added in version {page-component-version}. For a
77
* xref:redpanda-cloud:get-started:whats-new-cloud.adoc[]
88
* xref:redpanda-cloud:get-started:cloud-overview.adoc#redpanda-cloud-vs-self-managed-feature-compatibility[Redpanda Cloud vs Self-Managed feature compatibility]
99
10+
== Mountable topics
11+
12+
For topics with Tiered Storage enabled, you can unmount a topic to safely detach it from a cluster and keep the topic data in the cluster's object storage bucket or container. You can mount the detached topic to either the same origin cluster, or a different one. This allows you to hibernate a topic and free up system resources taken up by the topic, or migrate a topic to a different cluster. See xref:manage:mountable-topics.adoc[Mountable topics] for details.
13+
14+
== Leader pinning
15+
16+
For a Redpanda cluster deployed across multiple availability zones (AZs), xref:develop:produce-data/leader-pinning.adoc[leader pinning] ensures that a topic's partition leaders are geographically closer to clients. Leader pinning can lower networking costs and help guarantee lower latency by routing produce and consume requests to brokers located in certain AZs.
17+
18+
== Debug bundles in Redpanda Console
19+
20+
You can now xref:troubleshoot:debug-bundle/index.adoc[generate a debug bundle] in Redpanda Console for comprehensive diagnostics. A debug bundle can help debug and diagnose issues with a Redpanda cluster, a broker, or the machines on which the brokers are running. You can use this file to debug issues yourself, or you can send it to the Redpanda support team to help resolve your issue.
21+
1022
== Declarative user and ACL management in Kubernetes
1123

12-
Redpanda now supports declarative management of users and access control lists (ACLs) using the new User resource with the Redpanda Operator. This feature allows you to:
24+
Redpanda now supports declarative management of users and access control lists (ACLs) using the new User custom resource with the Redpanda Operator. This feature allows you to:
1325

1426
- Create and manage Redpanda users and their authentication settings.
1527
- Define and manage ACLs to control access to Redpanda resources.
1628
- Automatically reconcile changes to users and ACLs using the Redpanda Operator.
1729

18-
To learn more, see the xref:manage:kubernetes/security/authentication/k-user-controller.adoc[User resource documentation].
30+
To learn more, see the xref:manage:kubernetes/security/authentication/k-user-controller.adoc[User custom resource documentation].
1931

2032
== Licensing updates
2133

@@ -29,3 +41,20 @@ This release includes several updates to xref:get-started:licensing/overview.ado
2941

3042
- *Unified license management in Redpanda Console*: You can now upload and apply a single license key for both Redpanda Console and the connected Redpanda cluster through the Redpanda Console UI. Any existing license key is overridden by the new one.
3143

44+
== New commands
45+
46+
The following `rpk` commands are new in this version:
47+
48+
* xref:reference:rpk/rpk-cluster/rpk-cluster-storage-cancel-mount.adoc[`rpk cluster storage cancel mount`]
49+
* xref:reference:rpk/rpk-cluster/rpk-cluster-storage-list-mount.adoc[`rpk cluster storage list mount`]
50+
* xref:reference:rpk/rpk-cluster/rpk-cluster-storage-list-mountable.adoc[`rpk cluster storage list-mountable`]
51+
* xref:reference:rpk/rpk-cluster/rpk-cluster-storage-mount.adoc[`rpk cluster storage mount`]
52+
* xref:reference:rpk/rpk-cluster/rpk-cluster-storage-status-mount.adoc[`rpk cluster storage status mount`]
53+
* xref:reference:rpk/rpk-cluster/rpk-cluster-storage-unmount.adoc[`rpk cluster storage unmount`]
54+
55+
== New properties
56+
57+
The following cluster properties are new in this version:
58+
59+
* xref:reference:properties/cluster-properties.adoc#default_leaders_preference[`default_leaders_preference`]
60+
* xref:reference:properties/cluster-properties.adoc#rpk_path[`rpk_path`]

0 commit comments

Comments
 (0)