Skip to content

Releases: puppetlabs/puppetserver-helm-chart

Fix: remove `timeout [-t SECS]` change from BusyBox v1.29.3 to BusyBox v1.33.1 `timeout SECS`

Choose a tag to compare

@github-actions github-actions released this 23 Jan 18:29
06bf47d
  • Fix: remove timeout [-t SECS] change from BusyBox v1.29.3 to BusyBox v1.33.1 timeout SECS

Fix: puppetdb pvc deletion when preinstall job finnish before puppetdb pod start

Choose a tag to compare

@github-actions github-actions released this 21 Jan 12:34
6deb5be
  • 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 singleCA params
  • 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

Choose a tag to compare

@github-actions github-actions released this 16 Jan 15:51
96308d7
  • Fix extraLabels issue (#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.yaml templating, 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

Choose a tag to compare

@github-actions github-actions released this 11 Jan 18:35
b3be447
  • fix: autoscaling apiVersion, autoscaling/v2 is 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

Choose a tag to compare

@github-actions github-actions released this 11 Dec 15:54
ed1b4a5
  • 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

Choose a tag to compare

@github-actions github-actions released this 10 Nov 21:35
abdf969
  • 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

Choose a tag to compare

@github-actions github-actions released this 20 Oct 19:39
41c8887
  • 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

Choose a tag to compare

@github-actions github-actions released this 04 Oct 12:03
e1be294
  • 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

Choose a tag to compare

@github-actions github-actions released this 19 Aug 16:20
9d7ee4f
  • fix: Prevent errors when not specifying r10k.code.extraSettings or r10k.code.extraRepos

fix: Prevent errors when not specifying extraInitArgs

Choose a tag to compare

@github-actions github-actions released this 18 Aug 19:02
a41b1fb
  • fix: Prevent errors when not specifying extraInitArgs