You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* xref:redpanda-cloud:get-started:cloud-overview.adoc#redpanda-cloud-vs-self-managed-feature-compatibility[Redpanda Cloud vs Self-Managed feature compatibility]
9
9
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
+
10
22
== Declarative user and ACL management in Kubernetes
11
23
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:
13
25
14
26
- Create and manage Redpanda users and their authentication settings.
15
27
- Define and manage ACLs to control access to Redpanda resources.
16
28
- Automatically reconcile changes to users and ACLs using the Redpanda Operator.
17
29
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].
19
31
20
32
== Licensing updates
21
33
@@ -29,3 +41,20 @@ This release includes several updates to xref:get-started:licensing/overview.ado
29
41
30
42
- *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.
31
43
44
+
== New commands
45
+
46
+
The following `rpk` commands are new in this version:
0 commit comments