-
Bug
-
Resolution: Done
-
Major
-
1.5.0, 1.6.0, 1.7.1
-
None
-
3
-
False
-
-
False
-
-
Bug Fix
-
Done
-
-
-
RHDH Dynamic Plugins 3277, RHDH Dynamic Plugins 3278, RHDH Plugins 3279, RHDH Plugins 3280
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)
- is duplicated by
-
RHDHBUGS-770 Wrong plugin version
-
- Closed
-
- links to