Skip to content

Document support for PKCS#12 #860

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 25 commits into from
Nov 26, 2024
Merged
Show file tree
Hide file tree
Changes from 24 commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
2caf0c6
Update config for new beta
Deflaimun Oct 2, 2024
c3ffdd4
update with rpk 24.3.1-rc1 (#819)
Deflaimun Oct 21, 2024
58e0bff
DOC-502 License enforcement updates (#813)
JakeSCahill Oct 22, 2024
121d5f4
Properties 24 3 (#822)
Deflaimun Oct 22, 2024
19c0ec1
Add User resource docs (#773)
JakeSCahill Oct 23, 2024
fce336b
Leader pinning (#809)
kbatuigas Oct 28, 2024
3e93983
DOC-287 Mountable TS topics (#725)
kbatuigas Oct 30, 2024
03d3e60
Update with latest rpk commands from v0.0.0-20241104git4a0f859 (#835)
Deflaimun Nov 4, 2024
41bfe40
what's new in 24.3 beta (#811)
micheleRP Nov 4, 2024
afba214
Force-update fallback 24.3-rc2
Deflaimun Nov 4, 2024
488c9f6
Michele rp patch 1 (#837)
micheleRP Nov 6, 2024
67c90f5
DOC-470 Debug bundle in Redpanda Console (#825)
JakeSCahill Nov 12, 2024
16e9cda
add Tombstone property (#847)
Deflaimun Nov 12, 2024
58ded83
Tombstone retention (#829)
kbatuigas Nov 12, 2024
3ba1d58
Document support for PKCS#12
JakeSCahill Nov 14, 2024
6674fdc
Apply suggestions from code review
JakeSCahill Nov 14, 2024
f4f9b0b
Add to what's new
JakeSCahill Nov 14, 2024
6f35525
Merge branch 'v-WIP/24.3' into DOC-539
JakeSCahill Nov 19, 2024
749c6b0
Merge branch 'v-WIP/24.3' into DOC-539
JakeSCahill Nov 19, 2024
3314d6c
Merge branch 'v-WIP/24.3' of https://github.com/redpanda-data/docs in…
JakeSCahill Nov 25, 2024
15937df
Apply suggestions from review
JakeSCahill Nov 25, 2024
da65c90
Undo options
JakeSCahill Nov 25, 2024
0a692ed
Apply suggestions from code review
JakeSCahill Nov 26, 2024
3c7ce26
Merge branch 'v-WIP/24.3' into DOC-539
JakeSCahill Nov 26, 2024
baa286d
Apply suggestions from code review
JakeSCahill Nov 26, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 13 additions & 3 deletions modules/get-started/pages/whats-new.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,17 @@ This release includes several updates to xref:get-started:licensing/overview.ado

- *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.

== Declarative user and ACL management in Kubernetes
== PKCS#12 support for TLS listeners

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.

For more details, see xref:manage:security/encryption.adoc[].

This feature is not yet available in Kubernetes deployments that use the Redpanda Helm chart or the Redpanda Operator.

== New features in the Redpanda Operator

=== Declarative user and ACL management

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:

Expand All @@ -59,7 +69,7 @@ The Redpanda Operator now supports declarative management of users and access co

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

== Declarative schema management in Kubernetes
=== Declarative schema management

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:

Expand All @@ -69,7 +79,7 @@ The Redpanda Operator now supports declarative schema management using the Schem

To learn more, see the xref:manage:kubernetes/k-schema-controller.adoc[Schema custom resource documentation].

== Use Redpanda Operator without Flux
=== Use Redpanda Operator without Flux

The Redpanda Operator now supports the `useFlux` flag, giving you control over resource management, starting in version v2.3.0-24.3.1:

Expand Down
Loading