chore(deps): bump install-dynamic-plugins to 0.4.0 - #5208
Conversation
Bump @red-hat-developer-hub/cli-module-install-dynamic-plugins from 0.3.0 to 0.4.0 in the backend package, and from 0.2.0 to 0.4.0 in the local E2E harness. This release adds ref:// plugin reference resolution, which allows referencing plugins by name instead of full OCI URLs. Refs: RHIDP-15873 Signed-off-by: Jon Koops <jonkoops@gmail.com>
|
PR Summary by QodoBump install-dynamic-plugins to 0.4.0 (ref:// plugin references)
AI Description
Diagram
High-Level Assessment
Files changed (3)
|
Code Review by Qodo🐞 Bugs (0) 📘 Rule violations (0) 📎 Requirement gaps (0)
Great, no issues found!Qodo reviewed your code and found no material issues that require reviewTo customize comments, go to the Qodo configuration screen, or learn more in the docs. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #5208 +/- ##
==========================================
- Coverage 63.69% 59.96% -3.74%
==========================================
Files 123 111 -12
Lines 2424 2198 -226
Branches 572 546 -26
==========================================
- Hits 1544 1318 -226
Misses 879 879
Partials 1 1
Continue to review full report in Codecov by Harness.
🚀 New features to boost your workflow:
|



Bump
@red-hat-developer-hub/cli-module-install-dynamic-pluginsto 0.4.0, which addsref://plugin reference resolution (rhdh-plugins#4110).This enables
package: ref://plugin-namesyntax indynamic-plugins.yaml, resolving plugin references by name against the defaults catalog — decoupling plugin configuration from the full OCI registry path. Needed for wrapper removal (RHDHPLAN-934).Refs: RHIDP-15873