Skip to content

Commit 707ead2

Browse files
committed
chore(manifest): bumped to 0.4.0-rc2
Signed-off-by: Frederico Araujo <[email protected]>
1 parent ff8d403 commit 707ead2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
# Supported tags and respective `Dockerfile` links
88

9-
- [`0.4.0`, `latest`](https://github.com/sysflow-telemetry/sf-processor/blob/0.4.0-rc1/Dockerfile), [`edge`](https://github.com/sysflow-telemetry/sf-processor/blob/master/Dockerfile), [`dev`](https://github.com/sysflow-telemetry/sf-processor/blob/dev/Dockerfile)
9+
- [`0.4.0`, `latest`](https://github.com/sysflow-telemetry/sf-processor/blob/0.4.0-rc2/Dockerfile), [`edge`](https://github.com/sysflow-telemetry/sf-processor/blob/master/Dockerfile), [`dev`](https://github.com/sysflow-telemetry/sf-processor/blob/dev/Dockerfile)
1010

1111
# Quick reference
1212

@@ -26,7 +26,7 @@
2626
[docker hub](https://hub.docker.com/u/sysflowtelemetry) | [GHCR](https://github.com/orgs/sysflow-telemetry/packages)
2727

2828
- **Binary packages**:
29-
[deb](https://github.com/sysflow-telemetry/sf-processor/releases/tag/0.4.0-rc1/sfprocessor-0.4.0-rc1-x86_64.deb) | [rpm](https://github.com/sysflow-telemetry/sf-processor/releases/tag/0.4.0-rc1/sfprocessor-0.4.0-rc1-x86_64.rpm) | [tgz](https://github.com/sysflow-telemetry/sf-processor/releases/tag/0.4.0-rc1/sfprocessor-0.4.0-rc1-x86_64.tar.gz)
29+
[deb](https://github.com/sysflow-telemetry/sf-processor/releases/tag/0.4.0-rc2/sfprocessor-0.4.0-rc2-x86_64.deb) | [rpm](https://github.com/sysflow-telemetry/sf-processor/releases/tag/0.4.0-rc2/sfprocessor-0.4.0-rc2-x86_64.rpm) | [tgz](https://github.com/sysflow-telemetry/sf-processor/releases/tag/0.4.0-rc2/sfprocessor-0.4.0-rc2-x86_64.tar.gz)
3030

3131
# What is SysFlow?
3232

@@ -66,7 +66,7 @@ See [template](https://github.com/sysflow-telemetry/sf-processor/blob/master/dri
6666

6767
# License
6868

69-
View [license information](https://github.com/sysflow-telemetry/sf-exporter/blob/master/LICENSE.md) for the software contained in this image.
69+
View [license information](https://github.com/sysflow-telemetry/sf-processor/blob/master/LICENSE.md) for the software contained in this image.
7070

7171
As with all Docker images, these likely also contain other software which may be under other licenses (such as Bash, etc from the base distribution, along with any direct or indirect dependencies of the primary software being contained).
7272

makefile.manifest.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Teryl Taylor <[email protected]>
77
#
88

9-
SYSFLOW_VERSION?=0.4.0-rc1
9+
SYSFLOW_VERSION?=0.4.0-rc2
1010
SYSFLOW_BUILD_NUMBER?=1
1111
SYSFLOW_JSON_SCHEMA_VERSION=4
1212
SYSFLOW_ECS_VERSION=1.7.0

0 commit comments

Comments
 (0)