Skip to content

Commit 0f84f2c

Browse files
Merge pull request #15766 from logonoff/prep-4.20
NO-JIRA: Add SDK 4.20 changelogs
2 parents 32bcc97 + 154fe64 commit 0f84f2c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,14 @@ table in [Console dynamic plugins README](./README.md).
2121
- Allow `K8sResourceKind` in `TopologyDataObject`, `TopologyResourcesObject`, and `OverviewItem` types ([CONSOLE-4840], [#15699])
2222
- Allow async functions for the `resources` property of `console.topology/data/factory` extension ([CONSOLE-4806], [#15641])
2323

24+
## 4.20.0 - 2025-11-24
25+
26+
> Initial release for OCP Console 4.20.
27+
28+
- Add new `console.catalog/categories-provider` extension ([CONSOLE-4576], [#15269])
29+
- Add optional `sortFilterGroups` property to extension `console.catalog/item-type` ([CONSOLE-4576], [#15269])
30+
- Fixed namespaced path generation for non-namespaced resources in `getK8sResourcePath` utility ([OCPBUGS-58118], [#15498])
31+
2432
## 4.20.0-prerelease.1 - 2025-08-15
2533

2634
- Add fullscreen toggle button to `ResourceYAMLEditor` component ([CONSOLE-4656], [#15254])
@@ -134,6 +142,7 @@ table in [Console dynamic plugins README](./README.md).
134142
[CONSOLE-4400]: https://issues.redhat.com/browse/CONSOLE-4400
135143
[CONSOLE-4407]: https://issues.redhat.com/browse/CONSOLE-4407
136144
[CONSOLE-4499]: https://issues.redhat.com/browse/CONSOLE-4499
145+
[CONSOLE-4576]: https://issues.redhat.com/browse/CONSOLE-4576
137146
[CONSOLE-4654]: https://issues.redhat.com/browse/CONSOLE-4654
138147
[CONSOLE-4656]: https://issues.redhat.com/browse/CONSOLE-4656
139148
[CONSOLE-4796]: https://issues.redhat.com/browse/CONSOLE-4796
@@ -158,6 +167,7 @@ table in [Console dynamic plugins README](./README.md).
158167
[OCPBUGS-55368]: https://issues.redhat.com/browse/OCPBUGS-55368
159168
[OCPBUGS-56248]: https://issues.redhat.com/browse/OCPBUGS-56248
160169
[OCPBUGS-57755]: https://issues.redhat.com/browse/OCPBUGS-57755
170+
[OCPBUGS-58118]: https://issues.redhat.com/browse/OCPBUGS-58118
161171
[OCPBUGS-58258]: https://issues.redhat.com/browse/OCPBUGS-58258
162172
[OCPBUGS-58375]: https://issues.redhat.com/browse/OCPBUGS-58375
163173
[ODC-7425]: https://issues.redhat.com/browse/ODC-7425
@@ -194,7 +204,9 @@ table in [Console dynamic plugins README](./README.md).
194204
[#15167]: https://github.com/openshift/console/pull/15167
195205
[#15231]: https://github.com/openshift/console/pull/15231
196206
[#15254]: https://github.com/openshift/console/pull/15254
207+
[#15269]: https://github.com/openshift/console/pull/15269
197208
[#15386]: https://github.com/openshift/console/pull/15386
209+
[#15498]: https://github.com/openshift/console/pull/15498
198210
[#15509]: https://github.com/openshift/console/pull/15509
199211
[#15526]: https://github.com/openshift/console/pull/15526
200212
[#15641]: https://github.com/openshift/console/pull/15641

0 commit comments

Comments
 (0)