Skip to content

Commit

Permalink
chore(manifest): bumped sysflow version to 0.4.1-rc2
Browse files Browse the repository at this point in the history
Signed-off-by: Frederico Araujo <[email protected]>
  • Loading branch information
araujof committed Mar 24, 2022
1 parent 6df8bb3 commit 19ee855
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,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.4.1-rc1...HEAD
[0.4.1]: https://github.com/sysflow-telemetry/sf-processor/compare/0.4.0...0.4.1-rc1
[Unreleased]: https://github.com/sysflow-telemetry/sf-processor/compare/0.4.1-rc2...HEAD
[0.4.1]: https://github.com/sysflow-telemetry/sf-processor/compare/0.4.0...0.4.1-rc2
[0.4.0]: https://github.com/sysflow-telemetry/sf-processor/compare/0.3.1...0.4.0
[0.3.1]: https://github.com/sysflow-telemetry/sf-processor/compare/0.2.2...0.3.1
[0.3.0]: https://github.com/sysflow-telemetry/sf-processor/compare/0.2.2...0.3.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.4.1-rc1`, `latest`](https://github.com/sysflow-telemetry/sf-processor/blob/0.4.1-rc1/Dockerfile), [`edge`](https://github.com/sysflow-telemetry/sf-processor/blob/master/Dockerfile), [`dev`](https://github.com/sysflow-telemetry/sf-processor/blob/dev/Dockerfile)
- [`0.4.1-rc2`, `latest`](https://github.com/sysflow-telemetry/sf-processor/blob/0.4.1-rc2/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.4.1-rc1/sfprocessor-0.4.1-rc1-x86_64.deb) | [rpm](https://github.com/sysflow-telemetry/sf-processor/releases/tag/0.4.1-rc1/sfprocessor-0.4.1-rc1-x86_64.rpm) | [tgz](https://github.com/sysflow-telemetry/sf-processor/releases/tag/0.4.1-rc1/sfprocessor-0.4.1-rc1-x86_64.tar.gz)
[deb](https://github.com/sysflow-telemetry/sf-processor/releases/tag/0.4.1-rc2/sfprocessor-0.4.1-rc2-x86_64.deb) | [rpm](https://github.com/sysflow-telemetry/sf-processor/releases/tag/0.4.1-rc2/sfprocessor-0.4.1-rc2-x86_64.rpm) | [tgz](https://github.com/sysflow-telemetry/sf-processor/releases/tag/0.4.1-rc2/sfprocessor-0.4.1-rc2-x86_64.tar.gz)

# What is SysFlow?

Expand Down
2 changes: 1 addition & 1 deletion makefile.manifest.inc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Teryl Taylor <[email protected]>
#

SYSFLOW_VERSION?=0.4.1-rc1
SYSFLOW_VERSION?=0.4.1-rc2
SYSFLOW_BUILD_NUMBER?=1
SYSFLOW_JSON_SCHEMA_VERSION=4
SYSFLOW_ECS_VERSION=1.7.0
Expand Down

0 comments on commit 19ee855

Please sign in to comment.