Releases: puppetlabs/puppetserver-helm-chart
Releases · puppetlabs/puppetserver-helm-chart
fix: add -t flag to timeout for r10k:3.14.0 and below
- fix: add -t flag to timeout for r10k:3.14.0 and below
feat: optional deployment of the puppetdb component (default true)
- feat: optional deployment of the puppetdb component (default true)
- feat: remove privileged from securityContext (I do not understand why it was used/needed??)
- feat: inject custom entrypoints which will be exuected during puppetserver startup
- feat: inject custom configmaps to configure puppetserver itself (configmaps mounted in /etc/puppetlabs/puppetserver/conf.d)
- feat: support extra r10k hiera & code repositories
- feat: add a restic backup Cronjob to backup our puppetserver master pv's
- fix: use r10k code & hiera extrasettings as map (global r10k configuration can be injected this way)
- fix: puppet service configured as ClusterIP only.
- fix: if compilers are deployed remove r10k container & code volumes from masters
feat: add r10k cron job `splay`, `splayLimit` and `timeout` params
- feat: add r10k cron job
splay
,splayLimit
andtimeout
params
feat: add `extraContainers` to both masters and compilers
- feat: add
extraContainers
to both masters and compilers - feat: add r10k cron job
successFile
params
feat: update labels (match with Well-Known Labels) & add `extraLabels`
- feat: update labels (match with Well-Known Labels) & add
extraLabels
- feat: move dependencies charts in
Charts.yaml
- feat: add
imagePullSecrets
param on allDeployment
,StatefulSet
andJob
- feat: restart puppet master & compiler when r10k configs are updated
- fix: DNS workaround with single CA mode & public CA
- fix: update documentation for
puppetdb.service
- fix: puppetdb
update-crl
sidecar crash on some restart
fix: postgresql dependency. bump from `10.4.*` to `10.16.*` (https://github.com/bitnami/charts/issues/10539)
- fix: postgresql dependency. bump from
10.4.*
to10.16.*
(bitnami/charts#10539) - feat: drop Helm chart v2 support
- feat: improve puppetserver (master & compiler) startup with
startupProbe
- feat: allow overriding harcoded variables
Allow r10k cron jobs to be disabled
- Allow r10k cron jobs to be disabled
- Allow multi hieradata repos
- restart automatically pods if r10k or hiera configmap or secret change
feat: deploy only necessary configuration regarding the solution (secret, keys defined in values.yaml, configmap )
- feat: deploy only necessary configuration regarding the solution (secret, keys defined in values.yaml, configmap )
- feat deploy only the most secure configuration (secret > keys defined in values.yaml > configMap)
- feat: generate a warning if configmap or keys are defined in values.yaml is used
- feat: generate an error if keys are defined in values.yaml and if .Values.eyaml.public_key or .Values.eyaml.private_key is missing
feat: add pod security policies
- feat: add pod security policies
fix: delete parameter '--strip-components 1' of Puppetserver certificate (unzip)
- fix: delete parameter '--strip-components 1' of Puppetserver certificate (unzip)