Releases: puppetlabs/puppetserver-helm-chart
Releases · puppetlabs/puppetserver-helm-chart
Release list
Fix: remove `timeout [-t SECS]` change from BusyBox v1.29.3 to BusyBox v1.33.1 `timeout SECS`
- Fix: remove
timeout [-t SECS]change from BusyBox v1.29.3 to BusyBox v1.33.1timeout SECS
Fix: puppetdb pvc deletion when preinstall job finnish before puppetdb pod start
- Fix: puppetdb pvc deletion when preinstall job finnish before puppetdb pod start
- Feat: Allow crl to be updated as Kubernetes cron job instead of pod side car (share the crl between all deployment)
- Feat: Allow compilers to run as Deployment
- Feat: Review pvc creation between masters & compilers
- Feat: reorganize
singleCAparams - Feat: use templating value for r10k image (to avoid duplication)
- Feat: allow running r10k a pod instead sidecar (share r10k code between all deployment)
Fix `extraLabels` issue (https://github.com/puppetlabs/puppetserver-helm-chart/issues/135) apply code from PR https://github.com/puppetlabs/puppetserver-helm-chart/pull/137
- Fix
extraLabelsissue (#135) apply code from PR #137 - Fix: Rename all kubernetes resource with the release name as prefix
- Fix: move all configmap in /tmp to avoid Read Only error in puppetserver init container
- Fix: do not create r10k code credential secret if ssh or https existingSecret
- Fix: do not create r10k hiera credential secret if ssh or https existingSecret
- Fix:
r10k_hiera.yamltemplating, call the right variable - Fix: crl script execution on puppetdb
- feat: bump R10k to
v3.15.2.
fix: autoscaling apiVersion, `autoscaling/v2` is available since 1.23
- fix: autoscaling apiVersion,
autoscaling/v2is available since 1.23 - fix: postgresql dependency (upgrade to the lastest available chart
12.1.6) - feat: add 2 init container on puppetdb deployment to start only when postgresql & puppet master is ready
- feat: allow custom config on puppetdb
- feat: bump Puppetserver to
v7.9.2. - feat: bump PuppetDB to
v7.10.0. - feat: bump Puppetboard to
v4.2.4. - fix: move configmap in /tmp to avoid Read Only error in puppetserver init container
fix: change order of scripts in master init or it will error out if compliers are enabled
- fix: change order of scripts in master init or it will error out if compliers are enabled
- fix: add PUPPET_SSL_DIR env var and change check_for_masters.sh or init would wait indefinitely for ssl generation when running multi master
- fix: change from deprecated autoscaling/v2beta2 HorizontalPodAutoscaler to autoscaling/v2
fix: Save crl to defined filename
- fix: Save crl to defined filename
fix: have r10k-hiera extraSettings and extraRepos act like r10k-code and not print empty {} in r10k_hiera.yaml
- fix: have r10k-hiera extraSettings and extraRepos act like r10k-code and not print empty {} in r10k_hiera.yaml
- feat: add .Values.r10k.hiera.defaultRepoExtraConf and .Values.r10k.code.defaultRepoExtraConf to pass in yaml config for r10k_code.yaml and r10k_hiera.yaml configs
feat: Allow to change load balancer type for puppet master if compilers are not used
- feat: Allow to change load balancer type for puppet master if compilers are not used
fix: Prevent errors when not specifying r10k.code.extraSettings or r10k.code.extraRepos
- fix: Prevent errors when not specifying r10k.code.extraSettings or r10k.code.extraRepos
fix: Prevent errors when not specifying extraInitArgs
- fix: Prevent errors when not specifying extraInitArgs