Skip to content

Commit bcc8082

Browse files
authored
Release v25.2 docs (#1250)
2 parents f417e45 + c47d2c2 commit bcc8082

123 files changed

Lines changed: 3049 additions & 1318 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

antora.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: ROOT
22
title: Self-Managed
3-
version: 25.1
3+
version: 25.2
44
start_page: home:index.adoc
55
nav:
66
- modules/ROOT/nav.adoc
@@ -17,11 +17,10 @@ asciidoc:
1717
# Fallback versions
1818
# We try to fetch the latest versions from GitHub at build time
1919
# --
20-
21-
full-version: 25.1.1
22-
latest-redpanda-tag: 'v25.1.1'
20+
full-version: 25.2.1
21+
latest-redpanda-tag: 'v25.2.1'
2322
latest-console-tag: 'v2.8.5'
24-
latest-release-commit: 'afe1a3f'
23+
latest-release-commit: '68c64fd'
2524
latest-operator-version: 'v2.3.8-24.3.6'
2625
operator-beta-tag: 'v25.1.1-beta1'
2726
helm-beta-tag: 'v25.1.1-beta1'

local-antora-playbook.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
site:
22
title: Redpanda Docs
3-
start_page: 25.1@ROOT:get-started:intro-to-events.adoc
3+
start_page: 25.2@ROOT:get-started:intro-to-events.adoc
44
url: http://localhost:5002
55
robots: disallow
66
keys:
@@ -43,6 +43,7 @@ antora:
4343
- require: '@redpanda-data/docs-extensions-and-macros/extensions/add-global-attributes'
4444
- require: '@redpanda-data/docs-extensions-and-macros/extensions/version-fetcher/set-latest-version'
4545
- require: '@redpanda-data/docs-extensions-and-macros/extensions/validate-attributes'
46+
- require: '@redpanda-data/docs-extensions-and-macros/extensions/process-context-switcher'
4647
- require: '@redpanda-data/docs-extensions-and-macros/extensions/generate-index-data'
4748
data:
4849
sets:

modules/ROOT/nav.adoc

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@
6868
*** xref:deploy:deployment-option/self-hosted/kubernetes/k-production-workflow.adoc[Deployment Workflow]
6969
*** xref:deploy:deployment-option/self-hosted/kubernetes/k-requirements.adoc[Requirements and Recommendations]
7070
*** xref:deploy:deployment-option/self-hosted/kubernetes/k-tune-workers.adoc[Tune Worker Nodes]
71-
*** xref:deploy:deployment-option/self-hosted/kubernetes/k-25.1-beta.adoc[Try v25.1]
7271
*** xref:deploy:deployment-option/self-hosted/kubernetes/kubernetes-deploy.adoc[Deploy Redpanda]
7372
*** xref:deploy:deployment-option/self-hosted/kubernetes/k-deploy-connectors.adoc[Deploy Connectors]
7473
*** xref:deploy:deployment-option/self-hosted/kubernetes/k-high-availability.adoc[High Availability]
@@ -171,17 +170,20 @@
171170
*** xref:manage:whole-cluster-restore.adoc[Whole Cluster Restore]
172171
** xref:manage:iceberg/index.adoc[Iceberg]
173172
*** xref:manage:iceberg/about-iceberg-topics.adoc[About Iceberg Topics]
174-
*** xref:manage:iceberg/choose-iceberg-mode.adoc[Choose Iceberg Mode]
173+
*** xref:manage:iceberg/specify-iceberg-schema.adoc[Specify Iceberg Schema]
175174
*** xref:manage:iceberg/use-iceberg-catalogs.adoc[Use Iceberg Catalogs]
175+
*** xref:manage:iceberg/rest-catalog/index.adoc[Integrate with REST Catalogs]
176+
**** xref:manage:iceberg/iceberg-topics-aws-glue.adoc[AWS Glue]
177+
**** xref:manage:iceberg/iceberg-topics-databricks-unity.adoc[Databricks Unity Catalog]
178+
**** xref:manage:iceberg/redpanda-topics-iceberg-snowflake-catalog.adoc[Snowflake and Open Catalog]
176179
*** xref:manage:iceberg/query-iceberg-topics.adoc[Query Iceberg Topics]
177-
*** xref:manage:iceberg/iceberg-topics-databricks-unity.adoc[Query Iceberg Topics with Databricks Unity Catalog]
178-
*** xref:manage:iceberg/redpanda-topics-iceberg-snowflake-catalog.adoc[Query Iceberg Topics with Snowflake and Open Catalog]
179180
** xref:manage:schema-reg/index.adoc[Schema Registry]
180181
*** xref:manage:schema-reg/schema-reg-overview.adoc[Overview]
181182
*** xref:manage:schema-reg/manage-schema-reg.adoc[]
182183
**** xref:manage:schema-reg/schema-reg-api.adoc[API]
183184
**** xref:console:ui/schema-reg.adoc[Redpanda Console]
184185
**** xref:manage:kubernetes/k-schema-controller.adoc[Kubernetes]
186+
*** xref:manage:schema-reg/schema-reg-authorization.adoc[Schema Registry Authorization]
185187
*** xref:manage:schema-reg/schema-id-validation.adoc[]
186188
*** xref:console:ui/schema-reg.adoc[Manage in Redpanda Console]
187189
** xref:manage:console/index.adoc[Redpanda Console]

modules/console/pages/config/configure-console.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
= Configure Redpanda Console
22
:description: Redpanda Console configuration file with property descriptions.
33
:page-aliases: console:reference/config.adoc, reference:console/config.adoc
4+
:page-context-switcher: [{"name": "Redpanda Console v2.x", "to": "24.3@ROOT:console:config/configure-console.adoc" },{"name": "Redpanda Console v3.x", "to": "current" } ]
5+
6+
include::console:partial$operator-console-version-note.adoc[]
47

58
Redpanda Console loads configuration properties from three sources, in the following order of precedence:
69

@@ -46,6 +49,8 @@ KAFKA_BROKERS=redpanda-0:9092,redpanda-1:9092,redpanda-2:9092
4649
NOTE: You cannot use environment variables to configure object arrays, such as the configuration
4750
for Kafka Connect clusters. In this case, use a YAML file, and provide secrets using environment variables or command line arguments.
4851

52+
include::shared:partial$community-supported-kc.adoc[]
53+
4954
== Docker Compose example
5055

5156
If you are using Docker Compose, you can mount the configuration file and set the environment variable in your `docker-compose.yml` file:

modules/console/pages/config/connect-to-redpanda.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
= Configure Redpanda Console to Connect to a Redpanda Cluster
22
:description: This topic provides instructions on configuring Redpanda Console to connect to a Redpanda cluster. The configuration ensures that Redpanda Console can communicate with your Redpanda brokers.
3+
:page-context-switcher: [{"name": "Redpanda Console v2.x", "to": "24.3@ROOT:console:config/connect-to-redpanda.adoc" },{"name": "Redpanda Console v3.x", "to": "current" } ]
4+
5+
include::console:partial$operator-console-version-note.adoc[]
36

47
Redpanda Console connects to your Redpanda cluster using dedicated configuration blocks for the Kafka API, Schema Registry API, and Admin API. Each connection serves a different purpose:
58

modules/console/pages/config/deserialization.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
= Configure Message Deserialization in Redpanda Console
22
:description: Configure Redpanda Console to use Schema Registry, Protobuf files, and other deserialization methods to ensure your data is correctly interpreted and displayed.
3+
:page-context-switcher: [{"name": "Redpanda Console v2.x", "to": "24.3@ROOT:console:config/deserialization.adoc" },{"name": "Redpanda Console v3.x", "to": "current" } ]
4+
5+
include::console:partial$operator-console-version-note.adoc[]
36

47
Redpanda Console provides tools for deserializing and inspecting messages in Kafka topics. This topic explains how to configure Redpanda Console to use Schema Registry, Protobuf files, and other deserialization methods to ensure your data is correctly interpreted and displayed.
58

modules/console/pages/config/enterprise-license.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
= Add a License Key to Redpanda Console
22
:description: Learn how to apply or update a license key to Redpanda Console.
3+
:page-context-switcher: [{"name": "Redpanda Console v2.x", "to": "24.3@ROOT:console:config/enterprise-license.adoc" },{"name": "Redpanda Console v3.x", "to": "current" } ]
4+
5+
include::console:partial$operator-console-version-note.adoc[]
36

47
To enable xref:get-started:licensing/overview.adoc#console[enterprise features for Redpanda Console], you must have an Enterprise Edition license to load at startup. This guide explains how to configure Redpanda Console to load the license key from its local configuration.
58

modules/console/pages/config/http-path-rewrites.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
= HTTP Path Rewrites in Redpanda Console
22
:description: Learn how to configure Redpanda Console to work seamlessly with your URL path rewrites, particularly when hosted under a subpath.
33
:page-aliases: console:features/http-path-rewrites.adoc, manage:console/http-path-rewrites.adoc
4+
:page-context-switcher: [{"name": "Redpanda Console v2.x", "to": "24.3@ROOT:console:config/http-path-rewrites.adoc" },{"name": "Redpanda Console v3.x", "to": "current" } ]
5+
6+
include::console:partial$operator-console-version-note.adoc[]
47

58
If you want to host Redpanda Console under a subpath rather than the root path, you need to configure HTTP path rewrites. This allows you to serve Redpanda Console under a subpath of your domain, such as `+https://my-company.com/redpanda/console+`, instead of directly from `+https://my-company.com+`. This type of configuration is often necessary when:
69

modules/console/pages/config/kafka-connect.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
= Connect Redpanda Console to Kafka Connect Clusters
22
:description: Connect one or more Kafka Connect clusters with Redpanda Console.
33
:page-aliases: console:features/kafka-connect.adoc, manage:console/kafka-connect.adoc
4+
:page-context-switcher: [{"name": "Redpanda Console v2.x", "to": "24.3@ROOT:console:config/kafka-connect.adoc" },{"name": "Redpanda Console v3.x", "to": "current" } ]
5+
6+
include::shared:partial$community-supported-kc.adoc[]
7+
8+
include::console:partial$operator-console-version-note.adoc[]
49

510
Redpanda Console provides a user interface that lets you manage multiple Kafka Connect clusters.
611
You can inspect or patch connectors; restart, pause, and resume connector tasks; and delete connectors.

modules/console/pages/config/security/authentication.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
:description: Authentication in Redpanda Console enables users to log in and optionally forward their credentials to the connected Redpanda cluster, ensuring all API requests are executed under the user's identity.
33
:page-aliases: console:single-sign-on/authentication.adoc, manage:security/console/authentication.adoc, console:config/security/plain.adoc, console:config/security/okta.adoc, console:config/security/generic-oidc.adoc, console:config/security/keycloak.adoc, console:config/security/github.adoc, console:config/security/google.adoc, console:config/security/azure-ad.adoc
44
:page-categories: Security, Management, Redpanda Console
5+
:page-context-switcher: [{"name": "Redpanda Console v2.x", "to": "24.3@ROOT:console:config/security/authentication.adoc" },{"name": "Redpanda Console v3.x", "to": "current" } ]
6+
7+
include::console:partial$operator-console-version-note.adoc[]
8+
59

610
// ========================AUTOMATED TESTS===================================
711
// The comments in this file are used to run automated tests of the documented steps. Tests are run using GitHub Actions on each pull request that changes this file in the upstream repository. For more details about the testing tool we use, see https://doc-detective.com/.

0 commit comments

Comments
 (0)