Skip to content

Commit e858505

Browse files
committed
chore(manifest): bump to version 0.5.1
Signed-off-by: Frederico Araujo <frederico.araujo@ibm.com>
1 parent 53aa770 commit e858505

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

CHANGELOG.md

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

18-
## [0.5.1] - 2023-05-30
18+
## [0.5.1] - 2023-06-07
1919

2020
### Added
2121

2222
- Add multi-driver support
2323

2424
### Changed
2525

26-
- Bumped UBI version to 8.7-1090
27-
- Bump sf-apis to 0.5.1-rc4
26+
- Bumped UBI version to 8.8-854
27+
- Bump sf-apis to 0.5.1
2828

2929
### Fixed
3030

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
# Supported tags and respective `Dockerfile` links
88

9-
- [`0.5.0`, `latest`](https://github.com/sysflow-telemetry/sf-processor/blob/0.5.0/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.5.1`, `latest`](https://github.com/sysflow-telemetry/sf-processor/blob/0.5.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

makefile.manifest.inc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
# Teryl Taylor <terylt@ibm.com>
77
#
88

9-
SYSFLOW_VERSION?=0.5.1-rc1
9+
SYSFLOW_VERSION?=0.5.1
1010
SYSFLOW_BUILD_NUMBER?=1
1111
SYSFLOW_JSON_SCHEMA_VERSION=5
1212
SYSFLOW_ECS_VERSION=8.2
13-
UBI_VERSION=8.7-1090
13+
UBI_VERSION=8.8-854

0 commit comments

Comments
 (0)