Skip to content

Commit cb0ebfa

Browse files
Merge pull request #15407 from vojtechszocs/prep-sdk-publish-420
NO-JIRA: Update CHANGELOG for latest 4.20 prerelease plugin SDK package publish
2 parents df10092 + 8b57551 commit cb0ebfa

2 files changed

Lines changed: 38 additions & 7 deletions

File tree

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

Lines changed: 31 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,25 @@ For current development version of Console, use `4.x.0-prerelease.n` packages.
1010
For 1.x plugin SDK packages, refer to "OpenShift Console Versions vs SDK Versions" compatibility table
1111
in [Console dynamic plugins README](./README.md).
1212

13+
## 4.20.0-prerelease.1 - 2025-08-15
14+
15+
- Add fullscreen toggle button to `ResourceYAMLEditor` component ([CONSOLE-4656], [#15254])
16+
- Add copy to clipboard button to `ResourceYAMLEditor` when download button is shown ([CONSOLE-4654], [#15254])
17+
- Move `CodeEditor` settings into a modal that can be opened from the editor toolbar ([CONSOLE-4499], [#15254])
18+
- Ensure proper pass-through of `shortcutsPopoverProps` to `CodeEditor` component ([CONSOLE-4499], [#15254])
19+
- Improve `initialResource` prop type in `ResourceYAMLEditor` component ([OCPBUGS-45297], [#15386])
20+
- Improve plugin API documentation ([OCPBUGS-56248], [#15167])
21+
22+
## 4.19.1 - 2025-08-15
23+
24+
- Fix `href` handling bug for extension type `console.tab/horizontalNav` ([OCPBUGS-58258], [#15231])
25+
1326
## 4.19.0 - 2025-06-27
1427

15-
> Release for OCP Console 4.19.
28+
> Initial release for OCP Console 4.19.
1629
17-
- Improve `useModal` hook to support multiple modals and prop pass-through ([OCPBUGS-57755], [#15189])
18-
- Add `noCheckForEmptyGroupAndResource` parameter to `useAccessReview` hook ([OCPBUGS-56413], [#15067])
30+
- Improve `useModal` hook to support multiple modals and prop pass-through ([OCPBUGS-49709], [#15139])
31+
- Add `noCheckForEmptyGroupAndResource` parameter to `useAccessReview` hook ([OCPBUGS-55368], [#15017])
1932

2033
## 4.19.0-prerelease.2 - 2025-05-20
2134

@@ -100,6 +113,9 @@ in [Console dynamic plugins README](./README.md).
100113
[CONSOLE-4269]: https://issues.redhat.com/browse/CONSOLE-4269
101114
[CONSOLE-4400]: https://issues.redhat.com/browse/CONSOLE-4400
102115
[CONSOLE-4407]: https://issues.redhat.com/browse/CONSOLE-4407
116+
[CONSOLE-4499]: https://issues.redhat.com/browse/CONSOLE-4499
117+
[CONSOLE-4654]: https://issues.redhat.com/browse/CONSOLE-4654
118+
[CONSOLE-4656]: https://issues.redhat.com/browse/CONSOLE-4656
103119
[OCPBUGS-19048]: https://issues.redhat.com/browse/OCPBUGS-19048
104120
[OCPBUGS-30077]: https://issues.redhat.com/browse/OCPBUGS-30077
105121
[OCPBUGS-31355]: https://issues.redhat.com/browse/OCPBUGS-31355
@@ -111,11 +127,16 @@ in [Console dynamic plugins README](./README.md).
111127
[OCPBUGS-37426]: https://issues.redhat.com/browse/OCPBUGS-37426
112128
[OCPBUGS-43538]: https://issues.redhat.com/browse/OCPBUGS-43538
113129
[OCPBUGS-43998]: https://issues.redhat.com/browse/OCPBUGS-43998
130+
[OCPBUGS-45297]: https://issues.redhat.com/browse/OCPBUGS-45297
114131
[OCPBUGS-45319]: https://issues.redhat.com/browse/OCPBUGS-45319
132+
[OCPBUGS-49709]: https://issues.redhat.com/browse/OCPBUGS-49709
115133
[OCPBUGS-52589]: https://issues.redhat.com/browse/OCPBUGS-52589
116134
[OCPBUGS-52948]: https://issues.redhat.com/browse/OCPBUGS-52948
117-
[OCPBUGS-56413]: https://issues.redhat.com/browse/OCPBUGS-56413
135+
[OCPBUGS-55368]: https://issues.redhat.com/browse/OCPBUGS-55368
136+
[OCPBUGS-56248]: https://issues.redhat.com/browse/OCPBUGS-56248
118137
[OCPBUGS-57755]: https://issues.redhat.com/browse/OCPBUGS-57755
138+
[OCPBUGS-58258]: https://issues.redhat.com/browse/OCPBUGS-58258
139+
[OCPBUGS-58375]: https://issues.redhat.com/browse/OCPBUGS-58375
119140
[ODC-7425]: https://issues.redhat.com/browse/ODC-7425
120141
[#12983]: https://github.com/openshift/console/pull/12983
121142
[#13233]: https://github.com/openshift/console/pull/13233
@@ -145,5 +166,9 @@ in [Console dynamic plugins README](./README.md).
145166
[#14863]: https://github.com/openshift/console/pull/14863
146167
[#14864]: https://github.com/openshift/console/pull/14864
147168
[#14876]: https://github.com/openshift/console/pull/14876
148-
[#15067]: https://github.com/openshift/console/pull/15067
149-
[#15189]: https://github.com/openshift/console/pull/15189
169+
[#15017]: https://github.com/openshift/console/pull/15017
170+
[#15139]: https://github.com/openshift/console/pull/15139
171+
[#15167]: https://github.com/openshift/console/pull/15167
172+
[#15231]: https://github.com/openshift/console/pull/15231
173+
[#15254]: https://github.com/openshift/console/pull/15254
174+
[#15386]: https://github.com/openshift/console/pull/15386

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,13 @@ For current development version of Console, use `4.x.0-prerelease.n` packages.
1010
For 1.x plugin SDK packages, refer to "OpenShift Console Versions vs SDK Versions" compatibility table
1111
in [Console dynamic plugins README](./README.md).
1212

13+
## 4.20.0-prerelease.1 - 2025-08-15
14+
15+
- Add support for optional plugin dependencies ([CONSOLE-4623], [#15183])
16+
1317
## 4.19.0 - 2025-06-27
1418

15-
> Release for OCP Console 4.19.
19+
> Initial release for OCP Console 4.19.
1620
1721
## 4.19.0-prerelease.2 - 2025-05-20
1822

@@ -68,6 +72,7 @@ in [Console dynamic plugins README](./README.md).
6872
[CONSOLE-3853]: https://issues.redhat.com/browse/CONSOLE-3853
6973
[CONSOLE-4379]: https://issues.redhat.com/browse/CONSOLE-4379
7074
[CONSOLE-4400]: https://issues.redhat.com/browse/CONSOLE-4400
75+
[CONSOLE-4623]: https://issues.redhat.com/browse/CONSOLE-4623
7176
[OCPBUGS-30762]: https://issues.redhat.com/browse/OCPBUGS-30762
7277
[OCPBUGS-30824]: https://issues.redhat.com/browse/OCPBUGS-30824
7378
[OCPBUGS-31901]: https://issues.redhat.com/browse/OCPBUGS-31901
@@ -93,3 +98,4 @@ in [Console dynamic plugins README](./README.md).
9398
[#14620]: https://github.com/openshift/console/pull/14620
9499
[#14861]: https://github.com/openshift/console/pull/14861
95100
[#14993]: https://github.com/openshift/console/pull/14993
101+
[#15183]: https://github.com/openshift/console/pull/15183

0 commit comments

Comments
 (0)