From 36817ad7126ce812bbd2abb3008f680799d3f265 Mon Sep 17 00:00:00 2001 From: Christian Kotzbauer Date: Sat, 20 Aug 2022 17:00:41 +0200 Subject: [PATCH] doc: updated changelog [skip ci] Signed-off-by: Christian Kotzbauer --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f6e1a165..9987ee3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ ## Version 0.15.0 (2022-08-20) +### BREAKING CHANGES + +Due to the possibility of real-time processing with cache-informers, the default value of the `cron` flag was changed to an empty string. +Without explicitly defining the flag, cron scheduling is now disabled by default. +Due to the major refactoring of the code base, this update must be done carefully. + ### Features and improvements * [[`8d4d7293`](https://github.com/ckotzbauer/sbom-operator/commit/8d4d7293)] - **feat**: Add Pod-Informer (#151)