This repository has been archived by the owner on Jan 20, 2023. It is now read-only.
Releases: eclipse-che/che-plugin-broker
Releases · eclipse-che/che-plugin-broker
v3.4.0
v3.3.0
v3.2.0
v3.1.2
v3.1.1
v3.1.0
Introduce Metadata and Artifacts Plugin Brokers
v3.0.0 Bump version to 3.0.0
Add support endpoints for VSCode extensions and Theia plugins.
Add support endpoints for VSCode extensions and Theia plugins.
Add remote runtime injection for che-theia
Start remote binary with override entry point (#75) * Apply remote plugin runtime injection. Signed-off-by: Oleksandr Andriienko <[email protected]> * Add plugin type. Create separated component for runtime injection. Signed-off-by: Oleksandr Andriienko <[email protected]> * Activate runtime injection. Cover code by tests. Signed-off-by: Oleksandr Andriienko <[email protected]> * Fix up. Signed-off-by: Oleksandr Andriienko <[email protected]> * Use remote runtime injection info from init container env variables. Signed-off-by: Oleksandr Andriienko <[email protected]> * Fix up. Signed-off-by: Oleksandr Andriienko <[email protected]> * Handle review feedback. Signed-off-by: Oleksandr Andriienko <[email protected]> * Fix up. Signed-off-by: Oleksandr Andriienko <[email protected]> * Fix lint. Signed-off-by: Oleksandr Andriienko <[email protected]> * Rename field. Signed-off-by: Oleksandr Andriienko <[email protected]>
Improve Container model of ChePlugin
Improve Container model of ChePlugin:
- Add container command and args to define container entrypoint
- Add ability to create ephemeral container volume
- Add init containers to the ChePlugin model