Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: update to libs 0.19 #73

Open
wants to merge 3 commits into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
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.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

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-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?

Expand Down
6 changes: 3 additions & 3 deletions makefile.manifest.inc
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
# See the License for the specific language governing permissions and
# limitations under the License.

SYSFLOW_VERSION?=0.7.0-rc1
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
Expand Down
Loading