Skip to content

Commit

Permalink
chore: bump ubi version; update manifest for rc
Browse files Browse the repository at this point in the history
Signed-off-by: Frederico Araujo <[email protected]>
  • Loading branch information
araujof committed Aug 5, 2024
1 parent d3555fd commit 8f15a61
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,17 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
## [Unreleased]

## [0.7.0] - 2024-04-30
## [0.7.0] - 2024-08-04

### Added

- Kafka driver and exporter for Otel record logs
- Policy engine backend for Otel record logs

### Changed

- Bump UBI to 9.4-1123.1719560047

## [0.6.3] - 2024-04-22

### Changed
Expand Down Expand Up @@ -230,8 +234,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.7.0...HEAD
[0.7.0]: https://github.com/sysflow-telemetry/sf-processor/compare/0.6.3...0.7.0
[Unreleased]: https://github.com/sysflow-telemetry/sf-processor/compare/0.7.0-rc4...HEAD
[0.7.0]: https://github.com/sysflow-telemetry/sf-processor/compare/0.6.3...0.7.0-rc4
[0.6.3]: https://github.com/sysflow-telemetry/sf-processor/compare/0.6.2...0.6.3
[0.6.2]: https://github.com/sysflow-telemetry/sf-processor/compare/0.6.1...0.6.2
[0.6.1]: https://github.com/sysflow-telemetry/sf-processor/compare/0.6.0...0.6.1
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.7.0-rc3`, `latest`](https://github.com/sysflow-telemetry/sf-processor/blob/0.7.0-rc3/Dockerfile), [`edge`](https://github.com/sysflow-telemetry/sf-processor/blob/master/Dockerfile), [`dev`](https://github.com/sysflow-telemetry/sf-processor/blob/dev/Dockerfile)
- [`0.7.0-rc4`, `latest`](https://github.com/sysflow-telemetry/sf-processor/blob/0.7.0-rc4/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.7.0-rc3/sfprocessor-0.7.0-rc3-x86_64.deb) | [rpm](https://github.com/sysflow-telemetry/sf-processor/releases/tag/0.7.0-rc3/sfprocessor-0.7.0-rc3-x86_64.rpm) | [tgz](https://github.com/sysflow-telemetry/sf-processor/releases/tag/0.7.0-rc3/sfprocessor-0.7.0-rc3-x86_64.tar.gz)
[deb](https://github.com/sysflow-telemetry/sf-processor/releases/tag/0.7.0-rc4/sfprocessor-0.7.0-rc4-x86_64.deb) | [rpm](https://github.com/sysflow-telemetry/sf-processor/releases/tag/0.7.0-rc4/sfprocessor-0.7.0-rc4-x86_64.rpm) | [tgz](https://github.com/sysflow-telemetry/sf-processor/releases/tag/0.7.0-rc4/sfprocessor-0.7.0-rc4-x86_64.tar.gz)

# What is SysFlow?

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.7.0-rc3
SYSFLOW_VERSION?=0.7.0-rc4
SYSFLOW_BUILD_NUMBER?=1
SYSFLOW_JSON_SCHEMA_VERSION=5
SYSFLOW_ECS_VERSION=8.2
UBI_VERSION=9.3-1610
UBI_VERSION=9.4-1123.1719560047

0 comments on commit 8f15a61

Please sign in to comment.