From 0253e0dff088c2606666f87c0ce9c42c47fbcd88 Mon Sep 17 00:00:00 2001 From: kbatuigas <36839689+kbatuigas@users.noreply.github.com> Date: Mon, 7 Apr 2025 11:08:13 -0400 Subject: [PATCH 1/3] Add crash_loop_sleep_sec to What's New --- modules/get-started/pages/release-notes/redpanda.adoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/get-started/pages/release-notes/redpanda.adoc b/modules/get-started/pages/release-notes/redpanda.adoc index 71208189ad..4180cfd2ee 100644 --- a/modules/get-started/pages/release-notes/redpanda.adoc +++ b/modules/get-started/pages/release-notes/redpanda.adoc @@ -7,6 +7,10 @@ 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] +== Crash recording for improved support + +Redpanda now records detailed information about broker crashes to help streamline troubleshooting and reduce time to resolution. Crash reports include information such as a stack trace, exception details, the Redpanda broker version, and the timestamp of when the crash occurred. The recorded crash reports are now automatically collected as part of debug bundles, providing Redpanda customer support with more context to diagnose and resolve issues faster. + == New health probes for broker restarts and upgrades The Redpanda Admin API now includes new health probes to help you ensure safe broker restarts and upgrades. The xref:api:ROOT:admin-api.adoc#get-/v1/broker/pre_restart_probe[`pre_restart_probe`] endpoint identifies potential risks if a broker is restarted, and xref:api:ROOT:admin-api.adoc#get-/v1/broker/post_restart_probe[`post_restart_probe`] indicates how much of its workloads a broker has reclaimed after the restart. See also: From aed14b00e9773881a40b4f1d9e508bb96921fb1b Mon Sep 17 00:00:00 2001 From: kbatuigas <36839689+kbatuigas@users.noreply.github.com> Date: Mon, 7 Apr 2025 14:13:13 -0400 Subject: [PATCH 2/3] Add link to debug bundles doc --- modules/get-started/pages/release-notes/redpanda.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/get-started/pages/release-notes/redpanda.adoc b/modules/get-started/pages/release-notes/redpanda.adoc index 4180cfd2ee..04be014c60 100644 --- a/modules/get-started/pages/release-notes/redpanda.adoc +++ b/modules/get-started/pages/release-notes/redpanda.adoc @@ -9,7 +9,7 @@ This topic includes new content added in version {page-component-version}. For a == Crash recording for improved support -Redpanda now records detailed information about broker crashes to help streamline troubleshooting and reduce time to resolution. Crash reports include information such as a stack trace, exception details, the Redpanda broker version, and the timestamp of when the crash occurred. The recorded crash reports are now automatically collected as part of debug bundles, providing Redpanda customer support with more context to diagnose and resolve issues faster. +Redpanda now records detailed information about broker crashes to help streamline troubleshooting and reduce time to resolution. Crash reports include information such as a stack trace, exception details, the Redpanda broker version, and the timestamp of when the crash occurred. The recorded crash reports are now automatically collected as part of xref:troubleshoot:debug-bundle/overview.adoc[debug bundles], providing Redpanda customer support with more context to diagnose and resolve issues faster. == New health probes for broker restarts and upgrades From 04504a4adfe4dee3007436929af32f7141ad5f33 Mon Sep 17 00:00:00 2001 From: kbatuigas <36839689+kbatuigas@users.noreply.github.com> Date: Mon, 7 Apr 2025 14:23:34 -0400 Subject: [PATCH 3/3] rpk commands were not added to What's new in 25.1 beta --- modules/get-started/pages/release-notes/redpanda.adoc | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/modules/get-started/pages/release-notes/redpanda.adoc b/modules/get-started/pages/release-notes/redpanda.adoc index 04be014c60..b3b3de0f69 100644 --- a/modules/get-started/pages/release-notes/redpanda.adoc +++ b/modules/get-started/pages/release-notes/redpanda.adoc @@ -110,6 +110,14 @@ Reports the total number of bytes read from or written to the partitions of a to - xref:reference:public-metrics-reference.adoc#redpanda_cloud_storage_paused_archivers[`redpanda_cloud_storage_paused_archivers`]: Reports the number of paused archivers. +== rpk commands + +The following `rpk` commands are new in this version: + +- xref:reference:rpk/rpk-generate/rpk-generate-license.adoc[`rpk generate license`] + +- xref:reference:rpk/rpk-topic/rpk-topic-analyze.adoc[`rpk topic analyze`] + == Cluster properties The following cluster properties are new in this version: