diff --git a/CHANGELOG.md b/CHANGELOG.md index e86c723a..ef84f283 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,18 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). ## [Unreleased] +## [0.6.0] - 2023-09-30 + +### Added + +- Experimental Sigma rules support +- Multi-language rules engine support + +### Changed + +- Bumped UBI version to 9.2-755 +- Bump sf-apis to 0.6.0 + ## [0.5.1] - 2023-06-07 ### Added @@ -185,7 +197,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). - First release of SysFlow Processor. -[Unreleased]: https://github.com/sysflow-telemetry/sf-processor/compare/0.5.1...HEAD +[Unreleased]: https://github.com/sysflow-telemetry/sf-processor/compare/0.6.0...HEAD +[0.6.0]: https://github.com/sysflow-telemetry/sf-processor/compare/0.5.1...0.6.0 [0.5.1]: https://github.com/sysflow-telemetry/sf-processor/compare/0.5.0...0.5.1 [0.5.0]: https://github.com/sysflow-telemetry/sf-processor/compare/0.4.4...0.5.0 [0.4.4]: https://github.com/sysflow-telemetry/sf-processor/compare/0.4.3...0.4.4 diff --git a/README.md b/README.md index 1aa57e3d..2acb0e51 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ # Supported tags and respective `Dockerfile` links -- [`0.5.1`, `latest`](https://github.com/sysflow-telemetry/sf-processor/blob/0.5.1/Dockerfile), [`edge`](https://github.com/sysflow-telemetry/sf-processor/blob/master/Dockerfile), [`dev`](https://github.com/sysflow-telemetry/sf-processor/blob/dev/Dockerfile) +- [`0.6.0`, `latest`](https://github.com/sysflow-telemetry/sf-processor/blob/0.6.0/Dockerfile), [`edge`](https://github.com/sysflow-telemetry/sf-processor/blob/master/Dockerfile), [`dev`](https://github.com/sysflow-telemetry/sf-processor/blob/dev/Dockerfile) # Quick reference @@ -26,7 +26,7 @@ [docker hub](https://hub.docker.com/u/sysflowtelemetry) | [GHCR](https://github.com/orgs/sysflow-telemetry/packages) - **Binary packages**: - [deb](https://github.com/sysflow-telemetry/sf-processor/releases/tag/0.5.1/sfprocessor-0.5.1-x86_64.deb) | [rpm](https://github.com/sysflow-telemetry/sf-processor/releases/tag/0.5.1/sfprocessor-0.5.1-x86_64.rpm) | [tgz](https://github.com/sysflow-telemetry/sf-processor/releases/tag/0.5.1/sfprocessor-0.5.1-x86_64.tar.gz) + [deb](https://github.com/sysflow-telemetry/sf-processor/releases/tag/0.6.0/sfprocessor-0.6.0-x86_64.deb) | [rpm](https://github.com/sysflow-telemetry/sf-processor/releases/tag/0.6.0/sfprocessor-0.6.0-x86_64.rpm) | [tgz](https://github.com/sysflow-telemetry/sf-processor/releases/tag/0.6.0/sfprocessor-0.6.0-x86_64.tar.gz) # What is SysFlow?