Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
4 changes: 2 additions & 2 deletions antora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
47 changes: 0 additions & 47 deletions docs-data/redpanda-property-changes-v25.3.4-to-v25.3.5.json

This file was deleted.

38 changes: 38 additions & 0 deletions docs-data/redpanda-property-changes-v25.3.5-to-v25.3.6.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand All @@ -6343,6 +6343,7 @@
"needs_restart": true,
"nullable": false,
"type": "array",
"version": "v25.3.5",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shouldn't this be v25.3.6?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@paulohtb6 Who makes this call? Given that it is auto-generated, not sure who to consult as the SME.

"visibility": "user"
},
"iceberg_default_partition_spec": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
|===
Expand Down
Loading