Skip to content

Commit

Permalink
Prepared for release
Browse files Browse the repository at this point in the history
  • Loading branch information
jparavisini committed Sep 29, 2022
1 parent ed21199 commit 950d720
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
6 changes: 3 additions & 3 deletions charts/daemonset/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
4 changes: 2 additions & 2 deletions charts/daemonset/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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

0 comments on commit 950d720

Please sign in to comment.