Skip to content

Commit

Permalink
chore(readme,changelog): preparation for 0.6.0-rc1
Browse files Browse the repository at this point in the history
Signed-off-by: Frederico Araujo <[email protected]>
  • Loading branch information
araujof committed Sep 29, 2023
1 parent c0017d0 commit 9f18a66
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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?

Expand Down

0 comments on commit 9f18a66

Please sign in to comment.