diff --git a/CHANGELOG.md b/CHANGELOG.md index b4a969a6..1536bbdb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). ## [[UNRELEASED](https://github.com/sysflow-telemetry/sf-processor/compare/0.3.0...HEAD)] -## [[0.2.2](https://github.com/sysflow-telemetry/sf-processor/compare/0.2.2...0.3.0)] - 2021-09-20 +### Changed + +- Update(ubi): Bumped UBI version to 8.4-211. + +## [[0.3.0](https://github.com/sysflow-telemetry/sf-processor/compare/0.2.2...0.3.0)] - 2021-09-20 ### Added diff --git a/makefile.manifest.inc b/makefile.manifest.inc index c6ab8a9f..8ced723e 100644 --- a/makefile.manifest.inc +++ b/makefile.manifest.inc @@ -10,4 +10,4 @@ SYSFLOW_VERSION?=0.3.0 SYSFLOW_BUILD_NUMBER?=1 SYSFLOW_JSON_SCHEMA_VERSION=4 SYSFLOW_ECS_VERSION=1.7.0 -UBI_VERSION=8.4-209 +UBI_VERSION=8.4-211