From 856e15887137dc9a708adb8bf39d56f1884328fa Mon Sep 17 00:00:00 2001 From: Frederico Araujo Date: Tue, 23 Apr 2024 22:01:44 -0400 Subject: [PATCH] chore: updated manifest Signed-off-by: Frederico Araujo --- CHANGELOG.md | 9 ++++++++- README.md | 4 ++-- makefile.manifest.inc | 2 +- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6e88ea6..1878482d 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.3] - 2024-04-22 + +### Changed + +- No changes (matching release) + ## [0.6.2] - 2024-04-22 ### Changed @@ -217,7 +223,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.2...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 diff --git a/README.md b/README.md index 850c6f9d..982c7751 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ # Supported tags and respective `Dockerfile` links -- [`0.6.2`, `latest`](https://github.com/sysflow-telemetry/sf-processor/blob/0.6.2/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 @@ -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.2/sfprocessor-0.6.2-x86_64.deb) | [rpm](https://github.com/sysflow-telemetry/sf-processor/releases/tag/0.6.2/sfprocessor-0.6.2-x86_64.rpm) | [tgz](https://github.com/sysflow-telemetry/sf-processor/releases/tag/0.6.2/sfprocessor-0.6.2-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? diff --git a/makefile.manifest.inc b/makefile.manifest.inc index dd06060f..a2daa2b8 100644 --- a/makefile.manifest.inc +++ b/makefile.manifest.inc @@ -6,7 +6,7 @@ # Teryl Taylor # -SYSFLOW_VERSION?=0.6.2 +SYSFLOW_VERSION?=0.6.3 SYSFLOW_BUILD_NUMBER?=1 SYSFLOW_JSON_SCHEMA_VERSION=5 SYSFLOW_ECS_VERSION=8.2