From fe559f89a909b63999d367981b89961fc6653e2f Mon Sep 17 00:00:00 2001 From: jbeemster Date: Fri, 15 Apr 2022 11:15:59 +0200 Subject: [PATCH] Prepared for release --- CHANGELOG | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index de09987..cea07e5 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,11 @@ +Version 0.1.4 (2022-04-15) +-------------------------- +Remove ct install from workflow as certain charts are not compatible (#13) +Ignore local values-*.yaml files to avoid accidental commits (#15) +Add chart for common dockerconfigjson template (#17) +Add chart for common cloudserviceaccount template (#18) +Git Ignore subchart installations (#19) + Version 0.1.3 (2022-04-07) -------------------------- Add linting + testing actions to assert validity of charts (#8)