Releases: VeritasOS/plugin-manager
Releases · VeritasOS/plugin-manager
Syslog, Input as a JSON str or JSON/YAML file; Capture runtime; Python Library
- Support syslog logging.
- Specify plugins as a JSON string or via JSON/YAML file.
- Capture run time of plugins.
- Python library.
Full Changelog: v1.0.1...v1.0.4
Capture plugin output in real-time
Capture plugin output in real-time which would be helpful for
- Monitoring logs of long running operations.
- To know what exactly executed before abrupt termination.
Graph support for plugin manager with graphviz golang lib
- Graph support for plugin manager with graphviz golang lib
- Generate overall log file (i.e., pm.log) inside log-dir
- Use yaml.v3
Preparing for separate graph module
Update workflow actions; Use latest gocov tools that support go version 1.19
Updated to use yaml.v3
Merge pull request #3 from VeritasOS/main Use yaml.v3; Set SHELL to bash
Using github path in module name
v1.0.1 Update to use current directory for log, as otherwise it fails on git…
First open source version of Plugin Manager
v1.0.0 Add badge