Skip to content

Commit c6dc08b

Browse files
committed
chore(manifest): updated manifest for 0.6.1
Signed-off-by: Frederico Araujo <[email protected]>
1 parent bd025c6 commit c6dc08b

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
1515
1616
## [Unreleased]
1717

18+
## [0.6.1] - 2024-02-23
19+
20+
### Fixed
21+
22+
- Fix double call to StartWorkers() function when policy are reloaded
23+
1824
## [0.6.0] - 2023-11-28
1925

2026
### Added
@@ -205,7 +211,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
205211

206212
- First release of SysFlow Processor.
207213

208-
[Unreleased]: https://github.com/sysflow-telemetry/sf-processor/compare/0.6.0...HEAD
214+
[Unreleased]: https://github.com/sysflow-telemetry/sf-processor/compare/0.6.1...HEAD
215+
[0.6.1]: https://github.com/sysflow-telemetry/sf-processor/compare/0.6.0...0.6.1
209216
[0.6.0]: https://github.com/sysflow-telemetry/sf-processor/compare/0.5.1...0.6.0
210217
[0.5.1]: https://github.com/sysflow-telemetry/sf-processor/compare/0.5.0...0.5.1
211218
[0.5.0]: https://github.com/sysflow-telemetry/sf-processor/compare/0.4.4...0.5.0

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
# Supported tags and respective `Dockerfile` links
88

9-
- [`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)
9+
- [`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)
1010

1111
# Quick reference
1212

@@ -26,7 +26,7 @@
2626
[docker hub](https://hub.docker.com/u/sysflowtelemetry) | [GHCR](https://github.com/orgs/sysflow-telemetry/packages)
2727

2828
- **Binary packages**:
29-
[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)
29+
[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)
3030

3131
# What is SysFlow?
3232

makefile.manifest.inc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (C) 2020 IBM Corporation.
2+
# Copyright (C) 2024 IBM Corporation.
33
#
44
# Authors:
55
# Frederico Araujo <[email protected]>
@@ -10,4 +10,4 @@ SYSFLOW_VERSION?=0.6.0
1010
SYSFLOW_BUILD_NUMBER?=1
1111
SYSFLOW_JSON_SCHEMA_VERSION=5
1212
SYSFLOW_ECS_VERSION=8.2
13-
UBI_VERSION=9.3-1361.1699548029
13+
UBI_VERSION=9.3-1552

0 commit comments

Comments
 (0)