From 01b37cbdd314c7e0ec09896298a825ee14f22d89 Mon Sep 17 00:00:00 2001 From: Frederico Araujo Date: Wed, 18 Dec 2024 15:28:57 -0500 Subject: [PATCH] chore: update manifest and bump UBI version Signed-off-by: Frederico Araujo --- CHANGELOG.md | 8 ++++---- README.md | 4 ++-- makefile.manifest.inc | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c51e714..10ac71e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). ## [Unreleased] -## [0.7.0] - 2024-08-04 +## [0.7.0] - 2024-12-18 ### Added @@ -24,7 +24,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). ### Changed -- Bump UBI to 9.4-1123.1719560047 +- Bump UBI to 9.4-1214.1729773476 ## [0.6.3] - 2024-04-22 @@ -234,8 +234,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.7.0-rc4...HEAD -[0.7.0]: https://github.com/sysflow-telemetry/sf-processor/compare/0.6.3...0.7.0-rc4 +[Unreleased]: https://github.com/sysflow-telemetry/sf-processor/compare/0.7.0...HEAD +[0.7.0]: https://github.com/sysflow-telemetry/sf-processor/compare/0.6.3...0.7.0 [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 diff --git a/README.md b/README.md index b968443..79a9b9f 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ # Supported tags and respective `Dockerfile` links -- [`0.7.0-rc4`, `latest`](https://github.com/sysflow-telemetry/sf-processor/blob/0.7.0-rc4/Dockerfile), [`edge`](https://github.com/sysflow-telemetry/sf-processor/blob/master/Dockerfile), [`dev`](https://github.com/sysflow-telemetry/sf-processor/blob/dev/Dockerfile) +- [`0.7.0`, `latest`](https://github.com/sysflow-telemetry/sf-processor/blob/0.7.0/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.7.0-rc4/sfprocessor-0.7.0-rc4-x86_64.deb) | [rpm](https://github.com/sysflow-telemetry/sf-processor/releases/tag/0.7.0-rc4/sfprocessor-0.7.0-rc4-x86_64.rpm) | [tgz](https://github.com/sysflow-telemetry/sf-processor/releases/tag/0.7.0-rc4/sfprocessor-0.7.0-rc4-x86_64.tar.gz) + [deb](https://github.com/sysflow-telemetry/sf-processor/releases/tag/0.7.0/sfprocessor-0.7.0-x86_64.deb) | [rpm](https://github.com/sysflow-telemetry/sf-processor/releases/tag/0.7.0/sfprocessor-0.7.0-x86_64.rpm) | [tgz](https://github.com/sysflow-telemetry/sf-processor/releases/tag/0.7.0/sfprocessor-0.7.0-x86_64.tar.gz) # What is SysFlow? diff --git a/makefile.manifest.inc b/makefile.manifest.inc index b1c0136..a6b1fd6 100644 --- a/makefile.manifest.inc +++ b/makefile.manifest.inc @@ -6,8 +6,8 @@ # Teryl Taylor # -SYSFLOW_VERSION?=0.7.0-rc4 +SYSFLOW_VERSION?=0.7.0 SYSFLOW_BUILD_NUMBER?=1 SYSFLOW_JSON_SCHEMA_VERSION=5 SYSFLOW_ECS_VERSION=8.2 -UBI_VERSION=9.4-1123.1719560047 +UBI_VERSION=9.4-1214.1729773476