Skip to content

Commit c8e4e67

Browse files
vbotbuildovichgithub-actions[bot]
authored andcommitted
auto-docs: Update property docs for v25.3.6
1 parent d93eff0 commit c8e4e67

File tree

5 files changed

+48
-52
lines changed

5 files changed

+48
-52
lines changed

antora.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ asciidoc:
1717
# Fallback versions
1818
# We try to fetch the latest versions from GitHub at build time
1919
# --
20-
full-version: 25.3.5
21-
latest-redpanda-tag: 'v25.3.5'
20+
full-version: 25.3.6
21+
latest-redpanda-tag: 'v25.3.6'
2222
latest-console-tag: 'v3.3.1'
2323
latest-release-commit: '6aa5af28b020b66e5caa966094882b7260497a53'
2424
latest-operator-version: 'v2.3.8-24.3.6'

docs-data/redpanda-property-changes-v25.3.4-to-v25.3.5.json

Lines changed: 0 additions & 47 deletions
This file was deleted.
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
{
2+
"comparison": {
3+
"oldVersion": "v25.3.5",
4+
"newVersion": "v25.3.6",
5+
"timestamp": "2026-01-23T19:46:46.160Z"
6+
},
7+
"summary": {
8+
"newProperties": 0,
9+
"changedDefaults": 0,
10+
"changedDescriptions": 0,
11+
"changedTypes": 0,
12+
"deprecatedProperties": 0,
13+
"removedProperties": 0,
14+
"emptyDescriptions": 3
15+
},
16+
"details": {
17+
"newProperties": [],
18+
"changedDefaults": [],
19+
"changedDescriptions": [],
20+
"changedTypes": [],
21+
"deprecatedProperties": [],
22+
"removedProperties": [],
23+
"emptyDescriptions": [
24+
{
25+
"name": "redpanda.cloud_topic.enabled",
26+
"type": "string"
27+
},
28+
{
29+
"name": "redpanda.remote.allowgaps",
30+
"type": "boolean"
31+
},
32+
{
33+
"name": "redpanda.virtual.cluster.id",
34+
"type": "string"
35+
}
36+
]
37+
}
38+
}

modules/reference/attachments/redpanda-properties-v25.3.5.json renamed to modules/reference/attachments/redpanda-properties-v25.3.6.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6333,7 +6333,7 @@
63336333
"redpanda"
63346334
],
63356335
"defined_in": "src/v/config/configuration.cc",
6336-
"description": "The default namespace (database name) for Iceberg tables. All tables created by Redpanda will be placed in this namespace within the Iceberg catalog. Supports nested namespaces as an array of strings. IMPORTANT: This value must be configured before enabling Iceberg and must not be changed afterward. Changing it will cause Redpanda to lose track of existing tables.",
6336+
"description": "The default namespace (database name) for Iceberg tables. All tables created by Redpanda will be placed in this namespace within the Iceberg catalog. Supports nested namespaces as an array of strings.\n\nIMPORTANT: This value must be configured before enabling Iceberg and must not be changed afterward. Changing it will cause Redpanda to lose track of existing tables.",
63376337
"is_deprecated": false,
63386338
"is_enterprise": false,
63396339
"items": {
@@ -6343,6 +6343,7 @@
63436343
"needs_restart": true,
63446344
"nullable": false,
63456345
"type": "array",
6346+
"version": "v25.3.5",
63466347
"visibility": "user"
63476348
},
63486349
"iceberg_default_partition_spec": {

modules/reference/partials/properties/cluster-properties.adoc

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6514,9 +6514,13 @@ endif::[]
65146514

65156515
=== iceberg_default_catalog_namespace
65166516

6517-
The default Iceberg catalog namespace where Redpanda creates tables. Supports nested namespaces as an array of strings.
6517+
ifndef::env-cloud[]
6518+
*Introduced in v25.3.5*
6519+
endif::[]
6520+
6521+
The default namespace (database name) for Iceberg tables. All tables created by Redpanda will be placed in this namespace within the Iceberg catalog. Supports nested namespaces as an array of strings.
65186522

6519-
IMPORTANT: Configure this value before enabling Iceberg. Do not change it afterward, or Redpanda loses track of existing tables.
6523+
IMPORTANT: This value must be configured before enabling Iceberg and must not be changed afterward. Changing it will cause Redpanda to lose track of existing tables.
65206524

65216525
[cols="1s,2a"]
65226526
|===

0 commit comments

Comments
 (0)