From 7ad10142a942257f0c048b5fefbdc2dcab75f329 Mon Sep 17 00:00:00 2001 From: Christophe VILA Date: Tue, 6 Apr 2021 09:33:53 +0200 Subject: [PATCH] Fix https://github.com/cvila84/helm-image/issues/7 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 326afb4..5c3fa4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Release Notes +## Version 1.0.5 - 04/06/2021 +* Support cron jobs [#7](Fix https://github.com/cvila84/helm-image/issues/7) + ## Version 1.0.4 - 02/02/2021 * Added verbose traces (as chart rendering process may be long for big umbrella charts)