-
Bug
-
Resolution: Done
-
Major
-
1.5.0, 1.6.0, 1.7.1
-
None
-
3
-
False
-
-
False
-
-
Bug Fix
-
Done
-
-
Description of problem:
The dynamic plugin installation script (`install-dynamic-plugins.py`) does not update a local plugin (wrapper) if its configuration in `dynamic-plugins.yaml` remains unchanged.
The script calculates a hash based on the plugin's configuration block in the YAML file, not the content of the plugin's source directory.
This is especially problematic for RHDH version updates. The plugins won't be updated if RHDH deployment is configured with persistent storage under `dynamic-plugins-root`
Proposed solution:
Use the version from package.json in the hash to detect plugin updates. (or maybe the whole package.json content)
- clones
-
RHDHBUGS-1878 install-dynamic-plugins.py doesn't update local plugins
-
- Closed
-