diff --git a/CHANGELOG.md b/CHANGELOG.md index 0845b836..e86c723a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,7 @@ 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 @@ -23,8 +23,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). ### 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 diff --git a/README.md b/README.md index 53dc78a1..1f5c2afd 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/makefile.manifest.inc b/makefile.manifest.inc index 4c09044e..e13be7d1 100644 --- a/makefile.manifest.inc +++ b/makefile.manifest.inc @@ -6,8 +6,8 @@ # Teryl Taylor # -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