From c6dc08b9f77ca0bb70c29e6865924d2f42e3c7ea Mon Sep 17 00:00:00 2001 From: Frederico Araujo Date: Fri, 23 Feb 2024 22:03:00 -0500 Subject: [PATCH] chore(manifest): updated manifest for 0.6.1 Signed-off-by: Frederico Araujo --- CHANGELOG.md | 9 ++++++++- README.md | 4 ++-- makefile.manifest.inc | 4 ++-- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 486d7c6c..b554c01d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/README.md b/README.md index 2acb0e51..6b958bdf 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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? diff --git a/makefile.manifest.inc b/makefile.manifest.inc index 9c74e320..ee79c7a6 100644 --- a/makefile.manifest.inc +++ b/makefile.manifest.inc @@ -1,5 +1,5 @@ # -# Copyright (C) 2020 IBM Corporation. +# Copyright (C) 2024 IBM Corporation. # # Authors: # Frederico Araujo @@ -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