Skip to content

Commit 5291868

Browse files
vbotbuildovichJakeSCahillclaude
authored
auto-docs: Update property docs for tag v26.1.9 (#1711)
Co-authored-by: Jake Cahill <45230295+JakeSCahill@users.noreply.github.com> Co-authored-by: JakeSCahill <jake@redpanda.com> Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
1 parent cd80ad6 commit 5291868

6 files changed

Lines changed: 130 additions & 45 deletions

File tree

antora.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ asciidoc:
3131
# Fallback versions
3232
# We try to fetch the latest versions from GitHub at build time
3333
# --
34-
full-version: 26.1.8
35-
latest-redpanda-tag: 'v26.1.8'
34+
full-version: 26.1.9
35+
latest-redpanda-tag: 'v26.1.9'
3636
latest-console-tag: 'v3.3.1'
3737
latest-release-commit: 'ebee215fdb2b8004735c6f800e532564cdcc05e1'
3838
latest-operator-version: 'v2.3.8-24.3.6'

docs-data/property-overrides.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -881,6 +881,10 @@
881881
"description": "Enable creating shadow links from this cluster to a remote source cluster for data replication.",
882882
"config_scope": "cluster"
883883
},
884+
"features_auto_finalization": {
885+
"version": "v26.1.9",
886+
"description": "Controls whether Redpanda advances the cluster's active logical version automatically after you upgrade all nodes (`true`), or only when you explicitly request finalization through the Admin API (`false`). When set to `false`, you can downgrade to the previous version until you request finalization. Note: If you performed the upgrade with this set to `false` and the cluster is ready to finalize, setting this property to `true` does not reliably trigger finalization. Keep this set to `false` and use the Admin API to finalize. After the upgrade completes, you can set this back to `true` to restore automatic finalization for future upgrades."
887+
},
884888
"fetch_max_read_concurrency": {
885889
"version": "v25.3.3"
886890
},

docs-data/redpanda-property-changes-v26.1.7-to-v26.1.8.json

Lines changed: 0 additions & 43 deletions
This file was deleted.
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
{
2+
"comparison": {
3+
"oldVersion": "v26.1.8",
4+
"newVersion": "v26.1.9",
5+
"timestamp": "2026-05-22T12:46:58.695Z"
6+
},
7+
"summary": {
8+
"newProperties": 1,
9+
"changedDefaults": 0,
10+
"changedDescriptions": 0,
11+
"changedTypes": 0,
12+
"deprecatedProperties": 0,
13+
"removedDeprecatedProperties": 0,
14+
"removedProperties": 0,
15+
"emptyDescriptions": 2
16+
},
17+
"details": {
18+
"newProperties": [
19+
{
20+
"name": "features_auto_finalization",
21+
"type": "boolean",
22+
"default": true,
23+
"description": "Controls whether Redpanda advances the cluster's active logical version automatically after you upgrade all nodes (`true`), or only when you explicitly request finalization through the Admin API (`false`). When set to `false`, you can downgrade to the previous version until you request finalization. Note: If you performed the upgrade with this set to `false` and the cluster is ready to finalize, setting this property to `true` does not reliably trigger finalization. Keep this set to `false` and use the Admin API to finalize. After the upgrade completes, you can set this back to `true` to restore automatic finalization for future upgrades."
24+
}
25+
],
26+
"changedDefaults": [],
27+
"changedDescriptions": [],
28+
"changedTypes": [],
29+
"deprecatedProperties": [],
30+
"removedDeprecatedProperties": [],
31+
"removedProperties": [],
32+
"emptyDescriptions": [
33+
{
34+
"name": "redpanda.remote.allowgaps",
35+
"type": "boolean"
36+
},
37+
{
38+
"name": "redpanda.virtual.cluster.id",
39+
"type": "string"
40+
}
41+
]
42+
}
43+
}

