Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
d79ee99
Update antora.yml for new 26.1 branch
Feediver1 Feb 20, 2026
01ef91e
[26.1] User based throughput quotas (#1596)
kbatuigas Mar 12, 2026
85a8e11
docs: add Schema Registry ACLs page for Redpanda Operator
david-yu Mar 18, 2026
568e561
fix: lowercase kubectl in prerequisites
david-yu Mar 18, 2026
88999f6
fix: move example descriptions to paragraphs after YAML blocks
david-yu Mar 18, 2026
363bffe
fix: remove comments from user-crds authz-only example
david-yu Mar 18, 2026
37b6e75
fix: remove comments from role-crds authorization example
david-yu Mar 18, 2026
2395eca
[26.1] Ordered rack/region preference for leader pinning (#1598)
kbatuigas Mar 19, 2026
03a06fe
Update modules/manage/pages/kubernetes/security/authentication/k-sche…
david-yu Mar 20, 2026
7d1130d
Update modules/manage/pages/kubernetes/security/authentication/k-sche…
david-yu Mar 20, 2026
59e4e52
Remove redundant Supported operations subsection
david-yu Mar 20, 2026
55360ff
docs(iceberg): update JSON schema translation behavior (#1603)
nvartolomei Mar 20, 2026
bc20f33
Add Prometheus ServiceMonitor docs for Console on Kubernetes
david-yu Mar 20, 2026
6551841
Style edits for Schema Registry ACLs page
micheleRP Mar 24, 2026
1d492ec
Configurable namespace for Iceberg (#1622)
kbatuigas Mar 26, 2026
1b17f54
Add group-crds.feature to fix build error in Schema Registry ACLs page
david-yu Mar 27, 2026
ac05be1
Add subject ACLs to user and role feature file examples
david-yu Mar 27, 2026
0f490ad
Add intro sentence to Common use cases section
david-yu Mar 27, 2026
3d25418
Move description text above code blocks in common use cases
david-yu Mar 27, 2026
c91c26b
Merge branch 'main' into docs/schema-registry-acls-operator
david-yu Mar 27, 2026
d507904
Move Common use cases examples to feature file and revert deploy.adoc
david-yu Mar 27, 2026
52de702
docs(DOC-1834, DOC-1841): FIPS Docker image, 140-3 update, and style …
mfernest Mar 30, 2026
d43c842
docs: Add 26.1 FIPS breaking change to rolling upgrade (#1640)
micheleRP Mar 31, 2026
fa0375c
DOC-1600 Document feature Fix cross region RRRs on AWS (#1595)
micheleRP Mar 31, 2026
0a5e0e8
GBAC (#1584)
paulohtb6 Mar 31, 2026
aa9f79b
Merge main into v-WIP/26.1 and prepare for 26.1 GA release
JakeSCahill Mar 31, 2026
56fa568
docs (k8s): Update Kubernetes compatibility matrix for 26.1.x (#1627)
david-yu Mar 31, 2026
3994462
docs(DOC-732): document partition_autobalancing_node_autodecommission…
mfernest Mar 31, 2026
58a03ad
Doc 1602: Cloud Topics GA (#1469)
Feediver1 Mar 31, 2026
476aa54
docs (k8s): Add Cloud Topics for Kubernetes (#1631)
david-yu Mar 31, 2026
620778d
docs (k8s): Add Prometheus ServiceMonitor section for Console on K8s …
david-yu Mar 31, 2026
9b32133
Merge branch 'v-WIP/26.1' into docs/schema-registry-acls-operator
JakeSCahill Mar 31, 2026
f8e839b
Move inline YAML examples to feature files for schema and topic contr…
david-yu Apr 1, 2026
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
14 changes: 7 additions & 7 deletions antora.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: ROOT
title: Self-Managed
version: 25.3
version: 26.1
start_page: home:index.adoc
nav:
- modules/ROOT/nav.adoc
asciidoc:
attributes:
# Date of release in the format YYYY-MM-DD
page-release-date: 2025-11-19
page-release-date: 2026-03-31
# Only used in the main branch (latest version)
page-header-data:
order: 2
Expand All @@ -17,16 +17,16 @@ asciidoc:
# Fallback versions
# We try to fetch the latest versions from GitHub at build time
# --
full-version: 25.3.11
latest-redpanda-tag: 'v25.3.11'
full-version: 26.1.1
latest-redpanda-tag: 'v26.1.1'
latest-console-tag: 'v3.3.1'
latest-release-commit: '6aa5af28b020b66e5caa966094882b7260497a53'
latest-release-commit: '35a825c9c1880ebeedf4c18bb8c6cceaa63566c1'
latest-operator-version: 'v2.3.8-24.3.6'
operator-beta-tag: ''
helm-beta-tag: ''
latest-redpanda-helm-chart-version: ''
redpanda-beta-version: '25.3.1-rc4'
redpanda-beta-tag: 'v25.3.1-rc4'
redpanda-beta-version: ''
redpanda-beta-tag: ''
console-beta-version: ''
console-beta-tag: ''
# --
Expand Down
113 changes: 102 additions & 11 deletions docs-data/property-overrides.json

Large diffs are not rendered by default.

75 changes: 0 additions & 75 deletions docs-data/redpanda-property-changes-v25.3.1-to-v25.3.3.json

This file was deleted.

Loading