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
Copy file name to clipboardExpand all lines: modules/get-started/pages/whats-new.adoc
+13-3Lines changed: 13 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,17 @@ This release includes several updates to xref:get-started:licensing/overview.ado
49
49
50
50
- *30-day trial Enterprise license*: Starting with version 24.3, new Redpanda clusters automatically receive a trial license that's valid for 30 days, allowing unrestricted use of Enterprise features. This evaluation period begins when the cluster is created for the first time. After this period expires, inactive Enterprise features are disabled, and active features enter a restricted state.
51
51
52
-
== Declarative user and ACL management in Kubernetes
52
+
== PKCS#12 support for TLS listeners
53
+
54
+
Redpanda now supports configuring TLS using PKCS#12 files, which allows you to manage both the certificate and private key in a single, password-protected file.
55
+
56
+
For more details, see xref:manage:security/encryption.adoc[].
57
+
58
+
This feature is not yet available in Kubernetes deployments that use the Redpanda Helm chart or the Redpanda Operator.
59
+
60
+
== New features in the Redpanda Operator
61
+
62
+
=== Declarative user and ACL management
53
63
54
64
The Redpanda Operator now supports declarative management of users and access control lists (ACLs) using the new User custom resource, starting in version v2.2.2-24.2.4. This feature allows you to:
55
65
@@ -59,7 +69,7 @@ The Redpanda Operator now supports declarative management of users and access co
59
69
60
70
To learn more, see the xref:manage:kubernetes/security/authentication/k-user-controller.adoc[User custom resource documentation].
61
71
62
-
== Declarative schema management in Kubernetes
72
+
=== Declarative schema management
63
73
64
74
The Redpanda Operator now supports declarative schema management using the Schema custom resource, starting in version v2.3.0-24.3.1. This feature allows you to:
65
75
@@ -69,7 +79,7 @@ The Redpanda Operator now supports declarative schema management using the Schem
69
79
70
80
To learn more, see the xref:manage:kubernetes/k-schema-controller.adoc[Schema custom resource documentation].
71
81
72
-
== Use Redpanda Operator without Flux
82
+
=== Use Redpanda Operator without Flux
73
83
74
84
The Redpanda Operator now supports the `useFlux` flag, giving you control over resource management, starting in version v2.3.0-24.3.1:
0 commit comments