From eda3f16113f189149c7752449d37eb308ccf749e Mon Sep 17 00:00:00 2001 From: Frederico Araujo Date: Tue, 17 Dec 2024 13:14:13 -0500 Subject: [PATCH 1/3] chore: update manifest Signed-off-by: Frederico Araujo --- CHANGELOG.md | 6 +++--- makefile.manifest.inc | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d4ea7e0..c668017 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-11-10 +## [0.7.0] - 2024-12-17 ### Added @@ -320,8 +320,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). - First release candidate of SysFlow Collector. -[Unreleased]: https://github.com/sysflow-telemetry/sf-collector/compare/0.7.0-rc1...HEAD -[0.7.0-rc1]: https://github.com/sysflow-telemetry/sf-collector/compare/0.6.3...0.7.0-rc1 +[Unreleased]: https://github.com/sysflow-telemetry/sf-collector/compare/0.7.0...HEAD +[0.7.0]: https://github.com/sysflow-telemetry/sf-collector/compare/0.6.3...0.7.0 [0.6.3]: https://github.com/sysflow-telemetry/sf-collector/compare/0.6.2...0.6.3 [0.6.2]: https://github.com/sysflow-telemetry/sf-collector/compare/0.6.1...0.6.2 [0.6.1]: https://github.com/sysflow-telemetry/sf-collector/compare/0.6.0...0.6.1 diff --git a/makefile.manifest.inc b/makefile.manifest.inc index 04047a0..30b3c29 100644 --- a/makefile.manifest.inc +++ b/makefile.manifest.inc @@ -16,7 +16,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -SYSFLOW_VERSION?=0.7.0-rc1 +SYSFLOW_VERSION?=0.7.0 SYSFLOW_BUILD_NUMBER?=1 FALCO_VERSION=0.39.1 FALCO_LIBS_VERSION=0.18.1 From 3c3b43273da9f560f6dfc86dff02103901572a98 Mon Sep 17 00:00:00 2001 From: Frederico Araujo Date: Tue, 17 Dec 2024 13:17:11 -0500 Subject: [PATCH 2/3] chore: update readme Signed-off-by: Frederico Araujo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bcc180a..d20732a 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ # Supported tags and respective `Dockerfile` links -- [`0.7.0-rc1`, `latest`](https://github.com/sysflow-telemetry/sf-collector/blob/0.7.0-rc1/Dockerfile), [`edge`](https://github.com/sysflow-telemetry/sf-collector/blob/master/Dockerfile), [`dev`](https://github.com/sysflow-telemetry/sf-collector/blob/dev/Dockerfile) +- [`0.7.0`, `latest`](https://github.com/sysflow-telemetry/sf-collector/blob/0.7.0/Dockerfile), [`edge`](https://github.com/sysflow-telemetry/sf-collector/blob/master/Dockerfile), [`dev`](https://github.com/sysflow-telemetry/sf-collector/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-collector/releases/tag/0.7.0-rc1/sfcollector-0.7.0-rc1-x86_64.deb) | [rpm](https://github.com/sysflow-telemetry/sf-collector/releases/tag/0.7.0-rc1/sfcollector-0.7.0-rc1-x86_64.rpm) | [tgz](https://github.com/sysflow-telemetry/sf-collector/releases/tag/0.7.0-rc1/sfcollector-0.7.0-rc1-x86_64.tar.gz) + [deb](https://github.com/sysflow-telemetry/sf-collector/releases/tag/0.7.0/sfcollector-0.7.0-x86_64.deb) | [rpm](https://github.com/sysflow-telemetry/sf-collector/releases/tag/0.7.0/sfcollector-0.7.0-x86_64.rpm) | [tgz](https://github.com/sysflow-telemetry/sf-collector/releases/tag/0.7.0/sfcollector-0.7.0-x86_64.tar.gz) # What is SysFlow? From b8a5a5380ee936c5825846a939eeeb230ebedc2f Mon Sep 17 00:00:00 2001 From: Frederico Araujo Date: Mon, 6 Jan 2025 13:26:01 -0500 Subject: [PATCH 3/3] feat: bump falco libs to 0.19.0 Signed-off-by: Frederico Araujo --- makefile.manifest.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/makefile.manifest.inc b/makefile.manifest.inc index 30b3c29..9a8d3d3 100644 --- a/makefile.manifest.inc +++ b/makefile.manifest.inc @@ -16,10 +16,10 @@ # See the License for the specific language governing permissions and # limitations under the License. -SYSFLOW_VERSION?=0.7.0 +SYSFLOW_VERSION?=0.8.0-rc1 SYSFLOW_BUILD_NUMBER?=1 -FALCO_VERSION=0.39.1 -FALCO_LIBS_VERSION=0.18.1 +FALCO_VERSION=0.39.2 +FALCO_LIBS_VERSION=0.19.0 FALCO_LIBS_DRIVER_VERSION=7.3.0+driver FALCOCTL_VERSION=0.10.0 AVRO_VERSION=release-1.11.0