Skip to content

Commit eac78b9

Browse files
committed
OCPBUGS-77804: prep for 4.21 GA SDK publish
1 parent 78a64e0 commit eac78b9

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

frontend/packages/console-dynamic-plugin-sdk/CHANGELOG-core.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,12 @@ table in [Console dynamic plugins README](./README.md).
3535
- Add support for the updated `React.FC` type in `@types/react` version 18 ([CONSOLE-4630], [#15893])
3636
- Make all Console-provided shared modules optional peer dependencies ([CONSOLE-5050], [#15934])
3737

38+
## 4.21.0 - 2026-03-09
39+
40+
> Initial release for OCP Console 4.21.
41+
42+
- Renamed the "Administrator" perspective to "Core platform" ([OCPBUGS-62126], [#15786])
43+
3844
## 4.21.0-prerelease.1 - 2025-12-04
3945

4046
- **Deprecated**: `setPluginStore` function in `k8s-utils.ts`. The function is now a noop and the export
@@ -193,6 +199,7 @@ table in [Console dynamic plugins README](./README.md).
193199
[OCPBUGS-37426]: https://issues.redhat.com/browse/OCPBUGS-37426
194200
[OCPBUGS-43538]: https://issues.redhat.com/browse/OCPBUGS-43538
195201
[OCPBUGS-43998]: https://issues.redhat.com/browse/OCPBUGS-43998
202+
[OCPBUGS-44612]: https://issues.redhat.com/browse/OCPBUGS-44612
196203
[OCPBUGS-45297]: https://issues.redhat.com/browse/OCPBUGS-45297
197204
[OCPBUGS-45319]: https://issues.redhat.com/browse/OCPBUGS-45319
198205
[OCPBUGS-49709]: https://issues.redhat.com/browse/OCPBUGS-49709
@@ -204,7 +211,7 @@ table in [Console dynamic plugins README](./README.md).
204211
[OCPBUGS-58118]: https://issues.redhat.com/browse/OCPBUGS-58118
205212
[OCPBUGS-58258]: https://issues.redhat.com/browse/OCPBUGS-58258
206213
[OCPBUGS-58375]: https://issues.redhat.com/browse/OCPBUGS-58375
207-
[OCPBUGS-44612]: https://issues.redhat.com/browse/OCPBUGS-44612
214+
[OCPBUGS-62126]: https://issues.redhat.com/browse/OCPBUGS-62126
208215
[ODC-7425]: https://issues.redhat.com/browse/ODC-7425
209216
[#12983]: https://github.com/openshift/console/pull/12983
210217
[#13233]: https://github.com/openshift/console/pull/13233
@@ -250,6 +257,7 @@ table in [Console dynamic plugins README](./README.md).
250257
[#15699]: https://github.com/openshift/console/pull/15699
251258
[#15735]: https://github.com/openshift/console/pull/15735
252259
[#15778]: https://github.com/openshift/console/pull/15778
260+
[#15786]: https://github.com/openshift/console/pull/15786
253261
[#15893]: https://github.com/openshift/console/pull/15893
254262
[#15904]: https://github.com/openshift/console/pull/15904
255263
[#15934]: https://github.com/openshift/console/pull/15934

frontend/packages/console-dynamic-plugin-sdk/CHANGELOG-webpack.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ table in [Console dynamic plugins README](./README.md).
2222
- **Breaking**: Minimum compatible version of `typescript` increased to `^5.9.3` ([CONSOLE-3769], [#15945])
2323
- `webpack` is now a required peer dependency ([CONSOLE-5050], [#15934])
2424

25+
## 4.21.0 - 2026-03-09
26+
27+
> Initial release for OCP Console 4.21.
28+
2529
## 4.21.0-prerelease.1 - 2025-12-04
2630

2731
- Remove usage of direct `webpack` imports in favor of `compiler.webpack` ([OCPBUGS-66345], [#15802])

0 commit comments

Comments
 (0)