Skip to content

Commit

Permalink
chore(manifest): bump to version 0.5.1
Browse files Browse the repository at this point in the history
Signed-off-by: Frederico Araujo <frederico.araujo@ibm.com>
  • Loading branch information
araujof committed Jun 8, 2023
1 parent 53aa770 commit e858505
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
## [Unreleased]

## [0.5.1] - 2023-05-30
## [0.5.1] - 2023-06-07

### Added

- Add multi-driver support

### Changed

- Bumped UBI version to 8.7-1090
- Bump sf-apis to 0.5.1-rc4
- Bumped UBI version to 8.8-854
- Bump sf-apis to 0.5.1

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion 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.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)
- [`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)

# Quick reference

Expand Down
4 changes: 2 additions & 2 deletions makefile.manifest.inc
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
# Teryl Taylor <terylt@ibm.com>
#

SYSFLOW_VERSION?=0.5.1-rc1
SYSFLOW_VERSION?=0.5.1
SYSFLOW_BUILD_NUMBER?=1
SYSFLOW_JSON_SCHEMA_VERSION=5
SYSFLOW_ECS_VERSION=8.2
UBI_VERSION=8.7-1090
UBI_VERSION=8.8-854

0 comments on commit e858505

Please sign in to comment.