modules/reference/attachments/redpanda-properties-v26.1.8.json renamed to modules/reference/attachments/redpanda-properties-v26.1.9.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6177,6 +6177,31 @@
61776177
"type": "boolean",
61786178
"visibility": "tunable"
61796179
},
6180+
"features_auto_finalization": {
6181+
"c_type": "bool",
6182+
"cloud_byoc_only": false,
6183+
"cloud_editable": false,
6184+
"cloud_readonly": false,
6185+
"cloud_supported": false,
6186+
"config_scope": "cluster",
6187+
"default": true,
6188+
"defined_in": "src/v/config/configuration.cc",
6189+
"description": "Controls whether Redpanda advances the cluster's active logical version automatically after you upgrade all nodes (`true`), or only when you explicitly request finalization through the Admin API (`false`). When set to `false`, you can downgrade to the previous version until you request finalization. Note: If you performed the upgrade with this set to `false` and the cluster is ready to finalize, setting this property to `true` does not reliably trigger finalization. Keep this set to `false` and use the Admin API to finalize. After the upgrade completes, you can set this back to `true` to restore automatic finalization for future upgrades.",
6190+
"enterprise_constructor": "restricted_only",
6191+
"enterprise_restricted_value": [
6192+
"false"
6193+
],
6194+
"enterprise_value": [
6195+
"false"
6196+
],
6197+
"is_deprecated": false,
6198+
"is_enterprise": true,
6199+
"name": "features_auto_finalization",
6200+
"needs_restart": false,
6201+
"nullable": false,
6202+
"type": "boolean",
6203+
"visibility": "user"
6204+
},
61806205
"fetch_max_bytes": {
61816206
"c_type": "size_t",
61826207
"cloud_byoc_only": false,
@@ -7190,6 +7215,7 @@
71907215
"needs_restart": true,
71917216
"nullable": true,
71927217
"type": "string",
7218+
"version": "v26.1.8",
71937219
"visibility": "user"
71947220
},
71957221
"iceberg_rest_catalog_credentials_source": {

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

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6266,6 +6266,57 @@ endif::[]
62666266
|===
62676267

62686268

6269+
=== features_auto_finalization
6270+
6271+
Controls whether Redpanda advances the cluster's active logical version automatically after you upgrade all nodes (`true`), or only when you explicitly request finalization through the Admin API (`false`). When set to `false`, you can downgrade to the previous version until you request finalization. Note: If you performed the upgrade with this set to `false` and the cluster is ready to finalize, setting this property to `true` does not reliably trigger finalization. Keep this set to `false` and use the Admin API to finalize. After the upgrade completes, you can set this back to `true` to restore automatic finalization for future upgrades.
6272+
6273+
ifndef::env-cloud[]
6274+
.Enterprise license required
6275+
[NOTE]
6276+
====
6277+
The following values require an Enterprise license: `false`
6278+
6279+
For license details, see xref:get-started:licensing/index.adoc[Redpanda Licensing].
6280+
====
6281+
endif::[]
6282+
6283+
[cols="1s,2a"]
6284+
|===
6285+
| Property | Value
6286+
6287+
| Type
6288+
| `boolean`
6289+
6290+
6291+
6292+
| Default
6293+
|
6294+
ifdef::env-cloud[]
6295+
Available in the Redpanda Cloud Console
6296+
endif::[]
6297+
ifndef::env-cloud[]
6298+
`true`
6299+
endif::[]
6300+
6301+
| Nullable
6302+
| No
6303+
6304+
| Requires restart
6305+
| No
6306+
6307+
ifndef::env-cloud[]
6308+
| Restored on xref:manage:whole-cluster-restore.adoc[Whole Cluster Restore]
6309+
| Yes
6310+
endif::[]
6311+
6312+
ifndef::env-cloud[]
6313+
| Visibility
6314+
| User
6315+
endif::[]
6316+
6317+
|===
6318+
6319+
62696320
=== fetch_max_bytes
62706321

62716322
Maximum number of bytes returned in a fetch request.
@@ -8378,6 +8429,10 @@ endif::[]
83788429

83798430
=== iceberg_rest_catalog_credentials_host
83808431

8432+
ifndef::env-cloud[]
8433+
*Introduced in v26.1.8*
8434+
endif::[]
8435+
83818436
The hostname to connect to for retrieving role based credentials for the Iceberg REST catalog. Derived from iceberg_rest_catalog_credentials_source if not set. Only required when using IAM role based access on AWS; does not apply to OAuth-based authentication schemes. Independent of cloud_storage_credentials_host.
83828437

83838438
[cols="1s,2a"]

0 commit comments

Comments
 (0)