13.0.1
Improvements
- a result object was added to processors and pipelines
- each processor returns an object including the processor name, generated extra_data, warnings
and errors - the pipeline returns an object with the list of all processor result objects
- each processor returns an object including the processor name, generated extra_data, warnings
- add kubernetes opensiem deployment example
- move quickstart setup to compose example
Bugfix
- This release limits the mysql-connector-python dependency to have version less the 9
Details
- Fix release pipeline by @ekneg54 in #628
- extend helm chart with extra environment and extra secrets by @ekneg54 in #631
- make process method always return a result object by @djkhl in #609
- make secret volumes and volumeMounts always lowercase and remove volume and volumeMount for imagePullSecret by @djkhl in #633
- add support for extraVolumes and extraMounts by @ekneg54 in #635
- replace quickstart setup by deployment examples for helm and compose by @ekneg54 in #622
- Prepare Release by @djkhl in #637
Full Changelog: v13.0.0...v13.0.1