Skip to content

Commit

Permalink
chore(manifest): updated manifest for 0.6.1
Browse files Browse the repository at this point in the history
Signed-off-by: Frederico Araujo <[email protected]>
  • Loading branch information
araujof committed Feb 24, 2024
1 parent bd025c6 commit c6dc08b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
## [Unreleased]

## [0.6.1] - 2024-02-23

### Fixed

- Fix double call to StartWorkers() function when policy are reloaded

## [0.6.0] - 2023-11-28

### Added
Expand Down Expand Up @@ -205,7 +211,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.6.0...HEAD
[Unreleased]: https://github.com/sysflow-telemetry/sf-processor/compare/0.6.1...HEAD
[0.6.1]: https://github.com/sysflow-telemetry/sf-processor/compare/0.6.0...0.6.1
[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
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.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)
- [`0.6.1`, `latest`](https://github.com/sysflow-telemetry/sf-processor/blob/0.6.1/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.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)
[deb](https://github.com/sysflow-telemetry/sf-processor/releases/tag/0.6.1/sfprocessor-0.6.1-x86_64.deb) | [rpm](https://github.com/sysflow-telemetry/sf-processor/releases/tag/0.6.1/sfprocessor-0.6.1-x86_64.rpm) | [tgz](https://github.com/sysflow-telemetry/sf-processor/releases/tag/0.6.1/sfprocessor-0.6.1-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
@@ -1,5 +1,5 @@
#
# Copyright (C) 2020 IBM Corporation.
# Copyright (C) 2024 IBM Corporation.
#
# Authors:
# Frederico Araujo <[email protected]>
Expand All @@ -10,4 +10,4 @@ SYSFLOW_VERSION?=0.6.0
SYSFLOW_BUILD_NUMBER?=1
SYSFLOW_JSON_SCHEMA_VERSION=5
SYSFLOW_ECS_VERSION=8.2
UBI_VERSION=9.3-1361.1699548029
UBI_VERSION=9.3-1552

0 comments on commit c6dc08b

Please sign in to comment.