-
Bug
-
Resolution: Done
-
Blocker
-
1.9.0
-
None
-
2
-
False
-
-
False
-
Release Note Not Required
-
-
Description of problem:
Since we added functionality to generate a migration table for 1.8 -> 1.9 plugins that have moved from TP/GA to Community, and moved to oci instead of a wrapper, the modules/dynamic-plugins/rhdh-supported-plugins.sh script is no longer creating content in these files:
- ref-deprecated-plugins.adoc
- ref-rh-supported-plugins.adoc
- ref-rh-tech-preview-plugins.adoc
Additionally, this file remains empty:
- ref-community-plugins.adoc
It is also removing ALL content from the csv:
- rhdh-supported-plugins.csv
Steps to Reproduce
- Check out main branch
- cd modules/dynamic-plugins; ./rhdh-supported-plugins.sh -b main
Actual results:
See above
Expected results:
Should have content in the community, TP, and GA files.
When run for the 1.9 branch, should also have content in the deprecated file as OCM is deprecated in 1.9 - ref-deprecated-plugins.adoc
Reproducibility (Always/Intermittent/Only Once):
Always
Additional info (Such as Logs, Screenshots, etc):
After some analysis, it turns out this is caused by the removal of catalog entity metadata from the RHDH repo, which has been moved to the overlays repo. Clearly when we added the new option for generating a migration table, the previous functionality was not tested to verify it still works as in 1.8
- is related to
-
RHDHBUGS-2614 Dynamic Plugins table + Release Notes re: wrapped plugins in 1.8 that will move to ghcr.io in 1.9
-
- Review
-