Skip to content

Commit

Permalink
Merge branch 'sysflow-telemetry:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
muscariello authored Apr 25, 2024
2 parents f05648a + 856e158 commit d13efcc
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 6 deletions.
23 changes: 22 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,24 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
## [Unreleased]

## [0.6.3] - 2024-04-22

### Changed

- No changes (matching release)

## [0.6.2] - 2024-04-22

### Changed

- Bumped UBI version to 9.3-1610

## [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 +223,10 @@ 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.3...HEAD
[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
[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.3`, `latest`](https://github.com/sysflow-telemetry/sf-processor/blob/0.6.3/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.3/sfprocessor-0.6.3-x86_64.deb) | [rpm](https://github.com/sysflow-telemetry/sf-processor/releases/tag/0.6.3/sfprocessor-0.6.3-x86_64.rpm) | [tgz](https://github.com/sysflow-telemetry/sf-processor/releases/tag/0.6.3/sfprocessor-0.6.3-x86_64.tar.gz)

# What is SysFlow?

Expand Down
6 changes: 3 additions & 3 deletions makefile.manifest.inc
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
#
# Copyright (C) 2020 IBM Corporation.
# Copyright (C) 2024 IBM Corporation.
#
# Authors:
# Frederico Araujo <frederico.araujo@ibm.com>
# Teryl Taylor <terylt@ibm.com>
#

SYSFLOW_VERSION?=0.6.0
SYSFLOW_VERSION?=0.6.3
SYSFLOW_BUILD_NUMBER?=1
SYSFLOW_JSON_SCHEMA_VERSION=5
SYSFLOW_ECS_VERSION=8.2
UBI_VERSION=9.3-1361.1699548029
UBI_VERSION=9.3-1610

0 comments on commit d13efcc

Please sign in to comment.