-
Notifications
You must be signed in to change notification settings - Fork 34
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
what's new in 24.3 beta #811
Conversation
✅ Deploy Preview for redpanda-docs-preview ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Properties for 24.3 |
0d109c8
to
af66da0
Compare
4e38632
to
ee67b76
Compare
@@ -7,6 +7,18 @@ This topic includes new content added in version {page-component-version}. For a | |||
* xref:redpanda-cloud:get-started:whats-new-cloud.adoc[] | |||
* xref:redpanda-cloud:get-started:cloud-overview.adoc#redpanda-cloud-vs-self-managed-feature-compatibility[Redpanda Cloud vs Self-Managed feature compatibility] | |||
|
|||
== Mountable topics | |||
|
|||
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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: should 'hibernate' be quoted? using a metaphor here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@micheleRP we didn't put hibernate in quotes in the doc - I prefer to be consistent with not using the quotes, but I'm okay with the quotes too if that works better for What's new blurbs.
== Debug bundle | ||
|
||
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. | ||
|
||
== Declarative user and ACL management in Kubernetes | ||
|
||
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: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the more correct technical term for 'resource' is 'Custom Resource'.
cc @david-yu
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes that is correct custom resource https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/#custom-resources. This is for the ACL management section if that is what the comment is being referred to.
The following `rpk` commands are new in this version: | ||
|
||
* xref:reference:rpk/rpk-cluster/rpk-cluster-storage-cancel-mount.adoc[`rpk cluster storage cancel-mount`] | ||
* xref:reference:rpk/rpk-cluster/rpk-cluster-storage-list-mount.adoc[`rpk cluster storage list-mount`] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this may now be 'list-mountable'
@gene-redpanda to review this section.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mattschumpert: Now we show both rpk cluster storage list mount
and rpk cluster storage list-mountable
here.
new rpk command and some flag changes |
Co-authored-by: Kat Batuigas <[email protected]>
Co-authored-by: Paulo Borges <[email protected]> Co-authored-by: Gellért Peresztegi-Nagy <[email protected]> Co-authored-by: Angela Simms <[email protected]>
link not working until feature merges
3b77881
to
c6871a6
Compare
Co-authored-by: Kat Batuigas <[email protected]> Co-authored-by: Jake Cahill <[email protected]> Co-authored-by: Paulo Borges <[email protected]> Co-authored-by: Gellért Peresztegi-Nagy <[email protected]> Co-authored-by: Angela Simms <[email protected]>
Co-authored-by: Kat Batuigas <[email protected]> Co-authored-by: Jake Cahill <[email protected]> Co-authored-by: Paulo Borges <[email protected]> Co-authored-by: Gellért Peresztegi-Nagy <[email protected]> Co-authored-by: Angela Simms <[email protected]>
Description
Resolves https://redpandadata.atlassian.net/browse/DOC-645
Review deadline: Friday, Oct 18
Page previews
What's New in 24.3 Beta
Checks