diff --git a/CHANGELOG b/CHANGELOG index 7b492ae..3c84b5f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,11 @@ +Version 0.1.23 (2022-09-23) +--------------------------- +charts/daemonset: Increase configurability for Service in daemonset chart (#63) +charts/daemonset: Add additional security options to daemonset chart (#62) +charts/daemonset: Add annotations support to daemonset chart (#61) +charts/daemonset: Allow additional volume configurations for daemonset (#60) +charts/daemonset: Add support for ClusterRoles in daemonset chart (#59) + Version 0.1.22 (2022-09-23) --------------------------- charts/cloudserviceaccount: Add support for ServiceAccount secrets (#58) diff --git a/charts/daemonset/Chart.lock b/charts/daemonset/Chart.lock index b41a66b..abf2fc4 100644 --- a/charts/daemonset/Chart.lock +++ b/charts/daemonset/Chart.lock @@ -4,6 +4,6 @@ dependencies: version: 0.1.0 - name: cloudserviceaccount repository: https://snowplow-devops.github.io/helm-charts - version: 0.1.0 -digest: sha256:a72e7c9d83384e74e5aca8b6e1681f8ceab29e3d597a3d66a4f48ba6ea2fa6a1 -generated: "2022-08-26T13:33:27.712249+02:00" + version: 0.2.0 +digest: sha256:d01c3a86be457bde482b86cbe6dc131a1a32097005e306421cac1ff818c2196d +generated: "2022-09-26T16:35:02.135781-04:00" diff --git a/charts/daemonset/Chart.yaml b/charts/daemonset/Chart.yaml index 592604d..c931382 100644 --- a/charts/daemonset/Chart.yaml +++ b/charts/daemonset/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: daemonset description: A Helm Chart to deploy an arbitrary container as a daemonset. -version: 0.1.0 +version: 0.2.0 icon: https://raw.githubusercontent.com/snowplow-devops/helm-charts/master/docs/logo/snowplow.png home: https://github.com/snowplow-devops/helm-charts sources: @@ -17,6 +17,6 @@ dependencies: version: 0.1.0 repository: "https://snowplow-devops.github.io/helm-charts" - name: cloudserviceaccount - version: 0.1.0 + version: 0.2.0 repository: "https://snowplow-devops.github.io/helm-charts" condition: cloudserviceaccount.deploy