Skip to content

Commit 54eb650

Browse files
committed
fix: adapt backport for v4-next (no v4.2.0 version yet)
Adapt cherry-pick result for v4-next, which does not yet contain the v4.2.0 versioned snapshot nor the operator v4.2.md source file. - Revert misdirected rename targets in v4.1.2/operators/changelog/index.md and v2.1.11-ignition-sidebars.json (v4.2 entries point to files that do not exist on this branch). - Drop the v4.2 entries from docs-operate/operators/reference/changelog/ index.md and sidebars-operate.js for the same reason — including them would break the Docusaurus build. They should be added back when v4.2 infrastructure (#22581 / #22612) is backported. Kept: - docs-operate/reference/changelog/v4.md content restore (core fix) - v4.1.2/operators/reference/changelog/v4.md HA-guide link fix (the target file is high-availability.md on v4-next too, so the underscore link was already broken here).
1 parent fc36658 commit 54eb650

4 files changed

Lines changed: 0 additions & 28 deletions

File tree

docs/docs-operate/operators/reference/changelog/index.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,6 @@ This changelog documents all configuration changes, new features, and breaking c
1111

1212
## Version history
1313

14-
### [v4.2.0](./v4.2.md)
15-
16-
New features and configuration options for node operators.
17-
18-
**Key changes:**
19-
- Blob retrieval improvements with unified retry loop
20-
21-
**Migration difficulty**: Low
22-
23-
[View full changelog →](./v4.2.md)
24-
25-
---
26-
2714
### [v4.x (Upgrade from Ignition)](./v4.md)
2815

2916
Major upgrade from Ignition (v2.x) to Alpha (v4.x) with significant architectural changes.

docs/network_versioned_docs/version-v4.1.2/operators/reference/changelog/index.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,6 @@ This changelog documents all configuration changes, new features, and breaking c
1111

1212
## Version history
1313

14-
### [v4.2.0](./v4.2.md)
15-
16-
New features and configuration options for node operators.
17-
18-
**Key changes:**
19-
- Blob retrieval improvements with unified retry loop
20-
21-
**Migration difficulty**: Low
22-
23-
[View full changelog →](./v4.2.md)
24-
25-
---
26-
2714
### [v4.x (Upgrade from Ignition)](./v4.md)
2815

2916
Major upgrade from Ignition (v2.x) to Alpha (v4.x) with significant architectural changes.

docs/network_versioned_sidebars/version-v2.1.11-ignition-sidebars.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@
136136
"id": "operators/reference/changelog/changelog"
137137
},
138138
"items": [
139-
"operators/reference/changelog/v4.2",
140139
"operators/reference/changelog/v4",
141140
"operators/reference/changelog/v2.0.2"
142141
]

docs/sidebars-operate.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@ const sidebars = {
145145
id: "operators/reference/changelog/changelog",
146146
},
147147
items: [
148-
"operators/reference/changelog/v4.2",
149148
"operators/reference/changelog/v4",
150149
"operators/reference/changelog/v2.0.2",
151150
],

0 commit comments

Comments
 (0)