Skip to content

Commit 950d720

Browse files
committed
Prepared for release
1 parent ed21199 commit 950d720

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

CHANGELOG

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
Version 0.1.23 (2022-09-23)
2+
---------------------------
3+
charts/daemonset: Increase configurability for Service in daemonset chart (#63)
4+
charts/daemonset: Add additional security options to daemonset chart (#62)
5+
charts/daemonset: Add annotations support to daemonset chart (#61)
6+
charts/daemonset: Allow additional volume configurations for daemonset (#60)
7+
charts/daemonset: Add support for ClusterRoles in daemonset chart (#59)
8+
19
Version 0.1.22 (2022-09-23)
210
---------------------------
311
charts/cloudserviceaccount: Add support for ServiceAccount secrets (#58)

charts/daemonset/Chart.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ dependencies:
44
version: 0.1.0
55
- name: cloudserviceaccount
66
repository: https://snowplow-devops.github.io/helm-charts
7-
version: 0.1.0
8-
digest: sha256:a72e7c9d83384e74e5aca8b6e1681f8ceab29e3d597a3d66a4f48ba6ea2fa6a1
9-
generated: "2022-08-26T13:33:27.712249+02:00"
7+
version: 0.2.0
8+
digest: sha256:d01c3a86be457bde482b86cbe6dc131a1a32097005e306421cac1ff818c2196d
9+
generated: "2022-09-26T16:35:02.135781-04:00"

charts/daemonset/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
name: daemonset
33
description: A Helm Chart to deploy an arbitrary container as a daemonset.
4-
version: 0.1.0
4+
version: 0.2.0
55
icon: https://raw.githubusercontent.com/snowplow-devops/helm-charts/master/docs/logo/snowplow.png
66
home: https://github.com/snowplow-devops/helm-charts
77
sources:
@@ -17,6 +17,6 @@ dependencies:
1717
version: 0.1.0
1818
repository: "https://snowplow-devops.github.io/helm-charts"
1919
- name: cloudserviceaccount
20-
version: 0.1.0
20+
version: 0.2.0
2121
repository: "https://snowplow-devops.github.io/helm-charts"
2222
condition: cloudserviceaccount.deploy

0 commit comments

Comments
 (0)