Skip to content

Commit 6de41db

Browse files
committed
chore(manifest): bumped version to 0.4.1 and UBI version to 8.6-754
Signed-off-by: Frederico Araujo <[email protected]>
1 parent 24e76a6 commit 6de41db

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
1515
1616
## [Unreleased]
1717

18-
## [0.4.1] - 2022-03-31
18+
## [0.4.1] - 2022-05-26
1919

20-
### CHANGED
20+
### Changed
2121

22-
- Bumped UBI version to 8.5-236.1647448331
22+
- Bumped UBI version to 8.6-754
2323
- Removed binary package's dkms requirement
2424

2525
## [0.4.0] - 2022-02-18
@@ -125,8 +125,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
125125

126126
- First release of SysFlow Processor.
127127

128-
[Unreleased]: https://github.com/sysflow-telemetry/sf-processor/compare/0.4.1-rc3...HEAD
129-
[0.4.1]: https://github.com/sysflow-telemetry/sf-processor/compare/0.4.0...0.4.1-rc3
128+
[Unreleased]: https://github.com/sysflow-telemetry/sf-processor/compare/0.4.1...HEAD
129+
[0.4.1]: https://github.com/sysflow-telemetry/sf-processor/compare/0.4.0...0.4.1
130130
[0.4.0]: https://github.com/sysflow-telemetry/sf-processor/compare/0.3.1...0.4.0
131131
[0.3.1]: https://github.com/sysflow-telemetry/sf-processor/compare/0.2.2...0.3.1
132132
[0.3.0]: https://github.com/sysflow-telemetry/sf-processor/compare/0.2.2...0.3.0

README.md

Lines changed: 2 additions & 2 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.1-rc3`, `latest`](https://github.com/sysflow-telemetry/sf-processor/blob/0.4.1-rc3/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.1`, `latest`](https://github.com/sysflow-telemetry/sf-processor/blob/0.4.1/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.1-rc3/sfprocessor-0.4.1-rc3-x86_64.deb) | [rpm](https://github.com/sysflow-telemetry/sf-processor/releases/tag/0.4.1-rc3/sfprocessor-0.4.1-rc3-x86_64.rpm) | [tgz](https://github.com/sysflow-telemetry/sf-processor/releases/tag/0.4.1-rc3/sfprocessor-0.4.1-rc3-x86_64.tar.gz)
29+
[deb](https://github.com/sysflow-telemetry/sf-processor/releases/tag/0.4.1/sfprocessor-0.4.1-x86_64.deb) | [rpm](https://github.com/sysflow-telemetry/sf-processor/releases/tag/0.4.1/sfprocessor-0.4.1-x86_64.rpm) | [tgz](https://github.com/sysflow-telemetry/sf-processor/releases/tag/0.4.1/sfprocessor-0.4.1-x86_64.tar.gz)
3030

3131
# What is SysFlow?
3232

makefile.manifest.inc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
# Teryl Taylor <[email protected]>
77
#
88

9-
SYSFLOW_VERSION?=0.4.1-rc3
9+
SYSFLOW_VERSION?=0.4.1
1010
SYSFLOW_BUILD_NUMBER?=1
1111
SYSFLOW_JSON_SCHEMA_VERSION=4
1212
SYSFLOW_ECS_VERSION=1.7.0
13-
UBI_VERSION=8.5-236.1647448331
13+
UBI_VERSION=8.6-754

0 commit comments

Comments
 (0)