From 031717136c0f29ee23e6e66116c5574c1a4c4204 Mon Sep 17 00:00:00 2001 From: vbotbuildovich <62446873+vbotbuildovich@users.noreply.github.com> Date: Fri, 23 Jan 2026 19:46:46 +0000 Subject: [PATCH] auto-docs: Update property docs for v25.3.6 --- antora.yml | 4 +- ...a-property-changes-v25.3.4-to-v25.3.5.json | 47 ------------------- ...a-property-changes-v25.3.5-to-v25.3.6.json | 38 +++++++++++++++ ....json => redpanda-properties-v25.3.6.json} | 3 +- .../properties/cluster-properties.adoc | 8 +++- 5 files changed, 48 insertions(+), 52 deletions(-) delete mode 100644 docs-data/redpanda-property-changes-v25.3.4-to-v25.3.5.json create mode 100644 docs-data/redpanda-property-changes-v25.3.5-to-v25.3.6.json rename modules/reference/attachments/{redpanda-properties-v25.3.5.json => redpanda-properties-v25.3.6.json} (99%) diff --git a/antora.yml b/antora.yml index 71606947df..b2c014a61f 100644 --- a/antora.yml +++ b/antora.yml @@ -17,8 +17,8 @@ asciidoc: # Fallback versions # We try to fetch the latest versions from GitHub at build time # -- - full-version: 25.3.5 - latest-redpanda-tag: 'v25.3.5' + full-version: 25.3.6 + latest-redpanda-tag: 'v25.3.6' latest-console-tag: 'v3.3.1' latest-release-commit: '6aa5af28b020b66e5caa966094882b7260497a53' latest-operator-version: 'v2.3.8-24.3.6' diff --git a/docs-data/redpanda-property-changes-v25.3.4-to-v25.3.5.json b/docs-data/redpanda-property-changes-v25.3.4-to-v25.3.5.json deleted file mode 100644 index 319fd1a8a8..0000000000 --- a/docs-data/redpanda-property-changes-v25.3.4-to-v25.3.5.json +++ /dev/null @@ -1,47 +0,0 @@ -{ - "comparison": { - "oldVersion": "v25.3.4", - "newVersion": "v25.3.5", - "timestamp": "2026-01-16T14:07:15.883Z" - }, - "summary": { - "newProperties": 1, - "changedDefaults": 0, - "changedDescriptions": 0, - "changedTypes": 0, - "deprecatedProperties": 0, - "removedProperties": 0, - "emptyDescriptions": 3 - }, - "details": { - "newProperties": [ - { - "name": "iceberg_default_catalog_namespace", - "type": "array", - "default": [ - "redpanda" - ], - "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." - } - ], - "changedDefaults": [], - "changedDescriptions": [], - "changedTypes": [], - "deprecatedProperties": [], - "removedProperties": [], - "emptyDescriptions": [ - { - "name": "redpanda.cloud_topic.enabled", - "type": "string" - }, - { - "name": "redpanda.remote.allowgaps", - "type": "boolean" - }, - { - "name": "redpanda.virtual.cluster.id", - "type": "string" - } - ] - } -} \ No newline at end of file diff --git a/docs-data/redpanda-property-changes-v25.3.5-to-v25.3.6.json b/docs-data/redpanda-property-changes-v25.3.5-to-v25.3.6.json new file mode 100644 index 0000000000..fbf8f19a1a --- /dev/null +++ b/docs-data/redpanda-property-changes-v25.3.5-to-v25.3.6.json @@ -0,0 +1,38 @@ +{ + "comparison": { + "oldVersion": "v25.3.5", + "newVersion": "v25.3.6", + "timestamp": "2026-01-23T19:46:46.160Z" + }, + "summary": { + "newProperties": 0, + "changedDefaults": 0, + "changedDescriptions": 0, + "changedTypes": 0, + "deprecatedProperties": 0, + "removedProperties": 0, + "emptyDescriptions": 3 + }, + "details": { + "newProperties": [], + "changedDefaults": [], + "changedDescriptions": [], + "changedTypes": [], + "deprecatedProperties": [], + "removedProperties": [], + "emptyDescriptions": [ + { + "name": "redpanda.cloud_topic.enabled", + "type": "string" + }, + { + "name": "redpanda.remote.allowgaps", + "type": "boolean" + }, + { + "name": "redpanda.virtual.cluster.id", + "type": "string" + } + ] + } +} \ No newline at end of file diff --git a/modules/reference/attachments/redpanda-properties-v25.3.5.json b/modules/reference/attachments/redpanda-properties-v25.3.6.json similarity index 99% rename from modules/reference/attachments/redpanda-properties-v25.3.5.json rename to modules/reference/attachments/redpanda-properties-v25.3.6.json index 04f6163ea0..ce40be9d63 100644 --- a/modules/reference/attachments/redpanda-properties-v25.3.5.json +++ b/modules/reference/attachments/redpanda-properties-v25.3.6.json @@ -6333,7 +6333,7 @@ "redpanda" ], "defined_in": "src/v/config/configuration.cc", - "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.", + "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.", "is_deprecated": false, "is_enterprise": false, "items": { @@ -6343,6 +6343,7 @@ "needs_restart": true, "nullable": false, "type": "array", + "version": "v25.3.5", "visibility": "user" }, "iceberg_default_partition_spec": { diff --git a/modules/reference/partials/properties/cluster-properties.adoc b/modules/reference/partials/properties/cluster-properties.adoc index d47b4ecf3d..c0d63ee46d 100644 --- a/modules/reference/partials/properties/cluster-properties.adoc +++ b/modules/reference/partials/properties/cluster-properties.adoc @@ -6514,9 +6514,13 @@ endif::[] === iceberg_default_catalog_namespace -The default Iceberg catalog namespace where Redpanda creates tables. Supports nested namespaces as an array of strings. +ifndef::env-cloud[] +*Introduced in v25.3.5* +endif::[] + +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: Configure this value before enabling Iceberg. Do not change it afterward, or Redpanda loses track of existing tables. +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. [cols="1s,2a"] |===