Skip to content

Commit

Permalink
chore(manifest): bump version to 0.5.0 and UBI version to 8.6-943.166…
Browse files Browse the repository at this point in the history
…5521450

Signed-off-by: Frederico Araujo <[email protected]>
  • Loading branch information
araujof committed Oct 17, 2022
1 parent ec1ccda commit b89f975
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,21 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
## [Unreleased]

## [0.5.0] - 2022-08-21
## [0.5.0] - 2022-10-17

### Added

- Add support for k8s pod and event objects
- Add jsonpath expression support for policy engine

### Changed

- Bumped UBI version to 8.6-943.1665521450

### Fixed

- Fix bug in exists predicate
- Fix `open_read` and `open_write` macros in ttps.yaml

## [0.4.4] - 2022-08-01

Expand Down Expand Up @@ -164,8 +169,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.0-rc1...HEAD
[0.5.0]: https://github.com/sysflow-telemetry/sf-processor/compare/0.4.4...0.5.0-rc1
[Unreleased]: https://github.com/sysflow-telemetry/sf-processor/compare/0.5.0...HEAD
[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
[0.4.3]: https://github.com/sysflow-telemetry/sf-processor/compare/0.4.2...0.4.3
[0.4.2]: https://github.com/sysflow-telemetry/sf-processor/compare/0.4.1...0.4.2
Expand Down
4 changes: 2 additions & 2 deletions makefile.manifest.inc
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
# Teryl Taylor <[email protected]>
#

SYSFLOW_VERSION?=0.5.0-rc1
SYSFLOW_VERSION?=0.5.0
SYSFLOW_BUILD_NUMBER?=1
SYSFLOW_JSON_SCHEMA_VERSION=5
SYSFLOW_ECS_VERSION=8.2
UBI_VERSION=8.6-855
UBI_VERSION=8.6-943.1665521450

0 comments on commit b89f975

Please sign in to comment.