From 0428ec724a1e6b139b12e8c3a6ab489a6459660c Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Fri, 24 May 2024 16:25:48 +0200 Subject: [PATCH 001/110] [bitnami/kafka] Release 28.3.1 (#26403) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * [bitnami/kafka] Release 28.3.1 updating components versions Signed-off-by: Bitnami Containers * Update CHANGELOG.md Signed-off-by: Bitnami Containers --------- Signed-off-by: Bitnami Containers Signed-off-by: Carlos Rodríguez Hernández Co-authored-by: Carlos Rodríguez Hernández --- bitnami/kafka/CHANGELOG.md | 4 ++++ bitnami/kafka/Chart.lock | 6 +++--- bitnami/kafka/Chart.yaml | 4 +--- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/bitnami/kafka/CHANGELOG.md b/bitnami/kafka/CHANGELOG.md index 10d312e1d1e7d1..e5baaccb640311 100644 --- a/bitnami/kafka/CHANGELOG.md +++ b/bitnami/kafka/CHANGELOG.md @@ -4,6 +4,10 @@ * [bitnami/kafka] Deprecate Kafka Exporter ([#26395](https://github.com/bitnami/charts/pull/26395)) +## 28.3.1 (2024-05-24) + +* [bitnami/kafka] Release 28.3.1 ([#26403](https://github.com/bitnami/charts/pull/26403)) + ## 28.3.0 (2024-05-21) * [bitnami/*] ci: :construction_worker: Add tag and changelog support (#25359) ([91c707c](https://github.com/bitnami/charts/commit/91c707c9e4e574725a09505d2d313fb93f1b4c0a)), closes [#25359](https://github.com/bitnami/charts/issues/25359) diff --git a/bitnami/kafka/Chart.lock b/bitnami/kafka/Chart.lock index b7487fd8c28da3..3bb08a8a294aa9 100644 --- a/bitnami/kafka/Chart.lock +++ b/bitnami/kafka/Chart.lock @@ -1,9 +1,9 @@ dependencies: - name: zookeeper repository: oci://registry-1.docker.io/bitnamicharts - version: 13.2.3 + version: 13.4.0 - name: common repository: oci://registry-1.docker.io/bitnamicharts version: 2.19.3 -digest: sha256:5ec074d1704d0eaf798aa3d0c8a6ef4a9459a94ee3029b0e1621b790cf44e310 -generated: "2024-05-21T13:55:47.048573097+02:00" +digest: sha256:d4cf95ede3f4616d73105423fee2b123c0b9afb19bf552cef106e46152e113a7 +generated: "2024-05-24T11:05:47.149497283Z" diff --git a/bitnami/kafka/Chart.yaml b/bitnami/kafka/Chart.yaml index 9a225131709714..359bcdd547db24 100644 --- a/bitnami/kafka/Chart.yaml +++ b/bitnami/kafka/Chart.yaml @@ -9,8 +9,6 @@ annotations: image: docker.io/bitnami/jmx-exporter:0.20.0-debian-12-r17 - name: kafka image: docker.io/bitnami/kafka:3.7.0-debian-12-r6 - - name: kafka-exporter - image: docker.io/bitnami/kafka-exporter:1.7.0-debian-12-r27 - name: kubectl image: docker.io/bitnami/kubectl:1.30.1-debian-12-r0 - name: os-shell @@ -42,4 +40,4 @@ maintainers: name: kafka sources: - https://github.com/bitnami/charts/tree/main/bitnami/kafka -version: 29.0.0 +version: 29.0.2 From 8f502b0671981ee3bfdf9c000c5154868b079beb Mon Sep 17 00:00:00 2001 From: David Gomez Date: Fri, 24 May 2024 16:43:09 +0200 Subject: [PATCH 002/110] [bitnami/nginx-ingress-controller] Use different liveness/readiness pending probe (#26412) * [bitnami/nginx-ingress-controller] Use different liveness/readiness probes (part 2) Signed-off-by: David Gomez * Update CHANGELOG.md Signed-off-by: Bitnami Containers --------- Signed-off-by: David Gomez Signed-off-by: Bitnami Containers Co-authored-by: Bitnami Containers --- bitnami/nginx-ingress-controller/CHANGELOG.md | 8 ++++++-- bitnami/nginx-ingress-controller/Chart.yaml | 2 +- .../templates/controller-deployment.yaml | 4 +--- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/bitnami/nginx-ingress-controller/CHANGELOG.md b/bitnami/nginx-ingress-controller/CHANGELOG.md index bc9c004cde309a..c9af6a9323dbf3 100644 --- a/bitnami/nginx-ingress-controller/CHANGELOG.md +++ b/bitnami/nginx-ingress-controller/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog -## 11.3.0 (2024-05-23) +## 11.3.1 (2024-05-24) -* [bitnami/nginx-ingress-controller] Enable PodDisruptionBudgets ([#26160](https://github.com/bitnami/charts/pull/26160)) +* [bitnami/nginx-ingress-controller] Use different liveness/readiness pending probe ([#26412](https://github.com/bitnami/charts/pull/26412)) + +## 11.3.0 (2024-05-24) + +* [bitnami/nginx-ingress-controller] Enable PodDisruptionBudgets (#26160) ([923b570](https://github.com/bitnami/charts/commit/923b5701f21060df0ee5b17b0c2f706f9337efb3)), closes [#26160](https://github.com/bitnami/charts/issues/26160) ## 11.2.1 (2024-05-22) diff --git a/bitnami/nginx-ingress-controller/Chart.yaml b/bitnami/nginx-ingress-controller/Chart.yaml index de1e9a48dd663f..8cb3a19711855c 100644 --- a/bitnami/nginx-ingress-controller/Chart.yaml +++ b/bitnami/nginx-ingress-controller/Chart.yaml @@ -34,4 +34,4 @@ maintainers: name: nginx-ingress-controller sources: - https://github.com/bitnami/charts/tree/main/bitnami/nginx-ingress-controller -version: 11.3.0 +version: 11.3.1 diff --git a/bitnami/nginx-ingress-controller/templates/controller-deployment.yaml b/bitnami/nginx-ingress-controller/templates/controller-deployment.yaml index 0a10b7d2c57102..b98efb56c4307b 100644 --- a/bitnami/nginx-ingress-controller/templates/controller-deployment.yaml +++ b/bitnami/nginx-ingress-controller/templates/controller-deployment.yaml @@ -180,10 +180,8 @@ spec: livenessProbe: {{- include "common.tplvalues.render" (dict "value" .Values.customLivenessProbe "context" $) | nindent 12 }} {{- else if .Values.livenessProbe.enabled }} livenessProbe: {{- include "common.tplvalues.render" (dict "value" (omit .Values.livenessProbe "enabled") "context" $) | nindent 12 }} - httpGet: - path: /healthz + tcpSocket: port: metrics - scheme: HTTP {{- end }} {{- if .Values.customReadinessProbe }} readinessProbe: {{- include "common.tplvalues.render" (dict "value" .Values.customReadinessProbe "context" $) | nindent 12 }} From 7a8e1ef28230ebc0b2c53cc12469ca21728c375c Mon Sep 17 00:00:00 2001 From: David Gomez Date: Fri, 24 May 2024 16:43:59 +0200 Subject: [PATCH 003/110] [bitnami/postgresql-ha] Fix livenessProbe for metrics (#26399) Signed-off-by: David Gomez --- bitnami/postgresql-ha/CHANGELOG.md | 8 ++++++-- bitnami/postgresql-ha/Chart.yaml | 2 +- .../postgresql-ha/templates/postgresql/statefulset.yaml | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/bitnami/postgresql-ha/CHANGELOG.md b/bitnami/postgresql-ha/CHANGELOG.md index 076e48bfd67e01..96fed765ab483d 100644 --- a/bitnami/postgresql-ha/CHANGELOG.md +++ b/bitnami/postgresql-ha/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog -## 14.1.1 (2024-05-23) +## 14.1.2 (2024-05-24) -* [bitnami/postgresql-ha] Use different liveness/readiness probes ([#26388](https://github.com/bitnami/charts/pull/26388)) +* [bitnami/postgresql-ha] Fix livenessProbe for metrics ([#26399](https://github.com/bitnami/charts/pull/26399)) + +## 14.1.1 (2024-05-23) + +* [bitnami/postgresql-ha] Use different liveness/readiness probes (#26388) ([26f7610](https://github.com/bitnami/charts/commit/26f761041f61f2a27e32813857fd40fd1fc62b74)), closes [#26388](https://github.com/bitnami/charts/issues/26388) ## 14.1.0 (2024-05-21) diff --git a/bitnami/postgresql-ha/Chart.yaml b/bitnami/postgresql-ha/Chart.yaml index eed265602ca5d3..43589cbfdaff18 100644 --- a/bitnami/postgresql-ha/Chart.yaml +++ b/bitnami/postgresql-ha/Chart.yaml @@ -40,4 +40,4 @@ maintainers: name: postgresql-ha sources: - https://github.com/bitnami/charts/tree/main/bitnami/postgresql-ha -version: 14.1.1 +version: 14.1.2 diff --git a/bitnami/postgresql-ha/templates/postgresql/statefulset.yaml b/bitnami/postgresql-ha/templates/postgresql/statefulset.yaml index daaf1c4b3c9a3e..35a1736c4d4393 100644 --- a/bitnami/postgresql-ha/templates/postgresql/statefulset.yaml +++ b/bitnami/postgresql-ha/templates/postgresql/statefulset.yaml @@ -536,7 +536,7 @@ spec: livenessProbe: {{- include "common.tplvalues.render" (dict "value" .Values.metrics.customLivenessProbe "context" $) | nindent 12 }} {{- else if .Values.metrics.livenessProbe.enabled }} livenessProbe: {{- include "common.tplvalues.render" (dict "value" (omit .Values.metrics.livenessProbe "enabled") "context" $) | nindent 12 }} - tpcSocket: + tcpSocket: port: metrics {{- end }} {{- if .Values.metrics.customReadinessProbe }} From e4f57d1a1a2c32bb471bb50d28f1241cbac421d3 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Fri, 24 May 2024 16:57:33 +0200 Subject: [PATCH 004/110] [bitnami/argo-cd] Release 6.3.3 (#26415) * [bitnami/argo-cd] Release 6.3.3 updating components versions Signed-off-by: Bitnami Containers * Update CHANGELOG.md Signed-off-by: Bitnami Containers * Update CRDs automatically Signed-off-by: Bitnami Containers --------- Signed-off-by: Bitnami Containers --- bitnami/argo-cd/CHANGELOG.md | 8 ++++++-- bitnami/argo-cd/Chart.lock | 6 +++--- bitnami/argo-cd/Chart.yaml | 6 +++--- bitnami/argo-cd/crds/application.yaml | 2 +- bitnami/argo-cd/crds/applicationset.yaml | 2 +- bitnami/argo-cd/crds/project.yaml | 2 +- bitnami/argo-cd/values.yaml | 2 +- 7 files changed, 16 insertions(+), 12 deletions(-) diff --git a/bitnami/argo-cd/CHANGELOG.md b/bitnami/argo-cd/CHANGELOG.md index e1f3ee4486236b..45cd1a0a004cae 100644 --- a/bitnami/argo-cd/CHANGELOG.md +++ b/bitnami/argo-cd/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog -## 6.3.2 (2024-05-23) +## 6.3.3 (2024-05-24) -* [bitnami/argo-cd] Use different liveness/readiness probes ([#26367](https://github.com/bitnami/charts/pull/26367)) +* [bitnami/argo-cd] Release 6.3.3 ([#26415](https://github.com/bitnami/charts/pull/26415)) + +## 6.3.2 (2024-05-24) + +* [bitnami/argo-cd] Use different liveness/readiness probes (#26367) ([6416961](https://github.com/bitnami/charts/commit/641696157e9dcb47341bb68d04c62e7d49181312)), closes [#26367](https://github.com/bitnami/charts/issues/26367) ## 6.3.1 (2024-05-23) diff --git a/bitnami/argo-cd/Chart.lock b/bitnami/argo-cd/Chart.lock index e75f7c1de12ca0..9ff890e6a82935 100644 --- a/bitnami/argo-cd/Chart.lock +++ b/bitnami/argo-cd/Chart.lock @@ -1,9 +1,9 @@ dependencies: - name: redis repository: oci://registry-1.docker.io/bitnamicharts - version: 19.4.0 + version: 19.5.0 - name: common repository: oci://registry-1.docker.io/bitnamicharts version: 2.19.3 -digest: sha256:1eccb87b8cb9b2ef3b9c78ae88907ca1063b3c49ae34f0b0bc76e2626417b246 -generated: "2024-05-23T12:16:12.275206+02:00" +digest: sha256:76d6e4b79e82a6a2fe28129a71f45a81f2162f3457202673a91e934489a40aad +generated: "2024-05-24T14:31:26.856603768Z" diff --git a/bitnami/argo-cd/Chart.yaml b/bitnami/argo-cd/Chart.yaml index d2fc5eec0e0b6b..7213854ccdf1f3 100644 --- a/bitnami/argo-cd/Chart.yaml +++ b/bitnami/argo-cd/Chart.yaml @@ -6,7 +6,7 @@ annotations: licenses: Apache-2.0 images: | - name: argo-cd - image: docker.io/bitnami/argo-cd:2.11.0-debian-12-r5 + image: docker.io/bitnami/argo-cd:2.11.2-debian-12-r0 - name: dex image: docker.io/bitnami/dex:2.39.1-debian-12-r6 - name: os-shell @@ -14,7 +14,7 @@ annotations: - name: redis image: docker.io/bitnami/redis:7.2.5-debian-12-r0 apiVersion: v2 -appVersion: 2.11.0 +appVersion: 2.11.2 dependencies: - condition: redis.enabled name: redis @@ -39,4 +39,4 @@ maintainers: name: argo-cd sources: - https://github.com/bitnami/charts/tree/main/bitnami/argo-cd -version: 6.3.2 +version: 6.3.3 diff --git a/bitnami/argo-cd/crds/application.yaml b/bitnami/argo-cd/crds/application.yaml index 67837c69bb4ad8..6f18117384064b 100644 --- a/bitnami/argo-cd/crds/application.yaml +++ b/bitnami/argo-cd/crds/application.yaml @@ -1,5 +1,5 @@ # Source: https://raw.githubusercontent.com/argoproj/argo-cd/v{version}/manifests/crds/application-crd.yaml -# Version: 2.11.0 +# Version: 2.11.2 apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: diff --git a/bitnami/argo-cd/crds/applicationset.yaml b/bitnami/argo-cd/crds/applicationset.yaml index 3cc4449ede38ec..782af7d9be3b06 100644 --- a/bitnami/argo-cd/crds/applicationset.yaml +++ b/bitnami/argo-cd/crds/applicationset.yaml @@ -1,5 +1,5 @@ # Source: https://raw.githubusercontent.com/argoproj/argo-cd/v{version}/manifests/crds/applicationset-crd.yaml -# Version: 2.11.0 +# Version: 2.11.2 apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: diff --git a/bitnami/argo-cd/crds/project.yaml b/bitnami/argo-cd/crds/project.yaml index 3e8ba1cc6935b5..e97cbafd3a6533 100644 --- a/bitnami/argo-cd/crds/project.yaml +++ b/bitnami/argo-cd/crds/project.yaml @@ -1,5 +1,5 @@ # Source: https://raw.githubusercontent.com/argoproj/argo-cd/v{version}/manifests/crds/appproject-crd.yaml -# Version: 2.11.0 +# Version: 2.11.2 apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: diff --git a/bitnami/argo-cd/values.yaml b/bitnami/argo-cd/values.yaml index 47ec63447d1b4b..129ea65afde0fb 100644 --- a/bitnami/argo-cd/values.yaml +++ b/bitnami/argo-cd/values.yaml @@ -65,7 +65,7 @@ extraDeploy: [] image: registry: docker.io repository: bitnami/argo-cd - tag: 2.11.0-debian-12-r5 + tag: 2.11.2-debian-12-r0 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' From 69856e985f1325b3e72cd126b6990647d35f1cbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Jos=C3=A9=20Martos?= Date: Fri, 24 May 2024 17:01:40 +0200 Subject: [PATCH 005/110] [bitnami/kafka] Fix linter rules after deprecating Kafka Exporter (#26411) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * [bitnami/kafka] Fix linter rules after deprecating Kafka Exporter Signed-off-by: Jota Martos * [bitnami/kafka] Bump version Signed-off-by: Jota Martos * Update CHANGELOG.md Signed-off-by: Bitnami Containers * Update CHANGELOG.md Signed-off-by: Bitnami Containers --------- Signed-off-by: Jota Martos Signed-off-by: Bitnami Containers Signed-off-by: Juan José Martos Co-authored-by: Bitnami Containers --- bitnami/kafka/CHANGELOG.md | 8 ++------ bitnami/kafka/Chart.yaml | 2 +- bitnami/kafka/README.md | 14 +------------- bitnami/kafka/templates/NOTES.txt | 4 ++-- 4 files changed, 6 insertions(+), 22 deletions(-) diff --git a/bitnami/kafka/CHANGELOG.md b/bitnami/kafka/CHANGELOG.md index e5baaccb640311..aadc66966f11f4 100644 --- a/bitnami/kafka/CHANGELOG.md +++ b/bitnami/kafka/CHANGELOG.md @@ -1,12 +1,8 @@ # Changelog -## 29.0.0 (2024-05-24) +## 29.0.3 (2024-05-24) -* [bitnami/kafka] Deprecate Kafka Exporter ([#26395](https://github.com/bitnami/charts/pull/26395)) - -## 28.3.1 (2024-05-24) - -* [bitnami/kafka] Release 28.3.1 ([#26403](https://github.com/bitnami/charts/pull/26403)) +* [bitnami/kafka] Fix linter rules after deprecating Kafka Exporter ([#26411](https://github.com/bitnami/charts/pull/26411)) ## 28.3.0 (2024-05-21) diff --git a/bitnami/kafka/Chart.yaml b/bitnami/kafka/Chart.yaml index 359bcdd547db24..4ab9539f0df37c 100644 --- a/bitnami/kafka/Chart.yaml +++ b/bitnami/kafka/Chart.yaml @@ -40,4 +40,4 @@ maintainers: name: kafka sources: - https://github.com/bitnami/charts/tree/main/bitnami/kafka -version: 29.0.2 +version: 29.0.3 \ No newline at end of file diff --git a/bitnami/kafka/README.md b/bitnami/kafka/README.md index 05c11128c42ddf..b0fcb377e03a06 100644 --- a/bitnami/kafka/README.md +++ b/bitnami/kafka/README.md @@ -154,12 +154,6 @@ By setting the following parameter: `listeners.client.protocol=SSL` and `listene As result, we will be able to see in kafka-authorizer.log the events specific Subject: `[...] Principal = User:CN=kafka,OU=...,O=...,L=...,C=..,ST=... is [...]`. -If you also enable exposing metrics using the Kafka exporter, and you are using `SSL` or `SASL_SSL` security protocols protocols, you need to mount the CA certificated used to sign the brokers certificates in the exporter so it can validate the Kafka brokers. To do so, create a secret containing the CA, and set the `metrics.certificatesSecret` parameter. As an alternative, you can skip TLS validation using extra flags: - -```console -metrics.kafka.extraFlags={tls.insecure-skip-tls-verify: ""} -``` - ### Accessing Kafka brokers from outside the cluster In order to access Kafka Brokers from outside the cluster, an additional listener and advertised listener must be configured. Additionally, a specific service per kafka pod will be created. @@ -284,14 +278,8 @@ externalAccess: The chart can optionally start two metrics exporters: -- Kafka exporter, to expose Kafka metrics. By default, it uses port 9308. - JMX exporter, to expose JMX metrics. By default, it uses port 5556. - -To create a separate Kafka exporter, use the parameter below: - -```text -metrics.kafka.enabled: true -``` +- Zookeeper exporter, to expose Zookeeper metrics. By default, it uses port 9141. To expose JMX metrics to Prometheus, use the parameter below: diff --git a/bitnami/kafka/templates/NOTES.txt b/bitnami/kafka/templates/NOTES.txt index cdd75ab9b77340..052821dd32b5bc 100644 --- a/bitnami/kafka/templates/NOTES.txt +++ b/bitnami/kafka/templates/NOTES.txt @@ -331,5 +331,5 @@ ssl.endpoint.identification.algorithm= {{- include "kafka.checkRollingTags" . }} {{- include "kafka.validateValues" . }} -{{- include "common.warnings.resources" (dict "sections" (list "broker" "controller" "externalAccess.autoDiscovery" "metrics.jmx" "metrics.kafka" "provisioning" "volumePermissions") "context" $) }} -{{- include "common.warnings.modifiedImages" (dict "images" (list .Values.image .Values.externalAccess.autoDiscovery.image .Values.volumePermissions.image .Values.metrics.jmx.image) "context" $) }} \ No newline at end of file +{{- include "common.warnings.resources" (dict "sections" (list "broker" "controller" "externalAccess.autoDiscovery" "metrics.jmx" "provisioning" "volumePermissions") "context" $) }} +{{- include "common.warnings.modifiedImages" (dict "images" (list .Values.image .Values.externalAccess.autoDiscovery.image .Values.volumePermissions.image .Values.metrics.jmx.image) "context" $) }} From 1b3cbb1a43d803b70a76470a299ecc2068518e14 Mon Sep 17 00:00:00 2001 From: David Gomez Date: Fri, 24 May 2024 17:08:50 +0200 Subject: [PATCH 006/110] [bitnami/jupyterhub] Remove sleep probes (#26414) * [bitnami/jupyterhub] Remove sleep probes Signed-off-by: David Gomez * Update CHANGELOG.md Signed-off-by: Bitnami Containers --------- Signed-off-by: David Gomez Signed-off-by: Bitnami Containers Co-authored-by: Bitnami Containers --- bitnami/jupyterhub/CHANGELOG.md | 8 +++- bitnami/jupyterhub/Chart.yaml | 2 +- bitnami/jupyterhub/README.md | 18 -------- .../templates/image-puller/daemonset.yaml | 18 -------- bitnami/jupyterhub/values.yaml | 42 ------------------- 5 files changed, 7 insertions(+), 81 deletions(-) diff --git a/bitnami/jupyterhub/CHANGELOG.md b/bitnami/jupyterhub/CHANGELOG.md index 44cb4182892b9b..f53c03cd2fef81 100644 --- a/bitnami/jupyterhub/CHANGELOG.md +++ b/bitnami/jupyterhub/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog -## 7.1.1 (2024-05-22) +## 7.1.2 (2024-05-24) -* [bitnami/jupyterhub] Use different liveness/readiness probes ([#26348](https://github.com/bitnami/charts/pull/26348)) +* [bitnami/jupyterhub] Remove sleep probes ([#26414](https://github.com/bitnami/charts/pull/26414)) + +## 7.1.1 (2024-05-23) + +* [bitnami/jupyterhub] Use different liveness/readiness probes (#26348) ([9268744](https://github.com/bitnami/charts/commit/9268744f8ad9474a22c2c263a303730aa7d8f0af)), closes [#26348](https://github.com/bitnami/charts/issues/26348) ## 7.1.0 (2024-05-21) diff --git a/bitnami/jupyterhub/Chart.yaml b/bitnami/jupyterhub/Chart.yaml index 993479404a4904..640a15b1595aca 100644 --- a/bitnami/jupyterhub/Chart.yaml +++ b/bitnami/jupyterhub/Chart.yaml @@ -37,4 +37,4 @@ maintainers: name: jupyterhub sources: - https://github.com/bitnami/charts/tree/main/bitnami/jupyterhub -version: 7.1.1 +version: 7.1.2 diff --git a/bitnami/jupyterhub/README.md b/bitnami/jupyterhub/README.md index 02867a523c5ec9..c52f433bc6562d 100644 --- a/bitnami/jupyterhub/README.md +++ b/bitnami/jupyterhub/README.md @@ -658,24 +658,6 @@ There are cases where you may want to deploy extra objects, such a ConfigMap con | `imagePuller.extraEnvVars` | Add extra environment variables to the ImagePuller container | `[]` | | `imagePuller.extraEnvVarsCM` | Name of existing ConfigMap containing extra env vars | `""` | | `imagePuller.extraEnvVarsSecret` | Name of existing Secret containing extra env vars | `""` | -| `imagePuller.livenessProbe.enabled` | Enable livenessProbe on ImagePuller containers | `true` | -| `imagePuller.livenessProbe.initialDelaySeconds` | Initial delay seconds for livenessProbe | `1` | -| `imagePuller.livenessProbe.periodSeconds` | Period seconds for livenessProbe | `10` | -| `imagePuller.livenessProbe.timeoutSeconds` | Timeout seconds for livenessProbe | `3` | -| `imagePuller.livenessProbe.failureThreshold` | Failure threshold for livenessProbe | `30` | -| `imagePuller.livenessProbe.successThreshold` | Success threshold for livenessProbe | `1` | -| `imagePuller.readinessProbe.enabled` | Enable readinessProbe on ImagePuller containers | `true` | -| `imagePuller.readinessProbe.initialDelaySeconds` | Initial delay seconds for readinessProbe | `1` | -| `imagePuller.readinessProbe.periodSeconds` | Period seconds for readinessProbe | `10` | -| `imagePuller.readinessProbe.timeoutSeconds` | Timeout seconds for readinessProbe | `3` | -| `imagePuller.readinessProbe.failureThreshold` | Failure threshold for readinessProbe | `30` | -| `imagePuller.readinessProbe.successThreshold` | Success threshold for readinessProbe | `1` | -| `imagePuller.startupProbe.enabled` | Enable startupProbe on ImagePuller containers | `false` | -| `imagePuller.startupProbe.initialDelaySeconds` | Initial delay seconds for startupProbe | `1` | -| `imagePuller.startupProbe.periodSeconds` | Period seconds for startupProbe | `10` | -| `imagePuller.startupProbe.timeoutSeconds` | Timeout seconds for startupProbe | `3` | -| `imagePuller.startupProbe.failureThreshold` | Failure threshold for startupProbe | `30` | -| `imagePuller.startupProbe.successThreshold` | Success threshold for startupProbe | `1` | | `imagePuller.customStartupProbe` | Override default startup probe | `{}` | | `imagePuller.customLivenessProbe` | Override default liveness probe | `{}` | | `imagePuller.customReadinessProbe` | Override default readiness probe | `{}` | diff --git a/bitnami/jupyterhub/templates/image-puller/daemonset.yaml b/bitnami/jupyterhub/templates/image-puller/daemonset.yaml index 9b394e55633294..5248b492c03807 100644 --- a/bitnami/jupyterhub/templates/image-puller/daemonset.yaml +++ b/bitnami/jupyterhub/templates/image-puller/daemonset.yaml @@ -130,30 +130,12 @@ spec: {{- end }} {{- if .Values.imagePuller.customStartupProbe }} startupProbe: {{- include "common.tplvalues.render" (dict "value" .Values.imagePuller.customStartupProbe "context" $) | nindent 12 }} - {{- else if .Values.imagePuller.startupProbe.enabled }} - startupProbe: {{- include "common.tplvalues.render" (dict "value" (omit .Values.proxy.startupProbe "enabled") "context" $) | nindent 12 }} - exec: - command: - - pgrep - - sleep {{- end }} {{- if .Values.imagePuller.customLivenessProbe }} livenessProbe: {{- include "common.tplvalues.render" (dict "value" .Values.imagePuller.customLivenessProbe "context" $) | nindent 12 }} - {{- else if .Values.imagePuller.livenessProbe.enabled }} - livenessProbe: {{- include "common.tplvalues.render" (dict "value" (omit .Values.proxy.livenessProbe "enabled") "context" $) | nindent 12 }} - exec: - command: - - pgrep - - sleep {{- end }} {{- if .Values.imagePuller.customReadinessProbe }} readinessProbe: {{- include "common.tplvalues.render" (dict "value" .Values.imagePuller.customReadinessProbe "context" $) | nindent 12 }} - {{- else if .Values.imagePuller.readinessProbe.enabled }} - readinessProbe: {{- include "common.tplvalues.render" (dict "value" (omit .Values.proxy.readinessProbe "enabled") "context" $) | nindent 12 }} - exec: - command: - - pgrep - - sleep {{- end }} {{- if .Values.imagePuller.extraVolumeMounts }} volumeMounts: diff --git a/bitnami/jupyterhub/values.yaml b/bitnami/jupyterhub/values.yaml index 3e41795021f4d5..79de3302b57078 100644 --- a/bitnami/jupyterhub/values.yaml +++ b/bitnami/jupyterhub/values.yaml @@ -1358,48 +1358,6 @@ imagePuller: ## @param imagePuller.extraEnvVarsSecret Name of existing Secret containing extra env vars ## extraEnvVarsSecret: "" - ## @param imagePuller.livenessProbe.enabled Enable livenessProbe on ImagePuller containers - ## @param imagePuller.livenessProbe.initialDelaySeconds Initial delay seconds for livenessProbe - ## @param imagePuller.livenessProbe.periodSeconds Period seconds for livenessProbe - ## @param imagePuller.livenessProbe.timeoutSeconds Timeout seconds for livenessProbe - ## @param imagePuller.livenessProbe.failureThreshold Failure threshold for livenessProbe - ## @param imagePuller.livenessProbe.successThreshold Success threshold for livenessProbe - ## - livenessProbe: - enabled: true - initialDelaySeconds: 1 - periodSeconds: 10 - failureThreshold: 30 - timeoutSeconds: 3 - successThreshold: 1 - ## @param imagePuller.readinessProbe.enabled Enable readinessProbe on ImagePuller containers - ## @param imagePuller.readinessProbe.initialDelaySeconds Initial delay seconds for readinessProbe - ## @param imagePuller.readinessProbe.periodSeconds Period seconds for readinessProbe - ## @param imagePuller.readinessProbe.timeoutSeconds Timeout seconds for readinessProbe - ## @param imagePuller.readinessProbe.failureThreshold Failure threshold for readinessProbe - ## @param imagePuller.readinessProbe.successThreshold Success threshold for readinessProbe - ## - readinessProbe: - enabled: true - initialDelaySeconds: 1 - periodSeconds: 10 - failureThreshold: 30 - timeoutSeconds: 3 - successThreshold: 1 - ## @param imagePuller.startupProbe.enabled Enable startupProbe on ImagePuller containers - ## @param imagePuller.startupProbe.initialDelaySeconds Initial delay seconds for startupProbe - ## @param imagePuller.startupProbe.periodSeconds Period seconds for startupProbe - ## @param imagePuller.startupProbe.timeoutSeconds Timeout seconds for startupProbe - ## @param imagePuller.startupProbe.failureThreshold Failure threshold for startupProbe - ## @param imagePuller.startupProbe.successThreshold Success threshold for startupProbe - ## - startupProbe: - enabled: false - initialDelaySeconds: 1 - periodSeconds: 10 - failureThreshold: 30 - timeoutSeconds: 3 - successThreshold: 1 ## @param imagePuller.customStartupProbe Override default startup probe ## customStartupProbe: {} From a77aee26883a604a8e5fe8d81ffe05a1142d9857 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Fri, 24 May 2024 17:45:10 +0200 Subject: [PATCH 007/110] [bitnami/fluent-bit] Release 2.2.1 (#26418) * [bitnami/fluent-bit] Release 2.2.1 updating components versions Signed-off-by: Bitnami Containers * Update CHANGELOG.md Signed-off-by: Bitnami Containers --------- Signed-off-by: Bitnami Containers --- bitnami/fluent-bit/CHANGELOG.md | 169 ++++++++++++++++---------------- bitnami/fluent-bit/Chart.yaml | 6 +- bitnami/fluent-bit/values.yaml | 2 +- 3 files changed, 91 insertions(+), 86 deletions(-) diff --git a/bitnami/fluent-bit/CHANGELOG.md b/bitnami/fluent-bit/CHANGELOG.md index 493621cf275bc5..26c49b64ac0ebf 100644 --- a/bitnami/fluent-bit/CHANGELOG.md +++ b/bitnami/fluent-bit/CHANGELOG.md @@ -1,251 +1,256 @@ # Changelog +## 2.2.1 (2024-05-24) + +* [bitnami/fluent-bit] Release 2.2.1 ([#26418](https://github.com/bitnami/charts/pull/26418)) + ## 2.2.0 (2024-05-21) -* [bitnami/fluent-bit] feat: :sparkles: :lock: Add warning when original images are replaced ([#26204](https://github.com/bitnami/charts/pulls/26204)) +* [bitnami/*] ci: :construction_worker: Add tag and changelog support (#25359) ([91c707c](https://github.com/bitnami/charts/commit/91c707c9e4e574725a09505d2d313fb93f1b4c0a)), closes [#25359](https://github.com/bitnami/charts/issues/25359) +* [bitnami/fluent-bit] feat: :sparkles: :lock: Add warning when original images are replaced (#26204) ([08a9122](https://github.com/bitnami/charts/commit/08a912234a5128d3e1e26cba150a6a011d82329a)), closes [#26204](https://github.com/bitnami/charts/issues/26204) ## 2.1.5 (2024-05-21) -* [bitnami/fluent-bit] Release 2.1.5 updating components versions (#26148) ([3a925c2](https://github.com/bitnami/charts/commit/3a925c2)), closes [#26148](https://github.com/bitnami/charts/issues/26148) +* [bitnami/fluent-bit] Release 2.1.5 updating components versions (#26148) ([3a925c2](https://github.com/bitnami/charts/commit/3a925c288d4872d2734169fedf3b4f2d820fd20e)), closes [#26148](https://github.com/bitnami/charts/issues/26148) ## 2.1.4 (2024-05-20) -* [bitnami/fluent-bit] Use different liveness/readiness probes (#25990) ([6f01d22](https://github.com/bitnami/charts/commit/6f01d22)), closes [#25990](https://github.com/bitnami/charts/issues/25990) +* [bitnami/fluent-bit] Use different liveness/readiness probes (#25990) ([6f01d22](https://github.com/bitnami/charts/commit/6f01d228607c0263887c9b7bc68538408dc3d549)), closes [#25990](https://github.com/bitnami/charts/issues/25990) ## 2.1.3 (2024-05-18) -* [bitnami/fluent-bit] Release 2.1.3 updating components versions (#26015) ([b8bfb1e](https://github.com/bitnami/charts/commit/b8bfb1e)), closes [#26015](https://github.com/bitnami/charts/issues/26015) +* [bitnami/fluent-bit] Release 2.1.3 updating components versions (#26015) ([b8bfb1e](https://github.com/bitnami/charts/commit/b8bfb1ee355db86ccd7dfb3c21dae3491b00bd3b)), closes [#26015](https://github.com/bitnami/charts/issues/26015) ## 2.1.2 (2024-05-13) -* [bitnami/*] Change non-root and rolling-tags doc URLs (#25628) ([b067c94](https://github.com/bitnami/charts/commit/b067c94)), closes [#25628](https://github.com/bitnami/charts/issues/25628) -* [bitnami/*] Set new header/owner (#25558) ([8d1dc11](https://github.com/bitnami/charts/commit/8d1dc11)), closes [#25558](https://github.com/bitnami/charts/issues/25558) -* [bitnami/fluent-bit] Release 2.1.2 updating components versions (#25754) ([f85c9cd](https://github.com/bitnami/charts/commit/f85c9cd)), closes [#25754](https://github.com/bitnami/charts/issues/25754) +* [bitnami/*] Change non-root and rolling-tags doc URLs (#25628) ([b067c94](https://github.com/bitnami/charts/commit/b067c94f6bcde427863c197fd355f0b5ba12ff5b)), closes [#25628](https://github.com/bitnami/charts/issues/25628) +* [bitnami/*] Set new header/owner (#25558) ([8d1dc11](https://github.com/bitnami/charts/commit/8d1dc11f5fb30db6fba50c43d7af59d2f79deed3)), closes [#25558](https://github.com/bitnami/charts/issues/25558) +* [bitnami/fluent-bit] Release 2.1.2 updating components versions (#25754) ([f85c9cd](https://github.com/bitnami/charts/commit/f85c9cda0197e2c04de2f238433d325d3f1c6334)), closes [#25754](https://github.com/bitnami/charts/issues/25754) ## 2.1.1 (2024-04-27) -* [bitnami/fluent-bit] Release 2.1.1 updating components versions (#25435) ([70ec58c](https://github.com/bitnami/charts/commit/70ec58c)), closes [#25435](https://github.com/bitnami/charts/issues/25435) -* [bitnami/multiple charts] Fix typo: "NetworkPolice" vs "NetworkPolicy" (#25348) ([6970c1b](https://github.com/bitnami/charts/commit/6970c1b)), closes [#25348](https://github.com/bitnami/charts/issues/25348) -* Replace VMware by Broadcom copyright text (#25306) ([a5e4bd0](https://github.com/bitnami/charts/commit/a5e4bd0)), closes [#25306](https://github.com/bitnami/charts/issues/25306) +* [bitnami/fluent-bit] Release 2.1.1 updating components versions (#25435) ([70ec58c](https://github.com/bitnami/charts/commit/70ec58c63467a6707e8723ed0e40c69bb3ef2332)), closes [#25435](https://github.com/bitnami/charts/issues/25435) +* [bitnami/multiple charts] Fix typo: "NetworkPolice" vs "NetworkPolicy" (#25348) ([6970c1b](https://github.com/bitnami/charts/commit/6970c1ba245873506e73d459c6eac1e4919b778f)), closes [#25348](https://github.com/bitnami/charts/issues/25348) +* Replace VMware by Broadcom copyright text (#25306) ([a5e4bd0](https://github.com/bitnami/charts/commit/a5e4bd0e35e419203793976a78d9d0a13de92c76)), closes [#25306](https://github.com/bitnami/charts/issues/25306) ## 2.1.0 (2024-04-23) -* [bitnami/fluent-bit] add checksum/config (#24836) ([c64bb0e](https://github.com/bitnami/charts/commit/c64bb0e)), closes [#24836](https://github.com/bitnami/charts/issues/24836) +* [bitnami/fluent-bit] add checksum/config (#24836) ([c64bb0e](https://github.com/bitnami/charts/commit/c64bb0ecca9d870e997c252573369218320717d1)), closes [#24836](https://github.com/bitnami/charts/issues/24836) ## 2.0.1 (2024-04-12) -* [bitnami/fluent-bit] Release 2.0.1 updating components versions (#25151) ([503e1a7](https://github.com/bitnami/charts/commit/503e1a7)), closes [#25151](https://github.com/bitnami/charts/issues/25151) +* [bitnami/fluent-bit] Release 2.0.1 updating components versions (#25151) ([503e1a7](https://github.com/bitnami/charts/commit/503e1a7456505ddf9b1bba67c76626928a00adb4)), closes [#25151](https://github.com/bitnami/charts/issues/25151) ## 2.0.0 (2024-04-09) -* [bitnami/fluent-bit] Release 2.0.0 (#25080) ([1e6f097](https://github.com/bitnami/charts/commit/1e6f097)), closes [#25080](https://github.com/bitnami/charts/issues/25080) -* Update resourcesPreset comments (#24467) ([92e3e8a](https://github.com/bitnami/charts/commit/92e3e8a)), closes [#24467](https://github.com/bitnami/charts/issues/24467) +* [bitnami/fluent-bit] Release 2.0.0 (#25080) ([1e6f097](https://github.com/bitnami/charts/commit/1e6f09757d91cb2150c8d413f516401ad3815818)), closes [#25080](https://github.com/bitnami/charts/issues/25080) +* Update resourcesPreset comments (#24467) ([92e3e8a](https://github.com/bitnami/charts/commit/92e3e8a507326d2a20a8f10ab3e7746a2ec5c554)), closes [#24467](https://github.com/bitnami/charts/issues/24467) ## 1.0.1 (2024-04-01) -* [bitnami/*] Reorder Chart sections (#24455) ([0cf4048](https://github.com/bitnami/charts/commit/0cf4048)), closes [#24455](https://github.com/bitnami/charts/issues/24455) -* [bitnami/fluent-bit] Release 1.0.1 updating components versions (#24778) ([1148d78](https://github.com/bitnami/charts/commit/1148d78)), closes [#24778](https://github.com/bitnami/charts/issues/24778) +* [bitnami/*] Reorder Chart sections (#24455) ([0cf4048](https://github.com/bitnami/charts/commit/0cf4048e8743f70a9753d460655bd030cbff6824)), closes [#24455](https://github.com/bitnami/charts/issues/24455) +* [bitnami/fluent-bit] Release 1.0.1 updating components versions (#24778) ([1148d78](https://github.com/bitnami/charts/commit/1148d78a8e5d042dbb46df2c05627c2b9cc2f837)), closes [#24778](https://github.com/bitnami/charts/issues/24778) ## 1.0.0 (2024-03-12) -* [bitnami/fluent-bit] feat!: :lock: :boom: Improve security defaults (#24327) ([af1588e](https://github.com/bitnami/charts/commit/af1588e)), closes [#24327](https://github.com/bitnami/charts/issues/24327) +* [bitnami/fluent-bit] feat!: :lock: :boom: Improve security defaults (#24327) ([af1588e](https://github.com/bitnami/charts/commit/af1588ed530ac7700b80250f431b73a7c37e5672)), closes [#24327](https://github.com/bitnami/charts/issues/24327) ## 0.12.0 (2024-03-06) -* [bitnami/fluent-bit] feat: :sparkles: :lock: Add automatic adaptation for Openshift restricted-v2 SC ([5020743](https://github.com/bitnami/charts/commit/5020743)), closes [#24082](https://github.com/bitnami/charts/issues/24082) +* [bitnami/fluent-bit] feat: :sparkles: :lock: Add automatic adaptation for Openshift restricted-v2 SC ([5020743](https://github.com/bitnami/charts/commit/5020743b4beb0ebd93155c75c3b94c5792037dd8)), closes [#24082](https://github.com/bitnami/charts/issues/24082) ## 0.11.1 (2024-03-04) -* [bitnami/fluent-bit] feat: add missing parser files definitions (#23986) ([5278e6a](https://github.com/bitnami/charts/commit/5278e6a)), closes [#23986](https://github.com/bitnami/charts/issues/23986) +* [bitnami/fluent-bit] feat: add missing parser files definitions (#23986) ([5278e6a](https://github.com/bitnami/charts/commit/5278e6ab6e76cd21f6d27d9fd9002e22865a7e39)), closes [#23986](https://github.com/bitnami/charts/issues/23986) ## 0.11.0 (2024-02-27) -* [bitnami/fluent-bit] feat: :sparkles: :lock: Add readOnlyRootFilesystem support (#23891) ([09c0f95](https://github.com/bitnami/charts/commit/09c0f95)), closes [#23891](https://github.com/bitnami/charts/issues/23891) +* [bitnami/fluent-bit] feat: :sparkles: :lock: Add readOnlyRootFilesystem support (#23891) ([09c0f95](https://github.com/bitnami/charts/commit/09c0f95888a731cc1d63e7b03297a10a76adf52b)), closes [#23891](https://github.com/bitnami/charts/issues/23891) ## 0.10.2 (2024-02-21) -* [bitnami/fluent-bit] Release 0.10.2 updating components versions (#23755) ([07a9c7a](https://github.com/bitnami/charts/commit/07a9c7a)), closes [#23755](https://github.com/bitnami/charts/issues/23755) +* [bitnami/fluent-bit] Release 0.10.2 updating components versions (#23755) ([07a9c7a](https://github.com/bitnami/charts/commit/07a9c7a571794a200ff4e1d10d53e4400f308d6b)), closes [#23755](https://github.com/bitnami/charts/issues/23755) ## 0.10.1 (2024-02-21) -* [bitnami/fluent-bit] feat: :sparkles: :lock: Add resource preset support (#23449) ([b08b25f](https://github.com/bitnami/charts/commit/b08b25f)), closes [#23449](https://github.com/bitnami/charts/issues/23449) -* [bitnami/fluent-bit] Release 0.10.1 updating components versions (#23648) ([734d266](https://github.com/bitnami/charts/commit/734d266)), closes [#23648](https://github.com/bitnami/charts/issues/23648) +* [bitnami/fluent-bit] feat: :sparkles: :lock: Add resource preset support (#23449) ([b08b25f](https://github.com/bitnami/charts/commit/b08b25fa04be7b661dc86041719c5120824716a7)), closes [#23449](https://github.com/bitnami/charts/issues/23449) +* [bitnami/fluent-bit] Release 0.10.1 updating components versions (#23648) ([734d266](https://github.com/bitnami/charts/commit/734d2660e971a426dc486c1c1f51bc202ea4f5f2)), closes [#23648](https://github.com/bitnami/charts/issues/23648) ## 0.10.0 (2024-02-20) -* [bitnami/*] Bump all versions (#23602) ([b70ee2a](https://github.com/bitnami/charts/commit/b70ee2a)), closes [#23602](https://github.com/bitnami/charts/issues/23602) +* [bitnami/*] Bump all versions (#23602) ([b70ee2a](https://github.com/bitnami/charts/commit/b70ee2a30e4dc256bf0ac52928fb2fa7a70f049b)), closes [#23602](https://github.com/bitnami/charts/issues/23602) ## 0.9.0 (2024-02-09) -* [bitnami/fluent-bit] feat: :lock: Enable networkPolicy (#23282) ([2fa2b11](https://github.com/bitnami/charts/commit/2fa2b11)), closes [#23282](https://github.com/bitnami/charts/issues/23282) +* [bitnami/fluent-bit] feat: :lock: Enable networkPolicy (#23282) ([2fa2b11](https://github.com/bitnami/charts/commit/2fa2b1175561e4dd1306a8a27fde241e8ffb93c6)), closes [#23282](https://github.com/bitnami/charts/issues/23282) ## 0.8.4 (2024-02-02) -* [bitnami/fluent-bit] Release 0.8.4 updating components versions (#23061) ([02b6877](https://github.com/bitnami/charts/commit/02b6877)), closes [#23061](https://github.com/bitnami/charts/issues/23061) +* [bitnami/fluent-bit] Release 0.8.4 updating components versions (#23061) ([02b6877](https://github.com/bitnami/charts/commit/02b687728492976afa7f2d7c4dc2ceec3728cd77)), closes [#23061](https://github.com/bitnami/charts/issues/23061) ## 0.8.3 (2024-01-30) -* [bitnami/fluent-bit] Release 0.8.3 updating components versions (#22915) ([b886993](https://github.com/bitnami/charts/commit/b886993)), closes [#22915](https://github.com/bitnami/charts/issues/22915) +* [bitnami/fluent-bit] Release 0.8.3 updating components versions (#22915) ([b886993](https://github.com/bitnami/charts/commit/b886993e4a01b96a586a93e0d80f15d2d2bd8613)), closes [#22915](https://github.com/bitnami/charts/issues/22915) ## 0.8.2 (2024-01-30) -* [bitnami/fluent-bit] Release 0.8.2 updating components versions (#22853) ([4672ab1](https://github.com/bitnami/charts/commit/4672ab1)), closes [#22853](https://github.com/bitnami/charts/issues/22853) +* [bitnami/fluent-bit] Release 0.8.2 updating components versions (#22853) ([4672ab1](https://github.com/bitnami/charts/commit/4672ab127f535942877cbe97be2ab45a6854b90b)), closes [#22853](https://github.com/bitnami/charts/issues/22853) ## 0.8.1 (2024-01-26) -* [bitnami/*] Move documentation sections from docs.bitnami.com back to the README (#22203) ([7564f36](https://github.com/bitnami/charts/commit/7564f36)), closes [#22203](https://github.com/bitnami/charts/issues/22203) -* [bitnami/fluent-bit] fix: :bug: Set seLinuxOptions to null for Openshift compatibility (#22587) ([f7f3e41](https://github.com/bitnami/charts/commit/f7f3e41)), closes [#22587](https://github.com/bitnami/charts/issues/22587) +* [bitnami/*] Move documentation sections from docs.bitnami.com back to the README (#22203) ([7564f36](https://github.com/bitnami/charts/commit/7564f36ca1e95ff30ee686652b7ab8690561a707)), closes [#22203](https://github.com/bitnami/charts/issues/22203) +* [bitnami/fluent-bit] fix: :bug: Set seLinuxOptions to null for Openshift compatibility (#22587) ([f7f3e41](https://github.com/bitnami/charts/commit/f7f3e41c0e8468c27054c1cdca8bddfa58b79a61)), closes [#22587](https://github.com/bitnami/charts/issues/22587) ## 0.8.0 (2024-01-19) -* [bitnami/fluent-bit] fix: :lock: Move service-account token auto-mount to pod declaration (#22399) ([cae0687](https://github.com/bitnami/charts/commit/cae0687)), closes [#22399](https://github.com/bitnami/charts/issues/22399) +* [bitnami/fluent-bit] fix: :lock: Move service-account token auto-mount to pod declaration (#22399) ([cae0687](https://github.com/bitnami/charts/commit/cae06879a5b4e764f1ce9a67d216176cb33b741b)), closes [#22399](https://github.com/bitnami/charts/issues/22399) ## 0.7.1 (2024-01-18) -* [bitnami/fluent-bit] Release 0.7.1 updating components versions (#22270) ([1471311](https://github.com/bitnami/charts/commit/1471311)), closes [#22270](https://github.com/bitnami/charts/issues/22270) +* [bitnami/fluent-bit] Release 0.7.1 updating components versions (#22270) ([1471311](https://github.com/bitnami/charts/commit/1471311c1f927c20af683a69dcea2336b677d3c0)), closes [#22270](https://github.com/bitnami/charts/issues/22270) ## 0.7.0 (2024-01-16) -* [bitnami/fluent-bit] Fix HPA API version template usage (#21953) ([d17a292](https://github.com/bitnami/charts/commit/d17a292)), closes [#21953](https://github.com/bitnami/charts/issues/21953) -* [bitnami/fluent-bit] fix: :lock: Improve podSecurityContext and containerSecurityContext with essent ([a3b6dac](https://github.com/bitnami/charts/commit/a3b6dac)), closes [#22118](https://github.com/bitnami/charts/issues/22118) +* [bitnami/fluent-bit] Fix HPA API version template usage (#21953) ([d17a292](https://github.com/bitnami/charts/commit/d17a29280b2fbd31545123388ee1eaa16a6ecba2)), closes [#21953](https://github.com/bitnami/charts/issues/21953) +* [bitnami/fluent-bit] fix: :lock: Improve podSecurityContext and containerSecurityContext with essent ([a3b6dac](https://github.com/bitnami/charts/commit/a3b6dac2280324004458ad3687b170aec93dfc83)), closes [#22118](https://github.com/bitnami/charts/issues/22118) ## 0.6.6 (2024-01-14) -* [bitnami/*] Fix docs.bitnami.com broken links (#21901) ([f35506d](https://github.com/bitnami/charts/commit/f35506d)), closes [#21901](https://github.com/bitnami/charts/issues/21901) -* [bitnami/*] Fix ref links (in comments) (#21822) ([e4fa296](https://github.com/bitnami/charts/commit/e4fa296)), closes [#21822](https://github.com/bitnami/charts/issues/21822) -* [bitnami/*] Update copyright: Year and company (#21815) ([6c4bf75](https://github.com/bitnami/charts/commit/6c4bf75)), closes [#21815](https://github.com/bitnami/charts/issues/21815) -* [bitnami/fluent-bit] Release 0.6.6 updating components versions (#22083) ([fcd8fc0](https://github.com/bitnami/charts/commit/fcd8fc0)), closes [#22083](https://github.com/bitnami/charts/issues/22083) +* [bitnami/*] Fix docs.bitnami.com broken links (#21901) ([f35506d](https://github.com/bitnami/charts/commit/f35506d2dadee4f097986e7792df1f53ab215b5d)), closes [#21901](https://github.com/bitnami/charts/issues/21901) +* [bitnami/*] Fix ref links (in comments) (#21822) ([e4fa296](https://github.com/bitnami/charts/commit/e4fa296106b225cf8c82445727c675c7c725e380)), closes [#21822](https://github.com/bitnami/charts/issues/21822) +* [bitnami/*] Update copyright: Year and company (#21815) ([6c4bf75](https://github.com/bitnami/charts/commit/6c4bf75dec58fc7c9aee9f089777b1a858c17d5b)), closes [#21815](https://github.com/bitnami/charts/issues/21815) +* [bitnami/fluent-bit] Release 0.6.6 updating components versions (#22083) ([fcd8fc0](https://github.com/bitnami/charts/commit/fcd8fc0440ae070c57cea827c5ee27797db6f3cb)), closes [#22083](https://github.com/bitnami/charts/issues/22083) ## 0.6.5 (2023-12-22) -* [bitnami/fluent-bit] Release 0.6.5 updating components versions (#21724) ([0d319cf](https://github.com/bitnami/charts/commit/0d319cf)), closes [#21724](https://github.com/bitnami/charts/issues/21724) +* [bitnami/fluent-bit] Release 0.6.5 updating components versions (#21724) ([0d319cf](https://github.com/bitnami/charts/commit/0d319cf899caf94735279dfb60ac6398ebf56271)), closes [#21724](https://github.com/bitnami/charts/issues/21724) ## 0.6.4 (2023-12-05) -* [bitnami/fluent-bit] Replace deprecated pull secret partial (#21371) ([79c094b](https://github.com/bitnami/charts/commit/79c094b)), closes [#21371](https://github.com/bitnami/charts/issues/21371) +* [bitnami/fluent-bit] Replace deprecated pull secret partial (#21371) ([79c094b](https://github.com/bitnami/charts/commit/79c094b3604decad85c68f772e9fee67f4ffd45d)), closes [#21371](https://github.com/bitnami/charts/issues/21371) ## 0.6.3 (2023-11-21) -* [bitnami/*] Remove relative links to non-README sections, add verification for that and update TL;DR ([1103633](https://github.com/bitnami/charts/commit/1103633)), closes [#20967](https://github.com/bitnami/charts/issues/20967) -* [bitnami/*] Rename solutions to "Bitnami package for ..." (#21038) ([b82f979](https://github.com/bitnami/charts/commit/b82f979)), closes [#21038](https://github.com/bitnami/charts/issues/21038) -* [bitnami/fluent-bit] Release 0.6.3 updating components versions (#21116) ([54ce713](https://github.com/bitnami/charts/commit/54ce713)), closes [#21116](https://github.com/bitnami/charts/issues/21116) +* [bitnami/*] Remove relative links to non-README sections, add verification for that and update TL;DR ([1103633](https://github.com/bitnami/charts/commit/11036334d82df0490aa4abdb591543cab6cf7d7f)), closes [#20967](https://github.com/bitnami/charts/issues/20967) +* [bitnami/*] Rename solutions to "Bitnami package for ..." (#21038) ([b82f979](https://github.com/bitnami/charts/commit/b82f979e4fb63423fe6e2192c946d09d79c944fc)), closes [#21038](https://github.com/bitnami/charts/issues/21038) +* [bitnami/fluent-bit] Release 0.6.3 updating components versions (#21116) ([54ce713](https://github.com/bitnami/charts/commit/54ce713f7227277d4621c2d3b237891612ab36ea)), closes [#21116](https://github.com/bitnami/charts/issues/21116) ## 0.6.2 (2023-11-09) -* [bitnami/fluent-bit] Release 0.6.2 updating components versions (#20819) ([3c27b88](https://github.com/bitnami/charts/commit/3c27b88)), closes [#20819](https://github.com/bitnami/charts/issues/20819) +* [bitnami/fluent-bit] Release 0.6.2 updating components versions (#20819) ([3c27b88](https://github.com/bitnami/charts/commit/3c27b889b319fcf7f17ea3a028018fca641c5306)), closes [#20819](https://github.com/bitnami/charts/issues/20819) ## 0.6.1 (2023-11-08) -* [bitnami/fluent-bit] Release 0.6.1 updating components versions (#20688) ([7486396](https://github.com/bitnami/charts/commit/7486396)), closes [#20688](https://github.com/bitnami/charts/issues/20688) +* [bitnami/fluent-bit] Release 0.6.1 updating components versions (#20688) ([7486396](https://github.com/bitnami/charts/commit/74863962f0e50515302bea7a3666d28256f1b274)), closes [#20688](https://github.com/bitnami/charts/issues/20688) ## 0.6.0 (2023-10-31) -* [bitnami/fluent-bit] feat: :sparkles: Add support for PSA restricted policy (#20438) ([477f4ae](https://github.com/bitnami/charts/commit/477f4ae)), closes [#20438](https://github.com/bitnami/charts/issues/20438) +* [bitnami/fluent-bit] feat: :sparkles: Add support for PSA restricted policy (#20438) ([477f4ae](https://github.com/bitnami/charts/commit/477f4ae3dbb1fa6f5f21169db41d5360e476aa9c)), closes [#20438](https://github.com/bitnami/charts/issues/20438) ## 0.5.5 (2023-10-24) -* [bitnami/*] Rename VMware Application Catalog (#20361) ([3acc734](https://github.com/bitnami/charts/commit/3acc734)), closes [#20361](https://github.com/bitnami/charts/issues/20361) -* [bitnami/*] Skip image's tag in the README files of the Bitnami Charts (#19841) ([bb9a01b](https://github.com/bitnami/charts/commit/bb9a01b)), closes [#19841](https://github.com/bitnami/charts/issues/19841) -* [bitnami/*] Standardize documentation (#19835) ([af5f753](https://github.com/bitnami/charts/commit/af5f753)), closes [#19835](https://github.com/bitnami/charts/issues/19835) -* [bitnami/fluent-bit] Release 0.5.5 updating components versions (#20370) ([0d397c8](https://github.com/bitnami/charts/commit/0d397c8)), closes [#20370](https://github.com/bitnami/charts/issues/20370) +* [bitnami/*] Rename VMware Application Catalog (#20361) ([3acc734](https://github.com/bitnami/charts/commit/3acc73472beb6fb56c4d99f929061001205bc57e)), closes [#20361](https://github.com/bitnami/charts/issues/20361) +* [bitnami/*] Skip image's tag in the README files of the Bitnami Charts (#19841) ([bb9a01b](https://github.com/bitnami/charts/commit/bb9a01b65911c87e48318db922cc05eb42785e42)), closes [#19841](https://github.com/bitnami/charts/issues/19841) +* [bitnami/*] Standardize documentation (#19835) ([af5f753](https://github.com/bitnami/charts/commit/af5f7530c1bc8c5ded53a6c4f7b8f384ac1804f2)), closes [#19835](https://github.com/bitnami/charts/issues/19835) +* [bitnami/fluent-bit] Release 0.5.5 updating components versions (#20370) ([0d397c8](https://github.com/bitnami/charts/commit/0d397c80c94e0fa5e2fc4e73889095aaff629e11)), closes [#20370](https://github.com/bitnami/charts/issues/20370) ## 0.5.4 (2023-10-15) -* [bitnami/*] Update Helm charts prerequisites (#19745) ([eb755dd](https://github.com/bitnami/charts/commit/eb755dd)), closes [#19745](https://github.com/bitnami/charts/issues/19745) -* [bitnami/fluent-bit] bump bitnami/common (#20079) ([91e6b28](https://github.com/bitnami/charts/commit/91e6b28)), closes [#20079](https://github.com/bitnami/charts/issues/20079) +* [bitnami/*] Update Helm charts prerequisites (#19745) ([eb755dd](https://github.com/bitnami/charts/commit/eb755dd36a4dd3cf6635be8e0598f9a7f4c4a554)), closes [#19745](https://github.com/bitnami/charts/issues/19745) +* [bitnami/fluent-bit] bump bitnami/common (#20079) ([91e6b28](https://github.com/bitnami/charts/commit/91e6b284960ff78cb10594ee8d00add9c8485dd9)), closes [#20079](https://github.com/bitnami/charts/issues/20079) ## 0.5.3 (2023-09-24) -* [bitnami/fluent-bit] Release 0.5.3 (#19490) ([4887fdf](https://github.com/bitnami/charts/commit/4887fdf)), closes [#19490](https://github.com/bitnami/charts/issues/19490) -* Autogenerate schema files (#19194) ([a2c2090](https://github.com/bitnami/charts/commit/a2c2090)), closes [#19194](https://github.com/bitnami/charts/issues/19194) -* Revert "Autogenerate schema files (#19194)" (#19335) ([73d80be](https://github.com/bitnami/charts/commit/73d80be)), closes [#19194](https://github.com/bitnami/charts/issues/19194) [#19335](https://github.com/bitnami/charts/issues/19335) +* [bitnami/fluent-bit] Release 0.5.3 (#19490) ([4887fdf](https://github.com/bitnami/charts/commit/4887fdf240537341d7451d5807ff3015d498d2ea)), closes [#19490](https://github.com/bitnami/charts/issues/19490) +* Autogenerate schema files (#19194) ([a2c2090](https://github.com/bitnami/charts/commit/a2c2090b5ac97f47b745c8028c6452bf99739772)), closes [#19194](https://github.com/bitnami/charts/issues/19194) +* Revert "Autogenerate schema files (#19194)" (#19335) ([73d80be](https://github.com/bitnami/charts/commit/73d80be525c88fb4b8a54451a55acd506e337062)), closes [#19194](https://github.com/bitnami/charts/issues/19194) [#19335](https://github.com/bitnami/charts/issues/19335) ## 0.5.2 (2023-09-07) -* [bitnami/fluent-bit: Use merge helper]: (#19038) ([335cb27](https://github.com/bitnami/charts/commit/335cb27)), closes [#19038](https://github.com/bitnami/charts/issues/19038) +* [bitnami/fluent-bit: Use merge helper]: (#19038) ([335cb27](https://github.com/bitnami/charts/commit/335cb272ef2af6fb0c562f202dd3cd984dc1292b)), closes [#19038](https://github.com/bitnami/charts/issues/19038) ## 0.5.1 (2023-09-05) -* [bitnami/fluent-bit] Release 0.5.1 (#19009) ([66ced97](https://github.com/bitnami/charts/commit/66ced97)), closes [#19009](https://github.com/bitnami/charts/issues/19009) +* [bitnami/fluent-bit] Release 0.5.1 (#19009) ([66ced97](https://github.com/bitnami/charts/commit/66ced97b3c6236c17cb76d2072d613af379fd49b)), closes [#19009](https://github.com/bitnami/charts/issues/19009) ## 0.5.0 (2023-08-23) -* [bitnami/fluent-bit] Support for customizing standard labels (#18301) ([dab806b](https://github.com/bitnami/charts/commit/dab806b)), closes [#18301](https://github.com/bitnami/charts/issues/18301) +* [bitnami/fluent-bit] Support for customizing standard labels (#18301) ([dab806b](https://github.com/bitnami/charts/commit/dab806b246c3beaa3753bff398a37b00385f0b16)), closes [#18301](https://github.com/bitnami/charts/issues/18301) ## 0.4.11 (2023-08-19) -* [bitnami/fluent-bit] Release 0.4.11 (#18661) ([e53a890](https://github.com/bitnami/charts/commit/e53a890)), closes [#18661](https://github.com/bitnami/charts/issues/18661) +* [bitnami/fluent-bit] Release 0.4.11 (#18661) ([e53a890](https://github.com/bitnami/charts/commit/e53a890734bfab510479e8607d309fc59a487f33)), closes [#18661](https://github.com/bitnami/charts/issues/18661) ## 0.4.10 (2023-08-17) -* [bitnami/fluent-bit] Release 0.4.10 (#18516) ([411281d](https://github.com/bitnami/charts/commit/411281d)), closes [#18516](https://github.com/bitnami/charts/issues/18516) +* [bitnami/fluent-bit] Release 0.4.10 (#18516) ([411281d](https://github.com/bitnami/charts/commit/411281db2cc5c08aca56eb5fd793257bde16550f)), closes [#18516](https://github.com/bitnami/charts/issues/18516) ## 0.4.9 (2023-07-25) -* [bitnami/fluent-bit] Release 0.4.9 (#17869) ([e2d44cd](https://github.com/bitnami/charts/commit/e2d44cd)), closes [#17869](https://github.com/bitnami/charts/issues/17869) +* [bitnami/fluent-bit] Release 0.4.9 (#17869) ([e2d44cd](https://github.com/bitnami/charts/commit/e2d44cdf1edee929deb9b67509cf46a99102500f)), closes [#17869](https://github.com/bitnami/charts/issues/17869) ## 0.4.8 (2023-07-13) -* [bitnami/fluent-bit] Release 0 updating components versions (#17597) ([7e235cc](https://github.com/bitnami/charts/commit/7e235cc)), closes [#17597](https://github.com/bitnami/charts/issues/17597) +* [bitnami/fluent-bit] Release 0 updating components versions (#17597) ([7e235cc](https://github.com/bitnami/charts/commit/7e235ccd4635cd8e63c0b3f3eeaf2418a31f727b)), closes [#17597](https://github.com/bitnami/charts/issues/17597) ## 0.4.7 (2023-07-13) -* [bitnami/fluent-bit] Release 0.4.7 (#17585) ([7372a41](https://github.com/bitnami/charts/commit/7372a41)), closes [#17585](https://github.com/bitnami/charts/issues/17585) -* Add copyright header (#17300) ([da68be8](https://github.com/bitnami/charts/commit/da68be8)), closes [#17300](https://github.com/bitnami/charts/issues/17300) +* [bitnami/fluent-bit] Release 0.4.7 (#17585) ([7372a41](https://github.com/bitnami/charts/commit/7372a41226d3c162fa513d33d5c19de23f429ae6)), closes [#17585](https://github.com/bitnami/charts/issues/17585) +* Add copyright header (#17300) ([da68be8](https://github.com/bitnami/charts/commit/da68be8e951225133c7dfb572d5101ca3d61c5ae)), closes [#17300](https://github.com/bitnami/charts/issues/17300) ## 0.4.6 (2023-06-23) -* [bitnami/fluent-bit] Release 0.4.6 (#17324) ([08b5f46](https://github.com/bitnami/charts/commit/08b5f46)), closes [#17324](https://github.com/bitnami/charts/issues/17324) -* Update charts readme (#17217) ([31b3c0a](https://github.com/bitnami/charts/commit/31b3c0a)), closes [#17217](https://github.com/bitnami/charts/issues/17217) +* [bitnami/fluent-bit] Release 0.4.6 (#17324) ([08b5f46](https://github.com/bitnami/charts/commit/08b5f46f592f2c348bdc26432ee959da5cf40025)), closes [#17324](https://github.com/bitnami/charts/issues/17324) +* Update charts readme (#17217) ([31b3c0a](https://github.com/bitnami/charts/commit/31b3c0afd968ff4429107e34101f7509e6a0e913)), closes [#17217](https://github.com/bitnami/charts/issues/17217) ## 0.4.5 (2023-06-21) -* [bitnami/fluent-bit] Remove namespace field for cluster wide resources (#17275) ([30dd293](https://github.com/bitnami/charts/commit/30dd293)), closes [#17275](https://github.com/bitnami/charts/issues/17275) +* [bitnami/fluent-bit] Remove namespace field for cluster wide resources (#17275) ([30dd293](https://github.com/bitnami/charts/commit/30dd293c9516667587c5401873f904cb3f04373f)), closes [#17275](https://github.com/bitnami/charts/issues/17275) ## 0.4.4 (2023-06-15) -* [bitnami/*] Change copyright section in READMEs (#17006) ([ef986a1](https://github.com/bitnami/charts/commit/ef986a1)), closes [#17006](https://github.com/bitnami/charts/issues/17006) -* [bitnami/fluent-bit] Release 0.4.4 (#17132) ([d136533](https://github.com/bitnami/charts/commit/d136533)), closes [#17132](https://github.com/bitnami/charts/issues/17132) -* [bitnami/several] Change copyright section in READMEs (#16989) ([5b6a5cf](https://github.com/bitnami/charts/commit/5b6a5cf)), closes [#16989](https://github.com/bitnami/charts/issues/16989) +* [bitnami/*] Change copyright section in READMEs (#17006) ([ef986a1](https://github.com/bitnami/charts/commit/ef986a1605241102b3dcafe9fd8089e6fc1201ad)), closes [#17006](https://github.com/bitnami/charts/issues/17006) +* [bitnami/fluent-bit] Release 0.4.4 (#17132) ([d136533](https://github.com/bitnami/charts/commit/d13653316bb06edad148e66f312bbf5e7b7716b7)), closes [#17132](https://github.com/bitnami/charts/issues/17132) +* [bitnami/several] Change copyright section in READMEs (#16989) ([5b6a5cf](https://github.com/bitnami/charts/commit/5b6a5cfb7625a751848a2e5cd796bd7278f406ca)), closes [#16989](https://github.com/bitnami/charts/issues/16989) ## 0.4.3 (2023-05-26) -* [bitnami/fluent-bit] Release 0.4.3 updating components versions (#16928) ([b85db15](https://github.com/bitnami/charts/commit/b85db15)), closes [#16928](https://github.com/bitnami/charts/issues/16928) +* [bitnami/fluent-bit] Release 0.4.3 updating components versions (#16928) ([b85db15](https://github.com/bitnami/charts/commit/b85db15b7f0641bd5e9a17e0a9d6992ffe7cd356)), closes [#16928](https://github.com/bitnami/charts/issues/16928) ## 0.4.2 (2023-05-21) -* [bitnami/fluent-bit] Release 0.4.2 (#16772) ([15f5495](https://github.com/bitnami/charts/commit/15f5495)), closes [#16772](https://github.com/bitnami/charts/issues/16772) -* [bitnami/fluent-bit] Update README.md (#16728) ([249165c](https://github.com/bitnami/charts/commit/249165c)), closes [#16728](https://github.com/bitnami/charts/issues/16728) +* [bitnami/fluent-bit] Release 0.4.2 (#16772) ([15f5495](https://github.com/bitnami/charts/commit/15f5495a5fcdcf7480d0b1c4bfccbe69e7348d02)), closes [#16772](https://github.com/bitnami/charts/issues/16772) +* [bitnami/fluent-bit] Update README.md (#16728) ([249165c](https://github.com/bitnami/charts/commit/249165cfef487ae1f34ecc25ea22e6ffacd9d1bd)), closes [#16728](https://github.com/bitnami/charts/issues/16728) ## 0.4.1 (2023-05-16) -* [bitnami/fluent-bit] Release 0.4.1 (#16662) ([2447669](https://github.com/bitnami/charts/commit/2447669)), closes [#16662](https://github.com/bitnami/charts/issues/16662) +* [bitnami/fluent-bit] Release 0.4.1 (#16662) ([2447669](https://github.com/bitnami/charts/commit/244766913031039eecfc1cff6c4e9fa99cb1ea50)), closes [#16662](https://github.com/bitnami/charts/issues/16662) ## 0.4.0 (2023-05-15) -* [bitnami/fluent-bit] Remove default systemd input (#16641) ([2247af1](https://github.com/bitnami/charts/commit/2247af1)), closes [#16641](https://github.com/bitnami/charts/issues/16641) -* Add wording for enterprise page (#16560) ([8f22774](https://github.com/bitnami/charts/commit/8f22774)), closes [#16560](https://github.com/bitnami/charts/issues/16560) +* [bitnami/fluent-bit] Remove default systemd input (#16641) ([2247af1](https://github.com/bitnami/charts/commit/2247af178771e12135b910db81d3ca45b637e9e2)), closes [#16641](https://github.com/bitnami/charts/issues/16641) +* Add wording for enterprise page (#16560) ([8f22774](https://github.com/bitnami/charts/commit/8f2277440b976d52785ba9149762ad8620a73d1f)), closes [#16560](https://github.com/bitnami/charts/issues/16560) ## 0.3.0 (2023-05-09) -* [bitnami/several] Adapt Chart.yaml to set desired OCI annotations (#16546) ([fc9b18f](https://github.com/bitnami/charts/commit/fc9b18f)), closes [#16546](https://github.com/bitnami/charts/issues/16546) +* [bitnami/several] Adapt Chart.yaml to set desired OCI annotations (#16546) ([fc9b18f](https://github.com/bitnami/charts/commit/fc9b18f2e98805d4df629acbcde696f44f973344)), closes [#16546](https://github.com/bitnami/charts/issues/16546) ## 0.2.1 (2023-05-09) -* [bitnami/fluent-bit] Release 0.2.1 (#16457) ([442c092](https://github.com/bitnami/charts/commit/442c092)), closes [#16457](https://github.com/bitnami/charts/issues/16457) +* [bitnami/fluent-bit] Release 0.2.1 (#16457) ([442c092](https://github.com/bitnami/charts/commit/442c092e6d48ce49bd59df677580adc9a448487e)), closes [#16457](https://github.com/bitnami/charts/issues/16457) ## 0.2.0 (2023-05-04) -* [bitnami/fluent-bit] Include imagePullSecrets on deployment (#16381) ([51a2d30](https://github.com/bitnami/charts/commit/51a2d30)), closes [#16381](https://github.com/bitnami/charts/issues/16381) +* [bitnami/fluent-bit] Include imagePullSecrets on deployment (#16381) ([51a2d30](https://github.com/bitnami/charts/commit/51a2d30f7261b8cbfd1841624a333b4c57e972ed)), closes [#16381](https://github.com/bitnami/charts/issues/16381) ## 0.1.2 (2023-05-03) -* [bitnami/fluent-bit] Add Fluent Bit OCI links (#16352) ([2320ed7](https://github.com/bitnami/charts/commit/2320ed7)), closes [#16352](https://github.com/bitnami/charts/issues/16352) +* [bitnami/fluent-bit] Add Fluent Bit OCI links (#16352) ([2320ed7](https://github.com/bitnami/charts/commit/2320ed7eb487f0bc037044a590d86b223d8bc003)), closes [#16352](https://github.com/bitnami/charts/issues/16352) ## 0.1.1 (2023-04-29) -* [bitnami/fluent-bit] Release 0.1.1 updating components versions ([df18134](https://github.com/bitnami/charts/commit/df18134)) +* [bitnami/fluent-bit] Release 0.1.1 updating components versions ([df18134](https://github.com/bitnami/charts/commit/df18134d979edbc038f032352df3497450209a28)) ## 0.1.0 (2023-04-25) -* [bitnami/fluent-bit] Add Fluent Bit Chart (#15453) ([5bbec69](https://github.com/bitnami/charts/commit/5bbec69)), closes [#15453](https://github.com/bitnami/charts/issues/15453) [#15510](https://github.com/bitnami/charts/issues/15510) +* [bitnami/fluent-bit] Add Fluent Bit Chart (#15453) ([5bbec69](https://github.com/bitnami/charts/commit/5bbec695303d576b300c1e74a7fe22df930e2215)), closes [#15453](https://github.com/bitnami/charts/issues/15453) [#15510](https://github.com/bitnami/charts/issues/15510) diff --git a/bitnami/fluent-bit/Chart.yaml b/bitnami/fluent-bit/Chart.yaml index a94e2e8c4459b8..d2a5d30424553f 100644 --- a/bitnami/fluent-bit/Chart.yaml +++ b/bitnami/fluent-bit/Chart.yaml @@ -6,9 +6,9 @@ annotations: licenses: Apache-2.0 images: | - name: fluent-bit - image: docker.io/bitnami/fluent-bit:3.0.4-debian-12-r0 + image: docker.io/bitnami/fluent-bit:3.0.5-debian-12-r0 apiVersion: v2 -appVersion: 3.0.4 +appVersion: 3.0.5 dependencies: - name: common repository: oci://registry-1.docker.io/bitnamicharts @@ -28,4 +28,4 @@ maintainers: name: fluent-bit sources: - https://github.com/bitnami/charts/tree/main/bitnami/fluent-bit -version: 2.2.0 +version: 2.2.1 diff --git a/bitnami/fluent-bit/values.yaml b/bitnami/fluent-bit/values.yaml index d7145cbc340068..0ad76a49fe4918 100644 --- a/bitnami/fluent-bit/values.yaml +++ b/bitnami/fluent-bit/values.yaml @@ -76,7 +76,7 @@ diagnosticMode: image: registry: docker.io repository: bitnami/fluent-bit - tag: 3.0.4-debian-12-r0 + tag: 3.0.5-debian-12-r0 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' From fe8a230d41274f0222e85d9c5ca581a1d497aef9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20J=2E=20Salmer=C3=B3n-Garc=C3=ADa?= Date: Fri, 24 May 2024 18:21:02 +0200 Subject: [PATCH 008/110] [bitnami/scylladb] chore: :wrench: Increase initialDelaySeconds in liveness probe (#26416) ### Description of the change This PR increases the initialDelaySeconds of the liveness probe, as it was not fully working in some of our testing platforms. --------- Signed-off-by: Javier Salmeron Garcia Signed-off-by: Bitnami Containers Co-authored-by: Bitnami Containers --- bitnami/scylladb/CHANGELOG.md | 8 ++++++-- bitnami/scylladb/Chart.yaml | 2 +- bitnami/scylladb/README.md | 2 +- bitnami/scylladb/values.yaml | 2 +- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/bitnami/scylladb/CHANGELOG.md b/bitnami/scylladb/CHANGELOG.md index e09f8ef9f1e3d8..b5610e5a958377 100644 --- a/bitnami/scylladb/CHANGELOG.md +++ b/bitnami/scylladb/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog -## 0.1.3 (2024-05-23) +## 0.1.4 (2024-05-24) -* [bitnami/scylladb] Release 0.1.3 ([#26368](https://github.com/bitnami/charts/pull/26368)) +* [bitnami/scylladb] chore: :wrench: Increase initialDelaySeconds in liveness probe ([#26416](https://github.com/bitnami/charts/pull/26416)) + +## 0.1.3 (2024-05-23) + +* [bitnami/scylladb] Release 0.1.3 (#26368) ([c35b26f](https://github.com/bitnami/charts/commit/c35b26f04310369303d7e4a2073713cb2cd6cb11)), closes [#26368](https://github.com/bitnami/charts/issues/26368) ## 0.1.2 (2024-05-23) diff --git a/bitnami/scylladb/Chart.yaml b/bitnami/scylladb/Chart.yaml index 521af3ddf9cd8d..c29ef9381556e1 100644 --- a/bitnami/scylladb/Chart.yaml +++ b/bitnami/scylladb/Chart.yaml @@ -30,4 +30,4 @@ maintainers: name: scylladb sources: - https://github.com/bitnami/charts/tree/main/bitnami/scylladb -version: 0.1.3 +version: 0.1.4 diff --git a/bitnami/scylladb/README.md b/bitnami/scylladb/README.md index 48e1fa0a16a222..416d7ebd2f4adf 100644 --- a/bitnami/scylladb/README.md +++ b/bitnami/scylladb/README.md @@ -219,7 +219,7 @@ As the image run as non-root by default, it is necessary to adjust the ownership | `resourcesPreset` | Set container resources according to one common preset (allowed values: none, nano, micro, small, medium, large, xlarge, 2xlarge). This is ignored if resources is set (resources is recommended for production). | `large` | | `resources` | Set container requests and limits for different resources like CPU or memory (essential for production workloads) | `{}` | | `livenessProbe.enabled` | Enable livenessProbe | `true` | -| `livenessProbe.initialDelaySeconds` | Initial delay seconds for livenessProbe | `60` | +| `livenessProbe.initialDelaySeconds` | Initial delay seconds for livenessProbe | `100` | | `livenessProbe.periodSeconds` | Period seconds for livenessProbe | `30` | | `livenessProbe.timeoutSeconds` | Timeout seconds for livenessProbe | `30` | | `livenessProbe.failureThreshold` | Failure threshold for livenessProbe | `5` | diff --git a/bitnami/scylladb/values.yaml b/bitnami/scylladb/values.yaml index 42f1df169e7765..89006f389f127c 100644 --- a/bitnami/scylladb/values.yaml +++ b/bitnami/scylladb/values.yaml @@ -362,7 +362,7 @@ resources: {} ## livenessProbe: enabled: true - initialDelaySeconds: 60 + initialDelaySeconds: 100 periodSeconds: 30 timeoutSeconds: 30 successThreshold: 1 From c81241d87d534bf986d52934c80b65f846be0632 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Fri, 24 May 2024 18:26:55 +0200 Subject: [PATCH 009/110] [bitnami/wordpress] Release 22.3.1 (#26420) * [bitnami/wordpress] Release 22.3.1 updating components versions Signed-off-by: Bitnami Containers * Update CHANGELOG.md Signed-off-by: Bitnami Containers --------- Signed-off-by: Bitnami Containers --- bitnami/wordpress/CHANGELOG.md | 1339 ++++++++++++++++---------------- bitnami/wordpress/Chart.lock | 8 +- bitnami/wordpress/Chart.yaml | 4 +- bitnami/wordpress/values.yaml | 2 +- 4 files changed, 679 insertions(+), 674 deletions(-) diff --git a/bitnami/wordpress/CHANGELOG.md b/bitnami/wordpress/CHANGELOG.md index 646444b6b166d5..25be81db45f601 100644 --- a/bitnami/wordpress/CHANGELOG.md +++ b/bitnami/wordpress/CHANGELOG.md @@ -1,2390 +1,2395 @@ # Changelog +## 22.3.1 (2024-05-24) + +* [bitnami/wordpress] Release 22.3.1 ([#26420](https://github.com/bitnami/charts/pull/26420)) + ## 22.3.0 (2024-05-21) -* [bitnami/wordpress] feat: :sparkles: :lock: Add warning when original images are replaced ([#26289](https://github.com/bitnami/charts/pulls/26289)) +* [bitnami/*] ci: :construction_worker: Add tag and changelog support (#25359) ([91c707c](https://github.com/bitnami/charts/commit/91c707c9e4e574725a09505d2d313fb93f1b4c0a)), closes [#25359](https://github.com/bitnami/charts/issues/25359) +* [bitnami/wordpress] feat: :sparkles: :lock: Add warning when original images are replaced (#26289) ([e528f03](https://github.com/bitnami/charts/commit/e528f039a6eff5b7f484ee1f3b9b560229292251)), closes [#26289](https://github.com/bitnami/charts/issues/26289) ## 22.2.12 (2024-05-20) -* [bitnami/wordpress] Release 22.2.12 updating components versions (#26144) ([ac274ea](https://github.com/bitnami/charts/commit/ac274ea)), closes [#26144](https://github.com/bitnami/charts/issues/26144) +* [bitnami/wordpress] Release 22.2.12 updating components versions (#26144) ([ac274ea](https://github.com/bitnami/charts/commit/ac274ea93970522fb0682e99f6344e822a0302df)), closes [#26144](https://github.com/bitnami/charts/issues/26144) ## 22.2.11 (2024-05-18) -* [bitnami/wordpress] Release 22.2.11 updating components versions (#26089) ([b033e66](https://github.com/bitnami/charts/commit/b033e66)), closes [#26089](https://github.com/bitnami/charts/issues/26089) +* [bitnami/wordpress] Release 22.2.11 updating components versions (#26089) ([b033e66](https://github.com/bitnami/charts/commit/b033e6633a61be532a9ff286f0bde4b0341c4192)), closes [#26089](https://github.com/bitnami/charts/issues/26089) ## 22.2.10 (2024-05-16) -* [bitnami/wordpress] Release 22.2.10 updating components versions (#25948) ([64765dc](https://github.com/bitnami/charts/commit/64765dc)), closes [#25948](https://github.com/bitnami/charts/issues/25948) +* [bitnami/wordpress] Release 22.2.10 updating components versions (#25948) ([64765dc](https://github.com/bitnami/charts/commit/64765dc579baadb5dd4b522a712f36b709a23a72)), closes [#25948](https://github.com/bitnami/charts/issues/25948) ## 22.2.9 (2024-05-16) -* [bitnami/wordpress] Use different liveness/readiness probes (#25897) ([0039279](https://github.com/bitnami/charts/commit/0039279)), closes [#25897](https://github.com/bitnami/charts/issues/25897) +* [bitnami/wordpress] Use different liveness/readiness probes (#25897) ([0039279](https://github.com/bitnami/charts/commit/0039279337b0a142824df3902c27e536cff5d29b)), closes [#25897](https://github.com/bitnami/charts/issues/25897) ## 22.2.8 (2024-05-14) -* [bitnami/wordpress] Release 22.2.8 updating components versions (#25832) ([801cef7](https://github.com/bitnami/charts/commit/801cef7)), closes [#25832](https://github.com/bitnami/charts/issues/25832) +* [bitnami/wordpress] Release 22.2.8 updating components versions (#25832) ([801cef7](https://github.com/bitnami/charts/commit/801cef70a37f82976e2ab8e9ead50b306c41d269)), closes [#25832](https://github.com/bitnami/charts/issues/25832) ## 22.2.7 (2024-05-10) -* [bitnami/*] Change non-root and rolling-tags doc URLs (#25628) ([b067c94](https://github.com/bitnami/charts/commit/b067c94)), closes [#25628](https://github.com/bitnami/charts/issues/25628) -* [bitnami/wordpress] Release 22.2.7 updating components versions (#25680) ([c682036](https://github.com/bitnami/charts/commit/c682036)), closes [#25680](https://github.com/bitnami/charts/issues/25680) +* [bitnami/*] Change non-root and rolling-tags doc URLs (#25628) ([b067c94](https://github.com/bitnami/charts/commit/b067c94f6bcde427863c197fd355f0b5ba12ff5b)), closes [#25628](https://github.com/bitnami/charts/issues/25628) +* [bitnami/wordpress] Release 22.2.7 updating components versions (#25680) ([c682036](https://github.com/bitnami/charts/commit/c682036ef5d3a858c60081ed01cb8e5f9ff79538)), closes [#25680](https://github.com/bitnami/charts/issues/25680) ## 22.2.6 (2024-05-08) -* [bitnami/*] Set new header/owner (#25558) ([8d1dc11](https://github.com/bitnami/charts/commit/8d1dc11)), closes [#25558](https://github.com/bitnami/charts/issues/25558) -* [bitnami/wordpress] Release 22.2.6 updating components versions (#25626) ([027c200](https://github.com/bitnami/charts/commit/027c200)), closes [#25626](https://github.com/bitnami/charts/issues/25626) +* [bitnami/*] Set new header/owner (#25558) ([8d1dc11](https://github.com/bitnami/charts/commit/8d1dc11f5fb30db6fba50c43d7af59d2f79deed3)), closes [#25558](https://github.com/bitnami/charts/issues/25558) +* [bitnami/wordpress] Release 22.2.6 updating components versions (#25626) ([027c200](https://github.com/bitnami/charts/commit/027c2002a8146141114581042e229d3d6f2fe4de)), closes [#25626](https://github.com/bitnami/charts/issues/25626) ## 22.2.5 (2024-05-06) -* [bitnami/wordpress] Release 22.2.5 updating components versions (#25556) ([6a0a048](https://github.com/bitnami/charts/commit/6a0a048)), closes [#25556](https://github.com/bitnami/charts/issues/25556) +* [bitnami/wordpress] Release 22.2.5 updating components versions (#25556) ([6a0a048](https://github.com/bitnami/charts/commit/6a0a0481d454ec2d42cd68ccef66a19c6f9e0280)), closes [#25556](https://github.com/bitnami/charts/issues/25556) ## 22.2.4 (2024-05-03) -* [bitnami/wordpress] Release 22.2.4 updating components versions (#25526) ([5a86c10](https://github.com/bitnami/charts/commit/5a86c10)), closes [#25526](https://github.com/bitnami/charts/issues/25526) +* [bitnami/wordpress] Release 22.2.4 updating components versions (#25526) ([5a86c10](https://github.com/bitnami/charts/commit/5a86c1054f970fd4915db124c0c8f68eac8f10d8)), closes [#25526](https://github.com/bitnami/charts/issues/25526) ## 22.2.3 (2024-05-02) -* [bitnami/multiple charts] Fix typo: "NetworkPolice" vs "NetworkPolicy" (#25348) ([6970c1b](https://github.com/bitnami/charts/commit/6970c1b)), closes [#25348](https://github.com/bitnami/charts/issues/25348) -* [bitnami/wordpress] Release 22.2.3 updating components versions (#25509) ([1f8d834](https://github.com/bitnami/charts/commit/1f8d834)), closes [#25509](https://github.com/bitnami/charts/issues/25509) -* Replace VMware by Broadcom copyright text (#25306) ([a5e4bd0](https://github.com/bitnami/charts/commit/a5e4bd0)), closes [#25306](https://github.com/bitnami/charts/issues/25306) +* [bitnami/multiple charts] Fix typo: "NetworkPolice" vs "NetworkPolicy" (#25348) ([6970c1b](https://github.com/bitnami/charts/commit/6970c1ba245873506e73d459c6eac1e4919b778f)), closes [#25348](https://github.com/bitnami/charts/issues/25348) +* [bitnami/wordpress] Release 22.2.3 updating components versions (#25509) ([1f8d834](https://github.com/bitnami/charts/commit/1f8d8346c22e26a7e905631805f3e0bf7847e96b)), closes [#25509](https://github.com/bitnami/charts/issues/25509) +* Replace VMware by Broadcom copyright text (#25306) ([a5e4bd0](https://github.com/bitnami/charts/commit/a5e4bd0e35e419203793976a78d9d0a13de92c76)), closes [#25306](https://github.com/bitnami/charts/issues/25306) ## 22.2.2 (2024-04-22) -* [bitnami/wordpress] Release 22.2.2 updating components versions (#25311) ([637488d](https://github.com/bitnami/charts/commit/637488d)), closes [#25311](https://github.com/bitnami/charts/issues/25311) +* [bitnami/wordpress] Release 22.2.2 updating components versions (#25311) ([637488d](https://github.com/bitnami/charts/commit/637488d259e4ece98c37f31d3cd6f89c1444d057)), closes [#25311](https://github.com/bitnami/charts/issues/25311) ## 22.2.1 (2024-04-18) -* [bitnami/wordpress] Release 22.2.1 updating components versions (#25231) ([2c76662](https://github.com/bitnami/charts/commit/2c76662)), closes [#25231](https://github.com/bitnami/charts/issues/25231) +* [bitnami/wordpress] Release 22.2.1 updating components versions (#25231) ([2c76662](https://github.com/bitnami/charts/commit/2c7666225b6d2d9d709ec6c873a2d69a1a039cc2)), closes [#25231](https://github.com/bitnami/charts/issues/25231) ## 22.2.0 (2024-04-17) -* [bitnami/wordpress] Add secondary ingress to Wordpress for /wp-admin (#24311) ([e304cb4](https://github.com/bitnami/charts/commit/e304cb4)), closes [#24311](https://github.com/bitnami/charts/issues/24311) [#24881](https://github.com/bitnami/charts/issues/24881) +* [bitnami/wordpress] Add secondary ingress to Wordpress for /wp-admin (#24311) ([e304cb4](https://github.com/bitnami/charts/commit/e304cb4833868ccc3b744087e88a5ab6d7e71394)), closes [#24311](https://github.com/bitnami/charts/issues/24311) [#24881](https://github.com/bitnami/charts/issues/24881) ## 22.1.8 (2024-04-16) -* [bitnami/wordpress] Release 22.1.8 updating components versions (#25194) ([6e0431b](https://github.com/bitnami/charts/commit/6e0431b)), closes [#25194](https://github.com/bitnami/charts/issues/25194) +* [bitnami/wordpress] Release 22.1.8 updating components versions (#25194) ([6e0431b](https://github.com/bitnami/charts/commit/6e0431b00c8c16b969a9ae0590c7afa8cc4d1987)), closes [#25194](https://github.com/bitnami/charts/issues/25194) ## 22.1.7 (2024-04-10) -* [bitnami/wordpress] Release 22.1.7 updating components versions (#25123) ([f0e3793](https://github.com/bitnami/charts/commit/f0e3793)), closes [#25123](https://github.com/bitnami/charts/issues/25123) +* [bitnami/wordpress] Release 22.1.7 updating components versions (#25123) ([f0e3793](https://github.com/bitnami/charts/commit/f0e379342cc79a0a5042bf180391826d074901b5)), closes [#25123](https://github.com/bitnami/charts/issues/25123) ## 22.1.6 (2024-04-10) -* [bitnami/wordpress] Release 22.1.6 updating components versions (#25087) ([18723bc](https://github.com/bitnami/charts/commit/18723bc)), closes [#25087](https://github.com/bitnami/charts/issues/25087) +* [bitnami/wordpress] Release 22.1.6 updating components versions (#25087) ([18723bc](https://github.com/bitnami/charts/commit/18723bc960ee6c3f306076cbe5540beb665d37a0)), closes [#25087](https://github.com/bitnami/charts/issues/25087) ## 22.1.5 (2024-04-08) -* [bitnami/wordpress] fix: :bug: Set readOnlyRootFilesystem=true in metrics container (#25033) ([d54c0a7](https://github.com/bitnami/charts/commit/d54c0a7)), closes [#25033](https://github.com/bitnami/charts/issues/25033) +* [bitnami/wordpress] fix: :bug: Set readOnlyRootFilesystem=true in metrics container (#25033) ([d54c0a7](https://github.com/bitnami/charts/commit/d54c0a7d0a9826d48a909794a8bccbb2fc76a20b)), closes [#25033](https://github.com/bitnami/charts/issues/25033) ## 22.1.4 (2024-04-08) -* [bitnami/wordpress] Preserve default PHP config from container build (#25034) ([2e7963d](https://github.com/bitnami/charts/commit/2e7963d)), closes [#25034](https://github.com/bitnami/charts/issues/25034) +* [bitnami/wordpress] Preserve default PHP config from container build (#25034) ([2e7963d](https://github.com/bitnami/charts/commit/2e7963d2d87378f84f3f58d792b74a831858f9e3)), closes [#25034](https://github.com/bitnami/charts/issues/25034) ## 22.1.3 (2024-04-05) -* [bitnami/wordpress] Release 22.1.3 updating components versions (#24983) ([30cb6bd](https://github.com/bitnami/charts/commit/30cb6bd)), closes [#24983](https://github.com/bitnami/charts/issues/24983) +* [bitnami/wordpress] Release 22.1.3 updating components versions (#24983) ([30cb6bd](https://github.com/bitnami/charts/commit/30cb6bdfa8856ba4d9e49662f2c1f6775f25c222)), closes [#24983](https://github.com/bitnami/charts/issues/24983) ## 22.1.2 (2024-04-05) -* [bitnami/wordpress] Release 22.1.2 updating components versions (#24925) ([974a7a2](https://github.com/bitnami/charts/commit/974a7a2)), closes [#24925](https://github.com/bitnami/charts/issues/24925) +* [bitnami/wordpress] Release 22.1.2 updating components versions (#24925) ([974a7a2](https://github.com/bitnami/charts/commit/974a7a2bd1a98fa63f1ce48d554963fe53f9dfae)), closes [#24925](https://github.com/bitnami/charts/issues/24925) ## 22.1.1 (2024-04-04) -* [bitnami/wordpress] fix: :bug: Create htaccess folder when using custom configmap (#24867) ([f99f48b](https://github.com/bitnami/charts/commit/f99f48b)), closes [#24867](https://github.com/bitnami/charts/issues/24867) +* [bitnami/wordpress] fix: :bug: Create htaccess folder when using custom configmap (#24867) ([f99f48b](https://github.com/bitnami/charts/commit/f99f48b6cc4b5d3085ee4d35aa6df99d71e66198)), closes [#24867](https://github.com/bitnami/charts/issues/24867) ## 22.1.0 (2024-04-03) -* [bitnami/*] Readme typos (#24852) ([532fcdc](https://github.com/bitnami/charts/commit/532fcdc)), closes [#24852](https://github.com/bitnami/charts/issues/24852) -* [bitnami/wordpress] Release 21.0.11 (#24843) ([1cc61c1](https://github.com/bitnami/charts/commit/1cc61c1)), closes [#24843](https://github.com/bitnami/charts/issues/24843) -* Update resourcesPreset comments (#24467) ([92e3e8a](https://github.com/bitnami/charts/commit/92e3e8a)), closes [#24467](https://github.com/bitnami/charts/issues/24467) +* [bitnami/*] Readme typos (#24852) ([532fcdc](https://github.com/bitnami/charts/commit/532fcdc499cb67eccf0ade49ff1c02d3deb1d696)), closes [#24852](https://github.com/bitnami/charts/issues/24852) +* [bitnami/wordpress] Release 21.0.11 (#24843) ([1cc61c1](https://github.com/bitnami/charts/commit/1cc61c1e00ba562639798ba105ab21f970ed5a5a)), closes [#24843](https://github.com/bitnami/charts/issues/24843) +* Update resourcesPreset comments (#24467) ([92e3e8a](https://github.com/bitnami/charts/commit/92e3e8a507326d2a20a8f10ab3e7746a2ec5c554)), closes [#24467](https://github.com/bitnami/charts/issues/24467) ## 22.0.0 (2024-04-03) -* [bitnami/wordpress] Update MariaDB to branch 11.3 (#24831) ([0365986](https://github.com/bitnami/charts/commit/0365986)), closes [#24831](https://github.com/bitnami/charts/issues/24831) +* [bitnami/wordpress] Update MariaDB to branch 11.3 (#24831) ([0365986](https://github.com/bitnami/charts/commit/0365986d4f5273410de44c5b052219f75e1bdee8)), closes [#24831](https://github.com/bitnami/charts/issues/24831) ## 21.0.10 (2024-04-02) -* [bitnami/wordpress] Release 21.0.10 updating components versions (#24800) ([41952c3](https://github.com/bitnami/charts/commit/41952c3)), closes [#24800](https://github.com/bitnami/charts/issues/24800) +* [bitnami/wordpress] Release 21.0.10 updating components versions (#24800) ([41952c3](https://github.com/bitnami/charts/commit/41952c33d9e829b6cfcfeb6a70a091736c0c06e2)), closes [#24800](https://github.com/bitnami/charts/issues/24800) ## 21.0.9 (2024-04-01) -* [bitnami/wordpress] Release 21.0.9 updating components versions (#24782) ([f23b937](https://github.com/bitnami/charts/commit/f23b937)), closes [#24782](https://github.com/bitnami/charts/issues/24782) +* [bitnami/wordpress] Release 21.0.9 updating components versions (#24782) ([f23b937](https://github.com/bitnami/charts/commit/f23b937917ab09111c636298413b625f79dde720)), closes [#24782](https://github.com/bitnami/charts/issues/24782) ## 21.0.8 (2024-04-01) -* [bitnami/wordpress] fix: :bug: Load missing libfs.sh library in init container (#24644) ([7e7a609](https://github.com/bitnami/charts/commit/7e7a609)), closes [#24644](https://github.com/bitnami/charts/issues/24644) -* [bitnami/wordpress] Release 21.0.8 updating components versions (#24761) ([a5f942f](https://github.com/bitnami/charts/commit/a5f942f)), closes [#24761](https://github.com/bitnami/charts/issues/24761) +* [bitnami/wordpress] fix: :bug: Load missing libfs.sh library in init container (#24644) ([7e7a609](https://github.com/bitnami/charts/commit/7e7a60900cada48d33402d97a7d45225fc77d068)), closes [#24644](https://github.com/bitnami/charts/issues/24644) +* [bitnami/wordpress] Release 21.0.8 updating components versions (#24761) ([a5f942f](https://github.com/bitnami/charts/commit/a5f942f956af232a776dccc0cc9a85cbbae21989)), closes [#24761](https://github.com/bitnami/charts/issues/24761) ## 21.0.7 (2024-03-28) -* [bitnami/wordpress] Release 21.0.7 updating components versions (#24743) ([523d5e4](https://github.com/bitnami/charts/commit/523d5e4)), closes [#24743](https://github.com/bitnami/charts/issues/24743) +* [bitnami/wordpress] Release 21.0.7 updating components versions (#24743) ([523d5e4](https://github.com/bitnami/charts/commit/523d5e4aea48e2a24e54a6a4abcd88f3494d1d08)), closes [#24743](https://github.com/bitnami/charts/issues/24743) ## 21.0.6 (2024-03-22) -* [bitnami/wordpress] Release 21.0.6 updating components versions (#24632) ([3c6a419](https://github.com/bitnami/charts/commit/3c6a419)), closes [#24632](https://github.com/bitnami/charts/issues/24632) +* [bitnami/wordpress] Release 21.0.6 updating components versions (#24632) ([3c6a419](https://github.com/bitnami/charts/commit/3c6a419bceab033d755f52d1b382ecfb5c268cbd)), closes [#24632](https://github.com/bitnami/charts/issues/24632) ## 21.0.5 (2024-03-21) -* [bitnami/wordpress] Release 21.0.5 updating components versions (#24613) ([f1339c5](https://github.com/bitnami/charts/commit/f1339c5)), closes [#24613](https://github.com/bitnami/charts/issues/24613) +* [bitnami/wordpress] Release 21.0.5 updating components versions (#24613) ([f1339c5](https://github.com/bitnami/charts/commit/f1339c57de26f76c919b346c1519c5055e219623)), closes [#24613](https://github.com/bitnami/charts/issues/24613) ## 21.0.4 (2024-03-21) -* [bitnami/wordpress] Release 21.0.4 updating components versions (#24609) ([f7bbf59](https://github.com/bitnami/charts/commit/f7bbf59)), closes [#24609](https://github.com/bitnami/charts/issues/24609) +* [bitnami/wordpress] Release 21.0.4 updating components versions (#24609) ([f7bbf59](https://github.com/bitnami/charts/commit/f7bbf59479eee1ef51823db6bd8b6108f02adea8)), closes [#24609](https://github.com/bitnami/charts/issues/24609) ## 21.0.3 (2024-03-21) -* [bitnami/wordpress] Release 21.0.3 updating components versions (#24589) ([fe0866d](https://github.com/bitnami/charts/commit/fe0866d)), closes [#24589](https://github.com/bitnami/charts/issues/24589) +* [bitnami/wordpress] Release 21.0.3 updating components versions (#24589) ([fe0866d](https://github.com/bitnami/charts/commit/fe0866d9e8142d79fb5f082210638caddeaefc51)), closes [#24589](https://github.com/bitnami/charts/issues/24589) ## 21.0.2 (2024-03-20) -* [bitnami/wordpress] Release 21.0.2 updating components versions (#24583) ([6fbf3dd](https://github.com/bitnami/charts/commit/6fbf3dd)), closes [#24583](https://github.com/bitnami/charts/issues/24583) +* [bitnami/wordpress] Release 21.0.2 updating components versions (#24583) ([6fbf3dd](https://github.com/bitnami/charts/commit/6fbf3ddd2a1f530557cbf4db6ceb1a1c6109533f)), closes [#24583](https://github.com/bitnami/charts/issues/24583) ## 21.0.1 (2024-03-20) -* [bitnami/wordpress] Update resource presets (#24573) ([d75b996](https://github.com/bitnami/charts/commit/d75b996)), closes [#24573](https://github.com/bitnami/charts/issues/24573) +* [bitnami/wordpress] Update resource presets (#24573) ([d75b996](https://github.com/bitnami/charts/commit/d75b996c3aa636e00686bbdd98df9860df95b01a)), closes [#24573](https://github.com/bitnami/charts/issues/24573) ## 21.0.0 (2024-03-19) -* [bitnami/wordpress] feat!: :lock: :boom: Improve security defaults (#24537) ([38bf03c](https://github.com/bitnami/charts/commit/38bf03c)), closes [#24537](https://github.com/bitnami/charts/issues/24537) +* [bitnami/wordpress] feat!: :lock: :boom: Improve security defaults (#24537) ([38bf03c](https://github.com/bitnami/charts/commit/38bf03c4c13a580baeb856db99a3bee4c081ad90)), closes [#24537](https://github.com/bitnami/charts/issues/24537) ## 20.1.3 (2024-03-18) -* [bitnami/*] Reorder Chart sections (#24455) ([0cf4048](https://github.com/bitnami/charts/commit/0cf4048)), closes [#24455](https://github.com/bitnami/charts/issues/24455) -* [bitnami/wordpress] Release 20.1.3 updating components versions (#24518) ([cdc0679](https://github.com/bitnami/charts/commit/cdc0679)), closes [#24518](https://github.com/bitnami/charts/issues/24518) +* [bitnami/*] Reorder Chart sections (#24455) ([0cf4048](https://github.com/bitnami/charts/commit/0cf4048e8743f70a9753d460655bd030cbff6824)), closes [#24455](https://github.com/bitnami/charts/issues/24455) +* [bitnami/wordpress] Release 20.1.3 updating components versions (#24518) ([cdc0679](https://github.com/bitnami/charts/commit/cdc06795ba3b1e1b9a9899e9aefb8085c9bbd662)), closes [#24518](https://github.com/bitnami/charts/issues/24518) ## 20.1.2 (2024-03-08) -* [bitnami/wordpress] Release 20.1.2 updating components versions (#24305) ([394faa1](https://github.com/bitnami/charts/commit/394faa1)), closes [#24305](https://github.com/bitnami/charts/issues/24305) +* [bitnami/wordpress] Release 20.1.2 updating components versions (#24305) ([394faa1](https://github.com/bitnami/charts/commit/394faa187fba08585d6d488af867e566763819a3)), closes [#24305](https://github.com/bitnami/charts/issues/24305) ## 20.1.1 (2024-03-07) -* [bitnami/wordpress] Release 20.1.1 updating components versions (#24235) ([da272a0](https://github.com/bitnami/charts/commit/da272a0)), closes [#24235](https://github.com/bitnami/charts/issues/24235) +* [bitnami/wordpress] Release 20.1.1 updating components versions (#24235) ([da272a0](https://github.com/bitnami/charts/commit/da272a02787174ab0316fbce0888abe0b8990694)), closes [#24235](https://github.com/bitnami/charts/issues/24235) ## 20.1.0 (2024-03-06) -* [bitnami/wordpress] feat: :sparkles: :lock: Add automatic adaptation for Openshift restricted-v2 SCC ([f066660](https://github.com/bitnami/charts/commit/f066660)), closes [#24167](https://github.com/bitnami/charts/issues/24167) +* [bitnami/wordpress] feat: :sparkles: :lock: Add automatic adaptation for Openshift restricted-v2 SCC ([f066660](https://github.com/bitnami/charts/commit/f066660060cb43bfeab8553328b1648e7ccb87b4)), closes [#24167](https://github.com/bitnami/charts/issues/24167) ## 20.0.1 (2024-03-05) -* [bitnami/wordpress] Release 20.0.1 updating components versions (#24148) ([781987f](https://github.com/bitnami/charts/commit/781987f)), closes [#24148](https://github.com/bitnami/charts/issues/24148) +* [bitnami/wordpress] Release 20.0.1 updating components versions (#24148) ([781987f](https://github.com/bitnami/charts/commit/781987fa4bb120f52cbd74cd61484bf45bfb5daa)), closes [#24148](https://github.com/bitnami/charts/issues/24148) ## 20.0.0 (2024-03-04) -* [bitnami/wordpress] Update bundled MariaDB (#24030) ([db99feb](https://github.com/bitnami/charts/commit/db99feb)), closes [#24030](https://github.com/bitnami/charts/issues/24030) +* [bitnami/wordpress] Update bundled MariaDB (#24030) ([db99feb](https://github.com/bitnami/charts/commit/db99feb3f4ba800213bdd975a928403eb2df9ec5)), closes [#24030](https://github.com/bitnami/charts/issues/24030) ## 19.4.3 (2024-02-28) -* [bitnami/wordpress] Release 19.4.3 updating components versions (#23960) ([1a21f05](https://github.com/bitnami/charts/commit/1a21f05)), closes [#23960](https://github.com/bitnami/charts/issues/23960) +* [bitnami/wordpress] Release 19.4.3 updating components versions (#23960) ([1a21f05](https://github.com/bitnami/charts/commit/1a21f054ec3069f7185faa9adce77470af781a99)), closes [#23960](https://github.com/bitnami/charts/issues/23960) ## 19.4.2 (2024-02-27) -* [bitnami/wordpress] Release 19.4.2 updating components versions (#23838) ([a6c4cec](https://github.com/bitnami/charts/commit/a6c4cec)), closes [#23838](https://github.com/bitnami/charts/issues/23838) +* [bitnami/wordpress] Release 19.4.2 updating components versions (#23838) ([a6c4cec](https://github.com/bitnami/charts/commit/a6c4cecd6a12ace76b897be222912a3cc76e708f)), closes [#23838](https://github.com/bitnami/charts/issues/23838) ## 19.4.1 (2024-02-21) -* [bitnami/wordpress] Release 19.4.1 updating components versions (#23703) ([6ea0399](https://github.com/bitnami/charts/commit/6ea0399)), closes [#23703](https://github.com/bitnami/charts/issues/23703) +* [bitnami/wordpress] Release 19.4.1 updating components versions (#23703) ([6ea0399](https://github.com/bitnami/charts/commit/6ea039931dbec05ad6e0aa577311f6c0c6863d5a)), closes [#23703](https://github.com/bitnami/charts/issues/23703) ## 19.4.0 (2024-02-20) -* [bitnami/*] Bump all versions (#23602) ([b70ee2a](https://github.com/bitnami/charts/commit/b70ee2a)), closes [#23602](https://github.com/bitnami/charts/issues/23602) +* [bitnami/*] Bump all versions (#23602) ([b70ee2a](https://github.com/bitnami/charts/commit/b70ee2a30e4dc256bf0ac52928fb2fa7a70f049b)), closes [#23602](https://github.com/bitnami/charts/issues/23602) ## 19.3.0 (2024-02-16) -* [bitnami/wordpress] feat: :sparkles: :lock: Add resource preset support (#23532) ([4dbcd02](https://github.com/bitnami/charts/commit/4dbcd02)), closes [#23532](https://github.com/bitnami/charts/issues/23532) +* [bitnami/wordpress] feat: :sparkles: :lock: Add resource preset support (#23532) ([4dbcd02](https://github.com/bitnami/charts/commit/4dbcd02b922d56e89b6dbf5a7d7fa7d1103fc31b)), closes [#23532](https://github.com/bitnami/charts/issues/23532) ## 19.2.6 (2024-02-08) -* [bitnami/wordpress] Release 19.2.6 updating components versions (#23351) ([8e86911](https://github.com/bitnami/charts/commit/8e86911)), closes [#23351](https://github.com/bitnami/charts/issues/23351) +* [bitnami/wordpress] Release 19.2.6 updating components versions (#23351) ([8e86911](https://github.com/bitnami/charts/commit/8e86911b365538132bb641973f6f3afce9505c7a)), closes [#23351](https://github.com/bitnami/charts/issues/23351) ## 19.2.5 (2024-02-08) -* [bitnami/wordpress] Release 19.2.5 updating components versions (#23318) ([99977b9](https://github.com/bitnami/charts/commit/99977b9)), closes [#23318](https://github.com/bitnami/charts/issues/23318) +* [bitnami/wordpress] Release 19.2.5 updating components versions (#23318) ([99977b9](https://github.com/bitnami/charts/commit/99977b9948cf242b055adb0a356f996806f524d6)), closes [#23318](https://github.com/bitnami/charts/issues/23318) ## 19.2.4 (2024-02-07) -* [bitnami/wordpress] Release 19.2.4 updating components versions (#23246) ([121e680](https://github.com/bitnami/charts/commit/121e680)), closes [#23246](https://github.com/bitnami/charts/issues/23246) +* [bitnami/wordpress] Release 19.2.4 updating components versions (#23246) ([121e680](https://github.com/bitnami/charts/commit/121e6806f377c6c7e98556b478039f590c28f1bc)), closes [#23246](https://github.com/bitnami/charts/issues/23246) ## 19.2.3 (2024-02-03) -* [bitnami/wordpress] Release 19.2.3 updating components versions (#23151) ([252dcb5](https://github.com/bitnami/charts/commit/252dcb5)), closes [#23151](https://github.com/bitnami/charts/issues/23151) +* [bitnami/wordpress] Release 19.2.3 updating components versions (#23151) ([252dcb5](https://github.com/bitnami/charts/commit/252dcb5352e210c4b64a3fa2dd3dde8b24fb619d)), closes [#23151](https://github.com/bitnami/charts/issues/23151) ## 19.2.2 (2024-01-27) -* [bitnami/*] Move documentation sections from docs.bitnami.com back to the README (#22203) ([7564f36](https://github.com/bitnami/charts/commit/7564f36)), closes [#22203](https://github.com/bitnami/charts/issues/22203) -* [bitnami/wordpress] fix: :bug: Set seLinuxOptions to null for Openshift compatibility (#22669) ([f9aca5c](https://github.com/bitnami/charts/commit/f9aca5c)), closes [#22669](https://github.com/bitnami/charts/issues/22669) -* [bitnami/wordpress] Release 19.2.2 updating components versions (#22788) ([2ad77a5](https://github.com/bitnami/charts/commit/2ad77a5)), closes [#22788](https://github.com/bitnami/charts/issues/22788) +* [bitnami/*] Move documentation sections from docs.bitnami.com back to the README (#22203) ([7564f36](https://github.com/bitnami/charts/commit/7564f36ca1e95ff30ee686652b7ab8690561a707)), closes [#22203](https://github.com/bitnami/charts/issues/22203) +* [bitnami/wordpress] fix: :bug: Set seLinuxOptions to null for Openshift compatibility (#22669) ([f9aca5c](https://github.com/bitnami/charts/commit/f9aca5cf566b97d84b6f1627c78d35dc0c027842)), closes [#22669](https://github.com/bitnami/charts/issues/22669) +* [bitnami/wordpress] Release 19.2.2 updating components versions (#22788) ([2ad77a5](https://github.com/bitnami/charts/commit/2ad77a5d40971a2065c15f91ab24cfcffa64dada)), closes [#22788](https://github.com/bitnami/charts/issues/22788) ## 19.2.1 (2024-01-23) -* [bitnami/wordpress] Release 19.2.1 updating components versions (#22675) ([1bfaa85](https://github.com/bitnami/charts/commit/1bfaa85)), closes [#22675](https://github.com/bitnami/charts/issues/22675) +* [bitnami/wordpress] Release 19.2.1 updating components versions (#22675) ([1bfaa85](https://github.com/bitnami/charts/commit/1bfaa8593cbad5421809ab816addf416898c8e2e)), closes [#22675](https://github.com/bitnami/charts/issues/22675) ## 19.2.0 (2024-01-22) -* [bitnami/wordpress] fix: :lock: Move service-account token auto-mount to pod declaration (#22469) ([72bd83a](https://github.com/bitnami/charts/commit/72bd83a)), closes [#22469](https://github.com/bitnami/charts/issues/22469) +* [bitnami/wordpress] fix: :lock: Move service-account token auto-mount to pod declaration (#22469) ([72bd83a](https://github.com/bitnami/charts/commit/72bd83a4f2bf70de5ca0ddaa3bfa2492c1570d79)), closes [#22469](https://github.com/bitnami/charts/issues/22469) ## 19.1.2 (2024-01-18) -* [bitnami/wordpress] Release 19.1.2 updating components versions (#22504) ([724707b](https://github.com/bitnami/charts/commit/724707b)), closes [#22504](https://github.com/bitnami/charts/issues/22504) +* [bitnami/wordpress] Release 19.1.2 updating components versions (#22504) ([724707b](https://github.com/bitnami/charts/commit/724707b58caa8ae419099f1d865704f1cf3d763a)), closes [#22504](https://github.com/bitnami/charts/issues/22504) ## 19.1.1 (2024-01-18) -* [bitnami/wordpress] Release 19.1.1 updating components versions (#22346) ([e89e27e](https://github.com/bitnami/charts/commit/e89e27e)), closes [#22346](https://github.com/bitnami/charts/issues/22346) +* [bitnami/wordpress] Release 19.1.1 updating components versions (#22346) ([e89e27e](https://github.com/bitnami/charts/commit/e89e27e1ab8ba070473c8d7f7b616c752fdcac13)), closes [#22346](https://github.com/bitnami/charts/issues/22346) ## 19.1.0 (2024-01-16) -* [bitnami/wordpress] fix: :lock: Improve podSecurityContext and containerSecurityContext with essenti ([87aa832](https://github.com/bitnami/charts/commit/87aa832)), closes [#22200](https://github.com/bitnami/charts/issues/22200) +* [bitnami/wordpress] fix: :lock: Improve podSecurityContext and containerSecurityContext with essenti ([87aa832](https://github.com/bitnami/charts/commit/87aa8322a86581b44b2c46e5bcba729f2970d029)), closes [#22200](https://github.com/bitnami/charts/issues/22200) ## 19.0.8 (2024-01-15) -* [bitnami/wordpress] fix: :lock: Do not use the default service account (#22032) ([863e060](https://github.com/bitnami/charts/commit/863e060)), closes [#22032](https://github.com/bitnami/charts/issues/22032) +* [bitnami/wordpress] fix: :lock: Do not use the default service account (#22032) ([863e060](https://github.com/bitnami/charts/commit/863e060e945c5db683638cb661f04ad124858dc6)), closes [#22032](https://github.com/bitnami/charts/issues/22032) ## 19.0.7 (2024-01-12) -* [bitnami/wordpress] Release 19.0.7 updating components versions (#22073) ([51b031b](https://github.com/bitnami/charts/commit/51b031b)), closes [#22073](https://github.com/bitnami/charts/issues/22073) +* [bitnami/wordpress] Release 19.0.7 updating components versions (#22073) ([51b031b](https://github.com/bitnami/charts/commit/51b031bc968768a1a8a94565fa8dbc4b1dc20135)), closes [#22073](https://github.com/bitnami/charts/issues/22073) ## 19.0.6 (2024-01-12) -* [bitnami/*] Fix ref links (in comments) (#21822) ([e4fa296](https://github.com/bitnami/charts/commit/e4fa296)), closes [#21822](https://github.com/bitnami/charts/issues/21822) -* [bitnami/wordpress] Release 19.0.6 updating components versions (#22071) ([e7e16c3](https://github.com/bitnami/charts/commit/e7e16c3)), closes [#22071](https://github.com/bitnami/charts/issues/22071) +* [bitnami/*] Fix ref links (in comments) (#21822) ([e4fa296](https://github.com/bitnami/charts/commit/e4fa296106b225cf8c82445727c675c7c725e380)), closes [#21822](https://github.com/bitnami/charts/issues/21822) +* [bitnami/wordpress] Release 19.0.6 updating components versions (#22071) ([e7e16c3](https://github.com/bitnami/charts/commit/e7e16c3b07733bdcb974665ef4aa3bcc92fdb1cc)), closes [#22071](https://github.com/bitnami/charts/issues/22071) ## 19.0.5 (2024-01-10) -* [bitnami/*] Fix docs.bitnami.com broken links (#21901) ([f35506d](https://github.com/bitnami/charts/commit/f35506d)), closes [#21901](https://github.com/bitnami/charts/issues/21901) -* [bitnami/*] Update copyright: Year and company (#21815) ([6c4bf75](https://github.com/bitnami/charts/commit/6c4bf75)), closes [#21815](https://github.com/bitnami/charts/issues/21815) -* [bitnami/wordpress] Release 19.0.5 updating components versions (#21976) ([69d1a1d](https://github.com/bitnami/charts/commit/69d1a1d)), closes [#21976](https://github.com/bitnami/charts/issues/21976) +* [bitnami/*] Fix docs.bitnami.com broken links (#21901) ([f35506d](https://github.com/bitnami/charts/commit/f35506d2dadee4f097986e7792df1f53ab215b5d)), closes [#21901](https://github.com/bitnami/charts/issues/21901) +* [bitnami/*] Update copyright: Year and company (#21815) ([6c4bf75](https://github.com/bitnami/charts/commit/6c4bf75dec58fc7c9aee9f089777b1a858c17d5b)), closes [#21815](https://github.com/bitnami/charts/issues/21815) +* [bitnami/wordpress] Release 19.0.5 updating components versions (#21976) ([69d1a1d](https://github.com/bitnami/charts/commit/69d1a1d80698337b8a1f27bab2083aa768d0326d)), closes [#21976](https://github.com/bitnami/charts/issues/21976) ## 19.0.4 (2023-12-22) -* [bitnami/wordpress] Release 19.0.4 updating components versions (#21744) ([cc8884f](https://github.com/bitnami/charts/commit/cc8884f)), closes [#21744](https://github.com/bitnami/charts/issues/21744) +* [bitnami/wordpress] Release 19.0.4 updating components versions (#21744) ([cc8884f](https://github.com/bitnami/charts/commit/cc8884fdf59ed94b9c7177b34070dd6ea86c9b5b)), closes [#21744](https://github.com/bitnami/charts/issues/21744) ## 19.0.3 (2023-12-22) -* [bitnami/wordpress] Release 19.0.3 updating components versions (#21729) ([fd809de](https://github.com/bitnami/charts/commit/fd809de)), closes [#21729](https://github.com/bitnami/charts/issues/21729) +* [bitnami/wordpress] Release 19.0.3 updating components versions (#21729) ([fd809de](https://github.com/bitnami/charts/commit/fd809dedc22142b924e638282eed0f35d5120f11)), closes [#21729](https://github.com/bitnami/charts/issues/21729) ## 19.0.2 (2023-12-22) -* [bitnami/wordpress] Release 19.0.2 updating components versions (#21723) ([e61724f](https://github.com/bitnami/charts/commit/e61724f)), closes [#21723](https://github.com/bitnami/charts/issues/21723) +* [bitnami/wordpress] Release 19.0.2 updating components versions (#21723) ([e61724f](https://github.com/bitnami/charts/commit/e61724f2ca393b65439a37657faae3b992160b66)), closes [#21723](https://github.com/bitnami/charts/issues/21723) ## 19.0.1 (2023-12-21) -* [bitnami/wordpress] Release 19.0.1 updating components versions (#21711) ([743907e](https://github.com/bitnami/charts/commit/743907e)), closes [#21711](https://github.com/bitnami/charts/issues/21711) +* [bitnami/wordpress] Release 19.0.1 updating components versions (#21711) ([743907e](https://github.com/bitnami/charts/commit/743907eba1a3c5c1c65577e515db941d6915786a)), closes [#21711](https://github.com/bitnami/charts/issues/21711) ## 19.0.0 (2023-12-20) -* [bitnami/wordpress] Upgrade MariaDB 11.2 (#21690) ([88f3bdf](https://github.com/bitnami/charts/commit/88f3bdf)), closes [#21690](https://github.com/bitnami/charts/issues/21690) +* [bitnami/wordpress] Upgrade MariaDB 11.2 (#21690) ([88f3bdf](https://github.com/bitnami/charts/commit/88f3bdf28b7a61b56d29ef54c5c392dbb19c0c4b)), closes [#21690](https://github.com/bitnami/charts/issues/21690) ## 18.1.30 (2023-12-20) -* [bitnami/wordpress] Release 18.1.30 updating components versions (#21677) ([1478443](https://github.com/bitnami/charts/commit/1478443)), closes [#21677](https://github.com/bitnami/charts/issues/21677) +* [bitnami/wordpress] Release 18.1.30 updating components versions (#21677) ([1478443](https://github.com/bitnami/charts/commit/14784435c96bd60f8aa7eea3f418db0648170f27)), closes [#21677](https://github.com/bitnami/charts/issues/21677) ## 18.1.29 (2023-12-19) -* [bitnami/wordpress] Release 18.1.29 updating components versions (#21639) ([6329936](https://github.com/bitnami/charts/commit/6329936)), closes [#21639](https://github.com/bitnami/charts/issues/21639) +* [bitnami/wordpress] Release 18.1.29 updating components versions (#21639) ([6329936](https://github.com/bitnami/charts/commit/632993671aee0c9eebb798c8736ba3649c961fee)), closes [#21639](https://github.com/bitnami/charts/issues/21639) ## 18.1.28 (2023-12-18) -* [bitnami/wordpress] Omit wp-config.php from data to persist if provided via secret (#21616) ([d62ee6c](https://github.com/bitnami/charts/commit/d62ee6c)), closes [#21616](https://github.com/bitnami/charts/issues/21616) +* [bitnami/wordpress] Omit wp-config.php from data to persist if provided via secret (#21616) ([d62ee6c](https://github.com/bitnami/charts/commit/d62ee6c60e7f5a1ae55936dbf13031a62937602d)), closes [#21616](https://github.com/bitnami/charts/issues/21616) ## 18.1.27 (2023-12-15) -* [bitnami/wordpress] Release 18.1.27 updating components versions (#21581) ([3d21bd7](https://github.com/bitnami/charts/commit/3d21bd7)), closes [#21581](https://github.com/bitnami/charts/issues/21581) +* [bitnami/wordpress] Release 18.1.27 updating components versions (#21581) ([3d21bd7](https://github.com/bitnami/charts/commit/3d21bd70a39a073e054f3b17fbd881431998f726)), closes [#21581](https://github.com/bitnami/charts/issues/21581) ## 18.1.26 (2023-12-15) -* [bitnami/wordpress] Release 18.1.26 updating components versions (#21575) ([ce3f49d](https://github.com/bitnami/charts/commit/ce3f49d)), closes [#21575](https://github.com/bitnami/charts/issues/21575) +* [bitnami/wordpress] Release 18.1.26 updating components versions (#21575) ([ce3f49d](https://github.com/bitnami/charts/commit/ce3f49d091a40a44a6a5f672343600dc080f5295)), closes [#21575](https://github.com/bitnami/charts/issues/21575) ## 18.1.25 (2023-12-14) -* [bitnami/wordpress] Release 18.1.25 updating components versions (#21563) ([41cb03b](https://github.com/bitnami/charts/commit/41cb03b)), closes [#21563](https://github.com/bitnami/charts/issues/21563) +* [bitnami/wordpress] Release 18.1.25 updating components versions (#21563) ([41cb03b](https://github.com/bitnami/charts/commit/41cb03b74938cb5c4124df6f51a50d996204bc71)), closes [#21563](https://github.com/bitnami/charts/issues/21563) ## 18.1.24 (2023-12-12) -* [bitnami/wordpress] Release 18.1.24 updating components versions (#21523) ([883c9e1](https://github.com/bitnami/charts/commit/883c9e1)), closes [#21523](https://github.com/bitnami/charts/issues/21523) +* [bitnami/wordpress] Release 18.1.24 updating components versions (#21523) ([883c9e1](https://github.com/bitnami/charts/commit/883c9e11b3a6efc0a0072675c51859648cd3f54c)), closes [#21523](https://github.com/bitnami/charts/issues/21523) ## 18.1.23 (2023-12-07) -* [bitnami/wordpress] Release 18.1.23 updating components versions (#21461) ([22e53f6](https://github.com/bitnami/charts/commit/22e53f6)), closes [#21461](https://github.com/bitnami/charts/issues/21461) +* [bitnami/wordpress] Release 18.1.23 updating components versions (#21461) ([22e53f6](https://github.com/bitnami/charts/commit/22e53f6a0529581356945c81a31cf5a9cb101aa8)), closes [#21461](https://github.com/bitnami/charts/issues/21461) ## 18.1.22 (2023-12-07) -* [bitnami/wordpress] Release 18.1.22 updating components versions (#21441) ([4f6040d](https://github.com/bitnami/charts/commit/4f6040d)), closes [#21441](https://github.com/bitnami/charts/issues/21441) +* [bitnami/wordpress] Release 18.1.22 updating components versions (#21441) ([4f6040d](https://github.com/bitnami/charts/commit/4f6040d21dfbe06b22ce956640cf357a81750264)), closes [#21441](https://github.com/bitnami/charts/issues/21441) ## 18.1.21 (2023-12-04) -* wordpress-metrics-containersecuritycontexit (#21349) ([725a847](https://github.com/bitnami/charts/commit/725a847)), closes [#21349](https://github.com/bitnami/charts/issues/21349) +* wordpress-metrics-containersecuritycontexit (#21349) ([725a847](https://github.com/bitnami/charts/commit/725a8474df751a4e21b2873919ee6907d846057a)), closes [#21349](https://github.com/bitnami/charts/issues/21349) ## 18.1.20 (2023-11-29) -* [bitnami/wordpress] Release 18.1.20 updating components versions (#21314) ([edfc973](https://github.com/bitnami/charts/commit/edfc973)), closes [#21314](https://github.com/bitnami/charts/issues/21314) +* [bitnami/wordpress] Release 18.1.20 updating components versions (#21314) ([edfc973](https://github.com/bitnami/charts/commit/edfc97380c8edf4b4cc09882a3e797048fe1c1de)), closes [#21314](https://github.com/bitnami/charts/issues/21314) ## 18.1.19 (2023-11-28) -* [bitnami/wordpress] Release 18.1.19 updating components versions (#21297) ([2f09ad9](https://github.com/bitnami/charts/commit/2f09ad9)), closes [#21297](https://github.com/bitnami/charts/issues/21297) +* [bitnami/wordpress] Release 18.1.19 updating components versions (#21297) ([2f09ad9](https://github.com/bitnami/charts/commit/2f09ad96f3200d6904e34cbf6ac67397f0123ae3)), closes [#21297](https://github.com/bitnami/charts/issues/21297) ## 18.1.18 (2023-11-28) -* [bitnami/wordpress] Release 18.1.18 updating components versions (#21296) ([bc01a8c](https://github.com/bitnami/charts/commit/bc01a8c)), closes [#21296](https://github.com/bitnami/charts/issues/21296) +* [bitnami/wordpress] Release 18.1.18 updating components versions (#21296) ([bc01a8c](https://github.com/bitnami/charts/commit/bc01a8c2afd033f96fe1f807ea315bea894bb7c1)), closes [#21296](https://github.com/bitnami/charts/issues/21296) ## 18.1.17 (2023-11-24) -* [bitnami/wordpress] Release 18.1.17 updating components versions (#21241) ([7188742](https://github.com/bitnami/charts/commit/7188742)), closes [#21241](https://github.com/bitnami/charts/issues/21241) +* [bitnami/wordpress] Release 18.1.17 updating components versions (#21241) ([7188742](https://github.com/bitnami/charts/commit/7188742c47b32872c51196ad50be5ebf6f562698)), closes [#21241](https://github.com/bitnami/charts/issues/21241) ## 18.1.16 (2023-11-24) -* [bitnami/wordpress] Release 18.1.16 updating components versions (#21239) ([76608f3](https://github.com/bitnami/charts/commit/76608f3)), closes [#21239](https://github.com/bitnami/charts/issues/21239) +* [bitnami/wordpress] Release 18.1.16 updating components versions (#21239) ([76608f3](https://github.com/bitnami/charts/commit/76608f33e6b13c4975cb53955d5477debaa9580f)), closes [#21239](https://github.com/bitnami/charts/issues/21239) ## 18.1.15 (2023-11-22) -* [bitnami/*] Remove relative links to non-README sections, add verification for that and update TL;DR ([1103633](https://github.com/bitnami/charts/commit/1103633)), closes [#20967](https://github.com/bitnami/charts/issues/20967) -* [bitnami/*] Rename solutions to "Bitnami package for ..." (#21038) ([b82f979](https://github.com/bitnami/charts/commit/b82f979)), closes [#21038](https://github.com/bitnami/charts/issues/21038) -* [bitnami/wordpress] Release 18.1.15 updating components versions (#21185) ([3f4c163](https://github.com/bitnami/charts/commit/3f4c163)), closes [#21185](https://github.com/bitnami/charts/issues/21185) +* [bitnami/*] Remove relative links to non-README sections, add verification for that and update TL;DR ([1103633](https://github.com/bitnami/charts/commit/11036334d82df0490aa4abdb591543cab6cf7d7f)), closes [#20967](https://github.com/bitnami/charts/issues/20967) +* [bitnami/*] Rename solutions to "Bitnami package for ..." (#21038) ([b82f979](https://github.com/bitnami/charts/commit/b82f979e4fb63423fe6e2192c946d09d79c944fc)), closes [#21038](https://github.com/bitnami/charts/issues/21038) +* [bitnami/wordpress] Release 18.1.15 updating components versions (#21185) ([3f4c163](https://github.com/bitnami/charts/commit/3f4c1636539f75f1e50cb57e30c41e733b892928)), closes [#21185](https://github.com/bitnami/charts/issues/21185) ## 18.1.14 (2023-11-14) -* [bitnami/wordpress] Release 18.1.14 updating components versions (#20931) ([02be9ed](https://github.com/bitnami/charts/commit/02be9ed)), closes [#20931](https://github.com/bitnami/charts/issues/20931) +* [bitnami/wordpress] Release 18.1.14 updating components versions (#20931) ([02be9ed](https://github.com/bitnami/charts/commit/02be9edb655467abb971738a4deeac28db113219)), closes [#20931](https://github.com/bitnami/charts/issues/20931) ## 18.1.13 (2023-11-13) -* [bitnami/wordpress] Release 18.1.13 updating components versions (#20925) ([ab23264](https://github.com/bitnami/charts/commit/ab23264)), closes [#20925](https://github.com/bitnami/charts/issues/20925) +* [bitnami/wordpress] Release 18.1.13 updating components versions (#20925) ([ab23264](https://github.com/bitnami/charts/commit/ab23264dad22610f24690184562de4c17da51836)), closes [#20925](https://github.com/bitnami/charts/issues/20925) ## 18.1.12 (2023-11-13) -* [bitnami/wordpress] Release 18.1.12 updating components versions (#20924) ([268e4b4](https://github.com/bitnami/charts/commit/268e4b4)), closes [#20924](https://github.com/bitnami/charts/issues/20924) +* [bitnami/wordpress] Release 18.1.12 updating components versions (#20924) ([268e4b4](https://github.com/bitnami/charts/commit/268e4b42f6d7ea504ce58c195eeef02aad13b639)), closes [#20924](https://github.com/bitnami/charts/issues/20924) ## 18.1.11 (2023-11-09) -* [bitnami/wordpress] Release 18.1.11 updating components versions (#20867) ([983c8f4](https://github.com/bitnami/charts/commit/983c8f4)), closes [#20867](https://github.com/bitnami/charts/issues/20867) +* [bitnami/wordpress] Release 18.1.11 updating components versions (#20867) ([983c8f4](https://github.com/bitnami/charts/commit/983c8f4e1c995bd498f1a99bced24f42071e5c56)), closes [#20867](https://github.com/bitnami/charts/issues/20867) ## 18.1.10 (2023-11-09) -* [bitnami/wordpress] Release 18.1.10 updating components versions (#20853) ([197983a](https://github.com/bitnami/charts/commit/197983a)), closes [#20853](https://github.com/bitnami/charts/issues/20853) +* [bitnami/wordpress] Release 18.1.10 updating components versions (#20853) ([197983a](https://github.com/bitnami/charts/commit/197983a630d0f16206d9db3ad15d7d17e3d4c2af)), closes [#20853](https://github.com/bitnami/charts/issues/20853) ## 18.1.9 (2023-11-09) -* [bitnami/wordpress] Release 18.1.9 updating components versions (#20834) ([decc4e4](https://github.com/bitnami/charts/commit/decc4e4)), closes [#20834](https://github.com/bitnami/charts/issues/20834) +* [bitnami/wordpress] Release 18.1.9 updating components versions (#20834) ([decc4e4](https://github.com/bitnami/charts/commit/decc4e437d5bf1b90322a0a592a68d86a363b1af)), closes [#20834](https://github.com/bitnami/charts/issues/20834) ## 18.1.8 (2023-11-08) -* [bitnami/wordpress] Release 18.1.8 updating components versions (#20790) ([893d752](https://github.com/bitnami/charts/commit/893d752)), closes [#20790](https://github.com/bitnami/charts/issues/20790) +* [bitnami/wordpress] Release 18.1.8 updating components versions (#20790) ([893d752](https://github.com/bitnami/charts/commit/893d75215a1d2980bf0c1f13798cceb933a021cc)), closes [#20790](https://github.com/bitnami/charts/issues/20790) ## 18.1.7 (2023-11-08) -* [bitnami/wordpress] Release 18.1.7 updating components versions (#20685) ([eb1d44a](https://github.com/bitnami/charts/commit/eb1d44a)), closes [#20685](https://github.com/bitnami/charts/issues/20685) +* [bitnami/wordpress] Release 18.1.7 updating components versions (#20685) ([eb1d44a](https://github.com/bitnami/charts/commit/eb1d44ad575b5d348ce83f3b6839a71406f5f5d1)), closes [#20685](https://github.com/bitnami/charts/issues/20685) ## 18.1.6 (2023-11-07) -* [bitnami/wordpress] Release 18.1.6 updating components versions (#20647) ([3ca83fd](https://github.com/bitnami/charts/commit/3ca83fd)), closes [#20647](https://github.com/bitnami/charts/issues/20647) +* [bitnami/wordpress] Release 18.1.6 updating components versions (#20647) ([3ca83fd](https://github.com/bitnami/charts/commit/3ca83fd462bca06feac2666cc97f66c01e3342e0)), closes [#20647](https://github.com/bitnami/charts/issues/20647) ## 18.1.5 (2023-11-07) -* [bitnami/wordpress] Release 18.1.5 updating components versions (#20646) ([27e2ef4](https://github.com/bitnami/charts/commit/27e2ef4)), closes [#20646](https://github.com/bitnami/charts/issues/20646) +* [bitnami/wordpress] Release 18.1.5 updating components versions (#20646) ([27e2ef4](https://github.com/bitnami/charts/commit/27e2ef437c934c2004c8de2d4d09e5cc39927069)), closes [#20646](https://github.com/bitnami/charts/issues/20646) ## 18.1.4 (2023-11-06) -* [bitnami/wordpress] Release 18.1.4 updating components versions (#20644) ([27df6ed](https://github.com/bitnami/charts/commit/27df6ed)), closes [#20644](https://github.com/bitnami/charts/issues/20644) +* [bitnami/wordpress] Release 18.1.4 updating components versions (#20644) ([27df6ed](https://github.com/bitnami/charts/commit/27df6ed59b353faefe9eab40a0b631c6e85d7313)), closes [#20644](https://github.com/bitnami/charts/issues/20644) ## 18.1.3 (2023-11-03) -* [bitnami/wordpress] Release 18.1.3 updating components versions (#20601) ([344b808](https://github.com/bitnami/charts/commit/344b808)), closes [#20601](https://github.com/bitnami/charts/issues/20601) +* [bitnami/wordpress] Release 18.1.3 updating components versions (#20601) ([344b808](https://github.com/bitnami/charts/commit/344b808d2efbdad46cfacd9b73327da605f7c2ff)), closes [#20601](https://github.com/bitnami/charts/issues/20601) ## 18.1.2 (2023-11-02) -* [bitnami/wordpress] Release 18.1.2 updating components versions (#20595) ([ed0b97d](https://github.com/bitnami/charts/commit/ed0b97d)), closes [#20595](https://github.com/bitnami/charts/issues/20595) +* [bitnami/wordpress] Release 18.1.2 updating components versions (#20595) ([ed0b97d](https://github.com/bitnami/charts/commit/ed0b97d7c4598bb4549f46c660851172398e8b44)), closes [#20595](https://github.com/bitnami/charts/issues/20595) ## 18.1.1 (2023-11-02) -* [bitnami/wordpress] Release 18.1.1 updating components versions (#20593) ([101af4d](https://github.com/bitnami/charts/commit/101af4d)), closes [#20593](https://github.com/bitnami/charts/issues/20593) +* [bitnami/wordpress] Release 18.1.1 updating components versions (#20593) ([101af4d](https://github.com/bitnami/charts/commit/101af4dd87db44f37793cc85e808cc8781033cf6)), closes [#20593](https://github.com/bitnami/charts/issues/20593) ## 18.1.0 (2023-10-31) -* [bitnami/wordpress] feat: :sparkles: Add support for PSA restricted policy (#20559) ([b3e4488](https://github.com/bitnami/charts/commit/b3e4488)), closes [#20559](https://github.com/bitnami/charts/issues/20559) +* [bitnami/wordpress] feat: :sparkles: Add support for PSA restricted policy (#20559) ([b3e4488](https://github.com/bitnami/charts/commit/b3e4488d177de2d0901394136de047966f5ae6cc)), closes [#20559](https://github.com/bitnami/charts/issues/20559) ## 18.0.12 (2023-10-31) -* [bitnami/wordpress] Release 18.0.12 updating components versions (#20542) ([6d6eeff](https://github.com/bitnami/charts/commit/6d6eeff)), closes [#20542](https://github.com/bitnami/charts/issues/20542) +* [bitnami/wordpress] Release 18.0.12 updating components versions (#20542) ([6d6eeff](https://github.com/bitnami/charts/commit/6d6eeff6eba3acd9064363586fbedc046413d13a)), closes [#20542](https://github.com/bitnami/charts/issues/20542) ## 18.0.11 (2023-10-26) -* [bitnami/wordpress] Release 18.0.11 updating components versions (#20472) ([dc50f27](https://github.com/bitnami/charts/commit/dc50f27)), closes [#20472](https://github.com/bitnami/charts/issues/20472) +* [bitnami/wordpress] Release 18.0.11 updating components versions (#20472) ([dc50f27](https://github.com/bitnami/charts/commit/dc50f275aedea1ceef844e102f4bbe279c85eff0)), closes [#20472](https://github.com/bitnami/charts/issues/20472) ## 18.0.10 (2023-10-26) -* [bitnami/wordpress] Release 18.0.10 updating components versions (#20435) ([691b9f5](https://github.com/bitnami/charts/commit/691b9f5)), closes [#20435](https://github.com/bitnami/charts/issues/20435) +* [bitnami/wordpress] Release 18.0.10 updating components versions (#20435) ([691b9f5](https://github.com/bitnami/charts/commit/691b9f5f0f05a61e93df45af0a351340b7331d88)), closes [#20435](https://github.com/bitnami/charts/issues/20435) ## 18.0.9 (2023-10-25) -* [bitnami/wordpress] Release 18.0.9 updating components versions (#20430) ([ba6d4d7](https://github.com/bitnami/charts/commit/ba6d4d7)), closes [#20430](https://github.com/bitnami/charts/issues/20430) +* [bitnami/wordpress] Release 18.0.9 updating components versions (#20430) ([ba6d4d7](https://github.com/bitnami/charts/commit/ba6d4d7fa3548849ff3fe06d8db9ffcb3668f7ee)), closes [#20430](https://github.com/bitnami/charts/issues/20430) ## 18.0.8 (2023-10-24) -* [bitnami/*] Rename VMware Application Catalog (#20361) ([3acc734](https://github.com/bitnami/charts/commit/3acc734)), closes [#20361](https://github.com/bitnami/charts/issues/20361) -* [bitnami/*] Skip image's tag in the README files of the Bitnami Charts (#19841) ([bb9a01b](https://github.com/bitnami/charts/commit/bb9a01b)), closes [#19841](https://github.com/bitnami/charts/issues/19841) -* [bitnami/*] Standardize documentation (#19835) ([af5f753](https://github.com/bitnami/charts/commit/af5f753)), closes [#19835](https://github.com/bitnami/charts/issues/19835) -* [bitnami/wordpress] Release 18.0.8 updating components versions (#20371) ([a333444](https://github.com/bitnami/charts/commit/a333444)), closes [#20371](https://github.com/bitnami/charts/issues/20371) +* [bitnami/*] Rename VMware Application Catalog (#20361) ([3acc734](https://github.com/bitnami/charts/commit/3acc73472beb6fb56c4d99f929061001205bc57e)), closes [#20361](https://github.com/bitnami/charts/issues/20361) +* [bitnami/*] Skip image's tag in the README files of the Bitnami Charts (#19841) ([bb9a01b](https://github.com/bitnami/charts/commit/bb9a01b65911c87e48318db922cc05eb42785e42)), closes [#19841](https://github.com/bitnami/charts/issues/19841) +* [bitnami/*] Standardize documentation (#19835) ([af5f753](https://github.com/bitnami/charts/commit/af5f7530c1bc8c5ded53a6c4f7b8f384ac1804f2)), closes [#19835](https://github.com/bitnami/charts/issues/19835) +* [bitnami/wordpress] Release 18.0.8 updating components versions (#20371) ([a333444](https://github.com/bitnami/charts/commit/a333444946ab1eb99bb5d729f1fbafc743a2b480)), closes [#20371](https://github.com/bitnami/charts/issues/20371) ## 18.0.7 (2023-10-17) -* [bitnami/wordpress] Add existing secret entry to the 'memcached' section at wordpress values.yaml (# ([9902c6b](https://github.com/bitnami/charts/commit/9902c6b)), closes [#19987](https://github.com/bitnami/charts/issues/19987) +* [bitnami/wordpress] Add existing secret entry to the 'memcached' section at wordpress values.yaml (# ([9902c6b](https://github.com/bitnami/charts/commit/9902c6bcbe718acb6b5990ee9fcdbf23c54d94ba)), closes [#19987](https://github.com/bitnami/charts/issues/19987) ## 18.0.6 (2023-10-13) -* [bitnami/wordpress] Release 18.0.6 (#20211) ([6d4126d](https://github.com/bitnami/charts/commit/6d4126d)), closes [#20211](https://github.com/bitnami/charts/issues/20211) +* [bitnami/wordpress] Release 18.0.6 (#20211) ([6d4126d](https://github.com/bitnami/charts/commit/6d4126dea36b84bef01be73ed4a3d81783793e0a)), closes [#20211](https://github.com/bitnami/charts/issues/20211) ## 18.0.5 (2023-10-13) -* [bitnami/wordpress] Release 18.0.5 (#20210) ([b8998c5](https://github.com/bitnami/charts/commit/b8998c5)), closes [#20210](https://github.com/bitnami/charts/issues/20210) +* [bitnami/wordpress] Release 18.0.5 (#20210) ([b8998c5](https://github.com/bitnami/charts/commit/b8998c5960f95a077dc4247d6a70a08f7a9b0433)), closes [#20210](https://github.com/bitnami/charts/issues/20210) ## 18.0.4 (2023-10-12) -* [bitnami/wordpress] Release 18.0.4 (#20209) ([6f1d4df](https://github.com/bitnami/charts/commit/6f1d4df)), closes [#20209](https://github.com/bitnami/charts/issues/20209) +* [bitnami/wordpress] Release 18.0.4 (#20209) ([6f1d4df](https://github.com/bitnami/charts/commit/6f1d4df432f4a1ba239263b354bdd92c05b8c410)), closes [#20209](https://github.com/bitnami/charts/issues/20209) ## 18.0.3 (2023-10-12) -* [bitnami/wordpress] Release 18.0.3 (#20203) ([293b9c3](https://github.com/bitnami/charts/commit/293b9c3)), closes [#20203](https://github.com/bitnami/charts/issues/20203) +* [bitnami/wordpress] Release 18.0.3 (#20203) ([293b9c3](https://github.com/bitnami/charts/commit/293b9c39e44027fb4c9f7a349522622dc732436d)), closes [#20203](https://github.com/bitnami/charts/issues/20203) ## 18.0.2 (2023-10-12) -* [bitnami/wordpress] Release 18.0.2 (#20113) ([a0754d9](https://github.com/bitnami/charts/commit/a0754d9)), closes [#20113](https://github.com/bitnami/charts/issues/20113) +* [bitnami/wordpress] Release 18.0.2 (#20113) ([a0754d9](https://github.com/bitnami/charts/commit/a0754d9c083e6f570efa8baa2f35268c0a6f16c6)), closes [#20113](https://github.com/bitnami/charts/issues/20113) ## 18.0.1 (2023-10-11) -* [bitnami/wordpress] Release 18.0.1 (#20070) ([c589eca](https://github.com/bitnami/charts/commit/c589eca)), closes [#20070](https://github.com/bitnami/charts/issues/20070) +* [bitnami/wordpress] Release 18.0.1 (#20070) ([c589eca](https://github.com/bitnami/charts/commit/c589ecace154a724263e82fb9b3899520be1abe5)), closes [#20070](https://github.com/bitnami/charts/issues/20070) ## 18.0.0 (2023-10-11) -* [bitnami/wordpress] Update MariaDB to 14.x.x (#20012) ([ed389d6](https://github.com/bitnami/charts/commit/ed389d6)), closes [#20012](https://github.com/bitnami/charts/issues/20012) [#19837](https://github.com/bitnami/charts/issues/19837) +* [bitnami/wordpress] Update MariaDB to 14.x.x (#20012) ([ed389d6](https://github.com/bitnami/charts/commit/ed389d675d14115b231e55407dc19f3ab49d7b87)), closes [#20012](https://github.com/bitnami/charts/issues/20012) [#19837](https://github.com/bitnami/charts/issues/19837) ## 17.1.17 (2023-10-09) -* [bitnami/*] Update Helm charts prerequisites (#19745) ([eb755dd](https://github.com/bitnami/charts/commit/eb755dd)), closes [#19745](https://github.com/bitnami/charts/issues/19745) -* [bitnami/wordpress] Release 17.1.17 (#19813) ([f7d71e5](https://github.com/bitnami/charts/commit/f7d71e5)), closes [#19813](https://github.com/bitnami/charts/issues/19813) +* [bitnami/*] Update Helm charts prerequisites (#19745) ([eb755dd](https://github.com/bitnami/charts/commit/eb755dd36a4dd3cf6635be8e0598f9a7f4c4a554)), closes [#19745](https://github.com/bitnami/charts/issues/19745) +* [bitnami/wordpress] Release 17.1.17 (#19813) ([f7d71e5](https://github.com/bitnami/charts/commit/f7d71e50294a71beb52ff33f08a3a4b2ef95157d)), closes [#19813](https://github.com/bitnami/charts/issues/19813) ## 17.1.16 (2023-10-05) -* [bitnami/wordpress] Release 17.1.16 (#19759) ([7219d79](https://github.com/bitnami/charts/commit/7219d79)), closes [#19759](https://github.com/bitnami/charts/issues/19759) +* [bitnami/wordpress] Release 17.1.16 (#19759) ([7219d79](https://github.com/bitnami/charts/commit/7219d79a84925d2042f1155cd32e5fc08e2170ea)), closes [#19759](https://github.com/bitnami/charts/issues/19759) ## 17.1.15 (2023-09-30) -* [bitnami/wordpress] Release 17.1.15 (#19656) ([7832948](https://github.com/bitnami/charts/commit/7832948)), closes [#19656](https://github.com/bitnami/charts/issues/19656) +* [bitnami/wordpress] Release 17.1.15 (#19656) ([7832948](https://github.com/bitnami/charts/commit/7832948dd2ed218c612a0bb007204ddf133de625)), closes [#19656](https://github.com/bitnami/charts/issues/19656) ## 17.1.14 (2023-09-29) -* [bitnami/wordpress] Release 17.1.14 (#19605) ([a81fc28](https://github.com/bitnami/charts/commit/a81fc28)), closes [#19605](https://github.com/bitnami/charts/issues/19605) +* [bitnami/wordpress] Release 17.1.14 (#19605) ([a81fc28](https://github.com/bitnami/charts/commit/a81fc283ec7c87c198e921376bfa9a907d07f864)), closes [#19605](https://github.com/bitnami/charts/issues/19605) ## 17.1.13 (2023-09-28) -* [bitnami/wordpress] Fixing proper path for permission revocation (#19574) ([4d98e41](https://github.com/bitnami/charts/commit/4d98e41)), closes [#19574](https://github.com/bitnami/charts/issues/19574) +* [bitnami/wordpress] Fixing proper path for permission revocation (#19574) ([4d98e41](https://github.com/bitnami/charts/commit/4d98e41c5133da47da8b5fb60347501768ba042a)), closes [#19574](https://github.com/bitnami/charts/issues/19574) ## 17.1.12 (2023-09-27) -* [bitnami/wordpress] Release 17.1.12 (#19559) ([ab47992](https://github.com/bitnami/charts/commit/ab47992)), closes [#19559](https://github.com/bitnami/charts/issues/19559) +* [bitnami/wordpress] Release 17.1.12 (#19559) ([ab47992](https://github.com/bitnami/charts/commit/ab479920634d9809628b6187fb4b6b82081be15b)), closes [#19559](https://github.com/bitnami/charts/issues/19559) ## 17.1.11 (2023-09-26) -* [bitnami/wordpress] Release 17.1.11 (#19520) ([ec5ac97](https://github.com/bitnami/charts/commit/ec5ac97)), closes [#19520](https://github.com/bitnami/charts/issues/19520) +* [bitnami/wordpress] Release 17.1.11 (#19520) ([ec5ac97](https://github.com/bitnami/charts/commit/ec5ac97bf0b1020a1cb49fe2d6fb6e1faf89ba4a)), closes [#19520](https://github.com/bitnami/charts/issues/19520) ## 17.1.10 (2023-09-22) -* [bitnami/wordpress] Release 17.1.10 (#19482) ([df139fd](https://github.com/bitnami/charts/commit/df139fd)), closes [#19482](https://github.com/bitnami/charts/issues/19482) +* [bitnami/wordpress] Release 17.1.10 (#19482) ([df139fd](https://github.com/bitnami/charts/commit/df139fd02a7ac5ab26b165d72fb9575a284e0304)), closes [#19482](https://github.com/bitnami/charts/issues/19482) ## 17.1.9 (2023-09-20) -* [bitnami/*] Update readme files (#19277) ([e56aeb2](https://github.com/bitnami/charts/commit/e56aeb2)), closes [#19277](https://github.com/bitnami/charts/issues/19277) -* [bitnami/wordpress] Release 17.1.9 (#19418) ([5757725](https://github.com/bitnami/charts/commit/5757725)), closes [#19418](https://github.com/bitnami/charts/issues/19418) -* Revert "Autogenerate schema files (#19194)" (#19335) ([73d80be](https://github.com/bitnami/charts/commit/73d80be)), closes [#19194](https://github.com/bitnami/charts/issues/19194) [#19335](https://github.com/bitnami/charts/issues/19335) +* [bitnami/*] Update readme files (#19277) ([e56aeb2](https://github.com/bitnami/charts/commit/e56aeb2fbfbf5b6e42375db48cc7ae1ef1c3a823)), closes [#19277](https://github.com/bitnami/charts/issues/19277) +* [bitnami/wordpress] Release 17.1.9 (#19418) ([5757725](https://github.com/bitnami/charts/commit/5757725f7d79ebd36d52a446f2e71ff65acab614)), closes [#19418](https://github.com/bitnami/charts/issues/19418) +* Revert "Autogenerate schema files (#19194)" (#19335) ([73d80be](https://github.com/bitnami/charts/commit/73d80be525c88fb4b8a54451a55acd506e337062)), closes [#19194](https://github.com/bitnami/charts/issues/19194) [#19335](https://github.com/bitnami/charts/issues/19335) ## 17.1.8 (2023-09-15) -* [bitnami/wordpress] Release 17.1.8 (#19291) ([6ca585f](https://github.com/bitnami/charts/commit/6ca585f)), closes [#19291](https://github.com/bitnami/charts/issues/19291) -* Autogenerate schema files (#19194) ([a2c2090](https://github.com/bitnami/charts/commit/a2c2090)), closes [#19194](https://github.com/bitnami/charts/issues/19194) +* [bitnami/wordpress] Release 17.1.8 (#19291) ([6ca585f](https://github.com/bitnami/charts/commit/6ca585fd05560b0fff1508a9fe3d088ecf37d874)), closes [#19291](https://github.com/bitnami/charts/issues/19291) +* Autogenerate schema files (#19194) ([a2c2090](https://github.com/bitnami/charts/commit/a2c2090b5ac97f47b745c8028c6452bf99739772)), closes [#19194](https://github.com/bitnami/charts/issues/19194) ## 17.1.7 (2023-09-07) -* [bitnami/wordpress: Use merge helper]: (#19117) ([28066ae](https://github.com/bitnami/charts/commit/28066ae)), closes [#19117](https://github.com/bitnami/charts/issues/19117) +* [bitnami/wordpress: Use merge helper]: (#19117) ([28066ae](https://github.com/bitnami/charts/commit/28066aebfd9e41395af0fc913e0521a9f9fbd306)), closes [#19117](https://github.com/bitnami/charts/issues/19117) ## 17.1.6 (2023-09-01) -* [bitnami/wordpress] Release 17.1.6 (#18981) ([873a10f](https://github.com/bitnami/charts/commit/873a10f)), closes [#18981](https://github.com/bitnami/charts/issues/18981) +* [bitnami/wordpress] Release 17.1.6 (#18981) ([873a10f](https://github.com/bitnami/charts/commit/873a10f7e25c7b914b52b1afec6dc1d8a8d700ae)), closes [#18981](https://github.com/bitnami/charts/issues/18981) ## 17.1.5 (2023-08-31) -* [bitnami/wordpress] Release 17.1.5 (#18967) ([c22e6fe](https://github.com/bitnami/charts/commit/c22e6fe)), closes [#18967](https://github.com/bitnami/charts/issues/18967) +* [bitnami/wordpress] Release 17.1.5 (#18967) ([c22e6fe](https://github.com/bitnami/charts/commit/c22e6fef6fbe23117fe319df7a051eff10a8f89f)), closes [#18967](https://github.com/bitnami/charts/issues/18967) ## 17.1.4 (2023-08-30) -* [bitnami/wordpress] Release 17.1.4 (#18944) ([4d6215b](https://github.com/bitnami/charts/commit/4d6215b)), closes [#18944](https://github.com/bitnami/charts/issues/18944) +* [bitnami/wordpress] Release 17.1.4 (#18944) ([4d6215b](https://github.com/bitnami/charts/commit/4d6215b1002ffb2d671dc747631f853174bf9b98)), closes [#18944](https://github.com/bitnami/charts/issues/18944) ## 17.1.3 (2023-08-28) -* [bitnami/wordpress] add missing persistence.selector values if defined (#18798) ([b6759ab](https://github.com/bitnami/charts/commit/b6759ab)), closes [#18798](https://github.com/bitnami/charts/issues/18798) +* [bitnami/wordpress] add missing persistence.selector values if defined (#18798) ([b6759ab](https://github.com/bitnami/charts/commit/b6759ab84d98e59000919b060f842ed02938dc34)), closes [#18798](https://github.com/bitnami/charts/issues/18798) ## 17.1.2 (2023-08-23) -* [bitnami/wordpress] Release 17.1.2 (#18825) ([6d8fdba](https://github.com/bitnami/charts/commit/6d8fdba)), closes [#18825](https://github.com/bitnami/charts/issues/18825) +* [bitnami/wordpress] Release 17.1.2 (#18825) ([6d8fdba](https://github.com/bitnami/charts/commit/6d8fdba33b8d424adfb0a6b674c011adbea1b80b)), closes [#18825](https://github.com/bitnami/charts/issues/18825) ## 17.1.1 (2023-08-23) -* [bitnami/wordpress] Release 17.1.1 (#18824) ([1f20a76](https://github.com/bitnami/charts/commit/1f20a76)), closes [#18824](https://github.com/bitnami/charts/issues/18824) +* [bitnami/wordpress] Release 17.1.1 (#18824) ([1f20a76](https://github.com/bitnami/charts/commit/1f20a7655d1ca37b1022a855858b920d0f736403)), closes [#18824](https://github.com/bitnami/charts/issues/18824) ## 17.1.0 (2023-08-23) -* [bitnami/wordpress] Support for customizing standard labels (#18757) ([17c9abe](https://github.com/bitnami/charts/commit/17c9abe)), closes [#18757](https://github.com/bitnami/charts/issues/18757) +* [bitnami/wordpress] Support for customizing standard labels (#18757) ([17c9abe](https://github.com/bitnami/charts/commit/17c9abe01e0944fad11774b11dc02b58ba130c5a)), closes [#18757](https://github.com/bitnami/charts/issues/18757) ## 17.0.8 (2023-08-21) -* [bitnami/wordpress] Release 17.0.8 (#18729) ([0f5c246](https://github.com/bitnami/charts/commit/0f5c246)), closes [#18729](https://github.com/bitnami/charts/issues/18729) +* [bitnami/wordpress] Release 17.0.8 (#18729) ([0f5c246](https://github.com/bitnami/charts/commit/0f5c246bcd5b2581d442cc3902a4d3881b3ddf64)), closes [#18729](https://github.com/bitnami/charts/issues/18729) ## 17.0.7 (2023-08-18) -* [bitnami/wordpress] Release 17.0.7 (#18604) ([47c54ce](https://github.com/bitnami/charts/commit/47c54ce)), closes [#18604](https://github.com/bitnami/charts/issues/18604) +* [bitnami/wordpress] Release 17.0.7 (#18604) ([47c54ce](https://github.com/bitnami/charts/commit/47c54ce94ee3700afe7fce60d60b315cec11069d)), closes [#18604](https://github.com/bitnami/charts/issues/18604) ## 17.0.6 (2023-08-16) -* [bitnami/wordpress] Release 17.0.6 (#18362) ([8a592f3](https://github.com/bitnami/charts/commit/8a592f3)), closes [#18362](https://github.com/bitnami/charts/issues/18362) +* [bitnami/wordpress] Release 17.0.6 (#18362) ([8a592f3](https://github.com/bitnami/charts/commit/8a592f37b6f188a9fab17d7a1267a5bde1034769)), closes [#18362](https://github.com/bitnami/charts/issues/18362) ## 17.0.5 (2023-08-08) -* [bitnami/wordpress] Release 17.0.5 (#18247) ([c379393](https://github.com/bitnami/charts/commit/c379393)), closes [#18247](https://github.com/bitnami/charts/issues/18247) +* [bitnami/wordpress] Release 17.0.5 (#18247) ([c379393](https://github.com/bitnami/charts/commit/c3793931e1fccc5fabe1b535afc1bd6fd03eb240)), closes [#18247](https://github.com/bitnami/charts/issues/18247) ## 17.0.4 (2023-08-03) -* [bitnami/wordpress] Release 17.0.4 (#18193) ([2aa1ab1](https://github.com/bitnami/charts/commit/2aa1ab1)), closes [#18193](https://github.com/bitnami/charts/issues/18193) +* [bitnami/wordpress] Release 17.0.4 (#18193) ([2aa1ab1](https://github.com/bitnami/charts/commit/2aa1ab109dd9ab35bbe656f0f5267a8b35d47b4c)), closes [#18193](https://github.com/bitnami/charts/issues/18193) ## 17.0.3 (2023-08-03) -* [bitnami/wordpress] Release 17.0.3 (#18168) ([136cf32](https://github.com/bitnami/charts/commit/136cf32)), closes [#18168](https://github.com/bitnami/charts/issues/18168) +* [bitnami/wordpress] Release 17.0.3 (#18168) ([136cf32](https://github.com/bitnami/charts/commit/136cf32c9ef8ab3f5fee0b0594c86aac2475f8b8)), closes [#18168](https://github.com/bitnami/charts/issues/18168) ## 17.0.2 (2023-08-03) -* [bitnami/wordpress] Release 17.0.2 (#18151) ([1db5c4e](https://github.com/bitnami/charts/commit/1db5c4e)), closes [#18151](https://github.com/bitnami/charts/issues/18151) +* [bitnami/wordpress] Release 17.0.2 (#18151) ([1db5c4e](https://github.com/bitnami/charts/commit/1db5c4e7ef3d0c4a2f67bca3d6651c8263f5ed09)), closes [#18151](https://github.com/bitnami/charts/issues/18151) ## 17.0.1 (2023-08-01) -* [bitnami/wordpress] Release 17.0.1 (#18134) ([6012a94](https://github.com/bitnami/charts/commit/6012a94)), closes [#18134](https://github.com/bitnami/charts/issues/18134) +* [bitnami/wordpress] Release 17.0.1 (#18134) ([6012a94](https://github.com/bitnami/charts/commit/6012a94b5c11301f80135769655eba6f1656d146)), closes [#18134](https://github.com/bitnami/charts/issues/18134) ## 17.0.0 (2023-08-01) -* [bitnami/wordpress] Update MariaDB chart to 13.0 (#18119) ([0103370](https://github.com/bitnami/charts/commit/0103370)), closes [#18119](https://github.com/bitnami/charts/issues/18119) +* [bitnami/wordpress] Update MariaDB chart to 13.0 (#18119) ([0103370](https://github.com/bitnami/charts/commit/0103370480876ae53a38d7332e6dc9fd1721d7bb)), closes [#18119](https://github.com/bitnami/charts/issues/18119) ## 16.1.35 (2023-08-01) -* [bitnami/wordpress] Release 16.1.35 (#18093) ([2a10b4e](https://github.com/bitnami/charts/commit/2a10b4e)), closes [#18093](https://github.com/bitnami/charts/issues/18093) +* [bitnami/wordpress] Release 16.1.35 (#18093) ([2a10b4e](https://github.com/bitnami/charts/commit/2a10b4e4f5031e89e6f6d1ea0715414fd4f9acb4)), closes [#18093](https://github.com/bitnami/charts/issues/18093) ## 16.1.34 (2023-07-27) -* [bitnami/wordpress] Release 16.1.34 (#17984) ([6f64873](https://github.com/bitnami/charts/commit/6f64873)), closes [#17984](https://github.com/bitnami/charts/issues/17984) +* [bitnami/wordpress] Release 16.1.34 (#17984) ([6f64873](https://github.com/bitnami/charts/commit/6f6487398a2bed6a58cf6aa3a8b7be1f8fceeb85)), closes [#17984](https://github.com/bitnami/charts/issues/17984) ## 16.1.33 (2023-07-20) -* [bitnami/wordpress] Release 16.1.33 (#17805) ([4b4d02a](https://github.com/bitnami/charts/commit/4b4d02a)), closes [#17805](https://github.com/bitnami/charts/issues/17805) +* [bitnami/wordpress] Release 16.1.33 (#17805) ([4b4d02a](https://github.com/bitnami/charts/commit/4b4d02a16a9e7cc55e378e02b7e34d2aa3ee9be6)), closes [#17805](https://github.com/bitnami/charts/issues/17805) ## 16.1.32 (2023-07-20) -* [bitnami/wordpress] Release 16.1.32 (#17804) ([f2a6a0d](https://github.com/bitnami/charts/commit/f2a6a0d)), closes [#17804](https://github.com/bitnami/charts/issues/17804) +* [bitnami/wordpress] Release 16.1.32 (#17804) ([f2a6a0d](https://github.com/bitnami/charts/commit/f2a6a0dab4172ccd70bdc9afd3734fb6ec7e7389)), closes [#17804](https://github.com/bitnami/charts/issues/17804) ## 16.1.31 (2023-07-20) -* [bitnami/wordpress] Release 16.1.31 (#17803) ([c407ce5](https://github.com/bitnami/charts/commit/c407ce5)), closes [#17803](https://github.com/bitnami/charts/issues/17803) +* [bitnami/wordpress] Release 16.1.31 (#17803) ([c407ce5](https://github.com/bitnami/charts/commit/c407ce5b062a29d6fdfb66b0af0e79a7277a58a7)), closes [#17803](https://github.com/bitnami/charts/issues/17803) ## 16.1.30 (2023-07-19) -* [bitnami/wordpress] Release 16.1.30 (#17787) ([fa5cf56](https://github.com/bitnami/charts/commit/fa5cf56)), closes [#17787](https://github.com/bitnami/charts/issues/17787) +* [bitnami/wordpress] Release 16.1.30 (#17787) ([fa5cf56](https://github.com/bitnami/charts/commit/fa5cf56d6d6f84fc5a8778721cb4c564827ae367)), closes [#17787](https://github.com/bitnami/charts/issues/17787) ## 16.1.29 (2023-07-19) -* [bitnami/wordpress] Release 16.1.29 (#17785) ([3350438](https://github.com/bitnami/charts/commit/3350438)), closes [#17785](https://github.com/bitnami/charts/issues/17785) +* [bitnami/wordpress] Release 16.1.29 (#17785) ([3350438](https://github.com/bitnami/charts/commit/335043890165115373498d1bc01e52601eca07c6)), closes [#17785](https://github.com/bitnami/charts/issues/17785) ## 16.1.28 (2023-07-19) -* [bitnami/wordpress] Release 16.1.28 (#17769) ([074784e](https://github.com/bitnami/charts/commit/074784e)), closes [#17769](https://github.com/bitnami/charts/issues/17769) +* [bitnami/wordpress] Release 16.1.28 (#17769) ([074784e](https://github.com/bitnami/charts/commit/074784e6782f33d463a593cb395cac03c7065460)), closes [#17769](https://github.com/bitnami/charts/issues/17769) ## 16.1.27 (2023-07-15) -* [bitnami/wordpress] Release 16.1.27 (#17697) ([c4374df](https://github.com/bitnami/charts/commit/c4374df)), closes [#17697](https://github.com/bitnami/charts/issues/17697) +* [bitnami/wordpress] Release 16.1.27 (#17697) ([c4374df](https://github.com/bitnami/charts/commit/c4374dfd5116c3b5e0b2b905c4374b886c200df8)), closes [#17697](https://github.com/bitnami/charts/issues/17697) ## 16.1.26 (2023-07-13) -* [bitnami/wordpress] Release 16.1.26 (#17674) ([1768bd0](https://github.com/bitnami/charts/commit/1768bd0)), closes [#17674](https://github.com/bitnami/charts/issues/17674) -* Use os-shell in tempate and Jaeger runtime params (#17557) ([91a49eb](https://github.com/bitnami/charts/commit/91a49eb)), closes [#17557](https://github.com/bitnami/charts/issues/17557) +* [bitnami/wordpress] Release 16.1.26 (#17674) ([1768bd0](https://github.com/bitnami/charts/commit/1768bd03f78db78ef0ab74d226a67500f2dcf6d1)), closes [#17674](https://github.com/bitnami/charts/issues/17674) +* Use os-shell in tempate and Jaeger runtime params (#17557) ([91a49eb](https://github.com/bitnami/charts/commit/91a49eb1e3c81c7b7c6c28d1bc5d6d6ae698c1e2)), closes [#17557](https://github.com/bitnami/charts/issues/17557) ## 16.1.25 (2023-07-06) -* [bitnami/wordpress] Release 16.1.25 (#17512) ([450f080](https://github.com/bitnami/charts/commit/450f080)), closes [#17512](https://github.com/bitnami/charts/issues/17512) +* [bitnami/wordpress] Release 16.1.25 (#17512) ([450f080](https://github.com/bitnami/charts/commit/450f080362bfb1f0aacb6867e0f1e49ca9b58f82)), closes [#17512](https://github.com/bitnami/charts/issues/17512) ## 16.1.24 (2023-07-05) -* [bitnami/wordpress] Release 16.1.24 (#17492) ([c890ed7](https://github.com/bitnami/charts/commit/c890ed7)), closes [#17492](https://github.com/bitnami/charts/issues/17492) +* [bitnami/wordpress] Release 16.1.24 (#17492) ([c890ed7](https://github.com/bitnami/charts/commit/c890ed7608690178221621fd133639540f3547b9)), closes [#17492](https://github.com/bitnami/charts/issues/17492) ## 16.1.23 (2023-07-05) -* [bitnami/wordpress] Release 16.1.23 (#17478) ([962b372](https://github.com/bitnami/charts/commit/962b372)), closes [#17478](https://github.com/bitnami/charts/issues/17478) +* [bitnami/wordpress] Release 16.1.23 (#17478) ([962b372](https://github.com/bitnami/charts/commit/962b3727e65cc3ca803d45d9ec9357a0fb9fe405)), closes [#17478](https://github.com/bitnami/charts/issues/17478) ## 16.1.22 (2023-07-03) -* [bitnami/wordpress] Release 16.1.22 (#17454) ([661e209](https://github.com/bitnami/charts/commit/661e209)), closes [#17454](https://github.com/bitnami/charts/issues/17454) +* [bitnami/wordpress] Release 16.1.22 (#17454) ([661e209](https://github.com/bitnami/charts/commit/661e2098639c16956cd35aa4f0cf4e3f3198020a)), closes [#17454](https://github.com/bitnami/charts/issues/17454) ## 16.1.21 (2023-06-29) -* [bitnami/wordpress] Release 16.1.21 (#17413) ([3733683](https://github.com/bitnami/charts/commit/3733683)), closes [#17413](https://github.com/bitnami/charts/issues/17413) +* [bitnami/wordpress] Release 16.1.21 (#17413) ([3733683](https://github.com/bitnami/charts/commit/3733683976ea94263783bab5ee0ed02e14c4785c)), closes [#17413](https://github.com/bitnami/charts/issues/17413) ## 16.1.20 (2023-06-27) -* [bitnami/wordpress] Release 16.1.20 (#17362) ([5bc4c4b](https://github.com/bitnami/charts/commit/5bc4c4b)), closes [#17362](https://github.com/bitnami/charts/issues/17362) -* Add copyright header (#17300) ([da68be8](https://github.com/bitnami/charts/commit/da68be8)), closes [#17300](https://github.com/bitnami/charts/issues/17300) +* [bitnami/wordpress] Release 16.1.20 (#17362) ([5bc4c4b](https://github.com/bitnami/charts/commit/5bc4c4b30b25a10ef0caaa80091c8bd0ba75eebd)), closes [#17362](https://github.com/bitnami/charts/issues/17362) +* Add copyright header (#17300) ([da68be8](https://github.com/bitnami/charts/commit/da68be8e951225133c7dfb572d5101ca3d61c5ae)), closes [#17300](https://github.com/bitnami/charts/issues/17300) ## 16.1.19 (2023-06-23) -* [bitnami/wordpress] Release 16.1.19 (#17328) ([6c41b1c](https://github.com/bitnami/charts/commit/6c41b1c)), closes [#17328](https://github.com/bitnami/charts/issues/17328) +* [bitnami/wordpress] Release 16.1.19 (#17328) ([6c41b1c](https://github.com/bitnami/charts/commit/6c41b1c8d6a849865136646ac01d7e0d7a08d650)), closes [#17328](https://github.com/bitnami/charts/issues/17328) ## 16.1.18 (2023-06-21) -* [bitnami/wordpress] Release 16.1.18 (#17286) ([da3096b](https://github.com/bitnami/charts/commit/da3096b)), closes [#17286](https://github.com/bitnami/charts/issues/17286) -* Update charts readme (#17217) ([31b3c0a](https://github.com/bitnami/charts/commit/31b3c0a)), closes [#17217](https://github.com/bitnami/charts/issues/17217) +* [bitnami/wordpress] Release 16.1.18 (#17286) ([da3096b](https://github.com/bitnami/charts/commit/da3096bb72a35fd5b3a16a757ce273a125dc5643)), closes [#17286](https://github.com/bitnami/charts/issues/17286) +* Update charts readme (#17217) ([31b3c0a](https://github.com/bitnami/charts/commit/31b3c0afd968ff4429107e34101f7509e6a0e913)), closes [#17217](https://github.com/bitnami/charts/issues/17217) ## 16.1.17 (2023-06-19) -* [bitnami/wordpress] Release 16.1.17 (#17190) ([bca683c](https://github.com/bitnami/charts/commit/bca683c)), closes [#17190](https://github.com/bitnami/charts/issues/17190) +* [bitnami/wordpress] Release 16.1.17 (#17190) ([bca683c](https://github.com/bitnami/charts/commit/bca683ce1e0e97fdfe92f94309855a34d5e49082)), closes [#17190](https://github.com/bitnami/charts/issues/17190) ## 16.1.16 (2023-06-19) -* [bitnami/wordpress] Release 16.1.16 (#17178) ([c20678a](https://github.com/bitnami/charts/commit/c20678a)), closes [#17178](https://github.com/bitnami/charts/issues/17178) +* [bitnami/wordpress] Release 16.1.16 (#17178) ([c20678a](https://github.com/bitnami/charts/commit/c20678afc59e0596fff9e42ee2f1270f02f5db56)), closes [#17178](https://github.com/bitnami/charts/issues/17178) ## 16.1.15 (2023-06-14) -* [bitnami/wordpress] Release 16.1.15 (#17129) ([525ff9d](https://github.com/bitnami/charts/commit/525ff9d)), closes [#17129](https://github.com/bitnami/charts/issues/17129) +* [bitnami/wordpress] Release 16.1.15 (#17129) ([525ff9d](https://github.com/bitnami/charts/commit/525ff9d04da75b1bc2ce5eeab2f1f2b55ccff2f2)), closes [#17129](https://github.com/bitnami/charts/issues/17129) ## 16.1.14 (2023-06-08) -* [bitnami/wordpress] Release 16.1.14 (#17075) ([35bc6b1](https://github.com/bitnami/charts/commit/35bc6b1)), closes [#17075](https://github.com/bitnami/charts/issues/17075) +* [bitnami/wordpress] Release 16.1.14 (#17075) ([35bc6b1](https://github.com/bitnami/charts/commit/35bc6b1d5d87dfc3875ed09a45bffd2bddc9ee6d)), closes [#17075](https://github.com/bitnami/charts/issues/17075) ## 16.1.13 (2023-06-06) -* [bitnami/wordpress] Release 16.1.13 (#17051) ([fe865aa](https://github.com/bitnami/charts/commit/fe865aa)), closes [#17051](https://github.com/bitnami/charts/issues/17051) +* [bitnami/wordpress] Release 16.1.13 (#17051) ([fe865aa](https://github.com/bitnami/charts/commit/fe865aa39decc0e7586bedd97b40836c7e9c0fcd)), closes [#17051](https://github.com/bitnami/charts/issues/17051) ## 16.1.12 (2023-06-05) -* [bitnami/*] Change copyright section in READMEs (#17006) ([ef986a1](https://github.com/bitnami/charts/commit/ef986a1)), closes [#17006](https://github.com/bitnami/charts/issues/17006) -* [bitnami/several] Change copyright section in READMEs (#16989) ([5b6a5cf](https://github.com/bitnami/charts/commit/5b6a5cf)), closes [#16989](https://github.com/bitnami/charts/issues/16989) -* [bitnami/wordpress] Release 16.1.12 (#17025) ([4fec44a](https://github.com/bitnami/charts/commit/4fec44a)), closes [#17025](https://github.com/bitnami/charts/issues/17025) +* [bitnami/*] Change copyright section in READMEs (#17006) ([ef986a1](https://github.com/bitnami/charts/commit/ef986a1605241102b3dcafe9fd8089e6fc1201ad)), closes [#17006](https://github.com/bitnami/charts/issues/17006) +* [bitnami/several] Change copyright section in READMEs (#16989) ([5b6a5cf](https://github.com/bitnami/charts/commit/5b6a5cfb7625a751848a2e5cd796bd7278f406ca)), closes [#16989](https://github.com/bitnami/charts/issues/16989) +* [bitnami/wordpress] Release 16.1.12 (#17025) ([4fec44a](https://github.com/bitnami/charts/commit/4fec44ae952eeaa3279994ba10950f3ed119e68c)), closes [#17025](https://github.com/bitnami/charts/issues/17025) ## 16.1.11 (2023-05-31) -* [bitnami/wordpress] Release 16.1.11 (#16984) ([03bbb53](https://github.com/bitnami/charts/commit/03bbb53)), closes [#16984](https://github.com/bitnami/charts/issues/16984) +* [bitnami/wordpress] Release 16.1.11 (#16984) ([03bbb53](https://github.com/bitnami/charts/commit/03bbb530b4ad8a54197d5910e501fd99dbfc23d2)), closes [#16984](https://github.com/bitnami/charts/issues/16984) ## 16.1.10 (2023-05-30) -* [bitnami/wordpress] Release 16.1.10 (#16961) ([477383a](https://github.com/bitnami/charts/commit/477383a)), closes [#16961](https://github.com/bitnami/charts/issues/16961) +* [bitnami/wordpress] Release 16.1.10 (#16961) ([477383a](https://github.com/bitnami/charts/commit/477383a8d72c8821f7c4a73f188532f9bf535c65)), closes [#16961](https://github.com/bitnami/charts/issues/16961) ## 16.1.9 (2023-05-25) -* [bitnami/wordpress] Release 16.1.9 (#16914) ([4299068](https://github.com/bitnami/charts/commit/4299068)), closes [#16914](https://github.com/bitnami/charts/issues/16914) +* [bitnami/wordpress] Release 16.1.9 (#16914) ([4299068](https://github.com/bitnami/charts/commit/4299068916c63389b61f4c48d1e2414eecc9c842)), closes [#16914](https://github.com/bitnami/charts/issues/16914) ## 16.1.8 (2023-05-24) -* [bitnami/wordpress] Release 16.1.8 (#16887) ([a0a7f5f](https://github.com/bitnami/charts/commit/a0a7f5f)), closes [#16887](https://github.com/bitnami/charts/issues/16887) +* [bitnami/wordpress] Release 16.1.8 (#16887) ([a0a7f5f](https://github.com/bitnami/charts/commit/a0a7f5f7ab92c9699409b5f0cce85ad738124b49)), closes [#16887](https://github.com/bitnami/charts/issues/16887) ## 16.1.7 (2023-05-23) -* [bitnami/wordpress] Release 16.1.7 (#16875) ([97a38b3](https://github.com/bitnami/charts/commit/97a38b3)), closes [#16875](https://github.com/bitnami/charts/issues/16875) +* [bitnami/wordpress] Release 16.1.7 (#16875) ([97a38b3](https://github.com/bitnami/charts/commit/97a38b3998d25e2771588a7ead33eeb5120e856f)), closes [#16875](https://github.com/bitnami/charts/issues/16875) ## 16.1.6 (2023-05-21) -* [bitnami/wordpress] Release 16.1.6 (#16811) ([f9d35d2](https://github.com/bitnami/charts/commit/f9d35d2)), closes [#16811](https://github.com/bitnami/charts/issues/16811) +* [bitnami/wordpress] Release 16.1.6 (#16811) ([f9d35d2](https://github.com/bitnami/charts/commit/f9d35d2bce773f98d15b448fc48d1b240c088d28)), closes [#16811](https://github.com/bitnami/charts/issues/16811) ## 16.1.5 (2023-05-17) -* [bitnami/wordpress] Release 16.1.5 (#16724) ([f865b32](https://github.com/bitnami/charts/commit/f865b32)), closes [#16724](https://github.com/bitnami/charts/issues/16724) +* [bitnami/wordpress] Release 16.1.5 (#16724) ([f865b32](https://github.com/bitnami/charts/commit/f865b32c3c465ac7c2a2bdd177758a15c5e78595)), closes [#16724](https://github.com/bitnami/charts/issues/16724) ## 16.1.4 (2023-05-17) -* [bitnami/wordpress] Release 16.1.4 (#16713) ([95c351f](https://github.com/bitnami/charts/commit/95c351f)), closes [#16713](https://github.com/bitnami/charts/issues/16713) +* [bitnami/wordpress] Release 16.1.4 (#16713) ([95c351f](https://github.com/bitnami/charts/commit/95c351f3c85685281edd44cb3131426dcc7971fb)), closes [#16713](https://github.com/bitnami/charts/issues/16713) ## 16.1.3 (2023-05-17) -* Fix directory (NFS) permission (#16637) ([b70d00f](https://github.com/bitnami/charts/commit/b70d00f)), closes [#16637](https://github.com/bitnami/charts/issues/16637) +* Fix directory (NFS) permission (#16637) ([b70d00f](https://github.com/bitnami/charts/commit/b70d00f034f91d7b7d907d775e742dd1b4c109a4)), closes [#16637](https://github.com/bitnami/charts/issues/16637) ## 16.1.2 (2023-05-11) -* [bitnami/wordpress] Release 16.1.2 (#16601) ([d889b12](https://github.com/bitnami/charts/commit/d889b12)), closes [#16601](https://github.com/bitnami/charts/issues/16601) -* Add wording for enterprise page (#16560) ([8f22774](https://github.com/bitnami/charts/commit/8f22774)), closes [#16560](https://github.com/bitnami/charts/issues/16560) +* [bitnami/wordpress] Release 16.1.2 (#16601) ([d889b12](https://github.com/bitnami/charts/commit/d889b12d23b1d401454c1317569e5d316638a22a)), closes [#16601](https://github.com/bitnami/charts/issues/16601) +* Add wording for enterprise page (#16560) ([8f22774](https://github.com/bitnami/charts/commit/8f2277440b976d52785ba9149762ad8620a73d1f)), closes [#16560](https://github.com/bitnami/charts/issues/16560) ## 16.1.1 (2023-05-09) -* [bitnami/wordpress] Release 16.1.1 (#16550) ([86dbed3](https://github.com/bitnami/charts/commit/86dbed3)), closes [#16550](https://github.com/bitnami/charts/issues/16550) +* [bitnami/wordpress] Release 16.1.1 (#16550) ([86dbed3](https://github.com/bitnami/charts/commit/86dbed3e276149d7b742c7205d552c552f744a5d)), closes [#16550](https://github.com/bitnami/charts/issues/16550) ## 16.1.0 (2023-05-09) -* [bitnami/several] Adapt Chart.yaml to set desired OCI annotations (#16546) ([fc9b18f](https://github.com/bitnami/charts/commit/fc9b18f)), closes [#16546](https://github.com/bitnami/charts/issues/16546) +* [bitnami/several] Adapt Chart.yaml to set desired OCI annotations (#16546) ([fc9b18f](https://github.com/bitnami/charts/commit/fc9b18f2e98805d4df629acbcde696f44f973344)), closes [#16546](https://github.com/bitnami/charts/issues/16546) ## 16.0.5 (2023-05-09) -* [bitnami/wordpress] Release 16.0.5 (#16505) ([0bf2699](https://github.com/bitnami/charts/commit/0bf2699)), closes [#16505](https://github.com/bitnami/charts/issues/16505) +* [bitnami/wordpress] Release 16.0.5 (#16505) ([0bf2699](https://github.com/bitnami/charts/commit/0bf2699d2f89182395b8150b00004878d93d78dc)), closes [#16505](https://github.com/bitnami/charts/issues/16505) ## 16.0.4 (2023-05-03) -* [bitnami/wordpress] Release 16.0.4 (#16349) ([eff20e2](https://github.com/bitnami/charts/commit/eff20e2)), closes [#16349](https://github.com/bitnami/charts/issues/16349) +* [bitnami/wordpress] Release 16.0.4 (#16349) ([eff20e2](https://github.com/bitnami/charts/commit/eff20e2b8186e7b3592d65a1c8d7c28c8a3e3510)), closes [#16349](https://github.com/bitnami/charts/issues/16349) ## 16.0.3 (2023-05-02) -* [bitnami/wordpress] Release 16.0.3 (#16326) ([18f91b4](https://github.com/bitnami/charts/commit/18f91b4)), closes [#16326](https://github.com/bitnami/charts/issues/16326) +* [bitnami/wordpress] Release 16.0.3 (#16326) ([18f91b4](https://github.com/bitnami/charts/commit/18f91b465a347719e84d0deb37aea40c47220ae6)), closes [#16326](https://github.com/bitnami/charts/issues/16326) ## 16.0.2 (2023-04-29) -* [bitnami/wordpress] Release 16.0.2 (#16284) ([e99aeab](https://github.com/bitnami/charts/commit/e99aeab)), closes [#16284](https://github.com/bitnami/charts/issues/16284) +* [bitnami/wordpress] Release 16.0.2 (#16284) ([e99aeab](https://github.com/bitnami/charts/commit/e99aeab833b7980b3e4b8fc5849355b74fba4482)), closes [#16284](https://github.com/bitnami/charts/issues/16284) ## 16.0.1 (2023-04-25) -* [bitnami/wordpress] Release 16.0.1 (#16226) ([f44fdba](https://github.com/bitnami/charts/commit/f44fdba)), closes [#16226](https://github.com/bitnami/charts/issues/16226) +* [bitnami/wordpress] Release 16.0.1 (#16226) ([f44fdba](https://github.com/bitnami/charts/commit/f44fdba3be96815c75d2b662129bd14af373932b)), closes [#16226](https://github.com/bitnami/charts/issues/16226) ## 16.0.0 (2023-04-21) -* [bitnami/wordpress] Upgrade MariaDB to version 10.11 (#16162) ([15964bd](https://github.com/bitnami/charts/commit/15964bd)), closes [#16162](https://github.com/bitnami/charts/issues/16162) +* [bitnami/wordpress] Upgrade MariaDB to version 10.11 (#16162) ([15964bd](https://github.com/bitnami/charts/commit/15964bd182e20e2f3fedff980aafece4651c36d8)), closes [#16162](https://github.com/bitnami/charts/issues/16162) ## 15.5.0 (2023-04-20) -* [bitnami/*] Make Helm charts 100% OCI (#15998) ([8841510](https://github.com/bitnami/charts/commit/8841510)), closes [#15998](https://github.com/bitnami/charts/issues/15998) +* [bitnami/*] Make Helm charts 100% OCI (#15998) ([8841510](https://github.com/bitnami/charts/commit/884151035efcbf2e1b3206e7def85511073fb57d)), closes [#15998](https://github.com/bitnami/charts/issues/15998) ## 15.4.1 (2023-04-18) -* [bitnami/wordpress] Release 15.4.1 (#16121) ([253c7dc](https://github.com/bitnami/charts/commit/253c7dc)), closes [#16121](https://github.com/bitnami/charts/issues/16121) +* [bitnami/wordpress] Release 15.4.1 (#16121) ([253c7dc](https://github.com/bitnami/charts/commit/253c7dc8e581a358be1b028e6090a46f9f9812be)), closes [#16121](https://github.com/bitnami/charts/issues/16121) ## 15.4.0 (2023-04-14) -* [bitnami/wordpress] add terminationGracePeriodSeconds (#15993) ([2f460d1](https://github.com/bitnami/charts/commit/2f460d1)), closes [#15993](https://github.com/bitnami/charts/issues/15993) +* [bitnami/wordpress] add terminationGracePeriodSeconds (#15993) ([2f460d1](https://github.com/bitnami/charts/commit/2f460d127763141c519ae62cae7cd5a42d659f55)), closes [#15993](https://github.com/bitnami/charts/issues/15993) ## 15.3.5 (2023-04-13) -* [bitnami/wordpress] Release 15.3.5 (#16049) ([9fec64a](https://github.com/bitnami/charts/commit/9fec64a)), closes [#16049](https://github.com/bitnami/charts/issues/16049) +* [bitnami/wordpress] Release 15.3.5 (#16049) ([9fec64a](https://github.com/bitnami/charts/commit/9fec64abe6565ed75fae605492eba62495ec30bd)), closes [#16049](https://github.com/bitnami/charts/issues/16049) ## 15.3.4 (2023-04-13) -* [bitnami/wordpress] Release 15.3.4 (#16038) ([65faddf](https://github.com/bitnami/charts/commit/65faddf)), closes [#16038](https://github.com/bitnami/charts/issues/16038) +* [bitnami/wordpress] Release 15.3.4 (#16038) ([65faddf](https://github.com/bitnami/charts/commit/65faddf3f59fbdfcbdb65d3b50a1fc7e7f1971cc)), closes [#16038](https://github.com/bitnami/charts/issues/16038) ## 15.3.3 (2023-04-12) -* [bitnami/wordpress] Release 15.3.3 (#16026) ([6b7605a](https://github.com/bitnami/charts/commit/6b7605a)), closes [#16026](https://github.com/bitnami/charts/issues/16026) +* [bitnami/wordpress] Release 15.3.3 (#16026) ([6b7605a](https://github.com/bitnami/charts/commit/6b7605a9b468c7108ff4c9e9725f2ef292a1a523)), closes [#16026](https://github.com/bitnami/charts/issues/16026) ## 15.3.2 (2023-04-10) -* [bitnami/wordpress] Release 15.3.2 (#16001) ([fa90022](https://github.com/bitnami/charts/commit/fa90022)), closes [#16001](https://github.com/bitnami/charts/issues/16001) +* [bitnami/wordpress] Release 15.3.2 (#16001) ([fa90022](https://github.com/bitnami/charts/commit/fa90022da7c2c82c111d7f5efe6c61ed17491d79)), closes [#16001](https://github.com/bitnami/charts/issues/16001) ## 15.3.1 (2023-04-04) -* [bitnami/wordpress] Release 15.3.1 (#15963) ([19490c8](https://github.com/bitnami/charts/commit/19490c8)), closes [#15963](https://github.com/bitnami/charts/issues/15963) +* [bitnami/wordpress] Release 15.3.1 (#15963) ([19490c8](https://github.com/bitnami/charts/commit/19490c8afe77e9e716218cfe394f3245d6273e35)), closes [#15963](https://github.com/bitnami/charts/issues/15963) ## 15.3.0 (2023-04-03) -* [bitnami/wordpress] Template hostname usages to allow using variables (#15077) ([cf23b15](https://github.com/bitnami/charts/commit/cf23b15)), closes [#15077](https://github.com/bitnami/charts/issues/15077) +* [bitnami/wordpress] Template hostname usages to allow using variables (#15077) ([cf23b15](https://github.com/bitnami/charts/commit/cf23b15111d49fb3cc72f60b7c0959e77d793e02)), closes [#15077](https://github.com/bitnami/charts/issues/15077) ## 15.2.61 (2023-04-01) -* [bitnami/wordpress] Release 15.2.61 (#15914) ([16832be](https://github.com/bitnami/charts/commit/16832be)), closes [#15914](https://github.com/bitnami/charts/issues/15914) +* [bitnami/wordpress] Release 15.2.61 (#15914) ([16832be](https://github.com/bitnami/charts/commit/16832bed4c840a6c0a553af2443d1ae36b58cbdd)), closes [#15914](https://github.com/bitnami/charts/issues/15914) ## 15.2.60 (2023-03-31) -* [bitnami/wordpress] Release 15.2.60 (#15828) ([e0de47b](https://github.com/bitnami/charts/commit/e0de47b)), closes [#15828](https://github.com/bitnami/charts/issues/15828) +* [bitnami/wordpress] Release 15.2.60 (#15828) ([e0de47b](https://github.com/bitnami/charts/commit/e0de47b12448615a7f0f6ecf68b1de1b74ad0ceb)), closes [#15828](https://github.com/bitnami/charts/issues/15828) ## 15.2.59 (2023-03-28) -* [bitnami/wordpress] Release 15.2.59 (#15782) ([fe3be61](https://github.com/bitnami/charts/commit/fe3be61)), closes [#15782](https://github.com/bitnami/charts/issues/15782) +* [bitnami/wordpress] Release 15.2.59 (#15782) ([fe3be61](https://github.com/bitnami/charts/commit/fe3be616f9df104680e2b02b01a31ecf3df59dc9)), closes [#15782](https://github.com/bitnami/charts/issues/15782) ## 15.2.58 (2023-03-27) -* [bitnami/wordpress] Release 15.2.58 (#15757) ([7ae87dd](https://github.com/bitnami/charts/commit/7ae87dd)), closes [#15757](https://github.com/bitnami/charts/issues/15757) +* [bitnami/wordpress] Release 15.2.58 (#15757) ([7ae87dd](https://github.com/bitnami/charts/commit/7ae87dd29759b8206250f18c132d8be547b7d7f9)), closes [#15757](https://github.com/bitnami/charts/issues/15757) ## 15.2.57 (2023-03-23) -* [bitnami/wordpress] Release 15.2.57 (#15696) ([e22b657](https://github.com/bitnami/charts/commit/e22b657)), closes [#15696](https://github.com/bitnami/charts/issues/15696) +* [bitnami/wordpress] Release 15.2.57 (#15696) ([e22b657](https://github.com/bitnami/charts/commit/e22b6571342d96ebd8a5cbb58aa130190dc82a64)), closes [#15696](https://github.com/bitnami/charts/issues/15696) ## 15.2.56 (2023-03-19) -* [bitnami/wordpress] Release 15.2.56 (#15624) ([f9d837a](https://github.com/bitnami/charts/commit/f9d837a)), closes [#15624](https://github.com/bitnami/charts/issues/15624) +* [bitnami/wordpress] Release 15.2.56 (#15624) ([f9d837a](https://github.com/bitnami/charts/commit/f9d837a987610a2488949b003fc932f08c78507d)), closes [#15624](https://github.com/bitnami/charts/issues/15624) ## 15.2.55 (2023-03-15) -* [bitnami/wordpress] Release 15.2.55 (#15505) ([b98a8a8](https://github.com/bitnami/charts/commit/b98a8a8)), closes [#15505](https://github.com/bitnami/charts/issues/15505) +* [bitnami/wordpress] Release 15.2.55 (#15505) ([b98a8a8](https://github.com/bitnami/charts/commit/b98a8a8493ff54f9d776353ae4b6978d710f4d6d)), closes [#15505](https://github.com/bitnami/charts/issues/15505) ## 15.2.54 (2023-03-14) -* [bitnami/wordpress] Release 15.2.54 (#15502) ([9e5d3da](https://github.com/bitnami/charts/commit/9e5d3da)), closes [#15502](https://github.com/bitnami/charts/issues/15502) +* [bitnami/wordpress] Release 15.2.54 (#15502) ([9e5d3da](https://github.com/bitnami/charts/commit/9e5d3daccad3c03122fb5051eec060e90c15b0c2)), closes [#15502](https://github.com/bitnami/charts/issues/15502) ## 15.2.53 (2023-03-13) -* [bitnami/wordpress] Release 15.2.53 (#15483) ([96a86cc](https://github.com/bitnami/charts/commit/96a86cc)), closes [#15483](https://github.com/bitnami/charts/issues/15483) +* [bitnami/wordpress] Release 15.2.53 (#15483) ([96a86cc](https://github.com/bitnami/charts/commit/96a86cc953d04b56529a53b2044e5c5ea49b8adf)), closes [#15483](https://github.com/bitnami/charts/issues/15483) ## 15.2.52 (2023-03-13) -* [bitnami/wordpress] Release 15.2.52 (#15481) ([08f6b43](https://github.com/bitnami/charts/commit/08f6b43)), closes [#15481](https://github.com/bitnami/charts/issues/15481) +* [bitnami/wordpress] Release 15.2.52 (#15481) ([08f6b43](https://github.com/bitnami/charts/commit/08f6b431488e1abd062c24088ac44081d898f5ab)), closes [#15481](https://github.com/bitnami/charts/issues/15481) ## 15.2.51 (2023-03-09) -* [bitnami/wordpress] Release 15.2.51 (#15403) ([b398c0e](https://github.com/bitnami/charts/commit/b398c0e)), closes [#15403](https://github.com/bitnami/charts/issues/15403) +* [bitnami/wordpress] Release 15.2.51 (#15403) ([b398c0e](https://github.com/bitnami/charts/commit/b398c0ebaeea500b8f4535bbec995154882727c7)), closes [#15403](https://github.com/bitnami/charts/issues/15403) ## 15.2.50 (2023-03-08) -* [bitnami/wordpress] Release 15.2.50 (#15381) ([3461ffd](https://github.com/bitnami/charts/commit/3461ffd)), closes [#15381](https://github.com/bitnami/charts/issues/15381) +* [bitnami/wordpress] Release 15.2.50 (#15381) ([3461ffd](https://github.com/bitnami/charts/commit/3461ffd758d316e901b174fa315d4aef33fafa76)), closes [#15381](https://github.com/bitnami/charts/issues/15381) ## 15.2.49 (2023-03-07) -* [bitnami/charts] Apply linter to README files (#15357) ([0e29e60](https://github.com/bitnami/charts/commit/0e29e60)), closes [#15357](https://github.com/bitnami/charts/issues/15357) -* [bitnami/wordpress] Release 15.2.49 (#15379) ([2ccf935](https://github.com/bitnami/charts/commit/2ccf935)), closes [#15379](https://github.com/bitnami/charts/issues/15379) +* [bitnami/charts] Apply linter to README files (#15357) ([0e29e60](https://github.com/bitnami/charts/commit/0e29e600d3adc8b1b46e506eccb3decfab3b4e63)), closes [#15357](https://github.com/bitnami/charts/issues/15357) +* [bitnami/wordpress] Release 15.2.49 (#15379) ([2ccf935](https://github.com/bitnami/charts/commit/2ccf9358b24965cc1739b1e2dc7b168502766a4e)), closes [#15379](https://github.com/bitnami/charts/issues/15379) ## 15.2.48 (2023-03-02) -* [bitnami/wordpress] Release 15.2.48 (#15308) ([0229a77](https://github.com/bitnami/charts/commit/0229a77)), closes [#15308](https://github.com/bitnami/charts/issues/15308) +* [bitnami/wordpress] Release 15.2.48 (#15308) ([0229a77](https://github.com/bitnami/charts/commit/0229a77844836c70f648fe0dce024ed49405540b)), closes [#15308](https://github.com/bitnami/charts/issues/15308) ## 15.2.47 (2023-03-01) -* [bitnami/wordpress] Release 15.2.47 (#15257) ([0d85f23](https://github.com/bitnami/charts/commit/0d85f23)), closes [#15257](https://github.com/bitnami/charts/issues/15257) +* [bitnami/wordpress] Release 15.2.47 (#15257) ([0d85f23](https://github.com/bitnami/charts/commit/0d85f23105971d13931e5c25b52a1d89430bb97f)), closes [#15257](https://github.com/bitnami/charts/issues/15257) ## 15.2.46 (2023-02-23) -* [bitnami/wordpress] Release 15.2.46 (#15126) ([2767f31](https://github.com/bitnami/charts/commit/2767f31)), closes [#15126](https://github.com/bitnami/charts/issues/15126) +* [bitnami/wordpress] Release 15.2.46 (#15126) ([2767f31](https://github.com/bitnami/charts/commit/2767f3107752522f9964526d1d6454311c2e7d39)), closes [#15126](https://github.com/bitnami/charts/issues/15126) ## 15.2.45 (2023-02-21) -* [bitnami/wordpress] Remove updateStrategy.rollingUpdate: {} from wordpress chart to allow using Recr ([004acbb](https://github.com/bitnami/charts/commit/004acbb)), closes [#15070](https://github.com/bitnami/charts/issues/15070) +* [bitnami/wordpress] Remove updateStrategy.rollingUpdate: {} from wordpress chart to allow using Recr ([004acbb](https://github.com/bitnami/charts/commit/004acbba8948650fa881ecad3f1f3cfcbbbb5116)), closes [#15070](https://github.com/bitnami/charts/issues/15070) ## 15.2.44 (2023-02-17) -* [bitnami/wordpress] Release 15.2.44 (#15032) ([9a67fc4](https://github.com/bitnami/charts/commit/9a67fc4)), closes [#15032](https://github.com/bitnami/charts/issues/15032) +* [bitnami/wordpress] Release 15.2.44 (#15032) ([9a67fc4](https://github.com/bitnami/charts/commit/9a67fc4205a2b2c0f1684518b064ecc374dc8c68)), closes [#15032](https://github.com/bitnami/charts/issues/15032) ## 15.2.43 (2023-02-16) -* [bitnami/*] Fix markdown linter issues 2 (#14890) ([aa96572](https://github.com/bitnami/charts/commit/aa96572)), closes [#14890](https://github.com/bitnami/charts/issues/14890) -* [bitnami/wordpress] Release 15.2.43 (#14927) ([80fb451](https://github.com/bitnami/charts/commit/80fb451)), closes [#14927](https://github.com/bitnami/charts/issues/14927) +* [bitnami/*] Fix markdown linter issues 2 (#14890) ([aa96572](https://github.com/bitnami/charts/commit/aa9657237ee8df4a46db0d7fdf8a23230dd6902a)), closes [#14890](https://github.com/bitnami/charts/issues/14890) +* [bitnami/wordpress] Release 15.2.43 (#14927) ([80fb451](https://github.com/bitnami/charts/commit/80fb45174101574c43d54e6cbe849fbcc614f475)), closes [#14927](https://github.com/bitnami/charts/issues/14927) ## 15.2.42 (2023-02-15) -* [bitnami/*] Fix markdown linter issues (#14874) ([a51e0e8](https://github.com/bitnami/charts/commit/a51e0e8)), closes [#14874](https://github.com/bitnami/charts/issues/14874) -* [bitnami/*] Remove unexpected extra spaces (#14873) ([c97c714](https://github.com/bitnami/charts/commit/c97c714)), closes [#14873](https://github.com/bitnami/charts/issues/14873) -* [bitnami/wordpress] Release 15.2.42 (#14886) ([8b54df4](https://github.com/bitnami/charts/commit/8b54df4)), closes [#14886](https://github.com/bitnami/charts/issues/14886) +* [bitnami/*] Fix markdown linter issues (#14874) ([a51e0e8](https://github.com/bitnami/charts/commit/a51e0e8d35495b907f3e70dd2f8e7c3bcbf4166a)), closes [#14874](https://github.com/bitnami/charts/issues/14874) +* [bitnami/*] Remove unexpected extra spaces (#14873) ([c97c714](https://github.com/bitnami/charts/commit/c97c714887380d47eae7bfeff316bf01595ecd1d)), closes [#14873](https://github.com/bitnami/charts/issues/14873) +* [bitnami/wordpress] Release 15.2.42 (#14886) ([8b54df4](https://github.com/bitnami/charts/commit/8b54df44d7a6a974ac2766a16b479a18180757a6)), closes [#14886](https://github.com/bitnami/charts/issues/14886) ## 15.2.41 (2023-02-14) -* [bitnami/wordpress] Release 15.2.41 (#14867) ([856697a](https://github.com/bitnami/charts/commit/856697a)), closes [#14867](https://github.com/bitnami/charts/issues/14867) +* [bitnami/wordpress] Release 15.2.41 (#14867) ([856697a](https://github.com/bitnami/charts/commit/856697ae07b1a69bbff8bbccce4be4c69f9f2a82)), closes [#14867](https://github.com/bitnami/charts/issues/14867) ## 15.2.40 (2023-02-09) -* [bitnami/wordpress] Release 15.2.40 (#14804) ([eabcd60](https://github.com/bitnami/charts/commit/eabcd60)), closes [#14804](https://github.com/bitnami/charts/issues/14804) +* [bitnami/wordpress] Release 15.2.40 (#14804) ([eabcd60](https://github.com/bitnami/charts/commit/eabcd60c851f79d75d26381c638b0a6cffe35f7c)), closes [#14804](https://github.com/bitnami/charts/issues/14804) ## 15.2.39 (2023-02-08) -* [bitnami/wordpress] Release 15.2.39 (#14789) ([97289a2](https://github.com/bitnami/charts/commit/97289a2)), closes [#14789](https://github.com/bitnami/charts/issues/14789) +* [bitnami/wordpress] Release 15.2.39 (#14789) ([97289a2](https://github.com/bitnami/charts/commit/97289a22f7d4554424390e94be3193bb70ff1d55)), closes [#14789](https://github.com/bitnami/charts/issues/14789) ## 15.2.38 (2023-02-02) -* [bitnami/wordpress] Release 15.2.38 (#14729) ([4341c8d](https://github.com/bitnami/charts/commit/4341c8d)), closes [#14729](https://github.com/bitnami/charts/issues/14729) +* [bitnami/wordpress] Release 15.2.38 (#14729) ([4341c8d](https://github.com/bitnami/charts/commit/4341c8df5215d4eda8c0ee729584383b19493801)), closes [#14729](https://github.com/bitnami/charts/issues/14729) ## 15.2.37 (2023-01-31) -* [bitnami/*] Change copyright date (#14682) ([add4ec7](https://github.com/bitnami/charts/commit/add4ec7)), closes [#14682](https://github.com/bitnami/charts/issues/14682) -* [bitnami/wordpress] Release 15.2.37 (#14690) ([7b558dd](https://github.com/bitnami/charts/commit/7b558dd)), closes [#14690](https://github.com/bitnami/charts/issues/14690) +* [bitnami/*] Change copyright date (#14682) ([add4ec7](https://github.com/bitnami/charts/commit/add4ec701108ac36ed4de2dffbdf407a0d091067)), closes [#14682](https://github.com/bitnami/charts/issues/14682) +* [bitnami/wordpress] Release 15.2.37 (#14690) ([7b558dd](https://github.com/bitnami/charts/commit/7b558dda9bdbf3621cb1a65f1a3e300e675af18f)), closes [#14690](https://github.com/bitnami/charts/issues/14690) ## 15.2.36 (2023-01-31) -* [bitnami/wordpress] Don't regenerate self-signed certs on upgrade (#14667) ([08d7a4c](https://github.com/bitnami/charts/commit/08d7a4c)), closes [#14667](https://github.com/bitnami/charts/issues/14667) +* [bitnami/wordpress] Don't regenerate self-signed certs on upgrade (#14667) ([08d7a4c](https://github.com/bitnami/charts/commit/08d7a4cf47dc3a7c32aaf1260710e310b067e1b8)), closes [#14667](https://github.com/bitnami/charts/issues/14667) ## 15.2.35 (2023-01-26) -* Fix `kubectl` flag in `NOTES.txt` (#14553) ([e390ea0](https://github.com/bitnami/charts/commit/e390ea0)), closes [#14553](https://github.com/bitnami/charts/issues/14553) +* Fix `kubectl` flag in `NOTES.txt` (#14553) ([e390ea0](https://github.com/bitnami/charts/commit/e390ea0e54832c9c3d7e61428647a22908bc0f52)), closes [#14553](https://github.com/bitnami/charts/issues/14553) ## 15.2.34 (2023-01-25) -* [bitnami/wordpress] fix wordpress ingress (#14502) ([67629dd](https://github.com/bitnami/charts/commit/67629dd)), closes [#14502](https://github.com/bitnami/charts/issues/14502) +* [bitnami/wordpress] fix wordpress ingress (#14502) ([67629dd](https://github.com/bitnami/charts/commit/67629dd3e2885e35edae548bc4c227148b308fdc)), closes [#14502](https://github.com/bitnami/charts/issues/14502) ## 15.2.33 (2023-01-23) -* fix: Wordpress ingress bad indentation (#14481) ([61484bb](https://github.com/bitnami/charts/commit/61484bb)), closes [#14481](https://github.com/bitnami/charts/issues/14481) -* [bitnami/*] Unify READMEs (#14472) ([2064fb8](https://github.com/bitnami/charts/commit/2064fb8)), closes [#14472](https://github.com/bitnami/charts/issues/14472) +* fix: Wordpress ingress bad indentation (#14481) ([61484bb](https://github.com/bitnami/charts/commit/61484bb69c4451a0bdbcd3602d23aedda197706a)), closes [#14481](https://github.com/bitnami/charts/issues/14481) +* [bitnami/*] Unify READMEs (#14472) ([2064fb8](https://github.com/bitnami/charts/commit/2064fb8dcc78a845cdede8211af8c3cc52551161)), closes [#14472](https://github.com/bitnami/charts/issues/14472) ## 15.2.32 (2023-01-20) -* [bitnami/wordpress] feature: add www subdomain to ingress.tls.hosts (#14400) ([70190d6](https://github.com/bitnami/charts/commit/70190d6)), closes [#14400](https://github.com/bitnami/charts/issues/14400) +* [bitnami/wordpress] feature: add www subdomain to ingress.tls.hosts (#14400) ([70190d6](https://github.com/bitnami/charts/commit/70190d63dfdf5ef0b7ffbb6640114b09a41caa09)), closes [#14400](https://github.com/bitnami/charts/issues/14400) ## 15.2.31 (2023-01-19) -* [bitnami/wordpress] Release 15.2.31 (#14440) ([8aea430](https://github.com/bitnami/charts/commit/8aea430)), closes [#14440](https://github.com/bitnami/charts/issues/14440) +* [bitnami/wordpress] Release 15.2.31 (#14440) ([8aea430](https://github.com/bitnami/charts/commit/8aea43008cd33db1248dd9688888d8d1b18c736d)), closes [#14440](https://github.com/bitnami/charts/issues/14440) ## 15.2.30 (2023-01-18) -* [bitnami/wordpress] Release 15.2.30 (#14412) ([cd4c6be](https://github.com/bitnami/charts/commit/cd4c6be)), closes [#14412](https://github.com/bitnami/charts/issues/14412) +* [bitnami/wordpress] Release 15.2.30 (#14412) ([cd4c6be](https://github.com/bitnami/charts/commit/cd4c6beba6bfe9a65ec32e46a9435c0a177ccd40)), closes [#14412](https://github.com/bitnami/charts/issues/14412) ## 15.2.29 (2023-01-16) -* [bitnami/*] Change licenses annotation format (#14377) ([0ab7608](https://github.com/bitnami/charts/commit/0ab7608)), closes [#14377](https://github.com/bitnami/charts/issues/14377) -* [bitnami/wordpress] Release 15.2.29 (#14390) ([cadf343](https://github.com/bitnami/charts/commit/cadf343)), closes [#14390](https://github.com/bitnami/charts/issues/14390) +* [bitnami/*] Change licenses annotation format (#14377) ([0ab7608](https://github.com/bitnami/charts/commit/0ab760862c660fcc78cffadf8e1d8cdd70881473)), closes [#14377](https://github.com/bitnami/charts/issues/14377) +* [bitnami/wordpress] Release 15.2.29 (#14390) ([cadf343](https://github.com/bitnami/charts/commit/cadf343adf688edd7cf9807138c9edac3b54912b)), closes [#14390](https://github.com/bitnami/charts/issues/14390) ## 15.2.28 (2023-01-13) -* [bitnami/wordpress] Release 15.2.28 (#14325) ([880dcce](https://github.com/bitnami/charts/commit/880dcce)), closes [#14325](https://github.com/bitnami/charts/issues/14325) +* [bitnami/wordpress] Release 15.2.28 (#14325) ([880dcce](https://github.com/bitnami/charts/commit/880dcce4fba29d00d53a34a119a078d2c74d8c00)), closes [#14325](https://github.com/bitnami/charts/issues/14325) ## 15.2.27 (2023-01-12) -* [bitnami/wordpress] Release 15.2.27 (#14322) ([0a740aa](https://github.com/bitnami/charts/commit/0a740aa)), closes [#14322](https://github.com/bitnami/charts/issues/14322) +* [bitnami/wordpress] Release 15.2.27 (#14322) ([0a740aa](https://github.com/bitnami/charts/commit/0a740aabf6eacd78075e53a74abdd562862f40b2)), closes [#14322](https://github.com/bitnami/charts/issues/14322) ## 15.2.26 (2023-01-12) -* [bitnami/wordpress] Release 15.2.26 (#14317) ([bd86523](https://github.com/bitnami/charts/commit/bd86523)), closes [#14317](https://github.com/bitnami/charts/issues/14317) +* [bitnami/wordpress] Release 15.2.26 (#14317) ([bd86523](https://github.com/bitnami/charts/commit/bd865233fefe751f3ee97394d69e5036a351a697)), closes [#14317](https://github.com/bitnami/charts/issues/14317) ## 15.2.25 (2023-01-12) -* [bitnami/wordpress] Invert memory/cpu in hpa for Argo CD users (#14085) ([18b0d0a](https://github.com/bitnami/charts/commit/18b0d0a)), closes [#14085](https://github.com/bitnami/charts/issues/14085) +* [bitnami/wordpress] Invert memory/cpu in hpa for Argo CD users (#14085) ([18b0d0a](https://github.com/bitnami/charts/commit/18b0d0a204d5d36b26a21417be078fabdd6fc87c)), closes [#14085](https://github.com/bitnami/charts/issues/14085) ## 15.2.24 (2023-01-12) -* [bitnami/*] Add license annotation and remove obsolete engine parameter (#14293) ([da2a794](https://github.com/bitnami/charts/commit/da2a794)), closes [#14293](https://github.com/bitnami/charts/issues/14293) -* [bitnami/wordpress] Release 15.2.24 (#14300) ([b7907ba](https://github.com/bitnami/charts/commit/b7907ba)), closes [#14300](https://github.com/bitnami/charts/issues/14300) +* [bitnami/*] Add license annotation and remove obsolete engine parameter (#14293) ([da2a794](https://github.com/bitnami/charts/commit/da2a7943bae95b6e9b5b4ed972c15e990b69fdb0)), closes [#14293](https://github.com/bitnami/charts/issues/14293) +* [bitnami/wordpress] Release 15.2.24 (#14300) ([b7907ba](https://github.com/bitnami/charts/commit/b7907ba238bf9b349e457f3a10a1cdca7f3a7c8e)), closes [#14300](https://github.com/bitnami/charts/issues/14300) ## 15.2.23 (2023-01-10) -* [bitnami/wordpress] Release 15.2.23 (#14256) ([e18e900](https://github.com/bitnami/charts/commit/e18e900)), closes [#14256](https://github.com/bitnami/charts/issues/14256) +* [bitnami/wordpress] Release 15.2.23 (#14256) ([e18e900](https://github.com/bitnami/charts/commit/e18e9009ee8a7a8938091bb8ac49ffc833a03366)), closes [#14256](https://github.com/bitnami/charts/issues/14256) ## 15.2.22 (2022-12-19) -* [bitnami/wordpress] Release 15.2.22 (#14026) ([6bec435](https://github.com/bitnami/charts/commit/6bec435)), closes [#14026](https://github.com/bitnami/charts/issues/14026) +* [bitnami/wordpress] Release 15.2.22 (#14026) ([6bec435](https://github.com/bitnami/charts/commit/6bec4353102aa1b318ec5780409620216fba37b1)), closes [#14026](https://github.com/bitnami/charts/issues/14026) ## 15.2.21 (2022-12-15) -* [bitnami/wordpress] Release 15.2.21 (#13978) ([0fac76d](https://github.com/bitnami/charts/commit/0fac76d)), closes [#13978](https://github.com/bitnami/charts/issues/13978) +* [bitnami/wordpress] Release 15.2.21 (#13978) ([0fac76d](https://github.com/bitnami/charts/commit/0fac76dca6a0be1397650fec781447d3eb53dd50)), closes [#13978](https://github.com/bitnami/charts/issues/13978) ## 15.2.20 (2022-12-14) -* [bitnami/wordpress] Release 15.2.20 (#13960) ([6fed00b](https://github.com/bitnami/charts/commit/6fed00b)), closes [#13960](https://github.com/bitnami/charts/issues/13960) +* [bitnami/wordpress] Release 15.2.20 (#13960) ([6fed00b](https://github.com/bitnami/charts/commit/6fed00bf11c619c32df3644d875f1062c9a3d1c4)), closes [#13960](https://github.com/bitnami/charts/issues/13960) ## 15.2.19 (2022-12-13) -* [bitnami/wordpress] Release 15.2.19 (#13939) ([51e38e9](https://github.com/bitnami/charts/commit/51e38e9)), closes [#13939](https://github.com/bitnami/charts/issues/13939) +* [bitnami/wordpress] Release 15.2.19 (#13939) ([51e38e9](https://github.com/bitnami/charts/commit/51e38e9b7e35ef0e2ea11d50d10028ae151270e5)), closes [#13939](https://github.com/bitnami/charts/issues/13939) ## 15.2.18 (2022-12-06) -* [bitnami/wordpress] Release 15.2.18 (#13849) ([933b91a](https://github.com/bitnami/charts/commit/933b91a)), closes [#13849](https://github.com/bitnami/charts/issues/13849) +* [bitnami/wordpress] Release 15.2.18 (#13849) ([933b91a](https://github.com/bitnami/charts/commit/933b91a9ceed8a49abf152f3885647fc74636fa8)), closes [#13849](https://github.com/bitnami/charts/issues/13849) ## 15.2.17 (2022-12-02) -* [bitnami/wordpress] Release 15.2.17 (#13798) ([0de588b](https://github.com/bitnami/charts/commit/0de588b)), closes [#13798](https://github.com/bitnami/charts/issues/13798) +* [bitnami/wordpress] Release 15.2.17 (#13798) ([0de588b](https://github.com/bitnami/charts/commit/0de588bfabc9f1e903f50d67f35c4cb68e97df09)), closes [#13798](https://github.com/bitnami/charts/issues/13798) ## 15.2.16 (2022-11-17) -* [bitnami/wordpress] Release 15.2.16 (#13572) ([a4d8c88](https://github.com/bitnami/charts/commit/a4d8c88)), closes [#13572](https://github.com/bitnami/charts/issues/13572) +* [bitnami/wordpress] Release 15.2.16 (#13572) ([a4d8c88](https://github.com/bitnami/charts/commit/a4d8c88a5dbd0e6a4cfef633455e1a650bb03658)), closes [#13572](https://github.com/bitnami/charts/issues/13572) ## 15.2.15 (2022-11-16) -* [bitnami/wordpress] Release 15.2.15 (#13540) ([7075890](https://github.com/bitnami/charts/commit/7075890)), closes [#13540](https://github.com/bitnami/charts/issues/13540) +* [bitnami/wordpress] Release 15.2.15 (#13540) ([7075890](https://github.com/bitnami/charts/commit/707589061e707720d1eb298044cf8bd25f43d951)), closes [#13540](https://github.com/bitnami/charts/issues/13540) ## 15.2.14 (2022-11-09) -* [bitnami/wordpress] Release 15.2.14 (#13448) ([165d68e](https://github.com/bitnami/charts/commit/165d68e)), closes [#13448](https://github.com/bitnami/charts/issues/13448) +* [bitnami/wordpress] Release 15.2.14 (#13448) ([165d68e](https://github.com/bitnami/charts/commit/165d68ea3f0b149327272ea59a8684e07e93c06c)), closes [#13448](https://github.com/bitnami/charts/issues/13448) ## 15.2.13 (2022-11-09) -* [bitnami/wordpress] Release 15.2.13 (#13424) ([7f0c715](https://github.com/bitnami/charts/commit/7f0c715)), closes [#13424](https://github.com/bitnami/charts/issues/13424) +* [bitnami/wordpress] Release 15.2.13 (#13424) ([7f0c715](https://github.com/bitnami/charts/commit/7f0c715093a0c35f9c795714dfc4e0114f885979)), closes [#13424](https://github.com/bitnami/charts/issues/13424) ## 15.2.12 (2022-11-08) -* [bitnami/wordpress] Release 15.2.12 (#13396) ([5473383](https://github.com/bitnami/charts/commit/5473383)), closes [#13396](https://github.com/bitnami/charts/issues/13396) +* [bitnami/wordpress] Release 15.2.12 (#13396) ([5473383](https://github.com/bitnami/charts/commit/5473383724b3245a1e840ac62ec12ced973b7a8c)), closes [#13396](https://github.com/bitnami/charts/issues/13396) ## 15.2.11 (2022-11-03) -* [bitnami/wordpress] Release 15.2.11 (#13330) ([0e77495](https://github.com/bitnami/charts/commit/0e77495)), closes [#13330](https://github.com/bitnami/charts/issues/13330) +* [bitnami/wordpress] Release 15.2.11 (#13330) ([0e77495](https://github.com/bitnami/charts/commit/0e77495ad3f23619115c8b20874267f40d4db847)), closes [#13330](https://github.com/bitnami/charts/issues/13330) ## 15.2.10 (2022-11-02) -* [bitnami/wordpress] Release 15.2.10 (#13323) ([2b64e50](https://github.com/bitnami/charts/commit/2b64e50)), closes [#13323](https://github.com/bitnami/charts/issues/13323) +* [bitnami/wordpress] Release 15.2.10 (#13323) ([2b64e50](https://github.com/bitnami/charts/commit/2b64e509b7329d7aca10b8e692eaf67b891b96ba)), closes [#13323](https://github.com/bitnami/charts/issues/13323) ## 15.2.9 (2022-11-01) -* [bitnami/wordpress] Release 15.2.9 (#13297) ([84bab18](https://github.com/bitnami/charts/commit/84bab18)), closes [#13297](https://github.com/bitnami/charts/issues/13297) +* [bitnami/wordpress] Release 15.2.9 (#13297) ([84bab18](https://github.com/bitnami/charts/commit/84bab1871ecd0bbb6b6a16f4cc974fa4283091e4)), closes [#13297](https://github.com/bitnami/charts/issues/13297) ## 15.2.8 (2022-11-01) -* [bitnami/wordpress] Release 15.2.8 (#13283) ([041cdeb](https://github.com/bitnami/charts/commit/041cdeb)), closes [#13283](https://github.com/bitnami/charts/issues/13283) +* [bitnami/wordpress] Release 15.2.8 (#13283) ([041cdeb](https://github.com/bitnami/charts/commit/041cdeb5df73e081727fd086f445520385a6a89b)), closes [#13283](https://github.com/bitnami/charts/issues/13283) ## 15.2.7 (2022-10-26) -* [bitnami/wordpress] Release 15.2.7 (#13172) ([fdf7221](https://github.com/bitnami/charts/commit/fdf7221)), closes [#13172](https://github.com/bitnami/charts/issues/13172) +* [bitnami/wordpress] Release 15.2.7 (#13172) ([fdf7221](https://github.com/bitnami/charts/commit/fdf72218d50bbbe449e83932e97ff0a40f47aa7a)), closes [#13172](https://github.com/bitnami/charts/issues/13172) ## 15.2.6 (2022-10-18) -* [bitnami/*] Use new default branch name in links (#12943) ([a529e02](https://github.com/bitnami/charts/commit/a529e02)), closes [#12943](https://github.com/bitnami/charts/issues/12943) -* [bitnami/wordpress] Release 15.2.6 (#12998) ([61dd1a1](https://github.com/bitnami/charts/commit/61dd1a1)), closes [#12998](https://github.com/bitnami/charts/issues/12998) -* Generic README instructions related to the repo (#12792) ([3cf6b10](https://github.com/bitnami/charts/commit/3cf6b10)), closes [#12792](https://github.com/bitnami/charts/issues/12792) +* [bitnami/*] Use new default branch name in links (#12943) ([a529e02](https://github.com/bitnami/charts/commit/a529e02597d49d944eba1eb0f190713293247176)), closes [#12943](https://github.com/bitnami/charts/issues/12943) +* [bitnami/wordpress] Release 15.2.6 (#12998) ([61dd1a1](https://github.com/bitnami/charts/commit/61dd1a14b60cb8369d1432b38e26666c26f5a224)), closes [#12998](https://github.com/bitnami/charts/issues/12998) +* Generic README instructions related to the repo (#12792) ([3cf6b10](https://github.com/bitnami/charts/commit/3cf6b10e10e60df4b3e191d6b99aa99a9f597755)), closes [#12792](https://github.com/bitnami/charts/issues/12792) ## 15.2.5 (2022-09-23) -* [bitnami/wordpress] Release 15.2.5 (#12653) ([78a2f07](https://github.com/bitnami/charts/commit/78a2f07)), closes [#12653](https://github.com/bitnami/charts/issues/12653) +* [bitnami/wordpress] Release 15.2.5 (#12653) ([78a2f07](https://github.com/bitnami/charts/commit/78a2f07d29cc8407d40917bd8f32d9dc53f5dc97)), closes [#12653](https://github.com/bitnami/charts/issues/12653) ## 15.2.4 (2022-09-19) -* [bitnami/wordpress] Release 15.2.4 (#12583) ([b8df8f4](https://github.com/bitnami/charts/commit/b8df8f4)), closes [#12583](https://github.com/bitnami/charts/issues/12583) +* [bitnami/wordpress] Release 15.2.4 (#12583) ([b8df8f4](https://github.com/bitnami/charts/commit/b8df8f4d3a6add44fc5407a1af8778eb54d27df2)), closes [#12583](https://github.com/bitnami/charts/issues/12583) ## 15.2.3 (2022-09-19) -* [bitnami/wordpress] Use custom probes if given (#12569) ([94b2857](https://github.com/bitnami/charts/commit/94b2857)), closes [#12569](https://github.com/bitnami/charts/issues/12569) [#12354](https://github.com/bitnami/charts/issues/12354) +* [bitnami/wordpress] Use custom probes if given (#12569) ([94b2857](https://github.com/bitnami/charts/commit/94b285729225f154fbfa6da033c69dc35645ba17)), closes [#12569](https://github.com/bitnami/charts/issues/12569) [#12354](https://github.com/bitnami/charts/issues/12354) ## 15.2.2 (2022-09-13) -* [bitnami/wordpress] Release 15.2.2 (#12410) ([d1db0c6](https://github.com/bitnami/charts/commit/d1db0c6)), closes [#12410](https://github.com/bitnami/charts/issues/12410) +* [bitnami/wordpress] Release 15.2.2 (#12410) ([d1db0c6](https://github.com/bitnami/charts/commit/d1db0c6a5d750eac02c910ad1885c2b3bc6c79d7)), closes [#12410](https://github.com/bitnami/charts/issues/12410) ## 15.2.1 (2022-09-12) -* [bitnami/wordpress] Release 15.2.1 (#12387) ([223e6ef](https://github.com/bitnami/charts/commit/223e6ef)), closes [#12387](https://github.com/bitnami/charts/issues/12387) +* [bitnami/wordpress] Release 15.2.1 (#12387) ([223e6ef](https://github.com/bitnami/charts/commit/223e6ef5a30b03d45ab1b114bd287c392e278537)), closes [#12387](https://github.com/bitnami/charts/issues/12387) ## 15.2.0 (2022-09-06) -* [bitnami/wordpress] feat: :sparkles: Make WordPress container run in restricted PSA (#12286) ([4918597](https://github.com/bitnami/charts/commit/4918597)), closes [#12286](https://github.com/bitnami/charts/issues/12286) +* [bitnami/wordpress] feat: :sparkles: Make WordPress container run in restricted PSA (#12286) ([4918597](https://github.com/bitnami/charts/commit/4918597a44c486a0546e9313c46fb2c03904908e)), closes [#12286](https://github.com/bitnami/charts/issues/12286) ## 15.1.5 (2022-08-31) -* [bitnami/wordpress] Release 15.1.5 (#12224) ([498e046](https://github.com/bitnami/charts/commit/498e046)), closes [#12224](https://github.com/bitnami/charts/issues/12224) +* [bitnami/wordpress] Release 15.1.5 (#12224) ([498e046](https://github.com/bitnami/charts/commit/498e0462db89d0250d105854baaeb3eea2571e2d)), closes [#12224](https://github.com/bitnami/charts/issues/12224) ## 15.1.4 (2022-08-30) -* [bitnami/wordpress] Release 15.1.4 (#12198) ([c57ba22](https://github.com/bitnami/charts/commit/c57ba22)), closes [#12198](https://github.com/bitnami/charts/issues/12198) +* [bitnami/wordpress] Release 15.1.4 (#12198) ([c57ba22](https://github.com/bitnami/charts/commit/c57ba226abf3ddd4f69ff0acd1cbc777fab548de)), closes [#12198](https://github.com/bitnami/charts/issues/12198) ## 15.1.3 (2022-08-25) -* [bitnami/wordpress] Release 15.1.3 (#12152) ([f6e2e9d](https://github.com/bitnami/charts/commit/f6e2e9d)), closes [#12152](https://github.com/bitnami/charts/issues/12152) +* [bitnami/wordpress] Release 15.1.3 (#12152) ([f6e2e9d](https://github.com/bitnami/charts/commit/f6e2e9de522b9d49c04da7de26cfcac362fb0d9c)), closes [#12152](https://github.com/bitnami/charts/issues/12152) ## 15.1.2 (2022-08-23) -* [bitnami/wordpress] Update Chart.lock (#12082) ([3a82486](https://github.com/bitnami/charts/commit/3a82486)), closes [#12082](https://github.com/bitnami/charts/issues/12082) +* [bitnami/wordpress] Update Chart.lock (#12082) ([3a82486](https://github.com/bitnami/charts/commit/3a824861741ceb5582b4a1272032e1cd9ed056ca)), closes [#12082](https://github.com/bitnami/charts/issues/12082) ## 15.1.1 (2022-08-23) -* [bitnami/wordpress] Release 15.1.1 (#12027) ([4608e97](https://github.com/bitnami/charts/commit/4608e97)), closes [#12027](https://github.com/bitnami/charts/issues/12027) +* [bitnami/wordpress] Release 15.1.1 (#12027) ([4608e97](https://github.com/bitnami/charts/commit/4608e97cb250244c21f42906c609198720b31d36)), closes [#12027](https://github.com/bitnami/charts/issues/12027) ## 15.1.0 (2022-08-22) -* [bitnami/wordpress] Add support for image digest apart from tag (#11949) ([582acec](https://github.com/bitnami/charts/commit/582acec)), closes [#11949](https://github.com/bitnami/charts/issues/11949) +* [bitnami/wordpress] Add support for image digest apart from tag (#11949) ([582acec](https://github.com/bitnami/charts/commit/582acec11ea0ed46433e9a9d53a68d2b1dc54563)), closes [#11949](https://github.com/bitnami/charts/issues/11949) ## 15.0.19 (2022-08-17) -* [bitnami/wordpress] Release 15.0.19 (#11812) ([91e37a8](https://github.com/bitnami/charts/commit/91e37a8)), closes [#11812](https://github.com/bitnami/charts/issues/11812) +* [bitnami/wordpress] Release 15.0.19 (#11812) ([91e37a8](https://github.com/bitnami/charts/commit/91e37a81a7f535c78faba031c6e78714854c8ef6)), closes [#11812](https://github.com/bitnami/charts/issues/11812) ## 15.0.18 (2022-08-16) -* [bitnami/wordpress] Release 15.0.18 (#11790) ([5c31b47](https://github.com/bitnami/charts/commit/5c31b47)), closes [#11790](https://github.com/bitnami/charts/issues/11790) +* [bitnami/wordpress] Release 15.0.18 (#11790) ([5c31b47](https://github.com/bitnami/charts/commit/5c31b475f3cc2b08460cc7f7d46592ed40e10f0e)), closes [#11790](https://github.com/bitnami/charts/issues/11790) ## 15.0.17 (2022-08-16) -* [bitnami/wordpress] Release 15.0.17 (#11778) ([4e83611](https://github.com/bitnami/charts/commit/4e83611)), closes [#11778](https://github.com/bitnami/charts/issues/11778) +* [bitnami/wordpress] Release 15.0.17 (#11778) ([4e83611](https://github.com/bitnami/charts/commit/4e836119378d683f43be369034a35707823fea13)), closes [#11778](https://github.com/bitnami/charts/issues/11778) ## 15.0.16 (2022-08-09) -* [bitnami/wordpress] Release 15.0.16 (#11693) ([92e8c1a](https://github.com/bitnami/charts/commit/92e8c1a)), closes [#11693](https://github.com/bitnami/charts/issues/11693) +* [bitnami/wordpress] Release 15.0.16 (#11693) ([92e8c1a](https://github.com/bitnami/charts/commit/92e8c1ae3dda45fd516aecfa7e128c6d9d24abd5)), closes [#11693](https://github.com/bitnami/charts/issues/11693) ## 15.0.15 (2022-08-09) -* [bitnami/wordpress] Release 15.0.15 (#11677) ([53f38a5](https://github.com/bitnami/charts/commit/53f38a5)), closes [#11677](https://github.com/bitnami/charts/issues/11677) +* [bitnami/wordpress] Release 15.0.15 (#11677) ([53f38a5](https://github.com/bitnami/charts/commit/53f38a5dc0b58b3f25b299a1382d97098c8f9635)), closes [#11677](https://github.com/bitnami/charts/issues/11677) ## 15.0.14 (2022-08-04) -* [bitnami/wordpress] Release 15.0.14 (#11602) ([cdb74a5](https://github.com/bitnami/charts/commit/cdb74a5)), closes [#11602](https://github.com/bitnami/charts/issues/11602) +* [bitnami/wordpress] Release 15.0.14 (#11602) ([cdb74a5](https://github.com/bitnami/charts/commit/cdb74a5c0949f5402193cc62a8f008f675218035)), closes [#11602](https://github.com/bitnami/charts/issues/11602) ## 15.0.13 (2022-08-03) -* [bitnami/*] Update URLs to point to the new bitnami/containers monorepo (#11352) ([d665af0](https://github.com/bitnami/charts/commit/d665af0)), closes [#11352](https://github.com/bitnami/charts/issues/11352) -* [bitnami/wordpress] Release 15.0.13 (#11517) ([849e0d1](https://github.com/bitnami/charts/commit/849e0d1)), closes [#11517](https://github.com/bitnami/charts/issues/11517) +* [bitnami/*] Update URLs to point to the new bitnami/containers monorepo (#11352) ([d665af0](https://github.com/bitnami/charts/commit/d665af0c708846192d8d5fb2f5f9ea65dd464ab0)), closes [#11352](https://github.com/bitnami/charts/issues/11352) +* [bitnami/wordpress] Release 15.0.13 (#11517) ([849e0d1](https://github.com/bitnami/charts/commit/849e0d159e89705e6d159e95bb6cc1abc4245271)), closes [#11517](https://github.com/bitnami/charts/issues/11517) ## 15.0.12 (2022-07-20) -* [bitnami/wordpress] Release 15.0.12 (#11261) ([0bceeba](https://github.com/bitnami/charts/commit/0bceeba)), closes [#11261](https://github.com/bitnami/charts/issues/11261) +* [bitnami/wordpress] Release 15.0.12 (#11261) ([0bceeba](https://github.com/bitnami/charts/commit/0bceebac42db48d9d2d054f88cbad2155faba809)), closes [#11261](https://github.com/bitnami/charts/issues/11261) ## 15.0.11 (2022-07-15) -* [bitnami/wordpress] Release 15.0.11 (#11198) ([e59b6d6](https://github.com/bitnami/charts/commit/e59b6d6)), closes [#11198](https://github.com/bitnami/charts/issues/11198) +* [bitnami/wordpress] Release 15.0.11 (#11198) ([e59b6d6](https://github.com/bitnami/charts/commit/e59b6d63a44be0646e7a3cd2bdbd0439abceb174)), closes [#11198](https://github.com/bitnami/charts/issues/11198) ## 15.0.10 (2022-07-13) -* [bitnami/wordpress] Release 15.0.10 (#11161) ([9193fe9](https://github.com/bitnami/charts/commit/9193fe9)), closes [#11161](https://github.com/bitnami/charts/issues/11161) +* [bitnami/wordpress] Release 15.0.10 (#11161) ([9193fe9](https://github.com/bitnami/charts/commit/9193fe976cf9ee444141542844d3af669982afa5)), closes [#11161](https://github.com/bitnami/charts/issues/11161) ## 15.0.9 (2022-07-13) -* [bitnami/wordpress] Release 15.0.9 (#11160) ([fd661c7](https://github.com/bitnami/charts/commit/fd661c7)), closes [#11160](https://github.com/bitnami/charts/issues/11160) +* [bitnami/wordpress] Release 15.0.9 (#11160) ([fd661c7](https://github.com/bitnami/charts/commit/fd661c7b8a553ba3c958476a5cb416561abdcf08)), closes [#11160](https://github.com/bitnami/charts/issues/11160) ## 15.0.8 (2022-07-11) -* [bitnami/wordpress] Release 15.0.8 (#11110) ([4ccc8d3](https://github.com/bitnami/charts/commit/4ccc8d3)), closes [#11110](https://github.com/bitnami/charts/issues/11110) +* [bitnami/wordpress] Release 15.0.8 (#11110) ([4ccc8d3](https://github.com/bitnami/charts/commit/4ccc8d3fb6c09d8d2e4fa377ea6dedbc14366114)), closes [#11110](https://github.com/bitnami/charts/issues/11110) ## 15.0.7 (2022-07-01) -* [bitnami/wordpress] Release 15.0.7 (#10996) ([f675549](https://github.com/bitnami/charts/commit/f675549)), closes [#10996](https://github.com/bitnami/charts/issues/10996) +* [bitnami/wordpress] Release 15.0.7 (#10996) ([f675549](https://github.com/bitnami/charts/commit/f675549bd20ac697b85f74ebf18914c09b7b62d0)), closes [#10996](https://github.com/bitnami/charts/issues/10996) ## 15.0.6 (2022-06-30) -* [bitnami/wordpress] Release 15.0.6 (#10939) ([3db3c70](https://github.com/bitnami/charts/commit/3db3c70)), closes [#10939](https://github.com/bitnami/charts/issues/10939) +* [bitnami/wordpress] Release 15.0.6 (#10939) ([3db3c70](https://github.com/bitnami/charts/commit/3db3c703707d55e8d0a7345c69648a08f9294c51)), closes [#10939](https://github.com/bitnami/charts/issues/10939) ## 15.0.5 (2022-06-28) -* [bitnami/wordpress] Release 15.0.5 (#10893) ([94316ce](https://github.com/bitnami/charts/commit/94316ce)), closes [#10893](https://github.com/bitnami/charts/issues/10893) +* [bitnami/wordpress] Release 15.0.5 (#10893) ([94316ce](https://github.com/bitnami/charts/commit/94316ce83f4d6fa8d8ff6fa13b81ee8e879b189f)), closes [#10893](https://github.com/bitnami/charts/issues/10893) ## 15.0.4 (2022-06-22) -* [bitnami/wordpress] Remove debian-10 mentions (#10851) ([32c0672](https://github.com/bitnami/charts/commit/32c0672)), closes [#10851](https://github.com/bitnami/charts/issues/10851) +* [bitnami/wordpress] Remove debian-10 mentions (#10851) ([32c0672](https://github.com/bitnami/charts/commit/32c06725ed38d4987ae80f73d6665f242104a36d)), closes [#10851](https://github.com/bitnami/charts/issues/10851) ## 15.0.3 (2022-06-21) -* [bitnami/wordpress] Release 15.0.3 (#10841) ([cc5c6d4](https://github.com/bitnami/charts/commit/cc5c6d4)), closes [#10841](https://github.com/bitnami/charts/issues/10841) +* [bitnami/wordpress] Release 15.0.3 (#10841) ([cc5c6d4](https://github.com/bitnami/charts/commit/cc5c6d4eafc1db92ed10653910bae22b1e042067)), closes [#10841](https://github.com/bitnami/charts/issues/10841) ## 15.0.2 (2022-06-17) -* [bitnami/wordpress] Release 15.0.2 (#10790) ([b989f87](https://github.com/bitnami/charts/commit/b989f87)), closes [#10790](https://github.com/bitnami/charts/issues/10790) +* [bitnami/wordpress] Release 15.0.2 (#10790) ([b989f87](https://github.com/bitnami/charts/commit/b989f87d1fbe1df2ce0440031ec0dca5c01c2925)), closes [#10790](https://github.com/bitnami/charts/issues/10790) ## 15.0.1 (2022-06-15) -* [bitnami/wordpress] Release 15.0.1 (#10770) ([7740c05](https://github.com/bitnami/charts/commit/7740c05)), closes [#10770](https://github.com/bitnami/charts/issues/10770) +* [bitnami/wordpress] Release 15.0.1 (#10770) ([7740c05](https://github.com/bitnami/charts/commit/7740c05f67f280d59253f625e25777dece62dc93)), closes [#10770](https://github.com/bitnami/charts/issues/10770) ## 15.0.0 (2022-06-14) -* [bitnami/wordpress] Release 15.0.0 (#10764) ([967b786](https://github.com/bitnami/charts/commit/967b786)), closes [#10764](https://github.com/bitnami/charts/issues/10764) +* [bitnami/wordpress] Release 15.0.0 (#10764) ([967b786](https://github.com/bitnami/charts/commit/967b78687eb5e6343ec35628aab75c435e924059)), closes [#10764](https://github.com/bitnami/charts/issues/10764) ## 14.3.7 (2022-06-14) -* [bitnami/wordpress] Release 14.3.7 (#10737) ([2584f4a](https://github.com/bitnami/charts/commit/2584f4a)), closes [#10737](https://github.com/bitnami/charts/issues/10737) +* [bitnami/wordpress] Release 14.3.7 (#10737) ([2584f4a](https://github.com/bitnami/charts/commit/2584f4a12db4848ecb41db76023149f818ce9762)), closes [#10737](https://github.com/bitnami/charts/issues/10737) ## 14.3.6 (2022-06-10) -* [bitnami/wordpress] Release 14.3.6 (#10711) ([10862ba](https://github.com/bitnami/charts/commit/10862ba)), closes [#10711](https://github.com/bitnami/charts/issues/10711) +* [bitnami/wordpress] Release 14.3.6 (#10711) ([10862ba](https://github.com/bitnami/charts/commit/10862ba4028d5c793ffec22d9757ef67e6c9ba5c)), closes [#10711](https://github.com/bitnami/charts/issues/10711) ## 14.3.5 (2022-06-07) -* [bitnami/*] Replace Kubeapps URL in READMEs (and kubeapps Chart.yaml) and remove BKPR references (#1 ([c6a7914](https://github.com/bitnami/charts/commit/c6a7914)), closes [#10600](https://github.com/bitnami/charts/issues/10600) -* Fix tolerations and topologySpreadConstraints default values (#10648) ([3da1308](https://github.com/bitnami/charts/commit/3da1308)), closes [#10648](https://github.com/bitnami/charts/issues/10648) +* [bitnami/*] Replace Kubeapps URL in READMEs (and kubeapps Chart.yaml) and remove BKPR references (#1 ([c6a7914](https://github.com/bitnami/charts/commit/c6a7914361e5aea6016fb45bf4d621edfd111d32)), closes [#10600](https://github.com/bitnami/charts/issues/10600) +* Fix tolerations and topologySpreadConstraints default values (#10648) ([3da1308](https://github.com/bitnami/charts/commit/3da13082f545f55ab8d7075775429a4b8480fa3c)), closes [#10648](https://github.com/bitnami/charts/issues/10648) ## 14.3.4 (2022-06-07) -* [bitnami/wordpress] Release 14.3.4 (#10610) ([1c1d66d](https://github.com/bitnami/charts/commit/1c1d66d)), closes [#10610](https://github.com/bitnami/charts/issues/10610) +* [bitnami/wordpress] Release 14.3.4 (#10610) ([1c1d66d](https://github.com/bitnami/charts/commit/1c1d66d52056ec09b0dc8abe2f0e8ae5f30b0d8a)), closes [#10610](https://github.com/bitnami/charts/issues/10610) ## 14.3.3 (2022-06-01) -* [bitnami/wordpress] Replace maintainers email by url (#10521) ([47387e5](https://github.com/bitnami/charts/commit/47387e5)), closes [#10521](https://github.com/bitnami/charts/issues/10521) +* [bitnami/wordpress] Replace maintainers email by url (#10521) ([47387e5](https://github.com/bitnami/charts/commit/47387e5fc83874241d8e892b3bc69cabb1821d8a)), closes [#10521](https://github.com/bitnami/charts/issues/10521) ## 14.3.2 (2022-05-30) -* [bitnami/wordpress] Replace base64 --decode with base64 -d (#10493) ([d5f4255](https://github.com/bitnami/charts/commit/d5f4255)), closes [#10493](https://github.com/bitnami/charts/issues/10493) +* [bitnami/wordpress] Replace base64 --decode with base64 -d (#10493) ([d5f4255](https://github.com/bitnami/charts/commit/d5f42554a7106df8c9dc7abe2b337837eb7b06d5)), closes [#10493](https://github.com/bitnami/charts/issues/10493) ## 14.3.1 (2022-05-27) -* [bitnami/wordpress] Release 14.3.1 (#10456) ([e0fd0ee](https://github.com/bitnami/charts/commit/e0fd0ee)), closes [#10456](https://github.com/bitnami/charts/issues/10456) +* [bitnami/wordpress] Release 14.3.1 (#10456) ([e0fd0ee](https://github.com/bitnami/charts/commit/e0fd0ee770a6489564b620b20bc11296403e1346)), closes [#10456](https://github.com/bitnami/charts/issues/10456) ## 14.3.0 (2022-05-26) -* [bitnami/wordpress] Add missing service parameter (#10426) ([a485216](https://github.com/bitnami/charts/commit/a485216)), closes [#10426](https://github.com/bitnami/charts/issues/10426) +* [bitnami/wordpress] Add missing service parameter (#10426) ([a485216](https://github.com/bitnami/charts/commit/a48521647ebb6482a8549591ba1c053558fe8809)), closes [#10426](https://github.com/bitnami/charts/issues/10426) ## 14.2.7 (2022-05-25) -* [bitnami/wordpress] Release 14.2.7 (#10410) ([23589db](https://github.com/bitnami/charts/commit/23589db)), closes [#10410](https://github.com/bitnami/charts/issues/10410) +* [bitnami/wordpress] Release 14.2.7 (#10410) ([23589db](https://github.com/bitnami/charts/commit/23589db5d2981402003a6796e6bebbf5fea5d86c)), closes [#10410](https://github.com/bitnami/charts/issues/10410) ## 14.2.6 (2022-05-23) -* [bitnami/wordpress] Release 14.2.6 (#10369) ([1bccd8d](https://github.com/bitnami/charts/commit/1bccd8d)), closes [#10369](https://github.com/bitnami/charts/issues/10369) +* [bitnami/wordpress] Release 14.2.6 (#10369) ([1bccd8d](https://github.com/bitnami/charts/commit/1bccd8deb7f5099b270c76a6739413d2b6a82e6d)), closes [#10369](https://github.com/bitnami/charts/issues/10369) ## 14.2.5 (2022-05-21) -* [bitnami/wordpress] Release 14.2.5 (#10349) ([9b66c85](https://github.com/bitnami/charts/commit/9b66c85)), closes [#10349](https://github.com/bitnami/charts/issues/10349) +* [bitnami/wordpress] Release 14.2.5 (#10349) ([9b66c85](https://github.com/bitnami/charts/commit/9b66c85d6523793bd96d51508ee75a1b34fd33eb)), closes [#10349](https://github.com/bitnami/charts/issues/10349) ## 14.2.4 (2022-05-20) -* [bitnami/wordpress] Fix HPA API version template usage (#10334) ([6d0f0b0](https://github.com/bitnami/charts/commit/6d0f0b0)), closes [#10334](https://github.com/bitnami/charts/issues/10334) +* [bitnami/wordpress] Fix HPA API version template usage (#10334) ([6d0f0b0](https://github.com/bitnami/charts/commit/6d0f0b088fde41d151b1710631e92a80fd5614b8)), closes [#10334](https://github.com/bitnami/charts/issues/10334) ## 14.2.3 (2022-05-20) -* [bitnami/wordpress] Release 14.2.3 (#10323) ([b87e79a](https://github.com/bitnami/charts/commit/b87e79a)), closes [#10323](https://github.com/bitnami/charts/issues/10323) +* [bitnami/wordpress] Release 14.2.3 (#10323) ([b87e79a](https://github.com/bitnami/charts/commit/b87e79aa3c04092cc0733a1714798b56a18b2cea)), closes [#10323](https://github.com/bitnami/charts/issues/10323) ## 14.2.2 (2022-05-19) -* [bitnami/wordpress] Release 14.2.2 (#10296) ([26fff93](https://github.com/bitnami/charts/commit/26fff93)), closes [#10296](https://github.com/bitnami/charts/issues/10296) +* [bitnami/wordpress] Release 14.2.2 (#10296) ([26fff93](https://github.com/bitnami/charts/commit/26fff9398f3598bfed50b30b03730cd08b41933c)), closes [#10296](https://github.com/bitnami/charts/issues/10296) ## 14.2.1 (2022-05-17) -* [bitnami/wordpress] Release 14.2.1 (#10260) ([0a85f12](https://github.com/bitnami/charts/commit/0a85f12)), closes [#10260](https://github.com/bitnami/charts/issues/10260) +* [bitnami/wordpress] Release 14.2.1 (#10260) ([0a85f12](https://github.com/bitnami/charts/commit/0a85f12e985b562339c095078e4ce3275fca00ae)), closes [#10260](https://github.com/bitnami/charts/issues/10260) ## 14.2.0 (2022-05-16) -* [bitnami/*] add ingress extraRules feature (#10253) ([0f6cbb9](https://github.com/bitnami/charts/commit/0f6cbb9)), closes [#10253](https://github.com/bitnami/charts/issues/10253) +* [bitnami/*] add ingress extraRules feature (#10253) ([0f6cbb9](https://github.com/bitnami/charts/commit/0f6cbb9099b0e56685cc1d36ba50340f3d7278a1)), closes [#10253](https://github.com/bitnami/charts/issues/10253) ## 14.1.0 (2022-05-16) -* [bitnami/*] Add missing 'persistence.annotations' (#10202) ([ad1d8a5](https://github.com/bitnami/charts/commit/ad1d8a5)), closes [#10202](https://github.com/bitnami/charts/issues/10202) +* [bitnami/*] Add missing 'persistence.annotations' (#10202) ([ad1d8a5](https://github.com/bitnami/charts/commit/ad1d8a5fd977ecd82e82ec8a2530d0d2522a8ed0)), closes [#10202](https://github.com/bitnami/charts/issues/10202) ## 14.0.9 (2022-05-16) -* [bitnami/*] Remove old 'ci' files (#10171) ([5df30c4](https://github.com/bitnami/charts/commit/5df30c4)), closes [#10171](https://github.com/bitnami/charts/issues/10171) -* [bitnami/wordpress] Add missing namespace metadata (#10161) ([ba1b654](https://github.com/bitnami/charts/commit/ba1b654)), closes [#10161](https://github.com/bitnami/charts/issues/10161) -* [bitnami/wordpress] Use the new helper for HPA API version (#10216) ([1be0ade](https://github.com/bitnami/charts/commit/1be0ade)), closes [#10216](https://github.com/bitnami/charts/issues/10216) +* [bitnami/*] Remove old 'ci' files (#10171) ([5df30c4](https://github.com/bitnami/charts/commit/5df30c44dbd1812da8786579ce4a94917d46a6ad)), closes [#10171](https://github.com/bitnami/charts/issues/10171) +* [bitnami/wordpress] Add missing namespace metadata (#10161) ([ba1b654](https://github.com/bitnami/charts/commit/ba1b654b08216a1244af1ea6ddfe7a4d8df6f0de)), closes [#10161](https://github.com/bitnami/charts/issues/10161) +* [bitnami/wordpress] Use the new helper for HPA API version (#10216) ([1be0ade](https://github.com/bitnami/charts/commit/1be0adecbd9ea17fef8867525cbc5b6091011ecc)), closes [#10216](https://github.com/bitnami/charts/issues/10216) ## 14.0.8 (2022-05-11) -* [bitnami/*] Fix typo in comments (relay -> rely) (#10151) ([9cfe4a4](https://github.com/bitnami/charts/commit/9cfe4a4)), closes [#10151](https://github.com/bitnami/charts/issues/10151) +* [bitnami/*] Fix typo in comments (relay -> rely) (#10151) ([9cfe4a4](https://github.com/bitnami/charts/commit/9cfe4a48cc35851faea6be7ffb2a978d223befa0)), closes [#10151](https://github.com/bitnami/charts/issues/10151) ## 14.0.7 (2022-05-07) -* [bitnami/wordpress] Release 14.0.7 (#10066) ([5277d69](https://github.com/bitnami/charts/commit/5277d69)), closes [#10066](https://github.com/bitnami/charts/issues/10066) +* [bitnami/wordpress] Release 14.0.7 (#10066) ([5277d69](https://github.com/bitnami/charts/commit/5277d698528bc4a78389f83c7e6fa4c42a6e63ad)), closes [#10066](https://github.com/bitnami/charts/issues/10066) ## 14.0.6 (2022-05-05) -* [bitnami/wordpress] Release 14.0.6 (#10028) ([8081844](https://github.com/bitnami/charts/commit/8081844)), closes [#10028](https://github.com/bitnami/charts/issues/10028) +* [bitnami/wordpress] Release 14.0.6 (#10028) ([8081844](https://github.com/bitnami/charts/commit/8081844e25c71cb01af05eeab771530ab6297247)), closes [#10028](https://github.com/bitnami/charts/issues/10028) ## 14.0.5 (2022-05-04) -* [bitnami/wordpress] Release 14.0.5 (#10022) ([0286880](https://github.com/bitnami/charts/commit/0286880)), closes [#10022](https://github.com/bitnami/charts/issues/10022) +* [bitnami/wordpress] Release 14.0.5 (#10022) ([0286880](https://github.com/bitnami/charts/commit/02868802ad11d7293257f410ff7d11c20230292f)), closes [#10022](https://github.com/bitnami/charts/issues/10022) ## 14.0.4 (2022-04-28) -* [bitnami/wordpress] Release 14.0.4 (#9955) ([b9afade](https://github.com/bitnami/charts/commit/b9afade)), closes [#9955](https://github.com/bitnami/charts/issues/9955) +* [bitnami/wordpress] Release 14.0.4 (#9955) ([b9afade](https://github.com/bitnami/charts/commit/b9afadefb9b6fbdc3ada21804035c3fc0362c438)), closes [#9955](https://github.com/bitnami/charts/issues/9955) ## 14.0.3 (2022-04-27) -* [bitnami/wordpress] :bookmark: force release of 14.0.3 ([a0ba065](https://github.com/bitnami/charts/commit/a0ba065)) -* [bitnami/wordpress] Release 14.0.3 updating components versions ([5571b65](https://github.com/bitnami/charts/commit/5571b65)) +* [bitnami/wordpress] :bookmark: force release of 14.0.3 ([a0ba065](https://github.com/bitnami/charts/commit/a0ba06531ac0d0cbe6754b90a682e1e7c3d80b56)) +* [bitnami/wordpress] Release 14.0.3 updating components versions ([5571b65](https://github.com/bitnami/charts/commit/5571b65f6b54f74097792c161a47566f755cc01d)) ## 14.0.2 (2022-04-26) -* [bitnami/wordpress] Release 14.0.2 updating components versions ([51f7cfc](https://github.com/bitnami/charts/commit/51f7cfc)) +* [bitnami/wordpress] Release 14.0.2 updating components versions ([51f7cfc](https://github.com/bitnami/charts/commit/51f7cfc3d9d7b2d2bf25d0772cdb4d5d3e90a30d)) ## 14.0.1 (2022-04-21) -* [bitnami/wordpress] Release 14.0.1 updating components versions ([27081d6](https://github.com/bitnami/charts/commit/27081d6)) +* [bitnami/wordpress] Release 14.0.1 updating components versions ([27081d6](https://github.com/bitnami/charts/commit/27081d619f595ed159bbd9b23fa412c37f26ffc6)) ## 14.0.0 (2022-04-21) -* [bitnami/wordpress] feat!: :arrow_up: Bump MariaDB version to 10.6 (#9862) ([6fccfea](https://github.com/bitnami/charts/commit/6fccfea)), closes [#9862](https://github.com/bitnami/charts/issues/9862) +* [bitnami/wordpress] feat!: :arrow_up: Bump MariaDB version to 10.6 (#9862) ([6fccfea](https://github.com/bitnami/charts/commit/6fccfea642a65f8d61b768cdaf4ea9781e21e068)), closes [#9862](https://github.com/bitnami/charts/issues/9862) ## 13.3.1 (2022-04-19) -* [bitnami/wordpress] Release 13.3.1 updating components versions ([e1d5dea](https://github.com/bitnami/charts/commit/e1d5dea)) +* [bitnami/wordpress] Release 13.3.1 updating components versions ([e1d5dea](https://github.com/bitnami/charts/commit/e1d5deafdffcd2b549fc9ec622891269d91bd5df)) ## 13.3.0 (2022-04-18) -* [bitnami/wordpress] :sparkles: Allow overriding persisted database settings (#9791) ([c6159c9](https://github.com/bitnami/charts/commit/c6159c9)), closes [#9791](https://github.com/bitnami/charts/issues/9791) +* [bitnami/wordpress] :sparkles: Allow overriding persisted database settings (#9791) ([c6159c9](https://github.com/bitnami/charts/commit/c6159c9f870e7dcee332920a69aa3de59157d7b3)), closes [#9791](https://github.com/bitnami/charts/issues/9791) ## 13.2.2 (2022-04-14) -* [bitnami/wordpress] Release 13.2.2 updating components versions ([bac3ad0](https://github.com/bitnami/charts/commit/bac3ad0)) +* [bitnami/wordpress] Release 13.2.2 updating components versions ([bac3ad0](https://github.com/bitnami/charts/commit/bac3ad03941047ee1f98c9a04fa127be0f00ed5f)) ## 13.2.1 (2022-04-13) -* [bitnami/wordpress] Release 13.2.1 updating components versions ([5c53774](https://github.com/bitnami/charts/commit/5c53774)) +* [bitnami/wordpress] Release 13.2.1 updating components versions ([5c53774](https://github.com/bitnami/charts/commit/5c53774df298be403c4487fbdcafde228300e50c)) ## 13.2.0 (2022-04-12) -* [bitnami/wordpress] Remove wordpressAutoUpdateLevel parameter in the WordPress chart (#9754) ([55e72ee](https://github.com/bitnami/charts/commit/55e72ee)), closes [#9754](https://github.com/bitnami/charts/issues/9754) +* [bitnami/wordpress] Remove wordpressAutoUpdateLevel parameter in the WordPress chart (#9754) ([55e72ee](https://github.com/bitnami/charts/commit/55e72ee5eb6edd92171d006cafe9421bb39261a8)), closes [#9754](https://github.com/bitnami/charts/issues/9754) ## 13.1.16 (2022-04-12) -* [bitnami/wordpress] Release 13.1.16 updating components versions ([73eb6ab](https://github.com/bitnami/charts/commit/73eb6ab)) +* [bitnami/wordpress] Release 13.1.16 updating components versions ([73eb6ab](https://github.com/bitnami/charts/commit/73eb6ab6839bda93b435ff897fd39b8de031082d)) ## 13.1.15 (2022-04-08) -* [bitnami/wordpress] Release 13.1.15 updating components versions ([06b038e](https://github.com/bitnami/charts/commit/06b038e)) +* [bitnami/wordpress] Release 13.1.15 updating components versions ([06b038e](https://github.com/bitnami/charts/commit/06b038ed31d0be1ed045b32910a4d5a95bb4fbdc)) ## 13.1.14 (2022-04-07) -* [bitnami/wordpress] Release 13.1.14 updating components versions ([45a8cda](https://github.com/bitnami/charts/commit/45a8cda)) +* [bitnami/wordpress] Release 13.1.14 updating components versions ([45a8cda](https://github.com/bitnami/charts/commit/45a8cda8104a25620a43407818cbb76867df4205)) ## 13.1.13 (2022-04-06) -* [bitnami/wordpress] Release 13.1.13 updating components versions ([6630f61](https://github.com/bitnami/charts/commit/6630f61)) +* [bitnami/wordpress] Release 13.1.13 updating components versions ([6630f61](https://github.com/bitnami/charts/commit/6630f61a3359755c5f6fbb6058ffee9a2682d2b8)) ## 13.1.12 (2022-04-02) -* [bitnami/wordpress] Release 13.1.12 updating components versions ([7ac0de7](https://github.com/bitnami/charts/commit/7ac0de7)) +* [bitnami/wordpress] Release 13.1.12 updating components versions ([7ac0de7](https://github.com/bitnami/charts/commit/7ac0de77c62e28be14634055ae79f2bc946ae06b)) ## 13.1.11 (2022-03-30) -* [bitnami/wordpress] Release 13.1.11 updating components versions ([378f8eb](https://github.com/bitnami/charts/commit/378f8eb)) +* [bitnami/wordpress] Release 13.1.11 updating components versions ([378f8eb](https://github.com/bitnami/charts/commit/378f8eb434fca800788468a41fc1e4e32735689f)) ## 13.1.10 (2022-03-30) -* [bitnami/wordpress] Release 13.1.10 updating components versions ([5a58c01](https://github.com/bitnami/charts/commit/5a58c01)) +* [bitnami/wordpress] Release 13.1.10 updating components versions ([5a58c01](https://github.com/bitnami/charts/commit/5a58c012ef01bebd2b58fc3c179ecb1bea8e67b8)) ## 13.1.9 (2022-03-29) -* [bitnami/wordpress] Release 13.1.9 updating components versions ([b599cea](https://github.com/bitnami/charts/commit/b599cea)) +* [bitnami/wordpress] Release 13.1.9 updating components versions ([b599cea](https://github.com/bitnami/charts/commit/b599ceab54b48c363ef4cd4b52c0ac823dc9c25f)) ## 13.1.8 (2022-03-29) -* [bitnami/wordpress] Release 13.1.8 updating components versions ([f39ad3c](https://github.com/bitnami/charts/commit/f39ad3c)) +* [bitnami/wordpress] Release 13.1.8 updating components versions ([f39ad3c](https://github.com/bitnami/charts/commit/f39ad3c3c8627bd56cb68479b86ad679893f669e)) ## 13.1.7 (2022-03-28) -* [bitnami/wordpress] Release 13.1.7 updating components versions ([dd123e3](https://github.com/bitnami/charts/commit/dd123e3)) +* [bitnami/wordpress] Release 13.1.7 updating components versions ([dd123e3](https://github.com/bitnami/charts/commit/dd123e359a4aa084bf6e1a1b73adf1670d032626)) ## 13.1.6 (2022-03-27) -* [bitnami/wordpress] Release 13.1.6 updating components versions ([76d5e1f](https://github.com/bitnami/charts/commit/76d5e1f)) +* [bitnami/wordpress] Release 13.1.6 updating components versions ([76d5e1f](https://github.com/bitnami/charts/commit/76d5e1fd28789ed46092c5081b11c104ff16dadc)) ## 13.1.5 (2022-03-25) -* [bitnami/wordpress] Release 13.1.5 updating components versions ([67eeb60](https://github.com/bitnami/charts/commit/67eeb60)) +* [bitnami/wordpress] Release 13.1.5 updating components versions ([67eeb60](https://github.com/bitnami/charts/commit/67eeb60912fb32503cf24fa87e225b8104859bcd)) ## 13.1.4 (2022-03-19) -* [bitnami/wordpress] Release 13.1.4 updating components versions ([fea8960](https://github.com/bitnami/charts/commit/fea8960)) +* [bitnami/wordpress] Release 13.1.4 updating components versions ([fea8960](https://github.com/bitnami/charts/commit/fea8960e40209ed1c8fb02ce2d2aaa153f074a38)) ## 13.1.3 (2022-03-18) -* [bitnami/wordpress] Release 13.1.3 updating components versions ([f0f21ea](https://github.com/bitnami/charts/commit/f0f21ea)) +* [bitnami/wordpress] Release 13.1.3 updating components versions ([f0f21ea](https://github.com/bitnami/charts/commit/f0f21ea0acab2f297e744551d2de202562a8d752)) ## 13.1.2 (2022-03-17) -* [bitnami/wordpress] Release 13.1.2 updating components versions ([a402acb](https://github.com/bitnami/charts/commit/a402acb)) +* [bitnami/wordpress] Release 13.1.2 updating components versions ([a402acb](https://github.com/bitnami/charts/commit/a402acbcf1b1ef7c828b1e78fa5265f6393a513e)) ## 13.1.1 (2022-03-16) -* [bitnami/wordpress] Release 13.1.1 updating components versions ([5658978](https://github.com/bitnami/charts/commit/5658978)) +* [bitnami/wordpress] Release 13.1.1 updating components versions ([5658978](https://github.com/bitnami/charts/commit/565897831bebd37018ee5a5ba444e1071159c772)) ## 13.1.0 (2022-03-14) -* [bitnami/wordpress] Non-manual chart upgrades (#9271) ([6f1e95d](https://github.com/bitnami/charts/commit/6f1e95d)), closes [#9271](https://github.com/bitnami/charts/issues/9271) +* [bitnami/wordpress] Non-manual chart upgrades (#9271) ([6f1e95d](https://github.com/bitnami/charts/commit/6f1e95d9b2bd564cee56ecc3b112e426b89dae5a)), closes [#9271](https://github.com/bitnami/charts/issues/9271) ## 13.0.23 (2022-03-11) -* [bitnami/wordpress] Release 13.0.23 updating components versions ([0e4b114](https://github.com/bitnami/charts/commit/0e4b114)) +* [bitnami/wordpress] Release 13.0.23 updating components versions ([0e4b114](https://github.com/bitnami/charts/commit/0e4b114d31583e6d8db5a640445cdb86f64ce027)) ## 13.0.22 (2022-03-04) -* [bitnami/several] Reorder subcharts (#9299) ([a041f6b](https://github.com/bitnami/charts/commit/a041f6b)), closes [#9299](https://github.com/bitnami/charts/issues/9299) +* [bitnami/several] Reorder subcharts (#9299) ([a041f6b](https://github.com/bitnami/charts/commit/a041f6b0ff2dea82b3d030cb99454cede94dbc9a)), closes [#9299](https://github.com/bitnami/charts/issues/9299) ## 13.0.21 (2022-03-02) -* [bitnami/wordpress] Release 13.0.21 updating components versions ([9f5f36a](https://github.com/bitnami/charts/commit/9f5f36a)) +* [bitnami/wordpress] Release 13.0.21 updating components versions ([9f5f36a](https://github.com/bitnami/charts/commit/9f5f36a0bb9335febdcd3b46aa266c9102fd025b)) ## 13.0.20 (2022-03-01) -* [bitnami/wordpress] Let the chown command affect parent-directory /bitnami/wordpress (#9232) ([586e9f8](https://github.com/bitnami/charts/commit/586e9f8)), closes [#9232](https://github.com/bitnami/charts/issues/9232) +* [bitnami/wordpress] Let the chown command affect parent-directory /bitnami/wordpress (#9232) ([586e9f8](https://github.com/bitnami/charts/commit/586e9f8e06b04723d8cdee4f38a40caf38925701)), closes [#9232](https://github.com/bitnami/charts/issues/9232) ## 13.0.19 (2022-02-27) -* [bitnami/wordpress] Release 13.0.19 updating components versions ([1bc9cb6](https://github.com/bitnami/charts/commit/1bc9cb6)) +* [bitnami/wordpress] Release 13.0.19 updating components versions ([1bc9cb6](https://github.com/bitnami/charts/commit/1bc9cb647ff60b2cf294cdd81a8ae29b32cd8703)) ## 13.0.18 (2022-02-27) -* [bitnami/wordpress] Release 13.0.18 updating components versions ([5c17667](https://github.com/bitnami/charts/commit/5c17667)) +* [bitnami/wordpress] Release 13.0.18 updating components versions ([5c17667](https://github.com/bitnami/charts/commit/5c17667199b7d7202d86a740c765b9e6f5247827)) ## 13.0.17 (2022-02-26) -* [bitnami/wordpress] Release 13.0.17 updating components versions ([7c43cf6](https://github.com/bitnami/charts/commit/7c43cf6)) +* [bitnami/wordpress] Release 13.0.17 updating components versions ([7c43cf6](https://github.com/bitnami/charts/commit/7c43cf686782757d2960731aa441bf8ac1a053c6)) ## 13.0.16 (2022-02-25) -* corrected metrics annotation (#9205) ([ea2f593](https://github.com/bitnami/charts/commit/ea2f593)), closes [#9205](https://github.com/bitnami/charts/issues/9205) +* corrected metrics annotation (#9205) ([ea2f593](https://github.com/bitnami/charts/commit/ea2f59388292cd15f197235a10a0abd82af26c50)), closes [#9205](https://github.com/bitnami/charts/issues/9205) ## 13.0.15 (2022-02-24) -* [bitnami/wordpress] Release 13.0.15 updating components versions ([912adaf](https://github.com/bitnami/charts/commit/912adaf)) +* [bitnami/wordpress] Release 13.0.15 updating components versions ([912adaf](https://github.com/bitnami/charts/commit/912adaf320efdfe250711c47e10d513f4086acb1)) ## 13.0.14 (2022-02-23) -* [bitnami/wordpress] Add flag -r to xargs to avoid failure on empty input (#9123) ([4911e81](https://github.com/bitnami/charts/commit/4911e81)), closes [#9123](https://github.com/bitnami/charts/issues/9123) -* [bitnami/wordpress] Release 13.0.14 updating components versions ([af4fceb](https://github.com/bitnami/charts/commit/af4fceb)) +* [bitnami/wordpress] Add flag -r to xargs to avoid failure on empty input (#9123) ([4911e81](https://github.com/bitnami/charts/commit/4911e81183dc4336c063866d23d8be4c9b816929)), closes [#9123](https://github.com/bitnami/charts/issues/9123) +* [bitnami/wordpress] Release 13.0.14 updating components versions ([af4fceb](https://github.com/bitnami/charts/commit/af4fceb9146861c669dbb5e55302748004fd2076)) ## 13.0.13 (2022-02-21) -* [bitnami/wordpress] Do not hardcode PDB apiVersion (#9120) ([b8b9cf0](https://github.com/bitnami/charts/commit/b8b9cf0)), closes [#9120](https://github.com/bitnami/charts/issues/9120) +* [bitnami/wordpress] Do not hardcode PDB apiVersion (#9120) ([b8b9cf0](https://github.com/bitnami/charts/commit/b8b9cf0c6e125c7f25fddfda1373c531889e72e7)), closes [#9120](https://github.com/bitnami/charts/issues/9120) ## 13.0.12 (2022-02-17) -* [bitnami/wordpress] Release 13.0.12 updating components versions ([812b2b7](https://github.com/bitnami/charts/commit/812b2b7)) +* [bitnami/wordpress] Release 13.0.12 updating components versions ([812b2b7](https://github.com/bitnami/charts/commit/812b2b798f00eea6df6f5944ca40daa3cb5efb0d)) ## 13.0.11 (2022-02-13) -* [bitnami/wordpress] Release 13.0.11 updating components versions ([8520a1f](https://github.com/bitnami/charts/commit/8520a1f)) +* [bitnami/wordpress] Release 13.0.11 updating components versions ([8520a1f](https://github.com/bitnami/charts/commit/8520a1f92ceebae18775159c20503e47f4f2425c)) ## 13.0.10 (2022-02-08) -* [bitnami/wordpress] Release 13.0.10 updating components versions ([a6146a1](https://github.com/bitnami/charts/commit/a6146a1)) +* [bitnami/wordpress] Release 13.0.10 updating components versions ([a6146a1](https://github.com/bitnami/charts/commit/a6146a1ed392c8683c30b21e3fef905d86b0d2d6)) ## 13.0.9 (2022-02-04) -* [bitnami/wordpress] Release 13.0.9 updating components versions ([6fee49f](https://github.com/bitnami/charts/commit/6fee49f)) +* [bitnami/wordpress] Release 13.0.9 updating components versions ([6fee49f](https://github.com/bitnami/charts/commit/6fee49fac93aede98b0d05cd9f0019b75708b9ce)) ## 13.0.8 (2022-02-04) -* [bitnami/wordpress] Improve Wordpress VIB test coverage (#8841) ([fb77de6](https://github.com/bitnami/charts/commit/fb77de6)), closes [#8841](https://github.com/bitnami/charts/issues/8841) -* [bitnami/wordpress] Release 13.0.8 updating components versions ([b9c743b](https://github.com/bitnami/charts/commit/b9c743b)) +* [bitnami/wordpress] Improve Wordpress VIB test coverage (#8841) ([fb77de6](https://github.com/bitnami/charts/commit/fb77de6236e1e7c08b4cc5383ce38e0ae6d22938)), closes [#8841](https://github.com/bitnami/charts/issues/8841) +* [bitnami/wordpress] Release 13.0.8 updating components versions ([b9c743b](https://github.com/bitnami/charts/commit/b9c743bd9e4ff2f74ccf3a6aeac49e06fd7277ae)) ## 13.0.7 (2022-02-02) -* [bitnami/*] Make use of new "common.ingress.certManagerRequest" helper (#8862) ([12e4c37](https://github.com/bitnami/charts/commit/12e4c37)), closes [#8862](https://github.com/bitnami/charts/issues/8862) +* [bitnami/*] Make use of new "common.ingress.certManagerRequest" helper (#8862) ([12e4c37](https://github.com/bitnami/charts/commit/12e4c3733eaeaa9a5579fdf917fa098a0f2aae23)), closes [#8862](https://github.com/bitnami/charts/issues/8862) ## 13.0.6 (2022-01-26) -* [bitnami/wordpress] Release 13.0.6 updating components versions ([2d4264c](https://github.com/bitnami/charts/commit/2d4264c)) +* [bitnami/wordpress] Release 13.0.6 updating components versions ([2d4264c](https://github.com/bitnami/charts/commit/2d4264c81b29173ee2e889c437d9b85f028851a9)) ## 13.0.5 (2022-01-25) -* [bitnami/wordpress] Release 13.0.5 updating components versions ([3b75af4](https://github.com/bitnami/charts/commit/3b75af4)) +* [bitnami/wordpress] Release 13.0.5 updating components versions ([3b75af4](https://github.com/bitnami/charts/commit/3b75af488b6bbbcd81dbb7907c186f53c7845af9)) ## 13.0.4 (2022-01-21) -* [bitnami/wordpress] Release 13.0.4 updating components versions ([c753605](https://github.com/bitnami/charts/commit/c753605)) +* [bitnami/wordpress] Release 13.0.4 updating components versions ([c753605](https://github.com/bitnami/charts/commit/c7536055e83f59ef5e980c516cac8868a64540e2)) ## 13.0.3 (2022-01-20) -* [bitnami/wordpress] Release 13.0.3 updating components versions ([3b47dde](https://github.com/bitnami/charts/commit/3b47dde)) +* [bitnami/wordpress] Release 13.0.3 updating components versions ([3b47dde](https://github.com/bitnami/charts/commit/3b47ddedf17c49239d0462e53066a3540396f00e)) ## 13.0.2 (2022-01-20) -* [bitnami/several] Change prerequisites (#8725) ([8d740c5](https://github.com/bitnami/charts/commit/8d740c5)), closes [#8725](https://github.com/bitnami/charts/issues/8725) +* [bitnami/several] Change prerequisites (#8725) ([8d740c5](https://github.com/bitnami/charts/commit/8d740c566cfdb7e2d933c40128b4e919fce953a5)), closes [#8725](https://github.com/bitnami/charts/issues/8725) ## 13.0.1 (2022-01-20) -* allow templating externalDatabase.existingSecret (#8723) ([362c8c7](https://github.com/bitnami/charts/commit/362c8c7)), closes [#8723](https://github.com/bitnami/charts/issues/8723) +* allow templating externalDatabase.existingSecret (#8723) ([362c8c7](https://github.com/bitnami/charts/commit/362c8c74823a6dba3e620750d6d4357f09de9bf2)), closes [#8723](https://github.com/bitnami/charts/issues/8723) ## 13.0.0 (2022-01-19) -* [bitnami/*] Readme automation (#8579) ([78d1938](https://github.com/bitnami/charts/commit/78d1938)), closes [#8579](https://github.com/bitnami/charts/issues/8579) -* [bitnami/*] Update READMEs (#8716) ([b9a9533](https://github.com/bitnami/charts/commit/b9a9533)), closes [#8716](https://github.com/bitnami/charts/issues/8716) -* [bitnami/wordpress] Chart standardized (#8673) ([73a5913](https://github.com/bitnami/charts/commit/73a5913)), closes [#8673](https://github.com/bitnami/charts/issues/8673) +* [bitnami/*] Readme automation (#8579) ([78d1938](https://github.com/bitnami/charts/commit/78d193831c900d178198491ffd08fa2217a64ecd)), closes [#8579](https://github.com/bitnami/charts/issues/8579) +* [bitnami/*] Update READMEs (#8716) ([b9a9533](https://github.com/bitnami/charts/commit/b9a953337590eb2979453385874a267bacf50936)), closes [#8716](https://github.com/bitnami/charts/issues/8716) +* [bitnami/wordpress] Chart standardized (#8673) ([73a5913](https://github.com/bitnami/charts/commit/73a591316bd95039b392d6675ba44d15a856bf66)), closes [#8673](https://github.com/bitnami/charts/issues/8673) ## 12.3.3 (2022-01-14) -* enable templating of startupProbe (#8659) ([49e1313](https://github.com/bitnami/charts/commit/49e1313)), closes [#8659](https://github.com/bitnami/charts/issues/8659) +* enable templating of startupProbe (#8659) ([49e1313](https://github.com/bitnami/charts/commit/49e1313be95b49a9603c259c00d66bdde0ad43ce)), closes [#8659](https://github.com/bitnami/charts/issues/8659) ## 12.3.2 (2022-01-12) -* [bitnami/wordpress] Release 12.3.2 updating components versions ([78204d0](https://github.com/bitnami/charts/commit/78204d0)) +* [bitnami/wordpress] Release 12.3.2 updating components versions ([78204d0](https://github.com/bitnami/charts/commit/78204d091021b6061eadfff8e1fed9fc6b0eddf8)) ## 12.3.1 (2022-01-09) -* [bitnami/wordpress] Release 12.3.1 updating components versions ([5e2f9dc](https://github.com/bitnami/charts/commit/5e2f9dc)) +* [bitnami/wordpress] Release 12.3.1 updating components versions ([5e2f9dc](https://github.com/bitnami/charts/commit/5e2f9dc369dffe44e32bf5ddae835d0e93ad4549)) ## 12.3.0 (2022-01-05) -* [bitnami/several] Adapt templating format (#8562) ([8cad18a](https://github.com/bitnami/charts/commit/8cad18a)), closes [#8562](https://github.com/bitnami/charts/issues/8562) +* [bitnami/several] Adapt templating format (#8562) ([8cad18a](https://github.com/bitnami/charts/commit/8cad18aed9966a6f0208e5ad6cee46cb217f47ab)), closes [#8562](https://github.com/bitnami/charts/issues/8562) ## 12.2.9 (2022-01-05) -* [bitnami/several] Add license to the README ([05f7633](https://github.com/bitnami/charts/commit/05f7633)) -* [bitnami/several] Add license to the README ([32fb238](https://github.com/bitnami/charts/commit/32fb238)) -* [bitnami/several] Add license to the README ([b87c2f7](https://github.com/bitnami/charts/commit/b87c2f7)) -* [bitnami/wordpress] Release 12.2.9 updating components versions ([21a4c4c](https://github.com/bitnami/charts/commit/21a4c4c)) +* [bitnami/several] Add license to the README ([05f7633](https://github.com/bitnami/charts/commit/05f763372501d596e57db713dd53ff4ff3027cc4)) +* [bitnami/several] Add license to the README ([32fb238](https://github.com/bitnami/charts/commit/32fb238e60a0affc6debd3142eaa3c3d9089ec2a)) +* [bitnami/several] Add license to the README ([b87c2f7](https://github.com/bitnami/charts/commit/b87c2f7899d48a8b02c506765e6ae82937e9ba3f)) +* [bitnami/wordpress] Release 12.2.9 updating components versions ([21a4c4c](https://github.com/bitnami/charts/commit/21a4c4c492351462c7d717439a3f614f451d91cf)) ## 12.2.8 (2021-12-31) -* [bitnami/wordpress] Add startup probe on wordpress helm chart (#8520) ([ccb5f8f](https://github.com/bitnami/charts/commit/ccb5f8f)), closes [#8520](https://github.com/bitnami/charts/issues/8520) +* [bitnami/wordpress] Add startup probe on wordpress helm chart (#8520) ([ccb5f8f](https://github.com/bitnami/charts/commit/ccb5f8f2691e00152828599f8952c62096e29ca7)), closes [#8520](https://github.com/bitnami/charts/issues/8520) ## 12.2.7 (2021-12-16) -* [bitnami/wordpress] Release 12.2.7 updating components versions ([e2534ac](https://github.com/bitnami/charts/commit/e2534ac)) +* [bitnami/wordpress] Release 12.2.7 updating components versions ([e2534ac](https://github.com/bitnami/charts/commit/e2534ace17b29efb5b460f0e1bae6974885676ed)) ## 12.2.6 (2021-12-15) -* [bitnami/wordpress] Release 12.2.6 updating components versions ([655c36d](https://github.com/bitnami/charts/commit/655c36d)) +* [bitnami/wordpress] Release 12.2.6 updating components versions ([655c36d](https://github.com/bitnami/charts/commit/655c36dbf9869e6d6dcf7f01965fc52644e51270)) ## 12.2.5 (2021-12-13) -* bitnami/wordpress fix source-ranges wrong iteration (#8367) ([32f9f75](https://github.com/bitnami/charts/commit/32f9f75)), closes [#8367](https://github.com/bitnami/charts/issues/8367) +* bitnami/wordpress fix source-ranges wrong iteration (#8367) ([32f9f75](https://github.com/bitnami/charts/commit/32f9f7524d05b213ff5e57ebc396cc2f3d4110e6)), closes [#8367](https://github.com/bitnami/charts/issues/8367) ## 12.2.4 (2021-12-08) -* [bitnami/several] Regenerate README tables ([8150149](https://github.com/bitnami/charts/commit/8150149)) -* [bitnami/wordpress] Release 12.2.4 updating components versions ([3a3864c](https://github.com/bitnami/charts/commit/3a3864c)) +* [bitnami/several] Regenerate README tables ([8150149](https://github.com/bitnami/charts/commit/8150149f0bb746e86ff0029fc375d43775bdf15a)) +* [bitnami/wordpress] Release 12.2.4 updating components versions ([3a3864c](https://github.com/bitnami/charts/commit/3a3864cc822dc69d5c972caba38847d1d1de0544)) ## 12.2.3 (2021-11-29) -* [bitnami/several] Replace HTTP by HTTPS when possible (#8259) ([eafb5bd](https://github.com/bitnami/charts/commit/eafb5bd)), closes [#8259](https://github.com/bitnami/charts/issues/8259) +* [bitnami/several] Replace HTTP by HTTPS when possible (#8259) ([eafb5bd](https://github.com/bitnami/charts/commit/eafb5bd5a2cc3aaf04fc1e8ebedd73f420d76864)), closes [#8259](https://github.com/bitnami/charts/issues/8259) ## 12.2.2 (2021-11-28) -* [bitnami/several] Fix deadlinks in README.md (#8215) ([99e90d2](https://github.com/bitnami/charts/commit/99e90d2)), closes [#8215](https://github.com/bitnami/charts/issues/8215) -* [bitnami/wordpress] Regenerate README tables ([6b4d9cf](https://github.com/bitnami/charts/commit/6b4d9cf)) -* [bitnami/wordpress] Release 12.2.2 updating components versions ([8b3a415](https://github.com/bitnami/charts/commit/8b3a415)) +* [bitnami/several] Fix deadlinks in README.md (#8215) ([99e90d2](https://github.com/bitnami/charts/commit/99e90d244b3244e059a42f72dcbecd3cda2b66bb)), closes [#8215](https://github.com/bitnami/charts/issues/8215) +* [bitnami/wordpress] Regenerate README tables ([6b4d9cf](https://github.com/bitnami/charts/commit/6b4d9cffca733961e6ecd3407b41b6a80ecb6fef)) +* [bitnami/wordpress] Release 12.2.2 updating components versions ([8b3a415](https://github.com/bitnami/charts/commit/8b3a415a940f2b808b1f7120c115bc7c232292bd)) ## 12.2.1 (2021-11-22) -* [bitnami/wordpress] Release 12.2.1 updating components versions ([f69034c](https://github.com/bitnami/charts/commit/f69034c)) +* [bitnami/wordpress] Release 12.2.1 updating components versions ([f69034c](https://github.com/bitnami/charts/commit/f69034cd4c6fadc8d2d5a7613ac3bcb0aa47d2db)) ## 12.2.0 (2021-11-18) -* [bitnami/several] Regenerate README tables ([1cde837](https://github.com/bitnami/charts/commit/1cde837)) -* [bitnami/testlink][bitnami/wordpress] Adds support to networkpolicy in those charts (#8152) ([125d964](https://github.com/bitnami/charts/commit/125d964)), closes [#8152](https://github.com/bitnami/charts/issues/8152) +* [bitnami/several] Regenerate README tables ([1cde837](https://github.com/bitnami/charts/commit/1cde8378b3ee2e825ac07bb0266a988b95b8dbce)) +* [bitnami/testlink][bitnami/wordpress] Adds support to networkpolicy in those charts (#8152) ([125d964](https://github.com/bitnami/charts/commit/125d964ac1d04e45e46efd619fd6afb19e6a2fe1)), closes [#8152](https://github.com/bitnami/charts/issues/8152) ## 12.1.30 (2021-11-17) -* [bitnami/several] Regenerate README tables ([3d7ca74](https://github.com/bitnami/charts/commit/3d7ca74)) -* [bitnami/wordpress] Release 12.1.30 updating components versions ([75e01ee](https://github.com/bitnami/charts/commit/75e01ee)) +* [bitnami/several] Regenerate README tables ([3d7ca74](https://github.com/bitnami/charts/commit/3d7ca74b3b732b0620497ae7b399545117510209)) +* [bitnami/wordpress] Release 12.1.30 updating components versions ([75e01ee](https://github.com/bitnami/charts/commit/75e01ee832e8c5daf3329da042a76cdeb0fefb5e)) ## 12.1.29 (2021-11-15) -* [bitnami/several] Regenerate README tables ([e6f742c](https://github.com/bitnami/charts/commit/e6f742c)) -* [bitnami/wordpress] Release 12.1.29 updating components versions ([76a7420](https://github.com/bitnami/charts/commit/76a7420)) +* [bitnami/several] Regenerate README tables ([e6f742c](https://github.com/bitnami/charts/commit/e6f742cb88c330952cb52da038db61537ec921e5)) +* [bitnami/wordpress] Release 12.1.29 updating components versions ([76a7420](https://github.com/bitnami/charts/commit/76a74202b65d9d19124354d21ec919a2a900f8a2)) ## 12.1.28 (2021-11-10) -* [bitnami/several] Regenerate README tables ([14b89ea](https://github.com/bitnami/charts/commit/14b89ea)) -* [bitnami/wordpress] Release 12.1.28 updating components versions ([c51c40e](https://github.com/bitnami/charts/commit/c51c40e)) +* [bitnami/several] Regenerate README tables ([14b89ea](https://github.com/bitnami/charts/commit/14b89eadad5eaf515b99c0392eb9461fff50f4a1)) +* [bitnami/wordpress] Release 12.1.28 updating components versions ([c51c40e](https://github.com/bitnami/charts/commit/c51c40eb70670c28861023e01ade4ccaf8b2da77)) ## 12.1.27 (2021-11-09) -* [bitnami/several] Regenerate README tables ([94d0553](https://github.com/bitnami/charts/commit/94d0553)) -* [bitnami/wordpress] Release 12.1.27 updating components versions ([f1ace3b](https://github.com/bitnami/charts/commit/f1ace3b)) +* [bitnami/several] Regenerate README tables ([94d0553](https://github.com/bitnami/charts/commit/94d0553d3c1bc1b75dfeba75860f9a89af08e1c3)) +* [bitnami/wordpress] Release 12.1.27 updating components versions ([f1ace3b](https://github.com/bitnami/charts/commit/f1ace3b72bc6f44b14f2aeaacd50cdffbd59bcd6)) ## 12.1.26 (2021-11-08) -* [bitnami/several] Regenerate README tables ([6e3fb95](https://github.com/bitnami/charts/commit/6e3fb95)) -* [bitnami/wordpress] Release 12.1.26 updating components versions ([7b9dcc4](https://github.com/bitnami/charts/commit/7b9dcc4)) +* [bitnami/several] Regenerate README tables ([6e3fb95](https://github.com/bitnami/charts/commit/6e3fb954296a91f83fc1654d77109e5ef4fb6dc0)) +* [bitnami/wordpress] Release 12.1.26 updating components versions ([7b9dcc4](https://github.com/bitnami/charts/commit/7b9dcc4f7d8fa8cdebb7ccf99d297fc1f1f829f4)) ## 12.1.25 (2021-10-27) -* [bitnami/wordpress] Release 12.1.25 updating components versions ([06f1c0b](https://github.com/bitnami/charts/commit/06f1c0b)) +* [bitnami/wordpress] Release 12.1.25 updating components versions ([06f1c0b](https://github.com/bitnami/charts/commit/06f1c0baa4be6da77b4fef0d6ec7117f3066dec8)) ## 12.1.24 (2021-10-22) -* [bitnami/several] Add chart info to NOTES.txt (#7889) ([a6751cd](https://github.com/bitnami/charts/commit/a6751cd)), closes [#7889](https://github.com/bitnami/charts/issues/7889) -* [bitnami/wordpress] Regenerate README tables ([6c4f1ea](https://github.com/bitnami/charts/commit/6c4f1ea)) +* [bitnami/several] Add chart info to NOTES.txt (#7889) ([a6751cd](https://github.com/bitnami/charts/commit/a6751cdd33c461fabbc459fbea6f219ec64ab6b2)), closes [#7889](https://github.com/bitnami/charts/issues/7889) +* [bitnami/wordpress] Regenerate README tables ([6c4f1ea](https://github.com/bitnami/charts/commit/6c4f1eaa34b998530351f2200b6a1874ea1fbe8f)) ## 12.1.23 (2021-10-19) -* [bitnami/wordpress] Release 12.1.23 updating components versions ([ada3dd0](https://github.com/bitnami/charts/commit/ada3dd0)) +* [bitnami/wordpress] Release 12.1.23 updating components versions ([ada3dd0](https://github.com/bitnami/charts/commit/ada3dd0dcea135cbe81ad325f6d9a16586b402da)) ## 12.1.22 (2021-10-19) -* [bitnami/several] Change pullPolicy for bitnami-shell image (#7852) ([9711a33](https://github.com/bitnami/charts/commit/9711a33)), closes [#7852](https://github.com/bitnami/charts/issues/7852) -* [bitnami/several] Regenerate README tables ([dd25873](https://github.com/bitnami/charts/commit/dd25873)) +* [bitnami/several] Change pullPolicy for bitnami-shell image (#7852) ([9711a33](https://github.com/bitnami/charts/commit/9711a33c6eec72ea79143c4b7574dbe6a148d6b2)), closes [#7852](https://github.com/bitnami/charts/issues/7852) +* [bitnami/several] Regenerate README tables ([dd25873](https://github.com/bitnami/charts/commit/dd2587368d006bcca6149be74d846752a15344b9)) ## 12.1.21 (2021-10-14) -* [bitnami/several] Regenerate README tables ([9bead53](https://github.com/bitnami/charts/commit/9bead53)) -* [bitnami/wordpress] Release 12.1.21 updating components versions ([1513ec8](https://github.com/bitnami/charts/commit/1513ec8)) +* [bitnami/several] Regenerate README tables ([9bead53](https://github.com/bitnami/charts/commit/9bead53e7ae9de9977de03b92d3b7bc49a941d4a)) +* [bitnami/wordpress] Release 12.1.21 updating components versions ([1513ec8](https://github.com/bitnami/charts/commit/1513ec8d702f3bb8ce7f7e6a8278f748ba982b85)) ## 12.1.20 (2021-10-07) -* [bitnami/prestashop] Fix default value for `ingress. ingressClassName` (and regenerate READMEs) (#77 ([c3fbb73](https://github.com/bitnami/charts/commit/c3fbb73)), closes [#7732](https://github.com/bitnami/charts/issues/7732) -* [bitnami/wordpress] Release 12.1.20 updating components versions ([04fdbe5](https://github.com/bitnami/charts/commit/04fdbe5)) +* [bitnami/prestashop] Fix default value for `ingress. ingressClassName` (and regenerate READMEs) (#77 ([c3fbb73](https://github.com/bitnami/charts/commit/c3fbb73586675a4922ca57dfd195791d3ffdc40f)), closes [#7732](https://github.com/bitnami/charts/issues/7732) +* [bitnami/wordpress] Release 12.1.20 updating components versions ([04fdbe5](https://github.com/bitnami/charts/commit/04fdbe52fddf870968fb19ba1518af1b032337ef)) ## 12.1.19 (2021-10-07) -* [bitnami/several] Regenerate README tables ([7815b73](https://github.com/bitnami/charts/commit/7815b73)) -* [bitnami/wordpress] Release 12.1.19 updating components versions ([1b7096a](https://github.com/bitnami/charts/commit/1b7096a)) +* [bitnami/several] Regenerate README tables ([7815b73](https://github.com/bitnami/charts/commit/7815b7364052724bf1e75de96bcb0b41834e05df)) +* [bitnami/wordpress] Release 12.1.19 updating components versions ([1b7096a](https://github.com/bitnami/charts/commit/1b7096a5048a66d400633ad3c50ccfb0a0afc290)) ## 12.1.18 (2021-10-02) -* [bitnami/wordpress] Release 12.1.18 updating components versions ([7e6551f](https://github.com/bitnami/charts/commit/7e6551f)) +* [bitnami/wordpress] Release 12.1.18 updating components versions ([7e6551f](https://github.com/bitnami/charts/commit/7e6551fe584543ad8fbf54d74635b2bfc8957b1a)) ## 12.1.17 (2021-10-01) -* [bitnami/*] Drop support for deprecated cert-manager annotation (#7646) ([4297b79](https://github.com/bitnami/charts/commit/4297b79)), closes [#7646](https://github.com/bitnami/charts/issues/7646) -* [bitnami/*] Generate READMEs with new generator version (#7614) ([e5ab2e6](https://github.com/bitnami/charts/commit/e5ab2e6)), closes [#7614](https://github.com/bitnami/charts/issues/7614) -* [bitnami/several] Regenerate README tables ([79eac44](https://github.com/bitnami/charts/commit/79eac44)) +* [bitnami/*] Drop support for deprecated cert-manager annotation (#7646) ([4297b79](https://github.com/bitnami/charts/commit/4297b792e48fba9c7c3b8fed447a856632c61201)), closes [#7646](https://github.com/bitnami/charts/issues/7646) +* [bitnami/*] Generate READMEs with new generator version (#7614) ([e5ab2e6](https://github.com/bitnami/charts/commit/e5ab2e6ecdd6bce800863f154cda524ff9f6c117)), closes [#7614](https://github.com/bitnami/charts/issues/7614) +* [bitnami/several] Regenerate README tables ([79eac44](https://github.com/bitnami/charts/commit/79eac4490bf5d0abe582920d9662a892c9666870)) ## 12.1.16 (2021-09-23) -* [bitnami/wordpress] Use the dependency fullname template (#7472) ([ae7e0dd](https://github.com/bitnami/charts/commit/ae7e0dd)), closes [#7472](https://github.com/bitnami/charts/issues/7472) +* [bitnami/wordpress] Use the dependency fullname template (#7472) ([ae7e0dd](https://github.com/bitnami/charts/commit/ae7e0dd6a687b283e9d57939143511f938bfe654)), closes [#7472](https://github.com/bitnami/charts/issues/7472) ## 12.1.15 (2021-09-22) -* [bitnami/wordpress] Release 12.1.15 updating components versions ([e584946](https://github.com/bitnami/charts/commit/e584946)) +* [bitnami/wordpress] Release 12.1.15 updating components versions ([e584946](https://github.com/bitnami/charts/commit/e584946b1bb6b4a314a0347182b1e654d41adf0a)) ## 12.1.14 (2021-09-17) -* [bitnami/several] Regenerate README tables ([5c79422](https://github.com/bitnami/charts/commit/5c79422)) -* [bitnami/wordpress] Update Liveness / Readiness Probes to use Wordpress Scheme (#7487) ([7499dcf](https://github.com/bitnami/charts/commit/7499dcf)), closes [#7487](https://github.com/bitnami/charts/issues/7487) +* [bitnami/several] Regenerate README tables ([5c79422](https://github.com/bitnami/charts/commit/5c7942235d3169332e8dadb380cd757416f28946)) +* [bitnami/wordpress] Update Liveness / Readiness Probes to use Wordpress Scheme (#7487) ([7499dcf](https://github.com/bitnami/charts/commit/7499dcf3c9e1b335d5ab7abaa8b2cb8ab9a9276c)), closes [#7487](https://github.com/bitnami/charts/issues/7487) ## 12.1.13 (2021-09-14) -* [bitnami/several] Regenerate README tables ([a94b593](https://github.com/bitnami/charts/commit/a94b593)) -* [bitnami/wordpress] Release 12.1.13 updating components versions ([d5494e1](https://github.com/bitnami/charts/commit/d5494e1)) +* [bitnami/several] Regenerate README tables ([a94b593](https://github.com/bitnami/charts/commit/a94b5937a8665743457afc158202ebc33405c8e1)) +* [bitnami/wordpress] Release 12.1.13 updating components versions ([d5494e1](https://github.com/bitnami/charts/commit/d5494e180aa531a7fba0295d2b9ba32a99349ef9)) ## 12.1.12 (2021-09-10) -* [bitnami/several] Regenerate README tables ([dcb935c](https://github.com/bitnami/charts/commit/dcb935c)) -* [bitnami/wordpress] Release 12.1.12 updating components versions ([a5fee54](https://github.com/bitnami/charts/commit/a5fee54)) +* [bitnami/several] Regenerate README tables ([dcb935c](https://github.com/bitnami/charts/commit/dcb935c1bf066b6d8988f3b0dbe85d01aa01b215)) +* [bitnami/wordpress] Release 12.1.12 updating components versions ([a5fee54](https://github.com/bitnami/charts/commit/a5fee544b20ceb8cd6131d511e221a74e2a89998)) ## 12.1.11 (2021-09-09) -* [bitnami/wordpress] Release 12.1.11 updating components versions ([3d3d7c0](https://github.com/bitnami/charts/commit/3d3d7c0)) +* [bitnami/wordpress] Release 12.1.11 updating components versions ([3d3d7c0](https://github.com/bitnami/charts/commit/3d3d7c084936e96ee5f1bf7a7ce4aacb34c00e57)) ## 12.1.10 (2021-09-08) -* [bitnami/several] Regenerate README tables ([c01cbe5](https://github.com/bitnami/charts/commit/c01cbe5)) -* [bitnami/wordpress] Release 12.1.10 updating components versions ([4986338](https://github.com/bitnami/charts/commit/4986338)) +* [bitnami/several] Regenerate README tables ([c01cbe5](https://github.com/bitnami/charts/commit/c01cbe5e3bfe8a5f8545107f9c8d99a58d0e6832)) +* [bitnami/wordpress] Release 12.1.10 updating components versions ([4986338](https://github.com/bitnami/charts/commit/4986338b63815cdd926a27589204c50aa5e039e1)) ## 12.1.9 (2021-09-07) -* [bitnami/several] Regenerate README tables ([e0a27b4](https://github.com/bitnami/charts/commit/e0a27b4)) -* [bitnami/wordpress] Release 12.1.9 updating components versions ([8434c64](https://github.com/bitnami/charts/commit/8434c64)) +* [bitnami/several] Regenerate README tables ([e0a27b4](https://github.com/bitnami/charts/commit/e0a27b4c05c509da51859373dad032294438af74)) +* [bitnami/wordpress] Release 12.1.9 updating components versions ([8434c64](https://github.com/bitnami/charts/commit/8434c64df86ca797e968cc001c522a3ba4b4a265)) ## 12.1.8 (2021-09-03) -* [bitnami/wordpress] Release 12.1.8 updating components versions ([9134e17](https://github.com/bitnami/charts/commit/9134e17)) +* [bitnami/wordpress] Release 12.1.8 updating components versions ([9134e17](https://github.com/bitnami/charts/commit/9134e1700eebf6d0c9caaeb78e047cc7438eb064)) ## 12.1.7 (2021-09-02) -* [bitnami/several] Regenerate README tables ([64d5d74](https://github.com/bitnami/charts/commit/64d5d74)) -* [bitnami/wordpress] Release 12.1.7 updating components versions ([dac4c63](https://github.com/bitnami/charts/commit/dac4c63)) +* [bitnami/several] Regenerate README tables ([64d5d74](https://github.com/bitnami/charts/commit/64d5d747b84299ca9f63ea8a586b13870abe31a6)) +* [bitnami/wordpress] Release 12.1.7 updating components versions ([dac4c63](https://github.com/bitnami/charts/commit/dac4c6366510d55f2b4ac7da354501435fae9240)) ## 12.1.6 (2021-09-01) -* [bitnami/wordpress] Release 12.1.6 updating components versions ([63dcb0d](https://github.com/bitnami/charts/commit/63dcb0d)) +* [bitnami/wordpress] Release 12.1.6 updating components versions ([63dcb0d](https://github.com/bitnami/charts/commit/63dcb0d32130bc1b209b20b1130d014121a457cd)) ## 12.1.5 (2021-08-31) -* [bitnami/several] Regenerate README tables ([da2513b](https://github.com/bitnami/charts/commit/da2513b)) -* [bitnami/wordpress] Release 12.1.5 updating components versions ([735f7f3](https://github.com/bitnami/charts/commit/735f7f3)) +* [bitnami/several] Regenerate README tables ([da2513b](https://github.com/bitnami/charts/commit/da2513bf0a33819f3b1151d387c631a9ffdb03e2)) +* [bitnami/wordpress] Release 12.1.5 updating components versions ([735f7f3](https://github.com/bitnami/charts/commit/735f7f30c30b038e64618a13329cb89b90ef32eb)) ## 12.1.4 (2021-08-26) -* [bitnami/wordpress] Release 12.1.4 updating components versions ([8ed741e](https://github.com/bitnami/charts/commit/8ed741e)) +* [bitnami/wordpress] Release 12.1.4 updating components versions ([8ed741e](https://github.com/bitnami/charts/commit/8ed741e86c3f2054100b99da2fe8e7dd896b6bf3)) ## 12.1.3 (2021-08-25) -* [bitnami/several] Regenerate README tables ([04e7724](https://github.com/bitnami/charts/commit/04e7724)) -* [bitnami/wordpress] Release 12.1.3 updating components versions ([2dff85c](https://github.com/bitnami/charts/commit/2dff85c)) +* [bitnami/several] Regenerate README tables ([04e7724](https://github.com/bitnami/charts/commit/04e77240da01c2daa3d9d8aca0cf94ddc3aaa6f0)) +* [bitnami/wordpress] Release 12.1.3 updating components versions ([2dff85c](https://github.com/bitnami/charts/commit/2dff85c6d5c63564e765ca99fbaf2a9911b5a0c8)) ## 12.1.2 (2021-08-23) -* [bitnami/several] Regenerate README tables ([6c9124f](https://github.com/bitnami/charts/commit/6c9124f)) -* [bitnami/wordpress] Release 12.1.2 updating components versions ([b7ffea8](https://github.com/bitnami/charts/commit/b7ffea8)) +* [bitnami/several] Regenerate README tables ([6c9124f](https://github.com/bitnami/charts/commit/6c9124f79491aa65f53a87c1ed598b47ffa8b411)) +* [bitnami/wordpress] Release 12.1.2 updating components versions ([b7ffea8](https://github.com/bitnami/charts/commit/b7ffea86c24d22a983eadf143f586d2ffdd8ad9a)) ## 12.1.1 (2021-08-18) -* [bitnami/wordpress] Release 12.1.1 updating components versions ([812c296](https://github.com/bitnami/charts/commit/812c296)) +* [bitnami/wordpress] Release 12.1.1 updating components versions ([812c296](https://github.com/bitnami/charts/commit/812c2964ce424223fd29a081d57cebdcf3b5e699)) ## 12.1.0 (2021-08-12) -* [bitnami/wordpress] Add "extraContainerPorts" parameter (#7193) ([19c729c](https://github.com/bitnami/charts/commit/19c729c)), closes [#7193](https://github.com/bitnami/charts/issues/7193) +* [bitnami/wordpress] Add "extraContainerPorts" parameter (#7193) ([19c729c](https://github.com/bitnami/charts/commit/19c729c3efd33fc8a064f213ad91fb75750aad48)), closes [#7193](https://github.com/bitnami/charts/issues/7193) ## 12.0.5 (2021-08-11) -* [bitnami/several] Regenerate README tables ([6c107e8](https://github.com/bitnami/charts/commit/6c107e8)) -* [bitnami/wordpress] Release 12.0.5 updating components versions ([18e8920](https://github.com/bitnami/charts/commit/18e8920)) +* [bitnami/several] Regenerate README tables ([6c107e8](https://github.com/bitnami/charts/commit/6c107e835d6caf8db2e8b17dcd48c5971637e013)) +* [bitnami/wordpress] Release 12.0.5 updating components versions ([18e8920](https://github.com/bitnami/charts/commit/18e89201b762bc01c710c7df186bc4db0fe9dcaa)) ## 12.0.4 (2021-08-10) -* [bitnami/wordpress] Release 12.0.4 updating components versions ([34f27c7](https://github.com/bitnami/charts/commit/34f27c7)) +* [bitnami/wordpress] Release 12.0.4 updating components versions ([34f27c7](https://github.com/bitnami/charts/commit/34f27c7d8dc3fd19ef88f04159ab4b92381a78b5)) ## 12.0.3 (2021-08-05) -* [bitnami/wordpress] Set APACHE_HTTP_PORT_NUMBER (#7131) ([fd81243](https://github.com/bitnami/charts/commit/fd81243)), closes [#7131](https://github.com/bitnami/charts/issues/7131) +* [bitnami/wordpress] Set APACHE_HTTP_PORT_NUMBER (#7131) ([fd81243](https://github.com/bitnami/charts/commit/fd812430e063e3418dfd057b1e31087bfbf8e69b)), closes [#7131](https://github.com/bitnami/charts/issues/7131) ## 12.0.2 (2021-08-04) -* [bitnami/wordpress] Release 12.0.2 updating components versions ([b934636](https://github.com/bitnami/charts/commit/b934636)) +* [bitnami/wordpress] Release 12.0.2 updating components versions ([b934636](https://github.com/bitnami/charts/commit/b934636348dddf30831473d77883e1bafa3884c4)) ## 12.0.1 (2021-08-04) -* [bitnami/several] Update READMEs (#7108) ([44961d9](https://github.com/bitnami/charts/commit/44961d9)), closes [#7108](https://github.com/bitnami/charts/issues/7108) -* fix flag for wp-config.php permission change (#7136) ([f0a86da](https://github.com/bitnami/charts/commit/f0a86da)), closes [#7136](https://github.com/bitnami/charts/issues/7136) +* [bitnami/several] Update READMEs (#7108) ([44961d9](https://github.com/bitnami/charts/commit/44961d9cdfae1b0d06808124c4b47e8adc3de146)), closes [#7108](https://github.com/bitnami/charts/issues/7108) +* fix flag for wp-config.php permission change (#7136) ([f0a86da](https://github.com/bitnami/charts/commit/f0a86da5c3403be8574b3361e0a7510c78529891)), closes [#7136](https://github.com/bitnami/charts/issues/7136) ## 12.0.0 (2021-07-30) -* [bitnami/wordpress] New major version (#7081) ([25073b7](https://github.com/bitnami/charts/commit/25073b7)), closes [#7081](https://github.com/bitnami/charts/issues/7081) +* [bitnami/wordpress] New major version (#7081) ([25073b7](https://github.com/bitnami/charts/commit/25073b72a1dedb43eab65873dcf14678368e56e1)), closes [#7081](https://github.com/bitnami/charts/issues/7081) ## 11.2.1 (2021-07-28) -* [bitnami/wordpress,kibana,kubeapps] Remove test yaml files (#7080) ([8060430](https://github.com/bitnami/charts/commit/8060430)), closes [#7080](https://github.com/bitnami/charts/issues/7080) +* [bitnami/wordpress,kibana,kubeapps] Remove test yaml files (#7080) ([8060430](https://github.com/bitnami/charts/commit/8060430325eaaa2faa7ec94671b5b170488313f2)), closes [#7080](https://github.com/bitnami/charts/issues/7080) ## 11.2.0 (2021-07-27) -* [bitnami/several] Add diagnostic mode (#7012) ([f1344b0](https://github.com/bitnami/charts/commit/f1344b0)), closes [#7012](https://github.com/bitnami/charts/issues/7012) +* [bitnami/several] Add diagnostic mode (#7012) ([f1344b0](https://github.com/bitnami/charts/commit/f1344b0361c5a93bf971d08f0fc64d3c8588cbf9)), closes [#7012](https://github.com/bitnami/charts/issues/7012) ## 11.1.6 (2021-07-21) -* [bitnami/*] Replace nil values (#6993) ([2be11a7](https://github.com/bitnami/charts/commit/2be11a7)), closes [#6993](https://github.com/bitnami/charts/issues/6993) +* [bitnami/*] Replace nil values (#6993) ([2be11a7](https://github.com/bitnami/charts/commit/2be11a70b92a01603c1f079eeaff4b00dc4796d6)), closes [#6993](https://github.com/bitnami/charts/issues/6993) ## 11.1.5 (2021-07-16) -* [bitnami/wordpress] Release 11.1.5 updating components versions ([bd56097](https://github.com/bitnami/charts/commit/bd56097)) +* [bitnami/wordpress] Release 11.1.5 updating components versions ([bd56097](https://github.com/bitnami/charts/commit/bd5609785e75633de83751c9e18aecef3a4850a8)) ## 11.1.4 (2021-07-15) -* [bitnami/wordpress] Release 11.1.4 updating components versions ([91a186d](https://github.com/bitnami/charts/commit/91a186d)) +* [bitnami/wordpress] Release 11.1.4 updating components versions ([91a186d](https://github.com/bitnami/charts/commit/91a186d61414fce4097044d953a0835ea499cd4c)) ## 11.1.3 (2021-07-15) -* [bitnami/wordpress] Release 11.1.3 updating components versions ([4d08038](https://github.com/bitnami/charts/commit/4d08038)) +* [bitnami/wordpress] Release 11.1.3 updating components versions ([4d08038](https://github.com/bitnami/charts/commit/4d08038088fc3d3fdafec7cae7c2c2ded760adab)) ## 11.1.2 (2021-07-07) -* [bitnami/wordpress] Release 11.1.2 updating components versions ([cc0b451](https://github.com/bitnami/charts/commit/cc0b451)) +* [bitnami/wordpress] Release 11.1.2 updating components versions ([cc0b451](https://github.com/bitnami/charts/commit/cc0b4515146435a7f617f9017902352d7293b4c5)) ## 11.1.1 (2021-07-06) -* [bitnami/wordpress] Release 11.1.1 updating components versions ([e1fdf30](https://github.com/bitnami/charts/commit/e1fdf30)) +* [bitnami/wordpress] Release 11.1.1 updating components versions ([e1fdf30](https://github.com/bitnami/charts/commit/e1fdf3001b32ed475d4e7a72a7bae8bbbda6f88d)) ## 11.1.0 (2021-07-06) -* [bitnami/wordpress] Add support for ingressClassName (#6848) ([4ce9655](https://github.com/bitnami/charts/commit/4ce9655)), closes [#6848](https://github.com/bitnami/charts/issues/6848) +* [bitnami/wordpress] Add support for ingressClassName (#6848) ([4ce9655](https://github.com/bitnami/charts/commit/4ce9655478ceebacc4be585d2c2dcf3e6d4e8b90)), closes [#6848](https://github.com/bitnami/charts/issues/6848) ## 11.0.18 (2021-07-02) -* [bitnami/wordpress] Release 11.0.18 updating components versions ([9508e32](https://github.com/bitnami/charts/commit/9508e32)) +* [bitnami/wordpress] Release 11.0.18 updating components versions ([9508e32](https://github.com/bitnami/charts/commit/9508e3283614eae42b788a47aaec7e2a740456aa)) ## 11.0.17 (2021-07-01) -* [bitnami/wordpress] Release 11.0.17 updating components versions ([e3582cb](https://github.com/bitnami/charts/commit/e3582cb)) +* [bitnami/wordpress] Release 11.0.17 updating components versions ([e3582cb](https://github.com/bitnami/charts/commit/e3582cb23180e1fdbc051cfede3dd74437c565b9)) ## 11.0.16 (2021-06-19) -* [bitnami/wordpress] Release 11.0.16 updating components versions ([f7c10ff](https://github.com/bitnami/charts/commit/f7c10ff)) +* [bitnami/wordpress] Release 11.0.16 updating components versions ([f7c10ff](https://github.com/bitnami/charts/commit/f7c10ff2d7f3b16b45fecd65663284e54f9f6d2f)) ## 11.0.15 (2021-06-12) -* [bitnami/wordpress] Release 11.0.15 updating components versions ([6eaa7f9](https://github.com/bitnami/charts/commit/6eaa7f9)) +* [bitnami/wordpress] Release 11.0.15 updating components versions ([6eaa7f9](https://github.com/bitnami/charts/commit/6eaa7f91619035102093b938ebb32edfe31f4f97)) ## 11.0.14 (2021-06-07) -* [bitnami/wordpress] Fix custom htaccess configmap mount path (#6561) ([a05c4b9](https://github.com/bitnami/charts/commit/a05c4b9)), closes [#6561](https://github.com/bitnami/charts/issues/6561) [#6553](https://github.com/bitnami/charts/issues/6553) +* [bitnami/wordpress] Fix custom htaccess configmap mount path (#6561) ([a05c4b9](https://github.com/bitnami/charts/commit/a05c4b9f86c112b2e57bf7c97d22ad01d21fbe17)), closes [#6561](https://github.com/bitnami/charts/issues/6561) [#6553](https://github.com/bitnami/charts/issues/6553) ## 11.0.13 (2021-06-02) -* [bitnami/wordpress] Release 11.0.13 updating components versions ([89bd1d6](https://github.com/bitnami/charts/commit/89bd1d6)) +* [bitnami/wordpress] Release 11.0.13 updating components versions ([89bd1d6](https://github.com/bitnami/charts/commit/89bd1d6aa120246d299bd98bcdc7068c70afbdb6)) ## 11.0.12 (2021-05-28) -* [bitnami/wordpress] Release 11.0.12 updating components versions ([13e2cfd](https://github.com/bitnami/charts/commit/13e2cfd)) +* [bitnami/wordpress] Release 11.0.12 updating components versions ([13e2cfd](https://github.com/bitnami/charts/commit/13e2cfda8b80b2871ab8be7d35a113eae0a01d57)) ## 11.0.11 (2021-05-26) -* [bitnami/wordpress] Release 11.0.11 updating components versions ([2d19785](https://github.com/bitnami/charts/commit/2d19785)) +* [bitnami/wordpress] Release 11.0.11 updating components versions ([2d19785](https://github.com/bitnami/charts/commit/2d19785d71557086b941d8926d4b1112ee976d11)) ## 11.0.10 (2021-05-25) -* [bitnami/wordpress] Release 11.0.10 updating components versions ([a48e2c8](https://github.com/bitnami/charts/commit/a48e2c8)) +* [bitnami/wordpress] Release 11.0.10 updating components versions ([a48e2c8](https://github.com/bitnami/charts/commit/a48e2c85fab972da014226e811716914057e70cd)) ## 11.0.9 (2021-05-22) -* [bitnami/wordpress] Release 11.0.9 updating components versions ([9441f53](https://github.com/bitnami/charts/commit/9441f53)) +* [bitnami/wordpress] Release 11.0.9 updating components versions ([9441f53](https://github.com/bitnami/charts/commit/9441f53b308a558dae483e380849b5c0724e6659)) ## 11.0.8 (2021-05-20) -* [bitnami/wordpress] Release 11.0.8 updating components versions ([de71217](https://github.com/bitnami/charts/commit/de71217)) +* [bitnami/wordpress] Release 11.0.8 updating components versions ([de71217](https://github.com/bitnami/charts/commit/de712174acc5efe25072408e16b9c994d62b7901)) ## 11.0.7 (2021-05-19) -* [bitnami/wordpress] Release 11.0.7 updating components versions ([529bdf4](https://github.com/bitnami/charts/commit/529bdf4)) +* [bitnami/wordpress] Release 11.0.7 updating components versions ([529bdf4](https://github.com/bitnami/charts/commit/529bdf48349e595a0e954b72d96224524642b6c1)) ## 11.0.6 (2021-05-18) -* [bitnami/wordpress] Release 11.0.6 updating components versions ([abf87b5](https://github.com/bitnami/charts/commit/abf87b5)) +* [bitnami/wordpress] Release 11.0.6 updating components versions ([abf87b5](https://github.com/bitnami/charts/commit/abf87b5fda52357f135fbd46c9ae0dd047a19d9a)) ## 11.0.5 (2021-05-15) -* [bitnami/wordpress] Release 11.0.5 updating components versions ([5dfba25](https://github.com/bitnami/charts/commit/5dfba25)) +* [bitnami/wordpress] Release 11.0.5 updating components versions ([5dfba25](https://github.com/bitnami/charts/commit/5dfba255d23b06537a95d21fd9cf2b125d74f4d4)) ## 11.0.4 (2021-05-13) -* [bitnami/wordpress] Release 11.0.4 updating components versions ([9831895](https://github.com/bitnami/charts/commit/9831895)) +* [bitnami/wordpress] Release 11.0.4 updating components versions ([9831895](https://github.com/bitnami/charts/commit/983189531c816c832c71e92d6b6b90d3d0f98f99)) ## 11.0.3 (2021-05-08) -* [bitnami/wordpress] Release 11.0.3 updating components versions ([1fcf9d3](https://github.com/bitnami/charts/commit/1fcf9d3)) +* [bitnami/wordpress] Release 11.0.3 updating components versions ([1fcf9d3](https://github.com/bitnami/charts/commit/1fcf9d33b902a3bd64a6b1914fbbbea54a4d5ba9)) ## 11.0.2 (2021-05-07) -* [bitnami/wordpress] Release 11.0.2 updating components versions ([09ca3ad](https://github.com/bitnami/charts/commit/09ca3ad)) +* [bitnami/wordpress] Release 11.0.2 updating components versions ([09ca3ad](https://github.com/bitnami/charts/commit/09ca3ad2c4cf8a05dba34954c9d4393446e7cba2)) ## 11.0.1 (2021-05-07) -* [bitnami/wordpress] Release 11.0.1 updating components versions ([251a152](https://github.com/bitnami/charts/commit/251a152)) +* [bitnami/wordpress] Release 11.0.1 updating components versions ([251a152](https://github.com/bitnami/charts/commit/251a152bccfbab6caf70ddf6507a53aed35506d2)) ## 11.0.0 (2021-05-06) -* [bitnami/wordpress] MAJOR: WordPress image refactor (#6261) ([9c53e01](https://github.com/bitnami/charts/commit/9c53e01)), closes [#6261](https://github.com/bitnami/charts/issues/6261) +* [bitnami/wordpress] MAJOR: WordPress image refactor (#6261) ([9c53e01](https://github.com/bitnami/charts/commit/9c53e015fd982225000ec0df4d92fec06405d5b8)), closes [#6261](https://github.com/bitnami/charts/issues/6261) ## 10.11.2 (2021-05-04) -* Update values.yaml (#6262) ([2cc14b8](https://github.com/bitnami/charts/commit/2cc14b8)), closes [#6262](https://github.com/bitnami/charts/issues/6262) +* Update values.yaml (#6262) ([2cc14b8](https://github.com/bitnami/charts/commit/2cc14b881fcc2fb6edb93562a7606d24ad16fa57)), closes [#6262](https://github.com/bitnami/charts/issues/6262) ## 10.11.1 (2021-05-04) -* [bitnami/wordpress] Release 10.11.1 updating components versions ([1378543](https://github.com/bitnami/charts/commit/1378543)) +* [bitnami/wordpress] Release 10.11.1 updating components versions ([1378543](https://github.com/bitnami/charts/commit/137854312b3ba5c40f7224b7d752b829e6b1fdcf)) ## 10.11.0 (2021-05-03) -* [bitnami/wordpress] Add support for custom httpd.conf file (#6244) ([0b05bdd](https://github.com/bitnami/charts/commit/0b05bdd)), closes [#6244](https://github.com/bitnami/charts/issues/6244) +* [bitnami/wordpress] Add support for custom httpd.conf file (#6244) ([0b05bdd](https://github.com/bitnami/charts/commit/0b05bddfad8d1e71f27a928be0d48b6a343b3234)), closes [#6244](https://github.com/bitnami/charts/issues/6244) ## 10.10.13 (2021-04-30) -* [bitnami/wordpress] Update values.yaml & README.md (#6265) ([341547a](https://github.com/bitnami/charts/commit/341547a)), closes [#6265](https://github.com/bitnami/charts/issues/6265) +* [bitnami/wordpress] Update values.yaml & README.md (#6265) ([341547a](https://github.com/bitnami/charts/commit/341547ae17191b577353fa254f1743f34447be25)), closes [#6265](https://github.com/bitnami/charts/issues/6265) ## 10.10.12 (2021-04-28) -* [bitnami/wordpress] Fix AllowOverrideNone logic (#6236) ([f0a53eb](https://github.com/bitnami/charts/commit/f0a53eb)), closes [#6236](https://github.com/bitnami/charts/issues/6236) +* [bitnami/wordpress] Fix AllowOverrideNone logic (#6236) ([f0a53eb](https://github.com/bitnami/charts/commit/f0a53eb330da620043d38e3dc57277f31bc98932)), closes [#6236](https://github.com/bitnami/charts/issues/6236) ## 10.10.11 (2021-04-28) -* [bitnami/wordpress] Release 10.10.11 updating components versions ([1e4dc33](https://github.com/bitnami/charts/commit/1e4dc33)) +* [bitnami/wordpress] Release 10.10.11 updating components versions ([1e4dc33](https://github.com/bitnami/charts/commit/1e4dc33f37701608c0425c64a5c37a050f327907)) ## 10.10.10 (2021-04-27) -* [bitnami/wordpress] Fix wrong comment (#6220) ([86e0498](https://github.com/bitnami/charts/commit/86e0498)), closes [#6220](https://github.com/bitnami/charts/issues/6220) +* [bitnami/wordpress] Fix wrong comment (#6220) ([86e0498](https://github.com/bitnami/charts/commit/86e0498dcf323ac2a9e31d0283f1229cb6a22847)), closes [#6220](https://github.com/bitnami/charts/issues/6220) ## 10.10.9 (2021-04-27) -* [bitnami/wordpress] Release 10.10.9 updating components versions ([7ea2090](https://github.com/bitnami/charts/commit/7ea2090)) +* [bitnami/wordpress] Release 10.10.9 updating components versions ([7ea2090](https://github.com/bitnami/charts/commit/7ea2090485d8730011034fb58b94a41ec80ade44)) ## 10.10.8 (2021-04-21) -* [bitnami/wordpress] Fixed broken link (#6174) ([958001b](https://github.com/bitnami/charts/commit/958001b)), closes [#6174](https://github.com/bitnami/charts/issues/6174) [#6162](https://github.com/bitnami/charts/issues/6162) +* [bitnami/wordpress] Fixed broken link (#6174) ([958001b](https://github.com/bitnami/charts/commit/958001b55e6e8e11e1223422444e7b5241cb4d90)), closes [#6174](https://github.com/bitnami/charts/issues/6174) [#6162](https://github.com/bitnami/charts/issues/6162) ## 10.10.7 (2021-04-20) -* [bitnami/wordpress] Release 10.10.7 updating components versions ([7899ee0](https://github.com/bitnami/charts/commit/7899ee0)) +* [bitnami/wordpress] Release 10.10.7 updating components versions ([7899ee0](https://github.com/bitnami/charts/commit/7899ee0b343ca9673293b5db17372262246bb09d)) ## 10.10.6 (2021-04-16) -* [bitnami/wordpress] Release 10.10.6 updating components versions ([7ead339](https://github.com/bitnami/charts/commit/7ead339)) +* [bitnami/wordpress] Release 10.10.6 updating components versions ([7ead339](https://github.com/bitnami/charts/commit/7ead339e25e56d16e8ac01722fbab40f7b79a464)) ## 10.10.5 (2021-04-16) -* T39353 Updated links (#6128) ([9d5aa6e](https://github.com/bitnami/charts/commit/9d5aa6e)), closes [#6128](https://github.com/bitnami/charts/issues/6128) +* T39353 Updated links (#6128) ([9d5aa6e](https://github.com/bitnami/charts/commit/9d5aa6ef8af330126610c45e9c28fb0d312c54f1)), closes [#6128](https://github.com/bitnami/charts/issues/6128) ## 10.10.3 (2021-04-15) -* [bitnami/wordpress] Release 10.10.3 updating components versions ([0a2f8da](https://github.com/bitnami/charts/commit/0a2f8da)) +* [bitnami/wordpress] Release 10.10.3 updating components versions ([0a2f8da](https://github.com/bitnami/charts/commit/0a2f8daded9c376f1fc8da89018852b61ded0192)) ## 10.10.2 (2021-04-14) -* [bitnami/wordpress] Fix upstream project link (#6085) ([e324e3c](https://github.com/bitnami/charts/commit/e324e3c)), closes [#6085](https://github.com/bitnami/charts/issues/6085) +* [bitnami/wordpress] Fix upstream project link (#6085) ([e324e3c](https://github.com/bitnami/charts/commit/e324e3c36a0c650180f6d4542c1e2e10fda6126e)), closes [#6085](https://github.com/bitnami/charts/issues/6085) ## 10.10.1 (2021-04-12) -* [bitnami/*] Fix values.yaml for internal automations (#6072) ([d5eddf8](https://github.com/bitnami/charts/commit/d5eddf8)), closes [#6072](https://github.com/bitnami/charts/issues/6072) +* [bitnami/*] Fix values.yaml for internal automations (#6072) ([d5eddf8](https://github.com/bitnami/charts/commit/d5eddf8dabb66facf5c5b80526e1264462ca115b)), closes [#6072](https://github.com/bitnami/charts/issues/6072) ## 10.10.0 (2021-04-12) -* [bitnami/wordpress] Provide support for using external cache server (#6053) ([a4b879b](https://github.com/bitnami/charts/commit/a4b879b)), closes [#6053](https://github.com/bitnami/charts/issues/6053) +* [bitnami/wordpress] Provide support for using external cache server (#6053) ([a4b879b](https://github.com/bitnami/charts/commit/a4b879b8b927b88b6f41408142b850f9411552a9)), closes [#6053](https://github.com/bitnami/charts/issues/6053) ## 10.9.1 (2021-04-08) -* [bitnami/wordpress] Release 10.9.1 updating components versions ([9beec00](https://github.com/bitnami/charts/commit/9beec00)) -* Update values.yaml ([fdf79fd](https://github.com/bitnami/charts/commit/fdf79fd)) +* [bitnami/wordpress] Release 10.9.1 updating components versions ([9beec00](https://github.com/bitnami/charts/commit/9beec00e53b5493b8cc846cf5268f7100fd84bdc)) +* Update values.yaml ([fdf79fd](https://github.com/bitnami/charts/commit/fdf79fd34672f0222eca78d05663660e9ff2b23d)) ## 10.9.0 (2021-04-07) -* [bitnami/wordpress] Values to follow 'readmenator' format (#6033) ([e890853](https://github.com/bitnami/charts/commit/e890853)), closes [#6033](https://github.com/bitnami/charts/issues/6033) +* [bitnami/wordpress] Values to follow 'readmenator' format (#6033) ([e890853](https://github.com/bitnami/charts/commit/e89085368fcd6ea6bb84ea4f9ae7ef3409ab610c)), closes [#6033](https://github.com/bitnami/charts/issues/6033) ## 10.8.0 (2021-04-01) -* [bitnami/wordpress] Respect deployment's strategy in case replicaCount is not present (#5979) ([ce05eb6](https://github.com/bitnami/charts/commit/ce05eb6)), closes [#5979](https://github.com/bitnami/charts/issues/5979) +* [bitnami/wordpress] Respect deployment's strategy in case replicaCount is not present (#5979) ([ce05eb6](https://github.com/bitnami/charts/commit/ce05eb61dd03033e51f18395bac54aad95fefdd9)), closes [#5979](https://github.com/bitnami/charts/issues/5979) ## 10.7.3 (2021-03-26) -* [bitnami/wordpress] Release 10.7.3 updating components versions ([863ec1a](https://github.com/bitnami/charts/commit/863ec1a)) +* [bitnami/wordpress] Release 10.7.3 updating components versions ([863ec1a](https://github.com/bitnami/charts/commit/863ec1a160b32419df2051f6280d5f7bb4f559bf)) ## 10.7.2 (2021-03-23) -* [bitnami/wordpress] Release 10.7.2 updating components versions ([fa41801](https://github.com/bitnami/charts/commit/fa41801)) +* [bitnami/wordpress] Release 10.7.2 updating components versions ([fa41801](https://github.com/bitnami/charts/commit/fa41801d0ce5160547a2bebf22ddf8f591ae007d)) ## 10.7.1 (2021-03-23) -* [bitnami/wordpress] Release 10.7.1 updating components versions ([420e44d](https://github.com/bitnami/charts/commit/420e44d)) +* [bitnami/wordpress] Release 10.7.1 updating components versions ([420e44d](https://github.com/bitnami/charts/commit/420e44d515be6fa124e8b9b0e16954dcb0998b2e)) ## 10.7.0 (2021-03-22) -* [bitnami/wordpress] Add support to deploy Memcached for caching database queries (#5849) ([145f5c2](https://github.com/bitnami/charts/commit/145f5c2)), closes [#5849](https://github.com/bitnami/charts/issues/5849) +* [bitnami/wordpress] Add support to deploy Memcached for caching database queries (#5849) ([145f5c2](https://github.com/bitnami/charts/commit/145f5c2a81e40b02c3846465f356647ddd867f9b)), closes [#5849](https://github.com/bitnami/charts/issues/5849) ## 10.6.13 (2021-03-15) -* Use mariadb.auth.existingSecret (#5785) ([2691794](https://github.com/bitnami/charts/commit/2691794)), closes [#5785](https://github.com/bitnami/charts/issues/5785) +* Use mariadb.auth.existingSecret (#5785) ([2691794](https://github.com/bitnami/charts/commit/26917948749144be4c43af85da386a95d098b53b)), closes [#5785](https://github.com/bitnami/charts/issues/5785) ## 10.6.12 (2021-03-12) -* [bitnami/wordpress] Release 10.6.12 updating components versions ([86cf44c](https://github.com/bitnami/charts/commit/86cf44c)) +* [bitnami/wordpress] Release 10.6.12 updating components versions ([86cf44c](https://github.com/bitnami/charts/commit/86cf44c2a5058c1ed061c76340ad8128d0ae5731)) ## 10.6.11 (2021-03-09) -* [bitnami/*] Remove minideb mentions (#5677) ([870bc4d](https://github.com/bitnami/charts/commit/870bc4d)), closes [#5677](https://github.com/bitnami/charts/issues/5677) -* [bitnami/wordpress] Release 10.6.11 updating components versions ([a581cc9](https://github.com/bitnami/charts/commit/a581cc9)) +* [bitnami/*] Remove minideb mentions (#5677) ([870bc4d](https://github.com/bitnami/charts/commit/870bc4dba1fc3aa55dd157da6687b25e8d352206)), closes [#5677](https://github.com/bitnami/charts/issues/5677) +* [bitnami/wordpress] Release 10.6.11 updating components versions ([a581cc9](https://github.com/bitnami/charts/commit/a581cc902ef2c4d905b7fd2bb9a13307369b7b60)) ## 10.6.10 (2021-03-04) -* [bitnami/wordpress] Release 10.6.10 updating components versions ([843f729](https://github.com/bitnami/charts/commit/843f729)) +* [bitnami/wordpress] Release 10.6.10 updating components versions ([843f729](https://github.com/bitnami/charts/commit/843f7291924e0785954c616e42efa532f87580ff)) ## 10.6.9 (2021-02-25) -* [bitnami/wordpress] Release 10.6.9 updating components versions ([acaedd7](https://github.com/bitnami/charts/commit/acaedd7)) +* [bitnami/wordpress] Release 10.6.9 updating components versions ([acaedd7](https://github.com/bitnami/charts/commit/acaedd734a76b19cc6253e95c3d4cd04d22e17da)) ## 10.6.8 (2021-02-23) -* [bitnami/wordpress] Release 10.6.8 updating components versions ([a482f63](https://github.com/bitnami/charts/commit/a482f63)) +* [bitnami/wordpress] Release 10.6.8 updating components versions ([a482f63](https://github.com/bitnami/charts/commit/a482f636082c5f0b2b389d112b1ae9a1cc97df3d)) ## 10.6.7 (2021-02-18) -* [bitnami/wordpress] Release 10.6.7 updating components versions ([b8c9a34](https://github.com/bitnami/charts/commit/b8c9a34)) +* [bitnami/wordpress] Release 10.6.7 updating components versions ([b8c9a34](https://github.com/bitnami/charts/commit/b8c9a346378608565748af2daea66b0975442c27)) ## 10.6.6 (2021-02-17) -* [bitnami/wordpress] Release 10.6.6 updating components versions ([cff9c65](https://github.com/bitnami/charts/commit/cff9c65)) +* [bitnami/wordpress] Release 10.6.6 updating components versions ([cff9c65](https://github.com/bitnami/charts/commit/cff9c6501ab19659215cf5c8e27aa68a9e178449)) ## 10.6.5 (2021-02-16) -* [bitnami/wordpress] Improved WordPress and MariaDB READMEs (#5474) ([82495f3](https://github.com/bitnami/charts/commit/82495f3)), closes [#5474](https://github.com/bitnami/charts/issues/5474) +* [bitnami/wordpress] Improved WordPress and MariaDB READMEs (#5474) ([82495f3](https://github.com/bitnami/charts/commit/82495f35676e6bdc8836b5276126057936009119)), closes [#5474](https://github.com/bitnami/charts/issues/5474) ## 10.6.4 (2021-02-11) -* [bitnami/*] Add notice regarding parameters immutability after chart installation (#4853) ([5f09573](https://github.com/bitnami/charts/commit/5f09573)), closes [#4853](https://github.com/bitnami/charts/issues/4853) -* [bitnami/wordpress] Release 10.6.4 updating components versions ([580f35c](https://github.com/bitnami/charts/commit/580f35c)) +* [bitnami/*] Add notice regarding parameters immutability after chart installation (#4853) ([5f09573](https://github.com/bitnami/charts/commit/5f095734f92555dec7cd0e3ee961f315eac170ff)), closes [#4853](https://github.com/bitnami/charts/issues/4853) +* [bitnami/wordpress] Release 10.6.4 updating components versions ([580f35c](https://github.com/bitnami/charts/commit/580f35c6822dc49319d4dca578097e7de028adb2)) ## 10.6.3 (2021-02-04) -* [bitnami/wordpress] Release 10.6.3 updating components versions ([7812a44](https://github.com/bitnami/charts/commit/7812a44)) +* [bitnami/wordpress] Release 10.6.3 updating components versions ([7812a44](https://github.com/bitnami/charts/commit/7812a44cc5b5a086fb3dd7db1a6449da9fb5c58e)) ## 10.6.2 (2021-02-04) -* [bitnami/wordpress] Release 10.6.2 updating components versions ([0835269](https://github.com/bitnami/charts/commit/0835269)) +* [bitnami/wordpress] Release 10.6.2 updating components versions ([0835269](https://github.com/bitnami/charts/commit/083526981ddac86f8dce2eca24ebc517f46c866b)) ## 10.6.1 (2021-02-01) -* [bitnami/wordpress] Release 10.6.1 updating components versions ([1ce5b69](https://github.com/bitnami/charts/commit/1ce5b69)) +* [bitnami/wordpress] Release 10.6.1 updating components versions ([1ce5b69](https://github.com/bitnami/charts/commit/1ce5b69a8e3600bb14e26bebc924486f90403b75)) ## 10.6.0 (2021-01-29) -* [bitnami/wordpress] Add hostAliases (#5320) ([4238f66](https://github.com/bitnami/charts/commit/4238f66)), closes [#5320](https://github.com/bitnami/charts/issues/5320) +* [bitnami/wordpress] Add hostAliases (#5320) ([4238f66](https://github.com/bitnami/charts/commit/4238f6610d98026d90ce5c35f0aca0478b76fb4b)), closes [#5320](https://github.com/bitnami/charts/issues/5320) ## 10.5.2 (2021-01-28) -* [bitnami/wordpress] Release 10.5.2 updating components versions ([bf1ca82](https://github.com/bitnami/charts/commit/bf1ca82)) +* [bitnami/wordpress] Release 10.5.2 updating components versions ([bf1ca82](https://github.com/bitnami/charts/commit/bf1ca82132de72a436148fe16e220afe52cf4643)) ## 10.5.1 (2021-01-27) -* [bitnami/wordpress] Release 10.5.1 updating components versions ([e5403d7](https://github.com/bitnami/charts/commit/e5403d7)) +* [bitnami/wordpress] Release 10.5.1 updating components versions ([e5403d7](https://github.com/bitnami/charts/commit/e5403d7d0c5666bbf1916de81d2f476e1707f2ec)) ## 10.5.0 (2021-01-26) -* [bitnami/wordpress] Allow post-init scripts out of the box (#5233) ([28e401c](https://github.com/bitnami/charts/commit/28e401c)), closes [#5233](https://github.com/bitnami/charts/issues/5233) +* [bitnami/wordpress] Allow post-init scripts out of the box (#5233) ([28e401c](https://github.com/bitnami/charts/commit/28e401cafa2f23914eeaa9b96e7e464d5d4992b5)), closes [#5233](https://github.com/bitnami/charts/issues/5233) ## 10.4.7 (2021-01-25) -* [bitnami/wordpress] Release 10.4.7 updating components versions ([18b7fbe](https://github.com/bitnami/charts/commit/18b7fbe)) +* [bitnami/wordpress] Release 10.4.7 updating components versions ([18b7fbe](https://github.com/bitnami/charts/commit/18b7fbed1eda636f414b427903b2b9f936c49688)) ## 10.4.6 (2021-01-19) -* [bitnami/*] Change helm version in the prerequisites (#5090) ([c5e67a3](https://github.com/bitnami/charts/commit/c5e67a3)), closes [#5090](https://github.com/bitnami/charts/issues/5090) -* [bitnami/wordpress] Drop values-production.yaml support (#5134) ([6f57b0e](https://github.com/bitnami/charts/commit/6f57b0e)), closes [#5134](https://github.com/bitnami/charts/issues/5134) +* [bitnami/*] Change helm version in the prerequisites (#5090) ([c5e67a3](https://github.com/bitnami/charts/commit/c5e67a388743cbee28439d2cabca27884b9daf97)), closes [#5090](https://github.com/bitnami/charts/issues/5090) +* [bitnami/wordpress] Drop values-production.yaml support (#5134) ([6f57b0e](https://github.com/bitnami/charts/commit/6f57b0e91e21400eea22aacf702520d9d9504dd0)), closes [#5134](https://github.com/bitnami/charts/issues/5134) ## 10.4.5 (2021-01-19) -* [bitnami/wordpress] Fix issue with wildcard domains (#5082) ([2db161b](https://github.com/bitnami/charts/commit/2db161b)), closes [#5082](https://github.com/bitnami/charts/issues/5082) +* [bitnami/wordpress] Fix issue with wildcard domains (#5082) ([2db161b](https://github.com/bitnami/charts/commit/2db161bfc200a3cc5dee832fa19e8be9f251e0cb)), closes [#5082](https://github.com/bitnami/charts/issues/5082) ## 10.4.4 (2021-01-17) -* [bitnami/wordpress] Release 10.4.4 updating components versions ([a2a8d4a](https://github.com/bitnami/charts/commit/a2a8d4a)) +* [bitnami/wordpress] Release 10.4.4 updating components versions ([a2a8d4a](https://github.com/bitnami/charts/commit/a2a8d4ad69643c5ffd8ac56cb71e432f1977f2c0)) ## 10.4.3 (2021-01-16) -* [bitnami/wordpress] Release 10.4.3 updating components versions ([dbedcc7](https://github.com/bitnami/charts/commit/dbedcc7)) +* [bitnami/wordpress] Release 10.4.3 updating components versions ([dbedcc7](https://github.com/bitnami/charts/commit/dbedcc7977bad53e97ee7fa4abba4b04794f5770)) ## 10.4.2 (2021-01-14) -* [bitnami/wordpress] Release 10.4.2 updating components versions ([b2efb74](https://github.com/bitnami/charts/commit/b2efb74)) +* [bitnami/wordpress] Release 10.4.2 updating components versions ([b2efb74](https://github.com/bitnami/charts/commit/b2efb74e53ae4ef9a37d01dc16374bac7ada2cf0)) ## 10.4.1 (2021-01-13) -* [bitnami/several] Prettify Chart.yaml following bitnami standards (#4954) ([cd897df](https://github.com/bitnami/charts/commit/cd897df)), closes [#4954](https://github.com/bitnami/charts/issues/4954) -* [bitnami/wordpress] Add support for SANs on certs (#4953) ([9bc7515](https://github.com/bitnami/charts/commit/9bc7515)), closes [#4953](https://github.com/bitnami/charts/issues/4953) +* [bitnami/several] Prettify Chart.yaml following bitnami standards (#4954) ([cd897df](https://github.com/bitnami/charts/commit/cd897dfb0697e2c81329435b38eaf5ae52e1dc09)), closes [#4954](https://github.com/bitnami/charts/issues/4954) +* [bitnami/wordpress] Add support for SANs on certs (#4953) ([9bc7515](https://github.com/bitnami/charts/commit/9bc7515bf0e43e8591308fee87ce32eee5377d91)), closes [#4953](https://github.com/bitnami/charts/issues/4953) ## 10.4.0 (2021-01-11) -* [bitnami/wordpress] Add volumePermissions container (#4861) ([ba3380e](https://github.com/bitnami/charts/commit/ba3380e)), closes [#4861](https://github.com/bitnami/charts/issues/4861) +* [bitnami/wordpress] Add volumePermissions container (#4861) ([ba3380e](https://github.com/bitnami/charts/commit/ba3380ed96e33d2878da38b886eb1d7f4d69a004)), closes [#4861](https://github.com/bitnami/charts/issues/4861) ## 10.3.1 (2021-01-06) -* [bitnami/wordpress] Release 10.3.1 updating components versions ([6e457f5](https://github.com/bitnami/charts/commit/6e457f5)) +* [bitnami/wordpress] Release 10.3.1 updating components versions ([6e457f5](https://github.com/bitnami/charts/commit/6e457f514abf626f8eb57d4fdf5f681384623f24)) ## 10.3.0 (2021-01-05) -* [bitnami/wordpress] support custom datasource for PVC (#4879) ([2d3be4e](https://github.com/bitnami/charts/commit/2d3be4e)), closes [#4879](https://github.com/bitnami/charts/issues/4879) +* [bitnami/wordpress] support custom datasource for PVC (#4879) ([2d3be4e](https://github.com/bitnami/charts/commit/2d3be4e547007dee68ede4afccf4bea1dc895291)), closes [#4879](https://github.com/bitnami/charts/issues/4879) ## 10.2.1 (2020-12-31) -* [bitnami/*] Update ingress rules (batch 1) (#4870) ([2f3e2be](https://github.com/bitnami/charts/commit/2f3e2be)), closes [#4870](https://github.com/bitnami/charts/issues/4870) +* [bitnami/*] Update ingress rules (batch 1) (#4870) ([2f3e2be](https://github.com/bitnami/charts/commit/2f3e2beea845c8403fc33b5a75f57909bb63037a)), closes [#4870](https://github.com/bitnami/charts/issues/4870) ## 10.2.0 (2020-12-30) -* [bitnami/wordpress] Make Ingress rules compatible with Kubernetes 1.20 (#4860) ([c0bc2cb](https://github.com/bitnami/charts/commit/c0bc2cb)), closes [#4860](https://github.com/bitnami/charts/issues/4860) +* [bitnami/wordpress] Make Ingress rules compatible with Kubernetes 1.20 (#4860) ([c0bc2cb](https://github.com/bitnami/charts/commit/c0bc2cb6e5b18356c56ab628b8d4dc318a97e53c)), closes [#4860](https://github.com/bitnami/charts/issues/4860) ## 10.1.6 (2020-12-30) -* [bitnami/wordpress] Fix issue with wildcard ingress hosts (#4844) ([f80074c](https://github.com/bitnami/charts/commit/f80074c)), closes [#4844](https://github.com/bitnami/charts/issues/4844) +* [bitnami/wordpress] Fix issue with wildcard ingress hosts (#4844) ([f80074c](https://github.com/bitnami/charts/commit/f80074c6b759fb6c7dd9c1f0b28b9e8ac3fe3ff9)), closes [#4844](https://github.com/bitnami/charts/issues/4844) ## 10.1.5 (2020-12-21) -* [bitnami/wordpress] Release 10.1.5 updating components versions ([6786bb6](https://github.com/bitnami/charts/commit/6786bb6)) +* [bitnami/wordpress] Release 10.1.5 updating components versions ([6786bb6](https://github.com/bitnami/charts/commit/6786bb69c870263307acbf4b81e0856565d3acb7)) ## 10.1.4 (2020-12-18) -* [bitnami/wordpress] Release 10.1.4 updating components versions ([b4c429e](https://github.com/bitnami/charts/commit/b4c429e)) +* [bitnami/wordpress] Release 10.1.4 updating components versions ([b4c429e](https://github.com/bitnami/charts/commit/b4c429e687b508bee4070a2671900faf311d9615)) ## 10.1.3 (2020-12-18) -* [bitnami/wordpress] Release 10.1.3 updating components versions ([909ea10](https://github.com/bitnami/charts/commit/909ea10)) +* [bitnami/wordpress] Release 10.1.3 updating components versions ([909ea10](https://github.com/bitnami/charts/commit/909ea10c26d6ff6282824dde1578cee589952bd2)) ## 10.1.2 (2020-12-17) -* [bitnami/wordpress] Release 10.1.2 updating components versions ([1e96197](https://github.com/bitnami/charts/commit/1e96197)) +* [bitnami/wordpress] Release 10.1.2 updating components versions ([1e96197](https://github.com/bitnami/charts/commit/1e96197699bffeb0d1cde4e51db574b862df0b96)) ## 10.1.1 (2020-12-14) -* [bitnami/wordpress] Release 10.1.1 updating components versions ([10d00ed](https://github.com/bitnami/charts/commit/10d00ed)) +* [bitnami/wordpress] Release 10.1.1 updating components versions ([10d00ed](https://github.com/bitnami/charts/commit/10d00edf909bbfde83ad4fb736ffa42b43132c31)) ## 10.1.0 (2020-12-14) -* [bitnami/*] fix typos (#4699) ([49adc63](https://github.com/bitnami/charts/commit/49adc63)), closes [#4699](https://github.com/bitnami/charts/issues/4699) -* [bitnami/wordpress] Add service account support (#4582) ([6f69ecf](https://github.com/bitnami/charts/commit/6f69ecf)), closes [#4582](https://github.com/bitnami/charts/issues/4582) +* [bitnami/*] fix typos (#4699) ([49adc63](https://github.com/bitnami/charts/commit/49adc63b672da976c55af2e077aa5648a357b77f)), closes [#4699](https://github.com/bitnami/charts/issues/4699) +* [bitnami/wordpress] Add service account support (#4582) ([6f69ecf](https://github.com/bitnami/charts/commit/6f69ecf5dbefbd36ec25ffd5e4357fe671fce95e)), closes [#4582](https://github.com/bitnami/charts/issues/4582) ## 10.0.10 (2020-12-11) -* [bitnami/*] Update dependencies (#4694) ([2826c12](https://github.com/bitnami/charts/commit/2826c12)), closes [#4694](https://github.com/bitnami/charts/issues/4694) +* [bitnami/*] Update dependencies (#4694) ([2826c12](https://github.com/bitnami/charts/commit/2826c125b42505f28431301e3c1bbe5366e47a01)), closes [#4694](https://github.com/bitnami/charts/issues/4694) ## 10.0.9 (2020-12-10) -* [bitnami/wordpress] Release 10.0.9 updating components versions ([5773f2a](https://github.com/bitnami/charts/commit/5773f2a)) -* Fix out of date MariaDB chart URL (#4676) ([7a8a11a](https://github.com/bitnami/charts/commit/7a8a11a)), closes [#4676](https://github.com/bitnami/charts/issues/4676) +* [bitnami/wordpress] Release 10.0.9 updating components versions ([5773f2a](https://github.com/bitnami/charts/commit/5773f2a1d7fbec54fffdfd3a6bb9d19126d6cae7)) +* Fix out of date MariaDB chart URL (#4676) ([7a8a11a](https://github.com/bitnami/charts/commit/7a8a11a22b559f928bd2babbb72090d38a6dd611)), closes [#4676](https://github.com/bitnami/charts/issues/4676) ## 10.0.8 (2020-12-10) -* [bitnami/*] Update CI *-values.yaml files (#4674) ([b473fa9](https://github.com/bitnami/charts/commit/b473fa9)), closes [#4674](https://github.com/bitnami/charts/issues/4674) +* [bitnami/*] Update CI *-values.yaml files (#4674) ([b473fa9](https://github.com/bitnami/charts/commit/b473fa98f79cb1b06bf592cfe8495c92a6fda16b)), closes [#4674](https://github.com/bitnami/charts/issues/4674) ## 10.0.7 (2020-12-01) -* [bitnami/wordpress] - Add back previously removed _helper functions to unbreak post-init configmap ( ([8be9196](https://github.com/bitnami/charts/commit/8be9196)), closes [#4487](https://github.com/bitnami/charts/issues/4487) +* [bitnami/wordpress] - Add back previously removed _helper functions to unbreak post-init configmap ( ([8be9196](https://github.com/bitnami/charts/commit/8be9196b15ca31d2607f361a0114394c7248f10d)), closes [#4487](https://github.com/bitnami/charts/issues/4487) ## 10.0.6 (2020-11-24) -* [bitnami/wordpress] Release 10.0.6 updating components versions ([aabf228](https://github.com/bitnami/charts/commit/aabf228)) +* [bitnami/wordpress] Release 10.0.6 updating components versions ([aabf228](https://github.com/bitnami/charts/commit/aabf228279071ad397a6bbf1ca9934df235972da)) ## 10.0.5 (2020-11-24) -* [bitnami/wordpress] Release 10.0.5 updating components versions ([a473ab8](https://github.com/bitnami/charts/commit/a473ab8)) +* [bitnami/wordpress] Release 10.0.5 updating components versions ([a473ab8](https://github.com/bitnami/charts/commit/a473ab8047931eafb8cc3850de943ed4efffa47a)) ## 10.0.4 (2020-11-24) -* [bitnami/*] Fix externaldb secret name (#4461) ([4f5fa7a](https://github.com/bitnami/charts/commit/4f5fa7a)), closes [#4461](https://github.com/bitnami/charts/issues/4461) +* [bitnami/*] Fix externaldb secret name (#4461) ([4f5fa7a](https://github.com/bitnami/charts/commit/4f5fa7a09c255c5b53d6d3e50dbfd4b5344021bd)), closes [#4461](https://github.com/bitnami/charts/issues/4461) ## 10.0.3 (2020-11-20) -* [bitnami/*] Expose the "service type" in the basic form for Kubeapps (#4445) ([cf3b3d3](https://github.com/bitnami/charts/commit/cf3b3d3)), closes [#4445](https://github.com/bitnami/charts/issues/4445) +* [bitnami/*] Expose the "service type" in the basic form for Kubeapps (#4445) ([cf3b3d3](https://github.com/bitnami/charts/commit/cf3b3d3def5931883df8054806edcea9b8339c50)), closes [#4445](https://github.com/bitnami/charts/issues/4445) ## 10.0.2 (2020-11-20) -* [bitnami/wordpress] Release 10.0.2 updating components versions ([00787d9](https://github.com/bitnami/charts/commit/00787d9)) +* [bitnami/wordpress] Release 10.0.2 updating components versions ([00787d9](https://github.com/bitnami/charts/commit/00787d94e40ecea12f45b6c94567ada998f36714)) ## 10.0.1 (2020-11-18) -* [bitnami/wordpress] Release 10.0.1 updating components versions ([84b4eb0](https://github.com/bitnami/charts/commit/84b4eb0)) +* [bitnami/wordpress] Release 10.0.1 updating components versions ([84b4eb0](https://github.com/bitnami/charts/commit/84b4eb056a3ae1d798a4918aa0fa2e0d8c62758d)) ## 10.0.0 (2020-11-18) -* [bitnami/wordpress] New major version (#3850) ([1e9550c](https://github.com/bitnami/charts/commit/1e9550c)), closes [#3850](https://github.com/bitnami/charts/issues/3850) +* [bitnami/wordpress] New major version (#3850) ([1e9550c](https://github.com/bitnami/charts/commit/1e9550c2016d648eaad8f5324a01f6f60d0ef004)), closes [#3850](https://github.com/bitnami/charts/issues/3850) ## 9.10.0 (2020-11-18) -* [bitnami/wordpress] Enable using the bitnami/wordpress container custom user post-init.d scripts (#4 ([5c938a1](https://github.com/bitnami/charts/commit/5c938a1)), closes [#4373](https://github.com/bitnami/charts/issues/4373) +* [bitnami/wordpress] Enable using the bitnami/wordpress container custom user post-init.d scripts (#4 ([5c938a1](https://github.com/bitnami/charts/commit/5c938a194f62fe2553f68b4e12e73ccc028fdcb3)), closes [#4373](https://github.com/bitnami/charts/issues/4373) ## 9.9.3 (2020-11-12) -* [bitnami/wordpress] Release 9.9.3 updating components versions ([3e61c42](https://github.com/bitnami/charts/commit/3e61c42)) -* Fix typo in file path (#4229) ([8cc78ea](https://github.com/bitnami/charts/commit/8cc78ea)), closes [#4229](https://github.com/bitnami/charts/issues/4229) -* Update values-production.yaml (#4236) ([7b61546](https://github.com/bitnami/charts/commit/7b61546)), closes [#4236](https://github.com/bitnami/charts/issues/4236) +* [bitnami/wordpress] Release 9.9.3 updating components versions ([3e61c42](https://github.com/bitnami/charts/commit/3e61c42ab5925e5f4acd84da3eccc20b787db913)) +* Fix typo in file path (#4229) ([8cc78ea](https://github.com/bitnami/charts/commit/8cc78ea2a5e33ffe4cb244e42706426f4818f718)), closes [#4229](https://github.com/bitnami/charts/issues/4229) +* Update values-production.yaml (#4236) ([7b61546](https://github.com/bitnami/charts/commit/7b615462aef15e2f912998fc333fcd9a31c114a1)), closes [#4236](https://github.com/bitnami/charts/issues/4236) ## 9.9.2 (2020-11-05) -* [bitnami/wordpress] Release 9.9.2 updating components versions ([d8db0b3](https://github.com/bitnami/charts/commit/d8db0b3)) +* [bitnami/wordpress] Release 9.9.2 updating components versions ([d8db0b3](https://github.com/bitnami/charts/commit/d8db0b30df10c985100ad4f51c2f3df2fcf9bec8)) ## 9.9.1 (2020-10-30) -* [bitnami/wordpress] Release 9.9.1 updating components versions ([2663708](https://github.com/bitnami/charts/commit/2663708)) +* [bitnami/wordpress] Release 9.9.1 updating components versions ([2663708](https://github.com/bitnami/charts/commit/2663708499799dc7ee9a0c310c59a429ca6d13b5)) ## 9.9.0 (2020-10-30) -* [bitnami/wordpress] Make it possible to add arbitrary path objects to main vhost (#4133) ([c730908](https://github.com/bitnami/charts/commit/c730908)), closes [#4133](https://github.com/bitnami/charts/issues/4133) +* [bitnami/wordpress] Make it possible to add arbitrary path objects to main vhost (#4133) ([c730908](https://github.com/bitnami/charts/commit/c730908fcbedbe1eb2b786429e4d31974f79c211)), closes [#4133](https://github.com/bitnami/charts/issues/4133) ## 9.8.5 (2020-10-29) -* [bitnami/wordpress] Release 9.8.5 updating components versions ([9001a89](https://github.com/bitnami/charts/commit/9001a89)) +* [bitnami/wordpress] Release 9.8.5 updating components versions ([9001a89](https://github.com/bitnami/charts/commit/9001a89fc4054b619f9a242c5aa8af0db26efb04)) ## 9.8.4 (2020-10-28) -* [bitnami/*] Include link to Troubleshootin guide on README.md (#4136) ([c08a20e](https://github.com/bitnami/charts/commit/c08a20e)), closes [#4136](https://github.com/bitnami/charts/issues/4136) -* [bitnami/wordpress] Release 9.8.4 updating components versions ([3623241](https://github.com/bitnami/charts/commit/3623241)) +* [bitnami/*] Include link to Troubleshootin guide on README.md (#4136) ([c08a20e](https://github.com/bitnami/charts/commit/c08a20e3db004215383004ff023a73fcc2522e72)), closes [#4136](https://github.com/bitnami/charts/issues/4136) +* [bitnami/wordpress] Release 9.8.4 updating components versions ([3623241](https://github.com/bitnami/charts/commit/36232417ae563acca4624a5ecf87ce90a9bee0d1)) ## 9.8.3 (2020-10-26) -* [bitnami/wordpress] Release 9.8.3 updating components versions ([fbcec21](https://github.com/bitnami/charts/commit/fbcec21)) +* [bitnami/wordpress] Release 9.8.3 updating components versions ([fbcec21](https://github.com/bitnami/charts/commit/fbcec21453c9f1b4ad308c3e3846846b0a4847da)) ## 9.8.2 (2020-10-23) -* [bitnami/wordpress] Release 9.8.2 updating components versions ([c7020e0](https://github.com/bitnami/charts/commit/c7020e0)) +* [bitnami/wordpress] Release 9.8.2 updating components versions ([c7020e0](https://github.com/bitnami/charts/commit/c7020e0c5bf5199bf20df3bbcaa0280739a7efd5)) ## 9.8.1 (2020-10-22) -* [bitnami/wordpress] Release 9.8.1 updating components versions ([afd7897](https://github.com/bitnami/charts/commit/afd7897)) +* [bitnami/wordpress] Release 9.8.1 updating components versions ([afd7897](https://github.com/bitnami/charts/commit/afd7897586ed81fbab453e0e1227bf81be9dbc26)) ## 9.8.0 (2020-10-20) -* [bitnami/wordpress] Add podLabels option to WordPress chart (#4053) ([fe17b78](https://github.com/bitnami/charts/commit/fe17b78)), closes [#4053](https://github.com/bitnami/charts/issues/4053) +* [bitnami/wordpress] Add podLabels option to WordPress chart (#4053) ([fe17b78](https://github.com/bitnami/charts/commit/fe17b789ada17265d0c59c69a28d8741b2e30c4b)), closes [#4053](https://github.com/bitnami/charts/issues/4053) ## 9.7.0 (2020-10-19) -* [bitnami/wordpress] Make primary path configurable (#4044) ([7a6028f](https://github.com/bitnami/charts/commit/7a6028f)), closes [#4044](https://github.com/bitnami/charts/issues/4044) +* [bitnami/wordpress] Make primary path configurable (#4044) ([7a6028f](https://github.com/bitnami/charts/commit/7a6028fba1bce735ad3916cab2a6bcfac767340f)), closes [#4044](https://github.com/bitnami/charts/issues/4044) ## 9.6.9 (2020-10-15) -* [bitnami/wordpress] Release 9.6.9 updating components versions ([a7deec3](https://github.com/bitnami/charts/commit/a7deec3)) +* [bitnami/wordpress] Release 9.6.9 updating components versions ([a7deec3](https://github.com/bitnami/charts/commit/a7deec3b503263f58d15b510d477d231dd14b066)) ## 9.6.8 (2020-10-08) -* [bitnami/wordpress] Release 9.6.8 updating components versions ([c3aea6c](https://github.com/bitnami/charts/commit/c3aea6c)) +* [bitnami/wordpress] Release 9.6.8 updating components versions ([c3aea6c](https://github.com/bitnami/charts/commit/c3aea6c837a08690caa30d8809d11012b65757ea)) ## 9.6.7 (2020-10-05) -* [bitnami/wordpress] Fix template issue when using certs (#3891) ([7f4d764](https://github.com/bitnami/charts/commit/7f4d764)), closes [#3891](https://github.com/bitnami/charts/issues/3891) +* [bitnami/wordpress] Fix template issue when using certs (#3891) ([7f4d764](https://github.com/bitnami/charts/commit/7f4d76409c647c91769050a421cbb7ad29ffc6fb)), closes [#3891](https://github.com/bitnami/charts/issues/3891) ## 9.6.6 (2020-10-03) -* [bitnami/wordpress] Release 9.6.6 updating components versions ([e032510](https://github.com/bitnami/charts/commit/e032510)) +* [bitnami/wordpress] Release 9.6.6 updating components versions ([e032510](https://github.com/bitnami/charts/commit/e0325102d07123974a07def17f65b9392b491b1b)) ## 9.6.5 (2020-10-02) -* [bitnami/wordpress] Release 9.6.5 updating components versions ([f5033e8](https://github.com/bitnami/charts/commit/f5033e8)) +* [bitnami/wordpress] Release 9.6.5 updating components versions ([f5033e8](https://github.com/bitnami/charts/commit/f5033e893646592e1ec6b063f229eff030e90f7a)) ## 9.6.4 (2020-09-29) -* [bitnami/wordpress] Release 9.6.4 updating components versions ([2863caa](https://github.com/bitnami/charts/commit/2863caa)) +* [bitnami/wordpress] Release 9.6.4 updating components versions ([2863caa](https://github.com/bitnami/charts/commit/2863caa7a2b09c7342616ab7e5ad569e3589cfea)) ## 9.6.3 (2020-09-28) -* [bitnami/wordpress] Release 9.6.3 updating components versions ([7a8906e](https://github.com/bitnami/charts/commit/7a8906e)) +* [bitnami/wordpress] Release 9.6.3 updating components versions ([7a8906e](https://github.com/bitnami/charts/commit/7a8906e4716c970bd3bb91bef106a880266386d2)) ## 9.6.2 (2020-09-25) -* [bitnami/wordpress] Release 9.6.2 updating components versions ([25343b4](https://github.com/bitnami/charts/commit/25343b4)) +* [bitnami/wordpress] Release 9.6.2 updating components versions ([25343b4](https://github.com/bitnami/charts/commit/25343b4e89ea99ce8b5438ecefb523d7e2ed2e43)) ## 9.6.1 (2020-09-24) -* [bitnami/wordpress] Release 9.6.1 updating components versions ([a45873c](https://github.com/bitnami/charts/commit/a45873c)) +* [bitnami/wordpress] Release 9.6.1 updating components versions ([a45873c](https://github.com/bitnami/charts/commit/a45873c44222d5f8509b46c0b692be43c160ed2a)) ## 9.6.0 (2020-09-23) -* [bitnami/wordpress] Allowing usage of existing secrets for WordPress, MariaDB and SMTP (#3699) ([75634b3](https://github.com/bitnami/charts/commit/75634b3)), closes [#3699](https://github.com/bitnami/charts/issues/3699) +* [bitnami/wordpress] Allowing usage of existing secrets for WordPress, MariaDB and SMTP (#3699) ([75634b3](https://github.com/bitnami/charts/commit/75634b3bbd4ee1fe5f1b114a4de6cc2c35bb49ca)), closes [#3699](https://github.com/bitnami/charts/issues/3699) ## 9.5.6 (2020-09-17) -* [bitnami/wordpress] Release 9.5.6 updating components versions ([2912fd7](https://github.com/bitnami/charts/commit/2912fd7)) +* [bitnami/wordpress] Release 9.5.6 updating components versions ([2912fd7](https://github.com/bitnami/charts/commit/2912fd7f66573228ea03a2634b29963c49181b1f)) ## 9.5.5 (2020-09-17) -* [bitnami/wordpress] Release 9.5.5 updating components versions ([96a9aaf](https://github.com/bitnami/charts/commit/96a9aaf)) +* [bitnami/wordpress] Release 9.5.5 updating components versions ([96a9aaf](https://github.com/bitnami/charts/commit/96a9aafa2a07b4c4e5f33212a64b460d8231cebc)) ## 9.5.4 (2020-09-04) -* [bitnami/metrics-server] Add source repo (#3577) ([1ed12f9](https://github.com/bitnami/charts/commit/1ed12f9)), closes [#3577](https://github.com/bitnami/charts/issues/3577) -* [bitnami/wordpress] Release 9.5.4 updating components versions ([38edfbe](https://github.com/bitnami/charts/commit/38edfbe)) +* [bitnami/metrics-server] Add source repo (#3577) ([1ed12f9](https://github.com/bitnami/charts/commit/1ed12f96af75322b46afdb2b3d9907c11b13f765)), closes [#3577](https://github.com/bitnami/charts/issues/3577) +* [bitnami/wordpress] Release 9.5.4 updating components versions ([38edfbe](https://github.com/bitnami/charts/commit/38edfbea5c66744e7e2e7e28261837bf105bbbfb)) ## 9.5.3 (2020-09-02) -* [bitnami/wordpress] Release 9.5.3 updating components versions ([9f97de0](https://github.com/bitnami/charts/commit/9f97de0)) +* [bitnami/wordpress] Release 9.5.3 updating components versions ([9f97de0](https://github.com/bitnami/charts/commit/9f97de0896e6ce25b9e9b3835a7302d3a5218006)) ## 9.5.2 (2020-09-01) -* [bitnami/wordpress] Release 9.5.2 updating components versions ([32c742c](https://github.com/bitnami/charts/commit/32c742c)) +* [bitnami/wordpress] Release 9.5.2 updating components versions ([32c742c](https://github.com/bitnami/charts/commit/32c742cecbdb66f87ec555fc653d98be9dcf2a44)) ## 9.5.1 (2020-08-21) -* [bitnami/wordpress] Release 9.5.1 updating components versions ([da4b1e5](https://github.com/bitnami/charts/commit/da4b1e5)) +* [bitnami/wordpress] Release 9.5.1 updating components versions ([da4b1e5](https://github.com/bitnami/charts/commit/da4b1e51dc8135ed86d9ce9703d197a9ea82e0ca)) ## 9.5.0 (2020-08-20) -* [bitnami/wordpress] Add extra config content env var (#3470) ([0f2713b](https://github.com/bitnami/charts/commit/0f2713b)), closes [#3470](https://github.com/bitnami/charts/issues/3470) +* [bitnami/wordpress] Add extra config content env var (#3470) ([0f2713b](https://github.com/bitnami/charts/commit/0f2713b0ad1ed1e820b6bdf46b29f9592cf91b44)), closes [#3470](https://github.com/bitnami/charts/issues/3470) ## 9.4.4 (2020-08-18) -* [bitnami/wordpress] Release 9.4.4 updating components versions ([dc8ebbc](https://github.com/bitnami/charts/commit/dc8ebbc)) +* [bitnami/wordpress] Release 9.4.4 updating components versions ([dc8ebbc](https://github.com/bitnami/charts/commit/dc8ebbce366eec3f2905171ef19bbc3ea0685196)) ## 9.4.3 (2020-08-06) -* [bitnami/wordpress] Release 9.4.3 updating components versions ([53b2c54](https://github.com/bitnami/charts/commit/53b2c54)) +* [bitnami/wordpress] Release 9.4.3 updating components versions ([53b2c54](https://github.com/bitnami/charts/commit/53b2c54d67532a1d42f7c4b9434950af71dc374e)) ## 9.4.2 (2020-08-05) -* [bitnami/wordpress] Release 9.4.2 updating components versions ([be984d8](https://github.com/bitnami/charts/commit/be984d8)) +* [bitnami/wordpress] Release 9.4.2 updating components versions ([be984d8](https://github.com/bitnami/charts/commit/be984d83f79736a49018d5afed7e3750ca94ca77)) ## 9.4.1 (2020-08-04) -* [bitnami/*] Fix TL;DR typo in READMEs (#3280) ([3d7ab40](https://github.com/bitnami/charts/commit/3d7ab40)), closes [#3280](https://github.com/bitnami/charts/issues/3280) -* [bitnami/wordpress] Release 9.4.1 updating components versions ([773f8d3](https://github.com/bitnami/charts/commit/773f8d3)) +* [bitnami/*] Fix TL;DR typo in READMEs (#3280) ([3d7ab40](https://github.com/bitnami/charts/commit/3d7ab406fecd64f1af25f53e7d27f03ec95b29a4)), closes [#3280](https://github.com/bitnami/charts/issues/3280) +* [bitnami/wordpress] Release 9.4.1 updating components versions ([773f8d3](https://github.com/bitnami/charts/commit/773f8d388dd64ef6ea10f4432a8dad8f79666a58)) ## 9.4.0 (2020-07-28) -* [bitnami/wordpress] Document MaintenanceMode limitation & add missing parameters (#3250) ([ad02e84](https://github.com/bitnami/charts/commit/ad02e84)), closes [#3250](https://github.com/bitnami/charts/issues/3250) +* [bitnami/wordpress] Document MaintenanceMode limitation & add missing parameters (#3250) ([ad02e84](https://github.com/bitnami/charts/commit/ad02e849fc483a36f86e07e80fbe6758e86bb532)), closes [#3250](https://github.com/bitnami/charts/issues/3250) ## 9.3.22 (2020-07-21) -* [bitnami/wordpress] Release 9.3.22 updating components versions ([0403004](https://github.com/bitnami/charts/commit/0403004)) +* [bitnami/wordpress] Release 9.3.22 updating components versions ([0403004](https://github.com/bitnami/charts/commit/0403004345634d334abb66f321e5b11cbe4cf056)) ## 9.3.21 (2020-07-17) -* [bitnami/wordpress] Release 9.3.21 updating components versions ([a439f82](https://github.com/bitnami/charts/commit/a439f82)) +* [bitnami/wordpress] Release 9.3.21 updating components versions ([a439f82](https://github.com/bitnami/charts/commit/a439f82bf66c352772c61e05bd9e1207bf7062a9)) ## 9.3.20 (2020-07-15) -* [bitnami/all] Add categories (#3075) ([63bde06](https://github.com/bitnami/charts/commit/63bde06)), closes [#3075](https://github.com/bitnami/charts/issues/3075) -* [bitnami/wordpress] Release 9.3.20 updating components versions ([f30f526](https://github.com/bitnami/charts/commit/f30f526)) +* [bitnami/all] Add categories (#3075) ([63bde06](https://github.com/bitnami/charts/commit/63bde066b87a140fab52264d0522401ab3d63509)), closes [#3075](https://github.com/bitnami/charts/issues/3075) +* [bitnami/wordpress] Release 9.3.20 updating components versions ([f30f526](https://github.com/bitnami/charts/commit/f30f526c9a5981884cc1859e9e8d91787a214e67)) ## 9.3.19 (2020-07-09) -* [bitnami/wordpress] Release 9.3.19 updating components versions ([ccdebcb](https://github.com/bitnami/charts/commit/ccdebcb)) +* [bitnami/wordpress] Release 9.3.19 updating components versions ([ccdebcb](https://github.com/bitnami/charts/commit/ccdebcbc99403900d0248fa22adc17c450c5261a)) ## 9.3.18 (2020-07-08) -* [bitnami/wordpress] Release 9.3.18 updating components versions ([7a2cc2f](https://github.com/bitnami/charts/commit/7a2cc2f)) +* [bitnami/wordpress] Release 9.3.18 updating components versions ([7a2cc2f](https://github.com/bitnami/charts/commit/7a2cc2fb971ebc9b30944ad4d4ca58fe819bc747)) ## 9.3.17 (2020-07-01) -* [bitnami/wordpress] Release 9.3.17 updating components versions ([7f6c9ea](https://github.com/bitnami/charts/commit/7f6c9ea)) +* [bitnami/wordpress] Release 9.3.17 updating components versions ([7f6c9ea](https://github.com/bitnami/charts/commit/7f6c9eafa958e09f09488ab94286af84f28ef460)) ## 9.3.16 (2020-07-01) -* [bitnami/wordpress] Release 9.3.16 updating components versions ([956b5d8](https://github.com/bitnami/charts/commit/956b5d8)) +* [bitnami/wordpress] Release 9.3.16 updating components versions ([956b5d8](https://github.com/bitnami/charts/commit/956b5d8717ea2245d810969b3021b66de83cb6f4)) ## 9.3.15 (2020-06-24) -* [bitnami/wordpress] Release 9.3.15 updating components versions ([d5516ff](https://github.com/bitnami/charts/commit/d5516ff)) +* [bitnami/wordpress] Release 9.3.15 updating components versions ([d5516ff](https://github.com/bitnami/charts/commit/d5516ff130201cd6397bc48e892a80f614c699d0)) ## 9.3.14 (2020-06-19) -* [bitnami/wordpress] Release 9.3.14 updating components versions ([f26e1a3](https://github.com/bitnami/charts/commit/f26e1a3)) +* [bitnami/wordpress] Release 9.3.14 updating components versions ([f26e1a3](https://github.com/bitnami/charts/commit/f26e1a3ab57c42f1d8b3cb9ab47b882fd6b3eb8a)) ## 9.3.13 (2020-06-18) -* [bitnami/wordpress] Release 9.3.13 updating components versions ([74adf29](https://github.com/bitnami/charts/commit/74adf29)) -* [multiple charts] Update hidden properties in the different JSON schemas (#2871) ([4cff6ba](https://github.com/bitnami/charts/commit/4cff6ba)), closes [#2871](https://github.com/bitnami/charts/issues/2871) +* [bitnami/wordpress] Release 9.3.13 updating components versions ([74adf29](https://github.com/bitnami/charts/commit/74adf29dea92f987faf05017cce901ee627dd6b0)) +* [multiple charts] Update hidden properties in the different JSON schemas (#2871) ([4cff6ba](https://github.com/bitnami/charts/commit/4cff6ba8b0013b6dc368a1e7986c393e8447e75b)), closes [#2871](https://github.com/bitnami/charts/issues/2871) ## 9.3.12 (2020-06-17) -* [bitnami/wordpress] Fix docs to run as root (#2860) ([29041cb](https://github.com/bitnami/charts/commit/29041cb)), closes [#2860](https://github.com/bitnami/charts/issues/2860) +* [bitnami/wordpress] Fix docs to run as root (#2860) ([29041cb](https://github.com/bitnami/charts/commit/29041cbce918a868923c01c090a28f9f25356066)), closes [#2860](https://github.com/bitnami/charts/issues/2860) ## 9.3.11 (2020-06-11) -* [bitnami/wordpress] Release 9.3.11 updating components versions ([4cfe97a](https://github.com/bitnami/charts/commit/4cfe97a)) +* [bitnami/wordpress] Release 9.3.11 updating components versions ([4cfe97a](https://github.com/bitnami/charts/commit/4cfe97afb2616c21f296ce48a5bd75654e9cbf87)) ## 9.3.10 (2020-06-05) -* [bitnami/wordpress] Release 9.3.10 updating components versions ([20ba332](https://github.com/bitnami/charts/commit/20ba332)) +* [bitnami/wordpress] Release 9.3.10 updating components versions ([20ba332](https://github.com/bitnami/charts/commit/20ba332ed339f65d414d87c22638f971338b6011)) ## 9.3.9 (2020-06-04) -* [bitnami/wordpress] Release 9.3.9 updating components versions ([369df4f](https://github.com/bitnami/charts/commit/369df4f)) +* [bitnami/wordpress] Release 9.3.9 updating components versions ([369df4f](https://github.com/bitnami/charts/commit/369df4f5c20b238fd242e8b357754450bb8d47c0)) ## 9.3.8 (2020-06-03) -* [bitnami/wordpress] Release 9.3.8 updating components versions ([cd953d5](https://github.com/bitnami/charts/commit/cd953d5)) +* [bitnami/wordpress] Release 9.3.8 updating components versions ([cd953d5](https://github.com/bitnami/charts/commit/cd953d55172d5b718d573ed05f2e32341a7e85bf)) ## 9.3.7 (2020-06-02) -* [bitnami/wordpress] Release 9.3.7 updating components versions ([c42d6b4](https://github.com/bitnami/charts/commit/c42d6b4)) -* Add support for helm lint and helm install in PRs via GH Actions (#2721) ([5ed97f0](https://github.com/bitnami/charts/commit/5ed97f0)), closes [#2721](https://github.com/bitnami/charts/issues/2721) +* [bitnami/wordpress] Release 9.3.7 updating components versions ([c42d6b4](https://github.com/bitnami/charts/commit/c42d6b446768b8fc755353bbdaa0bb341cb63f38)) +* Add support for helm lint and helm install in PRs via GH Actions (#2721) ([5ed97f0](https://github.com/bitnami/charts/commit/5ed97f0c1ab49e7c7c3af81b888f41f50a7cfbab)), closes [#2721](https://github.com/bitnami/charts/issues/2721) ## 9.3.6 (2020-05-30) -* [bitnami/wordpress] Add more info about wordpressSkipInstall parameter (#2712) ([5bb49f5](https://github.com/bitnami/charts/commit/5bb49f5)), closes [#2712](https://github.com/bitnami/charts/issues/2712) +* [bitnami/wordpress] Add more info about wordpressSkipInstall parameter (#2712) ([5bb49f5](https://github.com/bitnami/charts/commit/5bb49f5920a3954c5a28749c00a9ed469479d16f)), closes [#2712](https://github.com/bitnami/charts/issues/2712) ## 9.3.5 (2020-05-28) -* [bitnami/wordpress] Release 9.3.5 updating components versions ([8ae0388](https://github.com/bitnami/charts/commit/8ae0388)) +* [bitnami/wordpress] Release 9.3.5 updating components versions ([8ae0388](https://github.com/bitnami/charts/commit/8ae038895700747a634fe07d5acef39a710808e9)) ## 9.3.4 (2020-05-28) -* [bitnami/wordpress] Release 9.3.4 updating components versions ([609cd24](https://github.com/bitnami/charts/commit/609cd24)) +* [bitnami/wordpress] Release 9.3.4 updating components versions ([609cd24](https://github.com/bitnami/charts/commit/609cd24afb84d338bc8d80a65cc970547cb0d401)) ## 9.3.3 (2020-05-21) -* [bitnami/wordpress] Add TLS parameter to values.yaml and schema (#2628) ([0153daf](https://github.com/bitnami/charts/commit/0153daf)), closes [#2628](https://github.com/bitnami/charts/issues/2628) +* [bitnami/wordpress] Add TLS parameter to values.yaml and schema (#2628) ([0153daf](https://github.com/bitnami/charts/commit/0153daf820cbcc10c679aec4af3b461172cd1df1)), closes [#2628](https://github.com/bitnami/charts/issues/2628) ## 9.3.2 (2020-05-20) -* [bitnami/wordpress] Release 9.3.2 updating components versions ([6fd9bbf](https://github.com/bitnami/charts/commit/6fd9bbf)) +* [bitnami/wordpress] Release 9.3.2 updating components versions ([6fd9bbf](https://github.com/bitnami/charts/commit/6fd9bbf3c448c07e729d81b311b217faee7638de)) ## 9.3.1 (2020-05-20) -* [bitnami/wordpress] Release 9.3.1 updating components versions ([e4be7e4](https://github.com/bitnami/charts/commit/e4be7e4)) +* [bitnami/wordpress] Release 9.3.1 updating components versions ([e4be7e4](https://github.com/bitnami/charts/commit/e4be7e4406bea95de731812b87770f3f55599315)) ## 9.3.0 (2020-05-20) -* [bitnami/wordpress] Allow custom readiness/liveness probes (#2625) ([68684c5](https://github.com/bitnami/charts/commit/68684c5)), closes [#2625](https://github.com/bitnami/charts/issues/2625) -* update bitnami/common to be compatible with helm v2.12+ (#2615) ([c7751eb](https://github.com/bitnami/charts/commit/c7751eb)), closes [#2615](https://github.com/bitnami/charts/issues/2615) +* [bitnami/wordpress] Allow custom readiness/liveness probes (#2625) ([68684c5](https://github.com/bitnami/charts/commit/68684c54db7e9d3730e4466ae6c6788b24740115)), closes [#2625](https://github.com/bitnami/charts/issues/2625) +* update bitnami/common to be compatible with helm v2.12+ (#2615) ([c7751eb](https://github.com/bitnami/charts/commit/c7751eb5764e468e1854b58a1b8491d2b13e0a4a)), closes [#2615](https://github.com/bitnami/charts/issues/2615) ## 9.2.5 (2020-05-18) -* [bitnami/wordpress] Release 9.2.5 updating components versions ([34b658a](https://github.com/bitnami/charts/commit/34b658a)) +* [bitnami/wordpress] Release 9.2.5 updating components versions ([34b658a](https://github.com/bitnami/charts/commit/34b658aa8218257f91fe241b5f4fb2bee5abbc02)) ## 9.2.4 (2020-05-07) -* [bitnami/wordpress] Release 9.2.4 updating components versions ([8dce093](https://github.com/bitnami/charts/commit/8dce093)) +* [bitnami/wordpress] Release 9.2.4 updating components versions ([8dce093](https://github.com/bitnami/charts/commit/8dce093c90ad398fa2a76a911a4ce95af3d4e5c0)) ## 9.2.3 (2020-05-06) -* [bitnami/wordpress] Release 9.2.3 updating components versions ([bf695f3](https://github.com/bitnami/charts/commit/bf695f3)) +* [bitnami/wordpress] Release 9.2.3 updating components versions ([bf695f3](https://github.com/bitnami/charts/commit/bf695f34024bead5d302e2a63a1d98f2598812b6)) ## 9.2.2 (2020-04-30) -* [bitnami/wordpress] Release 9.2.2 updating components versions ([a6b9b8d](https://github.com/bitnami/charts/commit/a6b9b8d)) +* [bitnami/wordpress] Release 9.2.2 updating components versions ([a6b9b8d](https://github.com/bitnami/charts/commit/a6b9b8dd0cc023c8a335919ef8593cc4c982fe7e)) ## 9.2.1 (2020-04-29) -* [bitnami/wordpress] Release 9.2.1 updating components versions ([c9fb251](https://github.com/bitnami/charts/commit/c9fb251)) +* [bitnami/wordpress] Release 9.2.1 updating components versions ([c9fb251](https://github.com/bitnami/charts/commit/c9fb25142b2cc0db4bb239ea84d91c2ae520b2a3)) ## 9.2.0 (2020-04-24) -* [bitnami/wordpress] give the posibility of persist .htaccess (#2330) ([84c39b3](https://github.com/bitnami/charts/commit/84c39b3)), closes [#2330](https://github.com/bitnami/charts/issues/2330) +* [bitnami/wordpress] give the posibility of persist .htaccess (#2330) ([84c39b3](https://github.com/bitnami/charts/commit/84c39b3ffdcc8dfe8670c46bef8df267a9b6f033)), closes [#2330](https://github.com/bitnami/charts/issues/2330) ## 9.1.10 (2020-04-23) -* [bitnami/wordpress] Release 9.1.10 updating components versions ([b4385a6](https://github.com/bitnami/charts/commit/b4385a6)) +* [bitnami/wordpress] Release 9.1.10 updating components versions ([b4385a6](https://github.com/bitnami/charts/commit/b4385a65d9d2392d33eaa22ba3629d778893cc55)) ## 9.1.9 (2020-04-22) -* [bitnami/wordpress] Release 9.1.9 updating components versions ([9185d03](https://github.com/bitnami/charts/commit/9185d03)) +* [bitnami/wordpress] Release 9.1.9 updating components versions ([9185d03](https://github.com/bitnami/charts/commit/9185d03e515220e83eb0b7964633f33a06d95d25)) ## 9.1.8 (2020-04-16) -* [bitnami/wordpress] Release 9.1.8 updating components versions ([bd7ff92](https://github.com/bitnami/charts/commit/bd7ff92)) +* [bitnami/wordpress] Release 9.1.8 updating components versions ([bd7ff92](https://github.com/bitnami/charts/commit/bd7ff92bfa1a6a9a532f205ff588a4d5b699a12a)) ## 9.1.7 (2020-04-16) -* [bitnami/wordpress] Add missing initContainers key (#2326) ([02e9131](https://github.com/bitnami/charts/commit/02e9131)), closes [#2326](https://github.com/bitnami/charts/issues/2326) +* [bitnami/wordpress] Add missing initContainers key (#2326) ([02e9131](https://github.com/bitnami/charts/commit/02e9131f7abbb3279314d109e0e755ff79d05844)), closes [#2326](https://github.com/bitnami/charts/issues/2326) ## 9.1.6 (2020-04-16) -* [bitnami/wordpress] Release 9.1.6 updating components versions ([11fd460](https://github.com/bitnami/charts/commit/11fd460)) +* [bitnami/wordpress] Release 9.1.6 updating components versions ([11fd460](https://github.com/bitnami/charts/commit/11fd4606ee7d7c0e6ead7007ba7b804d681cb182)) ## 9.1.5 (2020-04-15) -* [bitnami/wordpress] Release 9.1.5 updating components versions ([77767d9](https://github.com/bitnami/charts/commit/77767d9)) +* [bitnami/wordpress] Release 9.1.5 updating components versions ([77767d9](https://github.com/bitnami/charts/commit/77767d9de3cd736035b75879fd00503ffe62b458)) ## 9.1.4 (2020-04-10) -* [bitnami/wordpress] Change in the command of apache-exporter (#2276) ([56c0cdd](https://github.com/bitnami/charts/commit/56c0cdd)), closes [#2276](https://github.com/bitnami/charts/issues/2276) +* [bitnami/wordpress] Change in the command of apache-exporter (#2276) ([56c0cdd](https://github.com/bitnami/charts/commit/56c0cdd9df254ce380a3e5bc56d5ca58f696c36e)), closes [#2276](https://github.com/bitnami/charts/issues/2276) ## 9.1.3 (2020-04-08) -* [bitnami/wordpress] Release 9.1.3 updating components versions ([8f3b7ce](https://github.com/bitnami/charts/commit/8f3b7ce)) +* [bitnami/wordpress] Release 9.1.3 updating components versions ([8f3b7ce](https://github.com/bitnami/charts/commit/8f3b7cea39cd7994156a5f251f0dce1c0bb3e51e)) ## 9.1.2 (2020-04-08) -* [bitnami/wordpress] Release 9.1.2 updating components versions ([8bfc07b](https://github.com/bitnami/charts/commit/8bfc07b)) +* [bitnami/wordpress] Release 9.1.2 updating components versions ([8bfc07b](https://github.com/bitnami/charts/commit/8bfc07be31f765443ddf9f18864bdbdd334ec8be)) ## 9.1.1 (2020-03-25) -* [bitnami/wordpress] Release 9.1.1 updating components versions ([3b3f5d4](https://github.com/bitnami/charts/commit/3b3f5d4)) +* [bitnami/wordpress] Release 9.1.1 updating components versions ([3b3f5d4](https://github.com/bitnami/charts/commit/3b3f5d459f29e5db5c978b60485f43d0feb24a3b)) ## 9.1.0 (2020-03-23) -* [bitnami/wordpress]: add initContainers (#2058) ([83514e7](https://github.com/bitnami/charts/commit/83514e7)), closes [#2058](https://github.com/bitnami/charts/issues/2058) +* [bitnami/wordpress]: add initContainers (#2058) ([83514e7](https://github.com/bitnami/charts/commit/83514e79c0aad2845e4c81b81c15100200d5c8c9)), closes [#2058](https://github.com/bitnami/charts/issues/2058) ## 9.0.4 (2020-03-20) -* [bitnami/wordpress] Release 9.0.4 updating components versions ([86df9f1](https://github.com/bitnami/charts/commit/86df9f1)) +* [bitnami/wordpress] Release 9.0.4 updating components versions ([86df9f1](https://github.com/bitnami/charts/commit/86df9f1acbe0cd5c9fa2959a54b38f45d9d05c24)) ## 9.0.3 (2020-03-11) -* [bitnami/wordpress] Release 9.0.3 updating components versions ([fe09ccd](https://github.com/bitnami/charts/commit/fe09ccd)) +* [bitnami/wordpress] Release 9.0.3 updating components versions ([fe09ccd](https://github.com/bitnami/charts/commit/fe09ccd1970b01c39b3d6288ad7900bf53ec5ee7)) ## 9.0.2 (2020-03-11) -* Move charts from upstreamed folder to bitnami (#2032) ([a0e44f7](https://github.com/bitnami/charts/commit/a0e44f7)), closes [#2032](https://github.com/bitnami/charts/issues/2032) +* Move charts from upstreamed folder to bitnami (#2032) ([a0e44f7](https://github.com/bitnami/charts/commit/a0e44f7d6a10b8b5643186130ea420887cb72c7c)), closes [#2032](https://github.com/bitnami/charts/issues/2032) diff --git a/bitnami/wordpress/Chart.lock b/bitnami/wordpress/Chart.lock index 067d76172d33cc..b5fe3cffbc3613 100644 --- a/bitnami/wordpress/Chart.lock +++ b/bitnami/wordpress/Chart.lock @@ -1,12 +1,12 @@ dependencies: - name: memcached repository: oci://registry-1.docker.io/bitnamicharts - version: 7.3.0 + version: 7.4.1 - name: mariadb repository: oci://registry-1.docker.io/bitnamicharts - version: 18.0.6 + version: 18.2.0 - name: common repository: oci://registry-1.docker.io/bitnamicharts version: 2.19.3 -digest: sha256:35732a74b2ba7e4a3356880a19dd58c0ebbc22c0a7ac0d8551a62e81b8c0b486 -generated: "2024-05-20T20:58:04.995617872Z" +digest: sha256:b4071856266c177a21d38ace2be946f7a0d2682fa6d2d7e90d52573b44f2ab1c +generated: "2024-05-24T15:58:32.634931761Z" diff --git a/bitnami/wordpress/Chart.yaml b/bitnami/wordpress/Chart.yaml index 276ae0ce23a1ed..0006c0997513cd 100644 --- a/bitnami/wordpress/Chart.yaml +++ b/bitnami/wordpress/Chart.yaml @@ -10,7 +10,7 @@ annotations: - name: os-shell image: docker.io/bitnami/os-shell:12-debian-12-r21 - name: wordpress - image: docker.io/bitnami/wordpress:6.5.3-debian-12-r4 + image: docker.io/bitnami/wordpress:6.5.3-debian-12-r5 apiVersion: v2 appVersion: 6.5.3 dependencies: @@ -44,4 +44,4 @@ maintainers: name: wordpress sources: - https://github.com/bitnami/charts/tree/main/bitnami/wordpress -version: 22.3.0 +version: 22.3.1 diff --git a/bitnami/wordpress/values.yaml b/bitnami/wordpress/values.yaml index b5f2fe528bb582..61a68fc81fbc27 100644 --- a/bitnami/wordpress/values.yaml +++ b/bitnami/wordpress/values.yaml @@ -82,7 +82,7 @@ diagnosticMode: image: registry: docker.io repository: bitnami/wordpress - tag: 6.5.3-debian-12-r4 + tag: 6.5.3-debian-12-r5 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' From 82f2f80cf10a38b25c4937ed8a8b048afce47a48 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Sun, 26 May 2024 23:06:19 +0200 Subject: [PATCH 010/110] [bitnami/schema-registry] Release 18.1.3 (#26441) * [bitnami/schema-registry] Release 18.1.3 updating components versions Signed-off-by: Bitnami Containers * Update CHANGELOG.md Signed-off-by: Bitnami Containers --------- Signed-off-by: Bitnami Containers --- bitnami/schema-registry/CHANGELOG.md | 8 ++++++-- bitnami/schema-registry/Chart.yaml | 4 ++-- bitnami/schema-registry/values.yaml | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/bitnami/schema-registry/CHANGELOG.md b/bitnami/schema-registry/CHANGELOG.md index 281dbeeb77258e..eae7fbbf25441d 100644 --- a/bitnami/schema-registry/CHANGELOG.md +++ b/bitnami/schema-registry/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog -## 18.1.2 (2024-05-24) +## 18.1.3 (2024-05-26) -* [bitnami/schema-registry] Release 18.1.2 ([#26402](https://github.com/bitnami/charts/pull/26402)) +* [bitnami/schema-registry] Release 18.1.3 ([#26441](https://github.com/bitnami/charts/pull/26441)) + +## 18.1.2 (2024-05-24) + +* [bitnami/schema-registry] Release 18.1.2 (#26402) ([fb09f1b](https://github.com/bitnami/charts/commit/fb09f1b217cca6edcb49d16b421bd636deee1fae)), closes [#26402](https://github.com/bitnami/charts/issues/26402) ## 18.1.1 (2024-05-21) diff --git a/bitnami/schema-registry/Chart.yaml b/bitnami/schema-registry/Chart.yaml index 5bff28ea39edc6..fe0066b9b4f434 100644 --- a/bitnami/schema-registry/Chart.yaml +++ b/bitnami/schema-registry/Chart.yaml @@ -6,7 +6,7 @@ annotations: licenses: Apache-2.0 images: | - name: schema-registry - image: docker.io/bitnami/schema-registry:7.6.1-debian-12-r3 + image: docker.io/bitnami/schema-registry:7.6.1-debian-12-r4 apiVersion: v2 appVersion: 7.6.1 dependencies: @@ -34,4 +34,4 @@ maintainers: name: schema-registry sources: - https://github.com/bitnami/charts/tree/main/bitnami/schema-registry -version: 18.1.2 +version: 18.1.3 diff --git a/bitnami/schema-registry/values.yaml b/bitnami/schema-registry/values.yaml index fb792e05d1bbba..2c5710b5407267 100644 --- a/bitnami/schema-registry/values.yaml +++ b/bitnami/schema-registry/values.yaml @@ -78,7 +78,7 @@ diagnosticMode: image: registry: docker.io repository: bitnami/schema-registry - tag: 7.6.1-debian-12-r3 + tag: 7.6.1-debian-12-r4 digest: "" ## Specify a imagePullPolicy. Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images From 50f93a9612b15234a69eb4b83e29381a4a327868 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Sun, 26 May 2024 23:06:34 +0200 Subject: [PATCH 011/110] [bitnami/grafana-operator] Release 4.3.2 (#26440) * [bitnami/grafana-operator] Release 4.3.2 updating components versions Signed-off-by: Bitnami Containers * Update CHANGELOG.md Signed-off-by: Bitnami Containers * Update CRDs automatically Signed-off-by: Bitnami Containers --------- Signed-off-by: Bitnami Containers --- bitnami/grafana-operator/CHANGELOG.md | 8 +- bitnami/grafana-operator/Chart.yaml | 6 +- ...rafanaalertrulegroups.integreatly.org.yaml | 30 +- .../grafanacontactpoints.integreatly.org.yaml | 316 +++++++++++------- .../grafanadashboards.integreatly.org.yaml | 7 +- .../grafanadatasources.integreatly.org.yaml | 7 +- .../crds/grafanafolders.integreatly.org.yaml | 7 +- .../crds/grafanas.integreatly.org.yaml | 185 +++++++++- bitnami/grafana-operator/values.yaml | 2 +- 9 files changed, 441 insertions(+), 127 deletions(-) diff --git a/bitnami/grafana-operator/CHANGELOG.md b/bitnami/grafana-operator/CHANGELOG.md index 7bf1e0f6775555..8e77f58d6cc540 100644 --- a/bitnami/grafana-operator/CHANGELOG.md +++ b/bitnami/grafana-operator/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog -## 4.3.1 (2024-05-22) +## 4.3.2 (2024-05-26) -* [bitnami/grafana-operator] Use different liveness/readiness probes ([#26330](https://github.com/bitnami/charts/pulls/26330)) +* [bitnami/grafana-operator] Release 4.3.2 ([#26440](https://github.com/bitnami/charts/pull/26440)) + +## 4.3.1 (2024-05-24) + +* [bitnami/grafana-operator] Use different liveness/readiness probes (#26330) ([6fc05c7](https://github.com/bitnami/charts/commit/6fc05c74a7a363605861268951d110754c9ceede)), closes [#26330](https://github.com/bitnami/charts/issues/26330) ## 4.3.0 (2024-05-21) diff --git a/bitnami/grafana-operator/Chart.yaml b/bitnami/grafana-operator/Chart.yaml index 41b58bc2b17796..df5d5fbc9541f7 100644 --- a/bitnami/grafana-operator/Chart.yaml +++ b/bitnami/grafana-operator/Chart.yaml @@ -8,9 +8,9 @@ annotations: - name: grafana image: docker.io/bitnami/grafana:11.0.0-debian-12-r0 - name: grafana-operator - image: docker.io/bitnami/grafana-operator:5.9.0-debian-12-r3 + image: docker.io/bitnami/grafana-operator:5.9.1-debian-12-r0 apiVersion: v2 -appVersion: 5.9.0 +appVersion: 5.9.1 dependencies: - name: common repository: oci://registry-1.docker.io/bitnamicharts @@ -30,4 +30,4 @@ maintainers: name: grafana-operator sources: - https://github.com/bitnami/charts/tree/main/bitnami/grafana-operator -version: 4.3.1 +version: 4.3.2 diff --git a/bitnami/grafana-operator/crds/grafanaalertrulegroups.integreatly.org.yaml b/bitnami/grafana-operator/crds/grafanaalertrulegroups.integreatly.org.yaml index e98278ba05b2d2..b971c2718283b4 100644 --- a/bitnami/grafana-operator/crds/grafanaalertrulegroups.integreatly.org.yaml +++ b/bitnami/grafana-operator/crds/grafanaalertrulegroups.integreatly.org.yaml @@ -1,5 +1,5 @@ # Source: https://raw.githubusercontent.com/grafana/grafana-operator/v{version}/deploy/helm/grafana-operator/crds/grafana.integreatly.org_grafanaalertrulegroups.yaml -# Version: 5.9.0 +# Version: 5.9.1 --- apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition @@ -47,17 +47,22 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string type: object type: object x-kubernetes-map-type: atomic + x-kubernetes-validations: + - message: Value is immutable + rule: self == oldSelf interval: format: duration pattern: ^([0-9]+(\.[0-9]+)?(ns|us|µs|ms|s|m|h))+$ @@ -103,6 +108,7 @@ spec: - OK - Alerting - Error + - KeepLast type: string for: format: duration @@ -119,7 +125,29 @@ spec: - Alerting - NoData - OK + - KeepLast type: string + notificationSettings: + properties: + group_by: + items: + type: string + type: array + group_interval: + type: string + group_wait: + type: string + mute_time_intervals: + items: + type: string + type: array + receiver: + type: string + repeat_interval: + type: string + required: + - receiver + type: object title: example: Always firing maxLength: 190 diff --git a/bitnami/grafana-operator/crds/grafanacontactpoints.integreatly.org.yaml b/bitnami/grafana-operator/crds/grafanacontactpoints.integreatly.org.yaml index 88f1ac747fdebc..b971c2718283b4 100644 --- a/bitnami/grafana-operator/crds/grafanacontactpoints.integreatly.org.yaml +++ b/bitnami/grafana-operator/crds/grafanacontactpoints.integreatly.org.yaml @@ -1,139 +1,223 @@ # Source: https://raw.githubusercontent.com/grafana/grafana-operator/v{version}/deploy/helm/grafana-operator/crds/grafana.integreatly.org_grafanaalertrulegroups.yaml -# Version: 5.9.0 +# Version: 5.9.1 --- apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: controller-gen.kubebuilder.io/version: v0.14.0 - name: grafanacontactpoints.grafana.integreatly.org + name: grafanaalertrulegroups.grafana.integreatly.org spec: group: grafana.integreatly.org names: - kind: GrafanaContactPoint - listKind: GrafanaContactPointList - plural: grafanacontactpoints - singular: grafanacontactpoint + kind: GrafanaAlertRuleGroup + listKind: GrafanaAlertRuleGroupList + plural: grafanaalertrulegroups + singular: grafanaalertrulegroup scope: Namespaced versions: - - name: v1beta1 - schema: - openAPIV3Schema: - properties: - apiVersion: - type: string - kind: - type: string - metadata: - type: object - spec: - properties: - allowCrossNamespaceImport: - type: boolean - disableResolveMessage: - type: boolean - instanceSelector: + - name: v1beta1 + schema: + openAPIV3Schema: + properties: + apiVersion: + type: string + kind: + type: string + metadata: + type: object + spec: + properties: + allowCrossNamespaceImport: + type: boolean + folderRef: + type: string + folderUID: + type: string + instanceSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + x-kubernetes-list-type: atomic + required: + - key + - operator + type: object + type: array + x-kubernetes-list-type: atomic + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + x-kubernetes-validations: + - message: Value is immutable + rule: self == oldSelf + interval: + format: duration + pattern: ^([0-9]+(\.[0-9]+)?(ns|us|µs|ms|s|m|h))+$ + type: string + resyncPeriod: + default: 10m + format: duration + pattern: ^([0-9]+(\.[0-9]+)?(ns|us|µs|ms|s|m|h))+$ + type: string + rules: + items: properties: - matchExpressions: + annotations: + additionalProperties: + type: string + type: object + condition: + type: string + data: items: properties: - key: + datasourceUid: + type: string + model: + x-kubernetes-preserve-unknown-fields: true + queryType: type: string - operator: + refId: type: string - values: - items: - type: string - type: array - required: - - key - - operator + relativeTimeRange: + properties: + from: + format: int64 + type: integer + to: + format: int64 + type: integer + type: object type: object type: array - matchLabels: + execErrState: + enum: + - OK + - Alerting + - Error + - KeepLast + type: string + for: + format: duration + pattern: ^([0-9]+(\.[0-9]+)?(ns|us|µs|ms|s|m|h))+$ + type: string + isPaused: + type: boolean + labels: additionalProperties: type: string type: object + noDataState: + enum: + - Alerting + - NoData + - OK + - KeepLast + type: string + notificationSettings: + properties: + group_by: + items: + type: string + type: array + group_interval: + type: string + group_wait: + type: string + mute_time_intervals: + items: + type: string + type: array + receiver: + type: string + repeat_interval: + type: string + required: + - receiver + type: object + title: + example: Always firing + maxLength: 190 + minLength: 1 + type: string + uid: + pattern: ^[a-zA-Z0-9-_]+$ + type: string + required: + - condition + - data + - execErrState + - for + - noDataState + - title + - uid type: object - x-kubernetes-map-type: atomic - name: - type: string - resyncPeriod: - default: 10m - format: duration - pattern: ^([0-9]+(\.[0-9]+)?(ns|us|µs|ms|s|m|h))+$ - type: string - settings: - x-kubernetes-preserve-unknown-fields: true - type: - enum: - - alertmanager - - dingding - - discord - - email - - googlechat - - kafka - - line - - opsgenie - - pagerduty - - pushover - - sensugo - - slack - - teams - - telegram - - threema - - victorops - - webhook - - wecom - type: string - required: - - instanceSelector - - name - - settings - type: object - status: - properties: - conditions: - items: - properties: - lastTransitionTime: - format: date-time - type: string - message: - maxLength: 32768 - type: string - observedGeneration: - format: int64 - minimum: 0 - type: integer - reason: - maxLength: 1024 - minLength: 1 - pattern: ^[A-Za-z]([A-Za-z0-9_,:]*[A-Za-z0-9_])?$ - type: string - status: - enum: - - "True" - - "False" - - Unknown - type: string - type: - maxLength: 316 - pattern: ^([a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*/)?(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])$ - type: string - required: - - lastTransitionTime - - message - - reason - - status - - type - type: object - type: array - required: - - conditions - type: object - type: object - served: true - storage: true - subresources: - status: {} + type: array + required: + - instanceSelector + - interval + - rules + type: object + x-kubernetes-validations: + - message: Only one of FolderUID or FolderRef can be set + rule: (has(self.folderUID) && !(has(self.folderRef))) || (has(self.folderRef) + && !(has(self.folderUID))) + status: + properties: + conditions: + items: + properties: + lastTransitionTime: + format: date-time + type: string + message: + maxLength: 32768 + type: string + observedGeneration: + format: int64 + minimum: 0 + type: integer + reason: + maxLength: 1024 + minLength: 1 + pattern: ^[A-Za-z]([A-Za-z0-9_,:]*[A-Za-z0-9_])?$ + type: string + status: + enum: + - "True" + - "False" + - Unknown + type: string + type: + maxLength: 316 + pattern: ^([a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*/)?(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])$ + type: string + required: + - lastTransitionTime + - message + - reason + - status + - type + type: object + type: array + required: + - conditions + type: object + type: object + served: true + storage: true + subresources: + status: {} diff --git a/bitnami/grafana-operator/crds/grafanadashboards.integreatly.org.yaml b/bitnami/grafana-operator/crds/grafanadashboards.integreatly.org.yaml index 11fe87979cece7..50f90fb4f0d323 100644 --- a/bitnami/grafana-operator/crds/grafanadashboards.integreatly.org.yaml +++ b/bitnami/grafana-operator/crds/grafanadashboards.integreatly.org.yaml @@ -1,5 +1,5 @@ # Source: https://raw.githubusercontent.com/grafana/grafana-operator/v{version}/deploy/helm/grafana-operator/crds/grafana.integreatly.org_grafanadashboards.yaml -# Version: 5.9.0 +# Version: 5.9.1 --- apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition @@ -161,17 +161,22 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string type: object type: object x-kubernetes-map-type: atomic + x-kubernetes-validations: + - message: Value is immutable + rule: self == oldSelf json: type: string jsonnet: diff --git a/bitnami/grafana-operator/crds/grafanadatasources.integreatly.org.yaml b/bitnami/grafana-operator/crds/grafanadatasources.integreatly.org.yaml index a71a066c4f78c3..8ed6d8a8fd76ed 100644 --- a/bitnami/grafana-operator/crds/grafanadatasources.integreatly.org.yaml +++ b/bitnami/grafana-operator/crds/grafanadatasources.integreatly.org.yaml @@ -1,5 +1,5 @@ # Source: https://raw.githubusercontent.com/grafana/grafana-operator/v{version}/deploy/helm/grafana-operator/crds/grafana.integreatly.org_grafanadatasources.yaml -# Version: 5.9.0 +# Version: 5.9.1 --- apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition @@ -88,17 +88,22 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string type: object type: object x-kubernetes-map-type: atomic + x-kubernetes-validations: + - message: Value is immutable + rule: self == oldSelf plugins: items: properties: diff --git a/bitnami/grafana-operator/crds/grafanafolders.integreatly.org.yaml b/bitnami/grafana-operator/crds/grafanafolders.integreatly.org.yaml index 51855639673c2d..5c5901b56281c6 100644 --- a/bitnami/grafana-operator/crds/grafanafolders.integreatly.org.yaml +++ b/bitnami/grafana-operator/crds/grafanafolders.integreatly.org.yaml @@ -1,5 +1,5 @@ # Source: https://raw.githubusercontent.com/grafana/grafana-operator/v{version}/deploy/helm/grafana-operator/crds/grafana.integreatly.org_grafanafolders.yaml -# Version: 5.9.0 +# Version: 5.9.1 --- apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition @@ -50,17 +50,22 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string type: object type: object x-kubernetes-map-type: atomic + x-kubernetes-validations: + - message: Value is immutable + rule: self == oldSelf permissions: type: string resyncPeriod: diff --git a/bitnami/grafana-operator/crds/grafanas.integreatly.org.yaml b/bitnami/grafana-operator/crds/grafanas.integreatly.org.yaml index f7017376951a5e..3f2d06ba55a025 100644 --- a/bitnami/grafana-operator/crds/grafanas.integreatly.org.yaml +++ b/bitnami/grafana-operator/crds/grafanas.integreatly.org.yaml @@ -1,5 +1,5 @@ # Source: https://raw.githubusercontent.com/grafana/grafana-operator/v{version}/deploy/helm/grafana-operator/crds/grafana.integreatly.org_grafanas.yaml -# Version: 5.9.0 +# Version: 5.9.1 --- apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition @@ -99,11 +99,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -166,11 +168,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchFields: items: properties: @@ -182,11 +186,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic type: object x-kubernetes-map-type: atomic weight: @@ -197,6 +203,7 @@ spec: - weight type: object type: array + x-kubernetes-list-type: atomic requiredDuringSchedulingIgnoredDuringExecution: properties: nodeSelectorTerms: @@ -213,11 +220,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchFields: items: properties: @@ -229,14 +238,17 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic type: object x-kubernetes-map-type: atomic type: array + x-kubernetes-list-type: atomic required: - nodeSelectorTerms type: object @@ -262,11 +274,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -296,11 +310,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -311,6 +327,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic topologyKey: type: string required: @@ -324,6 +341,7 @@ spec: - weight type: object type: array + x-kubernetes-list-type: atomic requiredDuringSchedulingIgnoredDuringExecution: items: properties: @@ -340,11 +358,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -374,11 +394,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -389,12 +411,14 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic topologyKey: type: string required: - topologyKey type: object type: array + x-kubernetes-list-type: atomic type: object podAntiAffinity: properties: @@ -416,11 +440,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -450,11 +476,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -465,6 +493,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic topologyKey: type: string required: @@ -478,6 +507,7 @@ spec: - weight type: object type: array + x-kubernetes-list-type: atomic requiredDuringSchedulingIgnoredDuringExecution: items: properties: @@ -494,11 +524,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -528,11 +560,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -543,12 +577,14 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic topologyKey: type: string required: - topologyKey type: object type: array + x-kubernetes-list-type: atomic type: object type: object automountServiceAccountToken: @@ -560,10 +596,12 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic command: items: type: string type: array + x-kubernetes-list-type: atomic env: items: properties: @@ -628,6 +666,9 @@ spec: - name type: object type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map envFrom: items: properties: @@ -651,6 +692,7 @@ spec: x-kubernetes-map-type: atomic type: object type: array + x-kubernetes-list-type: atomic image: type: string imagePullPolicy: @@ -665,6 +707,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object httpGet: properties: @@ -682,6 +725,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -723,6 +767,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object httpGet: properties: @@ -740,6 +785,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -782,6 +828,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -812,6 +859,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -886,6 +934,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -916,6 +965,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -1006,16 +1056,27 @@ spec: properties: allowPrivilegeEscalation: type: boolean + appArmorProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object capabilities: properties: add: items: type: string type: array + x-kubernetes-list-type: atomic drop: items: type: string type: array + x-kubernetes-list-type: atomic type: object privileged: type: boolean @@ -1071,6 +1132,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -1101,6 +1163,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -1163,6 +1226,9 @@ spec: - name type: object type: array + x-kubernetes-list-map-keys: + - devicePath + x-kubernetes-list-type: map volumeMounts: items: properties: @@ -1174,6 +1240,8 @@ spec: type: string readOnly: type: boolean + recursiveReadOnly: + type: string subPath: type: string subPathExpr: @@ -1183,6 +1251,9 @@ spec: - name type: object type: array + x-kubernetes-list-map-keys: + - mountPath + x-kubernetes-list-type: map workingDir: type: string required: @@ -1195,6 +1266,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic options: items: properties: @@ -1204,10 +1276,12 @@ spec: type: string type: object type: array + x-kubernetes-list-type: atomic searches: items: type: string type: array + x-kubernetes-list-type: atomic type: object dnsPolicy: type: string @@ -1220,10 +1294,12 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic command: items: type: string type: array + x-kubernetes-list-type: atomic env: items: properties: @@ -1288,6 +1364,9 @@ spec: - name type: object type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map envFrom: items: properties: @@ -1311,6 +1390,7 @@ spec: x-kubernetes-map-type: atomic type: object type: array + x-kubernetes-list-type: atomic image: type: string imagePullPolicy: @@ -1325,6 +1405,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object httpGet: properties: @@ -1342,6 +1423,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -1383,6 +1465,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object httpGet: properties: @@ -1400,6 +1483,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -1442,6 +1526,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -1472,6 +1557,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -1546,6 +1632,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -1576,6 +1663,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -1666,16 +1754,27 @@ spec: properties: allowPrivilegeEscalation: type: boolean + appArmorProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object capabilities: properties: add: items: type: string type: array + x-kubernetes-list-type: atomic drop: items: type: string type: array + x-kubernetes-list-type: atomic type: object privileged: type: boolean @@ -1731,6 +1830,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -1761,6 +1861,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -1825,6 +1926,9 @@ spec: - name type: object type: array + x-kubernetes-list-map-keys: + - devicePath + x-kubernetes-list-type: map volumeMounts: items: properties: @@ -1836,6 +1940,8 @@ spec: type: string readOnly: type: boolean + recursiveReadOnly: + type: string subPath: type: string subPathExpr: @@ -1845,6 +1951,9 @@ spec: - name type: object type: array + x-kubernetes-list-map-keys: + - mountPath + x-kubernetes-list-type: map workingDir: type: string required: @@ -1858,6 +1967,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic ip: type: string type: object @@ -1887,10 +1997,12 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic command: items: type: string type: array + x-kubernetes-list-type: atomic env: items: properties: @@ -1955,6 +2067,9 @@ spec: - name type: object type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map envFrom: items: properties: @@ -1978,6 +2093,7 @@ spec: x-kubernetes-map-type: atomic type: object type: array + x-kubernetes-list-type: atomic image: type: string imagePullPolicy: @@ -1992,6 +2108,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object httpGet: properties: @@ -2009,6 +2126,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -2050,6 +2168,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object httpGet: properties: @@ -2067,6 +2186,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -2109,6 +2229,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -2139,6 +2260,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -2213,6 +2335,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -2243,6 +2366,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -2333,16 +2457,27 @@ spec: properties: allowPrivilegeEscalation: type: boolean + appArmorProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object capabilities: properties: add: items: type: string type: array + x-kubernetes-list-type: atomic drop: items: type: string type: array + x-kubernetes-list-type: atomic type: object privileged: type: boolean @@ -2398,6 +2533,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic type: object failureThreshold: format: int32 @@ -2428,6 +2564,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic path: type: string port: @@ -2490,6 +2627,9 @@ spec: - name type: object type: array + x-kubernetes-list-map-keys: + - devicePath + x-kubernetes-list-type: map volumeMounts: items: properties: @@ -2501,6 +2641,8 @@ spec: type: string readOnly: type: boolean + recursiveReadOnly: + type: string subPath: type: string subPathExpr: @@ -2510,6 +2652,9 @@ spec: - name type: object type: array + x-kubernetes-list-map-keys: + - mountPath + x-kubernetes-list-type: map workingDir: type: string required: @@ -2562,6 +2707,15 @@ spec: type: string securityContext: properties: + appArmorProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object fsGroup: format: int64 type: integer @@ -2600,6 +2754,7 @@ spec: format: int64 type: integer type: array + x-kubernetes-list-type: atomic sysctls: items: properties: @@ -2612,6 +2767,7 @@ spec: - value type: object type: array + x-kubernetes-list-type: atomic windowsOptions: properties: gmsaCredentialSpec: @@ -2669,11 +2825,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -2762,6 +2920,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic path: type: string readOnly: @@ -2816,6 +2975,7 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic name: type: string optional: @@ -2886,6 +3046,7 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic type: object emptyDir: properties: @@ -2910,6 +3071,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic dataSource: properties: apiGroup: @@ -2969,11 +3131,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -3006,10 +3170,12 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic wwids: items: type: string type: array + x-kubernetes-list-type: atomic type: object flexVolume: properties: @@ -3106,6 +3272,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic readOnly: type: boolean secretRef: @@ -3187,11 +3354,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -3226,6 +3395,7 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic name: type: string optional: @@ -3272,6 +3442,7 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic type: object secret: properties: @@ -3290,6 +3461,7 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic name: type: string optional: @@ -3310,6 +3482,7 @@ spec: type: object type: object type: array + x-kubernetes-list-type: atomic type: object quobyte: properties: @@ -3341,6 +3514,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic pool: type: string readOnly: @@ -3408,6 +3582,7 @@ spec: - path type: object type: array + x-kubernetes-list-type: atomic optional: type: boolean secretName: @@ -3629,11 +3804,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -3730,11 +3907,13 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic required: - key - operator type: object type: array + x-kubernetes-list-type: atomic matchLabels: additionalProperties: type: string @@ -3862,6 +4041,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic externalName: type: string externalTrafficPolicy: @@ -3886,6 +4066,7 @@ spec: items: type: string type: array + x-kubernetes-list-type: atomic ports: items: properties: @@ -3933,6 +4114,8 @@ spec: type: integer type: object type: object + trafficDistribution: + type: string type: type: string type: object diff --git a/bitnami/grafana-operator/values.yaml b/bitnami/grafana-operator/values.yaml index b2cf2d46a6c0ad..7ddeef1c5c06ea 100644 --- a/bitnami/grafana-operator/values.yaml +++ b/bitnami/grafana-operator/values.yaml @@ -158,7 +158,7 @@ operator: image: registry: docker.io repository: bitnami/grafana-operator - tag: 5.9.0-debian-12-r3 + tag: 5.9.1-debian-12-r0 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' From d9664199abc3f0b025546b05686b1e1daff07341 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Mon, 27 May 2024 02:02:15 +0200 Subject: [PATCH 012/110] [bitnami/fluent-bit] Release 2.2.2 (#26442) * [bitnami/fluent-bit] Release 2.2.2 updating components versions Signed-off-by: Bitnami Containers * Update CHANGELOG.md Signed-off-by: Bitnami Containers --------- Signed-off-by: Bitnami Containers --- bitnami/fluent-bit/CHANGELOG.md | 8 ++++++-- bitnami/fluent-bit/Chart.yaml | 6 +++--- bitnami/fluent-bit/values.yaml | 2 +- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/bitnami/fluent-bit/CHANGELOG.md b/bitnami/fluent-bit/CHANGELOG.md index 26c49b64ac0ebf..8df0b76587e779 100644 --- a/bitnami/fluent-bit/CHANGELOG.md +++ b/bitnami/fluent-bit/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog -## 2.2.1 (2024-05-24) +## 2.2.2 (2024-05-26) -* [bitnami/fluent-bit] Release 2.2.1 ([#26418](https://github.com/bitnami/charts/pull/26418)) +* [bitnami/fluent-bit] Release 2.2.2 ([#26442](https://github.com/bitnami/charts/pull/26442)) + +## 2.2.1 (2024-05-24) + +* [bitnami/fluent-bit] Release 2.2.1 (#26418) ([a77aee2](https://github.com/bitnami/charts/commit/a77aee26883a604a8e5fe8d81ffe05a1142d9857)), closes [#26418](https://github.com/bitnami/charts/issues/26418) ## 2.2.0 (2024-05-21) diff --git a/bitnami/fluent-bit/Chart.yaml b/bitnami/fluent-bit/Chart.yaml index d2a5d30424553f..01708c78a4850d 100644 --- a/bitnami/fluent-bit/Chart.yaml +++ b/bitnami/fluent-bit/Chart.yaml @@ -6,9 +6,9 @@ annotations: licenses: Apache-2.0 images: | - name: fluent-bit - image: docker.io/bitnami/fluent-bit:3.0.5-debian-12-r0 + image: docker.io/bitnami/fluent-bit:3.0.6-debian-12-r0 apiVersion: v2 -appVersion: 3.0.5 +appVersion: 3.0.6 dependencies: - name: common repository: oci://registry-1.docker.io/bitnamicharts @@ -28,4 +28,4 @@ maintainers: name: fluent-bit sources: - https://github.com/bitnami/charts/tree/main/bitnami/fluent-bit -version: 2.2.1 +version: 2.2.2 diff --git a/bitnami/fluent-bit/values.yaml b/bitnami/fluent-bit/values.yaml index 0ad76a49fe4918..b1e62e6457619c 100644 --- a/bitnami/fluent-bit/values.yaml +++ b/bitnami/fluent-bit/values.yaml @@ -76,7 +76,7 @@ diagnosticMode: image: registry: docker.io repository: bitnami/fluent-bit - tag: 3.0.5-debian-12-r0 + tag: 3.0.6-debian-12-r0 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' From 195c4900ab98bded8a57a3b00c0aad8fe473c721 Mon Sep 17 00:00:00 2001 From: Fran Mulero Date: Mon, 27 May 2024 08:47:25 +0200 Subject: [PATCH 013/110] [bitnami/fluentd] Enable PodDisruptionBudgets (#26431) * [bitnami/fluentd] Enable PodDisruptionBudgets Signed-off-by: Fran Mulero * Update CHANGELOG.md Signed-off-by: Bitnami Containers --------- Signed-off-by: Fran Mulero Signed-off-by: Bitnami Containers Co-authored-by: Bitnami Containers --- bitnami/fluentd/CHANGELOG.md | 8 ++++-- bitnami/fluentd/Chart.yaml | 2 +- bitnami/fluentd/README.md | 3 ++ bitnami/fluentd/templates/aggregator-pdb.yaml | 28 +++++++++++++++++++ bitnami/fluentd/values.yaml | 10 +++++++ 5 files changed, 48 insertions(+), 3 deletions(-) create mode 100644 bitnami/fluentd/templates/aggregator-pdb.yaml diff --git a/bitnami/fluentd/CHANGELOG.md b/bitnami/fluentd/CHANGELOG.md index 106d6a0297f3f7..92bda14ade17a7 100644 --- a/bitnami/fluentd/CHANGELOG.md +++ b/bitnami/fluentd/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog -## 6.3.2 (2024-05-23) +## 6.4.0 (2024-05-24) -* [bitnami/fluentd] Use different liveness/readiness probes (part 2) ([#26358](https://github.com/bitnami/charts/pull/26358)) +* [bitnami/fluentd] Enable PodDisruptionBudgets ([#26431](https://github.com/bitnami/charts/pull/26431)) + +## 6.3.2 (2024-05-23) + +* [bitnami/fluentd] Use different liveness/readiness probes (part 2) (#26358) ([14d5e15](https://github.com/bitnami/charts/commit/14d5e15087bbef59ea6354249b28ee537d9c7278)), closes [#26358](https://github.com/bitnami/charts/issues/26358) ## 6.3.1 (2024-05-22) diff --git a/bitnami/fluentd/Chart.yaml b/bitnami/fluentd/Chart.yaml index dc4b19af80b52b..b782b989d74c56 100644 --- a/bitnami/fluentd/Chart.yaml +++ b/bitnami/fluentd/Chart.yaml @@ -30,4 +30,4 @@ maintainers: name: fluentd sources: - https://github.com/bitnami/charts/tree/main/bitnami/fluentd -version: 6.3.2 +version: 6.4.0 diff --git a/bitnami/fluentd/README.md b/bitnami/fluentd/README.md index 043d4b509c1c77..e94dbe042fbfcb 100644 --- a/bitnami/fluentd/README.md +++ b/bitnami/fluentd/README.md @@ -476,6 +476,9 @@ As an alternative, you can use of the preset configurations for pod affinity, po | `aggregator.initScripts` | Dictionary of init scripts. Evaluated as a template. | `{}` | | `aggregator.initScriptsCM` | ConfigMap with the init scripts. Evaluated as a template. | `""` | | `aggregator.initScriptsSecret` | Secret containing `/docker-entrypoint-initdb.d` scripts to be executed at initialization time that contain sensitive data. Evaluated as a template. | `""` | +| `aggregator.pdb.create` | Enable/disable a Pod Disruption Budget creation | `true` | +| `aggregator.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `""` | +| `aggregator.pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable.Defaults to `1` if both `secondary.pdb.minAvailable` and `secondary.pdb.maxUnavailable` are empty. | `""` | | `metrics.enabled` | Enable the export of Prometheus metrics | `false` | | `metrics.service.type` | Prometheus metrics service type | `ClusterIP` | | `metrics.service.port` | Prometheus metrics service port | `24231` | diff --git a/bitnami/fluentd/templates/aggregator-pdb.yaml b/bitnami/fluentd/templates/aggregator-pdb.yaml new file mode 100644 index 00000000000000..61a1647da26ca6 --- /dev/null +++ b/bitnami/fluentd/templates/aggregator-pdb.yaml @@ -0,0 +1,28 @@ +{{- /* +Copyright Broadcom, Inc. All Rights Reserved. +SPDX-License-Identifier: APACHE-2.0 +*/}} + +{{- if and .Values.aggregator.enabled .Values.aggregator.pdb.create }} +apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} +kind: PodDisruptionBudget +metadata: + name: {{ include "common.names.fullname" . }} + namespace: {{ include "common.names.namespace" . | quote }} + labels: {{- include "common.labels.standard" ( dict "customLabels" .Values.commonLabels "context" $ ) | nindent 4 }} + app.kubernetes.io/component: aggregator + {{- if .Values.commonAnnotations }} + annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }} + {{- end }} +spec: + {{- if .Values.aggregator.pdb.minAvailable }} + minAvailable: {{ .Values.aggregator.pdb.minAvailable }} + {{- end }} + {{- if or .Values.aggregator.pdb.maxUnavailable (not .Values.aggregator.pdb.minAvailable) }} + maxUnavailable: {{ .Values.aggregator.pdb.maxUnavailable | default 1 }} + {{- end }} + {{- $podLabels := include "common.tplvalues.merge" (dict "values" (list .Values.aggregator.podLabels .Values.commonLabels) "context" .) }} + selector: + matchLabels: {{- include "common.labels.matchLabels" ( dict "customLabels" $podLabels "context" $ ) | nindent 6 }} + app.kubernetes.io/component: aggregator +{{- end }} diff --git a/bitnami/fluentd/values.yaml b/bitnami/fluentd/values.yaml index a04cc859d04753..7948501b8c54fd 100644 --- a/bitnami/fluentd/values.yaml +++ b/bitnami/fluentd/values.yaml @@ -1445,6 +1445,16 @@ aggregator: ## @param aggregator.initScriptsSecret Secret containing `/docker-entrypoint-initdb.d` scripts to be executed at initialization time that contain sensitive data. Evaluated as a template. ## initScriptsSecret: "" + ## Pod Disruption Budget configuration + ## ref: https://kubernetes.io/docs/tasks/run-application/configure-pdb + ## @param aggregator.pdb.create Enable/disable a Pod Disruption Budget creation + ## @param aggregator.pdb.minAvailable Minimum number/percentage of pods that should remain scheduled + ## @param aggregator.pdb.maxUnavailable Maximum number/percentage of pods that may be made unavailable.Defaults to `1` if both `secondary.pdb.minAvailable` and `secondary.pdb.maxUnavailable` are empty. + ## + pdb: + create: true + minAvailable: "" + maxUnavailable: "" ## Prometheus Exporter / Metrics ## metrics: From 23f140fb6d332799279386c2c403cbb2ec580cd4 Mon Sep 17 00:00:00 2001 From: Fran Mulero Date: Mon, 27 May 2024 08:48:27 +0200 Subject: [PATCH 014/110] [bitnami/ejbca] Enable PodDisruptionBudgets (#26427) * [bitnami/ejbca] Enable PodDisruptionBudgets Signed-off-by: Fran Mulero * Update CHANGELOG.md Signed-off-by: Bitnami Containers --------- Signed-off-by: Fran Mulero Signed-off-by: Bitnami Containers Co-authored-by: Bitnami Containers --- bitnami/ejbca/CHANGELOG.md | 411 ++++++++++++++++--------------- bitnami/ejbca/Chart.yaml | 2 +- bitnami/ejbca/README.md | 3 + bitnami/ejbca/templates/pdb.yaml | 26 ++ bitnami/ejbca/values.yaml | 10 + 5 files changed, 248 insertions(+), 204 deletions(-) create mode 100644 bitnami/ejbca/templates/pdb.yaml diff --git a/bitnami/ejbca/CHANGELOG.md b/bitnami/ejbca/CHANGELOG.md index ec431e422dd9c3..eef7fd10f2bc09 100644 --- a/bitnami/ejbca/CHANGELOG.md +++ b/bitnami/ejbca/CHANGELOG.md @@ -1,636 +1,641 @@ # Changelog +## 14.2.0 (2024-05-24) + +* [bitnami/ejbca] Enable PodDisruptionBudgets ([#26427](https://github.com/bitnami/charts/pull/26427)) + ## 14.1.0 (2024-05-21) -* [bitnami/ejbca] feat: :sparkles: :lock: Add warning when original images are replaced ([#26196](https://github.com/bitnami/charts/pulls/26196)) +* [bitnami/*] ci: :construction_worker: Add tag and changelog support (#25359) ([91c707c](https://github.com/bitnami/charts/commit/91c707c9e4e574725a09505d2d313fb93f1b4c0a)), closes [#25359](https://github.com/bitnami/charts/issues/25359) +* [bitnami/ejbca] feat: :sparkles: :lock: Add warning when original images are replaced (#26196) ([2527970](https://github.com/bitnami/charts/commit/2527970fe784c1e3949d2731c2a250ef8c39bcc4)), closes [#26196](https://github.com/bitnami/charts/issues/26196) ## 14.0.5 (2024-05-20) -* [bitnami/ejbca] Use different liveness/readiness probes (#25988) ([8b9a7e6](https://github.com/bitnami/charts/commit/8b9a7e6)), closes [#25988](https://github.com/bitnami/charts/issues/25988) +* [bitnami/ejbca] Use different liveness/readiness probes (#25988) ([8b9a7e6](https://github.com/bitnami/charts/commit/8b9a7e674f1ddd61e71250858b819056aeaff5ad)), closes [#25988](https://github.com/bitnami/charts/issues/25988) ## 14.0.4 (2024-05-18) -* [bitnami/ejbca] Release 14.0.4 updating components versions (#26009) ([23de6de](https://github.com/bitnami/charts/commit/23de6de)), closes [#26009](https://github.com/bitnami/charts/issues/26009) +* [bitnami/ejbca] Release 14.0.4 updating components versions (#26009) ([23de6de](https://github.com/bitnami/charts/commit/23de6def0b5443296642ba8f29cf9a80a0a6ee07)), closes [#26009](https://github.com/bitnami/charts/issues/26009) ## 14.0.3 (2024-05-13) -* [bitnami/ejbca] Release 14.0.3 updating components versions (#25747) ([84c3dd0](https://github.com/bitnami/charts/commit/84c3dd0)), closes [#25747](https://github.com/bitnami/charts/issues/25747) +* [bitnami/ejbca] Release 14.0.3 updating components versions (#25747) ([84c3dd0](https://github.com/bitnami/charts/commit/84c3dd0366038001c27502873ab7f62fa0ee6ada)), closes [#25747](https://github.com/bitnami/charts/issues/25747) ## 14.0.2 (2024-05-12) -* [bitnami/*] Change non-root and rolling-tags doc URLs (#25628) ([b067c94](https://github.com/bitnami/charts/commit/b067c94)), closes [#25628](https://github.com/bitnami/charts/issues/25628) -* [bitnami/*] Set new header/owner (#25558) ([8d1dc11](https://github.com/bitnami/charts/commit/8d1dc11)), closes [#25558](https://github.com/bitnami/charts/issues/25558) -* [bitnami/ejbca] Release 14.0.2 updating components versions (#25685) ([8dfb703](https://github.com/bitnami/charts/commit/8dfb703)), closes [#25685](https://github.com/bitnami/charts/issues/25685) -* [bitnami/multiple charts] Fix typo: "NetworkPolice" vs "NetworkPolicy" (#25348) ([6970c1b](https://github.com/bitnami/charts/commit/6970c1b)), closes [#25348](https://github.com/bitnami/charts/issues/25348) -* Replace VMware by Broadcom copyright text (#25306) ([a5e4bd0](https://github.com/bitnami/charts/commit/a5e4bd0)), closes [#25306](https://github.com/bitnami/charts/issues/25306) +* [bitnami/*] Change non-root and rolling-tags doc URLs (#25628) ([b067c94](https://github.com/bitnami/charts/commit/b067c94f6bcde427863c197fd355f0b5ba12ff5b)), closes [#25628](https://github.com/bitnami/charts/issues/25628) +* [bitnami/*] Set new header/owner (#25558) ([8d1dc11](https://github.com/bitnami/charts/commit/8d1dc11f5fb30db6fba50c43d7af59d2f79deed3)), closes [#25558](https://github.com/bitnami/charts/issues/25558) +* [bitnami/ejbca] Release 14.0.2 updating components versions (#25685) ([8dfb703](https://github.com/bitnami/charts/commit/8dfb7037b17ca13c98bf777c987ff0458835fe76)), closes [#25685](https://github.com/bitnami/charts/issues/25685) +* [bitnami/multiple charts] Fix typo: "NetworkPolice" vs "NetworkPolicy" (#25348) ([6970c1b](https://github.com/bitnami/charts/commit/6970c1ba245873506e73d459c6eac1e4919b778f)), closes [#25348](https://github.com/bitnami/charts/issues/25348) +* Replace VMware by Broadcom copyright text (#25306) ([a5e4bd0](https://github.com/bitnami/charts/commit/a5e4bd0e35e419203793976a78d9d0a13de92c76)), closes [#25306](https://github.com/bitnami/charts/issues/25306) ## 14.0.1 (2024-04-10) -* [bitnami/*] Readme typos (#24852) ([532fcdc](https://github.com/bitnami/charts/commit/532fcdc)), closes [#24852](https://github.com/bitnami/charts/issues/24852) -* [bitnami/ejbca] fix: :bug: :lock: Expose missing ports in deployment spec (#25072) ([cdfef45](https://github.com/bitnami/charts/commit/cdfef45)), closes [#25072](https://github.com/bitnami/charts/issues/25072) -* Update resourcesPreset comments (#24467) ([92e3e8a](https://github.com/bitnami/charts/commit/92e3e8a)), closes [#24467](https://github.com/bitnami/charts/issues/24467) +* [bitnami/*] Readme typos (#24852) ([532fcdc](https://github.com/bitnami/charts/commit/532fcdc499cb67eccf0ade49ff1c02d3deb1d696)), closes [#24852](https://github.com/bitnami/charts/issues/24852) +* [bitnami/ejbca] fix: :bug: :lock: Expose missing ports in deployment spec (#25072) ([cdfef45](https://github.com/bitnami/charts/commit/cdfef45c27414e073bd3ee131d5f4df22951a808)), closes [#25072](https://github.com/bitnami/charts/issues/25072) +* Update resourcesPreset comments (#24467) ([92e3e8a](https://github.com/bitnami/charts/commit/92e3e8a507326d2a20a8f10ab3e7746a2ec5c554)), closes [#24467](https://github.com/bitnami/charts/issues/24467) ## 14.0.0 (2024-04-02) -* [bitnami/ejbca] Update MariaDB to branch 11.3 (#24819) ([e77a168](https://github.com/bitnami/charts/commit/e77a168)), closes [#24819](https://github.com/bitnami/charts/issues/24819) +* [bitnami/ejbca] Update MariaDB to branch 11.3 (#24819) ([e77a168](https://github.com/bitnami/charts/commit/e77a1686e0fd19ae0a4f775bb95675759ecec31a)), closes [#24819](https://github.com/bitnami/charts/issues/24819) ## 13.0.2 (2024-04-02) -* [bitnami/ejbca] Release 13.0.2 updating components versions (#24789) ([725b382](https://github.com/bitnami/charts/commit/725b382)), closes [#24789](https://github.com/bitnami/charts/issues/24789) +* [bitnami/ejbca] Release 13.0.2 updating components versions (#24789) ([725b382](https://github.com/bitnami/charts/commit/725b382667a49a6b47afc536445031179ce6bdf6)), closes [#24789](https://github.com/bitnami/charts/issues/24789) ## 13.0.1 (2024-04-01) -* [bitnami/ejbca] Release 13.0.1 updating components versions (#24777) ([33a209b](https://github.com/bitnami/charts/commit/33a209b)), closes [#24777](https://github.com/bitnami/charts/issues/24777) +* [bitnami/ejbca] Release 13.0.1 updating components versions (#24777) ([33a209b](https://github.com/bitnami/charts/commit/33a209b9d939a4f62cebfb552146c11f81ebb107)), closes [#24777](https://github.com/bitnami/charts/issues/24777) ## 13.0.0 (2024-03-27) -* [bitnami/*] Reorder Chart sections (#24455) ([0cf4048](https://github.com/bitnami/charts/commit/0cf4048)), closes [#24455](https://github.com/bitnami/charts/issues/24455) -* [bitnami/ejbca] feat!: :lock: :boom: Improve security defaults (#24587) ([ec87ba6](https://github.com/bitnami/charts/commit/ec87ba6)), closes [#24587](https://github.com/bitnami/charts/issues/24587) +* [bitnami/*] Reorder Chart sections (#24455) ([0cf4048](https://github.com/bitnami/charts/commit/0cf4048e8743f70a9753d460655bd030cbff6824)), closes [#24455](https://github.com/bitnami/charts/issues/24455) +* [bitnami/ejbca] feat!: :lock: :boom: Improve security defaults (#24587) ([ec87ba6](https://github.com/bitnami/charts/commit/ec87ba608d945b1735f8b65e828cd9dc61ae425f)), closes [#24587](https://github.com/bitnami/charts/issues/24587) ## 12.1.0 (2024-03-06) -* [bitnami/ejbca] feat: :sparkles: :lock: Add automatic adaptation for Openshift restricted-v2 SCC (#2 ([4a5f7d6](https://github.com/bitnami/charts/commit/4a5f7d6)), closes [#24077](https://github.com/bitnami/charts/issues/24077) +* [bitnami/ejbca] feat: :sparkles: :lock: Add automatic adaptation for Openshift restricted-v2 SCC (#2 ([4a5f7d6](https://github.com/bitnami/charts/commit/4a5f7d6550bac6a00a1abe66a6c302217d7a0ad6)), closes [#24077](https://github.com/bitnami/charts/issues/24077) ## 12.0.0 (2024-03-01) -* [bitnami/ejbca] Update dependencies (#24007) ([c51e8d5](https://github.com/bitnami/charts/commit/c51e8d5)), closes [#24007](https://github.com/bitnami/charts/issues/24007) +* [bitnami/ejbca] Update dependencies (#24007) ([c51e8d5](https://github.com/bitnami/charts/commit/c51e8d525704dc9af847ee4bdacccf9d4b6c780f)), closes [#24007](https://github.com/bitnami/charts/issues/24007) ## 11.4.2 (2024-02-21) -* [bitnami/ejbca] Release 11.4.2 updating components versions (#23753) ([1ee50da](https://github.com/bitnami/charts/commit/1ee50da)), closes [#23753](https://github.com/bitnami/charts/issues/23753) +* [bitnami/ejbca] Release 11.4.2 updating components versions (#23753) ([1ee50da](https://github.com/bitnami/charts/commit/1ee50da76ab922682e2ed431fedaa26be1034255)), closes [#23753](https://github.com/bitnami/charts/issues/23753) ## 11.4.1 (2024-02-21) -* [bitnami/ejbca] Release 11.4.1 updating components versions (#23644) ([08af668](https://github.com/bitnami/charts/commit/08af668)), closes [#23644](https://github.com/bitnami/charts/issues/23644) +* [bitnami/ejbca] Release 11.4.1 updating components versions (#23644) ([08af668](https://github.com/bitnami/charts/commit/08af668f24c32a6cca52627899579e41be3af6da)), closes [#23644](https://github.com/bitnami/charts/issues/23644) ## 11.4.0 (2024-02-20) -* [bitnami/*] Bump all versions (#23602) ([b70ee2a](https://github.com/bitnami/charts/commit/b70ee2a)), closes [#23602](https://github.com/bitnami/charts/issues/23602) +* [bitnami/*] Bump all versions (#23602) ([b70ee2a](https://github.com/bitnami/charts/commit/b70ee2a30e4dc256bf0ac52928fb2fa7a70f049b)), closes [#23602](https://github.com/bitnami/charts/issues/23602) ## 11.3.0 (2024-02-16) -* [bitnami/ejbca] feat: :sparkles: :lock: Add resource preset support (#23444) ([dc629ad](https://github.com/bitnami/charts/commit/dc629ad)), closes [#23444](https://github.com/bitnami/charts/issues/23444) +* [bitnami/ejbca] feat: :sparkles: :lock: Add resource preset support (#23444) ([dc629ad](https://github.com/bitnami/charts/commit/dc629ad1728c77816fb4c24e9d2eba54d7bfd05f)), closes [#23444](https://github.com/bitnami/charts/issues/23444) ## 11.2.3 (2024-02-02) -* [bitnami/ejbca] Release 11.2.3 updating components versions (#23059) ([143224f](https://github.com/bitnami/charts/commit/143224f)), closes [#23059](https://github.com/bitnami/charts/issues/23059) +* [bitnami/ejbca] Release 11.2.3 updating components versions (#23059) ([143224f](https://github.com/bitnami/charts/commit/143224f8bd150da7fb0712357d032664c615a263)), closes [#23059](https://github.com/bitnami/charts/issues/23059) ## 11.2.2 (2024-01-27) -* [bitnami/ejbca] Release 11.2.2 updating components versions (#22773) ([c2e2f0c](https://github.com/bitnami/charts/commit/c2e2f0c)), closes [#22773](https://github.com/bitnami/charts/issues/22773) +* [bitnami/ejbca] Release 11.2.2 updating components versions (#22773) ([c2e2f0c](https://github.com/bitnami/charts/commit/c2e2f0c53a2c7ec83bec491073306065bd0932e0)), closes [#22773](https://github.com/bitnami/charts/issues/22773) ## 11.2.1 (2024-01-26) -* [bitnami/*] Move documentation sections from docs.bitnami.com back to the README (#22203) ([7564f36](https://github.com/bitnami/charts/commit/7564f36)), closes [#22203](https://github.com/bitnami/charts/issues/22203) -* [bitnami/ejbca] fix: :bug: Set seLinuxOptions to null for Openshift compatibility (#22582) ([b9b885c](https://github.com/bitnami/charts/commit/b9b885c)), closes [#22582](https://github.com/bitnami/charts/issues/22582) +* [bitnami/*] Move documentation sections from docs.bitnami.com back to the README (#22203) ([7564f36](https://github.com/bitnami/charts/commit/7564f36ca1e95ff30ee686652b7ab8690561a707)), closes [#22203](https://github.com/bitnami/charts/issues/22203) +* [bitnami/ejbca] fix: :bug: Set seLinuxOptions to null for Openshift compatibility (#22582) ([b9b885c](https://github.com/bitnami/charts/commit/b9b885c5cbd7a0f857e63dec03baf3c596e81a6d)), closes [#22582](https://github.com/bitnami/charts/issues/22582) ## 11.2.0 (2024-01-22) -* [bitnami/ejbca] fix: :lock: Move service-account token auto-mount to pod declaration (#22482) ([6c6f159](https://github.com/bitnami/charts/commit/6c6f159)), closes [#22482](https://github.com/bitnami/charts/issues/22482) +* [bitnami/ejbca] fix: :lock: Move service-account token auto-mount to pod declaration (#22482) ([6c6f159](https://github.com/bitnami/charts/commit/6c6f15904798ed45686ef1ee9f35ebe9f2accdf6)), closes [#22482](https://github.com/bitnami/charts/issues/22482) ## 11.1.1 (2024-01-18) -* [bitnami/ejbca] Release 11.1.1 updating components versions (#22267) ([fb6fe5f](https://github.com/bitnami/charts/commit/fb6fe5f)), closes [#22267](https://github.com/bitnami/charts/issues/22267) +* [bitnami/ejbca] Release 11.1.1 updating components versions (#22267) ([fb6fe5f](https://github.com/bitnami/charts/commit/fb6fe5f370da0310e4e1e743013a4848d0562946)), closes [#22267](https://github.com/bitnami/charts/issues/22267) ## 11.1.0 (2024-01-16) -* [bitnami/*] Fix docs.bitnami.com broken links (#21901) ([f35506d](https://github.com/bitnami/charts/commit/f35506d)), closes [#21901](https://github.com/bitnami/charts/issues/21901) -* [bitnami/*] Fix ref links (in comments) (#21822) ([e4fa296](https://github.com/bitnami/charts/commit/e4fa296)), closes [#21822](https://github.com/bitnami/charts/issues/21822) -* [bitnami/*] Update copyright: Year and company (#21815) ([6c4bf75](https://github.com/bitnami/charts/commit/6c4bf75)), closes [#21815](https://github.com/bitnami/charts/issues/21815) -* [bitnami/ejbca] fix: :lock: Improve podSecurityContext and containerSecurityContext with essential s ([9ede461](https://github.com/bitnami/charts/commit/9ede461)), closes [#22113](https://github.com/bitnami/charts/issues/22113) +* [bitnami/*] Fix docs.bitnami.com broken links (#21901) ([f35506d](https://github.com/bitnami/charts/commit/f35506d2dadee4f097986e7792df1f53ab215b5d)), closes [#21901](https://github.com/bitnami/charts/issues/21901) +* [bitnami/*] Fix ref links (in comments) (#21822) ([e4fa296](https://github.com/bitnami/charts/commit/e4fa296106b225cf8c82445727c675c7c725e380)), closes [#21822](https://github.com/bitnami/charts/issues/21822) +* [bitnami/*] Update copyright: Year and company (#21815) ([6c4bf75](https://github.com/bitnami/charts/commit/6c4bf75dec58fc7c9aee9f089777b1a858c17d5b)), closes [#21815](https://github.com/bitnami/charts/issues/21815) +* [bitnami/ejbca] fix: :lock: Improve podSecurityContext and containerSecurityContext with essential s ([9ede461](https://github.com/bitnami/charts/commit/9ede46106860ea11deb3c8a00413f23dabf71559)), closes [#22113](https://github.com/bitnami/charts/issues/22113) ## 11.0.1 (2023-12-22) -* [bitnami/ejbca] Release 11.0.1 updating components versions (#21728) ([46d458c](https://github.com/bitnami/charts/commit/46d458c)), closes [#21728](https://github.com/bitnami/charts/issues/21728) +* [bitnami/ejbca] Release 11.0.1 updating components versions (#21728) ([46d458c](https://github.com/bitnami/charts/commit/46d458cf1cf5c021daf2a96f459a1c006006c984)), closes [#21728](https://github.com/bitnami/charts/issues/21728) ## 11.0.0 (2023-12-20) -* [bitnami/ejbca] Upgrade MariaDB 11.2 (#21681) ([04bee95](https://github.com/bitnami/charts/commit/04bee95)), closes [#21681](https://github.com/bitnami/charts/issues/21681) +* [bitnami/ejbca] Upgrade MariaDB 11.2 (#21681) ([04bee95](https://github.com/bitnami/charts/commit/04bee95427f1bd1eca4980e5b49544f753f1d6c8)), closes [#21681](https://github.com/bitnami/charts/issues/21681) ## 10.1.4 (2023-12-20) -* [bitnami/ejbca] Release 10.1.4 updating components versions (#21666) ([b54a32d](https://github.com/bitnami/charts/commit/b54a32d)), closes [#21666](https://github.com/bitnami/charts/issues/21666) +* [bitnami/ejbca] Release 10.1.4 updating components versions (#21666) ([b54a32d](https://github.com/bitnami/charts/commit/b54a32d553f40a5b3ddba52b2655a66dcce4c3ac)), closes [#21666](https://github.com/bitnami/charts/issues/21666) ## 10.1.3 (2023-12-12) -* [bitnami/ejbca] Release 10.1.3 updating components versions (#21541) ([a3bec00](https://github.com/bitnami/charts/commit/a3bec00)), closes [#21541](https://github.com/bitnami/charts/issues/21541) +* [bitnami/ejbca] Release 10.1.3 updating components versions (#21541) ([a3bec00](https://github.com/bitnami/charts/commit/a3bec00364693f48982a79d3875739ec1b5d55ac)), closes [#21541](https://github.com/bitnami/charts/issues/21541) ## 10.1.2 (2023-11-21) -* [bitnami/*] Remove relative links to non-README sections, add verification for that and update TL;DR ([1103633](https://github.com/bitnami/charts/commit/1103633)), closes [#20967](https://github.com/bitnami/charts/issues/20967) -* [bitnami/*] Rename solutions to "Bitnami package for ..." (#21038) ([b82f979](https://github.com/bitnami/charts/commit/b82f979)), closes [#21038](https://github.com/bitnami/charts/issues/21038) -* [bitnami/ejbca] Release 10.1.2 updating components versions (#21108) ([136925a](https://github.com/bitnami/charts/commit/136925a)), closes [#21108](https://github.com/bitnami/charts/issues/21108) +* [bitnami/*] Remove relative links to non-README sections, add verification for that and update TL;DR ([1103633](https://github.com/bitnami/charts/commit/11036334d82df0490aa4abdb591543cab6cf7d7f)), closes [#20967](https://github.com/bitnami/charts/issues/20967) +* [bitnami/*] Rename solutions to "Bitnami package for ..." (#21038) ([b82f979](https://github.com/bitnami/charts/commit/b82f979e4fb63423fe6e2192c946d09d79c944fc)), closes [#21038](https://github.com/bitnami/charts/issues/21038) +* [bitnami/ejbca] Release 10.1.2 updating components versions (#21108) ([136925a](https://github.com/bitnami/charts/commit/136925ade56983d45c85b90a600900d90293a3dd)), closes [#21108](https://github.com/bitnami/charts/issues/21108) ## 10.1.1 (2023-11-08) -* [bitnami/ejbca] Release 10.1.1 updating components versions (#20692) ([9f31e86](https://github.com/bitnami/charts/commit/9f31e86)), closes [#20692](https://github.com/bitnami/charts/issues/20692) +* [bitnami/ejbca] Release 10.1.1 updating components versions (#20692) ([9f31e86](https://github.com/bitnami/charts/commit/9f31e868953174fe3d4894b8ce09a99caa91c680)), closes [#20692](https://github.com/bitnami/charts/issues/20692) ## 10.1.0 (2023-10-31) -* [bitnami/*] Rename VMware Application Catalog (#20361) ([3acc734](https://github.com/bitnami/charts/commit/3acc734)), closes [#20361](https://github.com/bitnami/charts/issues/20361) -* [bitnami/*] Skip image's tag in the README files of the Bitnami Charts (#19841) ([bb9a01b](https://github.com/bitnami/charts/commit/bb9a01b)), closes [#19841](https://github.com/bitnami/charts/issues/19841) -* [bitnami/*] Standardize documentation (#19835) ([af5f753](https://github.com/bitnami/charts/commit/af5f753)), closes [#19835](https://github.com/bitnami/charts/issues/19835) -* [bitnami/ejbca] feat: :sparkles: Add support for PSA restricted policy (#20424) ([732d3d8](https://github.com/bitnami/charts/commit/732d3d8)), closes [#20424](https://github.com/bitnami/charts/issues/20424) +* [bitnami/*] Rename VMware Application Catalog (#20361) ([3acc734](https://github.com/bitnami/charts/commit/3acc73472beb6fb56c4d99f929061001205bc57e)), closes [#20361](https://github.com/bitnami/charts/issues/20361) +* [bitnami/*] Skip image's tag in the README files of the Bitnami Charts (#19841) ([bb9a01b](https://github.com/bitnami/charts/commit/bb9a01b65911c87e48318db922cc05eb42785e42)), closes [#19841](https://github.com/bitnami/charts/issues/19841) +* [bitnami/*] Standardize documentation (#19835) ([af5f753](https://github.com/bitnami/charts/commit/af5f7530c1bc8c5ded53a6c4f7b8f384ac1804f2)), closes [#19835](https://github.com/bitnami/charts/issues/19835) +* [bitnami/ejbca] feat: :sparkles: Add support for PSA restricted policy (#20424) ([732d3d8](https://github.com/bitnami/charts/commit/732d3d8c13c14a07edb4027760e19d2319875bac)), closes [#20424](https://github.com/bitnami/charts/issues/20424) ## 10.0.0 (2023-10-11) -* [bitnami/ejbca] Update MariaDB to 14.x.x (#20013) ([97e9184](https://github.com/bitnami/charts/commit/97e9184)), closes [#20013](https://github.com/bitnami/charts/issues/20013) +* [bitnami/ejbca] Update MariaDB to 14.x.x (#20013) ([97e9184](https://github.com/bitnami/charts/commit/97e9184ecd0a1a0f41e8a009f1e704946bb6ebf6)), closes [#20013](https://github.com/bitnami/charts/issues/20013) ## 9.0.5 (2023-10-10) -* [bitnami/*] Update Helm charts prerequisites (#19745) ([eb755dd](https://github.com/bitnami/charts/commit/eb755dd)), closes [#19745](https://github.com/bitnami/charts/issues/19745) -* [bitnami/ejbca] Release 9.0.5 (#19991) ([d67f91a](https://github.com/bitnami/charts/commit/d67f91a)), closes [#19991](https://github.com/bitnami/charts/issues/19991) +* [bitnami/*] Update Helm charts prerequisites (#19745) ([eb755dd](https://github.com/bitnami/charts/commit/eb755dd36a4dd3cf6635be8e0598f9a7f4c4a554)), closes [#19745](https://github.com/bitnami/charts/issues/19745) +* [bitnami/ejbca] Release 9.0.5 (#19991) ([d67f91a](https://github.com/bitnami/charts/commit/d67f91a41d5a3be8697ba49030add934f78bb624)), closes [#19991](https://github.com/bitnami/charts/issues/19991) ## 9.0.4 (2023-09-27) -* [bitnami/ejbca] Release 9.0.4 (#19567) ([e8099e9](https://github.com/bitnami/charts/commit/e8099e9)), closes [#19567](https://github.com/bitnami/charts/issues/19567) +* [bitnami/ejbca] Release 9.0.4 (#19567) ([e8099e9](https://github.com/bitnami/charts/commit/e8099e934b3a2330d82baa3d783cef17c2d0fd68)), closes [#19567](https://github.com/bitnami/charts/issues/19567) ## 9.0.3 (2023-09-27) -* [bitnami/ejbca] Release 9.0.3 (#19533) ([ce1c678](https://github.com/bitnami/charts/commit/ce1c678)), closes [#19533](https://github.com/bitnami/charts/issues/19533) +* [bitnami/ejbca] Release 9.0.3 (#19533) ([ce1c678](https://github.com/bitnami/charts/commit/ce1c6785a827d7889031c2e5c6caefb65ac1f126)), closes [#19533](https://github.com/bitnami/charts/issues/19533) ## 9.0.2 (2023-09-21) -* [bitnami/ejbca] Release 9.0.2 (#19455) ([718991d](https://github.com/bitnami/charts/commit/718991d)), closes [#19455](https://github.com/bitnami/charts/issues/19455) -* Revert "Autogenerate schema files (#19194)" (#19335) ([73d80be](https://github.com/bitnami/charts/commit/73d80be)), closes [#19194](https://github.com/bitnami/charts/issues/19194) [#19335](https://github.com/bitnami/charts/issues/19335) +* [bitnami/ejbca] Release 9.0.2 (#19455) ([718991d](https://github.com/bitnami/charts/commit/718991d1a33711192bc16ee37760d2cc2a5c0ae3)), closes [#19455](https://github.com/bitnami/charts/issues/19455) +* Revert "Autogenerate schema files (#19194)" (#19335) ([73d80be](https://github.com/bitnami/charts/commit/73d80be525c88fb4b8a54451a55acd506e337062)), closes [#19194](https://github.com/bitnami/charts/issues/19194) [#19335](https://github.com/bitnami/charts/issues/19335) ## 9.0.1 (2023-09-11) -* [bitnami/ejbca: Use merge helper]: (#19033) ([7171a6d](https://github.com/bitnami/charts/commit/7171a6d)), closes [#19033](https://github.com/bitnami/charts/issues/19033) -* Autogenerate schema files (#19194) ([a2c2090](https://github.com/bitnami/charts/commit/a2c2090)), closes [#19194](https://github.com/bitnami/charts/issues/19194) +* [bitnami/ejbca: Use merge helper]: (#19033) ([7171a6d](https://github.com/bitnami/charts/commit/7171a6d6342e3202b929d351b0d1e4f6b6f1432e)), closes [#19033](https://github.com/bitnami/charts/issues/19033) +* Autogenerate schema files (#19194) ([a2c2090](https://github.com/bitnami/charts/commit/a2c2090b5ac97f47b745c8028c6452bf99739772)), closes [#19194](https://github.com/bitnami/charts/issues/19194) ## 9.0.0 (2023-09-07) -* [bitnami/ejbca] Release 9.0.0 (#18796) ([8833b42](https://github.com/bitnami/charts/commit/8833b42)), closes [#18796](https://github.com/bitnami/charts/issues/18796) +* [bitnami/ejbca] Release 9.0.0 (#18796) ([8833b42](https://github.com/bitnami/charts/commit/8833b421d57027d14f267d253e821530456a67b8)), closes [#18796](https://github.com/bitnami/charts/issues/18796) ## 8.1.0 (2023-08-28) -* [bitnami/ejbca] Support for customizing standard labels (#18482) ([4175e4f](https://github.com/bitnami/charts/commit/4175e4f)), closes [#18482](https://github.com/bitnami/charts/issues/18482) +* [bitnami/ejbca] Support for customizing standard labels (#18482) ([4175e4f](https://github.com/bitnami/charts/commit/4175e4f6a1c4503cc0fb03889ea42a94c6bf5828)), closes [#18482](https://github.com/bitnami/charts/issues/18482) ## 8.0.0 (2023-08-01) -* [bitnami/ejbca] Update MariaDB chart to 13.0 (#18104) ([3937883](https://github.com/bitnami/charts/commit/3937883)), closes [#18104](https://github.com/bitnami/charts/issues/18104) +* [bitnami/ejbca] Update MariaDB chart to 13.0 (#18104) ([3937883](https://github.com/bitnami/charts/commit/3937883fc92fbfc13c0fce7f3790e296b26e5510)), closes [#18104](https://github.com/bitnami/charts/issues/18104) ## 7.1.5 (2023-07-27) -* [bitnami/ejbca] Release 7.1.5 (#17982) ([d2eaa25](https://github.com/bitnami/charts/commit/d2eaa25)), closes [#17982](https://github.com/bitnami/charts/issues/17982) +* [bitnami/ejbca] Release 7.1.5 (#17982) ([d2eaa25](https://github.com/bitnami/charts/commit/d2eaa25414f3cb9d60f0dd457898a8f766196bd9)), closes [#17982](https://github.com/bitnami/charts/issues/17982) ## 7.1.4 (2023-07-15) -* [bitnami/ejbca] Release 7 (#17598) ([e0e88f6](https://github.com/bitnami/charts/commit/e0e88f6)), closes [#17598](https://github.com/bitnami/charts/issues/17598) -* Add copyright header (#17300) ([da68be8](https://github.com/bitnami/charts/commit/da68be8)), closes [#17300](https://github.com/bitnami/charts/issues/17300) -* Update charts readme (#17217) ([31b3c0a](https://github.com/bitnami/charts/commit/31b3c0a)), closes [#17217](https://github.com/bitnami/charts/issues/17217) +* [bitnami/ejbca] Release 7 (#17598) ([e0e88f6](https://github.com/bitnami/charts/commit/e0e88f61661b5c47021d3da27e745aa236b406d3)), closes [#17598](https://github.com/bitnami/charts/issues/17598) +* Add copyright header (#17300) ([da68be8](https://github.com/bitnami/charts/commit/da68be8e951225133c7dfb572d5101ca3d61c5ae)), closes [#17300](https://github.com/bitnami/charts/issues/17300) +* Update charts readme (#17217) ([31b3c0a](https://github.com/bitnami/charts/commit/31b3c0afd968ff4429107e34101f7509e6a0e913)), closes [#17217](https://github.com/bitnami/charts/issues/17217) ## 7.1.3 (2023-06-20) -* [bitnami/*] Change copyright section in READMEs (#17006) ([ef986a1](https://github.com/bitnami/charts/commit/ef986a1)), closes [#17006](https://github.com/bitnami/charts/issues/17006) -* [bitnami/ejbca] Release 7.1.3 (#17249) ([14309ed](https://github.com/bitnami/charts/commit/14309ed)), closes [#17249](https://github.com/bitnami/charts/issues/17249) -* [bitnami/several] Change copyright section in READMEs (#16989) ([5b6a5cf](https://github.com/bitnami/charts/commit/5b6a5cf)), closes [#16989](https://github.com/bitnami/charts/issues/16989) +* [bitnami/*] Change copyright section in READMEs (#17006) ([ef986a1](https://github.com/bitnami/charts/commit/ef986a1605241102b3dcafe9fd8089e6fc1201ad)), closes [#17006](https://github.com/bitnami/charts/issues/17006) +* [bitnami/ejbca] Release 7.1.3 (#17249) ([14309ed](https://github.com/bitnami/charts/commit/14309ed3f3517cbf30137b6adc1958fc34d03ad6)), closes [#17249](https://github.com/bitnami/charts/issues/17249) +* [bitnami/several] Change copyright section in READMEs (#16989) ([5b6a5cf](https://github.com/bitnami/charts/commit/5b6a5cfb7625a751848a2e5cd796bd7278f406ca)), closes [#16989](https://github.com/bitnami/charts/issues/16989) ## 7.1.2 (2023-05-22) -* [bitnami/ejbca] Release 7.1.2 (#16845) ([1b10ed0](https://github.com/bitnami/charts/commit/1b10ed0)), closes [#16845](https://github.com/bitnami/charts/issues/16845) +* [bitnami/ejbca] Release 7.1.2 (#16845) ([1b10ed0](https://github.com/bitnami/charts/commit/1b10ed0cc443a2f28053fdd0f2713ce93a0bc15d)), closes [#16845](https://github.com/bitnami/charts/issues/16845) ## 7.1.1 (2023-05-11) -* [bitnami/ejbca] Release 7.1.1 (#16602) ([6e21354](https://github.com/bitnami/charts/commit/6e21354)), closes [#16602](https://github.com/bitnami/charts/issues/16602) -* Add wording for enterprise page (#16560) ([8f22774](https://github.com/bitnami/charts/commit/8f22774)), closes [#16560](https://github.com/bitnami/charts/issues/16560) +* [bitnami/ejbca] Release 7.1.1 (#16602) ([6e21354](https://github.com/bitnami/charts/commit/6e2135437e8a4b8405ab6a66b1b5b219318deb45)), closes [#16602](https://github.com/bitnami/charts/issues/16602) +* Add wording for enterprise page (#16560) ([8f22774](https://github.com/bitnami/charts/commit/8f2277440b976d52785ba9149762ad8620a73d1f)), closes [#16560](https://github.com/bitnami/charts/issues/16560) ## 7.1.0 (2023-05-09) -* [bitnami/several] Adapt Chart.yaml to set desired OCI annotations (#16546) ([fc9b18f](https://github.com/bitnami/charts/commit/fc9b18f)), closes [#16546](https://github.com/bitnami/charts/issues/16546) +* [bitnami/several] Adapt Chart.yaml to set desired OCI annotations (#16546) ([fc9b18f](https://github.com/bitnami/charts/commit/fc9b18f2e98805d4df629acbcde696f44f973344)), closes [#16546](https://github.com/bitnami/charts/issues/16546) ## 7.0.2 (2023-05-09) -* [bitnami/ejbca] Release 7.0.2 (#16446) ([2c35f7f](https://github.com/bitnami/charts/commit/2c35f7f)), closes [#16446](https://github.com/bitnami/charts/issues/16446) +* [bitnami/ejbca] Release 7.0.2 (#16446) ([2c35f7f](https://github.com/bitnami/charts/commit/2c35f7f98a2d8c7595cfe0a30a870098d6668f97)), closes [#16446](https://github.com/bitnami/charts/issues/16446) ## 7.0.1 (2023-05-02) -* [bitnami/ejbca] Release 7.0.1 (#16310) ([a7f328e](https://github.com/bitnami/charts/commit/a7f328e)), closes [#16310](https://github.com/bitnami/charts/issues/16310) +* [bitnami/ejbca] Release 7.0.1 (#16310) ([a7f328e](https://github.com/bitnami/charts/commit/a7f328efd94368ee0924dfe5a536efee2cc2f990)), closes [#16310](https://github.com/bitnami/charts/issues/16310) ## 7.0.0 (2023-04-21) -* [bitnami/ejbca] Upgrade MariaDB to version 10.11 (#16176) ([7d0cd73](https://github.com/bitnami/charts/commit/7d0cd73)), closes [#16176](https://github.com/bitnami/charts/issues/16176) +* [bitnami/ejbca] Upgrade MariaDB to version 10.11 (#16176) ([7d0cd73](https://github.com/bitnami/charts/commit/7d0cd7376618414282ac7be78538d14ff7cd0b80)), closes [#16176](https://github.com/bitnami/charts/issues/16176) ## 6.4.0 (2023-04-20) -* [bitnami/*] Make Helm charts 100% OCI (#15998) ([8841510](https://github.com/bitnami/charts/commit/8841510)), closes [#15998](https://github.com/bitnami/charts/issues/15998) +* [bitnami/*] Make Helm charts 100% OCI (#15998) ([8841510](https://github.com/bitnami/charts/commit/884151035efcbf2e1b3206e7def85511073fb57d)), closes [#15998](https://github.com/bitnami/charts/issues/15998) ## 6.3.17 (2023-04-05) -* [bitnami/ejbca] Release 6.3.17 (#15892) ([b90e62e](https://github.com/bitnami/charts/commit/b90e62e)), closes [#15892](https://github.com/bitnami/charts/issues/15892) +* [bitnami/ejbca] Release 6.3.17 (#15892) ([b90e62e](https://github.com/bitnami/charts/commit/b90e62ee268db470a0f786915bf9d19511e8a440)), closes [#15892](https://github.com/bitnami/charts/issues/15892) ## 6.3.16 (2023-03-22) -* [bitnami/charts] Apply linter to README files (#15357) ([0e29e60](https://github.com/bitnami/charts/commit/0e29e60)), closes [#15357](https://github.com/bitnami/charts/issues/15357) -* [bitnami/ejbca] Release 6.3.16 (#15674) ([053064c](https://github.com/bitnami/charts/commit/053064c)), closes [#15674](https://github.com/bitnami/charts/issues/15674) +* [bitnami/charts] Apply linter to README files (#15357) ([0e29e60](https://github.com/bitnami/charts/commit/0e29e600d3adc8b1b46e506eccb3decfab3b4e63)), closes [#15357](https://github.com/bitnami/charts/issues/15357) +* [bitnami/ejbca] Release 6.3.16 (#15674) ([053064c](https://github.com/bitnami/charts/commit/053064cfb5cdeec81f914dac3247463df42b1c4e)), closes [#15674](https://github.com/bitnami/charts/issues/15674) ## 6.3.15 (2023-03-01) -* [bitnami/ejbca] Release 6.3.15 (#15195) ([7420e64](https://github.com/bitnami/charts/commit/7420e64)), closes [#15195](https://github.com/bitnami/charts/issues/15195) +* [bitnami/ejbca] Release 6.3.15 (#15195) ([7420e64](https://github.com/bitnami/charts/commit/7420e646ceed42db1d5cd7b8569bca5bcc668103)), closes [#15195](https://github.com/bitnami/charts/issues/15195) ## 6.3.14 (2023-02-20) -* [bitnami/ejbca] Release 6.3.14 (#14971) ([5d5d8d8](https://github.com/bitnami/charts/commit/5d5d8d8)), closes [#14971](https://github.com/bitnami/charts/issues/14971) +* [bitnami/ejbca] Release 6.3.14 (#14971) ([5d5d8d8](https://github.com/bitnami/charts/commit/5d5d8d8dc1862c4960594f708d1b8f8a5fb16689)), closes [#14971](https://github.com/bitnami/charts/issues/14971) ## 6.3.13 (2023-02-17) -* [bitnami/*] Fix markdown linter issues (#14874) ([a51e0e8](https://github.com/bitnami/charts/commit/a51e0e8)), closes [#14874](https://github.com/bitnami/charts/issues/14874) -* [bitnami/*] Fix markdown linter issues 2 (#14890) ([aa96572](https://github.com/bitnami/charts/commit/aa96572)), closes [#14890](https://github.com/bitnami/charts/issues/14890) -* [bitnami/*] Remove unexpected extra spaces (#14873) ([c97c714](https://github.com/bitnami/charts/commit/c97c714)), closes [#14873](https://github.com/bitnami/charts/issues/14873) -* replaced specified values by empty ones on resources (#14878) ([960b0e0](https://github.com/bitnami/charts/commit/960b0e0)), closes [#14878](https://github.com/bitnami/charts/issues/14878) +* [bitnami/*] Fix markdown linter issues (#14874) ([a51e0e8](https://github.com/bitnami/charts/commit/a51e0e8d35495b907f3e70dd2f8e7c3bcbf4166a)), closes [#14874](https://github.com/bitnami/charts/issues/14874) +* [bitnami/*] Fix markdown linter issues 2 (#14890) ([aa96572](https://github.com/bitnami/charts/commit/aa9657237ee8df4a46db0d7fdf8a23230dd6902a)), closes [#14890](https://github.com/bitnami/charts/issues/14890) +* [bitnami/*] Remove unexpected extra spaces (#14873) ([c97c714](https://github.com/bitnami/charts/commit/c97c714887380d47eae7bfeff316bf01595ecd1d)), closes [#14873](https://github.com/bitnami/charts/issues/14873) +* replaced specified values by empty ones on resources (#14878) ([960b0e0](https://github.com/bitnami/charts/commit/960b0e040c1bfd3614b2935d3551c441357aeb35)), closes [#14878](https://github.com/bitnami/charts/issues/14878) ## 6.3.12 (2023-02-03) -* [bitnami/*] Change copyright date (#14682) ([add4ec7](https://github.com/bitnami/charts/commit/add4ec7)), closes [#14682](https://github.com/bitnami/charts/issues/14682) -* [bitnami/*] Unify READMEs (#14472) ([2064fb8](https://github.com/bitnami/charts/commit/2064fb8)), closes [#14472](https://github.com/bitnami/charts/issues/14472) -* [bitnami/ejbca] Release 6.3.12 (#14736) ([67765e4](https://github.com/bitnami/charts/commit/67765e4)), closes [#14736](https://github.com/bitnami/charts/issues/14736) +* [bitnami/*] Change copyright date (#14682) ([add4ec7](https://github.com/bitnami/charts/commit/add4ec701108ac36ed4de2dffbdf407a0d091067)), closes [#14682](https://github.com/bitnami/charts/issues/14682) +* [bitnami/*] Unify READMEs (#14472) ([2064fb8](https://github.com/bitnami/charts/commit/2064fb8dcc78a845cdede8211af8c3cc52551161)), closes [#14472](https://github.com/bitnami/charts/issues/14472) +* [bitnami/ejbca] Release 6.3.12 (#14736) ([67765e4](https://github.com/bitnami/charts/commit/67765e4e41beda6261343ce26296f7bd108fee6b)), closes [#14736](https://github.com/bitnami/charts/issues/14736) ## 6.3.11 (2023-01-20) -* [bitnami/*] Add license annotation and remove obsolete engine parameter (#14293) ([da2a794](https://github.com/bitnami/charts/commit/da2a794)), closes [#14293](https://github.com/bitnami/charts/issues/14293) -* [bitnami/*] Change licenses annotation format (#14377) ([0ab7608](https://github.com/bitnami/charts/commit/0ab7608)), closes [#14377](https://github.com/bitnami/charts/issues/14377) -* [bitnami/ejbca] Release 6.3.11 (#14470) ([2ed7bf9](https://github.com/bitnami/charts/commit/2ed7bf9)), closes [#14470](https://github.com/bitnami/charts/issues/14470) +* [bitnami/*] Add license annotation and remove obsolete engine parameter (#14293) ([da2a794](https://github.com/bitnami/charts/commit/da2a7943bae95b6e9b5b4ed972c15e990b69fdb0)), closes [#14293](https://github.com/bitnami/charts/issues/14293) +* [bitnami/*] Change licenses annotation format (#14377) ([0ab7608](https://github.com/bitnami/charts/commit/0ab760862c660fcc78cffadf8e1d8cdd70881473)), closes [#14377](https://github.com/bitnami/charts/issues/14377) +* [bitnami/ejbca] Release 6.3.11 (#14470) ([2ed7bf9](https://github.com/bitnami/charts/commit/2ed7bf9767ea65acaf77e256796d121e580f4a09)), closes [#14470](https://github.com/bitnami/charts/issues/14470) ## 6.3.10 (2022-12-26) -* [bitnami/ejbca] Release 6.3.10 (#14105) ([82ba7de](https://github.com/bitnami/charts/commit/82ba7de)), closes [#14105](https://github.com/bitnami/charts/issues/14105) +* [bitnami/ejbca] Release 6.3.10 (#14105) ([82ba7de](https://github.com/bitnami/charts/commit/82ba7def35f837110c31864bb86d61b899ba90e3)), closes [#14105](https://github.com/bitnami/charts/issues/14105) ## 6.3.9 (2022-12-09) -* [bitnami/ejbca] Release 6.3.9 (#13709) ([13a3c6a](https://github.com/bitnami/charts/commit/13a3c6a)), closes [#13709](https://github.com/bitnami/charts/issues/13709) +* [bitnami/ejbca] Release 6.3.9 (#13709) ([13a3c6a](https://github.com/bitnami/charts/commit/13a3c6aad7ebb98feca4b7c4dcaf9918c6ae1e2a)), closes [#13709](https://github.com/bitnami/charts/issues/13709) ## 6.3.8 (2022-11-07) -* [bitnami/ejbca] fix apiversion hardcode for deployment (#13264) ([4393cdc](https://github.com/bitnami/charts/commit/4393cdc)), closes [#13264](https://github.com/bitnami/charts/issues/13264) +* [bitnami/ejbca] fix apiversion hardcode for deployment (#13264) ([4393cdc](https://github.com/bitnami/charts/commit/4393cdcb110c36de791f453cc7d8ee06f8efdda5)), closes [#13264](https://github.com/bitnami/charts/issues/13264) ## 6.3.7 (2022-10-28) -* [bitnami/*] Use new default branch name in links (#12943) ([a529e02](https://github.com/bitnami/charts/commit/a529e02)), closes [#12943](https://github.com/bitnami/charts/issues/12943) -* [bitnami/ejbca] Release 6.3.7 (#13204) ([4ac2880](https://github.com/bitnami/charts/commit/4ac2880)), closes [#13204](https://github.com/bitnami/charts/issues/13204) +* [bitnami/*] Use new default branch name in links (#12943) ([a529e02](https://github.com/bitnami/charts/commit/a529e02597d49d944eba1eb0f190713293247176)), closes [#12943](https://github.com/bitnami/charts/issues/12943) +* [bitnami/ejbca] Release 6.3.7 (#13204) ([4ac2880](https://github.com/bitnami/charts/commit/4ac28809ca80c357a71b52337bc599fedff5d9a6)), closes [#13204](https://github.com/bitnami/charts/issues/13204) ## 6.3.6 (2022-10-08) -* [bitnami/ejbca] Release 6.3.6 (#12862) ([3682346](https://github.com/bitnami/charts/commit/3682346)), closes [#12862](https://github.com/bitnami/charts/issues/12862) -* Generic README instructions related to the repo (#12792) ([3cf6b10](https://github.com/bitnami/charts/commit/3cf6b10)), closes [#12792](https://github.com/bitnami/charts/issues/12792) +* [bitnami/ejbca] Release 6.3.6 (#12862) ([3682346](https://github.com/bitnami/charts/commit/3682346fbb0c518b66158b9daa408959a851757b)), closes [#12862](https://github.com/bitnami/charts/issues/12862) +* Generic README instructions related to the repo (#12792) ([3cf6b10](https://github.com/bitnami/charts/commit/3cf6b10e10e60df4b3e191d6b99aa99a9f597755)), closes [#12792](https://github.com/bitnami/charts/issues/12792) ## 6.3.5 (2022-10-04) -* adjust the naming style for resources to make them not pass the length limit (#12757) ([4617c19](https://github.com/bitnami/charts/commit/4617c19)), closes [#12757](https://github.com/bitnami/charts/issues/12757) +* adjust the naming style for resources to make them not pass the length limit (#12757) ([4617c19](https://github.com/bitnami/charts/commit/4617c19f2c90a1c86c80575a75148b52c8e140ae)), closes [#12757](https://github.com/bitnami/charts/issues/12757) ## 6.3.4 (2022-09-21) -* [bitnami/ejbca] Use custom probes if given (#12492) ([a47e0f4](https://github.com/bitnami/charts/commit/a47e0f4)), closes [#12492](https://github.com/bitnami/charts/issues/12492) [#12354](https://github.com/bitnami/charts/issues/12354) +* [bitnami/ejbca] Use custom probes if given (#12492) ([a47e0f4](https://github.com/bitnami/charts/commit/a47e0f478584242fedd854a496794db63013603b)), closes [#12492](https://github.com/bitnami/charts/issues/12492) [#12354](https://github.com/bitnami/charts/issues/12354) ## 6.3.3 (2022-09-08) -* [bitnami/ejbca] Release 6.3.3 updating components versions ([59d7243](https://github.com/bitnami/charts/commit/59d7243)) +* [bitnami/ejbca] Release 6.3.3 updating components versions ([59d7243](https://github.com/bitnami/charts/commit/59d72435fcee63f61bf8ded96b2468df0a7602a1)) ## 6.3.2 (2022-08-23) -* [bitnami/ejbca] Update Chart.lock (#12097) ([f2ace0f](https://github.com/bitnami/charts/commit/f2ace0f)), closes [#12097](https://github.com/bitnami/charts/issues/12097) +* [bitnami/ejbca] Update Chart.lock (#12097) ([f2ace0f](https://github.com/bitnami/charts/commit/f2ace0fbe918b2490587b7f97ea5069188f761a3)), closes [#12097](https://github.com/bitnami/charts/issues/12097) ## 6.3.1 (2022-08-22) -* [bitnami/ejbca] Update Chart.lock (#11992) ([66c9b9c](https://github.com/bitnami/charts/commit/66c9b9c)), closes [#11992](https://github.com/bitnami/charts/issues/11992) +* [bitnami/ejbca] Update Chart.lock (#11992) ([66c9b9c](https://github.com/bitnami/charts/commit/66c9b9cac7450e386c37efb49a5c9133408269e1)), closes [#11992](https://github.com/bitnami/charts/issues/11992) ## 6.3.0 (2022-08-22) -* [bitnami/ejbca] Add support for image digest apart from tag (#11883) ([79cabb7](https://github.com/bitnami/charts/commit/79cabb7)), closes [#11883](https://github.com/bitnami/charts/issues/11883) +* [bitnami/ejbca] Add support for image digest apart from tag (#11883) ([79cabb7](https://github.com/bitnami/charts/commit/79cabb76b3bed5bd04fbdde5a8f7fc93d4c552b6)), closes [#11883](https://github.com/bitnami/charts/issues/11883) ## 6.2.14 (2022-08-09) -* [bitnami/ejbca] Release 6.2.14 updating components versions ([3ca35cc](https://github.com/bitnami/charts/commit/3ca35cc)) +* [bitnami/ejbca] Release 6.2.14 updating components versions ([3ca35cc](https://github.com/bitnami/charts/commit/3ca35ccf6bd8582a6ca2b1e731aabd5176af0cbd)) ## 6.2.13 (2022-08-06) -* [bitnami/ejbca] Release 6.2.13 updating components versions ([24f7c54](https://github.com/bitnami/charts/commit/24f7c54)) +* [bitnami/ejbca] Release 6.2.13 updating components versions ([24f7c54](https://github.com/bitnami/charts/commit/24f7c5434a4aad18b49156cd9813c8b1ad935ad1)) ## 6.2.12 (2022-08-03) -* [bitnami/ejbca] Release 6.2.12 updating components versions ([9b5e8a9](https://github.com/bitnami/charts/commit/9b5e8a9)) +* [bitnami/ejbca] Release 6.2.12 updating components versions ([9b5e8a9](https://github.com/bitnami/charts/commit/9b5e8a9f75dc538aab4a69348c660a489f41e238)) ## 6.2.11 (2022-08-02) -* [bitnami/*] Update URLs to point to the new bitnami/containers monorepo (#11352) ([d665af0](https://github.com/bitnami/charts/commit/d665af0)), closes [#11352](https://github.com/bitnami/charts/issues/11352) -* [bitnami/ejbca] Release 6.2.11 updating components versions ([bc2ce67](https://github.com/bitnami/charts/commit/bc2ce67)) +* [bitnami/*] Update URLs to point to the new bitnami/containers monorepo (#11352) ([d665af0](https://github.com/bitnami/charts/commit/d665af0c708846192d8d5fb2f5f9ea65dd464ab0)), closes [#11352](https://github.com/bitnami/charts/issues/11352) +* [bitnami/ejbca] Release 6.2.11 updating components versions ([bc2ce67](https://github.com/bitnami/charts/commit/bc2ce6753ece05870fc3ce7c859af9247b8a859e)) ## 6.2.10 (2022-07-25) -* [bitnami/ejbca] Release 6.2.10 updating components versions ([45f99ce](https://github.com/bitnami/charts/commit/45f99ce)) +* [bitnami/ejbca] Release 6.2.10 updating components versions ([45f99ce](https://github.com/bitnami/charts/commit/45f99cea6c7cdda2bafcf54c6ad635d1dee4edda)) ## 6.2.9 (2022-06-30) -* [bitnami/ejbca] Release 6.2.9 updating components versions ([ed2f6a3](https://github.com/bitnami/charts/commit/ed2f6a3)) +* [bitnami/ejbca] Release 6.2.9 updating components versions ([ed2f6a3](https://github.com/bitnami/charts/commit/ed2f6a3adbf92a423ffa0acbbcf47df4cdbf38f0)) ## 6.2.8 (2022-06-22) -* [bitnami/*] Replace Kubeapps URL in READMEs (and kubeapps Chart.yaml) and remove BKPR references (#1 ([c6a7914](https://github.com/bitnami/charts/commit/c6a7914)), closes [#10600](https://github.com/bitnami/charts/issues/10600) -* [bitnami/ejbca] Release 6.2.8 updating components versions ([b1d2449](https://github.com/bitnami/charts/commit/b1d2449)) +* [bitnami/*] Replace Kubeapps URL in READMEs (and kubeapps Chart.yaml) and remove BKPR references (#1 ([c6a7914](https://github.com/bitnami/charts/commit/c6a7914361e5aea6016fb45bf4d621edfd111d32)), closes [#10600](https://github.com/bitnami/charts/issues/10600) +* [bitnami/ejbca] Release 6.2.8 updating components versions ([b1d2449](https://github.com/bitnami/charts/commit/b1d2449d52bab5b498ea3b56837c6ecd63274fab)) ## 6.2.7 (2022-06-07) -* [bitnami/ejbca] Release 6.2.7 updating components versions ([0bfb34e](https://github.com/bitnami/charts/commit/0bfb34e)) +* [bitnami/ejbca] Release 6.2.7 updating components versions ([0bfb34e](https://github.com/bitnami/charts/commit/0bfb34e8fc28efddd7e26ce1183ef265a0f9b7bb)) ## 6.2.6 (2022-06-01) -* [bitnami/several] Replace maintainers email by url (#10523) ([ff3cf61](https://github.com/bitnami/charts/commit/ff3cf61)), closes [#10523](https://github.com/bitnami/charts/issues/10523) +* [bitnami/several] Replace maintainers email by url (#10523) ([ff3cf61](https://github.com/bitnami/charts/commit/ff3cf617a1680509b0f3855d17c4ccff7b29a0ff)), closes [#10523](https://github.com/bitnami/charts/issues/10523) ## 6.2.5 (2022-05-30) -* [bitnami/several] Replace base64 --decode with base64 -d (#10495) ([099286a](https://github.com/bitnami/charts/commit/099286a)), closes [#10495](https://github.com/bitnami/charts/issues/10495) +* [bitnami/several] Replace base64 --decode with base64 -d (#10495) ([099286a](https://github.com/bitnami/charts/commit/099286ae7a87784cf809df0b64ab24f7ff0144c8)), closes [#10495](https://github.com/bitnami/charts/issues/10495) ## 6.2.4 (2022-05-26) -* [bitnami/ejbca] Release 6.2.4 updating components versions ([a45f164](https://github.com/bitnami/charts/commit/a45f164)) +* [bitnami/ejbca] Release 6.2.4 updating components versions ([a45f164](https://github.com/bitnami/charts/commit/a45f16463ac9f4e7ecc62a86d3954f02a6f14fa8)) ## 6.2.3 (2022-05-21) -* [bitnami/ejbca] Release 6.2.3 updating components versions ([73a499c](https://github.com/bitnami/charts/commit/73a499c)) +* [bitnami/ejbca] Release 6.2.3 updating components versions ([73a499c](https://github.com/bitnami/charts/commit/73a499c5ad770caa4ca69a17d834e4b9c85d38b1)) ## 6.2.2 (2022-05-19) -* [bitnami/ejbca] Release 6.2.2 updating components versions ([91aa6e9](https://github.com/bitnami/charts/commit/91aa6e9)) +* [bitnami/ejbca] Release 6.2.2 updating components versions ([91aa6e9](https://github.com/bitnami/charts/commit/91aa6e965dc58aedf587abbabfd9b72ac2e2dd96)) ## 6.2.1 (2022-05-18) -* [bitnami/ejbca] Release 6.2.1 updating components versions ([91b7267](https://github.com/bitnami/charts/commit/91b7267)) +* [bitnami/ejbca] Release 6.2.1 updating components versions ([91b7267](https://github.com/bitnami/charts/commit/91b7267da1b315f4cc78d4826941514934515092)) ## 6.2.0 (2022-05-16) -* [bitnami/*] add ingress extraRules feature (#10253) ([0f6cbb9](https://github.com/bitnami/charts/commit/0f6cbb9)), closes [#10253](https://github.com/bitnami/charts/issues/10253) +* [bitnami/*] add ingress extraRules feature (#10253) ([0f6cbb9](https://github.com/bitnami/charts/commit/0f6cbb9099b0e56685cc1d36ba50340f3d7278a1)), closes [#10253](https://github.com/bitnami/charts/issues/10253) ## 6.1.0 (2022-05-12) -* [bitnami/ejbca] Add missing namespace metadata (#10119) ([4329d77](https://github.com/bitnami/charts/commit/4329d77)), closes [#10119](https://github.com/bitnami/charts/issues/10119) +* [bitnami/ejbca] Add missing namespace metadata (#10119) ([4329d77](https://github.com/bitnami/charts/commit/4329d77158f32614a1f3307eeda82fab043d1b7e)), closes [#10119](https://github.com/bitnami/charts/issues/10119) ## 6.0.1 (2022-04-21) -* [bitnami/ejbca] Release 6.0.1 updating components versions ([c50455e](https://github.com/bitnami/charts/commit/c50455e)) +* [bitnami/ejbca] Release 6.0.1 updating components versions ([c50455e](https://github.com/bitnami/charts/commit/c50455e7eda9abfbee5da4b0e5732d7c71d16c92)) ## 6.0.0 (2022-04-21) -* [bitnami/ejbca] feat!: :arrow_up: Bump MariaDB version to 10.6 (#9846) ([f3b336e](https://github.com/bitnami/charts/commit/f3b336e)), closes [#9846](https://github.com/bitnami/charts/issues/9846) +* [bitnami/ejbca] feat!: :arrow_up: Bump MariaDB version to 10.6 (#9846) ([f3b336e](https://github.com/bitnami/charts/commit/f3b336e0c8bcec7eac174ed54aca69fad3c2c295)), closes [#9846](https://github.com/bitnami/charts/issues/9846) ## 5.1.13 (2022-04-20) -* [bitnami/ejbca] Release 5.1.13 updating components versions ([7360669](https://github.com/bitnami/charts/commit/7360669)) +* [bitnami/ejbca] Release 5.1.13 updating components versions ([7360669](https://github.com/bitnami/charts/commit/736066993e7ef8ca29db3d63af1afb8fba14bc98)) ## 5.1.12 (2022-04-19) -* [bitnami/ejbca] Release 5.1.12 updating components versions ([0e497fe](https://github.com/bitnami/charts/commit/0e497fe)) +* [bitnami/ejbca] Release 5.1.12 updating components versions ([0e497fe](https://github.com/bitnami/charts/commit/0e497fe80bcfc389043c0598538582ec13ae5fdf)) ## 5.1.11 (2022-04-08) -* [bitnami/ejbca] Release 5.1.11 updating components versions ([460365b](https://github.com/bitnami/charts/commit/460365b)) +* [bitnami/ejbca] Release 5.1.11 updating components versions ([460365b](https://github.com/bitnami/charts/commit/460365bf2642906ef013a91ffa267a51ff0e0e54)) ## 5.1.10 (2022-04-03) -* [bitnami/ejbca] Release 5.1.10 updating components versions ([239fb57](https://github.com/bitnami/charts/commit/239fb57)) +* [bitnami/ejbca] Release 5.1.10 updating components versions ([239fb57](https://github.com/bitnami/charts/commit/239fb570b6bcfe69cb02ce35c6bb85914d89616d)) ## 5.1.9 (2022-04-02) -* [bitnami/ejbca] Release 5.1.9 updating components versions ([5b5011c](https://github.com/bitnami/charts/commit/5b5011c)) +* [bitnami/ejbca] Release 5.1.9 updating components versions ([5b5011c](https://github.com/bitnami/charts/commit/5b5011c31a34f3967bbd85aa6a8ce3bea05a5c34)) ## 5.1.8 (2022-03-29) -* [bitnami/ejbca] Release 5.1.8 updating components versions ([82229fc](https://github.com/bitnami/charts/commit/82229fc)) +* [bitnami/ejbca] Release 5.1.8 updating components versions ([82229fc](https://github.com/bitnami/charts/commit/82229fcb0e280d323c8a24e67127b62480c9dc6e)) ## 5.1.7 (2022-03-27) -* [bitnami/ejbca] Release 5.1.7 updating components versions ([7fdabeb](https://github.com/bitnami/charts/commit/7fdabeb)) +* [bitnami/ejbca] Release 5.1.7 updating components versions ([7fdabeb](https://github.com/bitnami/charts/commit/7fdabeb1c44a78d7eed4833f08b9f051fdd17965)) ## 5.1.6 (2022-03-18) -* [bitnami/ejbca] Release 5.1.6 updating components versions ([c5aebb0](https://github.com/bitnami/charts/commit/c5aebb0)) +* [bitnami/ejbca] Release 5.1.6 updating components versions ([c5aebb0](https://github.com/bitnami/charts/commit/c5aebb09688e25f9edef7186b585b8d686ec0d41)) ## 5.1.5 (2022-03-16) -* [bitnami/ejbca] Release 5.1.5 updating components versions ([b8f1f71](https://github.com/bitnami/charts/commit/b8f1f71)) +* [bitnami/ejbca] Release 5.1.5 updating components versions ([b8f1f71](https://github.com/bitnami/charts/commit/b8f1f717c1d378c987f3aa64cd6afa7f43a3e8e6)) ## 5.1.4 (2022-03-04) -* [bitnami/several] Reorder subcharts (#9299) ([a041f6b](https://github.com/bitnami/charts/commit/a041f6b)), closes [#9299](https://github.com/bitnami/charts/issues/9299) +* [bitnami/several] Reorder subcharts (#9299) ([a041f6b](https://github.com/bitnami/charts/commit/a041f6b0ff2dea82b3d030cb99454cede94dbc9a)), closes [#9299](https://github.com/bitnami/charts/issues/9299) ## 5.1.3 (2022-03-02) -* [bitnami/ejbca] Release 5.1.3 updating components versions ([1666783](https://github.com/bitnami/charts/commit/1666783)) -* Non utf8 chars (#8923) ([6ffd18f](https://github.com/bitnami/charts/commit/6ffd18f)), closes [#8923](https://github.com/bitnami/charts/issues/8923) +* [bitnami/ejbca] Release 5.1.3 updating components versions ([1666783](https://github.com/bitnami/charts/commit/1666783e76a72f255d3a36a1aa89beaefc3f8dda)) +* Non utf8 chars (#8923) ([6ffd18f](https://github.com/bitnami/charts/commit/6ffd18fbbdf10e94ea1a90cf5b84ef610ac2a72d)), closes [#8923](https://github.com/bitnami/charts/issues/8923) ## 5.1.2 (2022-01-20) -* [bitnami/*] Readme automation (#8579) ([78d1938](https://github.com/bitnami/charts/commit/78d1938)), closes [#8579](https://github.com/bitnami/charts/issues/8579) -* [bitnami/*] Update READMEs (#8716) ([b9a9533](https://github.com/bitnami/charts/commit/b9a9533)), closes [#8716](https://github.com/bitnami/charts/issues/8716) -* [bitnami/several] Change prerequisites (#8725) ([8d740c5](https://github.com/bitnami/charts/commit/8d740c5)), closes [#8725](https://github.com/bitnami/charts/issues/8725) +* [bitnami/*] Readme automation (#8579) ([78d1938](https://github.com/bitnami/charts/commit/78d193831c900d178198491ffd08fa2217a64ecd)), closes [#8579](https://github.com/bitnami/charts/issues/8579) +* [bitnami/*] Update READMEs (#8716) ([b9a9533](https://github.com/bitnami/charts/commit/b9a953337590eb2979453385874a267bacf50936)), closes [#8716](https://github.com/bitnami/charts/issues/8716) +* [bitnami/several] Change prerequisites (#8725) ([8d740c5](https://github.com/bitnami/charts/commit/8d740c566cfdb7e2d933c40128b4e919fce953a5)), closes [#8725](https://github.com/bitnami/charts/issues/8725) ## 5.1.1 (2022-01-12) -* [bitnami/ejbca] Release 5.1.1 updating components versions ([d805450](https://github.com/bitnami/charts/commit/d805450)) +* [bitnami/ejbca] Release 5.1.1 updating components versions ([d805450](https://github.com/bitnami/charts/commit/d8054506e7dd8b7b66b53d94b88df26447e252ab)) ## 5.1.0 (2022-01-05) -* [bitnami/several] Adapt templating format (#8562) ([8cad18a](https://github.com/bitnami/charts/commit/8cad18a)), closes [#8562](https://github.com/bitnami/charts/issues/8562) -* [bitnami/several] Add license to the README ([05f7633](https://github.com/bitnami/charts/commit/05f7633)) -* [bitnami/several] Add license to the README ([32fb238](https://github.com/bitnami/charts/commit/32fb238)) -* [bitnami/several] Add license to the README ([b87c2f7](https://github.com/bitnami/charts/commit/b87c2f7)) +* [bitnami/several] Adapt templating format (#8562) ([8cad18a](https://github.com/bitnami/charts/commit/8cad18aed9966a6f0208e5ad6cee46cb217f47ab)), closes [#8562](https://github.com/bitnami/charts/issues/8562) +* [bitnami/several] Add license to the README ([05f7633](https://github.com/bitnami/charts/commit/05f763372501d596e57db713dd53ff4ff3027cc4)) +* [bitnami/several] Add license to the README ([32fb238](https://github.com/bitnami/charts/commit/32fb238e60a0affc6debd3142eaa3c3d9089ec2a)) +* [bitnami/several] Add license to the README ([b87c2f7](https://github.com/bitnami/charts/commit/b87c2f7899d48a8b02c506765e6ae82937e9ba3f)) ## 5.0.0 (2021-12-29) -* [bitnami/ejbca] Chart standardized (#7560) ([fbdc0fd](https://github.com/bitnami/charts/commit/fbdc0fd)), closes [#7560](https://github.com/bitnami/charts/issues/7560) +* [bitnami/ejbca] Chart standardized (#7560) ([fbdc0fd](https://github.com/bitnami/charts/commit/fbdc0fde5be41f25aaf17e4d130745fbce28b069)), closes [#7560](https://github.com/bitnami/charts/issues/7560) ## 4.0.0 (2021-12-18) -* [bitnami/ejbca] Major change. Adapt to image PR #12 (#8439) ([e7da7f9](https://github.com/bitnami/charts/commit/e7da7f9)), closes [#12](https://github.com/bitnami/charts/issues/12) [#8439](https://github.com/bitnami/charts/issues/8439) +* [bitnami/ejbca] Major change. Adapt to image PR #12 (#8439) ([e7da7f9](https://github.com/bitnami/charts/commit/e7da7f91f041f3da3c51d5d3ee5c30e9e8c56aeb)), closes [#12](https://github.com/bitnami/charts/issues/12) [#8439](https://github.com/bitnami/charts/issues/8439) ## 3.1.3 (2021-12-16) -* [bitnami/ejbca] Release 3.1.3 updating components versions ([eea936e](https://github.com/bitnami/charts/commit/eea936e)) -* [bitnami/several] Regenerate README tables ([8150149](https://github.com/bitnami/charts/commit/8150149)) +* [bitnami/ejbca] Release 3.1.3 updating components versions ([eea936e](https://github.com/bitnami/charts/commit/eea936eef0077519bb2f63de9f2e23405e110331)) +* [bitnami/several] Regenerate README tables ([8150149](https://github.com/bitnami/charts/commit/8150149f0bb746e86ff0029fc375d43775bdf15a)) ## 3.1.2 (2021-11-29) -* [bitnami/several] Replace HTTP by HTTPS when possible (#8259) ([eafb5bd](https://github.com/bitnami/charts/commit/eafb5bd)), closes [#8259](https://github.com/bitnami/charts/issues/8259) +* [bitnami/several] Replace HTTP by HTTPS when possible (#8259) ([eafb5bd](https://github.com/bitnami/charts/commit/eafb5bd5a2cc3aaf04fc1e8ebedd73f420d76864)), closes [#8259](https://github.com/bitnami/charts/issues/8259) ## 3.1.1 (2021-11-28) -* [bitnami/ejbca] Release 3.1.1 updating components versions ([8e51c38](https://github.com/bitnami/charts/commit/8e51c38)) +* [bitnami/ejbca] Release 3.1.1 updating components versions ([8e51c38](https://github.com/bitnami/charts/commit/8e51c380d91a4bbf010f080ffe69023457728ef1)) ## 3.1.0 (2021-11-17) -* [bitnami/*] Add network policies - first batch (#8088) ([81ece48](https://github.com/bitnami/charts/commit/81ece48)), closes [#8088](https://github.com/bitnami/charts/issues/8088) +* [bitnami/*] Add network policies - first batch (#8088) ([81ece48](https://github.com/bitnami/charts/commit/81ece48240d42de95b08e33b78c80078126d0139)), closes [#8088](https://github.com/bitnami/charts/issues/8088) ## 3.0.5 (2021-11-17) -* [bitnami/several] Add extraDeploy feature to the pending charts (#8164) ([d812a24](https://github.com/bitnami/charts/commit/d812a24)), closes [#8164](https://github.com/bitnami/charts/issues/8164) -* [bitnami/several] Regenerate README tables ([3cefed3](https://github.com/bitnami/charts/commit/3cefed3)) +* [bitnami/several] Add extraDeploy feature to the pending charts (#8164) ([d812a24](https://github.com/bitnami/charts/commit/d812a243cb1bba69c67ac22cfce1f7999848ef74)), closes [#8164](https://github.com/bitnami/charts/issues/8164) +* [bitnami/several] Regenerate README tables ([3cefed3](https://github.com/bitnami/charts/commit/3cefed3ef961fbd7596242b1165bcfa229a9cadb)) ## 3.0.4 (2021-10-28) -* [bitnami/ejbca] Release 3.0.4 updating components versions ([85820f9](https://github.com/bitnami/charts/commit/85820f9)) -* [bitnami/several] Regenerate README tables ([c82619f](https://github.com/bitnami/charts/commit/c82619f)) +* [bitnami/ejbca] Release 3.0.4 updating components versions ([85820f9](https://github.com/bitnami/charts/commit/85820f90b2e150c23adeefadc10d415d1d09a593)) +* [bitnami/several] Regenerate README tables ([c82619f](https://github.com/bitnami/charts/commit/c82619f4141cd18e1b6079fdd84eb5b7bb47d819)) ## 3.0.3 (2021-10-23) -* [bitnami/ejbca] Release 3.0.3 updating components versions ([10201fc](https://github.com/bitnami/charts/commit/10201fc)) +* [bitnami/ejbca] Release 3.0.3 updating components versions ([10201fc](https://github.com/bitnami/charts/commit/10201fcf9bcd656f04fd5e8c9e80a723a57d6bf4)) ## 3.0.2 (2021-10-22) -* [bitnami/several] Add chart info to NOTES.txt (#7889) ([a6751cd](https://github.com/bitnami/charts/commit/a6751cd)), closes [#7889](https://github.com/bitnami/charts/issues/7889) +* [bitnami/several] Add chart info to NOTES.txt (#7889) ([a6751cd](https://github.com/bitnami/charts/commit/a6751cdd33c461fabbc459fbea6f219ec64ab6b2)), closes [#7889](https://github.com/bitnami/charts/issues/7889) ## 3.0.1 (2021-10-01) -* [bitnami/*] Drop support for deprecated cert-manager annotation (#7582) ([a081792](https://github.com/bitnami/charts/commit/a081792)), closes [#7582](https://github.com/bitnami/charts/issues/7582) -* [bitnami/*] Generate READMEs with new generator version (#7614) ([e5ab2e6](https://github.com/bitnami/charts/commit/e5ab2e6)), closes [#7614](https://github.com/bitnami/charts/issues/7614) -* [bitnami/several] Regenerate README tables ([a8d100a](https://github.com/bitnami/charts/commit/a8d100a)) +* [bitnami/*] Drop support for deprecated cert-manager annotation (#7582) ([a081792](https://github.com/bitnami/charts/commit/a08179293543f063e5de966a9976ca967161de7b)), closes [#7582](https://github.com/bitnami/charts/issues/7582) +* [bitnami/*] Generate READMEs with new generator version (#7614) ([e5ab2e6](https://github.com/bitnami/charts/commit/e5ab2e6ecdd6bce800863f154cda524ff9f6c117)), closes [#7614](https://github.com/bitnami/charts/issues/7614) +* [bitnami/several] Regenerate README tables ([a8d100a](https://github.com/bitnami/charts/commit/a8d100a745750c3bfc01c68be65905822d620898)) ## 3.0.0 (2021-09-23) -* [bitnami/ejbca] Release 3.0.0 updating components versions ([25f842e](https://github.com/bitnami/charts/commit/25f842e)) -* [bitnami/several] Regenerate README tables ([bd0f8f2](https://github.com/bitnami/charts/commit/bd0f8f2)) +* [bitnami/ejbca] Release 3.0.0 updating components versions ([25f842e](https://github.com/bitnami/charts/commit/25f842eceffa56ed28f60b1ec48b7caec1b86335)) +* [bitnami/several] Regenerate README tables ([bd0f8f2](https://github.com/bitnami/charts/commit/bd0f8f2f281fed642259508be21a57af1cfa5c2b)) ## 2.3.4 (2021-09-21) -* [bitnami/ejbca] Release 2.3.4 updating components versions ([c324279](https://github.com/bitnami/charts/commit/c324279)) -* [bitnami/several] Regenerate README tables ([da2513b](https://github.com/bitnami/charts/commit/da2513b)) +* [bitnami/ejbca] Release 2.3.4 updating components versions ([c324279](https://github.com/bitnami/charts/commit/c324279dcaf419dd85c66190c7737b277300a424)) +* [bitnami/several] Regenerate README tables ([da2513b](https://github.com/bitnami/charts/commit/da2513bf0a33819f3b1151d387c631a9ffdb03e2)) ## 2.3.3 (2021-08-25) -* [bitnami/ejbca] Release 2.3.3 updating components versions ([3043ccc](https://github.com/bitnami/charts/commit/3043ccc)) +* [bitnami/ejbca] Release 2.3.3 updating components versions ([3043ccc](https://github.com/bitnami/charts/commit/3043ccc75cb19a26d57f5b8564120b64cda80ed4)) ## 2.3.2 (2021-08-18) -* [bitnami/ejbca] Updated README (#7145) ([b7fb9c7](https://github.com/bitnami/charts/commit/b7fb9c7)), closes [#7145](https://github.com/bitnami/charts/issues/7145) -* [bitnami/several] Regenerate README tables ([6c107e8](https://github.com/bitnami/charts/commit/6c107e8)) -* [multiple] Updated image.tag section (#7257) ([a133bed](https://github.com/bitnami/charts/commit/a133bed)), closes [#7257](https://github.com/bitnami/charts/issues/7257) +* [bitnami/ejbca] Updated README (#7145) ([b7fb9c7](https://github.com/bitnami/charts/commit/b7fb9c7e1945e229b64d5ae1b6716ec2dee55a11)), closes [#7145](https://github.com/bitnami/charts/issues/7145) +* [bitnami/several] Regenerate README tables ([6c107e8](https://github.com/bitnami/charts/commit/6c107e835d6caf8db2e8b17dcd48c5971637e013)) +* [multiple] Updated image.tag section (#7257) ([a133bed](https://github.com/bitnami/charts/commit/a133bed2b4524e3b0cdec19413e089e4fbb12013)), closes [#7257](https://github.com/bitnami/charts/issues/7257) ## 2.3.1 (2021-08-04) -* [bitnami/ejbca] Release 2.3.1 updating components versions ([e5985d9](https://github.com/bitnami/charts/commit/e5985d9)) +* [bitnami/ejbca] Release 2.3.1 updating components versions ([e5985d9](https://github.com/bitnami/charts/commit/e5985d9b8f97350d28a6c6e3a3ef86277c0e8440)) ## 2.3.0 (2021-07-27) -* [bitnami/several] Add diagnostic mode (#7012) ([f1344b0](https://github.com/bitnami/charts/commit/f1344b0)), closes [#7012](https://github.com/bitnami/charts/issues/7012) +* [bitnami/several] Add diagnostic mode (#7012) ([f1344b0](https://github.com/bitnami/charts/commit/f1344b0361c5a93bf971d08f0fc64d3c8588cbf9)), closes [#7012](https://github.com/bitnami/charts/issues/7012) ## 2.2.8 (2021-07-22) -* [bitnami/several] Fix default values and regenerate README (#7023) ([c443ded](https://github.com/bitnami/charts/commit/c443ded)), closes [#7023](https://github.com/bitnami/charts/issues/7023) +* [bitnami/several] Fix default values and regenerate README (#7023) ([c443ded](https://github.com/bitnami/charts/commit/c443ded691a1184a72af7b812759fad54b240ae9)), closes [#7023](https://github.com/bitnami/charts/issues/7023) ## 2.2.7 (2021-07-11) -* [bitnami/ejbca] Release 2.2.7 updating components versions ([df48716](https://github.com/bitnami/charts/commit/df48716)) +* [bitnami/ejbca] Release 2.2.7 updating components versions ([df48716](https://github.com/bitnami/charts/commit/df4871679a76729f27207525ebbfcb965364f5a0)) ## 2.2.6 (2021-07-01) -* [bitnami/*] Adapt values.yaml of Dokuwiki, Drupal and EJBCA charts (#6814) ([1ffa417](https://github.com/bitnami/charts/commit/1ffa417)), closes [#6814](https://github.com/bitnami/charts/issues/6814) +* [bitnami/*] Adapt values.yaml of Dokuwiki, Drupal and EJBCA charts (#6814) ([1ffa417](https://github.com/bitnami/charts/commit/1ffa417d8eea252bbb0887f68b5b7a4cd79ffd53)), closes [#6814](https://github.com/bitnami/charts/issues/6814) ## 2.2.5 (2021-06-10) -* [bitnami/ejbca] Release 2.2.5 updating components versions ([2390550](https://github.com/bitnami/charts/commit/2390550)) +* [bitnami/ejbca] Release 2.2.5 updating components versions ([2390550](https://github.com/bitnami/charts/commit/23905505f27db7f321457ff8c2ba7bfe21cf7dc7)) ## 2.2.4 (2021-05-11) -* [bitnami/ejbca] Release 2.2.4 updating components versions ([107f17f](https://github.com/bitnami/charts/commit/107f17f)) +* [bitnami/ejbca] Release 2.2.4 updating components versions ([107f17f](https://github.com/bitnami/charts/commit/107f17fd79804c2f47ea088604b0ce1507f23124)) ## 2.2.3 (2021-04-11) -* [bitnami/ejbca] Release 2.2.3 updating components versions ([947f7ef](https://github.com/bitnami/charts/commit/947f7ef)) +* [bitnami/ejbca] Release 2.2.3 updating components versions ([947f7ef](https://github.com/bitnami/charts/commit/947f7ef74465adaa3fcb30ce52f78f843bdaa90c)) ## 2.2.2 (2021-03-12) -* [bitnami/*] Add notice regarding parameters immutability after chart installation (#4853) ([5f09573](https://github.com/bitnami/charts/commit/5f09573)), closes [#4853](https://github.com/bitnami/charts/issues/4853) -* [bitnami/ejbca] Release 2.2.2 updating components versions ([1448fe0](https://github.com/bitnami/charts/commit/1448fe0)) +* [bitnami/*] Add notice regarding parameters immutability after chart installation (#4853) ([5f09573](https://github.com/bitnami/charts/commit/5f095734f92555dec7cd0e3ee961f315eac170ff)), closes [#4853](https://github.com/bitnami/charts/issues/4853) +* [bitnami/ejbca] Release 2.2.2 updating components versions ([1448fe0](https://github.com/bitnami/charts/commit/1448fe0706112e7c1beaf4096fe5d422bf9a5423)) ## 2.2.1 (2021-02-10) -* [bitnami/ejbca] Release 2.2.1 updating components versions ([ee33556](https://github.com/bitnami/charts/commit/ee33556)) +* [bitnami/ejbca] Release 2.2.1 updating components versions ([ee33556](https://github.com/bitnami/charts/commit/ee33556e72ae2a4c3735807ac4c3c5f73a01e3ba)) ## 2.2.0 (2021-01-27) -* [bitnami/*] Change helm version in the prerequisites (#5090) ([c5e67a3](https://github.com/bitnami/charts/commit/c5e67a3)), closes [#5090](https://github.com/bitnami/charts/issues/5090) -* [bitnami/ejbca] Add hostAliases (#5223) ([b65d4db](https://github.com/bitnami/charts/commit/b65d4db)), closes [#5223](https://github.com/bitnami/charts/issues/5223) +* [bitnami/*] Change helm version in the prerequisites (#5090) ([c5e67a3](https://github.com/bitnami/charts/commit/c5e67a388743cbee28439d2cabca27884b9daf97)), closes [#5090](https://github.com/bitnami/charts/issues/5090) +* [bitnami/ejbca] Add hostAliases (#5223) ([b65d4db](https://github.com/bitnami/charts/commit/b65d4dbd007f42225c2197479a2a049afaffacfa)), closes [#5223](https://github.com/bitnami/charts/issues/5223) ## 2.1.0 (2021-01-13) -* [bitnami/ejbca] Make Ingress compatible with k8s 1.20 (#4963) ([e148b31](https://github.com/bitnami/charts/commit/e148b31)), closes [#4963](https://github.com/bitnami/charts/issues/4963) +* [bitnami/ejbca] Make Ingress compatible with k8s 1.20 (#4963) ([e148b31](https://github.com/bitnami/charts/commit/e148b314fcdf6f06be286b46708b76b52d1cf5dc)), closes [#4963](https://github.com/bitnami/charts/issues/4963) ## 2.0.4 (2021-01-11) -* [bitnami/ejbca] Release 2.0.4 updating components versions ([fb01d05](https://github.com/bitnami/charts/commit/fb01d05)) +* [bitnami/ejbca] Release 2.0.4 updating components versions ([fb01d05](https://github.com/bitnami/charts/commit/fb01d05ae19a17f3b6288a03bf986aaf5187d356)) ## 2.0.3 (2020-12-16) -* [bitnami/*] fix typos (#4699) ([49adc63](https://github.com/bitnami/charts/commit/49adc63)), closes [#4699](https://github.com/bitnami/charts/issues/4699) -* [bitnami/ejbca] Fix ingress issue with SSL redirection (#4746) ([fb76ea9](https://github.com/bitnami/charts/commit/fb76ea9)), closes [#4746](https://github.com/bitnami/charts/issues/4746) +* [bitnami/*] fix typos (#4699) ([49adc63](https://github.com/bitnami/charts/commit/49adc63b672da976c55af2e077aa5648a357b77f)), closes [#4699](https://github.com/bitnami/charts/issues/4699) +* [bitnami/ejbca] Fix ingress issue with SSL redirection (#4746) ([fb76ea9](https://github.com/bitnami/charts/commit/fb76ea9a422f86762f24a6a462df65989d03bc2f)), closes [#4746](https://github.com/bitnami/charts/issues/4746) ## 2.0.2 (2020-12-12) -* [bitnami/ejbca] Release 2.0.2 updating components versions ([6914aaa](https://github.com/bitnami/charts/commit/6914aaa)) +* [bitnami/ejbca] Release 2.0.2 updating components versions ([6914aaa](https://github.com/bitnami/charts/commit/6914aaa6853d3765e5457018d01fb54dd587b031)) ## 2.0.1 (2020-12-11) -* [bitnami/*] Update dependencies (#4694) ([2826c12](https://github.com/bitnami/charts/commit/2826c12)), closes [#4694](https://github.com/bitnami/charts/issues/4694) +* [bitnami/*] Update dependencies (#4694) ([2826c12](https://github.com/bitnami/charts/commit/2826c125b42505f28431301e3c1bbe5366e47a01)), closes [#4694](https://github.com/bitnami/charts/issues/4694) ## 2.0.0 (2020-11-12) -* [bitnami/*] Include link to Troubleshootin guide on README.md (#4136) ([c08a20e](https://github.com/bitnami/charts/commit/c08a20e)), closes [#4136](https://github.com/bitnami/charts/issues/4136) -* [bitnami/ejbca] Major version. Adapt Chart to apiVersion: v2 (#4332) ([f2bfe65](https://github.com/bitnami/charts/commit/f2bfe65)), closes [#4332](https://github.com/bitnami/charts/issues/4332) +* [bitnami/*] Include link to Troubleshootin guide on README.md (#4136) ([c08a20e](https://github.com/bitnami/charts/commit/c08a20e3db004215383004ff023a73fcc2522e72)), closes [#4136](https://github.com/bitnami/charts/issues/4136) +* [bitnami/ejbca] Major version. Adapt Chart to apiVersion: v2 (#4332) ([f2bfe65](https://github.com/bitnami/charts/commit/f2bfe65678ad2afae70a09975519162b83d4a7c4)), closes [#4332](https://github.com/bitnami/charts/issues/4332) ## 1.0.1 (2020-10-21) -* [bitnami/ejbca] Release 1.0.1 updating components versions ([6e6258e](https://github.com/bitnami/charts/commit/6e6258e)) -* Add quote to bitnami/ejbca deployment port number ([6d76abe](https://github.com/bitnami/charts/commit/6d76abe)) +* [bitnami/ejbca] Release 1.0.1 updating components versions ([6e6258e](https://github.com/bitnami/charts/commit/6e6258e6620118d65a9b3c4ad06f8a9bfa87db7f)) +* Add quote to bitnami/ejbca deployment port number ([6d76abe](https://github.com/bitnami/charts/commit/6d76abefb5b5fa25c0a33d224736a3d8a5841542)) ## 1.0.0 (2020-10-08) -* [bitnami/ejbca] MAJOR change - bump MariaDB subchart (#3948) ([3748bad](https://github.com/bitnami/charts/commit/3748bad)), closes [#3948](https://github.com/bitnami/charts/issues/3948) +* [bitnami/ejbca] MAJOR change - bump MariaDB subchart (#3948) ([3748bad](https://github.com/bitnami/charts/commit/3748bad96227b030f86f50f535c3ad71a092bb10)), closes [#3948](https://github.com/bitnami/charts/issues/3948) ## 0.4.0 (2020-09-24) -* [bitnami/*] Affinity based on common presets (#3746) ([01884c7](https://github.com/bitnami/charts/commit/01884c7)), closes [#3746](https://github.com/bitnami/charts/issues/3746) +* [bitnami/*] Affinity based on common presets (#3746) ([01884c7](https://github.com/bitnami/charts/commit/01884c767c48c38e6fa4c2984bd1acd5d6d81f9e)), closes [#3746](https://github.com/bitnami/charts/issues/3746) ## 0.3.3 (2020-09-21) -* [bitnami/ejbca] Release 0.3.3 updating components versions ([e0e1790](https://github.com/bitnami/charts/commit/e0e1790)) +* [bitnami/ejbca] Release 0.3.3 updating components versions ([e0e1790](https://github.com/bitnami/charts/commit/e0e1790af8d9dd364530f13d41d7561b2bdf70ca)) ## 0.3.2 (2020-09-11) -* [bitnami/metrics-server] Add source repo (#3577) ([1ed12f9](https://github.com/bitnami/charts/commit/1ed12f9)), closes [#3577](https://github.com/bitnami/charts/issues/3577) -* illegal number syntax: "-" in NOTES.txt (#3654) ([6572fc2](https://github.com/bitnami/charts/commit/6572fc2)), closes [#3654](https://github.com/bitnami/charts/issues/3654) +* [bitnami/metrics-server] Add source repo (#3577) ([1ed12f9](https://github.com/bitnami/charts/commit/1ed12f96af75322b46afdb2b3d9907c11b13f765)), closes [#3577](https://github.com/bitnami/charts/issues/3577) +* illegal number syntax: "-" in NOTES.txt (#3654) ([6572fc2](https://github.com/bitnami/charts/commit/6572fc28019bc64c3459ac5b0768839333808283)), closes [#3654](https://github.com/bitnami/charts/issues/3654) ## 0.3.1 (2020-09-02) -* [bitnami/ejbca] Fix externalDatabase.port render and remove unused parameter from the README (#3586) ([a13cf3e](https://github.com/bitnami/charts/commit/a13cf3e)), closes [#3586](https://github.com/bitnami/charts/issues/3586) +* [bitnami/ejbca] Fix externalDatabase.port render and remove unused parameter from the README (#3586) ([a13cf3e](https://github.com/bitnami/charts/commit/a13cf3e98aeb6d34a34d4176fd8f07431ca1578a)), closes [#3586](https://github.com/bitnami/charts/issues/3586) ## 0.3.0 (2020-09-01) -* [bitnami/ejbca] Provides ingress access (#3578) ([630bb00](https://github.com/bitnami/charts/commit/630bb00)), closes [#3578](https://github.com/bitnami/charts/issues/3578) +* [bitnami/ejbca] Provides ingress access (#3578) ([630bb00](https://github.com/bitnami/charts/commit/630bb00113cd04499578b1f1a53bf3ae8ecfd09b)), closes [#3578](https://github.com/bitnami/charts/issues/3578) ## 0.2.1 (2020-08-26) -* [bitnami/ejbca] Release 0.2.1 updating components versions ([99af467](https://github.com/bitnami/charts/commit/99af467)) +* [bitnami/ejbca] Release 0.2.1 updating components versions ([99af467](https://github.com/bitnami/charts/commit/99af467ce1a4a18c5bca97240404a68acd60f30e)) ## 0.2.0 (2020-08-13) -* [bitnami/*] Fix TL;DR typo in READMEs (#3280) ([3d7ab40](https://github.com/bitnami/charts/commit/3d7ab40)), closes [#3280](https://github.com/bitnami/charts/issues/3280) -* [bitnami/*] Use common helps for upgrade password errors (#3335) ([079f5bd](https://github.com/bitnami/charts/commit/079f5bd)), closes [#3335](https://github.com/bitnami/charts/issues/3335) +* [bitnami/*] Fix TL;DR typo in READMEs (#3280) ([3d7ab40](https://github.com/bitnami/charts/commit/3d7ab406fecd64f1af25f53e7d27f03ec95b29a4)), closes [#3280](https://github.com/bitnami/charts/issues/3280) +* [bitnami/*] Use common helps for upgrade password errors (#3335) ([079f5bd](https://github.com/bitnami/charts/commit/079f5bd6ec59bb058216d6a931449b895517c789)), closes [#3335](https://github.com/bitnami/charts/issues/3335) ## 0.1.4 (2020-07-27) -* [bitnami/ejbca] Release 0.1.4 updating components versions ([3e20bd6](https://github.com/bitnami/charts/commit/3e20bd6)) +* [bitnami/ejbca] Release 0.1.4 updating components versions ([3e20bd6](https://github.com/bitnami/charts/commit/3e20bd659d7cb72c74ea35579056a68405e3fb98)) ## 0.1.3 (2020-07-16) -* [bitnami/ejbca] Release 0.1.3 updating components versions ([00de38e](https://github.com/bitnami/charts/commit/00de38e)) +* [bitnami/ejbca] Release 0.1.3 updating components versions ([00de38e](https://github.com/bitnami/charts/commit/00de38ec2895e603f943f83fe519eeebb9d15654)) ## 0.1.2 (2020-07-15) -* [bitnami/all] Add categories (#3075) ([63bde06](https://github.com/bitnami/charts/commit/63bde06)), closes [#3075](https://github.com/bitnami/charts/issues/3075) -* Customize EJBCA container port (#3124) ([22c5fe5](https://github.com/bitnami/charts/commit/22c5fe5)), closes [#3124](https://github.com/bitnami/charts/issues/3124) +* [bitnami/all] Add categories (#3075) ([63bde06](https://github.com/bitnami/charts/commit/63bde066b87a140fab52264d0522401ab3d63509)), closes [#3075](https://github.com/bitnami/charts/issues/3075) +* Customize EJBCA container port (#3124) ([22c5fe5](https://github.com/bitnami/charts/commit/22c5fe5a962593ea7fba333909c77ae18d40c7f5)), closes [#3124](https://github.com/bitnami/charts/issues/3124) ## 0.1.1 (2020-07-06) -* [bitnami/ejbca] Release 0.1.1 updating components versions ([73fbb1c](https://github.com/bitnami/charts/commit/73fbb1c)) +* [bitnami/ejbca] Release 0.1.1 updating components versions ([73fbb1c](https://github.com/bitnami/charts/commit/73fbb1c676fcb796259ff3d2da3c3a1199b05f38)) ## 0.1.0 (2020-07-06) -* [bitnami/ejbca] EJBCA Chart (#2955) ([6f48141](https://github.com/bitnami/charts/commit/6f48141)), closes [#2955](https://github.com/bitnami/charts/issues/2955) +* [bitnami/ejbca] EJBCA Chart (#2955) ([6f48141](https://github.com/bitnami/charts/commit/6f48141a41639a58c47bcc9f6fa8fe2acc8889dc)), closes [#2955](https://github.com/bitnami/charts/issues/2955) diff --git a/bitnami/ejbca/Chart.yaml b/bitnami/ejbca/Chart.yaml index a8da35bd98df96..c24715e68c7796 100644 --- a/bitnami/ejbca/Chart.yaml +++ b/bitnami/ejbca/Chart.yaml @@ -35,4 +35,4 @@ maintainers: name: ejbca sources: - https://github.com/bitnami/charts/tree/main/bitnami/ejbca -version: 14.1.0 +version: 14.2.0 diff --git a/bitnami/ejbca/README.md b/bitnami/ejbca/README.md index 5bc721e86e2caa..f6471453ba6e6e 100644 --- a/bitnami/ejbca/README.md +++ b/bitnami/ejbca/README.md @@ -202,6 +202,9 @@ Persistent Volume Claims are used to keep the data across deployments. This is k | `persistence.annotations` | Persistent Volume Claim annotations | `{}` | | `sidecars` | Attach additional sidecar containers to the pod | `[]` | | `initContainers` | Additional init containers to add to the pods | `[]` | +| `pdb.create` | Enable/disable a Pod Disruption Budget creation | `true` | +| `pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `""` | +| `pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable | `""` | | `automountServiceAccountToken` | Mount Service Account token in pod | `false` | | `hostAliases` | Add deployment host aliases | `[]` | | `priorityClassName` | EJBCA pods' priorityClassName | `""` | diff --git a/bitnami/ejbca/templates/pdb.yaml b/bitnami/ejbca/templates/pdb.yaml new file mode 100644 index 00000000000000..c298722271ed18 --- /dev/null +++ b/bitnami/ejbca/templates/pdb.yaml @@ -0,0 +1,26 @@ +{{- /* +Copyright Broadcom, Inc. All Rights Reserved. +SPDX-License-Identifier: APACHE-2.0 +*/}} + +{{- if .Values.pdb.create }} +apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} +kind: PodDisruptionBudget +metadata: + name: {{ include "common.names.fullname" . }} + namespace: {{ include "common.names.namespace" . | quote }} + labels: {{- include "common.labels.standard" ( dict "customLabels" .Values.commonLabels "context" $ ) | nindent 4 }} + {{- if .Values.commonAnnotations }} + annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }} + {{- end }} +spec: + {{- if .Values.pdb.minAvailable }} + minAvailable: {{ .Values.pdb.minAvailable }} + {{- end }} + {{- if or .Values.pdb.maxUnavailable (not .Values.pdb.minAvailable) }} + maxUnavailable: {{ .Values.pdb.maxUnavailable | default 1 }} + {{- end }} + {{- $podLabels := include "common.tplvalues.merge" (dict "values" (list .Values.podLabels .Values.commonLabels) "context" .) }} + selector: + matchLabels: {{- include "common.labels.matchLabels" ( dict "customLabels" $podLabels "context" $ ) | nindent 6 }} +{{- end }} diff --git a/bitnami/ejbca/values.yaml b/bitnami/ejbca/values.yaml index 3d4857bb6e41a0..8c3c46c31ec57f 100644 --- a/bitnami/ejbca/values.yaml +++ b/bitnami/ejbca/values.yaml @@ -241,6 +241,16 @@ sidecars: [] ## imagePullPolicy: Always ## initContainers: [] +## Pod Disruption Budget configuration +## ref: https://kubernetes.io/docs/tasks/run-application/configure-pdb +## @param pdb.create Enable/disable a Pod Disruption Budget creation +## @param pdb.minAvailable Minimum number/percentage of pods that should remain scheduled +## @param pdb.maxUnavailable Maximum number/percentage of pods that may be made unavailable +## +pdb: + create: true + minAvailable: "" + maxUnavailable: "" ## @param automountServiceAccountToken Mount Service Account token in pod ## automountServiceAccountToken: false From 0b20366ba83014a429ca7e8313da38335f89c845 Mon Sep 17 00:00:00 2001 From: Fran Mulero Date: Mon, 27 May 2024 08:49:20 +0200 Subject: [PATCH 015/110] [bitnami/cert-manager] Enable PodDisruptionBudgets (#26421) * [bitnami/cert-manager] Enable PodDisruptionBudgets Signed-off-by: Fran Mulero * Update CHANGELOG.md Signed-off-by: Bitnami Containers --------- Signed-off-by: Fran Mulero Signed-off-by: Bitnami Containers Co-authored-by: Bitnami Containers --- bitnami/cert-manager/CHANGELOG.md | 8 ++++-- bitnami/cert-manager/Chart.lock | 2 +- bitnami/cert-manager/Chart.yaml | 2 +- bitnami/cert-manager/README.md | 9 ++++++ .../templates/cainjector/pdb.yaml | 28 +++++++++++++++++++ .../templates/controller/pdb.yaml | 28 +++++++++++++++++++ .../cert-manager/templates/webhook/pdb.yaml | 28 +++++++++++++++++++ bitnami/cert-manager/values.yaml | 24 ++++++++++++++++ 8 files changed, 125 insertions(+), 4 deletions(-) create mode 100644 bitnami/cert-manager/templates/cainjector/pdb.yaml create mode 100644 bitnami/cert-manager/templates/controller/pdb.yaml create mode 100644 bitnami/cert-manager/templates/webhook/pdb.yaml diff --git a/bitnami/cert-manager/CHANGELOG.md b/bitnami/cert-manager/CHANGELOG.md index 25be8000f62ef7..ad727027e3cc23 100644 --- a/bitnami/cert-manager/CHANGELOG.md +++ b/bitnami/cert-manager/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog -## 1.2.1 (2024-05-23) +## 1.3.0 (2024-05-24) -* [bitnami/cert-manager] Use different liveness/readiness probes ([#26310](https://github.com/bitnami/charts/pull/26310)) +* [bitnami/cert-manager] Enable PodDisruptionBudgets ([#26421](https://github.com/bitnami/charts/pull/26421)) + +## 1.2.1 (2024-05-23) + +* [bitnami/cert-manager] Use different liveness/readiness probes (#26310) ([5225821](https://github.com/bitnami/charts/commit/522582196e58b35eebc21306f5843680f805e9b9)), closes [#26310](https://github.com/bitnami/charts/issues/26310) ## 1.2.0 (2024-05-21) diff --git a/bitnami/cert-manager/Chart.lock b/bitnami/cert-manager/Chart.lock index 0530b6256e3aca..419a82ca37685a 100644 --- a/bitnami/cert-manager/Chart.lock +++ b/bitnami/cert-manager/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: oci://registry-1.docker.io/bitnamicharts version: 2.19.3 digest: sha256:de997835d9ce9a9deefc2d70d8c62b11aa1d1a76ece9e86a83736ab9f930bf4d -generated: "2024-05-21T13:28:52.833160968+02:00" +generated: "2024-05-24T18:09:21.509959+02:00" diff --git a/bitnami/cert-manager/Chart.yaml b/bitnami/cert-manager/Chart.yaml index 1e3b544aaa0a89..9dbef810145002 100644 --- a/bitnami/cert-manager/Chart.yaml +++ b/bitnami/cert-manager/Chart.yaml @@ -35,4 +35,4 @@ maintainers: name: cert-manager sources: - https://github.com/bitnami/charts/tree/main/bitnami/cert-manager -version: 1.2.1 +version: 1.3.0 diff --git a/bitnami/cert-manager/README.md b/bitnami/cert-manager/README.md index bdf59d9902412e..1e74ca2fdbe286 100644 --- a/bitnami/cert-manager/README.md +++ b/bitnami/cert-manager/README.md @@ -387,6 +387,9 @@ As an alternative, you can make use of the preset configurations for pod affinit | `controller.networkPolicy.extraEgress` | Add extra ingress rules to the NetworkPolicy | `[]` | | `controller.networkPolicy.ingressNSMatchLabels` | Labels to match to allow traffic from other namespaces | `{}` | | `controller.networkPolicy.ingressNSPodMatchLabels` | Pod labels to match to allow traffic from other namespaces | `{}` | +| `controller.pdb.create` | Enable/disable a Pod Disruption Budget creation | `true` | +| `controller.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `""` | +| `controller.pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `controller.pdb.minAvailable` and `controller.pdb.maxUnavailable` are empty. | `""` | ### Webhook deployment parameters @@ -478,6 +481,9 @@ As an alternative, you can make use of the preset configurations for pod affinit | `webhook.networkPolicy.extraEgress` | Add extra ingress rules to the NetworkPolicy | `[]` | | `webhook.networkPolicy.ingressNSMatchLabels` | Labels to match to allow traffic from other namespaces | `{}` | | `webhook.networkPolicy.ingressNSPodMatchLabels` | Pod labels to match to allow traffic from other namespaces | `{}` | +| `webhook.pdb.create` | Enable/disable a Pod Disruption Budget creation | `true` | +| `webhook.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `""` | +| `webhook.pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `webhook.pdb.minAvailable` and `webhook.pdb.maxUnavailable` are empty. | `""` | ### CAInjector deployment parameters @@ -565,6 +571,9 @@ As an alternative, you can make use of the preset configurations for pod affinit | `cainjector.networkPolicy.allowExternalEgress` | Allow the pod to access any range of port and all destinations. | `true` | | `cainjector.networkPolicy.extraIngress` | Add extra ingress rules to the NetworkPolicy | `[]` | | `cainjector.networkPolicy.extraEgress` | Add extra ingress rules to the NetworkPolicy | `[]` | +| `cainjector.pdb.create` | Enable/disable a Pod Disruption Budget creation | `true` | +| `cainjector.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `""` | +| `cainjector.pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `cainjector.pdb.minAvailable` and `cainjector.pdb.maxUnavailable` are empty. | `""` | ### Metrics Parameters diff --git a/bitnami/cert-manager/templates/cainjector/pdb.yaml b/bitnami/cert-manager/templates/cainjector/pdb.yaml new file mode 100644 index 00000000000000..d2ed2839ebcdaa --- /dev/null +++ b/bitnami/cert-manager/templates/cainjector/pdb.yaml @@ -0,0 +1,28 @@ +{{- /* +Copyright Broadcom, Inc. All Rights Reserved. +SPDX-License-Identifier: APACHE-2.0 +*/}} + +{{- if .Values.cainjector.pdb.create }} +apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} +kind: PodDisruptionBudget +metadata: + name: {{ include "certmanager.cainjector.fullname" . }} + namespace: {{ include "common.names.namespace" . | quote }} + labels: {{- include "common.labels.standard" ( dict "customLabels" .Values.commonLabels "context" $ ) | nindent 4 }} + app.kubernetes.io/component: cainjector + {{- if .Values.commonAnnotations }} + annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }} + {{- end }} +spec: + {{- if .Values.cainjector.pdb.minAvailable }} + minAvailable: {{ .Values.cainjector.pdb.minAvailable }} + {{- end }} + {{- if or .Values.cainjector.pdb.maxUnavailable (not .Values.cainjector.pdb.minAvailable) }} + maxUnavailable: {{ .Values.cainjector.pdb.maxUnavailable | default 1 }} + {{- end }} + {{- $podLabels := include "common.tplvalues.merge" (dict "values" (list .Values.cainjector.podLabels .Values.commonLabels) "context" .) }} + selector: + matchLabels: {{- include "common.labels.matchLabels" ( dict "customLabels" $podLabels "context" $ ) | nindent 6 }} + app.kubernetes.io/component: cainjector +{{- end }} diff --git a/bitnami/cert-manager/templates/controller/pdb.yaml b/bitnami/cert-manager/templates/controller/pdb.yaml new file mode 100644 index 00000000000000..b6fcd604d47b8b --- /dev/null +++ b/bitnami/cert-manager/templates/controller/pdb.yaml @@ -0,0 +1,28 @@ +{{- /* +Copyright Broadcom, Inc. All Rights Reserved. +SPDX-License-Identifier: APACHE-2.0 +*/}} + +{{- if and .Values.controller.pdb.create }} +apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} +kind: PodDisruptionBudget +metadata: + name: {{ include "certmanager.controller.fullname" . }} + namespace: {{ include "common.names.namespace" . | quote }} + labels: {{- include "common.labels.standard" ( dict "customLabels" .Values.commonLabels "context" $ ) | nindent 4 }} + app.kubernetes.io/component: controller + {{- if .Values.commonAnnotations }} + annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }} + {{- end }} +spec: + {{- if .Values.controller.pdb.minAvailable }} + minAvailable: {{ .Values.controller.pdb.minAvailable }} + {{- end }} + {{- if or .Values.controller.pdb.maxUnavailable (not .Values.controller.pdb.minAvailable) }} + maxUnavailable: {{ .Values.controller.pdb.maxUnavailable | default 1 }} + {{- end }} + {{- $podLabels := include "common.tplvalues.merge" (dict "values" (list .Values.controller.podLabels .Values.commonLabels) "context" .) }} + selector: + matchLabels: {{- include "common.labels.matchLabels" ( dict "customLabels" $podLabels "context" $ ) | nindent 6 }} + app.kubernetes.io/component: controller +{{- end }} diff --git a/bitnami/cert-manager/templates/webhook/pdb.yaml b/bitnami/cert-manager/templates/webhook/pdb.yaml new file mode 100644 index 00000000000000..58fca88584ec25 --- /dev/null +++ b/bitnami/cert-manager/templates/webhook/pdb.yaml @@ -0,0 +1,28 @@ +{{- /* +Copyright Broadcom, Inc. All Rights Reserved. +SPDX-License-Identifier: APACHE-2.0 +*/}} + +{{- if and .Values.webhook.pdb.create }} +apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} +kind: PodDisruptionBudget +metadata: + name: {{ include "certmanager.webhook.fullname" . }} + namespace: {{ include "common.names.namespace" . | quote }} + labels: {{- include "common.labels.standard" ( dict "customLabels" .Values.commonLabels "context" $ ) | nindent 4 }} + app.kubernetes.io/component: webhook + {{- if .Values.commonAnnotations }} + annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }} + {{- end }} +spec: + {{- if .Values.webhook.pdb.minAvailable }} + minAvailable: {{ .Values.webhook.pdb.minAvailable }} + {{- end }} + {{- if or .Values.webhook.pdb.maxUnavailable (not .Values.webhook.pdb.minAvailable) }} + maxUnavailable: {{ .Values.webhook.pdb.maxUnavailable | default 1 }} + {{- end }} + {{- $podLabels := include "common.tplvalues.merge" (dict "values" (list .Values.webhook.podLabels .Values.commonLabels) "context" .) }} + selector: + matchLabels: {{- include "common.labels.matchLabels" ( dict "customLabels" $podLabels "context" $ ) | nindent 6 }} + app.kubernetes.io/component: webhook +{{- end }} diff --git a/bitnami/cert-manager/values.yaml b/bitnami/cert-manager/values.yaml index aedd700e510dd9..6be7750108a6be 100644 --- a/bitnami/cert-manager/values.yaml +++ b/bitnami/cert-manager/values.yaml @@ -463,6 +463,14 @@ controller: ## ingressNSMatchLabels: {} ingressNSPodMatchLabels: {} + ## @param controller.pdb.create Enable/disable a Pod Disruption Budget creation + ## @param controller.pdb.minAvailable Minimum number/percentage of pods that should remain scheduled + ## @param controller.pdb.maxUnavailable Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `controller.pdb.minAvailable` and `controller.pdb.maxUnavailable` are empty. + ## + pdb: + create: true + minAvailable: "" + maxUnavailable: "" ## @section Webhook deployment parameters ## Webhook deployment parameters @@ -823,6 +831,14 @@ webhook: ## ingressNSMatchLabels: {} ingressNSPodMatchLabels: {} + ## @param webhook.pdb.create Enable/disable a Pod Disruption Budget creation + ## @param webhook.pdb.minAvailable Minimum number/percentage of pods that should remain scheduled + ## @param webhook.pdb.maxUnavailable Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `webhook.pdb.minAvailable` and `webhook.pdb.maxUnavailable` are empty. + ## + pdb: + create: true + minAvailable: "" + maxUnavailable: "" ## @section CAInjector deployment parameters ## CAInjector deployment parameters @@ -1159,6 +1175,14 @@ cainjector: ## - frontend ## extraEgress: [] + ## @param cainjector.pdb.create Enable/disable a Pod Disruption Budget creation + ## @param cainjector.pdb.minAvailable Minimum number/percentage of pods that should remain scheduled + ## @param cainjector.pdb.maxUnavailable Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `cainjector.pdb.minAvailable` and `cainjector.pdb.maxUnavailable` are empty. + ## + pdb: + create: true + minAvailable: "" + maxUnavailable: "" ## @section Metrics Parameters metrics: ## @param metrics.enabled Start metrics From 6db614bb44e95947764e4de7c2e0803a0123cc84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Jos=C3=A9=20Martos?= Date: Mon, 27 May 2024 09:09:24 +0200 Subject: [PATCH 016/110] [bitnami/schema-registry] Update dependencies (#26446) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * [bitnami/schema-registry] Update dependencies Signed-off-by: Jota Martos * Update CHANGELOG.md Signed-off-by: Bitnami Containers * Update bitnami/schema-registry/README.md Co-authored-by: Carlos Rodríguez Hernández Signed-off-by: Juan José Martos --------- Signed-off-by: Jota Martos Signed-off-by: Bitnami Containers Signed-off-by: Juan José Martos Co-authored-by: Bitnami Containers Co-authored-by: Carlos Rodríguez Hernández --- bitnami/schema-registry/CHANGELOG.md | 8 ++++++-- bitnami/schema-registry/Chart.lock | 6 +++--- bitnami/schema-registry/Chart.yaml | 4 ++-- bitnami/schema-registry/README.md | 6 +++++- 4 files changed, 16 insertions(+), 8 deletions(-) diff --git a/bitnami/schema-registry/CHANGELOG.md b/bitnami/schema-registry/CHANGELOG.md index eae7fbbf25441d..c4475abc46730f 100644 --- a/bitnami/schema-registry/CHANGELOG.md +++ b/bitnami/schema-registry/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog -## 18.1.3 (2024-05-26) +## 19.0.0 (2024-05-27) -* [bitnami/schema-registry] Release 18.1.3 ([#26441](https://github.com/bitnami/charts/pull/26441)) +* [bitnami/schema-registry] Update dependencies ([#26446](https://github.com/bitnami/charts/pull/26446)) + +## 18.1.3 (2024-05-26) + +* [bitnami/schema-registry] Release 18.1.3 (#26441) ([82f2f80](https://github.com/bitnami/charts/commit/82f2f80cf10a38b25c4937ed8a8b048afce47a48)), closes [#26441](https://github.com/bitnami/charts/issues/26441) ## 18.1.2 (2024-05-24) diff --git a/bitnami/schema-registry/Chart.lock b/bitnami/schema-registry/Chart.lock index 5edde16eca1cbc..22569470f0a872 100644 --- a/bitnami/schema-registry/Chart.lock +++ b/bitnami/schema-registry/Chart.lock @@ -1,9 +1,9 @@ dependencies: - name: kafka repository: oci://registry-1.docker.io/bitnamicharts - version: 28.3.0 + version: 29.0.3 - name: common repository: oci://registry-1.docker.io/bitnamicharts version: 2.19.3 -digest: sha256:895f09ebe8798e0adea8bb57bb15b237e40c6210f09e3fedac7c6950bba81f86 -generated: "2024-05-24T11:05:37.678752913Z" +digest: sha256:51cdda7d1e6d95822986e8ef9139371fef731bc955e57eb03020423c6378fb34 +generated: "2024-05-27T08:32:06.486374+02:00" diff --git a/bitnami/schema-registry/Chart.yaml b/bitnami/schema-registry/Chart.yaml index fe0066b9b4f434..19e24723b74510 100644 --- a/bitnami/schema-registry/Chart.yaml +++ b/bitnami/schema-registry/Chart.yaml @@ -13,7 +13,7 @@ dependencies: - condition: kafka.enabled name: kafka repository: oci://registry-1.docker.io/bitnamicharts - version: 28.x.x + version: 29.x.x - name: common repository: oci://registry-1.docker.io/bitnamicharts tags: @@ -34,4 +34,4 @@ maintainers: name: schema-registry sources: - https://github.com/bitnami/charts/tree/main/bitnami/schema-registry -version: 18.1.3 +version: 19.0.0 diff --git a/bitnami/schema-registry/README.md b/bitnami/schema-registry/README.md index 38c54cc2ca88dc..bb8d0cbca52673 100644 --- a/bitnami/schema-registry/README.md +++ b/bitnami/schema-registry/README.md @@ -427,6 +427,10 @@ Find more information about how to deal with common errors related to Bitnami's ## Upgrading +### To 19.0.0 + +This major updates the Kafka subchart to its newest major, 29.0.0. For more information on this subchart's major, please refer to [Kafka upgrade notes](https://github.com/bitnami/charts/tree/main/bitnami/kafka#to-2900). + ### To 18.0.0 This major bump changes the following security defaults: @@ -529,4 +533,4 @@ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and -limitations under the License. \ No newline at end of file +limitations under the License. From e4dc085dc62abade1fb18389831ad5a4ef41a75d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Jos=C3=A9=20Martos?= Date: Mon, 27 May 2024 09:33:22 +0200 Subject: [PATCH 017/110] [bitnami/milvus] Update dependencies (#26445) * [bitnami/milvus] Update dependencies Signed-off-by: Jota Martos * Update CHANGELOG.md Signed-off-by: Bitnami Containers --------- Signed-off-by: Jota Martos Signed-off-by: Bitnami Containers Co-authored-by: Bitnami Containers --- bitnami/milvus/CHANGELOG.md | 8 ++++++-- bitnami/milvus/Chart.lock | 8 ++++---- bitnami/milvus/Chart.yaml | 4 ++-- bitnami/milvus/README.md | 6 +++++- 4 files changed, 17 insertions(+), 9 deletions(-) diff --git a/bitnami/milvus/CHANGELOG.md b/bitnami/milvus/CHANGELOG.md index 427455bec25343..e24759e89e7491 100644 --- a/bitnami/milvus/CHANGELOG.md +++ b/bitnami/milvus/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog -## 7.1.2 (2024-05-24) +## 8.0.0 (2024-05-27) -* [bitnami/milvus] Release 7.1.2 ([#26404](https://github.com/bitnami/charts/pull/26404)) +* [bitnami/milvus] Update dependencies ([#26445](https://github.com/bitnami/charts/pull/26445)) + +## 7.1.2 (2024-05-24) + +* [bitnami/milvus] Release 7.1.2 (#26404) ([03fec67](https://github.com/bitnami/charts/commit/03fec6746043546d435b19c7b8da2b2507fc10e8)), closes [#26404](https://github.com/bitnami/charts/issues/26404) ## 7.1.1 (2024-05-22) diff --git a/bitnami/milvus/Chart.lock b/bitnami/milvus/Chart.lock index 6d925bb132da37..fa53c9f768f9a0 100644 --- a/bitnami/milvus/Chart.lock +++ b/bitnami/milvus/Chart.lock @@ -1,15 +1,15 @@ dependencies: - name: etcd repository: oci://registry-1.docker.io/bitnamicharts - version: 10.1.0 + version: 10.1.1 - name: kafka repository: oci://registry-1.docker.io/bitnamicharts - version: 28.3.0 + version: 29.0.3 - name: minio repository: oci://registry-1.docker.io/bitnamicharts version: 14.6.0 - name: common repository: oci://registry-1.docker.io/bitnamicharts version: 2.19.3 -digest: sha256:ef9986f0a85b0d88cb95c1b595a463a5e8a12c5bd77cbf7303b5497a7a1be809 -generated: "2024-05-22T12:47:47.016193+02:00" +digest: sha256:8d84f6cb970dd9397e72c337c1fdf6be84e8780fdcc782b4409e28c72a61bbe7 +generated: "2024-05-27T08:28:51.415608+02:00" diff --git a/bitnami/milvus/Chart.yaml b/bitnami/milvus/Chart.yaml index c2a5f0d4c8a263..9b429778358d4d 100644 --- a/bitnami/milvus/Chart.yaml +++ b/bitnami/milvus/Chart.yaml @@ -23,7 +23,7 @@ dependencies: - condition: kafka.enabled name: kafka repository: oci://registry-1.docker.io/bitnamicharts - version: 28.x.x + version: 29.x.x - condition: minio.enabled name: minio repository: oci://registry-1.docker.io/bitnamicharts @@ -48,4 +48,4 @@ maintainers: name: milvus sources: - https://github.com/bitnami/charts/tree/main/bitnami/milvus -version: 7.1.2 +version: 8.0.0 diff --git a/bitnami/milvus/README.md b/bitnami/milvus/README.md index 322fd96cc01556..b4d60643cde4c8 100644 --- a/bitnami/milvus/README.md +++ b/bitnami/milvus/README.md @@ -1823,6 +1823,10 @@ Find more information about how to deal with common errors related to Bitnami's ## Upgrading +### To 8.0.0 + +This major updates the Kafka subchart to its newest major, 29.0.0. For more information on this subchart's major, please refer to [Kafka upgrade notes](https://github.com/bitnami/charts/tree/main/bitnami/kafka#to-2900). + ### To 7.0.0 This major bump changes the following security defaults: @@ -1876,4 +1880,4 @@ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and -limitations under the License. \ No newline at end of file +limitations under the License. From bcee3af2f98ae31eb5b38b225546026f77c89783 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Jos=C3=A9=20Martos?= Date: Mon, 27 May 2024 09:33:58 +0200 Subject: [PATCH 018/110] [bitnami/spring-cloud-dataflow] Update dependencies (#26447) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * [bitnami/spring-cloud-dataflow] Update dependencies Signed-off-by: Jota Martos * Update CHANGELOG.md Signed-off-by: Bitnami Containers * Update bitnami/spring-cloud-dataflow/README.md Co-authored-by: Carlos Rodríguez Hernández Signed-off-by: Juan José Martos --------- Signed-off-by: Jota Martos Signed-off-by: Bitnami Containers Signed-off-by: Juan José Martos Co-authored-by: Bitnami Containers Co-authored-by: Carlos Rodríguez Hernández --- bitnami/spring-cloud-dataflow/CHANGELOG.md | 8 ++++++-- bitnami/spring-cloud-dataflow/Chart.lock | 6 +++--- bitnami/spring-cloud-dataflow/Chart.yaml | 4 ++-- bitnami/spring-cloud-dataflow/README.md | 6 +++++- 4 files changed, 16 insertions(+), 8 deletions(-) diff --git a/bitnami/spring-cloud-dataflow/CHANGELOG.md b/bitnami/spring-cloud-dataflow/CHANGELOG.md index e4c6e939abb142..570be1bf2ea4bb 100644 --- a/bitnami/spring-cloud-dataflow/CHANGELOG.md +++ b/bitnami/spring-cloud-dataflow/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog -## 28.2.1 (2024-05-24) +## 29.0.0 (2024-05-27) -* [bitnami/spring-cloud-dataflow] Release 28.2.1 ([#26401](https://github.com/bitnami/charts/pull/26401)) +* [bitnami/spring-cloud-dataflow] Update dependencies ([#26447](https://github.com/bitnami/charts/pull/26447)) + +## 28.2.1 (2024-05-24) + +* [bitnami/spring-cloud-dataflow] Release 28.2.1 (#26401) ([1e7935e](https://github.com/bitnami/charts/commit/1e7935ebff49fd6108ce08a4b6e8e70c797a1e42)), closes [#26401](https://github.com/bitnami/charts/issues/26401) ## 28.2.0 (2024-05-24) diff --git a/bitnami/spring-cloud-dataflow/Chart.lock b/bitnami/spring-cloud-dataflow/Chart.lock index 7fca0ebad0cc9f..cb5175b919f1f6 100644 --- a/bitnami/spring-cloud-dataflow/Chart.lock +++ b/bitnami/spring-cloud-dataflow/Chart.lock @@ -7,9 +7,9 @@ dependencies: version: 18.2.0 - name: kafka repository: oci://registry-1.docker.io/bitnamicharts - version: 28.3.0 + version: 29.0.3 - name: common repository: oci://registry-1.docker.io/bitnamicharts version: 2.19.3 -digest: sha256:fcd4675f7c584c28df2f58b9c63fc1ec4957b0a36d82bc518a964be23c49333b -generated: "2024-05-24T11:05:28.557526987Z" +digest: sha256:2d043dfd0820436fa950c40482092db738b7bc4890298abe0c032023ce7b8c1d +generated: "2024-05-27T08:40:31.423813+02:00" diff --git a/bitnami/spring-cloud-dataflow/Chart.yaml b/bitnami/spring-cloud-dataflow/Chart.yaml index a46e3622e7cb7b..846dc3c7810110 100644 --- a/bitnami/spring-cloud-dataflow/Chart.yaml +++ b/bitnami/spring-cloud-dataflow/Chart.yaml @@ -33,7 +33,7 @@ dependencies: - condition: kafka.enabled name: kafka repository: oci://registry-1.docker.io/bitnamicharts - version: 28.x.x + version: 29.x.x - name: common repository: oci://registry-1.docker.io/bitnamicharts tags: @@ -53,4 +53,4 @@ maintainers: name: spring-cloud-dataflow sources: - https://github.com/bitnami/charts/tree/main/bitnami/spring-cloud-dataflow -version: 28.2.1 +version: 29.0.0 diff --git a/bitnami/spring-cloud-dataflow/README.md b/bitnami/spring-cloud-dataflow/README.md index a77dd79b08ea69..9b23ad49e21169 100644 --- a/bitnami/spring-cloud-dataflow/README.md +++ b/bitnami/spring-cloud-dataflow/README.md @@ -771,6 +771,10 @@ Find more information about how to deal with common errors related to Bitnami He If you enabled RabbitMQ chart to be used as the messaging solution for Skipper to manage streaming content, then it's necessary to set the `rabbitmq.auth.password` and `rabbitmq.auth.erlangCookie` parameters when upgrading for readiness/liveness probes to work properly. Inspect the RabbitMQ secret to obtain the password and the Erlang cookie, then you can upgrade your chart using the command below: +### To 29.0.0 + +This major updates the Kafka subchart to its newest major, 29.0.0. For more information on this subchart's major, please refer to [Kafka upgrade notes](https://github.com/bitnami/charts/tree/main/bitnami/kafka#to-2900). + ### To 28.0.0 This major updates the RabbitMQ subchart to its newest major, 14.0.0. [Here](https://github.com/bitnami/charts/tree/main/bitnami/rabbitmq#to-1400) you can find more information about the changes introduced in that version. @@ -1011,4 +1015,4 @@ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and -limitations under the License. \ No newline at end of file +limitations under the License. From 4d8363ab7e4d4c3eba2aa166018d097f9ae14d45 Mon Sep 17 00:00:00 2001 From: Tommy Li Date: Mon, 27 May 2024 00:35:43 -0700 Subject: [PATCH 019/110] [bitnami/kubernetes-event-exporter] Add PDB (#26145) * [bitnami/kubernetes-event-exporter] Add PDB Signed-off-by: Tommy Li * Update CHANGELOG.md Signed-off-by: Bitnami Containers * Applying latests changes about PDBs Signed-off-by: Fran Mulero * Update CHANGELOG.md Signed-off-by: Bitnami Containers * Update README.md with readme-generator-for-helm Signed-off-by: Bitnami Containers --------- Signed-off-by: Tommy Li Signed-off-by: Bitnami Containers Signed-off-by: Fran Mulero Co-authored-by: Bitnami Containers Co-authored-by: Fran Mulero --- .../kubernetes-event-exporter/CHANGELOG.md | 8 ++++-- bitnami/kubernetes-event-exporter/Chart.yaml | 2 +- bitnami/kubernetes-event-exporter/README.md | 3 +++ .../templates/pdb.yaml | 26 +++++++++++++++++++ bitnami/kubernetes-event-exporter/values.yaml | 9 +++++++ 5 files changed, 45 insertions(+), 3 deletions(-) create mode 100644 bitnami/kubernetes-event-exporter/templates/pdb.yaml diff --git a/bitnami/kubernetes-event-exporter/CHANGELOG.md b/bitnami/kubernetes-event-exporter/CHANGELOG.md index 5ee58aed58522f..7e82094a30ae47 100644 --- a/bitnami/kubernetes-event-exporter/CHANGELOG.md +++ b/bitnami/kubernetes-event-exporter/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog -## 3.1.1 (2024-05-23) +## 3.2.0 (2024-05-24) -* [bitnami/kubernetes-event-exporter] Re-enable healthy endpoint for li… ([#26357](https://github.com/bitnami/charts/pull/26357)) +* [bitnami/kubernetes-event-exporter] Add PDB ([#26145](https://github.com/bitnami/charts/pull/26145)) + +## 3.1.1 (2024-05-23) + +* [bitnami/kubernetes-event-exporter] Re-enable healthy endpoint for li… (#26357) ([bb022a3](https://github.com/bitnami/charts/commit/bb022a36246a401b2bd2773ac8f002ed557441bd)), closes [#26357](https://github.com/bitnami/charts/issues/26357) ## 3.1.0 (2024-05-21) diff --git a/bitnami/kubernetes-event-exporter/Chart.yaml b/bitnami/kubernetes-event-exporter/Chart.yaml index a780b64fe5c01e..816c35d8df7388 100644 --- a/bitnami/kubernetes-event-exporter/Chart.yaml +++ b/bitnami/kubernetes-event-exporter/Chart.yaml @@ -31,4 +31,4 @@ maintainers: name: kubernetes-event-exporter sources: - https://github.com/bitnami/charts/tree/main/bitnami/kubernetes-event-exporter -version: 3.1.1 +version: 3.2.0 diff --git a/bitnami/kubernetes-event-exporter/README.md b/bitnami/kubernetes-event-exporter/README.md index 2c291cbcba9237..7ecd8a19badd49 100644 --- a/bitnami/kubernetes-event-exporter/README.md +++ b/bitnami/kubernetes-event-exporter/README.md @@ -121,6 +121,9 @@ As an alternative, use one of the preset configurations for pod affinity, pod an | `podSecurityContext.sysctls` | Set kernel settings using the sysctl interface | `[]` | | `podSecurityContext.supplementalGroups` | Set filesystem extra groups | `[]` | | `podSecurityContext.fsGroup` | Group ID for the container | `1001` | +| `pdb.create` | Create a pdb | `true` | +| `pdb.minAvailable` | Minimum number / percentage of pods that should remain scheduled | `""` | +| `pdb.maxUnavailable` | Maximum number / percentage of pods that may be made unavailable | `""` | | `containerSecurityContext.enabled` | Enabled containers' Security Context | `true` | | `containerSecurityContext.seLinuxOptions` | Set SELinux options in container | `{}` | | `containerSecurityContext.runAsUser` | Set containers' Security Context runAsUser | `1001` | diff --git a/bitnami/kubernetes-event-exporter/templates/pdb.yaml b/bitnami/kubernetes-event-exporter/templates/pdb.yaml new file mode 100644 index 00000000000000..7be0a9302b83ba --- /dev/null +++ b/bitnami/kubernetes-event-exporter/templates/pdb.yaml @@ -0,0 +1,26 @@ +{{- /* +Copyright Broadcom, Inc. All Rights Reserved. +SPDX-License-Identifier: APACHE-2.0 +*/}} + +{{- if and .Values.pdb.create }} +apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} +kind: PodDisruptionBudget +metadata: + name: {{ include "common.names.fullname" . }} + namespace: {{ .Release.Namespace | quote }} + {{- if .Values.commonAnnotations }} + annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }} + {{- end }} + labels: {{- include "common.labels.standard" ( dict "customLabels" .Values.commonLabels "context" $ ) | nindent 4 }} +spec: + {{- if .Values.pdb.minAvailable }} + minAvailable: {{ .Values.pdb.minAvailable }} + {{- end }} + {{- if or .Values.pdb.maxUnavailable (not .Values.pdb.minAvailable) }} + maxUnavailable: {{ .Values.pdb.maxUnavailable | default 1 }} + {{- end }} + {{- $podLabels := include "common.tplvalues.merge" ( dict "values" ( list .Values.podLabels .Values.commonLabels ) "context" . ) }} + selector: + matchLabels: {{- include "common.labels.matchLabels" ( dict "customLabels" $podLabels "context" $ ) | nindent 6 }} +{{- end }} diff --git a/bitnami/kubernetes-event-exporter/values.yaml b/bitnami/kubernetes-event-exporter/values.yaml index 76bd65f5deed32..dee27b2c16ceae 100644 --- a/bitnami/kubernetes-event-exporter/values.yaml +++ b/bitnami/kubernetes-event-exporter/values.yaml @@ -181,6 +181,15 @@ podSecurityContext: sysctls: [] supplementalGroups: [] fsGroup: 1001 +## Pod disruption budget +## @param pdb.create Create a pdb +## @param pdb.minAvailable Minimum number / percentage of pods that should remain scheduled +## @param pdb.maxUnavailable Maximum number / percentage of pods that may be made unavailable +## +pdb: + create: true + minAvailable: "" + maxUnavailable: "" ## @param containerSecurityContext.enabled Enabled containers' Security Context ## @param containerSecurityContext.seLinuxOptions [object,nullable] Set SELinux options in container ## @param containerSecurityContext.runAsUser Set containers' Security Context runAsUser From 8852396da928e9834a1e4d14c9d1aeb9f61b3b73 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Mon, 27 May 2024 09:36:31 +0200 Subject: [PATCH 020/110] [bitnami/postgresql] Release 15.4.1 (#26451) * [bitnami/postgresql] Release 15.4.1 updating components versions Signed-off-by: Bitnami Containers * Update CHANGELOG.md Signed-off-by: Bitnami Containers --------- Signed-off-by: Bitnami Containers --- bitnami/postgresql/CHANGELOG.md | 1223 ++++++++++++++++--------------- bitnami/postgresql/Chart.yaml | 4 +- bitnami/postgresql/values.yaml | 2 +- 3 files changed, 617 insertions(+), 612 deletions(-) diff --git a/bitnami/postgresql/CHANGELOG.md b/bitnami/postgresql/CHANGELOG.md index 40b62f6f0461f0..206062eadb8e33 100644 --- a/bitnami/postgresql/CHANGELOG.md +++ b/bitnami/postgresql/CHANGELOG.md @@ -1,1627 +1,1632 @@ # Changelog +## 15.4.1 (2024-05-27) + +* [bitnami/postgresql] Release 15.4.1 ([#26451](https://github.com/bitnami/charts/pull/26451)) + ## 15.4.0 (2024-05-21) -* [bitnami/postgresql] feat: :sparkles: :lock: Add warning when original images are replaced ([#26264](https://github.com/bitnami/charts/pulls/26264)) +* [bitnami/*] ci: :construction_worker: Add tag and changelog support (#25359) ([91c707c](https://github.com/bitnami/charts/commit/91c707c9e4e574725a09505d2d313fb93f1b4c0a)), closes [#25359](https://github.com/bitnami/charts/issues/25359) +* [bitnami/postgresql] feat: :sparkles: :lock: Add warning when original images are replaced (#26264) ([53777c8](https://github.com/bitnami/charts/commit/53777c8e5104e447deb800e88b68bfc8fd3f494b)), closes [#26264](https://github.com/bitnami/charts/issues/26264) ## 15.3.5 (2024-05-20) -* [bitnami/postgresql] Release 15.3.5 updating components versions (#26147) ([0bafcd7](https://github.com/bitnami/charts/commit/0bafcd7)), closes [#26147](https://github.com/bitnami/charts/issues/26147) +* [bitnami/postgresql] Release 15.3.5 updating components versions (#26147) ([0bafcd7](https://github.com/bitnami/charts/commit/0bafcd70c0b04d3e1147ed82c2b1d992c552ef35)), closes [#26147](https://github.com/bitnami/charts/issues/26147) ## 15.3.4 (2024-05-20) -* [bitnami/postgresql] Release 15.3.4 updating components versions (#26142) ([231e25b](https://github.com/bitnami/charts/commit/231e25b)), closes [#26142](https://github.com/bitnami/charts/issues/26142) +* [bitnami/postgresql] Release 15.3.4 updating components versions (#26142) ([231e25b](https://github.com/bitnami/charts/commit/231e25baf23367f31f1e52a89a2cf2636c516247)), closes [#26142](https://github.com/bitnami/charts/issues/26142) ## 15.3.3 (2024-05-18) -* [bitnami/postgresql] Release 15.3.3 updating components versions (#26066) ([21f932c](https://github.com/bitnami/charts/commit/21f932c)), closes [#26066](https://github.com/bitnami/charts/issues/26066) +* [bitnami/postgresql] Release 15.3.3 updating components versions (#26066) ([21f932c](https://github.com/bitnami/charts/commit/21f932c438a019828908268ae04703e50b1d7f3d)), closes [#26066](https://github.com/bitnami/charts/issues/26066) ## 15.3.2 (2024-05-14) -* [bitnami/postgresql] Release 15.3.2 updating components versions (#25812) ([3f7c2cb](https://github.com/bitnami/charts/commit/3f7c2cb)), closes [#25812](https://github.com/bitnami/charts/issues/25812) +* [bitnami/postgresql] Release 15.3.2 updating components versions (#25812) ([3f7c2cb](https://github.com/bitnami/charts/commit/3f7c2cbbe905e1e992445194cd5fce48eb3bb87c)), closes [#25812](https://github.com/bitnami/charts/issues/25812) ## 15.3.1 (2024-05-13) -* [bitnami/postgresql] Release 15.3.1 updating components versions (#25723) ([031d2cf](https://github.com/bitnami/charts/commit/031d2cf)), closes [#25723](https://github.com/bitnami/charts/issues/25723) +* [bitnami/postgresql] Release 15.3.1 updating components versions (#25723) ([031d2cf](https://github.com/bitnami/charts/commit/031d2cf9ee9aacb9d92eecade873f1377953b813)), closes [#25723](https://github.com/bitnami/charts/issues/25723) ## 15.3.0 (2024-05-13) -* [bitnami/postgresql] Allow loadBalancerClass to be customized (#25569) ([e6fecf9](https://github.com/bitnami/charts/commit/e6fecf9)), closes [#25569](https://github.com/bitnami/charts/issues/25569) +* [bitnami/postgresql] Allow loadBalancerClass to be customized (#25569) ([e6fecf9](https://github.com/bitnami/charts/commit/e6fecf9c391077ae43889342a88febeea6eb88cd)), closes [#25569](https://github.com/bitnami/charts/issues/25569) ## 15.2.13 (2024-05-13) -* [bitnami/postgresql] Allow backup pod to use DNS (#25534) ([960550a](https://github.com/bitnami/charts/commit/960550a)), closes [#25534](https://github.com/bitnami/charts/issues/25534) +* [bitnami/postgresql] Allow backup pod to use DNS (#25534) ([960550a](https://github.com/bitnami/charts/commit/960550afa50fa58649997e89f67cf5b3d3fd0e7d)), closes [#25534](https://github.com/bitnami/charts/issues/25534) ## 15.2.12 (2024-05-10) -* [bitnami/postgresql] Release 15.2.12 updating components versions (#25678) ([0fd1557](https://github.com/bitnami/charts/commit/0fd1557)), closes [#25678](https://github.com/bitnami/charts/issues/25678) +* [bitnami/postgresql] Release 15.2.12 updating components versions (#25678) ([0fd1557](https://github.com/bitnami/charts/commit/0fd15577a18c135b71ada7ebcd4db2bee16f3aa7)), closes [#25678](https://github.com/bitnami/charts/issues/25678) ## 15.2.11 (2024-05-10) -* [bitnami/postgresql] Release 15.2.11 updating components versions (#25672) ([9b809c6](https://github.com/bitnami/charts/commit/9b809c6)), closes [#25672](https://github.com/bitnami/charts/issues/25672) +* [bitnami/postgresql] Release 15.2.11 updating components versions (#25672) ([9b809c6](https://github.com/bitnami/charts/commit/9b809c6ba398109c8c3f5402363e4ee1c7c33b46)), closes [#25672](https://github.com/bitnami/charts/issues/25672) ## 15.2.10 (2024-05-10) -* [bitnami/*] Change non-root and rolling-tags doc URLs (#25628) ([b067c94](https://github.com/bitnami/charts/commit/b067c94)), closes [#25628](https://github.com/bitnami/charts/issues/25628) -* [bitnami/*] Set new header/owner (#25558) ([8d1dc11](https://github.com/bitnami/charts/commit/8d1dc11)), closes [#25558](https://github.com/bitnami/charts/issues/25558) -* [bitnami/postgresql] add backup.cronjob.tolerations options (#25664) ([4a798ec](https://github.com/bitnami/charts/commit/4a798ec)), closes [#25664](https://github.com/bitnami/charts/issues/25664) +* [bitnami/*] Change non-root and rolling-tags doc URLs (#25628) ([b067c94](https://github.com/bitnami/charts/commit/b067c94f6bcde427863c197fd355f0b5ba12ff5b)), closes [#25628](https://github.com/bitnami/charts/issues/25628) +* [bitnami/*] Set new header/owner (#25558) ([8d1dc11](https://github.com/bitnami/charts/commit/8d1dc11f5fb30db6fba50c43d7af59d2f79deed3)), closes [#25558](https://github.com/bitnami/charts/issues/25558) +* [bitnami/postgresql] add backup.cronjob.tolerations options (#25664) ([4a798ec](https://github.com/bitnami/charts/commit/4a798ecc98067f6af6012381da0c83068d366074)), closes [#25664](https://github.com/bitnami/charts/issues/25664) ## 15.2.9 (2024-05-06) -* [bitnami/postgresql] Remove unicode characters (#25546) ([219d22f](https://github.com/bitnami/charts/commit/219d22f)), closes [#25546](https://github.com/bitnami/charts/issues/25546) +* [bitnami/postgresql] Remove unicode characters (#25546) ([219d22f](https://github.com/bitnami/charts/commit/219d22f67782538a891ded326417fce8c6641577)), closes [#25546](https://github.com/bitnami/charts/issues/25546) ## 15.2.8 (2024-05-01) -* [bitnami/postgresql] Release 15.2.8 updating components versions (#25484) ([d3084fc](https://github.com/bitnami/charts/commit/d3084fc)), closes [#25484](https://github.com/bitnami/charts/issues/25484) +* [bitnami/postgresql] Release 15.2.8 updating components versions (#25484) ([d3084fc](https://github.com/bitnami/charts/commit/d3084fcaee1bfbc02f2564e7794944b781a31706)), closes [#25484](https://github.com/bitnami/charts/issues/25484) ## 15.2.7 (2024-04-25) -* [bitnami/postgresql] Release 15.2.7 updating components versions (#25391) ([0db34f6](https://github.com/bitnami/charts/commit/0db34f6)), closes [#25391](https://github.com/bitnami/charts/issues/25391) +* [bitnami/postgresql] Release 15.2.7 updating components versions (#25391) ([0db34f6](https://github.com/bitnami/charts/commit/0db34f643131878ec6d1e9e84a91272b300dd0c5)), closes [#25391](https://github.com/bitnami/charts/issues/25391) ## 15.2.6 (2024-04-25) -* [bitnami/multiple charts] Fix typo: "NetworkPolice" vs "NetworkPolicy" (#25348) ([6970c1b](https://github.com/bitnami/charts/commit/6970c1b)), closes [#25348](https://github.com/bitnami/charts/issues/25348) -* [bitnami/postgresql] Remove RW emptyDir for postgresql logs (#25206) ([8bae0c5](https://github.com/bitnami/charts/commit/8bae0c5)), closes [#25206](https://github.com/bitnami/charts/issues/25206) -* Replace VMware by Broadcom copyright text (#25306) ([a5e4bd0](https://github.com/bitnami/charts/commit/a5e4bd0)), closes [#25306](https://github.com/bitnami/charts/issues/25306) +* [bitnami/multiple charts] Fix typo: "NetworkPolice" vs "NetworkPolicy" (#25348) ([6970c1b](https://github.com/bitnami/charts/commit/6970c1ba245873506e73d459c6eac1e4919b778f)), closes [#25348](https://github.com/bitnami/charts/issues/25348) +* [bitnami/postgresql] Remove RW emptyDir for postgresql logs (#25206) ([8bae0c5](https://github.com/bitnami/charts/commit/8bae0c591364e80bd3ae7ae5e053a4c52be5b78f)), closes [#25206](https://github.com/bitnami/charts/issues/25206) +* Replace VMware by Broadcom copyright text (#25306) ([a5e4bd0](https://github.com/bitnami/charts/commit/a5e4bd0e35e419203793976a78d9d0a13de92c76)), closes [#25306](https://github.com/bitnami/charts/issues/25306) ## 15.2.5 (2024-04-10) -* [bitnami/postgresql] Release 15.2.5 updating components versions (#25099) ([eba61bd](https://github.com/bitnami/charts/commit/eba61bd)), closes [#25099](https://github.com/bitnami/charts/issues/25099) +* [bitnami/postgresql] Release 15.2.5 updating components versions (#25099) ([eba61bd](https://github.com/bitnami/charts/commit/eba61bd31721b220163f799a5694d234f677ae1b)), closes [#25099](https://github.com/bitnami/charts/issues/25099) ## 15.2.4 (2024-04-05) -* [bitnami/postgresql] Release 15.2.4 updating components versions (#24972) ([62e4683](https://github.com/bitnami/charts/commit/62e4683)), closes [#24972](https://github.com/bitnami/charts/issues/24972) +* [bitnami/postgresql] Release 15.2.4 updating components versions (#24972) ([62e4683](https://github.com/bitnami/charts/commit/62e46834f798b69bcb8efcc1209bb1305eea2643)), closes [#24972](https://github.com/bitnami/charts/issues/24972) ## 15.2.3 (2024-04-05) -* [bitnami/postgresql] Release 15.2.3 (#24924) ([1f68239](https://github.com/bitnami/charts/commit/1f68239)), closes [#24924](https://github.com/bitnami/charts/issues/24924) -* Update resourcesPreset comments (#24467) ([92e3e8a](https://github.com/bitnami/charts/commit/92e3e8a)), closes [#24467](https://github.com/bitnami/charts/issues/24467) +* [bitnami/postgresql] Release 15.2.3 (#24924) ([1f68239](https://github.com/bitnami/charts/commit/1f682398e96a9663d366e1ff0e74b97fbbbc858b)), closes [#24924](https://github.com/bitnami/charts/issues/24924) +* Update resourcesPreset comments (#24467) ([92e3e8a](https://github.com/bitnami/charts/commit/92e3e8a507326d2a20a8f10ab3e7746a2ec5c554)), closes [#24467](https://github.com/bitnami/charts/issues/24467) ## 15.2.2 (2024-04-02) -* [bitnami/postgresql] Release 15.2.2 updating components versions (#24840) ([34f94f3](https://github.com/bitnami/charts/commit/34f94f3)), closes [#24840](https://github.com/bitnami/charts/issues/24840) +* [bitnami/postgresql] Release 15.2.2 updating components versions (#24840) ([34f94f3](https://github.com/bitnami/charts/commit/34f94f3412659c884e0f1358a38b3efc392887a9)), closes [#24840](https://github.com/bitnami/charts/issues/24840) ## 15.2.1 (2024-04-02) -* [bitnami/postgresql] fix: :bug: Always mount data directory (#24667) ([85f7422](https://github.com/bitnami/charts/commit/85f7422)), closes [#24667](https://github.com/bitnami/charts/issues/24667) +* [bitnami/postgresql] fix: :bug: Always mount data directory (#24667) ([85f7422](https://github.com/bitnami/charts/commit/85f7422ad7489ad6f14a50021fe7f1eb910b5d7b)), closes [#24667](https://github.com/bitnami/charts/issues/24667) ## 15.2.0 (2024-04-01) -* [bitnami/postgresql] Allow customizing primary persistence volume/claim (#24625) ([79b5845](https://github.com/bitnami/charts/commit/79b5845)), closes [#24625](https://github.com/bitnami/charts/issues/24625) +* [bitnami/postgresql] Allow customizing primary persistence volume/claim (#24625) ([79b5845](https://github.com/bitnami/charts/commit/79b584590e90fc8f1be7bbffd1706e762b520f9a)), closes [#24625](https://github.com/bitnami/charts/issues/24625) ## 15.1.4 (2024-03-25) -* [bitnami/postgresql] Release 15.1.4 updating components versions (#24641) ([9fea6e0](https://github.com/bitnami/charts/commit/9fea6e0)), closes [#24641](https://github.com/bitnami/charts/issues/24641) +* [bitnami/postgresql] Release 15.1.4 updating components versions (#24641) ([9fea6e0](https://github.com/bitnami/charts/commit/9fea6e050249771a0e81b9415f8f7de496749a57)), closes [#24641](https://github.com/bitnami/charts/issues/24641) ## 15.1.3 (2024-03-25) -* [bitnami/postgresql] Release 15.1.3 updating components versions (#24640) ([a318638](https://github.com/bitnami/charts/commit/a318638)), closes [#24640](https://github.com/bitnami/charts/issues/24640) +* [bitnami/postgresql] Release 15.1.3 updating components versions (#24640) ([a318638](https://github.com/bitnami/charts/commit/a318638310d74d34d71f82d0df115f8f2f15841a)), closes [#24640](https://github.com/bitnami/charts/issues/24640) ## 15.1.2 (2024-03-21) -* [bitnami/postgresql] feat: add parameter backup.cronjob.storage.existingVolume (#23979) ([0a3ebd5](https://github.com/bitnami/charts/commit/0a3ebd5)), closes [#23979](https://github.com/bitnami/charts/issues/23979) -* [bitnami/postgresql] fixing tls for cronjobs (#24468) ([5e7f4e1](https://github.com/bitnami/charts/commit/5e7f4e1)), closes [#24468](https://github.com/bitnami/charts/issues/24468) +* [bitnami/postgresql] feat: add parameter backup.cronjob.storage.existingVolume (#23979) ([0a3ebd5](https://github.com/bitnami/charts/commit/0a3ebd57a2315d4e0cd99948fdc6ef944d39673e)), closes [#23979](https://github.com/bitnami/charts/issues/23979) +* [bitnami/postgresql] fixing tls for cronjobs (#24468) ([5e7f4e1](https://github.com/bitnami/charts/commit/5e7f4e1401c96562c12b4161599ba21e6cbeb04b)), closes [#24468](https://github.com/bitnami/charts/issues/24468) ## 15.1.1 (2024-03-21) -* [bitnami/postgres] don't include backup netpol when backup aren't enabled (#24572) ([10584d1](https://github.com/bitnami/charts/commit/10584d1)), closes [#24572](https://github.com/bitnami/charts/issues/24572) +* [bitnami/postgres] don't include backup netpol when backup aren't enabled (#24572) ([10584d1](https://github.com/bitnami/charts/commit/10584d11404dc2871092d2a2fabd1cab55058a14)), closes [#24572](https://github.com/bitnami/charts/issues/24572) ## 15.1.0 (2024-03-20) -* [bitnami/postgresql] Add a NetworkPolicy to allow backup pods to access primary nodes (#24363) ([dc93455](https://github.com/bitnami/charts/commit/dc93455)), closes [#24363](https://github.com/bitnami/charts/issues/24363) +* [bitnami/postgresql] Add a NetworkPolicy to allow backup pods to access primary nodes (#24363) ([dc93455](https://github.com/bitnami/charts/commit/dc9345576e47210f8f176a31369abe460a4cf3f9)), closes [#24363](https://github.com/bitnami/charts/issues/24363) ## 15.0.0 (2024-03-18) -* [bitnami/*] Reorder Chart sections (#24455) ([0cf4048](https://github.com/bitnami/charts/commit/0cf4048)), closes [#24455](https://github.com/bitnami/charts/issues/24455) -* [bitnami/postgresql] feat!: :lock: :boom: Improve security defaults (#24171) ([3911a57](https://github.com/bitnami/charts/commit/3911a57)), closes [#24171](https://github.com/bitnami/charts/issues/24171) +* [bitnami/*] Reorder Chart sections (#24455) ([0cf4048](https://github.com/bitnami/charts/commit/0cf4048e8743f70a9753d460655bd030cbff6824)), closes [#24455](https://github.com/bitnami/charts/issues/24455) +* [bitnami/postgresql] feat!: :lock: :boom: Improve security defaults (#24171) ([3911a57](https://github.com/bitnami/charts/commit/3911a570a329b23dc808d0e1cfe8b27bdf9b33a7)), closes [#24171](https://github.com/bitnami/charts/issues/24171) ## 14.3.3 (2024-03-11) -* [bitnami/postgresql] Release 14.3.3 updating components versions (#24358) ([239ba28](https://github.com/bitnami/charts/commit/239ba28)), closes [#24358](https://github.com/bitnami/charts/issues/24358) +* [bitnami/postgresql] Release 14.3.3 updating components versions (#24358) ([239ba28](https://github.com/bitnami/charts/commit/239ba28cd0d6ecfcbf035dd8269676026fed0998)), closes [#24358](https://github.com/bitnami/charts/issues/24358) ## 14.3.2 (2024-03-11) -* [bitnami/postgresql] Fix TLS by removing faulty white trimming in cronjob.yaml (#24239) ([1a67326](https://github.com/bitnami/charts/commit/1a67326)), closes [#24239](https://github.com/bitnami/charts/issues/24239) -* [bitnami/postgresql] Release 14.3.2 updating components versions (#24357) ([17bcbcb](https://github.com/bitnami/charts/commit/17bcbcb)), closes [#24357](https://github.com/bitnami/charts/issues/24357) +* [bitnami/postgresql] Fix TLS by removing faulty white trimming in cronjob.yaml (#24239) ([1a67326](https://github.com/bitnami/charts/commit/1a6732655b99d4a0cf75437db3651cfa1f49133a)), closes [#24239](https://github.com/bitnami/charts/issues/24239) +* [bitnami/postgresql] Release 14.3.2 updating components versions (#24357) ([17bcbcb](https://github.com/bitnami/charts/commit/17bcbcbc7033692d51a13395beb0b606f7826784)), closes [#24357](https://github.com/bitnami/charts/issues/24357) ## 14.3.1 (2024-03-07) -* [bitnami/postgresql] Release 14.3.1 updating components versions (#24237) ([33b8e70](https://github.com/bitnami/charts/commit/33b8e70)), closes [#24237](https://github.com/bitnami/charts/issues/24237) +* [bitnami/postgresql] Release 14.3.1 updating components versions (#24237) ([33b8e70](https://github.com/bitnami/charts/commit/33b8e700bdecedd8e2130d442adc4593bb76816c)), closes [#24237](https://github.com/bitnami/charts/issues/24237) ## 14.3.0 (2024-03-05) -* [bitnami/postgresql] postgresql backup container adds resources parameter (#23955) ([8da2a95](https://github.com/bitnami/charts/commit/8da2a95)), closes [#23955](https://github.com/bitnami/charts/issues/23955) -* [bitnami/postgresql] feat: :sparkles: :lock: Add automatic adaptation for Openshift restricted-v2 SC ([1a2217f](https://github.com/bitnami/charts/commit/1a2217f)), closes [#24141](https://github.com/bitnami/charts/issues/24141) +* [bitnami/postgresql] postgresql backup container adds resources parameter (#23955) ([8da2a95](https://github.com/bitnami/charts/commit/8da2a95d6f21b42215058299cf9ca35b4d2f0c0b)), closes [#23955](https://github.com/bitnami/charts/issues/23955) +* [bitnami/postgresql] feat: :sparkles: :lock: Add automatic adaptation for Openshift restricted-v2 SC ([1a2217f](https://github.com/bitnami/charts/commit/1a2217f8087e90a49fde1bd0de7713f32c223aff)), closes [#24141](https://github.com/bitnami/charts/issues/24141) ## 14.2.4 (2024-03-04) -* [bitnami/postgresql] Set allowExternalEgress=true by default (#24036) ([cfa4d49](https://github.com/bitnami/charts/commit/cfa4d49)), closes [#24036](https://github.com/bitnami/charts/issues/24036) +* [bitnami/postgresql] Set allowExternalEgress=true by default (#24036) ([cfa4d49](https://github.com/bitnami/charts/commit/cfa4d4951d9bd72209c77c786efe3267cd5ba070)), closes [#24036](https://github.com/bitnami/charts/issues/24036) ## 14.2.3 (2024-02-23) -* Add missing version, kind to volumeClaimTemplates (#23862) ([50b25b8](https://github.com/bitnami/charts/commit/50b25b8)), closes [#23862](https://github.com/bitnami/charts/issues/23862) +* Add missing version, kind to volumeClaimTemplates (#23862) ([50b25b8](https://github.com/bitnami/charts/commit/50b25b83cb85112731676f61024d033964808120)), closes [#23862](https://github.com/bitnami/charts/issues/23862) ## 14.2.2 (2024-02-22) -* [bitnami/postgresql] Release 14.2.2 updating components versions (#23820) ([2da202b](https://github.com/bitnami/charts/commit/2da202b)), closes [#23820](https://github.com/bitnami/charts/issues/23820) +* [bitnami/postgresql] Release 14.2.2 updating components versions (#23820) ([2da202b](https://github.com/bitnami/charts/commit/2da202b8f0f0bdf733da4cd1ef23f3b32fde3931)), closes [#23820](https://github.com/bitnami/charts/issues/23820) ## 14.2.1 (2024-02-21) -* [bitnami/postgresql] feat: :sparkles: :lock: Add readOnlyRootFilesystem support (#23565) ([d96a96f](https://github.com/bitnami/charts/commit/d96a96f)), closes [#23565](https://github.com/bitnami/charts/issues/23565) -* [bitnami/postgresql] Release 14.2.1 updating components versions (#23682) ([60d8d72](https://github.com/bitnami/charts/commit/60d8d72)), closes [#23682](https://github.com/bitnami/charts/issues/23682) +* [bitnami/postgresql] feat: :sparkles: :lock: Add readOnlyRootFilesystem support (#23565) ([d96a96f](https://github.com/bitnami/charts/commit/d96a96f3e29d7df6b8fdbc54be853161299b8734)), closes [#23565](https://github.com/bitnami/charts/issues/23565) +* [bitnami/postgresql] Release 14.2.1 updating components versions (#23682) ([60d8d72](https://github.com/bitnami/charts/commit/60d8d729982d4db88b6e0cc8955b6f7381c0623e)), closes [#23682](https://github.com/bitnami/charts/issues/23682) ## 14.2.0 (2024-02-20) -* [bitnami/*] Bump all versions (#23602) ([b70ee2a](https://github.com/bitnami/charts/commit/b70ee2a)), closes [#23602](https://github.com/bitnami/charts/issues/23602) +* [bitnami/*] Bump all versions (#23602) ([b70ee2a](https://github.com/bitnami/charts/commit/b70ee2a30e4dc256bf0ac52928fb2fa7a70f049b)), closes [#23602](https://github.com/bitnami/charts/issues/23602) ## 14.1.3 (2024-02-19) -* [bitnami/postgresql] Release 14.1.3 updating components versions (#23587) ([0c94e7a](https://github.com/bitnami/charts/commit/0c94e7a)), closes [#23587](https://github.com/bitnami/charts/issues/23587) +* [bitnami/postgresql] Release 14.1.3 updating components versions (#23587) ([0c94e7a](https://github.com/bitnami/charts/commit/0c94e7a8e21b9c91f79bf30d5b697d6a764d6e55)), closes [#23587](https://github.com/bitnami/charts/issues/23587) ## 14.1.2 (2024-02-18) -* [bitnami/postgresql] Release 14.1.2 updating components versions (#23585) ([0f5b808](https://github.com/bitnami/charts/commit/0f5b808)), closes [#23585](https://github.com/bitnami/charts/issues/23585) +* [bitnami/postgresql] Release 14.1.2 updating components versions (#23585) ([0f5b808](https://github.com/bitnami/charts/commit/0f5b8086977a59738cfdb67f545739c8fd73e734)), closes [#23585](https://github.com/bitnami/charts/issues/23585) ## 14.1.1 (2024-02-16) -* [bitnami/postgresql] Do not create a NetworkPolicy for "read" instance when "standalone" (#23392) ([7ef876c](https://github.com/bitnami/charts/commit/7ef876c)), closes [#23392](https://github.com/bitnami/charts/issues/23392) +* [bitnami/postgresql] Do not create a NetworkPolicy for "read" instance when "standalone" (#23392) ([7ef876c](https://github.com/bitnami/charts/commit/7ef876ceb4e94d8d48d8b1f756608b05a8f14f80)), closes [#23392](https://github.com/bitnami/charts/issues/23392) ## 14.1.0 (2024-02-15) -* [bitnami/postgresql] feat: :sparkles: :lock: Add resource preset support (#23509) ([0c94e15](https://github.com/bitnami/charts/commit/0c94e15)), closes [#23509](https://github.com/bitnami/charts/issues/23509) +* [bitnami/postgresql] feat: :sparkles: :lock: Add resource preset support (#23509) ([0c94e15](https://github.com/bitnami/charts/commit/0c94e1516891a7aacd5b2e44f7ee0d421cf05ddc)), closes [#23509](https://github.com/bitnami/charts/issues/23509) ## 14.0.5 (2024-02-12) -* [bitnami/postgresql] fix: :bug: Set correct references in network policy (#23328) ([e8c2230](https://github.com/bitnami/charts/commit/e8c2230)), closes [#23328](https://github.com/bitnami/charts/issues/23328) +* [bitnami/postgresql] fix: :bug: Set correct references in network policy (#23328) ([e8c2230](https://github.com/bitnami/charts/commit/e8c2230b05620e2049a30048122cdc3ac2c5fdaf)), closes [#23328](https://github.com/bitnami/charts/issues/23328) ## 14.0.4 (2024-02-08) -* [bitnami/postgresql] Release 14.0.4 updating components versions (#23354) ([81e3d65](https://github.com/bitnami/charts/commit/81e3d65)), closes [#23354](https://github.com/bitnami/charts/issues/23354) +* [bitnami/postgresql] Release 14.0.4 updating components versions (#23354) ([81e3d65](https://github.com/bitnami/charts/commit/81e3d65d94881275fef258f5208bf3174dd5b908)), closes [#23354](https://github.com/bitnami/charts/issues/23354) ## 14.0.3 (2024-02-08) -* [bitnami/postgresql] Release 14.0.3 updating components versions (#23350) ([60ea843](https://github.com/bitnami/charts/commit/60ea843)), closes [#23350](https://github.com/bitnami/charts/issues/23350) +* [bitnami/postgresql] Release 14.0.3 updating components versions (#23350) ([60ea843](https://github.com/bitnami/charts/commit/60ea84363857fe523d805de75f59ef172e00b1a2)), closes [#23350](https://github.com/bitnami/charts/issues/23350) ## 14.0.2 (2024-02-08) -* [bitnami/postgresql] Release 14.0.2 updating components versions (#23333) ([7f5a8e6](https://github.com/bitnami/charts/commit/7f5a8e6)), closes [#23333](https://github.com/bitnami/charts/issues/23333) +* [bitnami/postgresql] Release 14.0.2 updating components versions (#23333) ([7f5a8e6](https://github.com/bitnami/charts/commit/7f5a8e60bf2deb3722ddfeadefb67e087c92a5e9)), closes [#23333](https://github.com/bitnami/charts/issues/23333) ## 14.0.1 (2024-02-03) -* [bitnami/postgresql] Release 14.0.1 updating components versions (#23129) ([e81bc0c](https://github.com/bitnami/charts/commit/e81bc0c)), closes [#23129](https://github.com/bitnami/charts/issues/23129) +* [bitnami/postgresql] Release 14.0.1 updating components versions (#23129) ([e81bc0c](https://github.com/bitnami/charts/commit/e81bc0c8d51ea35baeaf5e3fca88b80da73fb003)), closes [#23129](https://github.com/bitnami/charts/issues/23129) ## 14.0.0 (2024-02-01) -* [bitnami/postgresql] feat!: :lock: :recycle: Refactor and enable networkPolicy (#22750) ([2508c4b](https://github.com/bitnami/charts/commit/2508c4b)), closes [#22750](https://github.com/bitnami/charts/issues/22750) +* [bitnami/postgresql] feat!: :lock: :recycle: Refactor and enable networkPolicy (#22750) ([2508c4b](https://github.com/bitnami/charts/commit/2508c4b3de023afed4645746cff2b548ad68c48e)), closes [#22750](https://github.com/bitnami/charts/issues/22750) ## 13.4.4 (2024-02-01) -* [bitnami/postgresql] Release 13.4.4 updating components versions (#23002) ([a87898d](https://github.com/bitnami/charts/commit/a87898d)), closes [#23002](https://github.com/bitnami/charts/issues/23002) +* [bitnami/postgresql] Release 13.4.4 updating components versions (#23002) ([a87898d](https://github.com/bitnami/charts/commit/a87898d5d5d33a60a1ccab904532ef62b6b57171)), closes [#23002](https://github.com/bitnami/charts/issues/23002) ## 13.4.3 (2024-01-29) -* [bitnami/postgresql] Release 13.4.3 updating components versions (#22811) ([fdc3ad4](https://github.com/bitnami/charts/commit/fdc3ad4)), closes [#22811](https://github.com/bitnami/charts/issues/22811) +* [bitnami/postgresql] Release 13.4.3 updating components versions (#22811) ([fdc3ad4](https://github.com/bitnami/charts/commit/fdc3ad42b565d457a063ab240dcd08b860a53741)), closes [#22811](https://github.com/bitnami/charts/issues/22811) ## 13.4.2 (2024-01-27) -* [bitnami/*] Move documentation sections from docs.bitnami.com back to the README (#22203) ([7564f36](https://github.com/bitnami/charts/commit/7564f36)), closes [#22203](https://github.com/bitnami/charts/issues/22203) -* [bitnami/postgresql] fix: :bug: Set seLinuxOptions to null for Openshift compatibility (#22646) ([b119bec](https://github.com/bitnami/charts/commit/b119bec)), closes [#22646](https://github.com/bitnami/charts/issues/22646) -* [bitnami/postgresql] Release 13.4.2 updating components versions (#22785) ([6682e9c](https://github.com/bitnami/charts/commit/6682e9c)), closes [#22785](https://github.com/bitnami/charts/issues/22785) +* [bitnami/*] Move documentation sections from docs.bitnami.com back to the README (#22203) ([7564f36](https://github.com/bitnami/charts/commit/7564f36ca1e95ff30ee686652b7ab8690561a707)), closes [#22203](https://github.com/bitnami/charts/issues/22203) +* [bitnami/postgresql] fix: :bug: Set seLinuxOptions to null for Openshift compatibility (#22646) ([b119bec](https://github.com/bitnami/charts/commit/b119bec99913bfe3a782b70abafd80fe4d29f525)), closes [#22646](https://github.com/bitnami/charts/issues/22646) +* [bitnami/postgresql] Release 13.4.2 updating components versions (#22785) ([6682e9c](https://github.com/bitnami/charts/commit/6682e9cfcf31d3b42010b35d47c25eea5d29f05c)), closes [#22785](https://github.com/bitnami/charts/issues/22785) ## 13.4.1 (2024-01-23) -* [bitnami/postgresql] Release 13.4.1 updating components versions (#22677) ([0bb8b48](https://github.com/bitnami/charts/commit/0bb8b48)), closes [#22677](https://github.com/bitnami/charts/issues/22677) +* [bitnami/postgresql] Release 13.4.1 updating components versions (#22677) ([0bb8b48](https://github.com/bitnami/charts/commit/0bb8b48aaeeac00ed421269393965ef3428bbe4a)), closes [#22677](https://github.com/bitnami/charts/issues/22677) ## 13.4.0 (2024-01-22) -* [bitnami/postgresql] fix: :lock: Move service-account token auto-mount to pod declaration (#22450) ([002c752](https://github.com/bitnami/charts/commit/002c752)), closes [#22450](https://github.com/bitnami/charts/issues/22450) +* [bitnami/postgresql] fix: :lock: Move service-account token auto-mount to pod declaration (#22450) ([002c752](https://github.com/bitnami/charts/commit/002c752f871c8fa068a770dc80fec4cf798798ab)), closes [#22450](https://github.com/bitnami/charts/issues/22450) ## 13.3.1 (2024-01-18) -* [bitnami/postgresql] Release 13.3.1 updating components versions (#22359) ([361f7ab](https://github.com/bitnami/charts/commit/361f7ab)), closes [#22359](https://github.com/bitnami/charts/issues/22359) +* [bitnami/postgresql] Release 13.3.1 updating components versions (#22359) ([361f7ab](https://github.com/bitnami/charts/commit/361f7ab0122fab9016a08505be10436f0bae2584)), closes [#22359](https://github.com/bitnami/charts/issues/22359) ## 13.3.0 (2024-01-17) -* [bitnami/postgresql] fix: :lock: Improve podSecurityContext and containerSecurityContext with essent ([fe72f51](https://github.com/bitnami/charts/commit/fe72f51)), closes [#22177](https://github.com/bitnami/charts/issues/22177) +* [bitnami/postgresql] fix: :lock: Improve podSecurityContext and containerSecurityContext with essent ([fe72f51](https://github.com/bitnami/charts/commit/fe72f51910c589e767b79ec6f2aefe8b11c2c683)), closes [#22177](https://github.com/bitnami/charts/issues/22177) ## 13.2.30 (2024-01-15) -* [bitnami/*] Fix ref links (in comments) (#21822) ([e4fa296](https://github.com/bitnami/charts/commit/e4fa296)), closes [#21822](https://github.com/bitnami/charts/issues/21822) -* [bitnami/postgresql] fix: :lock: Do not use the default service account (#22026) ([1b20745](https://github.com/bitnami/charts/commit/1b20745)), closes [#22026](https://github.com/bitnami/charts/issues/22026) +* [bitnami/*] Fix ref links (in comments) (#21822) ([e4fa296](https://github.com/bitnami/charts/commit/e4fa296106b225cf8c82445727c675c7c725e380)), closes [#21822](https://github.com/bitnami/charts/issues/21822) +* [bitnami/postgresql] fix: :lock: Do not use the default service account (#22026) ([1b20745](https://github.com/bitnami/charts/commit/1b20745ae73b9a3c85473bda08d54ba2b7dda5d2)), closes [#22026](https://github.com/bitnami/charts/issues/22026) ## 13.2.29 (2024-01-10) -* [bitnami/*] Fix docs.bitnami.com broken links (#21901) ([f35506d](https://github.com/bitnami/charts/commit/f35506d)), closes [#21901](https://github.com/bitnami/charts/issues/21901) -* [bitnami/postgresql] Release 13.2.29 updating components versions (#21970) ([dcfb216](https://github.com/bitnami/charts/commit/dcfb216)), closes [#21970](https://github.com/bitnami/charts/issues/21970) -* fixed backup with autogenerated cert (#21888) ([2d25138](https://github.com/bitnami/charts/commit/2d25138)), closes [#21888](https://github.com/bitnami/charts/issues/21888) +* [bitnami/*] Fix docs.bitnami.com broken links (#21901) ([f35506d](https://github.com/bitnami/charts/commit/f35506d2dadee4f097986e7792df1f53ab215b5d)), closes [#21901](https://github.com/bitnami/charts/issues/21901) +* [bitnami/postgresql] Release 13.2.29 updating components versions (#21970) ([dcfb216](https://github.com/bitnami/charts/commit/dcfb2164d6075edb5336ddafce939d067d6c8810)), closes [#21970](https://github.com/bitnami/charts/issues/21970) +* fixed backup with autogenerated cert (#21888) ([2d25138](https://github.com/bitnami/charts/commit/2d25138ccdf2f19ce32255722d83d908bdd1cb14)), closes [#21888](https://github.com/bitnami/charts/issues/21888) ## 13.2.28 (2024-01-09) -* [bitnami/*] Update copyright: Year and company (#21815) ([6c4bf75](https://github.com/bitnami/charts/commit/6c4bf75)), closes [#21815](https://github.com/bitnami/charts/issues/21815) -* [bitnami/postgresql] Release 13.2.28 updating components versions (#21902) ([d0f6b90](https://github.com/bitnami/charts/commit/d0f6b90)), closes [#21902](https://github.com/bitnami/charts/issues/21902) +* [bitnami/*] Update copyright: Year and company (#21815) ([6c4bf75](https://github.com/bitnami/charts/commit/6c4bf75dec58fc7c9aee9f089777b1a858c17d5b)), closes [#21815](https://github.com/bitnami/charts/issues/21815) +* [bitnami/postgresql] Release 13.2.28 updating components versions (#21902) ([d0f6b90](https://github.com/bitnami/charts/commit/d0f6b90b97537391b6c3cbbc8f8f0da2c9818f2f)), closes [#21902](https://github.com/bitnami/charts/issues/21902) ## 13.2.27 (2023-12-31) -* [bitnami/postgresql] Release 13.2.27 updating components versions (#21795) ([26711f8](https://github.com/bitnami/charts/commit/26711f8)), closes [#21795](https://github.com/bitnami/charts/issues/21795) +* [bitnami/postgresql] Release 13.2.27 updating components versions (#21795) ([26711f8](https://github.com/bitnami/charts/commit/26711f8fd8d3aab5700e8267d3c0597034274b3d)), closes [#21795](https://github.com/bitnami/charts/issues/21795) ## 13.2.26 (2023-12-27) -* [bitnami/postgresql] Release 13.2.26 updating components versions (#21774) ([0f0f93b](https://github.com/bitnami/charts/commit/0f0f93b)), closes [#21774](https://github.com/bitnami/charts/issues/21774) +* [bitnami/postgresql] Release 13.2.26 updating components versions (#21774) ([0f0f93b](https://github.com/bitnami/charts/commit/0f0f93b14978c839a51f244a8ce5f9878287fac8)), closes [#21774](https://github.com/bitnami/charts/issues/21774) ## 13.2.25 (2023-12-20) -* [bitnami/postgresql] Release 13.2.25 updating components versions (#21710) ([813da6b](https://github.com/bitnami/charts/commit/813da6b)), closes [#21710](https://github.com/bitnami/charts/issues/21710) +* [bitnami/postgresql] Release 13.2.25 updating components versions (#21710) ([813da6b](https://github.com/bitnami/charts/commit/813da6b9098ed399551f387ad7c1b3f9fd0dc44e)), closes [#21710](https://github.com/bitnami/charts/issues/21710) ## 13.2.24 (2023-12-05) -* [bitnami/postgresql] Replace deprecated pull secret partial (#21392) ([cee371d](https://github.com/bitnami/charts/commit/cee371d)), closes [#21392](https://github.com/bitnami/charts/issues/21392) +* [bitnami/postgresql] Replace deprecated pull secret partial (#21392) ([cee371d](https://github.com/bitnami/charts/commit/cee371d10674dc61de5adda4a79f4c9a1e8f85d0)), closes [#21392](https://github.com/bitnami/charts/issues/21392) ## 13.2.23 (2023-11-30) -* [bitnami/postgresql] Release 13.2.23 updating components versions (#21336) ([c3dc56f](https://github.com/bitnami/charts/commit/c3dc56f)), closes [#21336](https://github.com/bitnami/charts/issues/21336) +* [bitnami/postgresql] Release 13.2.23 updating components versions (#21336) ([c3dc56f](https://github.com/bitnami/charts/commit/c3dc56f3679650f1012e497b8a5e71d94dac163e)), closes [#21336](https://github.com/bitnami/charts/issues/21336) ## 13.2.22 (2023-11-30) -* [bitnami/postgresql] Release 13.2.22 updating components versions (#21335) ([f759303](https://github.com/bitnami/charts/commit/f759303)), closes [#21335](https://github.com/bitnami/charts/issues/21335) +* [bitnami/postgresql] Release 13.2.22 updating components versions (#21335) ([f759303](https://github.com/bitnami/charts/commit/f7593033f47e7c8f777913373e4ad79cf4845176)), closes [#21335](https://github.com/bitnami/charts/issues/21335) ## 13.2.21 (2023-11-27) -* [bitnami/postgresql] Release 13.2.21 updating components versions (#21276) ([46a4f54](https://github.com/bitnami/charts/commit/46a4f54)), closes [#21276](https://github.com/bitnami/charts/issues/21276) +* [bitnami/postgresql] Release 13.2.21 updating components versions (#21276) ([46a4f54](https://github.com/bitnami/charts/commit/46a4f54495d95276785a3b2cd37962ebd0a9be1e)), closes [#21276](https://github.com/bitnami/charts/issues/21276) ## 13.2.20 (2023-11-27) -* [bitnami/postgresql] Release 13.2.20 updating components versions (#21272) ([6de0ade](https://github.com/bitnami/charts/commit/6de0ade)), closes [#21272](https://github.com/bitnami/charts/issues/21272) +* [bitnami/postgresql] Release 13.2.20 updating components versions (#21272) ([6de0ade](https://github.com/bitnami/charts/commit/6de0ade26a13c2aba94103e8132d277a81224bb7)), closes [#21272](https://github.com/bitnami/charts/issues/21272) ## 13.2.19 (2023-11-27) -* [bitnami/postgresql] Fix PostgreSQL password in metrics container (#21202) ([a7b72aa](https://github.com/bitnami/charts/commit/a7b72aa)), closes [#21202](https://github.com/bitnami/charts/issues/21202) +* [bitnami/postgresql] Fix PostgreSQL password in metrics container (#21202) ([a7b72aa](https://github.com/bitnami/charts/commit/a7b72aa0f5f3630750c76c5fc0b83ca8bcfdcd26)), closes [#21202](https://github.com/bitnami/charts/issues/21202) ## 13.2.18 (2023-11-26) -* [bitnami/postgresql] Release 13.2.18 updating components versions (#21256) ([f4a4548](https://github.com/bitnami/charts/commit/f4a4548)), closes [#21256](https://github.com/bitnami/charts/issues/21256) +* [bitnami/postgresql] Release 13.2.18 updating components versions (#21256) ([f4a4548](https://github.com/bitnami/charts/commit/f4a4548120a4bdd005f4e35787de9af65376c04d)), closes [#21256](https://github.com/bitnami/charts/issues/21256) ## 13.2.17 (2023-11-26) -* [bitnami/postgresql] Release 13.2.17 updating components versions (#21255) ([e395fd8](https://github.com/bitnami/charts/commit/e395fd8)), closes [#21255](https://github.com/bitnami/charts/issues/21255) +* [bitnami/postgresql] Release 13.2.17 updating components versions (#21255) ([e395fd8](https://github.com/bitnami/charts/commit/e395fd838385ad716cc877d280af797f77146751)), closes [#21255](https://github.com/bitnami/charts/issues/21255) ## 13.2.16 (2023-11-23) -* [bitnami/postgresql] value to configure posgres_exporter collectors (#21162) ([0ba581c](https://github.com/bitnami/charts/commit/0ba581c)), closes [#21162](https://github.com/bitnami/charts/issues/21162) -* Update configmap.yaml (#21020) ([b91e518](https://github.com/bitnami/charts/commit/b91e518)), closes [#21020](https://github.com/bitnami/charts/issues/21020) +* [bitnami/postgresql] value to configure posgres_exporter collectors (#21162) ([0ba581c](https://github.com/bitnami/charts/commit/0ba581cc113264bb252e4c873217732a316ba71f)), closes [#21162](https://github.com/bitnami/charts/issues/21162) +* Update configmap.yaml (#21020) ([b91e518](https://github.com/bitnami/charts/commit/b91e518041dc4fe76b422801406efe7f9a4e4b49)), closes [#21020](https://github.com/bitnami/charts/issues/21020) ## 13.2.15 (2023-11-21) -* [bitnami/*] Rename solutions to "Bitnami package for ..." (#21038) ([b82f979](https://github.com/bitnami/charts/commit/b82f979)), closes [#21038](https://github.com/bitnami/charts/issues/21038) -* [bitnami/postgresql] Release 13.2.15 updating components versions (#21160) ([e6ec2c2](https://github.com/bitnami/charts/commit/e6ec2c2)), closes [#21160](https://github.com/bitnami/charts/issues/21160) +* [bitnami/*] Rename solutions to "Bitnami package for ..." (#21038) ([b82f979](https://github.com/bitnami/charts/commit/b82f979e4fb63423fe6e2192c946d09d79c944fc)), closes [#21038](https://github.com/bitnami/charts/issues/21038) +* [bitnami/postgresql] Release 13.2.15 updating components versions (#21160) ([e6ec2c2](https://github.com/bitnami/charts/commit/e6ec2c2982653c0ae1ec8a25d3e6bf24a92bb215)), closes [#21160](https://github.com/bitnami/charts/issues/21160) ## 13.2.14 (2023-11-20) -* [bitnami/postgresql] Release 13.2.14 updating components versions (#21068) ([576be48](https://github.com/bitnami/charts/commit/576be48)), closes [#21068](https://github.com/bitnami/charts/issues/21068) +* [bitnami/postgresql] Release 13.2.14 updating components versions (#21068) ([576be48](https://github.com/bitnami/charts/commit/576be48d9fd20b645b789312348f6956ca979489)), closes [#21068](https://github.com/bitnami/charts/issues/21068) ## 13.2.13 (2023-11-20) -* [bitnami/postgresql] Release 13.2.13 updating components versions (#21066) ([54a372f](https://github.com/bitnami/charts/commit/54a372f)), closes [#21066](https://github.com/bitnami/charts/issues/21066) +* [bitnami/postgresql] Release 13.2.13 updating components versions (#21066) ([54a372f](https://github.com/bitnami/charts/commit/54a372fca8edd8316df8979a6f05d3c9722e6361)), closes [#21066](https://github.com/bitnami/charts/issues/21066) ## 13.2.12 (2023-11-20) -* [bitnami/postgresql] Release 13.2.12 updating components versions (#21057) ([0cffbfe](https://github.com/bitnami/charts/commit/0cffbfe)), closes [#21057](https://github.com/bitnami/charts/issues/21057) +* [bitnami/postgresql] Release 13.2.12 updating components versions (#21057) ([0cffbfe](https://github.com/bitnami/charts/commit/0cffbfeb281a6c42d507f78f6e53c637527230ac)), closes [#21057](https://github.com/bitnami/charts/issues/21057) ## 13.2.11 (2023-11-17) -* [bitnami/postgresql] Release 13.2.11 updating components versions (#21044) ([17e4ada](https://github.com/bitnami/charts/commit/17e4ada)), closes [#21044](https://github.com/bitnami/charts/issues/21044) +* [bitnami/postgresql] Release 13.2.11 updating components versions (#21044) ([17e4ada](https://github.com/bitnami/charts/commit/17e4adac62f77d314ebdaf722944b9191aea0a62)), closes [#21044](https://github.com/bitnami/charts/issues/21044) ## 13.2.10 (2023-11-17) -* [bitnami/*] Remove relative links to non-README sections, add verification for that and update TL;DR ([1103633](https://github.com/bitnami/charts/commit/1103633)), closes [#20967](https://github.com/bitnami/charts/issues/20967) -* [bitnami/postgresql] Release 13.2.10 updating components versions (#21039) ([2b176c0](https://github.com/bitnami/charts/commit/2b176c0)), closes [#21039](https://github.com/bitnami/charts/issues/21039) +* [bitnami/*] Remove relative links to non-README sections, add verification for that and update TL;DR ([1103633](https://github.com/bitnami/charts/commit/11036334d82df0490aa4abdb591543cab6cf7d7f)), closes [#20967](https://github.com/bitnami/charts/issues/20967) +* [bitnami/postgresql] Release 13.2.10 updating components versions (#21039) ([2b176c0](https://github.com/bitnami/charts/commit/2b176c0ad026223c86cbd88bfe1fba8895519c51)), closes [#21039](https://github.com/bitnami/charts/issues/21039) ## 13.2.9 (2023-11-13) -* [bitnami/postgresql] Release 13.2.9 updating components versions (#20930) ([02dc5ff](https://github.com/bitnami/charts/commit/02dc5ff)), closes [#20930](https://github.com/bitnami/charts/issues/20930) +* [bitnami/postgresql] Release 13.2.9 updating components versions (#20930) ([02dc5ff](https://github.com/bitnami/charts/commit/02dc5ff8c09a4f232152d4a62a628008866a397c)), closes [#20930](https://github.com/bitnami/charts/issues/20930) ## 13.2.8 (2023-11-13) -* [bitnami/postgresql] Release 13.2.8 updating components versions (#20929) ([129cbf1](https://github.com/bitnami/charts/commit/129cbf1)), closes [#20929](https://github.com/bitnami/charts/issues/20929) +* [bitnami/postgresql] Release 13.2.8 updating components versions (#20929) ([129cbf1](https://github.com/bitnami/charts/commit/129cbf14077eb53393b08d1ae7a22f2fc6201323)), closes [#20929](https://github.com/bitnami/charts/issues/20929) ## 13.2.7 (2023-11-13) -* [bitnami/postgresql] Release 13.2.7 updating components versions (#20918) ([860eb62](https://github.com/bitnami/charts/commit/860eb62)), closes [#20918](https://github.com/bitnami/charts/issues/20918) +* [bitnami/postgresql] Release 13.2.7 updating components versions (#20918) ([860eb62](https://github.com/bitnami/charts/commit/860eb627ff273acea6a48316f779df4ca6436b8a)), closes [#20918](https://github.com/bitnami/charts/issues/20918) ## 13.2.6 (2023-11-13) -* [bitnami/postgresql] Release 13.2.6 updating components versions (#20908) ([a942587](https://github.com/bitnami/charts/commit/a942587)), closes [#20908](https://github.com/bitnami/charts/issues/20908) +* [bitnami/postgresql] Release 13.2.6 updating components versions (#20908) ([a942587](https://github.com/bitnami/charts/commit/a942587d48f1ac368c6d9dd4b3842a7a8f59d699)), closes [#20908](https://github.com/bitnami/charts/issues/20908) ## 13.2.5 (2023-11-10) -* [bitnami/postgresql] Release 13.2.5 updating components versions (#20889) ([ca3f6a7](https://github.com/bitnami/charts/commit/ca3f6a7)), closes [#20889](https://github.com/bitnami/charts/issues/20889) +* [bitnami/postgresql] Release 13.2.5 updating components versions (#20889) ([ca3f6a7](https://github.com/bitnami/charts/commit/ca3f6a70982ee387dfd6c782a8dbefa0ad4ebebc)), closes [#20889](https://github.com/bitnami/charts/issues/20889) ## 13.2.4 (2023-11-09) -* [bitnami/postgresql] Release 13.2.4 updating components versions (#20876) ([435c8af](https://github.com/bitnami/charts/commit/435c8af)), closes [#20876](https://github.com/bitnami/charts/issues/20876) +* [bitnami/postgresql] Release 13.2.4 updating components versions (#20876) ([435c8af](https://github.com/bitnami/charts/commit/435c8afe568f0dbeda81cf1a4219874b8d670e89)), closes [#20876](https://github.com/bitnami/charts/issues/20876) ## 13.2.3 (2023-11-08) -* [bitnami/postgresql] Release 13.2.3 updating components versions (#20772) ([0ed5ebf](https://github.com/bitnami/charts/commit/0ed5ebf)), closes [#20772](https://github.com/bitnami/charts/issues/20772) +* [bitnami/postgresql] Release 13.2.3 updating components versions (#20772) ([0ed5ebf](https://github.com/bitnami/charts/commit/0ed5ebfb6b1384f71d667f8fd5e25defa234a9b6)), closes [#20772](https://github.com/bitnami/charts/issues/20772) ## 13.2.2 (2023-11-06) -* [bitnami/postgresql] Release 13.2.2 updating components versions (#20639) ([9b846d9](https://github.com/bitnami/charts/commit/9b846d9)), closes [#20639](https://github.com/bitnami/charts/issues/20639) +* [bitnami/postgresql] Release 13.2.2 updating components versions (#20639) ([9b846d9](https://github.com/bitnami/charts/commit/9b846d924d7e92f09507df205278a9c8c78a637c)), closes [#20639](https://github.com/bitnami/charts/issues/20639) ## 13.2.1 (2023-11-03) -* [bitnami/postgresql] Release 13.2.1 updating components versions (#20614) ([68bad25](https://github.com/bitnami/charts/commit/68bad25)), closes [#20614](https://github.com/bitnami/charts/issues/20614) +* [bitnami/postgresql] Release 13.2.1 updating components versions (#20614) ([68bad25](https://github.com/bitnami/charts/commit/68bad258cdd695a80e95acdc796dd78b36f4b060)), closes [#20614](https://github.com/bitnami/charts/issues/20614) ## 13.2.0 (2023-10-31) -* [bitnami/*] Rename VMware Application Catalog (#20361) ([3acc734](https://github.com/bitnami/charts/commit/3acc734)), closes [#20361](https://github.com/bitnami/charts/issues/20361) -* [bitnami/*] Skip image's tag in the README files of the Bitnami Charts (#19841) ([bb9a01b](https://github.com/bitnami/charts/commit/bb9a01b)), closes [#19841](https://github.com/bitnami/charts/issues/19841) -* [bitnami/*] Standardize documentation (#19835) ([af5f753](https://github.com/bitnami/charts/commit/af5f753)), closes [#19835](https://github.com/bitnami/charts/issues/19835) -* [bitnami/postgresql] feat: :sparkles: Add support for PSA restricted policy (#20527) ([8da833a](https://github.com/bitnami/charts/commit/8da833a)), closes [#20527](https://github.com/bitnami/charts/issues/20527) +* [bitnami/*] Rename VMware Application Catalog (#20361) ([3acc734](https://github.com/bitnami/charts/commit/3acc73472beb6fb56c4d99f929061001205bc57e)), closes [#20361](https://github.com/bitnami/charts/issues/20361) +* [bitnami/*] Skip image's tag in the README files of the Bitnami Charts (#19841) ([bb9a01b](https://github.com/bitnami/charts/commit/bb9a01b65911c87e48318db922cc05eb42785e42)), closes [#19841](https://github.com/bitnami/charts/issues/19841) +* [bitnami/*] Standardize documentation (#19835) ([af5f753](https://github.com/bitnami/charts/commit/af5f7530c1bc8c5ded53a6c4f7b8f384ac1804f2)), closes [#19835](https://github.com/bitnami/charts/issues/19835) +* [bitnami/postgresql] feat: :sparkles: Add support for PSA restricted policy (#20527) ([8da833a](https://github.com/bitnami/charts/commit/8da833aa06772fc456b71669770b66b3b9b46f9a)), closes [#20527](https://github.com/bitnami/charts/issues/20527) ## 13.1.5 (2023-10-13) -* [bitnami/postgresql] Release 13.1.5 (#20212) ([0272334](https://github.com/bitnami/charts/commit/0272334)), closes [#20212](https://github.com/bitnami/charts/issues/20212) +* [bitnami/postgresql] Release 13.1.5 (#20212) ([0272334](https://github.com/bitnami/charts/commit/0272334cc97897a11866dd07b631a54ba240fcb9)), closes [#20212](https://github.com/bitnami/charts/issues/20212) ## 13.1.4 (2023-10-12) -* [bitnami/postgresql] Release 13.1.4 (#20187) ([477cb86](https://github.com/bitnami/charts/commit/477cb86)), closes [#20187](https://github.com/bitnami/charts/issues/20187) +* [bitnami/postgresql] Release 13.1.4 (#20187) ([477cb86](https://github.com/bitnami/charts/commit/477cb8678f87eb34b154585907a9c03fd6be8535)), closes [#20187](https://github.com/bitnami/charts/issues/20187) ## 13.1.3 (2023-10-09) -* [bitnami/postgresql] Release 13.1.3 (#19931) ([2eb6312](https://github.com/bitnami/charts/commit/2eb6312)), closes [#19931](https://github.com/bitnami/charts/issues/19931) +* [bitnami/postgresql] Release 13.1.3 (#19931) ([2eb6312](https://github.com/bitnami/charts/commit/2eb63123658ba817d858ee83a2aa94e3133d75c1)), closes [#19931](https://github.com/bitnami/charts/issues/19931) ## 13.1.2 (2023-10-09) -* [bitnami/postgresql] Release 13.1.2 (#19882) ([5758fb2](https://github.com/bitnami/charts/commit/5758fb2)), closes [#19882](https://github.com/bitnami/charts/issues/19882) +* [bitnami/postgresql] Release 13.1.2 (#19882) ([5758fb2](https://github.com/bitnami/charts/commit/5758fb2b69f411e8ba87e71fd09af1029aa557d9)), closes [#19882](https://github.com/bitnami/charts/issues/19882) ## 13.1.1 (2023-10-09) -* [bitnami/*] Update Helm charts prerequisites (#19745) ([eb755dd](https://github.com/bitnami/charts/commit/eb755dd)), closes [#19745](https://github.com/bitnami/charts/issues/19745) -* [bitnami/postgresql] Release 13.1.1 (#19775) ([f783262](https://github.com/bitnami/charts/commit/f783262)), closes [#19775](https://github.com/bitnami/charts/issues/19775) +* [bitnami/*] Update Helm charts prerequisites (#19745) ([eb755dd](https://github.com/bitnami/charts/commit/eb755dd36a4dd3cf6635be8e0598f9a7f4c4a554)), closes [#19745](https://github.com/bitnami/charts/issues/19745) +* [bitnami/postgresql] Release 13.1.1 (#19775) ([f783262](https://github.com/bitnami/charts/commit/f783262472dff63aa58f0feaf8aa43de4cf17dcd)), closes [#19775](https://github.com/bitnami/charts/issues/19775) ## 13.1.0 (2023-10-05) -* [bitnami/postgresql] Add TimeZone to CronJob of backup (#19516) ([94d976d](https://github.com/bitnami/charts/commit/94d976d)), closes [#19516](https://github.com/bitnami/charts/issues/19516) +* [bitnami/postgresql] Add TimeZone to CronJob of backup (#19516) ([94d976d](https://github.com/bitnami/charts/commit/94d976d80446a4b5ff20825b5e6fadc8afe2b978)), closes [#19516](https://github.com/bitnami/charts/issues/19516) ## 13.0.2 (2023-10-04) -* [bitnami/postgresql] Support disabling backup cron containerSecurityContext (#19676) ([5ff8ad5](https://github.com/bitnami/charts/commit/5ff8ad5)), closes [#19676](https://github.com/bitnami/charts/issues/19676) +* [bitnami/postgresql] Support disabling backup cron containerSecurityContext (#19676) ([5ff8ad5](https://github.com/bitnami/charts/commit/5ff8ad5f3c754e3c2423d6abf46f522e8abe0410)), closes [#19676](https://github.com/bitnami/charts/issues/19676) ## 13.0.1 (2023-09-29) -* [bitnami/postgresql] Update README after major release (#19608) ([cd4442c](https://github.com/bitnami/charts/commit/cd4442c)), closes [#19608](https://github.com/bitnami/charts/issues/19608) -* [bitnami/postgresql] Use common capabilities for PSP (#19637) ([5593291](https://github.com/bitnami/charts/commit/5593291)), closes [#19637](https://github.com/bitnami/charts/issues/19637) +* [bitnami/postgresql] Update README after major release (#19608) ([cd4442c](https://github.com/bitnami/charts/commit/cd4442ca2ac454b8fabf528631b9e5d910d3e847)), closes [#19608](https://github.com/bitnami/charts/issues/19608) +* [bitnami/postgresql] Use common capabilities for PSP (#19637) ([5593291](https://github.com/bitnami/charts/commit/5593291a4229e51c166dd63519c7c3d7cc61ca93)), closes [#19637](https://github.com/bitnami/charts/issues/19637) ## 13.0.0 (2023-09-28) -* [bitnami/postgresql] Release 13.0.0 (#19587) ([ed70b64](https://github.com/bitnami/charts/commit/ed70b64)), closes [#19587](https://github.com/bitnami/charts/issues/19587) +* [bitnami/postgresql] Release 13.0.0 (#19587) ([ed70b64](https://github.com/bitnami/charts/commit/ed70b64a2607bef3cc99bab2b2ac22999d07bdc2)), closes [#19587](https://github.com/bitnami/charts/issues/19587) ## 12.12.10 (2023-09-27) -* [bitnami/postgresql] Fix port used by backup's CronJob (#19517) ([d278c2b](https://github.com/bitnami/charts/commit/d278c2b)), closes [#19517](https://github.com/bitnami/charts/issues/19517) +* [bitnami/postgresql] Fix port used by backup's CronJob (#19517) ([d278c2b](https://github.com/bitnami/charts/commit/d278c2b6792e02c5f327e96df4f031cab7bc0819)), closes [#19517](https://github.com/bitnami/charts/issues/19517) ## 12.12.9 (2023-09-26) -* [bitnami/postgresql] Release 12.12.9 updating components versions (#19530) ([70ca410](https://github.com/bitnami/charts/commit/70ca410)), closes [#19530](https://github.com/bitnami/charts/issues/19530) -* bitnami/postgresql Added ImagePullSecrets and ImagePullPolicy to be passed through to backup-cronjo ([29dbf3a](https://github.com/bitnami/charts/commit/29dbf3a)), closes [#19509](https://github.com/bitnami/charts/issues/19509) +* [bitnami/postgresql] Release 12.12.9 updating components versions (#19530) ([70ca410](https://github.com/bitnami/charts/commit/70ca4106446fec3f491dc5c87cacf85ece3f11af)), closes [#19530](https://github.com/bitnami/charts/issues/19530) +* bitnami/postgresql Added ImagePullSecrets and ImagePullPolicy to be passed through to backup-cronjo ([29dbf3a](https://github.com/bitnami/charts/commit/29dbf3a630c3666dc803900e353b558a6d78558c)), closes [#19509](https://github.com/bitnami/charts/issues/19509) ## 12.12.8 (2023-09-26) -* [bitnami/postgresql] Release 12.12.8 (#19521) ([ef790fa](https://github.com/bitnami/charts/commit/ef790fa)), closes [#19521](https://github.com/bitnami/charts/issues/19521) +* [bitnami/postgresql] Release 12.12.8 (#19521) ([ef790fa](https://github.com/bitnami/charts/commit/ef790faaa22c5bdd390341f069531719f6987af8)), closes [#19521](https://github.com/bitnami/charts/issues/19521) ## 12.12.7 (2023-09-25) -* [bitnami/postgresql] Release 12.12.7 (#19506) ([f8d9491](https://github.com/bitnami/charts/commit/f8d9491)), closes [#19506](https://github.com/bitnami/charts/issues/19506) +* [bitnami/postgresql] Release 12.12.7 (#19506) ([f8d9491](https://github.com/bitnami/charts/commit/f8d949156a8beccb9acb0fed17ed6e6cdec23f3f)), closes [#19506](https://github.com/bitnami/charts/issues/19506) ## 12.12.6 (2023-09-22) -* [bitnami/postgresql] Release 12.12.6 (#19481) ([acac1c2](https://github.com/bitnami/charts/commit/acac1c2)), closes [#19481](https://github.com/bitnami/charts/issues/19481) +* [bitnami/postgresql] Release 12.12.6 (#19481) ([acac1c2](https://github.com/bitnami/charts/commit/acac1c2f7d937fdef3c19ecb9c0acce279a2f320)), closes [#19481](https://github.com/bitnami/charts/issues/19481) ## 12.12.5 (2023-09-22) -* [bitnami/postgresql] Add SecurityContext to CronJob of backup (#19238) ([8edeb93](https://github.com/bitnami/charts/commit/8edeb93)), closes [#19238](https://github.com/bitnami/charts/issues/19238) +* [bitnami/postgresql] Add SecurityContext to CronJob of backup (#19238) ([8edeb93](https://github.com/bitnami/charts/commit/8edeb93e6917915f6d1d81e745fec0a998e1454a)), closes [#19238](https://github.com/bitnami/charts/issues/19238) ## 12.12.4 (2023-09-20) -* [bitnami/postgresql] Release 12.12.4 (#19430) ([f8b45dc](https://github.com/bitnami/charts/commit/f8b45dc)), closes [#19430](https://github.com/bitnami/charts/issues/19430) +* [bitnami/postgresql] Release 12.12.4 (#19430) ([f8b45dc](https://github.com/bitnami/charts/commit/f8b45dc5d71d35d2f1822f7040ea4b8cdb3d00fd)), closes [#19430](https://github.com/bitnami/charts/issues/19430) ## 12.12.3 (2023-09-19) -* [bitnami/postgresql] Add nodeSelector to Backup Cronjob spec (#19398) ([7eea12f](https://github.com/bitnami/charts/commit/7eea12f)), closes [#19398](https://github.com/bitnami/charts/issues/19398) +* [bitnami/postgresql] Add nodeSelector to Backup Cronjob spec (#19398) ([7eea12f](https://github.com/bitnami/charts/commit/7eea12f052ceeb3c8bef32a18e3257bca16eb372)), closes [#19398](https://github.com/bitnami/charts/issues/19398) ## 12.11.4 (2023-09-19) -* [bitnami/postgresql] Release 12.11.4 (#19397) ([b6a06cc](https://github.com/bitnami/charts/commit/b6a06cc)), closes [#19397](https://github.com/bitnami/charts/issues/19397) +* [bitnami/postgresql] Release 12.11.4 (#19397) ([b6a06cc](https://github.com/bitnami/charts/commit/b6a06cc0c8acfe4fb47d1fe99e7ea6978d10718e)), closes [#19397](https://github.com/bitnami/charts/issues/19397) ## 12.11.3 (2023-09-18) -* [bitnami/postgresql] Release 12.11.3 (#19345) ([9407892](https://github.com/bitnami/charts/commit/9407892)), closes [#19345](https://github.com/bitnami/charts/issues/19345) -* Revert "Autogenerate schema files (#19194)" (#19335) ([73d80be](https://github.com/bitnami/charts/commit/73d80be)), closes [#19194](https://github.com/bitnami/charts/issues/19194) [#19335](https://github.com/bitnami/charts/issues/19335) +* [bitnami/postgresql] Release 12.11.3 (#19345) ([9407892](https://github.com/bitnami/charts/commit/9407892e59e1004bd702c03587fb4782c9949e48)), closes [#19345](https://github.com/bitnami/charts/issues/19345) +* Revert "Autogenerate schema files (#19194)" (#19335) ([73d80be](https://github.com/bitnami/charts/commit/73d80be525c88fb4b8a54451a55acd506e337062)), closes [#19194](https://github.com/bitnami/charts/issues/19194) [#19335](https://github.com/bitnami/charts/issues/19335) ## 12.11.2 (2023-09-15) -* Autogenerate schema files (#19194) ([a2c2090](https://github.com/bitnami/charts/commit/a2c2090)), closes [#19194](https://github.com/bitnami/charts/issues/19194) -* Fix global secretkeys usage (#19281) ([3c468cb](https://github.com/bitnami/charts/commit/3c468cb)), closes [#19281](https://github.com/bitnami/charts/issues/19281) +* Autogenerate schema files (#19194) ([a2c2090](https://github.com/bitnami/charts/commit/a2c2090b5ac97f47b745c8028c6452bf99739772)), closes [#19194](https://github.com/bitnami/charts/issues/19194) +* Fix global secretkeys usage (#19281) ([3c468cb](https://github.com/bitnami/charts/commit/3c468cb618180ac21dd6051324569ae8c1525ef3)), closes [#19281](https://github.com/bitnami/charts/issues/19281) ## 12.11.1 (2023-09-08) -* [bitnami/postgresql] chore: :bookmark: Bump version ([26ddfc4](https://github.com/bitnami/charts/commit/26ddfc4)) +* [bitnami/postgresql] chore: :bookmark: Bump version ([26ddfc4](https://github.com/bitnami/charts/commit/26ddfc4ef1f294267bce5013c374bf3f5301e70f)) ## 12.11.0 (2023-09-07) -* [bitnami/postgresql] Version the helper functions (#17847) ([c1a1349](https://github.com/bitnami/charts/commit/c1a1349)), closes [#17847](https://github.com/bitnami/charts/issues/17847) +* [bitnami/postgresql] Version the helper functions (#17847) ([c1a1349](https://github.com/bitnami/charts/commit/c1a1349e8bfa5c853798b3f26c470a8255374ecf)), closes [#17847](https://github.com/bitnami/charts/issues/17847) ## 12.10.2 (2023-09-07) -* [bitnami/postgresql] chore: :bookmark: Bump version ([b46e94e](https://github.com/bitnami/charts/commit/b46e94e)) +* [bitnami/postgresql] chore: :bookmark: Bump version ([b46e94e](https://github.com/bitnami/charts/commit/b46e94e5205bb3f2ec35afc024c34acf8a533afd)) ## 12.10.1 (2023-09-06) -* [bitnami/postgresql: Use merge helper]: (#19093) ([8eaef88](https://github.com/bitnami/charts/commit/8eaef88)), closes [#19093](https://github.com/bitnami/charts/issues/19093) +* [bitnami/postgresql: Use merge helper]: (#19093) ([8eaef88](https://github.com/bitnami/charts/commit/8eaef88b982edabba62c4f4aca7ae5e61c152005)), closes [#19093](https://github.com/bitnami/charts/issues/19093) ## 12.10.0 (2023-08-25) -* [bitnami/postgresql] Add Persistent Volume Claim Retention Policy to Postgresql Statefulsets (#18276 ([85635f4](https://github.com/bitnami/charts/commit/85635f4)), closes [#18276](https://github.com/bitnami/charts/issues/18276) +* [bitnami/postgresql] Add Persistent Volume Claim Retention Policy to Postgresql Statefulsets (#18276 ([85635f4](https://github.com/bitnami/charts/commit/85635f4e81edf49a2ba9baf301656a6e15ed261c)), closes [#18276](https://github.com/bitnami/charts/issues/18276) ## 12.9.0 (2023-08-23) -* [bitnami/postgresql] Support for customizing standard labels (#18408) ([bf18e4b](https://github.com/bitnami/charts/commit/bf18e4b)), closes [#18408](https://github.com/bitnami/charts/issues/18408) +* [bitnami/postgresql] Support for customizing standard labels (#18408) ([bf18e4b](https://github.com/bitnami/charts/commit/bf18e4b271d2281b196c237ff4b3480b9f974426)), closes [#18408](https://github.com/bitnami/charts/issues/18408) ## 12.8.5 (2023-08-22) -* [bitnami/postgresql] Release 12.8.5 (#18771) ([85ffc53](https://github.com/bitnami/charts/commit/85ffc53)), closes [#18771](https://github.com/bitnami/charts/issues/18771) +* [bitnami/postgresql] Release 12.8.5 (#18771) ([85ffc53](https://github.com/bitnami/charts/commit/85ffc537f5a4979ae7f6c82c0c3a6cfbb3cc22a1)), closes [#18771](https://github.com/bitnami/charts/issues/18771) ## 12.8.4 (2023-08-21) -* [bitnami/postgresql] fix annotation typo (#18557) ([9748b69](https://github.com/bitnami/charts/commit/9748b69)), closes [#18557](https://github.com/bitnami/charts/issues/18557) +* [bitnami/postgresql] fix annotation typo (#18557) ([9748b69](https://github.com/bitnami/charts/commit/9748b6929f9297e669b8f53a2ea34fc1d6d86a58)), closes [#18557](https://github.com/bitnami/charts/issues/18557) ## 12.8.3 (2023-08-17) -* [bitnami/postgresql] Release 12.8.3 (#18576) ([6c950c1](https://github.com/bitnami/charts/commit/6c950c1)), closes [#18576](https://github.com/bitnami/charts/issues/18576) +* [bitnami/postgresql] Release 12.8.3 (#18576) ([6c950c1](https://github.com/bitnami/charts/commit/6c950c1345fb8023f2cc3287bdcbb1a5daade8f2)), closes [#18576](https://github.com/bitnami/charts/issues/18576) ## 12.8.2 (2023-08-10) -* [bitnami/postgresql] Release 12.8.2 (#18364) ([f34b599](https://github.com/bitnami/charts/commit/f34b599)), closes [#18364](https://github.com/bitnami/charts/issues/18364) +* [bitnami/postgresql] Release 12.8.2 (#18364) ([f34b599](https://github.com/bitnami/charts/commit/f34b599adba104713bb931dd69a8a328df116513)), closes [#18364](https://github.com/bitnami/charts/issues/18364) ## 12.8.1 (2023-08-08) -* [bitnami/postgresql] Release 12.8.1 (#18287) ([5887a90](https://github.com/bitnami/charts/commit/5887a90)), closes [#18287](https://github.com/bitnami/charts/issues/18287) +* [bitnami/postgresql] Release 12.8.1 (#18287) ([5887a90](https://github.com/bitnami/charts/commit/5887a907d3f84ed68760d87e41d0a343c84e12ed)), closes [#18287](https://github.com/bitnami/charts/issues/18287) ## 12.8.0 (2023-08-01) -* [bitnami/postgresql] Add trivial backup cronjob (#17852) ([56b223b](https://github.com/bitnami/charts/commit/56b223b)), closes [#17852](https://github.com/bitnami/charts/issues/17852) +* [bitnami/postgresql] Add trivial backup cronjob (#17852) ([56b223b](https://github.com/bitnami/charts/commit/56b223b24aea584d0ef8c58ba669baadedee0e75)), closes [#17852](https://github.com/bitnami/charts/issues/17852) ## 12.7.3 (2023-07-31) -* [bitnami/postgresql] Release 12.7.3 (#18068) ([0186212](https://github.com/bitnami/charts/commit/0186212)), closes [#18068](https://github.com/bitnami/charts/issues/18068) +* [bitnami/postgresql] Release 12.7.3 (#18068) ([0186212](https://github.com/bitnami/charts/commit/01862127c7e07b89b2f08bcad9cb593f6ea4dc41)), closes [#18068](https://github.com/bitnami/charts/issues/18068) ## 12.7.2 (2023-07-31) -* [bitnami/postgresql] Remove multi-line conditional (#17711) ([e7acf10](https://github.com/bitnami/charts/commit/e7acf10)), closes [#17711](https://github.com/bitnami/charts/issues/17711) +* [bitnami/postgresql] Remove multi-line conditional (#17711) ([e7acf10](https://github.com/bitnami/charts/commit/e7acf10e9e9874dc1c9b26b849f47d39db1554d7)), closes [#17711](https://github.com/bitnami/charts/issues/17711) ## 12.7.1 (2023-07-27) -* [bitnami/postgresql] Release 12.7.1 (#17986) ([a071516](https://github.com/bitnami/charts/commit/a071516)), closes [#17986](https://github.com/bitnami/charts/issues/17986) +* [bitnami/postgresql] Release 12.7.1 (#17986) ([a071516](https://github.com/bitnami/charts/commit/a0715163ee9e1c554669783edbecd352e04be396)), closes [#17986](https://github.com/bitnami/charts/issues/17986) ## 12.7.0 (2023-07-26) -* [bitnami/postgresql] set some bits compatible with pss restricted (#17388) ([beb65fa](https://github.com/bitnami/charts/commit/beb65fa)), closes [#17388](https://github.com/bitnami/charts/issues/17388) +* [bitnami/postgresql] set some bits compatible with pss restricted (#17388) ([beb65fa](https://github.com/bitnami/charts/commit/beb65fae1f0aa7828d1d7773665e4cad8933062b)), closes [#17388](https://github.com/bitnami/charts/issues/17388) ## 12.6.9 (2023-07-24) -* [bitnami/postgresql] Release 12.6.9 (#17840) ([5141c42](https://github.com/bitnami/charts/commit/5141c42)), closes [#17840](https://github.com/bitnami/charts/issues/17840) +* [bitnami/postgresql] Release 12.6.9 (#17840) ([5141c42](https://github.com/bitnami/charts/commit/5141c42b918cf812393c29b4978d5330d0bf437f)), closes [#17840](https://github.com/bitnami/charts/issues/17840) ## 12.6.8 (2023-07-20) -* [bitnami/postgresl] Remove the password in text of the statefulset (#17780) ([3bfcc08](https://github.com/bitnami/charts/commit/3bfcc08)), closes [#17780](https://github.com/bitnami/charts/issues/17780) +* [bitnami/postgresl] Remove the password in text of the statefulset (#17780) ([3bfcc08](https://github.com/bitnami/charts/commit/3bfcc0812171abc52f11edc32c2d31650a1bbc8c)), closes [#17780](https://github.com/bitnami/charts/issues/17780) ## 12.6.7 (2023-07-19) -* Fixes usePasswordFiles (#17773) ([14d2b9a](https://github.com/bitnami/charts/commit/14d2b9a)), closes [#17773](https://github.com/bitnami/charts/issues/17773) +* Fixes usePasswordFiles (#17773) ([14d2b9a](https://github.com/bitnami/charts/commit/14d2b9aa78f3c1df413600e6a623215a827c2092)), closes [#17773](https://github.com/bitnami/charts/issues/17773) ## 12.6.6 (2023-07-15) -* [bitnami/postgresql] Release 12.6.6 (#17705) ([3e6c481](https://github.com/bitnami/charts/commit/3e6c481)), closes [#17705](https://github.com/bitnami/charts/issues/17705) +* [bitnami/postgresql] Release 12.6.6 (#17705) ([3e6c481](https://github.com/bitnami/charts/commit/3e6c4816902a5250fa97202590da88c65ffa2a94)), closes [#17705](https://github.com/bitnami/charts/issues/17705) ## 12.6.5 (2023-07-11) -* [bitnami/postgresql] fix invalid indentation for replica metrics extra envs (#17553) ([39b5188](https://github.com/bitnami/charts/commit/39b5188)), closes [#17553](https://github.com/bitnami/charts/issues/17553) +* [bitnami/postgresql] fix invalid indentation for replica metrics extra envs (#17553) ([39b5188](https://github.com/bitnami/charts/commit/39b5188af308dc4d9ad777f20c8a4d7f6fb3a539)), closes [#17553](https://github.com/bitnami/charts/issues/17553) ## 12.6.4 (2023-07-07) -* [bitnami/postgresql] Fix postgres random password generation (#17502) ([afa4649](https://github.com/bitnami/charts/commit/afa4649)), closes [#17502](https://github.com/bitnami/charts/issues/17502) +* [bitnami/postgresql] Fix postgres random password generation (#17502) ([afa4649](https://github.com/bitnami/charts/commit/afa4649ca1252dd82a250b3b9497575a9744dd0a)), closes [#17502](https://github.com/bitnami/charts/issues/17502) ## 12.6.3 (2023-07-06) -* [bitnami/postgresql] Fix multi-element array for primary.service.loadBalancerSourceRanges (#17461) ([dc59153](https://github.com/bitnami/charts/commit/dc59153)), closes [#17461](https://github.com/bitnami/charts/issues/17461) [#17450](https://github.com/bitnami/charts/issues/17450) +* [bitnami/postgresql] Fix multi-element array for primary.service.loadBalancerSourceRanges (#17461) ([dc59153](https://github.com/bitnami/charts/commit/dc59153da0c21373c83d9a6eb6b3a2e7373f9fe2)), closes [#17461](https://github.com/bitnami/charts/issues/17461) [#17450](https://github.com/bitnami/charts/issues/17450) ## 12.6.2 (2023-07-04) -* [bitnami/postgresql] Fix postgres password if customUser is empty (#17473) ([d6234d8](https://github.com/bitnami/charts/commit/d6234d8)), closes [#17473](https://github.com/bitnami/charts/issues/17473) +* [bitnami/postgresql] Fix postgres password if customUser is empty (#17473) ([d6234d8](https://github.com/bitnami/charts/commit/d6234d8b8921470066e567832660164d84192975)), closes [#17473](https://github.com/bitnami/charts/issues/17473) ## 12.6.1 (2023-07-04) -* [bitnami/postgresql] Fix issues when using enablePostgresUser=false (#17398) ([262f4f1](https://github.com/bitnami/charts/commit/262f4f1)), closes [#17398](https://github.com/bitnami/charts/issues/17398) +* [bitnami/postgresql] Fix issues when using enablePostgresUser=false (#17398) ([262f4f1](https://github.com/bitnami/charts/commit/262f4f1d2906226cee8cabb49c8fedf97ecc30e4)), closes [#17398](https://github.com/bitnami/charts/issues/17398) ## 12.6.0 (2023-06-29) -* [bitnami/postgresql] checksum only data part of the ConfigMap (#17302) ([f5c4b4e](https://github.com/bitnami/charts/commit/f5c4b4e)), closes [#17302](https://github.com/bitnami/charts/issues/17302) +* [bitnami/postgresql] checksum only data part of the ConfigMap (#17302) ([f5c4b4e](https://github.com/bitnami/charts/commit/f5c4b4e1e1dfc1ce898f3ceb4a9204a0ae78f59a)), closes [#17302](https://github.com/bitnami/charts/issues/17302) ## 12.5.9 (2023-06-29) -* [bitnami/postgresql] Release 12.5.9 (#17392) ([06ab2db](https://github.com/bitnami/charts/commit/06ab2db)), closes [#17392](https://github.com/bitnami/charts/issues/17392) -* Add copyright header (#17300) ([da68be8](https://github.com/bitnami/charts/commit/da68be8)), closes [#17300](https://github.com/bitnami/charts/issues/17300) -* Update charts readme (#17217) ([31b3c0a](https://github.com/bitnami/charts/commit/31b3c0a)), closes [#17217](https://github.com/bitnami/charts/issues/17217) +* [bitnami/postgresql] Release 12.5.9 (#17392) ([06ab2db](https://github.com/bitnami/charts/commit/06ab2db2211d173726ffbe90801481d0591dd7ed)), closes [#17392](https://github.com/bitnami/charts/issues/17392) +* Add copyright header (#17300) ([da68be8](https://github.com/bitnami/charts/commit/da68be8e951225133c7dfb572d5101ca3d61c5ae)), closes [#17300](https://github.com/bitnami/charts/issues/17300) +* Update charts readme (#17217) ([31b3c0a](https://github.com/bitnami/charts/commit/31b3c0afd968ff4429107e34101f7509e6a0e913)), closes [#17217](https://github.com/bitnami/charts/issues/17217) ## 12.5.8 (2023-06-19) -* [bitnami/PostgreSQL] Update statefulset to inlcude verbose PVC reference (#17140) ([ffa4eeb](https://github.com/bitnami/charts/commit/ffa4eeb)), closes [#17140](https://github.com/bitnami/charts/issues/17140) +* [bitnami/PostgreSQL] Update statefulset to inlcude verbose PVC reference (#17140) ([ffa4eeb](https://github.com/bitnami/charts/commit/ffa4eeb0e853fd63fced31d1bd443c6587354f87)), closes [#17140](https://github.com/bitnami/charts/issues/17140) ## 12.5.7 (2023-06-12) -* [bitnami/*] Change copyright section in READMEs (#17006) ([ef986a1](https://github.com/bitnami/charts/commit/ef986a1)), closes [#17006](https://github.com/bitnami/charts/issues/17006) -* [bitnami/postgresql] Fix execution when enablePostgresUser is false (#17058) ([fc26fbd](https://github.com/bitnami/charts/commit/fc26fbd)), closes [#17058](https://github.com/bitnami/charts/issues/17058) -* [bitnami/several] Change copyright section in READMEs (#16989) ([5b6a5cf](https://github.com/bitnami/charts/commit/5b6a5cf)), closes [#16989](https://github.com/bitnami/charts/issues/16989) +* [bitnami/*] Change copyright section in READMEs (#17006) ([ef986a1](https://github.com/bitnami/charts/commit/ef986a1605241102b3dcafe9fd8089e6fc1201ad)), closes [#17006](https://github.com/bitnami/charts/issues/17006) +* [bitnami/postgresql] Fix execution when enablePostgresUser is false (#17058) ([fc26fbd](https://github.com/bitnami/charts/commit/fc26fbd518a5bb0e546144d04e7178a138ccbd5b)), closes [#17058](https://github.com/bitnami/charts/issues/17058) +* [bitnami/several] Change copyright section in READMEs (#16989) ([5b6a5cf](https://github.com/bitnami/charts/commit/5b6a5cfb7625a751848a2e5cd796bd7278f406ca)), closes [#16989](https://github.com/bitnami/charts/issues/16989) ## 12.5.6 (2023-05-30) -* [bitnami/postgresql] Fix mountPath for extendedConfiguration (#16874) ([f5e2881](https://github.com/bitnami/charts/commit/f5e2881)), closes [#16874](https://github.com/bitnami/charts/issues/16874) -* [bitnami/postgresql] Release 12.5.6 (#16953) ([0448ae0](https://github.com/bitnami/charts/commit/0448ae0)), closes [#16953](https://github.com/bitnami/charts/issues/16953) +* [bitnami/postgresql] Fix mountPath for extendedConfiguration (#16874) ([f5e2881](https://github.com/bitnami/charts/commit/f5e2881a6486cba5dada153af9ec1c2eef5b2607)), closes [#16874](https://github.com/bitnami/charts/issues/16874) +* [bitnami/postgresql] Release 12.5.6 (#16953) ([0448ae0](https://github.com/bitnami/charts/commit/0448ae0ee83f1aca2e4bc4eae484d57c32c053ea)), closes [#16953](https://github.com/bitnami/charts/issues/16953) ## 12.5.5 (2023-05-23) -* [bitnami/postgresql] Allow usePasswordFile when using existingSecret + custom keys (#16729) ([ff3a5e0](https://github.com/bitnami/charts/commit/ff3a5e0)), closes [#16729](https://github.com/bitnami/charts/issues/16729) +* [bitnami/postgresql] Allow usePasswordFile when using existingSecret + custom keys (#16729) ([ff3a5e0](https://github.com/bitnami/charts/commit/ff3a5e09275e46e53e69ba3127fcd854f6131f31)), closes [#16729](https://github.com/bitnami/charts/issues/16729) ## 12.5.4 (2023-05-22) -* [bitnami/postgresql] Release 12.5.4 (#16861) ([d8aae34](https://github.com/bitnami/charts/commit/d8aae34)), closes [#16861](https://github.com/bitnami/charts/issues/16861) +* [bitnami/postgresql] Release 12.5.4 (#16861) ([d8aae34](https://github.com/bitnami/charts/commit/d8aae34620d86d9d7aa4a98d260cb8264ca3427e)), closes [#16861](https://github.com/bitnami/charts/issues/16861) ## 12.5.3 (2023-05-21) -* [bitnami/postgresql] Release 12.5.3 (#16838) ([de9b3a4](https://github.com/bitnami/charts/commit/de9b3a4)), closes [#16838](https://github.com/bitnami/charts/issues/16838) +* [bitnami/postgresql] Release 12.5.3 (#16838) ([de9b3a4](https://github.com/bitnami/charts/commit/de9b3a43a8f31a52cff599e46d6ac7db146ccb31)), closes [#16838](https://github.com/bitnami/charts/issues/16838) ## 12.5.2 (2023-05-16) -* [bitnami/postgresql] Bump the version (#16668) ([7addf44](https://github.com/bitnami/charts/commit/7addf44)), closes [#16668](https://github.com/bitnami/charts/issues/16668) -* fix(postgres): use correct default value type for networkPolicy customRules (#16646) ([901f3b8](https://github.com/bitnami/charts/commit/901f3b8)), closes [#16646](https://github.com/bitnami/charts/issues/16646) +* [bitnami/postgresql] Bump the version (#16668) ([7addf44](https://github.com/bitnami/charts/commit/7addf44857481ba673384aa6ad8b5f95a02608ea)), closes [#16668](https://github.com/bitnami/charts/issues/16668) +* fix(postgres): use correct default value type for networkPolicy customRules (#16646) ([901f3b8](https://github.com/bitnami/charts/commit/901f3b82f4ecbf62ac968c7edfd061016036055a)), closes [#16646](https://github.com/bitnami/charts/issues/16646) ## 12.5.1 (2023-05-12) -* [bitnami/postgresql] Release 12.5.1 (#16621) ([7c233f3](https://github.com/bitnami/charts/commit/7c233f3)), closes [#16621](https://github.com/bitnami/charts/issues/16621) -* Add wording for enterprise page (#16560) ([8f22774](https://github.com/bitnami/charts/commit/8f22774)), closes [#16560](https://github.com/bitnami/charts/issues/16560) +* [bitnami/postgresql] Release 12.5.1 (#16621) ([7c233f3](https://github.com/bitnami/charts/commit/7c233f36112aed3567edf01f69017cd7a428be20)), closes [#16621](https://github.com/bitnami/charts/issues/16621) +* Add wording for enterprise page (#16560) ([8f22774](https://github.com/bitnami/charts/commit/8f2277440b976d52785ba9149762ad8620a73d1f)), closes [#16560](https://github.com/bitnami/charts/issues/16560) ## 12.5.0 (2023-05-09) -* [bitnami/several] Adapt Chart.yaml to set desired OCI annotations (#16546) ([fc9b18f](https://github.com/bitnami/charts/commit/fc9b18f)), closes [#16546](https://github.com/bitnami/charts/issues/16546) +* [bitnami/several] Adapt Chart.yaml to set desired OCI annotations (#16546) ([fc9b18f](https://github.com/bitnami/charts/commit/fc9b18f2e98805d4df629acbcde696f44f973344)), closes [#16546](https://github.com/bitnami/charts/issues/16546) ## 12.4.3 (2023-05-09) -* [bitnami/postgresql] Release 12.4.3 (#16493) ([85c1bf6](https://github.com/bitnami/charts/commit/85c1bf6)), closes [#16493](https://github.com/bitnami/charts/issues/16493) +* [bitnami/postgresql] Release 12.4.3 (#16493) ([85c1bf6](https://github.com/bitnami/charts/commit/85c1bf652b5b423bc1e270ba3303f32adb52c368)), closes [#16493](https://github.com/bitnami/charts/issues/16493) ## 12.4.2 (2023-04-27) -* [bitnami/postgresql] Use username as key in the Service Binding secret (#16249) ([c6daf3d](https://github.com/bitnami/charts/commit/c6daf3d)), closes [#16249](https://github.com/bitnami/charts/issues/16249) +* [bitnami/postgresql] Use username as key in the Service Binding secret (#16249) ([c6daf3d](https://github.com/bitnami/charts/commit/c6daf3d29502dca394284d0a4be1a91827d7f869)), closes [#16249](https://github.com/bitnami/charts/issues/16249) ## 12.4.1 (2023-04-25) -* [bitnami/postgresql] Release 12.4.1 (#16225) ([d6f37c5](https://github.com/bitnami/charts/commit/d6f37c5)), closes [#16225](https://github.com/bitnami/charts/issues/16225) +* [bitnami/postgresql] Release 12.4.1 (#16225) ([d6f37c5](https://github.com/bitnami/charts/commit/d6f37c5847c34bbbedb702c262df6dcd1c2f8b62)), closes [#16225](https://github.com/bitnami/charts/issues/16225) ## 12.4.0 (2023-04-25) -* [bitnami/several] Revert changes done by mistake in Chart.yaml repo (#16211) ([3a60f4b](https://github.com/bitnami/charts/commit/3a60f4b)), closes [#16211](https://github.com/bitnami/charts/issues/16211) +* [bitnami/several] Revert changes done by mistake in Chart.yaml repo (#16211) ([3a60f4b](https://github.com/bitnami/charts/commit/3a60f4b10d2e02dbf83fcf64906b43edb6725615)), closes [#16211](https://github.com/bitnami/charts/issues/16211) ## 12.3.2 (2023-04-25) -* [bitnami/postgresql] Release 12.3.2 (#16205) ([d1cbf66](https://github.com/bitnami/charts/commit/d1cbf66)), closes [#16205](https://github.com/bitnami/charts/issues/16205) +* [bitnami/postgresql] Release 12.3.2 (#16205) ([d1cbf66](https://github.com/bitnami/charts/commit/d1cbf66dbaebac3ffd5d92a69c88bb00146b280d)), closes [#16205](https://github.com/bitnami/charts/issues/16205) ## 12.3.1 (2023-04-21) -* [bitnami/postgresql] Release 12.3.1 (#16182) ([1426b53](https://github.com/bitnami/charts/commit/1426b53)), closes [#16182](https://github.com/bitnami/charts/issues/16182) +* [bitnami/postgresql] Release 12.3.1 (#16182) ([1426b53](https://github.com/bitnami/charts/commit/1426b53a4d6bb75d442df177f77daafe93e5b78b)), closes [#16182](https://github.com/bitnami/charts/issues/16182) ## 12.3.0 (2023-04-20) -* [bitnami/*] Make Helm charts 100% OCI (#15998) ([8841510](https://github.com/bitnami/charts/commit/8841510)), closes [#15998](https://github.com/bitnami/charts/issues/15998) +* [bitnami/*] Make Helm charts 100% OCI (#15998) ([8841510](https://github.com/bitnami/charts/commit/884151035efcbf2e1b3206e7def85511073fb57d)), closes [#15998](https://github.com/bitnami/charts/issues/15998) ## 12.2.8 (2023-04-14) -* [bitnami/postgresql] Release 12.2.8 (#16072) ([8f03dec](https://github.com/bitnami/charts/commit/8f03dec)), closes [#16072](https://github.com/bitnami/charts/issues/16072) +* [bitnami/postgresql] Release 12.2.8 (#16072) ([8f03dec](https://github.com/bitnami/charts/commit/8f03decb1ff8c4bf5a7bf0ab40d3844474323d48)), closes [#16072](https://github.com/bitnami/charts/issues/16072) ## 12.2.7 (2023-04-01) -* [bitnami/postgresql] Release 12.2.7 (#15896) ([18e9565](https://github.com/bitnami/charts/commit/18e9565)), closes [#15896](https://github.com/bitnami/charts/issues/15896) +* [bitnami/postgresql] Release 12.2.7 (#15896) ([18e9565](https://github.com/bitnami/charts/commit/18e9565ed8d1fcc9cd072fc1c5fd2cc7ffbd0b3a)), closes [#15896](https://github.com/bitnami/charts/issues/15896) ## 12.2.6 (2023-03-22) -* [bitnami/postgresql] Release 12.2.6 (#15685) ([e42e0a1](https://github.com/bitnami/charts/commit/e42e0a1)), closes [#15685](https://github.com/bitnami/charts/issues/15685) +* [bitnami/postgresql] Release 12.2.6 (#15685) ([e42e0a1](https://github.com/bitnami/charts/commit/e42e0a158ee42c88a7fcd6cb67d50aa11a32e38e)), closes [#15685](https://github.com/bitnami/charts/issues/15685) ## 12.2.5 (2023-03-20) -* [bitnami/postgresql] Release 12.2.5 (#15632) ([71f1ab5](https://github.com/bitnami/charts/commit/71f1ab5)), closes [#15632](https://github.com/bitnami/charts/issues/15632) +* [bitnami/postgresql] Release 12.2.5 (#15632) ([71f1ab5](https://github.com/bitnami/charts/commit/71f1ab5bcf8e9fa7f0867b1104d3151bc3d0c662)), closes [#15632](https://github.com/bitnami/charts/issues/15632) ## 12.2.4 (2023-03-19) -* [bitnami/postgresql] Release 12.2.4 (#15600) ([2b7e88c](https://github.com/bitnami/charts/commit/2b7e88c)), closes [#15600](https://github.com/bitnami/charts/issues/15600) +* [bitnami/postgresql] Release 12.2.4 (#15600) ([2b7e88c](https://github.com/bitnami/charts/commit/2b7e88cecfc5d607a7d57c5519624a7d244e59eb)), closes [#15600](https://github.com/bitnami/charts/issues/15600) ## 12.2.3 (2023-03-14) -* [bitnami/charts] Apply linter to README files (#15357) ([0e29e60](https://github.com/bitnami/charts/commit/0e29e60)), closes [#15357](https://github.com/bitnami/charts/issues/15357) -* [bitnami/postgresql] Release 12.2.3 (#15488) ([1b1ddca](https://github.com/bitnami/charts/commit/1b1ddca)), closes [#15488](https://github.com/bitnami/charts/issues/15488) +* [bitnami/charts] Apply linter to README files (#15357) ([0e29e60](https://github.com/bitnami/charts/commit/0e29e600d3adc8b1b46e506eccb3decfab3b4e63)), closes [#15357](https://github.com/bitnami/charts/issues/15357) +* [bitnami/postgresql] Release 12.2.3 (#15488) ([1b1ddca](https://github.com/bitnami/charts/commit/1b1ddcaac1815709423744fec139374165c6dc2b)), closes [#15488](https://github.com/bitnami/charts/issues/15488) ## 12.2.2 (2023-03-01) -* [bitnami/postgresql] Release 12.2.2 (#15233) ([ceb1e4f](https://github.com/bitnami/charts/commit/ceb1e4f)), closes [#15233](https://github.com/bitnami/charts/issues/15233) -* Fix postgres secret keys (#15023) ([eeb1faa](https://github.com/bitnami/charts/commit/eeb1faa)), closes [#15023](https://github.com/bitnami/charts/issues/15023) +* [bitnami/postgresql] Release 12.2.2 (#15233) ([ceb1e4f](https://github.com/bitnami/charts/commit/ceb1e4fefd2cd6363ec12190fe72f79f5252f78b)), closes [#15233](https://github.com/bitnami/charts/issues/15233) +* Fix postgres secret keys (#15023) ([eeb1faa](https://github.com/bitnami/charts/commit/eeb1faaa45e393f0bc10f2c9093f8c9720f0e6da)), closes [#15023](https://github.com/bitnami/charts/issues/15023) ## 12.2.1 (2023-02-17) -* [bitnami/*] Fix markdown linter issues 2 (#14890) ([aa96572](https://github.com/bitnami/charts/commit/aa96572)), closes [#14890](https://github.com/bitnami/charts/issues/14890) -* [bitnami/postgresql] Release 12.2.1 (#15025) ([727ecd8](https://github.com/bitnami/charts/commit/727ecd8)), closes [#15025](https://github.com/bitnami/charts/issues/15025) +* [bitnami/*] Fix markdown linter issues 2 (#14890) ([aa96572](https://github.com/bitnami/charts/commit/aa9657237ee8df4a46db0d7fdf8a23230dd6902a)), closes [#14890](https://github.com/bitnami/charts/issues/14890) +* [bitnami/postgresql] Release 12.2.1 (#15025) ([727ecd8](https://github.com/bitnami/charts/commit/727ecd8f026c7752e9ecb8c3596820fc904182a4)), closes [#15025](https://github.com/bitnami/charts/issues/15025) ## 12.2.0 (2023-02-16) -* [bitnami/*] Fix markdown linter issues (#14874) ([a51e0e8](https://github.com/bitnami/charts/commit/a51e0e8)), closes [#14874](https://github.com/bitnami/charts/issues/14874) -* [bitnami/*] Remove unexpected extra spaces (#14873) ([c97c714](https://github.com/bitnami/charts/commit/c97c714)), closes [#14873](https://github.com/bitnami/charts/issues/14873) -* [bitnami/postgresql] feat: :sparkles: Add ServiceBinding-compatible secrets (#14893) ([68f6708](https://github.com/bitnami/charts/commit/68f6708)), closes [#14893](https://github.com/bitnami/charts/issues/14893) +* [bitnami/*] Fix markdown linter issues (#14874) ([a51e0e8](https://github.com/bitnami/charts/commit/a51e0e8d35495b907f3e70dd2f8e7c3bcbf4166a)), closes [#14874](https://github.com/bitnami/charts/issues/14874) +* [bitnami/*] Remove unexpected extra spaces (#14873) ([c97c714](https://github.com/bitnami/charts/commit/c97c714887380d47eae7bfeff316bf01595ecd1d)), closes [#14873](https://github.com/bitnami/charts/issues/14873) +* [bitnami/postgresql] feat: :sparkles: Add ServiceBinding-compatible secrets (#14893) ([68f6708](https://github.com/bitnami/charts/commit/68f67081020525f4b757a2f6f3132c8435b94673)), closes [#14893](https://github.com/bitnami/charts/issues/14893) ## 12.1.15 (2023-02-09) -* [bitnami/postgresql] Release 12.1.15 (#14821) ([9334f82](https://github.com/bitnami/charts/commit/9334f82)), closes [#14821](https://github.com/bitnami/charts/issues/14821) +* [bitnami/postgresql] Release 12.1.15 (#14821) ([9334f82](https://github.com/bitnami/charts/commit/9334f82858196b21a1c74c40deaf5a907119333f)), closes [#14821](https://github.com/bitnami/charts/issues/14821) ## 12.1.14 (2023-02-02) -* [bitnami/postgresql] Don't regenerate self-signed certs on upgrade (#14651) ([c9c6d20](https://github.com/bitnami/charts/commit/c9c6d20)), closes [#14651](https://github.com/bitnami/charts/issues/14651) -* [bitnami/postgresql] Release 12.1.14 (#14717) ([02daab3](https://github.com/bitnami/charts/commit/02daab3)), closes [#14717](https://github.com/bitnami/charts/issues/14717) +* [bitnami/postgresql] Don't regenerate self-signed certs on upgrade (#14651) ([c9c6d20](https://github.com/bitnami/charts/commit/c9c6d2019c7e5f4e46622eddaa838e5983bb08d1)), closes [#14651](https://github.com/bitnami/charts/issues/14651) +* [bitnami/postgresql] Release 12.1.14 (#14717) ([02daab3](https://github.com/bitnami/charts/commit/02daab3ee027cf4271dfe16d6fa559383d4444d6)), closes [#14717](https://github.com/bitnami/charts/issues/14717) ## 12.1.13 (2023-01-31) -* [bitnami/*] Change copyright date (#14682) ([add4ec7](https://github.com/bitnami/charts/commit/add4ec7)), closes [#14682](https://github.com/bitnami/charts/issues/14682) -* [bitnami/postgresql] skip empty resources (#14602) ([5ee97f7](https://github.com/bitnami/charts/commit/5ee97f7)), closes [#14602](https://github.com/bitnami/charts/issues/14602) +* [bitnami/*] Change copyright date (#14682) ([add4ec7](https://github.com/bitnami/charts/commit/add4ec701108ac36ed4de2dffbdf407a0d091067)), closes [#14682](https://github.com/bitnami/charts/issues/14682) +* [bitnami/postgresql] skip empty resources (#14602) ([5ee97f7](https://github.com/bitnami/charts/commit/5ee97f7cdb647606575d7f8aa0405ecad41ef48f)), closes [#14602](https://github.com/bitnami/charts/issues/14602) ## 12.1.12 (2023-01-30) -* [bitnami/postgresql] Release 12.1.12 (#14593) ([b55c70e](https://github.com/bitnami/charts/commit/b55c70e)), closes [#14593](https://github.com/bitnami/charts/issues/14593) +* [bitnami/postgresql] Release 12.1.12 (#14593) ([b55c70e](https://github.com/bitnami/charts/commit/b55c70ea72516611db13384a88142b085868584e)), closes [#14593](https://github.com/bitnami/charts/issues/14593) ## 12.1.11 (2023-01-26) -* [bitnami/postgresql] Release 12.1.11 (#14558) ([bab9d74](https://github.com/bitnami/charts/commit/bab9d74)), closes [#14558](https://github.com/bitnami/charts/issues/14558) +* [bitnami/postgresql] Release 12.1.11 (#14558) ([bab9d74](https://github.com/bitnami/charts/commit/bab9d741c5443f6dcb552a746ad7d07140d5cf55)), closes [#14558](https://github.com/bitnami/charts/issues/14558) ## 12.1.10 (2023-01-26) -* [bitnami/*] Add license annotation and remove obsolete engine parameter (#14293) ([da2a794](https://github.com/bitnami/charts/commit/da2a794)), closes [#14293](https://github.com/bitnami/charts/issues/14293) -* [bitnami/*] Change licenses annotation format (#14377) ([0ab7608](https://github.com/bitnami/charts/commit/0ab7608)), closes [#14377](https://github.com/bitnami/charts/issues/14377) -* [bitnami/*] Unify READMEs (#14472) ([2064fb8](https://github.com/bitnami/charts/commit/2064fb8)), closes [#14472](https://github.com/bitnami/charts/issues/14472) -* [bitnami/postgresql] Add note about password issue when reinstalling helm chart (#14547) ([8b8c516](https://github.com/bitnami/charts/commit/8b8c516)), closes [#14547](https://github.com/bitnami/charts/issues/14547) +* [bitnami/*] Add license annotation and remove obsolete engine parameter (#14293) ([da2a794](https://github.com/bitnami/charts/commit/da2a7943bae95b6e9b5b4ed972c15e990b69fdb0)), closes [#14293](https://github.com/bitnami/charts/issues/14293) +* [bitnami/*] Change licenses annotation format (#14377) ([0ab7608](https://github.com/bitnami/charts/commit/0ab760862c660fcc78cffadf8e1d8cdd70881473)), closes [#14377](https://github.com/bitnami/charts/issues/14377) +* [bitnami/*] Unify READMEs (#14472) ([2064fb8](https://github.com/bitnami/charts/commit/2064fb8dcc78a845cdede8211af8c3cc52551161)), closes [#14472](https://github.com/bitnami/charts/issues/14472) +* [bitnami/postgresql] Add note about password issue when reinstalling helm chart (#14547) ([8b8c516](https://github.com/bitnami/charts/commit/8b8c516e42712eb976463de8f9cd7146626e98b2)), closes [#14547](https://github.com/bitnami/charts/issues/14547) ## 12.1.9 (2023-01-11) -* [bitnami/postgresql] Release 12.1.9 (#14277) ([84b7a8a](https://github.com/bitnami/charts/commit/84b7a8a)), closes [#14277](https://github.com/bitnami/charts/issues/14277) +* [bitnami/postgresql] Release 12.1.9 (#14277) ([84b7a8a](https://github.com/bitnami/charts/commit/84b7a8ac34400d05e30d79ff91083eed4253659f)), closes [#14277](https://github.com/bitnami/charts/issues/14277) ## 12.1.8 (2023-01-09) -* [bitnami/postgresql] update chart version for conflict (#14240) ([9356608](https://github.com/bitnami/charts/commit/9356608)), closes [#14240](https://github.com/bitnami/charts/issues/14240) -* feat(postgresql): allow auth.database to be templated (#14166) ([0a70ca9](https://github.com/bitnami/charts/commit/0a70ca9)), closes [#14166](https://github.com/bitnami/charts/issues/14166) +* [bitnami/postgresql] update chart version for conflict (#14240) ([9356608](https://github.com/bitnami/charts/commit/9356608e6a8aaec9adcff551b5287b08c4649ee4)), closes [#14240](https://github.com/bitnami/charts/issues/14240) +* feat(postgresql): allow auth.database to be templated (#14166) ([0a70ca9](https://github.com/bitnami/charts/commit/0a70ca94a8e0542bcf0889bb145703898b1e3734)), closes [#14166](https://github.com/bitnami/charts/issues/14166) ## 12.1.7 (2023-01-05) -* [bitnami/postgresql] Release 12.1.7 (#14194) ([6524f2c](https://github.com/bitnami/charts/commit/6524f2c)), closes [#14194](https://github.com/bitnami/charts/issues/14194) +* [bitnami/postgresql] Release 12.1.7 (#14194) ([6524f2c](https://github.com/bitnami/charts/commit/6524f2c5701b93e3f918ef433d1608339ef8b8e7)), closes [#14194](https://github.com/bitnami/charts/issues/14194) ## 12.1.6 (2022-12-20) -* [bitnami/postgresql] Renamed statefulset custom-metrics name to match metrics-configmap (#13953) ([1601a1b](https://github.com/bitnami/charts/commit/1601a1b)), closes [#13953](https://github.com/bitnami/charts/issues/13953) +* [bitnami/postgresql] Renamed statefulset custom-metrics name to match metrics-configmap (#13953) ([1601a1b](https://github.com/bitnami/charts/commit/1601a1b831d4c45dbc285ed86c4b83ff52fbeb1f)), closes [#13953](https://github.com/bitnami/charts/issues/13953) ## 12.1.5 (2022-12-16) -* [bitnami/postgresql] Release 12.1.5 (#13987) ([a74a2cb](https://github.com/bitnami/charts/commit/a74a2cb)), closes [#13987](https://github.com/bitnami/charts/issues/13987) +* [bitnami/postgresql] Release 12.1.5 (#13987) ([a74a2cb](https://github.com/bitnami/charts/commit/a74a2cbaaec2dab3e9fba43b76c380c19d7b7ffd)), closes [#13987](https://github.com/bitnami/charts/issues/13987) ## 12.1.4 (2022-12-14) -* [bitnami/postgresql] Release 12.1.4 (#13964) ([c053dea](https://github.com/bitnami/charts/commit/c053dea)), closes [#13964](https://github.com/bitnami/charts/issues/13964) +* [bitnami/postgresql] Release 12.1.4 (#13964) ([c053dea](https://github.com/bitnami/charts/commit/c053dea48990418b5f143390ff00c540d4d80ebc)), closes [#13964](https://github.com/bitnami/charts/issues/13964) ## 12.1.3 (2022-12-01) -* [bitnami/postgresql] Release 12.1.3 (#13795) ([a327cfa](https://github.com/bitnami/charts/commit/a327cfa)), closes [#13795](https://github.com/bitnami/charts/issues/13795) +* [bitnami/postgresql] Release 12.1.3 (#13795) ([a327cfa](https://github.com/bitnami/charts/commit/a327cfaa92137e8504ffc3ecdbcbda5cc98dc997)), closes [#13795](https://github.com/bitnami/charts/issues/13795) ## 12.1.2 (2022-11-11) -* [bitnami/postgresql] Release 12.1.2 (#13470) ([4f6fd65](https://github.com/bitnami/charts/commit/4f6fd65)), closes [#13470](https://github.com/bitnami/charts/issues/13470) +* [bitnami/postgresql] Release 12.1.2 (#13470) ([4f6fd65](https://github.com/bitnami/charts/commit/4f6fd65db07d81f7d70c7573c7989688ae38d574)), closes [#13470](https://github.com/bitnami/charts/issues/13470) ## 12.1.1 (2022-11-09) -* [bitnami/postgresql] Release 12.1.1 (#13447) ([1ddbe4a](https://github.com/bitnami/charts/commit/1ddbe4a)), closes [#13447](https://github.com/bitnami/charts/issues/13447) -* Update OpenShift specifc security settings (#13265) ([4ca827c](https://github.com/bitnami/charts/commit/4ca827c)), closes [#13265](https://github.com/bitnami/charts/issues/13265) +* [bitnami/postgresql] Release 12.1.1 (#13447) ([1ddbe4a](https://github.com/bitnami/charts/commit/1ddbe4a678046139e3ab3e44dba5212d12328c60)), closes [#13447](https://github.com/bitnami/charts/issues/13447) +* Update OpenShift specifc security settings (#13265) ([4ca827c](https://github.com/bitnami/charts/commit/4ca827c18c9a523eb753e223dca8e8d4e74c5226)), closes [#13265](https://github.com/bitnami/charts/issues/13265) ## 12.1.0 (2022-11-03) -* [bitnami/postgresql] Annotations for headless service (#13269) ([a4f111f](https://github.com/bitnami/charts/commit/a4f111f)), closes [#13269](https://github.com/bitnami/charts/issues/13269) +* [bitnami/postgresql] Annotations for headless service (#13269) ([a4f111f](https://github.com/bitnami/charts/commit/a4f111f8678ad45f06eaf40d4c4e0463504f2482)), closes [#13269](https://github.com/bitnami/charts/issues/13269) ## 12.0.1 (2022-11-01) -* [bitnami/*] Update upgrading notes of PostgreSQL and PostgreSQL HA (#13226) ([a5a7d0e](https://github.com/bitnami/charts/commit/a5a7d0e)), closes [#13226](https://github.com/bitnami/charts/issues/13226) -* [bitnami/postgresql] Release 12.0.1 (#13281) ([d839514](https://github.com/bitnami/charts/commit/d839514)), closes [#13281](https://github.com/bitnami/charts/issues/13281) +* [bitnami/*] Update upgrading notes of PostgreSQL and PostgreSQL HA (#13226) ([a5a7d0e](https://github.com/bitnami/charts/commit/a5a7d0eb7592bcae2b59e63b3f13b5f1c925b536)), closes [#13226](https://github.com/bitnami/charts/issues/13226) +* [bitnami/postgresql] Release 12.0.1 (#13281) ([d839514](https://github.com/bitnami/charts/commit/d839514d4ea3072a816097493e74cf583d40e3cb)), closes [#13281](https://github.com/bitnami/charts/issues/13281) ## 12.0.0 (2022-10-27) -* [bitnami/postgresql] Release 12.0.0 (#13203) ([cc87b46](https://github.com/bitnami/charts/commit/cc87b46)), closes [#13203](https://github.com/bitnami/charts/issues/13203) +* [bitnami/postgresql] Release 12.0.0 (#13203) ([cc87b46](https://github.com/bitnami/charts/commit/cc87b46ad00d7fe06804f8c748a04e60a76361a5)), closes [#13203](https://github.com/bitnami/charts/issues/13203) ## 11.9.13 (2022-10-26) -* [bitnami/postgresql] Release 11.9.13 (#13168) ([c607694](https://github.com/bitnami/charts/commit/c607694)), closes [#13168](https://github.com/bitnami/charts/issues/13168) +* [bitnami/postgresql] Release 11.9.13 (#13168) ([c607694](https://github.com/bitnami/charts/commit/c6076945ecc47791d82e545a20ef690dd93ff662)), closes [#13168](https://github.com/bitnami/charts/issues/13168) ## 11.9.12 (2022-10-25) -* [bitnami/postgresql] Release 11.9.12 (#13146) ([b92ee13](https://github.com/bitnami/charts/commit/b92ee13)), closes [#13146](https://github.com/bitnami/charts/issues/13146) +* [bitnami/postgresql] Release 11.9.12 (#13146) ([b92ee13](https://github.com/bitnami/charts/commit/b92ee1340ec84aca8e49311ea53dee44cf1c9563)), closes [#13146](https://github.com/bitnami/charts/issues/13146) ## 11.9.11 (2022-10-18) -* [bitnami/postgresql] Release 11.9.11 (#13010) ([9ac77f4](https://github.com/bitnami/charts/commit/9ac77f4)), closes [#13010](https://github.com/bitnami/charts/issues/13010) +* [bitnami/postgresql] Release 11.9.11 (#13010) ([9ac77f4](https://github.com/bitnami/charts/commit/9ac77f4a3268fc56fee5dba39a0b91078d579214)), closes [#13010](https://github.com/bitnami/charts/issues/13010) ## 11.9.10 (2022-10-17) -* [bitnami/postgresql] Release 11.9.10 (#12993) ([e52f958](https://github.com/bitnami/charts/commit/e52f958)), closes [#12993](https://github.com/bitnami/charts/issues/12993) +* [bitnami/postgresql] Release 11.9.10 (#12993) ([e52f958](https://github.com/bitnami/charts/commit/e52f9583a965b5639fa4c6820945a9076d188e40)), closes [#12993](https://github.com/bitnami/charts/issues/12993) ## 11.9.9 (2022-10-17) -* [bitnami/*] Use new default branch name in links (#12943) ([a529e02](https://github.com/bitnami/charts/commit/a529e02)), closes [#12943](https://github.com/bitnami/charts/issues/12943) -* [bitnami/postgresql] Release 11.9.9 (#12991) ([d58c9d6](https://github.com/bitnami/charts/commit/d58c9d6)), closes [#12991](https://github.com/bitnami/charts/issues/12991) +* [bitnami/*] Use new default branch name in links (#12943) ([a529e02](https://github.com/bitnami/charts/commit/a529e02597d49d944eba1eb0f190713293247176)), closes [#12943](https://github.com/bitnami/charts/issues/12943) +* [bitnami/postgresql] Release 11.9.9 (#12991) ([d58c9d6](https://github.com/bitnami/charts/commit/d58c9d67299088ceddab2db510826003e16694fc)), closes [#12991](https://github.com/bitnami/charts/issues/12991) ## 11.9.8 (2022-10-07) -* [bitnami/postgresql] Release 11.9.8 (#12837) ([d3ec8fa](https://github.com/bitnami/charts/commit/d3ec8fa)), closes [#12837](https://github.com/bitnami/charts/issues/12837) +* [bitnami/postgresql] Release 11.9.8 (#12837) ([d3ec8fa](https://github.com/bitnami/charts/commit/d3ec8fa952007380c6001c526b027a8bb064cbab)), closes [#12837](https://github.com/bitnami/charts/issues/12837) ## 11.9.7 (2022-10-05) -* [bitnami/postgresql] Update maintainers (#12818) ([8de3271](https://github.com/bitnami/charts/commit/8de3271)), closes [#12818](https://github.com/bitnami/charts/issues/12818) -* Generic README instructions related to the repo (#12792) ([3cf6b10](https://github.com/bitnami/charts/commit/3cf6b10)), closes [#12792](https://github.com/bitnami/charts/issues/12792) +* [bitnami/postgresql] Update maintainers (#12818) ([8de3271](https://github.com/bitnami/charts/commit/8de3271bad9d9b8869771a37bb5f0667de01d120)), closes [#12818](https://github.com/bitnami/charts/issues/12818) +* Generic README instructions related to the repo (#12792) ([3cf6b10](https://github.com/bitnami/charts/commit/3cf6b10e10e60df4b3e191d6b99aa99a9f597755)), closes [#12792](https://github.com/bitnami/charts/issues/12792) ## 11.9.6 (2022-10-03) -* [bitnami/postgresql] Use plain connections from metrics sidecar (#12735) ([e07416d](https://github.com/bitnami/charts/commit/e07416d)), closes [#12735](https://github.com/bitnami/charts/issues/12735) +* [bitnami/postgresql] Use plain connections from metrics sidecar (#12735) ([e07416d](https://github.com/bitnami/charts/commit/e07416d9247437744f957e279c78d797c7e11ad4)), closes [#12735](https://github.com/bitnami/charts/issues/12735) ## 11.9.5 (2022-09-30) -* [bitnami/postgresql] Release 11.9.5 (#12763) ([42ecc41](https://github.com/bitnami/charts/commit/42ecc41)), closes [#12763](https://github.com/bitnami/charts/issues/12763) +* [bitnami/postgresql] Release 11.9.5 (#12763) ([42ecc41](https://github.com/bitnami/charts/commit/42ecc41ddbed1696c253642e0606d560bb6e64f1)), closes [#12763](https://github.com/bitnami/charts/issues/12763) ## 11.9.4 (2022-09-30) -* [bitnami/postgresql] Release 11.9.4 (#12744) ([1fe59b8](https://github.com/bitnami/charts/commit/1fe59b8)), closes [#12744](https://github.com/bitnami/charts/issues/12744) +* [bitnami/postgresql] Release 11.9.4 (#12744) ([1fe59b8](https://github.com/bitnami/charts/commit/1fe59b85a2e68d4254e24060cdbd5e82e66d32cf)), closes [#12744](https://github.com/bitnami/charts/issues/12744) ## 11.9.3 (2022-09-28) -* [bitnami/postgresql] Release 11.9.3 (#12720) ([340dd2a](https://github.com/bitnami/charts/commit/340dd2a)), closes [#12720](https://github.com/bitnami/charts/issues/12720) +* [bitnami/postgresql] Release 11.9.3 (#12720) ([340dd2a](https://github.com/bitnami/charts/commit/340dd2a2d4171cd2ba6980f870543dbc63bf75e6)), closes [#12720](https://github.com/bitnami/charts/issues/12720) ## 11.9.2 (2022-09-28) -* [bitnami/postgresql] Use custom probes if given (#12548) ([99ea23d](https://github.com/bitnami/charts/commit/99ea23d)), closes [#12548](https://github.com/bitnami/charts/issues/12548) [#12354](https://github.com/bitnami/charts/issues/12354) +* [bitnami/postgresql] Use custom probes if given (#12548) ([99ea23d](https://github.com/bitnami/charts/commit/99ea23d43bfe872aa05d682f492b23379c96425e)), closes [#12548](https://github.com/bitnami/charts/issues/12548) [#12354](https://github.com/bitnami/charts/issues/12354) ## 11.9.1 (2022-09-15) -* [bitnami/postgresql] Release 11.9.1 (#12435) ([376814f](https://github.com/bitnami/charts/commit/376814f)), closes [#12435](https://github.com/bitnami/charts/issues/12435) +* [bitnami/postgresql] Release 11.9.1 (#12435) ([376814f](https://github.com/bitnami/charts/commit/376814f47edf504b324eb67b1e561516cd8da0f2)), closes [#12435](https://github.com/bitnami/charts/issues/12435) ## 11.9.0 (2022-09-13) -* [bitnami/postgresql] Add labels to volume claim template (#12353) ([7745b21](https://github.com/bitnami/charts/commit/7745b21)), closes [#12353](https://github.com/bitnami/charts/issues/12353) +* [bitnami/postgresql] Add labels to volume claim template (#12353) ([7745b21](https://github.com/bitnami/charts/commit/7745b21d3ff34c01c74b3ea46639393461705b79)), closes [#12353](https://github.com/bitnami/charts/issues/12353) ## 11.8.2 (2022-09-13) -* [bitnami/postgresql] Release 11.8.2 (#12395) ([7dbfe5d](https://github.com/bitnami/charts/commit/7dbfe5d)), closes [#12395](https://github.com/bitnami/charts/issues/12395) +* [bitnami/postgresql] Release 11.8.2 (#12395) ([7dbfe5d](https://github.com/bitnami/charts/commit/7dbfe5dcdae9142ecb3be70f8716ac03a0ac2128)), closes [#12395](https://github.com/bitnami/charts/issues/12395) ## 11.8.1 (2022-08-23) -* [bitnami/postgresql] Update Chart.lock (#12073) ([b96782b](https://github.com/bitnami/charts/commit/b96782b)), closes [#12073](https://github.com/bitnami/charts/issues/12073) +* [bitnami/postgresql] Update Chart.lock (#12073) ([b96782b](https://github.com/bitnami/charts/commit/b96782b1aa6256549fbb86fb1e4cb4502654c751)), closes [#12073](https://github.com/bitnami/charts/issues/12073) ## 11.8.0 (2022-08-22) -* [bitnami/postgresql] Add support for image digest apart from tag (#11942) ([65a637d](https://github.com/bitnami/charts/commit/65a637d)), closes [#11942](https://github.com/bitnami/charts/issues/11942) +* [bitnami/postgresql] Add support for image digest apart from tag (#11942) ([65a637d](https://github.com/bitnami/charts/commit/65a637dbd26060b4db861fc7093b61d06a29acac)), closes [#11942](https://github.com/bitnami/charts/issues/11942) ## 11.7.6 (2022-08-21) -* [bitnami/postgresql] Release 11.7.6 (#11964) ([7e27b34](https://github.com/bitnami/charts/commit/7e27b34)), closes [#11964](https://github.com/bitnami/charts/issues/11964) +* [bitnami/postgresql] Release 11.7.6 (#11964) ([7e27b34](https://github.com/bitnami/charts/commit/7e27b348ffacbf5a99ab7c0c9df868c0fa5b6d21)), closes [#11964](https://github.com/bitnami/charts/issues/11964) ## 11.7.5 (2022-08-20) -* [bitnami/postgresql] Release 11.7.5 (#11868) ([bf274f7](https://github.com/bitnami/charts/commit/bf274f7)), closes [#11868](https://github.com/bitnami/charts/issues/11868) +* [bitnami/postgresql] Release 11.7.5 (#11868) ([bf274f7](https://github.com/bitnami/charts/commit/bf274f7dc230d87f313813f4241af7b60a95c4db)), closes [#11868](https://github.com/bitnami/charts/issues/11868) ## 11.7.4 (2022-08-19) -* [bitnami/postgresql] Release 11.7.4 (#11860) ([c7d6cc7](https://github.com/bitnami/charts/commit/c7d6cc7)), closes [#11860](https://github.com/bitnami/charts/issues/11860) +* [bitnami/postgresql] Release 11.7.4 (#11860) ([c7d6cc7](https://github.com/bitnami/charts/commit/c7d6cc718ebe974c0e64a47cfb7fb097bee69940)), closes [#11860](https://github.com/bitnami/charts/issues/11860) ## 11.7.3 (2022-08-17) -* [bitnami/postgresql] Release 11.7.3 (#11816) ([a3d2ec6](https://github.com/bitnami/charts/commit/a3d2ec6)), closes [#11816](https://github.com/bitnami/charts/issues/11816) +* [bitnami/postgresql] Release 11.7.3 (#11816) ([a3d2ec6](https://github.com/bitnami/charts/commit/a3d2ec6f971332d0b2fa98c396006f14a5966e5a)), closes [#11816](https://github.com/bitnami/charts/issues/11816) ## 11.7.2 (2022-08-16) -* [bitnami/postgresql] Release 11.7.2 (#11789) ([d255e13](https://github.com/bitnami/charts/commit/d255e13)), closes [#11789](https://github.com/bitnami/charts/issues/11789) +* [bitnami/postgresql] Release 11.7.2 (#11789) ([d255e13](https://github.com/bitnami/charts/commit/d255e13c728cfa9bf7a73673a690586ebea57fd2)), closes [#11789](https://github.com/bitnami/charts/issues/11789) ## 11.7.1 (2022-08-11) -* [bitnami/postgresql] Release 11.7.1 (#11735) ([5149dea](https://github.com/bitnami/charts/commit/5149dea)), closes [#11735](https://github.com/bitnami/charts/issues/11735) +* [bitnami/postgresql] Release 11.7.1 (#11735) ([5149dea](https://github.com/bitnami/charts/commit/5149dea3ba38dfd4ab2876619933fb1a5cd23d51)), closes [#11735](https://github.com/bitnami/charts/issues/11735) ## 11.7.0 (2022-08-11) -* [bitnami/postgresql] Allow custom role name for postgresql (#11626) ([110c42e](https://github.com/bitnami/charts/commit/110c42e)), closes [#11626](https://github.com/bitnami/charts/issues/11626) +* [bitnami/postgresql] Allow custom role name for postgresql (#11626) ([110c42e](https://github.com/bitnami/charts/commit/110c42e9c140ca405f2068b89e31a732ae47dda1)), closes [#11626](https://github.com/bitnami/charts/issues/11626) ## 11.6.26 (2022-08-09) -* [bitnami/postgresql] Release 11.6.26 (#11662) ([5759dab](https://github.com/bitnami/charts/commit/5759dab)), closes [#11662](https://github.com/bitnami/charts/issues/11662) +* [bitnami/postgresql] Release 11.6.26 (#11662) ([5759dab](https://github.com/bitnami/charts/commit/5759dab11fd3ccebc4d9d4b10c1c4093caf7d7ef)), closes [#11662](https://github.com/bitnami/charts/issues/11662) ## 11.6.25 (2022-08-05) -* [bitnami/postgresql] extended configuration for read replicas (#11458) ([58137be](https://github.com/bitnami/charts/commit/58137be)), closes [#11458](https://github.com/bitnami/charts/issues/11458) [#11450](https://github.com/bitnami/charts/issues/11450) -* [bitnami/postgresql] replication documentation (#11421) ([4955d1d](https://github.com/bitnami/charts/commit/4955d1d)), closes [#11421](https://github.com/bitnami/charts/issues/11421) [#11394](https://github.com/bitnami/charts/issues/11394) +* [bitnami/postgresql] extended configuration for read replicas (#11458) ([58137be](https://github.com/bitnami/charts/commit/58137be37febb030a08ce2cefdef4e3f49858ff4)), closes [#11458](https://github.com/bitnami/charts/issues/11458) [#11450](https://github.com/bitnami/charts/issues/11450) +* [bitnami/postgresql] replication documentation (#11421) ([4955d1d](https://github.com/bitnami/charts/commit/4955d1da56b91a686c67b2569324d7ddf9a9e77a)), closes [#11421](https://github.com/bitnami/charts/issues/11421) [#11394](https://github.com/bitnami/charts/issues/11394) ## 11.6.24 (2022-08-04) -* [bitnami/postgresql] Release 11.6.24 (#11585) ([44c6dd3](https://github.com/bitnami/charts/commit/44c6dd3)), closes [#11585](https://github.com/bitnami/charts/issues/11585) +* [bitnami/postgresql] Release 11.6.24 (#11585) ([44c6dd3](https://github.com/bitnami/charts/commit/44c6dd3ecff1ace208b47ecb89cd52f8e6d33f9d)), closes [#11585](https://github.com/bitnami/charts/issues/11585) ## 11.6.23 (2022-08-04) -* [bitnami/postgresql] extended configuration for read PVC (#11460) ([651b581](https://github.com/bitnami/charts/commit/651b581)), closes [#11460](https://github.com/bitnami/charts/issues/11460) [#11449](https://github.com/bitnami/charts/issues/11449) +* [bitnami/postgresql] extended configuration for read PVC (#11460) ([651b581](https://github.com/bitnami/charts/commit/651b5813347e670b04fe500e34818c96be1185c9)), closes [#11460](https://github.com/bitnami/charts/issues/11460) [#11449](https://github.com/bitnami/charts/issues/11449) ## 11.6.22 (2022-08-03) -* [bitnami/postgresql] Release 11.6.22 (#11548) ([52540e9](https://github.com/bitnami/charts/commit/52540e9)), closes [#11548](https://github.com/bitnami/charts/issues/11548) +* [bitnami/postgresql] Release 11.6.22 (#11548) ([52540e9](https://github.com/bitnami/charts/commit/52540e9eae6d5d16fa65cdfa31b34f6825e3d24c)), closes [#11548](https://github.com/bitnami/charts/issues/11548) ## 11.6.21 (2022-08-01) -* [bitnami/postgresql] Release 11.6.21 (#11441) ([21cc5f9](https://github.com/bitnami/charts/commit/21cc5f9)), closes [#11441](https://github.com/bitnami/charts/issues/11441) +* [bitnami/postgresql] Release 11.6.21 (#11441) ([21cc5f9](https://github.com/bitnami/charts/commit/21cc5f9ab8127da23f271f085a2e8bd916c2cc0f)), closes [#11441](https://github.com/bitnami/charts/issues/11441) ## 11.6.20 (2022-07-30) -* [bitnami/*] Update URLs to point to the new bitnami/containers monorepo (#11352) ([d665af0](https://github.com/bitnami/charts/commit/d665af0)), closes [#11352](https://github.com/bitnami/charts/issues/11352) -* [bitnami/postgresql] Release 11.6.20 (#11437) ([6d9e5c2](https://github.com/bitnami/charts/commit/6d9e5c2)), closes [#11437](https://github.com/bitnami/charts/issues/11437) +* [bitnami/*] Update URLs to point to the new bitnami/containers monorepo (#11352) ([d665af0](https://github.com/bitnami/charts/commit/d665af0c708846192d8d5fb2f5f9ea65dd464ab0)), closes [#11352](https://github.com/bitnami/charts/issues/11352) +* [bitnami/postgresql] Release 11.6.20 (#11437) ([6d9e5c2](https://github.com/bitnami/charts/commit/6d9e5c2eb9834cc7e2a9553ac6b9d9bdae7995bf)), closes [#11437](https://github.com/bitnami/charts/issues/11437) ## 11.6.19 (2022-07-24) -* [bitnami/postgresql] Release 11.6.19 (#11323) ([9efa515](https://github.com/bitnami/charts/commit/9efa515)), closes [#11323](https://github.com/bitnami/charts/issues/11323) +* [bitnami/postgresql] Release 11.6.19 (#11323) ([9efa515](https://github.com/bitnami/charts/commit/9efa5151d7da98090c85f4ec621771434666c871)), closes [#11323](https://github.com/bitnami/charts/issues/11323) ## 11.6.18 (2022-07-20) -* [bitnami/postgresql] Release 11.6.18 (#11283) ([cdb4962](https://github.com/bitnami/charts/commit/cdb4962)), closes [#11283](https://github.com/bitnami/charts/issues/11283) +* [bitnami/postgresql] Release 11.6.18 (#11283) ([cdb4962](https://github.com/bitnami/charts/commit/cdb4962ff93a28e3aabd5e3bdc560b6e17f6a675)), closes [#11283](https://github.com/bitnami/charts/issues/11283) ## 11.6.17 (2022-07-19) -* [bitnami/postgresql] Release 11.6.17 (#11236) ([6de5828](https://github.com/bitnami/charts/commit/6de5828)), closes [#11236](https://github.com/bitnami/charts/issues/11236) +* [bitnami/postgresql] Release 11.6.17 (#11236) ([6de5828](https://github.com/bitnami/charts/commit/6de5828bcf59e8521739ff60b297f1d35fe99199)), closes [#11236](https://github.com/bitnami/charts/issues/11236) ## 11.6.16 (2022-07-12) -* [bitnami/postgresql] Release 11.6.16 (#11155) ([73e661a](https://github.com/bitnami/charts/commit/73e661a)), closes [#11155](https://github.com/bitnami/charts/issues/11155) +* [bitnami/postgresql] Release 11.6.16 (#11155) ([73e661a](https://github.com/bitnami/charts/commit/73e661a405fc092911e9a5e0fa11e77b7543be4f)), closes [#11155](https://github.com/bitnami/charts/issues/11155) ## 11.6.15 (2022-07-06) -* [bitnami/postgresql] Release 11.6.15 (#11065) ([c4033c8](https://github.com/bitnami/charts/commit/c4033c8)), closes [#11065](https://github.com/bitnami/charts/issues/11065) +* [bitnami/postgresql] Release 11.6.15 (#11065) ([c4033c8](https://github.com/bitnami/charts/commit/c4033c89bf65b75d85a263ec1c3683faacbdafde)), closes [#11065](https://github.com/bitnami/charts/issues/11065) ## 11.6.14 (2022-07-05) -* Fix postgresql read servicemonitor scraping metrics on primary pod (#11018) ([7ba5148](https://github.com/bitnami/charts/commit/7ba5148)), closes [#11018](https://github.com/bitnami/charts/issues/11018) +* Fix postgresql read servicemonitor scraping metrics on primary pod (#11018) ([7ba5148](https://github.com/bitnami/charts/commit/7ba5148c8d5d4eaf542fe5277d45fff1a79bdf9d)), closes [#11018](https://github.com/bitnami/charts/issues/11018) ## 11.6.13 (2022-07-04) -* [bitnami/postgresql] add warning regarding setting the password (#10881) ([69de31e](https://github.com/bitnami/charts/commit/69de31e)), closes [#10881](https://github.com/bitnami/charts/issues/10881) +* [bitnami/postgresql] add warning regarding setting the password (#10881) ([69de31e](https://github.com/bitnami/charts/commit/69de31ea674f606eae0e9492582007a14e0e13f2)), closes [#10881](https://github.com/bitnami/charts/issues/10881) ## 11.6.12 (2022-06-30) -* [bitnami/postgresql] Release 11.6.12 (#10971) ([e8f47f9](https://github.com/bitnami/charts/commit/e8f47f9)), closes [#10971](https://github.com/bitnami/charts/issues/10971) +* [bitnami/postgresql] Release 11.6.12 (#10971) ([e8f47f9](https://github.com/bitnami/charts/commit/e8f47f9832e77687a61f6c46b17b88a82bacac86)), closes [#10971](https://github.com/bitnami/charts/issues/10971) ## 11.6.11 (2022-06-29) -* [bitnami/postgresql] Typo (#10924) ([d379a39](https://github.com/bitnami/charts/commit/d379a39)), closes [#10924](https://github.com/bitnami/charts/issues/10924) +* [bitnami/postgresql] Typo (#10924) ([d379a39](https://github.com/bitnami/charts/commit/d379a39e6f09ab0f33c50c88f9ccabcbb44eac5c)), closes [#10924](https://github.com/bitnami/charts/issues/10924) ## 11.6.10 (2022-06-25) -* [bitnami/postgresql] Release 11.6.10 updating components versions ([2e145c8](https://github.com/bitnami/charts/commit/2e145c8)) +* [bitnami/postgresql] Release 11.6.10 updating components versions ([2e145c8](https://github.com/bitnami/charts/commit/2e145c871000c33bcfd1106d88b867c1af29b9db)) ## 11.6.9 (2022-06-24) -* [bitnami/postgresql] Release 11.6.9 updating components versions ([9ce3859](https://github.com/bitnami/charts/commit/9ce3859)) +* [bitnami/postgresql] Release 11.6.9 updating components versions ([9ce3859](https://github.com/bitnami/charts/commit/9ce3859b127e7e69a18313cc83ac4e719af28d73)) ## 11.6.8 (2022-06-22) -* [bitnami/postgresql] fix postgresql.replicationPasswordKey secret key logic (#10794) ([97cfeb4](https://github.com/bitnami/charts/commit/97cfeb4)), closes [#10794](https://github.com/bitnami/charts/issues/10794) +* [bitnami/postgresql] fix postgresql.replicationPasswordKey secret key logic (#10794) ([97cfeb4](https://github.com/bitnami/charts/commit/97cfeb4ad05d6f5425b5b6fd5e3c9b1ee779ec48)), closes [#10794](https://github.com/bitnami/charts/issues/10794) ## 11.6.7 (2022-06-17) -* [bitnami/postgresql] Release 11.6.7 updating components versions ([1012be6](https://github.com/bitnami/charts/commit/1012be6)) +* [bitnami/postgresql] Release 11.6.7 updating components versions ([1012be6](https://github.com/bitnami/charts/commit/1012be6183d3a09defdb31d4d85cbaafac590dbe)) ## 11.6.6 (2022-06-10) -* [bitnami/postgresql] Release 11.6.6 updating components versions ([37b811c](https://github.com/bitnami/charts/commit/37b811c)) +* [bitnami/postgresql] Release 11.6.6 updating components versions ([37b811c](https://github.com/bitnami/charts/commit/37b811c75cd5ae9e451fed3846f878efb1af1646)) ## 11.6.5 (2022-06-08) -* [bitnami/*] Replace Kubeapps URL in READMEs (and kubeapps Chart.yaml) and remove BKPR references (#1 ([c6a7914](https://github.com/bitnami/charts/commit/c6a7914)), closes [#10600](https://github.com/bitnami/charts/issues/10600) -* [bitnami/postgresql] Fix topologySpreadConstraints default values (#10640) ([85ff7f5](https://github.com/bitnami/charts/commit/85ff7f5)), closes [#10640](https://github.com/bitnami/charts/issues/10640) +* [bitnami/*] Replace Kubeapps URL in READMEs (and kubeapps Chart.yaml) and remove BKPR references (#1 ([c6a7914](https://github.com/bitnami/charts/commit/c6a7914361e5aea6016fb45bf4d621edfd111d32)), closes [#10600](https://github.com/bitnami/charts/issues/10600) +* [bitnami/postgresql] Fix topologySpreadConstraints default values (#10640) ([85ff7f5](https://github.com/bitnami/charts/commit/85ff7f5062a12852ddeea2359d9f61e2f6da6afd)), closes [#10640](https://github.com/bitnami/charts/issues/10640) ## 11.6.4 (2022-06-07) -* [bitnami/postgresql] Release 11.6.4 updating components versions ([aa2e023](https://github.com/bitnami/charts/commit/aa2e023)) +* [bitnami/postgresql] Release 11.6.4 updating components versions ([aa2e023](https://github.com/bitnami/charts/commit/aa2e02363c04babe0527821292d9d91e9c407e16)) ## 11.6.3 (2022-06-04) -* [bitnami/postgresql] Release 11.6.3 updating components versions ([540669f](https://github.com/bitnami/charts/commit/540669f)) +* [bitnami/postgresql] Release 11.6.3 updating components versions ([540669f](https://github.com/bitnami/charts/commit/540669fa16b4be8a23cdec1d854f2433f92b920f)) ## 11.6.2 (2022-06-02) -* [bitnami/postgresql] Ldap postgresql (#10528) ([af0ded6](https://github.com/bitnami/charts/commit/af0ded6)), closes [#10528](https://github.com/bitnami/charts/issues/10528) +* [bitnami/postgresql] Ldap postgresql (#10528) ([af0ded6](https://github.com/bitnami/charts/commit/af0ded6edf41291cff72314754cba4d3afdf2fc5)), closes [#10528](https://github.com/bitnami/charts/issues/10528) ## 11.6.1 (2022-06-01) -* [bitnami/several] Replace maintainers email by url (#10523) ([ff3cf61](https://github.com/bitnami/charts/commit/ff3cf61)), closes [#10523](https://github.com/bitnami/charts/issues/10523) +* [bitnami/several] Replace maintainers email by url (#10523) ([ff3cf61](https://github.com/bitnami/charts/commit/ff3cf617a1680509b0f3855d17c4ccff7b29a0ff)), closes [#10523](https://github.com/bitnami/charts/issues/10523) ## 11.6.0 (2022-05-31) -* [bitnami/postgresql] LDAP standardisation (#10464) ([4bfda62](https://github.com/bitnami/charts/commit/4bfda62)), closes [#10464](https://github.com/bitnami/charts/issues/10464) +* [bitnami/postgresql] LDAP standardisation (#10464) ([4bfda62](https://github.com/bitnami/charts/commit/4bfda622ef6492894cb216510658b6576050a364)), closes [#10464](https://github.com/bitnami/charts/issues/10464) ## 11.5.2 (2022-05-30) -* [bitnami/several] Replace base64 --decode with base64 -d (#10495) ([099286a](https://github.com/bitnami/charts/commit/099286a)), closes [#10495](https://github.com/bitnami/charts/issues/10495) +* [bitnami/several] Replace base64 --decode with base64 -d (#10495) ([099286a](https://github.com/bitnami/charts/commit/099286ae7a87784cf809df0b64ab24f7ff0144c8)), closes [#10495](https://github.com/bitnami/charts/issues/10495) ## 11.5.1 (2022-05-30) -* [bitnami/postgresql] Fix issue with upgrade to 11.3.0 (#10452) ([38ecf5a](https://github.com/bitnami/charts/commit/38ecf5a)), closes [#10452](https://github.com/bitnami/charts/issues/10452) +* [bitnami/postgresql] Fix issue with upgrade to 11.3.0 (#10452) ([38ecf5a](https://github.com/bitnami/charts/commit/38ecf5af1205a33e3bda7573a8ed90fdb17cddd7)), closes [#10452](https://github.com/bitnami/charts/issues/10452) ## 11.5.0 (2022-05-27) -* [bitnami/postgresql] Fix LDAP settings (#10449) ([3f94d34](https://github.com/bitnami/charts/commit/3f94d34)), closes [#10449](https://github.com/bitnami/charts/issues/10449) +* [bitnami/postgresql] Fix LDAP settings (#10449) ([3f94d34](https://github.com/bitnami/charts/commit/3f94d3460efef8006e86a44f6a9b892fdc292f12)), closes [#10449](https://github.com/bitnami/charts/issues/10449) ## 11.4.0 (2022-05-26) -* [bitnami/postgresql] Add missing service parameter (#10434) ([dae498b](https://github.com/bitnami/charts/commit/dae498b)), closes [#10434](https://github.com/bitnami/charts/issues/10434) +* [bitnami/postgresql] Add missing service parameter (#10434) ([dae498b](https://github.com/bitnami/charts/commit/dae498ba73f2b2eb52f6ffed7dc51e7a4d5c4388)), closes [#10434](https://github.com/bitnami/charts/issues/10434) ## 11.3.0 (2022-05-26) -* [bitnami/postgresql] Make existing secret key names choosable (#10347) ([2c207c0](https://github.com/bitnami/charts/commit/2c207c0)), closes [#10347](https://github.com/bitnami/charts/issues/10347) +* [bitnami/postgresql] Make existing secret key names choosable (#10347) ([2c207c0](https://github.com/bitnami/charts/commit/2c207c0587d4deb73743cbe8b13629a7144964b9)), closes [#10347](https://github.com/bitnami/charts/issues/10347) ## 11.2.6 (2022-05-21) -* [bitnami/postgresql] Release 11.2.6 updating components versions ([7ab2181](https://github.com/bitnami/charts/commit/7ab2181)) +* [bitnami/postgresql] Release 11.2.6 updating components versions ([7ab2181](https://github.com/bitnami/charts/commit/7ab21813ec1e5253ab49751b0ff6371c069a721d)) ## 11.2.5 (2022-05-20) -* [bitnami/postgresql] Release 11.2.5 updating components versions ([fbdd2c9](https://github.com/bitnami/charts/commit/fbdd2c9)) +* [bitnami/postgresql] Release 11.2.5 updating components versions ([fbdd2c9](https://github.com/bitnami/charts/commit/fbdd2c9eaa6877468569c6244b389f5ca7033ac2)) ## 11.2.4 (2022-05-18) -* [bitnami/postgresql] Release 11.2.4 updating components versions ([9ae8afb](https://github.com/bitnami/charts/commit/9ae8afb)) +* [bitnami/postgresql] Release 11.2.4 updating components versions ([9ae8afb](https://github.com/bitnami/charts/commit/9ae8afb635b3daf610f7bcf5374d761d8e7210bc)) ## 11.2.3 (2022-05-16) -* [bitnami/postgresql] Release 11.2.3 updating components versions ([8a35afa](https://github.com/bitnami/charts/commit/8a35afa)) +* [bitnami/postgresql] Release 11.2.3 updating components versions ([8a35afa](https://github.com/bitnami/charts/commit/8a35afaf2185cf6890a6aec1a0dcbd3abfee204c)) ## 11.2.2 (2022-05-16) -* [bitnami/postgresql] Fix path to entrypoint.sh (#10056) ([b92c842](https://github.com/bitnami/charts/commit/b92c842)), closes [#10056](https://github.com/bitnami/charts/issues/10056) -* Fix error 'Error: ConfigMap in version v1 cannot be handled as a ConfigMap' (#10222) ([905260a](https://github.com/bitnami/charts/commit/905260a)), closes [#10222](https://github.com/bitnami/charts/issues/10222) +* [bitnami/postgresql] Fix path to entrypoint.sh (#10056) ([b92c842](https://github.com/bitnami/charts/commit/b92c842d9e616c630576fb7ac2ed065a0919a62e)), closes [#10056](https://github.com/bitnami/charts/issues/10056) +* Fix error 'Error: ConfigMap in version v1 cannot be handled as a ConfigMap' (#10222) ([905260a](https://github.com/bitnami/charts/commit/905260a6f76c7a12db4f75d4da474f21ec0a0e95)), closes [#10222](https://github.com/bitnami/charts/issues/10222) ## 11.2.1 (2022-05-13) -* [bitnami/postgresql] Release 11.2.1 updating components versions ([8b0d74c](https://github.com/bitnami/charts/commit/8b0d74c)) +* [bitnami/postgresql] Release 11.2.1 updating components versions ([8b0d74c](https://github.com/bitnami/charts/commit/8b0d74c90503332e5767bcf2dcfc16600ef89197)) ## 11.2.0 (2022-05-13) -* [bitnami/postgresql] Add metrics support to read replica (#9881) ([50bcacc](https://github.com/bitnami/charts/commit/50bcacc)), closes [#9881](https://github.com/bitnami/charts/issues/9881) +* [bitnami/postgresql] Add metrics support to read replica (#9881) ([50bcacc](https://github.com/bitnami/charts/commit/50bcacc7d5c1b68ef87280a3387ad5dfe1a40285)), closes [#9881](https://github.com/bitnami/charts/issues/9881) ## 11.1.29 (2022-05-13) -* [bitnami/*] Remove old 'ci' files (#10171) ([5df30c4](https://github.com/bitnami/charts/commit/5df30c4)), closes [#10171](https://github.com/bitnami/charts/issues/10171) -* [bitnami/postgresql] Release 11.1.29 updating components versions ([b42600d](https://github.com/bitnami/charts/commit/b42600d)) +* [bitnami/*] Remove old 'ci' files (#10171) ([5df30c4](https://github.com/bitnami/charts/commit/5df30c44dbd1812da8786579ce4a94917d46a6ad)), closes [#10171](https://github.com/bitnami/charts/issues/10171) +* [bitnami/postgresql] Release 11.1.29 updating components versions ([b42600d](https://github.com/bitnami/charts/commit/b42600d139517314f4ad2c5db89b66f9b5689373)) ## 11.1.28 (2022-05-05) -* [bitnami/postgresql] Release 11.1.28 updating components versions ([b955e3c](https://github.com/bitnami/charts/commit/b955e3c)) +* [bitnami/postgresql] Release 11.1.28 updating components versions ([b955e3c](https://github.com/bitnami/charts/commit/b955e3c51f97240eace588e35d05fe7f0b437d68)) ## 11.1.27 (2022-05-04) -* [bitnami/postgresql] Release 11.1.27 updating components versions ([4cab988](https://github.com/bitnami/charts/commit/4cab988)) +* [bitnami/postgresql] Release 11.1.27 updating components versions ([4cab988](https://github.com/bitnami/charts/commit/4cab988496de59012efd6760a3c86a50f1128b84)) ## 11.1.26 (2022-05-02) -* [bitnami/postgresql] Release 11.1.26 updating components versions ([35bc32d](https://github.com/bitnami/charts/commit/35bc32d)) +* [bitnami/postgresql] Release 11.1.26 updating components versions ([35bc32d](https://github.com/bitnami/charts/commit/35bc32d88866727a75da8fb31a7c3c46e1e0b091)) ## 11.1.25 (2022-04-26) -* [bitnami/postgresql] Remove unnecessary quotes (#9841) ([1d2fc06](https://github.com/bitnami/charts/commit/1d2fc06)), closes [#9841](https://github.com/bitnami/charts/issues/9841) +* [bitnami/postgresql] Remove unnecessary quotes (#9841) ([1d2fc06](https://github.com/bitnami/charts/commit/1d2fc06106847a8e102e0c1ffb2e15acc967eb34)), closes [#9841](https://github.com/bitnami/charts/issues/9841) ## 11.1.24 (2022-04-24) -* [bitnami/postgresql] Release 11.1.24 updating components versions ([2fb5f5a](https://github.com/bitnami/charts/commit/2fb5f5a)) +* [bitnami/postgresql] Release 11.1.24 updating components versions ([2fb5f5a](https://github.com/bitnami/charts/commit/2fb5f5a336aa7f4b95733765fe9f21da1dae3e0d)) ## 11.1.23 (2022-04-22) -* [bitnami/postgresql] Release 11.1.23 updating components versions ([8d9c25b](https://github.com/bitnami/charts/commit/8d9c25b)) +* [bitnami/postgresql] Release 11.1.23 updating components versions ([8d9c25b](https://github.com/bitnami/charts/commit/8d9c25b73354573238317934e9698719a1b1e04f)) ## 11.1.22 (2022-04-20) -* [bitnami/postgresql] Release 11.1.22 updating components versions ([7d36205](https://github.com/bitnami/charts/commit/7d36205)) +* [bitnami/postgresql] Release 11.1.22 updating components versions ([7d36205](https://github.com/bitnami/charts/commit/7d3620537e8d9febce9bb90e2b5d148a24ef999a)) ## 11.1.21 (2022-04-19) -* [bitnami/postgresql] Release 11.1.21 updating components versions ([634995a](https://github.com/bitnami/charts/commit/634995a)) -* [bitnami/postgresql] Update README with documentation of required keys for auth secrets (#9670) ([2ffbdff](https://github.com/bitnami/charts/commit/2ffbdff)), closes [#9670](https://github.com/bitnami/charts/issues/9670) +* [bitnami/postgresql] Release 11.1.21 updating components versions ([634995a](https://github.com/bitnami/charts/commit/634995ace9e20015ea89521716b7f0555204e31e)) +* [bitnami/postgresql] Update README with documentation of required keys for auth secrets (#9670) ([2ffbdff](https://github.com/bitnami/charts/commit/2ffbdfffc8a09af43ddc4be3742e10b7df8719d9)), closes [#9670](https://github.com/bitnami/charts/issues/9670) ## 11.1.20 (2022-04-16) -* [bitnami/postgresql] Release 11.1.20 updating components versions ([f98daf3](https://github.com/bitnami/charts/commit/f98daf3)) +* [bitnami/postgresql] Release 11.1.20 updating components versions ([f98daf3](https://github.com/bitnami/charts/commit/f98daf31566ae0feaedc02b433866645bff6ecf3)) ## 11.1.19 (2022-04-07) -* [bitnami/postgresql] Release 11.1.19 updating components versions ([ea7531a](https://github.com/bitnami/charts/commit/ea7531a)) +* [bitnami/postgresql] Release 11.1.19 updating components versions ([ea7531a](https://github.com/bitnami/charts/commit/ea7531a64417d23c036f46ac14815fd3f7b13b08)) ## 11.1.18 (2022-04-07) -* [bitnami/postgresql] Add quote to namespace (#9691) ([515833f](https://github.com/bitnami/charts/commit/515833f)), closes [#9691](https://github.com/bitnami/charts/issues/9691) +* [bitnami/postgresql] Add quote to namespace (#9691) ([515833f](https://github.com/bitnami/charts/commit/515833f739792e8cb32429f1e745cc824ac2d2a5)), closes [#9691](https://github.com/bitnami/charts/issues/9691) ## 11.1.17 (2022-04-06) -* [bitnami/postgresql] Release 11.1.17 updating components versions ([b933e90](https://github.com/bitnami/charts/commit/b933e90)) +* [bitnami/postgresql] Release 11.1.17 updating components versions ([b933e90](https://github.com/bitnami/charts/commit/b933e9096cd8b9f7308365ee5c5cda32dc16febc)) ## 11.1.16 (2022-04-05) -* [bitnami/postgresql] Release 11.1.16 updating components versions ([b091550](https://github.com/bitnami/charts/commit/b091550)) +* [bitnami/postgresql] Release 11.1.16 updating components versions ([b091550](https://github.com/bitnami/charts/commit/b0915507f92181ff47461b9fdf4fb09b2e2bc8db)) ## 11.1.15 (2022-04-03) -* [bitnami/postgresql] Release 11.1.15 updating components versions ([a1c6668](https://github.com/bitnami/charts/commit/a1c6668)) +* [bitnami/postgresql] Release 11.1.15 updating components versions ([a1c6668](https://github.com/bitnami/charts/commit/a1c6668feb628ee2ca711dbf3a6c3e762953d184)) ## 11.1.14 (2022-04-02) -* [bitnami/postgresql] Release 11.1.14 updating components versions ([6a32408](https://github.com/bitnami/charts/commit/6a32408)) +* [bitnami/postgresql] Release 11.1.14 updating components versions ([6a32408](https://github.com/bitnami/charts/commit/6a324084ddd16dcca4abcb41b1e88ab668b71360)) ## 11.1.13 (2022-04-01) -* Add missing quote in postgresql RBAC Role manifest (#9651) ([b87abf3](https://github.com/bitnami/charts/commit/b87abf3)), closes [#9651](https://github.com/bitnami/charts/issues/9651) +* Add missing quote in postgresql RBAC Role manifest (#9651) ([b87abf3](https://github.com/bitnami/charts/commit/b87abf31902fd1d47fbfec8f529628c28f7a33ca)), closes [#9651](https://github.com/bitnami/charts/issues/9651) ## 11.1.12 (2022-03-28) -* [bitnami/postgresql] Release 11.1.12 updating components versions ([44c70b3](https://github.com/bitnami/charts/commit/44c70b3)) +* [bitnami/postgresql] Release 11.1.12 updating components versions ([44c70b3](https://github.com/bitnami/charts/commit/44c70b3f63b0245f898a8e0a47ba80d844ae6844)) ## 11.1.11 (2022-03-27) -* [bitnami/postgresql] Release 11.1.11 updating components versions ([f288cf2](https://github.com/bitnami/charts/commit/f288cf2)) +* [bitnami/postgresql] Release 11.1.11 updating components versions ([f288cf2](https://github.com/bitnami/charts/commit/f288cf20f54457caff538bf8471e8b91d0f0ecc8)) ## 11.1.10 (2022-03-26) -* [bitnami/postgresql] Release 11.1.10 updating components versions ([077c6b3](https://github.com/bitnami/charts/commit/077c6b3)) +* [bitnami/postgresql] Release 11.1.10 updating components versions ([077c6b3](https://github.com/bitnami/charts/commit/077c6b3ff633a5312042865aad46df8675a7f3fd)) ## 11.1.9 (2022-03-18) -* [bitnami/postgresql] Quote POSTGRESQL_INITSCRIPTS_PASSWORD (#9453) ([dcc33b4](https://github.com/bitnami/charts/commit/dcc33b4)), closes [#9453](https://github.com/bitnami/charts/issues/9453) [#9445](https://github.com/bitnami/charts/issues/9445) +* [bitnami/postgresql] Quote POSTGRESQL_INITSCRIPTS_PASSWORD (#9453) ([dcc33b4](https://github.com/bitnami/charts/commit/dcc33b44504923e31ddc37ad63416b37fb42be89)), closes [#9453](https://github.com/bitnami/charts/issues/9453) [#9445](https://github.com/bitnami/charts/issues/9445) ## 11.1.8 (2022-03-16) -* [bitnami/postgresql] Release 11.1.8 updating components versions ([bcfe8d0](https://github.com/bitnami/charts/commit/bcfe8d0)) +* [bitnami/postgresql] Release 11.1.8 updating components versions ([bcfe8d0](https://github.com/bitnami/charts/commit/bcfe8d0ddcbf5ce68a0970937636fded5558076d)) ## 11.1.7 (2022-03-14) -* [bitnami/postgresql] Release 11.1.7 updating components versions ([027d9a0](https://github.com/bitnami/charts/commit/027d9a0)) +* [bitnami/postgresql] Release 11.1.7 updating components versions ([027d9a0](https://github.com/bitnami/charts/commit/027d9a0d9dabc3d81606c75ab33682128a677614)) ## 11.1.6 (2022-03-10) -* fix missing namespace in network policies (#9369) ([d7fb427](https://github.com/bitnami/charts/commit/d7fb427)), closes [#9369](https://github.com/bitnami/charts/issues/9369) +* fix missing namespace in network policies (#9369) ([d7fb427](https://github.com/bitnami/charts/commit/d7fb42751ab1a8d297151615d65b52c1d0435bb6)), closes [#9369](https://github.com/bitnami/charts/issues/9369) ## 11.1.5 (2022-03-09) -* [bitnami/postgresql] Release 11.1.5 updating components versions ([2e9e8bb](https://github.com/bitnami/charts/commit/2e9e8bb)) +* [bitnami/postgresql] Release 11.1.5 updating components versions ([2e9e8bb](https://github.com/bitnami/charts/commit/2e9e8bb0651ec21975c8485c4e4bc74f356fee68)) ## 11.1.4 (2022-03-06) -* [bitnami/postgresql] Release 11.1.4 updating components versions ([8d9ca8b](https://github.com/bitnami/charts/commit/8d9ca8b)) +* [bitnami/postgresql] Release 11.1.4 updating components versions ([8d9ca8b](https://github.com/bitnami/charts/commit/8d9ca8b28ed6bfa720ac67046b0fa919ecb2f6c9)) ## 11.1.3 (2022-02-27) -* [bitnami/postgresql] Release 11.1.3 updating components versions ([63264c9](https://github.com/bitnami/charts/commit/63264c9)) +* [bitnami/postgresql] Release 11.1.3 updating components versions ([63264c9](https://github.com/bitnami/charts/commit/63264c97c4f9ae4f4628a5f3fb6078b225460731)) ## 11.1.2 (2022-02-26) -* [bitnami/postgresql] docs: :memo: Add note about using the container entrypoint (#9160) ([f547c0a](https://github.com/bitnami/charts/commit/f547c0a)), closes [#9160](https://github.com/bitnami/charts/issues/9160) -* [bitnami/postgresql] Release 11.1.2 updating components versions ([61501b4](https://github.com/bitnami/charts/commit/61501b4)) +* [bitnami/postgresql] docs: :memo: Add note about using the container entrypoint (#9160) ([f547c0a](https://github.com/bitnami/charts/commit/f547c0a0394cd4fe64669eeb154b8ea9987bd394)), closes [#9160](https://github.com/bitnami/charts/issues/9160) +* [bitnami/postgresql] Release 11.1.2 updating components versions ([61501b4](https://github.com/bitnami/charts/commit/61501b4ecfd97ce7e7e40e82aeb2f4c7608b9ee8)) ## 11.1.1 (2022-02-22) -* [bitnami/postgresql] Release 11.1.1 updating components versions ([60388c2](https://github.com/bitnami/charts/commit/60388c2)) +* [bitnami/postgresql] Release 11.1.1 updating components versions ([60388c2](https://github.com/bitnami/charts/commit/60388c2b2b8c15459d0437facb7b8b61d66468ab)) ## 11.1.0 (2022-02-22) -* Add hostIPC option for PostgreSQL StatefulSets (#9148) ([2f7d7dc](https://github.com/bitnami/charts/commit/2f7d7dc)), closes [#9148](https://github.com/bitnami/charts/issues/9148) +* Add hostIPC option for PostgreSQL StatefulSets (#9148) ([2f7d7dc](https://github.com/bitnami/charts/commit/2f7d7dce791fc810149d1bffb9fab66408d31a00)), closes [#9148](https://github.com/bitnami/charts/issues/9148) ## 11.0.8 (2022-02-21) -* [bitnami/postgresql] Add flag '-r' to xargs in volumePermissions init-container (#9137) ([49fcd78](https://github.com/bitnami/charts/commit/49fcd78)), closes [#9137](https://github.com/bitnami/charts/issues/9137) -* Add hostNetwork option for PostgreSQL StatefulSets (#9064) ([a71f525](https://github.com/bitnami/charts/commit/a71f525)), closes [#9064](https://github.com/bitnami/charts/issues/9064) +* [bitnami/postgresql] Add flag '-r' to xargs in volumePermissions init-container (#9137) ([49fcd78](https://github.com/bitnami/charts/commit/49fcd78c73f1723122a508c696983a6985129f28)), closes [#9137](https://github.com/bitnami/charts/issues/9137) +* Add hostNetwork option for PostgreSQL StatefulSets (#9064) ([a71f525](https://github.com/bitnami/charts/commit/a71f52577ec75aa76639317b9948915d7be0c7b5)), closes [#9064](https://github.com/bitnami/charts/issues/9064) ## 11.0.7 (2022-02-21) -* Fix Typo in README (#9031) ([b0c3bfd](https://github.com/bitnami/charts/commit/b0c3bfd)), closes [#9031](https://github.com/bitnami/charts/issues/9031) +* Fix Typo in README (#9031) ([b0c3bfd](https://github.com/bitnami/charts/commit/b0c3bfdf2ecd2ea00a43e7bbae649bdceed6a457)), closes [#9031](https://github.com/bitnami/charts/issues/9031) ## 11.0.6 (2022-02-17) -* [bitnami/postgresql] fix init-chmod-data resources value rendering (#9053) ([1b4eac8](https://github.com/bitnami/charts/commit/1b4eac8)), closes [#9053](https://github.com/bitnami/charts/issues/9053) +* [bitnami/postgresql] fix init-chmod-data resources value rendering (#9053) ([1b4eac8](https://github.com/bitnami/charts/commit/1b4eac8d71a917cb0016079a0760b52dc81fea3e)), closes [#9053](https://github.com/bitnami/charts/issues/9053) ## 11.0.5 (2022-02-17) -* [bitnami/postgresql] Allow enabling TLS without volume-permissions (#9016) ([6cb95db](https://github.com/bitnami/charts/commit/6cb95db)), closes [#9016](https://github.com/bitnami/charts/issues/9016) +* [bitnami/postgresql] Allow enabling TLS without volume-permissions (#9016) ([6cb95db](https://github.com/bitnami/charts/commit/6cb95dbe1632086be534df37d0ed707108921007)), closes [#9016](https://github.com/bitnami/charts/issues/9016) ## 11.0.4 (2022-02-14) -* [bitnami/postgresql] Fix init scripts cm reference (#9000) ([6fd13e2](https://github.com/bitnami/charts/commit/6fd13e2)), closes [#9000](https://github.com/bitnami/charts/issues/9000) +* [bitnami/postgresql] Fix init scripts cm reference (#9000) ([6fd13e2](https://github.com/bitnami/charts/commit/6fd13e208b3d89006fe53b9d6a0199cce3bacff6)), closes [#9000](https://github.com/bitnami/charts/issues/9000) ## 11.0.3 (2022-02-11) -* Non utf8 chars (#8923) ([6ffd18f](https://github.com/bitnami/charts/commit/6ffd18f)), closes [#8923](https://github.com/bitnami/charts/issues/8923) -* Postgresql .Values.global.postgresql.auth.username should overwrite .Values.auth.username, (#8966) ([c75fef7](https://github.com/bitnami/charts/commit/c75fef7)), closes [#8966](https://github.com/bitnami/charts/issues/8966) +* Non utf8 chars (#8923) ([6ffd18f](https://github.com/bitnami/charts/commit/6ffd18fbbdf10e94ea1a90cf5b84ef610ac2a72d)), closes [#8923](https://github.com/bitnami/charts/issues/8923) +* Postgresql .Values.global.postgresql.auth.username should overwrite .Values.auth.username, (#8966) ([c75fef7](https://github.com/bitnami/charts/commit/c75fef792fbf53799c74094db0ae1f14f05bb6c7)), closes [#8966](https://github.com/bitnami/charts/issues/8966) ## 11.0.2 (2022-02-04) -* [bitnami/postgresql] Fix PostgreSLQ password in metrics container (#8901) ([86646ba](https://github.com/bitnami/charts/commit/86646ba)), closes [#8901](https://github.com/bitnami/charts/issues/8901) +* [bitnami/postgresql] Fix PostgreSLQ password in metrics container (#8901) ([86646ba](https://github.com/bitnami/charts/commit/86646ba72950ce27a37f279af86181e27ebb1602)), closes [#8901](https://github.com/bitnami/charts/issues/8901) ## 11.0.1 (2022-02-03) -* [bitnami/postgresql] Fix "postgresql.primary.extendedConfigmapName" named template (#8885) ([8dc8906](https://github.com/bitnami/charts/commit/8dc8906)), closes [#8885](https://github.com/bitnami/charts/issues/8885) -* Fix typo in values.yaml ([7e84425](https://github.com/bitnami/charts/commit/7e84425)) +* [bitnami/postgresql] Fix "postgresql.primary.extendedConfigmapName" named template (#8885) ([8dc8906](https://github.com/bitnami/charts/commit/8dc89066cfa0c09dd3c40d9c1d04af6935290e71)), closes [#8885](https://github.com/bitnami/charts/issues/8885) +* Fix typo in values.yaml ([7e84425](https://github.com/bitnami/charts/commit/7e844257efb97c38342b0609a1dfa22e4b425681)) ## 11.0.0 (2022-02-02) -* [bitnami/postgresql] Chart standardization (#8827) ([50946fd](https://github.com/bitnami/charts/commit/50946fd)), closes [#8827](https://github.com/bitnami/charts/issues/8827) +* [bitnami/postgresql] Chart standardization (#8827) ([50946fd](https://github.com/bitnami/charts/commit/50946fdff3d90522d0b87012f8b9bb73c4b6f12c)), closes [#8827](https://github.com/bitnami/charts/issues/8827) ## 10.16.3 (2022-02-02) -* [bitnami/postgresql] Release 10.16.3 updating components versions ([2710bae](https://github.com/bitnami/charts/commit/2710bae)) +* [bitnami/postgresql] Release 10.16.3 updating components versions ([2710bae](https://github.com/bitnami/charts/commit/2710baea1eb548209e9f97627f632987be5f5daf)) ## 10.16.2 (2022-01-20) -* [bitnami/*] Readme automation (#8579) ([78d1938](https://github.com/bitnami/charts/commit/78d1938)), closes [#8579](https://github.com/bitnami/charts/issues/8579) -* [bitnami/*] Update READMEs (#8716) ([b9a9533](https://github.com/bitnami/charts/commit/b9a9533)), closes [#8716](https://github.com/bitnami/charts/issues/8716) -* [bitnami/several] Change prerequisites (#8725) ([8d740c5](https://github.com/bitnami/charts/commit/8d740c5)), closes [#8725](https://github.com/bitnami/charts/issues/8725) +* [bitnami/*] Readme automation (#8579) ([78d1938](https://github.com/bitnami/charts/commit/78d193831c900d178198491ffd08fa2217a64ecd)), closes [#8579](https://github.com/bitnami/charts/issues/8579) +* [bitnami/*] Update READMEs (#8716) ([b9a9533](https://github.com/bitnami/charts/commit/b9a953337590eb2979453385874a267bacf50936)), closes [#8716](https://github.com/bitnami/charts/issues/8716) +* [bitnami/several] Change prerequisites (#8725) ([8d740c5](https://github.com/bitnami/charts/commit/8d740c566cfdb7e2d933c40128b4e919fce953a5)), closes [#8725](https://github.com/bitnami/charts/issues/8725) ## 10.16.1 (2022-01-12) -* [bitnami/postgresql]: Fix typo (#8632) ([c7ad959](https://github.com/bitnami/charts/commit/c7ad959)), closes [#8632](https://github.com/bitnami/charts/issues/8632) +* [bitnami/postgresql]: Fix typo (#8632) ([c7ad959](https://github.com/bitnami/charts/commit/c7ad959e30d5408d6bffb1f7d910fcf9ad7bbf5c)), closes [#8632](https://github.com/bitnami/charts/issues/8632) ## 10.16.0 (2022-01-11) -* [bitnami/postgresql]: add snapshot recovery (#8618) ([e73f9a7](https://github.com/bitnami/charts/commit/e73f9a7)), closes [#8618](https://github.com/bitnami/charts/issues/8618) +* [bitnami/postgresql]: add snapshot recovery (#8618) ([e73f9a7](https://github.com/bitnami/charts/commit/e73f9a7fecd24cf1a3e729ae08dc84bf45a1c1b8)), closes [#8618](https://github.com/bitnami/charts/issues/8618) ## 10.15.2 (2022-01-11) -* [bitnami/postgresql] Release 10.15.2 updating components versions ([f5c23f6](https://github.com/bitnami/charts/commit/f5c23f6)) -* [bitnami/postgresql]: fix unique services template render (#8581) ([66f657d](https://github.com/bitnami/charts/commit/66f657d)), closes [#8581](https://github.com/bitnami/charts/issues/8581) +* [bitnami/postgresql] Release 10.15.2 updating components versions ([f5c23f6](https://github.com/bitnami/charts/commit/f5c23f6a5379f3e3932c8cdc2c93a73505b41bc9)) +* [bitnami/postgresql]: fix unique services template render (#8581) ([66f657d](https://github.com/bitnami/charts/commit/66f657dc3b707183265411e0014c823c7bd29a6a)), closes [#8581](https://github.com/bitnami/charts/issues/8581) ## 10.15.1 (2022-01-06) -* [bitnami/postgresql] Release 10.15.1 updating components versions ([2efb970](https://github.com/bitnami/charts/commit/2efb970)) +* [bitnami/postgresql] Release 10.15.1 updating components versions ([2efb970](https://github.com/bitnami/charts/commit/2efb970db54f5beb2c3b7872b2a8120823bb94d8)) ## 10.15.0 (2022-01-05) -* [bitnami/several] Adapt templating format (#8562) ([8cad18a](https://github.com/bitnami/charts/commit/8cad18a)), closes [#8562](https://github.com/bitnami/charts/issues/8562) +* [bitnami/several] Adapt templating format (#8562) ([8cad18a](https://github.com/bitnami/charts/commit/8cad18aed9966a6f0208e5ad6cee46cb217f47ab)), closes [#8562](https://github.com/bitnami/charts/issues/8562) ## 10.14.4 (2022-01-04) -* [bitnami/postgresql] Release 10.14.4 updating components versions ([ad7ac95](https://github.com/bitnami/charts/commit/ad7ac95)) +* [bitnami/postgresql] Release 10.14.4 updating components versions ([ad7ac95](https://github.com/bitnami/charts/commit/ad7ac9598a7530aef274eafbd0e6215a8035d8bb)) ## 10.14.3 (2022-01-04) -* [bitnami/postgresql] Release 10.14.3 updating components versions ([9f7ac81](https://github.com/bitnami/charts/commit/9f7ac81)) -* [bitnami/several] Add license to the README ([05f7633](https://github.com/bitnami/charts/commit/05f7633)) -* [bitnami/several] Add license to the README ([32fb238](https://github.com/bitnami/charts/commit/32fb238)) -* [bitnami/several] Add license to the README ([b87c2f7](https://github.com/bitnami/charts/commit/b87c2f7)) +* [bitnami/postgresql] Release 10.14.3 updating components versions ([9f7ac81](https://github.com/bitnami/charts/commit/9f7ac81da075932c057a406970154f73bbdd33cd)) +* [bitnami/several] Add license to the README ([05f7633](https://github.com/bitnami/charts/commit/05f763372501d596e57db713dd53ff4ff3027cc4)) +* [bitnami/several] Add license to the README ([32fb238](https://github.com/bitnami/charts/commit/32fb238e60a0affc6debd3142eaa3c3d9089ec2a)) +* [bitnami/several] Add license to the README ([b87c2f7](https://github.com/bitnami/charts/commit/b87c2f7899d48a8b02c506765e6ae82937e9ba3f)) ## 10.14.2 (2021-12-31) -* [bitnami/postgresql] Release 10.14.2 updating components versions ([4b05bb5](https://github.com/bitnami/charts/commit/4b05bb5)) +* [bitnami/postgresql] Release 10.14.2 updating components versions ([4b05bb5](https://github.com/bitnami/charts/commit/4b05bb59f3f3bbd3d43cf24fee30669a1e839633)) ## 10.14.1 (2021-12-31) -* remove password empty validation (#8534) ([a6a4cd1](https://github.com/bitnami/charts/commit/a6a4cd1)), closes [#8534](https://github.com/bitnami/charts/issues/8534) +* remove password empty validation (#8534) ([a6a4cd1](https://github.com/bitnami/charts/commit/a6a4cd17acc32cb27ba562b0b6da273e33e454db)), closes [#8534](https://github.com/bitnami/charts/issues/8534) ## 10.14.0 (2021-12-28) -* [bitnami/postgresql] feat: :sparkles: Allow separate container port and service port (#8506) ([9d6fbea](https://github.com/bitnami/charts/commit/9d6fbea)), closes [#8506](https://github.com/bitnami/charts/issues/8506) +* [bitnami/postgresql] feat: :sparkles: Allow separate container port and service port (#8506) ([9d6fbea](https://github.com/bitnami/charts/commit/9d6fbea190ce1e49a9f846485f73ca8f533d4a1e)), closes [#8506](https://github.com/bitnami/charts/issues/8506) ## 10.13.15 (2021-12-22) -* [bitnami/postgresql] lookup existing secrets before generating random secrets (#8320) ([00fbcf1](https://github.com/bitnami/charts/commit/00fbcf1)), closes [#8320](https://github.com/bitnami/charts/issues/8320) +* [bitnami/postgresql] lookup existing secrets before generating random secrets (#8320) ([00fbcf1](https://github.com/bitnami/charts/commit/00fbcf147124654d452de42235ac407830903f7e)), closes [#8320](https://github.com/bitnami/charts/issues/8320) ## 10.13.14 (2021-12-10) -* Render template values inside initDbScripts (#8368) ([73ae007](https://github.com/bitnami/charts/commit/73ae007)), closes [#8368](https://github.com/bitnami/charts/issues/8368) +* Render template values inside initDbScripts (#8368) ([73ae007](https://github.com/bitnami/charts/commit/73ae0077e72ed97fb3cb2d56a70cf79d3246d840)), closes [#8368](https://github.com/bitnami/charts/issues/8368) ## 10.13.13 (2021-12-10) -* [bitnami/postgresql] Add template render for extraVolumeMounts (#8355) ([b547831](https://github.com/bitnami/charts/commit/b547831)), closes [#8355](https://github.com/bitnami/charts/issues/8355) +* [bitnami/postgresql] Add template render for extraVolumeMounts (#8355) ([b547831](https://github.com/bitnami/charts/commit/b547831b784a0ad6eff71113381eadcb3e3feada)), closes [#8355](https://github.com/bitnami/charts/issues/8355) ## 10.13.12 (2021-12-09) -* [bitnami/cassandra,etcd,influxdb,metallb,mysql,postgresql,postgresql-ha,redis] Align networkpolicy ([0404b1a](https://github.com/bitnami/charts/commit/0404b1a)), closes [#8336](https://github.com/bitnami/charts/issues/8336) +* [bitnami/cassandra,etcd,influxdb,metallb,mysql,postgresql,postgresql-ha,redis] Align networkpolicy ([0404b1a](https://github.com/bitnami/charts/commit/0404b1aa52a4514eee06143a7ce85307f16af6d3)), closes [#8336](https://github.com/bitnami/charts/issues/8336) ## 10.13.11 (2021-12-02) -* [bitnami/*] Fix parameters for schema generation (#8297) ([d7d52ac](https://github.com/bitnami/charts/commit/d7d52ac)), closes [#8297](https://github.com/bitnami/charts/issues/8297) -* [bitnami/several] Regenerate README tables ([a7b2fde](https://github.com/bitnami/charts/commit/a7b2fde)) +* [bitnami/*] Fix parameters for schema generation (#8297) ([d7d52ac](https://github.com/bitnami/charts/commit/d7d52acdbd1b0629e4e5295652fa6f5830daf2af)), closes [#8297](https://github.com/bitnami/charts/issues/8297) +* [bitnami/several] Regenerate README tables ([a7b2fde](https://github.com/bitnami/charts/commit/a7b2fde18677dc56ba5f88947d1356df448fb929)) ## 10.13.10 (2021-11-30) -* [bitnami/postgresql] Release 10.13.10 updating components versions ([197a5ba](https://github.com/bitnami/charts/commit/197a5ba)) +* [bitnami/postgresql] Release 10.13.10 updating components versions ([197a5ba](https://github.com/bitnami/charts/commit/197a5ba6c8a24e3e55442fdeb2b0015820567887)) ## 10.13.9 (2021-11-29) -* [bitnami/several] Regenerate README tables ([e6f742c](https://github.com/bitnami/charts/commit/e6f742c)) -* [bitnami/several] Replace HTTP by HTTPS when possible (#8259) ([eafb5bd](https://github.com/bitnami/charts/commit/eafb5bd)), closes [#8259](https://github.com/bitnami/charts/issues/8259) +* [bitnami/several] Regenerate README tables ([e6f742c](https://github.com/bitnami/charts/commit/e6f742cb88c330952cb52da038db61537ec921e5)) +* [bitnami/several] Replace HTTP by HTTPS when possible (#8259) ([eafb5bd](https://github.com/bitnami/charts/commit/eafb5bd5a2cc3aaf04fc1e8ebedd73f420d76864)), closes [#8259](https://github.com/bitnami/charts/issues/8259) ## 10.13.8 (2021-11-11) -* [bitnami/postgresql] Release 10.13.8 updating components versions ([e732946](https://github.com/bitnami/charts/commit/e732946)) -* [bitnami/several] Regenerate README tables ([14b89ea](https://github.com/bitnami/charts/commit/14b89ea)) +* [bitnami/postgresql] Release 10.13.8 updating components versions ([e732946](https://github.com/bitnami/charts/commit/e732946e9eb36b559a34b0e743b00428f787efa4)) +* [bitnami/several] Regenerate README tables ([14b89ea](https://github.com/bitnami/charts/commit/14b89eadad5eaf515b99c0392eb9461fff50f4a1)) ## 10.13.7 (2021-11-09) -* [bitnami/postgresql] Release 10.13.7 updating components versions ([2e175bd](https://github.com/bitnami/charts/commit/2e175bd)) -* [bitnami/several] Regenerate README tables ([94d0553](https://github.com/bitnami/charts/commit/94d0553)) +* [bitnami/postgresql] Release 10.13.7 updating components versions ([2e175bd](https://github.com/bitnami/charts/commit/2e175bdba278bf66cc6289775bf99f1c0cbe5fd9)) +* [bitnami/several] Regenerate README tables ([94d0553](https://github.com/bitnami/charts/commit/94d0553d3c1bc1b75dfeba75860f9a89af08e1c3)) ## 10.13.6 (2021-11-09) -* [bitnami/postgresql] Release 10.13.6 updating components versions ([eec1fd2](https://github.com/bitnami/charts/commit/eec1fd2)) -* [bitnami/several] Regenerate README tables ([ef52074](https://github.com/bitnami/charts/commit/ef52074)) +* [bitnami/postgresql] Release 10.13.6 updating components versions ([eec1fd2](https://github.com/bitnami/charts/commit/eec1fd278735575a08cec46b3d6e413600ee698a)) +* [bitnami/several] Regenerate README tables ([ef52074](https://github.com/bitnami/charts/commit/ef52074d5f3dd00218322cd201f83ee55f9dd1e6)) ## 10.13.5 (2021-11-06) -* [bitnami/postgresql] Release 10.13.5 updating components versions ([1829119](https://github.com/bitnami/charts/commit/1829119)) -* [bitnami/several] Regenerate README tables ([3cefed3](https://github.com/bitnami/charts/commit/3cefed3)) +* [bitnami/postgresql] Release 10.13.5 updating components versions ([1829119](https://github.com/bitnami/charts/commit/1829119eceba799634b1a8fdf8ff1d204aeec6ac)) +* [bitnami/several] Regenerate README tables ([3cefed3](https://github.com/bitnami/charts/commit/3cefed3ef961fbd7596242b1165bcfa229a9cadb)) ## 10.13.4 (2021-11-01) -* [bitnami/postgresql] Release 10.13.4 updating components versions ([43ecac9](https://github.com/bitnami/charts/commit/43ecac9)) +* [bitnami/postgresql] Release 10.13.4 updating components versions ([43ecac9](https://github.com/bitnami/charts/commit/43ecac9bd6181c9660dbc46d64ae4b29e1fd3fd3)) ## 10.13.3 (2021-11-01) -* [bitnami/postgresql] Release 10.13.3 updating components versions ([bae6820](https://github.com/bitnami/charts/commit/bae6820)) +* [bitnami/postgresql] Release 10.13.3 updating components versions ([bae6820](https://github.com/bitnami/charts/commit/bae6820f1a8f66db0d4b3db41f9780d2559b5ef5)) ## 10.13.2 (2021-10-30) -* [bitnami/postgresql] Release 10.13.2 updating components versions ([dc5ec05](https://github.com/bitnami/charts/commit/dc5ec05)) +* [bitnami/postgresql] Release 10.13.2 updating components versions ([dc5ec05](https://github.com/bitnami/charts/commit/dc5ec0562060f78a4235cacb0cc6a4836176cc1b)) ## 10.13.1 (2021-10-29) -* [bitnami/postgresql] Release 10.13.1 updating components versions ([b6fd8cd](https://github.com/bitnami/charts/commit/b6fd8cd)) +* [bitnami/postgresql] Release 10.13.1 updating components versions ([b6fd8cd](https://github.com/bitnami/charts/commit/b6fd8cdd69feba13f6ab597a77ede336c71d0c6e)) ## 10.13.0 (2021-10-28) -* [bitnami/postgresql] add common labels (#7952) ([e2404c6](https://github.com/bitnami/charts/commit/e2404c6)), closes [#7952](https://github.com/bitnami/charts/issues/7952) +* [bitnami/postgresql] add common labels (#7952) ([e2404c6](https://github.com/bitnami/charts/commit/e2404c63cc5e72d5dee91e50b4597fd9e0b1ab0c)), closes [#7952](https://github.com/bitnami/charts/issues/7952) ## 10.12.9 (2021-10-28) -* [bitnami/*] Mark PodSecurityPolicy resources as deprecated (#7951) ([035d926](https://github.com/bitnami/charts/commit/035d926)), closes [#7951](https://github.com/bitnami/charts/issues/7951) -* [bitnami/postgresql] Add template render for labels on primary and readreplicas (#7908) ([9a5a9f3](https://github.com/bitnami/charts/commit/9a5a9f3)), closes [#7908](https://github.com/bitnami/charts/issues/7908) -* [bitnami/several] Regenerate README tables ([412cf6a](https://github.com/bitnami/charts/commit/412cf6a)) +* [bitnami/*] Mark PodSecurityPolicy resources as deprecated (#7951) ([035d926](https://github.com/bitnami/charts/commit/035d926d45526472dbf703ea285ebf491c442c8e)), closes [#7951](https://github.com/bitnami/charts/issues/7951) +* [bitnami/postgresql] Add template render for labels on primary and readreplicas (#7908) ([9a5a9f3](https://github.com/bitnami/charts/commit/9a5a9f3e1cbdf3dbe8579bd646f064dd13bca683)), closes [#7908](https://github.com/bitnami/charts/issues/7908) +* [bitnami/several] Regenerate README tables ([412cf6a](https://github.com/bitnami/charts/commit/412cf6a513cb0c03444a6e7811c6f27193239a10)) ## 10.12.8 (2021-10-26) -* [bitnami/postgresql] Release 10.12.8 updating components versions ([e2ce1a5](https://github.com/bitnami/charts/commit/e2ce1a5)) +* [bitnami/postgresql] Release 10.12.8 updating components versions ([e2ce1a5](https://github.com/bitnami/charts/commit/e2ce1a5dde81b95aec31b4064ccc157a6317a53e)) ## 10.12.7 (2021-10-22) -* [bitnami/several] Add chart info to NOTES.txt (#7889) ([a6751cd](https://github.com/bitnami/charts/commit/a6751cd)), closes [#7889](https://github.com/bitnami/charts/issues/7889) -* [bitnami/several] Regenerate README tables ([73cabea](https://github.com/bitnami/charts/commit/73cabea)) +* [bitnami/several] Add chart info to NOTES.txt (#7889) ([a6751cd](https://github.com/bitnami/charts/commit/a6751cdd33c461fabbc459fbea6f219ec64ab6b2)), closes [#7889](https://github.com/bitnami/charts/issues/7889) +* [bitnami/several] Regenerate README tables ([73cabea](https://github.com/bitnami/charts/commit/73cabea54a941d2239accd98e8df6cbfc9fa8d3c)) ## 10.12.6 (2021-10-21) -* [bitnami/postgresql] Release 10.12.6 updating components versions ([0c8b19d](https://github.com/bitnami/charts/commit/0c8b19d)) +* [bitnami/postgresql] Release 10.12.6 updating components versions ([0c8b19d](https://github.com/bitnami/charts/commit/0c8b19d37f77555672d689fc661cb6a6a869b33c)) ## 10.12.5 (2021-10-19) -* [bitnami/several] Change pullPolicy for bitnami-shell image (#7852) ([9711a33](https://github.com/bitnami/charts/commit/9711a33)), closes [#7852](https://github.com/bitnami/charts/issues/7852) -* [bitnami/several] Regenerate README tables ([dd25873](https://github.com/bitnami/charts/commit/dd25873)) +* [bitnami/several] Change pullPolicy for bitnami-shell image (#7852) ([9711a33](https://github.com/bitnami/charts/commit/9711a33c6eec72ea79143c4b7574dbe6a148d6b2)), closes [#7852](https://github.com/bitnami/charts/issues/7852) +* [bitnami/several] Regenerate README tables ([dd25873](https://github.com/bitnami/charts/commit/dd2587368d006bcca6149be74d846752a15344b9)) ## 10.12.4 (2021-10-13) -* [bitnami/postgresql] Release 10.12.4 updating components versions ([b30ed79](https://github.com/bitnami/charts/commit/b30ed79)) -* [bitnami/several] Regenerate README tables ([194a909](https://github.com/bitnami/charts/commit/194a909)) +* [bitnami/postgresql] Release 10.12.4 updating components versions ([b30ed79](https://github.com/bitnami/charts/commit/b30ed79c67750b9d74de1fcb30ba0b51508d5035)) +* [bitnami/several] Regenerate README tables ([194a909](https://github.com/bitnami/charts/commit/194a909268377a6820d91f788c0380f427637ce6)) ## 10.12.3 (2021-10-11) -* [bitnami/postgresql] Release 10.12.3 updating components versions ([7671c64](https://github.com/bitnami/charts/commit/7671c64)) +* [bitnami/postgresql] Release 10.12.3 updating components versions ([7671c64](https://github.com/bitnami/charts/commit/7671c64ad9e7553b5ec8ce5383e0d2c153e2692d)) ## 10.12.2 (2021-10-05) -* [bitnami/*] Revert changes in values.schemas.json (#7699) ([aaa314f](https://github.com/bitnami/charts/commit/aaa314f)), closes [#7699](https://github.com/bitnami/charts/issues/7699) +* [bitnami/*] Revert changes in values.schemas.json (#7699) ([aaa314f](https://github.com/bitnami/charts/commit/aaa314fd3a7b8c7c94dc51fc96292b283cad084a)), closes [#7699](https://github.com/bitnami/charts/issues/7699) ## 10.12.1 (2021-10-05) -* [bitnami/postgresql] Fix README format (#7698) ([76ceb2c](https://github.com/bitnami/charts/commit/76ceb2c)), closes [#7698](https://github.com/bitnami/charts/issues/7698) +* [bitnami/postgresql] Fix README format (#7698) ([76ceb2c](https://github.com/bitnami/charts/commit/76ceb2c61edd1ba8f6531f8470a5a6ef5763b952)), closes [#7698](https://github.com/bitnami/charts/issues/7698) ## 10.12.0 (2021-09-29) -* [bitnami/apache,tomcat] add extraPodSpec (#7580) ([e3a8529](https://github.com/bitnami/charts/commit/e3a8529)), closes [#7580](https://github.com/bitnami/charts/issues/7580) +* [bitnami/apache,tomcat] add extraPodSpec (#7580) ([e3a8529](https://github.com/bitnami/charts/commit/e3a8529be0fb7b3269e0105f2571d3b850891aa5)), closes [#7580](https://github.com/bitnami/charts/issues/7580) ## 10.11.0 (2021-09-27) -* [bitnami/apache,postgresql,tomcat] add topologySpreadConstraints (#7598) ([557bfe9](https://github.com/bitnami/charts/commit/557bfe9)), closes [#7598](https://github.com/bitnami/charts/issues/7598) +* [bitnami/apache,postgresql,tomcat] add topologySpreadConstraints (#7598) ([557bfe9](https://github.com/bitnami/charts/commit/557bfe931aedaa14944c1a7805f76f83683ad448)), closes [#7598](https://github.com/bitnami/charts/issues/7598) ## 10.10.3 (2021-09-24) -* [bitnami/*] Generate READMEs with new generator version (#7614) ([e5ab2e6](https://github.com/bitnami/charts/commit/e5ab2e6)), closes [#7614](https://github.com/bitnami/charts/issues/7614) -* [bitnami/postgresql, zookeeper] Modify extravolumes and integrate sidecars (#7555) ([c4c4082](https://github.com/bitnami/charts/commit/c4c4082)), closes [#7555](https://github.com/bitnami/charts/issues/7555) -* [bitnami/several] Regenerate README tables ([79eac44](https://github.com/bitnami/charts/commit/79eac44)) +* [bitnami/*] Generate READMEs with new generator version (#7614) ([e5ab2e6](https://github.com/bitnami/charts/commit/e5ab2e6ecdd6bce800863f154cda524ff9f6c117)), closes [#7614](https://github.com/bitnami/charts/issues/7614) +* [bitnami/postgresql, zookeeper] Modify extravolumes and integrate sidecars (#7555) ([c4c4082](https://github.com/bitnami/charts/commit/c4c408257cfad5bdfb394cb97d86ca23b02c04ec)), closes [#7555](https://github.com/bitnami/charts/issues/7555) +* [bitnami/several] Regenerate README tables ([79eac44](https://github.com/bitnami/charts/commit/79eac4490bf5d0abe582920d9662a892c9666870)) ## 10.10.2 (2021-09-22) -* [bitnami/postgresql] Release 10.10.2 updating components versions ([edba74c](https://github.com/bitnami/charts/commit/edba74c)) -* [bitnami/several] Regenerate README tables ([003a0fb](https://github.com/bitnami/charts/commit/003a0fb)) +* [bitnami/postgresql] Release 10.10.2 updating components versions ([edba74c](https://github.com/bitnami/charts/commit/edba74c8eea45afef180aa513d220880d7646229)) +* [bitnami/several] Regenerate README tables ([003a0fb](https://github.com/bitnami/charts/commit/003a0fbaedeb775c546b8d8452b7a5ab0a63af52)) ## 10.10.1 (2021-09-16) -* Fix linting issue from PR7490 (#7506) ([ede16d7](https://github.com/bitnami/charts/commit/ede16d7)), closes [#7506](https://github.com/bitnami/charts/issues/7506) +* Fix linting issue from PR7490 (#7506) ([ede16d7](https://github.com/bitnami/charts/commit/ede16d7ad0f6a797027eba3e2bf8a33e243c7451)), closes [#7506](https://github.com/bitnami/charts/issues/7506) ## 10.10.0 (2021-09-16) -* [bitnami/postgresql] add `externalTrafficPolicy` to service type `LoadBalancer` (#7490) ([553182e](https://github.com/bitnami/charts/commit/553182e)), closes [#7490](https://github.com/bitnami/charts/issues/7490) +* [bitnami/postgresql] add `externalTrafficPolicy` to service type `LoadBalancer` (#7490) ([553182e](https://github.com/bitnami/charts/commit/553182ee27e2a3c8eb20b1ebd641746ba1b4718f)), closes [#7490](https://github.com/bitnami/charts/issues/7490) ## 10.9.6 (2021-09-15) -* [bitnami/postgresql] Release 10.9.6 updating components versions ([c8142cd](https://github.com/bitnami/charts/commit/c8142cd)) -* [bitnami/several] Regenerate README tables ([c01cbe5](https://github.com/bitnami/charts/commit/c01cbe5)) +* [bitnami/postgresql] Release 10.9.6 updating components versions ([c8142cd](https://github.com/bitnami/charts/commit/c8142cdfe0c2ff82344560572c69c894b51877ec)) +* [bitnami/several] Regenerate README tables ([c01cbe5](https://github.com/bitnami/charts/commit/c01cbe5e3bfe8a5f8545107f9c8d99a58d0e6832)) ## 10.9.5 (2021-09-07) -* [bitnami/postgresql] Release 10.9.5 updating components versions ([94b8fdc](https://github.com/bitnami/charts/commit/94b8fdc)) -* [bitnami/several] Regenerate README tables ([da2513b](https://github.com/bitnami/charts/commit/da2513b)) +* [bitnami/postgresql] Release 10.9.5 updating components versions ([94b8fdc](https://github.com/bitnami/charts/commit/94b8fdceddb2eb89e7321c650b67bcb7e44bf31e)) +* [bitnami/several] Regenerate README tables ([da2513b](https://github.com/bitnami/charts/commit/da2513bf0a33819f3b1151d387c631a9ffdb03e2)) ## 10.9.4 (2021-08-25) -* [bitnami/postgresql] Release 10.9.4 updating components versions ([7cbc202](https://github.com/bitnami/charts/commit/7cbc202)) -* [bitnami/several] Regenerate README tables ([6c9124f](https://github.com/bitnami/charts/commit/6c9124f)) +* [bitnami/postgresql] Release 10.9.4 updating components versions ([7cbc202](https://github.com/bitnami/charts/commit/7cbc202ea0e6be502fc3694aa9877c0ae5acef69)) +* [bitnami/several] Regenerate README tables ([6c9124f](https://github.com/bitnami/charts/commit/6c9124f79491aa65f53a87c1ed598b47ffa8b411)) ## 10.9.3 (2021-08-18) -* [multiple] Updated image.tag section (#7257) ([a133bed](https://github.com/bitnami/charts/commit/a133bed)), closes [#7257](https://github.com/bitnami/charts/issues/7257) +* [multiple] Updated image.tag section (#7257) ([a133bed](https://github.com/bitnami/charts/commit/a133bed2b4524e3b0cdec19413e089e4fbb12013)), closes [#7257](https://github.com/bitnami/charts/issues/7257) ## 10.9.2 (2021-08-12) -* [bitnami/postgresql] Release 10.9.2 updating components versions ([c0cf478](https://github.com/bitnami/charts/commit/c0cf478)) -* [bitnami/several] Regenerate README tables ([6c107e8](https://github.com/bitnami/charts/commit/6c107e8)) +* [bitnami/postgresql] Release 10.9.2 updating components versions ([c0cf478](https://github.com/bitnami/charts/commit/c0cf4780b0c7105bcc434cf8434c37f46aa79368)) +* [bitnami/several] Regenerate README tables ([6c107e8](https://github.com/bitnami/charts/commit/6c107e835d6caf8db2e8b17dcd48c5971637e013)) ## 10.9.1 (2021-08-04) -* [bitnami/postgresql] Release 10.9.1 updating components versions ([95fa5ae](https://github.com/bitnami/charts/commit/95fa5ae)) +* [bitnami/postgresql] Release 10.9.1 updating components versions ([95fa5ae](https://github.com/bitnami/charts/commit/95fa5aecd4b9563ceffb4e360ff9ac317f7b3957)) ## 10.9.0 (2021-08-02) -* [bitnami/postgresql] Add relabelings / metricRelabelings to ServiceMonitor (#7082) ([481cc7e](https://github.com/bitnami/charts/commit/481cc7e)), closes [#7082](https://github.com/bitnami/charts/issues/7082) -* [bitnami/several] Add diagnostic mode (#7012) ([f1344b0](https://github.com/bitnami/charts/commit/f1344b0)), closes [#7012](https://github.com/bitnami/charts/issues/7012) -* [bitnami/several] Upadte READMEs ([eb3c291](https://github.com/bitnami/charts/commit/eb3c291)) +* [bitnami/postgresql] Add relabelings / metricRelabelings to ServiceMonitor (#7082) ([481cc7e](https://github.com/bitnami/charts/commit/481cc7edf7b3f1fe9f1c6ccd8c83ee38fe72423a)), closes [#7082](https://github.com/bitnami/charts/issues/7082) +* [bitnami/several] Add diagnostic mode (#7012) ([f1344b0](https://github.com/bitnami/charts/commit/f1344b0361c5a93bf971d08f0fc64d3c8588cbf9)), closes [#7012](https://github.com/bitnami/charts/issues/7012) +* [bitnami/several] Upadte READMEs ([eb3c291](https://github.com/bitnami/charts/commit/eb3c2916be233280f2226d9cdceb57b08ab4a23b)) ## 10.8.0 (2021-07-27) -* [bitnami/postgresql] Add lifecycleHooks value to the postgresql chart (#7055) ([e631584](https://github.com/bitnami/charts/commit/e631584)), closes [#7055](https://github.com/bitnami/charts/issues/7055) +* [bitnami/postgresql] Add lifecycleHooks value to the postgresql chart (#7055) ([e631584](https://github.com/bitnami/charts/commit/e631584fe4bdb86682c758055935ff54960ea362)), closes [#7055](https://github.com/bitnami/charts/issues/7055) ## 10.7.1 (2021-07-23) -* [bitnami/postgresql] Change postgresqlExtendedConf default value from string to object (#7038) ([c55ff60](https://github.com/bitnami/charts/commit/c55ff60)), closes [#7038](https://github.com/bitnami/charts/issues/7038) +* [bitnami/postgresql] Change postgresqlExtendedConf default value from string to object (#7038) ([c55ff60](https://github.com/bitnami/charts/commit/c55ff60edaa98c170afa3c4d13cf766c42b4b27f)), closes [#7038](https://github.com/bitnami/charts/issues/7038) ## 10.7.0 (2021-07-21) -* [bitnami/postgresql] Add option to create services for each read replica (#6990) ([3d76ba7](https://github.com/bitnami/charts/commit/3d76ba7)), closes [#6990](https://github.com/bitnami/charts/issues/6990) [bitnami/charts#6954](https://github.com/bitnami/charts/issues/6954) +* [bitnami/postgresql] Add option to create services for each read replica (#6990) ([3d76ba7](https://github.com/bitnami/charts/commit/3d76ba751a693961a1054ffcecfa1ebe24e63927)), closes [#6990](https://github.com/bitnami/charts/issues/6990) [bitnami/charts#6954](https://github.com/bitnami/charts/issues/6954) ## 10.6.1 (2021-07-20) -* [bitnami/several] Fix default values and regenerate README (II) (#6994) ([d095793](https://github.com/bitnami/charts/commit/d095793)), closes [#6994](https://github.com/bitnami/charts/issues/6994) +* [bitnami/several] Fix default values and regenerate README (II) (#6994) ([d095793](https://github.com/bitnami/charts/commit/d0957937c764187307b924f600247c2b7afaf536)), closes [#6994](https://github.com/bitnami/charts/issues/6994) ## 10.6.0 (2021-07-19) -* [bitnami/postgresql] disable automounting of service account token (#6967) ([3a60437](https://github.com/bitnami/charts/commit/3a60437)), closes [#6967](https://github.com/bitnami/charts/issues/6967) +* [bitnami/postgresql] disable automounting of service account token (#6967) ([3a60437](https://github.com/bitnami/charts/commit/3a6043706e2a2bf0cd4101aac2b84392a221a910)), closes [#6967](https://github.com/bitnami/charts/issues/6967) ## 10.5.3 (2021-07-14) -* [bitnami/*] Adapt values.yaml of phpMyAdmin, PostgreSQL and PostgreSQL HA charts (#6933) ([49f0bed](https://github.com/bitnami/charts/commit/49f0bed)), closes [#6933](https://github.com/bitnami/charts/issues/6933) +* [bitnami/*] Adapt values.yaml of phpMyAdmin, PostgreSQL and PostgreSQL HA charts (#6933) ([49f0bed](https://github.com/bitnami/charts/commit/49f0bed317d6ed15dd2115327d74565ec6344b87)), closes [#6933](https://github.com/bitnami/charts/issues/6933) ## 10.5.2 (2021-07-06) -* [bitnami/postgresql] Release 10.5.2 updating components versions ([d7e126c](https://github.com/bitnami/charts/commit/d7e126c)) +* [bitnami/postgresql] Release 10.5.2 updating components versions ([d7e126c](https://github.com/bitnami/charts/commit/d7e126c4531a880a1cbc69e408c02ef5774ed127)) ## 10.5.1 (2021-06-29) -* [bitnami/postgresql] Release 10.5.1 updating components versions ([859c5bf](https://github.com/bitnami/charts/commit/859c5bf)) +* [bitnami/postgresql] Release 10.5.1 updating components versions ([859c5bf](https://github.com/bitnami/charts/commit/859c5bfbf1895d13604b12af9bd31f1190316b95)) ## 10.5.0 (2021-06-14) -* [bitnami/postgresql] Add support for autogenerated certs (#6609) ([112db1c](https://github.com/bitnami/charts/commit/112db1c)), closes [#6609](https://github.com/bitnami/charts/issues/6609) +* [bitnami/postgresql] Add support for autogenerated certs (#6609) ([112db1c](https://github.com/bitnami/charts/commit/112db1c509fcd74623fd8f25c61c660a5918564d)), closes [#6609](https://github.com/bitnami/charts/issues/6609) ## 10.4.10 (2021-06-09) -* [bitnami/postgresql] Release 10.4.10 updating components versions ([8671e25](https://github.com/bitnami/charts/commit/8671e25)) +* [bitnami/postgresql] Release 10.4.10 updating components versions ([8671e25](https://github.com/bitnami/charts/commit/8671e25bde8a63aa8b940fa582a1d8bc7fc0a69c)) ## 10.4.9 (2021-06-03) -* [bitnami/postgresql] Release 10.4.9 updating components versions ([36ab336](https://github.com/bitnami/charts/commit/36ab336)) +* [bitnami/postgresql] Release 10.4.9 updating components versions ([36ab336](https://github.com/bitnami/charts/commit/36ab336cfd41c5c9e240c9b0d4a762e805dacdbf)) ## 10.4.8 (2021-05-27) -* [bitnami/postgresql] Release 10.4.8 updating components versions ([bd13ba8](https://github.com/bitnami/charts/commit/bd13ba8)) +* [bitnami/postgresql] Release 10.4.8 updating components versions ([bd13ba8](https://github.com/bitnami/charts/commit/bd13ba8ae4be246afe91fe20271fc870309cbd39)) ## 10.4.7 (2021-05-25) -* [bitnami/postgresql] Release 10.4.7 updating components versions ([86aeb2c](https://github.com/bitnami/charts/commit/86aeb2c)) +* [bitnami/postgresql] Release 10.4.7 updating components versions ([86aeb2c](https://github.com/bitnami/charts/commit/86aeb2c8991b3d38d01ec8463c15d44140ba48d2)) ## 10.4.6 (2021-05-19) -* [bitnami/postgresql] Release 10.4.6 updating components versions ([14c777e](https://github.com/bitnami/charts/commit/14c777e)) +* [bitnami/postgresql] Release 10.4.6 updating components versions ([14c777e](https://github.com/bitnami/charts/commit/14c777ec1cb990b73236584fb81f502fc6e7fc11)) ## 10.4.5 (2021-05-14) -* [bitnami/postgresql] Release 10.4.5 updating components versions ([091d4c9](https://github.com/bitnami/charts/commit/091d4c9)) +* [bitnami/postgresql] Release 10.4.5 updating components versions ([091d4c9](https://github.com/bitnami/charts/commit/091d4c927a0cfa2d24a79096c0ec92165d348661)) ## 10.4.4 (2021-05-14) -* [bitnami/postgresql] Release 10.4.4 updating components versions ([ff6296d](https://github.com/bitnami/charts/commit/ff6296d)) +* [bitnami/postgresql] Release 10.4.4 updating components versions ([ff6296d](https://github.com/bitnami/charts/commit/ff6296dd46149df3e8fe9373f8a827ee56ba4b8b)) ## 10.4.3 (2021-05-07) -* [bitnami/postgresql] Release 10.4.3 updating components versions ([03f8228](https://github.com/bitnami/charts/commit/03f8228)) +* [bitnami/postgresql] Release 10.4.3 updating components versions ([03f8228](https://github.com/bitnami/charts/commit/03f82282ab4e85218b91773601f53b10643c6740)) ## 10.4.2 (2021-05-04) -* [bitnami/postgresql] Release 10.4.2 updating components versions ([b23c573](https://github.com/bitnami/charts/commit/b23c573)) +* [bitnami/postgresql] Release 10.4.2 updating components versions ([b23c573](https://github.com/bitnami/charts/commit/b23c573bf9ae0a486378dbb96b6b0b0ac6765588)) ## 10.4.1 (2021-05-02) -* [bitnami/postgresql] Release 10.4.1 updating components versions ([157448a](https://github.com/bitnami/charts/commit/157448a)) +* [bitnami/postgresql] Release 10.4.1 updating components versions ([157448a](https://github.com/bitnami/charts/commit/157448a146eacd26af48ace16142c5b13626f258)) ## 10.4.0 (2021-04-29) -* [bitnami/postgresql] SHM: remove size limit on the emptyDir. (#6232) ([1dbd2a2](https://github.com/bitnami/charts/commit/1dbd2a2)), closes [#6232](https://github.com/bitnami/charts/issues/6232) +* [bitnami/postgresql] SHM: remove size limit on the emptyDir. (#6232) ([1dbd2a2](https://github.com/bitnami/charts/commit/1dbd2a203831610986e4998f34e8149cc069bf9b)), closes [#6232](https://github.com/bitnami/charts/issues/6232) ## 10.3.18 (2021-04-20) -* [bitnami/postgresql] Release 10.3.18 updating components versions ([31a3bef](https://github.com/bitnami/charts/commit/31a3bef)) +* [bitnami/postgresql] Release 10.3.18 updating components versions ([31a3bef](https://github.com/bitnami/charts/commit/31a3beff085d30c227bfce42b015446fc723dc3b)) ## 10.3.17 (2021-04-11) -* [bitnami/postgresql] Release 10.3.17 updating components versions ([4c72712](https://github.com/bitnami/charts/commit/4c72712)) +* [bitnami/postgresql] Release 10.3.17 updating components versions ([4c72712](https://github.com/bitnami/charts/commit/4c72712f8d0c79ca3b573c87b993bfe80fc99b01)) ## 10.3.16 (2021-04-09) -* [bitnami/postgresql] Release 10.3.16 updating components versions ([0c80da7](https://github.com/bitnami/charts/commit/0c80da7)) +* [bitnami/postgresql] Release 10.3.16 updating components versions ([0c80da7](https://github.com/bitnami/charts/commit/0c80da716f6bc1d8f849429fc79302d71bb70e93)) ## 10.3.15 (2021-04-03) -* [bitnami/postgresql] Fix postgresql.conf generation from values (#5865) ([c572e0b](https://github.com/bitnami/charts/commit/c572e0b)), closes [#5865](https://github.com/bitnami/charts/issues/5865) -* [bitnami/postgresql] Release 10.3.15 updating components versions ([4085304](https://github.com/bitnami/charts/commit/4085304)) +* [bitnami/postgresql] Fix postgresql.conf generation from values (#5865) ([c572e0b](https://github.com/bitnami/charts/commit/c572e0be84818e5949b8ab4f17839fb2c5b77818)), closes [#5865](https://github.com/bitnami/charts/issues/5865) +* [bitnami/postgresql] Release 10.3.15 updating components versions ([4085304](https://github.com/bitnami/charts/commit/4085304b25c78ac2d715a58245aa13be598915ac)) ## 10.3.14 (2021-03-30) -* [bitnami/postgresql] Release 10.3.14 updating components versions ([40075c7](https://github.com/bitnami/charts/commit/40075c7)) +* [bitnami/postgresql] Release 10.3.14 updating components versions ([40075c7](https://github.com/bitnami/charts/commit/40075c7cee5651b2b845386e42cd2306ae625294)) ## 10.3.13 (2021-03-12) -* [bitnami/postgresql] Release 10.3.13 updating components versions ([0391090](https://github.com/bitnami/charts/commit/0391090)) +* [bitnami/postgresql] Release 10.3.13 updating components versions ([0391090](https://github.com/bitnami/charts/commit/0391090fe16c1c9b80300bd5c24c76b52bcfc169)) ## 10.3.12 (2021-03-11) -* [bitnami/postgresql] Release 10.3.12 updating components versions ([daa0007](https://github.com/bitnami/charts/commit/daa0007)) +* [bitnami/postgresql] Release 10.3.12 updating components versions ([daa0007](https://github.com/bitnami/charts/commit/daa0007ab28793e26cf52ca031a219d3eb0a27ad)) ## 10.3.11 (2021-03-05) -* [bitnami/postgresql] Release 10.3.11 updating components versions ([cb37a0e](https://github.com/bitnami/charts/commit/cb37a0e)) +* [bitnami/postgresql] Release 10.3.11 updating components versions ([cb37a0e](https://github.com/bitnami/charts/commit/cb37a0ec21dc56a32fb7929b1a793a5047e4dc9c)) ## 10.3.10 (2021-03-04) -* [bitnami/*] Remove minideb mentions (#5677) ([870bc4d](https://github.com/bitnami/charts/commit/870bc4d)), closes [#5677](https://github.com/bitnami/charts/issues/5677) +* [bitnami/*] Remove minideb mentions (#5677) ([870bc4d](https://github.com/bitnami/charts/commit/870bc4dba1fc3aa55dd157da6687b25e8d352206)), closes [#5677](https://github.com/bitnami/charts/issues/5677) ## 10.3.9 (2021-03-04) -* [bitnami/postgresql] Release 10.3.9 updating components versions ([99d7551](https://github.com/bitnami/charts/commit/99d7551)) +* [bitnami/postgresql] Release 10.3.9 updating components versions ([99d7551](https://github.com/bitnami/charts/commit/99d7551caf71404931f5a2f56632d4ed98556528)) ## 10.3.8 (2021-03-03) -* [bitnami/postgresql] Don't put postgresql-postgres-password in secret when not needed (#5635) ([db08f68](https://github.com/bitnami/charts/commit/db08f68)), closes [#5635](https://github.com/bitnami/charts/issues/5635) [#4380](https://github.com/bitnami/charts/issues/4380) +* [bitnami/postgresql] Don't put postgresql-postgres-password in secret when not needed (#5635) ([db08f68](https://github.com/bitnami/charts/commit/db08f68c1b39bb5cad3175ca99d9629c8d257541)), closes [#5635](https://github.com/bitnami/charts/issues/5635) [#4380](https://github.com/bitnami/charts/issues/4380) ## 10.3.7 (2021-02-26) -* [bitnami/postgresql] Release 10.3.7 updating components versions ([a69d08a](https://github.com/bitnami/charts/commit/a69d08a)) +* [bitnami/postgresql] Release 10.3.7 updating components versions ([a69d08a](https://github.com/bitnami/charts/commit/a69d08a310d84d0fd7a2987147061f21aaf3a383)) ## 10.3.6 (2021-02-24) -* [bitnami/postgresql] Release 10.3.6 updating components versions ([078cc97](https://github.com/bitnami/charts/commit/078cc97)) +* [bitnami/postgresql] Release 10.3.6 updating components versions ([078cc97](https://github.com/bitnami/charts/commit/078cc977304997a848e51cbc0b71140047e43dae)) ## 10.3.5 (2021-02-22) -* [bitnami/*] Use common macro to define RBAC apiVersion (#5585) ([71fb99f](https://github.com/bitnami/charts/commit/71fb99f)), closes [#5585](https://github.com/bitnami/charts/issues/5585) +* [bitnami/*] Use common macro to define RBAC apiVersion (#5585) ([71fb99f](https://github.com/bitnami/charts/commit/71fb99f541e971b1daafaa20ffb7d18b153b8d60)), closes [#5585](https://github.com/bitnami/charts/issues/5585) ## 10.3.4 (2021-02-20) -* [bitnami/postgresql] Release 10.3.4 updating components versions ([02d06a0](https://github.com/bitnami/charts/commit/02d06a0)) +* [bitnami/postgresql] Release 10.3.4 updating components versions ([02d06a0](https://github.com/bitnami/charts/commit/02d06a07cd14368661fde88eecf54670c13860ae)) ## 10.3.3 (2021-02-19) -* [bitnami/postgresql] Release 10.3.3 updating components versions ([b10f2aa](https://github.com/bitnami/charts/commit/b10f2aa)) +* [bitnami/postgresql] Release 10.3.3 updating components versions ([b10f2aa](https://github.com/bitnami/charts/commit/b10f2aa22c5bc495644a9ee33d61c43f08ffec41)) ## 10.3.2 (2021-02-15) -* add template postgresql.name (#5489) ([a334a13](https://github.com/bitnami/charts/commit/a334a13)), closes [#5489](https://github.com/bitnami/charts/issues/5489) +* add template postgresql.name (#5489) ([a334a13](https://github.com/bitnami/charts/commit/a334a133ba60a3536d33b2de1ecc3df466be07f4)), closes [#5489](https://github.com/bitnami/charts/issues/5489) ## 10.3.1 (2021-02-11) -* [bitnami/postgresql] Release 10.3.1 updating components versions ([c2bb81e](https://github.com/bitnami/charts/commit/c2bb81e)) -* Fix typo "sed" => "used" (#5461) ([4373a9a](https://github.com/bitnami/charts/commit/4373a9a)), closes [#5461](https://github.com/bitnami/charts/issues/5461) +* [bitnami/postgresql] Release 10.3.1 updating components versions ([c2bb81e](https://github.com/bitnami/charts/commit/c2bb81e86ad47c19c817f6c3d1102fd8e1712ac0)) +* Fix typo "sed" => "used" (#5461) ([4373a9a](https://github.com/bitnami/charts/commit/4373a9a42a16885b0057027055ba218d3519f92b)), closes [#5461](https://github.com/bitnami/charts/issues/5461) ## 10.3.0 (2021-02-11) -* [bitnami/*] Add notice regarding parameters immutability after chart installation (#4853) ([5f09573](https://github.com/bitnami/charts/commit/5f09573)), closes [#4853](https://github.com/bitnami/charts/issues/4853) -* [bitnami/postgresql] add optional startup probe to postgresql (#5445) ([bc9ad41](https://github.com/bitnami/charts/commit/bc9ad41)), closes [#5445](https://github.com/bitnami/charts/issues/5445) +* [bitnami/*] Add notice regarding parameters immutability after chart installation (#4853) ([5f09573](https://github.com/bitnami/charts/commit/5f095734f92555dec7cd0e3ee961f315eac170ff)), closes [#4853](https://github.com/bitnami/charts/issues/4853) +* [bitnami/postgresql] add optional startup probe to postgresql (#5445) ([bc9ad41](https://github.com/bitnami/charts/commit/bc9ad41dfc5cf864c2f3d90a206c54c4268f0311)), closes [#5445](https://github.com/bitnami/charts/issues/5445) ## 10.2.8 (2021-02-08) -* [bitnami/postgresql] Release 10.2.8 updating components versions ([bc4c881](https://github.com/bitnami/charts/commit/bc4c881)) +* [bitnami/postgresql] Release 10.2.8 updating components versions ([bc4c881](https://github.com/bitnami/charts/commit/bc4c881832c1bc4554bd50eac71c19653a77755b)) ## 10.2.7 (2021-02-04) -* [bitnami/postgresql] Release 10.2.7 updating components versions ([4383712](https://github.com/bitnami/charts/commit/4383712)) +* [bitnami/postgresql] Release 10.2.7 updating components versions ([4383712](https://github.com/bitnami/charts/commit/43837127490b64aebde833fcc9f32854c0280195)) ## 10.2.6 (2021-01-29) -* [bitnami/Postgresql] Add explicit namespace field on resources (#5333) ([fc694c5](https://github.com/bitnami/charts/commit/fc694c5)), closes [#5333](https://github.com/bitnami/charts/issues/5333) +* [bitnami/Postgresql] Add explicit namespace field on resources (#5333) ([fc694c5](https://github.com/bitnami/charts/commit/fc694c50956582881cf176c1b9bbd733257d51b1)), closes [#5333](https://github.com/bitnami/charts/issues/5333) ## 10.2.5 (2021-01-25) -* [bitnami/*] Unify icons in Chart.yaml and add missing fields (#5206) ([0462921](https://github.com/bitnami/charts/commit/0462921)), closes [#5206](https://github.com/bitnami/charts/issues/5206) +* [bitnami/*] Unify icons in Chart.yaml and add missing fields (#5206) ([0462921](https://github.com/bitnami/charts/commit/0462921418ca8d54308b7466197a6d53ffae4628)), closes [#5206](https://github.com/bitnami/charts/issues/5206) ## 10.2.4 (2021-01-22) -* [bitnami/postgresql] Fix value KeepalivesCount typo (#5171) ([09249d3](https://github.com/bitnami/charts/commit/09249d3)), closes [#5171](https://github.com/bitnami/charts/issues/5171) +* [bitnami/postgresql] Fix value KeepalivesCount typo (#5171) ([09249d3](https://github.com/bitnami/charts/commit/09249d3ebf1ca5cd469c1a4e6bc638b0bd972669)), closes [#5171](https://github.com/bitnami/charts/issues/5171) ## 10.2.3 (2021-01-19) -* [bitnami/*] Change helm version in the prerequisites (#5090) ([c5e67a3](https://github.com/bitnami/charts/commit/c5e67a3)), closes [#5090](https://github.com/bitnami/charts/issues/5090) -* [bitnami/postgresql] Drop values-production.yaml support (#5125) ([131711c](https://github.com/bitnami/charts/commit/131711c)), closes [#5125](https://github.com/bitnami/charts/issues/5125) +* [bitnami/*] Change helm version in the prerequisites (#5090) ([c5e67a3](https://github.com/bitnami/charts/commit/c5e67a388743cbee28439d2cabca27884b9daf97)), closes [#5090](https://github.com/bitnami/charts/issues/5090) +* [bitnami/postgresql] Drop values-production.yaml support (#5125) ([131711c](https://github.com/bitnami/charts/commit/131711cfbe51c6f5e5458bcf48d6016580fa45c1)), closes [#5125](https://github.com/bitnami/charts/issues/5125) ## 10.2.2 (2021-01-12) -* [bitnami/postgresql] Release 10.2.2 updating components versions ([49f9f9f](https://github.com/bitnami/charts/commit/49f9f9f)) -* Clarify sharedBuffers example in postgresql README (#4883) ([38c8044](https://github.com/bitnami/charts/commit/38c8044)), closes [#4883](https://github.com/bitnami/charts/issues/4883) +* [bitnami/postgresql] Release 10.2.2 updating components versions ([49f9f9f](https://github.com/bitnami/charts/commit/49f9f9f8599b9538eb6e10b6b094a33147ef5400)) +* Clarify sharedBuffers example in postgresql README (#4883) ([38c8044](https://github.com/bitnami/charts/commit/38c8044cbb9d0f018dbc387ea5a5c1db767fe5b6)), closes [#4883](https://github.com/bitnami/charts/issues/4883) ## 10.2.1 (2021-01-04) -* [bitnami/postgresql] Release 10.2.1 updating components versions ([ed749c0](https://github.com/bitnami/charts/commit/ed749c0)) -* Fix REAMDE (#4816) ([2fe0b09](https://github.com/bitnami/charts/commit/2fe0b09)), closes [#4816](https://github.com/bitnami/charts/issues/4816) -* Fixes some spacing in README.md (#4742) ([2c96f0c](https://github.com/bitnami/charts/commit/2c96f0c)), closes [#4742](https://github.com/bitnami/charts/issues/4742) +* [bitnami/postgresql] Release 10.2.1 updating components versions ([ed749c0](https://github.com/bitnami/charts/commit/ed749c08894dd3bb76c3465a9e2c0d331c8f878d)) +* Fix REAMDE (#4816) ([2fe0b09](https://github.com/bitnami/charts/commit/2fe0b09089575626076f3c576107e4e647c5cdc5)), closes [#4816](https://github.com/bitnami/charts/issues/4816) +* Fixes some spacing in README.md (#4742) ([2c96f0c](https://github.com/bitnami/charts/commit/2c96f0c948ea540805c73d1c546962bbb332b41b)), closes [#4742](https://github.com/bitnami/charts/issues/4742) ## 10.2.0 (2020-12-14) -* [bitnami/*] Affinity based on common presets (vii) (#4701) ([52a2c99](https://github.com/bitnami/charts/commit/52a2c99)), closes [#4701](https://github.com/bitnami/charts/issues/4701) -* [bitnami/*] fix typos (#4699) ([49adc63](https://github.com/bitnami/charts/commit/49adc63)), closes [#4699](https://github.com/bitnami/charts/issues/4699) +* [bitnami/*] Affinity based on common presets (vii) (#4701) ([52a2c99](https://github.com/bitnami/charts/commit/52a2c99a89018659f18b774585bb10954625a215)), closes [#4701](https://github.com/bitnami/charts/issues/4701) +* [bitnami/*] fix typos (#4699) ([49adc63](https://github.com/bitnami/charts/commit/49adc63b672da976c55af2e077aa5648a357b77f)), closes [#4699](https://github.com/bitnami/charts/issues/4699) ## 10.1.4 (2020-12-11) -* [bitnami/*] Update dependencies (#4694) ([2826c12](https://github.com/bitnami/charts/commit/2826c12)), closes [#4694](https://github.com/bitnami/charts/issues/4694) +* [bitnami/*] Update dependencies (#4694) ([2826c12](https://github.com/bitnami/charts/commit/2826c125b42505f28431301e3c1bbe5366e47a01)), closes [#4694](https://github.com/bitnami/charts/issues/4694) ## 10.1.3 (2020-12-07) -* [bitnami/postgresql] Release 10.1.3 updating components versions ([94676b3](https://github.com/bitnami/charts/commit/94676b3)) +* [bitnami/postgresql] Release 10.1.3 updating components versions ([94676b3](https://github.com/bitnami/charts/commit/94676b392f4e69bde9035c96813b46c94519edcd)) ## 10.1.2 (2020-12-04) -* [bitnami/*] Add upgrade details to README (#4480) ([10bd8e1](https://github.com/bitnami/charts/commit/10bd8e1)), closes [#4480](https://github.com/bitnami/charts/issues/4480) -* [bitnami/postgresql] Release 10.1.2 updating components versions ([494e84e](https://github.com/bitnami/charts/commit/494e84e)) +* [bitnami/*] Add upgrade details to README (#4480) ([10bd8e1](https://github.com/bitnami/charts/commit/10bd8e1fbbe69461a5d90ba61562f72b526c9caf)), closes [#4480](https://github.com/bitnami/charts/issues/4480) +* [bitnami/postgresql] Release 10.1.2 updating components versions ([494e84e](https://github.com/bitnami/charts/commit/494e84ed462576b56b403c46895fdad0f7c49f3e)) ## 10.1.1 (2020-11-25) -* [bitnami/postgresql] `postgresql-postgres-password` doesn't work with `global.postgresqlUsername` an ([e0c026c](https://github.com/bitnami/charts/commit/e0c026c)), closes [#3130](https://github.com/bitnami/charts/issues/3130) [#4380](https://github.com/bitnami/charts/issues/4380) [#3130](https://github.com/bitnami/charts/issues/3130) [#3130](https://github.com/bitnami/charts/issues/3130) +* [bitnami/postgresql] `postgresql-postgres-password` doesn't work with `global.postgresqlUsername` an ([e0c026c](https://github.com/bitnami/charts/commit/e0c026c74b1efa60fa7b142be5e877e5b200c869)), closes [#3130](https://github.com/bitnami/charts/issues/3130) [#4380](https://github.com/bitnami/charts/issues/4380) [#3130](https://github.com/bitnami/charts/issues/3130) [#3130](https://github.com/bitnami/charts/issues/3130) ## 10.1.0 (2020-11-20) -* [bitnami/postgresql] Implement persistence selector (#4437) ([e383a6e](https://github.com/bitnami/charts/commit/e383a6e)), closes [#4437](https://github.com/bitnami/charts/issues/4437) +* [bitnami/postgresql] Implement persistence selector (#4437) ([e383a6e](https://github.com/bitnami/charts/commit/e383a6e3286c6202f3a09618fb5584b69a8ee98d)), closes [#4437](https://github.com/bitnami/charts/issues/4437) ## 10.0.2 (2020-11-18) -* [bitnami/postgresql] Fix typo in values.yaml (#4399) ([cf49c8a](https://github.com/bitnami/charts/commit/cf49c8a)), closes [#4399](https://github.com/bitnami/charts/issues/4399) -* Update README.md ([2006fdf](https://github.com/bitnami/charts/commit/2006fdf)) +* [bitnami/postgresql] Fix typo in values.yaml (#4399) ([cf49c8a](https://github.com/bitnami/charts/commit/cf49c8a184ef299e2b6b4587c2d6982a0c0aa9f3)), closes [#4399](https://github.com/bitnami/charts/issues/4399) +* Update README.md ([2006fdf](https://github.com/bitnami/charts/commit/2006fdf85007818b571f59271751b0b8ac2dab9c)) ## 10.0.1 (2020-11-17) -* [bitnami/postgresql] Release 10.0.1 updating components versions ([323a092](https://github.com/bitnami/charts/commit/323a092)) +* [bitnami/postgresql] Release 10.0.1 updating components versions ([323a092](https://github.com/bitnami/charts/commit/323a092de78916e92cf3350439388f9efd5907b9)) ## 10.0.0 (2020-11-17) -* [bitnami/postgresql] Adapt to Helm v3 and change nomenclature (#4385) ([7eabc85](https://github.com/bitnami/charts/commit/7eabc85)), closes [#4385](https://github.com/bitnami/charts/issues/4385) +* [bitnami/postgresql] Adapt to Helm v3 and change nomenclature (#4385) ([7eabc85](https://github.com/bitnami/charts/commit/7eabc85fd4fae43127228a22829c7ce3fe85c389)), closes [#4385](https://github.com/bitnami/charts/issues/4385) ### Breaking change @@ -1635,426 +1640,426 @@ Co-authored-by: Carlos Rodríguez Hernández ## 9.8.13 (2020-11-14) -* [bitnami/postgresql] Release 9.8.13 updating components versions ([fd890aa](https://github.com/bitnami/charts/commit/fd890aa)) +* [bitnami/postgresql] Release 9.8.13 updating components versions ([fd890aa](https://github.com/bitnami/charts/commit/fd890aad247b7ad54b4c2c29534c3d8565b0b7cf)) ## 9.8.12 (2020-11-12) -* [bitnami/postgresql] Release 9.8.12 updating components versions ([a13c592](https://github.com/bitnami/charts/commit/a13c592)) +* [bitnami/postgresql] Release 9.8.12 updating components versions ([a13c592](https://github.com/bitnami/charts/commit/a13c592efc0a33ba2339668d5b262fa27d50754f)) ## 9.8.11 (2020-11-04) -* [bitnami/postgresql] fix: update values to avoid warnings (#4212) ([2eec409](https://github.com/bitnami/charts/commit/2eec409)), closes [#4212](https://github.com/bitnami/charts/issues/4212) +* [bitnami/postgresql] fix: update values to avoid warnings (#4212) ([2eec409](https://github.com/bitnami/charts/commit/2eec409666ce1f855442931618386ab01bc6825e)), closes [#4212](https://github.com/bitnami/charts/issues/4212) ## 9.8.10 (2020-11-04) -* [bitnami/postgresql] Release 9.8.10 updating components versions ([3c992aa](https://github.com/bitnami/charts/commit/3c992aa)) +* [bitnami/postgresql] Release 9.8.10 updating components versions ([3c992aa](https://github.com/bitnami/charts/commit/3c992aa1e4c7fb43d9cead2f35c69fe6cb4fbee0)) ## 9.8.9 (2020-10-30) -* [bitnami/postgresql] Fix secret logic for passwords (#4123) ([ea13243](https://github.com/bitnami/charts/commit/ea13243)), closes [#4123](https://github.com/bitnami/charts/issues/4123) +* [bitnami/postgresql] Fix secret logic for passwords (#4123) ([ea13243](https://github.com/bitnami/charts/commit/ea13243ea6c7f714573f3b3699851c8a648b964d)), closes [#4123](https://github.com/bitnami/charts/issues/4123) ## 9.8.8 (2020-10-30) -* [bitnami/*] Extra manifests should be top-level (#4161) ([b3a95b7](https://github.com/bitnami/charts/commit/b3a95b7)), closes [#4161](https://github.com/bitnami/charts/issues/4161) -* [bitnami/*] Include link to Troubleshootin guide on README.md (#4136) ([c08a20e](https://github.com/bitnami/charts/commit/c08a20e)), closes [#4136](https://github.com/bitnami/charts/issues/4136) +* [bitnami/*] Extra manifests should be top-level (#4161) ([b3a95b7](https://github.com/bitnami/charts/commit/b3a95b701b611ab51924ae5665bcc8cd5ac56898)), closes [#4161](https://github.com/bitnami/charts/issues/4161) +* [bitnami/*] Include link to Troubleshootin guide on README.md (#4136) ([c08a20e](https://github.com/bitnami/charts/commit/c08a20e3db004215383004ff023a73fcc2522e72)), closes [#4136](https://github.com/bitnami/charts/issues/4136) ## 9.8.7 (2020-10-27) -* [bitnami/postgresql] Fix slave.extraInitContainers value (#4124) ([a92fbbe](https://github.com/bitnami/charts/commit/a92fbbe)), closes [#4124](https://github.com/bitnami/charts/issues/4124) +* [bitnami/postgresql] Fix slave.extraInitContainers value (#4124) ([a92fbbe](https://github.com/bitnami/charts/commit/a92fbbe145af870c421fb58b7d592453a215f075)), closes [#4124](https://github.com/bitnami/charts/issues/4124) ## 9.8.6 (2020-10-23) -* [bitnami/postgresql] Fix extraDeploy, customLivenessProbe and customReadinessProbe values (#4090) ([05eae06](https://github.com/bitnami/charts/commit/05eae06)), closes [#4090](https://github.com/bitnami/charts/issues/4090) +* [bitnami/postgresql] Fix extraDeploy, customLivenessProbe and customReadinessProbe values (#4090) ([05eae06](https://github.com/bitnami/charts/commit/05eae0696de0032b2a8de103240044deec556367)), closes [#4090](https://github.com/bitnami/charts/issues/4090) ## 9.8.5 (2020-10-22) -* [bitnami/postgresql] Permit init-container start with root user. (#4072) ([6b8c191](https://github.com/bitnami/charts/commit/6b8c191)), closes [#4072](https://github.com/bitnami/charts/issues/4072) +* [bitnami/postgresql] Permit init-container start with root user. (#4072) ([6b8c191](https://github.com/bitnami/charts/commit/6b8c1910bf5ee28af62733a66f9940c518ff5599)), closes [#4072](https://github.com/bitnami/charts/issues/4072) ## 9.8.4 (2020-10-13) -* [bitnami/postgresql] Added `publishNotReadyAddresses: true` to svc-headless.yaml (#3990) ([46039b3](https://github.com/bitnami/charts/commit/46039b3)), closes [#3990](https://github.com/bitnami/charts/issues/3990) +* [bitnami/postgresql] Added `publishNotReadyAddresses: true` to svc-headless.yaml (#3990) ([46039b3](https://github.com/bitnami/charts/commit/46039b39746bbcb6703210e7d0a911fb00349403)), closes [#3990](https://github.com/bitnami/charts/issues/3990) ## 9.8.3 (2020-10-08) -* [bitnami/postgresql] Allow exporter port in network-policy if metrics enabled (#3944) ([b5c34a1](https://github.com/bitnami/charts/commit/b5c34a1)), closes [#3944](https://github.com/bitnami/charts/issues/3944) +* [bitnami/postgresql] Allow exporter port in network-policy if metrics enabled (#3944) ([b5c34a1](https://github.com/bitnami/charts/commit/b5c34a1ed8e223ddb2ce5cd8fb7a0a0a02a9bf11)), closes [#3944](https://github.com/bitnami/charts/issues/3944) ## 9.8.2 (2020-10-06) -* [bitnami/postgresql] Release 9.8.2 updating components versions ([64cb5fd](https://github.com/bitnami/charts/commit/64cb5fd)) +* [bitnami/postgresql] Release 9.8.2 updating components versions ([64cb5fd](https://github.com/bitnami/charts/commit/64cb5fd8d5b6ca66e1e9e16e0463af4a1ace65c6)) ## 9.8.1 (2020-09-29) -* [bitnami/postgresql] Release 9.8.1 updating components versions ([cc9375d](https://github.com/bitnami/charts/commit/cc9375d)) +* [bitnami/postgresql] Release 9.8.1 updating components versions ([cc9375d](https://github.com/bitnami/charts/commit/cc9375d7ff64a2e39504bd27aecc7c5ce86171dd)) ## 9.8.0 (2020-09-29) -* [bitnami/postgresql] Allow specifying different resource requests/limits on slaves (#3800) ([204d41d](https://github.com/bitnami/charts/commit/204d41d)), closes [#3800](https://github.com/bitnami/charts/issues/3800) +* [bitnami/postgresql] Allow specifying different resource requests/limits on slaves (#3800) ([204d41d](https://github.com/bitnami/charts/commit/204d41df2b0afca494b7cc88bbcb5ba82c0772a8)), closes [#3800](https://github.com/bitnami/charts/issues/3800) ## 9.7.4 (2020-09-29) -* [bitnami/postgresql] Revert #3768 due to being a breaking change (#3808) ([a933a38](https://github.com/bitnami/charts/commit/a933a38)), closes [#3768](https://github.com/bitnami/charts/issues/3768) [#3808](https://github.com/bitnami/charts/issues/3808) [#3768](https://github.com/bitnami/charts/issues/3768) +* [bitnami/postgresql] Revert #3768 due to being a breaking change (#3808) ([a933a38](https://github.com/bitnami/charts/commit/a933a38ec1c6fe5e3d019037e1bc7a33566774de)), closes [#3768](https://github.com/bitnami/charts/issues/3768) [#3808](https://github.com/bitnami/charts/issues/3808) [#3768](https://github.com/bitnami/charts/issues/3768) ## 9.7.3 (2020-09-25) -* [bitnami/postgresql] Added labels for volumeClaimTemplates (#3768) ([03f324b](https://github.com/bitnami/charts/commit/03f324b)), closes [#3768](https://github.com/bitnami/charts/issues/3768) +* [bitnami/postgresql] Added labels for volumeClaimTemplates (#3768) ([03f324b](https://github.com/bitnami/charts/commit/03f324b9f565f779bb1519c1562c9a0cca546bc1)), closes [#3768](https://github.com/bitnami/charts/issues/3768) ## 9.7.2 (2020-09-24) -* [bitnami/postgresql] Release 9.7.2 updating components versions ([c45bc6f](https://github.com/bitnami/charts/commit/c45bc6f)) -* [bitnami/postgresql] Use common functions for tplValues (#3730) ([af4ae62](https://github.com/bitnami/charts/commit/af4ae62)), closes [#3730](https://github.com/bitnami/charts/issues/3730) +* [bitnami/postgresql] Release 9.7.2 updating components versions ([c45bc6f](https://github.com/bitnami/charts/commit/c45bc6fb26f348fd0a0530c13e4d9fb6d4ac0cc8)) +* [bitnami/postgresql] Use common functions for tplValues (#3730) ([af4ae62](https://github.com/bitnami/charts/commit/af4ae62ab7f8d0ce1c0380cdd86a0933265c1de0)), closes [#3730](https://github.com/bitnami/charts/issues/3730) ## 9.7.1 (2020-09-23) -* [bitnami/chart] postgre #3722: In exsistingSecret: Switched password keys (#3744) ([1517668](https://github.com/bitnami/charts/commit/1517668)), closes [#3722](https://github.com/bitnami/charts/issues/3722) [#3744](https://github.com/bitnami/charts/issues/3744) +* [bitnami/chart] postgre #3722: In exsistingSecret: Switched password keys (#3744) ([1517668](https://github.com/bitnami/charts/commit/15176687345d93632a1e16753b0cd2fb52c35868)), closes [#3722](https://github.com/bitnami/charts/issues/3722) [#3744](https://github.com/bitnami/charts/issues/3744) ## 9.7.0 (2020-09-21) -* [bitnami/postgresql] Add customLivenessProbe and customReadinessProbe (#3728) ([a729b97](https://github.com/bitnami/charts/commit/a729b97)), closes [#3728](https://github.com/bitnami/charts/issues/3728) +* [bitnami/postgresql] Add customLivenessProbe and customReadinessProbe (#3728) ([a729b97](https://github.com/bitnami/charts/commit/a729b97926033bb3efabd7094d7daf4af2f0caea)), closes [#3728](https://github.com/bitnami/charts/issues/3728) ## 9.6.0 (2020-09-18) -* [bitnami/postgresql] Add improvements to comply with STIG (#3712) ([f193e43](https://github.com/bitnami/charts/commit/f193e43)), closes [#3712](https://github.com/bitnami/charts/issues/3712) +* [bitnami/postgresql] Add improvements to comply with STIG (#3712) ([f193e43](https://github.com/bitnami/charts/commit/f193e43f1e78ab3a161aacbda57cb329ff2b2d2e)), closes [#3712](https://github.com/bitnami/charts/issues/3712) ## 9.5.0 (2020-09-17) -* [bitnami/postgresql] Add arbitrary securityContext configuration to improve security (#3687) ([49a39d6](https://github.com/bitnami/charts/commit/49a39d6)), closes [#3687](https://github.com/bitnami/charts/issues/3687) +* [bitnami/postgresql] Add arbitrary securityContext configuration to improve security (#3687) ([49a39d6](https://github.com/bitnami/charts/commit/49a39d6c6a051cfc13f92ee01980e25925b98207)), closes [#3687](https://github.com/bitnami/charts/issues/3687) ## 9.4.1 (2020-09-08) -* [bitnami/metrics-server] Add source repo (#3577) ([1ed12f9](https://github.com/bitnami/charts/commit/1ed12f9)), closes [#3577](https://github.com/bitnami/charts/issues/3577) -* [bitnami/postgresql] Release 9.4.1 updating components versions ([730e66f](https://github.com/bitnami/charts/commit/730e66f)) +* [bitnami/metrics-server] Add source repo (#3577) ([1ed12f9](https://github.com/bitnami/charts/commit/1ed12f96af75322b46afdb2b3d9907c11b13f765)), closes [#3577](https://github.com/bitnami/charts/issues/3577) +* [bitnami/postgresql] Release 9.4.1 updating components versions ([730e66f](https://github.com/bitnami/charts/commit/730e66f789ad7b05c856bbbab623bd4867c39c28)) ## 9.4.0 (2020-09-02) -* [bitnami/postgresql] - Add PostgreSQL cross cluster replication ability (#3574) ([b481f63](https://github.com/bitnami/charts/commit/b481f63)), closes [#3574](https://github.com/bitnami/charts/issues/3574) +* [bitnami/postgresql] - Add PostgreSQL cross cluster replication ability (#3574) ([b481f63](https://github.com/bitnami/charts/commit/b481f633efc8c879eacaf2b31b4136719f58baf1)), closes [#3574](https://github.com/bitnami/charts/issues/3574) ## 9.3.4 (2020-09-01) -* [bitnami/postgres] Add chown on .Values.persistence.mountPath (#3348) ([e7c2b1d](https://github.com/bitnami/charts/commit/e7c2b1d)), closes [#3348](https://github.com/bitnami/charts/issues/3348) +* [bitnami/postgres] Add chown on .Values.persistence.mountPath (#3348) ([e7c2b1d](https://github.com/bitnami/charts/commit/e7c2b1d6238613de9d8e3c65863a2fb1b726db30)), closes [#3348](https://github.com/bitnami/charts/issues/3348) ## 9.3.3 (2020-08-27) -* [bitnami/postgresql] Fix slave' statefulset when persistence is disabled (#3527) ([3910de7](https://github.com/bitnami/charts/commit/3910de7)), closes [#3527](https://github.com/bitnami/charts/issues/3527) +* [bitnami/postgresql] Fix slave' statefulset when persistence is disabled (#3527) ([3910de7](https://github.com/bitnami/charts/commit/3910de7325317b752e1c2e46456fbdaa765cb50b)), closes [#3527](https://github.com/bitnami/charts/issues/3527) ## 9.3.2 (2020-08-18) -* [bitnami/postgresql] Release 9.3.2 updating components versions ([4f8c352](https://github.com/bitnami/charts/commit/4f8c352)) +* [bitnami/postgresql] Release 9.3.2 updating components versions ([4f8c352](https://github.com/bitnami/charts/commit/4f8c352b05cd73315d859563d496c13f9a636a3c)) ## 9.3.1 (2020-08-18) -* [bitnami/postgresql] Fix Postgres password with externalSecret (#3408) ([e64df12](https://github.com/bitnami/charts/commit/e64df12)), closes [#3408](https://github.com/bitnami/charts/issues/3408) +* [bitnami/postgresql] Fix Postgres password with externalSecret (#3408) ([e64df12](https://github.com/bitnami/charts/commit/e64df12d1fdce559915900c1699f0ea6fbe51cf1)), closes [#3408](https://github.com/bitnami/charts/issues/3408) ## 9.3.0 (2020-08-18) -* [bitnami/postgresql] feat: add new value to enabled slave persistence (#3438) ([b27b99d](https://github.com/bitnami/charts/commit/b27b99d)), closes [#3438](https://github.com/bitnami/charts/issues/3438) +* [bitnami/postgresql] feat: add new value to enabled slave persistence (#3438) ([b27b99d](https://github.com/bitnami/charts/commit/b27b99d1f605720e14ac1daac429f42d84266cca)), closes [#3438](https://github.com/bitnami/charts/issues/3438) ## 9.2.1 (2020-08-14) -* [bitnami/postgresql] Release 9.2.1 updating components versions ([61e3273](https://github.com/bitnami/charts/commit/61e3273)) +* [bitnami/postgresql] Release 9.2.1 updating components versions ([61e3273](https://github.com/bitnami/charts/commit/61e3273b0e0c1b69c32ae3080d209ecadeb4704b)) ## 9.2.0 (2020-08-13) -* [bitnami/*] Use common helps for upgrade password errors (#3335) ([079f5bd](https://github.com/bitnami/charts/commit/079f5bd)), closes [#3335](https://github.com/bitnami/charts/issues/3335) +* [bitnami/*] Use common helps for upgrade password errors (#3335) ([079f5bd](https://github.com/bitnami/charts/commit/079f5bd6ec59bb058216d6a931449b895517c789)), closes [#3335](https://github.com/bitnami/charts/issues/3335) ## 9.1.4 (2020-08-06) -* [bitnami/postgresql] Release 9.1.4 updating components versions ([47b3f22](https://github.com/bitnami/charts/commit/47b3f22)) +* [bitnami/postgresql] Release 9.1.4 updating components versions ([47b3f22](https://github.com/bitnami/charts/commit/47b3f22873a2e622442ae7962d19a07b74b5de91)) ## 9.1.3 (2020-08-05) -* [bitnami/*] Fix TL;DR typo in READMEs (#3280) ([3d7ab40](https://github.com/bitnami/charts/commit/3d7ab40)), closes [#3280](https://github.com/bitnami/charts/issues/3280) -* [bitnami/postgresql] Add upgrade notes for 9.X.X (#3322) ([c093a61](https://github.com/bitnami/charts/commit/c093a61)), closes [#3322](https://github.com/bitnami/charts/issues/3322) -* [bitnami/postgresql] Release 9.1.3 updating components versions ([ffb6263](https://github.com/bitnami/charts/commit/ffb6263)) +* [bitnami/*] Fix TL;DR typo in READMEs (#3280) ([3d7ab40](https://github.com/bitnami/charts/commit/3d7ab406fecd64f1af25f53e7d27f03ec95b29a4)), closes [#3280](https://github.com/bitnami/charts/issues/3280) +* [bitnami/postgresql] Add upgrade notes for 9.X.X (#3322) ([c093a61](https://github.com/bitnami/charts/commit/c093a61d8c9052aa8709c2172047768e41a1816d)), closes [#3322](https://github.com/bitnami/charts/issues/3322) +* [bitnami/postgresql] Release 9.1.3 updating components versions ([ffb6263](https://github.com/bitnami/charts/commit/ffb62639f26467adea44db70ca5d87f950079b00)) ## 9.1.2 (2020-07-29) -* [bitnami/postgresql] Release 9.1.2 updating components versions ([0f4eab3](https://github.com/bitnami/charts/commit/0f4eab3)) +* [bitnami/postgresql] Release 9.1.2 updating components versions ([0f4eab3](https://github.com/bitnami/charts/commit/0f4eab37927f187cafee8cff85f23df250bdd9bf)) ## 9.1.1 (2020-07-15) -* [bitnami/postgresql] Release 9.1.1 updating components versions ([92ad3e7](https://github.com/bitnami/charts/commit/92ad3e7)) +* [bitnami/postgresql] Release 9.1.1 updating components versions ([92ad3e7](https://github.com/bitnami/charts/commit/92ad3e746e1ff844c7e6fdd688ad08d13aeeb88a)) ## 9.1.0 (2020-07-14) -* [bitnami/postgresql] Postgresql TLS Support (#3057) ([6c855ff](https://github.com/bitnami/charts/commit/6c855ff)), closes [#3057](https://github.com/bitnami/charts/issues/3057) +* [bitnami/postgresql] Postgresql TLS Support (#3057) ([6c855ff](https://github.com/bitnami/charts/commit/6c855ffb409f36c114f8ee680e10a130efc55906)), closes [#3057](https://github.com/bitnami/charts/issues/3057) ## 9.0.0 (2020-07-14) -* [bitnami/all] Add categories (#3075) ([63bde06](https://github.com/bitnami/charts/commit/63bde06)), closes [#3075](https://github.com/bitnami/charts/issues/3075) -* [bitnami/postgresql] Helm label best practices (#3021) ([693e765](https://github.com/bitnami/charts/commit/693e765)), closes [#3021](https://github.com/bitnami/charts/issues/3021) +* [bitnami/all] Add categories (#3075) ([63bde06](https://github.com/bitnami/charts/commit/63bde066b87a140fab52264d0522401ab3d63509)), closes [#3075](https://github.com/bitnami/charts/issues/3075) +* [bitnami/postgresql] Helm label best practices (#3021) ([693e765](https://github.com/bitnami/charts/commit/693e7656d1d204789f4b7dcf8b76bb13908a6d95)), closes [#3021](https://github.com/bitnami/charts/issues/3021) ## 8.10.14 (2020-07-07) -* [bitnami/postgresql] Release 8.10.14 updating components versions ([18f8014](https://github.com/bitnami/charts/commit/18f8014)) +* [bitnami/postgresql] Release 8.10.14 updating components versions ([18f8014](https://github.com/bitnami/charts/commit/18f80142d0eb5783d8cbe38010bdc10ec9b3c77d)) ## 8.10.13 (2020-07-02) -* [bitnami/postgresql] Release 8.10.13 updating components versions ([8d6dcd5](https://github.com/bitnami/charts/commit/8d6dcd5)) +* [bitnami/postgresql] Release 8.10.13 updating components versions ([8d6dcd5](https://github.com/bitnami/charts/commit/8d6dcd5cbd43c1cc8f338df14cbe2dc6da7c456d)) ## 8.10.12 (2020-07-02) -* [bitnami/postgresql] Fix typo on README.md (#2999) ([0d46f5d](https://github.com/bitnami/charts/commit/0d46f5d)), closes [#2999](https://github.com/bitnami/charts/issues/2999) [/github.com/bitnami/charts/blob/master/bitnami/postgresql/values.yaml#L93](https://github.com//github.com/bitnami/charts/blob/master/bitnami/postgresql/values.yaml/issues/L93) [/github.com/bitnami/charts/blob/master/bitnami/postgresql/templates/statefulset.yaml#L70](https://github.com//github.com/bitnami/charts/blob/master/bitnami/postgresql/templates/statefulset.yaml/issues/L70) +* [bitnami/postgresql] Fix typo on README.md (#2999) ([0d46f5d](https://github.com/bitnami/charts/commit/0d46f5d893e9f4b7cc358247de8b8ffd92c1815a)), closes [#2999](https://github.com/bitnami/charts/issues/2999) [/github.com/bitnami/charts/blob/master/bitnami/postgresql/values.yaml#L93](https://github.com//github.com/bitnami/charts/blob/master/bitnami/postgresql/values.yaml/issues/L93) [/github.com/bitnami/charts/blob/master/bitnami/postgresql/templates/statefulset.yaml#L70](https://github.com//github.com/bitnami/charts/blob/master/bitnami/postgresql/templates/statefulset.yaml/issues/L70) ## 8.10.11 (2020-06-29) -* [bitnami/postgresql] Release 8.10.11 updating components versions ([5c5bcf9](https://github.com/bitnami/charts/commit/5c5bcf9)) +* [bitnami/postgresql] Release 8.10.11 updating components versions ([5c5bcf9](https://github.com/bitnami/charts/commit/5c5bcf9b5e05e3184d7db0a7c2d7ee8a8d81b091)) ## 8.10.10 (2020-06-26) -* [bitnami/postgresql] Release 8.10.10 updating components versions ([cbde80c](https://github.com/bitnami/charts/commit/cbde80c)) +* [bitnami/postgresql] Release 8.10.10 updating components versions ([cbde80c](https://github.com/bitnami/charts/commit/cbde80c9146aedacbced192e51d702867965c3df)) ## 8.10.9 (2020-06-26) -* [bitnami/postgresql] Update readme with delete PVC details (#2926) ([d133baf](https://github.com/bitnami/charts/commit/d133baf)), closes [#2926](https://github.com/bitnami/charts/issues/2926) +* [bitnami/postgresql] Update readme with delete PVC details (#2926) ([d133baf](https://github.com/bitnami/charts/commit/d133baf1eee5a12518d8b1bf35c3ed1461d1cd47)), closes [#2926](https://github.com/bitnami/charts/issues/2926) ## 8.10.8 (2020-06-24) -* [bitnami/postgresql] Release 8.10.8 updating components versions ([a36d455](https://github.com/bitnami/charts/commit/a36d455)) +* [bitnami/postgresql] Release 8.10.8 updating components versions ([a36d455](https://github.com/bitnami/charts/commit/a36d4559153e37acede590ec6d4edf82088714f2)) ## 8.10.7 (2020-06-23) -* Master StatefulSet annotations fix (#2899) ([abc14b5](https://github.com/bitnami/charts/commit/abc14b5)), closes [#2899](https://github.com/bitnami/charts/issues/2899) +* Master StatefulSet annotations fix (#2899) ([abc14b5](https://github.com/bitnami/charts/commit/abc14b569ad564ff871b7a949a6e5d9857f51c7d)), closes [#2899](https://github.com/bitnami/charts/issues/2899) ## 8.10.6 (2020-06-19) -* [bitnami/postgresql] Release 8.10.6 updating components versions ([f9cb010](https://github.com/bitnami/charts/commit/f9cb010)) -* [bitnami/several] Add instructions about how to use different branches (#2785) ([c315cb0](https://github.com/bitnami/charts/commit/c315cb0)), closes [#2785](https://github.com/bitnami/charts/issues/2785) -* [multiple charts] Update hidden properties in the different JSON schemas (#2871) ([4cff6ba](https://github.com/bitnami/charts/commit/4cff6ba)), closes [#2871](https://github.com/bitnami/charts/issues/2871) +* [bitnami/postgresql] Release 8.10.6 updating components versions ([f9cb010](https://github.com/bitnami/charts/commit/f9cb0102f1e03d9ee7f09dbb65e9d7cdc25f84fe)) +* [bitnami/several] Add instructions about how to use different branches (#2785) ([c315cb0](https://github.com/bitnami/charts/commit/c315cb078a4cef97ff53cf2066b34add3f2926ba)), closes [#2785](https://github.com/bitnami/charts/issues/2785) +* [multiple charts] Update hidden properties in the different JSON schemas (#2871) ([4cff6ba](https://github.com/bitnami/charts/commit/4cff6ba8b0013b6dc368a1e7986c393e8447e75b)), closes [#2871](https://github.com/bitnami/charts/issues/2871) ## 8.10.5 (2020-06-03) -* [bitnami/postgresql] Release 8.10.5 updating components versions ([dac5aab](https://github.com/bitnami/charts/commit/dac5aab)) +* [bitnami/postgresql] Release 8.10.5 updating components versions ([dac5aab](https://github.com/bitnami/charts/commit/dac5aab0c3fda86f54d43011a6b4df045c774406)) ## 8.10.4 (2020-05-29) -* [bitnami/postgresql] update readme regarding postgres username and password (#2661) ([1ca7dd4](https://github.com/bitnami/charts/commit/1ca7dd4)), closes [#2661](https://github.com/bitnami/charts/issues/2661) +* [bitnami/postgresql] update readme regarding postgres username and password (#2661) ([1ca7dd4](https://github.com/bitnami/charts/commit/1ca7dd4cd044e13596a61e4b755d64c6579031e3)), closes [#2661](https://github.com/bitnami/charts/issues/2661) ## 8.10.3 (2020-05-28) -* [bitnami/postgresql] Fix extraInitContainers usage (#2689) ([56b036c](https://github.com/bitnami/charts/commit/56b036c)), closes [#2689](https://github.com/bitnami/charts/issues/2689) +* [bitnami/postgresql] Fix extraInitContainers usage (#2689) ([56b036c](https://github.com/bitnami/charts/commit/56b036c389918d59ee046c5470aef3115043884d)), closes [#2689](https://github.com/bitnami/charts/issues/2689) ## 8.10.2 (2020-05-27) -* [bitnami/postgresql] Release 8.10.2 updating components versions ([b476dcd](https://github.com/bitnami/charts/commit/b476dcd)) +* [bitnami/postgresql] Release 8.10.2 updating components versions ([b476dcd](https://github.com/bitnami/charts/commit/b476dcdb0c36e3f4add4e9056598c52f2ae54366)) ## 8.10.1 (2020-05-26) -* [bitnami/postgresql] Fix customMetrics example (#2552) ([97038a4](https://github.com/bitnami/charts/commit/97038a4)), closes [#2552](https://github.com/bitnami/charts/issues/2552) -* [bitnami/postgresql] fixed a typo in values files (#2649) ([98fb584](https://github.com/bitnami/charts/commit/98fb584)), closes [#2649](https://github.com/bitnami/charts/issues/2649) [#2649](https://github.com/bitnami/charts/issues/2649) +* [bitnami/postgresql] Fix customMetrics example (#2552) ([97038a4](https://github.com/bitnami/charts/commit/97038a44b71dbc59b676d2c298275f4d5ce5d614)), closes [#2552](https://github.com/bitnami/charts/issues/2552) +* [bitnami/postgresql] fixed a typo in values files (#2649) ([98fb584](https://github.com/bitnami/charts/commit/98fb5841594bb1cc081d2b86de97bf36fd445e12)), closes [#2649](https://github.com/bitnami/charts/issues/2649) [#2649](https://github.com/bitnami/charts/issues/2649) ## 8.10.0 (2020-05-21) -* [bitnami/postgresql] Support all metrics env vars (#2620) ([0351483](https://github.com/bitnami/charts/commit/0351483)), closes [#2620](https://github.com/bitnami/charts/issues/2620) +* [bitnami/postgresql] Support all metrics env vars (#2620) ([0351483](https://github.com/bitnami/charts/commit/035148374bc9ed4df64cad0d5536fba14082caa1)), closes [#2620](https://github.com/bitnami/charts/issues/2620) ## 8.9.9 (2020-05-21) -* [bitnami/postgresql] Release 8.9.9 updating components versions ([90a6422](https://github.com/bitnami/charts/commit/90a6422)) -* update bitnami/common to be compatible with helm v2.12+ (#2615) ([c7751eb](https://github.com/bitnami/charts/commit/c7751eb)), closes [#2615](https://github.com/bitnami/charts/issues/2615) +* [bitnami/postgresql] Release 8.9.9 updating components versions ([90a6422](https://github.com/bitnami/charts/commit/90a6422006aee423dd765a27b2640b082d4648af)) +* update bitnami/common to be compatible with helm v2.12+ (#2615) ([c7751eb](https://github.com/bitnami/charts/commit/c7751eb5764e468e1854b58a1b8491d2b13e0a4a)), closes [#2615](https://github.com/bitnami/charts/issues/2615) ## 8.9.8 (2020-05-18) -* [bitnami/postgresql] Release 8.9.8 updating components versions ([33517f8](https://github.com/bitnami/charts/commit/33517f8)) +* [bitnami/postgresql] Release 8.9.8 updating components versions ([33517f8](https://github.com/bitnami/charts/commit/33517f8cdd410b46a17d18810d79fdcfd7998ac7)) ## 8.9.7 (2020-05-14) -* [bitnami/postgresql] Release 8.9.7 updating components versions ([a78d819](https://github.com/bitnami/charts/commit/a78d819)) +* [bitnami/postgresql] Release 8.9.7 updating components versions ([a78d819](https://github.com/bitnami/charts/commit/a78d81910a07a95bfd217c835afc0cf6f8b45842)) ## 8.9.6 (2020-05-08) -* [bitnami/postgresql] Release 8.9.6 updating components versions ([5888685](https://github.com/bitnami/charts/commit/5888685)) +* [bitnami/postgresql] Release 8.9.6 updating components versions ([5888685](https://github.com/bitnami/charts/commit/588868581ccd4cfcbf988b15a37dc475625859ac)) ## 8.9.5 (2020-05-08) -* [bitnami/postgresql] Release 8.9.5 updating components versions ([3cfdf68](https://github.com/bitnami/charts/commit/3cfdf68)) +* [bitnami/postgresql] Release 8.9.5 updating components versions ([3cfdf68](https://github.com/bitnami/charts/commit/3cfdf688400451e6b5b7b4e26d2368f0630f8a18)) ## 8.9.4 (2020-05-01) -* [bitnami/postgresql] Release 8.9.4 updating components versions ([09ba156](https://github.com/bitnami/charts/commit/09ba156)) +* [bitnami/postgresql] Release 8.9.4 updating components versions ([09ba156](https://github.com/bitnami/charts/commit/09ba1564fed3df4f1d94518edcb58aab1f75c827)) ## 8.9.3 (2020-04-28) -* [bitnami/postgresql] Fix conf.d permissions with postgresqlextendedConf (#2383) ([d88de83](https://github.com/bitnami/charts/commit/d88de83)), closes [#2383](https://github.com/bitnami/charts/issues/2383) -* [bitnami/postgresql] Release 8.9.3 updating components versions ([21f231d](https://github.com/bitnami/charts/commit/21f231d)) -* Update README.md ([3fa18e5](https://github.com/bitnami/charts/commit/3fa18e5)) +* [bitnami/postgresql] Fix conf.d permissions with postgresqlextendedConf (#2383) ([d88de83](https://github.com/bitnami/charts/commit/d88de83e04f7dd3a1d1c99df54208439d9cc7913)), closes [#2383](https://github.com/bitnami/charts/issues/2383) +* [bitnami/postgresql] Release 8.9.3 updating components versions ([21f231d](https://github.com/bitnami/charts/commit/21f231dde5d27f6d4a5c554975a1da23c79e5dd6)) +* Update README.md ([3fa18e5](https://github.com/bitnami/charts/commit/3fa18e51e06028fe7e9d4d4298348993fb86a327)) ## 8.9.2 (2020-04-23) -* [bitnami/postgresql] Fix pod labels in master statefulservice (#2392) ([67e1008](https://github.com/bitnami/charts/commit/67e1008)), closes [#2392](https://github.com/bitnami/charts/issues/2392) +* [bitnami/postgresql] Fix pod labels in master statefulservice (#2392) ([67e1008](https://github.com/bitnami/charts/commit/67e100899cd2bbad2c43d8aeede3129f853b71d9)), closes [#2392](https://github.com/bitnami/charts/issues/2392) ## 8.9.1 (2020-04-22) -* [bitnami/postgresql] Release 8.9.1 updating components versions ([3bec415](https://github.com/bitnami/charts/commit/3bec415)) +* [bitnami/postgresql] Release 8.9.1 updating components versions ([3bec415](https://github.com/bitnami/charts/commit/3bec415f3b35b303e9dff4f0c634d164c2e55eb3)) ## 8.9.0 (2020-04-20) -* [bitnami/postgresql] Add option to add annotations to all generated resources (#2368) ([1765929](https://github.com/bitnami/charts/commit/1765929)), closes [#2368](https://github.com/bitnami/charts/issues/2368) +* [bitnami/postgresql] Add option to add annotations to all generated resources (#2368) ([1765929](https://github.com/bitnami/charts/commit/1765929fa8cf37819309ff975ebf0a8dfcf7824d)), closes [#2368](https://github.com/bitnami/charts/issues/2368) ## 8.8.0 (2020-04-17) -* [bitnami/postgresql] Add PSP, Role and RoleBinding to chart (#2313) ([c60c746](https://github.com/bitnami/charts/commit/c60c746)), closes [#2313](https://github.com/bitnami/charts/issues/2313) +* [bitnami/postgresql] Add PSP, Role and RoleBinding to chart (#2313) ([c60c746](https://github.com/bitnami/charts/commit/c60c74667980efe54672e4bbfd97bf5b081dde21)), closes [#2313](https://github.com/bitnami/charts/issues/2313) ## 8.7.4 (2020-04-15) -* [bitnami/postgresql] Release 8.7.4 updating components versions ([734e060](https://github.com/bitnami/charts/commit/734e060)) +* [bitnami/postgresql] Release 8.7.4 updating components versions ([734e060](https://github.com/bitnami/charts/commit/734e060a346febea516fd815624b7dd852963e23)) ## 8.7.3 (2020-04-09) -* [bitnami/postgresql] Avoid using 'deepCopy' since it's not supported in Helm old versions (#2275) ([d128498](https://github.com/bitnami/charts/commit/d128498)), closes [#2275](https://github.com/bitnami/charts/issues/2275) +* [bitnami/postgresql] Avoid using 'deepCopy' since it's not supported in Helm old versions (#2275) ([d128498](https://github.com/bitnami/charts/commit/d12849859960468f274290a3af10a57e6262754d)), closes [#2275](https://github.com/bitnami/charts/issues/2275) ## 8.7.2 (2020-04-07) -* [bitnami/postgresql] Fix svc-read.yaml error (#2241) ([25de34c](https://github.com/bitnami/charts/commit/25de34c)), closes [#2241](https://github.com/bitnami/charts/issues/2241) +* [bitnami/postgresql] Fix svc-read.yaml error (#2241) ([25de34c](https://github.com/bitnami/charts/commit/25de34c95a3ba0c88ead7af9f4609f0c3f8cfc10)), closes [#2241](https://github.com/bitnami/charts/issues/2241) ## 8.7.1 (2020-04-06) -* [bitnami/postgresql] Release 8.7.1 updating components versions ([102f747](https://github.com/bitnami/charts/commit/102f747)) +* [bitnami/postgresql] Release 8.7.1 updating components versions ([102f747](https://github.com/bitnami/charts/commit/102f747100ad8c789bd828937739738e5b9f355c)) ## 8.7.0 (2020-04-06) -* [bitnami/postgresql] fix replication with nodePort service type #2063 (#2192) ([fa546fc](https://github.com/bitnami/charts/commit/fa546fc)), closes [#2063](https://github.com/bitnami/charts/issues/2063) [#2192](https://github.com/bitnami/charts/issues/2192) +* [bitnami/postgresql] fix replication with nodePort service type #2063 (#2192) ([fa546fc](https://github.com/bitnami/charts/commit/fa546fc21cde9a349b3729935265f59229af32e6)), closes [#2063](https://github.com/bitnami/charts/issues/2063) [#2192](https://github.com/bitnami/charts/issues/2192) ## 8.6.13 (2020-04-03) -* [bitnami/postgresql] Tpl usage in existing secret (#2211) ([27bf542](https://github.com/bitnami/charts/commit/27bf542)), closes [#2211](https://github.com/bitnami/charts/issues/2211) +* [bitnami/postgresql] Tpl usage in existing secret (#2211) ([27bf542](https://github.com/bitnami/charts/commit/27bf542764c9186195c117aa21d297f2d9bd85e7)), closes [#2211](https://github.com/bitnami/charts/issues/2211) ## 8.6.12 (2020-03-31) -* [bitnami/postgresql] Release 8.6.12 updating components versions ([1d9296f](https://github.com/bitnami/charts/commit/1d9296f)) +* [bitnami/postgresql] Release 8.6.12 updating components versions ([1d9296f](https://github.com/bitnami/charts/commit/1d9296fe56cbccea315e4f39b529bfb7d2250ded)) ## 8.6.11 (2020-03-30) -* [bitnami/postgresql] Fix conf permissions with postgresql.extendedConf (#2141) ([8fce43b](https://github.com/bitnami/charts/commit/8fce43b)), closes [#2141](https://github.com/bitnami/charts/issues/2141) +* [bitnami/postgresql] Fix conf permissions with postgresql.extendedConf (#2141) ([8fce43b](https://github.com/bitnami/charts/commit/8fce43be843d06ffe1bd79471aa3a93c7ac6f0be)), closes [#2141](https://github.com/bitnami/charts/issues/2141) ## 8.6.10 (2020-03-26) -* [bitnami/postgresql] Release 8.6.10 updating components versions ([3306f53](https://github.com/bitnami/charts/commit/3306f53)) +* [bitnami/postgresql] Release 8.6.10 updating components versions ([3306f53](https://github.com/bitnami/charts/commit/3306f535514a7476087a891b632c7047275f75cc)) ## 8.6.9 (2020-03-23) -* [bitnami/postgresql] Fix loadBalancerSourceRanges in svc-read (#2117) ([429df27](https://github.com/bitnami/charts/commit/429df27)), closes [#2117](https://github.com/bitnami/charts/issues/2117) +* [bitnami/postgresql] Fix loadBalancerSourceRanges in svc-read (#2117) ([429df27](https://github.com/bitnami/charts/commit/429df27997fe2916f90463cbaa97484a7f5d7968)), closes [#2117](https://github.com/bitnami/charts/issues/2117) ## 8.6.8 (2020-03-20) -* [bitnami/postgresql] Release 8.6.8 updating components versions ([590c6b0](https://github.com/bitnami/charts/commit/590c6b0)) +* [bitnami/postgresql] Release 8.6.8 updating components versions ([590c6b0](https://github.com/bitnami/charts/commit/590c6b0f4e07161614453b12efe71f22e0c00a46)) ## 8.6.7 (2020-03-20) -* [bitnami/postgresql] Update README.md + yamllint (#2097) ([0587893](https://github.com/bitnami/charts/commit/0587893)), closes [#2097](https://github.com/bitnami/charts/issues/2097) +* [bitnami/postgresql] Update README.md + yamllint (#2097) ([0587893](https://github.com/bitnami/charts/commit/0587893a5b71805158f340b0134c2540ff90a4b6)), closes [#2097](https://github.com/bitnami/charts/issues/2097) ## 8.6.6 (2020-03-20) -* [bitnami/postgresql]fix credetials for initdbScripts (#2083) ([dc4a34b](https://github.com/bitnami/charts/commit/dc4a34b)), closes [#2083](https://github.com/bitnami/charts/issues/2083) +* [bitnami/postgresql]fix credetials for initdbScripts (#2083) ([dc4a34b](https://github.com/bitnami/charts/commit/dc4a34bae5a3e04082799591b510e8cf635329b1)), closes [#2083](https://github.com/bitnami/charts/issues/2083) ## 8.6.5 (2020-03-18) -* [bitnami/postgresql] Evaluate extraEnvVarsCM as a template (#2059) ([730ef6c](https://github.com/bitnami/charts/commit/730ef6c)), closes [#2059](https://github.com/bitnami/charts/issues/2059) +* [bitnami/postgresql] Evaluate extraEnvVarsCM as a template (#2059) ([730ef6c](https://github.com/bitnami/charts/commit/730ef6c3099c13cb88d3a1b2b66161a62cb02715)), closes [#2059](https://github.com/bitnami/charts/issues/2059) ## 8.6.4 (2020-03-11) -* [bitnami/postgresql] Release 8.6.4 updating components versions ([a4df45b](https://github.com/bitnami/charts/commit/a4df45b)) +* [bitnami/postgresql] Release 8.6.4 updating components versions ([a4df45b](https://github.com/bitnami/charts/commit/a4df45b81a9d0a7862f043765bc13bc875bdad96)) ## 8.6.3 (2020-03-11) -* Move charts from upstreamed folder to bitnami (#2032) ([a0e44f7](https://github.com/bitnami/charts/commit/a0e44f7)), closes [#2032](https://github.com/bitnami/charts/issues/2032) -* Remove PostgreSQL chart from Bitnami ([5e80f54](https://github.com/bitnami/charts/commit/5e80f54)) +* Move charts from upstreamed folder to bitnami (#2032) ([a0e44f7](https://github.com/bitnami/charts/commit/a0e44f7d6a10b8b5643186130ea420887cb72c7c)), closes [#2032](https://github.com/bitnami/charts/issues/2032) +* Remove PostgreSQL chart from Bitnami ([5e80f54](https://github.com/bitnami/charts/commit/5e80f54d4e0dc48d2e88e4d0edfc7a6e63af5fbb)) ## 3.1.1 (2018-10-17) -* Apply some suggestions ([24706a6](https://github.com/bitnami/charts/commit/24706a6)) -* Bump versions ([0cfd3f4](https://github.com/bitnami/charts/commit/0cfd3f4)) -* Change logic to determine registry ([9ead294](https://github.com/bitnami/charts/commit/9ead294)) -* Check if global is set ([dec26e5](https://github.com/bitnami/charts/commit/dec26e5)) -* Fix typo ([93170ac](https://github.com/bitnami/charts/commit/93170ac)) -* Remove distro tags in charts ([427ac51](https://github.com/bitnami/charts/commit/427ac51)) -* Reword and update kafka dependencies ([be6cbed](https://github.com/bitnami/charts/commit/be6cbed)) +* Apply some suggestions ([24706a6](https://github.com/bitnami/charts/commit/24706a6163b75700c705f3021bb37790f95423c9)) +* Bump versions ([0cfd3f4](https://github.com/bitnami/charts/commit/0cfd3f421533a532c90438afa287bf46aa10413e)) +* Change logic to determine registry ([9ead294](https://github.com/bitnami/charts/commit/9ead294d5705f2646e8d3b70e14129d23c07bf8a)) +* Check if global is set ([dec26e5](https://github.com/bitnami/charts/commit/dec26e5d0b982905dde2a55fdf2285a7781a64cc)) +* Fix typo ([93170ac](https://github.com/bitnami/charts/commit/93170acc16e842e55aff7b7d944f7fbe025eee91)) +* Remove distro tags in charts ([427ac51](https://github.com/bitnami/charts/commit/427ac51cdf4de70f786563e1971a5d491d32ad54)) +* Reword and update kafka dependencies ([be6cbed](https://github.com/bitnami/charts/commit/be6cbedd27cea4c5c0e30ce70c9790c27ca1a0ec)) ## 3.1.0 (2018-10-11) -* Add global registry option to Bitnami charts ([395ba08](https://github.com/bitnami/charts/commit/395ba08)) -* Bump chart version ([4010d13](https://github.com/bitnami/charts/commit/4010d13)) -* Change name truncation to 63 instead of 24 ([e42a923](https://github.com/bitnami/charts/commit/e42a923)) +* Add global registry option to Bitnami charts ([395ba08](https://github.com/bitnami/charts/commit/395ba08e2bc14ef28a0cae1fada97ed6cf2e777d)) +* Bump chart version ([4010d13](https://github.com/bitnami/charts/commit/4010d13f5fb69c191e34fbfcbe3a6f57e3486236)) +* Change name truncation to 63 instead of 24 ([e42a923](https://github.com/bitnami/charts/commit/e42a9233eb18139d09d9f5fb0a010a10a29c4a1b)) ## 3.0.2 (2018-10-05) -* Add ) ([728466a](https://github.com/bitnami/charts/commit/728466a)) -* Add kubeapps text to charts READMEs ([2f6dc51](https://github.com/bitnami/charts/commit/2f6dc51)) -* Fix go template inside go template ([a140313](https://github.com/bitnami/charts/commit/a140313)) +* Add ) ([728466a](https://github.com/bitnami/charts/commit/728466ac178560c67f2ede913140f50dc5136fd3)) +* Add kubeapps text to charts READMEs ([2f6dc51](https://github.com/bitnami/charts/commit/2f6dc51ce6307d57bd8c20e929da23dd2adf22d5)) +* Fix go template inside go template ([a140313](https://github.com/bitnami/charts/commit/a140313f4910d1366170415f0300729c22eda073)) ## 3.0.1 (2018-09-27) -* Improve getting LoadBalancer address in Bitnami charts NOTES.txt ([a641728](https://github.com/bitnami/charts/commit/a641728)) +* Improve getting LoadBalancer address in Bitnami charts NOTES.txt ([a641728](https://github.com/bitnami/charts/commit/a64172812af8b11fac23be2fe7a66b1edb14c71f)) ## 3.0.0 (2018-09-21) -* [bitnami/postgresql] Fix chart not being upgradable ([65a1e5e](https://github.com/bitnami/charts/commit/65a1e5e)) +* [bitnami/postgresql] Fix chart not being upgradable ([65a1e5e](https://github.com/bitnami/charts/commit/65a1e5eaa7040c37ff4ad5dff28a3bb4ca216ff9)) ## 2.1.3 (2018-08-13) -* postgresql: bump chart appVersion to `10.5.0` ([7d98698](https://github.com/bitnami/charts/commit/7d98698)) -* postgresql: bump chart version to `2.1.3` ([3192d7c](https://github.com/bitnami/charts/commit/3192d7c)) -* postgresql: update to `10.5.0-debian-9` ([422a538](https://github.com/bitnami/charts/commit/422a538)) +* postgresql: bump chart appVersion to `10.5.0` ([7d98698](https://github.com/bitnami/charts/commit/7d986988626d57d5f91b9c4cb983a2cedf7b1071)) +* postgresql: bump chart version to `2.1.3` ([3192d7c](https://github.com/bitnami/charts/commit/3192d7c54e6b1f689d3f5bcfa61cb2428812f955)) +* postgresql: update to `10.5.0-debian-9` ([422a538](https://github.com/bitnami/charts/commit/422a53866afbeaf6f23eaca6dab1a5df8518e0dd)) ## 2.1.2 (2018-08-06) -* Improve notes to access deployed services ([0071eb5](https://github.com/bitnami/charts/commit/0071eb5)) +* Improve notes to access deployed services ([0071eb5](https://github.com/bitnami/charts/commit/0071eb5545f7774eeab9ea335c660df644ad3e4c)) ## 2.1.1 (2018-07-30) -* Add missing release and charts labels in pods ([dfd13a2](https://github.com/bitnami/charts/commit/dfd13a2)) +* Add missing release and charts labels in pods ([dfd13a2](https://github.com/bitnami/charts/commit/dfd13a2b76b83f558d9dbb1d942c66ecaa93c221)) ## 2.1.0 (2018-07-27) -* Allow using custom scripts to initialize PostgreSQL ([b92ea0d](https://github.com/bitnami/charts/commit/b92ea0d)) +* Allow using custom scripts to initialize PostgreSQL ([b92ea0d](https://github.com/bitnami/charts/commit/b92ea0d2c9075c79184d7658de12bc4ead0d96fc)) ## 2.0.1 (2018-07-26) -* Add documentation for custom postgresql.conf files ([58800b3](https://github.com/bitnami/charts/commit/58800b3)) -* Update chart version. Use the main tag for the image ([2b0272b](https://github.com/bitnami/charts/commit/2b0272b)) +* Add documentation for custom postgresql.conf files ([58800b3](https://github.com/bitnami/charts/commit/58800b381eab45136afbc945c24fe38b2a7b1cca)) +* Update chart version. Use the main tag for the image ([2b0272b](https://github.com/bitnami/charts/commit/2b0272b9bbd519fc9764b9000b74d0c337b6f3d6)) ## 2.0.0 (2018-07-25) -* [Postgresql] add non-root support ([130f090](https://github.com/bitnami/charts/commit/130f090)) +* [Postgresql] add non-root support ([130f090](https://github.com/bitnami/charts/commit/130f0904b9bca9766de65a9b8ebffa18a03a14f2)) ## 1.0.5 (2018-07-23) -* Use env var instead of showing the password for the cli ([0125d8b](https://github.com/bitnami/charts/commit/0125d8b)) +* Use env var instead of showing the password for the cli ([0125d8b](https://github.com/bitnami/charts/commit/0125d8b36749147835dfcf0686e6ec690540364e)) ## 1.0.4 (2018-07-23) -* Fix svc type for values-production.yaml ([24cd97d](https://github.com/bitnami/charts/commit/24cd97d)) -* Fix svc type for values-production.yaml ([29abeb2](https://github.com/bitnami/charts/commit/29abeb2)) +* Fix svc type for values-production.yaml ([24cd97d](https://github.com/bitnami/charts/commit/24cd97d1949348a6f32599135ccea26762989a37)) +* Fix svc type for values-production.yaml ([29abeb2](https://github.com/bitnami/charts/commit/29abeb22b95d0f81bfc906fea90fa02d4e516e70)) ## 1.0.3 (2018-07-06) -* postgresql: bump chart appVersion to `10.4.0-debian-9` ([4a13616](https://github.com/bitnami/charts/commit/4a13616)) -* postgresql: bump chart version to `1.0.3` ([a3b1015](https://github.com/bitnami/charts/commit/a3b1015)) -* postgresql: update to `10.4.0-debian-9` ([80b8bf4](https://github.com/bitnami/charts/commit/80b8bf4)) +* postgresql: bump chart appVersion to `10.4.0-debian-9` ([4a13616](https://github.com/bitnami/charts/commit/4a136162d73841cfbcfa4405dc9223100d4eaa0d)) +* postgresql: bump chart version to `1.0.3` ([a3b1015](https://github.com/bitnami/charts/commit/a3b1015a483f2074382dc862fe6604d4b22b3408)) +* postgresql: update to `10.4.0-debian-9` ([80b8bf4](https://github.com/bitnami/charts/commit/80b8bf4f6067856dbae4632041d0b0422293dd8b)) ## 1.0.2 (2018-06-07) -* Fix capitalization of clusterIP parameter ([2d0656f](https://github.com/bitnami/charts/commit/2d0656f)) -* Fix consul, mysql and postgre helm chart testing issue using tag ([6f37eb7](https://github.com/bitnami/charts/commit/6f37eb7)) +* Fix capitalization of clusterIP parameter ([2d0656f](https://github.com/bitnami/charts/commit/2d0656f6ab19a4819fea68bae1a2710ee96e1807)) +* Fix consul, mysql and postgre helm chart testing issue using tag ([6f37eb7](https://github.com/bitnami/charts/commit/6f37eb71b1b7168517f0bb9d64252bd57548a4fc)) ## 1.0.1 (2018-06-04) -* Apply Juan comments ([7425941](https://github.com/bitnami/charts/commit/7425941)) -* Delete unnecessaty file ([fbafc63](https://github.com/bitnami/charts/commit/fbafc63)) -* Fix ES helm chart testing issue using tag ([657025b](https://github.com/bitnami/charts/commit/657025b)) +* Apply Juan comments ([7425941](https://github.com/bitnami/charts/commit/74259415261cd15cf6e2bde6d5ef7eb6e0d4d43b)) +* Delete unnecessaty file ([fbafc63](https://github.com/bitnami/charts/commit/fbafc631e35851b5cbad2d050df361a0790fb764)) +* Fix ES helm chart testing issue using tag ([657025b](https://github.com/bitnami/charts/commit/657025be216d5cccf4b46e225bcc0a45e9f0e9e1)) ## 1.0.0 (2018-05-29) -* Support replication for PostgreSQL chart ([7527ab5](https://github.com/bitnami/charts/commit/7527ab5)) +* Support replication for PostgreSQL chart ([7527ab5](https://github.com/bitnami/charts/commit/7527ab5b4c1c2af5ac219c4fb4a5c7dbf61dd63f)) ## 0.4.25 (2018-05-15) -* postgresql: bump chart appVersion to `10.4.0` ([70178ef](https://github.com/bitnami/charts/commit/70178ef)) -* postgresql: bump chart version to `0.4.25` ([7f48795](https://github.com/bitnami/charts/commit/7f48795)) -* postgresql: update to `10.4.0` ([590549a](https://github.com/bitnami/charts/commit/590549a)) +* postgresql: bump chart appVersion to `10.4.0` ([70178ef](https://github.com/bitnami/charts/commit/70178efd2ca8becdb3b05371eccada273690a0bb)) +* postgresql: bump chart version to `0.4.25` ([7f48795](https://github.com/bitnami/charts/commit/7f48795b1d96a24f4a1e8617b9bae841b3b0d177)) +* postgresql: update to `10.4.0` ([590549a](https://github.com/bitnami/charts/commit/590549a15f8e676fc348313f4a11308029e6ab43)) ## 0.4.24 (2018-04-13) -* Documentation fixes ([fdbcc57](https://github.com/bitnami/charts/commit/fdbcc57)) +* Documentation fixes ([fdbcc57](https://github.com/bitnami/charts/commit/fdbcc57a95af97bfa63c873432f7dc070c37f8c3)) ## 0.4.23 (2018-04-13) -* Rename charts folders ([5413120](https://github.com/bitnami/charts/commit/5413120)) +* Rename charts folders ([5413120](https://github.com/bitnami/charts/commit/5413120bb281c0c531ed2cf431cb316dc356e977)) diff --git a/bitnami/postgresql/Chart.yaml b/bitnami/postgresql/Chart.yaml index 3e697eeff4b927..0026dc4e2cd7b2 100644 --- a/bitnami/postgresql/Chart.yaml +++ b/bitnami/postgresql/Chart.yaml @@ -10,7 +10,7 @@ annotations: - name: postgres-exporter image: docker.io/bitnami/postgres-exporter:0.15.0-debian-12-r31 - name: postgresql - image: docker.io/bitnami/postgresql:16.3.0-debian-12-r8 + image: docker.io/bitnami/postgresql:16.3.0-debian-12-r9 apiVersion: v2 appVersion: 16.3.0 dependencies: @@ -35,4 +35,4 @@ maintainers: name: postgresql sources: - https://github.com/bitnami/charts/tree/main/bitnami/postgresql -version: 15.4.0 +version: 15.4.1 diff --git a/bitnami/postgresql/values.yaml b/bitnami/postgresql/values.yaml index 38ab1b2d55fb3e..16fb848c5e5d4f 100644 --- a/bitnami/postgresql/values.yaml +++ b/bitnami/postgresql/values.yaml @@ -105,7 +105,7 @@ diagnosticMode: image: registry: docker.io repository: bitnami/postgresql - tag: 16.3.0-debian-12-r8 + tag: 16.3.0-debian-12-r9 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' From 43a38d47397e7af81002f0adda65ea266c7369a9 Mon Sep 17 00:00:00 2001 From: Andrew Melnick Date: Mon, 27 May 2024 01:48:14 -0600 Subject: [PATCH 021/110] [bitnami/oauth2-proxy] Add field externalRedis.databaseIndex (#26439) * [oauth2-proxy] Add field externalRedis.databaseIndex Signed-off-by: Andrew Melnick * Update CHANGELOG.md Signed-off-by: Bitnami Containers * Update CHANGELOG.md Signed-off-by: Bitnami Containers --------- Signed-off-by: Andrew Melnick Signed-off-by: Bitnami Containers Co-authored-by: Bitnami Containers --- bitnami/oauth2-proxy/CHANGELOG.md | 8 ++++++-- bitnami/oauth2-proxy/Chart.yaml | 2 +- bitnami/oauth2-proxy/README.md | 1 + bitnami/oauth2-proxy/templates/_helpers.tpl | 3 ++- bitnami/oauth2-proxy/values.yaml | 3 +++ 5 files changed, 13 insertions(+), 4 deletions(-) diff --git a/bitnami/oauth2-proxy/CHANGELOG.md b/bitnami/oauth2-proxy/CHANGELOG.md index 42da85a2db2b20..95cb79b7b4d1a7 100644 --- a/bitnami/oauth2-proxy/CHANGELOG.md +++ b/bitnami/oauth2-proxy/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog -## 5.2.0 (2024-05-23) +## 5.3.0 (2024-05-27) -* [bitnami/oauth2-proxy] Enable PodDisruptionBudgets ([#26161](https://github.com/bitnami/charts/pull/26161)) +* [bitnami/oauth2-proxy] Add field externalRedis.databaseIndex ([#26439](https://github.com/bitnami/charts/pull/26439)) + +## 5.2.0 (2024-05-24) + +* [bitnami/oauth2-proxy] Enable PodDisruptionBudgets (#26161) ([cec7b38](https://github.com/bitnami/charts/commit/cec7b38a2124bf708cf55852cd705fdc800091dc)), closes [#26161](https://github.com/bitnami/charts/issues/26161) ## 5.1.1 (2024-05-21) diff --git a/bitnami/oauth2-proxy/Chart.yaml b/bitnami/oauth2-proxy/Chart.yaml index 9780ca98b32fc0..91863da816600b 100644 --- a/bitnami/oauth2-proxy/Chart.yaml +++ b/bitnami/oauth2-proxy/Chart.yaml @@ -35,4 +35,4 @@ maintainers: name: oauth2-proxy sources: - https://github.com/bitnami/charts/tree/main/bitnami/oauth2-proxy -version: 5.2.0 +version: 5.3.0 diff --git a/bitnami/oauth2-proxy/README.md b/bitnami/oauth2-proxy/README.md index 91030d8e9356f9..f9a8ce8a70a038 100644 --- a/bitnami/oauth2-proxy/README.md +++ b/bitnami/oauth2-proxy/README.md @@ -320,6 +320,7 @@ The [Bitnami OAuth2 Proxy](https://github.com/bitnami/containers/tree/main/bitna | `externalRedis.host` | External Redis® server host | `""` | | `externalRedis.password` | External Redis® user password | `""` | | `externalRedis.port` | External Redis® server port | `6379` | +| `externalRedis.databaseIndex` | External Redis® database index | `0` | | `externalRedis.existingSecret` | The name of an existing secret with Redis® credentials | `""` | | `externalRedis.existingSecretPasswordKey` | Key inside the existing secret with Redis® credentials | `""` | diff --git a/bitnami/oauth2-proxy/templates/_helpers.tpl b/bitnami/oauth2-proxy/templates/_helpers.tpl index ae0ad4094ebf3c..16dfac50bc7da4 100644 --- a/bitnami/oauth2-proxy/templates/_helpers.tpl +++ b/bitnami/oauth2-proxy/templates/_helpers.tpl @@ -83,7 +83,8 @@ Create the name of the service account to use {{- end -}} {{- else if .Values.externalRedis.host -}} {{- $port := printf "%v" .Values.externalRedis.port -}} -{{- printf "redis://%s:%s" .Values.externalRedis.host $port -}} +{{- $databaseIndex := printf "%v" .Values.externalRedis.databaseIndex -}} +{{- printf "redis://%s:%s/%s" .Values.externalRedis.host $port $databaseIndex -}} {{- end -}} {{- end -}} diff --git a/bitnami/oauth2-proxy/values.yaml b/bitnami/oauth2-proxy/values.yaml index c4642895343a92..c08b98f99cb89d 100644 --- a/bitnami/oauth2-proxy/values.yaml +++ b/bitnami/oauth2-proxy/values.yaml @@ -724,6 +724,9 @@ externalRedis: ## @param externalRedis.port External Redis® server port ## port: 6379 + ## @param externalRedis.databaseIndex External Redis® database index + ## + databaseIndex: 0 ## @param externalRedis.existingSecret The name of an existing secret with Redis® credentials ## NOTE: Must contain key `redis-password` ## NOTE: When it's set, the `externalRedis.password` parameter is ignored From ab85628bdf5104a06ce7b1949c7d3eade6030078 Mon Sep 17 00:00:00 2001 From: Fran Mulero Date: Mon, 27 May 2024 10:26:44 +0200 Subject: [PATCH 022/110] [bitnami/mysql] PDB review (#26157) * [bitnami/mysql] PDB review Signed-off-by: Fran Mulero * Update CHANGELOG.md Signed-off-by: Bitnami Containers * Update CHANGELOG.md Signed-off-by: Bitnami Containers * Set maxUnavailable on PodDisruptionBudgent when pdb.minAvailable and pdb.maxUnavailable are empty Signed-off-by: Fran Mulero * Update CHANGELOG.md Signed-off-by: Bitnami Containers * Update README.md with readme-generator-for-helm Signed-off-by: Bitnami Containers * Update CHANGELOG.md Signed-off-by: Bitnami Containers --------- Signed-off-by: Fran Mulero Signed-off-by: Bitnami Containers Co-authored-by: Bitnami Containers --- bitnami/mysql/CHANGELOG.md | 6 +++++- bitnami/mysql/Chart.yaml | 2 +- bitnami/mysql/README.md | 12 ++++++------ bitnami/mysql/templates/primary/pdb.yaml | 4 ++-- bitnami/mysql/templates/secondary/pdb.yaml | 4 ++-- bitnami/mysql/values.yaml | 12 ++++++------ 6 files changed, 22 insertions(+), 18 deletions(-) diff --git a/bitnami/mysql/CHANGELOG.md b/bitnami/mysql/CHANGELOG.md index 8dfbb49b2f9521..41a72dad91d8c4 100644 --- a/bitnami/mysql/CHANGELOG.md +++ b/bitnami/mysql/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog +## 11.1.0 (2024-05-24) + +* [bitnami/mysql] PDB review ([#26157](https://github.com/bitnami/charts/pull/26157)) + ## 11.0.0 (2024-05-23) -* [bitnami/mysql] Release 11.0.0 ([#26352](https://github.com/bitnami/charts/pull/26352)) +* [bitnami/mysql] Release 11.0.0 (#26352) ([9ce1964](https://github.com/bitnami/charts/commit/9ce196487374490323241e78a134f0757c97f546)), closes [#26352](https://github.com/bitnami/charts/issues/26352) ## 10.3.0 (2024-05-21) diff --git a/bitnami/mysql/Chart.yaml b/bitnami/mysql/Chart.yaml index fe07babb76dfc0..cac7275a77f8a1 100644 --- a/bitnami/mysql/Chart.yaml +++ b/bitnami/mysql/Chart.yaml @@ -34,4 +34,4 @@ maintainers: name: mysql sources: - https://github.com/bitnami/charts/tree/main/bitnami/mysql -version: 11.0.0 +version: 11.1.0 diff --git a/bitnami/mysql/README.md b/bitnami/mysql/README.md index 2bd843572fa7d0..18e986f0ea5a49 100644 --- a/bitnami/mysql/README.md +++ b/bitnami/mysql/README.md @@ -295,9 +295,9 @@ If you encounter errors when working with persistent volumes, refer to our [trou | `primary.service.sessionAffinity` | Session Affinity for Kubernetes service, can be "None" or "ClientIP" | `None` | | `primary.service.sessionAffinityConfig` | Additional settings for the sessionAffinity | `{}` | | `primary.service.headless.annotations` | Additional custom annotations for headless MySQL primary service. | `{}` | -| `primary.pdb.create` | Enable/disable a Pod Disruption Budget creation for MySQL primary pods | `false` | -| `primary.pdb.minAvailable` | Minimum number/percentage of MySQL primary pods that should remain scheduled | `1` | -| `primary.pdb.maxUnavailable` | Maximum number/percentage of MySQL primary pods that may be made unavailable | `""` | +| `primary.pdb.create` | Enable/disable a Pod Disruption Budget creation for MySQL primary pods | `true` | +| `primary.pdb.minAvailable` | Minimum number/percentage of MySQL primary pods that should remain scheduled | `""` | +| `primary.pdb.maxUnavailable` | Maximum number/percentage of MySQL primary pods that may be made unavailable. Defaults to `1` if both `primary.pdb.minAvailable` and `primary.pdb.maxUnavailable` are empty. | `""` | | `primary.podLabels` | MySQL Primary pod label. If labels are same as commonLabels , this will take precedence | `{}` | ### MySQL Secondary parameters @@ -404,9 +404,9 @@ If you encounter errors when working with persistent volumes, refer to our [trou | `secondary.service.sessionAffinity` | Session Affinity for Kubernetes service, can be "None" or "ClientIP" | `None` | | `secondary.service.sessionAffinityConfig` | Additional settings for the sessionAffinity | `{}` | | `secondary.service.headless.annotations` | Additional custom annotations for headless MySQL secondary service. | `{}` | -| `secondary.pdb.create` | Enable/disable a Pod Disruption Budget creation for MySQL secondary pods | `false` | -| `secondary.pdb.minAvailable` | Minimum number/percentage of MySQL secondary pods that should remain scheduled | `1` | -| `secondary.pdb.maxUnavailable` | Maximum number/percentage of MySQL secondary pods that may be made unavailable | `""` | +| `secondary.pdb.create` | Enable/disable a Pod Disruption Budget creation for MySQL secondary pods | `true` | +| `secondary.pdb.minAvailable` | Minimum number/percentage of MySQL secondary pods that should remain scheduled | `""` | +| `secondary.pdb.maxUnavailable` | Maximum number/percentage of MySQL secondary pods that may be made unavailable. Defaults to `1` if both `secondary.pdb.minAvailable` and `secondary.pdb.maxUnavailable` are empty. | `""` | | `secondary.podLabels` | Additional pod labels for MySQL secondary pods | `{}` | ### RBAC parameters diff --git a/bitnami/mysql/templates/primary/pdb.yaml b/bitnami/mysql/templates/primary/pdb.yaml index eff669311dd203..b87bbab59ddb1b 100644 --- a/bitnami/mysql/templates/primary/pdb.yaml +++ b/bitnami/mysql/templates/primary/pdb.yaml @@ -18,8 +18,8 @@ spec: {{- if .Values.primary.pdb.minAvailable }} minAvailable: {{ .Values.primary.pdb.minAvailable }} {{- end }} - {{- if .Values.primary.pdb.maxUnavailable }} - maxUnavailable: {{ .Values.primary.pdb.maxUnavailable }} + {{- if or .Values.primary.pdb.maxUnavailable (not .Values.primary.pdb.minAvailable) }} + maxUnavailable: {{ .Values.primary.pdb.maxUnavailable | default 1 }} {{- end }} {{- $podLabels := include "common.tplvalues.merge" ( dict "values" ( list .Values.primary.podLabels .Values.commonLabels ) "context" . ) }} selector: diff --git a/bitnami/mysql/templates/secondary/pdb.yaml b/bitnami/mysql/templates/secondary/pdb.yaml index f2c375b296af5b..c766a94756f40a 100644 --- a/bitnami/mysql/templates/secondary/pdb.yaml +++ b/bitnami/mysql/templates/secondary/pdb.yaml @@ -18,8 +18,8 @@ spec: {{- if .Values.secondary.pdb.minAvailable }} minAvailable: {{ .Values.secondary.pdb.minAvailable }} {{- end }} - {{- if .Values.secondary.pdb.maxUnavailable }} - maxUnavailable: {{ .Values.secondary.pdb.maxUnavailable }} + {{- if or .Values.secondary.pdb.maxUnavailable (not .Values.secondary.pdb.minAvailable) }} + maxUnavailable: {{ .Values.secondary.pdb.maxUnavailable | default 1 }} {{- end }} {{- $podLabels := include "common.tplvalues.merge" ( dict "values" ( list .Values.secondary.podLabels .Values.commonLabels ) "context" . ) }} selector: diff --git a/bitnami/mysql/values.yaml b/bitnami/mysql/values.yaml index 0400472d8870d5..7b67a498ba2e00 100644 --- a/bitnami/mysql/values.yaml +++ b/bitnami/mysql/values.yaml @@ -598,11 +598,11 @@ primary: pdb: ## @param primary.pdb.create Enable/disable a Pod Disruption Budget creation for MySQL primary pods ## - create: false + create: true ## @param primary.pdb.minAvailable Minimum number/percentage of MySQL primary pods that should remain scheduled ## - minAvailable: 1 - ## @param primary.pdb.maxUnavailable Maximum number/percentage of MySQL primary pods that may be made unavailable + minAvailable: "" + ## @param primary.pdb.maxUnavailable Maximum number/percentage of MySQL primary pods that may be made unavailable. Defaults to `1` if both `primary.pdb.minAvailable` and `primary.pdb.maxUnavailable` are empty. ## maxUnavailable: "" ## @param primary.podLabels MySQL Primary pod label. If labels are same as commonLabels , this will take precedence @@ -1027,11 +1027,11 @@ secondary: pdb: ## @param secondary.pdb.create Enable/disable a Pod Disruption Budget creation for MySQL secondary pods ## - create: false + create: true ## @param secondary.pdb.minAvailable Minimum number/percentage of MySQL secondary pods that should remain scheduled ## - minAvailable: 1 - ## @param secondary.pdb.maxUnavailable Maximum number/percentage of MySQL secondary pods that may be made unavailable + minAvailable: "" + ## @param secondary.pdb.maxUnavailable Maximum number/percentage of MySQL secondary pods that may be made unavailable. Defaults to `1` if both `secondary.pdb.minAvailable` and `secondary.pdb.maxUnavailable` are empty. ## maxUnavailable: "" ## @param secondary.podLabels Additional pod labels for MySQL secondary pods From 5ff9f5ad2469d074b7158f3d5fd1e8f5edb6e34b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20R=C3=ADos=20Saavedra?= Date: Mon, 27 May 2024 10:27:47 +0200 Subject: [PATCH 023/110] [bitnami/ghost] Update dependencies (#26448) * [bitnami/ghost] Update dependencies Signed-off-by: Rafael Rios Saavedra * Update CHANGELOG.md Signed-off-by: Bitnami Containers * Adds Chart.lock Signed-off-by: Rafael Rios Saavedra --------- Signed-off-by: Rafael Rios Saavedra Signed-off-by: Bitnami Containers Co-authored-by: Bitnami Containers --- bitnami/ghost/CHANGELOG.md | 1093 ++++++++++++++++++------------------ bitnami/ghost/Chart.lock | 6 +- bitnami/ghost/Chart.yaml | 4 +- bitnami/ghost/README.md | 6 +- 4 files changed, 559 insertions(+), 550 deletions(-) diff --git a/bitnami/ghost/CHANGELOG.md b/bitnami/ghost/CHANGELOG.md index c5178053a03ca3..9bf8b50576b692 100644 --- a/bitnami/ghost/CHANGELOG.md +++ b/bitnami/ghost/CHANGELOG.md @@ -1,1928 +1,1933 @@ # Changelog +## 21.0.0 (2024-05-27) + +* [bitnami/ghost] Update dependencies ([#26448](https://github.com/bitnami/charts/pull/26448)) + ## 20.1.0 (2024-05-21) -* [bitnami/ghost] feat: :sparkles: :lock: Add warning when original images are replaced ([#26207](https://github.com/bitnami/charts/pulls/26207)) +* [bitnami/*] ci: :construction_worker: Add tag and changelog support (#25359) ([91c707c](https://github.com/bitnami/charts/commit/91c707c9e4e574725a09505d2d313fb93f1b4c0a)), closes [#25359](https://github.com/bitnami/charts/issues/25359) +* [bitnami/ghost] feat: :sparkles: :lock: Add warning when original images are replaced (#26207) ([f0e2af8](https://github.com/bitnami/charts/commit/f0e2af871994d1d91e9d5ff661c33eeb846c869d)), closes [#26207](https://github.com/bitnami/charts/issues/26207) ## 20.0.15 (2024-05-20) -* [bitnami/ghost] Release 20.0.15 updating components versions (#26106) ([bf03e1d](https://github.com/bitnami/charts/commit/bf03e1d)), closes [#26106](https://github.com/bitnami/charts/issues/26106) +* [bitnami/ghost] Release 20.0.15 updating components versions (#26106) ([bf03e1d](https://github.com/bitnami/charts/commit/bf03e1d210f3a2a2a13586014a5afd6756cc4b0a)), closes [#26106](https://github.com/bitnami/charts/issues/26106) ## 20.0.14 (2024-05-18) -* [bitnami/ghost] Release 20.0.14 updating components versions (#26094) ([53b0cfd](https://github.com/bitnami/charts/commit/53b0cfd)), closes [#26094](https://github.com/bitnami/charts/issues/26094) +* [bitnami/ghost] Release 20.0.14 updating components versions (#26094) ([53b0cfd](https://github.com/bitnami/charts/commit/53b0cfddc9cb60175e700e346f5cf82796752985)), closes [#26094](https://github.com/bitnami/charts/issues/26094) ## 20.0.13 (2024-05-16) -* [bitnami/ghost] Use different liveness/readiness probes (#25918) ([73c3630](https://github.com/bitnami/charts/commit/73c3630)), closes [#25918](https://github.com/bitnami/charts/issues/25918) +* [bitnami/ghost] Use different liveness/readiness probes (#25918) ([73c3630](https://github.com/bitnami/charts/commit/73c3630d5c988e54e4ebbed783b79c9ca85a52d1)), closes [#25918](https://github.com/bitnami/charts/issues/25918) ## 20.0.12 (2024-05-16) -* [bitnami/ghost] Release 20.0.12 updating components versions (#25940) ([f6361a1](https://github.com/bitnami/charts/commit/f6361a1)), closes [#25940](https://github.com/bitnami/charts/issues/25940) +* [bitnami/ghost] Release 20.0.12 updating components versions (#25940) ([f6361a1](https://github.com/bitnami/charts/commit/f6361a11b8ca96d20ef0c04e7d0a55dfa0064a68)), closes [#25940](https://github.com/bitnami/charts/issues/25940) ## 20.0.11 (2024-05-14) -* [bitnami/ghost] Release 20.0.11 updating components versions (#25762) ([fba4c05](https://github.com/bitnami/charts/commit/fba4c05)), closes [#25762](https://github.com/bitnami/charts/issues/25762) +* [bitnami/ghost] Release 20.0.11 updating components versions (#25762) ([fba4c05](https://github.com/bitnami/charts/commit/fba4c05340562eb6c78c47a09c2dfd26f470ca99)), closes [#25762](https://github.com/bitnami/charts/issues/25762) ## 20.0.10 (2024-05-13) -* [bitnami/ghost] Release 20.0.10 updating components versions (#25701) ([6e8545f](https://github.com/bitnami/charts/commit/6e8545f)), closes [#25701](https://github.com/bitnami/charts/issues/25701) +* [bitnami/ghost] Release 20.0.10 updating components versions (#25701) ([6e8545f](https://github.com/bitnami/charts/commit/6e8545f0166da52f13a6211865e182b3c9a1a3f5)), closes [#25701](https://github.com/bitnami/charts/issues/25701) ## 20.0.9 (2024-05-09) -* [bitnami/ghost] Release 20.0.9 updating components versions (#25660) ([6a336d3](https://github.com/bitnami/charts/commit/6a336d3)), closes [#25660](https://github.com/bitnami/charts/issues/25660) +* [bitnami/ghost] Release 20.0.9 updating components versions (#25660) ([6a336d3](https://github.com/bitnami/charts/commit/6a336d31a908d62e5798bc63689eb493fa3e0d69)), closes [#25660](https://github.com/bitnami/charts/issues/25660) ## 20.0.8 (2024-05-09) -* [bitnami/*] Change non-root and rolling-tags doc URLs (#25628) ([b067c94](https://github.com/bitnami/charts/commit/b067c94)), closes [#25628](https://github.com/bitnami/charts/issues/25628) -* [bitnami/ghost] Release 20.0.8 updating components versions (#25650) ([5ae3902](https://github.com/bitnami/charts/commit/5ae3902)), closes [#25650](https://github.com/bitnami/charts/issues/25650) +* [bitnami/*] Change non-root and rolling-tags doc URLs (#25628) ([b067c94](https://github.com/bitnami/charts/commit/b067c94f6bcde427863c197fd355f0b5ba12ff5b)), closes [#25628](https://github.com/bitnami/charts/issues/25628) +* [bitnami/ghost] Release 20.0.8 updating components versions (#25650) ([5ae3902](https://github.com/bitnami/charts/commit/5ae3902f6ed45054e74d2a0e5985cfbfecd0441e)), closes [#25650](https://github.com/bitnami/charts/issues/25650) ## 20.0.7 (2024-05-08) -* [bitnami/*] Set new header/owner (#25558) ([8d1dc11](https://github.com/bitnami/charts/commit/8d1dc11)), closes [#25558](https://github.com/bitnami/charts/issues/25558) -* [bitnami/ghost] Release 20.0.7 updating components versions (#25607) ([2297382](https://github.com/bitnami/charts/commit/2297382)), closes [#25607](https://github.com/bitnami/charts/issues/25607) +* [bitnami/*] Set new header/owner (#25558) ([8d1dc11](https://github.com/bitnami/charts/commit/8d1dc11f5fb30db6fba50c43d7af59d2f79deed3)), closes [#25558](https://github.com/bitnami/charts/issues/25558) +* [bitnami/ghost] Release 20.0.7 updating components versions (#25607) ([2297382](https://github.com/bitnami/charts/commit/2297382c5c56737ea73fd6d3fb90a83bee896064)), closes [#25607](https://github.com/bitnami/charts/issues/25607) ## 20.0.6 (2024-05-03) -* [bitnami/ghost] Release 20.0.6 updating components versions (#25530) ([a4fb9ca](https://github.com/bitnami/charts/commit/a4fb9ca)), closes [#25530](https://github.com/bitnami/charts/issues/25530) +* [bitnami/ghost] Release 20.0.6 updating components versions (#25530) ([a4fb9ca](https://github.com/bitnami/charts/commit/a4fb9ca4a36fa10d26ca9bab37cac822ed48e319)), closes [#25530](https://github.com/bitnami/charts/issues/25530) ## 20.0.5 (2024-05-01) -* [bitnami/ghost] Release 20.0.5 updating components versions (#25488) ([e146c73](https://github.com/bitnami/charts/commit/e146c73)), closes [#25488](https://github.com/bitnami/charts/issues/25488) +* [bitnami/ghost] Release 20.0.5 updating components versions (#25488) ([e146c73](https://github.com/bitnami/charts/commit/e146c733d45273a58affc0eef25a030d76b1c612)), closes [#25488](https://github.com/bitnami/charts/issues/25488) ## 20.0.4 (2024-04-30) -* [bitnami/ghost] Release 20.0.4 updating components versions (#25466) ([78bb0af](https://github.com/bitnami/charts/commit/78bb0af)), closes [#25466](https://github.com/bitnami/charts/issues/25466) -* [bitnami/multiple charts] Fix typo: "NetworkPolice" vs "NetworkPolicy" (#25348) ([6970c1b](https://github.com/bitnami/charts/commit/6970c1b)), closes [#25348](https://github.com/bitnami/charts/issues/25348) -* Replace VMware by Broadcom copyright text (#25306) ([a5e4bd0](https://github.com/bitnami/charts/commit/a5e4bd0)), closes [#25306](https://github.com/bitnami/charts/issues/25306) +* [bitnami/ghost] Release 20.0.4 updating components versions (#25466) ([78bb0af](https://github.com/bitnami/charts/commit/78bb0af2eb950d9cf14bae6ff5eea4d4433b63dd)), closes [#25466](https://github.com/bitnami/charts/issues/25466) +* [bitnami/multiple charts] Fix typo: "NetworkPolice" vs "NetworkPolicy" (#25348) ([6970c1b](https://github.com/bitnami/charts/commit/6970c1ba245873506e73d459c6eac1e4919b778f)), closes [#25348](https://github.com/bitnami/charts/issues/25348) +* Replace VMware by Broadcom copyright text (#25306) ([a5e4bd0](https://github.com/bitnami/charts/commit/a5e4bd0e35e419203793976a78d9d0a13de92c76)), closes [#25306](https://github.com/bitnami/charts/issues/25306) ## 20.0.3 (2024-04-15) -* [bitnami/ghost] Release 20.0.3 updating components versions (#25167) ([272ca7b](https://github.com/bitnami/charts/commit/272ca7b)), closes [#25167](https://github.com/bitnami/charts/issues/25167) +* [bitnami/ghost] Release 20.0.3 updating components versions (#25167) ([272ca7b](https://github.com/bitnami/charts/commit/272ca7b712f273d928eae6f764d20eea86ee0512)), closes [#25167](https://github.com/bitnami/charts/issues/25167) ## 20.0.2 (2024-04-09) -* [bitnami/ghost] Release 20.0.2 updating components versions (#25068) ([26fb415](https://github.com/bitnami/charts/commit/26fb415)), closes [#25068](https://github.com/bitnami/charts/issues/25068) +* [bitnami/ghost] Release 20.0.2 updating components versions (#25068) ([26fb415](https://github.com/bitnami/charts/commit/26fb415ef4d9c996cfd83c5ab972eb4c3eb66912)), closes [#25068](https://github.com/bitnami/charts/issues/25068) ## 20.0.1 (2024-04-05) -* [bitnami/ghost] Release 20.0.1 (#24996) ([26b28b1](https://github.com/bitnami/charts/commit/26b28b1)), closes [#24996](https://github.com/bitnami/charts/issues/24996) +* [bitnami/ghost] Release 20.0.1 (#24996) ([26b28b1](https://github.com/bitnami/charts/commit/26b28b14e7a268499ca73914e6b29e12948ff09a)), closes [#24996](https://github.com/bitnami/charts/issues/24996) ## 20.0.0 (2024-04-04) -* [bitnami/ghost] feat!: :lock: :boom: Improve security defaults (#24785) ([e7e570a](https://github.com/bitnami/charts/commit/e7e570a)), closes [#24785](https://github.com/bitnami/charts/issues/24785) -* Update resourcesPreset comments (#24467) ([92e3e8a](https://github.com/bitnami/charts/commit/92e3e8a)), closes [#24467](https://github.com/bitnami/charts/issues/24467) +* [bitnami/ghost] feat!: :lock: :boom: Improve security defaults (#24785) ([e7e570a](https://github.com/bitnami/charts/commit/e7e570a89e70501de5c26acf49e1037862a6422d)), closes [#24785](https://github.com/bitnami/charts/issues/24785) +* Update resourcesPreset comments (#24467) ([92e3e8a](https://github.com/bitnami/charts/commit/92e3e8a507326d2a20a8f10ab3e7746a2ec5c554)), closes [#24467](https://github.com/bitnami/charts/issues/24467) ## 19.11.7 (2024-04-01) -* [bitnami/ghost] Release 19.11.7 updating components versions (#24764) ([7a89060](https://github.com/bitnami/charts/commit/7a89060)), closes [#24764](https://github.com/bitnami/charts/issues/24764) +* [bitnami/ghost] Release 19.11.7 updating components versions (#24764) ([7a89060](https://github.com/bitnami/charts/commit/7a8906066b948bbb7957f08d73cb4b15f0d1195b)), closes [#24764](https://github.com/bitnami/charts/issues/24764) ## 19.11.6 (2024-03-22) -* [bitnami/ghost] Release 19.11.6 updating components versions (#24631) ([1fc3257](https://github.com/bitnami/charts/commit/1fc3257)), closes [#24631](https://github.com/bitnami/charts/issues/24631) +* [bitnami/ghost] Release 19.11.6 updating components versions (#24631) ([1fc3257](https://github.com/bitnami/charts/commit/1fc3257eda632c5d7c3018570408f912aec2fff1)), closes [#24631](https://github.com/bitnami/charts/issues/24631) ## 19.11.5 (2024-03-21) -* [bitnami/ghost] Release 19.11.5 updating components versions (#24601) ([2cab2f8](https://github.com/bitnami/charts/commit/2cab2f8)), closes [#24601](https://github.com/bitnami/charts/issues/24601) +* [bitnami/ghost] Release 19.11.5 updating components versions (#24601) ([2cab2f8](https://github.com/bitnami/charts/commit/2cab2f80f5a439251ac398d90da4004b7cc2e629)), closes [#24601](https://github.com/bitnami/charts/issues/24601) ## 19.11.4 (2024-03-18) -* [bitnami/*] Reorder Chart sections (#24455) ([0cf4048](https://github.com/bitnami/charts/commit/0cf4048)), closes [#24455](https://github.com/bitnami/charts/issues/24455) -* [bitnami/ghost] Release 19.11.4 updating components versions (#24502) ([49e80ae](https://github.com/bitnami/charts/commit/49e80ae)), closes [#24502](https://github.com/bitnami/charts/issues/24502) +* [bitnami/*] Reorder Chart sections (#24455) ([0cf4048](https://github.com/bitnami/charts/commit/0cf4048e8743f70a9753d460655bd030cbff6824)), closes [#24455](https://github.com/bitnami/charts/issues/24455) +* [bitnami/ghost] Release 19.11.4 updating components versions (#24502) ([49e80ae](https://github.com/bitnami/charts/commit/49e80aef76f08137cb59c2d30eddb01ef28e9122)), closes [#24502](https://github.com/bitnami/charts/issues/24502) ## 19.11.3 (2024-03-15) -* [bitnami/ghost] Release 19.11.3 updating components versions (#24484) ([6479bb8](https://github.com/bitnami/charts/commit/6479bb8)), closes [#24484](https://github.com/bitnami/charts/issues/24484) +* [bitnami/ghost] Release 19.11.3 updating components versions (#24484) ([6479bb8](https://github.com/bitnami/charts/commit/6479bb88d08dc878e9093c479e0b7a899172afb2)), closes [#24484](https://github.com/bitnami/charts/issues/24484) ## 19.11.2 (2024-03-08) -* [bitnami/ghost] Release 19.11.2 updating components versions (#24310) ([e8999fe](https://github.com/bitnami/charts/commit/e8999fe)), closes [#24310](https://github.com/bitnami/charts/issues/24310) +* [bitnami/ghost] Release 19.11.2 updating components versions (#24310) ([e8999fe](https://github.com/bitnami/charts/commit/e8999fedbd8e35c96099aa44d3ca4ea947bfbe22)), closes [#24310](https://github.com/bitnami/charts/issues/24310) ## 19.11.1 (2024-03-07) -* [bitnami/ghost] Release 19.11.1 updating components versions (#24257) ([2fedfd2](https://github.com/bitnami/charts/commit/2fedfd2)), closes [#24257](https://github.com/bitnami/charts/issues/24257) +* [bitnami/ghost] Release 19.11.1 updating components versions (#24257) ([2fedfd2](https://github.com/bitnami/charts/commit/2fedfd29d9789b901d22d0cbc45f3065aad690e9)), closes [#24257](https://github.com/bitnami/charts/issues/24257) ## 19.11.0 (2024-03-06) -* [bitnami/ghost] feat: :sparkles: :lock: Add automatic adaptation for Openshift restricted-v2 SCC (#2 ([dd3f636](https://github.com/bitnami/charts/commit/dd3f636)), closes [#24085](https://github.com/bitnami/charts/issues/24085) +* [bitnami/ghost] feat: :sparkles: :lock: Add automatic adaptation for Openshift restricted-v2 SCC (#2 ([dd3f636](https://github.com/bitnami/charts/commit/dd3f63652d2832c357050b80e309823089faf98c)), closes [#24085](https://github.com/bitnami/charts/issues/24085) ## 19.10.5 (2024-03-01) -* [bitnami/ghost] Release 19.10.5 updating components versions (#24010) ([e64f305](https://github.com/bitnami/charts/commit/e64f305)), closes [#24010](https://github.com/bitnami/charts/issues/24010) +* [bitnami/ghost] Release 19.10.5 updating components versions (#24010) ([e64f305](https://github.com/bitnami/charts/commit/e64f3050a0274dcfbfac01dbce07756649165b4e)), closes [#24010](https://github.com/bitnami/charts/issues/24010) ## 19.10.4 (2024-02-26) -* [bitnami/ghost] Release 19.10.4 updating components versions (#23929) ([428ec49](https://github.com/bitnami/charts/commit/428ec49)), closes [#23929](https://github.com/bitnami/charts/issues/23929) +* [bitnami/ghost] Release 19.10.4 updating components versions (#23929) ([428ec49](https://github.com/bitnami/charts/commit/428ec493c4aa07da413b5c57cb953465f04b17a9)), closes [#23929](https://github.com/bitnami/charts/issues/23929) ## 19.10.3 (2024-02-26) -* [bitnami/ghost] Release 19.10.3 updating components versions (#23922) ([9bb8c4a](https://github.com/bitnami/charts/commit/9bb8c4a)), closes [#23922](https://github.com/bitnami/charts/issues/23922) +* [bitnami/ghost] Release 19.10.3 updating components versions (#23922) ([9bb8c4a](https://github.com/bitnami/charts/commit/9bb8c4af418edaad24a06ccfc132a888d3258175)), closes [#23922](https://github.com/bitnami/charts/issues/23922) ## 19.10.2 (2024-02-21) -* [bitnami/ghost] Release 19.10.2 updating components versions (#23756) ([2de329a](https://github.com/bitnami/charts/commit/2de329a)), closes [#23756](https://github.com/bitnami/charts/issues/23756) +* [bitnami/ghost] Release 19.10.2 updating components versions (#23756) ([2de329a](https://github.com/bitnami/charts/commit/2de329a11bb4d77f69d4a42cf5e7d76b23bc8a94)), closes [#23756](https://github.com/bitnami/charts/issues/23756) ## 19.10.1 (2024-02-21) -* [bitnami/ghost] Release 19.10.1 updating components versions (#23649) ([223bc23](https://github.com/bitnami/charts/commit/223bc23)), closes [#23649](https://github.com/bitnami/charts/issues/23649) +* [bitnami/ghost] Release 19.10.1 updating components versions (#23649) ([223bc23](https://github.com/bitnami/charts/commit/223bc2309b2cf7b347b7dbc8e87203d4bea54ec1)), closes [#23649](https://github.com/bitnami/charts/issues/23649) ## 19.10.0 (2024-02-20) -* [bitnami/*] Bump all versions (#23602) ([b70ee2a](https://github.com/bitnami/charts/commit/b70ee2a)), closes [#23602](https://github.com/bitnami/charts/issues/23602) +* [bitnami/*] Bump all versions (#23602) ([b70ee2a](https://github.com/bitnami/charts/commit/b70ee2a30e4dc256bf0ac52928fb2fa7a70f049b)), closes [#23602](https://github.com/bitnami/charts/issues/23602) ## 19.9.0 (2024-02-15) -* [bitnami/ghost] feat: :sparkles: :lock: Add resource preset support (#23452) ([a185aac](https://github.com/bitnami/charts/commit/a185aac)), closes [#23452](https://github.com/bitnami/charts/issues/23452) +* [bitnami/ghost] feat: :sparkles: :lock: Add resource preset support (#23452) ([a185aac](https://github.com/bitnami/charts/commit/a185aac36fb69b0060c37686a54aa547e7306d7c)), closes [#23452](https://github.com/bitnami/charts/issues/23452) ## 19.8.7 (2024-02-09) -* [bitnami/ghost] Release 19.8.7 updating components versions (#23383) ([6c47c96](https://github.com/bitnami/charts/commit/6c47c96)), closes [#23383](https://github.com/bitnami/charts/issues/23383) +* [bitnami/ghost] Release 19.8.7 updating components versions (#23383) ([6c47c96](https://github.com/bitnami/charts/commit/6c47c968e927f5704cb522d998187569555fba4d)), closes [#23383](https://github.com/bitnami/charts/issues/23383) ## 19.8.6 (2024-02-03) -* [bitnami/ghost] Release 19.8.6 updating components versions (#23163) ([9f349c1](https://github.com/bitnami/charts/commit/9f349c1)), closes [#23163](https://github.com/bitnami/charts/issues/23163) +* [bitnami/ghost] Release 19.8.6 updating components versions (#23163) ([9f349c1](https://github.com/bitnami/charts/commit/9f349c1bd1788bd65242207a0667ce13a388914f)), closes [#23163](https://github.com/bitnami/charts/issues/23163) ## 19.8.5 (2024-02-02) -* [bitnami/ghost] Release 19.8.5 updating components versions (#23071) ([a10ea36](https://github.com/bitnami/charts/commit/a10ea36)), closes [#23071](https://github.com/bitnami/charts/issues/23071) +* [bitnami/ghost] Release 19.8.5 updating components versions (#23071) ([a10ea36](https://github.com/bitnami/charts/commit/a10ea36fe50bf7cf205889368e0004a23cd0548d)), closes [#23071](https://github.com/bitnami/charts/issues/23071) ## 19.8.4 (2024-01-30) -* [bitnami/ghost] Release 19.8.4 updating components versions (#22928) ([0532970](https://github.com/bitnami/charts/commit/0532970)), closes [#22928](https://github.com/bitnami/charts/issues/22928) +* [bitnami/ghost] Release 19.8.4 updating components versions (#22928) ([0532970](https://github.com/bitnami/charts/commit/0532970212cb749e5f5c2e94df4949a224d98aa1)), closes [#22928](https://github.com/bitnami/charts/issues/22928) ## 19.8.3 (2024-01-27) -* [bitnami/ghost] fix: :bug: Set seLinuxOptions to null for Openshift compatibility (#22590) ([62cb0a7](https://github.com/bitnami/charts/commit/62cb0a7)), closes [#22590](https://github.com/bitnami/charts/issues/22590) -* [bitnami/ghost] Release 19.8.3 updating components versions (#22777) ([f6890ed](https://github.com/bitnami/charts/commit/f6890ed)), closes [#22777](https://github.com/bitnami/charts/issues/22777) +* [bitnami/ghost] fix: :bug: Set seLinuxOptions to null for Openshift compatibility (#22590) ([62cb0a7](https://github.com/bitnami/charts/commit/62cb0a7c7cce3e9e13f1df4bf43c1b649ce3ed18)), closes [#22590](https://github.com/bitnami/charts/issues/22590) +* [bitnami/ghost] Release 19.8.3 updating components versions (#22777) ([f6890ed](https://github.com/bitnami/charts/commit/f6890ed330e469b88b779c6f194458ee8fee4786)), closes [#22777](https://github.com/bitnami/charts/issues/22777) ## 19.8.2 (2024-01-24) -* [bitnami/*] Move documentation sections from docs.bitnami.com back to the README (#22203) ([7564f36](https://github.com/bitnami/charts/commit/7564f36)), closes [#22203](https://github.com/bitnami/charts/issues/22203) -* [bitnami/ghost] Release 19.8.2 updating components versions (#22709) ([6287f15](https://github.com/bitnami/charts/commit/6287f15)), closes [#22709](https://github.com/bitnami/charts/issues/22709) +* [bitnami/*] Move documentation sections from docs.bitnami.com back to the README (#22203) ([7564f36](https://github.com/bitnami/charts/commit/7564f36ca1e95ff30ee686652b7ab8690561a707)), closes [#22203](https://github.com/bitnami/charts/issues/22203) +* [bitnami/ghost] Release 19.8.2 updating components versions (#22709) ([6287f15](https://github.com/bitnami/charts/commit/6287f153f8e6f333c2266ceb67dff1e297e0bbd6)), closes [#22709](https://github.com/bitnami/charts/issues/22709) ## 19.8.1 (2024-01-22) -* [bitnami/ghost] Release 19.8.1 updating components versions (#22540) ([cb9d9df](https://github.com/bitnami/charts/commit/cb9d9df)), closes [#22540](https://github.com/bitnami/charts/issues/22540) +* [bitnami/ghost] Release 19.8.1 updating components versions (#22540) ([cb9d9df](https://github.com/bitnami/charts/commit/cb9d9df46e91f162c210dfe17a3d700b0c74c6eb)), closes [#22540](https://github.com/bitnami/charts/issues/22540) ## 19.8.0 (2024-01-19) -* [bitnami/ghost] fix: :lock: Move service-account token auto-mount to pod declaration (#22402) ([f630688](https://github.com/bitnami/charts/commit/f630688)), closes [#22402](https://github.com/bitnami/charts/issues/22402) +* [bitnami/ghost] fix: :lock: Move service-account token auto-mount to pod declaration (#22402) ([f630688](https://github.com/bitnami/charts/commit/f6306884b880581b1b4886e19c21033efcdfe721)), closes [#22402](https://github.com/bitnami/charts/issues/22402) ## 19.7.2 (2024-01-18) -* [bitnami/ghost] Release 19.7.2 updating components versions (#22271) ([36b2a67](https://github.com/bitnami/charts/commit/36b2a67)), closes [#22271](https://github.com/bitnami/charts/issues/22271) +* [bitnami/ghost] Release 19.7.2 updating components versions (#22271) ([36b2a67](https://github.com/bitnami/charts/commit/36b2a673db70dc0faceca288209a50a168556df1)), closes [#22271](https://github.com/bitnami/charts/issues/22271) ## 19.7.1 (2024-01-17) -* [bitnami/ghost] Release 19.7.1 updating components versions (#22253) ([39b823c](https://github.com/bitnami/charts/commit/39b823c)), closes [#22253](https://github.com/bitnami/charts/issues/22253) +* [bitnami/ghost] Release 19.7.1 updating components versions (#22253) ([39b823c](https://github.com/bitnami/charts/commit/39b823c6e564f3e680b428365060ff12d39e692a)), closes [#22253](https://github.com/bitnami/charts/issues/22253) ## 19.7.0 (2024-01-17) -* [bitnami/ghost] fix: :lock: Improve podSecurityContext and containerSecurityContext with essential s ([e27f26f](https://github.com/bitnami/charts/commit/e27f26f)), closes [#22121](https://github.com/bitnami/charts/issues/22121) +* [bitnami/ghost] fix: :lock: Improve podSecurityContext and containerSecurityContext with essential s ([e27f26f](https://github.com/bitnami/charts/commit/e27f26ff5a58fe2999a6b22dc0a80268a77785c3)), closes [#22121](https://github.com/bitnami/charts/issues/22121) ## 19.6.18 (2024-01-12) -* [bitnami/*] Fix docs.bitnami.com broken links (#21901) ([f35506d](https://github.com/bitnami/charts/commit/f35506d)), closes [#21901](https://github.com/bitnami/charts/issues/21901) -* [bitnami/*] Fix ref links (in comments) (#21822) ([e4fa296](https://github.com/bitnami/charts/commit/e4fa296)), closes [#21822](https://github.com/bitnami/charts/issues/21822) -* [bitnami/ghost] fix: :lock: Do not automount the service account token unless necessary (#22040) ([7eafadd](https://github.com/bitnami/charts/commit/7eafadd)), closes [#22040](https://github.com/bitnami/charts/issues/22040) +* [bitnami/*] Fix docs.bitnami.com broken links (#21901) ([f35506d](https://github.com/bitnami/charts/commit/f35506d2dadee4f097986e7792df1f53ab215b5d)), closes [#21901](https://github.com/bitnami/charts/issues/21901) +* [bitnami/*] Fix ref links (in comments) (#21822) ([e4fa296](https://github.com/bitnami/charts/commit/e4fa296106b225cf8c82445727c675c7c725e380)), closes [#21822](https://github.com/bitnami/charts/issues/21822) +* [bitnami/ghost] fix: :lock: Do not automount the service account token unless necessary (#22040) ([7eafadd](https://github.com/bitnami/charts/commit/7eafadd31b4d8f171eaa72259ea9d61190c75baf)), closes [#22040](https://github.com/bitnami/charts/issues/22040) ## 19.6.17 (2024-01-05) -* [bitnami/*] Update copyright: Year and company (#21815) ([6c4bf75](https://github.com/bitnami/charts/commit/6c4bf75)), closes [#21815](https://github.com/bitnami/charts/issues/21815) -* [bitnami/ghost] Release 19.6.17 updating components versions (#21865) ([5e5ed31](https://github.com/bitnami/charts/commit/5e5ed31)), closes [#21865](https://github.com/bitnami/charts/issues/21865) +* [bitnami/*] Update copyright: Year and company (#21815) ([6c4bf75](https://github.com/bitnami/charts/commit/6c4bf75dec58fc7c9aee9f089777b1a858c17d5b)), closes [#21815](https://github.com/bitnami/charts/issues/21815) +* [bitnami/ghost] Release 19.6.17 updating components versions (#21865) ([5e5ed31](https://github.com/bitnami/charts/commit/5e5ed31c413b430888dcb133122e56690a6f26a4)), closes [#21865](https://github.com/bitnami/charts/issues/21865) ## 19.6.16 (2023-12-15) -* [bitnami/ghost] Release 19.6.16 updating components versions (#21582) ([76be1fd](https://github.com/bitnami/charts/commit/76be1fd)), closes [#21582](https://github.com/bitnami/charts/issues/21582) +* [bitnami/ghost] Release 19.6.16 updating components versions (#21582) ([76be1fd](https://github.com/bitnami/charts/commit/76be1fd7f0f40db65b25d5617cfb987f25434da0)), closes [#21582](https://github.com/bitnami/charts/issues/21582) ## 19.6.15 (2023-12-12) -* [bitnami/ghost] Release 19.6.15 updating components versions (#21531) ([925bd34](https://github.com/bitnami/charts/commit/925bd34)), closes [#21531](https://github.com/bitnami/charts/issues/21531) +* [bitnami/ghost] Release 19.6.15 updating components versions (#21531) ([925bd34](https://github.com/bitnami/charts/commit/925bd344a1eda8e517226dcb763ef6e3d441fd63)), closes [#21531](https://github.com/bitnami/charts/issues/21531) ## 19.6.14 (2023-11-28) -* [bitnami/ghost] Release 19.6.14 updating components versions (#21292) ([d76e034](https://github.com/bitnami/charts/commit/d76e034)), closes [#21292](https://github.com/bitnami/charts/issues/21292) +* [bitnami/ghost] Release 19.6.14 updating components versions (#21292) ([d76e034](https://github.com/bitnami/charts/commit/d76e034bb11e496cad67f74771eeddae582df4b7)), closes [#21292](https://github.com/bitnami/charts/issues/21292) ## 19.6.13 (2023-11-27) -* [bitnami/ghost] Release 19.6.13 updating components versions (#21269) ([cf3fd07](https://github.com/bitnami/charts/commit/cf3fd07)), closes [#21269](https://github.com/bitnami/charts/issues/21269) +* [bitnami/ghost] Release 19.6.13 updating components versions (#21269) ([cf3fd07](https://github.com/bitnami/charts/commit/cf3fd078776d7bcb4bccd34c3e3eb0239786b739)), closes [#21269](https://github.com/bitnami/charts/issues/21269) ## 19.6.12 (2023-11-24) -* [bitnami/ghost] Release 19.6.12 updating components versions (#21242) ([1063edc](https://github.com/bitnami/charts/commit/1063edc)), closes [#21242](https://github.com/bitnami/charts/issues/21242) +* [bitnami/ghost] Release 19.6.12 updating components versions (#21242) ([1063edc](https://github.com/bitnami/charts/commit/1063edca810667959ca8b21a113c878a6fd19449)), closes [#21242](https://github.com/bitnami/charts/issues/21242) ## 19.6.11 (2023-11-22) -* [bitnami/ghost] Release 19.6.11 updating components versions (#21214) ([2575818](https://github.com/bitnami/charts/commit/2575818)), closes [#21214](https://github.com/bitnami/charts/issues/21214) +* [bitnami/ghost] Release 19.6.11 updating components versions (#21214) ([2575818](https://github.com/bitnami/charts/commit/2575818836eeff7d53aa30ec6c6457543e43a526)), closes [#21214](https://github.com/bitnami/charts/issues/21214) ## 19.6.10 (2023-11-21) -* [bitnami/ghost] Release 19.6.10 updating components versions (#21166) ([52f5e25](https://github.com/bitnami/charts/commit/52f5e25)), closes [#21166](https://github.com/bitnami/charts/issues/21166) +* [bitnami/ghost] Release 19.6.10 updating components versions (#21166) ([52f5e25](https://github.com/bitnami/charts/commit/52f5e255eb2439004589e19956e7ae40a56671de)), closes [#21166](https://github.com/bitnami/charts/issues/21166) ## 19.6.9 (2023-11-21) -* [bitnami/*] Rename solutions to "Bitnami package for ..." (#21038) ([b82f979](https://github.com/bitnami/charts/commit/b82f979)), closes [#21038](https://github.com/bitnami/charts/issues/21038) -* [bitnami/ghost] Release 19.6.9 updating components versions (#21115) ([955bec0](https://github.com/bitnami/charts/commit/955bec0)), closes [#21115](https://github.com/bitnami/charts/issues/21115) +* [bitnami/*] Rename solutions to "Bitnami package for ..." (#21038) ([b82f979](https://github.com/bitnami/charts/commit/b82f979e4fb63423fe6e2192c946d09d79c944fc)), closes [#21038](https://github.com/bitnami/charts/issues/21038) +* [bitnami/ghost] Release 19.6.9 updating components versions (#21115) ([955bec0](https://github.com/bitnami/charts/commit/955bec0bd6462a84cde80d0824061408b2559e5b)), closes [#21115](https://github.com/bitnami/charts/issues/21115) ## 19.6.8 (2023-11-17) -* [bitnami/*] Remove relative links to non-README sections, add verification for that and update TL;DR ([1103633](https://github.com/bitnami/charts/commit/1103633)), closes [#20967](https://github.com/bitnami/charts/issues/20967) -* [bitnami/ghost] Release 19.6.8 updating components versions (#21040) ([7e0e4ad](https://github.com/bitnami/charts/commit/7e0e4ad)), closes [#21040](https://github.com/bitnami/charts/issues/21040) +* [bitnami/*] Remove relative links to non-README sections, add verification for that and update TL;DR ([1103633](https://github.com/bitnami/charts/commit/11036334d82df0490aa4abdb591543cab6cf7d7f)), closes [#20967](https://github.com/bitnami/charts/issues/20967) +* [bitnami/ghost] Release 19.6.8 updating components versions (#21040) ([7e0e4ad](https://github.com/bitnami/charts/commit/7e0e4ad4cc1302c28e6f2ecd35d838c0c0ab59c5)), closes [#21040](https://github.com/bitnami/charts/issues/21040) ## 19.6.7 (2023-11-16) -* [bitnami/ghost] Release 19.6.7 updating components versions (#20986) ([a602ef9](https://github.com/bitnami/charts/commit/a602ef9)), closes [#20986](https://github.com/bitnami/charts/issues/20986) +* [bitnami/ghost] Release 19.6.7 updating components versions (#20986) ([a602ef9](https://github.com/bitnami/charts/commit/a602ef905670dbc7eaa3c3b41554da79adb03e99)), closes [#20986](https://github.com/bitnami/charts/issues/20986) ## 19.6.6 (2023-11-15) -* [bitnami/ghost] Release 19.6.6 updating components versions (#20955) ([61286d3](https://github.com/bitnami/charts/commit/61286d3)), closes [#20955](https://github.com/bitnami/charts/issues/20955) +* [bitnami/ghost] Release 19.6.6 updating components versions (#20955) ([61286d3](https://github.com/bitnami/charts/commit/61286d3938e5c197b0a25d9d897352d9b45cd8a7)), closes [#20955](https://github.com/bitnami/charts/issues/20955) ## 19.6.5 (2023-11-14) -* [bitnami/ghost] Release 19.6.5 updating components versions (#20940) ([1f349c6](https://github.com/bitnami/charts/commit/1f349c6)), closes [#20940](https://github.com/bitnami/charts/issues/20940) +* [bitnami/ghost] Release 19.6.5 updating components versions (#20940) ([1f349c6](https://github.com/bitnami/charts/commit/1f349c6ad96fc8d23de0aeb49f0ab4712a4436aa)), closes [#20940](https://github.com/bitnami/charts/issues/20940) ## 19.6.4 (2023-11-08) -* [bitnami/ghost] Release 19.6.4 updating components versions (#20696) ([f4b43b7](https://github.com/bitnami/charts/commit/f4b43b7)), closes [#20696](https://github.com/bitnami/charts/issues/20696) +* [bitnami/ghost] Release 19.6.4 updating components versions (#20696) ([f4b43b7](https://github.com/bitnami/charts/commit/f4b43b72753994a1353b6bee0047224e5adebd90)), closes [#20696](https://github.com/bitnami/charts/issues/20696) ## 19.6.3 (2023-11-07) -* [bitnami/ghost] Release 19.6.3 updating components versions (#20650) ([ae556e1](https://github.com/bitnami/charts/commit/ae556e1)), closes [#20650](https://github.com/bitnami/charts/issues/20650) +* [bitnami/ghost] Release 19.6.3 updating components versions (#20650) ([ae556e1](https://github.com/bitnami/charts/commit/ae556e174a3e632e443489d1af606e9805a24804)), closes [#20650](https://github.com/bitnami/charts/issues/20650) ## 19.6.2 (2023-11-03) -* [bitnami/ghost] Release 19.6.2 updating components versions (#20616) ([81298fb](https://github.com/bitnami/charts/commit/81298fb)), closes [#20616](https://github.com/bitnami/charts/issues/20616) +* [bitnami/ghost] Release 19.6.2 updating components versions (#20616) ([81298fb](https://github.com/bitnami/charts/commit/81298fbd71d8de726799952733f67e45b29044ed)), closes [#20616](https://github.com/bitnami/charts/issues/20616) ## 19.6.1 (2023-11-02) -* [bitnami/ghost] Release 19.6.1 updating components versions (#20586) ([0f42f45](https://github.com/bitnami/charts/commit/0f42f45)), closes [#20586](https://github.com/bitnami/charts/issues/20586) +* [bitnami/ghost] Release 19.6.1 updating components versions (#20586) ([0f42f45](https://github.com/bitnami/charts/commit/0f42f4537c1e0bdd63aeede71723da08327ddaf2)), closes [#20586](https://github.com/bitnami/charts/issues/20586) ## 19.6.0 (2023-10-31) -* [bitnami/ghost] feat: :sparkles: Add support for PSA restricted policy (#20441) ([7b70a36](https://github.com/bitnami/charts/commit/7b70a36)), closes [#20441](https://github.com/bitnami/charts/issues/20441) +* [bitnami/ghost] feat: :sparkles: Add support for PSA restricted policy (#20441) ([7b70a36](https://github.com/bitnami/charts/commit/7b70a365e7cb18abfc4d2801d0ad4092f9e55b5c)), closes [#20441](https://github.com/bitnami/charts/issues/20441) ## 19.5.22 (2023-10-30) -* [bitnami/ghost] Release 19.5.22 updating components versions (#20511) ([c92e8ba](https://github.com/bitnami/charts/commit/c92e8ba)), closes [#20511](https://github.com/bitnami/charts/issues/20511) +* [bitnami/ghost] Release 19.5.22 updating components versions (#20511) ([c92e8ba](https://github.com/bitnami/charts/commit/c92e8ba1c898e1112857b5099c6d3438ee81a8a1)), closes [#20511](https://github.com/bitnami/charts/issues/20511) ## 19.5.21 (2023-10-24) -* [bitnami/*] Rename VMware Application Catalog (#20361) ([3acc734](https://github.com/bitnami/charts/commit/3acc734)), closes [#20361](https://github.com/bitnami/charts/issues/20361) -* [bitnami/ghost] Release 19.5.21 updating components versions (#20389) ([9316514](https://github.com/bitnami/charts/commit/9316514)), closes [#20389](https://github.com/bitnami/charts/issues/20389) +* [bitnami/*] Rename VMware Application Catalog (#20361) ([3acc734](https://github.com/bitnami/charts/commit/3acc73472beb6fb56c4d99f929061001205bc57e)), closes [#20361](https://github.com/bitnami/charts/issues/20361) +* [bitnami/ghost] Release 19.5.21 updating components versions (#20389) ([9316514](https://github.com/bitnami/charts/commit/931651492718f436a73762d4700f4ec446e1d52c)), closes [#20389](https://github.com/bitnami/charts/issues/20389) ## 19.5.20 (2023-10-20) -* [bitnami/ghost] Release 19.5.20 updating components versions (#20345) ([460415f](https://github.com/bitnami/charts/commit/460415f)), closes [#20345](https://github.com/bitnami/charts/issues/20345) +* [bitnami/ghost] Release 19.5.20 updating components versions (#20345) ([460415f](https://github.com/bitnami/charts/commit/460415fd9e72159b0a2b7c34f83d28b4ddcc774d)), closes [#20345](https://github.com/bitnami/charts/issues/20345) ## 19.5.19 (2023-10-20) -* [bitnami/*] Skip image's tag in the README files of the Bitnami Charts (#19841) ([bb9a01b](https://github.com/bitnami/charts/commit/bb9a01b)), closes [#19841](https://github.com/bitnami/charts/issues/19841) -* [bitnami/*] Standardize documentation (#19835) ([af5f753](https://github.com/bitnami/charts/commit/af5f753)), closes [#19835](https://github.com/bitnami/charts/issues/19835) -* [bitnami/ghost] Release 19.5.19 updating components versions (#20336) ([4e084d9](https://github.com/bitnami/charts/commit/4e084d9)), closes [#20336](https://github.com/bitnami/charts/issues/20336) +* [bitnami/*] Skip image's tag in the README files of the Bitnami Charts (#19841) ([bb9a01b](https://github.com/bitnami/charts/commit/bb9a01b65911c87e48318db922cc05eb42785e42)), closes [#19841](https://github.com/bitnami/charts/issues/19841) +* [bitnami/*] Standardize documentation (#19835) ([af5f753](https://github.com/bitnami/charts/commit/af5f7530c1bc8c5ded53a6c4f7b8f384ac1804f2)), closes [#19835](https://github.com/bitnami/charts/issues/19835) +* [bitnami/ghost] Release 19.5.19 updating components versions (#20336) ([4e084d9](https://github.com/bitnami/charts/commit/4e084d976dfda4487564de37076be22a412b9e0b)), closes [#20336](https://github.com/bitnami/charts/issues/20336) ## 19.5.18 (2023-10-18) -* [bitnami/ghost] Release 19.5.18 (#20308) ([903dffe](https://github.com/bitnami/charts/commit/903dffe)), closes [#20308](https://github.com/bitnami/charts/issues/20308) +* [bitnami/ghost] Release 19.5.18 (#20308) ([903dffe](https://github.com/bitnami/charts/commit/903dffed07bd0e3cc526863763072081919db110)), closes [#20308](https://github.com/bitnami/charts/issues/20308) ## 19.5.17 (2023-10-16) -* [bitnami/ghost] Release 19.5.17 (#20268) ([a3f9364](https://github.com/bitnami/charts/commit/a3f9364)), closes [#20268](https://github.com/bitnami/charts/issues/20268) +* [bitnami/ghost] Release 19.5.17 (#20268) ([a3f9364](https://github.com/bitnami/charts/commit/a3f9364fa75d3a6ee875d736d509877f657d145e)), closes [#20268](https://github.com/bitnami/charts/issues/20268) ## 19.5.16 (2023-10-13) -* [bitnami/ghost] Release 19.5.16 (#20233) ([7b74d02](https://github.com/bitnami/charts/commit/7b74d02)), closes [#20233](https://github.com/bitnami/charts/issues/20233) +* [bitnami/ghost] Release 19.5.16 (#20233) ([7b74d02](https://github.com/bitnami/charts/commit/7b74d024467d753b84c4929da9c06fee2f0b1571)), closes [#20233](https://github.com/bitnami/charts/issues/20233) ## 19.5.15 (2023-10-12) -* [bitnami/ghost] Release 19.5.15 (#20128) ([c694209](https://github.com/bitnami/charts/commit/c694209)), closes [#20128](https://github.com/bitnami/charts/issues/20128) +* [bitnami/ghost] Release 19.5.15 (#20128) ([c694209](https://github.com/bitnami/charts/commit/c694209a3aad8b3de81c07611aebd78b2f1a90f1)), closes [#20128](https://github.com/bitnami/charts/issues/20128) ## 19.5.14 (2023-10-11) -* [bitnami/ghost] Release 19.5.14 (#20071) ([2408e80](https://github.com/bitnami/charts/commit/2408e80)), closes [#20071](https://github.com/bitnami/charts/issues/20071) +* [bitnami/ghost] Release 19.5.14 (#20071) ([2408e80](https://github.com/bitnami/charts/commit/2408e80e4406ec9dfec78d6e5cbd5f6386045045)), closes [#20071](https://github.com/bitnami/charts/issues/20071) ## 19.5.13 (2023-10-11) -* [bitnami/ghost] Release 19.5.13 (#19848) ([412236f](https://github.com/bitnami/charts/commit/412236f)), closes [#19848](https://github.com/bitnami/charts/issues/19848) +* [bitnami/ghost] Release 19.5.13 (#19848) ([412236f](https://github.com/bitnami/charts/commit/412236fd4b0f590a3bf6a89fc4b087a7f7b7d12d)), closes [#19848](https://github.com/bitnami/charts/issues/19848) ## 19.5.12 (2023-10-06) -* [bitnami/*] Update Helm charts prerequisites (#19745) ([eb755dd](https://github.com/bitnami/charts/commit/eb755dd)), closes [#19745](https://github.com/bitnami/charts/issues/19745) -* [bitnami/ghost] Release 19.5.12 (#19750) ([5ea8fdc](https://github.com/bitnami/charts/commit/5ea8fdc)), closes [#19750](https://github.com/bitnami/charts/issues/19750) +* [bitnami/*] Update Helm charts prerequisites (#19745) ([eb755dd](https://github.com/bitnami/charts/commit/eb755dd36a4dd3cf6635be8e0598f9a7f4c4a554)), closes [#19745](https://github.com/bitnami/charts/issues/19745) +* [bitnami/ghost] Release 19.5.12 (#19750) ([5ea8fdc](https://github.com/bitnami/charts/commit/5ea8fdc62a952d82c2f538b291eb6115cf9be52a)), closes [#19750](https://github.com/bitnami/charts/issues/19750) ## 19.5.11 (2023-10-03) -* [bitnami/ghost] Release 19.5.11 (#19708) ([9225fda](https://github.com/bitnami/charts/commit/9225fda)), closes [#19708](https://github.com/bitnami/charts/issues/19708) +* [bitnami/ghost] Release 19.5.11 (#19708) ([9225fda](https://github.com/bitnami/charts/commit/9225fda600dfaf3ed75f1fec3eef77a11a66318b)), closes [#19708](https://github.com/bitnami/charts/issues/19708) ## 19.5.10 (2023-09-29) -* [bitnami/ghost] Release 19.5.10 (#19655) ([e6a0a5c](https://github.com/bitnami/charts/commit/e6a0a5c)), closes [#19655](https://github.com/bitnami/charts/issues/19655) +* [bitnami/ghost] Release 19.5.10 (#19655) ([e6a0a5c](https://github.com/bitnami/charts/commit/e6a0a5c0240584c7c53135554ada062a77459be6)), closes [#19655](https://github.com/bitnami/charts/issues/19655) ## 19.5.9 (2023-09-27) -* [bitnami/ghost] Release 19.5.9 (#19569) ([79099ff](https://github.com/bitnami/charts/commit/79099ff)), closes [#19569](https://github.com/bitnami/charts/issues/19569) +* [bitnami/ghost] Release 19.5.9 (#19569) ([79099ff](https://github.com/bitnami/charts/commit/79099ff6071810019558c0ff912600ff74e75937)), closes [#19569](https://github.com/bitnami/charts/issues/19569) ## 19.5.8 (2023-09-25) -* [bitnami/ghost] Release 19.5.8 (#19486) ([946600e](https://github.com/bitnami/charts/commit/946600e)), closes [#19486](https://github.com/bitnami/charts/issues/19486) +* [bitnami/ghost] Release 19.5.8 (#19486) ([946600e](https://github.com/bitnami/charts/commit/946600ecf10ad15fee8d259b872dc1413d5b083b)), closes [#19486](https://github.com/bitnami/charts/issues/19486) ## 19.5.7 (2023-09-20) -* [bitnami/ghost] Release 19.5.7 (#19426) ([68b6f27](https://github.com/bitnami/charts/commit/68b6f27)), closes [#19426](https://github.com/bitnami/charts/issues/19426) -* Revert "Autogenerate schema files (#19194)" (#19335) ([73d80be](https://github.com/bitnami/charts/commit/73d80be)), closes [#19194](https://github.com/bitnami/charts/issues/19194) [#19335](https://github.com/bitnami/charts/issues/19335) +* [bitnami/ghost] Release 19.5.7 (#19426) ([68b6f27](https://github.com/bitnami/charts/commit/68b6f27c8cd5ba9a25ecd8c3ba946cb41ec2aeaf)), closes [#19426](https://github.com/bitnami/charts/issues/19426) +* Revert "Autogenerate schema files (#19194)" (#19335) ([73d80be](https://github.com/bitnami/charts/commit/73d80be525c88fb4b8a54451a55acd506e337062)), closes [#19194](https://github.com/bitnami/charts/issues/19194) [#19335](https://github.com/bitnami/charts/issues/19335) ## 19.5.6 (2023-09-15) -* [bitnami/ghost] Release 19.5.6 (#19305) ([bb3c140](https://github.com/bitnami/charts/commit/bb3c140)), closes [#19305](https://github.com/bitnami/charts/issues/19305) +* [bitnami/ghost] Release 19.5.6 (#19305) ([bb3c140](https://github.com/bitnami/charts/commit/bb3c140d2ba6c02ef137dab8001c5d067f1b3bd2)), closes [#19305](https://github.com/bitnami/charts/issues/19305) ## 19.5.5 (2023-09-12) -* [bitnami/ghost] fix #19217 to allow fullnameOverride on mysql (#19218) ([fcce394](https://github.com/bitnami/charts/commit/fcce394)), closes [#19217](https://github.com/bitnami/charts/issues/19217) [#19218](https://github.com/bitnami/charts/issues/19218) +* [bitnami/ghost] fix #19217 to allow fullnameOverride on mysql (#19218) ([fcce394](https://github.com/bitnami/charts/commit/fcce3947f102c96339aa8361daf8a1e2975a2c59)), closes [#19217](https://github.com/bitnami/charts/issues/19217) [#19218](https://github.com/bitnami/charts/issues/19218) ## 19.5.4 (2023-09-11) -* [bitnami/ghost] Release 19.5.4 (#19210) ([01fecdd](https://github.com/bitnami/charts/commit/01fecdd)), closes [#19210](https://github.com/bitnami/charts/issues/19210) -* Autogenerate schema files (#19194) ([a2c2090](https://github.com/bitnami/charts/commit/a2c2090)), closes [#19194](https://github.com/bitnami/charts/issues/19194) +* [bitnami/ghost] Release 19.5.4 (#19210) ([01fecdd](https://github.com/bitnami/charts/commit/01fecdd96cc9f8888ea1f41f8af0048716bc5496)), closes [#19210](https://github.com/bitnami/charts/issues/19210) +* Autogenerate schema files (#19194) ([a2c2090](https://github.com/bitnami/charts/commit/a2c2090b5ac97f47b745c8028c6452bf99739772)), closes [#19194](https://github.com/bitnami/charts/issues/19194) ## 19.5.3 (2023-09-08) -* [bitnami/ghost] Release 19.5.3 (#19209) ([7617a1b](https://github.com/bitnami/charts/commit/7617a1b)), closes [#19209](https://github.com/bitnami/charts/issues/19209) +* [bitnami/ghost] Release 19.5.3 (#19209) ([7617a1b](https://github.com/bitnami/charts/commit/7617a1b60bd42c3c6ef1084b7ffab524521a9d86)), closes [#19209](https://github.com/bitnami/charts/issues/19209) ## 19.5.2 (2023-09-08) -* [bitnami/ghost: Use merge helper]: (#19041) ([5445a7e](https://github.com/bitnami/charts/commit/5445a7e)), closes [#19041](https://github.com/bitnami/charts/issues/19041) +* [bitnami/ghost: Use merge helper]: (#19041) ([5445a7e](https://github.com/bitnami/charts/commit/5445a7ec0a7b694002956cc3c4cdc2054caa58e8)), closes [#19041](https://github.com/bitnami/charts/issues/19041) ## 19.5.1 (2023-08-25) -* [bitnami/ghost] Release 19.5.1 (#18875) ([95ebc95](https://github.com/bitnami/charts/commit/95ebc95)), closes [#18875](https://github.com/bitnami/charts/issues/18875) +* [bitnami/ghost] Release 19.5.1 (#18875) ([95ebc95](https://github.com/bitnami/charts/commit/95ebc9509994bb1fc3da573da5160e2eabc30406)), closes [#18875](https://github.com/bitnami/charts/issues/18875) ## 19.5.0 (2023-08-23) -* [bitnami/ghost] Support for customizing standard labels (#18485) ([0987a95](https://github.com/bitnami/charts/commit/0987a95)), closes [#18485](https://github.com/bitnami/charts/issues/18485) +* [bitnami/ghost] Support for customizing standard labels (#18485) ([0987a95](https://github.com/bitnami/charts/commit/0987a95c278b34908531bb895b8bc432579c58e0)), closes [#18485](https://github.com/bitnami/charts/issues/18485) ## 19.4.4 (2023-08-22) -* [bitnami/ghost] Release 19.4.4 (#18791) ([5a4ff7d](https://github.com/bitnami/charts/commit/5a4ff7d)), closes [#18791](https://github.com/bitnami/charts/issues/18791) +* [bitnami/ghost] Release 19.4.4 (#18791) ([5a4ff7d](https://github.com/bitnami/charts/commit/5a4ff7d8d55c2ade51de768a64d2ab8c10db4c16)), closes [#18791](https://github.com/bitnami/charts/issues/18791) ## 19.4.3 (2023-08-22) -* [bitnami/ghost] Release 19.4.3 (#18773) ([46e8f8a](https://github.com/bitnami/charts/commit/46e8f8a)), closes [#18773](https://github.com/bitnami/charts/issues/18773) +* [bitnami/ghost] Release 19.4.3 (#18773) ([46e8f8a](https://github.com/bitnami/charts/commit/46e8f8abbb42fa6480e7be590ba2eab7b282bd50)), closes [#18773](https://github.com/bitnami/charts/issues/18773) ## 19.4.2 (2023-08-22) -* [bitnami/ghost] Release 19.4.2 (#18764) ([3a0a217](https://github.com/bitnami/charts/commit/3a0a217)), closes [#18764](https://github.com/bitnami/charts/issues/18764) +* [bitnami/ghost] Release 19.4.2 (#18764) ([3a0a217](https://github.com/bitnami/charts/commit/3a0a217fb57821496908fa6b7ceb79d8861a1b8e)), closes [#18764](https://github.com/bitnami/charts/issues/18764) ## 19.4.1 (2023-08-17) -* [bitnami/ghost] Release 19.4.1 (#18519) ([1db8ae8](https://github.com/bitnami/charts/commit/1db8ae8)), closes [#18519](https://github.com/bitnami/charts/issues/18519) +* [bitnami/ghost] Release 19.4.1 (#18519) ([1db8ae8](https://github.com/bitnami/charts/commit/1db8ae87c2ae1b37f7b660e9a3906d1de3af52c2)), closes [#18519](https://github.com/bitnami/charts/issues/18519) ## 19.4.0 (2023-08-17) -* [bitnami/ghost] Include diagnosticMode feature (#18396) ([b8027e1](https://github.com/bitnami/charts/commit/b8027e1)), closes [#18396](https://github.com/bitnami/charts/issues/18396) +* [bitnami/ghost] Include diagnosticMode feature (#18396) ([b8027e1](https://github.com/bitnami/charts/commit/b8027e1cc4ad94e17e3d86156a7b2c5e3bc062ba)), closes [#18396](https://github.com/bitnami/charts/issues/18396) ## 19.3.37 (2023-08-15) -* [bitnami/ghost] Release 19.3.37 (#18432) ([9dbc7bc](https://github.com/bitnami/charts/commit/9dbc7bc)), closes [#18432](https://github.com/bitnami/charts/issues/18432) +* [bitnami/ghost] Release 19.3.37 (#18432) ([9dbc7bc](https://github.com/bitnami/charts/commit/9dbc7bc149568e9210203c1b314851266f1ef88d)), closes [#18432](https://github.com/bitnami/charts/issues/18432) ## 19.3.36 (2023-08-11) -* [bitnami/ghost] Release 19.3.36 (#18383) ([b92bc30](https://github.com/bitnami/charts/commit/b92bc30)), closes [#18383](https://github.com/bitnami/charts/issues/18383) +* [bitnami/ghost] Release 19.3.36 (#18383) ([b92bc30](https://github.com/bitnami/charts/commit/b92bc303b64f3a83e1b71a8e889228a6d5e037ef)), closes [#18383](https://github.com/bitnami/charts/issues/18383) ## 19.3.35 (2023-08-04) -* [bitnami/ghost] Release 19.3.35 (#18220) ([8a62963](https://github.com/bitnami/charts/commit/8a62963)), closes [#18220](https://github.com/bitnami/charts/issues/18220) +* [bitnami/ghost] Release 19.3.35 (#18220) ([8a62963](https://github.com/bitnami/charts/commit/8a62963a61d45debdae0741e77d976db5e7314b2)), closes [#18220](https://github.com/bitnami/charts/issues/18220) ## 19.3.34 (2023-08-03) -* [bitnami/ghost] Release 19.3.34 (#18190) ([31309ba](https://github.com/bitnami/charts/commit/31309ba)), closes [#18190](https://github.com/bitnami/charts/issues/18190) +* [bitnami/ghost] Release 19.3.34 (#18190) ([31309ba](https://github.com/bitnami/charts/commit/31309bac40f49960e842ab7f2b2a04b3fb00fb63)), closes [#18190](https://github.com/bitnami/charts/issues/18190) ## 19.3.33 (2023-08-02) -* [bitnami/ghost] Release 19.3.33 (#18146) ([8ec9b9b](https://github.com/bitnami/charts/commit/8ec9b9b)), closes [#18146](https://github.com/bitnami/charts/issues/18146) +* [bitnami/ghost] Release 19.3.33 (#18146) ([8ec9b9b](https://github.com/bitnami/charts/commit/8ec9b9be6a3672dbc4901290fb7f683e7b134c92)), closes [#18146](https://github.com/bitnami/charts/issues/18146) ## 19.3.32 (2023-08-02) -* [bitnami/ghost] Release 19.3.32 (#18135) ([b84ef51](https://github.com/bitnami/charts/commit/b84ef51)), closes [#18135](https://github.com/bitnami/charts/issues/18135) +* [bitnami/ghost] Release 19.3.32 (#18135) ([b84ef51](https://github.com/bitnami/charts/commit/b84ef51b2751dd5a3158a5550aaf22c8eaea94af)), closes [#18135](https://github.com/bitnami/charts/issues/18135) ## 19.3.31 (2023-08-01) -* [bitnami/ghost] Release 19.3.31 (#18072) ([e048f53](https://github.com/bitnami/charts/commit/e048f53)), closes [#18072](https://github.com/bitnami/charts/issues/18072) +* [bitnami/ghost] Release 19.3.31 (#18072) ([e048f53](https://github.com/bitnami/charts/commit/e048f53b694fb9fbc04d7af0e7a69bc37671575d)), closes [#18072](https://github.com/bitnami/charts/issues/18072) ## 19.3.30 (2023-07-31) -* [bitnami/ghost] Release 19.3.30 (#18036) ([8b445d2](https://github.com/bitnami/charts/commit/8b445d2)), closes [#18036](https://github.com/bitnami/charts/issues/18036) +* [bitnami/ghost] Release 19.3.30 (#18036) ([8b445d2](https://github.com/bitnami/charts/commit/8b445d2ee607f6b7457a7357748ccc83afec61d1)), closes [#18036](https://github.com/bitnami/charts/issues/18036) ## 19.3.29 (2023-07-27) -* [bitnami/ghost] Release 19.3.29 (#18000) ([24a41b7](https://github.com/bitnami/charts/commit/24a41b7)), closes [#18000](https://github.com/bitnami/charts/issues/18000) +* [bitnami/ghost] Release 19.3.29 (#18000) ([24a41b7](https://github.com/bitnami/charts/commit/24a41b7040c9dab23e7b5703f62aedcab5f4fc17)), closes [#18000](https://github.com/bitnami/charts/issues/18000) ## 19.3.28 (2023-07-25) -* [bitnami/ghost] Release 19.3.28 (#17886) ([28514b5](https://github.com/bitnami/charts/commit/28514b5)), closes [#17886](https://github.com/bitnami/charts/issues/17886) +* [bitnami/ghost] Release 19.3.28 (#17886) ([28514b5](https://github.com/bitnami/charts/commit/28514b5a10bd0fff03fa4b6c09f4a35107417425)), closes [#17886](https://github.com/bitnami/charts/issues/17886) ## 19.3.27 (2023-07-22) -* [bitnami/ghost] Release 19.3.27 (#17827) ([36c2ed3](https://github.com/bitnami/charts/commit/36c2ed3)), closes [#17827](https://github.com/bitnami/charts/issues/17827) +* [bitnami/ghost] Release 19.3.27 (#17827) ([36c2ed3](https://github.com/bitnami/charts/commit/36c2ed3ec8660357f63f6ef1ef53ec30e16541d2)), closes [#17827](https://github.com/bitnami/charts/issues/17827) ## 19.3.26 (2023-07-22) -* [bitnami/ghost] Release 19.3.26 (#17820) ([7c3b707](https://github.com/bitnami/charts/commit/7c3b707)), closes [#17820](https://github.com/bitnami/charts/issues/17820) +* [bitnami/ghost] Release 19.3.26 (#17820) ([7c3b707](https://github.com/bitnami/charts/commit/7c3b707aa2bc10b3ba155d8953e9f847acd89536)), closes [#17820](https://github.com/bitnami/charts/issues/17820) ## 19.3.25 (2023-07-17) -* [bitnami/ghost] Release 19.3.25 (#17749) ([22b6815](https://github.com/bitnami/charts/commit/22b6815)), closes [#17749](https://github.com/bitnami/charts/issues/17749) +* [bitnami/ghost] Release 19.3.25 (#17749) ([22b6815](https://github.com/bitnami/charts/commit/22b68154490f0f2936fd00afda44dbdcdaee9e69)), closes [#17749](https://github.com/bitnami/charts/issues/17749) ## 19.3.24 (2023-07-14) -* [bitnami/ghost] Release 19.3.24 (#17719) ([1c74cf1](https://github.com/bitnami/charts/commit/1c74cf1)), closes [#17719](https://github.com/bitnami/charts/issues/17719) -* Use os-shell in tempate and Jaeger runtime params (#17557) ([91a49eb](https://github.com/bitnami/charts/commit/91a49eb)), closes [#17557](https://github.com/bitnami/charts/issues/17557) +* [bitnami/ghost] Release 19.3.24 (#17719) ([1c74cf1](https://github.com/bitnami/charts/commit/1c74cf14b431a680242dacfd60cbedd6646fe27e)), closes [#17719](https://github.com/bitnami/charts/issues/17719) +* Use os-shell in tempate and Jaeger runtime params (#17557) ([91a49eb](https://github.com/bitnami/charts/commit/91a49eb1e3c81c7b7c6c28d1bc5d6d6ae698c1e2)), closes [#17557](https://github.com/bitnami/charts/issues/17557) ## 19.3.23 (2023-07-08) -* [bitnami/ghost] Release 19.3.23 (#17528) ([23aa7f5](https://github.com/bitnami/charts/commit/23aa7f5)), closes [#17528](https://github.com/bitnami/charts/issues/17528) +* [bitnami/ghost] Release 19.3.23 (#17528) ([23aa7f5](https://github.com/bitnami/charts/commit/23aa7f5a94192d281fa25f2fc17f96e2da27975c)), closes [#17528](https://github.com/bitnami/charts/issues/17528) ## 19.3.22 (2023-07-05) -* [bitnami/ghost] Release 19.3.22 (#17486) ([a8eb95e](https://github.com/bitnami/charts/commit/a8eb95e)), closes [#17486](https://github.com/bitnami/charts/issues/17486) +* [bitnami/ghost] Release 19.3.22 (#17486) ([a8eb95e](https://github.com/bitnami/charts/commit/a8eb95ec6a71e695157a56c3d60122c8e3844b5e)), closes [#17486](https://github.com/bitnami/charts/issues/17486) ## 19.3.21 (2023-06-29) -* [bitnami/ghost] Release 19.3.21 (#17402) ([45e8372](https://github.com/bitnami/charts/commit/45e8372)), closes [#17402](https://github.com/bitnami/charts/issues/17402) -* Add copyright header (#17300) ([da68be8](https://github.com/bitnami/charts/commit/da68be8)), closes [#17300](https://github.com/bitnami/charts/issues/17300) +* [bitnami/ghost] Release 19.3.21 (#17402) ([45e8372](https://github.com/bitnami/charts/commit/45e837246b9eff97bc1b50dd9f9206e176afcc42)), closes [#17402](https://github.com/bitnami/charts/issues/17402) +* Add copyright header (#17300) ([da68be8](https://github.com/bitnami/charts/commit/da68be8e951225133c7dfb572d5101ca3d61c5ae)), closes [#17300](https://github.com/bitnami/charts/issues/17300) ## 19.3.20 (2023-06-24) -* [bitnami/ghost] Release 19.3.20 (#17336) ([76ff3e1](https://github.com/bitnami/charts/commit/76ff3e1)), closes [#17336](https://github.com/bitnami/charts/issues/17336) +* [bitnami/ghost] Release 19.3.20 (#17336) ([76ff3e1](https://github.com/bitnami/charts/commit/76ff3e1c061ddd319e9b176bcdd99c9b302d0ef2)), closes [#17336](https://github.com/bitnami/charts/issues/17336) ## 19.3.19 (2023-06-22) -* [bitnami/ghost] Release 19.3.19 (#17293) ([77799d3](https://github.com/bitnami/charts/commit/77799d3)), closes [#17293](https://github.com/bitnami/charts/issues/17293) -* Update charts readme (#17217) ([31b3c0a](https://github.com/bitnami/charts/commit/31b3c0a)), closes [#17217](https://github.com/bitnami/charts/issues/17217) +* [bitnami/ghost] Release 19.3.19 (#17293) ([77799d3](https://github.com/bitnami/charts/commit/77799d37048ed097488ee34e089378333c7bc4cf)), closes [#17293](https://github.com/bitnami/charts/issues/17293) +* Update charts readme (#17217) ([31b3c0a](https://github.com/bitnami/charts/commit/31b3c0afd968ff4429107e34101f7509e6a0e913)), closes [#17217](https://github.com/bitnami/charts/issues/17217) ## 19.3.18 (2023-06-21) -* [bitnami/ghost] Release 19.3.18 (#17253) ([5a1b9c1](https://github.com/bitnami/charts/commit/5a1b9c1)), closes [#17253](https://github.com/bitnami/charts/issues/17253) +* [bitnami/ghost] Release 19.3.18 (#17253) ([5a1b9c1](https://github.com/bitnami/charts/commit/5a1b9c10479fa30d99933ad24748406e173284e0)), closes [#17253](https://github.com/bitnami/charts/issues/17253) ## 19.3.17 (2023-06-20) -* [bitnami/ghost] Release 19.3.17 (#17196) ([5512a4c](https://github.com/bitnami/charts/commit/5512a4c)), closes [#17196](https://github.com/bitnami/charts/issues/17196) +* [bitnami/ghost] Release 19.3.17 (#17196) ([5512a4c](https://github.com/bitnami/charts/commit/5512a4cd06b68a52bb7864c75a452efce80b3055)), closes [#17196](https://github.com/bitnami/charts/issues/17196) ## 19.3.16 (2023-06-16) -* [bitnami/ghost] Release 19.3.16 (#17158) ([46b9b41](https://github.com/bitnami/charts/commit/46b9b41)), closes [#17158](https://github.com/bitnami/charts/issues/17158) +* [bitnami/ghost] Release 19.3.16 (#17158) ([46b9b41](https://github.com/bitnami/charts/commit/46b9b4123c73179a01abfac5d1d5d52a7efb191c)), closes [#17158](https://github.com/bitnami/charts/issues/17158) ## 19.3.15 (2023-06-15) -* [bitnami/ghost] Release 19.3.15 (#17137) ([3767459](https://github.com/bitnami/charts/commit/3767459)), closes [#17137](https://github.com/bitnami/charts/issues/17137) -* [bitnami/several] Remove 'Community supported solution' section from READMEs (#17119) ([4531d57](https://github.com/bitnami/charts/commit/4531d57)), closes [#17119](https://github.com/bitnami/charts/issues/17119) +* [bitnami/ghost] Release 19.3.15 (#17137) ([3767459](https://github.com/bitnami/charts/commit/3767459201500551c5c7463617bb42343aa04349)), closes [#17137](https://github.com/bitnami/charts/issues/17137) +* [bitnami/several] Remove 'Community supported solution' section from READMEs (#17119) ([4531d57](https://github.com/bitnami/charts/commit/4531d571914e970fe4cef19ae00a9fa4cc038f47)), closes [#17119](https://github.com/bitnami/charts/issues/17119) ## 19.3.14 (2023-06-13) -* [bitnami/ghost] Release 19.3.14 (#17101) ([cbcb009](https://github.com/bitnami/charts/commit/cbcb009)), closes [#17101](https://github.com/bitnami/charts/issues/17101) +* [bitnami/ghost] Release 19.3.14 (#17101) ([cbcb009](https://github.com/bitnami/charts/commit/cbcb00983611d7e8412ffa459dd4876fd7c6d068)), closes [#17101](https://github.com/bitnami/charts/issues/17101) ## 19.3.13 (2023-06-10) -* [bitnami/ghost] Release 19.3.13 (#17082) ([b6035fa](https://github.com/bitnami/charts/commit/b6035fa)), closes [#17082](https://github.com/bitnami/charts/issues/17082) +* [bitnami/ghost] Release 19.3.13 (#17082) ([b6035fa](https://github.com/bitnami/charts/commit/b6035fa5029a68d0271f9dcc694a04a20f520111)), closes [#17082](https://github.com/bitnami/charts/issues/17082) ## 19.3.12 (2023-06-06) -* [bitnami/ghost] Release 19.3.12 (#17054) ([69543eb](https://github.com/bitnami/charts/commit/69543eb)), closes [#17054](https://github.com/bitnami/charts/issues/17054) +* [bitnami/ghost] Release 19.3.12 (#17054) ([69543eb](https://github.com/bitnami/charts/commit/69543ebbd8a9c1e5eebfc52251c492bba7237557)), closes [#17054](https://github.com/bitnami/charts/issues/17054) ## 19.3.11 (2023-06-06) -* [bitnami/ghost] Release 19.3.11 (#17049) ([0e8859b](https://github.com/bitnami/charts/commit/0e8859b)), closes [#17049](https://github.com/bitnami/charts/issues/17049) +* [bitnami/ghost] Release 19.3.11 (#17049) ([0e8859b](https://github.com/bitnami/charts/commit/0e8859be01f8bd9f1888c8434f60fb2f8428ff40)), closes [#17049](https://github.com/bitnami/charts/issues/17049) ## 19.3.10 (2023-06-05) -* [bitnami/*] Change copyright section in READMEs (#17006) ([ef986a1](https://github.com/bitnami/charts/commit/ef986a1)), closes [#17006](https://github.com/bitnami/charts/issues/17006) -* [bitnami/ghost] Release 19.3.10 (#17021) ([3876e5e](https://github.com/bitnami/charts/commit/3876e5e)), closes [#17021](https://github.com/bitnami/charts/issues/17021) +* [bitnami/*] Change copyright section in READMEs (#17006) ([ef986a1](https://github.com/bitnami/charts/commit/ef986a1605241102b3dcafe9fd8089e6fc1201ad)), closes [#17006](https://github.com/bitnami/charts/issues/17006) +* [bitnami/ghost] Release 19.3.10 (#17021) ([3876e5e](https://github.com/bitnami/charts/commit/3876e5ec34007cf46f8868178319e1fc0e7fe62f)), closes [#17021](https://github.com/bitnami/charts/issues/17021) ## 19.3.9 (2023-06-02) -* [bitnami/ghost] Release 19.3.9 (#17011) ([52454ca](https://github.com/bitnami/charts/commit/52454ca)), closes [#17011](https://github.com/bitnami/charts/issues/17011) -* [bitnami/several] Change copyright section in READMEs (#16989) ([5b6a5cf](https://github.com/bitnami/charts/commit/5b6a5cf)), closes [#16989](https://github.com/bitnami/charts/issues/16989) +* [bitnami/ghost] Release 19.3.9 (#17011) ([52454ca](https://github.com/bitnami/charts/commit/52454ca4f01eadd8d073054258ea0bc619584edf)), closes [#17011](https://github.com/bitnami/charts/issues/17011) +* [bitnami/several] Change copyright section in READMEs (#16989) ([5b6a5cf](https://github.com/bitnami/charts/commit/5b6a5cfb7625a751848a2e5cd796bd7278f406ca)), closes [#16989](https://github.com/bitnami/charts/issues/16989) ## 19.3.8 (2023-05-30) -* [bitnami/ghost] Release 19.3.8 (#16968) ([8782013](https://github.com/bitnami/charts/commit/8782013)), closes [#16968](https://github.com/bitnami/charts/issues/16968) +* [bitnami/ghost] Release 19.3.8 (#16968) ([8782013](https://github.com/bitnami/charts/commit/87820137aa81ce8bb093279c1ff12ff0470f4506)), closes [#16968](https://github.com/bitnami/charts/issues/16968) ## 19.3.7 (2023-05-26) -* [bitnami/ghost] Release 19.3.7 (#16932) ([e3e59cc](https://github.com/bitnami/charts/commit/e3e59cc)), closes [#16932](https://github.com/bitnami/charts/issues/16932) +* [bitnami/ghost] Release 19.3.7 (#16932) ([e3e59cc](https://github.com/bitnami/charts/commit/e3e59cc9908f8a9559036a4206c908014e0d4dfa)), closes [#16932](https://github.com/bitnami/charts/issues/16932) ## 19.3.6 (2023-05-21) -* [bitnami/ghost] Release 19.3.6 (#16769) ([12fd47c](https://github.com/bitnami/charts/commit/12fd47c)), closes [#16769](https://github.com/bitnami/charts/issues/16769) +* [bitnami/ghost] Release 19.3.6 (#16769) ([12fd47c](https://github.com/bitnami/charts/commit/12fd47ceb9e796251b86152bc589fbebb33ab41a)), closes [#16769](https://github.com/bitnami/charts/issues/16769) ## 19.3.5 (2023-05-18) -* [bitnami/ghost] Release 19.3.5 (#16739) ([3877d9c](https://github.com/bitnami/charts/commit/3877d9c)), closes [#16739](https://github.com/bitnami/charts/issues/16739) +* [bitnami/ghost] Release 19.3.5 (#16739) ([3877d9c](https://github.com/bitnami/charts/commit/3877d9c7f7520dafaa80c3cdd54c503f1f0b473d)), closes [#16739](https://github.com/bitnami/charts/issues/16739) ## 19.3.4 (2023-05-17) -* [bitnami/ghost] Release 19.3.4 (#16716) ([0b9972d](https://github.com/bitnami/charts/commit/0b9972d)), closes [#16716](https://github.com/bitnami/charts/issues/16716) +* [bitnami/ghost] Release 19.3.4 (#16716) ([0b9972d](https://github.com/bitnami/charts/commit/0b9972d14d0bf13adf59068ce86d8921526aa86f)), closes [#16716](https://github.com/bitnami/charts/issues/16716) ## 19.3.3 (2023-05-16) -* [bitnami/ghost] Release 19.3.3 (#16699) ([e7b1842](https://github.com/bitnami/charts/commit/e7b1842)), closes [#16699](https://github.com/bitnami/charts/issues/16699) +* [bitnami/ghost] Release 19.3.3 (#16699) ([e7b1842](https://github.com/bitnami/charts/commit/e7b1842706fd5d4efadd42fd712ba1907b64f25d)), closes [#16699](https://github.com/bitnami/charts/issues/16699) ## 19.3.2 (2023-05-15) -* [bitnami/ghost] Release 19.3.2 (#16653) ([cc64dde](https://github.com/bitnami/charts/commit/cc64dde)), closes [#16653](https://github.com/bitnami/charts/issues/16653) +* [bitnami/ghost] Release 19.3.2 (#16653) ([cc64dde](https://github.com/bitnami/charts/commit/cc64dde9ac87660dac2e375e774c80b84290b409)), closes [#16653](https://github.com/bitnami/charts/issues/16653) ## 19.3.1 (2023-05-12) -* [bitnami/ghost] Release 19.3.1 (#16630) ([fcdb526](https://github.com/bitnami/charts/commit/fcdb526)), closes [#16630](https://github.com/bitnami/charts/issues/16630) -* Add wording for enterprise page (#16560) ([8f22774](https://github.com/bitnami/charts/commit/8f22774)), closes [#16560](https://github.com/bitnami/charts/issues/16560) +* [bitnami/ghost] Release 19.3.1 (#16630) ([fcdb526](https://github.com/bitnami/charts/commit/fcdb526c2c76c52d61c1dfff7c7cd07ef18c6fd3)), closes [#16630](https://github.com/bitnami/charts/issues/16630) +* Add wording for enterprise page (#16560) ([8f22774](https://github.com/bitnami/charts/commit/8f2277440b976d52785ba9149762ad8620a73d1f)), closes [#16560](https://github.com/bitnami/charts/issues/16560) ## 19.3.0 (2023-05-09) -* [bitnami/several] Adapt Chart.yaml to set desired OCI annotations (#16546) ([fc9b18f](https://github.com/bitnami/charts/commit/fc9b18f)), closes [#16546](https://github.com/bitnami/charts/issues/16546) +* [bitnami/several] Adapt Chart.yaml to set desired OCI annotations (#16546) ([fc9b18f](https://github.com/bitnami/charts/commit/fc9b18f2e98805d4df629acbcde696f44f973344)), closes [#16546](https://github.com/bitnami/charts/issues/16546) ## 19.2.5 (2023-05-09) -* [bitnami/ghost] Release 19.2.5 (#16452) ([6c427a3](https://github.com/bitnami/charts/commit/6c427a3)), closes [#16452](https://github.com/bitnami/charts/issues/16452) +* [bitnami/ghost] Release 19.2.5 (#16452) ([6c427a3](https://github.com/bitnami/charts/commit/6c427a360861175eeabc4e201aa3583140756c50)), closes [#16452](https://github.com/bitnami/charts/issues/16452) ## 19.2.4 (2023-05-05) -* [bitnami/ghost] Release 19.2.4 (#16413) ([f3600f1](https://github.com/bitnami/charts/commit/f3600f1)), closes [#16413](https://github.com/bitnami/charts/issues/16413) +* [bitnami/ghost] Release 19.2.4 (#16413) ([f3600f1](https://github.com/bitnami/charts/commit/f3600f192e1b545faab362cbb87a9743633b81c8)), closes [#16413](https://github.com/bitnami/charts/issues/16413) ## 19.2.3 (2023-05-03) -* [bitnami/ghost] Release 19.2.3 (#16365) ([7eb3aef](https://github.com/bitnami/charts/commit/7eb3aef)), closes [#16365](https://github.com/bitnami/charts/issues/16365) +* [bitnami/ghost] Release 19.2.3 (#16365) ([7eb3aef](https://github.com/bitnami/charts/commit/7eb3aef587c0a526e2dde9988ff3dc4627630bd0)), closes [#16365](https://github.com/bitnami/charts/issues/16365) ## 19.2.2 (2023-04-29) -* [bitnami/ghost] Release 19.2.2 (#16283) ([9e0df6c](https://github.com/bitnami/charts/commit/9e0df6c)), closes [#16283](https://github.com/bitnami/charts/issues/16283) +* [bitnami/ghost] Release 19.2.2 (#16283) ([9e0df6c](https://github.com/bitnami/charts/commit/9e0df6c03f79d5e6e420e74b882c889cdccaa9d7)), closes [#16283](https://github.com/bitnami/charts/issues/16283) ## 19.2.1 (2023-04-25) -* [bitnami/ghost] Release 19.2.1 (#16231) ([172286a](https://github.com/bitnami/charts/commit/172286a)), closes [#16231](https://github.com/bitnami/charts/issues/16231) +* [bitnami/ghost] Release 19.2.1 (#16231) ([172286a](https://github.com/bitnami/charts/commit/172286a5937a4300d2c418d0fceea51b841ad3d1)), closes [#16231](https://github.com/bitnami/charts/issues/16231) ## 19.2.0 (2023-04-20) -* [bitnami/*] Make Helm charts 100% OCI (#15998) ([8841510](https://github.com/bitnami/charts/commit/8841510)), closes [#15998](https://github.com/bitnami/charts/issues/15998) +* [bitnami/*] Make Helm charts 100% OCI (#15998) ([8841510](https://github.com/bitnami/charts/commit/884151035efcbf2e1b3206e7def85511073fb57d)), closes [#15998](https://github.com/bitnami/charts/issues/15998) ## 19.1.81 (2023-04-14) -* [bitnami/ghost] Release 19.1.81 (#16068) ([36cc93a](https://github.com/bitnami/charts/commit/36cc93a)), closes [#16068](https://github.com/bitnami/charts/issues/16068) +* [bitnami/ghost] Release 19.1.81 (#16068) ([36cc93a](https://github.com/bitnami/charts/commit/36cc93a28a4aad39b522748aaaed8cc7c715cf1f)), closes [#16068](https://github.com/bitnami/charts/issues/16068) ## 19.1.80 (2023-04-14) -* [bitnami/ghost] Release 19.1.80 (#16064) ([32dbdce](https://github.com/bitnami/charts/commit/32dbdce)), closes [#16064](https://github.com/bitnami/charts/issues/16064) +* [bitnami/ghost] Release 19.1.80 (#16064) ([32dbdce](https://github.com/bitnami/charts/commit/32dbdce1654d0db236ad2300d6f92fedbce43192)), closes [#16064](https://github.com/bitnami/charts/issues/16064) ## 19.1.79 (2023-03-18) -* [bitnami/ghost] Release 19.1.79 (#15573) ([cfdd5c2](https://github.com/bitnami/charts/commit/cfdd5c2)), closes [#15573](https://github.com/bitnami/charts/issues/15573) +* [bitnami/ghost] Release 19.1.79 (#15573) ([cfdd5c2](https://github.com/bitnami/charts/commit/cfdd5c20a7ef58fa6dad67e653e8a58f7508c5f4)), closes [#15573](https://github.com/bitnami/charts/issues/15573) ## 19.1.78 (2023-03-10) -* [bitnami/charts] Apply linter to README files (#15357) ([0e29e60](https://github.com/bitnami/charts/commit/0e29e60)), closes [#15357](https://github.com/bitnami/charts/issues/15357) -* [bitnami/ghost] Release 19.1.78 (#15460) ([4e2a973](https://github.com/bitnami/charts/commit/4e2a973)), closes [#15460](https://github.com/bitnami/charts/issues/15460) +* [bitnami/charts] Apply linter to README files (#15357) ([0e29e60](https://github.com/bitnami/charts/commit/0e29e600d3adc8b1b46e506eccb3decfab3b4e63)), closes [#15357](https://github.com/bitnami/charts/issues/15357) +* [bitnami/ghost] Release 19.1.78 (#15460) ([4e2a973](https://github.com/bitnami/charts/commit/4e2a973cb3002373c6cf90a5a2c638ad5bdf1d8a)), closes [#15460](https://github.com/bitnami/charts/issues/15460) ## 19.1.77 (2023-03-03) -* [bitnami/ghost] Release 19.1.77 (#15326) ([3acf64e](https://github.com/bitnami/charts/commit/3acf64e)), closes [#15326](https://github.com/bitnami/charts/issues/15326) +* [bitnami/ghost] Release 19.1.77 (#15326) ([3acf64e](https://github.com/bitnami/charts/commit/3acf64e92912bb2ff44606d483bd64c9c7550785)), closes [#15326](https://github.com/bitnami/charts/issues/15326) ## 19.1.76 (2023-03-02) -* [bitnami/ghost] Release 19.1.76 (#15307) ([daf9235](https://github.com/bitnami/charts/commit/daf9235)), closes [#15307](https://github.com/bitnami/charts/issues/15307) +* [bitnami/ghost] Release 19.1.76 (#15307) ([daf9235](https://github.com/bitnami/charts/commit/daf9235d414d76fa873c733d20b0db424b3aef01)), closes [#15307](https://github.com/bitnami/charts/issues/15307) ## 19.1.75 (2023-03-01) -* [bitnami/ghost] Release 19.1.75 (#15199) ([767f1cd](https://github.com/bitnami/charts/commit/767f1cd)), closes [#15199](https://github.com/bitnami/charts/issues/15199) +* [bitnami/ghost] Release 19.1.75 (#15199) ([767f1cd](https://github.com/bitnami/charts/commit/767f1cd31d939dad274a1472f6949b686968186d)), closes [#15199](https://github.com/bitnami/charts/issues/15199) ## 19.1.74 (2023-02-24) -* [bitnami/ghost] Release 19.1.74 (#15144) ([0afd4b5](https://github.com/bitnami/charts/commit/0afd4b5)), closes [#15144](https://github.com/bitnami/charts/issues/15144) +* [bitnami/ghost] Release 19.1.74 (#15144) ([0afd4b5](https://github.com/bitnami/charts/commit/0afd4b5d8caa408ce2e6829f0ec8b07a7e2e202a)), closes [#15144](https://github.com/bitnami/charts/issues/15144) ## 19.1.73 (2023-02-22) -* [bitnami/ghost] Release 19.1.73 (#15101) ([6a97d8e](https://github.com/bitnami/charts/commit/6a97d8e)), closes [#15101](https://github.com/bitnami/charts/issues/15101) +* [bitnami/ghost] Release 19.1.73 (#15101) ([6a97d8e](https://github.com/bitnami/charts/commit/6a97d8e522f9a750773195ab0e96de661a88e662)), closes [#15101](https://github.com/bitnami/charts/issues/15101) ## 19.1.72 (2023-02-17) -* [bitnami/ghost] Release 19.1.72 (#15006) ([596133e](https://github.com/bitnami/charts/commit/596133e)), closes [#15006](https://github.com/bitnami/charts/issues/15006) +* [bitnami/ghost] Release 19.1.72 (#15006) ([596133e](https://github.com/bitnami/charts/commit/596133e00301d895c87fa82f69d961bb47d94f3e)), closes [#15006](https://github.com/bitnami/charts/issues/15006) ## 19.1.71 (2023-02-17) -* [bitnami/*] Fix markdown linter issues (#14874) ([a51e0e8](https://github.com/bitnami/charts/commit/a51e0e8)), closes [#14874](https://github.com/bitnami/charts/issues/14874) -* [bitnami/*] Fix markdown linter issues 2 (#14890) ([aa96572](https://github.com/bitnami/charts/commit/aa96572)), closes [#14890](https://github.com/bitnami/charts/issues/14890) -* [bitnami/*] Remove unexpected extra spaces (#14873) ([c97c714](https://github.com/bitnami/charts/commit/c97c714)), closes [#14873](https://github.com/bitnami/charts/issues/14873) -* [bitnami/ghost] Release 19.1.71 (#14975) ([af0e661](https://github.com/bitnami/charts/commit/af0e661)), closes [#14975](https://github.com/bitnami/charts/issues/14975) +* [bitnami/*] Fix markdown linter issues (#14874) ([a51e0e8](https://github.com/bitnami/charts/commit/a51e0e8d35495b907f3e70dd2f8e7c3bcbf4166a)), closes [#14874](https://github.com/bitnami/charts/issues/14874) +* [bitnami/*] Fix markdown linter issues 2 (#14890) ([aa96572](https://github.com/bitnami/charts/commit/aa9657237ee8df4a46db0d7fdf8a23230dd6902a)), closes [#14890](https://github.com/bitnami/charts/issues/14890) +* [bitnami/*] Remove unexpected extra spaces (#14873) ([c97c714](https://github.com/bitnami/charts/commit/c97c714887380d47eae7bfeff316bf01595ecd1d)), closes [#14873](https://github.com/bitnami/charts/issues/14873) +* [bitnami/ghost] Release 19.1.71 (#14975) ([af0e661](https://github.com/bitnami/charts/commit/af0e66108dcd211be641ddb68b291a7792dccbc6)), closes [#14975](https://github.com/bitnami/charts/issues/14975) ## 19.1.70 (2023-02-13) -* [bitnami/ghost] Release 19.1.70 (#14864) ([d789e90](https://github.com/bitnami/charts/commit/d789e90)), closes [#14864](https://github.com/bitnami/charts/issues/14864) +* [bitnami/ghost] Release 19.1.70 (#14864) ([d789e90](https://github.com/bitnami/charts/commit/d789e903129695a71715efc23865a75ee32e56b8)), closes [#14864](https://github.com/bitnami/charts/issues/14864) ## 19.1.69 (2023-02-09) -* [bitnami/ghost] Release 19.1.69 (#14816) ([13b43c2](https://github.com/bitnami/charts/commit/13b43c2)), closes [#14816](https://github.com/bitnami/charts/issues/14816) +* [bitnami/ghost] Release 19.1.69 (#14816) ([13b43c2](https://github.com/bitnami/charts/commit/13b43c2a47132e51f994f45b806675f51d9f07e3)), closes [#14816](https://github.com/bitnami/charts/issues/14816) ## 19.1.68 (2023-02-07) -* [bitnami/ghost] Release 19.1.68 (#14783) ([246a772](https://github.com/bitnami/charts/commit/246a772)), closes [#14783](https://github.com/bitnami/charts/issues/14783) +* [bitnami/ghost] Release 19.1.68 (#14783) ([246a772](https://github.com/bitnami/charts/commit/246a7723e5aeaa4eced09445ae51f6147173d479)), closes [#14783](https://github.com/bitnami/charts/issues/14783) ## 19.1.67 (2023-02-03) -* [bitnami/ghost] Release 19.1.67 (#14742) ([1a51773](https://github.com/bitnami/charts/commit/1a51773)), closes [#14742](https://github.com/bitnami/charts/issues/14742) +* [bitnami/ghost] Release 19.1.67 (#14742) ([1a51773](https://github.com/bitnami/charts/commit/1a51773329d452da2ae4c3e681d97ef51e46b2da)), closes [#14742](https://github.com/bitnami/charts/issues/14742) ## 19.1.66 (2023-02-02) -* [bitnami/ghost] Release 19.1.66 (#14732) ([69cdea1](https://github.com/bitnami/charts/commit/69cdea1)), closes [#14732](https://github.com/bitnami/charts/issues/14732) +* [bitnami/ghost] Release 19.1.66 (#14732) ([69cdea1](https://github.com/bitnami/charts/commit/69cdea18b67af6c821035f998a308d8c0d2fcc34)), closes [#14732](https://github.com/bitnami/charts/issues/14732) ## 19.1.65 (2023-02-02) -* [bitnami/ghost] Release 19.1.65 (#14726) ([98cf394](https://github.com/bitnami/charts/commit/98cf394)), closes [#14726](https://github.com/bitnami/charts/issues/14726) +* [bitnami/ghost] Release 19.1.65 (#14726) ([98cf394](https://github.com/bitnami/charts/commit/98cf3947a46c803f92a299c25dea76557baea3ff)), closes [#14726](https://github.com/bitnami/charts/issues/14726) ## 19.1.64 (2023-02-01) -* [bitnami/ghost] Release 19.1.64 (#14708) ([b69f18b](https://github.com/bitnami/charts/commit/b69f18b)), closes [#14708](https://github.com/bitnami/charts/issues/14708) +* [bitnami/ghost] Release 19.1.64 (#14708) ([b69f18b](https://github.com/bitnami/charts/commit/b69f18b51f5213cadda776dbf83bb1e707a3622e)), closes [#14708](https://github.com/bitnami/charts/issues/14708) ## 19.1.63 (2023-02-01) -* [bitnami/ghost] Release 19.1.63 (#14689) ([2fc2bd7](https://github.com/bitnami/charts/commit/2fc2bd7)), closes [#14689](https://github.com/bitnami/charts/issues/14689) +* [bitnami/ghost] Release 19.1.63 (#14689) ([2fc2bd7](https://github.com/bitnami/charts/commit/2fc2bd7de16558d3b17b5ab3b8e9093ae03a4061)), closes [#14689](https://github.com/bitnami/charts/issues/14689) ## 19.1.62 (2023-01-31) -* [bitnami/*] Change copyright date (#14682) ([add4ec7](https://github.com/bitnami/charts/commit/add4ec7)), closes [#14682](https://github.com/bitnami/charts/issues/14682) -* [bitnami/ghost] Don't regenerate self-signed certs on upgrade (#14621) ([ab09c4e](https://github.com/bitnami/charts/commit/ab09c4e)), closes [#14621](https://github.com/bitnami/charts/issues/14621) +* [bitnami/*] Change copyright date (#14682) ([add4ec7](https://github.com/bitnami/charts/commit/add4ec701108ac36ed4de2dffbdf407a0d091067)), closes [#14682](https://github.com/bitnami/charts/issues/14682) +* [bitnami/ghost] Don't regenerate self-signed certs on upgrade (#14621) ([ab09c4e](https://github.com/bitnami/charts/commit/ab09c4ed6bf53fd6f686ba1a379162c2068b29ad)), closes [#14621](https://github.com/bitnami/charts/issues/14621) ## 19.1.61 (2023-01-26) -* [bitnami/ghost] Release 19.1.61 (#14555) ([cee381d](https://github.com/bitnami/charts/commit/cee381d)), closes [#14555](https://github.com/bitnami/charts/issues/14555) +* [bitnami/ghost] Release 19.1.61 (#14555) ([cee381d](https://github.com/bitnami/charts/commit/cee381dc38bb0b09fe18c1e9b7d471e15298f5d4)), closes [#14555](https://github.com/bitnami/charts/issues/14555) ## 19.1.60 (2023-01-20) -* [bitnami/*] Change licenses annotation format (#14377) ([0ab7608](https://github.com/bitnami/charts/commit/0ab7608)), closes [#14377](https://github.com/bitnami/charts/issues/14377) -* [bitnami/*] Unify READMEs (#14472) ([2064fb8](https://github.com/bitnami/charts/commit/2064fb8)), closes [#14472](https://github.com/bitnami/charts/issues/14472) -* [bitnami/ghost] Release 19.1.60 (#14483) ([c881b46](https://github.com/bitnami/charts/commit/c881b46)), closes [#14483](https://github.com/bitnami/charts/issues/14483) +* [bitnami/*] Change licenses annotation format (#14377) ([0ab7608](https://github.com/bitnami/charts/commit/0ab760862c660fcc78cffadf8e1d8cdd70881473)), closes [#14377](https://github.com/bitnami/charts/issues/14377) +* [bitnami/*] Unify READMEs (#14472) ([2064fb8](https://github.com/bitnami/charts/commit/2064fb8dcc78a845cdede8211af8c3cc52551161)), closes [#14472](https://github.com/bitnami/charts/issues/14472) +* [bitnami/ghost] Release 19.1.60 (#14483) ([c881b46](https://github.com/bitnami/charts/commit/c881b4628b7ccc415b52e26be7cb668d307578dd)), closes [#14483](https://github.com/bitnami/charts/issues/14483) ## 19.1.59 (2023-01-16) -* [bitnami/ghost] Release 19.1.59 (#14371) ([3b89030](https://github.com/bitnami/charts/commit/3b89030)), closes [#14371](https://github.com/bitnami/charts/issues/14371) +* [bitnami/ghost] Release 19.1.59 (#14371) ([3b89030](https://github.com/bitnami/charts/commit/3b890305f6881a401908544b736a041597e4629e)), closes [#14371](https://github.com/bitnami/charts/issues/14371) ## 19.1.58 (2023-01-13) -* [bitnami/*] Add license annotation and remove obsolete engine parameter (#14293) ([da2a794](https://github.com/bitnami/charts/commit/da2a794)), closes [#14293](https://github.com/bitnami/charts/issues/14293) -* [bitnami/ghost] Release 19.1.58 (#14347) ([8f92118](https://github.com/bitnami/charts/commit/8f92118)), closes [#14347](https://github.com/bitnami/charts/issues/14347) +* [bitnami/*] Add license annotation and remove obsolete engine parameter (#14293) ([da2a794](https://github.com/bitnami/charts/commit/da2a7943bae95b6e9b5b4ed972c15e990b69fdb0)), closes [#14293](https://github.com/bitnami/charts/issues/14293) +* [bitnami/ghost] Release 19.1.58 (#14347) ([8f92118](https://github.com/bitnami/charts/commit/8f9211873a4036d1eaeb083e6f2880a31fdf112e)), closes [#14347](https://github.com/bitnami/charts/issues/14347) ## 19.1.57 (2023-01-11) -* [bitnami/ghost] Bump version chart to force new publish (#14287) ([cea6b32](https://github.com/bitnami/charts/commit/cea6b32)), closes [#14287](https://github.com/bitnami/charts/issues/14287) +* [bitnami/ghost] Bump version chart to force new publish (#14287) ([cea6b32](https://github.com/bitnami/charts/commit/cea6b32f95242ccd40c73ee5b6631cb3782fbf0e)), closes [#14287](https://github.com/bitnami/charts/issues/14287) ## 19.1.56 (2023-01-11) -* [bitnami/ghost] Release 19.1.56 (#14283) ([afafafa](https://github.com/bitnami/charts/commit/afafafa)), closes [#14283](https://github.com/bitnami/charts/issues/14283) +* [bitnami/ghost] Release 19.1.56 (#14283) ([afafafa](https://github.com/bitnami/charts/commit/afafafa0f6920e77c1e309eddcbc9f16d40efeaf)), closes [#14283](https://github.com/bitnami/charts/issues/14283) ## 19.1.55 (2023-01-06) -* [bitnami/ghost] Release 19.1.55 (#14216) ([d009cba](https://github.com/bitnami/charts/commit/d009cba)), closes [#14216](https://github.com/bitnami/charts/issues/14216) +* [bitnami/ghost] Release 19.1.55 (#14216) ([d009cba](https://github.com/bitnami/charts/commit/d009cba8bbb12472ba95fe52d3aef6598d1e2984)), closes [#14216](https://github.com/bitnami/charts/issues/14216) ## 19.1.54 (2023-01-05) -* [bitnami/ghost] Release 19.1.54 (#14197) ([1a8e022](https://github.com/bitnami/charts/commit/1a8e022)), closes [#14197](https://github.com/bitnami/charts/issues/14197) +* [bitnami/ghost] Release 19.1.54 (#14197) ([1a8e022](https://github.com/bitnami/charts/commit/1a8e022f5134b593a0baaa6bfabaa42e0ec00cf6)), closes [#14197](https://github.com/bitnami/charts/issues/14197) ## 19.1.53 (2022-12-30) -* [bitnami/ghost] Release 19.1.53 (#14143) ([61a8383](https://github.com/bitnami/charts/commit/61a8383)), closes [#14143](https://github.com/bitnami/charts/issues/14143) +* [bitnami/ghost] Release 19.1.53 (#14143) ([61a8383](https://github.com/bitnami/charts/commit/61a83832c00364d68915b3fff62056d156bea755)), closes [#14143](https://github.com/bitnami/charts/issues/14143) ## 19.1.52 (2022-12-23) -* [bitnami/ghost] Release 19.1.52 (#14088) ([1ffd84b](https://github.com/bitnami/charts/commit/1ffd84b)), closes [#14088](https://github.com/bitnami/charts/issues/14088) +* [bitnami/ghost] Release 19.1.52 (#14088) ([1ffd84b](https://github.com/bitnami/charts/commit/1ffd84bf044295649982c1fbf4714a278affbe84)), closes [#14088](https://github.com/bitnami/charts/issues/14088) ## 19.1.51 (2022-12-20) -* [bitnami/ghost] Release 19.1.51 (#14051) ([5d2c77e](https://github.com/bitnami/charts/commit/5d2c77e)), closes [#14051](https://github.com/bitnami/charts/issues/14051) +* [bitnami/ghost] Release 19.1.51 (#14051) ([5d2c77e](https://github.com/bitnami/charts/commit/5d2c77ef91e46774a47f31ecb434ea6d1396ed86)), closes [#14051](https://github.com/bitnami/charts/issues/14051) ## 19.1.50 (2022-12-16) -* [bitnami/ghost] Release 19.1.50 (#14000) ([63c4d59](https://github.com/bitnami/charts/commit/63c4d59)), closes [#14000](https://github.com/bitnami/charts/issues/14000) +* [bitnami/ghost] Release 19.1.50 (#14000) ([63c4d59](https://github.com/bitnami/charts/commit/63c4d59d91d611212394e163b9f57bbef4d4fbd6)), closes [#14000](https://github.com/bitnami/charts/issues/14000) ## 19.1.49 (2022-12-16) -* [bitnami/ghost] Release 19.1.49 (#13996) ([4574005](https://github.com/bitnami/charts/commit/4574005)), closes [#13996](https://github.com/bitnami/charts/issues/13996) +* [bitnami/ghost] Release 19.1.49 (#13996) ([4574005](https://github.com/bitnami/charts/commit/45740054df13afb873c385b5ea14ab14fbc6edf4)), closes [#13996](https://github.com/bitnami/charts/issues/13996) ## 19.1.48 (2022-12-14) -* [bitnami/ghost] Release 19.1.48 (#13965) ([9e54c79](https://github.com/bitnami/charts/commit/9e54c79)), closes [#13965](https://github.com/bitnami/charts/issues/13965) +* [bitnami/ghost] Release 19.1.48 (#13965) ([9e54c79](https://github.com/bitnami/charts/commit/9e54c79e63265d5db3d087fb6935aa7b4c6a4f88)), closes [#13965](https://github.com/bitnami/charts/issues/13965) ## 19.1.47 (2022-12-13) -* [bitnami/ghost] Release 19.1.47 (#13944) ([c2d1a82](https://github.com/bitnami/charts/commit/c2d1a82)), closes [#13944](https://github.com/bitnami/charts/issues/13944) +* [bitnami/ghost] Release 19.1.47 (#13944) ([c2d1a82](https://github.com/bitnami/charts/commit/c2d1a82e78b94ccc67080e37c71e13df6930d1c2)), closes [#13944](https://github.com/bitnami/charts/issues/13944) ## 19.1.46 (2022-12-10) -* [bitnami/ghost] Release 19.1.46 (#13899) ([9b85ebb](https://github.com/bitnami/charts/commit/9b85ebb)), closes [#13899](https://github.com/bitnami/charts/issues/13899) +* [bitnami/ghost] Release 19.1.46 (#13899) ([9b85ebb](https://github.com/bitnami/charts/commit/9b85ebb384feae4889b6e7fae0d1089a04a0b46c)), closes [#13899](https://github.com/bitnami/charts/issues/13899) ## 19.1.45 (2022-12-07) -* [bitnami/ghost] Release 19.1.45 (#13866) ([9e49f82](https://github.com/bitnami/charts/commit/9e49f82)), closes [#13866](https://github.com/bitnami/charts/issues/13866) +* [bitnami/ghost] Release 19.1.45 (#13866) ([9e49f82](https://github.com/bitnami/charts/commit/9e49f82edd0d4a0068e85e393cc9a3fe345ffe03)), closes [#13866](https://github.com/bitnami/charts/issues/13866) ## 19.1.44 (2022-12-06) -* [bitnami/ghost] Release 19.1.44 (#13848) ([55969b7](https://github.com/bitnami/charts/commit/55969b7)), closes [#13848](https://github.com/bitnami/charts/issues/13848) +* [bitnami/ghost] Release 19.1.44 (#13848) ([55969b7](https://github.com/bitnami/charts/commit/55969b7113ecb9e06c078124e8125534a1852f36)), closes [#13848](https://github.com/bitnami/charts/issues/13848) ## 19.1.43 (2022-12-02) -* [bitnami/ghost] Release 19.1.43 (#13814) ([213b441](https://github.com/bitnami/charts/commit/213b441)), closes [#13814](https://github.com/bitnami/charts/issues/13814) +* [bitnami/ghost] Release 19.1.43 (#13814) ([213b441](https://github.com/bitnami/charts/commit/213b441b4b52f153970015dcf70f59057dac8854)), closes [#13814](https://github.com/bitnami/charts/issues/13814) ## 19.1.42 (2022-11-28) -* [bitnami/ghost] Release 19.1.42 (#13728) ([2289862](https://github.com/bitnami/charts/commit/2289862)), closes [#13728](https://github.com/bitnami/charts/issues/13728) +* [bitnami/ghost] Release 19.1.42 (#13728) ([2289862](https://github.com/bitnami/charts/commit/228986238ac026a5e68da0311aadcacba01716fa)), closes [#13728](https://github.com/bitnami/charts/issues/13728) ## 19.1.41 (2022-11-28) -* [bitnami/ghost] Release 19.1.41 (#13724) ([c18dd3c](https://github.com/bitnami/charts/commit/c18dd3c)), closes [#13724](https://github.com/bitnami/charts/issues/13724) +* [bitnami/ghost] Release 19.1.41 (#13724) ([c18dd3c](https://github.com/bitnami/charts/commit/c18dd3ca5b6ba6561a9b2931ec8b5f7b1a64e3ad)), closes [#13724](https://github.com/bitnami/charts/issues/13724) ## 19.1.40 (2022-11-25) -* [bitnami/ghost] Release 19.1.40 (#13700) ([9260e58](https://github.com/bitnami/charts/commit/9260e58)), closes [#13700](https://github.com/bitnami/charts/issues/13700) +* [bitnami/ghost] Release 19.1.40 (#13700) ([9260e58](https://github.com/bitnami/charts/commit/9260e58ee27fadfc8d3664564f820af9f4157e1d)), closes [#13700](https://github.com/bitnami/charts/issues/13700) ## 19.1.39 (2022-11-18) -* [bitnami/ghost] Release 19.1.39 (#13589) ([5f618fd](https://github.com/bitnami/charts/commit/5f618fd)), closes [#13589](https://github.com/bitnami/charts/issues/13589) +* [bitnami/ghost] Release 19.1.39 (#13589) ([5f618fd](https://github.com/bitnami/charts/commit/5f618fdb9ec06c84758cf60b10d3670a44f1f390)), closes [#13589](https://github.com/bitnami/charts/issues/13589) ## 19.1.38 (2022-11-15) -* [bitnami/ghost] Release 19.1.38 (#13531) ([1630244](https://github.com/bitnami/charts/commit/1630244)), closes [#13531](https://github.com/bitnami/charts/issues/13531) +* [bitnami/ghost] Release 19.1.38 (#13531) ([1630244](https://github.com/bitnami/charts/commit/163024490911805390548d1b9c664a42ffd66a89)), closes [#13531](https://github.com/bitnami/charts/issues/13531) ## 19.1.37 (2022-11-13) -* [bitnami/ghost] Release 19.1.37 (#13492) ([e204f3c](https://github.com/bitnami/charts/commit/e204f3c)), closes [#13492](https://github.com/bitnami/charts/issues/13492) +* [bitnami/ghost] Release 19.1.37 (#13492) ([e204f3c](https://github.com/bitnami/charts/commit/e204f3ca0938f6dec056eb69d9001bc6229496bf)), closes [#13492](https://github.com/bitnami/charts/issues/13492) ## 19.1.36 (2022-11-09) -* [bitnami/ghost] Release 19.1.36 (#13444) ([84e740a](https://github.com/bitnami/charts/commit/84e740a)), closes [#13444](https://github.com/bitnami/charts/issues/13444) +* [bitnami/ghost] Release 19.1.36 (#13444) ([84e740a](https://github.com/bitnami/charts/commit/84e740a37df6e622f040a8561bcab3cf7cc5707c)), closes [#13444](https://github.com/bitnami/charts/issues/13444) ## 19.1.35 (2022-11-09) -* [bitnami/ghost] Release 19.1.35 (#13421) ([95a82ea](https://github.com/bitnami/charts/commit/95a82ea)), closes [#13421](https://github.com/bitnami/charts/issues/13421) +* [bitnami/ghost] Release 19.1.35 (#13421) ([95a82ea](https://github.com/bitnami/charts/commit/95a82ea1673f49c546f57d354a033accf6c220aa)), closes [#13421](https://github.com/bitnami/charts/issues/13421) ## 19.1.34 (2022-11-08) -* [bitnami/ghost] Release 19.1.34 (#13390) ([be60f77](https://github.com/bitnami/charts/commit/be60f77)), closes [#13390](https://github.com/bitnami/charts/issues/13390) +* [bitnami/ghost] Release 19.1.34 (#13390) ([be60f77](https://github.com/bitnami/charts/commit/be60f77e0446680c025b4ed08fbccbd66cb6413d)), closes [#13390](https://github.com/bitnami/charts/issues/13390) ## 19.1.33 (2022-11-07) -* [bitnami/ghost] Release 19.1.33 (#13382) ([8dd964a](https://github.com/bitnami/charts/commit/8dd964a)), closes [#13382](https://github.com/bitnami/charts/issues/13382) +* [bitnami/ghost] Release 19.1.33 (#13382) ([8dd964a](https://github.com/bitnami/charts/commit/8dd964ad5f8cceaffe78d0adef13b21a35639d93)), closes [#13382](https://github.com/bitnami/charts/issues/13382) ## 19.1.32 (2022-11-04) -* [bitnami/ghost] Release 19.1.32 (#13360) ([e99d6ef](https://github.com/bitnami/charts/commit/e99d6ef)), closes [#13360](https://github.com/bitnami/charts/issues/13360) +* [bitnami/ghost] Release 19.1.32 (#13360) ([e99d6ef](https://github.com/bitnami/charts/commit/e99d6efb0d0389a34a9ae2550c7c5e6fb096d32b)), closes [#13360](https://github.com/bitnami/charts/issues/13360) ## 19.1.31 (2022-11-04) -* [bitnami/ghost] Release 19.1.31 (#13350) ([ba56caa](https://github.com/bitnami/charts/commit/ba56caa)), closes [#13350](https://github.com/bitnami/charts/issues/13350) +* [bitnami/ghost] Release 19.1.31 (#13350) ([ba56caa](https://github.com/bitnami/charts/commit/ba56caa58fff120b9831dcebf7366e8e02ce0f8e)), closes [#13350](https://github.com/bitnami/charts/issues/13350) ## 19.1.30 (2022-11-02) -* [bitnami/ghost] Release 19.1.30 (#13300) ([d2aa5e4](https://github.com/bitnami/charts/commit/d2aa5e4)), closes [#13300](https://github.com/bitnami/charts/issues/13300) +* [bitnami/ghost] Release 19.1.30 (#13300) ([d2aa5e4](https://github.com/bitnami/charts/commit/d2aa5e461d2e1369b23dc62346746962cf2c7447)), closes [#13300](https://github.com/bitnami/charts/issues/13300) ## 19.1.29 (2022-11-01) -* [bitnami/ghost] Release 19.1.29 (#13293) ([1a514e8](https://github.com/bitnami/charts/commit/1a514e8)), closes [#13293](https://github.com/bitnami/charts/issues/13293) +* [bitnami/ghost] Release 19.1.29 (#13293) ([1a514e8](https://github.com/bitnami/charts/commit/1a514e8b3f496dc63061529128ef00e76ab0ceb1)), closes [#13293](https://github.com/bitnami/charts/issues/13293) ## 19.1.28 (2022-11-01) -* [bitnami/ghost] Release 19.1.28 (#13286) ([28a335e](https://github.com/bitnami/charts/commit/28a335e)), closes [#13286](https://github.com/bitnami/charts/issues/13286) +* [bitnami/ghost] Release 19.1.28 (#13286) ([28a335e](https://github.com/bitnami/charts/commit/28a335e6e4fc83598c0391c6a42ca0315ff90ce1)), closes [#13286](https://github.com/bitnami/charts/issues/13286) ## 19.1.27 (2022-11-01) -* [bitnami/ghost] Release 19.1.27 (#13279) ([1037ef9](https://github.com/bitnami/charts/commit/1037ef9)), closes [#13279](https://github.com/bitnami/charts/issues/13279) +* [bitnami/ghost] Release 19.1.27 (#13279) ([1037ef9](https://github.com/bitnami/charts/commit/1037ef95912a6db8ccf94f871c4e25968ccd8c80)), closes [#13279](https://github.com/bitnami/charts/issues/13279) ## 19.1.26 (2022-10-31) -* [bitnami/ghost] Release 19.1.26 (#13266) ([bfeb309](https://github.com/bitnami/charts/commit/bfeb309)), closes [#13266](https://github.com/bitnami/charts/issues/13266) +* [bitnami/ghost] Release 19.1.26 (#13266) ([bfeb309](https://github.com/bitnami/charts/commit/bfeb3097f8594f1c17cd58397d86ad638bc2becf)), closes [#13266](https://github.com/bitnami/charts/issues/13266) ## 19.1.25 (2022-10-28) -* [bitnami/ghost] Release 19.1.25 (#13237) ([0125b4e](https://github.com/bitnami/charts/commit/0125b4e)), closes [#13237](https://github.com/bitnami/charts/issues/13237) +* [bitnami/ghost] Release 19.1.25 (#13237) ([0125b4e](https://github.com/bitnami/charts/commit/0125b4e5f8eaedf8f22b570a3b922c7c45d8350f)), closes [#13237](https://github.com/bitnami/charts/issues/13237) ## 19.1.24 (2022-10-21) -* [bitnami/ghost] Release 19.1.24 (#13087) ([833d854](https://github.com/bitnami/charts/commit/833d854)), closes [#13087](https://github.com/bitnami/charts/issues/13087) +* [bitnami/ghost] Release 19.1.24 (#13087) ([833d854](https://github.com/bitnami/charts/commit/833d854480128d7f98f755a2c0227b24e58755ea)), closes [#13087](https://github.com/bitnami/charts/issues/13087) ## 19.1.23 (2022-10-19) -* [bitnami/ghost] Release 19.1.23 (#13026) ([e140b7b](https://github.com/bitnami/charts/commit/e140b7b)), closes [#13026](https://github.com/bitnami/charts/issues/13026) +* [bitnami/ghost] Release 19.1.23 (#13026) ([e140b7b](https://github.com/bitnami/charts/commit/e140b7be84f331c520db1a79d68c5378e4761b8e)), closes [#13026](https://github.com/bitnami/charts/issues/13026) ## 19.1.22 (2022-10-18) -* [bitnami/ghost] Release 19.1.22 (#13006) ([9ba4b76](https://github.com/bitnami/charts/commit/9ba4b76)), closes [#13006](https://github.com/bitnami/charts/issues/13006) +* [bitnami/ghost] Release 19.1.22 (#13006) ([9ba4b76](https://github.com/bitnami/charts/commit/9ba4b7619883ee579eede0ec135b56e83a26b004)), closes [#13006](https://github.com/bitnami/charts/issues/13006) ## 19.1.21 (2022-10-17) -* [bitnami/*] Use new default branch name in links (#12943) ([a529e02](https://github.com/bitnami/charts/commit/a529e02)), closes [#12943](https://github.com/bitnami/charts/issues/12943) -* [bitnami/ghost] Release 19.1.21 (#12990) ([d6f4357](https://github.com/bitnami/charts/commit/d6f4357)), closes [#12990](https://github.com/bitnami/charts/issues/12990) +* [bitnami/*] Use new default branch name in links (#12943) ([a529e02](https://github.com/bitnami/charts/commit/a529e02597d49d944eba1eb0f190713293247176)), closes [#12943](https://github.com/bitnami/charts/issues/12943) +* [bitnami/ghost] Release 19.1.21 (#12990) ([d6f4357](https://github.com/bitnami/charts/commit/d6f435703ce2f51aba3fba59fba33be0dbb549fa)), closes [#12990](https://github.com/bitnami/charts/issues/12990) ## 19.1.20 (2022-10-14) -* [bitnami/ghost] Release 19.1.20 (#12960) ([f77846e](https://github.com/bitnami/charts/commit/f77846e)), closes [#12960](https://github.com/bitnami/charts/issues/12960) +* [bitnami/ghost] Release 19.1.20 (#12960) ([f77846e](https://github.com/bitnami/charts/commit/f77846e05d7d7d013871f7df389034afd5a396b6)), closes [#12960](https://github.com/bitnami/charts/issues/12960) ## 19.1.19 (2022-10-07) -* [bitnami/ghost] Release 19.1.19 (#12858) ([50d931d](https://github.com/bitnami/charts/commit/50d931d)), closes [#12858](https://github.com/bitnami/charts/issues/12858) +* [bitnami/ghost] Release 19.1.19 (#12858) ([50d931d](https://github.com/bitnami/charts/commit/50d931de1c0ccb7ef66df65c8909503d364cf02e)), closes [#12858](https://github.com/bitnami/charts/issues/12858) ## 19.1.18 (2022-10-05) -* [bitnami/ghost] Release 19.1.18 (#12826) ([5542a43](https://github.com/bitnami/charts/commit/5542a43)), closes [#12826](https://github.com/bitnami/charts/issues/12826) -* Generic README instructions related to the repo (#12792) ([3cf6b10](https://github.com/bitnami/charts/commit/3cf6b10)), closes [#12792](https://github.com/bitnami/charts/issues/12792) +* [bitnami/ghost] Release 19.1.18 (#12826) ([5542a43](https://github.com/bitnami/charts/commit/5542a43d7647bd42abbd48672c97e150fccc02a4)), closes [#12826](https://github.com/bitnami/charts/issues/12826) +* Generic README instructions related to the repo (#12792) ([3cf6b10](https://github.com/bitnami/charts/commit/3cf6b10e10e60df4b3e191d6b99aa99a9f597755)), closes [#12792](https://github.com/bitnami/charts/issues/12792) ## 19.1.17 (2022-10-03) -* [bitnami/ghost] Release 19.1.17 (#12791) ([e659a87](https://github.com/bitnami/charts/commit/e659a87)), closes [#12791](https://github.com/bitnami/charts/issues/12791) +* [bitnami/ghost] Release 19.1.17 (#12791) ([e659a87](https://github.com/bitnami/charts/commit/e659a87c59c974a03d2d75422df7961aa7a18f5d)), closes [#12791](https://github.com/bitnami/charts/issues/12791) ## 19.1.16 (2022-09-30) -* [bitnami/ghost] Release 19.1.16 (#12778) ([ca3f5e9](https://github.com/bitnami/charts/commit/ca3f5e9)), closes [#12778](https://github.com/bitnami/charts/issues/12778) +* [bitnami/ghost] Release 19.1.16 (#12778) ([ca3f5e9](https://github.com/bitnami/charts/commit/ca3f5e94353c1a462f31c564896aee8af9b76ff5)), closes [#12778](https://github.com/bitnami/charts/issues/12778) ## 19.1.15 (2022-09-28) -* [bitnami/ghost] Release 19.1.15 (#12709) ([ea5f4ea](https://github.com/bitnami/charts/commit/ea5f4ea)), closes [#12709](https://github.com/bitnami/charts/issues/12709) +* [bitnami/ghost] Release 19.1.15 (#12709) ([ea5f4ea](https://github.com/bitnami/charts/commit/ea5f4ea36798522db2bf4ad023bfbe3d2d9874f4)), closes [#12709](https://github.com/bitnami/charts/issues/12709) ## 19.1.14 (2022-09-27) -* [bitnami/ghost] Release 19.1.14 (#12696) ([7cc864b](https://github.com/bitnami/charts/commit/7cc864b)), closes [#12696](https://github.com/bitnami/charts/issues/12696) +* [bitnami/ghost] Release 19.1.14 (#12696) ([7cc864b](https://github.com/bitnami/charts/commit/7cc864b13e1b3fc63112b2544a4f1db24e03601c)), closes [#12696](https://github.com/bitnami/charts/issues/12696) ## 19.1.13 (2022-09-26) -* [bitnami/ghost] Release 19.1.13 (#12669) ([4085c53](https://github.com/bitnami/charts/commit/4085c53)), closes [#12669](https://github.com/bitnami/charts/issues/12669) +* [bitnami/ghost] Release 19.1.13 (#12669) ([4085c53](https://github.com/bitnami/charts/commit/4085c535b0db126959a9eaea3b2615f0fa04e178)), closes [#12669](https://github.com/bitnami/charts/issues/12669) ## 19.1.12 (2022-09-23) -* [bitnami/ghost] Release 19.1.12 (#12660) ([7130306](https://github.com/bitnami/charts/commit/7130306)), closes [#12660](https://github.com/bitnami/charts/issues/12660) +* [bitnami/ghost] Release 19.1.12 (#12660) ([7130306](https://github.com/bitnami/charts/commit/71303069134994f0a7513dab6f9d4d02603503bb)), closes [#12660](https://github.com/bitnami/charts/issues/12660) ## 19.1.11 (2022-09-22) -* [bitnami/ghost] Release 19.1.11 (#12630) ([0067567](https://github.com/bitnami/charts/commit/0067567)), closes [#12630](https://github.com/bitnami/charts/issues/12630) -* [bitnami/ghost] Use custom probes if given (#12498) ([9ea6a13](https://github.com/bitnami/charts/commit/9ea6a13)), closes [#12498](https://github.com/bitnami/charts/issues/12498) [#12354](https://github.com/bitnami/charts/issues/12354) +* [bitnami/ghost] Release 19.1.11 (#12630) ([0067567](https://github.com/bitnami/charts/commit/0067567ff6e0fbe628d0721955dd85e8a7995af5)), closes [#12630](https://github.com/bitnami/charts/issues/12630) +* [bitnami/ghost] Use custom probes if given (#12498) ([9ea6a13](https://github.com/bitnami/charts/commit/9ea6a135ba8c6efbea7b200eccd0bb8905f78621)), closes [#12498](https://github.com/bitnami/charts/issues/12498) [#12354](https://github.com/bitnami/charts/issues/12354) ## 19.1.10 (2022-09-21) -* [bitnami/ghost] Release 19.1.10 (#12478) ([896435f](https://github.com/bitnami/charts/commit/896435f)), closes [#12478](https://github.com/bitnami/charts/issues/12478) +* [bitnami/ghost] Release 19.1.10 (#12478) ([896435f](https://github.com/bitnami/charts/commit/896435f602a9d6219faccf0db67fd39d0d64fd86)), closes [#12478](https://github.com/bitnami/charts/issues/12478) ## 19.1.9 (2022-09-15) -* [bitnami/ghost] Release 19.1.9 (#12448) ([db3f180](https://github.com/bitnami/charts/commit/db3f180)), closes [#12448](https://github.com/bitnami/charts/issues/12448) +* [bitnami/ghost] Release 19.1.9 (#12448) ([db3f180](https://github.com/bitnami/charts/commit/db3f180b7dd51fb8e27d1e22ed4265905458fe5a)), closes [#12448](https://github.com/bitnami/charts/issues/12448) ## 19.1.8 (2022-09-13) -* [bitnami/ghost] Release 19.1.8 (#12394) ([15eb62e](https://github.com/bitnami/charts/commit/15eb62e)), closes [#12394](https://github.com/bitnami/charts/issues/12394) +* [bitnami/ghost] Release 19.1.8 (#12394) ([15eb62e](https://github.com/bitnami/charts/commit/15eb62e39e4c1b9cf16fb8a3a75a713da5715c74)), closes [#12394](https://github.com/bitnami/charts/issues/12394) ## 19.1.7 (2022-09-09) -* [bitnami/ghost] Release 19.1.7 (#12358) ([bc71ea4](https://github.com/bitnami/charts/commit/bc71ea4)), closes [#12358](https://github.com/bitnami/charts/issues/12358) +* [bitnami/ghost] Release 19.1.7 (#12358) ([bc71ea4](https://github.com/bitnami/charts/commit/bc71ea48847c5f57019042c2c94c370b8bfa48a8)), closes [#12358](https://github.com/bitnami/charts/issues/12358) ## 19.1.6 (2022-09-08) -* [bitnami/ghost] Release 19.1.6 (#12301) ([b51b7db](https://github.com/bitnami/charts/commit/b51b7db)), closes [#12301](https://github.com/bitnami/charts/issues/12301) +* [bitnami/ghost] Release 19.1.6 (#12301) ([b51b7db](https://github.com/bitnami/charts/commit/b51b7dbe523808977a1782725ed6606309607cfc)), closes [#12301](https://github.com/bitnami/charts/issues/12301) ## 19.1.5 (2022-09-06) -* [bitnami/ghost] Release 19.1.5 (#12294) ([b3d0614](https://github.com/bitnami/charts/commit/b3d0614)), closes [#12294](https://github.com/bitnami/charts/issues/12294) +* [bitnami/ghost] Release 19.1.5 (#12294) ([b3d0614](https://github.com/bitnami/charts/commit/b3d061431c5767adfbb5b2ba9b4050c5ec210883)), closes [#12294](https://github.com/bitnami/charts/issues/12294) ## 19.1.4 (2022-09-03) -* [bitnami/ghost] Release 19.1.4 (#12264) ([04377b3](https://github.com/bitnami/charts/commit/04377b3)), closes [#12264](https://github.com/bitnami/charts/issues/12264) +* [bitnami/ghost] Release 19.1.4 (#12264) ([04377b3](https://github.com/bitnami/charts/commit/04377b38f469b191aa283f68310b74ffea4554c7)), closes [#12264](https://github.com/bitnami/charts/issues/12264) ## 19.1.3 (2022-09-02) -* [bitnami/ghost] Release 19.1.3 (#12254) ([cdddb23](https://github.com/bitnami/charts/commit/cdddb23)), closes [#12254](https://github.com/bitnami/charts/issues/12254) +* [bitnami/ghost] Release 19.1.3 (#12254) ([cdddb23](https://github.com/bitnami/charts/commit/cdddb23bce7416529c0a671cf728cb3d239c6776)), closes [#12254](https://github.com/bitnami/charts/issues/12254) ## 19.1.2 (2022-09-01) -* [bitnami/ghost] Release 19.1.2 (#12243) ([34c3d17](https://github.com/bitnami/charts/commit/34c3d17)), closes [#12243](https://github.com/bitnami/charts/issues/12243) +* [bitnami/ghost] Release 19.1.2 (#12243) ([34c3d17](https://github.com/bitnami/charts/commit/34c3d17d49c4b19c4d07889c7b4db4e32a56dd98)), closes [#12243](https://github.com/bitnami/charts/issues/12243) ## 19.1.1 (2022-08-23) -* [bitnami/ghost] Update Chart.lock (#12099) ([b355485](https://github.com/bitnami/charts/commit/b355485)), closes [#12099](https://github.com/bitnami/charts/issues/12099) +* [bitnami/ghost] Update Chart.lock (#12099) ([b355485](https://github.com/bitnami/charts/commit/b3554858c0c6dd3101ce4d34ff1f9cc7d038a6a8)), closes [#12099](https://github.com/bitnami/charts/issues/12099) ## 19.1.0 (2022-08-22) -* [bitnami/ghost] Add support for image digest apart from tag (#11899) ([c465f2c](https://github.com/bitnami/charts/commit/c465f2c)), closes [#11899](https://github.com/bitnami/charts/issues/11899) +* [bitnami/ghost] Add support for image digest apart from tag (#11899) ([c465f2c](https://github.com/bitnami/charts/commit/c465f2c32a89deabb44f14826c85409cf137a8bf)), closes [#11899](https://github.com/bitnami/charts/issues/11899) ## 19.0.16 (2022-08-04) -* [bitnami/ghost] Release 19.0.16 (#11600) ([6b56b8c](https://github.com/bitnami/charts/commit/6b56b8c)), closes [#11600](https://github.com/bitnami/charts/issues/11600) +* [bitnami/ghost] Release 19.0.16 (#11600) ([6b56b8c](https://github.com/bitnami/charts/commit/6b56b8c7967439e7b2fc95e9e522eb3aa6d34278)), closes [#11600](https://github.com/bitnami/charts/issues/11600) ## 19.0.15 (2022-08-04) -* [bitnami/ghost] Release 19.0.15 (#11561) ([e77eed4](https://github.com/bitnami/charts/commit/e77eed4)), closes [#11561](https://github.com/bitnami/charts/issues/11561) +* [bitnami/ghost] Release 19.0.15 (#11561) ([e77eed4](https://github.com/bitnami/charts/commit/e77eed44ae5fc2ab544d6784e35171abe7a20b83)), closes [#11561](https://github.com/bitnami/charts/issues/11561) ## 19.0.14 (2022-08-03) -* [bitnami/ghost] Release 19.0.14 (#11554) ([46aa099](https://github.com/bitnami/charts/commit/46aa099)), closes [#11554](https://github.com/bitnami/charts/issues/11554) +* [bitnami/ghost] Release 19.0.14 (#11554) ([46aa099](https://github.com/bitnami/charts/commit/46aa099309b08cae48a1bbee7385e1886a703cf4)), closes [#11554](https://github.com/bitnami/charts/issues/11554) ## 19.0.13 (2022-08-03) -* [bitnami/ghost] Release 19.0.13 (#11546) ([74565fe](https://github.com/bitnami/charts/commit/74565fe)), closes [#11546](https://github.com/bitnami/charts/issues/11546) +* [bitnami/ghost] Release 19.0.13 (#11546) ([74565fe](https://github.com/bitnami/charts/commit/74565fe4cf813c9f27ed01c2a63686e53447f8c9)), closes [#11546](https://github.com/bitnami/charts/issues/11546) ## 19.0.12 (2022-07-28) -* [bitnami/ghost] Release 19.0.12 (#11408) ([ca34e8f](https://github.com/bitnami/charts/commit/ca34e8f)), closes [#11408](https://github.com/bitnami/charts/issues/11408) +* [bitnami/ghost] Release 19.0.12 (#11408) ([ca34e8f](https://github.com/bitnami/charts/commit/ca34e8f21a04d024f01e700125d6cfcbf115bceb)), closes [#11408](https://github.com/bitnami/charts/issues/11408) ## 19.0.11 (2022-07-27) -* [bitnami/*] Update URLs to point to the new bitnami/containers monorepo (#11352) ([d665af0](https://github.com/bitnami/charts/commit/d665af0)), closes [#11352](https://github.com/bitnami/charts/issues/11352) -* [bitnami/ghost] Release 19.0.11 (#11382) ([cfdf14e](https://github.com/bitnami/charts/commit/cfdf14e)), closes [#11382](https://github.com/bitnami/charts/issues/11382) +* [bitnami/*] Update URLs to point to the new bitnami/containers monorepo (#11352) ([d665af0](https://github.com/bitnami/charts/commit/d665af0c708846192d8d5fb2f5f9ea65dd464ab0)), closes [#11352](https://github.com/bitnami/charts/issues/11352) +* [bitnami/ghost] Release 19.0.11 (#11382) ([cfdf14e](https://github.com/bitnami/charts/commit/cfdf14e1dee6365966459716c3809bd47a1bc6d1)), closes [#11382](https://github.com/bitnami/charts/issues/11382) ## 19.0.10 (2022-07-20) -* [bitnami/ghost] Release 19.0.10 (#11262) ([3292f4f](https://github.com/bitnami/charts/commit/3292f4f)), closes [#11262](https://github.com/bitnami/charts/issues/11262) +* [bitnami/ghost] Release 19.0.10 (#11262) ([3292f4f](https://github.com/bitnami/charts/commit/3292f4f36cfad536bbc255495e270301d97fe977)), closes [#11262](https://github.com/bitnami/charts/issues/11262) ## 19.0.9 (2022-07-19) -* [bitnami/ghost] Release 19.0.9 (#11256) ([214ffde](https://github.com/bitnami/charts/commit/214ffde)), closes [#11256](https://github.com/bitnami/charts/issues/11256) +* [bitnami/ghost] Release 19.0.9 (#11256) ([214ffde](https://github.com/bitnami/charts/commit/214ffde7198b709352da8e13ac4d8313c9ac8400)), closes [#11256](https://github.com/bitnami/charts/issues/11256) ## 19.0.8 (2022-07-05) -* [bitnami/ghost] Release 19.0.8 (#11042) ([ac29f3b](https://github.com/bitnami/charts/commit/ac29f3b)), closes [#11042](https://github.com/bitnami/charts/issues/11042) +* [bitnami/ghost] Release 19.0.8 (#11042) ([ac29f3b](https://github.com/bitnami/charts/commit/ac29f3b0b4c6ad827e8cc6cffc0b33e08321095f)), closes [#11042](https://github.com/bitnami/charts/issues/11042) ## 19.0.7 (2022-06-30) -* [bitnami/ghost] Release 19.0.7 (#10962) ([46ab0e6](https://github.com/bitnami/charts/commit/46ab0e6)), closes [#10962](https://github.com/bitnami/charts/issues/10962) +* [bitnami/ghost] Release 19.0.7 (#10962) ([46ab0e6](https://github.com/bitnami/charts/commit/46ab0e699d5cf7af0f4c23a79d46c42da5d53790)), closes [#10962](https://github.com/bitnami/charts/issues/10962) ## 19.0.6 (2022-06-25) -* [bitnami/ghost] Release 19.0.6 updating components versions ([f14860d](https://github.com/bitnami/charts/commit/f14860d)) +* [bitnami/ghost] Release 19.0.6 updating components versions ([f14860d](https://github.com/bitnami/charts/commit/f14860d2b9419e6b78704cb25139a2545d6257a6)) ## 19.0.5 (2022-06-15) -* [bitnami/ghost] Release 19.0.5 updating components versions ([5ba080c](https://github.com/bitnami/charts/commit/5ba080c)) +* [bitnami/ghost] Release 19.0.5 updating components versions ([5ba080c](https://github.com/bitnami/charts/commit/5ba080c080723a6c1876164f77fb6fbb5662616a)) ## 19.0.4 (2022-06-10) -* [bitnami/ghost] Release 19.0.4 updating components versions ([1c3b4b8](https://github.com/bitnami/charts/commit/1c3b4b8)) +* [bitnami/ghost] Release 19.0.4 updating components versions ([1c3b4b8](https://github.com/bitnami/charts/commit/1c3b4b8fcf0e80c2a67a577f205064717b802d6d)) ## 19.0.3 (2022-06-08) -* [bitnami/ghost] Release 19.0.3 updating components versions ([1f38daf](https://github.com/bitnami/charts/commit/1f38daf)) +* [bitnami/ghost] Release 19.0.3 updating components versions ([1f38daf](https://github.com/bitnami/charts/commit/1f38daf3e076b671b20ceb7e4ef80759d6dce57b)) ## 19.0.2 (2022-06-07) -* [bitnami/*] Replace Kubeapps URL in READMEs (and kubeapps Chart.yaml) and remove BKPR references (#1 ([c6a7914](https://github.com/bitnami/charts/commit/c6a7914)), closes [#10600](https://github.com/bitnami/charts/issues/10600) -* [bitnami/ghost] Fix tolerations default values (#10614) ([a99e205](https://github.com/bitnami/charts/commit/a99e205)), closes [#10614](https://github.com/bitnami/charts/issues/10614) +* [bitnami/*] Replace Kubeapps URL in READMEs (and kubeapps Chart.yaml) and remove BKPR references (#1 ([c6a7914](https://github.com/bitnami/charts/commit/c6a7914361e5aea6016fb45bf4d621edfd111d32)), closes [#10600](https://github.com/bitnami/charts/issues/10600) +* [bitnami/ghost] Fix tolerations default values (#10614) ([a99e205](https://github.com/bitnami/charts/commit/a99e205b2ad5e3a9f9a64411a2f839a160a7fb3f)), closes [#10614](https://github.com/bitnami/charts/issues/10614) ## 19.0.1 (2022-06-06) -* [bitnami/ghost] Release 19.0.1 updating components versions ([3ddef04](https://github.com/bitnami/charts/commit/3ddef04)) +* [bitnami/ghost] Release 19.0.1 updating components versions ([3ddef04](https://github.com/bitnami/charts/commit/3ddef04ea1d61d791f8da6dec90e11ac01adb25d)) ## 19.0.0 (2022-06-06) -* [bitnami/ghost] Use MySQL as database management system for Ghost (#10566) ([d33bf47](https://github.com/bitnami/charts/commit/d33bf47)), closes [#10566](https://github.com/bitnami/charts/issues/10566) +* [bitnami/ghost] Use MySQL as database management system for Ghost (#10566) ([d33bf47](https://github.com/bitnami/charts/commit/d33bf470f49c577ab029d491ef544ca5d0c75e6a)), closes [#10566](https://github.com/bitnami/charts/issues/10566) ## 18.0.1 (2022-06-04) -* [bitnami/ghost] Release 18.0.1 updating components versions ([98a7be5](https://github.com/bitnami/charts/commit/98a7be5)) +* [bitnami/ghost] Release 18.0.1 updating components versions ([98a7be5](https://github.com/bitnami/charts/commit/98a7be557759c5bbf60def31c9547ab32b3ffd2e)) ## 18.0.0 (2022-06-03) -* [bitnami/ghost] Release 18.0.0 updating components versions ([a6a21b3](https://github.com/bitnami/charts/commit/a6a21b3)) +* [bitnami/ghost] Release 18.0.0 updating components versions ([a6a21b3](https://github.com/bitnami/charts/commit/a6a21b3b0de58e93d2935abb81685add5f86adbd)) ## 17.2.4 (2022-06-01) -* [bitnami/several] Replace maintainers email by url (#10523) ([ff3cf61](https://github.com/bitnami/charts/commit/ff3cf61)), closes [#10523](https://github.com/bitnami/charts/issues/10523) +* [bitnami/several] Replace maintainers email by url (#10523) ([ff3cf61](https://github.com/bitnami/charts/commit/ff3cf617a1680509b0f3855d17c4ccff7b29a0ff)), closes [#10523](https://github.com/bitnami/charts/issues/10523) ## 17.2.3 (2022-05-31) -* [bitnami/ghost] Release 17.2.3 updating components versions ([73bfca4](https://github.com/bitnami/charts/commit/73bfca4)) +* [bitnami/ghost] Release 17.2.3 updating components versions ([73bfca4](https://github.com/bitnami/charts/commit/73bfca45777dd67a86b8b9e5db2c39f442b5d861)) ## 17.2.2 (2022-05-30) -* [bitnami/several] Replace base64 --decode with base64 -d (#10495) ([099286a](https://github.com/bitnami/charts/commit/099286a)), closes [#10495](https://github.com/bitnami/charts/issues/10495) +* [bitnami/several] Replace base64 --decode with base64 -d (#10495) ([099286a](https://github.com/bitnami/charts/commit/099286ae7a87784cf809df0b64ab24f7ff0144c8)), closes [#10495](https://github.com/bitnami/charts/issues/10495) ## 17.2.1 (2022-05-25) -* [bitnami/ghost] Release 17.2.1 updating components versions ([bd22c48](https://github.com/bitnami/charts/commit/bd22c48)) +* [bitnami/ghost] Release 17.2.1 updating components versions ([bd22c48](https://github.com/bitnami/charts/commit/bd22c487f526ab78424a4f63a48247fa3d079239)) ## 17.2.0 (2022-05-23) -* [bitnami/ghost] Add missing serviceAccount.* parameters (#10336) ([ad427d4](https://github.com/bitnami/charts/commit/ad427d4)), closes [#10336](https://github.com/bitnami/charts/issues/10336) +* [bitnami/ghost] Add missing serviceAccount.* parameters (#10336) ([ad427d4](https://github.com/bitnami/charts/commit/ad427d495eeefc4a09db5c7983880adcc4f6124e)), closes [#10336](https://github.com/bitnami/charts/issues/10336) ## 17.1.5 (2022-05-22) -* [bitnami/ghost] Release 17.1.5 updating components versions ([49da8cf](https://github.com/bitnami/charts/commit/49da8cf)) +* [bitnami/ghost] Release 17.1.5 updating components versions ([49da8cf](https://github.com/bitnami/charts/commit/49da8cf150bfef411699a4a4a9ac17c042435995)) ## 17.1.4 (2022-05-22) -* [bitnami/ghost] Release 17.1.4 updating components versions ([df6a7cb](https://github.com/bitnami/charts/commit/df6a7cb)) +* [bitnami/ghost] Release 17.1.4 updating components versions ([df6a7cb](https://github.com/bitnami/charts/commit/df6a7cb49910364b01646e324c318fbf2a01f7e5)) ## 17.1.3 (2022-05-20) -* [bitnami/ghost] Release 17.1.3 updating components versions ([67a272d](https://github.com/bitnami/charts/commit/67a272d)) +* [bitnami/ghost] Release 17.1.3 updating components versions ([67a272d](https://github.com/bitnami/charts/commit/67a272dca09bc4e9abbcfe23031ff917bf74f107)) ## 17.1.2 (2022-05-18) -* [bitnami/ghost] Release 17.1.2 updating components versions ([1beb7e6](https://github.com/bitnami/charts/commit/1beb7e6)) +* [bitnami/ghost] Release 17.1.2 updating components versions ([1beb7e6](https://github.com/bitnami/charts/commit/1beb7e624a86691466b7eac5d14f2185dd3e4504)) ## 17.1.1 (2022-05-17) -* [bitnami/ghost] Release 17.1.1 updating components versions ([966db22](https://github.com/bitnami/charts/commit/966db22)) +* [bitnami/ghost] Release 17.1.1 updating components versions ([966db22](https://github.com/bitnami/charts/commit/966db2264d7b22e5d1e347604c98f7e4043118d8)) ## 17.1.0 (2022-05-16) -* [bitnami/*] add ingress extraRules feature (#10253) ([0f6cbb9](https://github.com/bitnami/charts/commit/0f6cbb9)), closes [#10253](https://github.com/bitnami/charts/issues/10253) -* [bitnami/*] Remove old 'ci' files (#10171) ([5df30c4](https://github.com/bitnami/charts/commit/5df30c4)), closes [#10171](https://github.com/bitnami/charts/issues/10171) -* [bitnami/ghost] Add missing namespace metadata (#10124) ([8deec83](https://github.com/bitnami/charts/commit/8deec83)), closes [#10124](https://github.com/bitnami/charts/issues/10124) +* [bitnami/*] add ingress extraRules feature (#10253) ([0f6cbb9](https://github.com/bitnami/charts/commit/0f6cbb9099b0e56685cc1d36ba50340f3d7278a1)), closes [#10253](https://github.com/bitnami/charts/issues/10253) +* [bitnami/*] Remove old 'ci' files (#10171) ([5df30c4](https://github.com/bitnami/charts/commit/5df30c44dbd1812da8786579ce4a94917d46a6ad)), closes [#10171](https://github.com/bitnami/charts/issues/10171) +* [bitnami/ghost] Add missing namespace metadata (#10124) ([8deec83](https://github.com/bitnami/charts/commit/8deec83a227bdba333b5b70278d93619c6b3ad7e)), closes [#10124](https://github.com/bitnami/charts/issues/10124) ## 17.0.7 (2022-05-11) -* [bitnami/*] Fix typo in comments (relay -> rely) (#10151) ([9cfe4a4](https://github.com/bitnami/charts/commit/9cfe4a4)), closes [#10151](https://github.com/bitnami/charts/issues/10151) +* [bitnami/*] Fix typo in comments (relay -> rely) (#10151) ([9cfe4a4](https://github.com/bitnami/charts/commit/9cfe4a48cc35851faea6be7ffb2a978d223befa0)), closes [#10151](https://github.com/bitnami/charts/issues/10151) ## 17.0.6 (2022-05-04) -* [bitnami/ghost] Release 17.0.6 updating components versions ([344811d](https://github.com/bitnami/charts/commit/344811d)) +* [bitnami/ghost] Release 17.0.6 updating components versions ([344811d](https://github.com/bitnami/charts/commit/344811d46fff39a3c316f4d715cd5458cbf30646)) ## 17.0.5 (2022-05-02) -* [bitnami/ghost] Release 17.0.5 updating components versions ([8b73102](https://github.com/bitnami/charts/commit/8b73102)) +* [bitnami/ghost] Release 17.0.5 updating components versions ([8b73102](https://github.com/bitnami/charts/commit/8b73102d3be55089333e9d94ef0f153e2a520965)) ## 17.0.4 (2022-05-02) -* [bitnami/ghost] Release 17.0.4 updating components versions ([bc72e87](https://github.com/bitnami/charts/commit/bc72e87)) +* [bitnami/ghost] Release 17.0.4 updating components versions ([bc72e87](https://github.com/bitnami/charts/commit/bc72e8738800a516c94b8d5e8fdd8fa841d6c126)) ## 17.0.3 (2022-04-28) -* [bitnami/ghost] Release 17.0.3 updating components versions ([1579ea4](https://github.com/bitnami/charts/commit/1579ea4)) +* [bitnami/ghost] Release 17.0.3 updating components versions ([1579ea4](https://github.com/bitnami/charts/commit/1579ea43965e71e550f5f35b121a7a7f81e2744f)) ## 17.0.2 (2022-04-22) -* [bitnami/ghost] Release 17.0.2 updating components versions ([b7a365e](https://github.com/bitnami/charts/commit/b7a365e)) +* [bitnami/ghost] Release 17.0.2 updating components versions ([b7a365e](https://github.com/bitnami/charts/commit/b7a365ed05bca01fb416cc0ec5e1caeee7ce7265)) ## 17.0.1 (2022-04-21) -* [bitnami/ghost] Release 17.0.1 updating components versions ([c62916c](https://github.com/bitnami/charts/commit/c62916c)) +* [bitnami/ghost] Release 17.0.1 updating components versions ([c62916c](https://github.com/bitnami/charts/commit/c62916c493e6532f01fa0c60aa3961c7be7a2074)) ## 17.0.0 (2022-04-21) -* [bitnami/ghost] feat!: :arrow_up: Bump MariaDB version to 10.6 (#9847) ([b8f339b](https://github.com/bitnami/charts/commit/b8f339b)), closes [#9847](https://github.com/bitnami/charts/issues/9847) +* [bitnami/ghost] feat!: :arrow_up: Bump MariaDB version to 10.6 (#9847) ([b8f339b](https://github.com/bitnami/charts/commit/b8f339b7e5200851240923610bc15093f2e26129)), closes [#9847](https://github.com/bitnami/charts/issues/9847) ## 16.3.13 (2022-04-20) -* [bitnami/ghost] Release 16.3.13 updating components versions ([38037eb](https://github.com/bitnami/charts/commit/38037eb)) +* [bitnami/ghost] Release 16.3.13 updating components versions ([38037eb](https://github.com/bitnami/charts/commit/38037eb0e0782759f098ddf23de36a0956d07ae8)) ## 16.3.12 (2022-04-19) -* [bitnami/ghost] Release 16.3.12 updating components versions ([7468f18](https://github.com/bitnami/charts/commit/7468f18)) +* [bitnami/ghost] Release 16.3.12 updating components versions ([7468f18](https://github.com/bitnami/charts/commit/7468f187cb925a1636223e51843a20bc7a668a86)) ## 16.3.11 (2022-04-15) -* [bitnami/ghost] Release 16.3.11 updating components versions ([3ed4d04](https://github.com/bitnami/charts/commit/3ed4d04)) +* [bitnami/ghost] Release 16.3.11 updating components versions ([3ed4d04](https://github.com/bitnami/charts/commit/3ed4d04cb63072c04bd2c1729be6dc3264b86e86)) ## 16.3.10 (2022-04-11) -* [bitnami/ghost] Release 16.3.10 updating components versions ([c49be1f](https://github.com/bitnami/charts/commit/c49be1f)) +* [bitnami/ghost] Release 16.3.10 updating components versions ([c49be1f](https://github.com/bitnami/charts/commit/c49be1fffb0fdfe7f0d79c0b5072380d2bc44151)) ## 16.3.9 (2022-04-08) -* [bitnami/ghost] Release 16.3.9 updating components versions ([0b2140b](https://github.com/bitnami/charts/commit/0b2140b)) +* [bitnami/ghost] Release 16.3.9 updating components versions ([0b2140b](https://github.com/bitnami/charts/commit/0b2140b14fa1e811e75724fc804cb38ad041aa2d)) ## 16.3.8 (2022-04-08) -* [bitnami/ghost] Release 16.3.8 updating components versions ([9388f72](https://github.com/bitnami/charts/commit/9388f72)) +* [bitnami/ghost] Release 16.3.8 updating components versions ([9388f72](https://github.com/bitnami/charts/commit/9388f7255ed0be2a7370bbda043cefefddc8f577)) ## 16.3.7 (2022-04-06) -* [bitnami/ghost] Release 16.3.7 updating components versions ([12ea9b4](https://github.com/bitnami/charts/commit/12ea9b4)) +* [bitnami/ghost] Release 16.3.7 updating components versions ([12ea9b4](https://github.com/bitnami/charts/commit/12ea9b445bb5b0a01d60e3845413004cedb8d7d6)) ## 16.3.6 (2022-04-05) -* [bitnami/ghost] Release 16.3.6 updating components versions ([866e047](https://github.com/bitnami/charts/commit/866e047)) +* [bitnami/ghost] Release 16.3.6 updating components versions ([866e047](https://github.com/bitnami/charts/commit/866e04780ffc2897c23ee2aa60d9970075b58b73)) ## 16.3.5 (2022-04-01) -* [bitnami/ghost] Release 16.3.5 updating components versions ([64b218d](https://github.com/bitnami/charts/commit/64b218d)) +* [bitnami/ghost] Release 16.3.5 updating components versions ([64b218d](https://github.com/bitnami/charts/commit/64b218d32ab172e5d857c9ad77e4df0023f2d51a)) ## 16.3.4 (2022-03-29) -* [bitnami/ghost] Release 16.3.4 updating components versions ([8bed464](https://github.com/bitnami/charts/commit/8bed464)) +* [bitnami/ghost] Release 16.3.4 updating components versions ([8bed464](https://github.com/bitnami/charts/commit/8bed4644de066171a0b3848dde42e474493dea9d)) ## 16.3.3 (2022-03-28) -* [bitnami/ghost] Release 16.3.3 updating components versions ([8cb0808](https://github.com/bitnami/charts/commit/8cb0808)) +* [bitnami/ghost] Release 16.3.3 updating components versions ([8cb0808](https://github.com/bitnami/charts/commit/8cb0808f3e508519da166b7644f8fe8e871fd9e7)) ## 16.3.2 (2022-03-27) -* [bitnami/ghost] Release 16.3.2 updating components versions ([7133ca3](https://github.com/bitnami/charts/commit/7133ca3)) +* [bitnami/ghost] Release 16.3.2 updating components versions ([7133ca3](https://github.com/bitnami/charts/commit/7133ca37b146f123aa32a402af6852a995f57255)) ## 16.3.1 (2022-03-25) -* [bitnami/ghost] Release 16.3.1 updating components versions ([181ec5b](https://github.com/bitnami/charts/commit/181ec5b)) +* [bitnami/ghost] Release 16.3.1 updating components versions ([181ec5b](https://github.com/bitnami/charts/commit/181ec5b471acbf7cd062622cbd407aae458247ee)) ## 16.3.0 (2022-03-25) -* [bitnami/ghost] Add subPath for the ghost-data volume (#9496) ([58cef4b](https://github.com/bitnami/charts/commit/58cef4b)), closes [#9496](https://github.com/bitnami/charts/issues/9496) +* [bitnami/ghost] Add subPath for the ghost-data volume (#9496) ([58cef4b](https://github.com/bitnami/charts/commit/58cef4b4421af8ff090411f2a53efc1e1c2b9c4b)), closes [#9496](https://github.com/bitnami/charts/issues/9496) ## 16.2.5 (2022-03-23) -* [bitnami/ghost] Release 16.2.5 updating components versions ([2c88544](https://github.com/bitnami/charts/commit/2c88544)) +* [bitnami/ghost] Release 16.2.5 updating components versions ([2c88544](https://github.com/bitnami/charts/commit/2c88544777b1b06e0d94423b7cbb336e121b821d)) ## 16.2.4 (2022-03-23) -* [bitnami/ghost] Release 16.2.4 updating components versions ([b1d6ade](https://github.com/bitnami/charts/commit/b1d6ade)) +* [bitnami/ghost] Release 16.2.4 updating components versions ([b1d6ade](https://github.com/bitnami/charts/commit/b1d6ade168a219cd7571bcf0461f76557d8d4e85)) ## 16.2.3 (2022-03-22) -* [bitnami/ghost] Release 16.2.3 updating components versions ([53db94e](https://github.com/bitnami/charts/commit/53db94e)) +* [bitnami/ghost] Release 16.2.3 updating components versions ([53db94e](https://github.com/bitnami/charts/commit/53db94e2b6ce266244149d659f39252554ccdb68)) ## 16.2.2 (2022-03-18) -* [bitnami/ghost] Release 16.2.2 updating components versions ([db20e50](https://github.com/bitnami/charts/commit/db20e50)) +* [bitnami/ghost] Release 16.2.2 updating components versions ([db20e50](https://github.com/bitnami/charts/commit/db20e507b17c3e9f9d8d3a4df33041ee027b4c3b)) ## 16.2.1 (2022-03-16) -* [bitnami/ghost] Release 16.2.1 updating components versions ([e461d0b](https://github.com/bitnami/charts/commit/e461d0b)) +* [bitnami/ghost] Release 16.2.1 updating components versions ([e461d0b](https://github.com/bitnami/charts/commit/e461d0b0196d7a05d0bf166a7c2d0da6803c1c2c)) ## 16.2.0 (2022-03-14) -* bitnami/ghost add smtp SSL/TSL support (#9379) ([287d827](https://github.com/bitnami/charts/commit/287d827)), closes [#9379](https://github.com/bitnami/charts/issues/9379) +* bitnami/ghost add smtp SSL/TSL support (#9379) ([287d827](https://github.com/bitnami/charts/commit/287d8279b3581bd5f5ee4e76e2136852d4e3ccb1)), closes [#9379](https://github.com/bitnami/charts/issues/9379) ## 16.1.1 (2022-03-04) -* [bitnami/several] Reorder subcharts (#9299) ([a041f6b](https://github.com/bitnami/charts/commit/a041f6b)), closes [#9299](https://github.com/bitnami/charts/issues/9299) +* [bitnami/several] Reorder subcharts (#9299) ([a041f6b](https://github.com/bitnami/charts/commit/a041f6b0ff2dea82b3d030cb99454cede94dbc9a)), closes [#9299](https://github.com/bitnami/charts/issues/9299) ## 16.1.0 (2022-03-04) -* bitnami/ghost add database SSL support (#9286) ([502fc96](https://github.com/bitnami/charts/commit/502fc96)), closes [#9286](https://github.com/bitnami/charts/issues/9286) +* bitnami/ghost add database SSL support (#9286) ([502fc96](https://github.com/bitnami/charts/commit/502fc965f6151a223fc12bebca1d60a8a271741c)), closes [#9286](https://github.com/bitnami/charts/issues/9286) ## 16.0.14 (2022-03-01) -* [bitnami/ghost] Release 16.0.14 updating components versions ([3c7c144](https://github.com/bitnami/charts/commit/3c7c144)) +* [bitnami/ghost] Release 16.0.14 updating components versions ([3c7c144](https://github.com/bitnami/charts/commit/3c7c1440ce0d786f761ba589a6b3d4fda065ff3e)) ## 16.0.13 (2022-02-27) -* [bitnami/ghost] Release 16.0.13 updating components versions ([d4328c8](https://github.com/bitnami/charts/commit/d4328c8)) +* [bitnami/ghost] Release 16.0.13 updating components versions ([d4328c8](https://github.com/bitnami/charts/commit/d4328c8537781bd715ea96b4c0e8f55a0424df56)) ## 16.0.12 (2022-02-25) -* [bitnami/ghost] Release 16.0.12 updating components versions ([3e5f9a7](https://github.com/bitnami/charts/commit/3e5f9a7)) +* [bitnami/ghost] Release 16.0.12 updating components versions ([3e5f9a7](https://github.com/bitnami/charts/commit/3e5f9a7f573d227951d92d6f86c98826e5aeb29c)) ## 16.0.11 (2022-02-23) -* [bitnami/ghost] Release 16.0.11 updating components versions ([c58c903](https://github.com/bitnami/charts/commit/c58c903)) +* [bitnami/ghost] Release 16.0.11 updating components versions ([c58c903](https://github.com/bitnami/charts/commit/c58c9037d81a40746c69474fd04a80823a1b6569)) ## 16.0.10 (2022-02-21) -* [bitnami/ghost] Release 16.0.10 updating components versions ([872f75f](https://github.com/bitnami/charts/commit/872f75f)) +* [bitnami/ghost] Release 16.0.10 updating components versions ([872f75f](https://github.com/bitnami/charts/commit/872f75fe1320a444cfaceb39030c79d62bf85705)) ## 16.0.9 (2022-02-17) -* [bitnami/ghost] Release 16.0.9 updating components versions ([8fc71c4](https://github.com/bitnami/charts/commit/8fc71c4)) +* [bitnami/ghost] Release 16.0.9 updating components versions ([8fc71c4](https://github.com/bitnami/charts/commit/8fc71c4911085c746e4a1bc1afae01d1e7329ac7)) ## 16.0.8 (2022-02-12) -* [bitnami/ghost] Release 16.0.8 updating components versions ([c8f77f1](https://github.com/bitnami/charts/commit/c8f77f1)) +* [bitnami/ghost] Release 16.0.8 updating components versions ([c8f77f1](https://github.com/bitnami/charts/commit/c8f77f10371e0b8d10be7bb2b9521297ba270d09)) ## 16.0.7 (2022-02-02) -* [bitnami/*] Make use of new "common.ingress.certManagerRequest" helper (#8862) ([12e4c37](https://github.com/bitnami/charts/commit/12e4c37)), closes [#8862](https://github.com/bitnami/charts/issues/8862) +* [bitnami/*] Make use of new "common.ingress.certManagerRequest" helper (#8862) ([12e4c37](https://github.com/bitnami/charts/commit/12e4c3733eaeaa9a5579fdf917fa098a0f2aae23)), closes [#8862](https://github.com/bitnami/charts/issues/8862) ## 16.0.6 (2022-02-01) -* [bitnami/ghost] Release 16.0.6 updating components versions ([82685f0](https://github.com/bitnami/charts/commit/82685f0)) +* [bitnami/ghost] Release 16.0.6 updating components versions ([82685f0](https://github.com/bitnami/charts/commit/82685f00deb5c8d5242ba16122b25e49fe3df9f7)) ## 16.0.5 (2022-02-01) -* [bitnami/ghost] Release 16.0.5 updating components versions ([fdb7264](https://github.com/bitnami/charts/commit/fdb7264)) +* [bitnami/ghost] Release 16.0.5 updating components versions ([fdb7264](https://github.com/bitnami/charts/commit/fdb7264bbc1ad27ebfd21c029ff10c221216fe0c)) ## 16.0.4 (2022-01-28) -* [bitnami/*] Fix non-utf8 characters (#8826) ([aebe0ed](https://github.com/bitnami/charts/commit/aebe0ed)), closes [#8826](https://github.com/bitnami/charts/issues/8826) -* [bitnami/ghost] Release 16.0.4 updating components versions ([88bf57b](https://github.com/bitnami/charts/commit/88bf57b)) +* [bitnami/*] Fix non-utf8 characters (#8826) ([aebe0ed](https://github.com/bitnami/charts/commit/aebe0ed63d845e1e2b38751103810adf200b18f5)), closes [#8826](https://github.com/bitnami/charts/issues/8826) +* [bitnami/ghost] Release 16.0.4 updating components versions ([88bf57b](https://github.com/bitnami/charts/commit/88bf57b816b0251192c41bc42ffd4756f02ae224)) ## 16.0.3 (2022-01-27) -* [bitnami/ghost] Release 16.0.3 updating components versions ([146ca7f](https://github.com/bitnami/charts/commit/146ca7f)) +* [bitnami/ghost] Release 16.0.3 updating components versions ([146ca7f](https://github.com/bitnami/charts/commit/146ca7f336abf220ba959f0b012b73b9b5c3e67e)) ## 16.0.2 (2022-01-25) -* [bitnami/ghost] Release 16.0.2 updating components versions ([a59effa](https://github.com/bitnami/charts/commit/a59effa)) +* [bitnami/ghost] Release 16.0.2 updating components versions ([a59effa](https://github.com/bitnami/charts/commit/a59effafbdcb9e2605b1a317dd29079b134a7e8e)) ## 16.0.1 (2022-01-20) -* [bitnami/*] Update READMEs (#8716) ([b9a9533](https://github.com/bitnami/charts/commit/b9a9533)), closes [#8716](https://github.com/bitnami/charts/issues/8716) -* [bitnami/several] Change prerequisites (#8725) ([8d740c5](https://github.com/bitnami/charts/commit/8d740c5)), closes [#8725](https://github.com/bitnami/charts/issues/8725) +* [bitnami/*] Update READMEs (#8716) ([b9a9533](https://github.com/bitnami/charts/commit/b9a953337590eb2979453385874a267bacf50936)), closes [#8716](https://github.com/bitnami/charts/issues/8716) +* [bitnami/several] Change prerequisites (#8725) ([8d740c5](https://github.com/bitnami/charts/commit/8d740c566cfdb7e2d933c40128b4e919fce953a5)), closes [#8725](https://github.com/bitnami/charts/issues/8725) ## 16.0.0 (2022-01-18) -* [bitnami/*] Readme automation (#8579) ([78d1938](https://github.com/bitnami/charts/commit/78d1938)), closes [#8579](https://github.com/bitnami/charts/issues/8579) -* [bitnami/ghost] Bump MariaDB chart (#8701) ([48035ef](https://github.com/bitnami/charts/commit/48035ef)), closes [#8701](https://github.com/bitnami/charts/issues/8701) +* [bitnami/*] Readme automation (#8579) ([78d1938](https://github.com/bitnami/charts/commit/78d193831c900d178198491ffd08fa2217a64ecd)), closes [#8579](https://github.com/bitnami/charts/issues/8579) +* [bitnami/ghost] Bump MariaDB chart (#8701) ([48035ef](https://github.com/bitnami/charts/commit/48035ef0afc06af0c10506307e506e913e49bef8)), closes [#8701](https://github.com/bitnami/charts/issues/8701) ## 15.2.2 (2022-01-14) -* [bitnami/ghost] Release 15.2.2 updating components versions ([c1c5905](https://github.com/bitnami/charts/commit/c1c5905)) +* [bitnami/ghost] Release 15.2.2 updating components versions ([c1c5905](https://github.com/bitnami/charts/commit/c1c59057fdcbae8d7252c82f4e5b1ab30439bfbc)) ## 15.2.1 (2022-01-12) -* [bitnami/ghost] Release 15.2.1 updating components versions ([7d66d27](https://github.com/bitnami/charts/commit/7d66d27)) +* [bitnami/ghost] Release 15.2.1 updating components versions ([7d66d27](https://github.com/bitnami/charts/commit/7d66d27661cecc4f0c80a4ceccf428c48514f2be)) ## 15.2.0 (2022-01-05) -* [bitnami/several] Adapt templating format (#8562) ([8cad18a](https://github.com/bitnami/charts/commit/8cad18a)), closes [#8562](https://github.com/bitnami/charts/issues/8562) -* [bitnami/several] Add license to the README ([05f7633](https://github.com/bitnami/charts/commit/05f7633)) -* [bitnami/several] Add license to the README ([32fb238](https://github.com/bitnami/charts/commit/32fb238)) -* [bitnami/several] Add license to the README ([b87c2f7](https://github.com/bitnami/charts/commit/b87c2f7)) +* [bitnami/several] Adapt templating format (#8562) ([8cad18a](https://github.com/bitnami/charts/commit/8cad18aed9966a6f0208e5ad6cee46cb217f47ab)), closes [#8562](https://github.com/bitnami/charts/issues/8562) +* [bitnami/several] Add license to the README ([05f7633](https://github.com/bitnami/charts/commit/05f763372501d596e57db713dd53ff4ff3027cc4)) +* [bitnami/several] Add license to the README ([32fb238](https://github.com/bitnami/charts/commit/32fb238e60a0affc6debd3142eaa3c3d9089ec2a)) +* [bitnami/several] Add license to the README ([b87c2f7](https://github.com/bitnami/charts/commit/b87c2f7899d48a8b02c506765e6ae82937e9ba3f)) ## 15.1.8 (2021-12-17) -* [bitnami/ghost] Release 15.1.8 updating components versions ([416a759](https://github.com/bitnami/charts/commit/416a759)) +* [bitnami/ghost] Release 15.1.8 updating components versions ([416a759](https://github.com/bitnami/charts/commit/416a7597818876a91fbb171318eec0b2b0fc8721)) ## 15.1.7 (2021-12-17) -* [bitnami/ghost] Release 15.1.7 updating components versions ([6edc2a6](https://github.com/bitnami/charts/commit/6edc2a6)) +* [bitnami/ghost] Release 15.1.7 updating components versions ([6edc2a6](https://github.com/bitnami/charts/commit/6edc2a6610e74fabca2392b66e5c75292e8ee9f9)) ## 15.1.6 (2021-12-09) -* [bitnami/ghost] Fix Health probes when HTTPS is enabled (#8201) (#8253) ([011c97b](https://github.com/bitnami/charts/commit/011c97b)), closes [#8201](https://github.com/bitnami/charts/issues/8201) [#8253](https://github.com/bitnami/charts/issues/8253) -* [bitnami/several] Regenerate README tables ([a43cca7](https://github.com/bitnami/charts/commit/a43cca7)) +* [bitnami/ghost] Fix Health probes when HTTPS is enabled (#8201) (#8253) ([011c97b](https://github.com/bitnami/charts/commit/011c97bf27c9d61adaa57855b8c1acfb0306c96a)), closes [#8201](https://github.com/bitnami/charts/issues/8201) [#8253](https://github.com/bitnami/charts/issues/8253) +* [bitnami/several] Regenerate README tables ([a43cca7](https://github.com/bitnami/charts/commit/a43cca73cabae95609e943f6eb2cdeefc04e866b)) ## 15.1.5 (2021-12-01) -* [bitnami/ghost] Release 15.1.5 updating components versions ([edb7dc9](https://github.com/bitnami/charts/commit/edb7dc9)) -* [bitnami/several] Regenerate README tables ([8150149](https://github.com/bitnami/charts/commit/8150149)) +* [bitnami/ghost] Release 15.1.5 updating components versions ([edb7dc9](https://github.com/bitnami/charts/commit/edb7dc9d25e40ccc64fab5270019a4dbcee88150)) +* [bitnami/several] Regenerate README tables ([8150149](https://github.com/bitnami/charts/commit/8150149f0bb746e86ff0029fc375d43775bdf15a)) ## 15.1.4 (2021-11-29) -* [bitnami/ghost] Release 15.1.4 updating components versions ([6d4afbe](https://github.com/bitnami/charts/commit/6d4afbe)) +* [bitnami/ghost] Release 15.1.4 updating components versions ([6d4afbe](https://github.com/bitnami/charts/commit/6d4afbeb3f3a1f0b6f25fd1062bceef64e2896dc)) ## 15.1.3 (2021-11-29) -* [bitnami/several] Regenerate README tables ([ac75243](https://github.com/bitnami/charts/commit/ac75243)) -* [bitnami/several] Replace HTTP by HTTPS when possible (#8259) ([eafb5bd](https://github.com/bitnami/charts/commit/eafb5bd)), closes [#8259](https://github.com/bitnami/charts/issues/8259) +* [bitnami/several] Regenerate README tables ([ac75243](https://github.com/bitnami/charts/commit/ac752431b90e935d0a4dbfef70dc44f24f3d3dd2)) +* [bitnami/several] Replace HTTP by HTTPS when possible (#8259) ([eafb5bd](https://github.com/bitnami/charts/commit/eafb5bd5a2cc3aaf04fc1e8ebedd73f420d76864)), closes [#8259](https://github.com/bitnami/charts/issues/8259) ## 15.1.2 (2021-11-25) -* [bitnami/ghost] Release 15.1.2 updating components versions ([ef58246](https://github.com/bitnami/charts/commit/ef58246)) -* [bitnami/several] Fix deadlinks in README.md (#8215) ([99e90d2](https://github.com/bitnami/charts/commit/99e90d2)), closes [#8215](https://github.com/bitnami/charts/issues/8215) -* [bitnami/several] Regenerate README tables ([e8e4e6a](https://github.com/bitnami/charts/commit/e8e4e6a)) +* [bitnami/ghost] Release 15.1.2 updating components versions ([ef58246](https://github.com/bitnami/charts/commit/ef58246a4e18ff5446b4503a4eecc581f5572898)) +* [bitnami/several] Fix deadlinks in README.md (#8215) ([99e90d2](https://github.com/bitnami/charts/commit/99e90d244b3244e059a42f72dcbecd3cda2b66bb)), closes [#8215](https://github.com/bitnami/charts/issues/8215) +* [bitnami/several] Regenerate README tables ([e8e4e6a](https://github.com/bitnami/charts/commit/e8e4e6a9f7c924bcdab52f269cb60dbfeef840a9)) ## 15.1.1 (2021-11-20) -* [bitnami/ghost] Release 15.1.1 updating components versions ([0fe077b](https://github.com/bitnami/charts/commit/0fe077b)) -* [bitnami/several] Add 'community support' note to some Helm chart READMEs (#8148) ([ce6b838](https://github.com/bitnami/charts/commit/ce6b838)), closes [#8148](https://github.com/bitnami/charts/issues/8148) +* [bitnami/ghost] Release 15.1.1 updating components versions ([0fe077b](https://github.com/bitnami/charts/commit/0fe077bc3e71c22f13bbf09bf341a23aba6feff1)) +* [bitnami/several] Add 'community support' note to some Helm chart READMEs (#8148) ([ce6b838](https://github.com/bitnami/charts/commit/ce6b83829ac261c04784d7818c9cfa844f403213)), closes [#8148](https://github.com/bitnami/charts/issues/8148) ## 15.1.0 (2021-11-17) -* [bitnami/*] Add network policies - first batch (#8088) ([81ece48](https://github.com/bitnami/charts/commit/81ece48)), closes [#8088](https://github.com/bitnami/charts/issues/8088) -* [bitnami/several] Regenerate README tables ([3d7ca74](https://github.com/bitnami/charts/commit/3d7ca74)) +* [bitnami/*] Add network policies - first batch (#8088) ([81ece48](https://github.com/bitnami/charts/commit/81ece48240d42de95b08e33b78c80078126d0139)), closes [#8088](https://github.com/bitnami/charts/issues/8088) +* [bitnami/several] Regenerate README tables ([3d7ca74](https://github.com/bitnami/charts/commit/3d7ca74b3b732b0620497ae7b399545117510209)) ## 15.0.12 (2021-11-15) -* [bitnami/ghost] Release 15.0.12 updating components versions ([73ac8c1](https://github.com/bitnami/charts/commit/73ac8c1)) -* [bitnami/several] Regenerate README tables ([e6f742c](https://github.com/bitnami/charts/commit/e6f742c)) +* [bitnami/ghost] Release 15.0.12 updating components versions ([73ac8c1](https://github.com/bitnami/charts/commit/73ac8c11f009ad312fa6d3e4c99700b78e53609e)) +* [bitnami/several] Regenerate README tables ([e6f742c](https://github.com/bitnami/charts/commit/e6f742cb88c330952cb52da038db61537ec921e5)) ## 15.0.11 (2021-11-11) -* [bitnami/ghost] Release 15.0.11 updating components versions ([897ff94](https://github.com/bitnami/charts/commit/897ff94)) -* [bitnami/several] Regenerate README tables ([ef52074](https://github.com/bitnami/charts/commit/ef52074)) +* [bitnami/ghost] Release 15.0.11 updating components versions ([897ff94](https://github.com/bitnami/charts/commit/897ff948a0d54d8667ec01ba59ecb28550492824)) +* [bitnami/several] Regenerate README tables ([ef52074](https://github.com/bitnami/charts/commit/ef52074d5f3dd00218322cd201f83ee55f9dd1e6)) ## 15.0.10 (2021-11-06) -* [bitnami/ghost] Release 15.0.10 updating components versions ([7256332](https://github.com/bitnami/charts/commit/7256332)) -* [bitnami/several] Regenerate README tables ([b6a45fa](https://github.com/bitnami/charts/commit/b6a45fa)) +* [bitnami/ghost] Release 15.0.10 updating components versions ([7256332](https://github.com/bitnami/charts/commit/7256332509f35d6ad55ea84b1f807a07c15f6f9f)) +* [bitnami/several] Regenerate README tables ([b6a45fa](https://github.com/bitnami/charts/commit/b6a45fa72b70570a1e5d32f1295dc9ba3b158a81)) ## 15.0.9 (2021-11-03) -* [bitnami/ghost] Release 15.0.9 updating components versions ([abbdeea](https://github.com/bitnami/charts/commit/abbdeea)) -* [bitnami/several] Regenerate README tables ([6e3fb95](https://github.com/bitnami/charts/commit/6e3fb95)) +* [bitnami/ghost] Release 15.0.9 updating components versions ([abbdeea](https://github.com/bitnami/charts/commit/abbdeeaa2374c0adec1c9505fb7f4b521f7b9415)) +* [bitnami/several] Regenerate README tables ([6e3fb95](https://github.com/bitnami/charts/commit/6e3fb954296a91f83fc1654d77109e5ef4fb6dc0)) ## 15.0.8 (2021-10-27) -* [bitnami/ghost] Release 15.0.8 updating components versions ([ba9f729](https://github.com/bitnami/charts/commit/ba9f729)) -* [bitnami/several] Regenerate README tables ([3df22fe](https://github.com/bitnami/charts/commit/3df22fe)) +* [bitnami/ghost] Release 15.0.8 updating components versions ([ba9f729](https://github.com/bitnami/charts/commit/ba9f72954d8f21ff38018ef250477d159378e8f7)) +* [bitnami/several] Regenerate README tables ([3df22fe](https://github.com/bitnami/charts/commit/3df22fe5caa595c007d5da96c97209942ba1f0a0)) ## 15.0.7 (2021-10-25) -* [bitnami/ghost] Release 15.0.7 updating components versions ([09af471](https://github.com/bitnami/charts/commit/09af471)) -* [bitnami/several] Regenerate README tables ([c82619f](https://github.com/bitnami/charts/commit/c82619f)) +* [bitnami/ghost] Release 15.0.7 updating components versions ([09af471](https://github.com/bitnami/charts/commit/09af471f8b6e2c434c08a6d0501daec52cb7c5e0)) +* [bitnami/several] Regenerate README tables ([c82619f](https://github.com/bitnami/charts/commit/c82619f4141cd18e1b6079fdd84eb5b7bb47d819)) ## 15.0.6 (2021-10-23) -* [bitnami/ghost] Release 15.0.6 updating components versions ([437a96d](https://github.com/bitnami/charts/commit/437a96d)) +* [bitnami/ghost] Release 15.0.6 updating components versions ([437a96d](https://github.com/bitnami/charts/commit/437a96d7eb821d67b0118c3204fac908104c0bfb)) ## 15.0.5 (2021-10-22) -* [bitnami/ghost] Release 15.0.5 updating components versions ([e8478d8](https://github.com/bitnami/charts/commit/e8478d8)) +* [bitnami/ghost] Release 15.0.5 updating components versions ([e8478d8](https://github.com/bitnami/charts/commit/e8478d8f38efe45a46e7c86a002a900a51c823a6)) ## 15.0.4 (2021-10-22) -* [bitnami/several] Add chart info to NOTES.txt (#7889) ([a6751cd](https://github.com/bitnami/charts/commit/a6751cd)), closes [#7889](https://github.com/bitnami/charts/issues/7889) -* [bitnami/several] Regenerate README tables ([681f9fa](https://github.com/bitnami/charts/commit/681f9fa)) +* [bitnami/several] Add chart info to NOTES.txt (#7889) ([a6751cd](https://github.com/bitnami/charts/commit/a6751cdd33c461fabbc459fbea6f219ec64ab6b2)), closes [#7889](https://github.com/bitnami/charts/issues/7889) +* [bitnami/several] Regenerate README tables ([681f9fa](https://github.com/bitnami/charts/commit/681f9fa6cdbbb742d383db2d9fc6da1251f3d3e5)) ## 15.0.3 (2021-10-18) -* [bitnami/ghost] Release 15.0.3 updating components versions ([1bc8b47](https://github.com/bitnami/charts/commit/1bc8b47)) -* [bitnami/several] Regenerate README tables ([0a26eaa](https://github.com/bitnami/charts/commit/0a26eaa)) +* [bitnami/ghost] Release 15.0.3 updating components versions ([1bc8b47](https://github.com/bitnami/charts/commit/1bc8b47467b31973812b0f10735968623dfb9438)) +* [bitnami/several] Regenerate README tables ([0a26eaa](https://github.com/bitnami/charts/commit/0a26eaafd6ad234046aa91c79a44a1d45f55724e)) ## 15.0.2 (2021-10-15) -* [bitnami/ghost] Release 15.0.2 updating components versions ([0017acb](https://github.com/bitnami/charts/commit/0017acb)) -* [bitnami/several] Regenerate README tables ([194a909](https://github.com/bitnami/charts/commit/194a909)) +* [bitnami/ghost] Release 15.0.2 updating components versions ([0017acb](https://github.com/bitnami/charts/commit/0017acb0d6d08bd5633549ce8d4d2b029bb31f05)) +* [bitnami/several] Regenerate README tables ([194a909](https://github.com/bitnami/charts/commit/194a909268377a6820d91f788c0380f427637ce6)) ## 15.0.1 (2021-10-09) -* [bitnami/ghost] Release 15.0.1 updating components versions ([4a75dde](https://github.com/bitnami/charts/commit/4a75dde)) +* [bitnami/ghost] Release 15.0.1 updating components versions ([4a75dde](https://github.com/bitnami/charts/commit/4a75dde3b6722b2783cd123da9c2e7ceb92f7a66)) ## 15.0.0 (2021-10-08) -* [bitnami/ghost] Chart standarized (#7562) ([c488fb6](https://github.com/bitnami/charts/commit/c488fb6)), closes [#7562](https://github.com/bitnami/charts/issues/7562) -* [bitnami/prestashop] Fix default value for `ingress. ingressClassName` (and regenerate READMEs) (#77 ([c3fbb73](https://github.com/bitnami/charts/commit/c3fbb73)), closes [#7732](https://github.com/bitnami/charts/issues/7732) +* [bitnami/ghost] Chart standarized (#7562) ([c488fb6](https://github.com/bitnami/charts/commit/c488fb654ea820ea4387b9406f94e9d21edfc49a)), closes [#7562](https://github.com/bitnami/charts/issues/7562) +* [bitnami/prestashop] Fix default value for `ingress. ingressClassName` (and regenerate READMEs) (#77 ([c3fbb73](https://github.com/bitnami/charts/commit/c3fbb73586675a4922ca57dfd195791d3ffdc40f)), closes [#7732](https://github.com/bitnami/charts/issues/7732) ## 14.0.22 (2021-10-07) -* [bitnami/ghost] Release 14.0.22 updating components versions ([70d97cc](https://github.com/bitnami/charts/commit/70d97cc)) -* [bitnami/several] Regenerate README tables ([7815b73](https://github.com/bitnami/charts/commit/7815b73)) +* [bitnami/ghost] Release 14.0.22 updating components versions ([70d97cc](https://github.com/bitnami/charts/commit/70d97ccb95d4f88671779e916eb7366dc024cd64)) +* [bitnami/several] Regenerate README tables ([7815b73](https://github.com/bitnami/charts/commit/7815b7364052724bf1e75de96bcb0b41834e05df)) ## 14.0.21 (2021-10-01) -* [bitnami/ghost] Release 14.0.21 updating components versions ([e8b8e46](https://github.com/bitnami/charts/commit/e8b8e46)) +* [bitnami/ghost] Release 14.0.21 updating components versions ([e8b8e46](https://github.com/bitnami/charts/commit/e8b8e46c1203e53317876b23b55f439a2f50e098)) ## 14.0.20 (2021-09-30) -* [bitnami/*] Drop support for deprecated cert-manager annotation (#7656) ([bbf403b](https://github.com/bitnami/charts/commit/bbf403b)), closes [#7656](https://github.com/bitnami/charts/issues/7656) -* [bitnami/several] Regenerate README tables ([ff170d1](https://github.com/bitnami/charts/commit/ff170d1)) +* [bitnami/*] Drop support for deprecated cert-manager annotation (#7656) ([bbf403b](https://github.com/bitnami/charts/commit/bbf403bae78be53430fbf13e462f9bd1eeb5bf04)), closes [#7656](https://github.com/bitnami/charts/issues/7656) +* [bitnami/several] Regenerate README tables ([ff170d1](https://github.com/bitnami/charts/commit/ff170d10f8aa6dae0f1e5c3f7d1c69fcec96b731)) ## 14.0.19 (2021-09-24) -* [bitnami/ghost] Release 14.0.19 updating components versions ([a906810](https://github.com/bitnami/charts/commit/a906810)) -* [bitnami/several] Regenerate README tables ([a8d100a](https://github.com/bitnami/charts/commit/a8d100a)) +* [bitnami/ghost] Release 14.0.19 updating components versions ([a906810](https://github.com/bitnami/charts/commit/a906810a19838a167ac41e5e99f5d17bc3915f8f)) +* [bitnami/several] Regenerate README tables ([a8d100a](https://github.com/bitnami/charts/commit/a8d100a745750c3bfc01c68be65905822d620898)) ## 14.0.18 (2021-09-23) -* [bitnami/ghost] Release 14.0.18 updating components versions ([62532a4](https://github.com/bitnami/charts/commit/62532a4)) -* [bitnami/several] Regenerate README tables ([003a0fb](https://github.com/bitnami/charts/commit/003a0fb)) +* [bitnami/ghost] Release 14.0.18 updating components versions ([62532a4](https://github.com/bitnami/charts/commit/62532a49e4f57605baf888292b81f59305527415)) +* [bitnami/several] Regenerate README tables ([003a0fb](https://github.com/bitnami/charts/commit/003a0fbaedeb775c546b8d8452b7a5ab0a63af52)) ## 14.0.17 (2021-09-17) -* [bitnami/ghost] Release 14.0.17 updating components versions ([2cdc08e](https://github.com/bitnami/charts/commit/2cdc08e)) +* [bitnami/ghost] Release 14.0.17 updating components versions ([2cdc08e](https://github.com/bitnami/charts/commit/2cdc08e9ae7c86a4e5beed3acf9747f1b2210e84)) ## 14.0.16 (2021-09-17) -* [bitnami/ghost] Add support for Ingress with `ghostEnableHttps=true` (#7523) ([2be68ee](https://github.com/bitnami/charts/commit/2be68ee)), closes [#7523](https://github.com/bitnami/charts/issues/7523) +* [bitnami/ghost] Add support for Ingress with `ghostEnableHttps=true` (#7523) ([2be68ee](https://github.com/bitnami/charts/commit/2be68ee2688ec244d2278b36ffc63d1cc15f362d)), closes [#7523](https://github.com/bitnami/charts/issues/7523) ## 14.0.15 (2021-09-15) -* [bitnami/ghost] Release 14.0.15 updating components versions ([9d8b8f2](https://github.com/bitnami/charts/commit/9d8b8f2)) -* [bitnami/several] Regenerate README tables ([5c79422](https://github.com/bitnami/charts/commit/5c79422)) +* [bitnami/ghost] Release 14.0.15 updating components versions ([9d8b8f2](https://github.com/bitnami/charts/commit/9d8b8f283cd98c53186ca50a21cd14691f8da379)) +* [bitnami/several] Regenerate README tables ([5c79422](https://github.com/bitnami/charts/commit/5c7942235d3169332e8dadb380cd757416f28946)) ## 14.0.14 (2021-09-14) -* [bitnami/ghost] Release 14.0.14 updating components versions ([46ac74a](https://github.com/bitnami/charts/commit/46ac74a)) -* [bitnami/several] Regenerate README tables ([da2513b](https://github.com/bitnami/charts/commit/da2513b)) +* [bitnami/ghost] Release 14.0.14 updating components versions ([46ac74a](https://github.com/bitnami/charts/commit/46ac74ade18d7c3ded4b2595c72b24840b64a8d5)) +* [bitnami/several] Regenerate README tables ([da2513b](https://github.com/bitnami/charts/commit/da2513bf0a33819f3b1151d387c631a9ffdb03e2)) ## 14.0.13 (2021-08-25) -* [bitnami/ghost] Release 14.0.13 updating components versions ([d719c56](https://github.com/bitnami/charts/commit/d719c56)) -* [bitnami/several] Regenerate README tables ([6c9124f](https://github.com/bitnami/charts/commit/6c9124f)) +* [bitnami/ghost] Release 14.0.13 updating components versions ([d719c56](https://github.com/bitnami/charts/commit/d719c56163aafbe16841e28038025999cf8d255e)) +* [bitnami/several] Regenerate README tables ([6c9124f](https://github.com/bitnami/charts/commit/6c9124f79491aa65f53a87c1ed598b47ffa8b411)) ## 14.0.12 (2021-08-17) -* [bitnami/ghost] Release 14.0.12 updating components versions ([abb7788](https://github.com/bitnami/charts/commit/abb7788)) +* [bitnami/ghost] Release 14.0.12 updating components versions ([abb7788](https://github.com/bitnami/charts/commit/abb77887eaa93a10150b946848770e362d73d9f2)) ## 14.0.11 (2021-08-17) -* [bitnami/ghost] Release 14.0.11 updating components versions ([6e84294](https://github.com/bitnami/charts/commit/6e84294)) -* [bitnami/several] Regenerate README tables ([6c107e8](https://github.com/bitnami/charts/commit/6c107e8)) +* [bitnami/ghost] Release 14.0.11 updating components versions ([6e84294](https://github.com/bitnami/charts/commit/6e842943f2d875c8f704c6eae8133841bb9b3218)) +* [bitnami/several] Regenerate README tables ([6c107e8](https://github.com/bitnami/charts/commit/6c107e835d6caf8db2e8b17dcd48c5971637e013)) ## 14.0.10 (2021-08-03) -* [bitnami/ghost] Release 14.0.10 updating components versions ([68ee22f](https://github.com/bitnami/charts/commit/68ee22f)) -* [bitnami/several] Upadte READMEs ([eb3c291](https://github.com/bitnami/charts/commit/eb3c291)) +* [bitnami/ghost] Release 14.0.10 updating components versions ([68ee22f](https://github.com/bitnami/charts/commit/68ee22f5749af0ba282f456d4bbc73660abe7cbf)) +* [bitnami/several] Upadte READMEs ([eb3c291](https://github.com/bitnami/charts/commit/eb3c2916be233280f2226d9cdceb57b08ab4a23b)) ## 14.0.9 (2021-07-27) -* [bitnami/several] Fix default values and regenerate README (#7024) ([4c86733](https://github.com/bitnami/charts/commit/4c86733)), closes [#7024](https://github.com/bitnami/charts/issues/7024) +* [bitnami/several] Fix default values and regenerate README (#7024) ([4c86733](https://github.com/bitnami/charts/commit/4c867335c5c9c5aba041868df16ebb8f64ac68bd)), closes [#7024](https://github.com/bitnami/charts/issues/7024) ## 14.0.8 (2021-07-27) -* [bitnami/ghost] Release 14.0.8 updating components versions ([cf0a680](https://github.com/bitnami/charts/commit/cf0a680)) +* [bitnami/ghost] Release 14.0.8 updating components versions ([cf0a680](https://github.com/bitnami/charts/commit/cf0a68074ac9a85dcd975521870faa07cacea5fb)) ## 14.0.7 (2021-07-26) -* [bitnami/ghost] Fix liveness and readiness probes when HTTPS is used (#6914) ([5cb8738](https://github.com/bitnami/charts/commit/5cb8738)), closes [#6914](https://github.com/bitnami/charts/issues/6914) +* [bitnami/ghost] Fix liveness and readiness probes when HTTPS is used (#6914) ([5cb8738](https://github.com/bitnami/charts/commit/5cb87381005da352902825b752ff91a6fc5d5e88)), closes [#6914](https://github.com/bitnami/charts/issues/6914) ## 14.0.6 (2021-07-23) -* [bitnami/ghost] Release 14.0.6 updating components versions ([9ebc149](https://github.com/bitnami/charts/commit/9ebc149)) +* [bitnami/ghost] Release 14.0.6 updating components versions ([9ebc149](https://github.com/bitnami/charts/commit/9ebc1499f85e67833f56ca65af6bd0e824a2b8db)) ## 14.0.5 (2021-07-21) -* [bitnami/ghost] Release 14.0.5 updating components versions ([f3d2497](https://github.com/bitnami/charts/commit/f3d2497)) +* [bitnami/ghost] Release 14.0.5 updating components versions ([f3d2497](https://github.com/bitnami/charts/commit/f3d2497a3d8706b80a191323959adcdfe5980a23)) ## 14.0.4 (2021-07-09) -* [bitnami/ghost] Release 14.0.4 updating components versions ([bdc60e8](https://github.com/bitnami/charts/commit/bdc60e8)) +* [bitnami/ghost] Release 14.0.4 updating components versions ([bdc60e8](https://github.com/bitnami/charts/commit/bdc60e8bc12e2641688737323ba8579b0e5692ec)) ## 14.0.3 (2021-07-09) -* [bitnami/ghost] Release 14.0.3 updating components versions ([d2bcd14](https://github.com/bitnami/charts/commit/d2bcd14)) +* [bitnami/ghost] Release 14.0.3 updating components versions ([d2bcd14](https://github.com/bitnami/charts/commit/d2bcd14765f05a798ac34e65ebab6991cc7e5937)) ## 14.0.2 (2021-07-08) -* [bitnami/ghost] Release 14.0.2 updating components versions ([71106f0](https://github.com/bitnami/charts/commit/71106f0)) +* [bitnami/ghost] Release 14.0.2 updating components versions ([71106f0](https://github.com/bitnami/charts/commit/71106f0269d93bc2d6354bb7ec511a00eff2593c)) ## 14.0.1 (2021-07-08) -* [bitnami/ghost] Release 14.0.1 updating components versions ([5423f6b](https://github.com/bitnami/charts/commit/5423f6b)) +* [bitnami/ghost] Release 14.0.1 updating components versions ([5423f6b](https://github.com/bitnami/charts/commit/5423f6b942f70ba0b3b11f037826dc9628cf65f7)) ## 14.0.0 (2021-07-07) -* [bitnami/ghost] New major version (#6801) ([4c7f3aa](https://github.com/bitnami/charts/commit/4c7f3aa)), closes [#6801](https://github.com/bitnami/charts/issues/6801) +* [bitnami/ghost] New major version (#6801) ([4c7f3aa](https://github.com/bitnami/charts/commit/4c7f3aab24fbd266c58a834fd77cbae112c04d63)), closes [#6801](https://github.com/bitnami/charts/issues/6801) ## 13.0.17 (2021-07-05) -* [bitnami/*] Avoid creating PVC when unneeded (#6840) ([9ae4a7d](https://github.com/bitnami/charts/commit/9ae4a7d)), closes [#6840](https://github.com/bitnami/charts/issues/6840) +* [bitnami/*] Avoid creating PVC when unneeded (#6840) ([9ae4a7d](https://github.com/bitnami/charts/commit/9ae4a7df69ccd9ab719c7c4ec27eb7d0970ced4a)), closes [#6840](https://github.com/bitnami/charts/issues/6840) ## 13.0.16 (2021-06-30) -* [bitnami/ghost] Release 13.0.16 updating components versions ([f208f66](https://github.com/bitnami/charts/commit/f208f66)) +* [bitnami/ghost] Release 13.0.16 updating components versions ([f208f66](https://github.com/bitnami/charts/commit/f208f66fbfe36a3aebb1a72bcd4c47c7ec67a991)) ## 13.0.15 (2021-06-29) -* [bitnami/ghost] Release 13.0.15 updating components versions ([8318758](https://github.com/bitnami/charts/commit/8318758)) +* [bitnami/ghost] Release 13.0.15 updating components versions ([8318758](https://github.com/bitnami/charts/commit/83187581ba2263d51508deccaeeb6e23b5f44c44)) ## 13.0.14 (2021-06-09) -* [bitnami/ghost] Release 13.0.14 updating components versions ([988bdce](https://github.com/bitnami/charts/commit/988bdce)) +* [bitnami/ghost] Release 13.0.14 updating components versions ([988bdce](https://github.com/bitnami/charts/commit/988bdced59528abc84e91de989848471b542ae41)) ## 13.0.13 (2021-05-27) -* [bitnami/ghost] Release 13.0.13 updating components versions ([91c1aff](https://github.com/bitnami/charts/commit/91c1aff)) +* [bitnami/ghost] Release 13.0.13 updating components versions ([91c1aff](https://github.com/bitnami/charts/commit/91c1aff81916e2261455e74246931688bef77670)) ## 13.0.12 (2021-05-26) -* [bitnami/ghost] Release 13.0.12 updating components versions ([92cb209](https://github.com/bitnami/charts/commit/92cb209)) +* [bitnami/ghost] Release 13.0.12 updating components versions ([92cb209](https://github.com/bitnami/charts/commit/92cb209af9671757218e99879b62e6de8cfb0281)) ## 13.0.11 (2021-05-25) -* [bitnami/ghost] Release 13.0.11 updating components versions ([ebe3d1e](https://github.com/bitnami/charts/commit/ebe3d1e)) +* [bitnami/ghost] Release 13.0.11 updating components versions ([ebe3d1e](https://github.com/bitnami/charts/commit/ebe3d1e5f7b6e6e0932bd84baaf3fe5277d078fd)) ## 13.0.10 (2021-05-23) -* [bitnami/ghost] Release 13.0.10 updating components versions ([34e861f](https://github.com/bitnami/charts/commit/34e861f)) +* [bitnami/ghost] Release 13.0.10 updating components versions ([34e861f](https://github.com/bitnami/charts/commit/34e861f45cd7f692b9b75954ddb012cb70b56587)) ## 13.0.9 (2021-05-12) -* [bitnami/ghost] Release 13.0.9 updating components versions ([2f6c52f](https://github.com/bitnami/charts/commit/2f6c52f)) +* [bitnami/ghost] Release 13.0.9 updating components versions ([2f6c52f](https://github.com/bitnami/charts/commit/2f6c52fb6f07c0df2a8b8ee7077f5af073f0bcc7)) ## 13.0.8 (2021-05-10) -* Extracted mountPath for Ghost volume and fixed default value (#6323) ([a01e506](https://github.com/bitnami/charts/commit/a01e506)), closes [#6323](https://github.com/bitnami/charts/issues/6323) +* Extracted mountPath for Ghost volume and fixed default value (#6323) ([a01e506](https://github.com/bitnami/charts/commit/a01e5061ac7a9e71b1c20021decc3ec9b5111fa7)), closes [#6323](https://github.com/bitnami/charts/issues/6323) ## 13.0.7 (2021-05-07) -* [bitnami/ghost] Release 13.0.7 updating components versions ([2b6f234](https://github.com/bitnami/charts/commit/2b6f234)) +* [bitnami/ghost] Release 13.0.7 updating components versions ([2b6f234](https://github.com/bitnami/charts/commit/2b6f234d5c7a5e99f773dc4436264ee71fed3333)) ## 13.0.6 (2021-05-05) -* Update NOTES.txt (#6292) ([ee5597c](https://github.com/bitnami/charts/commit/ee5597c)), closes [#6292](https://github.com/bitnami/charts/issues/6292) +* Update NOTES.txt (#6292) ([ee5597c](https://github.com/bitnami/charts/commit/ee5597c86b1cd3587fb50feb1dbc7518195c8cab)), closes [#6292](https://github.com/bitnami/charts/issues/6292) ## 13.0.5 (2021-04-22) -* [bitnami/ghost] Release 13.0.5 updating components versions ([54ea814](https://github.com/bitnami/charts/commit/54ea814)) +* [bitnami/ghost] Release 13.0.5 updating components versions ([54ea814](https://github.com/bitnami/charts/commit/54ea81440e2fe0a1ba3b0324255b695386116ec6)) ## 13.0.4 (2021-04-21) -* [bitnami/ghost] Release 13.0.4 updating components versions ([2761d14](https://github.com/bitnami/charts/commit/2761d14)) +* [bitnami/ghost] Release 13.0.4 updating components versions ([2761d14](https://github.com/bitnami/charts/commit/2761d1467bbbd6bac88fa9a772be03b29c787c5e)) ## 13.0.3 (2021-04-20) -* [bitnami/ghost] Release 13.0.3 updating components versions ([c7b389f](https://github.com/bitnami/charts/commit/c7b389f)) +* [bitnami/ghost] Release 13.0.3 updating components versions ([c7b389f](https://github.com/bitnami/charts/commit/c7b389f161c95ef64257e008ad1e9903007e7180)) ## 13.0.2 (2021-04-16) -* [bitnami/ghost] Release 13.0.2 updating components versions ([1eac75b](https://github.com/bitnami/charts/commit/1eac75b)) +* [bitnami/ghost] Release 13.0.2 updating components versions ([1eac75b](https://github.com/bitnami/charts/commit/1eac75bde46e2b8c5d2ddff02533c2cc5e618628)) ## 13.0.1 (2021-04-13) -* [bitnami/ghost] Release 13.0.1 updating components versions ([6210548](https://github.com/bitnami/charts/commit/6210548)) +* [bitnami/ghost] Release 13.0.1 updating components versions ([6210548](https://github.com/bitnami/charts/commit/621054819afe4c0df738cc05a0b66a8c82fd58f8)) ## 13.0.0 (2021-04-09) -* [bitnami/ghost] Release 13.0.0 updating components versions ([e819027](https://github.com/bitnami/charts/commit/e819027)) +* [bitnami/ghost] Release 13.0.0 updating components versions ([e819027](https://github.com/bitnami/charts/commit/e819027fd26eda5aa50bd9a0464bcfb92821e050)) ## 12.3.9 (2021-04-08) -* [bitnami/ghost] Release 12.3.9 updating components versions ([3d38dd0](https://github.com/bitnami/charts/commit/3d38dd0)) +* [bitnami/ghost] Release 12.3.9 updating components versions ([3d38dd0](https://github.com/bitnami/charts/commit/3d38dd0f8d7fd31811b8fb4b1c017b7fa63340c0)) ## 12.3.8 (2021-03-24) -* [bitnami/ghost] Release 12.3.8 updating components versions ([18ae9ea](https://github.com/bitnami/charts/commit/18ae9ea)) +* [bitnami/ghost] Release 12.3.8 updating components versions ([18ae9ea](https://github.com/bitnami/charts/commit/18ae9ea4afe9ea384a71bd4a138c19b340e68740)) ## 12.3.7 (2021-03-21) -* [bitnami/ghost] Release 12.3.7 updating components versions ([61575e3](https://github.com/bitnami/charts/commit/61575e3)) +* [bitnami/ghost] Release 12.3.7 updating components versions ([61575e3](https://github.com/bitnami/charts/commit/61575e368fd38550fd472b97a35f26704cca2b1d)) ## 12.3.6 (2021-03-16) -* [bitnami/ghost] Release 12.3.6 updating components versions ([f8e1ada](https://github.com/bitnami/charts/commit/f8e1ada)) +* [bitnami/ghost] Release 12.3.6 updating components versions ([f8e1ada](https://github.com/bitnami/charts/commit/f8e1ada0ededf427a01bd4688aa768e85e843687)) ## 12.3.5 (2021-03-12) -* [bitnami/ghost] Release 12.3.5 updating components versions ([6eaf177](https://github.com/bitnami/charts/commit/6eaf177)) +* [bitnami/ghost] Release 12.3.5 updating components versions ([6eaf177](https://github.com/bitnami/charts/commit/6eaf177be0a070d95a4713bfe5ad8be14753c424)) ## 12.3.4 (2021-03-04) -* [bitnami/*] Remove minideb mentions (#5677) ([870bc4d](https://github.com/bitnami/charts/commit/870bc4d)), closes [#5677](https://github.com/bitnami/charts/issues/5677) -* [bitnami/ghost] Release 12.3.4 updating components versions ([ba8b8d1](https://github.com/bitnami/charts/commit/ba8b8d1)) +* [bitnami/*] Remove minideb mentions (#5677) ([870bc4d](https://github.com/bitnami/charts/commit/870bc4dba1fc3aa55dd157da6687b25e8d352206)), closes [#5677](https://github.com/bitnami/charts/issues/5677) +* [bitnami/ghost] Release 12.3.4 updating components versions ([ba8b8d1](https://github.com/bitnami/charts/commit/ba8b8d1b5bf2c58df3ae76f0ae0f1208787429d1)) ## 12.3.3 (2021-03-01) -* [bitnami/ghost] Release 12.3.3 updating components versions ([9d91e6a](https://github.com/bitnami/charts/commit/9d91e6a)) +* [bitnami/ghost] Release 12.3.3 updating components versions ([9d91e6a](https://github.com/bitnami/charts/commit/9d91e6ad2f768ac42b17c01398ac22e4a1c10383)) ## 12.3.2 (2021-02-24) -* [bitnami/ghost] Release 12.3.2 updating components versions ([3293fb3](https://github.com/bitnami/charts/commit/3293fb3)) +* [bitnami/ghost] Release 12.3.2 updating components versions ([3293fb3](https://github.com/bitnami/charts/commit/3293fb39737f1b6edc339d8662b87bbb9234e983)) ## 12.3.1 (2021-02-23) -* [bitnami/ghost] Release 12.3.1 updating components versions ([56d8c01](https://github.com/bitnami/charts/commit/56d8c01)) +* [bitnami/ghost] Release 12.3.1 updating components versions ([56d8c01](https://github.com/bitnami/charts/commit/56d8c01215bd190340432a93b80230cf1d062fc1)) ## 12.3.0 (2021-02-22) -* [bitnami/ghost] add deployment strategy configuration (#5558) ([c24275f](https://github.com/bitnami/charts/commit/c24275f)), closes [#5558](https://github.com/bitnami/charts/issues/5558) +* [bitnami/ghost] add deployment strategy configuration (#5558) ([c24275f](https://github.com/bitnami/charts/commit/c24275f81d03e53e220144a7f2e6f01229e63a93)), closes [#5558](https://github.com/bitnami/charts/issues/5558) ## 12.2.1 (2021-02-18) -* [bitnami/ghost] Release 12.2.1 updating components versions ([9080206](https://github.com/bitnami/charts/commit/9080206)) +* [bitnami/ghost] Release 12.2.1 updating components versions ([9080206](https://github.com/bitnami/charts/commit/9080206d14bd8b5821699e6f98ba7e505a107aa1)) ## 12.2.0 (2021-02-17) -* [bitnami/ghost] add "loadBalancerSourceRanges" (#5513) ([d1bde5a](https://github.com/bitnami/charts/commit/d1bde5a)), closes [#5513](https://github.com/bitnami/charts/issues/5513) +* [bitnami/ghost] add "loadBalancerSourceRanges" (#5513) ([d1bde5a](https://github.com/bitnami/charts/commit/d1bde5a00ace73407835590f574233c32071419d)), closes [#5513](https://github.com/bitnami/charts/issues/5513) ## 12.1.4 (2021-02-12) -* [bitnami/*] Add notice regarding parameters immutability after chart installation (#4853) ([5f09573](https://github.com/bitnami/charts/commit/5f09573)), closes [#4853](https://github.com/bitnami/charts/issues/4853) -* [bitnami/ghost] Release 12.1.4 updating components versions ([04604c5](https://github.com/bitnami/charts/commit/04604c5)) +* [bitnami/*] Add notice regarding parameters immutability after chart installation (#4853) ([5f09573](https://github.com/bitnami/charts/commit/5f095734f92555dec7cd0e3ee961f315eac170ff)), closes [#4853](https://github.com/bitnami/charts/issues/4853) +* [bitnami/ghost] Release 12.1.4 updating components versions ([04604c5](https://github.com/bitnami/charts/commit/04604c5a789bd9968b95e09096ee4e6eacb94baf)) ## 12.1.3 (2021-02-09) -* [bitnami/ghost] Release 12.1.3 updating components versions ([96a78d2](https://github.com/bitnami/charts/commit/96a78d2)) +* [bitnami/ghost] Release 12.1.3 updating components versions ([96a78d2](https://github.com/bitnami/charts/commit/96a78d25c1b112cbeb3fdef34045a4b92f7e140d)) ## 12.1.2 (2021-02-01) -* [bitnami/ghost] Release 12.1.2 updating components versions ([a8748ba](https://github.com/bitnami/charts/commit/a8748ba)) +* [bitnami/ghost] Release 12.1.2 updating components versions ([a8748ba](https://github.com/bitnami/charts/commit/a8748baad8a25f3116a9333f904c06b9d1e5c4b7)) ## 12.1.1 (2021-01-29) -* [bitnami/ghost] Release 12.1.1 updating components versions ([59ea707](https://github.com/bitnami/charts/commit/59ea707)) +* [bitnami/ghost] Release 12.1.1 updating components versions ([59ea707](https://github.com/bitnami/charts/commit/59ea7074dd656cd6515c8549ca0ffee8492ae8bf)) ## 12.1.0 (2021-01-27) -* [bitnami/ghost] Add hostAliases (#5241) ([b713fa3](https://github.com/bitnami/charts/commit/b713fa3)), closes [#5241](https://github.com/bitnami/charts/issues/5241) +* [bitnami/ghost] Add hostAliases (#5241) ([b713fa3](https://github.com/bitnami/charts/commit/b713fa386309f5c74436d2a4d4f522a2978762a5)), closes [#5241](https://github.com/bitnami/charts/issues/5241) ## 12.0.1 (2021-01-27) -* [bitnami/*] Change helm version in the prerequisites (#5090) ([c5e67a3](https://github.com/bitnami/charts/commit/c5e67a3)), closes [#5090](https://github.com/bitnami/charts/issues/5090) -* [bitnami/ghost] Release 12.0.1 updating components versions ([47d91ef](https://github.com/bitnami/charts/commit/47d91ef)) +* [bitnami/*] Change helm version in the prerequisites (#5090) ([c5e67a3](https://github.com/bitnami/charts/commit/c5e67a388743cbee28439d2cabca27884b9daf97)), closes [#5090](https://github.com/bitnami/charts/issues/5090) +* [bitnami/ghost] Release 12.0.1 updating components versions ([47d91ef](https://github.com/bitnami/charts/commit/47d91efa32f28617764fbf7ed54b198294497a99)) ## 12.0.0 (2021-01-14) -* [bitnami/ghost] Major change: Adapt ingress (#4964) ([b38e5b8](https://github.com/bitnami/charts/commit/b38e5b8)), closes [#4964](https://github.com/bitnami/charts/issues/4964) +* [bitnami/ghost] Major change: Adapt ingress (#4964) ([b38e5b8](https://github.com/bitnami/charts/commit/b38e5b822db662441f3433cae3b81fda580e0ee9)), closes [#4964](https://github.com/bitnami/charts/issues/4964) ## 11.2.4 (2021-01-08) -* [bitnami/ghost] Release 11.2.4 updating components versions ([3d3c942](https://github.com/bitnami/charts/commit/3d3c942)) +* [bitnami/ghost] Release 11.2.4 updating components versions ([3d3c942](https://github.com/bitnami/charts/commit/3d3c942477223352d1482e31c8f3c4d7771ddf13)) ## 11.2.3 (2021-01-07) -* [bitnami/moodle] Unify trademark format across charts (#4906) ([7cc4a8b](https://github.com/bitnami/charts/commit/7cc4a8b)), closes [#4906](https://github.com/bitnami/charts/issues/4906) +* [bitnami/moodle] Unify trademark format across charts (#4906) ([7cc4a8b](https://github.com/bitnami/charts/commit/7cc4a8beffeb0436aa82ae1969da081e1c8b3f4f)), closes [#4906](https://github.com/bitnami/charts/issues/4906) ## 11.2.2 (2021-01-06) -* [bitnami/ghost] Release 11.2.2 updating components versions ([4ef1435](https://github.com/bitnami/charts/commit/4ef1435)) +* [bitnami/ghost] Release 11.2.2 updating components versions ([4ef1435](https://github.com/bitnami/charts/commit/4ef1435d02c8c9aa6cd2dce6ee7af31a74a71515)) ## 11.2.1 (2021-01-05) -* [bitnami/ghost] Release 11.2.1 updating components versions ([62e4380](https://github.com/bitnami/charts/commit/62e4380)) +* [bitnami/ghost] Release 11.2.1 updating components versions ([62e4380](https://github.com/bitnami/charts/commit/62e4380a23838e9fb2828250f91feb2035900968)) ## 11.2.0 (2021-01-04) -* enabled replicacount value for ghost deployment (#4873) ([a41c35f](https://github.com/bitnami/charts/commit/a41c35f)), closes [#4873](https://github.com/bitnami/charts/issues/4873) +* enabled replicacount value for ghost deployment (#4873) ([a41c35f](https://github.com/bitnami/charts/commit/a41c35fd3e82ccc1271a33f84671fbb4e11dd3db)), closes [#4873](https://github.com/bitnami/charts/issues/4873) ## 11.1.9 (2020-12-16) -* [bitnami/*] fix typos (#4699) ([49adc63](https://github.com/bitnami/charts/commit/49adc63)), closes [#4699](https://github.com/bitnami/charts/issues/4699) -* [bitnami/ghost] Release 11.1.9 updating components versions ([efb5234](https://github.com/bitnami/charts/commit/efb5234)) +* [bitnami/*] fix typos (#4699) ([49adc63](https://github.com/bitnami/charts/commit/49adc63b672da976c55af2e077aa5648a357b77f)), closes [#4699](https://github.com/bitnami/charts/issues/4699) +* [bitnami/ghost] Release 11.1.9 updating components versions ([efb5234](https://github.com/bitnami/charts/commit/efb5234b4ca29e05dc2cbae9f647805b6d5d55fe)) ## 11.1.8 (2020-12-11) -* [bitnami/ghost] Release 11.1.8 updating components versions ([7dbe99f](https://github.com/bitnami/charts/commit/7dbe99f)) +* [bitnami/ghost] Release 11.1.8 updating components versions ([7dbe99f](https://github.com/bitnami/charts/commit/7dbe99f684b149818dcbe11d3403e2ebca0a2f3a)) ## 11.1.7 (2020-12-11) -* [bitnami/*] Update dependencies (#4694) ([2826c12](https://github.com/bitnami/charts/commit/2826c12)), closes [#4694](https://github.com/bitnami/charts/issues/4694) +* [bitnami/*] Update dependencies (#4694) ([2826c12](https://github.com/bitnami/charts/commit/2826c125b42505f28431301e3c1bbe5366e47a01)), closes [#4694](https://github.com/bitnami/charts/issues/4694) ## 11.1.6 (2020-12-10) -* [bitnami/ghost] Release 11.1.6 updating components versions ([c0d001f](https://github.com/bitnami/charts/commit/c0d001f)) +* [bitnami/ghost] Release 11.1.6 updating components versions ([c0d001f](https://github.com/bitnami/charts/commit/c0d001f06cd8af49e8f3d68aec058df5b6b69010)) ## 11.1.5 (2020-12-09) -* [bitnami/ghost] Fix broken indentation in deployment.yaml (#4650) ([5fcf3c0](https://github.com/bitnami/charts/commit/5fcf3c0)), closes [#4650](https://github.com/bitnami/charts/issues/4650) +* [bitnami/ghost] Fix broken indentation in deployment.yaml (#4650) ([5fcf3c0](https://github.com/bitnami/charts/commit/5fcf3c0dddaca5c8dee99e5fc9ed88f36c11d004)), closes [#4650](https://github.com/bitnami/charts/issues/4650) ## 11.1.4 (2020-12-08) -* [bitnami/ghost] Release 11.1.4 updating components versions ([4d9f360](https://github.com/bitnami/charts/commit/4d9f360)) +* [bitnami/ghost] Release 11.1.4 updating components versions ([4d9f360](https://github.com/bitnami/charts/commit/4d9f360f63ad4d3e98856426e305b098b79e481e)) ## 11.1.3 (2020-12-07) -* [bitnami/ghost] Release 11.1.3 updating components versions ([317f0ca](https://github.com/bitnami/charts/commit/317f0ca)) +* [bitnami/ghost] Release 11.1.3 updating components versions ([317f0ca](https://github.com/bitnami/charts/commit/317f0ca33bc29dd11a0e02be0b10f0fe7682f902)) ## 11.1.2 (2020-12-02) -* [bitnami/ghost] Release 11.1.2 updating components versions ([3a46ede](https://github.com/bitnami/charts/commit/3a46ede)) +* [bitnami/ghost] Release 11.1.2 updating components versions ([3a46ede](https://github.com/bitnami/charts/commit/3a46edef4b63a503d85de83741476697d2087ff5)) ## 11.1.1 (2020-11-27) -* [bitnami/ghost] Release 11.1.1 updating components versions ([afd955f](https://github.com/bitnami/charts/commit/afd955f)) +* [bitnami/ghost] Release 11.1.1 updating components versions ([afd955f](https://github.com/bitnami/charts/commit/afd955f92c0b6c282f06e6adf0ab44dce8f6f4a8)) ## 11.1.0 (2020-11-25) -* [bitnami/*] Affinity based on common presets (ii) (#4472) ([934259f](https://github.com/bitnami/charts/commit/934259f)), closes [#4472](https://github.com/bitnami/charts/issues/4472) +* [bitnami/*] Affinity based on common presets (ii) (#4472) ([934259f](https://github.com/bitnami/charts/commit/934259f78127c53c747dfff5e5df9f67738ec79c)), closes [#4472](https://github.com/bitnami/charts/issues/4472) ## 11.0.1 (2020-11-22) -* [bitnami/ghost] Release 11.0.1 updating components versions ([0823a61](https://github.com/bitnami/charts/commit/0823a61)) +* [bitnami/ghost] Release 11.0.1 updating components versions ([0823a61](https://github.com/bitnami/charts/commit/0823a61c0794d470c5b73136f349a132815af05e)) ## 11.0.0 (2020-11-19) -* [bitnami/ghost] Major version. Adapt Chart to apiVersion: v2 and Update MariaDB Dependency (#4391) ([f4cd753](https://github.com/bitnami/charts/commit/f4cd753)), closes [#4391](https://github.com/bitnami/charts/issues/4391) +* [bitnami/ghost] Major version. Adapt Chart to apiVersion: v2 and Update MariaDB Dependency (#4391) ([f4cd753](https://github.com/bitnami/charts/commit/f4cd753033953d3eda5ccea9e10d72e41b116d90)), closes [#4391](https://github.com/bitnami/charts/issues/4391) ## 10.2.3 (2020-11-19) -* [bitnami/ghost] Release 10.2.3 updating components versions ([3f57bf8](https://github.com/bitnami/charts/commit/3f57bf8)) +* [bitnami/ghost] Release 10.2.3 updating components versions ([3f57bf8](https://github.com/bitnami/charts/commit/3f57bf805415a21bdc592789952ba4b203b6c154)) ## 10.2.2 (2020-11-17) -* [bitnami/ghost] Release 10.2.2 updating components versions ([15ead8a](https://github.com/bitnami/charts/commit/15ead8a)) +* [bitnami/ghost] Release 10.2.2 updating components versions ([15ead8a](https://github.com/bitnami/charts/commit/15ead8a8639771728d20eb4f546d37d30cb3ce06)) ## 10.2.1 (2020-11-04) -* [bitnami/ghost] Release 10.2.1 updating components versions ([343e773](https://github.com/bitnami/charts/commit/343e773)) +* [bitnami/ghost] Release 10.2.1 updating components versions ([343e773](https://github.com/bitnami/charts/commit/343e773f7dbef6c54b5ee288a2346474ab93018e)) ## 10.2.0 (2020-10-30) -* [bitnami/*] Include link to Troubleshootin guide on README.md (#4136) ([c08a20e](https://github.com/bitnami/charts/commit/c08a20e)), closes [#4136](https://github.com/bitnami/charts/issues/4136) -* [bitnami/ghost]: support priorityClassName (#4156) ([181a02f](https://github.com/bitnami/charts/commit/181a02f)), closes [#4156](https://github.com/bitnami/charts/issues/4156) +* [bitnami/*] Include link to Troubleshootin guide on README.md (#4136) ([c08a20e](https://github.com/bitnami/charts/commit/c08a20e3db004215383004ff023a73fcc2522e72)), closes [#4136](https://github.com/bitnami/charts/issues/4136) +* [bitnami/ghost]: support priorityClassName (#4156) ([181a02f](https://github.com/bitnami/charts/commit/181a02f5a957d48a0ba00ca45a077431583b6508)), closes [#4156](https://github.com/bitnami/charts/issues/4156) ## 10.1.20 (2020-10-20) -* [bitnami/ghost] Fix ingress when tls is enabled (#4057) ([ea3c154](https://github.com/bitnami/charts/commit/ea3c154)), closes [#4057](https://github.com/bitnami/charts/issues/4057) +* [bitnami/ghost] Fix ingress when tls is enabled (#4057) ([ea3c154](https://github.com/bitnami/charts/commit/ea3c1546b671722b6917f6edaae8ca88123389e9)), closes [#4057](https://github.com/bitnami/charts/issues/4057) ## 10.1.19 (2020-10-09) -* [bitnami/ghost] Release 10.1.19 updating components versions ([913c8f9](https://github.com/bitnami/charts/commit/913c8f9)) +* [bitnami/ghost] Release 10.1.19 updating components versions ([913c8f9](https://github.com/bitnami/charts/commit/913c8f90d97dc8509be330e9b89fbbabdba2b574)) ## 10.1.18 (2020-10-06) -* [bitnami/ghost] Release 10.1.18 updating components versions ([dc587c6](https://github.com/bitnami/charts/commit/dc587c6)) +* [bitnami/ghost] Release 10.1.18 updating components versions ([dc587c6](https://github.com/bitnami/charts/commit/dc587c65afd05c63a43911c444d76ebf876c464d)) ## 10.1.17 (2020-10-05) -* [bitnami/ghost] Release 10.1.17 updating components versions ([66302e6](https://github.com/bitnami/charts/commit/66302e6)) +* [bitnami/ghost] Release 10.1.17 updating components versions ([66302e6](https://github.com/bitnami/charts/commit/66302e6c52697ed785094d4b1df2a4c27bdb4faa)) ## 10.1.16 (2020-10-05) -* [bitnami/ghost] Fix common dependency (#3906) ([91d6aa5](https://github.com/bitnami/charts/commit/91d6aa5)), closes [#3906](https://github.com/bitnami/charts/issues/3906) +* [bitnami/ghost] Fix common dependency (#3906) ([91d6aa5](https://github.com/bitnami/charts/commit/91d6aa586d90eb3e7293c602371be7aab6fa7b09)), closes [#3906](https://github.com/bitnami/charts/issues/3906) ## 10.1.15 (2020-10-01) -* [bitnami/ghost] Release 10.1.15 updating components versions ([99a7fca](https://github.com/bitnami/charts/commit/99a7fca)) +* [bitnami/ghost] Release 10.1.15 updating components versions ([99a7fca](https://github.com/bitnami/charts/commit/99a7fcac06ce3b24d26f8f01b0f30c7b6ef73e0c)) ## 10.1.14 (2020-09-30) -* [bitnami/ghost] Release 10.1.14 updating components versions ([fcb5039](https://github.com/bitnami/charts/commit/fcb5039)) +* [bitnami/ghost] Release 10.1.14 updating components versions ([fcb5039](https://github.com/bitnami/charts/commit/fcb5039c4396e347b4e6c5c93e8e97b0366b444e)) ## 10.1.13 (2020-09-21) -* [bitnami/ghost] Release 10.1.13 updating components versions ([6203c1b](https://github.com/bitnami/charts/commit/6203c1b)) +* [bitnami/ghost] Release 10.1.13 updating components versions ([6203c1b](https://github.com/bitnami/charts/commit/6203c1bcae4cc14934fc7961107d2727f30720e2)) ## 10.1.12 (2020-09-15) -* [bitnami/ghost] Release 10.1.12 updating components versions ([a7424e0](https://github.com/bitnami/charts/commit/a7424e0)) +* [bitnami/ghost] Release 10.1.12 updating components versions ([a7424e0](https://github.com/bitnami/charts/commit/a7424e082b0025803415be01649e78a6e716253c)) ## 10.1.11 (2020-09-11) -* illegal number syntax: "-" in NOTES.txt (#3654) ([6572fc2](https://github.com/bitnami/charts/commit/6572fc2)), closes [#3654](https://github.com/bitnami/charts/issues/3654) +* illegal number syntax: "-" in NOTES.txt (#3654) ([6572fc2](https://github.com/bitnami/charts/commit/6572fc28019bc64c3459ac5b0768839333808283)), closes [#3654](https://github.com/bitnami/charts/issues/3654) ## 10.1.10 (2020-09-10) -* [bitnami/ghost] Release 10.1.10 updating components versions ([5cdcad0](https://github.com/bitnami/charts/commit/5cdcad0)) +* [bitnami/ghost] Release 10.1.10 updating components versions ([5cdcad0](https://github.com/bitnami/charts/commit/5cdcad0004c02d54c6f0d70b6ac56d8b2d1738e6)) ## 10.1.9 (2020-09-08) -* [bitnami/ghost] Release 10.1.9 updating components versions ([c0fff4a](https://github.com/bitnami/charts/commit/c0fff4a)) +* [bitnami/ghost] Release 10.1.9 updating components versions ([c0fff4a](https://github.com/bitnami/charts/commit/c0fff4a8a79865c7dae0d6e03e1d5fe7950dbee4)) ## 10.1.8 (2020-09-07) -* [bitnami/ghost] Fix invalid deployment when podAnnotations value is set (#3613) ([a30fec9](https://github.com/bitnami/charts/commit/a30fec9)), closes [#3613](https://github.com/bitnami/charts/issues/3613) -* [bitnami/metrics-server] Add source repo (#3577) ([1ed12f9](https://github.com/bitnami/charts/commit/1ed12f9)), closes [#3577](https://github.com/bitnami/charts/issues/3577) +* [bitnami/ghost] Fix invalid deployment when podAnnotations value is set (#3613) ([a30fec9](https://github.com/bitnami/charts/commit/a30fec95c5400cec894d2cae9858497fb396aa13)), closes [#3613](https://github.com/bitnami/charts/issues/3613) +* [bitnami/metrics-server] Add source repo (#3577) ([1ed12f9](https://github.com/bitnami/charts/commit/1ed12f96af75322b46afdb2b3d9907c11b13f765)), closes [#3577](https://github.com/bitnami/charts/issues/3577) ## 10.1.7 (2020-09-02) -* [bitnami/ghost] Release 10.1.7 updating components versions ([2935926](https://github.com/bitnami/charts/commit/2935926)) +* [bitnami/ghost] Release 10.1.7 updating components versions ([2935926](https://github.com/bitnami/charts/commit/293592637153520b02e0260c7e3c819d47fca79c)) ## 10.1.6 (2020-09-02) -* [bitnami/ghost] Release 10.1.6 updating components versions ([c959866](https://github.com/bitnami/charts/commit/c959866)) +* [bitnami/ghost] Release 10.1.6 updating components versions ([c959866](https://github.com/bitnami/charts/commit/c9598665c1037abc28eee1e256c799da32b61982)) ## 10.1.5 (2020-08-31) -* [bitnami/ghost] Release 10.1.5 updating components versions ([f549a48](https://github.com/bitnami/charts/commit/f549a48)) +* [bitnami/ghost] Release 10.1.5 updating components versions ([f549a48](https://github.com/bitnami/charts/commit/f549a48203187d52fa20a15be5c61b231b4a0d4b)) ## 10.1.4 (2020-08-26) -* [bitnami/ghost] Release 10.1.4 updating components versions ([1c273ab](https://github.com/bitnami/charts/commit/1c273ab)) +* [bitnami/ghost] Release 10.1.4 updating components versions ([1c273ab](https://github.com/bitnami/charts/commit/1c273ab296cd3e7381fdd3c2b5d408895586d6e1)) ## 10.1.3 (2020-08-25) -* [bitnami/ghost] Release 10.1.3 updating components versions ([7796670](https://github.com/bitnami/charts/commit/7796670)) +* [bitnami/ghost] Release 10.1.3 updating components versions ([7796670](https://github.com/bitnami/charts/commit/7796670891ae43922ca996c09830dd00c9e2d7c8)) ## 10.1.2 (2020-08-21) -* [bitnami/ghost] Release 10.1.2 updating components versions ([97fc15f](https://github.com/bitnami/charts/commit/97fc15f)) +* [bitnami/ghost] Release 10.1.2 updating components versions ([97fc15f](https://github.com/bitnami/charts/commit/97fc15f0b33f387eb0d039dc44996d526fb46e4b)) ## 10.1.1 (2020-08-21) -* [bitnami/ghost] Release 10.1.1 updating components versions ([b32e125](https://github.com/bitnami/charts/commit/b32e125)) +* [bitnami/ghost] Release 10.1.1 updating components versions ([b32e125](https://github.com/bitnami/charts/commit/b32e125022ed04cbbc067f6dc7ebd9cea2bac9e2)) ## 10.1.0 (2020-08-13) -* [bitnami/*] Use common helps for upgrade password errors (#3335) ([079f5bd](https://github.com/bitnami/charts/commit/079f5bd)), closes [#3335](https://github.com/bitnami/charts/issues/3335) +* [bitnami/*] Use common helps for upgrade password errors (#3335) ([079f5bd](https://github.com/bitnami/charts/commit/079f5bd6ec59bb058216d6a931449b895517c789)), closes [#3335](https://github.com/bitnami/charts/issues/3335) ## 10.0.28 (2020-08-13) -* [bitnami/ghost] Release 10.0.28 updating components versions ([6c2f14c](https://github.com/bitnami/charts/commit/6c2f14c)) +* [bitnami/ghost] Release 10.0.28 updating components versions ([6c2f14c](https://github.com/bitnami/charts/commit/6c2f14c49afc64a30ee2f6b3047e0136fcb2f8fe)) ## 10.0.27 (2020-08-11) -* [bitnami/ghost] Release 10.0.27 updating components versions ([bd8b621](https://github.com/bitnami/charts/commit/bd8b621)) +* [bitnami/ghost] Release 10.0.27 updating components versions ([bd8b621](https://github.com/bitnami/charts/commit/bd8b621ba4901dc3e3ed5e7b2c8d68ab10d51f5a)) ## 10.0.26 (2020-08-06) -* [bitnami/ghost] Release 10.0.26 updating components versions ([9f1c071](https://github.com/bitnami/charts/commit/9f1c071)) +* [bitnami/ghost] Release 10.0.26 updating components versions ([9f1c071](https://github.com/bitnami/charts/commit/9f1c0719d295ff068d28661b6c6549b9957dabd1)) ## 10.0.25 (2020-08-04) -* [bitnami/ghost] Release 10.0.25 updating components versions ([13af62f](https://github.com/bitnami/charts/commit/13af62f)) +* [bitnami/ghost] Release 10.0.25 updating components versions ([13af62f](https://github.com/bitnami/charts/commit/13af62f095b54d50b53dd2eb1cb6ac418756eb11)) ## 10.0.24 (2020-08-01) -* [bitnami/*] Fix TL;DR typo in READMEs (#3280) ([3d7ab40](https://github.com/bitnami/charts/commit/3d7ab40)), closes [#3280](https://github.com/bitnami/charts/issues/3280) -* [bitnami/ghost] Release 10.0.24 updating components versions ([bdf8d00](https://github.com/bitnami/charts/commit/bdf8d00)) +* [bitnami/*] Fix TL;DR typo in READMEs (#3280) ([3d7ab40](https://github.com/bitnami/charts/commit/3d7ab406fecd64f1af25f53e7d27f03ec95b29a4)), closes [#3280](https://github.com/bitnami/charts/issues/3280) +* [bitnami/ghost] Release 10.0.24 updating components versions ([bdf8d00](https://github.com/bitnami/charts/commit/bdf8d00f38d414e6e082d966f0adf84614417792)) ## 10.0.23 (2020-07-15) -* [bitnami/ghost] Release 10.0.23 updating components versions ([493bc3c](https://github.com/bitnami/charts/commit/493bc3c)) +* [bitnami/ghost] Release 10.0.23 updating components versions ([493bc3c](https://github.com/bitnami/charts/commit/493bc3c832468d171c892c3ed1f0911c853a0df0)) ## 10.0.22 (2020-07-10) -* [bitnami/all] Add categories (#3075) ([63bde06](https://github.com/bitnami/charts/commit/63bde06)), closes [#3075](https://github.com/bitnami/charts/issues/3075) -* [bitnami/ghost] Release 10.0.22 updating components versions ([9284f00](https://github.com/bitnami/charts/commit/9284f00)) +* [bitnami/all] Add categories (#3075) ([63bde06](https://github.com/bitnami/charts/commit/63bde066b87a140fab52264d0522401ab3d63509)), closes [#3075](https://github.com/bitnami/charts/issues/3075) +* [bitnami/ghost] Release 10.0.22 updating components versions ([9284f00](https://github.com/bitnami/charts/commit/9284f000f87b01c8dfcec89ace786e34b3c04e5b)) ## 10.0.21 (2020-07-09) -* [bitnami/ghost] Release 10.0.21 updating components versions ([b6f6229](https://github.com/bitnami/charts/commit/b6f6229)) +* [bitnami/ghost] Release 10.0.21 updating components versions ([b6f6229](https://github.com/bitnami/charts/commit/b6f6229efce25e4a8de36acca8020cb79d035594)) ## 10.0.20 (2020-07-08) -* [bitnami/ghost] Release 10.0.20 updating components versions ([4fc3c70](https://github.com/bitnami/charts/commit/4fc3c70)) +* [bitnami/ghost] Release 10.0.20 updating components versions ([4fc3c70](https://github.com/bitnami/charts/commit/4fc3c70e0532a36a54ab1d9a78d38e738e9a7215)) ## 10.0.19 (2020-07-06) -* [bitnami/ghost] Release 10.0.19 updating components versions ([3bd60a0](https://github.com/bitnami/charts/commit/3bd60a0)) +* [bitnami/ghost] Release 10.0.19 updating components versions ([3bd60a0](https://github.com/bitnami/charts/commit/3bd60a03deb611f0fe3c200697ac155716060362)) ## 10.0.18 (2020-07-01) -* [bitnami/ghost] Release 10.0.18 updating components versions ([2e112c9](https://github.com/bitnami/charts/commit/2e112c9)) +* [bitnami/ghost] Release 10.0.18 updating components versions ([2e112c9](https://github.com/bitnami/charts/commit/2e112c9a8fb47684793fffcad74c6e9d5ffdd8fa)) ## 10.0.17 (2020-07-01) -* [bitnami/ghost] Release 10.0.17 updating components versions ([8e919d0](https://github.com/bitnami/charts/commit/8e919d0)) +* [bitnami/ghost] Release 10.0.17 updating components versions ([8e919d0](https://github.com/bitnami/charts/commit/8e919d0f2230089efcb4385413278d97fe7d59bf)) ## 10.0.16 (2020-07-01) -* [bitnami/ghost] Release 10.0.16 updating components versions ([6e756f9](https://github.com/bitnami/charts/commit/6e756f9)) +* [bitnami/ghost] Release 10.0.16 updating components versions ([6e756f9](https://github.com/bitnami/charts/commit/6e756f981f9b830d434dcb70f0a4b54e81358402)) ## 10.0.15 (2020-07-01) -* [bitnami/ghost] Release 10.0.15 updating components versions ([4f1c394](https://github.com/bitnami/charts/commit/4f1c394)) +* [bitnami/ghost] Release 10.0.15 updating components versions ([4f1c394](https://github.com/bitnami/charts/commit/4f1c394717324a236ffdaf46e32208feae6e8d8f)) ## 10.0.14 (2020-06-22) -* [bitnami/ghost] Release 10.0.14 updating components versions ([9d567cf](https://github.com/bitnami/charts/commit/9d567cf)) +* [bitnami/ghost] Release 10.0.14 updating components versions ([9d567cf](https://github.com/bitnami/charts/commit/9d567cf402e04bdf5f45f6106823ff0d1d76807d)) ## 10.0.13 (2020-06-19) -* [bitnami/ghost] Indent extraEnvVars correctly (#2880) ([06be8d8](https://github.com/bitnami/charts/commit/06be8d8)), closes [#2880](https://github.com/bitnami/charts/issues/2880) +* [bitnami/ghost] Indent extraEnvVars correctly (#2880) ([06be8d8](https://github.com/bitnami/charts/commit/06be8d85bbbd15c81dd8c92762c91a884d71458e)), closes [#2880](https://github.com/bitnami/charts/issues/2880) ## 10.0.12 (2020-06-18) -* [bitnami/ghost] Release 10.0.12 updating components versions ([6001277](https://github.com/bitnami/charts/commit/6001277)) +* [bitnami/ghost] Release 10.0.12 updating components versions ([6001277](https://github.com/bitnami/charts/commit/6001277a42e2b41e93e91118cc88c16d12aafaed)) ## 10.0.11 (2020-06-18) -* [bitnami/ghost] Release 10.0.11 updating components versions ([980544e](https://github.com/bitnami/charts/commit/980544e)) -* [multiple charts] Update hidden properties in the different JSON schemas (#2871) ([4cff6ba](https://github.com/bitnami/charts/commit/4cff6ba)), closes [#2871](https://github.com/bitnami/charts/issues/2871) +* [bitnami/ghost] Release 10.0.11 updating components versions ([980544e](https://github.com/bitnami/charts/commit/980544e66f99869237a34a95c501f4265ff98967)) +* [multiple charts] Update hidden properties in the different JSON schemas (#2871) ([4cff6ba](https://github.com/bitnami/charts/commit/4cff6ba8b0013b6dc368a1e7986c393e8447e75b)), closes [#2871](https://github.com/bitnami/charts/issues/2871) ## 10.0.10 (2020-06-17) -* [bitnami/ghost] Release 10.0.10 updating components versions ([b89466d](https://github.com/bitnami/charts/commit/b89466d)) +* [bitnami/ghost] Release 10.0.10 updating components versions ([b89466d](https://github.com/bitnami/charts/commit/b89466d6f4d1543dac286c9f6e2351d7d516576e)) ## 10.0.9 (2020-06-16) -* [bitnami/ghost] Release 10.0.9 updating components versions ([09936b1](https://github.com/bitnami/charts/commit/09936b1)) +* [bitnami/ghost] Release 10.0.9 updating components versions ([09936b1](https://github.com/bitnami/charts/commit/09936b1ae27de9963bb21cd244ecdd4a59b206ea)) ## 10.0.8 (2020-06-02) -* [bitnami/ghost]: Make ingress annotations work again (#2723) ([a7cecbc](https://github.com/bitnami/charts/commit/a7cecbc)), closes [#2723](https://github.com/bitnami/charts/issues/2723) -* Add support for helm lint and helm install in PRs via GH Actions (#2721) ([5ed97f0](https://github.com/bitnami/charts/commit/5ed97f0)), closes [#2721](https://github.com/bitnami/charts/issues/2721) +* [bitnami/ghost]: Make ingress annotations work again (#2723) ([a7cecbc](https://github.com/bitnami/charts/commit/a7cecbccc122a720c4ac8eec6c42f579037642f3)), closes [#2723](https://github.com/bitnami/charts/issues/2723) +* Add support for helm lint and helm install in PRs via GH Actions (#2721) ([5ed97f0](https://github.com/bitnami/charts/commit/5ed97f0c1ab49e7c7c3af81b888f41f50a7cfbab)), closes [#2721](https://github.com/bitnami/charts/issues/2721) ## 10.0.7 (2020-05-26) -* [bitnami/ghost] fix #2515. (#2655) ([50bc095](https://github.com/bitnami/charts/commit/50bc095)), closes [#2515](https://github.com/bitnami/charts/issues/2515) [#2655](https://github.com/bitnami/charts/issues/2655) [#2515](https://github.com/bitnami/charts/issues/2515) +* [bitnami/ghost] fix #2515. (#2655) ([50bc095](https://github.com/bitnami/charts/commit/50bc0955b917baeaace727c67d90a792bf5c216b)), closes [#2515](https://github.com/bitnami/charts/issues/2515) [#2655](https://github.com/bitnami/charts/issues/2655) [#2515](https://github.com/bitnami/charts/issues/2515) ## 10.0.6 (2020-05-26) -* [bitnami/ghost] Release 10.0.6 updating components versions ([0b43bca](https://github.com/bitnami/charts/commit/0b43bca)) +* [bitnami/ghost] Release 10.0.6 updating components versions ([0b43bca](https://github.com/bitnami/charts/commit/0b43bcaf762f853b6d156342f018bf777cf0ae35)) ## 10.0.5 (2020-05-20) -* [bitnami/ghost] Release 10.0.5 updating components versions ([7d65b3a](https://github.com/bitnami/charts/commit/7d65b3a)) +* [bitnami/ghost] Release 10.0.5 updating components versions ([7d65b3a](https://github.com/bitnami/charts/commit/7d65b3aad900c0df170fefb394f7b091ad4ad24a)) ## 10.0.4 (2020-05-19) -* update bitnami/common to be compatible with helm v2.12+ (#2615) ([c7751eb](https://github.com/bitnami/charts/commit/c7751eb)), closes [#2615](https://github.com/bitnami/charts/issues/2615) +* update bitnami/common to be compatible with helm v2.12+ (#2615) ([c7751eb](https://github.com/bitnami/charts/commit/c7751eb5764e468e1854b58a1b8491d2b13e0a4a)), closes [#2615](https://github.com/bitnami/charts/issues/2615) ## 10.0.3 (2020-05-18) -* [bitnami/ghost] Release 10.0.3 updating components versions ([3f3e630](https://github.com/bitnami/charts/commit/3f3e630)) +* [bitnami/ghost] Release 10.0.3 updating components versions ([3f3e630](https://github.com/bitnami/charts/commit/3f3e630f5c4eef7dcd2e5cf7ce4950a451cbb6fe)) ## 10.0.2 (2020-05-09) -* [bitnami/ghost] Release 10.0.2 updating components versions ([c76f3b9](https://github.com/bitnami/charts/commit/c76f3b9)) +* [bitnami/ghost] Release 10.0.2 updating components versions ([c76f3b9](https://github.com/bitnami/charts/commit/c76f3b95e00d3f9a1ceabb3a13448260da4a9eb4)) ## 10.0.1 (2020-05-07) -* [bitnami/ghost] Readme mariadb persistence keys (#2509) ([426d5ef](https://github.com/bitnami/charts/commit/426d5ef)), closes [#2509](https://github.com/bitnami/charts/issues/2509) +* [bitnami/ghost] Readme mariadb persistence keys (#2509) ([426d5ef](https://github.com/bitnami/charts/commit/426d5efe78b9d1a002cd2d0d1a5d001f0da17abe)), closes [#2509](https://github.com/bitnami/charts/issues/2509) ## 10.0.0 (2020-04-30) -* [bitnami/ghost] chart standardization (#2044) ([11da073](https://github.com/bitnami/charts/commit/11da073)), closes [#2044](https://github.com/bitnami/charts/issues/2044) +* [bitnami/ghost] chart standardization (#2044) ([11da073](https://github.com/bitnami/charts/commit/11da0731a1816b798142e2589963ee350f5aa744)), closes [#2044](https://github.com/bitnami/charts/issues/2044) ## 9.2.8 (2020-04-28) -* [bitnami/ghost] Release 9.2.8 updating components versions ([9764599](https://github.com/bitnami/charts/commit/9764599)) +* [bitnami/ghost] Release 9.2.8 updating components versions ([9764599](https://github.com/bitnami/charts/commit/97645998319a199da337bd9d9a1ce37cc9393d88)) ## 9.2.7 (2020-04-22) -* [bitnami/ghost] Release 9.2.7 updating components versions ([9548393](https://github.com/bitnami/charts/commit/9548393)) +* [bitnami/ghost] Release 9.2.7 updating components versions ([9548393](https://github.com/bitnami/charts/commit/95483937bcff69a201b32eadf1d9268b94018ce3)) ## 9.2.6 (2020-04-22) -* [bitnami/ghost] Release 9.2.6 updating components versions ([67997ac](https://github.com/bitnami/charts/commit/67997ac)) +* [bitnami/ghost] Release 9.2.6 updating components versions ([67997ac](https://github.com/bitnami/charts/commit/67997aca7ada98381c96f8f0a6a5d40fdd9d832b)) ## 9.2.5 (2020-04-21) -* [bitnami/ghost] Release 9.2.5 updating components versions ([bd7ec99](https://github.com/bitnami/charts/commit/bd7ec99)) +* [bitnami/ghost] Release 9.2.5 updating components versions ([bd7ec99](https://github.com/bitnami/charts/commit/bd7ec99f5098aa91156a1312082696da2461b005)) ## 9.2.4 (2020-04-16) -* [bitnami/ghost] Release 9.2.4 updating components versions ([1beae7b](https://github.com/bitnami/charts/commit/1beae7b)) +* [bitnami/ghost] Release 9.2.4 updating components versions ([1beae7b](https://github.com/bitnami/charts/commit/1beae7bc861da0f5a47ba71f02bb69a63db519bb)) ## 9.2.3 (2020-04-15) -* [bitnami/ghost] Release 9.2.3 updating components versions ([703d450](https://github.com/bitnami/charts/commit/703d450)) +* [bitnami/ghost] Release 9.2.3 updating components versions ([703d450](https://github.com/bitnami/charts/commit/703d450ed405eb64e50dcba81f6b1d7cd1cf0140)) ## 9.2.2 (2020-04-07) -* [bitnami/ghost] Release 9.2.2 updating components versions ([4136d40](https://github.com/bitnami/charts/commit/4136d40)) +* [bitnami/ghost] Release 9.2.2 updating components versions ([4136d40](https://github.com/bitnami/charts/commit/4136d40cba4bd597e594e2227181edfe5b7c7683)) ## 9.2.1 (2020-04-07) -* [bitnami/ghost] Release 9.2.1 updating components versions ([60c41a5](https://github.com/bitnami/charts/commit/60c41a5)) +* [bitnami/ghost] Release 9.2.1 updating components versions ([60c41a5](https://github.com/bitnami/charts/commit/60c41a5b701e95163e0932536239589788897d37)) ## 9.2.0 (2020-04-07) -* [bitnami/ghost] add support for existing PVCs (#2231) ([b7874a4](https://github.com/bitnami/charts/commit/b7874a4)), closes [#2231](https://github.com/bitnami/charts/issues/2231) +* [bitnami/ghost] add support for existing PVCs (#2231) ([b7874a4](https://github.com/bitnami/charts/commit/b7874a497adf28c7a114a0ddb72ca06065ce47f7)), closes [#2231](https://github.com/bitnami/charts/issues/2231) ## 9.1.16 (2020-03-26) -* [bitnami/ghost] Release 9.1.16 updating components versions ([6ec4d10](https://github.com/bitnami/charts/commit/6ec4d10)) +* [bitnami/ghost] Release 9.1.16 updating components versions ([6ec4d10](https://github.com/bitnami/charts/commit/6ec4d10cb783f746812031e4cc63c59eebea83ef)) ## 9.1.15 (2020-03-26) -* [bitnami/ghost] Release 9.1.15 updating components versions ([ad8abc3](https://github.com/bitnami/charts/commit/ad8abc3)) +* [bitnami/ghost] Release 9.1.15 updating components versions ([ad8abc3](https://github.com/bitnami/charts/commit/ad8abc32b82004be08c2801524330756c378a707)) ## 9.1.14 (2020-03-20) -* [bitnami/ghost] Release 9.1.14 updating components versions ([560a114](https://github.com/bitnami/charts/commit/560a114)) +* [bitnami/ghost] Release 9.1.14 updating components versions ([560a114](https://github.com/bitnami/charts/commit/560a114ab16a638bfa36c15dbaff70e08870aaa3)) ## 9.1.13 (2020-03-14) -* [bitnami/ghost] Release 9.1.13 updating components versions ([9f467c0](https://github.com/bitnami/charts/commit/9f467c0)) +* [bitnami/ghost] Release 9.1.13 updating components versions ([9f467c0](https://github.com/bitnami/charts/commit/9f467c08c85d36bac12ceb463eff635ee79b2a2f)) ## 9.1.12 (2020-03-11) -* Move charts from upstreamed folder to bitnami (#2032) ([a0e44f7](https://github.com/bitnami/charts/commit/a0e44f7)), closes [#2032](https://github.com/bitnami/charts/issues/2032) +* Move charts from upstreamed folder to bitnami (#2032) ([a0e44f7](https://github.com/bitnami/charts/commit/a0e44f7d6a10b8b5643186130ea420887cb72c7c)), closes [#2032](https://github.com/bitnami/charts/issues/2032) diff --git a/bitnami/ghost/Chart.lock b/bitnami/ghost/Chart.lock index e3fe2d38474354..15d3f5c3103434 100644 --- a/bitnami/ghost/Chart.lock +++ b/bitnami/ghost/Chart.lock @@ -1,9 +1,9 @@ dependencies: - name: mysql repository: oci://registry-1.docker.io/bitnamicharts - version: 10.2.4 + version: 11.0.0 - name: common repository: oci://registry-1.docker.io/bitnamicharts version: 2.19.3 -digest: sha256:bac6cbe402d99eda8c3c509880ca3d0de2121a3cd8d9fca5960e19b6aefd0cb8 -generated: "2024-05-21T13:42:27.664650966+02:00" +digest: sha256:60dfd178c3b0b0ff4a6ba993106ae01d4b42880a19651c2accff60d39293d341 +generated: "2024-05-27T09:09:47.355711942+02:00" diff --git a/bitnami/ghost/Chart.yaml b/bitnami/ghost/Chart.yaml index 4611019e150005..9dc68bad4e2a2e 100644 --- a/bitnami/ghost/Chart.yaml +++ b/bitnami/ghost/Chart.yaml @@ -17,7 +17,7 @@ dependencies: repository: oci://registry-1.docker.io/bitnamicharts tags: - ghost-database - version: 10.x.x + version: 11.x.x - name: common repository: oci://registry-1.docker.io/bitnamicharts tags: @@ -40,4 +40,4 @@ maintainers: name: ghost sources: - https://github.com/bitnami/charts/tree/main/bitnami/ghost -version: 20.1.0 +version: 21.0.0 diff --git a/bitnami/ghost/README.md b/bitnami/ghost/README.md index 71e6abccd47de0..cefedf75a6b59b 100644 --- a/bitnami/ghost/README.md +++ b/bitnami/ghost/README.md @@ -465,6 +465,10 @@ Find more information about how to deal with common errors related to Bitnami's ## Upgrading +### To 21.0.0 + +This major updates the MySQL subchart to its newest major, 11.0.0. For more information on this subchart's major, please refer to [Mysql upgrade notes](https://github.com/bitnami/charts/blob/main/bitnami/mysql/README.md#user-content-to-1100). + ### To 20.0.0 This major bump changes the following security defaults: @@ -635,4 +639,4 @@ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and -limitations under the License. \ No newline at end of file +limitations under the License. From 0491305081197889ebb5388901a154b03dcc5893 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20R=C3=ADos=20Saavedra?= Date: Mon, 27 May 2024 10:27:53 +0200 Subject: [PATCH 024/110] [bitnami/argo-workflows] Update dependencies (#26449) * [bitnami/argo-workflows] Update dependencies Signed-off-by: Rafael Rios Saavedra * Update CHANGELOG.md Signed-off-by: Bitnami Containers * Updates Chart.lock Signed-off-by: Rafael Rios Saavedra --------- Signed-off-by: Rafael Rios Saavedra Signed-off-by: Bitnami Containers Co-authored-by: Bitnami Containers --- bitnami/argo-workflows/CHANGELOG.md | 8 ++++++-- bitnami/argo-workflows/Chart.lock | 6 +++--- bitnami/argo-workflows/Chart.yaml | 4 ++-- bitnami/argo-workflows/README.md | 6 +++++- 4 files changed, 16 insertions(+), 8 deletions(-) diff --git a/bitnami/argo-workflows/CHANGELOG.md b/bitnami/argo-workflows/CHANGELOG.md index 67542b12706269..96e6397de43a8e 100644 --- a/bitnami/argo-workflows/CHANGELOG.md +++ b/bitnami/argo-workflows/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog -## 8.1.1 (2024-05-22) +## 9.0.0 (2024-05-27) -* [bitnami/argo-workflows] Use different liveness/readiness probes ([#26338](https://github.com/bitnami/charts/pull/26338)) +* [bitnami/argo-workflows] Update dependencies ([#26449](https://github.com/bitnami/charts/pull/26449)) + +## 8.1.1 (2024-05-23) + +* [bitnami/argo-workflows] Use different liveness/readiness probes (#26338) ([74c9d18](https://github.com/bitnami/charts/commit/74c9d1860077443f82d7140c2cdaf95a63fa1615)), closes [#26338](https://github.com/bitnami/charts/issues/26338) ## 8.1.0 (2024-05-21) diff --git a/bitnami/argo-workflows/Chart.lock b/bitnami/argo-workflows/Chart.lock index 4688b7e8aed00b..9fbea636990af8 100644 --- a/bitnami/argo-workflows/Chart.lock +++ b/bitnami/argo-workflows/Chart.lock @@ -4,9 +4,9 @@ dependencies: version: 15.4.0 - name: mysql repository: oci://registry-1.docker.io/bitnamicharts - version: 10.2.4 + version: 11.0.0 - name: common repository: oci://registry-1.docker.io/bitnamicharts version: 2.19.3 -digest: sha256:c512ac64b54374709c24de7639d5f61a3738b90e3ccdf5857173b8fa299dbc64 -generated: "2024-05-22T16:05:53.497746+02:00" +digest: sha256:698d7eeb32915f158d0861d37fb69e06db463580d19008a0ce4b65953617d1a4 +generated: "2024-05-27T10:05:36.039338342+02:00" diff --git a/bitnami/argo-workflows/Chart.yaml b/bitnami/argo-workflows/Chart.yaml index bb5720f8c8aa21..571dac899a95cc 100644 --- a/bitnami/argo-workflows/Chart.yaml +++ b/bitnami/argo-workflows/Chart.yaml @@ -21,7 +21,7 @@ dependencies: - condition: mysql.enabled name: mysql repository: oci://registry-1.docker.io/bitnamicharts - version: 10.x.x + version: 11.x.x - name: common repository: oci://registry-1.docker.io/bitnamicharts tags: @@ -42,4 +42,4 @@ maintainers: name: argo-workflows sources: - https://github.com/bitnami/charts/tree/main/bitnami/argo-workflows -version: 8.1.1 +version: 9.0.0 diff --git a/bitnami/argo-workflows/README.md b/bitnami/argo-workflows/README.md index 180901e8cafa15..d03cce1229ff65 100644 --- a/bitnami/argo-workflows/README.md +++ b/bitnami/argo-workflows/README.md @@ -582,6 +582,10 @@ Find more information about how to deal with common errors related to Bitnami's ## Upgrading +### To 9.0.0 + +This major updates the MySQL subchart to its newest major, 11.0.0. For more information on this subchart's major, please refer to [Mysql upgrade notes](https://github.com/bitnami/charts/blob/main/bitnami/mysql/README.md#user-content-to-1100). + ### To 8.0.0 This major bump changes the following security defaults: @@ -663,4 +667,4 @@ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and -limitations under the License. \ No newline at end of file +limitations under the License. From 671e9b6ca34530248b01fb73c50f592c4423ff6d Mon Sep 17 00:00:00 2001 From: Alejandro Moreno Date: Mon, 27 May 2024 11:08:13 +0200 Subject: [PATCH 025/110] [bitnami/seaweedfs] Fix tests (#26400) Signed-off-by: Alejandro Moreno --- .vib/seaweedfs/ginkgo/seaweedfs_suite_test.go | 21 ++----------------- 1 file changed, 2 insertions(+), 19 deletions(-) diff --git a/.vib/seaweedfs/ginkgo/seaweedfs_suite_test.go b/.vib/seaweedfs/ginkgo/seaweedfs_suite_test.go index baa0c0567bd6f5..d37988425033df 100644 --- a/.vib/seaweedfs/ginkgo/seaweedfs_suite_test.go +++ b/.vib/seaweedfs/ginkgo/seaweedfs_suite_test.go @@ -69,23 +69,6 @@ func createPVC(ctx context.Context, c kubernetes.Interface, name, size string) e } func createJob(ctx context.Context, c kubernetes.Interface, name, port, image, pvcName, kind string) error { - podSecurityContext := &v1.PodSecurityContext{ - FSGroup: &[]int64{1001}[0], - FSGroupChangePolicy: &[]v1.PodFSGroupChangePolicy{v1.FSGroupChangeAlways}[0], - } - containerSecurityContext := &v1.SecurityContext{ - Privileged: &[]bool{false}[0], - AllowPrivilegeEscalation: &[]bool{false}[0], - RunAsUser: &[]int64{1001}[0], - RunAsNonRoot: &[]bool{true}[0], - Capabilities: &v1.Capabilities{ - Drop: []v1.Capability{"ALL"}, - }, - SeccompProfile: &v1.SeccompProfile{ - Type: "RuntimeDefault", - }, - } - args := []string{"-ec"} switch kind { case kindDownload: @@ -112,7 +95,7 @@ cat /data/fid | xargs weed download -server ${MASTER_HOST}:${MASTER_PORT} Template: v1.PodTemplateSpec{ Spec: v1.PodSpec{ RestartPolicy: "Never", - SecurityContext: podSecurityContext, + SecurityContext: &v1.PodSecurityContext{}, Containers: []v1.Container{ { Name: "seaweedfs", @@ -129,7 +112,7 @@ cat /data/fid | xargs weed download -server ${MASTER_HOST}:${MASTER_PORT} Value: port, }, }, - SecurityContext: containerSecurityContext, + SecurityContext: &v1.SecurityContext{}, VolumeMounts: []v1.VolumeMount{ { Name: "data", From 57ba39ec1f4376b41b28fd4e91b326ff42378f25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Bono?= Date: Mon, 27 May 2024 11:10:24 +0200 Subject: [PATCH 026/110] [bitnami/influxdb] Allow separate persistence cfg for backups (#26453) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * [bitnami/influxdb] Allow separate persistence cfg for backups Add an optional configuration section under backup that allows the specification of distinct values for persistence. If this configuration section is not provided, the template will default to rendering using the existing top-level persistence configuration section to maintain compatibility. Signed-off-by: Kevin Delisle * Update README.md with readme-generator-for-helm Signed-off-by: Bitnami Containers * Apply suggestions Signed-off-by: Andrés Bono * Update CHANGELOG.md Signed-off-by: Bitnami Containers * Update README.md with readme-generator-for-helm Signed-off-by: Bitnami Containers * Update CHANGELOG.md Signed-off-by: Bitnami Containers --------- Signed-off-by: Kevin Delisle Signed-off-by: Bitnami Containers Signed-off-by: Andrés Bono Co-authored-by: Kevin Delisle Co-authored-by: Bitnami Containers --- bitnami/influxdb/CHANGELOG.md | 8 +++-- bitnami/influxdb/Chart.yaml | 2 +- bitnami/influxdb/README.md | 11 +++++- bitnami/influxdb/templates/_helpers.tpl | 11 ++++++ .../influxdb/templates/cronjob-backup.yaml | 4 +-- bitnami/influxdb/templates/pvc-backup.yaml | 13 +++---- bitnami/influxdb/values.yaml | 34 +++++++++++++++++++ 7 files changed, 71 insertions(+), 12 deletions(-) diff --git a/bitnami/influxdb/CHANGELOG.md b/bitnami/influxdb/CHANGELOG.md index b36443ecee4545..a9c31434689204 100644 --- a/bitnami/influxdb/CHANGELOG.md +++ b/bitnami/influxdb/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog -## 6.1.1 (2024-05-22) +## 6.2.0 (2024-05-27) -* [bitnami/influxdb] Use different liveness/readiness probes ([#26303](https://github.com/bitnami/charts/pull/26303)) +* [bitnami/influxdb] Allow separate persistence cfg for backups ([#26453](https://github.com/bitnami/charts/pull/26453)) + +## 6.1.1 (2024-05-23) + +* [bitnami/influxdb] Use different liveness/readiness probes (#26303) ([1bbf1a0](https://github.com/bitnami/charts/commit/1bbf1a005e9f34891d10990d053f4a6af5e71bb6)), closes [#26303](https://github.com/bitnami/charts/issues/26303) ## 6.1.0 (2024-05-21) diff --git a/bitnami/influxdb/Chart.yaml b/bitnami/influxdb/Chart.yaml index 16d9e09b17dd83..85bed29fd3d2c7 100644 --- a/bitnami/influxdb/Chart.yaml +++ b/bitnami/influxdb/Chart.yaml @@ -37,4 +37,4 @@ maintainers: name: influxdb sources: - https://github.com/bitnami/charts/tree/main/bitnami/influxdb -version: 6.1.1 +version: 6.2.0 diff --git a/bitnami/influxdb/README.md b/bitnami/influxdb/README.md index 0ae1a8681416c1..16e0fa75ddb663 100644 --- a/bitnami/influxdb/README.md +++ b/bitnami/influxdb/README.md @@ -129,6 +129,8 @@ As an alternative, you can use of the preset configurations for pod affinity, po The data is persisted by default using PVC(s). You can disable the persistence setting the `persistence.enabled` parameter to `false`. A default `StorageClass` is needed in the Kubernetes cluster to dynamically provision the volumes. Specify another StorageClass in the `persistence.storageClass` or set `persistence.existingClaim` if you have already existing persistent volumes to use. +If you would like to define persistence settings for a backup volume that differ from the persistence settings for the database volume, you may do so under the `backup.persistence` section of the configuration by setting `backup.persistence.ownConfig` to `true`. The backup volume will otherwise be defined using the `persistence` parameter section. + ### Adjust permissions of persistent volume mountpoint As the images run as non-root by default, it is necessary to adjust the ownership of the persistent volumes so that the containers can write data into it. @@ -377,6 +379,13 @@ There are K8s distribution, such as OpenShift, where you can dynamically define | `backup.enabled` | Enable InfluxDB™ backup | `false` | | `backup.directory` | Directory where backups are stored | `/backups` | | `backup.retentionDays` | Retention time in days for backups (older backups are deleted) | `10` | +| `backup.persistence.ownConfig` | Prefer independent own persistence parameters to configure the backup volume | `false` | +| `backup.persistence.enabled` | Enable data persistence for backup volume | `true` | +| `backup.persistence.existingClaim` | Use a existing PVC which must be created manually before bound | `""` | +| `backup.persistence.storageClass` | Specify the `storageClass` used to provision the volume | `""` | +| `backup.persistence.accessModes` | Access mode of data volume | `["ReadWriteOnce"]` | +| `backup.persistence.size` | Size of data volume | `8Gi` | +| `backup.persistence.annotations` | Persistent Volume Claim annotations | `{}` | | `backup.cronjob.schedule` | Schedule in Cron format to save snapshots | `0 2 * * *` | | `backup.cronjob.historyLimit` | Number of successful finished jobs to retain | `1` | | `backup.cronjob.podAnnotations` | Pod annotations | `{}` | @@ -604,4 +613,4 @@ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and -limitations under the License. \ No newline at end of file +limitations under the License. diff --git a/bitnami/influxdb/templates/_helpers.tpl b/bitnami/influxdb/templates/_helpers.tpl index fa76d8961ae027..85b905532d5357 100644 --- a/bitnami/influxdb/templates/_helpers.tpl +++ b/bitnami/influxdb/templates/_helpers.tpl @@ -92,6 +92,17 @@ Return the InfluxDB™ PVC name. {{- end -}} {{- end -}} +{{/* +Return the InfluxDB™ backup PVC name. +*/}} +{{- define "influxdb.backup.claimName" -}} +{{- if and .Values.backup.persistence.ownConfig .Values.backup.persistence.existingClaim }} + {{- printf "%s" (tpl .Values.backup.persistence.existingClaim $) -}} +{{- else -}} + {{- printf "%s-backups" (include "common.names.fullname" .) -}} +{{- end -}} +{{- end -}} + {{/* Return the InfluxDB™ initialization scripts configmap. */}} diff --git a/bitnami/influxdb/templates/cronjob-backup.yaml b/bitnami/influxdb/templates/cronjob-backup.yaml index 71b416a12d47db..16dc2987bef778 100644 --- a/bitnami/influxdb/templates/cronjob-backup.yaml +++ b/bitnami/influxdb/templates/cronjob-backup.yaml @@ -50,9 +50,9 @@ spec: {{- end }} {{- end }} - name: {{ include "common.names.fullname" . }}-backups - {{- if .Values.persistence.enabled }} + {{- if ternary .Values.backup.persistence.enabled .Values.persistence.enabled .Values.backup.persistence.ownConfig }} persistentVolumeClaim: - claimName: {{ include "common.names.fullname" . }}-backups + claimName: {{ include "influxdb.backup.claimName" . }} {{- else }} emptyDir: {} {{- end }} diff --git a/bitnami/influxdb/templates/pvc-backup.yaml b/bitnami/influxdb/templates/pvc-backup.yaml index b5c73780de8630..e03f061ab30053 100644 --- a/bitnami/influxdb/templates/pvc-backup.yaml +++ b/bitnami/influxdb/templates/pvc-backup.yaml @@ -3,7 +3,8 @@ Copyright Broadcom, Inc. All Rights Reserved. SPDX-License-Identifier: APACHE-2.0 */}} -{{- if and .Values.backup.enabled .Values.persistence.enabled (not .Values.persistence.existingClaim) }} +{{- $persistence := ternary .Values.backup.persistence .Values.persistence .Values.backup.persistence.ownConfig }} +{{- if and .Values.backup.enabled $persistence.enabled (not $persistence.existingClaim) }} kind: PersistentVolumeClaim apiVersion: v1 metadata: @@ -11,17 +12,17 @@ metadata: namespace: {{ include "common.names.namespace" . | quote }} labels: {{- include "common.labels.standard" ( dict "customLabels" .Values.commonLabels "context" $ ) | nindent 4 }} app.kubernetes.io/component: influxdb - {{- if or .Values.persistence.annotations .Values.commonAnnotations }} - {{- $annotations := include "common.tplvalues.merge" ( dict "values" ( list .Values.persistence.annotations .Values.commonAnnotations ) "context" . ) }} + {{- if or $persistence.annotations .Values.commonAnnotations }} + {{- $annotations := include "common.tplvalues.merge" ( dict "values" ( list $persistence.annotations .Values.commonAnnotations ) "context" . ) }} annotations: {{- include "common.tplvalues.render" ( dict "value" $annotations "context" $) | nindent 4 }} {{- end }} spec: accessModes: - {{- range .Values.persistence.accessModes }} + {{- range $persistence.accessModes }} - {{ . | quote }} {{- end }} resources: requests: - storage: {{ .Values.persistence.size | quote }} - {{- include "common.storage.class" ( dict "persistence" .Values.persistence "global" $) | nindent 2 }} + storage: {{ $persistence.size | quote }} + {{- include "common.storage.class" ( dict "persistence" $persistence "global" $) | nindent 2 }} {{- end }} diff --git a/bitnami/influxdb/values.yaml b/bitnami/influxdb/values.yaml index de489c1c2c1e50..6b93a7924f0fce 100644 --- a/bitnami/influxdb/values.yaml +++ b/bitnami/influxdb/values.yaml @@ -924,6 +924,40 @@ backup: ## @param backup.retentionDays Retention time in days for backups (older backups are deleted) ## retentionDays: 10 + + ## Persistence parameters + ## + persistence: + ## @param backup.persistence.ownConfig Prefer independent own persistence parameters to configure the backup volume + ## When set to `false` (for backwards compatibility), the rest of the persistence parameters below will be ignored. + ## This parameter will be set to `true` and removed in a future release. + ## + ownConfig: false + ## @param backup.persistence.enabled Enable data persistence for backup volume + ## + enabled: true + ## @param backup.persistence.existingClaim Use a existing PVC which must be created manually before bound + ## If defined, PVC must be created manually before volume will be bound + ## The value is evaluated as a template + ## + existingClaim: "" + ## @param backup.persistence.storageClass Specify the `storageClass` used to provision the volume + ## If defined, storageClassName: + ## If set to "-", storageClassName: "", which disables dynamic provisioning + ## If undefined (the default) or set to null, no storageClassName spec is + ## set, choosing the default provisioner. + ## + storageClass: "" + ## @param backup.persistence.accessModes Access mode of data volume + ## + accessModes: + - ReadWriteOnce + ## @param backup.persistence.size Size of data volume + ## + size: 8Gi + ## @param backup.persistence.annotations Persistent Volume Claim annotations + ## + annotations: {} ## Cronjob configuration ## This cronjob is used to create InfluxDB™ backups ## From 9718414495d34ec451c4730b64ebdd22b9d5d698 Mon Sep 17 00:00:00 2001 From: Fran Mulero Date: Mon, 27 May 2024 11:11:08 +0200 Subject: [PATCH 027/110] [bitnami/sealed-secrets] Enable PodDisruptionBudgets (#26378) * [bitnami/sealed-secrets] Enable PodDisruptionBudgets Signed-off-by: Fran Mulero * Update CHANGELOG.md Signed-off-by: Bitnami Containers * Update CHANGELOG.md Signed-off-by: Bitnami Containers --------- Signed-off-by: Fran Mulero Signed-off-by: Bitnami Containers Co-authored-by: Bitnami Containers --- bitnami/sealed-secrets/CHANGELOG.md | 8 ++++++-- bitnami/sealed-secrets/Chart.yaml | 2 +- bitnami/sealed-secrets/README.md | 4 ++-- bitnami/sealed-secrets/templates/pdb.yaml | 4 ++-- bitnami/sealed-secrets/values.yaml | 4 ++-- 5 files changed, 13 insertions(+), 9 deletions(-) diff --git a/bitnami/sealed-secrets/CHANGELOG.md b/bitnami/sealed-secrets/CHANGELOG.md index 9999b548e28657..b2543aeb4a2edf 100644 --- a/bitnami/sealed-secrets/CHANGELOG.md +++ b/bitnami/sealed-secrets/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog -## 2.2.2 (2024-05-23) +## 2.3.0 (2024-05-24) -* [bitnami/sealed-secrets] Release 2.2.2 ([#26386](https://github.com/bitnami/charts/pull/26386)) +* [bitnami/sealed-secrets] Enable PodDisruptionBudgets ([#26378](https://github.com/bitnami/charts/pull/26378)) + +## 2.2.2 (2024-05-23) + +* [bitnami/sealed-secrets] Release 2.2.2 (#26386) ([c49b18b](https://github.com/bitnami/charts/commit/c49b18b4b84cb287d701dafbbc17eb650d8defa9)), closes [#26386](https://github.com/bitnami/charts/issues/26386) ## 2.2.1 (2024-05-22) diff --git a/bitnami/sealed-secrets/Chart.yaml b/bitnami/sealed-secrets/Chart.yaml index 56b10783469e99..7a7a6271e11459 100644 --- a/bitnami/sealed-secrets/Chart.yaml +++ b/bitnami/sealed-secrets/Chart.yaml @@ -29,4 +29,4 @@ name: sealed-secrets sources: - https://github.com/bitnami/charts/tree/main/bitnami/sealed-secrets - https://github.com/bitnami-labs/sealed-secrets -version: 2.2.2 +version: 2.3.0 diff --git a/bitnami/sealed-secrets/README.md b/bitnami/sealed-secrets/README.md index 2859291e364f62..787dbfee79fd8b 100644 --- a/bitnami/sealed-secrets/README.md +++ b/bitnami/sealed-secrets/README.md @@ -333,9 +333,9 @@ As an alternative, use one of the preset configurations for pod affinity, pod an | `serviceAccount.automountServiceAccountToken` | Automount service account token for the server service account | `false` | | `networkPolicy.enabled` | Specifies whether a NetworkPolicy should be created | `false` | | `networkPolicy.allowExternal` | Don't require client label for connections | `true` | -| `pdb.create` | Enable a Pod Disruption Budget creation | `false` | +| `pdb.create` | Enable a Pod Disruption Budget creation | `true` | | `pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `""` | -| `pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable | `""` | +| `pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `pdb.minAvailable` and `pdb.maxUnavailable` are empty. | `""` | ### Metrics parameters diff --git a/bitnami/sealed-secrets/templates/pdb.yaml b/bitnami/sealed-secrets/templates/pdb.yaml index aae25e18183780..25c8dead46806a 100644 --- a/bitnami/sealed-secrets/templates/pdb.yaml +++ b/bitnami/sealed-secrets/templates/pdb.yaml @@ -17,8 +17,8 @@ spec: {{- if .Values.pdb.minAvailable }} minAvailable: {{ .Values.pdb.minAvailable }} {{- end }} - {{- if .Values.pdb.maxUnavailable }} - maxUnavailable: {{ .Values.pdb.maxUnavailable }} + {{- if or .Values.pdb.maxUnavailable (not .Values.pdb.minAvailable) }} + maxUnavailable: {{ .Values.pdb.maxUnavailable | default 1 }} {{- end }} {{- $podLabels := include "common.tplvalues.merge" ( dict "values" ( list .Values.podLabels .Values.commonLabels ) "context" . ) }} selector: diff --git a/bitnami/sealed-secrets/values.yaml b/bitnami/sealed-secrets/values.yaml index fb5dd5605be94a..08122fa2339825 100644 --- a/bitnami/sealed-secrets/values.yaml +++ b/bitnami/sealed-secrets/values.yaml @@ -607,10 +607,10 @@ networkPolicy: ## ref: https://kubernetes.io/docs/tasks/run-application/configure-pdb/ ## @param pdb.create Enable a Pod Disruption Budget creation ## @param pdb.minAvailable Minimum number/percentage of pods that should remain scheduled -## @param pdb.maxUnavailable Maximum number/percentage of pods that may be made unavailable +## @param pdb.maxUnavailable Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `pdb.minAvailable` and `pdb.maxUnavailable` are empty. ## pdb: - create: false + create: true minAvailable: "" maxUnavailable: "" ## @section Metrics parameters From 1edae697a3b3e3416fb860eed2097735b77ecf8a Mon Sep 17 00:00:00 2001 From: Fran Mulero Date: Mon, 27 May 2024 11:11:48 +0200 Subject: [PATCH 028/110] [bitnami/dokuwiki] Enable PodDisruptionBudgets (#26426) * [bitnami/dokuwiki] Enable PodDisruptionBudgets Signed-off-by: Fran Mulero * Update CHANGELOG.md Signed-off-by: Bitnami Containers --------- Signed-off-by: Fran Mulero Signed-off-by: Bitnami Containers Co-authored-by: Bitnami Containers --- bitnami/dokuwiki/CHANGELOG.md | 483 ++++++++++++++-------------- bitnami/dokuwiki/Chart.yaml | 2 +- bitnami/dokuwiki/README.md | 3 + bitnami/dokuwiki/templates/pdb.yaml | 26 ++ bitnami/dokuwiki/values.yaml | 10 + 5 files changed, 284 insertions(+), 240 deletions(-) create mode 100644 bitnami/dokuwiki/templates/pdb.yaml diff --git a/bitnami/dokuwiki/CHANGELOG.md b/bitnami/dokuwiki/CHANGELOG.md index a348ad5f21dc85..cbc1f95f96c1a4 100644 --- a/bitnami/dokuwiki/CHANGELOG.md +++ b/bitnami/dokuwiki/CHANGELOG.md @@ -1,771 +1,776 @@ # Changelog +## 16.2.0 (2024-05-24) + +* [bitnami/dokuwiki] Enable PodDisruptionBudgets ([#26426](https://github.com/bitnami/charts/pull/26426)) + ## 16.1.0 (2024-05-21) -* [bitnami/dokuwiki] feat: :sparkles: :lock: Add warning when original images are replaced ([#26194](https://github.com/bitnami/charts/pulls/26194)) +* [bitnami/*] ci: :construction_worker: Add tag and changelog support (#25359) ([91c707c](https://github.com/bitnami/charts/commit/91c707c9e4e574725a09505d2d313fb93f1b4c0a)), closes [#25359](https://github.com/bitnami/charts/issues/25359) +* [bitnami/dokuwiki] feat: :sparkles: :lock: Add warning when original images are replaced (#26194) ([4d47f7f](https://github.com/bitnami/charts/commit/4d47f7f24c7d9f99b500f0955e5590e7b32c666d)), closes [#26194](https://github.com/bitnami/charts/issues/26194) ## 16.0.8 (2024-05-20) -* [bitnami/dokuwiki] Use different liveness/readiness probes (#26116) ([6ef6152](https://github.com/bitnami/charts/commit/6ef6152)), closes [#26116](https://github.com/bitnami/charts/issues/26116) +* [bitnami/dokuwiki] Use different liveness/readiness probes (#26116) ([6ef6152](https://github.com/bitnami/charts/commit/6ef6152a790a29db48ba99652965f11302d0ffcf)), closes [#26116](https://github.com/bitnami/charts/issues/26116) ## 16.0.7 (2024-05-18) -* [bitnami/dokuwiki] Release 16.0.7 updating components versions (#26007) ([9dfcbcb](https://github.com/bitnami/charts/commit/9dfcbcb)), closes [#26007](https://github.com/bitnami/charts/issues/26007) +* [bitnami/dokuwiki] Release 16.0.7 updating components versions (#26007) ([9dfcbcb](https://github.com/bitnami/charts/commit/9dfcbcb0b59e74b42a66f8f2260a346cbfbe6b52)), closes [#26007](https://github.com/bitnami/charts/issues/26007) ## 16.0.6 (2024-05-13) -* [bitnami/dokuwiki] Release 16.0.6 updating components versions (#25746) ([c6af4b1](https://github.com/bitnami/charts/commit/c6af4b1)), closes [#25746](https://github.com/bitnami/charts/issues/25746) +* [bitnami/dokuwiki] Release 16.0.6 updating components versions (#25746) ([c6af4b1](https://github.com/bitnami/charts/commit/c6af4b17646599bbbfc68d8cc95174f083aacf15)), closes [#25746](https://github.com/bitnami/charts/issues/25746) ## 16.0.5 (2024-05-13) -* [bitnami/dokuwiki] Fix php session mgmt (#25697) ([77129ec](https://github.com/bitnami/charts/commit/77129ec)), closes [#25697](https://github.com/bitnami/charts/issues/25697) +* [bitnami/dokuwiki] Fix php session mgmt (#25697) ([77129ec](https://github.com/bitnami/charts/commit/77129ecd70cbe9c7c1c074fdbff901eda4933e31)), closes [#25697](https://github.com/bitnami/charts/issues/25697) ## 16.0.4 (2024-05-09) -* [bitnami/dokuwiki] Release 16.0.4 updating components versions (#25661) ([6f2e137](https://github.com/bitnami/charts/commit/6f2e137)), closes [#25661](https://github.com/bitnami/charts/issues/25661) +* [bitnami/dokuwiki] Release 16.0.4 updating components versions (#25661) ([6f2e137](https://github.com/bitnami/charts/commit/6f2e13762e6026ca973e3bf87dd52ddf6afba152)), closes [#25661](https://github.com/bitnami/charts/issues/25661) ## 16.0.3 (2024-05-09) -* [bitnami/*] Change non-root and rolling-tags doc URLs (#25628) ([b067c94](https://github.com/bitnami/charts/commit/b067c94)), closes [#25628](https://github.com/bitnami/charts/issues/25628) -* [bitnami/*] Set new header/owner (#25558) ([8d1dc11](https://github.com/bitnami/charts/commit/8d1dc11)), closes [#25558](https://github.com/bitnami/charts/issues/25558) -* [bitnami/dokuwiki] Release 16.0.3 updating components versions (#25659) ([dd299f9](https://github.com/bitnami/charts/commit/dd299f9)), closes [#25659](https://github.com/bitnami/charts/issues/25659) -* [bitnami/multiple charts] Fix typo: "NetworkPolice" vs "NetworkPolicy" (#25348) ([6970c1b](https://github.com/bitnami/charts/commit/6970c1b)), closes [#25348](https://github.com/bitnami/charts/issues/25348) -* Replace VMware by Broadcom copyright text (#25306) ([a5e4bd0](https://github.com/bitnami/charts/commit/a5e4bd0)), closes [#25306](https://github.com/bitnami/charts/issues/25306) +* [bitnami/*] Change non-root and rolling-tags doc URLs (#25628) ([b067c94](https://github.com/bitnami/charts/commit/b067c94f6bcde427863c197fd355f0b5ba12ff5b)), closes [#25628](https://github.com/bitnami/charts/issues/25628) +* [bitnami/*] Set new header/owner (#25558) ([8d1dc11](https://github.com/bitnami/charts/commit/8d1dc11f5fb30db6fba50c43d7af59d2f79deed3)), closes [#25558](https://github.com/bitnami/charts/issues/25558) +* [bitnami/dokuwiki] Release 16.0.3 updating components versions (#25659) ([dd299f9](https://github.com/bitnami/charts/commit/dd299f97a64570a01c9b8389aa5d2cf1e34a8090)), closes [#25659](https://github.com/bitnami/charts/issues/25659) +* [bitnami/multiple charts] Fix typo: "NetworkPolice" vs "NetworkPolicy" (#25348) ([6970c1b](https://github.com/bitnami/charts/commit/6970c1ba245873506e73d459c6eac1e4919b778f)), closes [#25348](https://github.com/bitnami/charts/issues/25348) +* Replace VMware by Broadcom copyright text (#25306) ([a5e4bd0](https://github.com/bitnami/charts/commit/a5e4bd0e35e419203793976a78d9d0a13de92c76)), closes [#25306](https://github.com/bitnami/charts/issues/25306) ## 16.0.2 (2024-04-08) -* [bitnami/dokuwiki] Release 16.0.2 updating components versions (#25061) ([3a4966c](https://github.com/bitnami/charts/commit/3a4966c)), closes [#25061](https://github.com/bitnami/charts/issues/25061) +* [bitnami/dokuwiki] Release 16.0.2 updating components versions (#25061) ([3a4966c](https://github.com/bitnami/charts/commit/3a4966ca7d83f060f6aa5ccc199a8c9d9bbebdf6)), closes [#25061](https://github.com/bitnami/charts/issues/25061) ## 16.0.1 (2024-04-05) -* [bitnami/dokuwiki] Release 16.0.1 updating components versions (#25000) ([7bcc2ad](https://github.com/bitnami/charts/commit/7bcc2ad)), closes [#25000](https://github.com/bitnami/charts/issues/25000) +* [bitnami/dokuwiki] Release 16.0.1 updating components versions (#25000) ([7bcc2ad](https://github.com/bitnami/charts/commit/7bcc2ad791da8620cdd688cd6ecfeda82027ec26)), closes [#25000](https://github.com/bitnami/charts/issues/25000) ## 16.0.0 (2024-04-03) -* [bitnami/*] Readme typos (#24852) ([532fcdc](https://github.com/bitnami/charts/commit/532fcdc)), closes [#24852](https://github.com/bitnami/charts/issues/24852) -* [bitnami/*] Reorder Chart sections (#24455) ([0cf4048](https://github.com/bitnami/charts/commit/0cf4048)), closes [#24455](https://github.com/bitnami/charts/issues/24455) -* [bitnami/dokuwiki] feat!: :lock: :boom: Improve security defaults (#24766) ([0cbf651](https://github.com/bitnami/charts/commit/0cbf651)), closes [#24766](https://github.com/bitnami/charts/issues/24766) -* Update resourcesPreset comments (#24467) ([92e3e8a](https://github.com/bitnami/charts/commit/92e3e8a)), closes [#24467](https://github.com/bitnami/charts/issues/24467) +* [bitnami/*] Readme typos (#24852) ([532fcdc](https://github.com/bitnami/charts/commit/532fcdc499cb67eccf0ade49ff1c02d3deb1d696)), closes [#24852](https://github.com/bitnami/charts/issues/24852) +* [bitnami/*] Reorder Chart sections (#24455) ([0cf4048](https://github.com/bitnami/charts/commit/0cf4048e8743f70a9753d460655bd030cbff6824)), closes [#24455](https://github.com/bitnami/charts/issues/24455) +* [bitnami/dokuwiki] feat!: :lock: :boom: Improve security defaults (#24766) ([0cbf651](https://github.com/bitnami/charts/commit/0cbf651ecc75c11d8d853699a4c7631e7099a920)), closes [#24766](https://github.com/bitnami/charts/issues/24766) +* Update resourcesPreset comments (#24467) ([92e3e8a](https://github.com/bitnami/charts/commit/92e3e8a507326d2a20a8f10ab3e7746a2ec5c554)), closes [#24467](https://github.com/bitnami/charts/issues/24467) ## 15.0.0 (2024-03-07) -* [bitnami/dokuwiki] Release 15.0.0 updating components versions (#24244) ([189b8a1](https://github.com/bitnami/charts/commit/189b8a1)), closes [#24244](https://github.com/bitnami/charts/issues/24244) +* [bitnami/dokuwiki] Release 15.0.0 updating components versions (#24244) ([189b8a1](https://github.com/bitnami/charts/commit/189b8a100b731a607e39c84ba6f13268964360c4)), closes [#24244](https://github.com/bitnami/charts/issues/24244) ## 14.8.1 (2024-03-06) -* [bitnami/dokuwiki] Fix podSecurityContext and volumePermissions logic (#24186) ([7c03f6f](https://github.com/bitnami/charts/commit/7c03f6f)), closes [#24186](https://github.com/bitnami/charts/issues/24186) +* [bitnami/dokuwiki] Fix podSecurityContext and volumePermissions logic (#24186) ([7c03f6f](https://github.com/bitnami/charts/commit/7c03f6ffec4d9cec19106d856e0f817d18e0ebf3)), closes [#24186](https://github.com/bitnami/charts/issues/24186) ## 14.8.0 (2024-03-06) -* [bitnami/dokuwiki] feat: :sparkles: :lock: Add automatic adaptation for Openshift restricted-v2 SCC ([abe6af1](https://github.com/bitnami/charts/commit/abe6af1)), closes [#24075](https://github.com/bitnami/charts/issues/24075) +* [bitnami/dokuwiki] feat: :sparkles: :lock: Add automatic adaptation for Openshift restricted-v2 SCC ([abe6af1](https://github.com/bitnami/charts/commit/abe6af1c283950479f5f857b60e2fa1d2822f665)), closes [#24075](https://github.com/bitnami/charts/issues/24075) ## 14.7.2 (2024-02-21) -* [bitnami/dokuwiki] Release 14.7.2 updating components versions (#23749) ([85275cb](https://github.com/bitnami/charts/commit/85275cb)), closes [#23749](https://github.com/bitnami/charts/issues/23749) +* [bitnami/dokuwiki] Release 14.7.2 updating components versions (#23749) ([85275cb](https://github.com/bitnami/charts/commit/85275cbe36e2463dcbde0dc579bdca88edc7392e)), closes [#23749](https://github.com/bitnami/charts/issues/23749) ## 14.7.1 (2024-02-21) -* [bitnami/dokuwiki] Release 14.7.1 updating components versions (#23641) ([c920e6f](https://github.com/bitnami/charts/commit/c920e6f)), closes [#23641](https://github.com/bitnami/charts/issues/23641) +* [bitnami/dokuwiki] Release 14.7.1 updating components versions (#23641) ([c920e6f](https://github.com/bitnami/charts/commit/c920e6fc4d3a6e4f193e53d715b1bd9821502fbc)), closes [#23641](https://github.com/bitnami/charts/issues/23641) ## 14.7.0 (2024-02-20) -* [bitnami/dokuwiki] feat: :sparkles: :lock: Add resource preset support (#23442) ([af1380f](https://github.com/bitnami/charts/commit/af1380f)), closes [#23442](https://github.com/bitnami/charts/issues/23442) +* [bitnami/dokuwiki] feat: :sparkles: :lock: Add resource preset support (#23442) ([af1380f](https://github.com/bitnami/charts/commit/af1380f4dae1ea196a1ec1811ec64cde92c3aab1)), closes [#23442](https://github.com/bitnami/charts/issues/23442) ## 14.6.0 (2024-02-20) -* [bitnami/*] Bump all versions (#23602) ([b70ee2a](https://github.com/bitnami/charts/commit/b70ee2a)), closes [#23602](https://github.com/bitnami/charts/issues/23602) +* [bitnami/*] Bump all versions (#23602) ([b70ee2a](https://github.com/bitnami/charts/commit/b70ee2a30e4dc256bf0ac52928fb2fa7a70f049b)), closes [#23602](https://github.com/bitnami/charts/issues/23602) ## 14.5.5 (2024-02-07) -* [bitnami/dokuwiki] Release 14.5.5 updating components versions (#23269) ([b988251](https://github.com/bitnami/charts/commit/b988251)), closes [#23269](https://github.com/bitnami/charts/issues/23269) +* [bitnami/dokuwiki] Release 14.5.5 updating components versions (#23269) ([b988251](https://github.com/bitnami/charts/commit/b98825135cde95e70b77012081897a8f22702af8)), closes [#23269](https://github.com/bitnami/charts/issues/23269) ## 14.5.4 (2024-02-07) -* [bitnami/dokuwiki] Release 14.5.4 updating components versions (#23225) ([c25e487](https://github.com/bitnami/charts/commit/c25e487)), closes [#23225](https://github.com/bitnami/charts/issues/23225) +* [bitnami/dokuwiki] Release 14.5.4 updating components versions (#23225) ([c25e487](https://github.com/bitnami/charts/commit/c25e487a9000676299dc299b066cb3712423ff13)), closes [#23225](https://github.com/bitnami/charts/issues/23225) ## 14.5.3 (2024-02-02) -* [bitnami/dokuwiki] Release 14.5.3 updating components versions (#23066) ([b6ead73](https://github.com/bitnami/charts/commit/b6ead73)), closes [#23066](https://github.com/bitnami/charts/issues/23066) +* [bitnami/dokuwiki] Release 14.5.3 updating components versions (#23066) ([b6ead73](https://github.com/bitnami/charts/commit/b6ead7328cf9dfca4f9822fdee7a18edc7d2b549)), closes [#23066](https://github.com/bitnami/charts/issues/23066) ## 14.5.2 (2024-01-26) -* [bitnami/dokuwiki] Release 14.5.2 updating components versions (#22771) ([5187cf0](https://github.com/bitnami/charts/commit/5187cf0)), closes [#22771](https://github.com/bitnami/charts/issues/22771) +* [bitnami/dokuwiki] Release 14.5.2 updating components versions (#22771) ([5187cf0](https://github.com/bitnami/charts/commit/5187cf03e4217d170cf8f3e3bceb6a00edb5579c)), closes [#22771](https://github.com/bitnami/charts/issues/22771) ## 14.5.1 (2024-01-24) -* [bitnami/*] Move documentation sections from docs.bitnami.com back to the README (#22203) ([7564f36](https://github.com/bitnami/charts/commit/7564f36)), closes [#22203](https://github.com/bitnami/charts/issues/22203) -* [bitnami/dokuwiki] fix: :bug: Set seLinuxOptions to null for Openshift compatibility (#22580) ([e48c680](https://github.com/bitnami/charts/commit/e48c680)), closes [#22580](https://github.com/bitnami/charts/issues/22580) +* [bitnami/*] Move documentation sections from docs.bitnami.com back to the README (#22203) ([7564f36](https://github.com/bitnami/charts/commit/7564f36ca1e95ff30ee686652b7ab8690561a707)), closes [#22203](https://github.com/bitnami/charts/issues/22203) +* [bitnami/dokuwiki] fix: :bug: Set seLinuxOptions to null for Openshift compatibility (#22580) ([e48c680](https://github.com/bitnami/charts/commit/e48c6805bdf8f586032e9c749acf86235c9685cd)), closes [#22580](https://github.com/bitnami/charts/issues/22580) ## 14.5.0 (2024-01-22) -* [bitnami/dokuwiki] fix: :lock: Move service-account token auto-mount to pod declaration (#22481) ([580576b](https://github.com/bitnami/charts/commit/580576b)), closes [#22481](https://github.com/bitnami/charts/issues/22481) +* [bitnami/dokuwiki] fix: :lock: Move service-account token auto-mount to pod declaration (#22481) ([580576b](https://github.com/bitnami/charts/commit/580576bb2b2f980233dec5a962a3a2711309b9d6)), closes [#22481](https://github.com/bitnami/charts/issues/22481) ## 14.4.1 (2024-01-18) -* [bitnami/dokuwiki] Release 14.4.1 updating components versions (#22263) ([0ad08e4](https://github.com/bitnami/charts/commit/0ad08e4)), closes [#22263](https://github.com/bitnami/charts/issues/22263) +* [bitnami/dokuwiki] Release 14.4.1 updating components versions (#22263) ([0ad08e4](https://github.com/bitnami/charts/commit/0ad08e4547e16eeeab1f2d751b81b61344a8ab93)), closes [#22263](https://github.com/bitnami/charts/issues/22263) ## 14.4.0 (2024-01-16) -* [bitnami/*] Fix docs.bitnami.com broken links (#21901) ([f35506d](https://github.com/bitnami/charts/commit/f35506d)), closes [#21901](https://github.com/bitnami/charts/issues/21901) -* [bitnami/*] Fix ref links (in comments) (#21822) ([e4fa296](https://github.com/bitnami/charts/commit/e4fa296)), closes [#21822](https://github.com/bitnami/charts/issues/21822) -* [bitnami/*] Update copyright: Year and company (#21815) ([6c4bf75](https://github.com/bitnami/charts/commit/6c4bf75)), closes [#21815](https://github.com/bitnami/charts/issues/21815) -* [bitnami/dokuwiki] fix: :lock: Improve podSecurityContext and containerSecurityContext with essentia ([c0cc4eb](https://github.com/bitnami/charts/commit/c0cc4eb)), closes [#22111](https://github.com/bitnami/charts/issues/22111) +* [bitnami/*] Fix docs.bitnami.com broken links (#21901) ([f35506d](https://github.com/bitnami/charts/commit/f35506d2dadee4f097986e7792df1f53ab215b5d)), closes [#21901](https://github.com/bitnami/charts/issues/21901) +* [bitnami/*] Fix ref links (in comments) (#21822) ([e4fa296](https://github.com/bitnami/charts/commit/e4fa296106b225cf8c82445727c675c7c725e380)), closes [#21822](https://github.com/bitnami/charts/issues/21822) +* [bitnami/*] Update copyright: Year and company (#21815) ([6c4bf75](https://github.com/bitnami/charts/commit/6c4bf75dec58fc7c9aee9f089777b1a858c17d5b)), closes [#21815](https://github.com/bitnami/charts/issues/21815) +* [bitnami/dokuwiki] fix: :lock: Improve podSecurityContext and containerSecurityContext with essentia ([c0cc4eb](https://github.com/bitnami/charts/commit/c0cc4eb082a09a837c0767e2089d591f130b91ad)), closes [#22111](https://github.com/bitnami/charts/issues/22111) ## 14.3.3 (2023-12-31) -* [bitnami/dokuwiki] Release 14.3.3 updating components versions (#21801) ([7ef9f45](https://github.com/bitnami/charts/commit/7ef9f45)), closes [#21801](https://github.com/bitnami/charts/issues/21801) +* [bitnami/dokuwiki] Release 14.3.3 updating components versions (#21801) ([7ef9f45](https://github.com/bitnami/charts/commit/7ef9f453f9853cb65b9e903e86625ab91c5b692c)), closes [#21801](https://github.com/bitnami/charts/issues/21801) ## 14.3.2 (2023-11-21) -* [bitnami/*] Remove relative links to non-README sections, add verification for that and update TL;DR ([1103633](https://github.com/bitnami/charts/commit/1103633)), closes [#20967](https://github.com/bitnami/charts/issues/20967) -* [bitnami/*] Rename solutions to "Bitnami package for ..." (#21038) ([b82f979](https://github.com/bitnami/charts/commit/b82f979)), closes [#21038](https://github.com/bitnami/charts/issues/21038) -* [bitnami/dokuwiki] Release 14.3.2 updating components versions (#21107) ([514eac0](https://github.com/bitnami/charts/commit/514eac0)), closes [#21107](https://github.com/bitnami/charts/issues/21107) +* [bitnami/*] Remove relative links to non-README sections, add verification for that and update TL;DR ([1103633](https://github.com/bitnami/charts/commit/11036334d82df0490aa4abdb591543cab6cf7d7f)), closes [#20967](https://github.com/bitnami/charts/issues/20967) +* [bitnami/*] Rename solutions to "Bitnami package for ..." (#21038) ([b82f979](https://github.com/bitnami/charts/commit/b82f979e4fb63423fe6e2192c946d09d79c944fc)), closes [#21038](https://github.com/bitnami/charts/issues/21038) +* [bitnami/dokuwiki] Release 14.3.2 updating components versions (#21107) ([514eac0](https://github.com/bitnami/charts/commit/514eac0503e634bf05a0b6635462a032d974307f)), closes [#21107](https://github.com/bitnami/charts/issues/21107) ## 14.3.1 (2023-11-08) -* [bitnami/dokuwiki] Release 14.3.1 updating components versions (#20723) ([1933912](https://github.com/bitnami/charts/commit/1933912)), closes [#20723](https://github.com/bitnami/charts/issues/20723) +* [bitnami/dokuwiki] Release 14.3.1 updating components versions (#20723) ([1933912](https://github.com/bitnami/charts/commit/1933912bfcefd9f0dc42f47886073bd82cc5fec0)), closes [#20723](https://github.com/bitnami/charts/issues/20723) ## 14.3.0 (2023-10-31) -* [bitnami/*] Rename VMware Application Catalog (#20361) ([3acc734](https://github.com/bitnami/charts/commit/3acc734)), closes [#20361](https://github.com/bitnami/charts/issues/20361) -* [bitnami/*] Skip image's tag in the README files of the Bitnami Charts (#19841) ([bb9a01b](https://github.com/bitnami/charts/commit/bb9a01b)), closes [#19841](https://github.com/bitnami/charts/issues/19841) -* [bitnami/*] Standardize documentation (#19835) ([af5f753](https://github.com/bitnami/charts/commit/af5f753)), closes [#19835](https://github.com/bitnami/charts/issues/19835) -* [bitnami/dokuwiki] feat: :sparkles: Add support for PSA restricted policy (#20421) ([b81449e](https://github.com/bitnami/charts/commit/b81449e)), closes [#20421](https://github.com/bitnami/charts/issues/20421) +* [bitnami/*] Rename VMware Application Catalog (#20361) ([3acc734](https://github.com/bitnami/charts/commit/3acc73472beb6fb56c4d99f929061001205bc57e)), closes [#20361](https://github.com/bitnami/charts/issues/20361) +* [bitnami/*] Skip image's tag in the README files of the Bitnami Charts (#19841) ([bb9a01b](https://github.com/bitnami/charts/commit/bb9a01b65911c87e48318db922cc05eb42785e42)), closes [#19841](https://github.com/bitnami/charts/issues/19841) +* [bitnami/*] Standardize documentation (#19835) ([af5f753](https://github.com/bitnami/charts/commit/af5f7530c1bc8c5ded53a6c4f7b8f384ac1804f2)), closes [#19835](https://github.com/bitnami/charts/issues/19835) +* [bitnami/dokuwiki] feat: :sparkles: Add support for PSA restricted policy (#20421) ([b81449e](https://github.com/bitnami/charts/commit/b81449e52db8fc725744f814edbd1e6b53500606)), closes [#20421](https://github.com/bitnami/charts/issues/20421) ## 14.2.5 (2023-10-12) -* [bitnami/dokuwiki] Release 14.2.5 (#20133) ([b042a62](https://github.com/bitnami/charts/commit/b042a62)), closes [#20133](https://github.com/bitnami/charts/issues/20133) +* [bitnami/dokuwiki] Release 14.2.5 (#20133) ([b042a62](https://github.com/bitnami/charts/commit/b042a622891a889004ac39441961aa46370826f8)), closes [#20133](https://github.com/bitnami/charts/issues/20133) ## 14.2.4 (2023-10-09) -* [bitnami/*] Update Helm charts prerequisites (#19745) ([eb755dd](https://github.com/bitnami/charts/commit/eb755dd)), closes [#19745](https://github.com/bitnami/charts/issues/19745) -* [bitnami/dokuwiki] Release 14.2.4 (#19904) ([6f951be](https://github.com/bitnami/charts/commit/6f951be)), closes [#19904](https://github.com/bitnami/charts/issues/19904) +* [bitnami/*] Update Helm charts prerequisites (#19745) ([eb755dd](https://github.com/bitnami/charts/commit/eb755dd36a4dd3cf6635be8e0598f9a7f4c4a554)), closes [#19745](https://github.com/bitnami/charts/issues/19745) +* [bitnami/dokuwiki] Release 14.2.4 (#19904) ([6f951be](https://github.com/bitnami/charts/commit/6f951beae8a53918b82e4eec7fefb6309d183fcb)), closes [#19904](https://github.com/bitnami/charts/issues/19904) ## 14.2.3 (2023-10-06) -* [bitnami/dokuwiki] Release 14.2.3 (#19790) ([4a98d02](https://github.com/bitnami/charts/commit/4a98d02)), closes [#19790](https://github.com/bitnami/charts/issues/19790) +* [bitnami/dokuwiki] Release 14.2.3 (#19790) ([4a98d02](https://github.com/bitnami/charts/commit/4a98d028261c677c9c4bb2d62f521a985f674188)), closes [#19790](https://github.com/bitnami/charts/issues/19790) ## 14.2.2 (2023-09-18) -* [bitnami/dokuwiki] Release 14.2.2 (#19343) ([74f583e](https://github.com/bitnami/charts/commit/74f583e)), closes [#19343](https://github.com/bitnami/charts/issues/19343) -* Autogenerate schema files (#19194) ([a2c2090](https://github.com/bitnami/charts/commit/a2c2090)), closes [#19194](https://github.com/bitnami/charts/issues/19194) -* Revert "Autogenerate schema files (#19194)" (#19335) ([73d80be](https://github.com/bitnami/charts/commit/73d80be)), closes [#19194](https://github.com/bitnami/charts/issues/19194) [#19335](https://github.com/bitnami/charts/issues/19335) +* [bitnami/dokuwiki] Release 14.2.2 (#19343) ([74f583e](https://github.com/bitnami/charts/commit/74f583e24c8167a214fc4911058e0d982a28c18d)), closes [#19343](https://github.com/bitnami/charts/issues/19343) +* Autogenerate schema files (#19194) ([a2c2090](https://github.com/bitnami/charts/commit/a2c2090b5ac97f47b745c8028c6452bf99739772)), closes [#19194](https://github.com/bitnami/charts/issues/19194) +* Revert "Autogenerate schema files (#19194)" (#19335) ([73d80be](https://github.com/bitnami/charts/commit/73d80be525c88fb4b8a54451a55acd506e337062)), closes [#19194](https://github.com/bitnami/charts/issues/19194) [#19335](https://github.com/bitnami/charts/issues/19335) ## 14.2.1 (2023-09-08) -* [bitnami/dokuwiki: Use merge helper]: (#19031) ([9a579e1](https://github.com/bitnami/charts/commit/9a579e1)), closes [#19031](https://github.com/bitnami/charts/issues/19031) +* [bitnami/dokuwiki: Use merge helper]: (#19031) ([9a579e1](https://github.com/bitnami/charts/commit/9a579e1835a09acbb50f1f13247d93fecf04cae6)), closes [#19031](https://github.com/bitnami/charts/issues/19031) ## 14.2.0 (2023-08-22) -* [bitnami/dokuwiki] Support for customizing standard labels (#18297) ([b51b216](https://github.com/bitnami/charts/commit/b51b216)), closes [#18297](https://github.com/bitnami/charts/issues/18297) +* [bitnami/dokuwiki] Support for customizing standard labels (#18297) ([b51b216](https://github.com/bitnami/charts/commit/b51b2168c10bfe12cbb55d4161f35bd6d11e5c17)), closes [#18297](https://github.com/bitnami/charts/issues/18297) ## 14.1.9 (2023-08-19) -* [bitnami/dokuwiki] Release 14.1.9 (#18654) ([a28cb8b](https://github.com/bitnami/charts/commit/a28cb8b)), closes [#18654](https://github.com/bitnami/charts/issues/18654) +* [bitnami/dokuwiki] Release 14.1.9 (#18654) ([a28cb8b](https://github.com/bitnami/charts/commit/a28cb8bf0b897c3688d5ea7982c8adecb3d4d114)), closes [#18654](https://github.com/bitnami/charts/issues/18654) ## 14.1.8 (2023-08-17) -* [bitnami/dokuwiki] Release 14.1.8 (#18510) ([f831943](https://github.com/bitnami/charts/commit/f831943)), closes [#18510](https://github.com/bitnami/charts/issues/18510) +* [bitnami/dokuwiki] Release 14.1.8 (#18510) ([f831943](https://github.com/bitnami/charts/commit/f831943f68d5768911798d3eb2a6c6866a0591a8)), closes [#18510](https://github.com/bitnami/charts/issues/18510) ## 14.1.7 (2023-08-03) -* [bitnami/dokuwiki] Release 14.1.7 (#18158) ([bb86596](https://github.com/bitnami/charts/commit/bb86596)), closes [#18158](https://github.com/bitnami/charts/issues/18158) +* [bitnami/dokuwiki] Release 14.1.7 (#18158) ([bb86596](https://github.com/bitnami/charts/commit/bb86596cb7556e6e96993e7d755e744cb188d0dd)), closes [#18158](https://github.com/bitnami/charts/issues/18158) ## 14.1.6 (2023-07-25) -* [bitnami/dokuwiki] Release 14.1.6 (#17874) ([d82fbec](https://github.com/bitnami/charts/commit/d82fbec)), closes [#17874](https://github.com/bitnami/charts/issues/17874) +* [bitnami/dokuwiki] Release 14.1.6 (#17874) ([d82fbec](https://github.com/bitnami/charts/commit/d82fbec1830a14791c14d6ce2611a7ce105d4e99)), closes [#17874](https://github.com/bitnami/charts/issues/17874) ## 14.1.5 (2023-07-15) -* [bitnami/dokuwiki] Release 1 (#17596) ([ed13926](https://github.com/bitnami/charts/commit/ed13926)), closes [#17596](https://github.com/bitnami/charts/issues/17596) +* [bitnami/dokuwiki] Release 1 (#17596) ([ed13926](https://github.com/bitnami/charts/commit/ed1392686b40a2db7372fb1899bdcd4bd53676ba)), closes [#17596](https://github.com/bitnami/charts/issues/17596) ## 14.1.4 (2023-06-27) -* [bitnami/dokuwiki] Release 14.1.4 (#17370) ([1d1f55c](https://github.com/bitnami/charts/commit/1d1f55c)), closes [#17370](https://github.com/bitnami/charts/issues/17370) -* Add copyright header (#17300) ([da68be8](https://github.com/bitnami/charts/commit/da68be8)), closes [#17300](https://github.com/bitnami/charts/issues/17300) -* Update charts readme (#17217) ([31b3c0a](https://github.com/bitnami/charts/commit/31b3c0a)), closes [#17217](https://github.com/bitnami/charts/issues/17217) +* [bitnami/dokuwiki] Release 14.1.4 (#17370) ([1d1f55c](https://github.com/bitnami/charts/commit/1d1f55c3d8b69e7bb2227fb214e4fbdcf4f87e6c)), closes [#17370](https://github.com/bitnami/charts/issues/17370) +* Add copyright header (#17300) ([da68be8](https://github.com/bitnami/charts/commit/da68be8e951225133c7dfb572d5101ca3d61c5ae)), closes [#17300](https://github.com/bitnami/charts/issues/17300) +* Update charts readme (#17217) ([31b3c0a](https://github.com/bitnami/charts/commit/31b3c0afd968ff4429107e34101f7509e6a0e913)), closes [#17217](https://github.com/bitnami/charts/issues/17217) ## 14.1.3 (2023-06-20) -* [bitnami/*] Change copyright section in READMEs (#17006) ([ef986a1](https://github.com/bitnami/charts/commit/ef986a1)), closes [#17006](https://github.com/bitnami/charts/issues/17006) -* [bitnami/dokuwiki] Release 14.1.3 (#17209) ([f1683fd](https://github.com/bitnami/charts/commit/f1683fd)), closes [#17209](https://github.com/bitnami/charts/issues/17209) -* [bitnami/several] Change copyright section in READMEs (#16989) ([5b6a5cf](https://github.com/bitnami/charts/commit/5b6a5cf)), closes [#16989](https://github.com/bitnami/charts/issues/16989) -* [bitnami/several] Remove 'Community supported solution' section from READMEs (#17119) ([4531d57](https://github.com/bitnami/charts/commit/4531d57)), closes [#17119](https://github.com/bitnami/charts/issues/17119) +* [bitnami/*] Change copyright section in READMEs (#17006) ([ef986a1](https://github.com/bitnami/charts/commit/ef986a1605241102b3dcafe9fd8089e6fc1201ad)), closes [#17006](https://github.com/bitnami/charts/issues/17006) +* [bitnami/dokuwiki] Release 14.1.3 (#17209) ([f1683fd](https://github.com/bitnami/charts/commit/f1683fd9c6b74dddd421290679b38a62453eb7c3)), closes [#17209](https://github.com/bitnami/charts/issues/17209) +* [bitnami/several] Change copyright section in READMEs (#16989) ([5b6a5cf](https://github.com/bitnami/charts/commit/5b6a5cfb7625a751848a2e5cd796bd7278f406ca)), closes [#16989](https://github.com/bitnami/charts/issues/16989) +* [bitnami/several] Remove 'Community supported solution' section from READMEs (#17119) ([4531d57](https://github.com/bitnami/charts/commit/4531d571914e970fe4cef19ae00a9fa4cc038f47)), closes [#17119](https://github.com/bitnami/charts/issues/17119) ## 14.1.2 (2023-05-21) -* [bitnami/dokuwiki] Release 14.1.2 (#16773) ([339c0fa](https://github.com/bitnami/charts/commit/339c0fa)), closes [#16773](https://github.com/bitnami/charts/issues/16773) +* [bitnami/dokuwiki] Release 14.1.2 (#16773) ([339c0fa](https://github.com/bitnami/charts/commit/339c0fa925f39adcbf35151f8e6460242d4310d5)), closes [#16773](https://github.com/bitnami/charts/issues/16773) ## 14.1.1 (2023-05-17) -* [bitnami/dokuwiki] Release 14.1.1 (#16702) ([8a0abc8](https://github.com/bitnami/charts/commit/8a0abc8)), closes [#16702](https://github.com/bitnami/charts/issues/16702) -* Add wording for enterprise page (#16560) ([8f22774](https://github.com/bitnami/charts/commit/8f22774)), closes [#16560](https://github.com/bitnami/charts/issues/16560) +* [bitnami/dokuwiki] Release 14.1.1 (#16702) ([8a0abc8](https://github.com/bitnami/charts/commit/8a0abc8e095b5fa52acc51e9d6daa37715fd9af8)), closes [#16702](https://github.com/bitnami/charts/issues/16702) +* Add wording for enterprise page (#16560) ([8f22774](https://github.com/bitnami/charts/commit/8f2277440b976d52785ba9149762ad8620a73d1f)), closes [#16560](https://github.com/bitnami/charts/issues/16560) ## 14.1.0 (2023-05-09) -* [bitnami/several] Adapt Chart.yaml to set desired OCI annotations (#16546) ([fc9b18f](https://github.com/bitnami/charts/commit/fc9b18f)), closes [#16546](https://github.com/bitnami/charts/issues/16546) +* [bitnami/several] Adapt Chart.yaml to set desired OCI annotations (#16546) ([fc9b18f](https://github.com/bitnami/charts/commit/fc9b18f2e98805d4df629acbcde696f44f973344)), closes [#16546](https://github.com/bitnami/charts/issues/16546) ## 14.0.3 (2023-05-09) -* [bitnami/dokuwiki] Release 14.0.3 (#16454) ([782f949](https://github.com/bitnami/charts/commit/782f949)), closes [#16454](https://github.com/bitnami/charts/issues/16454) +* [bitnami/dokuwiki] Release 14.0.3 (#16454) ([782f949](https://github.com/bitnami/charts/commit/782f9490c2c5027031187a33c174336805150653)), closes [#16454](https://github.com/bitnami/charts/issues/16454) ## 14.0.2 (2023-04-25) -* [bitnami/dokuwiki] Release 14.0.2 (#16219) ([2f33007](https://github.com/bitnami/charts/commit/2f33007)), closes [#16219](https://github.com/bitnami/charts/issues/16219) +* [bitnami/dokuwiki] Release 14.0.2 (#16219) ([2f33007](https://github.com/bitnami/charts/commit/2f330076f1db1b72c6841e2d322251950d1a90a1)), closes [#16219](https://github.com/bitnami/charts/issues/16219) ## 14.0.1 (2023-04-24) -* [bitnami/dokuwiki] Release 14.0.1 (#16202) ([498db27](https://github.com/bitnami/charts/commit/498db27)), closes [#16202](https://github.com/bitnami/charts/issues/16202) +* [bitnami/dokuwiki] Release 14.0.1 (#16202) ([498db27](https://github.com/bitnami/charts/commit/498db27a1b950fca93e61309649a00f453108da5)), closes [#16202](https://github.com/bitnami/charts/issues/16202) ## 14.0.0 (2023-04-24) -* [bitnami/dokuwiki] Release 14.0.0 (#16201) ([845a13f](https://github.com/bitnami/charts/commit/845a13f)), closes [#16201](https://github.com/bitnami/charts/issues/16201) +* [bitnami/dokuwiki] Release 14.0.0 (#16201) ([845a13f](https://github.com/bitnami/charts/commit/845a13f5ce7c6d8df29716a2653a768929a371c2)), closes [#16201](https://github.com/bitnami/charts/issues/16201) ## 13.2.0 (2023-04-20) -* [bitnami/*] Make Helm charts 100% OCI (#15998) ([8841510](https://github.com/bitnami/charts/commit/8841510)), closes [#15998](https://github.com/bitnami/charts/issues/15998) +* [bitnami/*] Make Helm charts 100% OCI (#15998) ([8841510](https://github.com/bitnami/charts/commit/884151035efcbf2e1b3206e7def85511073fb57d)), closes [#15998](https://github.com/bitnami/charts/issues/15998) ## 13.1.21 (2023-04-13) -* [bitnami/dokuwiki] Release 13.1.21 (#16037) ([0da815b](https://github.com/bitnami/charts/commit/0da815b)), closes [#16037](https://github.com/bitnami/charts/issues/16037) +* [bitnami/dokuwiki] Release 13.1.21 (#16037) ([0da815b](https://github.com/bitnami/charts/commit/0da815b573104e4bff4c32c0f304c58567f3a667)), closes [#16037](https://github.com/bitnami/charts/issues/16037) ## 13.1.20 (2023-04-11) -* [bitnami/dokuwiki] Release 13.1.20 (#16008) ([ebf7be7](https://github.com/bitnami/charts/commit/ebf7be7)), closes [#16008](https://github.com/bitnami/charts/issues/16008) +* [bitnami/dokuwiki] Release 13.1.20 (#16008) ([ebf7be7](https://github.com/bitnami/charts/commit/ebf7be73b7139ed231badf9b4551b3a23c350612)), closes [#16008](https://github.com/bitnami/charts/issues/16008) ## 13.1.19 (2023-03-18) -* [bitnami/charts] Apply linter to README files (#15357) ([0e29e60](https://github.com/bitnami/charts/commit/0e29e60)), closes [#15357](https://github.com/bitnami/charts/issues/15357) -* [bitnami/dokuwiki] Release 13.1.19 (#15563) ([d47163e](https://github.com/bitnami/charts/commit/d47163e)), closes [#15563](https://github.com/bitnami/charts/issues/15563) +* [bitnami/charts] Apply linter to README files (#15357) ([0e29e60](https://github.com/bitnami/charts/commit/0e29e600d3adc8b1b46e506eccb3decfab3b4e63)), closes [#15357](https://github.com/bitnami/charts/issues/15357) +* [bitnami/dokuwiki] Release 13.1.19 (#15563) ([d47163e](https://github.com/bitnami/charts/commit/d47163ef12acd367c6d267f617cc30e5eae6bcd4)), closes [#15563](https://github.com/bitnami/charts/issues/15563) ## 13.1.18 (2023-03-01) -* [bitnami/dokuwiki] Release 13.1.18 (#15200) ([f339148](https://github.com/bitnami/charts/commit/f339148)), closes [#15200](https://github.com/bitnami/charts/issues/15200) +* [bitnami/dokuwiki] Release 13.1.18 (#15200) ([f339148](https://github.com/bitnami/charts/commit/f339148ba8ae9e31e012b9ea41e59cffbf6ab686)), closes [#15200](https://github.com/bitnami/charts/issues/15200) ## 13.1.17 (2023-02-23) -* [bitnami/dokuwiki] Release 13.1.17 (#15122) ([1feaa68](https://github.com/bitnami/charts/commit/1feaa68)), closes [#15122](https://github.com/bitnami/charts/issues/15122) +* [bitnami/dokuwiki] Release 13.1.17 (#15122) ([1feaa68](https://github.com/bitnami/charts/commit/1feaa68ea4d99aa74cbaf511b44e80e9d68cff4c)), closes [#15122](https://github.com/bitnami/charts/issues/15122) ## 13.1.16 (2023-02-17) -* [bitnami/*] Fix markdown linter issues (#14874) ([a51e0e8](https://github.com/bitnami/charts/commit/a51e0e8)), closes [#14874](https://github.com/bitnami/charts/issues/14874) -* [bitnami/*] Fix markdown linter issues 2 (#14890) ([aa96572](https://github.com/bitnami/charts/commit/aa96572)), closes [#14890](https://github.com/bitnami/charts/issues/14890) -* [bitnami/*] Remove unexpected extra spaces (#14873) ([c97c714](https://github.com/bitnami/charts/commit/c97c714)), closes [#14873](https://github.com/bitnami/charts/issues/14873) -* [bitnami/dokuwiki] Release 13.1.16 (#14951) ([8ea3d80](https://github.com/bitnami/charts/commit/8ea3d80)), closes [#14951](https://github.com/bitnami/charts/issues/14951) +* [bitnami/*] Fix markdown linter issues (#14874) ([a51e0e8](https://github.com/bitnami/charts/commit/a51e0e8d35495b907f3e70dd2f8e7c3bcbf4166a)), closes [#14874](https://github.com/bitnami/charts/issues/14874) +* [bitnami/*] Fix markdown linter issues 2 (#14890) ([aa96572](https://github.com/bitnami/charts/commit/aa9657237ee8df4a46db0d7fdf8a23230dd6902a)), closes [#14890](https://github.com/bitnami/charts/issues/14890) +* [bitnami/*] Remove unexpected extra spaces (#14873) ([c97c714](https://github.com/bitnami/charts/commit/c97c714887380d47eae7bfeff316bf01595ecd1d)), closes [#14873](https://github.com/bitnami/charts/issues/14873) +* [bitnami/dokuwiki] Release 13.1.16 (#14951) ([8ea3d80](https://github.com/bitnami/charts/commit/8ea3d80c4a8f48b44cf9af8d14f6aec6a63da555)), closes [#14951](https://github.com/bitnami/charts/issues/14951) ## 13.1.15 (2023-02-13) -* [bitnami/dokuwiki] Release 13.1.15 (#14860) ([5e81085](https://github.com/bitnami/charts/commit/5e81085)), closes [#14860](https://github.com/bitnami/charts/issues/14860) +* [bitnami/dokuwiki] Release 13.1.15 (#14860) ([5e81085](https://github.com/bitnami/charts/commit/5e810854573264935cf9a6df6780452d67e7e784)), closes [#14860](https://github.com/bitnami/charts/issues/14860) ## 13.1.14 (2023-02-11) -* [bitnami/dokuwiki] Release 13.1.14 (#14843) ([4878611](https://github.com/bitnami/charts/commit/4878611)), closes [#14843](https://github.com/bitnami/charts/issues/14843) +* [bitnami/dokuwiki] Release 13.1.14 (#14843) ([4878611](https://github.com/bitnami/charts/commit/4878611532fd40b4dae5f972ff9f75e8bb1f0a74)), closes [#14843](https://github.com/bitnami/charts/issues/14843) ## 13.1.13 (2023-01-31) -* [bitnami/*] Change copyright date (#14682) ([add4ec7](https://github.com/bitnami/charts/commit/add4ec7)), closes [#14682](https://github.com/bitnami/charts/issues/14682) -* [bitnami/*] Change licenses annotation format (#14377) ([0ab7608](https://github.com/bitnami/charts/commit/0ab7608)), closes [#14377](https://github.com/bitnami/charts/issues/14377) -* [bitnami/*] Unify READMEs (#14472) ([2064fb8](https://github.com/bitnami/charts/commit/2064fb8)), closes [#14472](https://github.com/bitnami/charts/issues/14472) -* [bitnami/dokuwiki] Don't regenerate self-signed certs on upgrade (#14617) ([63b2227](https://github.com/bitnami/charts/commit/63b2227)), closes [#14617](https://github.com/bitnami/charts/issues/14617) +* [bitnami/*] Change copyright date (#14682) ([add4ec7](https://github.com/bitnami/charts/commit/add4ec701108ac36ed4de2dffbdf407a0d091067)), closes [#14682](https://github.com/bitnami/charts/issues/14682) +* [bitnami/*] Change licenses annotation format (#14377) ([0ab7608](https://github.com/bitnami/charts/commit/0ab760862c660fcc78cffadf8e1d8cdd70881473)), closes [#14377](https://github.com/bitnami/charts/issues/14377) +* [bitnami/*] Unify READMEs (#14472) ([2064fb8](https://github.com/bitnami/charts/commit/2064fb8dcc78a845cdede8211af8c3cc52551161)), closes [#14472](https://github.com/bitnami/charts/issues/14472) +* [bitnami/dokuwiki] Don't regenerate self-signed certs on upgrade (#14617) ([63b2227](https://github.com/bitnami/charts/commit/63b2227ab6ad90920535f905b479d4bfa3cf40e7)), closes [#14617](https://github.com/bitnami/charts/issues/14617) ## 13.1.12 (2023-01-12) -* [bitnami/*] Add license annotation and remove obsolete engine parameter (#14293) ([da2a794](https://github.com/bitnami/charts/commit/da2a794)), closes [#14293](https://github.com/bitnami/charts/issues/14293) -* [bitnami/dokuwiki] Release 13.1.12 (#14304) ([e2654f1](https://github.com/bitnami/charts/commit/e2654f1)), closes [#14304](https://github.com/bitnami/charts/issues/14304) +* [bitnami/*] Add license annotation and remove obsolete engine parameter (#14293) ([da2a794](https://github.com/bitnami/charts/commit/da2a7943bae95b6e9b5b4ed972c15e990b69fdb0)), closes [#14293](https://github.com/bitnami/charts/issues/14293) +* [bitnami/dokuwiki] Release 13.1.12 (#14304) ([e2654f1](https://github.com/bitnami/charts/commit/e2654f1170ae7ad5f332712ed5896b76c7bc2630)), closes [#14304](https://github.com/bitnami/charts/issues/14304) ## 13.1.11 (2023-01-10) -* [bitnami/dokuwiki] Release 13.1.11 (#14261) ([64844a7](https://github.com/bitnami/charts/commit/64844a7)), closes [#14261](https://github.com/bitnami/charts/issues/14261) +* [bitnami/dokuwiki] Release 13.1.11 (#14261) ([64844a7](https://github.com/bitnami/charts/commit/64844a7a077eace4fd00368d7cc8a9cb7b0828f3)), closes [#14261](https://github.com/bitnami/charts/issues/14261) ## 13.1.10 (2023-01-09) -* [bitnami/dokuwiki] Release 13.1.10 (#14236) ([3f2617d](https://github.com/bitnami/charts/commit/3f2617d)), closes [#14236](https://github.com/bitnami/charts/issues/14236) +* [bitnami/dokuwiki] Release 13.1.10 (#14236) ([3f2617d](https://github.com/bitnami/charts/commit/3f2617d8db8166ee7b8b21b9c5c9d38a7bd60402)), closes [#14236](https://github.com/bitnami/charts/issues/14236) ## 13.1.9 (2022-12-10) -* [bitnami/dokuwiki] Release 13.1.9 (#13907) ([faaa4da](https://github.com/bitnami/charts/commit/faaa4da)), closes [#13907](https://github.com/bitnami/charts/issues/13907) +* [bitnami/dokuwiki] Release 13.1.9 (#13907) ([faaa4da](https://github.com/bitnami/charts/commit/faaa4da4b7ed7455ec439186ec129f128404e390)), closes [#13907](https://github.com/bitnami/charts/issues/13907) ## 13.1.8 (2022-11-10) -* [bitnami/*] Use new default branch name in links (#12943) ([a529e02](https://github.com/bitnami/charts/commit/a529e02)), closes [#12943](https://github.com/bitnami/charts/issues/12943) -* [bitnami/dokuwiki] Release 13.1.8 (#13460) ([a5a5d37](https://github.com/bitnami/charts/commit/a5a5d37)), closes [#13460](https://github.com/bitnami/charts/issues/13460) +* [bitnami/*] Use new default branch name in links (#12943) ([a529e02](https://github.com/bitnami/charts/commit/a529e02597d49d944eba1eb0f190713293247176)), closes [#12943](https://github.com/bitnami/charts/issues/12943) +* [bitnami/dokuwiki] Release 13.1.8 (#13460) ([a5a5d37](https://github.com/bitnami/charts/commit/a5a5d378699735d22acecf89a5885e7269d70c9c)), closes [#13460](https://github.com/bitnami/charts/issues/13460) ## 13.1.7 (2022-10-17) -* [bitnami/dokuwiki] Use custom probes if given (#12490) ([b59b054](https://github.com/bitnami/charts/commit/b59b054)), closes [#12490](https://github.com/bitnami/charts/issues/12490) [#12354](https://github.com/bitnami/charts/issues/12354) +* [bitnami/dokuwiki] Use custom probes if given (#12490) ([b59b054](https://github.com/bitnami/charts/commit/b59b054d64c84933bc5eda1c9544c02719fff8c9)), closes [#12490](https://github.com/bitnami/charts/issues/12490) [#12354](https://github.com/bitnami/charts/issues/12354) ## 13.1.6 (2022-10-11) -* [bitnami/dokuwiki] Release 13.1.6 (#12903) ([5546f55](https://github.com/bitnami/charts/commit/5546f55)), closes [#12903](https://github.com/bitnami/charts/issues/12903) -* Generic README instructions related to the repo (#12792) ([3cf6b10](https://github.com/bitnami/charts/commit/3cf6b10)), closes [#12792](https://github.com/bitnami/charts/issues/12792) +* [bitnami/dokuwiki] Release 13.1.6 (#12903) ([5546f55](https://github.com/bitnami/charts/commit/5546f55b7a018a2f2d3ea1ccf7b529c888f20bd8)), closes [#12903](https://github.com/bitnami/charts/issues/12903) +* Generic README instructions related to the repo (#12792) ([3cf6b10](https://github.com/bitnami/charts/commit/3cf6b10e10e60df4b3e191d6b99aa99a9f597755)), closes [#12792](https://github.com/bitnami/charts/issues/12792) ## 13.1.5 (2022-10-03) -* adjust the naming style for resources to make them not pass the length limit (#12752) ([b983e0f](https://github.com/bitnami/charts/commit/b983e0f)), closes [#12752](https://github.com/bitnami/charts/issues/12752) +* adjust the naming style for resources to make them not pass the length limit (#12752) ([b983e0f](https://github.com/bitnami/charts/commit/b983e0f5c1f3baecc776fea2bb7a82b93e95d09f)), closes [#12752](https://github.com/bitnami/charts/issues/12752) ## 13.1.4 (2022-09-16) -* [bitnami/dokuwiki] Release 13.1.4 (#12461) ([fae6862](https://github.com/bitnami/charts/commit/fae6862)), closes [#12461](https://github.com/bitnami/charts/issues/12461) +* [bitnami/dokuwiki] Release 13.1.4 (#12461) ([fae6862](https://github.com/bitnami/charts/commit/fae6862796c14268ecd41e62ef24c17a3f73d0d2)), closes [#12461](https://github.com/bitnami/charts/issues/12461) ## 13.1.3 (2022-09-13) -* [bitnami/dokuwiki] Release 13.1.3 (#12390) ([6a9acbe](https://github.com/bitnami/charts/commit/6a9acbe)), closes [#12390](https://github.com/bitnami/charts/issues/12390) +* [bitnami/dokuwiki] Release 13.1.3 (#12390) ([6a9acbe](https://github.com/bitnami/charts/commit/6a9acbe28e413ddf28141d4911f46c4822f0ad52)), closes [#12390](https://github.com/bitnami/charts/issues/12390) ## 13.1.2 (2022-09-08) -* [bitnami/dokuwiki] Release 13.1.2 (#12340) ([8769fa7](https://github.com/bitnami/charts/commit/8769fa7)), closes [#12340](https://github.com/bitnami/charts/issues/12340) +* [bitnami/dokuwiki] Release 13.1.2 (#12340) ([8769fa7](https://github.com/bitnami/charts/commit/8769fa73a2011c72a354f6ea1d79b9c301e7f4df)), closes [#12340](https://github.com/bitnami/charts/issues/12340) ## 13.1.1 (2022-08-23) -* [bitnami/dokuwiki] Update Chart.lock (#12033) ([1988e16](https://github.com/bitnami/charts/commit/1988e16)), closes [#12033](https://github.com/bitnami/charts/issues/12033) +* [bitnami/dokuwiki] Update Chart.lock (#12033) ([1988e16](https://github.com/bitnami/charts/commit/1988e1602a350b6587dbfb83a7644640e2a38acb)), closes [#12033](https://github.com/bitnami/charts/issues/12033) ## 13.1.0 (2022-08-22) -* [bitnami/dokuwiki] Add support for image digest apart from tag (#11873) ([aa02ed5](https://github.com/bitnami/charts/commit/aa02ed5)), closes [#11873](https://github.com/bitnami/charts/issues/11873) +* [bitnami/dokuwiki] Add support for image digest apart from tag (#11873) ([aa02ed5](https://github.com/bitnami/charts/commit/aa02ed530d89dd07de18146d8cc8a33a7c5ddb36)), closes [#11873](https://github.com/bitnami/charts/issues/11873) ## 13.0.0 (2022-08-09) -* [bitnami/dokuwiki] Release 13.0.0 (#11691) ([fe1e77f](https://github.com/bitnami/charts/commit/fe1e77f)), closes [#11691](https://github.com/bitnami/charts/issues/11691) +* [bitnami/dokuwiki] Release 13.0.0 (#11691) ([fe1e77f](https://github.com/bitnami/charts/commit/fe1e77f2f0066b6f8dc88ce884c9bf7b021f3a28)), closes [#11691](https://github.com/bitnami/charts/issues/11691) ## 12.5.9 (2022-08-03) -* [bitnami/*] Update URLs to point to the new bitnami/containers monorepo (#11352) ([d665af0](https://github.com/bitnami/charts/commit/d665af0)), closes [#11352](https://github.com/bitnami/charts/issues/11352) -* [bitnami/dokuwiki] Release 12.5.9 (#11520) ([57043a3](https://github.com/bitnami/charts/commit/57043a3)), closes [#11520](https://github.com/bitnami/charts/issues/11520) +* [bitnami/*] Update URLs to point to the new bitnami/containers monorepo (#11352) ([d665af0](https://github.com/bitnami/charts/commit/d665af0c708846192d8d5fb2f5f9ea65dd464ab0)), closes [#11352](https://github.com/bitnami/charts/issues/11352) +* [bitnami/dokuwiki] Release 12.5.9 (#11520) ([57043a3](https://github.com/bitnami/charts/commit/57043a3dc13e31ea95b04748a7ca907030de7cf1)), closes [#11520](https://github.com/bitnami/charts/issues/11520) ## 12.5.8 (2022-07-10) -* [bitnami/dokuwiki] Release 12.5.8 (#11111) ([2d12faf](https://github.com/bitnami/charts/commit/2d12faf)), closes [#11111](https://github.com/bitnami/charts/issues/11111) +* [bitnami/dokuwiki] Release 12.5.8 (#11111) ([2d12faf](https://github.com/bitnami/charts/commit/2d12faf7da929b271477c961a3f5e3fad1b04d0d)), closes [#11111](https://github.com/bitnami/charts/issues/11111) ## 12.5.7 (2022-06-30) -* [bitnami/dokuwiki] Release 12.5.7 (#10983) ([a1bd96d](https://github.com/bitnami/charts/commit/a1bd96d)), closes [#10983](https://github.com/bitnami/charts/issues/10983) +* [bitnami/dokuwiki] Release 12.5.7 (#10983) ([a1bd96d](https://github.com/bitnami/charts/commit/a1bd96d58e2c82483bfbf4c595a7a3dd6ebdcbf7)), closes [#10983](https://github.com/bitnami/charts/issues/10983) ## 12.5.6 (2022-06-27) -* [bitnami/dokuwiki] Release 12.5.6 updating components versions ([5c72dc9](https://github.com/bitnami/charts/commit/5c72dc9)) +* [bitnami/dokuwiki] Release 12.5.6 updating components versions ([5c72dc9](https://github.com/bitnami/charts/commit/5c72dc949dcfe29758089e3879dd5614ef77adb0)) ## 12.5.5 (2022-06-22) -* [bitnami/*] Remove debian-10 mentions (#10850) ([63cdd94](https://github.com/bitnami/charts/commit/63cdd94)), closes [#10850](https://github.com/bitnami/charts/issues/10850) +* [bitnami/*] Remove debian-10 mentions (#10850) ([63cdd94](https://github.com/bitnami/charts/commit/63cdd94e9268378f9baef0916aa56f16a2279f89)), closes [#10850](https://github.com/bitnami/charts/issues/10850) ## 12.5.4 (2022-06-10) -* [bitnami/*] Replace Kubeapps URL in READMEs (and kubeapps Chart.yaml) and remove BKPR references (#1 ([c6a7914](https://github.com/bitnami/charts/commit/c6a7914)), closes [#10600](https://github.com/bitnami/charts/issues/10600) -* [bitnami/dokuwiki] Release 12.5.4 updating components versions ([b2d388a](https://github.com/bitnami/charts/commit/b2d388a)) +* [bitnami/*] Replace Kubeapps URL in READMEs (and kubeapps Chart.yaml) and remove BKPR references (#1 ([c6a7914](https://github.com/bitnami/charts/commit/c6a7914361e5aea6016fb45bf4d621edfd111d32)), closes [#10600](https://github.com/bitnami/charts/issues/10600) +* [bitnami/dokuwiki] Release 12.5.4 updating components versions ([b2d388a](https://github.com/bitnami/charts/commit/b2d388a3401e315b4ef19dcdc8220dfb6205034e)) ## 12.5.3 (2022-06-06) -* [bitnami/dokuwiki] Release 12.5.3 updating components versions ([247fcad](https://github.com/bitnami/charts/commit/247fcad)) +* [bitnami/dokuwiki] Release 12.5.3 updating components versions ([247fcad](https://github.com/bitnami/charts/commit/247fcaddecc9ffdba0625dd646381b3dcf692830)) ## 12.5.2 (2022-06-01) -* [bitnami/several] Replace maintainers email by url (#10523) ([ff3cf61](https://github.com/bitnami/charts/commit/ff3cf61)), closes [#10523](https://github.com/bitnami/charts/issues/10523) +* [bitnami/several] Replace maintainers email by url (#10523) ([ff3cf61](https://github.com/bitnami/charts/commit/ff3cf617a1680509b0f3855d17c4ccff7b29a0ff)), closes [#10523](https://github.com/bitnami/charts/issues/10523) ## 12.5.1 (2022-05-30) -* [bitnami/several] Replace base64 --decode with base64 -d (#10495) ([099286a](https://github.com/bitnami/charts/commit/099286a)), closes [#10495](https://github.com/bitnami/charts/issues/10495) +* [bitnami/several] Replace base64 --decode with base64 -d (#10495) ([099286a](https://github.com/bitnami/charts/commit/099286ae7a87784cf809df0b64ab24f7ff0144c8)), closes [#10495](https://github.com/bitnami/charts/issues/10495) ## 12.5.0 (2022-05-26) -* [bitnami/dokuwiki] Add missing service parameter (#10406) ([eee985f](https://github.com/bitnami/charts/commit/eee985f)), closes [#10406](https://github.com/bitnami/charts/issues/10406) +* [bitnami/dokuwiki] Add missing service parameter (#10406) ([eee985f](https://github.com/bitnami/charts/commit/eee985fa5d14c2a823ca3b9ede06ae81c7b257d6)), closes [#10406](https://github.com/bitnami/charts/issues/10406) ## 12.4.4 (2022-05-21) -* [bitnami/dokuwiki] Release 12.4.4 updating components versions ([085d73a](https://github.com/bitnami/charts/commit/085d73a)) +* [bitnami/dokuwiki] Release 12.4.4 updating components versions ([085d73a](https://github.com/bitnami/charts/commit/085d73af83152ea52412f307c60a215129175bb5)) ## 12.4.3 (2022-05-20) -* [bitnami/dokuwiki] Release 12.4.3 updating components versions ([24701b0](https://github.com/bitnami/charts/commit/24701b0)) +* [bitnami/dokuwiki] Release 12.4.3 updating components versions ([24701b0](https://github.com/bitnami/charts/commit/24701b061ad11cb59246f9614497f74f552f036e)) ## 12.4.2 (2022-05-19) -* [bitnami/dokuwiki] Release 12.4.2 updating components versions ([b2806e6](https://github.com/bitnami/charts/commit/b2806e6)) +* [bitnami/dokuwiki] Release 12.4.2 updating components versions ([b2806e6](https://github.com/bitnami/charts/commit/b2806e6d55599887f7fb53239a172980c2fbfd8e)) ## 12.4.1 (2022-05-18) -* [bitnami/dokuwiki] Release 12.4.1 updating components versions ([d06a1cb](https://github.com/bitnami/charts/commit/d06a1cb)) +* [bitnami/dokuwiki] Release 12.4.1 updating components versions ([d06a1cb](https://github.com/bitnami/charts/commit/d06a1cbf98984852046fbd58a988d938c20438a9)) ## 12.4.0 (2022-05-16) -* [bitnami/*] add ingress extraRules feature (#10253) ([0f6cbb9](https://github.com/bitnami/charts/commit/0f6cbb9)), closes [#10253](https://github.com/bitnami/charts/issues/10253) +* [bitnami/*] add ingress extraRules feature (#10253) ([0f6cbb9](https://github.com/bitnami/charts/commit/0f6cbb9099b0e56685cc1d36ba50340f3d7278a1)), closes [#10253](https://github.com/bitnami/charts/issues/10253) ## 12.3.1 (2022-05-15) -* [bitnami/*] Remove old 'ci' files (#10171) ([5df30c4](https://github.com/bitnami/charts/commit/5df30c4)), closes [#10171](https://github.com/bitnami/charts/issues/10171) -* [bitnami/dokuwiki] Release 12.3.1 updating components versions ([cf69207](https://github.com/bitnami/charts/commit/cf69207)) +* [bitnami/*] Remove old 'ci' files (#10171) ([5df30c4](https://github.com/bitnami/charts/commit/5df30c44dbd1812da8786579ce4a94917d46a6ad)), closes [#10171](https://github.com/bitnami/charts/issues/10171) +* [bitnami/dokuwiki] Release 12.3.1 updating components versions ([cf69207](https://github.com/bitnami/charts/commit/cf69207d2eb922332deb2970aae5ee10c2529b41)) ## 12.3.0 (2022-05-12) -* [bitnami/dokuwiki] Add missing namespace metadata (#10117) ([d99d0bb](https://github.com/bitnami/charts/commit/d99d0bb)), closes [#10117](https://github.com/bitnami/charts/issues/10117) +* [bitnami/dokuwiki] Add missing namespace metadata (#10117) ([d99d0bb](https://github.com/bitnami/charts/commit/d99d0bb7b9a64e14197f77ec9f0b89cf89d1a8b7)), closes [#10117](https://github.com/bitnami/charts/issues/10117) ## 12.2.14 (2022-04-20) -* [bitnami/dokuwiki] Release 12.2.14 updating components versions ([e2e9c44](https://github.com/bitnami/charts/commit/e2e9c44)) +* [bitnami/dokuwiki] Release 12.2.14 updating components versions ([e2e9c44](https://github.com/bitnami/charts/commit/e2e9c44858a614ff28d4f4551e172ec8019ba08a)) ## 12.2.13 (2022-04-19) -* [bitnami/dokuwiki] Release 12.2.13 updating components versions ([dc48282](https://github.com/bitnami/charts/commit/dc48282)) +* [bitnami/dokuwiki] Release 12.2.13 updating components versions ([dc48282](https://github.com/bitnami/charts/commit/dc48282b687443c5337b072b2766cf97c8c9f29b)) ## 12.2.12 (2022-04-07) -* [bitnami/dokuwiki] Release 12.2.12 updating components versions ([9030713](https://github.com/bitnami/charts/commit/9030713)) +* [bitnami/dokuwiki] Release 12.2.12 updating components versions ([9030713](https://github.com/bitnami/charts/commit/9030713d72483c6c8ceb05671f59f656b947c5b6)) ## 12.2.11 (2022-04-02) -* [bitnami/dokuwiki] Release 12.2.11 updating components versions ([ce4beac](https://github.com/bitnami/charts/commit/ce4beac)) +* [bitnami/dokuwiki] Release 12.2.11 updating components versions ([ce4beac](https://github.com/bitnami/charts/commit/ce4beac35ba2c92d62032b44aecc56301dc5c464)) ## 12.2.10 (2022-03-28) -* [bitnami/dokuwiki] Release 12.2.10 updating components versions ([4d8ed6f](https://github.com/bitnami/charts/commit/4d8ed6f)) +* [bitnami/dokuwiki] Release 12.2.10 updating components versions ([4d8ed6f](https://github.com/bitnami/charts/commit/4d8ed6ff12a2bb695bc04a01560e40669e371fab)) ## 12.2.9 (2022-03-27) -* [bitnami/dokuwiki] Release 12.2.9 updating components versions ([d68a1d0](https://github.com/bitnami/charts/commit/d68a1d0)) +* [bitnami/dokuwiki] Release 12.2.9 updating components versions ([d68a1d0](https://github.com/bitnami/charts/commit/d68a1d0afadf0f91fe6565ed6ac27dd588aa1cc6)) ## 12.2.8 (2022-03-25) -* [bitnami/dokuwiki] Release 12.2.8 updating components versions ([09b7d7b](https://github.com/bitnami/charts/commit/09b7d7b)) +* [bitnami/dokuwiki] Release 12.2.8 updating components versions ([09b7d7b](https://github.com/bitnami/charts/commit/09b7d7b3fc0eb97165f6e52bf138aab3a82726fe)) ## 12.2.7 (2022-03-16) -* [bitnami/dokuwiki] Release 12.2.7 updating components versions ([a4ec97c](https://github.com/bitnami/charts/commit/a4ec97c)) +* [bitnami/dokuwiki] Release 12.2.7 updating components versions ([a4ec97c](https://github.com/bitnami/charts/commit/a4ec97ce90ac6fe850b56fdc97b7699568792391)) ## 12.2.6 (2022-02-27) -* [bitnami/dokuwiki] Release 12.2.6 updating components versions ([a7da1af](https://github.com/bitnami/charts/commit/a7da1af)) +* [bitnami/dokuwiki] Release 12.2.6 updating components versions ([a7da1af](https://github.com/bitnami/charts/commit/a7da1af0c5c8777a8aafc57d8bfd8dd56f22f03a)) ## 12.2.5 (2022-02-23) -* [bitnami/dokuwiki] Release 12.2.5 updating components versions ([35135ed](https://github.com/bitnami/charts/commit/35135ed)) +* [bitnami/dokuwiki] Release 12.2.5 updating components versions ([35135ed](https://github.com/bitnami/charts/commit/35135ed57057c0f9c10ce44ac5f53b1d7b1cc741)) ## 12.2.4 (2022-02-23) -* [bitnami/dokuwiki] Release 12.2.4 updating components versions ([5ec3bfe](https://github.com/bitnami/charts/commit/5ec3bfe)) +* [bitnami/dokuwiki] Release 12.2.4 updating components versions ([5ec3bfe](https://github.com/bitnami/charts/commit/5ec3bfeef14fb66b28f38e183a8482eb4966ff35)) ## 12.2.3 (2022-02-13) -* [bitnami/dokuwiki] Release 12.2.3 updating components versions ([58c43b6](https://github.com/bitnami/charts/commit/58c43b6)) +* [bitnami/dokuwiki] Release 12.2.3 updating components versions ([58c43b6](https://github.com/bitnami/charts/commit/58c43b6ffbf33738bb328cf521996c1c0d49b01d)) ## 12.2.2 (2022-02-10) -* [bitnami/dokuwiki] Release 12.2.2 updating components versions ([c87a891](https://github.com/bitnami/charts/commit/c87a891)) -* Non utf8 chars (#8923) ([6ffd18f](https://github.com/bitnami/charts/commit/6ffd18f)), closes [#8923](https://github.com/bitnami/charts/issues/8923) +* [bitnami/dokuwiki] Release 12.2.2 updating components versions ([c87a891](https://github.com/bitnami/charts/commit/c87a8918e43b518a43b91840a7d150a78167fb8e)) +* Non utf8 chars (#8923) ([6ffd18f](https://github.com/bitnami/charts/commit/6ffd18fbbdf10e94ea1a90cf5b84ef610ac2a72d)), closes [#8923](https://github.com/bitnami/charts/issues/8923) ## 12.2.1 (2022-01-20) -* [bitnami/*] Update READMEs (#8716) ([b9a9533](https://github.com/bitnami/charts/commit/b9a9533)), closes [#8716](https://github.com/bitnami/charts/issues/8716) -* [bitnami/several] Change prerequisites (#8725) ([8d740c5](https://github.com/bitnami/charts/commit/8d740c5)), closes [#8725](https://github.com/bitnami/charts/issues/8725) +* [bitnami/*] Update READMEs (#8716) ([b9a9533](https://github.com/bitnami/charts/commit/b9a953337590eb2979453385874a267bacf50936)), closes [#8716](https://github.com/bitnami/charts/issues/8716) +* [bitnami/several] Change prerequisites (#8725) ([8d740c5](https://github.com/bitnami/charts/commit/8d740c566cfdb7e2d933c40128b4e919fce953a5)), closes [#8725](https://github.com/bitnami/charts/issues/8725) ## 12.2.0 (2022-01-19) -* [bitnami/*] Readme automation (#8579) ([78d1938](https://github.com/bitnami/charts/commit/78d1938)), closes [#8579](https://github.com/bitnami/charts/issues/8579) -* [bitnami/dokuwiki] Add support for customPostInitScripts (#8689) ([2eba1f9](https://github.com/bitnami/charts/commit/2eba1f9)), closes [#8689](https://github.com/bitnami/charts/issues/8689) +* [bitnami/*] Readme automation (#8579) ([78d1938](https://github.com/bitnami/charts/commit/78d193831c900d178198491ffd08fa2217a64ecd)), closes [#8579](https://github.com/bitnami/charts/issues/8579) +* [bitnami/dokuwiki] Add support for customPostInitScripts (#8689) ([2eba1f9](https://github.com/bitnami/charts/commit/2eba1f9f4704f2cd569dd3bb8f992fe4cd259426)), closes [#8689](https://github.com/bitnami/charts/issues/8689) ## 12.1.1 (2022-01-11) -* [bitnami/dokuwiki] Release 12.1.1 updating components versions ([7a87a1c](https://github.com/bitnami/charts/commit/7a87a1c)) +* [bitnami/dokuwiki] Release 12.1.1 updating components versions ([7a87a1c](https://github.com/bitnami/charts/commit/7a87a1cb888bef541d3e35b6d853afa9aad6bd88)) ## 12.1.0 (2022-01-05) -* [bitnami/several] Adapt templating format (#8562) ([8cad18a](https://github.com/bitnami/charts/commit/8cad18a)), closes [#8562](https://github.com/bitnami/charts/issues/8562) -* [bitnami/several] Add license to the README ([05f7633](https://github.com/bitnami/charts/commit/05f7633)) -* [bitnami/several] Add license to the README ([32fb238](https://github.com/bitnami/charts/commit/32fb238)) -* [bitnami/several] Add license to the README ([b87c2f7](https://github.com/bitnami/charts/commit/b87c2f7)) +* [bitnami/several] Adapt templating format (#8562) ([8cad18a](https://github.com/bitnami/charts/commit/8cad18aed9966a6f0208e5ad6cee46cb217f47ab)), closes [#8562](https://github.com/bitnami/charts/issues/8562) +* [bitnami/several] Add license to the README ([05f7633](https://github.com/bitnami/charts/commit/05f763372501d596e57db713dd53ff4ff3027cc4)) +* [bitnami/several] Add license to the README ([32fb238](https://github.com/bitnami/charts/commit/32fb238e60a0affc6debd3142eaa3c3d9089ec2a)) +* [bitnami/several] Add license to the README ([b87c2f7](https://github.com/bitnami/charts/commit/b87c2f7899d48a8b02c506765e6ae82937e9ba3f)) ## 12.0.1 (2021-12-16) -* [bitnami/dokuwiki] Release 12.0.1 updating components versions ([4b947c0](https://github.com/bitnami/charts/commit/4b947c0)) +* [bitnami/dokuwiki] Release 12.0.1 updating components versions ([4b947c0](https://github.com/bitnami/charts/commit/4b947c01b7d589df768ed304d26c39e8bb1a1200)) ## 12.0.0 (2021-12-10) -* [bitnami/dokuwiki, external-dns] Standardizations (#7659) ([e71fe1f](https://github.com/bitnami/charts/commit/e71fe1f)), closes [#7659](https://github.com/bitnami/charts/issues/7659) +* [bitnami/dokuwiki, external-dns] Standardizations (#7659) ([e71fe1f](https://github.com/bitnami/charts/commit/e71fe1fc5ce643a66f2a1cb80880430893741f35)), closes [#7659](https://github.com/bitnami/charts/issues/7659) ## 11.2.14 (2021-11-29) -* [bitnami/several] Add 'community support' note to some Helm chart READMEs (#8148) ([ce6b838](https://github.com/bitnami/charts/commit/ce6b838)), closes [#8148](https://github.com/bitnami/charts/issues/8148) -* [bitnami/several] Regenerate README tables ([1cde837](https://github.com/bitnami/charts/commit/1cde837)) -* [bitnami/several] Replace HTTP by HTTPS when possible (#8259) ([eafb5bd](https://github.com/bitnami/charts/commit/eafb5bd)), closes [#8259](https://github.com/bitnami/charts/issues/8259) +* [bitnami/several] Add 'community support' note to some Helm chart READMEs (#8148) ([ce6b838](https://github.com/bitnami/charts/commit/ce6b83829ac261c04784d7818c9cfa844f403213)), closes [#8148](https://github.com/bitnami/charts/issues/8148) +* [bitnami/several] Regenerate README tables ([1cde837](https://github.com/bitnami/charts/commit/1cde8378b3ee2e825ac07bb0266a988b95b8dbce)) +* [bitnami/several] Replace HTTP by HTTPS when possible (#8259) ([eafb5bd](https://github.com/bitnami/charts/commit/eafb5bd5a2cc3aaf04fc1e8ebedd73f420d76864)), closes [#8259](https://github.com/bitnami/charts/issues/8259) ## 11.2.13 (2021-11-16) -* [bitnami/dokuwiki] Release 11.2.13 updating components versions ([5d41a05](https://github.com/bitnami/charts/commit/5d41a05)) -* [bitnami/several] Regenerate README tables ([412cf6a](https://github.com/bitnami/charts/commit/412cf6a)) +* [bitnami/dokuwiki] Release 11.2.13 updating components versions ([5d41a05](https://github.com/bitnami/charts/commit/5d41a05e6706c303ec1c75afcfec405845d96587)) +* [bitnami/several] Regenerate README tables ([412cf6a](https://github.com/bitnami/charts/commit/412cf6a513cb0c03444a6e7811c6f27193239a10)) ## 11.2.12 (2021-10-26) -* [bitnami/dokuwiki] Release 11.2.12 updating components versions ([3c43716](https://github.com/bitnami/charts/commit/3c43716)) +* [bitnami/dokuwiki] Release 11.2.12 updating components versions ([3c43716](https://github.com/bitnami/charts/commit/3c43716a7c8fb571d466ce32eeccdbd30a0f1a90)) ## 11.2.11 (2021-10-22) -* [bitnami/several] Add chart info to NOTES.txt (#7889) ([a6751cd](https://github.com/bitnami/charts/commit/a6751cd)), closes [#7889](https://github.com/bitnami/charts/issues/7889) +* [bitnami/several] Add chart info to NOTES.txt (#7889) ([a6751cd](https://github.com/bitnami/charts/commit/a6751cdd33c461fabbc459fbea6f219ec64ab6b2)), closes [#7889](https://github.com/bitnami/charts/issues/7889) ## 11.2.10 (2021-10-19) -* [bitnami/several] Change pullPolicy for bitnami-shell image (#7852) ([9711a33](https://github.com/bitnami/charts/commit/9711a33)), closes [#7852](https://github.com/bitnami/charts/issues/7852) -* [bitnami/several] Regenerate README tables ([9bead53](https://github.com/bitnami/charts/commit/9bead53)) +* [bitnami/several] Change pullPolicy for bitnami-shell image (#7852) ([9711a33](https://github.com/bitnami/charts/commit/9711a33c6eec72ea79143c4b7574dbe6a148d6b2)), closes [#7852](https://github.com/bitnami/charts/issues/7852) +* [bitnami/several] Regenerate README tables ([9bead53](https://github.com/bitnami/charts/commit/9bead53e7ae9de9977de03b92d3b7bc49a941d4a)) ## 11.2.9 (2021-10-07) -* [bitnami/dokuwiki] Release 11.2.9 updating components versions ([7fbd3ca](https://github.com/bitnami/charts/commit/7fbd3ca)) -* [bitnami/prestashop] Fix default value for `ingress. ingressClassName` (and regenerate READMEs) (#77 ([c3fbb73](https://github.com/bitnami/charts/commit/c3fbb73)), closes [#7732](https://github.com/bitnami/charts/issues/7732) +* [bitnami/dokuwiki] Release 11.2.9 updating components versions ([7fbd3ca](https://github.com/bitnami/charts/commit/7fbd3ca1f4a135f763c261e09679dbe6e8e808ed)) +* [bitnami/prestashop] Fix default value for `ingress. ingressClassName` (and regenerate READMEs) (#77 ([c3fbb73](https://github.com/bitnami/charts/commit/c3fbb73586675a4922ca57dfd195791d3ffdc40f)), closes [#7732](https://github.com/bitnami/charts/issues/7732) ## 11.2.8 (2021-10-07) -* [bitnami/dokuwiki] Release 11.2.8 updating components versions ([5acf9c4](https://github.com/bitnami/charts/commit/5acf9c4)) +* [bitnami/dokuwiki] Release 11.2.8 updating components versions ([5acf9c4](https://github.com/bitnami/charts/commit/5acf9c4ce181411f04e4d12d8f8df63da1ae035b)) ## 11.2.7 (2021-10-01) -* [bitnami/*] Drop support for deprecated cert-manager annotation (#7582) ([a081792](https://github.com/bitnami/charts/commit/a081792)), closes [#7582](https://github.com/bitnami/charts/issues/7582) -* [bitnami/several] Regenerate README tables ([ff170d1](https://github.com/bitnami/charts/commit/ff170d1)) +* [bitnami/*] Drop support for deprecated cert-manager annotation (#7582) ([a081792](https://github.com/bitnami/charts/commit/a08179293543f063e5de966a9976ca967161de7b)), closes [#7582](https://github.com/bitnami/charts/issues/7582) +* [bitnami/several] Regenerate README tables ([ff170d1](https://github.com/bitnami/charts/commit/ff170d10f8aa6dae0f1e5c3f7d1c69fcec96b731)) ## 11.2.6 (2021-09-25) -* [bitnami/dokuwiki] Release 11.2.6 updating components versions ([edaf1bb](https://github.com/bitnami/charts/commit/edaf1bb)) -* [bitnami/several] Regenerate README tables ([da2513b](https://github.com/bitnami/charts/commit/da2513b)) +* [bitnami/dokuwiki] Release 11.2.6 updating components versions ([edaf1bb](https://github.com/bitnami/charts/commit/edaf1bbfafc8898db63c1a67d8d0cdf660f8fcae)) +* [bitnami/several] Regenerate README tables ([da2513b](https://github.com/bitnami/charts/commit/da2513bf0a33819f3b1151d387c631a9ffdb03e2)) ## 11.2.5 (2021-08-26) -* [bitnami/dokuwiki] Release 11.2.5 updating components versions ([0e5717e](https://github.com/bitnami/charts/commit/0e5717e)) +* [bitnami/dokuwiki] Release 11.2.5 updating components versions ([0e5717e](https://github.com/bitnami/charts/commit/0e5717e2ce39d769b0db82e8f346b92e58130102)) ## 11.2.4 (2021-08-25) -* [bitnami/dokuwiki] Release 11.2.4 updating components versions ([f8762c3](https://github.com/bitnami/charts/commit/f8762c3)) -* [bitnami/several] Regenerate README tables ([6c107e8](https://github.com/bitnami/charts/commit/6c107e8)) +* [bitnami/dokuwiki] Release 11.2.4 updating components versions ([f8762c3](https://github.com/bitnami/charts/commit/f8762c31eb314737c6a59798af07c2e5d7a5036f)) +* [bitnami/several] Regenerate README tables ([6c107e8](https://github.com/bitnami/charts/commit/6c107e835d6caf8db2e8b17dcd48c5971637e013)) ## 11.2.3 (2021-08-04) -* [bitnami/dokuwiki] Release 11.2.3 updating components versions ([40a36fd](https://github.com/bitnami/charts/commit/40a36fd)) -* [bitnami/several] Upadte READMEs ([eb3c291](https://github.com/bitnami/charts/commit/eb3c291)) +* [bitnami/dokuwiki] Release 11.2.3 updating components versions ([40a36fd](https://github.com/bitnami/charts/commit/40a36fda2d244a6d70aceb3fb736c71208aeec8f)) +* [bitnami/several] Upadte READMEs ([eb3c291](https://github.com/bitnami/charts/commit/eb3c2916be233280f2226d9cdceb57b08ab4a23b)) ## 11.2.2 (2021-07-22) -* [bitnami/several] Fix default values and regenerate README (#7023) ([c443ded](https://github.com/bitnami/charts/commit/c443ded)), closes [#7023](https://github.com/bitnami/charts/issues/7023) +* [bitnami/several] Fix default values and regenerate README (#7023) ([c443ded](https://github.com/bitnami/charts/commit/c443ded691a1184a72af7b812759fad54b240ae9)), closes [#7023](https://github.com/bitnami/charts/issues/7023) ## 11.2.1 (2021-07-21) -* [bitnami/dokuwiki] Release 11.2.1 updating components versions ([fa792f7](https://github.com/bitnami/charts/commit/fa792f7)) +* [bitnami/dokuwiki] Release 11.2.1 updating components versions ([fa792f7](https://github.com/bitnami/charts/commit/fa792f70b40851da83beaa32ab106ebb7157c267)) ## 11.2.0 (2021-07-12) -* [bitnami/dokuwiki] Add support for persistence.existingClaim (#6899) ([aaed4ae](https://github.com/bitnami/charts/commit/aaed4ae)), closes [#6899](https://github.com/bitnami/charts/issues/6899) +* [bitnami/dokuwiki] Add support for persistence.existingClaim (#6899) ([aaed4ae](https://github.com/bitnami/charts/commit/aaed4ae90a54e39050476da3c1f957c3c7e67579)), closes [#6899](https://github.com/bitnami/charts/issues/6899) ## 11.1.15 (2021-07-01) -* [bitnami/*] Adapt values.yaml of Dokuwiki, Drupal and EJBCA charts (#6814) ([1ffa417](https://github.com/bitnami/charts/commit/1ffa417)), closes [#6814](https://github.com/bitnami/charts/issues/6814) +* [bitnami/*] Adapt values.yaml of Dokuwiki, Drupal and EJBCA charts (#6814) ([1ffa417](https://github.com/bitnami/charts/commit/1ffa417d8eea252bbb0887f68b5b7a4cd79ffd53)), closes [#6814](https://github.com/bitnami/charts/issues/6814) ## 11.1.14 (2021-06-21) -* [bitnami/dokuwiki] Release 11.1.14 updating components versions ([6d1999e](https://github.com/bitnami/charts/commit/6d1999e)) +* [bitnami/dokuwiki] Release 11.1.14 updating components versions ([6d1999e](https://github.com/bitnami/charts/commit/6d1999e327fe9e1c1aaf0251d2dda13c192a3beb)) ## 11.1.13 (2021-06-19) -* [bitnami/dokuwiki] Release 11.1.13 updating components versions ([490e0e1](https://github.com/bitnami/charts/commit/490e0e1)) +* [bitnami/dokuwiki] Release 11.1.13 updating components versions ([490e0e1](https://github.com/bitnami/charts/commit/490e0e11d3f6fa48e6671bb2939a9c09871cf052)) ## 11.1.12 (2021-05-31) -* [bitnami/dokuwiki] Release 11.1.12 updating components versions ([e2cea87](https://github.com/bitnami/charts/commit/e2cea87)) +* [bitnami/dokuwiki] Release 11.1.12 updating components versions ([e2cea87](https://github.com/bitnami/charts/commit/e2cea8746645773c8f2b38869f46d952453f3870)) ## 11.1.11 (2021-05-28) -* [bitnami/dokuwiki] Release 11.1.11 updating components versions ([632b4d1](https://github.com/bitnami/charts/commit/632b4d1)) +* [bitnami/dokuwiki] Release 11.1.11 updating components versions ([632b4d1](https://github.com/bitnami/charts/commit/632b4d10ec30a0185c1862aeb1e680afaf0c37cf)) ## 11.1.10 (2021-05-25) -* [bitnami/dokuwiki] Release 11.1.10 updating components versions ([464fd5b](https://github.com/bitnami/charts/commit/464fd5b)) +* [bitnami/dokuwiki] Release 11.1.10 updating components versions ([464fd5b](https://github.com/bitnami/charts/commit/464fd5b38b36445aa8b522c2eb38d105ec838382)) ## 11.1.9 (2021-05-23) -* [bitnami/dokuwiki] Release 11.1.9 updating components versions ([fbb2934](https://github.com/bitnami/charts/commit/fbb2934)) +* [bitnami/dokuwiki] Release 11.1.9 updating components versions ([fbb2934](https://github.com/bitnami/charts/commit/fbb2934b1895bf3b97dbd82f656d16439d6f5f8b)) ## 11.1.8 (2021-05-20) -* [bitnami/dokuwiki] Release 11.1.8 updating components versions ([912c9bc](https://github.com/bitnami/charts/commit/912c9bc)) +* [bitnami/dokuwiki] Release 11.1.8 updating components versions ([912c9bc](https://github.com/bitnami/charts/commit/912c9bc8a750dbaa724ed3bfbfdfb5a1c1d1d3a7)) ## 11.1.7 (2021-05-08) -* [bitnami/dokuwiki] Release 11.1.7 updating components versions ([bf2c93d](https://github.com/bitnami/charts/commit/bf2c93d)) +* [bitnami/dokuwiki] Release 11.1.7 updating components versions ([bf2c93d](https://github.com/bitnami/charts/commit/bf2c93da207d8caf020883a12317f727770f6e22)) ## 11.1.6 (2021-04-08) -* [bitnami/dokuwiki] Release 11.1.6 updating components versions ([7e90c44](https://github.com/bitnami/charts/commit/7e90c44)) +* [bitnami/dokuwiki] Release 11.1.6 updating components versions ([7e90c44](https://github.com/bitnami/charts/commit/7e90c449113e4ed6998b3f1505e8406339b78957)) ## 11.1.5 (2021-03-25) -* [bitnami/dokuwiki] Release 11.1.5 updating components versions ([491eea8](https://github.com/bitnami/charts/commit/491eea8)) +* [bitnami/dokuwiki] Release 11.1.5 updating components versions ([491eea8](https://github.com/bitnami/charts/commit/491eea89857445c50359d7dc72e4343b7eceda8d)) ## 11.1.4 (2021-03-15) -* fix: align scrape_uri port to apache (#5780) ([3322f57](https://github.com/bitnami/charts/commit/3322f57)), closes [#5780](https://github.com/bitnami/charts/issues/5780) +* fix: align scrape_uri port to apache (#5780) ([3322f57](https://github.com/bitnami/charts/commit/3322f57a77954d5c738326c40d8c89312036248d)), closes [#5780](https://github.com/bitnami/charts/issues/5780) ## 11.1.3 (2021-03-05) -* [bitnami/*] Adapt certificates initContainer to the new image (#5684) ([5d59d2f](https://github.com/bitnami/charts/commit/5d59d2f)), closes [#5684](https://github.com/bitnami/charts/issues/5684) +* [bitnami/*] Adapt certificates initContainer to the new image (#5684) ([5d59d2f](https://github.com/bitnami/charts/commit/5d59d2f21e0aaf95c8a5d24f13804f4062e1fc75)), closes [#5684](https://github.com/bitnami/charts/issues/5684) ## 11.1.2 (2021-03-04) -* [bitnami/*] Remove minideb mentions (#5677) ([870bc4d](https://github.com/bitnami/charts/commit/870bc4d)), closes [#5677](https://github.com/bitnami/charts/issues/5677) +* [bitnami/*] Remove minideb mentions (#5677) ([870bc4d](https://github.com/bitnami/charts/commit/870bc4dba1fc3aa55dd157da6687b25e8d352206)), closes [#5677](https://github.com/bitnami/charts/issues/5677) ## 11.1.1 (2021-02-23) -* [bitnami/*] Add notice regarding parameters immutability after chart installation (#4853) ([5f09573](https://github.com/bitnami/charts/commit/5f09573)), closes [#4853](https://github.com/bitnami/charts/issues/4853) -* [bitnami/dokuwiki] Release 11.1.1 updating components versions ([24dda98](https://github.com/bitnami/charts/commit/24dda98)) +* [bitnami/*] Add notice regarding parameters immutability after chart installation (#4853) ([5f09573](https://github.com/bitnami/charts/commit/5f095734f92555dec7cd0e3ee961f315eac170ff)), closes [#4853](https://github.com/bitnami/charts/issues/4853) +* [bitnami/dokuwiki] Release 11.1.1 updating components versions ([24dda98](https://github.com/bitnami/charts/commit/24dda9817d89eba3624864dd246e3d6ddee328b5)) ## 11.1.0 (2021-01-26) -* [bitnami/dokuwiki] Add hostAliases (#5221) ([8de1a21](https://github.com/bitnami/charts/commit/8de1a21)), closes [#5221](https://github.com/bitnami/charts/issues/5221) +* [bitnami/dokuwiki] Add hostAliases (#5221) ([8de1a21](https://github.com/bitnami/charts/commit/8de1a21cb4b3b00ddc37d29eec3c6a6498557e80)), closes [#5221](https://github.com/bitnami/charts/issues/5221) ## 11.0.2 (2021-01-25) -* [bitnami/*] Unify icons in Chart.yaml and add missing fields (#5206) ([0462921](https://github.com/bitnami/charts/commit/0462921)), closes [#5206](https://github.com/bitnami/charts/issues/5206) +* [bitnami/*] Unify icons in Chart.yaml and add missing fields (#5206) ([0462921](https://github.com/bitnami/charts/commit/0462921418ca8d54308b7466197a6d53ffae4628)), closes [#5206](https://github.com/bitnami/charts/issues/5206) ## 11.0.1 (2021-01-24) -* [bitnami/*] Change helm version in the prerequisites (#5090) ([c5e67a3](https://github.com/bitnami/charts/commit/c5e67a3)), closes [#5090](https://github.com/bitnami/charts/issues/5090) -* [bitnami/dokuwiki] Release 11.0.1 updating components versions ([faaf2fd](https://github.com/bitnami/charts/commit/faaf2fd)) +* [bitnami/*] Change helm version in the prerequisites (#5090) ([c5e67a3](https://github.com/bitnami/charts/commit/c5e67a388743cbee28439d2cabca27884b9daf97)), closes [#5090](https://github.com/bitnami/charts/issues/5090) +* [bitnami/dokuwiki] Release 11.0.1 updating components versions ([faaf2fd](https://github.com/bitnami/charts/commit/faaf2fd90362a2534504e7342d1411b30857e7ac)) ## 11.0.0 (2021-01-14) -* [bitnami/dokuwiki] Major change: Adapt ingress (#4961) ([01b150e](https://github.com/bitnami/charts/commit/01b150e)), closes [#4961](https://github.com/bitnami/charts/issues/4961) +* [bitnami/dokuwiki] Major change: Adapt ingress (#4961) ([01b150e](https://github.com/bitnami/charts/commit/01b150e311f1bfe15ea565e7e65a5720e05042dd)), closes [#4961](https://github.com/bitnami/charts/issues/4961) ## 10.0.5 (2020-12-24) -* [bitnami/dokuwiki] Release 10.0.5 updating components versions ([d3f9266](https://github.com/bitnami/charts/commit/d3f9266)) +* [bitnami/dokuwiki] Release 10.0.5 updating components versions ([d3f9266](https://github.com/bitnami/charts/commit/d3f9266147e2bd36e6d26fa4182228bd1ac024e6)) ## 10.0.4 (2020-12-16) -* [bitnami/*] fix typos (#4699) ([49adc63](https://github.com/bitnami/charts/commit/49adc63)), closes [#4699](https://github.com/bitnami/charts/issues/4699) -* [bitnami/dokuwiki] fix: wrong ingress.annotations reference (#4743) ([74b079c](https://github.com/bitnami/charts/commit/74b079c)), closes [#4743](https://github.com/bitnami/charts/issues/4743) +* [bitnami/*] fix typos (#4699) ([49adc63](https://github.com/bitnami/charts/commit/49adc63b672da976c55af2e077aa5648a357b77f)), closes [#4699](https://github.com/bitnami/charts/issues/4699) +* [bitnami/dokuwiki] fix: wrong ingress.annotations reference (#4743) ([74b079c](https://github.com/bitnami/charts/commit/74b079cce2bc3efbd2c97cb473e0e5480ed9bc5e)), closes [#4743](https://github.com/bitnami/charts/issues/4743) ## 10.0.3 (2020-12-14) -* [bitnami/dokuwiki] Fix multiple ingress hosts (#4707) ([61fc060](https://github.com/bitnami/charts/commit/61fc060)), closes [#4707](https://github.com/bitnami/charts/issues/4707) [#4618](https://github.com/bitnami/charts/issues/4618) +* [bitnami/dokuwiki] Fix multiple ingress hosts (#4707) ([61fc060](https://github.com/bitnami/charts/commit/61fc060c2637fda568c8b72b41b7a7e681663af7)), closes [#4707](https://github.com/bitnami/charts/issues/4707) [#4618](https://github.com/bitnami/charts/issues/4618) ## 10.0.2 (2020-12-11) -* [bitnami/*] Update dependencies (#4694) ([2826c12](https://github.com/bitnami/charts/commit/2826c12)), closes [#4694](https://github.com/bitnami/charts/issues/4694) +* [bitnami/*] Update dependencies (#4694) ([2826c12](https://github.com/bitnami/charts/commit/2826c125b42505f28431301e3c1bbe5366e47a01)), closes [#4694](https://github.com/bitnami/charts/issues/4694) ## 10.0.1 (2020-11-24) -* [bitnami/dokuwiki] Release 10.0.1 updating components versions ([93dd871](https://github.com/bitnami/charts/commit/93dd871)) +* [bitnami/dokuwiki] Release 10.0.1 updating components versions ([93dd871](https://github.com/bitnami/charts/commit/93dd871c6432938ba552f9b326ecceef58df65d2)) ## 10.0.0 (2020-11-10) -* [bitnami/dokuwiki] Major version. Adapt Chart to apiVersion: v2 (#4294) ([1d46b5c](https://github.com/bitnami/charts/commit/1d46b5c)), closes [#4294](https://github.com/bitnami/charts/issues/4294) +* [bitnami/dokuwiki] Major version. Adapt Chart to apiVersion: v2 (#4294) ([1d46b5c](https://github.com/bitnami/charts/commit/1d46b5cfb14a0f343ac8f02dafd568ab81e54b43)), closes [#4294](https://github.com/bitnami/charts/issues/4294) ## 9.4.2 (2020-10-30) -* [bitnami/*] Extra manifests should be top-level (#4161) ([b3a95b7](https://github.com/bitnami/charts/commit/b3a95b7)), closes [#4161](https://github.com/bitnami/charts/issues/4161) -* [bitnami/*] Include link to Troubleshootin guide on README.md (#4136) ([c08a20e](https://github.com/bitnami/charts/commit/c08a20e)), closes [#4136](https://github.com/bitnami/charts/issues/4136) +* [bitnami/*] Extra manifests should be top-level (#4161) ([b3a95b7](https://github.com/bitnami/charts/commit/b3a95b701b611ab51924ae5665bcc8cd5ac56898)), closes [#4161](https://github.com/bitnami/charts/issues/4161) +* [bitnami/*] Include link to Troubleshootin guide on README.md (#4136) ([c08a20e](https://github.com/bitnami/charts/commit/c08a20e3db004215383004ff023a73fcc2522e72)), closes [#4136](https://github.com/bitnami/charts/issues/4136) ## 9.4.1 (2020-10-21) -* [bitnami/dokuwiki] Release 9.4.1 updating components versions ([5dba31a](https://github.com/bitnami/charts/commit/5dba31a)) +* [bitnami/dokuwiki] Release 9.4.1 updating components versions ([5dba31a](https://github.com/bitnami/charts/commit/5dba31afb440f82f90a03283430d64e2c13d3a77)) ## 9.4.0 (2020-09-30) -* [bitnami/dokuwiki] Do not run volumePermissions init container by default (#3823) ([e34db53](https://github.com/bitnami/charts/commit/e34db53)), closes [#3823](https://github.com/bitnami/charts/issues/3823) +* [bitnami/dokuwiki] Do not run volumePermissions init container by default (#3823) ([e34db53](https://github.com/bitnami/charts/commit/e34db5356eece19e957c7d6b3de4c2c26a559e08)), closes [#3823](https://github.com/bitnami/charts/issues/3823) ## 9.3.0 (2020-09-24) -* [bitnami/*] Affinity based on common presets (#3746) ([01884c7](https://github.com/bitnami/charts/commit/01884c7)), closes [#3746](https://github.com/bitnami/charts/issues/3746) +* [bitnami/*] Affinity based on common presets (#3746) ([01884c7](https://github.com/bitnami/charts/commit/01884c767c48c38e6fa4c2984bd1acd5d6d81f9e)), closes [#3746](https://github.com/bitnami/charts/issues/3746) ## 9.2.2 (2020-09-21) -* [bitnami/dokuwiki] Release 9.2.2 updating components versions ([c6e49a0](https://github.com/bitnami/charts/commit/c6e49a0)) +* [bitnami/dokuwiki] Release 9.2.2 updating components versions ([c6e49a0](https://github.com/bitnami/charts/commit/c6e49a0e697f7965556d29032b21361274cb13ec)) ## 9.2.1 (2020-09-09) -* [bitnami/dokuwiki] Release 9.2.1 updating components versions ([315e181](https://github.com/bitnami/charts/commit/315e181)) -* [bitnami/metrics-server] Add source repo (#3577) ([1ed12f9](https://github.com/bitnami/charts/commit/1ed12f9)), closes [#3577](https://github.com/bitnami/charts/issues/3577) +* [bitnami/dokuwiki] Release 9.2.1 updating components versions ([315e181](https://github.com/bitnami/charts/commit/315e181d334bce40d13a75f788d3fa45d96fc75a)) +* [bitnami/metrics-server] Add source repo (#3577) ([1ed12f9](https://github.com/bitnami/charts/commit/1ed12f96af75322b46afdb2b3d9907c11b13f765)), closes [#3577](https://github.com/bitnami/charts/issues/3577) ## 9.2.0 (2020-08-18) -* [bitnami/dokuwiki] feat: add init-container for permissions (#3441) ([c9fa3d2](https://github.com/bitnami/charts/commit/c9fa3d2)), closes [#3441](https://github.com/bitnami/charts/issues/3441) +* [bitnami/dokuwiki] feat: add init-container for permissions (#3441) ([c9fa3d2](https://github.com/bitnami/charts/commit/c9fa3d283b30947f4efb8ca73d5e84e5d5e58129)), closes [#3441](https://github.com/bitnami/charts/issues/3441) ## 9.1.0 (2020-08-13) -* [bitnami/*] Use common helps for upgrade password errors (#3335) ([079f5bd](https://github.com/bitnami/charts/commit/079f5bd)), closes [#3335](https://github.com/bitnami/charts/issues/3335) +* [bitnami/*] Use common helps for upgrade password errors (#3335) ([079f5bd](https://github.com/bitnami/charts/commit/079f5bd6ec59bb058216d6a931449b895517c789)), closes [#3335](https://github.com/bitnami/charts/issues/3335) ## 9.0.1 (2020-08-10) -* [bitnami/dokuwiki] Release 9.0.1 updating components versions ([b6fe86f](https://github.com/bitnami/charts/commit/b6fe86f)) +* [bitnami/dokuwiki] Release 9.0.1 updating components versions ([b6fe86f](https://github.com/bitnami/charts/commit/b6fe86ffb31aaa767a2a91ca0c8a85687b44312c)) ## 9.0.0 (2020-08-05) -* [bitnami/dokuwiki] Release 9.0.0 updating components versions ([c3fec26](https://github.com/bitnami/charts/commit/c3fec26)) +* [bitnami/dokuwiki] Release 9.0.0 updating components versions ([c3fec26](https://github.com/bitnami/charts/commit/c3fec265e642e3273993323a02b0ae68cba9d7ae)) ## 8.0.3 (2020-08-04) -* [bitnami/dokuwiki] Release 8.0.3 updating components versions ([f059049](https://github.com/bitnami/charts/commit/f059049)) +* [bitnami/dokuwiki] Release 8.0.3 updating components versions ([f059049](https://github.com/bitnami/charts/commit/f0590494e61d3f9f3e0ea9fee82ad39f1c0d2d50)) ## 8.0.2 (2020-08-04) -* [bitnami/*] Fix TL;DR typo in READMEs (#3280) ([3d7ab40](https://github.com/bitnami/charts/commit/3d7ab40)), closes [#3280](https://github.com/bitnami/charts/issues/3280) -* [bitnami/dokuwiki] Release 8.0.2 updating components versions ([4e5863a](https://github.com/bitnami/charts/commit/4e5863a)) +* [bitnami/*] Fix TL;DR typo in READMEs (#3280) ([3d7ab40](https://github.com/bitnami/charts/commit/3d7ab406fecd64f1af25f53e7d27f03ec95b29a4)), closes [#3280](https://github.com/bitnami/charts/issues/3280) +* [bitnami/dokuwiki] Release 8.0.2 updating components versions ([4e5863a](https://github.com/bitnami/charts/commit/4e5863af1a3fef3462847c4a36c32860f58d720d)) ## 8.0.1 (2020-07-29) -* [bitnami/dokuwiki] Fix commonLables indent (#3267) ([300f4aa](https://github.com/bitnami/charts/commit/300f4aa)), closes [#3267](https://github.com/bitnami/charts/issues/3267) +* [bitnami/dokuwiki] Fix commonLables indent (#3267) ([300f4aa](https://github.com/bitnami/charts/commit/300f4aa7905c2ec963cd8758c1d1840b3b934b05)), closes [#3267](https://github.com/bitnami/charts/issues/3267) ## 8.0.0 (2020-07-15) -* [bitnami/dokuwiki] Release 8.0.0 updating components versions ([990a723](https://github.com/bitnami/charts/commit/990a723)) +* [bitnami/dokuwiki] Release 8.0.0 updating components versions ([990a723](https://github.com/bitnami/charts/commit/990a72394368bc4dee6c712b99cc7f1d7b0f1d98)) ## 7.0.1 (2020-07-13) -* [bitnami/all] Add categories (#3075) ([63bde06](https://github.com/bitnami/charts/commit/63bde06)), closes [#3075](https://github.com/bitnami/charts/issues/3075) -* [bitnami/dokuwiki] Release 7.0.1 updating components versions ([421b5f2](https://github.com/bitnami/charts/commit/421b5f2)) +* [bitnami/all] Add categories (#3075) ([63bde06](https://github.com/bitnami/charts/commit/63bde066b87a140fab52264d0522401ab3d63509)), closes [#3075](https://github.com/bitnami/charts/issues/3075) +* [bitnami/dokuwiki] Release 7.0.1 updating components versions ([421b5f2](https://github.com/bitnami/charts/commit/421b5f299f727d1dd98ea3d61c72c794831f09f1)) ## 7.0.0 (2020-07-10) -* [bitnami/dokuwiki] Move container to bash and non-root (#2988) ([16a3a39](https://github.com/bitnami/charts/commit/16a3a39)), closes [#2988](https://github.com/bitnami/charts/issues/2988) +* [bitnami/dokuwiki] Move container to bash and non-root (#2988) ([16a3a39](https://github.com/bitnami/charts/commit/16a3a39d51124c5507e8490f6a7a67f87db77667)), closes [#2988](https://github.com/bitnami/charts/issues/2988) ## 6.1.2 (2020-07-01) -* [bitnami/dokuwiki] Release 6.1.2 updating components versions ([90e78c5](https://github.com/bitnami/charts/commit/90e78c5)) +* [bitnami/dokuwiki] Release 6.1.2 updating components versions ([90e78c5](https://github.com/bitnami/charts/commit/90e78c5d6e57c64cbf5413ab915527f5341be55c)) ## 6.1.1 (2020-06-29) -* [bitnami/dokuwiki] Release 6.1.1 updating components versions ([3b77ac3](https://github.com/bitnami/charts/commit/3b77ac3)) +* [bitnami/dokuwiki] Release 6.1.1 updating components versions ([3b77ac3](https://github.com/bitnami/charts/commit/3b77ac3c2605c566f282ca266657030a064eaf97)) ## 6.1.0 (2020-06-29) -* [bitnami/dokuwiki] Inject certificates into image (#2942) ([760be65](https://github.com/bitnami/charts/commit/760be65)), closes [#2942](https://github.com/bitnami/charts/issues/2942) -* Add support for helm lint and helm install in PRs via GH Actions (#2721) ([5ed97f0](https://github.com/bitnami/charts/commit/5ed97f0)), closes [#2721](https://github.com/bitnami/charts/issues/2721) +* [bitnami/dokuwiki] Inject certificates into image (#2942) ([760be65](https://github.com/bitnami/charts/commit/760be6522f2053d817cd555217d5313a0905635f)), closes [#2942](https://github.com/bitnami/charts/issues/2942) +* Add support for helm lint and helm install in PRs via GH Actions (#2721) ([5ed97f0](https://github.com/bitnami/charts/commit/5ed97f0c1ab49e7c7c3af81b888f41f50a7cfbab)), closes [#2721](https://github.com/bitnami/charts/issues/2721) ## 6.0.18 (2020-05-31) -* [bitnami/dokuwiki] Release 6.0.18 updating components versions ([bd3025d](https://github.com/bitnami/charts/commit/bd3025d)) -* update bitnami/common to be compatible with helm v2.12+ (#2615) ([c7751eb](https://github.com/bitnami/charts/commit/c7751eb)), closes [#2615](https://github.com/bitnami/charts/issues/2615) +* [bitnami/dokuwiki] Release 6.0.18 updating components versions ([bd3025d](https://github.com/bitnami/charts/commit/bd3025d96db310f5936d0ee9ed3973256fa46e2f)) +* update bitnami/common to be compatible with helm v2.12+ (#2615) ([c7751eb](https://github.com/bitnami/charts/commit/c7751eb5764e468e1854b58a1b8491d2b13e0a4a)), closes [#2615](https://github.com/bitnami/charts/issues/2615) ## 6.0.17 (2020-05-01) -* [bitnami/dokuwiki] Release 6.0.17 updating components versions ([ce224ba](https://github.com/bitnami/charts/commit/ce224ba)) +* [bitnami/dokuwiki] Release 6.0.17 updating components versions ([ce224ba](https://github.com/bitnami/charts/commit/ce224ba8e5fa2b05361579c07167f7fc2921ccd1)) ## 6.0.16 (2020-04-22) -* [bitnami/dokuwiki] Release 6.0.16 updating components versions ([4ebfd2f](https://github.com/bitnami/charts/commit/4ebfd2f)) +* [bitnami/dokuwiki] Release 6.0.16 updating components versions ([4ebfd2f](https://github.com/bitnami/charts/commit/4ebfd2fe6e94e556820dfb4138f2a891bea31e42)) ## 6.0.15 (2020-04-16) -* [bitnami/dokuwiki] Release 6.0.15 updating components versions ([1555f9b](https://github.com/bitnami/charts/commit/1555f9b)) +* [bitnami/dokuwiki] Release 6.0.15 updating components versions ([1555f9b](https://github.com/bitnami/charts/commit/1555f9b69e55f72f2a393dfc2a31d68cd1bf0ce3)) ## 6.0.14 (2020-04-10) -* [bitnami/dokuwiki] Change in the command of apache-exporter (#2281) ([029ec8d](https://github.com/bitnami/charts/commit/029ec8d)), closes [#2281](https://github.com/bitnami/charts/issues/2281) +* [bitnami/dokuwiki] Change in the command of apache-exporter (#2281) ([029ec8d](https://github.com/bitnami/charts/commit/029ec8ddb4b9ddfe9460adae794703ba9f558c71)), closes [#2281](https://github.com/bitnami/charts/issues/2281) ## 6.0.13 (2020-03-26) -* [bitnami/dokuwiki] Release 6.0.13 updating components versions ([61ea87c](https://github.com/bitnami/charts/commit/61ea87c)) +* [bitnami/dokuwiki] Release 6.0.13 updating components versions ([61ea87c](https://github.com/bitnami/charts/commit/61ea87ca35abb96485d2a26aa0bbe31998998c37)) ## 6.0.12 (2020-03-20) -* [bitnami/dokuwiki] Release 6.0.12 updating components versions ([2047b05](https://github.com/bitnami/charts/commit/2047b05)) +* [bitnami/dokuwiki] Release 6.0.12 updating components versions ([2047b05](https://github.com/bitnami/charts/commit/2047b0596715b26a36829d36d83e66712033e4a2)) ## 6.0.11 (2020-03-11) -* [bitnami/dokuwiki] Release 6.0.11 updating components versions ([83bd4d9](https://github.com/bitnami/charts/commit/83bd4d9)) +* [bitnami/dokuwiki] Release 6.0.11 updating components versions ([83bd4d9](https://github.com/bitnami/charts/commit/83bd4d9411c4dbf1105ab76427ecfac29ebad35c)) ## 6.0.10 (2020-03-11) -* Move charts from upstreamed folder to bitnami (#2032) ([a0e44f7](https://github.com/bitnami/charts/commit/a0e44f7)), closes [#2032](https://github.com/bitnami/charts/issues/2032) +* Move charts from upstreamed folder to bitnami (#2032) ([a0e44f7](https://github.com/bitnami/charts/commit/a0e44f7d6a10b8b5643186130ea420887cb72c7c)), closes [#2032](https://github.com/bitnami/charts/issues/2032) diff --git a/bitnami/dokuwiki/Chart.yaml b/bitnami/dokuwiki/Chart.yaml index a0303bab1486b5..8111c0e41b6fe6 100644 --- a/bitnami/dokuwiki/Chart.yaml +++ b/bitnami/dokuwiki/Chart.yaml @@ -35,4 +35,4 @@ maintainers: name: dokuwiki sources: - https://github.com/bitnami/charts/tree/main/bitnami/dokuwiki -version: 16.1.0 +version: 16.2.0 diff --git a/bitnami/dokuwiki/README.md b/bitnami/dokuwiki/README.md index 4b0629bd8dd993..cc7c43799e19f9 100644 --- a/bitnami/dokuwiki/README.md +++ b/bitnami/dokuwiki/README.md @@ -232,6 +232,9 @@ See the [Parameters](#parameters) section to configure the PVC or to disable per | `lifecycleHooks` | LifecycleHook to set additional configuration at startup. Evaluated as a template | `{}` | | `podLabels` | Add additional labels to the pod (evaluated as a template) | `{}` | | `initContainers` | Attach additional init containers to the pod (evaluated as a template) | `[]` | +| `pdb.create` | Enable/disable a Pod Disruption Budget creation | `true` | +| `pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `""` | +| `pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `pdb.minAvailable` and `pdb.maxUnavailable` are empty. | `""` | | `sidecars` | Attach additional containers to the pod (evaluated as a template) | `[]` | | `priorityClassName` | Priority class assigned to the Pods | `""` | | `schedulerName` | Alternative scheduler | `""` | diff --git a/bitnami/dokuwiki/templates/pdb.yaml b/bitnami/dokuwiki/templates/pdb.yaml new file mode 100644 index 00000000000000..c298722271ed18 --- /dev/null +++ b/bitnami/dokuwiki/templates/pdb.yaml @@ -0,0 +1,26 @@ +{{- /* +Copyright Broadcom, Inc. All Rights Reserved. +SPDX-License-Identifier: APACHE-2.0 +*/}} + +{{- if .Values.pdb.create }} +apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} +kind: PodDisruptionBudget +metadata: + name: {{ include "common.names.fullname" . }} + namespace: {{ include "common.names.namespace" . | quote }} + labels: {{- include "common.labels.standard" ( dict "customLabels" .Values.commonLabels "context" $ ) | nindent 4 }} + {{- if .Values.commonAnnotations }} + annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }} + {{- end }} +spec: + {{- if .Values.pdb.minAvailable }} + minAvailable: {{ .Values.pdb.minAvailable }} + {{- end }} + {{- if or .Values.pdb.maxUnavailable (not .Values.pdb.minAvailable) }} + maxUnavailable: {{ .Values.pdb.maxUnavailable | default 1 }} + {{- end }} + {{- $podLabels := include "common.tplvalues.merge" (dict "values" (list .Values.podLabels .Values.commonLabels) "context" .) }} + selector: + matchLabels: {{- include "common.labels.matchLabels" ( dict "customLabels" $podLabels "context" $ ) | nindent 6 }} +{{- end }} diff --git a/bitnami/dokuwiki/values.yaml b/bitnami/dokuwiki/values.yaml index d850239214c519..b3eb1796fff942 100644 --- a/bitnami/dokuwiki/values.yaml +++ b/bitnami/dokuwiki/values.yaml @@ -356,6 +356,16 @@ podLabels: {} ## @param initContainers Attach additional init containers to the pod (evaluated as a template) ## initContainers: [] +## Pod Disruption Budget configuration +## ref: https://kubernetes.io/docs/tasks/run-application/configure-pdb +## @param pdb.create Enable/disable a Pod Disruption Budget creation +## @param pdb.minAvailable Minimum number/percentage of pods that should remain scheduled +## @param pdb.maxUnavailable Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `pdb.minAvailable` and `pdb.maxUnavailable` are empty. +## +pdb: + create: true + minAvailable: "" + maxUnavailable: "" ## @param sidecars Attach additional containers to the pod (evaluated as a template) ## sidecars: [] From 62968c1bcf75a374076e5161f57673faaee9a96d Mon Sep 17 00:00:00 2001 From: Miguel Ruiz Date: Mon, 27 May 2024 11:47:36 +0200 Subject: [PATCH 029/110] [bitnami/kafka] Restore value brokerRackAssignment (#26296) * [bitnami/kafka] Restore value brokerRackAssignment Signed-off-by: Miguel Ruiz * Update CHANGELOG.md Signed-off-by: Bitnami Containers * Update README.md with readme-generator-for-helm Signed-off-by: Bitnami Containers * Update CHANGELOG.md Signed-off-by: Bitnami Containers --------- Signed-off-by: Miguel Ruiz Signed-off-by: Bitnami Containers Co-authored-by: Bitnami Containers --- bitnami/kafka/CHANGELOG.md | 10 ++++++++-- bitnami/kafka/Chart.yaml | 2 +- bitnami/kafka/README.md | 1 + bitnami/kafka/templates/scripts-configmap.yaml | 6 ++++++ bitnami/kafka/values.yaml | 10 +++++++--- 5 files changed, 23 insertions(+), 6 deletions(-) diff --git a/bitnami/kafka/CHANGELOG.md b/bitnami/kafka/CHANGELOG.md index aadc66966f11f4..5e20ce8dd329b3 100644 --- a/bitnami/kafka/CHANGELOG.md +++ b/bitnami/kafka/CHANGELOG.md @@ -1,8 +1,14 @@ # Changelog -## 29.0.3 (2024-05-24) +## 29.1.0 (2024-05-27) -* [bitnami/kafka] Fix linter rules after deprecating Kafka Exporter ([#26411](https://github.com/bitnami/charts/pull/26411)) +* [bitnami/kafka] Restore value brokerRackAssignment ([#26296](https://github.com/bitnami/charts/pull/26296)) + +## 29.0.3 (2024-05-24) + +* [bitnami/kafka] Deprecate Kafka Exporter (#26395) ([bf9a653](https://github.com/bitnami/charts/commit/bf9a6535fabdd4c0ad3210920cdd6c4963c5511c)), closes [#26395](https://github.com/bitnami/charts/issues/26395) +* [bitnami/kafka] Fix linter rules after deprecating Kafka Exporter (#26411) ([69856e9](https://github.com/bitnami/charts/commit/69856e985f1325b3e72cd126b6990647d35f1cbb)), closes [#26411](https://github.com/bitnami/charts/issues/26411) +* [bitnami/kafka] Release 28.3.1 (#26403) ([0428ec7](https://github.com/bitnami/charts/commit/0428ec724a1e6b139b12e8c3a6ab489a6459660c)), closes [#26403](https://github.com/bitnami/charts/issues/26403) ## 28.3.0 (2024-05-21) diff --git a/bitnami/kafka/Chart.yaml b/bitnami/kafka/Chart.yaml index 4ab9539f0df37c..d6473daa8dbda1 100644 --- a/bitnami/kafka/Chart.yaml +++ b/bitnami/kafka/Chart.yaml @@ -40,4 +40,4 @@ maintainers: name: kafka sources: - https://github.com/bitnami/charts/tree/main/bitnami/kafka -version: 29.0.3 \ No newline at end of file +version: 29.1.0 diff --git a/bitnami/kafka/README.md b/bitnami/kafka/README.md index b0fcb377e03a06..237b383c3e8bb0 100644 --- a/bitnami/kafka/README.md +++ b/bitnami/kafka/README.md @@ -452,6 +452,7 @@ You can enable this initContainer by setting `volumePermissions.enabled` to `tru | `log4j` | An optional log4j.properties file to overwrite the default of the Kafka brokers | `""` | | `existingLog4jConfigMap` | The name of an existing ConfigMap containing a log4j.properties file | `""` | | `heapOpts` | Kafka Java Heap size | `-Xmx1024m -Xms1024m` | +| `brokerRackAssignment` | Set Broker Assignment for multi tenant environment Allowed values: `aws-az` | `""` | | `interBrokerProtocolVersion` | Override the setting 'inter.broker.protocol.version' during the ZK migration. | `""` | | `listeners.client.name` | Name for the Kafka client listener | `CLIENT` | | `listeners.client.containerPort` | Port for the Kafka client listener | `9092` | diff --git a/bitnami/kafka/templates/scripts-configmap.yaml b/bitnami/kafka/templates/scripts-configmap.yaml index 807c6a5f4a7fdd..942b51a6cab425 100644 --- a/bitnami/kafka/templates/scripts-configmap.yaml +++ b/bitnami/kafka/templates/scripts-configmap.yaml @@ -379,6 +379,12 @@ data: {{- if and .Values.tls.zookeeper.enabled .Values.tls.zookeeper.existingSecret }} configure_zookeeper_tls {{- end }} + {{- if eq .Values.brokerRackAssignment "aws-az" }} + # Broker rack awareness + echo "Obtaining broker.rack for aws-az rack assignment" + export BROKER_RACK=$(curl "http://169.254.169.254/latest/meta-data/placement/availability-zone-id") + kafka_conf_set "$KAFKA_CONFIG_FILE" "broker.rack" "$BROKER_RACK" + {{- end }} if [ -f /secret-config/server-secret.properties ]; then append_file_to_kafka_conf /secret-config/server-secret.properties $KAFKA_CONFIG_FILE fi diff --git a/bitnami/kafka/values.yaml b/bitnami/kafka/values.yaml index a43657f531543f..24acd97d3a0018 100644 --- a/bitnami/kafka/values.yaml +++ b/bitnami/kafka/values.yaml @@ -140,6 +140,10 @@ existingLog4jConfigMap: "" ## @param heapOpts Kafka Java Heap size ## heapOpts: -Xmx1024m -Xms1024m +## @param brokerRackAssignment Set Broker Assignment for multi tenant environment Allowed values: `aws-az` +## ref: https://cwiki.apache.org/confluence/display/KAFKA/KIP-392%3A+Allow+consumers+to+fetch+from+closest+replica +## +brokerRackAssignment: "" ## @param interBrokerProtocolVersion Override the setting 'inter.broker.protocol.version' during the ZK migration. ## Ref. https://docs.confluent.io/platform/current/installation/migrate-zk-kraft.html ## @@ -265,9 +269,9 @@ sasl: ## @param sasl.existingSecret Name of the existing secret containing credentials for clientUsers, interBrokerUser, controllerUser and zookeeperUser ## Create this secret running the command below where SECRET_NAME is the name of the secret you want to create: ## kubectl create secret generic SECRET_NAME --from-literal=client-passwords=CLIENT_PASSWORD1,CLIENT_PASSWORD2 --from-literal=inter-broker-password=INTER_BROKER_PASSWORD --from-literal=inter-broker-client-secret=INTER_BROKER_CLIENT_SECRET --from-literal=controller-password=CONTROLLER_PASSWORD --from-literal=controller-client-secret=CONTROLLER_CLIENT_SECRET --from-literal=zookeeper-password=ZOOKEEPER_PASSWORD - ## The client secrets are only required when using oauthbearer as sasl mechanism. + ## The client secrets are only required when using oauthbearer as sasl mechanism. ## Client, interbroker and controller passwords are only required if the sasl mechanism includes something other than oauthbearer. - ## + ## existingSecret: "" ## @section Kafka TLS parameters ## Kafka TLS settings, required if SSL or SASL_SSL listeners are configured @@ -1530,7 +1534,7 @@ externalAccess: ## @param externalAccess.autoDiscovery.containerSecurityContext.allowPrivilegeEscalation Set Kafka auto-discovery containers' Security Context allowPrivilegeEscalation ## @param externalAccess.autoDiscovery.containerSecurityContext.readOnlyRootFilesystem Set Kafka auto-discovery containers' Security Context readOnlyRootFilesystem ## @param externalAccess.autoDiscovery.containerSecurityContext.capabilities.drop Set Kafka auto-discovery containers' Security Context capabilities to be dropped - ## @param externalAccess.autoDiscovery.containerSecurityContext.seccompProfile.type Set Kafka auto-discovery seccomp profile type + ## @param externalAccess.autoDiscovery.containerSecurityContext.seccompProfile.type Set Kafka auto-discovery seccomp profile type ## e.g: ## containerSecurityContext: ## enabled: true From 8f899a80be1f6462a77f27e01ee93e7f0cef529e Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Mon, 27 May 2024 11:55:06 +0200 Subject: [PATCH 030/110] [bitnami/argo-workflows] Release 9.0.1 (#26456) * [bitnami/argo-workflows] Release 9.0.1 updating components versions Signed-off-by: Bitnami Containers * Update CHANGELOG.md Signed-off-by: Bitnami Containers * Update CRDs automatically Signed-off-by: Bitnami Containers --------- Signed-off-by: Bitnami Containers --- bitnami/argo-workflows/CHANGELOG.md | 6 +++++- bitnami/argo-workflows/Chart.lock | 8 ++++---- bitnami/argo-workflows/Chart.yaml | 10 +++++----- bitnami/argo-workflows/README.md | 2 +- .../crds/argoproj.io_clusterworkflowtemplates.yaml | 2 +- .../argo-workflows/crds/argoproj.io_cronworkflows.yaml | 2 +- .../crds/argoproj.io_workflowartifactgctasks.yaml | 2 +- .../crds/argoproj.io_workfloweventbindings.yaml | 2 +- bitnami/argo-workflows/crds/argoproj.io_workflows.yaml | 2 +- .../crds/argoproj.io_workflowtaskresults.yaml | 2 +- .../crds/argoproj.io_workflowtasksets.yaml | 2 +- .../crds/argoproj.io_workflowtemplates.yaml | 2 +- bitnami/argo-workflows/values.yaml | 6 +++--- 13 files changed, 26 insertions(+), 22 deletions(-) diff --git a/bitnami/argo-workflows/CHANGELOG.md b/bitnami/argo-workflows/CHANGELOG.md index 96e6397de43a8e..3c6704ea16ff02 100644 --- a/bitnami/argo-workflows/CHANGELOG.md +++ b/bitnami/argo-workflows/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog +## 9.0.1 (2024-05-27) + +* [bitnami/argo-workflows] Release 9.0.1 ([#26456](https://github.com/bitnami/charts/pull/26456)) + ## 9.0.0 (2024-05-27) -* [bitnami/argo-workflows] Update dependencies ([#26449](https://github.com/bitnami/charts/pull/26449)) +* [bitnami/argo-workflows] Update dependencies (#26449) ([0491305](https://github.com/bitnami/charts/commit/0491305081197889ebb5388901a154b03dcc5893)), closes [#26449](https://github.com/bitnami/charts/issues/26449) ## 8.1.1 (2024-05-23) diff --git a/bitnami/argo-workflows/Chart.lock b/bitnami/argo-workflows/Chart.lock index 9fbea636990af8..7b19b89308a1bf 100644 --- a/bitnami/argo-workflows/Chart.lock +++ b/bitnami/argo-workflows/Chart.lock @@ -1,12 +1,12 @@ dependencies: - name: postgresql repository: oci://registry-1.docker.io/bitnamicharts - version: 15.4.0 + version: 15.4.1 - name: mysql repository: oci://registry-1.docker.io/bitnamicharts - version: 11.0.0 + version: 11.1.0 - name: common repository: oci://registry-1.docker.io/bitnamicharts version: 2.19.3 -digest: sha256:698d7eeb32915f158d0861d37fb69e06db463580d19008a0ce4b65953617d1a4 -generated: "2024-05-27T10:05:36.039338342+02:00" +digest: sha256:6c1b2234c789f56f42ad356e434e10b587c983d50debb497bf1cab8af414dd72 +generated: "2024-05-27T09:36:01.704750775Z" diff --git a/bitnami/argo-workflows/Chart.yaml b/bitnami/argo-workflows/Chart.yaml index 571dac899a95cc..121de2600b3bc9 100644 --- a/bitnami/argo-workflows/Chart.yaml +++ b/bitnami/argo-workflows/Chart.yaml @@ -6,13 +6,13 @@ annotations: licenses: Apache-2.0 images: | - name: argo-workflow-cli - image: docker.io/bitnami/argo-workflow-cli:3.5.6-debian-12-r3 + image: docker.io/bitnami/argo-workflow-cli:3.5.7-debian-12-r0 - name: argo-workflow-controller - image: docker.io/bitnami/argo-workflow-controller:3.5.6-debian-12-r2 + image: docker.io/bitnami/argo-workflow-controller:3.5.7-debian-12-r0 - name: argo-workflow-exec - image: docker.io/bitnami/argo-workflow-exec:3.5.6-debian-12-r3 + image: docker.io/bitnami/argo-workflow-exec:3.5.7-debian-12-r0 apiVersion: v2 -appVersion: 3.5.6 +appVersion: 3.5.7 dependencies: - condition: postgresql.enabled name: postgresql @@ -42,4 +42,4 @@ maintainers: name: argo-workflows sources: - https://github.com/bitnami/charts/tree/main/bitnami/argo-workflows -version: 9.0.0 +version: 9.0.1 diff --git a/bitnami/argo-workflows/README.md b/bitnami/argo-workflows/README.md index d03cce1229ff65..cc6a1808c17da4 100644 --- a/bitnami/argo-workflows/README.md +++ b/bitnami/argo-workflows/README.md @@ -667,4 +667,4 @@ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and -limitations under the License. +limitations under the License. \ No newline at end of file diff --git a/bitnami/argo-workflows/crds/argoproj.io_clusterworkflowtemplates.yaml b/bitnami/argo-workflows/crds/argoproj.io_clusterworkflowtemplates.yaml index 8f3ad324a6d4af..787c721391ca1a 100644 --- a/bitnami/argo-workflows/crds/argoproj.io_clusterworkflowtemplates.yaml +++ b/bitnami/argo-workflows/crds/argoproj.io_clusterworkflowtemplates.yaml @@ -1,5 +1,5 @@ # Source: https://raw.githubusercontent.com/argoproj/argo-workflows/v{version}/manifests/base/crds/minimal/argoproj.io_clusterworkflowtemplates.yaml -# Version: 3.5.6 +# Version: 3.5.7 apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: diff --git a/bitnami/argo-workflows/crds/argoproj.io_cronworkflows.yaml b/bitnami/argo-workflows/crds/argoproj.io_cronworkflows.yaml index cec7759bc5249b..aa3e1b95014c49 100644 --- a/bitnami/argo-workflows/crds/argoproj.io_cronworkflows.yaml +++ b/bitnami/argo-workflows/crds/argoproj.io_cronworkflows.yaml @@ -1,5 +1,5 @@ # Source: https://raw.githubusercontent.com/argoproj/argo-workflows/v{version}/manifests/base/crds/minimal/argoproj.io_cronworkflows.yaml -# Version: 3.5.6 +# Version: 3.5.7 apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: diff --git a/bitnami/argo-workflows/crds/argoproj.io_workflowartifactgctasks.yaml b/bitnami/argo-workflows/crds/argoproj.io_workflowartifactgctasks.yaml index d1b30eec7c5bff..70767be918f587 100644 --- a/bitnami/argo-workflows/crds/argoproj.io_workflowartifactgctasks.yaml +++ b/bitnami/argo-workflows/crds/argoproj.io_workflowartifactgctasks.yaml @@ -1,5 +1,5 @@ # Source: https://raw.githubusercontent.com/argoproj/argo-workflows/v{version}/manifests/base/crds/minimal/argoproj.io_workflowartifactgctasks.yaml -# Version: 3.5.6 +# Version: 3.5.7 apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: diff --git a/bitnami/argo-workflows/crds/argoproj.io_workfloweventbindings.yaml b/bitnami/argo-workflows/crds/argoproj.io_workfloweventbindings.yaml index 3650096c6b8fa8..5410ba3e79882a 100644 --- a/bitnami/argo-workflows/crds/argoproj.io_workfloweventbindings.yaml +++ b/bitnami/argo-workflows/crds/argoproj.io_workfloweventbindings.yaml @@ -1,5 +1,5 @@ # Source: https://raw.githubusercontent.com/argoproj/argo-workflows/v{version}/manifests/base/crds/minimal/argoproj.io_workfloweventbindings.yaml -# Version: 3.5.6 +# Version: 3.5.7 apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: diff --git a/bitnami/argo-workflows/crds/argoproj.io_workflows.yaml b/bitnami/argo-workflows/crds/argoproj.io_workflows.yaml index 8995b181c219d5..83f3206079cbd5 100644 --- a/bitnami/argo-workflows/crds/argoproj.io_workflows.yaml +++ b/bitnami/argo-workflows/crds/argoproj.io_workflows.yaml @@ -1,5 +1,5 @@ # Source: https://raw.githubusercontent.com/argoproj/argo-workflows/v{version}/manifests/base/crds/minimal/argoproj.io_workflows.yaml -# Version: 3.5.6 +# Version: 3.5.7 apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: diff --git a/bitnami/argo-workflows/crds/argoproj.io_workflowtaskresults.yaml b/bitnami/argo-workflows/crds/argoproj.io_workflowtaskresults.yaml index 7c39f1f18dbfa7..addeec05df7184 100644 --- a/bitnami/argo-workflows/crds/argoproj.io_workflowtaskresults.yaml +++ b/bitnami/argo-workflows/crds/argoproj.io_workflowtaskresults.yaml @@ -1,5 +1,5 @@ # Source: https://raw.githubusercontent.com/argoproj/argo-workflows/v{version}/manifests/base/crds/minimal/argoproj.io_workflowtaskresults.yaml -# Version: 3.5.6 +# Version: 3.5.7 apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: diff --git a/bitnami/argo-workflows/crds/argoproj.io_workflowtasksets.yaml b/bitnami/argo-workflows/crds/argoproj.io_workflowtasksets.yaml index 9983de558964a2..eee5b7141dba5a 100644 --- a/bitnami/argo-workflows/crds/argoproj.io_workflowtasksets.yaml +++ b/bitnami/argo-workflows/crds/argoproj.io_workflowtasksets.yaml @@ -1,5 +1,5 @@ # Source: https://raw.githubusercontent.com/argoproj/argo-workflows/v{version}/manifests/base/crds/minimal/argoproj.io_workflowtasksets.yaml -# Version: 3.5.6 +# Version: 3.5.7 apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: diff --git a/bitnami/argo-workflows/crds/argoproj.io_workflowtemplates.yaml b/bitnami/argo-workflows/crds/argoproj.io_workflowtemplates.yaml index a1a68acec79ee3..35a3fa11e37dde 100644 --- a/bitnami/argo-workflows/crds/argoproj.io_workflowtemplates.yaml +++ b/bitnami/argo-workflows/crds/argoproj.io_workflowtemplates.yaml @@ -1,5 +1,5 @@ # Source: https://raw.githubusercontent.com/argoproj/argo-workflows/v{version}/manifests/base/crds/minimal/argoproj.io_workflowtemplates.yaml -# Version: 3.5.6 +# Version: 3.5.7 apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: diff --git a/bitnami/argo-workflows/values.yaml b/bitnami/argo-workflows/values.yaml index 85393f0a9d2112..90f215a55e7d7e 100644 --- a/bitnami/argo-workflows/values.yaml +++ b/bitnami/argo-workflows/values.yaml @@ -75,7 +75,7 @@ server: image: registry: docker.io repository: bitnami/argo-workflow-cli - tag: 3.5.6-debian-12-r3 + tag: 3.5.7-debian-12-r0 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' @@ -563,7 +563,7 @@ controller: image: registry: docker.io repository: bitnami/argo-workflow-controller - tag: 3.5.6-debian-12-r2 + tag: 3.5.7-debian-12-r0 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' @@ -1117,7 +1117,7 @@ executor: image: registry: docker.io repository: bitnami/argo-workflow-exec - tag: 3.5.6-debian-12-r3 + tag: 3.5.7-debian-12-r0 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' From 346eddfa97253f7a390a68e05ea78c2f604f0b65 Mon Sep 17 00:00:00 2001 From: Abdullah Alaqeel Date: Mon, 27 May 2024 13:03:49 +0300 Subject: [PATCH 031/110] fix: pass service.extraPorts to the headless service (#26136) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Abdullah Alaqeel Signed-off-by: Rafael Ríos Saavedra Co-authored-by: Rafael Ríos Saavedra --- bitnami/rabbitmq/CHANGELOG.md | 994 ++++++++++--------- bitnami/rabbitmq/Chart.yaml | 2 +- bitnami/rabbitmq/templates/svc-headless.yaml | 3 + 3 files changed, 503 insertions(+), 496 deletions(-) diff --git a/bitnami/rabbitmq/CHANGELOG.md b/bitnami/rabbitmq/CHANGELOG.md index c8d6e14e7c02a0..29fe93f214d61e 100644 --- a/bitnami/rabbitmq/CHANGELOG.md +++ b/bitnami/rabbitmq/CHANGELOG.md @@ -1,1704 +1,1708 @@ # Changelog -## 14.3.0 (2024-05-21) +## 14.3.1 (2024-05-24) -* [bitnami/rabbitmq] Network policy review ([#25900](https://github.com/bitnami/charts/pulls/25900)) +* [bitnami/rabbitmq] Pass service.extraPorts to the headless service ([#26136](https://github.com/bitnami/charts/pull/26136)) + +## 14.3.0 (2024-05-22) + +* [bitnami/rabbitmq] Network policy review (#25900) ([4e28b72](https://github.com/bitnami/charts/commit/4e28b72cff6cb8ec15b81cf6b32446b56736bb5b)), closes [#25900](https://github.com/bitnami/charts/issues/25900) [#25519](https://github.com/bitnami/charts/issues/25519) ## 14.2.0 (2024-05-21) -* [bitnami/*] ci: :construction_worker: Add tag and changelog support (#25359) ([91c707c](https://github.com/bitnami/charts/commit/91c707c)), closes [#25359](https://github.com/bitnami/charts/issues/25359) -* [bitnami/rabbitmq] feat: :sparkles: :lock: Add warning when original images are replaced (#26269) ([17516c1](https://github.com/bitnami/charts/commit/17516c1)), closes [#26269](https://github.com/bitnami/charts/issues/26269) +* [bitnami/*] ci: :construction_worker: Add tag and changelog support (#25359) ([91c707c](https://github.com/bitnami/charts/commit/91c707c9e4e574725a09505d2d313fb93f1b4c0a)), closes [#25359](https://github.com/bitnami/charts/issues/25359) +* [bitnami/rabbitmq] feat: :sparkles: :lock: Add warning when original images are replaced (#26269) ([17516c1](https://github.com/bitnami/charts/commit/17516c15a92435ba6f2aa2ce6254f0717dfe5b8b)), closes [#26269](https://github.com/bitnami/charts/issues/26269) ## 14.1.5 (2024-05-18) -* [bitnami/rabbitmq] Release 14.1.5 updating components versions (#26071) ([e2f55cb](https://github.com/bitnami/charts/commit/e2f55cb)), closes [#26071](https://github.com/bitnami/charts/issues/26071) +* [bitnami/rabbitmq] Release 14.1.5 updating components versions (#26071) ([e2f55cb](https://github.com/bitnami/charts/commit/e2f55cbf30c6c5c8cd7ddb2e34d9896755f8c143)), closes [#26071](https://github.com/bitnami/charts/issues/26071) ## 14.1.4 (2024-05-14) -* [bitnami/rabbitmq] Release 14.1.4 updating components versions (#25817) ([1f6861b](https://github.com/bitnami/charts/commit/1f6861b)), closes [#25817](https://github.com/bitnami/charts/issues/25817) +* [bitnami/rabbitmq] Release 14.1.4 updating components versions (#25817) ([1f6861b](https://github.com/bitnami/charts/commit/1f6861bce4398a7db69b041e5fd3e5f5d014e467)), closes [#25817](https://github.com/bitnami/charts/issues/25817) ## 14.1.3 (2024-05-13) -* [bitnami/*] Change non-root and rolling-tags doc URLs (#25628) ([b067c94](https://github.com/bitnami/charts/commit/b067c94)), closes [#25628](https://github.com/bitnami/charts/issues/25628) -* [bitnami/*] Set new header/owner (#25558) ([8d1dc11](https://github.com/bitnami/charts/commit/8d1dc11)), closes [#25558](https://github.com/bitnami/charts/issues/25558) -* [bitnami/rabbitmq] Release 14.1.3 updating components versions (#25713) ([57b655e](https://github.com/bitnami/charts/commit/57b655e)), closes [#25713](https://github.com/bitnami/charts/issues/25713) +* [bitnami/*] Change non-root and rolling-tags doc URLs (#25628) ([b067c94](https://github.com/bitnami/charts/commit/b067c94f6bcde427863c197fd355f0b5ba12ff5b)), closes [#25628](https://github.com/bitnami/charts/issues/25628) +* [bitnami/*] Set new header/owner (#25558) ([8d1dc11](https://github.com/bitnami/charts/commit/8d1dc11f5fb30db6fba50c43d7af59d2f79deed3)), closes [#25558](https://github.com/bitnami/charts/issues/25558) +* [bitnami/rabbitmq] Release 14.1.3 updating components versions (#25713) ([57b655e](https://github.com/bitnami/charts/commit/57b655e390635da8be03b7e88f2c573d1edb1dfa)), closes [#25713](https://github.com/bitnami/charts/issues/25713) ## 14.1.2 (2024-05-06) -* [bitnami/rabbitmq] Remove unicode characters (#25548) ([adb080c](https://github.com/bitnami/charts/commit/adb080c)), closes [#25548](https://github.com/bitnami/charts/issues/25548) +* [bitnami/rabbitmq] Remove unicode characters (#25548) ([adb080c](https://github.com/bitnami/charts/commit/adb080cb6582bd771ba28fae89bbf5c509f8c3bb)), closes [#25548](https://github.com/bitnami/charts/issues/25548) ## 14.1.1 (2024-05-01) -* [bitnami/rabbitmq] Release 14.1.1 updating components versions (#25480) ([0ea1ef5](https://github.com/bitnami/charts/commit/0ea1ef5)), closes [#25480](https://github.com/bitnami/charts/issues/25480) +* [bitnami/rabbitmq] Release 14.1.1 updating components versions (#25480) ([0ea1ef5](https://github.com/bitnami/charts/commit/0ea1ef5aa23730823b19ee63ebf641f4500add0f)), closes [#25480](https://github.com/bitnami/charts/issues/25480) ## 14.1.0 (2024-04-30) -* [bitnami/multiple charts] Fix typo: "NetworkPolice" vs "NetworkPolicy" (#25348) ([6970c1b](https://github.com/bitnami/charts/commit/6970c1b)), closes [#25348](https://github.com/bitnami/charts/issues/25348) -* [bitnami/rabbitmq] Add rbac.rules (#25442) ([d4f4745](https://github.com/bitnami/charts/commit/d4f4745)), closes [#25442](https://github.com/bitnami/charts/issues/25442) -* Replace VMware by Broadcom copyright text (#25306) ([a5e4bd0](https://github.com/bitnami/charts/commit/a5e4bd0)), closes [#25306](https://github.com/bitnami/charts/issues/25306) +* [bitnami/multiple charts] Fix typo: "NetworkPolice" vs "NetworkPolicy" (#25348) ([6970c1b](https://github.com/bitnami/charts/commit/6970c1ba245873506e73d459c6eac1e4919b778f)), closes [#25348](https://github.com/bitnami/charts/issues/25348) +* [bitnami/rabbitmq] Add rbac.rules (#25442) ([d4f4745](https://github.com/bitnami/charts/commit/d4f47451aa76db57d9648a00ebf2e4a02f611a05)), closes [#25442](https://github.com/bitnami/charts/issues/25442) +* Replace VMware by Broadcom copyright text (#25306) ([a5e4bd0](https://github.com/bitnami/charts/commit/a5e4bd0e35e419203793976a78d9d0a13de92c76)), closes [#25306](https://github.com/bitnami/charts/issues/25306) ## 14.0.2 (2024-04-23) -* [bitnami/rabbitmq]: Fix custom plugins installation (#25316) ([a3c7c6e](https://github.com/bitnami/charts/commit/a3c7c6e)), closes [#25316](https://github.com/bitnami/charts/issues/25316) +* [bitnami/rabbitmq]: Fix custom plugins installation (#25316) ([a3c7c6e](https://github.com/bitnami/charts/commit/a3c7c6e5bc685b2587a6302770e20c6890ebd72d)), closes [#25316](https://github.com/bitnami/charts/issues/25316) ## 14.0.1 (2024-04-15) -* [bitnami/rabbitmq] Add upgrade notes for version 3.13.x (#25095) ([7d3c0c6](https://github.com/bitnami/charts/commit/7d3c0c6)), closes [#25095](https://github.com/bitnami/charts/issues/25095) -* [bitnami/rabbitmq] fix: :bug: :lock: Expose missing ports in deployment spec (#25135) ([103b903](https://github.com/bitnami/charts/commit/103b903)), closes [#25135](https://github.com/bitnami/charts/issues/25135) +* [bitnami/rabbitmq] Add upgrade notes for version 3.13.x (#25095) ([7d3c0c6](https://github.com/bitnami/charts/commit/7d3c0c610062d5eceb01786027a1643e964efb34)), closes [#25095](https://github.com/bitnami/charts/issues/25095) +* [bitnami/rabbitmq] fix: :bug: :lock: Expose missing ports in deployment spec (#25135) ([103b903](https://github.com/bitnami/charts/commit/103b903a1bc7014e518c3d1df0d4f521632667a3)), closes [#25135](https://github.com/bitnami/charts/issues/25135) ## 14.0.0 (2024-04-10) -* [bitnami/rabbitmq] Release 14.0.0 updating components versions (#25093) ([51f843e](https://github.com/bitnami/charts/commit/51f843e)), closes [#25093](https://github.com/bitnami/charts/issues/25093) +* [bitnami/rabbitmq] Release 14.0.0 updating components versions (#25093) ([51f843e](https://github.com/bitnami/charts/commit/51f843e58a1f3f5a3bb12dcd173128b518407ec5)), closes [#25093](https://github.com/bitnami/charts/issues/25093) ## 13.0.3 (2024-04-05) -* [bitnami/rabbitmq] Fix misleading memoryHighWatermark.value description in values (#24866) ([50dd177](https://github.com/bitnami/charts/commit/50dd177)), closes [#24866](https://github.com/bitnami/charts/issues/24866) -* Update resourcesPreset comments (#24467) ([92e3e8a](https://github.com/bitnami/charts/commit/92e3e8a)), closes [#24467](https://github.com/bitnami/charts/issues/24467) +* [bitnami/rabbitmq] Fix misleading memoryHighWatermark.value description in values (#24866) ([50dd177](https://github.com/bitnami/charts/commit/50dd17797910b5751a9a4993a9e5fad83c128cab)), closes [#24866](https://github.com/bitnami/charts/issues/24866) +* Update resourcesPreset comments (#24467) ([92e3e8a](https://github.com/bitnami/charts/commit/92e3e8a507326d2a20a8f10ab3e7746a2ec5c554)), closes [#24467](https://github.com/bitnami/charts/issues/24467) ## 13.0.2 (2024-04-02) -* [bitnami/rabbitmq] Release 13.0.2 updating components versions (#24805) ([88edbf0](https://github.com/bitnami/charts/commit/88edbf0)), closes [#24805](https://github.com/bitnami/charts/issues/24805) +* [bitnami/rabbitmq] Release 13.0.2 updating components versions (#24805) ([88edbf0](https://github.com/bitnami/charts/commit/88edbf0c42ef8b40654def9bc30bb4258919fe81)), closes [#24805](https://github.com/bitnami/charts/issues/24805) ## 13.0.1 (2024-04-02) -* [bitnami/*] Reorder Chart sections (#24455) ([0cf4048](https://github.com/bitnami/charts/commit/0cf4048)), closes [#24455](https://github.com/bitnami/charts/issues/24455) -* Fix invalid secret pointer in RabbitMQ ServiceAccount (#24750) ([d85830c](https://github.com/bitnami/charts/commit/d85830c)), closes [#24750](https://github.com/bitnami/charts/issues/24750) [#24738](https://github.com/bitnami/charts/issues/24738) +* [bitnami/*] Reorder Chart sections (#24455) ([0cf4048](https://github.com/bitnami/charts/commit/0cf4048e8743f70a9753d460655bd030cbff6824)), closes [#24455](https://github.com/bitnami/charts/issues/24455) +* Fix invalid secret pointer in RabbitMQ ServiceAccount (#24750) ([d85830c](https://github.com/bitnami/charts/commit/d85830ca1aa43439c9f086bdfaf5a9390cdbc60d)), closes [#24750](https://github.com/bitnami/charts/issues/24750) [#24738](https://github.com/bitnami/charts/issues/24738) ## 13.0.0 (2024-03-15) -* [bitnami/rabbitmq] docs: :memo: Add upgrade notes for 12.10.0 (#24322) ([65e3aad](https://github.com/bitnami/charts/commit/65e3aad)), closes [#24322](https://github.com/bitnami/charts/issues/24322) -* [bitnami/rabbitmq] feat!: 🔒 💥 Improve security defaults (#24336) ([54e671f](https://github.com/bitnami/charts/commit/54e671f)), closes [#24336](https://github.com/bitnami/charts/issues/24336) +* [bitnami/rabbitmq] docs: :memo: Add upgrade notes for 12.10.0 (#24322) ([65e3aad](https://github.com/bitnami/charts/commit/65e3aad31fe90c2024611e888741c094cad86557)), closes [#24322](https://github.com/bitnami/charts/issues/24322) +* [bitnami/rabbitmq] feat!: 🔒 💥 Improve security defaults (#24336) ([54e671f](https://github.com/bitnami/charts/commit/54e671f09d6153ac23a6d96e576ea0e35148809a)), closes [#24336](https://github.com/bitnami/charts/issues/24336) ## 12.15.0 (2024-03-06) -* [bitnami/rabbitmq] feat: :sparkles: :lock: Add automatic adaptation for Openshift restricted-v2 SCC ([63a0cc3](https://github.com/bitnami/charts/commit/63a0cc3)), closes [#24146](https://github.com/bitnami/charts/issues/24146) +* [bitnami/rabbitmq] feat: :sparkles: :lock: Add automatic adaptation for Openshift restricted-v2 SCC ([63a0cc3](https://github.com/bitnami/charts/commit/63a0cc3dbb16869516a31e1139a2049a8d927449)), closes [#24146](https://github.com/bitnami/charts/issues/24146) ## 12.14.1 (2024-03-05) -* [bitnami/rabbitmq] fix error dereferencing nil resources (#23616) ([f75c6a8](https://github.com/bitnami/charts/commit/f75c6a8)), closes [#23616](https://github.com/bitnami/charts/issues/23616) [#23607](https://github.com/bitnami/charts/issues/23607) +* [bitnami/rabbitmq] fix error dereferencing nil resources (#23616) ([f75c6a8](https://github.com/bitnami/charts/commit/f75c6a8f5900de9600a9b31ca7886bf2d388b564)), closes [#23616](https://github.com/bitnami/charts/issues/23616) [#23607](https://github.com/bitnami/charts/issues/23607) ## 12.14.0 (2024-02-23) -* [bitnami/rabbitmq] feat: :sparkles: :lock: Add readOnlyRootFilesystem support (#23745) ([68a606e](https://github.com/bitnami/charts/commit/68a606e)), closes [#23745](https://github.com/bitnami/charts/issues/23745) +* [bitnami/rabbitmq] feat: :sparkles: :lock: Add readOnlyRootFilesystem support (#23745) ([68a606e](https://github.com/bitnami/charts/commit/68a606e1283b35a268f17d8f9bf10f74b3d6bccc)), closes [#23745](https://github.com/bitnami/charts/issues/23745) ## 12.13.2 (2024-02-22) -* [bitnami/rabbitmq] Release 12.13.2 updating components versions (#23825) ([5dbad69](https://github.com/bitnami/charts/commit/5dbad69)), closes [#23825](https://github.com/bitnami/charts/issues/23825) +* [bitnami/rabbitmq] Release 12.13.2 updating components versions (#23825) ([5dbad69](https://github.com/bitnami/charts/commit/5dbad692f9a7117b15986da184e870b31775b4f4)), closes [#23825](https://github.com/bitnami/charts/issues/23825) ## 12.13.1 (2024-02-21) -* [bitnami/rabbitmq] Release 12.13.1 updating components versions (#23691) ([1bf88ab](https://github.com/bitnami/charts/commit/1bf88ab)), closes [#23691](https://github.com/bitnami/charts/issues/23691) +* [bitnami/rabbitmq] Release 12.13.1 updating components versions (#23691) ([1bf88ab](https://github.com/bitnami/charts/commit/1bf88ab5d09b6b1be29995b955b39431259f8de4)), closes [#23691](https://github.com/bitnami/charts/issues/23691) ## 12.13.0 (2024-02-20) -* [bitnami/*] Bump all versions (#23602) ([b70ee2a](https://github.com/bitnami/charts/commit/b70ee2a)), closes [#23602](https://github.com/bitnami/charts/issues/23602) +* [bitnami/*] Bump all versions (#23602) ([b70ee2a](https://github.com/bitnami/charts/commit/b70ee2a30e4dc256bf0ac52928fb2fa7a70f049b)), closes [#23602](https://github.com/bitnami/charts/issues/23602) ## 12.12.0 (2024-02-19) -* [bitnami/rabbitmq] Allow specifying service loadBalancerClass (#23561) ([5e8cda2](https://github.com/bitnami/charts/commit/5e8cda2)), closes [#23561](https://github.com/bitnami/charts/issues/23561) +* [bitnami/rabbitmq] Allow specifying service loadBalancerClass (#23561) ([5e8cda2](https://github.com/bitnami/charts/commit/5e8cda22610d48a70783f296d52c6b5717207298)), closes [#23561](https://github.com/bitnami/charts/issues/23561) ## 12.11.0 (2024-02-15) -* [bitnami/rabbitmq] feat: :sparkles: :lock: Add resource preset support (#23514) ([b9339c7](https://github.com/bitnami/charts/commit/b9339c7)), closes [#23514](https://github.com/bitnami/charts/issues/23514) +* [bitnami/rabbitmq] feat: :sparkles: :lock: Add resource preset support (#23514) ([b9339c7](https://github.com/bitnami/charts/commit/b9339c73fbff437da149410a2a50209b69b507ec)), closes [#23514](https://github.com/bitnami/charts/issues/23514) ## 12.10.0 (2024-02-07) -* [bitnami/rabbitmq] fix: :bug: Add allowExternalEgress to avoid breaking istio (#22972) ([b525212](https://github.com/bitnami/charts/commit/b525212)), closes [#22972](https://github.com/bitnami/charts/issues/22972) +* [bitnami/rabbitmq] fix: :bug: Add allowExternalEgress to avoid breaking istio (#22972) ([b525212](https://github.com/bitnami/charts/commit/b525212eaefd879b9eb5136c511945f5a4b8bc82)), closes [#22972](https://github.com/bitnami/charts/issues/22972) ## 12.9.4 (2024-02-06) -* [bitnami/rabbitmq] fix: make toBytes handle numbers with a decimal dot (#22557) ([90f6e7f](https://github.com/bitnami/charts/commit/90f6e7f)), closes [#22557](https://github.com/bitnami/charts/issues/22557) [/github.com/redpanda-data/helm-charts/blob/main/charts/redpanda/templates/_helpers.tpl#L199C1-L236C12](https://github.com//github.com/redpanda-data/helm-charts/blob/main/charts/redpanda/templates/_helpers.tpl/issues/L199C1-L236C12) +* [bitnami/rabbitmq] fix: make toBytes handle numbers with a decimal dot (#22557) ([90f6e7f](https://github.com/bitnami/charts/commit/90f6e7f3e6c341fd11cd04874be33e606e56fa48)), closes [#22557](https://github.com/bitnami/charts/issues/22557) [/github.com/redpanda-data/helm-charts/blob/main/charts/redpanda/templates/_helpers.tpl#L199C1-L236C12](https://github.com//github.com/redpanda-data/helm-charts/blob/main/charts/redpanda/templates/_helpers.tpl/issues/L199C1-L236C12) ## 12.9.3 (2024-02-03) -* [bitnami/rabbitmq] Release 12.9.3 updating components versions (#23134) ([8b2dd63](https://github.com/bitnami/charts/commit/8b2dd63)), closes [#23134](https://github.com/bitnami/charts/issues/23134) +* [bitnami/rabbitmq] Release 12.9.3 updating components versions (#23134) ([8b2dd63](https://github.com/bitnami/charts/commit/8b2dd6354387aa8689c2441311b7ddba1d48fa16)), closes [#23134](https://github.com/bitnami/charts/issues/23134) ## 12.9.2 (2024-02-01) -* [bitnami/rabbitmq] Fix variable naming in helpers template file (#22924) ([d828506](https://github.com/bitnami/charts/commit/d828506)), closes [#22924](https://github.com/bitnami/charts/issues/22924) +* [bitnami/rabbitmq] Fix variable naming in helpers template file (#22924) ([d828506](https://github.com/bitnami/charts/commit/d828506f0b9c7874d3a5137f431a72627807df08)), closes [#22924](https://github.com/bitnami/charts/issues/22924) ## 12.9.1 (2024-02-01) -* [bitnami/rabbitmq] Release 12.9.1 updating components versions (#22998) ([47d3748](https://github.com/bitnami/charts/commit/47d3748)), closes [#22998](https://github.com/bitnami/charts/issues/22998) +* [bitnami/rabbitmq] Release 12.9.1 updating components versions (#22998) ([47d3748](https://github.com/bitnami/charts/commit/47d3748a58316f61fdee7be71b6b3dd46c8e6d96)), closes [#22998](https://github.com/bitnami/charts/issues/22998) ## 12.9.0 (2024-01-30) -* [bitnami/rabbitmq] feat: :lock: Enable networkPolicy (#22741) ([a5a6c6c](https://github.com/bitnami/charts/commit/a5a6c6c)), closes [#22741](https://github.com/bitnami/charts/issues/22741) +* [bitnami/rabbitmq] feat: :lock: Enable networkPolicy (#22741) ([a5a6c6c](https://github.com/bitnami/charts/commit/a5a6c6c6afeb8b9d89874da167447ad0341b9358)), closes [#22741](https://github.com/bitnami/charts/issues/22741) ## 12.8.2 (2024-01-29) -* [bitnami/rabbitmq] Disable memoryHighWatermark by default in RabbitMQ (#22818) ([962aec3](https://github.com/bitnami/charts/commit/962aec3)), closes [#22818](https://github.com/bitnami/charts/issues/22818) +* [bitnami/rabbitmq] Disable memoryHighWatermark by default in RabbitMQ (#22818) ([962aec3](https://github.com/bitnami/charts/commit/962aec32690f2dc4224cadbd64d213de1f2bbd2f)), closes [#22818](https://github.com/bitnami/charts/issues/22818) ## 12.8.1 (2024-01-26) -* [bitnami/*] Move documentation sections from docs.bitnami.com back to the README (#22203) ([7564f36](https://github.com/bitnami/charts/commit/7564f36)), closes [#22203](https://github.com/bitnami/charts/issues/22203) -* [bitnami/rabbitmq] fix: :bug: Set seLinuxOptions to null for Openshift compatibility (#22651) ([92239a1](https://github.com/bitnami/charts/commit/92239a1)), closes [#22651](https://github.com/bitnami/charts/issues/22651) -* #21359 Added erlang secret key for external sealed secrets (#22016) ([6154b1d](https://github.com/bitnami/charts/commit/6154b1d)), closes [#21359](https://github.com/bitnami/charts/issues/21359) [#22016](https://github.com/bitnami/charts/issues/22016) +* [bitnami/*] Move documentation sections from docs.bitnami.com back to the README (#22203) ([7564f36](https://github.com/bitnami/charts/commit/7564f36ca1e95ff30ee686652b7ab8690561a707)), closes [#22203](https://github.com/bitnami/charts/issues/22203) +* [bitnami/rabbitmq] fix: :bug: Set seLinuxOptions to null for Openshift compatibility (#22651) ([92239a1](https://github.com/bitnami/charts/commit/92239a1a1f5d139e56109f47b9b36cf8b2c636cb)), closes [#22651](https://github.com/bitnami/charts/issues/22651) +* #21359 Added erlang secret key for external sealed secrets (#22016) ([6154b1d](https://github.com/bitnami/charts/commit/6154b1dca3551d4afdbc38a63282ae1a75e0e88d)), closes [#21359](https://github.com/bitnami/charts/issues/21359) [#22016](https://github.com/bitnami/charts/issues/22016) ## 12.8.0 (2024-01-19) -* [bitnami/rabbitmq] fix: :lock: Move service-account token auto-mount to pod declaration (#22453) ([0f92db5](https://github.com/bitnami/charts/commit/0f92db5)), closes [#22453](https://github.com/bitnami/charts/issues/22453) +* [bitnami/rabbitmq] fix: :lock: Move service-account token auto-mount to pod declaration (#22453) ([0f92db5](https://github.com/bitnami/charts/commit/0f92db5dd4f9a95f7dd12e4044a42d99bf81f9b1)), closes [#22453](https://github.com/bitnami/charts/issues/22453) ## 12.7.1 (2024-01-17) -* [bitnami/rabbitmq] fix: :lock: Improve podSecurityContext and containerSecurityContext with essentia ([4dab813](https://github.com/bitnami/charts/commit/4dab813)), closes [#22182](https://github.com/bitnami/charts/issues/22182) -* [bitnami/rabbitmq] Release 12.7.1 updating components versions (#22328) ([f153cd4](https://github.com/bitnami/charts/commit/f153cd4)), closes [#22328](https://github.com/bitnami/charts/issues/22328) +* [bitnami/rabbitmq] fix: :lock: Improve podSecurityContext and containerSecurityContext with essentia ([4dab813](https://github.com/bitnami/charts/commit/4dab813c3a63a9c7ddaa8b7cae7e400cc558ced5)), closes [#22182](https://github.com/bitnami/charts/issues/22182) +* [bitnami/rabbitmq] Release 12.7.1 updating components versions (#22328) ([f153cd4](https://github.com/bitnami/charts/commit/f153cd489c75734ca6322672f77c0b5ee7e2d6f3)), closes [#22328](https://github.com/bitnami/charts/issues/22328) ## 12.7.0 (2024-01-16) -* [bitnami/rabbitmq] Add auth.existingSecret to support external sealed secrets (#21891) ([950dc61](https://github.com/bitnami/charts/commit/950dc61)), closes [#21891](https://github.com/bitnami/charts/issues/21891) +* [bitnami/rabbitmq] Add auth.existingSecret to support external sealed secrets (#21891) ([950dc61](https://github.com/bitnami/charts/commit/950dc610e5c62eb1500de507887b78655d50a577)), closes [#21891](https://github.com/bitnami/charts/issues/21891) ## 12.6.3 (2024-01-12) -* [bitnami/*] Fix docs.bitnami.com broken links (#21901) ([f35506d](https://github.com/bitnami/charts/commit/f35506d)), closes [#21901](https://github.com/bitnami/charts/issues/21901) -* [bitnami/*] Fix ref links (in comments) (#21822) ([e4fa296](https://github.com/bitnami/charts/commit/e4fa296)), closes [#21822](https://github.com/bitnami/charts/issues/21822) -* Fix rendering of vm_memory_high_watermark param (#22017) ([f12f2b2](https://github.com/bitnami/charts/commit/f12f2b2)), closes [#22017](https://github.com/bitnami/charts/issues/22017) +* [bitnami/*] Fix docs.bitnami.com broken links (#21901) ([f35506d](https://github.com/bitnami/charts/commit/f35506d2dadee4f097986e7792df1f53ab215b5d)), closes [#21901](https://github.com/bitnami/charts/issues/21901) +* [bitnami/*] Fix ref links (in comments) (#21822) ([e4fa296](https://github.com/bitnami/charts/commit/e4fa296106b225cf8c82445727c675c7c725e380)), closes [#21822](https://github.com/bitnami/charts/issues/21822) +* Fix rendering of vm_memory_high_watermark param (#22017) ([f12f2b2](https://github.com/bitnami/charts/commit/f12f2b229c27e43ad9c7bc6a369934fbe10a1558)), closes [#22017](https://github.com/bitnami/charts/issues/22017) ## 12.6.2 (2024-01-05) -* [bitnami/*] Update copyright: Year and company (#21815) ([6c4bf75](https://github.com/bitnami/charts/commit/6c4bf75)), closes [#21815](https://github.com/bitnami/charts/issues/21815) -* [bitnami/rabbitmq] Release 12.6.2 updating components versions (#21868) ([a98d15c](https://github.com/bitnami/charts/commit/a98d15c)), closes [#21868](https://github.com/bitnami/charts/issues/21868) +* [bitnami/*] Update copyright: Year and company (#21815) ([6c4bf75](https://github.com/bitnami/charts/commit/6c4bf75dec58fc7c9aee9f089777b1a858c17d5b)), closes [#21815](https://github.com/bitnami/charts/issues/21815) +* [bitnami/rabbitmq] Release 12.6.2 updating components versions (#21868) ([a98d15c](https://github.com/bitnami/charts/commit/a98d15c1b27daa01aa3f7379bc2dfe2c8bd8b929)), closes [#21868](https://github.com/bitnami/charts/issues/21868) ## 12.6.1 (2023-12-22) -* [bitnami/rabbitmq] Release 12.6.1 updating components versions (#21726) ([4960f0c](https://github.com/bitnami/charts/commit/4960f0c)), closes [#21726](https://github.com/bitnami/charts/issues/21726) +* [bitnami/rabbitmq] Release 12.6.1 updating components versions (#21726) ([4960f0c](https://github.com/bitnami/charts/commit/4960f0cad285d0f57c789f4285b5dd1873589264)), closes [#21726](https://github.com/bitnami/charts/issues/21726) ## 12.6.0 (2023-12-19) -* [bitnami/rabbitmq] Add support for defining cluster name (#21621) ([c50a384](https://github.com/bitnami/charts/commit/c50a384)), closes [#21621](https://github.com/bitnami/charts/issues/21621) +* [bitnami/rabbitmq] Add support for defining cluster name (#21621) ([c50a384](https://github.com/bitnami/charts/commit/c50a384e40f24d0d0ad534c33994d86af3c334d9)), closes [#21621](https://github.com/bitnami/charts/issues/21621) ## 12.5.7 (2023-12-17) -* [bitnami/rabbitmq] Release 12.5.7 updating components versions (#21604) ([a2b246f](https://github.com/bitnami/charts/commit/a2b246f)), closes [#21604](https://github.com/bitnami/charts/issues/21604) +* [bitnami/rabbitmq] Release 12.5.7 updating components versions (#21604) ([a2b246f](https://github.com/bitnami/charts/commit/a2b246f17ca246a10bcb9e150d1e5e1727e5ed43)), closes [#21604](https://github.com/bitnami/charts/issues/21604) ## 12.5.6 (2023-12-05) -* [bitnami/rabbitmq] Replace deprecated pull secret partial (#21395) ([7ce2a11](https://github.com/bitnami/charts/commit/7ce2a11)), closes [#21395](https://github.com/bitnami/charts/issues/21395) +* [bitnami/rabbitmq] Replace deprecated pull secret partial (#21395) ([7ce2a11](https://github.com/bitnami/charts/commit/7ce2a11dd31f49c23e03c518a54d19837a5e437c)), closes [#21395](https://github.com/bitnami/charts/issues/21395) ## 12.5.5 (2023-12-01) -* [bitnami/rabbitmq] Release 12.5.5 updating components versions (#21344) ([d45ae0b](https://github.com/bitnami/charts/commit/d45ae0b)), closes [#21344](https://github.com/bitnami/charts/issues/21344) +* [bitnami/rabbitmq] Release 12.5.5 updating components versions (#21344) ([d45ae0b](https://github.com/bitnami/charts/commit/d45ae0b5ae09b0da6730a6e4b70925c441ce607a)), closes [#21344](https://github.com/bitnami/charts/issues/21344) ## 12.5.4 (2023-11-22) -* [bitnami/rabbitmq] Release 12.5.4 updating components versions (#21204) ([26f1c0b](https://github.com/bitnami/charts/commit/26f1c0b)), closes [#21204](https://github.com/bitnami/charts/issues/21204) +* [bitnami/rabbitmq] Release 12.5.4 updating components versions (#21204) ([26f1c0b](https://github.com/bitnami/charts/commit/26f1c0b997de200e340f9a3f6891cadc7b00fcc1)), closes [#21204](https://github.com/bitnami/charts/issues/21204) ## 12.5.3 (2023-11-21) -* [bitnami/*] Rename solutions to "Bitnami package for ..." (#21038) ([b82f979](https://github.com/bitnami/charts/commit/b82f979)), closes [#21038](https://github.com/bitnami/charts/issues/21038) -* [bitnami/rabbitmq] Release 12.5.3 updating components versions (#21170) ([65fd490](https://github.com/bitnami/charts/commit/65fd490)), closes [#21170](https://github.com/bitnami/charts/issues/21170) +* [bitnami/*] Rename solutions to "Bitnami package for ..." (#21038) ([b82f979](https://github.com/bitnami/charts/commit/b82f979e4fb63423fe6e2192c946d09d79c944fc)), closes [#21038](https://github.com/bitnami/charts/issues/21038) +* [bitnami/rabbitmq] Release 12.5.3 updating components versions (#21170) ([65fd490](https://github.com/bitnami/charts/commit/65fd490d26e4091683287517511b930c6be59af2)), closes [#21170](https://github.com/bitnami/charts/issues/21170) ## 12.5.2 (2023-11-21) -* [bitnami/rabbitmq] Release 12.5.2 updating components versions (#21083) ([4675e03](https://github.com/bitnami/charts/commit/4675e03)), closes [#21083](https://github.com/bitnami/charts/issues/21083) +* [bitnami/rabbitmq] Release 12.5.2 updating components versions (#21083) ([4675e03](https://github.com/bitnami/charts/commit/4675e038a65d1fa3e50f7f7a3964791dfffd4a55)), closes [#21083](https://github.com/bitnami/charts/issues/21083) ## 12.5.1 (2023-11-17) -* [bitnami/*] Remove relative links to non-README sections, add verification for that and update TL;DR ([1103633](https://github.com/bitnami/charts/commit/1103633)), closes [#20967](https://github.com/bitnami/charts/issues/20967) -* [bitnami/rabbitmq] Release 12.5.1 updating components versions (#21029) ([b311186](https://github.com/bitnami/charts/commit/b311186)), closes [#21029](https://github.com/bitnami/charts/issues/21029) +* [bitnami/*] Remove relative links to non-README sections, add verification for that and update TL;DR ([1103633](https://github.com/bitnami/charts/commit/11036334d82df0490aa4abdb591543cab6cf7d7f)), closes [#20967](https://github.com/bitnami/charts/issues/20967) +* [bitnami/rabbitmq] Release 12.5.1 updating components versions (#21029) ([b311186](https://github.com/bitnami/charts/commit/b311186b64ce1679bef16a1d5034e5ab9cd27779)), closes [#21029](https://github.com/bitnami/charts/issues/21029) ## 12.5.0 (2023-11-15) -* [bitnami/rabbitmq] Add Persistent Volume Claim Retention Policy to Rabbitmq Statefulsets (#20915) ([0a70a6e](https://github.com/bitnami/charts/commit/0a70a6e)), closes [#20915](https://github.com/bitnami/charts/issues/20915) +* [bitnami/rabbitmq] Add Persistent Volume Claim Retention Policy to Rabbitmq Statefulsets (#20915) ([0a70a6e](https://github.com/bitnami/charts/commit/0a70a6e53579360ce61a3c959b743ba1c2573031)), closes [#20915](https://github.com/bitnami/charts/issues/20915) ## 12.4.2 (2023-11-09) -* [bitnami/rabbitmq] Release 12.4.2 updating components versions (#20869) ([aacd84e](https://github.com/bitnami/charts/commit/aacd84e)), closes [#20869](https://github.com/bitnami/charts/issues/20869) +* [bitnami/rabbitmq] Release 12.4.2 updating components versions (#20869) ([aacd84e](https://github.com/bitnami/charts/commit/aacd84ed92e8776227b93f30fad64b8e5e155819)), closes [#20869](https://github.com/bitnami/charts/issues/20869) ## 12.4.1 (2023-11-08) -* [bitnami/rabbitmq] Release 12.4.1 updating components versions (#20707) ([5194f22](https://github.com/bitnami/charts/commit/5194f22)), closes [#20707](https://github.com/bitnami/charts/issues/20707) +* [bitnami/rabbitmq] Release 12.4.1 updating components versions (#20707) ([5194f22](https://github.com/bitnami/charts/commit/5194f22f56b542bf9c23a2da4e756e7c98ba3080)), closes [#20707](https://github.com/bitnami/charts/issues/20707) ## 12.4.0 (2023-11-06) -* [bitami/rabbitmq] Added ability to enable/disable allocateLoadBalancerNodePorts (#20503) ([8b508b0](https://github.com/bitnami/charts/commit/8b508b0)), closes [#20503](https://github.com/bitnami/charts/issues/20503) +* [bitami/rabbitmq] Added ability to enable/disable allocateLoadBalancerNodePorts (#20503) ([8b508b0](https://github.com/bitnami/charts/commit/8b508b0ab18f6e09e948e37d86253d1742d2d57e)), closes [#20503](https://github.com/bitnami/charts/issues/20503) ## 12.3.1 (2023-11-05) -* [bitnami/rabbitmq] Release 12.3.1 updating components versions (#20624) ([10bcb64](https://github.com/bitnami/charts/commit/10bcb64)), closes [#20624](https://github.com/bitnami/charts/issues/20624) +* [bitnami/rabbitmq] Release 12.3.1 updating components versions (#20624) ([10bcb64](https://github.com/bitnami/charts/commit/10bcb644fd92f5937cb3bd5f9ce4961d4f35fc1d)), closes [#20624](https://github.com/bitnami/charts/issues/20624) ## 12.3.0 (2023-10-24) -* [bitnami/*] Rename VMware Application Catalog (#20361) ([3acc734](https://github.com/bitnami/charts/commit/3acc734)), closes [#20361](https://github.com/bitnami/charts/issues/20361) -* [bitnami/*] Skip image's tag in the README files of the Bitnami Charts (#19841) ([bb9a01b](https://github.com/bitnami/charts/commit/bb9a01b)), closes [#19841](https://github.com/bitnami/charts/issues/19841) -* [bitnami/*] Standardize documentation (#19835) ([af5f753](https://github.com/bitnami/charts/commit/af5f753)), closes [#19835](https://github.com/bitnami/charts/issues/19835) -* [bitnami/rabbitmq] feat: :sparkles: Add support for PSA restricted policy (#20367) ([7fa78ed](https://github.com/bitnami/charts/commit/7fa78ed)), closes [#20367](https://github.com/bitnami/charts/issues/20367) +* [bitnami/*] Rename VMware Application Catalog (#20361) ([3acc734](https://github.com/bitnami/charts/commit/3acc73472beb6fb56c4d99f929061001205bc57e)), closes [#20361](https://github.com/bitnami/charts/issues/20361) +* [bitnami/*] Skip image's tag in the README files of the Bitnami Charts (#19841) ([bb9a01b](https://github.com/bitnami/charts/commit/bb9a01b65911c87e48318db922cc05eb42785e42)), closes [#19841](https://github.com/bitnami/charts/issues/19841) +* [bitnami/*] Standardize documentation (#19835) ([af5f753](https://github.com/bitnami/charts/commit/af5f7530c1bc8c5ded53a6c4f7b8f384ac1804f2)), closes [#19835](https://github.com/bitnami/charts/issues/19835) +* [bitnami/rabbitmq] feat: :sparkles: Add support for PSA restricted policy (#20367) ([7fa78ed](https://github.com/bitnami/charts/commit/7fa78edaee5cbbe4d666b0e9df53cc6627a95aab)), closes [#20367](https://github.com/bitnami/charts/issues/20367) ## 12.2.5 (2023-10-18) -* [bitnami/rabbitmq] Release 12.2.5 (#20295) ([907aab9](https://github.com/bitnami/charts/commit/907aab9)), closes [#20295](https://github.com/bitnami/charts/issues/20295) +* [bitnami/rabbitmq] Release 12.2.5 (#20295) ([907aab9](https://github.com/bitnami/charts/commit/907aab991f0e32a9fee98d720a02b06313fd3976)), closes [#20295](https://github.com/bitnami/charts/issues/20295) ## 12.2.4 (2023-10-16) -* bitnami/rabbitmq corrected clustering.partitionHandling enum values (#19558) ([6d3450c](https://github.com/bitnami/charts/commit/6d3450c)), closes [#19558](https://github.com/bitnami/charts/issues/19558) +* bitnami/rabbitmq corrected clustering.partitionHandling enum values (#19558) ([6d3450c](https://github.com/bitnami/charts/commit/6d3450c901ee3c19a6422578cd755e6d37399670)), closes [#19558](https://github.com/bitnami/charts/issues/19558) ## 12.2.3 (2023-10-12) -* [bitnami/rabbitmq] Release 12.2.3 updating components versions (#20169) ([0820d76](https://github.com/bitnami/charts/commit/0820d76)), closes [#20169](https://github.com/bitnami/charts/issues/20169) +* [bitnami/rabbitmq] Release 12.2.3 updating components versions (#20169) ([0820d76](https://github.com/bitnami/charts/commit/0820d76f8dfeab8f150bbc9c498bc432afc821dd)), closes [#20169](https://github.com/bitnami/charts/issues/20169) ## 12.2.2 (2023-10-12) -* [bitnami/rabbitmq] Release 12.2.2 (#20117) ([b0fe7a5](https://github.com/bitnami/charts/commit/b0fe7a5)), closes [#20117](https://github.com/bitnami/charts/issues/20117) +* [bitnami/rabbitmq] Release 12.2.2 (#20117) ([b0fe7a5](https://github.com/bitnami/charts/commit/b0fe7a5be3e7c2f840417a6a16d850193318e820)), closes [#20117](https://github.com/bitnami/charts/issues/20117) ## 12.2.1 (2023-10-09) -* [bitnami/*] Update Helm charts prerequisites (#19745) ([eb755dd](https://github.com/bitnami/charts/commit/eb755dd)), closes [#19745](https://github.com/bitnami/charts/issues/19745) -* [bitnami/rabbitmq] Release 12.2.1 (#19937) ([84ef6b1](https://github.com/bitnami/charts/commit/84ef6b1)), closes [#19937](https://github.com/bitnami/charts/issues/19937) +* [bitnami/*] Update Helm charts prerequisites (#19745) ([eb755dd](https://github.com/bitnami/charts/commit/eb755dd36a4dd3cf6635be8e0598f9a7f4c4a554)), closes [#19745](https://github.com/bitnami/charts/issues/19745) +* [bitnami/rabbitmq] Release 12.2.1 (#19937) ([84ef6b1](https://github.com/bitnami/charts/commit/84ef6b195e18fcbeb5e0b386e0474d651117eb1a)), closes [#19937](https://github.com/bitnami/charts/issues/19937) ## 12.2.0 (2023-10-03) -* bitnami/rabbitmq Add support for enableServiceLinks on rabbitmq chart (#19643) ([672284b](https://github.com/bitnami/charts/commit/672284b)), closes [#19643](https://github.com/bitnami/charts/issues/19643) +* bitnami/rabbitmq Add support for enableServiceLinks on rabbitmq chart (#19643) ([672284b](https://github.com/bitnami/charts/commit/672284bf5fe7e015feb64cc7b988b5c1f47dceed)), closes [#19643](https://github.com/bitnami/charts/issues/19643) ## 12.1.7 (2023-09-25) -* [bitnami/rabbitmq] Release 12.1.7 (#19512) ([b93f8fa](https://github.com/bitnami/charts/commit/b93f8fa)), closes [#19512](https://github.com/bitnami/charts/issues/19512) +* [bitnami/rabbitmq] Release 12.1.7 (#19512) ([b93f8fa](https://github.com/bitnami/charts/commit/b93f8fad052f7b462b67b231dd15ca1e598e78a8)), closes [#19512](https://github.com/bitnami/charts/issues/19512) ## 12.1.6 (2023-09-22) -* [bitnami/rabbitmq] Release 12.1.6 (#19463) ([338a3d5](https://github.com/bitnami/charts/commit/338a3d5)), closes [#19463](https://github.com/bitnami/charts/issues/19463) +* [bitnami/rabbitmq] Release 12.1.6 (#19463) ([338a3d5](https://github.com/bitnami/charts/commit/338a3d5d5bf77a29decd9f9e2d58becf7f7f9cf1)), closes [#19463](https://github.com/bitnami/charts/issues/19463) ## 12.1.5 (2023-09-21) -* [bitnami/rabbitmq] Release 12.1.5 (#19453) ([380b1f5](https://github.com/bitnami/charts/commit/380b1f5)), closes [#19453](https://github.com/bitnami/charts/issues/19453) -* Autogenerate schema files (#19194) ([a2c2090](https://github.com/bitnami/charts/commit/a2c2090)), closes [#19194](https://github.com/bitnami/charts/issues/19194) -* Revert "Autogenerate schema files (#19194)" (#19335) ([73d80be](https://github.com/bitnami/charts/commit/73d80be)), closes [#19194](https://github.com/bitnami/charts/issues/19194) [#19335](https://github.com/bitnami/charts/issues/19335) +* [bitnami/rabbitmq] Release 12.1.5 (#19453) ([380b1f5](https://github.com/bitnami/charts/commit/380b1f52885bedf01e38d1082415c784230b125d)), closes [#19453](https://github.com/bitnami/charts/issues/19453) +* Autogenerate schema files (#19194) ([a2c2090](https://github.com/bitnami/charts/commit/a2c2090b5ac97f47b745c8028c6452bf99739772)), closes [#19194](https://github.com/bitnami/charts/issues/19194) +* Revert "Autogenerate schema files (#19194)" (#19335) ([73d80be](https://github.com/bitnami/charts/commit/73d80be525c88fb4b8a54451a55acd506e337062)), closes [#19194](https://github.com/bitnami/charts/issues/19194) [#19335](https://github.com/bitnami/charts/issues/19335) ## 12.1.4 (2023-09-08) -* [bitnami/rabbitmq]: Use merge helper: (#19098) ([30353ba](https://github.com/bitnami/charts/commit/30353ba)), closes [#19098](https://github.com/bitnami/charts/issues/19098) +* [bitnami/rabbitmq]: Use merge helper: (#19098) ([30353ba](https://github.com/bitnami/charts/commit/30353ba7ca3004207d5aff994471e5a57e3d4f2e)), closes [#19098](https://github.com/bitnami/charts/issues/19098) ## 12.1.3 (2023-08-28) -* [bitnami/rabbitmq] test: :white_check_mark: Add persistence tests (#18812) ([fd9745a](https://github.com/bitnami/charts/commit/fd9745a)), closes [#18812](https://github.com/bitnami/charts/issues/18812) +* [bitnami/rabbitmq] test: :white_check_mark: Add persistence tests (#18812) ([fd9745a](https://github.com/bitnami/charts/commit/fd9745a9f99561d2654fe7692da6af53ded4555c)), closes [#18812](https://github.com/bitnami/charts/issues/18812) ## 12.1.2 (2023-08-25) -* [bitnami/rabbitmq] Release 12.1.2 (#18845) ([2daf44e](https://github.com/bitnami/charts/commit/2daf44e)), closes [#18845](https://github.com/bitnami/charts/issues/18845) +* [bitnami/rabbitmq] Release 12.1.2 (#18845) ([2daf44e](https://github.com/bitnami/charts/commit/2daf44e485c6bc27a6b5464a5712e4a6662cdea6)), closes [#18845](https://github.com/bitnami/charts/issues/18845) ## 12.1.1 (2023-08-24) -* [bitnami/rabbitmq] fix path to serviceMonitor annotations value (#18797) ([85fe75b](https://github.com/bitnami/charts/commit/85fe75b)), closes [#18797](https://github.com/bitnami/charts/issues/18797) +* [bitnami/rabbitmq] fix path to serviceMonitor annotations value (#18797) ([85fe75b](https://github.com/bitnami/charts/commit/85fe75bfcc1f4a6add364b9d5f31d010852f9a70)), closes [#18797](https://github.com/bitnami/charts/issues/18797) ## 12.1.0 (2023-08-22) -* [bitnami/rabbitmq] Support for customizing standard labels (#18416) ([a070c62](https://github.com/bitnami/charts/commit/a070c62)), closes [#18416](https://github.com/bitnami/charts/issues/18416) +* [bitnami/rabbitmq] Support for customizing standard labels (#18416) ([a070c62](https://github.com/bitnami/charts/commit/a070c6219afa3bffa28d6b69736b781eba8462b0)), closes [#18416](https://github.com/bitnami/charts/issues/18416) ## 12.0.13 (2023-08-20) -* [bitnami/rabbitmq] Release 12.0.13 (#18711) ([1bc09aa](https://github.com/bitnami/charts/commit/1bc09aa)), closes [#18711](https://github.com/bitnami/charts/issues/18711) +* [bitnami/rabbitmq] Release 12.0.13 (#18711) ([1bc09aa](https://github.com/bitnami/charts/commit/1bc09aa5bc6a27c4ed51667d0210c9121ae866e5)), closes [#18711](https://github.com/bitnami/charts/issues/18711) ## 12.0.12 (2023-08-18) -* [bitnami/rabbitmq] Release 12.0.12 (#18608) ([61384d6](https://github.com/bitnami/charts/commit/61384d6)), closes [#18608](https://github.com/bitnami/charts/issues/18608) +* [bitnami/rabbitmq] Release 12.0.12 (#18608) ([61384d6](https://github.com/bitnami/charts/commit/61384d624eab8ce7a8841c3e0115b892e1d8ef0b)), closes [#18608](https://github.com/bitnami/charts/issues/18608) ## 12.0.11 (2023-08-17) -* [bitnami/rabbitmq] Release 12.0.11 (#18586) ([6bfa3bb](https://github.com/bitnami/charts/commit/6bfa3bb)), closes [#18586](https://github.com/bitnami/charts/issues/18586) +* [bitnami/rabbitmq] Release 12.0.11 (#18586) ([6bfa3bb](https://github.com/bitnami/charts/commit/6bfa3bb6253a8f021ec2c9821afce64fd650ce97)), closes [#18586](https://github.com/bitnami/charts/issues/18586) ## 12.0.10 (2023-08-04) -* [bitnami/rabbitmq] Fix issue with ingress.existingSecret (#18125) ([ba42210](https://github.com/bitnami/charts/commit/ba42210)), closes [#18125](https://github.com/bitnami/charts/issues/18125) +* [bitnami/rabbitmq] Fix issue with ingress.existingSecret (#18125) ([ba42210](https://github.com/bitnami/charts/commit/ba42210ccea45732095e9cb2ed4427b68884e499)), closes [#18125](https://github.com/bitnami/charts/issues/18125) ## 12.0.9 (2023-07-26) -* [bitnami/rabbitmq] Release 12.0.9 (#17954) ([ed09fce](https://github.com/bitnami/charts/commit/ed09fce)), closes [#17954](https://github.com/bitnami/charts/issues/17954) +* [bitnami/rabbitmq] Release 12.0.9 (#17954) ([ed09fce](https://github.com/bitnami/charts/commit/ed09fcebc209d6f3f5e171f7782ba1fd38b4d165)), closes [#17954](https://github.com/bitnami/charts/issues/17954) ## 12.0.8 (2023-07-22) -* [bitnami/rabbitmq] Release 12.0.8 (#17826) ([ac13413](https://github.com/bitnami/charts/commit/ac13413)), closes [#17826](https://github.com/bitnami/charts/issues/17826) +* [bitnami/rabbitmq] Release 12.0.8 (#17826) ([ac13413](https://github.com/bitnami/charts/commit/ac134131bbb956cd6259d120245ea9e7a1e9b6c9)), closes [#17826](https://github.com/bitnami/charts/issues/17826) ## 12.0.7 (2023-07-17) -* [bitnami/rabbitmq] Release 12.0.7 (#17752) ([872f61f](https://github.com/bitnami/charts/commit/872f61f)), closes [#17752](https://github.com/bitnami/charts/issues/17752) +* [bitnami/rabbitmq] Release 12.0.7 (#17752) ([872f61f](https://github.com/bitnami/charts/commit/872f61f29b9e1f660ce63187a790a98cbf983e31)), closes [#17752](https://github.com/bitnami/charts/issues/17752) ## 12.0.6 (2023-07-13) -* [bitnami/rabbitmq] Release 12.0.6 (#17660) ([9f1bf9f](https://github.com/bitnami/charts/commit/9f1bf9f)), closes [#17660](https://github.com/bitnami/charts/issues/17660) +* [bitnami/rabbitmq] Release 12.0.6 (#17660) ([9f1bf9f](https://github.com/bitnami/charts/commit/9f1bf9ffab3a6d9e05028b819c8e8cef688d4d84)), closes [#17660](https://github.com/bitnami/charts/issues/17660) ## 12.0.5 (2023-07-13) -* [bitnami/rabbitmq] Updating the tls certs through values.yaml not restarting the pods (#17537) ([c0dea3c](https://github.com/bitnami/charts/commit/c0dea3c)), closes [#17537](https://github.com/bitnami/charts/issues/17537) +* [bitnami/rabbitmq] Updating the tls certs through values.yaml not restarting the pods (#17537) ([c0dea3c](https://github.com/bitnami/charts/commit/c0dea3c2f77fd62d3a5e1ab61788ebf7fbf1d5f5)), closes [#17537](https://github.com/bitnami/charts/issues/17537) ## 12.0.4 (2023-06-27) -* [bitnami/rabbitmq] Release 12.0.4 (#17361) ([2d36d89](https://github.com/bitnami/charts/commit/2d36d89)), closes [#17361](https://github.com/bitnami/charts/issues/17361) -* Add copyright header (#17300) ([da68be8](https://github.com/bitnami/charts/commit/da68be8)), closes [#17300](https://github.com/bitnami/charts/issues/17300) +* [bitnami/rabbitmq] Release 12.0.4 (#17361) ([2d36d89](https://github.com/bitnami/charts/commit/2d36d89f4a6e757b59a3c6296e7cfa891549347a)), closes [#17361](https://github.com/bitnami/charts/issues/17361) +* Add copyright header (#17300) ([da68be8](https://github.com/bitnami/charts/commit/da68be8e951225133c7dfb572d5101ca3d61c5ae)), closes [#17300](https://github.com/bitnami/charts/issues/17300) ## 12.0.3 (2023-06-22) -* [bitnami/rabbitmq] Release 12.0.3 (#17319) ([2858f96](https://github.com/bitnami/charts/commit/2858f96)), closes [#17319](https://github.com/bitnami/charts/issues/17319) -* Update charts readme (#17217) ([31b3c0a](https://github.com/bitnami/charts/commit/31b3c0a)), closes [#17217](https://github.com/bitnami/charts/issues/17217) +* [bitnami/rabbitmq] Release 12.0.3 (#17319) ([2858f96](https://github.com/bitnami/charts/commit/2858f965ea5503bd91006fd01de59562260c4cb6)), closes [#17319](https://github.com/bitnami/charts/issues/17319) +* Update charts readme (#17217) ([31b3c0a](https://github.com/bitnami/charts/commit/31b3c0afd968ff4429107e34101f7509e6a0e913)), closes [#17217](https://github.com/bitnami/charts/issues/17217) ## 12.0.2 (2023-06-19) -* [bitnami/rabbitmq] removed empty line added between password and cookie secret (#17162) ([4290ffe](https://github.com/bitnami/charts/commit/4290ffe)), closes [#17162](https://github.com/bitnami/charts/issues/17162) +* [bitnami/rabbitmq] removed empty line added between password and cookie secret (#17162) ([4290ffe](https://github.com/bitnami/charts/commit/4290ffe6a9629a4f2d9a5e261bf20188720fc944)), closes [#17162](https://github.com/bitnami/charts/issues/17162) ## 12.0.1 (2023-06-13) -* [bitnami/rabbitmq] Set full hostname in rabbitmq svcbind secret (#17056) ([8dfaf4d](https://github.com/bitnami/charts/commit/8dfaf4d)), closes [#17056](https://github.com/bitnami/charts/issues/17056) +* [bitnami/rabbitmq] Set full hostname in rabbitmq svcbind secret (#17056) ([8dfaf4d](https://github.com/bitnami/charts/commit/8dfaf4d8b7e6417ff7701689cd22845dfd08cfcb)), closes [#17056](https://github.com/bitnami/charts/issues/17056) ## 12.0.0 (2023-06-07) -* [bitnami/rabbitmq] Release 12.0.0 (#17064) ([1b86d3b](https://github.com/bitnami/charts/commit/1b86d3b)), closes [#17064](https://github.com/bitnami/charts/issues/17064) +* [bitnami/rabbitmq] Release 12.0.0 (#17064) ([1b86d3b](https://github.com/bitnami/charts/commit/1b86d3bbc335202697a155b6d9738b4f01328a40)), closes [#17064](https://github.com/bitnami/charts/issues/17064) ## 11.16.2 (2023-06-05) -* [bitnami/*] Change copyright section in READMEs (#17006) ([ef986a1](https://github.com/bitnami/charts/commit/ef986a1)), closes [#17006](https://github.com/bitnami/charts/issues/17006) -* [bitnami/rabbitmq] Release 11.16.2 (#17032) ([56326c7](https://github.com/bitnami/charts/commit/56326c7)), closes [#17032](https://github.com/bitnami/charts/issues/17032) +* [bitnami/*] Change copyright section in READMEs (#17006) ([ef986a1](https://github.com/bitnami/charts/commit/ef986a1605241102b3dcafe9fd8089e6fc1201ad)), closes [#17006](https://github.com/bitnami/charts/issues/17006) +* [bitnami/rabbitmq] Release 11.16.2 (#17032) ([56326c7](https://github.com/bitnami/charts/commit/56326c7efbe8e13aff5e80c84dfe4b397911d2de)), closes [#17032](https://github.com/bitnami/charts/issues/17032) ## 11.16.1 (2023-06-01) -* [bitnami/rabbitmq] Release 11.16.1 (#16991) ([3f5cb79](https://github.com/bitnami/charts/commit/3f5cb79)), closes [#16991](https://github.com/bitnami/charts/issues/16991) -* [bitnami/several] Change copyright section in READMEs (#16989) ([5b6a5cf](https://github.com/bitnami/charts/commit/5b6a5cf)), closes [#16989](https://github.com/bitnami/charts/issues/16989) +* [bitnami/rabbitmq] Release 11.16.1 (#16991) ([3f5cb79](https://github.com/bitnami/charts/commit/3f5cb79454418d4e353ccc05ee3d99ce64105bda)), closes [#16991](https://github.com/bitnami/charts/issues/16991) +* [bitnami/several] Change copyright section in READMEs (#16989) ([5b6a5cf](https://github.com/bitnami/charts/commit/5b6a5cfb7625a751848a2e5cd796bd7278f406ca)), closes [#16989](https://github.com/bitnami/charts/issues/16989) ## 11.16.0 (2023-05-31) -* [bitnami/rabbitmq] Add possibility to specify `params` for ServiceMonitor (#16896) ([a5dba57](https://github.com/bitnami/charts/commit/a5dba57)), closes [#16896](https://github.com/bitnami/charts/issues/16896) +* [bitnami/rabbitmq] Add possibility to specify `params` for ServiceMonitor (#16896) ([a5dba57](https://github.com/bitnami/charts/commit/a5dba5752210d099919ea5797a53f964341637dd)), closes [#16896](https://github.com/bitnami/charts/issues/16896) ## 11.15.7 (2023-05-31) -* Re add curl validation (#16976) ([94da8bb](https://github.com/bitnami/charts/commit/94da8bb)), closes [#16976](https://github.com/bitnami/charts/issues/16976) [#16916](https://github.com/bitnami/charts/issues/16916) +* Re add curl validation (#16976) ([94da8bb](https://github.com/bitnami/charts/commit/94da8bb6df32884071ecb298bee5a3b58ec8fd47)), closes [#16976](https://github.com/bitnami/charts/issues/16976) [#16916](https://github.com/bitnami/charts/issues/16916) ## 11.15.6 (2023-05-31) -* [bitnami/rabbitmq] Release 11.15.6 (#16974) ([2daef2a](https://github.com/bitnami/charts/commit/2daef2a)), closes [#16974](https://github.com/bitnami/charts/issues/16974) -* Changes auth.enableLoopbackUser parameter description (#16958) ([7bd397a](https://github.com/bitnami/charts/commit/7bd397a)), closes [#16958](https://github.com/bitnami/charts/issues/16958) +* [bitnami/rabbitmq] Release 11.15.6 (#16974) ([2daef2a](https://github.com/bitnami/charts/commit/2daef2afaa75ac78b11e0f6119b8790ef188537b)), closes [#16974](https://github.com/bitnami/charts/issues/16974) +* Changes auth.enableLoopbackUser parameter description (#16958) ([7bd397a](https://github.com/bitnami/charts/commit/7bd397aa2e22aeafe2e97fcdb8eeb547f2a1e223)), closes [#16958](https://github.com/bitnami/charts/issues/16958) ## 11.15.5 (2023-05-30) -* [bitnami/rabbitmq] Release 11.15.5 (#16952) ([02bb38b](https://github.com/bitnami/charts/commit/02bb38b)), closes [#16952](https://github.com/bitnami/charts/issues/16952) +* [bitnami/rabbitmq] Release 11.15.5 (#16952) ([02bb38b](https://github.com/bitnami/charts/commit/02bb38b52acde1fbcd4d2f4fa64305edba374789)), closes [#16952](https://github.com/bitnami/charts/issues/16952) ## 11.15.4 (2023-05-29) -* [bitnami/rabbitmq] Release 11.15.4 (#16916) ([c6939a5](https://github.com/bitnami/charts/commit/c6939a5)), closes [#16916](https://github.com/bitnami/charts/issues/16916) +* [bitnami/rabbitmq] Release 11.15.4 (#16916) ([c6939a5](https://github.com/bitnami/charts/commit/c6939a5234042438a79e5d1167adc101f1407ad9)), closes [#16916](https://github.com/bitnami/charts/issues/16916) ## 11.15.3 (2023-05-21) -* [bitnami/rabbitmq] Release 11.15.3 (#16786) ([06e2ea2](https://github.com/bitnami/charts/commit/06e2ea2)), closes [#16786](https://github.com/bitnami/charts/issues/16786) +* [bitnami/rabbitmq] Release 11.15.3 (#16786) ([06e2ea2](https://github.com/bitnami/charts/commit/06e2ea2d99bff0e5aefeb52c8bb18b6dde610b0c)), closes [#16786](https://github.com/bitnami/charts/issues/16786) ## 11.15.2 (2023-05-13) -* [bitnami/rabbitmq] Release 11.15.2 (#16635) ([b9a8e74](https://github.com/bitnami/charts/commit/b9a8e74)), closes [#16635](https://github.com/bitnami/charts/issues/16635) +* [bitnami/rabbitmq] Release 11.15.2 (#16635) ([b9a8e74](https://github.com/bitnami/charts/commit/b9a8e74150c9b164ad510e997c3bca281bc2c753)), closes [#16635](https://github.com/bitnami/charts/issues/16635) ## 11.15.1 (2023-05-11) -* [bitnami/rabbitmq] Use built-in probes if management is not installed (#16567) ([e3d48d6](https://github.com/bitnami/charts/commit/e3d48d6)), closes [#16567](https://github.com/bitnami/charts/issues/16567) -* Add wording for enterprise page (#16560) ([8f22774](https://github.com/bitnami/charts/commit/8f22774)), closes [#16560](https://github.com/bitnami/charts/issues/16560) +* [bitnami/rabbitmq] Use built-in probes if management is not installed (#16567) ([e3d48d6](https://github.com/bitnami/charts/commit/e3d48d69de636046fbdb165c8423a0f5671d7196)), closes [#16567](https://github.com/bitnami/charts/issues/16567) +* Add wording for enterprise page (#16560) ([8f22774](https://github.com/bitnami/charts/commit/8f2277440b976d52785ba9149762ad8620a73d1f)), closes [#16560](https://github.com/bitnami/charts/issues/16560) ## 11.15.0 (2023-05-09) -* [bitnami/several] Adapt Chart.yaml to set desired OCI annotations (#16546) ([fc9b18f](https://github.com/bitnami/charts/commit/fc9b18f)), closes [#16546](https://github.com/bitnami/charts/issues/16546) +* [bitnami/several] Adapt Chart.yaml to set desired OCI annotations (#16546) ([fc9b18f](https://github.com/bitnami/charts/commit/fc9b18f2e98805d4df629acbcde696f44f973344)), closes [#16546](https://github.com/bitnami/charts/issues/16546) ## 11.14.5 (2023-05-09) -* [bitnami/rabbitmq] Release 11.14.5 (#16497) ([32c0945](https://github.com/bitnami/charts/commit/32c0945)), closes [#16497](https://github.com/bitnami/charts/issues/16497) -* Align tls port name to amqp-tls by default (#16335) ([1104e32](https://github.com/bitnami/charts/commit/1104e32)), closes [#16335](https://github.com/bitnami/charts/issues/16335) +* [bitnami/rabbitmq] Release 11.14.5 (#16497) ([32c0945](https://github.com/bitnami/charts/commit/32c0945a0bb0ac46ad775d3f14abe0f21799908d)), closes [#16497](https://github.com/bitnami/charts/issues/16497) +* Align tls port name to amqp-tls by default (#16335) ([1104e32](https://github.com/bitnami/charts/commit/1104e32e205a579e92196123f98582898bda3f4f)), closes [#16335](https://github.com/bitnami/charts/issues/16335) ## 11.14.4 (2023-05-02) -* [bitnami/rabbitmq] Fix high CPU usage while idle (#16082) ([83827ce](https://github.com/bitnami/charts/commit/83827ce)), closes [#16082](https://github.com/bitnami/charts/issues/16082) [#11117](https://github.com/bitnami/charts/issues/11117) [#11180](https://github.com/bitnami/charts/issues/11180) [#11116](https://github.com/bitnami/charts/issues/11116) +* [bitnami/rabbitmq] Fix high CPU usage while idle (#16082) ([83827ce](https://github.com/bitnami/charts/commit/83827ce340efd7f7203d1ca7789eb9205110a1e0)), closes [#16082](https://github.com/bitnami/charts/issues/16082) [#11117](https://github.com/bitnami/charts/issues/11117) [#11180](https://github.com/bitnami/charts/issues/11180) [#11116](https://github.com/bitnami/charts/issues/11116) ## 11.14.3 (2023-04-29) -* [bitnami/rabbitmq] Release 11.14.3 (#16285) ([81861c3](https://github.com/bitnami/charts/commit/81861c3)), closes [#16285](https://github.com/bitnami/charts/issues/16285) +* [bitnami/rabbitmq] Release 11.14.3 (#16285) ([81861c3](https://github.com/bitnami/charts/commit/81861c37fee3f554c1518f4d81cabcfe6555a7ce)), closes [#16285](https://github.com/bitnami/charts/issues/16285) ## 11.14.2 (2023-04-29) -* [bitnami/rabbitmq] Release 11.14.2 (#16271) ([5d68b21](https://github.com/bitnami/charts/commit/5d68b21)), closes [#16271](https://github.com/bitnami/charts/issues/16271) +* [bitnami/rabbitmq] Release 11.14.2 (#16271) ([5d68b21](https://github.com/bitnami/charts/commit/5d68b219bd1b6b281fb4520da43a7376847bbbc0)), closes [#16271](https://github.com/bitnami/charts/issues/16271) ## 11.14.1 (2023-04-27) -* [bitnami/rabbitmq] Use username as key in the Service Binding secret (#16254) ([483fcc8](https://github.com/bitnami/charts/commit/483fcc8)), closes [#16254](https://github.com/bitnami/charts/issues/16254) +* [bitnami/rabbitmq] Use username as key in the Service Binding secret (#16254) ([483fcc8](https://github.com/bitnami/charts/commit/483fcc8527b6005f31b16a963e28ebd837d09cbb)), closes [#16254](https://github.com/bitnami/charts/issues/16254) ## 11.14.0 (2023-04-20) -* [bitnami/*] Make Helm charts 100% OCI (#15998) ([8841510](https://github.com/bitnami/charts/commit/8841510)), closes [#15998](https://github.com/bitnami/charts/issues/15998) +* [bitnami/*] Make Helm charts 100% OCI (#15998) ([8841510](https://github.com/bitnami/charts/commit/884151035efcbf2e1b3206e7def85511073fb57d)), closes [#15998](https://github.com/bitnami/charts/issues/15998) ## 11.13.0 (2023-04-04) -* [bitnami/rabbitmq] Updated values.yaml (#15934) ([ac8e273](https://github.com/bitnami/charts/commit/ac8e273)), closes [#15934](https://github.com/bitnami/charts/issues/15934) +* [bitnami/rabbitmq] Updated values.yaml (#15934) ([ac8e273](https://github.com/bitnami/charts/commit/ac8e2736ad9a50b032c2a8432099cb90fe03a026)), closes [#15934](https://github.com/bitnami/charts/issues/15934) ## 11.12.3 (2023-04-04) -* Add missing version, kind to volumeClaimTemplates (#15943) ([b8ff10c](https://github.com/bitnami/charts/commit/b8ff10c)), closes [#15943](https://github.com/bitnami/charts/issues/15943) +* Add missing version, kind to volumeClaimTemplates (#15943) ([b8ff10c](https://github.com/bitnami/charts/commit/b8ff10c51ab4035508ee3d44062964e73b6ede3b)), closes [#15943](https://github.com/bitnami/charts/issues/15943) ## 11.12.2 (2023-04-01) -* [bitnami/rabbitmq] Release 11.12.2 (#15905) ([9c16737](https://github.com/bitnami/charts/commit/9c16737)), closes [#15905](https://github.com/bitnami/charts/issues/15905) +* [bitnami/rabbitmq] Release 11.12.2 (#15905) ([9c16737](https://github.com/bitnami/charts/commit/9c1673758da7889362a9eff6b2ca634f30b96466)), closes [#15905](https://github.com/bitnami/charts/issues/15905) ## 11.12.1 (2023-03-31) -* [bitnami/rabbitmq] Empty RABBITMQ_FEATURE_FLAGS variable causes some flags to be disabled (#15819) ([dcd192a](https://github.com/bitnami/charts/commit/dcd192a)), closes [#15819](https://github.com/bitnami/charts/issues/15819) +* [bitnami/rabbitmq] Empty RABBITMQ_FEATURE_FLAGS variable causes some flags to be disabled (#15819) ([dcd192a](https://github.com/bitnami/charts/commit/dcd192ac7e8509f43e3786255699513a105f17ad)), closes [#15819](https://github.com/bitnami/charts/issues/15819) ## 11.12.0 (2023-03-21) -* [bitnami/rabbitmq] Add support for service.headless.annotations (#15440) ([9db2941](https://github.com/bitnami/charts/commit/9db2941)), closes [#15440](https://github.com/bitnami/charts/issues/15440) +* [bitnami/rabbitmq] Add support for service.headless.annotations (#15440) ([9db2941](https://github.com/bitnami/charts/commit/9db2941e97b0d1f3641297a184f3b52cac7d226f)), closes [#15440](https://github.com/bitnami/charts/issues/15440) ## 11.11.2 (2023-03-20) -* [bitnami/rabbitmq] Release 11.11.2 (#15647) ([4eb06e0](https://github.com/bitnami/charts/commit/4eb06e0)), closes [#15647](https://github.com/bitnami/charts/issues/15647) +* [bitnami/rabbitmq] Release 11.11.2 (#15647) ([4eb06e0](https://github.com/bitnami/charts/commit/4eb06e053891c1c9547d43d16d93d84dba066fbc)), closes [#15647](https://github.com/bitnami/charts/issues/15647) ## 11.11.1 (2023-03-19) -* [bitnami/rabbitmq] Release 11.11.1 (#15604) ([2c8446f](https://github.com/bitnami/charts/commit/2c8446f)), closes [#15604](https://github.com/bitnami/charts/issues/15604) +* [bitnami/rabbitmq] Release 11.11.1 (#15604) ([2c8446f](https://github.com/bitnami/charts/commit/2c8446fcf14fabfbe960ccc513c4945844e85af4)), closes [#15604](https://github.com/bitnami/charts/issues/15604) ## 11.11.0 (2023-03-17) -* [bitnami/charts] Apply linter to README files (#15357) ([0e29e60](https://github.com/bitnami/charts/commit/0e29e60)), closes [#15357](https://github.com/bitnami/charts/issues/15357) -* Add support for StatefulSet annotations (#15529) ([4566584](https://github.com/bitnami/charts/commit/4566584)), closes [#15529](https://github.com/bitnami/charts/issues/15529) +* [bitnami/charts] Apply linter to README files (#15357) ([0e29e60](https://github.com/bitnami/charts/commit/0e29e600d3adc8b1b46e506eccb3decfab3b4e63)), closes [#15357](https://github.com/bitnami/charts/issues/15357) +* Add support for StatefulSet annotations (#15529) ([4566584](https://github.com/bitnami/charts/commit/456658446dc26e5c60ab18a35af9883d4d41379a)), closes [#15529](https://github.com/bitnami/charts/issues/15529) ## 11.10.3 (2023-03-07) -* [bitnami/rabbitmq] add PVC labels (#15352) ([bd0fbf7](https://github.com/bitnami/charts/commit/bd0fbf7)), closes [#15352](https://github.com/bitnami/charts/issues/15352) +* [bitnami/rabbitmq] add PVC labels (#15352) ([bd0fbf7](https://github.com/bitnami/charts/commit/bd0fbf7b4d123d1024982bc6fdbdee99ac84a8f8)), closes [#15352](https://github.com/bitnami/charts/issues/15352) ## 11.10.2 (2023-03-02) -* [bitnami/rabbitmq] Release 11.10.2 (#15305) ([1a09a4e](https://github.com/bitnami/charts/commit/1a09a4e)), closes [#15305](https://github.com/bitnami/charts/issues/15305) +* [bitnami/rabbitmq] Release 11.10.2 (#15305) ([1a09a4e](https://github.com/bitnami/charts/commit/1a09a4e9b8b0741d820232cb67e442199a18856e)), closes [#15305](https://github.com/bitnami/charts/issues/15305) ## 11.10.1 (2023-03-01) -* [bitnami/rabbitmq] Release 11.10.1 (#15269) ([505749e](https://github.com/bitnami/charts/commit/505749e)), closes [#15269](https://github.com/bitnami/charts/issues/15269) +* [bitnami/rabbitmq] Release 11.10.1 (#15269) ([505749e](https://github.com/bitnami/charts/commit/505749e3ad25e43d58099e10764ecacff3482f65)), closes [#15269](https://github.com/bitnami/charts/issues/15269) ## 11.10.0 (2023-02-21) -* [bitnami/rabbitmq] feat: :sparkles: Add ServiceBinding-compatible secrets (#14915) ([6256b83](https://github.com/bitnami/charts/commit/6256b83)), closes [#14915](https://github.com/bitnami/charts/issues/14915) +* [bitnami/rabbitmq] feat: :sparkles: Add ServiceBinding-compatible secrets (#14915) ([6256b83](https://github.com/bitnami/charts/commit/6256b8312ce6efa14f5921d0acccfa536bd7668d)), closes [#14915](https://github.com/bitnami/charts/issues/14915) ## 11.9.3 (2023-02-17) -* [bitnami/rabbitmq] Release 11.9.3 (#15030) ([9b47294](https://github.com/bitnami/charts/commit/9b47294)), closes [#15030](https://github.com/bitnami/charts/issues/15030) +* [bitnami/rabbitmq] Release 11.9.3 (#15030) ([9b47294](https://github.com/bitnami/charts/commit/9b47294438e9b9176531a0bb512db1a37c7424ff)), closes [#15030](https://github.com/bitnami/charts/issues/15030) ## 11.9.2 (2023-02-17) -* [bitnami/*] Fix markdown linter issues (#14874) ([a51e0e8](https://github.com/bitnami/charts/commit/a51e0e8)), closes [#14874](https://github.com/bitnami/charts/issues/14874) -* [bitnami/*] Fix markdown linter issues 2 (#14890) ([aa96572](https://github.com/bitnami/charts/commit/aa96572)), closes [#14890](https://github.com/bitnami/charts/issues/14890) -* [bitnami/*] Remove unexpected extra spaces (#14873) ([c97c714](https://github.com/bitnami/charts/commit/c97c714)), closes [#14873](https://github.com/bitnami/charts/issues/14873) -* [bitnami/rabbitmq] fix broken config option #14766 (#14859) ([75b0cf6](https://github.com/bitnami/charts/commit/75b0cf6)), closes [#14766](https://github.com/bitnami/charts/issues/14766) [#14859](https://github.com/bitnami/charts/issues/14859) [#14766](https://github.com/bitnami/charts/issues/14766) [#14766](https://github.com/bitnami/charts/issues/14766) +* [bitnami/*] Fix markdown linter issues (#14874) ([a51e0e8](https://github.com/bitnami/charts/commit/a51e0e8d35495b907f3e70dd2f8e7c3bcbf4166a)), closes [#14874](https://github.com/bitnami/charts/issues/14874) +* [bitnami/*] Fix markdown linter issues 2 (#14890) ([aa96572](https://github.com/bitnami/charts/commit/aa9657237ee8df4a46db0d7fdf8a23230dd6902a)), closes [#14890](https://github.com/bitnami/charts/issues/14890) +* [bitnami/*] Remove unexpected extra spaces (#14873) ([c97c714](https://github.com/bitnami/charts/commit/c97c714887380d47eae7bfeff316bf01595ecd1d)), closes [#14873](https://github.com/bitnami/charts/issues/14873) +* [bitnami/rabbitmq] fix broken config option #14766 (#14859) ([75b0cf6](https://github.com/bitnami/charts/commit/75b0cf6f8958d8b35bfa2670d30e4b81e8e88d8d)), closes [#14766](https://github.com/bitnami/charts/issues/14766) [#14859](https://github.com/bitnami/charts/issues/14859) [#14766](https://github.com/bitnami/charts/issues/14766) [#14766](https://github.com/bitnami/charts/issues/14766) ## 11.9.1 (2023-02-12) -* [bitnami/rabbitmq] Release 11.9.1 (#14851) ([c7aa17e](https://github.com/bitnami/charts/commit/c7aa17e)), closes [#14851](https://github.com/bitnami/charts/issues/14851) +* [bitnami/rabbitmq] Release 11.9.1 (#14851) ([c7aa17e](https://github.com/bitnami/charts/commit/c7aa17ee9e506ee0497ec62525be775fcd91dd6b)), closes [#14851](https://github.com/bitnami/charts/issues/14851) ## 11.9.0 (2023-02-06) -* Charts failing because of the feature flags not enabled (#14387) ([814a95a](https://github.com/bitnami/charts/commit/814a95a)), closes [#14387](https://github.com/bitnami/charts/issues/14387) +* Charts failing because of the feature flags not enabled (#14387) ([814a95a](https://github.com/bitnami/charts/commit/814a95a971258f276080cdb48fcd98a58f42baeb)), closes [#14387](https://github.com/bitnami/charts/issues/14387) ## 11.8.0 (2023-02-03) -* [bitnami/rabbitmq] Add Possibility to set tcpListenOptions (#14719) ([37b6c5b](https://github.com/bitnami/charts/commit/37b6c5b)), closes [#14719](https://github.com/bitnami/charts/issues/14719) [#14702](https://github.com/bitnami/charts/issues/14702) +* [bitnami/rabbitmq] Add Possibility to set tcpListenOptions (#14719) ([37b6c5b](https://github.com/bitnami/charts/commit/37b6c5bb391f005db6d93a0566904477f75055bb)), closes [#14719](https://github.com/bitnami/charts/issues/14719) [#14702](https://github.com/bitnami/charts/issues/14702) ## 11.7.1 (2023-02-02) -* [bitnami/rabbitmq] Don't regenerate self-signed certs on upgrade (#14653) ([1369f8e](https://github.com/bitnami/charts/commit/1369f8e)), closes [#14653](https://github.com/bitnami/charts/issues/14653) +* [bitnami/rabbitmq] Don't regenerate self-signed certs on upgrade (#14653) ([1369f8e](https://github.com/bitnami/charts/commit/1369f8eca641f96d345c6948153ed0b9e145d09b)), closes [#14653](https://github.com/bitnami/charts/issues/14653) ## 11.7.0 (2023-02-01) -* [bitnami/*] Change copyright date (#14682) ([add4ec7](https://github.com/bitnami/charts/commit/add4ec7)), closes [#14682](https://github.com/bitnami/charts/issues/14682) -* [bitnami/rabbitmq] Add ssl_options.password (#14463) ([9941124](https://github.com/bitnami/charts/commit/9941124)), closes [#14463](https://github.com/bitnami/charts/issues/14463) [#14373](https://github.com/bitnami/charts/issues/14373) [#14373](https://github.com/bitnami/charts/issues/14373) +* [bitnami/*] Change copyright date (#14682) ([add4ec7](https://github.com/bitnami/charts/commit/add4ec701108ac36ed4de2dffbdf407a0d091067)), closes [#14682](https://github.com/bitnami/charts/issues/14682) +* [bitnami/rabbitmq] Add ssl_options.password (#14463) ([9941124](https://github.com/bitnami/charts/commit/9941124a3f8d3770d3b17acfaeec0e134930dd25)), closes [#14463](https://github.com/bitnami/charts/issues/14463) [#14373](https://github.com/bitnami/charts/issues/14373) [#14373](https://github.com/bitnami/charts/issues/14373) ## 11.6.1 (2023-01-31) -* [bitnami/rabbitmq] Release 11.6.1 (#14675) ([54b2278](https://github.com/bitnami/charts/commit/54b2278)), closes [#14675](https://github.com/bitnami/charts/issues/14675) +* [bitnami/rabbitmq] Release 11.6.1 (#14675) ([54b2278](https://github.com/bitnami/charts/commit/54b2278da50ae17b8f32e22f912d5ab4112ca6b0)), closes [#14675](https://github.com/bitnami/charts/issues/14675) ## 11.6.0 (2023-01-26) -* [bitnam/rabbitmq] Choice of setting configuration and extraConfiguration as secret (#14519) ([5520624](https://github.com/bitnami/charts/commit/5520624)), closes [#14519](https://github.com/bitnami/charts/issues/14519) [#14444](https://github.com/bitnami/charts/issues/14444) [#14444](https://github.com/bitnami/charts/issues/14444) [#14444](https://github.com/bitnami/charts/issues/14444) [#14444](https://github.com/bitnami/charts/issues/14444) [#14444](https://github.com/bitnami/charts/issues/14444) [#14444](https://github.com/bitnami/charts/issues/14444) [#14444](https://github.com/bitnami/charts/issues/14444) +* [bitnam/rabbitmq] Choice of setting configuration and extraConfiguration as secret (#14519) ([5520624](https://github.com/bitnami/charts/commit/5520624e67f0ae44928d83d31dadf5e8a217584b)), closes [#14519](https://github.com/bitnami/charts/issues/14519) [#14444](https://github.com/bitnami/charts/issues/14444) [#14444](https://github.com/bitnami/charts/issues/14444) [#14444](https://github.com/bitnami/charts/issues/14444) [#14444](https://github.com/bitnami/charts/issues/14444) [#14444](https://github.com/bitnami/charts/issues/14444) [#14444](https://github.com/bitnami/charts/issues/14444) [#14444](https://github.com/bitnami/charts/issues/14444) ## 11.5.1 (2023-01-25) -* [bitnami/rabbitmq] Release 11.5.1 (#14535) ([15e9c17](https://github.com/bitnami/charts/commit/15e9c17)), closes [#14535](https://github.com/bitnami/charts/issues/14535) +* [bitnami/rabbitmq] Release 11.5.1 (#14535) ([15e9c17](https://github.com/bitnami/charts/commit/15e9c1703ac409ecd6844cf7951f7172f49f70d6)), closes [#14535](https://github.com/bitnami/charts/issues/14535) ## 11.5.0 (2023-01-23) -* [bitnami/*] Change licenses annotation format (#14377) ([0ab7608](https://github.com/bitnami/charts/commit/0ab7608)), closes [#14377](https://github.com/bitnami/charts/issues/14377) -* [bitnami/*] Unify READMEs (#14472) ([2064fb8](https://github.com/bitnami/charts/commit/2064fb8)), closes [#14472](https://github.com/bitnami/charts/issues/14472) -* [bitnami/rabbitmq] Choice of enabling loopbackUser (#14467) ([3bb3c5e](https://github.com/bitnami/charts/commit/3bb3c5e)), closes [#14467](https://github.com/bitnami/charts/issues/14467) [#14445](https://github.com/bitnami/charts/issues/14445) +* [bitnami/*] Change licenses annotation format (#14377) ([0ab7608](https://github.com/bitnami/charts/commit/0ab760862c660fcc78cffadf8e1d8cdd70881473)), closes [#14377](https://github.com/bitnami/charts/issues/14377) +* [bitnami/*] Unify READMEs (#14472) ([2064fb8](https://github.com/bitnami/charts/commit/2064fb8dcc78a845cdede8211af8c3cc52551161)), closes [#14472](https://github.com/bitnami/charts/issues/14472) +* [bitnami/rabbitmq] Choice of enabling loopbackUser (#14467) ([3bb3c5e](https://github.com/bitnami/charts/commit/3bb3c5e476eda6dd041cfdd03658745f2364c781)), closes [#14467](https://github.com/bitnami/charts/issues/14467) [#14445](https://github.com/bitnami/charts/issues/14445) ## 11.4.0 (2023-01-12) -* [bitnami/*] Add license annotation and remove obsolete engine parameter (#14293) ([da2a794](https://github.com/bitnami/charts/commit/da2a794)), closes [#14293](https://github.com/bitnami/charts/issues/14293) -* Closes #14209 - Separate TLS certificate/key secret and CA configuration (#14233) ([55d5a72](https://github.com/bitnami/charts/commit/55d5a72)), closes [#14209](https://github.com/bitnami/charts/issues/14209) [#14233](https://github.com/bitnami/charts/issues/14233) +* [bitnami/*] Add license annotation and remove obsolete engine parameter (#14293) ([da2a794](https://github.com/bitnami/charts/commit/da2a7943bae95b6e9b5b4ed972c15e990b69fdb0)), closes [#14293](https://github.com/bitnami/charts/issues/14293) +* Closes #14209 - Separate TLS certificate/key secret and CA configuration (#14233) ([55d5a72](https://github.com/bitnami/charts/commit/55d5a725697b3facb29eaa265eab3466a047a512)), closes [#14209](https://github.com/bitnami/charts/issues/14209) [#14233](https://github.com/bitnami/charts/issues/14233) ## 11.3.2 (2023-01-11) -* [bitnami/rabbitmq] Fixes 14212 - Rabbitmq metrics port configuration follows containerPorts.metrics ([98b293a](https://github.com/bitnami/charts/commit/98b293a)), closes [#14219](https://github.com/bitnami/charts/issues/14219) +* [bitnami/rabbitmq] Fixes 14212 - Rabbitmq metrics port configuration follows containerPorts.metrics ([98b293a](https://github.com/bitnami/charts/commit/98b293a0a7d0d8cac08659b23c4a6a7eebf00d1d)), closes [#14219](https://github.com/bitnami/charts/issues/14219) ## 11.3.1 (2023-01-05) -* [bitnami/rabbitmq] Release 11.3.1 (#14198) ([057b9be](https://github.com/bitnami/charts/commit/057b9be)), closes [#14198](https://github.com/bitnami/charts/issues/14198) +* [bitnami/rabbitmq] Release 11.3.1 (#14198) ([057b9be](https://github.com/bitnami/charts/commit/057b9bec0c0cd63387d4c5f123ede45053a2aa73)), closes [#14198](https://github.com/bitnami/charts/issues/14198) ## 11.3.0 (2022-12-23) -* [bitnami/rabbitmq] Set advanced configuration from an existing secret (#14071) ([a1b42f2](https://github.com/bitnami/charts/commit/a1b42f2)), closes [#14071](https://github.com/bitnami/charts/issues/14071) +* [bitnami/rabbitmq] Set advanced configuration from an existing secret (#14071) ([a1b42f2](https://github.com/bitnami/charts/commit/a1b42f2ae620c6c91c7f152787191829b1ec2522)), closes [#14071](https://github.com/bitnami/charts/issues/14071) ## 11.2.2 (2022-12-16) -* [bitnami/rabbitmq] Release 11.2.2 (#13991) ([46f96af](https://github.com/bitnami/charts/commit/46f96af)), closes [#13991](https://github.com/bitnami/charts/issues/13991) +* [bitnami/rabbitmq] Release 11.2.2 (#13991) ([46f96af](https://github.com/bitnami/charts/commit/46f96afc8ecedfb1ad17bcb6338e54bc08a46793)), closes [#13991](https://github.com/bitnami/charts/issues/13991) ## 11.2.1 (2022-12-14) -* [bitnami/rabbitmq] Release 11.2.1 (#13949) ([fbcec45](https://github.com/bitnami/charts/commit/fbcec45)), closes [#13949](https://github.com/bitnami/charts/issues/13949) +* [bitnami/rabbitmq] Release 11.2.1 (#13949) ([fbcec45](https://github.com/bitnami/charts/commit/fbcec455087d94ed1a32b7b04133a6dae66c932d)), closes [#13949](https://github.com/bitnami/charts/issues/13949) ## 11.2.0 (2022-12-07) -* [bitnami/rabbitmq] Add parameter for headless service naming customization (#13805) ([e963f17](https://github.com/bitnami/charts/commit/e963f17)), closes [#13805](https://github.com/bitnami/charts/issues/13805) +* [bitnami/rabbitmq] Add parameter for headless service naming customization (#13805) ([e963f17](https://github.com/bitnami/charts/commit/e963f17318085b18eb87f88d44415da7ecd4f3d0)), closes [#13805](https://github.com/bitnami/charts/issues/13805) ## 11.1.5 (2022-11-29) -* [bitnami/rabbitmq] Release 11.1.5 (#13731) ([ff99dba](https://github.com/bitnami/charts/commit/ff99dba)), closes [#13731](https://github.com/bitnami/charts/issues/13731) +* [bitnami/rabbitmq] Release 11.1.5 (#13731) ([ff99dba](https://github.com/bitnami/charts/commit/ff99dbadd4d92b95a5d64cc65815a0288dc89271)), closes [#13731](https://github.com/bitnami/charts/issues/13731) ## 11.1.4 (2022-11-21) -* [bitnami/rabbitmq] fix apiversion hardcode for NetworkPolicy (#13600) ([9073ee2](https://github.com/bitnami/charts/commit/9073ee2)), closes [#13600](https://github.com/bitnami/charts/issues/13600) +* [bitnami/rabbitmq] fix apiversion hardcode for NetworkPolicy (#13600) ([9073ee2](https://github.com/bitnami/charts/commit/9073ee27b4c5b5f27fc2dc52e1285ca7b49d17d1)), closes [#13600](https://github.com/bitnami/charts/issues/13600) ## 11.1.3 (2022-11-18) -* [bitnami/rabbitmq]fix apiversion hardcode for statefulset (#13563) ([b014902](https://github.com/bitnami/charts/commit/b014902)), closes [#13563](https://github.com/bitnami/charts/issues/13563) +* [bitnami/rabbitmq]fix apiversion hardcode for statefulset (#13563) ([b014902](https://github.com/bitnami/charts/commit/b014902321aba4c8a598583cdd9d133ab031da6a)), closes [#13563](https://github.com/bitnami/charts/issues/13563) ## 11.1.2 (2022-11-10) -* [bitnami/rabbitmq] Release 11.1.2 (#13452) ([61cac97](https://github.com/bitnami/charts/commit/61cac97)), closes [#13452](https://github.com/bitnami/charts/issues/13452) +* [bitnami/rabbitmq] Release 11.1.2 (#13452) ([61cac97](https://github.com/bitnami/charts/commit/61cac9795ee4679efdf6b1f6248c476dd2b99012)), closes [#13452](https://github.com/bitnami/charts/issues/13452) ## 11.1.1 (2022-10-27) -* [bitnami/rabbitmq] Configure password correctly when RABBITMQ_SECURE_PASSWORD is not enabled (#13141 ([e51cb75](https://github.com/bitnami/charts/commit/e51cb75)), closes [#13141](https://github.com/bitnami/charts/issues/13141) +* [bitnami/rabbitmq] Configure password correctly when RABBITMQ_SECURE_PASSWORD is not enabled (#13141 ([e51cb75](https://github.com/bitnami/charts/commit/e51cb757f5d0fe794bb6eac43c15ff38fcddbe23)), closes [#13141](https://github.com/bitnami/charts/issues/13141) ## 11.1.0 (2022-10-25) -* [bitnami/rabbitmq]fix secure password env hardcode (#13056) ([dfad63c](https://github.com/bitnami/charts/commit/dfad63c)), closes [#13056](https://github.com/bitnami/charts/issues/13056) +* [bitnami/rabbitmq]fix secure password env hardcode (#13056) ([dfad63c](https://github.com/bitnami/charts/commit/dfad63c3db1756b0489f0167d03f681f4fc4e8ab)), closes [#13056](https://github.com/bitnami/charts/issues/13056) ## 11.0.4 (2022-10-24) -* [bitnami/rabbitmq] Fix rolebinding creation (#13115) ([a946379](https://github.com/bitnami/charts/commit/a946379)), closes [#13115](https://github.com/bitnami/charts/issues/13115) +* [bitnami/rabbitmq] Fix rolebinding creation (#13115) ([a946379](https://github.com/bitnami/charts/commit/a946379decf8b051cd396af94e80eb53da1e1371)), closes [#13115](https://github.com/bitnami/charts/issues/13115) ## 11.0.3 (2022-10-19) -* [bitnami/rabbitmq] Release 11.0.3 (#13022) ([f57d296](https://github.com/bitnami/charts/commit/f57d296)), closes [#13022](https://github.com/bitnami/charts/issues/13022) +* [bitnami/rabbitmq] Release 11.0.3 (#13022) ([f57d296](https://github.com/bitnami/charts/commit/f57d29664fa11afb4571c83c3b99c5cc9d1ad14a)), closes [#13022](https://github.com/bitnami/charts/issues/13022) ## 11.0.2 (2022-10-18) -* [bitnami/*] Use new default branch name in links (#12943) ([a529e02](https://github.com/bitnami/charts/commit/a529e02)), closes [#12943](https://github.com/bitnami/charts/issues/12943) -* [bitnami/rabbitmq] Release 11.0.2 (#12995) ([f15388e](https://github.com/bitnami/charts/commit/f15388e)), closes [#12995](https://github.com/bitnami/charts/issues/12995) -* [bitnami/rabbitmq] Support ingress.existingSecret for Rabbitmq (#12908) ([a4b91d0](https://github.com/bitnami/charts/commit/a4b91d0)), closes [#12908](https://github.com/bitnami/charts/issues/12908) -* [bitnami/rabbitmq] Update README after releasing version 11.0.0 (#12973) ([60f203c](https://github.com/bitnami/charts/commit/60f203c)), closes [#12973](https://github.com/bitnami/charts/issues/12973) +* [bitnami/*] Use new default branch name in links (#12943) ([a529e02](https://github.com/bitnami/charts/commit/a529e02597d49d944eba1eb0f190713293247176)), closes [#12943](https://github.com/bitnami/charts/issues/12943) +* [bitnami/rabbitmq] Release 11.0.2 (#12995) ([f15388e](https://github.com/bitnami/charts/commit/f15388eabbb1422f0944c126c22fb28ae9b70f5e)), closes [#12995](https://github.com/bitnami/charts/issues/12995) +* [bitnami/rabbitmq] Support ingress.existingSecret for Rabbitmq (#12908) ([a4b91d0](https://github.com/bitnami/charts/commit/a4b91d050546b3935dc59dba62c53bec30e862c5)), closes [#12908](https://github.com/bitnami/charts/issues/12908) +* [bitnami/rabbitmq] Update README after releasing version 11.0.0 (#12973) ([60f203c](https://github.com/bitnami/charts/commit/60f203c7557320956c3c1a4114186641bdf60c92)), closes [#12973](https://github.com/bitnami/charts/issues/12973) ## 11.0.1 (2022-10-17) -* [bitnami/rabbitmq] Release 11.0.1 (#12949) ([b1592ca](https://github.com/bitnami/charts/commit/b1592ca)), closes [#12949](https://github.com/bitnami/charts/issues/12949) +* [bitnami/rabbitmq] Release 11.0.1 (#12949) ([b1592ca](https://github.com/bitnami/charts/commit/b1592ca9a7a8a357c9371e82ebde0c83bbe4d17b)), closes [#12949](https://github.com/bitnami/charts/issues/12949) ## 11.0.0 (2022-10-11) -* [bitnami/rabbitmq] Release 11.0.0 (#12909) ([bb360fe](https://github.com/bitnami/charts/commit/bb360fe)), closes [#12909](https://github.com/bitnami/charts/issues/12909) +* [bitnami/rabbitmq] Release 11.0.0 (#12909) ([bb360fe](https://github.com/bitnami/charts/commit/bb360fe5cd1ff86d7b7a0417550c66c93ce08cb9)), closes [#12909](https://github.com/bitnami/charts/issues/12909) ## 10.3.9 (2022-10-05) -* [bitnami/rabbitmq] Release 10.3.9 (#12824) ([93b0f1a](https://github.com/bitnami/charts/commit/93b0f1a)), closes [#12824](https://github.com/bitnami/charts/issues/12824) +* [bitnami/rabbitmq] Release 10.3.9 (#12824) ([93b0f1a](https://github.com/bitnami/charts/commit/93b0f1a9c8027aa8ecfe548053257656bff76339)), closes [#12824](https://github.com/bitnami/charts/issues/12824) ## 10.3.8 (2022-10-05) -* [bitnami/rabbitmq] Generic README instructions related to the repo (#12795) ([344317e](https://github.com/bitnami/charts/commit/344317e)), closes [#12795](https://github.com/bitnami/charts/issues/12795) -* [bitnami/rabbitmq] Release 10.3.8 (#12813) ([7e7ce74](https://github.com/bitnami/charts/commit/7e7ce74)), closes [#12813](https://github.com/bitnami/charts/issues/12813) +* [bitnami/rabbitmq] Generic README instructions related to the repo (#12795) ([344317e](https://github.com/bitnami/charts/commit/344317e07a480c79780eaf6855bb923832054cdd)), closes [#12795](https://github.com/bitnami/charts/issues/12795) +* [bitnami/rabbitmq] Release 10.3.8 (#12813) ([7e7ce74](https://github.com/bitnami/charts/commit/7e7ce742a40d78c7f55ae04582b0fdb7b3bfa5fe)), closes [#12813](https://github.com/bitnami/charts/issues/12813) ## 10.3.7 (2022-10-04) -* [bitnami/rabbitmq] Release 10.3.7 (#12802) ([25a91de](https://github.com/bitnami/charts/commit/25a91de)), closes [#12802](https://github.com/bitnami/charts/issues/12802) +* [bitnami/rabbitmq] Release 10.3.7 (#12802) ([25a91de](https://github.com/bitnami/charts/commit/25a91dedc094c7bd9bc3da3b87cc34dc4ed0eb95)), closes [#12802](https://github.com/bitnami/charts/issues/12802) ## 10.3.6 (2022-09-27) -* [bitnami/rabbitmq] Release 10.3.6 (#12684) ([ed47cdc](https://github.com/bitnami/charts/commit/ed47cdc)), closes [#12684](https://github.com/bitnami/charts/issues/12684) +* [bitnami/rabbitmq] Release 10.3.6 (#12684) ([ed47cdc](https://github.com/bitnami/charts/commit/ed47cdc8fc43b611dd37446a3d00768e66deef9a)), closes [#12684](https://github.com/bitnami/charts/issues/12684) ## 10.3.5 (2022-09-08) -* [bitnami/rabbitmq] Release 10.3.4 (#12331) ([2fd9cbe](https://github.com/bitnami/charts/commit/2fd9cbe)), closes [#12331](https://github.com/bitnami/charts/issues/12331) +* [bitnami/rabbitmq] Release 10.3.4 (#12331) ([2fd9cbe](https://github.com/bitnami/charts/commit/2fd9cbecd6b132573098cc377a1ee7ac7bc8966a)), closes [#12331](https://github.com/bitnami/charts/issues/12331) ## 10.3.4 (2022-09-08) -* [bitnami/rabbitmq] Bump chart version (#12327) ([c9ab756](https://github.com/bitnami/charts/commit/c9ab756)), closes [#12327](https://github.com/bitnami/charts/issues/12327) -* RabbitMQ: Use custom probes if given (#12303) ([99e9d0c](https://github.com/bitnami/charts/commit/99e9d0c)), closes [#12303](https://github.com/bitnami/charts/issues/12303) +* [bitnami/rabbitmq] Bump chart version (#12327) ([c9ab756](https://github.com/bitnami/charts/commit/c9ab756534a2446ef08f0e0a8ab0433802dbc50e)), closes [#12327](https://github.com/bitnami/charts/issues/12327) +* RabbitMQ: Use custom probes if given (#12303) ([99e9d0c](https://github.com/bitnami/charts/commit/99e9d0c93ea11c2d70d90f1fb2f50860dfd70d0c)), closes [#12303](https://github.com/bitnami/charts/issues/12303) ## 10.3.3 (2022-09-07) -* [bitnami/rabbitmq] Improve error handling message (#12227) (#12227) ([fdd88a5](https://github.com/bitnami/charts/commit/fdd88a5)), closes [#12227](https://github.com/bitnami/charts/issues/12227) [#12227](https://github.com/bitnami/charts/issues/12227) +* [bitnami/rabbitmq] Improve error handling message (#12227) (#12227) ([fdd88a5](https://github.com/bitnami/charts/commit/fdd88a59f3a4c9b65120b4f97ed4647fbee62a9e)), closes [#12227](https://github.com/bitnami/charts/issues/12227) [#12227](https://github.com/bitnami/charts/issues/12227) ## 10.3.2 (2022-08-30) -* Fixing init scripts via configmap/secret (#12161) (#12170) ([39239fc](https://github.com/bitnami/charts/commit/39239fc)), closes [#12161](https://github.com/bitnami/charts/issues/12161) [#12170](https://github.com/bitnami/charts/issues/12170) +* Fixing init scripts via configmap/secret (#12161) (#12170) ([39239fc](https://github.com/bitnami/charts/commit/39239fcb0378565bbe63b4fdee7ea5857aa68bc3)), closes [#12161](https://github.com/bitnami/charts/issues/12161) [#12170](https://github.com/bitnami/charts/issues/12170) ## 10.3.1 (2022-08-23) -* [bitnami/rabbitmq] Update Chart.lock (#12070) ([7016384](https://github.com/bitnami/charts/commit/7016384)), closes [#12070](https://github.com/bitnami/charts/issues/12070) +* [bitnami/rabbitmq] Update Chart.lock (#12070) ([7016384](https://github.com/bitnami/charts/commit/7016384eca36d25648d7f033a38a9c1f8161c9fe)), closes [#12070](https://github.com/bitnami/charts/issues/12070) ## 10.3.0 (2022-08-22) -* [bitnami/rabbitmq] Add support for image digest apart from tag (#11938) ([704644f](https://github.com/bitnami/charts/commit/704644f)), closes [#11938](https://github.com/bitnami/charts/issues/11938) +* [bitnami/rabbitmq] Add support for image digest apart from tag (#11938) ([704644f](https://github.com/bitnami/charts/commit/704644f4f97ba23765d13659fe8361d8a47633e6)), closes [#11938](https://github.com/bitnami/charts/issues/11938) ## 10.2.1 (2022-08-10) -* [bitnami/rabbitmq] Revert rabbitmq probes (#11177) ([1ae90e5](https://github.com/bitnami/charts/commit/1ae90e5)), closes [#11177](https://github.com/bitnami/charts/issues/11177) [#11117](https://github.com/bitnami/charts/issues/11117) +* [bitnami/rabbitmq] Revert rabbitmq probes (#11177) ([1ae90e5](https://github.com/bitnami/charts/commit/1ae90e5fbcd3e96a04d03b950c2b821c29976cb6)), closes [#11177](https://github.com/bitnami/charts/issues/11177) [#11117](https://github.com/bitnami/charts/issues/11117) ## 10.2.0 (2022-08-10) -* [bitnami/rabbitmq] Add init scripts support (#11013) ([a5ae293](https://github.com/bitnami/charts/commit/a5ae293)), closes [#11013](https://github.com/bitnami/charts/issues/11013) +* [bitnami/rabbitmq] Add init scripts support (#11013) ([a5ae293](https://github.com/bitnami/charts/commit/a5ae293a8ecea13757c8678221491c6809ed52e7)), closes [#11013](https://github.com/bitnami/charts/issues/11013) ## 10.1.19 (2022-08-09) -* [bitnami/rabbitmq] Release 10.1.19 (#11668) ([d2cb921](https://github.com/bitnami/charts/commit/d2cb921)), closes [#11668](https://github.com/bitnami/charts/issues/11668) -* Document data layout change in RabbitMQ 7.0.0 (#11461) ([08ac2ae](https://github.com/bitnami/charts/commit/08ac2ae)), closes [#11461](https://github.com/bitnami/charts/issues/11461) +* [bitnami/rabbitmq] Release 10.1.19 (#11668) ([d2cb921](https://github.com/bitnami/charts/commit/d2cb92189e5ec8ba3f165752f622ffcfbf7dc598)), closes [#11668](https://github.com/bitnami/charts/issues/11668) +* Document data layout change in RabbitMQ 7.0.0 (#11461) ([08ac2ae](https://github.com/bitnami/charts/commit/08ac2ae2ee6980225effab70dd19a9fbf67346cc)), closes [#11461](https://github.com/bitnami/charts/issues/11461) ## 10.1.18 (2022-08-04) -* [bitnami/rabbitmq] Release 10.1.18 (#11596) ([ff20ed7](https://github.com/bitnami/charts/commit/ff20ed7)), closes [#11596](https://github.com/bitnami/charts/issues/11596) +* [bitnami/rabbitmq] Release 10.1.18 (#11596) ([ff20ed7](https://github.com/bitnami/charts/commit/ff20ed764a43c39ee469ad1923502731c5c791f9)), closes [#11596](https://github.com/bitnami/charts/issues/11596) ## 10.1.17 (2022-08-04) -* [bitnami/*] Update URLs to point to the new bitnami/containers monorepo (#11352) ([d665af0](https://github.com/bitnami/charts/commit/d665af0)), closes [#11352](https://github.com/bitnami/charts/issues/11352) -* [bitnami/rabbitmq] Release 10.1.17 (#11512) ([3e7a378](https://github.com/bitnami/charts/commit/3e7a378)), closes [#11512](https://github.com/bitnami/charts/issues/11512) +* [bitnami/*] Update URLs to point to the new bitnami/containers monorepo (#11352) ([d665af0](https://github.com/bitnami/charts/commit/d665af0c708846192d8d5fb2f5f9ea65dd464ab0)), closes [#11352](https://github.com/bitnami/charts/issues/11352) +* [bitnami/rabbitmq] Release 10.1.17 (#11512) ([3e7a378](https://github.com/bitnami/charts/commit/3e7a378f2a8c5d2bf329b4be44463f94186b959f)), closes [#11512](https://github.com/bitnami/charts/issues/11512) ## 10.1.16 (2022-07-25) -* [bitnami/rabbitmq] Fix volume-permissions initContainer if runAsUser is auto (#11300) ([1d59ac4](https://github.com/bitnami/charts/commit/1d59ac4)), closes [#11300](https://github.com/bitnami/charts/issues/11300) +* [bitnami/rabbitmq] Fix volume-permissions initContainer if runAsUser is auto (#11300) ([1d59ac4](https://github.com/bitnami/charts/commit/1d59ac4394f68177dd349a2008675448bc82f081)), closes [#11300](https://github.com/bitnami/charts/issues/11300) ## 10.1.15 (2022-07-22) -* [bitnami/rabbitmq] Release 10.1.15 (#11310) ([50463f3](https://github.com/bitnami/charts/commit/50463f3)), closes [#11310](https://github.com/bitnami/charts/issues/11310) +* [bitnami/rabbitmq] Release 10.1.15 (#11310) ([50463f3](https://github.com/bitnami/charts/commit/50463f3ade899b86d907076b0a60524b3d2ef76f)), closes [#11310](https://github.com/bitnami/charts/issues/11310) ## 10.1.14 (2022-07-12) -* [bitnami/rabbitmq] Fix high CPU usage while idle (#11117) ([73966c6](https://github.com/bitnami/charts/commit/73966c6)), closes [#11117](https://github.com/bitnami/charts/issues/11117) [#11116](https://github.com/bitnami/charts/issues/11116) +* [bitnami/rabbitmq] Fix high CPU usage while idle (#11117) ([73966c6](https://github.com/bitnami/charts/commit/73966c67ff6d3386721cf1f42a6493f961c56792)), closes [#11117](https://github.com/bitnami/charts/issues/11117) [#11116](https://github.com/bitnami/charts/issues/11116) ## 10.1.13 (2022-07-08) -* [bitnami/rabbitmq] Allow set custom logging (#11049) ([5393b96](https://github.com/bitnami/charts/commit/5393b96)), closes [#11049](https://github.com/bitnami/charts/issues/11049) +* [bitnami/rabbitmq] Allow set custom logging (#11049) ([5393b96](https://github.com/bitnami/charts/commit/5393b963fe519fea00312966ffae00de6e7304ce)), closes [#11049](https://github.com/bitnami/charts/issues/11049) ## 10.1.12 (2022-07-01) -* [bitnami/rabbitmq] Allow to customize volumePermissions.containerSecurityContext.runAsUser (#10901) ([bec65c1](https://github.com/bitnami/charts/commit/bec65c1)), closes [#10901](https://github.com/bitnami/charts/issues/10901) +* [bitnami/rabbitmq] Allow to customize volumePermissions.containerSecurityContext.runAsUser (#10901) ([bec65c1](https://github.com/bitnami/charts/commit/bec65c1eb1e7c647299f32f11951e4911ca87d6c)), closes [#10901](https://github.com/bitnami/charts/issues/10901) ## 10.1.11 (2022-06-30) -* [bitnami/rabbitmq] Release 10.1.11 (#10957) ([5f40d6b](https://github.com/bitnami/charts/commit/5f40d6b)), closes [#10957](https://github.com/bitnami/charts/issues/10957) +* [bitnami/rabbitmq] Release 10.1.11 (#10957) ([5f40d6b](https://github.com/bitnami/charts/commit/5f40d6b5fa002caea6163231f345dd032c806c8f)), closes [#10957](https://github.com/bitnami/charts/issues/10957) ## 10.1.10 (2022-06-27) -* Reverts PR #10042 (#10886) ([ea8b0cf](https://github.com/bitnami/charts/commit/ea8b0cf)), closes [#10042](https://github.com/bitnami/charts/issues/10042) [#10886](https://github.com/bitnami/charts/issues/10886) +* Reverts PR #10042 (#10886) ([ea8b0cf](https://github.com/bitnami/charts/commit/ea8b0cfc12131eb87479e8b3dd4cd96b64b8403e)), closes [#10042](https://github.com/bitnami/charts/issues/10042) [#10886](https://github.com/bitnami/charts/issues/10886) ## 10.1.9 (2022-06-22) -* [bitnami/rabbitmq] Use short DNS names for clustering (#10042) ([5858dd5](https://github.com/bitnami/charts/commit/5858dd5)), closes [#10042](https://github.com/bitnami/charts/issues/10042) +* [bitnami/rabbitmq] Use short DNS names for clustering (#10042) ([5858dd5](https://github.com/bitnami/charts/commit/5858dd5508e10205412549ead1845e17b2526cd4)), closes [#10042](https://github.com/bitnami/charts/issues/10042) ## 10.1.8 (2022-06-15) -* [bitnami/rabbitmq] fix: Typo in the port name of rabbitmq notes (#10688) ([45ef50f](https://github.com/bitnami/charts/commit/45ef50f)), closes [#10688](https://github.com/bitnami/charts/issues/10688) +* [bitnami/rabbitmq] fix: Typo in the port name of rabbitmq notes (#10688) ([45ef50f](https://github.com/bitnami/charts/commit/45ef50ff34022512ed684c41e10f3a18ecab5f8c)), closes [#10688](https://github.com/bitnami/charts/issues/10688) ## 10.1.7 (2022-06-11) -* [bitnami/rabbitmq] Release 10.1.7 updating components versions ([b13fc76](https://github.com/bitnami/charts/commit/b13fc76)) +* [bitnami/rabbitmq] Release 10.1.7 updating components versions ([b13fc76](https://github.com/bitnami/charts/commit/b13fc7658d2603479b2340e9a6774436cd2ba240)) ## 10.1.6 (2022-06-10) -* [bitnami/*] Replace Kubeapps URL in READMEs (and kubeapps Chart.yaml) and remove BKPR references (#1 ([c6a7914](https://github.com/bitnami/charts/commit/c6a7914)), closes [#10600](https://github.com/bitnami/charts/issues/10600) -* [bitnami/rabbitmq] Release 10.1.6 updating components versions ([12544dc](https://github.com/bitnami/charts/commit/12544dc)) +* [bitnami/*] Replace Kubeapps URL in READMEs (and kubeapps Chart.yaml) and remove BKPR references (#1 ([c6a7914](https://github.com/bitnami/charts/commit/c6a7914361e5aea6016fb45bf4d621edfd111d32)), closes [#10600](https://github.com/bitnami/charts/issues/10600) +* [bitnami/rabbitmq] Release 10.1.6 updating components versions ([12544dc](https://github.com/bitnami/charts/commit/12544dcd657883cfd4c8ba070827360bcb59a290)) ## 10.1.5 (2022-06-06) -* [bitnami/rabbitmq] Release 10.1.5 updating components versions ([58525ea](https://github.com/bitnami/charts/commit/58525ea)) +* [bitnami/rabbitmq] Release 10.1.5 updating components versions ([58525ea](https://github.com/bitnami/charts/commit/58525eade1e1a43e59f90a0a9cd7b98440ee26d2)) ## 10.1.4 (2022-06-03) -* [bitnami/rabbitmq] Release 10.1.4 updating components versions ([09ed917](https://github.com/bitnami/charts/commit/09ed917)) +* [bitnami/rabbitmq] Release 10.1.4 updating components versions ([09ed917](https://github.com/bitnami/charts/commit/09ed917149b8907709dcddcb46eb28a0c7277c44)) ## 10.1.3 (2022-06-03) -* [bitnami/rabbitmq] fix: extraSecretsPrependReleaseName (#10558) ([8f37a00](https://github.com/bitnami/charts/commit/8f37a00)), closes [#10558](https://github.com/bitnami/charts/issues/10558) -* [bitnami/several] Replace maintainers email by url (#10523) ([ff3cf61](https://github.com/bitnami/charts/commit/ff3cf61)), closes [#10523](https://github.com/bitnami/charts/issues/10523) +* [bitnami/rabbitmq] fix: extraSecretsPrependReleaseName (#10558) ([8f37a00](https://github.com/bitnami/charts/commit/8f37a003504188315e0e821184d9fccb01b6df6e)), closes [#10558](https://github.com/bitnami/charts/issues/10558) +* [bitnami/several] Replace maintainers email by url (#10523) ([ff3cf61](https://github.com/bitnami/charts/commit/ff3cf617a1680509b0f3855d17c4ccff7b29a0ff)), closes [#10523](https://github.com/bitnami/charts/issues/10523) ## 10.1.2 (2022-06-01) -* [bitnami/rabbitmq] Release 10.1.2 updating components versions ([3fa150e](https://github.com/bitnami/charts/commit/3fa150e)) +* [bitnami/rabbitmq] Release 10.1.2 updating components versions ([3fa150e](https://github.com/bitnami/charts/commit/3fa150e170b44f86f7949779ac66e8fcb4cee6e6)) ## 10.1.1 (2022-05-30) -* [bitnami/several] Replace base64 --decode with base64 -d (#10495) ([099286a](https://github.com/bitnami/charts/commit/099286a)), closes [#10495](https://github.com/bitnami/charts/issues/10495) +* [bitnami/several] Replace base64 --decode with base64 -d (#10495) ([099286a](https://github.com/bitnami/charts/commit/099286ae7a87784cf809df0b64ab24f7ff0144c8)), closes [#10495](https://github.com/bitnami/charts/issues/10495) ## 10.1.0 (2022-05-30) -* [bitnami/rabbitmq] LDAP standardisation for LDAP (#10451) ([cebd4aa](https://github.com/bitnami/charts/commit/cebd4aa)), closes [#10451](https://github.com/bitnami/charts/issues/10451) +* [bitnami/rabbitmq] LDAP standardisation for LDAP (#10451) ([cebd4aa](https://github.com/bitnami/charts/commit/cebd4aa70312bbd4f4da2763be41e60752d461d7)), closes [#10451](https://github.com/bitnami/charts/issues/10451) ## 10.0.1 (2022-05-27) -* [bitnami/rabbitmq] Release 10.0.1 updating components versions ([db7d2b2](https://github.com/bitnami/charts/commit/db7d2b2)) +* [bitnami/rabbitmq] Release 10.0.1 updating components versions ([db7d2b2](https://github.com/bitnami/charts/commit/db7d2b273b36bd55a5787a58740848f0367c92cb)) ## 10.0.0 (2022-05-26) -* [bitnami/rabbitmq] feat!: :arrow_up: Bump default image to 3.10.x (#10401) ([ea20500](https://github.com/bitnami/charts/commit/ea20500)), closes [#10401](https://github.com/bitnami/charts/issues/10401) +* [bitnami/rabbitmq] feat!: :arrow_up: Bump default image to 3.10.x (#10401) ([ea20500](https://github.com/bitnami/charts/commit/ea20500394fdacc86eef38a184a9613861256736)), closes [#10401](https://github.com/bitnami/charts/issues/10401) ## 9.1.4 (2022-05-21) -* [bitnami/rabbitmq] Release 9.1.4 updating components versions ([783edd7](https://github.com/bitnami/charts/commit/783edd7)) +* [bitnami/rabbitmq] Release 9.1.4 updating components versions ([783edd7](https://github.com/bitnami/charts/commit/783edd7bcbc8ffdfbc0d75421c27e38e9f6f9e92)) ## 9.1.3 (2022-05-20) -* [bitnami/rabbitmq] Release 9.1.3 updating components versions ([daa8e96](https://github.com/bitnami/charts/commit/daa8e96)) +* [bitnami/rabbitmq] Release 9.1.3 updating components versions ([daa8e96](https://github.com/bitnami/charts/commit/daa8e96fb32ac2e763414c4026088afb792a0968)) ## 9.1.2 (2022-05-19) -* [bitnami/rabbitmq] Release 9.1.2 updating components versions ([0dac623](https://github.com/bitnami/charts/commit/0dac623)) +* [bitnami/rabbitmq] Release 9.1.2 updating components versions ([0dac623](https://github.com/bitnami/charts/commit/0dac623318a4f06c282b70ffa67ac498fe7fc126)) ## 9.1.1 (2022-05-18) -* [bitnami/rabbitmq] Release 9.1.1 updating components versions ([d4891f2](https://github.com/bitnami/charts/commit/d4891f2)) +* [bitnami/rabbitmq] Release 9.1.1 updating components versions ([d4891f2](https://github.com/bitnami/charts/commit/d4891f2a1552bed902dfa478d4e57714e757168c)) ## 9.1.0 (2022-05-16) -* [bitnami/rabbitmq] helm install ignores setting clusterIP when using service type LoadBalancer (#1 ([6be0864](https://github.com/bitnami/charts/commit/6be0864)), closes [#10176](https://github.com/bitnami/charts/issues/10176) -* [bitnami/*] add ingress extraRules feature (#10253) ([0f6cbb9](https://github.com/bitnami/charts/commit/0f6cbb9)), closes [#10253](https://github.com/bitnami/charts/issues/10253) +* [bitnami/rabbitmq] helm install ignores setting clusterIP when using service type LoadBalancer (#1 ([6be0864](https://github.com/bitnami/charts/commit/6be086471125d807783511e44b6c76c3f58e5b09)), closes [#10176](https://github.com/bitnami/charts/issues/10176) +* [bitnami/*] add ingress extraRules feature (#10253) ([0f6cbb9](https://github.com/bitnami/charts/commit/0f6cbb9099b0e56685cc1d36ba50340f3d7278a1)), closes [#10253](https://github.com/bitnami/charts/issues/10253) ## 9.0.8 (2022-05-13) -* [bitnami/*] Remove old 'ci' files (#10171) ([5df30c4](https://github.com/bitnami/charts/commit/5df30c4)), closes [#10171](https://github.com/bitnami/charts/issues/10171) -* [bitnami/*] Unify k8s directives separators (#10185) ([2650214](https://github.com/bitnami/charts/commit/2650214)), closes [#10185](https://github.com/bitnami/charts/issues/10185) +* [bitnami/*] Remove old 'ci' files (#10171) ([5df30c4](https://github.com/bitnami/charts/commit/5df30c44dbd1812da8786579ce4a94917d46a6ad)), closes [#10171](https://github.com/bitnami/charts/issues/10171) +* [bitnami/*] Unify k8s directives separators (#10185) ([2650214](https://github.com/bitnami/charts/commit/26502141d146ca3bdfb3bf744fcdec8ca5cece44)), closes [#10185](https://github.com/bitnami/charts/issues/10185) ## 9.0.7 (2022-05-11) -* [bitnami/*] Fix typo in comments (relay -> rely) (#10151) ([9cfe4a4](https://github.com/bitnami/charts/commit/9cfe4a4)), closes [#10151](https://github.com/bitnami/charts/issues/10151) +* [bitnami/*] Fix typo in comments (relay -> rely) (#10151) ([9cfe4a4](https://github.com/bitnami/charts/commit/9cfe4a48cc35851faea6be7ffb2a978d223befa0)), closes [#10151](https://github.com/bitnami/charts/issues/10151) ## 9.0.6 (2022-05-11) -* [bitnami/rabbitmq] Fixed missing `$` in secrets (#10108) ([6362170](https://github.com/bitnami/charts/commit/6362170)), closes [#10108](https://github.com/bitnami/charts/issues/10108) +* [bitnami/rabbitmq] Fixed missing `$` in secrets (#10108) ([6362170](https://github.com/bitnami/charts/commit/63621702a9470d12f65f4eac9e0c148c114655bf)), closes [#10108](https://github.com/bitnami/charts/issues/10108) ## 9.0.5 (2022-05-11) -* [bitnami/rabbitmq] Release 9.0.5 updating components versions ([97d3e91](https://github.com/bitnami/charts/commit/97d3e91)) +* [bitnami/rabbitmq] Release 9.0.5 updating components versions ([97d3e91](https://github.com/bitnami/charts/commit/97d3e9195df7ea94b2d1024e29ca01bc122665bf)) ## 9.0.4 (2022-05-10) -* [bitnami/rabbitmq] reuse secret data during upgrade with look up (#9724) ([03b72e6](https://github.com/bitnami/charts/commit/03b72e6)), closes [#9724](https://github.com/bitnami/charts/issues/9724) +* [bitnami/rabbitmq] reuse secret data during upgrade with look up (#9724) ([03b72e6](https://github.com/bitnami/charts/commit/03b72e67f3c9f95c63d38f338cafd7d628e55e3c)), closes [#9724](https://github.com/bitnami/charts/issues/9724) ## 9.0.3 (2022-05-06) -* [bitnami/rabbitmq] Add '-r' to volumePermissions to not fail on empty xargs (#10053) ([e7d4f2f](https://github.com/bitnami/charts/commit/e7d4f2f)), closes [#10053](https://github.com/bitnami/charts/issues/10053) +* [bitnami/rabbitmq] Add '-r' to volumePermissions to not fail on empty xargs (#10053) ([e7d4f2f](https://github.com/bitnami/charts/commit/e7d4f2f8949564d068aa3d0730d711ec8386e9e3)), closes [#10053](https://github.com/bitnami/charts/issues/10053) ## 9.0.2 (2022-05-05) -* [bitnami/rabbitmq] Use short dns name for the Kubernetes api (#10019) ([ea783e2](https://github.com/bitnami/charts/commit/ea783e2)), closes [#10019](https://github.com/bitnami/charts/issues/10019) +* [bitnami/rabbitmq] Use short dns name for the Kubernetes api (#10019) ([ea783e2](https://github.com/bitnami/charts/commit/ea783e289bea9cb28141cdd7f45f448da0a9192e)), closes [#10019](https://github.com/bitnami/charts/issues/10019) ## 9.0.1 (2022-05-03) -* [bitnami/rabbitmq] Fix metrics service port value (#9987) ([76de19e](https://github.com/bitnami/charts/commit/76de19e)), closes [#9987](https://github.com/bitnami/charts/issues/9987) +* [bitnami/rabbitmq] Fix metrics service port value (#9987) ([76de19e](https://github.com/bitnami/charts/commit/76de19e3c345772ec116b435c2daf1cdfe61158b)), closes [#9987](https://github.com/bitnami/charts/issues/9987) ## 9.0.0 (2022-04-28) -* [bitnami/rabbitmq] Chart standardised (#9817) ([3315cbd](https://github.com/bitnami/charts/commit/3315cbd)), closes [#9817](https://github.com/bitnami/charts/issues/9817) +* [bitnami/rabbitmq] Chart standardised (#9817) ([3315cbd](https://github.com/bitnami/charts/commit/3315cbd9f3aeb20d23ace1e5bf5369659db93028)), closes [#9817](https://github.com/bitnami/charts/issues/9817) ## 8.32.2 (2022-04-27) -* [bitnami/rabbitmq] Release 8.32.2 updating components versions ([d5f2aee](https://github.com/bitnami/charts/commit/d5f2aee)) +* [bitnami/rabbitmq] Release 8.32.2 updating components versions ([d5f2aee](https://github.com/bitnami/charts/commit/d5f2aee2f8d54b4df3ddaa27dcb9cb502dc0bff1)) ## 8.32.1 (2022-04-22) -* Fixed ingress bug with extraHosts in RabbitMQ chart. (#9843) ([aad0a78](https://github.com/bitnami/charts/commit/aad0a78)), closes [#9843](https://github.com/bitnami/charts/issues/9843) +* Fixed ingress bug with extraHosts in RabbitMQ chart. (#9843) ([aad0a78](https://github.com/bitnami/charts/commit/aad0a78726f2c59300169ec68a6ef4945d69922e)), closes [#9843](https://github.com/bitnami/charts/issues/9843) ## 8.32.0 (2022-04-20) -* [bitnami/rabbitmq] Add dnsConfig option to rabbitmq (#9810) ([7d6311c](https://github.com/bitnami/charts/commit/7d6311c)), closes [#9810](https://github.com/bitnami/charts/issues/9810) +* [bitnami/rabbitmq] Add dnsConfig option to rabbitmq (#9810) ([7d6311c](https://github.com/bitnami/charts/commit/7d6311c550316c2321db31e76834b87d5c5ac339)), closes [#9810](https://github.com/bitnami/charts/issues/9810) ## 8.31.7 (2022-04-20) -* [bitnami/rabbitmq] Release 8.31.7 updating components versions ([ab38a81](https://github.com/bitnami/charts/commit/ab38a81)) +* [bitnami/rabbitmq] Release 8.31.7 updating components versions ([ab38a81](https://github.com/bitnami/charts/commit/ab38a81d8c2a02d8c1137298b9b9d9a751b0dd0b)) ## 8.31.6 (2022-04-19) -* [bitnami/rabbitmq] Release 8.31.6 updating components versions ([4adbc6c](https://github.com/bitnami/charts/commit/4adbc6c)) +* [bitnami/rabbitmq] Release 8.31.6 updating components versions ([4adbc6c](https://github.com/bitnami/charts/commit/4adbc6c7799ebb8a201994fea8b0fead8574afee)) ## 8.31.5 (2022-04-18) -* [bitnami/rabbitmq] Fix AMQP port installation notes (#9813) ([220c243](https://github.com/bitnami/charts/commit/220c243)), closes [#9813](https://github.com/bitnami/charts/issues/9813) +* [bitnami/rabbitmq] Fix AMQP port installation notes (#9813) ([220c243](https://github.com/bitnami/charts/commit/220c2437403da1370442ecd66b6fc1c7f047d072)), closes [#9813](https://github.com/bitnami/charts/issues/9813) ## 8.31.4 (2022-04-13) -* [bitnami/rabbitmq] Release 8.31.4 updating components versions ([f256d28](https://github.com/bitnami/charts/commit/f256d28)) +* [bitnami/rabbitmq] Release 8.31.4 updating components versions ([f256d28](https://github.com/bitnami/charts/commit/f256d281d17db5a595ddc6cdfa06bd1a30cbf70b)) ## 8.31.3 (2022-04-07) -* [bitnami/rabbitmq] Release 8.31.3 updating components versions ([ca58d0c](https://github.com/bitnami/charts/commit/ca58d0c)) +* [bitnami/rabbitmq] Release 8.31.3 updating components versions ([ca58d0c](https://github.com/bitnami/charts/commit/ca58d0ce5c063c12ad094a09b147cf842836d435)) ## 8.31.2 (2022-04-02) -* [bitnami/rabbitmq] Release 8.31.2 updating components versions ([d1bb9eb](https://github.com/bitnami/charts/commit/d1bb9eb)) +* [bitnami/rabbitmq] Release 8.31.2 updating components versions ([d1bb9eb](https://github.com/bitnami/charts/commit/d1bb9ebf5573f35dfad8b5b4e4bf9d0262afedb6)) ## 8.31.1 (2022-04-02) -* [bitnami/rabbitmq] Release 8.31.1 updating components versions ([3a328ef](https://github.com/bitnami/charts/commit/3a328ef)) +* [bitnami/rabbitmq] Release 8.31.1 updating components versions ([3a328ef](https://github.com/bitnami/charts/commit/3a328efd677e6e2d32b62ec7428cc9ac8559b016)) ## 8.31.0 (2022-04-01) -* [bitnami/rabbitmq] Allow both definitions and setting credentials (#9638) ([ac845cb](https://github.com/bitnami/charts/commit/ac845cb)), closes [#9638](https://github.com/bitnami/charts/issues/9638) +* [bitnami/rabbitmq] Allow both definitions and setting credentials (#9638) ([ac845cb](https://github.com/bitnami/charts/commit/ac845cb5131c053b9413780428a17a1f85417df0)), closes [#9638](https://github.com/bitnami/charts/issues/9638) ## 8.30.4 (2022-03-28) -* [bitnami/rabbitmq] Release 8.30.4 updating components versions ([2016a03](https://github.com/bitnami/charts/commit/2016a03)) +* [bitnami/rabbitmq] Release 8.30.4 updating components versions ([2016a03](https://github.com/bitnami/charts/commit/2016a03ede1045e19b9ea016d9d496d976996661)) ## 8.30.3 (2022-03-27) -* [bitnami/rabbitmq] Release 8.30.3 updating components versions ([2b8e2b3](https://github.com/bitnami/charts/commit/2b8e2b3)) +* [bitnami/rabbitmq] Release 8.30.3 updating components versions ([2b8e2b3](https://github.com/bitnami/charts/commit/2b8e2b33d3eaf1d4e5a92b1b7c2246e4c442a5d2)) ## 8.30.2 (2022-03-22) -* [bitnami/rabbitmq] Release 8.30.2 updating components versions ([8bfdcda](https://github.com/bitnami/charts/commit/8bfdcda)) +* [bitnami/rabbitmq] Release 8.30.2 updating components versions ([8bfdcda](https://github.com/bitnami/charts/commit/8bfdcda73725f71befe6964d5bd2f4197e45abfa)) ## 8.30.1 (2022-03-16) -* [bitnami/rabbitmq] Release 8.30.1 updating components versions ([935d857](https://github.com/bitnami/charts/commit/935d857)) +* [bitnami/rabbitmq] Release 8.30.1 updating components versions ([935d857](https://github.com/bitnami/charts/commit/935d857683f0230bf06457b58aa79e7be85f2f5a)) ## 8.30.0 (2022-03-04) -* [bitnami/rabbitmq] Add support for ingress alt backend (#9276) ([bfd233a](https://github.com/bitnami/charts/commit/bfd233a)), closes [#9276](https://github.com/bitnami/charts/issues/9276) +* [bitnami/rabbitmq] Add support for ingress alt backend (#9276) ([bfd233a](https://github.com/bitnami/charts/commit/bfd233af512c0e388783923065df0e1f7cbf8cc2)), closes [#9276](https://github.com/bitnami/charts/issues/9276) ## 8.29.3 (2022-02-27) -* [bitnami/rabbitmq] Release 8.29.3 updating components versions ([67fd7bb](https://github.com/bitnami/charts/commit/67fd7bb)) +* [bitnami/rabbitmq] Release 8.29.3 updating components versions ([67fd7bb](https://github.com/bitnami/charts/commit/67fd7bb2719466de0bc317d1ee4017d264fbbd86)) ## 8.29.2 (2022-02-24) -* [bitnami/rabbitmq] Release 8.29.2 updating components versions ([6a41a6f](https://github.com/bitnami/charts/commit/6a41a6f)) +* [bitnami/rabbitmq] Release 8.29.2 updating components versions ([6a41a6f](https://github.com/bitnami/charts/commit/6a41a6f3d416d94dbc0e5a49c92e7a33e35a5253)) ## 8.29.1 (2022-02-20) -* [bitnami/rabbitmq] Release 8.29.1 updating components versions ([72e4509](https://github.com/bitnami/charts/commit/72e4509)) +* [bitnami/rabbitmq] Release 8.29.1 updating components versions ([72e4509](https://github.com/bitnami/charts/commit/72e450920156df3badbb1b8fa81a33c87ad0e8be)) ## 8.29.0 (2022-02-10) -* [bitnami/rabbitmq] Add support for custom mountPath and subpath (#8939) ([694e7f2](https://github.com/bitnami/charts/commit/694e7f2)), closes [#8939](https://github.com/bitnami/charts/issues/8939) -* Non utf8 chars (#8923) ([6ffd18f](https://github.com/bitnami/charts/commit/6ffd18f)), closes [#8923](https://github.com/bitnami/charts/issues/8923) +* [bitnami/rabbitmq] Add support for custom mountPath and subpath (#8939) ([694e7f2](https://github.com/bitnami/charts/commit/694e7f260e2eb4c09dfdd76ab625273cc150e231)), closes [#8939](https://github.com/bitnami/charts/issues/8939) +* Non utf8 chars (#8923) ([6ffd18f](https://github.com/bitnami/charts/commit/6ffd18fbbdf10e94ea1a90cf5b84ef610ac2a72d)), closes [#8923](https://github.com/bitnami/charts/issues/8923) ## 8.28.1 (2022-02-02) -* [bitnami/*] Make use of new "common.ingress.certManagerRequest" helper (#8862) ([12e4c37](https://github.com/bitnami/charts/commit/12e4c37)), closes [#8862](https://github.com/bitnami/charts/issues/8862) +* [bitnami/*] Make use of new "common.ingress.certManagerRequest" helper (#8862) ([12e4c37](https://github.com/bitnami/charts/commit/12e4c3733eaeaa9a5579fdf917fa098a0f2aae23)), closes [#8862](https://github.com/bitnami/charts/issues/8862) ## 8.28.0 (2022-02-01) -* [bitnami/rabbitmq] fix: Remove postStart hook (#8855) ([adc6b3d](https://github.com/bitnami/charts/commit/adc6b3d)), closes [#8855](https://github.com/bitnami/charts/issues/8855) +* [bitnami/rabbitmq] fix: Remove postStart hook (#8855) ([adc6b3d](https://github.com/bitnami/charts/commit/adc6b3d0fcb4a068c447113da6d4df0468944dd2)), closes [#8855](https://github.com/bitnami/charts/issues/8855) ## 8.27.0 (2022-01-24) -* [bitnami/rabbitmq] Added option to disable epmd and dist port on service (#8750) ([74ede1e](https://github.com/bitnami/charts/commit/74ede1e)), closes [#8750](https://github.com/bitnami/charts/issues/8750) -* [bitnami/several] Change prerequisites (#8725) ([8d740c5](https://github.com/bitnami/charts/commit/8d740c5)), closes [#8725](https://github.com/bitnami/charts/issues/8725) +* [bitnami/rabbitmq] Added option to disable epmd and dist port on service (#8750) ([74ede1e](https://github.com/bitnami/charts/commit/74ede1e4bb45d4d5f90b0dba6c298753bd947357)), closes [#8750](https://github.com/bitnami/charts/issues/8750) +* [bitnami/several] Change prerequisites (#8725) ([8d740c5](https://github.com/bitnami/charts/commit/8d740c566cfdb7e2d933c40128b4e919fce953a5)), closes [#8725](https://github.com/bitnami/charts/issues/8725) ## 8.26.3 (2022-01-19) -* [bitnami/*] Update READMEs (#8716) ([b9a9533](https://github.com/bitnami/charts/commit/b9a9533)), closes [#8716](https://github.com/bitnami/charts/issues/8716) -* [bitnami/rabbitmq] Release 8.26.3 updating components versions ([c071bb8](https://github.com/bitnami/charts/commit/c071bb8)) +* [bitnami/*] Update READMEs (#8716) ([b9a9533](https://github.com/bitnami/charts/commit/b9a953337590eb2979453385874a267bacf50936)), closes [#8716](https://github.com/bitnami/charts/issues/8716) +* [bitnami/rabbitmq] Release 8.26.3 updating components versions ([c071bb8](https://github.com/bitnami/charts/commit/c071bb84f4b38a687a0d1f4364f1231e75d1054b)) ## 8.26.2 (2022-01-19) -* [bitnami/*] Readme automation (#8579) ([78d1938](https://github.com/bitnami/charts/commit/78d1938)), closes [#8579](https://github.com/bitnami/charts/issues/8579) -* [bitnami/rabbitmq] Release 8.26.2 updating components versions ([f1ea71c](https://github.com/bitnami/charts/commit/f1ea71c)) +* [bitnami/*] Readme automation (#8579) ([78d1938](https://github.com/bitnami/charts/commit/78d193831c900d178198491ffd08fa2217a64ecd)), closes [#8579](https://github.com/bitnami/charts/issues/8579) +* [bitnami/rabbitmq] Release 8.26.2 updating components versions ([f1ea71c](https://github.com/bitnami/charts/commit/f1ea71c9feb73d35f6c47b2ec086d358c284c04c)) ## 8.26.1 (2022-01-11) -* [bitnami/rabbitmq] Release 8.26.1 updating components versions ([048e65e](https://github.com/bitnami/charts/commit/048e65e)) +* [bitnami/rabbitmq] Release 8.26.1 updating components versions ([048e65e](https://github.com/bitnami/charts/commit/048e65ebf5b9e8871857d6576f660963b0ef1c47)) ## 8.26.0 (2022-01-07) -* [bitnami/rabbitmq] Support for relabling and aligned service monitor with other charts (#8583) ([6e64d41](https://github.com/bitnami/charts/commit/6e64d41)), closes [#8583](https://github.com/bitnami/charts/issues/8583) +* [bitnami/rabbitmq] Support for relabling and aligned service monitor with other charts (#8583) ([6e64d41](https://github.com/bitnami/charts/commit/6e64d41276df966c5eecfc666dea5aa48ef78f1e)), closes [#8583](https://github.com/bitnami/charts/issues/8583) ## 8.25.1 (2022-01-06) -* [bitnami/rabbitmq] Release 8.25.1 updating components versions ([2a9e44a](https://github.com/bitnami/charts/commit/2a9e44a)) +* [bitnami/rabbitmq] Release 8.25.1 updating components versions ([2a9e44a](https://github.com/bitnami/charts/commit/2a9e44a916e760068326e541f907687201417089)) ## 8.25.0 (2022-01-05) -* [bitnami/several] Adapt templating format (#8562) ([8cad18a](https://github.com/bitnami/charts/commit/8cad18a)), closes [#8562](https://github.com/bitnami/charts/issues/8562) -* [bitnami/several] Add license to the README ([05f7633](https://github.com/bitnami/charts/commit/05f7633)) -* [bitnami/several] Add license to the README ([32fb238](https://github.com/bitnami/charts/commit/32fb238)) -* [bitnami/several] Add license to the README ([b87c2f7](https://github.com/bitnami/charts/commit/b87c2f7)) +* [bitnami/several] Adapt templating format (#8562) ([8cad18a](https://github.com/bitnami/charts/commit/8cad18aed9966a6f0208e5ad6cee46cb217f47ab)), closes [#8562](https://github.com/bitnami/charts/issues/8562) +* [bitnami/several] Add license to the README ([05f7633](https://github.com/bitnami/charts/commit/05f763372501d596e57db713dd53ff4ff3027cc4)) +* [bitnami/several] Add license to the README ([32fb238](https://github.com/bitnami/charts/commit/32fb238e60a0affc6debd3142eaa3c3d9089ec2a)) +* [bitnami/several] Add license to the README ([b87c2f7](https://github.com/bitnami/charts/commit/b87c2f7899d48a8b02c506765e6ae82937e9ba3f)) ## 8.24.13 (2022-01-01) -* [bitnami/rabbitmq] Release 8.24.13 updating components versions ([d1680a5](https://github.com/bitnami/charts/commit/d1680a5)) -* RabbitMQ chart copy updates (#8432) ([99b480d](https://github.com/bitnami/charts/commit/99b480d)), closes [#8432](https://github.com/bitnami/charts/issues/8432) +* [bitnami/rabbitmq] Release 8.24.13 updating components versions ([d1680a5](https://github.com/bitnami/charts/commit/d1680a524f65c0194fec188c77eb35a9cec0cd4b)) +* RabbitMQ chart copy updates (#8432) ([99b480d](https://github.com/bitnami/charts/commit/99b480d0bc677ccfb549cde7d463950709d30903)), closes [#8432](https://github.com/bitnami/charts/issues/8432) ## 8.24.12 (2021-12-13) -* [bitnami/RabbitMQ] Allow to set nodePort when type is LoadBalancer for all ports (#8369) ([4937d48](https://github.com/bitnami/charts/commit/4937d48)), closes [#8369](https://github.com/bitnami/charts/issues/8369) +* [bitnami/RabbitMQ] Allow to set nodePort when type is LoadBalancer for all ports (#8369) ([4937d48](https://github.com/bitnami/charts/commit/4937d48a18b4c5580da07cdcf0cfe9dab2d262da)), closes [#8369](https://github.com/bitnami/charts/issues/8369) ## 8.24.11 (2021-12-09) -* [bitnami/rabbitmq] fix error with scope of .Values in secrets template (#8339) ([8ca5052](https://github.com/bitnami/charts/commit/8ca5052)), closes [#8339](https://github.com/bitnami/charts/issues/8339) +* [bitnami/rabbitmq] fix error with scope of .Values in secrets template (#8339) ([8ca5052](https://github.com/bitnami/charts/commit/8ca50529ffead382fa8651ee1d8fce9e1c03a1a6)), closes [#8339](https://github.com/bitnami/charts/issues/8339) ## 8.24.10 (2021-12-07) -* [bitnami/rabbitmq] fix common annotations in secrets template (#8329) ([c093be3](https://github.com/bitnami/charts/commit/c093be3)), closes [#8329](https://github.com/bitnami/charts/issues/8329) +* [bitnami/rabbitmq] fix common annotations in secrets template (#8329) ([c093be3](https://github.com/bitnami/charts/commit/c093be3a588f48dc53b7b3aed24fcd3a86e646bc)), closes [#8329](https://github.com/bitnami/charts/issues/8329) ## 8.24.9 (2021-12-02) -* [bitnami/rabbitmq] Release 8.24.9 updating components versions ([2b811ea](https://github.com/bitnami/charts/commit/2b811ea)) +* [bitnami/rabbitmq] Release 8.24.9 updating components versions ([2b811ea](https://github.com/bitnami/charts/commit/2b811ea50717dca79ea3ccb4def1c6810a3e5ec5)) ## 8.24.8 (2021-11-29) -* [bitnami/several] Regenerate README tables ([ac75243](https://github.com/bitnami/charts/commit/ac75243)) -* [bitnami/several] Replace HTTP by HTTPS when possible (#8259) ([eafb5bd](https://github.com/bitnami/charts/commit/eafb5bd)), closes [#8259](https://github.com/bitnami/charts/issues/8259) +* [bitnami/several] Regenerate README tables ([ac75243](https://github.com/bitnami/charts/commit/ac752431b90e935d0a4dbfef70dc44f24f3d3dd2)) +* [bitnami/several] Replace HTTP by HTTPS when possible (#8259) ([eafb5bd](https://github.com/bitnami/charts/commit/eafb5bd5a2cc3aaf04fc1e8ebedd73f420d76864)), closes [#8259](https://github.com/bitnami/charts/issues/8259) ## 8.24.7 (2021-11-25) -* [bitnami/rabbitmq] Release 8.24.7 updating components versions ([6681ad5](https://github.com/bitnami/charts/commit/6681ad5)) -* [bitnami/several] Fix deadlinks in README.md (#8215) ([99e90d2](https://github.com/bitnami/charts/commit/99e90d2)), closes [#8215](https://github.com/bitnami/charts/issues/8215) +* [bitnami/rabbitmq] Release 8.24.7 updating components versions ([6681ad5](https://github.com/bitnami/charts/commit/6681ad5145e7b70ad2fb6c4a26346e49b32329c4)) +* [bitnami/several] Fix deadlinks in README.md (#8215) ([99e90d2](https://github.com/bitnami/charts/commit/99e90d244b3244e059a42f72dcbecd3cda2b66bb)), closes [#8215](https://github.com/bitnami/charts/issues/8215) ## 8.24.6 (2021-11-23) -* [bitnami/rabbitmq] PodDisruptionBudget: support apiVersion policy/v1 (#8018) ([0c03c7c](https://github.com/bitnami/charts/commit/0c03c7c)), closes [#8018](https://github.com/bitnami/charts/issues/8018) -* [bitnami/several] Regenerate README tables ([e8e4e6a](https://github.com/bitnami/charts/commit/e8e4e6a)) +* [bitnami/rabbitmq] PodDisruptionBudget: support apiVersion policy/v1 (#8018) ([0c03c7c](https://github.com/bitnami/charts/commit/0c03c7c5129640b983e14e5dc631077b4460586e)), closes [#8018](https://github.com/bitnami/charts/issues/8018) +* [bitnami/several] Regenerate README tables ([e8e4e6a](https://github.com/bitnami/charts/commit/e8e4e6a9f7c924bcdab52f269cb60dbfeef840a9)) ## 8.24.5 (2021-11-21) -* [bitnami/rabbitmq] Release 8.24.5 updating components versions ([8d1d19f](https://github.com/bitnami/charts/commit/8d1d19f)) +* [bitnami/rabbitmq] Release 8.24.5 updating components versions ([8d1d19f](https://github.com/bitnami/charts/commit/8d1d19f56bf23d736316aa505288e7c022882337)) ## 8.24.4 (2021-11-16) -* [bitnami/rabbitmq] Set publishNotReadyAddresses to true in headless service (#8135) ([d82c934](https://github.com/bitnami/charts/commit/d82c934)), closes [#8135](https://github.com/bitnami/charts/issues/8135) -* [bitnami/several] Regenerate README tables ([e6f742c](https://github.com/bitnami/charts/commit/e6f742c)) +* [bitnami/rabbitmq] Set publishNotReadyAddresses to true in headless service (#8135) ([d82c934](https://github.com/bitnami/charts/commit/d82c934a1724c0736385d6fd6cca47a8c411e076)), closes [#8135](https://github.com/bitnami/charts/issues/8135) +* [bitnami/several] Regenerate README tables ([e6f742c](https://github.com/bitnami/charts/commit/e6f742cb88c330952cb52da038db61537ec921e5)) ## 8.24.3 (2021-11-12) -* [bitnami/rabbitmq] Release 8.24.3 updating components versions ([fb757a2](https://github.com/bitnami/charts/commit/fb757a2)) -* [bitnami/several] Regenerate README tables ([412cf6a](https://github.com/bitnami/charts/commit/412cf6a)) +* [bitnami/rabbitmq] Release 8.24.3 updating components versions ([fb757a2](https://github.com/bitnami/charts/commit/fb757a278ff3addc465b8a5c1d65be10201597f1)) +* [bitnami/several] Regenerate README tables ([412cf6a](https://github.com/bitnami/charts/commit/412cf6a513cb0c03444a6e7811c6f27193239a10)) ## 8.24.2 (2021-10-27) -* [bitnami/rabbitmq] Release 8.24.2 updating components versions ([f682c81](https://github.com/bitnami/charts/commit/f682c81)) +* [bitnami/rabbitmq] Release 8.24.2 updating components versions ([f682c81](https://github.com/bitnami/charts/commit/f682c8141f0765eba97254e7bbe186a98d58f36a)) ## 8.24.1 (2021-10-22) -* [bitnami/several] Add chart info to NOTES.txt (#7889) ([a6751cd](https://github.com/bitnami/charts/commit/a6751cd)), closes [#7889](https://github.com/bitnami/charts/issues/7889) +* [bitnami/several] Add chart info to NOTES.txt (#7889) ([a6751cd](https://github.com/bitnami/charts/commit/a6751cdd33c461fabbc459fbea6f219ec64ab6b2)), closes [#7889](https://github.com/bitnami/charts/issues/7889) ## 8.24.0 (2021-10-22) -* [bitnami/rabbimq] Set cluster_partition_handling as parameter in values.yaml (#7874) ([5597ce8](https://github.com/bitnami/charts/commit/5597ce8)), closes [#7874](https://github.com/bitnami/charts/issues/7874) -* [bitnami/several] Regenerate README tables ([73cabea](https://github.com/bitnami/charts/commit/73cabea)) +* [bitnami/rabbimq] Set cluster_partition_handling as parameter in values.yaml (#7874) ([5597ce8](https://github.com/bitnami/charts/commit/5597ce8549c4a20f3b0951effc4dcfa7fcc0d6d6)), closes [#7874](https://github.com/bitnami/charts/issues/7874) +* [bitnami/several] Regenerate README tables ([73cabea](https://github.com/bitnami/charts/commit/73cabea54a941d2239accd98e8df6cbfc9fa8d3c)) ## 8.23.4 (2021-10-20) -* [bitnami/rabbitmq] Release 8.23.4 updating components versions ([10e4358](https://github.com/bitnami/charts/commit/10e4358)) +* [bitnami/rabbitmq] Release 8.23.4 updating components versions ([10e4358](https://github.com/bitnami/charts/commit/10e4358a36798b713a9b01591d3ea1d44f5a9108)) ## 8.23.3 (2021-10-19) -* [bitnami/several] Change pullPolicy for bitnami-shell image (#7852) ([9711a33](https://github.com/bitnami/charts/commit/9711a33)), closes [#7852](https://github.com/bitnami/charts/issues/7852) +* [bitnami/several] Change pullPolicy for bitnami-shell image (#7852) ([9711a33](https://github.com/bitnami/charts/commit/9711a33c6eec72ea79143c4b7574dbe6a148d6b2)), closes [#7852](https://github.com/bitnami/charts/issues/7852) ## 8.23.2 (2021-10-19) -* [bitnami/rabbitmq] Fix default for topologySpreadConstraints (#7843) ([ede4f2b](https://github.com/bitnami/charts/commit/ede4f2b)), closes [#7843](https://github.com/bitnami/charts/issues/7843) +* [bitnami/rabbitmq] Fix default for topologySpreadConstraints (#7843) ([ede4f2b](https://github.com/bitnami/charts/commit/ede4f2b529bed64b761955ebf61b19dd4d075535)), closes [#7843](https://github.com/bitnami/charts/issues/7843) ## 8.23.1 (2021-10-14) -* [bitnami/*] Generate READMEs (#7790) ([0833a8c](https://github.com/bitnami/charts/commit/0833a8c)), closes [#7790](https://github.com/bitnami/charts/issues/7790) -* bitnami/rabbitmq - Fix management port when service type is LoadBalancer (#7798) ([6f3e953](https://github.com/bitnami/charts/commit/6f3e953)), closes [#7798](https://github.com/bitnami/charts/issues/7798) +* [bitnami/*] Generate READMEs (#7790) ([0833a8c](https://github.com/bitnami/charts/commit/0833a8c16300d68abf6030639c3479d8fb031e25)), closes [#7790](https://github.com/bitnami/charts/issues/7790) +* bitnami/rabbitmq - Fix management port when service type is LoadBalancer (#7798) ([6f3e953](https://github.com/bitnami/charts/commit/6f3e9535f71ead1bcf4d2498dddab58982ba2472)), closes [#7798](https://github.com/bitnami/charts/issues/7798) ## 8.23.0 (2021-10-13) -* [bitnami/rabbitmq] Added option to configure automounting service credentials (#7745) ([6592de6](https://github.com/bitnami/charts/commit/6592de6)), closes [#7745](https://github.com/bitnami/charts/issues/7745) +* [bitnami/rabbitmq] Added option to configure automounting service credentials (#7745) ([6592de6](https://github.com/bitnami/charts/commit/6592de659b3cffad069f3a1f581cb78b3648ccdc)), closes [#7745](https://github.com/bitnami/charts/issues/7745) ## 8.22.4 (2021-09-30) -* [bitnami/*] Drop support for deprecated cert-manager annotation (#7656) ([bbf403b](https://github.com/bitnami/charts/commit/bbf403b)), closes [#7656](https://github.com/bitnami/charts/issues/7656) -* [bitnami/several] Regenerate README tables ([ff170d1](https://github.com/bitnami/charts/commit/ff170d1)) +* [bitnami/*] Drop support for deprecated cert-manager annotation (#7656) ([bbf403b](https://github.com/bitnami/charts/commit/bbf403bae78be53430fbf13e462f9bd1eeb5bf04)), closes [#7656](https://github.com/bitnami/charts/issues/7656) +* [bitnami/several] Regenerate README tables ([ff170d1](https://github.com/bitnami/charts/commit/ff170d10f8aa6dae0f1e5c3f7d1c69fcec96b731)) ## 8.22.3 (2021-09-24) -* [bitnami/*] Generate READMEs with new generator version (#7614) ([e5ab2e6](https://github.com/bitnami/charts/commit/e5ab2e6)), closes [#7614](https://github.com/bitnami/charts/issues/7614) -* [bitnami/rabbitmq] Release 8.22.3 updating components versions ([d5301af](https://github.com/bitnami/charts/commit/d5301af)) -* [bitnami/several] Regenerate README tables ([003a0fb](https://github.com/bitnami/charts/commit/003a0fb)) +* [bitnami/*] Generate READMEs with new generator version (#7614) ([e5ab2e6](https://github.com/bitnami/charts/commit/e5ab2e6ecdd6bce800863f154cda524ff9f6c117)), closes [#7614](https://github.com/bitnami/charts/issues/7614) +* [bitnami/rabbitmq] Release 8.22.3 updating components versions ([d5301af](https://github.com/bitnami/charts/commit/d5301afca60bd6755d46b968dd8f76cedf0e90da)) +* [bitnami/several] Regenerate README tables ([003a0fb](https://github.com/bitnami/charts/commit/003a0fbaedeb775c546b8d8452b7a5ab0a63af52)) ## 8.22.2 (2021-09-17) -* [bitnami/rabbitmq] Release 8.22.2 updating components versions ([b7c979a](https://github.com/bitnami/charts/commit/b7c979a)) -* [bitnami/several] Regenerate README tables ([5c79422](https://github.com/bitnami/charts/commit/5c79422)) +* [bitnami/rabbitmq] Release 8.22.2 updating components versions ([b7c979a](https://github.com/bitnami/charts/commit/b7c979a643cad7b356d66984b21fad8bb877bb5d)) +* [bitnami/several] Regenerate README tables ([5c79422](https://github.com/bitnami/charts/commit/5c7942235d3169332e8dadb380cd757416f28946)) ## 8.22.1 (2021-09-14) -* [bitnami/rabbitmq] Fix typo on values.yaml (#7477) ([ae013f8](https://github.com/bitnami/charts/commit/ae013f8)), closes [#7477](https://github.com/bitnami/charts/issues/7477) -* [bitnami/several] Regenerate README tables ([dcb935c](https://github.com/bitnami/charts/commit/dcb935c)) +* [bitnami/rabbitmq] Fix typo on values.yaml (#7477) ([ae013f8](https://github.com/bitnami/charts/commit/ae013f8b56b3ea52d996a3e03b25e116e0f92d80)), closes [#7477](https://github.com/bitnami/charts/issues/7477) +* [bitnami/several] Regenerate README tables ([dcb935c](https://github.com/bitnami/charts/commit/dcb935c1bf066b6d8988f3b0dbe85d01aa01b215)) ## 8.22.0 (2021-09-08) -* [bitnami/rabbitmq] Add persistence annotations to PVC (#7380) ([457a3e5](https://github.com/bitnami/charts/commit/457a3e5)), closes [#7380](https://github.com/bitnami/charts/issues/7380) -* [bitnami/several] Regenerate README tables ([8c2dfde](https://github.com/bitnami/charts/commit/8c2dfde)) +* [bitnami/rabbitmq] Add persistence annotations to PVC (#7380) ([457a3e5](https://github.com/bitnami/charts/commit/457a3e526c30dd51f9beafd8ed1165b468d22666)), closes [#7380](https://github.com/bitnami/charts/issues/7380) +* [bitnami/several] Regenerate README tables ([8c2dfde](https://github.com/bitnami/charts/commit/8c2dfde7724141adfb90f0fa6bb97bf9acd4d14e)) ## 8.21.0 (2021-09-02) -* [bitnami/rabbitmq] Add upgrade note for rabbitmq 3.9 (#7161) ([ba5e368](https://github.com/bitnami/charts/commit/ba5e368)), closes [#7161](https://github.com/bitnami/charts/issues/7161) -* [bitnami/several] Regenerate README tables ([64d5d74](https://github.com/bitnami/charts/commit/64d5d74)) +* [bitnami/rabbitmq] Add upgrade note for rabbitmq 3.9 (#7161) ([ba5e368](https://github.com/bitnami/charts/commit/ba5e36845d00ccb7513d4f5ed7a3c70ce5a1529e)), closes [#7161](https://github.com/bitnami/charts/issues/7161) +* [bitnami/several] Regenerate README tables ([64d5d74](https://github.com/bitnami/charts/commit/64d5d747b84299ca9f63ea8a586b13870abe31a6)) ## 8.20.5 (2021-08-28) -* [bitnami/rabbitmq] Release 8.20.5 updating components versions ([9dcc8d1](https://github.com/bitnami/charts/commit/9dcc8d1)) -* [bitnami/several] Regenerate README tables ([da2513b](https://github.com/bitnami/charts/commit/da2513b)) +* [bitnami/rabbitmq] Release 8.20.5 updating components versions ([9dcc8d1](https://github.com/bitnami/charts/commit/9dcc8d19475effba3d5dabe16b94b3830fc14df2)) +* [bitnami/several] Regenerate README tables ([da2513b](https://github.com/bitnami/charts/commit/da2513bf0a33819f3b1151d387c631a9ffdb03e2)) ## 8.20.4 (2021-08-26) -* [bitnami/rabbitmq] Release 8.20.4 updating components versions ([654d15a](https://github.com/bitnami/charts/commit/654d15a)) +* [bitnami/rabbitmq] Release 8.20.4 updating components versions ([654d15a](https://github.com/bitnami/charts/commit/654d15af542e3853f9af57ac4754038ee1db4b40)) ## 8.20.3 (2021-08-25) -* [bitnami/rabbitmq] Release 8.20.3 updating components versions ([af5931b](https://github.com/bitnami/charts/commit/af5931b)) +* [bitnami/rabbitmq] Release 8.20.3 updating components versions ([af5931b](https://github.com/bitnami/charts/commit/af5931b9fee7960a47991581e88f2461dc71e83e)) ## 8.20.2 (2021-08-20) -* bitnami/rabbitmq: enable tpl for auth.tls.existingSecret (#7276) ([20e83cb](https://github.com/bitnami/charts/commit/20e83cb)), closes [#7276](https://github.com/bitnami/charts/issues/7276) +* bitnami/rabbitmq: enable tpl for auth.tls.existingSecret (#7276) ([20e83cb](https://github.com/bitnami/charts/commit/20e83cb07871e6f9dfcca21cab48f026f0e60ff6)), closes [#7276](https://github.com/bitnami/charts/issues/7276) ## 8.20.1 (2021-08-11) -* [bitnami/rabbitmq] Release 8.20.1 updating components versions ([22f189d](https://github.com/bitnami/charts/commit/22f189d)) +* [bitnami/rabbitmq] Release 8.20.1 updating components versions ([22f189d](https://github.com/bitnami/charts/commit/22f189d36c70da0f46733fd5da548f6ea6ec5d28)) ## 8.20.0 (2021-08-10) -* [bitnami/rabbitmq] add service.portEnabled (#7150) ([1534730](https://github.com/bitnami/charts/commit/1534730)), closes [#7150](https://github.com/bitnami/charts/issues/7150) +* [bitnami/rabbitmq] add service.portEnabled (#7150) ([1534730](https://github.com/bitnami/charts/commit/1534730ecae0c6a7320ac3157b4af893f9ebb368)), closes [#7150](https://github.com/bitnami/charts/issues/7150) ## 8.19.3 (2021-08-09) -* [bitnami/rabbitmq] Release 8.19.3 updating components versions ([e3e8ddf](https://github.com/bitnami/charts/commit/e3e8ddf)) +* [bitnami/rabbitmq] Release 8.19.3 updating components versions ([e3e8ddf](https://github.com/bitnami/charts/commit/e3e8ddfd25bbb50f17930a560967966be97ec4ba)) ## 8.19.2 (2021-08-04) -* [bitnami/rabbitmq] Release 8.19.2 updating components versions ([622c582](https://github.com/bitnami/charts/commit/622c582)) +* [bitnami/rabbitmq] Release 8.19.2 updating components versions ([622c582](https://github.com/bitnami/charts/commit/622c582db3a89bdc9f292c102bb7983ab546752e)) ## 8.19.1 (2021-07-30) -* [bitnami/rabbitmq] Fix wrong link in README (#7087) ([785aa61](https://github.com/bitnami/charts/commit/785aa61)), closes [#7087](https://github.com/bitnami/charts/issues/7087) -* [bitnami/several] Fix default values when using `foo: |` (#7092) ([fe91297](https://github.com/bitnami/charts/commit/fe91297)), closes [#7092](https://github.com/bitnami/charts/issues/7092) +* [bitnami/rabbitmq] Fix wrong link in README (#7087) ([785aa61](https://github.com/bitnami/charts/commit/785aa619c30aa376993979be0d042ae722b0f83e)), closes [#7087](https://github.com/bitnami/charts/issues/7087) +* [bitnami/several] Fix default values when using `foo: |` (#7092) ([fe91297](https://github.com/bitnami/charts/commit/fe91297fdf3f6c74aee31c423912e4ac19b55c94)), closes [#7092](https://github.com/bitnami/charts/issues/7092) ## 8.19.0 (2021-07-27) -* [bitnami/several] Add diagnostic mode (#7012) ([f1344b0](https://github.com/bitnami/charts/commit/f1344b0)), closes [#7012](https://github.com/bitnami/charts/issues/7012) +* [bitnami/several] Add diagnostic mode (#7012) ([f1344b0](https://github.com/bitnami/charts/commit/f1344b0361c5a93bf971d08f0fc64d3c8588cbf9)), closes [#7012](https://github.com/bitnami/charts/issues/7012) ## 8.18.1 (2021-07-20) -* [bitnami/several] Fix default values and regenerate README (II) (#6994) ([d095793](https://github.com/bitnami/charts/commit/d095793)), closes [#6994](https://github.com/bitnami/charts/issues/6994) +* [bitnami/several] Fix default values and regenerate README (II) (#6994) ([d095793](https://github.com/bitnami/charts/commit/d0957937c764187307b924f600247c2b7afaf536)), closes [#6994](https://github.com/bitnami/charts/issues/6994) ## 8.18.0 (2021-07-16) -* [bitnami/rabbitmq] add extraDeploy support (#6926) (#6978) ([d3da8aa](https://github.com/bitnami/charts/commit/d3da8aa)), closes [#6926](https://github.com/bitnami/charts/issues/6926) [#6978](https://github.com/bitnami/charts/issues/6978) +* [bitnami/rabbitmq] add extraDeploy support (#6926) (#6978) ([d3da8aa](https://github.com/bitnami/charts/commit/d3da8aab1d9031a872254e528d1fcbc346221f77)), closes [#6926](https://github.com/bitnami/charts/issues/6926) [#6978](https://github.com/bitnami/charts/issues/6978) ## 8.17.0 (2021-07-15) -* bitnami/rabbitmq: add support for ingressClassName (#6905) ([f5c4490](https://github.com/bitnami/charts/commit/f5c4490)), closes [#6905](https://github.com/bitnami/charts/issues/6905) [#6905](https://github.com/bitnami/charts/issues/6905) +* bitnami/rabbitmq: add support for ingressClassName (#6905) ([f5c4490](https://github.com/bitnami/charts/commit/f5c4490afbd454f2042af03a5dda1e3251350a71)), closes [#6905](https://github.com/bitnami/charts/issues/6905) [#6905](https://github.com/bitnami/charts/issues/6905) ## 8.16.4 (2021-07-14) -* [bitnami/*] Adapt values.yaml of PrestaShop, PyTorch and RabbitMQ charts (#6939) ([0a9d4c7](https://github.com/bitnami/charts/commit/0a9d4c7)), closes [#6939](https://github.com/bitnami/charts/issues/6939) +* [bitnami/*] Adapt values.yaml of PrestaShop, PyTorch and RabbitMQ charts (#6939) ([0a9d4c7](https://github.com/bitnami/charts/commit/0a9d4c7fb9096443393b05ee2a0c7572df9e5ba2)), closes [#6939](https://github.com/bitnami/charts/issues/6939) ## 8.16.3 (2021-07-09) -* [bitnami/rabbitmq] Fix default empty "initContainers" object (#6902) ([110c55a](https://github.com/bitnami/charts/commit/110c55a)), closes [#6902](https://github.com/bitnami/charts/issues/6902) +* [bitnami/rabbitmq] Fix default empty "initContainers" object (#6902) ([110c55a](https://github.com/bitnami/charts/commit/110c55a18cd313c11a998d850beaebafe2cd89af)), closes [#6902](https://github.com/bitnami/charts/issues/6902) ## 8.16.2 (2021-07-06) -* [bitnami/rabbitmq] Release 8.16.2 updating components versions ([7dd4831](https://github.com/bitnami/charts/commit/7dd4831)) +* [bitnami/rabbitmq] Release 8.16.2 updating components versions ([7dd4831](https://github.com/bitnami/charts/commit/7dd4831617593ee5c7eedebf0f98d9b82f88c842)) ## 8.16.1 (2021-06-27) -* [bitnami/rabbitmq] Release 8.16.1 updating components versions ([b9c0831](https://github.com/bitnami/charts/commit/b9c0831)) +* [bitnami/rabbitmq] Release 8.16.1 updating components versions ([b9c0831](https://github.com/bitnami/charts/commit/b9c083144bb7551e8ad377dc23e884ec9f550d3b)) ## 8.16.0 (2021-06-16) -* [bitnami/rabbitmq] Add support for autogenerated certs (#6528) ([2c88d0b](https://github.com/bitnami/charts/commit/2c88d0b)), closes [#6528](https://github.com/bitnami/charts/issues/6528) +* [bitnami/rabbitmq] Add support for autogenerated certs (#6528) ([2c88d0b](https://github.com/bitnami/charts/commit/2c88d0bdef9f005a7ff98f9e3f279067601ee721)), closes [#6528](https://github.com/bitnami/charts/issues/6528) ## 8.15.3 (2021-06-11) -* [bitnami/rabbitmq] Release 8.15.3 updating components versions ([8596db6](https://github.com/bitnami/charts/commit/8596db6)) +* [bitnami/rabbitmq] Release 8.15.3 updating components versions ([8596db6](https://github.com/bitnami/charts/commit/8596db6862ce9a223a4460803b67d0071bb2fe39)) ## 8.15.2 (2021-05-28) -* [bitnami/rabbitmq] Release 8.15.2 updating components versions ([99b28de](https://github.com/bitnami/charts/commit/99b28de)) +* [bitnami/rabbitmq] Release 8.15.2 updating components versions ([99b28de](https://github.com/bitnami/charts/commit/99b28debfe080da09f66dfcf9883460b67fe2b68)) ## 8.15.1 (2021-05-23) -* [bitnami/rabbitmq] Release 8.15.1 updating components versions ([d041833](https://github.com/bitnami/charts/commit/d041833)) +* [bitnami/rabbitmq] Release 8.15.1 updating components versions ([d041833](https://github.com/bitnami/charts/commit/d041833338de7ebc6e26523fd37e8e087511eb95)) ## 8.15.0 (2021-05-14) -* [bitnami/rabbitmq] add commonAnnotations to values.yaml to apply it to all deployed resources (#6359 ([395934b](https://github.com/bitnami/charts/commit/395934b)), closes [#6359](https://github.com/bitnami/charts/issues/6359) +* [bitnami/rabbitmq] add commonAnnotations to values.yaml to apply it to all deployed resources (#6359 ([395934b](https://github.com/bitnami/charts/commit/395934bfc46804f5aa1b96d2fca416c0d5bfa02e)), closes [#6359](https://github.com/bitnami/charts/issues/6359) ## 8.14.1 (2021-05-12) -* [bitnami/rabbitmq] change the dafult port to tlsPort (#6331) ([9920a6f](https://github.com/bitnami/charts/commit/9920a6f)), closes [#6331](https://github.com/bitnami/charts/issues/6331) [#6330](https://github.com/bitnami/charts/issues/6330) [#6260](https://github.com/bitnami/charts/issues/6260) [#6325](https://github.com/bitnami/charts/issues/6325) [#6324](https://github.com/bitnami/charts/issues/6324) +* [bitnami/rabbitmq] change the dafult port to tlsPort (#6331) ([9920a6f](https://github.com/bitnami/charts/commit/9920a6f5bdc2fdf3829201603fc8439ccf43cf0b)), closes [#6331](https://github.com/bitnami/charts/issues/6331) [#6330](https://github.com/bitnami/charts/issues/6330) [#6260](https://github.com/bitnami/charts/issues/6260) [#6325](https://github.com/bitnami/charts/issues/6325) [#6324](https://github.com/bitnami/charts/issues/6324) ## 8.14.0 (2021-05-11) -* [bitnami/rabbitmq] feat: servicemonitor and ingress configuration (#6260) ([07ab097](https://github.com/bitnami/charts/commit/07ab097)), closes [#6260](https://github.com/bitnami/charts/issues/6260) +* [bitnami/rabbitmq] feat: servicemonitor and ingress configuration (#6260) ([07ab097](https://github.com/bitnami/charts/commit/07ab097836bd7a3705926a5cacb80a080d8f82f8)), closes [#6260](https://github.com/bitnami/charts/issues/6260) ## 8.13.1 (2021-05-05) -* [bitnami/rabbitmq] Release 8.13.1 updating components versions ([4f6076e](https://github.com/bitnami/charts/commit/4f6076e)) +* [bitnami/rabbitmq] Release 8.13.1 updating components versions ([4f6076e](https://github.com/bitnami/charts/commit/4f6076edb1a353af27fbb3ca1e1b9cab5166e596)) ## 8.13.0 (2021-05-04) -* [bitnami/rabbitmq] Improve Ingress TLS management (#6235) ([29ae259](https://github.com/bitnami/charts/commit/29ae259)), closes [#6235](https://github.com/bitnami/charts/issues/6235) +* [bitnami/rabbitmq] Improve Ingress TLS management (#6235) ([29ae259](https://github.com/bitnami/charts/commit/29ae25949201f1cb5de58ae5aaa001ae40858cc8)), closes [#6235](https://github.com/bitnami/charts/issues/6235) ## 8.12.3 (2021-05-04) -* [bitnami/rabbitmq] Release 8.12.3 updating components versions ([69645ae](https://github.com/bitnami/charts/commit/69645ae)) +* [bitnami/rabbitmq] Release 8.12.3 updating components versions ([69645ae](https://github.com/bitnami/charts/commit/69645ae471aa21a655b650d00176ea39795edf87)) ## 8.12.2 (2021-04-30) -* Fix typos in several README files (#6252) ([fd16565](https://github.com/bitnami/charts/commit/fd16565)), closes [#6252](https://github.com/bitnami/charts/issues/6252) +* Fix typos in several README files (#6252) ([fd16565](https://github.com/bitnami/charts/commit/fd1656587a007ac9b8e9d895f6b99607fb225f7c)), closes [#6252](https://github.com/bitnami/charts/issues/6252) ## 8.12.1 (2021-04-28) -* [bitnami/rabbitmq] Release 8.12.1 updating components versions ([da17ec2](https://github.com/bitnami/charts/commit/da17ec2)) +* [bitnami/rabbitmq] Release 8.12.1 updating components versions ([da17ec2](https://github.com/bitnami/charts/commit/da17ec23647498cef61c66c6b3ea037a02d9cb3e)) ## 8.12.0 (2021-04-26) -* [bitnami/rabbitmq]: allow to specify targetLabels on servicemonitor (#6202) ([a6824ea](https://github.com/bitnami/charts/commit/a6824ea)), closes [#6202](https://github.com/bitnami/charts/issues/6202) +* [bitnami/rabbitmq]: allow to specify targetLabels on servicemonitor (#6202) ([a6824ea](https://github.com/bitnami/charts/commit/a6824ea56e762ed3ed7eac08218c886b3700fa94)), closes [#6202](https://github.com/bitnami/charts/issues/6202) ## 8.11.9 (2021-04-19) -* [bitnami/rabbitmq] delete release in values (#6149) ([80f51a5](https://github.com/bitnami/charts/commit/80f51a5)), closes [#6149](https://github.com/bitnami/charts/issues/6149) +* [bitnami/rabbitmq] delete release in values (#6149) ([80f51a5](https://github.com/bitnami/charts/commit/80f51a57d795b203ca129cfa1894655f247458ef)), closes [#6149](https://github.com/bitnami/charts/issues/6149) ## 8.11.8 (2021-04-19) -* [bitnami/rabbitmq] add option to disable clustering entirely (#6129) ([30bb3da](https://github.com/bitnami/charts/commit/30bb3da)), closes [#6129](https://github.com/bitnami/charts/issues/6129) +* [bitnami/rabbitmq] add option to disable clustering entirely (#6129) ([30bb3da](https://github.com/bitnami/charts/commit/30bb3da87a96aac4debbd3e7136527c2b78bd569)), closes [#6129](https://github.com/bitnami/charts/issues/6129) ## 8.11.7 (2021-04-15) -* [bitnami/rabbitmq] Improved RabbitMQ README (#6105) ([dde65db](https://github.com/bitnami/charts/commit/dde65db)), closes [#6105](https://github.com/bitnami/charts/issues/6105) +* [bitnami/rabbitmq] Improved RabbitMQ README (#6105) ([dde65db](https://github.com/bitnami/charts/commit/dde65db3fd5b1497894e4bf43aa3f9be65370c23)), closes [#6105](https://github.com/bitnami/charts/issues/6105) ## 8.11.6 (2021-04-08) -* [bitnami/rabbitmq] Fix crash setting up metric.podAnnotions to null (#6047) ([0ab4f88](https://github.com/bitnami/charts/commit/0ab4f88)), closes [#6047](https://github.com/bitnami/charts/issues/6047) +* [bitnami/rabbitmq] Fix crash setting up metric.podAnnotions to null (#6047) ([0ab4f88](https://github.com/bitnami/charts/commit/0ab4f88a4f42ab46a644693a4f0840fe833530c6)), closes [#6047](https://github.com/bitnami/charts/issues/6047) ## 8.11.5 (2021-03-29) -* [bitnami/rabbitmq] Improve handling of load-definitions (#5939) ([44cc11d](https://github.com/bitnami/charts/commit/44cc11d)), closes [#5939](https://github.com/bitnami/charts/issues/5939) +* [bitnami/rabbitmq] Improve handling of load-definitions (#5939) ([44cc11d](https://github.com/bitnami/charts/commit/44cc11d5688aa36d0c90d1de7b772b487c446949)), closes [#5939](https://github.com/bitnami/charts/issues/5939) ## 8.11.4 (2021-03-23) -* [bitnami/rabbitmq] Credentials during upgrade information in notes (#5871) ([78a1a10](https://github.com/bitnami/charts/commit/78a1a10)), closes [#5871](https://github.com/bitnami/charts/issues/5871) +* [bitnami/rabbitmq] Credentials during upgrade information in notes (#5871) ([78a1a10](https://github.com/bitnami/charts/commit/78a1a10eae089e7553494ba2dbdfc12f02601429)), closes [#5871](https://github.com/bitnami/charts/issues/5871) ## 8.11.3 (2021-03-04) -* [bitnami/*] Remove minideb mentions (#5677) ([870bc4d](https://github.com/bitnami/charts/commit/870bc4d)), closes [#5677](https://github.com/bitnami/charts/issues/5677) +* [bitnami/*] Remove minideb mentions (#5677) ([870bc4d](https://github.com/bitnami/charts/commit/870bc4dba1fc3aa55dd157da6687b25e8d352206)), closes [#5677](https://github.com/bitnami/charts/issues/5677) ## 8.11.2 (2021-03-03) -* [bitnami/rabbitmq] Release 8.11.2 updating components versions ([2af94b9](https://github.com/bitnami/charts/commit/2af94b9)) +* [bitnami/rabbitmq] Release 8.11.2 updating components versions ([2af94b9](https://github.com/bitnami/charts/commit/2af94b95c30abe5cc1f06be71ff488c98a34a64e)) ## 8.11.1 (2021-02-27) -* [bitnami/rabbitmq] Release 8.11.1 updating components versions ([0df7737](https://github.com/bitnami/charts/commit/0df7737)) +* [bitnami/rabbitmq] Release 8.11.1 updating components versions ([0df7737](https://github.com/bitnami/charts/commit/0df7737b83be049b57dc214e605ed6a0ad81611f)) ## 8.11.0 (2021-02-24) -* Added Topology Spread Constraints for pod assignment (#5599) ([a57b09b](https://github.com/bitnami/charts/commit/a57b09b)), closes [#5599](https://github.com/bitnami/charts/issues/5599) +* Added Topology Spread Constraints for pod assignment (#5599) ([a57b09b](https://github.com/bitnami/charts/commit/a57b09b68f9265a26b61795e3b7c10eb8dc84765)), closes [#5599](https://github.com/bitnami/charts/issues/5599) ## 8.10.2 (2021-02-22) -* [bitnami/*] Use common macro to define RBAC apiVersion (#5585) ([71fb99f](https://github.com/bitnami/charts/commit/71fb99f)), closes [#5585](https://github.com/bitnami/charts/issues/5585) +* [bitnami/*] Use common macro to define RBAC apiVersion (#5585) ([71fb99f](https://github.com/bitnami/charts/commit/71fb99f541e971b1daafaa20ffb7d18b153b8d60)), closes [#5585](https://github.com/bitnami/charts/issues/5585) ## 8.10.1 (2021-02-18) -* Add support for annotations on Rabbitmq Headless service (#5530) ([b1f12df](https://github.com/bitnami/charts/commit/b1f12df)), closes [#5530](https://github.com/bitnami/charts/issues/5530) +* Add support for annotations on Rabbitmq Headless service (#5530) ([b1f12df](https://github.com/bitnami/charts/commit/b1f12dfce3f3b7ef3dfa8171081e011bd2160237)), closes [#5530](https://github.com/bitnami/charts/issues/5530) ## 8.10.0 (2021-02-17) -* [bitnami/rabbitmq] Add the RabbitMQ Manager port enable/disable functionality in the service definit ([8f8994b](https://github.com/bitnami/charts/commit/8f8994b)), closes [#5516](https://github.com/bitnami/charts/issues/5516) +* [bitnami/rabbitmq] Add the RabbitMQ Manager port enable/disable functionality in the service definit ([8f8994b](https://github.com/bitnami/charts/commit/8f8994b3a5bf080e59dadd57b525b7d27d1dfde7)), closes [#5516](https://github.com/bitnami/charts/issues/5516) ## 8.9.3 (2021-02-17) -* [bitnami/*] Add notice regarding parameters immutability after chart installation (#4853) ([5f09573](https://github.com/bitnami/charts/commit/5f09573)), closes [#4853](https://github.com/bitnami/charts/issues/4853) -* [bitnami/rabbitmq] Add section to cover cluster recovery (#5455) ([b947148](https://github.com/bitnami/charts/commit/b947148)), closes [#5455](https://github.com/bitnami/charts/issues/5455) -* [bitnami/rabbitmq] Release 8.9.3 updating components versions ([8573a62](https://github.com/bitnami/charts/commit/8573a62)) +* [bitnami/*] Add notice regarding parameters immutability after chart installation (#4853) ([5f09573](https://github.com/bitnami/charts/commit/5f095734f92555dec7cd0e3ee961f315eac170ff)), closes [#4853](https://github.com/bitnami/charts/issues/4853) +* [bitnami/rabbitmq] Add section to cover cluster recovery (#5455) ([b947148](https://github.com/bitnami/charts/commit/b9471482d1a804ee46efa07ecf766f1812f2a881)), closes [#5455](https://github.com/bitnami/charts/issues/5455) +* [bitnami/rabbitmq] Release 8.9.3 updating components versions ([8573a62](https://github.com/bitnami/charts/commit/8573a62618e8214c20a69e61128d8525ca4a00f2)) ## 8.9.2 (2021-02-03) -* [bitnami/rabbitmq] Add comment in ingress.path value (#5379) ([ce2f21d](https://github.com/bitnami/charts/commit/ce2f21d)), closes [#5379](https://github.com/bitnami/charts/issues/5379) +* [bitnami/rabbitmq] Add comment in ingress.path value (#5379) ([ce2f21d](https://github.com/bitnami/charts/commit/ce2f21db6c95923004145da5e98b123a6a798129)), closes [#5379](https://github.com/bitnami/charts/issues/5379) ## 8.9.1 (2021-01-29) -* Fix template evaluation of podAnnotations (#5299) ([8745e16](https://github.com/bitnami/charts/commit/8745e16)), closes [#5299](https://github.com/bitnami/charts/issues/5299) +* Fix template evaluation of podAnnotations (#5299) ([8745e16](https://github.com/bitnami/charts/commit/8745e16bf0bfbdaf8f1921092cde4cdd8d45c2b3)), closes [#5299](https://github.com/bitnami/charts/issues/5299) ## 8.9.0 (2021-01-28) -* [bitnami/rabbitmq] Add hostAliases (#5304) ([f8ffed1](https://github.com/bitnami/charts/commit/f8ffed1)), closes [#5304](https://github.com/bitnami/charts/issues/5304) +* [bitnami/rabbitmq] Add hostAliases (#5304) ([f8ffed1](https://github.com/bitnami/charts/commit/f8ffed1d6b7d9dbaa4e186674622a4abab5f053a)), closes [#5304](https://github.com/bitnami/charts/issues/5304) ## 8.8.0 (2021-01-27) -* [bitnami/rabbitmq] Fix forceBoot README typo (#5215) ([320dd74](https://github.com/bitnami/charts/commit/320dd74)), closes [#5215](https://github.com/bitnami/charts/issues/5215) -* [bitnami/rabbitmq]: 8.8.0 - adds auth.tls.existingSecretFullChain option (#3192) ([7932e1b](https://github.com/bitnami/charts/commit/7932e1b)), closes [#3192](https://github.com/bitnami/charts/issues/3192) +* [bitnami/rabbitmq] Fix forceBoot README typo (#5215) ([320dd74](https://github.com/bitnami/charts/commit/320dd745389f844dc70beb0d0607103eadd12dfe)), closes [#5215](https://github.com/bitnami/charts/issues/5215) +* [bitnami/rabbitmq]: 8.8.0 - adds auth.tls.existingSecretFullChain option (#3192) ([7932e1b](https://github.com/bitnami/charts/commit/7932e1b2a7d9387d5eb8d1e7ec455c6cda4fde93)), closes [#3192](https://github.com/bitnami/charts/issues/3192) ## 8.7.5 (2021-01-25) -* [bitnami/rabbitmq] Release 8.7.5 updating components versions ([a3b6935](https://github.com/bitnami/charts/commit/a3b6935)) +* [bitnami/rabbitmq] Release 8.7.5 updating components versions ([a3b6935](https://github.com/bitnami/charts/commit/a3b6935910d9d9fdca581911ee064cbdb81d4357)) ## 8.7.4 (2021-01-22) -* [bitnami/rabbitmq]: use managerPortName in ingress target port (#5184) ([de55fe1](https://github.com/bitnami/charts/commit/de55fe1)), closes [#5184](https://github.com/bitnami/charts/issues/5184) +* [bitnami/rabbitmq]: use managerPortName in ingress target port (#5184) ([de55fe1](https://github.com/bitnami/charts/commit/de55fe1cbfc8a9634e8836e9bf36a2d472a9f365)), closes [#5184](https://github.com/bitnami/charts/issues/5184) ## 8.7.3 (2021-01-20) -* [bitnami/rabbitmq] Release 8.7.3 updating components versions ([b1bf54d](https://github.com/bitnami/charts/commit/b1bf54d)) +* [bitnami/rabbitmq] Release 8.7.3 updating components versions ([b1bf54d](https://github.com/bitnami/charts/commit/b1bf54ddff9b14ecd9476d08d749cc75d447b688)) ## 8.7.2 (2021-01-19) -* [bitnami/*] Change helm version in the prerequisites (#5090) ([c5e67a3](https://github.com/bitnami/charts/commit/c5e67a3)), closes [#5090](https://github.com/bitnami/charts/issues/5090) -* [bitnami/rabbitmq] Drop values-production.yaml support (#5128) ([675d44b](https://github.com/bitnami/charts/commit/675d44b)), closes [#5128](https://github.com/bitnami/charts/issues/5128) +* [bitnami/*] Change helm version in the prerequisites (#5090) ([c5e67a3](https://github.com/bitnami/charts/commit/c5e67a388743cbee28439d2cabca27884b9daf97)), closes [#5090](https://github.com/bitnami/charts/issues/5090) +* [bitnami/rabbitmq] Drop values-production.yaml support (#5128) ([675d44b](https://github.com/bitnami/charts/commit/675d44b70576c381ba27e9af98c5841e68474d98)), closes [#5128](https://github.com/bitnami/charts/issues/5128) ## 8.7.1 (2021-01-18) -* [bitnami/rabbitmq] Fix critical rabbitmq helm scope bug (#5062) ([fbb0ef3](https://github.com/bitnami/charts/commit/fbb0ef3)), closes [#5062](https://github.com/bitnami/charts/issues/5062) +* [bitnami/rabbitmq] Fix critical rabbitmq helm scope bug (#5062) ([fbb0ef3](https://github.com/bitnami/charts/commit/fbb0ef314ecceb974068be95b22a4a6490e20735)), closes [#5062](https://github.com/bitnami/charts/issues/5062) ## 8.7.0 (2021-01-15) -* [bitnami/rabbitmq] Adapt ingress to k8s 1.20 (#5007) ([19f440e](https://github.com/bitnami/charts/commit/19f440e)), closes [#5007](https://github.com/bitnami/charts/issues/5007) +* [bitnami/rabbitmq] Adapt ingress to k8s 1.20 (#5007) ([19f440e](https://github.com/bitnami/charts/commit/19f440e58cdc17a4e1886b9c696290d306596a95)), closes [#5007](https://github.com/bitnami/charts/issues/5007) ## 8.6.4 (2021-01-13) -* extraSecrets prepend release name (#4960) ([6bc3701](https://github.com/bitnami/charts/commit/6bc3701)), closes [#4960](https://github.com/bitnami/charts/issues/4960) +* extraSecrets prepend release name (#4960) ([6bc3701](https://github.com/bitnami/charts/commit/6bc370176fb996b02b024479b830dd87e4537bf0)), closes [#4960](https://github.com/bitnami/charts/issues/4960) ## 8.6.3 (2021-01-12) -* Add a toggle for podSecurityContext (#4957) ([0126ba9](https://github.com/bitnami/charts/commit/0126ba9)), closes [#4957](https://github.com/bitnami/charts/issues/4957) +* Add a toggle for podSecurityContext (#4957) ([0126ba9](https://github.com/bitnami/charts/commit/0126ba938e019e30d103878ae7b907240af55f4a)), closes [#4957](https://github.com/bitnami/charts/issues/4957) ## 8.6.2 (2021-01-08) -* [bitnami/rabbitmq] Release 8.6.2 updating components versions ([16d2aaf](https://github.com/bitnami/charts/commit/16d2aaf)) +* [bitnami/rabbitmq] Release 8.6.2 updating components versions ([16d2aaf](https://github.com/bitnami/charts/commit/16d2aafd0776653f732f6ad9a262e6dbe6229904)) ## 8.6.1 (2020-12-22) -* [bitnami/minio][bitnami/rabbitmq] Fix tls-secrets namespace scope (#4801) ([8058468](https://github.com/bitnami/charts/commit/8058468)), closes [#4801](https://github.com/bitnami/charts/issues/4801) +* [bitnami/minio][bitnami/rabbitmq] Fix tls-secrets namespace scope (#4801) ([8058468](https://github.com/bitnami/charts/commit/80584687240739eb7a887a7f331dba38211a44d2)), closes [#4801](https://github.com/bitnami/charts/issues/4801) ## 8.6.0 (2020-12-18) -* [bitnami/rabbitmq] Refine probes (#4747) ([80c02e3](https://github.com/bitnami/charts/commit/80c02e3)), closes [#4747](https://github.com/bitnami/charts/issues/4747) +* [bitnami/rabbitmq] Refine probes (#4747) ([80c02e3](https://github.com/bitnami/charts/commit/80c02e3195d34c0c49005453bcb4600ff13e94a3)), closes [#4747](https://github.com/bitnami/charts/issues/4747) ## 8.5.5 (2020-12-17) -* [bitnami/*] fix typos (#4699) ([49adc63](https://github.com/bitnami/charts/commit/49adc63)), closes [#4699](https://github.com/bitnami/charts/issues/4699) -* [bitnami/rabbitmq] Release 8.5.5 updating components versions ([7bf6867](https://github.com/bitnami/charts/commit/7bf6867)) +* [bitnami/*] fix typos (#4699) ([49adc63](https://github.com/bitnami/charts/commit/49adc63b672da976c55af2e077aa5648a357b77f)), closes [#4699](https://github.com/bitnami/charts/issues/4699) +* [bitnami/rabbitmq] Release 8.5.5 updating components versions ([7bf6867](https://github.com/bitnami/charts/commit/7bf6867572ea20d6b1688e72450f2b59dbb9730c)) ## 8.5.4 (2020-12-11) -* [bitnami/*] Update dependencies (#4694) ([2826c12](https://github.com/bitnami/charts/commit/2826c12)), closes [#4694](https://github.com/bitnami/charts/issues/4694) +* [bitnami/*] Update dependencies (#4694) ([2826c12](https://github.com/bitnami/charts/commit/2826c125b42505f28431301e3c1bbe5366e47a01)), closes [#4694](https://github.com/bitnami/charts/issues/4694) ## 8.5.3 (2020-12-11) -* [bitnami/rabbitmq] Release 8.5.3 updating components versions ([8546000](https://github.com/bitnami/charts/commit/8546000)) +* [bitnami/rabbitmq] Release 8.5.3 updating components versions ([8546000](https://github.com/bitnami/charts/commit/85460009e6c4da847f600388ab8296aa7b09a86c)) ## 8.5.2 (2020-12-10) -* [bitnami/*] Update CI *-values.yaml files (#4674) ([b473fa9](https://github.com/bitnami/charts/commit/b473fa9)), closes [#4674](https://github.com/bitnami/charts/issues/4674) +* [bitnami/*] Update CI *-values.yaml files (#4674) ([b473fa9](https://github.com/bitnami/charts/commit/b473fa98f79cb1b06bf592cfe8495c92a6fda16b)), closes [#4674](https://github.com/bitnami/charts/issues/4674) ## 8.5.1 (2020-12-09) -* [bitnami/rabbitmq] fix missing quote on namespace (#4663) ([e726d64](https://github.com/bitnami/charts/commit/e726d64)), closes [#4663](https://github.com/bitnami/charts/issues/4663) +* [bitnami/rabbitmq] fix missing quote on namespace (#4663) ([e726d64](https://github.com/bitnami/charts/commit/e726d647527b61ce25dce90f37e4fa451bd1c7d4)), closes [#4663](https://github.com/bitnami/charts/issues/4663) ## 8.5.0 (2020-12-09) -* [bitnami/rabbitmq] Add parameter to customize 'externalTrafficPolicy' (#4645) ([86aca4d](https://github.com/bitnami/charts/commit/86aca4d)), closes [#4645](https://github.com/bitnami/charts/issues/4645) +* [bitnami/rabbitmq] Add parameter to customize 'externalTrafficPolicy' (#4645) ([86aca4d](https://github.com/bitnami/charts/commit/86aca4dd44191b39737aa7c837a556c95d9bb601)), closes [#4645](https://github.com/bitnami/charts/issues/4645) ## 8.4.3 (2020-12-08) -* [bitnami/rabbitmq] fix if statement for checksum/secret annotation (#4644) ([95fde31](https://github.com/bitnami/charts/commit/95fde31)), closes [#4644](https://github.com/bitnami/charts/issues/4644) +* [bitnami/rabbitmq] fix if statement for checksum/secret annotation (#4644) ([95fde31](https://github.com/bitnami/charts/commit/95fde31b18b53f7a2459fbf611d8b2b805a9338d)), closes [#4644](https://github.com/bitnami/charts/issues/4644) ## 8.4.2 (2020-12-08) -* [bitnami/rabbitmq] Fix rabbitmqctl command (#4636) ([e09301c](https://github.com/bitnami/charts/commit/e09301c)), closes [#4636](https://github.com/bitnami/charts/issues/4636) +* [bitnami/rabbitmq] Fix rabbitmqctl command (#4636) ([e09301c](https://github.com/bitnami/charts/commit/e09301cf99230e22248d2fa72ff0162769640b6e)), closes [#4636](https://github.com/bitnami/charts/issues/4636) ## 8.4.1 (2020-12-04) -* [bitnami/rabbitmq] Update readinessProbe to avoid deadlocks (#4598) ([aab5ec7](https://github.com/bitnami/charts/commit/aab5ec7)), closes [#4598](https://github.com/bitnami/charts/issues/4598) +* [bitnami/rabbitmq] Update readinessProbe to avoid deadlocks (#4598) ([aab5ec7](https://github.com/bitnami/charts/commit/aab5ec78b3d53be810d4eaf9bca1bde7cd436955)), closes [#4598](https://github.com/bitnami/charts/issues/4598) ## 8.4.0 (2020-12-03) -* [bitnami/rabbitmq] Affinity based on common presets (#4577) ([a318bec](https://github.com/bitnami/charts/commit/a318bec)), closes [#4577](https://github.com/bitnami/charts/issues/4577) +* [bitnami/rabbitmq] Affinity based on common presets (#4577) ([a318bec](https://github.com/bitnami/charts/commit/a318becebd08a034110a4628fceadf739350ee70)), closes [#4577](https://github.com/bitnami/charts/issues/4577) ## 8.3.0 (2020-12-02) -* [bitnami/rabbitmq] Allow existingErlangSecret to be templatized (#4547) ([50c5d1a](https://github.com/bitnami/charts/commit/50c5d1a)), closes [#4547](https://github.com/bitnami/charts/issues/4547) -* [bitnami/rabbitmq] Fix backwards compatibility of the nodeshutdown.sh script (#4495) ([e4fb3b0](https://github.com/bitnami/charts/commit/e4fb3b0)), closes [#4495](https://github.com/bitnami/charts/issues/4495) +* [bitnami/rabbitmq] Allow existingErlangSecret to be templatized (#4547) ([50c5d1a](https://github.com/bitnami/charts/commit/50c5d1af54c883b4a451203f02ed750ff71a1c42)), closes [#4547](https://github.com/bitnami/charts/issues/4547) +* [bitnami/rabbitmq] Fix backwards compatibility of the nodeshutdown.sh script (#4495) ([e4fb3b0](https://github.com/bitnami/charts/commit/e4fb3b01ca0e232594c98efea718ba7b56947b29)), closes [#4495](https://github.com/bitnami/charts/issues/4495) ## 8.2.0 (2020-11-26) -* [bitnami/rabbitmq] Start to use shutdown script waiting for synchronization (#4470) ([9524947](https://github.com/bitnami/charts/commit/9524947)), closes [#4470](https://github.com/bitnami/charts/issues/4470) [#3931](https://github.com/bitnami/charts/issues/3931) [#3931](https://github.com/bitnami/charts/issues/3931) +* [bitnami/rabbitmq] Start to use shutdown script waiting for synchronization (#4470) ([9524947](https://github.com/bitnami/charts/commit/95249478d9498b5b57a99b943bd995a1c901cf52)), closes [#4470](https://github.com/bitnami/charts/issues/4470) [#3931](https://github.com/bitnami/charts/issues/3931) [#3931](https://github.com/bitnami/charts/issues/3931) ## 8.1.1 (2020-11-24) -* [bitnami/rabbitmq] fix: align values.yaml and README.md (#4231) ([c6e5584](https://github.com/bitnami/charts/commit/c6e5584)), closes [#4231](https://github.com/bitnami/charts/issues/4231) +* [bitnami/rabbitmq] fix: align values.yaml and README.md (#4231) ([c6e5584](https://github.com/bitnami/charts/commit/c6e55842dc599f9087f7d8659e6f6dc2542eed68)), closes [#4231](https://github.com/bitnami/charts/issues/4231) ## 8.1.0 (2020-11-23) -* [bitnami/rabbitmq] Add statefulsetLabels, similar to podLabels (#4449) ([ab46e49](https://github.com/bitnami/charts/commit/ab46e49)), closes [#4449](https://github.com/bitnami/charts/issues/4449) +* [bitnami/rabbitmq] Add statefulsetLabels, similar to podLabels (#4449) ([ab46e49](https://github.com/bitnami/charts/commit/ab46e49574a2522454c94058c31dcc92f0ca31f6)), closes [#4449](https://github.com/bitnami/charts/issues/4449) ## 8.0.5 (2020-11-19) -* [bitnami/rabbitmq] Add config checksum to the statefulset (#4423) ([ad61be2](https://github.com/bitnami/charts/commit/ad61be2)), closes [#4423](https://github.com/bitnami/charts/issues/4423) +* [bitnami/rabbitmq] Add config checksum to the statefulset (#4423) ([ad61be2](https://github.com/bitnami/charts/commit/ad61be20a3edd06f11692e07443973455c257511)), closes [#4423](https://github.com/bitnami/charts/issues/4423) ## 8.0.4 (2020-11-18) -* [bitnami/rabbitmq] Fix networkpolicy podSelector labels (#4409) ([b743bf6](https://github.com/bitnami/charts/commit/b743bf6)), closes [#4409](https://github.com/bitnami/charts/issues/4409) +* [bitnami/rabbitmq] Fix networkpolicy podSelector labels (#4409) ([b743bf6](https://github.com/bitnami/charts/commit/b743bf60c75ce6962a7a48cb236d41c21206103d)), closes [#4409](https://github.com/bitnami/charts/issues/4409) ## 8.0.3 (2020-11-17) -* [bitnami/rabbitmq] Allow for templating in extraSecrets (#4378) ([db3dd28](https://github.com/bitnami/charts/commit/db3dd28)), closes [#4378](https://github.com/bitnami/charts/issues/4378) -* Clarify configuration params (#4363) ([ebc07b9](https://github.com/bitnami/charts/commit/ebc07b9)), closes [#4363](https://github.com/bitnami/charts/issues/4363) +* [bitnami/rabbitmq] Allow for templating in extraSecrets (#4378) ([db3dd28](https://github.com/bitnami/charts/commit/db3dd28bf64cc060615e03226030180d6c2f3dc9)), closes [#4378](https://github.com/bitnami/charts/issues/4378) +* Clarify configuration params (#4363) ([ebc07b9](https://github.com/bitnami/charts/commit/ebc07b91528b63bc9ecec155cdfc7cf1cf52fbcf)), closes [#4363](https://github.com/bitnami/charts/issues/4363) ## 8.0.2 (2020-11-12) -* [bitnami/rabbitmq] Fix typo in svc-headless.yaml (#4309) ([7008521](https://github.com/bitnami/charts/commit/7008521)), closes [#4309](https://github.com/bitnami/charts/issues/4309) +* [bitnami/rabbitmq] Fix typo in svc-headless.yaml (#4309) ([7008521](https://github.com/bitnami/charts/commit/7008521c57b46194017b74c75712826c7264d7b8)), closes [#4309](https://github.com/bitnami/charts/issues/4309) ## 8.0.1 (2020-11-11) -* [bitnami/rabbitmq] Add how to configure the default user/vhost to README (#4256) ([00fe910](https://github.com/bitnami/charts/commit/00fe910)), closes [#4256](https://github.com/bitnami/charts/issues/4256) [#4122](https://github.com/bitnami/charts/issues/4122) +* [bitnami/rabbitmq] Add how to configure the default user/vhost to README (#4256) ([00fe910](https://github.com/bitnami/charts/commit/00fe9102835b89e36f8c4c252f5115a2be795fa4)), closes [#4256](https://github.com/bitnami/charts/issues/4256) [#4122](https://github.com/bitnami/charts/issues/4122) ## 8.0.0 (2020-11-11) -* [bitnami/rabbitmq] Major version. Adapt Chart to apiVersion: v2 (#4288) ([ecb3d11](https://github.com/bitnami/charts/commit/ecb3d11)), closes [#4288](https://github.com/bitnami/charts/issues/4288) +* [bitnami/rabbitmq] Major version. Adapt Chart to apiVersion: v2 (#4288) ([ecb3d11](https://github.com/bitnami/charts/commit/ecb3d1115f8a5f41ee4e73f31ff95723e99bc85a)), closes [#4288](https://github.com/bitnami/charts/issues/4288) ## 7.8.0 (2020-11-09) -* [bitnami/rabbitmq] Allow port names customization in services (#4243) ([b2d5689](https://github.com/bitnami/charts/commit/b2d5689)), closes [#4243](https://github.com/bitnami/charts/issues/4243) +* [bitnami/rabbitmq] Allow port names customization in services (#4243) ([b2d5689](https://github.com/bitnami/charts/commit/b2d56891e0f0e144b35439cdcf5bbec3eae75ac9)), closes [#4243](https://github.com/bitnami/charts/issues/4243) ## 7.7.1 (2020-10-28) -* [bitnami/*] Include link to Troubleshootin guide on README.md (#4136) ([c08a20e](https://github.com/bitnami/charts/commit/c08a20e)), closes [#4136](https://github.com/bitnami/charts/issues/4136) -* [bitnami/rabbitmq] Allow integers for namespace (#4137) ([2643e7c](https://github.com/bitnami/charts/commit/2643e7c)), closes [#4137](https://github.com/bitnami/charts/issues/4137) +* [bitnami/*] Include link to Troubleshootin guide on README.md (#4136) ([c08a20e](https://github.com/bitnami/charts/commit/c08a20e3db004215383004ff023a73fcc2522e72)), closes [#4136](https://github.com/bitnami/charts/issues/4136) +* [bitnami/rabbitmq] Allow integers for namespace (#4137) ([2643e7c](https://github.com/bitnami/charts/commit/2643e7c9ea13724188011f3bbe76733264d9625d)), closes [#4137](https://github.com/bitnami/charts/issues/4137) ## 7.7.0 (2020-10-27) -* [bitnami/rabbitmq] Attach existing volume as persistence storage (#4102) ([d883c8b](https://github.com/bitnami/charts/commit/d883c8b)), closes [#4102](https://github.com/bitnami/charts/issues/4102) +* [bitnami/rabbitmq] Attach existing volume as persistence storage (#4102) ([d883c8b](https://github.com/bitnami/charts/commit/d883c8bbadc8ca03b8f1d60cf59839c4bfce62ce)), closes [#4102](https://github.com/bitnami/charts/issues/4102) ## 7.6.9 (2020-10-25) -* [bitnami/rabbitmq] Release 7.6.9 updating components versions ([b3ba436](https://github.com/bitnami/charts/commit/b3ba436)) +* [bitnami/rabbitmq] Release 7.6.9 updating components versions ([b3ba436](https://github.com/bitnami/charts/commit/b3ba436d3f2300079cc41805cfa1e21d41a015e9)) ## 7.6.8 (2020-09-25) -* [bitnami/rabbitmq] Release 7.6.8 updating components versions ([e57038c](https://github.com/bitnami/charts/commit/e57038c)) +* [bitnami/rabbitmq] Release 7.6.8 updating components versions ([e57038c](https://github.com/bitnami/charts/commit/e57038cd7f2d38a88bcf98272095f21698caad2a)) ## 7.6.7 (2020-09-21) -* [bitnami/rabbitmq] Release 7.6.7 updating components versions ([8e388f5](https://github.com/bitnami/charts/commit/8e388f5)) -* Add links to docs.bitnami.com (#3715) ([2449278](https://github.com/bitnami/charts/commit/2449278)), closes [#3715](https://github.com/bitnami/charts/issues/3715) +* [bitnami/rabbitmq] Release 7.6.7 updating components versions ([8e388f5](https://github.com/bitnami/charts/commit/8e388f5e4d9ebd35efbf884b0290c1cd8e24e3b6)) +* Add links to docs.bitnami.com (#3715) ([2449278](https://github.com/bitnami/charts/commit/24492789aeadc39da80649d409116b7aa3155ce1)), closes [#3715](https://github.com/bitnami/charts/issues/3715) ## 7.6.6 (2020-09-09) -* [bitnami/rabbitmq] Release 7.6.6 Changing default value for service.extraPorts (#3630) ([1b9ca8d](https://github.com/bitnami/charts/commit/1b9ca8d)), closes [#3630](https://github.com/bitnami/charts/issues/3630) +* [bitnami/rabbitmq] Release 7.6.6 Changing default value for service.extraPorts (#3630) ([1b9ca8d](https://github.com/bitnami/charts/commit/1b9ca8daea338aed3949b1857a94c8a5ac451fdc)), closes [#3630](https://github.com/bitnami/charts/issues/3630) ## 7.6.5 (2020-09-04) -* [bitnami/metrics-server] Add source repo (#3577) ([1ed12f9](https://github.com/bitnami/charts/commit/1ed12f9)), closes [#3577](https://github.com/bitnami/charts/issues/3577) -* [bitnami/rabbitmq] Release 7.6.5 updating components versions ([d695d12](https://github.com/bitnami/charts/commit/d695d12)) +* [bitnami/metrics-server] Add source repo (#3577) ([1ed12f9](https://github.com/bitnami/charts/commit/1ed12f96af75322b46afdb2b3d9907c11b13f765)), closes [#3577](https://github.com/bitnami/charts/issues/3577) +* [bitnami/rabbitmq] Release 7.6.5 updating components versions ([d695d12](https://github.com/bitnami/charts/commit/d695d1281775e77eb9dd7682594e10d3233037d9)) ## 7.6.4 (2020-08-24) -* Change documentation about 'load_definitions' (#3483) ([2833762](https://github.com/bitnami/charts/commit/2833762)), closes [#3483](https://github.com/bitnami/charts/issues/3483) +* Change documentation about 'load_definitions' (#3483) ([2833762](https://github.com/bitnami/charts/commit/28337624c81e7328a2fbad2408b9c3034acdb0e6)), closes [#3483](https://github.com/bitnami/charts/issues/3483) ## 7.6.3 (2020-08-19) -* [bitnami/rabbitmq] Release 7.6.3 updating components versions ([fafc4f8](https://github.com/bitnami/charts/commit/fafc4f8)) +* [bitnami/rabbitmq] Release 7.6.3 updating components versions ([fafc4f8](https://github.com/bitnami/charts/commit/fafc4f8465b6a27eee293f299b82e7995787c235)) ## 7.6.2 (2020-08-18) -* [bitnami/rabbitmq] Run secret name through tpl (#3222) (#3445) ([8d0be4f](https://github.com/bitnami/charts/commit/8d0be4f)), closes [#3222](https://github.com/bitnami/charts/issues/3222) [#3445](https://github.com/bitnami/charts/issues/3445) +* [bitnami/rabbitmq] Run secret name through tpl (#3222) (#3445) ([8d0be4f](https://github.com/bitnami/charts/commit/8d0be4f3cdd1b7ddaeefabbad8d4ff5f2a21f7ae)), closes [#3222](https://github.com/bitnami/charts/issues/3222) [#3445](https://github.com/bitnami/charts/issues/3445) ## 7.6.1 (2020-08-14) -* [bitnami/rabbitmq] Evaluate extraConfiguration value as template (#3415) ([e713290](https://github.com/bitnami/charts/commit/e713290)), closes [#3415](https://github.com/bitnami/charts/issues/3415) +* [bitnami/rabbitmq] Evaluate extraConfiguration value as template (#3415) ([e713290](https://github.com/bitnami/charts/commit/e713290f523360ae166de1f4f71164dc3e9f9cd6)), closes [#3415](https://github.com/bitnami/charts/issues/3415) ## 7.6.0 (2020-08-13) -* [bitnami/*] Use common helps for upgrade password errors (#3335) ([079f5bd](https://github.com/bitnami/charts/commit/079f5bd)), closes [#3335](https://github.com/bitnami/charts/issues/3335) +* [bitnami/*] Use common helps for upgrade password errors (#3335) ([079f5bd](https://github.com/bitnami/charts/commit/079f5bd6ec59bb058216d6a931449b895517c789)), closes [#3335](https://github.com/bitnami/charts/issues/3335) ## 7.5.8 (2020-08-05) -* [bitnami/*] Fix TL;DR typo in READMEs (#3280) ([3d7ab40](https://github.com/bitnami/charts/commit/3d7ab40)), closes [#3280](https://github.com/bitnami/charts/issues/3280) -* [bitnami/rabbitmq] Release 7.5.8 updating components versions ([fc481d8](https://github.com/bitnami/charts/commit/fc481d8)) +* [bitnami/*] Fix TL;DR typo in READMEs (#3280) ([3d7ab40](https://github.com/bitnami/charts/commit/3d7ab406fecd64f1af25f53e7d27f03ec95b29a4)), closes [#3280](https://github.com/bitnami/charts/issues/3280) +* [bitnami/rabbitmq] Release 7.5.8 updating components versions ([fc481d8](https://github.com/bitnami/charts/commit/fc481d882ea63f242806cf0a20fdbc701721fb83)) ## 7.5.7 (2020-07-22) -* Bugfix rabbitmq pre stop hook not applied when rebalance is true (#3171) ([cc3c27c](https://github.com/bitnami/charts/commit/cc3c27c)), closes [#3171](https://github.com/bitnami/charts/issues/3171) +* Bugfix rabbitmq pre stop hook not applied when rebalance is true (#3171) ([cc3c27c](https://github.com/bitnami/charts/commit/cc3c27c500df620b1fbf32550daa2fc5c32682e5)), closes [#3171](https://github.com/bitnami/charts/issues/3171) ## 7.5.6 (2020-07-18) -* [bitnami/rabbitmq] Release 7.5.6 updating components versions ([c265119](https://github.com/bitnami/charts/commit/c265119)) +* [bitnami/rabbitmq] Release 7.5.6 updating components versions ([c265119](https://github.com/bitnami/charts/commit/c2651190070d861f592b35fd08c4de22f10c84be)) ## 7.5.5 (2020-07-17) -* [bitnami/rabbitmq] Fix issue with mnesia dir when forcing boot (#3139) ([654eae7](https://github.com/bitnami/charts/commit/654eae7)), closes [#3139](https://github.com/bitnami/charts/issues/3139) +* [bitnami/rabbitmq] Fix issue with mnesia dir when forcing boot (#3139) ([654eae7](https://github.com/bitnami/charts/commit/654eae7ed6aea46b69aaea3c2ce6e9de484a2814)), closes [#3139](https://github.com/bitnami/charts/issues/3139) ## 7.5.4 (2020-07-15) -* [bitnami/all] Add categories (#3075) ([63bde06](https://github.com/bitnami/charts/commit/63bde06)), closes [#3075](https://github.com/bitnami/charts/issues/3075) -* [bitnami/rabbitmq] Release 7.5.4 updating components versions ([874e4ce](https://github.com/bitnami/charts/commit/874e4ce)) +* [bitnami/all] Add categories (#3075) ([63bde06](https://github.com/bitnami/charts/commit/63bde066b87a140fab52264d0522401ab3d63509)), closes [#3075](https://github.com/bitnami/charts/issues/3075) +* [bitnami/rabbitmq] Release 7.5.4 updating components versions ([874e4ce](https://github.com/bitnami/charts/commit/874e4ceef48a86645a686d1391fff1da5ef28fe7)) ## 7.5.3 (2020-07-10) -* [bitnami/rabbitmq] Corrected example of extraContainerPorts (#3076) ([bcc42b4](https://github.com/bitnami/charts/commit/bcc42b4)), closes [#3076](https://github.com/bitnami/charts/issues/3076) [#2023](https://github.com/bitnami/charts/issues/2023) [#2027](https://github.com/bitnami/charts/issues/2027) [bitnami#2023](https://github.com/bitnami/issues/2023) [bitnami#2027](https://github.com/bitnami/issues/2027) [bitnami#2023](https://github.com/bitnami/issues/2023) [bitnami#2027](https://github.com/bitnami/issues/2027) +* [bitnami/rabbitmq] Corrected example of extraContainerPorts (#3076) ([bcc42b4](https://github.com/bitnami/charts/commit/bcc42b4e3c7ccf9dabd2023e27dd582bc7f4a862)), closes [#3076](https://github.com/bitnami/charts/issues/3076) [#2023](https://github.com/bitnami/charts/issues/2023) [#2027](https://github.com/bitnami/charts/issues/2027) [bitnami#2023](https://github.com/bitnami/issues/2023) [bitnami#2027](https://github.com/bitnami/issues/2027) [bitnami#2023](https://github.com/bitnami/issues/2023) [bitnami#2027](https://github.com/bitnami/issues/2027) ## 7.5.2 (2020-07-09) -* [bitnami/rabbitmq] Show the correct secret names in post-install notes (#3050) ([c951672](https://github.com/bitnami/charts/commit/c951672)), closes [#3050](https://github.com/bitnami/charts/issues/3050) +* [bitnami/rabbitmq] Show the correct secret names in post-install notes (#3050) ([c951672](https://github.com/bitnami/charts/commit/c9516721f0191d4cbde2eea096cc632f79dac5ea)), closes [#3050](https://github.com/bitnami/charts/issues/3050) ## 7.5.1 (2020-07-08) -* [bitnami/rabbitmq] Release 7.5.1 updating components versions ([f29183d](https://github.com/bitnami/charts/commit/f29183d)) +* [bitnami/rabbitmq] Release 7.5.1 updating components versions ([f29183d](https://github.com/bitnami/charts/commit/f29183d87c8d9cab8069e997ae980364fee88ad8)) ## 7.5.0 (2020-07-08) -* [bitnami/rabbitmq] Add support for multiple LDAP servers (#3066) ([4a2884c](https://github.com/bitnami/charts/commit/4a2884c)), closes [#3066](https://github.com/bitnami/charts/issues/3066) +* [bitnami/rabbitmq] Add support for multiple LDAP servers (#3066) ([4a2884c](https://github.com/bitnami/charts/commit/4a2884cdeb5267bf94dcbb8c8ae30ca71d453323)), closes [#3066](https://github.com/bitnami/charts/issues/3066) ## 7.4.8 (2020-07-08) -* [bitnami/rabbitmq] fix tls entries in ingress (#3065) ([d8fb355](https://github.com/bitnami/charts/commit/d8fb355)), closes [#3065](https://github.com/bitnami/charts/issues/3065) +* [bitnami/rabbitmq] fix tls entries in ingress (#3065) ([d8fb355](https://github.com/bitnami/charts/commit/d8fb3559cc15c8a3db908c3c03a68c52e3a86e14)), closes [#3065](https://github.com/bitnami/charts/issues/3065) ## 7.4.7 (2020-07-07) -* [bitnami/rabbitmq] Release 7.4.7 updating components versions ([176cd7d](https://github.com/bitnami/charts/commit/176cd7d)) +* [bitnami/rabbitmq] Release 7.4.7 updating components versions ([176cd7d](https://github.com/bitnami/charts/commit/176cd7deabafce15c661d4cda6ced18407c04fee)) ## 7.4.6 (2020-07-07) -* [bitnami/rabbitmq] Improve reliability and document post-scalation steps when scaling down (#3048) ([ad0f5b7](https://github.com/bitnami/charts/commit/ad0f5b7)), closes [#3048](https://github.com/bitnami/charts/issues/3048) +* [bitnami/rabbitmq] Improve reliability and document post-scalation steps when scaling down (#3048) ([ad0f5b7](https://github.com/bitnami/charts/commit/ad0f5b7d8089ac2d306585b7fe5dc2d03eb1415a)), closes [#3048](https://github.com/bitnami/charts/issues/3048) ## 7.4.5 (2020-07-03) -* [bitnami/rabbitmq] Release 7.4.5 updating components versions ([e4e7c4f](https://github.com/bitnami/charts/commit/e4e7c4f)) +* [bitnami/rabbitmq] Release 7.4.5 updating components versions ([e4e7c4f](https://github.com/bitnami/charts/commit/e4e7c4f73deb094d1b5fc8a279832541f0b33170)) ## 7.4.4 (2020-07-03) -* [bitnami/rabbitmq] Use less intrusive probes (#3016) ([f5f3ad2](https://github.com/bitnami/charts/commit/f5f3ad2)), closes [#3016](https://github.com/bitnami/charts/issues/3016) +* [bitnami/rabbitmq] Use less intrusive probes (#3016) ([f5f3ad2](https://github.com/bitnami/charts/commit/f5f3ad2cb7737cfe6ef3a822c3e70313a5616799)), closes [#3016](https://github.com/bitnami/charts/issues/3016) ## 7.4.3 (2020-07-01) -* [bitnami/rabbitmq] Release 7.4.3 updating components versions ([77e4d00](https://github.com/bitnami/charts/commit/77e4d00)) +* [bitnami/rabbitmq] Release 7.4.3 updating components versions ([77e4d00](https://github.com/bitnami/charts/commit/77e4d00b4460cd63a75630e12696a787e747b540)) ## 7.4.2 (2020-07-01) -* [bitnami/rabbitmq] Update plugins section in the README (#2989) ([bc14dfd](https://github.com/bitnami/charts/commit/bc14dfd)), closes [#2989](https://github.com/bitnami/charts/issues/2989) +* [bitnami/rabbitmq] Update plugins section in the README (#2989) ([bc14dfd](https://github.com/bitnami/charts/commit/bc14dfdc6cb922af74eee925ea0d83973b89bd8a)), closes [#2989](https://github.com/bitnami/charts/issues/2989) ## 7.4.1 (2020-07-01) -* [bitnami/rabbitmq] Release 7.4.1 updating components versions ([3ca06a6](https://github.com/bitnami/charts/commit/3ca06a6)) +* [bitnami/rabbitmq] Release 7.4.1 updating components versions ([3ca06a6](https://github.com/bitnami/charts/commit/3ca06a624c9e628774503dc854eca33819c4449e)) ## 7.4.0 (2020-07-01) -* [bitnami/rabbitmq] Use existingSecret for ingress TLS (#2986) ([b293d3a](https://github.com/bitnami/charts/commit/b293d3a)), closes [#2986](https://github.com/bitnami/charts/issues/2986) +* [bitnami/rabbitmq] Use existingSecret for ingress TLS (#2986) ([b293d3a](https://github.com/bitnami/charts/commit/b293d3afd56639b0be3643340dc12272a4b233d0)), closes [#2986](https://github.com/bitnami/charts/issues/2986) ## 7.3.3 (2020-06-29) -* [bitnami/rabbitmq] Release 7.3.3 updating components versions ([b3af237](https://github.com/bitnami/charts/commit/b3af237)) +* [bitnami/rabbitmq] Release 7.3.3 updating components versions ([b3af237](https://github.com/bitnami/charts/commit/b3af2379c87e421907e257434bd1e8d1d4146778)) ## 7.3.2 (2020-06-29) -* [bitnami/rabbitmq] Fix a bug in readiness and liveness (#2949) ([157a0a7](https://github.com/bitnami/charts/commit/157a0a7)), closes [#2949](https://github.com/bitnami/charts/issues/2949) +* [bitnami/rabbitmq] Fix a bug in readiness and liveness (#2949) ([157a0a7](https://github.com/bitnami/charts/commit/157a0a7eac398f609b38b0aa04d38d4d5b51ffc0)), closes [#2949](https://github.com/bitnami/charts/issues/2949) ## 7.3.1 (2020-06-25) -* [bitnami/rabbitmq] Release 7.3.1 updating components versions ([be9d8e2](https://github.com/bitnami/charts/commit/be9d8e2)) +* [bitnami/rabbitmq] Release 7.3.1 updating components versions ([be9d8e2](https://github.com/bitnami/charts/commit/be9d8e2d4a5af81969fdb63c9d2e4ee18b2ac91a)) ## 7.3.0 (2020-06-25) -* [bitnami/rabbitmq] Provide mechanism to download community plugins during initialization (#2906) ([ba888ca](https://github.com/bitnami/charts/commit/ba888ca)), closes [#2906](https://github.com/bitnami/charts/issues/2906) +* [bitnami/rabbitmq] Provide mechanism to download community plugins during initialization (#2906) ([ba888ca](https://github.com/bitnami/charts/commit/ba888ca49d7e0b96eb9fcb9389ae3118fa6114be)), closes [#2906](https://github.com/bitnami/charts/issues/2906) ## 7.2.1 (2020-06-24) -* [bitnami/rabbitmq] Release 7.2.1 updating components versions ([1e86fc8](https://github.com/bitnami/charts/commit/1e86fc8)) +* [bitnami/rabbitmq] Release 7.2.1 updating components versions ([1e86fc8](https://github.com/bitnami/charts/commit/1e86fc8bbe22310af62bfb6c9fe75d5f486b961e)) ## 7.2.0 (2020-06-24) -* [bitnami/rabbitmq] Fix Ingress port and add custom path (#2897) ([206233c](https://github.com/bitnami/charts/commit/206233c)), closes [#2897](https://github.com/bitnami/charts/issues/2897) +* [bitnami/rabbitmq] Fix Ingress port and add custom path (#2897) ([206233c](https://github.com/bitnami/charts/commit/206233c5293736057d8f53cb716bbfee3206f30c)), closes [#2897](https://github.com/bitnami/charts/issues/2897) ## 7.1.2 (2020-06-23) -* [bitnami/rabbitmq] Release 7.1.2 updating components versions ([2fa98fe](https://github.com/bitnami/charts/commit/2fa98fe)) +* [bitnami/rabbitmq] Release 7.1.2 updating components versions ([2fa98fe](https://github.com/bitnami/charts/commit/2fa98fe41081fce9619958572a4f30216936ff80)) ## 7.1.1 (2020-06-23) -* [bitnami/rabbitmq] Fix clustering when non-default k8s domain name is used (#2894) ([ac68b0f](https://github.com/bitnami/charts/commit/ac68b0f)), closes [#2894](https://github.com/bitnami/charts/issues/2894) +* [bitnami/rabbitmq] Fix clustering when non-default k8s domain name is used (#2894) ([ac68b0f](https://github.com/bitnami/charts/commit/ac68b0f5b1693007ee352ce5f0c8b94069b27d4e)), closes [#2894](https://github.com/bitnami/charts/issues/2894) ## 7.1.0 (2020-06-22) -* [bitnami/rabbitmq] Custom nodePort expose per port (#2825) ([78b4d60](https://github.com/bitnami/charts/commit/78b4d60)), closes [#2825](https://github.com/bitnami/charts/issues/2825) +* [bitnami/rabbitmq] Custom nodePort expose per port (#2825) ([78b4d60](https://github.com/bitnami/charts/commit/78b4d6035de9eab7520e15e866dbc2113de2c62a)), closes [#2825](https://github.com/bitnami/charts/issues/2825) ## 7.0.4 (2020-06-22) -* [bitnami/several] remove library/bitnami-common (#2879) ([d936fe3](https://github.com/bitnami/charts/commit/d936fe3)), closes [#2879](https://github.com/bitnami/charts/issues/2879) +* [bitnami/several] remove library/bitnami-common (#2879) ([d936fe3](https://github.com/bitnami/charts/commit/d936fe33d2a28fc38b6d714a553d922f85669bd7)), closes [#2879](https://github.com/bitnami/charts/issues/2879) ## 7.0.3 (2020-06-19) -* [bitnami/rabbitmq] Fix incorrect RabbitMQ advanced.config config map key (#2882) ([d81a958](https://github.com/bitnami/charts/commit/d81a958)), closes [#2882](https://github.com/bitnami/charts/issues/2882) +* [bitnami/rabbitmq] Fix incorrect RabbitMQ advanced.config config map key (#2882) ([d81a958](https://github.com/bitnami/charts/commit/d81a958736e038bf00b8d651da4e766c30a8e905)), closes [#2882](https://github.com/bitnami/charts/issues/2882) ## 7.0.2 (2020-06-19) -* [bitnami/rabbitmq] Allow customizing RabbitMQ username (#2884) ([dca246c](https://github.com/bitnami/charts/commit/dca246c)), closes [#2884](https://github.com/bitnami/charts/issues/2884) -* [bitnami/rabbitmq] Fixing extraEnvVars (#2867) ([1a265f8](https://github.com/bitnami/charts/commit/1a265f8)), closes [#2867](https://github.com/bitnami/charts/issues/2867) +* [bitnami/rabbitmq] Allow customizing RabbitMQ username (#2884) ([dca246c](https://github.com/bitnami/charts/commit/dca246ce41ebef6b7396c14c61e64242ca907a83)), closes [#2884](https://github.com/bitnami/charts/issues/2884) +* [bitnami/rabbitmq] Fixing extraEnvVars (#2867) ([1a265f8](https://github.com/bitnami/charts/commit/1a265f8b2cc3a910a1990df02b5e52274cee1f0e)), closes [#2867](https://github.com/bitnami/charts/issues/2867) ## 7.0.1 (2020-06-19) -* [bitnami/rabbitmq] Release 7.0.1 updating components versions ([abba63f](https://github.com/bitnami/charts/commit/abba63f)) -* [multiple charts] Update hidden properties in the different JSON schemas (#2871) ([4cff6ba](https://github.com/bitnami/charts/commit/4cff6ba)), closes [#2871](https://github.com/bitnami/charts/issues/2871) +* [bitnami/rabbitmq] Release 7.0.1 updating components versions ([abba63f](https://github.com/bitnami/charts/commit/abba63f37e482b6f7c51c03e1fa2c1a7b0abf64c)) +* [multiple charts] Update hidden properties in the different JSON schemas (#2871) ([4cff6ba](https://github.com/bitnami/charts/commit/4cff6ba8b0013b6dc368a1e7986c393e8447e75b)), closes [#2871](https://github.com/bitnami/charts/issues/2871) ## 7.0.0 (2020-06-17) -* [bitnami/rabbitmq] Rely on container initialization + refactoring to follow Helm chart best practice ([43e7082](https://github.com/bitnami/charts/commit/43e7082)), closes [#2843](https://github.com/bitnami/charts/issues/2843) +* [bitnami/rabbitmq] Rely on container initialization + refactoring to follow Helm chart best practice ([43e7082](https://github.com/bitnami/charts/commit/43e70827ef73560e118907b3a2c0d7d9c72bce52)), closes [#2843](https://github.com/bitnami/charts/issues/2843) ## 6.28.1 (2020-06-17) -* [bitnami/rabbitmq] Release 6.28.1 updating components versions ([11b7183](https://github.com/bitnami/charts/commit/11b7183)) +* [bitnami/rabbitmq] Release 6.28.1 updating components versions ([11b7183](https://github.com/bitnami/charts/commit/11b71835341eebf705ef6409496172404acc2be7)) ## 6.28.0 (2020-06-16) -* [bitnami\rabbitmq] Added support of specific service account (#2569) ([7c03dab](https://github.com/bitnami/charts/commit/7c03dab)), closes [#2569](https://github.com/bitnami/charts/issues/2569) +* [bitnami\rabbitmq] Added support of specific service account (#2569) ([7c03dab](https://github.com/bitnami/charts/commit/7c03daba7723920167887ec9a51cf2f7b42dd0b1)), closes [#2569](https://github.com/bitnami/charts/issues/2569) ## 6.27.2 (2020-06-16) -* [bitnami/rabbitmq] Release 6.27.2 updating components versions ([77fd0e7](https://github.com/bitnami/charts/commit/77fd0e7)) +* [bitnami/rabbitmq] Release 6.27.2 updating components versions ([77fd0e7](https://github.com/bitnami/charts/commit/77fd0e72689ec43f9b2b2ec3bcdc0459f4177102)) ## 6.27.1 (2020-06-15) -* [bitnami/rabbitmq] Release 6.27.1 updating components versions ([c56fdc4](https://github.com/bitnami/charts/commit/c56fdc4)) +* [bitnami/rabbitmq] Release 6.27.1 updating components versions ([c56fdc4](https://github.com/bitnami/charts/commit/c56fdc45ca6c10d1a44a75a71ca7e26597470833)) ## 6.27.0 (2020-06-11) -* [bitnami/rabbitmq] Add community plugins (#2729) ([979d876](https://github.com/bitnami/charts/commit/979d876)), closes [#2729](https://github.com/bitnami/charts/issues/2729) +* [bitnami/rabbitmq] Add community plugins (#2729) ([979d876](https://github.com/bitnami/charts/commit/979d876782c85bd858bf68659d807ed35e8ec9fd)), closes [#2729](https://github.com/bitnami/charts/issues/2729) ## 6.26.0 (2020-06-05) -* [bitnami/rabbitmq] add podLabels to statefulset (#2744) ([a3abafe](https://github.com/bitnami/charts/commit/a3abafe)), closes [#2744](https://github.com/bitnami/charts/issues/2744) +* [bitnami/rabbitmq] add podLabels to statefulset (#2744) ([a3abafe](https://github.com/bitnami/charts/commit/a3abafe21cbd393f0cabaf7cee68a4c0059435c9)), closes [#2744](https://github.com/bitnami/charts/issues/2744) ## 6.25.13 (2020-05-26) -* [bitnami/rabbitmq] make load definition secret name be templatable (#2654) ([e56173b](https://github.com/bitnami/charts/commit/e56173b)), closes [#2654](https://github.com/bitnami/charts/issues/2654) -* update bitnami/common to be compatible with helm v2.12+ (#2615) ([c7751eb](https://github.com/bitnami/charts/commit/c7751eb)), closes [#2615](https://github.com/bitnami/charts/issues/2615) +* [bitnami/rabbitmq] make load definition secret name be templatable (#2654) ([e56173b](https://github.com/bitnami/charts/commit/e56173b10b9b19c88398c0b88fed24449849ccaf)), closes [#2654](https://github.com/bitnami/charts/issues/2654) +* update bitnami/common to be compatible with helm v2.12+ (#2615) ([c7751eb](https://github.com/bitnami/charts/commit/c7751eb5764e468e1854b58a1b8491d2b13e0a4a)), closes [#2615](https://github.com/bitnami/charts/issues/2615) ## 6.25.12 (2020-05-18) -* [bitnami/rabbitmq] improve network policy to include internal traffic (#2597) ([d6c55db](https://github.com/bitnami/charts/commit/d6c55db)), closes [#2597](https://github.com/bitnami/charts/issues/2597) +* [bitnami/rabbitmq] improve network policy to include internal traffic (#2597) ([d6c55db](https://github.com/bitnami/charts/commit/d6c55dbdf444995e5e5b1b9224ba84d6874f4f3e)), closes [#2597](https://github.com/bitnami/charts/issues/2597) ## 6.25.11 (2020-05-13) -* [bitnami/rabbitmq] Release 6.25.11 updating components versions ([5e95a78](https://github.com/bitnami/charts/commit/5e95a78)) +* [bitnami/rabbitmq] Release 6.25.11 updating components versions ([5e95a78](https://github.com/bitnami/charts/commit/5e95a787bc781837af221b2075e4130c562dc1d2)) ## 6.25.10 (2020-05-13) -* [bitnami/rabbitmq] Release 6.25.10 updating components versions ([80e9483](https://github.com/bitnami/charts/commit/80e9483)) +* [bitnami/rabbitmq] Release 6.25.10 updating components versions ([80e9483](https://github.com/bitnami/charts/commit/80e94837f9918a12055f6396b41c5f0b3d2726ee)) ## 6.25.9 (2020-05-08) -* [bitnami/rabbitmq] Add externalIP custom value (#2534) ([f1911e9](https://github.com/bitnami/charts/commit/f1911e9)), closes [#2534](https://github.com/bitnami/charts/issues/2534) +* [bitnami/rabbitmq] Add externalIP custom value (#2534) ([f1911e9](https://github.com/bitnami/charts/commit/f1911e96164535f9da3c8f508531680bc17eb09c)), closes [#2534](https://github.com/bitnami/charts/issues/2534) ## 6.25.8 (2020-05-07) -* [bitnami/rabbitmq] extraVolumeMounts new line fix (#2533) ([ecb5150](https://github.com/bitnami/charts/commit/ecb5150)), closes [#2533](https://github.com/bitnami/charts/issues/2533) [#2532](https://github.com/bitnami/charts/issues/2532) +* [bitnami/rabbitmq] extraVolumeMounts new line fix (#2533) ([ecb5150](https://github.com/bitnami/charts/commit/ecb515030b85b200e1e6d9873e3b3f2ad6da2b92)), closes [#2533](https://github.com/bitnami/charts/issues/2533) [#2532](https://github.com/bitnami/charts/issues/2532) ## 6.25.7 (2020-05-04) -* [bitnami/rabbitmq] fix extraPorts indentation (#2496) ([5fe117c](https://github.com/bitnami/charts/commit/5fe117c)), closes [#2496](https://github.com/bitnami/charts/issues/2496) +* [bitnami/rabbitmq] fix extraPorts indentation (#2496) ([5fe117c](https://github.com/bitnami/charts/commit/5fe117ca1af76da214ff9e04101e786a56668030)), closes [#2496](https://github.com/bitnami/charts/issues/2496) ## 6.25.6 (2020-04-30) -* Rabbitmq pod annotations (#2466) ([4cff212](https://github.com/bitnami/charts/commit/4cff212)), closes [#2466](https://github.com/bitnami/charts/issues/2466) +* Rabbitmq pod annotations (#2466) ([4cff212](https://github.com/bitnami/charts/commit/4cff212571be1dbf6bd1e710992081a85979bd08)), closes [#2466](https://github.com/bitnami/charts/issues/2466) ## 6.25.5 (2020-04-22) -* [bitnami/rabbitmq] Release 6.25.5 updating components versions ([79eb3b5](https://github.com/bitnami/charts/commit/79eb3b5)) +* [bitnami/rabbitmq] Release 6.25.5 updating components versions ([79eb3b5](https://github.com/bitnami/charts/commit/79eb3b5e84204f9ac557db53c3c987acdb686655)) ## 6.25.4 (2020-04-16) -* [bitnami/rabbitmq] Release 6.25.4 updating components versions ([f0a4b14](https://github.com/bitnami/charts/commit/f0a4b14)) -* [bitnami/rabbitmq] Tune parameters to increase performance (#2252) ([4bcde72](https://github.com/bitnami/charts/commit/4bcde72)), closes [#2252](https://github.com/bitnami/charts/issues/2252) +* [bitnami/rabbitmq] Release 6.25.4 updating components versions ([f0a4b14](https://github.com/bitnami/charts/commit/f0a4b146a06714d59a1a98d47a105877591e9067)) +* [bitnami/rabbitmq] Tune parameters to increase performance (#2252) ([4bcde72](https://github.com/bitnami/charts/commit/4bcde72608f0b2ad68382d1e871da95293c469a4)), closes [#2252](https://github.com/bitnami/charts/issues/2252) ## 6.25.3 (2020-04-14) -* [bitnami/rabbitmq] Release 6.25.3 updating components versions ([0c4821c](https://github.com/bitnami/charts/commit/0c4821c)) +* [bitnami/rabbitmq] Release 6.25.3 updating components versions ([0c4821c](https://github.com/bitnami/charts/commit/0c4821c7058f77d187a7ea74813ed0a0f69918df)) ## 6.25.2 (2020-04-10) -* [bitnami/rabbitmq] Release 6.25.2 updating components versions ([1647de0](https://github.com/bitnami/charts/commit/1647de0)) +* [bitnami/rabbitmq] Release 6.25.2 updating components versions ([1647de0](https://github.com/bitnami/charts/commit/1647de0a86a46836432a1f450bc4618082063fae)) ## 6.25.1 (2020-04-09) -* [bitnami/rabbitmq] livenessProbe and readinessProbe command override (#2219) ([93d59d3](https://github.com/bitnami/charts/commit/93d59d3)), closes [#2219](https://github.com/bitnami/charts/issues/2219) -* [bitnami/rabbitmq] Release 6.25.1 updating components versions ([e56ced5](https://github.com/bitnami/charts/commit/e56ced5)) +* [bitnami/rabbitmq] livenessProbe and readinessProbe command override (#2219) ([93d59d3](https://github.com/bitnami/charts/commit/93d59d3cae920e0da8d20985940d6f7f20523a90)), closes [#2219](https://github.com/bitnami/charts/issues/2219) +* [bitnami/rabbitmq] Release 6.25.1 updating components versions ([e56ced5](https://github.com/bitnami/charts/commit/e56ced54a0eaa0c57858a75ba61d16c4b1972f9b)) ## 6.25.0 (2020-04-08) -* [bitnami/rabbitmq] Add ability to add service labels. (#2237) ([21dbb4a](https://github.com/bitnami/charts/commit/21dbb4a)), closes [#2237](https://github.com/bitnami/charts/issues/2237) +* [bitnami/rabbitmq] Add ability to add service labels. (#2237) ([21dbb4a](https://github.com/bitnami/charts/commit/21dbb4a66e17570d6fd27ce8c38ee77fb09efd03)), closes [#2237](https://github.com/bitnami/charts/issues/2237) ## 6.24.0 (2020-04-06) -* [bitnami/rabbitmq] Disable old metrics, enable new Prometheus auto-scraping (#2110) ([ab679d4](https://github.com/bitnami/charts/commit/ab679d4)), closes [#2110](https://github.com/bitnami/charts/issues/2110) +* [bitnami/rabbitmq] Disable old metrics, enable new Prometheus auto-scraping (#2110) ([ab679d4](https://github.com/bitnami/charts/commit/ab679d4030156189404ae859e3e9fdade51e513c)), closes [#2110](https://github.com/bitnami/charts/issues/2110) ## 6.23.0 (2020-04-02) -* [bitnami/rabbitmq] Add a selector to persistentVolumeClaims to be able to target an existing persist ([3b9461c](https://github.com/bitnami/charts/commit/3b9461c)), closes [#2184](https://github.com/bitnami/charts/issues/2184) +* [bitnami/rabbitmq] Add a selector to persistentVolumeClaims to be able to target an existing persist ([3b9461c](https://github.com/bitnami/charts/commit/3b9461ceb236677a0ad7bb443644d511fe0f9822)), closes [#2184](https://github.com/bitnami/charts/issues/2184) ## 6.22.0 (2020-04-01) -* [bitnami/rabbitmq] Add events create rule, needed by the rabbitmq_peer_discovery_k8s plugin (#2173) ([57f7074](https://github.com/bitnami/charts/commit/57f7074)), closes [#2173](https://github.com/bitnami/charts/issues/2173) +* [bitnami/rabbitmq] Add events create rule, needed by the rabbitmq_peer_discovery_k8s plugin (#2173) ([57f7074](https://github.com/bitnami/charts/commit/57f70743e475b6e5b404b7edad001085fda54418)), closes [#2173](https://github.com/bitnami/charts/issues/2173) ## 6.21.1 (2020-03-31) -* [rabbitmq] fix missing $ in .Release.Namespace (#2165) ([4353b52](https://github.com/bitnami/charts/commit/4353b52)), closes [#2165](https://github.com/bitnami/charts/issues/2165) +* [rabbitmq] fix missing $ in .Release.Namespace (#2165) ([4353b52](https://github.com/bitnami/charts/commit/4353b52e633f3392cea2993d996bdd8cf27f5fe1)), closes [#2165](https://github.com/bitnami/charts/issues/2165) ## 6.21.0 (2020-03-30) -* [bitnami/rabbitmq] Introduced `.Release.Namespace` in objects meta (#2159) ([16bd948](https://github.com/bitnami/charts/commit/16bd948)), closes [#2159](https://github.com/bitnami/charts/issues/2159) +* [bitnami/rabbitmq] Introduced `.Release.Namespace` in objects meta (#2159) ([16bd948](https://github.com/bitnami/charts/commit/16bd948d6d72bde3708b69231aecfcacd9d5c368)), closes [#2159](https://github.com/bitnami/charts/issues/2159) ## 6.20.1 (2020-03-26) -* [bitnami/rabbitmq] Release 6.20.1 updating components versions ([94f00f4](https://github.com/bitnami/charts/commit/94f00f4)) +* [bitnami/rabbitmq] Release 6.20.1 updating components versions ([94f00f4](https://github.com/bitnami/charts/commit/94f00f4dae2e6311feefad2e6bc3db72d2e6475d)) ## 6.20.0 (2020-03-23) -* Link secret in rabbitmq chart (#2107) ([1f6ef84](https://github.com/bitnami/charts/commit/1f6ef84)), closes [#2107](https://github.com/bitnami/charts/issues/2107) +* Link secret in rabbitmq chart (#2107) ([1f6ef84](https://github.com/bitnami/charts/commit/1f6ef84f39a7bf7b30d74f9b2cfe4ceff81624d0)), closes [#2107](https://github.com/bitnami/charts/issues/2107) ## 6.19.2 (2020-03-20) -* [bitnami/rabbitmq] Release 6.19.2 updating components versions ([4afe19b](https://github.com/bitnami/charts/commit/4afe19b)) +* [bitnami/rabbitmq] Release 6.19.2 updating components versions ([4afe19b](https://github.com/bitnami/charts/commit/4afe19b4c5ad1a145334afe2eba9b024be8ce56a)) ## 6.19.1 (2020-03-19) -* [bitnami/rabbitmq] Release 6.19.1 updating components versions ([3a01d45](https://github.com/bitnami/charts/commit/3a01d45)) +* [bitnami/rabbitmq] Release 6.19.1 updating components versions ([3a01d45](https://github.com/bitnami/charts/commit/3a01d4510f03a1387881e233b709277e54108702)) ## 6.19.0 (2020-03-19) -* Update Chart.yaml ([e2e8b29](https://github.com/bitnami/charts/commit/e2e8b29)) +* Update Chart.yaml ([e2e8b29](https://github.com/bitnami/charts/commit/e2e8b292e217f034ca5e42469427507ca01d793a)) ## 6.19.9 (2020-03-17) -* [bitnami/rabbitmq] added instructions to use extra ports - closes #2023 (#2037) ([3f9c2ae](https://github.com/bitnami/charts/commit/3f9c2ae)), closes [#2023](https://github.com/bitnami/charts/issues/2023) [#2037](https://github.com/bitnami/charts/issues/2037) -* [bitnami/rabbitmq] adding possibility to have extras volumes/volumesm… (#2042) ([4b06e0f](https://github.com/bitnami/charts/commit/4b06e0f)), closes [#2042](https://github.com/bitnami/charts/issues/2042) +* [bitnami/rabbitmq] added instructions to use extra ports - closes #2023 (#2037) ([3f9c2ae](https://github.com/bitnami/charts/commit/3f9c2aea1386b4cbb7ca2ade9ac65116ee872974)), closes [#2023](https://github.com/bitnami/charts/issues/2023) [#2037](https://github.com/bitnami/charts/issues/2037) +* [bitnami/rabbitmq] adding possibility to have extras volumes/volumesm… (#2042) ([4b06e0f](https://github.com/bitnami/charts/commit/4b06e0f54d15656fd219626ade7e77c48246557f)), closes [#2042](https://github.com/bitnami/charts/issues/2042) ## 6.18.9 (2020-03-11) -* [bitnami/rabbitmq] Release 6.18.9 updating components versions ([c9ce341](https://github.com/bitnami/charts/commit/c9ce341)) +* [bitnami/rabbitmq] Release 6.18.9 updating components versions ([c9ce341](https://github.com/bitnami/charts/commit/c9ce341bff8c1c5ae3f385aaa8aba129075f2a5c)) ## 6.18.8 (2020-03-11) -* Move charts from upstreamed folder to bitnami (#2032) ([a0e44f7](https://github.com/bitnami/charts/commit/a0e44f7)), closes [#2032](https://github.com/bitnami/charts/issues/2032) +* Move charts from upstreamed folder to bitnami (#2032) ([a0e44f7](https://github.com/bitnami/charts/commit/a0e44f7d6a10b8b5643186130ea420887cb72c7c)), closes [#2032](https://github.com/bitnami/charts/issues/2032) ## 6.18.7 (2020-03-10) -* [bitnami/redis & rabbit] Revert CI removal (#2025) ([f05c165](https://github.com/bitnami/charts/commit/f05c165)), closes [#2025](https://github.com/bitnami/charts/issues/2025) +* [bitnami/redis & rabbit] Revert CI removal (#2025) ([f05c165](https://github.com/bitnami/charts/commit/f05c16577066d95b835eb032c1f8e625d3cb47fd)), closes [#2025](https://github.com/bitnami/charts/issues/2025) ## 6.18.6 (2020-03-10) -* [bitnami/rabbitmq] Modify RabbitMQ notes for convenience. (#2021) ([61a2013](https://github.com/bitnami/charts/commit/61a2013)), closes [#2021](https://github.com/bitnami/charts/issues/2021) +* [bitnami/rabbitmq] Modify RabbitMQ notes for convenience. (#2021) ([61a2013](https://github.com/bitnami/charts/commit/61a2013c258111131a40a2829a5937d59eede3bf)), closes [#2021](https://github.com/bitnami/charts/issues/2021) ## 6.18.5 (2020-03-09) -* [bitnami/rabbitmq] Release 6.18.5 updating components versions ([80c8375](https://github.com/bitnami/charts/commit/80c8375)) +* [bitnami/rabbitmq] Release 6.18.5 updating components versions ([80c8375](https://github.com/bitnami/charts/commit/80c837501528b3996ec553a96a23d1d478368fd6)) ## 6.18.4 (2020-03-09) -* [bitnami/redis] Move chart from stable and remove ci folder (#2017) ([bb8e1cf](https://github.com/bitnami/charts/commit/bb8e1cf)), closes [#2017](https://github.com/bitnami/charts/issues/2017) +* [bitnami/redis] Move chart from stable and remove ci folder (#2017) ([bb8e1cf](https://github.com/bitnami/charts/commit/bb8e1cf68328a604dc48185b2deb165c0076d7d8)), closes [#2017](https://github.com/bitnami/charts/issues/2017) ## 6.18.3 (2020-03-06) -* [bitnami/rabbitmq] Release 6.18.3 updating components versions ([a6bf548](https://github.com/bitnami/charts/commit/a6bf548)) +* [bitnami/rabbitmq] Release 6.18.3 updating components versions ([a6bf548](https://github.com/bitnami/charts/commit/a6bf54815ec87803df6fc1ad750952dfcdbe3448)) ## 6.18.2 (2020-03-06) -* [bitnami/rabbitmq] Release 6.18.2 updating components versions ([a84f789](https://github.com/bitnami/charts/commit/a84f789)) +* [bitnami/rabbitmq] Release 6.18.2 updating components versions ([a84f789](https://github.com/bitnami/charts/commit/a84f7891d6700e57e366e99053cfa6cef62f5c70)) ## 6.18.1 (2020-03-06) -* [bitnami/rabbitmq] Copy rabbitmq chart from stable (https://github.com/helm/charts/pull/21310) ([861c8ff](https://github.com/bitnami/charts/commit/861c8ff)) +* [bitnami/rabbitmq] Copy rabbitmq chart from stable (https://github.com/helm/charts/pull/21310) ([861c8ff](https://github.com/bitnami/charts/commit/861c8ff4b134e357b1beeb8aac684b4809e2d76f)) diff --git a/bitnami/rabbitmq/Chart.yaml b/bitnami/rabbitmq/Chart.yaml index 585c39f0ca7d6b..49c790960409da 100644 --- a/bitnami/rabbitmq/Chart.yaml +++ b/bitnami/rabbitmq/Chart.yaml @@ -30,4 +30,4 @@ maintainers: name: rabbitmq sources: - https://github.com/bitnami/charts/tree/main/bitnami/rabbitmq -version: 14.3.0 \ No newline at end of file +version: 14.3.1 diff --git a/bitnami/rabbitmq/templates/svc-headless.yaml b/bitnami/rabbitmq/templates/svc-headless.yaml index 630fc2b6d4d17d..3766b9913624a6 100644 --- a/bitnami/rabbitmq/templates/svc-headless.yaml +++ b/bitnami/rabbitmq/templates/svc-headless.yaml @@ -37,6 +37,9 @@ spec: port: {{ .Values.service.ports.manager }} targetPort: stats {{- end }} + {{- if .Values.service.extraPorts }} + {{- include "common.tplvalues.render" (dict "value" .Values.service.extraPorts "context" $) | nindent 4 }} + {{- end }} {{- $podLabels := include "common.tplvalues.merge" ( dict "values" ( list .Values.podLabels .Values.commonLabels ) "context" . ) }} selector: {{- include "common.labels.matchLabels" ( dict "customLabels" $podLabels "context" $ ) | nindent 4 }} publishNotReadyAddresses: true From 36352c82518a445588661a7f5143bafc31a80c11 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Mon, 27 May 2024 12:04:33 +0200 Subject: [PATCH 032/110] [bitnami/ghost] Release 21.0.1 (#26455) * [bitnami/ghost] Release 21.0.1 updating components versions Signed-off-by: Bitnami Containers * Update CHANGELOG.md Signed-off-by: Bitnami Containers --------- Signed-off-by: Bitnami Containers --- bitnami/ghost/CHANGELOG.md | 6 +++++- bitnami/ghost/Chart.yaml | 6 +++--- bitnami/ghost/README.md | 2 +- bitnami/ghost/values.yaml | 2 +- 4 files changed, 10 insertions(+), 6 deletions(-) diff --git a/bitnami/ghost/CHANGELOG.md b/bitnami/ghost/CHANGELOG.md index 9bf8b50576b692..b9d5ac21d91853 100644 --- a/bitnami/ghost/CHANGELOG.md +++ b/bitnami/ghost/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog +## 21.0.1 (2024-05-27) + +* [bitnami/ghost] Release 21.0.1 ([#26455](https://github.com/bitnami/charts/pull/26455)) + ## 21.0.0 (2024-05-27) -* [bitnami/ghost] Update dependencies ([#26448](https://github.com/bitnami/charts/pull/26448)) +* [bitnami/ghost] Update dependencies (#26448) ([5ff9f5a](https://github.com/bitnami/charts/commit/5ff9f5ad2469d074b7158f3d5fd1e8f5edb6e34b)), closes [#26448](https://github.com/bitnami/charts/issues/26448) ## 20.1.0 (2024-05-21) diff --git a/bitnami/ghost/Chart.yaml b/bitnami/ghost/Chart.yaml index 9dc68bad4e2a2e..e9e976553f1384 100644 --- a/bitnami/ghost/Chart.yaml +++ b/bitnami/ghost/Chart.yaml @@ -6,11 +6,11 @@ annotations: licenses: Apache-2.0 images: | - name: ghost - image: docker.io/bitnami/ghost:5.82.11-debian-12-r0 + image: docker.io/bitnami/ghost:5.82.12-debian-12-r0 - name: os-shell image: docker.io/bitnami/os-shell:12-debian-12-r21 apiVersion: v2 -appVersion: 5.82.11 +appVersion: 5.82.12 dependencies: - condition: mysql.enabled name: mysql @@ -40,4 +40,4 @@ maintainers: name: ghost sources: - https://github.com/bitnami/charts/tree/main/bitnami/ghost -version: 21.0.0 +version: 21.0.1 diff --git a/bitnami/ghost/README.md b/bitnami/ghost/README.md index cefedf75a6b59b..a583a23838f6ce 100644 --- a/bitnami/ghost/README.md +++ b/bitnami/ghost/README.md @@ -639,4 +639,4 @@ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and -limitations under the License. +limitations under the License. \ No newline at end of file diff --git a/bitnami/ghost/values.yaml b/bitnami/ghost/values.yaml index f35e01aed6209a..4f746064ef979e 100644 --- a/bitnami/ghost/values.yaml +++ b/bitnami/ghost/values.yaml @@ -79,7 +79,7 @@ diagnosticMode: image: registry: docker.io repository: bitnami/ghost - tag: 5.82.11-debian-12-r0 + tag: 5.82.12-debian-12-r0 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' From 2caa527409ea9707ccf733899daa08f5abee9df6 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Mon, 27 May 2024 13:25:58 +0200 Subject: [PATCH 033/110] [bitnami/tomcat] Release 11.1.1 (#26458) * [bitnami/tomcat] Release 11.1.1 updating components versions Signed-off-by: Bitnami Containers * Update CHANGELOG.md Signed-off-by: Bitnami Containers --------- Signed-off-by: Bitnami Containers --- bitnami/tomcat/CHANGELOG.md | 870 ++++++++++++++++++------------------ bitnami/tomcat/Chart.yaml | 4 +- bitnami/tomcat/values.yaml | 2 +- 3 files changed, 441 insertions(+), 435 deletions(-) diff --git a/bitnami/tomcat/CHANGELOG.md b/bitnami/tomcat/CHANGELOG.md index c735dfbaf92e00..fac880744a7585 100644 --- a/bitnami/tomcat/CHANGELOG.md +++ b/bitnami/tomcat/CHANGELOG.md @@ -1,1381 +1,1387 @@ # Changelog +## 11.1.1 (2024-05-27) + +* [bitnami/tomcat] Release 11.1.1 ([#26458](https://github.com/bitnami/charts/pull/26458)) + ## 11.1.0 (2024-05-21) -* [bitnami/tomcat] feat: :sparkles: :lock: Add warning when original images are replaced ([#26284](https://github.com/bitnami/charts/pulls/26284)) +* [bitnami/*] ci: :construction_worker: Add tag and changelog support (#25359) ([91c707c](https://github.com/bitnami/charts/commit/91c707c9e4e574725a09505d2d313fb93f1b4c0a)), closes [#25359](https://github.com/bitnami/charts/issues/25359) +* [bitnami/tomcat] feat: :sparkles: :lock: Add warning when original images are replaced (#26284) ([abd059c](https://github.com/bitnami/charts/commit/abd059c75f325432d5723c59a68750cce65d583d)), closes [#26284](https://github.com/bitnami/charts/issues/26284) +* [bitnami/tomcat] Use different liveness/readiness probes (#25985) ([8c47fe3](https://github.com/bitnami/charts/commit/8c47fe3d3a2d9e18775a1497695f2d8c99380003)), closes [#25985](https://github.com/bitnami/charts/issues/25985) ## 11.0.5 (2024-05-18) -* [bitnami/tomcat] Release 11.0.5 updating components versions (#26084) ([91e743e](https://github.com/bitnami/charts/commit/91e743e)), closes [#26084](https://github.com/bitnami/charts/issues/26084) +* [bitnami/tomcat] Release 11.0.5 updating components versions (#26084) ([91e743e](https://github.com/bitnami/charts/commit/91e743e2a73659162e548f7811ad491d26c70b66)), closes [#26084](https://github.com/bitnami/charts/issues/26084) ## 11.0.4 (2024-05-14) -* [bitnami/tomcat] Release 11.0.4 updating components versions (#25843) ([02abcc9](https://github.com/bitnami/charts/commit/02abcc9)), closes [#25843](https://github.com/bitnami/charts/issues/25843) +* [bitnami/tomcat] Release 11.0.4 updating components versions (#25843) ([02abcc9](https://github.com/bitnami/charts/commit/02abcc91f8b3903ed256c03bab41b11d258230ed)), closes [#25843](https://github.com/bitnami/charts/issues/25843) ## 11.0.3 (2024-05-14) -* [bitnami/*] Change non-root and rolling-tags doc URLs (#25628) ([b067c94](https://github.com/bitnami/charts/commit/b067c94)), closes [#25628](https://github.com/bitnami/charts/issues/25628) -* [bitnami/*] Set new header/owner (#25558) ([8d1dc11](https://github.com/bitnami/charts/commit/8d1dc11)), closes [#25558](https://github.com/bitnami/charts/issues/25558) -* [bitnami/multiple charts] Fix typo: "NetworkPolice" vs "NetworkPolicy" (#25348) ([6970c1b](https://github.com/bitnami/charts/commit/6970c1b)), closes [#25348](https://github.com/bitnami/charts/issues/25348) -* [bitnami/tomcat] Release 11.0.3 updating components versions (#25838) ([74451fa](https://github.com/bitnami/charts/commit/74451fa)), closes [#25838](https://github.com/bitnami/charts/issues/25838) -* Replace VMware by Broadcom copyright text (#25306) ([a5e4bd0](https://github.com/bitnami/charts/commit/a5e4bd0)), closes [#25306](https://github.com/bitnami/charts/issues/25306) +* [bitnami/*] Change non-root and rolling-tags doc URLs (#25628) ([b067c94](https://github.com/bitnami/charts/commit/b067c94f6bcde427863c197fd355f0b5ba12ff5b)), closes [#25628](https://github.com/bitnami/charts/issues/25628) +* [bitnami/*] Set new header/owner (#25558) ([8d1dc11](https://github.com/bitnami/charts/commit/8d1dc11f5fb30db6fba50c43d7af59d2f79deed3)), closes [#25558](https://github.com/bitnami/charts/issues/25558) +* [bitnami/multiple charts] Fix typo: "NetworkPolice" vs "NetworkPolicy" (#25348) ([6970c1b](https://github.com/bitnami/charts/commit/6970c1ba245873506e73d459c6eac1e4919b778f)), closes [#25348](https://github.com/bitnami/charts/issues/25348) +* [bitnami/tomcat] Release 11.0.3 updating components versions (#25838) ([74451fa](https://github.com/bitnami/charts/commit/74451fae6f6eacedad6eb499031134e25643ae45)), closes [#25838](https://github.com/bitnami/charts/issues/25838) +* Replace VMware by Broadcom copyright text (#25306) ([a5e4bd0](https://github.com/bitnami/charts/commit/a5e4bd0e35e419203793976a78d9d0a13de92c76)), closes [#25306](https://github.com/bitnami/charts/issues/25306) ## 11.0.2 (2024-04-24) -* [bitnami/tomcat] Release 11.0.2 updating components versions (#25349) ([21cad47](https://github.com/bitnami/charts/commit/21cad47)), closes [#25349](https://github.com/bitnami/charts/issues/25349) +* [bitnami/tomcat] Release 11.0.2 updating components versions (#25349) ([21cad47](https://github.com/bitnami/charts/commit/21cad47ff2c8ad8023987a1de7e191881519ca30)), closes [#25349](https://github.com/bitnami/charts/issues/25349) ## 11.0.1 (2024-04-05) -* [bitnami/tomcat] Release 11.0.1 (#24963) ([369e42c](https://github.com/bitnami/charts/commit/369e42c)), closes [#24963](https://github.com/bitnami/charts/issues/24963) -* Update resourcesPreset comments (#24467) ([92e3e8a](https://github.com/bitnami/charts/commit/92e3e8a)), closes [#24467](https://github.com/bitnami/charts/issues/24467) +* [bitnami/tomcat] Release 11.0.1 (#24963) ([369e42c](https://github.com/bitnami/charts/commit/369e42cc2a15a9fffe9353afc5eb00a2603abb52)), closes [#24963](https://github.com/bitnami/charts/issues/24963) +* Update resourcesPreset comments (#24467) ([92e3e8a](https://github.com/bitnami/charts/commit/92e3e8a507326d2a20a8f10ab3e7746a2ec5c554)), closes [#24467](https://github.com/bitnami/charts/issues/24467) ## 11.0.0 (2024-04-01) -* [bitnami/tomcat] feat!: :lock: :boom: Improve security defaults (#24716) ([d7df41a](https://github.com/bitnami/charts/commit/d7df41a)), closes [#24716](https://github.com/bitnami/charts/issues/24716) +* [bitnami/tomcat] feat!: :lock: :boom: Improve security defaults (#24716) ([d7df41a](https://github.com/bitnami/charts/commit/d7df41abb848f99e79b311977ce8d1bcf7a1928d)), closes [#24716](https://github.com/bitnami/charts/issues/24716) ## 10.17.2 (2024-03-26) -* [bitnami/*] Reorder Chart sections (#24455) ([0cf4048](https://github.com/bitnami/charts/commit/0cf4048)), closes [#24455](https://github.com/bitnami/charts/issues/24455) -* [bitnami/tomcat] Release 10.17.2 updating components versions (#24665) ([cd35ecd](https://github.com/bitnami/charts/commit/cd35ecd)), closes [#24665](https://github.com/bitnami/charts/issues/24665) +* [bitnami/*] Reorder Chart sections (#24455) ([0cf4048](https://github.com/bitnami/charts/commit/0cf4048e8743f70a9753d460655bd030cbff6824)), closes [#24455](https://github.com/bitnami/charts/issues/24455) +* [bitnami/tomcat] Release 10.17.2 updating components versions (#24665) ([cd35ecd](https://github.com/bitnami/charts/commit/cd35ecd2ff32cc4ebeb117429d377f499b6ccc82)), closes [#24665](https://github.com/bitnami/charts/issues/24665) ## 10.17.1 (2024-03-15) -* [bitnami/tomcat] Release 10.17.1 updating components versions (#24462) ([320b0b7](https://github.com/bitnami/charts/commit/320b0b7)), closes [#24462](https://github.com/bitnami/charts/issues/24462) +* [bitnami/tomcat] Release 10.17.1 updating components versions (#24462) ([320b0b7](https://github.com/bitnami/charts/commit/320b0b7d9fad52c394c3926ba904291f22b7c9aa)), closes [#24462](https://github.com/bitnami/charts/issues/24462) ## 10.17.0 (2024-03-06) -* [bitnami/tomcat] feat: :sparkles: :lock: Add automatic adaptation for Openshift restricted-v2 SCC (# ([1eb070c](https://github.com/bitnami/charts/commit/1eb070c)), closes [#24162](https://github.com/bitnami/charts/issues/24162) +* [bitnami/tomcat] feat: :sparkles: :lock: Add automatic adaptation for Openshift restricted-v2 SCC (# ([1eb070c](https://github.com/bitnami/charts/commit/1eb070c329ce25fc46941dfb4bc89f0883e986e5)), closes [#24162](https://github.com/bitnami/charts/issues/24162) ## 10.16.2 (2024-02-22) -* [bitnami/tomcat] Release 10.16.2 updating components versions (#23834) ([0ea9f2e](https://github.com/bitnami/charts/commit/0ea9f2e)), closes [#23834](https://github.com/bitnami/charts/issues/23834) +* [bitnami/tomcat] Release 10.16.2 updating components versions (#23834) ([0ea9f2e](https://github.com/bitnami/charts/commit/0ea9f2ef89571e5255001b2c7e8cf9a9ab750006)), closes [#23834](https://github.com/bitnami/charts/issues/23834) ## 10.16.1 (2024-02-21) -* [bitnami/tomcat] Release 10.16.1 updating components versions (#23632) ([d29cdd5](https://github.com/bitnami/charts/commit/d29cdd5)), closes [#23632](https://github.com/bitnami/charts/issues/23632) +* [bitnami/tomcat] Release 10.16.1 updating components versions (#23632) ([d29cdd5](https://github.com/bitnami/charts/commit/d29cdd5304e59d104876f4546aea8204aea39b36)), closes [#23632](https://github.com/bitnami/charts/issues/23632) ## 10.16.0 (2024-02-20) -* [bitnami/*] Bump all versions (#23602) ([b70ee2a](https://github.com/bitnami/charts/commit/b70ee2a)), closes [#23602](https://github.com/bitnami/charts/issues/23602) +* [bitnami/*] Bump all versions (#23602) ([b70ee2a](https://github.com/bitnami/charts/commit/b70ee2a30e4dc256bf0ac52928fb2fa7a70f049b)), closes [#23602](https://github.com/bitnami/charts/issues/23602) ## 10.15.0 (2024-02-19) -* [bitnami/tomcat] Add existing secret management (#23558) ([4fd3c1f](https://github.com/bitnami/charts/commit/4fd3c1f)), closes [#23558](https://github.com/bitnami/charts/issues/23558) +* [bitnami/tomcat] Add existing secret management (#23558) ([4fd3c1f](https://github.com/bitnami/charts/commit/4fd3c1f15ea01ec3c182652ea5b542da5360f1ff)), closes [#23558](https://github.com/bitnami/charts/issues/23558) ## 10.14.0 (2024-02-15) -* [bitnami/tomcat] feat: :sparkles: :lock: Add resource preset support (#23528) ([f9c2fb2](https://github.com/bitnami/charts/commit/f9c2fb2)), closes [#23528](https://github.com/bitnami/charts/issues/23528) +* [bitnami/tomcat] feat: :sparkles: :lock: Add resource preset support (#23528) ([f9c2fb2](https://github.com/bitnami/charts/commit/f9c2fb2c3b3c2cfc8504f0459af40343d68b409f)), closes [#23528](https://github.com/bitnami/charts/issues/23528) ## 10.13.5 (2024-02-03) -* [bitnami/tomcat] Release 10.13.5 updating components versions (#23146) ([2031845](https://github.com/bitnami/charts/commit/2031845)), closes [#23146](https://github.com/bitnami/charts/issues/23146) +* [bitnami/tomcat] Release 10.13.5 updating components versions (#23146) ([2031845](https://github.com/bitnami/charts/commit/203184553e22a2e1b0cf6e8f02aa95a246e7f9a2)), closes [#23146](https://github.com/bitnami/charts/issues/23146) ## 10.13.4 (2024-01-30) -* Fix http port (#22881) ([ed967b6](https://github.com/bitnami/charts/commit/ed967b6)), closes [#22881](https://github.com/bitnami/charts/issues/22881) +* Fix http port (#22881) ([ed967b6](https://github.com/bitnami/charts/commit/ed967b683eef0f293de257c02cadaf90b3fa1ba6)), closes [#22881](https://github.com/bitnami/charts/issues/22881) ## 10.13.3 (2024-01-30) -* [bitnami/tomcat] Release 10.13.3 updating components versions (#22860) ([e0d3c9d](https://github.com/bitnami/charts/commit/e0d3c9d)), closes [#22860](https://github.com/bitnami/charts/issues/22860) +* [bitnami/tomcat] Release 10.13.3 updating components versions (#22860) ([e0d3c9d](https://github.com/bitnami/charts/commit/e0d3c9ded29ffb18927d1e819096e27dbbffab70)), closes [#22860](https://github.com/bitnami/charts/issues/22860) ## 10.13.2 (2024-01-27) -* [bitnami/tomcat] Release 10.13.2 updating components versions (#22786) ([8f9e65a](https://github.com/bitnami/charts/commit/8f9e65a)), closes [#22786](https://github.com/bitnami/charts/issues/22786) +* [bitnami/tomcat] Release 10.13.2 updating components versions (#22786) ([8f9e65a](https://github.com/bitnami/charts/commit/8f9e65ab320efe65fd1d797f261b0181c78907b6)), closes [#22786](https://github.com/bitnami/charts/issues/22786) ## 10.13.1 (2024-01-25) -* [bitnami/*] Move documentation sections from docs.bitnami.com back to the README (#22203) ([7564f36](https://github.com/bitnami/charts/commit/7564f36)), closes [#22203](https://github.com/bitnami/charts/issues/22203) -* [bitnami/tomcat] fix: :bug: Set seLinuxOptions to null for Openshift compatibility (#22665) ([fc30b94](https://github.com/bitnami/charts/commit/fc30b94)), closes [#22665](https://github.com/bitnami/charts/issues/22665) +* [bitnami/*] Move documentation sections from docs.bitnami.com back to the README (#22203) ([7564f36](https://github.com/bitnami/charts/commit/7564f36ca1e95ff30ee686652b7ab8690561a707)), closes [#22203](https://github.com/bitnami/charts/issues/22203) +* [bitnami/tomcat] fix: :bug: Set seLinuxOptions to null for Openshift compatibility (#22665) ([fc30b94](https://github.com/bitnami/charts/commit/fc30b94d265edf89f333d0f9d4974896ace46374)), closes [#22665](https://github.com/bitnami/charts/issues/22665) ## 10.13.0 (2024-01-19) -* [bitnami/tomcat] fix: :lock: Move service-account token auto-mount to pod declaration (#22501) ([d63b4d6](https://github.com/bitnami/charts/commit/d63b4d6)), closes [#22501](https://github.com/bitnami/charts/issues/22501) +* [bitnami/tomcat] fix: :lock: Move service-account token auto-mount to pod declaration (#22501) ([d63b4d6](https://github.com/bitnami/charts/commit/d63b4d6b6a2935ab58c653879073bf170354004c)), closes [#22501](https://github.com/bitnami/charts/issues/22501) ## 10.12.1 (2024-01-17) -* [bitnami/tomcat] Release 10.12.1 updating components versions (#22333) ([7cdb8eb](https://github.com/bitnami/charts/commit/7cdb8eb)), closes [#22333](https://github.com/bitnami/charts/issues/22333) +* [bitnami/tomcat] Release 10.12.1 updating components versions (#22333) ([7cdb8eb](https://github.com/bitnami/charts/commit/7cdb8eb2a40228d9ea213e1dcd962ce9505a6cf8)), closes [#22333](https://github.com/bitnami/charts/issues/22333) ## 10.12.0 (2024-01-16) -* [bitnami/*] Fix ref links (in comments) (#21822) ([e4fa296](https://github.com/bitnami/charts/commit/e4fa296)), closes [#21822](https://github.com/bitnami/charts/issues/21822) -* [bitnami/tomcat] fix: :lock: Improve podSecurityContext and containerSecurityContext with essential ([aec8201](https://github.com/bitnami/charts/commit/aec8201)), closes [#22196](https://github.com/bitnami/charts/issues/22196) +* [bitnami/*] Fix ref links (in comments) (#21822) ([e4fa296](https://github.com/bitnami/charts/commit/e4fa296106b225cf8c82445727c675c7c725e380)), closes [#21822](https://github.com/bitnami/charts/issues/21822) +* [bitnami/tomcat] fix: :lock: Improve podSecurityContext and containerSecurityContext with essential ([aec8201](https://github.com/bitnami/charts/commit/aec8201de3fe61035928d5968b99941ccbc8dd7f)), closes [#22196](https://github.com/bitnami/charts/issues/22196) ## 10.11.11 (2024-01-10) -* [bitnami/*] Fix docs.bitnami.com broken links (#21901) ([f35506d](https://github.com/bitnami/charts/commit/f35506d)), closes [#21901](https://github.com/bitnami/charts/issues/21901) -* [bitnami/*] Update copyright: Year and company (#21815) ([6c4bf75](https://github.com/bitnami/charts/commit/6c4bf75)), closes [#21815](https://github.com/bitnami/charts/issues/21815) -* [bitnami/tomcat] Release 10.11.11 updating components versions (#21974) ([85f7e32](https://github.com/bitnami/charts/commit/85f7e32)), closes [#21974](https://github.com/bitnami/charts/issues/21974) +* [bitnami/*] Fix docs.bitnami.com broken links (#21901) ([f35506d](https://github.com/bitnami/charts/commit/f35506d2dadee4f097986e7792df1f53ab215b5d)), closes [#21901](https://github.com/bitnami/charts/issues/21901) +* [bitnami/*] Update copyright: Year and company (#21815) ([6c4bf75](https://github.com/bitnami/charts/commit/6c4bf75dec58fc7c9aee9f089777b1a858c17d5b)), closes [#21815](https://github.com/bitnami/charts/issues/21815) +* [bitnami/tomcat] Release 10.11.11 updating components versions (#21974) ([85f7e32](https://github.com/bitnami/charts/commit/85f7e3261c9cf45045297523fce77ff439e7b47c)), closes [#21974](https://github.com/bitnami/charts/issues/21974) ## 10.11.10 (2023-12-14) -* [bitnami/tomcat] Release 10.11.10 updating components versions (#21559) ([ac6de95](https://github.com/bitnami/charts/commit/ac6de95)), closes [#21559](https://github.com/bitnami/charts/issues/21559) +* [bitnami/tomcat] Release 10.11.10 updating components versions (#21559) ([ac6de95](https://github.com/bitnami/charts/commit/ac6de95c951814cefb7909b879cce593916f3034)), closes [#21559](https://github.com/bitnami/charts/issues/21559) ## 10.11.9 (2023-12-07) -* [bitnami/tomcat] Release 10.11.9 updating components versions (#21459) ([a5d5ec4](https://github.com/bitnami/charts/commit/a5d5ec4)), closes [#21459](https://github.com/bitnami/charts/issues/21459) +* [bitnami/tomcat] Release 10.11.9 updating components versions (#21459) ([a5d5ec4](https://github.com/bitnami/charts/commit/a5d5ec4f07718de4d3c68092ca696908e0a2c0f1)), closes [#21459](https://github.com/bitnami/charts/issues/21459) ## 10.11.8 (2023-12-04) -* [bitnami/tomcat] Release 10.11.8 updating components versions (#21367) ([cd119c6](https://github.com/bitnami/charts/commit/cd119c6)), closes [#21367](https://github.com/bitnami/charts/issues/21367) +* [bitnami/tomcat] Release 10.11.8 updating components versions (#21367) ([cd119c6](https://github.com/bitnami/charts/commit/cd119c6f9e6bdb070012538a409bb8fee7b783e0)), closes [#21367](https://github.com/bitnami/charts/issues/21367) ## 10.11.7 (2023-12-04) -* [bitnami/tomcat] Release 10.11.7 updating components versions (#21366) ([374dca6](https://github.com/bitnami/charts/commit/374dca6)), closes [#21366](https://github.com/bitnami/charts/issues/21366) +* [bitnami/tomcat] Release 10.11.7 updating components versions (#21366) ([374dca6](https://github.com/bitnami/charts/commit/374dca62a21efe39a88b8a9dc2456183561b1888)), closes [#21366](https://github.com/bitnami/charts/issues/21366) ## 10.11.6 (2023-11-21) -* [bitnami/*] Rename solutions to "Bitnami package for ..." (#21038) ([b82f979](https://github.com/bitnami/charts/commit/b82f979)), closes [#21038](https://github.com/bitnami/charts/issues/21038) -* [bitnami/tomcat] Release 10.11.6 updating components versions (#21181) ([2557749](https://github.com/bitnami/charts/commit/2557749)), closes [#21181](https://github.com/bitnami/charts/issues/21181) +* [bitnami/*] Rename solutions to "Bitnami package for ..." (#21038) ([b82f979](https://github.com/bitnami/charts/commit/b82f979e4fb63423fe6e2192c946d09d79c944fc)), closes [#21038](https://github.com/bitnami/charts/issues/21038) +* [bitnami/tomcat] Release 10.11.6 updating components versions (#21181) ([2557749](https://github.com/bitnami/charts/commit/2557749f66e548050406e4f4ca1a9c8e932506a8)), closes [#21181](https://github.com/bitnami/charts/issues/21181) ## 10.11.5 (2023-11-21) -* [bitnami/tomcat] Release 10.11.5 updating components versions (#21075) ([27f4a04](https://github.com/bitnami/charts/commit/27f4a04)), closes [#21075](https://github.com/bitnami/charts/issues/21075) +* [bitnami/tomcat] Release 10.11.5 updating components versions (#21075) ([27f4a04](https://github.com/bitnami/charts/commit/27f4a0485510644aef9cae69ace903abb8223446)), closes [#21075](https://github.com/bitnami/charts/issues/21075) ## 10.11.4 (2023-11-20) -* [bitnami/*] Remove relative links to non-README sections, add verification for that and update TL;DR ([1103633](https://github.com/bitnami/charts/commit/1103633)), closes [#20967](https://github.com/bitnami/charts/issues/20967) -* [bitnami/tomcat] Release 10.11.4 updating components versions (#21071) ([531728c](https://github.com/bitnami/charts/commit/531728c)), closes [#21071](https://github.com/bitnami/charts/issues/21071) +* [bitnami/*] Remove relative links to non-README sections, add verification for that and update TL;DR ([1103633](https://github.com/bitnami/charts/commit/11036334d82df0490aa4abdb591543cab6cf7d7f)), closes [#20967](https://github.com/bitnami/charts/issues/20967) +* [bitnami/tomcat] Release 10.11.4 updating components versions (#21071) ([531728c](https://github.com/bitnami/charts/commit/531728c2eb3f052e2ce1c2486c8e4ac69a95d7ab)), closes [#21071](https://github.com/bitnami/charts/issues/21071) ## 10.11.3 (2023-11-15) -* [bitnami/tomcat] Release 10.11.3 updating components versions (#20957) ([5e6e40e](https://github.com/bitnami/charts/commit/5e6e40e)), closes [#20957](https://github.com/bitnami/charts/issues/20957) +* [bitnami/tomcat] Release 10.11.3 updating components versions (#20957) ([5e6e40e](https://github.com/bitnami/charts/commit/5e6e40e5e40fb6917ea5fd013e339f6cef362c2c)), closes [#20957](https://github.com/bitnami/charts/issues/20957) ## 10.11.2 (2023-11-09) -* [bitnami/tomcat] Release 10.11.2 updating components versions (#20829) ([4ba73d1](https://github.com/bitnami/charts/commit/4ba73d1)), closes [#20829](https://github.com/bitnami/charts/issues/20829) +* [bitnami/tomcat] Release 10.11.2 updating components versions (#20829) ([4ba73d1](https://github.com/bitnami/charts/commit/4ba73d15f541ff7db05a92d0c6d2d5cb5a1f762b)), closes [#20829](https://github.com/bitnami/charts/issues/20829) ## 10.11.1 (2023-11-08) -* [bitnami/tomcat] Release 10.11.1 updating components versions (#20718) ([24caefc](https://github.com/bitnami/charts/commit/24caefc)), closes [#20718](https://github.com/bitnami/charts/issues/20718) +* [bitnami/tomcat] Release 10.11.1 updating components versions (#20718) ([24caefc](https://github.com/bitnami/charts/commit/24caefcc761d19e849bb3d490c4d9e5b58fd2110)), closes [#20718](https://github.com/bitnami/charts/issues/20718) ## 10.11.0 (2023-10-31) -* [bitnami/*] Rename VMware Application Catalog (#20361) ([3acc734](https://github.com/bitnami/charts/commit/3acc734)), closes [#20361](https://github.com/bitnami/charts/issues/20361) -* [bitnami/*] Skip image's tag in the README files of the Bitnami Charts (#19841) ([bb9a01b](https://github.com/bitnami/charts/commit/bb9a01b)), closes [#19841](https://github.com/bitnami/charts/issues/19841) -* [bitnami/*] Standardize documentation (#19835) ([af5f753](https://github.com/bitnami/charts/commit/af5f753)), closes [#19835](https://github.com/bitnami/charts/issues/19835) -* [bitnami/tomcat] feat: :sparkles: Add support for PSA restricted policy (#20554) ([cd9ec2f](https://github.com/bitnami/charts/commit/cd9ec2f)), closes [#20554](https://github.com/bitnami/charts/issues/20554) +* [bitnami/*] Rename VMware Application Catalog (#20361) ([3acc734](https://github.com/bitnami/charts/commit/3acc73472beb6fb56c4d99f929061001205bc57e)), closes [#20361](https://github.com/bitnami/charts/issues/20361) +* [bitnami/*] Skip image's tag in the README files of the Bitnami Charts (#19841) ([bb9a01b](https://github.com/bitnami/charts/commit/bb9a01b65911c87e48318db922cc05eb42785e42)), closes [#19841](https://github.com/bitnami/charts/issues/19841) +* [bitnami/*] Standardize documentation (#19835) ([af5f753](https://github.com/bitnami/charts/commit/af5f7530c1bc8c5ded53a6c4f7b8f384ac1804f2)), closes [#19835](https://github.com/bitnami/charts/issues/19835) +* [bitnami/tomcat] feat: :sparkles: Add support for PSA restricted policy (#20554) ([cd9ec2f](https://github.com/bitnami/charts/commit/cd9ec2ff01615fcb2f4a355c8e8ab2feec1b70c8)), closes [#20554](https://github.com/bitnami/charts/issues/20554) ## 10.10.10 (2023-10-16) -* [bitnami/tomcat] Release 10.10.10 (#20259) ([99d14d1](https://github.com/bitnami/charts/commit/99d14d1)), closes [#20259](https://github.com/bitnami/charts/issues/20259) +* [bitnami/tomcat] Release 10.10.10 (#20259) ([99d14d1](https://github.com/bitnami/charts/commit/99d14d175ea24122420bb4976904a7f54064f26c)), closes [#20259](https://github.com/bitnami/charts/issues/20259) ## 10.10.9 (2023-10-12) -* [bitnami/tomcat] Release 10.10.9 (#20195) ([91e78b6](https://github.com/bitnami/charts/commit/91e78b6)), closes [#20195](https://github.com/bitnami/charts/issues/20195) +* [bitnami/tomcat] Release 10.10.9 (#20195) ([91e78b6](https://github.com/bitnami/charts/commit/91e78b600fe3fdfa6f93d0f8a5411a43f4ee2a8b)), closes [#20195](https://github.com/bitnami/charts/issues/20195) ## 10.10.8 (2023-10-11) -* [bitnami/tomcat] Release 10.10.8 (#20024) ([9f8270e](https://github.com/bitnami/charts/commit/9f8270e)), closes [#20024](https://github.com/bitnami/charts/issues/20024) +* [bitnami/tomcat] Release 10.10.8 (#20024) ([9f8270e](https://github.com/bitnami/charts/commit/9f8270e3af70164218df3302a2d5bd8a11444cd2)), closes [#20024](https://github.com/bitnami/charts/issues/20024) ## 10.10.7 (2023-10-10) -* [bitnami/tomcat] Release 10.10.7 (#19958) ([aab8a76](https://github.com/bitnami/charts/commit/aab8a76)), closes [#19958](https://github.com/bitnami/charts/issues/19958) +* [bitnami/tomcat] Release 10.10.7 (#19958) ([aab8a76](https://github.com/bitnami/charts/commit/aab8a76792877e30960136fba59b0c8b07401ed4)), closes [#19958](https://github.com/bitnami/charts/issues/19958) ## 10.10.6 (2023-10-09) -* [bitnami/*] Update Helm charts prerequisites (#19745) ([eb755dd](https://github.com/bitnami/charts/commit/eb755dd)), closes [#19745](https://github.com/bitnami/charts/issues/19745) -* [bitnami/tomcat] Release 10.10.6 (#19941) ([3a94f3a](https://github.com/bitnami/charts/commit/3a94f3a)), closes [#19941](https://github.com/bitnami/charts/issues/19941) +* [bitnami/*] Update Helm charts prerequisites (#19745) ([eb755dd](https://github.com/bitnami/charts/commit/eb755dd36a4dd3cf6635be8e0598f9a7f4c4a554)), closes [#19745](https://github.com/bitnami/charts/issues/19745) +* [bitnami/tomcat] Release 10.10.6 (#19941) ([3a94f3a](https://github.com/bitnami/charts/commit/3a94f3ad98097180fc08019413cdc481605fa386)), closes [#19941](https://github.com/bitnami/charts/issues/19941) ## 10.10.5 (2023-10-04) -* [bitnami/tomcat] Release 10.10.5 (#19754) ([d75bc07](https://github.com/bitnami/charts/commit/d75bc07)), closes [#19754](https://github.com/bitnami/charts/issues/19754) +* [bitnami/tomcat] Release 10.10.5 (#19754) ([d75bc07](https://github.com/bitnami/charts/commit/d75bc07ec86d5f45fd6f9842ccb1479a3c36147c)), closes [#19754](https://github.com/bitnami/charts/issues/19754) ## 10.10.4 (2023-09-25) -* [bitnami/tomcat] Release 10.10.4 (#19494) ([3dd4bd8](https://github.com/bitnami/charts/commit/3dd4bd8)), closes [#19494](https://github.com/bitnami/charts/issues/19494) -* Autogenerate schema files (#19194) ([a2c2090](https://github.com/bitnami/charts/commit/a2c2090)), closes [#19194](https://github.com/bitnami/charts/issues/19194) -* Revert "Autogenerate schema files (#19194)" (#19335) ([73d80be](https://github.com/bitnami/charts/commit/73d80be)), closes [#19194](https://github.com/bitnami/charts/issues/19194) [#19335](https://github.com/bitnami/charts/issues/19335) +* [bitnami/tomcat] Release 10.10.4 (#19494) ([3dd4bd8](https://github.com/bitnami/charts/commit/3dd4bd870d0bd2f59bd232ec082da058d478c33a)), closes [#19494](https://github.com/bitnami/charts/issues/19494) +* Autogenerate schema files (#19194) ([a2c2090](https://github.com/bitnami/charts/commit/a2c2090b5ac97f47b745c8028c6452bf99739772)), closes [#19194](https://github.com/bitnami/charts/issues/19194) +* Revert "Autogenerate schema files (#19194)" (#19335) ([73d80be](https://github.com/bitnami/charts/commit/73d80be525c88fb4b8a54451a55acd506e337062)), closes [#19194](https://github.com/bitnami/charts/issues/19194) [#19335](https://github.com/bitnami/charts/issues/19335) ## 10.10.3 (2023-09-07) -* [bitnami/tomcat: Use merge helper]: (#19113) ([bc4dcd4](https://github.com/bitnami/charts/commit/bc4dcd4)), closes [#19113](https://github.com/bitnami/charts/issues/19113) +* [bitnami/tomcat: Use merge helper]: (#19113) ([bc4dcd4](https://github.com/bitnami/charts/commit/bc4dcd4508782ea3c280fb143814468f251a7912)), closes [#19113](https://github.com/bitnami/charts/issues/19113) ## 10.10.2 (2023-08-26) -* [bitnami/tomcat] Release 10.10.2 (#18881) ([0a43278](https://github.com/bitnami/charts/commit/0a43278)), closes [#18881](https://github.com/bitnami/charts/issues/18881) +* [bitnami/tomcat] Release 10.10.2 (#18881) ([0a43278](https://github.com/bitnami/charts/commit/0a432781a472f590c5192ec24a4b2e2364942a57)), closes [#18881](https://github.com/bitnami/charts/issues/18881) ## 10.10.1 (2023-08-26) -* [bitnami/tomcat] Release 10.10.1 (#18880) ([05dea87](https://github.com/bitnami/charts/commit/05dea87)), closes [#18880](https://github.com/bitnami/charts/issues/18880) +* [bitnami/tomcat] Release 10.10.1 (#18880) ([05dea87](https://github.com/bitnami/charts/commit/05dea879f857310921be97699235404744436cde)), closes [#18880](https://github.com/bitnami/charts/issues/18880) ## 10.10.0 (2023-08-22) -* [bitnami/tomcat] Support for customizing standard labels (#18442) ([70598b3](https://github.com/bitnami/charts/commit/70598b3)), closes [#18442](https://github.com/bitnami/charts/issues/18442) +* [bitnami/tomcat] Support for customizing standard labels (#18442) ([70598b3](https://github.com/bitnami/charts/commit/70598b3782bff09e0b4be6b5a70660af7a5c3175)), closes [#18442](https://github.com/bitnami/charts/issues/18442) ## 10.9.10 (2023-08-21) -* [bitnami/tomcat] Release 10.9.10 (#18724) ([09545f7](https://github.com/bitnami/charts/commit/09545f7)), closes [#18724](https://github.com/bitnami/charts/issues/18724) +* [bitnami/tomcat] Release 10.9.10 (#18724) ([09545f7](https://github.com/bitnami/charts/commit/09545f7bb6caf1cc2ec95548a975ddeef42ae00a)), closes [#18724](https://github.com/bitnami/charts/issues/18724) ## 10.9.9 (2023-08-17) -* [bitnami/tomcat] Release 10.9.9 (#18599) ([7e8d13c](https://github.com/bitnami/charts/commit/7e8d13c)), closes [#18599](https://github.com/bitnami/charts/issues/18599) +* [bitnami/tomcat] Release 10.9.9 (#18599) ([7e8d13c](https://github.com/bitnami/charts/commit/7e8d13c5e56ac78be7077971dedcc3c235ca0549)), closes [#18599](https://github.com/bitnami/charts/issues/18599) ## 10.9.8 (2023-08-15) -* [bitnami/tomcat] Release 10.9.8 (#18425) ([4073e5d](https://github.com/bitnami/charts/commit/4073e5d)), closes [#18425](https://github.com/bitnami/charts/issues/18425) +* [bitnami/tomcat] Release 10.9.8 (#18425) ([4073e5d](https://github.com/bitnami/charts/commit/4073e5d3dee0b0eebb0a082a0c28268557498823)), closes [#18425](https://github.com/bitnami/charts/issues/18425) ## 10.9.7 (2023-08-09) -* [bitnami/tomcat] Release 10.9.7 (#18330) ([f8c1564](https://github.com/bitnami/charts/commit/f8c1564)), closes [#18330](https://github.com/bitnami/charts/issues/18330) +* [bitnami/tomcat] Release 10.9.7 (#18330) ([f8c1564](https://github.com/bitnami/charts/commit/f8c15641bbdbf969f48185ec43c318fef1ef500a)), closes [#18330](https://github.com/bitnami/charts/issues/18330) ## 10.9.6 (2023-07-26) -* [bitnami/tomcat] Release 10.9.6 (#17976) ([11f0269](https://github.com/bitnami/charts/commit/11f0269)), closes [#17976](https://github.com/bitnami/charts/issues/17976) +* [bitnami/tomcat] Release 10.9.6 (#17976) ([11f0269](https://github.com/bitnami/charts/commit/11f0269b70a5c195fd11f24e0388674d95eaad1f)), closes [#17976](https://github.com/bitnami/charts/issues/17976) ## 10.9.5 (2023-07-13) -* [bitnami/tomcat] Release 10.9.5 (#17666) ([1fe0ab8](https://github.com/bitnami/charts/commit/1fe0ab8)), closes [#17666](https://github.com/bitnami/charts/issues/17666) +* [bitnami/tomcat] Release 10.9.5 (#17666) ([1fe0ab8](https://github.com/bitnami/charts/commit/1fe0ab87a4c29af243264c796561225a968ce18e)), closes [#17666](https://github.com/bitnami/charts/issues/17666) ## 10.9.4 (2023-07-11) -* [bitnami/tomcat] Release 10.9.4 (#17550) ([84b2301](https://github.com/bitnami/charts/commit/84b2301)), closes [#17550](https://github.com/bitnami/charts/issues/17550) -* Add copyright header (#17300) ([da68be8](https://github.com/bitnami/charts/commit/da68be8)), closes [#17300](https://github.com/bitnami/charts/issues/17300) -* Update charts readme (#17217) ([31b3c0a](https://github.com/bitnami/charts/commit/31b3c0a)), closes [#17217](https://github.com/bitnami/charts/issues/17217) +* [bitnami/tomcat] Release 10.9.4 (#17550) ([84b2301](https://github.com/bitnami/charts/commit/84b230150350a111eb9c7a8816f2536dc2ee0784)), closes [#17550](https://github.com/bitnami/charts/issues/17550) +* Add copyright header (#17300) ([da68be8](https://github.com/bitnami/charts/commit/da68be8e951225133c7dfb572d5101ca3d61c5ae)), closes [#17300](https://github.com/bitnami/charts/issues/17300) +* Update charts readme (#17217) ([31b3c0a](https://github.com/bitnami/charts/commit/31b3c0afd968ff4429107e34101f7509e6a0e913)), closes [#17217](https://github.com/bitnami/charts/issues/17217) ## 10.9.3 (2023-06-13) -* [bitnami/*] Change copyright section in READMEs (#17006) ([ef986a1](https://github.com/bitnami/charts/commit/ef986a1)), closes [#17006](https://github.com/bitnami/charts/issues/17006) -* [bitnami/tomcat] Release 10.9.3 (#17100) ([21fdb25](https://github.com/bitnami/charts/commit/21fdb25)), closes [#17100](https://github.com/bitnami/charts/issues/17100) +* [bitnami/*] Change copyright section in READMEs (#17006) ([ef986a1](https://github.com/bitnami/charts/commit/ef986a1605241102b3dcafe9fd8089e6fc1201ad)), closes [#17006](https://github.com/bitnami/charts/issues/17006) +* [bitnami/tomcat] Release 10.9.3 (#17100) ([21fdb25](https://github.com/bitnami/charts/commit/21fdb25cb65f2202fd3bd879f3e4900783d3af8f)), closes [#17100](https://github.com/bitnami/charts/issues/17100) ## 10.9.2 (2023-06-02) -* [bitnami/several] Change copyright section in READMEs (#16989) ([5b6a5cf](https://github.com/bitnami/charts/commit/5b6a5cf)), closes [#16989](https://github.com/bitnami/charts/issues/16989) -* [bitnami/tomcat] Release 10.9.2 (#17010) ([3e2fa06](https://github.com/bitnami/charts/commit/3e2fa06)), closes [#17010](https://github.com/bitnami/charts/issues/17010) +* [bitnami/several] Change copyright section in READMEs (#16989) ([5b6a5cf](https://github.com/bitnami/charts/commit/5b6a5cfb7625a751848a2e5cd796bd7278f406ca)), closes [#16989](https://github.com/bitnami/charts/issues/16989) +* [bitnami/tomcat] Release 10.9.2 (#17010) ([3e2fa06](https://github.com/bitnami/charts/commit/3e2fa0654ba7d0bc4edc00153a143d667ecd8d4c)), closes [#17010](https://github.com/bitnami/charts/issues/17010) ## 10.9.1 (2023-05-21) -* [bitnami/tomcat] Release 10.9.1 (#16821) ([5fa9e06](https://github.com/bitnami/charts/commit/5fa9e06)), closes [#16821](https://github.com/bitnami/charts/issues/16821) -* Add wording for enterprise page (#16560) ([8f22774](https://github.com/bitnami/charts/commit/8f22774)), closes [#16560](https://github.com/bitnami/charts/issues/16560) +* [bitnami/tomcat] Release 10.9.1 (#16821) ([5fa9e06](https://github.com/bitnami/charts/commit/5fa9e061b30bcad607efbab854333be07c62362c)), closes [#16821](https://github.com/bitnami/charts/issues/16821) +* Add wording for enterprise page (#16560) ([8f22774](https://github.com/bitnami/charts/commit/8f2277440b976d52785ba9149762ad8620a73d1f)), closes [#16560](https://github.com/bitnami/charts/issues/16560) ## 10.9.0 (2023-05-09) -* [bitnami/several] Adapt Chart.yaml to set desired OCI annotations (#16546) ([fc9b18f](https://github.com/bitnami/charts/commit/fc9b18f)), closes [#16546](https://github.com/bitnami/charts/issues/16546) +* [bitnami/several] Adapt Chart.yaml to set desired OCI annotations (#16546) ([fc9b18f](https://github.com/bitnami/charts/commit/fc9b18f2e98805d4df629acbcde696f44f973344)), closes [#16546](https://github.com/bitnami/charts/issues/16546) ## 10.8.2 (2023-05-09) -* [bitnami/tomcat] Release 10.8.2 (#16503) ([607c88b](https://github.com/bitnami/charts/commit/607c88b)), closes [#16503](https://github.com/bitnami/charts/issues/16503) +* [bitnami/tomcat] Release 10.8.2 (#16503) ([607c88b](https://github.com/bitnami/charts/commit/607c88b3df20ba661451541139816976ef175620)), closes [#16503](https://github.com/bitnami/charts/issues/16503) ## 10.8.1 (2023-04-25) -* [bitnami/tomcat] Release 10.8.1 (#16223) ([b6a9071](https://github.com/bitnami/charts/commit/b6a9071)), closes [#16223](https://github.com/bitnami/charts/issues/16223) +* [bitnami/tomcat] Release 10.8.1 (#16223) ([b6a9071](https://github.com/bitnami/charts/commit/b6a9071cf6cb675aa1e506c3b4e412dca6ebc38e)), closes [#16223](https://github.com/bitnami/charts/issues/16223) ## 10.8.0 (2023-04-25) -* [bitnami/several] Revert changes done by mistake in Chart.yaml repo (#16211) ([3a60f4b](https://github.com/bitnami/charts/commit/3a60f4b)), closes [#16211](https://github.com/bitnami/charts/issues/16211) +* [bitnami/several] Revert changes done by mistake in Chart.yaml repo (#16211) ([3a60f4b](https://github.com/bitnami/charts/commit/3a60f4b10d2e02dbf83fcf64906b43edb6725615)), closes [#16211](https://github.com/bitnami/charts/issues/16211) ## 10.7.1 (2023-04-20) -* [bitnami/tomcat] Release 10.7.1 (#16142) ([fdcdaca](https://github.com/bitnami/charts/commit/fdcdaca)), closes [#16142](https://github.com/bitnami/charts/issues/16142) +* [bitnami/tomcat] Release 10.7.1 (#16142) ([fdcdaca](https://github.com/bitnami/charts/commit/fdcdaca7d587341113b826226efaa04b3619d52a)), closes [#16142](https://github.com/bitnami/charts/issues/16142) ## 10.7.0 (2023-04-20) -* [bitnami/*] Make Helm charts 100% OCI (#15998) ([8841510](https://github.com/bitnami/charts/commit/8841510)), closes [#15998](https://github.com/bitnami/charts/issues/15998) +* [bitnami/*] Make Helm charts 100% OCI (#15998) ([8841510](https://github.com/bitnami/charts/commit/884151035efcbf2e1b3206e7def85511073fb57d)), closes [#15998](https://github.com/bitnami/charts/issues/15998) ## 10.6.3 (2023-04-18) -* [bitnami/tomcat] Release 10.6.3 updating components versions (#16117) ([03b4037](https://github.com/bitnami/charts/commit/03b4037)), closes [#16117](https://github.com/bitnami/charts/issues/16117) +* [bitnami/tomcat] Release 10.6.3 updating components versions (#16117) ([03b4037](https://github.com/bitnami/charts/commit/03b4037f56f15a31fe29c6936d9725b13927c794)), closes [#16117](https://github.com/bitnami/charts/issues/16117) ## 10.6.2 (2023-04-03) -* [bitnami/tomcat] Release 10.6.2 (#15942) ([d9d5ba4](https://github.com/bitnami/charts/commit/d9d5ba4)), closes [#15942](https://github.com/bitnami/charts/issues/15942) +* [bitnami/tomcat] Release 10.6.2 (#15942) ([d9d5ba4](https://github.com/bitnami/charts/commit/d9d5ba474346e7d9ee75b7edcfa2d2eb39511a66)), closes [#15942](https://github.com/bitnami/charts/issues/15942) ## 10.6.1 (2023-04-01) -* [bitnami/tomcat] Release 10.6.1 (#15910) ([0671702](https://github.com/bitnami/charts/commit/0671702)), closes [#15910](https://github.com/bitnami/charts/issues/15910) +* [bitnami/tomcat] Release 10.6.1 (#15910) ([0671702](https://github.com/bitnami/charts/commit/0671702bc5d54816a287786c1d36242e15c4c848)), closes [#15910](https://github.com/bitnami/charts/issues/15910) ## 10.6.0 (2023-03-21) -* [bitnami/tomcat] Add support for service.headless.annotations (#15447) ([03faa8d](https://github.com/bitnami/charts/commit/03faa8d)), closes [#15447](https://github.com/bitnami/charts/issues/15447) +* [bitnami/tomcat] Add support for service.headless.annotations (#15447) ([03faa8d](https://github.com/bitnami/charts/commit/03faa8d143d5005287856314bba0f854c1a350df)), closes [#15447](https://github.com/bitnami/charts/issues/15447) ## 10.5.20 (2023-03-19) -* [bitnami/tomcat] Release 10.5.20 (#15618) ([fcaf566](https://github.com/bitnami/charts/commit/fcaf566)), closes [#15618](https://github.com/bitnami/charts/issues/15618) +* [bitnami/tomcat] Release 10.5.20 (#15618) ([fcaf566](https://github.com/bitnami/charts/commit/fcaf566c9a1f12cccf9626f1cfbe298b0f579dc7)), closes [#15618](https://github.com/bitnami/charts/issues/15618) ## 10.5.19 (2023-03-13) -* [bitnami/charts] Apply linter to README files (#15357) ([0e29e60](https://github.com/bitnami/charts/commit/0e29e60)), closes [#15357](https://github.com/bitnami/charts/issues/15357) -* [bitnami/tomcat] Release 10.5.19 (#15476) ([825e916](https://github.com/bitnami/charts/commit/825e916)), closes [#15476](https://github.com/bitnami/charts/issues/15476) +* [bitnami/charts] Apply linter to README files (#15357) ([0e29e60](https://github.com/bitnami/charts/commit/0e29e600d3adc8b1b46e506eccb3decfab3b4e63)), closes [#15357](https://github.com/bitnami/charts/issues/15357) +* [bitnami/tomcat] Release 10.5.19 (#15476) ([825e916](https://github.com/bitnami/charts/commit/825e9160f314d7a9a9ee6d653638b266fd5024be)), closes [#15476](https://github.com/bitnami/charts/issues/15476) ## 10.5.18 (2023-03-02) -* [bitnami/tomcat] promrule additional labels (#15162) ([fcde50e](https://github.com/bitnami/charts/commit/fcde50e)), closes [#15162](https://github.com/bitnami/charts/issues/15162) +* [bitnami/tomcat] promrule additional labels (#15162) ([fcde50e](https://github.com/bitnami/charts/commit/fcde50e06981a1e415f9c9f97586ead3f46a5e98)), closes [#15162](https://github.com/bitnami/charts/issues/15162) ## 10.5.17 (2023-03-01) -* [bitnami/tomcat] Release 10.5.17 (#15259) ([7f6ab6b](https://github.com/bitnami/charts/commit/7f6ab6b)), closes [#15259](https://github.com/bitnami/charts/issues/15259) +* [bitnami/tomcat] Release 10.5.17 (#15259) ([7f6ab6b](https://github.com/bitnami/charts/commit/7f6ab6b8e93bbc687f199ca32435d9e468800090)), closes [#15259](https://github.com/bitnami/charts/issues/15259) ## 10.5.16 (2023-02-17) -* [bitnami/*] Fix markdown linter issues (#14874) ([a51e0e8](https://github.com/bitnami/charts/commit/a51e0e8)), closes [#14874](https://github.com/bitnami/charts/issues/14874) -* [bitnami/*] Fix markdown linter issues 2 (#14890) ([aa96572](https://github.com/bitnami/charts/commit/aa96572)), closes [#14890](https://github.com/bitnami/charts/issues/14890) -* [bitnami/*] Remove unexpected extra spaces (#14873) ([c97c714](https://github.com/bitnami/charts/commit/c97c714)), closes [#14873](https://github.com/bitnami/charts/issues/14873) -* [bitnami/tomcat] Release 10.5.16 (#15029) ([ae49765](https://github.com/bitnami/charts/commit/ae49765)), closes [#15029](https://github.com/bitnami/charts/issues/15029) +* [bitnami/*] Fix markdown linter issues (#14874) ([a51e0e8](https://github.com/bitnami/charts/commit/a51e0e8d35495b907f3e70dd2f8e7c3bcbf4166a)), closes [#14874](https://github.com/bitnami/charts/issues/14874) +* [bitnami/*] Fix markdown linter issues 2 (#14890) ([aa96572](https://github.com/bitnami/charts/commit/aa9657237ee8df4a46db0d7fdf8a23230dd6902a)), closes [#14890](https://github.com/bitnami/charts/issues/14890) +* [bitnami/*] Remove unexpected extra spaces (#14873) ([c97c714](https://github.com/bitnami/charts/commit/c97c714887380d47eae7bfeff316bf01595ecd1d)), closes [#14873](https://github.com/bitnami/charts/issues/14873) +* [bitnami/tomcat] Release 10.5.16 (#15029) ([ae49765](https://github.com/bitnami/charts/commit/ae4976556a3331770081df32d4f173aac80d5c22)), closes [#15029](https://github.com/bitnami/charts/issues/15029) ## 10.5.15 (2023-02-14) -* [bitnami/tomcat] Release 10.5.15 (#14870) ([cd5cd65](https://github.com/bitnami/charts/commit/cd5cd65)), closes [#14870](https://github.com/bitnami/charts/issues/14870) +* [bitnami/tomcat] Release 10.5.15 (#14870) ([cd5cd65](https://github.com/bitnami/charts/commit/cd5cd653d3621817b8b33be7267bbf886a001c8f)), closes [#14870](https://github.com/bitnami/charts/issues/14870) ## 10.5.14 (2023-02-03) -* [bitnami/tomcat] Release 10.5.14 (#14744) ([eabc7d5](https://github.com/bitnami/charts/commit/eabc7d5)), closes [#14744](https://github.com/bitnami/charts/issues/14744) +* [bitnami/tomcat] Release 10.5.14 (#14744) ([eabc7d5](https://github.com/bitnami/charts/commit/eabc7d5991cd1a6285dcbbd8231a0fd611072a78)), closes [#14744](https://github.com/bitnami/charts/issues/14744) ## 10.5.13 (2023-02-02) -* [bitnami/tomcat] Release 10.5.13 (#14716) ([2537a44](https://github.com/bitnami/charts/commit/2537a44)), closes [#14716](https://github.com/bitnami/charts/issues/14716) +* [bitnami/tomcat] Release 10.5.13 (#14716) ([2537a44](https://github.com/bitnami/charts/commit/2537a4474ef536f1d302c1486972dbdbc25481c7)), closes [#14716](https://github.com/bitnami/charts/issues/14716) ## 10.5.12 (2023-02-01) -* [bitnami/tomcat] Release 10.5.12 (#14701) ([b8173e6](https://github.com/bitnami/charts/commit/b8173e6)), closes [#14701](https://github.com/bitnami/charts/issues/14701) +* [bitnami/tomcat] Release 10.5.12 (#14701) ([b8173e6](https://github.com/bitnami/charts/commit/b8173e62dbe6dd03bb6075682d2351292aa6ddaf)), closes [#14701](https://github.com/bitnami/charts/issues/14701) ## 10.5.11 (2023-02-01) -* [bitnami/*] Change copyright date (#14682) ([add4ec7](https://github.com/bitnami/charts/commit/add4ec7)), closes [#14682](https://github.com/bitnami/charts/issues/14682) -* [bitnami/tomcat] Release 10.5.11 (#14693) ([3905114](https://github.com/bitnami/charts/commit/3905114)), closes [#14693](https://github.com/bitnami/charts/issues/14693) +* [bitnami/*] Change copyright date (#14682) ([add4ec7](https://github.com/bitnami/charts/commit/add4ec701108ac36ed4de2dffbdf407a0d091067)), closes [#14682](https://github.com/bitnami/charts/issues/14682) +* [bitnami/tomcat] Release 10.5.11 (#14693) ([3905114](https://github.com/bitnami/charts/commit/390511467a816d63070752e0976fb47a9e4d7fe5)), closes [#14693](https://github.com/bitnami/charts/issues/14693) ## 10.5.10 (2023-01-31) -* [bitnami/*] Unify READMEs (#14472) ([2064fb8](https://github.com/bitnami/charts/commit/2064fb8)), closes [#14472](https://github.com/bitnami/charts/issues/14472) -* [bitnami/tomcat] Don't regenerate self-signed certs on upgrade (#14665) ([083c966](https://github.com/bitnami/charts/commit/083c966)), closes [#14665](https://github.com/bitnami/charts/issues/14665) +* [bitnami/*] Unify READMEs (#14472) ([2064fb8](https://github.com/bitnami/charts/commit/2064fb8dcc78a845cdede8211af8c3cc52551161)), closes [#14472](https://github.com/bitnami/charts/issues/14472) +* [bitnami/tomcat] Don't regenerate self-signed certs on upgrade (#14665) ([083c966](https://github.com/bitnami/charts/commit/083c96661b1abab220c5d1c932e13720dc9adec3)), closes [#14665](https://github.com/bitnami/charts/issues/14665) ## 10.5.9 (2023-01-20) -* [bitnami/*] Change licenses annotation format (#14377) ([0ab7608](https://github.com/bitnami/charts/commit/0ab7608)), closes [#14377](https://github.com/bitnami/charts/issues/14377) -* [bitnami/tomcat] Release 10.5.9 (#14460) ([d9896e6](https://github.com/bitnami/charts/commit/d9896e6)), closes [#14460](https://github.com/bitnami/charts/issues/14460) +* [bitnami/*] Change licenses annotation format (#14377) ([0ab7608](https://github.com/bitnami/charts/commit/0ab760862c660fcc78cffadf8e1d8cdd70881473)), closes [#14377](https://github.com/bitnami/charts/issues/14377) +* [bitnami/tomcat] Release 10.5.9 (#14460) ([d9896e6](https://github.com/bitnami/charts/commit/d9896e6518d62524564ab9e99f55c8bbcb53e803)), closes [#14460](https://github.com/bitnami/charts/issues/14460) ## 10.5.8 (2023-01-14) -* [bitnami/*] Add license annotation and remove obsolete engine parameter (#14293) ([da2a794](https://github.com/bitnami/charts/commit/da2a794)), closes [#14293](https://github.com/bitnami/charts/issues/14293) -* [bitnami/tomcat] Release 10.5.8 (#14354) ([f4906a9](https://github.com/bitnami/charts/commit/f4906a9)), closes [#14354](https://github.com/bitnami/charts/issues/14354) +* [bitnami/*] Add license annotation and remove obsolete engine parameter (#14293) ([da2a794](https://github.com/bitnami/charts/commit/da2a7943bae95b6e9b5b4ed972c15e990b69fdb0)), closes [#14293](https://github.com/bitnami/charts/issues/14293) +* [bitnami/tomcat] Release 10.5.8 (#14354) ([f4906a9](https://github.com/bitnami/charts/commit/f4906a92c78c6e7d240eee283a96a16c0ad0172b)), closes [#14354](https://github.com/bitnami/charts/issues/14354) ## 10.5.7 (2023-01-09) -* [bitnami/tomcat] Release 10.5.7 (#14232) ([75b54b0](https://github.com/bitnami/charts/commit/75b54b0)), closes [#14232](https://github.com/bitnami/charts/issues/14232) +* [bitnami/tomcat] Release 10.5.7 (#14232) ([75b54b0](https://github.com/bitnami/charts/commit/75b54b0ac24f880eb57429d00902962feb6b1fa8)), closes [#14232](https://github.com/bitnami/charts/issues/14232) ## 10.5.6 (2022-12-10) -* [bitnami/tomcat] Release 10.5.6 (#13904) ([089b26d](https://github.com/bitnami/charts/commit/089b26d)), closes [#13904](https://github.com/bitnami/charts/issues/13904) +* [bitnami/tomcat] Release 10.5.6 (#13904) ([089b26d](https://github.com/bitnami/charts/commit/089b26d84b6db2316d76b1cf7032624db50afcc4)), closes [#13904](https://github.com/bitnami/charts/issues/13904) ## 10.5.5 (2022-12-10) -* [bitnami/tomcat] Release 10.5.5 (#13894) ([8b6bdb2](https://github.com/bitnami/charts/commit/8b6bdb2)), closes [#13894](https://github.com/bitnami/charts/issues/13894) +* [bitnami/tomcat] Release 10.5.5 (#13894) ([8b6bdb2](https://github.com/bitnami/charts/commit/8b6bdb2e2dcbcc924295f220535dda1d296623dd)), closes [#13894](https://github.com/bitnami/charts/issues/13894) ## 10.5.4 (2022-11-25) -* [bitnami/tomcat] Release 10.5.4 (#13696) ([cc5f089](https://github.com/bitnami/charts/commit/cc5f089)), closes [#13696](https://github.com/bitnami/charts/issues/13696) +* [bitnami/tomcat] Release 10.5.4 (#13696) ([cc5f089](https://github.com/bitnami/charts/commit/cc5f0897e6e01c68cd195db3b7b8bfd05f614db4)), closes [#13696](https://github.com/bitnami/charts/issues/13696) ## 10.5.3 (2022-11-15) -* [bitnami/tomcat] Release 10.5.3 (#13517) ([912800d](https://github.com/bitnami/charts/commit/912800d)), closes [#13517](https://github.com/bitnami/charts/issues/13517) +* [bitnami/tomcat] Release 10.5.3 (#13517) ([912800d](https://github.com/bitnami/charts/commit/912800d7fc632f08329125241ef8b43db5e2afd6)), closes [#13517](https://github.com/bitnami/charts/issues/13517) ## 10.5.2 (2022-11-11) -* [bitnami/tomcat] fix memory opts for jmx-exporter (#13449) ([3c37292](https://github.com/bitnami/charts/commit/3c37292)), closes [#13449](https://github.com/bitnami/charts/issues/13449) +* [bitnami/tomcat] fix memory opts for jmx-exporter (#13449) ([3c37292](https://github.com/bitnami/charts/commit/3c3729292f8bacbbdcce8f682f2dc353ae622da3)), closes [#13449](https://github.com/bitnami/charts/issues/13449) ## 10.5.1 (2022-11-08) -* [bitnami/tomcat] Release 10.5.1 (#13392) ([8a2e991](https://github.com/bitnami/charts/commit/8a2e991)), closes [#13392](https://github.com/bitnami/charts/issues/13392) +* [bitnami/tomcat] Release 10.5.1 (#13392) ([8a2e991](https://github.com/bitnami/charts/commit/8a2e991b2fd1cc1a01762ed642b964084370c839)), closes [#13392](https://github.com/bitnami/charts/issues/13392) ## 10.5.0 (2022-11-03) -* [bitnami/tomcat] removed enforcement of tomcatPassword (#12296) (#13101) ([60d2b11](https://github.com/bitnami/charts/commit/60d2b11)), closes [#12296](https://github.com/bitnami/charts/issues/12296) [#13101](https://github.com/bitnami/charts/issues/13101) +* [bitnami/tomcat] removed enforcement of tomcatPassword (#12296) (#13101) ([60d2b11](https://github.com/bitnami/charts/commit/60d2b114eaa87973b69686369ca573edf7cf64df)), closes [#12296](https://github.com/bitnami/charts/issues/12296) [#13101](https://github.com/bitnami/charts/issues/13101) ## 10.4.9 (2022-10-26) -* optimize extraPodSpec style for pod tpl (#13110) ([a39e51e](https://github.com/bitnami/charts/commit/a39e51e)), closes [#13110](https://github.com/bitnami/charts/issues/13110) +* optimize extraPodSpec style for pod tpl (#13110) ([a39e51e](https://github.com/bitnami/charts/commit/a39e51ee2424c546bf05d1508fd6131115f4679f)), closes [#13110](https://github.com/bitnami/charts/issues/13110) ## 10.4.8 (2022-10-21) -* [bitnami/*] Use new default branch name in links (#12943) ([a529e02](https://github.com/bitnami/charts/commit/a529e02)), closes [#12943](https://github.com/bitnami/charts/issues/12943) -* [bitnami/tomcat] fix extraPodSpec bad indentation (#12464) ([f158f85](https://github.com/bitnami/charts/commit/f158f85)), closes [#12464](https://github.com/bitnami/charts/issues/12464) +* [bitnami/*] Use new default branch name in links (#12943) ([a529e02](https://github.com/bitnami/charts/commit/a529e02597d49d944eba1eb0f190713293247176)), closes [#12943](https://github.com/bitnami/charts/issues/12943) +* [bitnami/tomcat] fix extraPodSpec bad indentation (#12464) ([f158f85](https://github.com/bitnami/charts/commit/f158f85d18b5c12e1703df0cefc3d6c8f39503d5)), closes [#12464](https://github.com/bitnami/charts/issues/12464) ## 10.4.7 (2022-10-12) -* [bitnami/tomcat] Release 10.4.7 (#12915) ([d8ca2d7](https://github.com/bitnami/charts/commit/d8ca2d7)), closes [#12915](https://github.com/bitnami/charts/issues/12915) +* [bitnami/tomcat] Release 10.4.7 (#12915) ([d8ca2d7](https://github.com/bitnami/charts/commit/d8ca2d71cabf99b6f2d7d1bd7c8e4df992e0b75b)), closes [#12915](https://github.com/bitnami/charts/issues/12915) ## 10.4.6 (2022-10-07) -* [bitnami/tomcat] Release 10.4.6 (#12860) ([bece24c](https://github.com/bitnami/charts/commit/bece24c)), closes [#12860](https://github.com/bitnami/charts/issues/12860) -* Generic README instructions related to the repo (#12792) ([3cf6b10](https://github.com/bitnami/charts/commit/3cf6b10)), closes [#12792](https://github.com/bitnami/charts/issues/12792) +* [bitnami/tomcat] Release 10.4.6 (#12860) ([bece24c](https://github.com/bitnami/charts/commit/bece24cf23654b6dead722b95f83997caba9059c)), closes [#12860](https://github.com/bitnami/charts/issues/12860) +* Generic README instructions related to the repo (#12792) ([3cf6b10](https://github.com/bitnami/charts/commit/3cf6b10e10e60df4b3e191d6b99aa99a9f597755)), closes [#12792](https://github.com/bitnami/charts/issues/12792) ## 10.4.5 (2022-09-19) -* [bitnami/tomcat] Release 10.4.5 (#12579) ([669a762](https://github.com/bitnami/charts/commit/669a762)), closes [#12579](https://github.com/bitnami/charts/issues/12579) +* [bitnami/tomcat] Release 10.4.5 (#12579) ([669a762](https://github.com/bitnami/charts/commit/669a7624861f899095f340c5b5741085a1372f58)), closes [#12579](https://github.com/bitnami/charts/issues/12579) ## 10.4.4 (2022-09-19) -* [bitnami/tomcat] Use custom probes if given (#12564) ([c21f6c9](https://github.com/bitnami/charts/commit/c21f6c9)), closes [#12564](https://github.com/bitnami/charts/issues/12564) [#12354](https://github.com/bitnami/charts/issues/12354) +* [bitnami/tomcat] Use custom probes if given (#12564) ([c21f6c9](https://github.com/bitnami/charts/commit/c21f6c9b10fcddffc1616bd7b7d46555778eac51)), closes [#12564](https://github.com/bitnami/charts/issues/12564) [#12354](https://github.com/bitnami/charts/issues/12354) ## 10.4.3 (2022-08-25) -* [bitnami/tomcat] Release 10.4.3 (#12146) ([cd71797](https://github.com/bitnami/charts/commit/cd71797)), closes [#12146](https://github.com/bitnami/charts/issues/12146) +* [bitnami/tomcat] Release 10.4.3 (#12146) ([cd71797](https://github.com/bitnami/charts/commit/cd717976c2cb95cc9830206100e3e8b1a6cd15e0)), closes [#12146](https://github.com/bitnami/charts/issues/12146) ## 10.4.2 (2022-08-23) -* [bitnami/tomcat] Update Chart.lock (#12064) ([94d48e3](https://github.com/bitnami/charts/commit/94d48e3)), closes [#12064](https://github.com/bitnami/charts/issues/12064) +* [bitnami/tomcat] Update Chart.lock (#12064) ([94d48e3](https://github.com/bitnami/charts/commit/94d48e36febf627b5cbf3bffe326819ad3658686)), closes [#12064](https://github.com/bitnami/charts/issues/12064) ## 10.4.1 (2022-08-23) -* [bitnami/tomcat] default to current namespace for podmonitor (#11972) ([3cf24c1](https://github.com/bitnami/charts/commit/3cf24c1)), closes [#11972](https://github.com/bitnami/charts/issues/11972) [#10429](https://github.com/bitnami/charts/issues/10429) +* [bitnami/tomcat] default to current namespace for podmonitor (#11972) ([3cf24c1](https://github.com/bitnami/charts/commit/3cf24c1d572a803fe93b4aa133f42b59275636bf)), closes [#11972](https://github.com/bitnami/charts/issues/11972) [#10429](https://github.com/bitnami/charts/issues/10429) ## 10.4.0 (2022-08-22) -* [bitnami/tomcat] Add support for image digest apart from tag (#11954) ([0c4b7c2](https://github.com/bitnami/charts/commit/0c4b7c2)), closes [#11954](https://github.com/bitnami/charts/issues/11954) -* [bitnami/tomcat] securityContext for jmx-exporter (#11804) ([806a75f](https://github.com/bitnami/charts/commit/806a75f)), closes [#11804](https://github.com/bitnami/charts/issues/11804) +* [bitnami/tomcat] Add support for image digest apart from tag (#11954) ([0c4b7c2](https://github.com/bitnami/charts/commit/0c4b7c2c9c373834a416cc76eb8022c0de15d9b2)), closes [#11954](https://github.com/bitnami/charts/issues/11954) +* [bitnami/tomcat] securityContext for jmx-exporter (#11804) ([806a75f](https://github.com/bitnami/charts/commit/806a75f0179288f627954c1519e0a3ae973d5136)), closes [#11804](https://github.com/bitnami/charts/issues/11804) ## 10.3.15 (2022-08-17) -* [bitnami/tomcat] Release 10.3.15 updating components versions ([7d0af78](https://github.com/bitnami/charts/commit/7d0af78)) +* [bitnami/tomcat] Release 10.3.15 updating components versions ([7d0af78](https://github.com/bitnami/charts/commit/7d0af78a9488f978a5ee9257786a349a54562f49)) ## 10.3.14 (2022-08-09) -* [bitnami/tomcat] Release 10.3.14 updating components versions ([224d1e5](https://github.com/bitnami/charts/commit/224d1e5)) +* [bitnami/tomcat] Release 10.3.14 updating components versions ([224d1e5](https://github.com/bitnami/charts/commit/224d1e5d42835595b8bed54e7d0ac3601c81845a)) ## 10.3.13 (2022-08-09) -* [bitnami/tomcat] Release 10.3.13 updating components versions ([06a4b52](https://github.com/bitnami/charts/commit/06a4b52)) +* [bitnami/tomcat] Release 10.3.13 updating components versions ([06a4b52](https://github.com/bitnami/charts/commit/06a4b52223dc37a390f816bd3810d478c1139238)) ## 10.3.12 (2022-08-02) -* [bitnami/tomcat] Release 10.3.12 updating components versions ([3716515](https://github.com/bitnami/charts/commit/3716515)) +* [bitnami/tomcat] Release 10.3.12 updating components versions ([3716515](https://github.com/bitnami/charts/commit/3716515c6e6f195a778c0588facebafd4d5ec8f1)) ## 10.3.11 (2022-07-26) -* [bitnami/*] Update URLs to point to the new bitnami/containers monorepo (#11352) ([d665af0](https://github.com/bitnami/charts/commit/d665af0)), closes [#11352](https://github.com/bitnami/charts/issues/11352) -* [bitnami/tomcat] Release 10.3.11 updating components versions ([1a7d537](https://github.com/bitnami/charts/commit/1a7d537)) +* [bitnami/*] Update URLs to point to the new bitnami/containers monorepo (#11352) ([d665af0](https://github.com/bitnami/charts/commit/d665af0c708846192d8d5fb2f5f9ea65dd464ab0)), closes [#11352](https://github.com/bitnami/charts/issues/11352) +* [bitnami/tomcat] Release 10.3.11 updating components versions ([1a7d537](https://github.com/bitnami/charts/commit/1a7d537efcf42150d8d4a0ef0e725e57316ea74e)) ## 10.3.10 (2022-07-14) -* [bitnami/tomcat] Release 10.3.10 updating components versions ([c6a91f1](https://github.com/bitnami/charts/commit/c6a91f1)) +* [bitnami/tomcat] Release 10.3.10 updating components versions ([c6a91f1](https://github.com/bitnami/charts/commit/c6a91f1d1e80ad6834e16996cce2db91e1ec8b3d)) ## 10.3.9 (2022-06-28) -* [bitnami/tomcat] Release 10.3.9 updating components versions ([c35f654](https://github.com/bitnami/charts/commit/c35f654)) +* [bitnami/tomcat] Release 10.3.9 updating components versions ([c35f654](https://github.com/bitnami/charts/commit/c35f65410909ebbdda728942b11d1b88ce28cf4c)) ## 10.3.8 (2022-06-17) -* [bitnami/tomcat] Release 10.3.8 updating components versions ([c28f216](https://github.com/bitnami/charts/commit/c28f216)) +* [bitnami/tomcat] Release 10.3.8 updating components versions ([c28f216](https://github.com/bitnami/charts/commit/c28f21695d0b2a4356025af8d0b2261f6741f00d)) ## 10.3.7 (2022-06-15) -* [bitnami/tomcat] Release 10.3.7 updating components versions ([d5a341f](https://github.com/bitnami/charts/commit/d5a341f)) +* [bitnami/tomcat] Release 10.3.7 updating components versions ([d5a341f](https://github.com/bitnami/charts/commit/d5a341f970c4f3c18de63bc8ca05019028faff78)) ## 10.3.6 (2022-06-11) -* [bitnami/tomcat] Release 10.3.6 updating components versions ([21ebfdb](https://github.com/bitnami/charts/commit/21ebfdb)) +* [bitnami/tomcat] Release 10.3.6 updating components versions ([21ebfdb](https://github.com/bitnami/charts/commit/21ebfdb1d4d812ea9492c4757f06dab261f1b282)) ## 10.3.5 (2022-06-10) -* [bitnami/*] Replace Kubeapps URL in READMEs (and kubeapps Chart.yaml) and remove BKPR references (#1 ([c6a7914](https://github.com/bitnami/charts/commit/c6a7914)), closes [#10600](https://github.com/bitnami/charts/issues/10600) -* [bitnami/tomcat] Release 10.3.5 updating components versions ([a869e1e](https://github.com/bitnami/charts/commit/a869e1e)) +* [bitnami/*] Replace Kubeapps URL in READMEs (and kubeapps Chart.yaml) and remove BKPR references (#1 ([c6a7914](https://github.com/bitnami/charts/commit/c6a7914361e5aea6016fb45bf4d621edfd111d32)), closes [#10600](https://github.com/bitnami/charts/issues/10600) +* [bitnami/tomcat] Release 10.3.5 updating components versions ([a869e1e](https://github.com/bitnami/charts/commit/a869e1eb07358c0e7981af924c6df51e5f7da743)) ## 10.3.4 (2022-06-06) -* [bitnami/tomcat] Release 10.3.4 updating components versions ([61abce7](https://github.com/bitnami/charts/commit/61abce7)) +* [bitnami/tomcat] Release 10.3.4 updating components versions ([61abce7](https://github.com/bitnami/charts/commit/61abce7ebad1515645abc90fbc5a19f35ecdffe3)) ## 10.3.3 (2022-06-01) -* [bitnami/several] Replace maintainers email by url (#10523) ([ff3cf61](https://github.com/bitnami/charts/commit/ff3cf61)), closes [#10523](https://github.com/bitnami/charts/issues/10523) +* [bitnami/several] Replace maintainers email by url (#10523) ([ff3cf61](https://github.com/bitnami/charts/commit/ff3cf617a1680509b0f3855d17c4ccff7b29a0ff)), closes [#10523](https://github.com/bitnami/charts/issues/10523) ## 10.3.2 (2022-05-30) -* [bitnami/several] Replace base64 --decode with base64 -d (#10495) ([099286a](https://github.com/bitnami/charts/commit/099286a)), closes [#10495](https://github.com/bitnami/charts/issues/10495) +* [bitnami/several] Replace base64 --decode with base64 -d (#10495) ([099286a](https://github.com/bitnami/charts/commit/099286ae7a87784cf809df0b64ab24f7ff0144c8)), closes [#10495](https://github.com/bitnami/charts/issues/10495) ## 10.3.1 (2022-05-30) -* [bitnami/tomcat] fix data type (#10477) ([34b62e2](https://github.com/bitnami/charts/commit/34b62e2)), closes [#10477](https://github.com/bitnami/charts/issues/10477) +* [bitnami/tomcat] fix data type (#10477) ([34b62e2](https://github.com/bitnami/charts/commit/34b62e2ce4bc307ed61dcaf3ceb929a639540368)), closes [#10477](https://github.com/bitnami/charts/issues/10477) ## 10.3.0 (2022-05-26) -* [bitnami/tomcat] Add missing service parameter (#10429) ([083704e](https://github.com/bitnami/charts/commit/083704e)), closes [#10429](https://github.com/bitnami/charts/issues/10429) +* [bitnami/tomcat] Add missing service parameter (#10429) ([083704e](https://github.com/bitnami/charts/commit/083704ed279ff1a8bf5301abf20e3458d57e9ba8)), closes [#10429](https://github.com/bitnami/charts/issues/10429) ## 10.2.4 (2022-05-21) -* [bitnami/tomcat] Release 10.2.4 updating components versions ([3b045c9](https://github.com/bitnami/charts/commit/3b045c9)) +* [bitnami/tomcat] Release 10.2.4 updating components versions ([3b045c9](https://github.com/bitnami/charts/commit/3b045c9337efbde896f0230e18644fcc624ff54e)) ## 10.2.3 (2022-05-20) -* [bitnami/tomcat] Release 10.2.3 updating components versions ([10cd58d](https://github.com/bitnami/charts/commit/10cd58d)) +* [bitnami/tomcat] Release 10.2.3 updating components versions ([10cd58d](https://github.com/bitnami/charts/commit/10cd58d3ba571bfd9e6b716f45d1134ec24d7176)) ## 10.2.2 (2022-05-18) -* [bitnami/tomcat] Release 10.2.2 updating components versions ([166e9e6](https://github.com/bitnami/charts/commit/166e9e6)) +* [bitnami/tomcat] Release 10.2.2 updating components versions ([166e9e6](https://github.com/bitnami/charts/commit/166e9e643d964695dddc8ba5a0094ce7fc704e3f)) ## 10.2.1 (2022-05-17) -* [bitnami/tomcat] Release 10.2.1 updating components versions ([c830c5e](https://github.com/bitnami/charts/commit/c830c5e)) +* [bitnami/tomcat] Release 10.2.1 updating components versions ([c830c5e](https://github.com/bitnami/charts/commit/c830c5efb2063113a8e56251306dfdd9e2206ebf)) ## 10.2.0 (2022-05-16) -* [bitnami/*] add ingress extraRules feature (#10253) ([0f6cbb9](https://github.com/bitnami/charts/commit/0f6cbb9)), closes [#10253](https://github.com/bitnami/charts/issues/10253) +* [bitnami/*] add ingress extraRules feature (#10253) ([0f6cbb9](https://github.com/bitnami/charts/commit/0f6cbb9099b0e56685cc1d36ba50340f3d7278a1)), closes [#10253](https://github.com/bitnami/charts/issues/10253) ## 10.1.23 (2022-05-13) -* [bitnami/*] Remove old 'ci' files (#10171) ([5df30c4](https://github.com/bitnami/charts/commit/5df30c4)), closes [#10171](https://github.com/bitnami/charts/issues/10171) -* [bitnami/*] Unify k8s directives separators (#10185) ([2650214](https://github.com/bitnami/charts/commit/2650214)), closes [#10185](https://github.com/bitnami/charts/issues/10185) +* [bitnami/*] Remove old 'ci' files (#10171) ([5df30c4](https://github.com/bitnami/charts/commit/5df30c44dbd1812da8786579ce4a94917d46a6ad)), closes [#10171](https://github.com/bitnami/charts/issues/10171) +* [bitnami/*] Unify k8s directives separators (#10185) ([2650214](https://github.com/bitnami/charts/commit/26502141d146ca3bdfb3bf744fcdec8ca5cece44)), closes [#10185](https://github.com/bitnami/charts/issues/10185) ## 10.1.22 (2022-05-10) -* [bitnami/tomcat] Release 10.1.22 updating components versions ([fc964e5](https://github.com/bitnami/charts/commit/fc964e5)) +* [bitnami/tomcat] Release 10.1.22 updating components versions ([fc964e5](https://github.com/bitnami/charts/commit/fc964e546b79ba1a83c8eabcf83f1257699d5a04)) ## 10.1.21 (2022-04-20) -* [bitnami/tomcat] Release 10.1.21 updating components versions ([94ef871](https://github.com/bitnami/charts/commit/94ef871)) +* [bitnami/tomcat] Release 10.1.21 updating components versions ([94ef871](https://github.com/bitnami/charts/commit/94ef871f0b09c4e86c64edd03133eb9bdb2202b3)) ## 10.1.20 (2022-04-19) -* [bitnami/tomcat] Release 10.1.20 updating components versions ([520ed3e](https://github.com/bitnami/charts/commit/520ed3e)) +* [bitnami/tomcat] Release 10.1.20 updating components versions ([520ed3e](https://github.com/bitnami/charts/commit/520ed3e0154eab957820bb4f30286d13c11025dc)) ## 10.1.19 (2022-04-02) -* [bitnami/tomcat] Release 10.1.19 updating components versions ([7cf7ff2](https://github.com/bitnami/charts/commit/7cf7ff2)) +* [bitnami/tomcat] Release 10.1.19 updating components versions ([7cf7ff2](https://github.com/bitnami/charts/commit/7cf7ff2bfaed643803b4cacc0c9b5c92daec7b58)) ## 10.1.18 (2022-04-01) -* [bitnami/tomcat] Release 10.1.18 updating components versions ([6245e19](https://github.com/bitnami/charts/commit/6245e19)) +* [bitnami/tomcat] Release 10.1.18 updating components versions ([6245e19](https://github.com/bitnami/charts/commit/6245e196dce0e11bc6cd68315819e8e683eb5f2e)) ## 10.1.17 (2022-03-28) -* [bitnami/tomcat] Release 10.1.17 updating components versions ([1a1e6a2](https://github.com/bitnami/charts/commit/1a1e6a2)) +* [bitnami/tomcat] Release 10.1.17 updating components versions ([1a1e6a2](https://github.com/bitnami/charts/commit/1a1e6a27257eb6ba636500ea034f6889f1938706)) ## 10.1.16 (2022-03-27) -* [bitnami/tomcat] Release 10.1.16 updating components versions ([cf92ae8](https://github.com/bitnami/charts/commit/cf92ae8)) +* [bitnami/tomcat] Release 10.1.16 updating components versions ([cf92ae8](https://github.com/bitnami/charts/commit/cf92ae86a60ea27799e185a36091a7a29d1a0973)) ## 10.1.15 (2022-03-22) -* [bitnami/tomcat] Release 10.1.15 updating components versions ([a5920bc](https://github.com/bitnami/charts/commit/a5920bc)) +* [bitnami/tomcat] Release 10.1.15 updating components versions ([a5920bc](https://github.com/bitnami/charts/commit/a5920bcebf4a07107b6640435f3ef380393f184b)) ## 10.1.14 (2022-03-17) -* [bitnami/tomcat] Release 10.1.14 updating components versions ([de5b0ad](https://github.com/bitnami/charts/commit/de5b0ad)) +* [bitnami/tomcat] Release 10.1.14 updating components versions ([de5b0ad](https://github.com/bitnami/charts/commit/de5b0ad5d7368490fbffb8d55cba98af38e28336)) ## 10.1.13 (2022-03-15) -* [bitnami/tomcat] Release 10.1.13 updating components versions ([ec650f3](https://github.com/bitnami/charts/commit/ec650f3)) +* [bitnami/tomcat] Release 10.1.13 updating components versions ([ec650f3](https://github.com/bitnami/charts/commit/ec650f3a1425b8391707ed035b9e69f53f57f1a9)) ## 10.1.12 (2022-02-28) -* [bitnami/tomcat] Release 10.1.12 updating components versions ([dd57d77](https://github.com/bitnami/charts/commit/dd57d77)) +* [bitnami/tomcat] Release 10.1.12 updating components versions ([dd57d77](https://github.com/bitnami/charts/commit/dd57d773d511813336d6010a9aa414d1c6da9e5a)) ## 10.1.11 (2022-02-27) -* [bitnami/tomcat] Release 10.1.11 updating components versions ([c948125](https://github.com/bitnami/charts/commit/c948125)) +* [bitnami/tomcat] Release 10.1.11 updating components versions ([c948125](https://github.com/bitnami/charts/commit/c948125a67a236d4d569450af022b87e0f4c34db)) ## 10.1.10 (2022-02-21) -* [bitnami/tomcat] Release 10.1.10 updating components versions ([b0e55b1](https://github.com/bitnami/charts/commit/b0e55b1)) +* [bitnami/tomcat] Release 10.1.10 updating components versions ([b0e55b1](https://github.com/bitnami/charts/commit/b0e55b162c4b547022942d77fb68eb0937e6dee3)) ## 10.1.9 (2022-02-11) -* [bitnami/tomcat] Another monitoring fixes (#8940) ([a956bad](https://github.com/bitnami/charts/commit/a956bad)), closes [#8940](https://github.com/bitnami/charts/issues/8940) +* [bitnami/tomcat] Another monitoring fixes (#8940) ([a956bad](https://github.com/bitnami/charts/commit/a956bad36b0249051f7c568d66daea728a95ed3e)), closes [#8940](https://github.com/bitnami/charts/issues/8940) ## 10.1.8 (2022-02-09) -* [bitnami/tomcat] Release 10.1.8 updating components versions ([255c661](https://github.com/bitnami/charts/commit/255c661)) +* [bitnami/tomcat] Release 10.1.8 updating components versions ([255c661](https://github.com/bitnami/charts/commit/255c66138e32193f81e687abd64d81e562e8e5c8)) ## 10.1.7 (2022-02-04) -* [bitnami/tomcat] monitoring fixes (#8863) ([7e2bcb3](https://github.com/bitnami/charts/commit/7e2bcb3)), closes [#8863](https://github.com/bitnami/charts/issues/8863) +* [bitnami/tomcat] monitoring fixes (#8863) ([7e2bcb3](https://github.com/bitnami/charts/commit/7e2bcb37db3d7d430e1faeba286d0ec9f7535393)), closes [#8863](https://github.com/bitnami/charts/issues/8863) ## 10.1.6 (2022-02-01) -* [bitnami/*] Fix non-utf8 characters (#8826) ([aebe0ed](https://github.com/bitnami/charts/commit/aebe0ed)), closes [#8826](https://github.com/bitnami/charts/issues/8826) -* [bitnami/tomcat] Release 10.1.6 updating components versions ([5b659de](https://github.com/bitnami/charts/commit/5b659de)) -* [bitnami/tomcat] wrong indent for containerExtraPorts fix (#8736) ([9206f25](https://github.com/bitnami/charts/commit/9206f25)), closes [#8736](https://github.com/bitnami/charts/issues/8736) +* [bitnami/*] Fix non-utf8 characters (#8826) ([aebe0ed](https://github.com/bitnami/charts/commit/aebe0ed63d845e1e2b38751103810adf200b18f5)), closes [#8826](https://github.com/bitnami/charts/issues/8826) +* [bitnami/tomcat] Release 10.1.6 updating components versions ([5b659de](https://github.com/bitnami/charts/commit/5b659dea765218500a85c33a40361db0bec040bf)) +* [bitnami/tomcat] wrong indent for containerExtraPorts fix (#8736) ([9206f25](https://github.com/bitnami/charts/commit/9206f255bbff2be479be301b5328176721302873)), closes [#8736](https://github.com/bitnami/charts/issues/8736) ## 10.1.5 (2022-01-20) -* [bitnami/tomcat] Release 10.1.5 updating components versions ([c95a036](https://github.com/bitnami/charts/commit/c95a036)) +* [bitnami/tomcat] Release 10.1.5 updating components versions ([c95a036](https://github.com/bitnami/charts/commit/c95a036a8869ddde77cef421db80d964b6e4b479)) ## 10.1.4 (2022-01-20) -* [bitnami/*] Update READMEs (#8716) ([b9a9533](https://github.com/bitnami/charts/commit/b9a9533)), closes [#8716](https://github.com/bitnami/charts/issues/8716) -* [bitnami/several] Change prerequisites (#8725) ([8d740c5](https://github.com/bitnami/charts/commit/8d740c5)), closes [#8725](https://github.com/bitnami/charts/issues/8725) +* [bitnami/*] Update READMEs (#8716) ([b9a9533](https://github.com/bitnami/charts/commit/b9a953337590eb2979453385874a267bacf50936)), closes [#8716](https://github.com/bitnami/charts/issues/8716) +* [bitnami/several] Change prerequisites (#8725) ([8d740c5](https://github.com/bitnami/charts/commit/8d740c566cfdb7e2d933c40128b4e919fce953a5)), closes [#8725](https://github.com/bitnami/charts/issues/8725) ## 10.1.3 (2022-01-19) -* [bitnami/*] Readme automation (#8579) ([78d1938](https://github.com/bitnami/charts/commit/78d1938)), closes [#8579](https://github.com/bitnami/charts/issues/8579) -* [bitnami/tomcat] Fix extraVolumes parameter (#8684) ([6b2cba8](https://github.com/bitnami/charts/commit/6b2cba8)), closes [#8684](https://github.com/bitnami/charts/issues/8684) +* [bitnami/*] Readme automation (#8579) ([78d1938](https://github.com/bitnami/charts/commit/78d193831c900d178198491ffd08fa2217a64ecd)), closes [#8579](https://github.com/bitnami/charts/issues/8579) +* [bitnami/tomcat] Fix extraVolumes parameter (#8684) ([6b2cba8](https://github.com/bitnami/charts/commit/6b2cba8839e21449f802f42174f63ec888ece27f)), closes [#8684](https://github.com/bitnami/charts/issues/8684) ## 10.1.2 (2022-01-14) -* [bitnami/tomcat] Fix storageclass indentation (#8667) ([c6cf895](https://github.com/bitnami/charts/commit/c6cf895)), closes [#8667](https://github.com/bitnami/charts/issues/8667) +* [bitnami/tomcat] Fix storageclass indentation (#8667) ([c6cf895](https://github.com/bitnami/charts/commit/c6cf895113e2a38e01be8dd9f7d109b59949e0ab)), closes [#8667](https://github.com/bitnami/charts/issues/8667) ## 10.1.1 (2022-01-11) -* [bitnami/tomcat] Release 10.1.1 updating components versions ([b16b22c](https://github.com/bitnami/charts/commit/b16b22c)) +* [bitnami/tomcat] Release 10.1.1 updating components versions ([b16b22c](https://github.com/bitnami/charts/commit/b16b22c009f1ed052b64cdb9959a26d475311369)) ## 10.1.0 (2022-01-05) -* [bitnami/several] Adapt templating format (#8562) ([8cad18a](https://github.com/bitnami/charts/commit/8cad18a)), closes [#8562](https://github.com/bitnami/charts/issues/8562) -* [bitnami/several] Add license to the README ([05f7633](https://github.com/bitnami/charts/commit/05f7633)) -* [bitnami/several] Add license to the README ([32fb238](https://github.com/bitnami/charts/commit/32fb238)) -* [bitnami/several] Add license to the README ([b87c2f7](https://github.com/bitnami/charts/commit/b87c2f7)) +* [bitnami/several] Adapt templating format (#8562) ([8cad18a](https://github.com/bitnami/charts/commit/8cad18aed9966a6f0208e5ad6cee46cb217f47ab)), closes [#8562](https://github.com/bitnami/charts/issues/8562) +* [bitnami/several] Add license to the README ([05f7633](https://github.com/bitnami/charts/commit/05f763372501d596e57db713dd53ff4ff3027cc4)) +* [bitnami/several] Add license to the README ([32fb238](https://github.com/bitnami/charts/commit/32fb238e60a0affc6debd3142eaa3c3d9089ec2a)) +* [bitnami/several] Add license to the README ([b87c2f7](https://github.com/bitnami/charts/commit/b87c2f7899d48a8b02c506765e6ae82937e9ba3f)) ## 10.0.0 (2021-12-29) -* [bitnami/tomcat] Chart standardized (#7707) ([897ba8e](https://github.com/bitnami/charts/commit/897ba8e)), closes [#7707](https://github.com/bitnami/charts/issues/7707) +* [bitnami/tomcat] Chart standardized (#7707) ([897ba8e](https://github.com/bitnami/charts/commit/897ba8e0bd0362284decb53dd7f184c8988d4591)), closes [#7707](https://github.com/bitnami/charts/issues/7707) ## 9.7.0 (2021-12-16) -* [bitnami/tomcat] Add prometheusRules support (#8401) ([a5486ab](https://github.com/bitnami/charts/commit/a5486ab)), closes [#8401](https://github.com/bitnami/charts/issues/8401) +* [bitnami/tomcat] Add prometheusRules support (#8401) ([a5486ab](https://github.com/bitnami/charts/commit/a5486ab00d34858777e3129144bf7f7d9e14358e)), closes [#8401](https://github.com/bitnami/charts/issues/8401) ## 9.6.3 (2021-12-08) -* [bitnami/tomcat] Release 9.6.3 updating components versions ([786de9a](https://github.com/bitnami/charts/commit/786de9a)) +* [bitnami/tomcat] Release 9.6.3 updating components versions ([786de9a](https://github.com/bitnami/charts/commit/786de9a854fced57b781d2758dbce5062cdeb302)) ## 9.6.2 (2021-12-07) -* [bitnami/tomcat] Fix Networkpolicy (#8300) ([bff2b3e](https://github.com/bitnami/charts/commit/bff2b3e)), closes [#8300](https://github.com/bitnami/charts/issues/8300) +* [bitnami/tomcat] Fix Networkpolicy (#8300) ([bff2b3e](https://github.com/bitnami/charts/commit/bff2b3ec9e487d4cbad7c61ea40f2ce300fcbe9a)), closes [#8300](https://github.com/bitnami/charts/issues/8300) ## 9.6.1 (2021-11-29) -* [bitnami/several] Regenerate README tables ([e8e4e6a](https://github.com/bitnami/charts/commit/e8e4e6a)) -* [bitnami/several] Replace HTTP by HTTPS when possible (#8259) ([eafb5bd](https://github.com/bitnami/charts/commit/eafb5bd)), closes [#8259](https://github.com/bitnami/charts/issues/8259) +* [bitnami/several] Regenerate README tables ([e8e4e6a](https://github.com/bitnami/charts/commit/e8e4e6a9f7c924bcdab52f269cb60dbfeef840a9)) +* [bitnami/several] Replace HTTP by HTTPS when possible (#8259) ([eafb5bd](https://github.com/bitnami/charts/commit/eafb5bd5a2cc3aaf04fc1e8ebedd73f420d76864)), closes [#8259](https://github.com/bitnami/charts/issues/8259) ## 9.6.0 (2021-11-22) -* [bitnami/several] Regenerate README tables ([3d7ca74](https://github.com/bitnami/charts/commit/3d7ca74)) -* [bitnami/tomcat] Add networkpolicy support (#8192) ([afcf09e](https://github.com/bitnami/charts/commit/afcf09e)), closes [#8192](https://github.com/bitnami/charts/issues/8192) +* [bitnami/several] Regenerate README tables ([3d7ca74](https://github.com/bitnami/charts/commit/3d7ca74b3b732b0620497ae7b399545117510209)) +* [bitnami/tomcat] Add networkpolicy support (#8192) ([afcf09e](https://github.com/bitnami/charts/commit/afcf09ef8adc6167b11d65978758c5d2bbcabf3a)), closes [#8192](https://github.com/bitnami/charts/issues/8192) ## 9.5.4 (2021-11-16) -* [bitnami/several] Regenerate README tables ([3cefed3](https://github.com/bitnami/charts/commit/3cefed3)) -* [bitnami/tomcat] Release 9.5.4 updating components versions ([c26a3c1](https://github.com/bitnami/charts/commit/c26a3c1)) -* Update readme to correct parameter name. (#8017) ([aab292e](https://github.com/bitnami/charts/commit/aab292e)), closes [#8017](https://github.com/bitnami/charts/issues/8017) +* [bitnami/several] Regenerate README tables ([3cefed3](https://github.com/bitnami/charts/commit/3cefed3ef961fbd7596242b1165bcfa229a9cadb)) +* [bitnami/tomcat] Release 9.5.4 updating components versions ([c26a3c1](https://github.com/bitnami/charts/commit/c26a3c14dba3228e013ae696d6f5129ff48621b7)) +* Update readme to correct parameter name. (#8017) ([aab292e](https://github.com/bitnami/charts/commit/aab292e7fff21da15cfdd1895f82214c63664c61)), closes [#8017](https://github.com/bitnami/charts/issues/8017) ## 9.5.3 (2021-10-30) -* [bitnami/several] Regenerate README tables ([412cf6a](https://github.com/bitnami/charts/commit/412cf6a)) -* [bitnami/tomcat] Release 9.5.3 updating components versions ([f3f7f8a](https://github.com/bitnami/charts/commit/f3f7f8a)) +* [bitnami/several] Regenerate README tables ([412cf6a](https://github.com/bitnami/charts/commit/412cf6a513cb0c03444a6e7811c6f27193239a10)) +* [bitnami/tomcat] Release 9.5.3 updating components versions ([f3f7f8a](https://github.com/bitnami/charts/commit/f3f7f8a86cc203091ce0ef0812244cd9c82958e7)) ## 9.5.2 (2021-10-26) -* [bitnami/tomcat] Release 9.5.2 updating components versions ([629f219](https://github.com/bitnami/charts/commit/629f219)) +* [bitnami/tomcat] Release 9.5.2 updating components versions ([629f219](https://github.com/bitnami/charts/commit/629f21940a9e410c86f840383e398c912999d849)) ## 9.5.1 (2021-10-22) -* [bitnami/several] Add chart info to NOTES.txt (#7889) ([a6751cd](https://github.com/bitnami/charts/commit/a6751cd)), closes [#7889](https://github.com/bitnami/charts/issues/7889) -* [bitnami/several] Regenerate README tables ([73cabea](https://github.com/bitnami/charts/commit/73cabea)) +* [bitnami/several] Add chart info to NOTES.txt (#7889) ([a6751cd](https://github.com/bitnami/charts/commit/a6751cdd33c461fabbc459fbea6f219ec64ab6b2)), closes [#7889](https://github.com/bitnami/charts/issues/7889) +* [bitnami/several] Regenerate README tables ([73cabea](https://github.com/bitnami/charts/commit/73cabea54a941d2239accd98e8df6cbfc9fa8d3c)) ## 9.5.0 (2021-10-20) -* [bitnami/tomcat] Add JMX metrics support (#7623) ([1de6cc9](https://github.com/bitnami/charts/commit/1de6cc9)), closes [#7623](https://github.com/bitnami/charts/issues/7623) +* [bitnami/tomcat] Add JMX metrics support (#7623) ([1de6cc9](https://github.com/bitnami/charts/commit/1de6cc930e3f51afd828c615bebf2c8d50c7a968)), closes [#7623](https://github.com/bitnami/charts/issues/7623) ## 9.4.5 (2021-10-19) -* [bitnami/several] Change pullPolicy for bitnami-shell image (#7852) ([9711a33](https://github.com/bitnami/charts/commit/9711a33)), closes [#7852](https://github.com/bitnami/charts/issues/7852) -* [bitnami/several] Regenerate README tables ([681f9fa](https://github.com/bitnami/charts/commit/681f9fa)) +* [bitnami/several] Change pullPolicy for bitnami-shell image (#7852) ([9711a33](https://github.com/bitnami/charts/commit/9711a33c6eec72ea79143c4b7574dbe6a148d6b2)), closes [#7852](https://github.com/bitnami/charts/issues/7852) +* [bitnami/several] Regenerate README tables ([681f9fa](https://github.com/bitnami/charts/commit/681f9fa6cdbbb742d383db2d9fc6da1251f3d3e5)) ## 9.4.4 (2021-10-19) -* [bitnami/several] Regenerate README tables ([cdcf8c1](https://github.com/bitnami/charts/commit/cdcf8c1)) -* [bitnami/tomcat] Release 9.4.4 updating components versions ([0b39fcc](https://github.com/bitnami/charts/commit/0b39fcc)) +* [bitnami/several] Regenerate README tables ([cdcf8c1](https://github.com/bitnami/charts/commit/cdcf8c1407a9a23b93fadf513be21ca1f9c7c056)) +* [bitnami/tomcat] Release 9.4.4 updating components versions ([0b39fcc](https://github.com/bitnami/charts/commit/0b39fcc6a86e69d91c527a290755ec95d92acde8)) ## 9.4.3 (2021-10-05) -* [bitnami/*] Revert changes in values.schemas.json (#7699) ([aaa314f](https://github.com/bitnami/charts/commit/aaa314f)), closes [#7699](https://github.com/bitnami/charts/issues/7699) +* [bitnami/*] Revert changes in values.schemas.json (#7699) ([aaa314f](https://github.com/bitnami/charts/commit/aaa314fd3a7b8c7c94dc51fc96292b283cad084a)), closes [#7699](https://github.com/bitnami/charts/issues/7699) ## 9.4.2 (2021-10-04) -* [bitnami/tomcat] Release 9.4.2 updating components versions ([3e53023](https://github.com/bitnami/charts/commit/3e53023)) +* [bitnami/tomcat] Release 9.4.2 updating components versions ([3e53023](https://github.com/bitnami/charts/commit/3e5302325f37ce5d71d4dc66e1be416f9c695d6b)) ## 9.4.1 (2021-10-01) -* [bitnami/*] Drop support for deprecated cert-manager annotation (#7646) ([4297b79](https://github.com/bitnami/charts/commit/4297b79)), closes [#7646](https://github.com/bitnami/charts/issues/7646) +* [bitnami/*] Drop support for deprecated cert-manager annotation (#7646) ([4297b79](https://github.com/bitnami/charts/commit/4297b792e48fba9c7c3b8fed447a856632c61201)), closes [#7646](https://github.com/bitnami/charts/issues/7646) ## 9.4.0 (2021-09-29) -* [bitnami/apache,tomcat] add extraPodSpec (#7580) ([e3a8529](https://github.com/bitnami/charts/commit/e3a8529)), closes [#7580](https://github.com/bitnami/charts/issues/7580) -* [bitnami/several] Regenerate README tables ([9d60bbd](https://github.com/bitnami/charts/commit/9d60bbd)) +* [bitnami/apache,tomcat] add extraPodSpec (#7580) ([e3a8529](https://github.com/bitnami/charts/commit/e3a8529be0fb7b3269e0105f2571d3b850891aa5)), closes [#7580](https://github.com/bitnami/charts/issues/7580) +* [bitnami/several] Regenerate README tables ([9d60bbd](https://github.com/bitnami/charts/commit/9d60bbdd3b400b3585476f9c0b8e29e5c9e00892)) ## 9.3.0 (2021-09-27) -* [bitnami/*] Generate READMEs with new generator version (#7614) ([e5ab2e6](https://github.com/bitnami/charts/commit/e5ab2e6)), closes [#7614](https://github.com/bitnami/charts/issues/7614) -* [bitnami/apache,postgresql,tomcat] add topologySpreadConstraints (#7598) ([557bfe9](https://github.com/bitnami/charts/commit/557bfe9)), closes [#7598](https://github.com/bitnami/charts/issues/7598) -* [bitnami/several] Regenerate README tables ([a8d100a](https://github.com/bitnami/charts/commit/a8d100a)) +* [bitnami/*] Generate READMEs with new generator version (#7614) ([e5ab2e6](https://github.com/bitnami/charts/commit/e5ab2e6ecdd6bce800863f154cda524ff9f6c117)), closes [#7614](https://github.com/bitnami/charts/issues/7614) +* [bitnami/apache,postgresql,tomcat] add topologySpreadConstraints (#7598) ([557bfe9](https://github.com/bitnami/charts/commit/557bfe931aedaa14944c1a7805f76f83683ad448)), closes [#7598](https://github.com/bitnami/charts/issues/7598) +* [bitnami/several] Regenerate README tables ([a8d100a](https://github.com/bitnami/charts/commit/a8d100a745750c3bfc01c68be65905822d620898)) ## 9.2.27 (2021-09-23) -* [bitnami/several] Regenerate README tables ([b294dc2](https://github.com/bitnami/charts/commit/b294dc2)) -* [bitnami/tomcat] Release 9.2.27 updating components versions ([84ee61c](https://github.com/bitnami/charts/commit/84ee61c)) +* [bitnami/several] Regenerate README tables ([b294dc2](https://github.com/bitnami/charts/commit/b294dc21d3b108bd49cf64fd1e3ddaa8a2bc8e4a)) +* [bitnami/tomcat] Release 9.2.27 updating components versions ([84ee61c](https://github.com/bitnami/charts/commit/84ee61cd57ed1ec799f944d7f30becff27a28569)) ## 9.2.26 (2021-09-13) -* [bitnami/several] Regenerate README tables ([e0a27b4](https://github.com/bitnami/charts/commit/e0a27b4)) -* [bitnami/tomcat] Release 9.2.26 updating components versions ([720b8f7](https://github.com/bitnami/charts/commit/720b8f7)) +* [bitnami/several] Regenerate README tables ([e0a27b4](https://github.com/bitnami/charts/commit/e0a27b4c05c509da51859373dad032294438af74)) +* [bitnami/tomcat] Release 9.2.26 updating components versions ([720b8f7](https://github.com/bitnami/charts/commit/720b8f78b695cd2e3e8f0e27f35c999ccab39e24)) ## 9.2.25 (2021-09-03) -* [bitnami/several] Regenerate README tables ([da2513b](https://github.com/bitnami/charts/commit/da2513b)) -* [bitnami/tomcat] Release 9.2.25 updating components versions ([d75ce0e](https://github.com/bitnami/charts/commit/d75ce0e)) +* [bitnami/several] Regenerate README tables ([da2513b](https://github.com/bitnami/charts/commit/da2513bf0a33819f3b1151d387c631a9ffdb03e2)) +* [bitnami/tomcat] Release 9.2.25 updating components versions ([d75ce0e](https://github.com/bitnami/charts/commit/d75ce0e64e5b907e8b57af919ab7009d5d48a8b7)) ## 9.2.24 (2021-08-25) -* [bitnami/tomcat] Release 9.2.24 updating components versions ([d28bd32](https://github.com/bitnami/charts/commit/d28bd32)) +* [bitnami/tomcat] Release 9.2.24 updating components versions ([d28bd32](https://github.com/bitnami/charts/commit/d28bd326a3fc3944db0291b29cee11b66568b3b7)) ## 9.2.23 (2021-08-25) -* [bitnami/several] Regenerate README tables ([6c9124f](https://github.com/bitnami/charts/commit/6c9124f)) -* [bitnami/tomcat] Release 9.2.23 updating components versions ([faa5287](https://github.com/bitnami/charts/commit/faa5287)) +* [bitnami/several] Regenerate README tables ([6c9124f](https://github.com/bitnami/charts/commit/6c9124f79491aa65f53a87c1ed598b47ffa8b411)) +* [bitnami/tomcat] Release 9.2.23 updating components versions ([faa5287](https://github.com/bitnami/charts/commit/faa5287736d9a79e0afa04d649025f7c2427cb39)) ## 9.2.22 (2021-08-18) -* [multiple] Updated image.tag section (#7257) ([a133bed](https://github.com/bitnami/charts/commit/a133bed)), closes [#7257](https://github.com/bitnami/charts/issues/7257) +* [multiple] Updated image.tag section (#7257) ([a133bed](https://github.com/bitnami/charts/commit/a133bed2b4524e3b0cdec19413e089e4fbb12013)), closes [#7257](https://github.com/bitnami/charts/issues/7257) ## 9.2.21 (2021-08-13) -* [bitnami/several] Regenerate README tables ([6c107e8](https://github.com/bitnami/charts/commit/6c107e8)) -* [bitnami/tomcat] Release 9.2.21 updating components versions ([6ced21c](https://github.com/bitnami/charts/commit/6ced21c)) +* [bitnami/several] Regenerate README tables ([6c107e8](https://github.com/bitnami/charts/commit/6c107e835d6caf8db2e8b17dcd48c5971637e013)) +* [bitnami/tomcat] Release 9.2.21 updating components versions ([6ced21c](https://github.com/bitnami/charts/commit/6ced21c0973b55149142101f4fed8db9647b80b4)) ## 9.2.20 (2021-08-06) -* [bitnami/several] Update READMEs (#7108) ([44961d9](https://github.com/bitnami/charts/commit/44961d9)), closes [#7108](https://github.com/bitnami/charts/issues/7108) -* [bitnami/tomcat] Release 9.2.20 updating components versions ([a1a4afd](https://github.com/bitnami/charts/commit/a1a4afd)) +* [bitnami/several] Update READMEs (#7108) ([44961d9](https://github.com/bitnami/charts/commit/44961d9cdfae1b0d06808124c4b47e8adc3de146)), closes [#7108](https://github.com/bitnami/charts/issues/7108) +* [bitnami/tomcat] Release 9.2.20 updating components versions ([a1a4afd](https://github.com/bitnami/charts/commit/a1a4afd380fe1627347b75f5fad3d353623c2a10)) ## 9.2.19 (2021-07-30) -* [bitnami/tomcat] README changes (#7011) ([7733ba0](https://github.com/bitnami/charts/commit/7733ba0)), closes [#7011](https://github.com/bitnami/charts/issues/7011) -* [bitnami/tomcat] Release 9.2.19 updating components versions ([8f14c8a](https://github.com/bitnami/charts/commit/8f14c8a)) +* [bitnami/tomcat] README changes (#7011) ([7733ba0](https://github.com/bitnami/charts/commit/7733ba0a6b703cd685fb8b4029515500ff55ee39)), closes [#7011](https://github.com/bitnami/charts/issues/7011) +* [bitnami/tomcat] Release 9.2.19 updating components versions ([8f14c8a](https://github.com/bitnami/charts/commit/8f14c8a29596cd712f3bf1b89670e92f68ed2a5a)) ## 9.2.18 (2021-07-21) -* [bitnami/*] Replace nil values (#6993) ([2be11a7](https://github.com/bitnami/charts/commit/2be11a7)), closes [#6993](https://github.com/bitnami/charts/issues/6993) +* [bitnami/*] Replace nil values (#6993) ([2be11a7](https://github.com/bitnami/charts/commit/2be11a70b92a01603c1f079eeaff4b00dc4796d6)), closes [#6993](https://github.com/bitnami/charts/issues/6993) ## 9.2.17 (2021-07-16) -* [bitnami/*] Adapt values.yaml of common library, Tomcat, Wavefront and ZooKeeper charts (#6970) ([fb2693b](https://github.com/bitnami/charts/commit/fb2693b)), closes [#6970](https://github.com/bitnami/charts/issues/6970) +* [bitnami/*] Adapt values.yaml of common library, Tomcat, Wavefront and ZooKeeper charts (#6970) ([fb2693b](https://github.com/bitnami/charts/commit/fb2693bfe67a154b159d3998232cc613e1706c70)), closes [#6970](https://github.com/bitnami/charts/issues/6970) ## 9.2.16 (2021-07-07) -* [bitnami/tomcat] Release 9.2.16 updating components versions ([2516808](https://github.com/bitnami/charts/commit/2516808)) +* [bitnami/tomcat] Release 9.2.16 updating components versions ([2516808](https://github.com/bitnami/charts/commit/251680838230cfd65f8e53115098b713421221c7)) ## 9.2.15 (2021-07-06) -* [bitnami/tomcat] Release 9.2.15 updating components versions ([37e51ca](https://github.com/bitnami/charts/commit/37e51ca)) +* [bitnami/tomcat] Release 9.2.15 updating components versions ([37e51ca](https://github.com/bitnami/charts/commit/37e51ca729d7ddc34efc0d69c9d10dd14bb82910)) ## 9.2.14 (2021-06-18) -* [bitnami/tomcat] Release 9.2.14 updating components versions ([29612a7](https://github.com/bitnami/charts/commit/29612a7)) +* [bitnami/tomcat] Release 9.2.14 updating components versions ([29612a7](https://github.com/bitnami/charts/commit/29612a723c7ead7a4e7f2aad2b742a102978368f)) ## 9.2.13 (2021-06-17) -* [bitnami/tomcat] Release 9.2.13 updating components versions ([ebc3774](https://github.com/bitnami/charts/commit/ebc3774)) +* [bitnami/tomcat] Release 9.2.13 updating components versions ([ebc3774](https://github.com/bitnami/charts/commit/ebc37746efcf103ee8f96a2412f1ec8114bb5d5f)) ## 9.2.12 (2021-06-15) -* [bitnami/tomcat] Release 9.2.12 updating components versions ([5216b53](https://github.com/bitnami/charts/commit/5216b53)) +* [bitnami/tomcat] Release 9.2.12 updating components versions ([5216b53](https://github.com/bitnami/charts/commit/5216b535b8d55fd76c2e385e2168e0b793995863)) ## 9.2.11 (2021-06-11) -* [bitnami/tomcat] Release 9.2.11 updating components versions ([d65e4ef](https://github.com/bitnami/charts/commit/d65e4ef)) +* [bitnami/tomcat] Release 9.2.11 updating components versions ([d65e4ef](https://github.com/bitnami/charts/commit/d65e4ef3d924d0fc7ffdac9d663eb9d2ddba8ba8)) ## 9.2.10 (2021-06-08) -* [bitnami/tomcat] Release 9.2.10 updating components versions ([d427be6](https://github.com/bitnami/charts/commit/d427be6)) +* [bitnami/tomcat] Release 9.2.10 updating components versions ([d427be6](https://github.com/bitnami/charts/commit/d427be619d983d467bb46159ff5b75796821e0aa)) ## 9.2.9 (2021-06-01) -* [bitnami/tomcat] initContainers and sidecars indent fix (#6513) ([20a3c3f](https://github.com/bitnami/charts/commit/20a3c3f)), closes [#6513](https://github.com/bitnami/charts/issues/6513) [#6501](https://github.com/bitnami/charts/issues/6501) +* [bitnami/tomcat] initContainers and sidecars indent fix (#6513) ([20a3c3f](https://github.com/bitnami/charts/commit/20a3c3fc1d0b5c00725ad764233b6f2f606b6099)), closes [#6513](https://github.com/bitnami/charts/issues/6513) [#6501](https://github.com/bitnami/charts/issues/6501) ## 9.2.8 (2021-05-28) -* [bitnami/tomcat] Release 9.2.8 updating components versions ([a3ed947](https://github.com/bitnami/charts/commit/a3ed947)) +* [bitnami/tomcat] Release 9.2.8 updating components versions ([a3ed947](https://github.com/bitnami/charts/commit/a3ed947226c51cda09b9f0157fd9b8bac4ec68ee)) ## 9.2.7 (2021-05-13) -* [bitnami/tomcat] Release 9.2.7 updating components versions ([5d871b6](https://github.com/bitnami/charts/commit/5d871b6)) +* [bitnami/tomcat] Release 9.2.7 updating components versions ([5d871b6](https://github.com/bitnami/charts/commit/5d871b6b284d149cf0ca8b8be6583388bfd3ffc2)) ## 9.2.6 (2021-05-13) -* [bitnami/tomcat] Release 9.2.6 updating components versions ([fc95b11](https://github.com/bitnami/charts/commit/fc95b11)) +* [bitnami/tomcat] Release 9.2.6 updating components versions ([fc95b11](https://github.com/bitnami/charts/commit/fc95b119ac6678c994e65a7e25614b88690b797d)) ## 9.2.5 (2021-04-26) -* [bitnami/tomcat] Release 9.2.5 updating components versions ([ab63a56](https://github.com/bitnami/charts/commit/ab63a56)) +* [bitnami/tomcat] Release 9.2.5 updating components versions ([ab63a56](https://github.com/bitnami/charts/commit/ab63a560f80bfb429a736d2d29bb329fbb0c4ebe)) ## 9.2.4 (2021-04-23) -* [bitnami/tomcat] fix indent & improve volume claim in sts (#6195) ([806c0e8](https://github.com/bitnami/charts/commit/806c0e8)), closes [#6195](https://github.com/bitnami/charts/issues/6195) +* [bitnami/tomcat] fix indent & improve volume claim in sts (#6195) ([806c0e8](https://github.com/bitnami/charts/commit/806c0e82fd849a0490c4c6e62ae4f0bfdc2f8351)), closes [#6195](https://github.com/bitnami/charts/issues/6195) ## 9.2.3 (2021-04-22) -* [bitnami/tomcat] Release 9.2.3 updating components versions ([f27244a](https://github.com/bitnami/charts/commit/f27244a)) +* [bitnami/tomcat] Release 9.2.3 updating components versions ([f27244a](https://github.com/bitnami/charts/commit/f27244a64e9a2d1f681a089d17c96fb39dca57fb)) ## 9.2.2 (2021-04-22) -* [bitnami/tomcat] Fix incorrect identation using imagePullSecrets (#6185) ([103756f](https://github.com/bitnami/charts/commit/103756f)), closes [#6185](https://github.com/bitnami/charts/issues/6185) +* [bitnami/tomcat] Fix incorrect identation using imagePullSecrets (#6185) ([103756f](https://github.com/bitnami/charts/commit/103756f700f9a69d82874075cdc0c48f0e065163)), closes [#6185](https://github.com/bitnami/charts/issues/6185) ## 9.2.1 (2021-04-20) -* [bitnami/tomcat] Release 9.2.1 updating components versions ([08407b0](https://github.com/bitnami/charts/commit/08407b0)) +* [bitnami/tomcat] Release 9.2.1 updating components versions ([08407b0](https://github.com/bitnami/charts/commit/08407b08cf3e9c1c7d7a246a732bdfebe36c353c)) ## 9.2.0 (2021-04-20) -* [bitnami/tomcat] deployment, statefulset choice (#6134) ([2f2e3f8](https://github.com/bitnami/charts/commit/2f2e3f8)), closes [#6134](https://github.com/bitnami/charts/issues/6134) +* [bitnami/tomcat] deployment, statefulset choice (#6134) ([2f2e3f8](https://github.com/bitnami/charts/commit/2f2e3f83951230a0c8a3ab24a2619e668de9f1f1)), closes [#6134](https://github.com/bitnami/charts/issues/6134) ## 9.1.0 (2021-04-15) -* [bitnami/tomcat] add containerExtraPorts (#6108) ([f21aa57](https://github.com/bitnami/charts/commit/f21aa57)), closes [#6108](https://github.com/bitnami/charts/issues/6108) +* [bitnami/tomcat] add containerExtraPorts (#6108) ([f21aa57](https://github.com/bitnami/charts/commit/f21aa57f14c0b99fe435c911c5fb8ae92471ed14)), closes [#6108](https://github.com/bitnami/charts/issues/6108) ## 9.0.0 (2021-04-08) -* [bitnami/tomcat] Release 9.0.0 updating components versions ([cf9da28](https://github.com/bitnami/charts/commit/cf9da28)) +* [bitnami/tomcat] Release 9.0.0 updating components versions ([cf9da28](https://github.com/bitnami/charts/commit/cf9da28947ad5a7a6960eae0f5de1c7bc9dad558)) ## 8.3.1 (2021-04-01) -* [bitnami/tomcat] Release 8.3.1 updating components versions ([dc07c3b](https://github.com/bitnami/charts/commit/dc07c3b)) +* [bitnami/tomcat] Release 8.3.1 updating components versions ([dc07c3b](https://github.com/bitnami/charts/commit/dc07c3b7d27e312152b7423405330ea6f3d5c730)) ## 8.3.0 (2021-03-29) -* [bitnami/tomcat] Fix missing replicaCount (#5938) ([e7e7d1c](https://github.com/bitnami/charts/commit/e7e7d1c)), closes [#5938](https://github.com/bitnami/charts/issues/5938) +* [bitnami/tomcat] Fix missing replicaCount (#5938) ([e7e7d1c](https://github.com/bitnami/charts/commit/e7e7d1cfa33fe80371850ff79a7830f77d7ca536)), closes [#5938](https://github.com/bitnami/charts/issues/5938) ## 8.2.5 (2021-03-11) -* [bitnami/tomcat] Release 8.2.5 updating components versions ([61c0e12](https://github.com/bitnami/charts/commit/61c0e12)) +* [bitnami/tomcat] Release 8.2.5 updating components versions ([61c0e12](https://github.com/bitnami/charts/commit/61c0e126a5e1e444acbfdc4eaed8c40a4b20f374)) ## 8.2.4 (2021-03-04) -* [bitnami/*] Remove minideb mentions (#5677) ([870bc4d](https://github.com/bitnami/charts/commit/870bc4d)), closes [#5677](https://github.com/bitnami/charts/issues/5677) +* [bitnami/*] Remove minideb mentions (#5677) ([870bc4d](https://github.com/bitnami/charts/commit/870bc4dba1fc3aa55dd157da6687b25e8d352206)), closes [#5677](https://github.com/bitnami/charts/issues/5677) ## 8.2.3 (2021-02-18) -* [bitnami/*] Add notice regarding parameters immutability after chart installation (#4853) ([5f09573](https://github.com/bitnami/charts/commit/5f09573)), closes [#4853](https://github.com/bitnami/charts/issues/4853) -* [bitnami/tomcat] Release 8.2.3 updating components versions ([fabc7e5](https://github.com/bitnami/charts/commit/fabc7e5)) +* [bitnami/*] Add notice regarding parameters immutability after chart installation (#4853) ([5f09573](https://github.com/bitnami/charts/commit/5f095734f92555dec7cd0e3ee961f315eac170ff)), closes [#4853](https://github.com/bitnami/charts/issues/4853) +* [bitnami/tomcat] Release 8.2.3 updating components versions ([fabc7e5](https://github.com/bitnami/charts/commit/fabc7e583d0bfa8781bbb11c99a3b24c695ae5f6)) ## 8.2.2 (2021-02-03) -* [bitnami/tomcat] Release 8.2.2 updating components versions ([f6ffb7d](https://github.com/bitnami/charts/commit/f6ffb7d)) +* [bitnami/tomcat] Release 8.2.2 updating components versions ([f6ffb7d](https://github.com/bitnami/charts/commit/f6ffb7ddab04bb79f5fe5a0f99165a1df58151c2)) ## 8.2.1 (2021-01-29) -* [bitnami/tomcat] Release 8.2.1 updating components versions ([a70dc22](https://github.com/bitnami/charts/commit/a70dc22)) +* [bitnami/tomcat] Release 8.2.1 updating components versions ([a70dc22](https://github.com/bitnami/charts/commit/a70dc22a433d8225cd79614dc7e8150f82d0b386)) ## 8.2.0 (2021-01-29) -* [bitnami/tomcat] Add hostAliases (#5317) ([73811e2](https://github.com/bitnami/charts/commit/73811e2)), closes [#5317](https://github.com/bitnami/charts/issues/5317) +* [bitnami/tomcat] Add hostAliases (#5317) ([73811e2](https://github.com/bitnami/charts/commit/73811e2cf5a7502a984fef95b500de72b44c304c)), closes [#5317](https://github.com/bitnami/charts/issues/5317) ## 8.1.1 (2021-01-25) -* [bitnami/*] Change helm version in the prerequisites (#5090) ([c5e67a3](https://github.com/bitnami/charts/commit/c5e67a3)), closes [#5090](https://github.com/bitnami/charts/issues/5090) -* [bitnami/*] Unify icons in Chart.yaml and add missing fields (#5206) ([0462921](https://github.com/bitnami/charts/commit/0462921)), closes [#5206](https://github.com/bitnami/charts/issues/5206) +* [bitnami/*] Change helm version in the prerequisites (#5090) ([c5e67a3](https://github.com/bitnami/charts/commit/c5e67a388743cbee28439d2cabca27884b9daf97)), closes [#5090](https://github.com/bitnami/charts/issues/5090) +* [bitnami/*] Unify icons in Chart.yaml and add missing fields (#5206) ([0462921](https://github.com/bitnami/charts/commit/0462921418ca8d54308b7466197a6d53ffae4628)), closes [#5206](https://github.com/bitnami/charts/issues/5206) ## 8.1.0 (2021-01-15) -* [bitnami/*] Update ingress for serveral charts (#5012) ([e3bb5a6](https://github.com/bitnami/charts/commit/e3bb5a6)), closes [#5012](https://github.com/bitnami/charts/issues/5012) +* [bitnami/*] Update ingress for serveral charts (#5012) ([e3bb5a6](https://github.com/bitnami/charts/commit/e3bb5a6e3613d3aefef5561aa3644b34d4cf8a2c)), closes [#5012](https://github.com/bitnami/charts/issues/5012) ## 8.0.3 (2021-01-14) -* [bitnami/tomcat] Release 8.0.3 updating components versions ([3c08f19](https://github.com/bitnami/charts/commit/3c08f19)) +* [bitnami/tomcat] Release 8.0.3 updating components versions ([3c08f19](https://github.com/bitnami/charts/commit/3c08f193fb0021fcc7c2247c72856bad3f9a2e06)) ## 8.0.2 (2021-01-08) -* [bitnami/*] Fix typo in README (leaviness > liveness) (#4917) ([80ca826](https://github.com/bitnami/charts/commit/80ca826)), closes [#4917](https://github.com/bitnami/charts/issues/4917) +* [bitnami/*] Fix typo in README (leaviness > liveness) (#4917) ([80ca826](https://github.com/bitnami/charts/commit/80ca8265b58602ded240c97025017607da6e1fd2)), closes [#4917](https://github.com/bitnami/charts/issues/4917) ## 8.0.1 (2021-01-05) -* [bitnami/tomcat] Release 8.0.1 updating components versions ([d603616](https://github.com/bitnami/charts/commit/d603616)) +* [bitnami/tomcat] Release 8.0.1 updating components versions ([d603616](https://github.com/bitnami/charts/commit/d6036162eb013c660ba2ab8b0bc54736cad7b5c2)) ## 8.0.0 (2020-12-16) -* [bitnami/*] Affinity based on common presets (ix) (#4727) ([a0db323](https://github.com/bitnami/charts/commit/a0db323)), closes [#4727](https://github.com/bitnami/charts/issues/4727) -* [bitnami/*] fix typos (#4699) ([49adc63](https://github.com/bitnami/charts/commit/49adc63)), closes [#4699](https://github.com/bitnami/charts/issues/4699) +* [bitnami/*] Affinity based on common presets (ix) (#4727) ([a0db323](https://github.com/bitnami/charts/commit/a0db323c35ca89352a6f5d789273d0a0a2fc1196)), closes [#4727](https://github.com/bitnami/charts/issues/4727) +* [bitnami/*] fix typos (#4699) ([49adc63](https://github.com/bitnami/charts/commit/49adc63b672da976c55af2e077aa5648a357b77f)), closes [#4699](https://github.com/bitnami/charts/issues/4699) ## 7.1.2 (2020-12-09) -* [bitnami/tomcat] Release 7.1.2 updating components versions ([c37c4cb](https://github.com/bitnami/charts/commit/c37c4cb)) +* [bitnami/tomcat] Release 7.1.2 updating components versions ([c37c4cb](https://github.com/bitnami/charts/commit/c37c4cba3ba9ec54a7b6f8104645a7040da23d7a)) ## 7.1.1 (2020-12-08) -* [bitnami/tomcat] Fix commonLabels format in values.yaml ([cd7e0bf](https://github.com/bitnami/charts/commit/cd7e0bf)) -* [bitnami/tomcat] Release 7.1.1 updating components versions ([dc3d0c3](https://github.com/bitnami/charts/commit/dc3d0c3)) +* [bitnami/tomcat] Fix commonLabels format in values.yaml ([cd7e0bf](https://github.com/bitnami/charts/commit/cd7e0bf2aedb682442ee29df1feacc62277c42d5)) +* [bitnami/tomcat] Release 7.1.1 updating components versions ([dc3d0c3](https://github.com/bitnami/charts/commit/dc3d0c37712c4affc2c79d565f34099917047179)) ## 7.1.0 (2020-12-08) -* [bitnami/tomcat] feat: allow custom values for labels and matchLabels (#4359) ([1d2f51d](https://github.com/bitnami/charts/commit/1d2f51d)), closes [#4359](https://github.com/bitnami/charts/issues/4359) +* [bitnami/tomcat] feat: allow custom values for labels and matchLabels (#4359) ([1d2f51d](https://github.com/bitnami/charts/commit/1d2f51dce30af39621213e1782f13cd968733bdb)), closes [#4359](https://github.com/bitnami/charts/issues/4359) ## 7.0.1 (2020-12-04) -* [bitnami/tomcat] Release 7.0.1 updating components versions ([64c5622](https://github.com/bitnami/charts/commit/64c5622)) +* [bitnami/tomcat] Release 7.0.1 updating components versions ([64c5622](https://github.com/bitnami/charts/commit/64c5622d6d980b5431dbb7e25d67e731031beb19)) ## 7.0.0 (2020-11-10) -* [bitnami/tomcat] Major version. Adapt Chart to apiVersion: v2 (#4259) ([51658e7](https://github.com/bitnami/charts/commit/51658e7)), closes [#4259](https://github.com/bitnami/charts/issues/4259) +* [bitnami/tomcat] Major version. Adapt Chart to apiVersion: v2 (#4259) ([51658e7](https://github.com/bitnami/charts/commit/51658e74e0635c426302ac3ed4f711a75264e23c)), closes [#4259](https://github.com/bitnami/charts/issues/4259) ## 6.7.0 (2020-11-02) -* [bitnami/tomcat] feat: allow custom values for liveness and readiness probe (#4167) ([e0b2702](https://github.com/bitnami/charts/commit/e0b2702)), closes [#4167](https://github.com/bitnami/charts/issues/4167) +* [bitnami/tomcat] feat: allow custom values for liveness and readiness probe (#4167) ([e0b2702](https://github.com/bitnami/charts/commit/e0b27020c117aac07032ff32180e0e807dd1c8e6)), closes [#4167](https://github.com/bitnami/charts/issues/4167) ## 6.6.0 (2020-10-29) -* [bitnami/*] Include link to Troubleshootin guide on README.md (#4136) ([c08a20e](https://github.com/bitnami/charts/commit/c08a20e)), closes [#4136](https://github.com/bitnami/charts/issues/4136) -* [bitnami/tomcat] feat: add extra env vars (#4114) ([94f7e8c](https://github.com/bitnami/charts/commit/94f7e8c)), closes [#4114](https://github.com/bitnami/charts/issues/4114) +* [bitnami/*] Include link to Troubleshootin guide on README.md (#4136) ([c08a20e](https://github.com/bitnami/charts/commit/c08a20e3db004215383004ff023a73fcc2522e72)), closes [#4136](https://github.com/bitnami/charts/issues/4136) +* [bitnami/tomcat] feat: add extra env vars (#4114) ([94f7e8c](https://github.com/bitnami/charts/commit/94f7e8c5d27dc047d62ec724a1a88ab5981b8a2d)), closes [#4114](https://github.com/bitnami/charts/issues/4114) ## 6.5.3 (2020-10-16) -* [bitnami/tomcat] Release 6.5.3 updating components versions ([8498ce6](https://github.com/bitnami/charts/commit/8498ce6)) +* [bitnami/tomcat] Release 6.5.3 updating components versions ([8498ce6](https://github.com/bitnami/charts/commit/8498ce617579f164648620d6a51a6f9aad025f9b)) ## 6.5.2 (2020-10-12) -* [bitnami/tomcat] Release 6.5.2 updating components versions ([2825db1](https://github.com/bitnami/charts/commit/2825db1)) +* [bitnami/tomcat] Release 6.5.2 updating components versions ([2825db1](https://github.com/bitnami/charts/commit/2825db196b2cc1053cf941acd3b7363ca18c7e5a)) ## 6.5.1 (2020-10-10) -* [bitnami/tomcat] Release 6.5.1 updating components versions ([098fdb9](https://github.com/bitnami/charts/commit/098fdb9)) +* [bitnami/tomcat] Release 6.5.1 updating components versions ([098fdb9](https://github.com/bitnami/charts/commit/098fdb956ac81982c8ceb088b423929c55393b2f)) ## 6.5.0 (2020-10-05) -* [bitnami/tomcat] add replicas to tomcat deployment (#3803) ([f8fa6f6](https://github.com/bitnami/charts/commit/f8fa6f6)), closes [#3803](https://github.com/bitnami/charts/issues/3803) +* [bitnami/tomcat] add replicas to tomcat deployment (#3803) ([f8fa6f6](https://github.com/bitnami/charts/commit/f8fa6f677f332e1c8744d936b5618d1ad321e768)), closes [#3803](https://github.com/bitnami/charts/issues/3803) ## 6.4.1 (2020-09-24) -* [bitnami/tomcat] Release 6.4.1 updating components versions ([2160d93](https://github.com/bitnami/charts/commit/2160d93)) +* [bitnami/tomcat] Release 6.4.1 updating components versions ([2160d93](https://github.com/bitnami/charts/commit/2160d936de106a16a0a096d6282445d2aa56ed84)) ## 6.4.0 (2020-09-23) -* [bitnami/tomcat] add command option to image (#3734) ([6da71b3](https://github.com/bitnami/charts/commit/6da71b3)), closes [#3734](https://github.com/bitnami/charts/issues/3734) +* [bitnami/tomcat] add command option to image (#3734) ([6da71b3](https://github.com/bitnami/charts/commit/6da71b366091a0809e4e0e64b895287e0e2b193d)), closes [#3734](https://github.com/bitnami/charts/issues/3734) ## 6.3.17 (2020-09-16) -* [bitnami/tomcat] Release 6.3.17 updating components versions ([033787e](https://github.com/bitnami/charts/commit/033787e)) +* [bitnami/tomcat] Release 6.3.17 updating components versions ([033787e](https://github.com/bitnami/charts/commit/033787e25299036444eaaeaad39115f88b6feb00)) ## 6.3.16 (2020-09-08) -* [bitnami/metrics-server] Add source repo (#3577) ([1ed12f9](https://github.com/bitnami/charts/commit/1ed12f9)), closes [#3577](https://github.com/bitnami/charts/issues/3577) -* [bitnami/tomcat] Release 6.3.16 updating components versions ([4edc063](https://github.com/bitnami/charts/commit/4edc063)) +* [bitnami/metrics-server] Add source repo (#3577) ([1ed12f9](https://github.com/bitnami/charts/commit/1ed12f96af75322b46afdb2b3d9907c11b13f765)), closes [#3577](https://github.com/bitnami/charts/issues/3577) +* [bitnami/tomcat] Release 6.3.16 updating components versions ([4edc063](https://github.com/bitnami/charts/commit/4edc063986e4eb33a1ad9f292f0cf9a968724de5)) ## 6.3.15 (2020-08-26) -* [bitnami/tomcat] Release 6.3.15 updating components versions ([d43d231](https://github.com/bitnami/charts/commit/d43d231)) +* [bitnami/tomcat] Release 6.3.15 updating components versions ([d43d231](https://github.com/bitnami/charts/commit/d43d2315f304542b47b34dc0666cdc0d247ef40b)) ## 6.3.14 (2020-08-04) -* [bitnami/tomcat] Release 6.3.14 updating components versions ([330f9a6](https://github.com/bitnami/charts/commit/330f9a6)) +* [bitnami/tomcat] Release 6.3.14 updating components versions ([330f9a6](https://github.com/bitnami/charts/commit/330f9a68e16554b052af500df34b4fc561660be7)) ## 6.3.13 (2020-07-31) -* [bitnami/*] Fix TL;DR typo in READMEs (#3280) ([3d7ab40](https://github.com/bitnami/charts/commit/3d7ab40)), closes [#3280](https://github.com/bitnami/charts/issues/3280) -* [bitnami/all] Add categories (#3075) ([63bde06](https://github.com/bitnami/charts/commit/63bde06)), closes [#3075](https://github.com/bitnami/charts/issues/3075) -* [bitnami/tomcat] Release 6.3.13 updating components versions ([22de9cb](https://github.com/bitnami/charts/commit/22de9cb)) +* [bitnami/*] Fix TL;DR typo in READMEs (#3280) ([3d7ab40](https://github.com/bitnami/charts/commit/3d7ab406fecd64f1af25f53e7d27f03ec95b29a4)), closes [#3280](https://github.com/bitnami/charts/issues/3280) +* [bitnami/all] Add categories (#3075) ([63bde06](https://github.com/bitnami/charts/commit/63bde066b87a140fab52264d0522401ab3d63509)), closes [#3075](https://github.com/bitnami/charts/issues/3075) +* [bitnami/tomcat] Release 6.3.13 updating components versions ([22de9cb](https://github.com/bitnami/charts/commit/22de9cbe171856c07a89a1f90c41feb8d6e9ae01)) ## 6.3.12 (2020-07-07) -* [bitnami/tomcat] Release 6.3.12 updating components versions ([9be3481](https://github.com/bitnami/charts/commit/9be3481)) +* [bitnami/tomcat] Release 6.3.12 updating components versions ([9be3481](https://github.com/bitnami/charts/commit/9be3481dc3519e90e456860751b4d517c67ea4fa)) ## 6.3.11 (2020-06-23) -* [bitnami/tomcat] Release 6.3.11 updating components versions ([55b3785](https://github.com/bitnami/charts/commit/55b3785)) +* [bitnami/tomcat] Release 6.3.11 updating components versions ([55b3785](https://github.com/bitnami/charts/commit/55b378584d3f36658aad0234fd0f6a746d22352d)) ## 6.3.10 (2020-06-10) -* [bitnami/several] Add instructions about how to use different branches (#2785) ([c315cb0](https://github.com/bitnami/charts/commit/c315cb0)), closes [#2785](https://github.com/bitnami/charts/issues/2785) -* [bitnami/tomcat] Release 6.3.10 updating components versions ([b4145a5](https://github.com/bitnami/charts/commit/b4145a5)) +* [bitnami/several] Add instructions about how to use different branches (#2785) ([c315cb0](https://github.com/bitnami/charts/commit/c315cb078a4cef97ff53cf2066b34add3f2926ba)), closes [#2785](https://github.com/bitnami/charts/issues/2785) +* [bitnami/tomcat] Release 6.3.10 updating components versions ([b4145a5](https://github.com/bitnami/charts/commit/b4145a545a987189cd8e6852e7f416c22b5f23fe)) ## 6.3.9 (2020-06-08) -* [bitnami/tomcat] Release 6.3.9 updating components versions ([9ff95b6](https://github.com/bitnami/charts/commit/9ff95b6)) +* [bitnami/tomcat] Release 6.3.9 updating components versions ([9ff95b6](https://github.com/bitnami/charts/commit/9ff95b69c92471e52d084f60133c174dc3bbc016)) ## 6.3.8 (2020-06-05) -* [bitnami/tomcat] Release 6.3.8 updating components versions ([dbda185](https://github.com/bitnami/charts/commit/dbda185)) -* Add support for helm lint and helm install in PRs via GH Actions (#2721) ([5ed97f0](https://github.com/bitnami/charts/commit/5ed97f0)), closes [#2721](https://github.com/bitnami/charts/issues/2721) +* [bitnami/tomcat] Release 6.3.8 updating components versions ([dbda185](https://github.com/bitnami/charts/commit/dbda185f199a07386d6a65c6bedbfeb00476d218)) +* Add support for helm lint and helm install in PRs via GH Actions (#2721) ([5ed97f0](https://github.com/bitnami/charts/commit/5ed97f0c1ab49e7c7c3af81b888f41f50a7cfbab)), closes [#2721](https://github.com/bitnami/charts/issues/2721) ## 6.3.7 (2020-05-20) -* [bitnami/tomcat] Release 6.3.7 updating components versions ([055ca1e](https://github.com/bitnami/charts/commit/055ca1e)) -* update bitnami/common to be compatible with helm v2.12+ (#2615) ([c7751eb](https://github.com/bitnami/charts/commit/c7751eb)), closes [#2615](https://github.com/bitnami/charts/issues/2615) +* [bitnami/tomcat] Release 6.3.7 updating components versions ([055ca1e](https://github.com/bitnami/charts/commit/055ca1e37d0ee5dbc72d9dd373aa032259aade99)) +* update bitnami/common to be compatible with helm v2.12+ (#2615) ([c7751eb](https://github.com/bitnami/charts/commit/c7751eb5764e468e1854b58a1b8491d2b13e0a4a)), closes [#2615](https://github.com/bitnami/charts/issues/2615) ## 6.3.6 (2020-04-30) -* [bitnami/tomcat] Release 6.3.6 updating components versions ([09a3e0e](https://github.com/bitnami/charts/commit/09a3e0e)) +* [bitnami/tomcat] Release 6.3.6 updating components versions ([09a3e0e](https://github.com/bitnami/charts/commit/09a3e0e5b7dc087534176e1adf3266eb1e63e757)) ## 6.3.5 (2020-04-22) -* [bitnami/tomcat] Release 6.3.5 updating components versions ([da1e075](https://github.com/bitnami/charts/commit/da1e075)) +* [bitnami/tomcat] Release 6.3.5 updating components versions ([da1e075](https://github.com/bitnami/charts/commit/da1e075877a4f997d87905c9c56e7b6741fc492a)) ## 6.3.4 (2020-04-16) -* [bitnami/tomcat] Release 6.3.4 updating components versions ([df94e5c](https://github.com/bitnami/charts/commit/df94e5c)) +* [bitnami/tomcat] Release 6.3.4 updating components versions ([df94e5c](https://github.com/bitnami/charts/commit/df94e5c960cf36699e08189e0d83f19c17a6b0b4)) ## 6.3.3 (2020-04-09) -* [bitnami/tomcat] Release 6.3.3 updating components versions ([5474884](https://github.com/bitnami/charts/commit/5474884)) +* [bitnami/tomcat] Release 6.3.3 updating components versions ([5474884](https://github.com/bitnami/charts/commit/5474884612053d3bf30d02e2eeb15b1e2397dda7)) ## 6.3.2 (2020-04-06) -* [bitnami/tomcat] Release 6.3.2 updating components versions ([16e4f8f](https://github.com/bitnami/charts/commit/16e4f8f)) +* [bitnami/tomcat] Release 6.3.2 updating components versions ([16e4f8f](https://github.com/bitnami/charts/commit/16e4f8f678f875f6d83902f4bd6fc66a1b69403d)) ## 6.3.1 (2020-03-26) -* [bitnami/tomcat] Release 6.3.1 updating components versions ([d88a99f](https://github.com/bitnami/charts/commit/d88a99f)) +* [bitnami/tomcat] Release 6.3.1 updating components versions ([d88a99f](https://github.com/bitnami/charts/commit/d88a99f7348ab115bdac69403369a05c36a911e6)) ## 6.3.0 (2020-03-26) -* [bitnami/tomcat] Allow setting existing PVCs (#2130) ([a4573d8](https://github.com/bitnami/charts/commit/a4573d8)), closes [#2130](https://github.com/bitnami/charts/issues/2130) +* [bitnami/tomcat] Allow setting existing PVCs (#2130) ([a4573d8](https://github.com/bitnami/charts/commit/a4573d871f2841a62f7d6ba22d05e22815d5ec5e)), closes [#2130](https://github.com/bitnami/charts/issues/2130) ## 6.2.10 (2020-03-26) -* [bitnami/tomcat] Release 6.2.10 updating components versions ([246c4ea](https://github.com/bitnami/charts/commit/246c4ea)) +* [bitnami/tomcat] Release 6.2.10 updating components versions ([246c4ea](https://github.com/bitnami/charts/commit/246c4ea9f7bf2e5919085a25c58496f10db5ff72)) ## 6.2.9 (2020-03-24) -* [bitnami/tomcat] Release 6.2.9 updating components versions ([20206c2](https://github.com/bitnami/charts/commit/20206c2)) +* [bitnami/tomcat] Release 6.2.9 updating components versions ([20206c2](https://github.com/bitnami/charts/commit/20206c2a70bf39df1a791c0a7944dd67f0ff0a4e)) ## 6.2.8 (2020-03-20) -* [bitnami/tomcat] Release 6.2.8 updating components versions ([47152eb](https://github.com/bitnami/charts/commit/47152eb)) +* [bitnami/tomcat] Release 6.2.8 updating components versions ([47152eb](https://github.com/bitnami/charts/commit/47152ebb3bbac109e4549311357d3b2be15a5e93)) ## 6.2.7 (2020-03-17) -* [bitnami/tomcat] Release 6.2.7 updating components versions ([92f250b](https://github.com/bitnami/charts/commit/92f250b)) +* [bitnami/tomcat] Release 6.2.7 updating components versions ([92f250b](https://github.com/bitnami/charts/commit/92f250b40a53f3a45bc7b99ec0f194f0d127b908)) ## 6.2.6 (2020-03-12) -* [bitnami/tomcat] Release 6.2.6 updating components versions ([c064167](https://github.com/bitnami/charts/commit/c064167)) +* [bitnami/tomcat] Release 6.2.6 updating components versions ([c064167](https://github.com/bitnami/charts/commit/c064167fc7fe76f9721565d1ca260b3ac4942aba)) ## 6.2.5 (2020-03-11) -* Move charts from upstreamed folder to bitnami (#2032) ([a0e44f7](https://github.com/bitnami/charts/commit/a0e44f7)), closes [#2032](https://github.com/bitnami/charts/issues/2032) +* Move charts from upstreamed folder to bitnami (#2032) ([a0e44f7](https://github.com/bitnami/charts/commit/a0e44f7d6a10b8b5643186130ea420887cb72c7c)), closes [#2032](https://github.com/bitnami/charts/issues/2032) ## 6.2.4 (2020-02-26) -* [bitnami/tomcat] Release 6.2.4 updating components versions ([4c1e070](https://github.com/bitnami/charts/commit/4c1e070)) +* [bitnami/tomcat] Release 6.2.4 updating components versions ([4c1e070](https://github.com/bitnami/charts/commit/4c1e0703577b4de19259cc960be5bd219abfdd43)) ## 6.2.3 (2020-02-12) -* [bitnami/tomcat] Release 6.2.3 updating components versions ([57cc37c](https://github.com/bitnami/charts/commit/57cc37c)) +* [bitnami/tomcat] Release 6.2.3 updating components versions ([57cc37c](https://github.com/bitnami/charts/commit/57cc37c61fc7806a13129ede76ac1d3b2a949d79)) ## 6.2.2 (2020-02-11) -* [bitnami/tomcat,wildfly,consul] Fix upgrade repo ([3d3fdbe](https://github.com/bitnami/charts/commit/3d3fdbe)) +* [bitnami/tomcat,wildfly,consul] Fix upgrade repo ([3d3fdbe](https://github.com/bitnami/charts/commit/3d3fdbea9e18ffd3c138ccf577d69b2972416945)) ## 6.2.1 (2020-02-11) -* [bitnami/several] Adapt READMEs and helpers to Helm 3 (#1911) ([40ee57c](https://github.com/bitnami/charts/commit/40ee57c)), closes [#1911](https://github.com/bitnami/charts/issues/1911) +* [bitnami/several] Adapt READMEs and helpers to Helm 3 (#1911) ([40ee57c](https://github.com/bitnami/charts/commit/40ee57cf5164717357e1627b55bf25f59c40fbd1)), closes [#1911](https://github.com/bitnami/charts/issues/1911) ## 6.2.0 (2020-02-11) -* [bitnami/tomcat] adds `updateStrategy` chart parameter (#1907) ([585179b](https://github.com/bitnami/charts/commit/585179b)), closes [#1907](https://github.com/bitnami/charts/issues/1907) +* [bitnami/tomcat] adds `updateStrategy` chart parameter (#1907) ([585179b](https://github.com/bitnami/charts/commit/585179bb3f3dd8299f05227a10f45000d5164556)), closes [#1907](https://github.com/bitnami/charts/issues/1907) ## 6.1.6 (2020-02-10) -* [bitnami/several] Replace stretch by buster in minideb secondary containers (#1900) ([678febc](https://github.com/bitnami/charts/commit/678febc)), closes [#1900](https://github.com/bitnami/charts/issues/1900) +* [bitnami/several] Replace stretch by buster in minideb secondary containers (#1900) ([678febc](https://github.com/bitnami/charts/commit/678febc237594606f2505ba98c651a8ab8f484ab)), closes [#1900](https://github.com/bitnami/charts/issues/1900) ## 6.1.5 (2020-01-23) -* [bitnami/tomcat] Release 6.1.5 updating components versions ([b564fac](https://github.com/bitnami/charts/commit/b564fac)) +* [bitnami/tomcat] Release 6.1.5 updating components versions ([b564fac](https://github.com/bitnami/charts/commit/b564fac3c699cca263c03fe6c7c8b3911ab5046a)) ## 6.1.4 (2020-01-14) -* [bitnami/tomcat] Release 6.1.4 updating components versions ([dc6ab48](https://github.com/bitnami/charts/commit/dc6ab48)) +* [bitnami/tomcat] Release 6.1.4 updating components versions ([dc6ab48](https://github.com/bitnami/charts/commit/dc6ab4842cdbf1de35d3366d50817726961be64f)) ## 6.1.3 (2019-12-24) -* [bitnami/tomcat] Release 6.1.3 updating components versions ([0e87c18](https://github.com/bitnami/charts/commit/0e87c18)) +* [bitnami/tomcat] Release 6.1.3 updating components versions ([0e87c18](https://github.com/bitnami/charts/commit/0e87c180a1c5e88ef24f09fbb3490ecce3ff60a4)) ## 6.1.2 (2019-12-13) -* [bitnami/tomcat] Release 6.1.2 updating components versions ([53f3316](https://github.com/bitnami/charts/commit/53f3316)) +* [bitnami/tomcat] Release 6.1.2 updating components versions ([53f3316](https://github.com/bitnami/charts/commit/53f3316dda828ab63908e0953817dcb155e4bb37)) ## 6.1.1 (2019-12-12) -* [bitnami/tocat] Fix tplValue macro ([146093d](https://github.com/bitnami/charts/commit/146093d)) -* [bitnami/tomcat] Update components versions ([1fc0d7d](https://github.com/bitnami/charts/commit/1fc0d7d)) +* [bitnami/tocat] Fix tplValue macro ([146093d](https://github.com/bitnami/charts/commit/146093d97fce84b145803e9dd93a4e3445f0b5d9)) +* [bitnami/tomcat] Update components versions ([1fc0d7d](https://github.com/bitnami/charts/commit/1fc0d7dfd521af892c0529f609d3fd654c966997)) ## 6.1.0 (2019-11-28) -* [bitnami/tomcat] Lint chart + standardisation ([ecd81cf](https://github.com/bitnami/charts/commit/ecd81cf)) +* [bitnami/tomcat] Lint chart + standardisation ([ecd81cf](https://github.com/bitnami/charts/commit/ecd81cf92640ec566a6fb008ef149279c607e149)) ## 6.0.6 (2019-11-22) -* [bitnami/tomcat] Release 6.0.6 updating components versions ([68d859e](https://github.com/bitnami/charts/commit/68d859e)) +* [bitnami/tomcat] Release 6.0.6 updating components versions ([68d859e](https://github.com/bitnami/charts/commit/68d859e4598759286b8b943488c28296b63fb832)) ## 6.0.5 (2019-11-18) -* [bitnami/tomcat] Release 6.0.5 updating components versions ([a057767](https://github.com/bitnami/charts/commit/a057767)) +* [bitnami/tomcat] Release 6.0.5 updating components versions ([a057767](https://github.com/bitnami/charts/commit/a05776700255d963de0535531c97ee1436253731)) ## 6.0.4 (2019-10-24) -* Fix links because of section renaming ([8e6fa3b](https://github.com/bitnami/charts/commit/8e6fa3b)) +* Fix links because of section renaming ([8e6fa3b](https://github.com/bitnami/charts/commit/8e6fa3bf7e3198954b6af507cf143fd4870c1c33)) ## 6.0.3 (2019-10-23) -* Adapt README in charts (III) ([98eadc4](https://github.com/bitnami/charts/commit/98eadc4)) +* Adapt README in charts (III) ([98eadc4](https://github.com/bitnami/charts/commit/98eadc4fd0578e60f966a66c12d531d722ec6435)) ## 5.0.2 (2019-10-15) -* [bitnami/tomcat] Update prerequisites ([c107254](https://github.com/bitnami/charts/commit/c107254)) +* [bitnami/tomcat] Update prerequisites ([c107254](https://github.com/bitnami/charts/commit/c107254ea30a5bcd1eeed0acbfc2e563170d51b7ea30a5bcd1eeed0acbfc2e563170d51b7)) ## 6.0.1 (2019-10-16) -* [bitnami/tomcat] Release 6.0.1 updating components versions ([af3bbd5](https://github.com/bitnami/charts/commit/af3bbd5)) +* [bitnami/tomcat] Release 6.0.1 updating components versions ([af3bbd5](https://github.com/bitnami/charts/commit/af3bbd5ea2694a2ced1981b44402c444e1e37307)) ## 6.0.0 (2019-10-16) -* Update Ingress configuration for Tomcat ([42d47ba](https://github.com/bitnami/charts/commit/42d47ba)) +* Update Ingress configuration for Tomcat ([42d47ba](https://github.com/bitnami/charts/commit/42d47bab1be403a8a91a950392b926c9bd633fe1)) ## 5.0.2 (2019-10-15) -* [bitnami/tomcat] Update prerequisites ([c107254](https://github.com/bitnami/charts/commit/c107254)) +* [bitnami/tomcat] Update prerequisites ([c107254](https://github.com/bitnami/charts/commit/c107254ea30a5bcd1eeed0acbfc2e563170d51b7ea30a5bcd1eeed0acbfc2e563170d51b7)) ## 5.0.1 (2019-10-03) -* [bitnami/*] Fix broken links to NGINX Ingress Annotations docs ([42a2f47](https://github.com/bitnami/charts/commit/42a2f47)) +* [bitnami/*] Fix broken links to NGINX Ingress Annotations docs ([42a2f47](https://github.com/bitnami/charts/commit/42a2f476bdc0f4960ad15d9a8e2fca8cef684b8f)) ## 5.0.0 (2019-09-25) -* Remove empty line ([0f940cb](https://github.com/bitnami/charts/commit/0f940cb)) -* Update version due container update ([c4e86c4](https://github.com/bitnami/charts/commit/c4e86c4)) +* Remove empty line ([0f940cb](https://github.com/bitnami/charts/commit/0f940cb76e7d24903b61438cdb84b18686850b53)) +* Update version due container update ([c4e86c4](https://github.com/bitnami/charts/commit/c4e86c47715c76dc41bd0990a6ce2f2b71c520d1)) ## 4.4.3 (2019-09-25) -* Bumps version due to container major changes ([215dea8](https://github.com/bitnami/charts/commit/215dea8)) -* Revert tomcat container version ([dcc728a](https://github.com/bitnami/charts/commit/dcc728a)) +* Bumps version due to container major changes ([215dea8](https://github.com/bitnami/charts/commit/215dea85ba67324fb5051bbbc5da914bb5a6af7d)) +* Revert tomcat container version ([dcc728a](https://github.com/bitnami/charts/commit/dcc728ab80a2d0b2596cdd19f1897edb452211f7)) ## 4.4.2 (2019-09-24) -* [bitnami/tomcat] Release 4.4.2 updating components versions ([35f52d5](https://github.com/bitnami/charts/commit/35f52d5)) +* [bitnami/tomcat] Release 4.4.2 updating components versions ([35f52d5](https://github.com/bitnami/charts/commit/35f52d5b30bb1b0c71edd44e928b1b5f42b947de)) ## 4.4.1 (2019-09-20) -* [bitnami/*] Update apiVersion on sts, deployments, daemonsets and podsecuritypolicies ([4dfac07](https://github.com/bitnami/charts/commit/4dfac07)) +* [bitnami/*] Update apiVersion on sts, deployments, daemonsets and podsecuritypolicies ([4dfac07](https://github.com/bitnami/charts/commit/4dfac075aacf74405e31ae5b27df4369e84eb0b0)) ## 4.4.0 (2019-09-04) -* Bump minor version ([10f1738](https://github.com/bitnami/charts/commit/10f1738)) +* Bump minor version ([10f1738](https://github.com/bitnami/charts/commit/10f173888cd7001e8e7b857b30d80fd58de48b48)) ## 4.3.5 (2019-09-04) -* Add affinity to tomcat ([c7f1e41](https://github.com/bitnami/charts/commit/c7f1e41)) +* Add affinity to tomcat ([c7f1e41](https://github.com/bitnami/charts/commit/c7f1e41753f883f7cf9a2947e730c94924938c75)) ## 4.3.4 (2019-09-02) -* [bitnami/tomcat] Release 4.3.4 updating components versions ([c4e87be](https://github.com/bitnami/charts/commit/c4e87be)) -* Use stretch instead of buster to be consistent ([decd85f](https://github.com/bitnami/charts/commit/decd85f)) +* [bitnami/tomcat] Release 4.3.4 updating components versions ([c4e87be](https://github.com/bitnami/charts/commit/c4e87be2f9da73188818ab267bc0de18be3a0375)) +* Use stretch instead of buster to be consistent ([decd85f](https://github.com/bitnami/charts/commit/decd85ff9ee57beb656648918b1197b6d8b9d5af)) ## 4.3.3 (2019-08-30) -* [bitnami/*] Use buster instead of latest as minideb tag and adapt sysctl ([921e811](https://github.com/bitnami/charts/commit/921e811)) +* [bitnami/*] Use buster instead of latest as minideb tag and adapt sysctl ([921e811](https://github.com/bitnami/charts/commit/921e81153c755c5e06b86fbc54841c115f6e10bb)) ## 4.3.2 (2019-08-22) -* [bitnami/*] Fix 'storageClass' macros ([f41c193](https://github.com/bitnami/charts/commit/f41c193)) +* [bitnami/*] Fix 'storageClass' macros ([f41c193](https://github.com/bitnami/charts/commit/f41c19310b0aba01be37217e530b678ae30a560f)) ## 4.3.1 (2019-08-21) -* Refactor StorageClass template to support old Helm versions ([1d7f3df](https://github.com/bitnami/charts/commit/1d7f3df)) +* Refactor StorageClass template to support old Helm versions ([1d7f3df](https://github.com/bitnami/charts/commit/1d7f3df1250d8f3ba7b17add67de6515dd93f1e7)) ## 4.3.0 (2019-08-20) -* Add global variable to set the storage class to all of the Hekm Charts ([cdb4bdc](https://github.com/bitnami/charts/commit/cdb4bdc)) -* Delete global storageClass when the chart has not dependencies and delete template for storageClass ([2b5302c](https://github.com/bitnami/charts/commit/2b5302c)) -* Refactor storageClassTemplate ([1872215](https://github.com/bitnami/charts/commit/1872215)) -* Update charts versions ([9459dbb](https://github.com/bitnami/charts/commit/9459dbb)) +* Add global variable to set the storage class to all of the Hekm Charts ([cdb4bdc](https://github.com/bitnami/charts/commit/cdb4bdceda07e03f3902ec2796eab54d2c6f1650)) +* Delete global storageClass when the chart has not dependencies and delete template for storageClass ([2b5302c](https://github.com/bitnami/charts/commit/2b5302cf7c5053ba4a51fe21fb7fee16d2866a18)) +* Refactor storageClassTemplate ([1872215](https://github.com/bitnami/charts/commit/1872215effe0a6ff672537387684c8a97fb3093c)) +* Update charts versions ([9459dbb](https://github.com/bitnami/charts/commit/9459dbbf98c5572f0b92cd3eef8e12ec83a48397)) ## 4.2.2 (2019-08-19) -* [bitnami/tomcat] Release 4.2.2 updating components versions ([92c0ac0](https://github.com/bitnami/charts/commit/92c0ac0)) +* [bitnami/tomcat] Release 4.2.2 updating components versions ([92c0ac0](https://github.com/bitnami/charts/commit/92c0ac0099dfdb03e8a24b7eb99627971e140d9f)) ## 4.2.1 (2019-08-13) -* [bitnami/tomcat] Update components versions ([67be321](https://github.com/bitnami/charts/commit/67be321)) -* Add ingress controller to Tomcat ([ccb2f70](https://github.com/bitnami/charts/commit/ccb2f70)) -* Update README.md ([9f90f52](https://github.com/bitnami/charts/commit/9f90f52)) -* Updated version numbers ([aa0294b](https://github.com/bitnami/charts/commit/aa0294b)) +* [bitnami/tomcat] Update components versions ([67be321](https://github.com/bitnami/charts/commit/67be321a2e2d482a8e8ad5f2e9da9b2877b5e92d)) +* Add ingress controller to Tomcat ([ccb2f70](https://github.com/bitnami/charts/commit/ccb2f70998072c5cd30184334e6f755c46847d78)) +* Update README.md ([9f90f52](https://github.com/bitnami/charts/commit/9f90f52c599b7bcac3eb523d3d7e0160cb2052ce)) +* Updated version numbers ([aa0294b](https://github.com/bitnami/charts/commit/aa0294b246340ed44d76f8cac59338ee685fab5e)) ## 4.2.0 (2019-07-25) -* Add ingress controller to Tomcat ([da5502b](https://github.com/bitnami/charts/commit/da5502b)) -* Fix indentation ([c699e9f](https://github.com/bitnami/charts/commit/c699e9f)) +* Add ingress controller to Tomcat ([da5502b](https://github.com/bitnami/charts/commit/da5502b22adfc3ac1ef7af1342c7c88b63c5d277)) +* Fix indentation ([c699e9f](https://github.com/bitnami/charts/commit/c699e9f2aed150351c8a7b21717b5a959ef2d2e3)) ## 4.1.0 (2019-07-22) -* Change tomcat ([cbc2d88](https://github.com/bitnami/charts/commit/cbc2d88)) +* Change tomcat ([cbc2d88](https://github.com/bitnami/charts/commit/cbc2d88dcfdd00eb1b6dae4f9a5e972cdda5c136)) ## 4.0.0 (2019-07-17) -* Implement again #1283 changes but bumping the major version ([1ce079c](https://github.com/bitnami/charts/commit/1ce079c)), closes [#1283](https://github.com/bitnami/charts/issues/1283) +* Implement again #1283 changes but bumping the major version ([1ce079c](https://github.com/bitnami/charts/commit/1ce079c789a6c0f5174094af3ea6fb67b6c926fd)), closes [#1283](https://github.com/bitnami/charts/issues/1283) ## 3.0.10 (2019-07-17) -* Revert pull request #1283 ([8e5940a](https://github.com/bitnami/charts/commit/8e5940a)), closes [#1283](https://github.com/bitnami/charts/issues/1283) -* Undo breaking changes on labels ([ae05c77](https://github.com/bitnami/charts/commit/ae05c77)) +* Revert pull request #1283 ([8e5940a](https://github.com/bitnami/charts/commit/8e5940a9260dc722ae1a630a6b6e21df2502323f)), closes [#1283](https://github.com/bitnami/charts/issues/1283) +* Undo breaking changes on labels ([ae05c77](https://github.com/bitnami/charts/commit/ae05c77bb51130567c1b02f306482b411a587563)) ## 3.0.9 (2019-07-11) -* Standardize component.name & component.fullname functions ([775948e](https://github.com/bitnami/charts/commit/775948e)) +* Standardize component.name & component.fullname functions ([775948e](https://github.com/bitnami/charts/commit/775948eb27ccc5599262002b71f4982cc2b2dc8d)) ## 3.0.8 (2019-07-10) -* [bitnami/tomcat] Release 3.0.8 updating components versions ([86882e5](https://github.com/bitnami/charts/commit/86882e5)) +* [bitnami/tomcat] Release 3.0.8 updating components versions ([86882e5](https://github.com/bitnami/charts/commit/86882e5aaee5da92db8e1e0938a96949fdbeadfa)) ## 3.0.7 (2019-07-01) -* [bitnami/tomcat] Release 3.0.7 updating components versions ([fb0e504](https://github.com/bitnami/charts/commit/fb0e504)) +* [bitnami/tomcat] Release 3.0.7 updating components versions ([fb0e504](https://github.com/bitnami/charts/commit/fb0e5049562a13808e25a2f38d2412115645ca01)) ## 3.0.6 (2019-06-10) -* bitnami/tomcat: update to 9.0.21 ([1adb146](https://github.com/bitnami/charts/commit/1adb146)) +* bitnami/tomcat: update to 9.0.21 ([1adb146](https://github.com/bitnami/charts/commit/1adb1468b07cdd8a55788050527a4a50af3089e2)) ## 3.0.5 (2019-06-10) -* Changes in README ([7ac4ec0](https://github.com/bitnami/charts/commit/7ac4ec0)) +* Changes in README ([7ac4ec0](https://github.com/bitnami/charts/commit/7ac4ec09a0113aae7d39173f52fb11c55f27cde5)) ## 3.0.4 (2019-06-10) -* bitnami/tomcat: update to 9.0.20 ([4d5be42](https://github.com/bitnami/charts/commit/4d5be42)) +* bitnami/tomcat: update to 9.0.20 ([4d5be42](https://github.com/bitnami/charts/commit/4d5be421db6ac5d67c09b1e1e6e73648058ba831)) ## 3.0.3 (2019-05-29) -* Change syntax because of linter failing ([adfc357](https://github.com/bitnami/charts/commit/adfc357)) -* Fix https://github.com/helm/charts/pull/14199\#issuecomment-496883321 and support _sha256_ as an imm ([95957ea](https://github.com/bitnami/charts/commit/95957ea)), closes [#issuecomment-496883321](https://github.com/bitnami/charts/issues/issuecomment-496883321) -* Use immutable tags in the main images ([17ca4f5](https://github.com/bitnami/charts/commit/17ca4f5)) +* Change syntax because of linter failing ([adfc357](https://github.com/bitnami/charts/commit/adfc35728c2a8a9def9e1897b3772d64df621354)) +* Fix https://github.com/helm/charts/pull/14199\#issuecomment-496883321 and support _sha256_ as an imm ([95957ea](https://github.com/bitnami/charts/commit/95957ea6430f28ec3593053afb0bfccb75703c79)), closes [#issuecomment-496883321](https://github.com/bitnami/charts/issues/issuecomment-496883321) +* Use immutable tags in the main images ([17ca4f5](https://github.com/bitnami/charts/commit/17ca4f5c91da33da03f9e2d411fe5e004e825c4d)) ## 3.0.2 (2019-05-28) -* Prepare immutable tags ([f9093c1](https://github.com/bitnami/charts/commit/f9093c1)) +* Prepare immutable tags ([f9093c1](https://github.com/bitnami/charts/commit/f9093c1aaa9cde25a042c3d62f7873385447cbf7)) ## 3.0.1 (2019-05-14) -* bitnami/tomcat: update to 9.0.20 ([ffd5ba6](https://github.com/bitnami/charts/commit/ffd5ba6)) +* bitnami/tomcat: update to 9.0.20 ([ffd5ba6](https://github.com/bitnami/charts/commit/ffd5ba69d82835f778d878735dd9d4fbc652ee8d)) ## 3.0.0 (2019-05-13) -* [bitnami/tomcat] Update chart to Tomcat 9.0 ([7d7dbb2](https://github.com/bitnami/charts/commit/7d7dbb2)) +* [bitnami/tomcat] Update chart to Tomcat 9.0 ([7d7dbb2](https://github.com/bitnami/charts/commit/7d7dbb26f00c9af082acb7d4725ac6ae09787543)) ## 2.2.2 (2019-04-14) -* bitnami/tomcat: update to 8.5.40 ([3c1c7b5](https://github.com/bitnami/charts/commit/3c1c7b5)) +* bitnami/tomcat: update to 8.5.40 ([3c1c7b5](https://github.com/bitnami/charts/commit/3c1c7b5008ed3bfefe9510e712c5b8c6569d8bd2)) ## 2.2.1 (2019-03-26) -* bitnami/tomcat: update to 8.5.39 ([ca4ffdd](https://github.com/bitnami/charts/commit/ca4ffdd)) -* Fix typo ([60408b9](https://github.com/bitnami/charts/commit/60408b9)) -* Fix typo in helpers ([7ad303e](https://github.com/bitnami/charts/commit/7ad303e)) -* Remove unnecessary metrics conditions ([ad58c07](https://github.com/bitnami/charts/commit/ad58c07)) +* bitnami/tomcat: update to 8.5.39 ([ca4ffdd](https://github.com/bitnami/charts/commit/ca4ffdd9accbdb4be32b2e7e703ae9c4fdf69c49)) +* Fix typo ([60408b9](https://github.com/bitnami/charts/commit/60408b90a09f4f511a4406ee14702067c523dcb1)) +* Fix typo in helpers ([7ad303e](https://github.com/bitnami/charts/commit/7ad303e102aed989d5c164e9f7b60c74afe520b8)) +* Remove unnecessary metrics conditions ([ad58c07](https://github.com/bitnami/charts/commit/ad58c07cda3ffadc0c3805202b6daa5eb0701ed3)) ## 2.2.0 (2019-03-11) -* [bitnami/tomcat] Add global imagePullSecrets to overwrite any other existing one ([d53e152](https://github.com/bitnami/charts/commit/d53e152)) +* [bitnami/tomcat] Add global imagePullSecrets to overwrite any other existing one ([d53e152](https://github.com/bitnami/charts/commit/d53e1520f1f42b01c3bceaa1f462e20bf1e1f82d)) ## 2.1.5 (2019-02-27) -* Add appiVersion to Chart.yaml ([08704a5](https://github.com/bitnami/charts/commit/08704a5)) +* Add appiVersion to Chart.yaml ([08704a5](https://github.com/bitnami/charts/commit/08704a55fa287f8da2e680344163b65863959329)) ## 2.1.4 (2019-02-21) -* Update Chart.yaml ([c69d536](https://github.com/bitnami/charts/commit/c69d536)) -* Update README.md ([30888a6](https://github.com/bitnami/charts/commit/30888a6)) +* Update Chart.yaml ([c69d536](https://github.com/bitnami/charts/commit/c69d536842b24450578869e978b210fa31188ea9)) +* Update README.md ([30888a6](https://github.com/bitnami/charts/commit/30888a6bf7469391a2c450f95c86ff20fe5a70d7)) ## 2.1.3 (2019-02-11) -* bitnami/tomcat: update to 8.5.38 ([e0b5fa9](https://github.com/bitnami/charts/commit/e0b5fa9)) +* bitnami/tomcat: update to 8.5.38 ([e0b5fa9](https://github.com/bitnami/charts/commit/e0b5fa969e6357295ad023e620dcdf1b2b9639aa)) ## 2.1.2 (2019-01-25) -* Document the correct format for pullSecrets in READMEs ([9a2cf81](https://github.com/bitnami/charts/commit/9a2cf81)) +* Document the correct format for pullSecrets in READMEs ([9a2cf81](https://github.com/bitnami/charts/commit/9a2cf81399905b7b3190bbc35a8d554f94014ce8)) ## 2.1.1 (2018-12-20) -* tomcat: bump chart appVersion to `8.5.37` ([93db0ae](https://github.com/bitnami/charts/commit/93db0ae)) -* tomcat: bump chart version to `2.1.1` ([781e59a](https://github.com/bitnami/charts/commit/781e59a)) -* tomcat: update to `8.5.37` ([32f33bd](https://github.com/bitnami/charts/commit/32f33bd)) -* Add instructions to upgrade ([125713a](https://github.com/bitnami/charts/commit/125713a)) -* Update Revision ([af5458d](https://github.com/bitnami/charts/commit/af5458d)) +* tomcat: bump chart appVersion to `8.5.37` ([93db0ae](https://github.com/bitnami/charts/commit/93db0aee223434acce206d95870ca2601684b4b9)) +* tomcat: bump chart version to `2.1.1` ([781e59a](https://github.com/bitnami/charts/commit/781e59a062f8ea6e0d8f6fb1fd1dd3381cd7bccb)) +* tomcat: update to `8.5.37` ([32f33bd](https://github.com/bitnami/charts/commit/32f33bd18879a65cb17824796f99327b8f119b04)) +* Add instructions to upgrade ([125713a](https://github.com/bitnami/charts/commit/125713acd1ac6b294d4a0d77f773f8ff2e791df3)) +* Update Revision ([af5458d](https://github.com/bitnami/charts/commit/af5458d6f7a1c83275e557ef1762be3bf41227e1)) ## 2.1.0 (2018-12-11) -* [bitnami/tomcat] Adapt Chart to non-root container ([470a40d](https://github.com/bitnami/charts/commit/470a40d)) +* [bitnami/tomcat] Adapt Chart to non-root container ([470a40d](https://github.com/bitnami/charts/commit/470a40d08dd2a695ea7ebc74e016d2484eecfe1c)) ## 2.0.0 (2018-11-21) -* [bitnami/tomcat] Add service.port to values.yaml ([44f7b39](https://github.com/bitnami/charts/commit/44f7b39)) +* [bitnami/tomcat] Add service.port to values.yaml ([44f7b39](https://github.com/bitnami/charts/commit/44f7b394d60b81400b6f17c463bcb4adca6fe94d)) ## 1.1.2 (2018-11-09) -* tomcat: bump chart appVersion to `8.5.35` ([d3b547e](https://github.com/bitnami/charts/commit/d3b547e)) -* tomcat: bump chart version to `1.1.2` ([82420ba](https://github.com/bitnami/charts/commit/82420ba)) -* tomcat: update to `8.5.35` ([85f3201](https://github.com/bitnami/charts/commit/85f3201)) +* tomcat: bump chart appVersion to `8.5.35` ([d3b547e](https://github.com/bitnami/charts/commit/d3b547efaa63e2e69654891e52020cdce5c29ce1)) +* tomcat: bump chart version to `1.1.2` ([82420ba](https://github.com/bitnami/charts/commit/82420ba6e18212b81885e6a9cc17260f8c66375b)) +* tomcat: update to `8.5.35` ([85f3201](https://github.com/bitnami/charts/commit/85f320116bf9e946df23b16f6f988ae608f908ad)) ## 1.1.1 (2018-10-17) -* Apply some suggestions ([24706a6](https://github.com/bitnami/charts/commit/24706a6)) -* Bump versions ([0cfd3f4](https://github.com/bitnami/charts/commit/0cfd3f4)) -* Change logic to determine registry ([9ead294](https://github.com/bitnami/charts/commit/9ead294)) -* Check if global is set ([dec26e5](https://github.com/bitnami/charts/commit/dec26e5)) -* Fix typo ([93170ac](https://github.com/bitnami/charts/commit/93170ac)) -* Remove distro tags in charts ([427ac51](https://github.com/bitnami/charts/commit/427ac51)) -* Reword and update kafka dependencies ([be6cbed](https://github.com/bitnami/charts/commit/be6cbed)) +* Apply some suggestions ([24706a6](https://github.com/bitnami/charts/commit/24706a6163b75700c705f3021bb37790f95423c9)) +* Bump versions ([0cfd3f4](https://github.com/bitnami/charts/commit/0cfd3f421533a532c90438afa287bf46aa10413e)) +* Change logic to determine registry ([9ead294](https://github.com/bitnami/charts/commit/9ead294d5705f2646e8d3b70e14129d23c07bf8a)) +* Check if global is set ([dec26e5](https://github.com/bitnami/charts/commit/dec26e5d0b982905dde2a55fdf2285a7781a64cc)) +* Fix typo ([93170ac](https://github.com/bitnami/charts/commit/93170acc16e842e55aff7b7d944f7fbe025eee91)) +* Remove distro tags in charts ([427ac51](https://github.com/bitnami/charts/commit/427ac51cdf4de70f786563e1971a5d491d32ad54)) +* Reword and update kafka dependencies ([be6cbed](https://github.com/bitnami/charts/commit/be6cbedd27cea4c5c0e30ce70c9790c27ca1a0ec)) ## 1.1.0 (2018-10-11) -* Add global registry option to Bitnami charts ([395ba08](https://github.com/bitnami/charts/commit/395ba08)) +* Add global registry option to Bitnami charts ([395ba08](https://github.com/bitnami/charts/commit/395ba08e2bc14ef28a0cae1fada97ed6cf2e777d)) ## 1.0.2 (2018-10-05) -* Add ) ([728466a](https://github.com/bitnami/charts/commit/728466a)) -* Add kubeapps text to charts READMEs ([2f6dc51](https://github.com/bitnami/charts/commit/2f6dc51)) -* Fix go template inside go template ([a140313](https://github.com/bitnami/charts/commit/a140313)) +* Add ) ([728466a](https://github.com/bitnami/charts/commit/728466ac178560c67f2ede913140f50dc5136fd3)) +* Add kubeapps text to charts READMEs ([2f6dc51](https://github.com/bitnami/charts/commit/2f6dc51ce6307d57bd8c20e929da23dd2adf22d5)) +* Fix go template inside go template ([a140313](https://github.com/bitnami/charts/commit/a140313f4910d1366170415f0300729c22eda073)) ## 1.0.1 (2018-09-27) -* Improve getting LoadBalancer address in Bitnami charts NOTES.txt ([a641728](https://github.com/bitnami/charts/commit/a641728)) +* Improve getting LoadBalancer address in Bitnami charts NOTES.txt ([a641728](https://github.com/bitnami/charts/commit/a64172812af8b11fac23be2fe7a66b1edb14c71f)) ## 1.0.0 (2018-09-21) -* [bitnami/tomcat] Fix chart not being upgradable ([03a6294](https://github.com/bitnami/charts/commit/03a6294)) +* [bitnami/tomcat] Fix chart not being upgradable ([03a6294](https://github.com/bitnami/charts/commit/03a62949c062e5201dc384a7b1528f6093e8d522)) ## 0.4.33 (2018-09-11) -* tomcat: bump chart appVersion to `8.5.34` ([1ee2be4](https://github.com/bitnami/charts/commit/1ee2be4)) -* tomcat: bump chart version to `0.4.33` ([867062d](https://github.com/bitnami/charts/commit/867062d)) -* tomcat: update to `8.5.34-debian-9` ([19d6f87](https://github.com/bitnami/charts/commit/19d6f87)) +* tomcat: bump chart appVersion to `8.5.34` ([1ee2be4](https://github.com/bitnami/charts/commit/1ee2be43203a8b92355ff78681cf1ee3d0718814)) +* tomcat: bump chart version to `0.4.33` ([867062d](https://github.com/bitnami/charts/commit/867062ded416e615a3469fa77aeba3624d4dcb5a)) +* tomcat: update to `8.5.34-debian-9` ([19d6f87](https://github.com/bitnami/charts/commit/19d6f87d3946c3e202f2e0bed36130bc30ef1058)) ## 0.4.32 (2018-08-21) -* tomcat: bump chart appVersion to `8.5.33` ([31ea378](https://github.com/bitnami/charts/commit/31ea378)) -* tomcat: bump chart version to `0.4.32` ([aeffb86](https://github.com/bitnami/charts/commit/aeffb86)) -* tomcat: update to `8.5.33-debian-9` ([98ee082](https://github.com/bitnami/charts/commit/98ee082)) +* tomcat: bump chart appVersion to `8.5.33` ([31ea378](https://github.com/bitnami/charts/commit/31ea3788545826ecc200fbc0f1e27f34858fa4c3)) +* tomcat: bump chart version to `0.4.32` ([aeffb86](https://github.com/bitnami/charts/commit/aeffb861b07fb70dbe2c4682c73097490c02e5a9)) +* tomcat: update to `8.5.33-debian-9` ([98ee082](https://github.com/bitnami/charts/commit/98ee0828c905f5976835ff46308792cb0ffde95f)) ## 0.4.31 (2018-08-06) -* Improve notes to access deployed services ([0071eb5](https://github.com/bitnami/charts/commit/0071eb5)) +* Improve notes to access deployed services ([0071eb5](https://github.com/bitnami/charts/commit/0071eb5545f7774eeab9ea335c660df644ad3e4c)) ## 0.4.30 (2018-07-31) -* Bump versions ([776b4b2](https://github.com/bitnami/charts/commit/776b4b2)) -* Fix versions ([5698a75](https://github.com/bitnami/charts/commit/5698a75)) +* Bump versions ([776b4b2](https://github.com/bitnami/charts/commit/776b4b21e1fce5225e963441a8bc718b0db17e51)) +* Fix versions ([5698a75](https://github.com/bitnami/charts/commit/5698a751a85fe25ca1ebf940d4e33cacd68b956e)) ## 0.4.29 (2018-07-30) -* Add missing release and charts labels in pods ([dfd13a2](https://github.com/bitnami/charts/commit/dfd13a2)) +* Add missing release and charts labels in pods ([dfd13a2](https://github.com/bitnami/charts/commit/dfd13a2b76b83f558d9dbb1d942c66ecaa93c221)) ## 0.4.28 (2018-07-06) -* tomcat: bump chart appVersion to `8.5.32-debian-9` ([7ae6a14](https://github.com/bitnami/charts/commit/7ae6a14)) -* tomcat: bump chart version to `0.4.28` ([8203d9e](https://github.com/bitnami/charts/commit/8203d9e)) -* tomcat: update to `8.5.32-debian-9` ([5ea5345](https://github.com/bitnami/charts/commit/5ea5345)) +* tomcat: bump chart appVersion to `8.5.32-debian-9` ([7ae6a14](https://github.com/bitnami/charts/commit/7ae6a14b748328eb6d63e5a21f8c54ef0fe6c11d)) +* tomcat: bump chart version to `0.4.28` ([8203d9e](https://github.com/bitnami/charts/commit/8203d9e9986e1871218546e5df07473ee0c00983)) +* tomcat: update to `8.5.32-debian-9` ([5ea5345](https://github.com/bitnami/charts/commit/5ea53456832ad2484992540f542fc5dee72ffd9b)) ## 0.4.27 (2018-06-27) -* tomcat: bump chart appVersion to `8.5.32` ([c993c81](https://github.com/bitnami/charts/commit/c993c81)) -* tomcat: bump chart version to `0.4.27` ([f097cfc](https://github.com/bitnami/charts/commit/f097cfc)) -* tomcat: update to `8.5.32` ([039832f](https://github.com/bitnami/charts/commit/039832f)) +* tomcat: bump chart appVersion to `8.5.32` ([c993c81](https://github.com/bitnami/charts/commit/c993c812bb266362bf97c5ec67c5854d3ec7ba76)) +* tomcat: bump chart version to `0.4.27` ([f097cfc](https://github.com/bitnami/charts/commit/f097cfcd4eef930e4984116a2c1ced737d346828)) +* tomcat: update to `8.5.32` ([039832f](https://github.com/bitnami/charts/commit/039832f2a48a9ad98c25deb7946ce5b31e5e5720)) ## 0.4.26 (2018-05-04) -* tomcat: bump chart appVersion to `8.5.31` ([f2de720](https://github.com/bitnami/charts/commit/f2de720)) -* tomcat: bump chart version to `0.4.26` ([6b19f1f](https://github.com/bitnami/charts/commit/6b19f1f)) -* tomcat: update to `8.5.31` ([519eee5](https://github.com/bitnami/charts/commit/519eee5)) +* tomcat: bump chart appVersion to `8.5.31` ([f2de720](https://github.com/bitnami/charts/commit/f2de720a5e5e9cfa8c9c3f18e8134a2eabe27000)) +* tomcat: bump chart version to `0.4.26` ([6b19f1f](https://github.com/bitnami/charts/commit/6b19f1f61421d2a2de90b0f72b1e7eb215ee6d04)) +* tomcat: update to `8.5.31` ([519eee5](https://github.com/bitnami/charts/commit/519eee56f3ed17c9597009ff33e6a36314cded39)) ## 0.4.25 (2018-05-02) -* Remove default values from templates/ as they are in values.yaml file ([f061393](https://github.com/bitnami/charts/commit/f061393)) +* Remove default values from templates/ as they are in values.yaml file ([f061393](https://github.com/bitnami/charts/commit/f061393e91b8ab9fcb542a4c4570487ed57c6199)) ## 0.4.24 (2018-04-13) -* Documentation fixes ([fdbcc57](https://github.com/bitnami/charts/commit/fdbcc57)) +* Documentation fixes ([fdbcc57](https://github.com/bitnami/charts/commit/fdbcc57a95af97bfa63c873432f7dc070c37f8c3)) ## 0.4.23 (2018-04-13) -* Rename charts folders ([5413120](https://github.com/bitnami/charts/commit/5413120)) +* Rename charts folders ([5413120](https://github.com/bitnami/charts/commit/5413120bb281c0c531ed2cf431cb316dc356e977)) diff --git a/bitnami/tomcat/Chart.yaml b/bitnami/tomcat/Chart.yaml index 99cbf1bbd31126..ad9e8321a5de68 100644 --- a/bitnami/tomcat/Chart.yaml +++ b/bitnami/tomcat/Chart.yaml @@ -10,7 +10,7 @@ annotations: - name: os-shell image: docker.io/bitnami/os-shell:12-debian-12-r21 - name: tomcat - image: docker.io/bitnami/tomcat:10.1.24-debian-12-r0 + image: docker.io/bitnami/tomcat:10.1.24-debian-12-r1 apiVersion: v2 appVersion: 10.1.24 dependencies: @@ -35,4 +35,4 @@ maintainers: name: tomcat sources: - https://github.com/bitnami/charts/tree/main/bitnami/tomcat -version: 11.1.0 +version: 11.1.1 diff --git a/bitnami/tomcat/values.yaml b/bitnami/tomcat/values.yaml index 518c2690ce8a87..00f35f8e25458a 100644 --- a/bitnami/tomcat/values.yaml +++ b/bitnami/tomcat/values.yaml @@ -68,7 +68,7 @@ extraDeploy: [] image: registry: docker.io repository: bitnami/tomcat - tag: 10.1.24-debian-12-r0 + tag: 10.1.24-debian-12-r1 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' From e0b641821fa1d5bdf74fb33dfa94dd31ebcfa6c8 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Mon, 27 May 2024 13:26:24 +0200 Subject: [PATCH 034/110] [bitnami/spring-cloud-dataflow] Release 29.0.1 (#26457) * [bitnami/spring-cloud-dataflow] Release 29.0.1 updating components versions Signed-off-by: Bitnami Containers * Update CHANGELOG.md Signed-off-by: Bitnami Containers --------- Signed-off-by: Bitnami Containers --- bitnami/spring-cloud-dataflow/CHANGELOG.md | 6 +++++- bitnami/spring-cloud-dataflow/Chart.lock | 8 ++++---- bitnami/spring-cloud-dataflow/Chart.yaml | 8 ++++---- bitnami/spring-cloud-dataflow/README.md | 2 +- bitnami/spring-cloud-dataflow/values.yaml | 6 +++--- 5 files changed, 17 insertions(+), 13 deletions(-) diff --git a/bitnami/spring-cloud-dataflow/CHANGELOG.md b/bitnami/spring-cloud-dataflow/CHANGELOG.md index 570be1bf2ea4bb..f00f7e36a7a0d2 100644 --- a/bitnami/spring-cloud-dataflow/CHANGELOG.md +++ b/bitnami/spring-cloud-dataflow/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog +## 29.0.1 (2024-05-27) + +* [bitnami/spring-cloud-dataflow] Release 29.0.1 ([#26457](https://github.com/bitnami/charts/pull/26457)) + ## 29.0.0 (2024-05-27) -* [bitnami/spring-cloud-dataflow] Update dependencies ([#26447](https://github.com/bitnami/charts/pull/26447)) +* [bitnami/spring-cloud-dataflow] Update dependencies (#26447) ([bcee3af](https://github.com/bitnami/charts/commit/bcee3af2f98ae31eb5b38b225546026f77c89783)), closes [#26447](https://github.com/bitnami/charts/issues/26447) ## 28.2.1 (2024-05-24) diff --git a/bitnami/spring-cloud-dataflow/Chart.lock b/bitnami/spring-cloud-dataflow/Chart.lock index cb5175b919f1f6..180379817173ad 100644 --- a/bitnami/spring-cloud-dataflow/Chart.lock +++ b/bitnami/spring-cloud-dataflow/Chart.lock @@ -1,15 +1,15 @@ dependencies: - name: rabbitmq repository: oci://registry-1.docker.io/bitnamicharts - version: 14.3.0 + version: 14.3.1 - name: mariadb repository: oci://registry-1.docker.io/bitnamicharts version: 18.2.0 - name: kafka repository: oci://registry-1.docker.io/bitnamicharts - version: 29.0.3 + version: 29.1.0 - name: common repository: oci://registry-1.docker.io/bitnamicharts version: 2.19.3 -digest: sha256:2d043dfd0820436fa950c40482092db738b7bc4890298abe0c032023ce7b8c1d -generated: "2024-05-27T08:40:31.423813+02:00" +digest: sha256:c2e852f910abd4b7fc8bcb8601f6cd4f76d47afbef4c255276132b04dfd3f368 +generated: "2024-05-27T11:05:24.734079189Z" diff --git a/bitnami/spring-cloud-dataflow/Chart.yaml b/bitnami/spring-cloud-dataflow/Chart.yaml index 846dc3c7810110..1d9f2ae3fd6d56 100644 --- a/bitnami/spring-cloud-dataflow/Chart.yaml +++ b/bitnami/spring-cloud-dataflow/Chart.yaml @@ -12,11 +12,11 @@ annotations: - name: prometheus-rsocket-proxy image: docker.io/bitnami/prometheus-rsocket-proxy:1.5.3-debian-12-r15 - name: spring-cloud-dataflow - image: docker.io/bitnami/spring-cloud-dataflow:2.11.3-debian-12-r0 + image: docker.io/bitnami/spring-cloud-dataflow:2.11.3-debian-12-r1 - name: spring-cloud-dataflow-composed-task-runner - image: docker.io/bitnami/spring-cloud-dataflow-composed-task-runner:2.11.3-debian-12-r0 + image: docker.io/bitnami/spring-cloud-dataflow-composed-task-runner:2.11.3-debian-12-r1 - name: spring-cloud-skipper - image: docker.io/bitnami/spring-cloud-skipper:2.11.3-debian-12-r0 + image: docker.io/bitnami/spring-cloud-skipper:2.11.3-debian-12-r1 apiVersion: v2 appVersion: 2.11.3 dependencies: @@ -53,4 +53,4 @@ maintainers: name: spring-cloud-dataflow sources: - https://github.com/bitnami/charts/tree/main/bitnami/spring-cloud-dataflow -version: 29.0.0 +version: 29.0.1 diff --git a/bitnami/spring-cloud-dataflow/README.md b/bitnami/spring-cloud-dataflow/README.md index 9b23ad49e21169..81261c41371428 100644 --- a/bitnami/spring-cloud-dataflow/README.md +++ b/bitnami/spring-cloud-dataflow/README.md @@ -1015,4 +1015,4 @@ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and -limitations under the License. +limitations under the License. \ No newline at end of file diff --git a/bitnami/spring-cloud-dataflow/values.yaml b/bitnami/spring-cloud-dataflow/values.yaml index b61052b84d939e..485d6c4b71580d 100644 --- a/bitnami/spring-cloud-dataflow/values.yaml +++ b/bitnami/spring-cloud-dataflow/values.yaml @@ -68,7 +68,7 @@ server: image: registry: docker.io repository: bitnami/spring-cloud-dataflow - tag: 2.11.3-debian-12-r0 + tag: 2.11.3-debian-12-r1 digest: "" ## Specify a imagePullPolicy. Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images @@ -103,7 +103,7 @@ server: image: registry: docker.io repository: bitnami/spring-cloud-dataflow-composed-task-runner - tag: 2.11.3-debian-12-r0 + tag: 2.11.3-debian-12-r1 digest: "" ## Spring Cloud Dataflow Server configuration parameters ## @@ -713,7 +713,7 @@ skipper: image: registry: docker.io repository: bitnami/spring-cloud-skipper - tag: 2.11.3-debian-12-r0 + tag: 2.11.3-debian-12-r1 digest: "" ## Specify a imagePullPolicy. Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images From 906fd77e7701577bed88a0dd5dea35e07163fafc Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Mon, 27 May 2024 16:22:24 +0200 Subject: [PATCH 035/110] [bitnami/gitea] Release 2.2.1 (#26460) * [bitnami/gitea] Release 2.2.1 updating components versions Signed-off-by: Bitnami Containers * Update CHANGELOG.md Signed-off-by: Bitnami Containers --------- Signed-off-by: Bitnami Containers --- bitnami/gitea/CHANGELOG.md | 255 +++++++++++++++++++------------------ bitnami/gitea/Chart.lock | 6 +- bitnami/gitea/Chart.yaml | 6 +- bitnami/gitea/values.yaml | 2 +- 4 files changed, 137 insertions(+), 132 deletions(-) diff --git a/bitnami/gitea/CHANGELOG.md b/bitnami/gitea/CHANGELOG.md index 5b69d0a14d0fbd..27ecab5bd95647 100644 --- a/bitnami/gitea/CHANGELOG.md +++ b/bitnami/gitea/CHANGELOG.md @@ -1,402 +1,407 @@ # Changelog +## 2.2.1 (2024-05-27) + +* [bitnami/gitea] Release 2.2.1 ([#26460](https://github.com/bitnami/charts/pull/26460)) + ## 2.2.0 (2024-05-21) -* [bitnami/gitea] feat: :sparkles: :lock: Add warning when original images are replaced ([#26208](https://github.com/bitnami/charts/pulls/26208)) +* [bitnami/*] ci: :construction_worker: Add tag and changelog support (#25359) ([91c707c](https://github.com/bitnami/charts/commit/91c707c9e4e574725a09505d2d313fb93f1b4c0a)), closes [#25359](https://github.com/bitnami/charts/issues/25359) +* [bitnami/gitea] feat: :sparkles: :lock: Add warning when original images are replaced (#26208) ([fcc0ff9](https://github.com/bitnami/charts/commit/fcc0ff90bb25d1e59bf0a314223b0f4c9da8e723)), closes [#26208](https://github.com/bitnami/charts/issues/26208) ## 2.1.2 (2024-05-20) -* [bitnami/gitea] Use different liveness/readiness probes (#25987) ([9efee88](https://github.com/bitnami/charts/commit/9efee88)), closes [#25987](https://github.com/bitnami/charts/issues/25987) +* [bitnami/gitea] Use different liveness/readiness probes (#25987) ([9efee88](https://github.com/bitnami/charts/commit/9efee882f14cd1f9f97643c80f0293fe4069ed2d)), closes [#25987](https://github.com/bitnami/charts/issues/25987) ## 2.1.1 (2024-05-18) -* [bitnami/gitea] Release 2.1.1 updating components versions (#26017) ([d707ebd](https://github.com/bitnami/charts/commit/d707ebd)), closes [#26017](https://github.com/bitnami/charts/issues/26017) +* [bitnami/gitea] Release 2.1.1 updating components versions (#26017) ([d707ebd](https://github.com/bitnami/charts/commit/d707ebde3f28cb7c28a6daf2388419992e6a8e0a)), closes [#26017](https://github.com/bitnami/charts/issues/26017) ## 2.1.0 (2024-05-14) -* [bitnami/gitea] Add new customizable environment variables - ENABLE OPENID SIGNIN/SIGNUP (#25684) ([9cca25b](https://github.com/bitnami/charts/commit/9cca25b)), closes [#25684](https://github.com/bitnami/charts/issues/25684) +* [bitnami/gitea] Add new customizable environment variables - ENABLE OPENID SIGNIN/SIGNUP (#25684) ([9cca25b](https://github.com/bitnami/charts/commit/9cca25b5884e936b74d2d4cf7a46a96b91c1309a)), closes [#25684](https://github.com/bitnami/charts/issues/25684) ## 2.0.6 (2024-05-13) -* [bitnami/*] Change non-root and rolling-tags doc URLs (#25628) ([b067c94](https://github.com/bitnami/charts/commit/b067c94)), closes [#25628](https://github.com/bitnami/charts/issues/25628) -* [bitnami/gitea] Release 2.0.6 updating components versions (#25758) ([2ea38a3](https://github.com/bitnami/charts/commit/2ea38a3)), closes [#25758](https://github.com/bitnami/charts/issues/25758) +* [bitnami/*] Change non-root and rolling-tags doc URLs (#25628) ([b067c94](https://github.com/bitnami/charts/commit/b067c94f6bcde427863c197fd355f0b5ba12ff5b)), closes [#25628](https://github.com/bitnami/charts/issues/25628) +* [bitnami/gitea] Release 2.0.6 updating components versions (#25758) ([2ea38a3](https://github.com/bitnami/charts/commit/2ea38a3fc3df8f4509469c904b419c2d6eaf96fc)), closes [#25758](https://github.com/bitnami/charts/issues/25758) ## 2.0.5 (2024-05-07) -* [bitnami/*] Set new header/owner (#25558) ([8d1dc11](https://github.com/bitnami/charts/commit/8d1dc11)), closes [#25558](https://github.com/bitnami/charts/issues/25558) -* [bitnami/gitea] Release 2.0.5 updating components versions (#25592) ([c66f3cd](https://github.com/bitnami/charts/commit/c66f3cd)), closes [#25592](https://github.com/bitnami/charts/issues/25592) -* [bitnami/multiple charts] Fix typo: "NetworkPolice" vs "NetworkPolicy" (#25348) ([6970c1b](https://github.com/bitnami/charts/commit/6970c1b)), closes [#25348](https://github.com/bitnami/charts/issues/25348) -* Replace VMware by Broadcom copyright text (#25306) ([a5e4bd0](https://github.com/bitnami/charts/commit/a5e4bd0)), closes [#25306](https://github.com/bitnami/charts/issues/25306) +* [bitnami/*] Set new header/owner (#25558) ([8d1dc11](https://github.com/bitnami/charts/commit/8d1dc11f5fb30db6fba50c43d7af59d2f79deed3)), closes [#25558](https://github.com/bitnami/charts/issues/25558) +* [bitnami/gitea] Release 2.0.5 updating components versions (#25592) ([c66f3cd](https://github.com/bitnami/charts/commit/c66f3cd241259c6bbb0cd5b8fc59ac3cf1e0e40e)), closes [#25592](https://github.com/bitnami/charts/issues/25592) +* [bitnami/multiple charts] Fix typo: "NetworkPolice" vs "NetworkPolicy" (#25348) ([6970c1b](https://github.com/bitnami/charts/commit/6970c1ba245873506e73d459c6eac1e4919b778f)), closes [#25348](https://github.com/bitnami/charts/issues/25348) +* Replace VMware by Broadcom copyright text (#25306) ([a5e4bd0](https://github.com/bitnami/charts/commit/a5e4bd0e35e419203793976a78d9d0a13de92c76)), closes [#25306](https://github.com/bitnami/charts/issues/25306) ## 2.0.4 (2024-04-16) -* [bitnami/gitea] Release 2.0.4 updating components versions (#25186) ([a42b0d3](https://github.com/bitnami/charts/commit/a42b0d3)), closes [#25186](https://github.com/bitnami/charts/issues/25186) +* [bitnami/gitea] Release 2.0.4 updating components versions (#25186) ([a42b0d3](https://github.com/bitnami/charts/commit/a42b0d333ea7743be596135f4f86db6d1379a6ca)), closes [#25186](https://github.com/bitnami/charts/issues/25186) ## 2.0.3 (2024-04-06) -* [bitnami/gitea] Release 2.0.3 updating components versions (#25006) ([7f6eb12](https://github.com/bitnami/charts/commit/7f6eb12)), closes [#25006](https://github.com/bitnami/charts/issues/25006) +* [bitnami/gitea] Release 2.0.3 updating components versions (#25006) ([7f6eb12](https://github.com/bitnami/charts/commit/7f6eb12526cfb0519abe3c8ac4f68d02c19fd36e)), closes [#25006](https://github.com/bitnami/charts/issues/25006) ## 2.0.2 (2024-04-05) -* [bitnami/gitea] Release 2.0.2 updating components versions (#24950) ([be5714d](https://github.com/bitnami/charts/commit/be5714d)), closes [#24950](https://github.com/bitnami/charts/issues/24950) +* [bitnami/gitea] Release 2.0.2 updating components versions (#24950) ([be5714d](https://github.com/bitnami/charts/commit/be5714de2ab4b6c66b19b41d6dcbcc23b1f7dcc4)), closes [#24950](https://github.com/bitnami/charts/issues/24950) ## 2.0.1 (2024-04-04) -* [bitnami/gitea] Release 2.0.1 (#24881) ([ac10211](https://github.com/bitnami/charts/commit/ac10211)), closes [#24881](https://github.com/bitnami/charts/issues/24881) -* Update resourcesPreset comments (#24467) ([92e3e8a](https://github.com/bitnami/charts/commit/92e3e8a)), closes [#24467](https://github.com/bitnami/charts/issues/24467) +* [bitnami/gitea] Release 2.0.1 (#24881) ([ac10211](https://github.com/bitnami/charts/commit/ac10211abd3190186afadad9d18daa4c5c9c5e60)), closes [#24881](https://github.com/bitnami/charts/issues/24881) +* Update resourcesPreset comments (#24467) ([92e3e8a](https://github.com/bitnami/charts/commit/92e3e8a507326d2a20a8f10ab3e7746a2ec5c554)), closes [#24467](https://github.com/bitnami/charts/issues/24467) ## 2.0.0 (2024-04-02) -* [bitnami/gitea] feat!: :lock: :boom: Improve security defaults (#24646) ([433b920](https://github.com/bitnami/charts/commit/433b920)), closes [#24646](https://github.com/bitnami/charts/issues/24646) +* [bitnami/gitea] feat!: :lock: :boom: Improve security defaults (#24646) ([433b920](https://github.com/bitnami/charts/commit/433b920ca3d3f06981bcf8232ab53cd3a684adde)), closes [#24646](https://github.com/bitnami/charts/issues/24646) ## 1.6.4 (2024-03-26) -* [bitnami/gitea] Release 1.6.4 updating components versions (#24663) ([61a37b9](https://github.com/bitnami/charts/commit/61a37b9)), closes [#24663](https://github.com/bitnami/charts/issues/24663) +* [bitnami/gitea] Release 1.6.4 updating components versions (#24663) ([61a37b9](https://github.com/bitnami/charts/commit/61a37b93a2baeaaae9d85b57bf481d82913e4370)), closes [#24663](https://github.com/bitnami/charts/issues/24663) ## 1.6.3 (2024-03-22) -* [bitnami/*] Reorder Chart sections (#24455) ([0cf4048](https://github.com/bitnami/charts/commit/0cf4048)), closes [#24455](https://github.com/bitnami/charts/issues/24455) -* [bitnami/gitea] Release 1.6.3 updating components versions (#24615) ([a1402f2](https://github.com/bitnami/charts/commit/a1402f2)), closes [#24615](https://github.com/bitnami/charts/issues/24615) +* [bitnami/*] Reorder Chart sections (#24455) ([0cf4048](https://github.com/bitnami/charts/commit/0cf4048e8743f70a9753d460655bd030cbff6824)), closes [#24455](https://github.com/bitnami/charts/issues/24455) +* [bitnami/gitea] Release 1.6.3 updating components versions (#24615) ([a1402f2](https://github.com/bitnami/charts/commit/a1402f2bf88edb882a639fd1c7116b41e409a5bb)), closes [#24615](https://github.com/bitnami/charts/issues/24615) ## 1.6.2 (2024-03-13) -* [bitnami/gitea] Release 1.6.2 updating components versions (#24383) ([deb36bc](https://github.com/bitnami/charts/commit/deb36bc)), closes [#24383](https://github.com/bitnami/charts/issues/24383) +* [bitnami/gitea] Release 1.6.2 updating components versions (#24383) ([deb36bc](https://github.com/bitnami/charts/commit/deb36bc166bff0ba3b53add75d0526086d75120a)), closes [#24383](https://github.com/bitnami/charts/issues/24383) ## 1.6.1 (2024-03-06) -* [bitnami/gitea] Release 1.6.1 updating components versions (#24195) ([7a4761b](https://github.com/bitnami/charts/commit/7a4761b)), closes [#24195](https://github.com/bitnami/charts/issues/24195) +* [bitnami/gitea] Release 1.6.1 updating components versions (#24195) ([7a4761b](https://github.com/bitnami/charts/commit/7a4761b7950b2527674c0431be19616aa38223ff)), closes [#24195](https://github.com/bitnami/charts/issues/24195) ## 1.6.0 (2024-03-06) -* [bitnami/gitea] feat: :sparkles: :lock: Add automatic adaptation for Openshift restricted-v2 SCC (#2 ([134c85b](https://github.com/bitnami/charts/commit/134c85b)), closes [#24086](https://github.com/bitnami/charts/issues/24086) +* [bitnami/gitea] feat: :sparkles: :lock: Add automatic adaptation for Openshift restricted-v2 SCC (#2 ([134c85b](https://github.com/bitnami/charts/commit/134c85bd90f25d008f3d46c6f24edad8b36ca758)), closes [#24086](https://github.com/bitnami/charts/issues/24086) ## 1.5.4 (2024-02-26) -* [bitnami/gitea] Release 1.5.4 updating components versions (#23916) ([23e5132](https://github.com/bitnami/charts/commit/23e5132)), closes [#23916](https://github.com/bitnami/charts/issues/23916) +* [bitnami/gitea] Release 1.5.4 updating components versions (#23916) ([23e5132](https://github.com/bitnami/charts/commit/23e51328688dfd7a46557cdf9210d2e9854a73e9)), closes [#23916](https://github.com/bitnami/charts/issues/23916) ## 1.5.3 (2024-02-23) -* [bitnami/gitea] Release 1.5.3 updating components versions (#23868) ([a5308b8](https://github.com/bitnami/charts/commit/a5308b8)), closes [#23868](https://github.com/bitnami/charts/issues/23868) +* [bitnami/gitea] Release 1.5.3 updating components versions (#23868) ([a5308b8](https://github.com/bitnami/charts/commit/a5308b8f4cab618db996832adcdc1dc201b6ff0c)), closes [#23868](https://github.com/bitnami/charts/issues/23868) ## 1.5.2 (2024-02-21) -* [bitnami/gitea] Release 1.5.2 updating components versions (#23754) ([c5615e2](https://github.com/bitnami/charts/commit/c5615e2)), closes [#23754](https://github.com/bitnami/charts/issues/23754) +* [bitnami/gitea] Release 1.5.2 updating components versions (#23754) ([c5615e2](https://github.com/bitnami/charts/commit/c5615e23ea1d07d721eba4c376209ef205776c0a)), closes [#23754](https://github.com/bitnami/charts/issues/23754) ## 1.5.1 (2024-02-21) -* [bitnami/gitea] feat: :sparkles: :lock: Add resource preset support (#23453) ([018d8ab](https://github.com/bitnami/charts/commit/018d8ab)), closes [#23453](https://github.com/bitnami/charts/issues/23453) -* [bitnami/gitea] Release 1.5.1 updating components versions (#23650) ([9e9d449](https://github.com/bitnami/charts/commit/9e9d449)), closes [#23650](https://github.com/bitnami/charts/issues/23650) +* [bitnami/gitea] feat: :sparkles: :lock: Add resource preset support (#23453) ([018d8ab](https://github.com/bitnami/charts/commit/018d8abb412a546b478b94630c6dbbfcc05997e7)), closes [#23453](https://github.com/bitnami/charts/issues/23453) +* [bitnami/gitea] Release 1.5.1 updating components versions (#23650) ([9e9d449](https://github.com/bitnami/charts/commit/9e9d449cf1a7088905489cf34c7ae9f10fd39064)), closes [#23650](https://github.com/bitnami/charts/issues/23650) ## 1.5.0 (2024-02-20) -* [bitnami/*] Bump all versions (#23602) ([b70ee2a](https://github.com/bitnami/charts/commit/b70ee2a)), closes [#23602](https://github.com/bitnami/charts/issues/23602) +* [bitnami/*] Bump all versions (#23602) ([b70ee2a](https://github.com/bitnami/charts/commit/b70ee2a30e4dc256bf0ac52928fb2fa7a70f049b)), closes [#23602](https://github.com/bitnami/charts/issues/23602) ## 1.4.9 (2024-02-07) -* [bitnami/gitea] Release 1.4.9 updating components versions (#23271) ([0158b2c](https://github.com/bitnami/charts/commit/0158b2c)), closes [#23271](https://github.com/bitnami/charts/issues/23271) +* [bitnami/gitea] Release 1.4.9 updating components versions (#23271) ([0158b2c](https://github.com/bitnami/charts/commit/0158b2c6682196db2d954e7e12cd283f2dbaa1cf)), closes [#23271](https://github.com/bitnami/charts/issues/23271) ## 1.4.8 (2024-02-07) -* [bitnami/gitea] Release 1.4.8 updating components versions (#23228) ([221bae0](https://github.com/bitnami/charts/commit/221bae0)), closes [#23228](https://github.com/bitnami/charts/issues/23228) +* [bitnami/gitea] Release 1.4.8 updating components versions (#23228) ([221bae0](https://github.com/bitnami/charts/commit/221bae067be53a812f8f644b55c8ac93988c4cd3)), closes [#23228](https://github.com/bitnami/charts/issues/23228) ## 1.4.7 (2024-02-02) -* [bitnami/gitea] Release 1.4.7 updating components versions (#23093) ([10194a8](https://github.com/bitnami/charts/commit/10194a8)), closes [#23093](https://github.com/bitnami/charts/issues/23093) +* [bitnami/gitea] Release 1.4.7 updating components versions (#23093) ([10194a8](https://github.com/bitnami/charts/commit/10194a8f2e0f275434e36c2800b06b839b91a237)), closes [#23093](https://github.com/bitnami/charts/issues/23093) ## 1.4.6 (2024-02-02) -* [bitnami/gitea] Release 1.4.6 updating components versions (#23041) ([97376fb](https://github.com/bitnami/charts/commit/97376fb)), closes [#23041](https://github.com/bitnami/charts/issues/23041) +* [bitnami/gitea] Release 1.4.6 updating components versions (#23041) ([97376fb](https://github.com/bitnami/charts/commit/97376fbfdb2eeb344a712dff327a0cb4ecc032e1)), closes [#23041](https://github.com/bitnami/charts/issues/23041) ## 1.4.5 (2024-01-30) -* [bitnami/gitea] Release 1.4.5 updating components versions (#22921) ([7f596e4](https://github.com/bitnami/charts/commit/7f596e4)), closes [#22921](https://github.com/bitnami/charts/issues/22921) +* [bitnami/gitea] Release 1.4.5 updating components versions (#22921) ([7f596e4](https://github.com/bitnami/charts/commit/7f596e456e7bd0e31a0875ee350048974929d298)), closes [#22921](https://github.com/bitnami/charts/issues/22921) ## 1.4.4 (2024-01-30) -* [bitnami/gitea] Release 1.4.4 updating components versions (#22910) ([f460675](https://github.com/bitnami/charts/commit/f460675)), closes [#22910](https://github.com/bitnami/charts/issues/22910) +* [bitnami/gitea] Release 1.4.4 updating components versions (#22910) ([f460675](https://github.com/bitnami/charts/commit/f460675b57ae6e4fed2b4a2c81f3a0564e8eb964)), closes [#22910](https://github.com/bitnami/charts/issues/22910) ## 1.4.3 (2024-01-30) -* [bitnami/gitea] Release 1.4.3 updating components versions (#22847) ([41a758d](https://github.com/bitnami/charts/commit/41a758d)), closes [#22847](https://github.com/bitnami/charts/issues/22847) +* [bitnami/gitea] Release 1.4.3 updating components versions (#22847) ([41a758d](https://github.com/bitnami/charts/commit/41a758d0973cbf91229f60f597221f180c08baf0)), closes [#22847](https://github.com/bitnami/charts/issues/22847) ## 1.4.2 (2024-01-27) -* [bitnami/gitea] Release 1.4.2 updating components versions (#22776) ([fcaeae9](https://github.com/bitnami/charts/commit/fcaeae9)), closes [#22776](https://github.com/bitnami/charts/issues/22776) +* [bitnami/gitea] Release 1.4.2 updating components versions (#22776) ([fcaeae9](https://github.com/bitnami/charts/commit/fcaeae9dce7bb08136d2e532b77787a0a7d2c85c)), closes [#22776](https://github.com/bitnami/charts/issues/22776) ## 1.4.1 (2024-01-25) -* [bitnami/*] Move documentation sections from docs.bitnami.com back to the README (#22203) ([7564f36](https://github.com/bitnami/charts/commit/7564f36)), closes [#22203](https://github.com/bitnami/charts/issues/22203) -* [bitnami/gitea] fix: :bug: Set seLinuxOptions to null for Openshift compatibility (#22591) ([dee04a0](https://github.com/bitnami/charts/commit/dee04a0)), closes [#22591](https://github.com/bitnami/charts/issues/22591) +* [bitnami/*] Move documentation sections from docs.bitnami.com back to the README (#22203) ([7564f36](https://github.com/bitnami/charts/commit/7564f36ca1e95ff30ee686652b7ab8690561a707)), closes [#22203](https://github.com/bitnami/charts/issues/22203) +* [bitnami/gitea] fix: :bug: Set seLinuxOptions to null for Openshift compatibility (#22591) ([dee04a0](https://github.com/bitnami/charts/commit/dee04a0df2eb4510bda6b0a3bb8c4392de41e16e)), closes [#22591](https://github.com/bitnami/charts/issues/22591) ## 1.4.0 (2024-01-22) -* [bitnami/gitea] fix: :lock: Move service-account token auto-mount to pod declaration (#22403) ([a6d22fe](https://github.com/bitnami/charts/commit/a6d22fe)), closes [#22403](https://github.com/bitnami/charts/issues/22403) +* [bitnami/gitea] fix: :lock: Move service-account token auto-mount to pod declaration (#22403) ([a6d22fe](https://github.com/bitnami/charts/commit/a6d22febb182f28f532e62bbe98b57d643ce1650)), closes [#22403](https://github.com/bitnami/charts/issues/22403) ## 1.3.2 (2024-01-18) -* [bitnami/gitea] Release 1.3.2 updating components versions (#22274) ([72aff85](https://github.com/bitnami/charts/commit/72aff85)), closes [#22274](https://github.com/bitnami/charts/issues/22274) +* [bitnami/gitea] Release 1.3.2 updating components versions (#22274) ([72aff85](https://github.com/bitnami/charts/commit/72aff85c8e6f308efdb8769f7e1f84d06b46dd57)), closes [#22274](https://github.com/bitnami/charts/issues/22274) ## 1.3.1 (2024-01-17) -* [bitnami/gitea] Release 1.3.1 updating components versions (#22241) ([5a49422](https://github.com/bitnami/charts/commit/5a49422)), closes [#22241](https://github.com/bitnami/charts/issues/22241) +* [bitnami/gitea] Release 1.3.1 updating components versions (#22241) ([5a49422](https://github.com/bitnami/charts/commit/5a49422c05c4504053365d4a0849e8254d758001)), closes [#22241](https://github.com/bitnami/charts/issues/22241) ## 1.3.0 (2024-01-16) -* [bitnami/gitea] fix: :lock: Improve podSecurityContext and containerSecurityContext with essential s ([8e622af](https://github.com/bitnami/charts/commit/8e622af)), closes [#22122](https://github.com/bitnami/charts/issues/22122) +* [bitnami/gitea] fix: :lock: Improve podSecurityContext and containerSecurityContext with essential s ([8e622af](https://github.com/bitnami/charts/commit/8e622af5f8323487c1be2488ec1d937142674ca5)), closes [#22122](https://github.com/bitnami/charts/issues/22122) ## 1.2.11 (2024-01-12) -* [bitnami/*] Fix ref links (in comments) (#21822) ([e4fa296](https://github.com/bitnami/charts/commit/e4fa296)), closes [#21822](https://github.com/bitnami/charts/issues/21822) -* [bitnami/gitea] fix: :lock: Do not automount the service account token unless necessary (#22041) ([72985fc](https://github.com/bitnami/charts/commit/72985fc)), closes [#22041](https://github.com/bitnami/charts/issues/22041) +* [bitnami/*] Fix ref links (in comments) (#21822) ([e4fa296](https://github.com/bitnami/charts/commit/e4fa296106b225cf8c82445727c675c7c725e380)), closes [#21822](https://github.com/bitnami/charts/issues/21822) +* [bitnami/gitea] fix: :lock: Do not automount the service account token unless necessary (#22041) ([72985fc](https://github.com/bitnami/charts/commit/72985fc695d979575a9212c53e836d97b0242856)), closes [#22041](https://github.com/bitnami/charts/issues/22041) ## 1.2.10 (2024-01-10) -* [bitnami/*] Fix docs.bitnami.com broken links (#21901) ([f35506d](https://github.com/bitnami/charts/commit/f35506d)), closes [#21901](https://github.com/bitnami/charts/issues/21901) -* [bitnami/*] Update copyright: Year and company (#21815) ([6c4bf75](https://github.com/bitnami/charts/commit/6c4bf75)), closes [#21815](https://github.com/bitnami/charts/issues/21815) -* [bitnami/gitea] Release 1.2.10 updating components versions (#21941) ([0ace7f4](https://github.com/bitnami/charts/commit/0ace7f4)), closes [#21941](https://github.com/bitnami/charts/issues/21941) +* [bitnami/*] Fix docs.bitnami.com broken links (#21901) ([f35506d](https://github.com/bitnami/charts/commit/f35506d2dadee4f097986e7792df1f53ab215b5d)), closes [#21901](https://github.com/bitnami/charts/issues/21901) +* [bitnami/*] Update copyright: Year and company (#21815) ([6c4bf75](https://github.com/bitnami/charts/commit/6c4bf75dec58fc7c9aee9f089777b1a858c17d5b)), closes [#21815](https://github.com/bitnami/charts/issues/21815) +* [bitnami/gitea] Release 1.2.10 updating components versions (#21941) ([0ace7f4](https://github.com/bitnami/charts/commit/0ace7f4a7fd2cc82042e8c0e978d0a5e14128b17)), closes [#21941](https://github.com/bitnami/charts/issues/21941) ## 1.2.9 (2023-12-21) -* [bitnami/gitea] Release 1.2.9 updating components versions (#21715) ([245cc37](https://github.com/bitnami/charts/commit/245cc37)), closes [#21715](https://github.com/bitnami/charts/issues/21715) +* [bitnami/gitea] Release 1.2.9 updating components versions (#21715) ([245cc37](https://github.com/bitnami/charts/commit/245cc37f8e89b54df838e7c106cf17185d589b4e)), closes [#21715](https://github.com/bitnami/charts/issues/21715) ## 1.2.8 (2023-12-12) -* [bitnami/gitea] Release 1.2.8 updating components versions (#21536) ([93feee7](https://github.com/bitnami/charts/commit/93feee7)), closes [#21536](https://github.com/bitnami/charts/issues/21536) +* [bitnami/gitea] Release 1.2.8 updating components versions (#21536) ([93feee7](https://github.com/bitnami/charts/commit/93feee74fcef9afac4d99108cc3c0ac9b68d3da5)), closes [#21536](https://github.com/bitnami/charts/issues/21536) ## 1.2.7 (2023-12-07) -* [bitnami/gitea] Release 1.2.7 updating components versions (#21446) ([f030fea](https://github.com/bitnami/charts/commit/f030fea)), closes [#21446](https://github.com/bitnami/charts/issues/21446) +* [bitnami/gitea] Release 1.2.7 updating components versions (#21446) ([f030fea](https://github.com/bitnami/charts/commit/f030fea9a0747a2b0e1ba880fa6970bdeda65031)), closes [#21446](https://github.com/bitnami/charts/issues/21446) ## 1.2.6 (2023-11-26) -* [bitnami/gitea] Release 1.2.6 updating components versions (#21259) ([dc420cd](https://github.com/bitnami/charts/commit/dc420cd)), closes [#21259](https://github.com/bitnami/charts/issues/21259) +* [bitnami/gitea] Release 1.2.6 updating components versions (#21259) ([dc420cd](https://github.com/bitnami/charts/commit/dc420cdfacd467864c0a23b17fee6d91315aad38)), closes [#21259](https://github.com/bitnami/charts/issues/21259) ## 1.2.5 (2023-11-23) -* [bitnami/*] Rename solutions to "Bitnami package for ..." (#21038) ([b82f979](https://github.com/bitnami/charts/commit/b82f979)), closes [#21038](https://github.com/bitnami/charts/issues/21038) -* [bitnami/gitea] Release 1.2.5 (#21220) ([c242f29](https://github.com/bitnami/charts/commit/c242f29)), closes [#21220](https://github.com/bitnami/charts/issues/21220) +* [bitnami/*] Rename solutions to "Bitnami package for ..." (#21038) ([b82f979](https://github.com/bitnami/charts/commit/b82f979e4fb63423fe6e2192c946d09d79c944fc)), closes [#21038](https://github.com/bitnami/charts/issues/21038) +* [bitnami/gitea] Release 1.2.5 (#21220) ([c242f29](https://github.com/bitnami/charts/commit/c242f29f5a19d869ce0378395915b465ff6170db)), closes [#21220](https://github.com/bitnami/charts/issues/21220) ## 1.2.4 (2023-11-18) -* [bitnami/*] Remove relative links to non-README sections, add verification for that and update TL;DR ([1103633](https://github.com/bitnami/charts/commit/1103633)), closes [#20967](https://github.com/bitnami/charts/issues/20967) -* [bitnami/gitea] Release 1.2.4 updating components versions (#21048) ([8adc26c](https://github.com/bitnami/charts/commit/8adc26c)), closes [#21048](https://github.com/bitnami/charts/issues/21048) +* [bitnami/*] Remove relative links to non-README sections, add verification for that and update TL;DR ([1103633](https://github.com/bitnami/charts/commit/11036334d82df0490aa4abdb591543cab6cf7d7f)), closes [#20967](https://github.com/bitnami/charts/issues/20967) +* [bitnami/gitea] Release 1.2.4 updating components versions (#21048) ([8adc26c](https://github.com/bitnami/charts/commit/8adc26c7e034fbd5fc564f48f6a8ecb7d3a8fee2)), closes [#21048](https://github.com/bitnami/charts/issues/21048) ## 1.2.3 (2023-11-09) -* [bitnami/gitea] Release 1.2.3 updating components versions (#20859) ([79dc246](https://github.com/bitnami/charts/commit/79dc246)), closes [#20859](https://github.com/bitnami/charts/issues/20859) +* [bitnami/gitea] Release 1.2.3 updating components versions (#20859) ([79dc246](https://github.com/bitnami/charts/commit/79dc246a8da5cec23b2d09b91205276385949eef)), closes [#20859](https://github.com/bitnami/charts/issues/20859) ## 1.2.2 (2023-11-09) -* [bitnami/gitea] Release 1.2.2 updating components versions (#20833) ([de57cec](https://github.com/bitnami/charts/commit/de57cec)), closes [#20833](https://github.com/bitnami/charts/issues/20833) +* [bitnami/gitea] Release 1.2.2 updating components versions (#20833) ([de57cec](https://github.com/bitnami/charts/commit/de57cecee80681ddf1afb86a699174a0d0babb6e)), closes [#20833](https://github.com/bitnami/charts/issues/20833) ## 1.2.1 (2023-11-08) -* [bitnami/gitea] Release 1.2.1 updating components versions (#20729) ([7b504d6](https://github.com/bitnami/charts/commit/7b504d6)), closes [#20729](https://github.com/bitnami/charts/issues/20729) +* [bitnami/gitea] Release 1.2.1 updating components versions (#20729) ([7b504d6](https://github.com/bitnami/charts/commit/7b504d65d8e3833a441f35030a168b441737ce38)), closes [#20729](https://github.com/bitnami/charts/issues/20729) ## 1.2.0 (2023-11-07) -* [bitnami/gitea] Remove HA support (#20526) ([21469f5](https://github.com/bitnami/charts/commit/21469f5)), closes [#20526](https://github.com/bitnami/charts/issues/20526) +* [bitnami/gitea] Remove HA support (#20526) ([21469f5](https://github.com/bitnami/charts/commit/21469f5fe69c6a5c5718434c544e8acb46772b6b)), closes [#20526](https://github.com/bitnami/charts/issues/20526) ## 1.1.0 (2023-10-31) -* [bitnami/*] Rename VMware Application Catalog (#20361) ([3acc734](https://github.com/bitnami/charts/commit/3acc734)), closes [#20361](https://github.com/bitnami/charts/issues/20361) -* [bitnami/*] Skip image's tag in the README files of the Bitnami Charts (#19841) ([bb9a01b](https://github.com/bitnami/charts/commit/bb9a01b)), closes [#19841](https://github.com/bitnami/charts/issues/19841) -* [bitnami/*] Standardize documentation (#19835) ([af5f753](https://github.com/bitnami/charts/commit/af5f753)), closes [#19835](https://github.com/bitnami/charts/issues/19835) -* [bitnami/gitea] feat: :sparkles: Add support for PSA restricted policy (#20442) ([5fd7a29](https://github.com/bitnami/charts/commit/5fd7a29)), closes [#20442](https://github.com/bitnami/charts/issues/20442) +* [bitnami/*] Rename VMware Application Catalog (#20361) ([3acc734](https://github.com/bitnami/charts/commit/3acc73472beb6fb56c4d99f929061001205bc57e)), closes [#20361](https://github.com/bitnami/charts/issues/20361) +* [bitnami/*] Skip image's tag in the README files of the Bitnami Charts (#19841) ([bb9a01b](https://github.com/bitnami/charts/commit/bb9a01b65911c87e48318db922cc05eb42785e42)), closes [#19841](https://github.com/bitnami/charts/issues/19841) +* [bitnami/*] Standardize documentation (#19835) ([af5f753](https://github.com/bitnami/charts/commit/af5f7530c1bc8c5ded53a6c4f7b8f384ac1804f2)), closes [#19835](https://github.com/bitnami/charts/issues/19835) +* [bitnami/gitea] feat: :sparkles: Add support for PSA restricted policy (#20442) ([5fd7a29](https://github.com/bitnami/charts/commit/5fd7a2961230a5ddaa8a3f27319ecd7402496d6b)), closes [#20442](https://github.com/bitnami/charts/issues/20442) ## 1.0.6 (2023-10-12) -* [bitnami/gitea] Release 1.0.6 (#20131) ([2a46c21](https://github.com/bitnami/charts/commit/2a46c21)), closes [#20131](https://github.com/bitnami/charts/issues/20131) +* [bitnami/gitea] Release 1.0.6 (#20131) ([2a46c21](https://github.com/bitnami/charts/commit/2a46c212219d238520f87ab4f9f2753b69031c4b)), closes [#20131](https://github.com/bitnami/charts/issues/20131) ## 1.0.5 (2023-10-11) -* [bitnami/gitea] Release 1.0.5 (#20039) ([9f02182](https://github.com/bitnami/charts/commit/9f02182)), closes [#20039](https://github.com/bitnami/charts/issues/20039) +* [bitnami/gitea] Release 1.0.5 (#20039) ([9f02182](https://github.com/bitnami/charts/commit/9f0218230912f24a9ab1395d304942bd683665bb)), closes [#20039](https://github.com/bitnami/charts/issues/20039) ## 1.0.4 (2023-10-09) -* [bitnami/gitea] Release 1.0.4 (#19908) ([4a2e661](https://github.com/bitnami/charts/commit/4a2e661)), closes [#19908](https://github.com/bitnami/charts/issues/19908) +* [bitnami/gitea] Release 1.0.4 (#19908) ([4a2e661](https://github.com/bitnami/charts/commit/4a2e6612bd36298c9181477e8c7bca1fdf937763)), closes [#19908](https://github.com/bitnami/charts/issues/19908) ## 1.0.3 (2023-10-09) -* [bitnami/*] Update Helm charts prerequisites (#19745) ([eb755dd](https://github.com/bitnami/charts/commit/eb755dd)), closes [#19745](https://github.com/bitnami/charts/issues/19745) -* [bitnami/gitea] Release 1.0.3 (#19823) ([5229cef](https://github.com/bitnami/charts/commit/5229cef)), closes [#19823](https://github.com/bitnami/charts/issues/19823) +* [bitnami/*] Update Helm charts prerequisites (#19745) ([eb755dd](https://github.com/bitnami/charts/commit/eb755dd36a4dd3cf6635be8e0598f9a7f4c4a554)), closes [#19745](https://github.com/bitnami/charts/issues/19745) +* [bitnami/gitea] Release 1.0.3 (#19823) ([5229cef](https://github.com/bitnami/charts/commit/5229cef0e8901b4edb23296b6bab21bafedb3731)), closes [#19823](https://github.com/bitnami/charts/issues/19823) ## 1.0.2 (2023-10-05) -* [bitnami/gitea] Release 1.0.2 (#19764) ([5b7faaf](https://github.com/bitnami/charts/commit/5b7faaf)), closes [#19764](https://github.com/bitnami/charts/issues/19764) +* [bitnami/gitea] Release 1.0.2 (#19764) ([5b7faaf](https://github.com/bitnami/charts/commit/5b7faaf16e311d88c9bfaf2a4737cbfc977afdf8)), closes [#19764](https://github.com/bitnami/charts/issues/19764) ## 1.0.1 (2023-10-03) -* [bitnami/gitea] Release 1.0.1 (#19709) ([ff957f7](https://github.com/bitnami/charts/commit/ff957f7)), closes [#19709](https://github.com/bitnami/charts/issues/19709) +* [bitnami/gitea] Release 1.0.1 (#19709) ([ff957f7](https://github.com/bitnami/charts/commit/ff957f716a29aa59563fcd6627e5a5a3fa13cc7d)), closes [#19709](https://github.com/bitnami/charts/issues/19709) ## 1.0.0 (2023-09-29) -* [bitnami/gitea] Update dependencies (#19613) ([1bb3840](https://github.com/bitnami/charts/commit/1bb3840)), closes [#19613](https://github.com/bitnami/charts/issues/19613) +* [bitnami/gitea] Update dependencies (#19613) ([1bb3840](https://github.com/bitnami/charts/commit/1bb3840f49b4a511e790b95a1946072f9777f95a)), closes [#19613](https://github.com/bitnami/charts/issues/19613) ## 0.4.3 (2023-09-26) -* [bitnami/*] Update readme files (#19277) ([e56aeb2](https://github.com/bitnami/charts/commit/e56aeb2)), closes [#19277](https://github.com/bitnami/charts/issues/19277) -* [bitnami/gitea] Release 0.4.3 (#19544) ([59e9d48](https://github.com/bitnami/charts/commit/59e9d48)), closes [#19544](https://github.com/bitnami/charts/issues/19544) -* Autogenerate schema files (#19194) ([a2c2090](https://github.com/bitnami/charts/commit/a2c2090)), closes [#19194](https://github.com/bitnami/charts/issues/19194) -* Revert "Autogenerate schema files (#19194)" (#19335) ([73d80be](https://github.com/bitnami/charts/commit/73d80be)), closes [#19194](https://github.com/bitnami/charts/issues/19194) [#19335](https://github.com/bitnami/charts/issues/19335) +* [bitnami/*] Update readme files (#19277) ([e56aeb2](https://github.com/bitnami/charts/commit/e56aeb2fbfbf5b6e42375db48cc7ae1ef1c3a823)), closes [#19277](https://github.com/bitnami/charts/issues/19277) +* [bitnami/gitea] Release 0.4.3 (#19544) ([59e9d48](https://github.com/bitnami/charts/commit/59e9d487e8ca9609b58cc1f447b0440251eebfbd)), closes [#19544](https://github.com/bitnami/charts/issues/19544) +* Autogenerate schema files (#19194) ([a2c2090](https://github.com/bitnami/charts/commit/a2c2090b5ac97f47b745c8028c6452bf99739772)), closes [#19194](https://github.com/bitnami/charts/issues/19194) +* Revert "Autogenerate schema files (#19194)" (#19335) ([73d80be](https://github.com/bitnami/charts/commit/73d80be525c88fb4b8a54451a55acd506e337062)), closes [#19194](https://github.com/bitnami/charts/issues/19194) [#19335](https://github.com/bitnami/charts/issues/19335) ## 0.4.2 (2023-09-08) -* [bitnami/gitea] Release 0.4.2 (#19198) ([b20e40f](https://github.com/bitnami/charts/commit/b20e40f)), closes [#19198](https://github.com/bitnami/charts/issues/19198) +* [bitnami/gitea] Release 0.4.2 (#19198) ([b20e40f](https://github.com/bitnami/charts/commit/b20e40f55f1c43458c1675d9772c6cb4778e3d2c)), closes [#19198](https://github.com/bitnami/charts/issues/19198) ## 0.4.1 (2023-09-07) -* [bitnami/gitea: Use merge helper]: (#19042) ([6be3273](https://github.com/bitnami/charts/commit/6be3273)), closes [#19042](https://github.com/bitnami/charts/issues/19042) +* [bitnami/gitea: Use merge helper]: (#19042) ([6be3273](https://github.com/bitnami/charts/commit/6be3273e1288c6f88c84b444f9d23415616994c0)), closes [#19042](https://github.com/bitnami/charts/issues/19042) ## 0.4.0 (2023-08-24) -* [bitnami/gitea] Support for customizing standard labels (#18486) ([91b2b09](https://github.com/bitnami/charts/commit/91b2b09)), closes [#18486](https://github.com/bitnami/charts/issues/18486) +* [bitnami/gitea] Support for customizing standard labels (#18486) ([91b2b09](https://github.com/bitnami/charts/commit/91b2b0981c65b4a708e044ebb2cdd660473d3605)), closes [#18486](https://github.com/bitnami/charts/issues/18486) ## 0.3.9 (2023-08-21) -* [bitnami/gitea] Release 0.3.9 (#18763) ([de2acba](https://github.com/bitnami/charts/commit/de2acba)), closes [#18763](https://github.com/bitnami/charts/issues/18763) +* [bitnami/gitea] Release 0.3.9 (#18763) ([de2acba](https://github.com/bitnami/charts/commit/de2acbaab8a340993d1eff39b7c8628458f4ae46)), closes [#18763](https://github.com/bitnami/charts/issues/18763) ## 0.3.8 (2023-08-17) -* [bitnami/gitea] Release 0.3.8 (#18520) ([f429486](https://github.com/bitnami/charts/commit/f429486)), closes [#18520](https://github.com/bitnami/charts/issues/18520) +* [bitnami/gitea] Release 0.3.8 (#18520) ([f429486](https://github.com/bitnami/charts/commit/f4294866b78693b02f4fa30c30f61258ed66c90e)), closes [#18520](https://github.com/bitnami/charts/issues/18520) ## 0.3.7 (2023-07-30) -* [bitnami/gitea] Release 0.3.7 (#18032) ([b0fb130](https://github.com/bitnami/charts/commit/b0fb130)), closes [#18032](https://github.com/bitnami/charts/issues/18032) +* [bitnami/gitea] Release 0.3.7 (#18032) ([b0fb130](https://github.com/bitnami/charts/commit/b0fb1301b8b273e2181867b6c21d30784ad0528e)), closes [#18032](https://github.com/bitnami/charts/issues/18032) ## 0.3.6 (2023-07-15) -* [bitnami/gitea] Release 0 (#17607) ([e4ea569](https://github.com/bitnami/charts/commit/e4ea569)), closes [#17607](https://github.com/bitnami/charts/issues/17607) +* [bitnami/gitea] Release 0 (#17607) ([e4ea569](https://github.com/bitnami/charts/commit/e4ea569fbad3e4f13cbaaff331c996e6f8c8ca4a)), closes [#17607](https://github.com/bitnami/charts/issues/17607) ## 0.3.5 (2023-07-04) -* [bitnami/gitea] Release 0.3.5 (#17480) ([14ab5f6](https://github.com/bitnami/charts/commit/14ab5f6)), closes [#17480](https://github.com/bitnami/charts/issues/17480) -* Add copyright header (#17300) ([da68be8](https://github.com/bitnami/charts/commit/da68be8)), closes [#17300](https://github.com/bitnami/charts/issues/17300) +* [bitnami/gitea] Release 0.3.5 (#17480) ([14ab5f6](https://github.com/bitnami/charts/commit/14ab5f6a7c66f9d2e17e9da1aaed9049bf72c30b)), closes [#17480](https://github.com/bitnami/charts/issues/17480) +* Add copyright header (#17300) ([da68be8](https://github.com/bitnami/charts/commit/da68be8e951225133c7dfb572d5101ca3d61c5ae)), closes [#17300](https://github.com/bitnami/charts/issues/17300) ## 0.3.4 (2023-06-22) -* [bitnami/gitea] Release 0.3.4 (#17312) ([84915f5](https://github.com/bitnami/charts/commit/84915f5)), closes [#17312](https://github.com/bitnami/charts/issues/17312) -* Update charts readme (#17217) ([31b3c0a](https://github.com/bitnami/charts/commit/31b3c0a)), closes [#17217](https://github.com/bitnami/charts/issues/17217) +* [bitnami/gitea] Release 0.3.4 (#17312) ([84915f5](https://github.com/bitnami/charts/commit/84915f503a65a1e405b6ea71fc5d9c4573fd43fd)), closes [#17312](https://github.com/bitnami/charts/issues/17312) +* Update charts readme (#17217) ([31b3c0a](https://github.com/bitnami/charts/commit/31b3c0afd968ff4429107e34101f7509e6a0e913)), closes [#17217](https://github.com/bitnami/charts/issues/17217) ## 0.3.3 (2023-06-20) -* [bitnami/*] Change copyright section in READMEs (#17006) ([ef986a1](https://github.com/bitnami/charts/commit/ef986a1)), closes [#17006](https://github.com/bitnami/charts/issues/17006) -* [bitnami/gitea] Release 0.3.3 (#17206) ([6d8fe4b](https://github.com/bitnami/charts/commit/6d8fe4b)), closes [#17206](https://github.com/bitnami/charts/issues/17206) -* [bitnami/several] Change copyright section in READMEs (#16989) ([5b6a5cf](https://github.com/bitnami/charts/commit/5b6a5cf)), closes [#16989](https://github.com/bitnami/charts/issues/16989) +* [bitnami/*] Change copyright section in READMEs (#17006) ([ef986a1](https://github.com/bitnami/charts/commit/ef986a1605241102b3dcafe9fd8089e6fc1201ad)), closes [#17006](https://github.com/bitnami/charts/issues/17006) +* [bitnami/gitea] Release 0.3.3 (#17206) ([6d8fe4b](https://github.com/bitnami/charts/commit/6d8fe4b7a083ac12003dff2ed2e2b9ba3b8f4806)), closes [#17206](https://github.com/bitnami/charts/issues/17206) +* [bitnami/several] Change copyright section in READMEs (#16989) ([5b6a5cf](https://github.com/bitnami/charts/commit/5b6a5cfb7625a751848a2e5cd796bd7278f406ca)), closes [#16989](https://github.com/bitnami/charts/issues/16989) ## 0.3.2 (2023-05-21) -* [bitnami/gitea] Release 0.3.2 (#16765) ([76bfbaa](https://github.com/bitnami/charts/commit/76bfbaa)), closes [#16765](https://github.com/bitnami/charts/issues/16765) +* [bitnami/gitea] Release 0.3.2 (#16765) ([76bfbaa](https://github.com/bitnami/charts/commit/76bfbaa32d7d198f84ec0bbb9c23996722d1bea3)), closes [#16765](https://github.com/bitnami/charts/issues/16765) ## 0.3.1 (2023-05-16) -* [bitnami/gitea] Release 0.3.1 (#16685) ([ec2453f](https://github.com/bitnami/charts/commit/ec2453f)), closes [#16685](https://github.com/bitnami/charts/issues/16685) -* Add wording for enterprise page (#16560) ([8f22774](https://github.com/bitnami/charts/commit/8f22774)), closes [#16560](https://github.com/bitnami/charts/issues/16560) +* [bitnami/gitea] Release 0.3.1 (#16685) ([ec2453f](https://github.com/bitnami/charts/commit/ec2453f64953c298a20af7ccf9734b1ebb5b0838)), closes [#16685](https://github.com/bitnami/charts/issues/16685) +* Add wording for enterprise page (#16560) ([8f22774](https://github.com/bitnami/charts/commit/8f2277440b976d52785ba9149762ad8620a73d1f)), closes [#16560](https://github.com/bitnami/charts/issues/16560) ## 0.3.0 (2023-05-09) -* [bitnami/several] Adapt Chart.yaml to set desired OCI annotations (#16546) ([fc9b18f](https://github.com/bitnami/charts/commit/fc9b18f)), closes [#16546](https://github.com/bitnami/charts/issues/16546) +* [bitnami/several] Adapt Chart.yaml to set desired OCI annotations (#16546) ([fc9b18f](https://github.com/bitnami/charts/commit/fc9b18f2e98805d4df629acbcde696f44f973344)), closes [#16546](https://github.com/bitnami/charts/issues/16546) ## 0.2.3 (2023-05-09) -* [bitnami/gitea] Release 0.2.3 (#16451) ([22a2fc7](https://github.com/bitnami/charts/commit/22a2fc7)), closes [#16451](https://github.com/bitnami/charts/issues/16451) +* [bitnami/gitea] Release 0.2.3 (#16451) ([22a2fc7](https://github.com/bitnami/charts/commit/22a2fc7863dd5c8ba30c1cc0fcd1605f293ef0af)), closes [#16451](https://github.com/bitnami/charts/issues/16451) ## 0.2.2 (2023-05-03) -* [bitnami/gitea] Release 0.2.2 (#16368) ([cff0400](https://github.com/bitnami/charts/commit/cff0400)), closes [#16368](https://github.com/bitnami/charts/issues/16368) +* [bitnami/gitea] Release 0.2.2 (#16368) ([cff0400](https://github.com/bitnami/charts/commit/cff040072ed216a1ac2918890c756ed991defe4f)), closes [#16368](https://github.com/bitnami/charts/issues/16368) ## 0.2.1 (2023-04-29) -* [bitnami/gitea] Release 0.2.1 (#16270) ([eb5f298](https://github.com/bitnami/charts/commit/eb5f298)), closes [#16270](https://github.com/bitnami/charts/issues/16270) +* [bitnami/gitea] Release 0.2.1 (#16270) ([eb5f298](https://github.com/bitnami/charts/commit/eb5f2987646cb994ba5236c5b7a452c261b9f641)), closes [#16270](https://github.com/bitnami/charts/issues/16270) ## 0.2.0 (2023-04-20) -* [bitnami/*] Make Helm charts 100% OCI (#15998) ([8841510](https://github.com/bitnami/charts/commit/8841510)), closes [#15998](https://github.com/bitnami/charts/issues/15998) +* [bitnami/*] Make Helm charts 100% OCI (#15998) ([8841510](https://github.com/bitnami/charts/commit/884151035efcbf2e1b3206e7def85511073fb57d)), closes [#15998](https://github.com/bitnami/charts/issues/15998) ## 0.1.19 (2023-04-13) -* [bitnami/gitea] Release 0.1.19 (#16039) ([bef8495](https://github.com/bitnami/charts/commit/bef8495)), closes [#16039](https://github.com/bitnami/charts/issues/16039) +* [bitnami/gitea] Release 0.1.19 (#16039) ([bef8495](https://github.com/bitnami/charts/commit/bef8495d4f840078bc772536c3b663139d6a387d)), closes [#16039](https://github.com/bitnami/charts/issues/16039) ## 0.1.18 (2023-04-01) -* [bitnami/gitea] Release 0.1.18 (#15849) ([471df7f](https://github.com/bitnami/charts/commit/471df7f)), closes [#15849](https://github.com/bitnami/charts/issues/15849) +* [bitnami/gitea] Release 0.1.18 (#15849) ([471df7f](https://github.com/bitnami/charts/commit/471df7fbd1bb6c91c72cb0b30d0e3153d148a3ba)), closes [#15849](https://github.com/bitnami/charts/issues/15849) ## 0.1.17 (2023-03-30) -* [bitnami/gitea] Release 0.1.17 (#15815) ([c2334c8](https://github.com/bitnami/charts/commit/c2334c8)), closes [#15815](https://github.com/bitnami/charts/issues/15815) +* [bitnami/gitea] Release 0.1.17 (#15815) ([c2334c8](https://github.com/bitnami/charts/commit/c2334c8104e87c1f642c6a26537331a0b1576454)), closes [#15815](https://github.com/bitnami/charts/issues/15815) ## 0.1.16 (2023-03-29) -* [bitnami/gitea] Release 0.1.16 (#15789) ([1ccec51](https://github.com/bitnami/charts/commit/1ccec51)), closes [#15789](https://github.com/bitnami/charts/issues/15789) +* [bitnami/gitea] Release 0.1.16 (#15789) ([1ccec51](https://github.com/bitnami/charts/commit/1ccec51b06f6ea4dff63eaa148878582f08684a1)), closes [#15789](https://github.com/bitnami/charts/issues/15789) ## 0.1.15 (2023-03-18) -* [bitnami/gitea] Release 0.1.15 (#15579) ([72c25df](https://github.com/bitnami/charts/commit/72c25df)), closes [#15579](https://github.com/bitnami/charts/issues/15579) +* [bitnami/gitea] Release 0.1.15 (#15579) ([72c25df](https://github.com/bitnami/charts/commit/72c25df183b7d79f8186338b56176769cf97c11b)), closes [#15579](https://github.com/bitnami/charts/issues/15579) ## 0.1.14 (2023-03-08) -* [bitnami/charts] Apply linter to README files (#15357) ([0e29e60](https://github.com/bitnami/charts/commit/0e29e60)), closes [#15357](https://github.com/bitnami/charts/issues/15357) -* [bitnami/gitea] Release 0.1.14 (#15367) ([0323e25](https://github.com/bitnami/charts/commit/0323e25)), closes [#15367](https://github.com/bitnami/charts/issues/15367) +* [bitnami/charts] Apply linter to README files (#15357) ([0e29e60](https://github.com/bitnami/charts/commit/0e29e600d3adc8b1b46e506eccb3decfab3b4e63)), closes [#15357](https://github.com/bitnami/charts/issues/15357) +* [bitnami/gitea] Release 0.1.14 (#15367) ([0323e25](https://github.com/bitnami/charts/commit/0323e25b36170a944a8f8a2b13ad0f307deeb025)), closes [#15367](https://github.com/bitnami/charts/issues/15367) ## 0.1.13 (2023-03-01) -* [bitnami/gitea] Release 0.1.13 (#15236) ([af18f38](https://github.com/bitnami/charts/commit/af18f38)), closes [#15236](https://github.com/bitnami/charts/issues/15236) +* [bitnami/gitea] Release 0.1.13 (#15236) ([af18f38](https://github.com/bitnami/charts/commit/af18f380ed83ba269392c5310c37b437b68f870b)), closes [#15236](https://github.com/bitnami/charts/issues/15236) ## 0.1.12 (2023-02-23) -* [bitnami/gitea] Release 0.1.12 (#15113) ([eec101c](https://github.com/bitnami/charts/commit/eec101c)), closes [#15113](https://github.com/bitnami/charts/issues/15113) +* [bitnami/gitea] Release 0.1.12 (#15113) ([eec101c](https://github.com/bitnami/charts/commit/eec101c8e73667162c524ad959519d5bd07bb059)), closes [#15113](https://github.com/bitnami/charts/issues/15113) ## 0.1.11 (2023-02-20) -* [bitnami/gitea] Release 0.1.11 (#15059) ([fb797bc](https://github.com/bitnami/charts/commit/fb797bc)), closes [#15059](https://github.com/bitnami/charts/issues/15059) +* [bitnami/gitea] Release 0.1.11 (#15059) ([fb797bc](https://github.com/bitnami/charts/commit/fb797bcbd95a4b95e9de2269887b34cd711153dc)), closes [#15059](https://github.com/bitnami/charts/issues/15059) ## 0.1.10 (2023-02-17) -* [bitnami/*] Fix markdown linter issues (#14874) ([a51e0e8](https://github.com/bitnami/charts/commit/a51e0e8)), closes [#14874](https://github.com/bitnami/charts/issues/14874) -* [bitnami/*] Fix markdown linter issues 2 (#14890) ([aa96572](https://github.com/bitnami/charts/commit/aa96572)), closes [#14890](https://github.com/bitnami/charts/issues/14890) -* [bitnami/*] Remove unexpected extra spaces (#14873) ([c97c714](https://github.com/bitnami/charts/commit/c97c714)), closes [#14873](https://github.com/bitnami/charts/issues/14873) -* [bitnami/gitea] Release 0.1.10 (#14955) ([40a7fe8](https://github.com/bitnami/charts/commit/40a7fe8)), closes [#14955](https://github.com/bitnami/charts/issues/14955) +* [bitnami/*] Fix markdown linter issues (#14874) ([a51e0e8](https://github.com/bitnami/charts/commit/a51e0e8d35495b907f3e70dd2f8e7c3bcbf4166a)), closes [#14874](https://github.com/bitnami/charts/issues/14874) +* [bitnami/*] Fix markdown linter issues 2 (#14890) ([aa96572](https://github.com/bitnami/charts/commit/aa9657237ee8df4a46db0d7fdf8a23230dd6902a)), closes [#14890](https://github.com/bitnami/charts/issues/14890) +* [bitnami/*] Remove unexpected extra spaces (#14873) ([c97c714](https://github.com/bitnami/charts/commit/c97c714887380d47eae7bfeff316bf01595ecd1d)), closes [#14873](https://github.com/bitnami/charts/issues/14873) +* [bitnami/gitea] Release 0.1.10 (#14955) ([40a7fe8](https://github.com/bitnami/charts/commit/40a7fe8a19ce8c657ceb4ded0e916cad7c5c3c67)), closes [#14955](https://github.com/bitnami/charts/issues/14955) ## 0.1.9 (2023-02-02) -* [bitnami/*] Change copyright date (#14682) ([add4ec7](https://github.com/bitnami/charts/commit/add4ec7)), closes [#14682](https://github.com/bitnami/charts/issues/14682) -* [bitnami/gitea] Don't regenerate self-signed certs on upgrade (#14622) ([858e766](https://github.com/bitnami/charts/commit/858e766)), closes [#14622](https://github.com/bitnami/charts/issues/14622) +* [bitnami/*] Change copyright date (#14682) ([add4ec7](https://github.com/bitnami/charts/commit/add4ec701108ac36ed4de2dffbdf407a0d091067)), closes [#14682](https://github.com/bitnami/charts/issues/14682) +* [bitnami/gitea] Don't regenerate self-signed certs on upgrade (#14622) ([858e766](https://github.com/bitnami/charts/commit/858e766b1e69fbf0b3b50463c292f8ccb5caecea)), closes [#14622](https://github.com/bitnami/charts/issues/14622) ## 0.1.8 (2023-01-24) -* [bitnami/gitea] Release 0.1.8 (#14506) ([dd230b3](https://github.com/bitnami/charts/commit/dd230b3)), closes [#14506](https://github.com/bitnami/charts/issues/14506) +* [bitnami/gitea] Release 0.1.8 (#14506) ([dd230b3](https://github.com/bitnami/charts/commit/dd230b354fb853f7a7fdb00e1df3e4956d934a42)), closes [#14506](https://github.com/bitnami/charts/issues/14506) ## 0.1.7 (2023-01-23) -* [bitnami/*] Unify READMEs (#14472) ([2064fb8](https://github.com/bitnami/charts/commit/2064fb8)), closes [#14472](https://github.com/bitnami/charts/issues/14472) -* [bitnami/gitea] Release 0.1.7 (#14458) ([b043d8e](https://github.com/bitnami/charts/commit/b043d8e)), closes [#14458](https://github.com/bitnami/charts/issues/14458) +* [bitnami/*] Unify READMEs (#14472) ([2064fb8](https://github.com/bitnami/charts/commit/2064fb8dcc78a845cdede8211af8c3cc52551161)), closes [#14472](https://github.com/bitnami/charts/issues/14472) +* [bitnami/gitea] Release 0.1.7 (#14458) ([b043d8e](https://github.com/bitnami/charts/commit/b043d8ef4d51e44cc303ee72de6981b5bf8d4ff0)), closes [#14458](https://github.com/bitnami/charts/issues/14458) ## 0.1.6 (2023-01-18) -* [bitnami/*] Add license annotation and remove obsolete engine parameter (#14293) ([da2a794](https://github.com/bitnami/charts/commit/da2a794)), closes [#14293](https://github.com/bitnami/charts/issues/14293) -* [bitnami/*] Change licenses annotation format (#14377) ([0ab7608](https://github.com/bitnami/charts/commit/0ab7608)), closes [#14377](https://github.com/bitnami/charts/issues/14377) -* [bitnami/gitea] Release 0.1.6 (#14413) ([01ed0f5](https://github.com/bitnami/charts/commit/01ed0f5)), closes [#14413](https://github.com/bitnami/charts/issues/14413) +* [bitnami/*] Add license annotation and remove obsolete engine parameter (#14293) ([da2a794](https://github.com/bitnami/charts/commit/da2a7943bae95b6e9b5b4ed972c15e990b69fdb0)), closes [#14293](https://github.com/bitnami/charts/issues/14293) +* [bitnami/*] Change licenses annotation format (#14377) ([0ab7608](https://github.com/bitnami/charts/commit/0ab760862c660fcc78cffadf8e1d8cdd70881473)), closes [#14377](https://github.com/bitnami/charts/issues/14377) +* [bitnami/gitea] Release 0.1.6 (#14413) ([01ed0f5](https://github.com/bitnami/charts/commit/01ed0f590e9eb3ee435f979447fdaf48c94c4b5d)), closes [#14413](https://github.com/bitnami/charts/issues/14413) ## 0.1.5 (2023-01-11) -* [bitnami/gitea] Bump version chart to force new publish (#14288) ([c34b2c9](https://github.com/bitnami/charts/commit/c34b2c9)), closes [#14288](https://github.com/bitnami/charts/issues/14288) +* [bitnami/gitea] Bump version chart to force new publish (#14288) ([c34b2c9](https://github.com/bitnami/charts/commit/c34b2c941a4ea029e8ceeb44b2d027c27549ce0a)), closes [#14288](https://github.com/bitnami/charts/issues/14288) ## 0.1.4 (2023-01-11) -* [bitnami/gitea] Release 0.1.4 (#14284) ([126c1ea](https://github.com/bitnami/charts/commit/126c1ea)), closes [#14284](https://github.com/bitnami/charts/issues/14284) +* [bitnami/gitea] Release 0.1.4 (#14284) ([126c1ea](https://github.com/bitnami/charts/commit/126c1ea339577f2db4035a6b7de55e89ea950611)), closes [#14284](https://github.com/bitnami/charts/issues/14284) ## 0.1.3 (2022-12-30) -* [bitnami/gitea] Release 0.1.3 (#14136) ([8c78326](https://github.com/bitnami/charts/commit/8c78326)), closes [#14136](https://github.com/bitnami/charts/issues/14136) +* [bitnami/gitea] Release 0.1.3 (#14136) ([8c78326](https://github.com/bitnami/charts/commit/8c783264c6e635a5ac8fb75caf331babf5b7f9e0)), closes [#14136](https://github.com/bitnami/charts/issues/14136) ## 0.1.2 (2022-12-22) -* [bitnami/gitea] Release 0.1.2 (#14066) ([1e92a49](https://github.com/bitnami/charts/commit/1e92a49)), closes [#14066](https://github.com/bitnami/charts/issues/14066) +* [bitnami/gitea] Release 0.1.2 (#14066) ([1e92a49](https://github.com/bitnami/charts/commit/1e92a496bfecd923624ecf481e7e6cc0857e52f4)), closes [#14066](https://github.com/bitnami/charts/issues/14066) ## 0.1.1 (2022-11-28) -* [bitnami/gitea] Release 0.1.1 (#13721) ([f098e2b](https://github.com/bitnami/charts/commit/f098e2b)), closes [#13721](https://github.com/bitnami/charts/issues/13721) +* [bitnami/gitea] Release 0.1.1 (#13721) ([f098e2b](https://github.com/bitnami/charts/commit/f098e2ba71aa824f267fb32509b123aa7961a118)), closes [#13721](https://github.com/bitnami/charts/issues/13721) ## 0.1.0 (2022-11-27) -* [bitnami/gitea] feat: :tada: Add chart (#13690) ([4803114](https://github.com/bitnami/charts/commit/4803114)), closes [#13690](https://github.com/bitnami/charts/issues/13690) [#13683](https://github.com/bitnami/charts/issues/13683) [#13685](https://github.com/bitnami/charts/issues/13685) [#13679](https://github.com/bitnami/charts/issues/13679) [#13684](https://github.com/bitnami/charts/issues/13684) [#13689](https://github.com/bitnami/charts/issues/13689) [#13691](https://github.com/bitnami/charts/issues/13691) [#13692](https://github.com/bitnami/charts/issues/13692) [#13593](https://github.com/bitnami/charts/issues/13593) [#13646](https://github.com/bitnami/charts/issues/13646) [#13695](https://github.com/bitnami/charts/issues/13695) [#13636](https://github.com/bitnami/charts/issues/13636) +* [bitnami/gitea] feat: :tada: Add chart (#13690) ([4803114](https://github.com/bitnami/charts/commit/4803114ff9cfa38ca4d5b7ca3a238b4ccda34b5b)), closes [#13690](https://github.com/bitnami/charts/issues/13690) [#13683](https://github.com/bitnami/charts/issues/13683) [#13685](https://github.com/bitnami/charts/issues/13685) [#13679](https://github.com/bitnami/charts/issues/13679) [#13684](https://github.com/bitnami/charts/issues/13684) [#13689](https://github.com/bitnami/charts/issues/13689) [#13691](https://github.com/bitnami/charts/issues/13691) [#13692](https://github.com/bitnami/charts/issues/13692) [#13593](https://github.com/bitnami/charts/issues/13593) [#13646](https://github.com/bitnami/charts/issues/13646) [#13695](https://github.com/bitnami/charts/issues/13695) [#13636](https://github.com/bitnami/charts/issues/13636) diff --git a/bitnami/gitea/Chart.lock b/bitnami/gitea/Chart.lock index bd6da005c1a27d..7398c3b826704e 100644 --- a/bitnami/gitea/Chart.lock +++ b/bitnami/gitea/Chart.lock @@ -1,9 +1,9 @@ dependencies: - name: postgresql repository: oci://registry-1.docker.io/bitnamicharts - version: 15.3.5 + version: 15.4.1 - name: common repository: oci://registry-1.docker.io/bitnamicharts version: 2.19.3 -digest: sha256:733f900df591c9175c755b21213ed83c02a011517e70120f4e00aa28b12397e2 -generated: "2024-05-21T13:43:12.963777204+02:00" +digest: sha256:437fd76c39b531815e411d08df9197bcd6952da4690258a9529070f7d06027b1 +generated: "2024-05-27T13:34:46.931128197Z" diff --git a/bitnami/gitea/Chart.yaml b/bitnami/gitea/Chart.yaml index e1a51596ce60a8..c50739aee62427 100644 --- a/bitnami/gitea/Chart.yaml +++ b/bitnami/gitea/Chart.yaml @@ -6,11 +6,11 @@ annotations: licenses: Apache-2.0 images: | - name: gitea - image: docker.io/bitnami/gitea:1.21.11-debian-12-r4 + image: docker.io/bitnami/gitea:1.22.0-debian-12-r0 - name: os-shell image: docker.io/bitnami/os-shell:12-debian-12-r21 apiVersion: v2 -appVersion: 1.21.11 +appVersion: 1.22.0 dependencies: - condition: postgresql.enabled name: postgresql @@ -37,4 +37,4 @@ maintainers: name: gitea sources: - https://github.com/bitnami/charts/tree/main/bitnami/gitea -version: 2.2.0 +version: 2.2.1 diff --git a/bitnami/gitea/values.yaml b/bitnami/gitea/values.yaml index 748a9314887377..5aed2e36655691 100644 --- a/bitnami/gitea/values.yaml +++ b/bitnami/gitea/values.yaml @@ -68,7 +68,7 @@ extraDeploy: [] image: registry: docker.io repository: bitnami/gitea - tag: 1.21.11-debian-12-r4 + tag: 1.22.0-debian-12-r0 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' From 129ca3c7c6c5608cc41781936147934e87022b7d Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Tue, 28 May 2024 05:04:04 +0200 Subject: [PATCH 036/110] [bitnami/minio] Release 14.6.1 (#26466) * [bitnami/minio] Release 14.6.1 updating components versions Signed-off-by: Bitnami Containers * Update CHANGELOG.md Signed-off-by: Bitnami Containers --------- Signed-off-by: Bitnami Containers --- bitnami/minio/CHANGELOG.md | 1351 ++++++++++++++++++------------------ bitnami/minio/Chart.yaml | 8 +- bitnami/minio/values.yaml | 4 +- 3 files changed, 684 insertions(+), 679 deletions(-) diff --git a/bitnami/minio/CHANGELOG.md b/bitnami/minio/CHANGELOG.md index 1a3805ace22d6f..b8d652f892c13f 100644 --- a/bitnami/minio/CHANGELOG.md +++ b/bitnami/minio/CHANGELOG.md @@ -1,2330 +1,2335 @@ # Changelog +## 14.6.1 (2024-05-28) + +* [bitnami/minio] Release 14.6.1 ([#26466](https://github.com/bitnami/charts/pull/26466)) + ## 14.6.0 (2024-05-21) -* [bitnami/minio] feat: :sparkles: :lock: Add warning when original images are replaced ([#26245](https://github.com/bitnami/charts/pulls/26245)) +* [bitnami/*] ci: :construction_worker: Add tag and changelog support (#25359) ([91c707c](https://github.com/bitnami/charts/commit/91c707c9e4e574725a09505d2d313fb93f1b4c0a)), closes [#25359](https://github.com/bitnami/charts/issues/25359) +* [bitnami/minio] feat: :sparkles: :lock: Add warning when original images are replaced (#26245) ([cf4f13a](https://github.com/bitnami/charts/commit/cf4f13a70f5d36fdc57d6b194c910d6cf2412b30)), closes [#26245](https://github.com/bitnami/charts/issues/26245) ## 14.5.0 (2024-05-20) -* [bitnami/minio] PDB review (#25986) ([06839ae](https://github.com/bitnami/charts/commit/06839ae)), closes [#25986](https://github.com/bitnami/charts/issues/25986) +* [bitnami/minio] PDB review (#25986) ([06839ae](https://github.com/bitnami/charts/commit/06839aeaa0c9929b0978f7a5d9d551baf484922d)), closes [#25986](https://github.com/bitnami/charts/issues/25986) ## 14.4.3 (2024-05-18) -* [bitnami/minio] Release 14.4.3 updating components versions (#26047) ([d9a05ac](https://github.com/bitnami/charts/commit/d9a05ac)), closes [#26047](https://github.com/bitnami/charts/issues/26047) +* [bitnami/minio] Release 14.4.3 updating components versions (#26047) ([d9a05ac](https://github.com/bitnami/charts/commit/d9a05ace5a9abed73704d7105d59ac61ecc6e8d4)), closes [#26047](https://github.com/bitnami/charts/issues/26047) ## 14.4.2 (2024-05-14) -* [bitnami/minio] Release 14.4.2 updating components versions (#25796) ([98591e6](https://github.com/bitnami/charts/commit/98591e6)), closes [#25796](https://github.com/bitnami/charts/issues/25796) +* [bitnami/minio] Release 14.4.2 updating components versions (#25796) ([98591e6](https://github.com/bitnami/charts/commit/98591e65c354e39cab7771bb8c37457cc91c4093)), closes [#25796](https://github.com/bitnami/charts/issues/25796) ## 14.4.1 (2024-05-13) -* [bitnami/minio] Release 14.4.1 updating components versions (#25706) ([a7ef701](https://github.com/bitnami/charts/commit/a7ef701)), closes [#25706](https://github.com/bitnami/charts/issues/25706) +* [bitnami/minio] Release 14.4.1 updating components versions (#25706) ([a7ef701](https://github.com/bitnami/charts/commit/a7ef701d2f3c4bad845f8d190eaed61c657a74ba)), closes [#25706](https://github.com/bitnami/charts/issues/25706) ## 14.4.0 (2024-05-10) -* [bitnami/minio] Add support for provisioning policies condition (#25462) ([b88cbe8](https://github.com/bitnami/charts/commit/b88cbe8)), closes [#25462](https://github.com/bitnami/charts/issues/25462) +* [bitnami/minio] Add support for provisioning policies condition (#25462) ([b88cbe8](https://github.com/bitnami/charts/commit/b88cbe8447b45eb7d4c105a56c18f49856380054)), closes [#25462](https://github.com/bitnami/charts/issues/25462) ## 14.3.5 (2024-05-10) -* [bitnami/*] Change non-root and rolling-tags doc URLs (#25628) ([b067c94](https://github.com/bitnami/charts/commit/b067c94)), closes [#25628](https://github.com/bitnami/charts/issues/25628) -* [bitnami/minio] Release 14.3.5 updating components versions (#25665) ([7e2c5f2](https://github.com/bitnami/charts/commit/7e2c5f2)), closes [#25665](https://github.com/bitnami/charts/issues/25665) +* [bitnami/*] Change non-root and rolling-tags doc URLs (#25628) ([b067c94](https://github.com/bitnami/charts/commit/b067c94f6bcde427863c197fd355f0b5ba12ff5b)), closes [#25628](https://github.com/bitnami/charts/issues/25628) +* [bitnami/minio] Release 14.3.5 updating components versions (#25665) ([7e2c5f2](https://github.com/bitnami/charts/commit/7e2c5f28692830f3c70528a1eca6a2dc7385a4a4)), closes [#25665](https://github.com/bitnami/charts/issues/25665) ## 14.3.4 (2024-05-08) -* [bitnami/*] Set new header/owner (#25558) ([8d1dc11](https://github.com/bitnami/charts/commit/8d1dc11)), closes [#25558](https://github.com/bitnami/charts/issues/25558) -* [bitnami/minio] Release 14.3.4 updating components versions (#25610) ([c63c441](https://github.com/bitnami/charts/commit/c63c441)), closes [#25610](https://github.com/bitnami/charts/issues/25610) +* [bitnami/*] Set new header/owner (#25558) ([8d1dc11](https://github.com/bitnami/charts/commit/8d1dc11f5fb30db6fba50c43d7af59d2f79deed3)), closes [#25558](https://github.com/bitnami/charts/issues/25558) +* [bitnami/minio] Release 14.3.4 updating components versions (#25610) ([c63c441](https://github.com/bitnami/charts/commit/c63c4419639fb8679453b220fb1fa9f7203fcc6b)), closes [#25610](https://github.com/bitnami/charts/issues/25610) ## 14.3.3 (2024-05-01) -* [bitnami/minio] Release 14.3.3 updating components versions (#25479) ([e0a851b](https://github.com/bitnami/charts/commit/e0a851b)), closes [#25479](https://github.com/bitnami/charts/issues/25479) +* [bitnami/minio] Release 14.3.3 updating components versions (#25479) ([e0a851b](https://github.com/bitnami/charts/commit/e0a851b4f53b1d9d38dd9b52f259f78e3726ca74)), closes [#25479](https://github.com/bitnami/charts/issues/25479) ## 14.3.2 (2024-04-29) -* [bitnami/minio] Release 14.3.2 updating components versions (#25454) ([3d22743](https://github.com/bitnami/charts/commit/3d22743)), closes [#25454](https://github.com/bitnami/charts/issues/25454) -* Replace VMware by Broadcom copyright text (#25306) ([a5e4bd0](https://github.com/bitnami/charts/commit/a5e4bd0)), closes [#25306](https://github.com/bitnami/charts/issues/25306) +* [bitnami/minio] Release 14.3.2 updating components versions (#25454) ([3d22743](https://github.com/bitnami/charts/commit/3d227432ee7c50a90aa4e94895f9ba06552e5621)), closes [#25454](https://github.com/bitnami/charts/issues/25454) +* Replace VMware by Broadcom copyright text (#25306) ([a5e4bd0](https://github.com/bitnami/charts/commit/a5e4bd0e35e419203793976a78d9d0a13de92c76)), closes [#25306](https://github.com/bitnami/charts/issues/25306) ## 14.3.1 (2024-04-25) -* [bitnami/minio] fix: :bug: Set correct context in tls-secret (#25378) ([cce4be2](https://github.com/bitnami/charts/commit/cce4be2)), closes [#25378](https://github.com/bitnami/charts/issues/25378) +* [bitnami/minio] fix: :bug: Set correct context in tls-secret (#25378) ([cce4be2](https://github.com/bitnami/charts/commit/cce4be2f04d89cec8192860e65681747ade1e36a)), closes [#25378](https://github.com/bitnami/charts/issues/25378) ## 14.3.0 (2024-04-24) -* [bitnami/minio] Allow bucket versioning in standalone mode (#25342) ([536028b](https://github.com/bitnami/charts/commit/536028b)), closes [#25342](https://github.com/bitnami/charts/issues/25342) +* [bitnami/minio] Allow bucket versioning in standalone mode (#25342) ([536028b](https://github.com/bitnami/charts/commit/536028bc23e70335138de69c1e47b7f493fd5df0)), closes [#25342](https://github.com/bitnami/charts/issues/25342) ## 14.2.1 (2024-04-22) -* [bitnami/minio] Permission denied at startup with multiple drives per node (#25301) ([6cfe5a0](https://github.com/bitnami/charts/commit/6cfe5a0)), closes [#25301](https://github.com/bitnami/charts/issues/25301) +* [bitnami/minio] Permission denied at startup with multiple drives per node (#25301) ([6cfe5a0](https://github.com/bitnami/charts/commit/6cfe5a0443003817f347faec25bb6bd6090c15d1)), closes [#25301](https://github.com/bitnami/charts/issues/25301) ## 14.2.0 (2024-04-19) -* [bitnami/minio] Be able to define custom secretKeys instead of root-user and root-password (#25109) ([2274dcd](https://github.com/bitnami/charts/commit/2274dcd)), closes [#25109](https://github.com/bitnami/charts/issues/25109) +* [bitnami/minio] Be able to define custom secretKeys instead of root-user and root-password (#25109) ([2274dcd](https://github.com/bitnami/charts/commit/2274dcd421c5aaea49758692d6cb4bc353cb4b22)), closes [#25109](https://github.com/bitnami/charts/issues/25109) ## 14.1.8 (2024-04-18) -* [bitnami/minio] Release 14.1.8 updating components versions (#25230) ([c6a7031](https://github.com/bitnami/charts/commit/c6a7031)), closes [#25230](https://github.com/bitnami/charts/issues/25230) +* [bitnami/minio] Release 14.1.8 updating components versions (#25230) ([c6a7031](https://github.com/bitnami/charts/commit/c6a7031280c4b8f86707e99889fc4bc15f47e08b)), closes [#25230](https://github.com/bitnami/charts/issues/25230) ## 14.1.7 (2024-04-06) -* [bitnami/minio] Release 14.1.7 updating components versions (#25018) ([b0ceaea](https://github.com/bitnami/charts/commit/b0ceaea)), closes [#25018](https://github.com/bitnami/charts/issues/25018) +* [bitnami/minio] Release 14.1.7 updating components versions (#25018) ([b0ceaea](https://github.com/bitnami/charts/commit/b0ceaea436ff4fa8b4e09b1e1bc632cc4ef4f5c5)), closes [#25018](https://github.com/bitnami/charts/issues/25018) ## 14.1.6 (2024-04-05) -* [bitnami/minio] Release 14.1.6 updating components versions (#24965) ([5b1f809](https://github.com/bitnami/charts/commit/5b1f809)), closes [#24965](https://github.com/bitnami/charts/issues/24965) +* [bitnami/minio] Release 14.1.6 updating components versions (#24965) ([5b1f809](https://github.com/bitnami/charts/commit/5b1f80940be3ba51d87d1f8ded4f0434b16e73ec)), closes [#24965](https://github.com/bitnami/charts/issues/24965) ## 14.1.5 (2024-04-04) -* [bitnami/minio] Release 14.1.5 (#24909) ([d8ca8c1](https://github.com/bitnami/charts/commit/d8ca8c1)), closes [#24909](https://github.com/bitnami/charts/issues/24909) -* Update resourcesPreset comments (#24467) ([92e3e8a](https://github.com/bitnami/charts/commit/92e3e8a)), closes [#24467](https://github.com/bitnami/charts/issues/24467) +* [bitnami/minio] Release 14.1.5 (#24909) ([d8ca8c1](https://github.com/bitnami/charts/commit/d8ca8c1204a7b90fb940c80dd59717fb7b67853d)), closes [#24909](https://github.com/bitnami/charts/issues/24909) +* Update resourcesPreset comments (#24467) ([92e3e8a](https://github.com/bitnami/charts/commit/92e3e8a507326d2a20a8f10ab3e7746a2ec5c554)), closes [#24467](https://github.com/bitnami/charts/issues/24467) ## 14.1.4 (2024-03-30) -* [bitnami/minio] Release 14.1.4 updating components versions (#24755) ([62f7b17](https://github.com/bitnami/charts/commit/62f7b17)), closes [#24755](https://github.com/bitnami/charts/issues/24755) +* [bitnami/minio] Release 14.1.4 updating components versions (#24755) ([62f7b17](https://github.com/bitnami/charts/commit/62f7b1762b696872714908f4e56505fd088ef9bb)), closes [#24755](https://github.com/bitnami/charts/issues/24755) ## 14.1.3 (2024-03-27) -* [bitnami/minio] Release 14.1.3 updating components versions (#24704) ([081c8b8](https://github.com/bitnami/charts/commit/081c8b8)), closes [#24704](https://github.com/bitnami/charts/issues/24704) -* [bitnami/several] Fix comment mentioning Keycloak (#24661) ([641c546](https://github.com/bitnami/charts/commit/641c546)), closes [#24661](https://github.com/bitnami/charts/issues/24661) +* [bitnami/minio] Release 14.1.3 updating components versions (#24704) ([081c8b8](https://github.com/bitnami/charts/commit/081c8b87b9bc962b77f70117b7910ba8b2296cdf)), closes [#24704](https://github.com/bitnami/charts/issues/24704) +* [bitnami/several] Fix comment mentioning Keycloak (#24661) ([641c546](https://github.com/bitnami/charts/commit/641c5468069de826c12d1e7c825807cf68b4ee96)), closes [#24661](https://github.com/bitnami/charts/issues/24661) ## 14.1.2 (2024-03-22) -* [bitnami/minio] Release 14.1.2 updating components versions (#24634) ([184b5fc](https://github.com/bitnami/charts/commit/184b5fc)), closes [#24634](https://github.com/bitnami/charts/issues/24634) +* [bitnami/minio] Release 14.1.2 updating components versions (#24634) ([184b5fc](https://github.com/bitnami/charts/commit/184b5fc088f68a036f8fb7cb5ead2d8ebcb2cf16)), closes [#24634](https://github.com/bitnami/charts/issues/24634) ## 14.1.1 (2024-03-21) -* [bitnami/minio] Fix issue when setting containerPorts.api (#24591) ([e6a7fed](https://github.com/bitnami/charts/commit/e6a7fed)), closes [#24591](https://github.com/bitnami/charts/issues/24591) +* [bitnami/minio] Fix issue when setting containerPorts.api (#24591) ([e6a7fed](https://github.com/bitnami/charts/commit/e6a7fedcce05d836ea396a74f799463d61ec7b5c)), closes [#24591](https://github.com/bitnami/charts/issues/24591) ## 14.1.0 (2024-03-18) -* [bitnami/minio] feat: :sparkles: :lock: Add network policy to provisioning job (#24512) ([fba34b2](https://github.com/bitnami/charts/commit/fba34b2)), closes [#24512](https://github.com/bitnami/charts/issues/24512) +* [bitnami/minio] feat: :sparkles: :lock: Add network policy to provisioning job (#24512) ([fba34b2](https://github.com/bitnami/charts/commit/fba34b2ae5279c34a47a6c2fb5f8e1802431d72f)), closes [#24512](https://github.com/bitnami/charts/issues/24512) ## 14.0.0 (2024-03-18) -* [bitnami/*] Reorder Chart sections (#24455) ([0cf4048](https://github.com/bitnami/charts/commit/0cf4048)), closes [#24455](https://github.com/bitnami/charts/issues/24455) -* [bitnami/minio] feat!: :lock: :boom: Improve security defaults (#24373) ([1aafbe2](https://github.com/bitnami/charts/commit/1aafbe2)), closes [#24373](https://github.com/bitnami/charts/issues/24373) +* [bitnami/*] Reorder Chart sections (#24455) ([0cf4048](https://github.com/bitnami/charts/commit/0cf4048e8743f70a9753d460655bd030cbff6824)), closes [#24455](https://github.com/bitnami/charts/issues/24455) +* [bitnami/minio] feat!: :lock: :boom: Improve security defaults (#24373) ([1aafbe2](https://github.com/bitnami/charts/commit/1aafbe24b0b2e69c007a06106c7a37da86d424e1)), closes [#24373](https://github.com/bitnami/charts/issues/24373) ## 13.8.4 (2024-03-15) -* [bitnami/minio] Release 13.8.4 updating components versions (#24465) ([263f70e](https://github.com/bitnami/charts/commit/263f70e)), closes [#24465](https://github.com/bitnami/charts/issues/24465) +* [bitnami/minio] Release 13.8.4 updating components versions (#24465) ([263f70e](https://github.com/bitnami/charts/commit/263f70e889ddf6a5bdcb0f562b1f35f9baedc1d2)), closes [#24465](https://github.com/bitnami/charts/issues/24465) ## 13.8.3 (2024-03-10) -* [bitnami/minio] Release 13.8.3 updating components versions (#24319) ([4ec5825](https://github.com/bitnami/charts/commit/4ec5825)), closes [#24319](https://github.com/bitnami/charts/issues/24319) +* [bitnami/minio] Release 13.8.3 updating components versions (#24319) ([4ec5825](https://github.com/bitnami/charts/commit/4ec582543cd452f013030ec81b36581d29fa3390)), closes [#24319](https://github.com/bitnami/charts/issues/24319) ## 13.8.2 (2024-03-07) -* [bitnami/minio] Release 13.8.2 updating components versions (#24250) ([ded4b12](https://github.com/bitnami/charts/commit/ded4b12)), closes [#24250](https://github.com/bitnami/charts/issues/24250) +* [bitnami/minio] Release 13.8.2 updating components versions (#24250) ([ded4b12](https://github.com/bitnami/charts/commit/ded4b1237beec88d5e92ef0982ad4bed2d7b3bdb)), closes [#24250](https://github.com/bitnami/charts/issues/24250) ## 13.8.1 (2024-03-06) -* [bitnami/minio] Release 13.8.1 updating components versions (#24212) ([f383d8d](https://github.com/bitnami/charts/commit/f383d8d)), closes [#24212](https://github.com/bitnami/charts/issues/24212) +* [bitnami/minio] Release 13.8.1 updating components versions (#24212) ([f383d8d](https://github.com/bitnami/charts/commit/f383d8d4f87cd14ef71980e7a2952883e262b6bb)), closes [#24212](https://github.com/bitnami/charts/issues/24212) ## 13.8.0 (2024-03-06) -* [bitnami/minio] feat: :sparkles: :lock: Add automatic adaptation for Openshift restricted-v2 SCC (#2 ([338447f](https://github.com/bitnami/charts/commit/338447f)), closes [#24122](https://github.com/bitnami/charts/issues/24122) +* [bitnami/minio] feat: :sparkles: :lock: Add automatic adaptation for Openshift restricted-v2 SCC (#2 ([338447f](https://github.com/bitnami/charts/commit/338447f0eecc0d0ca37b09571d74951defeed2d2)), closes [#24122](https://github.com/bitnami/charts/issues/24122) ## 13.7.2 (2024-03-05) -* [bitnami/minio] Release 13.7.2 updating components versions (#24058) ([f2f4a80](https://github.com/bitnami/charts/commit/f2f4a80)), closes [#24058](https://github.com/bitnami/charts/issues/24058) +* [bitnami/minio] Release 13.7.2 updating components versions (#24058) ([f2f4a80](https://github.com/bitnami/charts/commit/f2f4a80388f3ae1ab7a5eb9a67a9cd8c6f5287d7)), closes [#24058](https://github.com/bitnami/charts/issues/24058) ## 13.7.1 (2024-03-03) -* [bitnami/minio] Release 13.7.1 updating components versions (#24023) ([c333d64](https://github.com/bitnami/charts/commit/c333d64)), closes [#24023](https://github.com/bitnami/charts/issues/24023) +* [bitnami/minio] Release 13.7.1 updating components versions (#24023) ([c333d64](https://github.com/bitnami/charts/commit/c333d6481941c23b0a2d2e7053b2dd54a1e334b8)), closes [#24023](https://github.com/bitnami/charts/issues/24023) ## 13.7.0 (2024-02-29) -* [bitnami/minio] feat: :sparkles: :lock: Add readOnlyRootFilesystem support (#23982) ([67525d8](https://github.com/bitnami/charts/commit/67525d8)), closes [#23982](https://github.com/bitnami/charts/issues/23982) +* [bitnami/minio] feat: :sparkles: :lock: Add readOnlyRootFilesystem support (#23982) ([67525d8](https://github.com/bitnami/charts/commit/67525d8ebc99b87d4605f444067d58da8cc281b1)), closes [#23982](https://github.com/bitnami/charts/issues/23982) ## 13.6.4 (2024-02-26) -* [bitnami/minio] Release 13.6.4 updating components versions (#23917) ([8d94f6c](https://github.com/bitnami/charts/commit/8d94f6c)), closes [#23917](https://github.com/bitnami/charts/issues/23917) +* [bitnami/minio] Release 13.6.4 updating components versions (#23917) ([8d94f6c](https://github.com/bitnami/charts/commit/8d94f6c080f4cb496f119dc96e1a1041cccdc235)), closes [#23917](https://github.com/bitnami/charts/issues/23917) ## 13.6.3 (2024-02-25) -* [bitnami/minio] Release 13.6.3 updating components versions (#23899) ([d1f6de6](https://github.com/bitnami/charts/commit/d1f6de6)), closes [#23899](https://github.com/bitnami/charts/issues/23899) +* [bitnami/minio] Release 13.6.3 updating components versions (#23899) ([d1f6de6](https://github.com/bitnami/charts/commit/d1f6de699a44fde85c802268e109ec9d3c81494b)), closes [#23899](https://github.com/bitnami/charts/issues/23899) ## 13.6.2 (2024-02-22) -* [bitnami/minio] Release 13.6.2 updating components versions (#23804) ([7742278](https://github.com/bitnami/charts/commit/7742278)), closes [#23804](https://github.com/bitnami/charts/issues/23804) +* [bitnami/minio] Release 13.6.2 updating components versions (#23804) ([7742278](https://github.com/bitnami/charts/commit/77422785a7f9203c30d4488ac3d6549fbb647d85)), closes [#23804](https://github.com/bitnami/charts/issues/23804) ## 13.6.1 (2024-02-21) -* [bitnami/minio] Release 13.6.1 updating components versions (#23727) ([e22a37d](https://github.com/bitnami/charts/commit/e22a37d)), closes [#23727](https://github.com/bitnami/charts/issues/23727) +* [bitnami/minio] Release 13.6.1 updating components versions (#23727) ([e22a37d](https://github.com/bitnami/charts/commit/e22a37d385f6157e935f7fedd28879114cb6c39f)), closes [#23727](https://github.com/bitnami/charts/issues/23727) ## 13.6.0 (2024-02-20) -* [bitnami/*] Bump all versions (#23602) ([b70ee2a](https://github.com/bitnami/charts/commit/b70ee2a)), closes [#23602](https://github.com/bitnami/charts/issues/23602) +* [bitnami/*] Bump all versions (#23602) ([b70ee2a](https://github.com/bitnami/charts/commit/b70ee2a30e4dc256bf0ac52928fb2fa7a70f049b)), closes [#23602](https://github.com/bitnami/charts/issues/23602) ## 13.5.1 (2024-02-17) -* [bitnami/minio] Release 13.5.1 updating components versions (#23580) ([cf413a8](https://github.com/bitnami/charts/commit/cf413a8)), closes [#23580](https://github.com/bitnami/charts/issues/23580) +* [bitnami/minio] Release 13.5.1 updating components versions (#23580) ([cf413a8](https://github.com/bitnami/charts/commit/cf413a8a118a0dd1288b72b6ae9936f655221e9b)), closes [#23580](https://github.com/bitnami/charts/issues/23580) ## 13.5.0 (2024-02-16) -* [bitnami/minio] feat: :sparkles: :lock: Add resource preset support (#23489) ([b684375](https://github.com/bitnami/charts/commit/b684375)), closes [#23489](https://github.com/bitnami/charts/issues/23489) +* [bitnami/minio] feat: :sparkles: :lock: Add resource preset support (#23489) ([b684375](https://github.com/bitnami/charts/commit/b6843752184ea5548abdc79476188694c608bab1)), closes [#23489](https://github.com/bitnami/charts/issues/23489) ## 13.4.7 (2024-02-15) -* [bitnami/minio] Release 13.4.7 updating components versions (#23551) ([c163985](https://github.com/bitnami/charts/commit/c163985)), closes [#23551](https://github.com/bitnami/charts/issues/23551) -* Added MINIO_DATA_DIR envVar to standalone and distributed charts that use the value of persistence.m ([08ae391](https://github.com/bitnami/charts/commit/08ae391)), closes [#23388](https://github.com/bitnami/charts/issues/23388) +* [bitnami/minio] Release 13.4.7 updating components versions (#23551) ([c163985](https://github.com/bitnami/charts/commit/c163985d52e5f4417d44a3c1c75d78cc5afae176)), closes [#23551](https://github.com/bitnami/charts/issues/23551) +* Added MINIO_DATA_DIR envVar to standalone and distributed charts that use the value of persistence.m ([08ae391](https://github.com/bitnami/charts/commit/08ae3911412f31c4fa83764be1484a95d2677e03)), closes [#23388](https://github.com/bitnami/charts/issues/23388) ## 13.4.6 (2024-02-13) -* [bitnami/minio] Release 13.4.6 updating components versions (#23416) ([109891d](https://github.com/bitnami/charts/commit/109891d)), closes [#23416](https://github.com/bitnami/charts/issues/23416) +* [bitnami/minio] Release 13.4.6 updating components versions (#23416) ([109891d](https://github.com/bitnami/charts/commit/109891d228bb71e5ab6cfb4e42a343ec0782f060)), closes [#23416](https://github.com/bitnami/charts/issues/23416) ## 13.4.5 (2024-02-10) -* [bitnami/minio] Release 13.4.5 updating components versions (#23385) ([8db03e0](https://github.com/bitnami/charts/commit/8db03e0)), closes [#23385](https://github.com/bitnami/charts/issues/23385) +* [bitnami/minio] Release 13.4.5 updating components versions (#23385) ([8db03e0](https://github.com/bitnami/charts/commit/8db03e078cf499b131991c8d4dfbc2c96eb8782b)), closes [#23385](https://github.com/bitnami/charts/issues/23385) ## 13.4.4 (2024-02-09) -* [bitnami/minio] Release 13.4.4 updating components versions (#23382) ([bfe6cb3](https://github.com/bitnami/charts/commit/bfe6cb3)), closes [#23382](https://github.com/bitnami/charts/issues/23382) +* [bitnami/minio] Release 13.4.4 updating components versions (#23382) ([bfe6cb3](https://github.com/bitnami/charts/commit/bfe6cb305b26cf72135bcca166986cf7511f121f)), closes [#23382](https://github.com/bitnami/charts/issues/23382) ## 13.4.3 (2024-02-08) -* [bitnami/minio] Release 13.4.3 updating components versions (#23323) ([bfa057a](https://github.com/bitnami/charts/commit/bfa057a)), closes [#23323](https://github.com/bitnami/charts/issues/23323) +* [bitnami/minio] Release 13.4.3 updating components versions (#23323) ([bfa057a](https://github.com/bitnami/charts/commit/bfa057ad39d75bbbca8509e81b49de2042d523a3)), closes [#23323](https://github.com/bitnami/charts/issues/23323) ## 13.4.2 (2024-02-08) -* [bitnami/minio] Release 13.4.2 updating components versions (#23320) ([695f994](https://github.com/bitnami/charts/commit/695f994)), closes [#23320](https://github.com/bitnami/charts/issues/23320) +* [bitnami/minio] Release 13.4.2 updating components versions (#23320) ([695f994](https://github.com/bitnami/charts/commit/695f994c210e019967cb9ec10820f0976f70add8)), closes [#23320](https://github.com/bitnami/charts/issues/23320) ## 13.4.1 (2024-02-07) -* [bitnami/minio] Release 13.4.1 updating components versions (#23240) ([769d970](https://github.com/bitnami/charts/commit/769d970)), closes [#23240](https://github.com/bitnami/charts/issues/23240) +* [bitnami/minio] Release 13.4.1 updating components versions (#23240) ([769d970](https://github.com/bitnami/charts/commit/769d9705e26ccad9212e8132935575fdb9fe7a78)), closes [#23240](https://github.com/bitnami/charts/issues/23240) ## 13.4.0 (2024-02-06) -* [bitnami/minio] feat: :lock: Enable networkPolicy (#22920) ([cce6165](https://github.com/bitnami/charts/commit/cce6165)), closes [#22920](https://github.com/bitnami/charts/issues/22920) +* [bitnami/minio] feat: :lock: Enable networkPolicy (#22920) ([cce6165](https://github.com/bitnami/charts/commit/cce6165d7fe950172861406c67bc4646d2bb281c)), closes [#22920](https://github.com/bitnami/charts/issues/22920) ## 13.3.4 (2024-02-05) -* [bitnami/minio] Release 13.3.4 updating components versions (#23175) ([3cb7256](https://github.com/bitnami/charts/commit/3cb7256)), closes [#23175](https://github.com/bitnami/charts/issues/23175) +* [bitnami/minio] Release 13.3.4 updating components versions (#23175) ([3cb7256](https://github.com/bitnami/charts/commit/3cb7256be52c3d6b1255076fd45843931f0a614c)), closes [#23175](https://github.com/bitnami/charts/issues/23175) ## 13.3.3 (2024-02-03) -* [bitnami/minio] Release 13.3.3 updating components versions (#23109) ([b4cb259](https://github.com/bitnami/charts/commit/b4cb259)), closes [#23109](https://github.com/bitnami/charts/issues/23109) +* [bitnami/minio] Release 13.3.3 updating components versions (#23109) ([b4cb259](https://github.com/bitnami/charts/commit/b4cb2590186b4a3387e724e54a13526f8524e06c)), closes [#23109](https://github.com/bitnami/charts/issues/23109) ## 13.3.2 (2024-02-02) -* [bitnami/minio] Release 13.3.2 updating components versions (#23044) ([a8cb477](https://github.com/bitnami/charts/commit/a8cb477)), closes [#23044](https://github.com/bitnami/charts/issues/23044) +* [bitnami/minio] Release 13.3.2 updating components versions (#23044) ([a8cb477](https://github.com/bitnami/charts/commit/a8cb4772964417d4bebaaa4e098d591d15ff48a4)), closes [#23044](https://github.com/bitnami/charts/issues/23044) ## 13.3.1 (2024-01-30) -* [bitnami/minio] Release 13.3.1 updating components versions (#22905) ([2989f1a](https://github.com/bitnami/charts/commit/2989f1a)), closes [#22905](https://github.com/bitnami/charts/issues/22905) +* [bitnami/minio] Release 13.3.1 updating components versions (#22905) ([2989f1a](https://github.com/bitnami/charts/commit/2989f1aea2275a1c6fcf372b80cb03b0d2014168)), closes [#22905](https://github.com/bitnami/charts/issues/22905) ## 13.3.0 (2024-01-29) -* [bitnami/*] Move documentation sections from docs.bitnami.com back to the README (#22203) ([7564f36](https://github.com/bitnami/charts/commit/7564f36)), closes [#22203](https://github.com/bitnami/charts/issues/22203) -* [bitnami/minio] Add runtimeClassName support (#22805) ([eb5cf6b](https://github.com/bitnami/charts/commit/eb5cf6b)), closes [#22805](https://github.com/bitnami/charts/issues/22805) -* [bitnami/minio] fix: :bug: Set seLinuxOptions to null for Openshift compatibility (#22626) ([d6eb7e2](https://github.com/bitnami/charts/commit/d6eb7e2)), closes [#22626](https://github.com/bitnami/charts/issues/22626) +* [bitnami/*] Move documentation sections from docs.bitnami.com back to the README (#22203) ([7564f36](https://github.com/bitnami/charts/commit/7564f36ca1e95ff30ee686652b7ab8690561a707)), closes [#22203](https://github.com/bitnami/charts/issues/22203) +* [bitnami/minio] Add runtimeClassName support (#22805) ([eb5cf6b](https://github.com/bitnami/charts/commit/eb5cf6b1fcb1612aaeb4dbd20cd6ed63ad5e5a24)), closes [#22805](https://github.com/bitnami/charts/issues/22805) +* [bitnami/minio] fix: :bug: Set seLinuxOptions to null for Openshift compatibility (#22626) ([d6eb7e2](https://github.com/bitnami/charts/commit/d6eb7e20311e4c55b97791647a03f9e3cbf5a933)), closes [#22626](https://github.com/bitnami/charts/issues/22626) ## 13.2.1 (2024-01-23) -* [bitnami/minio] Release 13.2.1 updating components versions (#22671) ([59dba73](https://github.com/bitnami/charts/commit/59dba73)), closes [#22671](https://github.com/bitnami/charts/issues/22671) +* [bitnami/minio] Release 13.2.1 updating components versions (#22671) ([59dba73](https://github.com/bitnami/charts/commit/59dba731abfd72ce06e600dbbd4133ee784711de)), closes [#22671](https://github.com/bitnami/charts/issues/22671) ## 13.2.0 (2024-01-19) -* [bitnami/minio] fix: :lock: Move service-account token auto-mount to pod declaration (#22435) ([4ddb669](https://github.com/bitnami/charts/commit/4ddb669)), closes [#22435](https://github.com/bitnami/charts/issues/22435) +* [bitnami/minio] fix: :lock: Move service-account token auto-mount to pod declaration (#22435) ([4ddb669](https://github.com/bitnami/charts/commit/4ddb669f0cb487aae056ef94e75fc454332c965d)), closes [#22435](https://github.com/bitnami/charts/issues/22435) ## 13.1.1 (2024-01-18) -* [bitnami/minio] Release 13.1.1 updating components versions (#22305) ([346aaf9](https://github.com/bitnami/charts/commit/346aaf9)), closes [#22305](https://github.com/bitnami/charts/issues/22305) +* [bitnami/minio] Release 13.1.1 updating components versions (#22305) ([346aaf9](https://github.com/bitnami/charts/commit/346aaf9e1ca81204afdb2ef6da004779aadaca6c)), closes [#22305](https://github.com/bitnami/charts/issues/22305) ## 13.1.0 (2024-01-17) -* [bitnami/minio] fix: :lock: Improve podSecurityContext and containerSecurityContext with essential s ([5e14ed0](https://github.com/bitnami/charts/commit/5e14ed0)), closes [#22157](https://github.com/bitnami/charts/issues/22157) +* [bitnami/minio] fix: :lock: Improve podSecurityContext and containerSecurityContext with essential s ([5e14ed0](https://github.com/bitnami/charts/commit/5e14ed008e9dc0a27c4a62e8fabcd2192d311760)), closes [#22157](https://github.com/bitnami/charts/issues/22157) ## 13.0.3 (2024-01-16) -* [bitnami/minio] Release 13.0.3 updating components versions (#22237) ([922b5dd](https://github.com/bitnami/charts/commit/922b5dd)), closes [#22237](https://github.com/bitnami/charts/issues/22237) +* [bitnami/minio] Release 13.0.3 updating components versions (#22237) ([922b5dd](https://github.com/bitnami/charts/commit/922b5ddab990e703cb15a4e821a9fe07a463b61a)), closes [#22237](https://github.com/bitnami/charts/issues/22237) ## 13.0.2 (2024-01-15) -* [bitnami/minio] Release 13.0.2 updating components versions (#22078) ([a68c04d](https://github.com/bitnami/charts/commit/a68c04d)), closes [#22078](https://github.com/bitnami/charts/issues/22078) +* [bitnami/minio] Release 13.0.2 updating components versions (#22078) ([a68c04d](https://github.com/bitnami/charts/commit/a68c04da953096982ee242892a35b098cf5243cf)), closes [#22078](https://github.com/bitnami/charts/issues/22078) ## 13.0.1 (2024-01-12) -* [bitnami/minio] fix: :lock: Do not automount the service account token unless necessary (#22053) ([e1412aa](https://github.com/bitnami/charts/commit/e1412aa)), closes [#22053](https://github.com/bitnami/charts/issues/22053) +* [bitnami/minio] fix: :lock: Do not automount the service account token unless necessary (#22053) ([e1412aa](https://github.com/bitnami/charts/commit/e1412aa39dab14d6d8fd7824e7c4722e525feabb)), closes [#22053](https://github.com/bitnami/charts/issues/22053) ## 13.0.0 (2024-01-12) -* [bitnami/*] Fix ref links (in comments) (#21822) ([e4fa296](https://github.com/bitnami/charts/commit/e4fa296)), closes [#21822](https://github.com/bitnami/charts/issues/21822) -* [bitnami/minio] Release 13.0.0 updating components versions (#22058) ([a35654b](https://github.com/bitnami/charts/commit/a35654b)), closes [#22058](https://github.com/bitnami/charts/issues/22058) +* [bitnami/*] Fix ref links (in comments) (#21822) ([e4fa296](https://github.com/bitnami/charts/commit/e4fa296106b225cf8c82445727c675c7c725e380)), closes [#21822](https://github.com/bitnami/charts/issues/21822) +* [bitnami/minio] Release 13.0.0 updating components versions (#22058) ([a35654b](https://github.com/bitnami/charts/commit/a35654bea8e8012a6894d0a96e8380274276074c)), closes [#22058](https://github.com/bitnami/charts/issues/22058) ## 12.13.2 (2024-01-10) -* [bitnami/*] Fix docs.bitnami.com broken links (#21901) ([f35506d](https://github.com/bitnami/charts/commit/f35506d)), closes [#21901](https://github.com/bitnami/charts/issues/21901) -* [bitnami/minio] Release 12.13.2 updating components versions (#21962) ([cbb6657](https://github.com/bitnami/charts/commit/cbb6657)), closes [#21962](https://github.com/bitnami/charts/issues/21962) +* [bitnami/*] Fix docs.bitnami.com broken links (#21901) ([f35506d](https://github.com/bitnami/charts/commit/f35506d2dadee4f097986e7792df1f53ab215b5d)), closes [#21901](https://github.com/bitnami/charts/issues/21901) +* [bitnami/minio] Release 12.13.2 updating components versions (#21962) ([cbb6657](https://github.com/bitnami/charts/commit/cbb66578e6868e96cd9919127897efd9c1725205)), closes [#21962](https://github.com/bitnami/charts/issues/21962) ## 12.13.1 (2024-01-08) -* [bitnami/minio]Fixed metrics.serviceMonitor.namespace configuration does not take effect (#21720) ([3777a2d](https://github.com/bitnami/charts/commit/3777a2d)), closes [#21720](https://github.com/bitnami/charts/issues/21720) +* [bitnami/minio]Fixed metrics.serviceMonitor.namespace configuration does not take effect (#21720) ([3777a2d](https://github.com/bitnami/charts/commit/3777a2d65b29bbf56eed47877accacad727e3b1f)), closes [#21720](https://github.com/bitnami/charts/issues/21720) ## 12.13.0 (2024-01-08) -* [bitnami/*] Update copyright: Year and company (#21815) ([6c4bf75](https://github.com/bitnami/charts/commit/6c4bf75)), closes [#21815](https://github.com/bitnami/charts/issues/21815) -* [bitnami/minio] Allow provisioning unversioned buckets (#20950) ([e929120](https://github.com/bitnami/charts/commit/e929120)), closes [#20950](https://github.com/bitnami/charts/issues/20950) +* [bitnami/*] Update copyright: Year and company (#21815) ([6c4bf75](https://github.com/bitnami/charts/commit/6c4bf75dec58fc7c9aee9f089777b1a858c17d5b)), closes [#21815](https://github.com/bitnami/charts/issues/21815) +* [bitnami/minio] Allow provisioning unversioned buckets (#20950) ([e929120](https://github.com/bitnami/charts/commit/e92912098c8484b522900b566b41e21d37896677)), closes [#20950](https://github.com/bitnami/charts/issues/20950) ## 12.12.2 (2023-12-27) -* [bitnami/minio] Release 12.12.2 updating components versions (#21771) ([fda38b7](https://github.com/bitnami/charts/commit/fda38b7)), closes [#21771](https://github.com/bitnami/charts/issues/21771) +* [bitnami/minio] Release 12.12.2 updating components versions (#21771) ([fda38b7](https://github.com/bitnami/charts/commit/fda38b7640693754b1539ee16f751d00d01cc256)), closes [#21771](https://github.com/bitnami/charts/issues/21771) ## 12.12.1 (2023-12-23) -* [bitnami/minio] Release 12.12.1 updating components versions (#21748) ([906ba20](https://github.com/bitnami/charts/commit/906ba20)), closes [#21748](https://github.com/bitnami/charts/issues/21748) +* [bitnami/minio] Release 12.12.1 updating components versions (#21748) ([906ba20](https://github.com/bitnami/charts/commit/906ba2089eb5f7a313ad0d542a63f398e8d912da)), closes [#21748](https://github.com/bitnami/charts/issues/21748) ## 12.12.0 (2023-12-21) -* [bitnami/minio] Add namespaceOverride for Minio chart deployment (#21638) ([f449a44](https://github.com/bitnami/charts/commit/f449a44)), closes [#21638](https://github.com/bitnami/charts/issues/21638) +* [bitnami/minio] Add namespaceOverride for Minio chart deployment (#21638) ([f449a44](https://github.com/bitnami/charts/commit/f449a44a1f3997829bf2e3d3105dec729a3f038f)), closes [#21638](https://github.com/bitnami/charts/issues/21638) ## 12.11.0 (2023-12-21) -* [bitnami/minio] Add nodeSelector to provisioning job (#21602) ([94ed4f3](https://github.com/bitnami/charts/commit/94ed4f3)), closes [#21602](https://github.com/bitnami/charts/issues/21602) +* [bitnami/minio] Add nodeSelector to provisioning job (#21602) ([94ed4f3](https://github.com/bitnami/charts/commit/94ed4f3e702aabb4cd30a9a83916900a4964c163)), closes [#21602](https://github.com/bitnami/charts/issues/21602) ## 12.10.11 (2023-12-20) -* [bitnami/minio] Release 12.10.11 updating components versions (#21700) ([84547f2](https://github.com/bitnami/charts/commit/84547f2)), closes [#21700](https://github.com/bitnami/charts/issues/21700) +* [bitnami/minio] Release 12.10.11 updating components versions (#21700) ([84547f2](https://github.com/bitnami/charts/commit/84547f2f256ee4104ef494ed933aa8646e87abb5)), closes [#21700](https://github.com/bitnami/charts/issues/21700) ## 12.10.10 (2023-12-15) -* [bitnami/minio] Release 12.10.10 updating components versions (#21579) ([20adb84](https://github.com/bitnami/charts/commit/20adb84)), closes [#21579](https://github.com/bitnami/charts/issues/21579) +* [bitnami/minio] Release 12.10.10 updating components versions (#21579) ([20adb84](https://github.com/bitnami/charts/commit/20adb8425b795b2f4601c2a704eaca9cc6697e33)), closes [#21579](https://github.com/bitnami/charts/issues/21579) ## 12.10.9 (2023-12-12) -* [bitnami/minio] Release 12.10.9 updating components versions (#21520) ([c71f092](https://github.com/bitnami/charts/commit/c71f092)), closes [#21520](https://github.com/bitnami/charts/issues/21520) +* [bitnami/minio] Release 12.10.9 updating components versions (#21520) ([c71f092](https://github.com/bitnami/charts/commit/c71f0925fe8741d70a0df6d4c10b7c93f0bf3ebc)), closes [#21520](https://github.com/bitnami/charts/issues/21520) ## 12.10.8 (2023-12-12) -* [bitnami/minio] Release 12.10.8 updating components versions (#21518) ([5c874b2](https://github.com/bitnami/charts/commit/5c874b2)), closes [#21518](https://github.com/bitnami/charts/issues/21518) +* [bitnami/minio] Release 12.10.8 updating components versions (#21518) ([5c874b2](https://github.com/bitnami/charts/commit/5c874b2d161236d5a93fb93048e3d23874c5f453)), closes [#21518](https://github.com/bitnami/charts/issues/21518) ## 12.10.7 (2023-12-10) -* [bitnami/minio] Release 12.10.7 updating components versions (#21494) ([95fbb28](https://github.com/bitnami/charts/commit/95fbb28)), closes [#21494](https://github.com/bitnami/charts/issues/21494) +* [bitnami/minio] Release 12.10.7 updating components versions (#21494) ([95fbb28](https://github.com/bitnami/charts/commit/95fbb285b22ed4bf8712123126ba9a231226e466)), closes [#21494](https://github.com/bitnami/charts/issues/21494) ## 12.10.6 (2023-12-07) -* [bitnami/minio] Release 12.10.6 updating components versions (#21468) ([08b82d5](https://github.com/bitnami/charts/commit/08b82d5)), closes [#21468](https://github.com/bitnami/charts/issues/21468) +* [bitnami/minio] Release 12.10.6 updating components versions (#21468) ([08b82d5](https://github.com/bitnami/charts/commit/08b82d58e94a60fe1a8cc31406f108fca8987252)), closes [#21468](https://github.com/bitnami/charts/issues/21468) ## 12.10.5 (2023-12-07) -* [bitnami/minio] Release 12.10.5 updating components versions (#21453) ([83fbd6d](https://github.com/bitnami/charts/commit/83fbd6d)), closes [#21453](https://github.com/bitnami/charts/issues/21453) +* [bitnami/minio] Release 12.10.5 updating components versions (#21453) ([83fbd6d](https://github.com/bitnami/charts/commit/83fbd6dc83c98c2851cfbf1ce4346c6e1cefe130)), closes [#21453](https://github.com/bitnami/charts/issues/21453) ## 12.10.4 (2023-12-05) -* [bitnami/minio] Replace deprecated pull secret partial (#21389) ([8e7a690](https://github.com/bitnami/charts/commit/8e7a690)), closes [#21389](https://github.com/bitnami/charts/issues/21389) +* [bitnami/minio] Replace deprecated pull secret partial (#21389) ([8e7a690](https://github.com/bitnami/charts/commit/8e7a690f5cdfb738e786af6c4f342965541a7e49)), closes [#21389](https://github.com/bitnami/charts/issues/21389) ## 12.10.3 (2023-11-22) -* ✏️ typo: set fsGroupChangePolicy to OnRootMismatch by defualt (#21032) ([60d7299](https://github.com/bitnami/charts/commit/60d7299)), closes [#21032](https://github.com/bitnami/charts/issues/21032) -* Bump minio chart for 21032 (#21207) ([440e0f3](https://github.com/bitnami/charts/commit/440e0f3)), closes [#21207](https://github.com/bitnami/charts/issues/21207) +* ✏️ typo: set fsGroupChangePolicy to OnRootMismatch by defualt (#21032) ([60d7299](https://github.com/bitnami/charts/commit/60d729992ff5635c24d7a6c8b1723c26e0f9e9ac)), closes [#21032](https://github.com/bitnami/charts/issues/21032) +* Bump minio chart for 21032 (#21207) ([440e0f3](https://github.com/bitnami/charts/commit/440e0f3e69b21a9e9a4019673c03b56ddf4d6eb2)), closes [#21207](https://github.com/bitnami/charts/issues/21207) ## 12.10.2 (2023-11-21) -* [bitnami/*] Remove relative links to non-README sections, add verification for that and update TL;DR ([1103633](https://github.com/bitnami/charts/commit/1103633)), closes [#20967](https://github.com/bitnami/charts/issues/20967) -* [bitnami/minio] Release 12.10.2 updating components versions (#21076) ([1694ee3](https://github.com/bitnami/charts/commit/1694ee3)), closes [#21076](https://github.com/bitnami/charts/issues/21076) +* [bitnami/*] Remove relative links to non-README sections, add verification for that and update TL;DR ([1103633](https://github.com/bitnami/charts/commit/11036334d82df0490aa4abdb591543cab6cf7d7f)), closes [#20967](https://github.com/bitnami/charts/issues/20967) +* [bitnami/minio] Release 12.10.2 updating components versions (#21076) ([1694ee3](https://github.com/bitnami/charts/commit/1694ee33442668f0037e03ff9516cf89b2cbb94d)), closes [#21076](https://github.com/bitnami/charts/issues/21076) ## 12.10.1 (2023-11-16) -* [bitnami/minio] Release 12.10.1 updating components versions (#20999) ([d57fb95](https://github.com/bitnami/charts/commit/d57fb95)), closes [#20999](https://github.com/bitnami/charts/issues/20999) +* [bitnami/minio] Release 12.10.1 updating components versions (#20999) ([d57fb95](https://github.com/bitnami/charts/commit/d57fb95c9962387f5376195631335acc9847f039)), closes [#20999](https://github.com/bitnami/charts/issues/20999) ## 12.10.0 (2023-11-13) -* [bitnami/minio] feat: Support multiple paths for metrics (fixes #19573) (#20910) ([b94a1a5](https://github.com/bitnami/charts/commit/b94a1a5)), closes [#19573](https://github.com/bitnami/charts/issues/19573) [#20910](https://github.com/bitnami/charts/issues/20910) [#19573](https://github.com/bitnami/charts/issues/19573) +* [bitnami/minio] feat: Support multiple paths for metrics (fixes #19573) (#20910) ([b94a1a5](https://github.com/bitnami/charts/commit/b94a1a599257b9f02670f92be2e3411476e589ff)), closes [#19573](https://github.com/bitnami/charts/issues/19573) [#20910](https://github.com/bitnami/charts/issues/20910) [#19573](https://github.com/bitnami/charts/issues/19573) ## 12.9.4 (2023-11-11) -* [bitnami/minio] Release 12.9.4 updating components versions (#20905) ([469dea7](https://github.com/bitnami/charts/commit/469dea7)), closes [#20905](https://github.com/bitnami/charts/issues/20905) +* [bitnami/minio] Release 12.9.4 updating components versions (#20905) ([469dea7](https://github.com/bitnami/charts/commit/469dea75119636ff0a9624bb0f598419eaf7fcef)), closes [#20905](https://github.com/bitnami/charts/issues/20905) ## 12.9.3 (2023-11-09) -* [bitnami/minio] Release 12.9.3 updating components versions (#20870) ([9688b5d](https://github.com/bitnami/charts/commit/9688b5d)), closes [#20870](https://github.com/bitnami/charts/issues/20870) +* [bitnami/minio] Release 12.9.3 updating components versions (#20870) ([9688b5d](https://github.com/bitnami/charts/commit/9688b5d64440b13ffaf0181b559d0eecafe06d10)), closes [#20870](https://github.com/bitnami/charts/issues/20870) ## 12.9.2 (2023-11-09) -* [bitnami/minio] Release 12.9.2 updating components versions (#20821) ([66c4a3f](https://github.com/bitnami/charts/commit/66c4a3f)), closes [#20821](https://github.com/bitnami/charts/issues/20821) +* [bitnami/minio] Release 12.9.2 updating components versions (#20821) ([66c4a3f](https://github.com/bitnami/charts/commit/66c4a3fa14b0ead1a99f43398481e8c7389e5ca9)), closes [#20821](https://github.com/bitnami/charts/issues/20821) ## 12.9.1 (2023-11-08) -* [bitnami/minio] Release 12.9.1 updating components versions (#20758) ([ba370de](https://github.com/bitnami/charts/commit/ba370de)), closes [#20758](https://github.com/bitnami/charts/issues/20758) +* [bitnami/minio] Release 12.9.1 updating components versions (#20758) ([ba370de](https://github.com/bitnami/charts/commit/ba370de536c72c902914a17539333aef084d2217)), closes [#20758](https://github.com/bitnami/charts/issues/20758) ## 12.9.0 (2023-11-07) -* [bitnami/minio] feat: :sparkles: Add support for PSA restricted policy (#20501) ([c2a9884](https://github.com/bitnami/charts/commit/c2a9884)), closes [#20501](https://github.com/bitnami/charts/issues/20501) +* [bitnami/minio] feat: :sparkles: Add support for PSA restricted policy (#20501) ([c2a9884](https://github.com/bitnami/charts/commit/c2a9884f2d27bb9fe5bb05f5c22295477516a23a)), closes [#20501](https://github.com/bitnami/charts/issues/20501) ## 12.8.19 (2023-11-05) -* [bitnami/minio] Release 12.8.19 updating components versions (#20626) ([72c781e](https://github.com/bitnami/charts/commit/72c781e)), closes [#20626](https://github.com/bitnami/charts/issues/20626) +* [bitnami/minio] Release 12.8.19 updating components versions (#20626) ([72c781e](https://github.com/bitnami/charts/commit/72c781e40426ff8c5660acfbdc28559fafe99d07)), closes [#20626](https://github.com/bitnami/charts/issues/20626) ## 12.8.18 (2023-10-25) -* [bitnami/minio] Release 12.8.18 updating components versions (#20412) ([1056ea2](https://github.com/bitnami/charts/commit/1056ea2)), closes [#20412](https://github.com/bitnami/charts/issues/20412) +* [bitnami/minio] Release 12.8.18 updating components versions (#20412) ([1056ea2](https://github.com/bitnami/charts/commit/1056ea2f48bb0165b01df4550205ed5c7092c0c0)), closes [#20412](https://github.com/bitnami/charts/issues/20412) ## 12.8.17 (2023-10-25) -* [bitnami/minio] Release 12.8.17 updating components versions (#20410) ([f57ed21](https://github.com/bitnami/charts/commit/f57ed21)), closes [#20410](https://github.com/bitnami/charts/issues/20410) +* [bitnami/minio] Release 12.8.17 updating components versions (#20410) ([f57ed21](https://github.com/bitnami/charts/commit/f57ed219bbf4aacf6038aa835fc45bf6763f78be)), closes [#20410](https://github.com/bitnami/charts/issues/20410) ## 12.8.16 (2023-10-24) -* [bitnami/*] Rename VMware Application Catalog (#20361) ([3acc734](https://github.com/bitnami/charts/commit/3acc734)), closes [#20361](https://github.com/bitnami/charts/issues/20361) -* [bitnami/*] Skip image's tag in the README files of the Bitnami Charts (#19841) ([bb9a01b](https://github.com/bitnami/charts/commit/bb9a01b)), closes [#19841](https://github.com/bitnami/charts/issues/19841) -* [bitnami/*] Standardize documentation (#19835) ([af5f753](https://github.com/bitnami/charts/commit/af5f753)), closes [#19835](https://github.com/bitnami/charts/issues/19835) -* [bitnami/minio] Release 12.8.16 updating components versions (#20375) ([1262951](https://github.com/bitnami/charts/commit/1262951)), closes [#20375](https://github.com/bitnami/charts/issues/20375) +* [bitnami/*] Rename VMware Application Catalog (#20361) ([3acc734](https://github.com/bitnami/charts/commit/3acc73472beb6fb56c4d99f929061001205bc57e)), closes [#20361](https://github.com/bitnami/charts/issues/20361) +* [bitnami/*] Skip image's tag in the README files of the Bitnami Charts (#19841) ([bb9a01b](https://github.com/bitnami/charts/commit/bb9a01b65911c87e48318db922cc05eb42785e42)), closes [#19841](https://github.com/bitnami/charts/issues/19841) +* [bitnami/*] Standardize documentation (#19835) ([af5f753](https://github.com/bitnami/charts/commit/af5f7530c1bc8c5ded53a6c4f7b8f384ac1804f2)), closes [#19835](https://github.com/bitnami/charts/issues/19835) +* [bitnami/minio] Release 12.8.16 updating components versions (#20375) ([1262951](https://github.com/bitnami/charts/commit/1262951a991a05a4239b2683a485fe2d6be926cd)), closes [#20375](https://github.com/bitnami/charts/issues/20375) ## 12.8.15 (2023-10-16) -* [bitnami/minio] Release 12.8.15 (#20243) ([2c722eb](https://github.com/bitnami/charts/commit/2c722eb)), closes [#20243](https://github.com/bitnami/charts/issues/20243) +* [bitnami/minio] Release 12.8.15 (#20243) ([2c722eb](https://github.com/bitnami/charts/commit/2c722eb810eaf613d5a159c629f15d9982715b26)), closes [#20243](https://github.com/bitnami/charts/issues/20243) ## 12.8.14 (2023-10-14) -* [bitnami/minio] Release 12.8.14 (#20235) ([ff1bb24](https://github.com/bitnami/charts/commit/ff1bb24)), closes [#20235](https://github.com/bitnami/charts/issues/20235) +* [bitnami/minio] Release 12.8.14 (#20235) ([ff1bb24](https://github.com/bitnami/charts/commit/ff1bb246e916b29df3c5312d104c1e4053404a95)), closes [#20235](https://github.com/bitnami/charts/issues/20235) ## 12.8.13 (2023-10-12) -* [bitnami/*] Update Helm charts prerequisites (#19745) ([eb755dd](https://github.com/bitnami/charts/commit/eb755dd)), closes [#19745](https://github.com/bitnami/charts/issues/19745) -* [bitnami/minio] Release 12.8.13 (#20182) ([8457d7f](https://github.com/bitnami/charts/commit/8457d7f)), closes [#20182](https://github.com/bitnami/charts/issues/20182) +* [bitnami/*] Update Helm charts prerequisites (#19745) ([eb755dd](https://github.com/bitnami/charts/commit/eb755dd36a4dd3cf6635be8e0598f9a7f4c4a554)), closes [#19745](https://github.com/bitnami/charts/issues/19745) +* [bitnami/minio] Release 12.8.13 (#20182) ([8457d7f](https://github.com/bitnami/charts/commit/8457d7f6aa2d219997cb8df4b9522fda3a4236f8)), closes [#20182](https://github.com/bitnami/charts/issues/20182) ## 12.8.12 (2023-10-04) -* [bitnami/minio] Release 12.8.12 (#19724) ([225a06b](https://github.com/bitnami/charts/commit/225a06b)), closes [#19724](https://github.com/bitnami/charts/issues/19724) +* [bitnami/minio] Release 12.8.12 (#19724) ([225a06b](https://github.com/bitnami/charts/commit/225a06b3711865eccad0d20c13e976c9e7ac5cbd)), closes [#19724](https://github.com/bitnami/charts/issues/19724) ## 12.8.11 (2023-09-30) -* [bitnami/minio] Release 12.8.11 (#19663) ([907d9a9](https://github.com/bitnami/charts/commit/907d9a9)), closes [#19663](https://github.com/bitnami/charts/issues/19663) +* [bitnami/minio] Release 12.8.11 (#19663) ([907d9a9](https://github.com/bitnami/charts/commit/907d9a9099408c6fcc7e1ad49df5831ea60ae92a)), closes [#19663](https://github.com/bitnami/charts/issues/19663) ## 12.8.10 (2023-09-29) -* [bitnami/minio] Release 12.8.10 (#19648) ([91b1f91](https://github.com/bitnami/charts/commit/91b1f91)), closes [#19648](https://github.com/bitnami/charts/issues/19648) +* [bitnami/minio] Release 12.8.10 (#19648) ([91b1f91](https://github.com/bitnami/charts/commit/91b1f91da792acb0ecdd167b6b9e2de3b0020023)), closes [#19648](https://github.com/bitnami/charts/issues/19648) ## 12.8.9 (2023-09-25) -* [bitnami/minio] Release 12.8.9 (#19495) ([49941b1](https://github.com/bitnami/charts/commit/49941b1)), closes [#19495](https://github.com/bitnami/charts/issues/19495) +* [bitnami/minio] Release 12.8.9 (#19495) ([49941b1](https://github.com/bitnami/charts/commit/49941b11ab84eabb405d9fc04210d61aba05e6df)), closes [#19495](https://github.com/bitnami/charts/issues/19495) ## 12.8.8 (2023-09-22) -* [bitnami/minio]: Fix ingress TLS configuration (#19451) ([cbabe42](https://github.com/bitnami/charts/commit/cbabe42)), closes [#19451](https://github.com/bitnami/charts/issues/19451) +* [bitnami/minio]: Fix ingress TLS configuration (#19451) ([cbabe42](https://github.com/bitnami/charts/commit/cbabe4298f0c2a3b9e6564504b5aebd2a8a33ec6)), closes [#19451](https://github.com/bitnami/charts/issues/19451) ## 12.8.7 (2023-09-21) -* [bitnami/minio] Release 12.8.7 (#19448) ([dd5024e](https://github.com/bitnami/charts/commit/dd5024e)), closes [#19448](https://github.com/bitnami/charts/issues/19448) +* [bitnami/minio] Release 12.8.7 (#19448) ([dd5024e](https://github.com/bitnami/charts/commit/dd5024ee4c4e66753fe2b881d0103086050fb3be)), closes [#19448](https://github.com/bitnami/charts/issues/19448) ## 12.8.6 (2023-09-19) -* [bitnami/minio] Release 12.8.6 (#19396) ([fd7fa2e](https://github.com/bitnami/charts/commit/fd7fa2e)), closes [#19396](https://github.com/bitnami/charts/issues/19396) -* Revert "Autogenerate schema files (#19194)" (#19335) ([73d80be](https://github.com/bitnami/charts/commit/73d80be)), closes [#19194](https://github.com/bitnami/charts/issues/19194) [#19335](https://github.com/bitnami/charts/issues/19335) +* [bitnami/minio] Release 12.8.6 (#19396) ([fd7fa2e](https://github.com/bitnami/charts/commit/fd7fa2efaf2a6c1e29594fef817f9b6ab2fd2504)), closes [#19396](https://github.com/bitnami/charts/issues/19396) +* Revert "Autogenerate schema files (#19194)" (#19335) ([73d80be](https://github.com/bitnami/charts/commit/73d80be525c88fb4b8a54451a55acd506e337062)), closes [#19194](https://github.com/bitnami/charts/issues/19194) [#19335](https://github.com/bitnami/charts/issues/19335) ## 12.8.5 (2023-09-16) -* [bitnami/minio: Use merge helper]: (#19074) ([c98714d](https://github.com/bitnami/charts/commit/c98714d)), closes [#19074](https://github.com/bitnami/charts/issues/19074) -* [bitnami/minio] Release 12.8.5 (#19308) ([8b6ee5a](https://github.com/bitnami/charts/commit/8b6ee5a)), closes [#19308](https://github.com/bitnami/charts/issues/19308) -* Autogenerate schema files (#19194) ([a2c2090](https://github.com/bitnami/charts/commit/a2c2090)), closes [#19194](https://github.com/bitnami/charts/issues/19194) +* [bitnami/minio: Use merge helper]: (#19074) ([c98714d](https://github.com/bitnami/charts/commit/c98714d01b2e47f7efeee736f45c74b43f1688f8)), closes [#19074](https://github.com/bitnami/charts/issues/19074) +* [bitnami/minio] Release 12.8.5 (#19308) ([8b6ee5a](https://github.com/bitnami/charts/commit/8b6ee5a92648d921b09faf3e9087ee64840d2cf0)), closes [#19308](https://github.com/bitnami/charts/issues/19308) +* Autogenerate schema files (#19194) ([a2c2090](https://github.com/bitnami/charts/commit/a2c2090b5ac97f47b745c8028c6452bf99739772)), closes [#19194](https://github.com/bitnami/charts/issues/19194) ## 12.8.4 (2023-09-08) -* [bitnami/minio] Release 12.8.4 (#19196) ([9630636](https://github.com/bitnami/charts/commit/9630636)), closes [#19196](https://github.com/bitnami/charts/issues/19196) +* [bitnami/minio] Release 12.8.4 (#19196) ([9630636](https://github.com/bitnami/charts/commit/9630636850a9dd765bd4517721e04b72e99e10aa)), closes [#19196](https://github.com/bitnami/charts/issues/19196) ## 12.8.3 (2023-09-06) -* [bitnami/minio] Release 12.8.3 (#19135) ([1154639](https://github.com/bitnami/charts/commit/1154639)), closes [#19135](https://github.com/bitnami/charts/issues/19135) +* [bitnami/minio] Release 12.8.3 (#19135) ([1154639](https://github.com/bitnami/charts/commit/1154639838eb56bc54eb6398ab56d0ecd96947e6)), closes [#19135](https://github.com/bitnami/charts/issues/19135) ## 12.8.2 (2023-09-05) -* [bitnami/minio] Release 12.8.2 (#18961) ([e707712](https://github.com/bitnami/charts/commit/e707712)), closes [#18961](https://github.com/bitnami/charts/issues/18961) +* [bitnami/minio] Release 12.8.2 (#18961) ([e707712](https://github.com/bitnami/charts/commit/e707712fbd687ac271fdcecdf415f4f2a6aeb76e)), closes [#18961](https://github.com/bitnami/charts/issues/18961) ## 12.8.1 (2023-08-28) -* [bitnami/minio] test: :white_check_mark: Add persistence tests (#18811) ([3e4637b](https://github.com/bitnami/charts/commit/3e4637b)), closes [#18811](https://github.com/bitnami/charts/issues/18811) +* [bitnami/minio] test: :white_check_mark: Add persistence tests (#18811) ([3e4637b](https://github.com/bitnami/charts/commit/3e4637b8d59b042587e7fd5a9088569e517a3ef4)), closes [#18811](https://github.com/bitnami/charts/issues/18811) ## 12.8.0 (2023-08-23) -* [bitnami/minio] Support for customizing standard labels (#18349) ([4d3af3b](https://github.com/bitnami/charts/commit/4d3af3b)), closes [#18349](https://github.com/bitnami/charts/issues/18349) +* [bitnami/minio] Support for customizing standard labels (#18349) ([4d3af3b](https://github.com/bitnami/charts/commit/4d3af3b3437b264b5e379a537a9a918727eca2b9)), closes [#18349](https://github.com/bitnami/charts/issues/18349) ## 12.7.0 (2023-08-10) -* [bitnami/minio] Adds cleanupAfterFinished feature to mino provisioning job (#18210) ([7f5fff0](https://github.com/bitnami/charts/commit/7f5fff0)), closes [#18210](https://github.com/bitnami/charts/issues/18210) [#18205](https://github.com/bitnami/charts/issues/18205) +* [bitnami/minio] Adds cleanupAfterFinished feature to mino provisioning job (#18210) ([7f5fff0](https://github.com/bitnami/charts/commit/7f5fff0101e7a1ff1e84981e588d62b40ad82b63)), closes [#18210](https://github.com/bitnami/charts/issues/18210) [#18205](https://github.com/bitnami/charts/issues/18205) ## 12.6.12 (2023-08-01) -* [bitnami/minio] fix tlsConfig and indentation in ServiceMonitor (#18058) ([d343039](https://github.com/bitnami/charts/commit/d343039)), closes [#18058](https://github.com/bitnami/charts/issues/18058) +* [bitnami/minio] fix tlsConfig and indentation in ServiceMonitor (#18058) ([d343039](https://github.com/bitnami/charts/commit/d343039305ebc9940452624075c2341047d6886c)), closes [#18058](https://github.com/bitnami/charts/issues/18058) ## 12.6.11 (2023-07-27) -* [bitnami/minio] Add TLS scheme support to ServiceMonitor (#17798) ([55d807d](https://github.com/bitnami/charts/commit/55d807d)), closes [#17798](https://github.com/bitnami/charts/issues/17798) +* [bitnami/minio] Add TLS scheme support to ServiceMonitor (#17798) ([55d807d](https://github.com/bitnami/charts/commit/55d807d1fe692d74f41afd1592d29912b224438b)), closes [#17798](https://github.com/bitnami/charts/issues/17798) ## 12.6.10 (2023-07-19) -* [bitnami/minio] Release 12.6.10 (#17771) ([4810264](https://github.com/bitnami/charts/commit/4810264)), closes [#17771](https://github.com/bitnami/charts/issues/17771) +* [bitnami/minio] Release 12.6.10 (#17771) ([4810264](https://github.com/bitnami/charts/commit/4810264812a7c5f472a7601499636a4ca81434ac)), closes [#17771](https://github.com/bitnami/charts/issues/17771) ## 12.6.9 (2023-07-14) -* [bitnami/minio] Allow templates for ingress hostnames (#17290) ([961d1d2](https://github.com/bitnami/charts/commit/961d1d2)), closes [#17290](https://github.com/bitnami/charts/issues/17290) +* [bitnami/minio] Allow templates for ingress hostnames (#17290) ([961d1d2](https://github.com/bitnami/charts/commit/961d1d23f76bcf88e462c6902aa5ec0767302f59)), closes [#17290](https://github.com/bitnami/charts/issues/17290) ## 12.6.8 (2023-07-13) -* [bitnami/minio] Release 1 updating components versions (#17627) ([19b79ae](https://github.com/bitnami/charts/commit/19b79ae)), closes [#17627](https://github.com/bitnami/charts/issues/17627) +* [bitnami/minio] Release 1 updating components versions (#17627) ([19b79ae](https://github.com/bitnami/charts/commit/19b79aea199902c39c6805591343e75d94ef7ce8)), closes [#17627](https://github.com/bitnami/charts/issues/17627) ## 12.6.7 (2023-07-12) -* [bitnami/minio] Release 12.6.7 (#17575) ([91a753e](https://github.com/bitnami/charts/commit/91a753e)), closes [#17575](https://github.com/bitnami/charts/issues/17575) +* [bitnami/minio] Release 12.6.7 (#17575) ([91a753e](https://github.com/bitnami/charts/commit/91a753ef100c428c6903a3bc5a6d523b75c55f65)), closes [#17575](https://github.com/bitnami/charts/issues/17575) ## 12.6.6 (2023-07-07) -* [bitnami/minio] Release 12.6.6 (#17523) ([30108e7](https://github.com/bitnami/charts/commit/30108e7)), closes [#17523](https://github.com/bitnami/charts/issues/17523) -* Add copyright header (#17300) ([da68be8](https://github.com/bitnami/charts/commit/da68be8)), closes [#17300](https://github.com/bitnami/charts/issues/17300) +* [bitnami/minio] Release 12.6.6 (#17523) ([30108e7](https://github.com/bitnami/charts/commit/30108e73cc1498a70d2c5a34adaed9a3af3ab8f0)), closes [#17523](https://github.com/bitnami/charts/issues/17523) +* Add copyright header (#17300) ([da68be8](https://github.com/bitnami/charts/commit/da68be8e951225133c7dfb572d5101ca3d61c5ae)), closes [#17300](https://github.com/bitnami/charts/issues/17300) ## 12.6.5 (2023-06-23) -* [bitnami/*] Change copyright section in READMEs (#17006) ([ef986a1](https://github.com/bitnami/charts/commit/ef986a1)), closes [#17006](https://github.com/bitnami/charts/issues/17006) -* [bitnami/minio] Release 12.6.5 (#17331) ([7265d5f](https://github.com/bitnami/charts/commit/7265d5f)), closes [#17331](https://github.com/bitnami/charts/issues/17331) -* [bitnami/several] Change copyright section in READMEs (#16989) ([5b6a5cf](https://github.com/bitnami/charts/commit/5b6a5cf)), closes [#16989](https://github.com/bitnami/charts/issues/16989) -* Update charts readme (#17217) ([31b3c0a](https://github.com/bitnami/charts/commit/31b3c0a)), closes [#17217](https://github.com/bitnami/charts/issues/17217) +* [bitnami/*] Change copyright section in READMEs (#17006) ([ef986a1](https://github.com/bitnami/charts/commit/ef986a1605241102b3dcafe9fd8089e6fc1201ad)), closes [#17006](https://github.com/bitnami/charts/issues/17006) +* [bitnami/minio] Release 12.6.5 (#17331) ([7265d5f](https://github.com/bitnami/charts/commit/7265d5f5f89e647408a4086766cb206b22ad3e26)), closes [#17331](https://github.com/bitnami/charts/issues/17331) +* [bitnami/several] Change copyright section in READMEs (#16989) ([5b6a5cf](https://github.com/bitnami/charts/commit/5b6a5cfb7625a751848a2e5cd796bd7278f406ca)), closes [#16989](https://github.com/bitnami/charts/issues/16989) +* Update charts readme (#17217) ([31b3c0a](https://github.com/bitnami/charts/commit/31b3c0afd968ff4429107e34101f7509e6a0e913)), closes [#17217](https://github.com/bitnami/charts/issues/17217) ## 12.6.4 (2023-06-01) -* [minio] remove unnecessary password conditions in NOTES.txt (#16962) ([cbae622](https://github.com/bitnami/charts/commit/cbae622)), closes [#16962](https://github.com/bitnami/charts/issues/16962) +* [minio] remove unnecessary password conditions in NOTES.txt (#16962) ([cbae622](https://github.com/bitnami/charts/commit/cbae62256050331e24b1427e6c2db5df1ead58f2)), closes [#16962](https://github.com/bitnami/charts/issues/16962) ## 12.6.3 (2023-05-29) -* [bitnami/minio] Fix policy provisioning for `setPolicies=true` (#16745) ([b102c17](https://github.com/bitnami/charts/commit/b102c17)), closes [#16745](https://github.com/bitnami/charts/issues/16745) +* [bitnami/minio] Fix policy provisioning for `setPolicies=true` (#16745) ([b102c17](https://github.com/bitnami/charts/commit/b102c17fb8973111992db90d25a6a160ddb9fa83)), closes [#16745](https://github.com/bitnami/charts/issues/16745) ## 12.6.2 (2023-05-25) -* [bitnami/minio] Release 12.6.2 (#16901) ([35ca79f](https://github.com/bitnami/charts/commit/35ca79f)), closes [#16901](https://github.com/bitnami/charts/issues/16901) +* [bitnami/minio] Release 12.6.2 (#16901) ([35ca79f](https://github.com/bitnami/charts/commit/35ca79ffd29ba0df5d34ee633575276c4aa041ce)), closes [#16901](https://github.com/bitnami/charts/issues/16901) ## 12.6.1 (2023-05-24) -* [bitnami/minio] Release 12.6.1 (#16740) ([33c69d5](https://github.com/bitnami/charts/commit/33c69d5)), closes [#16740](https://github.com/bitnami/charts/issues/16740) +* [bitnami/minio] Release 12.6.1 (#16740) ([33c69d5](https://github.com/bitnami/charts/commit/33c69d5d8472e37a766703e7b1dde8b909675eab)), closes [#16740](https://github.com/bitnami/charts/issues/16740) ## 12.6.0 (2023-05-15) -* [bitnami/minio] Use `mc quota` instead of old deprecated (removed) sy… (#16407) ([d8211ca](https://github.com/bitnami/charts/commit/d8211ca)), closes [#16407](https://github.com/bitnami/charts/issues/16407) -* Add wording for enterprise page (#16560) ([8f22774](https://github.com/bitnami/charts/commit/8f22774)), closes [#16560](https://github.com/bitnami/charts/issues/16560) +* [bitnami/minio] Use `mc quota` instead of old deprecated (removed) sy… (#16407) ([d8211ca](https://github.com/bitnami/charts/commit/d8211ca955bae990f4b1af121419545cb90309eb)), closes [#16407](https://github.com/bitnami/charts/issues/16407) +* Add wording for enterprise page (#16560) ([8f22774](https://github.com/bitnami/charts/commit/8f2277440b976d52785ba9149762ad8620a73d1f)), closes [#16560](https://github.com/bitnami/charts/issues/16560) ## 12.5.0 (2023-05-09) -* [bitnami/several] Adapt Chart.yaml to set desired OCI annotations (#16546) ([fc9b18f](https://github.com/bitnami/charts/commit/fc9b18f)), closes [#16546](https://github.com/bitnami/charts/issues/16546) +* [bitnami/several] Adapt Chart.yaml to set desired OCI annotations (#16546) ([fc9b18f](https://github.com/bitnami/charts/commit/fc9b18f2e98805d4df629acbcde696f44f973344)), closes [#16546](https://github.com/bitnami/charts/issues/16546) ## 12.4.4 (2023-05-09) -* [bitnami/minio] Release 12.4.4 updating components versions (#16477) ([8f44ea7](https://github.com/bitnami/charts/commit/8f44ea7)), closes [#16477](https://github.com/bitnami/charts/issues/16477) +* [bitnami/minio] Release 12.4.4 updating components versions (#16477) ([8f44ea7](https://github.com/bitnami/charts/commit/8f44ea76463016407fd2d039214c1fb98dc6fc0f)), closes [#16477](https://github.com/bitnami/charts/issues/16477) ## 12.4.3 (2023-05-05) -* [bitnami/minio] Release 12.4.3 (#16397) ([45379b7](https://github.com/bitnami/charts/commit/45379b7)), closes [#16397](https://github.com/bitnami/charts/issues/16397) +* [bitnami/minio] Release 12.4.3 (#16397) ([45379b7](https://github.com/bitnami/charts/commit/45379b7ef6f5bf0803bf97527b9651a099b156b5)), closes [#16397](https://github.com/bitnami/charts/issues/16397) ## 12.4.2 (2023-04-30) -* [bitnami/minio] Release 12.4.2 (#16287) ([497d4a0](https://github.com/bitnami/charts/commit/497d4a0)), closes [#16287](https://github.com/bitnami/charts/issues/16287) +* [bitnami/minio] Release 12.4.2 (#16287) ([497d4a0](https://github.com/bitnami/charts/commit/497d4a08458c242328f38eb6f435e426c4eb1783)), closes [#16287](https://github.com/bitnami/charts/issues/16287) ## 12.4.1 (2023-04-25) -* [bitnami/minio] Release 12.4.1 (#16220) ([25d9b33](https://github.com/bitnami/charts/commit/25d9b33)), closes [#16220](https://github.com/bitnami/charts/issues/16220) +* [bitnami/minio] Release 12.4.1 (#16220) ([25d9b33](https://github.com/bitnami/charts/commit/25d9b337a3580419e375d8c5ed252858ae23b7dc)), closes [#16220](https://github.com/bitnami/charts/issues/16220) ## 12.4.0 (2023-04-25) -* [bitnami/several] Revert changes done by mistake in Chart.yaml repo (#16211) ([3a60f4b](https://github.com/bitnami/charts/commit/3a60f4b)), closes [#16211](https://github.com/bitnami/charts/issues/16211) +* [bitnami/several] Revert changes done by mistake in Chart.yaml repo (#16211) ([3a60f4b](https://github.com/bitnami/charts/commit/3a60f4b10d2e02dbf83fcf64906b43edb6725615)), closes [#16211](https://github.com/bitnami/charts/issues/16211) ## 12.3.1 (2023-04-21) -* [bitnami/minio] Release 12.3.1 (#16159) ([649b75b](https://github.com/bitnami/charts/commit/649b75b)), closes [#16159](https://github.com/bitnami/charts/issues/16159) +* [bitnami/minio] Release 12.3.1 (#16159) ([649b75b](https://github.com/bitnami/charts/commit/649b75bf76d8057611c11d373adb37d31895e07f)), closes [#16159](https://github.com/bitnami/charts/issues/16159) ## 12.3.0 (2023-04-20) -* [bitnami/*] Make Helm charts 100% OCI (#15998) ([8841510](https://github.com/bitnami/charts/commit/8841510)), closes [#15998](https://github.com/bitnami/charts/issues/15998) +* [bitnami/*] Make Helm charts 100% OCI (#15998) ([8841510](https://github.com/bitnami/charts/commit/884151035efcbf2e1b3206e7def85511073fb57d)), closes [#15998](https://github.com/bitnami/charts/issues/15998) ## 12.2.6 (2023-04-17) -* [bitnami/minio] Release 12.2.6 (#16095) ([55957c8](https://github.com/bitnami/charts/commit/55957c8)), closes [#16095](https://github.com/bitnami/charts/issues/16095) +* [bitnami/minio] Release 12.2.6 (#16095) ([55957c8](https://github.com/bitnami/charts/commit/55957c8ca43179de709bf89f3cef2546226e7b89)), closes [#16095](https://github.com/bitnami/charts/issues/16095) ## 12.2.5 (2023-04-14) -* [bitnami/minio] Release 12.2.5 (#16060) ([9b343e0](https://github.com/bitnami/charts/commit/9b343e0)), closes [#16060](https://github.com/bitnami/charts/issues/16060) +* [bitnami/minio] Release 12.2.5 (#16060) ([9b343e0](https://github.com/bitnami/charts/commit/9b343e0052c18c9bc5d2fddcafff63bd626557b4)), closes [#16060](https://github.com/bitnami/charts/issues/16060) ## 12.2.4 (2023-04-01) -* [bitnami/minio] Release 12.2.4 (#15881) ([c34193e](https://github.com/bitnami/charts/commit/c34193e)), closes [#15881](https://github.com/bitnami/charts/issues/15881) +* [bitnami/minio] Release 12.2.4 (#15881) ([c34193e](https://github.com/bitnami/charts/commit/c34193e128883995e02748cef8db0b0cb2fed138)), closes [#15881](https://github.com/bitnami/charts/issues/15881) ## 12.2.3 (2023-03-29) -* [bitnami/minio] Fix minio policy to version minio:2023.3.20 (#15718) ([4f07299](https://github.com/bitnami/charts/commit/4f07299)), closes [#15718](https://github.com/bitnami/charts/issues/15718) -* Bumb version of chart for resolve issue #15718. (#15795) ([877afd5](https://github.com/bitnami/charts/commit/877afd5)), closes [#15718](https://github.com/bitnami/charts/issues/15718) [#15795](https://github.com/bitnami/charts/issues/15795) +* [bitnami/minio] Fix minio policy to version minio:2023.3.20 (#15718) ([4f07299](https://github.com/bitnami/charts/commit/4f07299a738c531840ed60c6a7b556d20c2c6dcd)), closes [#15718](https://github.com/bitnami/charts/issues/15718) +* Bumb version of chart for resolve issue #15718. (#15795) ([877afd5](https://github.com/bitnami/charts/commit/877afd59b602077a4836904fd9608a2e9ffe7e82)), closes [#15718](https://github.com/bitnami/charts/issues/15718) [#15795](https://github.com/bitnami/charts/issues/15795) ## 12.2.2 (2023-03-28) -* [bitnami/minio] Release 12.2.2 (#15760) ([2cb65fa](https://github.com/bitnami/charts/commit/2cb65fa)), closes [#15760](https://github.com/bitnami/charts/issues/15760) +* [bitnami/minio] Release 12.2.2 (#15760) ([2cb65fa](https://github.com/bitnami/charts/commit/2cb65fa3c06887a4f46134daecda4495bd34a761)), closes [#15760](https://github.com/bitnami/charts/issues/15760) ## 12.2.1 (2023-03-23) -* [bitnami/minio] Release 12.2.1 (#15697) ([83cfc63](https://github.com/bitnami/charts/commit/83cfc63)), closes [#15697](https://github.com/bitnami/charts/issues/15697) +* [bitnami/minio] Release 12.2.1 (#15697) ([83cfc63](https://github.com/bitnami/charts/commit/83cfc63b6cd8ee8acb3c02d36367268815e62060)), closes [#15697](https://github.com/bitnami/charts/issues/15697) ## 12.2.0 (2023-03-21) -* [bitnami/minio] Add support for service.headless.annotations (#15434) ([129ac1f](https://github.com/bitnami/charts/commit/129ac1f)), closes [#15434](https://github.com/bitnami/charts/issues/15434) +* [bitnami/minio] Add support for service.headless.annotations (#15434) ([129ac1f](https://github.com/bitnami/charts/commit/129ac1ffc9271d0e6b4f9028f2b18c3fbfaebcd2)), closes [#15434](https://github.com/bitnami/charts/issues/15434) ## 12.1.14 (2023-03-21) -* [bitnami/minio] Release 12.1.14 (#15649) ([4b32571](https://github.com/bitnami/charts/commit/4b32571)), closes [#15649](https://github.com/bitnami/charts/issues/15649) +* [bitnami/minio] Release 12.1.14 (#15649) ([4b32571](https://github.com/bitnami/charts/commit/4b3257186c17dff14081377c8fcac32f76ea5b27)), closes [#15649](https://github.com/bitnami/charts/issues/15649) ## 12.1.13 (2023-03-18) -* [bitnami/minio] Release 12.1.13 (#15580) ([b94fe4e](https://github.com/bitnami/charts/commit/b94fe4e)), closes [#15580](https://github.com/bitnami/charts/issues/15580) +* [bitnami/minio] Release 12.1.13 (#15580) ([b94fe4e](https://github.com/bitnami/charts/commit/b94fe4e38a8a3c597b0a96343e3fef8d6aae3d2b)), closes [#15580](https://github.com/bitnami/charts/issues/15580) ## 12.1.12 (2023-03-14) -* [bitnami/minio] Change value 'networkPolicy.extraFromClauses' from object to array (#15410) ([1b8cf59](https://github.com/bitnami/charts/commit/1b8cf59)), closes [#15410](https://github.com/bitnami/charts/issues/15410) -* [bitnami/minio] Release 12.1.12 (#15486) ([5f55dfe](https://github.com/bitnami/charts/commit/5f55dfe)), closes [#15486](https://github.com/bitnami/charts/issues/15486) +* [bitnami/minio] Change value 'networkPolicy.extraFromClauses' from object to array (#15410) ([1b8cf59](https://github.com/bitnami/charts/commit/1b8cf59b3c20c6d82ac8e36809f5160233583b44)), closes [#15410](https://github.com/bitnami/charts/issues/15410) +* [bitnami/minio] Release 12.1.12 (#15486) ([5f55dfe](https://github.com/bitnami/charts/commit/5f55dfec49ec18de6d75d199e2b4489b7a0a0cc5)), closes [#15486](https://github.com/bitnami/charts/issues/15486) ## 12.1.11 (2023-03-10) -* [bitnami/charts] Apply linter to README files (#15357) ([0e29e60](https://github.com/bitnami/charts/commit/0e29e60)), closes [#15357](https://github.com/bitnami/charts/issues/15357) -* [bitnami/minio] Release 12.1.11 (#15420) ([c783baa](https://github.com/bitnami/charts/commit/c783baa)), closes [#15420](https://github.com/bitnami/charts/issues/15420) +* [bitnami/charts] Apply linter to README files (#15357) ([0e29e60](https://github.com/bitnami/charts/commit/0e29e600d3adc8b1b46e506eccb3decfab3b4e63)), closes [#15357](https://github.com/bitnami/charts/issues/15357) +* [bitnami/minio] Release 12.1.11 (#15420) ([c783baa](https://github.com/bitnami/charts/commit/c783baab1a260d4dc79221956329524a99f826c4)), closes [#15420](https://github.com/bitnami/charts/issues/15420) ## 12.1.10 (2023-03-01) -* [bitnami/minio] Release 12.1.10 (#15282) ([dfe29a8](https://github.com/bitnami/charts/commit/dfe29a8)), closes [#15282](https://github.com/bitnami/charts/issues/15282) +* [bitnami/minio] Release 12.1.10 (#15282) ([dfe29a8](https://github.com/bitnami/charts/commit/dfe29a8a2835feaf0ab1c07cf74a52fe80675934)), closes [#15282](https://github.com/bitnami/charts/issues/15282) ## 12.1.9 (2023-02-28) -* [bitnami/minio] Release 12.1.9 (#15171) ([3715709](https://github.com/bitnami/charts/commit/3715709)), closes [#15171](https://github.com/bitnami/charts/issues/15171) +* [bitnami/minio] Release 12.1.9 (#15171) ([3715709](https://github.com/bitnami/charts/commit/37157099c86ed5cbd4af2dadefc7c60779cfd59a)), closes [#15171](https://github.com/bitnami/charts/issues/15171) ## 12.1.8 (2023-02-23) -* [bitnami/minio] Release 12.1.8 (#15114) ([436de96](https://github.com/bitnami/charts/commit/436de96)), closes [#15114](https://github.com/bitnami/charts/issues/15114) -* Fixes dead links (#15065) ([9e99fd9](https://github.com/bitnami/charts/commit/9e99fd9)), closes [#15065](https://github.com/bitnami/charts/issues/15065) +* [bitnami/minio] Release 12.1.8 (#15114) ([436de96](https://github.com/bitnami/charts/commit/436de964641d83a0127698287eefaf5089e5c635)), closes [#15114](https://github.com/bitnami/charts/issues/15114) +* Fixes dead links (#15065) ([9e99fd9](https://github.com/bitnami/charts/commit/9e99fd94d89605c2aa47417ae80eecb86719d904)), closes [#15065](https://github.com/bitnami/charts/issues/15065) ## 12.1.7 (2023-02-17) -* [bitnami/minio] Release 12.1.7 (#15038) ([0c79361](https://github.com/bitnami/charts/commit/0c79361)), closes [#15038](https://github.com/bitnami/charts/issues/15038) +* [bitnami/minio] Release 12.1.7 (#15038) ([0c79361](https://github.com/bitnami/charts/commit/0c7936139d7d4e74f3cdaa7685f36fe16ea9358e)), closes [#15038](https://github.com/bitnami/charts/issues/15038) ## 12.1.6 (2023-02-17) -* [bitnami/*] Fix markdown linter issues (#14874) ([a51e0e8](https://github.com/bitnami/charts/commit/a51e0e8)), closes [#14874](https://github.com/bitnami/charts/issues/14874) -* [bitnami/*] Fix markdown linter issues 2 (#14890) ([aa96572](https://github.com/bitnami/charts/commit/aa96572)), closes [#14890](https://github.com/bitnami/charts/issues/14890) -* [bitnami/*] Remove unexpected extra spaces (#14873) ([c97c714](https://github.com/bitnami/charts/commit/c97c714)), closes [#14873](https://github.com/bitnami/charts/issues/14873) -* [bitnami/minio] Release 12.1.6 (#15013) ([d550431](https://github.com/bitnami/charts/commit/d550431)), closes [#15013](https://github.com/bitnami/charts/issues/15013) +* [bitnami/*] Fix markdown linter issues (#14874) ([a51e0e8](https://github.com/bitnami/charts/commit/a51e0e8d35495b907f3e70dd2f8e7c3bcbf4166a)), closes [#14874](https://github.com/bitnami/charts/issues/14874) +* [bitnami/*] Fix markdown linter issues 2 (#14890) ([aa96572](https://github.com/bitnami/charts/commit/aa9657237ee8df4a46db0d7fdf8a23230dd6902a)), closes [#14890](https://github.com/bitnami/charts/issues/14890) +* [bitnami/*] Remove unexpected extra spaces (#14873) ([c97c714](https://github.com/bitnami/charts/commit/c97c714887380d47eae7bfeff316bf01595ecd1d)), closes [#14873](https://github.com/bitnami/charts/issues/14873) +* [bitnami/minio] Release 12.1.6 (#15013) ([d550431](https://github.com/bitnami/charts/commit/d550431f28166bcde033cc83261e24587e7328bc)), closes [#15013](https://github.com/bitnami/charts/issues/15013) ## 12.1.5 (2023-02-10) -* [bitnami/minio] Release 12.1.5 (#14839) ([a97a744](https://github.com/bitnami/charts/commit/a97a744)), closes [#14839](https://github.com/bitnami/charts/issues/14839) +* [bitnami/minio] Release 12.1.5 (#14839) ([a97a744](https://github.com/bitnami/charts/commit/a97a74445d7508fd24f008b9852bbdbe133af8b0)), closes [#14839](https://github.com/bitnami/charts/issues/14839) ## 12.1.4 (2023-02-09) -* [bitnami/*] Change copyright date (#14682) ([add4ec7](https://github.com/bitnami/charts/commit/add4ec7)), closes [#14682](https://github.com/bitnami/charts/issues/14682) -* [bitnami/minio] Release 12.1.4 (#14807) ([ae749d3](https://github.com/bitnami/charts/commit/ae749d3)), closes [#14807](https://github.com/bitnami/charts/issues/14807) +* [bitnami/*] Change copyright date (#14682) ([add4ec7](https://github.com/bitnami/charts/commit/add4ec701108ac36ed4de2dffbdf407a0d091067)), closes [#14682](https://github.com/bitnami/charts/issues/14682) +* [bitnami/minio] Release 12.1.4 (#14807) ([ae749d3](https://github.com/bitnami/charts/commit/ae749d3b1393fc88a67466a7d9a4fae5bf7b930a)), closes [#14807](https://github.com/bitnami/charts/issues/14807) ## 12.1.3 (2023-01-31) -* [bitnami/minio] Release 12.1.3 (#14679) ([2f68668](https://github.com/bitnami/charts/commit/2f68668)), closes [#14679](https://github.com/bitnami/charts/issues/14679) +* [bitnami/minio] Release 12.1.3 (#14679) ([2f68668](https://github.com/bitnami/charts/commit/2f68668ad62212fde70813a07b3af560fab27d70)), closes [#14679](https://github.com/bitnami/charts/issues/14679) ## 12.1.2 (2023-01-31) -* [bitnami/minio] Don't regenerate self-signed certs on upgrade (#14641) ([2cdcfb8](https://github.com/bitnami/charts/commit/2cdcfb8)), closes [#14641](https://github.com/bitnami/charts/issues/14641) +* [bitnami/minio] Don't regenerate self-signed certs on upgrade (#14641) ([2cdcfb8](https://github.com/bitnami/charts/commit/2cdcfb8d6b50bff089e5d997b2cedb3a9da64255)), closes [#14641](https://github.com/bitnami/charts/issues/14641) ## 12.1.1 (2023-01-25) -* [bitnami/minio] Release 12.1.1 (#14528) ([f4592bc](https://github.com/bitnami/charts/commit/f4592bc)), closes [#14528](https://github.com/bitnami/charts/issues/14528) +* [bitnami/minio] Release 12.1.1 (#14528) ([f4592bc](https://github.com/bitnami/charts/commit/f4592bce904ce9e9588a82e900678cb633778529)), closes [#14528](https://github.com/bitnami/charts/issues/14528) ## 12.1.0 (2023-01-24) -* [bitnami/minio] Deleted all gateway features (#14471) ([609a522](https://github.com/bitnami/charts/commit/609a522)), closes [#14471](https://github.com/bitnami/charts/issues/14471) +* [bitnami/minio] Deleted all gateway features (#14471) ([609a522](https://github.com/bitnami/charts/commit/609a522d8ef0505b9375d0d312a2e16367213106)), closes [#14471](https://github.com/bitnami/charts/issues/14471) ## 12.0.3 (2023-01-23) -* [bitnami/*] Unify READMEs (#14472) ([2064fb8](https://github.com/bitnami/charts/commit/2064fb8)), closes [#14472](https://github.com/bitnami/charts/issues/14472) -* [bitnami/minio] Allow templates override for ingress hosts (#14438) ([096a924](https://github.com/bitnami/charts/commit/096a924)), closes [#14438](https://github.com/bitnami/charts/issues/14438) +* [bitnami/*] Unify READMEs (#14472) ([2064fb8](https://github.com/bitnami/charts/commit/2064fb8dcc78a845cdede8211af8c3cc52551161)), closes [#14472](https://github.com/bitnami/charts/issues/14472) +* [bitnami/minio] Allow templates override for ingress hosts (#14438) ([096a924](https://github.com/bitnami/charts/commit/096a924dd20958a1ce2e705febbba9d33a75670b)), closes [#14438](https://github.com/bitnami/charts/issues/14438) ## 12.0.2 (2023-01-20) -* [bitnami/minio] Release 12.0.2 (#14477) ([5365530](https://github.com/bitnami/charts/commit/5365530)), closes [#14477](https://github.com/bitnami/charts/issues/14477) +* [bitnami/minio] Release 12.0.2 (#14477) ([5365530](https://github.com/bitnami/charts/commit/5365530f3cbd8590836b0bad5cff1d24e922622e)), closes [#14477](https://github.com/bitnami/charts/issues/14477) ## 12.0.1 (2023-01-20) -* This commit fixes an issue where a rough new-line is added to the provisioning job (#14349) ([1bf7401](https://github.com/bitnami/charts/commit/1bf7401)), closes [#14349](https://github.com/bitnami/charts/issues/14349) +* This commit fixes an issue where a rough new-line is added to the provisioning job (#14349) ([1bf7401](https://github.com/bitnami/charts/commit/1bf7401dbdb40be746710770b4fc6c68e76f731c)), closes [#14349](https://github.com/bitnami/charts/issues/14349) ## 12.0.0 (2023-01-18) -* [bitnami/minio] Release 12.0.0 (#14411) ([0dc5dc4](https://github.com/bitnami/charts/commit/0dc5dc4)), closes [#14411](https://github.com/bitnami/charts/issues/14411) +* [bitnami/minio] Release 12.0.0 (#14411) ([0dc5dc4](https://github.com/bitnami/charts/commit/0dc5dc42813f48e28a1bf8b5dd7a6eaf880da5c0)), closes [#14411](https://github.com/bitnami/charts/issues/14411) ## 11.10.26 (2023-01-17) -* [bitnami/*] Change licenses annotation format (#14377) ([0ab7608](https://github.com/bitnami/charts/commit/0ab7608)), closes [#14377](https://github.com/bitnami/charts/issues/14377) -* Check for existing password only in minio NOTES.txt for validation (#14356) ([610f860](https://github.com/bitnami/charts/commit/610f860)), closes [#14356](https://github.com/bitnami/charts/issues/14356) +* [bitnami/*] Change licenses annotation format (#14377) ([0ab7608](https://github.com/bitnami/charts/commit/0ab760862c660fcc78cffadf8e1d8cdd70881473)), closes [#14377](https://github.com/bitnami/charts/issues/14377) +* Check for existing password only in minio NOTES.txt for validation (#14356) ([610f860](https://github.com/bitnami/charts/commit/610f860fd8197f6f1dc1906511b56a96df42dac9)), closes [#14356](https://github.com/bitnami/charts/issues/14356) ## 11.10.25 (2023-01-12) -* [bitnami/*] Add license annotation and remove obsolete engine parameter (#14293) ([da2a794](https://github.com/bitnami/charts/commit/da2a794)), closes [#14293](https://github.com/bitnami/charts/issues/14293) -* [bitnami/minio] Release 11.10.25 (#14303) ([80db7d1](https://github.com/bitnami/charts/commit/80db7d1)), closes [#14303](https://github.com/bitnami/charts/issues/14303) +* [bitnami/*] Add license annotation and remove obsolete engine parameter (#14293) ([da2a794](https://github.com/bitnami/charts/commit/da2a7943bae95b6e9b5b4ed972c15e990b69fdb0)), closes [#14293](https://github.com/bitnami/charts/issues/14293) +* [bitnami/minio] Release 11.10.25 (#14303) ([80db7d1](https://github.com/bitnami/charts/commit/80db7d1f9f825529e77392b21a04ab401d60d4de)), closes [#14303](https://github.com/bitnami/charts/issues/14303) ## 11.10.24 (2022-12-15) -* minio: fix labels for provisioning job (#13833) ([dfcfc71](https://github.com/bitnami/charts/commit/dfcfc71)), closes [#13833](https://github.com/bitnami/charts/issues/13833) +* minio: fix labels for provisioning job (#13833) ([dfcfc71](https://github.com/bitnami/charts/commit/dfcfc719fd46c5136bc2b03f1d96a8004799c11b)), closes [#13833](https://github.com/bitnami/charts/issues/13833) ## 11.10.23 (2022-12-13) -* [bitnami/minio] Release 11.10.23 (#13940) ([42a7d4b](https://github.com/bitnami/charts/commit/42a7d4b)), closes [#13940](https://github.com/bitnami/charts/issues/13940) +* [bitnami/minio] Release 11.10.23 (#13940) ([42a7d4b](https://github.com/bitnami/charts/commit/42a7d4bb201ba02d79f1e89d8702458c8884fb42)), closes [#13940](https://github.com/bitnami/charts/issues/13940) ## 11.10.22 (2022-12-12) -* [bitnami/minio] Release 11.10.22 (#13857) ([1f233bf](https://github.com/bitnami/charts/commit/1f233bf)), closes [#13857](https://github.com/bitnami/charts/issues/13857) +* [bitnami/minio] Release 11.10.22 (#13857) ([1f233bf](https://github.com/bitnami/charts/commit/1f233bf5663061fc4da3223ffb4a82821e8b42b4)), closes [#13857](https://github.com/bitnami/charts/issues/13857) ## 11.10.21 (2022-12-03) -* [bitnami/minio] Release 11.10.21 (#13818) ([aa5dce7](https://github.com/bitnami/charts/commit/aa5dce7)), closes [#13818](https://github.com/bitnami/charts/issues/13818) +* [bitnami/minio] Release 11.10.21 (#13818) ([aa5dce7](https://github.com/bitnami/charts/commit/aa5dce7f3c66c7c779a69fdf4c2870147991491c)), closes [#13818](https://github.com/bitnami/charts/issues/13818) ## 11.10.20 (2022-12-01) -* [bitnami/minio] Release 11.10.20 (#13774) ([48c577c](https://github.com/bitnami/charts/commit/48c577c)), closes [#13774](https://github.com/bitnami/charts/issues/13774) +* [bitnami/minio] Release 11.10.20 (#13774) ([48c577c](https://github.com/bitnami/charts/commit/48c577c623cabe2fd7f501c04859fb4f459e21f5)), closes [#13774](https://github.com/bitnami/charts/issues/13774) ## 11.10.19 (2022-11-27) -* [bitnami/minio] Release 11.10.19 (#13711) ([0ce0931](https://github.com/bitnami/charts/commit/0ce0931)), closes [#13711](https://github.com/bitnami/charts/issues/13711) +* [bitnami/minio] Release 11.10.19 (#13711) ([0ce0931](https://github.com/bitnami/charts/commit/0ce09316b5acd80cad2fefaa9e273156fecdbedd)), closes [#13711](https://github.com/bitnami/charts/issues/13711) ## 11.10.18 (2022-11-22) -* [bitnami/minio] fix apiversion hardcode for NetworkPolicy (#13599) ([21e1cdf](https://github.com/bitnami/charts/commit/21e1cdf)), closes [#13599](https://github.com/bitnami/charts/issues/13599) +* [bitnami/minio] fix apiversion hardcode for NetworkPolicy (#13599) ([21e1cdf](https://github.com/bitnami/charts/commit/21e1cdf237af351efb1c9cb5aabf4af9576692bd)), closes [#13599](https://github.com/bitnami/charts/issues/13599) ## 11.10.17 (2022-11-18) -* [bitnami/minio] Release 11.10.17 (#13582) ([df29a5a](https://github.com/bitnami/charts/commit/df29a5a)), closes [#13582](https://github.com/bitnami/charts/issues/13582) +* [bitnami/minio] Release 11.10.17 (#13582) ([df29a5a](https://github.com/bitnami/charts/commit/df29a5ab9aa72a1d238f77badd986f970989c556)), closes [#13582](https://github.com/bitnami/charts/issues/13582) ## 11.10.16 (2022-11-11) -* [bitnami/minio] Release 11.10.16 (#13474) ([0ca3356](https://github.com/bitnami/charts/commit/0ca3356)), closes [#13474](https://github.com/bitnami/charts/issues/13474) +* [bitnami/minio] Release 11.10.16 (#13474) ([0ca3356](https://github.com/bitnami/charts/commit/0ca33568901dc76b231fb3b126b1b554d83839fa)), closes [#13474](https://github.com/bitnami/charts/issues/13474) ## 11.10.15 (2022-11-11) -* [bitnami/minio] Release 11.10.15 (#13467) ([55a4f07](https://github.com/bitnami/charts/commit/55a4f07)), closes [#13467](https://github.com/bitnami/charts/issues/13467) +* [bitnami/minio] Release 11.10.15 (#13467) ([55a4f07](https://github.com/bitnami/charts/commit/55a4f07c7a0367db5c25249f1d26db3a4e0f7815)), closes [#13467](https://github.com/bitnami/charts/issues/13467) ## 11.10.14 (2022-11-09) -* [bitnami/minio] Release 11.10.14 (#13419) ([457764f](https://github.com/bitnami/charts/commit/457764f)), closes [#13419](https://github.com/bitnami/charts/issues/13419) +* [bitnami/minio] Release 11.10.14 (#13419) ([457764f](https://github.com/bitnami/charts/commit/457764f15c65a09ba157b72680d46b8579991312)), closes [#13419](https://github.com/bitnami/charts/issues/13419) ## 11.10.13 (2022-10-29) -* [bitnami/minio] Release 11.10.13 (#13244) ([b0db9b1](https://github.com/bitnami/charts/commit/b0db9b1)), closes [#13244](https://github.com/bitnami/charts/issues/13244) +* [bitnami/minio] Release 11.10.13 (#13244) ([b0db9b1](https://github.com/bitnami/charts/commit/b0db9b18a725c182240697682d6e09e96baacd1a)), closes [#13244](https://github.com/bitnami/charts/issues/13244) ## 11.10.12 (2022-10-25) -* [bitnami/minio] Release 11.10.12 (#13132) ([8918a77](https://github.com/bitnami/charts/commit/8918a77)), closes [#13132](https://github.com/bitnami/charts/issues/13132) +* [bitnami/minio] Release 11.10.12 (#13132) ([8918a77](https://github.com/bitnami/charts/commit/8918a777e23b0477566fff712a91939d3776cd26)), closes [#13132](https://github.com/bitnami/charts/issues/13132) ## 11.10.11 (2022-10-24) -* [bitnami/minio] add commonLabels to template.metadata (#12962) ([c38ab7c](https://github.com/bitnami/charts/commit/c38ab7c)), closes [#12962](https://github.com/bitnami/charts/issues/12962) +* [bitnami/minio] add commonLabels to template.metadata (#12962) ([c38ab7c](https://github.com/bitnami/charts/commit/c38ab7c2957f4dff835ef0c363ad5ce03e8268e6)), closes [#12962](https://github.com/bitnami/charts/issues/12962) ## 11.10.10 (2022-10-22) -* [bitnami/minio] Release 11.10.10 (#13089) ([469dc1c](https://github.com/bitnami/charts/commit/469dc1c)), closes [#13089](https://github.com/bitnami/charts/issues/13089) +* [bitnami/minio] Release 11.10.10 (#13089) ([469dc1c](https://github.com/bitnami/charts/commit/469dc1c37dc9f1bb6d74d585a2345486d86e682a)), closes [#13089](https://github.com/bitnami/charts/issues/13089) ## 11.10.9 (2022-10-20) -* [bitnami/*] Use new default branch name in links (#12943) ([a529e02](https://github.com/bitnami/charts/commit/a529e02)), closes [#12943](https://github.com/bitnami/charts/issues/12943) -* [bitnami/minio] Release 11.10.9 (#13045) ([774ef0e](https://github.com/bitnami/charts/commit/774ef0e)), closes [#13045](https://github.com/bitnami/charts/issues/13045) +* [bitnami/*] Use new default branch name in links (#12943) ([a529e02](https://github.com/bitnami/charts/commit/a529e02597d49d944eba1eb0f190713293247176)), closes [#12943](https://github.com/bitnami/charts/issues/12943) +* [bitnami/minio] Release 11.10.9 (#13045) ([774ef0e](https://github.com/bitnami/charts/commit/774ef0e8e95ef7640ae3f4cd831d2ef3c1210361)), closes [#13045](https://github.com/bitnami/charts/issues/13045) ## 11.10.8 (2022-10-16) -* [bitnami/minio] Release 11.10.8 (#12966) ([74154f6](https://github.com/bitnami/charts/commit/74154f6)), closes [#12966](https://github.com/bitnami/charts/issues/12966) +* [bitnami/minio] Release 11.10.8 (#12966) ([74154f6](https://github.com/bitnami/charts/commit/74154f63665bf7bb58cdfe5b0e53b1e4cc650796)), closes [#12966](https://github.com/bitnami/charts/issues/12966) ## 11.10.7 (2022-10-10) -* [bitnami/minio] Define extraEnvVars as a list (#12838) ([3b56b0c](https://github.com/bitnami/charts/commit/3b56b0c)), closes [#12838](https://github.com/bitnami/charts/issues/12838) +* [bitnami/minio] Define extraEnvVars as a list (#12838) ([3b56b0c](https://github.com/bitnami/charts/commit/3b56b0cd771f6ef64062b1666ad4a9d17c7ce1bf)), closes [#12838](https://github.com/bitnami/charts/issues/12838) ## 11.10.6 (2022-10-09) -* [bitnami/minio] Release 11.10.6 (#12874) ([49d422d](https://github.com/bitnami/charts/commit/49d422d)), closes [#12874](https://github.com/bitnami/charts/issues/12874) +* [bitnami/minio] Release 11.10.6 (#12874) ([49d422d](https://github.com/bitnami/charts/commit/49d422d848d978e39ef7deff167ae78601fcb41b)), closes [#12874](https://github.com/bitnami/charts/issues/12874) ## 11.10.5 (2022-10-07) -* [bitnami/minio] Release 11.10.5 (#12846) ([f9a1b24](https://github.com/bitnami/charts/commit/f9a1b24)), closes [#12846](https://github.com/bitnami/charts/issues/12846) +* [bitnami/minio] Release 11.10.5 (#12846) ([f9a1b24](https://github.com/bitnami/charts/commit/f9a1b247238e2c3d5cd33ae6b305df46e8571a8f)), closes [#12846](https://github.com/bitnami/charts/issues/12846) ## 11.10.4 (2022-10-06) -* [bitnami/minio] Release 11.10.4 (#12730) ([1d04947](https://github.com/bitnami/charts/commit/1d04947)), closes [#12730](https://github.com/bitnami/charts/issues/12730) -* Generic README instructions related to the repo (#12792) ([3cf6b10](https://github.com/bitnami/charts/commit/3cf6b10)), closes [#12792](https://github.com/bitnami/charts/issues/12792) +* [bitnami/minio] Release 11.10.4 (#12730) ([1d04947](https://github.com/bitnami/charts/commit/1d0494727ffe574944dafb290e1891cc75c8d247)), closes [#12730](https://github.com/bitnami/charts/issues/12730) +* Generic README instructions related to the repo (#12792) ([3cf6b10](https://github.com/bitnami/charts/commit/3cf6b10e10e60df4b3e191d6b99aa99a9f597755)), closes [#12792](https://github.com/bitnami/charts/issues/12792) ## 11.10.3 (2022-09-20) -* [bitnami/minio] Use custom probes if given (#12527) ([d0d3141](https://github.com/bitnami/charts/commit/d0d3141)), closes [#12527](https://github.com/bitnami/charts/issues/12527) [#12354](https://github.com/bitnami/charts/issues/12354) +* [bitnami/minio] Use custom probes if given (#12527) ([d0d3141](https://github.com/bitnami/charts/commit/d0d3141f7da0e4a3d400847a7d224d6316e250a8)), closes [#12527](https://github.com/bitnami/charts/issues/12527) [#12354](https://github.com/bitnami/charts/issues/12354) ## 11.10.2 (2022-09-14) -* [bitnami/minio] Release 11.10.2 (#12420) ([0c3554d](https://github.com/bitnami/charts/commit/0c3554d)), closes [#12420](https://github.com/bitnami/charts/issues/12420) +* [bitnami/minio] Release 11.10.2 (#12420) ([0c3554d](https://github.com/bitnami/charts/commit/0c3554d1783146fd47741615f758085496f61985)), closes [#12420](https://github.com/bitnami/charts/issues/12420) ## 11.10.1 (2022-09-08) -* [bitnami/minio] Release 11.10.1 (#12324) ([7793350](https://github.com/bitnami/charts/commit/7793350)), closes [#12324](https://github.com/bitnami/charts/issues/12324) +* [bitnami/minio] Release 11.10.1 (#12324) ([7793350](https://github.com/bitnami/charts/commit/77933508459c6c234e2e02754a41af5dfe040793)), closes [#12324](https://github.com/bitnami/charts/issues/12324) ## 11.10.0 (2022-09-05) -* [bitnami/minio]custom servicemonitor apiversion (#12134) ([a1caa19](https://github.com/bitnami/charts/commit/a1caa19)), closes [#12134](https://github.com/bitnami/charts/issues/12134) +* [bitnami/minio]custom servicemonitor apiversion (#12134) ([a1caa19](https://github.com/bitnami/charts/commit/a1caa19462de783f9c914b94ae002a47814a5410)), closes [#12134](https://github.com/bitnami/charts/issues/12134) ## 11.9.4 (2022-09-02) -* [bitnami/minio] Release 11.9.4 (#12256) ([5dc0052](https://github.com/bitnami/charts/commit/5dc0052)), closes [#12256](https://github.com/bitnami/charts/issues/12256) +* [bitnami/minio] Release 11.9.4 (#12256) ([5dc0052](https://github.com/bitnami/charts/commit/5dc005242b5a974586c520775c45b6b5cfcf08e8)), closes [#12256](https://github.com/bitnami/charts/issues/12256) ## 11.9.3 (2022-08-30) -* [bitnami/minio] Release 11.9.3 (#12200) ([ded99d3](https://github.com/bitnami/charts/commit/ded99d3)), closes [#12200](https://github.com/bitnami/charts/issues/12200) -* [bitnami/minio]: Clarify ingress/apiIngress helm values for MinIO chart (#12004) ([b5fb3f1](https://github.com/bitnami/charts/commit/b5fb3f1)), closes [#12004](https://github.com/bitnami/charts/issues/12004) +* [bitnami/minio] Release 11.9.3 (#12200) ([ded99d3](https://github.com/bitnami/charts/commit/ded99d3f44d2d029ff1d855a3538c8c2ec92702d)), closes [#12200](https://github.com/bitnami/charts/issues/12200) +* [bitnami/minio]: Clarify ingress/apiIngress helm values for MinIO chart (#12004) ([b5fb3f1](https://github.com/bitnami/charts/commit/b5fb3f1b4a1a2801bdb74254210e77efae0d167a)), closes [#12004](https://github.com/bitnami/charts/issues/12004) ## 11.9.2 (2022-08-23) -* [bitnami/minio] Update Chart.lock (#12045) ([df7fc44](https://github.com/bitnami/charts/commit/df7fc44)), closes [#12045](https://github.com/bitnami/charts/issues/12045) +* [bitnami/minio] Update Chart.lock (#12045) ([df7fc44](https://github.com/bitnami/charts/commit/df7fc44e6cbfc750c0ce4b61be4e29da94bc5a9d)), closes [#12045](https://github.com/bitnami/charts/issues/12045) ## 11.9.1 (2022-08-23) -* [bitnami/minio] Release 11.9.1 (#12016) ([bdfd2f1](https://github.com/bitnami/charts/commit/bdfd2f1)), closes [#12016](https://github.com/bitnami/charts/issues/12016) +* [bitnami/minio] Release 11.9.1 (#12016) ([bdfd2f1](https://github.com/bitnami/charts/commit/bdfd2f11526badd11fdba978ca044822823983b1)), closes [#12016](https://github.com/bitnami/charts/issues/12016) ## 11.9.0 (2022-08-22) -* [bitnami/minio] Add support for image digest apart from tag (#11915) ([7757374](https://github.com/bitnami/charts/commit/7757374)), closes [#11915](https://github.com/bitnami/charts/issues/11915) +* [bitnami/minio] Add support for image digest apart from tag (#11915) ([7757374](https://github.com/bitnami/charts/commit/775737435e1bdd0c2c2238e882a632ad4a3ad8ed)), closes [#11915](https://github.com/bitnami/charts/issues/11915) ## 11.8.4 (2022-08-19) -* Add resources to Minio provisioning init-container (#11837) ([3d1f315](https://github.com/bitnami/charts/commit/3d1f315)), closes [#11837](https://github.com/bitnami/charts/issues/11837) +* Add resources to Minio provisioning init-container (#11837) ([3d1f315](https://github.com/bitnami/charts/commit/3d1f3151690f1903502b7f7e1802eb2d0977edb0)), closes [#11837](https://github.com/bitnami/charts/issues/11837) ## 11.8.3 (2022-08-17) -* [bitnami/minio] Fix total drive validation for Minio (#11678) ([597e09d](https://github.com/bitnami/charts/commit/597e09d)), closes [#11678](https://github.com/bitnami/charts/issues/11678) +* [bitnami/minio] Fix total drive validation for Minio (#11678) ([597e09d](https://github.com/bitnami/charts/commit/597e09de0f6a9ddf54a74786e8802564f20cc529)), closes [#11678](https://github.com/bitnami/charts/issues/11678) ## 11.8.2 (2022-08-16) -* [bitnami/minio] Release 11.8.2 (#11774) ([32a7a0f](https://github.com/bitnami/charts/commit/32a7a0f)), closes [#11774](https://github.com/bitnami/charts/issues/11774) +* [bitnami/minio] Release 11.8.2 (#11774) ([32a7a0f](https://github.com/bitnami/charts/commit/32a7a0f6eb7cb54b5e54c8d4babbd6bd5060bf41)), closes [#11774](https://github.com/bitnami/charts/issues/11774) ## 11.8.1 (2022-08-12) -* [bitnami/minio] Release 11.8.1 (#11739) ([86fe9cc](https://github.com/bitnami/charts/commit/86fe9cc)), closes [#11739](https://github.com/bitnami/charts/issues/11739) +* [bitnami/minio] Release 11.8.1 (#11739) ([86fe9cc](https://github.com/bitnami/charts/commit/86fe9cc49e2e265c9c89f727ebe98f166ceaf40a)), closes [#11739](https://github.com/bitnami/charts/issues/11739) ## 11.8.0 (2022-08-10) -* [bitnami/minio] add security context to provisioning job (#11634) ([5e4d011](https://github.com/bitnami/charts/commit/5e4d011)), closes [#11634](https://github.com/bitnami/charts/issues/11634) +* [bitnami/minio] add security context to provisioning job (#11634) ([5e4d011](https://github.com/bitnami/charts/commit/5e4d0114611ddd383ea8662cd9aa82d821403079)), closes [#11634](https://github.com/bitnami/charts/issues/11634) ## 11.7.19 (2022-08-09) -* [bitnami/minio] Release 11.7.19 (#11655) ([50ac2d5](https://github.com/bitnami/charts/commit/50ac2d5)), closes [#11655](https://github.com/bitnami/charts/issues/11655) +* [bitnami/minio] Release 11.7.19 (#11655) ([50ac2d5](https://github.com/bitnami/charts/commit/50ac2d5e1672aefe0eb4a2281cf8926e67ddf65c)), closes [#11655](https://github.com/bitnami/charts/issues/11655) ## 11.7.18 (2022-08-06) -* [bitnami/minio] Release 11.7.18 (#11625) ([97f9bc6](https://github.com/bitnami/charts/commit/97f9bc6)), closes [#11625](https://github.com/bitnami/charts/issues/11625) +* [bitnami/minio] Release 11.7.18 (#11625) ([97f9bc6](https://github.com/bitnami/charts/commit/97f9bc67fda827286fc317f457a2b8dcc48b007f)), closes [#11625](https://github.com/bitnami/charts/issues/11625) ## 11.7.17 (2022-08-04) -* [bitnami/minio] Release 11.7.17 (#11575) ([bc15814](https://github.com/bitnami/charts/commit/bc15814)), closes [#11575](https://github.com/bitnami/charts/issues/11575) +* [bitnami/minio] Release 11.7.17 (#11575) ([bc15814](https://github.com/bitnami/charts/commit/bc15814d73102881889092668242b58426759677)), closes [#11575](https://github.com/bitnami/charts/issues/11575) ## 11.7.16 (2022-08-03) -* [bitnami/minio] Release 11.7.16 (#11515) ([8bd450e](https://github.com/bitnami/charts/commit/8bd450e)), closes [#11515](https://github.com/bitnami/charts/issues/11515) +* [bitnami/minio] Release 11.7.16 (#11515) ([8bd450e](https://github.com/bitnami/charts/commit/8bd450e58701df0c6281881828483ef8946a64e4)), closes [#11515](https://github.com/bitnami/charts/issues/11515) ## 11.7.15 (2022-07-27) -* [bitnami/minio] Release 11.7.15 (#11384) ([16d05dd](https://github.com/bitnami/charts/commit/16d05dd)), closes [#11384](https://github.com/bitnami/charts/issues/11384) +* [bitnami/minio] Release 11.7.15 (#11384) ([16d05dd](https://github.com/bitnami/charts/commit/16d05dd0bf47e791d04d2f76c958346357c093f5)), closes [#11384](https://github.com/bitnami/charts/issues/11384) ## 11.7.14 (2022-07-27) -* [bitnami/*] Update URLs to point to the new bitnami/containers monorepo (#11352) ([d665af0](https://github.com/bitnami/charts/commit/d665af0)), closes [#11352](https://github.com/bitnami/charts/issues/11352) -* [bitnami/minio] Release 11.7.14 (#11373) ([bc9f4a7](https://github.com/bitnami/charts/commit/bc9f4a7)), closes [#11373](https://github.com/bitnami/charts/issues/11373) +* [bitnami/*] Update URLs to point to the new bitnami/containers monorepo (#11352) ([d665af0](https://github.com/bitnami/charts/commit/d665af0c708846192d8d5fb2f5f9ea65dd464ab0)), closes [#11352](https://github.com/bitnami/charts/issues/11352) +* [bitnami/minio] Release 11.7.14 (#11373) ([bc9f4a7](https://github.com/bitnami/charts/commit/bc9f4a73f69356b852ded2df1b7f0bbda0031024)), closes [#11373](https://github.com/bitnami/charts/issues/11373) ## 11.7.13 (2022-07-18) -* [bitnami/minio] allow empty s3 creds when using iam role for sa (#11212) ([c70b80d](https://github.com/bitnami/charts/commit/c70b80d)), closes [#11212](https://github.com/bitnami/charts/issues/11212) +* [bitnami/minio] allow empty s3 creds when using iam role for sa (#11212) ([c70b80d](https://github.com/bitnami/charts/commit/c70b80d4d28ce1a5e016d6316440441e88f0ca9b)), closes [#11212](https://github.com/bitnami/charts/issues/11212) ## 11.7.12 (2022-07-18) -* [bitnami/minio] Release 11.7.12 (#11211) ([ec9055e](https://github.com/bitnami/charts/commit/ec9055e)), closes [#11211](https://github.com/bitnami/charts/issues/11211) +* [bitnami/minio] Release 11.7.12 (#11211) ([ec9055e](https://github.com/bitnami/charts/commit/ec9055e8518bce18dcfade587830dd8ce6353e5d)), closes [#11211](https://github.com/bitnami/charts/issues/11211) ## 11.7.11 (2022-07-16) -* [bitnami/minio] Release 11.7.11 (#11207) ([7f44eb5](https://github.com/bitnami/charts/commit/7f44eb5)), closes [#11207](https://github.com/bitnami/charts/issues/11207) +* [bitnami/minio] Release 11.7.11 (#11207) ([7f44eb5](https://github.com/bitnami/charts/commit/7f44eb525ae4ba6518fa1906dd8ddbdcde8e6c6b)), closes [#11207](https://github.com/bitnami/charts/issues/11207) ## 11.7.10 (2022-07-14) -* [bitnami/minio] Release 11.7.10 (#11187) ([5fc8ecc](https://github.com/bitnami/charts/commit/5fc8ecc)), closes [#11187](https://github.com/bitnami/charts/issues/11187) +* [bitnami/minio] Release 11.7.10 (#11187) ([5fc8ecc](https://github.com/bitnami/charts/commit/5fc8eccabe82306fc34f6c21d7642dd8d5c31510)), closes [#11187](https://github.com/bitnami/charts/issues/11187) ## 11.7.9 (2022-07-09) -* [bitnami/minio] Release 11.7.9 (#11101) ([2982293](https://github.com/bitnami/charts/commit/2982293)), closes [#11101](https://github.com/bitnami/charts/issues/11101) +* [bitnami/minio] Release 11.7.9 (#11101) ([2982293](https://github.com/bitnami/charts/commit/2982293ddc9fef44e53ed43a2992ced05fecc044)), closes [#11101](https://github.com/bitnami/charts/issues/11101) ## 11.7.8 (2022-07-05) -* [bitnami/minio] Release 11.7.8 (#11043) ([bb4281b](https://github.com/bitnami/charts/commit/bb4281b)), closes [#11043](https://github.com/bitnami/charts/issues/11043) +* [bitnami/minio] Release 11.7.8 (#11043) ([bb4281b](https://github.com/bitnami/charts/commit/bb4281b100b4438a5a2b335f6c0cc4247982ee20)), closes [#11043](https://github.com/bitnami/charts/issues/11043) ## 11.7.7 (2022-06-26) -* [bitnami/minio] Release 11.7.7 updating components versions ([ebfe772](https://github.com/bitnami/charts/commit/ebfe772)) +* [bitnami/minio] Release 11.7.7 updating components versions ([ebfe772](https://github.com/bitnami/charts/commit/ebfe772910011d6a37441254457cb65fd59fdf06)) ## 11.7.6 (2022-06-21) -* [bitnami/minio] Release 11.7.6 updating components versions ([2573352](https://github.com/bitnami/charts/commit/2573352)) +* [bitnami/minio] Release 11.7.6 updating components versions ([2573352](https://github.com/bitnami/charts/commit/25733521871acbff9a996681abbbea67f9bc5061)) ## 11.7.5 (2022-06-17) -* [bitnami/minio] Release 11.7.5 updating components versions ([738df59](https://github.com/bitnami/charts/commit/738df59)) +* [bitnami/minio] Release 11.7.5 updating components versions ([738df59](https://github.com/bitnami/charts/commit/738df590a71ce40f0e328377093b057ff017c2c8)) ## 11.7.4 (2022-06-12) -* [bitnami/minio] Release 11.7.4 updating components versions ([1b0759c](https://github.com/bitnami/charts/commit/1b0759c)) +* [bitnami/minio] Release 11.7.4 updating components versions ([1b0759c](https://github.com/bitnami/charts/commit/1b0759c89a8d88178c1a691f7038254969e69993)) ## 11.7.3 (2022-06-11) -* [bitnami/minio] Release 11.7.3 updating components versions ([c874497](https://github.com/bitnami/charts/commit/c874497)) +* [bitnami/minio] Release 11.7.3 updating components versions ([c874497](https://github.com/bitnami/charts/commit/c874497e85f367c8f7a279adb60d6cead515c0e7)) ## 11.7.2 (2022-06-10) -* [bitnami/minio] Release 11.7.2 updating components versions ([a059ff9](https://github.com/bitnami/charts/commit/a059ff9)) +* [bitnami/minio] Release 11.7.2 updating components versions ([a059ff9](https://github.com/bitnami/charts/commit/a059ff9037445dae585446af00a55b2aefe8269c)) ## 11.7.1 (2022-06-08) -* [bitnami/minio] Release 11.7.1 updating components versions ([d22bd9d](https://github.com/bitnami/charts/commit/d22bd9d)) +* [bitnami/minio] Release 11.7.1 updating components versions ([d22bd9d](https://github.com/bitnami/charts/commit/d22bd9de37fc79d125bb35b8818179270fc8959e)) ## 11.7.0 (2022-06-08) -* [bitnami/*] Replace Kubeapps URL in READMEs (and kubeapps Chart.yaml) and remove BKPR references (#1 ([c6a7914](https://github.com/bitnami/charts/commit/c6a7914)), closes [#10600](https://github.com/bitnami/charts/issues/10600) -* [bitnami/minio] Add provisioning extraCommands parameter (#10590) ([9261a14](https://github.com/bitnami/charts/commit/9261a14)), closes [#10590](https://github.com/bitnami/charts/issues/10590) +* [bitnami/*] Replace Kubeapps URL in READMEs (and kubeapps Chart.yaml) and remove BKPR references (#1 ([c6a7914](https://github.com/bitnami/charts/commit/c6a7914361e5aea6016fb45bf4d621edfd111d32)), closes [#10600](https://github.com/bitnami/charts/issues/10600) +* [bitnami/minio] Add provisioning extraCommands parameter (#10590) ([9261a14](https://github.com/bitnami/charts/commit/9261a14a445bd266894f1f4c1a5fcd431d829896)), closes [#10590](https://github.com/bitnami/charts/issues/10590) ## 11.6.8 (2022-06-06) -* [bitnami/minio] Release 11.6.8 updating components versions ([6cc86ed](https://github.com/bitnami/charts/commit/6cc86ed)) +* [bitnami/minio] Release 11.6.8 updating components versions ([6cc86ed](https://github.com/bitnami/charts/commit/6cc86edec65eed72dba17ff7a95a2085ceb64f72)) ## 11.6.7 (2022-06-03) -* [bitnami/minio] Release 11.6.7 updating components versions ([ee342a4](https://github.com/bitnami/charts/commit/ee342a4)) +* [bitnami/minio] Release 11.6.7 updating components versions ([ee342a4](https://github.com/bitnami/charts/commit/ee342a4a080ab8b988ca93c037d80d578fed3fdd)) ## 11.6.6 (2022-06-03) -* [bitnami/minio] Fix TLS config (#10541) ([b3de176](https://github.com/bitnami/charts/commit/b3de176)), closes [#10541](https://github.com/bitnami/charts/issues/10541) +* [bitnami/minio] Fix TLS config (#10541) ([b3de176](https://github.com/bitnami/charts/commit/b3de1769928aa8ceb14ed57ff51edf56cfdb320c)), closes [#10541](https://github.com/bitnami/charts/issues/10541) ## 11.6.5 (2022-06-02) -* [bitnami/minio] Release 11.6.5 updating components versions ([ea850a5](https://github.com/bitnami/charts/commit/ea850a5)) +* [bitnami/minio] Release 11.6.5 updating components versions ([ea850a5](https://github.com/bitnami/charts/commit/ea850a5f1010ba9a8e01963e715b76bec13822e4)) ## 11.6.4 (2022-06-01) -* [bitnami/several] Replace maintainers email by url (#10523) ([ff3cf61](https://github.com/bitnami/charts/commit/ff3cf61)), closes [#10523](https://github.com/bitnami/charts/issues/10523) +* [bitnami/several] Replace maintainers email by url (#10523) ([ff3cf61](https://github.com/bitnami/charts/commit/ff3cf617a1680509b0f3855d17c4ccff7b29a0ff)), closes [#10523](https://github.com/bitnami/charts/issues/10523) ## 11.6.3 (2022-06-01) -* [bitnami/several] Remove invalid � characters from values.yaml (#10512) ([46c6e37](https://github.com/bitnami/charts/commit/46c6e37)), closes [#10512](https://github.com/bitnami/charts/issues/10512) +* [bitnami/several] Remove invalid � characters from values.yaml (#10512) ([46c6e37](https://github.com/bitnami/charts/commit/46c6e37bf9eb91498569de1fe69e69462d4c5b03)), closes [#10512](https://github.com/bitnami/charts/issues/10512) ## 11.6.2 (2022-05-30) -* [bitnami/several] Replace base64 --decode with base64 -d (#10495) ([099286a](https://github.com/bitnami/charts/commit/099286a)), closes [#10495](https://github.com/bitnami/charts/issues/10495) +* [bitnami/several] Replace base64 --decode with base64 -d (#10495) ([099286a](https://github.com/bitnami/charts/commit/099286ae7a87784cf809df0b64ab24f7ff0144c8)), closes [#10495](https://github.com/bitnami/charts/issues/10495) ## 11.6.1 (2022-05-27) -* [bitnami/minio] Add support for terminationGracePeriodSeconds (#10384) ([cfbaca5](https://github.com/bitnami/charts/commit/cfbaca5)), closes [#10384](https://github.com/bitnami/charts/issues/10384) -* [bitnami/minio] Release 11.6.1 updating components versions ([08abbd7](https://github.com/bitnami/charts/commit/08abbd7)) +* [bitnami/minio] Add support for terminationGracePeriodSeconds (#10384) ([cfbaca5](https://github.com/bitnami/charts/commit/cfbaca5e4bbe097886c6cd04040e8e88347f42a2)), closes [#10384](https://github.com/bitnami/charts/issues/10384) +* [bitnami/minio] Release 11.6.1 updating components versions ([08abbd7](https://github.com/bitnami/charts/commit/08abbd741b53bde56b6eff91dc2ff0f5c8d32f14)) ## 11.6.0 (2022-05-25) -* [bitnami/minio] add prometheus rule (#10298) ([bb0988a](https://github.com/bitnami/charts/commit/bb0988a)), closes [#10298](https://github.com/bitnami/charts/issues/10298) +* [bitnami/minio] add prometheus rule (#10298) ([bb0988a](https://github.com/bitnami/charts/commit/bb0988ae3dea7b67cc4ad283d95b2dabda78f0bc)), closes [#10298](https://github.com/bitnami/charts/issues/10298) ## 11.5.5 (2022-05-24) -* [bitnami/minio] Use the new helper for HPA API version (#10205) ([db5fb61](https://github.com/bitnami/charts/commit/db5fb61)), closes [#10205](https://github.com/bitnami/charts/issues/10205) +* [bitnami/minio] Use the new helper for HPA API version (#10205) ([db5fb61](https://github.com/bitnami/charts/commit/db5fb6157c4b19a23917c48ad72a04b3c6471898)), closes [#10205](https://github.com/bitnami/charts/issues/10205) ## 11.5.4 (2022-05-24) -* [bitnami/minio] Release 11.5.4 updating components versions ([1762b96](https://github.com/bitnami/charts/commit/1762b96)) +* [bitnami/minio] Release 11.5.4 updating components versions ([1762b96](https://github.com/bitnami/charts/commit/1762b96f47c111de33322ef3c65dcb6f62163853)) ## 11.5.3 (2022-05-22) -* [bitnami/minio] Release 11.5.3 updating components versions ([97df81b](https://github.com/bitnami/charts/commit/97df81b)) +* [bitnami/minio] Release 11.5.3 updating components versions ([97df81b](https://github.com/bitnami/charts/commit/97df81b9d265c08138c1d0879606031f4e825bb4)) ## 11.5.2 (2022-05-20) -* [bitnami/minio] Release 11.5.2 updating components versions ([cfad501](https://github.com/bitnami/charts/commit/cfad501)) +* [bitnami/minio] Release 11.5.2 updating components versions ([cfad501](https://github.com/bitnami/charts/commit/cfad50101bef50118b5a081c46d3987be6866490)) ## 11.5.1 (2022-05-19) -* [bitnami/minio] Release 11.5.1 updating components versions ([1be612e](https://github.com/bitnami/charts/commit/1be612e)) +* [bitnami/minio] Release 11.5.1 updating components versions ([1be612e](https://github.com/bitnami/charts/commit/1be612e8c7c1e120b93001075dde275ba16047b9)) ## 11.5.0 (2022-05-18) -* [bitnami/minio] Allow user provisioning from existing Kubernetes secrets (#10070) ([d8789bb](https://github.com/bitnami/charts/commit/d8789bb)), closes [#10070](https://github.com/bitnami/charts/issues/10070) +* [bitnami/minio] Allow user provisioning from existing Kubernetes secrets (#10070) ([d8789bb](https://github.com/bitnami/charts/commit/d8789bbde95c35335df940016fef1da891fe29ba)), closes [#10070](https://github.com/bitnami/charts/issues/10070) ## 11.4.1 (2022-05-18) -* [bitnami/minio] Release 11.4.1 updating components versions ([819257e](https://github.com/bitnami/charts/commit/819257e)) +* [bitnami/minio] Release 11.4.1 updating components versions ([819257e](https://github.com/bitnami/charts/commit/819257ee0fa9132cd24dbe722c96e8d634e5177b)) ## 11.4.0 (2022-05-16) -* [bitnami/*] add ingress extraRules feature (#10253) ([0f6cbb9](https://github.com/bitnami/charts/commit/0f6cbb9)), closes [#10253](https://github.com/bitnami/charts/issues/10253) +* [bitnami/*] add ingress extraRules feature (#10253) ([0f6cbb9](https://github.com/bitnami/charts/commit/0f6cbb9099b0e56685cc1d36ba50340f3d7278a1)), closes [#10253](https://github.com/bitnami/charts/issues/10253) ## 11.3.5 (2022-05-13) -* [bitnami/*] Remove old 'ci' files (#10171) ([5df30c4](https://github.com/bitnami/charts/commit/5df30c4)), closes [#10171](https://github.com/bitnami/charts/issues/10171) -* [bitnami/*] Unify k8s directives separators (#10185) ([2650214](https://github.com/bitnami/charts/commit/2650214)), closes [#10185](https://github.com/bitnami/charts/issues/10185) +* [bitnami/*] Remove old 'ci' files (#10171) ([5df30c4](https://github.com/bitnami/charts/commit/5df30c44dbd1812da8786579ce4a94917d46a6ad)), closes [#10171](https://github.com/bitnami/charts/issues/10171) +* [bitnami/*] Unify k8s directives separators (#10185) ([2650214](https://github.com/bitnami/charts/commit/26502141d146ca3bdfb3bf744fcdec8ca5cece44)), closes [#10185](https://github.com/bitnami/charts/issues/10185) ## 11.3.4 (2022-05-11) -* [bitnami/minio] Add missing namespace metadata (#10140) ([c87e9fc](https://github.com/bitnami/charts/commit/c87e9fc)), closes [#10140](https://github.com/bitnami/charts/issues/10140) +* [bitnami/minio] Add missing namespace metadata (#10140) ([c87e9fc](https://github.com/bitnami/charts/commit/c87e9fc82aee03f7879d0ff12ec9e8473383f65e)), closes [#10140](https://github.com/bitnami/charts/issues/10140) ## 11.3.3 (2022-05-09) -* [bitnami/minio] Release 11.3.3 updating components versions ([a456c07](https://github.com/bitnami/charts/commit/a456c07)) +* [bitnami/minio] Release 11.3.3 updating components versions ([a456c07](https://github.com/bitnami/charts/commit/a456c07bdec5b6883aea7b917e6e72e9932772dc)) ## 11.3.2 (2022-05-04) -* [bitnami/minio] Release 11.3.2 updating components versions ([5d8faea](https://github.com/bitnami/charts/commit/5d8faea)) +* [bitnami/minio] Release 11.3.2 updating components versions ([5d8faea](https://github.com/bitnami/charts/commit/5d8faeaa202affeb0ec2caace7937f56bb0398c6)) ## 11.3.1 (2022-05-04) -* [bitnami/minio] Release 11.3.1 updating components versions ([1cf0f49](https://github.com/bitnami/charts/commit/1cf0f49)) +* [bitnami/minio] Release 11.3.1 updating components versions ([1cf0f49](https://github.com/bitnami/charts/commit/1cf0f49efbea102a6b710cba4ef7918a7cc07e18)) ## 11.3.0 (2022-05-03) -* [bitnami/minio] Allow custom policy provisioning (#9992) ([89126e8](https://github.com/bitnami/charts/commit/89126e8)), closes [#9992](https://github.com/bitnami/charts/issues/9992) +* [bitnami/minio] Allow custom policy provisioning (#9992) ([89126e8](https://github.com/bitnami/charts/commit/89126e808d591d045f62715b528b674b383d89ff)), closes [#9992](https://github.com/bitnami/charts/issues/9992) ## 11.2.16 (2022-05-01) -* [bitnami/minio] Release 11.2.16 updating components versions ([7556558](https://github.com/bitnami/charts/commit/7556558)) +* [bitnami/minio] Release 11.2.16 updating components versions ([7556558](https://github.com/bitnami/charts/commit/75565588b23b4ba153607146699e10e2f33ffe21)) ## 11.2.15 (2022-04-29) -* [bitnami/minio] Release 11.2.15 updating components versions ([58ffee3](https://github.com/bitnami/charts/commit/58ffee3)) +* [bitnami/minio] Release 11.2.15 updating components versions ([58ffee3](https://github.com/bitnami/charts/commit/58ffee38a88dba055fb2324a10e8918b63f48f86)) ## 11.2.14 (2022-04-26) -* [bitnami/minio] Release 11.2.14 updating components versions ([9275a3a](https://github.com/bitnami/charts/commit/9275a3a)) +* [bitnami/minio] Release 11.2.14 updating components versions ([9275a3a](https://github.com/bitnami/charts/commit/9275a3a0d5381f826990133824332e74e308f5cf)) ## 11.2.13 (2022-04-20) -* [bitnami/minio] Release 11.2.13 updating components versions ([376e399](https://github.com/bitnami/charts/commit/376e399)) +* [bitnami/minio] Release 11.2.13 updating components versions ([376e399](https://github.com/bitnami/charts/commit/376e399c0683d4d3bc18686029c29709ff07f652)) ## 11.2.12 (2022-04-19) -* [bitnami/minio] Release 11.2.12 updating components versions ([31df0e0](https://github.com/bitnami/charts/commit/31df0e0)) +* [bitnami/minio] Release 11.2.12 updating components versions ([31df0e0](https://github.com/bitnami/charts/commit/31df0e0fb2f912cf6f7b38f3903c9e9cb8ed1744)) ## 11.2.11 (2022-04-16) -* [bitnami/minio] Release 11.2.11 updating components versions ([418b009](https://github.com/bitnami/charts/commit/418b009)) +* [bitnami/minio] Release 11.2.11 updating components versions ([418b009](https://github.com/bitnami/charts/commit/418b0096a44bee485e6a80c4759a1d98d007f95c)) ## 11.2.10 (2022-04-13) -* [bitnami/minio]: unquote required namespaces (#9779) ([5af36c9](https://github.com/bitnami/charts/commit/5af36c9)), closes [#9779](https://github.com/bitnami/charts/issues/9779) +* [bitnami/minio]: unquote required namespaces (#9779) ([5af36c9](https://github.com/bitnami/charts/commit/5af36c98d53a5ad3911e0f4dd7fa5c63bb2b37a9)), closes [#9779](https://github.com/bitnami/charts/issues/9779) ## 11.2.9 (2022-04-12) -* [bitnami/minio] quote all namespaces (#9734) ([f4499c4](https://github.com/bitnami/charts/commit/f4499c4)), closes [#9734](https://github.com/bitnami/charts/issues/9734) -* [bitnami/minio] Release 11.2.9 updating components versions ([5b5b439](https://github.com/bitnami/charts/commit/5b5b439)) +* [bitnami/minio] quote all namespaces (#9734) ([f4499c4](https://github.com/bitnami/charts/commit/f4499c4b98f89916f6c2489c589ad385464e6fdd)), closes [#9734](https://github.com/bitnami/charts/issues/9734) +* [bitnami/minio] Release 11.2.9 updating components versions ([5b5b439](https://github.com/bitnami/charts/commit/5b5b4391c3fd92fce5bbddd5938bb3b5d1c02fea)) ## 11.2.8 (2022-04-09) -* [bitnami/minio] Release 11.2.8 updating components versions ([1acd1ec](https://github.com/bitnami/charts/commit/1acd1ec)) +* [bitnami/minio] Release 11.2.8 updating components versions ([1acd1ec](https://github.com/bitnami/charts/commit/1acd1ec9a8c9d777f4010c160d478339468dfebc)) ## 11.2.7 (2022-04-09) -* [bitnami/minio] Release 11.2.7 updating components versions ([d2104f1](https://github.com/bitnami/charts/commit/d2104f1)) +* [bitnami/minio] Release 11.2.7 updating components versions ([d2104f1](https://github.com/bitnami/charts/commit/d2104f1420f411677bb7d40732263986c478e387)) ## 11.2.6 (2022-04-05) -* [bitnami/minio] Release 11.2.6 updating components versions ([f6dcbd8](https://github.com/bitnami/charts/commit/f6dcbd8)) -* Allow existingSecret to be a template. (#9669) ([2940683](https://github.com/bitnami/charts/commit/2940683)), closes [#9669](https://github.com/bitnami/charts/issues/9669) +* [bitnami/minio] Release 11.2.6 updating components versions ([f6dcbd8](https://github.com/bitnami/charts/commit/f6dcbd8d40f2fa3be99051542c11b24c55b5cf2f)) +* Allow existingSecret to be a template. (#9669) ([2940683](https://github.com/bitnami/charts/commit/2940683b7f36b78c86a9f201b397b35077f8b20c)), closes [#9669](https://github.com/bitnami/charts/issues/9669) ## 11.2.5 (2022-04-03) -* [bitnami/minio] Release 11.2.5 updating components versions ([7ad2fe5](https://github.com/bitnami/charts/commit/7ad2fe5)) +* [bitnami/minio] Release 11.2.5 updating components versions ([7ad2fe5](https://github.com/bitnami/charts/commit/7ad2fe578359e60740616a53f958a09e93e97289)) ## 11.2.4 (2022-04-02) -* [bitnami/minio] Release 11.2.4 updating components versions ([a7e1c1b](https://github.com/bitnami/charts/commit/a7e1c1b)) +* [bitnami/minio] Release 11.2.4 updating components versions ([a7e1c1b](https://github.com/bitnami/charts/commit/a7e1c1b8302682284e6aeafe9cf0985c1edfb93d)) ## 11.2.3 (2022-04-01) -* [bitnami/minio] Release 11.2.3 updating components versions ([2346f97](https://github.com/bitnami/charts/commit/2346f97)) +* [bitnami/minio] Release 11.2.3 updating components versions ([2346f97](https://github.com/bitnami/charts/commit/2346f972caafd299fe06ec1c70cdd1107befbcc1)) ## 11.2.2 (2022-03-27) -* [bitnami/minio] Release 11.2.2 updating components versions ([92a045d](https://github.com/bitnami/charts/commit/92a045d)) +* [bitnami/minio] Release 11.2.2 updating components versions ([92a045d](https://github.com/bitnami/charts/commit/92a045d75d5b4a5311867f5483528de36b45ec86)) ## 11.2.1 (2022-03-26) -* [bitnami/minio] Release 11.2.1 updating components versions ([070877f](https://github.com/bitnami/charts/commit/070877f)) +* [bitnami/minio] Release 11.2.1 updating components versions ([070877f](https://github.com/bitnami/charts/commit/070877f64183b346bf009d0925865a932ef87933)) ## 11.2.0 (2022-03-24) -* [bitnami/minio] Introduced probes in gateway deployment (#9501) ([73ab6ff](https://github.com/bitnami/charts/commit/73ab6ff)), closes [#9501](https://github.com/bitnami/charts/issues/9501) +* [bitnami/minio] Introduced probes in gateway deployment (#9501) ([73ab6ff](https://github.com/bitnami/charts/commit/73ab6ff796d72c855a0b1d1f3c90af73e95172e0)), closes [#9501](https://github.com/bitnami/charts/issues/9501) ## 11.1.7 (2022-03-24) -* [bitnami/minio] Release 11.1.7 updating components versions ([8644a8e](https://github.com/bitnami/charts/commit/8644a8e)) +* [bitnami/minio] Release 11.1.7 updating components versions ([8644a8e](https://github.com/bitnami/charts/commit/8644a8ea7c82d7e51520b631003b335bfca84cf1)) ## 11.1.6 (2022-03-23) -* [bitnami/minio] Release 11.1.6 updating components versions ([81bff31](https://github.com/bitnami/charts/commit/81bff31)) +* [bitnami/minio] Release 11.1.6 updating components versions ([81bff31](https://github.com/bitnami/charts/commit/81bff31907078c20c2c20046ad8a9ee9915f56d9)) ## 11.1.5 (2022-03-22) -* [bitnami/minio] Release 11.1.5 updating components versions ([cdad593](https://github.com/bitnami/charts/commit/cdad593)) +* [bitnami/minio] Release 11.1.5 updating components versions ([cdad593](https://github.com/bitnami/charts/commit/cdad593186813b0557a69343123a99979805aa4a)) ## 11.1.4 (2022-03-17) -* [bitnami/minio] Release 11.1.4 updating components versions ([d46f07d](https://github.com/bitnami/charts/commit/d46f07d)) +* [bitnami/minio] Release 11.1.4 updating components versions ([d46f07d](https://github.com/bitnami/charts/commit/d46f07d38525300ba5372206ff384a2dc8623433)) ## 11.1.3 (2022-03-16) -* [bitnami/minio] Release 11.1.3 updating components versions ([452469a](https://github.com/bitnami/charts/commit/452469a)) +* [bitnami/minio] Release 11.1.3 updating components versions ([452469a](https://github.com/bitnami/charts/commit/452469acffe3b36f4b1428a720fee51193ef2f7e)) ## 11.1.2 (2022-03-15) -* [bitnami/minio] Release 11.1.2 updating components versions ([ee021f1](https://github.com/bitnami/charts/commit/ee021f1)) +* [bitnami/minio] Release 11.1.2 updating components versions ([ee021f1](https://github.com/bitnami/charts/commit/ee021f1a8a2258b04a0a79b79ba2eae0dbffedc0)) ## 11.1.1 (2022-03-09) -* [bitnami/minio] Release 11.1.1 updating components versions ([77c476b](https://github.com/bitnami/charts/commit/77c476b)) +* [bitnami/minio] Release 11.1.1 updating components versions ([77c476b](https://github.com/bitnami/charts/commit/77c476b4b1973fd3def0b8b98da54da2fc571e5d)) ## 11.1.0 (2022-03-08) -* [bitnami/minio] Fix minio provisioning (#9301) ([076cb0f](https://github.com/bitnami/charts/commit/076cb0f)), closes [#9301](https://github.com/bitnami/charts/issues/9301) +* [bitnami/minio] Fix minio provisioning (#9301) ([076cb0f](https://github.com/bitnami/charts/commit/076cb0fbb49ee1de35aa31d333c1abcd118196a6)), closes [#9301](https://github.com/bitnami/charts/issues/9301) ## 11.0.0 (2022-03-07) -* [bitnami/minio] Remove compatibility with MINIO_ACCESS_KEY and MINIO_SECRET_KEY (#9311) ([e4d6ea0](https://github.com/bitnami/charts/commit/e4d6ea0)), closes [#9311](https://github.com/bitnami/charts/issues/9311) +* [bitnami/minio] Remove compatibility with MINIO_ACCESS_KEY and MINIO_SECRET_KEY (#9311) ([e4d6ea0](https://github.com/bitnami/charts/commit/e4d6ea0b59937d789d74af639b984356516db6cf)), closes [#9311](https://github.com/bitnami/charts/issues/9311) ## 10.1.16 (2022-03-05) -* [bitnami/minio] Release 10.1.16 updating components versions ([aa096c7](https://github.com/bitnami/charts/commit/aa096c7)) +* [bitnami/minio] Release 10.1.16 updating components versions ([aa096c7](https://github.com/bitnami/charts/commit/aa096c756055dabd363fe4020a2ffd8b5dd0fcc4)) ## 10.1.15 (2022-03-04) -* [bitnami/minio] Release 10.1.15 updating components versions ([d4d1f04](https://github.com/bitnami/charts/commit/d4d1f04)) +* [bitnami/minio] Release 10.1.15 updating components versions ([d4d1f04](https://github.com/bitnami/charts/commit/d4d1f04ebfa129c1878e3d39d5c5e34a44e136a2)) ## 10.1.14 (2022-03-01) -* Reorder MinIO Gateway HPA resource list to smooth out GitOps diffs (#9236) ([b7e34cb](https://github.com/bitnami/charts/commit/b7e34cb)), closes [#9236](https://github.com/bitnami/charts/issues/9236) +* Reorder MinIO Gateway HPA resource list to smooth out GitOps diffs (#9236) ([b7e34cb](https://github.com/bitnami/charts/commit/b7e34cb28e802738a482a5a42a0f36ee26d0e279)), closes [#9236](https://github.com/bitnami/charts/issues/9236) ## 10.1.13 (2022-02-26) -* [bitnami/minio] Release 10.1.13 updating components versions ([e74b59c](https://github.com/bitnami/charts/commit/e74b59c)) +* [bitnami/minio] Release 10.1.13 updating components versions ([e74b59c](https://github.com/bitnami/charts/commit/e74b59c79607ea6fb5e3a1bbe02e29e27e8dbc50)) ## 10.1.12 (2022-02-25) -* [bitnami/minio] Release 10.1.12 updating components versions ([4115cb9](https://github.com/bitnami/charts/commit/4115cb9)) -* bitnami/minio chart: fix typos in values.yaml (#9141) ([e4de89b](https://github.com/bitnami/charts/commit/e4de89b)), closes [#9141](https://github.com/bitnami/charts/issues/9141) +* [bitnami/minio] Release 10.1.12 updating components versions ([4115cb9](https://github.com/bitnami/charts/commit/4115cb95cfd6ae211e46566dc83c96a73cf6191d)) +* bitnami/minio chart: fix typos in values.yaml (#9141) ([e4de89b](https://github.com/bitnami/charts/commit/e4de89b8a51caa0ec0dd605caadde5d3466b3dbe)), closes [#9141](https://github.com/bitnami/charts/issues/9141) ## 10.1.11 (2022-02-22) -* [bitnami/minio] Release 10.1.11 updating components versions ([3f588f7](https://github.com/bitnami/charts/commit/3f588f7)) +* [bitnami/minio] Release 10.1.11 updating components versions ([3f588f7](https://github.com/bitnami/charts/commit/3f588f7a09413cea010ebb252b477c22a1f21381)) ## 10.1.10 (2022-02-21) -* [bitnami/minio] Do not hardcode PDB apiVersion (#9103) ([487fa27](https://github.com/bitnami/charts/commit/487fa27)), closes [#9103](https://github.com/bitnami/charts/issues/9103) +* [bitnami/minio] Do not hardcode PDB apiVersion (#9103) ([487fa27](https://github.com/bitnami/charts/commit/487fa274db0322eee728b8e4d8da2a6cc49f45f9)), closes [#9103](https://github.com/bitnami/charts/issues/9103) ## 10.1.9 (2022-02-16) -* [bitnami/minio] Release 10.1.9 updating components versions ([eb2bc0a](https://github.com/bitnami/charts/commit/eb2bc0a)) +* [bitnami/minio] Release 10.1.9 updating components versions ([eb2bc0a](https://github.com/bitnami/charts/commit/eb2bc0a189653eeb20d83645d6fa60d08f4b6352)) ## 10.1.8 (2022-02-16) -* [bitnami/minio] Delete fifo from possible quota types (#9023) ([9a929c7](https://github.com/bitnami/charts/commit/9a929c7)), closes [#9023](https://github.com/bitnami/charts/issues/9023) +* [bitnami/minio] Delete fifo from possible quota types (#9023) ([9a929c7](https://github.com/bitnami/charts/commit/9a929c7b48acc5b33d3ed2724c151a72e11f031a)), closes [#9023](https://github.com/bitnami/charts/issues/9023) ## 10.1.7 (2022-02-13) -* [bitnami/minio] Release 10.1.7 updating components versions ([d2e70bf](https://github.com/bitnami/charts/commit/d2e70bf)) +* [bitnami/minio] Release 10.1.7 updating components versions ([d2e70bf](https://github.com/bitnami/charts/commit/d2e70bfcd52b701e6f4e62967b5e0a42cd81ef76)) ## 10.1.6 (2022-02-07) -* [bitnami/minio] Release 10.1.6 updating components versions ([f1b0c77](https://github.com/bitnami/charts/commit/f1b0c77)) +* [bitnami/minio] Release 10.1.6 updating components versions ([f1b0c77](https://github.com/bitnami/charts/commit/f1b0c775707aab7d52b5bf364cd38828a1be5d60)) ## 10.1.5 (2022-02-07) -* [bitnami/minio] Add ; to bucket provisioning statements in order to prevent provisioning error when ([b4eef7f](https://github.com/bitnami/charts/commit/b4eef7f)), closes [#8890](https://github.com/bitnami/charts/issues/8890) +* [bitnami/minio] Add ; to bucket provisioning statements in order to prevent provisioning error when ([b4eef7f](https://github.com/bitnami/charts/commit/b4eef7f052a05a279938311ff7284b284de6cf0f)), closes [#8890](https://github.com/bitnami/charts/issues/8890) ## 10.1.4 (2022-02-05) -* [bitnami/minio] Release 10.1.4 updating components versions ([6c49a9b](https://github.com/bitnami/charts/commit/6c49a9b)) +* [bitnami/minio] Release 10.1.4 updating components versions ([6c49a9b](https://github.com/bitnami/charts/commit/6c49a9b1c186bdb976aad1fa93225a8a39208b67)) ## 10.1.3 (2022-02-03) -* [bitnami/minio] Missing references to common.ingress.certManagerRequest (#8895) ([dcec32e](https://github.com/bitnami/charts/commit/dcec32e)), closes [#8895](https://github.com/bitnami/charts/issues/8895) +* [bitnami/minio] Missing references to common.ingress.certManagerRequest (#8895) ([dcec32e](https://github.com/bitnami/charts/commit/dcec32e41d1e608f4e1f784e8d15ac3f6853d296)), closes [#8895](https://github.com/bitnami/charts/issues/8895) ## 10.1.2 (2022-02-02) -* [bitnami/*] Make use of new "common.ingress.certManagerRequest" helper (#8862) ([12e4c37](https://github.com/bitnami/charts/commit/12e4c37)), closes [#8862](https://github.com/bitnami/charts/issues/8862) +* [bitnami/*] Make use of new "common.ingress.certManagerRequest" helper (#8862) ([12e4c37](https://github.com/bitnami/charts/commit/12e4c3733eaeaa9a5579fdf917fa098a0f2aae23)), closes [#8862](https://github.com/bitnami/charts/issues/8862) ## 10.1.1 (2022-01-28) -* [bitnami/minio] Release 10.1.1 updating components versions ([8595cb6](https://github.com/bitnami/charts/commit/8595cb6)) +* [bitnami/minio] Release 10.1.1 updating components versions ([8595cb6](https://github.com/bitnami/charts/commit/8595cb609a53eeff4dd7bdd69697018298a85299)) ## 10.1.0 (2022-01-27) -* [bitnami/minio] Minio bucket versioning (#8788) ([bb3827d](https://github.com/bitnami/charts/commit/bb3827d)), closes [#8788](https://github.com/bitnami/charts/issues/8788) +* [bitnami/minio] Minio bucket versioning (#8788) ([bb3827d](https://github.com/bitnami/charts/commit/bb3827d2f2081f5b8c95ca91c7212ce0d347734b)), closes [#8788](https://github.com/bitnami/charts/issues/8788) ## 10.0.4 (2022-01-25) -* [bitnami/minio] Minio provisioning job toleration support (#8771) ([880b3be](https://github.com/bitnami/charts/commit/880b3be)), closes [#8771](https://github.com/bitnami/charts/issues/8771) +* [bitnami/minio] Minio provisioning job toleration support (#8771) ([880b3be](https://github.com/bitnami/charts/commit/880b3beb99edb1baa1707534014d17d71538c3d0)), closes [#8771](https://github.com/bitnami/charts/issues/8771) ## 10.0.3 (2022-01-20) -* [bitnami/several] Change prerequisites (#8725) ([8d740c5](https://github.com/bitnami/charts/commit/8d740c5)), closes [#8725](https://github.com/bitnami/charts/issues/8725) +* [bitnami/several] Change prerequisites (#8725) ([8d740c5](https://github.com/bitnami/charts/commit/8d740c566cfdb7e2d933c40128b4e919fce953a5)), closes [#8725](https://github.com/bitnami/charts/issues/8725) ## 10.0.2 (2022-01-19) -* [bitnami/*] Readme automation (#8579) ([78d1938](https://github.com/bitnami/charts/commit/78d1938)), closes [#8579](https://github.com/bitnami/charts/issues/8579) -* [bitnami/*] Update READMEs (#8716) ([b9a9533](https://github.com/bitnami/charts/commit/b9a9533)), closes [#8716](https://github.com/bitnami/charts/issues/8716) -* [bitnami/minio] Release 10.0.2 updating components versions ([f96570d](https://github.com/bitnami/charts/commit/f96570d)) +* [bitnami/*] Readme automation (#8579) ([78d1938](https://github.com/bitnami/charts/commit/78d193831c900d178198491ffd08fa2217a64ecd)), closes [#8579](https://github.com/bitnami/charts/issues/8579) +* [bitnami/*] Update READMEs (#8716) ([b9a9533](https://github.com/bitnami/charts/commit/b9a953337590eb2979453385874a267bacf50936)), closes [#8716](https://github.com/bitnami/charts/issues/8716) +* [bitnami/minio] Release 10.0.2 updating components versions ([f96570d](https://github.com/bitnami/charts/commit/f96570de4c717c15f4399a67eea4e45824d0f772)) ## 10.0.1 (2022-01-12) -* [bitnami/minio] Release 10.0.1 updating components versions ([65a2607](https://github.com/bitnami/charts/commit/65a2607)) +* [bitnami/minio] Release 10.0.1 updating components versions ([65a2607](https://github.com/bitnami/charts/commit/65a26070165d5355636241daeb8b0986312d1427)) ## 10.0.0 (2022-01-10) -* [bitnami/minio] Release 10.0.0 updating components versions ([c056689](https://github.com/bitnami/charts/commit/c056689)) +* [bitnami/minio] Release 10.0.0 updating components versions ([c056689](https://github.com/bitnami/charts/commit/c05668985688075416048cd362ef1c894d6fd7b2)) ## 9.3.0 (2022-01-05) -* [bitnami/several] Adapt templating format (#8562) ([8cad18a](https://github.com/bitnami/charts/commit/8cad18a)), closes [#8562](https://github.com/bitnami/charts/issues/8562) +* [bitnami/several] Adapt templating format (#8562) ([8cad18a](https://github.com/bitnami/charts/commit/8cad18aed9966a6f0208e5ad6cee46cb217f47ab)), closes [#8562](https://github.com/bitnami/charts/issues/8562) ## 9.2.11 (2022-01-05) -* [bitnami/minio] Fix minio discovery (#8568) ([4e1f891](https://github.com/bitnami/charts/commit/4e1f891)), closes [#8568](https://github.com/bitnami/charts/issues/8568) +* [bitnami/minio] Fix minio discovery (#8568) ([4e1f891](https://github.com/bitnami/charts/commit/4e1f8917f2bd66e90b7d8cbc64098abd3845a759)), closes [#8568](https://github.com/bitnami/charts/issues/8568) ## 9.2.10 (2022-01-04) -* [bitnami/several] Add license to the README ([05f7633](https://github.com/bitnami/charts/commit/05f7633)) -* [bitnami/several] Add license to the README ([32fb238](https://github.com/bitnami/charts/commit/32fb238)) -* [bitnami/several] Add license to the README ([b87c2f7](https://github.com/bitnami/charts/commit/b87c2f7)) -* [bitnami/several] Fix issue with quote when followed by }} (#8561) ([58077af](https://github.com/bitnami/charts/commit/58077af)), closes [#8561](https://github.com/bitnami/charts/issues/8561) +* [bitnami/several] Add license to the README ([05f7633](https://github.com/bitnami/charts/commit/05f763372501d596e57db713dd53ff4ff3027cc4)) +* [bitnami/several] Add license to the README ([32fb238](https://github.com/bitnami/charts/commit/32fb238e60a0affc6debd3142eaa3c3d9089ec2a)) +* [bitnami/several] Add license to the README ([b87c2f7](https://github.com/bitnami/charts/commit/b87c2f7899d48a8b02c506765e6ae82937e9ba3f)) +* [bitnami/several] Fix issue with quote when followed by }} (#8561) ([58077af](https://github.com/bitnami/charts/commit/58077af58f40e74e7af41485bcca493e38523537)), closes [#8561](https://github.com/bitnami/charts/issues/8561) ## 9.2.9 (2021-12-29) -* [bitnami/minio] Release 9.2.9 updating components versions ([384b476](https://github.com/bitnami/charts/commit/384b476)) +* [bitnami/minio] Release 9.2.9 updating components versions ([384b476](https://github.com/bitnami/charts/commit/384b4765710fd1fab140693c5cf2eb8b2b0ce15a)) ## 9.2.8 (2021-12-27) -* [bitnami/minio] Release 9.2.8 updating components versions ([418a739](https://github.com/bitnami/charts/commit/418a739)) +* [bitnami/minio] Release 9.2.8 updating components versions ([418a739](https://github.com/bitnami/charts/commit/418a739ad5e4e8a4301a2004a8ac4a34f3b3e257)) ## 9.2.7 (2021-12-27) -* lookup existing secret before genrate random one (#8499) ([f1b17b2](https://github.com/bitnami/charts/commit/f1b17b2)), closes [#8499](https://github.com/bitnami/charts/issues/8499) +* lookup existing secret before genrate random one (#8499) ([f1b17b2](https://github.com/bitnami/charts/commit/f1b17b2e3447b1089c0b124ec1de15dd6881e524)), closes [#8499](https://github.com/bitnami/charts/issues/8499) ## 9.2.6 (2021-12-22) -* [bitnami/minio] Release 9.2.6 updating components versions ([72231e7](https://github.com/bitnami/charts/commit/72231e7)) +* [bitnami/minio] Release 9.2.6 updating components versions ([72231e7](https://github.com/bitnami/charts/commit/72231e730bd88cf000d17020c8d3df2e593837ec)) ## 9.2.5 (2021-12-11) -* [bitnami/minio] Release 9.2.5 updating components versions ([16cf1b6](https://github.com/bitnami/charts/commit/16cf1b6)) +* [bitnami/minio] Release 9.2.5 updating components versions ([16cf1b6](https://github.com/bitnami/charts/commit/16cf1b6291b359072eb8925422c5250a074b05aa)) ## 9.2.4 (2021-12-09) -* [bitnami/minio] Release 9.2.4 updating components versions ([72e5786](https://github.com/bitnami/charts/commit/72e5786)) +* [bitnami/minio] Release 9.2.4 updating components versions ([72e5786](https://github.com/bitnami/charts/commit/72e5786a57ad9d1d87c42de71373cdbd8a6995db)) ## 9.2.3 (2021-12-02) -* [bitnami/minio] Release 9.2.3 updating components versions ([d376967](https://github.com/bitnami/charts/commit/d376967)) +* [bitnami/minio] Release 9.2.3 updating components versions ([d376967](https://github.com/bitnami/charts/commit/d376967b51d7e26963279b22a878ec5b05fc466b)) ## 9.2.2 (2021-11-29) -* [bitnami/minio] update README.md with the new networkPolicy.extraFromClauses param (#8151) ([255116c](https://github.com/bitnami/charts/commit/255116c)), closes [#8151](https://github.com/bitnami/charts/issues/8151) -* [bitnami/several] Fix deadlinks in README.md (#8215) ([99e90d2](https://github.com/bitnami/charts/commit/99e90d2)), closes [#8215](https://github.com/bitnami/charts/issues/8215) -* [bitnami/several] Regenerate README tables ([7b091c0](https://github.com/bitnami/charts/commit/7b091c0)) -* [bitnami/several] Replace HTTP by HTTPS when possible (#8259) ([eafb5bd](https://github.com/bitnami/charts/commit/eafb5bd)), closes [#8259](https://github.com/bitnami/charts/issues/8259) +* [bitnami/minio] update README.md with the new networkPolicy.extraFromClauses param (#8151) ([255116c](https://github.com/bitnami/charts/commit/255116c5c9a7e2971cd969d59549b72459a73f9a)), closes [#8151](https://github.com/bitnami/charts/issues/8151) +* [bitnami/several] Fix deadlinks in README.md (#8215) ([99e90d2](https://github.com/bitnami/charts/commit/99e90d244b3244e059a42f72dcbecd3cda2b66bb)), closes [#8215](https://github.com/bitnami/charts/issues/8215) +* [bitnami/several] Regenerate README tables ([7b091c0](https://github.com/bitnami/charts/commit/7b091c0808ef00425c404cb97fe73c0578ccf1a3)) +* [bitnami/several] Replace HTTP by HTTPS when possible (#8259) ([eafb5bd](https://github.com/bitnami/charts/commit/eafb5bd5a2cc3aaf04fc1e8ebedd73f420d76864)), closes [#8259](https://github.com/bitnami/charts/issues/8259) ## 9.2.1 (2021-11-18) -* [bitnami/minio] Support custom endpoint for minio azure gateway (#8171) ([a858722](https://github.com/bitnami/charts/commit/a858722)), closes [#8171](https://github.com/bitnami/charts/issues/8171) -* [bitnami/several] Regenerate README tables ([1cde837](https://github.com/bitnami/charts/commit/1cde837)) +* [bitnami/minio] Support custom endpoint for minio azure gateway (#8171) ([a858722](https://github.com/bitnami/charts/commit/a858722188231a9d5b48173c737fa0bc510d6e0e)), closes [#8171](https://github.com/bitnami/charts/issues/8171) +* [bitnami/several] Regenerate README tables ([1cde837](https://github.com/bitnami/charts/commit/1cde8378b3ee2e825ac07bb0266a988b95b8dbce)) ## 9.2.0 (2021-11-16) -* [bitnami/minio] allow additional from clauses in NetworkPolicy (#8139) ([6f9f2ff](https://github.com/bitnami/charts/commit/6f9f2ff)), closes [#8139](https://github.com/bitnami/charts/issues/8139) +* [bitnami/minio] allow additional from clauses in NetworkPolicy (#8139) ([6f9f2ff](https://github.com/bitnami/charts/commit/6f9f2ff69fd511cb1019c4363cfb6214b650e332)), closes [#8139](https://github.com/bitnami/charts/issues/8139) ## 9.1.0 (2021-11-12) -* [bitnami/minio] Update README.md - auth.existingSecret error (#8072) ([ac6addf](https://github.com/bitnami/charts/commit/ac6addf)), closes [#8072](https://github.com/bitnami/charts/issues/8072) -* [bitnami/minio] WIP: Minio provisioning (#8043) ([7f24c45](https://github.com/bitnami/charts/commit/7f24c45)), closes [#8043](https://github.com/bitnami/charts/issues/8043) -* [bitnami/several] Regenerate README tables ([94d0553](https://github.com/bitnami/charts/commit/94d0553)) +* [bitnami/minio] Update README.md - auth.existingSecret error (#8072) ([ac6addf](https://github.com/bitnami/charts/commit/ac6addfc22edfb912999e90d5a40e7198b26d3b0)), closes [#8072](https://github.com/bitnami/charts/issues/8072) +* [bitnami/minio] WIP: Minio provisioning (#8043) ([7f24c45](https://github.com/bitnami/charts/commit/7f24c453a48453bda1229d228bbc2d4c8e6f5fb0)), closes [#8043](https://github.com/bitnami/charts/issues/8043) +* [bitnami/several] Regenerate README tables ([94d0553](https://github.com/bitnami/charts/commit/94d0553d3c1bc1b75dfeba75860f9a89af08e1c3)) ## 9.0.7 (2021-11-09) -* [bitnami/minio] Release 9.0.7 updating components versions ([9f1efaa](https://github.com/bitnami/charts/commit/9f1efaa)) -* [bitnami/several] Regenerate README tables ([3cefed3](https://github.com/bitnami/charts/commit/3cefed3)) +* [bitnami/minio] Release 9.0.7 updating components versions ([9f1efaa](https://github.com/bitnami/charts/commit/9f1efaa3c63bdcf2c491472577e882df60fd2397)) +* [bitnami/several] Regenerate README tables ([3cefed3](https://github.com/bitnami/charts/commit/3cefed3ef961fbd7596242b1165bcfa229a9cadb)) ## 9.0.6 (2021-10-28) -* [bitnami/minio] Release 9.0.6 updating components versions ([63f1f9d](https://github.com/bitnami/charts/commit/63f1f9d)) -* [bitnami/several] Regenerate README tables ([bb0eee1](https://github.com/bitnami/charts/commit/bb0eee1)) +* [bitnami/minio] Release 9.0.6 updating components versions ([63f1f9d](https://github.com/bitnami/charts/commit/63f1f9dea0f9002742b33870d17c836ab709a3b4)) +* [bitnami/several] Regenerate README tables ([bb0eee1](https://github.com/bitnami/charts/commit/bb0eee13ee8394ec2cae7ef078a06502267d1891)) ## 9.0.5 (2021-10-27) -* [bitnami/minio] Release 9.0.5 updating components versions ([ed5224b](https://github.com/bitnami/charts/commit/ed5224b)) -* [bitnami/several] Regenerate README tables ([c82619f](https://github.com/bitnami/charts/commit/c82619f)) +* [bitnami/minio] Release 9.0.5 updating components versions ([ed5224b](https://github.com/bitnami/charts/commit/ed5224ba9d78a88ffb474155f8f239c613ce35cb)) +* [bitnami/several] Regenerate README tables ([c82619f](https://github.com/bitnami/charts/commit/c82619f4141cd18e1b6079fdd84eb5b7bb47d819)) ## 9.0.4 (2021-10-23) -* [bitnami/minio] Release 9.0.4 updating components versions ([11fb385](https://github.com/bitnami/charts/commit/11fb385)) +* [bitnami/minio] Release 9.0.4 updating components versions ([11fb385](https://github.com/bitnami/charts/commit/11fb38524b482ddb0bcf084d0c9ecf5c2a4657c5)) ## 9.0.3 (2021-10-22) -* [bitnami/several] Add chart info to NOTES.txt (#7889) ([a6751cd](https://github.com/bitnami/charts/commit/a6751cd)), closes [#7889](https://github.com/bitnami/charts/issues/7889) +* [bitnami/several] Add chart info to NOTES.txt (#7889) ([a6751cd](https://github.com/bitnami/charts/commit/a6751cdd33c461fabbc459fbea6f219ec64ab6b2)), closes [#7889](https://github.com/bitnami/charts/issues/7889) ## 9.0.2 (2021-10-21) -* [bitnami/minio] Fix secret key for distributed mode (#7877) ([673ede3](https://github.com/bitnami/charts/commit/673ede3)), closes [#7877](https://github.com/bitnami/charts/issues/7877) -* [bitnami/several] Regenerate README tables ([73cabea](https://github.com/bitnami/charts/commit/73cabea)) +* [bitnami/minio] Fix secret key for distributed mode (#7877) ([673ede3](https://github.com/bitnami/charts/commit/673ede33ae99e22944d4cb42c18c89cb9354bf33)), closes [#7877](https://github.com/bitnami/charts/issues/7877) +* [bitnami/several] Regenerate README tables ([73cabea](https://github.com/bitnami/charts/commit/73cabea54a941d2239accd98e8df6cbfc9fa8d3c)) ## 9.0.1 (2021-10-20) -* [bitnami/minio] Release 9.0.1 updating components versions ([b227c8b](https://github.com/bitnami/charts/commit/b227c8b)) +* [bitnami/minio] Release 9.0.1 updating components versions ([b227c8b](https://github.com/bitnami/charts/commit/b227c8bd1d45b2b6bf4e96134cab4badbee30099)) ## 9.0.0 (2021-10-20) -* [bitnami/minio] Reorganize authentication + other standardizations (#7841) ([c7db746](https://github.com/bitnami/charts/commit/c7db746)), closes [#7841](https://github.com/bitnami/charts/issues/7841) +* [bitnami/minio] Reorganize authentication + other standardizations (#7841) ([c7db746](https://github.com/bitnami/charts/commit/c7db746732ad889c5738638e7aa2ff38950465ff)), closes [#7841](https://github.com/bitnami/charts/issues/7841) ## 8.1.12 (2021-10-19) -* [bitnami/several] Change pullPolicy for bitnami-shell image (#7852) ([9711a33](https://github.com/bitnami/charts/commit/9711a33)), closes [#7852](https://github.com/bitnami/charts/issues/7852) -* [bitnami/several] Regenerate README tables ([681f9fa](https://github.com/bitnami/charts/commit/681f9fa)) +* [bitnami/several] Change pullPolicy for bitnami-shell image (#7852) ([9711a33](https://github.com/bitnami/charts/commit/9711a33c6eec72ea79143c4b7574dbe6a148d6b2)), closes [#7852](https://github.com/bitnami/charts/issues/7852) +* [bitnami/several] Regenerate README tables ([681f9fa](https://github.com/bitnami/charts/commit/681f9fa6cdbbb742d383db2d9fc6da1251f3d3e5)) ## 8.1.11 (2021-10-18) -* [bitnami/minio] Release 8.1.11 updating components versions ([3fb6069](https://github.com/bitnami/charts/commit/3fb6069)) +* [bitnami/minio] Release 8.1.11 updating components versions ([3fb6069](https://github.com/bitnami/charts/commit/3fb606938ce2c8f126d2fb7a387665c2a3ec973b)) ## 8.1.10 (2021-10-14) -* [bitnami/minio] Fix network policy and liveliness and readiness probe ports (#7805) ([1ee43be](https://github.com/bitnami/charts/commit/1ee43be)), closes [#7805](https://github.com/bitnami/charts/issues/7805) -* [bitnami/prestashop] Fix default value for `ingress. ingressClassName` (and regenerate READMEs) (#77 ([c3fbb73](https://github.com/bitnami/charts/commit/c3fbb73)), closes [#7732](https://github.com/bitnami/charts/issues/7732) +* [bitnami/minio] Fix network policy and liveliness and readiness probe ports (#7805) ([1ee43be](https://github.com/bitnami/charts/commit/1ee43befc0f7ccc97b554dc84dccec5ecd2e4579)), closes [#7805](https://github.com/bitnami/charts/issues/7805) +* [bitnami/prestashop] Fix default value for `ingress. ingressClassName` (and regenerate READMEs) (#77 ([c3fbb73](https://github.com/bitnami/charts/commit/c3fbb73586675a4922ca57dfd195791d3ffdc40f)), closes [#7732](https://github.com/bitnami/charts/issues/7732) ## 8.1.9 (2021-10-07) -* [bitnami/minio] Release 8.1.9 updating components versions ([ae086ac](https://github.com/bitnami/charts/commit/ae086ac)) +* [bitnami/minio] Release 8.1.9 updating components versions ([ae086ac](https://github.com/bitnami/charts/commit/ae086acff0dd7c4f4b3101ebf1a7328e6a8ddcf5)) ## 8.1.8 (2021-10-06) -* [bitnami/minio] readinessProbe, startupProbe and LivenessProbe needs minio-api port (#7689) ([7d432a1](https://github.com/bitnami/charts/commit/7d432a1)), closes [#7689](https://github.com/bitnami/charts/issues/7689) -* [bitnami/several] Regenerate README tables ([cdcf8c1](https://github.com/bitnami/charts/commit/cdcf8c1)) +* [bitnami/minio] readinessProbe, startupProbe and LivenessProbe needs minio-api port (#7689) ([7d432a1](https://github.com/bitnami/charts/commit/7d432a119cd6f6c6f75950d6766331fda5fec124)), closes [#7689](https://github.com/bitnami/charts/issues/7689) +* [bitnami/several] Regenerate README tables ([cdcf8c1](https://github.com/bitnami/charts/commit/cdcf8c1407a9a23b93fadf513be21ca1f9c7c056)) ## 8.1.7 (2021-10-04) -* [bitnami/minio] Release 8.1.7 updating components versions ([b742dbc](https://github.com/bitnami/charts/commit/b742dbc)) +* [bitnami/minio] Release 8.1.7 updating components versions ([b742dbc](https://github.com/bitnami/charts/commit/b742dbcd1dcc03333ba503bebbe4bb53af7aa242)) ## 8.1.6 (2021-10-01) -* [bitnami/*] Drop support for deprecated cert-manager annotation (#7646) ([4297b79](https://github.com/bitnami/charts/commit/4297b79)), closes [#7646](https://github.com/bitnami/charts/issues/7646) -* [bitnami/several] Regenerate README tables ([5a24d1f](https://github.com/bitnami/charts/commit/5a24d1f)) +* [bitnami/*] Drop support for deprecated cert-manager annotation (#7646) ([4297b79](https://github.com/bitnami/charts/commit/4297b792e48fba9c7c3b8fed447a856632c61201)), closes [#7646](https://github.com/bitnami/charts/issues/7646) +* [bitnami/several] Regenerate README tables ([5a24d1f](https://github.com/bitnami/charts/commit/5a24d1fc9508abfef7fc8a85d0ac64f5d2f7926a)) ## 8.1.5 (2021-09-27) -* [bitnami/*] Generate READMEs with new generator version (#7614) ([e5ab2e6](https://github.com/bitnami/charts/commit/e5ab2e6)), closes [#7614](https://github.com/bitnami/charts/issues/7614) -* [bitnami/minio] Release 8.1.5 updating components versions ([ccd8413](https://github.com/bitnami/charts/commit/ccd8413)) +* [bitnami/*] Generate READMEs with new generator version (#7614) ([e5ab2e6](https://github.com/bitnami/charts/commit/e5ab2e6ecdd6bce800863f154cda524ff9f6c117)), closes [#7614](https://github.com/bitnami/charts/issues/7614) +* [bitnami/minio] Release 8.1.5 updating components versions ([ccd8413](https://github.com/bitnami/charts/commit/ccd84136579418df494332cf95762a31abbfdf93)) ## 8.1.4 (2021-09-23) -* [bitnami/several] Regenerate README tables ([79eac44](https://github.com/bitnami/charts/commit/79eac44)) -* fiz args (#7608) ([500d170](https://github.com/bitnami/charts/commit/500d170)), closes [#7608](https://github.com/bitnami/charts/issues/7608) +* [bitnami/several] Regenerate README tables ([79eac44](https://github.com/bitnami/charts/commit/79eac4490bf5d0abe582920d9662a892c9666870)) +* fiz args (#7608) ([500d170](https://github.com/bitnami/charts/commit/500d1703aa9c0b92f8530a24091364b73c8514cb)), closes [#7608](https://github.com/bitnami/charts/issues/7608) ## 8.1.3 (2021-09-23) -* Add args of gategay console-address (#7599) ([2af773d](https://github.com/bitnami/charts/commit/2af773d)), closes [#7599](https://github.com/bitnami/charts/issues/7599) +* Add args of gategay console-address (#7599) ([2af773d](https://github.com/bitnami/charts/commit/2af773d2ec4f5c28e39591fba02392be4427cd61)), closes [#7599](https://github.com/bitnami/charts/issues/7599) ## 8.1.2 (2021-09-22) -* [bitnami/minio] fix: ingress name and port (#7565) ([5d0d13e](https://github.com/bitnami/charts/commit/5d0d13e)), closes [#7565](https://github.com/bitnami/charts/issues/7565) -* [bitnami/several] Regenerate README tables ([c14bf8d](https://github.com/bitnami/charts/commit/c14bf8d)) +* [bitnami/minio] fix: ingress name and port (#7565) ([5d0d13e](https://github.com/bitnami/charts/commit/5d0d13eb46e93bb5339cdef1ea6691f5463a3c59)), closes [#7565](https://github.com/bitnami/charts/issues/7565) +* [bitnami/several] Regenerate README tables ([c14bf8d](https://github.com/bitnami/charts/commit/c14bf8d9d1dec44f9ac0abbe02aa59cd7e4dc02c)) ## 8.1.1 (2021-09-20) -* [bitnami/minio] Release 8.1.1 updating components versions ([57a409c](https://github.com/bitnami/charts/commit/57a409c)) -* [bitnami/several] Regenerate README tables ([fa939b3](https://github.com/bitnami/charts/commit/fa939b3)) +* [bitnami/minio] Release 8.1.1 updating components versions ([57a409c](https://github.com/bitnami/charts/commit/57a409cbadf972915ae24ad18d9ccf2bd744fc74)) +* [bitnami/several] Regenerate README tables ([fa939b3](https://github.com/bitnami/charts/commit/fa939b373a54c01c20aa28cdd4e7cfb2953ce2a4)) ## 8.1.0 (2021-09-20) -* [bitnami/minio] Add CONSOLE_PORT parameter and API ingress (#7526) ([4013978](https://github.com/bitnami/charts/commit/4013978)), closes [#7526](https://github.com/bitnami/charts/issues/7526) +* [bitnami/minio] Add CONSOLE_PORT parameter and API ingress (#7526) ([4013978](https://github.com/bitnami/charts/commit/401397878643c9b6c8a1410d933f6432edb30535)), closes [#7526](https://github.com/bitnami/charts/issues/7526) ## 8.0.1 (2021-09-14) -* [bitnami/minio] Fix ServiceMonitor, rename service port and ingress target (#7480) ([ce6c343](https://github.com/bitnami/charts/commit/ce6c343)), closes [#7480](https://github.com/bitnami/charts/issues/7480) -* [bitnami/several] Regenerate README tables ([8e0a1b3](https://github.com/bitnami/charts/commit/8e0a1b3)) +* [bitnami/minio] Fix ServiceMonitor, rename service port and ingress target (#7480) ([ce6c343](https://github.com/bitnami/charts/commit/ce6c343f2b03497863e06597ec8199b37b22dde6)), closes [#7480](https://github.com/bitnami/charts/issues/7480) +* [bitnami/several] Regenerate README tables ([8e0a1b3](https://github.com/bitnami/charts/commit/8e0a1b3fb53e174a999f4372ac8d3620e73cf10e)) ## 8.0.0 (2021-09-10) -* [bitnami/minio] Major release (#7344) ([082e9ee](https://github.com/bitnami/charts/commit/082e9ee)), closes [#7344](https://github.com/bitnami/charts/issues/7344) +* [bitnami/minio] Major release (#7344) ([082e9ee](https://github.com/bitnami/charts/commit/082e9eef2c3972fa0491ee33afb56fcecc29dd88)), closes [#7344](https://github.com/bitnami/charts/issues/7344) ## 7.3.3 (2021-09-10) -* [bitnami/minio] Release 7.3.3 updating components versions ([77daeb1](https://github.com/bitnami/charts/commit/77daeb1)) +* [bitnami/minio] Release 7.3.3 updating components versions ([77daeb1](https://github.com/bitnami/charts/commit/77daeb13bdcce999ce5852c2c62cc803ec9e7d9f)) ## 7.3.2 (2021-09-10) -* [bitnami/minio] Release 7.3.2 updating components versions ([28384b6](https://github.com/bitnami/charts/commit/28384b6)) +* [bitnami/minio] Release 7.3.2 updating components versions ([28384b6](https://github.com/bitnami/charts/commit/28384b6bce43d0631ae72d928daca0c240638b81)) ## 7.3.1 (2021-09-09) -* [bitnami/minio] Release 7.3.1 updating components versions ([8fa4f17](https://github.com/bitnami/charts/commit/8fa4f17)) -* [bitnami/several] Regenerate README tables ([dcb935c](https://github.com/bitnami/charts/commit/dcb935c)) +* [bitnami/minio] Release 7.3.1 updating components versions ([8fa4f17](https://github.com/bitnami/charts/commit/8fa4f176943c3bdb7cc07556a85d283df3157355)) +* [bitnami/several] Regenerate README tables ([dcb935c](https://github.com/bitnami/charts/commit/dcb935c1bf066b6d8988f3b0dbe85d01aa01b215)) ## 7.3.0 (2021-09-09) -* [bitnami/minio] Add optional PodDisruptionBudget and priority class selection to Minio Gateway (#737 ([08f5858](https://github.com/bitnami/charts/commit/08f5858)), closes [#7373](https://github.com/bitnami/charts/issues/7373) -* [bitnami/several] Regenerate README tables ([64d5d74](https://github.com/bitnami/charts/commit/64d5d74)) +* [bitnami/minio] Add optional PodDisruptionBudget and priority class selection to Minio Gateway (#737 ([08f5858](https://github.com/bitnami/charts/commit/08f58583967efff442b025f6362982ed05f004f6)), closes [#7373](https://github.com/bitnami/charts/issues/7373) +* [bitnami/several] Regenerate README tables ([64d5d74](https://github.com/bitnami/charts/commit/64d5d747b84299ca9f63ea8a586b13870abe31a6)) ## 7.2.0 (2021-08-31) -* [bitnami/minio] Get Azure Storage Account credentials via external secrets + Gateway autoscaling (#7 ([4040ce1](https://github.com/bitnami/charts/commit/4040ce1)), closes [#7317](https://github.com/bitnami/charts/issues/7317) -* [bitnami/several] Regenerate README tables ([da2513b](https://github.com/bitnami/charts/commit/da2513b)) +* [bitnami/minio] Get Azure Storage Account credentials via external secrets + Gateway autoscaling (#7 ([4040ce1](https://github.com/bitnami/charts/commit/4040ce1d323ad286e2dd52bc0bfc74e7dc431e79)), closes [#7317](https://github.com/bitnami/charts/issues/7317) +* [bitnami/several] Regenerate README tables ([da2513b](https://github.com/bitnami/charts/commit/da2513bf0a33819f3b1151d387c631a9ffdb03e2)) ## 7.1.10 (2021-08-26) -* [bitnami/minio] Release 7.1.10 updating components versions ([1d7e62b](https://github.com/bitnami/charts/commit/1d7e62b)) +* [bitnami/minio] Release 7.1.10 updating components versions ([1d7e62b](https://github.com/bitnami/charts/commit/1d7e62b47f525fca5ecdc2f34a4e9fa69f1532f5)) ## 7.1.9 (2021-08-25) -* [bitnami/minio] Release 7.1.9 updating components versions ([5d571f0](https://github.com/bitnami/charts/commit/5d571f0)) +* [bitnami/minio] Release 7.1.9 updating components versions ([5d571f0](https://github.com/bitnami/charts/commit/5d571f0f6b65cc3edab3c2e550a51657762614ca)) ## 7.1.8 (2021-08-19) -* [bitnami/minio] fix disk is not writable when persistence disabled (#… (#7263) ([7ca1f13](https://github.com/bitnami/charts/commit/7ca1f13)), closes [#7263](https://github.com/bitnami/charts/issues/7263) -* [bitnami/several] Regenerate README tables ([6c107e8](https://github.com/bitnami/charts/commit/6c107e8)) +* [bitnami/minio] fix disk is not writable when persistence disabled (#… (#7263) ([7ca1f13](https://github.com/bitnami/charts/commit/7ca1f134d2e80ec3490559bccbb337638fdbc5dd)), closes [#7263](https://github.com/bitnami/charts/issues/7263) +* [bitnami/several] Regenerate README tables ([6c107e8](https://github.com/bitnami/charts/commit/6c107e835d6caf8db2e8b17dcd48c5971637e013)) ## 7.1.7 (2021-08-04) -* [bitnami/minio] Release 7.1.7 updating components versions ([7a37b97](https://github.com/bitnami/charts/commit/7a37b97)) -* [bitnami/several] Upadte READMEs ([eb3c291](https://github.com/bitnami/charts/commit/eb3c291)) +* [bitnami/minio] Release 7.1.7 updating components versions ([7a37b97](https://github.com/bitnami/charts/commit/7a37b97b762f1e7b51e21f2928e8d432de77c21e)) +* [bitnami/several] Upadte READMEs ([eb3c291](https://github.com/bitnami/charts/commit/eb3c2916be233280f2226d9cdceb57b08ab4a23b)) ## 7.1.6 (2021-07-28) -* [bitnami/several] Fix default values and regenerate README (III) (#7000) ([4d4fe83](https://github.com/bitnami/charts/commit/4d4fe83)), closes [#7000](https://github.com/bitnami/charts/issues/7000) +* [bitnami/several] Fix default values and regenerate README (III) (#7000) ([4d4fe83](https://github.com/bitnami/charts/commit/4d4fe8320775922d17c88abc6e16d146a4dabdae)), closes [#7000](https://github.com/bitnami/charts/issues/7000) ## 7.1.5 (2021-07-27) -* [bitnami/several] Bump version and update READMEs (#7069) ([6340bff](https://github.com/bitnami/charts/commit/6340bff)), closes [#7069](https://github.com/bitnami/charts/issues/7069) +* [bitnami/several] Bump version and update READMEs (#7069) ([6340bff](https://github.com/bitnami/charts/commit/6340bff66f93c8c797bda3ca0842e4bf770059f1)), closes [#7069](https://github.com/bitnami/charts/issues/7069) ## 7.1.4 (2021-07-27) -* Replace strings with ™ in the README files (#7066) ([d298b49](https://github.com/bitnami/charts/commit/d298b49)), closes [#7066](https://github.com/bitnami/charts/issues/7066) +* Replace strings with ™ in the README files (#7066) ([d298b49](https://github.com/bitnami/charts/commit/d298b4996da33c9580c2594e6dc8ad665dd0ebab)), closes [#7066](https://github.com/bitnami/charts/issues/7066) ## 7.1.3 (2021-07-09) -* [bitnami/*] Adapt values.yaml of metrics-server, MinIO and MongoDB charts (#6895) ([86922f0](https://github.com/bitnami/charts/commit/86922f0)), closes [#6895](https://github.com/bitnami/charts/issues/6895) +* [bitnami/*] Adapt values.yaml of metrics-server, MinIO and MongoDB charts (#6895) ([86922f0](https://github.com/bitnami/charts/commit/86922f08ea0e31876b82a508cd1c9b8c8b7eba4c)), closes [#6895](https://github.com/bitnami/charts/issues/6895) ## 7.1.2 (2021-07-08) -* [bitnami/minio] Release 7.1.2 updating components versions ([b9b9d3d](https://github.com/bitnami/charts/commit/b9b9d3d)) -* Update Disclaimer of the MinIO chart (#6873) ([ef822d1](https://github.com/bitnami/charts/commit/ef822d1)), closes [#6873](https://github.com/bitnami/charts/issues/6873) +* [bitnami/minio] Release 7.1.2 updating components versions ([b9b9d3d](https://github.com/bitnami/charts/commit/b9b9d3d8531c316c26f6439cabb838f8717a9cdc)) +* Update Disclaimer of the MinIO chart (#6873) ([ef822d1](https://github.com/bitnami/charts/commit/ef822d1719beb1914a92a9a482471608bec6a887)), closes [#6873](https://github.com/bitnami/charts/issues/6873) ## 7.1.1 (2021-06-30) -* [bitnami/*] Add localhost altName to autogenerated certs (#6791) ([5c8972e](https://github.com/bitnami/charts/commit/5c8972e)), closes [#6791](https://github.com/bitnami/charts/issues/6791) -* [bitnami/minio] Update prerequisites (#6749) ([4ff59c7](https://github.com/bitnami/charts/commit/4ff59c7)), closes [#6749](https://github.com/bitnami/charts/issues/6749) +* [bitnami/*] Add localhost altName to autogenerated certs (#6791) ([5c8972e](https://github.com/bitnami/charts/commit/5c8972eec2a8a854e1956c4524e705a24c7fe908)), closes [#6791](https://github.com/bitnami/charts/issues/6791) +* [bitnami/minio] Update prerequisites (#6749) ([4ff59c7](https://github.com/bitnami/charts/commit/4ff59c7f1e1de664eea3e4fe890810a3b3681136)), closes [#6749](https://github.com/bitnami/charts/issues/6749) ## 7.1.0 (2021-06-17) -* [bitnami/minio] Add support for autogenerated certs (#6533) ([4a4f52d](https://github.com/bitnami/charts/commit/4a4f52d)), closes [#6533](https://github.com/bitnami/charts/issues/6533) +* [bitnami/minio] Add support for autogenerated certs (#6533) ([4a4f52d](https://github.com/bitnami/charts/commit/4a4f52d49752ec9d46b4bb4cd414b1b54dc645dc)), closes [#6533](https://github.com/bitnami/charts/issues/6533) ## 7.0.0 (2021-06-17) -* [bitnami/minio] Added full securityContext support (#6644) ([e45b8aa](https://github.com/bitnami/charts/commit/e45b8aa)), closes [#6644](https://github.com/bitnami/charts/issues/6644) +* [bitnami/minio] Added full securityContext support (#6644) ([e45b8aa](https://github.com/bitnami/charts/commit/e45b8aaa7d00ac873e056a6be7ce5ccb4223b5bf)), closes [#6644](https://github.com/bitnami/charts/issues/6644) ## 6.8.3 (2021-06-14) -* [bitnami/minio] Release 6.8.3 updating components versions ([14da35f](https://github.com/bitnami/charts/commit/14da35f)) +* [bitnami/minio] Release 6.8.3 updating components versions ([14da35f](https://github.com/bitnami/charts/commit/14da35f4362be384333a40618017f25d00949c5a)) ## 6.8.2 (2021-06-12) -* [bitnami/minio] Release 6.8.2 updating components versions ([b9e9b2d](https://github.com/bitnami/charts/commit/b9e9b2d)) +* [bitnami/minio] Release 6.8.2 updating components versions ([b9e9b2d](https://github.com/bitnami/charts/commit/b9e9b2de80d32b3002495468096da8bb5725b0af)) ## 6.8.1 (2021-06-08) -* [bitnami/minio] Release 6.8.1 updating components versions ([56aa813](https://github.com/bitnami/charts/commit/56aa813)) +* [bitnami/minio] Release 6.8.1 updating components versions ([56aa813](https://github.com/bitnami/charts/commit/56aa81394723b13a10791c7ccc14e7bc7cfc69d4)) ## 6.8.0 (2021-06-02) -* [bitnami/minio] Make runAsNonRoot configurable (#6538) ([8b2f9cc](https://github.com/bitnami/charts/commit/8b2f9cc)), closes [#6538](https://github.com/bitnami/charts/issues/6538) +* [bitnami/minio] Make runAsNonRoot configurable (#6538) ([8b2f9cc](https://github.com/bitnami/charts/commit/8b2f9cce3a40037b8607677d4816d085a6e3c073)), closes [#6538](https://github.com/bitnami/charts/issues/6538) ## 6.7.16 (2021-05-28) -* [bitnami/minio] Release 6.7.16 updating components versions ([0339563](https://github.com/bitnami/charts/commit/0339563)) +* [bitnami/minio] Release 6.7.16 updating components versions ([0339563](https://github.com/bitnami/charts/commit/033956367c81d5f05e224aebb7b8e1bf41bba147)) ## 6.7.15 (2021-05-27) -* [bitnami/minio] Fix passwords checks (#6458) ([b7be39e](https://github.com/bitnami/charts/commit/b7be39e)), closes [#6458](https://github.com/bitnami/charts/issues/6458) -* [bitnami/minio] Release 6.7.15 updating components versions ([9061183](https://github.com/bitnami/charts/commit/9061183)) +* [bitnami/minio] Fix passwords checks (#6458) ([b7be39e](https://github.com/bitnami/charts/commit/b7be39e162d4799a7cbca344e6f91cdb5ae3d54b)), closes [#6458](https://github.com/bitnami/charts/issues/6458) +* [bitnami/minio] Release 6.7.15 updating components versions ([9061183](https://github.com/bitnami/charts/commit/90611831869c735d957df113d1db6eea5decc68c)) ## 6.7.14 (2021-05-26) -* [bitnami/minio] Release 6.7.14 updating components versions ([d5eff18](https://github.com/bitnami/charts/commit/d5eff18)) +* [bitnami/minio] Release 6.7.14 updating components versions ([d5eff18](https://github.com/bitnami/charts/commit/d5eff18c05261501b5ccdc5f9d20b29d8ce444c6)) ## 6.7.13 (2021-05-22) -* [bitnami/minio] Release 6.7.13 updating components versions ([1bd671f](https://github.com/bitnami/charts/commit/1bd671f)) +* [bitnami/minio] Release 6.7.13 updating components versions ([1bd671f](https://github.com/bitnami/charts/commit/1bd671f8c16e584e17fcdcade56e7bc23bc2e6c6)) ## 6.7.12 (2021-05-21) -* [bitnami/minio] Release 6.7.12 updating components versions ([cd3724c](https://github.com/bitnami/charts/commit/cd3724c)) +* [bitnami/minio] Release 6.7.12 updating components versions ([cd3724c](https://github.com/bitnami/charts/commit/cd3724c80b758f97fa0d4f13ffee3b591408b7c3)) ## 6.7.11 (2021-05-20) -* [bitnami/minio] Release 6.7.11 updating components versions ([52eb8db](https://github.com/bitnami/charts/commit/52eb8db)) +* [bitnami/minio] Release 6.7.11 updating components versions ([52eb8db](https://github.com/bitnami/charts/commit/52eb8dbe2ce85d6002fa1832b96017c08e01f319)) ## 6.7.10 (2021-05-18) -* [bitnami/minio] Release 6.7.10 updating components versions ([8329c7b](https://github.com/bitnami/charts/commit/8329c7b)) +* [bitnami/minio] Release 6.7.10 updating components versions ([8329c7b](https://github.com/bitnami/charts/commit/8329c7b3b4c1dc7d9b6d88ded4deeed54655ed25)) ## 6.7.9 (2021-05-16) -* [bitnami/minio] Release 6.7.9 updating components versions ([b3d89a8](https://github.com/bitnami/charts/commit/b3d89a8)) +* [bitnami/minio] Release 6.7.9 updating components versions ([b3d89a8](https://github.com/bitnami/charts/commit/b3d89a83feb090e241ca8c34053431c315154c7e)) ## 6.7.8 (2021-05-12) -* [bitnami/minio] Release 6.7.8 updating components versions ([8e1f3e1](https://github.com/bitnami/charts/commit/8e1f3e1)) +* [bitnami/minio] Release 6.7.8 updating components versions ([8e1f3e1](https://github.com/bitnami/charts/commit/8e1f3e16eeac0a58aac8748dbbd9ad75e92a7368)) ## 6.7.7 (2021-04-29) -* [bitnami/minio] Release 6.7.7 updating components versions ([87e7c1e](https://github.com/bitnami/charts/commit/87e7c1e)) +* [bitnami/minio] Release 6.7.7 updating components versions ([87e7c1e](https://github.com/bitnami/charts/commit/87e7c1e609451e49aad68d34a0bfa30bef232536)) ## 6.7.6 (2021-04-29) -* [bitnami/minio] Release 6.7.6 updating components versions ([b973dea](https://github.com/bitnami/charts/commit/b973dea)) +* [bitnami/minio] Release 6.7.6 updating components versions ([b973dea](https://github.com/bitnami/charts/commit/b973deabbc12949f12f0b1fd43bf973bcc42da52)) ## 6.7.5 (2021-04-23) -* [bitnami/minio] Fix syntax error in template (#6198) ([570e5b8](https://github.com/bitnami/charts/commit/570e5b8)), closes [#6198](https://github.com/bitnami/charts/issues/6198) +* [bitnami/minio] Fix syntax error in template (#6198) ([570e5b8](https://github.com/bitnami/charts/commit/570e5b8b660f7836efd488ae7b5249f126da25e2)), closes [#6198](https://github.com/bitnami/charts/issues/6198) ## 6.7.4 (2021-04-22) -* [bitnami/minio] Release 6.7.4 updating components versions ([440ec15](https://github.com/bitnami/charts/commit/440ec15)) +* [bitnami/minio] Release 6.7.4 updating components versions ([440ec15](https://github.com/bitnami/charts/commit/440ec159c26e4ff0748b9e9866b345d98220c40a)) ## 6.7.3 (2021-04-18) -* [bitnami/minio] Release 6.7.3 updating components versions ([e9473f3](https://github.com/bitnami/charts/commit/e9473f3)) +* [bitnami/minio] Release 6.7.3 updating components versions ([e9473f3](https://github.com/bitnami/charts/commit/e9473f3e8bb7b170c466ce46ad87fa4a43051f8c)) ## 6.7.2 (2021-04-07) -* [bitnami/minio] Release 6.7.2 updating components versions ([fa249d0](https://github.com/bitnami/charts/commit/fa249d0)) +* [bitnami/minio] Release 6.7.2 updating components versions ([fa249d0](https://github.com/bitnami/charts/commit/fa249d0b19a85311a8d47e2a90078939152eb28f)) ## 6.7.1 (2021-03-26) -* [bitnami/minio] Release 6.7.1 updating components versions ([bfde80c](https://github.com/bitnami/charts/commit/bfde80c)) +* [bitnami/minio] Release 6.7.1 updating components versions ([bfde80c](https://github.com/bitnami/charts/commit/bfde80c91e75c291bbefd2a4ec771c1aa6dc1c97)) ## 6.7.0 (2021-03-23) -* [bitnami/minio] Use v2 endpoint to scrap metrics and make it customizable (#5875) ([a233d57](https://github.com/bitnami/charts/commit/a233d57)), closes [#5875](https://github.com/bitnami/charts/issues/5875) +* [bitnami/minio] Use v2 endpoint to scrap metrics and make it customizable (#5875) ([a233d57](https://github.com/bitnami/charts/commit/a233d5753a983dca30e67424bcf6b08de949d401)), closes [#5875](https://github.com/bitnami/charts/issues/5875) ## 6.6.1 (2021-03-22) -* Define the livenessProbe scheme value if tls.enabled, otherwise the container will fail and not star ([4742280](https://github.com/bitnami/charts/commit/4742280)), closes [#5855](https://github.com/bitnami/charts/issues/5855) +* Define the livenessProbe scheme value if tls.enabled, otherwise the container will fail and not star ([4742280](https://github.com/bitnami/charts/commit/4742280fec9651734030ddd70e7aca346c921b90)), closes [#5855](https://github.com/bitnami/charts/issues/5855) ## 6.6.0 (2021-03-19) -* [bitnami/minio] MinIO Gateway for Azure: Use custom access/secret key instead of reusing Azure crede ([d0da08a](https://github.com/bitnami/charts/commit/d0da08a)), closes [#5833](https://github.com/bitnami/charts/issues/5833) +* [bitnami/minio] MinIO Gateway for Azure: Use custom access/secret key instead of reusing Azure crede ([d0da08a](https://github.com/bitnami/charts/commit/d0da08a308e3c1802ed7b102d3a93589bbfda6b6)), closes [#5833](https://github.com/bitnami/charts/issues/5833) ## 6.5.0 (2021-03-17) -* [bitnami/minio] Extracted mountPath to be flexible and set the default value (#5787) ([c12cd9a](https://github.com/bitnami/charts/commit/c12cd9a)), closes [#5787](https://github.com/bitnami/charts/issues/5787) +* [bitnami/minio] Extracted mountPath to be flexible and set the default value (#5787) ([c12cd9a](https://github.com/bitnami/charts/commit/c12cd9a2c710dd3e41b9dae0fc2510016ef37e4e)), closes [#5787](https://github.com/bitnami/charts/issues/5787) ## 6.4.1 (2021-03-17) -* [bitnami/minio] Update minio name (#5815) ([ee87726](https://github.com/bitnami/charts/commit/ee87726)), closes [#5815](https://github.com/bitnami/charts/issues/5815) +* [bitnami/minio] Update minio name (#5815) ([ee87726](https://github.com/bitnami/charts/commit/ee87726ba8cbbb85fa4fa6b496583d33c23bb8da)), closes [#5815](https://github.com/bitnami/charts/issues/5815) ## 6.4.0 (2021-03-11) -* [bitnami/minio] Add support to deploy MinIO as a Gateway (#5750) ([7adef44](https://github.com/bitnami/charts/commit/7adef44)), closes [#5750](https://github.com/bitnami/charts/issues/5750) +* [bitnami/minio] Add support to deploy MinIO as a Gateway (#5750) ([7adef44](https://github.com/bitnami/charts/commit/7adef44d0d57a87aeff1bab42e1740fc28d69459)), closes [#5750](https://github.com/bitnami/charts/issues/5750) ## 6.3.0 (2021-03-10) -* [bitnami/minio] Add missing features (#5739) ([a2ccb50](https://github.com/bitnami/charts/commit/a2ccb50)), closes [#5739](https://github.com/bitnami/charts/issues/5739) +* [bitnami/minio] Add missing features (#5739) ([a2ccb50](https://github.com/bitnami/charts/commit/a2ccb501f4001976faa2a703ecdd2b29b7f716e7)), closes [#5739](https://github.com/bitnami/charts/issues/5739) ## 6.2.0 (2021-03-08) -* [bitnami/minio]: Enable tls in front of container (#5670) ([0557c91](https://github.com/bitnami/charts/commit/0557c91)), closes [#5670](https://github.com/bitnami/charts/issues/5670) +* [bitnami/minio]: Enable tls in front of container (#5670) ([0557c91](https://github.com/bitnami/charts/commit/0557c912534b3bbf8eee141d3bae54a1ad7f79e1)), closes [#5670](https://github.com/bitnami/charts/issues/5670) ## 6.1.15 (2021-03-04) -* [bitnami/*] Remove minideb mentions (#5677) ([870bc4d](https://github.com/bitnami/charts/commit/870bc4d)), closes [#5677](https://github.com/bitnami/charts/issues/5677) +* [bitnami/*] Remove minideb mentions (#5677) ([870bc4d](https://github.com/bitnami/charts/commit/870bc4dba1fc3aa55dd157da6687b25e8d352206)), closes [#5677](https://github.com/bitnami/charts/issues/5677) ## 6.1.14 (2021-03-04) -* [bitnami/minio] Release 6.1.14 updating components versions ([18b14cd](https://github.com/bitnami/charts/commit/18b14cd)) +* [bitnami/minio] Release 6.1.14 updating components versions ([18b14cd](https://github.com/bitnami/charts/commit/18b14cdf4fbc3f8d191e32f2a346c8491cbe39ed)) ## 6.1.13 (2021-03-01) -* [bitnami/minio] Release 6.1.13 updating components versions ([5891c6a](https://github.com/bitnami/charts/commit/5891c6a)) +* [bitnami/minio] Release 6.1.13 updating components versions ([5891c6a](https://github.com/bitnami/charts/commit/5891c6a28fa75fafaa91302640156f0a4d66e138)) ## 6.1.12 (2021-02-24) -* [bitnami/minio] Release 6.1.12 updating components versions ([e55dd5f](https://github.com/bitnami/charts/commit/e55dd5f)) +* [bitnami/minio] Release 6.1.12 updating components versions ([e55dd5f](https://github.com/bitnami/charts/commit/e55dd5f88026e7b7eebe9d1ccb6d9f20587a99e7)) ## 6.1.11 (2021-02-24) -* [bitnami/minio] Release 6.1.11 updating components versions ([b7b4969](https://github.com/bitnami/charts/commit/b7b4969)) +* [bitnami/minio] Release 6.1.11 updating components versions ([b7b4969](https://github.com/bitnami/charts/commit/b7b496954444a9024c2afa26191dfb356d5ef278)) ## 6.1.10 (2021-02-19) -* [bitnami/minio] Release 6.1.10 updating components versions ([913117d](https://github.com/bitnami/charts/commit/913117d)) +* [bitnami/minio] Release 6.1.10 updating components versions ([913117d](https://github.com/bitnami/charts/commit/913117de64f25d1a360aed60a75f5d71c29f348d)) ## 6.1.9 (2021-02-17) -* Wire documented extraDeploy option in minio chart (#5518) ([aa31ef6](https://github.com/bitnami/charts/commit/aa31ef6)), closes [#5518](https://github.com/bitnami/charts/issues/5518) +* Wire documented extraDeploy option in minio chart (#5518) ([aa31ef6](https://github.com/bitnami/charts/commit/aa31ef6b4fa6e372130482dece816a870a98d3aa)), closes [#5518](https://github.com/bitnami/charts/issues/5518) ## 6.1.8 (2021-02-14) -* [bitnami/minio] Release 6.1.8 updating components versions ([ac99170](https://github.com/bitnami/charts/commit/ac99170)) +* [bitnami/minio] Release 6.1.8 updating components versions ([ac99170](https://github.com/bitnami/charts/commit/ac99170769e58207b3d7122361ef736bf96e1812)) ## 6.1.7 (2021-02-12) -* [bitnami/minio] Fix rendering of NOTES.txt (#5470) ([74b6a29](https://github.com/bitnami/charts/commit/74b6a29)), closes [#5470](https://github.com/bitnami/charts/issues/5470) +* [bitnami/minio] Fix rendering of NOTES.txt (#5470) ([74b6a29](https://github.com/bitnami/charts/commit/74b6a296b9403a61fadbde7d87f0681ca3a7bd3f)), closes [#5470](https://github.com/bitnami/charts/issues/5470) ## 6.1.6 (2021-02-11) -* [bitnami/*] Add notice regarding parameters immutability after chart installation (#4853) ([5f09573](https://github.com/bitnami/charts/commit/5f09573)), closes [#4853](https://github.com/bitnami/charts/issues/4853) -* [bitnami/minio] Release 6.1.6 updating components versions ([d958ff4](https://github.com/bitnami/charts/commit/d958ff4)) +* [bitnami/*] Add notice regarding parameters immutability after chart installation (#4853) ([5f09573](https://github.com/bitnami/charts/commit/5f095734f92555dec7cd0e3ee961f315eac170ff)), closes [#4853](https://github.com/bitnami/charts/issues/4853) +* [bitnami/minio] Release 6.1.6 updating components versions ([d958ff4](https://github.com/bitnami/charts/commit/d958ff49f6443cfd7a7e98506cebc3b0f1a806c4)) ## 6.1.5 (2021-02-08) -* Update MinIO references, titles, descriptions and disclaimer (#5419) ([99fb55a](https://github.com/bitnami/charts/commit/99fb55a)), closes [#5419](https://github.com/bitnami/charts/issues/5419) +* Update MinIO references, titles, descriptions and disclaimer (#5419) ([99fb55a](https://github.com/bitnami/charts/commit/99fb55a65204405943730cae845d755836a7026c)), closes [#5419](https://github.com/bitnami/charts/issues/5419) ## 6.1.4 (2021-02-07) -* [bitnami/minio] Release 6.1.4 updating components versions ([ea9d201](https://github.com/bitnami/charts/commit/ea9d201)) +* [bitnami/minio] Release 6.1.4 updating components versions ([ea9d201](https://github.com/bitnami/charts/commit/ea9d2015ac3bbbe545c482ad90614d3990818418)) ## 6.1.3 (2021-02-02) -* [bitnami/several] Monthly trademark review (#5375) ([307a73d](https://github.com/bitnami/charts/commit/307a73d)), closes [#5375](https://github.com/bitnami/charts/issues/5375) +* [bitnami/several] Monthly trademark review (#5375) ([307a73d](https://github.com/bitnami/charts/commit/307a73dcca857e4b567113113142c68b6eaf85e0)), closes [#5375](https://github.com/bitnami/charts/issues/5375) ## 6.1.2 (2021-02-02) -* [bitnami/minio] Release 6.1.2 updating components versions ([2b1ec95](https://github.com/bitnami/charts/commit/2b1ec95)) +* [bitnami/minio] Release 6.1.2 updating components versions ([2b1ec95](https://github.com/bitnami/charts/commit/2b1ec95d162d2e53705cab512c455bf747d4fca3)) ## 6.1.1 (2021-01-30) -* [bitnami/minio] Release 6.1.1 updating components versions ([caa4bcd](https://github.com/bitnami/charts/commit/caa4bcd)) +* [bitnami/minio] Release 6.1.1 updating components versions ([caa4bcd](https://github.com/bitnami/charts/commit/caa4bcdb67e0535e6bd498e024ca59c3028e7cfe)) ## 6.1.0 (2021-01-28) -* [bitnami/minio] Add hostAliases (#5270) ([a027b50](https://github.com/bitnami/charts/commit/a027b50)), closes [#5270](https://github.com/bitnami/charts/issues/5270) +* [bitnami/minio] Add hostAliases (#5270) ([a027b50](https://github.com/bitnami/charts/commit/a027b507d4c21f9aba737444e527b3cfc23fe2e1)), closes [#5270](https://github.com/bitnami/charts/issues/5270) ## 6.0.3 (2021-01-20) -* [bitnami/minio] Release 6.0.3 updating components versions ([98eb7fd](https://github.com/bitnami/charts/commit/98eb7fd)) +* [bitnami/minio] Release 6.0.3 updating components versions ([98eb7fd](https://github.com/bitnami/charts/commit/98eb7fd3285aae9b73ad957075e1f96d07aeaf52)) ## 6.0.2 (2021-01-19) -* [bitnami/*] Change helm version in the prerequisites (#5090) ([c5e67a3](https://github.com/bitnami/charts/commit/c5e67a3)), closes [#5090](https://github.com/bitnami/charts/issues/5090) -* [bitnami/minio] Drop values-production.yaml support (#5118) ([22a993b](https://github.com/bitnami/charts/commit/22a993b)), closes [#5118](https://github.com/bitnami/charts/issues/5118) +* [bitnami/*] Change helm version in the prerequisites (#5090) ([c5e67a3](https://github.com/bitnami/charts/commit/c5e67a388743cbee28439d2cabca27884b9daf97)), closes [#5090](https://github.com/bitnami/charts/issues/5090) +* [bitnami/minio] Drop values-production.yaml support (#5118) ([22a993b](https://github.com/bitnami/charts/commit/22a993b725220f9e2d94cea102646d5e4faffa49)), closes [#5118](https://github.com/bitnami/charts/issues/5118) ## 6.0.1 (2021-01-15) -* [bitnami/minio] Release 6.0.1 updating components versions ([c2b9007](https://github.com/bitnami/charts/commit/c2b9007)) -* Update MinIO title (#5040) ([651d474](https://github.com/bitnami/charts/commit/651d474)), closes [#5040](https://github.com/bitnami/charts/issues/5040) +* [bitnami/minio] Release 6.0.1 updating components versions ([c2b9007](https://github.com/bitnami/charts/commit/c2b90072057841d2d63836471b1e302c2b57f12d)) +* Update MinIO title (#5040) ([651d474](https://github.com/bitnami/charts/commit/651d47469e1c438322ff596c144c31f2813fbbc9)), closes [#5040](https://github.com/bitnami/charts/issues/5040) ## 6.0.0 (2021-01-14) -* [bitnami/minio] Release 6.0.0 updating components versions ([07b5b6d](https://github.com/bitnami/charts/commit/07b5b6d)) +* [bitnami/minio] Release 6.0.0 updating components versions ([07b5b6d](https://github.com/bitnami/charts/commit/07b5b6d56e678601fe69b5a64f1745bf5df11a46)) ## 5.0.0 (2021-01-14) -* [bitnami/minio] Major change: Adapt ingress (#4989) ([b5a8023](https://github.com/bitnami/charts/commit/b5a8023)), closes [#4989](https://github.com/bitnami/charts/issues/4989) +* [bitnami/minio] Major change: Adapt ingress (#4989) ([b5a8023](https://github.com/bitnami/charts/commit/b5a80231578dece8eb40e13fdab7a8e81902303a)), closes [#4989](https://github.com/bitnami/charts/issues/4989) ## 4.1.14 (2021-01-13) -* [bitnami/minio] Release 4.1.14 updating components versions ([6e77346](https://github.com/bitnami/charts/commit/6e77346)) +* [bitnami/minio] Release 4.1.14 updating components versions ([6e77346](https://github.com/bitnami/charts/commit/6e77346171815c594eeab4f784c7d9198672d7f1)) ## 4.1.13 (2021-01-07) -* [bitnami/minio] Release 4.1.13 updating components versions ([d28c4d6](https://github.com/bitnami/charts/commit/d28c4d6)) +* [bitnami/minio] Release 4.1.13 updating components versions ([d28c4d6](https://github.com/bitnami/charts/commit/d28c4d673006dbf72f31eab48357aff017c41f85)) ## 4.1.12 (2021-01-07) -* [bitnami/minio,harbor,thanos,pytorch] Add trademark to MinIO (#4901) ([54e4bd7](https://github.com/bitnami/charts/commit/54e4bd7)), closes [#4901](https://github.com/bitnami/charts/issues/4901) -* Add disclaimer to the MinIO readme (#4892) ([852963f](https://github.com/bitnami/charts/commit/852963f)), closes [#4892](https://github.com/bitnami/charts/issues/4892) -* Add trademark to the MinIO readme file (#4891) ([431654c](https://github.com/bitnami/charts/commit/431654c)), closes [#4891](https://github.com/bitnami/charts/issues/4891) +* [bitnami/minio,harbor,thanos,pytorch] Add trademark to MinIO (#4901) ([54e4bd7](https://github.com/bitnami/charts/commit/54e4bd7b97cf808d378c05361609922d3be3a1a0)), closes [#4901](https://github.com/bitnami/charts/issues/4901) +* Add disclaimer to the MinIO readme (#4892) ([852963f](https://github.com/bitnami/charts/commit/852963ffcb4a89299a81c90864e488dae472fce8)), closes [#4892](https://github.com/bitnami/charts/issues/4892) +* Add trademark to the MinIO readme file (#4891) ([431654c](https://github.com/bitnami/charts/commit/431654cc2a315f03346c75e5c650afb3460ea84d)), closes [#4891](https://github.com/bitnami/charts/issues/4891) ## 4.1.11 (2020-12-30) -* [bitnami/minio] Release 4.1.11 updating components versions ([0ca550a](https://github.com/bitnami/charts/commit/0ca550a)) +* [bitnami/minio] Release 4.1.11 updating components versions ([0ca550a](https://github.com/bitnami/charts/commit/0ca550ada570f645d710b017b75f7a0a1b09c4f8)) ## 4.1.10 (2020-12-26) -* [bitnami/minio] Release 4.1.10 updating components versions ([74f4f0e](https://github.com/bitnami/charts/commit/74f4f0e)) +* [bitnami/minio] Release 4.1.10 updating components versions ([74f4f0e](https://github.com/bitnami/charts/commit/74f4f0ee0f6f44d9dc9aa02b17917c959a7a36ea)) ## 4.1.9 (2020-12-23) -* [bitnami/minio] Release 4.1.9 updating components versions ([b81184d](https://github.com/bitnami/charts/commit/b81184d)) +* [bitnami/minio] Release 4.1.9 updating components versions ([b81184d](https://github.com/bitnami/charts/commit/b81184de8502f54a08d37233843fd604f8bfe4b9)) ## 4.1.8 (2020-12-22) -* [bitnami/minio][bitnami/rabbitmq] Fix tls-secrets namespace scope (#4801) ([8058468](https://github.com/bitnami/charts/commit/8058468)), closes [#4801](https://github.com/bitnami/charts/issues/4801) +* [bitnami/minio][bitnami/rabbitmq] Fix tls-secrets namespace scope (#4801) ([8058468](https://github.com/bitnami/charts/commit/80584687240739eb7a887a7f331dba38211a44d2)), closes [#4801](https://github.com/bitnami/charts/issues/4801) ## 4.1.7 (2020-12-18) -* [bitnami/minio] Release 4.1.7 updating components versions ([bb352ca](https://github.com/bitnami/charts/commit/bb352ca)) +* [bitnami/minio] Release 4.1.7 updating components versions ([bb352ca](https://github.com/bitnami/charts/commit/bb352caf42a6ba113767a3aa7ca0f6c57c144c38)) ## 4.1.6 (2020-12-16) -* [bitnami/minio] Release 4.1.6 updating components versions ([042c1c4](https://github.com/bitnami/charts/commit/042c1c4)) +* [bitnami/minio] Release 4.1.6 updating components versions ([042c1c4](https://github.com/bitnami/charts/commit/042c1c4fc81d49c2a8d97a0a9f3bf362c048e107)) ## 4.1.5 (2020-12-14) -* [bitnami/*] fix typos (#4699) ([49adc63](https://github.com/bitnami/charts/commit/49adc63)), closes [#4699](https://github.com/bitnami/charts/issues/4699) -* [bitnami/minio] Fix a typo on prometheus.io/path annotation (#4702) ([6642eb6](https://github.com/bitnami/charts/commit/6642eb6)), closes [#4702](https://github.com/bitnami/charts/issues/4702) -* [bitnami/minio] Fix PVC annotations (#4677) ([fb5f3bd](https://github.com/bitnami/charts/commit/fb5f3bd)), closes [#4677](https://github.com/bitnami/charts/issues/4677) +* [bitnami/*] fix typos (#4699) ([49adc63](https://github.com/bitnami/charts/commit/49adc63b672da976c55af2e077aa5648a357b77f)), closes [#4699](https://github.com/bitnami/charts/issues/4699) +* [bitnami/minio] Fix a typo on prometheus.io/path annotation (#4702) ([6642eb6](https://github.com/bitnami/charts/commit/6642eb6972050572662fd611273cf4f69f63bfe2)), closes [#4702](https://github.com/bitnami/charts/issues/4702) +* [bitnami/minio] Fix PVC annotations (#4677) ([fb5f3bd](https://github.com/bitnami/charts/commit/fb5f3bdb1885c771faf0ec7c44fbe013a6738e3a)), closes [#4677](https://github.com/bitnami/charts/issues/4677) ## 4.1.4 (2020-12-12) -* [bitnami/minio] Release 4.1.4 updating components versions ([fc7c6cf](https://github.com/bitnami/charts/commit/fc7c6cf)) +* [bitnami/minio] Release 4.1.4 updating components versions ([fc7c6cf](https://github.com/bitnami/charts/commit/fc7c6cfac6f60d097b641603b20acd9c2ec8fd26)) ## 4.1.3 (2020-12-11) -* [bitnami/*] Update dependencies (#4694) ([2826c12](https://github.com/bitnami/charts/commit/2826c12)), closes [#4694](https://github.com/bitnami/charts/issues/4694) +* [bitnami/*] Update dependencies (#4694) ([2826c12](https://github.com/bitnami/charts/commit/2826c125b42505f28431301e3c1bbe5366e47a01)), closes [#4694](https://github.com/bitnami/charts/issues/4694) ## 4.1.2 (2020-12-10) -* [bitnami/minio] Release 4.1.2 updating components versions ([4de2cb8](https://github.com/bitnami/charts/commit/4de2cb8)) +* [bitnami/minio] Release 4.1.2 updating components versions ([4de2cb8](https://github.com/bitnami/charts/commit/4de2cb89a29f2e6d44d4bf87c99cdc4a2fec8f09)) ## 4.1.1 (2020-12-04) -* [bitnami/minio] Release 4.1.1 updating components versions ([d74a672](https://github.com/bitnami/charts/commit/d74a672)) +* [bitnami/minio] Release 4.1.1 updating components versions ([d74a672](https://github.com/bitnami/charts/commit/d74a672b52b61215348305b9d3c97769e53c756c)) ## 4.1.0 (2020-11-26) -* [bitnami/*] Affinity based on common presets (v) (#4494) ([f5abfb8](https://github.com/bitnami/charts/commit/f5abfb8)), closes [#4494](https://github.com/bitnami/charts/issues/4494) +* [bitnami/*] Affinity based on common presets (v) (#4494) ([f5abfb8](https://github.com/bitnami/charts/commit/f5abfb8e423872199518733bde449d57392eab0a)), closes [#4494](https://github.com/bitnami/charts/issues/4494) ## 4.0.4 (2020-11-26) -* [bitnami/minio] Release 4.0.4 updating components versions ([14f940a](https://github.com/bitnami/charts/commit/14f940a)) +* [bitnami/minio] Release 4.0.4 updating components versions ([14f940a](https://github.com/bitnami/charts/commit/14f940a74b7f7a594abf6c76782082b5c4bbba79)) ## 4.0.3 (2020-11-20) -* [bitnami/minio] Release 4.0.3 updating components versions ([137a297](https://github.com/bitnami/charts/commit/137a297)) +* [bitnami/minio] Release 4.0.3 updating components versions ([137a297](https://github.com/bitnami/charts/commit/137a29713e8b196475a4bb69067c1fbabfebcb80)) ## 4.0.2 (2020-11-13) -* [bitnami/minio] Release 4.0.2 updating components versions ([2e35e85](https://github.com/bitnami/charts/commit/2e35e85)) +* [bitnami/minio] Release 4.0.2 updating components versions ([2e35e85](https://github.com/bitnami/charts/commit/2e35e858efeabebe3d135f1f68ed1a04958f365d)) ## 4.0.1 (2020-11-11) -* [bitnami/minio] Release 4.0.1 updating components versions ([6fb79aa](https://github.com/bitnami/charts/commit/6fb79aa)) +* [bitnami/minio] Release 4.0.1 updating components versions ([6fb79aa](https://github.com/bitnami/charts/commit/6fb79aaa7f407effb11ca9fb182a71e1b1ae691b)) ## 4.0.0 (2020-11-11) -* [bitnami/minio] Major version. Adapt Chart to apiVersion: v2 (#4273) ([87cc30e](https://github.com/bitnami/charts/commit/87cc30e)), closes [#4273](https://github.com/bitnami/charts/issues/4273) +* [bitnami/minio] Major version. Adapt Chart to apiVersion: v2 (#4273) ([87cc30e](https://github.com/bitnami/charts/commit/87cc30eeb509d7597e91f2b4e503d0b79e0b986a)), closes [#4273](https://github.com/bitnami/charts/issues/4273) ## 3.7.19 (2020-11-07) -* [bitnami/minio] Release 3.7.19 updating components versions ([c864ec2](https://github.com/bitnami/charts/commit/c864ec2)) +* [bitnami/minio] Release 3.7.19 updating components versions ([c864ec2](https://github.com/bitnami/charts/commit/c864ec2876bb64f1349f6733721958f9321911c7)) ## 3.7.18 (2020-11-02) -* [bitnami/minio] Sanitize namespace (#4183) ([5fe394b](https://github.com/bitnami/charts/commit/5fe394b)), closes [#4183](https://github.com/bitnami/charts/issues/4183) +* [bitnami/minio] Sanitize namespace (#4183) ([5fe394b](https://github.com/bitnami/charts/commit/5fe394b15e662566c26abb99735d03242c404907)), closes [#4183](https://github.com/bitnami/charts/issues/4183) ## 3.7.17 (2020-10-28) -* [bitnami/*] Include link to Troubleshootin guide on README.md (#4136) ([c08a20e](https://github.com/bitnami/charts/commit/c08a20e)), closes [#4136](https://github.com/bitnami/charts/issues/4136) -* [bitnami/minio] Release 3.7.17 updating components versions ([81df397](https://github.com/bitnami/charts/commit/81df397)) +* [bitnami/*] Include link to Troubleshootin guide on README.md (#4136) ([c08a20e](https://github.com/bitnami/charts/commit/c08a20e3db004215383004ff023a73fcc2522e72)), closes [#4136](https://github.com/bitnami/charts/issues/4136) +* [bitnami/minio] Release 3.7.17 updating components versions ([81df397](https://github.com/bitnami/charts/commit/81df397f80ba33c6ebea85bb63a1a78ffd867e86)) ## 3.7.16 (2020-10-27) -* [bitnami/minio] Release 3.7.16 updating components versions ([cf78d38](https://github.com/bitnami/charts/commit/cf78d38)) +* [bitnami/minio] Release 3.7.16 updating components versions ([cf78d38](https://github.com/bitnami/charts/commit/cf78d38df38d970e655c8baf494331fd14b1bfa4)) ## 3.7.15 (2020-10-19) -* [bitnami/minio] Release 3.7.15 updating components versions ([6bf9dfd](https://github.com/bitnami/charts/commit/6bf9dfd)) +* [bitnami/minio] Release 3.7.15 updating components versions ([6bf9dfd](https://github.com/bitnami/charts/commit/6bf9dfd96083702704461d268895a1e6416fdde3)) ## 3.7.14 (2020-10-16) -* [bitnami/minio] Release 3.7.14 updating components versions ([36eb2ff](https://github.com/bitnami/charts/commit/36eb2ff)) +* [bitnami/minio] Release 3.7.14 updating components versions ([36eb2ff](https://github.com/bitnami/charts/commit/36eb2fffc3818114c92c6786b27ed7e770f65608)) ## 3.7.13 (2020-10-13) -* [bitnami/minio] Release 3.7.13 updating components versions ([ee41fc3](https://github.com/bitnami/charts/commit/ee41fc3)) +* [bitnami/minio] Release 3.7.13 updating components versions ([ee41fc3](https://github.com/bitnami/charts/commit/ee41fc39cb9914291770d26b8d0a5bdd1df4c978)) ## 3.7.12 (2020-10-10) -* [bitnami/minio] Release 3.7.12 updating components versions ([1afeba3](https://github.com/bitnami/charts/commit/1afeba3)) +* [bitnami/minio] Release 3.7.12 updating components versions ([1afeba3](https://github.com/bitnami/charts/commit/1afeba34eafdde6728a9b0d9abe9d4f24fd5aac3)) ## 3.7.11 (2020-10-03) -* [bitnami/minio] Release 3.7.11 updating components versions ([9d31602](https://github.com/bitnami/charts/commit/9d31602)) +* [bitnami/minio] Release 3.7.11 updating components versions ([9d31602](https://github.com/bitnami/charts/commit/9d316027bad9c38903548d464e3686e231cea228)) ## 3.7.10 (2020-09-26) -* [bitnami/minio] Release 3.7.10 updating components versions ([6956955](https://github.com/bitnami/charts/commit/6956955)) +* [bitnami/minio] Release 3.7.10 updating components versions ([6956955](https://github.com/bitnami/charts/commit/695695580a1be85cfaadacd46fb47cba0fa08018)) ## 3.7.9 (2020-09-24) -* [bitnami/minio] Release 3.7.9 updating components versions ([bc4b54e](https://github.com/bitnami/charts/commit/bc4b54e)) +* [bitnami/minio] Release 3.7.9 updating components versions ([bc4b54e](https://github.com/bitnami/charts/commit/bc4b54e796473f62b73ce6efcec998e64438280a)) ## 3.7.8 (2020-09-22) -* [bitnami/minio] Release 3.7.8 updating components versions ([2515e93](https://github.com/bitnami/charts/commit/2515e93)) +* [bitnami/minio] Release 3.7.8 updating components versions ([2515e93](https://github.com/bitnami/charts/commit/2515e93c1e25a214f61c6160280b53f4bd4e052c)) ## 3.7.7 (2020-09-17) -* [bitnami/minio] Release 3.7.7 updating components versions ([5b3679a](https://github.com/bitnami/charts/commit/5b3679a)) +* [bitnami/minio] Release 3.7.7 updating components versions ([5b3679a](https://github.com/bitnami/charts/commit/5b3679a03bdc631c05ea5898d382a665b5ac4ed6)) ## 3.7.6 (2020-09-16) -* [bitnami/minio] Release 3.7.6 updating components versions ([7ccff30](https://github.com/bitnami/charts/commit/7ccff30)) +* [bitnami/minio] Release 3.7.6 updating components versions ([7ccff30](https://github.com/bitnami/charts/commit/7ccff309e181b6c1e1766a6d6cf59a6c6c13deda)) ## 3.7.5 (2020-09-11) -* [bitnami/metrics-server] Add source repo (#3577) ([1ed12f9](https://github.com/bitnami/charts/commit/1ed12f9)), closes [#3577](https://github.com/bitnami/charts/issues/3577) -* [bitnami/minio] Release 3.7.5 updating components versions ([3f6f7a6](https://github.com/bitnami/charts/commit/3f6f7a6)) +* [bitnami/metrics-server] Add source repo (#3577) ([1ed12f9](https://github.com/bitnami/charts/commit/1ed12f96af75322b46afdb2b3d9907c11b13f765)), closes [#3577](https://github.com/bitnami/charts/issues/3577) +* [bitnami/minio] Release 3.7.5 updating components versions ([3f6f7a6](https://github.com/bitnami/charts/commit/3f6f7a69dc67280ebfd1c8597d6148854d968e0f)) ## 3.7.4 (2020-09-03) -* [bitnami/minio] Release 3.7.4 updating components versions ([64efdbd](https://github.com/bitnami/charts/commit/64efdbd)) +* [bitnami/minio] Release 3.7.4 updating components versions ([64efdbd](https://github.com/bitnami/charts/commit/64efdbd4763df6507a3eb017e55c024f7d18d425)) ## 3.7.3 (2020-08-27) -* [bitnami/minio] Release 3.7.3 updating components versions ([fe85c43](https://github.com/bitnami/charts/commit/fe85c43)) +* [bitnami/minio] Release 3.7.3 updating components versions ([fe85c43](https://github.com/bitnami/charts/commit/fe85c43069f6a6501d5f8dadb6642f46a3ea396f)) ## 3.7.2 (2020-08-26) -* [bitnami/minio] Release 3.7.2 updating components versions ([df022f4](https://github.com/bitnami/charts/commit/df022f4)) +* [bitnami/minio] Release 3.7.2 updating components versions ([df022f4](https://github.com/bitnami/charts/commit/df022f49461bd5ec5e8d2bd9bc704f275d087a51)) ## 3.7.1 (2020-08-24) -* [bitnami/minio] add command for minio container (#3435) ([84a7ae4](https://github.com/bitnami/charts/commit/84a7ae4)), closes [#3435](https://github.com/bitnami/charts/issues/3435) +* [bitnami/minio] add command for minio container (#3435) ([84a7ae4](https://github.com/bitnami/charts/commit/84a7ae48c21c01e219e3884884a5fd67832e3196)), closes [#3435](https://github.com/bitnami/charts/issues/3435) ## 3.6.2 (2020-08-20) -* [bitnami/minio] Release 3.6.2 updating components versions ([3931f54](https://github.com/bitnami/charts/commit/3931f54)) +* [bitnami/minio] Release 3.6.2 updating components versions ([3931f54](https://github.com/bitnami/charts/commit/3931f54da58b8fc95a318fba415f21d425df580a)) ## 3.6.1 (2020-08-13) -* [bitnami/minio] Release 3.6.1 updating components versions ([0a851a9](https://github.com/bitnami/charts/commit/0a851a9)) +* [bitnami/minio] Release 3.6.1 updating components versions ([0a851a9](https://github.com/bitnami/charts/commit/0a851a9c296d5934138dca02032325710f6e71ed)) ## 3.6.0 (2020-08-11) -* [bitnami/minio] Ability to add additional Ingress's labels (#3369) ([64e2b07](https://github.com/bitnami/charts/commit/64e2b07)), closes [#3369](https://github.com/bitnami/charts/issues/3369) +* [bitnami/minio] Ability to add additional Ingress's labels (#3369) ([64e2b07](https://github.com/bitnami/charts/commit/64e2b07b3d7fcbe97bbce52340dd3815162c23b7)), closes [#3369](https://github.com/bitnami/charts/issues/3369) ## 3.5.5 (2020-08-07) -* [bitnami/minio] Release 3.5.5 updating components versions ([a0b2f89](https://github.com/bitnami/charts/commit/a0b2f89)) +* [bitnami/minio] Release 3.5.5 updating components versions ([a0b2f89](https://github.com/bitnami/charts/commit/a0b2f89faf33dcc0ba558315a03d58efbff4d23b)) ## 3.5.4 (2020-08-06) -* [bitnami/minio] Release 3.5.4 updating components versions ([b84f203](https://github.com/bitnami/charts/commit/b84f203)) +* [bitnami/minio] Release 3.5.4 updating components versions ([b84f203](https://github.com/bitnami/charts/commit/b84f203f4553c4b9837fe97092bf809683b040c5)) ## 3.5.3 (2020-08-05) -* [bitnami/minio] Release 3.5.3 updating components versions ([c2304a3](https://github.com/bitnami/charts/commit/c2304a3)) +* [bitnami/minio] Release 3.5.3 updating components versions ([c2304a3](https://github.com/bitnami/charts/commit/c2304a31d69a09d2fcefda99e2d9f9f533469525)) ## 3.5.2 (2020-08-04) -* [bitnami/*] Fix TL;DR typo in READMEs (#3280) ([3d7ab40](https://github.com/bitnami/charts/commit/3d7ab40)), closes [#3280](https://github.com/bitnami/charts/issues/3280) -* [bitnami/minio] Release 3.5.2 updating components versions ([8a5cfc7](https://github.com/bitnami/charts/commit/8a5cfc7)) +* [bitnami/*] Fix TL;DR typo in READMEs (#3280) ([3d7ab40](https://github.com/bitnami/charts/commit/3d7ab406fecd64f1af25f53e7d27f03ec95b29a4)), closes [#3280](https://github.com/bitnami/charts/issues/3280) +* [bitnami/minio] Release 3.5.2 updating components versions ([8a5cfc7](https://github.com/bitnami/charts/commit/8a5cfc7bd0da4e875ea5910a41749653b1bbbcfc)) ## 3.5.1 (2020-07-30) -* [bitnami/minio] Release 3.5.1 updating components versions ([6f0ed74](https://github.com/bitnami/charts/commit/6f0ed74)) +* [bitnami/minio] Release 3.5.1 updating components versions ([6f0ed74](https://github.com/bitnami/charts/commit/6f0ed7492b37177095254914a8955544d21087fc)) ## 3.5.0 (2020-07-29) -* [bitnami/minio] Add schedulerName (#3256) ([8ed39db](https://github.com/bitnami/charts/commit/8ed39db)), closes [#3256](https://github.com/bitnami/charts/issues/3256) +* [bitnami/minio] Add schedulerName (#3256) ([8ed39db](https://github.com/bitnami/charts/commit/8ed39db7391396f5404ed4f84c0ad16994f84bbd)), closes [#3256](https://github.com/bitnami/charts/issues/3256) ## 3.4.21 (2020-07-25) -* [bitnami/minio] Release 3.4.21 updating components versions ([1208fcd](https://github.com/bitnami/charts/commit/1208fcd)) +* [bitnami/minio] Release 3.4.21 updating components versions ([1208fcd](https://github.com/bitnami/charts/commit/1208fcdc478636bca7409ab346bc1f44da5a3094)) ## 3.4.20 (2020-07-23) -* [bitnami/minio] Release 3.4.20 updating components versions ([8319312](https://github.com/bitnami/charts/commit/8319312)) +* [bitnami/minio] Release 3.4.20 updating components versions ([8319312](https://github.com/bitnami/charts/commit/8319312f85079080326351c8db616724d14392f5)) ## 3.4.19 (2020-07-20) -* [bitnami/minio] Release 3.4.19 updating components versions ([8d0240e](https://github.com/bitnami/charts/commit/8d0240e)) +* [bitnami/minio] Release 3.4.19 updating components versions ([8d0240e](https://github.com/bitnami/charts/commit/8d0240ec3b35587a4b78e5730719f567cf3a503c)) ## 3.4.18 (2020-07-19) -* [bitnami/minio] Release 3.4.18 updating components versions ([7f4dcb9](https://github.com/bitnami/charts/commit/7f4dcb9)) +* [bitnami/minio] Release 3.4.18 updating components versions ([7f4dcb9](https://github.com/bitnami/charts/commit/7f4dcb9f10537de4f9ca9ecdb2e80fe8683ace32)) ## 3.4.17 (2020-07-15) -* [bitnami/minio] Release 3.4.17 updating components versions ([00c836e](https://github.com/bitnami/charts/commit/00c836e)) +* [bitnami/minio] Release 3.4.17 updating components versions ([00c836e](https://github.com/bitnami/charts/commit/00c836ee9bdb11c5d12e4eb7683a4f80e628fbb2)) ## 3.4.16 (2020-07-14) -* [bitnami/minio] Release 3.4.16 updating components versions ([271b033](https://github.com/bitnami/charts/commit/271b033)) +* [bitnami/minio] Release 3.4.16 updating components versions ([271b033](https://github.com/bitnami/charts/commit/271b033e0609bb76620d8c72a218c1c7fbec66a1)) ## 3.4.15 (2020-07-12) -* [bitnami/minio] Release 3.4.15 updating components versions ([08e8479](https://github.com/bitnami/charts/commit/08e8479)) +* [bitnami/minio] Release 3.4.15 updating components versions ([08e8479](https://github.com/bitnami/charts/commit/08e84797d48ef26733679b24168eb62516610429)) ## 3.4.14 (2020-07-11) -* [bitnami/all] Add categories (#3075) ([63bde06](https://github.com/bitnami/charts/commit/63bde06)), closes [#3075](https://github.com/bitnami/charts/issues/3075) -* [bitnami/minio] Release 3.4.14 updating components versions ([ceaf4ee](https://github.com/bitnami/charts/commit/ceaf4ee)) +* [bitnami/all] Add categories (#3075) ([63bde06](https://github.com/bitnami/charts/commit/63bde066b87a140fab52264d0522401ab3d63509)), closes [#3075](https://github.com/bitnami/charts/issues/3075) +* [bitnami/minio] Release 3.4.14 updating components versions ([ceaf4ee](https://github.com/bitnami/charts/commit/ceaf4ee3bebf7f99bc5ac12b271ed1f7aaee0c49)) ## 3.4.13 (2020-07-02) -* [bitnami/minio] Release 3.4.13 updating components versions ([0ed6780](https://github.com/bitnami/charts/commit/0ed6780)) +* [bitnami/minio] Release 3.4.13 updating components versions ([0ed6780](https://github.com/bitnami/charts/commit/0ed6780d6710e9fd1b7f7bb6b2556f4380f16275)) ## 3.4.12 (2020-06-22) -* [bitnami/minio] Release 3.4.12 updating components versions ([ad1a443](https://github.com/bitnami/charts/commit/ad1a443)) +* [bitnami/minio] Release 3.4.12 updating components versions ([ad1a443](https://github.com/bitnami/charts/commit/ad1a4431d697a853dc2c3f8c75ba9638751a6127)) ## 3.4.11 (2020-06-22) -* [bitnami/minio] Release 3.4.11 updating components versions ([3af4a82](https://github.com/bitnami/charts/commit/3af4a82)) +* [bitnami/minio] Release 3.4.11 updating components versions ([3af4a82](https://github.com/bitnami/charts/commit/3af4a82d77ada18a636d8e975ddd93f40333dc10)) ## 3.4.10 (2020-06-18) -* [bitnami/minio] Release 3.4.10 updating components versions ([863cf32](https://github.com/bitnami/charts/commit/863cf32)) +* [bitnami/minio] Release 3.4.10 updating components versions ([863cf32](https://github.com/bitnami/charts/commit/863cf32795567a47e7e84a156440c77a2b105bb5)) ## 3.4.9 (2020-06-16) -* [bitnami/minio] Release 3.4.9 updating components versions ([3ffd6f9](https://github.com/bitnami/charts/commit/3ffd6f9)) +* [bitnami/minio] Release 3.4.9 updating components versions ([3ffd6f9](https://github.com/bitnami/charts/commit/3ffd6f9069b8bc73dfc4b6d8aeb4b1091744f816)) ## 3.4.8 (2020-06-12) -* [bitnami/minio] Release 3.4.8 updating components versions ([c34bdcb](https://github.com/bitnami/charts/commit/c34bdcb)) +* [bitnami/minio] Release 3.4.8 updating components versions ([c34bdcb](https://github.com/bitnami/charts/commit/c34bdcb53cc430e4d29ca25fd3550b7d96bfeb3a)) ## 3.4.7 (2020-06-04) -* [bitnami/minio] Release 3.4.7 updating components versions ([5b17df0](https://github.com/bitnami/charts/commit/5b17df0)) +* [bitnami/minio] Release 3.4.7 updating components versions ([5b17df0](https://github.com/bitnami/charts/commit/5b17df07a9f70f6e4aedd9e5436608f2a32c7fda)) ## 3.4.6 (2020-06-02) -* [bitnami/minio] Release 3.4.6 updating components versions ([45392bd](https://github.com/bitnami/charts/commit/45392bd)) +* [bitnami/minio] Release 3.4.6 updating components versions ([45392bd](https://github.com/bitnami/charts/commit/45392bd5a2a5d4b068c44bf05276a884f02bbb90)) ## 3.4.5 (2020-06-02) -* Rename .yml extension to .yaml ([219f1cd](https://github.com/bitnami/charts/commit/219f1cd)) +* Rename .yml extension to .yaml ([219f1cd](https://github.com/bitnami/charts/commit/219f1cdec62b67c72154c3a77ea923b4c791d5e6)) ## 3.4.4 (2020-06-02) -* [bitnami/minio] Release 3.4.4 updating components versions ([363c768](https://github.com/bitnami/charts/commit/363c768)) +* [bitnami/minio] Release 3.4.4 updating components versions ([363c768](https://github.com/bitnami/charts/commit/363c768d81baddb987e2a11ada328f7707e28adb)) ## 3.4.3 (2020-05-29) -* [bitnami/minio] Release 3.4.3 updating components versions ([ff34f80](https://github.com/bitnami/charts/commit/ff34f80)) -* [bitnami/several] Fix trailing spaces to make helm lint work on all of them (#2705) ([bafba3f](https://github.com/bitnami/charts/commit/bafba3f)), closes [#2705](https://github.com/bitnami/charts/issues/2705) +* [bitnami/minio] Release 3.4.3 updating components versions ([ff34f80](https://github.com/bitnami/charts/commit/ff34f8002c85c6eb9a4a219e9097ec1d1f115a29)) +* [bitnami/several] Fix trailing spaces to make helm lint work on all of them (#2705) ([bafba3f](https://github.com/bitnami/charts/commit/bafba3fc8b8949897ad2d99d437bd8fc975223e4)), closes [#2705](https://github.com/bitnami/charts/issues/2705) ## 3.4.2 (2020-05-29) -* [bitnami/minio] Release 3.4.2 updating components versions ([48aa421](https://github.com/bitnami/charts/commit/48aa421)) -* update bitnami/common to be compatible with helm v2.12+ (#2615) ([c7751eb](https://github.com/bitnami/charts/commit/c7751eb)), closes [#2615](https://github.com/bitnami/charts/issues/2615) +* [bitnami/minio] Release 3.4.2 updating components versions ([48aa421](https://github.com/bitnami/charts/commit/48aa4219db449d6f27aad294218a77862be24963)) +* update bitnami/common to be compatible with helm v2.12+ (#2615) ([c7751eb](https://github.com/bitnami/charts/commit/c7751eb5764e468e1854b58a1b8491d2b13e0a4a)), closes [#2615](https://github.com/bitnami/charts/issues/2615) ## 3.4.1 (2020-05-16) -* [bitnami/minio] Release 3.4.1 updating components versions ([ef6e8f7](https://github.com/bitnami/charts/commit/ef6e8f7)) +* [bitnami/minio] Release 3.4.1 updating components versions ([ef6e8f7](https://github.com/bitnami/charts/commit/ef6e8f72712f8a7f34411fa3a85bf6522ee89a9d)) ## 3.4.0 (2020-05-12) -* [bitnami/minio] Provide a way to reconfigure MinIO admin credentials (#2559) ([eb8f8a2](https://github.com/bitnami/charts/commit/eb8f8a2)), closes [#2559](https://github.com/bitnami/charts/issues/2559) +* [bitnami/minio] Provide a way to reconfigure MinIO admin credentials (#2559) ([eb8f8a2](https://github.com/bitnami/charts/commit/eb8f8a2b153a760268a606eff57228c42a9a7b65)), closes [#2559](https://github.com/bitnami/charts/issues/2559) ## 3.3.10 (2020-05-08) -* [bitnami/minio] Release 3.3.10 updating components versions ([bb500c0](https://github.com/bitnami/charts/commit/bb500c0)) +* [bitnami/minio] Release 3.3.10 updating components versions ([bb500c0](https://github.com/bitnami/charts/commit/bb500c078b91301a969e698ffcda9a822c94f0cb)) ## 3.3.9 (2020-05-07) -* [bitnami/minio] Release 3.3.9 updating components versions ([194ca6a](https://github.com/bitnami/charts/commit/194ca6a)) +* [bitnami/minio] Release 3.3.9 updating components versions ([194ca6a](https://github.com/bitnami/charts/commit/194ca6a063e94bc99ab03a43ff2a39ebe00eccc7)) ## 3.3.8 (2020-05-02) -* [bitnami/minio] Release 3.3.8 updating components versions ([c91b62f](https://github.com/bitnami/charts/commit/c91b62f)) +* [bitnami/minio] Release 3.3.8 updating components versions ([c91b62f](https://github.com/bitnami/charts/commit/c91b62f3c1c291d55e6e1676a3a02cbb2f076b3e)) ## 3.3.7 (2020-04-29) -* [bitnami/minio] Release 3.3.7 updating components versions ([32e9c18](https://github.com/bitnami/charts/commit/32e9c18)) +* [bitnami/minio] Release 3.3.7 updating components versions ([32e9c18](https://github.com/bitnami/charts/commit/32e9c184bc4c3cfdd1f50054bfc1d77fe1ac6ed6)) ## 3.3.6 (2020-04-23) -* [bitnami/minio] Release 3.3.6 updating components versions ([6e62000](https://github.com/bitnami/charts/commit/6e62000)) +* [bitnami/minio] Release 3.3.6 updating components versions ([6e62000](https://github.com/bitnami/charts/commit/6e62000ac72ffecad34884b7732d49a3193aed7e)) ## 3.3.5 (2020-04-22) -* [bitnami/minio] Release 3.3.5 updating components versions ([762a797](https://github.com/bitnami/charts/commit/762a797)) +* [bitnami/minio] Release 3.3.5 updating components versions ([762a797](https://github.com/bitnami/charts/commit/762a79767012b009631275831ba663bc4bfd7664)) ## 3.3.4 (2020-04-21) -* [bitnami/minio] Release 3.3.4 updating components versions ([44bba5a](https://github.com/bitnami/charts/commit/44bba5a)) +* [bitnami/minio] Release 3.3.4 updating components versions ([44bba5a](https://github.com/bitnami/charts/commit/44bba5aa9dce8d55bf8b31f91de4f5c076cca286)) ## 3.3.3 (2020-04-16) -* [bitnami/minio] Release 3.3.3 updating components versions ([bd92042](https://github.com/bitnami/charts/commit/bd92042)) +* [bitnami/minio] Release 3.3.3 updating components versions ([bd92042](https://github.com/bitnami/charts/commit/bd920426d36509b5868ea4624a6ca22093118f93)) ## 3.3.2 (2020-04-15) -* [bitnami/minio] Release 3.3.2 updating components versions ([a036eef](https://github.com/bitnami/charts/commit/a036eef)) +* [bitnami/minio] Release 3.3.2 updating components versions ([a036eef](https://github.com/bitnami/charts/commit/a036eef776c266031d80156e808e2b11e59c3c72)) ## 3.3.1 (2020-04-10) -* [bitnami/minio] Release 3.3.1 updating components versions ([4deb0b6](https://github.com/bitnami/charts/commit/4deb0b6)) +* [bitnami/minio] Release 3.3.1 updating components versions ([4deb0b6](https://github.com/bitnami/charts/commit/4deb0b6e9a15de93f26275d68289b7a59f69c6f2)) ## 3.3.0 (2020-04-09) -* [bitnami/minio] Added prometheusAuthType (#2216) ([d59a9d6](https://github.com/bitnami/charts/commit/d59a9d6)), closes [#2216](https://github.com/bitnami/charts/issues/2216) +* [bitnami/minio] Added prometheusAuthType (#2216) ([d59a9d6](https://github.com/bitnami/charts/commit/d59a9d6d2ec5e92f9a70efae748aa693b3ca01ab)), closes [#2216](https://github.com/bitnami/charts/issues/2216) ## 3.2.2 (2020-04-04) -* [bitnami/minio] Release 3.2.2 updating components versions ([015b926](https://github.com/bitnami/charts/commit/015b926)) +* [bitnami/minio] Release 3.2.2 updating components versions ([015b926](https://github.com/bitnami/charts/commit/015b92626dd2a930eab682ca62de08244f4e2582)) ## 3.2.1 (2020-04-03) -* [bitnami/minio] Release 3.2.1 updating components versions ([1b2e95b](https://github.com/bitnami/charts/commit/1b2e95b)) +* [bitnami/minio] Release 3.2.1 updating components versions ([1b2e95b](https://github.com/bitnami/charts/commit/1b2e95bb91c7ac8360301eb7b29bd6780b46846c)) ## 3.2.0 (2020-04-01) -* [bitnami/minio] Introduced .Release.Namespace in objects meta (#2177) ([cefffdb](https://github.com/bitnami/charts/commit/cefffdb)), closes [#2177](https://github.com/bitnami/charts/issues/2177) +* [bitnami/minio] Introduced .Release.Namespace in objects meta (#2177) ([cefffdb](https://github.com/bitnami/charts/commit/cefffdb35eb9c41959c2bb0497460c856e08a6d9)), closes [#2177](https://github.com/bitnami/charts/issues/2177) ## 3.1.5 (2020-04-01) -* [bitnami/minio] Release 3.1.5 updating components versions ([51ef6ba](https://github.com/bitnami/charts/commit/51ef6ba)) +* [bitnami/minio] Release 3.1.5 updating components versions ([51ef6ba](https://github.com/bitnami/charts/commit/51ef6baf0f5a138f86ad1846d15fff43a42ce624)) ## 3.1.4 (2020-03-26) -* [bitnami/minio] Release 3.1.4 updating components versions ([8041743](https://github.com/bitnami/charts/commit/8041743)) +* [bitnami/minio] Release 3.1.4 updating components versions ([8041743](https://github.com/bitnami/charts/commit/8041743dc964d890b4f60c11b939b1f789958ffd)) ## 3.1.3 (2020-03-25) -* [bitnami/minio] Release 3.1.3 updating components versions ([668bf4e](https://github.com/bitnami/charts/commit/668bf4e)) +* [bitnami/minio] Release 3.1.3 updating components versions ([668bf4e](https://github.com/bitnami/charts/commit/668bf4e28c108fd1f6608c9614086811ca457050)) ## 3.1.2 (2020-03-24) -* [bitnami/minio] Release 3.1.2 updating components versions ([7d2214c](https://github.com/bitnami/charts/commit/7d2214c)) +* [bitnami/minio] Release 3.1.2 updating components versions ([7d2214c](https://github.com/bitnami/charts/commit/7d2214c60dcc9c97c36d9815e96b40690a742507)) ## 3.1.1 (2020-03-23) -* [bitnami/minio] Release 3.1.1 updating components versions ([1c1f2eb](https://github.com/bitnami/charts/commit/1c1f2eb)) +* [bitnami/minio] Release 3.1.1 updating components versions ([1c1f2eb](https://github.com/bitnami/charts/commit/1c1f2ebcfbf39131b60c70849f3b49e1320e0ad2)) ## 3.1.0 (2020-03-23) -* Add serviceAccount.create and serviceAccount.name to minio chart (#2108) ([d216b4a](https://github.com/bitnami/charts/commit/d216b4a)), closes [#2108](https://github.com/bitnami/charts/issues/2108) +* Add serviceAccount.create and serviceAccount.name to minio chart (#2108) ([d216b4a](https://github.com/bitnami/charts/commit/d216b4a40242ae903f2e0fc45e116b07ec7f360b)), closes [#2108](https://github.com/bitnami/charts/issues/2108) ## 3.0.15 (2020-03-16) -* [bitnami/minio] Release 3.0.15 updating components versions ([4d1888a](https://github.com/bitnami/charts/commit/4d1888a)) +* [bitnami/minio] Release 3.0.15 updating components versions ([4d1888a](https://github.com/bitnami/charts/commit/4d1888afc016e3a23d7a6b65063662f517731b26)) ## 3.0.14 (2020-03-12) -* [bitnami/minio] Release 3.0.14 updating components versions ([eace0f4](https://github.com/bitnami/charts/commit/eace0f4)) +* [bitnami/minio] Release 3.0.14 updating components versions ([eace0f4](https://github.com/bitnami/charts/commit/eace0f436f77d5da7cb97174bd012127ab6917f5)) ## 3.0.13 (2020-03-11) -* Move charts from upstreamed folder to bitnami (#2032) ([a0e44f7](https://github.com/bitnami/charts/commit/a0e44f7)), closes [#2032](https://github.com/bitnami/charts/issues/2032) +* Move charts from upstreamed folder to bitnami (#2032) ([a0e44f7](https://github.com/bitnami/charts/commit/a0e44f7d6a10b8b5643186130ea420887cb72c7c)), closes [#2032](https://github.com/bitnami/charts/issues/2032) ## 3.0.12 (2020-03-10) -* [bitnami/minio] Release 3.0.12 updating components versions ([09839d1](https://github.com/bitnami/charts/commit/09839d1)) +* [bitnami/minio] Release 3.0.12 updating components versions ([09839d1](https://github.com/bitnami/charts/commit/09839d1c3457b3a94eb97397960457c9c82ce294)) ## 3.0.11 (2020-03-07) -* [bitnami/minio] Release 3.0.11 updating components versions ([b7aad9a](https://github.com/bitnami/charts/commit/b7aad9a)) +* [bitnami/minio] Release 3.0.11 updating components versions ([b7aad9a](https://github.com/bitnami/charts/commit/b7aad9a4d7265ef9db8e872d24017e8ef93dd84d)) ## 3.0.10 (2020-03-05) -* [bitnami/minio] Release 3.0.10 updating components versions ([4eafa4d](https://github.com/bitnami/charts/commit/4eafa4d)) +* [bitnami/minio] Release 3.0.10 updating components versions ([4eafa4d](https://github.com/bitnami/charts/commit/4eafa4d0ea2f8552fde58b6669649aedbdcf37a0)) ## 3.0.9 (2020-02-27) -* [bitnami/minio] Release 3.0.9 updating components versions ([48be899](https://github.com/bitnami/charts/commit/48be899)) +* [bitnami/minio] Release 3.0.9 updating components versions ([48be899](https://github.com/bitnami/charts/commit/48be8995476e31945dbeb33f721294121dac4be6)) ## 3.0.8 (2020-02-26) -* [bitnami/minio] Release 3.0.8 updating components versions ([bf64cf6](https://github.com/bitnami/charts/commit/bf64cf6)) +* [bitnami/minio] Release 3.0.8 updating components versions ([bf64cf6](https://github.com/bitnami/charts/commit/bf64cf629e67e90fc73b9a795f1f7e4a4fd13cd4)) ## 3.0.7 (2020-02-21) -* [bitnami/minio] Release 3.0.7 updating components versions ([7062ccc](https://github.com/bitnami/charts/commit/7062ccc)) -* [bitnami/several] Adapt READMEs and helpers to Helm 3 (#1911) ([40ee57c](https://github.com/bitnami/charts/commit/40ee57c)), closes [#1911](https://github.com/bitnami/charts/issues/1911) +* [bitnami/minio] Release 3.0.7 updating components versions ([7062ccc](https://github.com/bitnami/charts/commit/7062cccfd57e95f74443848a15256559da24ab76)) +* [bitnami/several] Adapt READMEs and helpers to Helm 3 (#1911) ([40ee57c](https://github.com/bitnami/charts/commit/40ee57cf5164717357e1627b55bf25f59c40fbd1)), closes [#1911](https://github.com/bitnami/charts/issues/1911) ## 3.0.6 (2020-02-10) -* [bitnami/several] Replace stretch by buster in minideb secondary containers (#1900) ([678febc](https://github.com/bitnami/charts/commit/678febc)), closes [#1900](https://github.com/bitnami/charts/issues/1900) +* [bitnami/several] Replace stretch by buster in minideb secondary containers (#1900) ([678febc](https://github.com/bitnami/charts/commit/678febc237594606f2505ba98c651a8ab8f484ab)), closes [#1900](https://github.com/bitnami/charts/issues/1900) ## 3.0.5 (2020-02-07) -* [bitnami/minio] Fix typo ([4349a4c](https://github.com/bitnami/charts/commit/4349a4c)) -* [bitnami/minio] Release 3.0.5 updating components versions ([6f5d553](https://github.com/bitnami/charts/commit/6f5d553)) +* [bitnami/minio] Fix typo ([4349a4c](https://github.com/bitnami/charts/commit/4349a4c4f5bce569b3fe748e78fe10a8311d9c89)) +* [bitnami/minio] Release 3.0.5 updating components versions ([6f5d553](https://github.com/bitnami/charts/commit/6f5d553948000c657f9cf288a160374327456885)) ## 3.0.4 (2020-01-27) -* [bitnami/minio] Bump chart version ([6cfa8ef](https://github.com/bitnami/charts/commit/6cfa8ef)) -* [bitnami/minio] Document ingress.enabled ([5bf9b67](https://github.com/bitnami/charts/commit/5bf9b67)) -* [bitnami/minio] Fix readiness config ([8170cb5](https://github.com/bitnami/charts/commit/8170cb5)) +* [bitnami/minio] Bump chart version ([6cfa8ef](https://github.com/bitnami/charts/commit/6cfa8efdd449b4493c526cdb95e66396714a1e4f)) +* [bitnami/minio] Document ingress.enabled ([5bf9b67](https://github.com/bitnami/charts/commit/5bf9b67267dfbe381ed2c42cd545ba606153ed5e)) +* [bitnami/minio] Fix readiness config ([8170cb5](https://github.com/bitnami/charts/commit/8170cb5eeb0f05aa6892ff725ce4eb43300e214a)) ## 3.0.3 (2020-01-25) -* [bitnami/minio] Release 3.0.3 updating components versions ([616bce3](https://github.com/bitnami/charts/commit/616bce3)) +* [bitnami/minio] Release 3.0.3 updating components versions ([616bce3](https://github.com/bitnami/charts/commit/616bce37428b7ac848512367c3a317f144a325d8)) ## 3.0.2 (2020-01-24) -* [bitnami/minio] Release 3.0.2 updating components versions ([46a661d](https://github.com/bitnami/charts/commit/46a661d)) +* [bitnami/minio] Release 3.0.2 updating components versions ([46a661d](https://github.com/bitnami/charts/commit/46a661dc6b9ed6d6b79cdb0b76b25e509c0e48b5)) ## 3.0.1 (2020-01-20) -* [bitnami/minio] Release 3.0.1 updating components versions ([d3420c0](https://github.com/bitnami/charts/commit/d3420c0)) +* [bitnami/minio] Release 3.0.1 updating components versions ([d3420c0](https://github.com/bitnami/charts/commit/d3420c0741205c3dce71d5e5c8bbc1b93cbcc3f1)) ## 3.0.0 (2020-01-15) -* [bitnami/minio] release 3.0.0 ([b70b326](https://github.com/bitnami/charts/commit/b70b326)) +* [bitnami/minio] release 3.0.0 ([b70b326](https://github.com/bitnami/charts/commit/b70b3263ae0434f6b191a5f2880c0f70f0a7712e)) ## 2.2.2 (2020-01-15) -* [bitnami/minio] Release 2.2.2 updating components versions ([69cfe8d](https://github.com/bitnami/charts/commit/69cfe8d)) +* [bitnami/minio] Release 2.2.2 updating components versions ([69cfe8d](https://github.com/bitnami/charts/commit/69cfe8dd8b4d630f2b0a3a6f3d3fbb9e259a2164)) ## 2.2.1 (2020-01-10) -* [bitnami/minio] Release 2.2.1 updating components versions ([69987c1](https://github.com/bitnami/charts/commit/69987c1)) -* [bitnami/minio] Update components versions ([3a0f7f4](https://github.com/bitnami/charts/commit/3a0f7f4)) +* [bitnami/minio] Release 2.2.1 updating components versions ([69987c1](https://github.com/bitnami/charts/commit/69987c1064ba43573453048fc70fd4b5bc502720)) +* [bitnami/minio] Update components versions ([3a0f7f4](https://github.com/bitnami/charts/commit/3a0f7f4c71e6c216103de115578970f43e026be2)) ## 2.2.0 (2019-11-21) -* [bitnami/minio] Lint chart ([813210a](https://github.com/bitnami/charts/commit/813210a)) -* Update values-production.yaml ([0a5b5e5](https://github.com/bitnami/charts/commit/0a5b5e5)) +* [bitnami/minio] Lint chart ([813210a](https://github.com/bitnami/charts/commit/813210ab11d419216c43081086a325938538ca3b)) +* Update values-production.yaml ([0a5b5e5](https://github.com/bitnami/charts/commit/0a5b5e5b14609f2ae12e0cfdd427830abc437b48)) ## 2.1.2 (2019-10-29) -* [bitnami/minio] Fix minio and update minio client image tags ([285b642](https://github.com/bitnami/charts/commit/285b642)) +* [bitnami/minio] Fix minio and update minio client image tags ([285b642](https://github.com/bitnami/charts/commit/285b642a2d3c99cdf9ae41e1ab3de8287aeec9da)) ## 2.1.1 (2019-10-25) -* [bitnami/minio] Release 2.1.1 updating components versions ([43a30b1](https://github.com/bitnami/charts/commit/43a30b1)) +* [bitnami/minio] Release 2.1.1 updating components versions ([43a30b1](https://github.com/bitnami/charts/commit/43a30b106c60336a33771e6a9b61b945d81530f7)) ## 2.1.0 (2019-10-25) -* [bitnami/minio] Add updateStrategy parameter for deployment mode ([da53148](https://github.com/bitnami/charts/commit/da53148)) +* [bitnami/minio] Add updateStrategy parameter for deployment mode ([da53148](https://github.com/bitnami/charts/commit/da53148121af03fb1a7944d678973111294f5d72)) ## 2.0.0 (2019-10-23) -* Fix MinIO ingress ([a6f7530](https://github.com/bitnami/charts/commit/a6f7530)) +* Fix MinIO ingress ([a6f7530](https://github.com/bitnami/charts/commit/a6f753053e84450ae2dfbb3252e1a4843ee5897853e84450ae2dfbb3252e1a4843ee58978)) ## 1.2.18 (2019-10-24) -* Fix links because of section renaming ([8e6fa3b](https://github.com/bitnami/charts/commit/8e6fa3b)) +* Fix links because of section renaming ([8e6fa3b](https://github.com/bitnami/charts/commit/8e6fa3bf7e3198954b6af507cf143fd4870c1c33)) ## 1.2.17 (2019-10-23) -* Adapt README in charts (II) ([4705a98](https://github.com/bitnami/charts/commit/4705a98)) +* Adapt README in charts (II) ([4705a98](https://github.com/bitnami/charts/commit/4705a98e346aae7e784ee27cd8c58d0f8e8411f3)) ## 2.0.0 (2019-10-23) -* Fix MinIO ingress ([a6f7530](https://github.com/bitnami/charts/commit/a6f7530)) +* Fix MinIO ingress ([a6f7530](https://github.com/bitnami/charts/commit/a6f753053e84450ae2dfbb3252e1a4843ee5897853e84450ae2dfbb3252e1a4843ee58978)) ## 1.2.16 (2019-10-15) -* [bitnami/minio] Update readme ([6ba7c03](https://github.com/bitnami/charts/commit/6ba7c03)) +* [bitnami/minio] Update readme ([6ba7c03](https://github.com/bitnami/charts/commit/6ba7c03cf41315098eceb101d4aebfbe7a42d901)) ## 1.2.15 (2019-10-03) -* [bitnami/*] Fix broken links to NGINX Ingress Annotations docs ([42a2f47](https://github.com/bitnami/charts/commit/42a2f47)) +* [bitnami/*] Fix broken links to NGINX Ingress Annotations docs ([42a2f47](https://github.com/bitnami/charts/commit/42a2f476bdc0f4960ad15d9a8e2fca8cef684b8f)) ## 1.2.14 (2019-10-03) -* [bitnami/minio] Release 1.2.14 updating components versions ([3efbeff](https://github.com/bitnami/charts/commit/3efbeff)) +* [bitnami/minio] Release 1.2.14 updating components versions ([3efbeff](https://github.com/bitnami/charts/commit/3efbeff826ec4462e42de35025744631cdb32e04)) ## 1.2.13 (2019-09-26) -* [bitnami/minio] Release 1.2.13 updating components versions ([b23584f](https://github.com/bitnami/charts/commit/b23584f)) +* [bitnami/minio] Release 1.2.13 updating components versions ([b23584f](https://github.com/bitnami/charts/commit/b23584fcbb82458b7b97c25fa386a8519814c12f)) ## 1.2.12 (2019-09-26) -* [bitnami/minio] Release 1.2.12 updating components versions ([59143ea](https://github.com/bitnami/charts/commit/59143ea)) +* [bitnami/minio] Release 1.2.12 updating components versions ([59143ea](https://github.com/bitnami/charts/commit/59143ea5ed552274c78710217ee8c0c0c5c10184)) ## 1.2.11 (2019-09-20) -* [bitnami/*] Update apiVersion on sts, deployments, daemonsets and podsecuritypolicies ([4dfac07](https://github.com/bitnami/charts/commit/4dfac07)) +* [bitnami/*] Update apiVersion on sts, deployments, daemonsets and podsecuritypolicies ([4dfac07](https://github.com/bitnami/charts/commit/4dfac075aacf74405e31ae5b27df4369e84eb0b0)) ## 1.2.10 (2019-09-19) -* [bitnami/minio] Release 1.2.10 updating components versions ([f1ec510](https://github.com/bitnami/charts/commit/f1ec510)) +* [bitnami/minio] Release 1.2.10 updating components versions ([f1ec510](https://github.com/bitnami/charts/commit/f1ec5106e035070d1eee60770fe4e07bc4a0076f)) ## 1.2.9 (2019-09-12) -* [bitnami/minio] Release 1.2.9 updating components versions ([a10c7aa](https://github.com/bitnami/charts/commit/a10c7aa)) +* [bitnami/minio] Release 1.2.9 updating components versions ([a10c7aa](https://github.com/bitnami/charts/commit/a10c7aa239e7e084777d4bd7e1d8e9383bae2ab0)) ## 1.2.8 (2019-09-09) -* [bitnami/minio] Release 1.2.8 updating components versions ([c6ceb86](https://github.com/bitnami/charts/commit/c6ceb86)) +* [bitnami/minio] Release 1.2.8 updating components versions ([c6ceb86](https://github.com/bitnami/charts/commit/c6ceb861b98060b4729bfc7253f02763e48231ea)) ## 1.2.7 (2019-09-04) -* [bitnami/minio] Release 1.2.7 updating components versions ([7f64157](https://github.com/bitnami/charts/commit/7f64157)) +* [bitnami/minio] Release 1.2.7 updating components versions ([7f64157](https://github.com/bitnami/charts/commit/7f64157d991d06baffd427138fef97c3add82b9b)) ## 1.2.6 (2019-09-02) -* [bitnami/minio] Release 1.2.6 updating components versions ([71cb134](https://github.com/bitnami/charts/commit/71cb134)) -* Use stretch instead of buster to be consistent ([decd85f](https://github.com/bitnami/charts/commit/decd85f)) +* [bitnami/minio] Release 1.2.6 updating components versions ([71cb134](https://github.com/bitnami/charts/commit/71cb13451506ed2efcbc914c6a2104acffbea721)) +* Use stretch instead of buster to be consistent ([decd85f](https://github.com/bitnami/charts/commit/decd85ff9ee57beb656648918b1197b6d8b9d5af)) ## 1.2.5 (2019-08-30) -* [bitnami/*] Use buster instead of latest as minideb tag and adapt sysctl ([921e811](https://github.com/bitnami/charts/commit/921e811)) +* [bitnami/*] Use buster instead of latest as minideb tag and adapt sysctl ([921e811](https://github.com/bitnami/charts/commit/921e81153c755c5e06b86fbc54841c115f6e10bb)) ## 1.2.4 (2019-08-23) -* [bitnami/minio] Release 1.2.4 updating components versions ([5ad6cc5](https://github.com/bitnami/charts/commit/5ad6cc5)) +* [bitnami/minio] Release 1.2.4 updating components versions ([5ad6cc5](https://github.com/bitnami/charts/commit/5ad6cc5f8df97c91bf0acfe8fc53563c79229c3a)) ## 1.2.3 (2019-08-22) -* [bitnami/*] Fix 'storageClass' macros ([f41c193](https://github.com/bitnami/charts/commit/f41c193)) +* [bitnami/*] Fix 'storageClass' macros ([f41c193](https://github.com/bitnami/charts/commit/f41c19310b0aba01be37217e530b678ae30a560f)) ## 1.2.2 (2019-08-21) -* [bitnami/minio] Release 1.2.2 updating components versions ([f2926c5](https://github.com/bitnami/charts/commit/f2926c5)) +* [bitnami/minio] Release 1.2.2 updating components versions ([f2926c5](https://github.com/bitnami/charts/commit/f2926c56d9837bfc1e7e0e897ad23f0a3c9be409)) ## 1.2.1 (2019-08-21) -* Refactor StorageClass template to support old Helm versions ([1d7f3df](https://github.com/bitnami/charts/commit/1d7f3df)) -* Refactor storageClassTemplate ([1872215](https://github.com/bitnami/charts/commit/1872215)) +* Refactor StorageClass template to support old Helm versions ([1d7f3df](https://github.com/bitnami/charts/commit/1d7f3df1250d8f3ba7b17add67de6515dd93f1e7)) +* Refactor storageClassTemplate ([1872215](https://github.com/bitnami/charts/commit/1872215effe0a6ff672537387684c8a97fb3093c)) ## 1.2.0 (2019-08-19) -* Add global variable to set the storage class to all of the Hekm Charts ([cdb4bdc](https://github.com/bitnami/charts/commit/cdb4bdc)) -* Update charts versions ([9459dbb](https://github.com/bitnami/charts/commit/9459dbb)) +* Add global variable to set the storage class to all of the Hekm Charts ([cdb4bdc](https://github.com/bitnami/charts/commit/cdb4bdceda07e03f3902ec2796eab54d2c6f1650)) +* Update charts versions ([9459dbb](https://github.com/bitnami/charts/commit/9459dbbf98c5572f0b92cd3eef8e12ec83a48397)) ## 1.1.9 (2019-08-13) -* Update README.md ([672081f](https://github.com/bitnami/charts/commit/672081f)) -* Updated version numbers ([aa0294b](https://github.com/bitnami/charts/commit/aa0294b)) +* Update README.md ([672081f](https://github.com/bitnami/charts/commit/672081f4570a93075e91a488e96bc61e9881385d)) +* Updated version numbers ([aa0294b](https://github.com/bitnami/charts/commit/aa0294b246340ed44d76f8cac59338ee685fab5e)) ## 1.1.8 (2019-08-08) -* [bitnami/minio, bitnami/nginx] Fix scope in tls ([ba1a785](https://github.com/bitnami/charts/commit/ba1a785)) -* [bitnami/minio] Release 1.1.8 updating components versions ([23aefe2](https://github.com/bitnami/charts/commit/23aefe2)) +* [bitnami/minio, bitnami/nginx] Fix scope in tls ([ba1a785](https://github.com/bitnami/charts/commit/ba1a785107bcb9803119d96864a07d4fd32033cc)) +* [bitnami/minio] Release 1.1.8 updating components versions ([23aefe2](https://github.com/bitnami/charts/commit/23aefe26e80e3c38e08dce99309329aa83af4aa7)) ## 1.1.6 (2019-08-02) -* [bitnami/minio] Release 1.1.6 updating components versions ([32152e9](https://github.com/bitnami/charts/commit/32152e9)) +* [bitnami/minio] Release 1.1.6 updating components versions ([32152e9](https://github.com/bitnami/charts/commit/32152e91642c08ab22cb2374d790563e1dcc0b45)) ## 1.1.5 (2019-07-31) -* [bitnami/minio] Release 1.1.5 updating components versions ([d317d65](https://github.com/bitnami/charts/commit/d317d65)) +* [bitnami/minio] Release 1.1.5 updating components versions ([d317d65](https://github.com/bitnami/charts/commit/d317d657165b6c5357fcd61649818e47962d5a58)) ## 1.1.4 (2019-07-30) -* Fix truncate comment in helpers ([cf4a7a3](https://github.com/bitnami/charts/commit/cf4a7a3)) +* Fix truncate comment in helpers ([cf4a7a3](https://github.com/bitnami/charts/commit/cf4a7a3539c11ea2cffe897068aba3237fcec64e)) ## 1.1.3 (2019-07-26) -* Fix minio networkPolicy indentation ([b6e48a0](https://github.com/bitnami/charts/commit/b6e48a0)) +* Fix minio networkPolicy indentation ([b6e48a0](https://github.com/bitnami/charts/commit/b6e48a039f1f3297d4431c13ce5c9e8c12726b5a)) ## 1.1.2 (2019-07-24) -* [bitnami/minio] Release 1.1.2 updating components versions ([9f797ab](https://github.com/bitnami/charts/commit/9f797ab)) +* [bitnami/minio] Release 1.1.2 updating components versions ([9f797ab](https://github.com/bitnami/charts/commit/9f797abb1cc6cdd8a4b2e3befc6ea77120aeee23)) ## 1.1.1 (2019-07-23) -* [bitnami/minio] Release 1.1.1 updating components versions ([e353c8c](https://github.com/bitnami/charts/commit/e353c8c)) -* [bitnami/minio] Use existing image tags and fix issue with global secrets ([c958fe2](https://github.com/bitnami/charts/commit/c958fe2)) -* Fix indentation ([c699e9f](https://github.com/bitnami/charts/commit/c699e9f)) +* [bitnami/minio] Release 1.1.1 updating components versions ([e353c8c](https://github.com/bitnami/charts/commit/e353c8ccadac030351d96d10d5a451b5c2bbdae0)) +* [bitnami/minio] Use existing image tags and fix issue with global secrets ([c958fe2](https://github.com/bitnami/charts/commit/c958fe2c0c6cb23ea00fa5a473b0dafadb038626)) +* Fix indentation ([c699e9f](https://github.com/bitnami/charts/commit/c699e9f2aed150351c8a7b21717b5a959ef2d2e3)) ## 1.1.0 (2019-07-22) -* Change minio ([20d4f4b](https://github.com/bitnami/charts/commit/20d4f4b)) +* Change minio ([20d4f4b](https://github.com/bitnami/charts/commit/20d4f4b4b5979dc89e8e03742e1de423dafb4bd9)) ## 1.0.0 (2019-07-17) -* Implement again #1283 changes but bumping the major version ([1ce079c](https://github.com/bitnami/charts/commit/1ce079c)), closes [#1283](https://github.com/bitnami/charts/issues/1283) +* Implement again #1283 changes but bumping the major version ([1ce079c](https://github.com/bitnami/charts/commit/1ce079c789a6c0f5174094af3ea6fb67b6c926fd)), closes [#1283](https://github.com/bitnami/charts/issues/1283) ## 0.1.22 (2019-07-17) -* Revert pull request #1283 ([8e5940a](https://github.com/bitnami/charts/commit/8e5940a)), closes [#1283](https://github.com/bitnami/charts/issues/1283) +* Revert pull request #1283 ([8e5940a](https://github.com/bitnami/charts/commit/8e5940a9260dc722ae1a630a6b6e21df2502323f)), closes [#1283](https://github.com/bitnami/charts/issues/1283) ## 0.1.21 (2019-07-16) -* [bitnami/minio] Release 0.1.21 updating components versions ([c522db4](https://github.com/bitnami/charts/commit/c522db4)) +* [bitnami/minio] Release 0.1.21 updating components versions ([c522db4](https://github.com/bitnami/charts/commit/c522db4dcc54e104450b702ecf3cfe650003e23e)) ## 0.1.20 (2019-07-11) -* Standardize component.name & component.fullname functions ([775948e](https://github.com/bitnami/charts/commit/775948e)) +* Standardize component.name & component.fullname functions ([775948e](https://github.com/bitnami/charts/commit/775948eb27ccc5599262002b71f4982cc2b2dc8d)) ## 0.1.19 (2019-07-10) -* [bitnami/minio] Release 0.1.19 updating components versions ([fa2cef8](https://github.com/bitnami/charts/commit/fa2cef8)) +* [bitnami/minio] Release 0.1.19 updating components versions ([fa2cef8](https://github.com/bitnami/charts/commit/fa2cef80f7ceea408e965250e33ce6665ae95bd5)) ## 0.1.18 (2019-07-06) -* [bitnami/minio] Release 0.1.18 updating components versions ([9faf216](https://github.com/bitnami/charts/commit/9faf216)) +* [bitnami/minio] Release 0.1.18 updating components versions ([9faf216](https://github.com/bitnami/charts/commit/9faf216e9d254ed2f4b552fb1295b2920f132910)) ## 0.1.17 (2019-07-04) -* [bitnami/minio] Release 0.1.17 updating components versions ([c32f98b](https://github.com/bitnami/charts/commit/c32f98b)) -* Change domain by clusterDomain ([4effe5c](https://github.com/bitnami/charts/commit/4effe5c)) -* Create template for cluster domain on MinIO ([1730ce1](https://github.com/bitnami/charts/commit/1730ce1)) +* [bitnami/minio] Release 0.1.17 updating components versions ([c32f98b](https://github.com/bitnami/charts/commit/c32f98b7d3eee461de9e178c5b15f7e0ea5684e9)) +* Change domain by clusterDomain ([4effe5c](https://github.com/bitnami/charts/commit/4effe5c3b9ac9b90feff05a3efa24032523bca91)) +* Create template for cluster domain on MinIO ([1730ce1](https://github.com/bitnami/charts/commit/1730ce1a375b10de163be5551abf78ffd39b92be)) ## 0.1.16 (2019-07-01) -* [bitnami/minio] Release 0.1.16 updating components versions ([c3d77ee](https://github.com/bitnami/charts/commit/c3d77ee)) +* [bitnami/minio] Release 0.1.16 updating components versions ([c3d77ee](https://github.com/bitnami/charts/commit/c3d77ee84c73252da82e492a67eeef8ada9bfcb7)) ## 0.1.15 (2019-06-20) -* [bitnami/minio] Release 0.1.15 updating components versions ([4d85895](https://github.com/bitnami/charts/commit/4d85895)) +* [bitnami/minio] Release 0.1.15 updating components versions ([4d85895](https://github.com/bitnami/charts/commit/4d858950f743b6371d994d5dfd52b7296950e44c)) ## 0.1.14 (2019-06-16) -* [bitnami/minio] Release 0.1.14 updating components versions ([fad3cd8](https://github.com/bitnami/charts/commit/fad3cd8)) +* [bitnami/minio] Release 0.1.14 updating components versions ([fad3cd8](https://github.com/bitnami/charts/commit/fad3cd8b7d094378decdf72d48371659548bdc4b)) ## 0.1.13 (2019-06-13) -* [bitnami/minio] Release 0.1.13 updating components versions ([d04ae71](https://github.com/bitnami/charts/commit/d04ae71)) +* [bitnami/minio] Release 0.1.13 updating components versions ([d04ae71](https://github.com/bitnami/charts/commit/d04ae7146504a6680ddfe85bd6e3bae2b4d15ff3)) ## 0.1.12 (2019-06-11) -* bitnami/minio: update to 2019.6.11 ([dee8c0e](https://github.com/bitnami/charts/commit/dee8c0e)) +* bitnami/minio: update to 2019.6.11 ([dee8c0e](https://github.com/bitnami/charts/commit/dee8c0e208cad325693de8c30befa8c706692037)) ## 0.1.11 (2019-06-10) -* Changes in README ([7ac4ec0](https://github.com/bitnami/charts/commit/7ac4ec0)) +* Changes in README ([7ac4ec0](https://github.com/bitnami/charts/commit/7ac4ec09a0113aae7d39173f52fb11c55f27cde5)) ## 0.1.10 (2019-06-10) -* Add command ([3b3606b](https://github.com/bitnami/charts/commit/3b3606b)) -* bitnami/minio: update to 2019.6.4 ([607d297](https://github.com/bitnami/charts/commit/607d297)) -* Remove duplication ([89afb23](https://github.com/bitnami/charts/commit/89afb23)) -* Update README.md ([536b2a4](https://github.com/bitnami/charts/commit/536b2a4)) +* Add command ([3b3606b](https://github.com/bitnami/charts/commit/3b3606b5f7486bd0b9afe5d02d887f6716dad098)) +* bitnami/minio: update to 2019.6.4 ([607d297](https://github.com/bitnami/charts/commit/607d2975a4bad6c05d01b44ae5dce25760255076)) +* Remove duplication ([89afb23](https://github.com/bitnami/charts/commit/89afb236c4dfdec19518d5d9dc73f544c0b559ae)) +* Update README.md ([536b2a4](https://github.com/bitnami/charts/commit/536b2a41d1f324e36318f87b4abfa83c8965c674)) ## 0.1.9 (2019-06-07) -* [bitnami/minio] Unify and document production values ([f7232da](https://github.com/bitnami/charts/commit/f7232da)) +* [bitnami/minio] Unify and document production values ([f7232da](https://github.com/bitnami/charts/commit/f7232dac950e83479077689ca0dc04e391a919cb)) ## 0.1.8 (2019-06-04) -* bitnami/minio: update to 2019.6.4 ([b2d4d16](https://github.com/bitnami/charts/commit/b2d4d16)) +* bitnami/minio: update to 2019.6.4 ([b2d4d16](https://github.com/bitnami/charts/commit/b2d4d1647fe67453bc5de2665e02a0ea232cb7dc)) ## 0.1.7 (2019-06-01) -* bitnami/minio: update to 2019.6.1 ([2a88dfc](https://github.com/bitnami/charts/commit/2a88dfc)) +* bitnami/minio: update to 2019.6.1 ([2a88dfc](https://github.com/bitnami/charts/commit/2a88dfc48d631f1330441a1bff9a58f9792e27f5)) ## 0.1.6 (2019-05-29) -* Fix https://github.com/helm/charts/pull/14199\#issuecomment-496883321 and support _sha256_ as an imm ([95957ea](https://github.com/bitnami/charts/commit/95957ea)), closes [#issuecomment-496883321](https://github.com/bitnami/charts/issues/issuecomment-496883321) +* Fix https://github.com/helm/charts/pull/14199\#issuecomment-496883321 and support _sha256_ as an imm ([95957ea](https://github.com/bitnami/charts/commit/95957ea6430f28ec3593053afb0bfccb75703c79)), closes [#issuecomment-496883321](https://github.com/bitnami/charts/issues/issuecomment-496883321) ## 0.1.5 (2019-05-28) -* bitnami/minio: update to 2019.5.23 ([ddda773](https://github.com/bitnami/charts/commit/ddda773)) -* Check secondary images ([5327cfa](https://github.com/bitnami/charts/commit/5327cfa)) -* Use immutable tags in the main images ([17ca4f5](https://github.com/bitnami/charts/commit/17ca4f5)) +* bitnami/minio: update to 2019.5.23 ([ddda773](https://github.com/bitnami/charts/commit/ddda773c44d57e929a366658bcccacc25f4a2f45)) +* Check secondary images ([5327cfa](https://github.com/bitnami/charts/commit/5327cfa319191dd8067ce538d53f4c44edfdc012)) +* Use immutable tags in the main images ([17ca4f5](https://github.com/bitnami/charts/commit/17ca4f5c91da33da03f9e2d411fe5e004e825c4d)) ## 0.1.4 (2019-05-28) -* Prepare immutable tags ([f9093c1](https://github.com/bitnami/charts/commit/f9093c1)) +* Prepare immutable tags ([f9093c1](https://github.com/bitnami/charts/commit/f9093c1aaa9cde25a042c3d62f7873385447cbf7)) ## 0.1.3 (2019-05-17) -* bitnami/minio: update to 2019.5.14 ([a4cf50b](https://github.com/bitnami/charts/commit/a4cf50b)) +* bitnami/minio: update to 2019.5.14 ([a4cf50b](https://github.com/bitnami/charts/commit/a4cf50bdf29ef56fd0633bbf36b9ba8adb94d079)) ## 0.1.2 (2019-05-17) -* [bitnami/minio] Fix MinIO deployment syntax ([c179f70](https://github.com/bitnami/charts/commit/c179f70)) +* [bitnami/minio] Fix MinIO deployment syntax ([c179f70](https://github.com/bitnami/charts/commit/c179f7012cd49df44e4a9039c9bbbc1acb52f2e1)) ## 0.1.1 (2019-05-13) -* Fix PVC annotations ([b9e236f](https://github.com/bitnami/charts/commit/b9e236f)) -* Fix PVC annotations ([5b4c63d](https://github.com/bitnami/charts/commit/5b4c63d)) -* Small fix on warning message ([67e7b59](https://github.com/bitnami/charts/commit/67e7b59)) +* Fix PVC annotations ([b9e236f](https://github.com/bitnami/charts/commit/b9e236fc81bafe4e18ce454e34cf838d9427ddb2)) +* Fix PVC annotations ([5b4c63d](https://github.com/bitnami/charts/commit/5b4c63dfbdcff43301d122cab4eb5ea5de899ea7)) +* Small fix on warning message ([67e7b59](https://github.com/bitnami/charts/commit/67e7b590956bb60daeaa2c997cb9862615491923)) ## 0.1.0 (2019-05-06) -* [bitnami/minio] Improve values validation ([782d797](https://github.com/bitnami/charts/commit/782d797)) +* [bitnami/minio] Improve values validation ([782d797](https://github.com/bitnami/charts/commit/782d797d4f201e14c03433dc5ed48421a6d5e2db)) ## 0.0.3 (2019-05-03) -* bitnami/minio: update to 2019.5.2 ([31fdcbf](https://github.com/bitnami/charts/commit/31fdcbf)) +* bitnami/minio: update to 2019.5.2 ([31fdcbf](https://github.com/bitnami/charts/commit/31fdcbf1a4e242444897a0f44c7d5ce4d3a9f9a5)) ## 0.0.2 (2019-05-01) -* [bitnami/minio] Fix Pod Metadata Labels ([b921d42](https://github.com/bitnami/charts/commit/b921d42)) -* Add global values for MinIO Access&Secret keys ([b94f060](https://github.com/bitnami/charts/commit/b94f060)) -* Add instructions to add Prometheus exporter annotations ([a55c95e](https://github.com/bitnami/charts/commit/a55c95e)) -* Add Prometheus annotations through podAnnotations ([5d46eef](https://github.com/bitnami/charts/commit/5d46eef)) -* Add support to secrets as files. Add support to create default buckets ([0208d97](https://github.com/bitnami/charts/commit/0208d97)) -* Remove 'forcePassword' global parameter ([26419cc](https://github.com/bitnami/charts/commit/26419cc)) -* Remove extra-line ([70595e4](https://github.com/bitnami/charts/commit/70595e4)) -* Use 'Parallel' podManagementPolicy ([0937012](https://github.com/bitnami/charts/commit/0937012)) +* [bitnami/minio] Fix Pod Metadata Labels ([b921d42](https://github.com/bitnami/charts/commit/b921d4220c608d67e51f92422ae2d3e03a2d510d)) +* Add global values for MinIO Access&Secret keys ([b94f060](https://github.com/bitnami/charts/commit/b94f0609ffc4858a3bd13a193640bbcac294cafc)) +* Add instructions to add Prometheus exporter annotations ([a55c95e](https://github.com/bitnami/charts/commit/a55c95ef54995672d0372f19ad63cfd8ee9beff7)) +* Add Prometheus annotations through podAnnotations ([5d46eef](https://github.com/bitnami/charts/commit/5d46eef60975a1936d8d2c949a4cbd33a1da9b36)) +* Add support to secrets as files. Add support to create default buckets ([0208d97](https://github.com/bitnami/charts/commit/0208d979bdd6cd43be946c0f4e7c03b05fa1e508)) +* Remove 'forcePassword' global parameter ([26419cc](https://github.com/bitnami/charts/commit/26419cc3a7b4910d08bed565d24e57b05aa76ab4)) +* Remove extra-line ([70595e4](https://github.com/bitnami/charts/commit/70595e445b9a0bbc0e577dcfa658c7d9f03e1c8e)) +* Use 'Parallel' podManagementPolicy ([0937012](https://github.com/bitnami/charts/commit/093701240c42939e0247b4cc2ff214a289d47eb4)) ## 0.0.1 (2019-05-01) -* Add new chart: MinIO ([8e51318](https://github.com/bitnami/charts/commit/8e51318)) +* Add new chart: MinIO ([8e51318](https://github.com/bitnami/charts/commit/8e51318448555b9f89f4ea0cd15e25afa8c0536a)) diff --git a/bitnami/minio/Chart.yaml b/bitnami/minio/Chart.yaml index 8d94bbb23d5798..5bd11e380efbce 100644 --- a/bitnami/minio/Chart.yaml +++ b/bitnami/minio/Chart.yaml @@ -6,13 +6,13 @@ annotations: licenses: Apache-2.0 images: | - name: minio - image: docker.io/bitnami/minio:2024.5.10-debian-12-r2 + image: docker.io/bitnami/minio:2024.5.27-debian-12-r0 - name: minio-client - image: docker.io/bitnami/minio-client:2024.5.9-debian-12-r2 + image: docker.io/bitnami/minio-client:2024.5.24-debian-12-r0 - name: os-shell image: docker.io/bitnami/os-shell:12-debian-12-r21 apiVersion: v2 -appVersion: 2024.5.10 +appVersion: 2024.5.27 dependencies: - name: common repository: oci://registry-1.docker.io/bitnamicharts @@ -34,4 +34,4 @@ maintainers: name: minio sources: - https://github.com/bitnami/charts/tree/main/bitnami/minio -version: 14.6.0 +version: 14.6.1 diff --git a/bitnami/minio/values.yaml b/bitnami/minio/values.yaml index 7d80273bdfd2f6..d707cbc90835df 100644 --- a/bitnami/minio/values.yaml +++ b/bitnami/minio/values.yaml @@ -68,7 +68,7 @@ extraDeploy: [] image: registry: docker.io repository: bitnami/minio - tag: 2024.5.10-debian-12-r2 + tag: 2024.5.27-debian-12-r0 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' @@ -96,7 +96,7 @@ image: clientImage: registry: docker.io repository: bitnami/minio-client - tag: 2024.5.9-debian-12-r2 + tag: 2024.5.24-debian-12-r0 digest: "" ## @param mode MinIO® server mode (`standalone` or `distributed`) ## ref: https://docs.minio.io/docs/distributed-minio-quickstart-guide From f2874179a9afeb0cc12edea67ab9b48391b7f61c Mon Sep 17 00:00:00 2001 From: Fran Mulero Date: Tue, 28 May 2024 09:49:31 +0200 Subject: [PATCH 037/110] [bitnami/clickhouse] Enable PodDisruptionBudgets (#26422) * [bitnami/clickhouse] Enable PodDisruptionBudgets Signed-off-by: Fran Mulero * Update CHANGELOG.md Signed-off-by: Bitnami Containers * Create a PDB per shard Signed-off-by: Fran Mulero * Fix linter issues Signed-off-by: Fran Mulero * Revert changes in templates Signed-off-by: Fran Mulero --------- Signed-off-by: Fran Mulero Signed-off-by: Bitnami Containers Co-authored-by: Bitnami Containers --- bitnami/clickhouse/CHANGELOG.md | 8 +- bitnami/clickhouse/Chart.lock | 6 +- bitnami/clickhouse/Chart.yaml | 2 +- bitnami/clickhouse/README.md | 103 +++++++++++++------------- bitnami/clickhouse/templates/pdb.yaml | 34 +++++++++ bitnami/clickhouse/values.yaml | 10 +++ 6 files changed, 107 insertions(+), 56 deletions(-) create mode 100644 bitnami/clickhouse/templates/pdb.yaml diff --git a/bitnami/clickhouse/CHANGELOG.md b/bitnami/clickhouse/CHANGELOG.md index e5147a659e3930..0aa37aa37cf8c3 100644 --- a/bitnami/clickhouse/CHANGELOG.md +++ b/bitnami/clickhouse/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog -## 6.1.1 (2024-05-22) +## 6.2.0 (2024-05-24) -* [bitnami/clickhouse] Use different liveness/readiness probes ([#26331](https://github.com/bitnami/charts/pulls/26331)) +* [bitnami/clickhouse] Enable PodDisruptionBudgets ([#26422](https://github.com/bitnami/charts/pull/26422)) + +## 6.1.1 (2024-05-23) + +* [bitnami/clickhouse] Use different liveness/readiness probes (#26331) ([16e8a9e](https://github.com/bitnami/charts/commit/16e8a9e6f564cf102456d462ada8ecfe7d783500)), closes [#26331](https://github.com/bitnami/charts/issues/26331) ## 6.1.0 (2024-05-21) diff --git a/bitnami/clickhouse/Chart.lock b/bitnami/clickhouse/Chart.lock index a7d9e10de1e4af..d45e6879222b4a 100644 --- a/bitnami/clickhouse/Chart.lock +++ b/bitnami/clickhouse/Chart.lock @@ -1,9 +1,9 @@ dependencies: - name: zookeeper repository: oci://registry-1.docker.io/bitnamicharts - version: 13.3.0 + version: 13.4.0 - name: common repository: oci://registry-1.docker.io/bitnamicharts version: 2.19.3 -digest: sha256:344b1f77eb0e4dddc6962899b8cc2892c652be5b8a96c88d9ad57708f9e61b93 -generated: "2024-05-22T13:41:36.896361+02:00" +digest: sha256:d4cf95ede3f4616d73105423fee2b123c0b9afb19bf552cef106e46152e113a7 +generated: "2024-05-24T18:18:39.965282+02:00" diff --git a/bitnami/clickhouse/Chart.yaml b/bitnami/clickhouse/Chart.yaml index cbefac5056919a..ed101719a3a3e4 100644 --- a/bitnami/clickhouse/Chart.yaml +++ b/bitnami/clickhouse/Chart.yaml @@ -35,4 +35,4 @@ maintainers: name: clickhouse sources: - https://github.com/bitnami/charts/tree/main/bitnami/clickhouse -version: 6.1.1 +version: 6.2.0 diff --git a/bitnami/clickhouse/README.md b/bitnami/clickhouse/README.md index b5304615565fd5..b007eb8d7b28ed 100644 --- a/bitnami/clickhouse/README.md +++ b/bitnami/clickhouse/README.md @@ -343,56 +343,59 @@ The [Bitnami ClickHouse](https://github.com/bitnami/containers/tree/main/bitnami ### ClickHouse keeper configuration parameters -| Name | Description | Value | -| ------------------------------- | ------------------------------------------------------------------------------------------------------------------------ | ----------------------- | -| `keeper.enabled` | Deploy ClickHouse keeper. Support is experimental. | `false` | -| `defaultConfigurationOverrides` | Default configuration overrides (evaluated as a template) | `""` | -| `existingOverridesConfigmap` | The name of an existing ConfigMap with your custom configuration for ClickHouse | `""` | -| `extraOverrides` | Extra configuration overrides (evaluated as a template) apart from the default | `""` | -| `extraOverridesConfigmap` | The name of an existing ConfigMap with extra configuration for ClickHouse | `""` | -| `extraOverridesSecret` | The name of an existing ConfigMap with your custom configuration for ClickHouse | `""` | -| `usersExtraOverrides` | Users extra configuration overrides (evaluated as a template) apart from the default | `""` | -| `usersExtraOverridesConfigmap` | The name of an existing ConfigMap with users extra configuration for ClickHouse | `""` | -| `usersExtraOverridesSecret` | The name of an existing ConfigMap with your custom users configuration for ClickHouse | `""` | -| `initdbScripts` | Dictionary of initdb scripts | `{}` | -| `initdbScriptsSecret` | ConfigMap with the initdb scripts (Note: Overrides `initdbScripts`) | `""` | -| `startdbScripts` | Dictionary of startdb scripts | `{}` | -| `startdbScriptsSecret` | ConfigMap with the startdb scripts (Note: Overrides `startdbScripts`) | `""` | -| `command` | Override default container command (useful when using custom images) | `["/scripts/setup.sh"]` | -| `args` | Override default container args (useful when using custom images) | `[]` | -| `automountServiceAccountToken` | Mount Service Account token in pod | `false` | -| `hostAliases` | ClickHouse pods host aliases | `[]` | -| `podLabels` | Extra labels for ClickHouse pods | `{}` | -| `podAnnotations` | Annotations for ClickHouse pods | `{}` | -| `podAffinityPreset` | Pod affinity preset. Ignored if `affinity` is set. Allowed values: `soft` or `hard` | `""` | -| `podAntiAffinityPreset` | Pod anti-affinity preset. Ignored if `affinity` is set. Allowed values: `soft` or `hard` | `soft` | -| `nodeAffinityPreset.type` | Node affinity preset type. Ignored if `affinity` is set. Allowed values: `soft` or `hard` | `""` | -| `nodeAffinityPreset.key` | Node label key to match. Ignored if `affinity` is set | `""` | -| `nodeAffinityPreset.values` | Node label values to match. Ignored if `affinity` is set | `[]` | -| `affinity` | Affinity for ClickHouse pods assignment | `{}` | -| `nodeSelector` | Node labels for ClickHouse pods assignment | `{}` | -| `tolerations` | Tolerations for ClickHouse pods assignment | `[]` | -| `updateStrategy.type` | ClickHouse statefulset strategy type | `RollingUpdate` | -| `podManagementPolicy` | Statefulset Pod management policy, it needs to be Parallel to be able to complete the cluster join | `Parallel` | -| `priorityClassName` | ClickHouse pods' priorityClassName | `""` | -| `topologySpreadConstraints` | Topology Spread Constraints for pod assignment spread across your cluster among failure-domains. Evaluated as a template | `[]` | -| `schedulerName` | Name of the k8s scheduler (other than default) for ClickHouse pods | `""` | -| `terminationGracePeriodSeconds` | Seconds Redmine pod needs to terminate gracefully | `""` | -| `lifecycleHooks` | for the ClickHouse container(s) to automate configuration before or after startup | `{}` | -| `extraEnvVars` | Array with extra environment variables to add to ClickHouse nodes | `[]` | -| `extraEnvVarsCM` | Name of existing ConfigMap containing extra env vars for ClickHouse nodes | `""` | -| `extraEnvVarsSecret` | Name of existing Secret containing extra env vars for ClickHouse nodes | `""` | -| `extraVolumes` | Optionally specify extra list of additional volumes for the ClickHouse pod(s) | `[]` | -| `extraVolumeMounts` | Optionally specify extra list of additional volumeMounts for the ClickHouse container(s) | `[]` | -| `extraVolumeClaimTemplates` | Optionally specify extra list of additional volumeClaimTemplates for the ClickHouse container(s) | `[]` | -| `sidecars` | Add additional sidecar containers to the ClickHouse pod(s) | `[]` | -| `initContainers` | Add additional init containers to the ClickHouse pod(s) | `[]` | -| `tls.enabled` | Enable TLS traffic support | `false` | -| `tls.autoGenerated` | Generate automatically self-signed TLS certificates | `false` | -| `tls.certificatesSecret` | Name of an existing secret that contains the certificates | `""` | -| `tls.certFilename` | Certificate filename | `""` | -| `tls.certKeyFilename` | Certificate key filename | `""` | -| `tls.certCAFilename` | CA Certificate filename | `""` | +| Name | Description | Value | +| ------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------- | +| `keeper.enabled` | Deploy ClickHouse keeper. Support is experimental. | `false` | +| `defaultConfigurationOverrides` | Default configuration overrides (evaluated as a template) | `""` | +| `existingOverridesConfigmap` | The name of an existing ConfigMap with your custom configuration for ClickHouse | `""` | +| `extraOverrides` | Extra configuration overrides (evaluated as a template) apart from the default | `""` | +| `extraOverridesConfigmap` | The name of an existing ConfigMap with extra configuration for ClickHouse | `""` | +| `extraOverridesSecret` | The name of an existing ConfigMap with your custom configuration for ClickHouse | `""` | +| `usersExtraOverrides` | Users extra configuration overrides (evaluated as a template) apart from the default | `""` | +| `usersExtraOverridesConfigmap` | The name of an existing ConfigMap with users extra configuration for ClickHouse | `""` | +| `usersExtraOverridesSecret` | The name of an existing ConfigMap with your custom users configuration for ClickHouse | `""` | +| `initdbScripts` | Dictionary of initdb scripts | `{}` | +| `initdbScriptsSecret` | ConfigMap with the initdb scripts (Note: Overrides `initdbScripts`) | `""` | +| `startdbScripts` | Dictionary of startdb scripts | `{}` | +| `startdbScriptsSecret` | ConfigMap with the startdb scripts (Note: Overrides `startdbScripts`) | `""` | +| `command` | Override default container command (useful when using custom images) | `["/scripts/setup.sh"]` | +| `args` | Override default container args (useful when using custom images) | `[]` | +| `automountServiceAccountToken` | Mount Service Account token in pod | `false` | +| `hostAliases` | ClickHouse pods host aliases | `[]` | +| `podLabels` | Extra labels for ClickHouse pods | `{}` | +| `podAnnotations` | Annotations for ClickHouse pods | `{}` | +| `podAffinityPreset` | Pod affinity preset. Ignored if `affinity` is set. Allowed values: `soft` or `hard` | `""` | +| `podAntiAffinityPreset` | Pod anti-affinity preset. Ignored if `affinity` is set. Allowed values: `soft` or `hard` | `soft` | +| `nodeAffinityPreset.type` | Node affinity preset type. Ignored if `affinity` is set. Allowed values: `soft` or `hard` | `""` | +| `nodeAffinityPreset.key` | Node label key to match. Ignored if `affinity` is set | `""` | +| `nodeAffinityPreset.values` | Node label values to match. Ignored if `affinity` is set | `[]` | +| `affinity` | Affinity for ClickHouse pods assignment | `{}` | +| `nodeSelector` | Node labels for ClickHouse pods assignment | `{}` | +| `tolerations` | Tolerations for ClickHouse pods assignment | `[]` | +| `updateStrategy.type` | ClickHouse statefulset strategy type | `RollingUpdate` | +| `podManagementPolicy` | Statefulset Pod management policy, it needs to be Parallel to be able to complete the cluster join | `Parallel` | +| `priorityClassName` | ClickHouse pods' priorityClassName | `""` | +| `topologySpreadConstraints` | Topology Spread Constraints for pod assignment spread across your cluster among failure-domains. Evaluated as a template | `[]` | +| `schedulerName` | Name of the k8s scheduler (other than default) for ClickHouse pods | `""` | +| `terminationGracePeriodSeconds` | Seconds Redmine pod needs to terminate gracefully | `""` | +| `lifecycleHooks` | for the ClickHouse container(s) to automate configuration before or after startup | `{}` | +| `extraEnvVars` | Array with extra environment variables to add to ClickHouse nodes | `[]` | +| `extraEnvVarsCM` | Name of existing ConfigMap containing extra env vars for ClickHouse nodes | `""` | +| `extraEnvVarsSecret` | Name of existing Secret containing extra env vars for ClickHouse nodes | `""` | +| `extraVolumes` | Optionally specify extra list of additional volumes for the ClickHouse pod(s) | `[]` | +| `extraVolumeMounts` | Optionally specify extra list of additional volumeMounts for the ClickHouse container(s) | `[]` | +| `extraVolumeClaimTemplates` | Optionally specify extra list of additional volumeClaimTemplates for the ClickHouse container(s) | `[]` | +| `sidecars` | Add additional sidecar containers to the ClickHouse pod(s) | `[]` | +| `initContainers` | Add additional init containers to the ClickHouse pod(s) | `[]` | +| `pdb.create` | Enable/disable a Pod Disruption Budget creation | `true` | +| `pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `""` | +| `pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `pdb.minAvailable` and `pdb.maxUnavailable` are empty. | `""` | +| `tls.enabled` | Enable TLS traffic support | `false` | +| `tls.autoGenerated` | Generate automatically self-signed TLS certificates | `false` | +| `tls.certificatesSecret` | Name of an existing secret that contains the certificates | `""` | +| `tls.certFilename` | Certificate filename | `""` | +| `tls.certKeyFilename` | Certificate key filename | `""` | +| `tls.certCAFilename` | CA Certificate filename | `""` | ### Traffic Exposure Parameters diff --git a/bitnami/clickhouse/templates/pdb.yaml b/bitnami/clickhouse/templates/pdb.yaml new file mode 100644 index 00000000000000..b8de1224b8eb00 --- /dev/null +++ b/bitnami/clickhouse/templates/pdb.yaml @@ -0,0 +1,34 @@ +{{- /* +Copyright Broadcom, Inc. All Rights Reserved. +SPDX-License-Identifier: APACHE-2.0 +*/}} + +{{- if .Values.pdb.create }} +{{- $shards := .Values.shards | int }} +{{- range $i, $e := until $shards }} +apiVersion: {{ include "common.capabilities.policy.apiVersion" $ }} +kind: PodDisruptionBudget +metadata: + name: {{ printf "%s-shard%d" (include "common.names.fullname" $ ) $i }} + namespace: {{ include "common.names.namespace" $ | quote }} + labels: {{- include "common.labels.standard" ( dict "customLabels" $.Values.commonLabels "context" $ ) | nindent 4 }} + app.kubernetes.io/component: clickhouse + shard: {{ $i | quote }} + {{- if $.Values.commonAnnotations }} + annotations: {{- include "common.tplvalues.render" ( dict "value" $.Values.commonAnnotations "context" $ ) | nindent 4 }} + {{- end }} +spec: + {{- if $.Values.pdb.minAvailable }} + minAvailable: {{ $.Values.pdb.minAvailable }} + {{- end }} + {{- if or $.Values.pdb.maxUnavailable (not $.Values.pdb.minAvailable) }} + maxUnavailable: {{ $.Values.pdb.maxUnavailable | default 1 }} + {{- end }} + {{- $podLabels := include "common.tplvalues.merge" (dict "values" (list $.Values.podLabels $.Values.commonLabels) "context" $) }} + selector: + matchLabels: {{- include "common.labels.matchLabels" ( dict "customLabels" $podLabels "context" $ ) | nindent 6 }} + app.kubernetes.io/component: clickhouse + shard: {{ $i | quote }} +--- +{{- end }} +{{- end }} diff --git a/bitnami/clickhouse/values.yaml b/bitnami/clickhouse/values.yaml index 4699bae5d4b42b..7982c82cffec16 100644 --- a/bitnami/clickhouse/values.yaml +++ b/bitnami/clickhouse/values.yaml @@ -585,6 +585,16 @@ sidecars: [] ## command: ['sh', '-c', 'echo "hello world"'] ## initContainers: [] +## Pod Disruption Budget configuration +## ref: https://kubernetes.io/docs/tasks/run-application/configure-pdb +## @param pdb.create Enable/disable a Pod Disruption Budget creation +## @param pdb.minAvailable Minimum number/percentage of pods that should remain scheduled +## @param pdb.maxUnavailable Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `pdb.minAvailable` and `pdb.maxUnavailable` are empty. +## +pdb: + create: true + minAvailable: "" + maxUnavailable: "" ## TLS configuration ## tls: From 0c0e657f1f5b2ecc1d33a60ee09b57e12c0a5dc6 Mon Sep 17 00:00:00 2001 From: Fran Mulero Date: Tue, 28 May 2024 09:50:04 +0200 Subject: [PATCH 038/110] [bitnami/wordpress] Enable PodDisruptionBudgets (#26381) * [bitnami/wordpress] Enable PodDisruptionBudgets Signed-off-by: Fran Mulero * Update CHANGELOG.md Signed-off-by: Bitnami Containers * Update CHANGELOG.md Signed-off-by: Bitnami Containers --------- Signed-off-by: Fran Mulero Signed-off-by: Bitnami Containers Co-authored-by: Bitnami Containers --- bitnami/wordpress/CHANGELOG.md | 8 ++++++-- bitnami/wordpress/Chart.yaml | 2 +- bitnami/wordpress/README.md | 28 ++++++++++++++-------------- bitnami/wordpress/templates/pdb.yaml | 4 ++-- bitnami/wordpress/values.yaml | 6 +++--- 5 files changed, 26 insertions(+), 22 deletions(-) diff --git a/bitnami/wordpress/CHANGELOG.md b/bitnami/wordpress/CHANGELOG.md index 25be81db45f601..0eea2ab65c2d2e 100644 --- a/bitnami/wordpress/CHANGELOG.md +++ b/bitnami/wordpress/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog -## 22.3.1 (2024-05-24) +## 22.4.0 (2024-05-28) -* [bitnami/wordpress] Release 22.3.1 ([#26420](https://github.com/bitnami/charts/pull/26420)) +* [bitnami/wordpress] Enable PodDisruptionBudgets ([#26381](https://github.com/bitnami/charts/pull/26381)) + +## 22.3.1 (2024-05-24) + +* [bitnami/wordpress] Release 22.3.1 (#26420) ([c81241d](https://github.com/bitnami/charts/commit/c81241d87d534bf986d52934c80b65f846be0632)), closes [#26420](https://github.com/bitnami/charts/issues/26420) ## 22.3.0 (2024-05-21) diff --git a/bitnami/wordpress/Chart.yaml b/bitnami/wordpress/Chart.yaml index 0006c0997513cd..e35fda8b555d7a 100644 --- a/bitnami/wordpress/Chart.yaml +++ b/bitnami/wordpress/Chart.yaml @@ -44,4 +44,4 @@ maintainers: name: wordpress sources: - https://github.com/bitnami/charts/tree/main/bitnami/wordpress -version: 22.3.1 +version: 22.4.0 diff --git a/bitnami/wordpress/README.md b/bitnami/wordpress/README.md index 0c651b44214370..92fee6502229ee 100644 --- a/bitnami/wordpress/README.md +++ b/bitnami/wordpress/README.md @@ -467,20 +467,20 @@ As an alternative, use one of the preset configurations for pod affinity, pod an ### Other Parameters -| Name | Description | Value | -| --------------------------------------------- | ---------------------------------------------------------------------- | ------- | -| `serviceAccount.create` | Enable creation of ServiceAccount for WordPress pod | `true` | -| `serviceAccount.name` | The name of the ServiceAccount to use. | `""` | -| `serviceAccount.automountServiceAccountToken` | Allows auto mount of ServiceAccountToken on the serviceAccount created | `false` | -| `serviceAccount.annotations` | Additional custom annotations for the ServiceAccount | `{}` | -| `pdb.create` | Enable a Pod Disruption Budget creation | `false` | -| `pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `1` | -| `pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable | `""` | -| `autoscaling.enabled` | Enable Horizontal POD autoscaling for WordPress | `false` | -| `autoscaling.minReplicas` | Minimum number of WordPress replicas | `1` | -| `autoscaling.maxReplicas` | Maximum number of WordPress replicas | `11` | -| `autoscaling.targetCPU` | Target CPU utilization percentage | `50` | -| `autoscaling.targetMemory` | Target Memory utilization percentage | `50` | +| Name | Description | Value | +| --------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------- | ------- | +| `serviceAccount.create` | Enable creation of ServiceAccount for WordPress pod | `true` | +| `serviceAccount.name` | The name of the ServiceAccount to use. | `""` | +| `serviceAccount.automountServiceAccountToken` | Allows auto mount of ServiceAccountToken on the serviceAccount created | `false` | +| `serviceAccount.annotations` | Additional custom annotations for the ServiceAccount | `{}` | +| `pdb.create` | Enable a Pod Disruption Budget creation | `true` | +| `pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `""` | +| `pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `pdb.minAvailable` and `pdb.maxUnavailable` are empty. | `""` | +| `autoscaling.enabled` | Enable Horizontal POD autoscaling for WordPress | `false` | +| `autoscaling.minReplicas` | Minimum number of WordPress replicas | `1` | +| `autoscaling.maxReplicas` | Maximum number of WordPress replicas | `11` | +| `autoscaling.targetCPU` | Target CPU utilization percentage | `50` | +| `autoscaling.targetMemory` | Target Memory utilization percentage | `50` | ### Metrics Parameters diff --git a/bitnami/wordpress/templates/pdb.yaml b/bitnami/wordpress/templates/pdb.yaml index aae25e18183780..25c8dead46806a 100644 --- a/bitnami/wordpress/templates/pdb.yaml +++ b/bitnami/wordpress/templates/pdb.yaml @@ -17,8 +17,8 @@ spec: {{- if .Values.pdb.minAvailable }} minAvailable: {{ .Values.pdb.minAvailable }} {{- end }} - {{- if .Values.pdb.maxUnavailable }} - maxUnavailable: {{ .Values.pdb.maxUnavailable }} + {{- if or .Values.pdb.maxUnavailable (not .Values.pdb.minAvailable) }} + maxUnavailable: {{ .Values.pdb.maxUnavailable | default 1 }} {{- end }} {{- $podLabels := include "common.tplvalues.merge" ( dict "values" ( list .Values.podLabels .Values.commonLabels ) "context" . ) }} selector: diff --git a/bitnami/wordpress/values.yaml b/bitnami/wordpress/values.yaml index 61a68fc81fbc27..a9dc25c264bf6b 100644 --- a/bitnami/wordpress/values.yaml +++ b/bitnami/wordpress/values.yaml @@ -950,11 +950,11 @@ serviceAccount: ## ref: https://kubernetes.io/docs/tasks/run-application/configure-pdb/ ## @param pdb.create Enable a Pod Disruption Budget creation ## @param pdb.minAvailable Minimum number/percentage of pods that should remain scheduled -## @param pdb.maxUnavailable Maximum number/percentage of pods that may be made unavailable +## @param pdb.maxUnavailable Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `pdb.minAvailable` and `pdb.maxUnavailable` are empty. ## pdb: - create: false - minAvailable: 1 + create: true + minAvailable: "" maxUnavailable: "" ## WordPress Autoscaling configuration ## ref: https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/ From 7f9445f21003a77971d1e7d9c31cf952b6ba9554 Mon Sep 17 00:00:00 2001 From: Christian Kuhn <86721442+ph311o@users.noreply.github.com> Date: Tue, 28 May 2024 10:34:59 +0200 Subject: [PATCH 039/110] [bitnami/kafka] Fixed Network-Policies for jmx metrics export (#26369) * Fixed Network-Policies for jmx metrics export Signed-off-by: Christian Kuhn * Update CHANGELOG.md Signed-off-by: Bitnami Containers * Update CHANGELOG.md Signed-off-by: Bitnami Containers --------- Signed-off-by: Christian Kuhn Signed-off-by: Bitnami Containers Signed-off-by: Christian Kuhn <86721442+ph311o@users.noreply.github.com> Co-authored-by: Bitnami Containers --- bitnami/kafka/CHANGELOG.md | 6 +++++- bitnami/kafka/Chart.yaml | 2 +- bitnami/kafka/templates/networkpolicy.yaml | 3 +++ 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/bitnami/kafka/CHANGELOG.md b/bitnami/kafka/CHANGELOG.md index 5e20ce8dd329b3..e58fba22070838 100644 --- a/bitnami/kafka/CHANGELOG.md +++ b/bitnami/kafka/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog +## 29.1.1 (2024-05-27) + +* [bitnami/kafka] Fixed Network-Policies for jmx metrics export ([#26369](https://github.com/bitnami/charts/pull/26369)) + ## 29.1.0 (2024-05-27) -* [bitnami/kafka] Restore value brokerRackAssignment ([#26296](https://github.com/bitnami/charts/pull/26296)) +* [bitnami/kafka] Restore value brokerRackAssignment (#26296) ([62968c1](https://github.com/bitnami/charts/commit/62968c1bcf75a374076e5161f57673faaee9a96d)), closes [#26296](https://github.com/bitnami/charts/issues/26296) ## 29.0.3 (2024-05-24) diff --git a/bitnami/kafka/Chart.yaml b/bitnami/kafka/Chart.yaml index d6473daa8dbda1..88d3e88b2969a3 100644 --- a/bitnami/kafka/Chart.yaml +++ b/bitnami/kafka/Chart.yaml @@ -40,4 +40,4 @@ maintainers: name: kafka sources: - https://github.com/bitnami/charts/tree/main/bitnami/kafka -version: 29.1.0 +version: 29.1.1 diff --git a/bitnami/kafka/templates/networkpolicy.yaml b/bitnami/kafka/templates/networkpolicy.yaml index cddff18e14a0b3..9407c6252b0840 100644 --- a/bitnami/kafka/templates/networkpolicy.yaml +++ b/bitnami/kafka/templates/networkpolicy.yaml @@ -55,6 +55,9 @@ spec: {{- if .Values.externalAccess.enabled }} - port: {{ .Values.listeners.external.containerPort }} {{- end }} + {{- if .Values.metrics.jmx.enabled }} + - port: {{ .Values.metrics.jmx.containerPorts.metrics }} + {{- end }} {{- if not .Values.networkPolicy.allowExternal }} from: - podSelector: From 523fecb7bd35a2daad09b22e20b933735b1c704c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20R=C3=ADos=20Saavedra?= Date: Tue, 28 May 2024 12:03:50 +0200 Subject: [PATCH 040/110] Change the kubeapps test to apache (#26477) Signed-off-by: Rafael Rios Saavedra --- .vib/kubeapps/cypress/cypress/e2e/kubeapps.cy.js | 1 - .vib/kubeapps/cypress/cypress/fixtures/releases.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.vib/kubeapps/cypress/cypress/e2e/kubeapps.cy.js b/.vib/kubeapps/cypress/cypress/e2e/kubeapps.cy.js index 5d6e067778e092..2fb3b592cce32c 100644 --- a/.vib/kubeapps/cypress/cypress/e2e/kubeapps.cy.js +++ b/.vib/kubeapps/cypress/cypress/e2e/kubeapps.cy.js @@ -16,7 +16,6 @@ it('allows managing a helm chart release', () => { cy.fixture('releases').then((releases) => { const releaseName = `${releases.newRelease.name}-${random}` - cy.get('#search').type(releases.newRelease.application); cy.contains('div.card', releases.newRelease.application).click(); cy.contains(Cypress.env('registryName')); cy.contains('Deploy').click(); diff --git a/.vib/kubeapps/cypress/cypress/fixtures/releases.json b/.vib/kubeapps/cypress/cypress/fixtures/releases.json index ef23374ae35543..a6fee047e75b3b 100644 --- a/.vib/kubeapps/cypress/cypress/fixtures/releases.json +++ b/.vib/kubeapps/cypress/cypress/fixtures/releases.json @@ -1,6 +1,6 @@ { "newRelease": { - "application": "nginx", + "application": "apache", "name": "oatmeal" } } From 748b51516a41ff8af151a530a0e5e0d9a62808e4 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Tue, 28 May 2024 12:06:29 +0200 Subject: [PATCH 041/110] [bitnami/postgresql] Release 15.4.2 (#26475) * [bitnami/postgresql] Release 15.4.2 updating components versions Signed-off-by: Bitnami Containers * Update CHANGELOG.md Signed-off-by: Bitnami Containers --------- Signed-off-by: Bitnami Containers --- bitnami/postgresql/CHANGELOG.md | 8 ++++++-- bitnami/postgresql/Chart.yaml | 4 ++-- bitnami/postgresql/values.yaml | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/bitnami/postgresql/CHANGELOG.md b/bitnami/postgresql/CHANGELOG.md index 206062eadb8e33..56ee40a66b538b 100644 --- a/bitnami/postgresql/CHANGELOG.md +++ b/bitnami/postgresql/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog -## 15.4.1 (2024-05-27) +## 15.4.2 (2024-05-28) -* [bitnami/postgresql] Release 15.4.1 ([#26451](https://github.com/bitnami/charts/pull/26451)) +* [bitnami/postgresql] Release 15.4.2 ([#26475](https://github.com/bitnami/charts/pull/26475)) + +## 15.4.1 (2024-05-27) + +* [bitnami/postgresql] Release 15.4.1 (#26451) ([8852396](https://github.com/bitnami/charts/commit/8852396da928e9834a1e4d14c9d1aeb9f61b3b73)), closes [#26451](https://github.com/bitnami/charts/issues/26451) ## 15.4.0 (2024-05-21) diff --git a/bitnami/postgresql/Chart.yaml b/bitnami/postgresql/Chart.yaml index 0026dc4e2cd7b2..9d2d12ff163ee1 100644 --- a/bitnami/postgresql/Chart.yaml +++ b/bitnami/postgresql/Chart.yaml @@ -10,7 +10,7 @@ annotations: - name: postgres-exporter image: docker.io/bitnami/postgres-exporter:0.15.0-debian-12-r31 - name: postgresql - image: docker.io/bitnami/postgresql:16.3.0-debian-12-r9 + image: docker.io/bitnami/postgresql:16.3.0-debian-12-r10 apiVersion: v2 appVersion: 16.3.0 dependencies: @@ -35,4 +35,4 @@ maintainers: name: postgresql sources: - https://github.com/bitnami/charts/tree/main/bitnami/postgresql -version: 15.4.1 +version: 15.4.2 diff --git a/bitnami/postgresql/values.yaml b/bitnami/postgresql/values.yaml index 16fb848c5e5d4f..38689a40913de0 100644 --- a/bitnami/postgresql/values.yaml +++ b/bitnami/postgresql/values.yaml @@ -105,7 +105,7 @@ diagnosticMode: image: registry: docker.io repository: bitnami/postgresql - tag: 16.3.0-debian-12-r9 + tag: 16.3.0-debian-12-r10 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' From f66f7a44547d67f9ac8ee7357f502e545dbc9d58 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Tue, 28 May 2024 13:10:09 +0200 Subject: [PATCH 042/110] [bitnami/nginx] Release 17.3.1 (#26479) * [bitnami/nginx] Release 17.3.1 updating components versions Signed-off-by: Bitnami Containers * Update CHANGELOG.md Signed-off-by: Bitnami Containers --------- Signed-off-by: Bitnami Containers --- bitnami/nginx/CHANGELOG.md | 6 +++++- bitnami/nginx/Chart.yaml | 4 ++-- bitnami/nginx/values.yaml | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/bitnami/nginx/CHANGELOG.md b/bitnami/nginx/CHANGELOG.md index b03c062219e00b..b951bf71db717b 100644 --- a/bitnami/nginx/CHANGELOG.md +++ b/bitnami/nginx/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog +## 17.3.1 (2024-05-28) + +* [bitnami/nginx] Release 17.3.1 ([#26479](https://github.com/bitnami/charts/pull/26479)) + ## 17.3.0 (2024-05-24) -* [bitnami/nginx] PDB review ([#26159](https://github.com/bitnami/charts/pull/26159)) +* [bitnami/nginx] PDB review (#26159) ([d91aafc](https://github.com/bitnami/charts/commit/d91aafc4683280af35112449f4e5df81a21135c8)), closes [#26159](https://github.com/bitnami/charts/issues/26159) ## 17.2.1 (2024-05-24) diff --git a/bitnami/nginx/Chart.yaml b/bitnami/nginx/Chart.yaml index 0f508fe19c1261..bf6a2fb1135224 100644 --- a/bitnami/nginx/Chart.yaml +++ b/bitnami/nginx/Chart.yaml @@ -8,7 +8,7 @@ annotations: - name: git image: docker.io/bitnami/git:2.45.1-debian-12-r0 - name: nginx - image: docker.io/bitnami/nginx:1.26.0-debian-12-r1 + image: docker.io/bitnami/nginx:1.26.0-debian-12-r2 - name: nginx-exporter image: docker.io/bitnami/nginx-exporter:1.1.0-debian-12-r23 apiVersion: v2 @@ -34,4 +34,4 @@ maintainers: name: nginx sources: - https://github.com/bitnami/charts/tree/main/bitnami/nginx -version: 17.3.0 +version: 17.3.1 diff --git a/bitnami/nginx/values.yaml b/bitnami/nginx/values.yaml index 392093387a1dbf..9bac36a24f6312 100644 --- a/bitnami/nginx/values.yaml +++ b/bitnami/nginx/values.yaml @@ -80,7 +80,7 @@ diagnosticMode: image: registry: docker.io repository: bitnami/nginx - tag: 1.26.0-debian-12-r1 + tag: 1.26.0-debian-12-r2 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' From f4dbc07bf19489d2ce4156675c1cf7e291ad0385 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Tue, 28 May 2024 13:23:58 +0200 Subject: [PATCH 043/110] [bitnami/mongodb] Release 15.6.1 (#26481) * [bitnami/mongodb] Release 15.6.1 updating components versions Signed-off-by: Bitnami Containers * Update CHANGELOG.md Signed-off-by: Bitnami Containers --------- Signed-off-by: Bitnami Containers --- bitnami/mongodb/CHANGELOG.md | 6 +++++- bitnami/mongodb/Chart.yaml | 8 ++++---- bitnami/mongodb/values.yaml | 4 ++-- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/bitnami/mongodb/CHANGELOG.md b/bitnami/mongodb/CHANGELOG.md index ee5f77f76b5058..3c9a4eff097376 100644 --- a/bitnami/mongodb/CHANGELOG.md +++ b/bitnami/mongodb/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog +## 15.6.1 (2024-05-28) + +* [bitnami/mongodb] Release 15.6.1 ([#26481](https://github.com/bitnami/charts/pull/26481)) + ## 15.6.0 (2024-05-24) -* [bitnami/mongodb] PDB review ([#26154](https://github.com/bitnami/charts/pull/26154)) +* [bitnami/mongodb] PDB review (#26154) ([a4ecaf9](https://github.com/bitnami/charts/commit/a4ecaf9ed62fe573de17ce95d9ec090d3b1bde88)), closes [#26154](https://github.com/bitnami/charts/issues/26154) ## 15.5.3 (2024-05-24) diff --git a/bitnami/mongodb/Chart.yaml b/bitnami/mongodb/Chart.yaml index 292d54058dfd51..fdc91c6ca810ed 100644 --- a/bitnami/mongodb/Chart.yaml +++ b/bitnami/mongodb/Chart.yaml @@ -8,15 +8,15 @@ annotations: - name: kubectl image: docker.io/bitnami/kubectl:1.30.1-debian-12-r0 - name: mongodb - image: docker.io/bitnami/mongodb:7.0.9-debian-12-r4 + image: docker.io/bitnami/mongodb:7.0.11-debian-12-r0 - name: mongodb-exporter image: docker.io/bitnami/mongodb-exporter:0.40.0-debian-12-r29 - name: nginx - image: docker.io/bitnami/nginx:1.26.0-debian-12-r1 + image: docker.io/bitnami/nginx:1.26.0-debian-12-r2 - name: os-shell image: docker.io/bitnami/os-shell:12-debian-12-r21 apiVersion: v2 -appVersion: 7.0.9 +appVersion: 7.0.11 dependencies: - name: common repository: oci://registry-1.docker.io/bitnamicharts @@ -39,4 +39,4 @@ maintainers: name: mongodb sources: - https://github.com/bitnami/charts/tree/main/bitnami/mongodb -version: 15.6.0 +version: 15.6.1 diff --git a/bitnami/mongodb/values.yaml b/bitnami/mongodb/values.yaml index 5a0628b376abb7..57f5ac0073e0b5 100644 --- a/bitnami/mongodb/values.yaml +++ b/bitnami/mongodb/values.yaml @@ -129,7 +129,7 @@ diagnosticMode: image: registry: docker.io repository: bitnami/mongodb - tag: 7.0.9-debian-12-r4 + tag: 7.0.11-debian-12-r0 digest: "" ## Specify a imagePullPolicy ## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images @@ -255,7 +255,7 @@ tls: image: registry: docker.io repository: bitnami/nginx - tag: 1.26.0-debian-12-r1 + tag: 1.26.0-debian-12-r2 digest: "" pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. From cb88802eb850c2451acc7e43148b71998a01c899 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Tue, 28 May 2024 13:29:23 +0200 Subject: [PATCH 044/110] [bitnami/kong] Release 12.1.1 (#26482) * [bitnami/kong] Release 12.1.1 updating components versions Signed-off-by: Bitnami Containers * Update CHANGELOG.md Signed-off-by: Bitnami Containers --------- Signed-off-by: Bitnami Containers --- bitnami/kong/CHANGELOG.md | 763 +++++++++++++++++++------------------- bitnami/kong/Chart.lock | 6 +- bitnami/kong/Chart.yaml | 6 +- bitnami/kong/values.yaml | 4 +- 4 files changed, 392 insertions(+), 387 deletions(-) diff --git a/bitnami/kong/CHANGELOG.md b/bitnami/kong/CHANGELOG.md index 155a02e591f317..9b2f11636523c9 100644 --- a/bitnami/kong/CHANGELOG.md +++ b/bitnami/kong/CHANGELOG.md @@ -1,1310 +1,1315 @@ # Changelog +## 12.1.1 (2024-05-28) + +* [bitnami/kong] Release 12.1.1 ([#26482](https://github.com/bitnami/charts/pull/26482)) + ## 12.1.0 (2024-05-21) -* [bitnami/kong] feat: :sparkles: :lock: Add warning when original images are replaced ([#26228](https://github.com/bitnami/charts/pulls/26228)) +* [bitnami/*] ci: :construction_worker: Add tag and changelog support (#25359) ([91c707c](https://github.com/bitnami/charts/commit/91c707c9e4e574725a09505d2d313fb93f1b4c0a)), closes [#25359](https://github.com/bitnami/charts/issues/25359) +* [bitnami/kong] feat: :sparkles: :lock: Add warning when original images are replaced (#26228) ([8698ace](https://github.com/bitnami/charts/commit/8698ace8882254a58d70f72b3842635671813023)), closes [#26228](https://github.com/bitnami/charts/issues/26228) ## 12.0.12 (2024-05-21) -* [bitnami/kong] Use different liveness/readiness probes (#26132) ([a4e8a84](https://github.com/bitnami/charts/commit/a4e8a84)), closes [#26132](https://github.com/bitnami/charts/issues/26132) +* [bitnami/kong] Use different liveness/readiness probes (#26132) ([a4e8a84](https://github.com/bitnami/charts/commit/a4e8a849d5b4813bac75861b58873b284b7d3722)), closes [#26132](https://github.com/bitnami/charts/issues/26132) ## 12.0.11 (2024-05-18) -* [bitnami/kong] Release 12.0.11 (#26034) ([e269fe9](https://github.com/bitnami/charts/commit/e269fe9)), closes [#26034](https://github.com/bitnami/charts/issues/26034) +* [bitnami/kong] Release 12.0.11 (#26034) ([e269fe9](https://github.com/bitnami/charts/commit/e269fe9bc2bf7201096cb001d1110bd000593d95)), closes [#26034](https://github.com/bitnami/charts/issues/26034) ## 12.0.10 (2024-05-14) -* [bitnami/kong] Release 12.0.10 updating components versions (#25778) ([3fcec6d](https://github.com/bitnami/charts/commit/3fcec6d)), closes [#25778](https://github.com/bitnami/charts/issues/25778) +* [bitnami/kong] Release 12.0.10 updating components versions (#25778) ([3fcec6d](https://github.com/bitnami/charts/commit/3fcec6d57c984a0f6c249f7835daf497c2488064)), closes [#25778](https://github.com/bitnami/charts/issues/25778) ## 12.0.9 (2024-05-09) -* [bitnami/*] Change non-root and rolling-tags doc URLs (#25628) ([b067c94](https://github.com/bitnami/charts/commit/b067c94)), closes [#25628](https://github.com/bitnami/charts/issues/25628) -* [bitnami/*] Set new header/owner (#25558) ([8d1dc11](https://github.com/bitnami/charts/commit/8d1dc11)), closes [#25558](https://github.com/bitnami/charts/issues/25558) -* [bitnami/kong] Release 12.0.9 updating components versions (#25656) ([a74f109](https://github.com/bitnami/charts/commit/a74f109)), closes [#25656](https://github.com/bitnami/charts/issues/25656) +* [bitnami/*] Change non-root and rolling-tags doc URLs (#25628) ([b067c94](https://github.com/bitnami/charts/commit/b067c94f6bcde427863c197fd355f0b5ba12ff5b)), closes [#25628](https://github.com/bitnami/charts/issues/25628) +* [bitnami/*] Set new header/owner (#25558) ([8d1dc11](https://github.com/bitnami/charts/commit/8d1dc11f5fb30db6fba50c43d7af59d2f79deed3)), closes [#25558](https://github.com/bitnami/charts/issues/25558) +* [bitnami/kong] Release 12.0.9 updating components versions (#25656) ([a74f109](https://github.com/bitnami/charts/commit/a74f109c3376266028b800d5e5d8833dcf073a7a)), closes [#25656](https://github.com/bitnami/charts/issues/25656) ## 12.0.8 (2024-05-02) -* [bitnami/kong] Release 12.0.8 (#25499) ([c3cbdac](https://github.com/bitnami/charts/commit/c3cbdac)), closes [#25499](https://github.com/bitnami/charts/issues/25499) -* [bitnami/multiple charts] Fix typo: "NetworkPolice" vs "NetworkPolicy" (#25348) ([6970c1b](https://github.com/bitnami/charts/commit/6970c1b)), closes [#25348](https://github.com/bitnami/charts/issues/25348) -* Replace VMware by Broadcom copyright text (#25306) ([a5e4bd0](https://github.com/bitnami/charts/commit/a5e4bd0)), closes [#25306](https://github.com/bitnami/charts/issues/25306) +* [bitnami/kong] Release 12.0.8 (#25499) ([c3cbdac](https://github.com/bitnami/charts/commit/c3cbdac8ae99234f0813dcc0f09e0c779e9db088)), closes [#25499](https://github.com/bitnami/charts/issues/25499) +* [bitnami/multiple charts] Fix typo: "NetworkPolice" vs "NetworkPolicy" (#25348) ([6970c1b](https://github.com/bitnami/charts/commit/6970c1ba245873506e73d459c6eac1e4919b778f)), closes [#25348](https://github.com/bitnami/charts/issues/25348) +* Replace VMware by Broadcom copyright text (#25306) ([a5e4bd0](https://github.com/bitnami/charts/commit/a5e4bd0e35e419203793976a78d9d0a13de92c76)), closes [#25306](https://github.com/bitnami/charts/issues/25306) ## 12.0.7 (2024-04-23) -* [bitnami/kong] Bump Kong version to force release (#25329) ([fe3b1a9](https://github.com/bitnami/charts/commit/fe3b1a9)), closes [#25329](https://github.com/bitnami/charts/issues/25329) +* [bitnami/kong] Bump Kong version to force release (#25329) ([fe3b1a9](https://github.com/bitnami/charts/commit/fe3b1a9652dcd2f4e2bfa464079bf0d768b956cf)), closes [#25329](https://github.com/bitnami/charts/issues/25329) ## 12.0.6 (2024-04-23) -* [bitnami/kong] Release 12.0.6 updating components versions (#25321) ([73e9736](https://github.com/bitnami/charts/commit/73e9736)), closes [#25321](https://github.com/bitnami/charts/issues/25321) +* [bitnami/kong] Release 12.0.6 updating components versions (#25321) ([73e9736](https://github.com/bitnami/charts/commit/73e9736474987fc37d6e739d66adfd9528382ce2)), closes [#25321](https://github.com/bitnami/charts/issues/25321) ## 12.0.5 (2024-04-23) -* [bitnami/kong] Release 12.0.5 updating components versions (#25319) ([83f6079](https://github.com/bitnami/charts/commit/83f6079)), closes [#25319](https://github.com/bitnami/charts/issues/25319) +* [bitnami/kong] Release 12.0.5 updating components versions (#25319) ([83f6079](https://github.com/bitnami/charts/commit/83f6079382a5e3be3877328cc498993fe996cab6)), closes [#25319](https://github.com/bitnami/charts/issues/25319) ## 12.0.4 (2024-04-17) -* [bitnami/kong] Release 12.0.4 updating components versions (#25205) ([6acbeb5](https://github.com/bitnami/charts/commit/6acbeb5)), closes [#25205](https://github.com/bitnami/charts/issues/25205) +* [bitnami/kong] Release 12.0.4 updating components versions (#25205) ([6acbeb5](https://github.com/bitnami/charts/commit/6acbeb554bb0d376c56150fa9244a9f3f79f169e)), closes [#25205](https://github.com/bitnami/charts/issues/25205) ## 12.0.3 (2024-04-16) -* [bitnami/kong] Release 12.0.3 (#25184) ([9107fe3](https://github.com/bitnami/charts/commit/9107fe3)), closes [#25184](https://github.com/bitnami/charts/issues/25184) +* [bitnami/kong] Release 12.0.3 (#25184) ([9107fe3](https://github.com/bitnami/charts/commit/9107fe3f401e09ddfeaded0341c9da3b23121f3d)), closes [#25184](https://github.com/bitnami/charts/issues/25184) ## 12.0.2 (2024-04-05) -* [bitnami/kong] Release 12.0.2 updating components versions (#24946) ([653e09e](https://github.com/bitnami/charts/commit/653e09e)), closes [#24946](https://github.com/bitnami/charts/issues/24946) +* [bitnami/kong] Release 12.0.2 updating components versions (#24946) ([653e09e](https://github.com/bitnami/charts/commit/653e09ea07d92f4ba409f41c5dc7c493a8cec4da)), closes [#24946](https://github.com/bitnami/charts/issues/24946) ## 12.0.1 (2024-04-04) -* [bitnami/kong] Release 12.0.1 (#24912) ([f1404f5](https://github.com/bitnami/charts/commit/f1404f5)), closes [#24912](https://github.com/bitnami/charts/issues/24912) -* Update resourcesPreset comments (#24467) ([92e3e8a](https://github.com/bitnami/charts/commit/92e3e8a)), closes [#24467](https://github.com/bitnami/charts/issues/24467) +* [bitnami/kong] Release 12.0.1 (#24912) ([f1404f5](https://github.com/bitnami/charts/commit/f1404f5469406c75ef7289a17f91e4fe56cbc200)), closes [#24912](https://github.com/bitnami/charts/issues/24912) +* Update resourcesPreset comments (#24467) ([92e3e8a](https://github.com/bitnami/charts/commit/92e3e8a507326d2a20a8f10ab3e7746a2ec5c554)), closes [#24467](https://github.com/bitnami/charts/issues/24467) ## 12.0.0 (2024-03-27) -* [bitnami/kong] feat!: :lock: :boom: Improve security defaults (#24672) ([ddbc3e6](https://github.com/bitnami/charts/commit/ddbc3e6)), closes [#24672](https://github.com/bitnami/charts/issues/24672) +* [bitnami/kong] feat!: :lock: :boom: Improve security defaults (#24672) ([ddbc3e6](https://github.com/bitnami/charts/commit/ddbc3e61f38176d15f7e093fd7ef17fd60b9877d)), closes [#24672](https://github.com/bitnami/charts/issues/24672) ## 11.0.7 (2024-03-26) -* [bitnami/kong] Release 11.0.7 (#24679) ([453da01](https://github.com/bitnami/charts/commit/453da01)), closes [#24679](https://github.com/bitnami/charts/issues/24679) -* [bitnami/several] Fix comment mentioning Keycloak (#24661) ([641c546](https://github.com/bitnami/charts/commit/641c546)), closes [#24661](https://github.com/bitnami/charts/issues/24661) +* [bitnami/kong] Release 11.0.7 (#24679) ([453da01](https://github.com/bitnami/charts/commit/453da01e5b1677569627abaf6e8547003826d95b)), closes [#24679](https://github.com/bitnami/charts/issues/24679) +* [bitnami/several] Fix comment mentioning Keycloak (#24661) ([641c546](https://github.com/bitnami/charts/commit/641c5468069de826c12d1e7c825807cf68b4ee96)), closes [#24661](https://github.com/bitnami/charts/issues/24661) ## 11.0.6 (2024-03-20) -* [bitnami/kong] Release 11.0.6 updating components versions (#24570) ([4e17de7](https://github.com/bitnami/charts/commit/4e17de7)), closes [#24570](https://github.com/bitnami/charts/issues/24570) +* [bitnami/kong] Release 11.0.6 updating components versions (#24570) ([4e17de7](https://github.com/bitnami/charts/commit/4e17de71e103a3a03825142eb366f482bb37c44d)), closes [#24570](https://github.com/bitnami/charts/issues/24570) ## 11.0.5 (2024-03-20) -* [bitnami/kong] Release 11.0.5 updating components versions (#24561) ([012a84b](https://github.com/bitnami/charts/commit/012a84b)), closes [#24561](https://github.com/bitnami/charts/issues/24561) -* Update migrate-job.yaml (#24453) ([c2339c2](https://github.com/bitnami/charts/commit/c2339c2)), closes [#24453](https://github.com/bitnami/charts/issues/24453) +* [bitnami/kong] Release 11.0.5 updating components versions (#24561) ([012a84b](https://github.com/bitnami/charts/commit/012a84b862801d72b778b8ff5eff9a6a55a8b621)), closes [#24561](https://github.com/bitnami/charts/issues/24561) +* Update migrate-job.yaml (#24453) ([c2339c2](https://github.com/bitnami/charts/commit/c2339c216ff59bc8994de1d2356089c5d470fbe0)), closes [#24453](https://github.com/bitnami/charts/issues/24453) ## 11.0.4 (2024-03-18) -* [bitnami/*] Reorder Chart sections (#24455) ([0cf4048](https://github.com/bitnami/charts/commit/0cf4048)), closes [#24455](https://github.com/bitnami/charts/issues/24455) -* [bitnami/kong] Release 11.0.4 updating components versions (#24500) ([fd03b3a](https://github.com/bitnami/charts/commit/fd03b3a)), closes [#24500](https://github.com/bitnami/charts/issues/24500) +* [bitnami/*] Reorder Chart sections (#24455) ([0cf4048](https://github.com/bitnami/charts/commit/0cf4048e8743f70a9753d460655bd030cbff6824)), closes [#24455](https://github.com/bitnami/charts/issues/24455) +* [bitnami/kong] Release 11.0.4 updating components versions (#24500) ([fd03b3a](https://github.com/bitnami/charts/commit/fd03b3a891d7023012f1cc82382126655db70cc4)), closes [#24500](https://github.com/bitnami/charts/issues/24500) ## 11.0.3 (2024-03-13) -* [bitnami/kong] Release 11.0.3 updating components versions (#24440) ([ee3e731](https://github.com/bitnami/charts/commit/ee3e731)), closes [#24440](https://github.com/bitnami/charts/issues/24440) +* [bitnami/kong] Release 11.0.3 updating components versions (#24440) ([ee3e731](https://github.com/bitnami/charts/commit/ee3e73141888213cc2d9644c0a4de3c6114f2836)), closes [#24440](https://github.com/bitnami/charts/issues/24440) ## 11.0.2 (2024-03-13) -* [bitnami/kong] Release 11.0.2 (#24416) ([00c8139](https://github.com/bitnami/charts/commit/00c8139)), closes [#24416](https://github.com/bitnami/charts/issues/24416) +* [bitnami/kong] Release 11.0.2 (#24416) ([00c8139](https://github.com/bitnami/charts/commit/00c813912ac853fa56b406e2a74268795b3cfefe)), closes [#24416](https://github.com/bitnami/charts/issues/24416) ## 11.0.1 (2024-03-08) -* [bitnami/kong] Release 10.8.1 updating components versions (#24258) ([71a4dda](https://github.com/bitnami/charts/commit/71a4dda)), closes [#24258](https://github.com/bitnami/charts/issues/24258) +* [bitnami/kong] Release 10.8.1 updating components versions (#24258) ([71a4dda](https://github.com/bitnami/charts/commit/71a4dda961b1304c90bf69e25f18b16e5beee4ce)), closes [#24258](https://github.com/bitnami/charts/issues/24258) ## 11.0.0 (2024-03-07) -* [bitnami/kong] feat: :sparkles: :lock: Release 10.7.1 and add readOnlyRootFilesystem support (#24063 ([cf37b06](https://github.com/bitnami/charts/commit/cf37b06)), closes [#24063](https://github.com/bitnami/charts/issues/24063) +* [bitnami/kong] feat: :sparkles: :lock: Release 10.7.1 and add readOnlyRootFilesystem support (#24063 ([cf37b06](https://github.com/bitnami/charts/commit/cf37b069374a4d3492f0f2d084b3cf22a0e5555a)), closes [#24063](https://github.com/bitnami/charts/issues/24063) ## 10.8.0 (2024-03-06) -* [bitnami/kong] feat: :sparkles: :lock: Add automatic adaptation for Openshift restricted-v2 SCC (#24 ([674b69f](https://github.com/bitnami/charts/commit/674b69f)), closes [#24105](https://github.com/bitnami/charts/issues/24105) +* [bitnami/kong] feat: :sparkles: :lock: Add automatic adaptation for Openshift restricted-v2 SCC (#24 ([674b69f](https://github.com/bitnami/charts/commit/674b69fd8baf2b72a6ed6bab85b0505cabe14017)), closes [#24105](https://github.com/bitnami/charts/issues/24105) ## 10.7.0 (2024-02-20) -* [bitnami/*] Bump all versions (#23602) ([b70ee2a](https://github.com/bitnami/charts/commit/b70ee2a)), closes [#23602](https://github.com/bitnami/charts/issues/23602) +* [bitnami/*] Bump all versions (#23602) ([b70ee2a](https://github.com/bitnami/charts/commit/b70ee2a30e4dc256bf0ac52928fb2fa7a70f049b)), closes [#23602](https://github.com/bitnami/charts/issues/23602) ## 10.6.0 (2024-02-16) -* [bitnami/kong] feat: :sparkles: :lock: Add resource preset support (#23472) ([b19a195](https://github.com/bitnami/charts/commit/b19a195)), closes [#23472](https://github.com/bitnami/charts/issues/23472) +* [bitnami/kong] feat: :sparkles: :lock: Add resource preset support (#23472) ([b19a195](https://github.com/bitnami/charts/commit/b19a195a9e5d4e37713d592de279540240675cb5)), closes [#23472](https://github.com/bitnami/charts/issues/23472) ## 10.5.0 (2024-02-07) -* [bitnami/kong] feat: :lock: Enable networkPolicy (#23184) ([592271f](https://github.com/bitnami/charts/commit/592271f)), closes [#23184](https://github.com/bitnami/charts/issues/23184) +* [bitnami/kong] feat: :lock: Enable networkPolicy (#23184) ([592271f](https://github.com/bitnami/charts/commit/592271f1fed04022b8512a78e520f0e7b0603da0)), closes [#23184](https://github.com/bitnami/charts/issues/23184) ## 10.4.2 (2024-01-31) -* [bitnami/kong] Update CRDs and add headers for automatic update (#22889) ([7dbb6a4](https://github.com/bitnami/charts/commit/7dbb6a4)), closes [#22889](https://github.com/bitnami/charts/issues/22889) +* [bitnami/kong] Update CRDs and add headers for automatic update (#22889) ([7dbb6a4](https://github.com/bitnami/charts/commit/7dbb6a4570eb25a174ddf89d1b8b77b6afffb669)), closes [#22889](https://github.com/bitnami/charts/issues/22889) ## 10.4.1 (2024-01-25) -* [bitnami/*] Move documentation sections from docs.bitnami.com back to the README (#22203) ([7564f36](https://github.com/bitnami/charts/commit/7564f36)), closes [#22203](https://github.com/bitnami/charts/issues/22203) -* [bitnami/kong] fix: :bug: Set seLinuxOptions to null for Openshift compatibility (#22609) ([547d3c2](https://github.com/bitnami/charts/commit/547d3c2)), closes [#22609](https://github.com/bitnami/charts/issues/22609) +* [bitnami/*] Move documentation sections from docs.bitnami.com back to the README (#22203) ([7564f36](https://github.com/bitnami/charts/commit/7564f36ca1e95ff30ee686652b7ab8690561a707)), closes [#22203](https://github.com/bitnami/charts/issues/22203) +* [bitnami/kong] fix: :bug: Set seLinuxOptions to null for Openshift compatibility (#22609) ([547d3c2](https://github.com/bitnami/charts/commit/547d3c225159d6e118687935999aca113a38ea10)), closes [#22609](https://github.com/bitnami/charts/issues/22609) ## 10.4.0 (2024-01-19) -* [bitnami/kong] fix: :lock: Move service-account token auto-mount to pod declaration (#22419) ([48e6629](https://github.com/bitnami/charts/commit/48e6629)), closes [#22419](https://github.com/bitnami/charts/issues/22419) +* [bitnami/kong] fix: :lock: Move service-account token auto-mount to pod declaration (#22419) ([48e6629](https://github.com/bitnami/charts/commit/48e66298ad13aa3b5fb38a61c9a0acc7ba58ba3e)), closes [#22419](https://github.com/bitnami/charts/issues/22419) ## 10.3.1 (2024-01-18) -* [bitnami/kong] Update CRDs and add source header (#22374) ([9cb1338](https://github.com/bitnami/charts/commit/9cb1338)), closes [#22374](https://github.com/bitnami/charts/issues/22374) +* [bitnami/kong] Update CRDs and add source header (#22374) ([9cb1338](https://github.com/bitnami/charts/commit/9cb13387ea2f74b948e8e8d334dda3a13511ae1f)), closes [#22374](https://github.com/bitnami/charts/issues/22374) ## 10.3.0 (2024-01-16) -* [bitnami/*] Fix docs.bitnami.com broken links (#21901) ([f35506d](https://github.com/bitnami/charts/commit/f35506d)), closes [#21901](https://github.com/bitnami/charts/issues/21901) -* [bitnami/*] Fix ref links (in comments) (#21822) ([e4fa296](https://github.com/bitnami/charts/commit/e4fa296)), closes [#21822](https://github.com/bitnami/charts/issues/21822) -* [bitnami/*] Update copyright: Year and company (#21815) ([6c4bf75](https://github.com/bitnami/charts/commit/6c4bf75)), closes [#21815](https://github.com/bitnami/charts/issues/21815) -* [bitnami/kong] fix: :lock: Improve podSecurityContext and containerSecurityContext with essential se ([56d793d](https://github.com/bitnami/charts/commit/56d793d)), closes [#22140](https://github.com/bitnami/charts/issues/22140) +* [bitnami/*] Fix docs.bitnami.com broken links (#21901) ([f35506d](https://github.com/bitnami/charts/commit/f35506d2dadee4f097986e7792df1f53ab215b5d)), closes [#21901](https://github.com/bitnami/charts/issues/21901) +* [bitnami/*] Fix ref links (in comments) (#21822) ([e4fa296](https://github.com/bitnami/charts/commit/e4fa296106b225cf8c82445727c675c7c725e380)), closes [#21822](https://github.com/bitnami/charts/issues/21822) +* [bitnami/*] Update copyright: Year and company (#21815) ([6c4bf75](https://github.com/bitnami/charts/commit/6c4bf75dec58fc7c9aee9f089777b1a858c17d5b)), closes [#21815](https://github.com/bitnami/charts/issues/21815) +* [bitnami/kong] fix: :lock: Improve podSecurityContext and containerSecurityContext with essential se ([56d793d](https://github.com/bitnami/charts/commit/56d793dd8b23c8f8fd08f19a1c5968139c34ccee)), closes [#22140](https://github.com/bitnami/charts/issues/22140) ## 10.2.0 (2023-12-21) -* [bitnami/kong] Sync upstream CRDs (#21716) ([d07eeb0](https://github.com/bitnami/charts/commit/d07eeb0)), closes [#21716](https://github.com/bitnami/charts/issues/21716) +* [bitnami/kong] Sync upstream CRDs (#21716) ([d07eeb0](https://github.com/bitnami/charts/commit/d07eeb0c18aa235fe8d028c158cf66b9d428ecb6)), closes [#21716](https://github.com/bitnami/charts/issues/21716) ## 10.1.4 (2023-12-21) -* [bitnami/kong] Release 10.1.4 updating components versions (#21713) ([8f48778](https://github.com/bitnami/charts/commit/8f48778)), closes [#21713](https://github.com/bitnami/charts/issues/21713) +* [bitnami/kong] Release 10.1.4 updating components versions (#21713) ([8f48778](https://github.com/bitnami/charts/commit/8f48778cc0a3b182346c3fa14b278ea21fe31ab9)), closes [#21713](https://github.com/bitnami/charts/issues/21713) ## 10.1.3 (2023-11-22) -* [bitnami/*] Remove relative links to non-README sections, add verification for that and update TL;DR ([1103633](https://github.com/bitnami/charts/commit/1103633)), closes [#20967](https://github.com/bitnami/charts/issues/20967) -* [bitnami/*] Rename solutions to "Bitnami package for ..." (#21038) ([b82f979](https://github.com/bitnami/charts/commit/b82f979)), closes [#21038](https://github.com/bitnami/charts/issues/21038) -* [bitnami/kong] Release 10.1.3 updating components versions (#21191) ([027b0e8](https://github.com/bitnami/charts/commit/027b0e8)), closes [#21191](https://github.com/bitnami/charts/issues/21191) +* [bitnami/*] Remove relative links to non-README sections, add verification for that and update TL;DR ([1103633](https://github.com/bitnami/charts/commit/11036334d82df0490aa4abdb591543cab6cf7d7f)), closes [#20967](https://github.com/bitnami/charts/issues/20967) +* [bitnami/*] Rename solutions to "Bitnami package for ..." (#21038) ([b82f979](https://github.com/bitnami/charts/commit/b82f979e4fb63423fe6e2192c946d09d79c944fc)), closes [#21038](https://github.com/bitnami/charts/issues/21038) +* [bitnami/kong] Release 10.1.3 updating components versions (#21191) ([027b0e8](https://github.com/bitnami/charts/commit/027b0e8883133060243a3add0a31ec6d5d28a00a)), closes [#21191](https://github.com/bitnami/charts/issues/21191) ## 10.1.2 (2023-11-14) -* [bitnami/kong] Release 10.1.2 updating components versions (#20946) ([402ef06](https://github.com/bitnami/charts/commit/402ef06)), closes [#20946](https://github.com/bitnami/charts/issues/20946) +* [bitnami/kong] Release 10.1.2 updating components versions (#20946) ([402ef06](https://github.com/bitnami/charts/commit/402ef06f67b057cc41e5cd491ebfa1da491de7bd)), closes [#20946](https://github.com/bitnami/charts/issues/20946) ## 10.1.1 (2023-11-08) -* [bitnami/kong] Release 10.1.1 updating components versions (#20746) ([5853757](https://github.com/bitnami/charts/commit/5853757)), closes [#20746](https://github.com/bitnami/charts/issues/20746) +* [bitnami/kong] Release 10.1.1 updating components versions (#20746) ([5853757](https://github.com/bitnami/charts/commit/585375766714737ab7fbf303aa9d67929dbd8ffb)), closes [#20746](https://github.com/bitnami/charts/issues/20746) ## 10.1.0 (2023-11-06) -* [bitnami/*] Rename VMware Application Catalog (#20361) ([3acc734](https://github.com/bitnami/charts/commit/3acc734)), closes [#20361](https://github.com/bitnami/charts/issues/20361) -* [bitnami/*] Skip image's tag in the README files of the Bitnami Charts (#19841) ([bb9a01b](https://github.com/bitnami/charts/commit/bb9a01b)), closes [#19841](https://github.com/bitnami/charts/issues/19841) -* [bitnami/*] Standardize documentation (#19835) ([af5f753](https://github.com/bitnami/charts/commit/af5f753)), closes [#19835](https://github.com/bitnami/charts/issues/19835) -* [bitnami/kong] feat: :sparkles: Add support for PSA restricted policy (#20464) ([0e79d2e](https://github.com/bitnami/charts/commit/0e79d2e)), closes [#20464](https://github.com/bitnami/charts/issues/20464) +* [bitnami/*] Rename VMware Application Catalog (#20361) ([3acc734](https://github.com/bitnami/charts/commit/3acc73472beb6fb56c4d99f929061001205bc57e)), closes [#20361](https://github.com/bitnami/charts/issues/20361) +* [bitnami/*] Skip image's tag in the README files of the Bitnami Charts (#19841) ([bb9a01b](https://github.com/bitnami/charts/commit/bb9a01b65911c87e48318db922cc05eb42785e42)), closes [#19841](https://github.com/bitnami/charts/issues/19841) +* [bitnami/*] Standardize documentation (#19835) ([af5f753](https://github.com/bitnami/charts/commit/af5f7530c1bc8c5ded53a6c4f7b8f384ac1804f2)), closes [#19835](https://github.com/bitnami/charts/issues/19835) +* [bitnami/kong] feat: :sparkles: Add support for PSA restricted policy (#20464) ([0e79d2e](https://github.com/bitnami/charts/commit/0e79d2e651e36510e3b6fd76e5d3db66dff9d2e8)), closes [#20464](https://github.com/bitnami/charts/issues/20464) ## 10.0.2 (2023-10-12) -* [bitnami/*] Update Helm charts prerequisites (#19745) ([eb755dd](https://github.com/bitnami/charts/commit/eb755dd)), closes [#19745](https://github.com/bitnami/charts/issues/19745) -* [bitnami/kong] Release 10.0.2 (#20191) ([403f4ab](https://github.com/bitnami/charts/commit/403f4ab)), closes [#20191](https://github.com/bitnami/charts/issues/20191) +* [bitnami/*] Update Helm charts prerequisites (#19745) ([eb755dd](https://github.com/bitnami/charts/commit/eb755dd36a4dd3cf6635be8e0598f9a7f4c4a554)), closes [#19745](https://github.com/bitnami/charts/issues/19745) +* [bitnami/kong] Release 10.0.2 (#20191) ([403f4ab](https://github.com/bitnami/charts/commit/403f4abe4aab3ec4e6205ed1d6590031d7e037d2)), closes [#20191](https://github.com/bitnami/charts/issues/20191) ## 10.0.1 (2023-10-04) -* [bitnami/kong] Release 10.0.1 (#19719) ([6c9b614](https://github.com/bitnami/charts/commit/6c9b614)), closes [#19719](https://github.com/bitnami/charts/issues/19719) +* [bitnami/kong] Release 10.0.1 (#19719) ([6c9b614](https://github.com/bitnami/charts/commit/6c9b614af12f02be4e4e57c2e8efe3985d72efbe)), closes [#19719](https://github.com/bitnami/charts/issues/19719) ## 10.0.0 (2023-09-29) -* [bitnami/kong] Update dependencies (#19617) ([ecd5134](https://github.com/bitnami/charts/commit/ecd5134)), closes [#19617](https://github.com/bitnami/charts/issues/19617) +* [bitnami/kong] Update dependencies (#19617) ([ecd5134](https://github.com/bitnami/charts/commit/ecd5134734b5df7dac5382220d1778d4aeda7aca)), closes [#19617](https://github.com/bitnami/charts/issues/19617) ## 9.5.4 (2023-09-26) -* [bitnami/kong] Release 9.5.4 (#19541) ([a9c440a](https://github.com/bitnami/charts/commit/a9c440a)), closes [#19541](https://github.com/bitnami/charts/issues/19541) +* [bitnami/kong] Release 9.5.4 (#19541) ([a9c440a](https://github.com/bitnami/charts/commit/a9c440af6dc7fe53a3408ad52a57028d7b9fc409)), closes [#19541](https://github.com/bitnami/charts/issues/19541) ## 9.5.3 (2023-09-18) -* [bitnami/kong] Release 9.5.3 (#19369) ([6e9ad7e](https://github.com/bitnami/charts/commit/6e9ad7e)), closes [#19369](https://github.com/bitnami/charts/issues/19369) -* Autogenerate schema files (#19194) ([a2c2090](https://github.com/bitnami/charts/commit/a2c2090)), closes [#19194](https://github.com/bitnami/charts/issues/19194) -* Revert "Autogenerate schema files (#19194)" (#19335) ([73d80be](https://github.com/bitnami/charts/commit/73d80be)), closes [#19194](https://github.com/bitnami/charts/issues/19194) [#19335](https://github.com/bitnami/charts/issues/19335) +* [bitnami/kong] Release 9.5.3 (#19369) ([6e9ad7e](https://github.com/bitnami/charts/commit/6e9ad7e578fcbe8819049459213989fbac51509e)), closes [#19369](https://github.com/bitnami/charts/issues/19369) +* Autogenerate schema files (#19194) ([a2c2090](https://github.com/bitnami/charts/commit/a2c2090b5ac97f47b745c8028c6452bf99739772)), closes [#19194](https://github.com/bitnami/charts/issues/19194) +* Revert "Autogenerate schema files (#19194)" (#19335) ([73d80be](https://github.com/bitnami/charts/commit/73d80be525c88fb4b8a54451a55acd506e337062)), closes [#19194](https://github.com/bitnami/charts/issues/19194) [#19335](https://github.com/bitnami/charts/issues/19335) ## 9.5.2 (2023-09-07) -* [bitnami/kong] Release 9.5.2 (#19148) ([6e6ba5c](https://github.com/bitnami/charts/commit/6e6ba5c)), closes [#19148](https://github.com/bitnami/charts/issues/19148) +* [bitnami/kong] Release 9.5.2 (#19148) ([6e6ba5c](https://github.com/bitnami/charts/commit/6e6ba5c87d92cc2f19f89c8a88f420c688eb86a8)), closes [#19148](https://github.com/bitnami/charts/issues/19148) ## 9.5.1 (2023-09-06) -* [bitnami/kong: Use merge helper]: (#19058) ([59dda89](https://github.com/bitnami/charts/commit/59dda89)), closes [#19058](https://github.com/bitnami/charts/issues/19058) +* [bitnami/kong: Use merge helper]: (#19058) ([59dda89](https://github.com/bitnami/charts/commit/59dda89c53c81e5ad17ff9eeed2886495d9eca8d)), closes [#19058](https://github.com/bitnami/charts/issues/19058) ## 9.5.0 (2023-08-25) -* [bitnami/kong] Support for customizing standard labels (#18612) ([15c1568](https://github.com/bitnami/charts/commit/15c1568)), closes [#18612](https://github.com/bitnami/charts/issues/18612) +* [bitnami/kong] Support for customizing standard labels (#18612) ([15c1568](https://github.com/bitnami/charts/commit/15c1568ab76f70b36eaae12b48e71ad718002968)), closes [#18612](https://github.com/bitnami/charts/issues/18612) ## 9.4.6 (2023-08-19) -* [bitnami/kong] Release 9.4.6 (#18676) ([6f67f89](https://github.com/bitnami/charts/commit/6f67f89)), closes [#18676](https://github.com/bitnami/charts/issues/18676) +* [bitnami/kong] Release 9.4.6 (#18676) ([6f67f89](https://github.com/bitnami/charts/commit/6f67f89e0c049b3b2489fd76a9ca60ce18fd3ff8)), closes [#18676](https://github.com/bitnami/charts/issues/18676) ## 9.4.5 (2023-08-17) -* [bitnami/kong] Release 9.4.5 (#18536) ([40a333b](https://github.com/bitnami/charts/commit/40a333b)), closes [#18536](https://github.com/bitnami/charts/issues/18536) +* [bitnami/kong] Release 9.4.5 (#18536) ([40a333b](https://github.com/bitnami/charts/commit/40a333b3cadcd086f412ef5a261a83035fe11492)), closes [#18536](https://github.com/bitnami/charts/issues/18536) ## 9.4.4 (2023-08-16) -* [bitnami/kong] Release 9.4.4 (#18437) ([f06fae3](https://github.com/bitnami/charts/commit/f06fae3)), closes [#18437](https://github.com/bitnami/charts/issues/18437) +* [bitnami/kong] Release 9.4.4 (#18437) ([f06fae3](https://github.com/bitnami/charts/commit/f06fae34ee2c1f9f89000d0485337564a0a22920)), closes [#18437](https://github.com/bitnami/charts/issues/18437) ## 9.4.3 (2023-08-08) -* [bitnami/kong] chore: :page_facing_up: Remove license in CRDs (#18263) ([30fc025](https://github.com/bitnami/charts/commit/30fc025)), closes [#18263](https://github.com/bitnami/charts/issues/18263) +* [bitnami/kong] chore: :page_facing_up: Remove license in CRDs (#18263) ([30fc025](https://github.com/bitnami/charts/commit/30fc02598bb32f8ad5c2b99e77e2cf3216c4d173)), closes [#18263](https://github.com/bitnami/charts/issues/18263) ## 9.4.2 (2023-07-15) -* [bitnami/kong] Release 9 (#17614) ([ff85ce7](https://github.com/bitnami/charts/commit/ff85ce7)), closes [#17614](https://github.com/bitnami/charts/issues/17614) +* [bitnami/kong] Release 9 (#17614) ([ff85ce7](https://github.com/bitnami/charts/commit/ff85ce7165d378a6bfd71715d713f35e7486c5c2)), closes [#17614](https://github.com/bitnami/charts/issues/17614) ## 9.4.1 (2023-07-12) -* [bitnami/kong] Release 9.4.1 (#17571) ([17e708a](https://github.com/bitnami/charts/commit/17e708a)), closes [#17571](https://github.com/bitnami/charts/issues/17571) +* [bitnami/kong] Release 9.4.1 (#17571) ([17e708a](https://github.com/bitnami/charts/commit/17e708a0121eb466714ee48e4721fc078aa1db34)), closes [#17571](https://github.com/bitnami/charts/issues/17571) ## 9.4.0 (2023-07-10) -* [bitnami/*] Change copyright section in READMEs (#17006) ([ef986a1](https://github.com/bitnami/charts/commit/ef986a1)), closes [#17006](https://github.com/bitnami/charts/issues/17006) -* [bitnami/kong] Release 9.3.4 (#17212) ([17de517](https://github.com/bitnami/charts/commit/17de517)), closes [#17212](https://github.com/bitnami/charts/issues/17212) -* [bitnami/several] Change copyright section in READMEs (#16989) ([5b6a5cf](https://github.com/bitnami/charts/commit/5b6a5cf)), closes [#16989](https://github.com/bitnami/charts/issues/16989) -* Add copyright header (#17300) ([da68be8](https://github.com/bitnami/charts/commit/da68be8)), closes [#17300](https://github.com/bitnami/charts/issues/17300) -* Update charts readme (#17217) ([31b3c0a](https://github.com/bitnami/charts/commit/31b3c0a)), closes [#17217](https://github.com/bitnami/charts/issues/17217) +* [bitnami/*] Change copyright section in READMEs (#17006) ([ef986a1](https://github.com/bitnami/charts/commit/ef986a1605241102b3dcafe9fd8089e6fc1201ad)), closes [#17006](https://github.com/bitnami/charts/issues/17006) +* [bitnami/kong] Release 9.3.4 (#17212) ([17de517](https://github.com/bitnami/charts/commit/17de5179e2d04b67d5c3041dfec4b6c32987998c)), closes [#17212](https://github.com/bitnami/charts/issues/17212) +* [bitnami/several] Change copyright section in READMEs (#16989) ([5b6a5cf](https://github.com/bitnami/charts/commit/5b6a5cfb7625a751848a2e5cd796bd7278f406ca)), closes [#16989](https://github.com/bitnami/charts/issues/16989) +* Add copyright header (#17300) ([da68be8](https://github.com/bitnami/charts/commit/da68be8e951225133c7dfb572d5101ca3d61c5ae)), closes [#17300](https://github.com/bitnami/charts/issues/17300) +* Update charts readme (#17217) ([31b3c0a](https://github.com/bitnami/charts/commit/31b3c0afd968ff4429107e34101f7509e6a0e913)), closes [#17217](https://github.com/bitnami/charts/issues/17217) ## 9.3.3 (2023-05-21) -* [bitnami/kong] Release 9.3.3 (#16777) ([e334512](https://github.com/bitnami/charts/commit/e334512)), closes [#16777](https://github.com/bitnami/charts/issues/16777) +* [bitnami/kong] Release 9.3.3 (#16777) ([e334512](https://github.com/bitnami/charts/commit/e334512b43d186a0d6ab7665c3be0f63db1f4c70)), closes [#16777](https://github.com/bitnami/charts/issues/16777) ## 9.3.2 (2023-05-18) -* [bitnami/kong] Release 9.3.2 (#16738) ([9736c2c](https://github.com/bitnami/charts/commit/9736c2c)), closes [#16738](https://github.com/bitnami/charts/issues/16738) +* [bitnami/kong] Release 9.3.2 (#16738) ([9736c2c](https://github.com/bitnami/charts/commit/9736c2c3bdb7e3ba292ccd124e1cb6e3e93dd577)), closes [#16738](https://github.com/bitnami/charts/issues/16738) ## 9.3.1 (2023-05-11) -* [bitnami/kong] Release 9.3.1 (#16583) ([872f452](https://github.com/bitnami/charts/commit/872f452)), closes [#16583](https://github.com/bitnami/charts/issues/16583) -* Add wording for enterprise page (#16560) ([8f22774](https://github.com/bitnami/charts/commit/8f22774)), closes [#16560](https://github.com/bitnami/charts/issues/16560) +* [bitnami/kong] Release 9.3.1 (#16583) ([872f452](https://github.com/bitnami/charts/commit/872f45272d1cefcfc895043cc202c06318673940)), closes [#16583](https://github.com/bitnami/charts/issues/16583) +* Add wording for enterprise page (#16560) ([8f22774](https://github.com/bitnami/charts/commit/8f2277440b976d52785ba9149762ad8620a73d1f)), closes [#16560](https://github.com/bitnami/charts/issues/16560) ## 9.3.0 (2023-05-09) -* [bitnami/several] Adapt Chart.yaml to set desired OCI annotations (#16546) ([fc9b18f](https://github.com/bitnami/charts/commit/fc9b18f)), closes [#16546](https://github.com/bitnami/charts/issues/16546) +* [bitnami/several] Adapt Chart.yaml to set desired OCI annotations (#16546) ([fc9b18f](https://github.com/bitnami/charts/commit/fc9b18f2e98805d4df629acbcde696f44f973344)), closes [#16546](https://github.com/bitnami/charts/issues/16546) ## 9.2.2 (2023-05-09) -* [bitnami/kong] Release 9.2.2 (#16517) ([11db042](https://github.com/bitnami/charts/commit/11db042)), closes [#16517](https://github.com/bitnami/charts/issues/16517) +* [bitnami/kong] Release 9.2.2 (#16517) ([11db042](https://github.com/bitnami/charts/commit/11db042452d5ce646a7b4010dbab968b8cdfebf4)), closes [#16517](https://github.com/bitnami/charts/issues/16517) ## 9.2.1 (2023-04-29) -* [bitnami/kong] Release 9.2.1 (#16274) ([631edd3](https://github.com/bitnami/charts/commit/631edd3)), closes [#16274](https://github.com/bitnami/charts/issues/16274) +* [bitnami/kong] Release 9.2.1 (#16274) ([631edd3](https://github.com/bitnami/charts/commit/631edd34110c6cbc85a778862a424f05fc43fc3f)), closes [#16274](https://github.com/bitnami/charts/issues/16274) ## 9.2.0 (2023-04-20) -* [bitnami/*] Make Helm charts 100% OCI (#15998) ([8841510](https://github.com/bitnami/charts/commit/8841510)), closes [#15998](https://github.com/bitnami/charts/issues/15998) +* [bitnami/*] Make Helm charts 100% OCI (#15998) ([8841510](https://github.com/bitnami/charts/commit/884151035efcbf2e1b3206e7def85511073fb57d)), closes [#15998](https://github.com/bitnami/charts/issues/15998) ## 9.1.8 (2023-04-01) -* [bitnami/kong] Release 9.1.8 (#15860) ([2181fcf](https://github.com/bitnami/charts/commit/2181fcf)), closes [#15860](https://github.com/bitnami/charts/issues/15860) +* [bitnami/kong] Release 9.1.8 (#15860) ([2181fcf](https://github.com/bitnami/charts/commit/2181fcf2362c6c54c8e660bb4225e716c70ae6f7)), closes [#15860](https://github.com/bitnami/charts/issues/15860) ## 9.1.7 (2023-03-22) -* [bitnami/charts] Apply linter to README files (#15357) ([0e29e60](https://github.com/bitnami/charts/commit/0e29e60)), closes [#15357](https://github.com/bitnami/charts/issues/15357) -* [bitnami/kong] Release 9.1.7 (#15665) ([0780d1e](https://github.com/bitnami/charts/commit/0780d1e)), closes [#15665](https://github.com/bitnami/charts/issues/15665) +* [bitnami/charts] Apply linter to README files (#15357) ([0e29e60](https://github.com/bitnami/charts/commit/0e29e600d3adc8b1b46e506eccb3decfab3b4e63)), closes [#15357](https://github.com/bitnami/charts/issues/15357) +* [bitnami/kong] Release 9.1.7 (#15665) ([0780d1e](https://github.com/bitnami/charts/commit/0780d1e64be1fdb6908cc0cec947fe9cdc1c4996)), closes [#15665](https://github.com/bitnami/charts/issues/15665) ## 9.1.6 (2023-03-01) -* [bitnami/kong] Release 9.1.6 (#15293) ([c660e1c](https://github.com/bitnami/charts/commit/c660e1c)), closes [#15293](https://github.com/bitnami/charts/issues/15293) +* [bitnami/kong] Release 9.1.6 (#15293) ([c660e1c](https://github.com/bitnami/charts/commit/c660e1c889f0e7fe29dc5754dec7b7a5cd9e5691)), closes [#15293](https://github.com/bitnami/charts/issues/15293) ## 9.1.5 (2023-03-01) -* [bitnami/kong] Release 9.1.5 (#15280) ([f97ba60](https://github.com/bitnami/charts/commit/f97ba60)), closes [#15280](https://github.com/bitnami/charts/issues/15280) +* [bitnami/kong] Release 9.1.5 (#15280) ([f97ba60](https://github.com/bitnami/charts/commit/f97ba609db0a18c664d62fa6e318e197e530506c)), closes [#15280](https://github.com/bitnami/charts/issues/15280) ## 9.1.4 (2023-03-01) -* [bitnami/kong] Release 9.1.4 (#15247) ([f34740d](https://github.com/bitnami/charts/commit/f34740d)), closes [#15247](https://github.com/bitnami/charts/issues/15247) +* [bitnami/kong] Release 9.1.4 (#15247) ([f34740d](https://github.com/bitnami/charts/commit/f34740d6710b8e1b78a1be8c7a79f602aa96b6bf)), closes [#15247](https://github.com/bitnami/charts/issues/15247) ## 9.1.3 (2023-02-24) -* [bitnami/kong] Release 9.1.3 (#15143) ([0cb541d](https://github.com/bitnami/charts/commit/0cb541d)), closes [#15143](https://github.com/bitnami/charts/issues/15143) -* Fixes dead links (#15065) ([9e99fd9](https://github.com/bitnami/charts/commit/9e99fd9)), closes [#15065](https://github.com/bitnami/charts/issues/15065) +* [bitnami/kong] Release 9.1.3 (#15143) ([0cb541d](https://github.com/bitnami/charts/commit/0cb541d3a7dbbff13c7af1887290a6f344580e65)), closes [#15143](https://github.com/bitnami/charts/issues/15143) +* Fixes dead links (#15065) ([9e99fd9](https://github.com/bitnami/charts/commit/9e99fd94d89605c2aa47417ae80eecb86719d904)), closes [#15065](https://github.com/bitnami/charts/issues/15065) ## 9.1.2 (2023-02-17) -* [bitnami/*] Fix markdown linter issues (#14874) ([a51e0e8](https://github.com/bitnami/charts/commit/a51e0e8)), closes [#14874](https://github.com/bitnami/charts/issues/14874) -* [bitnami/*] Fix markdown linter issues 2 (#14890) ([aa96572](https://github.com/bitnami/charts/commit/aa96572)), closes [#14890](https://github.com/bitnami/charts/issues/14890) -* [bitnami/*] Remove unexpected extra spaces (#14873) ([c97c714](https://github.com/bitnami/charts/commit/c97c714)), closes [#14873](https://github.com/bitnami/charts/issues/14873) -* [bitnami/kong] Release 9.1.2 (#14964) ([3a0a93f](https://github.com/bitnami/charts/commit/3a0a93f)), closes [#14964](https://github.com/bitnami/charts/issues/14964) +* [bitnami/*] Fix markdown linter issues (#14874) ([a51e0e8](https://github.com/bitnami/charts/commit/a51e0e8d35495b907f3e70dd2f8e7c3bcbf4166a)), closes [#14874](https://github.com/bitnami/charts/issues/14874) +* [bitnami/*] Fix markdown linter issues 2 (#14890) ([aa96572](https://github.com/bitnami/charts/commit/aa9657237ee8df4a46db0d7fdf8a23230dd6902a)), closes [#14890](https://github.com/bitnami/charts/issues/14890) +* [bitnami/*] Remove unexpected extra spaces (#14873) ([c97c714](https://github.com/bitnami/charts/commit/c97c714887380d47eae7bfeff316bf01595ecd1d)), closes [#14873](https://github.com/bitnami/charts/issues/14873) +* [bitnami/kong] Release 9.1.2 (#14964) ([3a0a93f](https://github.com/bitnami/charts/commit/3a0a93f5fe856b6f282b3d4c03d2242cea8b177c)), closes [#14964](https://github.com/bitnami/charts/issues/14964) ## 9.1.1 (2023-02-10) -* [bitnami/kong] Release 9.1.1 (#14832) ([1de2f20](https://github.com/bitnami/charts/commit/1de2f20)), closes [#14832](https://github.com/bitnami/charts/issues/14832) +* [bitnami/kong] Release 9.1.1 (#14832) ([1de2f20](https://github.com/bitnami/charts/commit/1de2f200cf145b8d271141271d7f7eaccfe01475)), closes [#14832](https://github.com/bitnami/charts/issues/14832) ## 9.1.0 (2023-02-10) -* [bitnami/*] Change copyright date (#14682) ([add4ec7](https://github.com/bitnami/charts/commit/add4ec7)), closes [#14682](https://github.com/bitnami/charts/issues/14682) -* [bitnami/kong] feat: :sparkles: Add support for db-less and declarative configuration (#14809) ([57fb46f](https://github.com/bitnami/charts/commit/57fb46f)), closes [#14809](https://github.com/bitnami/charts/issues/14809) +* [bitnami/*] Change copyright date (#14682) ([add4ec7](https://github.com/bitnami/charts/commit/add4ec701108ac36ed4de2dffbdf407a0d091067)), closes [#14682](https://github.com/bitnami/charts/issues/14682) +* [bitnami/kong] feat: :sparkles: Add support for db-less and declarative configuration (#14809) ([57fb46f](https://github.com/bitnami/charts/commit/57fb46f43a473d3caf416124fbeccb3c5d3e985c)), closes [#14809](https://github.com/bitnami/charts/issues/14809) ## 9.0.4 (2023-01-31) -* [bitnami/kong] Don't regenerate self-signed certs on upgrade (#14633) ([fb44398](https://github.com/bitnami/charts/commit/fb44398)), closes [#14633](https://github.com/bitnami/charts/issues/14633) +* [bitnami/kong] Don't regenerate self-signed certs on upgrade (#14633) ([fb44398](https://github.com/bitnami/charts/commit/fb443986aefb5c7dd4380b37c33f2849b0397e41)), closes [#14633](https://github.com/bitnami/charts/issues/14633) ## 9.0.3 (2023-01-27) -* [bitnami/kong] Release 9.0.3 (#14572) ([299eb07](https://github.com/bitnami/charts/commit/299eb07)), closes [#14572](https://github.com/bitnami/charts/issues/14572) +* [bitnami/kong] Release 9.0.3 (#14572) ([299eb07](https://github.com/bitnami/charts/commit/299eb0751eee07008c0763d45b3c98638d34324e)), closes [#14572](https://github.com/bitnami/charts/issues/14572) ## 9.0.2 (2023-01-23) -* [bitnami/*] Change licenses annotation format (#14377) ([0ab7608](https://github.com/bitnami/charts/commit/0ab7608)), closes [#14377](https://github.com/bitnami/charts/issues/14377) -* [bitnami/*] Unify READMEs (#14472) ([2064fb8](https://github.com/bitnami/charts/commit/2064fb8)), closes [#14472](https://github.com/bitnami/charts/issues/14472) -* [bitnami/kong] Release 9.0.2 (#14395) ([59a1ba6](https://github.com/bitnami/charts/commit/59a1ba6)), closes [#14395](https://github.com/bitnami/charts/issues/14395) +* [bitnami/*] Change licenses annotation format (#14377) ([0ab7608](https://github.com/bitnami/charts/commit/0ab760862c660fcc78cffadf8e1d8cdd70881473)), closes [#14377](https://github.com/bitnami/charts/issues/14377) +* [bitnami/*] Unify READMEs (#14472) ([2064fb8](https://github.com/bitnami/charts/commit/2064fb8dcc78a845cdede8211af8c3cc52551161)), closes [#14472](https://github.com/bitnami/charts/issues/14472) +* [bitnami/kong] Release 9.0.2 (#14395) ([59a1ba6](https://github.com/bitnami/charts/commit/59a1ba63f2094b60c85c6bd3a1d557cc8601818b)), closes [#14395](https://github.com/bitnami/charts/issues/14395) ## 9.0.1 (2023-01-13) -* [bitnami/kong] Release 9.0.1 (#14339) ([d3bc47d](https://github.com/bitnami/charts/commit/d3bc47d)), closes [#14339](https://github.com/bitnami/charts/issues/14339) +* [bitnami/kong] Release 9.0.1 (#14339) ([d3bc47d](https://github.com/bitnami/charts/commit/d3bc47d64bb79edba2b906f489a3f056fa5bbab9)), closes [#14339](https://github.com/bitnami/charts/issues/14339) ## 9.0.0 (2023-01-13) -* [bitnami/*] Add license annotation and remove obsolete engine parameter (#14293) ([da2a794](https://github.com/bitnami/charts/commit/da2a794)), closes [#14293](https://github.com/bitnami/charts/issues/14293) -* [bitnami/kong] Update dependencies (#14314) ([c2af794](https://github.com/bitnami/charts/commit/c2af794)), closes [#14314](https://github.com/bitnami/charts/issues/14314) +* [bitnami/*] Add license annotation and remove obsolete engine parameter (#14293) ([da2a794](https://github.com/bitnami/charts/commit/da2a7943bae95b6e9b5b4ed972c15e990b69fdb0)), closes [#14293](https://github.com/bitnami/charts/issues/14293) +* [bitnami/kong] Update dependencies (#14314) ([c2af794](https://github.com/bitnami/charts/commit/c2af794deaa682749c01f77c42d9dc475c1f712c)), closes [#14314](https://github.com/bitnami/charts/issues/14314) ## 8.0.28 (2023-01-04) -* [bitnami/kong] Release 8.0.28 (#14177) ([f92e9d6](https://github.com/bitnami/charts/commit/f92e9d6)), closes [#14177](https://github.com/bitnami/charts/issues/14177) +* [bitnami/kong] Release 8.0.28 (#14177) ([f92e9d6](https://github.com/bitnami/charts/commit/f92e9d600534bdb66926a29eb4d9f9e584161517)), closes [#14177](https://github.com/bitnami/charts/issues/14177) ## 8.0.27 (2023-01-03) -* [bitnami/kong] Release 8.0.27 (#14164) ([f417f5c](https://github.com/bitnami/charts/commit/f417f5c)), closes [#14164](https://github.com/bitnami/charts/issues/14164) +* [bitnami/kong] Release 8.0.27 (#14164) ([f417f5c](https://github.com/bitnami/charts/commit/f417f5c6501860bd892094c8c18fb35ada545856)), closes [#14164](https://github.com/bitnami/charts/issues/14164) ## 8.0.26 (2023-01-03) -* [bitnami/kong] Release 8.0.26 (#14161) ([112b7ff](https://github.com/bitnami/charts/commit/112b7ff)), closes [#14161](https://github.com/bitnami/charts/issues/14161) +* [bitnami/kong] Release 8.0.26 (#14161) ([112b7ff](https://github.com/bitnami/charts/commit/112b7ff51d881765c5c4f049d5d5b132dcf2cb4d)), closes [#14161](https://github.com/bitnami/charts/issues/14161) ## 8.0.25 (2022-12-10) -* [bitnami/kong] Release 8.0.25 (#13900) ([e2ed5b3](https://github.com/bitnami/charts/commit/e2ed5b3)), closes [#13900](https://github.com/bitnami/charts/issues/13900) +* [bitnami/kong] Release 8.0.25 (#13900) ([e2ed5b3](https://github.com/bitnami/charts/commit/e2ed5b3ed20bcafe314877339c8de4badf9fedb9)), closes [#13900](https://github.com/bitnami/charts/issues/13900) ## 8.0.24 (2022-12-09) -* [bitnami/kong] Release 8.0.24 (#13884) ([792af97](https://github.com/bitnami/charts/commit/792af97)), closes [#13884](https://github.com/bitnami/charts/issues/13884) +* [bitnami/kong] Release 8.0.24 (#13884) ([792af97](https://github.com/bitnami/charts/commit/792af97f8c2c7f1f7008e8fd2a188be338dbbea4)), closes [#13884](https://github.com/bitnami/charts/issues/13884) ## 8.0.23 (2022-12-06) -* [bitnami/kong] Release 8.0.23 (#13846) ([aa7f492](https://github.com/bitnami/charts/commit/aa7f492)), closes [#13846](https://github.com/bitnami/charts/issues/13846) +* [bitnami/kong] Release 8.0.23 (#13846) ([aa7f492](https://github.com/bitnami/charts/commit/aa7f49267f2396e63e6184e92d75599dd5da33c9)), closes [#13846](https://github.com/bitnami/charts/issues/13846) ## 8.0.22 (2022-12-03) -* [bitnami/kong] Release 8.0.22 (#13820) ([cf22454](https://github.com/bitnami/charts/commit/cf22454)), closes [#13820](https://github.com/bitnami/charts/issues/13820) +* [bitnami/kong] Release 8.0.22 (#13820) ([cf22454](https://github.com/bitnami/charts/commit/cf224548233bfe2c9dc489cd74d3d7a748ed949f)), closes [#13820](https://github.com/bitnami/charts/issues/13820) ## 8.0.21 (2022-12-01) -* [bitnami/kong] Release 8.0.21 (#13794) ([ed299d6](https://github.com/bitnami/charts/commit/ed299d6)), closes [#13794](https://github.com/bitnami/charts/issues/13794) +* [bitnami/kong] Release 8.0.21 (#13794) ([ed299d6](https://github.com/bitnami/charts/commit/ed299d621b5ec386ea11e1234f0ce8ab220c1aad)), closes [#13794](https://github.com/bitnami/charts/issues/13794) ## 8.0.20 (2022-11-30) -* [bitnami/kong] Release 8.0.20 (#13767) ([6516750](https://github.com/bitnami/charts/commit/6516750)), closes [#13767](https://github.com/bitnami/charts/issues/13767) +* [bitnami/kong] Release 8.0.20 (#13767) ([6516750](https://github.com/bitnami/charts/commit/65167501e68a1d7c47643df44edc1f02ec3c3ffe)), closes [#13767](https://github.com/bitnami/charts/issues/13767) ## 8.0.19 (2022-11-29) -* [bitnami/kong] Release 8.0.19 (#13746) ([37038b3](https://github.com/bitnami/charts/commit/37038b3)), closes [#13746](https://github.com/bitnami/charts/issues/13746) +* [bitnami/kong] Release 8.0.19 (#13746) ([37038b3](https://github.com/bitnami/charts/commit/37038b3709f5a33c4832d5d0d7e4a99d52dee9ae)), closes [#13746](https://github.com/bitnami/charts/issues/13746) ## 8.0.18 (2022-11-24) -* [bitnami/kong] Release 8.0.18 (#13691) ([9966460](https://github.com/bitnami/charts/commit/9966460)), closes [#13691](https://github.com/bitnami/charts/issues/13691) +* [bitnami/kong] Release 8.0.18 (#13691) ([9966460](https://github.com/bitnami/charts/commit/9966460de17de68937c97ec9515f9e46767a597b)), closes [#13691](https://github.com/bitnami/charts/issues/13691) ## 8.0.17 (2022-11-18) -* [bitnami/kong] Release 8.0.17 (#13595) ([5d819a0](https://github.com/bitnami/charts/commit/5d819a0)), closes [#13595](https://github.com/bitnami/charts/issues/13595) +* [bitnami/kong] Release 8.0.17 (#13595) ([5d819a0](https://github.com/bitnami/charts/commit/5d819a00d587e4cad027e17fe449b22978f3c30f)), closes [#13595](https://github.com/bitnami/charts/issues/13595) ## 8.0.16 (2022-11-17) -* [bitnami/kong] Release 8.0.16 (#13575) ([d136c26](https://github.com/bitnami/charts/commit/d136c26)), closes [#13575](https://github.com/bitnami/charts/issues/13575) +* [bitnami/kong] Release 8.0.16 (#13575) ([d136c26](https://github.com/bitnami/charts/commit/d136c262a1d5444c64ea577d7cb42fa3e2fa602f)), closes [#13575](https://github.com/bitnami/charts/issues/13575) ## 8.0.15 (2022-11-17) -* [bitnami/kong] Release 8.0.15 (#13561) ([78016e2](https://github.com/bitnami/charts/commit/78016e2)), closes [#13561](https://github.com/bitnami/charts/issues/13561) +* [bitnami/kong] Release 8.0.15 (#13561) ([78016e2](https://github.com/bitnami/charts/commit/78016e2712f8202f6ec0af89c2e40772da49cf4d)), closes [#13561](https://github.com/bitnami/charts/issues/13561) ## 8.0.14 (2022-11-16) -* [bitnami/kong] Release 8.0.14 (#13550) ([4dd3ddd](https://github.com/bitnami/charts/commit/4dd3ddd)), closes [#13550](https://github.com/bitnami/charts/issues/13550) +* [bitnami/kong] Release 8.0.14 (#13550) ([4dd3ddd](https://github.com/bitnami/charts/commit/4dd3dddb27048a0f818a3ce7a3dad7fece0d0701)), closes [#13550](https://github.com/bitnami/charts/issues/13550) ## 8.0.13 (2022-11-15) -* [bitnami/kong] Release 8.0.13 (#13530) ([26dbeae](https://github.com/bitnami/charts/commit/26dbeae)), closes [#13530](https://github.com/bitnami/charts/issues/13530) +* [bitnami/kong] Release 8.0.13 (#13530) ([26dbeae](https://github.com/bitnami/charts/commit/26dbeaee3fe90d062b63d70bec342575987de685)), closes [#13530](https://github.com/bitnami/charts/issues/13530) ## 8.0.12 (2022-11-14) -* [bitnami/kong] Release 8.0.12 (#13515) ([7843fbd](https://github.com/bitnami/charts/commit/7843fbd)), closes [#13515](https://github.com/bitnami/charts/issues/13515) +* [bitnami/kong] Release 8.0.12 (#13515) ([7843fbd](https://github.com/bitnami/charts/commit/7843fbd226f679b1ff87d521ce254b753e8d33c4)), closes [#13515](https://github.com/bitnami/charts/issues/13515) ## 8.0.11 (2022-11-10) -* [bitnami/kong] Release 8.0.11 (#13456) ([97918fb](https://github.com/bitnami/charts/commit/97918fb)), closes [#13456](https://github.com/bitnami/charts/issues/13456) +* [bitnami/kong] Release 8.0.11 (#13456) ([97918fb](https://github.com/bitnami/charts/commit/97918fb38c19de25eb0587563c047deeca4dc7d6)), closes [#13456](https://github.com/bitnami/charts/issues/13456) ## 8.0.10 (2022-11-09) -* [bitnami/kong] Release 8.0.10 (#13426) ([8ccb9da](https://github.com/bitnami/charts/commit/8ccb9da)), closes [#13426](https://github.com/bitnami/charts/issues/13426) +* [bitnami/kong] Release 8.0.10 (#13426) ([8ccb9da](https://github.com/bitnami/charts/commit/8ccb9daee7d052e9aea779c45002e09776ca812c)), closes [#13426](https://github.com/bitnami/charts/issues/13426) ## 8.0.9 (2022-11-09) -* [bitnami/kong] Release 8.0.9 (#13416) ([5333f53](https://github.com/bitnami/charts/commit/5333f53)), closes [#13416](https://github.com/bitnami/charts/issues/13416) +* [bitnami/kong] Release 8.0.9 (#13416) ([5333f53](https://github.com/bitnami/charts/commit/5333f53be251b2bcfd1c4a2b3732107dc78cd311)), closes [#13416](https://github.com/bitnami/charts/issues/13416) ## 8.0.8 (2022-11-08) -* [bitnami/kong] Release 8.0.8 (#13393) ([7e1b33a](https://github.com/bitnami/charts/commit/7e1b33a)), closes [#13393](https://github.com/bitnami/charts/issues/13393) +* [bitnami/kong] Release 8.0.8 (#13393) ([7e1b33a](https://github.com/bitnami/charts/commit/7e1b33a72e5cdfa0005055967ca07eed3e39cf45)), closes [#13393](https://github.com/bitnami/charts/issues/13393) ## 8.0.7 (2022-11-04) -* [bitnami/kong] Release 8.0.7 (#13362) ([e58f68e](https://github.com/bitnami/charts/commit/e58f68e)), closes [#13362](https://github.com/bitnami/charts/issues/13362) +* [bitnami/kong] Release 8.0.7 (#13362) ([e58f68e](https://github.com/bitnami/charts/commit/e58f68edf9242b40712c30f5c960b02e50278697)), closes [#13362](https://github.com/bitnami/charts/issues/13362) ## 8.0.6 (2022-11-04) -* [bitnami/kong] Release 8.0.6 (#13348) ([83762bd](https://github.com/bitnami/charts/commit/83762bd)), closes [#13348](https://github.com/bitnami/charts/issues/13348) +* [bitnami/kong] Release 8.0.6 (#13348) ([83762bd](https://github.com/bitnami/charts/commit/83762bde51bb7668bf3553c9ad4dbaca9e097def)), closes [#13348](https://github.com/bitnami/charts/issues/13348) ## 8.0.5 (2022-11-04) -* [bitnami/kong] Release 8.0.5 (#13344) ([5484566](https://github.com/bitnami/charts/commit/5484566)), closes [#13344](https://github.com/bitnami/charts/issues/13344) +* [bitnami/kong] Release 8.0.5 (#13344) ([5484566](https://github.com/bitnami/charts/commit/5484566da25be05fd715b6bf919db9b7581ec8f2)), closes [#13344](https://github.com/bitnami/charts/issues/13344) ## 8.0.4 (2022-11-01) -* [bitnami/kong] Release 8.0.4 (#13275) ([0f75483](https://github.com/bitnami/charts/commit/0f75483)), closes [#13275](https://github.com/bitnami/charts/issues/13275) +* [bitnami/kong] Release 8.0.4 (#13275) ([0f75483](https://github.com/bitnami/charts/commit/0f75483a73373ba74df5fd57b371dfc4c1d70eb7)), closes [#13275](https://github.com/bitnami/charts/issues/13275) ## 8.0.3 (2022-10-29) -* [bitnami/kong] Release 8.0.3 (#13240) ([50457db](https://github.com/bitnami/charts/commit/50457db)), closes [#13240](https://github.com/bitnami/charts/issues/13240) +* [bitnami/kong] Release 8.0.3 (#13240) ([50457db](https://github.com/bitnami/charts/commit/50457db50671c2e367285d995d802bce7f4df370)), closes [#13240](https://github.com/bitnami/charts/issues/13240) ## 8.0.2 (2022-10-28) -* [bitnami/kong] Release 8.0.2 (#13238) ([9f02888](https://github.com/bitnami/charts/commit/9f02888)), closes [#13238](https://github.com/bitnami/charts/issues/13238) +* [bitnami/kong] Release 8.0.2 (#13238) ([9f02888](https://github.com/bitnami/charts/commit/9f02888597c1149eab976c9b4581ed2d1bf78177)), closes [#13238](https://github.com/bitnami/charts/issues/13238) ## 8.0.1 (2022-10-28) -* [bitnami/kong] Release 8.0.1 (#13234) ([fa14977](https://github.com/bitnami/charts/commit/fa14977)), closes [#13234](https://github.com/bitnami/charts/issues/13234) +* [bitnami/kong] Release 8.0.1 (#13234) ([fa14977](https://github.com/bitnami/charts/commit/fa149776053bfebb55ecb23df459f1fc2ee2a8d8)), closes [#13234](https://github.com/bitnami/charts/issues/13234) ## 8.0.0 (2022-10-28) -* [bitnami/kong] Update dependencies (#13210) ([718edf9](https://github.com/bitnami/charts/commit/718edf9)), closes [#13210](https://github.com/bitnami/charts/issues/13210) +* [bitnami/kong] Update dependencies (#13210) ([718edf9](https://github.com/bitnami/charts/commit/718edf98f12aa523159b05b2417e2423ce271aa9)), closes [#13210](https://github.com/bitnami/charts/issues/13210) ## 7.1.4 (2022-10-27) -* [bitnami/kong] Release 7.1.4 updating components versions ([afd43eb](https://github.com/bitnami/charts/commit/afd43eb)) +* [bitnami/kong] Release 7.1.4 updating components versions ([afd43eb](https://github.com/bitnami/charts/commit/afd43eb93341c25db9b0c4ed858cf6f8d0401025)) ## 7.1.3 (2022-10-27) -* Removes check on service.type when custom service.clusterIP is provided (#13117) ([63b3d0b](https://github.com/bitnami/charts/commit/63b3d0b)), closes [#13117](https://github.com/bitnami/charts/issues/13117) +* Removes check on service.type when custom service.clusterIP is provided (#13117) ([63b3d0b](https://github.com/bitnami/charts/commit/63b3d0b2a7363776b52e6dd68d985b20c3f6c456)), closes [#13117](https://github.com/bitnami/charts/issues/13117) ## 7.1.2 (2022-10-26) -* [bitnami/kong] Release 7.1.2 updating components versions ([7dfed92](https://github.com/bitnami/charts/commit/7dfed92)) +* [bitnami/kong] Release 7.1.2 updating components versions ([7dfed92](https://github.com/bitnami/charts/commit/7dfed92d7c65dd11ea4df080b375f297f2cc5e48)) ## 7.1.1 (2022-10-25) -* [bitnami/kong] Release 7.1.1 updating components versions ([d95ace0](https://github.com/bitnami/charts/commit/d95ace0)) +* [bitnami/kong] Release 7.1.1 updating components versions ([d95ace0](https://github.com/bitnami/charts/commit/d95ace0bd2e769228e025623cec8c49a73f5548d)) ## 7.1.0 (2022-10-25) -* [bitnami/kong] Sync upstream RBAC (#13133) ([74f4851](https://github.com/bitnami/charts/commit/74f4851)), closes [#13133](https://github.com/bitnami/charts/issues/13133) +* [bitnami/kong] Sync upstream RBAC (#13133) ([74f4851](https://github.com/bitnami/charts/commit/74f48510fdeeb237985bb4c9b5712768ff30598d)), closes [#13133](https://github.com/bitnami/charts/issues/13133) ## 7.0.5 (2022-10-25) -* [bitnami/kong] Release 7.0.5 updating components versions ([a4763e6](https://github.com/bitnami/charts/commit/a4763e6)) +* [bitnami/kong] Release 7.0.5 updating components versions ([a4763e6](https://github.com/bitnami/charts/commit/a4763e6112ecc89135873f1f30fd5b52a7e5657e)) ## 7.0.4 (2022-10-24) -* Adds missing get/list/watch permissions for ingressclassparameterses (#13095) ([7e2a6a3](https://github.com/bitnami/charts/commit/7e2a6a3)), closes [#13095](https://github.com/bitnami/charts/issues/13095) +* Adds missing get/list/watch permissions for ingressclassparameterses (#13095) ([7e2a6a3](https://github.com/bitnami/charts/commit/7e2a6a3b60a3bbef4ac5fc247871e1b4b6bfe053)), closes [#13095](https://github.com/bitnami/charts/issues/13095) ## 7.0.3 (2022-10-22) -* [bitnami/kong] Release 7.0.3 updating components versions ([acb1797](https://github.com/bitnami/charts/commit/acb1797)) +* [bitnami/kong] Release 7.0.3 updating components versions ([acb1797](https://github.com/bitnami/charts/commit/acb179782870d960208bd8a31c767df69a7403ca)) ## 7.0.2 (2022-10-21) -* [bitnami/kong] Release 7.0.2 updating components versions ([b882a5e](https://github.com/bitnami/charts/commit/b882a5e)) +* [bitnami/kong] Release 7.0.2 updating components versions ([b882a5e](https://github.com/bitnami/charts/commit/b882a5ea68aaa8f525cc8c08b9e4d1f2d077dfdf)) ## 7.0.1 (2022-10-17) -* [bitnami/*] Use new default branch name in links (#12943) ([a529e02](https://github.com/bitnami/charts/commit/a529e02)), closes [#12943](https://github.com/bitnami/charts/issues/12943) -* [bitnami/kong] Sync upstream CRDs (#12978) ([5ba1d42](https://github.com/bitnami/charts/commit/5ba1d42)), closes [#12978](https://github.com/bitnami/charts/issues/12978) +* [bitnami/*] Use new default branch name in links (#12943) ([a529e02](https://github.com/bitnami/charts/commit/a529e02597d49d944eba1eb0f190713293247176)), closes [#12943](https://github.com/bitnami/charts/issues/12943) +* [bitnami/kong] Sync upstream CRDs (#12978) ([5ba1d42](https://github.com/bitnami/charts/commit/5ba1d428ff56bb2bcd1ee5aae69d7af164844f1c)), closes [#12978](https://github.com/bitnami/charts/issues/12978) ## 7.0.0 (2022-10-10) -* [bitnami/kong] Release 7.0.0 updating components versions ([954b5e9](https://github.com/bitnami/charts/commit/954b5e9)) -* Generic README instructions related to the repo (#12792) ([3cf6b10](https://github.com/bitnami/charts/commit/3cf6b10)), closes [#12792](https://github.com/bitnami/charts/issues/12792) +* [bitnami/kong] Release 7.0.0 updating components versions ([954b5e9](https://github.com/bitnami/charts/commit/954b5e9a68b96f8fa6041b9968c1679cdd84a04b)) +* Generic README instructions related to the repo (#12792) ([3cf6b10](https://github.com/bitnami/charts/commit/3cf6b10e10e60df4b3e191d6b99aa99a9f597755)), closes [#12792](https://github.com/bitnami/charts/issues/12792) ## 6.4.14 (2022-10-04) -* [bitnami/kong] Release 6.4.14 updating components versions ([0b7872c](https://github.com/bitnami/charts/commit/0b7872c)) +* [bitnami/kong] Release 6.4.14 updating components versions ([0b7872c](https://github.com/bitnami/charts/commit/0b7872c386a08c7e90c9cefde89df6989ce1c252)) ## 6.4.13 (2022-09-23) -* [bitnami/kong] Use custom probes if given (#12514) ([c496532](https://github.com/bitnami/charts/commit/c496532)), closes [#12514](https://github.com/bitnami/charts/issues/12514) [#12354](https://github.com/bitnami/charts/issues/12354) +* [bitnami/kong] Use custom probes if given (#12514) ([c496532](https://github.com/bitnami/charts/commit/c496532b1931c1777fdb8c05093d497733e98c07)), closes [#12514](https://github.com/bitnami/charts/issues/12514) [#12354](https://github.com/bitnami/charts/issues/12354) ## 6.4.12 (2022-09-14) -* [bitnami/kong] Release 6.4.12 updating components versions ([a930cf8](https://github.com/bitnami/charts/commit/a930cf8)) +* [bitnami/kong] Release 6.4.12 updating components versions ([a930cf8](https://github.com/bitnami/charts/commit/a930cf8b438809fc203f5537898dfa326955dedb)) ## 6.4.11 (2022-09-14) -* [bitnami/kong] Release 6.4.11 updating components versions ([284347a](https://github.com/bitnami/charts/commit/284347a)) +* [bitnami/kong] Release 6.4.11 updating components versions ([284347a](https://github.com/bitnami/charts/commit/284347a298a4e13bd3aedea99e6335a45dff430f)) ## 6.4.10 (2022-09-13) -* [bitnami/kong] Release 6.4.10 updating components versions ([f115bf7](https://github.com/bitnami/charts/commit/f115bf7)) +* [bitnami/kong] Release 6.4.10 updating components versions ([f115bf7](https://github.com/bitnami/charts/commit/f115bf707b6060eb6648d5774fb0517d6f7c61f5)) ## 6.4.9 (2022-09-13) -* [bitnami/kong] Release 6.4.9 updating components versions ([af0ef6b](https://github.com/bitnami/charts/commit/af0ef6b)) +* [bitnami/kong] Release 6.4.9 updating components versions ([af0ef6b](https://github.com/bitnami/charts/commit/af0ef6b4945fc3542a49996f928653c919376e34)) ## 6.4.8 (2022-09-10) -* [bitnami/kong] Release 6.4.8 updating components versions ([63b3aee](https://github.com/bitnami/charts/commit/63b3aee)) +* [bitnami/kong] Release 6.4.8 updating components versions ([63b3aee](https://github.com/bitnami/charts/commit/63b3aee161734207cf593ed3b5f1d31c5f80ae94)) ## 6.4.7 (2022-08-31) -* [bitnami/kong] Release 6.4.7 updating components versions ([ce11745](https://github.com/bitnami/charts/commit/ce11745)) +* [bitnami/kong] Release 6.4.7 updating components versions ([ce11745](https://github.com/bitnami/charts/commit/ce117454d2a3bd027a97083b28deaea608af8de5)) ## 6.4.6 (2022-08-31) -* [bitnami/kong] Release 6.4.6 updating components versions ([8506e02](https://github.com/bitnami/charts/commit/8506e02)) +* [bitnami/kong] Release 6.4.6 updating components versions ([8506e02](https://github.com/bitnami/charts/commit/8506e027e53b4841d29f41e52436f2c711fbd8dc)) ## 6.4.5 (2022-08-30) -* [bitnami/kong] Release 6.4.5 updating components versions ([541e12b](https://github.com/bitnami/charts/commit/541e12b)) +* [bitnami/kong] Release 6.4.5 updating components versions ([541e12b](https://github.com/bitnami/charts/commit/541e12bc4ac178f894ff2d4d2e0ab21282037cc4)) ## 6.4.4 (2022-08-29) -* [bitnami/kong] Release 6.4.4 updating components versions ([a9934a7](https://github.com/bitnami/charts/commit/a9934a7)) +* [bitnami/kong] Release 6.4.4 updating components versions ([a9934a7](https://github.com/bitnami/charts/commit/a9934a776f5f92f9283dd4081004004df3ebc0b5)) ## 6.4.3 (2022-08-23) -* [bitnami/kong] Update Chart.lock (#12120) ([cd75154](https://github.com/bitnami/charts/commit/cd75154)), closes [#12120](https://github.com/bitnami/charts/issues/12120) +* [bitnami/kong] Update Chart.lock (#12120) ([cd75154](https://github.com/bitnami/charts/commit/cd75154e871dd445273c1cf2f8f9695a1a5b7e23)), closes [#12120](https://github.com/bitnami/charts/issues/12120) ## 6.4.2 (2022-08-23) -* [bitnami/kong] Release 6.4.2 updating components versions ([d88afdf](https://github.com/bitnami/charts/commit/d88afdf)) +* [bitnami/kong] Release 6.4.2 updating components versions ([d88afdf](https://github.com/bitnami/charts/commit/d88afdf52ca5e57d053b0f433cfa27f88f480517)) ## 6.4.1 (2022-08-22) -* [bitnami/kong] Update Chart.lock (#12001) ([7752da1](https://github.com/bitnami/charts/commit/7752da1)), closes [#12001](https://github.com/bitnami/charts/issues/12001) +* [bitnami/kong] Update Chart.lock (#12001) ([7752da1](https://github.com/bitnami/charts/commit/7752da16234af30de1e2d9081e24dbeddb1dc846)), closes [#12001](https://github.com/bitnami/charts/issues/12001) ## 6.4.0 (2022-08-22) -* [bitnami/kong] Add support for image digest apart from tag (#11904) ([061dd08](https://github.com/bitnami/charts/commit/061dd08)), closes [#11904](https://github.com/bitnami/charts/issues/11904) +* [bitnami/kong] Add support for image digest apart from tag (#11904) ([061dd08](https://github.com/bitnami/charts/commit/061dd08a4422d4dd9b8dc107a32d208e270b17bb)), closes [#11904](https://github.com/bitnami/charts/issues/11904) ## 6.3.32 (2022-08-09) -* [bitnami/kong] Release 6.3.32 updating components versions ([f77cff2](https://github.com/bitnami/charts/commit/f77cff2)) +* [bitnami/kong] Release 6.3.32 updating components versions ([f77cff2](https://github.com/bitnami/charts/commit/f77cff202da5c0c7d11cc8b1dd382cff3ccc4c3f)) ## 6.3.31 (2022-08-05) -* [bitnami/kong] Release 6.3.31 updating components versions ([01c4f27](https://github.com/bitnami/charts/commit/01c4f27)) +* [bitnami/kong] Release 6.3.31 updating components versions ([01c4f27](https://github.com/bitnami/charts/commit/01c4f274b8fe81d5db524172991e5dd9d5d88d6a)) ## 6.3.30 (2022-08-04) -* [bitnami/kong] Release 6.3.30 updating components versions ([9fca7ac](https://github.com/bitnami/charts/commit/9fca7ac)) +* [bitnami/kong] Release 6.3.30 updating components versions ([9fca7ac](https://github.com/bitnami/charts/commit/9fca7ac1c9870f7cd5e481774391a685574a4ce0)) ## 6.3.29 (2022-08-04) -* [bitnami/kong] Release 6.3.29 updating components versions ([32ba29e](https://github.com/bitnami/charts/commit/32ba29e)) +* [bitnami/kong] Release 6.3.29 updating components versions ([32ba29e](https://github.com/bitnami/charts/commit/32ba29e93a02099e09d5189f7270d6cdbaa53b78)) ## 6.3.28 (2022-08-03) -* [bitnami/kong] Release 6.3.28 updating components versions ([a878737](https://github.com/bitnami/charts/commit/a878737)) +* [bitnami/kong] Release 6.3.28 updating components versions ([a878737](https://github.com/bitnami/charts/commit/a878737c543d13cbb35602ea3203a82a9678ce9b)) ## 6.3.27 (2022-08-02) -* [bitnami/kong] Release 6.3.27 updating components versions ([e27a5b2](https://github.com/bitnami/charts/commit/e27a5b2)) +* [bitnami/kong] Release 6.3.27 updating components versions ([e27a5b2](https://github.com/bitnami/charts/commit/e27a5b23d009152bc60871c144badd7d81254b29)) ## 6.3.26 (2022-07-27) -* [bitnami/kong] Release 6.3.26 updating components versions ([b8f54ad](https://github.com/bitnami/charts/commit/b8f54ad)) +* [bitnami/kong] Release 6.3.26 updating components versions ([b8f54ad](https://github.com/bitnami/charts/commit/b8f54ad366f665abe68ff02c0aea4aabcc9d1c11)) ## 6.3.25 (2022-07-27) -* [bitnami/kong] Release 6.3.25 updating components versions ([5659f5d](https://github.com/bitnami/charts/commit/5659f5d)) +* [bitnami/kong] Release 6.3.25 updating components versions ([5659f5d](https://github.com/bitnami/charts/commit/5659f5de1ac47cd5e380d9a530084e0babee1683)) ## 6.3.24 (2022-07-27) -* [bitnami/*] Update URLs to point to the new bitnami/containers monorepo (#11352) ([d665af0](https://github.com/bitnami/charts/commit/d665af0)), closes [#11352](https://github.com/bitnami/charts/issues/11352) -* [bitnami/kong] Release 6.3.24 updating components versions ([fdb10ab](https://github.com/bitnami/charts/commit/fdb10ab)) +* [bitnami/*] Update URLs to point to the new bitnami/containers monorepo (#11352) ([d665af0](https://github.com/bitnami/charts/commit/d665af0c708846192d8d5fb2f5f9ea65dd464ab0)), closes [#11352](https://github.com/bitnami/charts/issues/11352) +* [bitnami/kong] Release 6.3.24 updating components versions ([fdb10ab](https://github.com/bitnami/charts/commit/fdb10ab0c203cfdf818556709f6fb5d0bbb2c302)) ## 6.3.23 (2022-07-21) -* [bitnami/kong] Release 6.3.23 updating components versions ([ef2ffa3](https://github.com/bitnami/charts/commit/ef2ffa3)) +* [bitnami/kong] Release 6.3.23 updating components versions ([ef2ffa3](https://github.com/bitnami/charts/commit/ef2ffa31076c1a21483ed42f4be8c1c17c1ca840)) ## 6.3.22 (2022-07-20) -* [bitnami/kong] Release 6.3.22 updating components versions ([9f3c16a](https://github.com/bitnami/charts/commit/9f3c16a)) +* [bitnami/kong] Release 6.3.22 updating components versions ([9f3c16a](https://github.com/bitnami/charts/commit/9f3c16a99be5f193c1f6d9b67b62a840ffba75b5)) ## 6.3.21 (2022-07-20) -* [bitnami/kong] Release 6.3.21 updating components versions ([7e4a21b](https://github.com/bitnami/charts/commit/7e4a21b)) +* [bitnami/kong] Release 6.3.21 updating components versions ([7e4a21b](https://github.com/bitnami/charts/commit/7e4a21b0efb68ca2f1c0996970155efc87e6e4d0)) ## 6.3.20 (2022-07-16) -* [bitnami/kong] Release 6.3.20 updating components versions ([fef05ec](https://github.com/bitnami/charts/commit/fef05ec)) +* [bitnami/kong] Release 6.3.20 updating components versions ([fef05ec](https://github.com/bitnami/charts/commit/fef05ec02e0d40e3dbdbc40b4345bad19b75ac03)) ## 6.3.19 (2022-07-12) -* [bitnami/kong] Release 6.3.19 updating components versions ([b196b00](https://github.com/bitnami/charts/commit/b196b00)) +* [bitnami/kong] Release 6.3.19 updating components versions ([b196b00](https://github.com/bitnami/charts/commit/b196b00feaed5af84931ca168a38d8d9c9602a98)) ## 6.3.18 (2022-07-09) -* [bitnami/kong] Release 6.3.18 updating components versions ([b318357](https://github.com/bitnami/charts/commit/b318357)) +* [bitnami/kong] Release 6.3.18 updating components versions ([b318357](https://github.com/bitnami/charts/commit/b318357d413d0e3f19476457e74cf9c8fe97d745)) ## 6.3.17 (2022-07-06) -* [bitnami/kong] Release 6.3.17 updating components versions ([7f182a2](https://github.com/bitnami/charts/commit/7f182a2)) +* [bitnami/kong] Release 6.3.17 updating components versions ([7f182a2](https://github.com/bitnami/charts/commit/7f182a2fbe110f1446d377455aa6a93dcc905f1e)) ## 6.3.16 (2022-07-05) -* [bitnami/kong] Release 6.3.16 updating components versions ([3c59086](https://github.com/bitnami/charts/commit/3c59086)) +* [bitnami/kong] Release 6.3.16 updating components versions ([3c59086](https://github.com/bitnami/charts/commit/3c590868f9cf99930a64eeeebe53880c4776eb5f)) ## 6.3.15 (2022-07-02) -* [bitnami/kong] Release 6.3.15 updating components versions ([532bb64](https://github.com/bitnami/charts/commit/532bb64)) +* [bitnami/kong] Release 6.3.15 updating components versions ([532bb64](https://github.com/bitnami/charts/commit/532bb645d723fc9dfac8b50869e1b53af8039f8d)) ## 6.3.14 (2022-06-30) -* [bitnami/kong] Release 6.3.14 updating components versions ([8abf8f2](https://github.com/bitnami/charts/commit/8abf8f2)) +* [bitnami/kong] Release 6.3.14 updating components versions ([8abf8f2](https://github.com/bitnami/charts/commit/8abf8f2aa5a29b50b8e56e0dd255c507ff4d237f)) ## 6.3.13 (2022-06-24) -* [bitnami/kong] Release 6.3.13 updating components versions ([ef04eb3](https://github.com/bitnami/charts/commit/ef04eb3)) +* [bitnami/kong] Release 6.3.13 updating components versions ([ef04eb3](https://github.com/bitnami/charts/commit/ef04eb312d0c0e4e0d9d0e8459575f221d01ccaf)) ## 6.3.12 (2022-06-21) -* [bitnami/kong] Release 6.3.12 updating components versions ([2c8134f](https://github.com/bitnami/charts/commit/2c8134f)) +* [bitnami/kong] Release 6.3.12 updating components versions ([2c8134f](https://github.com/bitnami/charts/commit/2c8134f6bf7c058d5e199a1964a938d87baf99d1)) ## 6.3.11 (2022-06-14) -* [bitnami/kong] Release 6.3.11 updating components versions ([af47568](https://github.com/bitnami/charts/commit/af47568)) +* [bitnami/kong] Release 6.3.11 updating components versions ([af47568](https://github.com/bitnami/charts/commit/af47568c61019a6b11d52829e41066ca1a4724b5)) ## 6.3.10 (2022-06-14) -* [bitnami/kong] Release 6.3.10 updating components versions ([7ff5f48](https://github.com/bitnami/charts/commit/7ff5f48)) +* [bitnami/kong] Release 6.3.10 updating components versions ([7ff5f48](https://github.com/bitnami/charts/commit/7ff5f48a595cfa3ac3b830daba97dde7f68dfa89)) ## 6.3.9 (2022-06-13) -* [bitnami/kong] Release 6.3.9 updating components versions ([3f898a0](https://github.com/bitnami/charts/commit/3f898a0)) +* [bitnami/kong] Release 6.3.9 updating components versions ([3f898a0](https://github.com/bitnami/charts/commit/3f898a0dc95c7363891ce668102abc714435460d)) ## 6.3.8 (2022-06-10) -* [bitnami/kong] Release 6.3.8 updating components versions ([053c7ef](https://github.com/bitnami/charts/commit/053c7ef)) +* [bitnami/kong] Release 6.3.8 updating components versions ([053c7ef](https://github.com/bitnami/charts/commit/053c7efe2442cebf29d9f7f92ba9ceab961f6903)) ## 6.3.7 (2022-06-08) -* [bitnami/kong] Release 6.3.7 updating components versions ([d3a5d41](https://github.com/bitnami/charts/commit/d3a5d41)) +* [bitnami/kong] Release 6.3.7 updating components versions ([d3a5d41](https://github.com/bitnami/charts/commit/d3a5d417521f4fa7b75aa0d4ae5699b4b9fa0e4e)) ## 6.3.6 (2022-06-07) -* [bitnami/*] Replace Kubeapps URL in READMEs (and kubeapps Chart.yaml) and remove BKPR references (#1 ([c6a7914](https://github.com/bitnami/charts/commit/c6a7914)), closes [#10600](https://github.com/bitnami/charts/issues/10600) -* Fix tolerations and topologySpreadConstraints default values (#10631) ([a143d17](https://github.com/bitnami/charts/commit/a143d17)), closes [#10631](https://github.com/bitnami/charts/issues/10631) +* [bitnami/*] Replace Kubeapps URL in READMEs (and kubeapps Chart.yaml) and remove BKPR references (#1 ([c6a7914](https://github.com/bitnami/charts/commit/c6a7914361e5aea6016fb45bf4d621edfd111d32)), closes [#10600](https://github.com/bitnami/charts/issues/10600) +* Fix tolerations and topologySpreadConstraints default values (#10631) ([a143d17](https://github.com/bitnami/charts/commit/a143d1731a4e44f65a90a0048df067faf5625327)), closes [#10631](https://github.com/bitnami/charts/issues/10631) ## 6.3.5 (2022-06-07) -* [bitnami/kong] Release 6.3.5 updating components versions ([cef8254](https://github.com/bitnami/charts/commit/cef8254)) +* [bitnami/kong] Release 6.3.5 updating components versions ([cef8254](https://github.com/bitnami/charts/commit/cef8254e71d3f84cb40ce1e264bb3139571e8c56)) ## 6.3.4 (2022-06-03) -* [bitnami/kong] Release 6.3.4 updating components versions ([d132a1b](https://github.com/bitnami/charts/commit/d132a1b)) +* [bitnami/kong] Release 6.3.4 updating components versions ([d132a1b](https://github.com/bitnami/charts/commit/d132a1b2f5d10da8015304526831389a84132143)) ## 6.3.3 (2022-06-01) -* [bitnami/several] Replace maintainers email by url (#10523) ([ff3cf61](https://github.com/bitnami/charts/commit/ff3cf61)), closes [#10523](https://github.com/bitnami/charts/issues/10523) +* [bitnami/several] Replace maintainers email by url (#10523) ([ff3cf61](https://github.com/bitnami/charts/commit/ff3cf617a1680509b0f3855d17c4ccff7b29a0ff)), closes [#10523](https://github.com/bitnami/charts/issues/10523) ## 6.3.2 (2022-05-30) -* [bitnami/several] Replace base64 --decode with base64 -d (#10495) ([099286a](https://github.com/bitnami/charts/commit/099286a)), closes [#10495](https://github.com/bitnami/charts/issues/10495) +* [bitnami/several] Replace base64 --decode with base64 -d (#10495) ([099286a](https://github.com/bitnami/charts/commit/099286ae7a87784cf809df0b64ab24f7ff0144c8)), closes [#10495](https://github.com/bitnami/charts/issues/10495) ## 6.3.1 (2022-05-27) -* [bitnami/kong] Release 6.3.1 updating components versions ([42f3848](https://github.com/bitnami/charts/commit/42f3848)) +* [bitnami/kong] Release 6.3.1 updating components versions ([42f3848](https://github.com/bitnami/charts/commit/42f3848c8291d0e383c0085ac4fb0ca496fa0666)) ## 6.3.0 (2022-05-27) -* [bitnami/kong] Add missing service parameter (#10420) ([585e960](https://github.com/bitnami/charts/commit/585e960)), closes [#10420](https://github.com/bitnami/charts/issues/10420) +* [bitnami/kong] Add missing service parameter (#10420) ([585e960](https://github.com/bitnami/charts/commit/585e9603d5bf2a6589d8c159a4aa9b273d82b581)), closes [#10420](https://github.com/bitnami/charts/issues/10420) ## 6.2.9 (2022-05-26) -* [bitnami/kong] Release 6.2.9 updating components versions ([dcabad3](https://github.com/bitnami/charts/commit/dcabad3)) +* [bitnami/kong] Release 6.2.9 updating components versions ([dcabad3](https://github.com/bitnami/charts/commit/dcabad31f254eee799b9986b889dca2b72349dc0)) ## 6.2.8 (2022-05-25) -* [bitnami/kong] Release 6.2.8 updating components versions ([adb74cf](https://github.com/bitnami/charts/commit/adb74cf)) +* [bitnami/kong] Release 6.2.8 updating components versions ([adb74cf](https://github.com/bitnami/charts/commit/adb74cf74334e9ed89b992425fa03fd646aceefa)) ## 6.2.7 (2022-05-24) -* [bitnami/kong] Release 6.2.7 updating components versions ([b19ff0f](https://github.com/bitnami/charts/commit/b19ff0f)) +* [bitnami/kong] Release 6.2.7 updating components versions ([b19ff0f](https://github.com/bitnami/charts/commit/b19ff0fafd9f42e6e8c726b6f25a935a3d839f78)) ## 6.2.6 (2022-05-22) -* [bitnami/kong] Release 6.2.6 updating components versions ([798a6c8](https://github.com/bitnami/charts/commit/798a6c8)) +* [bitnami/kong] Release 6.2.6 updating components versions ([798a6c8](https://github.com/bitnami/charts/commit/798a6c8fcf22d00087bba9fdc9f7f62bcfc2ee79)) ## 6.2.5 (2022-05-21) -* [bitnami/kong] Release 6.2.5 updating components versions ([9021334](https://github.com/bitnami/charts/commit/9021334)) +* [bitnami/kong] Release 6.2.5 updating components versions ([9021334](https://github.com/bitnami/charts/commit/902133491b52606e906782b38089c3382f04f4aa)) ## 6.2.4 (2022-05-20) -* [bitnami/*] Fix HPA API version template usage (#10332) ([85ce7af](https://github.com/bitnami/charts/commit/85ce7af)), closes [#10332](https://github.com/bitnami/charts/issues/10332) +* [bitnami/*] Fix HPA API version template usage (#10332) ([85ce7af](https://github.com/bitnami/charts/commit/85ce7af79a6a44d8b90e4907064ca77efe7c8288)), closes [#10332](https://github.com/bitnami/charts/issues/10332) ## 6.2.3 (2022-05-20) -* [bitnami/kong] Release 6.2.3 updating components versions ([1995c95](https://github.com/bitnami/charts/commit/1995c95)) +* [bitnami/kong] Release 6.2.3 updating components versions ([1995c95](https://github.com/bitnami/charts/commit/1995c954a3b45ffe6cd888065cea2919e5644d32)) ## 6.2.2 (2022-05-19) -* [bitnami/kong] Release 6.2.2 updating components versions ([6ccd804](https://github.com/bitnami/charts/commit/6ccd804)) +* [bitnami/kong] Release 6.2.2 updating components versions ([6ccd804](https://github.com/bitnami/charts/commit/6ccd8044fe73d7ebe01a4d1af54edd3b25bfbd49)) ## 6.2.1 (2022-05-18) -* [bitnami/kong] Release 6.2.1 updating components versions ([0217c91](https://github.com/bitnami/charts/commit/0217c91)) +* [bitnami/kong] Release 6.2.1 updating components versions ([0217c91](https://github.com/bitnami/charts/commit/0217c915f91add62ffc27deaaee1a3ad8f3ce4d1)) ## 6.2.0 (2022-05-16) -* [bitnami/*] add ingress extraRules feature (#10253) ([0f6cbb9](https://github.com/bitnami/charts/commit/0f6cbb9)), closes [#10253](https://github.com/bitnami/charts/issues/10253) +* [bitnami/*] add ingress extraRules feature (#10253) ([0f6cbb9](https://github.com/bitnami/charts/commit/0f6cbb9099b0e56685cc1d36ba50340f3d7278a1)), closes [#10253](https://github.com/bitnami/charts/issues/10253) ## 6.1.23 (2022-05-14) -* [bitnami/kong] Use the new helper for HPA API version (#10201) ([04cae78](https://github.com/bitnami/charts/commit/04cae78)), closes [#10201](https://github.com/bitnami/charts/issues/10201) +* [bitnami/kong] Use the new helper for HPA API version (#10201) ([04cae78](https://github.com/bitnami/charts/commit/04cae780547a346278fdc3a1206bcfb1e972274e)), closes [#10201](https://github.com/bitnami/charts/issues/10201) ## 6.1.22 (2022-05-13) -* [bitnami/*] Remove old 'ci' files (#10171) ([5df30c4](https://github.com/bitnami/charts/commit/5df30c4)), closes [#10171](https://github.com/bitnami/charts/issues/10171) -* [bitnami/*] Unify k8s directives separators (#10185) ([2650214](https://github.com/bitnami/charts/commit/2650214)), closes [#10185](https://github.com/bitnami/charts/issues/10185) +* [bitnami/*] Remove old 'ci' files (#10171) ([5df30c4](https://github.com/bitnami/charts/commit/5df30c44dbd1812da8786579ce4a94917d46a6ad)), closes [#10171](https://github.com/bitnami/charts/issues/10171) +* [bitnami/*] Unify k8s directives separators (#10185) ([2650214](https://github.com/bitnami/charts/commit/26502141d146ca3bdfb3bf744fcdec8ca5cece44)), closes [#10185](https://github.com/bitnami/charts/issues/10185) ## 6.1.21 (2022-05-11) -* [bitnami/*] Fix typo in comments (relay -> rely) (#10151) ([9cfe4a4](https://github.com/bitnami/charts/commit/9cfe4a4)), closes [#10151](https://github.com/bitnami/charts/issues/10151) +* [bitnami/*] Fix typo in comments (relay -> rely) (#10151) ([9cfe4a4](https://github.com/bitnami/charts/commit/9cfe4a48cc35851faea6be7ffb2a978d223befa0)), closes [#10151](https://github.com/bitnami/charts/issues/10151) ## 6.1.20 (2022-05-04) -* [bitnami/kong] Release 6.1.20 updating components versions ([d742119](https://github.com/bitnami/charts/commit/d742119)) +* [bitnami/kong] Release 6.1.20 updating components versions ([d742119](https://github.com/bitnami/charts/commit/d74211953581382d4fde5e62a44fc174b835e4ae)) ## 6.1.19 (2022-05-03) -* [bitnami/kong] Release 6.1.19 updating components versions ([9ed879f](https://github.com/bitnami/charts/commit/9ed879f)) +* [bitnami/kong] Release 6.1.19 updating components versions ([9ed879f](https://github.com/bitnami/charts/commit/9ed879f1d1b9039033ca886b650059f1fdcde3da)) ## 6.1.18 (2022-04-27) -* fix: fix kong missing templating indicator (#9949) ([8ddbd60](https://github.com/bitnami/charts/commit/8ddbd60)), closes [#9949](https://github.com/bitnami/charts/issues/9949) +* fix: fix kong missing templating indicator (#9949) ([8ddbd60](https://github.com/bitnami/charts/commit/8ddbd6037ebe98f5bdc84b3cf751abe1a19d4560)), closes [#9949](https://github.com/bitnami/charts/issues/9949) ## 6.1.17 (2022-04-21) -* [bitnami/kong] Release 6.1.17 updating components versions ([f122339](https://github.com/bitnami/charts/commit/f122339)) +* [bitnami/kong] Release 6.1.17 updating components versions ([f122339](https://github.com/bitnami/charts/commit/f12233905574e42f8361ca5d01d2bc4fb35e1ce3)) ## 6.1.16 (2022-04-21) -* [bitnami/kong] Release 6.1.16 updating components versions ([d0efc01](https://github.com/bitnami/charts/commit/d0efc01)) +* [bitnami/kong] Release 6.1.16 updating components versions ([d0efc01](https://github.com/bitnami/charts/commit/d0efc01e305300cde946d9d277f50f21afc42d88)) ## 6.1.15 (2022-04-21) -* [bitnami/kong] Align role and clusterRole rules with upstream project (#9772) ([d593e7c](https://github.com/bitnami/charts/commit/d593e7c)), closes [#9772](https://github.com/bitnami/charts/issues/9772) +* [bitnami/kong] Align role and clusterRole rules with upstream project (#9772) ([d593e7c](https://github.com/bitnami/charts/commit/d593e7c5351d931aa2422e83420022ac808f4d57)), closes [#9772](https://github.com/bitnami/charts/issues/9772) ## 6.1.14 (2022-04-20) -* [bitnami/kong] Release 6.1.14 updating components versions ([9d1c043](https://github.com/bitnami/charts/commit/9d1c043)) +* [bitnami/kong] Release 6.1.14 updating components versions ([9d1c043](https://github.com/bitnami/charts/commit/9d1c043c513d0aa67fc6beeeef17c9cb3550b574)) ## 6.1.13 (2022-04-19) -* [bitnami/kong] Release 6.1.13 updating components versions ([09455c9](https://github.com/bitnami/charts/commit/09455c9)) +* [bitnami/kong] Release 6.1.13 updating components versions ([09455c9](https://github.com/bitnami/charts/commit/09455c9618e4243abc1d92bddb9fc3c080d00be1)) ## 6.1.12 (2022-04-17) -* [bitnami/kong] Release 6.1.12 updating components versions ([c3f06ad](https://github.com/bitnami/charts/commit/c3f06ad)) +* [bitnami/kong] Release 6.1.12 updating components versions ([c3f06ad](https://github.com/bitnami/charts/commit/c3f06adfa97d391d646d6ae31bf9d7379002004e)) ## 6.1.11 (2022-04-15) -* [bitnami/kong] Release 6.1.11 updating components versions ([c3af36f](https://github.com/bitnami/charts/commit/c3af36f)) +* [bitnami/kong] Release 6.1.11 updating components versions ([c3af36f](https://github.com/bitnami/charts/commit/c3af36f3f964dcf1ca84044304b5b363eed2f307)) ## 6.1.10 (2022-04-07) -* [bitnami/kong] Release 6.1.10 updating components versions ([c77d792](https://github.com/bitnami/charts/commit/c77d792)) +* [bitnami/kong] Release 6.1.10 updating components versions ([c77d792](https://github.com/bitnami/charts/commit/c77d7926e37e9bd6ac4ae997d74c0651eaeac8a1)) ## 6.1.9 (2022-04-06) -* [bitnami/kong] Release 6.1.9 updating components versions ([4eb4d81](https://github.com/bitnami/charts/commit/4eb4d81)) +* [bitnami/kong] Release 6.1.9 updating components versions ([4eb4d81](https://github.com/bitnami/charts/commit/4eb4d81989c78bfc9ee456e05fe5e6021a013e72)) ## 6.1.8 (2022-04-02) -* [bitnami/kong] Release 6.1.8 updating components versions ([d084e9c](https://github.com/bitnami/charts/commit/d084e9c)) +* [bitnami/kong] Release 6.1.8 updating components versions ([d084e9c](https://github.com/bitnami/charts/commit/d084e9c4161482f052362c75260b9f2dced6144a)) ## 6.1.7 (2022-04-01) -* [bitnami/kong] Release 6.1.7 updating components versions ([d5076b0](https://github.com/bitnami/charts/commit/d5076b0)) +* [bitnami/kong] Release 6.1.7 updating components versions ([d5076b0](https://github.com/bitnami/charts/commit/d5076b0e04fb1d87fcc4adac67a5ed2925780871)) ## 6.1.6 (2022-03-29) -* [bitnami/kong] Release 6.1.6 updating components versions ([9a38de0](https://github.com/bitnami/charts/commit/9a38de0)) +* [bitnami/kong] Release 6.1.6 updating components versions ([9a38de0](https://github.com/bitnami/charts/commit/9a38de0fea79b0bc37c3af4c35d10266d008d36a)) ## 6.1.5 (2022-03-28) -* [bitnami/kong] Release 6.1.5 updating components versions ([033290c](https://github.com/bitnami/charts/commit/033290c)) +* [bitnami/kong] Release 6.1.5 updating components versions ([033290c](https://github.com/bitnami/charts/commit/033290ce86800bbce05768cd671fb5e6629f52b9)) ## 6.1.4 (2022-03-27) -* [bitnami/kong] Release 6.1.4 updating components versions ([4dbb77f](https://github.com/bitnami/charts/commit/4dbb77f)) +* [bitnami/kong] Release 6.1.4 updating components versions ([4dbb77f](https://github.com/bitnami/charts/commit/4dbb77fa6ae7dd06f8643cba0780b993cf25e597)) ## 6.1.3 (2022-03-23) -* [bitnami/kong] Release 6.1.3 updating components versions ([f5fafc8](https://github.com/bitnami/charts/commit/f5fafc8)) +* [bitnami/kong] Release 6.1.3 updating components versions ([f5fafc8](https://github.com/bitnami/charts/commit/f5fafc80d30a85012d49188b398b5f0ed5a31a7d)) ## 6.1.2 (2022-03-21) -* [bitnami/kong] Release 6.1.2 updating components versions ([54f5d7d](https://github.com/bitnami/charts/commit/54f5d7d)) +* [bitnami/kong] Release 6.1.2 updating components versions ([54f5d7d](https://github.com/bitnami/charts/commit/54f5d7d9163d756e57d6ef701b96aa5e29c2a9d2)) ## 6.1.1 (2022-03-17) -* [bitnami/kong] Release 6.1.1 updating components versions ([008dbdc](https://github.com/bitnami/charts/commit/008dbdc)) +* [bitnami/kong] Release 6.1.1 updating components versions ([008dbdc](https://github.com/bitnami/charts/commit/008dbdcb9c6ed06c4ac75da669af92476bb7003b)) ## 6.1.0 (2022-03-11) -* [bitnami/kong] Chart standardized (#9348) ([1469a8a](https://github.com/bitnami/charts/commit/1469a8a)), closes [#9348](https://github.com/bitnami/charts/issues/9348) +* [bitnami/kong] Chart standardized (#9348) ([1469a8a](https://github.com/bitnami/charts/commit/1469a8aaea0a84010a5c3424686b76f31d103799)), closes [#9348](https://github.com/bitnami/charts/issues/9348) ## 6.0.2 (2022-03-04) -* [bitnami/several] Reorder subcharts (#9299) ([a041f6b](https://github.com/bitnami/charts/commit/a041f6b)), closes [#9299](https://github.com/bitnami/charts/issues/9299) +* [bitnami/several] Reorder subcharts (#9299) ([a041f6b](https://github.com/bitnami/charts/commit/a041f6b0ff2dea82b3d030cb99454cede94dbc9a)), closes [#9299](https://github.com/bitnami/charts/issues/9299) ## 6.0.1 (2022-02-27) -* [bitnami/kong] Release 6.0.1 updating components versions ([ac62991](https://github.com/bitnami/charts/commit/ac62991)) +* [bitnami/kong] Release 6.0.1 updating components versions ([ac62991](https://github.com/bitnami/charts/commit/ac62991cfdb06e34837603ba16236bd8f3993eba)) ## 6.0.0 (2022-02-24) -* [bitnami/kong] feat!: :arrow_up: Bump PostgreSQL subchart (#9122) ([d3a8ca7](https://github.com/bitnami/charts/commit/d3a8ca7)), closes [#9122](https://github.com/bitnami/charts/issues/9122) +* [bitnami/kong] feat!: :arrow_up: Bump PostgreSQL subchart (#9122) ([d3a8ca7](https://github.com/bitnami/charts/commit/d3a8ca7621de73064edc27e083b8ab40a06a1eff)), closes [#9122](https://github.com/bitnami/charts/issues/9122) ## 5.0.7 (2022-02-22) -* [bitnami/kong] Release 5.0.7 updating components versions ([4ffcc3c](https://github.com/bitnami/charts/commit/4ffcc3c)) -* [bitnami/kong] Update CRDs (#9076) ([8611a7f](https://github.com/bitnami/charts/commit/8611a7f)), closes [#9076](https://github.com/bitnami/charts/issues/9076) +* [bitnami/kong] Release 5.0.7 updating components versions ([4ffcc3c](https://github.com/bitnami/charts/commit/4ffcc3c8503d151739274a816d84a4450813428a)) +* [bitnami/kong] Update CRDs (#9076) ([8611a7f](https://github.com/bitnami/charts/commit/8611a7f62e6833e359a5552e7db343962c135cb8)), closes [#9076](https://github.com/bitnami/charts/issues/9076) ## 5.0.6 (2022-02-21) -* [bitnami/kong] Do not hardcode PDB apiVersion (#9098) ([5e5d39f](https://github.com/bitnami/charts/commit/5e5d39f)), closes [#9098](https://github.com/bitnami/charts/issues/9098) +* [bitnami/kong] Do not hardcode PDB apiVersion (#9098) ([5e5d39f](https://github.com/bitnami/charts/commit/5e5d39fd62e21425be84555022aab4526ba5b472)), closes [#9098](https://github.com/bitnami/charts/issues/9098) ## 5.0.5 (2022-02-12) -* [bitnami/*] Fix non-utf8 characters (#8826) ([aebe0ed](https://github.com/bitnami/charts/commit/aebe0ed)), closes [#8826](https://github.com/bitnami/charts/issues/8826) -* [bitnami/kong] Release 5.0.5 updating components versions ([3a29810](https://github.com/bitnami/charts/commit/3a29810)) +* [bitnami/*] Fix non-utf8 characters (#8826) ([aebe0ed](https://github.com/bitnami/charts/commit/aebe0ed63d845e1e2b38751103810adf200b18f5)), closes [#8826](https://github.com/bitnami/charts/issues/8826) +* [bitnami/kong] Release 5.0.5 updating components versions ([3a29810](https://github.com/bitnami/charts/commit/3a298108f2c830520b7a36a8a78c5cbad358e7e8)) ## 5.0.4 (2022-01-27) -* [bitnami/kong] Release 5.0.4 updating components versions ([1380b90](https://github.com/bitnami/charts/commit/1380b90)) +* [bitnami/kong] Release 5.0.4 updating components versions ([1380b90](https://github.com/bitnami/charts/commit/1380b90f1f480952a611b791e2418e917d85559b)) ## 5.0.3 (2022-01-21) -* [bitnami/kong] Release 5.0.3 updating components versions ([b197242](https://github.com/bitnami/charts/commit/b197242)) +* [bitnami/kong] Release 5.0.3 updating components versions ([b197242](https://github.com/bitnami/charts/commit/b1972420a2b2e4430dd430f28a528013bc421c97)) ## 5.0.2 (2022-01-20) -* [bitnami/*] Readme automation (#8579) ([78d1938](https://github.com/bitnami/charts/commit/78d1938)), closes [#8579](https://github.com/bitnami/charts/issues/8579) -* [bitnami/*] Update READMEs (#8716) ([b9a9533](https://github.com/bitnami/charts/commit/b9a9533)), closes [#8716](https://github.com/bitnami/charts/issues/8716) -* [bitnami/several] Change prerequisites (#8725) ([8d740c5](https://github.com/bitnami/charts/commit/8d740c5)), closes [#8725](https://github.com/bitnami/charts/issues/8725) +* [bitnami/*] Readme automation (#8579) ([78d1938](https://github.com/bitnami/charts/commit/78d193831c900d178198491ffd08fa2217a64ecd)), closes [#8579](https://github.com/bitnami/charts/issues/8579) +* [bitnami/*] Update READMEs (#8716) ([b9a9533](https://github.com/bitnami/charts/commit/b9a953337590eb2979453385874a267bacf50936)), closes [#8716](https://github.com/bitnami/charts/issues/8716) +* [bitnami/several] Change prerequisites (#8725) ([8d740c5](https://github.com/bitnami/charts/commit/8d740c566cfdb7e2d933c40128b4e919fce953a5)), closes [#8725](https://github.com/bitnami/charts/issues/8725) ## 5.0.1 (2022-01-12) -* [bitnami/kong] Release 5.0.1 updating components versions ([99e18c5](https://github.com/bitnami/charts/commit/99e18c5)) -* [bitnami/several] Add license to the README ([05f7633](https://github.com/bitnami/charts/commit/05f7633)) -* [bitnami/several] Add license to the README ([32fb238](https://github.com/bitnami/charts/commit/32fb238)) -* [bitnami/several] Add license to the README ([b87c2f7](https://github.com/bitnami/charts/commit/b87c2f7)) +* [bitnami/kong] Release 5.0.1 updating components versions ([99e18c5](https://github.com/bitnami/charts/commit/99e18c53d5fcf49097e70ad220996e8e952227d3)) +* [bitnami/several] Add license to the README ([05f7633](https://github.com/bitnami/charts/commit/05f763372501d596e57db713dd53ff4ff3027cc4)) +* [bitnami/several] Add license to the README ([32fb238](https://github.com/bitnami/charts/commit/32fb238e60a0affc6debd3142eaa3c3d9089ec2a)) +* [bitnami/several] Add license to the README ([b87c2f7](https://github.com/bitnami/charts/commit/b87c2f7899d48a8b02c506765e6ae82937e9ba3f)) ## 5.0.0 (2021-12-29) -* [bitnami/kong] feat!: :boom: Bump cassandra chart to 9.x. (#8527) ([69a8757](https://github.com/bitnami/charts/commit/69a8757)), closes [#8527](https://github.com/bitnami/charts/issues/8527) -* [bitnami/several] Regenerate README tables ([a43cca7](https://github.com/bitnami/charts/commit/a43cca7)) +* [bitnami/kong] feat!: :boom: Bump cassandra chart to 9.x. (#8527) ([69a8757](https://github.com/bitnami/charts/commit/69a875748e713075a596767d1ce053ba4abba974)), closes [#8527](https://github.com/bitnami/charts/issues/8527) +* [bitnami/several] Regenerate README tables ([a43cca7](https://github.com/bitnami/charts/commit/a43cca73cabae95609e943f6eb2cdeefc04e866b)) ## 4.1.11 (2021-12-01) -* [bitnami/kong] Release 4.1.11 updating components versions ([6d7ea35](https://github.com/bitnami/charts/commit/6d7ea35)) +* [bitnami/kong] Release 4.1.11 updating components versions ([6d7ea35](https://github.com/bitnami/charts/commit/6d7ea3544ed4752749c8d5b6801af930f4c04741)) ## 4.1.10 (2021-11-29) -* [bitnami/several] Regenerate README tables ([94d0553](https://github.com/bitnami/charts/commit/94d0553)) -* [bitnami/several] Replace HTTP by HTTPS when possible (#8259) ([eafb5bd](https://github.com/bitnami/charts/commit/eafb5bd)), closes [#8259](https://github.com/bitnami/charts/issues/8259) +* [bitnami/several] Regenerate README tables ([94d0553](https://github.com/bitnami/charts/commit/94d0553d3c1bc1b75dfeba75860f9a89af08e1c3)) +* [bitnami/several] Replace HTTP by HTTPS when possible (#8259) ([eafb5bd](https://github.com/bitnami/charts/commit/eafb5bd5a2cc3aaf04fc1e8ebedd73f420d76864)), closes [#8259](https://github.com/bitnami/charts/issues/8259) ## 4.1.9 (2021-11-08) -* [bitnami/kong] Release 4.1.9 updating components versions ([02a7e20](https://github.com/bitnami/charts/commit/02a7e20)) -* [bitnami/several] Regenerate README tables ([ef52074](https://github.com/bitnami/charts/commit/ef52074)) +* [bitnami/kong] Release 4.1.9 updating components versions ([02a7e20](https://github.com/bitnami/charts/commit/02a7e2033c2ea34c7460a328342597d026ab804b)) +* [bitnami/several] Regenerate README tables ([ef52074](https://github.com/bitnami/charts/commit/ef52074d5f3dd00218322cd201f83ee55f9dd1e6)) ## 4.1.8 (2021-11-05) -* [bitnami/kong] Release 4.1.8 updating components versions ([a4f53c9](https://github.com/bitnami/charts/commit/a4f53c9)) -* [bitnami/several] Regenerate README tables ([412cf6a](https://github.com/bitnami/charts/commit/412cf6a)) +* [bitnami/kong] Release 4.1.8 updating components versions ([a4f53c9](https://github.com/bitnami/charts/commit/a4f53c99d3d03e2d4a8fb475d79f8162d4817df7)) +* [bitnami/several] Regenerate README tables ([412cf6a](https://github.com/bitnami/charts/commit/412cf6a513cb0c03444a6e7811c6f27193239a10)) ## 4.1.7 (2021-10-26) -* [bitnami/kong] Release 4.1.7 updating components versions ([57bf289](https://github.com/bitnami/charts/commit/57bf289)) +* [bitnami/kong] Release 4.1.7 updating components versions ([57bf289](https://github.com/bitnami/charts/commit/57bf2894552c5a9da48fcd9fb90d3e31b17fc664)) ## 4.1.6 (2021-10-22) -* [bitnami/several] Add chart info to NOTES.txt (#7889) ([a6751cd](https://github.com/bitnami/charts/commit/a6751cd)), closes [#7889](https://github.com/bitnami/charts/issues/7889) +* [bitnami/several] Add chart info to NOTES.txt (#7889) ([a6751cd](https://github.com/bitnami/charts/commit/a6751cdd33c461fabbc459fbea6f219ec64ab6b2)), closes [#7889](https://github.com/bitnami/charts/issues/7889) ## 4.1.5 (2021-10-19) -* [bitnami/kong] Fix mismatch of port name in ServiceMonitor (#7842) ([a6a08bf](https://github.com/bitnami/charts/commit/a6a08bf)), closes [#7842](https://github.com/bitnami/charts/issues/7842) +* [bitnami/kong] Fix mismatch of port name in ServiceMonitor (#7842) ([a6a08bf](https://github.com/bitnami/charts/commit/a6a08bfaf452715bedcd783b705283888b122cf1)), closes [#7842](https://github.com/bitnami/charts/issues/7842) ## 4.1.4 (2021-10-07) -* [bitnami/*] Fix service monitors selectors (#7720) ([1279593](https://github.com/bitnami/charts/commit/1279593)), closes [#7720](https://github.com/bitnami/charts/issues/7720) +* [bitnami/*] Fix service monitors selectors (#7720) ([1279593](https://github.com/bitnami/charts/commit/1279593765044df99902bfee8dcfaeb60e95f125)), closes [#7720](https://github.com/bitnami/charts/issues/7720) ## 4.1.3 (2021-10-01) -* [bitnami/*] Drop support for deprecated cert-manager annotation (#7582) ([a081792](https://github.com/bitnami/charts/commit/a081792)), closes [#7582](https://github.com/bitnami/charts/issues/7582) -* [bitnami/several] Regenerate README tables ([9d60bbd](https://github.com/bitnami/charts/commit/9d60bbd)) +* [bitnami/*] Drop support for deprecated cert-manager annotation (#7582) ([a081792](https://github.com/bitnami/charts/commit/a08179293543f063e5de966a9976ca967161de7b)), closes [#7582](https://github.com/bitnami/charts/issues/7582) +* [bitnami/several] Regenerate README tables ([9d60bbd](https://github.com/bitnami/charts/commit/9d60bbdd3b400b3585476f9c0b8e29e5c9e00892)) ## 4.1.2 (2021-09-27) -* [bitnami/*] Generate READMEs with new generator version (#7614) ([e5ab2e6](https://github.com/bitnami/charts/commit/e5ab2e6)), closes [#7614](https://github.com/bitnami/charts/issues/7614) -* [bitnami/kong] Release 4.1.2 updating components versions ([37312c4](https://github.com/bitnami/charts/commit/37312c4)) -* [bitnami/several] Regenerate README tables ([b294dc2](https://github.com/bitnami/charts/commit/b294dc2)) +* [bitnami/*] Generate READMEs with new generator version (#7614) ([e5ab2e6](https://github.com/bitnami/charts/commit/e5ab2e6ecdd6bce800863f154cda524ff9f6c117)), closes [#7614](https://github.com/bitnami/charts/issues/7614) +* [bitnami/kong] Release 4.1.2 updating components versions ([37312c4](https://github.com/bitnami/charts/commit/37312c45ae16d5ffb44e13fda298f76cbc677e8c)) +* [bitnami/several] Regenerate README tables ([b294dc2](https://github.com/bitnami/charts/commit/b294dc21d3b108bd49cf64fd1e3ddaa8a2bc8e4a)) ## 4.1.1 (2021-09-13) -* [bitnami/kong] Release 4.1.1 updating components versions ([d4be4c7](https://github.com/bitnami/charts/commit/d4be4c7)) +* [bitnami/kong] Release 4.1.1 updating components versions ([d4be4c7](https://github.com/bitnami/charts/commit/d4be4c70bc7a3252035cbcf4cca2657e9bd7d21a)) ## 4.1.0 (2021-09-09) -* [bitnami/kong] Add option to disable HTTP ports (#7423) ([d4dd3f3](https://github.com/bitnami/charts/commit/d4dd3f3)), closes [#7423](https://github.com/bitnami/charts/issues/7423) -* [bitnami/several] Regenerate README tables ([c01cbe5](https://github.com/bitnami/charts/commit/c01cbe5)) +* [bitnami/kong] Add option to disable HTTP ports (#7423) ([d4dd3f3](https://github.com/bitnami/charts/commit/d4dd3f34b22ebe92bf04acb533d020f9771380f6)), closes [#7423](https://github.com/bitnami/charts/issues/7423) +* [bitnami/several] Regenerate README tables ([c01cbe5](https://github.com/bitnami/charts/commit/c01cbe5e3bfe8a5f8545107f9c8d99a58d0e6832)) ## 4.0.5 (2021-09-07) -* [bitnami/kong] Release 4.0.5 updating components versions ([8bbe1fb](https://github.com/bitnami/charts/commit/8bbe1fb)) -* [bitnami/several] Regenerate README tables ([64d5d74](https://github.com/bitnami/charts/commit/64d5d74)) +* [bitnami/kong] Release 4.0.5 updating components versions ([8bbe1fb](https://github.com/bitnami/charts/commit/8bbe1fbacffd45ca2aa646e57353b914c93df4e8)) +* [bitnami/several] Regenerate README tables ([64d5d74](https://github.com/bitnami/charts/commit/64d5d747b84299ca9f63ea8a586b13870abe31a6)) ## 4.0.4 (2021-08-31) -* [bitnami/kong] Release 4.0.4 updating components versions ([e86a4a6](https://github.com/bitnami/charts/commit/e86a4a6)) -* [bitnami/several] Regenerate README tables ([da2513b](https://github.com/bitnami/charts/commit/da2513b)) +* [bitnami/kong] Release 4.0.4 updating components versions ([e86a4a6](https://github.com/bitnami/charts/commit/e86a4a66a29f8460e9b1445af8ce4bf3d6acdc7d)) +* [bitnami/several] Regenerate README tables ([da2513b](https://github.com/bitnami/charts/commit/da2513bf0a33819f3b1151d387c631a9ffdb03e2)) ## 4.0.3 (2021-08-26) -* [bitnami/kong] Release 4.0.3 updating components versions ([97bf1bc](https://github.com/bitnami/charts/commit/97bf1bc)) +* [bitnami/kong] Release 4.0.3 updating components versions ([97bf1bc](https://github.com/bitnami/charts/commit/97bf1bca78a54d624c692b57188b8630224ff36a)) ## 4.0.2 (2021-08-25) -* [bitnami/kong] Release 4.0.2 updating components versions ([afaee08](https://github.com/bitnami/charts/commit/afaee08)) -* [bitnami/several] Regenerate README tables ([6c9124f](https://github.com/bitnami/charts/commit/6c9124f)) +* [bitnami/kong] Release 4.0.2 updating components versions ([afaee08](https://github.com/bitnami/charts/commit/afaee0800115b72d29fd8226e8ba51cf583cd37c)) +* [bitnami/several] Regenerate README tables ([6c9124f](https://github.com/bitnami/charts/commit/6c9124f79491aa65f53a87c1ed598b47ffa8b411)) ## 4.0.1 (2021-08-18) -* [bitnami/kong] Release 4.0.1 updating components versions ([e363e61](https://github.com/bitnami/charts/commit/e363e61)) +* [bitnami/kong] Release 4.0.1 updating components versions ([e363e61](https://github.com/bitnami/charts/commit/e363e617467402dc3f9b43cb5a786a76ab51fd9e)) ## 4.0.0 (2021-08-16) -* [bitnami/kong] Update Cassandra subchart to newest major (#7222) ([9483617](https://github.com/bitnami/charts/commit/9483617)), closes [#7222](https://github.com/bitnami/charts/issues/7222) +* [bitnami/kong] Update Cassandra subchart to newest major (#7222) ([9483617](https://github.com/bitnami/charts/commit/94836179f1d56eb9ef9398b9b13b9222e438d712)), closes [#7222](https://github.com/bitnami/charts/issues/7222) ## 3.8.2 (2021-08-13) -* [bitnami/kong] Release 3.8.2 updating components versions ([be79228](https://github.com/bitnami/charts/commit/be79228)) -* [bitnami/several] Regenerate README tables ([6c107e8](https://github.com/bitnami/charts/commit/6c107e8)) +* [bitnami/kong] Release 3.8.2 updating components versions ([be79228](https://github.com/bitnami/charts/commit/be792281bbb8aba209be65a083cbd31c80c21291)) +* [bitnami/several] Regenerate README tables ([6c107e8](https://github.com/bitnami/charts/commit/6c107e835d6caf8db2e8b17dcd48c5971637e013)) ## 3.8.1 (2021-08-04) -* [bitnami/kong] Release 3.8.1 updating components versions ([2e5e7a0](https://github.com/bitnami/charts/commit/2e5e7a0)) +* [bitnami/kong] Release 3.8.1 updating components versions ([2e5e7a0](https://github.com/bitnami/charts/commit/2e5e7a0d7c6aa7dcbeea858218ff8b7a110c27a0)) ## 3.8.0 (2021-07-27) -* [bitnami/several] Add diagnostic mode (#7012) ([f1344b0](https://github.com/bitnami/charts/commit/f1344b0)), closes [#7012](https://github.com/bitnami/charts/issues/7012) +* [bitnami/several] Add diagnostic mode (#7012) ([f1344b0](https://github.com/bitnami/charts/commit/f1344b0361c5a93bf971d08f0fc64d3c8588cbf9)), closes [#7012](https://github.com/bitnami/charts/issues/7012) ## 3.7.10 (2021-07-26) -* [bitnami/several] Fix default values and regenerate README (#7045) ([90c81ac](https://github.com/bitnami/charts/commit/90c81ac)), closes [#7045](https://github.com/bitnami/charts/issues/7045) +* [bitnami/several] Fix default values and regenerate README (#7045) ([90c81ac](https://github.com/bitnami/charts/commit/90c81ac55e7b35709b04ea551bc54a40453ce630)), closes [#7045](https://github.com/bitnami/charts/issues/7045) ## 3.7.9 (2021-07-15) -* [bitnami/kong] Release 3.7.9 updating components versions ([599ddea](https://github.com/bitnami/charts/commit/599ddea)) +* [bitnami/kong] Release 3.7.9 updating components versions ([599ddea](https://github.com/bitnami/charts/commit/599ddea820fbb1e90429c5a57faac725ce5f51ca)) ## 3.7.8 (2021-07-07) -* [bitnami/*] Adapt values.yaml of Kong, kube-prometheus and kube-state-metrics charts (#6866) ([91fe898](https://github.com/bitnami/charts/commit/91fe898)), closes [#6866](https://github.com/bitnami/charts/issues/6866) +* [bitnami/*] Adapt values.yaml of Kong, kube-prometheus and kube-state-metrics charts (#6866) ([91fe898](https://github.com/bitnami/charts/commit/91fe89837f06c12c9f76e72aafac26248fac2177)), closes [#6866](https://github.com/bitnami/charts/issues/6866) ## 3.7.7 (2021-07-05) -* [bitnami/kong] Release 3.7.7 updating components versions ([9eef146](https://github.com/bitnami/charts/commit/9eef146)) +* [bitnami/kong] Release 3.7.7 updating components versions ([9eef146](https://github.com/bitnami/charts/commit/9eef146f738a467d91c28ce0925175bf7d869b59)) ## 3.7.6 (2021-06-27) -* [bitnami/kong] Release 3.7.6 updating components versions ([7675d82](https://github.com/bitnami/charts/commit/7675d82)) +* [bitnami/kong] Release 3.7.6 updating components versions ([7675d82](https://github.com/bitnami/charts/commit/7675d82fd05361f5fb22174655cec3d22b4927b8)) ## 3.7.5 (2021-06-19) -* [bitnami/kong] Release 3.7.5 updating components versions ([e74fe88](https://github.com/bitnami/charts/commit/e74fe88)) +* [bitnami/kong] Release 3.7.5 updating components versions ([e74fe88](https://github.com/bitnami/charts/commit/e74fe882fb90ba55981232315b86fb4775f3e52f)) ## 3.7.4 (2021-05-23) -* [bitnami/kong] Release 3.7.4 updating components versions ([dd2efa8](https://github.com/bitnami/charts/commit/dd2efa8)) +* [bitnami/kong] Release 3.7.4 updating components versions ([dd2efa8](https://github.com/bitnami/charts/commit/dd2efa8ed513ab98b545e59760394f770a102994)) ## 3.7.3 (2021-05-11) -* [bitnami/kong] Release 3.7.3 updating components versions ([b0ce50b](https://github.com/bitnami/charts/commit/b0ce50b)) +* [bitnami/kong] Release 3.7.3 updating components versions ([b0ce50b](https://github.com/bitnami/charts/commit/b0ce50b8bd5fb4271f5c216d2111439a5bfad87e)) ## 3.7.2 (2021-05-08) -* [bitnami/kong] Release 3.7.2 updating components versions ([b1b2659](https://github.com/bitnami/charts/commit/b1b2659)) +* [bitnami/kong] Release 3.7.2 updating components versions ([b1b2659](https://github.com/bitnami/charts/commit/b1b265953f3265cb5c09b60d3608dec43ff0df4f)) ## 3.7.1 (2021-05-07) -* [bitnami/kong] Fix kong ServiceAccount missing namespace (#6311) ([8b8fa49](https://github.com/bitnami/charts/commit/8b8fa49)), closes [#6311](https://github.com/bitnami/charts/issues/6311) +* [bitnami/kong] Fix kong ServiceAccount missing namespace (#6311) ([8b8fa49](https://github.com/bitnami/charts/commit/8b8fa49cc0df464b8d9fa5542302556a86dbc611)), closes [#6311](https://github.com/bitnami/charts/issues/6311) ## 3.7.0 (2021-05-05) -* [bitnami/kong] Sync with upstream (#6249) ([87c8775](https://github.com/bitnami/charts/commit/87c8775)), closes [#6249](https://github.com/bitnami/charts/issues/6249) [#6268](https://github.com/bitnami/charts/issues/6268) +* [bitnami/kong] Sync with upstream (#6249) ([87c8775](https://github.com/bitnami/charts/commit/87c87757564245807eba46db1fb28af21c0862b3)), closes [#6249](https://github.com/bitnami/charts/issues/6249) [#6268](https://github.com/bitnami/charts/issues/6268) ## 3.6.0 (2021-05-03) -* Added service.clusterIP option (#6268) ([b05dfa2](https://github.com/bitnami/charts/commit/b05dfa2)), closes [#6268](https://github.com/bitnami/charts/issues/6268) +* Added service.clusterIP option (#6268) ([b05dfa2](https://github.com/bitnami/charts/commit/b05dfa23b20fb31fa9ff5e2d161f25f599878de8)), closes [#6268](https://github.com/bitnami/charts/issues/6268) ## 3.5.4 (2021-04-30) -* [bitnami/kong] Release 3.5.4 updating components versions ([cb2a742](https://github.com/bitnami/charts/commit/cb2a742)) +* [bitnami/kong] Release 3.5.4 updating components versions ([cb2a742](https://github.com/bitnami/charts/commit/cb2a7424b2c84b9f2f73913db38e56f9ad374e77)) ## 3.5.3 (2021-04-29) -* [bitnami/kong] Release 3.5.3 updating components versions ([e944148](https://github.com/bitnami/charts/commit/e944148)) +* [bitnami/kong] Release 3.5.3 updating components versions ([e944148](https://github.com/bitnami/charts/commit/e944148b6dafb847ab191d603871f68fbba1bec4)) ## 3.5.2 (2021-04-28) -* [bitnami/kong] Release 3.5.2 updating components versions ([74f25cd](https://github.com/bitnami/charts/commit/74f25cd)) +* [bitnami/kong] Release 3.5.2 updating components versions ([74f25cd](https://github.com/bitnami/charts/commit/74f25cdd59ca77f1cb67a9847b91624f7dbcc882)) ## 3.5.1 (2021-04-27) -* [bitnami/kong] Release 3.5.1 updating components versions ([ecb1946](https://github.com/bitnami/charts/commit/ecb1946)) +* [bitnami/kong] Release 3.5.1 updating components versions ([ecb1946](https://github.com/bitnami/charts/commit/ecb194637e78e9dc23cef3032062db7507d8d913)) ## 3.5.0 (2021-04-22) -* [bitnami/kong]Adds externalTrafficPolicy setting to kong service (#6171) ([e5c8f2b](https://github.com/bitnami/charts/commit/e5c8f2b)), closes [#6171](https://github.com/bitnami/charts/issues/6171) +* [bitnami/kong]Adds externalTrafficPolicy setting to kong service (#6171) ([e5c8f2b](https://github.com/bitnami/charts/commit/e5c8f2b0871f2d63d9fdcdb66b84e2aad9d46188)), closes [#6171](https://github.com/bitnami/charts/issues/6171) ## 3.4.9 (2021-04-22) -* [bitnami/kong] Release 3.4.9 updating components versions ([11611c5](https://github.com/bitnami/charts/commit/11611c5)) +* [bitnami/kong] Release 3.4.9 updating components versions ([11611c5](https://github.com/bitnami/charts/commit/11611c5064a1652098f24b9aa108228b2f61aaa1)) ## 3.4.8 (2021-04-14) -* [bitnami/kong] Release 3.4.8 updating components versions ([0e71be9](https://github.com/bitnami/charts/commit/0e71be9)) +* [bitnami/kong] Release 3.4.8 updating components versions ([0e71be9](https://github.com/bitnami/charts/commit/0e71be9e4eb2111203b5727af05aaea68a481234)) ## 3.4.7 (2021-03-30) -* [bitnami/kong] Release 3.4.7 updating components versions ([b4ba6b8](https://github.com/bitnami/charts/commit/b4ba6b8)) +* [bitnami/kong] Release 3.4.7 updating components versions ([b4ba6b8](https://github.com/bitnami/charts/commit/b4ba6b8398385117e909ae4bdf02275d8afa4de6)) ## 3.4.6 (2021-03-29) -* [bitnami/kong] readme: add dbless mode infos (#5804) ([0575e8d](https://github.com/bitnami/charts/commit/0575e8d)), closes [#5804](https://github.com/bitnami/charts/issues/5804) +* [bitnami/kong] readme: add dbless mode infos (#5804) ([0575e8d](https://github.com/bitnami/charts/commit/0575e8d3444e39d1eaed22b5153d20638475dac3)), closes [#5804](https://github.com/bitnami/charts/issues/5804) ## 3.4.5 (2021-03-17) -* [bitnami/kong] Release 3.4.5 updating components versions ([c462de2](https://github.com/bitnami/charts/commit/c462de2)) +* [bitnami/kong] Release 3.4.5 updating components versions ([c462de2](https://github.com/bitnami/charts/commit/c462de219a03c314ac6adc83ec016cc7c0b2bcdb)) ## 3.4.4 (2021-03-09) -* [bitnami/kong] Release 3.4.4 updating components versions ([4973e9d](https://github.com/bitnami/charts/commit/4973e9d)) +* [bitnami/kong] Release 3.4.4 updating components versions ([4973e9d](https://github.com/bitnami/charts/commit/4973e9d648dd7caaa223d5af75a6076a8a0ab102)) ## 3.4.3 (2021-02-26) -* [bitnami/kong] Release 3.4.3 updating components versions ([22cafc0](https://github.com/bitnami/charts/commit/22cafc0)) +* [bitnami/kong] Release 3.4.3 updating components versions ([22cafc0](https://github.com/bitnami/charts/commit/22cafc07c1b93a325956b8a0d2ef3a0c75da276a)) ## 3.4.2 (2021-02-22) -* [bitnami/*] Use common macro to define RBAC apiVersion (#5585) ([71fb99f](https://github.com/bitnami/charts/commit/71fb99f)), closes [#5585](https://github.com/bitnami/charts/issues/5585) +* [bitnami/*] Use common macro to define RBAC apiVersion (#5585) ([71fb99f](https://github.com/bitnami/charts/commit/71fb99f541e971b1daafaa20ffb7d18b153b8d60)), closes [#5585](https://github.com/bitnami/charts/issues/5585) ## 3.4.1 (2021-02-11) -* [bitnami/kong] Release 3.4.1 updating components versions ([ae22b87](https://github.com/bitnami/charts/commit/ae22b87)) +* [bitnami/kong] Release 3.4.1 updating components versions ([ae22b87](https://github.com/bitnami/charts/commit/ae22b878c0472aa84c78f3d30b57bdc918abaefd)) ## 3.4.0 (2021-01-28) -* [bitnami/kong] Add hostAliases (#5252) ([d084344](https://github.com/bitnami/charts/commit/d084344)), closes [#5252](https://github.com/bitnami/charts/issues/5252) +* [bitnami/kong] Add hostAliases (#5252) ([d084344](https://github.com/bitnami/charts/commit/d08434485922f57c3bb6d7752367aa6fd05aaf07)), closes [#5252](https://github.com/bitnami/charts/issues/5252) ## 3.3.2 (2021-01-26) -* [bitnami/kong] Release 3.3.2 updating components versions ([2c17801](https://github.com/bitnami/charts/commit/2c17801)) +* [bitnami/kong] Release 3.3.2 updating components versions ([2c17801](https://github.com/bitnami/charts/commit/2c17801b26ec8a401ff1b45d28da76d32a038172)) ## 3.3.1 (2021-01-23) -* Fix png url (#5200) ([fd6bd1f](https://github.com/bitnami/charts/commit/fd6bd1f)), closes [#5200](https://github.com/bitnami/charts/issues/5200) +* Fix png url (#5200) ([fd6bd1f](https://github.com/bitnami/charts/commit/fd6bd1fc2f3c5d1979cdb5e78451cc1084aca608)), closes [#5200](https://github.com/bitnami/charts/issues/5200) ## 3.3.0 (2021-01-20) -* Remove Helm 2 support for CRDs (#5154) ([9a27791](https://github.com/bitnami/charts/commit/9a27791)), closes [#5154](https://github.com/bitnami/charts/issues/5154) +* Remove Helm 2 support for CRDs (#5154) ([9a27791](https://github.com/bitnami/charts/commit/9a27791dcd1103c5024537bafeeb59e4af084f12)), closes [#5154](https://github.com/bitnami/charts/issues/5154) ## 3.2.1 (2021-01-19) -* [bitnami/*] Change helm version in the prerequisites (#5090) ([c5e67a3](https://github.com/bitnami/charts/commit/c5e67a3)), closes [#5090](https://github.com/bitnami/charts/issues/5090) -* [bitnami/kong] Drop values-production.yaml support (#5136) ([cd79733](https://github.com/bitnami/charts/commit/cd79733)), closes [#5136](https://github.com/bitnami/charts/issues/5136) +* [bitnami/*] Change helm version in the prerequisites (#5090) ([c5e67a3](https://github.com/bitnami/charts/commit/c5e67a388743cbee28439d2cabca27884b9daf97)), closes [#5090](https://github.com/bitnami/charts/issues/5090) +* [bitnami/kong] Drop values-production.yaml support (#5136) ([cd79733](https://github.com/bitnami/charts/commit/cd79733e6104d81502b6d8808eb7e5c099db5fa7)), closes [#5136](https://github.com/bitnami/charts/issues/5136) ## 3.2.0 (2021-01-15) -* [bitnami/*] Adapt Ingress to K8s 1.20 (#4972) ([b7c8b5b](https://github.com/bitnami/charts/commit/b7c8b5b)), closes [#4972](https://github.com/bitnami/charts/issues/4972) +* [bitnami/*] Adapt Ingress to K8s 1.20 (#4972) ([b7c8b5b](https://github.com/bitnami/charts/commit/b7c8b5be202cafed9c1a324c6550fd18fafb68a1)), closes [#4972](https://github.com/bitnami/charts/issues/4972) ## 3.1.1 (2021-01-13) -* [bitnami/kong] Release 3.1.1 updating components versions ([37c719d](https://github.com/bitnami/charts/commit/37c719d)) +* [bitnami/kong] Release 3.1.1 updating components versions ([37c719d](https://github.com/bitnami/charts/commit/37c719d153d0cdfaeea4ba1afd9dde33428db67b)) ## 3.1.0 (2020-12-15) -* [bitnami/kong] Ingress Controller version (#4733) ([f047c14](https://github.com/bitnami/charts/commit/f047c14)), closes [#4733](https://github.com/bitnami/charts/issues/4733) +* [bitnami/kong] Ingress Controller version (#4733) ([f047c14](https://github.com/bitnami/charts/commit/f047c142eceb3e2450c823a4252fc48a49d14617)), closes [#4733](https://github.com/bitnami/charts/issues/4733) ## 3.0.8 (2020-12-15) -* [bitnami/*] fix typos (#4699) ([49adc63](https://github.com/bitnami/charts/commit/49adc63)), closes [#4699](https://github.com/bitnami/charts/issues/4699) -* [bitnami/kong] Update CRDs (#4729) ([e84e436](https://github.com/bitnami/charts/commit/e84e436)), closes [#4729](https://github.com/bitnami/charts/issues/4729) +* [bitnami/*] fix typos (#4699) ([49adc63](https://github.com/bitnami/charts/commit/49adc63b672da976c55af2e077aa5648a357b77f)), closes [#4699](https://github.com/bitnami/charts/issues/4699) +* [bitnami/kong] Update CRDs (#4729) ([e84e436](https://github.com/bitnami/charts/commit/e84e436c04bfa3d4ceb30d738bd4e7d3dcc36e62)), closes [#4729](https://github.com/bitnami/charts/issues/4729) ## 3.0.7 (2020-12-11) -* [bitnami/*] Update dependencies (#4694) ([2826c12](https://github.com/bitnami/charts/commit/2826c12)), closes [#4694](https://github.com/bitnami/charts/issues/4694) +* [bitnami/*] Update dependencies (#4694) ([2826c12](https://github.com/bitnami/charts/commit/2826c125b42505f28431301e3c1bbe5366e47a01)), closes [#4694](https://github.com/bitnami/charts/issues/4694) ## 3.0.6 (2020-12-11) -* [bitnami/kong] Release 3.0.6 updating components versions ([129ad05](https://github.com/bitnami/charts/commit/129ad05)) +* [bitnami/kong] Release 3.0.6 updating components versions ([129ad05](https://github.com/bitnami/charts/commit/129ad0573ed263024bfe48a4637a9404233fae0e)) ## 3.0.5 (2020-12-08) -* [bitnami/kong] Release 3.0.5 updating components versions ([3cde9d9](https://github.com/bitnami/charts/commit/3cde9d9)) +* [bitnami/kong] Release 3.0.5 updating components versions ([3cde9d9](https://github.com/bitnami/charts/commit/3cde9d9caeaf755dfa30eeaf40685c72176e0426)) ## 3.0.4 (2020-12-02) -* [bitnami/kong] Release 3.0.4 updating components versions ([7df9205](https://github.com/bitnami/charts/commit/7df9205)) +* [bitnami/kong] Release 3.0.4 updating components versions ([7df9205](https://github.com/bitnami/charts/commit/7df920590bd4222b4458e1078f33830fc04eb7ba)) ## 3.0.3 (2020-12-01) -* [bitnami/kong] Release 3.0.3 updating components versions ([6bbf708](https://github.com/bitnami/charts/commit/6bbf708)) +* [bitnami/kong] Release 3.0.3 updating components versions ([6bbf708](https://github.com/bitnami/charts/commit/6bbf7084100ee16a3dc20980b869a684d6f95783)) ## 3.0.2 (2020-12-01) -* [bitnami/kong] Release 3.0.2 updating components versions ([ce0f66e](https://github.com/bitnami/charts/commit/ce0f66e)) +* [bitnami/kong] Release 3.0.2 updating components versions ([ce0f66e](https://github.com/bitnami/charts/commit/ce0f66ebfb236aa5411f4ddb14054110332ae2cb)) ## 3.0.1 (2020-11-26) -* [bitnami/*] Add upgrade details to README (#4480) ([10bd8e1](https://github.com/bitnami/charts/commit/10bd8e1)), closes [#4480](https://github.com/bitnami/charts/issues/4480) -* [bitnami/kong] Release 3.0.1 updating components versions ([68596a1](https://github.com/bitnami/charts/commit/68596a1)) +* [bitnami/*] Add upgrade details to README (#4480) ([10bd8e1](https://github.com/bitnami/charts/commit/10bd8e1fbbe69461a5d90ba61562f72b526c9caf)), closes [#4480](https://github.com/bitnami/charts/issues/4480) +* [bitnami/kong] Release 3.0.1 updating components versions ([68596a1](https://github.com/bitnami/charts/commit/68596a1306d131df2198f17c479d306394cb9c60)) ## 3.0.0 (2020-11-18) -* [bitnami/kong] Major version. Adapt Chart to apiVersion: v2 (#4325) ([d0485ca](https://github.com/bitnami/charts/commit/d0485ca)), closes [#4325](https://github.com/bitnami/charts/issues/4325) +* [bitnami/kong] Major version. Adapt Chart to apiVersion: v2 (#4325) ([d0485ca](https://github.com/bitnami/charts/commit/d0485ca6615052f5b809e3d04108557e542b6f87)), closes [#4325](https://github.com/bitnami/charts/issues/4325) ## 2.0.3 (2020-11-16) -* [bitnami/kong] Fix lint problem (#4371) ([198cad8](https://github.com/bitnami/charts/commit/198cad8)), closes [#4371](https://github.com/bitnami/charts/issues/4371) +* [bitnami/kong] Fix lint problem (#4371) ([198cad8](https://github.com/bitnami/charts/commit/198cad801b65e012fd3a9a94e1c684d65c6beac6)), closes [#4371](https://github.com/bitnami/charts/issues/4371) ## 2.0.2 (2020-11-06) -* [bitnami/kong] Release 2.0.2 updating components versions ([c5ecf70](https://github.com/bitnami/charts/commit/c5ecf70)) +* [bitnami/kong] Release 2.0.2 updating components versions ([c5ecf70](https://github.com/bitnami/charts/commit/c5ecf7060d42199cac40037ddfa6659b1f9f5a78)) ## 2.0.1 (2020-10-30) -* [bitnami/*] Extra manifests should be top-level (#4161) ([b3a95b7](https://github.com/bitnami/charts/commit/b3a95b7)), closes [#4161](https://github.com/bitnami/charts/issues/4161) +* [bitnami/*] Extra manifests should be top-level (#4161) ([b3a95b7](https://github.com/bitnami/charts/commit/b3a95b701b611ab51924ae5665bcc8cd5ac56898)), closes [#4161](https://github.com/bitnami/charts/issues/4161) ## 2.0.0 (2020-10-30) -* [bitnami/*] Include link to Troubleshootin guide on README.md (#4136) ([c08a20e](https://github.com/bitnami/charts/commit/c08a20e)), closes [#4136](https://github.com/bitnami/charts/issues/4136) -* [bitnami/kong] MAJOR - Kong subchart bump (#4109) ([ab51415](https://github.com/bitnami/charts/commit/ab51415)), closes [#4109](https://github.com/bitnami/charts/issues/4109) +* [bitnami/*] Include link to Troubleshootin guide on README.md (#4136) ([c08a20e](https://github.com/bitnami/charts/commit/c08a20e3db004215383004ff023a73fcc2522e72)), closes [#4136](https://github.com/bitnami/charts/issues/4136) +* [bitnami/kong] MAJOR - Kong subchart bump (#4109) ([ab51415](https://github.com/bitnami/charts/commit/ab514156fa5c306e5c6dc28102fb31216430a64f)), closes [#4109](https://github.com/bitnami/charts/issues/4109) ## 1.3.10 (2020-10-26) -* [bitnami/kong] Release 1.3.10 updating components versions ([5d4252a](https://github.com/bitnami/charts/commit/5d4252a)) +* [bitnami/kong] Release 1.3.10 updating components versions ([5d4252a](https://github.com/bitnami/charts/commit/5d4252a592fd74f7c8b78d5ff6fee169d0baedb3)) ## 1.3.9 (2020-10-14) -* [bitnami/kong] Release 1.3.9 updating components versions ([f117f08](https://github.com/bitnami/charts/commit/f117f08)) -* Fix init-scripts not found (#3934) ([1dd938a](https://github.com/bitnami/charts/commit/1dd938a)), closes [#3934](https://github.com/bitnami/charts/issues/3934) +* [bitnami/kong] Release 1.3.9 updating components versions ([f117f08](https://github.com/bitnami/charts/commit/f117f081d1f736f126ec090e137d390cdedfbc93)) +* Fix init-scripts not found (#3934) ([1dd938a](https://github.com/bitnami/charts/commit/1dd938ae6da5898259c126451d81c59de468f13f)), closes [#3934](https://github.com/bitnami/charts/issues/3934) ## 1.3.8 (2020-10-08) -* [bitnami/kong] Release 1.3.8 updating components versions ([2cd886c](https://github.com/bitnami/charts/commit/2cd886c)) +* [bitnami/kong] Release 1.3.8 updating components versions ([2cd886c](https://github.com/bitnami/charts/commit/2cd886cdf0bc5d7bec4fe4375fa479a08b101161)) ## 1.3.7 (2020-10-05) -* [bitnami/kong] Release 1.3.7 updating components versions ([aa487f6](https://github.com/bitnami/charts/commit/aa487f6)) +* [bitnami/kong] Release 1.3.7 updating components versions ([aa487f6](https://github.com/bitnami/charts/commit/aa487f6caa39fd0a940c9eb19f8a49894cb2c2ed)) ## 1.3.6 (2020-09-26) -* [bitnami/kong] Release 1.3.6 updating components versions ([baf832b](https://github.com/bitnami/charts/commit/baf832b)) +* [bitnami/kong] Release 1.3.6 updating components versions ([baf832b](https://github.com/bitnami/charts/commit/baf832b931c008fee71773e2beafc2c6eb2d5738)) ## 1.3.5 (2020-09-24) -* [bitnami/kong] Release 1.3.5 updating components versions ([7bd8743](https://github.com/bitnami/charts/commit/7bd8743)) +* [bitnami/kong] Release 1.3.5 updating components versions ([7bd8743](https://github.com/bitnami/charts/commit/7bd874321508f680995db8a55d064ee42ad6bc9b)) ## 1.3.4 (2020-09-18) -* [bitnami/kong] Release 1.3.4 updating components versions ([3541b0b](https://github.com/bitnami/charts/commit/3541b0b)) +* [bitnami/kong] Release 1.3.4 updating components versions ([3541b0b](https://github.com/bitnami/charts/commit/3541b0bd2de665b5e895bd2c496184cfbaf6e23b)) ## 1.3.3 (2020-09-18) -* [bitnami/kong] Release 1.3.3 updating components versions ([fb2d199](https://github.com/bitnami/charts/commit/fb2d199)) +* [bitnami/kong] Release 1.3.3 updating components versions ([fb2d199](https://github.com/bitnami/charts/commit/fb2d199d11826462f2d13a490d237eaee3f0d1ac)) ## 1.3.2 (2020-09-04) -* [bitnami/kong] Release 1.3.2 updating components versions ([abcd5e1](https://github.com/bitnami/charts/commit/abcd5e1)) -* [bitnami/metrics-server] Add source repo (#3577) ([1ed12f9](https://github.com/bitnami/charts/commit/1ed12f9)), closes [#3577](https://github.com/bitnami/charts/issues/3577) +* [bitnami/kong] Release 1.3.2 updating components versions ([abcd5e1](https://github.com/bitnami/charts/commit/abcd5e1d24a092a9721b57327be5de568c906467)) +* [bitnami/metrics-server] Add source repo (#3577) ([1ed12f9](https://github.com/bitnami/charts/commit/1ed12f96af75322b46afdb2b3d9907c11b13f765)), closes [#3577](https://github.com/bitnami/charts/issues/3577) ## 1.3.1 (2020-09-01) -* [bitnami/kong] Release 1.3.1 updating components versions ([1d4b4d3](https://github.com/bitnami/charts/commit/1d4b4d3)) +* [bitnami/kong] Release 1.3.1 updating components versions ([1d4b4d3](https://github.com/bitnami/charts/commit/1d4b4d32b27eba81f505d26ffd1c6092695bfbc2)) ## 1.3.0 (2020-08-26) -* [bitnami/kong] Allow custom lifecycles and podLabels (#3515) ([52a837c](https://github.com/bitnami/charts/commit/52a837c)), closes [#3515](https://github.com/bitnami/charts/issues/3515) +* [bitnami/kong] Allow custom lifecycles and podLabels (#3515) ([52a837c](https://github.com/bitnami/charts/commit/52a837c883670f0883bb367d81115c377ac532cd)), closes [#3515](https://github.com/bitnami/charts/issues/3515) ## 1.2.10 (2020-08-26) -* [bitnami/kong] Release 1.2.10 updating components versions ([fd7ffc5](https://github.com/bitnami/charts/commit/fd7ffc5)) +* [bitnami/kong] Release 1.2.10 updating components versions ([fd7ffc5](https://github.com/bitnami/charts/commit/fd7ffc532997de4fb542543b4740f0236e2e8954)) ## 1.2.9 (2020-08-21) -* [bitnami/kong] Release 1.2.9 updating components versions ([8b19b3b](https://github.com/bitnami/charts/commit/8b19b3b)) -* Update README.md ([c74061a](https://github.com/bitnami/charts/commit/c74061a)) +* [bitnami/kong] Release 1.2.9 updating components versions ([8b19b3b](https://github.com/bitnami/charts/commit/8b19b3b6850d4ccabe81f20ecb72ed359eeb5e15)) +* Update README.md ([c74061a](https://github.com/bitnami/charts/commit/c74061ad7c6af2494e6068cd64d257fdd1f4efcc)) ## 1.2.8 (2020-08-07) -* [bitnami/kong] Release 1.2.8 updating components versions ([8a1800e](https://github.com/bitnami/charts/commit/8a1800e)) +* [bitnami/kong] Release 1.2.8 updating components versions ([8a1800e](https://github.com/bitnami/charts/commit/8a1800e186ccdd1c41564d534ef2bf161de5061b)) ## 1.2.7 (2020-08-06) -* [bitnami/kong] Release 1.2.7 updating components versions ([06595f6](https://github.com/bitnami/charts/commit/06595f6)) +* [bitnami/kong] Release 1.2.7 updating components versions ([06595f6](https://github.com/bitnami/charts/commit/06595f64f6bf010362a668a458d9047d64d51b9a)) ## 1.2.6 (2020-08-05) -* [bitnami/*] Fix TL;DR typo in READMEs (#3280) ([3d7ab40](https://github.com/bitnami/charts/commit/3d7ab40)), closes [#3280](https://github.com/bitnami/charts/issues/3280) -* [bitnami/all] Add categories (#3075) ([63bde06](https://github.com/bitnami/charts/commit/63bde06)), closes [#3075](https://github.com/bitnami/charts/issues/3075) -* [bitnami/kong] Release 1.2.6 updating components versions ([ac03719](https://github.com/bitnami/charts/commit/ac03719)) +* [bitnami/*] Fix TL;DR typo in READMEs (#3280) ([3d7ab40](https://github.com/bitnami/charts/commit/3d7ab406fecd64f1af25f53e7d27f03ec95b29a4)), closes [#3280](https://github.com/bitnami/charts/issues/3280) +* [bitnami/all] Add categories (#3075) ([63bde06](https://github.com/bitnami/charts/commit/63bde066b87a140fab52264d0522401ab3d63509)), closes [#3075](https://github.com/bitnami/charts/issues/3075) +* [bitnami/kong] Release 1.2.6 updating components versions ([ac03719](https://github.com/bitnami/charts/commit/ac037192fbd963f5f113c8875cd1b5a4564c3719)) ## 1.2.5 (2020-07-06) -* [bitnami/kong] Release 1.2.5 updating components versions ([1f6bb26](https://github.com/bitnami/charts/commit/1f6bb26)) +* [bitnami/kong] Release 1.2.5 updating components versions ([1f6bb26](https://github.com/bitnami/charts/commit/1f6bb260ebe2f43808939a60a307a24a124c1b24)) ## 1.2.4 (2020-07-01) -* [bitnami/kong] Release 1.2.4 updating components versions ([2078d21](https://github.com/bitnami/charts/commit/2078d21)) +* [bitnami/kong] Release 1.2.4 updating components versions ([2078d21](https://github.com/bitnami/charts/commit/2078d21ce62008acccc45e2023b4a433602b35a1)) ## 1.2.3 (2020-07-01) -* [bitnami/kong] Release 1.2.3 updating components versions ([63fbe1a](https://github.com/bitnami/charts/commit/63fbe1a)) +* [bitnami/kong] Release 1.2.3 updating components versions ([63fbe1a](https://github.com/bitnami/charts/commit/63fbe1a67e748f461d52c8fdea0fe2bddaa5193f)) ## 1.2.2 (2020-06-16) -* [bitnami/kong] Release 1.2.2 updating components versions ([59687dc](https://github.com/bitnami/charts/commit/59687dc)) -* Fix kong helm backward compat CRD issue (#2842) ([035d07e](https://github.com/bitnami/charts/commit/035d07e)), closes [#2842](https://github.com/bitnami/charts/issues/2842) +* [bitnami/kong] Release 1.2.2 updating components versions ([59687dc](https://github.com/bitnami/charts/commit/59687dc90d3a8f8fe2514d92f0d909399cb2cfa7)) +* Fix kong helm backward compat CRD issue (#2842) ([035d07e](https://github.com/bitnami/charts/commit/035d07ee158f7df2b324c772721e3163fbb8e477)), closes [#2842](https://github.com/bitnami/charts/issues/2842) ## 1.2.1 (2020-06-15) -* [bitnami/kong] Release 1.2.1 updating components versions ([dea2668](https://github.com/bitnami/charts/commit/dea2668)) +* [bitnami/kong] Release 1.2.1 updating components versions ([dea2668](https://github.com/bitnami/charts/commit/dea26689e770c82c6bd49fe60fe3be425aada9b5)) ## 1.2.0 (2020-06-08) -* [bitnami/kong] Fix for prometheus permissions (#2734) ([dcb3882](https://github.com/bitnami/charts/commit/dcb3882)), closes [#2734](https://github.com/bitnami/charts/issues/2734) +* [bitnami/kong] Fix for prometheus permissions (#2734) ([dcb3882](https://github.com/bitnami/charts/commit/dcb3882402235a938434fd45cce77db9b59cb553)), closes [#2734](https://github.com/bitnami/charts/issues/2734) ## 1.1.7 (2020-05-28) -* [bitnami/kong] Release 1.1.7 updating components versions ([3866265](https://github.com/bitnami/charts/commit/3866265)) +* [bitnami/kong] Release 1.1.7 updating components versions ([3866265](https://github.com/bitnami/charts/commit/3866265fa6d9720cd47b313bfba25c95fdb714b2)) ## 1.1.6 (2020-05-25) -* [bitnami/kong] Release 1.1.6 updating components versions ([e275887](https://github.com/bitnami/charts/commit/e275887)) +* [bitnami/kong] Release 1.1.6 updating components versions ([e275887](https://github.com/bitnami/charts/commit/e275887048ec99a98e908336fa52f387a706d6af)) ## 1.1.5 (2020-05-19) -* [bitnami/kong] Release 1.1.5 updating components versions ([69528f0](https://github.com/bitnami/charts/commit/69528f0)) -* update bitnami/common to be compatible with helm v2.12+ (#2615) ([c7751eb](https://github.com/bitnami/charts/commit/c7751eb)), closes [#2615](https://github.com/bitnami/charts/issues/2615) +* [bitnami/kong] Release 1.1.5 updating components versions ([69528f0](https://github.com/bitnami/charts/commit/69528f0e29fd4e47d9d278ae6f98cf9856e947ae)) +* update bitnami/common to be compatible with helm v2.12+ (#2615) ([c7751eb](https://github.com/bitnami/charts/commit/c7751eb5764e468e1854b58a1b8491d2b13e0a4a)), closes [#2615](https://github.com/bitnami/charts/issues/2615) ## 1.1.4 (2020-05-13) -* [bitnami/kong] Release 1.1.4 updating components versions ([91482bf](https://github.com/bitnami/charts/commit/91482bf)) +* [bitnami/kong] Release 1.1.4 updating components versions ([91482bf](https://github.com/bitnami/charts/commit/91482bf3bdec16653f9a555ed81fbc753ca30c40)) ## 1.1.3 (2020-05-06) -* [bitnami/kong] Release 1.1.3 updating components versions ([feb0dfc](https://github.com/bitnami/charts/commit/feb0dfc)) +* [bitnami/kong] Release 1.1.3 updating components versions ([feb0dfc](https://github.com/bitnami/charts/commit/feb0dfca606117265f10dbdef4b5616c24f5123d)) ## 1.1.2 (2020-05-06) -* [bitnami/kong] Release 1.1.2 updating components versions ([bf9425a](https://github.com/bitnami/charts/commit/bf9425a)) +* [bitnami/kong] Release 1.1.2 updating components versions ([bf9425a](https://github.com/bitnami/charts/commit/bf9425a6055441732552771d6bbdca45ace10501)) ## 1.1.1 (2020-05-05) -* [bitnami/kong] Release 1.1.1 updating components versions ([31583fd](https://github.com/bitnami/charts/commit/31583fd)) +* [bitnami/kong] Release 1.1.1 updating components versions ([31583fd](https://github.com/bitnami/charts/commit/31583fdddca50ec03356300a38f91963ece959ee)) ## 1.1.0 (2020-04-29) -* [bitnami/kong] Allow deploying extra objects (#2468) ([a8ce533](https://github.com/bitnami/charts/commit/a8ce533)), closes [#2468](https://github.com/bitnami/charts/issues/2468) +* [bitnami/kong] Allow deploying extra objects (#2468) ([a8ce533](https://github.com/bitnami/charts/commit/a8ce5330f0838820fa3c695b852183a612a82814)), closes [#2468](https://github.com/bitnami/charts/issues/2468) ## 1.0.4 (2020-04-27) -* [bitnami/kong] Release 1.0.4 updating components versions ([aa0bc1f](https://github.com/bitnami/charts/commit/aa0bc1f)) +* [bitnami/kong] Release 1.0.4 updating components versions ([aa0bc1f](https://github.com/bitnami/charts/commit/aa0bc1f4c875453a210ac4c74986a2ee2e8b3519)) ## 1.0.3 (2020-04-23) -* [bitnami/kong] Release 1.0.3 updating components versions ([5fbaa37](https://github.com/bitnami/charts/commit/5fbaa37)) +* [bitnami/kong] Release 1.0.3 updating components versions ([5fbaa37](https://github.com/bitnami/charts/commit/5fbaa374df10a29b03912f62726558ea7412c46e)) ## 1.0.2 (2020-04-22) -* [bitnami/kong] Release 1.0.2 updating components versions ([a1ca5a0](https://github.com/bitnami/charts/commit/a1ca5a0)) +* [bitnami/kong] Release 1.0.2 updating components versions ([a1ca5a0](https://github.com/bitnami/charts/commit/a1ca5a099a4a5222db1a8b8b1b86ea8b45cb6d46)) ## 1.0.1 (2020-04-22) -* [bitnami/kong] Release 1.0.1 updating components versions ([8f32a74](https://github.com/bitnami/charts/commit/8f32a74)) +* [bitnami/kong] Release 1.0.1 updating components versions ([8f32a74](https://github.com/bitnami/charts/commit/8f32a740c0e7b9fa5c5e634182136cd2890e42d2)) ## 1.0.0 (2020-04-21) -* [bitnami/kong] Make override migration image as optional (#2354) ([0e29ba9](https://github.com/bitnami/charts/commit/0e29ba9)), closes [#2354](https://github.com/bitnami/charts/issues/2354) +* [bitnami/kong] Make override migration image as optional (#2354) ([0e29ba9](https://github.com/bitnami/charts/commit/0e29ba9fb3d627efbffe797274ae036646275919)), closes [#2354](https://github.com/bitnami/charts/issues/2354) ## 0.0.1 (2020-04-15) -* [bitnami/kong] Add chart (#2120) ([bd3b59b](https://github.com/bitnami/charts/commit/bd3b59b)), closes [#2120](https://github.com/bitnami/charts/issues/2120) +* [bitnami/kong] Add chart (#2120) ([bd3b59b](https://github.com/bitnami/charts/commit/bd3b59b98c0521f328e59cad8454686e5e87b7ce)), closes [#2120](https://github.com/bitnami/charts/issues/2120) diff --git a/bitnami/kong/Chart.lock b/bitnami/kong/Chart.lock index 68ac3c952480c3..0127590ae710b8 100644 --- a/bitnami/kong/Chart.lock +++ b/bitnami/kong/Chart.lock @@ -1,12 +1,12 @@ dependencies: - name: postgresql repository: oci://registry-1.docker.io/bitnamicharts - version: 15.3.5 + version: 15.4.2 - name: common repository: oci://registry-1.docker.io/bitnamicharts version: 2.19.3 - name: cassandra repository: oci://registry-1.docker.io/bitnamicharts version: 11.1.8 -digest: sha256:c396fd65264f73a6a2034191b8fdfdedb8ce712627779f90480a560167eaac36 -generated: "2024-05-21T13:58:57.990207593+02:00" +digest: sha256:7416282b529ce9c0ea704c56863fe58a7d06f0bde6cc6f49fad6cb2e8e8d2eb6 +generated: "2024-05-28T11:06:48.759701636Z" diff --git a/bitnami/kong/Chart.yaml b/bitnami/kong/Chart.yaml index 701465c3103cba..da4e37286b3afe 100644 --- a/bitnami/kong/Chart.yaml +++ b/bitnami/kong/Chart.yaml @@ -6,11 +6,11 @@ annotations: licenses: Apache-2.0 images: | - name: kong - image: docker.io/bitnami/kong:3.6.1-debian-12-r23 + image: docker.io/bitnami/kong:3.6.1-debian-12-r24 - name: kong-ingress-controller image: docker.io/bitnami/kong-ingress-controller:3.1.5-debian-12-r0 - name: postgresql - image: docker.io/bitnami/postgresql:14.12.0-debian-12-r4 + image: docker.io/bitnami/postgresql:14.12.0-debian-12-r7 apiVersion: v2 appVersion: 3.6.1 dependencies: @@ -45,4 +45,4 @@ maintainers: name: kong sources: - https://github.com/bitnami/charts/tree/main/bitnami/kong -version: 12.1.0 +version: 12.1.1 diff --git a/bitnami/kong/values.yaml b/bitnami/kong/values.yaml index 2478159ced980a..ce7b3022970118 100644 --- a/bitnami/kong/values.yaml +++ b/bitnami/kong/values.yaml @@ -82,7 +82,7 @@ diagnosticMode: image: registry: docker.io repository: bitnami/kong - tag: 3.6.1-debian-12-r23 + tag: 3.6.1-debian-12-r24 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' @@ -905,7 +905,7 @@ postgresql: image: registry: docker.io repository: bitnami/postgresql - tag: 14.12.0-debian-12-r4 + tag: 14.12.0-debian-12-r7 digest: "" auth: username: kong From 673962cb934f1899372497ae3964a5c6913b42df Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Tue, 28 May 2024 13:32:25 +0200 Subject: [PATCH 045/110] [bitnami/mongodb-sharded] Release 8.2.2 (#26480) * [bitnami/mongodb-sharded] Release 8.2.2 updating components versions Signed-off-by: Bitnami Containers * Update CHANGELOG.md Signed-off-by: Bitnami Containers --------- Signed-off-by: Bitnami Containers --- bitnami/mongodb-sharded/CHANGELOG.md | 748 ++++++++++++++------------- bitnami/mongodb-sharded/Chart.yaml | 7 +- bitnami/mongodb-sharded/values.yaml | 2 +- 3 files changed, 380 insertions(+), 377 deletions(-) diff --git a/bitnami/mongodb-sharded/CHANGELOG.md b/bitnami/mongodb-sharded/CHANGELOG.md index 646c84996b3a20..a0bd9b4c21ecb1 100644 --- a/bitnami/mongodb-sharded/CHANGELOG.md +++ b/bitnami/mongodb-sharded/CHANGELOG.md @@ -1,1230 +1,1234 @@ # Changelog -## 8.2.1 (2024-05-21) +## 8.2.2 (2024-05-28) -* [bitnami/mongodb-sharded] Use different liveness/readiness probes ([#26153](https://github.com/bitnami/charts/pulls/26153)) +* [bitnami/mongodb-sharded] Release 8.2.2 ([#26480](https://github.com/bitnami/charts/pull/26480)) + +## 8.2.1 (2024-05-22) + +* [bitnami/mongodb-sharded] Use different liveness/readiness probes (#26153) ([6fb0875](https://github.com/bitnami/charts/commit/6fb0875eeac4a0a8ff184b1fa7c1d9c382d5ef64)), closes [#26153](https://github.com/bitnami/charts/issues/26153) ## 8.2.0 (2024-05-21) -* [bitnami/mongodb-sharded] feat: :sparkles: :lock: Add warning when original images are replaced (#26 ([462a80f](https://github.com/bitnami/charts/commit/462a80f)), closes [#26248](https://github.com/bitnami/charts/issues/26248) +* [bitnami/mongodb-sharded] feat: :sparkles: :lock: Add warning when original images are replaced (#26 ([462a80f](https://github.com/bitnami/charts/commit/462a80fb8fbad62899d601a91efed3f40cb26321)), closes [#26248](https://github.com/bitnami/charts/issues/26248) ## 8.1.0 (2024-05-21) -* [bitnami/*] ci: :construction_worker: Add tag and changelog support (#25359) ([91c707c](https://github.com/bitnami/charts/commit/91c707c)), closes [#25359](https://github.com/bitnami/charts/issues/25359) -* [bitnami/mongodb-sharded] PDB review (#26156) ([e2584c8](https://github.com/bitnami/charts/commit/e2584c8)), closes [#26156](https://github.com/bitnami/charts/issues/26156) +* [bitnami/*] ci: :construction_worker: Add tag and changelog support (#25359) ([91c707c](https://github.com/bitnami/charts/commit/91c707c9e4e574725a09505d2d313fb93f1b4c0a)), closes [#25359](https://github.com/bitnami/charts/issues/25359) +* [bitnami/mongodb-sharded] PDB review (#26156) ([e2584c8](https://github.com/bitnami/charts/commit/e2584c81c1c286e4cf2df77318fd9517d16755af)), closes [#26156](https://github.com/bitnami/charts/issues/26156) ## 8.0.8 (2024-05-18) -* [bitnami/mongodb-sharded] Release 8.0.8 updating components versions (#26049) ([d9ab530](https://github.com/bitnami/charts/commit/d9ab530)), closes [#26049](https://github.com/bitnami/charts/issues/26049) +* [bitnami/mongodb-sharded] Release 8.0.8 updating components versions (#26049) ([d9ab530](https://github.com/bitnami/charts/commit/d9ab5305f6bbb1a8d59f04209340708f50aa773d)), closes [#26049](https://github.com/bitnami/charts/issues/26049) ## 8.0.7 (2024-05-14) -* [bitnami/*] Change non-root and rolling-tags doc URLs (#25628) ([b067c94](https://github.com/bitnami/charts/commit/b067c94)), closes [#25628](https://github.com/bitnami/charts/issues/25628) -* [bitnami/*] Set new header/owner (#25558) ([8d1dc11](https://github.com/bitnami/charts/commit/8d1dc11)), closes [#25558](https://github.com/bitnami/charts/issues/25558) -* [bitnami/mongodb-sharded] Release 8.0.7 updating components versions (#25848) ([10394ca](https://github.com/bitnami/charts/commit/10394ca)), closes [#25848](https://github.com/bitnami/charts/issues/25848) +* [bitnami/*] Change non-root and rolling-tags doc URLs (#25628) ([b067c94](https://github.com/bitnami/charts/commit/b067c94f6bcde427863c197fd355f0b5ba12ff5b)), closes [#25628](https://github.com/bitnami/charts/issues/25628) +* [bitnami/*] Set new header/owner (#25558) ([8d1dc11](https://github.com/bitnami/charts/commit/8d1dc11f5fb30db6fba50c43d7af59d2f79deed3)), closes [#25558](https://github.com/bitnami/charts/issues/25558) +* [bitnami/mongodb-sharded] Release 8.0.7 updating components versions (#25848) ([10394ca](https://github.com/bitnami/charts/commit/10394ca55ce6ba0d29332b824a78b9973cc407ec)), closes [#25848](https://github.com/bitnami/charts/issues/25848) ## 8.0.6 (2024-04-27) -* [bitnami/mongodb-sharded] Release 8.0.6 updating components versions (#25432) ([56a8692](https://github.com/bitnami/charts/commit/56a8692)), closes [#25432](https://github.com/bitnami/charts/issues/25432) -* [bitnami/multiple charts] Fix typo: "NetworkPolice" vs "NetworkPolicy" (#25348) ([6970c1b](https://github.com/bitnami/charts/commit/6970c1b)), closes [#25348](https://github.com/bitnami/charts/issues/25348) -* Replace VMware by Broadcom copyright text (#25306) ([a5e4bd0](https://github.com/bitnami/charts/commit/a5e4bd0)), closes [#25306](https://github.com/bitnami/charts/issues/25306) +* [bitnami/mongodb-sharded] Release 8.0.6 updating components versions (#25432) ([56a8692](https://github.com/bitnami/charts/commit/56a8692dc464dbd0c6e56496b0695d92c4395cce)), closes [#25432](https://github.com/bitnami/charts/issues/25432) +* [bitnami/multiple charts] Fix typo: "NetworkPolice" vs "NetworkPolicy" (#25348) ([6970c1b](https://github.com/bitnami/charts/commit/6970c1ba245873506e73d459c6eac1e4919b778f)), closes [#25348](https://github.com/bitnami/charts/issues/25348) +* Replace VMware by Broadcom copyright text (#25306) ([a5e4bd0](https://github.com/bitnami/charts/commit/a5e4bd0e35e419203793976a78d9d0a13de92c76)), closes [#25306](https://github.com/bitnami/charts/issues/25306) ## 8.0.5 (2024-04-09) -* [bitnami/mongodb-sharded] Release 8.0.5 updating components versions (#25083) ([a692196](https://github.com/bitnami/charts/commit/a692196)), closes [#25083](https://github.com/bitnami/charts/issues/25083) +* [bitnami/mongodb-sharded] Release 8.0.5 updating components versions (#25083) ([a692196](https://github.com/bitnami/charts/commit/a692196dc30ba8e6fcd5a540f3f4311b41beba3d)), closes [#25083](https://github.com/bitnami/charts/issues/25083) ## 8.0.4 (2024-04-05) -* [bitnami/mongodb-sharded] Release 8.0.4 updating components versions (#24954) ([7a9b6c8](https://github.com/bitnami/charts/commit/7a9b6c8)), closes [#24954](https://github.com/bitnami/charts/issues/24954) +* [bitnami/mongodb-sharded] Release 8.0.4 updating components versions (#24954) ([7a9b6c8](https://github.com/bitnami/charts/commit/7a9b6c84a71cda6838c76cb8f8edd32aa10125b4)), closes [#24954](https://github.com/bitnami/charts/issues/24954) ## 8.0.3 (2024-04-04) -* [bitnami/mongodb-sharded] Release 8.0.3 (#24906) ([0e46acf](https://github.com/bitnami/charts/commit/0e46acf)), closes [#24906](https://github.com/bitnami/charts/issues/24906) -* Update resourcesPreset comments (#24467) ([92e3e8a](https://github.com/bitnami/charts/commit/92e3e8a)), closes [#24467](https://github.com/bitnami/charts/issues/24467) +* [bitnami/mongodb-sharded] Release 8.0.3 (#24906) ([0e46acf](https://github.com/bitnami/charts/commit/0e46acfa761e5422d1bde12358841259e7c982c3)), closes [#24906](https://github.com/bitnami/charts/issues/24906) +* Update resourcesPreset comments (#24467) ([92e3e8a](https://github.com/bitnami/charts/commit/92e3e8a507326d2a20a8f10ab3e7746a2ec5c554)), closes [#24467](https://github.com/bitnami/charts/issues/24467) ## 8.0.2 (2024-03-19) -* [bitnami/mongodb-sharded] Release 8.0.2 (#24524) ([b447d4c](https://github.com/bitnami/charts/commit/b447d4c)), closes [#24524](https://github.com/bitnami/charts/issues/24524) +* [bitnami/mongodb-sharded] Release 8.0.2 (#24524) ([b447d4c](https://github.com/bitnami/charts/commit/b447d4c957efc786c31a7ea4c453275f36cd9855)), closes [#24524](https://github.com/bitnami/charts/issues/24524) ## 8.0.1 (2024-03-18) -* [bitnami/*] Reorder Chart sections (#24455) ([0cf4048](https://github.com/bitnami/charts/commit/0cf4048)), closes [#24455](https://github.com/bitnami/charts/issues/24455) -* [bitnami/mongodb-sharded] Mount emptyDir volume to mongosh directory (#24494) ([30102ae](https://github.com/bitnami/charts/commit/30102ae)), closes [#24494](https://github.com/bitnami/charts/issues/24494) +* [bitnami/*] Reorder Chart sections (#24455) ([0cf4048](https://github.com/bitnami/charts/commit/0cf4048e8743f70a9753d460655bd030cbff6824)), closes [#24455](https://github.com/bitnami/charts/issues/24455) +* [bitnami/mongodb-sharded] Mount emptyDir volume to mongosh directory (#24494) ([30102ae](https://github.com/bitnami/charts/commit/30102ae6e90ed94d42f4e2b6c7f3f83bc40f8a1f)), closes [#24494](https://github.com/bitnami/charts/issues/24494) ## 8.0.0 (2024-03-14) -* [bitnami/mongodb-sharded] feat!: :lock: :boom: Improve security defaults (#24375) ([3239c75](https://github.com/bitnami/charts/commit/3239c75)), closes [#24375](https://github.com/bitnami/charts/issues/24375) +* [bitnami/mongodb-sharded] feat!: :lock: :boom: Improve security defaults (#24375) ([3239c75](https://github.com/bitnami/charts/commit/3239c75863bd801179c8c84c95084840d42d1522)), closes [#24375](https://github.com/bitnami/charts/issues/24375) ## 7.9.1 (2024-03-11) -* [bitnami/mongodb-sharded] fix: correct indention (#24315) ([2187b3c](https://github.com/bitnami/charts/commit/2187b3c)), closes [#24315](https://github.com/bitnami/charts/issues/24315) +* [bitnami/mongodb-sharded] fix: correct indention (#24315) ([2187b3c](https://github.com/bitnami/charts/commit/2187b3c478afd3c66439aea4031f6988267acc90)), closes [#24315](https://github.com/bitnami/charts/issues/24315) ## 7.9.0 (2024-03-06) -* [bitnami/mongodb-sharded] feat: :sparkles: :lock: Add automatic adaptation for Openshift restricted- ([a745214](https://github.com/bitnami/charts/commit/a745214)), closes [#24125](https://github.com/bitnami/charts/issues/24125) +* [bitnami/mongodb-sharded] feat: :sparkles: :lock: Add automatic adaptation for Openshift restricted- ([a745214](https://github.com/bitnami/charts/commit/a745214b88f10fc942c22c53304f13cede2ecbe3)), closes [#24125](https://github.com/bitnami/charts/issues/24125) ## 7.8.1 (2024-02-28) -* [bitnami/mongodb-sharded] Release 7.8.1 updating components versions (#23974) ([6634479](https://github.com/bitnami/charts/commit/6634479)), closes [#23974](https://github.com/bitnami/charts/issues/23974) +* [bitnami/mongodb-sharded] Release 7.8.1 updating components versions (#23974) ([6634479](https://github.com/bitnami/charts/commit/6634479875f2f10bcb503878afecdef65df857ee)), closes [#23974](https://github.com/bitnami/charts/issues/23974) ## 7.8.0 (2024-02-22) -* [bitnami/mongodb-sharded] feat: :sparkles: :lock: Add readOnlyRootFilesystem support (#23747) ([d1384e5](https://github.com/bitnami/charts/commit/d1384e5)), closes [#23747](https://github.com/bitnami/charts/issues/23747) +* [bitnami/mongodb-sharded] feat: :sparkles: :lock: Add readOnlyRootFilesystem support (#23747) ([d1384e5](https://github.com/bitnami/charts/commit/d1384e535560a2d4c81293541e0f280166d51f42)), closes [#23747](https://github.com/bitnami/charts/issues/23747) ## 7.7.3 (2024-02-22) -* Add missing version, kind to volumeClaimTemplates (#23772) ([7546e63](https://github.com/bitnami/charts/commit/7546e63)), closes [#23772](https://github.com/bitnami/charts/issues/23772) +* Add missing version, kind to volumeClaimTemplates (#23772) ([7546e63](https://github.com/bitnami/charts/commit/7546e632977dbcfd742444e376c4d71a85a3c8b1)), closes [#23772](https://github.com/bitnami/charts/issues/23772) ## 7.7.2 (2024-02-21) -* [bitnami/mongodb-sharded] Release 7.7.2 updating components versions (#23742) ([996f6a6](https://github.com/bitnami/charts/commit/996f6a6)), closes [#23742](https://github.com/bitnami/charts/issues/23742) +* [bitnami/mongodb-sharded] Release 7.7.2 updating components versions (#23742) ([996f6a6](https://github.com/bitnami/charts/commit/996f6a640c9ef485d567f3893b582b35a2e31c2f)), closes [#23742](https://github.com/bitnami/charts/issues/23742) ## 7.7.1 (2024-02-21) -* [bitnami/mongodb-sharded] Release 7.7.1 updating components versions (#23729) ([df51210](https://github.com/bitnami/charts/commit/df51210)), closes [#23729](https://github.com/bitnami/charts/issues/23729) +* [bitnami/mongodb-sharded] Release 7.7.1 updating components versions (#23729) ([df51210](https://github.com/bitnami/charts/commit/df51210f9df9ad251c0c231b72de60e6786b5dcb)), closes [#23729](https://github.com/bitnami/charts/issues/23729) ## 7.7.0 (2024-02-20) -* [bitnami/*] Bump all versions (#23602) ([b70ee2a](https://github.com/bitnami/charts/commit/b70ee2a)), closes [#23602](https://github.com/bitnami/charts/issues/23602) +* [bitnami/*] Bump all versions (#23602) ([b70ee2a](https://github.com/bitnami/charts/commit/b70ee2a30e4dc256bf0ac52928fb2fa7a70f049b)), closes [#23602](https://github.com/bitnami/charts/issues/23602) ## 7.6.0 (2024-02-15) -* [bitnami/mongodb-sharded] feat: :sparkles: :lock: Add resource preset support (#23492) ([bf21338](https://github.com/bitnami/charts/commit/bf21338)), closes [#23492](https://github.com/bitnami/charts/issues/23492) +* [bitnami/mongodb-sharded] feat: :sparkles: :lock: Add resource preset support (#23492) ([bf21338](https://github.com/bitnami/charts/commit/bf213387bfd750539bb9cc06d45bb0b28a6fb434)), closes [#23492](https://github.com/bitnami/charts/issues/23492) ## 7.5.1 (2024-02-03) -* [bitnami/mongodb-sharded] Release 7.5.1 updating components versions (#23110) ([7848f7b](https://github.com/bitnami/charts/commit/7848f7b)), closes [#23110](https://github.com/bitnami/charts/issues/23110) +* [bitnami/mongodb-sharded] Release 7.5.1 updating components versions (#23110) ([7848f7b](https://github.com/bitnami/charts/commit/7848f7ba8f04d4b6c070138491af37bb138645ea)), closes [#23110](https://github.com/bitnami/charts/issues/23110) ## 7.5.0 (2024-02-01) -* [bitnami/mongodb-sharded] feat: :lock: Enable networkPolicy (#22878) ([66237d0](https://github.com/bitnami/charts/commit/66237d0)), closes [#22878](https://github.com/bitnami/charts/issues/22878) +* [bitnami/mongodb-sharded] feat: :lock: Enable networkPolicy (#22878) ([66237d0](https://github.com/bitnami/charts/commit/66237d001e93f07fccec2490dcc36cdcafcc33bb)), closes [#22878](https://github.com/bitnami/charts/issues/22878) ## 7.4.2 (2024-01-31) -* [bitnami/mongodb-sharded] Release 7.4.2 updating components versions (#22942) ([871f3c9](https://github.com/bitnami/charts/commit/871f3c9)), closes [#22942](https://github.com/bitnami/charts/issues/22942) +* [bitnami/mongodb-sharded] Release 7.4.2 updating components versions (#22942) ([871f3c9](https://github.com/bitnami/charts/commit/871f3c91bf9454c8870a04bfd920b461a3ac62a4)), closes [#22942](https://github.com/bitnami/charts/issues/22942) ## 7.4.1 (2024-01-26) -* [bitnami/*] Move documentation sections from docs.bitnami.com back to the README (#22203) ([7564f36](https://github.com/bitnami/charts/commit/7564f36)), closes [#22203](https://github.com/bitnami/charts/issues/22203) -* [bitnami/mongodb-sharded] fix: :bug: Set seLinuxOptions to null for Openshift compatibility (#22629) ([7e27bca](https://github.com/bitnami/charts/commit/7e27bca)), closes [#22629](https://github.com/bitnami/charts/issues/22629) +* [bitnami/*] Move documentation sections from docs.bitnami.com back to the README (#22203) ([7564f36](https://github.com/bitnami/charts/commit/7564f36ca1e95ff30ee686652b7ab8690561a707)), closes [#22203](https://github.com/bitnami/charts/issues/22203) +* [bitnami/mongodb-sharded] fix: :bug: Set seLinuxOptions to null for Openshift compatibility (#22629) ([7e27bca](https://github.com/bitnami/charts/commit/7e27bcadbd4856216ee470b13da5608f807fdce4)), closes [#22629](https://github.com/bitnami/charts/issues/22629) ## 7.4.0 (2024-01-19) -* [bitnami/mongodb-sharded] fix: :lock: Move service-account token auto-mount to pod declaration (#224 ([249edde](https://github.com/bitnami/charts/commit/249edde)), closes [#22438](https://github.com/bitnami/charts/issues/22438) +* [bitnami/mongodb-sharded] fix: :lock: Move service-account token auto-mount to pod declaration (#224 ([249edde](https://github.com/bitnami/charts/commit/249eddea3fc72bb10662683fcda0f1bfb69b276e)), closes [#22438](https://github.com/bitnami/charts/issues/22438) ## 7.3.1 (2024-01-18) -* [bitnami/mongodb-sharded] Release 7.3.1 updating components versions (#22306) ([45eaedd](https://github.com/bitnami/charts/commit/45eaedd)), closes [#22306](https://github.com/bitnami/charts/issues/22306) +* [bitnami/mongodb-sharded] Release 7.3.1 updating components versions (#22306) ([45eaedd](https://github.com/bitnami/charts/commit/45eaedd2e6f49fb311e7f6b73b6a17e11ed2c041)), closes [#22306](https://github.com/bitnami/charts/issues/22306) ## 7.3.0 (2024-01-16) -* [bitnami/mongodb-sharded] fix: :lock: Improve podSecurityContext and containerSecurityContext with e ([3840178](https://github.com/bitnami/charts/commit/3840178)), closes [#22160](https://github.com/bitnami/charts/issues/22160) +* [bitnami/mongodb-sharded] fix: :lock: Improve podSecurityContext and containerSecurityContext with e ([3840178](https://github.com/bitnami/charts/commit/3840178435d56c7fe5e93ed9c5db58b955787815)), closes [#22160](https://github.com/bitnami/charts/issues/22160) ## 7.2.2 (2024-01-15) -* [bitnami/*] Fix docs.bitnami.com broken links (#21901) ([f35506d](https://github.com/bitnami/charts/commit/f35506d)), closes [#21901](https://github.com/bitnami/charts/issues/21901) -* [bitnami/*] Fix ref links (in comments) (#21822) ([e4fa296](https://github.com/bitnami/charts/commit/e4fa296)), closes [#21822](https://github.com/bitnami/charts/issues/21822) -* [bitnami/mongodb-sharded] fix: :lock: Do not use the default service account (#22023) ([b69e5a7](https://github.com/bitnami/charts/commit/b69e5a7)), closes [#22023](https://github.com/bitnami/charts/issues/22023) +* [bitnami/*] Fix docs.bitnami.com broken links (#21901) ([f35506d](https://github.com/bitnami/charts/commit/f35506d2dadee4f097986e7792df1f53ab215b5d)), closes [#21901](https://github.com/bitnami/charts/issues/21901) +* [bitnami/*] Fix ref links (in comments) (#21822) ([e4fa296](https://github.com/bitnami/charts/commit/e4fa296106b225cf8c82445727c675c7c725e380)), closes [#21822](https://github.com/bitnami/charts/issues/21822) +* [bitnami/mongodb-sharded] fix: :lock: Do not use the default service account (#22023) ([b69e5a7](https://github.com/bitnami/charts/commit/b69e5a732b972aaf1842a3363dfd92602db1fe13)), closes [#22023](https://github.com/bitnami/charts/issues/22023) ## 7.2.1 (2024-01-06) -* [bitnami/mongodb-sharded] Release 7.2.1 updating components versions (#21871) ([d7de0a0](https://github.com/bitnami/charts/commit/d7de0a0)), closes [#21871](https://github.com/bitnami/charts/issues/21871) +* [bitnami/mongodb-sharded] Release 7.2.1 updating components versions (#21871) ([d7de0a0](https://github.com/bitnami/charts/commit/d7de0a02b961eab0e9bee99a0c4d6265abb5175c)), closes [#21871](https://github.com/bitnami/charts/issues/21871) ## 7.2.0 (2024-01-02) -* [bitnami/*] Update copyright: Year and company (#21815) ([6c4bf75](https://github.com/bitnami/charts/commit/6c4bf75)), closes [#21815](https://github.com/bitnami/charts/issues/21815) -* [bitnami/mongodb-sharded] Init retry configuration (#21819) ([359aaee](https://github.com/bitnami/charts/commit/359aaee)), closes [#21819](https://github.com/bitnami/charts/issues/21819) +* [bitnami/*] Update copyright: Year and company (#21815) ([6c4bf75](https://github.com/bitnami/charts/commit/6c4bf75dec58fc7c9aee9f089777b1a858c17d5b)), closes [#21815](https://github.com/bitnami/charts/issues/21815) +* [bitnami/mongodb-sharded] Init retry configuration (#21819) ([359aaee](https://github.com/bitnami/charts/commit/359aaee671d15c45a58e67fe73c9f6d97fad21f4)), closes [#21819](https://github.com/bitnami/charts/issues/21819) ## 7.1.6 (2023-12-07) -* [bitnami/mongodb-sharded] Release 7.1.6 updating components versions (#21471) ([07cfc42](https://github.com/bitnami/charts/commit/07cfc42)), closes [#21471](https://github.com/bitnami/charts/issues/21471) +* [bitnami/mongodb-sharded] Release 7.1.6 updating components versions (#21471) ([07cfc42](https://github.com/bitnami/charts/commit/07cfc42ebdd28d8ebf97804096da3fa855717d3d)), closes [#21471](https://github.com/bitnami/charts/issues/21471) ## 7.1.5 (2023-11-27) -* [bitnami/*] Rename solutions to "Bitnami package for ..." (#21038) ([b82f979](https://github.com/bitnami/charts/commit/b82f979)), closes [#21038](https://github.com/bitnami/charts/issues/21038) -* [bitnami/mongodb-sharded] Release 7.1.5 updating components versions (#21275) ([bf72160](https://github.com/bitnami/charts/commit/bf72160)), closes [#21275](https://github.com/bitnami/charts/issues/21275) +* [bitnami/*] Rename solutions to "Bitnami package for ..." (#21038) ([b82f979](https://github.com/bitnami/charts/commit/b82f979e4fb63423fe6e2192c946d09d79c944fc)), closes [#21038](https://github.com/bitnami/charts/issues/21038) +* [bitnami/mongodb-sharded] Release 7.1.5 updating components versions (#21275) ([bf72160](https://github.com/bitnami/charts/commit/bf7216007eaf1c5815b6e808801b14242c5e71d6)), closes [#21275](https://github.com/bitnami/charts/issues/21275) ## 7.1.4 (2023-11-17) -* [bitnami/mongodb-sharded] Release 7.1.4 updating components versions (#21042) ([e64e3ef](https://github.com/bitnami/charts/commit/e64e3ef)), closes [#21042](https://github.com/bitnami/charts/issues/21042) +* [bitnami/mongodb-sharded] Release 7.1.4 updating components versions (#21042) ([e64e3ef](https://github.com/bitnami/charts/commit/e64e3ef535e75d19c6c18afe5dca3914abb12ac1)), closes [#21042](https://github.com/bitnami/charts/issues/21042) ## 7.1.3 (2023-11-17) -* [bitnami/*] Remove relative links to non-README sections, add verification for that and update TL;DR ([1103633](https://github.com/bitnami/charts/commit/1103633)), closes [#20967](https://github.com/bitnami/charts/issues/20967) -* [bitnami/mongodb-sharded] Release 7.1.3 updating components versions (#21022) ([23dc892](https://github.com/bitnami/charts/commit/23dc892)), closes [#21022](https://github.com/bitnami/charts/issues/21022) +* [bitnami/*] Remove relative links to non-README sections, add verification for that and update TL;DR ([1103633](https://github.com/bitnami/charts/commit/11036334d82df0490aa4abdb591543cab6cf7d7f)), closes [#20967](https://github.com/bitnami/charts/issues/20967) +* [bitnami/mongodb-sharded] Release 7.1.3 updating components versions (#21022) ([23dc892](https://github.com/bitnami/charts/commit/23dc892295b5ebbb674e322c33e8013ad3ea3334)), closes [#21022](https://github.com/bitnami/charts/issues/21022) ## 7.1.2 (2023-11-10) -* [bitnami/mongodb-sharded] Release 7.1.2 updating components versions (#20888) ([6b9c5f1](https://github.com/bitnami/charts/commit/6b9c5f1)), closes [#20888](https://github.com/bitnami/charts/issues/20888) +* [bitnami/mongodb-sharded] Release 7.1.2 updating components versions (#20888) ([6b9c5f1](https://github.com/bitnami/charts/commit/6b9c5f1be91a0b062c8b3357c0c4185f981bb43e)), closes [#20888](https://github.com/bitnami/charts/issues/20888) ## 7.1.1 (2023-11-08) -* [bitnami/mongodb-sharded] Release 7.1.1 updating components versions (#20757) ([9214a08](https://github.com/bitnami/charts/commit/9214a08)), closes [#20757](https://github.com/bitnami/charts/issues/20757) +* [bitnami/mongodb-sharded] Release 7.1.1 updating components versions (#20757) ([9214a08](https://github.com/bitnami/charts/commit/9214a086f0687f7b7ffb80aa666c59116af09b69)), closes [#20757](https://github.com/bitnami/charts/issues/20757) ## 7.1.0 (2023-11-06) -* [bitnami/*] Rename VMware Application Catalog (#20361) ([3acc734](https://github.com/bitnami/charts/commit/3acc734)), closes [#20361](https://github.com/bitnami/charts/issues/20361) -* [bitnami/mongodb-sharded] feat: :sparkles: Add support for PSA restricted policy (#20508) ([85ff2e7](https://github.com/bitnami/charts/commit/85ff2e7)), closes [#20508](https://github.com/bitnami/charts/issues/20508) +* [bitnami/*] Rename VMware Application Catalog (#20361) ([3acc734](https://github.com/bitnami/charts/commit/3acc73472beb6fb56c4d99f929061001205bc57e)), closes [#20361](https://github.com/bitnami/charts/issues/20361) +* [bitnami/mongodb-sharded] feat: :sparkles: Add support for PSA restricted policy (#20508) ([85ff2e7](https://github.com/bitnami/charts/commit/85ff2e75abe705677f7d56ea2818e9197d44a9cb)), closes [#20508](https://github.com/bitnami/charts/issues/20508) ## 7.0.5 (2023-10-21) -* [bitnami/*] Skip image's tag in the README files of the Bitnami Charts (#19841) ([bb9a01b](https://github.com/bitnami/charts/commit/bb9a01b)), closes [#19841](https://github.com/bitnami/charts/issues/19841) -* [bitnami/*] Standardize documentation (#19835) ([af5f753](https://github.com/bitnami/charts/commit/af5f753)), closes [#19835](https://github.com/bitnami/charts/issues/19835) -* [bitnami/mongodb-sharded] Release 7.0.5 updating components versions (#20343) ([785d8e9](https://github.com/bitnami/charts/commit/785d8e9)), closes [#20343](https://github.com/bitnami/charts/issues/20343) +* [bitnami/*] Skip image's tag in the README files of the Bitnami Charts (#19841) ([bb9a01b](https://github.com/bitnami/charts/commit/bb9a01b65911c87e48318db922cc05eb42785e42)), closes [#19841](https://github.com/bitnami/charts/issues/19841) +* [bitnami/*] Standardize documentation (#19835) ([af5f753](https://github.com/bitnami/charts/commit/af5f7530c1bc8c5ded53a6c4f7b8f384ac1804f2)), closes [#19835](https://github.com/bitnami/charts/issues/19835) +* [bitnami/mongodb-sharded] Release 7.0.5 updating components versions (#20343) ([785d8e9](https://github.com/bitnami/charts/commit/785d8e9c3b6760fe4e9c10dd726248c758beed70)), closes [#20343](https://github.com/bitnami/charts/issues/20343) ## 7.0.4 (2023-10-12) -* [bitnami/mongodb-sharded] Release 7.0.4 (#20153) ([a372460](https://github.com/bitnami/charts/commit/a372460)), closes [#20153](https://github.com/bitnami/charts/issues/20153) +* [bitnami/mongodb-sharded] Release 7.0.4 (#20153) ([a372460](https://github.com/bitnami/charts/commit/a372460144e5a6b1e325a2fdf30629f108bf56b9)), closes [#20153](https://github.com/bitnami/charts/issues/20153) ## 7.0.3 (2023-10-09) -* [bitnami/mongodb-sharded] Release 7.0.3 (#19895) ([baecaf8](https://github.com/bitnami/charts/commit/baecaf8)), closes [#19895](https://github.com/bitnami/charts/issues/19895) +* [bitnami/mongodb-sharded] Release 7.0.3 (#19895) ([baecaf8](https://github.com/bitnami/charts/commit/baecaf833a2549a83bae2b2bd8cedce9ee9dff64)), closes [#19895](https://github.com/bitnami/charts/issues/19895) ## 7.0.2 (2023-10-09) -* [bitnami/*] Update Helm charts prerequisites (#19745) ([eb755dd](https://github.com/bitnami/charts/commit/eb755dd)), closes [#19745](https://github.com/bitnami/charts/issues/19745) -* [bitnami/mongodb-sharded] Release 7.0.2 (#19868) ([ba821b3](https://github.com/bitnami/charts/commit/ba821b3)), closes [#19868](https://github.com/bitnami/charts/issues/19868) +* [bitnami/*] Update Helm charts prerequisites (#19745) ([eb755dd](https://github.com/bitnami/charts/commit/eb755dd36a4dd3cf6635be8e0598f9a7f4c4a554)), closes [#19745](https://github.com/bitnami/charts/issues/19745) +* [bitnami/mongodb-sharded] Release 7.0.2 (#19868) ([ba821b3](https://github.com/bitnami/charts/commit/ba821b321a384927e4623ea739cdd172a5595586)), closes [#19868](https://github.com/bitnami/charts/issues/19868) ## 7.0.1 (2023-09-30) -* [bitnami/mongodb-sharded] Release 7.0.1 (#19659) ([fadf220](https://github.com/bitnami/charts/commit/fadf220)), closes [#19659](https://github.com/bitnami/charts/issues/19659) +* [bitnami/mongodb-sharded] Release 7.0.1 (#19659) ([fadf220](https://github.com/bitnami/charts/commit/fadf220d2eb6e0bbb66fd2f5ac8e732f6cbd909a)), closes [#19659](https://github.com/bitnami/charts/issues/19659) ## 7.0.0 (2023-09-28) -* [bitnami/mongodb-sharded] Bump major version not bumped at #19575 (#19591) ([d838a7f](https://github.com/bitnami/charts/commit/d838a7f)), closes [#19575](https://github.com/bitnami/charts/issues/19575) [#19591](https://github.com/bitnami/charts/issues/19591) [#19575](https://github.com/bitnami/charts/issues/19575) +* [bitnami/mongodb-sharded] Bump major version not bumped at #19575 (#19591) ([d838a7f](https://github.com/bitnami/charts/commit/d838a7fa6fd8f1d45c458ada794a8c45e369a6f8)), closes [#19575](https://github.com/bitnami/charts/issues/19575) [#19591](https://github.com/bitnami/charts/issues/19591) [#19575](https://github.com/bitnami/charts/issues/19575) ## 6.6.8 (2023-09-27) -* [bitnami/mongodb-sharded] Release 6.6.8 (#19575) ([17b916e](https://github.com/bitnami/charts/commit/17b916e)), closes [#19575](https://github.com/bitnami/charts/issues/19575) +* [bitnami/mongodb-sharded] Release 6.6.8 (#19575) ([17b916e](https://github.com/bitnami/charts/commit/17b916ec07cdc523c68f23f465914e1a75b13e7b)), closes [#19575](https://github.com/bitnami/charts/issues/19575) ## 6.6.7 (2023-09-21) -* [bitnami/mongodb-sharded] Release 6.6.7 (#19459) ([ec882a7](https://github.com/bitnami/charts/commit/ec882a7)), closes [#19459](https://github.com/bitnami/charts/issues/19459) -* Revert "Autogenerate schema files (#19194)" (#19335) ([73d80be](https://github.com/bitnami/charts/commit/73d80be)), closes [#19194](https://github.com/bitnami/charts/issues/19194) [#19335](https://github.com/bitnami/charts/issues/19335) +* [bitnami/mongodb-sharded] Release 6.6.7 (#19459) ([ec882a7](https://github.com/bitnami/charts/commit/ec882a7cdb056d182d1aa8753f8fdbc2a21428a8)), closes [#19459](https://github.com/bitnami/charts/issues/19459) +* Revert "Autogenerate schema files (#19194)" (#19335) ([73d80be](https://github.com/bitnami/charts/commit/73d80be525c88fb4b8a54451a55acd506e337062)), closes [#19194](https://github.com/bitnami/charts/issues/19194) [#19335](https://github.com/bitnami/charts/issues/19335) ## 6.6.6 (2023-09-15) -* [bitnami/mongodb-sharded] test: :white_check_mark: Bump timeouts (#19293) ([ba1f396](https://github.com/bitnami/charts/commit/ba1f396)), closes [#19293](https://github.com/bitnami/charts/issues/19293) +* [bitnami/mongodb-sharded] test: :white_check_mark: Bump timeouts (#19293) ([ba1f396](https://github.com/bitnami/charts/commit/ba1f396b415bdb3d6a8464f42fd5f462234663c3)), closes [#19293](https://github.com/bitnami/charts/issues/19293) ## 6.6.5 (2023-09-14) -* [bitnami/mongodb-sharded] Release 6.6.5 (#19270) ([989a8bc](https://github.com/bitnami/charts/commit/989a8bc)), closes [#19270](https://github.com/bitnami/charts/issues/19270) +* [bitnami/mongodb-sharded] Release 6.6.5 (#19270) ([989a8bc](https://github.com/bitnami/charts/commit/989a8bc7299ee0420e120c179b2a651d4ed25990)), closes [#19270](https://github.com/bitnami/charts/issues/19270) ## 6.6.4 (2023-09-12) -* [bitnami/mongodb-sharded] test: :construction_worker: Set serial verification (#19234) ([cddcbed](https://github.com/bitnami/charts/commit/cddcbed)), closes [#19234](https://github.com/bitnami/charts/issues/19234) -* Autogenerate schema files (#19194) ([a2c2090](https://github.com/bitnami/charts/commit/a2c2090)), closes [#19194](https://github.com/bitnami/charts/issues/19194) +* [bitnami/mongodb-sharded] test: :construction_worker: Set serial verification (#19234) ([cddcbed](https://github.com/bitnami/charts/commit/cddcbede41404ae7717ce180280bd250702be82c)), closes [#19234](https://github.com/bitnami/charts/issues/19234) +* Autogenerate schema files (#19194) ([a2c2090](https://github.com/bitnami/charts/commit/a2c2090b5ac97f47b745c8028c6452bf99739772)), closes [#19194](https://github.com/bitnami/charts/issues/19194) ## 6.6.3 (2023-09-06) -* [bitnami/mongodb-sharded]: Use merge helper (#19083) ([ba14a62](https://github.com/bitnami/charts/commit/ba14a62)), closes [#19083](https://github.com/bitnami/charts/issues/19083) +* [bitnami/mongodb-sharded]: Use merge helper (#19083) ([ba14a62](https://github.com/bitnami/charts/commit/ba14a625f6b3acf0aec9e79476e329e35b2d532c)), closes [#19083](https://github.com/bitnami/charts/issues/19083) ## 6.6.2 (2023-08-25) -* [bitnami/mongodb-sharded] Release 6.6.2 (#18864) ([1fd7628](https://github.com/bitnami/charts/commit/1fd7628)), closes [#18864](https://github.com/bitnami/charts/issues/18864) +* [bitnami/mongodb-sharded] Release 6.6.2 (#18864) ([1fd7628](https://github.com/bitnami/charts/commit/1fd76288015fcecd04b9c83ca43e7b35830f3df4)), closes [#18864](https://github.com/bitnami/charts/issues/18864) ## 6.6.1 (2023-08-25) -* [bitnami/mongodb-sharded] test: :white_check_mark: Add persistence tests (#18777) ([357b5a8](https://github.com/bitnami/charts/commit/357b5a8)), closes [#18777](https://github.com/bitnami/charts/issues/18777) +* [bitnami/mongodb-sharded] test: :white_check_mark: Add persistence tests (#18777) ([357b5a8](https://github.com/bitnami/charts/commit/357b5a8d7c831125bd7ec7d672ee74e139fee497)), closes [#18777](https://github.com/bitnami/charts/issues/18777) ## 6.6.0 (2023-08-24) -* [bitnami/mongodb-sharded] Support for customizing standard labels (#18353) ([7287c87](https://github.com/bitnami/charts/commit/7287c87)), closes [#18353](https://github.com/bitnami/charts/issues/18353) +* [bitnami/mongodb-sharded] Support for customizing standard labels (#18353) ([7287c87](https://github.com/bitnami/charts/commit/7287c8766de50d61952594d00c79481bc5c0a61f)), closes [#18353](https://github.com/bitnami/charts/issues/18353) ## 6.5.8 (2023-08-17) -* [bitnami/mongodb-sharded] Release 6.5.8 (#18552) ([82e33b4](https://github.com/bitnami/charts/commit/82e33b4)), closes [#18552](https://github.com/bitnami/charts/issues/18552) +* [bitnami/mongodb-sharded] Release 6.5.8 (#18552) ([82e33b4](https://github.com/bitnami/charts/commit/82e33b4d774290197369896d5153cc27c319ed52)), closes [#18552](https://github.com/bitnami/charts/issues/18552) ## 6.5.7 (2023-07-26) -* [bitnami/mongodb-sharded] Release 6.5.7 (#17925) ([c3f288e](https://github.com/bitnami/charts/commit/c3f288e)), closes [#17925](https://github.com/bitnami/charts/issues/17925) +* [bitnami/mongodb-sharded] Release 6.5.7 (#17925) ([c3f288e](https://github.com/bitnami/charts/commit/c3f288edf80d1cc53d3fd42f08c535d048e82728)), closes [#17925](https://github.com/bitnami/charts/issues/17925) ## 6.5.6 (2023-07-15) -* [bitnami/mongodb-sharded] Release 6.5.6 (#17703) ([3e976e1](https://github.com/bitnami/charts/commit/3e976e1)), closes [#17703](https://github.com/bitnami/charts/issues/17703) +* [bitnami/mongodb-sharded] Release 6.5.6 (#17703) ([3e976e1](https://github.com/bitnami/charts/commit/3e976e1fcbe32b73644a7bfd304caf81a81cec4c)), closes [#17703](https://github.com/bitnami/charts/issues/17703) ## 6.5.5 (2023-07-01) -* [bitnami/mongodb-sharded] Release 6.5.5 (#17442) ([bebf9e1](https://github.com/bitnami/charts/commit/bebf9e1)), closes [#17442](https://github.com/bitnami/charts/issues/17442) -* Add copyright header (#17300) ([da68be8](https://github.com/bitnami/charts/commit/da68be8)), closes [#17300](https://github.com/bitnami/charts/issues/17300) -* Update charts readme (#17217) ([31b3c0a](https://github.com/bitnami/charts/commit/31b3c0a)), closes [#17217](https://github.com/bitnami/charts/issues/17217) +* [bitnami/mongodb-sharded] Release 6.5.5 (#17442) ([bebf9e1](https://github.com/bitnami/charts/commit/bebf9e1130b548ff69d3b7783e6d0f448833b867)), closes [#17442](https://github.com/bitnami/charts/issues/17442) +* Add copyright header (#17300) ([da68be8](https://github.com/bitnami/charts/commit/da68be8e951225133c7dfb572d5101ca3d61c5ae)), closes [#17300](https://github.com/bitnami/charts/issues/17300) +* Update charts readme (#17217) ([31b3c0a](https://github.com/bitnami/charts/commit/31b3c0afd968ff4429107e34101f7509e6a0e913)), closes [#17217](https://github.com/bitnami/charts/issues/17217) ## 6.5.4 (2023-06-20) -* [bitnami/*] Change copyright section in READMEs (#17006) ([ef986a1](https://github.com/bitnami/charts/commit/ef986a1)), closes [#17006](https://github.com/bitnami/charts/issues/17006) -* [bitnami/mongodb-sharded] Release 6.5.4 (#17225) ([950b655](https://github.com/bitnami/charts/commit/950b655)), closes [#17225](https://github.com/bitnami/charts/issues/17225) -* [bitnami/several] Change copyright section in READMEs (#16989) ([5b6a5cf](https://github.com/bitnami/charts/commit/5b6a5cf)), closes [#16989](https://github.com/bitnami/charts/issues/16989) +* [bitnami/*] Change copyright section in READMEs (#17006) ([ef986a1](https://github.com/bitnami/charts/commit/ef986a1605241102b3dcafe9fd8089e6fc1201ad)), closes [#17006](https://github.com/bitnami/charts/issues/17006) +* [bitnami/mongodb-sharded] Release 6.5.4 (#17225) ([950b655](https://github.com/bitnami/charts/commit/950b65587046c30ad5cccdf0cf534bdf6b939fda)), closes [#17225](https://github.com/bitnami/charts/issues/17225) +* [bitnami/several] Change copyright section in READMEs (#16989) ([5b6a5cf](https://github.com/bitnami/charts/commit/5b6a5cfb7625a751848a2e5cd796bd7278f406ca)), closes [#16989](https://github.com/bitnami/charts/issues/16989) ## 6.5.3 (2023-05-21) -* [bitnami/mongodb-sharded] Release 6.5.3 (#16802) ([c8642ab](https://github.com/bitnami/charts/commit/c8642ab)), closes [#16802](https://github.com/bitnami/charts/issues/16802) +* [bitnami/mongodb-sharded] Release 6.5.3 (#16802) ([c8642ab](https://github.com/bitnami/charts/commit/c8642abff4b44ad55d551b76950e2bab76254769)), closes [#16802](https://github.com/bitnami/charts/issues/16802) ## 6.5.2 (2023-05-12) -* [bitnami/mongodb-sharded] Release 6.5.2 (#16628) ([8a64717](https://github.com/bitnami/charts/commit/8a64717)), closes [#16628](https://github.com/bitnami/charts/issues/16628) +* [bitnami/mongodb-sharded] Release 6.5.2 (#16628) ([8a64717](https://github.com/bitnami/charts/commit/8a64717958134d1df7808cd61c1403c37e522e65)), closes [#16628](https://github.com/bitnami/charts/issues/16628) ## 6.5.1 (2023-05-11) -* fix: allow mongodb to template existing secret (#16564) ([224b0c6](https://github.com/bitnami/charts/commit/224b0c6)), closes [#16564](https://github.com/bitnami/charts/issues/16564) -* Add wording for enterprise page (#16560) ([8f22774](https://github.com/bitnami/charts/commit/8f22774)), closes [#16560](https://github.com/bitnami/charts/issues/16560) +* fix: allow mongodb to template existing secret (#16564) ([224b0c6](https://github.com/bitnami/charts/commit/224b0c6353571b420af4b1d3e371a1ccaaafed83)), closes [#16564](https://github.com/bitnami/charts/issues/16564) +* Add wording for enterprise page (#16560) ([8f22774](https://github.com/bitnami/charts/commit/8f2277440b976d52785ba9149762ad8620a73d1f)), closes [#16560](https://github.com/bitnami/charts/issues/16560) ## 6.5.0 (2023-05-09) -* [bitnami/several] Adapt Chart.yaml to set desired OCI annotations (#16546) ([fc9b18f](https://github.com/bitnami/charts/commit/fc9b18f)), closes [#16546](https://github.com/bitnami/charts/issues/16546) +* [bitnami/several] Adapt Chart.yaml to set desired OCI annotations (#16546) ([fc9b18f](https://github.com/bitnami/charts/commit/fc9b18f2e98805d4df629acbcde696f44f973344)), closes [#16546](https://github.com/bitnami/charts/issues/16546) ## 6.4.2 (2023-05-09) -* [bitnami/mongodb-sharded] Release 6.4.2 (#16473) ([73f176c](https://github.com/bitnami/charts/commit/73f176c)), closes [#16473](https://github.com/bitnami/charts/issues/16473) +* [bitnami/mongodb-sharded] Release 6.4.2 (#16473) ([73f176c](https://github.com/bitnami/charts/commit/73f176cb4dbde5a6023ea53e0e94d18b5ceb7169)), closes [#16473](https://github.com/bitnami/charts/issues/16473) ## 6.4.1 (2023-05-01) -* [bitnami/mongodb-sharded] Release 6.4.1 (#16304) ([d01d7c6](https://github.com/bitnami/charts/commit/d01d7c6)), closes [#16304](https://github.com/bitnami/charts/issues/16304) +* [bitnami/mongodb-sharded] Release 6.4.1 (#16304) ([d01d7c6](https://github.com/bitnami/charts/commit/d01d7c6ae14479fe1ce5aedd80eca00e334f4b44)), closes [#16304](https://github.com/bitnami/charts/issues/16304) ## 6.4.0 (2023-04-20) -* [bitnami/*] Make Helm charts 100% OCI (#15998) ([8841510](https://github.com/bitnami/charts/commit/8841510)), closes [#15998](https://github.com/bitnami/charts/issues/15998) +* [bitnami/*] Make Helm charts 100% OCI (#15998) ([8841510](https://github.com/bitnami/charts/commit/884151035efcbf2e1b3206e7def85511073fb57d)), closes [#15998](https://github.com/bitnami/charts/issues/15998) ## 6.3.3 (2023-04-01) -* [bitnami/mongodb-sharded] Release 6.3.3 (#15875) ([014328d](https://github.com/bitnami/charts/commit/014328d)), closes [#15875](https://github.com/bitnami/charts/issues/15875) +* [bitnami/mongodb-sharded] Release 6.3.3 (#15875) ([014328d](https://github.com/bitnami/charts/commit/014328dd40a7505b96c2a70b7361241d9b9417f5)), closes [#15875](https://github.com/bitnami/charts/issues/15875) ## 6.3.2 (2023-03-21) -* [bitnami/mongodb-sharded] Release 6.3.2 (#15651) ([ff8731f](https://github.com/bitnami/charts/commit/ff8731f)), closes [#15651](https://github.com/bitnami/charts/issues/15651) +* [bitnami/mongodb-sharded] Release 6.3.2 (#15651) ([ff8731f](https://github.com/bitnami/charts/commit/ff8731fb71ef4853dc3af4887ea016fd264ad952)), closes [#15651](https://github.com/bitnami/charts/issues/15651) ## 6.3.1 (2023-03-14) -* [bitnami/mongodb-sharded] Release 6.3.1 (#15485) ([5947cf1](https://github.com/bitnami/charts/commit/5947cf1)), closes [#15485](https://github.com/bitnami/charts/issues/15485) +* [bitnami/mongodb-sharded] Release 6.3.1 (#15485) ([5947cf1](https://github.com/bitnami/charts/commit/5947cf1cc31d8315e485e4f1ed369dccb9a51ec8)), closes [#15485](https://github.com/bitnami/charts/issues/15485) ## 6.3.0 (2023-03-10) -* [bitnami/charts] Apply linter to README files (#15357) ([0e29e60](https://github.com/bitnami/charts/commit/0e29e60)), closes [#15357](https://github.com/bitnami/charts/issues/15357) -* [bitnami/mongodb-sharded] Add support for service.headless.annotations (#15436) ([34a0322](https://github.com/bitnami/charts/commit/34a0322)), closes [#15436](https://github.com/bitnami/charts/issues/15436) -* fix(mongodbshared): fixing doc comment (#15089) ([e979121](https://github.com/bitnami/charts/commit/e979121)), closes [#15089](https://github.com/bitnami/charts/issues/15089) +* [bitnami/charts] Apply linter to README files (#15357) ([0e29e60](https://github.com/bitnami/charts/commit/0e29e600d3adc8b1b46e506eccb3decfab3b4e63)), closes [#15357](https://github.com/bitnami/charts/issues/15357) +* [bitnami/mongodb-sharded] Add support for service.headless.annotations (#15436) ([34a0322](https://github.com/bitnami/charts/commit/34a0322cfd661066df9e9c4f499ff457854a1c6a)), closes [#15436](https://github.com/bitnami/charts/issues/15436) +* fix(mongodbshared): fixing doc comment (#15089) ([e979121](https://github.com/bitnami/charts/commit/e979121ef56fc02ea219d12961024d3dc086dbf6)), closes [#15089](https://github.com/bitnami/charts/issues/15089) ## 6.2.5 (2023-03-01) -* [bitnami/mongodb-sharded] Release 6.2.5 (#15263) ([983c6d9](https://github.com/bitnami/charts/commit/983c6d9)), closes [#15263](https://github.com/bitnami/charts/issues/15263) +* [bitnami/mongodb-sharded] Release 6.2.5 (#15263) ([983c6d9](https://github.com/bitnami/charts/commit/983c6d91d36a60bd1175a349d516416fdbec19b4)), closes [#15263](https://github.com/bitnami/charts/issues/15263) ## 6.2.4 (2023-02-17) -* [bitnami/*] Change copyright date (#14682) ([add4ec7](https://github.com/bitnami/charts/commit/add4ec7)), closes [#14682](https://github.com/bitnami/charts/issues/14682) -* [bitnami/*] Fix markdown linter issues (#14874) ([a51e0e8](https://github.com/bitnami/charts/commit/a51e0e8)), closes [#14874](https://github.com/bitnami/charts/issues/14874) -* [bitnami/*] Fix markdown linter issues 2 (#14890) ([aa96572](https://github.com/bitnami/charts/commit/aa96572)), closes [#14890](https://github.com/bitnami/charts/issues/14890) -* [bitnami/*] Unify READMEs (#14472) ([2064fb8](https://github.com/bitnami/charts/commit/2064fb8)), closes [#14472](https://github.com/bitnami/charts/issues/14472) -* [bitnami/mongodb-sharded] Release 6.2.4 (#14994) ([8f8692f](https://github.com/bitnami/charts/commit/8f8692f)), closes [#14994](https://github.com/bitnami/charts/issues/14994) +* [bitnami/*] Change copyright date (#14682) ([add4ec7](https://github.com/bitnami/charts/commit/add4ec701108ac36ed4de2dffbdf407a0d091067)), closes [#14682](https://github.com/bitnami/charts/issues/14682) +* [bitnami/*] Fix markdown linter issues (#14874) ([a51e0e8](https://github.com/bitnami/charts/commit/a51e0e8d35495b907f3e70dd2f8e7c3bcbf4166a)), closes [#14874](https://github.com/bitnami/charts/issues/14874) +* [bitnami/*] Fix markdown linter issues 2 (#14890) ([aa96572](https://github.com/bitnami/charts/commit/aa9657237ee8df4a46db0d7fdf8a23230dd6902a)), closes [#14890](https://github.com/bitnami/charts/issues/14890) +* [bitnami/*] Unify READMEs (#14472) ([2064fb8](https://github.com/bitnami/charts/commit/2064fb8dcc78a845cdede8211af8c3cc52551161)), closes [#14472](https://github.com/bitnami/charts/issues/14472) +* [bitnami/mongodb-sharded] Release 6.2.4 (#14994) ([8f8692f](https://github.com/bitnami/charts/commit/8f8692f1becb76e7732d1a83980ed821a029fcb3)), closes [#14994](https://github.com/bitnami/charts/issues/14994) ## 6.2.3 (2023-01-19) -* [bitnami/*] Change licenses annotation format (#14377) ([0ab7608](https://github.com/bitnami/charts/commit/0ab7608)), closes [#14377](https://github.com/bitnami/charts/issues/14377) -* [bitnami/mongodb-sharded] Release 6.2.3 (#14442) ([cce758c](https://github.com/bitnami/charts/commit/cce758c)), closes [#14442](https://github.com/bitnami/charts/issues/14442) +* [bitnami/*] Change licenses annotation format (#14377) ([0ab7608](https://github.com/bitnami/charts/commit/0ab760862c660fcc78cffadf8e1d8cdd70881473)), closes [#14377](https://github.com/bitnami/charts/issues/14377) +* [bitnami/mongodb-sharded] Release 6.2.3 (#14442) ([cce758c](https://github.com/bitnami/charts/commit/cce758c7135d488c8b3eebde7be8211d6b9a2a8a)), closes [#14442](https://github.com/bitnami/charts/issues/14442) ## 6.2.2 (2023-01-14) -* [bitnami/*] Add license annotation and remove obsolete engine parameter (#14293) ([da2a794](https://github.com/bitnami/charts/commit/da2a794)), closes [#14293](https://github.com/bitnami/charts/issues/14293) -* [bitnami/mongodb-sharded] Release 6.2.2 (#14361) ([d5f3fc9](https://github.com/bitnami/charts/commit/d5f3fc9)), closes [#14361](https://github.com/bitnami/charts/issues/14361) +* [bitnami/*] Add license annotation and remove obsolete engine parameter (#14293) ([da2a794](https://github.com/bitnami/charts/commit/da2a7943bae95b6e9b5b4ed972c15e990b69fdb0)), closes [#14293](https://github.com/bitnami/charts/issues/14293) +* [bitnami/mongodb-sharded] Release 6.2.2 (#14361) ([d5f3fc9](https://github.com/bitnami/charts/commit/d5f3fc9acb97ed81936e4ef26d848b8badda0b2e)), closes [#14361](https://github.com/bitnami/charts/issues/14361) ## 6.2.1 (2022-12-15) -* [bitnami/mongodb-sharded] Release 6.2.1 (#13973) ([87efc77](https://github.com/bitnami/charts/commit/87efc77)), closes [#13973](https://github.com/bitnami/charts/issues/13973) +* [bitnami/mongodb-sharded] Release 6.2.1 (#13973) ([87efc77](https://github.com/bitnami/charts/commit/87efc771e8b5525ce85e8d0964b6eff223ad048c)), closes [#13973](https://github.com/bitnami/charts/issues/13973) ## 6.2.0 (2022-11-29) -* [bitnami/mongodb-sharded] Evaluate *.persistence.subPath as a template (#13584) ([d6610ae](https://github.com/bitnami/charts/commit/d6610ae)), closes [#13584](https://github.com/bitnami/charts/issues/13584) +* [bitnami/mongodb-sharded] Evaluate *.persistence.subPath as a template (#13584) ([d6610ae](https://github.com/bitnami/charts/commit/d6610ae391ac703ec2a737b424f83ac5eee8fc31)), closes [#13584](https://github.com/bitnami/charts/issues/13584) ## 6.1.14 (2022-11-25) -* [bitnami/mongodb-sharded] fix rendering topologySpreadConstraints (#13646) ([0964a40](https://github.com/bitnami/charts/commit/0964a40)), closes [#13646](https://github.com/bitnami/charts/issues/13646) +* [bitnami/mongodb-sharded] fix rendering topologySpreadConstraints (#13646) ([0964a40](https://github.com/bitnami/charts/commit/0964a401e6b4daef38330ceedfa445db412bc4ac)), closes [#13646](https://github.com/bitnami/charts/issues/13646) ## 6.1.13 (2022-11-15) -* [bitnami/mongodb-sharded] Release 6.1.13 updating components versions (#13526) ([21f4d51](https://github.com/bitnami/charts/commit/21f4d51)), closes [#13526](https://github.com/bitnami/charts/issues/13526) +* [bitnami/mongodb-sharded] Release 6.1.13 updating components versions (#13526) ([21f4d51](https://github.com/bitnami/charts/commit/21f4d51b2661f0087f80f07a53dc482ca2644adc)), closes [#13526](https://github.com/bitnami/charts/issues/13526) ## 6.1.12 (2022-11-14) -* [bitnami/mongodb-sharded]Fixed a few errors in the templates that support monitoring, PDB, etc (#134 ([c2d5b43](https://github.com/bitnami/charts/commit/c2d5b43)), closes [#13482](https://github.com/bitnami/charts/issues/13482) +* [bitnami/mongodb-sharded]Fixed a few errors in the templates that support monitoring, PDB, etc (#134 ([c2d5b43](https://github.com/bitnami/charts/commit/c2d5b434d5e4ab1c3feb4c4c7221b1cb2fdab578)), closes [#13482](https://github.com/bitnami/charts/issues/13482) ## 6.1.11 (2022-11-09) -* [bitnami/mongodb-sharded] enable all collectors in mongodb_exporter (#13385) ([35da722](https://github.com/bitnami/charts/commit/35da722)), closes [#13385](https://github.com/bitnami/charts/issues/13385) +* [bitnami/mongodb-sharded] enable all collectors in mongodb_exporter (#13385) ([35da722](https://github.com/bitnami/charts/commit/35da7227d9d8519cac7154ee5ab86b253eee7d88)), closes [#13385](https://github.com/bitnami/charts/issues/13385) ## 6.1.10 (2022-10-31) -* [bitnami/mongodb-sharded] Release 6.1.10 (#13257) ([0adb24d](https://github.com/bitnami/charts/commit/0adb24d)), closes [#13257](https://github.com/bitnami/charts/issues/13257) +* [bitnami/mongodb-sharded] Release 6.1.10 (#13257) ([0adb24d](https://github.com/bitnami/charts/commit/0adb24d5bbcdf5ffd83a882267962cd8c8605938)), closes [#13257](https://github.com/bitnami/charts/issues/13257) ## 6.1.9 (2022-10-25) -* fix render topologySpreadConstraints for shard data statefulset (#13109) ([ec572fa](https://github.com/bitnami/charts/commit/ec572fa)), closes [#13109](https://github.com/bitnami/charts/issues/13109) +* fix render topologySpreadConstraints for shard data statefulset (#13109) ([ec572fa](https://github.com/bitnami/charts/commit/ec572fa8901116b689c8c5689831d7538e390526)), closes [#13109](https://github.com/bitnami/charts/issues/13109) ## 6.1.8 (2022-10-24) -* fix render topologySpreadConstraints (#13084) ([dd746d4](https://github.com/bitnami/charts/commit/dd746d4)), closes [#13084](https://github.com/bitnami/charts/issues/13084) +* fix render topologySpreadConstraints (#13084) ([dd746d4](https://github.com/bitnami/charts/commit/dd746d494fba81c5d7a136e742e751bdb31ffb9d)), closes [#13084](https://github.com/bitnami/charts/issues/13084) ## 6.1.7 (2022-10-17) -* [bitnami/*] Use new default branch name in links (#12943) ([a529e02](https://github.com/bitnami/charts/commit/a529e02)), closes [#12943](https://github.com/bitnami/charts/issues/12943) -* [bitnami/mongodb-sharded] Fix missing $ in data StatefulSet (#12941) ([b8620a9](https://github.com/bitnami/charts/commit/b8620a9)), closes [#12941](https://github.com/bitnami/charts/issues/12941) -* Generic README instructions related to the repo (#12792) ([3cf6b10](https://github.com/bitnami/charts/commit/3cf6b10)), closes [#12792](https://github.com/bitnami/charts/issues/12792) +* [bitnami/*] Use new default branch name in links (#12943) ([a529e02](https://github.com/bitnami/charts/commit/a529e02597d49d944eba1eb0f190713293247176)), closes [#12943](https://github.com/bitnami/charts/issues/12943) +* [bitnami/mongodb-sharded] Fix missing $ in data StatefulSet (#12941) ([b8620a9](https://github.com/bitnami/charts/commit/b8620a94d9ca352217226547a9c5cdecc8877b14)), closes [#12941](https://github.com/bitnami/charts/issues/12941) +* Generic README instructions related to the repo (#12792) ([3cf6b10](https://github.com/bitnami/charts/commit/3cf6b10e10e60df4b3e191d6b99aa99a9f597755)), closes [#12792](https://github.com/bitnami/charts/issues/12792) ## 6.1.6 (2022-10-01) -* [bitnami/mongodb-sharded] Release 6.1.6 (#12780) ([0b63445](https://github.com/bitnami/charts/commit/0b63445)), closes [#12780](https://github.com/bitnami/charts/issues/12780) +* [bitnami/mongodb-sharded] Release 6.1.6 (#12780) ([0b63445](https://github.com/bitnami/charts/commit/0b634450fff73723425700690c9507dd1bf134d7)), closes [#12780](https://github.com/bitnami/charts/issues/12780) ## 6.1.5 (2022-09-30) -* [bitnami/mongodb-sharded] Force new version publishing (#12774) ([e114fed](https://github.com/bitnami/charts/commit/e114fed)), closes [#12774](https://github.com/bitnami/charts/issues/12774) +* [bitnami/mongodb-sharded] Force new version publishing (#12774) ([e114fed](https://github.com/bitnami/charts/commit/e114fedb35a8a28055cb099b5c6b4865b0a82ee8)), closes [#12774](https://github.com/bitnami/charts/issues/12774) ## 6.1.4 (2022-09-30) -* [bitnami/mongodb-sharded] Release 6.1.4 (#12746) ([7e73521](https://github.com/bitnami/charts/commit/7e73521)), closes [#12746](https://github.com/bitnami/charts/issues/12746) +* [bitnami/mongodb-sharded] Release 6.1.4 (#12746) ([7e73521](https://github.com/bitnami/charts/commit/7e73521cbb6fd948a018f983125f5154157ed3c0)), closes [#12746](https://github.com/bitnami/charts/issues/12746) ## 6.1.3 (2022-09-20) -* [bitnami/mongodb-sharded] Use custom probes if given (#12529) ([b469868](https://github.com/bitnami/charts/commit/b469868)), closes [#12529](https://github.com/bitnami/charts/issues/12529) [#12354](https://github.com/bitnami/charts/issues/12354) +* [bitnami/mongodb-sharded] Use custom probes if given (#12529) ([b469868](https://github.com/bitnami/charts/commit/b469868e7f50591d50e5aef726aa4f5a7eec67d5)), closes [#12529](https://github.com/bitnami/charts/issues/12529) [#12354](https://github.com/bitnami/charts/issues/12354) ## 6.1.2 (2022-09-19) -* [bitnami/mongodb-sharded] Release 6.1.2 updating components versions ([b58bc0e](https://github.com/bitnami/charts/commit/b58bc0e)) +* [bitnami/mongodb-sharded] Release 6.1.2 updating components versions ([b58bc0e](https://github.com/bitnami/charts/commit/b58bc0e52531d934e987ce6225fff2411d0e2a65)) ## 6.1.1 (2022-08-23) -* [bitnami/mongodb-sharded] Update Chart.lock (#12044) ([5cf48d2](https://github.com/bitnami/charts/commit/5cf48d2)), closes [#12044](https://github.com/bitnami/charts/issues/12044) +* [bitnami/mongodb-sharded] Update Chart.lock (#12044) ([5cf48d2](https://github.com/bitnami/charts/commit/5cf48d2698ca285e17d0e517a17092f9f56e9ad2)), closes [#12044](https://github.com/bitnami/charts/issues/12044) ## 6.1.0 (2022-08-22) -* [bitnami/mongodb-sharded] Add support for image digest apart from tag (#11913) ([31abd3a](https://github.com/bitnami/charts/commit/31abd3a)), closes [#11913](https://github.com/bitnami/charts/issues/11913) +* [bitnami/mongodb-sharded] Add support for image digest apart from tag (#11913) ([31abd3a](https://github.com/bitnami/charts/commit/31abd3a9b8185298984e5f565936271fbf1908f7)), closes [#11913](https://github.com/bitnami/charts/issues/11913) ## 6.0.4 (2022-08-20) -* [bitnami/mongodb-sharded] Release 6.0.4 updating components versions ([8ea66e5](https://github.com/bitnami/charts/commit/8ea66e5)) +* [bitnami/mongodb-sharded] Release 6.0.4 updating components versions ([8ea66e5](https://github.com/bitnami/charts/commit/8ea66e537fd26d94f065d8222c722d81a7088ae2)) ## 6.0.3 (2022-08-17) -* [bitnami/mongodb-sharded] Fix incorrect references when setting shardsvr persistence configuration ( ([36f8647](https://github.com/bitnami/charts/commit/36f8647)), closes [#11455](https://github.com/bitnami/charts/issues/11455) +* [bitnami/mongodb-sharded] Fix incorrect references when setting shardsvr persistence configuration ( ([36f8647](https://github.com/bitnami/charts/commit/36f864759abe7ce8a0143ab719efc2348a39d705)), closes [#11455](https://github.com/bitnami/charts/issues/11455) ## 6.0.2 (2022-08-16) -* [bitnami/mongodb-sharded] Release 6.0.2 updating components versions ([604e277](https://github.com/bitnami/charts/commit/604e277)) +* [bitnami/mongodb-sharded] Release 6.0.2 updating components versions ([604e277](https://github.com/bitnami/charts/commit/604e277d83314c9255b32029ecfff6a485ab14b4)) ## 6.0.1 (2022-08-05) -* [bitnami/mongodb-sharded] Fixed incorrect permissions when using (#11452) ([8782ae0](https://github.com/bitnami/charts/commit/8782ae0)), closes [#11452](https://github.com/bitnami/charts/issues/11452) +* [bitnami/mongodb-sharded] Fixed incorrect permissions when using (#11452) ([8782ae0](https://github.com/bitnami/charts/commit/8782ae0c3c9d4cb679399d702bf900d6e058300c)), closes [#11452](https://github.com/bitnami/charts/issues/11452) ## 6.0.0 (2022-08-05) -* [bitnami/mongodb-sharded] Release 6.0.0 updating components versions ([fa05b70](https://github.com/bitnami/charts/commit/fa05b70)) +* [bitnami/mongodb-sharded] Release 6.0.0 updating components versions ([fa05b70](https://github.com/bitnami/charts/commit/fa05b70378a7c494e4653ff7aafcdb31427a2da2)) ## 5.1.4 (2022-08-04) -* [bitnami/mongodb-sharded] Release 5.1.4 updating components versions ([02e4139](https://github.com/bitnami/charts/commit/02e4139)) +* [bitnami/mongodb-sharded] Release 5.1.4 updating components versions ([02e4139](https://github.com/bitnami/charts/commit/02e4139692332f3f9b7b7a6b3c826bfb0109f2be)) ## 5.1.3 (2022-08-02) -* [bitnami/mongodb-sharded] Release 5.1.3 updating components versions ([25ed652](https://github.com/bitnami/charts/commit/25ed652)) +* [bitnami/mongodb-sharded] Release 5.1.3 updating components versions ([25ed652](https://github.com/bitnami/charts/commit/25ed652526f8708692a9ab801e2067386f213fae)) ## 5.1.2 (2022-07-27) -* [bitnami/*] Update URLs to point to the new bitnami/containers monorepo (#11352) ([d665af0](https://github.com/bitnami/charts/commit/d665af0)), closes [#11352](https://github.com/bitnami/charts/issues/11352) -* [bitnami/mongodb-sharded] Release 5.1.2 updating components versions ([7854da8](https://github.com/bitnami/charts/commit/7854da8)) +* [bitnami/*] Update URLs to point to the new bitnami/containers monorepo (#11352) ([d665af0](https://github.com/bitnami/charts/commit/d665af0c708846192d8d5fb2f5f9ea65dd464ab0)), closes [#11352](https://github.com/bitnami/charts/issues/11352) +* [bitnami/mongodb-sharded] Release 5.1.2 updating components versions ([7854da8](https://github.com/bitnami/charts/commit/7854da8370c6f8c89cc4c67ada15f57427c18b63)) ## 5.1.1 (2022-07-20) -* [bitnami/mongodb-sharded] Release 5.1.1 updating components versions ([03216f2](https://github.com/bitnami/charts/commit/03216f2)) +* [bitnami/mongodb-sharded] Release 5.1.1 updating components versions ([03216f2](https://github.com/bitnami/charts/commit/03216f2404b54d7776423b5d3e17e83b463b33fd)) ## 5.1.0 (2022-07-14) -* [bitnami/mongodb-sharded] Use common helper to manage app secrets (#10828) ([9892db1](https://github.com/bitnami/charts/commit/9892db1)), closes [#10828](https://github.com/bitnami/charts/issues/10828) +* [bitnami/mongodb-sharded] Use common helper to manage app secrets (#10828) ([9892db1](https://github.com/bitnami/charts/commit/9892db1bda0af04af478562eba112acbedbad4f9)), closes [#10828](https://github.com/bitnami/charts/issues/10828) ## 5.0.17 (2022-07-09) -* [bitnami/mongodb-sharded] Release 5.0.17 updating components versions ([963e4f9](https://github.com/bitnami/charts/commit/963e4f9)) +* [bitnami/mongodb-sharded] Release 5.0.17 updating components versions ([963e4f9](https://github.com/bitnami/charts/commit/963e4f996c9bb3d43a31c89e240ebe57db7eaa17)) ## 5.0.16 (2022-07-05) -* [bitnami/mongodb-sharded] Release 5.0.16 updating components versions ([87d4cc0](https://github.com/bitnami/charts/commit/87d4cc0)) +* [bitnami/mongodb-sharded] Release 5.0.16 updating components versions ([87d4cc0](https://github.com/bitnami/charts/commit/87d4cc08752d8fa305d391e7fead87e33f292931)) ## 5.0.15 (2022-07-04) -* [bitnami/mongodb-sharded] Release 5.0.15 updating components versions ([b2d8f6a](https://github.com/bitnami/charts/commit/b2d8f6a)) +* [bitnami/mongodb-sharded] Release 5.0.15 updating components versions ([b2d8f6a](https://github.com/bitnami/charts/commit/b2d8f6a2f74eb5c4c98ee0e75e7d5c0d8ac51417)) ## 5.0.14 (2022-06-30) -* [bitnami/mongodb-sharded] Release 5.0.14 updating components versions ([12a6824](https://github.com/bitnami/charts/commit/12a6824)) +* [bitnami/mongodb-sharded] Release 5.0.14 updating components versions ([12a6824](https://github.com/bitnami/charts/commit/12a6824ced6b2988580216f1274e5fcbb48d81eb)) ## 5.0.13 (2022-06-27) -* [bitnami/mongodb-sharded] Fixed calls for render values and extraEnvVarsSecret calls (#10868) ([32282c8](https://github.com/bitnami/charts/commit/32282c8)), closes [#10868](https://github.com/bitnami/charts/issues/10868) +* [bitnami/mongodb-sharded] Fixed calls for render values and extraEnvVarsSecret calls (#10868) ([32282c8](https://github.com/bitnami/charts/commit/32282c823a92b2520e9ed8599822730c372f01be)), closes [#10868](https://github.com/bitnami/charts/issues/10868) ## 5.0.12 (2022-06-15) -* [bitnami/mongodb-sharded] Release 5.0.12 updating components versions ([8b7378d](https://github.com/bitnami/charts/commit/8b7378d)) +* [bitnami/mongodb-sharded] Release 5.0.12 updating components versions ([8b7378d](https://github.com/bitnami/charts/commit/8b7378d1ddf1180365610a29ca244ca0e7d87246)) ## 5.0.11 (2022-06-08) -* [bitnami/mongodb-sharded] Release 5.0.11 updating components versions ([1fc24cc](https://github.com/bitnami/charts/commit/1fc24cc)) +* [bitnami/mongodb-sharded] Release 5.0.11 updating components versions ([1fc24cc](https://github.com/bitnami/charts/commit/1fc24cc0e2cc69645a43a62ca4636ecb915a647a)) ## 5.0.10 (2022-06-07) -* [bitnami/*] Replace Kubeapps URL in READMEs (and kubeapps Chart.yaml) and remove BKPR references (#1 ([c6a7914](https://github.com/bitnami/charts/commit/c6a7914)), closes [#10600](https://github.com/bitnami/charts/issues/10600) -* Fix tolerations and topologySpreadConstraints default values (#10636) ([5df5573](https://github.com/bitnami/charts/commit/5df5573)), closes [#10636](https://github.com/bitnami/charts/issues/10636) +* [bitnami/*] Replace Kubeapps URL in READMEs (and kubeapps Chart.yaml) and remove BKPR references (#1 ([c6a7914](https://github.com/bitnami/charts/commit/c6a7914361e5aea6016fb45bf4d621edfd111d32)), closes [#10600](https://github.com/bitnami/charts/issues/10600) +* Fix tolerations and topologySpreadConstraints default values (#10636) ([5df5573](https://github.com/bitnami/charts/commit/5df55739d6cd86459e8320cc48047646c6029add)), closes [#10636](https://github.com/bitnami/charts/issues/10636) ## 5.0.9 (2022-06-06) -* [bitnami/mongodb-sharded] Fixed typo for custom probes (#10571) ([5065a0a](https://github.com/bitnami/charts/commit/5065a0a)), closes [#10571](https://github.com/bitnami/charts/issues/10571) +* [bitnami/mongodb-sharded] Fixed typo for custom probes (#10571) ([5065a0a](https://github.com/bitnami/charts/commit/5065a0a3a457fe7c7a364c96d17cee9dc446aeac)), closes [#10571](https://github.com/bitnami/charts/issues/10571) ## 5.0.8 (2022-06-01) -* [bitnami/several] Replace maintainers email by url (#10523) ([ff3cf61](https://github.com/bitnami/charts/commit/ff3cf61)), closes [#10523](https://github.com/bitnami/charts/issues/10523) +* [bitnami/several] Replace maintainers email by url (#10523) ([ff3cf61](https://github.com/bitnami/charts/commit/ff3cf617a1680509b0f3855d17c4ccff7b29a0ff)), closes [#10523](https://github.com/bitnami/charts/issues/10523) ## 5.0.7 (2022-05-30) -* [bitnami/several] Replace base64 --decode with base64 -d (#10495) ([099286a](https://github.com/bitnami/charts/commit/099286a)), closes [#10495](https://github.com/bitnami/charts/issues/10495) +* [bitnami/several] Replace base64 --decode with base64 -d (#10495) ([099286a](https://github.com/bitnami/charts/commit/099286ae7a87784cf809df0b64ab24f7ff0144c8)), closes [#10495](https://github.com/bitnami/charts/issues/10495) ## 5.0.6 (2022-05-26) -* [bitnami/mongodb-sharded] Release 5.0.6 updating components versions ([a4b5f42](https://github.com/bitnami/charts/commit/a4b5f42)) +* [bitnami/mongodb-sharded] Release 5.0.6 updating components versions ([a4b5f42](https://github.com/bitnami/charts/commit/a4b5f420d81f806c1bc3df6cfd85098f32236bf2)) ## 5.0.5 (2022-05-22) -* [bitnami/mongodb-sharded] Release 5.0.5 updating components versions ([efdf648](https://github.com/bitnami/charts/commit/efdf648)) +* [bitnami/mongodb-sharded] Release 5.0.5 updating components versions ([efdf648](https://github.com/bitnami/charts/commit/efdf6481c2fd431291ca94346e0a1f03daf104e7)) ## 5.0.4 (2022-05-19) -* [bitnami/mongodb-sharded] Release 5.0.4 updating components versions ([cba25d3](https://github.com/bitnami/charts/commit/cba25d3)) +* [bitnami/mongodb-sharded] Release 5.0.4 updating components versions ([cba25d3](https://github.com/bitnami/charts/commit/cba25d3e18820e465419c31efb1565364a72da45)) ## 5.0.3 (2022-05-18) -* [bitnami/mongodb-sharded] Fix bug in arbiter statefulset (#10068) ([d53cba2](https://github.com/bitnami/charts/commit/d53cba2)), closes [#10068](https://github.com/bitnami/charts/issues/10068) -* [bitnami/mongodb-sharded] Release 5.0.3 updating components versions ([a2da8ac](https://github.com/bitnami/charts/commit/a2da8ac)) +* [bitnami/mongodb-sharded] Fix bug in arbiter statefulset (#10068) ([d53cba2](https://github.com/bitnami/charts/commit/d53cba2be93997b8151cdf765270d5a5778a52ea)), closes [#10068](https://github.com/bitnami/charts/issues/10068) +* [bitnami/mongodb-sharded] Release 5.0.3 updating components versions ([a2da8ac](https://github.com/bitnami/charts/commit/a2da8acac8b9452793d33855a9b5c8009bb2e98c)) ## 5.0.2 (2022-05-13) -* [bitnami/*] Unify k8s directives separators (#10185) ([2650214](https://github.com/bitnami/charts/commit/2650214)), closes [#10185](https://github.com/bitnami/charts/issues/10185) +* [bitnami/*] Unify k8s directives separators (#10185) ([2650214](https://github.com/bitnami/charts/commit/26502141d146ca3bdfb3bf744fcdec8ca5cece44)), closes [#10185](https://github.com/bitnami/charts/issues/10185) ## 5.0.1 (2022-05-05) -* [bitnami/mongodb-sharded] Remove unused variables (again) (#10025) ([ae0c043](https://github.com/bitnami/charts/commit/ae0c043)), closes [#10025](https://github.com/bitnami/charts/issues/10025) +* [bitnami/mongodb-sharded] Remove unused variables (again) (#10025) ([ae0c043](https://github.com/bitnami/charts/commit/ae0c043d0c520d1b2d6159f41e2dcca637cc8c32)), closes [#10025](https://github.com/bitnami/charts/issues/10025) ## 5.0.0 (2022-04-29) -* [bitnami/mongodb-sharded] MongoDB sharded standarization (#9829) ([88c4054](https://github.com/bitnami/charts/commit/88c4054)), closes [#9829](https://github.com/bitnami/charts/issues/9829) +* [bitnami/mongodb-sharded] MongoDB sharded standarization (#9829) ([88c4054](https://github.com/bitnami/charts/commit/88c4054537c38e0cb97adf13e877195947c4f2ec)), closes [#9829](https://github.com/bitnami/charts/issues/9829) ## 4.1.1 (2022-04-27) -* [bitnami/mongodb-sharded] Bump failureThresholds ([b4a2551](https://github.com/bitnami/charts/commit/b4a2551)) +* [bitnami/mongodb-sharded] Bump failureThresholds ([b4a2551](https://github.com/bitnami/charts/commit/b4a2551acc360df958a8a2f093b0129a2901072e)) ## 4.1.0 (2022-04-26) -* [bitnami/mongodb-sharded] chore: :wastebasket: Remove reference to mongo command (#9917) ([74e7106](https://github.com/bitnami/charts/commit/74e7106)), closes [#9917](https://github.com/bitnami/charts/issues/9917) +* [bitnami/mongodb-sharded] chore: :wastebasket: Remove reference to mongo command (#9917) ([74e7106](https://github.com/bitnami/charts/commit/74e71061844630ebd89901f9176987d18633af13)), closes [#9917](https://github.com/bitnami/charts/issues/9917) ## 4.0.21 (2022-04-22) -* [bitnami/mongodb-sharded] Release 4.0.21 updating components versions ([9fecca5](https://github.com/bitnami/charts/commit/9fecca5)) +* [bitnami/mongodb-sharded] Release 4.0.21 updating components versions ([9fecca5](https://github.com/bitnami/charts/commit/9fecca57689556d807654aa091f9877c433b257f)) ## 4.0.20 (2022-04-20) -* [bitnami/mongodb-sharded] Release 4.0.20 updating components versions ([dc13fd4](https://github.com/bitnami/charts/commit/dc13fd4)) +* [bitnami/mongodb-sharded] Release 4.0.20 updating components versions ([dc13fd4](https://github.com/bitnami/charts/commit/dc13fd4f1f2a381765278faa8aa3002c62c75609)) ## 4.0.19 (2022-04-19) -* [bitnami/mongodb-sharded] Release 4.0.19 updating components versions ([2dad215](https://github.com/bitnami/charts/commit/2dad215)) +* [bitnami/mongodb-sharded] Release 4.0.19 updating components versions ([2dad215](https://github.com/bitnami/charts/commit/2dad2151cdbc13915c2adcd19a842426bdc25202)) ## 4.0.18 (2022-04-18) -* [bitnami/mongodb-sharded] Release 4.0.18 updating components versions ([afff42f](https://github.com/bitnami/charts/commit/afff42f)) +* [bitnami/mongodb-sharded] Release 4.0.18 updating components versions ([afff42f](https://github.com/bitnami/charts/commit/afff42f03300f118173ac9239aed43984b0dfbbd)) ## 4.0.17 (2022-04-02) -* [bitnami/mongodb-sharded] Release 4.0.17 updating components versions ([f89ce77](https://github.com/bitnami/charts/commit/f89ce77)) +* [bitnami/mongodb-sharded] Release 4.0.17 updating components versions ([f89ce77](https://github.com/bitnami/charts/commit/f89ce7727f39d4a76019c8eeedfee052dc9296b8)) ## 4.0.16 (2022-04-01) -* [bitnami/mongodb-sharded] Fix typo in shard-data-poddisruptionbudget (#9578) ([68d0639](https://github.com/bitnami/charts/commit/68d0639)), closes [#9578](https://github.com/bitnami/charts/issues/9578) +* [bitnami/mongodb-sharded] Fix typo in shard-data-poddisruptionbudget (#9578) ([68d0639](https://github.com/bitnami/charts/commit/68d0639142927dee63ad5e1f20da0ba3275734ae)), closes [#9578](https://github.com/bitnami/charts/issues/9578) ## 4.0.15 (2022-03-28) -* [bitnami/mongodb-sharded] Release 4.0.15 updating components versions ([902d8b7](https://github.com/bitnami/charts/commit/902d8b7)) +* [bitnami/mongodb-sharded] Release 4.0.15 updating components versions ([902d8b7](https://github.com/bitnami/charts/commit/902d8b785905c70c16effc3c64351a49546f9117)) ## 4.0.14 (2022-03-27) -* [bitnami/mongodb-sharded] Release 4.0.14 updating components versions ([203b733](https://github.com/bitnami/charts/commit/203b733)) +* [bitnami/mongodb-sharded] Release 4.0.14 updating components versions ([203b733](https://github.com/bitnami/charts/commit/203b7332c7f284f84b6605a04264a1b54ec36e65)) ## 4.0.13 (2022-03-25) -* [bitnami/mongodb-sharded] Allow externalIP on all service type (#9565) ([478715e](https://github.com/bitnami/charts/commit/478715e)), closes [#9565](https://github.com/bitnami/charts/issues/9565) [#9562](https://github.com/bitnami/charts/issues/9562) +* [bitnami/mongodb-sharded] Allow externalIP on all service type (#9565) ([478715e](https://github.com/bitnami/charts/commit/478715e448f7ae082f3039150d96d048732561fc)), closes [#9565](https://github.com/bitnami/charts/issues/9565) [#9562](https://github.com/bitnami/charts/issues/9562) ## 4.0.12 (2022-03-24) -* [bitnami/mongodb-sharded] Add externalIP in mongos service (#9542) ([ea66cef](https://github.com/bitnami/charts/commit/ea66cef)), closes [#9542](https://github.com/bitnami/charts/issues/9542) +* [bitnami/mongodb-sharded] Add externalIP in mongos service (#9542) ([ea66cef](https://github.com/bitnami/charts/commit/ea66cef362033d0cdb7889ade863c4422e4a84af)), closes [#9542](https://github.com/bitnami/charts/issues/9542) ## 4.0.11 (2022-03-16) -* [bitnami/mongodb-sharded] Release 4.0.11 updating components versions ([3dbb1f5](https://github.com/bitnami/charts/commit/3dbb1f5)) +* [bitnami/mongodb-sharded] Release 4.0.11 updating components versions ([3dbb1f5](https://github.com/bitnami/charts/commit/3dbb1f5107402d8030b98518bf4658d52ff04a58)) ## 4.0.10 (2022-03-07) -* [bitnami/mongodb-sharded] Release 4.0.10 updating components versions ([42d2adc](https://github.com/bitnami/charts/commit/42d2adc)) +* [bitnami/mongodb-sharded] Release 4.0.10 updating components versions ([42d2adc](https://github.com/bitnami/charts/commit/42d2adcd31729c8102fb5e32ef627b9d09a378ba)) ## 4.0.9 (2022-03-02) -* [bitnami/mongodb-sharded] Release 4.0.9 updating components versions ([daeab7a](https://github.com/bitnami/charts/commit/daeab7a)) +* [bitnami/mongodb-sharded] Release 4.0.9 updating components versions ([daeab7a](https://github.com/bitnami/charts/commit/daeab7a63dae9b6754ad19864bf123a603ad85e5)) ## 4.0.8 (2022-03-01) -* [bitnami/mongodb-sharded] Release 4.0.8 updating components versions ([c663316](https://github.com/bitnami/charts/commit/c663316)) +* [bitnami/mongodb-sharded] Release 4.0.8 updating components versions ([c663316](https://github.com/bitnami/charts/commit/c663316c03498a34dae614de937ff81d12a07ace)) ## 4.0.7 (2022-02-27) -* [bitnami/mongodb-sharded] Release 4.0.7 updating components versions ([80fe14a](https://github.com/bitnami/charts/commit/80fe14a)) +* [bitnami/mongodb-sharded] Release 4.0.7 updating components versions ([80fe14a](https://github.com/bitnami/charts/commit/80fe14a05456237a7e1365d92d9cdf655f103649)) ## 4.0.6 (2022-02-23) -* Merge branch 'master' of https://github.com/bitnami/charts (#9163) ([7413cdb](https://github.com/bitnami/charts/commit/7413cdb)), closes [#9163](https://github.com/bitnami/charts/issues/9163) +* Merge branch 'master' of https://github.com/bitnami/charts (#9163) ([7413cdb](https://github.com/bitnami/charts/commit/7413cdb88d22c2f158b6f47285c2ebdb653b9896)), closes [#9163](https://github.com/bitnami/charts/issues/9163) ## 4.0.5 (2022-02-21) -* [bitnami/mongodb-sharded] Do not hardcode PDB apiVersion (#9104) ([69de5c6](https://github.com/bitnami/charts/commit/69de5c6)), closes [#9104](https://github.com/bitnami/charts/issues/9104) +* [bitnami/mongodb-sharded] Do not hardcode PDB apiVersion (#9104) ([69de5c6](https://github.com/bitnami/charts/commit/69de5c60c493e70fad71abfabbc233c8170cdad0)), closes [#9104](https://github.com/bitnami/charts/issues/9104) ## 4.0.4 (2022-02-20) -* [bitnami/mongodb-sharded] Release 4.0.4 updating components versions ([7929fdf](https://github.com/bitnami/charts/commit/7929fdf)) +* [bitnami/mongodb-sharded] Release 4.0.4 updating components versions ([7929fdf](https://github.com/bitnami/charts/commit/7929fdf551dcc3c071bcaacf851450c7a12ee273)) ## 4.0.3 (2022-02-01) -* [bitnami/mongodb-sharded] Release 4.0.3 updating components versions ([1ecf077](https://github.com/bitnami/charts/commit/1ecf077)) +* [bitnami/mongodb-sharded] Release 4.0.3 updating components versions ([1ecf077](https://github.com/bitnami/charts/commit/1ecf077bbfed67ef2b37996b6503827400ee15db)) ## 4.0.2 (2022-01-30) -* [bitnami/*] Fix non-utf8 characters (#8826) ([aebe0ed](https://github.com/bitnami/charts/commit/aebe0ed)), closes [#8826](https://github.com/bitnami/charts/issues/8826) -* [bitnami/mongodb-sharded] Release 4.0.2 updating components versions ([58fb31b](https://github.com/bitnami/charts/commit/58fb31b)) +* [bitnami/*] Fix non-utf8 characters (#8826) ([aebe0ed](https://github.com/bitnami/charts/commit/aebe0ed63d845e1e2b38751103810adf200b18f5)), closes [#8826](https://github.com/bitnami/charts/issues/8826) +* [bitnami/mongodb-sharded] Release 4.0.2 updating components versions ([58fb31b](https://github.com/bitnami/charts/commit/58fb31b0a0f118ff0be689eab24ce0ca1c79a1ff)) ## 4.0.1 (2022-01-28) -* [bitnami/mongodb-sharded] Release 4.0.1 updating components versions ([2b86626](https://github.com/bitnami/charts/commit/2b86626)) +* [bitnami/mongodb-sharded] Release 4.0.1 updating components versions ([2b86626](https://github.com/bitnami/charts/commit/2b8662601dd1cfc7e112edd4d2a856afad58ba7f)) ## 4.0.0 (2022-01-27) -* [bitnami/mongodb*] New major version using 0.30.X for the exporter (#8818) ([282d315](https://github.com/bitnami/charts/commit/282d315)), closes [#8818](https://github.com/bitnami/charts/issues/8818) +* [bitnami/mongodb*] New major version using 0.30.X for the exporter (#8818) ([282d315](https://github.com/bitnami/charts/commit/282d315386d6f7f20a65ea3b7a46bb26cc95fa15)), closes [#8818](https://github.com/bitnami/charts/issues/8818) ## 3.12.0 (2022-01-24) -* [bitnami/mongodb-sharded] add option to use tls for metrics exporter (#8733) ([19f67fe](https://github.com/bitnami/charts/commit/19f67fe)), closes [#8733](https://github.com/bitnami/charts/issues/8733) +* [bitnami/mongodb-sharded] add option to use tls for metrics exporter (#8733) ([19f67fe](https://github.com/bitnami/charts/commit/19f67fedcb5bbce4035572baef756f442721f659)), closes [#8733](https://github.com/bitnami/charts/issues/8733) ## 3.11.2 (2022-01-20) -* [bitnami/*] Readme automation (#8579) ([78d1938](https://github.com/bitnami/charts/commit/78d1938)), closes [#8579](https://github.com/bitnami/charts/issues/8579) -* [bitnami/*] Update READMEs (#8716) ([b9a9533](https://github.com/bitnami/charts/commit/b9a9533)), closes [#8716](https://github.com/bitnami/charts/issues/8716) -* [bitnami/several] Change prerequisites (#8725) ([8d740c5](https://github.com/bitnami/charts/commit/8d740c5)), closes [#8725](https://github.com/bitnami/charts/issues/8725) +* [bitnami/*] Readme automation (#8579) ([78d1938](https://github.com/bitnami/charts/commit/78d193831c900d178198491ffd08fa2217a64ecd)), closes [#8579](https://github.com/bitnami/charts/issues/8579) +* [bitnami/*] Update READMEs (#8716) ([b9a9533](https://github.com/bitnami/charts/commit/b9a953337590eb2979453385874a267bacf50936)), closes [#8716](https://github.com/bitnami/charts/issues/8716) +* [bitnami/several] Change prerequisites (#8725) ([8d740c5](https://github.com/bitnami/charts/commit/8d740c566cfdb7e2d933c40128b4e919fce953a5)), closes [#8725](https://github.com/bitnami/charts/issues/8725) ## 3.11.1 (2022-01-14) -* [bitnami/mongodb-sharded] Release 3.11.1 updating components versions ([1625f7b](https://github.com/bitnami/charts/commit/1625f7b)) -* Update README.md (#8621) ([626ac12](https://github.com/bitnami/charts/commit/626ac12)), closes [#8621](https://github.com/bitnami/charts/issues/8621) +* [bitnami/mongodb-sharded] Release 3.11.1 updating components versions ([1625f7b](https://github.com/bitnami/charts/commit/1625f7b8f9e9ae230d5f242abd62ef961c33dd4c)) +* Update README.md (#8621) ([626ac12](https://github.com/bitnami/charts/commit/626ac128ef8f57289c488084cc50384b83e16bdb)), closes [#8621](https://github.com/bitnami/charts/issues/8621) ## 3.11.0 (2022-01-05) -* [bitnami/several] Adapt templating format (#8562) ([8cad18a](https://github.com/bitnami/charts/commit/8cad18a)), closes [#8562](https://github.com/bitnami/charts/issues/8562) +* [bitnami/several] Adapt templating format (#8562) ([8cad18a](https://github.com/bitnami/charts/commit/8cad18aed9966a6f0208e5ad6cee46cb217f47ab)), closes [#8562](https://github.com/bitnami/charts/issues/8562) ## 3.10.2 (2022-01-04) -* [bitnami/several] Add license to the README ([05f7633](https://github.com/bitnami/charts/commit/05f7633)) -* [bitnami/several] Add license to the README ([32fb238](https://github.com/bitnami/charts/commit/32fb238)) -* [bitnami/several] Add license to the README ([b87c2f7](https://github.com/bitnami/charts/commit/b87c2f7)) -* [bitnami/several] Fix issue with quote when followed by }} (#8561) ([58077af](https://github.com/bitnami/charts/commit/58077af)), closes [#8561](https://github.com/bitnami/charts/issues/8561) +* [bitnami/several] Add license to the README ([05f7633](https://github.com/bitnami/charts/commit/05f763372501d596e57db713dd53ff4ff3027cc4)) +* [bitnami/several] Add license to the README ([32fb238](https://github.com/bitnami/charts/commit/32fb238e60a0affc6debd3142eaa3c3d9089ec2a)) +* [bitnami/several] Add license to the README ([b87c2f7](https://github.com/bitnami/charts/commit/b87c2f7899d48a8b02c506765e6ae82937e9ba3f)) +* [bitnami/several] Fix issue with quote when followed by }} (#8561) ([58077af](https://github.com/bitnami/charts/commit/58077af58f40e74e7af41485bcca493e38523537)), closes [#8561](https://github.com/bitnami/charts/issues/8561) ## 3.10.1 (2021-12-29) -* [bitnami/mongodb-sharded] Release 3.10.1 updating components versions ([3fd0013](https://github.com/bitnami/charts/commit/3fd0013)) -* [bitnami/several] Regenerate README tables ([8150149](https://github.com/bitnami/charts/commit/8150149)) +* [bitnami/mongodb-sharded] Release 3.10.1 updating components versions ([3fd0013](https://github.com/bitnami/charts/commit/3fd001334cbca94eb93ed81b69def8b1aeb2e93e)) +* [bitnami/several] Regenerate README tables ([8150149](https://github.com/bitnami/charts/commit/8150149f0bb746e86ff0029fc375d43775bdf15a)) ## 3.10.0 (2021-11-30) -* [bitnami/mongodb-sharded] feat: :bug: Allow setting container ports (#8248) ([20c692f](https://github.com/bitnami/charts/commit/20c692f)), closes [#8248](https://github.com/bitnami/charts/issues/8248) +* [bitnami/mongodb-sharded] feat: :bug: Allow setting container ports (#8248) ([20c692f](https://github.com/bitnami/charts/commit/20c692fb8eb2cc59d69c7e0ac600f81ffd362cf1)), closes [#8248](https://github.com/bitnami/charts/issues/8248) ## 3.9.18 (2021-11-29) -* [bitnami/mongodb-sharded] Release 3.9.18 updating components versions ([4b72fd7](https://github.com/bitnami/charts/commit/4b72fd7)) +* [bitnami/mongodb-sharded] Release 3.9.18 updating components versions ([4b72fd7](https://github.com/bitnami/charts/commit/4b72fd7d89de643dc3a6a65ce0dc57b122069e3f)) ## 3.9.17 (2021-11-29) -* [bitnami/several] Replace HTTP by HTTPS when possible (#8259) ([eafb5bd](https://github.com/bitnami/charts/commit/eafb5bd)), closes [#8259](https://github.com/bitnami/charts/issues/8259) +* [bitnami/several] Replace HTTP by HTTPS when possible (#8259) ([eafb5bd](https://github.com/bitnami/charts/commit/eafb5bd5a2cc3aaf04fc1e8ebedd73f420d76864)), closes [#8259](https://github.com/bitnami/charts/issues/8259) ## 3.9.16 (2021-11-28) -* [bitnami/mongodb-sharded] Release 3.9.16 updating components versions ([fb4f3c6](https://github.com/bitnami/charts/commit/fb4f3c6)) -* [bitnami/several] Fix deadlinks in README.md (#8215) ([99e90d2](https://github.com/bitnami/charts/commit/99e90d2)), closes [#8215](https://github.com/bitnami/charts/issues/8215) +* [bitnami/mongodb-sharded] Release 3.9.16 updating components versions ([fb4f3c6](https://github.com/bitnami/charts/commit/fb4f3c67f241a746a144278940ce385e0b6d8e8c)) +* [bitnami/several] Fix deadlinks in README.md (#8215) ([99e90d2](https://github.com/bitnami/charts/commit/99e90d244b3244e059a42f72dcbecd3cda2b66bb)), closes [#8215](https://github.com/bitnami/charts/issues/8215) ## 3.9.15 (2021-11-17) -* [bitnami/several] Add extraDeploy feature to the pending charts (#8164) ([d812a24](https://github.com/bitnami/charts/commit/d812a24)), closes [#8164](https://github.com/bitnami/charts/issues/8164) -* [bitnami/several] Regenerate README tables ([3cefed3](https://github.com/bitnami/charts/commit/3cefed3)) +* [bitnami/several] Add extraDeploy feature to the pending charts (#8164) ([d812a24](https://github.com/bitnami/charts/commit/d812a243cb1bba69c67ac22cfce1f7999848ef74)), closes [#8164](https://github.com/bitnami/charts/issues/8164) +* [bitnami/several] Regenerate README tables ([3cefed3](https://github.com/bitnami/charts/commit/3cefed3ef961fbd7596242b1165bcfa229a9cadb)) ## 3.9.14 (2021-10-28) -* [bitnami/mongodb-sharded] Release 3.9.14 updating components versions ([4a1d9ce](https://github.com/bitnami/charts/commit/4a1d9ce)) -* [bitnami/several] Regenerate README tables ([412cf6a](https://github.com/bitnami/charts/commit/412cf6a)) +* [bitnami/mongodb-sharded] Release 3.9.14 updating components versions ([4a1d9ce](https://github.com/bitnami/charts/commit/4a1d9ce7bb5f0cd84ec73245bdd3fe8731c90d78)) +* [bitnami/several] Regenerate README tables ([412cf6a](https://github.com/bitnami/charts/commit/412cf6a513cb0c03444a6e7811c6f27193239a10)) ## 3.9.13 (2021-10-27) -* [bitnami/mongodb-sharded] Release 3.9.13 updating components versions ([ddecda9](https://github.com/bitnami/charts/commit/ddecda9)) +* [bitnami/mongodb-sharded] Release 3.9.13 updating components versions ([ddecda9](https://github.com/bitnami/charts/commit/ddecda9047db14997dac9147bf83a0f83095781b)) ## 3.9.12 (2021-10-22) -* [bitnami/several] Add chart info to NOTES.txt (#7889) ([a6751cd](https://github.com/bitnami/charts/commit/a6751cd)), closes [#7889](https://github.com/bitnami/charts/issues/7889) +* [bitnami/several] Add chart info to NOTES.txt (#7889) ([a6751cd](https://github.com/bitnami/charts/commit/a6751cdd33c461fabbc459fbea6f219ec64ab6b2)), closes [#7889](https://github.com/bitnami/charts/issues/7889) ## 3.9.11 (2021-10-19) -* [bitnami/several] Change pullPolicy for bitnami-shell image (#7852) ([9711a33](https://github.com/bitnami/charts/commit/9711a33)), closes [#7852](https://github.com/bitnami/charts/issues/7852) -* [bitnami/several] Regenerate README tables ([dd25873](https://github.com/bitnami/charts/commit/dd25873)) +* [bitnami/several] Change pullPolicy for bitnami-shell image (#7852) ([9711a33](https://github.com/bitnami/charts/commit/9711a33c6eec72ea79143c4b7574dbe6a148d6b2)), closes [#7852](https://github.com/bitnami/charts/issues/7852) +* [bitnami/several] Regenerate README tables ([dd25873](https://github.com/bitnami/charts/commit/dd2587368d006bcca6149be74d846752a15344b9)) ## 3.9.10 (2021-10-14) -* [bitnami/*] Generate READMEs (#7790) ([0833a8c](https://github.com/bitnami/charts/commit/0833a8c)), closes [#7790](https://github.com/bitnami/charts/issues/7790) -* [bitnami/mongodb-sharded] Release 3.9.10 updating components versions ([f559caf](https://github.com/bitnami/charts/commit/f559caf)) +* [bitnami/*] Generate READMEs (#7790) ([0833a8c](https://github.com/bitnami/charts/commit/0833a8c16300d68abf6030639c3479d8fb031e25)), closes [#7790](https://github.com/bitnami/charts/issues/7790) +* [bitnami/mongodb-sharded] Release 3.9.10 updating components versions ([f559caf](https://github.com/bitnami/charts/commit/f559cafd86cf5ede47033044e4971e9a56e72780)) ## 3.9.9 (2021-10-13) -* [bitnami/mongodb-sharded] Release 3.9.9 updating components versions ([d61b18f](https://github.com/bitnami/charts/commit/d61b18f)) +* [bitnami/mongodb-sharded] Release 3.9.9 updating components versions ([d61b18f](https://github.com/bitnami/charts/commit/d61b18f2bc01c7a08d677bf9d6f5d788d85d6ec6)) ## 3.9.8 (2021-10-01) -* [bitnami/*] Generate READMEs with new generator version (#7614) ([e5ab2e6](https://github.com/bitnami/charts/commit/e5ab2e6)), closes [#7614](https://github.com/bitnami/charts/issues/7614) -* [bitnami/rabbitmq-cluster-operator & mongodb-sharded] Fix Chart.yaml format (#7672) ([732b749](https://github.com/bitnami/charts/commit/732b749)), closes [#7672](https://github.com/bitnami/charts/issues/7672) -* [bitnami/several] Regenerate README tables ([fa939b3](https://github.com/bitnami/charts/commit/fa939b3)) +* [bitnami/*] Generate READMEs with new generator version (#7614) ([e5ab2e6](https://github.com/bitnami/charts/commit/e5ab2e6ecdd6bce800863f154cda524ff9f6c117)), closes [#7614](https://github.com/bitnami/charts/issues/7614) +* [bitnami/rabbitmq-cluster-operator & mongodb-sharded] Fix Chart.yaml format (#7672) ([732b749](https://github.com/bitnami/charts/commit/732b74986440835a93a75ef0fc93b105d0418cfe)), closes [#7672](https://github.com/bitnami/charts/issues/7672) +* [bitnami/several] Regenerate README tables ([fa939b3](https://github.com/bitnami/charts/commit/fa939b373a54c01c20aa28cdd4e7cfb2953ce2a4)) ## 3.9.7 (2021-09-19) -* [bitnami/mongodb-sharded] Release 3.9.7 updating components versions ([6561763](https://github.com/bitnami/charts/commit/6561763)) -* [bitnami/several] Regenerate README tables ([5c79422](https://github.com/bitnami/charts/commit/5c79422)) +* [bitnami/mongodb-sharded] Release 3.9.7 updating components versions ([6561763](https://github.com/bitnami/charts/commit/6561763c3d87e2c04cd7bf968f242e19db8ae047)) +* [bitnami/several] Regenerate README tables ([5c79422](https://github.com/bitnami/charts/commit/5c7942235d3169332e8dadb380cd757416f28946)) ## 3.9.6 (2021-09-14) -* [bitnami/mongodb-sharded] Release 3.9.6 updating components versions ([0b62bd2](https://github.com/bitnami/charts/commit/0b62bd2)) +* [bitnami/mongodb-sharded] Release 3.9.6 updating components versions ([0b62bd2](https://github.com/bitnami/charts/commit/0b62bd23cb7875ec05f2c86b2c203eac935d0c6e)) ## 3.9.5 (2021-09-14) -* [bitnami/mongodb-sharded] Release 3.9.5 updating components versions ([c6834e8](https://github.com/bitnami/charts/commit/c6834e8)) +* [bitnami/mongodb-sharded] Release 3.9.5 updating components versions ([c6834e8](https://github.com/bitnami/charts/commit/c6834e8af77986ced610c1520bfae49b10883c94)) ## 3.9.4 (2021-09-14) -* [bitnami/mongodb-sharded] Release 3.9.4 updating components versions ([41aba03](https://github.com/bitnami/charts/commit/41aba03)) -* [bitnami/several] Regenerate README tables ([9c82ba2](https://github.com/bitnami/charts/commit/9c82ba2)) +* [bitnami/mongodb-sharded] Release 3.9.4 updating components versions ([41aba03](https://github.com/bitnami/charts/commit/41aba03f6cfe70cf8594e807833a1ba7aac22852)) +* [bitnami/several] Regenerate README tables ([9c82ba2](https://github.com/bitnami/charts/commit/9c82ba295d70b1cac50ab4d8d494fdbefc1ec0ac)) ## 3.9.3 (2021-09-02) -* [bitnami/mongodb-sharded] Release 3.9.3 updating components versions ([62a828b](https://github.com/bitnami/charts/commit/62a828b)) -* [bitnami/several] Regenerate README tables ([da2513b](https://github.com/bitnami/charts/commit/da2513b)) +* [bitnami/mongodb-sharded] Release 3.9.3 updating components versions ([62a828b](https://github.com/bitnami/charts/commit/62a828bf8e78b33ef84363d6f9c6e2424a53a8a1)) +* [bitnami/several] Regenerate README tables ([da2513b](https://github.com/bitnami/charts/commit/da2513bf0a33819f3b1151d387c631a9ffdb03e2)) ## 3.9.2 (2021-08-24) -* [bitnami/mongodb-sharded] Release 3.9.2 updating components versions ([9484164](https://github.com/bitnami/charts/commit/9484164)) -* [bitnami/several] Regenerate README tables ([6c107e8](https://github.com/bitnami/charts/commit/6c107e8)) +* [bitnami/mongodb-sharded] Release 3.9.2 updating components versions ([9484164](https://github.com/bitnami/charts/commit/9484164a859b1f15a4e198bf70f40d80fefc5316)) +* [bitnami/several] Regenerate README tables ([6c107e8](https://github.com/bitnami/charts/commit/6c107e835d6caf8db2e8b17dcd48c5971637e013)) ## 3.9.1 (2021-08-11) -* [bitnami/mongodb-sharded] Release 3.9.1 updating components versions ([77f00cf](https://github.com/bitnami/charts/commit/77f00cf)) +* [bitnami/mongodb-sharded] Release 3.9.1 updating components versions ([77f00cf](https://github.com/bitnami/charts/commit/77f00cf18e3ee515806434818b70c8c308f7a505)) ## 3.9.0 (2021-08-02) -* [bitnami/mongodb-sharded] numactl flag for numa hardware (#7083) ([fab2792](https://github.com/bitnami/charts/commit/fab2792)), closes [#7083](https://github.com/bitnami/charts/issues/7083) +* [bitnami/mongodb-sharded] numactl flag for numa hardware (#7083) ([fab2792](https://github.com/bitnami/charts/commit/fab2792662969543bff3a616efb272c938fe7ff4)), closes [#7083](https://github.com/bitnami/charts/issues/7083) ## 3.8.6 (2021-08-01) -* [bitnami/mongodb-sharded] Release 3.8.6 updating components versions ([3515638](https://github.com/bitnami/charts/commit/3515638)) -* [bitnami/several] Update READMEs (#7108) ([44961d9](https://github.com/bitnami/charts/commit/44961d9)), closes [#7108](https://github.com/bitnami/charts/issues/7108) +* [bitnami/mongodb-sharded] Release 3.8.6 updating components versions ([3515638](https://github.com/bitnami/charts/commit/35156388b3fb3722a517ab1f319ae05b60fd9917)) +* [bitnami/several] Update READMEs (#7108) ([44961d9](https://github.com/bitnami/charts/commit/44961d9cdfae1b0d06808124c4b47e8adc3de146)), closes [#7108](https://github.com/bitnami/charts/issues/7108) ## 3.8.5 (2021-07-30) -* [bitnami/mongodb-sharded] Release 3.8.5 updating components versions ([cff5375](https://github.com/bitnami/charts/commit/cff5375)) +* [bitnami/mongodb-sharded] Release 3.8.5 updating components versions ([cff5375](https://github.com/bitnami/charts/commit/cff5375fad7b173a5de22c9094e60e84f030a43d)) ## 3.8.4 (2021-07-29) -* [bitnami/mongodb-sharded] Fix helm error in arbiter statefulset (#7094) ([faf30c4](https://github.com/bitnami/charts/commit/faf30c4)), closes [#7094](https://github.com/bitnami/charts/issues/7094) +* [bitnami/mongodb-sharded] Fix helm error in arbiter statefulset (#7094) ([faf30c4](https://github.com/bitnami/charts/commit/faf30c45506b32d84a6764545232073b83257d00)), closes [#7094](https://github.com/bitnami/charts/issues/7094) ## 3.8.3 (2021-07-28) -* [bitnami/several] Fix default values and regenerate README (III) (#7000) ([4d4fe83](https://github.com/bitnami/charts/commit/4d4fe83)), closes [#7000](https://github.com/bitnami/charts/issues/7000) +* [bitnami/several] Fix default values and regenerate README (III) (#7000) ([4d4fe83](https://github.com/bitnami/charts/commit/4d4fe8320775922d17c88abc6e16d146a4dabdae)), closes [#7000](https://github.com/bitnami/charts/issues/7000) ## 3.8.2 (2021-07-27) -* [bitnami/several] Bump version and update READMEs (#7069) ([6340bff](https://github.com/bitnami/charts/commit/6340bff)), closes [#7069](https://github.com/bitnami/charts/issues/7069) +* [bitnami/several] Bump version and update READMEs (#7069) ([6340bff](https://github.com/bitnami/charts/commit/6340bff66f93c8c797bda3ca0842e4bf770059f1)), closes [#7069](https://github.com/bitnami/charts/issues/7069) ## 3.8.1 (2021-07-27) -* Replace strings with ™ in the README files (#7066) ([d298b49](https://github.com/bitnami/charts/commit/d298b49)), closes [#7066](https://github.com/bitnami/charts/issues/7066) +* Replace strings with ™ in the README files (#7066) ([d298b49](https://github.com/bitnami/charts/commit/d298b4996da33c9580c2594e6dc8ad665dd0ebab)), closes [#7066](https://github.com/bitnami/charts/issues/7066) ## 3.8.0 (2021-07-27) -* [bitnami/several] Add diagnostic mode (#7012) ([f1344b0](https://github.com/bitnami/charts/commit/f1344b0)), closes [#7012](https://github.com/bitnami/charts/issues/7012) +* [bitnami/several] Add diagnostic mode (#7012) ([f1344b0](https://github.com/bitnami/charts/commit/f1344b0361c5a93bf971d08f0fc64d3c8588cbf9)), closes [#7012](https://github.com/bitnami/charts/issues/7012) ## 3.7.6 (2021-07-24) -* [bitnami/mongodb-sharded] Release 3.7.6 updating components versions ([61c3eea](https://github.com/bitnami/charts/commit/61c3eea)) +* [bitnami/mongodb-sharded] Release 3.7.6 updating components versions ([61c3eea](https://github.com/bitnami/charts/commit/61c3eea6e28ac463517ff43858f95759d30d6f37)) ## 3.7.5 (2021-07-22) -* [bitnami/mongodb-sharded] Fix index in service per replicas context (#7033) ([59af7fd](https://github.com/bitnami/charts/commit/59af7fd)), closes [#7033](https://github.com/bitnami/charts/issues/7033) +* [bitnami/mongodb-sharded] Fix index in service per replicas context (#7033) ([59af7fd](https://github.com/bitnami/charts/commit/59af7fde250f37d713116563585b859eb9377a97)), closes [#7033](https://github.com/bitnami/charts/issues/7033) ## 3.7.4 (2021-07-19) -* [bitnami/mongodb-sharded] Release 3.7.4 updating components versions ([07c8e1f](https://github.com/bitnami/charts/commit/07c8e1f)) +* [bitnami/mongodb-sharded] Release 3.7.4 updating components versions ([07c8e1f](https://github.com/bitnami/charts/commit/07c8e1f793bf2e664f1ab3db10822ccfd73e26fc)) ## 3.7.3 (2021-07-16) -* [bitnami/*] Adapt values.yaml of MongoDB Sharded, Moodle and MXNet charts (#6901) ([7a0b468](https://github.com/bitnami/charts/commit/7a0b468)), closes [#6901](https://github.com/bitnami/charts/issues/6901) +* [bitnami/*] Adapt values.yaml of MongoDB Sharded, Moodle and MXNet charts (#6901) ([7a0b468](https://github.com/bitnami/charts/commit/7a0b468e04a794695acc64510f1db9f850c4f866)), closes [#6901](https://github.com/bitnami/charts/issues/6901) ## 3.7.2 (2021-07-15) -* [bitnami/mongodb-sharded] Release 3.7.2 updating components versions ([c6915fe](https://github.com/bitnami/charts/commit/c6915fe)) +* [bitnami/mongodb-sharded] Release 3.7.2 updating components versions ([c6915fe](https://github.com/bitnami/charts/commit/c6915fef08b3fb9da0e15a4247696719de8a68a6)) ## 3.7.1 (2021-07-07) -* [bitnami/mongodb-sharded] Fix issue when setting a custom service name (#6829) ([ef3e26b](https://github.com/bitnami/charts/commit/ef3e26b)), closes [#6829](https://github.com/bitnami/charts/issues/6829) +* [bitnami/mongodb-sharded] Fix issue when setting a custom service name (#6829) ([ef3e26b](https://github.com/bitnami/charts/commit/ef3e26bf76738aecef55ee1edbd16d348f58e498)), closes [#6829](https://github.com/bitnami/charts/issues/6829) ## 3.7.0 (2021-06-22) -* [bitnami/mongodb-sharded] Enabled support for priorityClassName (#6706) ([a29650a](https://github.com/bitnami/charts/commit/a29650a)), closes [#6706](https://github.com/bitnami/charts/issues/6706) +* [bitnami/mongodb-sharded] Enabled support for priorityClassName (#6706) ([a29650a](https://github.com/bitnami/charts/commit/a29650a8485bbfdfc5b584e1aea9e6ee3527b7d1)), closes [#6706](https://github.com/bitnami/charts/issues/6706) ## 3.6.1 (2021-06-21) -* [bitnami/mongodb-sharded] Release 3.6.1 updating components versions ([055f260](https://github.com/bitnami/charts/commit/055f260)) +* [bitnami/mongodb-sharded] Release 3.6.1 updating components versions ([055f260](https://github.com/bitnami/charts/commit/055f26088070aefe4f4e6d128da4684f63b552aa)) ## 3.6.0 (2021-06-11) -* [bitnami/mongodb-sharded] Added `dataNodeSelectorLoopId` and `dataNodeTolerationLoopId` to /shard/sh ([ccae74f](https://github.com/bitnami/charts/commit/ccae74f)), closes [#6601](https://github.com/bitnami/charts/issues/6601) [/github.com/bitnami/charts/pull/6601#pullrequestreview-679450792](https://github.com//github.com/bitnami/charts/pull/6601/issues/pullrequestreview-679450792) +* [bitnami/mongodb-sharded] Added `dataNodeSelectorLoopId` and `dataNodeTolerationLoopId` to /shard/sh ([ccae74f](https://github.com/bitnami/charts/commit/ccae74f2316acf0fe879b10a914739047a874178)), closes [#6601](https://github.com/bitnami/charts/issues/6601) [/github.com/bitnami/charts/pull/6601#pullrequestreview-679450792](https://github.com//github.com/bitnami/charts/pull/6601/issues/pullrequestreview-679450792) ## 3.5.0 (2021-06-09) -* [bitnami/mongodb-sharded] add per mongos replica service support (#6569) ([f1fb7ac](https://github.com/bitnami/charts/commit/f1fb7ac)), closes [#6569](https://github.com/bitnami/charts/issues/6569) +* [bitnami/mongodb-sharded] add per mongos replica service support (#6569) ([f1fb7ac](https://github.com/bitnami/charts/commit/f1fb7ac15e144a0ae2037898aabde943cbd678f0)), closes [#6569](https://github.com/bitnami/charts/issues/6569) ## 3.4.7 (2021-05-28) -* [bitnami/mongodb-sharded] Release 3.4.7 updating components versions ([3f352df](https://github.com/bitnami/charts/commit/3f352df)) +* [bitnami/mongodb-sharded] Release 3.4.7 updating components versions ([3f352df](https://github.com/bitnami/charts/commit/3f352dff97d8d0de167c00a2b3efe5a543876e3a)) ## 3.4.6 (2021-05-07) -* [bitnami/mongodb-sharded] Release 3.4.6 updating components versions ([08c37c7](https://github.com/bitnami/charts/commit/08c37c7)) +* [bitnami/mongodb-sharded] Release 3.4.6 updating components versions ([08c37c7](https://github.com/bitnami/charts/commit/08c37c77b034c4f71d9a7486142faf91b5307cac)) ## 3.4.5 (2021-04-07) -* [bitnami/mongodb-sharded] Release 3.4.5 updating components versions ([9aeb25d](https://github.com/bitnami/charts/commit/9aeb25d)) +* [bitnami/mongodb-sharded] Release 3.4.5 updating components versions ([9aeb25d](https://github.com/bitnami/charts/commit/9aeb25df7738e51ab2843b36790fc656e9e9b0ac)) ## 3.4.4 (2021-03-19) -* [bitnami/mongodb-sharded] Release 3.4.4 updating components versions ([02a3f8d](https://github.com/bitnami/charts/commit/02a3f8d)) +* [bitnami/mongodb-sharded] Release 3.4.4 updating components versions ([02a3f8d](https://github.com/bitnami/charts/commit/02a3f8dc6f7d79008cba0d302f809271460013c0)) ## 3.4.3 (2021-03-14) -* [bitnami/mongodb-sharded] Release 3.4.3 updating components versions ([ff9c87b](https://github.com/bitnami/charts/commit/ff9c87b)) +* [bitnami/mongodb-sharded] Release 3.4.3 updating components versions ([ff9c87b](https://github.com/bitnami/charts/commit/ff9c87bc7323be139dd099d7b5953e7d5ac40e16)) ## 3.4.2 (2021-03-08) -* [bitnami/mongodb-sharded] Add affinity option dataNodeLoopId to arbiter statefulset (#5680) ([c5001d3](https://github.com/bitnami/charts/commit/c5001d3)), closes [#5680](https://github.com/bitnami/charts/issues/5680) +* [bitnami/mongodb-sharded] Add affinity option dataNodeLoopId to arbiter statefulset (#5680) ([c5001d3](https://github.com/bitnami/charts/commit/c5001d384329da27530054045427a56255bf4ee4)), closes [#5680](https://github.com/bitnami/charts/issues/5680) ## 3.4.1 (2021-03-04) -* [bitnami/*] Remove minideb mentions (#5677) ([870bc4d](https://github.com/bitnami/charts/commit/870bc4d)), closes [#5677](https://github.com/bitnami/charts/issues/5677) +* [bitnami/*] Remove minideb mentions (#5677) ([870bc4d](https://github.com/bitnami/charts/commit/870bc4dba1fc3aa55dd157da6687b25e8d352206)), closes [#5677](https://github.com/bitnami/charts/issues/5677) ## 3.4.0 (2021-02-12) -* [bitnami/mongodb-sharded] Add metrics.containerPort (#5482) ([d99d0c8](https://github.com/bitnami/charts/commit/d99d0c8)), closes [#5482](https://github.com/bitnami/charts/issues/5482) +* [bitnami/mongodb-sharded] Add metrics.containerPort (#5482) ([d99d0c8](https://github.com/bitnami/charts/commit/d99d0c88965769f11e1e2a08633181dee0ee1456)), closes [#5482](https://github.com/bitnami/charts/issues/5482) ## 3.3.5 (2021-02-12) -* [bitnami/mongodb-sharded] Release 3.3.5 updating components versions ([bdd6032](https://github.com/bitnami/charts/commit/bdd6032)) +* [bitnami/mongodb-sharded] Release 3.3.5 updating components versions ([bdd6032](https://github.com/bitnami/charts/commit/bdd6032e353502d145e044afb877a0ba2afbd6b9)) ## 3.3.4 (2021-02-11) -* [bitnami/sharded,fluentd,kibana] Unify global section in values (#5458) ([05bcf10](https://github.com/bitnami/charts/commit/05bcf10)), closes [#5458](https://github.com/bitnami/charts/issues/5458) +* [bitnami/sharded,fluentd,kibana] Unify global section in values (#5458) ([05bcf10](https://github.com/bitnami/charts/commit/05bcf103092567a3cfa5475fdd5ad8e5c874e564)), closes [#5458](https://github.com/bitnami/charts/issues/5458) ## 3.3.3 (2021-02-09) -* [bitnami/mongodb-sharded] Release 3.3.3 updating components versions ([a23f2d5](https://github.com/bitnami/charts/commit/a23f2d5)) +* [bitnami/mongodb-sharded] Release 3.3.3 updating components versions ([a23f2d5](https://github.com/bitnami/charts/commit/a23f2d5ea5a566b0911e45e48dbd27d764b50473)) ## 3.3.2 (2021-02-09) -* Add registered icon to all the MongoDB references (#5426) ([56f2088](https://github.com/bitnami/charts/commit/56f2088)), closes [#5426](https://github.com/bitnami/charts/issues/5426) +* Add registered icon to all the MongoDB references (#5426) ([56f2088](https://github.com/bitnami/charts/commit/56f20884267e56175695b2917f7704b9510f4ba6)), closes [#5426](https://github.com/bitnami/charts/issues/5426) ## 3.3.1 (2021-02-05) -* [bitnami/mongodb-sharded] Release 3.3.1 updating components versions ([8408c4c](https://github.com/bitnami/charts/commit/8408c4c)) +* [bitnami/mongodb-sharded] Release 3.3.1 updating components versions ([8408c4c](https://github.com/bitnami/charts/commit/8408c4cfc1c4cecc4f16b7ad6e75b506c38152f9)) ## 3.3.0 (2021-01-28) -* [bitnami/mongodb-sharded] Add hostAliases (#5272) ([a632890](https://github.com/bitnami/charts/commit/a632890)), closes [#5272](https://github.com/bitnami/charts/issues/5272) +* [bitnami/mongodb-sharded] Add hostAliases (#5272) ([a632890](https://github.com/bitnami/charts/commit/a6328900b1ef664bc9bba51c1b46a5f589ff72dc)), closes [#5272](https://github.com/bitnami/charts/issues/5272) ## 3.2.13 (2021-01-26) -* [bitnami/mongodb-sharded] Release 3.2.13 updating components versions ([078235e](https://github.com/bitnami/charts/commit/078235e)) +* [bitnami/mongodb-sharded] Release 3.2.13 updating components versions ([078235e](https://github.com/bitnami/charts/commit/078235e5a45897ee42f6854d187afbda60b359aa)) ## 3.2.12 (2021-01-22) -* [bitnami/mongodb-sharded] Release 3.2.12 updating components versions ([da21d90](https://github.com/bitnami/charts/commit/da21d90)) +* [bitnami/mongodb-sharded] Release 3.2.12 updating components versions ([da21d90](https://github.com/bitnami/charts/commit/da21d90ee1ac4cb1cf32e8de6780867b8280341e)) ## 3.2.11 (2021-01-19) -* [bitnami/*] Change helm version in the prerequisites (#5090) ([c5e67a3](https://github.com/bitnami/charts/commit/c5e67a3)), closes [#5090](https://github.com/bitnami/charts/issues/5090) -* [bitnami/mongodb-sharded] Drop values-production.yaml support (#5120) ([22e4ba3](https://github.com/bitnami/charts/commit/22e4ba3)), closes [#5120](https://github.com/bitnami/charts/issues/5120) +* [bitnami/*] Change helm version in the prerequisites (#5090) ([c5e67a3](https://github.com/bitnami/charts/commit/c5e67a388743cbee28439d2cabca27884b9daf97)), closes [#5090](https://github.com/bitnami/charts/issues/5090) +* [bitnami/mongodb-sharded] Drop values-production.yaml support (#5120) ([22e4ba3](https://github.com/bitnami/charts/commit/22e4ba34f76398ce9735e27299e1e037046dc445)), closes [#5120](https://github.com/bitnami/charts/issues/5120) ## 3.2.10 (2021-01-11) -* [bitnami/mongodb-sharded] Add again removed affinity option (dataNodeLoopId) (#4934) ([5d25492](https://github.com/bitnami/charts/commit/5d25492)), closes [#4934](https://github.com/bitnami/charts/issues/4934) -* [bitnami/mongodb-sharded] Release 3.2.10 updating components versions ([d504676](https://github.com/bitnami/charts/commit/d504676)) +* [bitnami/mongodb-sharded] Add again removed affinity option (dataNodeLoopId) (#4934) ([5d25492](https://github.com/bitnami/charts/commit/5d25492a7e1b78dc954c6a5e88914ffeb502d165)), closes [#4934](https://github.com/bitnami/charts/issues/4934) +* [bitnami/mongodb-sharded] Release 3.2.10 updating components versions ([d504676](https://github.com/bitnami/charts/commit/d504676bbadaf70d21f41c6a0c45d869893fb542)) ## 3.2.9 (2021-01-11) -* [bitnami/mongodb-sharded] Release 3.2.9 updating components versions ([c7291db](https://github.com/bitnami/charts/commit/c7291db)) +* [bitnami/mongodb-sharded] Release 3.2.9 updating components versions ([c7291db](https://github.com/bitnami/charts/commit/c7291dbc6ecc3eed53cfb812aef63924cabb609d)) ## 3.2.8 (2021-01-10) -* Fix probe error messages (#4876) ([79889dc](https://github.com/bitnami/charts/commit/79889dc)), closes [#4876](https://github.com/bitnami/charts/issues/4876) +* Fix probe error messages (#4876) ([79889dc](https://github.com/bitnami/charts/commit/79889dc9fd37828317d4dc1698bcd5e428510665)), closes [#4876](https://github.com/bitnami/charts/issues/4876) ## 3.2.7 (2020-12-23) -* [bitnami/mongodb-sharded] fix for #4536 (#4766) ([00927f0](https://github.com/bitnami/charts/commit/00927f0)), closes [#4536](https://github.com/bitnami/charts/issues/4536) [#4766](https://github.com/bitnami/charts/issues/4766) -* [bitnami/mongodb-sharded] Fix missing chart name & values in values-production.yaml (#4812) ([dd20da4](https://github.com/bitnami/charts/commit/dd20da4)), closes [#4812](https://github.com/bitnami/charts/issues/4812) +* [bitnami/mongodb-sharded] fix for #4536 (#4766) ([00927f0](https://github.com/bitnami/charts/commit/00927f0a12eca8e6f9b9379fc6944d56a568dc49)), closes [#4536](https://github.com/bitnami/charts/issues/4536) [#4766](https://github.com/bitnami/charts/issues/4766) +* [bitnami/mongodb-sharded] Fix missing chart name & values in values-production.yaml (#4812) ([dd20da4](https://github.com/bitnami/charts/commit/dd20da4d4a939071c0acd9b57f0586ac51d5ac24)), closes [#4812](https://github.com/bitnami/charts/issues/4812) ## 3.2.6 (2020-12-22) -* [bitnami/mongodb-sharded] Release 3.2.6 updating components versions ([bd037e2](https://github.com/bitnami/charts/commit/bd037e2)) +* [bitnami/mongodb-sharded] Release 3.2.6 updating components versions ([bd037e2](https://github.com/bitnami/charts/commit/bd037e2bcf01861b2e14521cf4c5e25bea98f585)) ## 3.2.5 (2020-12-16) -* [bitnami/mongodb-sharded] Release 3.2.5 updating components versions ([6281d55](https://github.com/bitnami/charts/commit/6281d55)) +* [bitnami/mongodb-sharded] Release 3.2.5 updating components versions ([6281d55](https://github.com/bitnami/charts/commit/6281d556884f2abe6ff377db928c28f6983a56c8)) ## 3.2.4 (2020-12-14) -* [bitnami/*] fix typos (#4699) ([49adc63](https://github.com/bitnami/charts/commit/49adc63)), closes [#4699](https://github.com/bitnami/charts/issues/4699) -* [bitnami/mongodb-sharded] Changed mongos kind to statefulset (#4629) ([a3c4f5e](https://github.com/bitnami/charts/commit/a3c4f5e)), closes [#4629](https://github.com/bitnami/charts/issues/4629) +* [bitnami/*] fix typos (#4699) ([49adc63](https://github.com/bitnami/charts/commit/49adc63b672da976c55af2e077aa5648a357b77f)), closes [#4699](https://github.com/bitnami/charts/issues/4699) +* [bitnami/mongodb-sharded] Changed mongos kind to statefulset (#4629) ([a3c4f5e](https://github.com/bitnami/charts/commit/a3c4f5ebc4db569a102e461274f57b60c1b5b856)), closes [#4629](https://github.com/bitnami/charts/issues/4629) ## 3.2.3 (2020-12-11) -* [bitnami/mongodb-sharded] fix for ConfigMaps (#4688) ([c9feab4](https://github.com/bitnami/charts/commit/c9feab4)), closes [#4688](https://github.com/bitnami/charts/issues/4688) +* [bitnami/mongodb-sharded] fix for ConfigMaps (#4688) ([c9feab4](https://github.com/bitnami/charts/commit/c9feab4c1ed294412ae1a98e2d92a62930b007e5)), closes [#4688](https://github.com/bitnami/charts/issues/4688) ## 3.2.2 (2020-12-11) -* [bitnami/*] Update dependencies (#4694) ([2826c12](https://github.com/bitnami/charts/commit/2826c12)), closes [#4694](https://github.com/bitnami/charts/issues/4694) +* [bitnami/*] Update dependencies (#4694) ([2826c12](https://github.com/bitnami/charts/commit/2826c125b42505f28431301e3c1bbe5366e47a01)), closes [#4694](https://github.com/bitnami/charts/issues/4694) ## 3.2.1 (2020-12-11) -* [bitnami/mongodb-sharded] fix for #4684 (#4685) ([0a25172](https://github.com/bitnami/charts/commit/0a25172)), closes [#4684](https://github.com/bitnami/charts/issues/4684) [#4685](https://github.com/bitnami/charts/issues/4685) +* [bitnami/mongodb-sharded] fix for #4684 (#4685) ([0a25172](https://github.com/bitnami/charts/commit/0a251728055c57025a5a642e964e989e7af21308)), closes [#4684](https://github.com/bitnami/charts/issues/4684) [#4685](https://github.com/bitnami/charts/issues/4685) ## 3.2.0 (2020-12-09) -* [bitnami/mongodb-sharded] Use PodMonitor instead of ServiceMonitor to configure Prom. Operator to sc ([80d2bee](https://github.com/bitnami/charts/commit/80d2bee)), closes [#4662](https://github.com/bitnami/charts/issues/4662) +* [bitnami/mongodb-sharded] Use PodMonitor instead of ServiceMonitor to configure Prom. Operator to sc ([80d2bee](https://github.com/bitnami/charts/commit/80d2beeb75436e21781257ab1107a3d9121277a7)), closes [#4662](https://github.com/bitnami/charts/issues/4662) ## 3.1.1 (2020-12-02) -* [bitnami/mongodb-sharded] Add missing extraEnvs to statefulsets (#4573) ([b51fb8a](https://github.com/bitnami/charts/commit/b51fb8a)), closes [#4573](https://github.com/bitnami/charts/issues/4573) +* [bitnami/mongodb-sharded] Add missing extraEnvs to statefulsets (#4573) ([b51fb8a](https://github.com/bitnami/charts/commit/b51fb8aa512e0c9c2d6447b4fe1c52698259e811)), closes [#4573](https://github.com/bitnami/charts/issues/4573) ## 3.1.0 (2020-11-26) -* [bitnami/*] Affinity based on common presets (v) (#4494) ([f5abfb8](https://github.com/bitnami/charts/commit/f5abfb8)), closes [#4494](https://github.com/bitnami/charts/issues/4494) +* [bitnami/*] Affinity based on common presets (v) (#4494) ([f5abfb8](https://github.com/bitnami/charts/commit/f5abfb8e423872199518733bde449d57392eab0a)), closes [#4494](https://github.com/bitnami/charts/issues/4494) ## 3.0.4 (2020-11-24) -* [bitnami/mongodb-sharded] Delete initScripts from mongos deployment (#4458) ([be58a83](https://github.com/bitnami/charts/commit/be58a83)), closes [#4458](https://github.com/bitnami/charts/issues/4458) -* Update README.md ([c0555c1](https://github.com/bitnami/charts/commit/c0555c1)) +* [bitnami/mongodb-sharded] Delete initScripts from mongos deployment (#4458) ([be58a83](https://github.com/bitnami/charts/commit/be58a83cdc91b53d998a4deeda9fd3360db64053)), closes [#4458](https://github.com/bitnami/charts/issues/4458) +* Update README.md ([c0555c1](https://github.com/bitnami/charts/commit/c0555c1c11728a930597af2fa10ba7682331c57b)) ## 3.0.3 (2020-11-17) -* [bitnami/mongodb-sharded] Release 3.0.3 updating components versions ([1c60534](https://github.com/bitnami/charts/commit/1c60534)) +* [bitnami/mongodb-sharded] Release 3.0.3 updating components versions ([1c60534](https://github.com/bitnami/charts/commit/1c60534e750fb1e849f419e884ceb79e3418170e)) ## 3.0.2 (2020-11-14) -* [bitnami/mongodb-sharded] Release 3.0.2 updating components versions ([d144144](https://github.com/bitnami/charts/commit/d144144)) +* [bitnami/mongodb-sharded] Release 3.0.2 updating components versions ([d144144](https://github.com/bitnami/charts/commit/d14414463732130f804620ceb085459d0597baec)) ## 3.0.1 (2020-11-13) -* [bitnami/mongodb-sharded] Release 3.0.1 updating components versions ([ec78a6f](https://github.com/bitnami/charts/commit/ec78a6f)) +* [bitnami/mongodb-sharded] Release 3.0.1 updating components versions ([ec78a6f](https://github.com/bitnami/charts/commit/ec78a6fa86b3bc3959e1aa3d170c817fd2764842)) ## 3.0.0 (2020-11-11) -* [bitnami/*] Include link to Troubleshootin guide on README.md (#4136) ([c08a20e](https://github.com/bitnami/charts/commit/c08a20e)), closes [#4136](https://github.com/bitnami/charts/issues/4136) -* [bitnami/mongodb-sharded] Major version. Adapt Chart to apiVersion: v2 (#4268) ([a72cfea](https://github.com/bitnami/charts/commit/a72cfea)), closes [#4268](https://github.com/bitnami/charts/issues/4268) +* [bitnami/*] Include link to Troubleshootin guide on README.md (#4136) ([c08a20e](https://github.com/bitnami/charts/commit/c08a20e3db004215383004ff023a73fcc2522e72)), closes [#4136](https://github.com/bitnami/charts/issues/4136) +* [bitnami/mongodb-sharded] Major version. Adapt Chart to apiVersion: v2 (#4268) ([a72cfea](https://github.com/bitnami/charts/commit/a72cfea4a298c4d107c3cefd4f30eb0346e88892)), closes [#4268](https://github.com/bitnami/charts/issues/4268) ## 2.1.5 (2020-10-27) -* [bitnami/mongodb-sharded] fix: do not create secret when existingSecret (#4084) ([c4e157c](https://github.com/bitnami/charts/commit/c4e157c)), closes [#4084](https://github.com/bitnami/charts/issues/4084) +* [bitnami/mongodb-sharded] fix: do not create secret when existingSecret (#4084) ([c4e157c](https://github.com/bitnami/charts/commit/c4e157c06017bbd47ea40172881bf1cf1db31941)), closes [#4084](https://github.com/bitnami/charts/issues/4084) ## 2.1.4 (2020-10-21) -* [bitnami/mongodb-sharded] Release 2.1.4 updating components versions ([3f96b12](https://github.com/bitnami/charts/commit/3f96b12)) +* [bitnami/mongodb-sharded] Release 2.1.4 updating components versions ([3f96b12](https://github.com/bitnami/charts/commit/3f96b120eb4bb7c6792231f2da30c8eb3e47a165)) ## 2.1.3 (2020-10-01) -* [bitnami/mongodb-sharded] Add annotation to service (#3709) ([97c3ca4](https://github.com/bitnami/charts/commit/97c3ca4)), closes [#3709](https://github.com/bitnami/charts/issues/3709) [#3695](https://github.com/bitnami/charts/issues/3695) -* bump chart version number (#3828) ([ad31ac7](https://github.com/bitnami/charts/commit/ad31ac7)), closes [#3828](https://github.com/bitnami/charts/issues/3828) +* [bitnami/mongodb-sharded] Add annotation to service (#3709) ([97c3ca4](https://github.com/bitnami/charts/commit/97c3ca4fc9a197d88fb0b6fed16c53302b7a2a71)), closes [#3709](https://github.com/bitnami/charts/issues/3709) [#3695](https://github.com/bitnami/charts/issues/3695) +* bump chart version number (#3828) ([ad31ac7](https://github.com/bitnami/charts/commit/ad31ac720ebc10e7b3b17f84b0b5813cdb90110f)), closes [#3828](https://github.com/bitnami/charts/issues/3828) ## 2.1.2 (2020-09-21) -* [bitnami/mongodb-sharded] Release 2.1.2 updating components versions ([3b91082](https://github.com/bitnami/charts/commit/3b91082)) +* [bitnami/mongodb-sharded] Release 2.1.2 updating components versions ([3b91082](https://github.com/bitnami/charts/commit/3b910825b044d69ddb8438d0bc1793c421de10c1)) ## 2.1.1 (2020-09-09) -* [bitnami/metrics-server] Add source repo (#3577) ([1ed12f9](https://github.com/bitnami/charts/commit/1ed12f9)), closes [#3577](https://github.com/bitnami/charts/issues/3577) -* [bitnami/mongodb-sharded] Release 2.1.1 updating components versions ([186df7a](https://github.com/bitnami/charts/commit/186df7a)) +* [bitnami/metrics-server] Add source repo (#3577) ([1ed12f9](https://github.com/bitnami/charts/commit/1ed12f96af75322b46afdb2b3d9907c11b13f765)), closes [#3577](https://github.com/bitnami/charts/issues/3577) +* [bitnami/mongodb-sharded] Release 2.1.1 updating components versions ([186df7a](https://github.com/bitnami/charts/commit/186df7ad5855ddd65ac6e8f55dadfc2e158ab08f)) ## 2.1.0 (2020-09-01) -* [bitnami/mongodb-sharded] Add ServiceAccount (#3432) (#3442) ([32bf844](https://github.com/bitnami/charts/commit/32bf844)), closes [#3432](https://github.com/bitnami/charts/issues/3432) [#3442](https://github.com/bitnami/charts/issues/3442) +* [bitnami/mongodb-sharded] Add ServiceAccount (#3432) (#3442) ([32bf844](https://github.com/bitnami/charts/commit/32bf8448baa08c14b80b834efa58b071d1a21963)), closes [#3432](https://github.com/bitnami/charts/issues/3432) [#3442](https://github.com/bitnami/charts/issues/3442) ## 2.0.0 (2020-08-28) -* Update Chart.yaml (#3541) ([6b8bff3](https://github.com/bitnami/charts/commit/6b8bff3)), closes [#3541](https://github.com/bitnami/charts/issues/3541) +* Update Chart.yaml (#3541) ([6b8bff3](https://github.com/bitnami/charts/commit/6b8bff3ddf2e4fdba6fafdf095750cc351edd79f)), closes [#3541](https://github.com/bitnami/charts/issues/3541) ## 1.6.7 (2020-08-27) -* [bitnami/mongodb-sharded] Add notes to upgrade to 2.0.0 (#3512) ([614949f](https://github.com/bitnami/charts/commit/614949f)), closes [#3512](https://github.com/bitnami/charts/issues/3512) -* [bitnami/mongodb-sharded] Release 1.6.7 updating components versions ([1831136](https://github.com/bitnami/charts/commit/1831136)) +* [bitnami/mongodb-sharded] Add notes to upgrade to 2.0.0 (#3512) ([614949f](https://github.com/bitnami/charts/commit/614949fff2e5a2fa96ca20c9a02dbff7498f0476)), closes [#3512](https://github.com/bitnami/charts/issues/3512) +* [bitnami/mongodb-sharded] Release 1.6.7 updating components versions ([1831136](https://github.com/bitnami/charts/commit/18311369fa24d3c220ba1d4386d023cd2dd1f923)) ## 1.6.6 (2020-08-26) -* [bitnami/mongodb-sharded] Update example for multiple variables in --set (#3500) ([b0d78f1](https://github.com/bitnami/charts/commit/b0d78f1)), closes [#3500](https://github.com/bitnami/charts/issues/3500) +* [bitnami/mongodb-sharded] Update example for multiple variables in --set (#3500) ([b0d78f1](https://github.com/bitnami/charts/commit/b0d78f1c93c8d459e21757652b30eac7fdaeb9f0)), closes [#3500](https://github.com/bitnami/charts/issues/3500) ## 1.6.5 (2020-08-21) -* [bitnami/mongodb-sharded] Release 1.6.5 updating components versions ([a3f7a07](https://github.com/bitnami/charts/commit/a3f7a07)) +* [bitnami/mongodb-sharded] Release 1.6.5 updating components versions ([a3f7a07](https://github.com/bitnami/charts/commit/a3f7a078a4d19878e0837d406d59939671307708)) ## 1.6.4 (2020-08-19) -* update ReadME by correcting configs parms (#3458) ([16aa05a](https://github.com/bitnami/charts/commit/16aa05a)), closes [#3458](https://github.com/bitnami/charts/issues/3458) +* update ReadME by correcting configs parms (#3458) ([16aa05a](https://github.com/bitnami/charts/commit/16aa05a3f3d7c238cdf1254061caeeb482f4dd0c)), closes [#3458](https://github.com/bitnami/charts/issues/3458) ## 1.6.3 (2020-08-07) -* [bitnami/mongodb-sharded] Release 1.6.3 updating components versions ([72250e1](https://github.com/bitnami/charts/commit/72250e1)) +* [bitnami/mongodb-sharded] Release 1.6.3 updating components versions ([72250e1](https://github.com/bitnami/charts/commit/72250e13a3f409d876144ff5b0182b4ae7debc1d)) ## 1.6.2 (2020-08-05) -* [bitnami/*] Fix TL;DR typo in READMEs (#3280) ([3d7ab40](https://github.com/bitnami/charts/commit/3d7ab40)), closes [#3280](https://github.com/bitnami/charts/issues/3280) -* [bitnami/mongodb-sharded] Release 1.6.2 updating components versions ([32b5be3](https://github.com/bitnami/charts/commit/32b5be3)) +* [bitnami/*] Fix TL;DR typo in READMEs (#3280) ([3d7ab40](https://github.com/bitnami/charts/commit/3d7ab406fecd64f1af25f53e7d27f03ec95b29a4)), closes [#3280](https://github.com/bitnami/charts/issues/3280) +* [bitnami/mongodb-sharded] Release 1.6.2 updating components versions ([32b5be3](https://github.com/bitnami/charts/commit/32b5be3e66cc15bb33e0309394efaac7a530bb3f)) ## 1.6.1 (2020-07-28) -* [bitnami/mongodb-sharded] Fix default image and tag in README.md. (#3184) ([06ffb6e](https://github.com/bitnami/charts/commit/06ffb6e)), closes [#3184](https://github.com/bitnami/charts/issues/3184) +* [bitnami/mongodb-sharded] Fix default image and tag in README.md. (#3184) ([06ffb6e](https://github.com/bitnami/charts/commit/06ffb6ec8ddbaecaf782dcf5e5ca22c5e9936266)), closes [#3184](https://github.com/bitnami/charts/issues/3184) ## 1.6.0 (2020-07-27) -* [bitnami/mongodb-sharded] add podManagementPolicy config for statefulsets to enable parallel startup ([80fdb51](https://github.com/bitnami/charts/commit/80fdb51)), closes [#3234](https://github.com/bitnami/charts/issues/3234) +* [bitnami/mongodb-sharded] add podManagementPolicy config for statefulsets to enable parallel startup ([80fdb51](https://github.com/bitnami/charts/commit/80fdb51b501324c284955d7a5a23635d57da2ce3)), closes [#3234](https://github.com/bitnami/charts/issues/3234) ## 1.5.9 (2020-07-27) -* Fix bad scope (#3215) ([4b2fb6a](https://github.com/bitnami/charts/commit/4b2fb6a)), closes [#3215](https://github.com/bitnami/charts/issues/3215) -* Fix missing templating to generate initcontainers for mongodb-sharded components (#3211) ([75b1877](https://github.com/bitnami/charts/commit/75b1877)), closes [#3211](https://github.com/bitnami/charts/issues/3211) +* Fix bad scope (#3215) ([4b2fb6a](https://github.com/bitnami/charts/commit/4b2fb6a7c246699060f3950a8163421f3b4fe18e)), closes [#3215](https://github.com/bitnami/charts/issues/3215) +* Fix missing templating to generate initcontainers for mongodb-sharded components (#3211) ([75b1877](https://github.com/bitnami/charts/commit/75b1877e0e85daf8ed09216e43cf723a3cdae270)), closes [#3211](https://github.com/bitnami/charts/issues/3211) ## 1.5.8 (2020-07-27) -* Fix bad cm name ref (#3229) ([ab3367a](https://github.com/bitnami/charts/commit/ab3367a)), closes [#3229](https://github.com/bitnami/charts/issues/3229) +* Fix bad cm name ref (#3229) ([ab3367a](https://github.com/bitnami/charts/commit/ab3367a104538acc7be2d15d44724af6f2b6d6cf)), closes [#3229](https://github.com/bitnami/charts/issues/3229) ## 1.5.7 (2020-07-22) -* [bitnami/mongodb-sharded] Release 1.5.7 updating components versions ([442635c](https://github.com/bitnami/charts/commit/442635c)) +* [bitnami/mongodb-sharded] Release 1.5.7 updating components versions ([442635c](https://github.com/bitnami/charts/commit/442635c30773d0c9d56cf3cc01a011266cb97680)) ## 1.5.6 (2020-07-21) -* [bitnami/all] Add categories (#3075) ([63bde06](https://github.com/bitnami/charts/commit/63bde06)), closes [#3075](https://github.com/bitnami/charts/issues/3075) -* [bitnami/mongodb-sharded] Fix initscriptsCM and initScriptsSecret usage (#3002) ([b44b082](https://github.com/bitnami/charts/commit/b44b082)), closes [#3002](https://github.com/bitnami/charts/issues/3002) +* [bitnami/all] Add categories (#3075) ([63bde06](https://github.com/bitnami/charts/commit/63bde066b87a140fab52264d0522401ab3d63509)), closes [#3075](https://github.com/bitnami/charts/issues/3075) +* [bitnami/mongodb-sharded] Fix initscriptsCM and initScriptsSecret usage (#3002) ([b44b082](https://github.com/bitnami/charts/commit/b44b08288e1f94c43b07dc60c0d608c0cfbce93a)), closes [#3002](https://github.com/bitnami/charts/issues/3002) ## 1.5.5 (2020-07-03) -* [bitnami/mongodb-sharded] Release 1.5.5 updating components versions ([2e34c04](https://github.com/bitnami/charts/commit/2e34c04)) +* [bitnami/mongodb-sharded] Release 1.5.5 updating components versions ([2e34c04](https://github.com/bitnami/charts/commit/2e34c04b3099c905c32758a0cb9da9680e864337)) ## 1.5.4 (2020-07-03) -* fix PPRIMARY in ENV VARS (#3022) ([a9a2b64](https://github.com/bitnami/charts/commit/a9a2b64)), closes [#3022](https://github.com/bitnami/charts/issues/3022) +* fix PPRIMARY in ENV VARS (#3022) ([a9a2b64](https://github.com/bitnami/charts/commit/a9a2b64a358b0b78b92e52d4a5947ecacbd49506)), closes [#3022](https://github.com/bitnami/charts/issues/3022) ## 1.5.3 (2020-06-30) -* [bitnami/mongodb-sharded] Release 1.5.3 updating components versions ([b8faa7f](https://github.com/bitnami/charts/commit/b8faa7f)) +* [bitnami/mongodb-sharded] Release 1.5.3 updating components versions ([b8faa7f](https://github.com/bitnami/charts/commit/b8faa7ffd32fd5286808999dc2509f10c6a52624)) ## 1.5.2 (2020-06-30) -* [bitnami/mongodb-sharded] Adapt env. variables (#2969) ([00f8fce](https://github.com/bitnami/charts/commit/00f8fce)), closes [#2969](https://github.com/bitnami/charts/issues/2969) +* [bitnami/mongodb-sharded] Adapt env. variables (#2969) ([00f8fce](https://github.com/bitnami/charts/commit/00f8fcea69a0fa357ac63a6cc9b52b3776303bf5)), closes [#2969](https://github.com/bitnami/charts/issues/2969) ## 1.5.1 (2020-06-24) -* [bitnami/mongodb-sharded] Release 1.5.1 updating components versions ([bf88b0b](https://github.com/bitnami/charts/commit/bf88b0b)) +* [bitnami/mongodb-sharded] Release 1.5.1 updating components versions ([bf88b0b](https://github.com/bitnami/charts/commit/bf88b0beb7b1d57f8c56f167727488cac5953af0)) ## 1.5.0 (2020-06-24) -* [bitnami/mongodb-sharded] Allow only deploying mongos. (#2901) ([ea945f2](https://github.com/bitnami/charts/commit/ea945f2)), closes [#2901](https://github.com/bitnami/charts/issues/2901) +* [bitnami/mongodb-sharded] Allow only deploying mongos. (#2901) ([ea945f2](https://github.com/bitnami/charts/commit/ea945f2f5ccfcecb62ae26c88944246ff3c0ed21)), closes [#2901](https://github.com/bitnami/charts/issues/2901) ## 1.4.4 (2020-06-15) -* [bitnami/mongodb-sharded] Release 1.4.4 updating components versions ([d917f8f](https://github.com/bitnami/charts/commit/d917f8f)) +* [bitnami/mongodb-sharded] Release 1.4.4 updating components versions ([d917f8f](https://github.com/bitnami/charts/commit/d917f8fecdc357cb686b439e13c79fcefaadac2b)) ## 1.4.3 (2020-06-15) -* [bitnami/mongodb-sharded] Fix metric collection when using a password file (#2800) ([896208e](https://github.com/bitnami/charts/commit/896208e)), closes [#2800](https://github.com/bitnami/charts/issues/2800) +* [bitnami/mongodb-sharded] Fix metric collection when using a password file (#2800) ([896208e](https://github.com/bitnami/charts/commit/896208ea4fd121c7b01be79cefb30c3e3f9cdc08)), closes [#2800](https://github.com/bitnami/charts/issues/2800) ## 1.4.2 (2020-06-11) -* [bitnami/mongodb-sharded] Release 1.4.2 updating components versions ([cdaf6b1](https://github.com/bitnami/charts/commit/cdaf6b1)) -* [bitnami/several] Add instructions about how to use different branches (#2785) ([c315cb0](https://github.com/bitnami/charts/commit/c315cb0)), closes [#2785](https://github.com/bitnami/charts/issues/2785) +* [bitnami/mongodb-sharded] Release 1.4.2 updating components versions ([cdaf6b1](https://github.com/bitnami/charts/commit/cdaf6b123d05aca3b5dca82618e786711948b97b)) +* [bitnami/several] Add instructions about how to use different branches (#2785) ([c315cb0](https://github.com/bitnami/charts/commit/c315cb078a4cef97ff53cf2066b34add3f2926ba)), closes [#2785](https://github.com/bitnami/charts/issues/2785) ## 1.4.1 (2020-06-04) -* [bitnami/mongodb-sharded] Release 1.4.1 updating components versions ([dc4ad22](https://github.com/bitnami/charts/commit/dc4ad22)) +* [bitnami/mongodb-sharded] Release 1.4.1 updating components versions ([dc4ad22](https://github.com/bitnami/charts/commit/dc4ad223c68c87f066a498f72f1b1c6a22802519)) ## 1.4.0 (2020-06-04) -* mongodb-sharded: Add pod disruption budgets (#2663) ([071c4df](https://github.com/bitnami/charts/commit/071c4df)), closes [#2663](https://github.com/bitnami/charts/issues/2663) +* mongodb-sharded: Add pod disruption budgets (#2663) ([071c4df](https://github.com/bitnami/charts/commit/071c4dfe66f060306595ba6e3e68be24a401f290)), closes [#2663](https://github.com/bitnami/charts/issues/2663) ## 1.3.3 (2020-06-02) -* [bitnami/mongodb-sharded] Release 1.3.3 updating components versions ([980b6c8](https://github.com/bitnami/charts/commit/980b6c8)) +* [bitnami/mongodb-sharded] Release 1.3.3 updating components versions ([980b6c8](https://github.com/bitnami/charts/commit/980b6c8e2b8376680ce1c5ffa68fcd013950ce9b)) ## 1.3.2 (2020-05-21) -* [bitnami/mongodb-sharded] Release 1.3.2 updating components versions ([409ad4d](https://github.com/bitnami/charts/commit/409ad4d)) -* update bitnami/common to be compatible with helm v2.12+ (#2615) ([c7751eb](https://github.com/bitnami/charts/commit/c7751eb)), closes [#2615](https://github.com/bitnami/charts/issues/2615) +* [bitnami/mongodb-sharded] Release 1.3.2 updating components versions ([409ad4d](https://github.com/bitnami/charts/commit/409ad4d10fa150d0f5c8563ecf8e746f533fecf7)) +* update bitnami/common to be compatible with helm v2.12+ (#2615) ([c7751eb](https://github.com/bitnami/charts/commit/c7751eb5764e468e1854b58a1b8491d2b13e0a4a)), closes [#2615](https://github.com/bitnami/charts/issues/2615) ## 1.3.1 (2020-04-29) -* [bitnami/mongodb-sharded] Release 1.3.1 updating components versions ([a0f9f97](https://github.com/bitnami/charts/commit/a0f9f97)) +* [bitnami/mongodb-sharded] Release 1.3.1 updating components versions ([a0f9f97](https://github.com/bitnami/charts/commit/a0f9f97ed0a05ad6e26ee6ad492326830afb9f67)) ## 1.3.0 (2020-04-29) -* [bitnami/mongodb-sharded] Add metrics exporter for shard arbiter (#2424) ([ad91d98](https://github.com/bitnami/charts/commit/ad91d98)), closes [#2424](https://github.com/bitnami/charts/issues/2424) +* [bitnami/mongodb-sharded] Add metrics exporter for shard arbiter (#2424) ([ad91d98](https://github.com/bitnami/charts/commit/ad91d9802bb79e835308e0c172a23aba7a383fd4)), closes [#2424](https://github.com/bitnami/charts/issues/2424) ## 1.2.0 (2020-04-24) -* [bitnami/mongodb-sharded] add sessionAffinity setting for k8s service (#2375) ([105b955](https://github.com/bitnami/charts/commit/105b955)), closes [#2375](https://github.com/bitnami/charts/issues/2375) +* [bitnami/mongodb-sharded] add sessionAffinity setting for k8s service (#2375) ([105b955](https://github.com/bitnami/charts/commit/105b955611cd3098eda0c40bc860daac87acab5a)), closes [#2375](https://github.com/bitnami/charts/issues/2375) ## 1.1.6 (2020-04-23) -* [bitnami/mongodb-sharded] Release 1.1.6 updating components versions ([5e268b3](https://github.com/bitnami/charts/commit/5e268b3)) +* [bitnami/mongodb-sharded] Release 1.1.6 updating components versions ([5e268b3](https://github.com/bitnami/charts/commit/5e268b3cb3c6daa31b5fd83c73eb0f2618e6d8ec)) ## 1.1.5 (2020-04-22) -* [bitnami/mongodb-sharded] Release 1.1.5 updating components versions ([8832a7f](https://github.com/bitnami/charts/commit/8832a7f)) +* [bitnami/mongodb-sharded] Release 1.1.5 updating components versions ([8832a7f](https://github.com/bitnami/charts/commit/8832a7fb471a44c0d1e3b725dd9118c7adc2e697)) ## 1.1.4 (2020-04-17) -* [bitnami/mongodb-sharded] Release 1.1.4 updating components versions ([7f2ad96](https://github.com/bitnami/charts/commit/7f2ad96)) +* [bitnami/mongodb-sharded] Release 1.1.4 updating components versions ([7f2ad96](https://github.com/bitnami/charts/commit/7f2ad96c41d2819ad943f73d9b1f2d4fd4ce12ea)) ## 1.1.3 (2020-04-16) -* [bitnami/mongodb-sharded] Release 1.1.3 updating components versions ([49d0bef](https://github.com/bitnami/charts/commit/49d0bef)) +* [bitnami/mongodb-sharded] Release 1.1.3 updating components versions ([49d0bef](https://github.com/bitnami/charts/commit/49d0befe2d9631d1a479eb83edb3be9ff90ce066)) ## 1.1.2 (2020-04-14) -* [bitnami/mongodb-sharded ]- Add full support of sidecar containers. (#2229) ([75aa09a](https://github.com/bitnami/charts/commit/75aa09a)), closes [#2229](https://github.com/bitnami/charts/issues/2229) +* [bitnami/mongodb-sharded ]- Add full support of sidecar containers. (#2229) ([75aa09a](https://github.com/bitnami/charts/commit/75aa09ab6c444431e98398482870f48445edf17f)), closes [#2229](https://github.com/bitnami/charts/issues/2229) ## 1.1.1 (2020-04-06) -* [bitnami/mongodb-sharded] Release 1.1.1 updating components versions ([4781a8c](https://github.com/bitnami/charts/commit/4781a8c)) +* [bitnami/mongodb-sharded] Release 1.1.1 updating components versions ([4781a8c](https://github.com/bitnami/charts/commit/4781a8c12e8ee04e2da925e1f07cccf59f04010f)) ## 1.1.0 (2020-04-06) -* [bitnami/mongodb-sharded] add shard index as a label (#2166) ([8d676ab](https://github.com/bitnami/charts/commit/8d676ab)), closes [#2166](https://github.com/bitnami/charts/issues/2166) +* [bitnami/mongodb-sharded] add shard index as a label (#2166) ([8d676ab](https://github.com/bitnami/charts/commit/8d676ab2873639be8593a6e4cc75e7c63c48bbdd)), closes [#2166](https://github.com/bitnami/charts/issues/2166) ## 1.0.17 (2020-04-03) -* [bitnami/mongodb-sharded] Release 1.0.17 updating components versions ([283256b](https://github.com/bitnami/charts/commit/283256b)) +* [bitnami/mongodb-sharded] Release 1.0.17 updating components versions ([283256b](https://github.com/bitnami/charts/commit/283256b2173d649b117de18d22968230b87d9f34)) ## 1.0.16 (2020-03-26) -* [bitnami/mongodb-sharded] Release 1.0.16 updating components versions ([bb28a54](https://github.com/bitnami/charts/commit/bb28a54)) +* [bitnami/mongodb-sharded] Release 1.0.16 updating components versions ([bb28a54](https://github.com/bitnami/charts/commit/bb28a547637d99c1c621659ed78331028f0422d5)) ## 1.0.15 (2020-03-24) -* [bitnami/mongodb-sharded] Release 1.0.15 updating components versions ([e0bfee9](https://github.com/bitnami/charts/commit/e0bfee9)) -* [bitnami/mongodb] Issue 2096. Encode @ : in username / password when connect to mongo (#2099) ([39ec8d6](https://github.com/bitnami/charts/commit/39ec8d6)), closes [#2099](https://github.com/bitnami/charts/issues/2099) +* [bitnami/mongodb-sharded] Release 1.0.15 updating components versions ([e0bfee9](https://github.com/bitnami/charts/commit/e0bfee916c9294cf8228dd62ed07f5fdb675db3e)) +* [bitnami/mongodb] Issue 2096. Encode @ : in username / password when connect to mongo (#2099) ([39ec8d6](https://github.com/bitnami/charts/commit/39ec8d6dec88339da666abf036c78e7fdd41a3cd)), closes [#2099](https://github.com/bitnami/charts/issues/2099) ## 1.0.14 (2020-03-12) -* [bitnami/mongodb-sharded] Release 1.0.14 updating components versions ([20ecfbd](https://github.com/bitnami/charts/commit/20ecfbd)) +* [bitnami/mongodb-sharded] Release 1.0.14 updating components versions ([20ecfbd](https://github.com/bitnami/charts/commit/20ecfbd4de30b473d91059d409830c0fc705074a)) ## 1.0.13 (2020-03-11) -* Move charts from upstreamed folder to bitnami (#2032) ([a0e44f7](https://github.com/bitnami/charts/commit/a0e44f7)), closes [#2032](https://github.com/bitnami/charts/issues/2032) +* Move charts from upstreamed folder to bitnami (#2032) ([a0e44f7](https://github.com/bitnami/charts/commit/a0e44f7d6a10b8b5643186130ea420887cb72c7c)), closes [#2032](https://github.com/bitnami/charts/issues/2032) ## 1.0.12 (2020-03-10) -* [bitnami/mongodb-sharded] Release 1.0.12 updating components versions ([82fb046](https://github.com/bitnami/charts/commit/82fb046)) +* [bitnami/mongodb-sharded] Release 1.0.12 updating components versions ([82fb046](https://github.com/bitnami/charts/commit/82fb0462333fe5ee5fd7ecceb4d95bde731f6828)) ## 1.0.11 (2020-02-26) -* [bitnami/mongodb-sharded] Release 1.0.11 updating components versions ([394a1a5](https://github.com/bitnami/charts/commit/394a1a5)) +* [bitnami/mongodb-sharded] Release 1.0.11 updating components versions ([394a1a5](https://github.com/bitnami/charts/commit/394a1a5fef8d05b10dc1e7507ac393e0667f2930)) ## 1.0.10 (2020-02-25) -* [bitnami/mongodb-sharded] Fix port for service type LoadBalancer in NOTES.txt (#1972) ([3d0fcb8](https://github.com/bitnami/charts/commit/3d0fcb8)), closes [#1972](https://github.com/bitnami/charts/issues/1972) +* [bitnami/mongodb-sharded] Fix port for service type LoadBalancer in NOTES.txt (#1972) ([3d0fcb8](https://github.com/bitnami/charts/commit/3d0fcb89530bb752018e8c74ea996109b66adf1a)), closes [#1972](https://github.com/bitnami/charts/issues/1972) ## 1.0.9 (2020-02-25) -* [bitnami/mongodb-sharded] Template kubectl run in NOTES.txt to take registry/repo overrides into acc ([4ca5d7c](https://github.com/bitnami/charts/commit/4ca5d7c)), closes [#1967](https://github.com/bitnami/charts/issues/1967) +* [bitnami/mongodb-sharded] Template kubectl run in NOTES.txt to take registry/repo overrides into acc ([4ca5d7c](https://github.com/bitnami/charts/commit/4ca5d7caa6e4250902660b84d5728da14698fa1b)), closes [#1967](https://github.com/bitnami/charts/issues/1967) ## 1.0.8 (2020-02-18) -* [bitnami/mongodb-sharded] Release 1.0.8 updating components versions ([3bae98b](https://github.com/bitnami/charts/commit/3bae98b)) -* [bitnami/several] Adapt READMEs and helpers to Helm 3 (#1911) ([40ee57c](https://github.com/bitnami/charts/commit/40ee57c)), closes [#1911](https://github.com/bitnami/charts/issues/1911) +* [bitnami/mongodb-sharded] Release 1.0.8 updating components versions ([3bae98b](https://github.com/bitnami/charts/commit/3bae98b46af8d0534a7f1aefff0a08b5be06152b)) +* [bitnami/several] Adapt READMEs and helpers to Helm 3 (#1911) ([40ee57c](https://github.com/bitnami/charts/commit/40ee57cf5164717357e1627b55bf25f59c40fbd1)), closes [#1911](https://github.com/bitnami/charts/issues/1911) ## 1.0.7 (2020-02-10) -* [bitnami/several] Replace stretch by buster in minideb secondary containers (#1900) ([678febc](https://github.com/bitnami/charts/commit/678febc)), closes [#1900](https://github.com/bitnami/charts/issues/1900) +* [bitnami/several] Replace stretch by buster in minideb secondary containers (#1900) ([678febc](https://github.com/bitnami/charts/commit/678febc237594606f2505ba98c651a8ab8f484ab)), closes [#1900](https://github.com/bitnami/charts/issues/1900) ## 1.0.6 (2020-02-06) -* [bitnami/mongodb-sharded] Remove unused vars (#1883) ([9697e3d](https://github.com/bitnami/charts/commit/9697e3d)), closes [#1883](https://github.com/bitnami/charts/issues/1883) +* [bitnami/mongodb-sharded] Remove unused vars (#1883) ([9697e3d](https://github.com/bitnami/charts/commit/9697e3d4488a962f9ba548bc9f8696cd93e040e3)), closes [#1883](https://github.com/bitnami/charts/issues/1883) ## 1.0.5 (2020-01-24) -* [bitnami/mongodb-sharded] Release 1.0.5 updating components versions ([119236e](https://github.com/bitnami/charts/commit/119236e)) -* Update README.md ([c6ee209](https://github.com/bitnami/charts/commit/c6ee209)) +* [bitnami/mongodb-sharded] Release 1.0.5 updating components versions ([119236e](https://github.com/bitnami/charts/commit/119236ef7e239d23d76c7ecbe8599bd634e6620e)) +* Update README.md ([c6ee209](https://github.com/bitnami/charts/commit/c6ee209d14c3eb9048e888a1c98df8274ca493e5)) ## 1.0.4 (2020-01-15) -* Fix install instructions for mongodb-sharded ([266f3dd](https://github.com/bitnami/charts/commit/266f3dd)) +* Fix install instructions for mongodb-sharded ([266f3dd](https://github.com/bitnami/charts/commit/266f3dd6dacef52751c19ccb56c30d6356f3aeb8)) ## 1.0.3 (2020-01-15) -* [bitnami/mongodb-sharded] Release 1.0.3 updating components versions ([cae86bc](https://github.com/bitnami/charts/commit/cae86bc)) +* [bitnami/mongodb-sharded] Release 1.0.3 updating components versions ([cae86bc](https://github.com/bitnami/charts/commit/cae86bcffe5c8ad89b0fb6c79c958007c3c48b57)) ## 1.0.2 (2019-12-17) -* [bitnami/mongodb-sharded] Release 1.0.2 updating components versions ([f9c8264](https://github.com/bitnami/charts/commit/f9c8264)) +* [bitnami/mongodb-sharded] Release 1.0.2 updating components versions ([f9c8264](https://github.com/bitnami/charts/commit/f9c8264c1ed4722e1d4f09664951ee14423f543a)) ## 1.0.1 (2019-12-06) -* [bitnami/mongodb-sharded] Release 1.0.1 updating components versions ([91d26b4](https://github.com/bitnami/charts/commit/91d26b4)) +* [bitnami/mongodb-sharded] Release 1.0.1 updating components versions ([91d26b4](https://github.com/bitnami/charts/commit/91d26b4be5db93c8ef82de0cb8627239085970aa)) ## 1.0.0 (2019-12-03) -* [bitnami/mongodb-sharded] Set persistence settings separate in data nodes and config servers ([8d89bbe](https://github.com/bitnami/charts/commit/8d89bbe)) +* [bitnami/mongodb-sharded] Set persistence settings separate in data nodes and config servers ([8d89bbe](https://github.com/bitnami/charts/commit/8d89bbe37309b02d1664cc70f9cd73b901f82f47)) ## 0.1.4 (2019-12-03) -* [bitnami/mongodb-sharded] Fix incorrect resource allocation in data nodes ([738d6fb](https://github.com/bitnami/charts/commit/738d6fb)) +* [bitnami/mongodb-sharded] Fix incorrect resource allocation in data nodes ([738d6fb](https://github.com/bitnami/charts/commit/738d6fbc8ae2ad801a4200849840780c8caa150f)) ## 0.1.3 (2019-11-26) -* [bitnami/mongodb-sharded] Fix system log verbosity ([47740e7](https://github.com/bitnami/charts/commit/47740e7)) +* [bitnami/mongodb-sharded] Fix system log verbosity ([47740e7](https://github.com/bitnami/charts/commit/47740e7226bc67910f04fd98f770d6ee04aec789)) ## 0.1.2 (2019-11-26) -* [bitnami/mongodb-sharded] 0.1.1 -> 0.1.2 ([6d7c776](https://github.com/bitnami/charts/commit/6d7c776)) -* Use named port for mongodb-sharded ServiceMonitor ([80e1c4d](https://github.com/bitnami/charts/commit/80e1c4d)) +* [bitnami/mongodb-sharded] 0.1.1 -> 0.1.2 ([6d7c776](https://github.com/bitnami/charts/commit/6d7c77698f7f51602b45b539c4f560a5fdfdbbde)) +* Use named port for mongodb-sharded ServiceMonitor ([80e1c4d](https://github.com/bitnami/charts/commit/80e1c4d2ff93973dcd8a4c6241cf55a8de4cfa3d)) ## 0.1.1 (2019-11-08) -* [bitnami/mongodb-sharded] Fix incorrect nindent in volumePermissions ([8982222](https://github.com/bitnami/charts/commit/8982222)) -* Add image pull secrets ([2fdf854](https://github.com/bitnami/charts/commit/2fdf854)) -* Add runAsNonRoot ([0e28779](https://github.com/bitnami/charts/commit/0e28779)) -* change tag ([a07c313](https://github.com/bitnami/charts/commit/a07c313)) -* Typo ([ba7d2df](https://github.com/bitnami/charts/commit/ba7d2df)) -* Update values-production.yaml ([174b16a](https://github.com/bitnami/charts/commit/174b16a)) -* Update values.yaml ([a384f62](https://github.com/bitnami/charts/commit/a384f62)) -* Use 4.0 branch to be consistent ([f5d5ab3](https://github.com/bitnami/charts/commit/f5d5ab3)) +* [bitnami/mongodb-sharded] Fix incorrect nindent in volumePermissions ([8982222](https://github.com/bitnami/charts/commit/89822223131e020690d250bd4c2c0959051058b5)) +* Add image pull secrets ([2fdf854](https://github.com/bitnami/charts/commit/2fdf854d1b87a2493d4d7be694c388cb6c0e0ec9)) +* Add runAsNonRoot ([0e28779](https://github.com/bitnami/charts/commit/0e287798f4c276c8db2c00ab12a0dffd60d5503e)) +* change tag ([a07c313](https://github.com/bitnami/charts/commit/a07c313f0433bf1a7227e2a2f61a55e4f7a514ef)) +* Typo ([ba7d2df](https://github.com/bitnami/charts/commit/ba7d2df3a9dbc14d7dbf5160475b737414288255)) +* Update values-production.yaml ([174b16a](https://github.com/bitnami/charts/commit/174b16a97ed69762316b7f558b43170cbfb4839e)) +* Update values.yaml ([a384f62](https://github.com/bitnami/charts/commit/a384f6280e471493a0c6e4c675a73514b52a1586)) +* Use 4.0 branch to be consistent ([f5d5ab3](https://github.com/bitnami/charts/commit/f5d5ab374999c351fb2065150b42bc4e2166ccfd)) ## 0.1.0 (2019-10-31) -* Apply suggestions ([b97e655](https://github.com/bitnami/charts/commit/b97e655)) -* Fix notes ([e0924cc](https://github.com/bitnami/charts/commit/e0924cc)) -* Production conf explanation ([6b3310b](https://github.com/bitnami/charts/commit/6b3310b)) -* values prod ([e921362](https://github.com/bitnami/charts/commit/e921362)) +* Apply suggestions ([b97e655](https://github.com/bitnami/charts/commit/b97e655946c6d1b938e1ceace5f2bbc486f4817a)) +* Fix notes ([e0924cc](https://github.com/bitnami/charts/commit/e0924cc5d5f93e14ec9183bccf9831661411df20)) +* Production conf explanation ([6b3310b](https://github.com/bitnami/charts/commit/6b3310b1f5cf2ebfff73c4212445a894836bef0a)) +* values prod ([e921362](https://github.com/bitnami/charts/commit/e921362977983da54a23cb80d1dc7a49b3ecd215)) ## 0.0.1 (2019-10-30) -* [bitnami/mongodb-sharded] Add MongoDB Sharded chart ([99c45a7](https://github.com/bitnami/charts/commit/99c45a7)) +* [bitnami/mongodb-sharded] Add MongoDB Sharded chart ([99c45a7](https://github.com/bitnami/charts/commit/99c45a7d3940d7b5cabb38b21a6a61b2e911f9aa)) diff --git a/bitnami/mongodb-sharded/Chart.yaml b/bitnami/mongodb-sharded/Chart.yaml index 1150ddefb69b32..efa4b1808c9402 100644 --- a/bitnami/mongodb-sharded/Chart.yaml +++ b/bitnami/mongodb-sharded/Chart.yaml @@ -8,11 +8,11 @@ annotations: - name: mongodb-exporter image: docker.io/bitnami/mongodb-exporter:0.40.0-debian-12-r29 - name: mongodb-sharded - image: docker.io/bitnami/mongodb-sharded:7.0.9-debian-12-r2 + image: docker.io/bitnami/mongodb-sharded:7.0.11-debian-12-r0 - name: os-shell image: docker.io/bitnami/os-shell:12-debian-12-r21 apiVersion: v2 -appVersion: 7.0.9 +appVersion: 7.0.11 dependencies: - name: common repository: oci://registry-1.docker.io/bitnamicharts @@ -35,5 +35,4 @@ maintainers: name: mongodb-sharded sources: - https://github.com/bitnami/charts/tree/main/bitnami/mongodb-sharded -version: 8.2.1 - +version: 8.2.2 diff --git a/bitnami/mongodb-sharded/values.yaml b/bitnami/mongodb-sharded/values.yaml index cf1b2c060bdb25..a6070a3a249404 100644 --- a/bitnami/mongodb-sharded/values.yaml +++ b/bitnami/mongodb-sharded/values.yaml @@ -85,7 +85,7 @@ diagnosticMode: image: registry: docker.io repository: bitnami/mongodb-sharded - tag: 7.0.9-debian-12-r2 + tag: 7.0.11-debian-12-r0 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' From 4500cafc0aab84295f85bd839978929e5dfc8773 Mon Sep 17 00:00:00 2001 From: David Gomez Date: Tue, 28 May 2024 13:52:00 +0200 Subject: [PATCH 046/110] [bitnami/argo-cd] Define port for notifications probes (#26485) * [bitnami/Argo-CD] Define port for notifications probes Signed-off-by: David Gomez * Update CHANGELOG.md Signed-off-by: Bitnami Containers --------- Signed-off-by: David Gomez Signed-off-by: Bitnami Containers Co-authored-by: Bitnami Containers --- bitnami/argo-cd/CHANGELOG.md | 8 ++++++-- bitnami/argo-cd/Chart.yaml | 2 +- .../templates/notifications/bots/slack/deployment.yaml | 2 +- bitnami/argo-cd/templates/notifications/deployment.yaml | 2 +- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/bitnami/argo-cd/CHANGELOG.md b/bitnami/argo-cd/CHANGELOG.md index 45cd1a0a004cae..9a8c8cc38a8bb9 100644 --- a/bitnami/argo-cd/CHANGELOG.md +++ b/bitnami/argo-cd/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog -## 6.3.3 (2024-05-24) +## 6.3.4 (2024-05-28) -* [bitnami/argo-cd] Release 6.3.3 ([#26415](https://github.com/bitnami/charts/pull/26415)) +* [bitnami/argo-cd] Define port for notifications probes ([#26485](https://github.com/bitnami/charts/pull/26485)) + +## 6.3.3 (2024-05-24) + +* [bitnami/argo-cd] Release 6.3.3 (#26415) ([e4f57d1](https://github.com/bitnami/charts/commit/e4f57d1a1a2c32bb471bb50d28f1241cbac421d3)), closes [#26415](https://github.com/bitnami/charts/issues/26415) ## 6.3.2 (2024-05-24) diff --git a/bitnami/argo-cd/Chart.yaml b/bitnami/argo-cd/Chart.yaml index 7213854ccdf1f3..a0b50c7e8a2612 100644 --- a/bitnami/argo-cd/Chart.yaml +++ b/bitnami/argo-cd/Chart.yaml @@ -39,4 +39,4 @@ maintainers: name: argo-cd sources: - https://github.com/bitnami/charts/tree/main/bitnami/argo-cd -version: 6.3.3 +version: 6.3.4 diff --git a/bitnami/argo-cd/templates/notifications/bots/slack/deployment.yaml b/bitnami/argo-cd/templates/notifications/bots/slack/deployment.yaml index 883240f73a5d62..3fd825bdd24ab0 100644 --- a/bitnami/argo-cd/templates/notifications/bots/slack/deployment.yaml +++ b/bitnami/argo-cd/templates/notifications/bots/slack/deployment.yaml @@ -96,7 +96,7 @@ spec: {{- else if .Values.notifications.bots.slack.livenessProbe.enabled }} livenessProbe: tcpSocket: - path: /metrics + port: metrics initialDelaySeconds: {{ .Values.notifications.bots.slack.livenessProbe.initialDelaySeconds }} periodSeconds: {{ .Values.notifications.bots.slack.livenessProbe.periodSeconds }} timeoutSeconds: {{ .Values.notifications.bots.slack.livenessProbe.timeoutSeconds }} diff --git a/bitnami/argo-cd/templates/notifications/deployment.yaml b/bitnami/argo-cd/templates/notifications/deployment.yaml index a08ebd5add9ceb..64ae5a7a438238 100644 --- a/bitnami/argo-cd/templates/notifications/deployment.yaml +++ b/bitnami/argo-cd/templates/notifications/deployment.yaml @@ -99,7 +99,7 @@ spec: {{- else if .Values.notifications.livenessProbe.enabled }} livenessProbe: tcpSocket: - path: /metrics + port: metrics initialDelaySeconds: {{ .Values.notifications.livenessProbe.initialDelaySeconds }} periodSeconds: {{ .Values.notifications.livenessProbe.periodSeconds }} timeoutSeconds: {{ .Values.notifications.livenessProbe.timeoutSeconds }} From ee8dc416fdbf7562a1992835629b5d6583c0e59d Mon Sep 17 00:00:00 2001 From: Ben Foster Date: Tue, 28 May 2024 09:32:09 -0400 Subject: [PATCH 047/110] [bitnami/prometheus] Add chart source URL to sources list (#26487) * [bitnami/prometheus] Add chart source URL to sources list Signed-off-by: Ben Foster * Update CHANGELOG.md Signed-off-by: Bitnami Containers --------- Signed-off-by: Ben Foster Signed-off-by: Bitnami Containers Co-authored-by: Bitnami Containers --- bitnami/prometheus/CHANGELOG.md | 8 ++++++-- bitnami/prometheus/Chart.yaml | 3 ++- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/bitnami/prometheus/CHANGELOG.md b/bitnami/prometheus/CHANGELOG.md index d948e014243d4e..2bf076176427ab 100644 --- a/bitnami/prometheus/CHANGELOG.md +++ b/bitnami/prometheus/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog -## 1.3.0 (2024-05-23) +## 1.3.1 (2024-05-28) -* [bitnami/prometheus] Enable PodDisruptionBudgets ([#26215](https://github.com/bitnami/charts/pull/26215)) +* [bitnami/prometheus] Add chart source URL to sources list ([#26487](https://github.com/bitnami/charts/pull/26487)) + +## 1.3.0 (2024-05-24) + +* [bitnami/prometheus] Enable PodDisruptionBudgets (#26215) ([bca3d85](https://github.com/bitnami/charts/commit/bca3d855e95823d10028ff27a3cd6f65b4204dff)), closes [#26215](https://github.com/bitnami/charts/issues/26215) ## 1.2.0 (2024-05-22) diff --git a/bitnami/prometheus/Chart.yaml b/bitnami/prometheus/Chart.yaml index 7aa3a842554a1d..872575ef317506 100644 --- a/bitnami/prometheus/Chart.yaml +++ b/bitnami/prometheus/Chart.yaml @@ -32,7 +32,8 @@ maintainers: url: https://github.com/bitnami/charts name: prometheus sources: +- https://github.com/bitnami/charts/tree/main/bitnami/prometheus - https://github.com/bitnami/containers/tree/main/bitnami/prometheus - https://github.com/prometheus/prometheus - https://github.com/prometheus-community/helm-charts -version: 1.3.0 +version: 1.3.1 From 681675ed8883c7e6650a03b2a42ff783613b1f59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20R=C3=ADos=20Saavedra?= Date: Tue, 28 May 2024 16:04:39 +0200 Subject: [PATCH 048/110] [bitnami/kubeapps] Adds a delay in tests (#26492) Signed-off-by: Rafael Rios Saavedra --- .vib/kubeapps/cypress/cypress/e2e/kubeapps.cy.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.vib/kubeapps/cypress/cypress/e2e/kubeapps.cy.js b/.vib/kubeapps/cypress/cypress/e2e/kubeapps.cy.js index 2fb3b592cce32c..434f1f7116e035 100644 --- a/.vib/kubeapps/cypress/cypress/e2e/kubeapps.cy.js +++ b/.vib/kubeapps/cypress/cypress/e2e/kubeapps.cy.js @@ -12,14 +12,14 @@ it('allows managing a helm chart release', () => { // Prefer UI interaction over direct navigation because the URL includes references to // the ns name, which is only known at runtime. cy.contains('Catalog').click(); - + cy.wait(5000); cy.fixture('releases').then((releases) => { const releaseName = `${releases.newRelease.name}-${random}` cy.contains('div.card', releases.newRelease.application).click(); cy.contains(Cypress.env('registryName')); cy.contains('Deploy').click(); - + cy.wait(5000); cy.get('#releaseName').type(releaseName); // TKG clusters may enforce PodSecurity policies, so podSecurityContext and @@ -55,7 +55,6 @@ it('allows managing a helm chart release', () => { cy.get('cds-button').click(); }); } - cy.contains('cds-button', 'Deploy').click(); cy.get('.application-status-pie-chart-title', { timeout: (Cypress.config('defaultCommandTimeout') * 3) }).should( 'have.text', From 3b0ef3fcf23d150b1ebbe03ab3ac9bf5f5b1d245 Mon Sep 17 00:00:00 2001 From: David Gomez Date: Tue, 28 May 2024 16:13:00 +0200 Subject: [PATCH 049/110] [bitnami/mlflow] Use different liveness/readiness pending probes (part 2) (#26417) * [bitnami/mlflow] Use different liveness/readiness probes (part 2) Signed-off-by: David Gomez * Update CHANGELOG.md Signed-off-by: Bitnami Containers --------- Signed-off-by: David Gomez Signed-off-by: Bitnami Containers Co-authored-by: Bitnami Containers --- bitnami/mlflow/CHANGELOG.md | 6 +++++- bitnami/mlflow/Chart.yaml | 2 +- bitnami/mlflow/templates/tracking/deployment.yaml | 7 +++++-- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/bitnami/mlflow/CHANGELOG.md b/bitnami/mlflow/CHANGELOG.md index b260c651721db1..260caa758c7736 100644 --- a/bitnami/mlflow/CHANGELOG.md +++ b/bitnami/mlflow/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog +## 1.2.1 (2024-05-28) + +* [bitnami/mlflow] Use different liveness/readiness pending probes (part 2) ([#26417](https://github.com/bitnami/charts/pull/26417)) + ## 1.2.0 (2024-05-23) -* [bitnami/mlflow] Use different liveness/readiness probes ([#26322](https://github.com/bitnami/charts/pull/26322)) +* [bitnami/mlflow] Use different liveness/readiness probes (#26322) ([5260087](https://github.com/bitnami/charts/commit/526008760457f8a9170be51d8ee644c20cc70a53)), closes [#26322](https://github.com/bitnami/charts/issues/26322) ## 1.1.0 (2024-05-21) diff --git a/bitnami/mlflow/Chart.yaml b/bitnami/mlflow/Chart.yaml index 14c0879232189a..dcde72ff56dab4 100644 --- a/bitnami/mlflow/Chart.yaml +++ b/bitnami/mlflow/Chart.yaml @@ -43,4 +43,4 @@ name: mlflow sources: - https://github.com/bitnami/containers/tree/main/bitnami/mlflow - https://github.com/mlflow/mlflow -version: 1.2.0 +version: 1.2.1 diff --git a/bitnami/mlflow/templates/tracking/deployment.yaml b/bitnami/mlflow/templates/tracking/deployment.yaml index d3f0fbec042960..18269d71a9dd87 100644 --- a/bitnami/mlflow/templates/tracking/deployment.yaml +++ b/bitnami/mlflow/templates/tracking/deployment.yaml @@ -215,8 +215,11 @@ spec: livenessProbe: {{- include "common.tplvalues.render" (dict "value" .Values.tracking.customLivenessProbe "context" $) | nindent 12 }} {{- else if .Values.tracking.livenessProbe.enabled }} livenessProbe: {{- include "common.tplvalues.render" (dict "value" (omit .Values.tracking.livenessProbe "enabled") "context" $) | nindent 12 }} - tcpSocket: - port: {{ include "mlflow.v0.tracking.portName" . }} + exec: + command: + - pgrep + - f + - mlflow.server {{- end }} {{- if .Values.tracking.customReadinessProbe }} readinessProbe: {{- include "common.tplvalues.render" (dict "value" .Values.tracking.customReadinessProbe "context" $) | nindent 12 }} From 52fe64b9628b8b00ee39b5df519f7fa72791e12c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Rodr=C3=ADguez=20Hern=C3=A1ndez?= Date: Tue, 28 May 2024 16:15:02 +0200 Subject: [PATCH 050/110] [bitnami/template] Update Chart.yaml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Carlos Rodríguez Hernández --- template/CHART_NAME/Chart.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/template/CHART_NAME/Chart.yaml b/template/CHART_NAME/Chart.yaml index 876cdcb564bf56..61ebef46066d85 100644 --- a/template/CHART_NAME/Chart.yaml +++ b/template/CHART_NAME/Chart.yaml @@ -28,6 +28,7 @@ maintainers: url: https://github.com/bitnami/charts name: %%CHART_NAME%% sources: + - https://github.com/bitnami/charts/tree/main/bitnami/%%IMAGE_NAME%% - https://github.com/bitnami/containers/tree/main/bitnami/%%IMAGE_NAME%% - %%UPSTREAM_PROJECT_SOURCE_CODE_URL%% - ... From 64c27084c6f03dc505a30ad77852a38c46ddf1f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20L=C3=B3pez?= <78360198+rloporp@users.noreply.github.com> Date: Tue, 28 May 2024 16:24:39 +0200 Subject: [PATCH 051/110] [bitnami/fluentd] add extra gems extensions volume on forwarders (#26489) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * [bitnami/fluentd] add extra gems extensions volume on forwarders Signed-off-by: Raúl López * Update CHANGELOG.md Signed-off-by: Bitnami Containers --------- Signed-off-by: Raúl López Signed-off-by: Bitnami Containers Co-authored-by: Bitnami Containers --- bitnami/fluentd/CHANGELOG.md | 8 ++++++-- bitnami/fluentd/Chart.yaml | 2 +- bitnami/fluentd/templates/forwarder-daemonset.yaml | 11 +++++++++-- 3 files changed, 16 insertions(+), 5 deletions(-) diff --git a/bitnami/fluentd/CHANGELOG.md b/bitnami/fluentd/CHANGELOG.md index 92bda14ade17a7..7f45b2b6a5f58c 100644 --- a/bitnami/fluentd/CHANGELOG.md +++ b/bitnami/fluentd/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog -## 6.4.0 (2024-05-24) +## 6.5.0 (2024-05-28) -* [bitnami/fluentd] Enable PodDisruptionBudgets ([#26431](https://github.com/bitnami/charts/pull/26431)) +* [bitnami/fluentd] add extra gems extensions volume on forwarders ([#26489](https://github.com/bitnami/charts/pull/26489)) + +## 6.4.0 (2024-05-27) + +* [bitnami/fluentd] Enable PodDisruptionBudgets (#26431) ([195c490](https://github.com/bitnami/charts/commit/195c4900ab98bded8a57a3b00c0aad8fe473c721)), closes [#26431](https://github.com/bitnami/charts/issues/26431) ## 6.3.2 (2024-05-23) diff --git a/bitnami/fluentd/Chart.yaml b/bitnami/fluentd/Chart.yaml index b782b989d74c56..4999ab4dd39779 100644 --- a/bitnami/fluentd/Chart.yaml +++ b/bitnami/fluentd/Chart.yaml @@ -30,4 +30,4 @@ maintainers: name: fluentd sources: - https://github.com/bitnami/charts/tree/main/bitnami/fluentd -version: 6.4.0 +version: 6.5.0 diff --git a/bitnami/fluentd/templates/forwarder-daemonset.yaml b/bitnami/fluentd/templates/forwarder-daemonset.yaml index 0d7d555d3d8012..0179224d3032f8 100644 --- a/bitnami/fluentd/templates/forwarder-daemonset.yaml +++ b/bitnami/fluentd/templates/forwarder-daemonset.yaml @@ -77,15 +77,16 @@ spec: cd /tmp # install extra gems - {{- range $gem := .Values.forwarder.extraGems }} --no-document + {{- range $gem := .Values.forwarder.extraGems }} {{- if kindIs "string" $gem }} - fluent-gem install {{ $gem }} + fluent-gem install {{ $gem }} --no-document {{- else }} fluent-gem install {{ $gem.name }}{{ if $gem.version }} -v {{ $gem.version }}{{ end }} --no-document {{- end }} {{- end }} # copy installed gems to shared dir + cp -r /opt/bitnami/fluentd/extensions/* /extensions/ cp -r /opt/bitnami/fluentd/gems/* /gems/ cp -r /opt/bitnami/fluentd/specifications/* /specifications/ {{- if .Values.forwarder.initResources }} @@ -97,6 +98,9 @@ spec: allowPrivilegeEscalation: false runAsUser: 0 volumeMounts: + - name: empty-dir + mountPath: /extensions + subPath: app-extensions-dir - name: empty-dir mountPath: /gems subPath: app-gems-dir @@ -247,6 +251,9 @@ spec: mountPath: /opt/bitnami/fluentd/logs/buffers {{- end }} {{- if .Values.forwarder.extraGems }} + - name: empty-dir + mountPath: /opt/bitnami/fluentd/extensions/ + subPath: app-extensions-dir - name: empty-dir mountPath: /opt/bitnami/fluentd/gems/ subPath: app-gems-dir From 65e4f64beaeeb76a48fbd1454815b4228b47213f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20R=C3=ADos=20Saavedra?= Date: Tue, 28 May 2024 16:29:02 +0200 Subject: [PATCH 052/110] [bitnami/janusgraph] Add chart source URL to sources list (#26493) * [bitnami/janusgraph] Add chart source URL to sources list Signed-off-by: Rafael Rios Saavedra * Update CHANGELOG.md Signed-off-by: Bitnami Containers --------- Signed-off-by: Rafael Rios Saavedra Signed-off-by: Bitnami Containers Co-authored-by: Bitnami Containers --- bitnami/janusgraph/CHANGELOG.md | 8 ++++++-- bitnami/janusgraph/Chart.yaml | 3 ++- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/bitnami/janusgraph/CHANGELOG.md b/bitnami/janusgraph/CHANGELOG.md index b9b7a988fc7245..a4d85998ef88f3 100644 --- a/bitnami/janusgraph/CHANGELOG.md +++ b/bitnami/janusgraph/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog -## 0.3.1 (2024-05-22) +## 0.3.2 (2024-05-28) -* [bitnami/janusgraph] Use different liveness/readiness probes ([#26345](https://github.com/bitnami/charts/pull/26345)) +* [bitnami/janusgraph] Add chart source URL to sources list ([#26493](https://github.com/bitnami/charts/pull/26493)) + +## 0.3.1 (2024-05-23) + +* [bitnami/janusgraph] Use different liveness/readiness probes (#26345) ([454f762](https://github.com/bitnami/charts/commit/454f762736ad95ec4eb1515c247ed4bfa127fabf)), closes [#26345](https://github.com/bitnami/charts/issues/26345) ## 0.3.0 (2024-05-21) diff --git a/bitnami/janusgraph/Chart.yaml b/bitnami/janusgraph/Chart.yaml index 004e8a3d2a9312..84dafc3257c567 100644 --- a/bitnami/janusgraph/Chart.yaml +++ b/bitnami/janusgraph/Chart.yaml @@ -35,6 +35,7 @@ maintainers: url: https://github.com/bitnami/charts name: janusgraph sources: +- https://github.com/bitnami/charts/tree/main/bitnami/janusgraph - https://github.com/bitnami/containers/tree/main/bitnami/janusgraph - https://github.com/janusgraph/janusgraph -version: 0.3.1 +version: 0.3.2 From b1f8a0ce113b6fc8bb32df54c9b9c11f79ae8b5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20R=C3=ADos=20Saavedra?= Date: Tue, 28 May 2024 17:03:32 +0200 Subject: [PATCH 053/110] [bitnami/mlflow] Add chart source URL to sources list (#26495) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * [bitnami/mlflow] Add chart source URL to sources list Signed-off-by: Rafael Rios Saavedra * Update CHANGELOG.md Signed-off-by: Bitnami Containers * Bump chart version Signed-off-by: Carlos Rodríguez Hernández --------- Signed-off-by: Rafael Rios Saavedra Signed-off-by: Bitnami Containers Signed-off-by: Javier J. Salmerón-García Signed-off-by: Carlos Rodríguez Hernández Co-authored-by: Bitnami Containers Co-authored-by: Javier J. Salmerón-García Co-authored-by: Carlos Rodríguez Hernández --- bitnami/mlflow/CHANGELOG.md | 8 ++++++-- bitnami/mlflow/Chart.yaml | 3 ++- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/bitnami/mlflow/CHANGELOG.md b/bitnami/mlflow/CHANGELOG.md index 260caa758c7736..453c4af4e042dc 100644 --- a/bitnami/mlflow/CHANGELOG.md +++ b/bitnami/mlflow/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog -## 1.2.1 (2024-05-28) +## 1.2.2 (2024-05-28) -* [bitnami/mlflow] Use different liveness/readiness pending probes (part 2) ([#26417](https://github.com/bitnami/charts/pull/26417)) +* [bitnami/mlflow] Add chart source URL to sources list ([#26495](https://github.com/bitnami/charts/pull/26495)) + +## 1.2.1 (2024-05-28) + +* [bitnami/mlflow] Use different liveness/readiness pending probes (part 2) (#26417) ([3b0ef3f](https://github.com/bitnami/charts/commit/3b0ef3fcf23d150b1ebbe03ab3ac9bf5f5b1d245)), closes [#26417](https://github.com/bitnami/charts/issues/26417) ## 1.2.0 (2024-05-23) diff --git a/bitnami/mlflow/Chart.yaml b/bitnami/mlflow/Chart.yaml index dcde72ff56dab4..8cf82e663a87e1 100644 --- a/bitnami/mlflow/Chart.yaml +++ b/bitnami/mlflow/Chart.yaml @@ -41,6 +41,7 @@ maintainers: url: https://github.com/bitnami/charts name: mlflow sources: +- https://github.com/bitnami/charts/tree/main/bitnami/mlflow - https://github.com/bitnami/containers/tree/main/bitnami/mlflow - https://github.com/mlflow/mlflow -version: 1.2.1 +version: 1.2.2 From b5b3bfc36967ed57c72266dc7fda45e863035eeb Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Tue, 28 May 2024 18:51:04 +0200 Subject: [PATCH 054/110] [bitnami/influxdb] Release 6.2.1 (#26511) * [bitnami/influxdb] Release 6.2.1 updating components versions Signed-off-by: Bitnami Containers * Update CHANGELOG.md Signed-off-by: Bitnami Containers --------- Signed-off-by: Bitnami Containers --- bitnami/influxdb/CHANGELOG.md | 6 +++++- bitnami/influxdb/Chart.yaml | 8 ++++---- bitnami/influxdb/README.md | 2 +- bitnami/influxdb/values.yaml | 6 +++--- 4 files changed, 13 insertions(+), 9 deletions(-) diff --git a/bitnami/influxdb/CHANGELOG.md b/bitnami/influxdb/CHANGELOG.md index a9c31434689204..2624f1d3336282 100644 --- a/bitnami/influxdb/CHANGELOG.md +++ b/bitnami/influxdb/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog +## 6.2.1 (2024-05-28) + +* [bitnami/influxdb] Release 6.2.1 ([#26511](https://github.com/bitnami/charts/pull/26511)) + ## 6.2.0 (2024-05-27) -* [bitnami/influxdb] Allow separate persistence cfg for backups ([#26453](https://github.com/bitnami/charts/pull/26453)) +* [bitnami/influxdb] Allow separate persistence cfg for backups (#26453) ([57ba39e](https://github.com/bitnami/charts/commit/57ba39ec1f4376b41b28fd4e91b326ff42378f25)), closes [#26453](https://github.com/bitnami/charts/issues/26453) ## 6.1.1 (2024-05-23) diff --git a/bitnami/influxdb/Chart.yaml b/bitnami/influxdb/Chart.yaml index 85bed29fd3d2c7..59fcb8a486f042 100644 --- a/bitnami/influxdb/Chart.yaml +++ b/bitnami/influxdb/Chart.yaml @@ -8,11 +8,11 @@ annotations: - name: aws-cli image: docker.io/bitnami/aws-cli:2.15.50-debian-12-r0 - name: azure-cli - image: docker.io/bitnami/azure-cli:2.60.0-debian-12-r2 + image: docker.io/bitnami/azure-cli:2.61.0-debian-12-r0 - name: google-cloud-sdk - image: docker.io/bitnami/google-cloud-sdk:0.476.0-debian-12-r0 + image: docker.io/bitnami/google-cloud-sdk:0.477.0-debian-12-r0 - name: influxdb - image: docker.io/bitnami/influxdb:2.7.6-debian-12-r8 + image: docker.io/bitnami/influxdb:2.7.6-debian-12-r9 - name: os-shell image: docker.io/bitnami/os-shell:12-debian-12-r21 apiVersion: v2 @@ -37,4 +37,4 @@ maintainers: name: influxdb sources: - https://github.com/bitnami/charts/tree/main/bitnami/influxdb -version: 6.2.0 +version: 6.2.1 diff --git a/bitnami/influxdb/README.md b/bitnami/influxdb/README.md index 16e0fa75ddb663..a42f661efff687 100644 --- a/bitnami/influxdb/README.md +++ b/bitnami/influxdb/README.md @@ -613,4 +613,4 @@ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and -limitations under the License. +limitations under the License. \ No newline at end of file diff --git a/bitnami/influxdb/values.yaml b/bitnami/influxdb/values.yaml index 6b93a7924f0fce..0ee0844f5a38ad 100644 --- a/bitnami/influxdb/values.yaml +++ b/bitnami/influxdb/values.yaml @@ -79,7 +79,7 @@ diagnosticMode: image: registry: docker.io repository: bitnami/influxdb - tag: 2.7.6-debian-12-r8 + tag: 2.7.6-debian-12-r9 digest: "" ## Specify a imagePullPolicy. Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images @@ -1094,7 +1094,7 @@ backup: image: registry: docker.io repository: bitnami/google-cloud-sdk - tag: 0.476.0-debian-12-r0 + tag: 0.477.0-debian-12-r0 digest: "" ## Specify a imagePullPolicy. Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images @@ -1148,7 +1148,7 @@ backup: image: registry: docker.io repository: bitnami/azure-cli - tag: 2.60.0-debian-12-r2 + tag: 2.61.0-debian-12-r0 digest: "" ## Specify a imagePullPolicy. Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images From 06b7586930c7cd1fefb0e1f4cdd88cd7e8c4655f Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Tue, 28 May 2024 19:39:02 +0200 Subject: [PATCH 055/110] [bitnami/thanos] Release 15.5.1 (#26517) * [bitnami/thanos] Release 15.5.1 updating components versions Signed-off-by: Bitnami Containers * Update CHANGELOG.md Signed-off-by: Bitnami Containers --------- Signed-off-by: Bitnami Containers --- bitnami/thanos/CHANGELOG.md | 917 ++++++++++++++++++------------------ bitnami/thanos/Chart.lock | 6 +- bitnami/thanos/Chart.yaml | 6 +- bitnami/thanos/values.yaml | 2 +- 4 files changed, 468 insertions(+), 463 deletions(-) diff --git a/bitnami/thanos/CHANGELOG.md b/bitnami/thanos/CHANGELOG.md index f0fe2d90e3c96c..79bd01c4e2e794 100644 --- a/bitnami/thanos/CHANGELOG.md +++ b/bitnami/thanos/CHANGELOG.md @@ -1,1552 +1,1557 @@ # Changelog +## 15.5.1 (2024-05-28) + +* [bitnami/thanos] Release 15.5.1 ([#26517](https://github.com/bitnami/charts/pull/26517)) + ## 15.5.0 (2024-05-21) -* [bitnami/thanos] feat: :sparkles: :lock: Add warning when original images are replaced ([#26283](https://github.com/bitnami/charts/pulls/26283)) +* [bitnami/*] ci: :construction_worker: Add tag and changelog support (#25359) ([91c707c](https://github.com/bitnami/charts/commit/91c707c9e4e574725a09505d2d313fb93f1b4c0a)), closes [#25359](https://github.com/bitnami/charts/issues/25359) +* [bitnami/thanos] feat: :sparkles: :lock: Add warning when original images are replaced (#26283) ([2a39de8](https://github.com/bitnami/charts/commit/2a39de8d5c440084763e3b6b7a1f4caa47ef888d)), closes [#26283](https://github.com/bitnami/charts/issues/26283) ## 15.4.7 (2024-05-18) -* [bitnami/thanos] Release 15.4.7 updating components versions (#26083) ([e4c2454](https://github.com/bitnami/charts/commit/e4c2454)), closes [#26083](https://github.com/bitnami/charts/issues/26083) +* [bitnami/thanos] Release 15.4.7 updating components versions (#26083) ([e4c2454](https://github.com/bitnami/charts/commit/e4c2454fd6dfe108f30d24dd01ea909d2e306271)), closes [#26083](https://github.com/bitnami/charts/issues/26083) ## 15.4.6 (2024-05-14) -* [bitnami/thanos] Release 15.4.6 updating components versions (#25829) ([bf6b3ec](https://github.com/bitnami/charts/commit/bf6b3ec)), closes [#25829](https://github.com/bitnami/charts/issues/25829) +* [bitnami/thanos] Release 15.4.6 updating components versions (#25829) ([bf6b3ec](https://github.com/bitnami/charts/commit/bf6b3ec7a3381e13e150e1766a50135a2f3fcb51)), closes [#25829](https://github.com/bitnami/charts/issues/25829) ## 15.4.5 (2024-05-13) -* [bitnami/*] Change non-root and rolling-tags doc URLs (#25628) ([b067c94](https://github.com/bitnami/charts/commit/b067c94)), closes [#25628](https://github.com/bitnami/charts/issues/25628) -* [bitnami/thanos] Release 15.4.5 updating components versions (#25715) ([41cae24](https://github.com/bitnami/charts/commit/41cae24)), closes [#25715](https://github.com/bitnami/charts/issues/25715) +* [bitnami/*] Change non-root and rolling-tags doc URLs (#25628) ([b067c94](https://github.com/bitnami/charts/commit/b067c94f6bcde427863c197fd355f0b5ba12ff5b)), closes [#25628](https://github.com/bitnami/charts/issues/25628) +* [bitnami/thanos] Release 15.4.5 updating components versions (#25715) ([41cae24](https://github.com/bitnami/charts/commit/41cae248010a3f6598fca12fa718f60a4752a576)), closes [#25715](https://github.com/bitnami/charts/issues/25715) ## 15.4.4 (2024-05-08) -* [bitnami/*] Set new header/owner (#25558) ([8d1dc11](https://github.com/bitnami/charts/commit/8d1dc11)), closes [#25558](https://github.com/bitnami/charts/issues/25558) -* [bitnami/thanos] Release 15.4.4 updating components versions (#25622) ([8f47d6a](https://github.com/bitnami/charts/commit/8f47d6a)), closes [#25622](https://github.com/bitnami/charts/issues/25622) +* [bitnami/*] Set new header/owner (#25558) ([8d1dc11](https://github.com/bitnami/charts/commit/8d1dc11f5fb30db6fba50c43d7af59d2f79deed3)), closes [#25558](https://github.com/bitnami/charts/issues/25558) +* [bitnami/thanos] Release 15.4.4 updating components versions (#25622) ([8f47d6a](https://github.com/bitnami/charts/commit/8f47d6a45c779ee6d7f67583a42f61c9358dd53e)), closes [#25622](https://github.com/bitnami/charts/issues/25622) ## 15.4.3 (2024-05-02) -* [bitnami/thanos] Release 15.4.3 updating components versions (#25503) ([b63467f](https://github.com/bitnami/charts/commit/b63467f)), closes [#25503](https://github.com/bitnami/charts/issues/25503) +* [bitnami/thanos] Release 15.4.3 updating components versions (#25503) ([b63467f](https://github.com/bitnami/charts/commit/b63467f4efcafa31845fab0d40a21084e495fbd5)), closes [#25503](https://github.com/bitnami/charts/issues/25503) ## 15.4.2 (2024-05-02) -* correct thanos statefulset-sharded cache config mounts (#25487) ([bb1ece6](https://github.com/bitnami/charts/commit/bb1ece6)), closes [#25487](https://github.com/bitnami/charts/issues/25487) +* correct thanos statefulset-sharded cache config mounts (#25487) ([bb1ece6](https://github.com/bitnami/charts/commit/bb1ece6f1cb4110af1a35ea23bb16e03a76c7595)), closes [#25487](https://github.com/bitnami/charts/issues/25487) ## 15.4.1 (2024-04-26) -* [bitnami/thanos] Fix mountPath conflict thanos store (#25384) ([057cc2b](https://github.com/bitnami/charts/commit/057cc2b)), closes [#25384](https://github.com/bitnami/charts/issues/25384) +* [bitnami/thanos] Fix mountPath conflict thanos store (#25384) ([057cc2b](https://github.com/bitnami/charts/commit/057cc2ba3cf3fb6063aa9c6339570154f1446781)), closes [#25384](https://github.com/bitnami/charts/issues/25384) ## 15.4.0 (2024-04-25) -* [bitnami/multiple charts] Fix typo: "NetworkPolice" vs "NetworkPolicy" (#25348) ([6970c1b](https://github.com/bitnami/charts/commit/6970c1b)), closes [#25348](https://github.com/bitnami/charts/issues/25348) -* [bitnami/thanos] Add custom tsdb path (#25334) ([77c4c6f](https://github.com/bitnami/charts/commit/77c4c6f)), closes [#25334](https://github.com/bitnami/charts/issues/25334) -* [bitnami/thanos] Use endpoint group optionally for Store Gateways (#25336) ([e416257](https://github.com/bitnami/charts/commit/e416257)), closes [#25336](https://github.com/bitnami/charts/issues/25336) -* Replace VMware by Broadcom copyright text (#25306) ([a5e4bd0](https://github.com/bitnami/charts/commit/a5e4bd0)), closes [#25306](https://github.com/bitnami/charts/issues/25306) +* [bitnami/multiple charts] Fix typo: "NetworkPolice" vs "NetworkPolicy" (#25348) ([6970c1b](https://github.com/bitnami/charts/commit/6970c1ba245873506e73d459c6eac1e4919b778f)), closes [#25348](https://github.com/bitnami/charts/issues/25348) +* [bitnami/thanos] Add custom tsdb path (#25334) ([77c4c6f](https://github.com/bitnami/charts/commit/77c4c6f5413609318eceb25effbf8c146a77f460)), closes [#25334](https://github.com/bitnami/charts/issues/25334) +* [bitnami/thanos] Use endpoint group optionally for Store Gateways (#25336) ([e416257](https://github.com/bitnami/charts/commit/e416257ef437af33626c4a1dc94db7b30ba47f64)), closes [#25336](https://github.com/bitnami/charts/issues/25336) +* Replace VMware by Broadcom copyright text (#25306) ([a5e4bd0](https://github.com/bitnami/charts/commit/a5e4bd0e35e419203793976a78d9d0a13de92c76)), closes [#25306](https://github.com/bitnami/charts/issues/25306) ## 15.3.0 (2024-04-24) -* [bitnami/thanos] Fix thanos query downstream URL with HTTPS enabled (#25175) ([252c4ef](https://github.com/bitnami/charts/commit/252c4ef)), closes [#25175](https://github.com/bitnami/charts/issues/25175) +* [bitnami/thanos] Fix thanos query downstream URL with HTTPS enabled (#25175) ([252c4ef](https://github.com/bitnami/charts/commit/252c4efdb8ef70c4a6cb959a8c5411e92f450fcb)), closes [#25175](https://github.com/bitnami/charts/issues/25175) ## 15.2.2 (2024-04-24) -* [bitnami/thanos] Fix thanos checksum annotations (#24737) ([b67cc70](https://github.com/bitnami/charts/commit/b67cc70)), closes [#24737](https://github.com/bitnami/charts/issues/24737) +* [bitnami/thanos] Fix thanos checksum annotations (#24737) ([b67cc70](https://github.com/bitnami/charts/commit/b67cc706468a95b5b62160a663c976db159e779a)), closes [#24737](https://github.com/bitnami/charts/issues/24737) ## 15.2.1 (2024-04-23) -* [bitnami/thanos] Fix storegateway cache configs (#25242) ([b2b8c91](https://github.com/bitnami/charts/commit/b2b8c91)), closes [#25242](https://github.com/bitnami/charts/issues/25242) +* [bitnami/thanos] Fix storegateway cache configs (#25242) ([b2b8c91](https://github.com/bitnami/charts/commit/b2b8c91b39e4686fe5732de02cae99301aafda28)), closes [#25242](https://github.com/bitnami/charts/issues/25242) ## 15.2.0 (2024-04-23) -* [bitnami/thanos] added pvc labels to thanos-receive (#24934) ([2acf132](https://github.com/bitnami/charts/commit/2acf132)), closes [#24934](https://github.com/bitnami/charts/issues/24934) [#24927](https://github.com/bitnami/charts/issues/24927) +* [bitnami/thanos] added pvc labels to thanos-receive (#24934) ([2acf132](https://github.com/bitnami/charts/commit/2acf1327f6de1c44aed228d8e52e78be5d538227)), closes [#24934](https://github.com/bitnami/charts/issues/24934) [#24927](https://github.com/bitnami/charts/issues/24927) ## 15.1.3 (2024-04-23) -* [bitnami/thanos] add terminationGracePeriodSeconds (#25315) ([aff45b2](https://github.com/bitnami/charts/commit/aff45b2)), closes [#25315](https://github.com/bitnami/charts/issues/25315) +* [bitnami/thanos] add terminationGracePeriodSeconds (#25315) ([aff45b2](https://github.com/bitnami/charts/commit/aff45b2f5da7e8fac3a634be14912329b72c755b)), closes [#25315](https://github.com/bitnami/charts/issues/25315) ## 15.1.2 (2024-04-22) -* [bitnami/thanos] Fix compaction prometheusRule template (#25188) ([05ca034](https://github.com/bitnami/charts/commit/05ca034)), closes [#25188](https://github.com/bitnami/charts/issues/25188) +* [bitnami/thanos] Fix compaction prometheusRule template (#25188) ([05ca034](https://github.com/bitnami/charts/commit/05ca0347906983b7cf060e6db21388b2a9b08b33)), closes [#25188](https://github.com/bitnami/charts/issues/25188) ## 15.1.1 (2024-04-22) -* Remove service monitor labels from headless services (#25171) ([38947e0](https://github.com/bitnami/charts/commit/38947e0)), closes [#25171](https://github.com/bitnami/charts/issues/25171) +* Remove service monitor labels from headless services (#25171) ([38947e0](https://github.com/bitnami/charts/commit/38947e0e76618f8dceb4003c122af347558a7325)), closes [#25171](https://github.com/bitnami/charts/issues/25171) ## 15.1.0 (2024-04-18) -* [bitnami/thanos] Allow disabling mTLS for GRPC (#25189) ([a892573](https://github.com/bitnami/charts/commit/a892573)), closes [#25189](https://github.com/bitnami/charts/issues/25189) +* [bitnami/thanos] Allow disabling mTLS for GRPC (#25189) ([a892573](https://github.com/bitnami/charts/commit/a892573536968d4976d4ae948fd9f72eba02cfdb)), closes [#25189](https://github.com/bitnami/charts/issues/25189) ## 15.0.5 (2024-04-11) -* fix(thanos): enable Ingress only when component is enabled (#25103) ([f696f8c](https://github.com/bitnami/charts/commit/f696f8c)), closes [#25103](https://github.com/bitnami/charts/issues/25103) +* fix(thanos): enable Ingress only when component is enabled (#25103) ([f696f8c](https://github.com/bitnami/charts/commit/f696f8c01427d3a6b36e70386caf72503b86bcc1)), closes [#25103](https://github.com/bitnami/charts/issues/25103) ## 15.0.4 (2024-04-05) -* [bitnami/thanos] Release 15.0.4 updating components versions (#24978) ([5a26c10](https://github.com/bitnami/charts/commit/5a26c10)), closes [#24978](https://github.com/bitnami/charts/issues/24978) +* [bitnami/thanos] Release 15.0.4 updating components versions (#24978) ([5a26c10](https://github.com/bitnami/charts/commit/5a26c10c6b324121a55f507ce3ef28410022bb2d)), closes [#24978](https://github.com/bitnami/charts/issues/24978) ## 15.0.3 (2024-04-05) -* [bitnami/thanos] Release 15.0.3 (#24921) ([273bce4](https://github.com/bitnami/charts/commit/273bce4)), closes [#24921](https://github.com/bitnami/charts/issues/24921) +* [bitnami/thanos] Release 15.0.3 (#24921) ([273bce4](https://github.com/bitnami/charts/commit/273bce4a89d73f830296a0a411cb608255d19c23)), closes [#24921](https://github.com/bitnami/charts/issues/24921) ## 15.0.2 (2024-04-03) -* [bitnami/thanos]Fix: Make prometheus rules reliable with release name (#24655) ([a2a6eab](https://github.com/bitnami/charts/commit/a2a6eab)), closes [#24655](https://github.com/bitnami/charts/issues/24655) [#24651](https://github.com/bitnami/charts/issues/24651) [#24651](https://github.com/bitnami/charts/issues/24651) -* Update resourcesPreset comments (#24467) ([92e3e8a](https://github.com/bitnami/charts/commit/92e3e8a)), closes [#24467](https://github.com/bitnami/charts/issues/24467) +* [bitnami/thanos]Fix: Make prometheus rules reliable with release name (#24655) ([a2a6eab](https://github.com/bitnami/charts/commit/a2a6eabda632d12ded2b2d0959c44aca2b73fab8)), closes [#24655](https://github.com/bitnami/charts/issues/24655) [#24651](https://github.com/bitnami/charts/issues/24651) [#24651](https://github.com/bitnami/charts/issues/24651) +* Update resourcesPreset comments (#24467) ([92e3e8a](https://github.com/bitnami/charts/commit/92e3e8a507326d2a20a8f10ab3e7746a2ec5c554)), closes [#24467](https://github.com/bitnami/charts/issues/24467) ## 15.0.1 (2024-04-03) -* [bitnami/thanos] fix: use https for queryURL when ingress is tls (#24456) ([78e9746](https://github.com/bitnami/charts/commit/78e9746)), closes [#24456](https://github.com/bitnami/charts/issues/24456) +* [bitnami/thanos] fix: use https for queryURL when ingress is tls (#24456) ([78e9746](https://github.com/bitnami/charts/commit/78e9746c90068202063237103c69a119b8f72dd9)), closes [#24456](https://github.com/bitnami/charts/issues/24456) ## 15.0.0 (2024-04-02) -* [bitnami/thanos] feat!: :lock: :boom: Improve security defaults (#24715) ([566b718](https://github.com/bitnami/charts/commit/566b718)), closes [#24715](https://github.com/bitnami/charts/issues/24715) +* [bitnami/thanos] feat!: :lock: :boom: Improve security defaults (#24715) ([566b718](https://github.com/bitnami/charts/commit/566b7182ee33991a33a9b16f01ca70f0370d9a49)), closes [#24715](https://github.com/bitnami/charts/issues/24715) ## 14.0.2 (2024-03-22) -* [bitnami/*] Reorder Chart sections (#24455) ([0cf4048](https://github.com/bitnami/charts/commit/0cf4048)), closes [#24455](https://github.com/bitnami/charts/issues/24455) -* [bitnami/thanos] Fix thanos objstoreConfig and storegatewayConfigMap (#24603) ([9a0fece](https://github.com/bitnami/charts/commit/9a0fece)), closes [#24603](https://github.com/bitnami/charts/issues/24603) +* [bitnami/*] Reorder Chart sections (#24455) ([0cf4048](https://github.com/bitnami/charts/commit/0cf4048e8743f70a9753d460655bd030cbff6824)), closes [#24455](https://github.com/bitnami/charts/issues/24455) +* [bitnami/thanos] Fix thanos objstoreConfig and storegatewayConfigMap (#24603) ([9a0fece](https://github.com/bitnami/charts/commit/9a0fece43caabdd9fe4de507cf2197945b04ac6d)), closes [#24603](https://github.com/bitnami/charts/issues/24603) ## 14.0.1 (2024-03-15) -* [bitnami/thanos] Fine-granted checksum calculation for deployment re-trigger (#24014) ([7469e43](https://github.com/bitnami/charts/commit/7469e43)), closes [#24014](https://github.com/bitnami/charts/issues/24014) +* [bitnami/thanos] Fine-granted checksum calculation for deployment re-trigger (#24014) ([7469e43](https://github.com/bitnami/charts/commit/7469e4332b74ca204779e1cc78aced092ed2a151)), closes [#24014](https://github.com/bitnami/charts/issues/24014) ## 14.0.0 (2024-03-15) -* [bitnami/thanos] Update bundled MinIO (#24477) ([8dbd383](https://github.com/bitnami/charts/commit/8dbd383)), closes [#24477](https://github.com/bitnami/charts/issues/24477) +* [bitnami/thanos] Update bundled MinIO (#24477) ([8dbd383](https://github.com/bitnami/charts/commit/8dbd383e946b2d1617088ab6e1374e48ac6b836f)), closes [#24477](https://github.com/bitnami/charts/issues/24477) ## 13.4.1 (2024-03-07) -* [bitnami/thanos] Release 13.4.1 updating components versions (#24231) ([57995fd](https://github.com/bitnami/charts/commit/57995fd)), closes [#24231](https://github.com/bitnami/charts/issues/24231) +* [bitnami/thanos] Release 13.4.1 updating components versions (#24231) ([57995fd](https://github.com/bitnami/charts/commit/57995fda1955b8522aef555be38a6f32c9cb1bec)), closes [#24231](https://github.com/bitnami/charts/issues/24231) ## 13.4.0 (2024-03-06) -* [bitnami/thanos] feat: :sparkles: :lock: Add automatic adaptation for Openshift restricted-v2 SCC (# ([8583f41](https://github.com/bitnami/charts/commit/8583f41)), closes [#24161](https://github.com/bitnami/charts/issues/24161) +* [bitnami/thanos] feat: :sparkles: :lock: Add automatic adaptation for Openshift restricted-v2 SCC (# ([8583f41](https://github.com/bitnami/charts/commit/8583f4143786afcc075da5034aa5c2ec7e15cd04)), closes [#24161](https://github.com/bitnami/charts/issues/24161) ## 13.3.0 (2024-03-01) -* [bitnami/thanos] feat: :sparkles: :lock: Add runAsGroup (#23995) ([0011046](https://github.com/bitnami/charts/commit/0011046)), closes [#23995](https://github.com/bitnami/charts/issues/23995) +* [bitnami/thanos] feat: :sparkles: :lock: Add runAsGroup (#23995) ([0011046](https://github.com/bitnami/charts/commit/0011046d93a73e736f7e87a8bd154d85a02818b9)), closes [#23995](https://github.com/bitnami/charts/issues/23995) ## 13.2.2 (2024-02-22) -* [bitnami/thanos] Release 13.2.2 updating components versions (#23833) ([4440601](https://github.com/bitnami/charts/commit/4440601)), closes [#23833](https://github.com/bitnami/charts/issues/23833) +* [bitnami/thanos] Release 13.2.2 updating components versions (#23833) ([4440601](https://github.com/bitnami/charts/commit/4440601576022526f79ff6a465fb49b7466d6d3d)), closes [#23833](https://github.com/bitnami/charts/issues/23833) ## 13.2.1 (2024-02-21) -* [bitnami/thanos] Release 13.2.1 updating components versions (#23699) ([e2491f9](https://github.com/bitnami/charts/commit/e2491f9)), closes [#23699](https://github.com/bitnami/charts/issues/23699) +* [bitnami/thanos] Release 13.2.1 updating components versions (#23699) ([e2491f9](https://github.com/bitnami/charts/commit/e2491f9a573e99bd53cc716a532b0bc77b51a30a)), closes [#23699](https://github.com/bitnami/charts/issues/23699) ## 13.2.0 (2024-02-20) -* [bitnami/*] Bump all versions (#23602) ([b70ee2a](https://github.com/bitnami/charts/commit/b70ee2a)), closes [#23602](https://github.com/bitnami/charts/issues/23602) +* [bitnami/*] Bump all versions (#23602) ([b70ee2a](https://github.com/bitnami/charts/commit/b70ee2a30e4dc256bf0ac52928fb2fa7a70f049b)), closes [#23602](https://github.com/bitnami/charts/issues/23602) ## 13.1.0 (2024-02-16) -* [bitnami/thanos] feat: :sparkles: :lock: Add resource preset support (#23527) ([1c268f3](https://github.com/bitnami/charts/commit/1c268f3)), closes [#23527](https://github.com/bitnami/charts/issues/23527) +* [bitnami/thanos] feat: :sparkles: :lock: Add resource preset support (#23527) ([1c268f3](https://github.com/bitnami/charts/commit/1c268f39961df62312784eea2706745609ee709e)), closes [#23527](https://github.com/bitnami/charts/issues/23527) ## 13.0.0 (2024-02-14) -* [bitnami/thanos] feat!: :recycle: :lock: Refactor and enable NetworkPolicy by default (#22687) ([89643fd](https://github.com/bitnami/charts/commit/89643fd)), closes [#22687](https://github.com/bitnami/charts/issues/22687) +* [bitnami/thanos] feat!: :recycle: :lock: Refactor and enable NetworkPolicy by default (#22687) ([89643fd](https://github.com/bitnami/charts/commit/89643fd81ae204769f436ebd8b9c6ccafd8a897c)), closes [#22687](https://github.com/bitnami/charts/issues/22687) ## 12.23.2 (2024-02-07) -* [bitnami/thanos] Release 12.23.2 updating components versions (#23279) ([f03c904](https://github.com/bitnami/charts/commit/f03c904)), closes [#23279](https://github.com/bitnami/charts/issues/23279) +* [bitnami/thanos] Release 12.23.2 updating components versions (#23279) ([f03c904](https://github.com/bitnami/charts/commit/f03c9046d065ef862ce331c48bd4b6d98962b980)), closes [#23279](https://github.com/bitnami/charts/issues/23279) ## 12.23.1 (2024-02-03) -* [bitnami/thanos] Release 12.23.1 updating components versions (#23145) ([7cccb85](https://github.com/bitnami/charts/commit/7cccb85)), closes [#23145](https://github.com/bitnami/charts/issues/23145) +* [bitnami/thanos] Release 12.23.1 updating components versions (#23145) ([7cccb85](https://github.com/bitnami/charts/commit/7cccb85054c219531873a252d65dcf76a5724b13)), closes [#23145](https://github.com/bitnami/charts/issues/23145) ## 12.23.0 (2024-01-29) -* [bitnami/thanos] feat: Option to enable ephemeral persistent volume for compactor (#22808) ([055c8ed](https://github.com/bitnami/charts/commit/055c8ed)), closes [#22808](https://github.com/bitnami/charts/issues/22808) -* [bitnami/thanos] Fix revisionHistoryLimit for thanos storegateway (#22751) ([bc4b1dc](https://github.com/bitnami/charts/commit/bc4b1dc)), closes [#22751](https://github.com/bitnami/charts/issues/22751) +* [bitnami/thanos] feat: Option to enable ephemeral persistent volume for compactor (#22808) ([055c8ed](https://github.com/bitnami/charts/commit/055c8ede101dfef77e235dbc109f9982dbfa4e4a)), closes [#22808](https://github.com/bitnami/charts/issues/22808) +* [bitnami/thanos] Fix revisionHistoryLimit for thanos storegateway (#22751) ([bc4b1dc](https://github.com/bitnami/charts/commit/bc4b1dcd3ba113f5a1e75b6a65ba522acc241dc5)), closes [#22751](https://github.com/bitnami/charts/issues/22751) ## 12.22.1 (2024-01-27) -* [bitnami/thanos] Release 12.22.1 updating components versions (#22803) ([dc6bce1](https://github.com/bitnami/charts/commit/dc6bce1)), closes [#22803](https://github.com/bitnami/charts/issues/22803) +* [bitnami/thanos] Release 12.22.1 updating components versions (#22803) ([dc6bce1](https://github.com/bitnami/charts/commit/dc6bce1cf0b1087b9512510f2305db1c06bbe38e)), closes [#22803](https://github.com/bitnami/charts/issues/22803) ## 12.22.0 (2024-01-26) -* [bitnami/*] Move documentation sections from docs.bitnami.com back to the README (#22203) ([7564f36](https://github.com/bitnami/charts/commit/7564f36)), closes [#22203](https://github.com/bitnami/charts/issues/22203) -* [bitnami/thanos] Add revisionHistoryLimit option for each component (#22698) ([0413c10](https://github.com/bitnami/charts/commit/0413c10)), closes [#22698](https://github.com/bitnami/charts/issues/22698) +* [bitnami/*] Move documentation sections from docs.bitnami.com back to the README (#22203) ([7564f36](https://github.com/bitnami/charts/commit/7564f36ca1e95ff30ee686652b7ab8690561a707)), closes [#22203](https://github.com/bitnami/charts/issues/22203) +* [bitnami/thanos] Add revisionHistoryLimit option for each component (#22698) ([0413c10](https://github.com/bitnami/charts/commit/0413c1076edae7ac3fbeb0f0603d87aab1d82ef9)), closes [#22698](https://github.com/bitnami/charts/issues/22698) ## 12.21.2 (2024-01-24) -* [bitnami/thanos] fix: :bug: Set seLinuxOptions to null for Openshift compatibility (#22664) ([38e9c47](https://github.com/bitnami/charts/commit/38e9c47)), closes [#22664](https://github.com/bitnami/charts/issues/22664) -* [thanos]: Add labels option for query service GRPC (#22228) ([325f583](https://github.com/bitnami/charts/commit/325f583)), closes [#22228](https://github.com/bitnami/charts/issues/22228) +* [bitnami/thanos] fix: :bug: Set seLinuxOptions to null for Openshift compatibility (#22664) ([38e9c47](https://github.com/bitnami/charts/commit/38e9c47af91e58a55a3b7c180ccb57a144e7d20f)), closes [#22664](https://github.com/bitnami/charts/issues/22664) +* [thanos]: Add labels option for query service GRPC (#22228) ([325f583](https://github.com/bitnami/charts/commit/325f583a3beb40e1c1c45d166a29795fd954d848)), closes [#22228](https://github.com/bitnami/charts/issues/22228) ## 12.21.1 (2024-01-18) -* [bitnami/thanos] Release 12.21.1 updating components versions (#22343) ([106af76](https://github.com/bitnami/charts/commit/106af76)), closes [#22343](https://github.com/bitnami/charts/issues/22343) +* [bitnami/thanos] Release 12.21.1 updating components versions (#22343) ([106af76](https://github.com/bitnami/charts/commit/106af76630710ca7b45f7165de2762c6f30cec5a)), closes [#22343](https://github.com/bitnami/charts/issues/22343) ## 12.21.0 (2024-01-16) -* [bitnami/thanos] fix: :lock: Improve podSecurityContext and containerSecurityContext with essential ([c6fc750](https://github.com/bitnami/charts/commit/c6fc750)), closes [#22195](https://github.com/bitnami/charts/issues/22195) +* [bitnami/thanos] fix: :lock: Improve podSecurityContext and containerSecurityContext with essential ([c6fc750](https://github.com/bitnami/charts/commit/c6fc75052a88888c73af2e895d1a97665f3aca5d)), closes [#22195](https://github.com/bitnami/charts/issues/22195) ## 12.20.4 (2024-01-15) -* [bitnami/thanos] fix: :lock: Do not use the default service account (#22031) ([5ba6305](https://github.com/bitnami/charts/commit/5ba6305)), closes [#22031](https://github.com/bitnami/charts/issues/22031) +* [bitnami/thanos] fix: :lock: Do not use the default service account (#22031) ([5ba6305](https://github.com/bitnami/charts/commit/5ba630571f3655e561403e6648cad6f9d82451c2)), closes [#22031](https://github.com/bitnami/charts/issues/22031) ## 12.20.3 (2024-01-12) -* [bitnami/*] Fix ref links (in comments) (#21822) ([e4fa296](https://github.com/bitnami/charts/commit/e4fa296)), closes [#21822](https://github.com/bitnami/charts/issues/21822) -* [bitnami/thanos] Release 12.20.3 updating components versions (#22010) ([af1b1c9](https://github.com/bitnami/charts/commit/af1b1c9)), closes [#22010](https://github.com/bitnami/charts/issues/22010) +* [bitnami/*] Fix ref links (in comments) (#21822) ([e4fa296](https://github.com/bitnami/charts/commit/e4fa296106b225cf8c82445727c675c7c725e380)), closes [#21822](https://github.com/bitnami/charts/issues/21822) +* [bitnami/thanos] Release 12.20.3 updating components versions (#22010) ([af1b1c9](https://github.com/bitnami/charts/commit/af1b1c9f529eb50b47ad043b8da5df71b4f6eaa6)), closes [#22010](https://github.com/bitnami/charts/issues/22010) ## 12.20.2 (2024-01-10) -* [bitnami/*] Fix docs.bitnami.com broken links (#21901) ([f35506d](https://github.com/bitnami/charts/commit/f35506d)), closes [#21901](https://github.com/bitnami/charts/issues/21901) -* [bitnami/*] Update copyright: Year and company (#21815) ([6c4bf75](https://github.com/bitnami/charts/commit/6c4bf75)), closes [#21815](https://github.com/bitnami/charts/issues/21815) -* [bitnami/thanos] Release 12.20.2 updating components versions (#21972) ([d6544fb](https://github.com/bitnami/charts/commit/d6544fb)), closes [#21972](https://github.com/bitnami/charts/issues/21972) +* [bitnami/*] Fix docs.bitnami.com broken links (#21901) ([f35506d](https://github.com/bitnami/charts/commit/f35506d2dadee4f097986e7792df1f53ab215b5d)), closes [#21901](https://github.com/bitnami/charts/issues/21901) +* [bitnami/*] Update copyright: Year and company (#21815) ([6c4bf75](https://github.com/bitnami/charts/commit/6c4bf75dec58fc7c9aee9f089777b1a858c17d5b)), closes [#21815](https://github.com/bitnami/charts/issues/21815) +* [bitnami/thanos] Release 12.20.2 updating components versions (#21972) ([d6544fb](https://github.com/bitnami/charts/commit/d6544fb56c081bc2a31ba28e92d39026f8f5d754)), closes [#21972](https://github.com/bitnami/charts/issues/21972) ## 12.20.1 (2023-12-21) -* [bitnami/thanos]: Removing replicas in storegateway in sharded mode when autoscaling is enabled (#21 ([fcb2dbb](https://github.com/bitnami/charts/commit/fcb2dbb)), closes [#21515](https://github.com/bitnami/charts/issues/21515) +* [bitnami/thanos]: Removing replicas in storegateway in sharded mode when autoscaling is enabled (#21 ([fcb2dbb](https://github.com/bitnami/charts/commit/fcb2dbb0a0641d90d8d7f376ca21751253f81bf9)), closes [#21515](https://github.com/bitnami/charts/issues/21515) ## 12.20.0 (2023-12-19) -* [bitnami/thanos] Add Configurability for runbookUrl Parameter (#21628) ([83d8843](https://github.com/bitnami/charts/commit/83d8843)), closes [#21628](https://github.com/bitnami/charts/issues/21628) +* [bitnami/thanos] Add Configurability for runbookUrl Parameter (#21628) ([83d8843](https://github.com/bitnami/charts/commit/83d8843f90292dbd1e8130cc216f2d70e2a311fa)), closes [#21628](https://github.com/bitnami/charts/issues/21628) ## 12.19.1 (2023-12-19) -* [bitnami/thanos] Release 12.19.1 updating components versions (#21645) ([e21d642](https://github.com/bitnami/charts/commit/e21d642)), closes [#21645](https://github.com/bitnami/charts/issues/21645) +* [bitnami/thanos] Release 12.19.1 updating components versions (#21645) ([e21d642](https://github.com/bitnami/charts/commit/e21d642701b693661336c30efc3750bf2bfd32b7)), closes [#21645](https://github.com/bitnami/charts/issues/21645) ## 12.19.0 (2023-12-19) -* [bitnami/thanos] Add minReadySeconds to Thanos Receive (#21583) ([0c325af](https://github.com/bitnami/charts/commit/0c325af)), closes [#21583](https://github.com/bitnami/charts/issues/21583) +* [bitnami/thanos] Add minReadySeconds to Thanos Receive (#21583) ([0c325af](https://github.com/bitnami/charts/commit/0c325af7a1101bac2d1c05f91354208e6095ae69)), closes [#21583](https://github.com/bitnami/charts/issues/21583) ## 12.18.0 (2023-12-13) -* [bitnami/thanos] Implement tpl for ingress hostname/extraTls (#21351) ([daa7324](https://github.com/bitnami/charts/commit/daa7324)), closes [#21351](https://github.com/bitnami/charts/issues/21351) +* [bitnami/thanos] Implement tpl for ingress hostname/extraTls (#21351) ([daa7324](https://github.com/bitnami/charts/commit/daa73246213ebcc2e346e973882b3ef86d6c1a30)), closes [#21351](https://github.com/bitnami/charts/issues/21351) ## 12.17.0 (2023-12-11) -* [bitnami/thanos] feat: expose compactor cronjob ttlSecondsAfterFinished (#21411) ([d2a41e2](https://github.com/bitnami/charts/commit/d2a41e2)), closes [#21411](https://github.com/bitnami/charts/issues/21411) +* [bitnami/thanos] feat: expose compactor cronjob ttlSecondsAfterFinished (#21411) ([d2a41e2](https://github.com/bitnami/charts/commit/d2a41e2527d3d7fff73aee990bf1fc0f85d2599c)), closes [#21411](https://github.com/bitnami/charts/issues/21411) ## 12.16.2 (2023-12-07) -* [bitnami/thanos] Release 12.16.2 updating components versions (#21436) ([f1d93a5](https://github.com/bitnami/charts/commit/f1d93a5)), closes [#21436](https://github.com/bitnami/charts/issues/21436) +* [bitnami/thanos] Release 12.16.2 updating components versions (#21436) ([f1d93a5](https://github.com/bitnami/charts/commit/f1d93a57c2e6702beb513584c02d01975e97c6e3)), closes [#21436](https://github.com/bitnami/charts/issues/21436) ## 12.16.1 (2023-11-21) -* [bitnami/*] Rename solutions to "Bitnami package for ..." (#21038) ([b82f979](https://github.com/bitnami/charts/commit/b82f979)), closes [#21038](https://github.com/bitnami/charts/issues/21038) -* [bitnami/thanos] Release 12.16.1 updating components versions (#21180) ([1d867ec](https://github.com/bitnami/charts/commit/1d867ec)), closes [#21180](https://github.com/bitnami/charts/issues/21180) +* [bitnami/*] Rename solutions to "Bitnami package for ..." (#21038) ([b82f979](https://github.com/bitnami/charts/commit/b82f979e4fb63423fe6e2192c946d09d79c944fc)), closes [#21038](https://github.com/bitnami/charts/issues/21038) +* [bitnami/thanos] Release 12.16.1 updating components versions (#21180) ([1d867ec](https://github.com/bitnami/charts/commit/1d867eccd555c1ceacb35efa2c4e6073da603b93)), closes [#21180](https://github.com/bitnami/charts/issues/21180) ## 12.16.0 (2023-11-20) -* [bitnami/*] Remove relative links to non-README sections, add verification for that and update TL;DR ([1103633](https://github.com/bitnami/charts/commit/1103633)), closes [#20967](https://github.com/bitnami/charts/issues/20967) -* [bitnami/thanos] feat: add generic ephemeral volume option for compactor (#21030) ([5f9344f](https://github.com/bitnami/charts/commit/5f9344f)), closes [#21030](https://github.com/bitnami/charts/issues/21030) +* [bitnami/*] Remove relative links to non-README sections, add verification for that and update TL;DR ([1103633](https://github.com/bitnami/charts/commit/11036334d82df0490aa4abdb591543cab6cf7d7f)), closes [#20967](https://github.com/bitnami/charts/issues/20967) +* [bitnami/thanos] feat: add generic ephemeral volume option for compactor (#21030) ([5f9344f](https://github.com/bitnami/charts/commit/5f9344fd22a0fda31af0b6f8cff3441faea294f8)), closes [#21030](https://github.com/bitnami/charts/issues/21030) ## 12.15.0 (2023-11-10) -* [bitnami/thanos] Automatically apply query-frontend's ingress hostname to alert.queryURL (#20795) ([fe05d92](https://github.com/bitnami/charts/commit/fe05d92)), closes [#20795](https://github.com/bitnami/charts/issues/20795) +* [bitnami/thanos] Automatically apply query-frontend's ingress hostname to alert.queryURL (#20795) ([fe05d92](https://github.com/bitnami/charts/commit/fe05d92bdc633d238cd72a20be9f473d74e5ef82)), closes [#20795](https://github.com/bitnami/charts/issues/20795) ## 12.14.2 (2023-11-09) -* [bitnami/thanos] Release 12.14.2 updating components versions (#20831) ([f017cfa](https://github.com/bitnami/charts/commit/f017cfa)), closes [#20831](https://github.com/bitnami/charts/issues/20831) +* [bitnami/thanos] Release 12.14.2 updating components versions (#20831) ([f017cfa](https://github.com/bitnami/charts/commit/f017cfaeb6fd916e62ab36052d83d16779603d84)), closes [#20831](https://github.com/bitnami/charts/issues/20831) ## 12.14.1 (2023-11-08) -* [bitnami/thanos] Release 12.14.1 updating components versions (#20788) ([8560811](https://github.com/bitnami/charts/commit/8560811)), closes [#20788](https://github.com/bitnami/charts/issues/20788) +* [bitnami/thanos] Release 12.14.1 updating components versions (#20788) ([8560811](https://github.com/bitnami/charts/commit/8560811fd597b79f2708029ba83f4c657bf6e026)), closes [#20788](https://github.com/bitnami/charts/issues/20788) ## 12.14.0 (2023-11-07) -* [bitnami/thanos] feat: :sparkles: Add support for PSA restricted policy (#20553) ([af354f2](https://github.com/bitnami/charts/commit/af354f2)), closes [#20553](https://github.com/bitnami/charts/issues/20553) +* [bitnami/thanos] feat: :sparkles: Add support for PSA restricted policy (#20553) ([af354f2](https://github.com/bitnami/charts/commit/af354f22eb682e86100481fe6501f21a63b612fd)), closes [#20553](https://github.com/bitnami/charts/issues/20553) ## 12.13.13 (2023-10-25) -* [bitnami/*] Rename VMware Application Catalog (#20361) ([3acc734](https://github.com/bitnami/charts/commit/3acc734)), closes [#20361](https://github.com/bitnami/charts/issues/20361) -* [bitnami/*] Skip image's tag in the README files of the Bitnami Charts (#19841) ([bb9a01b](https://github.com/bitnami/charts/commit/bb9a01b)), closes [#19841](https://github.com/bitnami/charts/issues/19841) -* [bitnami/*] Standardize documentation (#19835) ([af5f753](https://github.com/bitnami/charts/commit/af5f753)), closes [#19835](https://github.com/bitnami/charts/issues/19835) -* [bitnami/thanos] Fix dup common labels in the query pdb (#20340) ([f762fd2](https://github.com/bitnami/charts/commit/f762fd2)), closes [#20340](https://github.com/bitnami/charts/issues/20340) +* [bitnami/*] Rename VMware Application Catalog (#20361) ([3acc734](https://github.com/bitnami/charts/commit/3acc73472beb6fb56c4d99f929061001205bc57e)), closes [#20361](https://github.com/bitnami/charts/issues/20361) +* [bitnami/*] Skip image's tag in the README files of the Bitnami Charts (#19841) ([bb9a01b](https://github.com/bitnami/charts/commit/bb9a01b65911c87e48318db922cc05eb42785e42)), closes [#19841](https://github.com/bitnami/charts/issues/19841) +* [bitnami/*] Standardize documentation (#19835) ([af5f753](https://github.com/bitnami/charts/commit/af5f7530c1bc8c5ded53a6c4f7b8f384ac1804f2)), closes [#19835](https://github.com/bitnami/charts/issues/19835) +* [bitnami/thanos] Fix dup common labels in the query pdb (#20340) ([f762fd2](https://github.com/bitnami/charts/commit/f762fd262486763abde7ee266c6c8842e2e89e34)), closes [#20340](https://github.com/bitnami/charts/issues/20340) ## 12.13.12 (2023-10-19) -* [bitnami/thanos] Release 12.13.12 (#20320) ([71d96f9](https://github.com/bitnami/charts/commit/71d96f9)), closes [#20320](https://github.com/bitnami/charts/issues/20320) +* [bitnami/thanos] Release 12.13.12 (#20320) ([71d96f9](https://github.com/bitnami/charts/commit/71d96f9d5195e4e078c44be19af9f75488273342)), closes [#20320](https://github.com/bitnami/charts/issues/20320) ## 12.13.11 (2023-10-12) -* [bitnami/thanos] Release 12.13.11 (#20194) ([1071560](https://github.com/bitnami/charts/commit/1071560)), closes [#20194](https://github.com/bitnami/charts/issues/20194) +* [bitnami/thanos] Release 12.13.11 (#20194) ([1071560](https://github.com/bitnami/charts/commit/1071560d20309c22dec92a31bbc0a8fadef4ac61)), closes [#20194](https://github.com/bitnami/charts/issues/20194) ## 12.13.10 (2023-10-11) -* [bitnami/thanos] Release 12.13.10 (#20065) ([ff73e64](https://github.com/bitnami/charts/commit/ff73e64)), closes [#20065](https://github.com/bitnami/charts/issues/20065) +* [bitnami/thanos] Release 12.13.10 (#20065) ([ff73e64](https://github.com/bitnami/charts/commit/ff73e649429cdc525641ae1896a4c6f533c3024d)), closes [#20065](https://github.com/bitnami/charts/issues/20065) ## 12.13.9 (2023-10-10) -* [bitnami/thanos] Release 12.13.9 (#19988) ([23fc196](https://github.com/bitnami/charts/commit/23fc196)), closes [#19988](https://github.com/bitnami/charts/issues/19988) +* [bitnami/thanos] Release 12.13.9 (#19988) ([23fc196](https://github.com/bitnami/charts/commit/23fc196e2d126b19a5b4f9842c9adcb7082cecf1)), closes [#19988](https://github.com/bitnami/charts/issues/19988) ## 12.13.8 (2023-10-10) -* [bitnami/*] Update Helm charts prerequisites (#19745) ([eb755dd](https://github.com/bitnami/charts/commit/eb755dd)), closes [#19745](https://github.com/bitnami/charts/issues/19745) -* [bitnami/thanos] Release 12.13.8 (#19944) ([0b59eb2](https://github.com/bitnami/charts/commit/0b59eb2)), closes [#19944](https://github.com/bitnami/charts/issues/19944) +* [bitnami/*] Update Helm charts prerequisites (#19745) ([eb755dd](https://github.com/bitnami/charts/commit/eb755dd36a4dd3cf6635be8e0598f9a7f4c4a554)), closes [#19745](https://github.com/bitnami/charts/issues/19745) +* [bitnami/thanos] Release 12.13.8 (#19944) ([0b59eb2](https://github.com/bitnami/charts/commit/0b59eb26cb0d7065ef0e7e2c299b8028e8e5e38a)), closes [#19944](https://github.com/bitnami/charts/issues/19944) ## 12.13.7 (2023-10-04) -* [bitnami/thanos] Release 12.13.7 (#19753) ([b2abc7a](https://github.com/bitnami/charts/commit/b2abc7a)), closes [#19753](https://github.com/bitnami/charts/issues/19753) +* [bitnami/thanos] Release 12.13.7 (#19753) ([b2abc7a](https://github.com/bitnami/charts/commit/b2abc7ac688e76039f66ef9dc3eeab717dbb2ada)), closes [#19753](https://github.com/bitnami/charts/issues/19753) ## 12.13.6 (2023-10-02) -* [bitnami/thanos] Use common capabilities for PSP (#19641) ([3bcbd9a](https://github.com/bitnami/charts/commit/3bcbd9a)), closes [#19641](https://github.com/bitnami/charts/issues/19641) +* [bitnami/thanos] Use common capabilities for PSP (#19641) ([3bcbd9a](https://github.com/bitnami/charts/commit/3bcbd9a642b41cb28529d1a284bcf5db3b3257e7)), closes [#19641](https://github.com/bitnami/charts/issues/19641) ## 12.13.5 (2023-09-20) -* [bitnami/thanos] Release 12.13.5 (#19432) ([9a0c3f9](https://github.com/bitnami/charts/commit/9a0c3f9)), closes [#19432](https://github.com/bitnami/charts/issues/19432) -* Revert "Autogenerate schema files (#19194)" (#19335) ([73d80be](https://github.com/bitnami/charts/commit/73d80be)), closes [#19194](https://github.com/bitnami/charts/issues/19194) [#19335](https://github.com/bitnami/charts/issues/19335) +* [bitnami/thanos] Release 12.13.5 (#19432) ([9a0c3f9](https://github.com/bitnami/charts/commit/9a0c3f91d01811b2b1b101d0e1d6e09fd401834e)), closes [#19432](https://github.com/bitnami/charts/issues/19432) +* Revert "Autogenerate schema files (#19194)" (#19335) ([73d80be](https://github.com/bitnami/charts/commit/73d80be525c88fb4b8a54451a55acd506e337062)), closes [#19194](https://github.com/bitnami/charts/issues/19194) [#19335](https://github.com/bitnami/charts/issues/19335) ## 12.13.4 (2023-09-18) -* [bitnami/thanos] Fix line break issue with serviceMonitor selector labels (#19286) ([c4e23e0](https://github.com/bitnami/charts/commit/c4e23e0)), closes [#19286](https://github.com/bitnami/charts/issues/19286) -* Autogenerate schema files (#19194) ([a2c2090](https://github.com/bitnami/charts/commit/a2c2090)), closes [#19194](https://github.com/bitnami/charts/issues/19194) +* [bitnami/thanos] Fix line break issue with serviceMonitor selector labels (#19286) ([c4e23e0](https://github.com/bitnami/charts/commit/c4e23e0bed10742dfb4553773630da286c62b453)), closes [#19286](https://github.com/bitnami/charts/issues/19286) +* Autogenerate schema files (#19194) ([a2c2090](https://github.com/bitnami/charts/commit/a2c2090b5ac97f47b745c8028c6452bf99739772)), closes [#19194](https://github.com/bitnami/charts/issues/19194) ## 12.13.3 (2023-09-08) -* [bitnami/thanos]: Use merge helper (#19119) ([9f4fe77](https://github.com/bitnami/charts/commit/9f4fe77)), closes [#19119](https://github.com/bitnami/charts/issues/19119) +* [bitnami/thanos]: Use merge helper (#19119) ([9f4fe77](https://github.com/bitnami/charts/commit/9f4fe77cbfcb645d8f38a667997a8c3fbe3f6fef)), closes [#19119](https://github.com/bitnami/charts/issues/19119) ## 12.13.2 (2023-09-06) -* [bitnami/thanos] Release 12.13.2 (#19134) ([fe00bbb](https://github.com/bitnami/charts/commit/fe00bbb)), closes [#19134](https://github.com/bitnami/charts/issues/19134) +* [bitnami/thanos] Release 12.13.2 (#19134) ([fe00bbb](https://github.com/bitnami/charts/commit/fe00bbbe6724e977dd865c911f1b36b4ba6fac30)), closes [#19134](https://github.com/bitnami/charts/issues/19134) ## 12.13.1 (2023-09-01) -* [bitnami/thanos] Release 12.13.1 (#18985) ([35ad4d9](https://github.com/bitnami/charts/commit/35ad4d9)), closes [#18985](https://github.com/bitnami/charts/issues/18985) +* [bitnami/thanos] Release 12.13.1 (#18985) ([35ad4d9](https://github.com/bitnami/charts/commit/35ad4d921eebfbb1386976e77f12bd01f4a96f3f)), closes [#18985](https://github.com/bitnami/charts/issues/18985) ## 12.13.0 (2023-08-30) -* bitnami/thanos enable custom secretName for query.ingress and query.ingress.grpc (#18409) ([c78083c](https://github.com/bitnami/charts/commit/c78083c)), closes [#18409](https://github.com/bitnami/charts/issues/18409) +* bitnami/thanos enable custom secretName for query.ingress and query.ingress.grpc (#18409) ([c78083c](https://github.com/bitnami/charts/commit/c78083c946876f94b4ff66000ac9b503bb20f70a)), closes [#18409](https://github.com/bitnami/charts/issues/18409) ## 12.12.1 (2023-08-28) -* [bitnami/thanos] Release 12.12.1 (#18915) ([3edf0a1](https://github.com/bitnami/charts/commit/3edf0a1)), closes [#18915](https://github.com/bitnami/charts/issues/18915) +* [bitnami/thanos] Release 12.12.1 (#18915) ([3edf0a1](https://github.com/bitnami/charts/commit/3edf0a160cfcf5c0601c066787d69446e17b1d91)), closes [#18915](https://github.com/bitnami/charts/issues/18915) ## 12.12.0 (2023-08-28) -* [bitnami/thanos] Support for customizing standard labels (#18756) ([065a727](https://github.com/bitnami/charts/commit/065a727)), closes [#18756](https://github.com/bitnami/charts/issues/18756) +* [bitnami/thanos] Support for customizing standard labels (#18756) ([065a727](https://github.com/bitnami/charts/commit/065a7279333f6fa4b43617a2b44fb1f25b23a721)), closes [#18756](https://github.com/bitnami/charts/issues/18756) ## 12.11.4 (2023-08-24) -* [bitnami/thanos] thanos/receive/ingress.yaml: support custom portName on extraHosts (#17173) ([d81bc2c](https://github.com/bitnami/charts/commit/d81bc2c)), closes [#17173](https://github.com/bitnami/charts/issues/17173) +* [bitnami/thanos] thanos/receive/ingress.yaml: support custom portName on extraHosts (#17173) ([d81bc2c](https://github.com/bitnami/charts/commit/d81bc2c1f5f84cb04ce5d6b2b42d47317bc54a72)), closes [#17173](https://github.com/bitnami/charts/issues/17173) ## 12.11.3 (2023-08-23) -* [bitnami/thanos] Release 12.11.3 (#18820) ([dd716c2](https://github.com/bitnami/charts/commit/dd716c2)), closes [#18820](https://github.com/bitnami/charts/issues/18820) +* [bitnami/thanos] Release 12.11.3 (#18820) ([dd716c2](https://github.com/bitnami/charts/commit/dd716c2aec6be2ee3c85ee685fe086f6643cb23c)), closes [#18820](https://github.com/bitnami/charts/issues/18820) ## 12.11.2 (2023-08-21) -* [bitnami/thanos] Release 12.11.2 (#18725) ([20ea1e4](https://github.com/bitnami/charts/commit/20ea1e4)), closes [#18725](https://github.com/bitnami/charts/issues/18725) +* [bitnami/thanos] Release 12.11.2 (#18725) ([20ea1e4](https://github.com/bitnami/charts/commit/20ea1e44daf4da3438fbac5f867030d09868315b)), closes [#18725](https://github.com/bitnami/charts/issues/18725) ## 12.11.1 (2023-08-17) -* [bitnami/thanos] Release 12.11.1 (#18494) ([29cf2a1](https://github.com/bitnami/charts/commit/29cf2a1)), closes [#18494](https://github.com/bitnami/charts/issues/18494) +* [bitnami/thanos] Release 12.11.1 (#18494) ([29cf2a1](https://github.com/bitnami/charts/commit/29cf2a10467fa864c3471c967b379496e52b2c81)), closes [#18494](https://github.com/bitnami/charts/issues/18494) ## 12.11.0 (2023-08-09) -* [bitnami/thanos] Allow customizing the thanos-sidecar's job name in prometheus alerts (#18140) ([7c285a8](https://github.com/bitnami/charts/commit/7c285a8)), closes [#18140](https://github.com/bitnami/charts/issues/18140) +* [bitnami/thanos] Allow customizing the thanos-sidecar's job name in prometheus alerts (#18140) ([7c285a8](https://github.com/bitnami/charts/commit/7c285a8173a3cb572c2f6002dd67b6e08c111c48)), closes [#18140](https://github.com/bitnami/charts/issues/18140) ## 12.10.1 (2023-07-31) -* [bitnami/thanos] Add ServiceMonitor labels for receive-headless service (#17685) ([50a6bb3](https://github.com/bitnami/charts/commit/50a6bb3)), closes [#17685](https://github.com/bitnami/charts/issues/17685) +* [bitnami/thanos] Add ServiceMonitor labels for receive-headless service (#17685) ([50a6bb3](https://github.com/bitnami/charts/commit/50a6bb3cd0aca85c18aad13968df33d6992fa593)), closes [#17685](https://github.com/bitnami/charts/issues/17685) ## 12.10.0 (2023-07-31) -* add dnsPolicy support in query deployment (#17520) ([769740a](https://github.com/bitnami/charts/commit/769740a)), closes [#17520](https://github.com/bitnami/charts/issues/17520) +* add dnsPolicy support in query deployment (#17520) ([769740a](https://github.com/bitnami/charts/commit/769740a31b25ff9497ae6ff32d5089a9bfbbceb6)), closes [#17520](https://github.com/bitnami/charts/issues/17520) ## 12.9.1 (2023-07-26) -* [bitnami/thanos] Release 12.9.1 (#17960) ([4047bb4](https://github.com/bitnami/charts/commit/4047bb4)), closes [#17960](https://github.com/bitnami/charts/issues/17960) +* [bitnami/thanos] Release 12.9.1 (#17960) ([4047bb4](https://github.com/bitnami/charts/commit/4047bb43e957fa3079617b1db6ce7bf9fb470c1d)), closes [#17960](https://github.com/bitnami/charts/issues/17960) ## 12.9.0 (2023-07-25) -* [bitnami/thanos] Add support for custom receiver statfulset labels (#17849) ([da889f4](https://github.com/bitnami/charts/commit/da889f4)), closes [#17849](https://github.com/bitnami/charts/issues/17849) +* [bitnami/thanos] Add support for custom receiver statfulset labels (#17849) ([da889f4](https://github.com/bitnami/charts/commit/da889f4ad3a11b3f60413c5ae0aeec4ec0b358e3)), closes [#17849](https://github.com/bitnami/charts/issues/17849) ## 12.8.6 (2023-07-19) -* [bitnami/thanos] Allow template expressions in extraFlags (#17345) ([1cbe931](https://github.com/bitnami/charts/commit/1cbe931)), closes [#17345](https://github.com/bitnami/charts/issues/17345) +* [bitnami/thanos] Allow template expressions in extraFlags (#17345) ([1cbe931](https://github.com/bitnami/charts/commit/1cbe9317162070c12b0946240fdf5aec22bf536a)), closes [#17345](https://github.com/bitnami/charts/issues/17345) ## 12.8.5 (2023-07-17) -* [bitnami/thanos] Release 12.8.5 (#17740) ([2472b4f](https://github.com/bitnami/charts/commit/2472b4f)), closes [#17740](https://github.com/bitnami/charts/issues/17740) +* [bitnami/thanos] Release 12.8.5 (#17740) ([2472b4f](https://github.com/bitnami/charts/commit/2472b4fb22d19096a65843e019d7315cd6dd8464)), closes [#17740](https://github.com/bitnami/charts/issues/17740) ## 12.8.4 (2023-07-13) -* [bitnami/thanos] Release 12.8.4 (#17682) ([04864c1](https://github.com/bitnami/charts/commit/04864c1)), closes [#17682](https://github.com/bitnami/charts/issues/17682) -* Add copyright header (#17300) ([da68be8](https://github.com/bitnami/charts/commit/da68be8)), closes [#17300](https://github.com/bitnami/charts/issues/17300) -* Fix rule config (#17111) ([df77c5d](https://github.com/bitnami/charts/commit/df77c5d)), closes [#17111](https://github.com/bitnami/charts/issues/17111) +* [bitnami/thanos] Release 12.8.4 (#17682) ([04864c1](https://github.com/bitnami/charts/commit/04864c1c70e7e26e5f70cc7d55c304f9dba5dbb8)), closes [#17682](https://github.com/bitnami/charts/issues/17682) +* Add copyright header (#17300) ([da68be8](https://github.com/bitnami/charts/commit/da68be8e951225133c7dfb572d5101ca3d61c5ae)), closes [#17300](https://github.com/bitnami/charts/issues/17300) +* Fix rule config (#17111) ([df77c5d](https://github.com/bitnami/charts/commit/df77c5d0688254aa0595f58a2967f7ddd353b8df)), closes [#17111](https://github.com/bitnami/charts/issues/17111) ## 12.8.3 (2023-06-22) -* [bitnami/thanos] Release 12.8.3 (#17305) ([d8d3b05](https://github.com/bitnami/charts/commit/d8d3b05)), closes [#17305](https://github.com/bitnami/charts/issues/17305) +* [bitnami/thanos] Release 12.8.3 (#17305) ([d8d3b05](https://github.com/bitnami/charts/commit/d8d3b05b2effe97afabe03eb0935fbd518315a6b)), closes [#17305](https://github.com/bitnami/charts/issues/17305) ## 12.8.2 (2023-06-21) -* [bitnami/thanos] Release 12.8.2 (#17284) ([ac5606e](https://github.com/bitnami/charts/commit/ac5606e)), closes [#17284](https://github.com/bitnami/charts/issues/17284) -* [bitnami/thanos] Remove namespace field for cluster wide resources (#17260) ([99bad99](https://github.com/bitnami/charts/commit/99bad99)), closes [#17260](https://github.com/bitnami/charts/issues/17260) -* Update charts readme (#17217) ([31b3c0a](https://github.com/bitnami/charts/commit/31b3c0a)), closes [#17217](https://github.com/bitnami/charts/issues/17217) +* [bitnami/thanos] Release 12.8.2 (#17284) ([ac5606e](https://github.com/bitnami/charts/commit/ac5606ef66aeded0e321ee1d561b0f3f2f7ce133)), closes [#17284](https://github.com/bitnami/charts/issues/17284) +* [bitnami/thanos] Remove namespace field for cluster wide resources (#17260) ([99bad99](https://github.com/bitnami/charts/commit/99bad997c437f58902644dd95c9ca30758f2111d)), closes [#17260](https://github.com/bitnami/charts/issues/17260) +* Update charts readme (#17217) ([31b3c0a](https://github.com/bitnami/charts/commit/31b3c0afd968ff4429107e34101f7509e6a0e913)), closes [#17217](https://github.com/bitnami/charts/issues/17217) ## 12.8.1 (2023-06-21) -* [bitnami/thanos] Release 12.8.1 (#17280) ([ad18684](https://github.com/bitnami/charts/commit/ad18684)), closes [#17280](https://github.com/bitnami/charts/issues/17280) +* [bitnami/thanos] Release 12.8.1 (#17280) ([ad18684](https://github.com/bitnami/charts/commit/ad186841cd225ea9dc98285e2c92039af1b63211)), closes [#17280](https://github.com/bitnami/charts/issues/17280) ## 12.8.0 (2023-06-20) -* [bitnami/thanos] Exclude headless services from serviceMonitor (#17118) ([55acf31](https://github.com/bitnami/charts/commit/55acf31)), closes [#17118](https://github.com/bitnami/charts/issues/17118) +* [bitnami/thanos] Exclude headless services from serviceMonitor (#17118) ([55acf31](https://github.com/bitnami/charts/commit/55acf31b0ec4fadc0dbed77124ddc9a98d2fe625)), closes [#17118](https://github.com/bitnami/charts/issues/17118) ## 12.7.0 (2023-06-19) -* [bitnami/thanos] Add labels for Thanos Compactor PVC (#17171) ([0d90bba](https://github.com/bitnami/charts/commit/0d90bba)), closes [#17171](https://github.com/bitnami/charts/issues/17171) +* [bitnami/thanos] Add labels for Thanos Compactor PVC (#17171) ([0d90bba](https://github.com/bitnami/charts/commit/0d90bba5d33c24b5029603e70d4624aa81f1ec31)), closes [#17171](https://github.com/bitnami/charts/issues/17171) ## 12.6.3 (2023-06-13) -* [bitnami/*] Change copyright section in READMEs (#17006) ([ef986a1](https://github.com/bitnami/charts/commit/ef986a1)), closes [#17006](https://github.com/bitnami/charts/issues/17006) -* [bitnami/several] Change copyright section in READMEs (#16989) ([5b6a5cf](https://github.com/bitnami/charts/commit/5b6a5cf)), closes [#16989](https://github.com/bitnami/charts/issues/16989) -* [bitnami/thanos]: conditionals for compactor cronjob (#16898) ([90b290b](https://github.com/bitnami/charts/commit/90b290b)), closes [#16898](https://github.com/bitnami/charts/issues/16898) [bitnami/charts#16742](https://github.com/bitnami/charts/issues/16742) +* [bitnami/*] Change copyright section in READMEs (#17006) ([ef986a1](https://github.com/bitnami/charts/commit/ef986a1605241102b3dcafe9fd8089e6fc1201ad)), closes [#17006](https://github.com/bitnami/charts/issues/17006) +* [bitnami/several] Change copyright section in READMEs (#16989) ([5b6a5cf](https://github.com/bitnami/charts/commit/5b6a5cfb7625a751848a2e5cd796bd7278f406ca)), closes [#16989](https://github.com/bitnami/charts/issues/16989) +* [bitnami/thanos]: conditionals for compactor cronjob (#16898) ([90b290b](https://github.com/bitnami/charts/commit/90b290bdf4ab9200fa6f307ae4d8f9804b16cce4)), closes [#16898](https://github.com/bitnami/charts/issues/16898) [bitnami/charts#16742](https://github.com/bitnami/charts/issues/16742) ## 12.6.2 (2023-05-21) -* [bitnami/thanos] Release 12.6.2 (#16801) ([a8032e6](https://github.com/bitnami/charts/commit/a8032e6)), closes [#16801](https://github.com/bitnami/charts/issues/16801) +* [bitnami/thanos] Release 12.6.2 (#16801) ([a8032e6](https://github.com/bitnami/charts/commit/a8032e67b688c07673564a47098e586f4c26c1c6)), closes [#16801](https://github.com/bitnami/charts/issues/16801) ## 12.6.1 (2023-05-17) -* [bitnami/thanos] Added support for query-url for Thanos ruler (#16112) ([1f0028b](https://github.com/bitnami/charts/commit/1f0028b)), closes [#16112](https://github.com/bitnami/charts/issues/16112) -* Add wording for enterprise page (#16560) ([8f22774](https://github.com/bitnami/charts/commit/8f22774)), closes [#16560](https://github.com/bitnami/charts/issues/16560) +* [bitnami/thanos] Added support for query-url for Thanos ruler (#16112) ([1f0028b](https://github.com/bitnami/charts/commit/1f0028bb009582b1bddefd1a84533e4b58fd1d63)), closes [#16112](https://github.com/bitnami/charts/issues/16112) +* Add wording for enterprise page (#16560) ([8f22774](https://github.com/bitnami/charts/commit/8f2277440b976d52785ba9149762ad8620a73d1f)), closes [#16560](https://github.com/bitnami/charts/issues/16560) ## 12.6.0 (2023-05-09) -* [bitnami/several] Adapt Chart.yaml to set desired OCI annotations (#16546) ([fc9b18f](https://github.com/bitnami/charts/commit/fc9b18f)), closes [#16546](https://github.com/bitnami/charts/issues/16546) +* [bitnami/several] Adapt Chart.yaml to set desired OCI annotations (#16546) ([fc9b18f](https://github.com/bitnami/charts/commit/fc9b18f2e98805d4df629acbcde696f44f973344)), closes [#16546](https://github.com/bitnami/charts/issues/16546) ## 12.5.2 (2023-05-09) -* [bitnami/thanos] Release 12.5.2 (#16543) ([68ec23f](https://github.com/bitnami/charts/commit/68ec23f)), closes [#16543](https://github.com/bitnami/charts/issues/16543) +* [bitnami/thanos] Release 12.5.2 (#16543) ([68ec23f](https://github.com/bitnami/charts/commit/68ec23f1195fb9b171c1c5df874f5791916e4065)), closes [#16543](https://github.com/bitnami/charts/issues/16543) ## 12.5.1 (2023-05-02) -* [bitnami/thanos] Release 12.5.1 (#16334) ([9306142](https://github.com/bitnami/charts/commit/9306142)), closes [#16334](https://github.com/bitnami/charts/issues/16334) +* [bitnami/thanos] Release 12.5.1 (#16334) ([9306142](https://github.com/bitnami/charts/commit/930614258356e9de94bbd92bcb549de29b8e4fa8)), closes [#16334](https://github.com/bitnami/charts/issues/16334) ## 12.5.0 (2023-04-20) -* [bitnami/*] Make Helm charts 100% OCI (#15998) ([8841510](https://github.com/bitnami/charts/commit/8841510)), closes [#15998](https://github.com/bitnami/charts/issues/15998) +* [bitnami/*] Make Helm charts 100% OCI (#15998) ([8841510](https://github.com/bitnami/charts/commit/884151035efcbf2e1b3206e7def85511073fb57d)), closes [#15998](https://github.com/bitnami/charts/issues/15998) ## 12.4.3 (2023-04-18) -* [bitnami/thanos] Fix autoGenerated GRPC certs by using common CA (#16000) ([9c5b31b](https://github.com/bitnami/charts/commit/9c5b31b)), closes [#16000](https://github.com/bitnami/charts/issues/16000) +* [bitnami/thanos] Fix autoGenerated GRPC certs by using common CA (#16000) ([9c5b31b](https://github.com/bitnami/charts/commit/9c5b31b1c9963f7c0ca503d4b84211a19581674c)), closes [#16000](https://github.com/bitnami/charts/issues/16000) ## 12.4.2 (2023-04-03) -* [bitnami/thanos] Fix dnsConfig in sharded thanos storegateway (#15827) ([d061eac](https://github.com/bitnami/charts/commit/d061eac)), closes [#15827](https://github.com/bitnami/charts/issues/15827) +* [bitnami/thanos] Fix dnsConfig in sharded thanos storegateway (#15827) ([d061eac](https://github.com/bitnami/charts/commit/d061eace9f7060e3e565b5d1e2412361017cabf5)), closes [#15827](https://github.com/bitnami/charts/issues/15827) ## 12.4.1 (2023-04-01) -* [bitnami/thanos] Release 12.4.1 (#15901) ([76a8472](https://github.com/bitnami/charts/commit/76a8472)), closes [#15901](https://github.com/bitnami/charts/issues/15901) +* [bitnami/thanos] Release 12.4.1 (#15901) ([76a8472](https://github.com/bitnami/charts/commit/76a8472165a24354b3950c25234363bfcef4bed7)), closes [#15901](https://github.com/bitnami/charts/issues/15901) ## 12.4.0 (2023-03-28) -* [bitnami/thanos]: add dnsConfig option (#15694) ([b802b25](https://github.com/bitnami/charts/commit/b802b25)), closes [#15694](https://github.com/bitnami/charts/issues/15694) +* [bitnami/thanos]: add dnsConfig option (#15694) ([b802b25](https://github.com/bitnami/charts/commit/b802b25a3eed2c72be0373e7bd1bb31a022cf471)), closes [#15694](https://github.com/bitnami/charts/issues/15694) ## 12.3.2 (2023-03-23) -* [bitnami/thanos] Release 12.3.2 (#15707) ([9a48a96](https://github.com/bitnami/charts/commit/9a48a96)), closes [#15707](https://github.com/bitnami/charts/issues/15707) +* [bitnami/thanos] Release 12.3.2 (#15707) ([9a48a96](https://github.com/bitnami/charts/commit/9a48a9615835ec609a9776767aa4da343404d7c8)), closes [#15707](https://github.com/bitnami/charts/issues/15707) ## 12.3.1 (2023-03-19) -* [bitnami/thanos] Release 12.3.1 (#15619) ([3686549](https://github.com/bitnami/charts/commit/3686549)), closes [#15619](https://github.com/bitnami/charts/issues/15619) +* [bitnami/thanos] Release 12.3.1 (#15619) ([3686549](https://github.com/bitnami/charts/commit/3686549bcba1e60b7b0c23b83ee668ff9464e4e0)), closes [#15619](https://github.com/bitnami/charts/issues/15619) ## 12.3.0 (2023-03-16) -* [bitnami/thanos] Add HTTPS support to ServiceMonitors (#15397) ([97dbd2b](https://github.com/bitnami/charts/commit/97dbd2b)), closes [#15397](https://github.com/bitnami/charts/issues/15397) +* [bitnami/thanos] Add HTTPS support to ServiceMonitors (#15397) ([97dbd2b](https://github.com/bitnami/charts/commit/97dbd2b101fa071ee422f53dd16118dfc26e6925)), closes [#15397](https://github.com/bitnami/charts/issues/15397) ## 12.2.1 (2023-03-13) -* [bitnami/thanos] Release 12.2.1 (#15482) ([a27ae15](https://github.com/bitnami/charts/commit/a27ae15)), closes [#15482](https://github.com/bitnami/charts/issues/15482) +* [bitnami/thanos] Release 12.2.1 (#15482) ([a27ae15](https://github.com/bitnami/charts/commit/a27ae15c24f822c4c3331f97a404918c2f578358)), closes [#15482](https://github.com/bitnami/charts/issues/15482) ## 12.2.0 (2023-03-10) -* [bitnami/charts] Apply linter to README files (#15357) ([0e29e60](https://github.com/bitnami/charts/commit/0e29e60)), closes [#15357](https://github.com/bitnami/charts/issues/15357) -* [bitnami/thanos] Add support for service.headless.annotations (#15446) ([b5430ea](https://github.com/bitnami/charts/commit/b5430ea)), closes [#15446](https://github.com/bitnami/charts/issues/15446) +* [bitnami/charts] Apply linter to README files (#15357) ([0e29e60](https://github.com/bitnami/charts/commit/0e29e600d3adc8b1b46e506eccb3decfab3b4e63)), closes [#15357](https://github.com/bitnami/charts/issues/15357) +* [bitnami/thanos] Add support for service.headless.annotations (#15446) ([b5430ea](https://github.com/bitnami/charts/commit/b5430ea0443bc3a88391e8fdcb1e99fcd6bd58e6)), closes [#15446](https://github.com/bitnami/charts/issues/15446) ## 12.1.2 (2023-03-03) -* [bitnami/thanos]: Replace deprecated spec.serviceAccount field with spec.serviceAccountName (#15180) ([f9ab87f](https://github.com/bitnami/charts/commit/f9ab87f)), closes [#15180](https://github.com/bitnami/charts/issues/15180) +* [bitnami/thanos]: Replace deprecated spec.serviceAccount field with spec.serviceAccountName (#15180) ([f9ab87f](https://github.com/bitnami/charts/commit/f9ab87fc5af28ca82e8129a8eb944629254eb72e)), closes [#15180](https://github.com/bitnami/charts/issues/15180) ## 12.1.1 (2023-03-01) -* [bitnami/thanos] Release 12.1.1 (#15250) ([a29838b](https://github.com/bitnami/charts/commit/a29838b)), closes [#15250](https://github.com/bitnami/charts/issues/15250) +* [bitnami/thanos] Release 12.1.1 (#15250) ([a29838b](https://github.com/bitnami/charts/commit/a29838b45b7f7b7c2f7f17769e5d4fb44333b295)), closes [#15250](https://github.com/bitnami/charts/issues/15250) ## 12.1.0 (2023-02-21) -* [bitnami/thanos] Compactor cronjob (#14865) ([cae55cf](https://github.com/bitnami/charts/commit/cae55cf)), closes [#14865](https://github.com/bitnami/charts/issues/14865) +* [bitnami/thanos] Compactor cronjob (#14865) ([cae55cf](https://github.com/bitnami/charts/commit/cae55cff430980a4ea505f77a547e03b5b947040)), closes [#14865](https://github.com/bitnami/charts/issues/14865) ## 12.0.6 (2023-02-17) -* [bitnami/*] Fix markdown linter issues (#14874) ([a51e0e8](https://github.com/bitnami/charts/commit/a51e0e8)), closes [#14874](https://github.com/bitnami/charts/issues/14874) -* [bitnami/*] Fix markdown linter issues 2 (#14890) ([aa96572](https://github.com/bitnami/charts/commit/aa96572)), closes [#14890](https://github.com/bitnami/charts/issues/14890) -* [bitnami/*] Remove unexpected extra spaces (#14873) ([c97c714](https://github.com/bitnami/charts/commit/c97c714)), closes [#14873](https://github.com/bitnami/charts/issues/14873) -* [bitnami/thanos] Release 12.0.6 (#15033) ([37e26fb](https://github.com/bitnami/charts/commit/37e26fb)), closes [#15033](https://github.com/bitnami/charts/issues/15033) +* [bitnami/*] Fix markdown linter issues (#14874) ([a51e0e8](https://github.com/bitnami/charts/commit/a51e0e8d35495b907f3e70dd2f8e7c3bcbf4166a)), closes [#14874](https://github.com/bitnami/charts/issues/14874) +* [bitnami/*] Fix markdown linter issues 2 (#14890) ([aa96572](https://github.com/bitnami/charts/commit/aa9657237ee8df4a46db0d7fdf8a23230dd6902a)), closes [#14890](https://github.com/bitnami/charts/issues/14890) +* [bitnami/*] Remove unexpected extra spaces (#14873) ([c97c714](https://github.com/bitnami/charts/commit/c97c714887380d47eae7bfeff316bf01595ecd1d)), closes [#14873](https://github.com/bitnami/charts/issues/14873) +* [bitnami/thanos] Release 12.0.6 (#15033) ([37e26fb](https://github.com/bitnami/charts/commit/37e26fbc41a0d06c925d61fb99d2a4787343a2ef)), closes [#15033](https://github.com/bitnami/charts/issues/15033) ## 12.0.5 (2023-02-14) -* [bitnami/thanos] Add Support for timePartitioning resource management (#14780) ([cd1f358](https://github.com/bitnami/charts/commit/cd1f358)), closes [#14780](https://github.com/bitnami/charts/issues/14780) -* [bitnami/thanos] Release 12.0.5 (#14866) ([f7cbb4d](https://github.com/bitnami/charts/commit/f7cbb4d)), closes [#14866](https://github.com/bitnami/charts/issues/14866) +* [bitnami/thanos] Add Support for timePartitioning resource management (#14780) ([cd1f358](https://github.com/bitnami/charts/commit/cd1f35885aee9735e9481f9c9dce583b4c888f0c)), closes [#14780](https://github.com/bitnami/charts/issues/14780) +* [bitnami/thanos] Release 12.0.5 (#14866) ([f7cbb4d](https://github.com/bitnami/charts/commit/f7cbb4d358979e21e362f1b919c518e63483d663)), closes [#14866](https://github.com/bitnami/charts/issues/14866) ## 12.0.4 (2023-02-09) -* [bitnami/thanos] fix context for statefulset (#14797) ([3a7fa9c](https://github.com/bitnami/charts/commit/3a7fa9c)), closes [#14797](https://github.com/bitnami/charts/issues/14797) -* [bitnami/thanos] Update README (#14217) ([2748063](https://github.com/bitnami/charts/commit/2748063)), closes [#14217](https://github.com/bitnami/charts/issues/14217) +* [bitnami/thanos] fix context for statefulset (#14797) ([3a7fa9c](https://github.com/bitnami/charts/commit/3a7fa9c178f0d96c8f8b9fd37577cc6bc48029b5)), closes [#14797](https://github.com/bitnami/charts/issues/14797) +* [bitnami/thanos] Update README (#14217) ([2748063](https://github.com/bitnami/charts/commit/2748063194066a03ee6d00ff147ef342f01afeb0)), closes [#14217](https://github.com/bitnami/charts/issues/14217) ## 12.0.3 (2023-02-01) -* fix prometheusRule additionalLabels specification (#14674) ([38f2125](https://github.com/bitnami/charts/commit/38f2125)), closes [#14674](https://github.com/bitnami/charts/issues/14674) +* fix prometheusRule additionalLabels specification (#14674) ([38f2125](https://github.com/bitnami/charts/commit/38f21259dcd34000d929700f79d1ce27a0b04df5)), closes [#14674](https://github.com/bitnami/charts/issues/14674) ## 12.0.2 (2023-01-31) -* [bitnami/*] Change copyright date (#14682) ([add4ec7](https://github.com/bitnami/charts/commit/add4ec7)), closes [#14682](https://github.com/bitnami/charts/issues/14682) -* [bitnami/thanos] Release 12.0.2 (#14691) ([e949840](https://github.com/bitnami/charts/commit/e949840)), closes [#14691](https://github.com/bitnami/charts/issues/14691) +* [bitnami/*] Change copyright date (#14682) ([add4ec7](https://github.com/bitnami/charts/commit/add4ec701108ac36ed4de2dffbdf407a0d091067)), closes [#14682](https://github.com/bitnami/charts/issues/14682) +* [bitnami/thanos] Release 12.0.2 (#14691) ([e949840](https://github.com/bitnami/charts/commit/e949840a00bf810a714f4ae955fe617f5843e044)), closes [#14691](https://github.com/bitnami/charts/issues/14691) ## 12.0.1 (2023-01-31) -* [bitnami/*] Unify READMEs (#14472) ([2064fb8](https://github.com/bitnami/charts/commit/2064fb8)), closes [#14472](https://github.com/bitnami/charts/issues/14472) -* [bitnami/thanos] Don't regenerate self-signed certs on upgrade (#14664) ([f627ac2](https://github.com/bitnami/charts/commit/f627ac2)), closes [#14664](https://github.com/bitnami/charts/issues/14664) -* [bitnami/thanos] Revisit tests (#14343) ([b055f10](https://github.com/bitnami/charts/commit/b055f10)), closes [#14343](https://github.com/bitnami/charts/issues/14343) +* [bitnami/*] Unify READMEs (#14472) ([2064fb8](https://github.com/bitnami/charts/commit/2064fb8dcc78a845cdede8211af8c3cc52551161)), closes [#14472](https://github.com/bitnami/charts/issues/14472) +* [bitnami/thanos] Don't regenerate self-signed certs on upgrade (#14664) ([f627ac2](https://github.com/bitnami/charts/commit/f627ac2d9b895e86a5f959522a858c32048f9338)), closes [#14664](https://github.com/bitnami/charts/issues/14664) +* [bitnami/thanos] Revisit tests (#14343) ([b055f10](https://github.com/bitnami/charts/commit/b055f106923907e2be312dbeaea99d415a63e859)), closes [#14343](https://github.com/bitnami/charts/issues/14343) ## 12.0.0 (2023-01-19) -* [bitnami/*] Add license annotation and remove obsolete engine parameter (#14293) ([da2a794](https://github.com/bitnami/charts/commit/da2a794)), closes [#14293](https://github.com/bitnami/charts/issues/14293) -* [bitnami/*] Change licenses annotation format (#14377) ([0ab7608](https://github.com/bitnami/charts/commit/0ab7608)), closes [#14377](https://github.com/bitnami/charts/issues/14377) -* [bitnami/thanos] Update MinIO subchart (#14448) ([50be8c9](https://github.com/bitnami/charts/commit/50be8c9)), closes [#14448](https://github.com/bitnami/charts/issues/14448) +* [bitnami/*] Add license annotation and remove obsolete engine parameter (#14293) ([da2a794](https://github.com/bitnami/charts/commit/da2a7943bae95b6e9b5b4ed972c15e990b69fdb0)), closes [#14293](https://github.com/bitnami/charts/issues/14293) +* [bitnami/*] Change licenses annotation format (#14377) ([0ab7608](https://github.com/bitnami/charts/commit/0ab760862c660fcc78cffadf8e1d8cdd70881473)), closes [#14377](https://github.com/bitnami/charts/issues/14377) +* [bitnami/thanos] Update MinIO subchart (#14448) ([50be8c9](https://github.com/bitnami/charts/commit/50be8c9df710e15a99224cc5e3a4fb8f8e85e994)), closes [#14448](https://github.com/bitnami/charts/issues/14448) ## 11.6.8 (2023-01-04) -* [bitnami/thanos] Release 11.6.8 (#14187) ([a2a28b2](https://github.com/bitnami/charts/commit/a2a28b2)), closes [#14187](https://github.com/bitnami/charts/issues/14187) +* [bitnami/thanos] Release 11.6.8 (#14187) ([a2a28b2](https://github.com/bitnami/charts/commit/a2a28b2fa923fe963c3e4268d93940340de8204d)), closes [#14187](https://github.com/bitnami/charts/issues/14187) ## 11.6.7 (2023-01-03) -* [bitnami/thanos] Release 11.6.7 (#14170) ([d1d592d](https://github.com/bitnami/charts/commit/d1d592d)), closes [#14170](https://github.com/bitnami/charts/issues/14170) +* [bitnami/thanos] Release 11.6.7 (#14170) ([d1d592d](https://github.com/bitnami/charts/commit/d1d592df3c3aa574c7722e2ac2f5946aa9d05595)), closes [#14170](https://github.com/bitnami/charts/issues/14170) ## 11.6.6 (2022-12-26) -* [bitnami/thanos] Release 11.6.6 (#14097) ([804c53c](https://github.com/bitnami/charts/commit/804c53c)), closes [#14097](https://github.com/bitnami/charts/issues/14097) +* [bitnami/thanos] Release 11.6.6 (#14097) ([804c53c](https://github.com/bitnami/charts/commit/804c53c20884cd0a523e960ee8920d452ec99783)), closes [#14097](https://github.com/bitnami/charts/issues/14097) ## 11.6.5 (2022-12-14) -* [bitnami/thanos] Fix typo in chart values comments (#13933) ([4255d8f](https://github.com/bitnami/charts/commit/4255d8f)), closes [#13933](https://github.com/bitnami/charts/issues/13933) +* [bitnami/thanos] Fix typo in chart values comments (#13933) ([4255d8f](https://github.com/bitnami/charts/commit/4255d8f137dd2d32536553f1d3d2ca9b9f75b181)), closes [#13933](https://github.com/bitnami/charts/issues/13933) ## 11.6.4 (2022-11-29) -* [bitnami/thanos] Release 11.6.4 (#13686) ([71f999e](https://github.com/bitnami/charts/commit/71f999e)), closes [#13686](https://github.com/bitnami/charts/issues/13686) -* [bitnami/thanos] update PrometheusRule names to be unique (#13610) ([b57dada](https://github.com/bitnami/charts/commit/b57dada)), closes [#13610](https://github.com/bitnami/charts/issues/13610) +* [bitnami/thanos] Release 11.6.4 (#13686) ([71f999e](https://github.com/bitnami/charts/commit/71f999e85d3fecce123a29e957b5dd87921651e4)), closes [#13686](https://github.com/bitnami/charts/issues/13686) +* [bitnami/thanos] update PrometheusRule names to be unique (#13610) ([b57dada](https://github.com/bitnami/charts/commit/b57dadad7f9200434783c1c84c45cdadddc31b8d)), closes [#13610](https://github.com/bitnami/charts/issues/13610) ## 11.6.3 (2022-11-24) -* [bitnami/thanos] Set custom topology key for podAntiAffinityPreset (#13581) ([3c43c64](https://github.com/bitnami/charts/commit/3c43c64)), closes [#13581](https://github.com/bitnami/charts/issues/13581) +* [bitnami/thanos] Set custom topology key for podAntiAffinityPreset (#13581) ([3c43c64](https://github.com/bitnami/charts/commit/3c43c64fa6a9f244a359345c17c5dcb1783b86e0)), closes [#13581](https://github.com/bitnami/charts/issues/13581) ## 11.6.2 (2022-11-22) -* fix: Removed an extra curly brace, added a missing one (#13604) ([e875618](https://github.com/bitnami/charts/commit/e875618)), closes [#13604](https://github.com/bitnami/charts/issues/13604) +* fix: Removed an extra curly brace, added a missing one (#13604) ([e875618](https://github.com/bitnami/charts/commit/e875618760148927c7e16c69a4295dc87d7a6ec3)), closes [#13604](https://github.com/bitnami/charts/issues/13604) ## 11.6.1 (2022-11-17) -* [bitnami/thanos] fix apiversion hardcode for statefulset (#13542) ([42eae9e](https://github.com/bitnami/charts/commit/42eae9e)), closes [#13542](https://github.com/bitnami/charts/issues/13542) +* [bitnami/thanos] fix apiversion hardcode for statefulset (#13542) ([42eae9e](https://github.com/bitnami/charts/commit/42eae9e87b0d9812172bbc6f61f527eee8b6798a)), closes [#13542](https://github.com/bitnami/charts/issues/13542) ## 11.6.0 (2022-11-16) -* [bitnami/thanos] Add prometheus alerts rules (#12873) ([1fbb541](https://github.com/bitnami/charts/commit/1fbb541)), closes [#12873](https://github.com/bitnami/charts/issues/12873) +* [bitnami/thanos] Add prometheus alerts rules (#12873) ([1fbb541](https://github.com/bitnami/charts/commit/1fbb5412388f4bc054f95b16386436624c0188f1)), closes [#12873](https://github.com/bitnami/charts/issues/12873) ## 11.5.10 (2022-11-14) -* [bitnami/thanos] Fix issue with serviceAccount.create (#13502) ([1d57316](https://github.com/bitnami/charts/commit/1d57316)), closes [#13502](https://github.com/bitnami/charts/issues/13502) +* [bitnami/thanos] Fix issue with serviceAccount.create (#13502) ([1d57316](https://github.com/bitnami/charts/commit/1d57316951b43d9ea8312855c7061a6a535f601a)), closes [#13502](https://github.com/bitnami/charts/issues/13502) ## 11.5.9 (2022-11-10) -* [bitnami/thanos] Fix documentation for ruler.alertmanagersConfig and ruler.alertmanagers (#13359) ([5fb0f61](https://github.com/bitnami/charts/commit/5fb0f61)), closes [#13359](https://github.com/bitnami/charts/issues/13359) +* [bitnami/thanos] Fix documentation for ruler.alertmanagersConfig and ruler.alertmanagers (#13359) ([5fb0f61](https://github.com/bitnami/charts/commit/5fb0f61f186e05a22ec01438479f753ad9db932f)), closes [#13359](https://github.com/bitnami/charts/issues/13359) ## 11.5.8 (2022-11-08) -* [bitnami/thanos] Fix serviceAccount name logic for Thanos (#13406) ([2d6cc8f](https://github.com/bitnami/charts/commit/2d6cc8f)), closes [#13406](https://github.com/bitnami/charts/issues/13406) +* [bitnami/thanos] Fix serviceAccount name logic for Thanos (#13406) ([2d6cc8f](https://github.com/bitnami/charts/commit/2d6cc8fc2a72455670cef0489c68b3851a426425)), closes [#13406](https://github.com/bitnami/charts/issues/13406) ## 11.5.7 (2022-11-03) -* [bitnami/thanos] Modified serviceAccount name logic for Thanos (#13312) ([7915506](https://github.com/bitnami/charts/commit/7915506)), closes [#13312](https://github.com/bitnami/charts/issues/13312) +* [bitnami/thanos] Modified serviceAccount name logic for Thanos (#13312) ([7915506](https://github.com/bitnami/charts/commit/79155065005032de3fc00a229496df0edf39e13f)), closes [#13312](https://github.com/bitnami/charts/issues/13312) ## 11.5.6 (2022-10-31) -* [bitnami/*] Use new default branch name in links (#12943) ([a529e02](https://github.com/bitnami/charts/commit/a529e02)), closes [#12943](https://github.com/bitnami/charts/issues/12943) -* Remove subPath from servicediscovery.yml (#12940) ([21e3cfd](https://github.com/bitnami/charts/commit/21e3cfd)), closes [#12940](https://github.com/bitnami/charts/issues/12940) +* [bitnami/*] Use new default branch name in links (#12943) ([a529e02](https://github.com/bitnami/charts/commit/a529e02597d49d944eba1eb0f190713293247176)), closes [#12943](https://github.com/bitnami/charts/issues/12943) +* Remove subPath from servicediscovery.yml (#12940) ([21e3cfd](https://github.com/bitnami/charts/commit/21e3cfd8c11fa837e8b7e0a03b7144d4c727758e)), closes [#12940](https://github.com/bitnami/charts/issues/12940) ## 11.5.5 (2022-10-07) -* [bitnami/thanos] Release 11.5.5 (#12848) ([8ef44e1](https://github.com/bitnami/charts/commit/8ef44e1)), closes [#12848](https://github.com/bitnami/charts/issues/12848) -* Generic README instructions related to the repo (#12792) ([3cf6b10](https://github.com/bitnami/charts/commit/3cf6b10)), closes [#12792](https://github.com/bitnami/charts/issues/12792) +* [bitnami/thanos] Release 11.5.5 (#12848) ([8ef44e1](https://github.com/bitnami/charts/commit/8ef44e189c6a143153e28f4ad8510b96a41b62a9)), closes [#12848](https://github.com/bitnami/charts/issues/12848) +* Generic README instructions related to the repo (#12792) ([3cf6b10](https://github.com/bitnami/charts/commit/3cf6b10e10e60df4b3e191d6b99aa99a9f597755)), closes [#12792](https://github.com/bitnami/charts/issues/12792) ## 11.5.4 (2022-10-03) -* [bitnami/thanos] Upgrade dependencies (#12755) ([4fc83d6](https://github.com/bitnami/charts/commit/4fc83d6)), closes [#12755](https://github.com/bitnami/charts/issues/12755) +* [bitnami/thanos] Upgrade dependencies (#12755) ([4fc83d6](https://github.com/bitnami/charts/commit/4fc83d67a522955bf41068309f6557e0398e3de0)), closes [#12755](https://github.com/bitnami/charts/issues/12755) ## 11.5.3 (2022-09-29) -* [bitnami/thanos] Release 11.5.3 updating components versions ([c21634b](https://github.com/bitnami/charts/commit/c21634b)) +* [bitnami/thanos] Release 11.5.3 updating components versions ([c21634b](https://github.com/bitnami/charts/commit/c21634b6e7d0941f126471acbd7bb950c81b2dc4)) ## 11.5.2 (2022-09-28) -* [bitnami/thanos] Fix http config encoding (#12715) ([dbaa4a8](https://github.com/bitnami/charts/commit/dbaa4a8)), closes [#12715](https://github.com/bitnami/charts/issues/12715) +* [bitnami/thanos] Fix http config encoding (#12715) ([dbaa4a8](https://github.com/bitnami/charts/commit/dbaa4a8deefcbe8ebc6477ada87534a9e31b9056)), closes [#12715](https://github.com/bitnami/charts/issues/12715) ## 11.5.1 (2022-09-19) -* [bitnami/thanos] Use custom probes if given (#12563) ([09dacb3](https://github.com/bitnami/charts/commit/09dacb3)), closes [#12563](https://github.com/bitnami/charts/issues/12563) [#12354](https://github.com/bitnami/charts/issues/12354) +* [bitnami/thanos] Use custom probes if given (#12563) ([09dacb3](https://github.com/bitnami/charts/commit/09dacb37dcf04eb329aad60a409c10a0a3401ab0)), closes [#12563](https://github.com/bitnami/charts/issues/12563) [#12354](https://github.com/bitnami/charts/issues/12354) ## 11.5.0 (2022-09-14) -* [bitnami/thanos] Add support for HTTPS and basic auth experimental settings (#12404) ([422981c](https://github.com/bitnami/charts/commit/422981c)), closes [#12404](https://github.com/bitnami/charts/issues/12404) +* [bitnami/thanos] Add support for HTTPS and basic auth experimental settings (#12404) ([422981c](https://github.com/bitnami/charts/commit/422981caae99d7fcfc2bd1450f8fb5af40109e2f)), closes [#12404](https://github.com/bitnami/charts/issues/12404) ## 11.4.1 (2022-09-14) -* [bitnami/thanos] Fix receive-distributor nodeAffinityPreset (#12355) ([9e45e5d](https://github.com/bitnami/charts/commit/9e45e5d)), closes [#12355](https://github.com/bitnami/charts/issues/12355) +* [bitnami/thanos] Fix receive-distributor nodeAffinityPreset (#12355) ([9e45e5d](https://github.com/bitnami/charts/commit/9e45e5d1cd37f99f847401ad95ee5c07cbd145c6)), closes [#12355](https://github.com/bitnami/charts/issues/12355) ## 11.4.0 (2022-09-02) -* [bitnami/thanos] Allowed to add labels to query-frontend service and storegateway PVC (#11549) ([2da04d4](https://github.com/bitnami/charts/commit/2da04d4)), closes [#11549](https://github.com/bitnami/charts/issues/11549) +* [bitnami/thanos] Allowed to add labels to query-frontend service and storegateway PVC (#11549) ([2da04d4](https://github.com/bitnami/charts/commit/2da04d4aafd9b92d4b2600923193f8a35b799d27)), closes [#11549](https://github.com/bitnami/charts/issues/11549) ## 11.3.1 (2022-08-30) -* [bitnami/thanos] Release 11.3.1 updating components versions ([9869e75](https://github.com/bitnami/charts/commit/9869e75)) +* [bitnami/thanos] Release 11.3.1 updating components versions ([9869e75](https://github.com/bitnami/charts/commit/9869e75c273655f460e979b9223e822bd93e5fbe)) ## 11.3.0 (2022-08-29) -* [bitnami/thanos] feat: create sharded hpa and pdb for storegateway (#11426) ([cea7c08](https://github.com/bitnami/charts/commit/cea7c08)), closes [#11426](https://github.com/bitnami/charts/issues/11426) +* [bitnami/thanos] feat: create sharded hpa and pdb for storegateway (#11426) ([cea7c08](https://github.com/bitnami/charts/commit/cea7c08fb195b6a28a61da83224a597e8dca4a90)), closes [#11426](https://github.com/bitnami/charts/issues/11426) ## 11.2.2 (2022-08-23) -* [bitnami/thanos] Update Chart.lock (#12108) ([c6b9ba3](https://github.com/bitnami/charts/commit/c6b9ba3)), closes [#12108](https://github.com/bitnami/charts/issues/12108) -* Fix thanos compactor ingressclassname conditional (#11976) ([2881800](https://github.com/bitnami/charts/commit/2881800)), closes [#11976](https://github.com/bitnami/charts/issues/11976) +* [bitnami/thanos] Update Chart.lock (#12108) ([c6b9ba3](https://github.com/bitnami/charts/commit/c6b9ba3c9c117b9f790e922ec27b7f996a63555a)), closes [#12108](https://github.com/bitnami/charts/issues/12108) +* Fix thanos compactor ingressclassname conditional (#11976) ([2881800](https://github.com/bitnami/charts/commit/28818003526bfb0b7e881359438ecf1dccc5694f)), closes [#11976](https://github.com/bitnami/charts/issues/11976) ## 11.2.1 (2022-08-22) -* [bitnami/thanos] Update Chart.lock (#11979) ([aa39c57](https://github.com/bitnami/charts/commit/aa39c57)), closes [#11979](https://github.com/bitnami/charts/issues/11979) +* [bitnami/thanos] Update Chart.lock (#11979) ([aa39c57](https://github.com/bitnami/charts/commit/aa39c57cb1360604c3193fc0bbab604c6ccdbd70)), closes [#11979](https://github.com/bitnami/charts/issues/11979) ## 11.2.0 (2022-08-22) -* [bitnami/thanos] - Fix typo in k8s annotation (#11553) ([63a17fc](https://github.com/bitnami/charts/commit/63a17fc)), closes [#11553](https://github.com/bitnami/charts/issues/11553) -* [bitnami/thanos] Add support for image digest apart from tag (#11955) ([7cd4152](https://github.com/bitnami/charts/commit/7cd4152)), closes [#11955](https://github.com/bitnami/charts/issues/11955) +* [bitnami/thanos] - Fix typo in k8s annotation (#11553) ([63a17fc](https://github.com/bitnami/charts/commit/63a17fc830cd104e0d43f5d4cff0ee842f5bb877)), closes [#11553](https://github.com/bitnami/charts/issues/11553) +* [bitnami/thanos] Add support for image digest apart from tag (#11955) ([7cd4152](https://github.com/bitnami/charts/commit/7cd415250be58a485717f950cc0a75c153ebe7ef)), closes [#11955](https://github.com/bitnami/charts/issues/11955) ## 11.1.4 (2022-08-04) -* [bitnami/thanos] Release 11.1.4 updating components versions ([1765142](https://github.com/bitnami/charts/commit/1765142)) +* [bitnami/thanos] Release 11.1.4 updating components versions ([1765142](https://github.com/bitnami/charts/commit/17651420133dde452b668d7d45431f5fb6f2028a)) ## 11.1.3 (2022-07-27) -* [bitnami/*] Update URLs to point to the new bitnami/containers monorepo (#11352) ([d665af0](https://github.com/bitnami/charts/commit/d665af0)), closes [#11352](https://github.com/bitnami/charts/issues/11352) -* [bitnami/thanos] Conditionally Set objstore arg and OBJSTORE_CONFIG for Thanos receive (#11274) ([fe373e8](https://github.com/bitnami/charts/commit/fe373e8)), closes [#11274](https://github.com/bitnami/charts/issues/11274) +* [bitnami/*] Update URLs to point to the new bitnami/containers monorepo (#11352) ([d665af0](https://github.com/bitnami/charts/commit/d665af0c708846192d8d5fb2f5f9ea65dd464ab0)), closes [#11352](https://github.com/bitnami/charts/issues/11352) +* [bitnami/thanos] Conditionally Set objstore arg and OBJSTORE_CONFIG for Thanos receive (#11274) ([fe373e8](https://github.com/bitnami/charts/commit/fe373e8f44d23d5ffcafc0c3899939890a901d5d)), closes [#11274](https://github.com/bitnami/charts/issues/11274) ## 11.1.2 (2022-07-18) -* [bitnami/thanos] Release 11.1.2 updating components versions ([a49e568](https://github.com/bitnami/charts/commit/a49e568)) +* [bitnami/thanos] Release 11.1.2 updating components versions ([a49e568](https://github.com/bitnami/charts/commit/a49e56897c178ad4230f139fad2c21572cfb8934)) ## 11.1.1 (2022-07-15) -* replaced --store= with --endpoint (#11178) ([632a11d](https://github.com/bitnami/charts/commit/632a11d)), closes [#11178](https://github.com/bitnami/charts/issues/11178) +* replaced --store= with --endpoint (#11178) ([632a11d](https://github.com/bitnami/charts/commit/632a11de283841c1387eee2c979187947ad82c2a)), closes [#11178](https://github.com/bitnami/charts/issues/11178) ## 11.1.0 (2022-07-12) -* [bitnami/thanos] feat: update default prometheusrule value (#10979) ([3d81b51](https://github.com/bitnami/charts/commit/3d81b51)), closes [#10979](https://github.com/bitnami/charts/issues/10979) +* [bitnami/thanos] feat: update default prometheusrule value (#10979) ([3d81b51](https://github.com/bitnami/charts/commit/3d81b5111dee21d81e817fbf7ca2809c95a042ec)), closes [#10979](https://github.com/bitnami/charts/issues/10979) ## 11.0.0 (2022-07-12) -* [bitnami/thanos]: Allow receiver to run without object store config (#11030) ([24fab8a](https://github.com/bitnami/charts/commit/24fab8a)), closes [#11030](https://github.com/bitnami/charts/issues/11030) -* [bitnami/thanos] Creates separate service for grpc port of query module (#11051) ([dab4304](https://github.com/bitnami/charts/commit/dab4304)), closes [#11051](https://github.com/bitnami/charts/issues/11051) +* [bitnami/thanos]: Allow receiver to run without object store config (#11030) ([24fab8a](https://github.com/bitnami/charts/commit/24fab8ab5a9055b44fc9c157288f8bb40c97a4a7)), closes [#11030](https://github.com/bitnami/charts/issues/11030) +* [bitnami/thanos] Creates separate service for grpc port of query module (#11051) ([dab4304](https://github.com/bitnami/charts/commit/dab43043381903de24308c701dc6248d1e66ad79)), closes [#11051](https://github.com/bitnami/charts/issues/11051) ## 10.5.5 (2022-07-06) -* [bitnami/thanos] Release 10.5.5 updating components versions ([d4ef1ea](https://github.com/bitnami/charts/commit/d4ef1ea)) +* [bitnami/thanos] Release 10.5.5 updating components versions ([d4ef1ea](https://github.com/bitnami/charts/commit/d4ef1ead76bfa212a9d45ec31e7ef49fa4b98e88)) ## 10.5.4 (2022-06-29) -* [bitnami/thanos] Release 10.5.4 updating components versions ([6933c57](https://github.com/bitnami/charts/commit/6933c57)) +* [bitnami/thanos] Release 10.5.4 updating components versions ([6933c57](https://github.com/bitnami/charts/commit/6933c5781727171b6f82189a409ca6b7c172326f)) ## 10.5.3 (2022-06-20) -* [bitnami/thanos] Fix customStartupProbe for thanos receive statefulset (#10780) ([2e87be1](https://github.com/bitnami/charts/commit/2e87be1)), closes [#10780](https://github.com/bitnami/charts/issues/10780) +* [bitnami/thanos] Fix customStartupProbe for thanos receive statefulset (#10780) ([2e87be1](https://github.com/bitnami/charts/commit/2e87be1616ed85702c485ebd380e0adf182916f4)), closes [#10780](https://github.com/bitnami/charts/issues/10780) ## 10.5.2 (2022-06-09) -* [bitnami/*] Replace Kubeapps URL in READMEs (and kubeapps Chart.yaml) and remove BKPR references (#1 ([c6a7914](https://github.com/bitnami/charts/commit/c6a7914)), closes [#10600](https://github.com/bitnami/charts/issues/10600) -* [bitnami/thanos] Release 10.5.2 updating components versions ([f47996b](https://github.com/bitnami/charts/commit/f47996b)) +* [bitnami/*] Replace Kubeapps URL in READMEs (and kubeapps Chart.yaml) and remove BKPR references (#1 ([c6a7914](https://github.com/bitnami/charts/commit/c6a7914361e5aea6016fb45bf4d621edfd111d32)), closes [#10600](https://github.com/bitnami/charts/issues/10600) +* [bitnami/thanos] Release 10.5.2 updating components versions ([f47996b](https://github.com/bitnami/charts/commit/f47996b7385c08698cf89c636e616addbf676add)) ## 10.5.1 (2022-06-01) -* [bitnami/several] Replace maintainers email by url (#10523) ([ff3cf61](https://github.com/bitnami/charts/commit/ff3cf61)), closes [#10523](https://github.com/bitnami/charts/issues/10523) +* [bitnami/several] Replace maintainers email by url (#10523) ([ff3cf61](https://github.com/bitnami/charts/commit/ff3cf617a1680509b0f3855d17c4ccff7b29a0ff)), closes [#10523](https://github.com/bitnami/charts/issues/10523) ## 10.5.0 (2022-05-27) -* [bitnami/thanos] Implement ServiceAccount.create and ServiceAccount.name with BWC (#10447) ([18f9389](https://github.com/bitnami/charts/commit/18f9389)), closes [#10447](https://github.com/bitnami/charts/issues/10447) +* [bitnami/thanos] Implement ServiceAccount.create and ServiceAccount.name with BWC (#10447) ([18f9389](https://github.com/bitnami/charts/commit/18f9389f3a6c96319597d0b77dad351a349b246f)), closes [#10447](https://github.com/bitnami/charts/issues/10447) ## 10.4.3 (2022-05-26) -* [bitnami/thanos] Release 10.4.3 updating components versions ([295288d](https://github.com/bitnami/charts/commit/295288d)) +* [bitnami/thanos] Release 10.4.3 updating components versions ([295288d](https://github.com/bitnami/charts/commit/295288dc63db2ae18ea51aa8f8c8cb4e07a594a8)) ## 10.4.2 (2022-05-20) -* [bitnami/*] Fix HPA API version template usage (#10332) ([85ce7af](https://github.com/bitnami/charts/commit/85ce7af)), closes [#10332](https://github.com/bitnami/charts/issues/10332) +* [bitnami/*] Fix HPA API version template usage (#10332) ([85ce7af](https://github.com/bitnami/charts/commit/85ce7af79a6a44d8b90e4907064ca77efe7c8288)), closes [#10332](https://github.com/bitnami/charts/issues/10332) ## 10.4.1 (2022-05-19) -* [bitnami/thanos] Release 10.4.1 updating components versions ([c5c5446](https://github.com/bitnami/charts/commit/c5c5446)) +* [bitnami/thanos] Release 10.4.1 updating components versions ([c5c5446](https://github.com/bitnami/charts/commit/c5c5446a7b576982b8f64715ca5a49913a53feb8)) ## 10.4.0 (2022-05-16) -* [bitnami/*] add ingress extraRules feature (#10253) ([0f6cbb9](https://github.com/bitnami/charts/commit/0f6cbb9)), closes [#10253](https://github.com/bitnami/charts/issues/10253) +* [bitnami/*] add ingress extraRules feature (#10253) ([0f6cbb9](https://github.com/bitnami/charts/commit/0f6cbb9099b0e56685cc1d36ba50340f3d7278a1)), closes [#10253](https://github.com/bitnami/charts/issues/10253) ## 10.3.10 (2022-05-13) -* [bitnami/thanos] Use the new helper for HPA API version (#10214) ([e4b6ee8](https://github.com/bitnami/charts/commit/e4b6ee8)), closes [#10214](https://github.com/bitnami/charts/issues/10214) +* [bitnami/thanos] Use the new helper for HPA API version (#10214) ([e4b6ee8](https://github.com/bitnami/charts/commit/e4b6ee86e0799394f3a84d8f718a487338a94ab9)), closes [#10214](https://github.com/bitnami/charts/issues/10214) ## 10.3.9 (2022-05-13) -* [bitnami/*] Remove old 'ci' files (#10171) ([5df30c4](https://github.com/bitnami/charts/commit/5df30c4)), closes [#10171](https://github.com/bitnami/charts/issues/10171) -* [bitnami/*] Unify k8s directives separators (#10185) ([2650214](https://github.com/bitnami/charts/commit/2650214)), closes [#10185](https://github.com/bitnami/charts/issues/10185) -* [bitnami/thanos] Add missing namespace metadata (#10160) ([6c40169](https://github.com/bitnami/charts/commit/6c40169)), closes [#10160](https://github.com/bitnami/charts/issues/10160) +* [bitnami/*] Remove old 'ci' files (#10171) ([5df30c4](https://github.com/bitnami/charts/commit/5df30c44dbd1812da8786579ce4a94917d46a6ad)), closes [#10171](https://github.com/bitnami/charts/issues/10171) +* [bitnami/*] Unify k8s directives separators (#10185) ([2650214](https://github.com/bitnami/charts/commit/26502141d146ca3bdfb3bf744fcdec8ca5cece44)), closes [#10185](https://github.com/bitnami/charts/issues/10185) +* [bitnami/thanos] Add missing namespace metadata (#10160) ([6c40169](https://github.com/bitnami/charts/commit/6c40169ffa706bcc414784818eed99beb425a7f3)), closes [#10160](https://github.com/bitnami/charts/issues/10160) ## 10.3.8 (2022-05-11) -* [bitnami/*] Fix typo in comments (relay -> rely) (#10151) ([9cfe4a4](https://github.com/bitnami/charts/commit/9cfe4a4)), closes [#10151](https://github.com/bitnami/charts/issues/10151) +* [bitnami/*] Fix typo in comments (relay -> rely) (#10151) ([9cfe4a4](https://github.com/bitnami/charts/commit/9cfe4a48cc35851faea6be7ffb2a978d223befa0)), closes [#10151](https://github.com/bitnami/charts/issues/10151) ## 10.3.7 (2022-05-05) -* [bitnami/thanos] Release 10.3.7 updating components versions ([e29e9a5](https://github.com/bitnami/charts/commit/e29e9a5)) +* [bitnami/thanos] Release 10.3.7 updating components versions ([e29e9a5](https://github.com/bitnami/charts/commit/e29e9a5cc18e8929671fcfcf96149e9d722432f6)) ## 10.3.6 (2022-04-21) -* [bitnami/thanos] Release 10.3.6 updating components versions ([d13c99b](https://github.com/bitnami/charts/commit/d13c99b)) +* [bitnami/thanos] Release 10.3.6 updating components versions ([d13c99b](https://github.com/bitnami/charts/commit/d13c99bd54d06a1a0d4fdb425fd2c3d300ecbe3d)) ## 10.3.5 (2022-04-20) -* [bitnami/thanos] set properly scope for include func in ingress (#9824) ([d268423](https://github.com/bitnami/charts/commit/d268423)), closes [#9824](https://github.com/bitnami/charts/issues/9824) +* [bitnami/thanos] set properly scope for include func in ingress (#9824) ([d268423](https://github.com/bitnami/charts/commit/d268423804d9a97566b99ba02ecee4f9a870a398)), closes [#9824](https://github.com/bitnami/charts/issues/9824) ## 10.3.4 (2022-04-13) -* fix(thanos-storegateway): error in accessed value (#9762) ([1e7c762](https://github.com/bitnami/charts/commit/1e7c762)), closes [#9762](https://github.com/bitnami/charts/issues/9762) +* fix(thanos-storegateway): error in accessed value (#9762) ([1e7c762](https://github.com/bitnami/charts/commit/1e7c762661188f3a56cd4d5a34a5577a5c50147a)), closes [#9762](https://github.com/bitnami/charts/issues/9762) ## 10.3.3 (2022-04-08) -* [bitnami/thanos] Use correct helpers for ingress-grpc.yaml (#9715) ([916552b](https://github.com/bitnami/charts/commit/916552b)), closes [#9715](https://github.com/bitnami/charts/issues/9715) +* [bitnami/thanos] Use correct helpers for ingress-grpc.yaml (#9715) ([916552b](https://github.com/bitnami/charts/commit/916552b22690c6fd9b0a3224812be625a8e47523)), closes [#9715](https://github.com/bitnami/charts/issues/9715) ## 10.3.2 (2022-04-06) -* [bitnami/thanos] Release 10.3.2 updating components versions ([0ecc1af](https://github.com/bitnami/charts/commit/0ecc1af)) +* [bitnami/thanos] Release 10.3.2 updating components versions ([0ecc1af](https://github.com/bitnami/charts/commit/0ecc1aff7f5ac40e06e8b469110e19927a614b45)) ## 10.3.1 (2022-03-29) -* [bitnami/thanos] Release 10.3.1 updating components versions ([f5bc313](https://github.com/bitnami/charts/commit/f5bc313)) +* [bitnami/thanos] Release 10.3.1 updating components versions ([f5bc313](https://github.com/bitnami/charts/commit/f5bc3138f366adf774b30a9bf26a0252df21e4d0)) ## 10.3.0 (2022-03-29) -* [bitnami/thanos] added Parameter for automountServiceAccountToken on every Deployment or Statefulset ([ebc73d5](https://github.com/bitnami/charts/commit/ebc73d5)), closes [#9590](https://github.com/bitnami/charts/issues/9590) +* [bitnami/thanos] added Parameter for automountServiceAccountToken on every Deployment or Statefulset ([ebc73d5](https://github.com/bitnami/charts/commit/ebc73d5903e68e731ae3a3a651ccd9bc8cec8a1f)), closes [#9590](https://github.com/bitnami/charts/issues/9590) ## 10.2.3 (2022-03-24) -* [bitnami/thanos] Release 10.2.3 updating components versions ([6e4d898](https://github.com/bitnami/charts/commit/6e4d898)) +* [bitnami/thanos] Release 10.2.3 updating components versions ([6e4d898](https://github.com/bitnami/charts/commit/6e4d89871bf39fa408201a52668b71f9adbd65c2)) ## 10.2.2 (2022-03-21) -* [bitnami/thanos] - updated version and fixed typo servername to serverName in deployment.yml (#9485) ([30c773f](https://github.com/bitnami/charts/commit/30c773f)), closes [#9485](https://github.com/bitnami/charts/issues/9485) +* [bitnami/thanos] - updated version and fixed typo servername to serverName in deployment.yml (#9485) ([30c773f](https://github.com/bitnami/charts/commit/30c773fef3a4948be87c7d7758cc055300b36cca)), closes [#9485](https://github.com/bitnami/charts/issues/9485) ## 10.2.1 (2022-03-18) -* [bitnami/thanos] Release 10.2.1 updating components versions ([2e4ab71](https://github.com/bitnami/charts/commit/2e4ab71)) +* [bitnami/thanos] Release 10.2.1 updating components versions ([2e4ab71](https://github.com/bitnami/charts/commit/2e4ab71320c30f91fd57d264893407f16ce6d96b)) ## 10.2.0 (2022-03-18) -* [bitnami/thanos] add replication-factor to receive-distributor and set replication-factor based on ([7e3b2d2](https://github.com/bitnami/charts/commit/7e3b2d2)), closes [#9447](https://github.com/bitnami/charts/issues/9447) +* [bitnami/thanos] add replication-factor to receive-distributor and set replication-factor based on ([7e3b2d2](https://github.com/bitnami/charts/commit/7e3b2d2fdcd740a31fa3a1adffadf28eac03ee7c)), closes [#9447](https://github.com/bitnami/charts/issues/9447) ## 10.1.1 (2022-03-10) -* [bitnami/thanos] Release 10.1.1 updating components versions ([b1d6f97](https://github.com/bitnami/charts/commit/b1d6f97)) +* [bitnami/thanos] Release 10.1.1 updating components versions ([b1d6f97](https://github.com/bitnami/charts/commit/b1d6f97af442f721ff3e2356cc52ce870197c7f4)) ## 10.1.0 (2022-03-10) -* [bitnami/*] Fix non utf8 characters (#9347) ([0cec8a8](https://github.com/bitnami/charts/commit/0cec8a8)), closes [#9347](https://github.com/bitnami/charts/issues/9347) -* Read only root file system thanos (#9358) ([4a34d72](https://github.com/bitnami/charts/commit/4a34d72)), closes [#9358](https://github.com/bitnami/charts/issues/9358) +* [bitnami/*] Fix non utf8 characters (#9347) ([0cec8a8](https://github.com/bitnami/charts/commit/0cec8a8d30b8f1ca85febe9acc342522d5b18850)), closes [#9347](https://github.com/bitnami/charts/issues/9347) +* Read only root file system thanos (#9358) ([4a34d72](https://github.com/bitnami/charts/commit/4a34d724cee2144046fa7f770c3866f49984b956)), closes [#9358](https://github.com/bitnami/charts/issues/9358) ## 10.0.0 (2022-03-07) -* [bitnami/thanos] Remove compatibility with MINIO_ACCESS_KEY and MINIO_SECRET_KEY (#9322) ([89cb308](https://github.com/bitnami/charts/commit/89cb308)), closes [#9322](https://github.com/bitnami/charts/issues/9322) +* [bitnami/thanos] Remove compatibility with MINIO_ACCESS_KEY and MINIO_SECRET_KEY (#9322) ([89cb308](https://github.com/bitnami/charts/commit/89cb3086a4711176d3dc93d25910e8bf6906548c)), closes [#9322](https://github.com/bitnami/charts/issues/9322) ## 9.0.13 (2022-03-04) -* [bitnami/several] Reorder subcharts (#9299) ([a041f6b](https://github.com/bitnami/charts/commit/a041f6b)), closes [#9299](https://github.com/bitnami/charts/issues/9299) +* [bitnami/several] Reorder subcharts (#9299) ([a041f6b](https://github.com/bitnami/charts/commit/a041f6b0ff2dea82b3d030cb99454cede94dbc9a)), closes [#9299](https://github.com/bitnami/charts/issues/9299) ## 9.0.12 (2022-03-03) -* [bitnami/thanos] Release 9.0.12 updating components versions ([4961e12](https://github.com/bitnami/charts/commit/4961e12)) +* [bitnami/thanos] Release 9.0.12 updating components versions ([4961e12](https://github.com/bitnami/charts/commit/4961e12e11d29353595e908919f383d75b756714)) ## 9.0.11 (2022-03-02) -* [bitnami/thanos] Fix: remove `replicas` setting if autoscaling is enabled. (#9254) ([7e76326](https://github.com/bitnami/charts/commit/7e76326)), closes [#9254](https://github.com/bitnami/charts/issues/9254) +* [bitnami/thanos] Fix: remove `replicas` setting if autoscaling is enabled. (#9254) ([7e76326](https://github.com/bitnami/charts/commit/7e76326bfd9200e45ef7dd978cb162c8501e9776)), closes [#9254](https://github.com/bitnami/charts/issues/9254) ## 9.0.10 (2022-03-02) -* [bitnami/thanos] Fix: use name passed to receive.existingConfigmap if set (#9253) ([7946e12](https://github.com/bitnami/charts/commit/7946e12)), closes [#9253](https://github.com/bitnami/charts/issues/9253) +* [bitnami/thanos] Fix: use name passed to receive.existingConfigmap if set (#9253) ([7946e12](https://github.com/bitnami/charts/commit/7946e128b16b9cc8e81ea51c31a6b0cfe3f2c3f8)), closes [#9253](https://github.com/bitnami/charts/issues/9253) ## 9.0.9 (2022-03-01) -* [bitnami/thanos] Remove Replica Count if HPA is Enabled (#9235) ([0fc3c2f](https://github.com/bitnami/charts/commit/0fc3c2f)), closes [#9235](https://github.com/bitnami/charts/issues/9235) +* [bitnami/thanos] Remove Replica Count if HPA is Enabled (#9235) ([0fc3c2f](https://github.com/bitnami/charts/commit/0fc3c2f3d3585944b9c597ddd340d5c25135406e)), closes [#9235](https://github.com/bitnami/charts/issues/9235) ## 9.0.8 (2022-02-25) -* [bitnami/thanos] Added minio reference link in values.yaml (#9196) ([d97f4eb](https://github.com/bitnami/charts/commit/d97f4eb)), closes [#9196](https://github.com/bitnami/charts/issues/9196) +* [bitnami/thanos] Added minio reference link in values.yaml (#9196) ([d97f4eb](https://github.com/bitnami/charts/commit/d97f4ebb4db8bc046e6373d1a72a0cad28743124)), closes [#9196](https://github.com/bitnami/charts/issues/9196) ## 9.0.7 (2022-02-25) -* [bitnami/thanos] Properly name HPA for receive-distributor (#9184) ([101b585](https://github.com/bitnami/charts/commit/101b585)), closes [#9184](https://github.com/bitnami/charts/issues/9184) +* [bitnami/thanos] Properly name HPA for receive-distributor (#9184) ([101b585](https://github.com/bitnami/charts/commit/101b585819475e3da48d669f9a6a4dfd1b31b5d6)), closes [#9184](https://github.com/bitnami/charts/issues/9184) ## 9.0.6 (2022-02-24) -* [bitnami/Thanos] Add volumePermission initContainer for receive statefulset (#9172) ([f569b71](https://github.com/bitnami/charts/commit/f569b71)), closes [#9172](https://github.com/bitnami/charts/issues/9172) +* [bitnami/Thanos] Add volumePermission initContainer for receive statefulset (#9172) ([f569b71](https://github.com/bitnami/charts/commit/f569b71c6301a981235d23683cb60a5ef41acf9c)), closes [#9172](https://github.com/bitnami/charts/issues/9172) ## 9.0.5 (2022-02-21) -* [bitnami/thanos] Do not hardcode PDB apiVersion (#9118) ([dbc4086](https://github.com/bitnami/charts/commit/dbc4086)), closes [#9118](https://github.com/bitnami/charts/issues/9118) +* [bitnami/thanos] Do not hardcode PDB apiVersion (#9118) ([dbc4086](https://github.com/bitnami/charts/commit/dbc40869b6c1bcdc496978bf987f0d837d9c944b)), closes [#9118](https://github.com/bitnami/charts/issues/9118) ## 9.0.4 (2022-02-09) -* [bitnami/thanos] Release 9.0.4 updating components versions ([415688c](https://github.com/bitnami/charts/commit/415688c)) -* Non utf8 chars (#8923) ([6ffd18f](https://github.com/bitnami/charts/commit/6ffd18f)), closes [#8923](https://github.com/bitnami/charts/issues/8923) +* [bitnami/thanos] Release 9.0.4 updating components versions ([415688c](https://github.com/bitnami/charts/commit/415688c408d7b971454efd9fcb798cb97e17d16a)) +* Non utf8 chars (#8923) ([6ffd18f](https://github.com/bitnami/charts/commit/6ffd18fbbdf10e94ea1a90cf5b84ef610ac2a72d)), closes [#8923](https://github.com/bitnami/charts/issues/8923) ## 9.0.3 (2022-02-02) -* [bitnami/*] Make use of new "common.ingress.certManagerRequest" helper (#8862) ([12e4c37](https://github.com/bitnami/charts/commit/12e4c37)), closes [#8862](https://github.com/bitnami/charts/issues/8862) +* [bitnami/*] Make use of new "common.ingress.certManagerRequest" helper (#8862) ([12e4c37](https://github.com/bitnami/charts/commit/12e4c3733eaeaa9a5579fdf917fa098a0f2aae23)), closes [#8862](https://github.com/bitnami/charts/issues/8862) ## 9.0.2 (2022-01-28) -* [bitnami/thanos] fix receive-distributor pdb selector (#8810) ([6389b56](https://github.com/bitnami/charts/commit/6389b56)), closes [#8810](https://github.com/bitnami/charts/issues/8810) +* [bitnami/thanos] fix receive-distributor pdb selector (#8810) ([6389b56](https://github.com/bitnami/charts/commit/6389b56d5b24c697a4288eebb8c569cd8d7a3481)), closes [#8810](https://github.com/bitnami/charts/issues/8810) ## 9.0.1 (2022-01-20) -* [bitnami/*] Update READMEs (#8716) ([b9a9533](https://github.com/bitnami/charts/commit/b9a9533)), closes [#8716](https://github.com/bitnami/charts/issues/8716) -* [bitnami/several] Change prerequisites (#8725) ([8d740c5](https://github.com/bitnami/charts/commit/8d740c5)), closes [#8725](https://github.com/bitnami/charts/issues/8725) +* [bitnami/*] Update READMEs (#8716) ([b9a9533](https://github.com/bitnami/charts/commit/b9a953337590eb2979453385874a267bacf50936)), closes [#8716](https://github.com/bitnami/charts/issues/8716) +* [bitnami/several] Change prerequisites (#8725) ([8d740c5](https://github.com/bitnami/charts/commit/8d740c566cfdb7e2d933c40128b4e919fce953a5)), closes [#8725](https://github.com/bitnami/charts/issues/8725) ## 9.0.0 (2022-01-17) -* [bitnami/*] Readme automation (#8579) ([78d1938](https://github.com/bitnami/charts/commit/78d1938)), closes [#8579](https://github.com/bitnami/charts/issues/8579) -* [bitnami/thanos] Update MinIO subchart to newest major version (#8686) ([fdbefbf](https://github.com/bitnami/charts/commit/fdbefbf)), closes [#8686](https://github.com/bitnami/charts/issues/8686) +* [bitnami/*] Readme automation (#8579) ([78d1938](https://github.com/bitnami/charts/commit/78d193831c900d178198491ffd08fa2217a64ecd)), closes [#8579](https://github.com/bitnami/charts/issues/8579) +* [bitnami/thanos] Update MinIO subchart to newest major version (#8686) ([fdbefbf](https://github.com/bitnami/charts/commit/fdbefbfd140f183a2d7ecd6846a1db1159a5fabc)), closes [#8686](https://github.com/bitnami/charts/issues/8686) ## 8.3.0 (2022-01-05) -* [bitnami/several] Adapt templating format (#8562) ([8cad18a](https://github.com/bitnami/charts/commit/8cad18a)), closes [#8562](https://github.com/bitnami/charts/issues/8562) -* [bitnami/several] Add license to the README ([05f7633](https://github.com/bitnami/charts/commit/05f7633)) -* [bitnami/several] Add license to the README ([32fb238](https://github.com/bitnami/charts/commit/32fb238)) -* [bitnami/several] Add license to the README ([b87c2f7](https://github.com/bitnami/charts/commit/b87c2f7)) -* bitnami/thanos chart: readme typo (#8558) ([e8aa5f8](https://github.com/bitnami/charts/commit/e8aa5f8)), closes [#8558](https://github.com/bitnami/charts/issues/8558) +* [bitnami/several] Adapt templating format (#8562) ([8cad18a](https://github.com/bitnami/charts/commit/8cad18aed9966a6f0208e5ad6cee46cb217f47ab)), closes [#8562](https://github.com/bitnami/charts/issues/8562) +* [bitnami/several] Add license to the README ([05f7633](https://github.com/bitnami/charts/commit/05f763372501d596e57db713dd53ff4ff3027cc4)) +* [bitnami/several] Add license to the README ([32fb238](https://github.com/bitnami/charts/commit/32fb238e60a0affc6debd3142eaa3c3d9089ec2a)) +* [bitnami/several] Add license to the README ([b87c2f7](https://github.com/bitnami/charts/commit/b87c2f7899d48a8b02c506765e6ae82937e9ba3f)) +* bitnami/thanos chart: readme typo (#8558) ([e8aa5f8](https://github.com/bitnami/charts/commit/e8aa5f8141ddc9f3e2d441b4edc152ef86b01bea)), closes [#8558](https://github.com/bitnami/charts/issues/8558) ## 8.2.5 (2021-12-22) -* [bitnami/thanos] Release 8.2.5 updating components versions ([c88784b](https://github.com/bitnami/charts/commit/c88784b)) +* [bitnami/thanos] Release 8.2.5 updating components versions ([c88784b](https://github.com/bitnami/charts/commit/c88784b1b517ba8bbfda4d2d7a1ed6d30ee4a528)) ## 8.2.4 (2021-12-22) -* [bitnami/thanos] Release 8.2.4 updating components versions ([99ff271](https://github.com/bitnami/charts/commit/99ff271)) +* [bitnami/thanos] Release 8.2.4 updating components versions ([99ff271](https://github.com/bitnami/charts/commit/99ff271595cec898df2abbd38c6f428bdd430782)) ## 8.2.3 (2021-12-17) -* [bitnami/thanos] fix auto Generated certificate (#8405) ([8d4a546](https://github.com/bitnami/charts/commit/8d4a546)), closes [#8405](https://github.com/bitnami/charts/issues/8405) +* [bitnami/thanos] fix auto Generated certificate (#8405) ([8d4a546](https://github.com/bitnami/charts/commit/8d4a546197856c9cb4b56f1d442ff35c5fc8c372)), closes [#8405](https://github.com/bitnami/charts/issues/8405) ## 8.2.2 (2021-12-14) -* [bitnami/thanos] fix remote port in thanos-receive ingress (#8313) ([b8a5eb4](https://github.com/bitnami/charts/commit/b8a5eb4)), closes [#8313](https://github.com/bitnami/charts/issues/8313) -* [bitnami/thanos] Release 8.2.2 updating components versions ([5d991d3](https://github.com/bitnami/charts/commit/5d991d3)) +* [bitnami/thanos] fix remote port in thanos-receive ingress (#8313) ([b8a5eb4](https://github.com/bitnami/charts/commit/b8a5eb44a1b6abaa4440d5dc5dc0e923358c028e)), closes [#8313](https://github.com/bitnami/charts/issues/8313) +* [bitnami/thanos] Release 8.2.2 updating components versions ([5d991d3](https://github.com/bitnami/charts/commit/5d991d3cd14c82df0886f4e2f733b604378c2af3)) ## 8.2.1 (2021-12-09) -* [Thanos] Fix grpc.server.tls.autoGenerated doesn't work (#8323) ([42b51c5](https://github.com/bitnami/charts/commit/42b51c5)), closes [#8323](https://github.com/bitnami/charts/issues/8323) +* [Thanos] Fix grpc.server.tls.autoGenerated doesn't work (#8323) ([42b51c5](https://github.com/bitnami/charts/commit/42b51c5b328fb7d54b69c798588e071d7bf100de)), closes [#8323](https://github.com/bitnami/charts/issues/8323) ## 8.2.0 (2021-12-07) -* [bitnami/thanos] Add networkpolicy support (#8283) ([d027f36](https://github.com/bitnami/charts/commit/d027f36)), closes [#8283](https://github.com/bitnami/charts/issues/8283) -* Update Thanos Readme for minio configuration. (#8249) ([6eb0d3c](https://github.com/bitnami/charts/commit/6eb0d3c)), closes [#8249](https://github.com/bitnami/charts/issues/8249) +* [bitnami/thanos] Add networkpolicy support (#8283) ([d027f36](https://github.com/bitnami/charts/commit/d027f365aa4521dc4d97b954db7e7b2971fc690d)), closes [#8283](https://github.com/bitnami/charts/issues/8283) +* Update Thanos Readme for minio configuration. (#8249) ([6eb0d3c](https://github.com/bitnami/charts/commit/6eb0d3c207d2b61c0fc6929a6b24f3d6cddf961f)), closes [#8249](https://github.com/bitnami/charts/issues/8249) ## 8.1.2 (2021-11-29) -* [bitnami/several] Replace HTTP by HTTPS when possible (#8259) ([eafb5bd](https://github.com/bitnami/charts/commit/eafb5bd)), closes [#8259](https://github.com/bitnami/charts/issues/8259) +* [bitnami/several] Replace HTTP by HTTPS when possible (#8259) ([eafb5bd](https://github.com/bitnami/charts/commit/eafb5bd5a2cc3aaf04fc1e8ebedd73f420d76864)), closes [#8259](https://github.com/bitnami/charts/issues/8259) ## 8.1.1 (2021-11-26) -* [bitnami/thanos] Fix thanos query grpc nodeport (#8250) ([05c57f7](https://github.com/bitnami/charts/commit/05c57f7)), closes [#8250](https://github.com/bitnami/charts/issues/8250) +* [bitnami/thanos] Fix thanos query grpc nodeport (#8250) ([05c57f7](https://github.com/bitnami/charts/commit/05c57f7ea39a0336cdc97e2e7b0803cbc9ad5d85)), closes [#8250](https://github.com/bitnami/charts/issues/8250) ## 8.1.0 (2021-11-23) -* [bitnami/thanos] Add StoreGateway GRPC ingress (#8209) ([d35b691](https://github.com/bitnami/charts/commit/d35b691)), closes [#8209](https://github.com/bitnami/charts/issues/8209) +* [bitnami/thanos] Add StoreGateway GRPC ingress (#8209) ([d35b691](https://github.com/bitnami/charts/commit/d35b691cc9f3d80c9867c222477d7b57387df767)), closes [#8209](https://github.com/bitnami/charts/issues/8209) ## 8.0.3 (2021-11-15) -* [bitnami/thanos] fix port recive-distributor (#8099) ([17fd9b9](https://github.com/bitnami/charts/commit/17fd9b9)), closes [#8099](https://github.com/bitnami/charts/issues/8099) +* [bitnami/thanos] fix port recive-distributor (#8099) ([17fd9b9](https://github.com/bitnami/charts/commit/17fd9b9819a1091ff83b9b466976a664f13b932b)), closes [#8099](https://github.com/bitnami/charts/issues/8099) ## 8.0.2 (2021-11-12) -* [thanos] fix non-autogenerated secrets type (#8105) ([f104c5d](https://github.com/bitnami/charts/commit/f104c5d)), closes [#8105](https://github.com/bitnami/charts/issues/8105) +* [thanos] fix non-autogenerated secrets type (#8105) ([f104c5d](https://github.com/bitnami/charts/commit/f104c5de2438cc59596d6f236fabe120760061b8)), closes [#8105](https://github.com/bitnami/charts/issues/8105) ## 8.0.1 (2021-11-11) -* [bitnami/several] Regenerate README tables ([ef52074](https://github.com/bitnami/charts/commit/ef52074)) -* [bitnami/thanos] Fix Receiver Distributor (#8089) ([7f36a0c](https://github.com/bitnami/charts/commit/7f36a0c)), closes [#8089](https://github.com/bitnami/charts/issues/8089) +* [bitnami/several] Regenerate README tables ([ef52074](https://github.com/bitnami/charts/commit/ef52074d5f3dd00218322cd201f83ee55f9dd1e6)) +* [bitnami/thanos] Fix Receiver Distributor (#8089) ([7f36a0c](https://github.com/bitnami/charts/commit/7f36a0c274817c69377f7c22bcfa68536ed41d2d)), closes [#8089](https://github.com/bitnami/charts/issues/8089) ## 8.0.0 (2021-11-05) -* [bitnami/thanos] Chart standarized (#8023) ([5619131](https://github.com/bitnami/charts/commit/5619131)), closes [#8023](https://github.com/bitnami/charts/issues/8023) +* [bitnami/thanos] Chart standarized (#8023) ([5619131](https://github.com/bitnami/charts/commit/56191311cb69f73980e5eb6b6535e44f041902c5)), closes [#8023](https://github.com/bitnami/charts/issues/8023) ## 7.1.0 (2021-11-05) -* [bitnami/thanos] Add additionalHeadless service to the querier component. (#7927) ([89d9d7d](https://github.com/bitnami/charts/commit/89d9d7d)), closes [#7927](https://github.com/bitnami/charts/issues/7927) +* [bitnami/thanos] Add additionalHeadless service to the querier component. (#7927) ([89d9d7d](https://github.com/bitnami/charts/commit/89d9d7df53e89f8657c907a13b9c4fdb144f9512)), closes [#7927](https://github.com/bitnami/charts/issues/7927) ## 7.0.5 (2021-11-02) -* [bitnami/thanos] Fix strategy configuration for Thanos Recieve (#7956) ([47abc23](https://github.com/bitnami/charts/commit/47abc23)), closes [#7956](https://github.com/bitnami/charts/issues/7956) +* [bitnami/thanos] Fix strategy configuration for Thanos Recieve (#7956) ([47abc23](https://github.com/bitnami/charts/commit/47abc236199c4089306418877e7ba4711fa89999)), closes [#7956](https://github.com/bitnami/charts/issues/7956) ## 7.0.4 (2021-10-29) -* corrects Thanos Query GRPC ingress service port for extraHosts (#7974) ([43beb15](https://github.com/bitnami/charts/commit/43beb15)), closes [#7974](https://github.com/bitnami/charts/issues/7974) +* corrects Thanos Query GRPC ingress service port for extraHosts (#7974) ([43beb15](https://github.com/bitnami/charts/commit/43beb15821c0e4b71c34a4bf9b26db5599acd395)), closes [#7974](https://github.com/bitnami/charts/issues/7974) ## 7.0.3 (2021-10-29) -* [bitnami/*] Mark PodSecurityPolicy resources as deprecated (#7951) ([035d926](https://github.com/bitnami/charts/commit/035d926)), closes [#7951](https://github.com/bitnami/charts/issues/7951) -* [bitnami/thanos] Fix Thanos Query GRPC Ingress service port (#7968) ([7db5ad3](https://github.com/bitnami/charts/commit/7db5ad3)), closes [#7968](https://github.com/bitnami/charts/issues/7968) +* [bitnami/*] Mark PodSecurityPolicy resources as deprecated (#7951) ([035d926](https://github.com/bitnami/charts/commit/035d926d45526472dbf703ea285ebf491c442c8e)), closes [#7951](https://github.com/bitnami/charts/issues/7951) +* [bitnami/thanos] Fix Thanos Query GRPC Ingress service port (#7968) ([7db5ad3](https://github.com/bitnami/charts/commit/7db5ad39ef49259605b004e57b7d1bf31c92744b)), closes [#7968](https://github.com/bitnami/charts/issues/7968) ## 7.0.2 (2021-10-28) -* [bitnami/thanos] Replace nodePorts.grpc/http to http/grpc.nodePorts in the servce sharded (#7940) ([1324736](https://github.com/bitnami/charts/commit/1324736)), closes [#7940](https://github.com/bitnami/charts/issues/7940) +* [bitnami/thanos] Replace nodePorts.grpc/http to http/grpc.nodePorts in the servce sharded (#7940) ([1324736](https://github.com/bitnami/charts/commit/13247368416687c35459ad90740fc0a5c152e6fa)), closes [#7940](https://github.com/bitnami/charts/issues/7940) ## 7.0.1 (2021-10-22) -* [bitnami/several] Add chart info to NOTES.txt (#7889) ([a6751cd](https://github.com/bitnami/charts/commit/a6751cd)), closes [#7889](https://github.com/bitnami/charts/issues/7889) -* [bitnami/several] Regenerate README tables ([fbb0358](https://github.com/bitnami/charts/commit/fbb0358)) +* [bitnami/several] Add chart info to NOTES.txt (#7889) ([a6751cd](https://github.com/bitnami/charts/commit/a6751cdd33c461fabbc459fbea6f219ec64ab6b2)), closes [#7889](https://github.com/bitnami/charts/issues/7889) +* [bitnami/several] Regenerate README tables ([fbb0358](https://github.com/bitnami/charts/commit/fbb0358f0d99d2ea30fa27cd14af89ca1217dc4b)) ## 7.0.0 (2021-10-21) -* [bitnami/thanos] New major version (#7875) ([91120ea](https://github.com/bitnami/charts/commit/91120ea)), closes [#7875](https://github.com/bitnami/charts/issues/7875) +* [bitnami/thanos] New major version (#7875) ([91120ea](https://github.com/bitnami/charts/commit/91120ea463e0d7212b737f29458804accb0fe1b4)), closes [#7875](https://github.com/bitnami/charts/issues/7875) ## 6.0.14 (2021-10-19) -* [bitnami/several] Change pullPolicy for bitnami-shell image (#7852) ([9711a33](https://github.com/bitnami/charts/commit/9711a33)), closes [#7852](https://github.com/bitnami/charts/issues/7852) -* [bitnami/several] Regenerate README tables ([d8e471f](https://github.com/bitnami/charts/commit/d8e471f)) +* [bitnami/several] Change pullPolicy for bitnami-shell image (#7852) ([9711a33](https://github.com/bitnami/charts/commit/9711a33c6eec72ea79143c4b7574dbe6a148d6b2)), closes [#7852](https://github.com/bitnami/charts/issues/7852) +* [bitnami/several] Regenerate README tables ([d8e471f](https://github.com/bitnami/charts/commit/d8e471fea607ff755d06b8c7dffb98008ea34a53)) ## 6.0.13 (2021-10-14) -* [bitnami/several] Regenerate README tables ([a678bc7](https://github.com/bitnami/charts/commit/a678bc7)) -* Fixed broken links in Airflow and Thanos READMEs (#7804) ([87ba524](https://github.com/bitnami/charts/commit/87ba524)), closes [#7804](https://github.com/bitnami/charts/issues/7804) +* [bitnami/several] Regenerate README tables ([a678bc7](https://github.com/bitnami/charts/commit/a678bc7ba8f35e8e9735b23d136aeeff7c4db1d2)) +* Fixed broken links in Airflow and Thanos READMEs (#7804) ([87ba524](https://github.com/bitnami/charts/commit/87ba524f7b085adc8b31bdf4432ddf3f493bee06)), closes [#7804](https://github.com/bitnami/charts/issues/7804) ## 6.0.12 (2021-10-06) -* [bitnami/several] Regenerate README tables ([cdcf8c1](https://github.com/bitnami/charts/commit/cdcf8c1)) -* [bitnami/thanos] Release 6.0.12 updating components versions ([995bb31](https://github.com/bitnami/charts/commit/995bb31)) +* [bitnami/several] Regenerate README tables ([cdcf8c1](https://github.com/bitnami/charts/commit/cdcf8c1407a9a23b93fadf513be21ca1f9c7c056)) +* [bitnami/thanos] Release 6.0.12 updating components versions ([995bb31](https://github.com/bitnami/charts/commit/995bb317f030ded3efc2efa8295ea12053f0b2a6)) ## 6.0.11 (2021-10-05) -* [bitnami/several] Regenerate README tables ([c3367d9](https://github.com/bitnami/charts/commit/c3367d9)) -* bitnami/thanos: Switch deployment strategy to 'Recreate' (#7402) ([bfe34d4](https://github.com/bitnami/charts/commit/bfe34d4)), closes [#7402](https://github.com/bitnami/charts/issues/7402) +* [bitnami/several] Regenerate README tables ([c3367d9](https://github.com/bitnami/charts/commit/c3367d910710aece8db3ece72554597fce871ae1)) +* bitnami/thanos: Switch deployment strategy to 'Recreate' (#7402) ([bfe34d4](https://github.com/bitnami/charts/commit/bfe34d4502a820901645fbcf70f1ae888d349fa0)), closes [#7402](https://github.com/bitnami/charts/issues/7402) ## 6.0.10 (2021-10-01) -* [bitnami/*] Drop support for deprecated cert-manager annotation (#7646) ([4297b79](https://github.com/bitnami/charts/commit/4297b79)), closes [#7646](https://github.com/bitnami/charts/issues/7646) +* [bitnami/*] Drop support for deprecated cert-manager annotation (#7646) ([4297b79](https://github.com/bitnami/charts/commit/4297b792e48fba9c7c3b8fed447a856632c61201)), closes [#7646](https://github.com/bitnami/charts/issues/7646) ## 6.0.4 (2021-09-30) -* [bitnami/several] Regenerate README tables ([5a24d1f](https://github.com/bitnami/charts/commit/5a24d1f)) -* [bitnami/thanos] compactor and storegateway svc ref in ingress with common name (#7548) ([2afda16](https://github.com/bitnami/charts/commit/2afda16)), closes [#7548](https://github.com/bitnami/charts/issues/7548) +* [bitnami/several] Regenerate README tables ([5a24d1f](https://github.com/bitnami/charts/commit/5a24d1fc9508abfef7fc8a85d0ac64f5d2f7926a)) +* [bitnami/thanos] compactor and storegateway svc ref in ingress with common name (#7548) ([2afda16](https://github.com/bitnami/charts/commit/2afda168725556251dc543ed81cee8b66b331d44)), closes [#7548](https://github.com/bitnami/charts/issues/7548) ## 6.0.3 (2021-09-27) -* [bitnami/*] Generate READMEs with new generator version (#7614) ([e5ab2e6](https://github.com/bitnami/charts/commit/e5ab2e6)), closes [#7614](https://github.com/bitnami/charts/issues/7614) -* [bitnami/several] Regenerate README tables ([79eac44](https://github.com/bitnami/charts/commit/79eac44)) -* [bitnami/thanos] Release 6.0.3 updating components versions ([8fefd0d](https://github.com/bitnami/charts/commit/8fefd0d)) +* [bitnami/*] Generate READMEs with new generator version (#7614) ([e5ab2e6](https://github.com/bitnami/charts/commit/e5ab2e6ecdd6bce800863f154cda524ff9f6c117)), closes [#7614](https://github.com/bitnami/charts/issues/7614) +* [bitnami/several] Regenerate README tables ([79eac44](https://github.com/bitnami/charts/commit/79eac4490bf5d0abe582920d9662a892c9666870)) +* [bitnami/thanos] Release 6.0.3 updating components versions ([8fefd0d](https://github.com/bitnami/charts/commit/8fefd0dc8206e0ee66140230e47506158776b04e)) ## 6.0.2 (2021-09-22) -* [bitnami/several] Regenerate README tables ([003a0fb](https://github.com/bitnami/charts/commit/003a0fb)) -* T41189 Fixed broken links in Thanos README (#7542) ([2d94f8c](https://github.com/bitnami/charts/commit/2d94f8c)), closes [#7542](https://github.com/bitnami/charts/issues/7542) +* [bitnami/several] Regenerate README tables ([003a0fb](https://github.com/bitnami/charts/commit/003a0fbaedeb775c546b8d8452b7a5ab0a63af52)) +* T41189 Fixed broken links in Thanos README (#7542) ([2d94f8c](https://github.com/bitnami/charts/commit/2d94f8ce91bc381affb40c4acb572a9380f21653)), closes [#7542](https://github.com/bitnami/charts/issues/7542) ## 6.0.1 (2021-09-16) -* [bitnami/thanos] Release 6.0.1 updating components versions ([a19ddba](https://github.com/bitnami/charts/commit/a19ddba)) +* [bitnami/thanos] Release 6.0.1 updating components versions ([a19ddba](https://github.com/bitnami/charts/commit/a19ddbae5a57db4798664b3ed9db88613b7bf411)) ## 6.0.0 (2021-09-13) -* [bitnami/several] Regenerate README tables ([a94b593](https://github.com/bitnami/charts/commit/a94b593)) -* [bitnami/thanos] Fix incorrect ingress name (#7442) ([2f783cb](https://github.com/bitnami/charts/commit/2f783cb)), closes [#7442](https://github.com/bitnami/charts/issues/7442) -* [bitnami/thanos] Update subcharts (#7469) ([9beab3f](https://github.com/bitnami/charts/commit/9beab3f)), closes [#7469](https://github.com/bitnami/charts/issues/7469) +* [bitnami/several] Regenerate README tables ([a94b593](https://github.com/bitnami/charts/commit/a94b5937a8665743457afc158202ebc33405c8e1)) +* [bitnami/thanos] Fix incorrect ingress name (#7442) ([2f783cb](https://github.com/bitnami/charts/commit/2f783cb15faf07479a9f3c839a34f330b4cceb21)), closes [#7442](https://github.com/bitnami/charts/issues/7442) +* [bitnami/thanos] Update subcharts (#7469) ([9beab3f](https://github.com/bitnami/charts/commit/9beab3f8a248be6e6edad673c8d0ccdf2a9a037f)), closes [#7469](https://github.com/bitnami/charts/issues/7469) ## 5.5.1 (2021-09-10) -* [bitnami/several] Regenerate README tables ([dcb935c](https://github.com/bitnami/charts/commit/dcb935c)) -* [bitnami/thanos] Release 5.5.1 updating components versions ([82c1f72](https://github.com/bitnami/charts/commit/82c1f72)) +* [bitnami/several] Regenerate README tables ([dcb935c](https://github.com/bitnami/charts/commit/dcb935c1bf066b6d8988f3b0dbe85d01aa01b215)) +* [bitnami/thanos] Release 5.5.1 updating components versions ([82c1f72](https://github.com/bitnami/charts/commit/82c1f7244ebb4f9051df84b15bdab97e8f2b5e77)) ## 5.5.0 (2021-09-09) -* [bitnami/several] Regenerate README tables ([e0a27b4](https://github.com/bitnami/charts/commit/e0a27b4)) -* [bitnami/thanos] Thanos receiver dualmode (#7148) ([418167c](https://github.com/bitnami/charts/commit/418167c)), closes [#7148](https://github.com/bitnami/charts/issues/7148) +* [bitnami/several] Regenerate README tables ([e0a27b4](https://github.com/bitnami/charts/commit/e0a27b4c05c509da51859373dad032294438af74)) +* [bitnami/thanos] Thanos receiver dualmode (#7148) ([418167c](https://github.com/bitnami/charts/commit/418167c7fa95248f2882c67f35a76ec4c80967c3)), closes [#7148](https://github.com/bitnami/charts/issues/7148) ## 5.4.0 (2021-09-03) -* [bitnami/several] Regenerate README tables ([6c9124f](https://github.com/bitnami/charts/commit/6c9124f)) -* [bitnami/thanos] add ingressClassName (#7374) ([55aa59e](https://github.com/bitnami/charts/commit/55aa59e)), closes [#7374](https://github.com/bitnami/charts/issues/7374) +* [bitnami/several] Regenerate README tables ([6c9124f](https://github.com/bitnami/charts/commit/6c9124f79491aa65f53a87c1ed598b47ffa8b411)) +* [bitnami/thanos] add ingressClassName (#7374) ([55aa59e](https://github.com/bitnami/charts/commit/55aa59e7a9856175dd32b836ed3d5ee3b115b2e5)), closes [#7374](https://github.com/bitnami/charts/issues/7374) ## 5.3.2 (2021-08-20) -* Bitnami/thanos receiver ingress issue (#7265) ([5286377](https://github.com/bitnami/charts/commit/5286377)), closes [#7265](https://github.com/bitnami/charts/issues/7265) +* Bitnami/thanos receiver ingress issue (#7265) ([5286377](https://github.com/bitnami/charts/commit/52863779f39e0c79ddc791d6af176e7f18f39fef)), closes [#7265](https://github.com/bitnami/charts/issues/7265) ## 5.3.1 (2021-08-12) -* [bitnami/thanos] Update thanos query to read sharded service (#7201) ([4bc6e08](https://github.com/bitnami/charts/commit/4bc6e08)), closes [#7201](https://github.com/bitnami/charts/issues/7201) +* [bitnami/thanos] Update thanos query to read sharded service (#7201) ([4bc6e08](https://github.com/bitnami/charts/commit/4bc6e08620bca4d0159fb5e9d365c4717674e5c4)), closes [#7201](https://github.com/bitnami/charts/issues/7201) ## 5.3.0 (2021-08-12) -* [bitnami/several] Regenerate README tables ([6c107e8](https://github.com/bitnami/charts/commit/6c107e8)) -* [bitnami/thanos] Add hash and time base partion for thanos store (#7049) ([404eb51](https://github.com/bitnami/charts/commit/404eb51)), closes [#7049](https://github.com/bitnami/charts/issues/7049) +* [bitnami/several] Regenerate README tables ([6c107e8](https://github.com/bitnami/charts/commit/6c107e835d6caf8db2e8b17dcd48c5971637e013)) +* [bitnami/thanos] Add hash and time base partion for thanos store (#7049) ([404eb51](https://github.com/bitnami/charts/commit/404eb51fc05cc629a9105c6bc1dcd192f2f4edf8)), closes [#7049](https://github.com/bitnami/charts/issues/7049) ## 5.2.7 (2021-08-04) -* [bitnami/thanos] Release 5.2.7 updating components versions ([47fc2ee](https://github.com/bitnami/charts/commit/47fc2ee)) +* [bitnami/thanos] Release 5.2.7 updating components versions ([47fc2ee](https://github.com/bitnami/charts/commit/47fc2ee0f15f94e118ecf655fdd2916de6dc3403)) ## 5.2.6 (2021-08-02) -* [bitnami/thanos] Fix nil pointer exception when deploying Thanos with bucketweb ingress. (#7107) ([56297ba](https://github.com/bitnami/charts/commit/56297ba)), closes [#7107](https://github.com/bitnami/charts/issues/7107) +* [bitnami/thanos] Fix nil pointer exception when deploying Thanos with bucketweb ingress. (#7107) ([56297ba](https://github.com/bitnami/charts/commit/56297ba38318a928c694415806bfc4db0d0cf614)), closes [#7107](https://github.com/bitnami/charts/issues/7107) ## 5.2.5 (2021-07-27) -* [bitnami/several] Bump version and update READMEs (#7069) ([6340bff](https://github.com/bitnami/charts/commit/6340bff)), closes [#7069](https://github.com/bitnami/charts/issues/7069) +* [bitnami/several] Bump version and update READMEs (#7069) ([6340bff](https://github.com/bitnami/charts/commit/6340bff66f93c8c797bda3ca0842e4bf770059f1)), closes [#7069](https://github.com/bitnami/charts/issues/7069) ## 5.2.4 (2021-07-27) -* Replace strings with ™ in the README files (#7066) ([d298b49](https://github.com/bitnami/charts/commit/d298b49)), closes [#7066](https://github.com/bitnami/charts/issues/7066) +* Replace strings with ™ in the README files (#7066) ([d298b49](https://github.com/bitnami/charts/commit/d298b4996da33c9580c2594e6dc8ad665dd0ebab)), closes [#7066](https://github.com/bitnami/charts/issues/7066) ## 5.2.3 (2021-07-22) -* [bitnami/thanos] Release 5.2.3 updating components versions ([f10d3e0](https://github.com/bitnami/charts/commit/f10d3e0)) +* [bitnami/thanos] Release 5.2.3 updating components versions ([f10d3e0](https://github.com/bitnami/charts/commit/f10d3e054673428a6d27ae292ad6b2004dbb9e85)) ## 5.2.2 (2021-07-21) -* [bitnami/*] Replace nil values (#6993) ([2be11a7](https://github.com/bitnami/charts/commit/2be11a7)), closes [#6993](https://github.com/bitnami/charts/issues/6993) +* [bitnami/*] Replace nil values (#6993) ([2be11a7](https://github.com/bitnami/charts/commit/2be11a70b92a01603c1f079eeaff4b00dc4796d6)), closes [#6993](https://github.com/bitnami/charts/issues/6993) ## 5.2.1 (2021-07-19) -* [bitnami/*] Adapt values.yaml of TensorFlow, TestLink and Thanos charts (#6965) ([71a2668](https://github.com/bitnami/charts/commit/71a2668)), closes [#6965](https://github.com/bitnami/charts/issues/6965) +* [bitnami/*] Adapt values.yaml of TensorFlow, TestLink and Thanos charts (#6965) ([71a2668](https://github.com/bitnami/charts/commit/71a2668d72cbec381a006dab16622f19e64e1290)), closes [#6965](https://github.com/bitnami/charts/issues/6965) ## 5.2.0 (2021-07-19) -* [bitnami/thanos] Add Prometheus alerts for Thanos components (#6776) ([2d481f0](https://github.com/bitnami/charts/commit/2d481f0)), closes [#6776](https://github.com/bitnami/charts/issues/6776) +* [bitnami/thanos] Add Prometheus alerts for Thanos components (#6776) ([2d481f0](https://github.com/bitnami/charts/commit/2d481f0cdcfddea5ce9752a58409030e7a6b3a0c)), closes [#6776](https://github.com/bitnami/charts/issues/6776) ## 5.1.1 (2021-07-13) -* [bitnami/thanos] Release 5.1.1 updating components versions ([74fe8aa](https://github.com/bitnami/charts/commit/74fe8aa)) +* [bitnami/thanos] Release 5.1.1 updating components versions ([74fe8aa](https://github.com/bitnami/charts/commit/74fe8aa1c2aa8c0ad65a94fdbc61a5b967bb7ad8)) ## 5.1.0 (2021-07-08) -* [bitnami/thanos] Common labels thanos (#6885) ([2038d81](https://github.com/bitnami/charts/commit/2038d81)), closes [#6885](https://github.com/bitnami/charts/issues/6885) +* [bitnami/thanos] Common labels thanos (#6885) ([2038d81](https://github.com/bitnami/charts/commit/2038d81d438346ba61220f78b15c2742737640ff)), closes [#6885](https://github.com/bitnami/charts/issues/6885) ## 5.0.0 (2021-06-29) -* [bitnami/thanos] Added containerSecurityContext and renamed securityContext to podSecurityContext (# ([1160eee](https://github.com/bitnami/charts/commit/1160eee)), closes [#6673](https://github.com/bitnami/charts/issues/6673) +* [bitnami/thanos] Added containerSecurityContext and renamed securityContext to podSecurityContext (# ([1160eee](https://github.com/bitnami/charts/commit/1160eeef7313c0be38fee78b15e164b9aa688cd2)), closes [#6673](https://github.com/bitnami/charts/issues/6673) ## 4.0.0 (2021-06-22) -* [bitnami/thanos] Update Thanos' MinIO dependency to its latest major (#6732) ([e94fb6f](https://github.com/bitnami/charts/commit/e94fb6f)), closes [#6732](https://github.com/bitnami/charts/issues/6732) +* [bitnami/thanos] Update Thanos' MinIO dependency to its latest major (#6732) ([e94fb6f](https://github.com/bitnami/charts/commit/e94fb6f6681c6f1958301623052c88e208fba1b2)), closes [#6732](https://github.com/bitnami/charts/issues/6732) ## 3.18.2 (2021-06-17) -* [bitnami/thanos] fix typo on receive component parameter documentation (#6687) ([bae7796](https://github.com/bitnami/charts/commit/bae7796)), closes [#6687](https://github.com/bitnami/charts/issues/6687) +* [bitnami/thanos] fix typo on receive component parameter documentation (#6687) ([bae7796](https://github.com/bitnami/charts/commit/bae779624ab1d414f6d6702e80a6af9c0afaac48)), closes [#6687](https://github.com/bitnami/charts/issues/6687) ## 3.18.1 (2021-06-16) -* [bitnami/thanos] Add extended alertmanager configuration by flag or file (#6571) ([1b67f55](https://github.com/bitnami/charts/commit/1b67f55)), closes [#6571](https://github.com/bitnami/charts/issues/6571) -* [bitnami/thanos] Modify autogenerate support to fix existingSecret (#6670) ([71eebdc](https://github.com/bitnami/charts/commit/71eebdc)), closes [#6670](https://github.com/bitnami/charts/issues/6670) +* [bitnami/thanos] Add extended alertmanager configuration by flag or file (#6571) ([1b67f55](https://github.com/bitnami/charts/commit/1b67f5596a12e49d37c2d26069bdd806b957937c)), closes [#6571](https://github.com/bitnami/charts/issues/6571) +* [bitnami/thanos] Modify autogenerate support to fix existingSecret (#6670) ([71eebdc](https://github.com/bitnami/charts/commit/71eebdc946c28aa614061ddf83bcc97a8f4dfd84)), closes [#6670](https://github.com/bitnami/charts/issues/6670) ## 3.18.0 (2021-06-10) -* [bitnami/thanos] Add support for autogenerated certs (#6613) ([4435d7c](https://github.com/bitnami/charts/commit/4435d7c)), closes [#6613](https://github.com/bitnami/charts/issues/6613) +* [bitnami/thanos] Add support for autogenerated certs (#6613) ([4435d7c](https://github.com/bitnami/charts/commit/4435d7ce8dae6072688011e2456d36d3246c036d)), closes [#6613](https://github.com/bitnami/charts/issues/6613) ## 3.17.8 (2021-06-04) -* [bitnami/thanos] Release 3.17.8 updating components versions ([065b110](https://github.com/bitnami/charts/commit/065b110)) +* [bitnami/thanos] Release 3.17.8 updating components versions ([065b110](https://github.com/bitnami/charts/commit/065b110ecb1c4fb48d1cdcd1c8c3ca6aed08c1e0)) ## 3.17.7 (2021-06-03) -* [bitnami/thanos] Release 3.17.7 updating components versions ([1292364](https://github.com/bitnami/charts/commit/1292364)) +* [bitnami/thanos] Release 3.17.7 updating components versions ([1292364](https://github.com/bitnami/charts/commit/12923642ab3e0cd942bbc24f0e0143901eda007e)) ## 3.17.6 (2021-05-31) -* [bitnami/thanos] fix securityContext for Receive (#6509) ([695d12b](https://github.com/bitnami/charts/commit/695d12b)), closes [#6509](https://github.com/bitnami/charts/issues/6509) +* [bitnami/thanos] fix securityContext for Receive (#6509) ([695d12b](https://github.com/bitnami/charts/commit/695d12b296a0785eb6c4ebc214ccf827384730a2)), closes [#6509](https://github.com/bitnami/charts/issues/6509) ## 3.17.5 (2021-05-28) -* [bitnami/thanos] Release 3.17.5 updating components versions ([e9a6e21](https://github.com/bitnami/charts/commit/e9a6e21)) +* [bitnami/thanos] Release 3.17.5 updating components versions ([e9a6e21](https://github.com/bitnami/charts/commit/e9a6e21c3f1337f4879bd94e5f377bcca5e9fc86)) ## 3.17.4 (2021-05-28) -* [bitnami/thanos] use multiple rules files (#6469) ([698aedc](https://github.com/bitnami/charts/commit/698aedc)), closes [#6469](https://github.com/bitnami/charts/issues/6469) +* [bitnami/thanos] use multiple rules files (#6469) ([698aedc](https://github.com/bitnami/charts/commit/698aedca141629cecbaa939f759044e5865b7dc0)), closes [#6469](https://github.com/bitnami/charts/issues/6469) ## 3.17.3 (2021-05-21) -* [bitnami/thanos] Release 3.17.3 updating components versions ([e20c3e2](https://github.com/bitnami/charts/commit/e20c3e2)) +* [bitnami/thanos] Release 3.17.3 updating components versions ([e20c3e2](https://github.com/bitnami/charts/commit/e20c3e2453d3d9d5c5aff17e69d37bd9d12200f0)) ## 3.17.2 (2021-05-20) -* [bitnami/thanos] Release 3.17.2 updating components versions ([8fdcb1b](https://github.com/bitnami/charts/commit/8fdcb1b)) +* [bitnami/thanos] Release 3.17.2 updating components versions ([8fdcb1b](https://github.com/bitnami/charts/commit/8fdcb1bccbf6cd5351653aa37df1e670748cdf5e)) ## 3.17.1 (2021-05-17) -* [bitnami/thanos] Put /api/v1/receive at the first of rules (thanos-receive ingress) (#6382) ([aee8b9a](https://github.com/bitnami/charts/commit/aee8b9a)), closes [#6382](https://github.com/bitnami/charts/issues/6382) +* [bitnami/thanos] Put /api/v1/receive at the first of rules (thanos-receive ingress) (#6382) ([aee8b9a](https://github.com/bitnami/charts/commit/aee8b9ad38f61d20f62842944ed1cd4e595926b4)), closes [#6382](https://github.com/bitnami/charts/issues/6382) ## 3.17.0 (2021-05-05) -* [bitnami/thanos] Adding sidecars to services with ingress (#6259) ([3b7579b](https://github.com/bitnami/charts/commit/3b7579b)), closes [#6259](https://github.com/bitnami/charts/issues/6259) +* [bitnami/thanos] Adding sidecars to services with ingress (#6259) ([3b7579b](https://github.com/bitnami/charts/commit/3b7579b6dd49003ac367949c06f73cf755f578f6)), closes [#6259](https://github.com/bitnami/charts/issues/6259) ## 3.16.0 (2021-04-21) -* feat(extraVolumes/Mounts): addition on all compoments (#6169) ([97c8a94](https://github.com/bitnami/charts/commit/97c8a94)), closes [#6169](https://github.com/bitnami/charts/issues/6169) +* feat(extraVolumes/Mounts): addition on all compoments (#6169) ([97c8a94](https://github.com/bitnami/charts/commit/97c8a9438276cf85d5d95dc44e08373e5d57a879)), closes [#6169](https://github.com/bitnami/charts/issues/6169) ## 3.15.1 (2021-04-16) -* [bitnami/thanos] fixed thanos/receive HPA (#6122) ([3f180c3](https://github.com/bitnami/charts/commit/3f180c3)), closes [#6122](https://github.com/bitnami/charts/issues/6122) +* [bitnami/thanos] fixed thanos/receive HPA (#6122) ([3f180c3](https://github.com/bitnami/charts/commit/3f180c392733ac285990d66415c57933b12279d3)), closes [#6122](https://github.com/bitnami/charts/issues/6122) ## 3.15.0 (2021-04-02) -* [bitnami/thanos] adding ability to pass env variables to containers (#5971) ([14777a2](https://github.com/bitnami/charts/commit/14777a2)), closes [#5971](https://github.com/bitnami/charts/issues/5971) -* Added tls flag for thanos queryFrontend (#5959) ([a38f684](https://github.com/bitnami/charts/commit/a38f684)), closes [#5959](https://github.com/bitnami/charts/issues/5959) +* [bitnami/thanos] adding ability to pass env variables to containers (#5971) ([14777a2](https://github.com/bitnami/charts/commit/14777a22d7ff7559e55b80e7a588ac7d5490e58a)), closes [#5971](https://github.com/bitnami/charts/issues/5971) +* Added tls flag for thanos queryFrontend (#5959) ([a38f684](https://github.com/bitnami/charts/commit/a38f68496afc146bcee995e061a47506f6bdcbc3)), closes [#5959](https://github.com/bitnami/charts/issues/5959) ## 3.14.2 (2021-04-01) -* [bitnami/thanos] Release 3.14.2 updating components versions ([9d67a58](https://github.com/bitnami/charts/commit/9d67a58)) +* [bitnami/thanos] Release 3.14.2 updating components versions ([9d67a58](https://github.com/bitnami/charts/commit/9d67a589c85fa9bb3cc7aac1522758426b4117a5)) ## 3.14.1 (2021-03-26) -* [bitnami/thanos] Release 3.14.1 updating components versions ([636a0cf](https://github.com/bitnami/charts/commit/636a0cf)) +* [bitnami/thanos] Release 3.14.1 updating components versions ([636a0cf](https://github.com/bitnami/charts/commit/636a0cf00264704768a21802ee2814d97d68210b)) ## 3.14.0 (2021-03-22) -* bitnami/thanos - allow setting externalTrafficPolicy for services (#5860) ([a679659](https://github.com/bitnami/charts/commit/a679659)), closes [#5860](https://github.com/bitnami/charts/issues/5860) +* bitnami/thanos - allow setting externalTrafficPolicy for services (#5860) ([a679659](https://github.com/bitnami/charts/commit/a679659b39649e7995b0a58f14cdfc378a50967c)), closes [#5860](https://github.com/bitnami/charts/issues/5860) ## 3.13.2 (2021-03-17) -* [bitnami/thanos] Parametrize Thanos Receive retention period (#5821) ([e1eea94](https://github.com/bitnami/charts/commit/e1eea94)), closes [#5821](https://github.com/bitnami/charts/issues/5821) +* [bitnami/thanos] Parametrize Thanos Receive retention period (#5821) ([e1eea94](https://github.com/bitnami/charts/commit/e1eea94c30ab99db055bd0ee74cd2819c979f9cd)), closes [#5821](https://github.com/bitnami/charts/issues/5821) ## 3.13.1 (2021-03-12) -* [bitnami/thanos] introduce logFormat in Thanos components (#5747) ([5fd202d](https://github.com/bitnami/charts/commit/5fd202d)), closes [#5747](https://github.com/bitnami/charts/issues/5747) +* [bitnami/thanos] introduce logFormat in Thanos components (#5747) ([5fd202d](https://github.com/bitnami/charts/commit/5fd202d22c8af0546b31f2c11cf89d5e8a5dd408)), closes [#5747](https://github.com/bitnami/charts/issues/5747) ## 3.13.0 (2021-03-09) -* [bitnami/thanos] Add ingress to ruler (#5736) ([555fc87](https://github.com/bitnami/charts/commit/555fc87)), closes [#5736](https://github.com/bitnami/charts/issues/5736) +* [bitnami/thanos] Add ingress to ruler (#5736) ([555fc87](https://github.com/bitnami/charts/commit/555fc879ee0c90e20072a7636ab73b5338d80626)), closes [#5736](https://github.com/bitnami/charts/issues/5736) ## 3.12.0 (2021-03-08) -* [bitnami/thanos] Add PodLabels (#5718) ([b0bd9a6](https://github.com/bitnami/charts/commit/b0bd9a6)), closes [#5718](https://github.com/bitnami/charts/issues/5718) +* [bitnami/thanos] Add PodLabels (#5718) ([b0bd9a6](https://github.com/bitnami/charts/commit/b0bd9a6a8e106abf4abc3a70a16179bdfd35fe23)), closes [#5718](https://github.com/bitnami/charts/issues/5718) ## 3.11.5 (2021-03-04) -* [bitnami/*] Remove minideb mentions (#5677) ([870bc4d](https://github.com/bitnami/charts/commit/870bc4d)), closes [#5677](https://github.com/bitnami/charts/issues/5677) +* [bitnami/*] Remove minideb mentions (#5677) ([870bc4d](https://github.com/bitnami/charts/commit/870bc4dba1fc3aa55dd157da6687b25e8d352206)), closes [#5677](https://github.com/bitnami/charts/issues/5677) ## 3.11.4 (2021-02-24) -* [bitnami/thanos] Fixing hashrings.json for thanos-receive component. (#5604) ([0db206e](https://github.com/bitnami/charts/commit/0db206e)), closes [#5604](https://github.com/bitnami/charts/issues/5604) [#5549](https://github.com/bitnami/charts/issues/5549) +* [bitnami/thanos] Fixing hashrings.json for thanos-receive component. (#5604) ([0db206e](https://github.com/bitnami/charts/commit/0db206ec5043ca86983394143fbc002440ce02c3)), closes [#5604](https://github.com/bitnami/charts/issues/5604) [#5549](https://github.com/bitnami/charts/issues/5549) ## 3.11.3 (2021-02-22) -* [bitnami/*] Use common macro to define RBAC apiVersion (#5585) ([71fb99f](https://github.com/bitnami/charts/commit/71fb99f)), closes [#5585](https://github.com/bitnami/charts/issues/5585) +* [bitnami/*] Use common macro to define RBAC apiVersion (#5585) ([71fb99f](https://github.com/bitnami/charts/commit/71fb99f541e971b1daafaa20ffb7d18b153b8d60)), closes [#5585](https://github.com/bitnami/charts/issues/5585) ## 3.11.2 (2021-02-19) -* [bitnami/thanos] Fixing weird behavior when helm library is used from flux and terraform (#5557) ([d56f21f](https://github.com/bitnami/charts/commit/d56f21f)), closes [#5557](https://github.com/bitnami/charts/issues/5557) [#5549](https://github.com/bitnami/charts/issues/5549) +* [bitnami/thanos] Fixing weird behavior when helm library is used from flux and terraform (#5557) ([d56f21f](https://github.com/bitnami/charts/commit/d56f21f76b22822a025f07426fd06b1dc7cbb35a)), closes [#5557](https://github.com/bitnami/charts/issues/5557) [#5549](https://github.com/bitnami/charts/issues/5549) ## 3.11.1 (2021-02-18) -* [bitnami/thanos] Fix query receive service discovery (#5510) ([3fe6864](https://github.com/bitnami/charts/commit/3fe6864)), closes [#5510](https://github.com/bitnami/charts/issues/5510) +* [bitnami/thanos] Fix query receive service discovery (#5510) ([3fe6864](https://github.com/bitnami/charts/commit/3fe68649e1091f66f9638bfb48cbda3fc01f0d58)), closes [#5510](https://github.com/bitnami/charts/issues/5510) ## 3.11.0 (2021-02-18) -* [bitnami/thanos] Fixing local-endpoint to work also with scaling. (#5504) ([ed1a655](https://github.com/bitnami/charts/commit/ed1a655)), closes [#5504](https://github.com/bitnami/charts/issues/5504) +* [bitnami/thanos] Fixing local-endpoint to work also with scaling. (#5504) ([ed1a655](https://github.com/bitnami/charts/commit/ed1a6551e61f1081445fbfd437101f6bd5301d40)), closes [#5504](https://github.com/bitnami/charts/issues/5504) ## 3.10.1 (2021-02-17) -* [bitnami/thanos] fix receive serviceaccount ref to ruler (#5486) ([1b3b6ea](https://github.com/bitnami/charts/commit/1b3b6ea)), closes [#5486](https://github.com/bitnami/charts/issues/5486) +* [bitnami/thanos] fix receive serviceaccount ref to ruler (#5486) ([1b3b6ea](https://github.com/bitnami/charts/commit/1b3b6ea089dfa8239bce9011f5490db2148806e6)), closes [#5486](https://github.com/bitnami/charts/issues/5486) ## 3.10.0 (2021-02-17) -* [bitnami/thanos] Add support to configurable replica label (#5512) ([447256b](https://github.com/bitnami/charts/commit/447256b)), closes [#5512](https://github.com/bitnami/charts/issues/5512) -* [bitnami/thanos] Fix extraHosts fullnameOverride nil pointer (#5499) ([c813f9a](https://github.com/bitnami/charts/commit/c813f9a)), closes [#5499](https://github.com/bitnami/charts/issues/5499) +* [bitnami/thanos] Add support to configurable replica label (#5512) ([447256b](https://github.com/bitnami/charts/commit/447256b24340c730f4287f3182a7b548ea3a804c)), closes [#5512](https://github.com/bitnami/charts/issues/5512) +* [bitnami/thanos] Fix extraHosts fullnameOverride nil pointer (#5499) ([c813f9a](https://github.com/bitnami/charts/commit/c813f9aea8774e1034c1f29ecd65e51f5d3acc0f)), closes [#5499](https://github.com/bitnami/charts/issues/5499) ## 3.9.1 (2021-02-16) -* Fix permissions image in thanos (#5506) ([30b36be](https://github.com/bitnami/charts/commit/30b36be)), closes [#5506](https://github.com/bitnami/charts/issues/5506) +* Fix permissions image in thanos (#5506) ([30b36be](https://github.com/bitnami/charts/commit/30b36be27b08f36351a3a0d6b32a32e89b9885e1)), closes [#5506](https://github.com/bitnami/charts/issues/5506) ## 3.9.0 (2021-02-15) -* [bitnami/thanos] Added support for headless (SRV Records) and Ingress for thanos receiver. (#5475) ([951c828](https://github.com/bitnami/charts/commit/951c828)), closes [#5475](https://github.com/bitnami/charts/issues/5475) +* [bitnami/thanos] Added support for headless (SRV Records) and Ingress for thanos receiver. (#5475) ([951c828](https://github.com/bitnami/charts/commit/951c82830ed1b973d43e17c72b51b741bc1e955d)), closes [#5475](https://github.com/bitnami/charts/issues/5475) ## 3.8.6 (2021-02-15) -* [bitnami/thanos] fix query TLS client in a modular way (#5437) (#5457) ([bbbf490](https://github.com/bitnami/charts/commit/bbbf490)), closes [#5437](https://github.com/bitnami/charts/issues/5437) [#5457](https://github.com/bitnami/charts/issues/5457) [#5437](https://github.com/bitnami/charts/issues/5437) [#3988](https://github.com/bitnami/charts/issues/3988) +* [bitnami/thanos] fix query TLS client in a modular way (#5437) (#5457) ([bbbf490](https://github.com/bitnami/charts/commit/bbbf490439643e885529c1c4f25aeb7c9c29dc93)), closes [#5437](https://github.com/bitnami/charts/issues/5437) [#5457](https://github.com/bitnami/charts/issues/5457) [#5437](https://github.com/bitnami/charts/issues/5437) [#3988](https://github.com/bitnami/charts/issues/3988) ## 3.8.5 (2021-02-12) -* [bitnami/thanos] Add receive to query dns discovery (#5467) ([0e3d0d6](https://github.com/bitnami/charts/commit/0e3d0d6)), closes [#5467](https://github.com/bitnami/charts/issues/5467) +* [bitnami/thanos] Add receive to query dns discovery (#5467) ([0e3d0d6](https://github.com/bitnami/charts/commit/0e3d0d6ad38ea5d085177befb9ce08ba2d675783)), closes [#5467](https://github.com/bitnami/charts/issues/5467) ## 3.8.4 (2021-02-10) -* bitnami/thanos - Thanos Receive fixes (#5430) ([eaffdc0](https://github.com/bitnami/charts/commit/eaffdc0)), closes [#5430](https://github.com/bitnami/charts/issues/5430) +* bitnami/thanos - Thanos Receive fixes (#5430) ([eaffdc0](https://github.com/bitnami/charts/commit/eaffdc080719c891827aad846dd8d35baaaefd40)), closes [#5430](https://github.com/bitnami/charts/issues/5430) ## 3.8.3 (2021-02-08) -* Update MinIO references, titles, descriptions and disclaimer (#5419) ([99fb55a](https://github.com/bitnami/charts/commit/99fb55a)), closes [#5419](https://github.com/bitnami/charts/issues/5419) +* Update MinIO references, titles, descriptions and disclaimer (#5419) ([99fb55a](https://github.com/bitnami/charts/commit/99fb55a65204405943730cae845d755836a7026c)), closes [#5419](https://github.com/bitnami/charts/issues/5419) ## 3.8.2 (2021-02-08) -* [bitnami/thanos] Update ingress.yaml on all components to fix bad ingress behavior. (#5406) ([fe9bde9](https://github.com/bitnami/charts/commit/fe9bde9)), closes [#5406](https://github.com/bitnami/charts/issues/5406) +* [bitnami/thanos] Update ingress.yaml on all components to fix bad ingress behavior. (#5406) ([fe9bde9](https://github.com/bitnami/charts/commit/fe9bde9083136d3c4ad35400eaf29287017e031f)), closes [#5406](https://github.com/bitnami/charts/issues/5406) ## 3.8.1 (2021-02-04) -* [bitnami/several] Fix template issue when using ingress secrets (#5373) ([7fd5ea5](https://github.com/bitnami/charts/commit/7fd5ea5)), closes [#5373](https://github.com/bitnami/charts/issues/5373) +* [bitnami/several] Fix template issue when using ingress secrets (#5373) ([7fd5ea5](https://github.com/bitnami/charts/commit/7fd5ea5ad2d46f5bad85585e04844add77cc4885)), closes [#5373](https://github.com/bitnami/charts/issues/5373) ## 3.8.0 (2021-02-02) -* [bitnami/several] Monthly trademark review (#5375) ([307a73d](https://github.com/bitnami/charts/commit/307a73d)), closes [#5375](https://github.com/bitnami/charts/issues/5375) -* [bitnami/thanos] Add storegateway secret grpc server tls support (#5344) ([307c637](https://github.com/bitnami/charts/commit/307c637)), closes [#5344](https://github.com/bitnami/charts/issues/5344) +* [bitnami/several] Monthly trademark review (#5375) ([307a73d](https://github.com/bitnami/charts/commit/307a73dcca857e4b567113113142c68b6eaf85e0)), closes [#5375](https://github.com/bitnami/charts/issues/5375) +* [bitnami/thanos] Add storegateway secret grpc server tls support (#5344) ([307c637](https://github.com/bitnami/charts/commit/307c637c1a4c14eab0fee4eb119aa5fa464e9b2b)), closes [#5344](https://github.com/bitnami/charts/issues/5344) ## 3.7.1 (2021-02-01) -* [bitnami/thanos] Release 3.7.1 updating components versions ([5adb4ea](https://github.com/bitnami/charts/commit/5adb4ea)) +* [bitnami/thanos] Release 3.7.1 updating components versions ([5adb4ea](https://github.com/bitnami/charts/commit/5adb4ea1b6a427a0790a8a3d99c2276acf7f47d4)) ## 3.7.0 (2021-01-29) -* [bitnami/thanos] Add hostAliases (#5316) ([9d51691](https://github.com/bitnami/charts/commit/9d51691)), closes [#5316](https://github.com/bitnami/charts/issues/5316) +* [bitnami/thanos] Add hostAliases (#5316) ([9d51691](https://github.com/bitnami/charts/commit/9d516918613fef24f2ff1776d94025694aa65c83)), closes [#5316](https://github.com/bitnami/charts/issues/5316) ## 3.6.0 (2021-01-28) -* [bitnami/thanos]: query support for mounting existing secret for gRPC TLS confi… (#5058) ([f4f6e10](https://github.com/bitnami/charts/commit/f4f6e10)), closes [#5058](https://github.com/bitnami/charts/issues/5058) +* [bitnami/thanos]: query support for mounting existing secret for gRPC TLS confi… (#5058) ([f4f6e10](https://github.com/bitnami/charts/commit/f4f6e10aea0798b147d14ddc7dc838ac3eae3734)), closes [#5058](https://github.com/bitnami/charts/issues/5058) ## 3.5.0 (2021-01-25) -* [bitnami/thanos] Add receive component (#5069) ([faa2a87](https://github.com/bitnami/charts/commit/faa2a87)), closes [#5069](https://github.com/bitnami/charts/issues/5069) +* [bitnami/thanos] Add receive component (#5069) ([faa2a87](https://github.com/bitnami/charts/commit/faa2a874ddcf900225820033f31a6303a0d1995e)), closes [#5069](https://github.com/bitnami/charts/issues/5069) ## 3.4.1 (2021-01-19) -* [bitnami/*] Change helm version in the prerequisites (#5090) ([c5e67a3](https://github.com/bitnami/charts/commit/c5e67a3)), closes [#5090](https://github.com/bitnami/charts/issues/5090) -* [bitnami/thanos] Drop values-production.yaml support (#5133) ([6ba10e7](https://github.com/bitnami/charts/commit/6ba10e7)), closes [#5133](https://github.com/bitnami/charts/issues/5133) +* [bitnami/*] Change helm version in the prerequisites (#5090) ([c5e67a3](https://github.com/bitnami/charts/commit/c5e67a388743cbee28439d2cabca27884b9daf97)), closes [#5090](https://github.com/bitnami/charts/issues/5090) +* [bitnami/thanos] Drop values-production.yaml support (#5133) ([6ba10e7](https://github.com/bitnami/charts/commit/6ba10e7af5e89133f5147f46f33db43925c38398)), closes [#5133](https://github.com/bitnami/charts/issues/5133) ## 3.4.0 (2021-01-15) -* [bitnami/*] Update ingress for serveral charts (#5012) ([e3bb5a6](https://github.com/bitnami/charts/commit/e3bb5a6)), closes [#5012](https://github.com/bitnami/charts/issues/5012) +* [bitnami/*] Update ingress for serveral charts (#5012) ([e3bb5a6](https://github.com/bitnami/charts/commit/e3bb5a6e3613d3aefef5561aa3644b34d4cf8a2c)), closes [#5012](https://github.com/bitnami/charts/issues/5012) ## 3.3.2 (2021-01-07) -* [bitnami/thanos] Release 3.3.2 updating components versions ([e135c0e](https://github.com/bitnami/charts/commit/e135c0e)) +* [bitnami/thanos] Release 3.3.2 updating components versions ([e135c0e](https://github.com/bitnami/charts/commit/e135c0ef3067a16887921205fc0788511b317d53)) ## 3.3.1 (2021-01-07) -* [bitnami/minio,harbor,thanos,pytorch] Add trademark to MinIO (#4901) ([54e4bd7](https://github.com/bitnami/charts/commit/54e4bd7)), closes [#4901](https://github.com/bitnami/charts/issues/4901) +* [bitnami/minio,harbor,thanos,pytorch] Add trademark to MinIO (#4901) ([54e4bd7](https://github.com/bitnami/charts/commit/54e4bd7b97cf808d378c05361609922d3be3a1a0)), closes [#4901](https://github.com/bitnami/charts/issues/4901) ## 3.3.0 (2020-12-15) -* [bitnami/*] Affinity based on common presets (viii) (#4721) ([950ac9c](https://github.com/bitnami/charts/commit/950ac9c)), closes [#4721](https://github.com/bitnami/charts/issues/4721) -* [bitnami/*] fix typos (#4699) ([49adc63](https://github.com/bitnami/charts/commit/49adc63)), closes [#4699](https://github.com/bitnami/charts/issues/4699) +* [bitnami/*] Affinity based on common presets (viii) (#4721) ([950ac9c](https://github.com/bitnami/charts/commit/950ac9cd4d3914b7ffe7966b75876f416e479883)), closes [#4721](https://github.com/bitnami/charts/issues/4721) +* [bitnami/*] fix typos (#4699) ([49adc63](https://github.com/bitnami/charts/commit/49adc63b672da976c55af2e077aa5648a357b77f)), closes [#4699](https://github.com/bitnami/charts/issues/4699) ## 3.2.4 (2020-12-11) -* [bitnami/*] Update dependencies (#4694) ([2826c12](https://github.com/bitnami/charts/commit/2826c12)), closes [#4694](https://github.com/bitnami/charts/issues/4694) +* [bitnami/*] Update dependencies (#4694) ([2826c12](https://github.com/bitnami/charts/commit/2826c125b42505f28431301e3c1bbe5366e47a01)), closes [#4694](https://github.com/bitnami/charts/issues/4694) ## 3.2.3 (2020-12-08) -* [bitnami/thanos] Release 3.2.3 updating components versions ([ef69f62](https://github.com/bitnami/charts/commit/ef69f62)) +* [bitnami/thanos] Release 3.2.3 updating components versions ([ef69f62](https://github.com/bitnami/charts/commit/ef69f62151d1d22a2b4d49452e8b7560ebae8dda)) ## 3.2.2 (2020-12-01) -* [bitnami/thanos] Reorder HPA to prevent GitOps Diff (#4531) ([7acaf67](https://github.com/bitnami/charts/commit/7acaf67)), closes [#4531](https://github.com/bitnami/charts/issues/4531) +* [bitnami/thanos] Reorder HPA to prevent GitOps Diff (#4531) ([7acaf67](https://github.com/bitnami/charts/commit/7acaf674406cbbf1022221efdd445bee47e8a19e)), closes [#4531](https://github.com/bitnami/charts/issues/4531) ## 3.2.1 (2020-11-26) -* [bitnami/thanos] Release 3.2.1 updating components versions ([09caa98](https://github.com/bitnami/charts/commit/09caa98)) +* [bitnami/thanos] Release 3.2.1 updating components versions ([09caa98](https://github.com/bitnami/charts/commit/09caa986155b481dfb420e6fe49ebc68483faee4)) ## 3.2.0 (2020-11-25) -* [bitnami/thanos] allow $component.extraFlags to contain multi-line strings (#4473) ([2a349c6](https://github.com/bitnami/charts/commit/2a349c6)), closes [#4473](https://github.com/bitnami/charts/issues/4473) +* [bitnami/thanos] allow $component.extraFlags to contain multi-line strings (#4473) ([2a349c6](https://github.com/bitnami/charts/commit/2a349c6e5748f1306bbf599870f511170b0a406a)), closes [#4473](https://github.com/bitnami/charts/issues/4473) ## 3.1.1 (2020-11-25) -* [bitnami/thanos] Release 3.1.1 updating components versions ([52b2238](https://github.com/bitnami/charts/commit/52b2238)) +* [bitnami/thanos] Release 3.1.1 updating components versions ([52b2238](https://github.com/bitnami/charts/commit/52b223822ce72b28961774a047018021fcbc34b8)) ## 3.1.0 (2020-11-24) -* [bitnami/thanos] rename querier component to query (#4307) ([b9cc743](https://github.com/bitnami/charts/commit/b9cc743)), closes [#4307](https://github.com/bitnami/charts/issues/4307) +* [bitnami/thanos] rename querier component to query (#4307) ([b9cc743](https://github.com/bitnami/charts/commit/b9cc743812f3d1d9cd1e6b98bfafc9cea4ca32d4)), closes [#4307](https://github.com/bitnami/charts/issues/4307) ## 3.0.1 (2020-11-19) -* [bitnami/thanos] Release 3.0.1 updating components versions ([6339dc6](https://github.com/bitnami/charts/commit/6339dc6)) +* [bitnami/thanos] Release 3.0.1 updating components versions ([6339dc6](https://github.com/bitnami/charts/commit/6339dc69905d285713c4afb3bb3e33103ebaf317)) ## 3.0.0 (2020-11-11) -* [bitnami/thanos] Major version. Adapt Chart to apiVersion: v2 (#4317) ([5ec13cb](https://github.com/bitnami/charts/commit/5ec13cb)), closes [#4317](https://github.com/bitnami/charts/issues/4317) +* [bitnami/thanos] Major version. Adapt Chart to apiVersion: v2 (#4317) ([5ec13cb](https://github.com/bitnami/charts/commit/5ec13cbbd6ef2c9f2e235a7b408a003f6ff7f621)), closes [#4317](https://github.com/bitnami/charts/issues/4317) ## 2.7.1 (2020-11-11) -* fix(thanos): add configmap checksum annotation to query-frontend and storegateway (#4247) ([a604dcd](https://github.com/bitnami/charts/commit/a604dcd)), closes [#4247](https://github.com/bitnami/charts/issues/4247) +* fix(thanos): add configmap checksum annotation to query-frontend and storegateway (#4247) ([a604dcd](https://github.com/bitnami/charts/commit/a604dcd385c01c998b392911a0d917532414277c)), closes [#4247](https://github.com/bitnami/charts/issues/4247) ## 2.7.0 (2020-11-11) -* [bitnami/thanos] fix: add tls switch to enable TLS with cert-manager for querier and bucketweb ingre ([85e5867](https://github.com/bitnami/charts/commit/85e5867)), closes [#4218](https://github.com/bitnami/charts/issues/4218) +* [bitnami/thanos] fix: add tls switch to enable TLS with cert-manager for querier and bucketweb ingre ([85e5867](https://github.com/bitnami/charts/commit/85e586758c7a5e02422ef3d1650695e22a335767)), closes [#4218](https://github.com/bitnami/charts/issues/4218) ## 2.6.0 (2020-11-05) -* [bitnami/*] Include link to Troubleshootin guide on README.md (#4136) ([c08a20e](https://github.com/bitnami/charts/commit/c08a20e)), closes [#4136](https://github.com/bitnami/charts/issues/4136) -* [bitnami/thanos] allow overriding service selectors (#4211) ([843594f](https://github.com/bitnami/charts/commit/843594f)), closes [#4211](https://github.com/bitnami/charts/issues/4211) +* [bitnami/*] Include link to Troubleshootin guide on README.md (#4136) ([c08a20e](https://github.com/bitnami/charts/commit/c08a20e3db004215383004ff023a73fcc2522e72)), closes [#4136](https://github.com/bitnami/charts/issues/4136) +* [bitnami/thanos] allow overriding service selectors (#4211) ([843594f](https://github.com/bitnami/charts/commit/843594f61bde8c91396d2aa4a840575c71fdd188)), closes [#4211](https://github.com/bitnami/charts/issues/4211) ## 2.5.3 (2020-10-26) -* [bitnami/thanos] Release 2.5.3 updating components versions ([e4f2983](https://github.com/bitnami/charts/commit/e4f2983)) +* [bitnami/thanos] Release 2.5.3 updating components versions ([e4f2983](https://github.com/bitnami/charts/commit/e4f2983c999414edf3b053cfa99488c7cb8e0356)) ## 2.5.2 (2020-10-26) -* Split Thanos ingress.yaml into two separate ingresses (#4101) ([3362d74](https://github.com/bitnami/charts/commit/3362d74)), closes [#4101](https://github.com/bitnami/charts/issues/4101) +* Split Thanos ingress.yaml into two separate ingresses (#4101) ([3362d74](https://github.com/bitnami/charts/commit/3362d743a2a837a8fd4d86e5c84cf4f9b694098c)), closes [#4101](https://github.com/bitnami/charts/issues/4101) ## 2.5.1 (2020-10-23) -* [bitnami/thanos] Expose missing podManagementPolicy key for statefulset (#4092) ([9704c29](https://github.com/bitnami/charts/commit/9704c29)), closes [#4092](https://github.com/bitnami/charts/issues/4092) +* [bitnami/thanos] Expose missing podManagementPolicy key for statefulset (#4092) ([9704c29](https://github.com/bitnami/charts/commit/9704c29795b7a8a0258f14d4d030da23acba71c2)), closes [#4092](https://github.com/bitnami/charts/issues/4092) ## 2.5.0 (2020-10-21) -* [bitnami/thanos] Add Thanos Query Frontend (#4009) ([3abd227](https://github.com/bitnami/charts/commit/3abd227)), closes [#4009](https://github.com/bitnami/charts/issues/4009) -* Update README.md ([a78ebe0](https://github.com/bitnami/charts/commit/a78ebe0)) +* [bitnami/thanos] Add Thanos Query Frontend (#4009) ([3abd227](https://github.com/bitnami/charts/commit/3abd2270bef740d4bd054b831566ea3a09bf7437)), closes [#4009](https://github.com/bitnami/charts/issues/4009) +* Update README.md ([a78ebe0](https://github.com/bitnami/charts/commit/a78ebe00cadc6d97e3a08a1e28af305ffc67324c)) ## 2.4.6 (2020-10-14) -* feat(thanos): Enable thanos TLS client in a modular way (#3989) ([28a4845](https://github.com/bitnami/charts/commit/28a4845)), closes [#3989](https://github.com/bitnami/charts/issues/3989) +* feat(thanos): Enable thanos TLS client in a modular way (#3989) ([28a4845](https://github.com/bitnami/charts/commit/28a4845ae3c645b7dbda8f13cddb441b58dbe53e)), closes [#3989](https://github.com/bitnami/charts/issues/3989) ## 2.4.5 (2020-10-08) -* [bitnami/thanos] Release 2.4.5 updating components versions ([53ed3f2](https://github.com/bitnami/charts/commit/53ed3f2)) +* [bitnami/thanos] Release 2.4.5 updating components versions ([53ed3f2](https://github.com/bitnami/charts/commit/53ed3f2c41801df698abcdf06967756dc31fbbec)) ## 2.4.4 (2020-10-02) -* [bitnami/thanos] added psp for thanos querier (#3819) ([8976ec4](https://github.com/bitnami/charts/commit/8976ec4)), closes [#3819](https://github.com/bitnami/charts/issues/3819) +* [bitnami/thanos] added psp for thanos querier (#3819) ([8976ec4](https://github.com/bitnami/charts/commit/8976ec476ac5e8068752536e49686164ae417ca4)), closes [#3819](https://github.com/bitnami/charts/issues/3819) ## 2.4.3 (2020-10-02) -* [bitnami/thanos] Use GRPC extra hosts for thanos querier (#3837) ([94b5825](https://github.com/bitnami/charts/commit/94b5825)), closes [#3837](https://github.com/bitnami/charts/issues/3837) +* [bitnami/thanos] Use GRPC extra hosts for thanos querier (#3837) ([94b5825](https://github.com/bitnami/charts/commit/94b58258528eaea60661515c9c9fb6240a84ee43)), closes [#3837](https://github.com/bitnami/charts/issues/3837) ## 2.4.2 (2020-09-28) -* [bitnami/thanos] fixes thanos querier sdconfig mount as file, not as path (#3789) ([840d880](https://github.com/bitnami/charts/commit/840d880)), closes [#3789](https://github.com/bitnami/charts/issues/3789) +* [bitnami/thanos] fixes thanos querier sdconfig mount as file, not as path (#3789) ([840d880](https://github.com/bitnami/charts/commit/840d880e5cd52599b73831348172fd187be1f263)), closes [#3789](https://github.com/bitnami/charts/issues/3789) ## 2.4.1 (2020-09-16) -* [bitnami/thanos] Querier allow multiple replica labels (#3682) ([0e2351f](https://github.com/bitnami/charts/commit/0e2351f)), closes [#3682](https://github.com/bitnami/charts/issues/3682) +* [bitnami/thanos] Querier allow multiple replica labels (#3682) ([0e2351f](https://github.com/bitnami/charts/commit/0e2351f89caabffa14cb96b09a67db57cbd5f19b)), closes [#3682](https://github.com/bitnami/charts/issues/3682) ## 2.4.0 (2020-09-15) -* [bitnami/thanos] Fixes for Ingresses of Querier and Bucketweb in Thanos Chart (#3652) ([b96af28](https://github.com/bitnami/charts/commit/b96af28)), closes [#3652](https://github.com/bitnami/charts/issues/3652) +* [bitnami/thanos] Fixes for Ingresses of Querier and Bucketweb in Thanos Chart (#3652) ([b96af28](https://github.com/bitnami/charts/commit/b96af28eea219edfc1b90d130cb6453cc779774b)), closes [#3652](https://github.com/bitnami/charts/issues/3652) ## 2.3.4 (2020-09-08) -* [bitnami/thanos] Release 2.3.4 updating components versions ([c30dd7f](https://github.com/bitnami/charts/commit/c30dd7f)) +* [bitnami/thanos] Release 2.3.4 updating components versions ([c30dd7f](https://github.com/bitnami/charts/commit/c30dd7f95a3ca1bafbb8e114c8985c65c6a74781)) ## 2.3.3 (2020-09-07) -* [bitnami/metrics-server] Add source repo (#3577) ([1ed12f9](https://github.com/bitnami/charts/commit/1ed12f9)), closes [#3577](https://github.com/bitnami/charts/issues/3577) -* [bitnami/thanos] fix thanos ruler alert label drop (#3599) ([f34abeb](https://github.com/bitnami/charts/commit/f34abeb)), closes [#3599](https://github.com/bitnami/charts/issues/3599) +* [bitnami/metrics-server] Add source repo (#3577) ([1ed12f9](https://github.com/bitnami/charts/commit/1ed12f96af75322b46afdb2b3d9907c11b13f765)), closes [#3577](https://github.com/bitnami/charts/issues/3577) +* [bitnami/thanos] fix thanos ruler alert label drop (#3599) ([f34abeb](https://github.com/bitnami/charts/commit/f34abebec50b3751707abffc07d7b70d51a229ee)), closes [#3599](https://github.com/bitnami/charts/issues/3599) ## 2.3.2 (2020-08-19) -* Fix mountPath for existingObjstoreSecretItems (#3452) ([f5d4b4d](https://github.com/bitnami/charts/commit/f5d4b4d)), closes [#3452](https://github.com/bitnami/charts/issues/3452) +* Fix mountPath for existingObjstoreSecretItems (#3452) ([f5d4b4d](https://github.com/bitnami/charts/commit/f5d4b4d90efa141a329ba91d1b197641b9e34661)), closes [#3452](https://github.com/bitnami/charts/issues/3452) ## 2.3.1 (2020-08-14) -* fix(thanos) change objstore mount path for ruler (#3396) ([277cf7c](https://github.com/bitnami/charts/commit/277cf7c)), closes [#3396](https://github.com/bitnami/charts/issues/3396) +* fix(thanos) change objstore mount path for ruler (#3396) ([277cf7c](https://github.com/bitnami/charts/commit/277cf7cd9b0bfd19a85a49e4b1f6bb903dbc8bb0)), closes [#3396](https://github.com/bitnami/charts/issues/3396) ## 2.3.0 (2020-08-12) -* [bitnami/thanos]Add option to configure index storegateway (#3400) ([7bc2bce](https://github.com/bitnami/charts/commit/7bc2bce)), closes [#3400](https://github.com/bitnami/charts/issues/3400) +* [bitnami/thanos]Add option to configure index storegateway (#3400) ([7bc2bce](https://github.com/bitnami/charts/commit/7bc2bce7094247f9e37a658b66fd1998a349b1df)), closes [#3400](https://github.com/bitnami/charts/issues/3400) ## 2.2.0 (2020-08-12) -* [bitnami/thanos] Add cache configuration blocks to Thanos store. Index and Bucket (#3387) ([2f2e1dd](https://github.com/bitnami/charts/commit/2f2e1dd)), closes [#3387](https://github.com/bitnami/charts/issues/3387) [#3384](https://github.com/bitnami/charts/issues/3384) [#3384](https://github.com/bitnami/charts/issues/3384) +* [bitnami/thanos] Add cache configuration blocks to Thanos store. Index and Bucket (#3387) ([2f2e1dd](https://github.com/bitnami/charts/commit/2f2e1ddcc594c1a6538c1820867862775e009740)), closes [#3387](https://github.com/bitnami/charts/issues/3387) [#3384](https://github.com/bitnami/charts/issues/3384) [#3384](https://github.com/bitnami/charts/issues/3384) ## 2.1.1 (2020-08-07) -* Hotfix. Didn't remove filename in mountPath (#3359) ([991b553](https://github.com/bitnami/charts/commit/991b553)), closes [#3359](https://github.com/bitnami/charts/issues/3359) +* Hotfix. Didn't remove filename in mountPath (#3359) ([991b553](https://github.com/bitnami/charts/commit/991b553d4903dffcc0170874bb6d780be9ab0e65)), closes [#3359](https://github.com/bitnami/charts/issues/3359) ## 2.1.0 (2020-08-07) -* During PR version got bumped by bot. Fix it with new version (#3356) ([dc51a5b](https://github.com/bitnami/charts/commit/dc51a5b)), closes [#3356](https://github.com/bitnami/charts/issues/3356) -* Move ruler rules to seperate folder (#3323) ([4f0976f](https://github.com/bitnami/charts/commit/4f0976f)), closes [#3323](https://github.com/bitnami/charts/issues/3323) -* Update README.md ([939c616](https://github.com/bitnami/charts/commit/939c616)) +* During PR version got bumped by bot. Fix it with new version (#3356) ([dc51a5b](https://github.com/bitnami/charts/commit/dc51a5bcb62621c95209e2ae9798003640975675)), closes [#3356](https://github.com/bitnami/charts/issues/3356) +* Move ruler rules to seperate folder (#3323) ([4f0976f](https://github.com/bitnami/charts/commit/4f0976fdbd80be747818174e8dc0ceabc67dfaa8)), closes [#3323](https://github.com/bitnami/charts/issues/3323) +* Update README.md ([939c616](https://github.com/bitnami/charts/commit/939c6166d75a4fcdd70fbc759e8847b69353996e)) ## 2.0.1 (2020-08-05) -* [bitnami/*] Fix TL;DR typo in READMEs (#3280) ([3d7ab40](https://github.com/bitnami/charts/commit/3d7ab40)), closes [#3280](https://github.com/bitnami/charts/issues/3280) -* [bitnami/thanos] Release 2.0.1 updating components versions ([66139a3](https://github.com/bitnami/charts/commit/66139a3)) +* [bitnami/*] Fix TL;DR typo in READMEs (#3280) ([3d7ab40](https://github.com/bitnami/charts/commit/3d7ab406fecd64f1af25f53e7d27f03ec95b29a4)), closes [#3280](https://github.com/bitnami/charts/issues/3280) +* [bitnami/thanos] Release 2.0.1 updating components versions ([66139a3](https://github.com/bitnami/charts/commit/66139a37263bd84a2534df4ed75a8affe8d1ef13)) ## 2.0.0 (2020-07-30) -* [bitnami/thanos] Improve the way boolean/multi flags are passed (#3245) ([8131746](https://github.com/bitnami/charts/commit/8131746)), closes [#3245](https://github.com/bitnami/charts/issues/3245) +* [bitnami/thanos] Improve the way boolean/multi flags are passed (#3245) ([8131746](https://github.com/bitnami/charts/commit/81317464e6bed9c8cf6b5058db3f9cdc7c7518cb)), closes [#3245](https://github.com/bitnami/charts/issues/3245) ## 1.4.1 (2020-07-21) -* [bitnami/thanos] Release 1.4.1 updating components versions ([0a06d57](https://github.com/bitnami/charts/commit/0a06d57)) +* [bitnami/thanos] Release 1.4.1 updating components versions ([0a06d57](https://github.com/bitnami/charts/commit/0a06d579e8e4ffc2752e00a09dd1bccccc881300)) ## 1.4.0 (2020-07-21) -* [bitnami/thanos] Additional labels for Prometheus ServiceMonitor (#3160) ([55b6e9f](https://github.com/bitnami/charts/commit/55b6e9f)), closes [#3160](https://github.com/bitnami/charts/issues/3160) +* [bitnami/thanos] Additional labels for Prometheus ServiceMonitor (#3160) ([55b6e9f](https://github.com/bitnami/charts/commit/55b6e9fbaa6fe98c36224122c0f61e0048e5454f)), closes [#3160](https://github.com/bitnami/charts/issues/3160) ## 1.3.4 (2020-07-15) -* [bitnami/thanos] Release 1.3.4 updating components versions ([3c3f801](https://github.com/bitnami/charts/commit/3c3f801)) +* [bitnami/thanos] Release 1.3.4 updating components versions ([3c3f801](https://github.com/bitnami/charts/commit/3c3f801156d19f2cbb94a5d31e79c4af80a7e364)) ## 1.3.3 (2020-07-13) -* [bitnami/all] Add categories (#3075) ([63bde06](https://github.com/bitnami/charts/commit/63bde06)), closes [#3075](https://github.com/bitnami/charts/issues/3075) -* [bitnami/thanos] Drop the replica label on alerts for Ruler (#3051) ([d2b35dc](https://github.com/bitnami/charts/commit/d2b35dc)), closes [#3051](https://github.com/bitnami/charts/issues/3051) +* [bitnami/all] Add categories (#3075) ([63bde06](https://github.com/bitnami/charts/commit/63bde066b87a140fab52264d0522401ab3d63509)), closes [#3075](https://github.com/bitnami/charts/issues/3075) +* [bitnami/thanos] Drop the replica label on alerts for Ruler (#3051) ([d2b35dc](https://github.com/bitnami/charts/commit/d2b35dc934f9a9c226e35f28e8cfb2b74ac10e56)), closes [#3051](https://github.com/bitnami/charts/issues/3051) ## 1.3.2 (2020-07-10) -* guard servername verification for tls client auth (#3081) ([6687d63](https://github.com/bitnami/charts/commit/6687d63)), closes [#3081](https://github.com/bitnami/charts/issues/3081) +* guard servername verification for tls client auth (#3081) ([6687d63](https://github.com/bitnami/charts/commit/6687d6318760fb5b6064eedca83c0ecf98f6c215)), closes [#3081](https://github.com/bitnami/charts/issues/3081) ## 1.3.1 (2020-07-09) -* [bitnami/thanos] Release 1.3.1 updating components versions ([8285ada](https://github.com/bitnami/charts/commit/8285ada)) +* [bitnami/thanos] Release 1.3.1 updating components versions ([8285ada](https://github.com/bitnami/charts/commit/8285ada326f4e76177108b65f9bdf3fa5164a134)) ## 1.3.0 (2020-07-09) -* [bitnami/thanos] grpc tls server/client for thanos querier (#3042) ([4bc2362](https://github.com/bitnami/charts/commit/4bc2362)), closes [#3042](https://github.com/bitnami/charts/issues/3042) +* [bitnami/thanos] grpc tls server/client for thanos querier (#3042) ([4bc2362](https://github.com/bitnami/charts/commit/4bc2362f8c8e4d08ac4d25b760a68a1df305e390)), closes [#3042](https://github.com/bitnami/charts/issues/3042) ## 1.2.1 (2020-07-08) -* [bitnami/thanos] Release 1.2.1 updating components versions ([cf93930](https://github.com/bitnami/charts/commit/cf93930)) +* [bitnami/thanos] Release 1.2.1 updating components versions ([cf93930](https://github.com/bitnami/charts/commit/cf93930b638764b656e6c8174e3131f155eea49f)) ## 1.2.0 (2020-07-08) -* [bitnami/thanos] add existing serviceaccount support (#3037) ([68f2496](https://github.com/bitnami/charts/commit/68f2496)), closes [#3037](https://github.com/bitnami/charts/issues/3037) +* [bitnami/thanos] add existing serviceaccount support (#3037) ([68f2496](https://github.com/bitnami/charts/commit/68f249615cba23f9dbe9f56bbf9252a7b4f9e744)), closes [#3037](https://github.com/bitnami/charts/issues/3037) ## 1.1.3 (2020-07-03) -* [bitnami/thanos] Release 1.1.3 updating components versions ([7780a70](https://github.com/bitnami/charts/commit/7780a70)) +* [bitnami/thanos] Release 1.1.3 updating components versions ([7780a70](https://github.com/bitnami/charts/commit/7780a708a3c5fb2e68e05b725f587e0cc55d70af)) ## 1.1.2 (2020-06-29) -* [bitnami/thanos] Fix bucket command (#2934) ([1122391](https://github.com/bitnami/charts/commit/1122391)), closes [#2934](https://github.com/bitnami/charts/issues/2934) +* [bitnami/thanos] Fix bucket command (#2934) ([1122391](https://github.com/bitnami/charts/commit/1122391a57cf3222cd6393a5fe85baaf677f4b09)), closes [#2934](https://github.com/bitnami/charts/issues/2934) ## 1.1.1 (2020-06-22) -* [bitnami/thanos] Release 1.1.1 updating components versions ([63bff36](https://github.com/bitnami/charts/commit/63bff36)) +* [bitnami/thanos] Release 1.1.1 updating components versions ([63bff36](https://github.com/bitnami/charts/commit/63bff36cf31bd2032bd94fbe507d7e95eb78336a)) ## 1.1.0 (2020-06-02) -* [bitnami/thanos] Add Ingress for Querier GRPC service (#2702) ([f3a624f](https://github.com/bitnami/charts/commit/f3a624f)), closes [#2702](https://github.com/bitnami/charts/issues/2702) +* [bitnami/thanos] Add Ingress for Querier GRPC service (#2702) ([f3a624f](https://github.com/bitnami/charts/commit/f3a624f5e0508a39d9c6aed00af9342b749c479f)), closes [#2702](https://github.com/bitnami/charts/issues/2702) ## 1.0.2 (2020-05-29) -* [bitnami/thanos] Release 1.0.2 updating components versions ([f17b87d](https://github.com/bitnami/charts/commit/f17b87d)) +* [bitnami/thanos] Release 1.0.2 updating components versions ([f17b87d](https://github.com/bitnami/charts/commit/f17b87d0a6cf96bf5345579bf8633ab6eabd6655)) ## 1.0.1 (2020-05-29) -* [bitnami/thanos] fix tolerations defaults (#2699) ([1ddeb18](https://github.com/bitnami/charts/commit/1ddeb18)), closes [#2699](https://github.com/bitnami/charts/issues/2699) +* [bitnami/thanos] fix tolerations defaults (#2699) ([1ddeb18](https://github.com/bitnami/charts/commit/1ddeb18c7bbdb559a59e210887114286d3dc0428)), closes [#2699](https://github.com/bitnami/charts/issues/2699) ## 1.0.0 (2020-05-28) -* [bitnami/thanos]: Move querier Ingress config to querier section (#2684) ([bb25f72](https://github.com/bitnami/charts/commit/bb25f72)), closes [#2684](https://github.com/bitnami/charts/issues/2684) +* [bitnami/thanos]: Move querier Ingress config to querier section (#2684) ([bb25f72](https://github.com/bitnami/charts/commit/bb25f72d4dd9e686485853106abbf2e034eabfa3)), closes [#2684](https://github.com/bitnami/charts/issues/2684) ## 0.7.0 (2020-05-26) -* [bitnami/thanos]: Add bucketweb Ingress resource (#2656) ([d9ae4b8](https://github.com/bitnami/charts/commit/d9ae4b8)), closes [#2656](https://github.com/bitnami/charts/issues/2656) +* [bitnami/thanos]: Add bucketweb Ingress resource (#2656) ([d9ae4b8](https://github.com/bitnami/charts/commit/d9ae4b89a4d846c4848e3dcbc94713c70402b5b6)), closes [#2656](https://github.com/bitnami/charts/issues/2656) ## 0.6.0 (2020-05-26) -* [bitnami/thanos]: Add HPA for Thanos storegateway (#2643) ([0705d14](https://github.com/bitnami/charts/commit/0705d14)), closes [#2643](https://github.com/bitnami/charts/issues/2643) -* update bitnami/common to be compatible with helm v2.12+ (#2615) ([c7751eb](https://github.com/bitnami/charts/commit/c7751eb)), closes [#2615](https://github.com/bitnami/charts/issues/2615) +* [bitnami/thanos]: Add HPA for Thanos storegateway (#2643) ([0705d14](https://github.com/bitnami/charts/commit/0705d14063d28c3951d6ef5de6a5ba9f41a47b8f)), closes [#2643](https://github.com/bitnami/charts/issues/2643) +* update bitnami/common to be compatible with helm v2.12+ (#2615) ([c7751eb](https://github.com/bitnami/charts/commit/c7751eb5764e468e1854b58a1b8491d2b13e0a4a)), closes [#2615](https://github.com/bitnami/charts/issues/2615) ## 0.5.3 (2020-04-30) -* [bitnami/thanos] Release 0.5.3 updating components versions ([c24909e](https://github.com/bitnami/charts/commit/c24909e)) +* [bitnami/thanos] Release 0.5.3 updating components versions ([c24909e](https://github.com/bitnami/charts/commit/c24909e001f70993475b057c58540d5fdcc5f3b5)) ## 0.5.2 (2020-04-22) -* [bitnami/thanos] Release 0.5.2 updating components versions ([b770b87](https://github.com/bitnami/charts/commit/b770b87)) +* [bitnami/thanos] Release 0.5.2 updating components versions ([b770b87](https://github.com/bitnami/charts/commit/b770b87ee98fb045e205b7e4070922288ff91161)) ## 0.5.1 (2020-04-22) -* [bitnami/thanos] Release 0.5.1 updating components versions ([cd05d59](https://github.com/bitnami/charts/commit/cd05d59)) +* [bitnami/thanos] Release 0.5.1 updating components versions ([cd05d59](https://github.com/bitnami/charts/commit/cd05d59d7f9ae68a830f516c81142bab2bf9407f)) ## 0.5.0 (2020-04-21) -* [bitnami/thanos] provide Objstore config via secret (#2366) ([65354b2](https://github.com/bitnami/charts/commit/65354b2)), closes [#2366](https://github.com/bitnami/charts/issues/2366) [#2366](https://github.com/bitnami/charts/issues/2366) +* [bitnami/thanos] provide Objstore config via secret (#2366) ([65354b2](https://github.com/bitnami/charts/commit/65354b2bef5f3d1c1bae0da7b1d6bbcecf60eee6)), closes [#2366](https://github.com/bitnami/charts/issues/2366) [#2366](https://github.com/bitnami/charts/issues/2366) ## 0.4.3 (2020-04-16) -* [bitnami/thanos bitnami/memcached] Add global storageClass (#2344) ([693978d](https://github.com/bitnami/charts/commit/693978d)), closes [#2344](https://github.com/bitnami/charts/issues/2344) +* [bitnami/thanos bitnami/memcached] Add global storageClass (#2344) ([693978d](https://github.com/bitnami/charts/commit/693978d6f21ccb3c1f721e47fbb53fa09addc519)), closes [#2344](https://github.com/bitnami/charts/issues/2344) ## 0.4.2 (2020-04-15) -* [bitnami/thanos] Release 0.4.2 updating components versions ([55cd51b](https://github.com/bitnami/charts/commit/55cd51b)) +* [bitnami/thanos] Release 0.4.2 updating components versions ([55cd51b](https://github.com/bitnami/charts/commit/55cd51b62d589180931369240e44036b7f961390)) ## 0.4.1 (2020-04-13) -* [bitnami/thanos] Release 0.4.1 updating components versions ([337ecf0](https://github.com/bitnami/charts/commit/337ecf0)) +* [bitnami/thanos] Release 0.4.1 updating components versions ([337ecf0](https://github.com/bitnami/charts/commit/337ecf0922402e3877c2d0f0eece49923b1beee3)) ## 0.4.0 (2020-04-10) -* [bitnami/thanos] Add support to create Headless services (#2263) ([a8f82eb](https://github.com/bitnami/charts/commit/a8f82eb)), closes [#2263](https://github.com/bitnami/charts/issues/2263) +* [bitnami/thanos] Add support to create Headless services (#2263) ([a8f82eb](https://github.com/bitnami/charts/commit/a8f82eb66057a1156797fed8c773cb3019adef3d)), closes [#2263](https://github.com/bitnami/charts/issues/2263) ## 0.3.2 (2020-04-08) -* [bitnami/thanos] Add missing podAnnotations (#2250) ([231d067](https://github.com/bitnami/charts/commit/231d067)), closes [#2250](https://github.com/bitnami/charts/issues/2250) +* [bitnami/thanos] Add missing podAnnotations (#2250) ([231d067](https://github.com/bitnami/charts/commit/231d067d2a6a7d4eeada5705048ea11981a96cd2)), closes [#2250](https://github.com/bitnami/charts/issues/2250) ## 0.3.1 (2020-04-07) -* [bitnami/thanos] Release 0.3.1 updating components versions ([81bf5e2](https://github.com/bitnami/charts/commit/81bf5e2)) +* [bitnami/thanos] Release 0.3.1 updating components versions ([81bf5e2](https://github.com/bitnami/charts/commit/81bf5e2677c7d2bc3bf7387fa49b2d49bb23d53f)) ## 0.3.0 (2020-04-07) -* [bitnami/thanos] Adds support to add annotations to Service Accounts (#2182) ([50576ec](https://github.com/bitnami/charts/commit/50576ec)), closes [#2182](https://github.com/bitnami/charts/issues/2182) +* [bitnami/thanos] Adds support to add annotations to Service Accounts (#2182) ([50576ec](https://github.com/bitnami/charts/commit/50576ece3985a62cdee90b3e22d0a23e1e7e606e)), closes [#2182](https://github.com/bitnami/charts/issues/2182) ## 0.2.2 (2020-03-20) -* [bitnami/thanos] Release 0.2.2 updating components versions ([11bba72](https://github.com/bitnami/charts/commit/11bba72)) +* [bitnami/thanos] Release 0.2.2 updating components versions ([11bba72](https://github.com/bitnami/charts/commit/11bba729d16f427c98abe410fa772bbcb4e4c841)) ## 0.2.1 (2020-03-16) -* [bitnami/thanos] Release 0.2.1 updating components versions ([d892bf6](https://github.com/bitnami/charts/commit/d892bf6)) +* [bitnami/thanos] Release 0.2.1 updating components versions ([d892bf6](https://github.com/bitnami/charts/commit/d892bf6aec753af3dc043801721d58a8d8389896)) ## 0.2.0 (2020-03-12) -* [bitnami/thanos] use the `tpl` function in querier of helm3 (#2024) ([2982a65](https://github.com/bitnami/charts/commit/2982a65)), closes [#2024](https://github.com/bitnami/charts/issues/2024) [#2024](https://github.com/bitnami/charts/issues/2024) +* [bitnami/thanos] use the `tpl` function in querier of helm3 (#2024) ([2982a65](https://github.com/bitnami/charts/commit/2982a65558e558c002e9f1337923e90b2de7e235)), closes [#2024](https://github.com/bitnami/charts/issues/2024) [#2024](https://github.com/bitnami/charts/issues/2024) ## 0.1.10 (2020-03-12) -* [bitnami/thanos] Release 0.1.10 updating components versions ([1d8c059](https://github.com/bitnami/charts/commit/1d8c059)) +* [bitnami/thanos] Release 0.1.10 updating components versions ([1d8c059](https://github.com/bitnami/charts/commit/1d8c059f808fe58e26fdc21f2deb2878c911c8b0)) ## 0.1.9 (2020-03-11) -* Move charts from upstreamed folder to bitnami (#2032) ([a0e44f7](https://github.com/bitnami/charts/commit/a0e44f7)), closes [#2032](https://github.com/bitnami/charts/issues/2032) +* Move charts from upstreamed folder to bitnami (#2032) ([a0e44f7](https://github.com/bitnami/charts/commit/a0e44f7d6a10b8b5643186130ea420887cb72c7c)), closes [#2032](https://github.com/bitnami/charts/issues/2032) ## 0.1.8 (2020-03-10) -* [bitnami/thanos] Fix pvc creation on compactor.enabled = false (#2020) ([b4fe943](https://github.com/bitnami/charts/commit/b4fe943)), closes [#2020](https://github.com/bitnami/charts/issues/2020) +* [bitnami/thanos] Fix pvc creation on compactor.enabled = false (#2020) ([b4fe943](https://github.com/bitnami/charts/commit/b4fe9435b7fc4eaf7034b2ddfa3b77e7a87e5bd0)), closes [#2020](https://github.com/bitnami/charts/issues/2020) ## 0.1.7 (2020-03-02) -* [bitnami/thanos] Release 0.1.7 updating components versions ([da01f27](https://github.com/bitnami/charts/commit/da01f27)) +* [bitnami/thanos] Release 0.1.7 updating components versions ([da01f27](https://github.com/bitnami/charts/commit/da01f27cc3fe8ec137368753ac7dc1a13307c804)) ## 0.1.6 (2020-02-27) -* [bitnami/thanos] Release 0.1.6 updating components versions ([c47901b](https://github.com/bitnami/charts/commit/c47901b)) +* [bitnami/thanos] Release 0.1.6 updating components versions ([c47901b](https://github.com/bitnami/charts/commit/c47901bed7af3a0ca82bdfc5fd7be6e988a4e934)) ## 0.1.5 (2020-02-25) -* fixed indentation in thanos compactor pvc.yaml (#1970) ([8cea393](https://github.com/bitnami/charts/commit/8cea393)), closes [#1970](https://github.com/bitnami/charts/issues/1970) +* fixed indentation in thanos compactor pvc.yaml (#1970) ([8cea393](https://github.com/bitnami/charts/commit/8cea3931545d805dbc326578151fe77884f82fdc)), closes [#1970](https://github.com/bitnami/charts/issues/1970) ## 0.1.4 (2020-02-20) -* [bitnami/thanos] Release 0.1.4 updating components versions ([883a3fb](https://github.com/bitnami/charts/commit/883a3fb)) +* [bitnami/thanos] Release 0.1.4 updating components versions ([883a3fb](https://github.com/bitnami/charts/commit/883a3fb4bcefa10aeba490f5f6a26bd4269ad753)) ## 0.1.3 (2020-02-19) -* [bitnami/*] Fix requirements.lock (#1950) ([1fa6eb9](https://github.com/bitnami/charts/commit/1fa6eb9)), closes [#1950](https://github.com/bitnami/charts/issues/1950) +* [bitnami/*] Fix requirements.lock (#1950) ([1fa6eb9](https://github.com/bitnami/charts/commit/1fa6eb9f56ea7c47a7425a33417edb8eb366a180)), closes [#1950](https://github.com/bitnami/charts/issues/1950) ## 0.1.2 (2020-02-18) -* [bitnami/thanos] Release 0.1.2 updating components versions ([32957fd](https://github.com/bitnami/charts/commit/32957fd)) -* Fix Thanos 'requirements.lock' (#1923) ([313456a](https://github.com/bitnami/charts/commit/313456a)), closes [#1923](https://github.com/bitnami/charts/issues/1923) +* [bitnami/thanos] Release 0.1.2 updating components versions ([32957fd](https://github.com/bitnami/charts/commit/32957fd43c98f041e404aca7d89e76e3f0a08bfb)) +* Fix Thanos 'requirements.lock' (#1923) ([313456a](https://github.com/bitnami/charts/commit/313456a9a5146c3c18e88e8accdc4898b1441e34)), closes [#1923](https://github.com/bitnami/charts/issues/1923) ## 0.1.1 (2020-02-13) -* [bitnami/thanos] Use buster in secondary images (#1919) ([3e62376](https://github.com/bitnami/charts/commit/3e62376)), closes [#1919](https://github.com/bitnami/charts/issues/1919) +* [bitnami/thanos] Use buster in secondary images (#1919) ([3e62376](https://github.com/bitnami/charts/commit/3e623769685147b10d0f37af25764ad6cb9637c7)), closes [#1919](https://github.com/bitnami/charts/issues/1919) ## 0.1.0 (2020-02-12) -* Add new chart: Thanos (#1893) ([e58eff5](https://github.com/bitnami/charts/commit/e58eff5)), closes [#1893](https://github.com/bitnami/charts/issues/1893) +* Add new chart: Thanos (#1893) ([e58eff5](https://github.com/bitnami/charts/commit/e58eff5ba61dc815349d319c6f057009f0705d88)), closes [#1893](https://github.com/bitnami/charts/issues/1893) diff --git a/bitnami/thanos/Chart.lock b/bitnami/thanos/Chart.lock index 8ac3e388cd5da9..102b32600807a1 100644 --- a/bitnami/thanos/Chart.lock +++ b/bitnami/thanos/Chart.lock @@ -1,9 +1,9 @@ dependencies: - name: minio repository: oci://registry-1.docker.io/bitnamicharts - version: 14.5.0 + version: 14.6.1 - name: common repository: oci://registry-1.docker.io/bitnamicharts version: 2.19.3 -digest: sha256:914e5fd99e81f33b87e7716e370c4fb91f202f0e590d96306bbcc34d1f17ddd9 -generated: "2024-05-21T14:45:02.122673789+02:00" +digest: sha256:2625ead6da658fe97b0dac70d8db9511a9429a517cf83da213304384c7bdedc7 +generated: "2024-05-28T17:18:14.816798486Z" diff --git a/bitnami/thanos/Chart.yaml b/bitnami/thanos/Chart.yaml index 36699c719d5eeb..5a4766fef863eb 100644 --- a/bitnami/thanos/Chart.yaml +++ b/bitnami/thanos/Chart.yaml @@ -8,9 +8,9 @@ annotations: - name: os-shell image: docker.io/bitnami/os-shell:12-debian-12-r21 - name: thanos - image: docker.io/bitnami/thanos:0.35.0-debian-12-r4 + image: docker.io/bitnami/thanos:0.35.1-debian-12-r0 apiVersion: v2 -appVersion: 0.35.0 +appVersion: 0.35.1 dependencies: - condition: minio.enabled name: minio @@ -35,4 +35,4 @@ maintainers: name: thanos sources: - https://github.com/bitnami/charts/tree/main/bitnami/thanos -version: 15.5.0 +version: 15.5.1 diff --git a/bitnami/thanos/values.yaml b/bitnami/thanos/values.yaml index c468ad1ad8c0a0..11f2c9e01f203e 100644 --- a/bitnami/thanos/values.yaml +++ b/bitnami/thanos/values.yaml @@ -64,7 +64,7 @@ extraDeploy: [] image: registry: docker.io repository: bitnami/thanos - tag: 0.35.0-debian-12-r4 + tag: 0.35.1-debian-12-r0 digest: "" ## Specify a imagePullPolicy. Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images From ba7a1236f7a4cf87ed14d5008250bdfed0f967fc Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Tue, 28 May 2024 20:03:13 +0200 Subject: [PATCH 056/110] [bitnami/joomla] Release 19.1.1 (#26518) * [bitnami/joomla] Release 19.1.1 updating components versions Signed-off-by: Bitnami Containers * Update CHANGELOG.md Signed-off-by: Bitnami Containers --------- Signed-off-by: Bitnami Containers --- bitnami/joomla/CHANGELOG.md | 509 ++++++++++++++++++------------------ bitnami/joomla/Chart.lock | 6 +- bitnami/joomla/Chart.yaml | 6 +- bitnami/joomla/values.yaml | 2 +- 4 files changed, 264 insertions(+), 259 deletions(-) diff --git a/bitnami/joomla/CHANGELOG.md b/bitnami/joomla/CHANGELOG.md index 1d568fd677566f..613eeda983c518 100644 --- a/bitnami/joomla/CHANGELOG.md +++ b/bitnami/joomla/CHANGELOG.md @@ -1,814 +1,819 @@ # Changelog +## 19.1.1 (2024-05-28) + +* [bitnami/joomla] Release 19.1.1 ([#26518](https://github.com/bitnami/charts/pull/26518)) + ## 19.1.0 (2024-05-21) -* [bitnami/joomla] feat: :sparkles: :lock: Add warning when original images are replaced ([#26221](https://github.com/bitnami/charts/pulls/26221)) +* [bitnami/*] ci: :construction_worker: Add tag and changelog support (#25359) ([91c707c](https://github.com/bitnami/charts/commit/91c707c9e4e574725a09505d2d313fb93f1b4c0a)), closes [#25359](https://github.com/bitnami/charts/issues/25359) +* [bitnami/joomla] feat: :sparkles: :lock: Add warning when original images are replaced (#26221) ([4499dcb](https://github.com/bitnami/charts/commit/4499dcb14d384c8a223a78077b143c4904533d29)), closes [#26221](https://github.com/bitnami/charts/issues/26221) ## 19.0.5 (2024-05-18) -* [bitnami/joomla] Release 19.0.5 updating components versions (#26028) ([5e5faa9](https://github.com/bitnami/charts/commit/5e5faa9)), closes [#26028](https://github.com/bitnami/charts/issues/26028) +* [bitnami/joomla] Release 19.0.5 updating components versions (#26028) ([5e5faa9](https://github.com/bitnami/charts/commit/5e5faa94726c3603e47df5a0dbb81c413eb479a0)), closes [#26028](https://github.com/bitnami/charts/issues/26028) ## 19.0.4 (2024-05-16) -* [bitnami/joomla] Use different liveness/readiness probes (#25922) ([1cbe463](https://github.com/bitnami/charts/commit/1cbe463)), closes [#25922](https://github.com/bitnami/charts/issues/25922) +* [bitnami/joomla] Use different liveness/readiness probes (#25922) ([1cbe463](https://github.com/bitnami/charts/commit/1cbe4634648b55f6806c867b993a09a47b593322)), closes [#25922](https://github.com/bitnami/charts/issues/25922) ## 19.0.3 (2024-05-14) -* [bitnami/*] Change non-root and rolling-tags doc URLs (#25628) ([b067c94](https://github.com/bitnami/charts/commit/b067c94)), closes [#25628](https://github.com/bitnami/charts/issues/25628) -* [bitnami/*] Set new header/owner (#25558) ([8d1dc11](https://github.com/bitnami/charts/commit/8d1dc11)), closes [#25558](https://github.com/bitnami/charts/issues/25558) -* [bitnami/joomla] Release 19.0.3 updating components versions (#25773) ([2edf467](https://github.com/bitnami/charts/commit/2edf467)), closes [#25773](https://github.com/bitnami/charts/issues/25773) -* [bitnami/multiple charts] Fix typo: "NetworkPolice" vs "NetworkPolicy" (#25348) ([6970c1b](https://github.com/bitnami/charts/commit/6970c1b)), closes [#25348](https://github.com/bitnami/charts/issues/25348) -* Replace VMware by Broadcom copyright text (#25306) ([a5e4bd0](https://github.com/bitnami/charts/commit/a5e4bd0)), closes [#25306](https://github.com/bitnami/charts/issues/25306) +* [bitnami/*] Change non-root and rolling-tags doc URLs (#25628) ([b067c94](https://github.com/bitnami/charts/commit/b067c94f6bcde427863c197fd355f0b5ba12ff5b)), closes [#25628](https://github.com/bitnami/charts/issues/25628) +* [bitnami/*] Set new header/owner (#25558) ([8d1dc11](https://github.com/bitnami/charts/commit/8d1dc11f5fb30db6fba50c43d7af59d2f79deed3)), closes [#25558](https://github.com/bitnami/charts/issues/25558) +* [bitnami/joomla] Release 19.0.3 updating components versions (#25773) ([2edf467](https://github.com/bitnami/charts/commit/2edf467b8d51044d81e1dc0e167291b6b7f5185c)), closes [#25773](https://github.com/bitnami/charts/issues/25773) +* [bitnami/multiple charts] Fix typo: "NetworkPolice" vs "NetworkPolicy" (#25348) ([6970c1b](https://github.com/bitnami/charts/commit/6970c1ba245873506e73d459c6eac1e4919b778f)), closes [#25348](https://github.com/bitnami/charts/issues/25348) +* Replace VMware by Broadcom copyright text (#25306) ([a5e4bd0](https://github.com/bitnami/charts/commit/a5e4bd0e35e419203793976a78d9d0a13de92c76)), closes [#25306](https://github.com/bitnami/charts/issues/25306) ## 19.0.2 (2024-04-19) -* [bitnami/joomla] Release 19.0.2 (#25195) ([f5e74bc](https://github.com/bitnami/charts/commit/f5e74bc)), closes [#25195](https://github.com/bitnami/charts/issues/25195) +* [bitnami/joomla] Release 19.0.2 (#25195) ([f5e74bc](https://github.com/bitnami/charts/commit/f5e74bc263c86aaf003cb3300971ae144f3193da)), closes [#25195](https://github.com/bitnami/charts/issues/25195) ## 19.0.1 (2024-04-08) -* [bitnami/joomla] Release 19.0.1 updating components versions (#25052) ([8149933](https://github.com/bitnami/charts/commit/8149933)), closes [#25052](https://github.com/bitnami/charts/issues/25052) +* [bitnami/joomla] Release 19.0.1 updating components versions (#25052) ([8149933](https://github.com/bitnami/charts/commit/8149933700d6a75b66a8c2459b411feaa1302440)), closes [#25052](https://github.com/bitnami/charts/issues/25052) ## 19.0.0 (2024-04-03) -* [bitnami/joomla] feat!: :lock: :boom: Improve security defaults (#24821) ([4b34ce6](https://github.com/bitnami/charts/commit/4b34ce6)), closes [#24821](https://github.com/bitnami/charts/issues/24821) -* Update resourcesPreset comments (#24467) ([92e3e8a](https://github.com/bitnami/charts/commit/92e3e8a)), closes [#24467](https://github.com/bitnami/charts/issues/24467) +* [bitnami/joomla] feat!: :lock: :boom: Improve security defaults (#24821) ([4b34ce6](https://github.com/bitnami/charts/commit/4b34ce61c794847c8665352766be9b7f35c0cbf7)), closes [#24821](https://github.com/bitnami/charts/issues/24821) +* Update resourcesPreset comments (#24467) ([92e3e8a](https://github.com/bitnami/charts/commit/92e3e8a507326d2a20a8f10ab3e7746a2ec5c554)), closes [#24467](https://github.com/bitnami/charts/issues/24467) ## 18.5.2 (2024-04-02) -* [bitnami/joomla] Release 18.5.2 updating components versions (#24791) ([c1b19c5](https://github.com/bitnami/charts/commit/c1b19c5)), closes [#24791](https://github.com/bitnami/charts/issues/24791) +* [bitnami/joomla] Release 18.5.2 updating components versions (#24791) ([c1b19c5](https://github.com/bitnami/charts/commit/c1b19c5370473e423b3be1fb415929440f384372)), closes [#24791](https://github.com/bitnami/charts/issues/24791) ## 18.5.1 (2024-04-01) -* [bitnami/*] Reorder Chart sections (#24455) ([0cf4048](https://github.com/bitnami/charts/commit/0cf4048)), closes [#24455](https://github.com/bitnami/charts/issues/24455) -* [bitnami/joomla] Release 18.5.1 updating components versions (#24779) ([5f73a91](https://github.com/bitnami/charts/commit/5f73a91)), closes [#24779](https://github.com/bitnami/charts/issues/24779) +* [bitnami/*] Reorder Chart sections (#24455) ([0cf4048](https://github.com/bitnami/charts/commit/0cf4048e8743f70a9753d460655bd030cbff6824)), closes [#24455](https://github.com/bitnami/charts/issues/24455) +* [bitnami/joomla] Release 18.5.1 updating components versions (#24779) ([5f73a91](https://github.com/bitnami/charts/commit/5f73a91609ae42d6f0ec238c6e7e6a8365d2de77)), closes [#24779](https://github.com/bitnami/charts/issues/24779) ## 18.5.0 (2024-03-06) -* [bitnami/joomla] feat: :sparkles: :lock: Add automatic adaptation for Openshift restricted-v2 SCC (# ([463e9f5](https://github.com/bitnami/charts/commit/463e9f5)), closes [#24098](https://github.com/bitnami/charts/issues/24098) +* [bitnami/joomla] feat: :sparkles: :lock: Add automatic adaptation for Openshift restricted-v2 SCC (# ([463e9f5](https://github.com/bitnami/charts/commit/463e9f5a4e985ae851359c98a852de2ad9ac4400)), closes [#24098](https://github.com/bitnami/charts/issues/24098) ## 18.4.2 (2024-02-21) -* [bitnami/joomla] Release 18.4.2 updating components versions (#23771) ([dbc5169](https://github.com/bitnami/charts/commit/dbc5169)), closes [#23771](https://github.com/bitnami/charts/issues/23771) +* [bitnami/joomla] Release 18.4.2 updating components versions (#23771) ([dbc5169](https://github.com/bitnami/charts/commit/dbc516999a31a003da5e5bbc1414317d2304afb9)), closes [#23771](https://github.com/bitnami/charts/issues/23771) ## 18.4.1 (2024-02-21) -* [bitnami/joomla] Release 18.4.1 updating components versions (#23664) ([08be73d](https://github.com/bitnami/charts/commit/08be73d)), closes [#23664](https://github.com/bitnami/charts/issues/23664) +* [bitnami/joomla] Release 18.4.1 updating components versions (#23664) ([08be73d](https://github.com/bitnami/charts/commit/08be73dd3891358d615ff18b39b4a92eae2c8634)), closes [#23664](https://github.com/bitnami/charts/issues/23664) ## 18.4.0 (2024-02-20) -* [bitnami/*] Bump all versions (#23602) ([b70ee2a](https://github.com/bitnami/charts/commit/b70ee2a)), closes [#23602](https://github.com/bitnami/charts/issues/23602) +* [bitnami/*] Bump all versions (#23602) ([b70ee2a](https://github.com/bitnami/charts/commit/b70ee2a30e4dc256bf0ac52928fb2fa7a70f049b)), closes [#23602](https://github.com/bitnami/charts/issues/23602) ## 18.3.0 (2024-02-16) -* [bitnami/joomla] feat: :sparkles: :lock: Add resource preset support (#23466) ([005d90f](https://github.com/bitnami/charts/commit/005d90f)), closes [#23466](https://github.com/bitnami/charts/issues/23466) +* [bitnami/joomla] feat: :sparkles: :lock: Add resource preset support (#23466) ([005d90f](https://github.com/bitnami/charts/commit/005d90f255087d5c432753620b356082483e9aec)), closes [#23466](https://github.com/bitnami/charts/issues/23466) ## 18.2.3 (2024-02-02) -* [bitnami/joomla] Release 18.2.3 updating components versions (#23084) ([f1a0a9c](https://github.com/bitnami/charts/commit/f1a0a9c)), closes [#23084](https://github.com/bitnami/charts/issues/23084) +* [bitnami/joomla] Release 18.2.3 updating components versions (#23084) ([f1a0a9c](https://github.com/bitnami/charts/commit/f1a0a9c4f7c1fe0f2f47e13defec27d496fecb46)), closes [#23084](https://github.com/bitnami/charts/issues/23084) ## 18.2.2 (2024-01-30) -* [bitnami/joomla] Release 18.2.2 updating components versions (#22898) ([3471248](https://github.com/bitnami/charts/commit/3471248)), closes [#22898](https://github.com/bitnami/charts/issues/22898) +* [bitnami/joomla] Release 18.2.2 updating components versions (#22898) ([3471248](https://github.com/bitnami/charts/commit/34712487da0e5114f76a40581505ad1ca31f7341)), closes [#22898](https://github.com/bitnami/charts/issues/22898) ## 18.2.1 (2024-01-26) -* [bitnami/*] Move documentation sections from docs.bitnami.com back to the README (#22203) ([7564f36](https://github.com/bitnami/charts/commit/7564f36)), closes [#22203](https://github.com/bitnami/charts/issues/22203) -* [bitnami/joomla] fix: :bug: Set seLinuxOptions to null for Openshift compatibility (#22603) ([ec28b79](https://github.com/bitnami/charts/commit/ec28b79)), closes [#22603](https://github.com/bitnami/charts/issues/22603) +* [bitnami/*] Move documentation sections from docs.bitnami.com back to the README (#22203) ([7564f36](https://github.com/bitnami/charts/commit/7564f36ca1e95ff30ee686652b7ab8690561a707)), closes [#22203](https://github.com/bitnami/charts/issues/22203) +* [bitnami/joomla] fix: :bug: Set seLinuxOptions to null for Openshift compatibility (#22603) ([ec28b79](https://github.com/bitnami/charts/commit/ec28b7999eed7b93402647363bbd57d44df19008)), closes [#22603](https://github.com/bitnami/charts/issues/22603) ## 18.2.0 (2024-01-22) -* [bitnami/joomla] fix: :lock: Move service-account token auto-mount to pod declaration (#22487) ([194627b](https://github.com/bitnami/charts/commit/194627b)), closes [#22487](https://github.com/bitnami/charts/issues/22487) +* [bitnami/joomla] fix: :lock: Move service-account token auto-mount to pod declaration (#22487) ([194627b](https://github.com/bitnami/charts/commit/194627b1a01ef8ea94019208ee6103369181aa63)), closes [#22487](https://github.com/bitnami/charts/issues/22487) ## 18.1.1 (2024-01-18) -* [bitnami/joomla] Release 18.1.1 updating components versions (#22284) ([9f4db69](https://github.com/bitnami/charts/commit/9f4db69)), closes [#22284](https://github.com/bitnami/charts/issues/22284) +* [bitnami/joomla] Release 18.1.1 updating components versions (#22284) ([9f4db69](https://github.com/bitnami/charts/commit/9f4db69de9dfb150221c172c6a5b40e7dbc06707)), closes [#22284](https://github.com/bitnami/charts/issues/22284) ## 18.1.0 (2024-01-17) -* [bitnami/*] Fix ref links (in comments) (#21822) ([e4fa296](https://github.com/bitnami/charts/commit/e4fa296)), closes [#21822](https://github.com/bitnami/charts/issues/21822) -* [bitnami/joomla] fix: :lock: Improve podSecurityContext and containerSecurityContext with essential ([91571bb](https://github.com/bitnami/charts/commit/91571bb)), closes [#22134](https://github.com/bitnami/charts/issues/22134) +* [bitnami/*] Fix ref links (in comments) (#21822) ([e4fa296](https://github.com/bitnami/charts/commit/e4fa296106b225cf8c82445727c675c7c725e380)), closes [#21822](https://github.com/bitnami/charts/issues/21822) +* [bitnami/joomla] fix: :lock: Improve podSecurityContext and containerSecurityContext with essential ([91571bb](https://github.com/bitnami/charts/commit/91571bb30e3f116074b90bc40be07116c84ff8a6)), closes [#22134](https://github.com/bitnami/charts/issues/22134) ## 18.0.1 (2024-01-09) -* [bitnami/*] Fix docs.bitnami.com broken links (#21901) ([f35506d](https://github.com/bitnami/charts/commit/f35506d)), closes [#21901](https://github.com/bitnami/charts/issues/21901) -* [bitnami/*] Update copyright: Year and company (#21815) ([6c4bf75](https://github.com/bitnami/charts/commit/6c4bf75)), closes [#21815](https://github.com/bitnami/charts/issues/21815) -* [bitnami/joomla] Release 18.0.1 updating components versions (#21926) ([7ed90d8](https://github.com/bitnami/charts/commit/7ed90d8)), closes [#21926](https://github.com/bitnami/charts/issues/21926) +* [bitnami/*] Fix docs.bitnami.com broken links (#21901) ([f35506d](https://github.com/bitnami/charts/commit/f35506d2dadee4f097986e7792df1f53ab215b5d)), closes [#21901](https://github.com/bitnami/charts/issues/21901) +* [bitnami/*] Update copyright: Year and company (#21815) ([6c4bf75](https://github.com/bitnami/charts/commit/6c4bf75dec58fc7c9aee9f089777b1a858c17d5b)), closes [#21815](https://github.com/bitnami/charts/issues/21815) +* [bitnami/joomla] Release 18.0.1 updating components versions (#21926) ([7ed90d8](https://github.com/bitnami/charts/commit/7ed90d87c45ec5074e68f2e6b5c708242f5a675c)), closes [#21926](https://github.com/bitnami/charts/issues/21926) ## 18.0.0 (2023-12-20) -* [bitnami/joomla] Upgrade MariaDB 11.2 (#21683) ([520c290](https://github.com/bitnami/charts/commit/520c290)), closes [#21683](https://github.com/bitnami/charts/issues/21683) +* [bitnami/joomla] Upgrade MariaDB 11.2 (#21683) ([520c290](https://github.com/bitnami/charts/commit/520c290298d05ebbf27110c08fa399f597c5f841)), closes [#21683](https://github.com/bitnami/charts/issues/21683) ## 17.1.4 (2023-12-20) -* [bitnami/joomla] Release 17.1.4 updating components versions (#21667) ([8e752ea](https://github.com/bitnami/charts/commit/8e752ea)), closes [#21667](https://github.com/bitnami/charts/issues/21667) +* [bitnami/joomla] Release 17.1.4 updating components versions (#21667) ([8e752ea](https://github.com/bitnami/charts/commit/8e752ea1261d3f4956a2259a1d4a5bfecca5f19a)), closes [#21667](https://github.com/bitnami/charts/issues/21667) ## 17.1.3 (2023-11-28) -* [bitnami/joomla] Release 17.1.3 updating components versions (#21295) ([2088915](https://github.com/bitnami/charts/commit/2088915)), closes [#21295](https://github.com/bitnami/charts/issues/21295) +* [bitnami/joomla] Release 17.1.3 updating components versions (#21295) ([2088915](https://github.com/bitnami/charts/commit/20889159c4e7bec6ce6356884108f9260bd54559)), closes [#21295](https://github.com/bitnami/charts/issues/21295) ## 17.1.2 (2023-11-21) -* [bitnami/*] Remove relative links to non-README sections, add verification for that and update TL;DR ([1103633](https://github.com/bitnami/charts/commit/1103633)), closes [#20967](https://github.com/bitnami/charts/issues/20967) -* [bitnami/*] Rename solutions to "Bitnami package for ..." (#21038) ([b82f979](https://github.com/bitnami/charts/commit/b82f979)), closes [#21038](https://github.com/bitnami/charts/issues/21038) -* [bitnami/joomla] Release 17.1.2 updating components versions (#21125) ([44bb1c2](https://github.com/bitnami/charts/commit/44bb1c2)), closes [#21125](https://github.com/bitnami/charts/issues/21125) +* [bitnami/*] Remove relative links to non-README sections, add verification for that and update TL;DR ([1103633](https://github.com/bitnami/charts/commit/11036334d82df0490aa4abdb591543cab6cf7d7f)), closes [#20967](https://github.com/bitnami/charts/issues/20967) +* [bitnami/*] Rename solutions to "Bitnami package for ..." (#21038) ([b82f979](https://github.com/bitnami/charts/commit/b82f979e4fb63423fe6e2192c946d09d79c944fc)), closes [#21038](https://github.com/bitnami/charts/issues/21038) +* [bitnami/joomla] Release 17.1.2 updating components versions (#21125) ([44bb1c2](https://github.com/bitnami/charts/commit/44bb1c2ada5eb7103ec0a260f8c38a1f06a2aac3)), closes [#21125](https://github.com/bitnami/charts/issues/21125) ## 17.1.1 (2023-11-08) -* [bitnami/joomla] Release 17.1.1 updating components versions (#20741) ([194f5ae](https://github.com/bitnami/charts/commit/194f5ae)), closes [#20741](https://github.com/bitnami/charts/issues/20741) +* [bitnami/joomla] Release 17.1.1 updating components versions (#20741) ([194f5ae](https://github.com/bitnami/charts/commit/194f5ae3bdcb113ff7a83b7605a84f427d962d76)), closes [#20741](https://github.com/bitnami/charts/issues/20741) ## 17.1.0 (2023-10-31) -* [bitnami/*] Rename VMware Application Catalog (#20361) ([3acc734](https://github.com/bitnami/charts/commit/3acc734)), closes [#20361](https://github.com/bitnami/charts/issues/20361) -* [bitnami/joomla] feat: :sparkles: Add support for PSA restricted policy (#20457) ([00364f8](https://github.com/bitnami/charts/commit/00364f8)), closes [#20457](https://github.com/bitnami/charts/issues/20457) +* [bitnami/*] Rename VMware Application Catalog (#20361) ([3acc734](https://github.com/bitnami/charts/commit/3acc73472beb6fb56c4d99f929061001205bc57e)), closes [#20361](https://github.com/bitnami/charts/issues/20361) +* [bitnami/joomla] feat: :sparkles: Add support for PSA restricted policy (#20457) ([00364f8](https://github.com/bitnami/charts/commit/00364f87c256dc282bde903a154383ae2c815580)), closes [#20457](https://github.com/bitnami/charts/issues/20457) ## 17.0.0 (2023-10-23) -* [bitnami/*] Skip image's tag in the README files of the Bitnami Charts (#19841) ([bb9a01b](https://github.com/bitnami/charts/commit/bb9a01b)), closes [#19841](https://github.com/bitnami/charts/issues/19841) -* [bitnami/*] Standardize documentation (#19835) ([af5f753](https://github.com/bitnami/charts/commit/af5f753)), closes [#19835](https://github.com/bitnami/charts/issues/19835) -* [bitnami/joomla] Release 17.0.0 updating components versions (#20362) ([f14faf8](https://github.com/bitnami/charts/commit/f14faf8)), closes [#20362](https://github.com/bitnami/charts/issues/20362) +* [bitnami/*] Skip image's tag in the README files of the Bitnami Charts (#19841) ([bb9a01b](https://github.com/bitnami/charts/commit/bb9a01b65911c87e48318db922cc05eb42785e42)), closes [#19841](https://github.com/bitnami/charts/issues/19841) +* [bitnami/*] Standardize documentation (#19835) ([af5f753](https://github.com/bitnami/charts/commit/af5f7530c1bc8c5ded53a6c4f7b8f384ac1804f2)), closes [#19835](https://github.com/bitnami/charts/issues/19835) +* [bitnami/joomla] Release 17.0.0 updating components versions (#20362) ([f14faf8](https://github.com/bitnami/charts/commit/f14faf8753e08fe298effcec9ce5476e8fb54e71)), closes [#20362](https://github.com/bitnami/charts/issues/20362) ## 16.0.1 (2023-10-17) -* [bitnami/joomla] Release 16.0.1 (#20292) ([dc93c3b](https://github.com/bitnami/charts/commit/dc93c3b)), closes [#20292](https://github.com/bitnami/charts/issues/20292) +* [bitnami/joomla] Release 16.0.1 (#20292) ([dc93c3b](https://github.com/bitnami/charts/commit/dc93c3bcc008997c0f3d8c2a7592c00012b58037)), closes [#20292](https://github.com/bitnami/charts/issues/20292) ## 16.0.0 (2023-10-11) -* [bitnami/joomla] Update MariaDB to 14.x.x (#20015) ([4457fa3](https://github.com/bitnami/charts/commit/4457fa3)), closes [#20015](https://github.com/bitnami/charts/issues/20015) +* [bitnami/joomla] Update MariaDB to 14.x.x (#20015) ([4457fa3](https://github.com/bitnami/charts/commit/4457fa31ac221addc66fd049f172423e4a25ab4e)), closes [#20015](https://github.com/bitnami/charts/issues/20015) ## 15.1.5 (2023-10-10) -* [bitnami/*] Update Helm charts prerequisites (#19745) ([eb755dd](https://github.com/bitnami/charts/commit/eb755dd)), closes [#19745](https://github.com/bitnami/charts/issues/19745) -* [bitnami/joomla] Release 15.1.5 (#19994) ([456491f](https://github.com/bitnami/charts/commit/456491f)), closes [#19994](https://github.com/bitnami/charts/issues/19994) +* [bitnami/*] Update Helm charts prerequisites (#19745) ([eb755dd](https://github.com/bitnami/charts/commit/eb755dd36a4dd3cf6635be8e0598f9a7f4c4a554)), closes [#19745](https://github.com/bitnami/charts/issues/19745) +* [bitnami/joomla] Release 15.1.5 (#19994) ([456491f](https://github.com/bitnami/charts/commit/456491fa5e5c2c67737a097a4da7f8da4159e080)), closes [#19994](https://github.com/bitnami/charts/issues/19994) ## 15.1.4 (2023-10-06) -* [bitnami/joomla] Release 15.1.4 (#19788) ([39d71ee](https://github.com/bitnami/charts/commit/39d71ee)), closes [#19788](https://github.com/bitnami/charts/issues/19788) +* [bitnami/joomla] Release 15.1.4 (#19788) ([39d71ee](https://github.com/bitnami/charts/commit/39d71ee197ca1cf7d36216bed3e8d8fb188b843d)), closes [#19788](https://github.com/bitnami/charts/issues/19788) ## 15.1.3 (2023-09-30) -* [bitnami/joomla] Release 15.1.3 (#19665) ([433be63](https://github.com/bitnami/charts/commit/433be63)), closes [#19665](https://github.com/bitnami/charts/issues/19665) -* Autogenerate schema files (#19194) ([a2c2090](https://github.com/bitnami/charts/commit/a2c2090)), closes [#19194](https://github.com/bitnami/charts/issues/19194) -* Revert "Autogenerate schema files (#19194)" (#19335) ([73d80be](https://github.com/bitnami/charts/commit/73d80be)), closes [#19194](https://github.com/bitnami/charts/issues/19194) [#19335](https://github.com/bitnami/charts/issues/19335) +* [bitnami/joomla] Release 15.1.3 (#19665) ([433be63](https://github.com/bitnami/charts/commit/433be6388b5fe5bca9f8077069be36d4377c026e)), closes [#19665](https://github.com/bitnami/charts/issues/19665) +* Autogenerate schema files (#19194) ([a2c2090](https://github.com/bitnami/charts/commit/a2c2090b5ac97f47b745c8028c6452bf99739772)), closes [#19194](https://github.com/bitnami/charts/issues/19194) +* Revert "Autogenerate schema files (#19194)" (#19335) ([73d80be](https://github.com/bitnami/charts/commit/73d80be525c88fb4b8a54451a55acd506e337062)), closes [#19194](https://github.com/bitnami/charts/issues/19194) [#19335](https://github.com/bitnami/charts/issues/19335) ## 15.1.2 (2023-09-08) -* [bitnami/joomla]: Use merge helper (#19054) ([f2dc2df](https://github.com/bitnami/charts/commit/f2dc2df)), closes [#19054](https://github.com/bitnami/charts/issues/19054) +* [bitnami/joomla]: Use merge helper (#19054) ([f2dc2df](https://github.com/bitnami/charts/commit/f2dc2dfb9bc7466ad2ab99b46f4ac09efccdeb52)), closes [#19054](https://github.com/bitnami/charts/issues/19054) ## 15.1.1 (2023-08-31) -* [bitnami/joomla] Release 15.1.1 (#18965) ([aedb216](https://github.com/bitnami/charts/commit/aedb216)), closes [#18965](https://github.com/bitnami/charts/issues/18965) +* [bitnami/joomla] Release 15.1.1 (#18965) ([aedb216](https://github.com/bitnami/charts/commit/aedb216857a2c3e1a98911292eabe0b4524a1446)), closes [#18965](https://github.com/bitnami/charts/issues/18965) ## 15.1.0 (2023-08-24) -* [bitnami/joomla] Support for customizing standard labels (#18550) ([c5f2e77](https://github.com/bitnami/charts/commit/c5f2e77)), closes [#18550](https://github.com/bitnami/charts/issues/18550) +* [bitnami/joomla] Support for customizing standard labels (#18550) ([c5f2e77](https://github.com/bitnami/charts/commit/c5f2e77b002a01a5ebd97e9b634365bb48b1be45)), closes [#18550](https://github.com/bitnami/charts/issues/18550) ## 15.0.2 (2023-08-17) -* [bitnami/joomla] Release 15.0.2 (#18530) ([8b1ac38](https://github.com/bitnami/charts/commit/8b1ac38)), closes [#18530](https://github.com/bitnami/charts/issues/18530) +* [bitnami/joomla] Release 15.0.2 (#18530) ([8b1ac38](https://github.com/bitnami/charts/commit/8b1ac38f20303b9587f15667b3d8dee77c3a5ad7)), closes [#18530](https://github.com/bitnami/charts/issues/18530) ## 15.0.1 (2023-08-03) -* [bitnami/joomla] Release 15.0.1 (#18163) ([9a8479b](https://github.com/bitnami/charts/commit/9a8479b)), closes [#18163](https://github.com/bitnami/charts/issues/18163) +* [bitnami/joomla] Release 15.0.1 (#18163) ([9a8479b](https://github.com/bitnami/charts/commit/9a8479bd38e8d3e897e0c1e0f3468430466394bd)), closes [#18163](https://github.com/bitnami/charts/issues/18163) ## 15.0.0 (2023-08-01) -* [bitnami/joomla] Update MariaDB chart to 13.0 (#18106) ([4eb113b](https://github.com/bitnami/charts/commit/4eb113b)), closes [#18106](https://github.com/bitnami/charts/issues/18106) +* [bitnami/joomla] Update MariaDB chart to 13.0 (#18106) ([4eb113b](https://github.com/bitnami/charts/commit/4eb113bf4c0810776d54ca45d3326516bcaedfed)), closes [#18106](https://github.com/bitnami/charts/issues/18106) ## 14.1.8 (2023-08-01) -* [bitnami/joomla] Release 14.1.8 (#18082) ([d7b3653](https://github.com/bitnami/charts/commit/d7b3653)), closes [#18082](https://github.com/bitnami/charts/issues/18082) +* [bitnami/joomla] Release 14.1.8 (#18082) ([d7b3653](https://github.com/bitnami/charts/commit/d7b365376961e0ee654406cd65015a683781ff9a)), closes [#18082](https://github.com/bitnami/charts/issues/18082) ## 14.1.7 (2023-07-25) -* [bitnami/joomla] Release 14.1.7 (#17890) ([bd1266e](https://github.com/bitnami/charts/commit/bd1266e)), closes [#17890](https://github.com/bitnami/charts/issues/17890) +* [bitnami/joomla] Release 14.1.7 (#17890) ([bd1266e](https://github.com/bitnami/charts/commit/bd1266e7090601f1d2ff7e988e599ae72d930dc1)), closes [#17890](https://github.com/bitnami/charts/issues/17890) ## 14.1.6 (2023-07-15) -* [bitnami/joomla] Release 14.1.6 updating components versions (#17638) ([28419bd](https://github.com/bitnami/charts/commit/28419bd)), closes [#17638](https://github.com/bitnami/charts/issues/17638) +* [bitnami/joomla] Release 14.1.6 updating components versions (#17638) ([28419bd](https://github.com/bitnami/charts/commit/28419bd413e926e89cda6151b317fb42686c815a)), closes [#17638](https://github.com/bitnami/charts/issues/17638) ## 14.1.5 (2023-07-12) -* [bitnami/joomla] Release 14.1.5 (#17573) ([4c7ed7c](https://github.com/bitnami/charts/commit/4c7ed7c)), closes [#17573](https://github.com/bitnami/charts/issues/17573) +* [bitnami/joomla] Release 14.1.5 (#17573) ([4c7ed7c](https://github.com/bitnami/charts/commit/4c7ed7cdc85e7ac7a516a9da3413c88312ed39ad)), closes [#17573](https://github.com/bitnami/charts/issues/17573) ## 14.1.4 (2023-06-29) -* [bitnami/*] Change copyright section in READMEs (#17006) ([ef986a1](https://github.com/bitnami/charts/commit/ef986a1)), closes [#17006](https://github.com/bitnami/charts/issues/17006) -* [bitnami/joomla] Release 14.1.4 (#17407) ([aa3b300](https://github.com/bitnami/charts/commit/aa3b300)), closes [#17407](https://github.com/bitnami/charts/issues/17407) -* [bitnami/several] Change copyright section in READMEs (#16989) ([5b6a5cf](https://github.com/bitnami/charts/commit/5b6a5cf)), closes [#16989](https://github.com/bitnami/charts/issues/16989) -* [bitnami/several] Remove 'Community supported solution' section from READMEs (#17119) ([4531d57](https://github.com/bitnami/charts/commit/4531d57)), closes [#17119](https://github.com/bitnami/charts/issues/17119) -* Add copyright header (#17300) ([da68be8](https://github.com/bitnami/charts/commit/da68be8)), closes [#17300](https://github.com/bitnami/charts/issues/17300) -* Update charts readme (#17217) ([31b3c0a](https://github.com/bitnami/charts/commit/31b3c0a)), closes [#17217](https://github.com/bitnami/charts/issues/17217) +* [bitnami/*] Change copyright section in READMEs (#17006) ([ef986a1](https://github.com/bitnami/charts/commit/ef986a1605241102b3dcafe9fd8089e6fc1201ad)), closes [#17006](https://github.com/bitnami/charts/issues/17006) +* [bitnami/joomla] Release 14.1.4 (#17407) ([aa3b300](https://github.com/bitnami/charts/commit/aa3b30078c9979d497eddeb347eae9e6d4b568b1)), closes [#17407](https://github.com/bitnami/charts/issues/17407) +* [bitnami/several] Change copyright section in READMEs (#16989) ([5b6a5cf](https://github.com/bitnami/charts/commit/5b6a5cfb7625a751848a2e5cd796bd7278f406ca)), closes [#16989](https://github.com/bitnami/charts/issues/16989) +* [bitnami/several] Remove 'Community supported solution' section from READMEs (#17119) ([4531d57](https://github.com/bitnami/charts/commit/4531d571914e970fe4cef19ae00a9fa4cc038f47)), closes [#17119](https://github.com/bitnami/charts/issues/17119) +* Add copyright header (#17300) ([da68be8](https://github.com/bitnami/charts/commit/da68be8e951225133c7dfb572d5101ca3d61c5ae)), closes [#17300](https://github.com/bitnami/charts/issues/17300) +* Update charts readme (#17217) ([31b3c0a](https://github.com/bitnami/charts/commit/31b3c0afd968ff4429107e34101f7509e6a0e913)), closes [#17217](https://github.com/bitnami/charts/issues/17217) ## 14.1.3 (2023-05-30) -* [bitnami/joomla] Release 14.1.3 (#16969) ([f30016f](https://github.com/bitnami/charts/commit/f30016f)), closes [#16969](https://github.com/bitnami/charts/issues/16969) +* [bitnami/joomla] Release 14.1.3 (#16969) ([f30016f](https://github.com/bitnami/charts/commit/f30016f2a3581a466b04748f5c728fbce72abd51)), closes [#16969](https://github.com/bitnami/charts/issues/16969) ## 14.1.2 (2023-05-21) -* [bitnami/joomla] Release 14.1.2 (#16843) ([c797234](https://github.com/bitnami/charts/commit/c797234)), closes [#16843](https://github.com/bitnami/charts/issues/16843) +* [bitnami/joomla] Release 14.1.2 (#16843) ([c797234](https://github.com/bitnami/charts/commit/c7972346742e7fd53795d2b4272150ff72727716)), closes [#16843](https://github.com/bitnami/charts/issues/16843) ## 14.1.1 (2023-05-11) -* [bitnami/joomla] Release 14.0.2 (#16463) ([af3ede5](https://github.com/bitnami/charts/commit/af3ede5)), closes [#16463](https://github.com/bitnami/charts/issues/16463) -* Add wording for enterprise page (#16560) ([8f22774](https://github.com/bitnami/charts/commit/8f22774)), closes [#16560](https://github.com/bitnami/charts/issues/16560) +* [bitnami/joomla] Release 14.0.2 (#16463) ([af3ede5](https://github.com/bitnami/charts/commit/af3ede5f561c513ce303f67ee309f7b9b6c95aae)), closes [#16463](https://github.com/bitnami/charts/issues/16463) +* Add wording for enterprise page (#16560) ([8f22774](https://github.com/bitnami/charts/commit/8f2277440b976d52785ba9149762ad8620a73d1f)), closes [#16560](https://github.com/bitnami/charts/issues/16560) ## 14.1.0 (2023-05-09) -* [bitnami/several] Adapt Chart.yaml to set desired OCI annotations (#16546) ([fc9b18f](https://github.com/bitnami/charts/commit/fc9b18f)), closes [#16546](https://github.com/bitnami/charts/issues/16546) +* [bitnami/several] Adapt Chart.yaml to set desired OCI annotations (#16546) ([fc9b18f](https://github.com/bitnami/charts/commit/fc9b18f2e98805d4df629acbcde696f44f973344)), closes [#16546](https://github.com/bitnami/charts/issues/16546) ## 14.0.1 (2023-05-02) -* [bitnami/joomla] Release 14.0.1 (#16347) ([69fb01f](https://github.com/bitnami/charts/commit/69fb01f)), closes [#16347](https://github.com/bitnami/charts/issues/16347) +* [bitnami/joomla] Release 14.0.1 (#16347) ([69fb01f](https://github.com/bitnami/charts/commit/69fb01f7996e5c2ec4516df3eaaf702e93fa28c4)), closes [#16347](https://github.com/bitnami/charts/issues/16347) ## 14.0.0 (2023-04-21) -* [bitnami/joomla] Upgrade MariaDB to version 10.11 (#16171) ([899f8f5](https://github.com/bitnami/charts/commit/899f8f5)), closes [#16171](https://github.com/bitnami/charts/issues/16171) +* [bitnami/joomla] Upgrade MariaDB to version 10.11 (#16171) ([899f8f5](https://github.com/bitnami/charts/commit/899f8f59608fcba4623e67d0c892ae432d7a5cf7)), closes [#16171](https://github.com/bitnami/charts/issues/16171) ## 13.4.0 (2023-04-20) -* [bitnami/*] Make Helm charts 100% OCI (#15998) ([8841510](https://github.com/bitnami/charts/commit/8841510)), closes [#15998](https://github.com/bitnami/charts/issues/15998) +* [bitnami/*] Make Helm charts 100% OCI (#15998) ([8841510](https://github.com/bitnami/charts/commit/884151035efcbf2e1b3206e7def85511073fb57d)), closes [#15998](https://github.com/bitnami/charts/issues/15998) ## 13.3.20 (2023-04-18) -* [bitnami/joomla] Release 13.3.20 (#16120) ([89cd6a8](https://github.com/bitnami/charts/commit/89cd6a8)), closes [#16120](https://github.com/bitnami/charts/issues/16120) +* [bitnami/joomla] Release 13.3.20 (#16120) ([89cd6a8](https://github.com/bitnami/charts/commit/89cd6a80a5ff7498d56b4398641b7751ae8aee30)), closes [#16120](https://github.com/bitnami/charts/issues/16120) ## 13.3.19 (2023-04-01) -* [bitnami/joomla] Release 13.3.19 (#15859) ([8a3dcab](https://github.com/bitnami/charts/commit/8a3dcab)), closes [#15859](https://github.com/bitnami/charts/issues/15859) +* [bitnami/joomla] Release 13.3.19 (#15859) ([8a3dcab](https://github.com/bitnami/charts/commit/8a3dcab98d14885392dc2594a33de27e480174c8)), closes [#15859](https://github.com/bitnami/charts/issues/15859) ## 13.3.18 (2023-03-22) -* [bitnami/joomla] Release 13.3.18 (#15663) ([abe03c9](https://github.com/bitnami/charts/commit/abe03c9)), closes [#15663](https://github.com/bitnami/charts/issues/15663) +* [bitnami/joomla] Release 13.3.18 (#15663) ([abe03c9](https://github.com/bitnami/charts/commit/abe03c97b34e43c43376570551f9ef7114dc89b4)), closes [#15663](https://github.com/bitnami/charts/issues/15663) ## 13.3.17 (2023-03-14) -* [bitnami/charts] Apply linter to README files (#15357) ([0e29e60](https://github.com/bitnami/charts/commit/0e29e60)), closes [#15357](https://github.com/bitnami/charts/issues/15357) -* [bitnami/joomla] Release 13.3.17 (#15500) ([98f1e1e](https://github.com/bitnami/charts/commit/98f1e1e)), closes [#15500](https://github.com/bitnami/charts/issues/15500) +* [bitnami/charts] Apply linter to README files (#15357) ([0e29e60](https://github.com/bitnami/charts/commit/0e29e600d3adc8b1b46e506eccb3decfab3b4e63)), closes [#15357](https://github.com/bitnami/charts/issues/15357) +* [bitnami/joomla] Release 13.3.17 (#15500) ([98f1e1e](https://github.com/bitnami/charts/commit/98f1e1e2acb12b7765abd2769dd8ba8acc4de4b0)), closes [#15500](https://github.com/bitnami/charts/issues/15500) ## 13.3.16 (2023-03-01) -* [bitnami/joomla] Release 13.3.16 (#15211) ([c8d372b](https://github.com/bitnami/charts/commit/c8d372b)), closes [#15211](https://github.com/bitnami/charts/issues/15211) +* [bitnami/joomla] Release 13.3.16 (#15211) ([c8d372b](https://github.com/bitnami/charts/commit/c8d372bac4da2339b9d501bb0004484634da016b)), closes [#15211](https://github.com/bitnami/charts/issues/15211) ## 13.3.15 (2023-02-17) -* [bitnami/*] Fix markdown linter issues (#14874) ([a51e0e8](https://github.com/bitnami/charts/commit/a51e0e8)), closes [#14874](https://github.com/bitnami/charts/issues/14874) -* [bitnami/*] Fix markdown linter issues 2 (#14890) ([aa96572](https://github.com/bitnami/charts/commit/aa96572)), closes [#14890](https://github.com/bitnami/charts/issues/14890) -* [bitnami/*] Remove unexpected extra spaces (#14873) ([c97c714](https://github.com/bitnami/charts/commit/c97c714)), closes [#14873](https://github.com/bitnami/charts/issues/14873) -* [bitnami/joomla] Release 13.3.15 (#14976) ([6561002](https://github.com/bitnami/charts/commit/6561002)), closes [#14976](https://github.com/bitnami/charts/issues/14976) +* [bitnami/*] Fix markdown linter issues (#14874) ([a51e0e8](https://github.com/bitnami/charts/commit/a51e0e8d35495b907f3e70dd2f8e7c3bcbf4166a)), closes [#14874](https://github.com/bitnami/charts/issues/14874) +* [bitnami/*] Fix markdown linter issues 2 (#14890) ([aa96572](https://github.com/bitnami/charts/commit/aa9657237ee8df4a46db0d7fdf8a23230dd6902a)), closes [#14890](https://github.com/bitnami/charts/issues/14890) +* [bitnami/*] Remove unexpected extra spaces (#14873) ([c97c714](https://github.com/bitnami/charts/commit/c97c714887380d47eae7bfeff316bf01595ecd1d)), closes [#14873](https://github.com/bitnami/charts/issues/14873) +* [bitnami/joomla] Release 13.3.15 (#14976) ([6561002](https://github.com/bitnami/charts/commit/6561002a78de32b83aa6c8b944df7721aa1eac7f)), closes [#14976](https://github.com/bitnami/charts/issues/14976) ## 13.3.14 (2023-02-01) -* [bitnami/*] Change copyright date (#14682) ([add4ec7](https://github.com/bitnami/charts/commit/add4ec7)), closes [#14682](https://github.com/bitnami/charts/issues/14682) -* [bitnami/*] Change licenses annotation format (#14377) ([0ab7608](https://github.com/bitnami/charts/commit/0ab7608)), closes [#14377](https://github.com/bitnami/charts/issues/14377) -* [bitnami/*] Unify READMEs (#14472) ([2064fb8](https://github.com/bitnami/charts/commit/2064fb8)), closes [#14472](https://github.com/bitnami/charts/issues/14472) -* [bitnami/joomla] Release 13.3.14 (#14710) ([9466a67](https://github.com/bitnami/charts/commit/9466a67)), closes [#14710](https://github.com/bitnami/charts/issues/14710) +* [bitnami/*] Change copyright date (#14682) ([add4ec7](https://github.com/bitnami/charts/commit/add4ec701108ac36ed4de2dffbdf407a0d091067)), closes [#14682](https://github.com/bitnami/charts/issues/14682) +* [bitnami/*] Change licenses annotation format (#14377) ([0ab7608](https://github.com/bitnami/charts/commit/0ab760862c660fcc78cffadf8e1d8cdd70881473)), closes [#14377](https://github.com/bitnami/charts/issues/14377) +* [bitnami/*] Unify READMEs (#14472) ([2064fb8](https://github.com/bitnami/charts/commit/2064fb8dcc78a845cdede8211af8c3cc52551161)), closes [#14472](https://github.com/bitnami/charts/issues/14472) +* [bitnami/joomla] Release 13.3.14 (#14710) ([9466a67](https://github.com/bitnami/charts/commit/9466a67f3af0ec0e6c6672c321651b90a9917a0b)), closes [#14710](https://github.com/bitnami/charts/issues/14710) ## 13.3.13 (2023-01-12) -* [bitnami/*] Add license annotation and remove obsolete engine parameter (#14293) ([da2a794](https://github.com/bitnami/charts/commit/da2a794)), closes [#14293](https://github.com/bitnami/charts/issues/14293) -* [bitnami/joomla] Release 13.3.13 (#14316) ([175a7ff](https://github.com/bitnami/charts/commit/175a7ff)), closes [#14316](https://github.com/bitnami/charts/issues/14316) +* [bitnami/*] Add license annotation and remove obsolete engine parameter (#14293) ([da2a794](https://github.com/bitnami/charts/commit/da2a7943bae95b6e9b5b4ed972c15e990b69fdb0)), closes [#14293](https://github.com/bitnami/charts/issues/14293) +* [bitnami/joomla] Release 13.3.13 (#14316) ([175a7ff](https://github.com/bitnami/charts/commit/175a7ff702f1da02e1d5be11b7584cbcf6c79bed)), closes [#14316](https://github.com/bitnami/charts/issues/14316) ## 13.3.12 (2022-12-13) -* [bitnami/joomla] Release 13.3.12 (#13943) ([ca17b57](https://github.com/bitnami/charts/commit/ca17b57)), closes [#13943](https://github.com/bitnami/charts/issues/13943) +* [bitnami/joomla] Release 13.3.12 (#13943) ([ca17b57](https://github.com/bitnami/charts/commit/ca17b57eb33b3d311faf59eb88e692ff036f1ea9)), closes [#13943](https://github.com/bitnami/charts/issues/13943) ## 13.3.11 (2022-12-09) -* [bitnami/joomla] Release 13.3.11 (#13877) ([7ccef5a](https://github.com/bitnami/charts/commit/7ccef5a)), closes [#13877](https://github.com/bitnami/charts/issues/13877) +* [bitnami/joomla] Release 13.3.11 (#13877) ([7ccef5a](https://github.com/bitnami/charts/commit/7ccef5aebd2aaca5bfa62a0f787c4411358ae68e)), closes [#13877](https://github.com/bitnami/charts/issues/13877) ## 13.3.10 (2022-11-09) -* [bitnami/joomla] Release 13.3.10 (#13418) ([52a7b33](https://github.com/bitnami/charts/commit/52a7b33)), closes [#13418](https://github.com/bitnami/charts/issues/13418) +* [bitnami/joomla] Release 13.3.10 (#13418) ([52a7b33](https://github.com/bitnami/charts/commit/52a7b335ce3576acb59d03923ba0bc536556d63e)), closes [#13418](https://github.com/bitnami/charts/issues/13418) ## 13.3.9 (2022-10-31) -* optimize annos (#13126) ([f63c306](https://github.com/bitnami/charts/commit/f63c306)), closes [#13126](https://github.com/bitnami/charts/issues/13126) +* optimize annos (#13126) ([f63c306](https://github.com/bitnami/charts/commit/f63c30652f7b8e956f91093e84fdb1d773bff5cd)), closes [#13126](https://github.com/bitnami/charts/issues/13126) ## 13.3.8 (2022-10-26) -* [bitnami/*] Use new default branch name in links (#12943) ([a529e02](https://github.com/bitnami/charts/commit/a529e02)), closes [#12943](https://github.com/bitnami/charts/issues/12943) -* [bitnami/joomla] Release 13.3.8 (#13154) ([1c73d8b](https://github.com/bitnami/charts/commit/1c73d8b)), closes [#13154](https://github.com/bitnami/charts/issues/13154) -* Generic README instructions related to the repo (#12792) ([3cf6b10](https://github.com/bitnami/charts/commit/3cf6b10)), closes [#12792](https://github.com/bitnami/charts/issues/12792) +* [bitnami/*] Use new default branch name in links (#12943) ([a529e02](https://github.com/bitnami/charts/commit/a529e02597d49d944eba1eb0f190713293247176)), closes [#12943](https://github.com/bitnami/charts/issues/12943) +* [bitnami/joomla] Release 13.3.8 (#13154) ([1c73d8b](https://github.com/bitnami/charts/commit/1c73d8b52ac5463472f53731b5447ea97299c468)), closes [#13154](https://github.com/bitnami/charts/issues/13154) +* Generic README instructions related to the repo (#12792) ([3cf6b10](https://github.com/bitnami/charts/commit/3cf6b10e10e60df4b3e191d6b99aa99a9f597755)), closes [#12792](https://github.com/bitnami/charts/issues/12792) ## 13.3.7 (2022-09-27) -* [bitnami/joomla] Release 13.3.7 (#12708) ([2669449](https://github.com/bitnami/charts/commit/2669449)), closes [#12708](https://github.com/bitnami/charts/issues/12708) +* [bitnami/joomla] Release 13.3.7 (#12708) ([2669449](https://github.com/bitnami/charts/commit/26694490cff0b588368293a5759414ad0081a9d6)), closes [#12708](https://github.com/bitnami/charts/issues/12708) ## 13.3.6 (2022-09-21) -* [bitnami/joomla] Use custom probes if given (#12508) ([87f08f7](https://github.com/bitnami/charts/commit/87f08f7)), closes [#12508](https://github.com/bitnami/charts/issues/12508) [#12354](https://github.com/bitnami/charts/issues/12354) +* [bitnami/joomla] Use custom probes if given (#12508) ([87f08f7](https://github.com/bitnami/charts/commit/87f08f730b8f052318308348c71b5d81624baa69)), closes [#12508](https://github.com/bitnami/charts/issues/12508) [#12354](https://github.com/bitnami/charts/issues/12354) ## 13.3.5 (2022-09-03) -* [bitnami/joomla] Release 13.3.5 (#12265) ([6190dd7](https://github.com/bitnami/charts/commit/6190dd7)), closes [#12265](https://github.com/bitnami/charts/issues/12265) +* [bitnami/joomla] Release 13.3.5 (#12265) ([6190dd7](https://github.com/bitnami/charts/commit/6190dd7d4d948af84fcf1052a16ec54c9bb330ba)), closes [#12265](https://github.com/bitnami/charts/issues/12265) ## 13.3.4 (2022-08-30) -* [bitnami/joomla] Release 13.3.4 (#12218) ([83b140e](https://github.com/bitnami/charts/commit/83b140e)), closes [#12218](https://github.com/bitnami/charts/issues/12218) +* [bitnami/joomla] Release 13.3.4 (#12218) ([83b140e](https://github.com/bitnami/charts/commit/83b140ebece09e718ec246180330e068124b12f1)), closes [#12218](https://github.com/bitnami/charts/issues/12218) ## 13.3.3 (2022-08-23) -* [bitnami/joomla] Update Chart.lock (#12095) ([a542075](https://github.com/bitnami/charts/commit/a542075)), closes [#12095](https://github.com/bitnami/charts/issues/12095) +* [bitnami/joomla] Update Chart.lock (#12095) ([a542075](https://github.com/bitnami/charts/commit/a542075035fd40107a3f1d0d8225bbb60cc0e877)), closes [#12095](https://github.com/bitnami/charts/issues/12095) ## 13.3.2 (2022-08-23) -* [bitnami/joomla] Release 13.3.2 (#12018) ([03ace1e](https://github.com/bitnami/charts/commit/03ace1e)), closes [#12018](https://github.com/bitnami/charts/issues/12018) +* [bitnami/joomla] Release 13.3.2 (#12018) ([03ace1e](https://github.com/bitnami/charts/commit/03ace1ea60d3feb5f76223ebe8f3bcc01df1efce)), closes [#12018](https://github.com/bitnami/charts/issues/12018) ## 13.3.1 (2022-08-22) -* [bitnami/joomla] Update Chart.lock (#11988) ([960df97](https://github.com/bitnami/charts/commit/960df97)), closes [#11988](https://github.com/bitnami/charts/issues/11988) +* [bitnami/joomla] Update Chart.lock (#11988) ([960df97](https://github.com/bitnami/charts/commit/960df9716ac3c7182828196c4ba63f02d2ef7fde)), closes [#11988](https://github.com/bitnami/charts/issues/11988) ## 13.3.0 (2022-08-22) -* [bitnami/joomla] Add support for image digest apart from tag (#11889) ([a3d07ee](https://github.com/bitnami/charts/commit/a3d07ee)), closes [#11889](https://github.com/bitnami/charts/issues/11889) +* [bitnami/joomla] Add support for image digest apart from tag (#11889) ([a3d07ee](https://github.com/bitnami/charts/commit/a3d07ee9c49e6f2a45b4cdb43f365189c4cc2eb0)), closes [#11889](https://github.com/bitnami/charts/issues/11889) ## 13.2.18 (2022-08-09) -* [bitnami/joomla] Release 13.2.18 updating components versions ([a6cd323](https://github.com/bitnami/charts/commit/a6cd323)) +* [bitnami/joomla] Release 13.2.18 updating components versions ([a6cd323](https://github.com/bitnami/charts/commit/a6cd323f746bf2451d469e5b47f21025158b08ba)) ## 13.2.17 (2022-08-04) -* [bitnami/joomla] Release 13.2.17 updating components versions ([52000d1](https://github.com/bitnami/charts/commit/52000d1)) +* [bitnami/joomla] Release 13.2.17 updating components versions ([52000d1](https://github.com/bitnami/charts/commit/52000d1eff1175a34a643857d705a1a426305fbf)) ## 13.2.16 (2022-08-03) -* [bitnami/joomla] Release 13.2.16 updating components versions ([26767cc](https://github.com/bitnami/charts/commit/26767cc)) +* [bitnami/joomla] Release 13.2.16 updating components versions ([26767cc](https://github.com/bitnami/charts/commit/26767cce28d5d1b763447166a412a4e354737ca3)) ## 13.2.15 (2022-08-02) -* [bitnami/*] Update URLs to point to the new bitnami/containers monorepo (#11352) ([d665af0](https://github.com/bitnami/charts/commit/d665af0)), closes [#11352](https://github.com/bitnami/charts/issues/11352) -* [bitnami/joomla] Release 13.2.15 updating components versions ([2f8bba0](https://github.com/bitnami/charts/commit/2f8bba0)) +* [bitnami/*] Update URLs to point to the new bitnami/containers monorepo (#11352) ([d665af0](https://github.com/bitnami/charts/commit/d665af0c708846192d8d5fb2f5f9ea65dd464ab0)), closes [#11352](https://github.com/bitnami/charts/issues/11352) +* [bitnami/joomla] Release 13.2.15 updating components versions ([2f8bba0](https://github.com/bitnami/charts/commit/2f8bba096505a85695faf135c9ce1816db7ce113)) ## 13.2.14 (2022-07-12) -* [bitnami/joomla] Release 13.2.14 updating components versions ([f6950a2](https://github.com/bitnami/charts/commit/f6950a2)) +* [bitnami/joomla] Release 13.2.14 updating components versions ([f6950a2](https://github.com/bitnami/charts/commit/f6950a241b6b017227f1c618e52c0958e86b60aa)) ## 13.2.13 (2022-07-09) -* [bitnami/joomla] Release 13.2.13 updating components versions ([2825a47](https://github.com/bitnami/charts/commit/2825a47)) +* [bitnami/joomla] Release 13.2.13 updating components versions ([2825a47](https://github.com/bitnami/charts/commit/2825a47335028205565a8b806c4be8db43f9ea8c)) ## 13.2.12 (2022-06-30) -* [bitnami/joomla] Release 13.2.12 updating components versions ([0cc6268](https://github.com/bitnami/charts/commit/0cc6268)) +* [bitnami/joomla] Release 13.2.12 updating components versions ([0cc6268](https://github.com/bitnami/charts/commit/0cc626843ad611fcce871e9cf303938a15ffecfe)) ## 13.2.11 (2022-06-21) -* [bitnami/joomla] Release 13.2.11 updating components versions ([0faf82b](https://github.com/bitnami/charts/commit/0faf82b)) +* [bitnami/joomla] Release 13.2.11 updating components versions ([0faf82b](https://github.com/bitnami/charts/commit/0faf82bf6f05f36d46d243c55d7ba9f96eebc138)) ## 13.2.10 (2022-06-10) -* [bitnami/*] Replace Kubeapps URL in READMEs (and kubeapps Chart.yaml) and remove BKPR references (#1 ([c6a7914](https://github.com/bitnami/charts/commit/c6a7914)), closes [#10600](https://github.com/bitnami/charts/issues/10600) -* [bitnami/joomla] Release 13.2.10 updating components versions ([65c3d14](https://github.com/bitnami/charts/commit/65c3d14)) +* [bitnami/*] Replace Kubeapps URL in READMEs (and kubeapps Chart.yaml) and remove BKPR references (#1 ([c6a7914](https://github.com/bitnami/charts/commit/c6a7914361e5aea6016fb45bf4d621edfd111d32)), closes [#10600](https://github.com/bitnami/charts/issues/10600) +* [bitnami/joomla] Release 13.2.10 updating components versions ([65c3d14](https://github.com/bitnami/charts/commit/65c3d14d04b0e564f0bf585bae95849718524192)) ## 13.2.9 (2022-06-07) -* [bitnami/joomla] Release 13.2.9 updating components versions ([700dffb](https://github.com/bitnami/charts/commit/700dffb)) +* [bitnami/joomla] Release 13.2.9 updating components versions ([700dffb](https://github.com/bitnami/charts/commit/700dffb004ca3607291a27442cb02dbaad72ffd4)) ## 13.2.8 (2022-06-01) -* [bitnami/several] Replace maintainers email by url (#10523) ([ff3cf61](https://github.com/bitnami/charts/commit/ff3cf61)), closes [#10523](https://github.com/bitnami/charts/issues/10523) +* [bitnami/several] Replace maintainers email by url (#10523) ([ff3cf61](https://github.com/bitnami/charts/commit/ff3cf617a1680509b0f3855d17c4ccff7b29a0ff)), closes [#10523](https://github.com/bitnami/charts/issues/10523) ## 13.2.7 (2022-05-30) -* [bitnami/several] Replace base64 --decode with base64 -d (#10495) ([099286a](https://github.com/bitnami/charts/commit/099286a)), closes [#10495](https://github.com/bitnami/charts/issues/10495) +* [bitnami/several] Replace base64 --decode with base64 -d (#10495) ([099286a](https://github.com/bitnami/charts/commit/099286ae7a87784cf809df0b64ab24f7ff0144c8)), closes [#10495](https://github.com/bitnami/charts/issues/10495) ## 13.2.6 (2022-05-25) -* [bitnami/joomla] Release 13.2.6 updating components versions ([f837d9e](https://github.com/bitnami/charts/commit/f837d9e)) +* [bitnami/joomla] Release 13.2.6 updating components versions ([f837d9e](https://github.com/bitnami/charts/commit/f837d9eab2b540a96a2cc2dc27fe6d473b9d11ca)) ## 13.2.5 (2022-05-24) -* [bitnami/joomla] Release 13.2.5 updating components versions ([2732cab](https://github.com/bitnami/charts/commit/2732cab)) +* [bitnami/joomla] Release 13.2.5 updating components versions ([2732cab](https://github.com/bitnami/charts/commit/2732cabd83f62b8c4f8084f5fc1cf5249896ba87)) ## 13.2.4 (2022-05-21) -* [bitnami/joomla] Release 13.2.4 updating components versions ([fad6d96](https://github.com/bitnami/charts/commit/fad6d96)) +* [bitnami/joomla] Release 13.2.4 updating components versions ([fad6d96](https://github.com/bitnami/charts/commit/fad6d967582115a6daee80429bb9fc2aebe67279)) ## 13.2.3 (2022-05-20) -* [bitnami/joomla] Release 13.2.3 updating components versions ([09736d4](https://github.com/bitnami/charts/commit/09736d4)) +* [bitnami/joomla] Release 13.2.3 updating components versions ([09736d4](https://github.com/bitnami/charts/commit/09736d4b76c9cd38dea35bf8cab85ee51fa3a42b)) ## 13.2.2 (2022-05-19) -* [bitnami/joomla] Release 13.2.2 updating components versions ([5d885d1](https://github.com/bitnami/charts/commit/5d885d1)) +* [bitnami/joomla] Release 13.2.2 updating components versions ([5d885d1](https://github.com/bitnami/charts/commit/5d885d11a5a3bef623b73bb2176a64bb9c5a6393)) ## 13.2.1 (2022-05-18) -* [bitnami/joomla] Release 13.2.1 updating components versions ([8667dc1](https://github.com/bitnami/charts/commit/8667dc1)) +* [bitnami/joomla] Release 13.2.1 updating components versions ([8667dc1](https://github.com/bitnami/charts/commit/8667dc144834b1909dade3ba16dc8d5c5bd0b3a9)) ## 13.2.0 (2022-05-16) -* [bitnami/*] add ingress extraRules feature (#10253) ([0f6cbb9](https://github.com/bitnami/charts/commit/0f6cbb9)), closes [#10253](https://github.com/bitnami/charts/issues/10253) +* [bitnami/*] add ingress extraRules feature (#10253) ([0f6cbb9](https://github.com/bitnami/charts/commit/0f6cbb9099b0e56685cc1d36ba50340f3d7278a1)), closes [#10253](https://github.com/bitnami/charts/issues/10253) ## 13.1.1 (2022-05-15) -* [bitnami/*] Remove old 'ci' files (#10171) ([5df30c4](https://github.com/bitnami/charts/commit/5df30c4)), closes [#10171](https://github.com/bitnami/charts/issues/10171) -* [bitnami/joomla] Release 13.1.1 updating components versions ([9e1a9f2](https://github.com/bitnami/charts/commit/9e1a9f2)) +* [bitnami/*] Remove old 'ci' files (#10171) ([5df30c4](https://github.com/bitnami/charts/commit/5df30c44dbd1812da8786579ce4a94917d46a6ad)), closes [#10171](https://github.com/bitnami/charts/issues/10171) +* [bitnami/joomla] Release 13.1.1 updating components versions ([9e1a9f2](https://github.com/bitnami/charts/commit/9e1a9f2c4bdfa820ff42d1ec47787618506aa98c)) ## 13.1.0 (2022-05-11) -* [bitnami/joomla] Add missing namespace metadata (#10128) ([e3cbaeb](https://github.com/bitnami/charts/commit/e3cbaeb)), closes [#10128](https://github.com/bitnami/charts/issues/10128) +* [bitnami/joomla] Add missing namespace metadata (#10128) ([e3cbaeb](https://github.com/bitnami/charts/commit/e3cbaebaa81073cbfb82aabae1d795f6fac646ee)), closes [#10128](https://github.com/bitnami/charts/issues/10128) ## 13.0.2 (2022-05-10) -* [bitnami/joomla] Release 13.0.2 updating components versions ([d16b406](https://github.com/bitnami/charts/commit/d16b406)) +* [bitnami/joomla] Release 13.0.2 updating components versions ([d16b406](https://github.com/bitnami/charts/commit/d16b40643b5cc1a35f278758a8c4999dd2d94e32)) ## 13.0.1 (2022-04-21) -* [bitnami/joomla] Release 13.0.1 updating components versions ([1db695c](https://github.com/bitnami/charts/commit/1db695c)) +* [bitnami/joomla] Release 13.0.1 updating components versions ([1db695c](https://github.com/bitnami/charts/commit/1db695c59be2cf812c5aa2156067fb7436dd58aa)) ## 13.0.0 (2022-04-21) -* [bitnami/joomla] feat!: :arrow_up: Bump MariaDB version to 10.6 (#9849) ([b3db0f4](https://github.com/bitnami/charts/commit/b3db0f4)), closes [#9849](https://github.com/bitnami/charts/issues/9849) +* [bitnami/joomla] feat!: :arrow_up: Bump MariaDB version to 10.6 (#9849) ([b3db0f4](https://github.com/bitnami/charts/commit/b3db0f4b4fb068b7749ee21e67201a5594494ef2)), closes [#9849](https://github.com/bitnami/charts/issues/9849) ## 12.0.21 (2022-04-20) -* [bitnami/joomla] Release 12.0.21 updating components versions ([9947d3a](https://github.com/bitnami/charts/commit/9947d3a)) +* [bitnami/joomla] Release 12.0.21 updating components versions ([9947d3a](https://github.com/bitnami/charts/commit/9947d3a05fe5780a07c3b19b15c77ac6e01b5935)) ## 12.0.20 (2022-04-19) -* [bitnami/joomla] Release 12.0.20 updating components versions ([11e4867](https://github.com/bitnami/charts/commit/11e4867)) +* [bitnami/joomla] Release 12.0.20 updating components versions ([11e4867](https://github.com/bitnami/charts/commit/11e4867110b3492bc089bb4a589fc01ec55a0fb2)) ## 12.0.19 (2022-04-08) -* [bitnami/joomla] Release 12.0.19 updating components versions ([17247b0](https://github.com/bitnami/charts/commit/17247b0)) +* [bitnami/joomla] Release 12.0.19 updating components versions ([17247b0](https://github.com/bitnami/charts/commit/17247b0bf7f042964e6ac2f654f9a882594f1415)) ## 12.0.18 (2022-04-06) -* [bitnami/joomla] Release 12.0.18 updating components versions ([84bc583](https://github.com/bitnami/charts/commit/84bc583)) +* [bitnami/joomla] Release 12.0.18 updating components versions ([84bc583](https://github.com/bitnami/charts/commit/84bc583aa00dffa5e2cab2585c51eba535e83855)) ## 12.0.17 (2022-04-03) -* [bitnami/joomla] Release 12.0.17 updating components versions ([77750a3](https://github.com/bitnami/charts/commit/77750a3)) +* [bitnami/joomla] Release 12.0.17 updating components versions ([77750a3](https://github.com/bitnami/charts/commit/77750a3e50611ad31e8952869f6d70512a4a8091)) ## 12.0.16 (2022-04-02) -* [bitnami/joomla] Release 12.0.16 updating components versions ([4241c20](https://github.com/bitnami/charts/commit/4241c20)) +* [bitnami/joomla] Release 12.0.16 updating components versions ([4241c20](https://github.com/bitnami/charts/commit/4241c20a6f02ab84cf3eeccc0279fe3a3ec4661d)) ## 12.0.15 (2022-03-30) -* [bitnami/joomla] Release 12.0.15 updating components versions ([291c2f1](https://github.com/bitnami/charts/commit/291c2f1)) +* [bitnami/joomla] Release 12.0.15 updating components versions ([291c2f1](https://github.com/bitnami/charts/commit/291c2f15b733bd5cd3a248bf19831807f5708688)) ## 12.0.14 (2022-03-29) -* [bitnami/joomla] Release 12.0.14 updating components versions ([7e3ea28](https://github.com/bitnami/charts/commit/7e3ea28)) +* [bitnami/joomla] Release 12.0.14 updating components versions ([7e3ea28](https://github.com/bitnami/charts/commit/7e3ea285e7c3f0d90ad9d71356904b95aa06e5b9)) ## 12.0.13 (2022-03-29) -* [bitnami/joomla] Release 12.0.13 updating components versions ([f00593e](https://github.com/bitnami/charts/commit/f00593e)) +* [bitnami/joomla] Release 12.0.13 updating components versions ([f00593e](https://github.com/bitnami/charts/commit/f00593ea54ee6363e0c2bf8808d93cf01154eec9)) ## 12.0.12 (2022-03-27) -* [bitnami/joomla] Release 12.0.12 updating components versions ([e027265](https://github.com/bitnami/charts/commit/e027265)) +* [bitnami/joomla] Release 12.0.12 updating components versions ([e027265](https://github.com/bitnami/charts/commit/e027265c4287754b38ead6bec116ba5797421eb1)) ## 12.0.11 (2022-03-25) -* [bitnami/joomla] Release 12.0.11 updating components versions ([d32eaa5](https://github.com/bitnami/charts/commit/d32eaa5)) +* [bitnami/joomla] Release 12.0.11 updating components versions ([d32eaa5](https://github.com/bitnami/charts/commit/d32eaa5875ecc2c808c5e704ef8867e872172007)) ## 12.0.10 (2022-03-18) -* [bitnami/joomla] Release 12.0.10 updating components versions ([afc38fe](https://github.com/bitnami/charts/commit/afc38fe)) +* [bitnami/joomla] Release 12.0.10 updating components versions ([afc38fe](https://github.com/bitnami/charts/commit/afc38fe4e66962e5c5d3bcdaf4c1186e47c74183)) ## 12.0.9 (2022-03-16) -* [bitnami/joomla] Release 12.0.9 updating components versions ([1c821bd](https://github.com/bitnami/charts/commit/1c821bd)) +* [bitnami/joomla] Release 12.0.9 updating components versions ([1c821bd](https://github.com/bitnami/charts/commit/1c821bd031b05fb8861e096977014ee62bbbced5)) ## 12.0.8 (2022-03-01) -* [bitnami/joomla] Release 12.0.8 updating components versions ([ae4cc4c](https://github.com/bitnami/charts/commit/ae4cc4c)) +* [bitnami/joomla] Release 12.0.8 updating components versions ([ae4cc4c](https://github.com/bitnami/charts/commit/ae4cc4c4fed39e6b9ab5c9d6413b23f01510a57e)) ## 12.0.7 (2022-02-27) -* [bitnami/joomla] Release 12.0.7 updating components versions ([c5133a2](https://github.com/bitnami/charts/commit/c5133a2)) +* [bitnami/joomla] Release 12.0.7 updating components versions ([c5133a2](https://github.com/bitnami/charts/commit/c5133a270440aa0d5a7e4e39f6b2c19b65a5d94c)) ## 12.0.6 (2022-02-23) -* [bitnami/joomla] Release 12.0.6 updating components versions ([c4d2660](https://github.com/bitnami/charts/commit/c4d2660)) +* [bitnami/joomla] Release 12.0.6 updating components versions ([c4d2660](https://github.com/bitnami/charts/commit/c4d2660aeefda54a2c257e03be69163a48b96333)) ## 12.0.5 (2022-02-22) -* [bitnami/joomla] Release 12.0.5 updating components versions ([21a66b4](https://github.com/bitnami/charts/commit/21a66b4)) +* [bitnami/joomla] Release 12.0.5 updating components versions ([21a66b4](https://github.com/bitnami/charts/commit/21a66b45082866f81980b605ed65ada391a26cf2)) ## 12.0.4 (2022-02-13) -* [bitnami/joomla] Release 12.0.4 updating components versions ([48cbdf8](https://github.com/bitnami/charts/commit/48cbdf8)) -* Fix non utf-8 character (#8741) ([60efb0d](https://github.com/bitnami/charts/commit/60efb0d)), closes [#8741](https://github.com/bitnami/charts/issues/8741) +* [bitnami/joomla] Release 12.0.4 updating components versions ([48cbdf8](https://github.com/bitnami/charts/commit/48cbdf801a250e13800c8e7d7165752ed2e0fee5)) +* Fix non utf-8 character (#8741) ([60efb0d](https://github.com/bitnami/charts/commit/60efb0df5e0f4b7e02e0ecb965473e6b32086cf2)), closes [#8741](https://github.com/bitnami/charts/issues/8741) ## 12.0.3 (2022-01-20) -* [bitnami/joomla] Release 12.0.3 updating components versions ([3d48fbf](https://github.com/bitnami/charts/commit/3d48fbf)) +* [bitnami/joomla] Release 12.0.3 updating components versions ([3d48fbf](https://github.com/bitnami/charts/commit/3d48fbfc756a0b2258493450bbdcc34767260b57)) ## 12.0.2 (2022-01-20) -* [bitnami/*] Readme automation (#8579) ([78d1938](https://github.com/bitnami/charts/commit/78d1938)), closes [#8579](https://github.com/bitnami/charts/issues/8579) -* [bitnami/*] Update READMEs (#8716) ([b9a9533](https://github.com/bitnami/charts/commit/b9a9533)), closes [#8716](https://github.com/bitnami/charts/issues/8716) -* [bitnami/several] Change prerequisites (#8725) ([8d740c5](https://github.com/bitnami/charts/commit/8d740c5)), closes [#8725](https://github.com/bitnami/charts/issues/8725) +* [bitnami/*] Readme automation (#8579) ([78d1938](https://github.com/bitnami/charts/commit/78d193831c900d178198491ffd08fa2217a64ecd)), closes [#8579](https://github.com/bitnami/charts/issues/8579) +* [bitnami/*] Update READMEs (#8716) ([b9a9533](https://github.com/bitnami/charts/commit/b9a953337590eb2979453385874a267bacf50936)), closes [#8716](https://github.com/bitnami/charts/issues/8716) +* [bitnami/several] Change prerequisites (#8725) ([8d740c5](https://github.com/bitnami/charts/commit/8d740c566cfdb7e2d933c40128b4e919fce953a5)), closes [#8725](https://github.com/bitnami/charts/issues/8725) ## 12.0.1 (2022-01-05) -* [bitnami/several] Adapt templating format (#8562) ([8cad18a](https://github.com/bitnami/charts/commit/8cad18a)), closes [#8562](https://github.com/bitnami/charts/issues/8562) +* [bitnami/several] Adapt templating format (#8562) ([8cad18a](https://github.com/bitnami/charts/commit/8cad18aed9966a6f0208e5ad6cee46cb217f47ab)), closes [#8562](https://github.com/bitnami/charts/issues/8562) ## 12.0.0 (2022-01-05) -* [bitnami/joomla] Chart standardized (#7583) ([0f8f19d](https://github.com/bitnami/charts/commit/0f8f19d)), closes [#7583](https://github.com/bitnami/charts/issues/7583) -* [bitnami/several] Add license to the README ([05f7633](https://github.com/bitnami/charts/commit/05f7633)) -* [bitnami/several] Add license to the README ([32fb238](https://github.com/bitnami/charts/commit/32fb238)) -* [bitnami/several] Add license to the README ([b87c2f7](https://github.com/bitnami/charts/commit/b87c2f7)) +* [bitnami/joomla] Chart standardized (#7583) ([0f8f19d](https://github.com/bitnami/charts/commit/0f8f19d2ac2f4f8903d8528b5c21a3cb5514a926)), closes [#7583](https://github.com/bitnami/charts/issues/7583) +* [bitnami/several] Add license to the README ([05f7633](https://github.com/bitnami/charts/commit/05f763372501d596e57db713dd53ff4ff3027cc4)) +* [bitnami/several] Add license to the README ([32fb238](https://github.com/bitnami/charts/commit/32fb238e60a0affc6debd3142eaa3c3d9089ec2a)) +* [bitnami/several] Add license to the README ([b87c2f7](https://github.com/bitnami/charts/commit/b87c2f7899d48a8b02c506765e6ae82937e9ba3f)) ## 11.0.0 (2021-12-28) -* [bitnami/joomla] feat!: :boom: Bump to Joomla 4 (#8514) ([bcf081e](https://github.com/bitnami/charts/commit/bcf081e)), closes [#8514](https://github.com/bitnami/charts/issues/8514) +* [bitnami/joomla] feat!: :boom: Bump to Joomla 4 (#8514) ([bcf081e](https://github.com/bitnami/charts/commit/bcf081ee8529024b38448620853fa5a1a1fc5bc4)), closes [#8514](https://github.com/bitnami/charts/issues/8514) ## 10.2.3 (2021-12-14) -* [bitnami/joomla] Release 10.2.3 updating components versions ([d68a082](https://github.com/bitnami/charts/commit/d68a082)) +* [bitnami/joomla] Release 10.2.3 updating components versions ([d68a082](https://github.com/bitnami/charts/commit/d68a08258c19e3afa59e51dac00b84a2ad27882a)) ## 10.2.2 (2021-11-29) -* [bitnami/several] Add 'community support' note to some Helm chart READMEs (#8148) ([ce6b838](https://github.com/bitnami/charts/commit/ce6b838)), closes [#8148](https://github.com/bitnami/charts/issues/8148) -* [bitnami/several] Fix deadlinks in README.md (#8215) ([99e90d2](https://github.com/bitnami/charts/commit/99e90d2)), closes [#8215](https://github.com/bitnami/charts/issues/8215) -* [bitnami/several] Regenerate README tables ([1cde837](https://github.com/bitnami/charts/commit/1cde837)) -* [bitnami/several] Replace HTTP by HTTPS when possible (#8259) ([eafb5bd](https://github.com/bitnami/charts/commit/eafb5bd)), closes [#8259](https://github.com/bitnami/charts/issues/8259) +* [bitnami/several] Add 'community support' note to some Helm chart READMEs (#8148) ([ce6b838](https://github.com/bitnami/charts/commit/ce6b83829ac261c04784d7818c9cfa844f403213)), closes [#8148](https://github.com/bitnami/charts/issues/8148) +* [bitnami/several] Fix deadlinks in README.md (#8215) ([99e90d2](https://github.com/bitnami/charts/commit/99e90d244b3244e059a42f72dcbecd3cda2b66bb)), closes [#8215](https://github.com/bitnami/charts/issues/8215) +* [bitnami/several] Regenerate README tables ([1cde837](https://github.com/bitnami/charts/commit/1cde8378b3ee2e825ac07bb0266a988b95b8dbce)) +* [bitnami/several] Replace HTTP by HTTPS when possible (#8259) ([eafb5bd](https://github.com/bitnami/charts/commit/eafb5bd5a2cc3aaf04fc1e8ebedd73f420d76864)), closes [#8259](https://github.com/bitnami/charts/issues/8259) ## 10.2.1 (2021-11-16) -* [bitnami/joomla] Release 10.2.1 updating components versions ([ae6305b](https://github.com/bitnami/charts/commit/ae6305b)) +* [bitnami/joomla] Release 10.2.1 updating components versions ([ae6305b](https://github.com/bitnami/charts/commit/ae6305bb1f6c802f38e01af64add155a26620126)) ## 10.2.0 (2021-11-16) -* [bitnami/*] Add network policies - second batch (#8100) ([ec0efae](https://github.com/bitnami/charts/commit/ec0efae)), closes [#8100](https://github.com/bitnami/charts/issues/8100) +* [bitnami/*] Add network policies - second batch (#8100) ([ec0efae](https://github.com/bitnami/charts/commit/ec0efae5ec459f17d0dc3a81bd9ecc20f536f709)), closes [#8100](https://github.com/bitnami/charts/issues/8100) ## 10.1.29 (2021-11-15) -* Fixing a typo in the post-deploy notes for bitnami/joomla (#8117) ([a3459d5](https://github.com/bitnami/charts/commit/a3459d5)), closes [#8117](https://github.com/bitnami/charts/issues/8117) +* Fixing a typo in the post-deploy notes for bitnami/joomla (#8117) ([a3459d5](https://github.com/bitnami/charts/commit/a3459d5d6471d85f3bb2103568a38de42072577b)), closes [#8117](https://github.com/bitnami/charts/issues/8117) ## 10.1.28 (2021-11-04) -* [bitnami/joomla ] Update deployment.yaml to fix issue 8004 (#8013) ([f362976](https://github.com/bitnami/charts/commit/f362976)), closes [#8013](https://github.com/bitnami/charts/issues/8013) -* [bitnami/several] Regenerate README tables ([6e3fb95](https://github.com/bitnami/charts/commit/6e3fb95)) +* [bitnami/joomla ] Update deployment.yaml to fix issue 8004 (#8013) ([f362976](https://github.com/bitnami/charts/commit/f3629760c5ec202a1f7535403cebad30c707dc79)), closes [#8013](https://github.com/bitnami/charts/issues/8013) +* [bitnami/several] Regenerate README tables ([6e3fb95](https://github.com/bitnami/charts/commit/6e3fb954296a91f83fc1654d77109e5ef4fb6dc0)) ## 10.1.27 (2021-10-27) -* [bitnami/joomla] Release 10.1.27 updating components versions ([5df1c8e](https://github.com/bitnami/charts/commit/5df1c8e)) -* [bitnami/several] Regenerate README tables ([412cf6a](https://github.com/bitnami/charts/commit/412cf6a)) +* [bitnami/joomla] Release 10.1.27 updating components versions ([5df1c8e](https://github.com/bitnami/charts/commit/5df1c8e5b5d0cba1ab63da387af4d67b0496edd6)) +* [bitnami/several] Regenerate README tables ([412cf6a](https://github.com/bitnami/charts/commit/412cf6a513cb0c03444a6e7811c6f27193239a10)) ## 10.1.26 (2021-10-26) -* [bitnami/joomla] Release 10.1.26 updating components versions ([e62f94e](https://github.com/bitnami/charts/commit/e62f94e)) +* [bitnami/joomla] Release 10.1.26 updating components versions ([e62f94e](https://github.com/bitnami/charts/commit/e62f94e65e720174bfe614efab840bef45a2e07d)) ## 10.1.25 (2021-10-22) -* [bitnami/several] Add chart info to NOTES.txt (#7889) ([a6751cd](https://github.com/bitnami/charts/commit/a6751cd)), closes [#7889](https://github.com/bitnami/charts/issues/7889) -* [bitnami/several] Regenerate README tables ([9bead53](https://github.com/bitnami/charts/commit/9bead53)) +* [bitnami/several] Add chart info to NOTES.txt (#7889) ([a6751cd](https://github.com/bitnami/charts/commit/a6751cdd33c461fabbc459fbea6f219ec64ab6b2)), closes [#7889](https://github.com/bitnami/charts/issues/7889) +* [bitnami/several] Regenerate README tables ([9bead53](https://github.com/bitnami/charts/commit/9bead53e7ae9de9977de03b92d3b7bc49a941d4a)) ## 10.1.24 (2021-10-07) -* [bitnami/joomla] Release 10.1.24 updating components versions ([53c7504](https://github.com/bitnami/charts/commit/53c7504)) -* [bitnami/prestashop] Fix default value for `ingress. ingressClassName` (and regenerate READMEs) (#77 ([c3fbb73](https://github.com/bitnami/charts/commit/c3fbb73)), closes [#7732](https://github.com/bitnami/charts/issues/7732) +* [bitnami/joomla] Release 10.1.24 updating components versions ([53c7504](https://github.com/bitnami/charts/commit/53c7504be111834426a27407a7fa43ecde954f00)) +* [bitnami/prestashop] Fix default value for `ingress. ingressClassName` (and regenerate READMEs) (#77 ([c3fbb73](https://github.com/bitnami/charts/commit/c3fbb73586675a4922ca57dfd195791d3ffdc40f)), closes [#7732](https://github.com/bitnami/charts/issues/7732) ## 10.1.23 (2021-10-07) -* [bitnami/joomla] Release 10.1.23 updating components versions ([c9bde37](https://github.com/bitnami/charts/commit/c9bde37)) +* [bitnami/joomla] Release 10.1.23 updating components versions ([c9bde37](https://github.com/bitnami/charts/commit/c9bde37b0695e3d483c44e522df412f18fa1e206)) ## 10.1.22 (2021-10-01) -* [bitnami/*] Drop support for deprecated cert-manager annotation (#7582) ([a081792](https://github.com/bitnami/charts/commit/a081792)), closes [#7582](https://github.com/bitnami/charts/issues/7582) -* [bitnami/several] Regenerate README tables ([5c79422](https://github.com/bitnami/charts/commit/5c79422)) +* [bitnami/*] Drop support for deprecated cert-manager annotation (#7582) ([a081792](https://github.com/bitnami/charts/commit/a08179293543f063e5de966a9976ca967161de7b)), closes [#7582](https://github.com/bitnami/charts/issues/7582) +* [bitnami/several] Regenerate README tables ([5c79422](https://github.com/bitnami/charts/commit/5c7942235d3169332e8dadb380cd757416f28946)) ## 10.1.21 (2021-09-14) -* [bitnami/joomla] Release 10.1.21 updating components versions ([1dca97f](https://github.com/bitnami/charts/commit/1dca97f)) -* [bitnami/several] Regenerate README tables ([da2513b](https://github.com/bitnami/charts/commit/da2513b)) +* [bitnami/joomla] Release 10.1.21 updating components versions ([1dca97f](https://github.com/bitnami/charts/commit/1dca97fbd70be4bb0c83fb83f4e24f70bc046f5d)) +* [bitnami/several] Regenerate README tables ([da2513b](https://github.com/bitnami/charts/commit/da2513bf0a33819f3b1151d387c631a9ffdb03e2)) ## 10.1.20 (2021-08-25) -* [bitnami/joomla] Release 10.1.20 updating components versions ([0536310](https://github.com/bitnami/charts/commit/0536310)) -* [bitnami/several] Regenerate README tables ([04e7724](https://github.com/bitnami/charts/commit/04e7724)) +* [bitnami/joomla] Release 10.1.20 updating components versions ([0536310](https://github.com/bitnami/charts/commit/05363109a04c9f4e625b1a92b3244ed78162a684)) +* [bitnami/several] Regenerate README tables ([04e7724](https://github.com/bitnami/charts/commit/04e77240da01c2daa3d9d8aca0cf94ddc3aaa6f0)) ## 10.1.19 (2021-08-24) -* [bitnami/joomla] Release 10.1.19 updating components versions ([c64ea73](https://github.com/bitnami/charts/commit/c64ea73)) -* [bitnami/several] Regenerate README tables ([6c9124f](https://github.com/bitnami/charts/commit/6c9124f)) +* [bitnami/joomla] Release 10.1.19 updating components versions ([c64ea73](https://github.com/bitnami/charts/commit/c64ea73e9d254c80a78fbcb2fa08db929e635ca1)) +* [bitnami/several] Regenerate README tables ([6c9124f](https://github.com/bitnami/charts/commit/6c9124f79491aa65f53a87c1ed598b47ffa8b411)) ## 10.1.18 (2021-08-17) -* [bitnami/joomla] Release 10.1.18 updating components versions ([b24d3ce](https://github.com/bitnami/charts/commit/b24d3ce)) -* [bitnami/several] Regenerate README tables ([6c107e8](https://github.com/bitnami/charts/commit/6c107e8)) +* [bitnami/joomla] Release 10.1.18 updating components versions ([b24d3ce](https://github.com/bitnami/charts/commit/b24d3cedbe2a4b70273c880a76cc7b2230b9482a)) +* [bitnami/several] Regenerate README tables ([6c107e8](https://github.com/bitnami/charts/commit/6c107e835d6caf8db2e8b17dcd48c5971637e013)) ## 10.1.17 (2021-08-04) -* [bitnami/joomla] Release 10.1.17 updating components versions ([1010764](https://github.com/bitnami/charts/commit/1010764)) +* [bitnami/joomla] Release 10.1.17 updating components versions ([1010764](https://github.com/bitnami/charts/commit/1010764e17eb6dd65b1100737468ee3eea7e415a)) ## 10.1.16 (2021-07-27) -* [bitnami/several] Fix default values and regenerate README (#7024) ([4c86733](https://github.com/bitnami/charts/commit/4c86733)), closes [#7024](https://github.com/bitnami/charts/issues/7024) +* [bitnami/several] Fix default values and regenerate README (#7024) ([4c86733](https://github.com/bitnami/charts/commit/4c867335c5c9c5aba041868df16ebb8f64ac68bd)), closes [#7024](https://github.com/bitnami/charts/issues/7024) ## 10.1.15 (2021-07-09) -* [bitnami/*] Adapt values.yaml of Joomla, Jupyterhub and Kafka charts (#6850) ([8ebbf6e](https://github.com/bitnami/charts/commit/8ebbf6e)), closes [#6850](https://github.com/bitnami/charts/issues/6850) +* [bitnami/*] Adapt values.yaml of Joomla, Jupyterhub and Kafka charts (#6850) ([8ebbf6e](https://github.com/bitnami/charts/commit/8ebbf6e0af566e05e794562d9a4d1e4f73ce1502)), closes [#6850](https://github.com/bitnami/charts/issues/6850) ## 10.1.14 (2021-07-06) -* [bitnami/joomla] Release 10.1.14 updating components versions ([3e885e6](https://github.com/bitnami/charts/commit/3e885e6)) +* [bitnami/joomla] Release 10.1.14 updating components versions ([3e885e6](https://github.com/bitnami/charts/commit/3e885e63e366a874c79e5b74f5f2341b3fd961af)) ## 10.1.13 (2021-06-26) -* [bitnami/joomla] Release 10.1.13 updating components versions ([8bd7348](https://github.com/bitnami/charts/commit/8bd7348)) +* [bitnami/joomla] Release 10.1.13 updating components versions ([8bd7348](https://github.com/bitnami/charts/commit/8bd7348e89fd4246aec2bfbf8dde7d6d4cd13a5b)) ## 10.1.12 (2021-06-21) -* [bitnami/joomla] Release 10.1.12 updating components versions ([5839abb](https://github.com/bitnami/charts/commit/5839abb)) +* [bitnami/joomla] Release 10.1.12 updating components versions ([5839abb](https://github.com/bitnami/charts/commit/5839abbcd57efe8261ee290141f3e81397a7c514)) ## 10.1.11 (2021-06-19) -* [bitnami/joomla] Release 10.1.11 updating components versions ([4383997](https://github.com/bitnami/charts/commit/4383997)) +* [bitnami/joomla] Release 10.1.11 updating components versions ([4383997](https://github.com/bitnami/charts/commit/4383997e6aff8875a40cc3186ff61b0f6a58dd78)) ## 10.1.10 (2021-05-25) -* [bitnami/joomla] Release 10.1.10 updating components versions ([8cfbbaa](https://github.com/bitnami/charts/commit/8cfbbaa)) +* [bitnami/joomla] Release 10.1.10 updating components versions ([8cfbbaa](https://github.com/bitnami/charts/commit/8cfbbaa64c69432d9378d94f02c919c0038ef878)) ## 10.1.9 (2021-05-25) -* [bitnami/joomla] Release 10.1.9 updating components versions ([144225d](https://github.com/bitnami/charts/commit/144225d)) +* [bitnami/joomla] Release 10.1.9 updating components versions ([144225d](https://github.com/bitnami/charts/commit/144225d3d0e88bd5e9af2cfecd553d11174353fa)) ## 10.1.8 (2021-05-23) -* [bitnami/joomla] Release 10.1.8 updating components versions ([85ac8c3](https://github.com/bitnami/charts/commit/85ac8c3)) +* [bitnami/joomla] Release 10.1.8 updating components versions ([85ac8c3](https://github.com/bitnami/charts/commit/85ac8c3266c5e50c344e08fc9d2d81f942b9ea3b)) ## 10.1.7 (2021-05-07) -* [bitnami/joomla] Release 10.1.7 updating components versions ([2805f6c](https://github.com/bitnami/charts/commit/2805f6c)) +* [bitnami/joomla] Release 10.1.7 updating components versions ([2805f6c](https://github.com/bitnami/charts/commit/2805f6c28785f5de13cac3f03e9089206d039a24)) ## 10.1.6 (2021-05-05) -* Update NOTES.txt (#6292) ([ee5597c](https://github.com/bitnami/charts/commit/ee5597c)), closes [#6292](https://github.com/bitnami/charts/issues/6292) +* Update NOTES.txt (#6292) ([ee5597c](https://github.com/bitnami/charts/commit/ee5597c86b1cd3587fb50feb1dbc7518195c8cab)), closes [#6292](https://github.com/bitnami/charts/issues/6292) ## 10.1.5 (2021-04-13) -* [bitnami/joomla] Release 10.1.5 updating components versions ([a2ff780](https://github.com/bitnami/charts/commit/a2ff780)) +* [bitnami/joomla] Release 10.1.5 updating components versions ([a2ff780](https://github.com/bitnami/charts/commit/a2ff780d19be4eb14842fd5d866357cb03538ffa)) ## 10.1.4 (2021-04-02) -* [bitnami/joomla] Release 10.1.4 updating components versions ([6ed3a79](https://github.com/bitnami/charts/commit/6ed3a79)) +* [bitnami/joomla] Release 10.1.4 updating components versions ([6ed3a79](https://github.com/bitnami/charts/commit/6ed3a7940de28fcd9f507b9888b76ce8b6ded240)) ## 10.1.3 (2021-03-04) -* [bitnami/*] Remove minideb mentions (#5677) ([870bc4d](https://github.com/bitnami/charts/commit/870bc4d)), closes [#5677](https://github.com/bitnami/charts/issues/5677) +* [bitnami/*] Remove minideb mentions (#5677) ([870bc4d](https://github.com/bitnami/charts/commit/870bc4dba1fc3aa55dd157da6687b25e8d352206)), closes [#5677](https://github.com/bitnami/charts/issues/5677) ## 10.1.2 (2021-03-03) -* [bitnami/joomla] Release 10.1.2 updating components versions ([fc729e4](https://github.com/bitnami/charts/commit/fc729e4)) +* [bitnami/joomla] Release 10.1.2 updating components versions ([fc729e4](https://github.com/bitnami/charts/commit/fc729e450f7b56f65d925b20ab5f8e45f9bafd7d)) ## 10.1.1 (2021-02-13) -* [bitnami/*] Add notice regarding parameters immutability after chart installation (#4853) ([5f09573](https://github.com/bitnami/charts/commit/5f09573)), closes [#4853](https://github.com/bitnami/charts/issues/4853) -* [bitnami/joomla] Release 10.1.1 updating components versions ([28e9618](https://github.com/bitnami/charts/commit/28e9618)) +* [bitnami/*] Add notice regarding parameters immutability after chart installation (#4853) ([5f09573](https://github.com/bitnami/charts/commit/5f095734f92555dec7cd0e3ee961f315eac170ff)), closes [#4853](https://github.com/bitnami/charts/issues/4853) +* [bitnami/joomla] Release 10.1.1 updating components versions ([28e9618](https://github.com/bitnami/charts/commit/28e9618780286aa8f56fa77d9f6f706ece30b7df)) ## 10.1.0 (2021-01-28) -* [bitnami/*] Change helm version in the prerequisites (#5090) ([c5e67a3](https://github.com/bitnami/charts/commit/c5e67a3)), closes [#5090](https://github.com/bitnami/charts/issues/5090) -* [bitnami/joomla] Add hostAliases (#5247) ([085b3ce](https://github.com/bitnami/charts/commit/085b3ce)), closes [#5247](https://github.com/bitnami/charts/issues/5247) +* [bitnami/*] Change helm version in the prerequisites (#5090) ([c5e67a3](https://github.com/bitnami/charts/commit/c5e67a388743cbee28439d2cabca27884b9daf97)), closes [#5090](https://github.com/bitnami/charts/issues/5090) +* [bitnami/joomla] Add hostAliases (#5247) ([085b3ce](https://github.com/bitnami/charts/commit/085b3cea6e0bccbf283d76729bc95cb56496f198)), closes [#5247](https://github.com/bitnami/charts/issues/5247) ## 10.0.1 (2021-01-14) -* [bitnami/joomla] Release 10.0.1 updating components versions ([5c5e3e6](https://github.com/bitnami/charts/commit/5c5e3e6)) +* [bitnami/joomla] Release 10.0.1 updating components versions ([5c5e3e6](https://github.com/bitnami/charts/commit/5c5e3e6488a0dbedd115c2d1da554d312a4824e0)) ## 10.0.0 (2021-01-14) -* [bitnami/joomla] Major change: adapt ingress (#4973) ([deb6d3c](https://github.com/bitnami/charts/commit/deb6d3c)), closes [#4973](https://github.com/bitnami/charts/issues/4973) +* [bitnami/joomla] Major change: adapt ingress (#4973) ([deb6d3c](https://github.com/bitnami/charts/commit/deb6d3c0d7786df405739d278f9c798ecde2110e)), closes [#4973](https://github.com/bitnami/charts/issues/4973) ## 9.0.5 (2020-12-24) -* [bitnami/*] fix typos (#4699) ([49adc63](https://github.com/bitnami/charts/commit/49adc63)), closes [#4699](https://github.com/bitnami/charts/issues/4699) -* [bitnami/joomla] Release 9.0.5 updating components versions ([b9474d0](https://github.com/bitnami/charts/commit/b9474d0)) +* [bitnami/*] fix typos (#4699) ([49adc63](https://github.com/bitnami/charts/commit/49adc63b672da976c55af2e077aa5648a357b77f)), closes [#4699](https://github.com/bitnami/charts/issues/4699) +* [bitnami/joomla] Release 9.0.5 updating components versions ([b9474d0](https://github.com/bitnami/charts/commit/b9474d011b14f4e85704e9dcf49287b4a98ca054)) ## 9.0.4 (2020-12-11) -* [bitnami/*] Update dependencies (#4694) ([2826c12](https://github.com/bitnami/charts/commit/2826c12)), closes [#4694](https://github.com/bitnami/charts/issues/4694) +* [bitnami/*] Update dependencies (#4694) ([2826c12](https://github.com/bitnami/charts/commit/2826c125b42505f28431301e3c1bbe5366e47a01)), closes [#4694](https://github.com/bitnami/charts/issues/4694) ## 9.0.3 (2020-11-25) -* [bitnami/*] Affinity based on common presets (ii) (#4472) ([934259f](https://github.com/bitnami/charts/commit/934259f)), closes [#4472](https://github.com/bitnami/charts/issues/4472) +* [bitnami/*] Affinity based on common presets (ii) (#4472) ([934259f](https://github.com/bitnami/charts/commit/934259f78127c53c747dfff5e5df9f67738ec79c)), closes [#4472](https://github.com/bitnami/charts/issues/4472) ## 9.0.2 (2020-11-24) -* [bitnami/joomla] Release 9.0.2 updating components versions ([1825be9](https://github.com/bitnami/charts/commit/1825be9)) +* [bitnami/joomla] Release 9.0.2 updating components versions ([1825be9](https://github.com/bitnami/charts/commit/1825be91d71a9edfbd317a406fabbffff43ec883)) ## 9.0.1 (2020-11-20) -* [bitnami/*] Expose the "service type" in the basic form for Kubeapps (#4445) ([cf3b3d3](https://github.com/bitnami/charts/commit/cf3b3d3)), closes [#4445](https://github.com/bitnami/charts/issues/4445) +* [bitnami/*] Expose the "service type" in the basic form for Kubeapps (#4445) ([cf3b3d3](https://github.com/bitnami/charts/commit/cf3b3d3def5931883df8054806edcea9b8339c50)), closes [#4445](https://github.com/bitnami/charts/issues/4445) ## 9.0.0 (2020-11-19) -* [bitnami/Joomla] Major version. Adapt Chart to apiVersion: v2 and Update MariaDB Dependency (#4348) ([3f58e53](https://github.com/bitnami/charts/commit/3f58e53)), closes [#4348](https://github.com/bitnami/charts/issues/4348) +* [bitnami/Joomla] Major version. Adapt Chart to apiVersion: v2 and Update MariaDB Dependency (#4348) ([3f58e53](https://github.com/bitnami/charts/commit/3f58e53b247e01aa859333a7c0f0c97f0e024ae4)), closes [#4348](https://github.com/bitnami/charts/issues/4348) ## 8.1.10 (2020-11-12) -* [bitnami/joomla] Release 8.1.10 updating components versions ([88c984c](https://github.com/bitnami/charts/commit/88c984c)) +* [bitnami/joomla] Release 8.1.10 updating components versions ([88c984c](https://github.com/bitnami/charts/commit/88c984c556c801458284647bce820470446967c3)) ## 8.1.9 (2020-10-30) -* [bitnami/*] Extra manifests should be top-level (#4161) ([b3a95b7](https://github.com/bitnami/charts/commit/b3a95b7)), closes [#4161](https://github.com/bitnami/charts/issues/4161) -* [bitnami/*] Include link to Troubleshootin guide on README.md (#4136) ([c08a20e](https://github.com/bitnami/charts/commit/c08a20e)), closes [#4136](https://github.com/bitnami/charts/issues/4136) +* [bitnami/*] Extra manifests should be top-level (#4161) ([b3a95b7](https://github.com/bitnami/charts/commit/b3a95b701b611ab51924ae5665bcc8cd5ac56898)), closes [#4161](https://github.com/bitnami/charts/issues/4161) +* [bitnami/*] Include link to Troubleshootin guide on README.md (#4136) ([c08a20e](https://github.com/bitnami/charts/commit/c08a20e3db004215383004ff023a73fcc2522e72)), closes [#4136](https://github.com/bitnami/charts/issues/4136) ## 8.1.8 (2020-10-13) -* [bitnami/joomla] Release 8.1.8 updating components versions ([4acc9f2](https://github.com/bitnami/charts/commit/4acc9f2)) +* [bitnami/joomla] Release 8.1.8 updating components versions ([4acc9f2](https://github.com/bitnami/charts/commit/4acc9f2eabf51683d596d88ad503403c866d21f0)) ## 8.1.7 (2020-10-13) -* [bitnami/joomla] fix: version mismatch between mariadb and common ([ccd7644](https://github.com/bitnami/charts/commit/ccd7644)) +* [bitnami/joomla] fix: version mismatch between mariadb and common ([ccd7644](https://github.com/bitnami/charts/commit/ccd76444d828ea11a8245744d88abec6c2cc2e65)) ## 8.1.6 (2020-09-21) -* [bitnami/joomla] Release 8.1.6 updating components versions ([96de6e5](https://github.com/bitnami/charts/commit/96de6e5)) +* [bitnami/joomla] Release 8.1.6 updating components versions ([96de6e5](https://github.com/bitnami/charts/commit/96de6e58976a406726f0c9303583d495d4c3b3df)) ## 8.1.5 (2020-09-11) -* illegal number syntax: "-" in NOTES.txt (#3654) ([6572fc2](https://github.com/bitnami/charts/commit/6572fc2)), closes [#3654](https://github.com/bitnami/charts/issues/3654) +* illegal number syntax: "-" in NOTES.txt (#3654) ([6572fc2](https://github.com/bitnami/charts/commit/6572fc28019bc64c3459ac5b0768839333808283)), closes [#3654](https://github.com/bitnami/charts/issues/3654) ## 8.1.4 (2020-09-04) -* [bitnami/joomla] Release 8.1.4 updating components versions ([7aef5b2](https://github.com/bitnami/charts/commit/7aef5b2)) +* [bitnami/joomla] Release 8.1.4 updating components versions ([7aef5b2](https://github.com/bitnami/charts/commit/7aef5b214cdc8fbea43e0fa86254353f59952ce9)) ## 8.1.3 (2020-09-03) -* [bitnami/joomla] Release 8.1.3 updating components versions ([ab812c8](https://github.com/bitnami/charts/commit/ab812c8)) -* [bitnami/metrics-server] Add source repo (#3577) ([1ed12f9](https://github.com/bitnami/charts/commit/1ed12f9)), closes [#3577](https://github.com/bitnami/charts/issues/3577) +* [bitnami/joomla] Release 8.1.3 updating components versions ([ab812c8](https://github.com/bitnami/charts/commit/ab812c807cd08104bc663f003e0ab13fc410cb9d)) +* [bitnami/metrics-server] Add source repo (#3577) ([1ed12f9](https://github.com/bitnami/charts/commit/1ed12f96af75322b46afdb2b3d9907c11b13f765)), closes [#3577](https://github.com/bitnami/charts/issues/3577) ## 8.1.2 (2020-08-26) -* [bitnami/joomla] Release 8.1.2 updating components versions ([ffd8514](https://github.com/bitnami/charts/commit/ffd8514)) +* [bitnami/joomla] Release 8.1.2 updating components versions ([ffd8514](https://github.com/bitnami/charts/commit/ffd85149d265dbe52cc9453caf292bb1ad2cb38c)) ## 8.1.1 (2020-08-14) -* [bitnami/joomla] Remove drupal references and fix ingress renderization (#3410) ([1f25b4f](https://github.com/bitnami/charts/commit/1f25b4f)), closes [#3410](https://github.com/bitnami/charts/issues/3410) +* [bitnami/joomla] Remove drupal references and fix ingress renderization (#3410) ([1f25b4f](https://github.com/bitnami/charts/commit/1f25b4f5607f963a87ab226d099f7611a49bab8b)), closes [#3410](https://github.com/bitnami/charts/issues/3410) ## 8.1.0 (2020-08-13) -* [bitnami/*] Use common helps for upgrade password errors (#3335) ([079f5bd](https://github.com/bitnami/charts/commit/079f5bd)), closes [#3335](https://github.com/bitnami/charts/issues/3335) +* [bitnami/*] Use common helps for upgrade password errors (#3335) ([079f5bd](https://github.com/bitnami/charts/commit/079f5bd6ec59bb058216d6a931449b895517c789)), closes [#3335](https://github.com/bitnami/charts/issues/3335) ## 8.0.4 (2020-08-06) -* [bitnami/joomla] Release 8.0.4 updating components versions ([c2af157](https://github.com/bitnami/charts/commit/c2af157)) +* [bitnami/joomla] Release 8.0.4 updating components versions ([c2af157](https://github.com/bitnami/charts/commit/c2af1573ffd5bbddc94a8e0c2ca293d350d8995c)) ## 8.0.3 (2020-08-04) -* [bitnami/joomla] Release 8.0.3 updating components versions ([2459615](https://github.com/bitnami/charts/commit/2459615)) +* [bitnami/joomla] Release 8.0.3 updating components versions ([2459615](https://github.com/bitnami/charts/commit/2459615a7eb12dcb3b8f9f604b5432d622ce3f34)) ## 8.0.2 (2020-07-31) -* [bitnami/*] Fix TL;DR typo in READMEs (#3280) ([3d7ab40](https://github.com/bitnami/charts/commit/3d7ab40)), closes [#3280](https://github.com/bitnami/charts/issues/3280) -* [bitnami/joomla] Release 8.0.2 updating components versions ([e4e0302](https://github.com/bitnami/charts/commit/e4e0302)) +* [bitnami/*] Fix TL;DR typo in READMEs (#3280) ([3d7ab40](https://github.com/bitnami/charts/commit/3d7ab406fecd64f1af25f53e7d27f03ec95b29a4)), closes [#3280](https://github.com/bitnami/charts/issues/3280) +* [bitnami/joomla] Release 8.0.2 updating components versions ([e4e0302](https://github.com/bitnami/charts/commit/e4e0302710cd3f0c0349713af5131cfe44a725a2)) ## 8.0.1 (2020-07-15) -* [bitnami/joomla] Release 8.0.1 updating components versions ([aad7aad](https://github.com/bitnami/charts/commit/aad7aad)) +* [bitnami/joomla] Release 8.0.1 updating components versions ([aad7aad](https://github.com/bitnami/charts/commit/aad7aad82d4265a5d5a2ff47fc2a28b740bd5eed)) ## 8.0.0 (2020-07-14) -* [bitnami/all] Add categories (#3075) ([63bde06](https://github.com/bitnami/charts/commit/63bde06)), closes [#3075](https://github.com/bitnami/charts/issues/3075) -* [bitnami/joomla] Move to non-root and adapt to Bitnami standards. (#3085) ([7b9c400](https://github.com/bitnami/charts/commit/7b9c400)), closes [#3085](https://github.com/bitnami/charts/issues/3085) +* [bitnami/all] Add categories (#3075) ([63bde06](https://github.com/bitnami/charts/commit/63bde066b87a140fab52264d0522401ab3d63509)), closes [#3075](https://github.com/bitnami/charts/issues/3075) +* [bitnami/joomla] Move to non-root and adapt to Bitnami standards. (#3085) ([7b9c400](https://github.com/bitnami/charts/commit/7b9c400721c8356047bfdf0ce3481e843d53fd10)), closes [#3085](https://github.com/bitnami/charts/issues/3085) ## 7.1.19 (2020-06-19) -* [bitnami/joomla] Release 7.1.19 updating components versions ([e84a85a](https://github.com/bitnami/charts/commit/e84a85a)) -* [multiple charts] Update hidden properties in the different JSON schemas (#2871) ([4cff6ba](https://github.com/bitnami/charts/commit/4cff6ba)), closes [#2871](https://github.com/bitnami/charts/issues/2871) +* [bitnami/joomla] Release 7.1.19 updating components versions ([e84a85a](https://github.com/bitnami/charts/commit/e84a85aed105601b6beed564f0df6068d06dad0a)) +* [multiple charts] Update hidden properties in the different JSON schemas (#2871) ([4cff6ba](https://github.com/bitnami/charts/commit/4cff6ba8b0013b6dc368a1e7986c393e8447e75b)), closes [#2871](https://github.com/bitnami/charts/issues/2871) ## 7.1.18 (2020-06-03) -* [bitnami/joomla] Release 7.1.18 updating components versions ([6e61403](https://github.com/bitnami/charts/commit/6e61403)) -* Add support for helm lint and helm install in PRs via GH Actions (#2721) ([5ed97f0](https://github.com/bitnami/charts/commit/5ed97f0)), closes [#2721](https://github.com/bitnami/charts/issues/2721) +* [bitnami/joomla] Release 7.1.18 updating components versions ([6e61403](https://github.com/bitnami/charts/commit/6e6140328144b28581f9cca6a2e9ea90e99e90a6)) +* Add support for helm lint and helm install in PRs via GH Actions (#2721) ([5ed97f0](https://github.com/bitnami/charts/commit/5ed97f0c1ab49e7c7c3af81b888f41f50a7cfbab)), closes [#2721](https://github.com/bitnami/charts/issues/2721) ## 7.1.17 (2020-05-22) -* [bitnami/joomla] Release 7.1.17 updating components versions ([3d2cef9](https://github.com/bitnami/charts/commit/3d2cef9)) -* update bitnami/common to be compatible with helm v2.12+ (#2615) ([c7751eb](https://github.com/bitnami/charts/commit/c7751eb)), closes [#2615](https://github.com/bitnami/charts/issues/2615) +* [bitnami/joomla] Release 7.1.17 updating components versions ([3d2cef9](https://github.com/bitnami/charts/commit/3d2cef9513791a905a280e7b4e441e9c00fe92c9)) +* update bitnami/common to be compatible with helm v2.12+ (#2615) ([c7751eb](https://github.com/bitnami/charts/commit/c7751eb5764e468e1854b58a1b8491d2b13e0a4a)), closes [#2615](https://github.com/bitnami/charts/issues/2615) ## 7.1.16 (2020-04-22) -* [bitnami/joomla] Release 7.1.16 updating components versions ([337264d](https://github.com/bitnami/charts/commit/337264d)) +* [bitnami/joomla] Release 7.1.16 updating components versions ([337264d](https://github.com/bitnami/charts/commit/337264dc189f5e2ac14fc79db373813277e037d8)) ## 7.1.15 (2020-04-21) -* [bitnami/joomla] Release 7.1.15 updating components versions ([0d1c4a6](https://github.com/bitnami/charts/commit/0d1c4a6)) +* [bitnami/joomla] Release 7.1.15 updating components versions ([0d1c4a6](https://github.com/bitnami/charts/commit/0d1c4a660f2253e353993af85dcfbf9fc7046264)) ## 7.1.14 (2020-04-16) -* [bitnami/joomla] Release 7.1.14 updating components versions ([b8f8056](https://github.com/bitnami/charts/commit/b8f8056)) +* [bitnami/joomla] Release 7.1.14 updating components versions ([b8f8056](https://github.com/bitnami/charts/commit/b8f8056bbd3b52ba98c80606a067160657836889)) ## 7.1.13 (2020-04-10) -* [bitnami/joomla] Change in the command of apache-exporter (#2283) ([dedd949](https://github.com/bitnami/charts/commit/dedd949)), closes [#2283](https://github.com/bitnami/charts/issues/2283) +* [bitnami/joomla] Change in the command of apache-exporter (#2283) ([dedd949](https://github.com/bitnami/charts/commit/dedd94965734c06f870be41ad522f12e81a73dc2)), closes [#2283](https://github.com/bitnami/charts/issues/2283) ## 7.1.12 (2020-03-26) -* [bitnami/joomla] Release 7.1.12 updating components versions ([2ed0e67](https://github.com/bitnami/charts/commit/2ed0e67)) +* [bitnami/joomla] Release 7.1.12 updating components versions ([2ed0e67](https://github.com/bitnami/charts/commit/2ed0e6789641bbc482a18fd2fa7bfd5722e79021)) ## 7.1.11 (2020-03-11) -* [bitnami/joomla] Release 7.1.11 updating components versions ([f6066dd](https://github.com/bitnami/charts/commit/f6066dd)) +* [bitnami/joomla] Release 7.1.11 updating components versions ([f6066dd](https://github.com/bitnami/charts/commit/f6066dd7641dc4426b5666c6e95e8c3a4bce34c7)) ## 7.1.10 (2020-03-11) -* Move charts from upstreamed folder to bitnami (#2032) ([a0e44f7](https://github.com/bitnami/charts/commit/a0e44f7)), closes [#2032](https://github.com/bitnami/charts/issues/2032) +* Move charts from upstreamed folder to bitnami (#2032) ([a0e44f7](https://github.com/bitnami/charts/commit/a0e44f7d6a10b8b5643186130ea420887cb72c7c)), closes [#2032](https://github.com/bitnami/charts/issues/2032) diff --git a/bitnami/joomla/Chart.lock b/bitnami/joomla/Chart.lock index 7bf931e949c651..7c476c8d4dd666 100644 --- a/bitnami/joomla/Chart.lock +++ b/bitnami/joomla/Chart.lock @@ -1,9 +1,9 @@ dependencies: - name: mariadb repository: oci://registry-1.docker.io/bitnamicharts - version: 18.0.6 + version: 18.2.0 - name: common repository: oci://registry-1.docker.io/bitnamicharts version: 2.19.3 -digest: sha256:b301b80e916d0e948742e5fd94df9700a7be160a173ef39f11b54fac32887216 -generated: "2024-05-21T13:54:12.35160875+02:00" +digest: sha256:12ae0eae08e6a4b0ed817fa178454edd314ae4465c205e051983b9f77dba20b9 +generated: "2024-05-28T17:43:18.406680772Z" diff --git a/bitnami/joomla/Chart.yaml b/bitnami/joomla/Chart.yaml index 1fd81fcd539a48..1c17522d8e55b7 100644 --- a/bitnami/joomla/Chart.yaml +++ b/bitnami/joomla/Chart.yaml @@ -8,9 +8,9 @@ annotations: - name: apache-exporter image: docker.io/bitnami/apache-exporter:1.0.7-debian-12-r8 - name: joomla - image: docker.io/bitnami/joomla:5.1.0-debian-12-r4 + image: docker.io/bitnami/joomla:5.1.1-debian-12-r0 apiVersion: v2 -appVersion: 5.1.0 +appVersion: 5.1.1 dependencies: - condition: mariadb.enabled name: mariadb @@ -36,4 +36,4 @@ maintainers: name: joomla sources: - https://github.com/bitnami/charts/tree/main/bitnami/joomla -version: 19.1.0 +version: 19.1.1 diff --git a/bitnami/joomla/values.yaml b/bitnami/joomla/values.yaml index f95cd644f6dabe..28ce164f42b8cd 100644 --- a/bitnami/joomla/values.yaml +++ b/bitnami/joomla/values.yaml @@ -68,7 +68,7 @@ extraDeploy: [] image: registry: docker.io repository: bitnami/joomla - tag: 5.1.0-debian-12-r4 + tag: 5.1.1-debian-12-r0 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' From c86d268cc6ab5ce1152c21d53308dba13479d047 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Tue, 28 May 2024 20:12:39 +0200 Subject: [PATCH 057/110] [bitnami/kong] Release 12.1.2 (#26519) * [bitnami/kong] Release 12.1.2 updating components versions Signed-off-by: Bitnami Containers * Update CHANGELOG.md Signed-off-by: Bitnami Containers --------- Signed-off-by: Bitnami Containers --- bitnami/kong/CHANGELOG.md | 8 ++++++-- bitnami/kong/Chart.yaml | 6 +++--- bitnami/kong/values.yaml | 2 +- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/bitnami/kong/CHANGELOG.md b/bitnami/kong/CHANGELOG.md index 9b2f11636523c9..3d99b79cde0d77 100644 --- a/bitnami/kong/CHANGELOG.md +++ b/bitnami/kong/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog -## 12.1.1 (2024-05-28) +## 12.1.2 (2024-05-28) -* [bitnami/kong] Release 12.1.1 ([#26482](https://github.com/bitnami/charts/pull/26482)) +* [bitnami/kong] Release 12.1.2 ([#26519](https://github.com/bitnami/charts/pull/26519)) + +## 12.1.1 (2024-05-28) + +* [bitnami/kong] Release 12.1.1 (#26482) ([cb88802](https://github.com/bitnami/charts/commit/cb88802eb850c2451acc7e43148b71998a01c899)), closes [#26482](https://github.com/bitnami/charts/issues/26482) ## 12.1.0 (2024-05-21) diff --git a/bitnami/kong/Chart.yaml b/bitnami/kong/Chart.yaml index da4e37286b3afe..6bf2159e73368e 100644 --- a/bitnami/kong/Chart.yaml +++ b/bitnami/kong/Chart.yaml @@ -6,13 +6,13 @@ annotations: licenses: Apache-2.0 images: | - name: kong - image: docker.io/bitnami/kong:3.6.1-debian-12-r24 + image: docker.io/bitnami/kong:3.7.0-debian-12-r0 - name: kong-ingress-controller image: docker.io/bitnami/kong-ingress-controller:3.1.5-debian-12-r0 - name: postgresql image: docker.io/bitnami/postgresql:14.12.0-debian-12-r7 apiVersion: v2 -appVersion: 3.6.1 +appVersion: 3.7.0 dependencies: - condition: postgresql.enabled name: postgresql @@ -45,4 +45,4 @@ maintainers: name: kong sources: - https://github.com/bitnami/charts/tree/main/bitnami/kong -version: 12.1.1 +version: 12.1.2 diff --git a/bitnami/kong/values.yaml b/bitnami/kong/values.yaml index ce7b3022970118..85d16d7f5184fb 100644 --- a/bitnami/kong/values.yaml +++ b/bitnami/kong/values.yaml @@ -82,7 +82,7 @@ diagnosticMode: image: registry: docker.io repository: bitnami/kong - tag: 3.6.1-debian-12-r24 + tag: 3.7.0-debian-12-r0 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' From 951ed7ea3bf6a77a1d8ba1ae08a0ff6a92e1d4e9 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Wed, 29 May 2024 02:19:27 +0200 Subject: [PATCH 058/110] [bitnami/aspnet-core] Release 6.1.1 (#26523) * [bitnami/aspnet-core] Release 6.1.1 updating components versions Signed-off-by: Bitnami Containers * Update CHANGELOG.md Signed-off-by: Bitnami Containers --------- Signed-off-by: Bitnami Containers --- bitnami/aspnet-core/CHANGELOG.md | 487 ++++++++++++++++--------------- bitnami/aspnet-core/Chart.yaml | 6 +- bitnami/aspnet-core/values.yaml | 2 +- 3 files changed, 250 insertions(+), 245 deletions(-) diff --git a/bitnami/aspnet-core/CHANGELOG.md b/bitnami/aspnet-core/CHANGELOG.md index 1c570ccf3c6442..931ef9d733e1e7 100644 --- a/bitnami/aspnet-core/CHANGELOG.md +++ b/bitnami/aspnet-core/CHANGELOG.md @@ -1,791 +1,796 @@ # Changelog +## 6.1.1 (2024-05-29) + +* [bitnami/aspnet-core] Release 6.1.1 ([#26523](https://github.com/bitnami/charts/pull/26523)) + ## 6.1.0 (2024-05-21) -* [bitnami/aspnet-core] feat: :sparkles: :lock: Add warning when original images are replaced ([#26184](https://github.com/bitnami/charts/pulls/26184)) +* [bitnami/*] ci: :construction_worker: Add tag and changelog support (#25359) ([91c707c](https://github.com/bitnami/charts/commit/91c707c9e4e574725a09505d2d313fb93f1b4c0a)), closes [#25359](https://github.com/bitnami/charts/issues/25359) +* [bitnami/aspnet-core] feat: :sparkles: :lock: Add warning when original images are replaced (#26184) ([e20a82e](https://github.com/bitnami/charts/commit/e20a82eb926d5b23e13a7eb52713ae09c6fb1a59)), closes [#26184](https://github.com/bitnami/charts/issues/26184) ## 6.0.8 (2024-05-20) -* [bitnami/aspnet-core] Use different liveness/readiness probes (#26117) ([94b5e99](https://github.com/bitnami/charts/commit/94b5e99)), closes [#26117](https://github.com/bitnami/charts/issues/26117) +* [bitnami/aspnet-core] Use different liveness/readiness probes (#26117) ([94b5e99](https://github.com/bitnami/charts/commit/94b5e9926f9335a84da994b554831612866bb7b5)), closes [#26117](https://github.com/bitnami/charts/issues/26117) ## 6.0.7 (2024-05-17) -* [bitnami/aspnet-core] Release 6.0.7 updating components versions (#26001) ([ebb3140](https://github.com/bitnami/charts/commit/ebb3140)), closes [#26001](https://github.com/bitnami/charts/issues/26001) +* [bitnami/aspnet-core] Release 6.0.7 updating components versions (#26001) ([ebb3140](https://github.com/bitnami/charts/commit/ebb3140fdb392d7b0ce2cf17528114967206bb12)), closes [#26001](https://github.com/bitnami/charts/issues/26001) ## 6.0.6 (2024-05-15) -* [bitnami/apache] Reverts #25866 (#25925) ([343d878](https://github.com/bitnami/charts/commit/343d878)), closes [#25866](https://github.com/bitnami/charts/issues/25866) [#25925](https://github.com/bitnami/charts/issues/25925) +* [bitnami/apache] Reverts #25866 (#25925) ([343d878](https://github.com/bitnami/charts/commit/343d878bfa70b6d4caf5cbfda77bc4c7d116551f)), closes [#25866](https://github.com/bitnami/charts/issues/25866) [#25925](https://github.com/bitnami/charts/issues/25925) ## 6.0.5 (2024-05-15) -* [bitnami/aspnet-core] PDB review (#25866) ([abecef8](https://github.com/bitnami/charts/commit/abecef8)), closes [#25866](https://github.com/bitnami/charts/issues/25866) +* [bitnami/aspnet-core] PDB review (#25866) ([abecef8](https://github.com/bitnami/charts/commit/abecef87bfadc3a3810eac415bc35a6b377845e7)), closes [#25866](https://github.com/bitnami/charts/issues/25866) ## 6.0.4 (2024-05-14) -* [bitnami/aspnet-core] Release 6.0.4 updating components versions (#25876) ([4eaffe8](https://github.com/bitnami/charts/commit/4eaffe8)), closes [#25876](https://github.com/bitnami/charts/issues/25876) +* [bitnami/aspnet-core] Release 6.0.4 updating components versions (#25876) ([4eaffe8](https://github.com/bitnami/charts/commit/4eaffe8ecadf467705de4e326f52c0f4726c53c9)), closes [#25876](https://github.com/bitnami/charts/issues/25876) ## 6.0.3 (2024-05-13) -* [bitnami/*] Change non-root and rolling-tags doc URLs (#25628) ([b067c94](https://github.com/bitnami/charts/commit/b067c94)), closes [#25628](https://github.com/bitnami/charts/issues/25628) -* [bitnami/*] Set new header/owner (#25558) ([8d1dc11](https://github.com/bitnami/charts/commit/8d1dc11)), closes [#25558](https://github.com/bitnami/charts/issues/25558) -* [bitnami/aspnet-core] Release 6.0.3 updating components versions (#25756) ([2e4b924](https://github.com/bitnami/charts/commit/2e4b924)), closes [#25756](https://github.com/bitnami/charts/issues/25756) -* [bitnami/multiple charts] Fix typo: "NetworkPolice" vs "NetworkPolicy" (#25348) ([6970c1b](https://github.com/bitnami/charts/commit/6970c1b)), closes [#25348](https://github.com/bitnami/charts/issues/25348) -* Replace VMware by Broadcom copyright text (#25306) ([a5e4bd0](https://github.com/bitnami/charts/commit/a5e4bd0)), closes [#25306](https://github.com/bitnami/charts/issues/25306) +* [bitnami/*] Change non-root and rolling-tags doc URLs (#25628) ([b067c94](https://github.com/bitnami/charts/commit/b067c94f6bcde427863c197fd355f0b5ba12ff5b)), closes [#25628](https://github.com/bitnami/charts/issues/25628) +* [bitnami/*] Set new header/owner (#25558) ([8d1dc11](https://github.com/bitnami/charts/commit/8d1dc11f5fb30db6fba50c43d7af59d2f79deed3)), closes [#25558](https://github.com/bitnami/charts/issues/25558) +* [bitnami/aspnet-core] Release 6.0.3 updating components versions (#25756) ([2e4b924](https://github.com/bitnami/charts/commit/2e4b9249f56ccbae2049d543e9de8c7733117926)), closes [#25756](https://github.com/bitnami/charts/issues/25756) +* [bitnami/multiple charts] Fix typo: "NetworkPolice" vs "NetworkPolicy" (#25348) ([6970c1b](https://github.com/bitnami/charts/commit/6970c1ba245873506e73d459c6eac1e4919b778f)), closes [#25348](https://github.com/bitnami/charts/issues/25348) +* Replace VMware by Broadcom copyright text (#25306) ([a5e4bd0](https://github.com/bitnami/charts/commit/a5e4bd0e35e419203793976a78d9d0a13de92c76)), closes [#25306](https://github.com/bitnami/charts/issues/25306) ## 6.0.2 (2024-04-09) -* [bitnami/aspnet-core] Release 6.0.2 updating components versions (#25086) ([f015e4c](https://github.com/bitnami/charts/commit/f015e4c)), closes [#25086](https://github.com/bitnami/charts/issues/25086) +* [bitnami/aspnet-core] Release 6.0.2 updating components versions (#25086) ([f015e4c](https://github.com/bitnami/charts/commit/f015e4c810f61e8538e34c462d0a6cfecf3b512f)), closes [#25086](https://github.com/bitnami/charts/issues/25086) ## 6.0.1 (2024-04-05) -* [bitnami/aspnet-core] Release 6.0.1 (#25009) ([05f9fef](https://github.com/bitnami/charts/commit/05f9fef)), closes [#25009](https://github.com/bitnami/charts/issues/25009) +* [bitnami/aspnet-core] Release 6.0.1 (#25009) ([05f9fef](https://github.com/bitnami/charts/commit/05f9feff122148316e54896457c02b5ec2709d9a)), closes [#25009](https://github.com/bitnami/charts/issues/25009) ## 6.0.0 (2024-04-03) -* [bitnami/*] Reorder Chart sections (#24455) ([0cf4048](https://github.com/bitnami/charts/commit/0cf4048)), closes [#24455](https://github.com/bitnami/charts/issues/24455) -* [bitnami/aspnet-core] feat!: :lock: :boom: Improve security defaults (#24760) ([2f491c7](https://github.com/bitnami/charts/commit/2f491c7)), closes [#24760](https://github.com/bitnami/charts/issues/24760) -* Update resourcesPreset comments (#24467) ([92e3e8a](https://github.com/bitnami/charts/commit/92e3e8a)), closes [#24467](https://github.com/bitnami/charts/issues/24467) +* [bitnami/*] Reorder Chart sections (#24455) ([0cf4048](https://github.com/bitnami/charts/commit/0cf4048e8743f70a9753d460655bd030cbff6824)), closes [#24455](https://github.com/bitnami/charts/issues/24455) +* [bitnami/aspnet-core] feat!: :lock: :boom: Improve security defaults (#24760) ([2f491c7](https://github.com/bitnami/charts/commit/2f491c74741e65ba90a26338ac51cf8264310f89)), closes [#24760](https://github.com/bitnami/charts/issues/24760) +* Update resourcesPreset comments (#24467) ([92e3e8a](https://github.com/bitnami/charts/commit/92e3e8a507326d2a20a8f10ab3e7746a2ec5c554)), closes [#24467](https://github.com/bitnami/charts/issues/24467) ## 5.7.1 (2024-03-12) -* [bitnami/aspnet-core] Release 5.7.1 updating components versions (#24377) ([5371912](https://github.com/bitnami/charts/commit/5371912)), closes [#24377](https://github.com/bitnami/charts/issues/24377) +* [bitnami/aspnet-core] Release 5.7.1 updating components versions (#24377) ([5371912](https://github.com/bitnami/charts/commit/53719127fbcc55307136ff6bf58e347c125c5ec0)), closes [#24377](https://github.com/bitnami/charts/issues/24377) ## 5.7.0 (2024-03-06) -* [bitnami/aspnet-core] feat: :sparkles: :lock: Add automatic adaptation for Openshift restricted-v2 S ([b9201f6](https://github.com/bitnami/charts/commit/b9201f6)), closes [#24066](https://github.com/bitnami/charts/issues/24066) +* [bitnami/aspnet-core] feat: :sparkles: :lock: Add automatic adaptation for Openshift restricted-v2 S ([b9201f6](https://github.com/bitnami/charts/commit/b9201f64c174a9e0cee184e02e48e31624695568)), closes [#24066](https://github.com/bitnami/charts/issues/24066) ## 5.6.2 (2024-02-21) -* [bitnami/aspnet-core] Release 5.6.2 updating components versions (#23734) ([8677e71](https://github.com/bitnami/charts/commit/8677e71)), closes [#23734](https://github.com/bitnami/charts/issues/23734) +* [bitnami/aspnet-core] Release 5.6.2 updating components versions (#23734) ([8677e71](https://github.com/bitnami/charts/commit/8677e71e8040ed92b99fae6a0e915fc85698dba6)), closes [#23734](https://github.com/bitnami/charts/issues/23734) ## 5.6.1 (2024-02-21) -* [bitnami/aspnet-core] Release 5.6.1 updating components versions (#23626) ([dfcebf4](https://github.com/bitnami/charts/commit/dfcebf4)), closes [#23626](https://github.com/bitnami/charts/issues/23626) +* [bitnami/aspnet-core] Release 5.6.1 updating components versions (#23626) ([dfcebf4](https://github.com/bitnami/charts/commit/dfcebf424874bace43f4f367ce0feeacaee35466)), closes [#23626](https://github.com/bitnami/charts/issues/23626) ## 5.6.0 (2024-02-20) -* [bitnami/*] Bump all versions (#23602) ([b70ee2a](https://github.com/bitnami/charts/commit/b70ee2a)), closes [#23602](https://github.com/bitnami/charts/issues/23602) +* [bitnami/*] Bump all versions (#23602) ([b70ee2a](https://github.com/bitnami/charts/commit/b70ee2a30e4dc256bf0ac52928fb2fa7a70f049b)), closes [#23602](https://github.com/bitnami/charts/issues/23602) ## 5.5.0 (2024-02-15) -* [bitnami/aspnet-core] feat: :sparkles: :lock: Add resource preset support (#23433) ([17019d1](https://github.com/bitnami/charts/commit/17019d1)), closes [#23433](https://github.com/bitnami/charts/issues/23433) +* [bitnami/aspnet-core] feat: :sparkles: :lock: Add resource preset support (#23433) ([17019d1](https://github.com/bitnami/charts/commit/17019d1fb1eb330cd2b6735f78800eded27318c1)), closes [#23433](https://github.com/bitnami/charts/issues/23433) ## 5.4.0 (2024-02-14) -* [bitnami/aspnet-core] feat: :lock: Allow running in PSA baseline mode (#23414) ([a7e8a14](https://github.com/bitnami/charts/commit/a7e8a14)), closes [#23414](https://github.com/bitnami/charts/issues/23414) +* [bitnami/aspnet-core] feat: :lock: Allow running in PSA baseline mode (#23414) ([a7e8a14](https://github.com/bitnami/charts/commit/a7e8a141872e9081ca002dea91ceb7b3fd14a246)), closes [#23414](https://github.com/bitnami/charts/issues/23414) ## 5.3.4 (2024-02-13) -* [bitnami/aspnet-core] Release 5.3.4 updating components versions (#23418) ([1a96bf4](https://github.com/bitnami/charts/commit/1a96bf4)), closes [#23418](https://github.com/bitnami/charts/issues/23418) +* [bitnami/aspnet-core] Release 5.3.4 updating components versions (#23418) ([1a96bf4](https://github.com/bitnami/charts/commit/1a96bf49388b316858055ddd6f1e89df0fd47d09)), closes [#23418](https://github.com/bitnami/charts/issues/23418) ## 5.3.3 (2024-02-02) -* [bitnami/aspnet-core] Release 5.3.3 updating components versions (#23056) ([46becf5](https://github.com/bitnami/charts/commit/46becf5)), closes [#23056](https://github.com/bitnami/charts/issues/23056) +* [bitnami/aspnet-core] Release 5.3.3 updating components versions (#23056) ([46becf5](https://github.com/bitnami/charts/commit/46becf55a278c05b247ed8cbe7f8c14127138ab7)), closes [#23056](https://github.com/bitnami/charts/issues/23056) ## 5.3.2 (2024-01-30) -* [bitnami/aspnet-core] Release 5.3.2 updating components versions (#22907) ([226f50a](https://github.com/bitnami/charts/commit/226f50a)), closes [#22907](https://github.com/bitnami/charts/issues/22907) +* [bitnami/aspnet-core] Release 5.3.2 updating components versions (#22907) ([226f50a](https://github.com/bitnami/charts/commit/226f50a8aa7324d7c5b28f721d3a40691050448b)), closes [#22907](https://github.com/bitnami/charts/issues/22907) ## 5.3.1 (2024-01-25) -* [bitnami/*] Move documentation sections from docs.bitnami.com back to the README (#22203) ([7564f36](https://github.com/bitnami/charts/commit/7564f36)), closes [#22203](https://github.com/bitnami/charts/issues/22203) -* [bitnami/aspnet-core] fix: :bug: Set seLinuxOptions to null for Openshift compatibility (#22571) ([76dec73](https://github.com/bitnami/charts/commit/76dec73)), closes [#22571](https://github.com/bitnami/charts/issues/22571) +* [bitnami/*] Move documentation sections from docs.bitnami.com back to the README (#22203) ([7564f36](https://github.com/bitnami/charts/commit/7564f36ca1e95ff30ee686652b7ab8690561a707)), closes [#22203](https://github.com/bitnami/charts/issues/22203) +* [bitnami/aspnet-core] fix: :bug: Set seLinuxOptions to null for Openshift compatibility (#22571) ([76dec73](https://github.com/bitnami/charts/commit/76dec73b845d4fd4a63cc914f7986433f679ba80)), closes [#22571](https://github.com/bitnami/charts/issues/22571) ## 5.3.0 (2024-01-22) -* [bitnami/aspnet-core] fix: :lock: Move service-account token auto-mount to pod declaration (#22388) ([bfdc456](https://github.com/bitnami/charts/commit/bfdc456)), closes [#22388](https://github.com/bitnami/charts/issues/22388) +* [bitnami/aspnet-core] fix: :lock: Move service-account token auto-mount to pod declaration (#22388) ([bfdc456](https://github.com/bitnami/charts/commit/bfdc4560292373e26efc86fcf8cb1ef658314079)), closes [#22388](https://github.com/bitnami/charts/issues/22388) ## 5.2.1 (2024-01-18) -* [bitnami/aspnet-core] Release 5.2.1 updating components versions (#22259) ([b025683](https://github.com/bitnami/charts/commit/b025683)), closes [#22259](https://github.com/bitnami/charts/issues/22259) +* [bitnami/aspnet-core] Release 5.2.1 updating components versions (#22259) ([b025683](https://github.com/bitnami/charts/commit/b025683f7710cb1bbe07a83cba02dbe578c4b881)), closes [#22259](https://github.com/bitnami/charts/issues/22259) ## 5.2.0 (2024-01-17) -* [bitnami/aspnet-core] fix: :lock: Improve podSecurityContext and containerSecurityContext with essen ([094d241](https://github.com/bitnami/charts/commit/094d241)), closes [#22102](https://github.com/bitnami/charts/issues/22102) +* [bitnami/aspnet-core] fix: :lock: Improve podSecurityContext and containerSecurityContext with essen ([094d241](https://github.com/bitnami/charts/commit/094d241f4e7a8952927603ae4a200108bd69c865)), closes [#22102](https://github.com/bitnami/charts/issues/22102) ## 5.1.1 (2024-01-15) -* [bitnami/*] Fix ref links (in comments) (#21822) ([e4fa296](https://github.com/bitnami/charts/commit/e4fa296)), closes [#21822](https://github.com/bitnami/charts/issues/21822) -* [bitnami/aspnet-core] fix: :lock: Do not automount the service account token unless necessary (#2203 ([756610f](https://github.com/bitnami/charts/commit/756610f)), closes [#22035](https://github.com/bitnami/charts/issues/22035) +* [bitnami/*] Fix ref links (in comments) (#21822) ([e4fa296](https://github.com/bitnami/charts/commit/e4fa296106b225cf8c82445727c675c7c725e380)), closes [#21822](https://github.com/bitnami/charts/issues/21822) +* [bitnami/aspnet-core] fix: :lock: Do not automount the service account token unless necessary (#2203 ([756610f](https://github.com/bitnami/charts/commit/756610faf1bfb2c797dc5f26e965c4721a8aef5c)), closes [#22035](https://github.com/bitnami/charts/issues/22035) ## 5.1.0 (2024-01-10) -* [bitnami/aspnet-core] feat: :sparkles: Add seccompProfile to containerSecurityContext (#21917) ([c048807](https://github.com/bitnami/charts/commit/c048807)), closes [#21917](https://github.com/bitnami/charts/issues/21917) +* [bitnami/aspnet-core] feat: :sparkles: Add seccompProfile to containerSecurityContext (#21917) ([c048807](https://github.com/bitnami/charts/commit/c0488074d52f2dae604f727c0ec9d299e645bbfa)), closes [#21917](https://github.com/bitnami/charts/issues/21917) ## 5.0.5 (2024-01-09) -* [bitnami/*] Fix docs.bitnami.com broken links (#21901) ([f35506d](https://github.com/bitnami/charts/commit/f35506d)), closes [#21901](https://github.com/bitnami/charts/issues/21901) -* [bitnami/aspnet-core] Release 5.0.5 updating components versions (#21925) ([e47344d](https://github.com/bitnami/charts/commit/e47344d)), closes [#21925](https://github.com/bitnami/charts/issues/21925) +* [bitnami/*] Fix docs.bitnami.com broken links (#21901) ([f35506d](https://github.com/bitnami/charts/commit/f35506d2dadee4f097986e7792df1f53ab215b5d)), closes [#21901](https://github.com/bitnami/charts/issues/21901) +* [bitnami/aspnet-core] Release 5.0.5 updating components versions (#21925) ([e47344d](https://github.com/bitnami/charts/commit/e47344d0edb31272aa1af317d3ae1f5e42f2058b)), closes [#21925](https://github.com/bitnami/charts/issues/21925) ## 5.0.4 (2024-01-08) -* [bitnami/aspnet-core] Update sample application version from 7.x to 8.x (#21850) ([04bf0a8](https://github.com/bitnami/charts/commit/04bf0a8)), closes [#21850](https://github.com/bitnami/charts/issues/21850) +* [bitnami/aspnet-core] Update sample application version from 7.x to 8.x (#21850) ([04bf0a8](https://github.com/bitnami/charts/commit/04bf0a822fc7ae7400ab85e9ae6e7b32498c82df)), closes [#21850](https://github.com/bitnami/charts/issues/21850) ## 5.0.3 (2024-01-03) -* [bitnami/aspnet-core] Release 5.0.3 updating components versions (#21833) ([658f13b](https://github.com/bitnami/charts/commit/658f13b)), closes [#21833](https://github.com/bitnami/charts/issues/21833) +* [bitnami/aspnet-core] Release 5.0.3 updating components versions (#21833) ([658f13b](https://github.com/bitnami/charts/commit/658f13b27ea108dbacfb75c9f7dea70efcb6d00c)), closes [#21833](https://github.com/bitnami/charts/issues/21833) ## 5.0.2 (2024-01-03) -* [bitnami/*] Update copyright: Year and company (#21815) ([6c4bf75](https://github.com/bitnami/charts/commit/6c4bf75)), closes [#21815](https://github.com/bitnami/charts/issues/21815) -* [bitnami/aspnet-core] Release 5.0.2 updating components versions (#21828) ([3e19d31](https://github.com/bitnami/charts/commit/3e19d31)), closes [#21828](https://github.com/bitnami/charts/issues/21828) +* [bitnami/*] Update copyright: Year and company (#21815) ([6c4bf75](https://github.com/bitnami/charts/commit/6c4bf75dec58fc7c9aee9f089777b1a858c17d5b)), closes [#21815](https://github.com/bitnami/charts/issues/21815) +* [bitnami/aspnet-core] Release 5.0.2 updating components versions (#21828) ([3e19d31](https://github.com/bitnami/charts/commit/3e19d31e651b7753802efd7638a658aebc827617)), closes [#21828](https://github.com/bitnami/charts/issues/21828) ## 5.0.1 (2023-11-29) -* [bitnami/aspnet-core] Release 5.0.1 updating components versions (#21313) ([3c61e13](https://github.com/bitnami/charts/commit/3c61e13)), closes [#21313](https://github.com/bitnami/charts/issues/21313) +* [bitnami/aspnet-core] Release 5.0.1 updating components versions (#21313) ([3c61e13](https://github.com/bitnami/charts/commit/3c61e136b93a24ca4af405bdc2c53654b20b93fc)), closes [#21313](https://github.com/bitnami/charts/issues/21313) ## 5.0.0 (2023-11-28) -* [bitnami/aspnet-core] Release 5.0.0 (#21271) ([f6fb529](https://github.com/bitnami/charts/commit/f6fb529)), closes [#21271](https://github.com/bitnami/charts/issues/21271) +* [bitnami/aspnet-core] Release 5.0.0 (#21271) ([f6fb529](https://github.com/bitnami/charts/commit/f6fb529ed77f17a9ed3195c8945fde495545a01e)), closes [#21271](https://github.com/bitnami/charts/issues/21271) ## 4.4.10 (2023-11-21) -* [bitnami/*] Remove relative links to non-README sections, add verification for that and update TL;DR ([1103633](https://github.com/bitnami/charts/commit/1103633)), closes [#20967](https://github.com/bitnami/charts/issues/20967) -* [bitnami/*] Rename solutions to "Bitnami package for ..." (#21038) ([b82f979](https://github.com/bitnami/charts/commit/b82f979)), closes [#21038](https://github.com/bitnami/charts/issues/21038) -* [bitnami/aspnet-core] Release 4.4.10 updating components versions (#21099) ([0dad5da](https://github.com/bitnami/charts/commit/0dad5da)), closes [#21099](https://github.com/bitnami/charts/issues/21099) +* [bitnami/*] Remove relative links to non-README sections, add verification for that and update TL;DR ([1103633](https://github.com/bitnami/charts/commit/11036334d82df0490aa4abdb591543cab6cf7d7f)), closes [#20967](https://github.com/bitnami/charts/issues/20967) +* [bitnami/*] Rename solutions to "Bitnami package for ..." (#21038) ([b82f979](https://github.com/bitnami/charts/commit/b82f979e4fb63423fe6e2192c946d09d79c944fc)), closes [#21038](https://github.com/bitnami/charts/issues/21038) +* [bitnami/aspnet-core] Release 4.4.10 updating components versions (#21099) ([0dad5da](https://github.com/bitnami/charts/commit/0dad5da89fdc0ba82a1dc746525b4ceca419a060)), closes [#21099](https://github.com/bitnami/charts/issues/21099) ## 4.4.9 (2023-11-14) -* [bitnami/aspnet-core] Release 4.4.9 updating components versions (#20952) ([9ff7733](https://github.com/bitnami/charts/commit/9ff7733)), closes [#20952](https://github.com/bitnami/charts/issues/20952) +* [bitnami/aspnet-core] Release 4.4.9 updating components versions (#20952) ([9ff7733](https://github.com/bitnami/charts/commit/9ff7733e22a6018d4382a7943ab4f988d01948bc)), closes [#20952](https://github.com/bitnami/charts/issues/20952) ## 4.4.8 (2023-11-08) -* [bitnami/aspnet-core] Release 4.4.8 updating components versions (#20690) ([df218bf](https://github.com/bitnami/charts/commit/df218bf)), closes [#20690](https://github.com/bitnami/charts/issues/20690) +* [bitnami/aspnet-core] Release 4.4.8 updating components versions (#20690) ([df218bf](https://github.com/bitnami/charts/commit/df218bfb8e2bee3ac56b550b490facde62a84ef2)), closes [#20690](https://github.com/bitnami/charts/issues/20690) ## 4.4.7 (2023-10-24) -* [bitnami/*] Rename VMware Application Catalog (#20361) ([3acc734](https://github.com/bitnami/charts/commit/3acc734)), closes [#20361](https://github.com/bitnami/charts/issues/20361) -* [bitnami/*] Skip image's tag in the README files of the Bitnami Charts (#19841) ([bb9a01b](https://github.com/bitnami/charts/commit/bb9a01b)), closes [#19841](https://github.com/bitnami/charts/issues/19841) -* [bitnami/*] Standardize documentation (#19835) ([af5f753](https://github.com/bitnami/charts/commit/af5f753)), closes [#19835](https://github.com/bitnami/charts/issues/19835) -* [bitnami/aspnet-core] Release 4.4.7 (#20393) ([d5279c1](https://github.com/bitnami/charts/commit/d5279c1)), closes [#20393](https://github.com/bitnami/charts/issues/20393) +* [bitnami/*] Rename VMware Application Catalog (#20361) ([3acc734](https://github.com/bitnami/charts/commit/3acc73472beb6fb56c4d99f929061001205bc57e)), closes [#20361](https://github.com/bitnami/charts/issues/20361) +* [bitnami/*] Skip image's tag in the README files of the Bitnami Charts (#19841) ([bb9a01b](https://github.com/bitnami/charts/commit/bb9a01b65911c87e48318db922cc05eb42785e42)), closes [#19841](https://github.com/bitnami/charts/issues/19841) +* [bitnami/*] Standardize documentation (#19835) ([af5f753](https://github.com/bitnami/charts/commit/af5f7530c1bc8c5ded53a6c4f7b8f384ac1804f2)), closes [#19835](https://github.com/bitnami/charts/issues/19835) +* [bitnami/aspnet-core] Release 4.4.7 (#20393) ([d5279c1](https://github.com/bitnami/charts/commit/d5279c131c826967f4704e1429d89004970bd2fd)), closes [#20393](https://github.com/bitnami/charts/issues/20393) ## 4.4.6 (2023-10-17) -* [bitnami/aspnet-core] Release 4.4.6 (#20281) ([a185c3e](https://github.com/bitnami/charts/commit/a185c3e)), closes [#20281](https://github.com/bitnami/charts/issues/20281) +* [bitnami/aspnet-core] Release 4.4.6 (#20281) ([a185c3e](https://github.com/bitnami/charts/commit/a185c3ecc892216378b98a1b4b88ef51daa9922d)), closes [#20281](https://github.com/bitnami/charts/issues/20281) ## 4.4.5 (2023-10-12) -* [bitnami/aspnet-core] Release 4.4.5 (#20126) ([fb90282](https://github.com/bitnami/charts/commit/fb90282)), closes [#20126](https://github.com/bitnami/charts/issues/20126) +* [bitnami/aspnet-core] Release 4.4.5 (#20126) ([fb90282](https://github.com/bitnami/charts/commit/fb90282d92d07810ef3cf0742d2c94dd9feef36d)), closes [#20126](https://github.com/bitnami/charts/issues/20126) ## 4.4.4 (2023-10-11) -* [bitnami/aspnet-core] Release 4.4.4 (#20036) ([04267ee](https://github.com/bitnami/charts/commit/04267ee)), closes [#20036](https://github.com/bitnami/charts/issues/20036) +* [bitnami/aspnet-core] Release 4.4.4 (#20036) ([04267ee](https://github.com/bitnami/charts/commit/04267ee6090d00ee4f5ff8b0448d17100d34395e)), closes [#20036](https://github.com/bitnami/charts/issues/20036) ## 4.4.3 (2023-10-09) -* [bitnami/*] Update Helm charts prerequisites (#19745) ([eb755dd](https://github.com/bitnami/charts/commit/eb755dd)), closes [#19745](https://github.com/bitnami/charts/issues/19745) -* [bitnami/*] Update readme files (#19277) ([e56aeb2](https://github.com/bitnami/charts/commit/e56aeb2)), closes [#19277](https://github.com/bitnami/charts/issues/19277) -* [bitnami/aspnet-core] bump bitnami/common (#19778) ([2ce0eb0](https://github.com/bitnami/charts/commit/2ce0eb0)), closes [#19778](https://github.com/bitnami/charts/issues/19778) -* Revert "Autogenerate schema files (#19194)" (#19335) ([73d80be](https://github.com/bitnami/charts/commit/73d80be)), closes [#19194](https://github.com/bitnami/charts/issues/19194) [#19335](https://github.com/bitnami/charts/issues/19335) +* [bitnami/*] Update Helm charts prerequisites (#19745) ([eb755dd](https://github.com/bitnami/charts/commit/eb755dd36a4dd3cf6635be8e0598f9a7f4c4a554)), closes [#19745](https://github.com/bitnami/charts/issues/19745) +* [bitnami/*] Update readme files (#19277) ([e56aeb2](https://github.com/bitnami/charts/commit/e56aeb2fbfbf5b6e42375db48cc7ae1ef1c3a823)), closes [#19277](https://github.com/bitnami/charts/issues/19277) +* [bitnami/aspnet-core] bump bitnami/common (#19778) ([2ce0eb0](https://github.com/bitnami/charts/commit/2ce0eb0c17e9c8782131a84878de7123921d4624)), closes [#19778](https://github.com/bitnami/charts/issues/19778) +* Revert "Autogenerate schema files (#19194)" (#19335) ([73d80be](https://github.com/bitnami/charts/commit/73d80be525c88fb4b8a54451a55acd506e337062)), closes [#19194](https://github.com/bitnami/charts/issues/19194) [#19335](https://github.com/bitnami/charts/issues/19335) ## 4.4.2 (2023-09-12) -* [bitnami/aspnet-core] Release 4.4.2 (#19253) ([6e3f792](https://github.com/bitnami/charts/commit/6e3f792)), closes [#19253](https://github.com/bitnami/charts/issues/19253) -* Autogenerate schema files (#19194) ([a2c2090](https://github.com/bitnami/charts/commit/a2c2090)), closes [#19194](https://github.com/bitnami/charts/issues/19194) +* [bitnami/aspnet-core] Release 4.4.2 (#19253) ([6e3f792](https://github.com/bitnami/charts/commit/6e3f792b586615fd463d45f227fddef469c1320c)), closes [#19253](https://github.com/bitnami/charts/issues/19253) +* Autogenerate schema files (#19194) ([a2c2090](https://github.com/bitnami/charts/commit/a2c2090b5ac97f47b745c8028c6452bf99739772)), closes [#19194](https://github.com/bitnami/charts/issues/19194) ## 4.4.1 (2023-09-06) -* [bitnami/aspnet-core: Use merge helper]: (#19024) ([abb4bd6](https://github.com/bitnami/charts/commit/abb4bd6)), closes [#19024](https://github.com/bitnami/charts/issues/19024) +* [bitnami/aspnet-core: Use merge helper]: (#19024) ([abb4bd6](https://github.com/bitnami/charts/commit/abb4bd6d75c25c4e79aa8832330553b6b9e51a46)), closes [#19024](https://github.com/bitnami/charts/issues/19024) ## 4.4.0 (2023-08-22) -* [bitnami/aspnet-core] Support for customizing standard labels (#18292) ([22ecd55](https://github.com/bitnami/charts/commit/22ecd55)), closes [#18292](https://github.com/bitnami/charts/issues/18292) +* [bitnami/aspnet-core] Support for customizing standard labels (#18292) ([22ecd55](https://github.com/bitnami/charts/commit/22ecd555de495e388d27ebcce986da8d9660b419)), closes [#18292](https://github.com/bitnami/charts/issues/18292) ## 4.3.8 (2023-08-19) -* [bitnami/aspnet-core] Release 4.3.8 (#18646) ([490326d](https://github.com/bitnami/charts/commit/490326d)), closes [#18646](https://github.com/bitnami/charts/issues/18646) +* [bitnami/aspnet-core] Release 4.3.8 (#18646) ([490326d](https://github.com/bitnami/charts/commit/490326d53d62b35aedcaa54c2b9bf60c99a8b288)), closes [#18646](https://github.com/bitnami/charts/issues/18646) ## 4.3.7 (2023-08-17) -* [bitnami/aspnet-core] Release 4.3.7 (#18501) ([3e2a92a](https://github.com/bitnami/charts/commit/3e2a92a)), closes [#18501](https://github.com/bitnami/charts/issues/18501) +* [bitnami/aspnet-core] Release 4.3.7 (#18501) ([3e2a92a](https://github.com/bitnami/charts/commit/3e2a92aef2e4e19f04d144693477d9ffdaac26d9)), closes [#18501](https://github.com/bitnami/charts/issues/18501) ## 4.3.6 (2023-08-08) -* [bitnami/aspnet-core] Release 4.3.6 (#18288) ([4cc572b](https://github.com/bitnami/charts/commit/4cc572b)), closes [#18288](https://github.com/bitnami/charts/issues/18288) +* [bitnami/aspnet-core] Release 4.3.6 (#18288) ([4cc572b](https://github.com/bitnami/charts/commit/4cc572bf2c34bad922b3091469850ded10091e31)), closes [#18288](https://github.com/bitnami/charts/issues/18288) ## 4.3.5 (2023-07-25) -* [bitnami/aspnet-core] Release 4.3.5 (#17857) ([d8bc000](https://github.com/bitnami/charts/commit/d8bc000)), closes [#17857](https://github.com/bitnami/charts/issues/17857) +* [bitnami/aspnet-core] Release 4.3.5 (#17857) ([d8bc000](https://github.com/bitnami/charts/commit/d8bc000d180078b88a098b94e98cae20a4ac941c)), closes [#17857](https://github.com/bitnami/charts/issues/17857) ## 4.3.4 (2023-07-13) -* [bitnami/aspnet-core] Release 4 (#17592) ([e49a342](https://github.com/bitnami/charts/commit/e49a342)), closes [#17592](https://github.com/bitnami/charts/issues/17592) +* [bitnami/aspnet-core] Release 4 (#17592) ([e49a342](https://github.com/bitnami/charts/commit/e49a342c0f43a0ba2c0c66009370e373f21deb0a)), closes [#17592](https://github.com/bitnami/charts/issues/17592) ## 4.3.3 (2023-07-12) -* [bitnami/aspnet-core] Release 4.3.3 (#17570) ([72a774a](https://github.com/bitnami/charts/commit/72a774a)), closes [#17570](https://github.com/bitnami/charts/issues/17570) -* Add copyright header (#17300) ([da68be8](https://github.com/bitnami/charts/commit/da68be8)), closes [#17300](https://github.com/bitnami/charts/issues/17300) +* [bitnami/aspnet-core] Release 4.3.3 (#17570) ([72a774a](https://github.com/bitnami/charts/commit/72a774a5cef154603740b5fc374ddde65b26532c)), closes [#17570](https://github.com/bitnami/charts/issues/17570) +* Add copyright header (#17300) ([da68be8](https://github.com/bitnami/charts/commit/da68be8e951225133c7dfb572d5101ca3d61c5ae)), closes [#17300](https://github.com/bitnami/charts/issues/17300) ## 4.3.2 (2023-06-23) -* [bitnami/aspnet-core] Release 4.3.2 (#17322) ([c007c2b](https://github.com/bitnami/charts/commit/c007c2b)), closes [#17322](https://github.com/bitnami/charts/issues/17322) -* Update charts readme (#17217) ([31b3c0a](https://github.com/bitnami/charts/commit/31b3c0a)), closes [#17217](https://github.com/bitnami/charts/issues/17217) +* [bitnami/aspnet-core] Release 4.3.2 (#17322) ([c007c2b](https://github.com/bitnami/charts/commit/c007c2b165f91875d05efe35d3c501b90266ffd4)), closes [#17322](https://github.com/bitnami/charts/issues/17322) +* Update charts readme (#17217) ([31b3c0a](https://github.com/bitnami/charts/commit/31b3c0afd968ff4429107e34101f7509e6a0e913)), closes [#17217](https://github.com/bitnami/charts/issues/17217) ## 4.3.1 (2023-06-16) -* feat: Support extraLabels for serviceAccount (#17088) ([9ef8a8e](https://github.com/bitnami/charts/commit/9ef8a8e)), closes [#17088](https://github.com/bitnami/charts/issues/17088) +* feat: Support extraLabels for serviceAccount (#17088) ([9ef8a8e](https://github.com/bitnami/charts/commit/9ef8a8eac9686c6bd6a4b8a172e02e725a46ce3c)), closes [#17088](https://github.com/bitnami/charts/issues/17088) ## 4.2.2 (2023-06-13) -* [bitnami/*] Change copyright section in READMEs (#17006) ([ef986a1](https://github.com/bitnami/charts/commit/ef986a1)), closes [#17006](https://github.com/bitnami/charts/issues/17006) -* [bitnami/aspnet-core] Release 4.2.2 (#17109) ([ef3e8fb](https://github.com/bitnami/charts/commit/ef3e8fb)), closes [#17109](https://github.com/bitnami/charts/issues/17109) -* [bitnami/several] Change copyright section in READMEs (#16989) ([5b6a5cf](https://github.com/bitnami/charts/commit/5b6a5cf)), closes [#16989](https://github.com/bitnami/charts/issues/16989) +* [bitnami/*] Change copyright section in READMEs (#17006) ([ef986a1](https://github.com/bitnami/charts/commit/ef986a1605241102b3dcafe9fd8089e6fc1201ad)), closes [#17006](https://github.com/bitnami/charts/issues/17006) +* [bitnami/aspnet-core] Release 4.2.2 (#17109) ([ef3e8fb](https://github.com/bitnami/charts/commit/ef3e8fb307c06342abbeb1f9c986e2e59e86f7c4)), closes [#17109](https://github.com/bitnami/charts/issues/17109) +* [bitnami/several] Change copyright section in READMEs (#16989) ([5b6a5cf](https://github.com/bitnami/charts/commit/5b6a5cfb7625a751848a2e5cd796bd7278f406ca)), closes [#16989](https://github.com/bitnami/charts/issues/16989) ## 4.2.1 (2023-05-21) -* [bitnami/aspnet-core] Release 4.2.1 (#16756) ([306c989](https://github.com/bitnami/charts/commit/306c989)), closes [#16756](https://github.com/bitnami/charts/issues/16756) -* Add wording for enterprise page (#16560) ([8f22774](https://github.com/bitnami/charts/commit/8f22774)), closes [#16560](https://github.com/bitnami/charts/issues/16560) +* [bitnami/aspnet-core] Release 4.2.1 (#16756) ([306c989](https://github.com/bitnami/charts/commit/306c9897186fcb7c94812bf324ceb0b9f9743e8f)), closes [#16756](https://github.com/bitnami/charts/issues/16756) +* Add wording for enterprise page (#16560) ([8f22774](https://github.com/bitnami/charts/commit/8f2277440b976d52785ba9149762ad8620a73d1f)), closes [#16560](https://github.com/bitnami/charts/issues/16560) ## 4.2.0 (2023-05-09) -* [bitnami/several] Adapt Chart.yaml to set desired OCI annotations (#16546) ([fc9b18f](https://github.com/bitnami/charts/commit/fc9b18f)), closes [#16546](https://github.com/bitnami/charts/issues/16546) +* [bitnami/several] Adapt Chart.yaml to set desired OCI annotations (#16546) ([fc9b18f](https://github.com/bitnami/charts/commit/fc9b18f2e98805d4df629acbcde696f44f973344)), closes [#16546](https://github.com/bitnami/charts/issues/16546) ## 4.1.1 (2023-05-09) -* [bitnami/aspnet-core] Release 4.1.1 (#16440) ([502e867](https://github.com/bitnami/charts/commit/502e867)), closes [#16440](https://github.com/bitnami/charts/issues/16440) +* [bitnami/aspnet-core] Release 4.1.1 (#16440) ([502e867](https://github.com/bitnami/charts/commit/502e8677a6421f425d1ebb66165d4316f011c926)), closes [#16440](https://github.com/bitnami/charts/issues/16440) ## 4.1.0 (2023-04-20) -* [bitnami/*] Make Helm charts 100% OCI (#15998) ([8841510](https://github.com/bitnami/charts/commit/8841510)), closes [#15998](https://github.com/bitnami/charts/issues/15998) +* [bitnami/*] Make Helm charts 100% OCI (#15998) ([8841510](https://github.com/bitnami/charts/commit/884151035efcbf2e1b3206e7def85511073fb57d)), closes [#15998](https://github.com/bitnami/charts/issues/15998) ## 4.0.11 (2023-04-11) -* [bitnami/aspnet-core] Release 4.0.11 (#16024) ([a9408f9](https://github.com/bitnami/charts/commit/a9408f9)), closes [#16024](https://github.com/bitnami/charts/issues/16024) +* [bitnami/aspnet-core] Release 4.0.11 (#16024) ([a9408f9](https://github.com/bitnami/charts/commit/a9408f929e4517a9c890f4d0d97a69d17ce611bb)), closes [#16024](https://github.com/bitnami/charts/issues/16024) ## 4.0.10 (2023-04-01) -* [bitnami/aspnet-core] Release 4.0.10 (#15841) ([f1291f0](https://github.com/bitnami/charts/commit/f1291f0)), closes [#15841](https://github.com/bitnami/charts/issues/15841) +* [bitnami/aspnet-core] Release 4.0.10 (#15841) ([f1291f0](https://github.com/bitnami/charts/commit/f1291f078f1d949e8194986b9f2238be84401b2e)), closes [#15841](https://github.com/bitnami/charts/issues/15841) ## 4.0.9 (2023-03-18) -* [bitnami/aspnet-core] Release 4.0.9 (#15558) ([6f76002](https://github.com/bitnami/charts/commit/6f76002)), closes [#15558](https://github.com/bitnami/charts/issues/15558) +* [bitnami/aspnet-core] Release 4.0.9 (#15558) ([6f76002](https://github.com/bitnami/charts/commit/6f7600233a3a6e83ba9f0f1793c73788e10950e6)), closes [#15558](https://github.com/bitnami/charts/issues/15558) ## 4.0.8 (2023-03-14) -* [bitnami/aspnet-core] Release 4.0.8 (#15503) ([484f243](https://github.com/bitnami/charts/commit/484f243)), closes [#15503](https://github.com/bitnami/charts/issues/15503) -* [bitnami/charts] Apply linter to README files (#15357) ([0e29e60](https://github.com/bitnami/charts/commit/0e29e60)), closes [#15357](https://github.com/bitnami/charts/issues/15357) +* [bitnami/aspnet-core] Release 4.0.8 (#15503) ([484f243](https://github.com/bitnami/charts/commit/484f24314572d3dd8b15b02e1bb492c9a20f90ba)), closes [#15503](https://github.com/bitnami/charts/issues/15503) +* [bitnami/charts] Apply linter to README files (#15357) ([0e29e60](https://github.com/bitnami/charts/commit/0e29e600d3adc8b1b46e506eccb3decfab3b4e63)), closes [#15357](https://github.com/bitnami/charts/issues/15357) ## 4.0.7 (2023-03-01) -* [bitnami/aspnet-core] Release 4.0.7 (#15234) ([c2fa308](https://github.com/bitnami/charts/commit/c2fa308)), closes [#15234](https://github.com/bitnami/charts/issues/15234) +* [bitnami/aspnet-core] Release 4.0.7 (#15234) ([c2fa308](https://github.com/bitnami/charts/commit/c2fa30868c5d5fae1d5fdc3543bc64ec206aac27)), closes [#15234](https://github.com/bitnami/charts/issues/15234) ## 4.0.6 (2023-02-17) -* [bitnami/*] Fix markdown linter issues 2 (#14890) ([aa96572](https://github.com/bitnami/charts/commit/aa96572)), closes [#14890](https://github.com/bitnami/charts/issues/14890) -* [bitnami/aspnet-core] Release 4.0.6 (#14959) ([8c69d36](https://github.com/bitnami/charts/commit/8c69d36)), closes [#14959](https://github.com/bitnami/charts/issues/14959) +* [bitnami/*] Fix markdown linter issues 2 (#14890) ([aa96572](https://github.com/bitnami/charts/commit/aa9657237ee8df4a46db0d7fdf8a23230dd6902a)), closes [#14890](https://github.com/bitnami/charts/issues/14890) +* [bitnami/aspnet-core] Release 4.0.6 (#14959) ([8c69d36](https://github.com/bitnami/charts/commit/8c69d363143e22d6b3d0dc7700a11d434b659d1a)), closes [#14959](https://github.com/bitnami/charts/issues/14959) ## 4.0.5 (2023-02-15) -* [bitnami/*] Fix markdown linter issues (#14874) ([a51e0e8](https://github.com/bitnami/charts/commit/a51e0e8)), closes [#14874](https://github.com/bitnami/charts/issues/14874) -* [bitnami/*] Remove unexpected extra spaces (#14873) ([c97c714](https://github.com/bitnami/charts/commit/c97c714)), closes [#14873](https://github.com/bitnami/charts/issues/14873) -* [bitnami/aspnet-core] Release 4.0.5 (#14885) ([8a01d9b](https://github.com/bitnami/charts/commit/8a01d9b)), closes [#14885](https://github.com/bitnami/charts/issues/14885) +* [bitnami/*] Fix markdown linter issues (#14874) ([a51e0e8](https://github.com/bitnami/charts/commit/a51e0e8d35495b907f3e70dd2f8e7c3bcbf4166a)), closes [#14874](https://github.com/bitnami/charts/issues/14874) +* [bitnami/*] Remove unexpected extra spaces (#14873) ([c97c714](https://github.com/bitnami/charts/commit/c97c714887380d47eae7bfeff316bf01595ecd1d)), closes [#14873](https://github.com/bitnami/charts/issues/14873) +* [bitnami/aspnet-core] Release 4.0.5 (#14885) ([8a01d9b](https://github.com/bitnami/charts/commit/8a01d9b9c004ac3f8a71ea4f56924bd095ad4c51)), closes [#14885](https://github.com/bitnami/charts/issues/14885) ## 4.0.4 (2023-02-09) -* [bitnami/*] Change copyright date (#14682) ([add4ec7](https://github.com/bitnami/charts/commit/add4ec7)), closes [#14682](https://github.com/bitnami/charts/issues/14682) -* [bitnami/aspnet-core] Release 4.0.4 (#14822) ([1c01716](https://github.com/bitnami/charts/commit/1c01716)), closes [#14822](https://github.com/bitnami/charts/issues/14822) +* [bitnami/*] Change copyright date (#14682) ([add4ec7](https://github.com/bitnami/charts/commit/add4ec701108ac36ed4de2dffbdf407a0d091067)), closes [#14682](https://github.com/bitnami/charts/issues/14682) +* [bitnami/aspnet-core] Release 4.0.4 (#14822) ([1c01716](https://github.com/bitnami/charts/commit/1c01716b7c445b940952c8eabd0490b045e1b266)), closes [#14822](https://github.com/bitnami/charts/issues/14822) ## 4.0.3 (2023-01-31) -* [bitnami/*] Add license annotation and remove obsolete engine parameter (#14293) ([da2a794](https://github.com/bitnami/charts/commit/da2a794)), closes [#14293](https://github.com/bitnami/charts/issues/14293) -* [bitnami/*] Change licenses annotation format (#14377) ([0ab7608](https://github.com/bitnami/charts/commit/0ab7608)), closes [#14377](https://github.com/bitnami/charts/issues/14377) -* [bitnami/*] Unify READMEs (#14472) ([2064fb8](https://github.com/bitnami/charts/commit/2064fb8)), closes [#14472](https://github.com/bitnami/charts/issues/14472) -* [bitnami/aspnet-core] Don't regenerate self-signed certs on upgrade (#14610) ([31b17b4](https://github.com/bitnami/charts/commit/31b17b4)), closes [#14610](https://github.com/bitnami/charts/issues/14610) +* [bitnami/*] Add license annotation and remove obsolete engine parameter (#14293) ([da2a794](https://github.com/bitnami/charts/commit/da2a7943bae95b6e9b5b4ed972c15e990b69fdb0)), closes [#14293](https://github.com/bitnami/charts/issues/14293) +* [bitnami/*] Change licenses annotation format (#14377) ([0ab7608](https://github.com/bitnami/charts/commit/0ab760862c660fcc78cffadf8e1d8cdd70881473)), closes [#14377](https://github.com/bitnami/charts/issues/14377) +* [bitnami/*] Unify READMEs (#14472) ([2064fb8](https://github.com/bitnami/charts/commit/2064fb8dcc78a845cdede8211af8c3cc52551161)), closes [#14472](https://github.com/bitnami/charts/issues/14472) +* [bitnami/aspnet-core] Don't regenerate self-signed certs on upgrade (#14610) ([31b17b4](https://github.com/bitnami/charts/commit/31b17b4ce7f0610f753ac78c3cd3daf8fab77ade)), closes [#14610](https://github.com/bitnami/charts/issues/14610) ## 4.0.2 (2023-01-10) -* [bitnami/aspnet-core] Release 4.0.2 (#14258) ([d5577f4](https://github.com/bitnami/charts/commit/d5577f4)), closes [#14258](https://github.com/bitnami/charts/issues/14258) +* [bitnami/aspnet-core] Release 4.0.2 (#14258) ([d5577f4](https://github.com/bitnami/charts/commit/d5577f41e99f7e7ec07d3131a9f9d829c53a0a92)), closes [#14258](https://github.com/bitnami/charts/issues/14258) ## 4.0.1 (2022-12-13) -* [bitnami/aspnet-core] Release 4.0.1 (#13946) ([525c0dc](https://github.com/bitnami/charts/commit/525c0dc)), closes [#13946](https://github.com/bitnami/charts/issues/13946) +* [bitnami/aspnet-core] Release 4.0.1 (#13946) ([525c0dc](https://github.com/bitnami/charts/commit/525c0dcdc4293bec48a0fa5932fae0dbfe6efba3)), closes [#13946](https://github.com/bitnami/charts/issues/13946) ## 4.0.0 (2022-11-23) -* [bitnami/aspnet-core] Release 4.0.0 (#13642) ([a449f03](https://github.com/bitnami/charts/commit/a449f03)), closes [#13642](https://github.com/bitnami/charts/issues/13642) +* [bitnami/aspnet-core] Release 4.0.0 (#13642) ([a449f03](https://github.com/bitnami/charts/commit/a449f033afa2157adb569be1189783478dbe36fd)), closes [#13642](https://github.com/bitnami/charts/issues/13642) ## 3.5.6 (2022-11-09) -* [bitnami/*] Use new default branch name in links (#12943) ([a529e02](https://github.com/bitnami/charts/commit/a529e02)), closes [#12943](https://github.com/bitnami/charts/issues/12943) -* [bitnami/aspnet-core] Release 3.5.6 (#13417) ([2077db3](https://github.com/bitnami/charts/commit/2077db3)), closes [#13417](https://github.com/bitnami/charts/issues/13417) +* [bitnami/*] Use new default branch name in links (#12943) ([a529e02](https://github.com/bitnami/charts/commit/a529e02597d49d944eba1eb0f190713293247176)), closes [#12943](https://github.com/bitnami/charts/issues/12943) +* [bitnami/aspnet-core] Release 3.5.6 (#13417) ([2077db3](https://github.com/bitnami/charts/commit/2077db3f07cd0de27f80cf52aaf87d100c243fc3)), closes [#13417](https://github.com/bitnami/charts/issues/13417) ## 3.5.5 (2022-10-11) -* [bitnami/aspnet-core] Release 3.5.5 (#12914) ([77deaea](https://github.com/bitnami/charts/commit/77deaea)), closes [#12914](https://github.com/bitnami/charts/issues/12914) -* Generic README instructions related to the repo (#12792) ([3cf6b10](https://github.com/bitnami/charts/commit/3cf6b10)), closes [#12792](https://github.com/bitnami/charts/issues/12792) +* [bitnami/aspnet-core] Release 3.5.5 (#12914) ([77deaea](https://github.com/bitnami/charts/commit/77deaea9b3282ad429d51df3348f7bd174867bcf)), closes [#12914](https://github.com/bitnami/charts/issues/12914) +* Generic README instructions related to the repo (#12792) ([3cf6b10](https://github.com/bitnami/charts/commit/3cf6b10e10e60df4b3e191d6b99aa99a9f597755)), closes [#12792](https://github.com/bitnami/charts/issues/12792) ## 3.5.4 (2022-09-21) -* [bitnami/aspnet-core] Use custom probes if given (#12482) ([5126189](https://github.com/bitnami/charts/commit/5126189)), closes [#12482](https://github.com/bitnami/charts/issues/12482) [#12354](https://github.com/bitnami/charts/issues/12354) +* [bitnami/aspnet-core] Use custom probes if given (#12482) ([5126189](https://github.com/bitnami/charts/commit/51261895faa4072959253ec56b1bb5fbb9244aec)), closes [#12482](https://github.com/bitnami/charts/issues/12482) [#12354](https://github.com/bitnami/charts/issues/12354) ## 3.5.3 (2022-09-13) -* [bitnami/aspnet-core] Release 3.5.3 (#12412) ([ecdc3ba](https://github.com/bitnami/charts/commit/ecdc3ba)), closes [#12412](https://github.com/bitnami/charts/issues/12412) +* [bitnami/aspnet-core] Release 3.5.3 (#12412) ([ecdc3ba](https://github.com/bitnami/charts/commit/ecdc3ba7b86c36fa6fa2543ee396098767948605)), closes [#12412](https://github.com/bitnami/charts/issues/12412) ## 3.5.2 (2022-09-01) -* [bitnami/aspnet-core] Release 3.5.2 (#12248) ([44bee96](https://github.com/bitnami/charts/commit/44bee96)), closes [#12248](https://github.com/bitnami/charts/issues/12248) -* adjust the naming style for resources name to make them not pass the length limit (#12206) ([a0f2ba8](https://github.com/bitnami/charts/commit/a0f2ba8)), closes [#12206](https://github.com/bitnami/charts/issues/12206) +* [bitnami/aspnet-core] Release 3.5.2 (#12248) ([44bee96](https://github.com/bitnami/charts/commit/44bee96cf3d7e731e89865bb0563f7a9b280d87d)), closes [#12248](https://github.com/bitnami/charts/issues/12248) +* adjust the naming style for resources name to make them not pass the length limit (#12206) ([a0f2ba8](https://github.com/bitnami/charts/commit/a0f2ba8b70567c230088407134526c1453492c5c)), closes [#12206](https://github.com/bitnami/charts/issues/12206) ## 3.5.1 (2022-08-23) -* [bitnami/aspnet-core] Update Chart.lock (#12039) ([a6e7016](https://github.com/bitnami/charts/commit/a6e7016)), closes [#12039](https://github.com/bitnami/charts/issues/12039) +* [bitnami/aspnet-core] Update Chart.lock (#12039) ([a6e7016](https://github.com/bitnami/charts/commit/a6e7016d9104a0a12205bdb10421e6194c2712a6)), closes [#12039](https://github.com/bitnami/charts/issues/12039) ## 3.5.0 (2022-08-22) -* [bitnami/aspnet-core] Add support for image digest apart from tag (#11876) ([4b0da76](https://github.com/bitnami/charts/commit/4b0da76)), closes [#11876](https://github.com/bitnami/charts/issues/11876) +* [bitnami/aspnet-core] Add support for image digest apart from tag (#11876) ([4b0da76](https://github.com/bitnami/charts/commit/4b0da76358c14716c5f5309b58eb7232f642884f)), closes [#11876](https://github.com/bitnami/charts/issues/11876) ## 3.4.21 (2022-08-11) -* [bitnami/aspnet-core] Release 3.4.21 updating components versions ([75c2cb8](https://github.com/bitnami/charts/commit/75c2cb8)) +* [bitnami/aspnet-core] Release 3.4.21 updating components versions ([75c2cb8](https://github.com/bitnami/charts/commit/75c2cb88f75e2f9b1f57e371c6a0ce64a73d5673)) ## 3.4.20 (2022-08-09) -* [bitnami/aspnet-core] Release 3.4.20 updating components versions ([331d58b](https://github.com/bitnami/charts/commit/331d58b)) +* [bitnami/aspnet-core] Release 3.4.20 updating components versions ([331d58b](https://github.com/bitnami/charts/commit/331d58b708022440dfcbf931fbbba06d3ddaf1c7)) ## 3.4.19 (2022-08-09) -* [bitnami/aspnet-core] Release 3.4.19 updating components versions ([ef9c564](https://github.com/bitnami/charts/commit/ef9c564)) +* [bitnami/aspnet-core] Release 3.4.19 updating components versions ([ef9c564](https://github.com/bitnami/charts/commit/ef9c564e9f9b6de5ef82909959a64ca162816119)) ## 3.4.18 (2022-08-04) -* [bitnami/aspnet-core] Release 3.4.18 updating components versions ([32dca33](https://github.com/bitnami/charts/commit/32dca33)) +* [bitnami/aspnet-core] Release 3.4.18 updating components versions ([32dca33](https://github.com/bitnami/charts/commit/32dca3377ad53a91477620ea765d31f30e6ae227)) ## 3.4.17 (2022-08-04) -* [bitnami/aspnet-core] Release 3.4.17 updating components versions ([0ccf530](https://github.com/bitnami/charts/commit/0ccf530)) +* [bitnami/aspnet-core] Release 3.4.17 updating components versions ([0ccf530](https://github.com/bitnami/charts/commit/0ccf530160f8fc87b14015a96097250d0b52e42b)) ## 3.4.16 (2022-08-02) -* [bitnami/aspnet-core] Release 3.4.16 updating components versions ([a685a92](https://github.com/bitnami/charts/commit/a685a92)) +* [bitnami/aspnet-core] Release 3.4.16 updating components versions ([a685a92](https://github.com/bitnami/charts/commit/a685a92e95d2369c86dadde53e6ac8c3c16d6d35)) ## 3.4.15 (2022-07-29) -* [bitnami/aspnet-core] Release 3.4.15 updating components versions ([0d12550](https://github.com/bitnami/charts/commit/0d12550)) +* [bitnami/aspnet-core] Release 3.4.15 updating components versions ([0d12550](https://github.com/bitnami/charts/commit/0d12550e3e3f2cf229402f19a75d4d9c29c01156)) ## 3.4.14 (2022-07-29) -* [bitnami/aspnet-core] Release 3.4.14 updating components versions ([c283232](https://github.com/bitnami/charts/commit/c283232)) +* [bitnami/aspnet-core] Release 3.4.14 updating components versions ([c283232](https://github.com/bitnami/charts/commit/c283232b0c438bc4221b640463aad0b0e82bbcb7)) ## 3.4.13 (2022-07-27) -* [bitnami/*] Update URLs to point to the new bitnami/containers monorepo (#11352) ([d665af0](https://github.com/bitnami/charts/commit/d665af0)), closes [#11352](https://github.com/bitnami/charts/issues/11352) -* [bitnami/aspnet-core] Release 3.4.13 updating components versions ([c321a17](https://github.com/bitnami/charts/commit/c321a17)) +* [bitnami/*] Update URLs to point to the new bitnami/containers monorepo (#11352) ([d665af0](https://github.com/bitnami/charts/commit/d665af0c708846192d8d5fb2f5f9ea65dd464ab0)), closes [#11352](https://github.com/bitnami/charts/issues/11352) +* [bitnami/aspnet-core] Release 3.4.13 updating components versions ([c321a17](https://github.com/bitnami/charts/commit/c321a17555a0dd77c46b455428f1ece7d6e5fdc9)) ## 3.4.12 (2022-07-13) -* [bitnami/aspnet-core] Release 3.4.12 updating components versions ([65382ce](https://github.com/bitnami/charts/commit/65382ce)) +* [bitnami/aspnet-core] Release 3.4.12 updating components versions ([65382ce](https://github.com/bitnami/charts/commit/65382ce85ed7f34a0d74dcba958d8d0202145f2b)) ## 3.4.11 (2022-07-09) -* [bitnami/aspnet-core] Release 3.4.11 updating components versions ([febbabc](https://github.com/bitnami/charts/commit/febbabc)) +* [bitnami/aspnet-core] Release 3.4.11 updating components versions ([febbabc](https://github.com/bitnami/charts/commit/febbabcf955229093dcc945e5aa5419d0168b04d)) ## 3.4.10 (2022-07-06) -* [bitnami/aspnet-core] Release 3.4.10 updating components versions ([f30d1f5](https://github.com/bitnami/charts/commit/f30d1f5)) +* [bitnami/aspnet-core] Release 3.4.10 updating components versions ([f30d1f5](https://github.com/bitnami/charts/commit/f30d1f5228c58f7414b5b26f6c5c153069685773)) ## 3.4.9 (2022-07-04) -* [bitnami/aspnet-core] Release 3.4.9 updating components versions ([0ae0e2a](https://github.com/bitnami/charts/commit/0ae0e2a)) +* [bitnami/aspnet-core] Release 3.4.9 updating components versions ([0ae0e2a](https://github.com/bitnami/charts/commit/0ae0e2a8949ed2befac7b3c05c6f7b313dd1c97d)) ## 3.4.8 (2022-06-30) -* [bitnami/aspnet-core] Release 3.4.8 updating components versions ([ce2bf9a](https://github.com/bitnami/charts/commit/ce2bf9a)) +* [bitnami/aspnet-core] Release 3.4.8 updating components versions ([ce2bf9a](https://github.com/bitnami/charts/commit/ce2bf9ae16e6932f3c948341623a6f2bad996a9e)) ## 3.4.7 (2022-06-23) -* [bitnami/aspnet-core] Fix extra env vars and add ingress namespace (#10857) ([ec2ff66](https://github.com/bitnami/charts/commit/ec2ff66)), closes [#10857](https://github.com/bitnami/charts/issues/10857) +* [bitnami/aspnet-core] Fix extra env vars and add ingress namespace (#10857) ([ec2ff66](https://github.com/bitnami/charts/commit/ec2ff6674c7a4b31da0609b0372d6ff1a41a9587)), closes [#10857](https://github.com/bitnami/charts/issues/10857) ## 3.4.6 (2022-06-15) -* [bitnami/aspnet-core] Release 3.4.6 updating components versions ([ea747f5](https://github.com/bitnami/charts/commit/ea747f5)) +* [bitnami/aspnet-core] Release 3.4.6 updating components versions ([ea747f5](https://github.com/bitnami/charts/commit/ea747f51617d956619e4394fe55e85b4da3791d8)) ## 3.4.5 (2022-06-13) -* [bitnami/aspnet-core] Release 3.4.5 updating components versions ([fbc02aa](https://github.com/bitnami/charts/commit/fbc02aa)) +* [bitnami/aspnet-core] Release 3.4.5 updating components versions ([fbc02aa](https://github.com/bitnami/charts/commit/fbc02aa64752a8ae7cd39224212d1217a2e65fc3)) ## 3.4.4 (2022-06-10) -* [bitnami/aspnet-core] Release 3.4.4 updating components versions ([993fe39](https://github.com/bitnami/charts/commit/993fe39)) +* [bitnami/aspnet-core] Release 3.4.4 updating components versions ([993fe39](https://github.com/bitnami/charts/commit/993fe390e09764d54e6ba212b01dd156d2b7e4c3)) ## 3.4.3 (2022-06-08) -* [bitnami/*] Replace Kubeapps URL in READMEs (and kubeapps Chart.yaml) and remove BKPR references (#1 ([c6a7914](https://github.com/bitnami/charts/commit/c6a7914)), closes [#10600](https://github.com/bitnami/charts/issues/10600) -* [bitnami/aspnet] fixed ingress configuration if using extraHosts (#10244) ([54314d6](https://github.com/bitnami/charts/commit/54314d6)), closes [#10244](https://github.com/bitnami/charts/issues/10244) +* [bitnami/*] Replace Kubeapps URL in READMEs (and kubeapps Chart.yaml) and remove BKPR references (#1 ([c6a7914](https://github.com/bitnami/charts/commit/c6a7914361e5aea6016fb45bf4d621edfd111d32)), closes [#10600](https://github.com/bitnami/charts/issues/10600) +* [bitnami/aspnet] fixed ingress configuration if using extraHosts (#10244) ([54314d6](https://github.com/bitnami/charts/commit/54314d635dc030107799e2eabf0ad12609094f6b)), closes [#10244](https://github.com/bitnami/charts/issues/10244) ## 3.4.2 (2022-06-06) -* [bitnami/aspnet-core] Release 3.4.2 updating components versions ([0648439](https://github.com/bitnami/charts/commit/0648439)) +* [bitnami/aspnet-core] Release 3.4.2 updating components versions ([0648439](https://github.com/bitnami/charts/commit/06484391ac9f01d2b35cfcea928b59e1c522450e)) ## 3.4.1 (2022-06-01) -* [bitnami/several] Replace maintainers email by url (#10523) ([ff3cf61](https://github.com/bitnami/charts/commit/ff3cf61)), closes [#10523](https://github.com/bitnami/charts/issues/10523) +* [bitnami/several] Replace maintainers email by url (#10523) ([ff3cf61](https://github.com/bitnami/charts/commit/ff3cf617a1680509b0f3855d17c4ccff7b29a0ff)), closes [#10523](https://github.com/bitnami/charts/issues/10523) ## 3.4.0 (2022-05-26) -* [bitnami/aspnet-core] Add missing service parameter (#10403) ([b1c5b4e](https://github.com/bitnami/charts/commit/b1c5b4e)), closes [#10403](https://github.com/bitnami/charts/issues/10403) +* [bitnami/aspnet-core] Add missing service parameter (#10403) ([b1c5b4e](https://github.com/bitnami/charts/commit/b1c5b4ec8ed5039be59483c6472b8ee660d794c2)), closes [#10403](https://github.com/bitnami/charts/issues/10403) ## 3.3.5 (2022-05-22) -* [bitnami/aspnet-core] Release 3.3.5 updating components versions ([c03df82](https://github.com/bitnami/charts/commit/c03df82)) +* [bitnami/aspnet-core] Release 3.3.5 updating components versions ([c03df82](https://github.com/bitnami/charts/commit/c03df824861a672ba62e83736c67c30b41abd946)) ## 3.3.4 (2022-05-21) -* [bitnami/aspnet-core] Release 3.3.4 updating components versions ([de8fa16](https://github.com/bitnami/charts/commit/de8fa16)) +* [bitnami/aspnet-core] Release 3.3.4 updating components versions ([de8fa16](https://github.com/bitnami/charts/commit/de8fa16afa3af67cc6c8313d17ff9cf17afb702e)) ## 3.3.3 (2022-05-20) -* [bitnami/*] Fix HPA API version template usage (#10332) ([85ce7af](https://github.com/bitnami/charts/commit/85ce7af)), closes [#10332](https://github.com/bitnami/charts/issues/10332) +* [bitnami/*] Fix HPA API version template usage (#10332) ([85ce7af](https://github.com/bitnami/charts/commit/85ce7af79a6a44d8b90e4907064ca77efe7c8288)), closes [#10332](https://github.com/bitnami/charts/issues/10332) ## 3.3.2 (2022-05-19) -* [bitnami/aspnet-core] Release 3.3.2 updating components versions ([bc3855f](https://github.com/bitnami/charts/commit/bc3855f)) +* [bitnami/aspnet-core] Release 3.3.2 updating components versions ([bc3855f](https://github.com/bitnami/charts/commit/bc3855f1b2b956886d52656d0ff2fa2ce2184fb1)) ## 3.3.1 (2022-05-18) -* [bitnami/aspnet-core] Release 3.3.1 updating components versions ([2eceeab](https://github.com/bitnami/charts/commit/2eceeab)) +* [bitnami/aspnet-core] Release 3.3.1 updating components versions ([2eceeab](https://github.com/bitnami/charts/commit/2eceeabaaceff115e9d5ce756dbb5584052e8b53)) ## 3.3.0 (2022-05-16) -* [bitnami/*] add ingress extraRules feature (#10253) ([0f6cbb9](https://github.com/bitnami/charts/commit/0f6cbb9)), closes [#10253](https://github.com/bitnami/charts/issues/10253) +* [bitnami/*] add ingress extraRules feature (#10253) ([0f6cbb9](https://github.com/bitnami/charts/commit/0f6cbb9099b0e56685cc1d36ba50340f3d7278a1)), closes [#10253](https://github.com/bitnami/charts/issues/10253) ## 3.2.1 (2022-05-13) -* [bitnami/*] Remove old 'ci' files (#10171) ([5df30c4](https://github.com/bitnami/charts/commit/5df30c4)), closes [#10171](https://github.com/bitnami/charts/issues/10171) -* [bitnami/aspnet-core] Use the new helper for HPA API version (#10194) ([31e63da](https://github.com/bitnami/charts/commit/31e63da)), closes [#10194](https://github.com/bitnami/charts/issues/10194) +* [bitnami/*] Remove old 'ci' files (#10171) ([5df30c4](https://github.com/bitnami/charts/commit/5df30c44dbd1812da8786579ce4a94917d46a6ad)), closes [#10171](https://github.com/bitnami/charts/issues/10171) +* [bitnami/aspnet-core] Use the new helper for HPA API version (#10194) ([31e63da](https://github.com/bitnami/charts/commit/31e63da441cff2442175348c8aa7234027955071)), closes [#10194](https://github.com/bitnami/charts/issues/10194) ## 3.2.0 (2022-05-12) -* [bitnami/*] Fix typo in comments (relay -> rely) (#10151) ([9cfe4a4](https://github.com/bitnami/charts/commit/9cfe4a4)), closes [#10151](https://github.com/bitnami/charts/issues/10151) -* [bitnami/aspnet-core] Add missing namespace metadata (#10109) ([a48cc2c](https://github.com/bitnami/charts/commit/a48cc2c)), closes [#10109](https://github.com/bitnami/charts/issues/10109) +* [bitnami/*] Fix typo in comments (relay -> rely) (#10151) ([9cfe4a4](https://github.com/bitnami/charts/commit/9cfe4a48cc35851faea6be7ffb2a978d223befa0)), closes [#10151](https://github.com/bitnami/charts/issues/10151) +* [bitnami/aspnet-core] Add missing namespace metadata (#10109) ([a48cc2c](https://github.com/bitnami/charts/commit/a48cc2c415d2520de048059fe5a2325315fa37bb)), closes [#10109](https://github.com/bitnami/charts/issues/10109) ## 3.1.19 (2022-05-11) -* [bitnami/aspnet-core] Release 3.1.19 updating components versions ([7859cf0](https://github.com/bitnami/charts/commit/7859cf0)) +* [bitnami/aspnet-core] Release 3.1.19 updating components versions ([7859cf0](https://github.com/bitnami/charts/commit/7859cf06f59b8b05c2657b1e0820beb38c8211d6)) ## 3.1.18 (2022-04-20) -* [bitnami/aspnet-core] Release 3.1.18 updating components versions ([54cbf21](https://github.com/bitnami/charts/commit/54cbf21)) +* [bitnami/aspnet-core] Release 3.1.18 updating components versions ([54cbf21](https://github.com/bitnami/charts/commit/54cbf21c21204fac99bda632a99b26b6199cf74f)) ## 3.1.17 (2022-04-19) -* [bitnami/aspnet-core] Release 3.1.17 updating components versions ([524b1aa](https://github.com/bitnami/charts/commit/524b1aa)) +* [bitnami/aspnet-core] Release 3.1.17 updating components versions ([524b1aa](https://github.com/bitnami/charts/commit/524b1aa43a12b64aa69e48f494562b52f567ec3e)) ## 3.1.16 (2022-04-12) -* [bitnami/aspnet-core] Release 3.1.16 updating components versions ([1989b12](https://github.com/bitnami/charts/commit/1989b12)) +* [bitnami/aspnet-core] Release 3.1.16 updating components versions ([1989b12](https://github.com/bitnami/charts/commit/1989b122f8d33f586e41678a6a9bcefc0b53de72)) ## 3.1.15 (2022-04-03) -* [bitnami/aspnet-core] Release 3.1.15 updating components versions ([acfdef3](https://github.com/bitnami/charts/commit/acfdef3)) +* [bitnami/aspnet-core] Release 3.1.15 updating components versions ([acfdef3](https://github.com/bitnami/charts/commit/acfdef3acfca7ca3827c7bef1f37002b939d6993)) ## 3.1.14 (2022-04-02) -* [bitnami/aspnet-core] Release 3.1.14 updating components versions ([db26e69](https://github.com/bitnami/charts/commit/db26e69)) +* [bitnami/aspnet-core] Release 3.1.14 updating components versions ([db26e69](https://github.com/bitnami/charts/commit/db26e699895a57e96efdf752c201d7f5c957c41f)) ## 3.1.13 (2022-03-28) -* [bitnami/aspnet-core] Release 3.1.13 updating components versions ([fa9af61](https://github.com/bitnami/charts/commit/fa9af61)) +* [bitnami/aspnet-core] Release 3.1.13 updating components versions ([fa9af61](https://github.com/bitnami/charts/commit/fa9af61ece438c7f9ddae8781f53871ae9be48a4)) ## 3.1.12 (2022-03-27) -* [bitnami/aspnet-core] Fix context for include inside range extraHosts (#9432) ([c284285](https://github.com/bitnami/charts/commit/c284285)), closes [#9432](https://github.com/bitnami/charts/issues/9432) -* [bitnami/aspnet-core] Release 3.1.12 updating components versions ([f1d9017](https://github.com/bitnami/charts/commit/f1d9017)) +* [bitnami/aspnet-core] Fix context for include inside range extraHosts (#9432) ([c284285](https://github.com/bitnami/charts/commit/c284285e6b9e07cf81655b71370ee9bb95a93f39)), closes [#9432](https://github.com/bitnami/charts/issues/9432) +* [bitnami/aspnet-core] Release 3.1.12 updating components versions ([f1d9017](https://github.com/bitnami/charts/commit/f1d9017ed8fa08d9125832d0bc0b1f7f46ddba58)) ## 3.1.11 (2022-03-17) -* [bitnami/aspnet-core] Release 3.1.11 updating components versions ([136b39a](https://github.com/bitnami/charts/commit/136b39a)) +* [bitnami/aspnet-core] Release 3.1.11 updating components versions ([136b39a](https://github.com/bitnami/charts/commit/136b39acc2a3c09e6947f0a8647c42999f3a3333)) ## 3.1.10 (2022-03-16) -* [bitnami/aspnet-core] Release 3.1.10 updating components versions ([2268eec](https://github.com/bitnami/charts/commit/2268eec)) +* [bitnami/aspnet-core] Release 3.1.10 updating components versions ([2268eec](https://github.com/bitnami/charts/commit/2268eec204bdc4f171497deb863ed1be0b0acc50)) ## 3.1.9 (2022-03-11) -* [bitnami/aspnet-core] Release 3.1.9 updating components versions ([8f4b54e](https://github.com/bitnami/charts/commit/8f4b54e)) +* [bitnami/aspnet-core] Release 3.1.9 updating components versions ([8f4b54e](https://github.com/bitnami/charts/commit/8f4b54edfb9bd38530f76aa19d2a07a2ccb103a4)) ## 3.1.8 (2022-03-10) -* [bitnami/aspnet-core] Release 3.1.8 updating components versions ([73c6347](https://github.com/bitnami/charts/commit/73c6347)) +* [bitnami/aspnet-core] Release 3.1.8 updating components versions ([73c6347](https://github.com/bitnami/charts/commit/73c6347348aeddb6f667c08feda170e805d5ff89)) ## 3.1.7 (2022-03-08) -* [bitnami/aspnet-core] Release 3.1.7 updating components versions ([adefb3a](https://github.com/bitnami/charts/commit/adefb3a)) +* [bitnami/aspnet-core] Release 3.1.7 updating components versions ([adefb3a](https://github.com/bitnami/charts/commit/adefb3a6fc22a2b439878093f0b9f8137cbbe714)) ## 3.1.6 (2022-02-27) -* [bitnami/aspnet-core] Release 3.1.6 updating components versions ([ef5e5e7](https://github.com/bitnami/charts/commit/ef5e5e7)) +* [bitnami/aspnet-core] Release 3.1.6 updating components versions ([ef5e5e7](https://github.com/bitnami/charts/commit/ef5e5e7ab5655ef609e8af6f221e98f421f815f0)) ## 3.1.5 (2022-02-24) -* [bitnami/aspnet-core] Release 3.1.5 updating components versions ([6e0ed7d](https://github.com/bitnami/charts/commit/6e0ed7d)) +* [bitnami/aspnet-core] Release 3.1.5 updating components versions ([6e0ed7d](https://github.com/bitnami/charts/commit/6e0ed7da37c8f6d6b8198b0485ec9fd788722ceb)) ## 3.1.4 (2022-02-23) -* [bitnami/aspnet-core] Release 3.1.4 updating components versions ([726314a](https://github.com/bitnami/charts/commit/726314a)) +* [bitnami/aspnet-core] Release 3.1.4 updating components versions ([726314a](https://github.com/bitnami/charts/commit/726314a0ea58a9c5e1e476478e4fac8002ee8aa8)) ## 3.1.3 (2022-02-21) -* [bitnami/aspnet-core] Release 3.1.3 updating components versions ([6078179](https://github.com/bitnami/charts/commit/6078179)) +* [bitnami/aspnet-core] Release 3.1.3 updating components versions ([6078179](https://github.com/bitnami/charts/commit/60781799c194ec79b9827338298d90c0c257b4b0)) ## 3.1.2 (2022-02-21) -* [bitnami/aspnet-core] Do not hardcode PDB apiVersion (#9090) ([7daf43e](https://github.com/bitnami/charts/commit/7daf43e)), closes [#9090](https://github.com/bitnami/charts/issues/9090) +* [bitnami/aspnet-core] Do not hardcode PDB apiVersion (#9090) ([7daf43e](https://github.com/bitnami/charts/commit/7daf43e1c9b654adda2756d796949d2e96b4f786)), closes [#9090](https://github.com/bitnami/charts/issues/9090) ## 3.1.1 (2022-02-13) -* [bitnami/aspnet-core] Release 3.1.1 updating components versions ([c8f2f89](https://github.com/bitnami/charts/commit/c8f2f89)) -* Non utf8 chars (#8923) ([6ffd18f](https://github.com/bitnami/charts/commit/6ffd18f)), closes [#8923](https://github.com/bitnami/charts/issues/8923) +* [bitnami/aspnet-core] Release 3.1.1 updating components versions ([c8f2f89](https://github.com/bitnami/charts/commit/c8f2f89c612f34a2e39152cb447dd8af83154d33)) +* Non utf8 chars (#8923) ([6ffd18f](https://github.com/bitnami/charts/commit/6ffd18fbbdf10e94ea1a90cf5b84ef610ac2a72d)), closes [#8923](https://github.com/bitnami/charts/issues/8923) ## 3.1.0 (2022-01-28) -* feat: aspnet-core health ingressClassName option (#8814) ([dba585e](https://github.com/bitnami/charts/commit/dba585e)), closes [#8814](https://github.com/bitnami/charts/issues/8814) +* feat: aspnet-core health ingressClassName option (#8814) ([dba585e](https://github.com/bitnami/charts/commit/dba585ea70320c095b2c3eee349ffa6b7be347da)), closes [#8814](https://github.com/bitnami/charts/issues/8814) ## 3.0.4 (2022-01-27) -* fix: aspnet-core should detect ingress apiVersion (#8794) ([410147c](https://github.com/bitnami/charts/commit/410147c)), closes [#8794](https://github.com/bitnami/charts/issues/8794) +* fix: aspnet-core should detect ingress apiVersion (#8794) ([410147c](https://github.com/bitnami/charts/commit/410147c83fba3bfb456633b6bc9de726a60522e8)), closes [#8794](https://github.com/bitnami/charts/issues/8794) ## 3.0.3 (2022-01-20) -* [bitnami/*] Readme automation (#8579) ([78d1938](https://github.com/bitnami/charts/commit/78d1938)), closes [#8579](https://github.com/bitnami/charts/issues/8579) -* [bitnami/*] Update READMEs (#8716) ([b9a9533](https://github.com/bitnami/charts/commit/b9a9533)), closes [#8716](https://github.com/bitnami/charts/issues/8716) -* [bitnami/several] Change prerequisites (#8725) ([8d740c5](https://github.com/bitnami/charts/commit/8d740c5)), closes [#8725](https://github.com/bitnami/charts/issues/8725) +* [bitnami/*] Readme automation (#8579) ([78d1938](https://github.com/bitnami/charts/commit/78d193831c900d178198491ffd08fa2217a64ecd)), closes [#8579](https://github.com/bitnami/charts/issues/8579) +* [bitnami/*] Update READMEs (#8716) ([b9a9533](https://github.com/bitnami/charts/commit/b9a953337590eb2979453385874a267bacf50936)), closes [#8716](https://github.com/bitnami/charts/issues/8716) +* [bitnami/several] Change prerequisites (#8725) ([8d740c5](https://github.com/bitnami/charts/commit/8d740c566cfdb7e2d933c40128b4e919fce953a5)), closes [#8725](https://github.com/bitnami/charts/issues/8725) ## 3.0.2 (2022-01-14) -* [bitnami/aspnet-core] Release 3.0.2 updating components versions ([fe5b29a](https://github.com/bitnami/charts/commit/fe5b29a)) +* [bitnami/aspnet-core] Release 3.0.2 updating components versions ([fe5b29a](https://github.com/bitnami/charts/commit/fe5b29aae25c6ec962c8793cee4405de8e759d4b)) ## 3.0.1 (2022-01-12) -* [bitnami/aspnet-core] Release 3.0.1 updating components versions ([a3300dd](https://github.com/bitnami/charts/commit/a3300dd)) +* [bitnami/aspnet-core] Release 3.0.1 updating components versions ([a3300dd](https://github.com/bitnami/charts/commit/a3300ddf323d8fc4bb3015c19d04b0ae14445891)) ## 3.0.0 (2022-01-04) -* [bitnami/aspnet] Bump ASP.NET to version 6 (#8556) ([a9e53bd](https://github.com/bitnami/charts/commit/a9e53bd)), closes [#8556](https://github.com/bitnami/charts/issues/8556) -* [bitnami/several] Add license to the README ([05f7633](https://github.com/bitnami/charts/commit/05f7633)) -* [bitnami/several] Add license to the README ([32fb238](https://github.com/bitnami/charts/commit/32fb238)) -* [bitnami/several] Add license to the README ([b87c2f7](https://github.com/bitnami/charts/commit/b87c2f7)) +* [bitnami/aspnet] Bump ASP.NET to version 6 (#8556) ([a9e53bd](https://github.com/bitnami/charts/commit/a9e53bd52d82437758b387e203c7cee5cd4c9f3b)), closes [#8556](https://github.com/bitnami/charts/issues/8556) +* [bitnami/several] Add license to the README ([05f7633](https://github.com/bitnami/charts/commit/05f763372501d596e57db713dd53ff4ff3027cc4)) +* [bitnami/several] Add license to the README ([32fb238](https://github.com/bitnami/charts/commit/32fb238e60a0affc6debd3142eaa3c3d9089ec2a)) +* [bitnami/several] Add license to the README ([b87c2f7](https://github.com/bitnami/charts/commit/b87c2f7899d48a8b02c506765e6ae82937e9ba3f)) ## 2.0.3 (2021-12-14) -* [bitnami/aspnet-core] Release 2.0.3 updating components versions ([5452f42](https://github.com/bitnami/charts/commit/5452f42)) +* [bitnami/aspnet-core] Release 2.0.3 updating components versions ([5452f42](https://github.com/bitnami/charts/commit/5452f42a5b231026fc6f1f4693325e2efa05eb05)) ## 2.0.2 (2021-12-09) -* [bitnami/aspnet-core] Release 2.0.2 updating components versions ([df51593](https://github.com/bitnami/charts/commit/df51593)) +* [bitnami/aspnet-core] Release 2.0.2 updating components versions ([df51593](https://github.com/bitnami/charts/commit/df515935a2d1727732c0186214cd75811d0c0664)) ## 2.0.1 (2021-11-29) -* [bitnami/several] Replace HTTP by HTTPS when possible (#8259) ([eafb5bd](https://github.com/bitnami/charts/commit/eafb5bd)), closes [#8259](https://github.com/bitnami/charts/issues/8259) +* [bitnami/several] Replace HTTP by HTTPS when possible (#8259) ([eafb5bd](https://github.com/bitnami/charts/commit/eafb5bd5a2cc3aaf04fc1e8ebedd73f420d76864)), closes [#8259](https://github.com/bitnami/charts/issues/8259) ## 2.0.0 (2021-11-09) -* [bitnami/contour,aspnet-core] Apply standardizations (#7543) ([1f2fc92](https://github.com/bitnami/charts/commit/1f2fc92)), closes [#7543](https://github.com/bitnami/charts/issues/7543) [#8065](https://github.com/bitnami/charts/issues/8065) -* [bitnami/several] Regenerate README tables ([94d0553](https://github.com/bitnami/charts/commit/94d0553)) +* [bitnami/contour,aspnet-core] Apply standardizations (#7543) ([1f2fc92](https://github.com/bitnami/charts/commit/1f2fc92870504496396165b80b1f6500aed2feb5)), closes [#7543](https://github.com/bitnami/charts/issues/7543) [#8065](https://github.com/bitnami/charts/issues/8065) +* [bitnami/several] Regenerate README tables ([94d0553](https://github.com/bitnami/charts/commit/94d0553d3c1bc1b75dfeba75860f9a89af08e1c3)) ## 1.3.22 (2021-11-09) -* [bitnami/aspnet-core] Release 1.3.22 updating components versions ([61b8a15](https://github.com/bitnami/charts/commit/61b8a15)) -* [bitnami/several] Regenerate README tables ([412cf6a](https://github.com/bitnami/charts/commit/412cf6a)) +* [bitnami/aspnet-core] Release 1.3.22 updating components versions ([61b8a15](https://github.com/bitnami/charts/commit/61b8a15f21451e9283a01b81e5c7f30e9c72dcfb)) +* [bitnami/several] Regenerate README tables ([412cf6a](https://github.com/bitnami/charts/commit/412cf6a513cb0c03444a6e7811c6f27193239a10)) ## 1.3.21 (2021-10-26) -* [bitnami/aspnet-core] Release 1.3.21 updating components versions ([fc756d0](https://github.com/bitnami/charts/commit/fc756d0)) +* [bitnami/aspnet-core] Release 1.3.21 updating components versions ([fc756d0](https://github.com/bitnami/charts/commit/fc756d01c4b6fa8fd084eb0e5ec914448252b8aa)) ## 1.3.20 (2021-10-22) -* [bitnami/*] Generate READMEs (#7790) ([0833a8c](https://github.com/bitnami/charts/commit/0833a8c)), closes [#7790](https://github.com/bitnami/charts/issues/7790) -* [bitnami/several] Add chart info to NOTES.txt (#7889) ([a6751cd](https://github.com/bitnami/charts/commit/a6751cd)), closes [#7889](https://github.com/bitnami/charts/issues/7889) +* [bitnami/*] Generate READMEs (#7790) ([0833a8c](https://github.com/bitnami/charts/commit/0833a8c16300d68abf6030639c3479d8fb031e25)), closes [#7790](https://github.com/bitnami/charts/issues/7790) +* [bitnami/several] Add chart info to NOTES.txt (#7889) ([a6751cd](https://github.com/bitnami/charts/commit/a6751cdd33c461fabbc459fbea6f219ec64ab6b2)), closes [#7889](https://github.com/bitnami/charts/issues/7889) ## 1.3.19 (2021-10-13) -* [bitnami/aspnet-core] Release 1.3.19 updating components versions ([e6a9d70](https://github.com/bitnami/charts/commit/e6a9d70)) +* [bitnami/aspnet-core] Release 1.3.19 updating components versions ([e6a9d70](https://github.com/bitnami/charts/commit/e6a9d7047aabbfd60bbf7da7d8727338b1f32bdb)) ## 1.3.18 (2021-10-01) -* [bitnami/*] Drop support for deprecated cert-manager annotation (#7582) ([a081792](https://github.com/bitnami/charts/commit/a081792)), closes [#7582](https://github.com/bitnami/charts/issues/7582) -* [bitnami/*] Generate READMEs with new generator version (#7614) ([e5ab2e6](https://github.com/bitnami/charts/commit/e5ab2e6)), closes [#7614](https://github.com/bitnami/charts/issues/7614) -* [bitnami/several] Regenerate README tables ([5c79422](https://github.com/bitnami/charts/commit/5c79422)) +* [bitnami/*] Drop support for deprecated cert-manager annotation (#7582) ([a081792](https://github.com/bitnami/charts/commit/a08179293543f063e5de966a9976ca967161de7b)), closes [#7582](https://github.com/bitnami/charts/issues/7582) +* [bitnami/*] Generate READMEs with new generator version (#7614) ([e5ab2e6](https://github.com/bitnami/charts/commit/e5ab2e6ecdd6bce800863f154cda524ff9f6c117)), closes [#7614](https://github.com/bitnami/charts/issues/7614) +* [bitnami/several] Regenerate README tables ([5c79422](https://github.com/bitnami/charts/commit/5c7942235d3169332e8dadb380cd757416f28946)) ## 1.3.17 (2021-09-14) -* [bitnami/aspnet-core] Release 1.3.17 updating components versions ([148b86b](https://github.com/bitnami/charts/commit/148b86b)) -* [bitnami/several] Regenerate README tables ([da2513b](https://github.com/bitnami/charts/commit/da2513b)) +* [bitnami/aspnet-core] Release 1.3.17 updating components versions ([148b86b](https://github.com/bitnami/charts/commit/148b86bc380bd9112b12aa165556ce77cba4fde1)) +* [bitnami/several] Regenerate README tables ([da2513b](https://github.com/bitnami/charts/commit/da2513bf0a33819f3b1151d387c631a9ffdb03e2)) ## 1.3.16 (2021-08-26) -* [bitnami/aspnet-core] Release 1.3.16 updating components versions ([63123b4](https://github.com/bitnami/charts/commit/63123b4)) +* [bitnami/aspnet-core] Release 1.3.16 updating components versions ([63123b4](https://github.com/bitnami/charts/commit/63123b48316943689b4a62f3c31bd0e06dfcb408)) ## 1.3.15 (2021-08-25) -* [bitnami/aspnet-core] Release 1.3.15 updating components versions ([66d4373](https://github.com/bitnami/charts/commit/66d4373)) -* [bitnami/several] Regenerate README tables ([6c107e8](https://github.com/bitnami/charts/commit/6c107e8)) +* [bitnami/aspnet-core] Release 1.3.15 updating components versions ([66d4373](https://github.com/bitnami/charts/commit/66d4373f71f464ea8e9a42cefb4194fb2c0411d8)) +* [bitnami/several] Regenerate README tables ([6c107e8](https://github.com/bitnami/charts/commit/6c107e835d6caf8db2e8b17dcd48c5971637e013)) ## 1.3.14 (2021-08-11) -* [bitnami/aspnet-core] Release 1.3.14 updating components versions ([1e1b225](https://github.com/bitnami/charts/commit/1e1b225)) +* [bitnami/aspnet-core] Release 1.3.14 updating components versions ([1e1b225](https://github.com/bitnami/charts/commit/1e1b225a306b7291b549ebfcb02d5b1bc25c3c42)) ## 1.3.13 (2021-08-04) -* [bitnami/aspnet-core] Release 1.3.13 updating components versions ([1248c96](https://github.com/bitnami/charts/commit/1248c96)) +* [bitnami/aspnet-core] Release 1.3.13 updating components versions ([1248c96](https://github.com/bitnami/charts/commit/1248c96ac7e1f900d9b178dfd996478a0ed02cd0)) ## 1.3.12 (2021-07-24) -* [bitnami/*] Fix issue with sysctls (#7041) ([9255b25](https://github.com/bitnami/charts/commit/9255b25)), closes [#7041](https://github.com/bitnami/charts/issues/7041) +* [bitnami/*] Fix issue with sysctls (#7041) ([9255b25](https://github.com/bitnami/charts/commit/9255b2529c3150a1c1f35b3a11c16896590be7e2)), closes [#7041](https://github.com/bitnami/charts/issues/7041) ## 1.3.11 (2021-07-22) -* [bitnami/several] Fix default values and regenerate README (#7023) ([c443ded](https://github.com/bitnami/charts/commit/c443ded)), closes [#7023](https://github.com/bitnami/charts/issues/7023) +* [bitnami/several] Fix default values and regenerate README (#7023) ([c443ded](https://github.com/bitnami/charts/commit/c443ded691a1184a72af7b812759fad54b240ae9)), closes [#7023](https://github.com/bitnami/charts/issues/7023) ## 1.3.10 (2021-07-19) -* [bitnami/*] Adapt values.yaml of Apache, ASP.NET Core and Cassandra to readme-generator (#6751) ([cee2166](https://github.com/bitnami/charts/commit/cee2166)), closes [#6751](https://github.com/bitnami/charts/issues/6751) +* [bitnami/*] Adapt values.yaml of Apache, ASP.NET Core and Cassandra to readme-generator (#6751) ([cee2166](https://github.com/bitnami/charts/commit/cee216627202bd79dd570d543d7c166cf942ef98)), closes [#6751](https://github.com/bitnami/charts/issues/6751) ## 1.3.9 (2021-07-14) -* [bitnami/aspnet-core] Release 1.3.9 updating components versions ([3fbdfc5](https://github.com/bitnami/charts/commit/3fbdfc5)) +* [bitnami/aspnet-core] Release 1.3.9 updating components versions ([3fbdfc5](https://github.com/bitnami/charts/commit/3fbdfc5aa6abce3e9f65d0009f08821583f64e84)) ## 1.3.8 (2021-07-09) -* [bitnami/aspnet-core] Release 1.3.8 updating components versions ([def6231](https://github.com/bitnami/charts/commit/def6231)) +* [bitnami/aspnet-core] Release 1.3.8 updating components versions ([def6231](https://github.com/bitnami/charts/commit/def6231cb40dda7b3b7c1d4c6f81b5fd32c8fbed)) ## 1.3.7 (2021-06-09) -* [bitnami/aspnet-core] Release 1.3.7 updating components versions ([874bc7d](https://github.com/bitnami/charts/commit/874bc7d)) +* [bitnami/aspnet-core] Release 1.3.7 updating components versions ([874bc7d](https://github.com/bitnami/charts/commit/874bc7db8b9261f3acf67d6cfa8673c02be46ac4)) ## 1.3.6 (2021-05-23) -* [bitnami/aspnet-core] Release 1.3.6 updating components versions ([9eec797](https://github.com/bitnami/charts/commit/9eec797)) +* [bitnami/aspnet-core] Release 1.3.6 updating components versions ([9eec797](https://github.com/bitnami/charts/commit/9eec797bd8726782a2d0179b896f94c0d81181ac)) ## 1.3.5 (2021-05-20) -* [bitnami/aspnet-core] Release 1.3.5 updating components versions ([cef7cf3](https://github.com/bitnami/charts/commit/cef7cf3)) +* [bitnami/aspnet-core] Release 1.3.5 updating components versions ([cef7cf3](https://github.com/bitnami/charts/commit/cef7cf369b1a404c32e1199d4c646376be2583c1)) ## 1.3.4 (2021-04-29) -* [bitnami/aspnet-core] Release 1.3.4 updating components versions ([1d522bf](https://github.com/bitnami/charts/commit/1d522bf)) +* [bitnami/aspnet-core] Release 1.3.4 updating components versions ([1d522bf](https://github.com/bitnami/charts/commit/1d522bfb35f60cf1dd00abea2982349b74ed102a)) ## 1.3.3 (2021-04-28) -* [bitnami/aspnet-core] Release 1.3.3 updating components versions ([653e3cc](https://github.com/bitnami/charts/commit/653e3cc)) +* [bitnami/aspnet-core] Release 1.3.3 updating components versions ([653e3cc](https://github.com/bitnami/charts/commit/653e3cc0be392cfb669643140792c84ad2237a32)) ## 1.3.2 (2021-04-27) -* [bitnami/aspnet-core] Release 1.3.2 updating components versions ([dc44f41](https://github.com/bitnami/charts/commit/dc44f41)) +* [bitnami/aspnet-core] Release 1.3.2 updating components versions ([dc44f41](https://github.com/bitnami/charts/commit/dc44f4196de76139849ad19e843aadf48ca0cc5d)) ## 1.3.1 (2021-04-08) -* [bitnami/aspnet-core] Release 1.3.1 updating components versions ([6bba37d](https://github.com/bitnami/charts/commit/6bba37d)) +* [bitnami/aspnet-core] Release 1.3.1 updating components versions ([6bba37d](https://github.com/bitnami/charts/commit/6bba37db848d7a2924f237d4b1da4beab765594b)) ## 1.3.0 (2021-03-19) -* [bitnami/*] Allow git ssh connections (#5814) ([c9adeff](https://github.com/bitnami/charts/commit/c9adeff)), closes [#5814](https://github.com/bitnami/charts/issues/5814) +* [bitnami/*] Allow git ssh connections (#5814) ([c9adeff](https://github.com/bitnami/charts/commit/c9adefff010b9d421a1d6041216100e6621c8221)), closes [#5814](https://github.com/bitnami/charts/issues/5814) ## 1.2.6 (2021-03-16) -* [bitnami/aspnet-core] Release 1.2.6 updating components versions ([1f9c291](https://github.com/bitnami/charts/commit/1f9c291)) +* [bitnami/aspnet-core] Release 1.2.6 updating components versions ([1f9c291](https://github.com/bitnami/charts/commit/1f9c291b9efb7bb4108039f281394ddf1859fc0b)) ## 1.2.5 (2021-03-16) -* [bitnami/aspnet-core] Change default repo branch from master to main (#5795) ([bb7bfe8](https://github.com/bitnami/charts/commit/bb7bfe8)), closes [#5795](https://github.com/bitnami/charts/issues/5795) +* [bitnami/aspnet-core] Change default repo branch from master to main (#5795) ([bb7bfe8](https://github.com/bitnami/charts/commit/bb7bfe81702086cc77af86f4e5479364ee73aeaa)), closes [#5795](https://github.com/bitnami/charts/issues/5795) ## 1.2.4 (2021-02-26) -* [bitnami/aspnet-core] Release 1.2.4 updating components versions ([6bf5754](https://github.com/bitnami/charts/commit/6bf5754)) +* [bitnami/aspnet-core] Release 1.2.4 updating components versions ([6bf5754](https://github.com/bitnami/charts/commit/6bf575423e590746cdbaa96ddff3ad004055b63f)) ## 1.2.3 (2021-02-04) -* [bitnami/several] Fix template issue when using ingress secrets (#5373) ([7fd5ea5](https://github.com/bitnami/charts/commit/7fd5ea5)), closes [#5373](https://github.com/bitnami/charts/issues/5373) +* [bitnami/several] Fix template issue when using ingress secrets (#5373) ([7fd5ea5](https://github.com/bitnami/charts/commit/7fd5ea5ad2d46f5bad85585e04844add77cc4885)), closes [#5373](https://github.com/bitnami/charts/issues/5373) ## 1.2.2 (2021-01-27) -* [bitnami/aspnet-core] Release 1.2.2 updating components versions ([33ffb15](https://github.com/bitnami/charts/commit/33ffb15)) +* [bitnami/aspnet-core] Release 1.2.2 updating components versions ([33ffb15](https://github.com/bitnami/charts/commit/33ffb15f9ba5929205ab9ee28f52fed37d1d05ff)) ## 1.2.1 (2021-01-27) -* [bitnami/aspnet-core] Release 1.2.1 updating components versions ([e1c9985](https://github.com/bitnami/charts/commit/e1c9985)) +* [bitnami/aspnet-core] Release 1.2.1 updating components versions ([e1c9985](https://github.com/bitnami/charts/commit/e1c99850cebd6dbde4ea28b49dce54196788a75b)) ## 1.2.0 (2021-01-25) -* [bitnami/aspnet-core] Add hostAliases (#5194) ([5ca6416](https://github.com/bitnami/charts/commit/5ca6416)), closes [#5194](https://github.com/bitnami/charts/issues/5194) +* [bitnami/aspnet-core] Add hostAliases (#5194) ([5ca6416](https://github.com/bitnami/charts/commit/5ca64160f8bad7dc70fda5f9ff7177b19ce3653c)), closes [#5194](https://github.com/bitnami/charts/issues/5194) ## 1.1.3 (2021-01-25) -* [bitnami/*] Unify icons in Chart.yaml and add missing fields (#5206) ([0462921](https://github.com/bitnami/charts/commit/0462921)), closes [#5206](https://github.com/bitnami/charts/issues/5206) +* [bitnami/*] Unify icons in Chart.yaml and add missing fields (#5206) ([0462921](https://github.com/bitnami/charts/commit/0462921418ca8d54308b7466197a6d53ffae4628)), closes [#5206](https://github.com/bitnami/charts/issues/5206) ## 1.1.2 (2021-01-19) -* [bitnami/*] Change helm version in the prerequisites (#5090) ([c5e67a3](https://github.com/bitnami/charts/commit/c5e67a3)), closes [#5090](https://github.com/bitnami/charts/issues/5090) -* [bitnami/aspnet-core] Drop values-production.yaml support (#5098) ([ee77ecc](https://github.com/bitnami/charts/commit/ee77ecc)), closes [#5098](https://github.com/bitnami/charts/issues/5098) +* [bitnami/*] Change helm version in the prerequisites (#5090) ([c5e67a3](https://github.com/bitnami/charts/commit/c5e67a388743cbee28439d2cabca27884b9daf97)), closes [#5090](https://github.com/bitnami/charts/issues/5090) +* [bitnami/aspnet-core] Drop values-production.yaml support (#5098) ([ee77ecc](https://github.com/bitnami/charts/commit/ee77ecc4129e905b7d1f175c69e765bd834e4841)), closes [#5098](https://github.com/bitnami/charts/issues/5098) ## 1.1.1 (2021-01-10) -* [bitnami/aspnet-core] Release 1.1.1 updating components versions ([f68e6fb](https://github.com/bitnami/charts/commit/f68e6fb)) +* [bitnami/aspnet-core] Release 1.1.1 updating components versions ([f68e6fb](https://github.com/bitnami/charts/commit/f68e6fb23d912b7919fdf4e23e7a8e213ab4aa3b)) ## 1.1.0 (2020-12-31) -* [bitnami/*] fix typos (#4699) ([49adc63](https://github.com/bitnami/charts/commit/49adc63)), closes [#4699](https://github.com/bitnami/charts/issues/4699) -* [bitnami/*] Update ingress rules (batch 1) (#4870) ([2f3e2be](https://github.com/bitnami/charts/commit/2f3e2be)), closes [#4870](https://github.com/bitnami/charts/issues/4870) +* [bitnami/*] fix typos (#4699) ([49adc63](https://github.com/bitnami/charts/commit/49adc63b672da976c55af2e077aa5648a357b77f)), closes [#4699](https://github.com/bitnami/charts/issues/4699) +* [bitnami/*] Update ingress rules (batch 1) (#4870) ([2f3e2be](https://github.com/bitnami/charts/commit/2f3e2beea845c8403fc33b5a75f57909bb63037a)), closes [#4870](https://github.com/bitnami/charts/issues/4870) ## 1.0.2 (2020-12-11) -* [bitnami/*] Update dependencies (#4694) ([2826c12](https://github.com/bitnami/charts/commit/2826c12)), closes [#4694](https://github.com/bitnami/charts/issues/4694) +* [bitnami/*] Update dependencies (#4694) ([2826c12](https://github.com/bitnami/charts/commit/2826c125b42505f28431301e3c1bbe5366e47a01)), closes [#4694](https://github.com/bitnami/charts/issues/4694) ## 1.0.1 (2020-12-11) -* [bitnami/aspnet-core] Release 1.0.1 updating components versions ([cd36e53](https://github.com/bitnami/charts/commit/cd36e53)) +* [bitnami/aspnet-core] Release 1.0.1 updating components versions ([cd36e53](https://github.com/bitnami/charts/commit/cd36e53fcbcc4c8c46e911921dc26e0cb426061a)) ## 1.0.0 (2020-11-11) -* [bitnami/aspnet-core] Major version. Adapt Chart to apiVersion: v2 (#4300) ([610f885](https://github.com/bitnami/charts/commit/610f885)), closes [#4300](https://github.com/bitnami/charts/issues/4300) +* [bitnami/aspnet-core] Major version. Adapt Chart to apiVersion: v2 (#4300) ([610f885](https://github.com/bitnami/charts/commit/610f8852e0b3d76d7f7074a5e3114f7a4b226f4e)), closes [#4300](https://github.com/bitnami/charts/issues/4300) ## 0.3.3 (2020-10-30) -* [bitnami/*] Extra manifests should be top-level (#4161) ([b3a95b7](https://github.com/bitnami/charts/commit/b3a95b7)), closes [#4161](https://github.com/bitnami/charts/issues/4161) -* [bitnami/*] Include link to Troubleshootin guide on README.md (#4136) ([c08a20e](https://github.com/bitnami/charts/commit/c08a20e)), closes [#4136](https://github.com/bitnami/charts/issues/4136) +* [bitnami/*] Extra manifests should be top-level (#4161) ([b3a95b7](https://github.com/bitnami/charts/commit/b3a95b701b611ab51924ae5665bcc8cd5ac56898)), closes [#4161](https://github.com/bitnami/charts/issues/4161) +* [bitnami/*] Include link to Troubleshootin guide on README.md (#4136) ([c08a20e](https://github.com/bitnami/charts/commit/c08a20e3db004215383004ff023a73fcc2522e72)), closes [#4136](https://github.com/bitnami/charts/issues/4136) ## 0.3.2 (2020-10-13) -* [bitnami/aspnet-core] Release 0.3.2 updating components versions ([c9a6093](https://github.com/bitnami/charts/commit/c9a6093)) +* [bitnami/aspnet-core] Release 0.3.2 updating components versions ([c9a6093](https://github.com/bitnami/charts/commit/c9a6093da530ec324b94503f4725042fe7edf399)) ## 0.3.1 (2020-10-05) -* [bitnami/aspnet-core] Release 0.3.1 updating components versions ([3349c1d](https://github.com/bitnami/charts/commit/3349c1d)) +* [bitnami/aspnet-core] Release 0.3.1 updating components versions ([3349c1d](https://github.com/bitnami/charts/commit/3349c1d2a2e900eecbf0ac4a85c1be09ee33311d)) ## 0.3.0 (2020-09-24) -* [bitnami/*] Affinity based on common presets (#3746) ([01884c7](https://github.com/bitnami/charts/commit/01884c7)), closes [#3746](https://github.com/bitnami/charts/issues/3746) +* [bitnami/*] Affinity based on common presets (#3746) ([01884c7](https://github.com/bitnami/charts/commit/01884c767c48c38e6fa4c2984bd1acd5d6d81f9e)), closes [#3746](https://github.com/bitnami/charts/issues/3746) ## 0.2.2 (2020-09-21) -* [bitnami/aspnet-core] Release 0.2.2 updating components versions ([47d2a6f](https://github.com/bitnami/charts/commit/47d2a6f)) +* [bitnami/aspnet-core] Release 0.2.2 updating components versions ([47d2a6f](https://github.com/bitnami/charts/commit/47d2a6f7a0a7cbb4d1a1791a244734801ee3295c)) ## 0.2.1 (2020-09-08) -* [bitnami/aspnet-core] Release 0.2.1 updating components versions ([dbd57a8](https://github.com/bitnami/charts/commit/dbd57a8)) -* [bitnami/metrics-server] Add source repo (#3577) ([1ed12f9](https://github.com/bitnami/charts/commit/1ed12f9)), closes [#3577](https://github.com/bitnami/charts/issues/3577) +* [bitnami/aspnet-core] Release 0.2.1 updating components versions ([dbd57a8](https://github.com/bitnami/charts/commit/dbd57a8d078ec266f69a1413621055a47bbb78f5)) +* [bitnami/metrics-server] Add source repo (#3577) ([1ed12f9](https://github.com/bitnami/charts/commit/1ed12f96af75322b46afdb2b3d9907c11b13f765)), closes [#3577](https://github.com/bitnami/charts/issues/3577) ## 0.2.0 (2020-08-20) -* aspnet-core - Adding the health ingress (#3454) ([f504598](https://github.com/bitnami/charts/commit/f504598)), closes [#3454](https://github.com/bitnami/charts/issues/3454) +* aspnet-core - Adding the health ingress (#3454) ([f504598](https://github.com/bitnami/charts/commit/f50459860d35e284d7dc03365af727a55a5a065f)), closes [#3454](https://github.com/bitnami/charts/issues/3454) ## 0.1.4 (2020-08-18) -* [bitnami/aspnet-core] Fix Ingress extra hosts (#3448) ([b1ba2a2](https://github.com/bitnami/charts/commit/b1ba2a2)), closes [#3448](https://github.com/bitnami/charts/issues/3448) +* [bitnami/aspnet-core] Fix Ingress extra hosts (#3448) ([b1ba2a2](https://github.com/bitnami/charts/commit/b1ba2a29f99441dffd7a991750790a100cebe42e)), closes [#3448](https://github.com/bitnami/charts/issues/3448) ## 0.1.3 (2020-08-12) -* [bitnami/aspnet-core] Release 0.1.3 updating components versions ([77f3cfe](https://github.com/bitnami/charts/commit/77f3cfe)) +* [bitnami/aspnet-core] Release 0.1.3 updating components versions ([77f3cfe](https://github.com/bitnami/charts/commit/77f3cfe9f0c51871008c5a3b84bd7a95d93c939f)) ## 0.1.2 (2020-08-05) -* [bitnami/*] Fix TL;DR typo in READMEs (#3280) ([3d7ab40](https://github.com/bitnami/charts/commit/3d7ab40)), closes [#3280](https://github.com/bitnami/charts/issues/3280) -* [bitnami/aspnet-core] Release 0.1.2 updating components versions ([a7d77ea](https://github.com/bitnami/charts/commit/a7d77ea)) +* [bitnami/*] Fix TL;DR typo in READMEs (#3280) ([3d7ab40](https://github.com/bitnami/charts/commit/3d7ab406fecd64f1af25f53e7d27f03ec95b29a4)), closes [#3280](https://github.com/bitnami/charts/issues/3280) +* [bitnami/aspnet-core] Release 0.1.2 updating components versions ([a7d77ea](https://github.com/bitnami/charts/commit/a7d77ead870ff1695db87546726dabcc1c05d732)) ## 0.1.1 (2020-07-17) -* [bitnami/aspnet-core] Release 0.1.1 updating components versions ([3250b3d](https://github.com/bitnami/charts/commit/3250b3d)) +* [bitnami/aspnet-core] Release 0.1.1 updating components versions ([3250b3d](https://github.com/bitnami/charts/commit/3250b3dfd96d1f5a20bf8e5d2a383259d1e8fcdd)) ## 0.1.0 (2020-07-17) -* [bitnami/aspnet-corel] New Chart (#2859) ([8f15048](https://github.com/bitnami/charts/commit/8f15048)), closes [#2859](https://github.com/bitnami/charts/issues/2859) +* [bitnami/aspnet-corel] New Chart (#2859) ([8f15048](https://github.com/bitnami/charts/commit/8f15048ff5ff7b0199f604047e60871e5ef7ab36)), closes [#2859](https://github.com/bitnami/charts/issues/2859) diff --git a/bitnami/aspnet-core/Chart.yaml b/bitnami/aspnet-core/Chart.yaml index 89dab8c8bb2f2c..8d4666c22a7982 100644 --- a/bitnami/aspnet-core/Chart.yaml +++ b/bitnami/aspnet-core/Chart.yaml @@ -6,13 +6,13 @@ annotations: licenses: Apache-2.0 images: | - name: aspnet-core - image: docker.io/bitnami/aspnet-core:8.0.5-debian-12-r0 + image: docker.io/bitnami/aspnet-core:8.0.6-debian-12-r0 - name: dotnet-sdk image: docker.io/bitnami/dotnet-sdk:8.0.300-debian-12-r0 - name: git image: docker.io/bitnami/git:2.45.1-debian-12-r0 apiVersion: v2 -appVersion: 8.0.5 +appVersion: 8.0.6 dependencies: - name: common repository: oci://registry-1.docker.io/bitnamicharts @@ -31,4 +31,4 @@ maintainers: name: aspnet-core sources: - https://github.com/bitnami/charts/tree/main/bitnami/aspnet-core -version: 6.1.0 +version: 6.1.1 diff --git a/bitnami/aspnet-core/values.yaml b/bitnami/aspnet-core/values.yaml index 1f0c1eba1a6819..e5bc9b405879b6 100644 --- a/bitnami/aspnet-core/values.yaml +++ b/bitnami/aspnet-core/values.yaml @@ -71,7 +71,7 @@ extraDeploy: [] image: registry: docker.io repository: bitnami/aspnet-core - tag: 8.0.5-debian-12-r0 + tag: 8.0.6-debian-12-r0 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' From 95d111b2c83fd7c0b7f0983ef3cadb31b6653b01 Mon Sep 17 00:00:00 2001 From: Andrew Melnick Date: Wed, 29 May 2024 00:23:27 -0600 Subject: [PATCH 059/110] [bitnami/harbor] Enable zero-secret output (#25453) * [harbor] Enable zero-secret output * Added value trivy.existingEnvVarsSecret * Added value jobservice.existingEnvVarsSecret * Moved redis URL from jobservice config secret to env vars secret * Switched jobservice config from Secret to ConfigMap now that no sensitive values are present * Don't create core service if it would be empty Signed-off-by: Andrew Melnick * Update CHANGELOG.md Signed-off-by: Bitnami Containers --------- Signed-off-by: Andrew Melnick Signed-off-by: Bitnami Containers Co-authored-by: Bitnami Containers --- bitnami/harbor/CHANGELOG.md | 920 +++++++++--------- bitnami/harbor/Chart.yaml | 2 +- bitnami/harbor/README.md | 2 + .../harbor/templates/core/core-secret.yaml | 2 + ...-secret.yaml => jobservice-cm-config.yaml} | 5 +- .../templates/jobservice/jobservice-dpl.yaml | 10 +- .../jobservice/jobservice-secret-envvars.yaml | 3 + .../templates/trivy/trivy-secret-envvars.yaml | 2 +- bitnami/harbor/templates/trivy/trivy-sts.yaml | 4 + bitnami/harbor/values.yaml | 15 + 10 files changed, 499 insertions(+), 466 deletions(-) rename bitnami/harbor/templates/jobservice/{jobservice-config-secret.yaml => jobservice-cm-config.yaml} (96%) diff --git a/bitnami/harbor/CHANGELOG.md b/bitnami/harbor/CHANGELOG.md index 4c26ceae111cc3..69133aa5beb924 100644 --- a/bitnami/harbor/CHANGELOG.md +++ b/bitnami/harbor/CHANGELOG.md @@ -1,1487 +1,1491 @@ # Changelog -## 21.2.1 (2024-05-22) +## 21.3.0 (2024-05-28) -* [bitnami/harbor] Use different liveness/readiness probes ([#26327](https://github.com/bitnami/charts/pulls/26327)) +* [bitnami/harbor] Enable zero-secret output ([#25453](https://github.com/bitnami/charts/pull/25453)) + +## 21.2.1 (2024-05-24) + +* [bitnami/harbor] Use different liveness/readiness probes (#26327) ([ea2df04](https://github.com/bitnami/charts/commit/ea2df04ff111d3e42fb49a88d6cac9099f20cd5d)), closes [#26327](https://github.com/bitnami/charts/issues/26327) ## 21.2.0 (2024-05-21) -* [bitnami/*] ci: :construction_worker: Add tag and changelog support (#25359) ([91c707c](https://github.com/bitnami/charts/commit/91c707c)), closes [#25359](https://github.com/bitnami/charts/issues/25359) -* [bitnami/harbor] feat: :sparkles: :lock: Add warning when original images are replaced (#26216) ([611ada1](https://github.com/bitnami/charts/commit/611ada1)), closes [#26216](https://github.com/bitnami/charts/issues/26216) +* [bitnami/*] ci: :construction_worker: Add tag and changelog support (#25359) ([91c707c](https://github.com/bitnami/charts/commit/91c707c9e4e574725a09505d2d313fb93f1b4c0a)), closes [#25359](https://github.com/bitnami/charts/issues/25359) +* [bitnami/harbor] feat: :sparkles: :lock: Add warning when original images are replaced (#26216) ([611ada1](https://github.com/bitnami/charts/commit/611ada102df45555ef37b321f984d9ae9117571b)), closes [#26216](https://github.com/bitnami/charts/issues/26216) ## 21.1.6 (2024-05-18) -* [bitnami/harbor] Release 21.1.6 updating components versions (#26097) ([e10625f](https://github.com/bitnami/charts/commit/e10625f)), closes [#26097](https://github.com/bitnami/charts/issues/26097) +* [bitnami/harbor] Release 21.1.6 updating components versions (#26097) ([e10625f](https://github.com/bitnami/charts/commit/e10625faaf986dc2fd691ccdd6ff67396001730f)), closes [#26097](https://github.com/bitnami/charts/issues/26097) ## 21.1.5 (2024-05-14) -* [bitnami/harbor] Release 21.1.5 updating components versions (#25834) ([bf4ec98](https://github.com/bitnami/charts/commit/bf4ec98)), closes [#25834](https://github.com/bitnami/charts/issues/25834) +* [bitnami/harbor] Release 21.1.5 updating components versions (#25834) ([bf4ec98](https://github.com/bitnami/charts/commit/bf4ec987317a31d07070221865330293afc47572)), closes [#25834](https://github.com/bitnami/charts/issues/25834) ## 21.1.4 (2024-05-13) -* [bitnami/harbor] Release 21.1.4 updating components versions (#25725) ([8ceceb4](https://github.com/bitnami/charts/commit/8ceceb4)), closes [#25725](https://github.com/bitnami/charts/issues/25725) +* [bitnami/harbor] Release 21.1.4 updating components versions (#25725) ([8ceceb4](https://github.com/bitnami/charts/commit/8ceceb4876cbb2da3fce29a663570eebb34c4cd0)), closes [#25725](https://github.com/bitnami/charts/issues/25725) ## 21.1.3 (2024-05-13) -* [bitnami/*] Change non-root and rolling-tags doc URLs (#25628) ([b067c94](https://github.com/bitnami/charts/commit/b067c94)), closes [#25628](https://github.com/bitnami/charts/issues/25628) -* [bitnami/*] Set new header/owner (#25558) ([8d1dc11](https://github.com/bitnami/charts/commit/8d1dc11)), closes [#25558](https://github.com/bitnami/charts/issues/25558) -* [bitnami/harbor] Release 21.1.3 updating components versions (#25722) ([9816716](https://github.com/bitnami/charts/commit/9816716)), closes [#25722](https://github.com/bitnami/charts/issues/25722) +* [bitnami/*] Change non-root and rolling-tags doc URLs (#25628) ([b067c94](https://github.com/bitnami/charts/commit/b067c94f6bcde427863c197fd355f0b5ba12ff5b)), closes [#25628](https://github.com/bitnami/charts/issues/25628) +* [bitnami/*] Set new header/owner (#25558) ([8d1dc11](https://github.com/bitnami/charts/commit/8d1dc11f5fb30db6fba50c43d7af59d2f79deed3)), closes [#25558](https://github.com/bitnami/charts/issues/25558) +* [bitnami/harbor] Release 21.1.3 updating components versions (#25722) ([9816716](https://github.com/bitnami/charts/commit/981671633cf37657e7778c56dd546bc344026f2c)), closes [#25722](https://github.com/bitnami/charts/issues/25722) ## 21.1.2 (2024-04-26) -* [bitnami/harbor] Release 21.1.2 updating components versions (#25405) ([9bc8b03](https://github.com/bitnami/charts/commit/9bc8b03)), closes [#25405](https://github.com/bitnami/charts/issues/25405) -* [bitnami/multiple charts] Fix typo: "NetworkPolice" vs "NetworkPolicy" (#25348) ([6970c1b](https://github.com/bitnami/charts/commit/6970c1b)), closes [#25348](https://github.com/bitnami/charts/issues/25348) -* Replace VMware by Broadcom copyright text (#25306) ([a5e4bd0](https://github.com/bitnami/charts/commit/a5e4bd0)), closes [#25306](https://github.com/bitnami/charts/issues/25306) +* [bitnami/harbor] Release 21.1.2 updating components versions (#25405) ([9bc8b03](https://github.com/bitnami/charts/commit/9bc8b03a51d68d17ced8a53108672d53fb6ff84a)), closes [#25405](https://github.com/bitnami/charts/issues/25405) +* [bitnami/multiple charts] Fix typo: "NetworkPolice" vs "NetworkPolicy" (#25348) ([6970c1b](https://github.com/bitnami/charts/commit/6970c1ba245873506e73d459c6eac1e4919b778f)), closes [#25348](https://github.com/bitnami/charts/issues/25348) +* Replace VMware by Broadcom copyright text (#25306) ([a5e4bd0](https://github.com/bitnami/charts/commit/a5e4bd0e35e419203793976a78d9d0a13de92c76)), closes [#25306](https://github.com/bitnami/charts/issues/25306) ## 21.1.1 (2024-04-10) -* [bitnami/harbor] Release 21.1.1 (#25120) ([948d6c6](https://github.com/bitnami/charts/commit/948d6c6)), closes [#25120](https://github.com/bitnami/charts/issues/25120) +* [bitnami/harbor] Release 21.1.1 (#25120) ([948d6c6](https://github.com/bitnami/charts/commit/948d6c6b668c36e09d549eca6a05cbd572e7328d)), closes [#25120](https://github.com/bitnami/charts/issues/25120) ## 21.1.0 (2024-04-05) -* Add support for Harbor s3 multipartcopythresholdsize (#24834) ([44528aa](https://github.com/bitnami/charts/commit/44528aa)), closes [#24834](https://github.com/bitnami/charts/issues/24834) -* Update resourcesPreset comments (#24467) ([92e3e8a](https://github.com/bitnami/charts/commit/92e3e8a)), closes [#24467](https://github.com/bitnami/charts/issues/24467) +* Add support for Harbor s3 multipartcopythresholdsize (#24834) ([44528aa](https://github.com/bitnami/charts/commit/44528aa041cf7cd31c2a2a5101593ecf6e4c684a)), closes [#24834](https://github.com/bitnami/charts/issues/24834) +* Update resourcesPreset comments (#24467) ([92e3e8a](https://github.com/bitnami/charts/commit/92e3e8a507326d2a20a8f10ab3e7746a2ec5c554)), closes [#24467](https://github.com/bitnami/charts/issues/24467) ## 21.0.0 (2024-04-02) -* [bitnami/harbor] feat!: :lock: :boom: Improve security defaults (#24648) ([8562138](https://github.com/bitnami/charts/commit/8562138)), closes [#24648](https://github.com/bitnami/charts/issues/24648) +* [bitnami/harbor] feat!: :lock: :boom: Improve security defaults (#24648) ([8562138](https://github.com/bitnami/charts/commit/8562138a8b44a553d2ca7fe1976e8ba71f962ea2)), closes [#24648](https://github.com/bitnami/charts/issues/24648) ## 20.1.3 (2024-03-18) -* [bitnami/*] Reorder Chart sections (#24455) ([0cf4048](https://github.com/bitnami/charts/commit/0cf4048)), closes [#24455](https://github.com/bitnami/charts/issues/24455) -* [bitnami/harbor] Release 20.1.3 (#24508) ([b156f2e](https://github.com/bitnami/charts/commit/b156f2e)), closes [#24508](https://github.com/bitnami/charts/issues/24508) -* Fix linter issues in markdown ([8991e37](https://github.com/bitnami/charts/commit/8991e37)) +* [bitnami/*] Reorder Chart sections (#24455) ([0cf4048](https://github.com/bitnami/charts/commit/0cf4048e8743f70a9753d460655bd030cbff6824)), closes [#24455](https://github.com/bitnami/charts/issues/24455) +* [bitnami/harbor] Release 20.1.3 (#24508) ([b156f2e](https://github.com/bitnami/charts/commit/b156f2efb38e5637faac61947356a9307e320809)), closes [#24508](https://github.com/bitnami/charts/issues/24508) +* Fix linter issues in markdown ([8991e37](https://github.com/bitnami/charts/commit/8991e37e0378cc300da6f42f7c012fd2c5723271)) ## 20.1.2 (2024-03-13) -* [bitnami/harbor] Update chart deps (#24396) ([5d4ef24](https://github.com/bitnami/charts/commit/5d4ef24)), closes [#24396](https://github.com/bitnami/charts/issues/24396) +* [bitnami/harbor] Update chart deps (#24396) ([5d4ef24](https://github.com/bitnami/charts/commit/5d4ef2440a0b4fb5f0da6853c90fded29944730c)), closes [#24396](https://github.com/bitnami/charts/issues/24396) ## 20.1.1 (2024-03-08) -* [bitnami/harbor] Release 20.1.1 updating components versions (#24291) ([641c598](https://github.com/bitnami/charts/commit/641c598)), closes [#24291](https://github.com/bitnami/charts/issues/24291) +* [bitnami/harbor] Release 20.1.1 updating components versions (#24291) ([641c598](https://github.com/bitnami/charts/commit/641c59883f6e1d4aa01d3cb78d94c89138f305aa)), closes [#24291](https://github.com/bitnami/charts/issues/24291) ## 20.1.0 (2024-03-06) -* [bitnami/harbor] feat: :sparkles: :lock: Add automatic adaptation for Openshift restricted-v2 SCC (# ([e9052a2](https://github.com/bitnami/charts/commit/e9052a2)), closes [#24093](https://github.com/bitnami/charts/issues/24093) +* [bitnami/harbor] feat: :sparkles: :lock: Add automatic adaptation for Openshift restricted-v2 SCC (# ([e9052a2](https://github.com/bitnami/charts/commit/e9052a282b359747492cf11958addfe25dc1cd12)), closes [#24093](https://github.com/bitnami/charts/issues/24093) ## 20.0.0 (2024-03-04) -* [bitnami/harbor] Update bundled PostgreSQL (#24028) ([896b8f2](https://github.com/bitnami/charts/commit/896b8f2)), closes [#24028](https://github.com/bitnami/charts/issues/24028) +* [bitnami/harbor] Update bundled PostgreSQL (#24028) ([896b8f2](https://github.com/bitnami/charts/commit/896b8f2c610120707aa34fa0d3b5d5ab5536e22b)), closes [#24028](https://github.com/bitnami/charts/issues/24028) ## 19.9.0 (2024-02-27) -* [bitnami/harbor] feat: :sparkles: :lock: Add readOnlyRootFilesystem support (#23914) ([6925aa1](https://github.com/bitnami/charts/commit/6925aa1)), closes [#23914](https://github.com/bitnami/charts/issues/23914) +* [bitnami/harbor] feat: :sparkles: :lock: Add readOnlyRootFilesystem support (#23914) ([6925aa1](https://github.com/bitnami/charts/commit/6925aa1591a2cd364d1704860a86a6f0315b3723)), closes [#23914](https://github.com/bitnami/charts/issues/23914) ## 19.8.2 (2024-02-21) -* [bitnami/harbor] Release 19.8.2 updating components versions (#23765) ([0811816](https://github.com/bitnami/charts/commit/0811816)), closes [#23765](https://github.com/bitnami/charts/issues/23765) +* [bitnami/harbor] Release 19.8.2 updating components versions (#23765) ([0811816](https://github.com/bitnami/charts/commit/0811816b9d8ab5caf4ea0b0003f53bc600431d46)), closes [#23765](https://github.com/bitnami/charts/issues/23765) ## 19.8.1 (2024-02-21) -* [bitnami/harbor] Release 19.8.1 updating components versions (#23657) ([5753cd4](https://github.com/bitnami/charts/commit/5753cd4)), closes [#23657](https://github.com/bitnami/charts/issues/23657) +* [bitnami/harbor] Release 19.8.1 updating components versions (#23657) ([5753cd4](https://github.com/bitnami/charts/commit/5753cd466c4f08d8c83e802289199fac3136ba46)), closes [#23657](https://github.com/bitnami/charts/issues/23657) ## 19.8.0 (2024-02-20) -* [bitnami/*] Bump all versions (#23602) ([b70ee2a](https://github.com/bitnami/charts/commit/b70ee2a)), closes [#23602](https://github.com/bitnami/charts/issues/23602) +* [bitnami/*] Bump all versions (#23602) ([b70ee2a](https://github.com/bitnami/charts/commit/b70ee2a30e4dc256bf0ac52928fb2fa7a70f049b)), closes [#23602](https://github.com/bitnami/charts/issues/23602) ## 19.7.0 (2024-02-16) -* [bitnami/harbor] feat: :sparkles: :lock: Add resource preset support (#23461) ([8078caf](https://github.com/bitnami/charts/commit/8078caf)), closes [#23461](https://github.com/bitnami/charts/issues/23461) +* [bitnami/harbor] feat: :sparkles: :lock: Add resource preset support (#23461) ([8078caf](https://github.com/bitnami/charts/commit/8078caf8a00a423a572ee41dd9ada357529ccbfc)), closes [#23461](https://github.com/bitnami/charts/issues/23461) ## 19.6.0 (2024-02-12) -* [bitnami/harbor] feat: :lock: Enable networkPolicy (#23205) ([3436bc4](https://github.com/bitnami/charts/commit/3436bc4)), closes [#23205](https://github.com/bitnami/charts/issues/23205) +* [bitnami/harbor] feat: :lock: Enable networkPolicy (#23205) ([3436bc4](https://github.com/bitnami/charts/commit/3436bc4e7c2e79c3bc98625b547026928719efd9)), closes [#23205](https://github.com/bitnami/charts/issues/23205) ## 19.5.0 (2024-02-05) -* [bitnami/harbor] add ability to set serviceAccountName (#22686) ([b1ca2a3](https://github.com/bitnami/charts/commit/b1ca2a3)), closes [#22686](https://github.com/bitnami/charts/issues/22686) +* [bitnami/harbor] add ability to set serviceAccountName (#22686) ([b1ca2a3](https://github.com/bitnami/charts/commit/b1ca2a34141a5d1641e08a2125c0abad01426844)), closes [#22686](https://github.com/bitnami/charts/issues/22686) ## 19.4.2 (2024-02-03) -* [bitnami/harbor] Release 19.4.2 updating components versions (#23165) ([9ccfd0b](https://github.com/bitnami/charts/commit/9ccfd0b)), closes [#23165](https://github.com/bitnami/charts/issues/23165) +* [bitnami/harbor] Release 19.4.2 updating components versions (#23165) ([9ccfd0b](https://github.com/bitnami/charts/commit/9ccfd0b4d2acae203e6f96010eb1a44fbc69d3e7)), closes [#23165](https://github.com/bitnami/charts/issues/23165) ## 19.4.1 (2024-01-26) -* [bitnami/*] Move documentation sections from docs.bitnami.com back to the README (#22203) ([7564f36](https://github.com/bitnami/charts/commit/7564f36)), closes [#22203](https://github.com/bitnami/charts/issues/22203) -* [bitnami/harbor] fix: :bug: Set seLinuxOptions to null for Openshift compatibility (#22598) ([b0cae44](https://github.com/bitnami/charts/commit/b0cae44)), closes [#22598](https://github.com/bitnami/charts/issues/22598) +* [bitnami/*] Move documentation sections from docs.bitnami.com back to the README (#22203) ([7564f36](https://github.com/bitnami/charts/commit/7564f36ca1e95ff30ee686652b7ab8690561a707)), closes [#22203](https://github.com/bitnami/charts/issues/22203) +* [bitnami/harbor] fix: :bug: Set seLinuxOptions to null for Openshift compatibility (#22598) ([b0cae44](https://github.com/bitnami/charts/commit/b0cae4490fbd7c436ec9c297f7bb8e758f1a2ddc)), closes [#22598](https://github.com/bitnami/charts/issues/22598) ## 19.4.0 (2024-01-22) -* [bitnami/harbor] fix: :lock: Move service-account token auto-mount to pod declaration (#22411) ([ae2c58e](https://github.com/bitnami/charts/commit/ae2c58e)), closes [#22411](https://github.com/bitnami/charts/issues/22411) +* [bitnami/harbor] fix: :lock: Move service-account token auto-mount to pod declaration (#22411) ([ae2c58e](https://github.com/bitnami/charts/commit/ae2c58ef37d6bfac99b1de0c5910682003bb882d)), closes [#22411](https://github.com/bitnami/charts/issues/22411) ## 19.3.1 (2024-01-18) -* [bitnami/harbor] Release 19.3.1 updating components versions (#22296) ([992dc6d](https://github.com/bitnami/charts/commit/992dc6d)), closes [#22296](https://github.com/bitnami/charts/issues/22296) +* [bitnami/harbor] Release 19.3.1 updating components versions (#22296) ([992dc6d](https://github.com/bitnami/charts/commit/992dc6de75cde10674a520305514946f7e93b858)), closes [#22296](https://github.com/bitnami/charts/issues/22296) ## 19.3.0 (2024-01-17) -* [bitnami/*] Fix docs.bitnami.com broken links (#21901) ([f35506d](https://github.com/bitnami/charts/commit/f35506d)), closes [#21901](https://github.com/bitnami/charts/issues/21901) -* [bitnami/*] Fix ref links (in comments) (#21822) ([e4fa296](https://github.com/bitnami/charts/commit/e4fa296)), closes [#21822](https://github.com/bitnami/charts/issues/21822) -* [bitnami/*] Update copyright: Year and company (#21815) ([6c4bf75](https://github.com/bitnami/charts/commit/6c4bf75)), closes [#21815](https://github.com/bitnami/charts/issues/21815) -* [bitnami/harbor] fix: :lock: Improve podSecurityContext and containerSecurityContext with essential ([1ff1141](https://github.com/bitnami/charts/commit/1ff1141)), closes [#22129](https://github.com/bitnami/charts/issues/22129) +* [bitnami/*] Fix docs.bitnami.com broken links (#21901) ([f35506d](https://github.com/bitnami/charts/commit/f35506d2dadee4f097986e7792df1f53ab215b5d)), closes [#21901](https://github.com/bitnami/charts/issues/21901) +* [bitnami/*] Fix ref links (in comments) (#21822) ([e4fa296](https://github.com/bitnami/charts/commit/e4fa296106b225cf8c82445727c675c7c725e380)), closes [#21822](https://github.com/bitnami/charts/issues/21822) +* [bitnami/*] Update copyright: Year and company (#21815) ([6c4bf75](https://github.com/bitnami/charts/commit/6c4bf75dec58fc7c9aee9f089777b1a858c17d5b)), closes [#21815](https://github.com/bitnami/charts/issues/21815) +* [bitnami/harbor] fix: :lock: Improve podSecurityContext and containerSecurityContext with essential ([1ff1141](https://github.com/bitnami/charts/commit/1ff114100d2965daa20883a8bcd708ebccbe3fd7)), closes [#22129](https://github.com/bitnami/charts/issues/22129) ## 19.2.3 (2023-12-20) -* [bitnami/harbor] Release 19.2.3 updating components versions (#21707) ([f285b21](https://github.com/bitnami/charts/commit/f285b21)), closes [#21707](https://github.com/bitnami/charts/issues/21707) +* [bitnami/harbor] Release 19.2.3 updating components versions (#21707) ([f285b21](https://github.com/bitnami/charts/commit/f285b21798b4355d9ef40a361074c92964012d37)), closes [#21707](https://github.com/bitnami/charts/issues/21707) ## 19.2.2 (2023-12-20) -* [bitnami/harbor] Release 19.2.2 updating components versions (#21706) ([8cfaa73](https://github.com/bitnami/charts/commit/8cfaa73)), closes [#21706](https://github.com/bitnami/charts/issues/21706) +* [bitnami/harbor] Release 19.2.2 updating components versions (#21706) ([8cfaa73](https://github.com/bitnami/charts/commit/8cfaa738ebdad36cf0cc9eb271aaf98a3f4b5287)), closes [#21706](https://github.com/bitnami/charts/issues/21706) ## 19.2.1 (2023-11-21) -* [bitnami/*] Rename solutions to "Bitnami package for ..." (#21038) ([b82f979](https://github.com/bitnami/charts/commit/b82f979)), closes [#21038](https://github.com/bitnami/charts/issues/21038) -* [bitnami/harbor] Release 19.2.1 updating components versions (#21122) ([f5f0bdb](https://github.com/bitnami/charts/commit/f5f0bdb)), closes [#21122](https://github.com/bitnami/charts/issues/21122) +* [bitnami/*] Rename solutions to "Bitnami package for ..." (#21038) ([b82f979](https://github.com/bitnami/charts/commit/b82f979e4fb63423fe6e2192c946d09d79c944fc)), closes [#21038](https://github.com/bitnami/charts/issues/21038) +* [bitnami/harbor] Release 19.2.1 updating components versions (#21122) ([f5f0bdb](https://github.com/bitnami/charts/commit/f5f0bdb3a940875e6ed1da38b0e246cfa189e2a3)), closes [#21122](https://github.com/bitnami/charts/issues/21122) ## 19.2.0 (2023-11-20) -* [bitnami/*] Remove relative links to non-README sections, add verification for that and update TL;DR ([1103633](https://github.com/bitnami/charts/commit/1103633)), closes [#20967](https://github.com/bitnami/charts/issues/20967) -* [bitnami/harbor] remove scandata persistence on jobservice (#20943) ([d480d97](https://github.com/bitnami/charts/commit/d480d97)), closes [#20943](https://github.com/bitnami/charts/issues/20943) +* [bitnami/*] Remove relative links to non-README sections, add verification for that and update TL;DR ([1103633](https://github.com/bitnami/charts/commit/11036334d82df0490aa4abdb591543cab6cf7d7f)), closes [#20967](https://github.com/bitnami/charts/issues/20967) +* [bitnami/harbor] remove scandata persistence on jobservice (#20943) ([d480d97](https://github.com/bitnami/charts/commit/d480d9783fe01cb99fbbc13796b222a3c733e53e)), closes [#20943](https://github.com/bitnami/charts/issues/20943) ## 19.1.2 (2023-11-15) -* [bitnami/harbor] Release 19.1.2 updating components versions (#20985) ([0a0a197](https://github.com/bitnami/charts/commit/0a0a197)), closes [#20985](https://github.com/bitnami/charts/issues/20985) +* [bitnami/harbor] Release 19.1.2 updating components versions (#20985) ([0a0a197](https://github.com/bitnami/charts/commit/0a0a197b4105f1063dac4c261cb4dff0d7fc8364)), closes [#20985](https://github.com/bitnami/charts/issues/20985) ## 19.1.1 (2023-11-10) -* [bitnami/harbor] Release 19.1.1 updating components versions (#20886) ([d32566e](https://github.com/bitnami/charts/commit/d32566e)), closes [#20886](https://github.com/bitnami/charts/issues/20886) +* [bitnami/harbor] Release 19.1.1 updating components versions (#20886) ([d32566e](https://github.com/bitnami/charts/commit/d32566e1b2ed2789fce4f62a413dc2c47e0328e2)), closes [#20886](https://github.com/bitnami/charts/issues/20886) ## 19.1.0 (2023-10-31) -* [bitnami/*] Rename VMware Application Catalog (#20361) ([3acc734](https://github.com/bitnami/charts/commit/3acc734)), closes [#20361](https://github.com/bitnami/charts/issues/20361) -* [bitnami/*] Skip image's tag in the README files of the Bitnami Charts (#19841) ([bb9a01b](https://github.com/bitnami/charts/commit/bb9a01b)), closes [#19841](https://github.com/bitnami/charts/issues/19841) -* [bitnami/*] Standardize documentation (#19835) ([af5f753](https://github.com/bitnami/charts/commit/af5f753)), closes [#19835](https://github.com/bitnami/charts/issues/19835) -* [bitnami/harbor] feat: :sparkles: Add support for PSA restricted policy (#20449) ([365bd86](https://github.com/bitnami/charts/commit/365bd86)), closes [#20449](https://github.com/bitnami/charts/issues/20449) +* [bitnami/*] Rename VMware Application Catalog (#20361) ([3acc734](https://github.com/bitnami/charts/commit/3acc73472beb6fb56c4d99f929061001205bc57e)), closes [#20361](https://github.com/bitnami/charts/issues/20361) +* [bitnami/*] Skip image's tag in the README files of the Bitnami Charts (#19841) ([bb9a01b](https://github.com/bitnami/charts/commit/bb9a01b65911c87e48318db922cc05eb42785e42)), closes [#19841](https://github.com/bitnami/charts/issues/19841) +* [bitnami/*] Standardize documentation (#19835) ([af5f753](https://github.com/bitnami/charts/commit/af5f7530c1bc8c5ded53a6c4f7b8f384ac1804f2)), closes [#19835](https://github.com/bitnami/charts/issues/19835) +* [bitnami/harbor] feat: :sparkles: Add support for PSA restricted policy (#20449) ([365bd86](https://github.com/bitnami/charts/commit/365bd8624b270afb41430d385fded9a36916388e)), closes [#20449](https://github.com/bitnami/charts/issues/20449) ## 19.0.5 (2023-10-12) -* [bitnami/harbor] Release 19.0.5 (#20142) ([24a9382](https://github.com/bitnami/charts/commit/24a9382)), closes [#20142](https://github.com/bitnami/charts/issues/20142) +* [bitnami/harbor] Release 19.0.5 (#20142) ([24a9382](https://github.com/bitnami/charts/commit/24a938254a00d2d4b313216234d2a2c89ae77f5c)), closes [#20142](https://github.com/bitnami/charts/issues/20142) ## 19.0.4 (2023-10-10) -* [bitnami/harbor] Fix: volume permissions not updating the folder root and scandata (#19837) ([9fbaaea](https://github.com/bitnami/charts/commit/9fbaaea)), closes [#19837](https://github.com/bitnami/charts/issues/19837) +* [bitnami/harbor] Fix: volume permissions not updating the folder root and scandata (#19837) ([9fbaaea](https://github.com/bitnami/charts/commit/9fbaaea4de7ac062477988400c7552cda7bd454f)), closes [#19837](https://github.com/bitnami/charts/issues/19837) ## 19.0.3 (2023-10-10) -* [bitnami/harbor] Release 19.0.3 (#19975) ([a1cafed](https://github.com/bitnami/charts/commit/a1cafed)), closes [#19975](https://github.com/bitnami/charts/issues/19975) +* [bitnami/harbor] Release 19.0.3 (#19975) ([a1cafed](https://github.com/bitnami/charts/commit/a1cafedee7c797c4bd0535696c5eb6fe510c9621)), closes [#19975](https://github.com/bitnami/charts/issues/19975) ## 19.0.2 (2023-10-10) -* [bitnami/harbor] Release 19.0.2 (#19956) ([49209f2](https://github.com/bitnami/charts/commit/49209f2)), closes [#19956](https://github.com/bitnami/charts/issues/19956) +* [bitnami/harbor] Release 19.0.2 (#19956) ([49209f2](https://github.com/bitnami/charts/commit/49209f2e77c263a29aec9ccbba26b60558db409e)), closes [#19956](https://github.com/bitnami/charts/issues/19956) ## 19.0.1 (2023-10-09) -* [bitnami/*] Update Helm charts prerequisites (#19745) ([eb755dd](https://github.com/bitnami/charts/commit/eb755dd)), closes [#19745](https://github.com/bitnami/charts/issues/19745) -* [bitnami/harbor] Release 19.0.1 (#19914) ([4275cc5](https://github.com/bitnami/charts/commit/4275cc5)), closes [#19914](https://github.com/bitnami/charts/issues/19914) +* [bitnami/*] Update Helm charts prerequisites (#19745) ([eb755dd](https://github.com/bitnami/charts/commit/eb755dd36a4dd3cf6635be8e0598f9a7f4c4a554)), closes [#19745](https://github.com/bitnami/charts/issues/19745) +* [bitnami/harbor] Release 19.0.1 (#19914) ([4275cc5](https://github.com/bitnami/charts/commit/4275cc5d178a33caedf45b060a08ab30864b0cc2)), closes [#19914](https://github.com/bitnami/charts/issues/19914) ## 19.0.0 (2023-09-29) -* [bitnami/harbor] Update dependencies (#19614) ([0fe0fc0](https://github.com/bitnami/charts/commit/0fe0fc0)), closes [#19614](https://github.com/bitnami/charts/issues/19614) +* [bitnami/harbor] Update dependencies (#19614) ([0fe0fc0](https://github.com/bitnami/charts/commit/0fe0fc0f1ff7ee0bb9acc620dc5cb4a18db5b01a)), closes [#19614](https://github.com/bitnami/charts/issues/19614) ## 18.0.3 (2023-09-26) -* [bitnami/harbor] Release 18.0.3 (#19553) ([e61fa1b](https://github.com/bitnami/charts/commit/e61fa1b)), closes [#19553](https://github.com/bitnami/charts/issues/19553) +* [bitnami/harbor] Release 18.0.3 (#19553) ([e61fa1b](https://github.com/bitnami/charts/commit/e61fa1b54f7e651d05de26b93c6a66294754aa7d)), closes [#19553](https://github.com/bitnami/charts/issues/19553) ## 18.0.2 (2023-09-26) -* [bitnami/harbor] Release 18.0.2 (#19552) ([50b4f1a](https://github.com/bitnami/charts/commit/50b4f1a)), closes [#19552](https://github.com/bitnami/charts/issues/19552) +* [bitnami/harbor] Release 18.0.2 (#19552) ([50b4f1a](https://github.com/bitnami/charts/commit/50b4f1a5184c007d1a3b14cd1779170d2cf97920)), closes [#19552](https://github.com/bitnami/charts/issues/19552) ## 18.0.1 (2023-09-19) -* [bitnami/harbor] Release 18.0.1 (#19402) ([b949147](https://github.com/bitnami/charts/commit/b949147)), closes [#19402](https://github.com/bitnami/charts/issues/19402) +* [bitnami/harbor] Release 18.0.1 (#19402) ([b949147](https://github.com/bitnami/charts/commit/b9491476e513dc4e512217d9e84b2b61b9364c38)), closes [#19402](https://github.com/bitnami/charts/issues/19402) ## 18.0.0 (2023-09-19) -* [bitnami/harbor] Remove references to harbor notary server and harbor notary signer (#19359) ([6a7dacd](https://github.com/bitnami/charts/commit/6a7dacd)), closes [#19359](https://github.com/bitnami/charts/issues/19359) +* [bitnami/harbor] Remove references to harbor notary server and harbor notary signer (#19359) ([6a7dacd](https://github.com/bitnami/charts/commit/6a7dacd9177d6c5a45260e6c5547c0aac18794a0)), closes [#19359](https://github.com/bitnami/charts/issues/19359) ## 17.1.3 (2023-09-19) -* [bitnami/harbor] Use different app.kubernetes.io/version label on subcomponents (#19338) ([8f04c08](https://github.com/bitnami/charts/commit/8f04c08)), closes [#19338](https://github.com/bitnami/charts/issues/19338) +* [bitnami/harbor] Use different app.kubernetes.io/version label on subcomponents (#19338) ([8f04c08](https://github.com/bitnami/charts/commit/8f04c08995dfaae1d1aad3689a9a9529777eaaee)), closes [#19338](https://github.com/bitnami/charts/issues/19338) ## 17.1.2 (2023-09-18) -* [bitnami/harbor] Release 17.1.2 (#19358) ([559d38e](https://github.com/bitnami/charts/commit/559d38e)), closes [#19358](https://github.com/bitnami/charts/issues/19358) -* Autogenerate schema files (#19194) ([a2c2090](https://github.com/bitnami/charts/commit/a2c2090)), closes [#19194](https://github.com/bitnami/charts/issues/19194) -* Revert "Autogenerate schema files (#19194)" (#19335) ([73d80be](https://github.com/bitnami/charts/commit/73d80be)), closes [#19194](https://github.com/bitnami/charts/issues/19194) [#19335](https://github.com/bitnami/charts/issues/19335) +* [bitnami/harbor] Release 17.1.2 (#19358) ([559d38e](https://github.com/bitnami/charts/commit/559d38ebef8587459a2efa0fae6a8518978c3201)), closes [#19358](https://github.com/bitnami/charts/issues/19358) +* Autogenerate schema files (#19194) ([a2c2090](https://github.com/bitnami/charts/commit/a2c2090b5ac97f47b745c8028c6452bf99739772)), closes [#19194](https://github.com/bitnami/charts/issues/19194) +* Revert "Autogenerate schema files (#19194)" (#19335) ([73d80be](https://github.com/bitnami/charts/commit/73d80be525c88fb4b8a54451a55acd506e337062)), closes [#19194](https://github.com/bitnami/charts/issues/19194) [#19335](https://github.com/bitnami/charts/issues/19335) ## 17.1.1 (2023-09-08) -* [bitnami/harbor]: Use merge helper (#19049) ([09e8b9c](https://github.com/bitnami/charts/commit/09e8b9c)), closes [#19049](https://github.com/bitnami/charts/issues/19049) +* [bitnami/harbor]: Use merge helper (#19049) ([09e8b9c](https://github.com/bitnami/charts/commit/09e8b9c4cbb8ae9a48a08ade2d27ac18467f5ba4)), closes [#19049](https://github.com/bitnami/charts/issues/19049) ## 17.1.0 (2023-08-29) -* [bitnami/harbor] Support for customizing standard labels (#18537) ([2ac1ad8](https://github.com/bitnami/charts/commit/2ac1ad8)), closes [#18537](https://github.com/bitnami/charts/issues/18537) +* [bitnami/harbor] Support for customizing standard labels (#18537) ([2ac1ad8](https://github.com/bitnami/charts/commit/2ac1ad8501533a5d552cb012be0571b25f916d15)), closes [#18537](https://github.com/bitnami/charts/issues/18537) ## 17.0.0 (2023-08-28) -* [bitnami/harbor] Update Redis' subchart (#18896) ([0dca708](https://github.com/bitnami/charts/commit/0dca708)), closes [#18896](https://github.com/bitnami/charts/issues/18896) +* [bitnami/harbor] Update Redis' subchart (#18896) ([0dca708](https://github.com/bitnami/charts/commit/0dca708c82f997575952b0b1ab15f29078ab3458)), closes [#18896](https://github.com/bitnami/charts/issues/18896) ## 16.7.4 (2023-08-09) -* [bitnami/harbor] Fix redis address if using sentinel (#17867) ([088823f](https://github.com/bitnami/charts/commit/088823f)), closes [#17867](https://github.com/bitnami/charts/issues/17867) +* [bitnami/harbor] Fix redis address if using sentinel (#17867) ([088823f](https://github.com/bitnami/charts/commit/088823f749de6c56df629d49775fe38e23e1f5b9)), closes [#17867](https://github.com/bitnami/charts/issues/17867) ## 16.7.3 (2023-08-07) -* [bitnami/harbor] Release 16.7.3 (#18238) ([494f4e8](https://github.com/bitnami/charts/commit/494f4e8)), closes [#18238](https://github.com/bitnami/charts/issues/18238) +* [bitnami/harbor] Release 16.7.3 (#18238) ([494f4e8](https://github.com/bitnami/charts/commit/494f4e88ed2e6098aa15a07b24e40d7882495e0f)), closes [#18238](https://github.com/bitnami/charts/issues/18238) ## 16.7.2 (2023-07-25) -* [bitnami/harbor] Release 16.7.2 (#17906) ([e68f275](https://github.com/bitnami/charts/commit/e68f275)), closes [#17906](https://github.com/bitnami/charts/issues/17906) +* [bitnami/harbor] Release 16.7.2 (#17906) ([e68f275](https://github.com/bitnami/charts/commit/e68f2750af5bc9ad4c80dd31235e251aaeeaaba7)), closes [#17906](https://github.com/bitnami/charts/issues/17906) ## 16.7.1 (2023-07-15) -* [bitnami/harbor] Release 16.7.1 (#17643) ([7b28592](https://github.com/bitnami/charts/commit/7b28592)), closes [#17643](https://github.com/bitnami/charts/issues/17643) +* [bitnami/harbor] Release 16.7.1 (#17643) ([7b28592](https://github.com/bitnami/charts/commit/7b285927f5c22b9976d47be7a69b4ab660705e57)), closes [#17643](https://github.com/bitnami/charts/issues/17643) ## 16.7.0 (2023-06-26) -* [bitnami/harbor] Add existingSecret to exporter (#16881) ([ebe096d](https://github.com/bitnami/charts/commit/ebe096d)), closes [#16881](https://github.com/bitnami/charts/issues/16881) -* Add copyright header (#17300) ([da68be8](https://github.com/bitnami/charts/commit/da68be8)), closes [#17300](https://github.com/bitnami/charts/issues/17300) +* [bitnami/harbor] Add existingSecret to exporter (#16881) ([ebe096d](https://github.com/bitnami/charts/commit/ebe096de5a99d123df1bdc7f5e38ec7cfc1bd27a)), closes [#16881](https://github.com/bitnami/charts/issues/16881) +* Add copyright header (#17300) ([da68be8](https://github.com/bitnami/charts/commit/da68be8e951225133c7dfb572d5101ca3d61c5ae)), closes [#17300](https://github.com/bitnami/charts/issues/17300) ## 16.6.8 (2023-06-22) -* [bitnami/harbor] Release 16.6.8 (#17304) ([e539271](https://github.com/bitnami/charts/commit/e539271)), closes [#17304](https://github.com/bitnami/charts/issues/17304) -* Update charts readme (#17217) ([31b3c0a](https://github.com/bitnami/charts/commit/31b3c0a)), closes [#17217](https://github.com/bitnami/charts/issues/17217) +* [bitnami/harbor] Release 16.6.8 (#17304) ([e539271](https://github.com/bitnami/charts/commit/e53927168977cfefcd66d2f8920e6893f36d3f24)), closes [#17304](https://github.com/bitnami/charts/issues/17304) +* Update charts readme (#17217) ([31b3c0a](https://github.com/bitnami/charts/commit/31b3c0afd968ff4429107e34101f7509e6a0e913)), closes [#17217](https://github.com/bitnami/charts/issues/17217) ## 16.6.7 (2023-06-06) -* [bitnami/*] Change copyright section in READMEs (#17006) ([ef986a1](https://github.com/bitnami/charts/commit/ef986a1)), closes [#17006](https://github.com/bitnami/charts/issues/17006) -* [bitnami/harbor] Remove Chartmuseum dependency (#17027) ([5b6aeda](https://github.com/bitnami/charts/commit/5b6aeda)), closes [#17027](https://github.com/bitnami/charts/issues/17027) -* [bitnami/several] Change copyright section in READMEs (#16989) ([5b6a5cf](https://github.com/bitnami/charts/commit/5b6a5cf)), closes [#16989](https://github.com/bitnami/charts/issues/16989) +* [bitnami/*] Change copyright section in READMEs (#17006) ([ef986a1](https://github.com/bitnami/charts/commit/ef986a1605241102b3dcafe9fd8089e6fc1201ad)), closes [#17006](https://github.com/bitnami/charts/issues/17006) +* [bitnami/harbor] Remove Chartmuseum dependency (#17027) ([5b6aeda](https://github.com/bitnami/charts/commit/5b6aedacee8f5a695317963463b02752fa9701cd)), closes [#17027](https://github.com/bitnami/charts/issues/17027) +* [bitnami/several] Change copyright section in READMEs (#16989) ([5b6a5cf](https://github.com/bitnami/charts/commit/5b6a5cfb7625a751848a2e5cd796bd7278f406ca)), closes [#16989](https://github.com/bitnami/charts/issues/16989) ## 16.6.6 (2023-05-23) -* [bitnami/harbor] Release 16.6.6 (#16880) ([8963389](https://github.com/bitnami/charts/commit/8963389)), closes [#16880](https://github.com/bitnami/charts/issues/16880) +* [bitnami/harbor] Release 16.6.6 (#16880) ([8963389](https://github.com/bitnami/charts/commit/89633890d974ef7f43c97bd85296215eff7d492b)), closes [#16880](https://github.com/bitnami/charts/issues/16880) ## 16.6.5 (2023-05-21) -* [bitnami/harbor] Release 16.6.5 (#16818) ([2d72b40](https://github.com/bitnami/charts/commit/2d72b40)), closes [#16818](https://github.com/bitnami/charts/issues/16818) +* [bitnami/harbor] Release 16.6.5 (#16818) ([2d72b40](https://github.com/bitnami/charts/commit/2d72b40fb4bbef75f6cc05e584ecbbe6902812c4)), closes [#16818](https://github.com/bitnami/charts/issues/16818) ## 16.6.4 (2023-05-16) -* [bitnami/harbor] Release 16.6.4 (#16687) ([0ae12ab](https://github.com/bitnami/charts/commit/0ae12ab)), closes [#16687](https://github.com/bitnami/charts/issues/16687) +* [bitnami/harbor] Release 16.6.4 (#16687) ([0ae12ab](https://github.com/bitnami/charts/commit/0ae12ab65b80fe558df1544075d23e1bc1495b6c)), closes [#16687](https://github.com/bitnami/charts/issues/16687) ## 16.6.3 (2023-05-15) -* [bitnami/harbor] Release 16.6.3 (#16658) ([15b42b1](https://github.com/bitnami/charts/commit/15b42b1)), closes [#16658](https://github.com/bitnami/charts/issues/16658) +* [bitnami/harbor] Release 16.6.3 (#16658) ([15b42b1](https://github.com/bitnami/charts/commit/15b42b166388267685866517c9c08bf173020ae0)), closes [#16658](https://github.com/bitnami/charts/issues/16658) ## 16.6.2 (2023-05-12) -* [bitnami/harbor] Release 16.6.2 (#16632) ([13c1b6f](https://github.com/bitnami/charts/commit/13c1b6f)), closes [#16632](https://github.com/bitnami/charts/issues/16632) +* [bitnami/harbor] Release 16.6.2 (#16632) ([13c1b6f](https://github.com/bitnami/charts/commit/13c1b6f0b126f0e9c580d75d40682832419ec7b2)), closes [#16632](https://github.com/bitnami/charts/issues/16632) ## 16.6.1 (2023-05-12) -* [bitnami/harbor] Release 16.6.1 (#16605) ([1c7e2e9](https://github.com/bitnami/charts/commit/1c7e2e9)), closes [#16605](https://github.com/bitnami/charts/issues/16605) -* Add wording for enterprise page (#16560) ([8f22774](https://github.com/bitnami/charts/commit/8f22774)), closes [#16560](https://github.com/bitnami/charts/issues/16560) +* [bitnami/harbor] Release 16.6.1 (#16605) ([1c7e2e9](https://github.com/bitnami/charts/commit/1c7e2e9adbd7ecdb74ab5ffbf82cec3d4120e9db)), closes [#16605](https://github.com/bitnami/charts/issues/16605) +* Add wording for enterprise page (#16560) ([8f22774](https://github.com/bitnami/charts/commit/8f2277440b976d52785ba9149762ad8620a73d1f)), closes [#16560](https://github.com/bitnami/charts/issues/16560) ## 16.6.0 (2023-05-09) -* [bitnami/several] Adapt Chart.yaml to set desired OCI annotations (#16546) ([fc9b18f](https://github.com/bitnami/charts/commit/fc9b18f)), closes [#16546](https://github.com/bitnami/charts/issues/16546) +* [bitnami/several] Adapt Chart.yaml to set desired OCI annotations (#16546) ([fc9b18f](https://github.com/bitnami/charts/commit/fc9b18f2e98805d4df629acbcde696f44f973344)), closes [#16546](https://github.com/bitnami/charts/issues/16546) ## 16.5.3 (2023-05-09) -* [bitnami/harbor] Release 16.5.3 (#16460) ([b84f8fd](https://github.com/bitnami/charts/commit/b84f8fd)), closes [#16460](https://github.com/bitnami/charts/issues/16460) +* [bitnami/harbor] Release 16.5.3 (#16460) ([b84f8fd](https://github.com/bitnami/charts/commit/b84f8fdbc31bdc7df25dbb2800035e0759924668)), closes [#16460](https://github.com/bitnami/charts/issues/16460) ## 16.5.2 (2023-05-05) -* [bitnami/harbor] Add jfrog-artifactory as permitted proxy cache (#16377) ([ea431ce](https://github.com/bitnami/charts/commit/ea431ce)), closes [#16377](https://github.com/bitnami/charts/issues/16377) +* [bitnami/harbor] Add jfrog-artifactory as permitted proxy cache (#16377) ([ea431ce](https://github.com/bitnami/charts/commit/ea431ce3e6f270355830f99cd3d3c8c119f1aee6)), closes [#16377](https://github.com/bitnami/charts/issues/16377) ## 16.5.1 (2023-04-29) -* [bitnami/harbor] Release 16.5.1 (#16277) ([d4bbd56](https://github.com/bitnami/charts/commit/d4bbd56)), closes [#16277](https://github.com/bitnami/charts/issues/16277) +* [bitnami/harbor] Release 16.5.1 (#16277) ([d4bbd56](https://github.com/bitnami/charts/commit/d4bbd5684a4b3c368f48946c2b26e8ba3900bb07)), closes [#16277](https://github.com/bitnami/charts/issues/16277) ## 16.5.0 (2023-04-20) -* [bitnami/*] Make Helm charts 100% OCI (#15998) ([8841510](https://github.com/bitnami/charts/commit/8841510)), closes [#15998](https://github.com/bitnami/charts/issues/15998) +* [bitnami/*] Make Helm charts 100% OCI (#15998) ([8841510](https://github.com/bitnami/charts/commit/884151035efcbf2e1b3206e7def85511073fb57d)), closes [#15998](https://github.com/bitnami/charts/issues/15998) ## 16.4.10 (2023-04-06) -* [bitnami/harbor] Update ingress portal path to the last (#15956) ([f1ab3df](https://github.com/bitnami/charts/commit/f1ab3df)), closes [#15956](https://github.com/bitnami/charts/issues/15956) +* [bitnami/harbor] Update ingress portal path to the last (#15956) ([f1ab3df](https://github.com/bitnami/charts/commit/f1ab3dfaf5241107833dfb6b56d4dee95f4b4382)), closes [#15956](https://github.com/bitnami/charts/issues/15956) ## 16.4.9 (2023-04-04) -* [bitnami/harbor] Update redis default user (#15940) ([eec8a42](https://github.com/bitnami/charts/commit/eec8a42)), closes [#15940](https://github.com/bitnami/charts/issues/15940) +* [bitnami/harbor] Update redis default user (#15940) ([eec8a42](https://github.com/bitnami/charts/commit/eec8a420e8a675469787ad2cb82caa33f316ce12)), closes [#15940](https://github.com/bitnami/charts/issues/15940) ## 16.4.8 (2023-04-01) -* [bitnami/harbor] Release 16.4.8 (#15866) ([5e9aab7](https://github.com/bitnami/charts/commit/5e9aab7)), closes [#15866](https://github.com/bitnami/charts/issues/15866) +* [bitnami/harbor] Release 16.4.8 (#15866) ([5e9aab7](https://github.com/bitnami/charts/commit/5e9aab744e6ba15e85d59f3dda1b9759bef3811c)), closes [#15866](https://github.com/bitnami/charts/issues/15866) ## 16.4.7 (2023-03-18) -* [bitnami/harbor] Release 16.4.7 (#15572) ([74e0ce5](https://github.com/bitnami/charts/commit/74e0ce5)), closes [#15572](https://github.com/bitnami/charts/issues/15572) +* [bitnami/harbor] Release 16.4.7 (#15572) ([74e0ce5](https://github.com/bitnami/charts/commit/74e0ce53af8e4c3853d55f8aa9de05586f6a156d)), closes [#15572](https://github.com/bitnami/charts/issues/15572) ## 16.4.6 (2023-03-17) -* [bitnami/harbor] DevCenter API 2.0 fix ingress (#15541) ([10f781a](https://github.com/bitnami/charts/commit/10f781a)), closes [#15541](https://github.com/bitnami/charts/issues/15541) -* [bitnami/several] Fix README linter issues ([6a9cdaa](https://github.com/bitnami/charts/commit/6a9cdaa)) +* [bitnami/harbor] DevCenter API 2.0 fix ingress (#15541) ([10f781a](https://github.com/bitnami/charts/commit/10f781a35de1c570ff26155ee6c740199999a508)), closes [#15541](https://github.com/bitnami/charts/issues/15541) +* [bitnami/several] Fix README linter issues ([6a9cdaa](https://github.com/bitnami/charts/commit/6a9cdaab638f21729cf56a7138a6d250f61d5723)) ## 16.4.5 (2023-03-08) -* [bitnami/harbor] Release 16.4.5 (#15398) ([24d3cc9](https://github.com/bitnami/charts/commit/24d3cc9)), closes [#15398](https://github.com/bitnami/charts/issues/15398) +* [bitnami/harbor] Release 16.4.5 (#15398) ([24d3cc9](https://github.com/bitnami/charts/commit/24d3cc9e8c2de01591d29b0ef13efa25f16c1f67)), closes [#15398](https://github.com/bitnami/charts/issues/15398) ## 16.4.4 (2023-03-07) -* [bitnami/charts] Apply linter to README files (#15357) ([0e29e60](https://github.com/bitnami/charts/commit/0e29e60)), closes [#15357](https://github.com/bitnami/charts/issues/15357) -* [bitnami/harbor] bump patch version (#15362) ([9a45623](https://github.com/bitnami/charts/commit/9a45623)), closes [#15362](https://github.com/bitnami/charts/issues/15362) -* harbor/.../core-cm-envvars.yaml: add github-ghcr as allowed proxy cache type (#15336) ([72b1b95](https://github.com/bitnami/charts/commit/72b1b95)), closes [#15336](https://github.com/bitnami/charts/issues/15336) +* [bitnami/charts] Apply linter to README files (#15357) ([0e29e60](https://github.com/bitnami/charts/commit/0e29e600d3adc8b1b46e506eccb3decfab3b4e63)), closes [#15357](https://github.com/bitnami/charts/issues/15357) +* [bitnami/harbor] bump patch version (#15362) ([9a45623](https://github.com/bitnami/charts/commit/9a456231627a3a741d1874572b0649d0e5874da6)), closes [#15362](https://github.com/bitnami/charts/issues/15362) +* harbor/.../core-cm-envvars.yaml: add github-ghcr as allowed proxy cache type (#15336) ([72b1b95](https://github.com/bitnami/charts/commit/72b1b95821fad1b79041299bb3160b96ab343bab)), closes [#15336](https://github.com/bitnami/charts/issues/15336) ## 16.4.3 (2023-03-06) -* [bitnami/harbor] Fix usage existing secret in chartmuseum (#15337) ([56b17c2](https://github.com/bitnami/charts/commit/56b17c2)), closes [#15337](https://github.com/bitnami/charts/issues/15337) +* [bitnami/harbor] Fix usage existing secret in chartmuseum (#15337) ([56b17c2](https://github.com/bitnami/charts/commit/56b17c2b5764a91b1bc06ce7f5bf83a7ad70434d)), closes [#15337](https://github.com/bitnami/charts/issues/15337) ## 16.4.2 (2023-03-01) -* [bitnami/harbor] Release 16.4.2 (#15213) ([8a5831c](https://github.com/bitnami/charts/commit/8a5831c)), closes [#15213](https://github.com/bitnami/charts/issues/15213) +* [bitnami/harbor] Release 16.4.2 (#15213) ([8a5831c](https://github.com/bitnami/charts/commit/8a5831c00138193e9be0a9b58afaa2f8533b04c2)), closes [#15213](https://github.com/bitnami/charts/issues/15213) ## 16.4.1 (2023-02-22) -* DevCenter API Page (#15086) ([cdb4004](https://github.com/bitnami/charts/commit/cdb4004)), closes [#15086](https://github.com/bitnami/charts/issues/15086) +* DevCenter API Page (#15086) ([cdb4004](https://github.com/bitnami/charts/commit/cdb40046385f87c59205f4e9db5c53ae894d7dad)), closes [#15086](https://github.com/bitnami/charts/issues/15086) ## 16.4.0 (2023-02-21) -* [bitnami/harbor] fix: 🐛 Remove hard-coded certificate for token service (#15080) ([c9ec98b](https://github.com/bitnami/charts/commit/c9ec98b)), closes [#15080](https://github.com/bitnami/charts/issues/15080) +* [bitnami/harbor] fix: 🐛 Remove hard-coded certificate for token service (#15080) ([c9ec98b](https://github.com/bitnami/charts/commit/c9ec98bc627e008d0d8f9ef9f19826e6d37a2956)), closes [#15080](https://github.com/bitnami/charts/issues/15080) ## 16.3.7 (2023-02-21) -* [bitnami/*] Fix markdown linter issues 2 (#14890) ([aa96572](https://github.com/bitnami/charts/commit/aa96572)), closes [#14890](https://github.com/bitnami/charts/issues/14890) -* [bitnami/harbor] Release 16.3.7 (#15081) ([ff47617](https://github.com/bitnami/charts/commit/ff47617)), closes [#15081](https://github.com/bitnami/charts/issues/15081) +* [bitnami/*] Fix markdown linter issues 2 (#14890) ([aa96572](https://github.com/bitnami/charts/commit/aa9657237ee8df4a46db0d7fdf8a23230dd6902a)), closes [#14890](https://github.com/bitnami/charts/issues/14890) +* [bitnami/harbor] Release 16.3.7 (#15081) ([ff47617](https://github.com/bitnami/charts/commit/ff47617288da766f1a66af5516db730eb1639ce5)), closes [#15081](https://github.com/bitnami/charts/issues/15081) ## 16.3.6 (2023-02-15) -* [bitnami/harbor] Release 16.3.6 (#14897) ([c362cdc](https://github.com/bitnami/charts/commit/c362cdc)), closes [#14897](https://github.com/bitnami/charts/issues/14897) +* [bitnami/harbor] Release 16.3.6 (#14897) ([c362cdc](https://github.com/bitnami/charts/commit/c362cdcfd1bfbeebeb3e961a6eeb67806b3e3288)), closes [#14897](https://github.com/bitnami/charts/issues/14897) ## 16.3.5 (2023-02-15) -* [bitnami/*] Fix markdown linter issues (#14874) ([a51e0e8](https://github.com/bitnami/charts/commit/a51e0e8)), closes [#14874](https://github.com/bitnami/charts/issues/14874) -* [bitnami/*] Remove unexpected extra spaces (#14873) ([c97c714](https://github.com/bitnami/charts/commit/c97c714)), closes [#14873](https://github.com/bitnami/charts/issues/14873) -* [bitnami/harbor] Release 16.3.5 (#14896) ([3035fa3](https://github.com/bitnami/charts/commit/3035fa3)), closes [#14896](https://github.com/bitnami/charts/issues/14896) +* [bitnami/*] Fix markdown linter issues (#14874) ([a51e0e8](https://github.com/bitnami/charts/commit/a51e0e8d35495b907f3e70dd2f8e7c3bcbf4166a)), closes [#14874](https://github.com/bitnami/charts/issues/14874) +* [bitnami/*] Remove unexpected extra spaces (#14873) ([c97c714](https://github.com/bitnami/charts/commit/c97c714887380d47eae7bfeff316bf01595ecd1d)), closes [#14873](https://github.com/bitnami/charts/issues/14873) +* [bitnami/harbor] Release 16.3.5 (#14896) ([3035fa3](https://github.com/bitnami/charts/commit/3035fa3bd813a1410859a1a69db1a1ea56e2f586)), closes [#14896](https://github.com/bitnami/charts/issues/14896) ## 16.3.4 (2023-02-12) -* [bitnami/harbor] Release 16.3.4 (#14848) ([c2af4a4](https://github.com/bitnami/charts/commit/c2af4a4)), closes [#14848](https://github.com/bitnami/charts/issues/14848) +* [bitnami/harbor] Release 16.3.4 (#14848) ([c2af4a4](https://github.com/bitnami/charts/commit/c2af4a40b7b618483832f1e3ada9f9d93f301a06)), closes [#14848](https://github.com/bitnami/charts/issues/14848) ## 16.3.3 (2023-02-09) -* [bitnami/harbor] fix nginx custom pod annotations (#14782) ([2a6aa65](https://github.com/bitnami/charts/commit/2a6aa65)), closes [#14782](https://github.com/bitnami/charts/issues/14782) +* [bitnami/harbor] fix nginx custom pod annotations (#14782) ([2a6aa65](https://github.com/bitnami/charts/commit/2a6aa6588db4954a6c496e3b456121dbc35f7efc)), closes [#14782](https://github.com/bitnami/charts/issues/14782) ## 16.3.2 (2023-02-02) -* [bitnami/*] Change copyright date (#14682) ([add4ec7](https://github.com/bitnami/charts/commit/add4ec7)), closes [#14682](https://github.com/bitnami/charts/issues/14682) -* [bitnami/*] Unify READMEs (#14472) ([2064fb8](https://github.com/bitnami/charts/commit/2064fb8)), closes [#14472](https://github.com/bitnami/charts/issues/14472) -* [bitnami/harbor] Don't regenerate self-signed certs on upgrade (#14625) ([ad445f4](https://github.com/bitnami/charts/commit/ad445f4)), closes [#14625](https://github.com/bitnami/charts/issues/14625) +* [bitnami/*] Change copyright date (#14682) ([add4ec7](https://github.com/bitnami/charts/commit/add4ec701108ac36ed4de2dffbdf407a0d091067)), closes [#14682](https://github.com/bitnami/charts/issues/14682) +* [bitnami/*] Unify READMEs (#14472) ([2064fb8](https://github.com/bitnami/charts/commit/2064fb8dcc78a845cdede8211af8c3cc52551161)), closes [#14472](https://github.com/bitnami/charts/issues/14472) +* [bitnami/harbor] Don't regenerate self-signed certs on upgrade (#14625) ([ad445f4](https://github.com/bitnami/charts/commit/ad445f41d16e287d9bb588fd674251838ac390fd)), closes [#14625](https://github.com/bitnami/charts/issues/14625) ## 16.3.1 (2023-01-20) -* Fix extraEnvVarsSecret on exporter (#14397) ([5ed67f6](https://github.com/bitnami/charts/commit/5ed67f6)), closes [#14397](https://github.com/bitnami/charts/issues/14397) +* Fix extraEnvVarsSecret on exporter (#14397) ([5ed67f6](https://github.com/bitnami/charts/commit/5ed67f6956ece3726399412226868d6934f73866)), closes [#14397](https://github.com/bitnami/charts/issues/14397) ## 16.3.0 (2023-01-17) -* [bitnami/*] Change licenses annotation format (#14377) ([0ab7608](https://github.com/bitnami/charts/commit/0ab7608)), closes [#14377](https://github.com/bitnami/charts/issues/14377) -* [bitnami/harbor] - Allow to use existing secrets (#14341) ([d6b029a](https://github.com/bitnami/charts/commit/d6b029a)), closes [#14341](https://github.com/bitnami/charts/issues/14341) +* [bitnami/*] Change licenses annotation format (#14377) ([0ab7608](https://github.com/bitnami/charts/commit/0ab760862c660fcc78cffadf8e1d8cdd70881473)), closes [#14377](https://github.com/bitnami/charts/issues/14377) +* [bitnami/harbor] - Allow to use existing secrets (#14341) ([d6b029a](https://github.com/bitnami/charts/commit/d6b029a86755f259f141652e738593720b37dc77)), closes [#14341](https://github.com/bitnami/charts/issues/14341) ## 16.2.0 (2023-01-16) -* [bitnami/harbor] Add scandata-pvc for harbor jobservice (#14128) ([4d69641](https://github.com/bitnami/charts/commit/4d69641)), closes [#14128](https://github.com/bitnami/charts/issues/14128) +* [bitnami/harbor] Add scandata-pvc for harbor jobservice (#14128) ([4d69641](https://github.com/bitnami/charts/commit/4d69641a042a4c311ad51b11be9e4f7b64916b3e)), closes [#14128](https://github.com/bitnami/charts/issues/14128) ## 16.1.4 (2023-01-13) -* [bitnami/harbor] Fix harbor version to apply uncommitted changes (#14334) ([3f12ad5](https://github.com/bitnami/charts/commit/3f12ad5)), closes [#14334](https://github.com/bitnami/charts/issues/14334) -* [bitnami/harbor] Removal of hardcoded Google Key in ChartMuseum template for GCS Storage Backend (#1 ([6ea0ce6](https://github.com/bitnami/charts/commit/6ea0ce6)), closes [#13374](https://github.com/bitnami/charts/issues/13374) +* [bitnami/harbor] Fix harbor version to apply uncommitted changes (#14334) ([3f12ad5](https://github.com/bitnami/charts/commit/3f12ad5b487f07ccce1f0ccfd6219f735826d85f)), closes [#14334](https://github.com/bitnami/charts/issues/14334) +* [bitnami/harbor] Removal of hardcoded Google Key in ChartMuseum template for GCS Storage Backend (#1 ([6ea0ce6](https://github.com/bitnami/charts/commit/6ea0ce6f9d29da4d1a9030c5c1cb356a2a8b3f16)), closes [#13374](https://github.com/bitnami/charts/issues/13374) ## 16.1.3 (2023-01-13) -* [bitnami/*] Add license annotation and remove obsolete engine parameter (#14293) ([da2a794](https://github.com/bitnami/charts/commit/da2a794)), closes [#14293](https://github.com/bitnami/charts/issues/14293) -* [bitnami/harbor] Release 16.1.3 (#14332) ([a4837b1](https://github.com/bitnami/charts/commit/a4837b1)), closes [#14332](https://github.com/bitnami/charts/issues/14332) +* [bitnami/*] Add license annotation and remove obsolete engine parameter (#14293) ([da2a794](https://github.com/bitnami/charts/commit/da2a7943bae95b6e9b5b4ed972c15e990b69fdb0)), closes [#14293](https://github.com/bitnami/charts/issues/14293) +* [bitnami/harbor] Release 16.1.3 (#14332) ([a4837b1](https://github.com/bitnami/charts/commit/a4837b114dc21a54c05ad8d5d3c1d2578633fab4)), closes [#14332](https://github.com/bitnami/charts/issues/14332) ## 16.1.2 (2022-12-22) -* [bitnami/harbor]: Fix chart installation (#14065) ([ae8201a](https://github.com/bitnami/charts/commit/ae8201a)), closes [#14065](https://github.com/bitnami/charts/issues/14065) +* [bitnami/harbor]: Fix chart installation (#14065) ([ae8201a](https://github.com/bitnami/charts/commit/ae8201aa9cbb971b939acf6c6df6140a8c3f2f59)), closes [#14065](https://github.com/bitnami/charts/issues/14065) ## 16.1.1 (2022-12-19) -* [bitnami/harbor] Release 16.1.1 (#14012) ([08014b5](https://github.com/bitnami/charts/commit/08014b5)), closes [#14012](https://github.com/bitnami/charts/issues/14012) +* [bitnami/harbor] Release 16.1.1 (#14012) ([08014b5](https://github.com/bitnami/charts/commit/08014b5f1ca23b0599fb07f329f70ac02acd0ffd)), closes [#14012](https://github.com/bitnami/charts/issues/14012) ## 16.1.0 (2022-12-15) -* [bitnami/harbor]: support enabling redis sentinel (#13916) ([e108a6f](https://github.com/bitnami/charts/commit/e108a6f)), closes [#13916](https://github.com/bitnami/charts/issues/13916) +* [bitnami/harbor]: support enabling redis sentinel (#13916) ([e108a6f](https://github.com/bitnami/charts/commit/e108a6fe974bf37cdcef9278c8fda62dec9fbd7c)), closes [#13916](https://github.com/bitnami/charts/issues/13916) ## 16.0.4 (2022-11-25) -* [bitnami/harbor] Release 16.0.4 (#13698) ([07dc9f7](https://github.com/bitnami/charts/commit/07dc9f7)), closes [#13698](https://github.com/bitnami/charts/issues/13698) +* [bitnami/harbor] Release 16.0.4 (#13698) ([07dc9f7](https://github.com/bitnami/charts/commit/07dc9f7c9d80b9b8c9203caa515dfda8990aca03)), closes [#13698](https://github.com/bitnami/charts/issues/13698) ## 16.0.3 (2022-11-24) -* [bitnami/harbor] fix apiversion hardcode for deployment (#13689) ([83df861](https://github.com/bitnami/charts/commit/83df861)), closes [#13689](https://github.com/bitnami/charts/issues/13689) +* [bitnami/harbor] fix apiversion hardcode for deployment (#13689) ([83df861](https://github.com/bitnami/charts/commit/83df8615545a532bd3b930580078fd84701bde16)), closes [#13689](https://github.com/bitnami/charts/issues/13689) ## 16.0.2 (2022-11-23) -* [bitnami/harbor] Release 16.0.2 (#13651) ([a62202e](https://github.com/bitnami/charts/commit/a62202e)), closes [#13651](https://github.com/bitnami/charts/issues/13651) +* [bitnami/harbor] Release 16.0.2 (#13651) ([a62202e](https://github.com/bitnami/charts/commit/a62202ea224eb81afd3fe439f5413b74848c4e2e)), closes [#13651](https://github.com/bitnami/charts/issues/13651) ## 16.0.1 (2022-11-17) -* [bitnami/harbor]fix apiversion hardcode for statefulset (#13538) ([1b3a3c0](https://github.com/bitnami/charts/commit/1b3a3c0)), closes [#13538](https://github.com/bitnami/charts/issues/13538) +* [bitnami/harbor]fix apiversion hardcode for statefulset (#13538) ([1b3a3c0](https://github.com/bitnami/charts/commit/1b3a3c0b661d1f37f2268e25026a2a80b4c47932)), closes [#13538](https://github.com/bitnami/charts/issues/13538) ## 16.0.0 (2022-10-28) -* [bitnami/harbor] Update dependencies (#13220) ([c649a63](https://github.com/bitnami/charts/commit/c649a63)), closes [#13220](https://github.com/bitnami/charts/issues/13220) +* [bitnami/harbor] Update dependencies (#13220) ([c649a63](https://github.com/bitnami/charts/commit/c649a6390bba113800a71bedb7c197cb528d5ed2)), closes [#13220](https://github.com/bitnami/charts/issues/13220) ## 15.3.0 (2022-10-28) -* feat(harbor): gcp storage without key (#13106) ([7dc32b5](https://github.com/bitnami/charts/commit/7dc32b5)), closes [#13106](https://github.com/bitnami/charts/issues/13106) -* [bitnami/*] Use new default branch name in links (#12943) ([a529e02](https://github.com/bitnami/charts/commit/a529e02)), closes [#12943](https://github.com/bitnami/charts/issues/12943) +* feat(harbor): gcp storage without key (#13106) ([7dc32b5](https://github.com/bitnami/charts/commit/7dc32b5251db7efd13f9dc78b2c480baf7885f27)), closes [#13106](https://github.com/bitnami/charts/issues/13106) +* [bitnami/*] Use new default branch name in links (#12943) ([a529e02](https://github.com/bitnami/charts/commit/a529e02597d49d944eba1eb0f190713293247176)), closes [#12943](https://github.com/bitnami/charts/issues/12943) ## 15.2.5 (2022-10-11) -* [bitnami/harbor] Release 15.2.5 (#12899) ([6d9b5a9](https://github.com/bitnami/charts/commit/6d9b5a9)), closes [#12899](https://github.com/bitnami/charts/issues/12899) +* [bitnami/harbor] Release 15.2.5 (#12899) ([6d9b5a9](https://github.com/bitnami/charts/commit/6d9b5a9ad6007c2e27a936d3f800b00425aae15d)), closes [#12899](https://github.com/bitnami/charts/issues/12899) ## 15.2.4 (2022-10-05) -* [bitnami/harbor] Release 15.2.4 (#12827) ([b0f346e](https://github.com/bitnami/charts/commit/b0f346e)), closes [#12827](https://github.com/bitnami/charts/issues/12827) -* Generic README instructions related to the repo (#12792) ([3cf6b10](https://github.com/bitnami/charts/commit/3cf6b10)), closes [#12792](https://github.com/bitnami/charts/issues/12792) +* [bitnami/harbor] Release 15.2.4 (#12827) ([b0f346e](https://github.com/bitnami/charts/commit/b0f346e9378eb16cbbbe3dc2c84e1ddb30bdbfa0)), closes [#12827](https://github.com/bitnami/charts/issues/12827) +* Generic README instructions related to the repo (#12792) ([3cf6b10](https://github.com/bitnami/charts/commit/3cf6b10e10e60df4b3e191d6b99aa99a9f597755)), closes [#12792](https://github.com/bitnami/charts/issues/12792) ## 15.2.3 (2022-09-21) -* [bitnami/harbor] Use custom probes if given (#12504) ([99a1de3](https://github.com/bitnami/charts/commit/99a1de3)), closes [#12504](https://github.com/bitnami/charts/issues/12504) [#12354](https://github.com/bitnami/charts/issues/12354) +* [bitnami/harbor] Use custom probes if given (#12504) ([99a1de3](https://github.com/bitnami/charts/commit/99a1de3dddb0c5a37735f9a2123aa7925a1f62a6)), closes [#12504](https://github.com/bitnami/charts/issues/12504) [#12354](https://github.com/bitnami/charts/issues/12354) ## 15.2.2 (2022-09-05) -* [bitnami/harbor] Release 15.2.2 (#12289) ([86d6428](https://github.com/bitnami/charts/commit/86d6428)), closes [#12289](https://github.com/bitnami/charts/issues/12289) +* [bitnami/harbor] Release 15.2.2 (#12289) ([86d6428](https://github.com/bitnami/charts/commit/86d6428c1f520348584406224e9a0a00f5b30755)), closes [#12289](https://github.com/bitnami/charts/issues/12289) ## 15.2.1 (2022-08-23) -* [bitnami/harbor] Update Chart.lock (#12124) ([0cda61b](https://github.com/bitnami/charts/commit/0cda61b)), closes [#12124](https://github.com/bitnami/charts/issues/12124) +* [bitnami/harbor] Update Chart.lock (#12124) ([0cda61b](https://github.com/bitnami/charts/commit/0cda61bef2213c18078bfa614280e012d26563a2)), closes [#12124](https://github.com/bitnami/charts/issues/12124) ## 15.2.0 (2022-08-22) -* [bitnami/harbor] Add support for image digest apart from tag (#11892) ([4e0d386](https://github.com/bitnami/charts/commit/4e0d386)), closes [#11892](https://github.com/bitnami/charts/issues/11892) +* [bitnami/harbor] Add support for image digest apart from tag (#11892) ([4e0d386](https://github.com/bitnami/charts/commit/4e0d386a7d462bdd4b7450a598ce79807f30cfe0)), closes [#11892](https://github.com/bitnami/charts/issues/11892) ## 15.1.0 (2022-08-19) -* [bitnami/harbor] Add parameters to configure tracing (#11419) ([c17bb07](https://github.com/bitnami/charts/commit/c17bb07)), closes [#11419](https://github.com/bitnami/charts/issues/11419) +* [bitnami/harbor] Add parameters to configure tracing (#11419) ([c17bb07](https://github.com/bitnami/charts/commit/c17bb074cd122509af104c943b23bd2afeb28d4d)), closes [#11419](https://github.com/bitnami/charts/issues/11419) ## 15.0.5 (2022-08-09) -* [bitnami/harbor] Release 15.0.5 (#11663) ([13b5883](https://github.com/bitnami/charts/commit/13b5883)), closes [#11663](https://github.com/bitnami/charts/issues/11663) +* [bitnami/harbor] Release 15.0.5 (#11663) ([13b5883](https://github.com/bitnami/charts/commit/13b5883fec6235a4751c751951ea2ad5f82beecd)), closes [#11663](https://github.com/bitnami/charts/issues/11663) ## 15.0.4 (2022-08-04) -* [bitnami/harbor] Release 15.0.4 (#11579) ([c6a1a48](https://github.com/bitnami/charts/commit/c6a1a48)), closes [#11579](https://github.com/bitnami/charts/issues/11579) +* [bitnami/harbor] Release 15.0.4 (#11579) ([c6a1a48](https://github.com/bitnami/charts/commit/c6a1a48057504b150ce620c3db6fbcc0218a02d3)), closes [#11579](https://github.com/bitnami/charts/issues/11579) ## 15.0.3 (2022-08-03) -* [bitnami/harbor] Release 15.0.3 (#11529) ([8a94fcf](https://github.com/bitnami/charts/commit/8a94fcf)), closes [#11529](https://github.com/bitnami/charts/issues/11529) +* [bitnami/harbor] Release 15.0.3 (#11529) ([8a94fcf](https://github.com/bitnami/charts/commit/8a94fcf1a6a4a5a0c249b951fbab1f9991716666)), closes [#11529](https://github.com/bitnami/charts/issues/11529) ## 15.0.2 (2022-07-27) -* [bitnami/harbor] Release 15.0.2 (#11387) ([e7abe02](https://github.com/bitnami/charts/commit/e7abe02)), closes [#11387](https://github.com/bitnami/charts/issues/11387) +* [bitnami/harbor] Release 15.0.2 (#11387) ([e7abe02](https://github.com/bitnami/charts/commit/e7abe0207117ef5d66d2803a43a404e34ac99b5e)), closes [#11387](https://github.com/bitnami/charts/issues/11387) ## 15.0.1 (2022-07-27) -* [bitnami/*] Update URLs to point to the new bitnami/containers monorepo (#11352) ([d665af0](https://github.com/bitnami/charts/commit/d665af0)), closes [#11352](https://github.com/bitnami/charts/issues/11352) -* [bitnami/harbor] Release 15.0.1 (#11374) ([c00785b](https://github.com/bitnami/charts/commit/c00785b)), closes [#11374](https://github.com/bitnami/charts/issues/11374) +* [bitnami/*] Update URLs to point to the new bitnami/containers monorepo (#11352) ([d665af0](https://github.com/bitnami/charts/commit/d665af0c708846192d8d5fb2f5f9ea65dd464ab0)), closes [#11352](https://github.com/bitnami/charts/issues/11352) +* [bitnami/harbor] Release 15.0.1 (#11374) ([c00785b](https://github.com/bitnami/charts/commit/c00785b2ebb53baa5d1534a848419686557d21fa)), closes [#11374](https://github.com/bitnami/charts/issues/11374) ## 15.0.0 (2022-07-13) -* [bitnami/harbor] Update Redis subchart (#11170) ([f9b0c30](https://github.com/bitnami/charts/commit/f9b0c30)), closes [#11170](https://github.com/bitnami/charts/issues/11170) +* [bitnami/harbor] Update Redis subchart (#11170) ([f9b0c30](https://github.com/bitnami/charts/commit/f9b0c30614b9a717789a156002766824e96903f3)), closes [#11170](https://github.com/bitnami/charts/issues/11170) ## 14.0.5 (2022-07-13) -* [bitnami/harbor] Release 14.0.5 (#11159) ([c5a2e56](https://github.com/bitnami/charts/commit/c5a2e56)), closes [#11159](https://github.com/bitnami/charts/issues/11159) +* [bitnami/harbor] Release 14.0.5 (#11159) ([c5a2e56](https://github.com/bitnami/charts/commit/c5a2e56e695b3858e5ef935dfb334c08fa8b38c2)), closes [#11159](https://github.com/bitnami/charts/issues/11159) ## 14.0.4 (2022-07-08) -* [bitnami/harbor] Release 14.0.4 (#11098) ([fef90cd](https://github.com/bitnami/charts/commit/fef90cd)), closes [#11098](https://github.com/bitnami/charts/issues/11098) +* [bitnami/harbor] Release 14.0.4 (#11098) ([fef90cd](https://github.com/bitnami/charts/commit/fef90cd291b9402ea58ce6af33377a8c43e4a713)), closes [#11098](https://github.com/bitnami/charts/issues/11098) ## 14.0.3 (2022-07-01) -* [bitnami/harbor] Release 14.0.3 (#10988) ([57301f9](https://github.com/bitnami/charts/commit/57301f9)), closes [#10988](https://github.com/bitnami/charts/issues/10988) +* [bitnami/harbor] Release 14.0.3 (#10988) ([57301f9](https://github.com/bitnami/charts/commit/57301f96a87ae08872030ac07193f263b9dc5fd0)), closes [#10988](https://github.com/bitnami/charts/issues/10988) ## 14.0.2 (2022-06-30) -* [bitnami/harbor] Release 14.0.2 (#10959) ([d13ed2e](https://github.com/bitnami/charts/commit/d13ed2e)), closes [#10959](https://github.com/bitnami/charts/issues/10959) +* [bitnami/harbor] Release 14.0.2 (#10959) ([d13ed2e](https://github.com/bitnami/charts/commit/d13ed2effd37bbe872cbcbf159d352df2e4fee50)), closes [#10959](https://github.com/bitnami/charts/issues/10959) ## 14.0.1 (2022-06-23) -* [bitnami/harbor] Release 14.0.1 updating components versions ([7c3f03c](https://github.com/bitnami/charts/commit/7c3f03c)) +* [bitnami/harbor] Release 14.0.1 updating components versions ([7c3f03c](https://github.com/bitnami/charts/commit/7c3f03c4831294646bd808ee8777653de3ecfdbc)) ## 14.0.0 (2022-06-22) -* [bitnami/harbor] Deprecate harbor clair (#10728) ([4cefebb](https://github.com/bitnami/charts/commit/4cefebb)), closes [#10728](https://github.com/bitnami/charts/issues/10728) +* [bitnami/harbor] Deprecate harbor clair (#10728) ([4cefebb](https://github.com/bitnami/charts/commit/4cefebb8304f2869a4fc36657f204713e4c56cb1)), closes [#10728](https://github.com/bitnami/charts/issues/10728) ## 13.2.7 (2022-06-11) -* [bitnami/harbor] Release 13.2.7 updating components versions ([4975fce](https://github.com/bitnami/charts/commit/4975fce)) +* [bitnami/harbor] Release 13.2.7 updating components versions ([4975fce](https://github.com/bitnami/charts/commit/4975fce0c79b0b8f155aa69ae8175b0d96e971ae)) ## 13.2.6 (2022-06-07) -* [bitnami/*] Replace Kubeapps URL in READMEs (and kubeapps Chart.yaml) and remove BKPR references (#1 ([c6a7914](https://github.com/bitnami/charts/commit/c6a7914)), closes [#10600](https://github.com/bitnami/charts/issues/10600) -* Fix tolerations and topologySpreadConstraints default values (#10627) ([d4164ed](https://github.com/bitnami/charts/commit/d4164ed)), closes [#10627](https://github.com/bitnami/charts/issues/10627) +* [bitnami/*] Replace Kubeapps URL in READMEs (and kubeapps Chart.yaml) and remove BKPR references (#1 ([c6a7914](https://github.com/bitnami/charts/commit/c6a7914361e5aea6016fb45bf4d621edfd111d32)), closes [#10600](https://github.com/bitnami/charts/issues/10600) +* Fix tolerations and topologySpreadConstraints default values (#10627) ([d4164ed](https://github.com/bitnami/charts/commit/d4164ed0f7f131351e7dabeba95d411f810f5527)), closes [#10627](https://github.com/bitnami/charts/issues/10627) ## 13.2.5 (2022-06-07) -* [bitnami/harbor] Release 13.2.5 updating components versions ([5a0501c](https://github.com/bitnami/charts/commit/5a0501c)) +* [bitnami/harbor] Release 13.2.5 updating components versions ([5a0501c](https://github.com/bitnami/charts/commit/5a0501c0562ca83d0cac772106a5b844c4736872)) ## 13.2.4 (2022-06-02) -* Update Redis trademark references ([2cada87](https://github.com/bitnami/charts/commit/2cada87)) +* Update Redis trademark references ([2cada87](https://github.com/bitnami/charts/commit/2cada87ed4967d5cb578b0409a0bb1edee79029a)) ## 13.2.3 (2022-06-01) -* [bitnami/several] Replace maintainers email by url (#10523) ([ff3cf61](https://github.com/bitnami/charts/commit/ff3cf61)), closes [#10523](https://github.com/bitnami/charts/issues/10523) +* [bitnami/several] Replace maintainers email by url (#10523) ([ff3cf61](https://github.com/bitnami/charts/commit/ff3cf617a1680509b0f3855d17c4ccff7b29a0ff)), closes [#10523](https://github.com/bitnami/charts/issues/10523) ## 13.2.2 (2022-05-30) -* [bitnami/several] Replace base64 --decode with base64 -d (#10495) ([099286a](https://github.com/bitnami/charts/commit/099286a)), closes [#10495](https://github.com/bitnami/charts/issues/10495) +* [bitnami/several] Replace base64 --decode with base64 -d (#10495) ([099286a](https://github.com/bitnami/charts/commit/099286ae7a87784cf809df0b64ab24f7ff0144c8)), closes [#10495](https://github.com/bitnami/charts/issues/10495) ## 13.2.1 (2022-05-30) -* [bitnami/harbor] Release 13.2.1 updating components versions ([f68a355](https://github.com/bitnami/charts/commit/f68a355)) +* [bitnami/harbor] Release 13.2.1 updating components versions ([f68a355](https://github.com/bitnami/charts/commit/f68a355633208e39fc7428244bdd7e77cd3cf09d)) ## 13.2.0 (2022-05-27) -* [bitnami/harbor] Add missing service parameter (#10412) ([ef0d2e9](https://github.com/bitnami/charts/commit/ef0d2e9)), closes [#10412](https://github.com/bitnami/charts/issues/10412) +* [bitnami/harbor] Add missing service parameter (#10412) ([ef0d2e9](https://github.com/bitnami/charts/commit/ef0d2e9a081421043a5061464f3b8674658e050c)), closes [#10412](https://github.com/bitnami/charts/issues/10412) ## 13.1.6 (2022-05-26) -* [bitnami/harbor] Release 13.1.6 updating components versions ([7ca7156](https://github.com/bitnami/charts/commit/7ca7156)) +* [bitnami/harbor] Release 13.1.6 updating components versions ([7ca7156](https://github.com/bitnami/charts/commit/7ca715610201835d2a04147c086b33720911296b)) ## 13.1.5 (2022-05-24) -* Remove unnecesary podSecurityContext (#10263) ([e1caa2a](https://github.com/bitnami/charts/commit/e1caa2a)), closes [#10263](https://github.com/bitnami/charts/issues/10263) +* Remove unnecesary podSecurityContext (#10263) ([e1caa2a](https://github.com/bitnami/charts/commit/e1caa2ac53116770b98f987df9ad3ca1f9292004)), closes [#10263](https://github.com/bitnami/charts/issues/10263) ## 13.1.4 (2022-05-21) -* [bitnami/harbor] Release 13.1.4 updating components versions ([dc0e57d](https://github.com/bitnami/charts/commit/dc0e57d)) +* [bitnami/harbor] Release 13.1.4 updating components versions ([dc0e57d](https://github.com/bitnami/charts/commit/dc0e57da934b3ccf9a692242175ba84af103e147)) ## 13.1.3 (2022-05-20) -* [bitnami/harbor] Release 13.1.3 updating components versions ([b10f867](https://github.com/bitnami/charts/commit/b10f867)) +* [bitnami/harbor] Release 13.1.3 updating components versions ([b10f867](https://github.com/bitnami/charts/commit/b10f867e1aac17c76c30da0f8cafc151ae2d6557)) ## 13.1.2 (2022-05-19) -* [bitnami/harbor] Release 13.1.2 updating components versions ([e248ec5](https://github.com/bitnami/charts/commit/e248ec5)) +* [bitnami/harbor] Release 13.1.2 updating components versions ([e248ec5](https://github.com/bitnami/charts/commit/e248ec5b50cf1b6004c99a6ef3d150c93eadc122)) ## 13.1.1 (2022-05-18) -* [bitnami/harbor] Release 13.1.1 updating components versions ([c8a2b0f](https://github.com/bitnami/charts/commit/c8a2b0f)) +* [bitnami/harbor] Release 13.1.1 updating components versions ([c8a2b0f](https://github.com/bitnami/charts/commit/c8a2b0fe47cef29292de52ee6082de499de3f852)) ## 13.1.0 (2022-05-16) -* [bitnami/*] add ingress extraRules feature (#10253) ([0f6cbb9](https://github.com/bitnami/charts/commit/0f6cbb9)), closes [#10253](https://github.com/bitnami/charts/issues/10253) +* [bitnami/*] add ingress extraRules feature (#10253) ([0f6cbb9](https://github.com/bitnami/charts/commit/0f6cbb9099b0e56685cc1d36ba50340f3d7278a1)), closes [#10253](https://github.com/bitnami/charts/issues/10253) ## 13.0.0 (2022-05-13) -* [bitnami/harbor] Bump PostgreSQL version to 13.x branch (#10177) ([dd74d96](https://github.com/bitnami/charts/commit/dd74d96)), closes [#10177](https://github.com/bitnami/charts/issues/10177) +* [bitnami/harbor] Bump PostgreSQL version to 13.x branch (#10177) ([dd74d96](https://github.com/bitnami/charts/commit/dd74d96333a2e217394d4c6edd02dba818d79568)), closes [#10177](https://github.com/bitnami/charts/issues/10177) ## 12.3.8 (2022-05-13) -* [bitnami/*] Remove old 'ci' files (#10171) ([5df30c4](https://github.com/bitnami/charts/commit/5df30c4)), closes [#10171](https://github.com/bitnami/charts/issues/10171) -* [bitnami/*] Unify k8s directives separators (#10185) ([2650214](https://github.com/bitnami/charts/commit/2650214)), closes [#10185](https://github.com/bitnami/charts/issues/10185) +* [bitnami/*] Remove old 'ci' files (#10171) ([5df30c4](https://github.com/bitnami/charts/commit/5df30c44dbd1812da8786579ce4a94917d46a6ad)), closes [#10171](https://github.com/bitnami/charts/issues/10171) +* [bitnami/*] Unify k8s directives separators (#10185) ([2650214](https://github.com/bitnami/charts/commit/26502141d146ca3bdfb3bf744fcdec8ca5cece44)), closes [#10185](https://github.com/bitnami/charts/issues/10185) ## 12.3.7 (2022-05-11) -* [bitnami/*] Fix typo in comments (relay -> rely) (#10151) ([9cfe4a4](https://github.com/bitnami/charts/commit/9cfe4a4)), closes [#10151](https://github.com/bitnami/charts/issues/10151) +* [bitnami/*] Fix typo in comments (relay -> rely) (#10151) ([9cfe4a4](https://github.com/bitnami/charts/commit/9cfe4a48cc35851faea6be7ffb2a978d223befa0)), closes [#10151](https://github.com/bitnami/charts/issues/10151) ## 12.3.6 (2022-04-30) -* [bitnami/harbor] Release 12.3.6 updating components versions ([38288a4](https://github.com/bitnami/charts/commit/38288a4)) +* [bitnami/harbor] Release 12.3.6 updating components versions ([38288a4](https://github.com/bitnami/charts/commit/38288a4632ac1e56f9c0f43b22abd9a125300601)) ## 12.3.5 (2022-04-21) -* [bitnami/harbor] Release 12.3.5 updating components versions ([8e33c92](https://github.com/bitnami/charts/commit/8e33c92)) +* [bitnami/harbor] Release 12.3.5 updating components versions ([8e33c92](https://github.com/bitnami/charts/commit/8e33c921d590008f7e3d5122a6fbd45ec4cb690c)) ## 12.3.4 (2022-04-19) -* [bitnami/harbor] Release 12.3.4 updating components versions ([631be99](https://github.com/bitnami/charts/commit/631be99)) +* [bitnami/harbor] Release 12.3.4 updating components versions ([631be99](https://github.com/bitnami/charts/commit/631be9918a63a31a8ce8919a4dae9d98de66f183)) ## 12.3.3 (2022-04-18) -* [bitnami/harbor] Release 12.3.3 updating components versions ([7412ff3](https://github.com/bitnami/charts/commit/7412ff3)) -* [bitnami/harbor]: fix: :lock: Move jobservice and exporter redis configuration to a secret. (#9784) ([7e2b086](https://github.com/bitnami/charts/commit/7e2b086)), closes [#9784](https://github.com/bitnami/charts/issues/9784) +* [bitnami/harbor] Release 12.3.3 updating components versions ([7412ff3](https://github.com/bitnami/charts/commit/7412ff3d9e397cf3d0498f72e30a35c398eb68bc)) +* [bitnami/harbor]: fix: :lock: Move jobservice and exporter redis configuration to a secret. (#9784) ([7e2b086](https://github.com/bitnami/charts/commit/7e2b08690c4fb8962b5840a694906839ed71461d)), closes [#9784](https://github.com/bitnami/charts/issues/9784) ## 12.3.2 (2022-04-13) -* [bitnami/harbor] Release 12.3.2 updating components versions ([77b798c](https://github.com/bitnami/charts/commit/77b798c)) +* [bitnami/harbor] Release 12.3.2 updating components versions ([77b798c](https://github.com/bitnami/charts/commit/77b798cb03a648650e9f6383620429fe3f386ab2)) ## 12.3.1 (2022-04-11) -* [bitnami/harbor] Unset updateStrategy.rollingUpdate by default (#9533) ([3262d7b](https://github.com/bitnami/charts/commit/3262d7b)), closes [#9533](https://github.com/bitnami/charts/issues/9533) +* [bitnami/harbor] Unset updateStrategy.rollingUpdate by default (#9533) ([3262d7b](https://github.com/bitnami/charts/commit/3262d7bfbf5562096b62c3ae09244ced8a186736)), closes [#9533](https://github.com/bitnami/charts/issues/9533) ## 12.3.0 (2022-04-11) -* [bitnami/harbor] Add configurable session timeout to harbor (#9583) ([0264ab4](https://github.com/bitnami/charts/commit/0264ab4)), closes [#9583](https://github.com/bitnami/charts/issues/9583) +* [bitnami/harbor] Add configurable session timeout to harbor (#9583) ([0264ab4](https://github.com/bitnami/charts/commit/0264ab422b994bb376962c3549c2208edda6788f)), closes [#9583](https://github.com/bitnami/charts/issues/9583) ## 12.2.8 (2022-04-07) -* [bitnami/harbor] Release 12.2.8 updating components versions ([208023f](https://github.com/bitnami/charts/commit/208023f)) +* [bitnami/harbor] Release 12.2.8 updating components versions ([208023f](https://github.com/bitnami/charts/commit/208023f3bbee94ba0c42d1baafa0299e7749ad72)) ## 12.2.7 (2022-04-03) -* [bitnami/harbor] Release 12.2.7 updating components versions ([bcf9a4c](https://github.com/bitnami/charts/commit/bcf9a4c)) +* [bitnami/harbor] Release 12.2.7 updating components versions ([bcf9a4c](https://github.com/bitnami/charts/commit/bcf9a4c2dc039d108fcc55d6b29a9df44284d532)) ## 12.2.6 (2022-04-02) -* [bitnami/harbor] Release 12.2.6 updating components versions ([eee154d](https://github.com/bitnami/charts/commit/eee154d)) +* [bitnami/harbor] Release 12.2.6 updating components versions ([eee154d](https://github.com/bitnami/charts/commit/eee154dd9158f8de71598c3ebc23649c99540313)) ## 12.2.5 (2022-03-29) -* [bitnami/harbor] Release 12.2.5 updating components versions ([3bd8465](https://github.com/bitnami/charts/commit/3bd8465)) +* [bitnami/harbor] Release 12.2.5 updating components versions ([3bd8465](https://github.com/bitnami/charts/commit/3bd84654bccc9b50bf140c16649fe77298808ea0)) ## 12.2.4 (2022-03-28) -* [bitnami/harbor] Release 12.2.4 updating components versions ([7d51c22](https://github.com/bitnami/charts/commit/7d51c22)) +* [bitnami/harbor] Release 12.2.4 updating components versions ([7d51c22](https://github.com/bitnami/charts/commit/7d51c229ebf4c2a42ff78394150cd9d4fbf0c37d)) ## 12.2.3 (2022-03-27) -* [bitnami/harbor] Release 12.2.3 updating components versions ([99459b9](https://github.com/bitnami/charts/commit/99459b9)) +* [bitnami/harbor] Release 12.2.3 updating components versions ([99459b9](https://github.com/bitnami/charts/commit/99459b90b2e689fa85b2f5a78faeafd3e2a7e98f)) ## 12.2.2 (2022-03-24) -* [bitnami/harbor] Release 12.2.2 updating components versions ([10281bd](https://github.com/bitnami/charts/commit/10281bd)) +* [bitnami/harbor] Release 12.2.2 updating components versions ([10281bd](https://github.com/bitnami/charts/commit/10281bda41c98dacbf5751e6d27ba200e4e1e828)) ## 12.2.1 (2022-03-23) -* [harbor] `jobservice.replicaCount` is now taken into account (#9502) ([36c73ba](https://github.com/bitnami/charts/commit/36c73ba)), closes [#9502](https://github.com/bitnami/charts/issues/9502) +* [harbor] `jobservice.replicaCount` is now taken into account (#9502) ([36c73ba](https://github.com/bitnami/charts/commit/36c73ba797cd48986da5b0568c7913086b5767c3)), closes [#9502](https://github.com/bitnami/charts/issues/9502) ## 12.2.0 (2022-03-23) -* [bitnami/external-dns] feat: :sparkles: Add support for config overrides JSON (#9534) ([7ded15f](https://github.com/bitnami/charts/commit/7ded15f)), closes [#9534](https://github.com/bitnami/charts/issues/9534) +* [bitnami/external-dns] feat: :sparkles: Add support for config overrides JSON (#9534) ([7ded15f](https://github.com/bitnami/charts/commit/7ded15f40d164d3e214037ff303a16582facdd69)), closes [#9534](https://github.com/bitnami/charts/issues/9534) ## 12.1.5 (2022-03-22) -* [bitnami/harbor] Escape | in Values parameter docs (#9483) ([b4a595b](https://github.com/bitnami/charts/commit/b4a595b)), closes [#9483](https://github.com/bitnami/charts/issues/9483) +* [bitnami/harbor] Escape | in Values parameter docs (#9483) ([b4a595b](https://github.com/bitnami/charts/commit/b4a595b4f6f6117ac3d1b5de896190d122808632)), closes [#9483](https://github.com/bitnami/charts/issues/9483) ## 12.1.4 (2022-03-21) -* [bitnami/harbor] Fix nil pointer evaluating interface {}.internalTLS (#9488) ([f0570a8](https://github.com/bitnami/charts/commit/f0570a8)), closes [#9488](https://github.com/bitnami/charts/issues/9488) +* [bitnami/harbor] Fix nil pointer evaluating interface {}.internalTLS (#9488) ([f0570a8](https://github.com/bitnami/charts/commit/f0570a8374afbbcf0e0cb39241c5a943e6aa2195)), closes [#9488](https://github.com/bitnami/charts/issues/9488) ## 12.1.3 (2022-03-19) -* [bitnami/harbor] Release 12.1.3 updating components versions ([0fe9fdd](https://github.com/bitnami/charts/commit/0fe9fdd)) +* [bitnami/harbor] Release 12.1.3 updating components versions ([0fe9fdd](https://github.com/bitnami/charts/commit/0fe9fdd6e531c4e38cf39474084b06248d44dce6)) ## 12.1.2 (2022-03-19) -* [bitnami/harbor] Bump chart version (#9480) ([040a891](https://github.com/bitnami/charts/commit/040a891)), closes [#9480](https://github.com/bitnami/charts/issues/9480) -* [bitnami/harbor] Fix context for include inside range extraHosts (#9436) ([346adec](https://github.com/bitnami/charts/commit/346adec)), closes [#9436](https://github.com/bitnami/charts/issues/9436) +* [bitnami/harbor] Bump chart version (#9480) ([040a891](https://github.com/bitnami/charts/commit/040a891bec66db51b9b8fd95d4b1b39b5c9689e0)), closes [#9480](https://github.com/bitnami/charts/issues/9480) +* [bitnami/harbor] Fix context for include inside range extraHosts (#9436) ([346adec](https://github.com/bitnami/charts/commit/346adec42b727d7f6b9a33ae43516ff6e2bd4208)), closes [#9436](https://github.com/bitnami/charts/issues/9436) ## 12.1.1 (2022-03-18) -* [bitnami/harbor] Release 12.1.1 updating components versions ([58cf554](https://github.com/bitnami/charts/commit/58cf554)) -* Escape a pipe that broke the markdown table (#9465) ([4503150](https://github.com/bitnami/charts/commit/4503150)), closes [#9465](https://github.com/bitnami/charts/issues/9465) +* [bitnami/harbor] Release 12.1.1 updating components versions ([58cf554](https://github.com/bitnami/charts/commit/58cf554e8e7948d6917c4dca8a753b52da344584)) +* Escape a pipe that broke the markdown table (#9465) ([4503150](https://github.com/bitnami/charts/commit/450315044ce09b7a94da0502942dc2665265cc69)), closes [#9465](https://github.com/bitnami/charts/issues/9465) ## 12.1.0 (2022-03-17) -* [bitnami/harbor] Add harbor-exporter to harbor (#9377) ([d6d1a49](https://github.com/bitnami/charts/commit/d6d1a49)), closes [#9377](https://github.com/bitnami/charts/issues/9377) +* [bitnami/harbor] Add harbor-exporter to harbor (#9377) ([d6d1a49](https://github.com/bitnami/charts/commit/d6d1a49691aea7bf22210d00c6c17167c26e65c7)), closes [#9377](https://github.com/bitnami/charts/issues/9377) ## 12.0.1 (2022-03-16) -* [bitnami/harbor] Release 12.0.1 updating components versions ([f0dc338](https://github.com/bitnami/charts/commit/f0dc338)) +* [bitnami/harbor] Release 12.0.1 updating components versions ([f0dc338](https://github.com/bitnami/charts/commit/f0dc338e51350101cc526236c61f6a44a0fcdb7f)) ## 12.0.0 (2022-03-04) -* [bitnami/harbor] Chart standardized (#9263) ([fd8ac49](https://github.com/bitnami/charts/commit/fd8ac49)), closes [#9263](https://github.com/bitnami/charts/issues/9263) +* [bitnami/harbor] Chart standardized (#9263) ([fd8ac49](https://github.com/bitnami/charts/commit/fd8ac4929df64ed86de56e026efb85bf14545007)), closes [#9263](https://github.com/bitnami/charts/issues/9263) ## 11.2.6 (2022-03-04) -* [bitnami/several] Reorder subcharts (#9299) ([a041f6b](https://github.com/bitnami/charts/commit/a041f6b)), closes [#9299](https://github.com/bitnami/charts/issues/9299) +* [bitnami/several] Reorder subcharts (#9299) ([a041f6b](https://github.com/bitnami/charts/commit/a041f6b0ff2dea82b3d030cb99454cede94dbc9a)), closes [#9299](https://github.com/bitnami/charts/issues/9299) ## 11.2.5 (2022-03-04) -* [bitnami/harbor] Release 11.2.5 updating components versions ([a247d50](https://github.com/bitnami/charts/commit/a247d50)) +* [bitnami/harbor] Release 11.2.5 updating components versions ([a247d50](https://github.com/bitnami/charts/commit/a247d506dbea05666dbdfe5e93dff26014ba863b)) ## 11.2.4 (2022-02-15) -* [bitnami/harbor] Release 11.2.4 updating components versions ([6d39fc7](https://github.com/bitnami/charts/commit/6d39fc7)) +* [bitnami/harbor] Release 11.2.4 updating components versions ([6d39fc7](https://github.com/bitnami/charts/commit/6d39fc7d043537fd657a40256f540e30ce277225)) ## 11.2.3 (2022-02-09) -* [bitnami/harbor] test: :white_check_mark: Add ct-values.yaml (#8949) ([da11a6c](https://github.com/bitnami/charts/commit/da11a6c)), closes [#8949](https://github.com/bitnami/charts/issues/8949) -* Non utf8 chars (#8923) ([6ffd18f](https://github.com/bitnami/charts/commit/6ffd18f)), closes [#8923](https://github.com/bitnami/charts/issues/8923) +* [bitnami/harbor] test: :white_check_mark: Add ct-values.yaml (#8949) ([da11a6c](https://github.com/bitnami/charts/commit/da11a6ca125ecadc8d1fbba890f5ba9a88b5cf54)), closes [#8949](https://github.com/bitnami/charts/issues/8949) +* Non utf8 chars (#8923) ([6ffd18f](https://github.com/bitnami/charts/commit/6ffd18fbbdf10e94ea1a90cf5b84ef610ac2a72d)), closes [#8923](https://github.com/bitnami/charts/issues/8923) ## 11.2.2 (2022-01-20) -* [bitnami/*] Readme automation (#8579) ([78d1938](https://github.com/bitnami/charts/commit/78d1938)), closes [#8579](https://github.com/bitnami/charts/issues/8579) -* [bitnami/*] Update READMEs (#8716) ([b9a9533](https://github.com/bitnami/charts/commit/b9a9533)), closes [#8716](https://github.com/bitnami/charts/issues/8716) -* [bitnami/several] Change prerequisites (#8725) ([8d740c5](https://github.com/bitnami/charts/commit/8d740c5)), closes [#8725](https://github.com/bitnami/charts/issues/8725) +* [bitnami/*] Readme automation (#8579) ([78d1938](https://github.com/bitnami/charts/commit/78d193831c900d178198491ffd08fa2217a64ecd)), closes [#8579](https://github.com/bitnami/charts/issues/8579) +* [bitnami/*] Update READMEs (#8716) ([b9a9533](https://github.com/bitnami/charts/commit/b9a953337590eb2979453385874a267bacf50936)), closes [#8716](https://github.com/bitnami/charts/issues/8716) +* [bitnami/several] Change prerequisites (#8725) ([8d740c5](https://github.com/bitnami/charts/commit/8d740c566cfdb7e2d933c40128b4e919fce953a5)), closes [#8725](https://github.com/bitnami/charts/issues/8725) ## 11.2.1 (2022-01-16) -* [bitnami/harbor] Release 11.2.1 updating components versions ([ecff324](https://github.com/bitnami/charts/commit/ecff324)) +* [bitnami/harbor] Release 11.2.1 updating components versions ([ecff324](https://github.com/bitnami/charts/commit/ecff3249758819f6de656f0ae9071d1fc1094024)) ## 11.2.0 (2022-01-05) -* [bitnami/several] Adapt templating format (#8562) ([8cad18a](https://github.com/bitnami/charts/commit/8cad18a)), closes [#8562](https://github.com/bitnami/charts/issues/8562) -* [bitnami/several] Add license to the README ([05f7633](https://github.com/bitnami/charts/commit/05f7633)) -* [bitnami/several] Add license to the README ([32fb238](https://github.com/bitnami/charts/commit/32fb238)) -* [bitnami/several] Add license to the README ([b87c2f7](https://github.com/bitnami/charts/commit/b87c2f7)) +* [bitnami/several] Adapt templating format (#8562) ([8cad18a](https://github.com/bitnami/charts/commit/8cad18aed9966a6f0208e5ad6cee46cb217f47ab)), closes [#8562](https://github.com/bitnami/charts/issues/8562) +* [bitnami/several] Add license to the README ([05f7633](https://github.com/bitnami/charts/commit/05f763372501d596e57db713dd53ff4ff3027cc4)) +* [bitnami/several] Add license to the README ([32fb238](https://github.com/bitnami/charts/commit/32fb238e60a0affc6debd3142eaa3c3d9089ec2a)) +* [bitnami/several] Add license to the README ([b87c2f7](https://github.com/bitnami/charts/commit/b87c2f7899d48a8b02c506765e6ae82937e9ba3f)) ## 11.1.6 (2021-12-17) -* [bitnami/harbor] Release 11.1.6 updating components versions ([adb0440](https://github.com/bitnami/charts/commit/adb0440)) +* [bitnami/harbor] Release 11.1.6 updating components versions ([adb0440](https://github.com/bitnami/charts/commit/adb04401c22ccd61b0cd87def80d2fb8523bf190)) ## 11.1.5 (2021-12-03) -* [bitnami/harbor] Release 11.1.5 updating components versions ([9bab486](https://github.com/bitnami/charts/commit/9bab486)) +* [bitnami/harbor] Release 11.1.5 updating components versions ([9bab486](https://github.com/bitnami/charts/commit/9bab48697252ae1392aa21eb06d296fca38abe72)) ## 11.1.4 (2021-12-02) -* [bitnami/*] Fix parameters for schema generation (#8297) ([d7d52ac](https://github.com/bitnami/charts/commit/d7d52ac)), closes [#8297](https://github.com/bitnami/charts/issues/8297) -* [bitnami/several] Regenerate README tables ([a43cca7](https://github.com/bitnami/charts/commit/a43cca7)) +* [bitnami/*] Fix parameters for schema generation (#8297) ([d7d52ac](https://github.com/bitnami/charts/commit/d7d52acdbd1b0629e4e5295652fa6f5830daf2af)), closes [#8297](https://github.com/bitnami/charts/issues/8297) +* [bitnami/several] Regenerate README tables ([a43cca7](https://github.com/bitnami/charts/commit/a43cca73cabae95609e943f6eb2cdeefc04e866b)) ## 11.1.3 (2021-12-02) -* [bitnami/harbor] Release 11.1.3 updating components versions ([aff9b03](https://github.com/bitnami/charts/commit/aff9b03)) -* [bitnami/several] Regenerate README tables ([8150149](https://github.com/bitnami/charts/commit/8150149)) +* [bitnami/harbor] Release 11.1.3 updating components versions ([aff9b03](https://github.com/bitnami/charts/commit/aff9b031e933e8aef40fc6af2beb1b63e7f2952f)) +* [bitnami/several] Regenerate README tables ([8150149](https://github.com/bitnami/charts/commit/8150149f0bb746e86ff0029fc375d43775bdf15a)) ## 11.1.2 (2021-11-29) -* [bitnami/several] Replace HTTP by HTTPS when possible (#8259) ([eafb5bd](https://github.com/bitnami/charts/commit/eafb5bd)), closes [#8259](https://github.com/bitnami/charts/issues/8259) +* [bitnami/several] Replace HTTP by HTTPS when possible (#8259) ([eafb5bd](https://github.com/bitnami/charts/commit/eafb5bd5a2cc3aaf04fc1e8ebedd73f420d76864)), closes [#8259](https://github.com/bitnami/charts/issues/8259) ## 11.1.1 (2021-11-28) -* [bitnami/harbor] Release 11.1.1 updating components versions ([ee1c5fd](https://github.com/bitnami/charts/commit/ee1c5fd)) -* [bitnami/several] Fix deadlinks in README.md (#8215) ([99e90d2](https://github.com/bitnami/charts/commit/99e90d2)), closes [#8215](https://github.com/bitnami/charts/issues/8215) +* [bitnami/harbor] Release 11.1.1 updating components versions ([ee1c5fd](https://github.com/bitnami/charts/commit/ee1c5fd9fdf481cdadc8aed3d9c85bca3b042a19)) +* [bitnami/several] Fix deadlinks in README.md (#8215) ([99e90d2](https://github.com/bitnami/charts/commit/99e90d244b3244e059a42f72dcbecd3cda2b66bb)), closes [#8215](https://github.com/bitnami/charts/issues/8215) ## 11.1.0 (2021-11-03) -* feat: add priority class name for all harbor resources (#7986) ([cc2b075](https://github.com/bitnami/charts/commit/cc2b075)), closes [#7986](https://github.com/bitnami/charts/issues/7986) -* [bitnami/several] Regenerate README tables ([3cefed3](https://github.com/bitnami/charts/commit/3cefed3)) +* feat: add priority class name for all harbor resources (#7986) ([cc2b075](https://github.com/bitnami/charts/commit/cc2b07556ab0038e24f75efcb27c37da981d5d61)), closes [#7986](https://github.com/bitnami/charts/issues/7986) +* [bitnami/several] Regenerate README tables ([3cefed3](https://github.com/bitnami/charts/commit/3cefed3ef961fbd7596242b1165bcfa229a9cadb)) ## 11.0.8 (2021-10-28) -* [bitnami/harbor] Release 11.0.8 updating components versions ([a6cb1a6](https://github.com/bitnami/charts/commit/a6cb1a6)) -* [bitnami/several] Regenerate README tables ([412cf6a](https://github.com/bitnami/charts/commit/412cf6a)) +* [bitnami/harbor] Release 11.0.8 updating components versions ([a6cb1a6](https://github.com/bitnami/charts/commit/a6cb1a6b20fbbab68b7612d34cfc80d61cc07fe5)) +* [bitnami/several] Regenerate README tables ([412cf6a](https://github.com/bitnami/charts/commit/412cf6a513cb0c03444a6e7811c6f27193239a10)) ## 11.0.7 (2021-10-26) -* [bitnami/harbor] Release 11.0.7 updating components versions ([3bb7253](https://github.com/bitnami/charts/commit/3bb7253)) +* [bitnami/harbor] Release 11.0.7 updating components versions ([3bb7253](https://github.com/bitnami/charts/commit/3bb72538f798b928dabb773672376019a7a1d1e9)) ## 11.0.6 (2021-10-22) -* [bitnami/several] Add chart info to NOTES.txt (#7889) ([a6751cd](https://github.com/bitnami/charts/commit/a6751cd)), closes [#7889](https://github.com/bitnami/charts/issues/7889) +* [bitnami/several] Add chart info to NOTES.txt (#7889) ([a6751cd](https://github.com/bitnami/charts/commit/a6751cdd33c461fabbc459fbea6f219ec64ab6b2)), closes [#7889](https://github.com/bitnami/charts/issues/7889) ## 11.0.5 (2021-10-19) -* [bitnami/several] Change pullPolicy for bitnami-shell image (#7852) ([9711a33](https://github.com/bitnami/charts/commit/9711a33)), closes [#7852](https://github.com/bitnami/charts/issues/7852) +* [bitnami/several] Change pullPolicy for bitnami-shell image (#7852) ([9711a33](https://github.com/bitnami/charts/commit/9711a33c6eec72ea79143c4b7574dbe6a148d6b2)), closes [#7852](https://github.com/bitnami/charts/issues/7852) ## 11.0.4 (2021-10-01) -* [bitnami/*] Drop support for deprecated cert-manager annotation (#7582) ([a081792](https://github.com/bitnami/charts/commit/a081792)), closes [#7582](https://github.com/bitnami/charts/issues/7582) -* [bitnami/several] Regenerate README tables ([5a24d1f](https://github.com/bitnami/charts/commit/5a24d1f)) +* [bitnami/*] Drop support for deprecated cert-manager annotation (#7582) ([a081792](https://github.com/bitnami/charts/commit/a08179293543f063e5de966a9976ca967161de7b)), closes [#7582](https://github.com/bitnami/charts/issues/7582) +* [bitnami/several] Regenerate README tables ([5a24d1f](https://github.com/bitnami/charts/commit/5a24d1fc9508abfef7fc8a85d0ac64f5d2f7926a)) ## 11.0.3 (2021-09-28) -* [bitnami/harbor] Release 11.0.3 updating components versions ([66e78f0](https://github.com/bitnami/charts/commit/66e78f0)) -* [bitnami/several] Regenerate README tables ([ff170d1](https://github.com/bitnami/charts/commit/ff170d1)) +* [bitnami/harbor] Release 11.0.3 updating components versions ([66e78f0](https://github.com/bitnami/charts/commit/66e78f01ab708a16a2406603e2f0e36f769d9f11)) +* [bitnami/several] Regenerate README tables ([ff170d1](https://github.com/bitnami/charts/commit/ff170d10f8aa6dae0f1e5c3f7d1c69fcec96b731)) ## 11.0.2 (2021-09-25) -* [bitnami/*] Generate READMEs with new generator version (#7614) ([e5ab2e6](https://github.com/bitnami/charts/commit/e5ab2e6)), closes [#7614](https://github.com/bitnami/charts/issues/7614) -* [bitnami/harbor] Release 11.0.2 updating components versions ([172d5ae](https://github.com/bitnami/charts/commit/172d5ae)) +* [bitnami/*] Generate READMEs with new generator version (#7614) ([e5ab2e6](https://github.com/bitnami/charts/commit/e5ab2e6ecdd6bce800863f154cda524ff9f6c117)), closes [#7614](https://github.com/bitnami/charts/issues/7614) +* [bitnami/harbor] Release 11.0.2 updating components versions ([172d5ae](https://github.com/bitnami/charts/commit/172d5ae3efc602083310c7fe75d9e17721a5356c)) ## 11.0.1 (2021-09-21) -* [bitnami/harbor] Fix harbor-ingress with GCE controller (#7435) ([b9ed7d2](https://github.com/bitnami/charts/commit/b9ed7d2)), closes [#7435](https://github.com/bitnami/charts/issues/7435) +* [bitnami/harbor] Fix harbor-ingress with GCE controller (#7435) ([b9ed7d2](https://github.com/bitnami/charts/commit/b9ed7d21ecb870afa375da3df3fd3b795d7f944b)), closes [#7435](https://github.com/bitnami/charts/issues/7435) ## 11.0.0 (2021-09-14) -* [bitnami/ several charts] Redis dependency upgrade (#7481) ([bbed564](https://github.com/bitnami/charts/commit/bbed564)), closes [#7481](https://github.com/bitnami/charts/issues/7481) -* [bitnami/several] Regenerate README tables ([da2513b](https://github.com/bitnami/charts/commit/da2513b)) +* [bitnami/ several charts] Redis dependency upgrade (#7481) ([bbed564](https://github.com/bitnami/charts/commit/bbed5645fc1e93bde1341f50ba47c614b53ba42a)), closes [#7481](https://github.com/bitnami/charts/issues/7481) +* [bitnami/several] Regenerate README tables ([da2513b](https://github.com/bitnami/charts/commit/da2513bf0a33819f3b1151d387c631a9ffdb03e2)) ## 10.2.11 (2021-08-26) -* [bitnami/harbor] Release 10.2.11 updating components versions ([5a5b319](https://github.com/bitnami/charts/commit/5a5b319)) +* [bitnami/harbor] Release 10.2.11 updating components versions ([5a5b319](https://github.com/bitnami/charts/commit/5a5b319b3f94266a1582dd6cfba73338b724c792)) ## 10.2.10 (2021-08-25) -* [bitnami/harbor] Release 10.2.10 updating components versions ([bba5388](https://github.com/bitnami/charts/commit/bba5388)) +* [bitnami/harbor] Release 10.2.10 updating components versions ([bba5388](https://github.com/bitnami/charts/commit/bba5388454ec0d7d147fc861e57e5c5848c6936a)) ## 10.2.9 (2021-08-24) -* [bitnami/several] Regenerate README tables ([04e7724](https://github.com/bitnami/charts/commit/04e7724)) -* [harbor] Add upstream "ipFamily" parameters (#7292) ([8cc149a](https://github.com/bitnami/charts/commit/8cc149a)), closes [#7292](https://github.com/bitnami/charts/issues/7292) +* [bitnami/several] Regenerate README tables ([04e7724](https://github.com/bitnami/charts/commit/04e77240da01c2daa3d9d8aca0cf94ddc3aaa6f0)) +* [harbor] Add upstream "ipFamily" parameters (#7292) ([8cc149a](https://github.com/bitnami/charts/commit/8cc149aee52a944ece263e8bfa57fa1f80fe14f6)), closes [#7292](https://github.com/bitnami/charts/issues/7292) ## 10.2.8 (2021-08-23) -* [bitnami/harbor] Release 10.2.8 updating components versions ([1f80a02](https://github.com/bitnami/charts/commit/1f80a02)) -* [bitnami/several] Regenerate README tables ([6c107e8](https://github.com/bitnami/charts/commit/6c107e8)) +* [bitnami/harbor] Release 10.2.8 updating components versions ([1f80a02](https://github.com/bitnami/charts/commit/1f80a0294127ebe55d68b9621bf1083ed055c374)) +* [bitnami/several] Regenerate README tables ([6c107e8](https://github.com/bitnami/charts/commit/6c107e835d6caf8db2e8b17dcd48c5971637e013)) ## 10.2.7 (2021-08-04) -* [bitnami/harbor] Release 10.2.7 updating components versions ([063bcf9](https://github.com/bitnami/charts/commit/063bcf9)) +* [bitnami/harbor] Release 10.2.7 updating components versions ([063bcf9](https://github.com/bitnami/charts/commit/063bcf9f237637de4d5090654324d961b4e7a5c9)) ## 10.2.6 (2021-07-27) -* [bitnami/several] Bump version and update READMEs (#7069) ([6340bff](https://github.com/bitnami/charts/commit/6340bff)), closes [#7069](https://github.com/bitnami/charts/issues/7069) +* [bitnami/several] Bump version and update READMEs (#7069) ([6340bff](https://github.com/bitnami/charts/commit/6340bff66f93c8c797bda3ca0842e4bf770059f1)), closes [#7069](https://github.com/bitnami/charts/issues/7069) ## 10.2.5 (2021-07-27) -* [bitnami/several] Fix default values and regenerate README (#7024) ([4c86733](https://github.com/bitnami/charts/commit/4c86733)), closes [#7024](https://github.com/bitnami/charts/issues/7024) +* [bitnami/several] Fix default values and regenerate README (#7024) ([4c86733](https://github.com/bitnami/charts/commit/4c867335c5c9c5aba041868df16ebb8f64ac68bd)), closes [#7024](https://github.com/bitnami/charts/issues/7024) ## 10.2.4 (2021-07-27) -* Replace strings with ™ in the README files (#7066) ([d298b49](https://github.com/bitnami/charts/commit/d298b49)), closes [#7066](https://github.com/bitnami/charts/issues/7066) +* Replace strings with ™ in the README files (#7066) ([d298b49](https://github.com/bitnami/charts/commit/d298b4996da33c9580c2594e6dc8ad665dd0ebab)), closes [#7066](https://github.com/bitnami/charts/issues/7066) ## 10.2.3 (2021-07-24) -* [bitnami/harbor] Release 10.2.3 updating components versions ([e6ffff8](https://github.com/bitnami/charts/commit/e6ffff8)) +* [bitnami/harbor] Release 10.2.3 updating components versions ([e6ffff8](https://github.com/bitnami/charts/commit/e6ffff82e7ba430d36f1985670246d63d3e464a5)) ## 10.2.2 (2021-07-20) -* [bitnami/harbor]: indent for annotations (#6995) ([a020b56](https://github.com/bitnami/charts/commit/a020b56)), closes [#6995](https://github.com/bitnami/charts/issues/6995) +* [bitnami/harbor]: indent for annotations (#6995) ([a020b56](https://github.com/bitnami/charts/commit/a020b56ee4f354f90c54fb6fe1a93fb1ef32b8f0)), closes [#6995](https://github.com/bitnami/charts/issues/6995) ## 10.2.1 (2021-07-16) -* [bitnami/*] Adapt values.yaml of harbor, influxdb and jasperreports charts (#6832) ([7f89370](https://github.com/bitnami/charts/commit/7f89370)), closes [#6832](https://github.com/bitnami/charts/issues/6832) +* [bitnami/*] Adapt values.yaml of harbor, influxdb and jasperreports charts (#6832) ([7f89370](https://github.com/bitnami/charts/commit/7f893700445e6abf8bcf1c7d5b824196f3df359b)), closes [#6832](https://github.com/bitnami/charts/issues/6832) ## 10.2.0 (2021-07-01) -* [bitnami/harbor] Sync Harbor chart with upstream (#6779) ([959769b](https://github.com/bitnami/charts/commit/959769b)), closes [#6779](https://github.com/bitnami/charts/issues/6779) +* [bitnami/harbor] Sync Harbor chart with upstream (#6779) ([959769b](https://github.com/bitnami/charts/commit/959769b33b27fe3dc28dbbcf2dc10b1227eab382)), closes [#6779](https://github.com/bitnami/charts/issues/6779) ## 10.1.2 (2021-06-21) -* [bitnami/harbor] Release 10.1.2 updating components versions ([0ce8045](https://github.com/bitnami/charts/commit/0ce8045)) +* [bitnami/harbor] Release 10.1.2 updating components versions ([0ce8045](https://github.com/bitnami/charts/commit/0ce804514d3073e7251fec428e98a1960bb986be)) ## 10.1.1 (2021-06-08) -* [bitnami/harbor] Release 10.1.1 updating components versions ([0a9a0c2](https://github.com/bitnami/charts/commit/0a9a0c2)) +* [bitnami/harbor] Release 10.1.1 updating components versions ([0a9a0c2](https://github.com/bitnami/charts/commit/0a9a0c2e366011d593a35ddd41f5227081df29b1)) ## 10.1.0 (2021-06-08) -* [bitnami/harbor]Add missing 'skipverify' s3 storage driver option (#6577) ([29e30ed](https://github.com/bitnami/charts/commit/29e30ed)), closes [#6577](https://github.com/bitnami/charts/issues/6577) +* [bitnami/harbor]Add missing 'skipverify' s3 storage driver option (#6577) ([29e30ed](https://github.com/bitnami/charts/commit/29e30ed87ad532f242f351bb70a9fff475635aef)), closes [#6577](https://github.com/bitnami/charts/issues/6577) ## 10.0.6 (2021-05-31) -* [bitnami/harbor] Release 10.0.6 updating components versions ([802f36c](https://github.com/bitnami/charts/commit/802f36c)) +* [bitnami/harbor] Release 10.0.6 updating components versions ([802f36c](https://github.com/bitnami/charts/commit/802f36cfe030a0f4032c87191c97cde590859b8c)) ## 10.0.5 (2021-05-24) -* [bitnami/harbor] Release 10.0.5 updating components versions ([3d46f64](https://github.com/bitnami/charts/commit/3d46f64)) +* [bitnami/harbor] Release 10.0.5 updating components versions ([3d46f64](https://github.com/bitnami/charts/commit/3d46f6405a959f7f9d410583d68d7436f377c025)) ## 10.0.4 (2021-05-23) -* [bitnami/harbor] Release 10.0.4 updating components versions ([0c6ddc2](https://github.com/bitnami/charts/commit/0c6ddc2)) +* [bitnami/harbor] Release 10.0.4 updating components versions ([0c6ddc2](https://github.com/bitnami/charts/commit/0c6ddc2317703d948b503d2f4f2935a6fe336e26)) ## 10.0.3 (2021-05-20) -* [bitnami/harbor] Release 10.0.3 updating components versions ([c0b533e](https://github.com/bitnami/charts/commit/c0b533e)) +* [bitnami/harbor] Release 10.0.3 updating components versions ([c0b533e](https://github.com/bitnami/charts/commit/c0b533ec38aba12dd6b6e034608e9adb2fae0b80)) ## 10.0.2 (2021-05-12) -* Remove deprecated notifications config from registry (#6338) ([60a7ff6](https://github.com/bitnami/charts/commit/60a7ff6)), closes [#6338](https://github.com/bitnami/charts/issues/6338) +* Remove deprecated notifications config from registry (#6338) ([60a7ff6](https://github.com/bitnami/charts/commit/60a7ff6ad3ccd8616532b73dad2433c3d9710946)), closes [#6338](https://github.com/bitnami/charts/issues/6338) ## 10.0.1 (2021-04-29) -* [bitnami/harbor] Release 10.0.1 updating components versions ([9a482b4](https://github.com/bitnami/charts/commit/9a482b4)) +* [bitnami/harbor] Release 10.0.1 updating components versions ([9a482b4](https://github.com/bitnami/charts/commit/9a482b43699e22d81a85b5c2c3e0d1ff3eec550c)) ## 10.0.0 (2021-04-28) -* [bitnami/*] Update redis subchart to new major (#6079) ([c7e8ef4](https://github.com/bitnami/charts/commit/c7e8ef4)), closes [#6079](https://github.com/bitnami/charts/issues/6079) +* [bitnami/*] Update redis subchart to new major (#6079) ([c7e8ef4](https://github.com/bitnami/charts/commit/c7e8ef4d5d09aa638910471c77ef488ebe4b26cd)), closes [#6079](https://github.com/bitnami/charts/issues/6079) ## 9.8.3 (2021-03-30) -* [bitnami/harbor] Release 9.8.3 updating components versions ([887dbe8](https://github.com/bitnami/charts/commit/887dbe8)) -* Use notary secret for notary ingress (#5806) ([41c5310](https://github.com/bitnami/charts/commit/41c5310)), closes [#5806](https://github.com/bitnami/charts/issues/5806) +* [bitnami/harbor] Release 9.8.3 updating components versions ([887dbe8](https://github.com/bitnami/charts/commit/887dbe80b25767e1793ab09c997ac4ba654d51f1)) +* Use notary secret for notary ingress (#5806) ([41c5310](https://github.com/bitnami/charts/commit/41c53102830560658e0982fc9bab259081d7a723)), closes [#5806](https://github.com/bitnami/charts/issues/5806) ## 9.8.2 (2021-03-26) -* [bitnami/harbor] Fix usage of uaaSecretName option (#5916) ([8e3decb](https://github.com/bitnami/charts/commit/8e3decb)), closes [#5916](https://github.com/bitnami/charts/issues/5916) +* [bitnami/harbor] Fix usage of uaaSecretName option (#5916) ([8e3decb](https://github.com/bitnami/charts/commit/8e3decb860fe2489db40b28d65bee9a5be08be56)), closes [#5916](https://github.com/bitnami/charts/issues/5916) ## 9.8.1 (2021-03-19) -* [bitnami/harbor] add permitted registry types for harbor 2.2 (#5839) ([0848c1d](https://github.com/bitnami/charts/commit/0848c1d)), closes [#5839](https://github.com/bitnami/charts/issues/5839) +* [bitnami/harbor] add permitted registry types for harbor 2.2 (#5839) ([0848c1d](https://github.com/bitnami/charts/commit/0848c1dcd11832b72a488dfc233e1251f4fc30ae)), closes [#5839](https://github.com/bitnami/charts/issues/5839) ## 9.8.0 (2021-03-17) -* [bitnami/harbor] Add ingress.certManager option (#5783) ([dfc3901](https://github.com/bitnami/charts/commit/dfc3901)), closes [#5783](https://github.com/bitnami/charts/issues/5783) +* [bitnami/harbor] Add ingress.certManager option (#5783) ([dfc3901](https://github.com/bitnami/charts/commit/dfc390100dc07bb28eacdf9ec686501b933a1765)), closes [#5783](https://github.com/bitnami/charts/issues/5783) ## 9.7.0 (2021-03-11) -* [bitnami/harbor] Update Harbor 2.2.0 and adapt Clair component (#5743) ([25937eb](https://github.com/bitnami/charts/commit/25937eb)), closes [#5743](https://github.com/bitnami/charts/issues/5743) +* [bitnami/harbor] Update Harbor 2.2.0 and adapt Clair component (#5743) ([25937eb](https://github.com/bitnami/charts/commit/25937eb3fa45cfcaf6bc3880b9cedd6a04d3dc06)), closes [#5743](https://github.com/bitnami/charts/issues/5743) ## 9.6.3 (2021-03-08) -* [bitnami/harbor] Fix label indentation (#5714) ([f366632](https://github.com/bitnami/charts/commit/f366632)), closes [#5714](https://github.com/bitnami/charts/issues/5714) +* [bitnami/harbor] Fix label indentation (#5714) ([f366632](https://github.com/bitnami/charts/commit/f366632e10e03ea2f0fc76e2897dd603233df797)), closes [#5714](https://github.com/bitnami/charts/issues/5714) ## 9.6.2 (2021-03-04) -* [bitnami/*] Remove minideb mentions (#5677) ([870bc4d](https://github.com/bitnami/charts/commit/870bc4d)), closes [#5677](https://github.com/bitnami/charts/issues/5677) +* [bitnami/*] Remove minideb mentions (#5677) ([870bc4d](https://github.com/bitnami/charts/commit/870bc4dba1fc3aa55dd157da6687b25e8d352206)), closes [#5677](https://github.com/bitnami/charts/issues/5677) ## 9.6.1 (2021-02-25) -* [bitnami/harbor] Configure alternate domains for Notary Signer self-signed certificates (#5596) ([3e2d5b4](https://github.com/bitnami/charts/commit/3e2d5b4)), closes [#5596](https://github.com/bitnami/charts/issues/5596) +* [bitnami/harbor] Configure alternate domains for Notary Signer self-signed certificates (#5596) ([3e2d5b4](https://github.com/bitnami/charts/commit/3e2d5b4c1d77210f40cac8736fe9eeebfd4b16ac)), closes [#5596](https://github.com/bitnami/charts/issues/5596) ## 9.6.0 (2021-02-24) -* [bitnami/harbor]: redis sentinel support in harbor (#5586) ([fa61b9c](https://github.com/bitnami/charts/commit/fa61b9c)), closes [#5586](https://github.com/bitnami/charts/issues/5586) +* [bitnami/harbor]: redis sentinel support in harbor (#5586) ([fa61b9c](https://github.com/bitnami/charts/commit/fa61b9c66b22668619d1029856a4d90101cbf196)), closes [#5586](https://github.com/bitnami/charts/issues/5586) ## 9.5.0 (2021-02-22) -* [bitnami/harbor] Add variable to assign postgres password via an existing secret (#5542) ([fdb8145](https://github.com/bitnami/charts/commit/fdb8145)), closes [#5542](https://github.com/bitnami/charts/issues/5542) +* [bitnami/harbor] Add variable to assign postgres password via an existing secret (#5542) ([fdb8145](https://github.com/bitnami/charts/commit/fdb81454d9f7b15d59a320eab7b088d760152b11)), closes [#5542](https://github.com/bitnami/charts/issues/5542) ## 9.4.7 (2021-02-20) -* [bitnami/*] Add notice regarding parameters immutability after chart installation (#4853) ([5f09573](https://github.com/bitnami/charts/commit/5f09573)), closes [#4853](https://github.com/bitnami/charts/issues/4853) -* [bitnami/harbor] Release 9.4.7 updating components versions ([30b7852](https://github.com/bitnami/charts/commit/30b7852)) +* [bitnami/*] Add notice regarding parameters immutability after chart installation (#4853) ([5f09573](https://github.com/bitnami/charts/commit/5f095734f92555dec7cd0e3ee961f315eac170ff)), closes [#4853](https://github.com/bitnami/charts/issues/4853) +* [bitnami/harbor] Release 9.4.7 updating components versions ([30b7852](https://github.com/bitnami/charts/commit/30b785275a5720b1c2cf1a4ec036b85fdda9ee83)) ## 9.4.6 (2021-02-10) -* Fixing incorrect logic (#5435) ([255859c](https://github.com/bitnami/charts/commit/255859c)), closes [#5435](https://github.com/bitnami/charts/issues/5435) +* Fixing incorrect logic (#5435) ([255859c](https://github.com/bitnami/charts/commit/255859c8976be375ec78825a44c5965f4ae5fbab)), closes [#5435](https://github.com/bitnami/charts/issues/5435) ## 9.4.5 (2021-02-08) -* Update MinIO references, titles, descriptions and disclaimer (#5419) ([99fb55a](https://github.com/bitnami/charts/commit/99fb55a)), closes [#5419](https://github.com/bitnami/charts/issues/5419) +* Update MinIO references, titles, descriptions and disclaimer (#5419) ([99fb55a](https://github.com/bitnami/charts/commit/99fb55a65204405943730cae845d755836a7026c)), closes [#5419](https://github.com/bitnami/charts/issues/5419) ## 9.4.4 (2021-01-21) -* [bitnami/harbor] Release 9.4.4 updating components versions ([894d98b](https://github.com/bitnami/charts/commit/894d98b)) +* [bitnami/harbor] Release 9.4.4 updating components versions ([894d98b](https://github.com/bitnami/charts/commit/894d98b96bd6dae9e222a39b56aeaf494c157c07)) ## 9.4.3 (2021-01-20) -* Allow advanced use cases that inject these variables from alternative locations, such as additional ([93f3434](https://github.com/bitnami/charts/commit/93f3434)), closes [#5141](https://github.com/bitnami/charts/issues/5141) +* Allow advanced use cases that inject these variables from alternative locations, such as additional ([93f3434](https://github.com/bitnami/charts/commit/93f3434a62c60a279c2a52cb9f0008c439795550)), closes [#5141](https://github.com/bitnami/charts/issues/5141) ## 9.4.2 (2021-01-19) -* [bitnami/*] Change helm version in the prerequisites (#5090) ([c5e67a3](https://github.com/bitnami/charts/commit/c5e67a3)), closes [#5090](https://github.com/bitnami/charts/issues/5090) -* [bitnami/harbor] Drop values-production.yaml support (#5107) ([c9ede6d](https://github.com/bitnami/charts/commit/c9ede6d)), closes [#5107](https://github.com/bitnami/charts/issues/5107) -* [bitnami/harbor] Fix indentantion when adding extraVolumes (#5071) ([a4f5362](https://github.com/bitnami/charts/commit/a4f5362)), closes [#5071](https://github.com/bitnami/charts/issues/5071) +* [bitnami/*] Change helm version in the prerequisites (#5090) ([c5e67a3](https://github.com/bitnami/charts/commit/c5e67a388743cbee28439d2cabca27884b9daf97)), closes [#5090](https://github.com/bitnami/charts/issues/5090) +* [bitnami/harbor] Drop values-production.yaml support (#5107) ([c9ede6d](https://github.com/bitnami/charts/commit/c9ede6dfb8c4bbc1239c4358ed89f0b06a6e0be4)), closes [#5107](https://github.com/bitnami/charts/issues/5107) +* [bitnami/harbor] Fix indentantion when adding extraVolumes (#5071) ([a4f5362](https://github.com/bitnami/charts/commit/a4f53620d1988e2053de4e3d73d16ffd03f47fda)), closes [#5071](https://github.com/bitnami/charts/issues/5071) ## 9.4.1 (2021-01-18) -* [bitnami/harbor] Fix volumePermissions in initContainer (#5009) ([1143286](https://github.com/bitnami/charts/commit/1143286)), closes [#5009](https://github.com/bitnami/charts/issues/5009) +* [bitnami/harbor] Fix volumePermissions in initContainer (#5009) ([1143286](https://github.com/bitnami/charts/commit/11432868f44e258cd95d06214f92ac0966b4f46f)), closes [#5009](https://github.com/bitnami/charts/issues/5009) ## 9.4.0 (2021-01-15) -* [bitnami/harbor] Adapt ingress to k8s 1.20 (#5013) ([bebbfc9](https://github.com/bitnami/charts/commit/bebbfc9)), closes [#5013](https://github.com/bitnami/charts/issues/5013) +* [bitnami/harbor] Adapt ingress to k8s 1.20 (#5013) ([bebbfc9](https://github.com/bitnami/charts/commit/bebbfc9fff3203824340257a09a78cb3c5979816)), closes [#5013](https://github.com/bitnami/charts/issues/5013) ## 9.3.1 (2021-01-14) -* [bitnami/several] Add Redis trademark (#5023) ([dfa89b8](https://github.com/bitnami/charts/commit/dfa89b8)), closes [#5023](https://github.com/bitnami/charts/issues/5023) +* [bitnami/several] Add Redis trademark (#5023) ([dfa89b8](https://github.com/bitnami/charts/commit/dfa89b865989da26a3c73f397fd3c402dd56ebe8)), closes [#5023](https://github.com/bitnami/charts/issues/5023) ## 9.3.0 (2021-01-11) -* [bitnami/harbor] fix conflict of azure storage key (#4930) ([c5d5fcf](https://github.com/bitnami/charts/commit/c5d5fcf)), closes [#4930](https://github.com/bitnami/charts/issues/4930) -* [bitnami/harbor] Merge changes to the harbor upstream chart into this one (#4904) ([fd8d0c3](https://github.com/bitnami/charts/commit/fd8d0c3)), closes [#4904](https://github.com/bitnami/charts/issues/4904) +* [bitnami/harbor] fix conflict of azure storage key (#4930) ([c5d5fcf](https://github.com/bitnami/charts/commit/c5d5fcf93d663efbb163c0ec606c8001e6f87102)), closes [#4930](https://github.com/bitnami/charts/issues/4930) +* [bitnami/harbor] Merge changes to the harbor upstream chart into this one (#4904) ([fd8d0c3](https://github.com/bitnami/charts/commit/fd8d0c334c1fcf6a137f239b0d6e302578e88553)), closes [#4904](https://github.com/bitnami/charts/issues/4904) ## 9.2.3 (2021-01-11) -* [bitnami/harbor] Release 9.2.3 updating components versions ([47f89a0](https://github.com/bitnami/charts/commit/47f89a0)) +* [bitnami/harbor] Release 9.2.3 updating components versions ([47f89a0](https://github.com/bitnami/charts/commit/47f89a02a901cffbfcf34e20842245ad9167a5f9)) ## 9.2.2 (2021-01-07) -* [bitnami/minio,harbor,thanos,pytorch] Add trademark to MinIO (#4901) ([54e4bd7](https://github.com/bitnami/charts/commit/54e4bd7)), closes [#4901](https://github.com/bitnami/charts/issues/4901) +* [bitnami/minio,harbor,thanos,pytorch] Add trademark to MinIO (#4901) ([54e4bd7](https://github.com/bitnami/charts/commit/54e4bd7b97cf808d378c05361609922d3be3a1a0)), closes [#4901](https://github.com/bitnami/charts/issues/4901) ## 9.2.1 (2020-12-17) -* [bitnami/harbor] Release 9.2.1 updating components versions ([fcb97a7](https://github.com/bitnami/charts/commit/fcb97a7)) +* [bitnami/harbor] Release 9.2.1 updating components versions ([fcb97a7](https://github.com/bitnami/charts/commit/fcb97a729ebe856605e3156dba8b6ffe7b270362)) ## 9.2.0 (2020-12-16) -* [bitnami/*] fix typos (#4699) ([49adc63](https://github.com/bitnami/charts/commit/49adc63)), closes [#4699](https://github.com/bitnami/charts/issues/4699) -* [bitnami/harbor] Feature/external db url secret (#4736) ([2df2176](https://github.com/bitnami/charts/commit/2df2176)), closes [#4736](https://github.com/bitnami/charts/issues/4736) +* [bitnami/*] fix typos (#4699) ([49adc63](https://github.com/bitnami/charts/commit/49adc63b672da976c55af2e077aa5648a357b77f)), closes [#4699](https://github.com/bitnami/charts/issues/4699) +* [bitnami/harbor] Feature/external db url secret (#4736) ([2df2176](https://github.com/bitnami/charts/commit/2df2176d9cfaaa0bc897933964b0dc9dcae7ac67)), closes [#4736](https://github.com/bitnami/charts/issues/4736) ## 9.1.2 (2020-12-11) -* [bitnami/*] Update dependencies (#4694) ([2826c12](https://github.com/bitnami/charts/commit/2826c12)), closes [#4694](https://github.com/bitnami/charts/issues/4694) +* [bitnami/*] Update dependencies (#4694) ([2826c12](https://github.com/bitnami/charts/commit/2826c125b42505f28431301e3c1bbe5366e47a01)), closes [#4694](https://github.com/bitnami/charts/issues/4694) ## 9.1.1 (2020-12-04) -* [bitnami/*] Add upgrade details to README (#4480) ([10bd8e1](https://github.com/bitnami/charts/commit/10bd8e1)), closes [#4480](https://github.com/bitnami/charts/issues/4480) -* [bitnami/harbor] Add trivy to proxy (#4609) ([129c744](https://github.com/bitnami/charts/commit/129c744)), closes [#4609](https://github.com/bitnami/charts/issues/4609) +* [bitnami/*] Add upgrade details to README (#4480) ([10bd8e1](https://github.com/bitnami/charts/commit/10bd8e1fbbe69461a5d90ba61562f72b526c9caf)), closes [#4480](https://github.com/bitnami/charts/issues/4480) +* [bitnami/harbor] Add trivy to proxy (#4609) ([129c744](https://github.com/bitnami/charts/commit/129c744a382061a94055ed5270c356302a77c26c)), closes [#4609](https://github.com/bitnami/charts/issues/4609) ## 9.1.0 (2020-11-25) -* [bitnami/*] Affinity based on common presets (ii) (#4472) ([934259f](https://github.com/bitnami/charts/commit/934259f)), closes [#4472](https://github.com/bitnami/charts/issues/4472) +* [bitnami/*] Affinity based on common presets (ii) (#4472) ([934259f](https://github.com/bitnami/charts/commit/934259f78127c53c747dfff5e5df9f67738ec79c)), closes [#4472](https://github.com/bitnami/charts/issues/4472) ## 9.0.1 (2020-11-25) -* [bitnami/harbor] Update format and name for _REDIS_URL core (#4477) ([17909ff](https://github.com/bitnami/charts/commit/17909ff)), closes [#4477](https://github.com/bitnami/charts/issues/4477) +* [bitnami/harbor] Update format and name for _REDIS_URL core (#4477) ([17909ff](https://github.com/bitnami/charts/commit/17909ff576cc761464d791cc02bc2ad87f8354c2)), closes [#4477](https://github.com/bitnami/charts/issues/4477) ## 9.0.0 (2020-11-18) -* [bitnami/harbor] Major version. Adapt Chart to apiVersion: v2 (#4328) ([8a0ac76](https://github.com/bitnami/charts/commit/8a0ac76)), closes [#4328](https://github.com/bitnami/charts/issues/4328) +* [bitnami/harbor] Major version. Adapt Chart to apiVersion: v2 (#4328) ([8a0ac76](https://github.com/bitnami/charts/commit/8a0ac76d9fb6b2c3710a2a308c3cf8db62464d42)), closes [#4328](https://github.com/bitnami/charts/issues/4328) ## 8.2.0 (2020-11-13) -* Add hostAlias-Support to the Harbor helm-chart (#4345) ([e11d109](https://github.com/bitnami/charts/commit/e11d109)), closes [#4345](https://github.com/bitnami/charts/issues/4345) +* Add hostAlias-Support to the Harbor helm-chart (#4345) ([e11d109](https://github.com/bitnami/charts/commit/e11d109dca3f9b954b4f913fcada525273d8210e)), closes [#4345](https://github.com/bitnami/charts/issues/4345) ## 8.1.5 (2020-11-02) -* [bitname/harbor] Support Harbor proxy cache (#4178) ([c324117](https://github.com/bitnami/charts/commit/c324117)), closes [#4178](https://github.com/bitnami/charts/issues/4178) +* [bitname/harbor] Support Harbor proxy cache (#4178) ([c324117](https://github.com/bitnami/charts/commit/c324117f7277a12d4050f218faa20418bd4b08ac)), closes [#4178](https://github.com/bitnami/charts/issues/4178) ## 8.1.4 (2020-10-30) -* [bitnami/*] Extra manifests should be top-level (#4161) ([b3a95b7](https://github.com/bitnami/charts/commit/b3a95b7)), closes [#4161](https://github.com/bitnami/charts/issues/4161) +* [bitnami/*] Extra manifests should be top-level (#4161) ([b3a95b7](https://github.com/bitnami/charts/commit/b3a95b701b611ab51924ae5665bcc8cd5ac56898)), closes [#4161](https://github.com/bitnami/charts/issues/4161) ## 8.1.3 (2020-10-29) -* [bitnami/harbor] Release 8.1.3 updating components versions ([fd5027b](https://github.com/bitnami/charts/commit/fd5027b)) +* [bitnami/harbor] Release 8.1.3 updating components versions ([fd5027b](https://github.com/bitnami/charts/commit/fd5027bf43e2d39e01b5292bed9a109d35f001c5)) ## 8.1.2 (2020-10-28) -* [bitnami/*] Include link to Troubleshootin guide on README.md (#4136) ([c08a20e](https://github.com/bitnami/charts/commit/c08a20e)), closes [#4136](https://github.com/bitnami/charts/issues/4136) -* [bitnami/harbor] Release 8.1.2 updating components versions ([7bc6212](https://github.com/bitnami/charts/commit/7bc6212)) +* [bitnami/*] Include link to Troubleshootin guide on README.md (#4136) ([c08a20e](https://github.com/bitnami/charts/commit/c08a20e3db004215383004ff023a73fcc2522e72)), closes [#4136](https://github.com/bitnami/charts/issues/4136) +* [bitnami/harbor] Release 8.1.2 updating components versions ([7bc6212](https://github.com/bitnami/charts/commit/7bc6212db5e23d71e838ae1012f20bdfd04df28f)) ## 8.1.1 (2020-10-23) -* [bitnami/harbor] Fix SCANNER_REDIS_URL for trivy-scanner (#4079) ([7b4c9b0](https://github.com/bitnami/charts/commit/7b4c9b0)), closes [#4079](https://github.com/bitnami/charts/issues/4079) +* [bitnami/harbor] Fix SCANNER_REDIS_URL for trivy-scanner (#4079) ([7b4c9b0](https://github.com/bitnami/charts/commit/7b4c9b068bea14ca38d0d0d8910c3a5fe43ac13a)), closes [#4079](https://github.com/bitnami/charts/issues/4079) ## 8.1.0 (2020-10-22) -* [harbor] Add support for providing own root CA (#3536) ([93e3294](https://github.com/bitnami/charts/commit/93e3294)), closes [#3536](https://github.com/bitnami/charts/issues/3536) +* [harbor] Add support for providing own root CA (#3536) ([93e3294](https://github.com/bitnami/charts/commit/93e3294026feb2bd09e9c47944490cb67ed7585a)), closes [#3536](https://github.com/bitnami/charts/issues/3536) ## 8.0.0 (2020-10-20) -* [bitnami/harbor] MAJOR change - bump Redis subchart (#4054) ([1295ff1](https://github.com/bitnami/charts/commit/1295ff1)), closes [#4054](https://github.com/bitnami/charts/issues/4054) +* [bitnami/harbor] MAJOR change - bump Redis subchart (#4054) ([1295ff1](https://github.com/bitnami/charts/commit/1295ff1730ee8044d9c967697a8ae81fbfbb5835)), closes [#4054](https://github.com/bitnami/charts/issues/4054) ## 7.4.3 (2020-10-18) -* [bitnami/harbor] Release 7.4.3 updating components versions ([468b501](https://github.com/bitnami/charts/commit/468b501)) +* [bitnami/harbor] Release 7.4.3 updating components versions ([468b501](https://github.com/bitnami/charts/commit/468b50190288653847a592a76d8357759b0109f6)) ## 7.4.2 (2020-10-02) -* [bitnami/harbor] updated Harbor README parameters to match actual default value (#3852) ([c221a11](https://github.com/bitnami/charts/commit/c221a11)), closes [#3852](https://github.com/bitnami/charts/issues/3852) +* [bitnami/harbor] updated Harbor README parameters to match actual default value (#3852) ([c221a11](https://github.com/bitnami/charts/commit/c221a114ed54115b3b182ab5aeed2e94c03ef045)), closes [#3852](https://github.com/bitnami/charts/issues/3852) ## 7.4.1 (2020-10-01) -* [bitnami/harbor] updated harbor readme nodeport parameters to match actual values (#3842) ([eeb7c8b](https://github.com/bitnami/charts/commit/eeb7c8b)), closes [#3842](https://github.com/bitnami/charts/issues/3842) +* [bitnami/harbor] updated harbor readme nodeport parameters to match actual values (#3842) ([eeb7c8b](https://github.com/bitnami/charts/commit/eeb7c8b0578efb7429ed4f37909576ca42f18e3a)), closes [#3842](https://github.com/bitnami/charts/issues/3842) ## 7.4.0 (2020-09-28) -* [bitnami/harbor] Add missing parameter in harbor-registryctl ConfigMap (#3798) ([487782d](https://github.com/bitnami/charts/commit/487782d)), closes [#3798](https://github.com/bitnami/charts/issues/3798) +* [bitnami/harbor] Add missing parameter in harbor-registryctl ConfigMap (#3798) ([487782d](https://github.com/bitnami/charts/commit/487782dd24083dd2270bff023df8b35eb9086113)), closes [#3798](https://github.com/bitnami/charts/issues/3798) ## 7.3.0 (2020-09-21) -* [bitnami/harbor] Bump PostgreSQL chart (#3731) ([74f1192](https://github.com/bitnami/charts/commit/74f1192)), closes [#3731](https://github.com/bitnami/charts/issues/3731) +* [bitnami/harbor] Bump PostgreSQL chart (#3731) ([74f1192](https://github.com/bitnami/charts/commit/74f119282b720affbf58b14582e6d4bc8fa7fdc2)), closes [#3731](https://github.com/bitnami/charts/issues/3731) ## 7.2.2 (2020-09-18) -* [bitnami/harbor] Release 7.2.2 updating components versions ([f7d7cad](https://github.com/bitnami/charts/commit/f7d7cad)) +* [bitnami/harbor] Release 7.2.2 updating components versions ([f7d7cad](https://github.com/bitnami/charts/commit/f7d7cad8108618ae86e4ccdcb6587fc65c6159cd)) ## 7.2.1 (2020-09-16) -* [bitnami/harbor] Fix Notary tLS certificates mount paths (#3686) ([f2d8def](https://github.com/bitnami/charts/commit/f2d8def)), closes [#3686](https://github.com/bitnami/charts/issues/3686) +* [bitnami/harbor] Fix Notary tLS certificates mount paths (#3686) ([f2d8def](https://github.com/bitnami/charts/commit/f2d8deff84d6dabce9a326113dd2b69ba6e8ad7c)), closes [#3686](https://github.com/bitnami/charts/issues/3686) ## 7.2.0 (2020-09-14) -* [bitnami/harbor] Fix and standardize internalTLS (#3627) ([c4edd90](https://github.com/bitnami/charts/commit/c4edd90)), closes [#3627](https://github.com/bitnami/charts/issues/3627) +* [bitnami/harbor] Fix and standardize internalTLS (#3627) ([c4edd90](https://github.com/bitnami/charts/commit/c4edd903b9635ddab672b03afdcd8241a7ef8510)), closes [#3627](https://github.com/bitnami/charts/issues/3627) ## 7.1.2 (2020-09-07) -* [bitnami/harbor] Release 7.1.2 updating components versions ([cadec09](https://github.com/bitnami/charts/commit/cadec09)) -* [bitnami/metrics-server] Add source repo (#3577) ([1ed12f9](https://github.com/bitnami/charts/commit/1ed12f9)), closes [#3577](https://github.com/bitnami/charts/issues/3577) -* Update README.md ([cc9c4fc](https://github.com/bitnami/charts/commit/cc9c4fc)) +* [bitnami/harbor] Release 7.1.2 updating components versions ([cadec09](https://github.com/bitnami/charts/commit/cadec092b529ce430666a0344dfb25a792b3f212)) +* [bitnami/metrics-server] Add source repo (#3577) ([1ed12f9](https://github.com/bitnami/charts/commit/1ed12f96af75322b46afdb2b3d9907c11b13f765)), closes [#3577](https://github.com/bitnami/charts/issues/3577) +* Update README.md ([cc9c4fc](https://github.com/bitnami/charts/commit/cc9c4fc9646a0898b40f4cb6a8d1320a60b4a3c9)) ## 7.1.1 (2020-08-26) -* [bitnami/harbor] Update max_connections value for postgresql (#3509) ([a6ed80f](https://github.com/bitnami/charts/commit/a6ed80f)), closes [#3509](https://github.com/bitnami/charts/issues/3509) +* [bitnami/harbor] Update max_connections value for postgresql (#3509) ([a6ed80f](https://github.com/bitnami/charts/commit/a6ed80f4301b52b837ec65df9f8a9320f24adb96)), closes [#3509](https://github.com/bitnami/charts/issues/3509) ## 7.1.0 (2020-08-13) -* [bitnami/*] Use common helps for upgrade password errors (#3335) ([079f5bd](https://github.com/bitnami/charts/commit/079f5bd)), closes [#3335](https://github.com/bitnami/charts/issues/3335) +* [bitnami/*] Use common helps for upgrade password errors (#3335) ([079f5bd](https://github.com/bitnami/charts/commit/079f5bd6ec59bb058216d6a931449b895517c789)), closes [#3335](https://github.com/bitnami/charts/issues/3335) ## 7.0.3 (2020-08-07) -* [bitnami/harbor] Release 7.0.3 updating components versions ([87e6ea4](https://github.com/bitnami/charts/commit/87e6ea4)) +* [bitnami/harbor] Release 7.0.3 updating components versions ([87e6ea4](https://github.com/bitnami/charts/commit/87e6ea49e46c566ccf0982c0e019b5c5c09dd3f5)) ## 7.0.2 (2020-08-06) -* [bitnami/harbor] Release 7.0.2 updating components versions ([985f04f](https://github.com/bitnami/charts/commit/985f04f)) +* [bitnami/harbor] Release 7.0.2 updating components versions ([985f04f](https://github.com/bitnami/charts/commit/985f04f380b464c110f1316740f590d46f8cc4e9)) ## 7.0.1 (2020-08-04) -* [bitnami/harbor] Release 7.0.1 updating components versions ([0fc9e3c](https://github.com/bitnami/charts/commit/0fc9e3c)) +* [bitnami/harbor] Release 7.0.1 updating components versions ([0fc9e3c](https://github.com/bitnami/charts/commit/0fc9e3cd850c8f9eb51a19cb64b5649c77420d13)) ## 7.0.0 (2020-08-04) -* [bitnami/harbor] Bump postgresql subchart major version (#3305) ([29eb74a](https://github.com/bitnami/charts/commit/29eb74a)), closes [#3305](https://github.com/bitnami/charts/issues/3305) +* [bitnami/harbor] Bump postgresql subchart major version (#3305) ([29eb74a](https://github.com/bitnami/charts/commit/29eb74a25454e2aaec58b6d3baa3d94f5b176470)), closes [#3305](https://github.com/bitnami/charts/issues/3305) ## 6.0.11 (2020-08-03) -* [bitnami/*] Fix TL;DR typo in READMEs (#3280) ([3d7ab40](https://github.com/bitnami/charts/commit/3d7ab40)), closes [#3280](https://github.com/bitnami/charts/issues/3280) -* [bitnami/all] Add categories (#3075) ([63bde06](https://github.com/bitnami/charts/commit/63bde06)), closes [#3075](https://github.com/bitnami/charts/issues/3075) -* [bitnami/harbor] Release 6.0.11 updating components versions ([a205e66](https://github.com/bitnami/charts/commit/a205e66)) +* [bitnami/*] Fix TL;DR typo in READMEs (#3280) ([3d7ab40](https://github.com/bitnami/charts/commit/3d7ab406fecd64f1af25f53e7d27f03ec95b29a4)), closes [#3280](https://github.com/bitnami/charts/issues/3280) +* [bitnami/all] Add categories (#3075) ([63bde06](https://github.com/bitnami/charts/commit/63bde066b87a140fab52264d0522401ab3d63509)), closes [#3075](https://github.com/bitnami/charts/issues/3075) +* [bitnami/harbor] Release 6.0.11 updating components versions ([a205e66](https://github.com/bitnami/charts/commit/a205e669e97ec88e714b7cc42932509d323eaeb2)) ## 6.0.10 (2020-07-10) -* [bitnami/harbor] Release 6.0.10 updating components versions ([f2f406d](https://github.com/bitnami/charts/commit/f2f406d)) +* [bitnami/harbor] Release 6.0.10 updating components versions ([f2f406d](https://github.com/bitnami/charts/commit/f2f406d9ddf98c39239f3c40d3f22aa35758d12d)) ## 6.0.9 (2020-07-10) -* [bitnami/harbor] Fix README.md (#3087) ([a29047c](https://github.com/bitnami/charts/commit/a29047c)), closes [#3087](https://github.com/bitnami/charts/issues/3087) +* [bitnami/harbor] Fix README.md (#3087) ([a29047c](https://github.com/bitnami/charts/commit/a29047c6dec85281bd27a07bde8adbd1a34d3c5b)), closes [#3087](https://github.com/bitnami/charts/issues/3087) ## 6.0.8 (2020-07-01) -* [bitnami/harbor] Release 6.0.8 updating components versions ([51680dd](https://github.com/bitnami/charts/commit/51680dd)) +* [bitnami/harbor] Release 6.0.8 updating components versions ([51680dd](https://github.com/bitnami/charts/commit/51680ddb12225349882690e301f5a1c9020da3d9)) ## 6.0.7 (2020-07-01) -* Encode base64 CSRF_KEY (#2954) ([823a198](https://github.com/bitnami/charts/commit/823a198)), closes [#2954](https://github.com/bitnami/charts/issues/2954) +* Encode base64 CSRF_KEY (#2954) ([823a198](https://github.com/bitnami/charts/commit/823a19892611768bfb54855e03921c69c573a213)), closes [#2954](https://github.com/bitnami/charts/issues/2954) ## 6.0.6 (2020-06-30) -* [bitnami/harbor] Release 6.0.6 updating components versions ([5911a3e](https://github.com/bitnami/charts/commit/5911a3e)) +* [bitnami/harbor] Release 6.0.6 updating components versions ([5911a3e](https://github.com/bitnami/charts/commit/5911a3ed600435cc1c8f751c3ec092829637c741)) ## 6.0.5 (2020-06-26) -* [bitnami/harbor] Release 6.0.5 updating components versions ([a3ce714](https://github.com/bitnami/charts/commit/a3ce714)) +* [bitnami/harbor] Release 6.0.5 updating components versions ([a3ce714](https://github.com/bitnami/charts/commit/a3ce71458b61d667b7b5ce60ede393272da3f6ad)) ## 6.0.4 (2020-06-26) -* [bitnami/harbor] Add trivy to no proxy list (#2928) ([6208ff7](https://github.com/bitnami/charts/commit/6208ff7)), closes [#2928](https://github.com/bitnami/charts/issues/2928) +* [bitnami/harbor] Add trivy to no proxy list (#2928) ([6208ff7](https://github.com/bitnami/charts/commit/6208ff7b0245448dbab02e53d3283e5888fbbdc2)), closes [#2928](https://github.com/bitnami/charts/issues/2928) ## 6.0.3 (2020-06-23) -* [bitnami/harbor] Fix trivy statefulset upgrade (#2853) ([ab23fc0](https://github.com/bitnami/charts/commit/ab23fc0)), closes [#2853](https://github.com/bitnami/charts/issues/2853) -* [bitnami/harbor] Release 6.0.3 updating components versions ([f24cb10](https://github.com/bitnami/charts/commit/f24cb10)) +* [bitnami/harbor] Fix trivy statefulset upgrade (#2853) ([ab23fc0](https://github.com/bitnami/charts/commit/ab23fc07c26cf74373c0735af36a85f6d02e295b)), closes [#2853](https://github.com/bitnami/charts/issues/2853) +* [bitnami/harbor] Release 6.0.3 updating components versions ([f24cb10](https://github.com/bitnami/charts/commit/f24cb10f2ca6f86c96d535af65e04657bf725c0c)) ## 6.0.2 (2020-06-16) -* [bitnami/harbor] Release 6.0.2 updating components versions ([3186f0f](https://github.com/bitnami/charts/commit/3186f0f)) +* [bitnami/harbor] Release 6.0.2 updating components versions ([3186f0f](https://github.com/bitnami/charts/commit/3186f0f0bb7ae1a7f6a58bd71dfd0afc41edea75)) ## 6.0.1 (2020-06-12) -* [bitnami/harbor] Add missing imagePullSecrets (#2824) ([71895dc](https://github.com/bitnami/charts/commit/71895dc)), closes [#2824](https://github.com/bitnami/charts/issues/2824) +* [bitnami/harbor] Add missing imagePullSecrets (#2824) ([71895dc](https://github.com/bitnami/charts/commit/71895dc1ab7399c6f95a8fd4ec1ba87dd6cce800)), closes [#2824](https://github.com/bitnami/charts/issues/2824) ## 6.0.0 (2020-06-10) -* [bitnami/harbor] Major change: Add Trivy and adapt to Bitnami standards (#2544) ([83b56ab](https://github.com/bitnami/charts/commit/83b56ab)), closes [#2544](https://github.com/bitnami/charts/issues/2544) -* [bitnami/several] Fix trailing spaces to make helm lint work on all of them (#2705) ([bafba3f](https://github.com/bitnami/charts/commit/bafba3f)), closes [#2705](https://github.com/bitnami/charts/issues/2705) -* update bitnami/common to be compatible with helm v2.12+ (#2615) ([c7751eb](https://github.com/bitnami/charts/commit/c7751eb)), closes [#2615](https://github.com/bitnami/charts/issues/2615) +* [bitnami/harbor] Major change: Add Trivy and adapt to Bitnami standards (#2544) ([83b56ab](https://github.com/bitnami/charts/commit/83b56abeed134195fa926a993481bd3a6e45763b)), closes [#2544](https://github.com/bitnami/charts/issues/2544) +* [bitnami/several] Fix trailing spaces to make helm lint work on all of them (#2705) ([bafba3f](https://github.com/bitnami/charts/commit/bafba3fc8b8949897ad2d99d437bd8fc975223e4)), closes [#2705](https://github.com/bitnami/charts/issues/2705) +* update bitnami/common to be compatible with helm v2.12+ (#2615) ([c7751eb](https://github.com/bitnami/charts/commit/c7751eb5764e468e1854b58a1b8491d2b13e0a4a)), closes [#2615](https://github.com/bitnami/charts/issues/2615) ## 5.4.0 (2020-05-12) -* [bitnami/harbor] Adds different credential fields for each database (#2536) ([e824720](https://github.com/bitnami/charts/commit/e824720)), closes [#2536](https://github.com/bitnami/charts/issues/2536) +* [bitnami/harbor] Adds different credential fields for each database (#2536) ([e824720](https://github.com/bitnami/charts/commit/e82472094660ecca218f70c739fbcf0bcd3324c0)), closes [#2536](https://github.com/bitnami/charts/issues/2536) ## 5.3.1 (2020-05-08) -* [bitnami/harbor] - Fix docs (#2511) ([7a3d06d](https://github.com/bitnami/charts/commit/7a3d06d)), closes [#2511](https://github.com/bitnami/charts/issues/2511) +* [bitnami/harbor] - Fix docs (#2511) ([7a3d06d](https://github.com/bitnami/charts/commit/7a3d06d05c505cae8c4a9de8fbdeb2e0b6229031)), closes [#2511](https://github.com/bitnami/charts/issues/2511) ## 5.3.0 (2020-05-07) -* [bitnami/harbor] Adds lifecycleHooks option (#2535) ([ab7c5a2](https://github.com/bitnami/charts/commit/ab7c5a2)), closes [#2535](https://github.com/bitnami/charts/issues/2535) +* [bitnami/harbor] Adds lifecycleHooks option (#2535) ([ab7c5a2](https://github.com/bitnami/charts/commit/ab7c5a230c57a9d7a9ad9c96b16d61b1db59fe04)), closes [#2535](https://github.com/bitnami/charts/issues/2535) ## 5.2.1 (2020-05-06) -* [bitnami/harbor] Release 5.2.1 updating components versions ([10c0ad2](https://github.com/bitnami/charts/commit/10c0ad2)) +* [bitnami/harbor] Release 5.2.1 updating components versions ([10c0ad2](https://github.com/bitnami/charts/commit/10c0ad2936fe72b7e1b9021b977b36a7788d6b9c)) ## 5.2.0 (2020-05-05) -* [bitnami/harbor] Add registry.relativeurl option (#2517) ([3950238](https://github.com/bitnami/charts/commit/3950238)), closes [#2517](https://github.com/bitnami/charts/issues/2517) +* [bitnami/harbor] Add registry.relativeurl option (#2517) ([3950238](https://github.com/bitnami/charts/commit/39502389854f8ad00cd3a2124b9685cb225f394f)), closes [#2517](https://github.com/bitnami/charts/issues/2517) ## 5.1.0 (2020-04-23) -* [bitnami/harbor] - Set updateStrategy for RWO mounts (#2396) ([b3c506a](https://github.com/bitnami/charts/commit/b3c506a)), closes [#2396](https://github.com/bitnami/charts/issues/2396) +* [bitnami/harbor] - Set updateStrategy for RWO mounts (#2396) ([b3c506a](https://github.com/bitnami/charts/commit/b3c506a47616b4e3de450cb67b67bcf3e25f9a18)), closes [#2396](https://github.com/bitnami/charts/issues/2396) ## 5.0.10 (2020-04-22) -* [bitnami/harbor] Release 5.0.10 updating components versions ([8bfa53e](https://github.com/bitnami/charts/commit/8bfa53e)) +* [bitnami/harbor] Release 5.0.10 updating components versions ([8bfa53e](https://github.com/bitnami/charts/commit/8bfa53e64a860e8ee4f148d130c3ac778f26a762)) ## 5.0.9 (2020-04-22) -* [bitnami/harbor] Release 5.0.9 updating components versions ([96c80a5](https://github.com/bitnami/charts/commit/96c80a5)) +* [bitnami/harbor] Release 5.0.9 updating components versions ([96c80a5](https://github.com/bitnami/charts/commit/96c80a560385bf0e64f94827073bc5dcb19f12e8)) ## 5.0.8 (2020-04-16) -* [bitnami/harbor] Release 5.0.8 updating components versions ([a1061a0](https://github.com/bitnami/charts/commit/a1061a0)) +* [bitnami/harbor] Release 5.0.8 updating components versions ([a1061a0](https://github.com/bitnami/charts/commit/a1061a0a3b4bd4d008844a01e258b6e4887d329e)) ## 5.0.7 (2020-04-09) -* [bitnami/harbor] Release 5.0.7 updating components versions ([38f1f10](https://github.com/bitnami/charts/commit/38f1f10)) +* [bitnami/harbor] Release 5.0.7 updating components versions ([38f1f10](https://github.com/bitnami/charts/commit/38f1f1057da55811f1e7bbfb01e3ed7e16e615fc)) ## 5.0.6 (2020-03-26) -* [bitnami/harbor] Release 5.0.6 updating components versions ([cdb47f7](https://github.com/bitnami/charts/commit/cdb47f7)) +* [bitnami/harbor] Release 5.0.6 updating components versions ([cdb47f7](https://github.com/bitnami/charts/commit/cdb47f7088d14778ed67048a0c61b3e1eb92296f)) ## 5.0.5 (2020-03-24) -* [bitnami/harbor] Avoid re-encoding the GCS and Azure keys (#2128) ([2a984fb](https://github.com/bitnami/charts/commit/2a984fb)), closes [#2128](https://github.com/bitnami/charts/issues/2128) +* [bitnami/harbor] Avoid re-encoding the GCS and Azure keys (#2128) ([2a984fb](https://github.com/bitnami/charts/commit/2a984fb88abf85ae6e5fe794c70a6d22bf587d9e)), closes [#2128](https://github.com/bitnami/charts/issues/2128) ## 5.0.4 (2020-03-20) -* [bitnami/harbor] Release 5.0.4 updating components versions ([491b48d](https://github.com/bitnami/charts/commit/491b48d)) -* Remove upstreamed references ([e97cc8b](https://github.com/bitnami/charts/commit/e97cc8b)) +* [bitnami/harbor] Release 5.0.4 updating components versions ([491b48d](https://github.com/bitnami/charts/commit/491b48d45734d029afcd151fce09e0ceb5c9648f)) +* Remove upstreamed references ([e97cc8b](https://github.com/bitnami/charts/commit/e97cc8b82226a76e1d81b4fd5ab18f168a53b74e)) ## 5.0.3 (2020-03-12) -* [bitnami/harbor] Release 5.0.3 updating components versions ([1c7e2b1](https://github.com/bitnami/charts/commit/1c7e2b1)) +* [bitnami/harbor] Release 5.0.3 updating components versions ([1c7e2b1](https://github.com/bitnami/charts/commit/1c7e2b1071599f9ea9a8396cec49e3468f948f20)) ## 5.0.2 (2020-03-11) -* Move charts from upstreamed folder to bitnami (#2032) ([a0e44f7](https://github.com/bitnami/charts/commit/a0e44f7)), closes [#2032](https://github.com/bitnami/charts/issues/2032) +* Move charts from upstreamed folder to bitnami (#2032) ([a0e44f7](https://github.com/bitnami/charts/commit/a0e44f7d6a10b8b5643186130ea420887cb72c7c)), closes [#2032](https://github.com/bitnami/charts/issues/2032) ## 5.0.1 (2020-03-05) -* [bitnami/harbor] Release 5.0.1 updating components versions ([a59451c](https://github.com/bitnami/charts/commit/a59451c)) +* [bitnami/harbor] Release 5.0.1 updating components versions ([a59451c](https://github.com/bitnami/charts/commit/a59451ca4484921e1bd1a76afa9d72b04fb400eb)) ## 5.0.0 (2020-03-03) -* [bitnami/harbor] Store passwords of redis, clair and notary in secrets (#1941) ([36d6ee7](https://github.com/bitnami/charts/commit/36d6ee7)), closes [#1941](https://github.com/bitnami/charts/issues/1941) +* [bitnami/harbor] Store passwords of redis, clair and notary in secrets (#1941) ([36d6ee7](https://github.com/bitnami/charts/commit/36d6ee7b1da0bc207a67066a3613c9202ecdfc53)), closes [#1941](https://github.com/bitnami/charts/issues/1941) ## 4.1.1 (2020-02-26) -* [bitnami/harbor] - make core ca cert optional (#1973) ([adf8be2](https://github.com/bitnami/charts/commit/adf8be2)), closes [#1973](https://github.com/bitnami/charts/issues/1973) +* [bitnami/harbor] - make core ca cert optional (#1973) ([adf8be2](https://github.com/bitnami/charts/commit/adf8be2ec19001da901503b42a8fd877521fff00)), closes [#1973](https://github.com/bitnami/charts/issues/1973) ## 4.1.0 (2020-02-26) -* [bitnami/{airflow|harbor}] Update dependencies (#1980) ([69335d9](https://github.com/bitnami/charts/commit/69335d9)), closes [#1980](https://github.com/bitnami/charts/issues/1980) +* [bitnami/{airflow|harbor}] Update dependencies (#1980) ([69335d9](https://github.com/bitnami/charts/commit/69335d950507ccd6de437e3a38bcbce10121bf71)), closes [#1980](https://github.com/bitnami/charts/issues/1980) ## 4.0.2 (2020-02-24) -* [bitnami/harbor&postgresql-ha] Remove debian 9 references (#1968) ([a347bcb](https://github.com/bitnami/charts/commit/a347bcb)), closes [#1968](https://github.com/bitnami/charts/issues/1968) +* [bitnami/harbor&postgresql-ha] Remove debian 9 references (#1968) ([a347bcb](https://github.com/bitnami/charts/commit/a347bcb4ac9b07b3078e3e606a4885cbe93dae3b)), closes [#1968](https://github.com/bitnami/charts/issues/1968) ## 4.0.1 (2020-02-20) -* [bitnami/harbor] Release 4.0.1 updating components versions ([2b63cbf](https://github.com/bitnami/charts/commit/2b63cbf)) +* [bitnami/harbor] Release 4.0.1 updating components versions ([2b63cbf](https://github.com/bitnami/charts/commit/2b63cbf59e2c3e25106eecafc1174a5aa059d383)) ## 4.0.0 (2020-02-17) -* [bitnami/harbor] Update dependencies to latest major version (#1936) ([eb573c9](https://github.com/bitnami/charts/commit/eb573c9)), closes [#1936](https://github.com/bitnami/charts/issues/1936) +* [bitnami/harbor] Update dependencies to latest major version (#1936) ([eb573c9](https://github.com/bitnami/charts/commit/eb573c95f474a94c5944b2e69d5a3380746a05de)), closes [#1936](https://github.com/bitnami/charts/issues/1936) ## 3.1.5 (2020-02-14) -* [bitnami/harbor] Release 3.1.5 updating components versions ([3b25973](https://github.com/bitnami/charts/commit/3b25973)) -* [bitnami/several] Adapt READMEs and helpers to Helm 3 (#1911) ([40ee57c](https://github.com/bitnami/charts/commit/40ee57c)), closes [#1911](https://github.com/bitnami/charts/issues/1911) +* [bitnami/harbor] Release 3.1.5 updating components versions ([3b25973](https://github.com/bitnami/charts/commit/3b25973b9019b82453f98858021e10bbbbd154d1)) +* [bitnami/several] Adapt READMEs and helpers to Helm 3 (#1911) ([40ee57c](https://github.com/bitnami/charts/commit/40ee57cf5164717357e1627b55bf25f59c40fbd1)), closes [#1911](https://github.com/bitnami/charts/issues/1911) ## 3.1.4 (2020-02-10) -* [bitnami/several] Replace stretch by buster in minideb secondary containers (#1900) ([678febc](https://github.com/bitnami/charts/commit/678febc)), closes [#1900](https://github.com/bitnami/charts/issues/1900) +* [bitnami/several] Replace stretch by buster in minideb secondary containers (#1900) ([678febc](https://github.com/bitnami/charts/commit/678febc237594606f2505ba98c651a8ab8f484ab)), closes [#1900](https://github.com/bitnami/charts/issues/1900) ## 3.1.3 (2020-01-28) -* [bitnami/harbor] Fix incorrect url generation when service.tls is enabled ([5ac062e](https://github.com/bitnami/charts/commit/5ac062e)) +* [bitnami/harbor] Fix incorrect url generation when service.tls is enabled ([5ac062e](https://github.com/bitnami/charts/commit/5ac062ee64ef0fcc9d93bacc9c91f5bd82129575)) ## 3.1.2 (2020-01-27) -* [harbor] Fix documentation about service exposure ([2986a49](https://github.com/bitnami/charts/commit/2986a49)) -* Bump version missing in #1858 ([068b135](https://github.com/bitnami/charts/commit/068b135)), closes [#1858](https://github.com/bitnami/charts/issues/1858) +* [harbor] Fix documentation about service exposure ([2986a49](https://github.com/bitnami/charts/commit/2986a492c28aca5029886ec288c8c33c865dc442)) +* Bump version missing in #1858 ([068b135](https://github.com/bitnami/charts/commit/068b135630fad10f0802c7e61e666d959c6370f2)), closes [#1858](https://github.com/bitnami/charts/issues/1858) ## 3.1.1 (2020-01-24) -* [bitnami/harbor] Release 3.0.11 updating components versions ([ddc8e70](https://github.com/bitnami/charts/commit/ddc8e70)) -* [bitnami/harbor] Release 3.1.1 updating components versions ([a0849cb](https://github.com/bitnami/charts/commit/a0849cb)) -* PR comments ([a30aa14](https://github.com/bitnami/charts/commit/a30aa14)) -* PR comments: wrong clair.image description ([e5f928e](https://github.com/bitnami/charts/commit/e5f928e)) +* [bitnami/harbor] Release 3.0.11 updating components versions ([ddc8e70](https://github.com/bitnami/charts/commit/ddc8e70473b0909d5faae53391ef7d64a6c809af)) +* [bitnami/harbor] Release 3.1.1 updating components versions ([a0849cb](https://github.com/bitnami/charts/commit/a0849cb7a9bb934d323975d2a3e1654a4fbfad3c)) +* PR comments ([a30aa14](https://github.com/bitnami/charts/commit/a30aa1481999781c0efd11857de1f96531665ba3)) +* PR comments: wrong clair.image description ([e5f928e](https://github.com/bitnami/charts/commit/e5f928ecada8ce913bc885ce44db22cf18123657)) ## 3.1.0 (2020-01-17) -* Add harbor adapter for clair ([34d5b7b](https://github.com/bitnami/charts/commit/34d5b7b)) +* Add harbor adapter for clair ([34d5b7b](https://github.com/bitnami/charts/commit/34d5b7b249bbc4ab118c47e683139d3aa1e522d1)) ## 3.0.10 (2019-12-23) -* [bitnami/harbor] Fix wrong value configmap (#1720) ([562bafb](https://github.com/bitnami/charts/commit/562bafb)), closes [#1720](https://github.com/bitnami/charts/issues/1720) +* [bitnami/harbor] Fix wrong value configmap (#1720) ([562bafb](https://github.com/bitnami/charts/commit/562bafb5e0a5e9c164784a95556406678c00b763)), closes [#1720](https://github.com/bitnami/charts/issues/1720) ## 3.0.9 (2019-12-17) -* [bitnami/harbor] Release 3.0.9 updating components versions ([f0b664f](https://github.com/bitnami/charts/commit/f0b664f)) +* [bitnami/harbor] Release 3.0.9 updating components versions ([f0b664f](https://github.com/bitnami/charts/commit/f0b664f9fea36ec8d83a7d3dfaa7caee484c5c93)) ## 3.0.8 (2019-12-10) -* [bitnami/harbor] Fix wrong values in helpers and configmap related to external database ([c793bc2](https://github.com/bitnami/charts/commit/c793bc2)) +* [bitnami/harbor] Fix wrong values in helpers and configmap related to external database ([c793bc2](https://github.com/bitnami/charts/commit/c793bc25961578f11ec1a1ad735375ec712527f8)) ## 3.0.7 (2019-11-20) -* Add function to check the externalURL http prefix ([7f0069e](https://github.com/bitnami/charts/commit/7f0069e)) +* Add function to check the externalURL http prefix ([7f0069e](https://github.com/bitnami/charts/commit/7f0069e1149aecb7da46dac810e63005174555f4)) ## 3.0.6 (2019-11-19) -* [bitnami/harbor] Lint chart ([6ffa782](https://github.com/bitnami/charts/commit/6ffa782)) +* [bitnami/harbor] Lint chart ([6ffa782](https://github.com/bitnami/charts/commit/6ffa7822eed3e8ac3b36ef770b795c64b8c134cf)) ## 3.0.5 (2019-11-18) -* [bitnami/harbor] Release 3.0.5 updating components versions ([fe6498b](https://github.com/bitnami/charts/commit/fe6498b)) +* [bitnami/harbor] Release 3.0.5 updating components versions ([fe6498b](https://github.com/bitnami/charts/commit/fe6498b514ac35223b45a5c4c17ad53c7b873832)) ## 3.0.4 (2019-11-15) -* [bitnami/harbor] Release 3.0.4 updating components versions ([354bf06](https://github.com/bitnami/charts/commit/354bf06)) +* [bitnami/harbor] Release 3.0.4 updating components versions ([354bf06](https://github.com/bitnami/charts/commit/354bf060197f2844df7736570ef9aafe029138f7)) ## 3.0.3 (2019-11-15) -* Increase version ([088511f](https://github.com/bitnami/charts/commit/088511f)) -* Update dependencies ([30f174f](https://github.com/bitnami/charts/commit/30f174f)) +* Increase version ([088511f](https://github.com/bitnami/charts/commit/088511f64908a0e270e247cbf8f395f9b4c00713)) +* Update dependencies ([30f174f](https://github.com/bitnami/charts/commit/30f174fffda23fc8cde3a0b388962205bb920d73)) ## 3.0.2 (2019-11-14) -* [bitnami/harbor] Fix image tag for Harbor portal ([1f071e6](https://github.com/bitnami/charts/commit/1f071e6)) +* [bitnami/harbor] Fix image tag for Harbor portal ([1f071e6](https://github.com/bitnami/charts/commit/1f071e692d3d961aa762a450e0690e996a6e4825)) ## 3.0.1 (2019-11-14) -* [bitnami/*] Homogenize readme for the new charts ([f6dd817](https://github.com/bitnami/charts/commit/f6dd817)) +* [bitnami/*] Homogenize readme for the new charts ([f6dd817](https://github.com/bitnami/charts/commit/f6dd817737cc4d6ab7c8e3aa1dbe7b4de79896fa)) ## 3.0.0 (2019-11-09) -* [bitnami/harbor] bump major version ([67c5b28](https://github.com/bitnami/charts/commit/67c5b28)) +* [bitnami/harbor] bump major version ([67c5b28](https://github.com/bitnami/charts/commit/67c5b28d0ff3e2126158c0438868f7da1a248c6f)) ## 2.6.14 (2019-10-31) -* [bitnami/harbor] Release 2.6.14 updating components versions ([5f59b89](https://github.com/bitnami/charts/commit/5f59b89)) +* [bitnami/harbor] Release 2.6.14 updating components versions ([5f59b89](https://github.com/bitnami/charts/commit/5f59b89e8fae7252159f290da9f3b02582120e2d)) ## 2.6.13 (2019-10-23) -* Adapt README in charts (I) ([eb80a7e](https://github.com/bitnami/charts/commit/eb80a7e)) +* Adapt README in charts (I) ([eb80a7e](https://github.com/bitnami/charts/commit/eb80a7eadd32e55caaa9aa3b1b7741e02f2648c7)) ## 2.6.12 (2019-10-15) -* [bitnami/harbor] Update prerequisites ([e81a46c](https://github.com/bitnami/charts/commit/e81a46c)) +* [bitnami/harbor] Update prerequisites ([e81a46c](https://github.com/bitnami/charts/commit/e81a46c841384d77dbb0beeaa80e7b630b68ebb5)) ## 2.6.11 (2019-10-15) -* [bitnami/harbor] Release 2.6.11 updating components versions ([5408410](https://github.com/bitnami/charts/commit/5408410)) +* [bitnami/harbor] Release 2.6.11 updating components versions ([5408410](https://github.com/bitnami/charts/commit/54084100e664a8ae464595bbde4f70044bfb0950)) ## 2.6.10 (2019-09-26) -* [bitnami/harbor] Release 2.6.10 updating components versions ([86638f2](https://github.com/bitnami/charts/commit/86638f2)) -* Update dependencies ([0764de8](https://github.com/bitnami/charts/commit/0764de8)) +* [bitnami/harbor] Release 2.6.10 updating components versions ([86638f2](https://github.com/bitnami/charts/commit/86638f29dbfa74ac228654a73625c0b3c67dfa1d)) +* Update dependencies ([0764de8](https://github.com/bitnami/charts/commit/0764de81a6a2af1e2302fc60b0e98529feb2780c)) ## 2.6.9 (2019-09-20) -* [bitnami/harbor] Fix apiVersion for nginx and pullPolicy for chartmusuem ([c085d39](https://github.com/bitnami/charts/commit/c085d39)) +* [bitnami/harbor] Fix apiVersion for nginx and pullPolicy for chartmusuem ([c085d39](https://github.com/bitnami/charts/commit/c085d396a0515be7217d65e92f4fbd474840908b)) ## 2.6.8 (2019-09-18) -* [bitnami/harbor] Release 2.6.8 updating components versions ([b416606](https://github.com/bitnami/charts/commit/b416606)) +* [bitnami/harbor] Release 2.6.8 updating components versions ([b416606](https://github.com/bitnami/charts/commit/b4166062c83fe2a68f41e165b9260b5ddf319fa9)) ## 2.6.7 (2019-09-09) -* Update postgresql dependency in Harbor and Airflow ([a0d2b4c](https://github.com/bitnami/charts/commit/a0d2b4c)) +* Update postgresql dependency in Harbor and Airflow ([a0d2b4c](https://github.com/bitnami/charts/commit/a0d2b4cf1938b6cff2b920d9e9f5c7e2593fa9f2)) ## 2.6.6 (2019-09-09) -* [bitnami/harbor] Release 2.6.6 updating components versions ([8a2dcba](https://github.com/bitnami/charts/commit/8a2dcba)) +* [bitnami/harbor] Release 2.6.6 updating components versions ([8a2dcba](https://github.com/bitnami/charts/commit/8a2dcba26077b5f4e33e78ef2e598d9e154d8050)) ## 2.6.5 (2019-09-06) -* [bitnami/harbor] Update chartmuseum image in harbor chart ([57365bd](https://github.com/bitnami/charts/commit/57365bd)) +* [bitnami/harbor] Update chartmuseum image in harbor chart ([57365bd](https://github.com/bitnami/charts/commit/57365bd5db264d5398178dcd52548169eb2ca188)) ## 2.6.4 (2019-09-06) -* [bitnami/harbor] Release 2.6.4 updating components versions ([47a82c6](https://github.com/bitnami/charts/commit/47a82c6)) +* [bitnami/harbor] Release 2.6.4 updating components versions ([47a82c6](https://github.com/bitnami/charts/commit/47a82c65bffe0b57adbea43d3217ec78c4c1db4d)) ## 2.6.3 (2019-09-05) -* [bitnami/harbor] Release 2.6.3 updating components versions ([bedd2ce](https://github.com/bitnami/charts/commit/bedd2ce)) +* [bitnami/harbor] Release 2.6.3 updating components versions ([bedd2ce](https://github.com/bitnami/charts/commit/bedd2ceba317e014d37758f26b1e834090b53a88)) ## 2.6.2 (2019-09-02) -* [bitnami/harbor] Release 2.6.2 updating components versions ([bb64cb6](https://github.com/bitnami/charts/commit/bb64cb6)) -* Use stretch instead of buster to be consistent ([decd85f](https://github.com/bitnami/charts/commit/decd85f)) +* [bitnami/harbor] Release 2.6.2 updating components versions ([bb64cb6](https://github.com/bitnami/charts/commit/bb64cb6776641cd0c6af3c7bcbc70c12f40c0838)) +* Use stretch instead of buster to be consistent ([decd85f](https://github.com/bitnami/charts/commit/decd85ff9ee57beb656648918b1197b6d8b9d5af)) ## 2.6.1 (2019-08-30) -* [bitnami/*] Use buster instead of latest as minideb tag and adapt sysctl ([921e811](https://github.com/bitnami/charts/commit/921e811)) -* [bitnami/harbor] Update components versions ([ee8b7a4](https://github.com/bitnami/charts/commit/ee8b7a4)) +* [bitnami/*] Use buster instead of latest as minideb tag and adapt sysctl ([921e811](https://github.com/bitnami/charts/commit/921e81153c755c5e06b86fbc54841c115f6e10bb)) +* [bitnami/harbor] Update components versions ([ee8b7a4](https://github.com/bitnami/charts/commit/ee8b7a462ca2d575a1f305023baff0d2f8e437c9)) ## 2.6.0 (2019-08-23) -* Not use redis password when usePassword is false ([f2a00f8](https://github.com/bitnami/charts/commit/f2a00f8)) +* Not use redis password when usePassword is false ([f2a00f8](https://github.com/bitnami/charts/commit/f2a00f8c9297790bcf1e27ec847f210c1750c544)) ## 2.5.5 (2019-08-23) -* [bitnami/harbor] Fix values path for coreImage on _helpers.tpl ([1c6f41b](https://github.com/bitnami/charts/commit/1c6f41b)) -* Remove duplicates ([c934383](https://github.com/bitnami/charts/commit/c934383)) -* Update dependencies ([8d1f965](https://github.com/bitnami/charts/commit/8d1f965)) +* [bitnami/harbor] Fix values path for coreImage on _helpers.tpl ([1c6f41b](https://github.com/bitnami/charts/commit/1c6f41bb219a5abcfb377521bd4f4e0e99f1aa94)) +* Remove duplicates ([c934383](https://github.com/bitnami/charts/commit/c934383bb82fe28594635a9aa66dfc1fb8e77377)) +* Update dependencies ([8d1f965](https://github.com/bitnami/charts/commit/8d1f96532c423df5fe1eb48ffec54ec4141bef07)) ## 2.5.4 (2019-08-23) -* [bitnami/harbor] Standardize imagePullSecrets on every deployment ([e68dce0](https://github.com/bitnami/charts/commit/e68dce0)) +* [bitnami/harbor] Standardize imagePullSecrets on every deployment ([e68dce0](https://github.com/bitnami/charts/commit/e68dce058b9058489549e39360030972d494b1c6)) ## 2.5.3 (2019-08-22) -* [bitnami/harbor] Add Harbor Redis password when using redis chart dependency ([ec4ff75](https://github.com/bitnami/charts/commit/ec4ff75)) +* [bitnami/harbor] Add Harbor Redis password when using redis chart dependency ([ec4ff75](https://github.com/bitnami/charts/commit/ec4ff751b36ffa357148d689713cf1110d4ba2c6)) ## 2.5.2 (2019-08-22) -* [bitnami/*] Fix 'storageClass' macros ([f41c193](https://github.com/bitnami/charts/commit/f41c193)) +* [bitnami/*] Fix 'storageClass' macros ([f41c193](https://github.com/bitnami/charts/commit/f41c19310b0aba01be37217e530b678ae30a560f)) ## 2.5.1 (2019-08-21) -* Delete global storageClass when the chart has not dependencies and delete template for storageClass ([2b5302c](https://github.com/bitnami/charts/commit/2b5302c)) -* Refactor StorageClass template to support old Helm versions ([1d7f3df](https://github.com/bitnami/charts/commit/1d7f3df)) -* Refactor storageClassTemplate ([1872215](https://github.com/bitnami/charts/commit/1872215)) +* Delete global storageClass when the chart has not dependencies and delete template for storageClass ([2b5302c](https://github.com/bitnami/charts/commit/2b5302cf7c5053ba4a51fe21fb7fee16d2866a18)) +* Refactor StorageClass template to support old Helm versions ([1d7f3df](https://github.com/bitnami/charts/commit/1d7f3df1250d8f3ba7b17add67de6515dd93f1e7)) +* Refactor storageClassTemplate ([1872215](https://github.com/bitnami/charts/commit/1872215effe0a6ff672537387684c8a97fb3093c)) ## 2.5.0 (2019-08-19) -* Add global variable to set the storage class to all of the Hekm Charts ([cdb4bdc](https://github.com/bitnami/charts/commit/cdb4bdc)) -* Update charts versions ([9459dbb](https://github.com/bitnami/charts/commit/9459dbb)) +* Add global variable to set the storage class to all of the Hekm Charts ([cdb4bdc](https://github.com/bitnami/charts/commit/cdb4bdceda07e03f3902ec2796eab54d2c6f1650)) +* Update charts versions ([9459dbb](https://github.com/bitnami/charts/commit/9459dbbf98c5572f0b92cd3eef8e12ec83a48397)) ## 2.4.0 (2019-08-16) -* [bitnami/harbor] Update Harbor dependencies (PostgreSQL and Redis) ([a5792b0](https://github.com/bitnami/charts/commit/a5792b0)) +* [bitnami/harbor] Update Harbor dependencies (PostgreSQL and Redis) ([a5792b0](https://github.com/bitnami/charts/commit/a5792b0d8f60e20ab1729f0f2e788d43eb4a418d)) ## 2.3.3 (2019-08-14) -* [bitnami/harbor] Fix Harbor logo link. ([8fd350c](https://github.com/bitnami/charts/commit/8fd350c)) +* [bitnami/harbor] Fix Harbor logo link. ([8fd350c](https://github.com/bitnami/charts/commit/8fd350c32b7a4e4edefd7c90b40e4ef3de929d98)) ## 2.3.2 (2019-08-14) -* Add changes to Chartmuseum on Harbor Chart ([2b21b80](https://github.com/bitnami/charts/commit/2b21b80)) -* Change to a minor bump version ([2641e16](https://github.com/bitnami/charts/commit/2641e16)) -* Fix issues with Harbor and chartmuseum ([d083ddf](https://github.com/bitnami/charts/commit/d083ddf)) -* Update Harbor dependencies ([6eadb14](https://github.com/bitnami/charts/commit/6eadb14)) -* Update README.md ([64dc5b7](https://github.com/bitnami/charts/commit/64dc5b7)) -* Update README.md ([31e80b7](https://github.com/bitnami/charts/commit/31e80b7)) -* Update README.md ([fc7eb75](https://github.com/bitnami/charts/commit/fc7eb75)) -* Updated version numbers ([aa0294b](https://github.com/bitnami/charts/commit/aa0294b)) +* Add changes to Chartmuseum on Harbor Chart ([2b21b80](https://github.com/bitnami/charts/commit/2b21b809972bc00a44b77d4e6711cbb96ad21cfa)) +* Change to a minor bump version ([2641e16](https://github.com/bitnami/charts/commit/2641e16e8914d16f7d8d7c77a0355925e1bf056c)) +* Fix issues with Harbor and chartmuseum ([d083ddf](https://github.com/bitnami/charts/commit/d083ddf6be2e7864a9e468e29beb493871bc1c3e)) +* Update Harbor dependencies ([6eadb14](https://github.com/bitnami/charts/commit/6eadb142cc748b74a5d9b6ee21ec5d93a7d7060a)) +* Update README.md ([64dc5b7](https://github.com/bitnami/charts/commit/64dc5b7013cb9953596862fae724695c52df9d22)) +* Update README.md ([31e80b7](https://github.com/bitnami/charts/commit/31e80b7d20f1ee1081dd2b06c40dbf4858073a42)) +* Update README.md ([fc7eb75](https://github.com/bitnami/charts/commit/fc7eb7578a35a98974d9e2b61373abdccfbedc7a)) +* Updated version numbers ([aa0294b](https://github.com/bitnami/charts/commit/aa0294b246340ed44d76f8cac59338ee685fab5e)) ## 2.3.0 (2019-08-12) -* Add ChartMuseum component to Harbor Chart ([b1b28cc](https://github.com/bitnami/charts/commit/b1b28cc)) +* Add ChartMuseum component to Harbor Chart ([b1b28cc](https://github.com/bitnami/charts/commit/b1b28cc64dbcf4da43e0506e97a1a6366e146db8)) ## 2.2.0 (2019-07-29) -* [bitnami/harbor] Add 'behindReverseProxy' config ([fd9ff4d](https://github.com/bitnami/charts/commit/fd9ff4d)) +* [bitnami/harbor] Add 'behindReverseProxy' config ([fd9ff4d](https://github.com/bitnami/charts/commit/fd9ff4d4c4b4c40d4041dd41e3f71ee5b58b3b58)) ## 2.1.1 (2019-07-23) -* [bitnami/harbor] Fix ingress access for Notary service ([dfe908b](https://github.com/bitnami/charts/commit/dfe908b)) -* Add postgresql upgrade notice ([828d2d5](https://github.com/bitnami/charts/commit/828d2d5)) -* add redis upgrade notice ([ea9815b](https://github.com/bitnami/charts/commit/ea9815b)) -* fix default admin password in README ([1f63964](https://github.com/bitnami/charts/commit/1f63964)) -* Fix indentation ([c699e9f](https://github.com/bitnami/charts/commit/c699e9f)) -* Fix typo in Harbor Ingress configuration ([3bd41c0](https://github.com/bitnami/charts/commit/3bd41c0)) -* update chart version ([8bd2aeb](https://github.com/bitnami/charts/commit/8bd2aeb)) -* Update Harbor requirements to use latest chart releases ([12611e2](https://github.com/bitnami/charts/commit/12611e2)) -* update postgresql dependency ([3756833](https://github.com/bitnami/charts/commit/3756833)) +* [bitnami/harbor] Fix ingress access for Notary service ([dfe908b](https://github.com/bitnami/charts/commit/dfe908b2d9189f429b216ea159e0ea67384a9039)) +* Add postgresql upgrade notice ([828d2d5](https://github.com/bitnami/charts/commit/828d2d5738969e15e188345542287314822d5379)) +* add redis upgrade notice ([ea9815b](https://github.com/bitnami/charts/commit/ea9815b443f4afa60ca1b21f9abe03e90a001a1d)) +* fix default admin password in README ([1f63964](https://github.com/bitnami/charts/commit/1f639644c28b400d208eb8239d5f7552618a6aa3)) +* Fix indentation ([c699e9f](https://github.com/bitnami/charts/commit/c699e9f2aed150351c8a7b21717b5a959ef2d2e3)) +* Fix typo in Harbor Ingress configuration ([3bd41c0](https://github.com/bitnami/charts/commit/3bd41c0f6cb07e732f0cd4bbb97faa8ec04e9bde)) +* update chart version ([8bd2aeb](https://github.com/bitnami/charts/commit/8bd2aeb53b9cf0842bd72699a83c05704382e138)) +* Update Harbor requirements to use latest chart releases ([12611e2](https://github.com/bitnami/charts/commit/12611e2127828df4633d1f05ac66fecdf1f21e1d)) +* update postgresql dependency ([3756833](https://github.com/bitnami/charts/commit/3756833c47704e6a05353a8b6ab5d2aaeea925bf)) ## 2.1.0 (2019-07-22) -* Change harbor ([6dc21f5](https://github.com/bitnami/charts/commit/6dc21f5)) -* fix annotations locatino ([14d5374](https://github.com/bitnami/charts/commit/14d5374)) -* implement requested changes ([c06bf85](https://github.com/bitnami/charts/commit/c06bf85)) +* Change harbor ([6dc21f5](https://github.com/bitnami/charts/commit/6dc21f5d4a921898688bc533e2afcad03559e11e)) +* fix annotations locatino ([14d5374](https://github.com/bitnami/charts/commit/14d537430802c05a063ad61830188566ad657984)) +* implement requested changes ([c06bf85](https://github.com/bitnami/charts/commit/c06bf854ee700d1714ab4d7d35502f93fb74d0b6)) ## 0.0.8 (2019-07-17) -* Sync with official Harbor chart ([aa2b138](https://github.com/bitnami/charts/commit/aa2b138)) -* update chart version ([cb62b2f](https://github.com/bitnami/charts/commit/cb62b2f)) +* Sync with official Harbor chart ([aa2b138](https://github.com/bitnami/charts/commit/aa2b138f8782c7f0f12cc484259e1f87642cabaaf8782c7f0f12cc484259e1f87642cabaa)) +* update chart version ([cb62b2f](https://github.com/bitnami/charts/commit/cb62b2fddb19c1dce52bf987a058fcaa8a33ed3eddb19c1dce52bf987a058fcaa8a33ed3e)) ## 1.0.0 (2019-07-17) -* Implement again #1283 changes but bumping the major version ([1ce079c](https://github.com/bitnami/charts/commit/1ce079c)), closes [#1283](https://github.com/bitnami/charts/issues/1283) -* Revert pull request #1283 ([8e5940a](https://github.com/bitnami/charts/commit/8e5940a)), closes [#1283](https://github.com/bitnami/charts/issues/1283) +* Implement again #1283 changes but bumping the major version ([1ce079c](https://github.com/bitnami/charts/commit/1ce079c789a6c0f5174094af3ea6fb67b6c926fd)), closes [#1283](https://github.com/bitnami/charts/issues/1283) +* Revert pull request #1283 ([8e5940a](https://github.com/bitnami/charts/commit/8e5940a9260dc722ae1a630a6b6e21df2502323f)), closes [#1283](https://github.com/bitnami/charts/issues/1283) ## 0.0.8 (2019-07-17) -* Sync with official Harbor chart ([aa2b138](https://github.com/bitnami/charts/commit/aa2b138)) -* update chart version ([cb62b2f](https://github.com/bitnami/charts/commit/cb62b2f)) +* Sync with official Harbor chart ([aa2b138](https://github.com/bitnami/charts/commit/aa2b138f8782c7f0f12cc484259e1f87642cabaaf8782c7f0f12cc484259e1f87642cabaa)) +* update chart version ([cb62b2f](https://github.com/bitnami/charts/commit/cb62b2fddb19c1dce52bf987a058fcaa8a33ed3eddb19c1dce52bf987a058fcaa8a33ed3e)) ## 0.0.7 (2019-07-16) -* [bitnami/harbor] Release 0.0.7 updating components versions ([e51b1b3](https://github.com/bitnami/charts/commit/e51b1b3)) +* [bitnami/harbor] Release 0.0.7 updating components versions ([e51b1b3](https://github.com/bitnami/charts/commit/e51b1b36beaba53bd61b1ee7a00b8c043b6d0619)) ## 0.0.6 (2019-07-11) -* Standardize component.name & component.fullname functions ([775948e](https://github.com/bitnami/charts/commit/775948e)) +* Standardize component.name & component.fullname functions ([775948e](https://github.com/bitnami/charts/commit/775948eb27ccc5599262002b71f4982cc2b2dc8d)) ## 0.0.5 (2019-07-08) -* Fix labels for harbor-portal pod ([c775390](https://github.com/bitnami/charts/commit/c775390)) -* Fix wrong replace ([18035e0](https://github.com/bitnami/charts/commit/18035e0)) +* Fix labels for harbor-portal pod ([c775390](https://github.com/bitnami/charts/commit/c775390658bcae1c196a4bdbc5d5d9d2b14ca682)) +* Fix wrong replace ([18035e0](https://github.com/bitnami/charts/commit/18035e0b2b7cf32118a71a2c290cbbcc8d57ef1a)) ## 0.0.4 (2019-07-05) -* Add consistency regarding templates and quoting ([dd95f64](https://github.com/bitnami/charts/commit/dd95f64)) -* Add Juan suggestions ([63e75e5](https://github.com/bitnami/charts/commit/63e75e5)) -* Fix images and external services sections in README ([48d6766](https://github.com/bitnami/charts/commit/48d6766)) +* Add consistency regarding templates and quoting ([dd95f64](https://github.com/bitnami/charts/commit/dd95f64096b0c6b8d755bce15fc6083a8f89e02b)) +* Add Juan suggestions ([63e75e5](https://github.com/bitnami/charts/commit/63e75e50eef87be5c50a0c573229b559cf3836f5)) +* Fix images and external services sections in README ([48d6766](https://github.com/bitnami/charts/commit/48d6766b60c1d962fdb59c0d19e5204bea2013f4)) ## 0.0.3 (2019-07-05) -* Add Harbor ([7a10ed9](https://github.com/bitnami/charts/commit/7a10ed9)) +* Add Harbor ([7a10ed9](https://github.com/bitnami/charts/commit/7a10ed95f277f9ae0679e00eec806c54cc75e467)) diff --git a/bitnami/harbor/Chart.yaml b/bitnami/harbor/Chart.yaml index 3b666a5a7f1345..ff4ad110c392fe 100644 --- a/bitnami/harbor/Chart.yaml +++ b/bitnami/harbor/Chart.yaml @@ -55,4 +55,4 @@ maintainers: name: harbor sources: - https://github.com/bitnami/charts/tree/main/bitnami/harbor -version: 21.2.1 +version: 21.3.0 diff --git a/bitnami/harbor/README.md b/bitnami/harbor/README.md index 426b3762516a5d..73fc871b8a093e 100644 --- a/bitnami/harbor/README.md +++ b/bitnami/harbor/README.md @@ -659,6 +659,7 @@ You can enable this initContainer by setting `volumePermissions.enabled` to `tru | `jobservice.jobLogger` | The logger for jobs: `file`, `database` or `stdout` | `file` | | `jobservice.secret` | Secret used when the job service communicates with other components. If a secret key is not specified, Helm will generate one. Must be a string of 16 chars. | `""` | | `jobservice.existingSecret` | Existing secret for jobservice | `""` | +| `jobservice.existingEnvVarsSecret` | Existing secret for jobservice envvars | `""` | | `jobservice.tls.existingSecret` | Name of an existing secret with the certificates for internal TLS access | `""` | | `jobservice.command` | Override default container command (useful when using custom images) | `[]` | | `jobservice.args` | Override default container args (useful when using custom images) | `[]` | @@ -911,6 +912,7 @@ You can enable this initContainer by setting `volumePermissions.enabled` to `tru | `trivy.severity` | Comma-separated list of severities to be checked | `UNKNOWN,LOW,MEDIUM,HIGH,CRITICAL` | | `trivy.ignoreUnfixed` | The flag to display only fixed vulnerabilities | `false` | | `trivy.insecure` | The flag to skip verifying registry certificate | `false` | +| `trivy.existingEnvVarsSecret` | Existing secret for trivy | `""` | | `trivy.gitHubToken` | The GitHub access token to download Trivy DB | `""` | | `trivy.skipUpdate` | The flag to disable Trivy DB downloads from GitHub | `false` | | `trivy.cacheDir` | Directory to store the cache | `/bitnami/harbor-adapter-trivy/.cache` | diff --git a/bitnami/harbor/templates/core/core-secret.yaml b/bitnami/harbor/templates/core/core-secret.yaml index 6334b0dcb6f131..49e70149a6ae88 100644 --- a/bitnami/harbor/templates/core/core-secret.yaml +++ b/bitnami/harbor/templates/core/core-secret.yaml @@ -3,6 +3,7 @@ Copyright Broadcom, Inc. All Rights Reserved. SPDX-License-Identifier: APACHE-2.0 */}} +{{- if or (not .Values.core.existingSecret) (not .Values.core.secretName) }} apiVersion: v1 kind: Secret metadata: @@ -26,3 +27,4 @@ data: tls.crt: {{ include "common.secrets.lookup" (dict "secret" (include "harbor.core" .) "key" "tls.crt" "defaultValue" (coalesce .Values.core.tokenCert $ca.Cert) "context" $) }} tls.key: {{ include "common.secrets.lookup" (dict "secret" (include "harbor.core" .) "key" "tls.key" "defaultValue" (coalesce .Values.core.tokenKey $ca.Key) "context" $) }} {{- end }} +{{- end }} diff --git a/bitnami/harbor/templates/jobservice/jobservice-config-secret.yaml b/bitnami/harbor/templates/jobservice/jobservice-cm-config.yaml similarity index 96% rename from bitnami/harbor/templates/jobservice/jobservice-config-secret.yaml rename to bitnami/harbor/templates/jobservice/jobservice-cm-config.yaml index 28066d7b350b4d..16a10f81839079 100644 --- a/bitnami/harbor/templates/jobservice/jobservice-config-secret.yaml +++ b/bitnami/harbor/templates/jobservice/jobservice-cm-config.yaml @@ -4,7 +4,7 @@ SPDX-License-Identifier: APACHE-2.0 */}} apiVersion: v1 -kind: Secret +kind: ConfigMap metadata: name: {{ include "harbor.jobservice" . }}-config namespace: {{ include "common.names.namespace" . | quote }} @@ -15,7 +15,7 @@ metadata: {{- if .Values.commonAnnotations }} annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }} {{- end }} -stringData: +data: config.yml: |+ #Server listening port protocol: {{ ternary "https" "http" .Values.internalTLS.enabled | quote }} @@ -29,7 +29,6 @@ stringData: workers: {{ .Values.jobservice.maxJobWorkers }} backend: "redis" redis_pool: - redis_url: {{ include "harbor.redisForJobservice" . | quote }} namespace: {{ .Values.jobservice.redisNamespace | quote }} job_loggers: {{- if eq .Values.jobservice.jobLogger "file" }} diff --git a/bitnami/harbor/templates/jobservice/jobservice-dpl.yaml b/bitnami/harbor/templates/jobservice/jobservice-dpl.yaml index ae915b4181d731..193795801a2bca 100644 --- a/bitnami/harbor/templates/jobservice/jobservice-dpl.yaml +++ b/bitnami/harbor/templates/jobservice/jobservice-dpl.yaml @@ -31,7 +31,7 @@ spec: annotations: checksum/configmap-env: {{ include (print $.Template.BasePath "/jobservice/jobservice-cm-envvars.yaml") . | sha256sum }} checksum/secret-env: {{ include (print $.Template.BasePath "/jobservice/jobservice-secret-envvars.yaml") . | sha256sum }} - checksum/secret-config: {{ include (print $.Template.BasePath "/jobservice/jobservice-config-secret.yaml") . | sha256sum }} + checksum/configmap-config: {{ include (print $.Template.BasePath "/jobservice/jobservice-cm-config.yaml") . | sha256sum }} checksum/secret: {{ include (print $.Template.BasePath "/jobservice/jobservice-secrets.yaml") . | sha256sum }} checksum/secret-core: {{ include (print $.Template.BasePath "/core/core-secret.yaml") . | sha256sum }} {{- if and .Values.internalTLS.enabled (not .Values.core.tls.existingSecret) }} @@ -166,7 +166,11 @@ spec: - configMapRef: name: {{ printf "%s-envvars" (include "harbor.jobservice" .) }} - secretRef: + {{- with .Values.jobservice.existingEnvVarsSecret }} + name: {{ . }} + {{- else }} name: {{ printf "%s-envvars" (include "harbor.jobservice" .) }} + {{- end }} {{- if .Values.jobservice.extraEnvVarsCM }} - configMapRef: name: {{ include "common.tplvalues.render" (dict "value" .Values.jobservice.extraEnvVarsCM "context" $) }} @@ -242,8 +246,8 @@ spec: - name: empty-dir emptyDir: {} - name: jobservice-config - secret: - secretName: {{ include "harbor.jobservice" . }}-config + configMap: + name: {{ include "harbor.jobservice" . }}-config - name: job-logs {{- if and .Values.persistence.enabled (eq .Values.jobservice.jobLogger "file") }} persistentVolumeClaim: diff --git a/bitnami/harbor/templates/jobservice/jobservice-secret-envvars.yaml b/bitnami/harbor/templates/jobservice/jobservice-secret-envvars.yaml index 3084b90f3ea22c..26265e83693d5d 100644 --- a/bitnami/harbor/templates/jobservice/jobservice-secret-envvars.yaml +++ b/bitnami/harbor/templates/jobservice/jobservice-secret-envvars.yaml @@ -3,6 +3,7 @@ Copyright Broadcom, Inc. All Rights Reserved. SPDX-License-Identifier: APACHE-2.0 */}} +{{- if not .Values.jobservice.existingEnvVarsSecret }} apiVersion: v1 kind: Secret metadata: @@ -18,3 +19,5 @@ metadata: type: Opaque data: REGISTRY_CREDENTIAL_PASSWORD: {{ .Values.registry.credentials.password | b64enc | quote }} + JOB_SERVICE_POOL_REDIS_URL: {{ include "harbor.redisForJobservice" . | b64enc | quote }} +{{- end }} diff --git a/bitnami/harbor/templates/trivy/trivy-secret-envvars.yaml b/bitnami/harbor/templates/trivy/trivy-secret-envvars.yaml index 2e7391f9444e76..d0e19ee74aea43 100644 --- a/bitnami/harbor/templates/trivy/trivy-secret-envvars.yaml +++ b/bitnami/harbor/templates/trivy/trivy-secret-envvars.yaml @@ -3,7 +3,7 @@ Copyright Broadcom, Inc. All Rights Reserved. SPDX-License-Identifier: APACHE-2.0 */}} -{{- if .Values.trivy.enabled }} +{{- if and .Values.trivy.enabled (not .Values.trivy.existingEnvVarsSecret) }} apiVersion: v1 kind: Secret metadata: diff --git a/bitnami/harbor/templates/trivy/trivy-sts.yaml b/bitnami/harbor/templates/trivy/trivy-sts.yaml index c4c3bef829ceff..c2162ec5b2bc95 100644 --- a/bitnami/harbor/templates/trivy/trivy-sts.yaml +++ b/bitnami/harbor/templates/trivy/trivy-sts.yaml @@ -129,7 +129,11 @@ spec: - configMapRef: name: {{ printf "%s-envvars" (include "harbor.trivy" .) }} - secretRef: + {{- with .Values.trivy.existingEnvVarsSecret }} + name: {{ . }} + {{- else }} name: {{ printf "%s-envvars" (include "harbor.trivy" .) }} + {{- end }} {{- if .Values.trivy.extraEnvVarsCM }} - configMapRef: name: {{ include "common.tplvalues.render" (dict "value" .Values.trivy.extraEnvVarsCM "context" $) }} diff --git a/bitnami/harbor/values.yaml b/bitnami/harbor/values.yaml index 9704b3e8ce73e5..cd12d812af6746 100644 --- a/bitnami/harbor/values.yaml +++ b/bitnami/harbor/values.yaml @@ -1798,6 +1798,13 @@ jobservice: ## `secret` (required), ## existingSecret: "" + ## @param jobservice.existingEnvVarsSecret Existing secret for jobservice envvars + ## The secret must contain the keys: + ## `REGISTRY_CREDENTIAL_PASSWORD` (required), + ## `JOB_SERVICE_POOL_REDIS_URL` (required), + ## + ## If you do not know how to start, let the chart generate a full secret for you before defining an existingEnvVarsSecret + existingEnvVarsSecret: "" ## Use TLS in the container ## tls: @@ -2742,6 +2749,14 @@ trivy: ## @param trivy.insecure The flag to skip verifying registry certificate ## insecure: false + ## @param trivy.existingEnvVarsSecret Existing secret for trivy + ## The secret must contain the keys: + ## `SCANNER_TRIVY_GITHUB_TOKEN` (optional) + ## `SCANNER_REDIS_URL` (required) + ## `SCANNER_STORE_REDIS_URL` (required) + ## `SCANNER_JOB_QUEUE_REDIS_URL` (required) + ## + existingEnvVarsSecret: "" ## @param trivy.gitHubToken The GitHub access token to download Trivy DB ## ## Trivy DB contains vulnerability information from NVD, Red Hat, and many other upstream vulnerability databases. From 8352e065fa0e51e78ec32fd527e3f8a2170d5834 Mon Sep 17 00:00:00 2001 From: Fran Mulero Date: Wed, 29 May 2024 08:41:33 +0200 Subject: [PATCH 060/110] [bitnami/magento] Enable PodDisruptionBudgets (#26507) * [bitnami/magento] Enable PodDisruptionBudgets Signed-off-by: Fran Mulero * Update CHANGELOG.md Signed-off-by: Bitnami Containers --------- Signed-off-by: Fran Mulero Signed-off-by: Bitnami Containers Co-authored-by: Bitnami Containers --- bitnami/magento/CHANGELOG.md | 669 +++++++++++++++-------------- bitnami/magento/Chart.yaml | 2 +- bitnami/magento/README.md | 3 + bitnami/magento/templates/pdb.yaml | 26 ++ bitnami/magento/values.yaml | 10 + 5 files changed, 377 insertions(+), 333 deletions(-) create mode 100644 bitnami/magento/templates/pdb.yaml diff --git a/bitnami/magento/CHANGELOG.md b/bitnami/magento/CHANGELOG.md index 7f8a1e0c6ae59d..8993d37224e2f9 100644 --- a/bitnami/magento/CHANGELOG.md +++ b/bitnami/magento/CHANGELOG.md @@ -1,1074 +1,1079 @@ # Changelog +## 27.2.0 (2024-05-28) + +* [bitnami/magento] Enable PodDisruptionBudgets ([#26507](https://github.com/bitnami/charts/pull/26507)) + ## 27.1.0 (2024-05-21) -* [bitnami/magento] feat: :sparkles: :lock: Add warning when original images are replaced ([#26235](https://github.com/bitnami/charts/pulls/26235)) +* [bitnami/*] ci: :construction_worker: Add tag and changelog support (#25359) ([91c707c](https://github.com/bitnami/charts/commit/91c707c9e4e574725a09505d2d313fb93f1b4c0a)), closes [#25359](https://github.com/bitnami/charts/issues/25359) +* [bitnami/magento] feat: :sparkles: :lock: Add warning when original images are replaced (#26235) ([66c47e6](https://github.com/bitnami/charts/commit/66c47e608bb3b8abf154467241c34701300c6c9c)), closes [#26235](https://github.com/bitnami/charts/issues/26235) ## 27.0.3 (2024-05-18) -* [bitnami/magento] Release 27.0.3 updating components versions (#26038) ([f835cab](https://github.com/bitnami/charts/commit/f835cab)), closes [#26038](https://github.com/bitnami/charts/issues/26038) +* [bitnami/magento] Release 27.0.3 updating components versions (#26038) ([f835cab](https://github.com/bitnami/charts/commit/f835cab3433599bac95c83300d1fed1aa5d6ef3c)), closes [#26038](https://github.com/bitnami/charts/issues/26038) ## 27.0.2 (2024-05-14) -* [bitnami/*] Change non-root and rolling-tags doc URLs (#25628) ([b067c94](https://github.com/bitnami/charts/commit/b067c94)), closes [#25628](https://github.com/bitnami/charts/issues/25628) -* [bitnami/*] Set new header/owner (#25558) ([8d1dc11](https://github.com/bitnami/charts/commit/8d1dc11)), closes [#25558](https://github.com/bitnami/charts/issues/25558) -* [bitnami/magento] Release 27.0.2 updating components versions (#25784) ([0430b27](https://github.com/bitnami/charts/commit/0430b27)), closes [#25784](https://github.com/bitnami/charts/issues/25784) -* Replace VMware by Broadcom copyright text (#25306) ([a5e4bd0](https://github.com/bitnami/charts/commit/a5e4bd0)), closes [#25306](https://github.com/bitnami/charts/issues/25306) +* [bitnami/*] Change non-root and rolling-tags doc URLs (#25628) ([b067c94](https://github.com/bitnami/charts/commit/b067c94f6bcde427863c197fd355f0b5ba12ff5b)), closes [#25628](https://github.com/bitnami/charts/issues/25628) +* [bitnami/*] Set new header/owner (#25558) ([8d1dc11](https://github.com/bitnami/charts/commit/8d1dc11f5fb30db6fba50c43d7af59d2f79deed3)), closes [#25558](https://github.com/bitnami/charts/issues/25558) +* [bitnami/magento] Release 27.0.2 updating components versions (#25784) ([0430b27](https://github.com/bitnami/charts/commit/0430b277fe65d078bde164eb2ac4832a6b06b4c9)), closes [#25784](https://github.com/bitnami/charts/issues/25784) +* Replace VMware by Broadcom copyright text (#25306) ([a5e4bd0](https://github.com/bitnami/charts/commit/a5e4bd0e35e419203793976a78d9d0a13de92c76)), closes [#25306](https://github.com/bitnami/charts/issues/25306) ## 27.0.1 (2024-04-25) -* [bitnami/magento] Release 27.0.1 (#25358) ([19e3af2](https://github.com/bitnami/charts/commit/19e3af2)), closes [#25358](https://github.com/bitnami/charts/issues/25358) -* [bitnami/multiple charts] Fix typo: "NetworkPolice" vs "NetworkPolicy" (#25348) ([6970c1b](https://github.com/bitnami/charts/commit/6970c1b)), closes [#25348](https://github.com/bitnami/charts/issues/25348) +* [bitnami/magento] Release 27.0.1 (#25358) ([19e3af2](https://github.com/bitnami/charts/commit/19e3af2b3a710e3dace82b3be15b097e61b23323)), closes [#25358](https://github.com/bitnami/charts/issues/25358) +* [bitnami/multiple charts] Fix typo: "NetworkPolice" vs "NetworkPolicy" (#25348) ([6970c1b](https://github.com/bitnami/charts/commit/6970c1ba245873506e73d459c6eac1e4919b778f)), closes [#25348](https://github.com/bitnami/charts/issues/25348) ## 27.0.0 (2024-04-23) -* [bitnami/magento] Update dependencies of the chart (#25298) ([b872250](https://github.com/bitnami/charts/commit/b872250)), closes [#25298](https://github.com/bitnami/charts/issues/25298) +* [bitnami/magento] Update dependencies of the chart (#25298) ([b872250](https://github.com/bitnami/charts/commit/b8722501edad16c42a9b955569eb7a2002568f92)), closes [#25298](https://github.com/bitnami/charts/issues/25298) ## 26.0.1 (2024-04-05) -* [bitnami/magento] Release 26.0.1 updating components versions (#24984) ([1aab198](https://github.com/bitnami/charts/commit/1aab198)), closes [#24984](https://github.com/bitnami/charts/issues/24984) +* [bitnami/magento] Release 26.0.1 updating components versions (#24984) ([1aab198](https://github.com/bitnami/charts/commit/1aab198cb7321b9f17bd9d68bab15164b6895fe3)), closes [#24984](https://github.com/bitnami/charts/issues/24984) ## 26.0.0 (2024-04-04) -* [bitnami/*] Readme typos (#24852) ([532fcdc](https://github.com/bitnami/charts/commit/532fcdc)), closes [#24852](https://github.com/bitnami/charts/issues/24852) -* [bitnami/*] Reorder Chart sections (#24455) ([0cf4048](https://github.com/bitnami/charts/commit/0cf4048)), closes [#24455](https://github.com/bitnami/charts/issues/24455) -* [bitnami/magento] feat!: :lock: :boom: Improve security defaults (#24822) ([19a6907](https://github.com/bitnami/charts/commit/19a6907)), closes [#24822](https://github.com/bitnami/charts/issues/24822) -* Update resourcesPreset comments (#24467) ([92e3e8a](https://github.com/bitnami/charts/commit/92e3e8a)), closes [#24467](https://github.com/bitnami/charts/issues/24467) +* [bitnami/*] Readme typos (#24852) ([532fcdc](https://github.com/bitnami/charts/commit/532fcdc499cb67eccf0ade49ff1c02d3deb1d696)), closes [#24852](https://github.com/bitnami/charts/issues/24852) +* [bitnami/*] Reorder Chart sections (#24455) ([0cf4048](https://github.com/bitnami/charts/commit/0cf4048e8743f70a9753d460655bd030cbff6824)), closes [#24455](https://github.com/bitnami/charts/issues/24455) +* [bitnami/magento] feat!: :lock: :boom: Improve security defaults (#24822) ([19a6907](https://github.com/bitnami/charts/commit/19a69070856a51c1d071fa0f31255cf4280140b5)), closes [#24822](https://github.com/bitnami/charts/issues/24822) +* Update resourcesPreset comments (#24467) ([92e3e8a](https://github.com/bitnami/charts/commit/92e3e8a507326d2a20a8f10ab3e7746a2ec5c554)), closes [#24467](https://github.com/bitnami/charts/issues/24467) ## 25.5.0 (2024-03-06) -* [bitnami/magento] feat: :sparkles: :lock: Add automatic adaptation for Openshift restricted-v2 SCC ( ([298e017](https://github.com/bitnami/charts/commit/298e017)), closes [#24112](https://github.com/bitnami/charts/issues/24112) +* [bitnami/magento] feat: :sparkles: :lock: Add automatic adaptation for Openshift restricted-v2 SCC ( ([298e017](https://github.com/bitnami/charts/commit/298e0174f2efbb7e41b4025a23056dec72d52251)), closes [#24112](https://github.com/bitnami/charts/issues/24112) ## 25.4.3 (2024-02-26) -* [bitnami/magento] Release 25.4.3 updating components versions (#23913) ([594c97f](https://github.com/bitnami/charts/commit/594c97f)), closes [#23913](https://github.com/bitnami/charts/issues/23913) +* [bitnami/magento] Release 25.4.3 updating components versions (#23913) ([594c97f](https://github.com/bitnami/charts/commit/594c97fec5f7cab392d61cc7ab43f698adfc217e)), closes [#23913](https://github.com/bitnami/charts/issues/23913) ## 25.4.2 (2024-02-22) -* [bitnami/magento] Release 25.4.2 updating components versions (#23851) ([eaadb17](https://github.com/bitnami/charts/commit/eaadb17)), closes [#23851](https://github.com/bitnami/charts/issues/23851) +* [bitnami/magento] Release 25.4.2 updating components versions (#23851) ([eaadb17](https://github.com/bitnami/charts/commit/eaadb17921bb1f6d03a9f4d5fbebdba678110938)), closes [#23851](https://github.com/bitnami/charts/issues/23851) ## 25.4.1 (2024-02-22) -* [bitnami/magento] Release 25.3.1 (#23718) ([d5c4c97](https://github.com/bitnami/charts/commit/d5c4c97)), closes [#23718](https://github.com/bitnami/charts/issues/23718) +* [bitnami/magento] Release 25.3.1 (#23718) ([d5c4c97](https://github.com/bitnami/charts/commit/d5c4c977f91e4f1f641c19677e0ccf8a01c287da)), closes [#23718](https://github.com/bitnami/charts/issues/23718) ## 25.4.0 (2024-02-22) -* [bitnami/magento] feat: :sparkles: :lock: Add resource preset support (#23479) ([5b20c00](https://github.com/bitnami/charts/commit/5b20c00)), closes [#23479](https://github.com/bitnami/charts/issues/23479) +* [bitnami/magento] feat: :sparkles: :lock: Add resource preset support (#23479) ([5b20c00](https://github.com/bitnami/charts/commit/5b20c0061eaf1d9aa9f24119d03c86321eee24db)), closes [#23479](https://github.com/bitnami/charts/issues/23479) ## 25.3.0 (2024-02-20) -* [bitnami/*] Bump all versions (#23602) ([b70ee2a](https://github.com/bitnami/charts/commit/b70ee2a)), closes [#23602](https://github.com/bitnami/charts/issues/23602) +* [bitnami/*] Bump all versions (#23602) ([b70ee2a](https://github.com/bitnami/charts/commit/b70ee2a30e4dc256bf0ac52928fb2fa7a70f049b)), closes [#23602](https://github.com/bitnami/charts/issues/23602) ## 25.2.3 (2024-02-03) -* [bitnami/magento] Release 25.2.3 updating components versions (#23100) ([bbaf001](https://github.com/bitnami/charts/commit/bbaf001)), closes [#23100](https://github.com/bitnami/charts/issues/23100) +* [bitnami/magento] Release 25.2.3 updating components versions (#23100) ([bbaf001](https://github.com/bitnami/charts/commit/bbaf001b8229432a6d43df423438bef73fda54a4)), closes [#23100](https://github.com/bitnami/charts/issues/23100) ## 25.2.2 (2024-01-31) -* [bitnami/magento] Release 25.2.2 updating components versions (#22968) ([802cd05](https://github.com/bitnami/charts/commit/802cd05)), closes [#22968](https://github.com/bitnami/charts/issues/22968) +* [bitnami/magento] Release 25.2.2 updating components versions (#22968) ([802cd05](https://github.com/bitnami/charts/commit/802cd05fb8a79be5e0e7eb17459135af433adaa0)), closes [#22968](https://github.com/bitnami/charts/issues/22968) ## 25.2.1 (2024-01-26) -* [bitnami/*] Move documentation sections from docs.bitnami.com back to the README (#22203) ([7564f36](https://github.com/bitnami/charts/commit/7564f36)), closes [#22203](https://github.com/bitnami/charts/issues/22203) -* [bitnami/magento] fix: :bug: Set seLinuxOptions to null for Openshift compatibility (#22616) ([bce8171](https://github.com/bitnami/charts/commit/bce8171)), closes [#22616](https://github.com/bitnami/charts/issues/22616) +* [bitnami/*] Move documentation sections from docs.bitnami.com back to the README (#22203) ([7564f36](https://github.com/bitnami/charts/commit/7564f36ca1e95ff30ee686652b7ab8690561a707)), closes [#22203](https://github.com/bitnami/charts/issues/22203) +* [bitnami/magento] fix: :bug: Set seLinuxOptions to null for Openshift compatibility (#22616) ([bce8171](https://github.com/bitnami/charts/commit/bce8171298aed67625c9272636fb821b7ca8729e)), closes [#22616](https://github.com/bitnami/charts/issues/22616) ## 25.2.0 (2024-01-19) -* [bitnami/magento] fix: :lock: Move service-account token auto-mount to pod declaration (#22488) ([72db09b](https://github.com/bitnami/charts/commit/72db09b)), closes [#22488](https://github.com/bitnami/charts/issues/22488) +* [bitnami/magento] fix: :lock: Move service-account token auto-mount to pod declaration (#22488) ([72db09b](https://github.com/bitnami/charts/commit/72db09bfa26af6fdb5a9deeb2da61ea5ea3ee660)), closes [#22488](https://github.com/bitnami/charts/issues/22488) ## 25.1.1 (2024-01-19) -* [bitnami/magento] Release 25.1.1 updating components versions (#22353) ([ec72e9f](https://github.com/bitnami/charts/commit/ec72e9f)), closes [#22353](https://github.com/bitnami/charts/issues/22353) +* [bitnami/magento] Release 25.1.1 updating components versions (#22353) ([ec72e9f](https://github.com/bitnami/charts/commit/ec72e9f4134e0f31a2f99024c9d89e428dc9d942)), closes [#22353](https://github.com/bitnami/charts/issues/22353) ## 25.1.0 (2024-01-16) -* [bitnami/*] Fix docs.bitnami.com broken links (#21901) ([f35506d](https://github.com/bitnami/charts/commit/f35506d)), closes [#21901](https://github.com/bitnami/charts/issues/21901) -* [bitnami/*] Fix ref links (in comments) (#21822) ([e4fa296](https://github.com/bitnami/charts/commit/e4fa296)), closes [#21822](https://github.com/bitnami/charts/issues/21822) -* [bitnami/magento] fix: :lock: Improve podSecurityContext and containerSecurityContext with essential ([fc16164](https://github.com/bitnami/charts/commit/fc16164)), closes [#22147](https://github.com/bitnami/charts/issues/22147) +* [bitnami/*] Fix docs.bitnami.com broken links (#21901) ([f35506d](https://github.com/bitnami/charts/commit/f35506d2dadee4f097986e7792df1f53ab215b5d)), closes [#21901](https://github.com/bitnami/charts/issues/21901) +* [bitnami/*] Fix ref links (in comments) (#21822) ([e4fa296](https://github.com/bitnami/charts/commit/e4fa296106b225cf8c82445727c675c7c725e380)), closes [#21822](https://github.com/bitnami/charts/issues/21822) +* [bitnami/magento] fix: :lock: Improve podSecurityContext and containerSecurityContext with essential ([fc16164](https://github.com/bitnami/charts/commit/fc1616483da1823a6eebe8ef2287205c44e756dd)), closes [#22147](https://github.com/bitnami/charts/issues/22147) ## 25.0.1 (2024-01-03) -* [bitnami/*] Update copyright: Year and company (#21815) ([6c4bf75](https://github.com/bitnami/charts/commit/6c4bf75)), closes [#21815](https://github.com/bitnami/charts/issues/21815) -* [bitnami/magento] Release 25.0.1 updating components versions (#21829) ([0c6dc55](https://github.com/bitnami/charts/commit/0c6dc55)), closes [#21829](https://github.com/bitnami/charts/issues/21829) +* [bitnami/*] Update copyright: Year and company (#21815) ([6c4bf75](https://github.com/bitnami/charts/commit/6c4bf75dec58fc7c9aee9f089777b1a858c17d5b)), closes [#21815](https://github.com/bitnami/charts/issues/21815) +* [bitnami/magento] Release 25.0.1 updating components versions (#21829) ([0c6dc55](https://github.com/bitnami/charts/commit/0c6dc55d932a99d03b0ba6a1ca3946ea0e1dda46)), closes [#21829](https://github.com/bitnami/charts/issues/21829) ## 25.0.0 (2023-12-20) -* [bitnami/magento] Upgrade MariaDB 11.2 (#21685) ([4defdaa](https://github.com/bitnami/charts/commit/4defdaa)), closes [#21685](https://github.com/bitnami/charts/issues/21685) +* [bitnami/magento] Upgrade MariaDB 11.2 (#21685) ([4defdaa](https://github.com/bitnami/charts/commit/4defdaacd8ffb6a831e8d5889f18d411c08054b0)), closes [#21685](https://github.com/bitnami/charts/issues/21685) ## 24.1.3 (2023-12-20) -* [bitnami/magento] Release 24.1.3 updating components versions (#21663) ([fe429f7](https://github.com/bitnami/charts/commit/fe429f7)), closes [#21663](https://github.com/bitnami/charts/issues/21663) +* [bitnami/magento] Release 24.1.3 updating components versions (#21663) ([fe429f7](https://github.com/bitnami/charts/commit/fe429f71c9a22170e4db5c8933fb654daaf9708a)), closes [#21663](https://github.com/bitnami/charts/issues/21663) ## 24.1.2 (2023-11-21) -* [bitnami/*] Remove relative links to non-README sections, add verification for that and update TL;DR ([1103633](https://github.com/bitnami/charts/commit/1103633)), closes [#20967](https://github.com/bitnami/charts/issues/20967) -* [bitnami/*] Rename solutions to "Bitnami package for ..." (#21038) ([b82f979](https://github.com/bitnami/charts/commit/b82f979)), closes [#21038](https://github.com/bitnami/charts/issues/21038) -* [bitnami/magento] Release 24.1.2 updating components versions (#21134) ([a8a8a61](https://github.com/bitnami/charts/commit/a8a8a61)), closes [#21134](https://github.com/bitnami/charts/issues/21134) +* [bitnami/*] Remove relative links to non-README sections, add verification for that and update TL;DR ([1103633](https://github.com/bitnami/charts/commit/11036334d82df0490aa4abdb591543cab6cf7d7f)), closes [#20967](https://github.com/bitnami/charts/issues/20967) +* [bitnami/*] Rename solutions to "Bitnami package for ..." (#21038) ([b82f979](https://github.com/bitnami/charts/commit/b82f979e4fb63423fe6e2192c946d09d79c944fc)), closes [#21038](https://github.com/bitnami/charts/issues/21038) +* [bitnami/magento] Release 24.1.2 updating components versions (#21134) ([a8a8a61](https://github.com/bitnami/charts/commit/a8a8a61cdeceac260b11d8aad1923128841c16de)), closes [#21134](https://github.com/bitnami/charts/issues/21134) ## 24.1.1 (2023-11-08) -* [bitnami/magento] Release 24.1.1 updating components versions (#20755) ([6a0011a](https://github.com/bitnami/charts/commit/6a0011a)), closes [#20755](https://github.com/bitnami/charts/issues/20755) +* [bitnami/magento] Release 24.1.1 updating components versions (#20755) ([6a0011a](https://github.com/bitnami/charts/commit/6a0011a0cf0b772367f57b7a152a143c7ae5084f)), closes [#20755](https://github.com/bitnami/charts/issues/20755) ## 24.1.0 (2023-11-07) -* [bitnami/*] Rename VMware Application Catalog (#20361) ([3acc734](https://github.com/bitnami/charts/commit/3acc734)), closes [#20361](https://github.com/bitnami/charts/issues/20361) -* [bitnami/*] Skip image's tag in the README files of the Bitnami Charts (#19841) ([bb9a01b](https://github.com/bitnami/charts/commit/bb9a01b)), closes [#19841](https://github.com/bitnami/charts/issues/19841) -* [bitnami/*] Standardize documentation (#19835) ([af5f753](https://github.com/bitnami/charts/commit/af5f753)), closes [#19835](https://github.com/bitnami/charts/issues/19835) -* [bitnami/magento] feat: :sparkles: Add support for PSA restricted policy (#20479) ([0db57e6](https://github.com/bitnami/charts/commit/0db57e6)), closes [#20479](https://github.com/bitnami/charts/issues/20479) +* [bitnami/*] Rename VMware Application Catalog (#20361) ([3acc734](https://github.com/bitnami/charts/commit/3acc73472beb6fb56c4d99f929061001205bc57e)), closes [#20361](https://github.com/bitnami/charts/issues/20361) +* [bitnami/*] Skip image's tag in the README files of the Bitnami Charts (#19841) ([bb9a01b](https://github.com/bitnami/charts/commit/bb9a01b65911c87e48318db922cc05eb42785e42)), closes [#19841](https://github.com/bitnami/charts/issues/19841) +* [bitnami/*] Standardize documentation (#19835) ([af5f753](https://github.com/bitnami/charts/commit/af5f7530c1bc8c5ded53a6c4f7b8f384ac1804f2)), closes [#19835](https://github.com/bitnami/charts/issues/19835) +* [bitnami/magento] feat: :sparkles: Add support for PSA restricted policy (#20479) ([0db57e6](https://github.com/bitnami/charts/commit/0db57e60af97d6fe388a3a386556a903c615a7a0)), closes [#20479](https://github.com/bitnami/charts/issues/20479) ## 24.0.1 (2023-10-12) -* [bitnami/magento] Release 24.0.1 (#20149) ([323de93](https://github.com/bitnami/charts/commit/323de93)), closes [#20149](https://github.com/bitnami/charts/issues/20149) +* [bitnami/magento] Release 24.0.1 (#20149) ([323de93](https://github.com/bitnami/charts/commit/323de935439b591ae8adf9993d6fa2526224e8a2)), closes [#20149](https://github.com/bitnami/charts/issues/20149) ## 24.0.0 (2023-10-11) -* [bitnami/magento] Update MariaDB to 14.x.x (#20016) ([677ed0b](https://github.com/bitnami/charts/commit/677ed0b)), closes [#20016](https://github.com/bitnami/charts/issues/20016) +* [bitnami/magento] Update MariaDB to 14.x.x (#20016) ([677ed0b](https://github.com/bitnami/charts/commit/677ed0b93bc0c2e3cc6913a77be672ff815f74a2)), closes [#20016](https://github.com/bitnami/charts/issues/20016) ## 23.1.6 (2023-10-09) -* [bitnami/magento] Release 23.1.6 (#19919) ([35d32ba](https://github.com/bitnami/charts/commit/35d32ba)), closes [#19919](https://github.com/bitnami/charts/issues/19919) +* [bitnami/magento] Release 23.1.6 (#19919) ([35d32ba](https://github.com/bitnami/charts/commit/35d32ba59c7f21a6cd0976af9e0932b6258016ca)), closes [#19919](https://github.com/bitnami/charts/issues/19919) ## 23.1.5 (2023-10-09) -* [bitnami/magento] Release 23.1.5 (#19872) ([8b46949](https://github.com/bitnami/charts/commit/8b46949)), closes [#19872](https://github.com/bitnami/charts/issues/19872) +* [bitnami/magento] Release 23.1.5 (#19872) ([8b46949](https://github.com/bitnami/charts/commit/8b469498482ba79818a50632f7c4b63dfccef9a1)), closes [#19872](https://github.com/bitnami/charts/issues/19872) ## 23.1.4 (2023-10-09) -* [bitnami/magento] Release 23.1.4 (#19860) ([1c1a3fe](https://github.com/bitnami/charts/commit/1c1a3fe)), closes [#19860](https://github.com/bitnami/charts/issues/19860) +* [bitnami/magento] Release 23.1.4 (#19860) ([1c1a3fe](https://github.com/bitnami/charts/commit/1c1a3fefd67b35bdcdf95395c5fb0d88bcbb282a)), closes [#19860](https://github.com/bitnami/charts/issues/19860) ## 23.1.3 (2023-10-09) -* [bitnami/*] Update Helm charts prerequisites (#19745) ([eb755dd](https://github.com/bitnami/charts/commit/eb755dd)), closes [#19745](https://github.com/bitnami/charts/issues/19745) -* [bitnami/*] Update readme files (#19277) ([e56aeb2](https://github.com/bitnami/charts/commit/e56aeb2)), closes [#19277](https://github.com/bitnami/charts/issues/19277) -* [bitnami/magento] Release 23.1.3 (#19809) ([c73d3fa](https://github.com/bitnami/charts/commit/c73d3fa)), closes [#19809](https://github.com/bitnami/charts/issues/19809) -* Revert "Autogenerate schema files (#19194)" (#19335) ([73d80be](https://github.com/bitnami/charts/commit/73d80be)), closes [#19194](https://github.com/bitnami/charts/issues/19194) [#19335](https://github.com/bitnami/charts/issues/19335) +* [bitnami/*] Update Helm charts prerequisites (#19745) ([eb755dd](https://github.com/bitnami/charts/commit/eb755dd36a4dd3cf6635be8e0598f9a7f4c4a554)), closes [#19745](https://github.com/bitnami/charts/issues/19745) +* [bitnami/*] Update readme files (#19277) ([e56aeb2](https://github.com/bitnami/charts/commit/e56aeb2fbfbf5b6e42375db48cc7ae1ef1c3a823)), closes [#19277](https://github.com/bitnami/charts/issues/19277) +* [bitnami/magento] Release 23.1.3 (#19809) ([c73d3fa](https://github.com/bitnami/charts/commit/c73d3fabf2a11a8e5aeb37c3ffd5e5c8dde19d13)), closes [#19809](https://github.com/bitnami/charts/issues/19809) +* Revert "Autogenerate schema files (#19194)" (#19335) ([73d80be](https://github.com/bitnami/charts/commit/73d80be525c88fb4b8a54451a55acd506e337062)), closes [#19194](https://github.com/bitnami/charts/issues/19194) [#19335](https://github.com/bitnami/charts/issues/19335) ## 23.1.2 (2023-09-13) -* [bitnami/magento] Fix magentoHost when using Ingress #19262 (#19263) ([3581eee](https://github.com/bitnami/charts/commit/3581eee)), closes [#19262](https://github.com/bitnami/charts/issues/19262) [#19263](https://github.com/bitnami/charts/issues/19263) -* Autogenerate schema files (#19194) ([a2c2090](https://github.com/bitnami/charts/commit/a2c2090)), closes [#19194](https://github.com/bitnami/charts/issues/19194) +* [bitnami/magento] Fix magentoHost when using Ingress #19262 (#19263) ([3581eee](https://github.com/bitnami/charts/commit/3581eeeafa3bf219ea8b3238abb633a0234ac40a)), closes [#19262](https://github.com/bitnami/charts/issues/19262) [#19263](https://github.com/bitnami/charts/issues/19263) +* Autogenerate schema files (#19194) ([a2c2090](https://github.com/bitnami/charts/commit/a2c2090b5ac97f47b745c8028c6452bf99739772)), closes [#19194](https://github.com/bitnami/charts/issues/19194) ## 23.1.1 (2023-09-08) -* [bitnami/magento]: Use merge helper (#19064) ([a59d6d0](https://github.com/bitnami/charts/commit/a59d6d0)), closes [#19064](https://github.com/bitnami/charts/issues/19064) +* [bitnami/magento]: Use merge helper (#19064) ([a59d6d0](https://github.com/bitnami/charts/commit/a59d6d03587ead683d51574a0dfe7eb147661366)), closes [#19064](https://github.com/bitnami/charts/issues/19064) ## 23.1.0 (2023-08-29) -* [bitnami/magento] Support for customizing standard labels (#18620) ([6ef8459](https://github.com/bitnami/charts/commit/6ef8459)), closes [#18620](https://github.com/bitnami/charts/issues/18620) +* [bitnami/magento] Support for customizing standard labels (#18620) ([6ef8459](https://github.com/bitnami/charts/commit/6ef8459d2516380128dd8a7ef9ad6855a0622cf4)), closes [#18620](https://github.com/bitnami/charts/issues/18620) ## 23.0.3 (2023-08-20) -* [bitnami/magento] Release 23.0.3 (#18681) ([bf3aeb1](https://github.com/bitnami/charts/commit/bf3aeb1)), closes [#18681](https://github.com/bitnami/charts/issues/18681) +* [bitnami/magento] Release 23.0.3 (#18681) ([bf3aeb1](https://github.com/bitnami/charts/commit/bf3aeb13e8e61e332bf109859051f18c7def987a)), closes [#18681](https://github.com/bitnami/charts/issues/18681) ## 23.0.2 (2023-08-17) -* [bitnami/magento] Release 23.0.2 (#18541) ([cf6410c](https://github.com/bitnami/charts/commit/cf6410c)), closes [#18541](https://github.com/bitnami/charts/issues/18541) +* [bitnami/magento] Release 23.0.2 (#18541) ([cf6410c](https://github.com/bitnami/charts/commit/cf6410c6f5fa0a4c012b6873a06f611df45dfad3)), closes [#18541](https://github.com/bitnami/charts/issues/18541) ## 23.0.1 (2023-08-03) -* [bitnami/magento] Release 23.0.1 (#18164) ([dce3c58](https://github.com/bitnami/charts/commit/dce3c58)), closes [#18164](https://github.com/bitnami/charts/issues/18164) +* [bitnami/magento] Release 23.0.1 (#18164) ([dce3c58](https://github.com/bitnami/charts/commit/dce3c58c586a4e6c7802a8297f51496497b1bd84)), closes [#18164](https://github.com/bitnami/charts/issues/18164) ## 23.0.0 (2023-08-01) -* [bitnami/magento] Update MariaDB chart to 13.0 (#18107) ([2545967](https://github.com/bitnami/charts/commit/2545967)), closes [#18107](https://github.com/bitnami/charts/issues/18107) +* [bitnami/magento] Update MariaDB chart to 13.0 (#18107) ([2545967](https://github.com/bitnami/charts/commit/25459672ea9d223695d9510e0ca06b5f616b0239)), closes [#18107](https://github.com/bitnami/charts/issues/18107) ## 22.1.8 (2023-08-01) -* [bitnami/magento] Release 22.1.8 (#18083) ([785d798](https://github.com/bitnami/charts/commit/785d798)), closes [#18083](https://github.com/bitnami/charts/issues/18083) +* [bitnami/magento] Release 22.1.8 (#18083) ([785d798](https://github.com/bitnami/charts/commit/785d79811b9919f25e696ac3423d8a4f3cd63c60)), closes [#18083](https://github.com/bitnami/charts/issues/18083) ## 22.1.7 (2023-07-26) -* [bitnami/magento] Release 22.1.7 (#17916) ([c359714](https://github.com/bitnami/charts/commit/c359714)), closes [#17916](https://github.com/bitnami/charts/issues/17916) +* [bitnami/magento] Release 22.1.7 (#17916) ([c359714](https://github.com/bitnami/charts/commit/c359714f44b8f27f9d4cb26dc597a65acf2d0bbd)), closes [#17916](https://github.com/bitnami/charts/issues/17916) ## 22.1.6 (2023-07-17) -* [bitnami/magento] Release 22.1.6 (#17745) ([d49967a](https://github.com/bitnami/charts/commit/d49967a)), closes [#17745](https://github.com/bitnami/charts/issues/17745) +* [bitnami/magento] Release 22.1.6 (#17745) ([d49967a](https://github.com/bitnami/charts/commit/d49967a7cde55af624cb542ef27fbbacd5f45639)), closes [#17745](https://github.com/bitnami/charts/issues/17745) ## 22.1.5 (2023-07-15) -* [bitnami/magento] Release 22.1.5 (#17680) ([3fc6123](https://github.com/bitnami/charts/commit/3fc6123)), closes [#17680](https://github.com/bitnami/charts/issues/17680) +* [bitnami/magento] Release 22.1.5 (#17680) ([3fc6123](https://github.com/bitnami/charts/commit/3fc612317dec8eb55be01a32e1e171d76aa578cc)), closes [#17680](https://github.com/bitnami/charts/issues/17680) ## 22.1.4 (2023-07-07) -* [bitnami/magento] Release 22.1.3 (#17231) ([eab4ed7](https://github.com/bitnami/charts/commit/eab4ed7)), closes [#17231](https://github.com/bitnami/charts/issues/17231) +* [bitnami/magento] Release 22.1.3 (#17231) ([eab4ed7](https://github.com/bitnami/charts/commit/eab4ed7aa03f633b09403ec092e5819c4af38f79)), closes [#17231](https://github.com/bitnami/charts/issues/17231) ## 22.1.3 (2023-07-07) -* [bitnami/*] Change copyright section in READMEs (#17006) ([ef986a1](https://github.com/bitnami/charts/commit/ef986a1)), closes [#17006](https://github.com/bitnami/charts/issues/17006) -* [bitnami/magento] Update chown of the deployment (#17418) ([be217a8](https://github.com/bitnami/charts/commit/be217a8)), closes [#17418](https://github.com/bitnami/charts/issues/17418) -* [bitnami/several] Change copyright section in READMEs (#16989) ([5b6a5cf](https://github.com/bitnami/charts/commit/5b6a5cf)), closes [#16989](https://github.com/bitnami/charts/issues/16989) -* [bitnami/several] Remove 'Community supported solution' section from READMEs (#17119) ([4531d57](https://github.com/bitnami/charts/commit/4531d57)), closes [#17119](https://github.com/bitnami/charts/issues/17119) -* Add copyright header (#17300) ([da68be8](https://github.com/bitnami/charts/commit/da68be8)), closes [#17300](https://github.com/bitnami/charts/issues/17300) -* Update charts readme (#17217) ([31b3c0a](https://github.com/bitnami/charts/commit/31b3c0a)), closes [#17217](https://github.com/bitnami/charts/issues/17217) +* [bitnami/*] Change copyright section in READMEs (#17006) ([ef986a1](https://github.com/bitnami/charts/commit/ef986a1605241102b3dcafe9fd8089e6fc1201ad)), closes [#17006](https://github.com/bitnami/charts/issues/17006) +* [bitnami/magento] Update chown of the deployment (#17418) ([be217a8](https://github.com/bitnami/charts/commit/be217a82b0560fd4f0b48d817c95b930138b0e13)), closes [#17418](https://github.com/bitnami/charts/issues/17418) +* [bitnami/several] Change copyright section in READMEs (#16989) ([5b6a5cf](https://github.com/bitnami/charts/commit/5b6a5cfb7625a751848a2e5cd796bd7278f406ca)), closes [#16989](https://github.com/bitnami/charts/issues/16989) +* [bitnami/several] Remove 'Community supported solution' section from READMEs (#17119) ([4531d57](https://github.com/bitnami/charts/commit/4531d571914e970fe4cef19ae00a9fa4cc038f47)), closes [#17119](https://github.com/bitnami/charts/issues/17119) +* Add copyright header (#17300) ([da68be8](https://github.com/bitnami/charts/commit/da68be8e951225133c7dfb572d5101ca3d61c5ae)), closes [#17300](https://github.com/bitnami/charts/issues/17300) +* Update charts readme (#17217) ([31b3c0a](https://github.com/bitnami/charts/commit/31b3c0afd968ff4429107e34101f7509e6a0e913)), closes [#17217](https://github.com/bitnami/charts/issues/17217) ## 22.1.2 (2023-05-21) -* [bitnami/magento] Release 22.1.2 (#16815) ([6ec423d](https://github.com/bitnami/charts/commit/6ec423d)), closes [#16815](https://github.com/bitnami/charts/issues/16815) +* [bitnami/magento] Release 22.1.2 (#16815) ([6ec423d](https://github.com/bitnami/charts/commit/6ec423d17f573a7ba9dc06929580b0511b387c74)), closes [#16815](https://github.com/bitnami/charts/issues/16815) ## 22.1.1 (2023-05-12) -* [bitnami/magento] Release 22.1.1 (#16611) ([715d43d](https://github.com/bitnami/charts/commit/715d43d)), closes [#16611](https://github.com/bitnami/charts/issues/16611) -* Add wording for enterprise page (#16560) ([8f22774](https://github.com/bitnami/charts/commit/8f22774)), closes [#16560](https://github.com/bitnami/charts/issues/16560) +* [bitnami/magento] Release 22.1.1 (#16611) ([715d43d](https://github.com/bitnami/charts/commit/715d43d5a8e6c05e8df47adfcfeb0cd1c52315af)), closes [#16611](https://github.com/bitnami/charts/issues/16611) +* Add wording for enterprise page (#16560) ([8f22774](https://github.com/bitnami/charts/commit/8f2277440b976d52785ba9149762ad8620a73d1f)), closes [#16560](https://github.com/bitnami/charts/issues/16560) ## 22.1.0 (2023-05-09) -* [bitnami/several] Adapt Chart.yaml to set desired OCI annotations (#16546) ([fc9b18f](https://github.com/bitnami/charts/commit/fc9b18f)), closes [#16546](https://github.com/bitnami/charts/issues/16546) +* [bitnami/several] Adapt Chart.yaml to set desired OCI annotations (#16546) ([fc9b18f](https://github.com/bitnami/charts/commit/fc9b18f2e98805d4df629acbcde696f44f973344)), closes [#16546](https://github.com/bitnami/charts/issues/16546) ## 22.0.2 (2023-05-09) -* [bitnami/magento] Release 22.0.2 (#16508) ([43328fd](https://github.com/bitnami/charts/commit/43328fd)), closes [#16508](https://github.com/bitnami/charts/issues/16508) +* [bitnami/magento] Release 22.0.2 (#16508) ([43328fd](https://github.com/bitnami/charts/commit/43328fd516bf515d10ede728d852ee6779cb1155)), closes [#16508](https://github.com/bitnami/charts/issues/16508) ## 22.0.1 (2023-05-01) -* [bitnami/magento] Release 22.0.1 (#16311) ([100aee9](https://github.com/bitnami/charts/commit/100aee9)), closes [#16311](https://github.com/bitnami/charts/issues/16311) +* [bitnami/magento] Release 22.0.1 (#16311) ([100aee9](https://github.com/bitnami/charts/commit/100aee9723690f23b3d7897b665300250ad5e477)), closes [#16311](https://github.com/bitnami/charts/issues/16311) ## 22.0.0 (2023-04-21) -* [bitnami/magento] Upgrade MariaDB to version 10.11 (#16168) ([124e5a2](https://github.com/bitnami/charts/commit/124e5a2)), closes [#16168](https://github.com/bitnami/charts/issues/16168) +* [bitnami/magento] Upgrade MariaDB to version 10.11 (#16168) ([124e5a2](https://github.com/bitnami/charts/commit/124e5a2cdf0ccae9ff2378d10f9b3937551cd734)), closes [#16168](https://github.com/bitnami/charts/issues/16168) ## 21.2.0 (2023-04-20) -* [bitnami/*] Make Helm charts 100% OCI (#15998) ([8841510](https://github.com/bitnami/charts/commit/8841510)), closes [#15998](https://github.com/bitnami/charts/issues/15998) +* [bitnami/*] Make Helm charts 100% OCI (#15998) ([8841510](https://github.com/bitnami/charts/commit/884151035efcbf2e1b3206e7def85511073fb57d)), closes [#15998](https://github.com/bitnami/charts/issues/15998) ## 21.1.18 (2023-04-04) -* [bitnami/magento] Release 21.1.18 (#15891) ([02ad0d0](https://github.com/bitnami/charts/commit/02ad0d0)), closes [#15891](https://github.com/bitnami/charts/issues/15891) +* [bitnami/magento] Release 21.1.18 (#15891) ([02ad0d0](https://github.com/bitnami/charts/commit/02ad0d0b09e14f95f79524a9afd350e18a663cbf)), closes [#15891](https://github.com/bitnami/charts/issues/15891) ## 21.1.17 (2023-03-19) -* [bitnami/magento] Release 21.1.17 (#15608) ([703a51a](https://github.com/bitnami/charts/commit/703a51a)), closes [#15608](https://github.com/bitnami/charts/issues/15608) +* [bitnami/magento] Release 21.1.17 (#15608) ([703a51a](https://github.com/bitnami/charts/commit/703a51a772776290d0e2d2979221c5bddf6fce5f)), closes [#15608](https://github.com/bitnami/charts/issues/15608) ## 21.1.16 (2023-03-16) -* [bitnami/charts] Apply linter to README files (#15357) ([0e29e60](https://github.com/bitnami/charts/commit/0e29e60)), closes [#15357](https://github.com/bitnami/charts/issues/15357) -* [bitnami/magento] Release 21.1.16 (#15531) ([886ef5b](https://github.com/bitnami/charts/commit/886ef5b)), closes [#15531](https://github.com/bitnami/charts/issues/15531) +* [bitnami/charts] Apply linter to README files (#15357) ([0e29e60](https://github.com/bitnami/charts/commit/0e29e600d3adc8b1b46e506eccb3decfab3b4e63)), closes [#15357](https://github.com/bitnami/charts/issues/15357) +* [bitnami/magento] Release 21.1.16 (#15531) ([886ef5b](https://github.com/bitnami/charts/commit/886ef5b08e98649e754314acecc6f04bf4d9c245)), closes [#15531](https://github.com/bitnami/charts/issues/15531) ## 21.1.15 (2023-03-01) -* [bitnami/magento] Release 21.1.15 (#15208) ([e4fa350](https://github.com/bitnami/charts/commit/e4fa350)), closes [#15208](https://github.com/bitnami/charts/issues/15208) +* [bitnami/magento] Release 21.1.15 (#15208) ([e4fa350](https://github.com/bitnami/charts/commit/e4fa350031b6fed531832937737eae11a060ee2d)), closes [#15208](https://github.com/bitnami/charts/issues/15208) ## 21.1.14 (2023-02-23) -* [bitnami/*] Change copyright date (#14682) ([add4ec7](https://github.com/bitnami/charts/commit/add4ec7)), closes [#14682](https://github.com/bitnami/charts/issues/14682) -* [bitnami/*] Fix markdown linter issues (#14874) ([a51e0e8](https://github.com/bitnami/charts/commit/a51e0e8)), closes [#14874](https://github.com/bitnami/charts/issues/14874) -* [bitnami/*] Fix markdown linter issues 2 (#14890) ([aa96572](https://github.com/bitnami/charts/commit/aa96572)), closes [#14890](https://github.com/bitnami/charts/issues/14890) -* [bitnami/magento] Release 21.1.14 (#14815) ([a33d662](https://github.com/bitnami/charts/commit/a33d662)), closes [#14815](https://github.com/bitnami/charts/issues/14815) +* [bitnami/*] Change copyright date (#14682) ([add4ec7](https://github.com/bitnami/charts/commit/add4ec701108ac36ed4de2dffbdf407a0d091067)), closes [#14682](https://github.com/bitnami/charts/issues/14682) +* [bitnami/*] Fix markdown linter issues (#14874) ([a51e0e8](https://github.com/bitnami/charts/commit/a51e0e8d35495b907f3e70dd2f8e7c3bcbf4166a)), closes [#14874](https://github.com/bitnami/charts/issues/14874) +* [bitnami/*] Fix markdown linter issues 2 (#14890) ([aa96572](https://github.com/bitnami/charts/commit/aa9657237ee8df4a46db0d7fdf8a23230dd6902a)), closes [#14890](https://github.com/bitnami/charts/issues/14890) +* [bitnami/magento] Release 21.1.14 (#14815) ([a33d662](https://github.com/bitnami/charts/commit/a33d662d1275c2e58e66ad6f63165c9dd1d3b578)), closes [#14815](https://github.com/bitnami/charts/issues/14815) ## 21.1.13 (2023-01-31) -* [bitnami/*] Unify READMEs (#14472) ([2064fb8](https://github.com/bitnami/charts/commit/2064fb8)), closes [#14472](https://github.com/bitnami/charts/issues/14472) -* [bitnami/magento] Don't regenerate self-signed certs on upgrade (#14637) ([45ee743](https://github.com/bitnami/charts/commit/45ee743)), closes [#14637](https://github.com/bitnami/charts/issues/14637) +* [bitnami/*] Unify READMEs (#14472) ([2064fb8](https://github.com/bitnami/charts/commit/2064fb8dcc78a845cdede8211af8c3cc52551161)), closes [#14472](https://github.com/bitnami/charts/issues/14472) +* [bitnami/magento] Don't regenerate self-signed certs on upgrade (#14637) ([45ee743](https://github.com/bitnami/charts/commit/45ee743d129ae2b277884722d05173ca4a14f522)), closes [#14637](https://github.com/bitnami/charts/issues/14637) ## 21.1.12 (2023-01-17) -* [bitnami/*] Add license annotation and remove obsolete engine parameter (#14293) ([da2a794](https://github.com/bitnami/charts/commit/da2a794)), closes [#14293](https://github.com/bitnami/charts/issues/14293) -* [bitnami/*] Change licenses annotation format (#14377) ([0ab7608](https://github.com/bitnami/charts/commit/0ab7608)), closes [#14377](https://github.com/bitnami/charts/issues/14377) -* [bitnami/magento] Release 21.1.12 (#14406) ([37f64da](https://github.com/bitnami/charts/commit/37f64da)), closes [#14406](https://github.com/bitnami/charts/issues/14406) +* [bitnami/*] Add license annotation and remove obsolete engine parameter (#14293) ([da2a794](https://github.com/bitnami/charts/commit/da2a7943bae95b6e9b5b4ed972c15e990b69fdb0)), closes [#14293](https://github.com/bitnami/charts/issues/14293) +* [bitnami/*] Change licenses annotation format (#14377) ([0ab7608](https://github.com/bitnami/charts/commit/0ab760862c660fcc78cffadf8e1d8cdd70881473)), closes [#14377](https://github.com/bitnami/charts/issues/14377) +* [bitnami/magento] Release 21.1.12 (#14406) ([37f64da](https://github.com/bitnami/charts/commit/37f64dac1e48de04b120c18426a6d8d39f82623a)), closes [#14406](https://github.com/bitnami/charts/issues/14406) ## 21.1.11 (2022-12-18) -* [bitnami/magento] Release 21.1.11 (#14009) ([417c77f](https://github.com/bitnami/charts/commit/417c77f)), closes [#14009](https://github.com/bitnami/charts/issues/14009) +* [bitnami/magento] Release 21.1.11 (#14009) ([417c77f](https://github.com/bitnami/charts/commit/417c77f27c972171d5a925334b0042dae7ee67b5)), closes [#14009](https://github.com/bitnami/charts/issues/14009) ## 21.1.10 (2022-11-18) -* [bitnami/magento] Release 21.1.10 (#13591) ([b150987](https://github.com/bitnami/charts/commit/b150987)), closes [#13591](https://github.com/bitnami/charts/issues/13591) +* [bitnami/magento] Release 21.1.10 (#13591) ([b150987](https://github.com/bitnami/charts/commit/b150987fee344da689be3cb6f419128936f169f5)), closes [#13591](https://github.com/bitnami/charts/issues/13591) ## 21.1.9 (2022-10-19) -* [bitnami/magento] Release 21.1.9 (#13032) ([5ea074f](https://github.com/bitnami/charts/commit/5ea074f)), closes [#13032](https://github.com/bitnami/charts/issues/13032) +* [bitnami/magento] Release 21.1.9 (#13032) ([5ea074f](https://github.com/bitnami/charts/commit/5ea074f9f0cbe87a4091a9acfa7993aa19207488)), closes [#13032](https://github.com/bitnami/charts/issues/13032) ## 21.1.8 (2022-10-18) -* [bitnami/*] Use new default branch name in links (#12943) ([a529e02](https://github.com/bitnami/charts/commit/a529e02)), closes [#12943](https://github.com/bitnami/charts/issues/12943) -* [bitnami/magento] Release 21.1.8 (#13004) ([b1e6c08](https://github.com/bitnami/charts/commit/b1e6c08)), closes [#13004](https://github.com/bitnami/charts/issues/13004) +* [bitnami/*] Use new default branch name in links (#12943) ([a529e02](https://github.com/bitnami/charts/commit/a529e02597d49d944eba1eb0f190713293247176)), closes [#12943](https://github.com/bitnami/charts/issues/12943) +* [bitnami/magento] Release 21.1.8 (#13004) ([b1e6c08](https://github.com/bitnami/charts/commit/b1e6c08a6181e1f929b7ee3cfd85e24d7177d23b)), closes [#13004](https://github.com/bitnami/charts/issues/13004) ## 21.1.7 (2022-10-17) -* [bitnami/magento] Release 21.1.7 (#12987) ([0a740fe](https://github.com/bitnami/charts/commit/0a740fe)), closes [#12987](https://github.com/bitnami/charts/issues/12987) +* [bitnami/magento] Release 21.1.7 (#12987) ([0a740fe](https://github.com/bitnami/charts/commit/0a740fe298540de8e1e480c1c4706740068ac9e1)), closes [#12987](https://github.com/bitnami/charts/issues/12987) ## 21.1.6 (2022-10-13) -* [bitnami/magento] Release 21.1.6 (#12944) ([061dcca](https://github.com/bitnami/charts/commit/061dcca)), closes [#12944](https://github.com/bitnami/charts/issues/12944) -* Generic README instructions related to the repo (#12792) ([3cf6b10](https://github.com/bitnami/charts/commit/3cf6b10)), closes [#12792](https://github.com/bitnami/charts/issues/12792) +* [bitnami/magento] Release 21.1.6 (#12944) ([061dcca](https://github.com/bitnami/charts/commit/061dcca2344766de2dfaa0278d328d702fc8bab7)), closes [#12944](https://github.com/bitnami/charts/issues/12944) +* Generic README instructions related to the repo (#12792) ([3cf6b10](https://github.com/bitnami/charts/commit/3cf6b10e10e60df4b3e191d6b99aa99a9f597755)), closes [#12792](https://github.com/bitnami/charts/issues/12792) ## 21.1.5 (2022-09-20) -* [bitnami/magento] Use custom probes if given (#12519) ([546cc02](https://github.com/bitnami/charts/commit/546cc02)), closes [#12519](https://github.com/bitnami/charts/issues/12519) [#12354](https://github.com/bitnami/charts/issues/12354) +* [bitnami/magento] Use custom probes if given (#12519) ([546cc02](https://github.com/bitnami/charts/commit/546cc0274e10eb67cd307d47e039f891e07fbf66)), closes [#12519](https://github.com/bitnami/charts/issues/12519) [#12354](https://github.com/bitnami/charts/issues/12354) ## 21.1.4 (2022-09-13) -* [bitnami/magento] Release 21.1.4 (#12402) ([1b76f46](https://github.com/bitnami/charts/commit/1b76f46)), closes [#12402](https://github.com/bitnami/charts/issues/12402) +* [bitnami/magento] Release 21.1.4 (#12402) ([1b76f46](https://github.com/bitnami/charts/commit/1b76f468aca68ae7e7e22404b84901d6bb3c6480)), closes [#12402](https://github.com/bitnami/charts/issues/12402) ## 21.1.3 (2022-08-29) -* [bitnami/magento] Release 21.1.3 (#12194) ([57c3cee](https://github.com/bitnami/charts/commit/57c3cee)), closes [#12194](https://github.com/bitnami/charts/issues/12194) +* [bitnami/magento] Release 21.1.3 (#12194) ([57c3cee](https://github.com/bitnami/charts/commit/57c3cee3abac44a6d20c93af78fd1704a4f2dc56)), closes [#12194](https://github.com/bitnami/charts/issues/12194) ## 21.1.2 (2022-08-23) -* [bitnami/magento] Update Chart.lock (#12118) ([a2b2253](https://github.com/bitnami/charts/commit/a2b2253)), closes [#12118](https://github.com/bitnami/charts/issues/12118) +* [bitnami/magento] Update Chart.lock (#12118) ([a2b2253](https://github.com/bitnami/charts/commit/a2b2253601dd9b7851007f021263df7826f356a9)), closes [#12118](https://github.com/bitnami/charts/issues/12118) ## 21.1.1 (2022-08-22) -* [bitnami/magento] Update Chart.lock (#12000) ([d9e630d](https://github.com/bitnami/charts/commit/d9e630d)), closes [#12000](https://github.com/bitnami/charts/issues/12000) +* [bitnami/magento] Update Chart.lock (#12000) ([d9e630d](https://github.com/bitnami/charts/commit/d9e630d3cc37003b6d666b51462fb49695e24417)), closes [#12000](https://github.com/bitnami/charts/issues/12000) ## 21.1.0 (2022-08-22) -* [bitnami/magento] Add support for image digest apart from tag (#11923) ([252663e](https://github.com/bitnami/charts/commit/252663e)), closes [#11923](https://github.com/bitnami/charts/issues/11923) +* [bitnami/magento] Add support for image digest apart from tag (#11923) ([252663e](https://github.com/bitnami/charts/commit/252663ec2c703938c0298bbfc2519e22de8536e0)), closes [#11923](https://github.com/bitnami/charts/issues/11923) ## 21.0.8 (2022-08-09) -* [bitnami/magento] Release 21.0.8 (#11689) ([f569b95](https://github.com/bitnami/charts/commit/f569b95)), closes [#11689](https://github.com/bitnami/charts/issues/11689) +* [bitnami/magento] Release 21.0.8 (#11689) ([f569b95](https://github.com/bitnami/charts/commit/f569b954afaa818c2c4ced0238e751a5a42b88b4)), closes [#11689](https://github.com/bitnami/charts/issues/11689) ## 21.0.7 (2022-08-09) -* [bitnami/magento] Release 21.0.7 (#11681) ([ed3adb3](https://github.com/bitnami/charts/commit/ed3adb3)), closes [#11681](https://github.com/bitnami/charts/issues/11681) +* [bitnami/magento] Release 21.0.7 (#11681) ([ed3adb3](https://github.com/bitnami/charts/commit/ed3adb336ea2c1735579bc5659095c6213994cff)), closes [#11681](https://github.com/bitnami/charts/issues/11681) ## 21.0.6 (2022-08-04) -* [bitnami/magento] Release 21.0.6 (#11580) ([d256c19](https://github.com/bitnami/charts/commit/d256c19)), closes [#11580](https://github.com/bitnami/charts/issues/11580) +* [bitnami/magento] Release 21.0.6 (#11580) ([d256c19](https://github.com/bitnami/charts/commit/d256c19ce9829bcc68f9904a6db3fd05351c336c)), closes [#11580](https://github.com/bitnami/charts/issues/11580) ## 21.0.5 (2022-08-03) -* [bitnami/magento] Release 21.0.5 (#11531) ([5b6db07](https://github.com/bitnami/charts/commit/5b6db07)), closes [#11531](https://github.com/bitnami/charts/issues/11531) +* [bitnami/magento] Release 21.0.5 (#11531) ([5b6db07](https://github.com/bitnami/charts/commit/5b6db07ebf3afbbaaa6b19bf720d3543a51f4f8a)), closes [#11531](https://github.com/bitnami/charts/issues/11531) ## 21.0.4 (2022-07-27) -* [bitnami/magento] Release 21.0.4 (#11390) ([1354bcc](https://github.com/bitnami/charts/commit/1354bcc)), closes [#11390](https://github.com/bitnami/charts/issues/11390) +* [bitnami/magento] Release 21.0.4 (#11390) ([1354bcc](https://github.com/bitnami/charts/commit/1354bccd16c7f2ae8d19e4402a9f8615222f6038)), closes [#11390](https://github.com/bitnami/charts/issues/11390) ## 21.0.3 (2022-07-27) -* [bitnami/*] Update URLs to point to the new bitnami/containers monorepo (#11352) ([d665af0](https://github.com/bitnami/charts/commit/d665af0)), closes [#11352](https://github.com/bitnami/charts/issues/11352) -* [bitnami/magento] Release 21.0.3 (#11363) ([8230ffd](https://github.com/bitnami/charts/commit/8230ffd)), closes [#11363](https://github.com/bitnami/charts/issues/11363) +* [bitnami/*] Update URLs to point to the new bitnami/containers monorepo (#11352) ([d665af0](https://github.com/bitnami/charts/commit/d665af0c708846192d8d5fb2f5f9ea65dd464ab0)), closes [#11352](https://github.com/bitnami/charts/issues/11352) +* [bitnami/magento] Release 21.0.3 (#11363) ([8230ffd](https://github.com/bitnami/charts/commit/8230ffd9889f9831cb96f76deba8fd283da68563)), closes [#11363](https://github.com/bitnami/charts/issues/11363) ## 21.0.2 (2022-07-12) -* [bitnami/magento] Release 21.0.2 updating components versions ([711cf45](https://github.com/bitnami/charts/commit/711cf45)) +* [bitnami/magento] Release 21.0.2 updating components versions ([711cf45](https://github.com/bitnami/charts/commit/711cf45788d87ffd36f73ee10e73a77068c030d5)) ## 21.0.1 (2022-07-09) -* [bitnami/magento] Release 21.0.1 updating components versions ([2f8c728](https://github.com/bitnami/charts/commit/2f8c728)) +* [bitnami/magento] Release 21.0.1 updating components versions ([2f8c728](https://github.com/bitnami/charts/commit/2f8c7285bea4911400aa3fa6a6a43518efdc5d06)) ## 21.0.0 (2022-07-08) -* [bitnami/magento] Major version: Update Elasticsearch subchart (#11073) ([fc894fc](https://github.com/bitnami/charts/commit/fc894fc)), closes [#11073](https://github.com/bitnami/charts/issues/11073) +* [bitnami/magento] Major version: Update Elasticsearch subchart (#11073) ([fc894fc](https://github.com/bitnami/charts/commit/fc894fcf43ff44f6e60ea0cd5315cf5e6cf3d5fc)), closes [#11073](https://github.com/bitnami/charts/issues/11073) ## 20.1.15 (2022-07-06) -* [bitnami/magento] Release 20.1.15 updating components versions ([bd28a52](https://github.com/bitnami/charts/commit/bd28a52)) +* [bitnami/magento] Release 20.1.15 updating components versions ([bd28a52](https://github.com/bitnami/charts/commit/bd28a5202e36be5e47404999e7d524fb2b59d862)) ## 20.1.14 (2022-07-05) -* [bitnami/magento] Release 20.1.14 updating components versions ([c2fc78e](https://github.com/bitnami/charts/commit/c2fc78e)) +* [bitnami/magento] Release 20.1.14 updating components versions ([c2fc78e](https://github.com/bitnami/charts/commit/c2fc78e6143916aaa7aacb235fbdf8ab5404163c)) ## 20.1.13 (2022-07-04) -* [bitnami/magento] Release 20.1.13 updating components versions ([9d1f2e0](https://github.com/bitnami/charts/commit/9d1f2e0)) +* [bitnami/magento] Release 20.1.13 updating components versions ([9d1f2e0](https://github.com/bitnami/charts/commit/9d1f2e0639f97698c06da63bb0dfb442f8564718)) ## 20.1.12 (2022-06-30) -* [bitnami/magento] Release 20.1.12 updating components versions ([61b9f26](https://github.com/bitnami/charts/commit/61b9f26)) +* [bitnami/magento] Release 20.1.12 updating components versions ([61b9f26](https://github.com/bitnami/charts/commit/61b9f26d85475fca59c98346861cce2ff476f0ac)) ## 20.1.11 (2022-06-15) -* [bitnami/magento] Release 20.1.11 updating components versions ([7a1cf81](https://github.com/bitnami/charts/commit/7a1cf81)) +* [bitnami/magento] Release 20.1.11 updating components versions ([7a1cf81](https://github.com/bitnami/charts/commit/7a1cf81535f65b72cb378f2562249618eb31082b)) ## 20.1.10 (2022-06-13) -* [bitnami/magento] Release 20.1.10 updating components versions ([8d8a57c](https://github.com/bitnami/charts/commit/8d8a57c)) +* [bitnami/magento] Release 20.1.10 updating components versions ([8d8a57c](https://github.com/bitnami/charts/commit/8d8a57cbda99439851b512dc454fd4f07a9d1ddc)) ## 20.1.9 (2022-06-10) -* [bitnami/*] Replace Kubeapps URL in READMEs (and kubeapps Chart.yaml) and remove BKPR references (#1 ([c6a7914](https://github.com/bitnami/charts/commit/c6a7914)), closes [#10600](https://github.com/bitnami/charts/issues/10600) -* [bitnami/magento] Release 20.1.9 updating components versions ([fee5747](https://github.com/bitnami/charts/commit/fee5747)) +* [bitnami/*] Replace Kubeapps URL in READMEs (and kubeapps Chart.yaml) and remove BKPR references (#1 ([c6a7914](https://github.com/bitnami/charts/commit/c6a7914361e5aea6016fb45bf4d621edfd111d32)), closes [#10600](https://github.com/bitnami/charts/issues/10600) +* [bitnami/magento] Release 20.1.9 updating components versions ([fee5747](https://github.com/bitnami/charts/commit/fee5747284a0d4ba6effec4279138762e7542c71)) ## 20.1.8 (2022-06-07) -* [bitnami/magento] Release 20.1.8 updating components versions ([3609401](https://github.com/bitnami/charts/commit/3609401)) +* [bitnami/magento] Release 20.1.8 updating components versions ([3609401](https://github.com/bitnami/charts/commit/3609401f4cde787970a28ae0fe1959575a8a59c9)) ## 20.1.7 (2022-06-01) -* [bitnami/several] Replace maintainers email by url (#10523) ([ff3cf61](https://github.com/bitnami/charts/commit/ff3cf61)), closes [#10523](https://github.com/bitnami/charts/issues/10523) +* [bitnami/several] Replace maintainers email by url (#10523) ([ff3cf61](https://github.com/bitnami/charts/commit/ff3cf617a1680509b0f3855d17c4ccff7b29a0ff)), closes [#10523](https://github.com/bitnami/charts/issues/10523) ## 20.1.6 (2022-05-30) -* [bitnami/several] Replace base64 --decode with base64 -d (#10495) ([099286a](https://github.com/bitnami/charts/commit/099286a)), closes [#10495](https://github.com/bitnami/charts/issues/10495) +* [bitnami/several] Replace base64 --decode with base64 -d (#10495) ([099286a](https://github.com/bitnami/charts/commit/099286ae7a87784cf809df0b64ab24f7ff0144c8)), closes [#10495](https://github.com/bitnami/charts/issues/10495) ## 20.1.5 (2022-05-25) -* [bitnami/magento] Release 20.1.5 updating components versions ([1ae76e1](https://github.com/bitnami/charts/commit/1ae76e1)) +* [bitnami/magento] Release 20.1.5 updating components versions ([1ae76e1](https://github.com/bitnami/charts/commit/1ae76e1ecd413896767c870ce5adb994fff463fc)) ## 20.1.4 (2022-05-22) -* [bitnami/magento] Release 20.1.4 updating components versions ([058a11c](https://github.com/bitnami/charts/commit/058a11c)) +* [bitnami/magento] Release 20.1.4 updating components versions ([058a11c](https://github.com/bitnami/charts/commit/058a11c8e6ede21e874121ef4a1169d294b6402d)) ## 20.1.3 (2022-05-20) -* [bitnami/*] Fix HPA API version template usage (#10332) ([85ce7af](https://github.com/bitnami/charts/commit/85ce7af)), closes [#10332](https://github.com/bitnami/charts/issues/10332) +* [bitnami/*] Fix HPA API version template usage (#10332) ([85ce7af](https://github.com/bitnami/charts/commit/85ce7af79a6a44d8b90e4907064ca77efe7c8288)), closes [#10332](https://github.com/bitnami/charts/issues/10332) ## 20.1.2 (2022-05-19) -* [bitnami/magento] Release 20.1.2 updating components versions ([1aa3c4c](https://github.com/bitnami/charts/commit/1aa3c4c)) +* [bitnami/magento] Release 20.1.2 updating components versions ([1aa3c4c](https://github.com/bitnami/charts/commit/1aa3c4ced35acc09620bd082454fe4d53bff94c3)) ## 20.1.1 (2022-05-18) -* [bitnami/magento] Release 20.1.1 updating components versions ([bca492a](https://github.com/bitnami/charts/commit/bca492a)) +* [bitnami/magento] Release 20.1.1 updating components versions ([bca492a](https://github.com/bitnami/charts/commit/bca492a6757bc20d82d767c3a28eaf440e5aac1d)) ## 20.1.0 (2022-05-16) -* [bitnami/*] add ingress extraRules feature (#10253) ([0f6cbb9](https://github.com/bitnami/charts/commit/0f6cbb9)), closes [#10253](https://github.com/bitnami/charts/issues/10253) +* [bitnami/*] add ingress extraRules feature (#10253) ([0f6cbb9](https://github.com/bitnami/charts/commit/0f6cbb9099b0e56685cc1d36ba50340f3d7278a1)), closes [#10253](https://github.com/bitnami/charts/issues/10253) ## 20.0.4 (2022-05-15) -* [bitnami/magento] Release 20.0.4 updating components versions ([bfd335e](https://github.com/bitnami/charts/commit/bfd335e)) +* [bitnami/magento] Release 20.0.4 updating components versions ([bfd335e](https://github.com/bitnami/charts/commit/bfd335e8f48771588c063cd4b4a39ef874cf8cce)) ## 20.0.3 (2022-05-13) -* [bitnami/magento] Use the new helper for HPA API version (#10203) ([1717aff](https://github.com/bitnami/charts/commit/1717aff)), closes [#10203](https://github.com/bitnami/charts/issues/10203) +* [bitnami/magento] Use the new helper for HPA API version (#10203) ([1717aff](https://github.com/bitnami/charts/commit/1717aff3bb250aca0cacbf1cac2bed248c71cde0)), closes [#10203](https://github.com/bitnami/charts/issues/10203) ## 20.0.2 (2022-05-13) -* [bitnami/*] Remove old 'ci' files (#10171) ([5df30c4](https://github.com/bitnami/charts/commit/5df30c4)), closes [#10171](https://github.com/bitnami/charts/issues/10171) -* [bitnami/*] Unify k8s directives separators (#10185) ([2650214](https://github.com/bitnami/charts/commit/2650214)), closes [#10185](https://github.com/bitnami/charts/issues/10185) +* [bitnami/*] Remove old 'ci' files (#10171) ([5df30c4](https://github.com/bitnami/charts/commit/5df30c44dbd1812da8786579ce4a94917d46a6ad)), closes [#10171](https://github.com/bitnami/charts/issues/10171) +* [bitnami/*] Unify k8s directives separators (#10185) ([2650214](https://github.com/bitnami/charts/commit/26502141d146ca3bdfb3bf744fcdec8ca5cece44)), closes [#10185](https://github.com/bitnami/charts/issues/10185) ## 20.0.1 (2022-05-12) -* [bitnami/magento] Add missing namespace metadata (#10136) ([9649e70](https://github.com/bitnami/charts/commit/9649e70)), closes [#10136](https://github.com/bitnami/charts/issues/10136) +* [bitnami/magento] Add missing namespace metadata (#10136) ([9649e70](https://github.com/bitnami/charts/commit/9649e70982a84856deada8300d676ef2799ac93d)), closes [#10136](https://github.com/bitnami/charts/issues/10136) ## 20.0.0 (2022-05-09) -* [bitnami/magento] Chart standardised + Bump dependencies (#9710) ([25b17d8](https://github.com/bitnami/charts/commit/25b17d8)), closes [#9710](https://github.com/bitnami/charts/issues/9710) +* [bitnami/magento] Chart standardised + Bump dependencies (#9710) ([25b17d8](https://github.com/bitnami/charts/commit/25b17d8b75b8ad07fc2b6dc0c1c9bed70724af32)), closes [#9710](https://github.com/bitnami/charts/issues/9710) ## 19.2.26 (2022-05-06) -* [bitnami/magento] Release 19.2.26 updating components versions ([dade0e0](https://github.com/bitnami/charts/commit/dade0e0)) +* [bitnami/magento] Release 19.2.26 updating components versions ([dade0e0](https://github.com/bitnami/charts/commit/dade0e097a4b2c4d5959d6f0598c6b268d5f6b6c)) ## 19.2.25 (2022-05-06) -* [bitnami/magento] Release 19.2.25 updating components versions ([f4bec9a](https://github.com/bitnami/charts/commit/f4bec9a)) +* [bitnami/magento] Release 19.2.25 updating components versions ([f4bec9a](https://github.com/bitnami/charts/commit/f4bec9a7ea5fa40eb085eb92c7194b9e88175b9e)) ## 19.2.24 (2022-04-22) -* [bitnami/magento] Release 19.2.24 updating components versions ([b77b994](https://github.com/bitnami/charts/commit/b77b994)) +* [bitnami/magento] Release 19.2.24 updating components versions ([b77b994](https://github.com/bitnami/charts/commit/b77b994177c481ef31dacd6b8808bbbfb89336bc)) ## 19.2.23 (2022-04-20) -* [bitnami/magento] Release 19.2.23 updating components versions ([ef423b9](https://github.com/bitnami/charts/commit/ef423b9)) +* [bitnami/magento] Release 19.2.23 updating components versions ([ef423b9](https://github.com/bitnami/charts/commit/ef423b9d9ab29f7db19416024ef0a4519bfcfe2c)) ## 19.2.22 (2022-04-19) -* [bitnami/magento] Release 19.2.22 updating components versions ([e3c2242](https://github.com/bitnami/charts/commit/e3c2242)) +* [bitnami/magento] Release 19.2.22 updating components versions ([e3c2242](https://github.com/bitnami/charts/commit/e3c2242f7bfe62e28a6e3ac152c9082a8b57c378)) ## 19.2.21 (2022-04-08) -* [bitnami/magento] Release 19.2.21 updating components versions ([7c1996c](https://github.com/bitnami/charts/commit/7c1996c)) +* [bitnami/magento] Release 19.2.21 updating components versions ([7c1996c](https://github.com/bitnami/charts/commit/7c1996c7501dcb5ff6e485949c1ee919248de70a)) ## 19.2.20 (2022-04-07) -* [bitnami/magento] Release 19.2.20 updating components versions ([0ab0093](https://github.com/bitnami/charts/commit/0ab0093)) +* [bitnami/magento] Release 19.2.20 updating components versions ([0ab0093](https://github.com/bitnami/charts/commit/0ab009371db6e7985ceea13e1a5abd5600f91a8b)) ## 19.2.19 (2022-04-06) -* [bitnami/magento] Release 19.2.19 updating components versions ([0fd1c30](https://github.com/bitnami/charts/commit/0fd1c30)) +* [bitnami/magento] Release 19.2.19 updating components versions ([0fd1c30](https://github.com/bitnami/charts/commit/0fd1c305430f79c0e7a9afeae76a99d59843c424)) ## 19.2.18 (2022-04-02) -* [bitnami/magento] Release 19.2.18 updating components versions ([f67962f](https://github.com/bitnami/charts/commit/f67962f)) +* [bitnami/magento] Release 19.2.18 updating components versions ([f67962f](https://github.com/bitnami/charts/commit/f67962fce59f4848064ebd65bc4cceea3a51d357)) ## 19.2.17 (2022-03-29) -* [bitnami/magento] Release 19.2.17 updating components versions ([1eab3a6](https://github.com/bitnami/charts/commit/1eab3a6)) +* [bitnami/magento] Release 19.2.17 updating components versions ([1eab3a6](https://github.com/bitnami/charts/commit/1eab3a67cd8b9d6b23282c1ed6fb151226939a4f)) ## 19.2.16 (2022-03-28) -* [bitnami/magento] Release 19.2.16 updating components versions ([ddceda1](https://github.com/bitnami/charts/commit/ddceda1)) +* [bitnami/magento] Release 19.2.16 updating components versions ([ddceda1](https://github.com/bitnami/charts/commit/ddceda1c7c51b0cc64d2f363d5409dd391d810cd)) ## 19.2.15 (2022-03-27) -* [bitnami/magento] Release 19.2.15 updating components versions ([6bedd58](https://github.com/bitnami/charts/commit/6bedd58)) +* [bitnami/magento] Release 19.2.15 updating components versions ([6bedd58](https://github.com/bitnami/charts/commit/6bedd5848b8579239034a6ae57b2028eb49dc4f6)) ## 19.2.14 (2022-03-26) -* [bitnami/magento] Release 19.2.14 updating components versions ([b6a4dde](https://github.com/bitnami/charts/commit/b6a4dde)) +* [bitnami/magento] Release 19.2.14 updating components versions ([b6a4dde](https://github.com/bitnami/charts/commit/b6a4dde21cc933a33587f9006d898e7b8704987b)) ## 19.2.13 (2022-03-25) -* [bitnami/magento] Release 19.2.13 updating components versions ([71d451a](https://github.com/bitnami/charts/commit/71d451a)) +* [bitnami/magento] Release 19.2.13 updating components versions ([71d451a](https://github.com/bitnami/charts/commit/71d451ab9edfe397d4b7c3823cf7795e4005253c)) ## 19.2.12 (2022-03-18) -* [bitnami/magento] Release 19.2.12 updating components versions ([c8810c0](https://github.com/bitnami/charts/commit/c8810c0)) +* [bitnami/magento] Release 19.2.12 updating components versions ([c8810c0](https://github.com/bitnami/charts/commit/c8810c01e38f74b48458f3503fb8805cf831e5c7)) ## 19.2.11 (2022-03-18) -* [bitnami/magento] Release 19.2.11 updating components versions ([5646e2c](https://github.com/bitnami/charts/commit/5646e2c)) +* [bitnami/magento] Release 19.2.11 updating components versions ([5646e2c](https://github.com/bitnami/charts/commit/5646e2ca92908577327c2f9ebca1e335f9adeb8c)) ## 19.2.10 (2022-03-16) -* [bitnami/magento] Release 19.2.10 updating components versions ([999d428](https://github.com/bitnami/charts/commit/999d428)) +* [bitnami/magento] Release 19.2.10 updating components versions ([999d428](https://github.com/bitnami/charts/commit/999d428f51583867dff258c46bd389d0840e8132)) ## 19.2.9 (2022-03-04) -* [bitnami/several] Reorder subcharts (#9299) ([a041f6b](https://github.com/bitnami/charts/commit/a041f6b)), closes [#9299](https://github.com/bitnami/charts/issues/9299) +* [bitnami/several] Reorder subcharts (#9299) ([a041f6b](https://github.com/bitnami/charts/commit/a041f6b0ff2dea82b3d030cb99454cede94dbc9a)), closes [#9299](https://github.com/bitnami/charts/issues/9299) ## 19.2.8 (2022-03-01) -* [bitnami/magento] Release 19.2.8 updating components versions ([6f08229](https://github.com/bitnami/charts/commit/6f08229)) +* [bitnami/magento] Release 19.2.8 updating components versions ([6f08229](https://github.com/bitnami/charts/commit/6f08229b7e9544a7a005ec4cd60894fe7c1040e6)) ## 19.2.7 (2022-02-27) -* [bitnami/magento] Release 19.2.7 updating components versions ([b2bc1cf](https://github.com/bitnami/charts/commit/b2bc1cf)) +* [bitnami/magento] Release 19.2.7 updating components versions ([b2bc1cf](https://github.com/bitnami/charts/commit/b2bc1cf368aa25cccce7c030d3f6ea7fed6d6df9)) ## 19.2.6 (2022-02-24) -* [bitnami/magento] Release 19.2.6 updating components versions ([ed2967e](https://github.com/bitnami/charts/commit/ed2967e)) +* [bitnami/magento] Release 19.2.6 updating components versions ([ed2967e](https://github.com/bitnami/charts/commit/ed2967ebbc495446a5e71177dfd0f3e2635a3de1)) ## 19.2.5 (2022-02-22) -* [bitnami/magento] Release 19.2.5 updating components versions ([7ca8802](https://github.com/bitnami/charts/commit/7ca8802)) +* [bitnami/magento] Release 19.2.5 updating components versions ([7ca8802](https://github.com/bitnami/charts/commit/7ca880287120382a70624e4939c54ee5b84b2d9a)) ## 19.2.4 (2022-02-13) -* [bitnami/magento] Release 19.2.4 updating components versions ([32e2da5](https://github.com/bitnami/charts/commit/32e2da5)) -* Non utf8 chars (#8923) ([6ffd18f](https://github.com/bitnami/charts/commit/6ffd18f)), closes [#8923](https://github.com/bitnami/charts/issues/8923) +* [bitnami/magento] Release 19.2.4 updating components versions ([32e2da5](https://github.com/bitnami/charts/commit/32e2da51c0d933513611e7f11e429f788bc75841)) +* Non utf8 chars (#8923) ([6ffd18f](https://github.com/bitnami/charts/commit/6ffd18fbbdf10e94ea1a90cf5b84ef610ac2a72d)), closes [#8923](https://github.com/bitnami/charts/issues/8923) ## 19.2.3 (2022-01-20) -* [bitnami/magento] Release 19.2.3 updating components versions ([78bc251](https://github.com/bitnami/charts/commit/78bc251)) +* [bitnami/magento] Release 19.2.3 updating components versions ([78bc251](https://github.com/bitnami/charts/commit/78bc251c93ce8f10152435e599f690196383b102)) ## 19.2.2 (2022-01-20) -* [bitnami/*] Readme automation (#8579) ([78d1938](https://github.com/bitnami/charts/commit/78d1938)), closes [#8579](https://github.com/bitnami/charts/issues/8579) -* [bitnami/*] Update READMEs (#8716) ([b9a9533](https://github.com/bitnami/charts/commit/b9a9533)), closes [#8716](https://github.com/bitnami/charts/issues/8716) -* [bitnami/several] Change prerequisites (#8725) ([8d740c5](https://github.com/bitnami/charts/commit/8d740c5)), closes [#8725](https://github.com/bitnami/charts/issues/8725) +* [bitnami/*] Readme automation (#8579) ([78d1938](https://github.com/bitnami/charts/commit/78d193831c900d178198491ffd08fa2217a64ecd)), closes [#8579](https://github.com/bitnami/charts/issues/8579) +* [bitnami/*] Update READMEs (#8716) ([b9a9533](https://github.com/bitnami/charts/commit/b9a953337590eb2979453385874a267bacf50936)), closes [#8716](https://github.com/bitnami/charts/issues/8716) +* [bitnami/several] Change prerequisites (#8725) ([8d740c5](https://github.com/bitnami/charts/commit/8d740c566cfdb7e2d933c40128b4e919fce953a5)), closes [#8725](https://github.com/bitnami/charts/issues/8725) ## 19.2.1 (2022-01-12) -* [bitnami/magento] Release 19.2.1 updating components versions ([a478fcd](https://github.com/bitnami/charts/commit/a478fcd)) +* [bitnami/magento] Release 19.2.1 updating components versions ([a478fcd](https://github.com/bitnami/charts/commit/a478fcdcf5a5d30b3de2acc9470c0e27b215331c)) ## 19.2.0 (2022-01-05) -* [bitnami/several] Adapt templating format (#8562) ([8cad18a](https://github.com/bitnami/charts/commit/8cad18a)), closes [#8562](https://github.com/bitnami/charts/issues/8562) -* [bitnami/several] Add license to the README ([05f7633](https://github.com/bitnami/charts/commit/05f7633)) -* [bitnami/several] Add license to the README ([32fb238](https://github.com/bitnami/charts/commit/32fb238)) -* [bitnami/several] Add license to the README ([b87c2f7](https://github.com/bitnami/charts/commit/b87c2f7)) +* [bitnami/several] Adapt templating format (#8562) ([8cad18a](https://github.com/bitnami/charts/commit/8cad18aed9966a6f0208e5ad6cee46cb217f47ab)), closes [#8562](https://github.com/bitnami/charts/issues/8562) +* [bitnami/several] Add license to the README ([05f7633](https://github.com/bitnami/charts/commit/05f763372501d596e57db713dd53ff4ff3027cc4)) +* [bitnami/several] Add license to the README ([32fb238](https://github.com/bitnami/charts/commit/32fb238e60a0affc6debd3142eaa3c3d9089ec2a)) +* [bitnami/several] Add license to the README ([b87c2f7](https://github.com/bitnami/charts/commit/b87c2f7899d48a8b02c506765e6ae82937e9ba3f)) ## 19.1.4 (2021-12-20) -* [bitnami/magento] Release 19.1.4 updating components versions ([898fb0f](https://github.com/bitnami/charts/commit/898fb0f)) +* [bitnami/magento] Release 19.1.4 updating components versions ([898fb0f](https://github.com/bitnami/charts/commit/898fb0fef852d002732962f7c802a77474f274ca)) ## 19.1.3 (2021-12-14) -* [bitnami/magento] Release 19.1.3 updating components versions ([f86074e](https://github.com/bitnami/charts/commit/f86074e)) +* [bitnami/magento] Release 19.1.3 updating components versions ([f86074e](https://github.com/bitnami/charts/commit/f86074e8cc0938a51acbd4d02b0ff99e893a2e46)) ## 19.1.2 (2021-12-08) -* [bitnami/magento] Correct protocol and port number with https (#8292) ([3829f9e](https://github.com/bitnami/charts/commit/3829f9e)), closes [#8292](https://github.com/bitnami/charts/issues/8292) [#8279](https://github.com/bitnami/charts/issues/8279) +* [bitnami/magento] Correct protocol and port number with https (#8292) ([3829f9e](https://github.com/bitnami/charts/commit/3829f9ee23443c256bbe56986de0184d952b6f66)), closes [#8292](https://github.com/bitnami/charts/issues/8292) [#8279](https://github.com/bitnami/charts/issues/8279) ## 19.1.1 (2021-11-29) -* [bitnami/several] Fix deadlinks in README.md (#8215) ([99e90d2](https://github.com/bitnami/charts/commit/99e90d2)), closes [#8215](https://github.com/bitnami/charts/issues/8215) -* [bitnami/several] Replace HTTP by HTTPS when possible (#8259) ([eafb5bd](https://github.com/bitnami/charts/commit/eafb5bd)), closes [#8259](https://github.com/bitnami/charts/issues/8259) +* [bitnami/several] Fix deadlinks in README.md (#8215) ([99e90d2](https://github.com/bitnami/charts/commit/99e90d244b3244e059a42f72dcbecd3cda2b66bb)), closes [#8215](https://github.com/bitnami/charts/issues/8215) +* [bitnami/several] Replace HTTP by HTTPS when possible (#8259) ([eafb5bd](https://github.com/bitnami/charts/commit/eafb5bd5a2cc3aaf04fc1e8ebedd73f420d76864)), closes [#8259](https://github.com/bitnami/charts/issues/8259) ## 19.1.0 (2021-11-18) -* [bitnami/magento] Add networkPolicy support (#8168) ([f225ad9](https://github.com/bitnami/charts/commit/f225ad9)), closes [#8168](https://github.com/bitnami/charts/issues/8168) -* [bitnami/several] Add 'community support' note to some Helm chart READMEs (#8148) ([ce6b838](https://github.com/bitnami/charts/commit/ce6b838)), closes [#8148](https://github.com/bitnami/charts/issues/8148) -* [bitnami/several] Regenerate README tables ([1cde837](https://github.com/bitnami/charts/commit/1cde837)) +* [bitnami/magento] Add networkPolicy support (#8168) ([f225ad9](https://github.com/bitnami/charts/commit/f225ad9f768a0cdae6ae7651dc4933de026b9f19)), closes [#8168](https://github.com/bitnami/charts/issues/8168) +* [bitnami/several] Add 'community support' note to some Helm chart READMEs (#8148) ([ce6b838](https://github.com/bitnami/charts/commit/ce6b83829ac261c04784d7818c9cfa844f403213)), closes [#8148](https://github.com/bitnami/charts/issues/8148) +* [bitnami/several] Regenerate README tables ([1cde837](https://github.com/bitnami/charts/commit/1cde8378b3ee2e825ac07bb0266a988b95b8dbce)) ## 19.0.10 (2021-11-16) -* [bitnami/magento] Release 19.0.10 updating components versions ([515f949](https://github.com/bitnami/charts/commit/515f949)) -* [bitnami/several] Regenerate README tables ([6e3fb95](https://github.com/bitnami/charts/commit/6e3fb95)) +* [bitnami/magento] Release 19.0.10 updating components versions ([515f949](https://github.com/bitnami/charts/commit/515f94955ee064513f96b71fe1883c801a357b67)) +* [bitnami/several] Regenerate README tables ([6e3fb95](https://github.com/bitnami/charts/commit/6e3fb954296a91f83fc1654d77109e5ef4fb6dc0)) ## 19.0.9 (2021-10-27) -* [bitnami/magento] Release 19.0.9 updating components versions ([b4d7c7f](https://github.com/bitnami/charts/commit/b4d7c7f)) +* [bitnami/magento] Release 19.0.9 updating components versions ([b4d7c7f](https://github.com/bitnami/charts/commit/b4d7c7f81e84df61ff4245c51559e6a7c0b4f9f9)) ## 19.0.8 (2021-10-22) -* [bitnami/several] Add chart info to NOTES.txt (#7889) ([a6751cd](https://github.com/bitnami/charts/commit/a6751cd)), closes [#7889](https://github.com/bitnami/charts/issues/7889) -* [bitnami/several] Regenerate README tables ([70da75e](https://github.com/bitnami/charts/commit/70da75e)) +* [bitnami/several] Add chart info to NOTES.txt (#7889) ([a6751cd](https://github.com/bitnami/charts/commit/a6751cdd33c461fabbc459fbea6f219ec64ab6b2)), closes [#7889](https://github.com/bitnami/charts/issues/7889) +* [bitnami/several] Regenerate README tables ([70da75e](https://github.com/bitnami/charts/commit/70da75e6fcc7d152614a8995e4b722cd7e82b426)) ## 19.0.7 (2021-10-21) -* [bitnami/magento] Release 19.0.7 updating components versions ([901d4c0](https://github.com/bitnami/charts/commit/901d4c0)) -* [bitnami/several] Regenerate README tables ([73cabea](https://github.com/bitnami/charts/commit/73cabea)) +* [bitnami/magento] Release 19.0.7 updating components versions ([901d4c0](https://github.com/bitnami/charts/commit/901d4c0beb76dae141b51faf71ccc41952469a16)) +* [bitnami/several] Regenerate README tables ([73cabea](https://github.com/bitnami/charts/commit/73cabea54a941d2239accd98e8df6cbfc9fa8d3c)) ## 19.0.6 (2021-10-20) -* [bitnami/magento] Release 19.0.6 updating components versions ([50660c1](https://github.com/bitnami/charts/commit/50660c1)) +* [bitnami/magento] Release 19.0.6 updating components versions ([50660c1](https://github.com/bitnami/charts/commit/50660c158bc0a0fc473260b1b78117de647838c5)) ## 19.0.5 (2021-10-19) -* [bitnami/several] Change pullPolicy for bitnami-shell image (#7852) ([9711a33](https://github.com/bitnami/charts/commit/9711a33)), closes [#7852](https://github.com/bitnami/charts/issues/7852) -* [bitnami/several] Regenerate README tables ([9bead53](https://github.com/bitnami/charts/commit/9bead53)) +* [bitnami/several] Change pullPolicy for bitnami-shell image (#7852) ([9711a33](https://github.com/bitnami/charts/commit/9711a33c6eec72ea79143c4b7574dbe6a148d6b2)), closes [#7852](https://github.com/bitnami/charts/issues/7852) +* [bitnami/several] Regenerate README tables ([9bead53](https://github.com/bitnami/charts/commit/9bead53e7ae9de9977de03b92d3b7bc49a941d4a)) ## 19.0.4 (2021-10-07) -* [bitnami/magento] Release 19.0.4 updating components versions ([e746eb4](https://github.com/bitnami/charts/commit/e746eb4)) +* [bitnami/magento] Release 19.0.4 updating components versions ([e746eb4](https://github.com/bitnami/charts/commit/e746eb48d0ba3dae2ef41c79ea0dab57be26128d)) ## 19.0.3 (2021-10-07) -* [bitnami/magento] Release 19.0.3 updating components versions ([4c67365](https://github.com/bitnami/charts/commit/4c67365)) +* [bitnami/magento] Release 19.0.3 updating components versions ([4c67365](https://github.com/bitnami/charts/commit/4c67365fda09ba676ce2135cb8383a38cba86175)) ## 19.0.2 (2021-10-01) -* [bitnami/*] Drop support for deprecated cert-manager annotation (#7646) ([4297b79](https://github.com/bitnami/charts/commit/4297b79)), closes [#7646](https://github.com/bitnami/charts/issues/7646) -* [bitnami/several] Regenerate README tables ([9d60bbd](https://github.com/bitnami/charts/commit/9d60bbd)) +* [bitnami/*] Drop support for deprecated cert-manager annotation (#7646) ([4297b79](https://github.com/bitnami/charts/commit/4297b792e48fba9c7c3b8fed447a856632c61201)), closes [#7646](https://github.com/bitnami/charts/issues/7646) +* [bitnami/several] Regenerate README tables ([9d60bbd](https://github.com/bitnami/charts/commit/9d60bbdd3b400b3585476f9c0b8e29e5c9e00892)) ## 19.0.1 (2021-09-26) -* [bitnami/*] Generate READMEs with new generator version (#7614) ([e5ab2e6](https://github.com/bitnami/charts/commit/e5ab2e6)), closes [#7614](https://github.com/bitnami/charts/issues/7614) -* [bitnami/magento] Release 19.0.1 updating components versions ([60bb1f0](https://github.com/bitnami/charts/commit/60bb1f0)) +* [bitnami/*] Generate READMEs with new generator version (#7614) ([e5ab2e6](https://github.com/bitnami/charts/commit/e5ab2e6ecdd6bce800863f154cda524ff9f6c117)), closes [#7614](https://github.com/bitnami/charts/issues/7614) +* [bitnami/magento] Release 19.0.1 updating components versions ([60bb1f0](https://github.com/bitnami/charts/commit/60bb1f0a3767e70f050d841d84c149b2e07a69d9)) ## 19.0.0 (2021-09-13) -* [bitnami/*] Bump Elasticsearch subchart dependency (#7470) ([5643c04](https://github.com/bitnami/charts/commit/5643c04)), closes [#7470](https://github.com/bitnami/charts/issues/7470) -* [bitnami/several] Regenerate README tables ([8e0a1b3](https://github.com/bitnami/charts/commit/8e0a1b3)) +* [bitnami/*] Bump Elasticsearch subchart dependency (#7470) ([5643c04](https://github.com/bitnami/charts/commit/5643c0406c3a79aaeb61316bcfdf1f25ce7e323c)), closes [#7470](https://github.com/bitnami/charts/issues/7470) +* [bitnami/several] Regenerate README tables ([8e0a1b3](https://github.com/bitnami/charts/commit/8e0a1b3fb53e174a999f4372ac8d3620e73cf10e)) ## 18.2.0 (2021-09-10) -* [bitnami/magento] Add "extraContainerPorts" parameter (#7447) ([6e0fec7](https://github.com/bitnami/charts/commit/6e0fec7)), closes [#7447](https://github.com/bitnami/charts/issues/7447) -* [bitnami/several] Regenerate README tables ([64d5d74](https://github.com/bitnami/charts/commit/64d5d74)) +* [bitnami/magento] Add "extraContainerPorts" parameter (#7447) ([6e0fec7](https://github.com/bitnami/charts/commit/6e0fec7cb37289c6a05c07618036f96b477a5897)), closes [#7447](https://github.com/bitnami/charts/issues/7447) +* [bitnami/several] Regenerate README tables ([64d5d74](https://github.com/bitnami/charts/commit/64d5d747b84299ca9f63ea8a586b13870abe31a6)) ## 18.1.12 (2021-08-27) -* [bitnami/magento] Release 18.1.12 updating components versions ([c190105](https://github.com/bitnami/charts/commit/c190105)) +* [bitnami/magento] Release 18.1.12 updating components versions ([c190105](https://github.com/bitnami/charts/commit/c1901055dbdd23878b6474ecafa838989cf190a5)) ## 18.1.11 (2021-08-26) -* [bitnami/magento] Release 18.1.11 updating components versions ([1f48c8c](https://github.com/bitnami/charts/commit/1f48c8c)) -* [bitnami/several] Regenerate README tables ([da2513b](https://github.com/bitnami/charts/commit/da2513b)) +* [bitnami/magento] Release 18.1.11 updating components versions ([1f48c8c](https://github.com/bitnami/charts/commit/1f48c8c4d56db431d567c3d3dcbe95e337d81d53)) +* [bitnami/several] Regenerate README tables ([da2513b](https://github.com/bitnami/charts/commit/da2513bf0a33819f3b1151d387c631a9ffdb03e2)) ## 18.1.10 (2021-08-25) -* [bitnami/magento] Release 18.1.10 updating components versions ([17e308a](https://github.com/bitnami/charts/commit/17e308a)) -* [bitnami/several] Regenerate README tables ([6c107e8](https://github.com/bitnami/charts/commit/6c107e8)) +* [bitnami/magento] Release 18.1.10 updating components versions ([17e308a](https://github.com/bitnami/charts/commit/17e308a335030bf0ab6d617927c6a19e937d8d1c)) +* [bitnami/several] Regenerate README tables ([6c107e8](https://github.com/bitnami/charts/commit/6c107e835d6caf8db2e8b17dcd48c5971637e013)) ## 18.1.9 (2021-08-09) -* [bitnami/magento] Release 18.1.9 updating components versions ([4ae0615](https://github.com/bitnami/charts/commit/4ae0615)) +* [bitnami/magento] Release 18.1.9 updating components versions ([4ae0615](https://github.com/bitnami/charts/commit/4ae0615b1f77b7b3fe1967357b80e92cd61158a7)) ## 18.1.8 (2021-08-04) -* [bitnami/magento] Release 18.1.8 updating components versions ([afe210d](https://github.com/bitnami/charts/commit/afe210d)) +* [bitnami/magento] Release 18.1.8 updating components versions ([afe210d](https://github.com/bitnami/charts/commit/afe210d61499a9b3df829adf6d470518c71460aa)) ## 18.1.7 (2021-07-26) -* [bitnami/several] Fix default values and regenerate README (#7045) ([90c81ac](https://github.com/bitnami/charts/commit/90c81ac)), closes [#7045](https://github.com/bitnami/charts/issues/7045) +* [bitnami/several] Fix default values and regenerate README (#7045) ([90c81ac](https://github.com/bitnami/charts/commit/90c81ac55e7b35709b04ea551bc54a40453ce630)), closes [#7045](https://github.com/bitnami/charts/issues/7045) ## 18.1.6 (2021-07-13) -* [bitnami/*] Adapt values.yaml of Magento, MariaDB and MariaDB Galera charts (#6884) ([8589a6a](https://github.com/bitnami/charts/commit/8589a6a)), closes [#6884](https://github.com/bitnami/charts/issues/6884) +* [bitnami/*] Adapt values.yaml of Magento, MariaDB and MariaDB Galera charts (#6884) ([8589a6a](https://github.com/bitnami/charts/commit/8589a6a2107fb24188f708546fb524e21353f25b)), closes [#6884](https://github.com/bitnami/charts/issues/6884) ## 18.1.5 (2021-07-11) -* [bitnami/magento] Release 18.1.5 updating components versions ([9e5aa0b](https://github.com/bitnami/charts/commit/9e5aa0b)) +* [bitnami/magento] Release 18.1.5 updating components versions ([9e5aa0b](https://github.com/bitnami/charts/commit/9e5aa0bdcb9ab6a375ffe90d14b9cd40ac797e13)) ## 18.1.4 (2021-07-05) -* [bitnami/*] Avoid creating PVC when unneeded (#6840) ([9ae4a7d](https://github.com/bitnami/charts/commit/9ae4a7d)), closes [#6840](https://github.com/bitnami/charts/issues/6840) +* [bitnami/*] Avoid creating PVC when unneeded (#6840) ([9ae4a7d](https://github.com/bitnami/charts/commit/9ae4a7df69ccd9ab719c7c4ec27eb7d0970ced4a)), closes [#6840](https://github.com/bitnami/charts/issues/6840) ## 18.1.3 (2021-06-27) -* [bitnami/magento] Release 18.1.3 updating components versions ([3c47464](https://github.com/bitnami/charts/commit/3c47464)) +* [bitnami/magento] Release 18.1.3 updating components versions ([3c47464](https://github.com/bitnami/charts/commit/3c4746408cea5b2322e68b48d5e06b8d0f826b5a)) ## 18.1.2 (2021-06-19) -* [bitnami/magento] Release 18.1.2 updating components versions ([bc9a8a0](https://github.com/bitnami/charts/commit/bc9a8a0)) +* [bitnami/magento] Release 18.1.2 updating components versions ([bc9a8a0](https://github.com/bitnami/charts/commit/bc9a8a083bb166fc9a420df087557bfd3f2ab99c)) ## 18.1.1 (2021-06-18) -* [bitnami/magento] Update deps (#6702) ([82c8ab1](https://github.com/bitnami/charts/commit/82c8ab1)), closes [#6702](https://github.com/bitnami/charts/issues/6702) +* [bitnami/magento] Update deps (#6702) ([82c8ab1](https://github.com/bitnami/charts/commit/82c8ab1dc54e95231eae01cae41558cdcfa7c0ad)), closes [#6702](https://github.com/bitnami/charts/issues/6702) ## 18.1.0 (2021-06-07) -* [bitnami/magento] Added HorizontalPodAutoscaler to Magento (#6559) ([2671c7a](https://github.com/bitnami/charts/commit/2671c7a)), closes [#6559](https://github.com/bitnami/charts/issues/6559) +* [bitnami/magento] Added HorizontalPodAutoscaler to Magento (#6559) ([2671c7a](https://github.com/bitnami/charts/commit/2671c7a1d6d88c82bad186ec9b58bc213088eaeb)), closes [#6559](https://github.com/bitnami/charts/issues/6559) ## 18.0.7 (2021-06-04) -* [bitnami/magento] Release 18.0.7 updating components versions ([0721f34](https://github.com/bitnami/charts/commit/0721f34)) +* [bitnami/magento] Release 18.0.7 updating components versions ([0721f34](https://github.com/bitnami/charts/commit/0721f344a41b74a83462fef6fee7f8f78efd4f27)) ## 18.0.6 (2021-05-31) -* [bitnami/magento] Release 18.0.6 updating components versions ([67cf120](https://github.com/bitnami/charts/commit/67cf120)) +* [bitnami/magento] Release 18.0.6 updating components versions ([67cf120](https://github.com/bitnami/charts/commit/67cf12077f146c806f2d36092a32886761ee1bca)) ## 18.0.5 (2021-05-25) -* [bitnami/magento] Release 18.0.5 updating components versions ([9e68fc8](https://github.com/bitnami/charts/commit/9e68fc8)) +* [bitnami/magento] Release 18.0.5 updating components versions ([9e68fc8](https://github.com/bitnami/charts/commit/9e68fc8863f02c9f17d79b6b717decdebbccac5b)) ## 18.0.4 (2021-05-24) -* [bitnami/magento] Release 18.0.4 updating components versions ([0e759e6](https://github.com/bitnami/charts/commit/0e759e6)) +* [bitnami/magento] Release 18.0.4 updating components versions ([0e759e6](https://github.com/bitnami/charts/commit/0e759e6af7ca3a61b251de677e1b22be1d6b387a)) ## 18.0.3 (2021-05-23) -* [bitnami/magento] Release 18.0.3 updating components versions ([46fe508](https://github.com/bitnami/charts/commit/46fe508)) +* [bitnami/magento] Release 18.0.3 updating components versions ([46fe508](https://github.com/bitnami/charts/commit/46fe50822e15bc178397ae19e63ac6f992dcea66)) ## 18.0.2 (2021-05-09) -* [bitnami/magento] Release 18.0.2 updating components versions ([a7901de](https://github.com/bitnami/charts/commit/a7901de)) +* [bitnami/magento] Release 18.0.2 updating components versions ([a7901de](https://github.com/bitnami/charts/commit/a7901def008da4ff9bbc76cacb94f006e3d57fef)) ## 18.0.1 (2021-05-05) -* Update NOTES.txt (#6292) ([ee5597c](https://github.com/bitnami/charts/commit/ee5597c)), closes [#6292](https://github.com/bitnami/charts/issues/6292) +* Update NOTES.txt (#6292) ([ee5597c](https://github.com/bitnami/charts/commit/ee5597c86b1cd3587fb50feb1dbc7518195c8cab)), closes [#6292](https://github.com/bitnami/charts/issues/6292) ## 18.0.0 (2021-04-23) -* [bitnami/magento] Bump major version (#6042) ([5799a7c](https://github.com/bitnami/charts/commit/5799a7c)), closes [#6042](https://github.com/bitnami/charts/issues/6042) +* [bitnami/magento] Bump major version (#6042) ([5799a7c](https://github.com/bitnami/charts/commit/5799a7c36eaed0eee40de1c51f605e683cf3d3e1)), closes [#6042](https://github.com/bitnami/charts/issues/6042) ## 17.2.6 (2021-04-09) -* [bitnami/magento] Release 17.2.6 updating components versions ([05c55a9](https://github.com/bitnami/charts/commit/05c55a9)) +* [bitnami/magento] Release 17.2.6 updating components versions ([05c55a9](https://github.com/bitnami/charts/commit/05c55a979ab2886cbb9de3f483b0abbaaddc7961)) ## 17.2.5 (2021-03-25) -* [bitnami/magento] Release 17.2.5 updating components versions ([8de1833](https://github.com/bitnami/charts/commit/8de1833)) +* [bitnami/magento] Release 17.2.5 updating components versions ([8de1833](https://github.com/bitnami/charts/commit/8de183338b5ed7db557b5955e27d7ef19244b0e3)) ## 17.2.4 (2021-03-05) -* [bitnami/*] Adapt certificates initContainer to the new image (#5684) ([5d59d2f](https://github.com/bitnami/charts/commit/5d59d2f)), closes [#5684](https://github.com/bitnami/charts/issues/5684) +* [bitnami/*] Adapt certificates initContainer to the new image (#5684) ([5d59d2f](https://github.com/bitnami/charts/commit/5d59d2f21e0aaf95c8a5d24f13804f4062e1fc75)), closes [#5684](https://github.com/bitnami/charts/issues/5684) ## 17.2.3 (2021-03-04) -* [bitnami/*] Remove minideb mentions (#5677) ([870bc4d](https://github.com/bitnami/charts/commit/870bc4d)), closes [#5677](https://github.com/bitnami/charts/issues/5677) +* [bitnami/*] Remove minideb mentions (#5677) ([870bc4d](https://github.com/bitnami/charts/commit/870bc4dba1fc3aa55dd157da6687b25e8d352206)), closes [#5677](https://github.com/bitnami/charts/issues/5677) ## 17.2.2 (2021-02-23) -* [bitnami/magento] Release 17.2.2 updating components versions ([d29b185](https://github.com/bitnami/charts/commit/d29b185)) +* [bitnami/magento] Release 17.2.2 updating components versions ([d29b185](https://github.com/bitnami/charts/commit/d29b18578144e4cbf4c2d194d1bbdb44007347ab)) ## 17.2.1 (2021-02-19) -* [bitnami/*] Add notice regarding parameters immutability after chart installation (#4853) ([5f09573](https://github.com/bitnami/charts/commit/5f09573)), closes [#4853](https://github.com/bitnami/charts/issues/4853) -* [bitnami/magento] Release 17.2.1 updating components versions ([2c3a226](https://github.com/bitnami/charts/commit/2c3a226)) +* [bitnami/*] Add notice regarding parameters immutability after chart installation (#4853) ([5f09573](https://github.com/bitnami/charts/commit/5f095734f92555dec7cd0e3ee961f315eac170ff)), closes [#4853](https://github.com/bitnami/charts/issues/4853) +* [bitnami/magento] Release 17.2.1 updating components versions ([2c3a226](https://github.com/bitnami/charts/commit/2c3a2267f098f55faa42c634582d4da067ef3d5d)) ## 17.2.0 (2021-01-28) -* [bitnami/magento] Add hostAlias (#5258) ([81c128b](https://github.com/bitnami/charts/commit/81c128b)), closes [#5258](https://github.com/bitnami/charts/issues/5258) +* [bitnami/magento] Add hostAlias (#5258) ([81c128b](https://github.com/bitnami/charts/commit/81c128b0606633e4884c64055c798d3a9771c3fe)), closes [#5258](https://github.com/bitnami/charts/issues/5258) ## 17.1.0 (2021-01-26) -* [bitnami/magento] Adapt ingress to k8s 1.20 (#5236) ([c6fe689](https://github.com/bitnami/charts/commit/c6fe689)), closes [#5236](https://github.com/bitnami/charts/issues/5236) +* [bitnami/magento] Adapt ingress to k8s 1.20 (#5236) ([c6fe689](https://github.com/bitnami/charts/commit/c6fe6895daef9edd918b64a71c160ee8e80a3030)), closes [#5236](https://github.com/bitnami/charts/issues/5236) ## 17.0.0 (2021-01-20) -* [bitnami/magento] NEW MAJOR: migrate to non-root + good practices (#5048) ([6cfc514](https://github.com/bitnami/charts/commit/6cfc514)), closes [#5048](https://github.com/bitnami/charts/issues/5048) +* [bitnami/magento] NEW MAJOR: migrate to non-root + good practices (#5048) ([6cfc514](https://github.com/bitnami/charts/commit/6cfc514bbb640381b6929384ad673384658850d6)), closes [#5048](https://github.com/bitnami/charts/issues/5048) ## 16.0.6 (2021-01-19) -* [bitnami/*] Change helm version in the prerequisites (#5090) ([c5e67a3](https://github.com/bitnami/charts/commit/c5e67a3)), closes [#5090](https://github.com/bitnami/charts/issues/5090) -* [bitnami/magento] Drop values-production.yaml support (#5113) ([75ede5a](https://github.com/bitnami/charts/commit/75ede5a)), closes [#5113](https://github.com/bitnami/charts/issues/5113) +* [bitnami/*] Change helm version in the prerequisites (#5090) ([c5e67a3](https://github.com/bitnami/charts/commit/c5e67a388743cbee28439d2cabca27884b9daf97)), closes [#5090](https://github.com/bitnami/charts/issues/5090) +* [bitnami/magento] Drop values-production.yaml support (#5113) ([75ede5a](https://github.com/bitnami/charts/commit/75ede5a1f9bfabfa19e08f8a00150b15df868a67)), closes [#5113](https://github.com/bitnami/charts/issues/5113) ## 16.0.5 (2021-01-19) -* [bitnami/magento] Release 16.0.5 updating components versions ([20a0281](https://github.com/bitnami/charts/commit/20a0281)) +* [bitnami/magento] Release 16.0.5 updating components versions ([20a0281](https://github.com/bitnami/charts/commit/20a02814afda5b4bc1b447f5d2cb0fa472f24223)) ## 16.0.4 (2021-01-12) -* [bitnami/magento] Improve NOTES.txt (#4941) ([5aada39](https://github.com/bitnami/charts/commit/5aada39)), closes [#4941](https://github.com/bitnami/charts/issues/4941) +* [bitnami/magento] Improve NOTES.txt (#4941) ([5aada39](https://github.com/bitnami/charts/commit/5aada3902d116687f735a38bacc95d3994d9a991)), closes [#4941](https://github.com/bitnami/charts/issues/4941) ## 16.0.3 (2021-01-08) -* [bitnami/*] Fix typo in README (leaviness > liveness) (#4917) ([80ca826](https://github.com/bitnami/charts/commit/80ca826)), closes [#4917](https://github.com/bitnami/charts/issues/4917) +* [bitnami/*] Fix typo in README (leaviness > liveness) (#4917) ([80ca826](https://github.com/bitnami/charts/commit/80ca8265b58602ded240c97025017607da6e1fd2)), closes [#4917](https://github.com/bitnami/charts/issues/4917) ## 16.0.2 (2020-12-20) -* [bitnami/*] fix typos (#4699) ([49adc63](https://github.com/bitnami/charts/commit/49adc63)), closes [#4699](https://github.com/bitnami/charts/issues/4699) -* [bitnami/magento] Release 16.0.2 updating components versions ([f09071a](https://github.com/bitnami/charts/commit/f09071a)) +* [bitnami/*] fix typos (#4699) ([49adc63](https://github.com/bitnami/charts/commit/49adc63b672da976c55af2e077aa5648a357b77f)), closes [#4699](https://github.com/bitnami/charts/issues/4699) +* [bitnami/magento] Release 16.0.2 updating components versions ([f09071a](https://github.com/bitnami/charts/commit/f09071a673eb3592c7c0928febfdff3579289520)) ## 16.0.1 (2020-12-11) -* [bitnami/*] Update dependencies (#4694) ([2826c12](https://github.com/bitnami/charts/commit/2826c12)), closes [#4694](https://github.com/bitnami/charts/issues/4694) +* [bitnami/*] Update dependencies (#4694) ([2826c12](https://github.com/bitnami/charts/commit/2826c125b42505f28431301e3c1bbe5366e47a01)), closes [#4694](https://github.com/bitnami/charts/issues/4694) ## 16.0.0 (2020-11-26) -* [bitnami/*] Affinity based on common presets (iv) (#4483) ([1779dd7](https://github.com/bitnami/charts/commit/1779dd7)), closes [#4483](https://github.com/bitnami/charts/issues/4483) +* [bitnami/*] Affinity based on common presets (iv) (#4483) ([1779dd7](https://github.com/bitnami/charts/commit/1779dd713d8361de115658f24531f3f7bb808998)), closes [#4483](https://github.com/bitnami/charts/issues/4483) ## 15.0.1 (2020-11-24) -* [bitnami/*] Fix externaldb secret name (#4461) ([4f5fa7a](https://github.com/bitnami/charts/commit/4f5fa7a)), closes [#4461](https://github.com/bitnami/charts/issues/4461) +* [bitnami/*] Fix externaldb secret name (#4461) ([4f5fa7a](https://github.com/bitnami/charts/commit/4f5fa7a09c255c5b53d6d3e50dbfd4b5344021bd)), closes [#4461](https://github.com/bitnami/charts/issues/4461) ## 15.0.0 (2020-11-20) -* [bitnami/*] Include link to Troubleshootin guide on README.md (#4136) ([c08a20e](https://github.com/bitnami/charts/commit/c08a20e)), closes [#4136](https://github.com/bitnami/charts/issues/4136) -* [bitnami/magento] Major version. Adapt Chart to apiVersion: v2 and Update MariaDB Dependency (#4438) ([6f0e9ce](https://github.com/bitnami/charts/commit/6f0e9ce)), closes [#4438](https://github.com/bitnami/charts/issues/4438) +* [bitnami/*] Include link to Troubleshootin guide on README.md (#4136) ([c08a20e](https://github.com/bitnami/charts/commit/c08a20e3db004215383004ff023a73fcc2522e72)), closes [#4136](https://github.com/bitnami/charts/issues/4136) +* [bitnami/magento] Major version. Adapt Chart to apiVersion: v2 and Update MariaDB Dependency (#4438) ([6f0e9ce](https://github.com/bitnami/charts/commit/6f0e9ceeaf09f8f632778ceab4c568356ef5d356)), closes [#4438](https://github.com/bitnami/charts/issues/4438) ## 14.0.6 (2020-10-23) -* [bitnami/magento] Release 14.0.6 updating components versions ([c53d709](https://github.com/bitnami/charts/commit/c53d709)) +* [bitnami/magento] Release 14.0.6 updating components versions ([c53d709](https://github.com/bitnami/charts/commit/c53d709529dd7459c97f472f22ec46385e46ad4c)) ## 14.0.5 (2020-10-21) -* [bitnami/magento] Release 14.0.5 updating components versions ([3a53100](https://github.com/bitnami/charts/commit/3a53100)) +* [bitnami/magento] Release 14.0.5 updating components versions ([3a53100](https://github.com/bitnami/charts/commit/3a53100d9bd0b7cbe6bbefa53c0a96b3e0b8b4f1)) ## 14.0.4 (2020-09-21) -* [bitnami/magento] Release 14.0.4 updating components versions ([8a2c078](https://github.com/bitnami/charts/commit/8a2c078)) -* [bitnami/metrics-server] Add source repo (#3577) ([1ed12f9](https://github.com/bitnami/charts/commit/1ed12f9)), closes [#3577](https://github.com/bitnami/charts/issues/3577) +* [bitnami/magento] Release 14.0.4 updating components versions ([8a2c078](https://github.com/bitnami/charts/commit/8a2c078dfc31b858db39dc2e19ce67834fe414e0)) +* [bitnami/metrics-server] Add source repo (#3577) ([1ed12f9](https://github.com/bitnami/charts/commit/1ed12f96af75322b46afdb2b3d9907c11b13f765)), closes [#3577](https://github.com/bitnami/charts/issues/3577) ## 14.0.3 (2020-08-23) -* [bitnami/*] Fix TL;DR typo in READMEs (#3280) ([3d7ab40](https://github.com/bitnami/charts/commit/3d7ab40)), closes [#3280](https://github.com/bitnami/charts/issues/3280) -* [bitnami/magento] Release 14.0.3 updating components versions ([1ae24e3](https://github.com/bitnami/charts/commit/1ae24e3)) +* [bitnami/*] Fix TL;DR typo in READMEs (#3280) ([3d7ab40](https://github.com/bitnami/charts/commit/3d7ab406fecd64f1af25f53e7d27f03ec95b29a4)), closes [#3280](https://github.com/bitnami/charts/issues/3280) +* [bitnami/magento] Release 14.0.3 updating components versions ([1ae24e3](https://github.com/bitnami/charts/commit/1ae24e3f21c23a3cbfa715b50d12b6aa59593681)) ## 14.0.2 (2020-07-24) -* [bitnami/all] Add categories (#3075) ([63bde06](https://github.com/bitnami/charts/commit/63bde06)), closes [#3075](https://github.com/bitnami/charts/issues/3075) -* [bitnami/magento] Release 14.0.2 updating components versions ([0e98d61](https://github.com/bitnami/charts/commit/0e98d61)) +* [bitnami/all] Add categories (#3075) ([63bde06](https://github.com/bitnami/charts/commit/63bde066b87a140fab52264d0522401ab3d63509)), closes [#3075](https://github.com/bitnami/charts/issues/3075) +* [bitnami/magento] Release 14.0.2 updating components versions ([0e98d61](https://github.com/bitnami/charts/commit/0e98d61fdc1d800c37380a481959e5515d7fd813)) ## 14.0.1 (2020-07-01) -* [bitnami/magento] Release 14.0.1 updating components versions ([98619c1](https://github.com/bitnami/charts/commit/98619c1)) +* [bitnami/magento] Release 14.0.1 updating components versions ([98619c1](https://github.com/bitnami/charts/commit/98619c1020b7974ef27dd790c7c42c259640fef7)) ## 14.0.0 (2020-06-24) -* [bitnami/magento] Update image version (#2908) ([f13e636](https://github.com/bitnami/charts/commit/f13e636)), closes [#2908](https://github.com/bitnami/charts/issues/2908) +* [bitnami/magento] Update image version (#2908) ([f13e636](https://github.com/bitnami/charts/commit/f13e63682b8eb9e750b5eb7040db72a5859a1fe1)), closes [#2908](https://github.com/bitnami/charts/issues/2908) ## 13.1.1 (2020-06-24) -* [bitnami/magento] Release 13.1.1 updating components versions ([76afa66](https://github.com/bitnami/charts/commit/76afa66)) +* [bitnami/magento] Release 13.1.1 updating components versions ([76afa66](https://github.com/bitnami/charts/commit/76afa662db44966b4fcc99e4d2fccc419ae22028)) ## 13.1.0 (2020-06-02) -* [bitnami/magento] Allow to skip the Magento reindex step during initialization (#2683) ([08421d2](https://github.com/bitnami/charts/commit/08421d2)), closes [#2683](https://github.com/bitnami/charts/issues/2683) -* Add support for helm lint and helm install in PRs via GH Actions (#2721) ([5ed97f0](https://github.com/bitnami/charts/commit/5ed97f0)), closes [#2721](https://github.com/bitnami/charts/issues/2721) +* [bitnami/magento] Allow to skip the Magento reindex step during initialization (#2683) ([08421d2](https://github.com/bitnami/charts/commit/08421d274d615789abdfbdacc32f0bfa24756e0b)), closes [#2683](https://github.com/bitnami/charts/issues/2683) +* Add support for helm lint and helm install in PRs via GH Actions (#2721) ([5ed97f0](https://github.com/bitnami/charts/commit/5ed97f0c1ab49e7c7c3af81b888f41f50a7cfbab)), closes [#2721](https://github.com/bitnami/charts/issues/2721) ## 13.0.1 (2020-05-28) -* [bitnami/magento] Release 13.0.1 updating components versions ([bb27391](https://github.com/bitnami/charts/commit/bb27391)) -* update bitnami/common to be compatible with helm v2.12+ (#2615) ([c7751eb](https://github.com/bitnami/charts/commit/c7751eb)), closes [#2615](https://github.com/bitnami/charts/issues/2615) +* [bitnami/magento] Release 13.0.1 updating components versions ([bb27391](https://github.com/bitnami/charts/commit/bb27391cdd3006442c3b3ea486b11951407bbc0e)) +* update bitnami/common to be compatible with helm v2.12+ (#2615) ([c7751eb](https://github.com/bitnami/charts/commit/c7751eb5764e468e1854b58a1b8491d2b13e0a4a)), closes [#2615](https://github.com/bitnami/charts/issues/2615) ## 13.0.0 (2020-05-08) -* [bitnami/magento] Bump major version due to a new major in a dependency (#2474) ([08ad7f3](https://github.com/bitnami/charts/commit/08ad7f3)), closes [#2474](https://github.com/bitnami/charts/issues/2474) +* [bitnami/magento] Bump major version due to a new major in a dependency (#2474) ([08ad7f3](https://github.com/bitnami/charts/commit/08ad7f319e465c5c7eaad3b99ad5d2a9455de454)), closes [#2474](https://github.com/bitnami/charts/issues/2474) ## 12.1.2 (2020-05-01) -* [bitnami/magento] Release 12.1.2 updating components versions ([e520ac0](https://github.com/bitnami/charts/commit/e520ac0)) +* [bitnami/magento] Release 12.1.2 updating components versions ([e520ac0](https://github.com/bitnami/charts/commit/e520ac0695b29a764403344025e79cf46cf7c85e)) ## 12.1.1 (2020-04-30) -* [bitnami/magento] Release 12.1.1 updating components versions ([30c1a50](https://github.com/bitnami/charts/commit/30c1a50)) +* [bitnami/magento] Release 12.1.1 updating components versions ([30c1a50](https://github.com/bitnami/charts/commit/30c1a5007c3b34e4b32f9ec1b1cd00ff879b1888)) ## 12.1.0 (2020-04-29) -* [bitnami/magento] Add strategy type to Magento deployment (#2437) ([ef6951d](https://github.com/bitnami/charts/commit/ef6951d)), closes [#2437](https://github.com/bitnami/charts/issues/2437) +* [bitnami/magento] Add strategy type to Magento deployment (#2437) ([ef6951d](https://github.com/bitnami/charts/commit/ef6951da99c1d9380c3a59550af6152f2691c854)), closes [#2437](https://github.com/bitnami/charts/issues/2437) ## 12.0.8 (2020-04-22) -* [bitnami/magento] Release 12.0.8 updating components versions ([e70afb3](https://github.com/bitnami/charts/commit/e70afb3)) +* [bitnami/magento] Release 12.0.8 updating components versions ([e70afb3](https://github.com/bitnami/charts/commit/e70afb392c48308b5fc34ff2e602105e13c2bae2)) ## 12.0.7 (2020-04-22) -* [bitnami/magento] Release 12.0.7 updating components versions ([e510afc](https://github.com/bitnami/charts/commit/e510afc)) +* [bitnami/magento] Release 12.0.7 updating components versions ([e510afc](https://github.com/bitnami/charts/commit/e510afc4ed36c900ce8633b1c222cd114dab2383)) ## 12.0.6 (2020-04-17) -* [bitnami/magento] Release 12.0.6 updating components versions ([ec0a8bc](https://github.com/bitnami/charts/commit/ec0a8bc)) +* [bitnami/magento] Release 12.0.6 updating components versions ([ec0a8bc](https://github.com/bitnami/charts/commit/ec0a8bcc9059ea2838556ca9585a587c46c24e34)) ## 12.0.5 (2020-04-10) -* [bitnami/magento] Change in the command of apache-exporter (#2284) ([fb8a8aa](https://github.com/bitnami/charts/commit/fb8a8aa)), closes [#2284](https://github.com/bitnami/charts/issues/2284) +* [bitnami/magento] Change in the command of apache-exporter (#2284) ([fb8a8aa](https://github.com/bitnami/charts/commit/fb8a8aa9ca5fbfb8d3a08ebeda1db40e91bac7e9)), closes [#2284](https://github.com/bitnami/charts/issues/2284) ## 12.0.4 (2020-03-25) -* [bitnami/magento] Release 12.0.4 updating components versions ([1ba0769](https://github.com/bitnami/charts/commit/1ba0769)) +* [bitnami/magento] Release 12.0.4 updating components versions ([1ba0769](https://github.com/bitnami/charts/commit/1ba0769d2b3dd1993ce3150b0cdd43352ea098ed)) ## 12.0.3 (2020-03-12) -* [bitnami/magento] Release 12.0.3 updating components versions ([63ed475](https://github.com/bitnami/charts/commit/63ed475)) +* [bitnami/magento] Release 12.0.3 updating components versions ([63ed475](https://github.com/bitnami/charts/commit/63ed475eed0414f6195492b89d16e6fd3a1ebab3)) ## 12.0.2 (2020-03-11) -* Move charts from upstreamed folder to bitnami (#2032) ([a0e44f7](https://github.com/bitnami/charts/commit/a0e44f7)), closes [#2032](https://github.com/bitnami/charts/issues/2032) +* Move charts from upstreamed folder to bitnami (#2032) ([a0e44f7](https://github.com/bitnami/charts/commit/a0e44f7d6a10b8b5643186130ea420887cb72c7c)), closes [#2032](https://github.com/bitnami/charts/issues/2032) ## 12.0.1 (2020-03-05) -* [bitnami/magento] Release 12.0.1 updating components versions ([d13a6a8](https://github.com/bitnami/charts/commit/d13a6a8)) +* [bitnami/magento] Release 12.0.1 updating components versions ([d13a6a8](https://github.com/bitnami/charts/commit/d13a6a8aaeb309ae5099c904d62bce88790d89d5)) ## 12.0.0 (2020-03-03) -* [bitnami/magento] Update ES dependency in a major (#1998) ([da5353f](https://github.com/bitnami/charts/commit/da5353f)), closes [#1998](https://github.com/bitnami/charts/issues/1998) +* [bitnami/magento] Update ES dependency in a major (#1998) ([da5353f](https://github.com/bitnami/charts/commit/da5353f3e36ca5f1c33610bccfbb4bc1808b2f96)), closes [#1998](https://github.com/bitnami/charts/issues/1998) ## 11.1.1 (2020-02-26) -* [bitnami/magento] Release 11.1.1 updating components versions ([9dba8d8](https://github.com/bitnami/charts/commit/9dba8d8)) +* [bitnami/magento] Release 11.1.1 updating components versions ([9dba8d8](https://github.com/bitnami/charts/commit/9dba8d86cc9b22113f153d80c90c8da89488bd96)) ## 11.1.0 (2020-02-25) -* [bitnami/magento] Add parameter to allow configuring secure access to admin panel (#1974) ([c280c2f](https://github.com/bitnami/charts/commit/c280c2f)), closes [#1974](https://github.com/bitnami/charts/issues/1974) +* [bitnami/magento] Add parameter to allow configuring secure access to admin panel (#1974) ([c280c2f](https://github.com/bitnami/charts/commit/c280c2ffb60ac96e786cacecf4e828e27dc24017)), closes [#1974](https://github.com/bitnami/charts/issues/1974) ## 11.0.5 (2020-02-19) -* [bitnami/magento] Release 11.0.5 updating components versions ([40b34f5](https://github.com/bitnami/charts/commit/40b34f5)) +* [bitnami/magento] Release 11.0.5 updating components versions ([40b34f5](https://github.com/bitnami/charts/commit/40b34f5e1dc427e61c7706713af247b74f0a6d6b)) ## 11.0.4 (2020-02-11) -* [bitnami/several] Adapt READMEs and helpers to Helm 3 (#1911) ([40ee57c](https://github.com/bitnami/charts/commit/40ee57c)), closes [#1911](https://github.com/bitnami/charts/issues/1911) +* [bitnami/several] Adapt READMEs and helpers to Helm 3 (#1911) ([40ee57c](https://github.com/bitnami/charts/commit/40ee57cf5164717357e1627b55bf25f59c40fbd1)), closes [#1911](https://github.com/bitnami/charts/issues/1911) ## 11.0.3 (2020-02-04) -* [bitnami/magento] Release 11.0.3 updating components versions ([cb48517](https://github.com/bitnami/charts/commit/cb48517)) +* [bitnami/magento] Release 11.0.3 updating components versions ([cb48517](https://github.com/bitnami/charts/commit/cb48517d8a90de6a8bb3addc62c64397e971c761)) ## 11.0.2 (2020-01-14) -* [bitnami/magento] Release 11.0.2 updating components versions ([073f8eb](https://github.com/bitnami/charts/commit/073f8eb)) +* [bitnami/magento] Release 11.0.2 updating components versions ([073f8eb](https://github.com/bitnami/charts/commit/073f8eb1d7b3898d95205fa4a066c8b0a674c84b)) ## 11.0.1 (2020-01-10) -* [bitnami/magento] Release 11.0.1 updating components versions ([6e65634](https://github.com/bitnami/charts/commit/6e65634)) +* [bitnami/magento] Release 11.0.1 updating components versions ([6e65634](https://github.com/bitnami/charts/commit/6e65634c60bf5211c39f168432b743abce2518cd)) ## 11.0.0 (2019-12-17) -* [bitnami/magento] Bump elasticsearch dependency ([e69f615](https://github.com/bitnami/charts/commit/e69f615)) +* [bitnami/magento] Bump elasticsearch dependency ([e69f615](https://github.com/bitnami/charts/commit/e69f6158c5905a2370fbee3d8dfdca045a0a2b4a)) ## 10.0.0 (2019-11-15) -* [bitnami/magento] bump major version ([26997a5](https://github.com/bitnami/charts/commit/26997a5)) +* [bitnami/magento] bump major version ([26997a5](https://github.com/bitnami/charts/commit/26997a5ced2b31f71f6ae3aee921450faafafd96)) ## 9.0.3 (2019-11-14) -* [bitnami/magento] Release 9.0.3 updating components versions ([1a8137c](https://github.com/bitnami/charts/commit/1a8137c)) +* [bitnami/magento] Release 9.0.3 updating components versions ([1a8137c](https://github.com/bitnami/charts/commit/1a8137c4dec422f88f32b5d9d5dd2f99f12528f7)) ## 9.0.2 (2019-11-09) -* [bitnami/magento] Release 9.0.2 updating components versions ([a6d255f](https://github.com/bitnami/charts/commit/a6d255f)) +* [bitnami/magento] Release 9.0.2 updating components versions ([a6d255f](https://github.com/bitnami/charts/commit/a6d255f7c5d3b38c26fb5d0f3ac16a1fc77022de)) ## 9.0.1 (2019-11-07) -* [bitnami/magento] Release 9.0.1 updating components versions ([9482647](https://github.com/bitnami/charts/commit/9482647)) -* Update requirements.lock ([80cc16d](https://github.com/bitnami/charts/commit/80cc16d)) +* [bitnami/magento] Release 9.0.1 updating components versions ([9482647](https://github.com/bitnami/charts/commit/94826478a56a0c1bbb3418f18fb1b8e7c5d449ee)) +* Update requirements.lock ([80cc16d](https://github.com/bitnami/charts/commit/80cc16d6a7bb4509abcceb683d67288dc9b45966)) ## 9.0.0 (2019-10-25) -* [bitnami/magento][bitnami/kibana] Enable ES initContainer running sysctl by default ([fe07404](https://github.com/bitnami/charts/commit/fe07404)) +* [bitnami/magento][bitnami/kibana] Enable ES initContainer running sysctl by default ([fe07404](https://github.com/bitnami/charts/commit/fe0740433c4a0ff4843d04d0ce298d2728f55c4d)) ## 8.3.8 (2019-10-24) -* Fix links because of section renaming ([8e6fa3b](https://github.com/bitnami/charts/commit/8e6fa3b)) +* Fix links because of section renaming ([8e6fa3b](https://github.com/bitnami/charts/commit/8e6fa3bf7e3198954b6af507cf143fd4870c1c33)) ## 8.3.7 (2019-10-23) -* [bitnami/magento] Release 8.3.5 updating components versions ([97cba4d](https://github.com/bitnami/charts/commit/97cba4d)) -* Adapt README in charts (II) ([4705a98](https://github.com/bitnami/charts/commit/4705a98)) -* Bump version ([8577937](https://github.com/bitnami/charts/commit/8577937)) -* Format table ([bdaa3fd](https://github.com/bitnami/charts/commit/bdaa3fd)) -* Starardize README.md ([d9d31ea](https://github.com/bitnami/charts/commit/d9d31ea)) +* [bitnami/magento] Release 8.3.5 updating components versions ([97cba4d](https://github.com/bitnami/charts/commit/97cba4dcd5f3f16102e6c148bd5409c5aea50ade)) +* Adapt README in charts (II) ([4705a98](https://github.com/bitnami/charts/commit/4705a98e346aae7e784ee27cd8c58d0f8e8411f3)) +* Bump version ([8577937](https://github.com/bitnami/charts/commit/8577937d809787a51e9c9186264d7adb6b4666f3)) +* Format table ([bdaa3fd](https://github.com/bitnami/charts/commit/bdaa3fdf107a36559f3c5941ed1fa71f0550c75e)) +* Starardize README.md ([d9d31ea](https://github.com/bitnami/charts/commit/d9d31eaba0ce7293a2fd61c180e6c7b1d9e5a966)) ## 8.3.5 (2019-10-09) -* [bitnami/magento] Lint chart ([bbf7ad1](https://github.com/bitnami/charts/commit/bbf7ad1)) -* Apply suggestions, fix ingress and add missing README values ([c5846d5](https://github.com/bitnami/charts/commit/c5846d5)) -* Change values-production testing file ([5f3c501](https://github.com/bitnami/charts/commit/5f3c501)) -* Fix version ([e988f53](https://github.com/bitnami/charts/commit/e988f53)) -* Remove unnecessary information from values-prod-with-host ([c7d714e](https://github.com/bitnami/charts/commit/c7d714e)) +* [bitnami/magento] Lint chart ([bbf7ad1](https://github.com/bitnami/charts/commit/bbf7ad1e45a8ff99d1c826acc4e1410405dda209)) +* Apply suggestions, fix ingress and add missing README values ([c5846d5](https://github.com/bitnami/charts/commit/c5846d5f32b6df84675bb5c3f21a631ba01c57d9)) +* Change values-production testing file ([5f3c501](https://github.com/bitnami/charts/commit/5f3c5016dc4a5f72834a00ce74a942abce7369b2)) +* Fix version ([e988f53](https://github.com/bitnami/charts/commit/e988f53ed53b8344e67c2d2e9dc66fa162685490)) +* Remove unnecessary information from values-prod-with-host ([c7d714e](https://github.com/bitnami/charts/commit/c7d714ee6804e186e6d57a3a8d9d0166a88f5fd4)) ## 8.3.4 (2019-10-03) -* [bitnami/*] Fix broken links to NGINX Ingress Annotations docs ([42a2f47](https://github.com/bitnami/charts/commit/42a2f47)) -* Update Magento dependencies ([f957a62](https://github.com/bitnami/charts/commit/f957a62)) +* [bitnami/*] Fix broken links to NGINX Ingress Annotations docs ([42a2f47](https://github.com/bitnami/charts/commit/42a2f476bdc0f4960ad15d9a8e2fca8cef684b8f)) +* Update Magento dependencies ([f957a62](https://github.com/bitnami/charts/commit/f957a621b35b0842b8fefa6ed788295a73703746)) ## 8.3.3 (2019-09-20) -* [bitnami/*] Update apiVersion on sts, deployments, daemonsets and podsecuritypolicies ([4dfac07](https://github.com/bitnami/charts/commit/4dfac07)) +* [bitnami/*] Update apiVersion on sts, deployments, daemonsets and podsecuritypolicies ([4dfac07](https://github.com/bitnami/charts/commit/4dfac075aacf74405e31ae5b27df4369e84eb0b0)) ## 8.3.2 (2019-09-09) -* [bitnami/magento] Release 8.3.2 updating components versions ([fc4cd4c](https://github.com/bitnami/charts/commit/fc4cd4c)) +* [bitnami/magento] Release 8.3.2 updating components versions ([fc4cd4c](https://github.com/bitnami/charts/commit/fc4cd4cdf52d14ec315a4e988365bd6059ff4c81)) ## 8.3.1 (2019-09-05) -* [bitnami/magento] Release 8.3.1 updating components versions ([127e002](https://github.com/bitnami/charts/commit/127e002)) +* [bitnami/magento] Release 8.3.1 updating components versions ([127e002](https://github.com/bitnami/charts/commit/127e002205c8ca1e47a02250d3df787110777ac5)) ## 8.3.0 (2019-09-04) -* Bump minor version ([10f1738](https://github.com/bitnami/charts/commit/10f1738)) +* Bump minor version ([10f1738](https://github.com/bitnami/charts/commit/10f173888cd7001e8e7b857b30d80fd58de48b48)) ## 8.2.2 (2019-09-04) -* Add affinity to magento ([ad7ad54](https://github.com/bitnami/charts/commit/ad7ad54)) +* Add affinity to magento ([ad7ad54](https://github.com/bitnami/charts/commit/ad7ad54a86ed6ebd8b898646654d715e5b2a5f8f)) ## 8.2.1 (2019-09-02) -* [bitnami/magento] Release 8.2.1 updating components versions ([e61c5ec](https://github.com/bitnami/charts/commit/e61c5ec)) +* [bitnami/magento] Release 8.2.1 updating components versions ([e61c5ec](https://github.com/bitnami/charts/commit/e61c5ec3f0d35dc0912bf990fb395fb78bdfea22)) ## 8.2.0 (2019-08-22) -* [bitnami/*] Fix 'storageClass' macros ([f41c193](https://github.com/bitnami/charts/commit/f41c193)) +* [bitnami/*] Fix 'storageClass' macros ([f41c193](https://github.com/bitnami/charts/commit/f41c19310b0aba01be37217e530b678ae30a560f)) ## 8.1.1 (2019-08-21) -* Refactor StorageClass template to support old Helm versions ([1d7f3df](https://github.com/bitnami/charts/commit/1d7f3df)) -* Refactor storageClassTemplate ([1872215](https://github.com/bitnami/charts/commit/1872215)) +* Refactor StorageClass template to support old Helm versions ([1d7f3df](https://github.com/bitnami/charts/commit/1d7f3df1250d8f3ba7b17add67de6515dd93f1e7)) +* Refactor storageClassTemplate ([1872215](https://github.com/bitnami/charts/commit/1872215effe0a6ff672537387684c8a97fb3093c)) ## 8.1.0 (2019-08-19) -* Add global variable to set the storage class to all of the Hekm Charts ([cdb4bdc](https://github.com/bitnami/charts/commit/cdb4bdc)) -* Update charts versions ([9459dbb](https://github.com/bitnami/charts/commit/9459dbb)) +* Add global variable to set the storage class to all of the Hekm Charts ([cdb4bdc](https://github.com/bitnami/charts/commit/cdb4bdceda07e03f3902ec2796eab54d2c6f1650)) +* Update charts versions ([9459dbb](https://github.com/bitnami/charts/commit/9459dbbf98c5572f0b92cd3eef8e12ec83a48397)) ## 8.0.1 (2019-08-13) -* Update README.md ([ea1fcbe](https://github.com/bitnami/charts/commit/ea1fcbe)) -* Updated version numbers ([aa0294b](https://github.com/bitnami/charts/commit/aa0294b)) +* Update README.md ([ea1fcbe](https://github.com/bitnami/charts/commit/ea1fcbef96faeafdf85d8a59451ce38db1a75d58)) +* Updated version numbers ([aa0294b](https://github.com/bitnami/charts/commit/aa0294b246340ed44d76f8cac59338ee685fab5e)) ## 8.0.0 (2019-08-02) -* [bitnami/magento] Update dependencies ([e62fedc](https://github.com/bitnami/charts/commit/e62fedc)) +* [bitnami/magento] Update dependencies ([e62fedc](https://github.com/bitnami/charts/commit/e62fedcc640031890c480753c60c7a86025008c0)) ## 7.0.1 (2019-07-31) -* [bitnami/magento] Bump version ([2b46e31](https://github.com/bitnami/charts/commit/2b46e31)) -* [bitnami/magento] Release 7.0.1 updating components versions ([58fe5cf](https://github.com/bitnami/charts/commit/58fe5cf)) -* Create template for magento chart name and version ([498cee2](https://github.com/bitnami/charts/commit/498cee2)) -* Fix chart provider name from stable to bitnami on NOTE ([f024252](https://github.com/bitnami/charts/commit/f024252)) +* [bitnami/magento] Bump version ([2b46e31](https://github.com/bitnami/charts/commit/2b46e311f2e38aa2bbe2b2afb41db931cb2682d0)) +* [bitnami/magento] Release 7.0.1 updating components versions ([58fe5cf](https://github.com/bitnami/charts/commit/58fe5cf1382810cc0e9a32107422759976283d8b)) +* Create template for magento chart name and version ([498cee2](https://github.com/bitnami/charts/commit/498cee27e9cdd0f52df40331f672649cea933538)) +* Fix chart provider name from stable to bitnami on NOTE ([f024252](https://github.com/bitnami/charts/commit/f024252e5c13afada999e434b467fde1e308969f)) ## 7.0.0 (2019-07-25) -* Update dependencies for some bitnami charts ([ff54f7f](https://github.com/bitnami/charts/commit/ff54f7f)) +* Update dependencies for some bitnami charts ([ff54f7f](https://github.com/bitnami/charts/commit/ff54f7f999f0e4c10a22f7bd40d9dcd314c7937d)) ## 6.2.1 (2019-07-24) -* [bitnami/magento] Fix typo in the README.md (#1313) ([9b785eb](https://github.com/bitnami/charts/commit/9b785eb)), closes [#1313](https://github.com/bitnami/charts/issues/1313) +* [bitnami/magento] Fix typo in the README.md (#1313) ([9b785eb](https://github.com/bitnami/charts/commit/9b785eb922bdfa5b1cdd9e2314084dc03191db14)), closes [#1313](https://github.com/bitnami/charts/issues/1313) ## 6.2.0 (2019-07-24) -* [bitnami/magento] Allow specifying a Elasticsearch image ([8b0ac45](https://github.com/bitnami/charts/commit/8b0ac45)) -* [bitnami/magento] Replace lusotycoon/apache-exporter with bitnami/apache-exporter (#1306) ([03678f8](https://github.com/bitnami/charts/commit/03678f8)), closes [#1306](https://github.com/bitnami/charts/issues/1306) -* Add Elasticsearch image fields to values ([9c412a4](https://github.com/bitnami/charts/commit/9c412a4)) +* [bitnami/magento] Allow specifying a Elasticsearch image ([8b0ac45](https://github.com/bitnami/charts/commit/8b0ac45f856b90733f040a430b0464e3f47c8bf2)) +* [bitnami/magento] Replace lusotycoon/apache-exporter with bitnami/apache-exporter (#1306) ([03678f8](https://github.com/bitnami/charts/commit/03678f860dbbb86ef258249e38c1449a20ff9040)), closes [#1306](https://github.com/bitnami/charts/issues/1306) +* Add Elasticsearch image fields to values ([9c412a4](https://github.com/bitnami/charts/commit/9c412a420d407dc597613652f68a47f00de2fb94)) ## 6.1.0 (2019-07-18) -* [bitnami/magento] update Elasticsearch 6 image ([839cfcf](https://github.com/bitnami/charts/commit/839cfcf)) +* [bitnami/magento] update Elasticsearch 6 image ([839cfcf](https://github.com/bitnami/charts/commit/839cfcfc3b808e5423a9a60273bf409dc1b91a96)) ## 6.0.0 (2019-07-17) -* Implement again #1283 changes but bumping the major version ([1ce079c](https://github.com/bitnami/charts/commit/1ce079c)), closes [#1283](https://github.com/bitnami/charts/issues/1283) +* Implement again #1283 changes but bumping the major version ([1ce079c](https://github.com/bitnami/charts/commit/1ce079c789a6c0f5174094af3ea6fb67b6c926fd)), closes [#1283](https://github.com/bitnami/charts/issues/1283) ## 5.2.4 (2019-07-17) -* Revert pull request #1283 ([8e5940a](https://github.com/bitnami/charts/commit/8e5940a)), closes [#1283](https://github.com/bitnami/charts/issues/1283) +* Revert pull request #1283 ([8e5940a](https://github.com/bitnami/charts/commit/8e5940a9260dc722ae1a630a6b6e21df2502323f)), closes [#1283](https://github.com/bitnami/charts/issues/1283) ## 5.2.3 (2019-07-11) -* Standardize component.name & component.fullname functions ([775948e](https://github.com/bitnami/charts/commit/775948e)) +* Standardize component.name & component.fullname functions ([775948e](https://github.com/bitnami/charts/commit/775948eb27ccc5599262002b71f4982cc2b2dc8d)) ## 5.2.2 (2019-07-01) -* [bitnami/magento] Release 5.2.2 updating components versions ([f6e8259](https://github.com/bitnami/charts/commit/f6e8259)) +* [bitnami/magento] Release 5.2.2 updating components versions ([f6e8259](https://github.com/bitnami/charts/commit/f6e8259f288bd44c92090588c6b06f7aba1736c3)) ## 5.2.1 (2019-06-25) -* [bitnami/magento] Release 5.2.1 updating components versions ([5078cbc](https://github.com/bitnami/charts/commit/5078cbc)) -* [bitnami/magento] Update components versions ([9790e69](https://github.com/bitnami/charts/commit/9790e69)) +* [bitnami/magento] Release 5.2.1 updating components versions ([5078cbc](https://github.com/bitnami/charts/commit/5078cbcbaa5d115bcc96969078fc0a1b477ad0ea)) +* [bitnami/magento] Update components versions ([9790e69](https://github.com/bitnami/charts/commit/9790e69d5d19c722d8f2dfa239c27c38b8735c0e)) ## 5.2.0 (2019-06-13) -* Document values ([9de2cc6](https://github.com/bitnami/charts/commit/9de2cc6)) +* Document values ([9de2cc6](https://github.com/bitnami/charts/commit/9de2cc641aa59305cf1e1b318d95d5702db9e41f)) ## 5.1.0 (2019-06-12) -* Enable Elasticsearch by default ([93de07c](https://github.com/bitnami/charts/commit/93de07c)) +* Enable Elasticsearch by default ([93de07c](https://github.com/bitnami/charts/commit/93de07c045ad71352140ceb53b45b41fdccd4c9c)) ## 5.0.4 (2019-06-11) -* Move upstreamed/magento to bitnami/magento ([b314b85](https://github.com/bitnami/charts/commit/b314b85)) +* Move upstreamed/magento to bitnami/magento ([b314b85](https://github.com/bitnami/charts/commit/b314b852276b78f894ba36df07f356efeb8af1a7)) diff --git a/bitnami/magento/Chart.yaml b/bitnami/magento/Chart.yaml index 91e3302b50046d..69701a94fbb05e 100644 --- a/bitnami/magento/Chart.yaml +++ b/bitnami/magento/Chart.yaml @@ -48,4 +48,4 @@ maintainers: name: magento sources: - https://github.com/bitnami/charts/tree/main/bitnami/magento -version: 27.1.0 +version: 27.2.0 diff --git a/bitnami/magento/README.md b/bitnami/magento/README.md index 84c27329b0e640..e859398cedef61 100644 --- a/bitnami/magento/README.md +++ b/bitnami/magento/README.md @@ -325,6 +325,9 @@ See the [Parameters](#parameters) section to configure the PVC or to disable per | `extraVolumeMounts` | Array of extra volume mounts to be added to the container (evaluated as template). Normally used with `extraVolumes` | `[]` | | `extraContainerPorts` | Array of additional container ports for the Magento container | `[]` | | `initContainers` | Add additional init containers to the pod (evaluated as a template) | `[]` | +| `pdb.create` | Enable/disable a Pod Disruption Budget creation | `true` | +| `pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `""` | +| `pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `pdb.minAvailable` and `pdb.maxUnavailable` are empty. | `""` | | `sidecars` | Attach additional containers to the pod (evaluated as a template) | `[]` | | `tolerations` | Tolerations for pod assignment | `[]` | | `priorityClassName` | %%MAIN_CONTAINER_NAME%% pods' priorityClassName | `""` | diff --git a/bitnami/magento/templates/pdb.yaml b/bitnami/magento/templates/pdb.yaml new file mode 100644 index 00000000000000..037f21ca357efa --- /dev/null +++ b/bitnami/magento/templates/pdb.yaml @@ -0,0 +1,26 @@ +{{- /* +Copyright Broadcom, Inc. All Rights Reserved. +SPDX-License-Identifier: APACHE-2.0 +*/}} + +{{- if and (include "magento.host" .) (or .Values.mariadb.enabled .Values.externalDatabase.host) .Values.pdb.create }} +apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} +kind: PodDisruptionBudget +metadata: + name: {{ include "common.names.fullname" . }} + namespace: {{ include "common.names.namespace" . | quote }} + labels: {{- include "common.labels.standard" ( dict "customLabels" .Values.commonLabels "context" $ ) | nindent 4 }} + {{- if .Values.commonAnnotations }} + annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }} + {{- end }} +spec: + {{- if .Values.pdb.minAvailable }} + minAvailable: {{ .Values.pdb.minAvailable }} + {{- end }} + {{- if or .Values.pdb.maxUnavailable ( not .Values.pdb.minAvailable ) }} + maxUnavailable: {{ .Values.pdb.maxUnavailable | default 1 }} + {{- end }} + {{- $podLabels := include "common.tplvalues.merge" ( dict "values" ( list .Values.podLabels .Values.commonLabels ) "context" . ) }} + selector: + matchLabels: {{- include "common.labels.matchLabels" ( dict "customLabels" $podLabels "context" $ ) | nindent 6 }} +{{- end }} diff --git a/bitnami/magento/values.yaml b/bitnami/magento/values.yaml index ff24d025fcda36..14b7425ac8303c 100644 --- a/bitnami/magento/values.yaml +++ b/bitnami/magento/values.yaml @@ -212,6 +212,16 @@ extraContainerPorts: [] ## @param initContainers Add additional init containers to the pod (evaluated as a template) ## initContainers: [] +## Pod Disruption Budget configuration +## ref: https://kubernetes.io/docs/tasks/run-application/configure-pdb +## @param pdb.create Enable/disable a Pod Disruption Budget creation +## @param pdb.minAvailable Minimum number/percentage of pods that should remain scheduled +## @param pdb.maxUnavailable Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `pdb.minAvailable` and `pdb.maxUnavailable` are empty. +## +pdb: + create: true + minAvailable: "" + maxUnavailable: "" ## @param sidecars Attach additional containers to the pod (evaluated as a template) ## sidecars: [] From 75985a9499556bb742a232e49c1f1f861b09251e Mon Sep 17 00:00:00 2001 From: Fran Mulero Date: Wed, 29 May 2024 09:07:08 +0200 Subject: [PATCH 061/110] [bitnami/grafana] Enable PodDisruptionBudgets (#26473) * [bitnami/grafana] Enable PodDisruptionBudgets Signed-off-by: Fran Mulero * Update CHANGELOG.md Signed-off-by: Bitnami Containers --------- Signed-off-by: Fran Mulero Signed-off-by: Bitnami Containers Co-authored-by: Bitnami Containers --- bitnami/grafana/CHANGELOG.md | 8 ++++++-- bitnami/grafana/Chart.yaml | 2 +- bitnami/grafana/README.md | 3 +++ bitnami/grafana/templates/pdb.yaml | 28 ++++++++++++++++++++++++++++ bitnami/grafana/values.yaml | 10 ++++++++++ 5 files changed, 48 insertions(+), 3 deletions(-) create mode 100644 bitnami/grafana/templates/pdb.yaml diff --git a/bitnami/grafana/CHANGELOG.md b/bitnami/grafana/CHANGELOG.md index 03308d161b4eaf..b287595d0cf358 100644 --- a/bitnami/grafana/CHANGELOG.md +++ b/bitnami/grafana/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog -## 11.2.1 (2024-05-22) +## 11.3.0 (2024-05-28) -* [bitnami/grafana] Use different liveness/readiness probes ([#26328](https://github.com/bitnami/charts/pulls/26328)) +* [bitnami/grafana] Enable PodDisruptionBudgets ([#26473](https://github.com/bitnami/charts/pull/26473)) + +## 11.2.1 (2024-05-23) + +* [bitnami/grafana] Use different liveness/readiness probes (#26328) ([dce614b](https://github.com/bitnami/charts/commit/dce614b357cb3e7fa6387c4b31d5904952d60e76)), closes [#26328](https://github.com/bitnami/charts/issues/26328) ## 11.2.0 (2024-05-22) diff --git a/bitnami/grafana/Chart.yaml b/bitnami/grafana/Chart.yaml index 182e4a27a73a07..1543ffafe40afa 100644 --- a/bitnami/grafana/Chart.yaml +++ b/bitnami/grafana/Chart.yaml @@ -31,4 +31,4 @@ maintainers: name: grafana sources: - https://github.com/bitnami/charts/tree/main/bitnami/grafana -version: 11.2.1 +version: 11.3.0 diff --git a/bitnami/grafana/README.md b/bitnami/grafana/README.md index 0bb494d50b5d1f..e658262ea043a7 100644 --- a/bitnami/grafana/README.md +++ b/bitnami/grafana/README.md @@ -519,6 +519,9 @@ See the [Parameters](#parameters) section to configure the PVC or to disable per | `grafana.extraConfigmaps` | Array to mount extra ConfigMaps to configure Grafana | `[]` | | `grafana.command` | Override default container command (useful when using custom images) | `[]` | | `grafana.args` | Override default container args (useful when using custom images) | `[]` | +| `grafana.pdb.create` | Enable/disable a Pod Disruption Budget creation | `true` | +| `grafana.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `""` | +| `grafana.pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `grafana.pdb.minAvailable` and `grafana.pdb.maxUnavailable` are empty. | `""` | ### Persistence parameters diff --git a/bitnami/grafana/templates/pdb.yaml b/bitnami/grafana/templates/pdb.yaml new file mode 100644 index 00000000000000..59b1f6d0970fe2 --- /dev/null +++ b/bitnami/grafana/templates/pdb.yaml @@ -0,0 +1,28 @@ +{{- /* +Copyright Broadcom, Inc. All Rights Reserved. +SPDX-License-Identifier: APACHE-2.0 +*/}} + +{{- if .Values.grafana.pdb.create }} +apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} +kind: PodDisruptionBudget +metadata: + name: {{ include "common.names.fullname" . }} + namespace: {{ include "common.names.namespace" . | quote }} + labels: {{- include "common.labels.standard" ( dict "customLabels" .Values.commonLabels "context" $ ) | nindent 4 }} + app.kubernetes.io/component: grafana + {{- if .Values.commonAnnotations }} + annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }} + {{- end }} +spec: + {{- if .Values.grafana.pdb.minAvailable }} + minAvailable: {{ .Values.grafana.pdb.minAvailable }} + {{- end }} + {{- if or .Values.grafana.pdb.maxUnavailable (not .Values.grafana.pdb.minAvailable) }} + maxUnavailable: {{ .Values.grafana.pdb.maxUnavailable | default 1 }} + {{- end }} + {{- $podLabels := include "common.tplvalues.merge" (dict "values" (list .Values.podLabels .Values.commonLabels) "context" .) }} + selector: + matchLabels: {{- include "common.labels.matchLabels" ( dict "customLabels" $podLabels "context" $ ) | nindent 6 }} + app.kubernetes.io/component: grafana +{{- end }} diff --git a/bitnami/grafana/values.yaml b/bitnami/grafana/values.yaml index 260c5987f888a0..714a7f2e56f5f0 100644 --- a/bitnami/grafana/values.yaml +++ b/bitnami/grafana/values.yaml @@ -579,6 +579,16 @@ grafana: ## @param grafana.args Override default container args (useful when using custom images) ## args: [] + ## Pod Disruption Budget configuration + ## ref: https://kubernetes.io/docs/tasks/run-application/configure-pdb + ## @param grafana.pdb.create Enable/disable a Pod Disruption Budget creation + ## @param grafana.pdb.minAvailable Minimum number/percentage of pods that should remain scheduled + ## @param grafana.pdb.maxUnavailable Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `grafana.pdb.minAvailable` and `grafana.pdb.maxUnavailable` are empty. + ## + pdb: + create: true + minAvailable: "" + maxUnavailable: "" ## @section Persistence parameters ## Enable persistence using Persistent Volume Claims From 7ca9126ae19eea1f11a507e521488b7fc3f61454 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20R=C3=ADos=20Saavedra?= Date: Wed, 29 May 2024 09:41:49 +0200 Subject: [PATCH 062/110] Revert "[bitnami/seaweedfs] Fix tests (#26400)" (#26534) This reverts commit 671e9b6ca34530248b01fb73c50f592c4423ff6d. Signed-off-by: Rafael Rios Saavedra --- .vib/seaweedfs/ginkgo/seaweedfs_suite_test.go | 21 +++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/.vib/seaweedfs/ginkgo/seaweedfs_suite_test.go b/.vib/seaweedfs/ginkgo/seaweedfs_suite_test.go index d37988425033df..baa0c0567bd6f5 100644 --- a/.vib/seaweedfs/ginkgo/seaweedfs_suite_test.go +++ b/.vib/seaweedfs/ginkgo/seaweedfs_suite_test.go @@ -69,6 +69,23 @@ func createPVC(ctx context.Context, c kubernetes.Interface, name, size string) e } func createJob(ctx context.Context, c kubernetes.Interface, name, port, image, pvcName, kind string) error { + podSecurityContext := &v1.PodSecurityContext{ + FSGroup: &[]int64{1001}[0], + FSGroupChangePolicy: &[]v1.PodFSGroupChangePolicy{v1.FSGroupChangeAlways}[0], + } + containerSecurityContext := &v1.SecurityContext{ + Privileged: &[]bool{false}[0], + AllowPrivilegeEscalation: &[]bool{false}[0], + RunAsUser: &[]int64{1001}[0], + RunAsNonRoot: &[]bool{true}[0], + Capabilities: &v1.Capabilities{ + Drop: []v1.Capability{"ALL"}, + }, + SeccompProfile: &v1.SeccompProfile{ + Type: "RuntimeDefault", + }, + } + args := []string{"-ec"} switch kind { case kindDownload: @@ -95,7 +112,7 @@ cat /data/fid | xargs weed download -server ${MASTER_HOST}:${MASTER_PORT} Template: v1.PodTemplateSpec{ Spec: v1.PodSpec{ RestartPolicy: "Never", - SecurityContext: &v1.PodSecurityContext{}, + SecurityContext: podSecurityContext, Containers: []v1.Container{ { Name: "seaweedfs", @@ -112,7 +129,7 @@ cat /data/fid | xargs weed download -server ${MASTER_HOST}:${MASTER_PORT} Value: port, }, }, - SecurityContext: &v1.SecurityContext{}, + SecurityContext: containerSecurityContext, VolumeMounts: []v1.VolumeMount{ { Name: "data", From 00f157a60b3c18df462a2d0bd16762614edb7400 Mon Sep 17 00:00:00 2001 From: Fran Mulero Date: Wed, 29 May 2024 09:51:46 +0200 Subject: [PATCH 063/110] [bitnami/kiam] Enable PodDisruptionBudgets (#26500) * [bitnami/kiam] Enable PodDisruptionBudgets Signed-off-by: Fran Mulero * Update CHANGELOG.md Signed-off-by: Bitnami Containers --------- Signed-off-by: Fran Mulero Signed-off-by: Bitnami Containers Co-authored-by: Bitnami Containers --- bitnami/kiam/CHANGELOG.md | 8 ++++-- bitnami/kiam/Chart.yaml | 2 +- bitnami/kiam/README.md | 3 ++ bitnami/kiam/templates/server/server-pdb.yaml | 28 +++++++++++++++++++ bitnami/kiam/values.yaml | 10 +++++++ 5 files changed, 48 insertions(+), 3 deletions(-) create mode 100644 bitnami/kiam/templates/server/server-pdb.yaml diff --git a/bitnami/kiam/CHANGELOG.md b/bitnami/kiam/CHANGELOG.md index b949b5f24d3c7f..bdd6e8d13df778 100644 --- a/bitnami/kiam/CHANGELOG.md +++ b/bitnami/kiam/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog -## 2.1.1 (2024-05-23) +## 2.2.0 (2024-05-28) -* [bitnami/kiam] Use different liveness/readiness probes ([#26370](https://github.com/bitnami/charts/pull/26370)) +* [bitnami/kiam] Enable PodDisruptionBudgets ([#26500](https://github.com/bitnami/charts/pull/26500)) + +## 2.1.1 (2024-05-23) + +* [bitnami/kiam] Use different liveness/readiness probes (#26370) ([ef14a50](https://github.com/bitnami/charts/commit/ef14a506d8116ece0a140790725dcaa5abc4696b)), closes [#26370](https://github.com/bitnami/charts/issues/26370) ## 2.1.0 (2024-05-21) diff --git a/bitnami/kiam/Chart.yaml b/bitnami/kiam/Chart.yaml index 2c08fce905f21e..9d4c641d8c93f5 100644 --- a/bitnami/kiam/Chart.yaml +++ b/bitnami/kiam/Chart.yaml @@ -28,4 +28,4 @@ maintainers: name: kiam sources: - https://github.com/bitnami/charts/tree/main/bitnami/kiam -version: 2.1.1 +version: 2.2.0 diff --git a/bitnami/kiam/README.md b/bitnami/kiam/README.md index 4763b2034caed3..36c6716552421b 100644 --- a/bitnami/kiam/README.md +++ b/bitnami/kiam/README.md @@ -279,6 +279,9 @@ If managing TLS secrets outside of Helm, it is possible to create a TLS secret ( | `server.extraVolumes` | Optionally specify extra list of additional volumes for kiam pods | `[]` | | `server.extraVolumeMounts` | Optionally specify extra list of additional volumeMounts for kiam container(s) | `[]` | | `server.initContainers` | Add additional init containers to the kiam pods | `[]` | +| `server.pdb.create` | Enable/disable a Pod Disruption Budget creation | `true` | +| `server.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `""` | +| `server.pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `server.pdb.minAvailable` and `server.pdb.maxUnavailable` are empty. | `""` | | `server.sidecars` | Add additional sidecar containers to the kiam pods | `[]` | ### kiam server exposure parameters diff --git a/bitnami/kiam/templates/server/server-pdb.yaml b/bitnami/kiam/templates/server/server-pdb.yaml new file mode 100644 index 00000000000000..2631768e8a9950 --- /dev/null +++ b/bitnami/kiam/templates/server/server-pdb.yaml @@ -0,0 +1,28 @@ +{{- /* +Copyright Broadcom, Inc. All Rights Reserved. +SPDX-License-Identifier: APACHE-2.0 +*/}} + +{{- if and .Values.server.enabled (eq .Values.server.resourceType "deployment") .Values.server.pdb.create }} +apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} +kind: PodDisruptionBudget +metadata: + name: {{ template "common.names.fullname" . }}-server + namespace: {{ include "common.names.namespace" . | quote }} + labels: {{- include "common.labels.standard" ( dict "customLabels" .Values.commonLabels "context" $ ) | nindent 4 }} + app.kubernetes.io/component: server + {{- if .Values.commonAnnotations }} + annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }} + {{- end }} +spec: + {{- if .Values.server.pdb.minAvailable }} + minAvailable: {{ .Values.server.pdb.minAvailable }} + {{- end }} + {{- if or .Values.server.pdb.maxUnavailable ( not .Values.server.pdb.minAvailable ) }} + maxUnavailable: {{ .Values.server.pdb.maxUnavailable | default 1 }} + {{- end }} + {{- $podLabels := include "common.tplvalues.merge" ( dict "values" ( list .Values.server.podLabels .Values.commonLabels ) "context" . ) }} + selector: + matchLabels: {{- include "common.labels.matchLabels" ( dict "customLabels" $podLabels "context" $ ) | nindent 6 }} + app.kubernetes.io/component: server +{{- end }} diff --git a/bitnami/kiam/values.yaml b/bitnami/kiam/values.yaml index 284a2607ad1fa6..6b82db34192ecc 100644 --- a/bitnami/kiam/values.yaml +++ b/bitnami/kiam/values.yaml @@ -388,6 +388,16 @@ server: ## containerPort: 1234 ## initContainers: [] + ## Pod Disruption Budget configuration + ## ref: https://kubernetes.io/docs/tasks/run-application/configure-pdb + ## @param server.pdb.create Enable/disable a Pod Disruption Budget creation + ## @param server.pdb.minAvailable Minimum number/percentage of pods that should remain scheduled + ## @param server.pdb.maxUnavailable Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `server.pdb.minAvailable` and `server.pdb.maxUnavailable` are empty. + ## + pdb: + create: true + minAvailable: "" + maxUnavailable: "" ## @param server.sidecars Add additional sidecar containers to the kiam pods ## Example: ## sidecars: From bc61176fbcfc6ccc4a0a31f8ffa52dfaa8075867 Mon Sep 17 00:00:00 2001 From: Fran Mulero Date: Wed, 29 May 2024 10:17:58 +0200 Subject: [PATCH 064/110] [bitnami/kube-state-metrics] Enable PodDisruptionBudgets (#26502) * [bitnami/kube-state-metrics] Enable PodDisruptionBudgets Signed-off-by: Fran Mulero * Update CHANGELOG.md Signed-off-by: Bitnami Containers --------- Signed-off-by: Fran Mulero Signed-off-by: Bitnami Containers Co-authored-by: Bitnami Containers --- bitnami/kube-state-metrics/CHANGELOG.md | 508 +++++++++--------- bitnami/kube-state-metrics/Chart.yaml | 2 +- bitnami/kube-state-metrics/README.md | 3 + bitnami/kube-state-metrics/templates/pdb.yaml | 26 + bitnami/kube-state-metrics/values.yaml | 10 + 5 files changed, 296 insertions(+), 253 deletions(-) create mode 100644 bitnami/kube-state-metrics/templates/pdb.yaml diff --git a/bitnami/kube-state-metrics/CHANGELOG.md b/bitnami/kube-state-metrics/CHANGELOG.md index 9e50136c6604ba..b3a93e8ea244ad 100644 --- a/bitnami/kube-state-metrics/CHANGELOG.md +++ b/bitnami/kube-state-metrics/CHANGELOG.md @@ -1,822 +1,826 @@ # Changelog -## 4.1.1 (2024-05-21) +## 4.2.0 (2024-05-28) -* [bitnami/kube-state-metrics-probes] Use different liveness/readiness probes ([#26174](https://github.com/bitnami/charts/pulls/26174)) +* [bitnami/kube-state-metrics] Enable PodDisruptionBudgets ([#26502](https://github.com/bitnami/charts/pull/26502)) + +## 4.1.1 (2024-05-21) + +* [bitnami/kube-state-metrics-probes] Use different liveness/readiness probes (#26174) ([33aa5e2](https://github.com/bitnami/charts/commit/33aa5e25efb93ba7cbbb00e146cf1b88460714d9)), closes [#26174](https://github.com/bitnami/charts/issues/26174) ## 4.1.0 (2024-05-21) -* [bitnami/*] ci: :construction_worker: Add tag and changelog support (#25359) ([91c707c](https://github.com/bitnami/charts/commit/91c707c)), closes [#25359](https://github.com/bitnami/charts/issues/25359) -* [bitnami/kube-state-metrics] feat: :sparkles: :lock: Add warning when original images are replaced ( ([24028d6](https://github.com/bitnami/charts/commit/24028d6)), closes [#26230](https://github.com/bitnami/charts/issues/26230) +* [bitnami/*] ci: :construction_worker: Add tag and changelog support (#25359) ([91c707c](https://github.com/bitnami/charts/commit/91c707c9e4e574725a09505d2d313fb93f1b4c0a)), closes [#25359](https://github.com/bitnami/charts/issues/25359) +* [bitnami/kube-state-metrics] feat: :sparkles: :lock: Add warning when original images are replaced ( ([24028d6](https://github.com/bitnami/charts/commit/24028d68b97c33474ada2f7362262a8490030206)), closes [#26230](https://github.com/bitnami/charts/issues/26230) ## 4.0.7 (2024-05-18) -* [bitnami/kube-state-metrics] Release 4.0.7 updating components versions (#26035) ([55d695f](https://github.com/bitnami/charts/commit/55d695f)), closes [#26035](https://github.com/bitnami/charts/issues/26035) +* [bitnami/kube-state-metrics] Release 4.0.7 updating components versions (#26035) ([55d695f](https://github.com/bitnami/charts/commit/55d695f32c88a8ac7a997a81e1dc7dacf21eec8f)), closes [#26035](https://github.com/bitnami/charts/issues/26035) ## 4.0.6 (2024-05-14) -* [bitnami/*] Change non-root and rolling-tags doc URLs (#25628) ([b067c94](https://github.com/bitnami/charts/commit/b067c94)), closes [#25628](https://github.com/bitnami/charts/issues/25628) -* [bitnami/kube-state-metrics] Release 4.0.6 updating components versions (#25779) ([c4006cc](https://github.com/bitnami/charts/commit/c4006cc)), closes [#25779](https://github.com/bitnami/charts/issues/25779) +* [bitnami/*] Change non-root and rolling-tags doc URLs (#25628) ([b067c94](https://github.com/bitnami/charts/commit/b067c94f6bcde427863c197fd355f0b5ba12ff5b)), closes [#25628](https://github.com/bitnami/charts/issues/25628) +* [bitnami/kube-state-metrics] Release 4.0.6 updating components versions (#25779) ([c4006cc](https://github.com/bitnami/charts/commit/c4006ccacac0fd3f589440dcf81d2abc715d4df4)), closes [#25779](https://github.com/bitnami/charts/issues/25779) ## 4.0.5 (2024-05-08) -* [bitnami/*] Set new header/owner (#25558) ([8d1dc11](https://github.com/bitnami/charts/commit/8d1dc11)), closes [#25558](https://github.com/bitnami/charts/issues/25558) -* [bitnami/kube-state-metrics] Release 4.0.5 updating components versions (#25605) ([c35cef2](https://github.com/bitnami/charts/commit/c35cef2)), closes [#25605](https://github.com/bitnami/charts/issues/25605) -* [bitnami/multiple charts] Fix typo: "NetworkPolice" vs "NetworkPolicy" (#25348) ([6970c1b](https://github.com/bitnami/charts/commit/6970c1b)), closes [#25348](https://github.com/bitnami/charts/issues/25348) -* Replace VMware by Broadcom copyright text (#25306) ([a5e4bd0](https://github.com/bitnami/charts/commit/a5e4bd0)), closes [#25306](https://github.com/bitnami/charts/issues/25306) +* [bitnami/*] Set new header/owner (#25558) ([8d1dc11](https://github.com/bitnami/charts/commit/8d1dc11f5fb30db6fba50c43d7af59d2f79deed3)), closes [#25558](https://github.com/bitnami/charts/issues/25558) +* [bitnami/kube-state-metrics] Release 4.0.5 updating components versions (#25605) ([c35cef2](https://github.com/bitnami/charts/commit/c35cef22de1389a9dcd7111978baef8ffb7147ce)), closes [#25605](https://github.com/bitnami/charts/issues/25605) +* [bitnami/multiple charts] Fix typo: "NetworkPolice" vs "NetworkPolicy" (#25348) ([6970c1b](https://github.com/bitnami/charts/commit/6970c1ba245873506e73d459c6eac1e4919b778f)), closes [#25348](https://github.com/bitnami/charts/issues/25348) +* Replace VMware by Broadcom copyright text (#25306) ([a5e4bd0](https://github.com/bitnami/charts/commit/a5e4bd0e35e419203793976a78d9d0a13de92c76)), closes [#25306](https://github.com/bitnami/charts/issues/25306) ## 4.0.4 (2024-04-15) -* [bitnami/kube-state-metrics] fix: :bug: :lock: Expose missing ports in deployment spec (#25113) ([d81348b](https://github.com/bitnami/charts/commit/d81348b)), closes [#25113](https://github.com/bitnami/charts/issues/25113) +* [bitnami/kube-state-metrics] fix: :bug: :lock: Expose missing ports in deployment spec (#25113) ([d81348b](https://github.com/bitnami/charts/commit/d81348b312b63c900bb039cd65914dc972b98197)), closes [#25113](https://github.com/bitnami/charts/issues/25113) ## 4.0.3 (2024-04-05) -* [bitnami/kube-state-metrics] Release 4.0.3 updating components versions (#24989) ([ca94464](https://github.com/bitnami/charts/commit/ca94464)), closes [#24989](https://github.com/bitnami/charts/issues/24989) +* [bitnami/kube-state-metrics] Release 4.0.3 updating components versions (#24989) ([ca94464](https://github.com/bitnami/charts/commit/ca944648e12f60b0efad47d948ff043b1cf0191c)), closes [#24989](https://github.com/bitnami/charts/issues/24989) ## 4.0.2 (2024-04-04) -* [bitnami/kube-state-metrics] Release 4.0.2 updating components versions (#24890) ([bc85255](https://github.com/bitnami/charts/commit/bc85255)), closes [#24890](https://github.com/bitnami/charts/issues/24890) +* [bitnami/kube-state-metrics] Release 4.0.2 updating components versions (#24890) ([bc85255](https://github.com/bitnami/charts/commit/bc85255991a6e7639bd86e540aa66aa58f0d5c5e)), closes [#24890](https://github.com/bitnami/charts/issues/24890) ## 4.0.1 (2024-04-03) -* [bitnami/kube-state-metrics] Release 4.0.1 (#24848) ([bcd3a37](https://github.com/bitnami/charts/commit/bcd3a37)), closes [#24848](https://github.com/bitnami/charts/issues/24848) -* Update resourcesPreset comments (#24467) ([92e3e8a](https://github.com/bitnami/charts/commit/92e3e8a)), closes [#24467](https://github.com/bitnami/charts/issues/24467) +* [bitnami/kube-state-metrics] Release 4.0.1 (#24848) ([bcd3a37](https://github.com/bitnami/charts/commit/bcd3a37b2700a26f1be8be7cd1725ed3a1f53dfd)), closes [#24848](https://github.com/bitnami/charts/issues/24848) +* Update resourcesPreset comments (#24467) ([92e3e8a](https://github.com/bitnami/charts/commit/92e3e8a507326d2a20a8f10ab3e7746a2ec5c554)), closes [#24467](https://github.com/bitnami/charts/issues/24467) ## 4.0.0 (2024-03-18) -* [bitnami/*] Reorder Chart sections (#24455) ([0cf4048](https://github.com/bitnami/charts/commit/0cf4048)), closes [#24455](https://github.com/bitnami/charts/issues/24455) -* [bitnami/kube-state-metrics] feat!: :lock: :boom: Improve security defaults (#24345) ([4019776](https://github.com/bitnami/charts/commit/4019776)), closes [#24345](https://github.com/bitnami/charts/issues/24345) +* [bitnami/*] Reorder Chart sections (#24455) ([0cf4048](https://github.com/bitnami/charts/commit/0cf4048e8743f70a9753d460655bd030cbff6824)), closes [#24455](https://github.com/bitnami/charts/issues/24455) +* [bitnami/kube-state-metrics] feat!: :lock: :boom: Improve security defaults (#24345) ([4019776](https://github.com/bitnami/charts/commit/4019776303d5b83e3fe28ce165292681a5a43f3e)), closes [#24345](https://github.com/bitnami/charts/issues/24345) ## 3.16.2 (2024-03-13) -* [bitnami/kube-state-metrics] Release 3.16.2 updating components versions (#24415) ([084c54f](https://github.com/bitnami/charts/commit/084c54f)), closes [#24415](https://github.com/bitnami/charts/issues/24415) +* [bitnami/kube-state-metrics] Release 3.16.2 updating components versions (#24415) ([084c54f](https://github.com/bitnami/charts/commit/084c54fa2c009fc4770333a816cbe4c2da6ab12d)), closes [#24415](https://github.com/bitnami/charts/issues/24415) ## 3.16.1 (2024-03-06) -* [bitnami/kube-state-metrics] Release 3.16.1 updating components versions (#24222) ([420ee95](https://github.com/bitnami/charts/commit/420ee95)), closes [#24222](https://github.com/bitnami/charts/issues/24222) +* [bitnami/kube-state-metrics] Release 3.16.1 updating components versions (#24222) ([420ee95](https://github.com/bitnami/charts/commit/420ee95cef047e337e08e14410b35913e3bc5bf2)), closes [#24222](https://github.com/bitnami/charts/issues/24222) ## 3.16.0 (2024-03-06) -* [bitnami/kube-state-metrics] feat: :sparkles: :lock: Add automatic adaptation for Openshift restrict ([18b6520](https://github.com/bitnami/charts/commit/18b6520)), closes [#24107](https://github.com/bitnami/charts/issues/24107) +* [bitnami/kube-state-metrics] feat: :sparkles: :lock: Add automatic adaptation for Openshift restrict ([18b6520](https://github.com/bitnami/charts/commit/18b65203b4bfecc4f35a67b00e9f75b1f02b0882)), closes [#24107](https://github.com/bitnami/charts/issues/24107) ## 3.15.0 (2024-02-29) -* [bitnami/kube-state-metrics] feat: :sparkles: :lock: Add readOnlyRootFilesystem support (#23947) ([9de866d](https://github.com/bitnami/charts/commit/9de866d)), closes [#23947](https://github.com/bitnami/charts/issues/23947) +* [bitnami/kube-state-metrics] feat: :sparkles: :lock: Add readOnlyRootFilesystem support (#23947) ([9de866d](https://github.com/bitnami/charts/commit/9de866dfc4f313f3b99dcf927354274eb9181894)), closes [#23947](https://github.com/bitnami/charts/issues/23947) ## 3.14.2 (2024-02-22) -* [bitnami/kube-state-metrics] Release 3.14.2 updating components versions (#23795) ([d6938a9](https://github.com/bitnami/charts/commit/d6938a9)), closes [#23795](https://github.com/bitnami/charts/issues/23795) +* [bitnami/kube-state-metrics] Release 3.14.2 updating components versions (#23795) ([d6938a9](https://github.com/bitnami/charts/commit/d6938a94fa92c9e9b37405243de16aa3f1fecbbb)), closes [#23795](https://github.com/bitnami/charts/issues/23795) ## 3.14.1 (2024-02-21) -* [bitnami/kube-state-metrics] Release 3.14.1 updating components versions (#23707) ([c3c6ab5](https://github.com/bitnami/charts/commit/c3c6ab5)), closes [#23707](https://github.com/bitnami/charts/issues/23707) +* [bitnami/kube-state-metrics] Release 3.14.1 updating components versions (#23707) ([c3c6ab5](https://github.com/bitnami/charts/commit/c3c6ab571b469bd4c59c37238fffc9855e8d8d33)), closes [#23707](https://github.com/bitnami/charts/issues/23707) ## 3.14.0 (2024-02-20) -* [bitnami/*] Bump all versions (#23602) ([b70ee2a](https://github.com/bitnami/charts/commit/b70ee2a)), closes [#23602](https://github.com/bitnami/charts/issues/23602) +* [bitnami/*] Bump all versions (#23602) ([b70ee2a](https://github.com/bitnami/charts/commit/b70ee2a30e4dc256bf0ac52928fb2fa7a70f049b)), closes [#23602](https://github.com/bitnami/charts/issues/23602) ## 3.13.0 (2024-02-15) -* [bitnami/kube-state-metrics] feat: :sparkles: :lock: Add resource preset support (#23474) ([19dc0ae](https://github.com/bitnami/charts/commit/19dc0ae)), closes [#23474](https://github.com/bitnami/charts/issues/23474) +* [bitnami/kube-state-metrics] feat: :sparkles: :lock: Add resource preset support (#23474) ([19dc0ae](https://github.com/bitnami/charts/commit/19dc0ae8aa1df66ef6f3f26134429512e5515aff)), closes [#23474](https://github.com/bitnami/charts/issues/23474) ## 3.12.3 (2024-02-08) -* [bitnami/kube-state-metrics] Release 3.12.3 updating components versions (#23305) ([f8493ff](https://github.com/bitnami/charts/commit/f8493ff)), closes [#23305](https://github.com/bitnami/charts/issues/23305) +* [bitnami/kube-state-metrics] Release 3.12.3 updating components versions (#23305) ([f8493ff](https://github.com/bitnami/charts/commit/f8493ff7aac0108e95cb5e59b9846470ea5cc8ff)), closes [#23305](https://github.com/bitnami/charts/issues/23305) ## 3.12.2 (2024-02-07) -* [bitnami/kube-state-metrics] Release 3.12.2 updating components versions (#23250) ([e707a7d](https://github.com/bitnami/charts/commit/e707a7d)), closes [#23250](https://github.com/bitnami/charts/issues/23250) +* [bitnami/kube-state-metrics] Release 3.12.2 updating components versions (#23250) ([e707a7d](https://github.com/bitnami/charts/commit/e707a7d6cdf899d74ec85a567af31fe683eea253)), closes [#23250](https://github.com/bitnami/charts/issues/23250) ## 3.12.1 (2024-02-06) -* [bitnami/kube-state-metrics] Add leases to kubeResources (#23029) ([1b983e5](https://github.com/bitnami/charts/commit/1b983e5)), closes [#23029](https://github.com/bitnami/charts/issues/23029) +* [bitnami/kube-state-metrics] Add leases to kubeResources (#23029) ([1b983e5](https://github.com/bitnami/charts/commit/1b983e5baaca7d74e7efe31611931d353940036c)), closes [#23029](https://github.com/bitnami/charts/issues/23029) ## 3.12.0 (2024-02-05) -* [bitnami/kube-state-metrics] feat: :lock: Enable networkPolicy (#23077) ([7c2c1c7](https://github.com/bitnami/charts/commit/7c2c1c7)), closes [#23077](https://github.com/bitnami/charts/issues/23077) +* [bitnami/kube-state-metrics] feat: :lock: Enable networkPolicy (#23077) ([7c2c1c7](https://github.com/bitnami/charts/commit/7c2c1c7798e20c157bc2b29409468ed2f684474d)), closes [#23077](https://github.com/bitnami/charts/issues/23077) ## 3.11.4 (2024-02-03) -* [bitnami/kube-state-metrics] Release 3.11.4 updating components versions (#23096) ([48f23ed](https://github.com/bitnami/charts/commit/48f23ed)), closes [#23096](https://github.com/bitnami/charts/issues/23096) +* [bitnami/kube-state-metrics] Release 3.11.4 updating components versions (#23096) ([48f23ed](https://github.com/bitnami/charts/commit/48f23edba613b703cc4b600372d193547f4e7d89)), closes [#23096](https://github.com/bitnami/charts/issues/23096) ## 3.11.3 (2024-01-30) -* [bitnami/kube-state-metrics] Release 3.11.3 updating components versions (#22899) ([f18e7b0](https://github.com/bitnami/charts/commit/f18e7b0)), closes [#22899](https://github.com/bitnami/charts/issues/22899) +* [bitnami/kube-state-metrics] Release 3.11.3 updating components versions (#22899) ([f18e7b0](https://github.com/bitnami/charts/commit/f18e7b0bf4b37d767f3d9d5fc8f801593b993481)), closes [#22899](https://github.com/bitnami/charts/issues/22899) ## 3.11.2 (2024-01-27) -* [bitnami/kube-state-metrics] Release 3.11.2 updating components versions (#22779) ([98441cc](https://github.com/bitnami/charts/commit/98441cc)), closes [#22779](https://github.com/bitnami/charts/issues/22779) +* [bitnami/kube-state-metrics] Release 3.11.2 updating components versions (#22779) ([98441cc](https://github.com/bitnami/charts/commit/98441ccefe82b3b05af6fe33c6e88734ef699ff3)), closes [#22779](https://github.com/bitnami/charts/issues/22779) ## 3.11.1 (2024-01-26) -* [bitnami/*] Move documentation sections from docs.bitnami.com back to the README (#22203) ([7564f36](https://github.com/bitnami/charts/commit/7564f36)), closes [#22203](https://github.com/bitnami/charts/issues/22203) -* [bitnami/kube-state-metrics] fix: :bug: Set seLinuxOptions to null for Openshift compatibility (#226 ([b91a628](https://github.com/bitnami/charts/commit/b91a628)), closes [#22611](https://github.com/bitnami/charts/issues/22611) +* [bitnami/*] Move documentation sections from docs.bitnami.com back to the README (#22203) ([7564f36](https://github.com/bitnami/charts/commit/7564f36ca1e95ff30ee686652b7ab8690561a707)), closes [#22203](https://github.com/bitnami/charts/issues/22203) +* [bitnami/kube-state-metrics] fix: :bug: Set seLinuxOptions to null for Openshift compatibility (#226 ([b91a628](https://github.com/bitnami/charts/commit/b91a628df5fb47a5e7e03f23a468f2a5d91da7bd)), closes [#22611](https://github.com/bitnami/charts/issues/22611) ## 3.11.0 (2024-01-22) -* [bitnami/kube-state-metrics] fix: :lock: Move service-account token auto-mount to pod declaration (# ([33bc1b8](https://github.com/bitnami/charts/commit/33bc1b8)), closes [#22422](https://github.com/bitnami/charts/issues/22422) +* [bitnami/kube-state-metrics] fix: :lock: Move service-account token auto-mount to pod declaration (# ([33bc1b8](https://github.com/bitnami/charts/commit/33bc1b8cf19e9a90de676dd6a25b8325764b38b8)), closes [#22422](https://github.com/bitnami/charts/issues/22422) ## 3.10.1 (2024-01-18) -* [bitnami/kube-state-metrics] Release 3.10.1 updating components versions (#22297) ([99b6cf6](https://github.com/bitnami/charts/commit/99b6cf6)), closes [#22297](https://github.com/bitnami/charts/issues/22297) +* [bitnami/kube-state-metrics] Release 3.10.1 updating components versions (#22297) ([99b6cf6](https://github.com/bitnami/charts/commit/99b6cf621d991be9f334a9925e039e6c78155c57)), closes [#22297](https://github.com/bitnami/charts/issues/22297) ## 3.10.0 (2024-01-17) -* [bitnami/*] Fix ref links (in comments) (#21822) ([e4fa296](https://github.com/bitnami/charts/commit/e4fa296)), closes [#21822](https://github.com/bitnami/charts/issues/21822) -* [bitnami/kube-state-metrics] fix: :lock: Improve podSecurityContext and containerSecurityContext wit ([da77fef](https://github.com/bitnami/charts/commit/da77fef)), closes [#22142](https://github.com/bitnami/charts/issues/22142) +* [bitnami/*] Fix ref links (in comments) (#21822) ([e4fa296](https://github.com/bitnami/charts/commit/e4fa296106b225cf8c82445727c675c7c725e380)), closes [#21822](https://github.com/bitnami/charts/issues/21822) +* [bitnami/kube-state-metrics] fix: :lock: Improve podSecurityContext and containerSecurityContext wit ([da77fef](https://github.com/bitnami/charts/commit/da77fef613cbb2018a51184e4468cead1cf0b226)), closes [#22142](https://github.com/bitnami/charts/issues/22142) ## 3.9.1 (2024-01-10) -* [bitnami/kube-state-metrics] Release 3.9.1 updating components versions (#21950) ([b575ea3](https://github.com/bitnami/charts/commit/b575ea3)), closes [#21950](https://github.com/bitnami/charts/issues/21950) +* [bitnami/kube-state-metrics] Release 3.9.1 updating components versions (#21950) ([b575ea3](https://github.com/bitnami/charts/commit/b575ea36a537b89531859b1cecb485d439892fe5)), closes [#21950](https://github.com/bitnami/charts/issues/21950) ## 3.9.0 (2024-01-09) -* [bitnami/*] Fix docs.bitnami.com broken links (#21901) ([f35506d](https://github.com/bitnami/charts/commit/f35506d)), closes [#21901](https://github.com/bitnami/charts/issues/21901) -* [bitnami/*] Update copyright: Year and company (#21815) ([6c4bf75](https://github.com/bitnami/charts/commit/6c4bf75)), closes [#21815](https://github.com/bitnami/charts/issues/21815) -* [bitnami/kube-state-metrics] Add leases to kubeResources (#21719) ([f8ce3af](https://github.com/bitnami/charts/commit/f8ce3af)), closes [#21719](https://github.com/bitnami/charts/issues/21719) +* [bitnami/*] Fix docs.bitnami.com broken links (#21901) ([f35506d](https://github.com/bitnami/charts/commit/f35506d2dadee4f097986e7792df1f53ab215b5d)), closes [#21901](https://github.com/bitnami/charts/issues/21901) +* [bitnami/*] Update copyright: Year and company (#21815) ([6c4bf75](https://github.com/bitnami/charts/commit/6c4bf75dec58fc7c9aee9f089777b1a858c17d5b)), closes [#21815](https://github.com/bitnami/charts/issues/21815) +* [bitnami/kube-state-metrics] Add leases to kubeResources (#21719) ([f8ce3af](https://github.com/bitnami/charts/commit/f8ce3aff84271f6fe0b55cefc8b310ca1fabf245)), closes [#21719](https://github.com/bitnami/charts/issues/21719) ## 3.8.6 (2023-12-07) -* [bitnami/kube-state-metrics] Release 3.8.6 updating components versions (#21432) ([a95bf1e](https://github.com/bitnami/charts/commit/a95bf1e)), closes [#21432](https://github.com/bitnami/charts/issues/21432) +* [bitnami/kube-state-metrics] Release 3.8.6 updating components versions (#21432) ([a95bf1e](https://github.com/bitnami/charts/commit/a95bf1e9258e9ad7013dd2daeb02a2f37a5beace)), closes [#21432](https://github.com/bitnami/charts/issues/21432) ## 3.8.5 (2023-12-05) -* [bitnami/kube-state-metrics] Replace deprecated pull secret partial (#21387) ([0d24bd8](https://github.com/bitnami/charts/commit/0d24bd8)), closes [#21387](https://github.com/bitnami/charts/issues/21387) +* [bitnami/kube-state-metrics] Replace deprecated pull secret partial (#21387) ([0d24bd8](https://github.com/bitnami/charts/commit/0d24bd82b5915db3412ffd04ecb3f23a90662bc6)), closes [#21387](https://github.com/bitnami/charts/issues/21387) ## 3.8.4 (2023-11-21) -* [bitnami/*] Remove relative links to non-README sections, add verification for that and update TL;DR ([1103633](https://github.com/bitnami/charts/commit/1103633)), closes [#20967](https://github.com/bitnami/charts/issues/20967) -* [bitnami/*] Rename solutions to "Bitnami package for ..." (#21038) ([b82f979](https://github.com/bitnami/charts/commit/b82f979)), closes [#21038](https://github.com/bitnami/charts/issues/21038) -* [bitnami/kube-state-metrics] Release 3.8.4 updating components versions (#21130) ([3507dd8](https://github.com/bitnami/charts/commit/3507dd8)), closes [#21130](https://github.com/bitnami/charts/issues/21130) +* [bitnami/*] Remove relative links to non-README sections, add verification for that and update TL;DR ([1103633](https://github.com/bitnami/charts/commit/11036334d82df0490aa4abdb591543cab6cf7d7f)), closes [#20967](https://github.com/bitnami/charts/issues/20967) +* [bitnami/*] Rename solutions to "Bitnami package for ..." (#21038) ([b82f979](https://github.com/bitnami/charts/commit/b82f979e4fb63423fe6e2192c946d09d79c944fc)), closes [#21038](https://github.com/bitnami/charts/issues/21038) +* [bitnami/kube-state-metrics] Release 3.8.4 updating components versions (#21130) ([3507dd8](https://github.com/bitnami/charts/commit/3507dd878a1388bc707540b18e49bc80a647e398)), closes [#21130](https://github.com/bitnami/charts/issues/21130) ## 3.8.3 (2023-11-09) -* [bitnami/kube-state-metrics] Release 3.8.3 updating components versions (#20874) ([d3ca4e8](https://github.com/bitnami/charts/commit/d3ca4e8)), closes [#20874](https://github.com/bitnami/charts/issues/20874) +* [bitnami/kube-state-metrics] Release 3.8.3 updating components versions (#20874) ([d3ca4e8](https://github.com/bitnami/charts/commit/d3ca4e8c7d7b482aac6b6a2eb4c603c10a06bdd8)), closes [#20874](https://github.com/bitnami/charts/issues/20874) ## 3.8.2 (2023-11-08) -* [bitnami/kube-state-metrics] Release 3.8.2 updating components versions (#20816) ([f5c7622](https://github.com/bitnami/charts/commit/f5c7622)), closes [#20816](https://github.com/bitnami/charts/issues/20816) +* [bitnami/kube-state-metrics] Release 3.8.2 updating components versions (#20816) ([f5c7622](https://github.com/bitnami/charts/commit/f5c76222223fc67d16d80e7b65e5456db7830804)), closes [#20816](https://github.com/bitnami/charts/issues/20816) ## 3.8.1 (2023-11-08) -* [bitnami/kube-state-metrics] Release 3.8.1 updating components versions (#20737) ([b8826fc](https://github.com/bitnami/charts/commit/b8826fc)), closes [#20737](https://github.com/bitnami/charts/issues/20737) +* [bitnami/kube-state-metrics] Release 3.8.1 updating components versions (#20737) ([b8826fc](https://github.com/bitnami/charts/commit/b8826fcc6b94956749a048428aa8537032dba762)), closes [#20737](https://github.com/bitnami/charts/issues/20737) ## 3.8.0 (2023-10-31) -* [bitnami/*] Rename VMware Application Catalog (#20361) ([3acc734](https://github.com/bitnami/charts/commit/3acc734)), closes [#20361](https://github.com/bitnami/charts/issues/20361) -* [bitnami/*] Skip image's tag in the README files of the Bitnami Charts (#19841) ([bb9a01b](https://github.com/bitnami/charts/commit/bb9a01b)), closes [#19841](https://github.com/bitnami/charts/issues/19841) -* [bitnami/*] Standardize documentation (#19835) ([af5f753](https://github.com/bitnami/charts/commit/af5f753)), closes [#19835](https://github.com/bitnami/charts/issues/19835) -* [bitnami/kube-state-metrics] feat: :sparkles: Add support for PSA restricted policy (#20468) ([0de20a1](https://github.com/bitnami/charts/commit/0de20a1)), closes [#20468](https://github.com/bitnami/charts/issues/20468) +* [bitnami/*] Rename VMware Application Catalog (#20361) ([3acc734](https://github.com/bitnami/charts/commit/3acc73472beb6fb56c4d99f929061001205bc57e)), closes [#20361](https://github.com/bitnami/charts/issues/20361) +* [bitnami/*] Skip image's tag in the README files of the Bitnami Charts (#19841) ([bb9a01b](https://github.com/bitnami/charts/commit/bb9a01b65911c87e48318db922cc05eb42785e42)), closes [#19841](https://github.com/bitnami/charts/issues/19841) +* [bitnami/*] Standardize documentation (#19835) ([af5f753](https://github.com/bitnami/charts/commit/af5f7530c1bc8c5ded53a6c4f7b8f384ac1804f2)), closes [#19835](https://github.com/bitnami/charts/issues/19835) +* [bitnami/kube-state-metrics] feat: :sparkles: Add support for PSA restricted policy (#20468) ([0de20a1](https://github.com/bitnami/charts/commit/0de20a16dedabc43cf22a59a944f7948a3c361fb)), closes [#20468](https://github.com/bitnami/charts/issues/20468) ## 3.7.4 (2023-10-11) -* [bitnami/*] Update Helm charts prerequisites (#19745) ([eb755dd](https://github.com/bitnami/charts/commit/eb755dd)), closes [#19745](https://github.com/bitnami/charts/issues/19745) -* [bitnami/kube-state-metrics] Release 3.7.4 (#20050) ([8c7d138](https://github.com/bitnami/charts/commit/8c7d138)), closes [#20050](https://github.com/bitnami/charts/issues/20050) +* [bitnami/*] Update Helm charts prerequisites (#19745) ([eb755dd](https://github.com/bitnami/charts/commit/eb755dd36a4dd3cf6635be8e0598f9a7f4c4a554)), closes [#19745](https://github.com/bitnami/charts/issues/19745) +* [bitnami/kube-state-metrics] Release 3.7.4 (#20050) ([8c7d138](https://github.com/bitnami/charts/commit/8c7d1381ab6dec96d3e9d451d5952888c8b5ccd3)), closes [#20050](https://github.com/bitnami/charts/issues/20050) ## 3.7.3 (2023-10-03) -* [bitnami/kube-state-metrics] Release 3.7.3 (#19718) ([ff3639a](https://github.com/bitnami/charts/commit/ff3639a)), closes [#19718](https://github.com/bitnami/charts/issues/19718) +* [bitnami/kube-state-metrics] Release 3.7.3 (#19718) ([ff3639a](https://github.com/bitnami/charts/commit/ff3639a8ef1fb86959c047821736236e6a40ff8a)), closes [#19718](https://github.com/bitnami/charts/issues/19718) ## 3.7.2 (2023-10-02) -* [bitnami/kube-state-metrics] Use common capabilities for PSP (#19631) ([42da2c8](https://github.com/bitnami/charts/commit/42da2c8)), closes [#19631](https://github.com/bitnami/charts/issues/19631) +* [bitnami/kube-state-metrics] Use common capabilities for PSP (#19631) ([42da2c8](https://github.com/bitnami/charts/commit/42da2c849e18c70e13fee9c43bb3d286a2ffa288)), closes [#19631](https://github.com/bitnami/charts/issues/19631) ## 3.7.1 (2023-09-30) -* [bitnami/kube-state-metrics] Release 3.7.1 (#19668) ([6f1990e](https://github.com/bitnami/charts/commit/6f1990e)), closes [#19668](https://github.com/bitnami/charts/issues/19668) +* [bitnami/kube-state-metrics] Release 3.7.1 (#19668) ([6f1990e](https://github.com/bitnami/charts/commit/6f1990e3863c2e03b95898c1fa9c3b1380a32d97)), closes [#19668](https://github.com/bitnami/charts/issues/19668) ## 3.7.0 (2023-09-18) -* [bitnami/kube-state-metrics] Allow setting ServiceMonitor's sampleLimit (#19323) ([2e459dc](https://github.com/bitnami/charts/commit/2e459dc)), closes [#19323](https://github.com/bitnami/charts/issues/19323) -* Autogenerate schema files (#19194) ([a2c2090](https://github.com/bitnami/charts/commit/a2c2090)), closes [#19194](https://github.com/bitnami/charts/issues/19194) -* Revert "Autogenerate schema files (#19194)" (#19335) ([73d80be](https://github.com/bitnami/charts/commit/73d80be)), closes [#19194](https://github.com/bitnami/charts/issues/19194) [#19335](https://github.com/bitnami/charts/issues/19335) +* [bitnami/kube-state-metrics] Allow setting ServiceMonitor's sampleLimit (#19323) ([2e459dc](https://github.com/bitnami/charts/commit/2e459dc7edc860ec4d4735d0a559ef7a6cb32ba0)), closes [#19323](https://github.com/bitnami/charts/issues/19323) +* Autogenerate schema files (#19194) ([a2c2090](https://github.com/bitnami/charts/commit/a2c2090b5ac97f47b745c8028c6452bf99739772)), closes [#19194](https://github.com/bitnami/charts/issues/19194) +* Revert "Autogenerate schema files (#19194)" (#19335) ([73d80be](https://github.com/bitnami/charts/commit/73d80be525c88fb4b8a54451a55acd506e337062)), closes [#19194](https://github.com/bitnami/charts/issues/19194) [#19335](https://github.com/bitnami/charts/issues/19335) ## 3.6.2 (2023-09-07) -* [bitnami/kube-state-metrics: Use merge helper]: (#19060) ([29fb19d](https://github.com/bitnami/charts/commit/29fb19d)), closes [#19060](https://github.com/bitnami/charts/issues/19060) +* [bitnami/kube-state-metrics: Use merge helper]: (#19060) ([29fb19d](https://github.com/bitnami/charts/commit/29fb19d05df927698b46a9b67bf9fa12188a7a99)), closes [#19060](https://github.com/bitnami/charts/issues/19060) ## 3.6.1 (2023-08-31) -* [bitnami/kube-state-metrics] Release 3.6.1 (#18969) ([7718eab](https://github.com/bitnami/charts/commit/7718eab)), closes [#18969](https://github.com/bitnami/charts/issues/18969) +* [bitnami/kube-state-metrics] Release 3.6.1 (#18969) ([7718eab](https://github.com/bitnami/charts/commit/7718eab3456dfa0c3da9a3d15357b424bae2ae70)), closes [#18969](https://github.com/bitnami/charts/issues/18969) ## 3.6.0 (2023-08-22) -* [bitnami/kube-state-metrics] Support for customizing standard labels (#18315) ([9ef2b5f](https://github.com/bitnami/charts/commit/9ef2b5f)), closes [#18315](https://github.com/bitnami/charts/issues/18315) +* [bitnami/kube-state-metrics] Support for customizing standard labels (#18315) ([9ef2b5f](https://github.com/bitnami/charts/commit/9ef2b5f56d1f2c72e7c76a1806fc6d9fc207f8aa)), closes [#18315](https://github.com/bitnami/charts/issues/18315) ## 3.5.11 (2023-08-20) -* [bitnami/kube-state-metrics] Release 3.5.11 (#18677) ([3a9b0cd](https://github.com/bitnami/charts/commit/3a9b0cd)), closes [#18677](https://github.com/bitnami/charts/issues/18677) +* [bitnami/kube-state-metrics] Release 3.5.11 (#18677) ([3a9b0cd](https://github.com/bitnami/charts/commit/3a9b0cd9b5258993cce3b1947e0a9e1bd55490db)), closes [#18677](https://github.com/bitnami/charts/issues/18677) ## 3.5.10 (2023-08-17) -* [bitnami/kube-state-metrics] Release 3.5.10 (#18538) ([d55f63d](https://github.com/bitnami/charts/commit/d55f63d)), closes [#18538](https://github.com/bitnami/charts/issues/18538) +* [bitnami/kube-state-metrics] Release 3.5.10 (#18538) ([d55f63d](https://github.com/bitnami/charts/commit/d55f63d8d062df7aad3b4d0a7029ea0c0ee8ca6f)), closes [#18538](https://github.com/bitnami/charts/issues/18538) ## 3.5.9 (2023-07-25) -* [bitnami/kube-state-metrics] Release 3.5.9 (#17897) ([9b954f9](https://github.com/bitnami/charts/commit/9b954f9)), closes [#17897](https://github.com/bitnami/charts/issues/17897) +* [bitnami/kube-state-metrics] Release 3.5.9 (#17897) ([9b954f9](https://github.com/bitnami/charts/commit/9b954f93c126a8d1220f4713929887df348fb9e2)), closes [#17897](https://github.com/bitnami/charts/issues/17897) ## 3.5.8 (2023-07-15) -* [bitnami/kube-state-metrics] Release 3 (#17616) ([a504b9d](https://github.com/bitnami/charts/commit/a504b9d)), closes [#17616](https://github.com/bitnami/charts/issues/17616) -* Add copyright header (#17300) ([da68be8](https://github.com/bitnami/charts/commit/da68be8)), closes [#17300](https://github.com/bitnami/charts/issues/17300) +* [bitnami/kube-state-metrics] Release 3 (#17616) ([a504b9d](https://github.com/bitnami/charts/commit/a504b9da8867820547479547dfb2943b3a116943)), closes [#17616](https://github.com/bitnami/charts/issues/17616) +* Add copyright header (#17300) ([da68be8](https://github.com/bitnami/charts/commit/da68be8e951225133c7dfb572d5101ca3d61c5ae)), closes [#17300](https://github.com/bitnami/charts/issues/17300) ## 3.5.7 (2023-06-22) -* [bitnami/kube-state-metrics] Release 3.5.7 (#17311) ([1dedd84](https://github.com/bitnami/charts/commit/1dedd84)), closes [#17311](https://github.com/bitnami/charts/issues/17311) -* Update charts readme (#17217) ([31b3c0a](https://github.com/bitnami/charts/commit/31b3c0a)), closes [#17217](https://github.com/bitnami/charts/issues/17217) +* [bitnami/kube-state-metrics] Release 3.5.7 (#17311) ([1dedd84](https://github.com/bitnami/charts/commit/1dedd84bc72323c1a9f7a11c5d5b5a3c6fe9716b)), closes [#17311](https://github.com/bitnami/charts/issues/17311) +* Update charts readme (#17217) ([31b3c0a](https://github.com/bitnami/charts/commit/31b3c0afd968ff4429107e34101f7509e6a0e913)), closes [#17217](https://github.com/bitnami/charts/issues/17217) ## 3.5.6 (2023-06-21) -* [bitnami/kube-state-metrics] Remove namespace field for cluster wide resources (#17268) ([3f51482](https://github.com/bitnami/charts/commit/3f51482)), closes [#17268](https://github.com/bitnami/charts/issues/17268) +* [bitnami/kube-state-metrics] Remove namespace field for cluster wide resources (#17268) ([3f51482](https://github.com/bitnami/charts/commit/3f514829aa0101f913c9e83315ab0d78fc3c5c68)), closes [#17268](https://github.com/bitnami/charts/issues/17268) ## 3.5.5 (2023-06-19) -* [bitnami/*] Change copyright section in READMEs (#17006) ([ef986a1](https://github.com/bitnami/charts/commit/ef986a1)), closes [#17006](https://github.com/bitnami/charts/issues/17006) -* [bitnami/kube-state-metrics] Added example section for "extraArgs" section to help use argument in c ([3132a52](https://github.com/bitnami/charts/commit/3132a52)), closes [#17151](https://github.com/bitnami/charts/issues/17151) -* [bitnami/several] Change copyright section in READMEs (#16989) ([5b6a5cf](https://github.com/bitnami/charts/commit/5b6a5cf)), closes [#16989](https://github.com/bitnami/charts/issues/16989) +* [bitnami/*] Change copyright section in READMEs (#17006) ([ef986a1](https://github.com/bitnami/charts/commit/ef986a1605241102b3dcafe9fd8089e6fc1201ad)), closes [#17006](https://github.com/bitnami/charts/issues/17006) +* [bitnami/kube-state-metrics] Added example section for "extraArgs" section to help use argument in c ([3132a52](https://github.com/bitnami/charts/commit/3132a520c774c58ea1f25267dc25faf1ad7b3a32)), closes [#17151](https://github.com/bitnami/charts/issues/17151) +* [bitnami/several] Change copyright section in READMEs (#16989) ([5b6a5cf](https://github.com/bitnami/charts/commit/5b6a5cfb7625a751848a2e5cd796bd7278f406ca)), closes [#16989](https://github.com/bitnami/charts/issues/16989) ## 3.5.4 (2023-05-31) -* [bitnami/kube-state-metrics] Release 3.5.4 (#16977) ([6f82928](https://github.com/bitnami/charts/commit/6f82928)), closes [#16977](https://github.com/bitnami/charts/issues/16977) +* [bitnami/kube-state-metrics] Release 3.5.4 (#16977) ([6f82928](https://github.com/bitnami/charts/commit/6f82928cf5708d66c93209d99410d636b02d3a6a)), closes [#16977](https://github.com/bitnami/charts/issues/16977) ## 3.5.3 (2023-05-29) -* [bitnami/kube-state-metrics] Release 3.5.3 (#16942) ([e4c45f8](https://github.com/bitnami/charts/commit/e4c45f8)), closes [#16942](https://github.com/bitnami/charts/issues/16942) +* [bitnami/kube-state-metrics] Release 3.5.3 (#16942) ([e4c45f8](https://github.com/bitnami/charts/commit/e4c45f85af06fbd9ca47928078a2aa16a1939e0d)), closes [#16942](https://github.com/bitnami/charts/issues/16942) ## 3.5.2 (2023-05-26) -* [bitnami/kube-state-metrics] Release 3.5.2 (#16933) ([fc0661c](https://github.com/bitnami/charts/commit/fc0661c)), closes [#16933](https://github.com/bitnami/charts/issues/16933) +* [bitnami/kube-state-metrics] Release 3.5.2 (#16933) ([fc0661c](https://github.com/bitnami/charts/commit/fc0661c99abd6896cb9be35a7586f293cef05913)), closes [#16933](https://github.com/bitnami/charts/issues/16933) ## 3.5.1 (2023-05-21) -* [bitnami/kube-state-metrics] Release 3.5.1 (#16779) ([18b5ec5](https://github.com/bitnami/charts/commit/18b5ec5)), closes [#16779](https://github.com/bitnami/charts/issues/16779) -* Add wording for enterprise page (#16560) ([8f22774](https://github.com/bitnami/charts/commit/8f22774)), closes [#16560](https://github.com/bitnami/charts/issues/16560) +* [bitnami/kube-state-metrics] Release 3.5.1 (#16779) ([18b5ec5](https://github.com/bitnami/charts/commit/18b5ec5123c6e43d2cc5914821e3c06732800800)), closes [#16779](https://github.com/bitnami/charts/issues/16779) +* Add wording for enterprise page (#16560) ([8f22774](https://github.com/bitnami/charts/commit/8f2277440b976d52785ba9149762ad8620a73d1f)), closes [#16560](https://github.com/bitnami/charts/issues/16560) ## 3.5.0 (2023-05-09) -* [bitnami/several] Adapt Chart.yaml to set desired OCI annotations (#16546) ([fc9b18f](https://github.com/bitnami/charts/commit/fc9b18f)), closes [#16546](https://github.com/bitnami/charts/issues/16546) +* [bitnami/several] Adapt Chart.yaml to set desired OCI annotations (#16546) ([fc9b18f](https://github.com/bitnami/charts/commit/fc9b18f2e98805d4df629acbcde696f44f973344)), closes [#16546](https://github.com/bitnami/charts/issues/16546) ## 3.4.2 (2023-05-09) -* [bitnami/kube-state-metrics] Release 3.4.2 (#16469) ([a152f58](https://github.com/bitnami/charts/commit/a152f58)), closes [#16469](https://github.com/bitnami/charts/issues/16469) +* [bitnami/kube-state-metrics] Release 3.4.2 (#16469) ([a152f58](https://github.com/bitnami/charts/commit/a152f58d416dd4019f61cc83033763bd3d36f429)), closes [#16469](https://github.com/bitnami/charts/issues/16469) ## 3.4.1 (2023-05-01) -* [bitnami/*] Make Helm charts 100% OCI (#15998) ([8841510](https://github.com/bitnami/charts/commit/8841510)), closes [#15998](https://github.com/bitnami/charts/issues/15998) -* [bitnami/kube-state-metrics] Release 3.4.1 (#16294) ([c947618](https://github.com/bitnami/charts/commit/c947618)), closes [#16294](https://github.com/bitnami/charts/issues/16294) +* [bitnami/*] Make Helm charts 100% OCI (#15998) ([8841510](https://github.com/bitnami/charts/commit/884151035efcbf2e1b3206e7def85511073fb57d)), closes [#15998](https://github.com/bitnami/charts/issues/15998) +* [bitnami/kube-state-metrics] Release 3.4.1 (#16294) ([c947618](https://github.com/bitnami/charts/commit/c9476186b860a617a4b1dc40b3d95778fa2f9256)), closes [#16294](https://github.com/bitnami/charts/issues/16294) ## 3.4.0 (2023-04-20) -* [bitnami/kube-state-metrics] serviceMonitor extraParams (#16087) ([4596ed9](https://github.com/bitnami/charts/commit/4596ed9)), closes [#16087](https://github.com/bitnami/charts/issues/16087) +* [bitnami/kube-state-metrics] serviceMonitor extraParams (#16087) ([4596ed9](https://github.com/bitnami/charts/commit/4596ed932f40b128e18c9ecbd30e5600b538fab7)), closes [#16087](https://github.com/bitnami/charts/issues/16087) ## 3.3.5 (2023-04-01) -* [bitnami/kube-state-metrics] Release 3.3.5 (#15856) ([cd57297](https://github.com/bitnami/charts/commit/cd57297)), closes [#15856](https://github.com/bitnami/charts/issues/15856) +* [bitnami/kube-state-metrics] Release 3.3.5 (#15856) ([cd57297](https://github.com/bitnami/charts/commit/cd57297e70100ff2a4f190adf93d6085ddf00b7d)), closes [#15856](https://github.com/bitnami/charts/issues/15856) ## 3.3.4 (2023-03-22) -* [bitnami/charts] Apply linter to README files (#15357) ([0e29e60](https://github.com/bitnami/charts/commit/0e29e60)), closes [#15357](https://github.com/bitnami/charts/issues/15357) -* [bitnami/kube-state-metrics] Release 3.3.4 (#15669) ([53554b3](https://github.com/bitnami/charts/commit/53554b3)), closes [#15669](https://github.com/bitnami/charts/issues/15669) +* [bitnami/charts] Apply linter to README files (#15357) ([0e29e60](https://github.com/bitnami/charts/commit/0e29e600d3adc8b1b46e506eccb3decfab3b4e63)), closes [#15357](https://github.com/bitnami/charts/issues/15357) +* [bitnami/kube-state-metrics] Release 3.3.4 (#15669) ([53554b3](https://github.com/bitnami/charts/commit/53554b318852a820399fcfb5211bb1883dc8c0f3)), closes [#15669](https://github.com/bitnami/charts/issues/15669) ## 3.3.3 (2023-03-01) -* [bitnami/kube-state-metrics] Release 3.3.3 (#15220) ([3fd4bf3](https://github.com/bitnami/charts/commit/3fd4bf3)), closes [#15220](https://github.com/bitnami/charts/issues/15220) +* [bitnami/kube-state-metrics] Release 3.3.3 (#15220) ([3fd4bf3](https://github.com/bitnami/charts/commit/3fd4bf3e90972ee13a04e833d55f99195f8598ef)), closes [#15220](https://github.com/bitnami/charts/issues/15220) ## 3.3.2 (2023-02-22) -* [bitnami/kube-state-metrics] Release 3.3.2 (#15108) ([7b596aa](https://github.com/bitnami/charts/commit/7b596aa)), closes [#15108](https://github.com/bitnami/charts/issues/15108) +* [bitnami/kube-state-metrics] Release 3.3.2 (#15108) ([7b596aa](https://github.com/bitnami/charts/commit/7b596aa0462cc645d104cf8d7196b735a7703662)), closes [#15108](https://github.com/bitnami/charts/issues/15108) ## 3.3.1 (2023-02-17) -* [bitnami/kube-state-metrics] Release 3.3.1 (#14965) ([fe91116](https://github.com/bitnami/charts/commit/fe91116)), closes [#14965](https://github.com/bitnami/charts/issues/14965) +* [bitnami/kube-state-metrics] Release 3.3.1 (#14965) ([fe91116](https://github.com/bitnami/charts/commit/fe91116b5a62080de8b94f09285b35493b842c1e)), closes [#14965](https://github.com/bitnami/charts/issues/14965) ## 3.3.0 (2023-02-17) -* [bitnami/*] Fix markdown linter issues (#14874) ([a51e0e8](https://github.com/bitnami/charts/commit/a51e0e8)), closes [#14874](https://github.com/bitnami/charts/issues/14874) -* [bitnami/*] Remove unexpected extra spaces (#14873) ([c97c714](https://github.com/bitnami/charts/commit/c97c714)), closes [#14873](https://github.com/bitnami/charts/issues/14873) -* [bitnami/kube-state-metrics] Add kube-state-metrics self monitor (#14920) ([606f749](https://github.com/bitnami/charts/commit/606f749)), closes [#14920](https://github.com/bitnami/charts/issues/14920) +* [bitnami/*] Fix markdown linter issues (#14874) ([a51e0e8](https://github.com/bitnami/charts/commit/a51e0e8d35495b907f3e70dd2f8e7c3bcbf4166a)), closes [#14874](https://github.com/bitnami/charts/issues/14874) +* [bitnami/*] Remove unexpected extra spaces (#14873) ([c97c714](https://github.com/bitnami/charts/commit/c97c714887380d47eae7bfeff316bf01595ecd1d)), closes [#14873](https://github.com/bitnami/charts/issues/14873) +* [bitnami/kube-state-metrics] Add kube-state-metrics self monitor (#14920) ([606f749](https://github.com/bitnami/charts/commit/606f749a5b038b1ab1555443b8bfb5e6f7e50769)), closes [#14920](https://github.com/bitnami/charts/issues/14920) ## 3.2.9 (2023-02-13) -* [bitnami/*] Change copyright date (#14682) ([add4ec7](https://github.com/bitnami/charts/commit/add4ec7)), closes [#14682](https://github.com/bitnami/charts/issues/14682) -* [bitnami/kube-state-metrics] Release 3.2.9 (#14861) ([7bbca5c](https://github.com/bitnami/charts/commit/7bbca5c)), closes [#14861](https://github.com/bitnami/charts/issues/14861) +* [bitnami/*] Change copyright date (#14682) ([add4ec7](https://github.com/bitnami/charts/commit/add4ec701108ac36ed4de2dffbdf407a0d091067)), closes [#14682](https://github.com/bitnami/charts/issues/14682) +* [bitnami/kube-state-metrics] Release 3.2.9 (#14861) ([7bbca5c](https://github.com/bitnami/charts/commit/7bbca5c2a3b627b9644f24a2cd946449f1397336)), closes [#14861](https://github.com/bitnami/charts/issues/14861) ## 3.2.8 (2023-01-28) -* [bitnami/*] Add license annotation and remove obsolete engine parameter (#14293) ([da2a794](https://github.com/bitnami/charts/commit/da2a794)), closes [#14293](https://github.com/bitnami/charts/issues/14293) -* [bitnami/*] Change licenses annotation format (#14377) ([0ab7608](https://github.com/bitnami/charts/commit/0ab7608)), closes [#14377](https://github.com/bitnami/charts/issues/14377) -* [bitnami/*] Unify READMEs (#14472) ([2064fb8](https://github.com/bitnami/charts/commit/2064fb8)), closes [#14472](https://github.com/bitnami/charts/issues/14472) -* [bitnami/kube-state-metrics] Release 3.2.8 (#14581) ([e2227cd](https://github.com/bitnami/charts/commit/e2227cd)), closes [#14581](https://github.com/bitnami/charts/issues/14581) +* [bitnami/*] Add license annotation and remove obsolete engine parameter (#14293) ([da2a794](https://github.com/bitnami/charts/commit/da2a7943bae95b6e9b5b4ed972c15e990b69fdb0)), closes [#14293](https://github.com/bitnami/charts/issues/14293) +* [bitnami/*] Change licenses annotation format (#14377) ([0ab7608](https://github.com/bitnami/charts/commit/0ab760862c660fcc78cffadf8e1d8cdd70881473)), closes [#14377](https://github.com/bitnami/charts/issues/14377) +* [bitnami/*] Unify READMEs (#14472) ([2064fb8](https://github.com/bitnami/charts/commit/2064fb8dcc78a845cdede8211af8c3cc52551161)), closes [#14472](https://github.com/bitnami/charts/issues/14472) +* [bitnami/kube-state-metrics] Release 3.2.8 (#14581) ([e2227cd](https://github.com/bitnami/charts/commit/e2227cd16d5b9b08d44306c1f76bd00be3090b18)), closes [#14581](https://github.com/bitnami/charts/issues/14581) ## 3.2.7 (2022-12-29) -* [bitnami/kube-state-metrics] Release 3.2.7 (#14130) ([4f8ad14](https://github.com/bitnami/charts/commit/4f8ad14)), closes [#14130](https://github.com/bitnami/charts/issues/14130) +* [bitnami/kube-state-metrics] Release 3.2.7 (#14130) ([4f8ad14](https://github.com/bitnami/charts/commit/4f8ad14ed4c3adbc19eda6cf3401a2749ffa4d3a)), closes [#14130](https://github.com/bitnami/charts/issues/14130) ## 3.2.6 (2022-11-29) -* [bitnami/kube-state-metrics] Release 3.2.6 (#13745) ([5545bec](https://github.com/bitnami/charts/commit/5545bec)), closes [#13745](https://github.com/bitnami/charts/issues/13745) +* [bitnami/kube-state-metrics] Release 3.2.6 (#13745) ([5545bec](https://github.com/bitnami/charts/commit/5545bec6beeafa68ce672b366a52f31f3dd310be)), closes [#13745](https://github.com/bitnami/charts/issues/13745) ## 3.2.5 (2022-11-04) -* [bitnami/*] Use new default branch name in links (#12943) ([a529e02](https://github.com/bitnami/charts/commit/a529e02)), closes [#12943](https://github.com/bitnami/charts/issues/12943) -* [bitnami/kube-state-metrics] Release 3.2.5 updating components versions ([a78c170](https://github.com/bitnami/charts/commit/a78c170)) +* [bitnami/*] Use new default branch name in links (#12943) ([a529e02](https://github.com/bitnami/charts/commit/a529e02597d49d944eba1eb0f190713293247176)), closes [#12943](https://github.com/bitnami/charts/issues/12943) +* [bitnami/kube-state-metrics] Release 3.2.5 updating components versions ([a78c170](https://github.com/bitnami/charts/commit/a78c170e0fc0b47935155a29b9683960af3aba8f)) ## 3.2.4 (2022-10-05) -* [bitnami/kube-state-metrics] Release 3.2.4 updating components versions ([a7a4065](https://github.com/bitnami/charts/commit/a7a4065)) -* Generic README instructions related to the repo (#12792) ([3cf6b10](https://github.com/bitnami/charts/commit/3cf6b10)), closes [#12792](https://github.com/bitnami/charts/issues/12792) +* [bitnami/kube-state-metrics] Release 3.2.4 updating components versions ([a7a4065](https://github.com/bitnami/charts/commit/a7a4065caf65d88571cd4cb12be469273b15c98a)) +* Generic README instructions related to the repo (#12792) ([3cf6b10](https://github.com/bitnami/charts/commit/3cf6b10e10e60df4b3e191d6b99aa99a9f597755)), closes [#12792](https://github.com/bitnami/charts/issues/12792) ## 3.2.3 (2022-09-23) -* [bitnami/kube-state-metrics] Use custom probes if given (#12516) ([0a9733f](https://github.com/bitnami/charts/commit/0a9733f)), closes [#12516](https://github.com/bitnami/charts/issues/12516) [#12354](https://github.com/bitnami/charts/issues/12354) +* [bitnami/kube-state-metrics] Use custom probes if given (#12516) ([0a9733f](https://github.com/bitnami/charts/commit/0a9733fd773e0e4b71f2a4f4f6e43cae2dd43f4a)), closes [#12516](https://github.com/bitnami/charts/issues/12516) [#12354](https://github.com/bitnami/charts/issues/12354) ## 3.2.2 (2022-09-05) -* [bitnami/kube-state-metrics] Release 3.2.2 updating components versions ([2738404](https://github.com/bitnami/charts/commit/2738404)) +* [bitnami/kube-state-metrics] Release 3.2.2 updating components versions ([2738404](https://github.com/bitnami/charts/commit/2738404c8d897a96c1ef23b413a59e5cf0a29c05)) ## 3.2.1 (2022-08-23) -* [bitnami/kube-state-metrics] Update Chart.lock (#12053) ([a1b4c42](https://github.com/bitnami/charts/commit/a1b4c42)), closes [#12053](https://github.com/bitnami/charts/issues/12053) +* [bitnami/kube-state-metrics] Update Chart.lock (#12053) ([a1b4c42](https://github.com/bitnami/charts/commit/a1b4c42b88224c825853e6050913e988129c8160)), closes [#12053](https://github.com/bitnami/charts/issues/12053) ## 3.2.0 (2022-08-22) -* [bitnami/kube-state-metrics] Add support for image digest apart from tag (#11909) ([b85f2d6](https://github.com/bitnami/charts/commit/b85f2d6)), closes [#11909](https://github.com/bitnami/charts/issues/11909) +* [bitnami/kube-state-metrics] Add support for image digest apart from tag (#11909) ([b85f2d6](https://github.com/bitnami/charts/commit/b85f2d64cd91067777d1ecb4c324fa5b07d574fa)), closes [#11909](https://github.com/bitnami/charts/issues/11909) ## 3.1.6 (2022-08-09) -* [bitnami/kube-state-metrics] Release 3.1.6 updating components versions ([47387b0](https://github.com/bitnami/charts/commit/47387b0)) +* [bitnami/kube-state-metrics] Release 3.1.6 updating components versions ([47387b0](https://github.com/bitnami/charts/commit/47387b0f229a180c487da5ca79adbc1b209d36de)) ## 3.1.5 (2022-08-04) -* [bitnami/kube-state-metrics] Release 3.1.5 updating components versions ([ce8312a](https://github.com/bitnami/charts/commit/ce8312a)) +* [bitnami/kube-state-metrics] Release 3.1.5 updating components versions ([ce8312a](https://github.com/bitnami/charts/commit/ce8312a70362bf8ef64934a3e7d99b73ac231eac)) ## 3.1.4 (2022-08-03) -* [bitnami/kube-state-metrics] Release 3.1.4 updating components versions ([eba78e9](https://github.com/bitnami/charts/commit/eba78e9)) +* [bitnami/kube-state-metrics] Release 3.1.4 updating components versions ([eba78e9](https://github.com/bitnami/charts/commit/eba78e9ba255bf053caf06fa78a19349eca95bcc)) ## 3.1.3 (2022-08-02) -* [bitnami/kube-state-metrics] Release 3.1.3 updating components versions ([93a331b](https://github.com/bitnami/charts/commit/93a331b)) +* [bitnami/kube-state-metrics] Release 3.1.3 updating components versions ([93a331b](https://github.com/bitnami/charts/commit/93a331b38fdb6048bc982155d63b0a9fc40a50be)) ## 3.1.2 (2022-07-30) -* [bitnami/*] Update URLs to point to the new bitnami/containers monorepo (#11352) ([d665af0](https://github.com/bitnami/charts/commit/d665af0)), closes [#11352](https://github.com/bitnami/charts/issues/11352) -* [bitnami/kube-state-metrics] Release 3.1.2 updating components versions ([1e5096d](https://github.com/bitnami/charts/commit/1e5096d)) +* [bitnami/*] Update URLs to point to the new bitnami/containers monorepo (#11352) ([d665af0](https://github.com/bitnami/charts/commit/d665af0c708846192d8d5fb2f5f9ea65dd464ab0)), closes [#11352](https://github.com/bitnami/charts/issues/11352) +* [bitnami/kube-state-metrics] Release 3.1.2 updating components versions ([1e5096d](https://github.com/bitnami/charts/commit/1e5096df5172f75b0e589e5d7fd7bd82564c1a29)) ## 3.1.1 (2022-06-30) -* [bitnami/kube-state-metrics] Release 3.1.1 updating components versions ([6f1b150](https://github.com/bitnami/charts/commit/6f1b150)) +* [bitnami/kube-state-metrics] Release 3.1.1 updating components versions ([6f1b150](https://github.com/bitnami/charts/commit/6f1b15023d76363cbfa43bd38b6e5104a41211b2)) ## 3.1.0 (2022-06-14) -* [bitnami/kube-state-metrics] Modify naming of cluster-wide resources (#10762) ([aa991b2](https://github.com/bitnami/charts/commit/aa991b2)), closes [#10762](https://github.com/bitnami/charts/issues/10762) +* [bitnami/kube-state-metrics] Modify naming of cluster-wide resources (#10762) ([aa991b2](https://github.com/bitnami/charts/commit/aa991b2e0bf2e059c300120d84f2ab4d8f3c5576)), closes [#10762](https://github.com/bitnami/charts/issues/10762) ## 3.0.5 (2022-06-10) -* [bitnami/*] Replace Kubeapps URL in READMEs (and kubeapps Chart.yaml) and remove BKPR references (#1 ([c6a7914](https://github.com/bitnami/charts/commit/c6a7914)), closes [#10600](https://github.com/bitnami/charts/issues/10600) -* [bitnami/kube-state-metrics] Release 3.0.5 updating components versions ([7c8de49](https://github.com/bitnami/charts/commit/7c8de49)) +* [bitnami/*] Replace Kubeapps URL in READMEs (and kubeapps Chart.yaml) and remove BKPR references (#1 ([c6a7914](https://github.com/bitnami/charts/commit/c6a7914361e5aea6016fb45bf4d621edfd111d32)), closes [#10600](https://github.com/bitnami/charts/issues/10600) +* [bitnami/kube-state-metrics] Release 3.0.5 updating components versions ([7c8de49](https://github.com/bitnami/charts/commit/7c8de4901bc0643957cbd2fe295e24dc44448a2a)) ## 3.0.4 (2022-06-07) -* [bitnami/kube-state-metrics] Release 3.0.4 updating components versions ([cd9fde5](https://github.com/bitnami/charts/commit/cd9fde5)) +* [bitnami/kube-state-metrics] Release 3.0.4 updating components versions ([cd9fde5](https://github.com/bitnami/charts/commit/cd9fde5d77ded68bac12bb118ac76da3adb5a859)) ## 3.0.3 (2022-06-03) -* [bitnami/kube-state-metrics] Release 3.0.3 updating components versions ([a8aad65](https://github.com/bitnami/charts/commit/a8aad65)) +* [bitnami/kube-state-metrics] Release 3.0.3 updating components versions ([a8aad65](https://github.com/bitnami/charts/commit/a8aad65d3df104b98adb88d9e4cd76cabef61a80)) ## 3.0.2 (2022-06-01) -* [bitnami/several] Replace maintainers email by url (#10523) ([ff3cf61](https://github.com/bitnami/charts/commit/ff3cf61)), closes [#10523](https://github.com/bitnami/charts/issues/10523) +* [bitnami/several] Replace maintainers email by url (#10523) ([ff3cf61](https://github.com/bitnami/charts/commit/ff3cf617a1680509b0f3855d17c4ccff7b29a0ff)), closes [#10523](https://github.com/bitnami/charts/issues/10523) ## 3.0.1 (2022-05-30) -* [bitnami/kube-prometheus] Update subchart dependency (#10480) ([4e85ebe](https://github.com/bitnami/charts/commit/4e85ebe)), closes [#10480](https://github.com/bitnami/charts/issues/10480) +* [bitnami/kube-prometheus] Update subchart dependency (#10480) ([4e85ebe](https://github.com/bitnami/charts/commit/4e85ebe039e490756f5ca508e80c89e960872595)), closes [#10480](https://github.com/bitnami/charts/issues/10480) ## 3.0.0 (2022-05-26) -* [bitnami/kube-state-metrics] Chart standardised (#10249) ([ff8392d](https://github.com/bitnami/charts/commit/ff8392d)), closes [#10249](https://github.com/bitnami/charts/issues/10249) +* [bitnami/kube-state-metrics] Chart standardised (#10249) ([ff8392d](https://github.com/bitnami/charts/commit/ff8392dfb4f0771b17128c8792c883e06ea7c14b)), closes [#10249](https://github.com/bitnami/charts/issues/10249) ## 2.2.24 (2022-05-21) -* [bitnami/kube-state-metrics] Release 2.2.24 updating components versions ([e9433c5](https://github.com/bitnami/charts/commit/e9433c5)) +* [bitnami/kube-state-metrics] Release 2.2.24 updating components versions ([e9433c5](https://github.com/bitnami/charts/commit/e9433c52bc12b3a805d96bcf31ca0335e1395fdb)) ## 2.2.23 (2022-05-20) -* [bitnami/kube-state-metrics] Release 2.2.23 updating components versions ([b71d846](https://github.com/bitnami/charts/commit/b71d846)) +* [bitnami/kube-state-metrics] Release 2.2.23 updating components versions ([b71d846](https://github.com/bitnami/charts/commit/b71d846ac6f5018353af8a8702ce512d759084ae)) ## 2.2.22 (2022-05-19) -* [bitnami/kube-state-metrics] Release 2.2.22 updating components versions ([9033109](https://github.com/bitnami/charts/commit/9033109)) +* [bitnami/kube-state-metrics] Release 2.2.22 updating components versions ([9033109](https://github.com/bitnami/charts/commit/9033109c98fe1d1b018750002c2da831fa261b08)) ## 2.2.21 (2022-05-18) -* [bitnami/kube-state-metrics] Release 2.2.21 updating components versions ([70e1992](https://github.com/bitnami/charts/commit/70e1992)) +* [bitnami/kube-state-metrics] Release 2.2.21 updating components versions ([70e1992](https://github.com/bitnami/charts/commit/70e1992bc02bcd444c10548b9305718a59a09528)) ## 2.2.20 (2022-05-11) -* [bitnami/kube-state-metrics] Add missing namespace metadata (#10133) ([cf54f0b](https://github.com/bitnami/charts/commit/cf54f0b)), closes [#10133](https://github.com/bitnami/charts/issues/10133) +* [bitnami/kube-state-metrics] Add missing namespace metadata (#10133) ([cf54f0b](https://github.com/bitnami/charts/commit/cf54f0b19494cbf0dc4beb6813ac6c3d622b62b1)), closes [#10133](https://github.com/bitnami/charts/issues/10133) ## 2.2.19 (2022-04-19) -* [bitnami/kube-state-metrics] Release 2.2.19 updating components versions ([a919acb](https://github.com/bitnami/charts/commit/a919acb)) +* [bitnami/kube-state-metrics] Release 2.2.19 updating components versions ([a919acb](https://github.com/bitnami/charts/commit/a919acbbc9e88451c984f1fe5328d53c4ad01f5c)) ## 2.2.18 (2022-04-13) -* [bitnami/kube-state-metrics] Release 2.2.18 updating components versions ([7ec5281](https://github.com/bitnami/charts/commit/7ec5281)) +* [bitnami/kube-state-metrics] Release 2.2.18 updating components versions ([7ec5281](https://github.com/bitnami/charts/commit/7ec528107a6acc2b6a68542c2eb61d384515972d)) ## 2.2.17 (2022-04-08) -* [bitnami/kube-state-metrics] Add Service annotation prometheus.io/port (#9725) ([a62153d](https://github.com/bitnami/charts/commit/a62153d)), closes [#9725](https://github.com/bitnami/charts/issues/9725) [VictoriaMetrics/VictoriaMetrics#2417](https://github.com/VictoriaMetrics/VictoriaMetrics/issues/2417) +* [bitnami/kube-state-metrics] Add Service annotation prometheus.io/port (#9725) ([a62153d](https://github.com/bitnami/charts/commit/a62153dbc57a78c368d5b6da55e2422e5181d213)), closes [#9725](https://github.com/bitnami/charts/issues/9725) [VictoriaMetrics/VictoriaMetrics#2417](https://github.com/VictoriaMetrics/VictoriaMetrics/issues/2417) ## 2.2.16 (2022-04-05) -* [bitnami/kube-state-metrics] Release 2.2.16 updating components versions ([47b04b5](https://github.com/bitnami/charts/commit/47b04b5)) +* [bitnami/kube-state-metrics] Release 2.2.16 updating components versions ([47b04b5](https://github.com/bitnami/charts/commit/47b04b58d0884c0fddd6b01505753d65487bda4e)) ## 2.2.15 (2022-04-02) -* [bitnami/kube-state-metrics] Release 2.2.15 updating components versions ([18c68d7](https://github.com/bitnami/charts/commit/18c68d7)) +* [bitnami/kube-state-metrics] Release 2.2.15 updating components versions ([18c68d7](https://github.com/bitnami/charts/commit/18c68d7c27d2ec5e2e0f420b0faa2ce197040b10)) ## 2.2.14 (2022-03-27) -* [bitnami/kube-state-metrics] Release 2.2.14 updating components versions ([226898d](https://github.com/bitnami/charts/commit/226898d)) +* [bitnami/kube-state-metrics] Release 2.2.14 updating components versions ([226898d](https://github.com/bitnami/charts/commit/226898d644becee8511fac86f67fd854bec4f941)) ## 2.2.13 (2022-03-16) -* [bitnami/kube-state-metrics] Release 2.2.13 updating components versions ([f64df29](https://github.com/bitnami/charts/commit/f64df29)) +* [bitnami/kube-state-metrics] Release 2.2.13 updating components versions ([f64df29](https://github.com/bitnami/charts/commit/f64df29555fc7bafa13980b12b99190be553e4d0)) ## 2.2.12 (2022-03-08) -* [bitnami/kube-state-metrics] Release 2.2.12 updating components versions ([1fedf30](https://github.com/bitnami/charts/commit/1fedf30)) +* [bitnami/kube-state-metrics] Release 2.2.12 updating components versions ([1fedf30](https://github.com/bitnami/charts/commit/1fedf3068559264cc1a511bbaba4a24e21a34b35)) ## 2.2.11 (2022-02-27) -* [bitnami/kube-state-metrics] Release 2.2.11 updating components versions ([ef8c35f](https://github.com/bitnami/charts/commit/ef8c35f)) +* [bitnami/kube-state-metrics] Release 2.2.11 updating components versions ([ef8c35f](https://github.com/bitnami/charts/commit/ef8c35ff4434a882c72377ac29997ce3afe71c7c)) ## 2.2.10 (2022-02-25) -* [bitnami/kube-state-metrics] Release 2.2.10 updating components versions ([52ec074](https://github.com/bitnami/charts/commit/52ec074)) +* [bitnami/kube-state-metrics] Release 2.2.10 updating components versions ([52ec074](https://github.com/bitnami/charts/commit/52ec074ae4bb220594737edcdf79389f6ed34021)) ## 2.2.9 (2022-02-23) -* [bitnami/kube-state-metrics] Release 2.2.9 updating components versions ([561c8d7](https://github.com/bitnami/charts/commit/561c8d7)) +* [bitnami/kube-state-metrics] Release 2.2.9 updating components versions ([561c8d7](https://github.com/bitnami/charts/commit/561c8d752315cec7d9699968c804dc4a74d85a39)) ## 2.2.8 (2022-02-20) -* [bitnami/kube-state-metrics] Release 2.2.8 updating components versions ([25132d2](https://github.com/bitnami/charts/commit/25132d2)) +* [bitnami/kube-state-metrics] Release 2.2.8 updating components versions ([25132d2](https://github.com/bitnami/charts/commit/25132d2c4a44621c5892a3bebbda4aaf7508c7e6)) ## 2.2.7 (2022-02-17) -* [bitnami/kube-state-metrics] Release 2.2.7 updating components versions ([e9435ab](https://github.com/bitnami/charts/commit/e9435ab)) +* [bitnami/kube-state-metrics] Release 2.2.7 updating components versions ([e9435ab](https://github.com/bitnami/charts/commit/e9435ab7cdda22a55ee971da763429e07bd0ae45)) ## 2.2.6 (2022-02-15) -* [bitnami/kube-state-metrics] Release 2.2.6 updating components versions ([cfc4902](https://github.com/bitnami/charts/commit/cfc4902)) +* [bitnami/kube-state-metrics] Release 2.2.6 updating components versions ([cfc4902](https://github.com/bitnami/charts/commit/cfc4902a15a5059ab821fe1050f669ac213e26aa)) ## 2.2.5 (2022-02-10) -* [bitnami/kube-state-metrics] Release 2.2.5 updating components versions ([673d7c0](https://github.com/bitnami/charts/commit/673d7c0)) -* Non utf8 chars (#8923) ([6ffd18f](https://github.com/bitnami/charts/commit/6ffd18f)), closes [#8923](https://github.com/bitnami/charts/issues/8923) +* [bitnami/kube-state-metrics] Release 2.2.5 updating components versions ([673d7c0](https://github.com/bitnami/charts/commit/673d7c0e745696cca48219e50c148f81bcbb87a8)) +* Non utf8 chars (#8923) ([6ffd18f](https://github.com/bitnami/charts/commit/6ffd18fbbdf10e94ea1a90cf5b84ef610ac2a72d)), closes [#8923](https://github.com/bitnami/charts/issues/8923) ## 2.2.4 (2022-01-20) -* [bitnami/*] Update READMEs (#8716) ([b9a9533](https://github.com/bitnami/charts/commit/b9a9533)), closes [#8716](https://github.com/bitnami/charts/issues/8716) -* [bitnami/several] Change prerequisites (#8725) ([8d740c5](https://github.com/bitnami/charts/commit/8d740c5)), closes [#8725](https://github.com/bitnami/charts/issues/8725) +* [bitnami/*] Update READMEs (#8716) ([b9a9533](https://github.com/bitnami/charts/commit/b9a953337590eb2979453385874a267bacf50936)), closes [#8716](https://github.com/bitnami/charts/issues/8716) +* [bitnami/several] Change prerequisites (#8725) ([8d740c5](https://github.com/bitnami/charts/commit/8d740c566cfdb7e2d933c40128b4e919fce953a5)), closes [#8725](https://github.com/bitnami/charts/issues/8725) ## 2.2.3 (2022-01-18) -* [bitnami/*] Readme automation (#8579) ([78d1938](https://github.com/bitnami/charts/commit/78d1938)), closes [#8579](https://github.com/bitnami/charts/issues/8579) -* [bitnami/kube-state-metrics] .Values.namespaces: Fix condition and add rendering (#8703) ([1796fb0](https://github.com/bitnami/charts/commit/1796fb0)), closes [#8703](https://github.com/bitnami/charts/issues/8703) +* [bitnami/*] Readme automation (#8579) ([78d1938](https://github.com/bitnami/charts/commit/78d193831c900d178198491ffd08fa2217a64ecd)), closes [#8579](https://github.com/bitnami/charts/issues/8579) +* [bitnami/kube-state-metrics] .Values.namespaces: Fix condition and add rendering (#8703) ([1796fb0](https://github.com/bitnami/charts/commit/1796fb053dbf7c72f334d2e508e3c73f87b55baf)), closes [#8703](https://github.com/bitnami/charts/issues/8703) ## 2.2.2 (2022-01-11) -* [bitnami/kube-state-metrics] Release 2.2.2 updating components versions ([641f6f4](https://github.com/bitnami/charts/commit/641f6f4)) +* [bitnami/kube-state-metrics] Release 2.2.2 updating components versions ([641f6f4](https://github.com/bitnami/charts/commit/641f6f41c8eb2109f7f5961ac675d6a6df1280ca)) ## 2.2.1 (2022-01-09) -* [bitnami/kube-state-metrics] Release 2.2.1 updating components versions ([b6a9176](https://github.com/bitnami/charts/commit/b6a9176)) +* [bitnami/kube-state-metrics] Release 2.2.1 updating components versions ([b6a9176](https://github.com/bitnami/charts/commit/b6a9176bd283655bfa281dea583d3bfae4540638)) ## 2.2.0 (2022-01-05) -* [bitnami/several] Adapt templating format (#8562) ([8cad18a](https://github.com/bitnami/charts/commit/8cad18a)), closes [#8562](https://github.com/bitnami/charts/issues/8562) -* [bitnami/several] Add license to the README ([05f7633](https://github.com/bitnami/charts/commit/05f7633)) -* [bitnami/several] Add license to the README ([32fb238](https://github.com/bitnami/charts/commit/32fb238)) -* [bitnami/several] Add license to the README ([b87c2f7](https://github.com/bitnami/charts/commit/b87c2f7)) +* [bitnami/several] Adapt templating format (#8562) ([8cad18a](https://github.com/bitnami/charts/commit/8cad18aed9966a6f0208e5ad6cee46cb217f47ab)), closes [#8562](https://github.com/bitnami/charts/issues/8562) +* [bitnami/several] Add license to the README ([05f7633](https://github.com/bitnami/charts/commit/05f763372501d596e57db713dd53ff4ff3027cc4)) +* [bitnami/several] Add license to the README ([32fb238](https://github.com/bitnami/charts/commit/32fb238e60a0affc6debd3142eaa3c3d9089ec2a)) +* [bitnami/several] Add license to the README ([b87c2f7](https://github.com/bitnami/charts/commit/b87c2f7899d48a8b02c506765e6ae82937e9ba3f)) ## 2.1.19 (2021-12-09) -* [bitnami/kube-state-metrics] Release 2.1.19 updating components versions ([4491770](https://github.com/bitnami/charts/commit/4491770)) +* [bitnami/kube-state-metrics] Release 2.1.19 updating components versions ([4491770](https://github.com/bitnami/charts/commit/449177081c1f0b66dfc8527d15620fd6c07bcbcd)) ## 2.1.18 (2021-11-29) -* [bitnami/several] Replace HTTP by HTTPS when possible (#8259) ([eafb5bd](https://github.com/bitnami/charts/commit/eafb5bd)), closes [#8259](https://github.com/bitnami/charts/issues/8259) +* [bitnami/several] Replace HTTP by HTTPS when possible (#8259) ([eafb5bd](https://github.com/bitnami/charts/commit/eafb5bd5a2cc3aaf04fc1e8ebedd73f420d76864)), closes [#8259](https://github.com/bitnami/charts/issues/8259) ## 2.1.17 (2021-11-17) -* [bitnami/several] Add extraDeploy feature to the pending charts (#8164) ([d812a24](https://github.com/bitnami/charts/commit/d812a24)), closes [#8164](https://github.com/bitnami/charts/issues/8164) -* [bitnami/several] Regenerate README tables ([14b89ea](https://github.com/bitnami/charts/commit/14b89ea)) +* [bitnami/several] Add extraDeploy feature to the pending charts (#8164) ([d812a24](https://github.com/bitnami/charts/commit/d812a243cb1bba69c67ac22cfce1f7999848ef74)), closes [#8164](https://github.com/bitnami/charts/issues/8164) +* [bitnami/several] Regenerate README tables ([14b89ea](https://github.com/bitnami/charts/commit/14b89eadad5eaf515b99c0392eb9461fff50f4a1)) ## 2.1.16 (2021-11-10) -* [bitnami/kube-state-metrics] Release 2.1.16 updating components versions ([fa6743a](https://github.com/bitnami/charts/commit/fa6743a)) +* [bitnami/kube-state-metrics] Release 2.1.16 updating components versions ([fa6743a](https://github.com/bitnami/charts/commit/fa6743a7adc993738f3c5b87bb78a41255b19975)) ## 2.1.15 (2021-10-28) -* [bitnami/*] Mark PodSecurityPolicy resources as deprecated (#7950) ([30e6946](https://github.com/bitnami/charts/commit/30e6946)), closes [#7950](https://github.com/bitnami/charts/issues/7950) -* [bitnami/several] Regenerate README tables ([412cf6a](https://github.com/bitnami/charts/commit/412cf6a)) +* [bitnami/*] Mark PodSecurityPolicy resources as deprecated (#7950) ([30e6946](https://github.com/bitnami/charts/commit/30e694657e21cea03a64ddbc6744f9bab1d1a169)), closes [#7950](https://github.com/bitnami/charts/issues/7950) +* [bitnami/several] Regenerate README tables ([412cf6a](https://github.com/bitnami/charts/commit/412cf6a513cb0c03444a6e7811c6f27193239a10)) ## 2.1.14 (2021-10-27) -* [bitnami/kube-state-metrics] Release 2.1.14 updating components versions ([d8fadc7](https://github.com/bitnami/charts/commit/d8fadc7)) +* [bitnami/kube-state-metrics] Release 2.1.14 updating components versions ([d8fadc7](https://github.com/bitnami/charts/commit/d8fadc76b478d5a0616718f9b85d5a51b6848a7e)) ## 2.1.13 (2021-10-22) -* [bitnami/*] Generate READMEs (#7790) ([0833a8c](https://github.com/bitnami/charts/commit/0833a8c)), closes [#7790](https://github.com/bitnami/charts/issues/7790) -* [bitnami/several] Add chart info to NOTES.txt (#7889) ([a6751cd](https://github.com/bitnami/charts/commit/a6751cd)), closes [#7889](https://github.com/bitnami/charts/issues/7889) +* [bitnami/*] Generate READMEs (#7790) ([0833a8c](https://github.com/bitnami/charts/commit/0833a8c16300d68abf6030639c3479d8fb031e25)), closes [#7790](https://github.com/bitnami/charts/issues/7790) +* [bitnami/several] Add chart info to NOTES.txt (#7889) ([a6751cd](https://github.com/bitnami/charts/commit/a6751cdd33c461fabbc459fbea6f219ec64ab6b2)), closes [#7889](https://github.com/bitnami/charts/issues/7889) ## 2.1.12 (2021-10-12) -* [bitnami/kube-state-metrics] Release 2.1.12 updating components versions ([7faf745](https://github.com/bitnami/charts/commit/7faf745)) +* [bitnami/kube-state-metrics] Release 2.1.12 updating components versions ([7faf745](https://github.com/bitnami/charts/commit/7faf745d6c2c3d81e9ac52db3c8de5418e1634b7)) ## 2.1.11 (2021-10-07) -* [bitnami/*] Fix service monitors selectors (#7720) ([1279593](https://github.com/bitnami/charts/commit/1279593)), closes [#7720](https://github.com/bitnami/charts/issues/7720) -* [bitnami/several] Regenerate README tables ([9d60bbd](https://github.com/bitnami/charts/commit/9d60bbd)) +* [bitnami/*] Fix service monitors selectors (#7720) ([1279593](https://github.com/bitnami/charts/commit/1279593765044df99902bfee8dcfaeb60e95f125)), closes [#7720](https://github.com/bitnami/charts/issues/7720) +* [bitnami/several] Regenerate README tables ([9d60bbd](https://github.com/bitnami/charts/commit/9d60bbdd3b400b3585476f9c0b8e29e5c9e00892)) ## 2.1.10 (2021-09-27) -* [bitnami/kube-state-metrics] Release 2.1.10 updating components versions ([122877a](https://github.com/bitnami/charts/commit/122877a)) -* [bitnami/several] Regenerate README tables ([ff170d1](https://github.com/bitnami/charts/commit/ff170d1)) +* [bitnami/kube-state-metrics] Release 2.1.10 updating components versions ([122877a](https://github.com/bitnami/charts/commit/122877af71aaef38e74a8487baa5dafe8f617b8b)) +* [bitnami/several] Regenerate README tables ([ff170d1](https://github.com/bitnami/charts/commit/ff170d10f8aa6dae0f1e5c3f7d1c69fcec96b731)) ## 2.1.9 (2021-09-24) -* [bitnami/kube-state-metrics] Release 2.1.9 updating components versions ([4998719](https://github.com/bitnami/charts/commit/4998719)) +* [bitnami/kube-state-metrics] Release 2.1.9 updating components versions ([4998719](https://github.com/bitnami/charts/commit/499871964cdccd42037f37b5ca8d0a76f4167bc4)) ## 2.1.8 (2021-09-17) -* [bitnami/several] Regenerate README tables ([da2513b](https://github.com/bitnami/charts/commit/da2513b)) -* T41077 Updated README (#7401) ([7e03077](https://github.com/bitnami/charts/commit/7e03077)), closes [#7401](https://github.com/bitnami/charts/issues/7401) +* [bitnami/several] Regenerate README tables ([da2513b](https://github.com/bitnami/charts/commit/da2513bf0a33819f3b1151d387c631a9ffdb03e2)) +* T41077 Updated README (#7401) ([7e03077](https://github.com/bitnami/charts/commit/7e03077e4996051a581b9ef660c2fef03c66b0a6)), closes [#7401](https://github.com/bitnami/charts/issues/7401) ## 2.1.7 (2021-08-25) -* [bitnami/kube-state-metrics] Release 2.1.7 updating components versions ([a0ba641](https://github.com/bitnami/charts/commit/a0ba641)) -* [bitnami/several] Regenerate README tables ([04e7724](https://github.com/bitnami/charts/commit/04e7724)) +* [bitnami/kube-state-metrics] Release 2.1.7 updating components versions ([a0ba641](https://github.com/bitnami/charts/commit/a0ba641f83038f7befe4a30b23d96c3f9ef21d53)) +* [bitnami/several] Regenerate README tables ([04e7724](https://github.com/bitnami/charts/commit/04e77240da01c2daa3d9d8aca0cf94ddc3aaa6f0)) ## 2.1.6 (2021-08-23) -* [bitnami/kube-state-metrics] Release 2.1.6 updating components versions ([e756a88](https://github.com/bitnami/charts/commit/e756a88)) +* [bitnami/kube-state-metrics] Release 2.1.6 updating components versions ([e756a88](https://github.com/bitnami/charts/commit/e756a88b2405ea4e1499c1a7bb1996450dfd9ca1)) ## 2.1.5 (2021-08-18) -* [bitnami/kube-state-metrics] Change honorLabels type to boolean (#7258) ([26598b8](https://github.com/bitnami/charts/commit/26598b8)), closes [#7258](https://github.com/bitnami/charts/issues/7258) -* [bitnami/several] Update READMEs (#7108) ([44961d9](https://github.com/bitnami/charts/commit/44961d9)), closes [#7108](https://github.com/bitnami/charts/issues/7108) +* [bitnami/kube-state-metrics] Change honorLabels type to boolean (#7258) ([26598b8](https://github.com/bitnami/charts/commit/26598b803de4d08cdaac69e46e0d96913bb83c4d)), closes [#7258](https://github.com/bitnami/charts/issues/7258) +* [bitnami/several] Update READMEs (#7108) ([44961d9](https://github.com/bitnami/charts/commit/44961d9cdfae1b0d06808124c4b47e8adc3de146)), closes [#7108](https://github.com/bitnami/charts/issues/7108) ## 2.1.4 (2021-07-29) -* [bitnami/kube-state-metrics] Release 2.1.4 updating components versions ([cfe6398](https://github.com/bitnami/charts/commit/cfe6398)) +* [bitnami/kube-state-metrics] Release 2.1.4 updating components versions ([cfe6398](https://github.com/bitnami/charts/commit/cfe639878208b47be220a0f2a33af2e211fda592)) ## 2.1.3 (2021-07-26) -* [bitnami/several] Fix default values and regenerate README (#7045) ([90c81ac](https://github.com/bitnami/charts/commit/90c81ac)), closes [#7045](https://github.com/bitnami/charts/issues/7045) +* [bitnami/several] Fix default values and regenerate README (#7045) ([90c81ac](https://github.com/bitnami/charts/commit/90c81ac55e7b35709b04ea551bc54a40453ce630)), closes [#7045](https://github.com/bitnami/charts/issues/7045) ## 2.1.2 (2021-07-09) -* [bitnami/kube-state-metrics] Release 2.1.2 updating components versions ([5de013c](https://github.com/bitnami/charts/commit/5de013c)) +* [bitnami/kube-state-metrics] Release 2.1.2 updating components versions ([5de013c](https://github.com/bitnami/charts/commit/5de013c90dc1575ca8a0fd1ed63af069f6ad77ff)) ## 2.1.1 (2021-07-07) -* [bitnami/*] Adapt values.yaml of Kong, kube-prometheus and kube-state-metrics charts (#6866) ([91fe898](https://github.com/bitnami/charts/commit/91fe898)), closes [#6866](https://github.com/bitnami/charts/issues/6866) +* [bitnami/*] Adapt values.yaml of Kong, kube-prometheus and kube-state-metrics charts (#6866) ([91fe898](https://github.com/bitnami/charts/commit/91fe89837f06c12c9f76e72aafac26248fac2177)), closes [#6866](https://github.com/bitnami/charts/issues/6866) ## 2.1.0 (2021-07-07) -* [bitnami/kube-state-metrics] Common labels and annotations (#6864) ([a898244](https://github.com/bitnami/charts/commit/a898244)), closes [#6864](https://github.com/bitnami/charts/issues/6864) +* [bitnami/kube-state-metrics] Common labels and annotations (#6864) ([a898244](https://github.com/bitnami/charts/commit/a898244f299fec5406a0fa4b54dc690627ceb2a7)), closes [#6864](https://github.com/bitnami/charts/issues/6864) ## 2.0.2 (2021-06-09) -* [bitnami/kube-state-metrics] Release 2.0.2 updating components versions ([2dddd20](https://github.com/bitnami/charts/commit/2dddd20)) +* [bitnami/kube-state-metrics] Release 2.0.2 updating components versions ([2dddd20](https://github.com/bitnami/charts/commit/2dddd2063698aa30ef90f436f191f36eb64bcd5a)) ## 2.0.1 (2021-05-28) -* [bitnami/kube-state-metrics] Release 2.0.1 updating components versions ([15b5c5e](https://github.com/bitnami/charts/commit/15b5c5e)) +* [bitnami/kube-state-metrics] Release 2.0.1 updating components versions ([15b5c5e](https://github.com/bitnami/charts/commit/15b5c5efb97f4f15e67418d4f58ad2774343eb44)) ## 2.0.0 (2021-04-28) -* [bitnami/kube-state-metrics] MAJOR - Update appVersion to kube-state-metrics 2 (#6231) ([af16f7f](https://github.com/bitnami/charts/commit/af16f7f)), closes [#6231](https://github.com/bitnami/charts/issues/6231) +* [bitnami/kube-state-metrics] MAJOR - Update appVersion to kube-state-metrics 2 (#6231) ([af16f7f](https://github.com/bitnami/charts/commit/af16f7f85cf787c4d7ceaff90cdebee8709b6ab1)), closes [#6231](https://github.com/bitnami/charts/issues/6231) ## 1.2.5 (2021-04-24) -* [bitnami/kube-state-metrics] Release 1.2.5 updating components versions ([4277cec](https://github.com/bitnami/charts/commit/4277cec)) +* [bitnami/kube-state-metrics] Release 1.2.5 updating components versions ([4277cec](https://github.com/bitnami/charts/commit/4277cecfa85f1c96e54143ddc2d8a7372f6e2317)) ## 1.2.4 (2021-03-25) -* [bitnami/kube-state-metrics] Release 1.2.4 updating components versions ([ae5a7f3](https://github.com/bitnami/charts/commit/ae5a7f3)) +* [bitnami/kube-state-metrics] Release 1.2.4 updating components versions ([ae5a7f3](https://github.com/bitnami/charts/commit/ae5a7f323940ee31c08900d64ef892c1861e1cc3)) ## 1.2.3 (2021-02-23) -* [bitnami/kube-state-metrics] Release 1.2.3 updating components versions ([8cf3d22](https://github.com/bitnami/charts/commit/8cf3d22)) +* [bitnami/kube-state-metrics] Release 1.2.3 updating components versions ([8cf3d22](https://github.com/bitnami/charts/commit/8cf3d22ad4ec372d541354b046c06fcb1b532490)) ## 1.2.2 (2021-02-22) -* [bitnami/*] Use common macro to define RBAC apiVersion (#5585) ([71fb99f](https://github.com/bitnami/charts/commit/71fb99f)), closes [#5585](https://github.com/bitnami/charts/issues/5585) +* [bitnami/*] Use common macro to define RBAC apiVersion (#5585) ([71fb99f](https://github.com/bitnami/charts/commit/71fb99f541e971b1daafaa20ffb7d18b153b8d60)), closes [#5585](https://github.com/bitnami/charts/issues/5585) ## 1.2.1 (2021-02-09) -* [bitnami/kube-state-metrics] Release 1.2.1 updating components versions ([3b5fdbc](https://github.com/bitnami/charts/commit/3b5fdbc)) +* [bitnami/kube-state-metrics] Release 1.2.1 updating components versions ([3b5fdbc](https://github.com/bitnami/charts/commit/3b5fdbc8102bb61d24ab8c2a11917b78fecbdd52)) ## 1.2.0 (2021-01-27) -* [bitnami/kube-state-metrics] Add hostAliases (#5254) ([764021c](https://github.com/bitnami/charts/commit/764021c)), closes [#5254](https://github.com/bitnami/charts/issues/5254) +* [bitnami/kube-state-metrics] Add hostAliases (#5254) ([764021c](https://github.com/bitnami/charts/commit/764021ca09304871bb30bf3b3315c6c03141a458)), closes [#5254](https://github.com/bitnami/charts/issues/5254) ## 1.1.6 (2021-01-19) -* [bitnami/*] Change helm version in the prerequisites (#5090) ([c5e67a3](https://github.com/bitnami/charts/commit/c5e67a3)), closes [#5090](https://github.com/bitnami/charts/issues/5090) -* [bitnami/kube-state-metrics] Drop values-production.yaml support (#5137) ([73c25f3](https://github.com/bitnami/charts/commit/73c25f3)), closes [#5137](https://github.com/bitnami/charts/issues/5137) +* [bitnami/*] Change helm version in the prerequisites (#5090) ([c5e67a3](https://github.com/bitnami/charts/commit/c5e67a388743cbee28439d2cabca27884b9daf97)), closes [#5090](https://github.com/bitnami/charts/issues/5090) +* [bitnami/kube-state-metrics] Drop values-production.yaml support (#5137) ([73c25f3](https://github.com/bitnami/charts/commit/73c25f30bd3d036dcac4f7337c83ff59851549bd)), closes [#5137](https://github.com/bitnami/charts/issues/5137) ## 1.1.5 (2021-01-13) -* Fix podLabels mapping values are not allow in this context error (#4971) ([53e5fec](https://github.com/bitnami/charts/commit/53e5fec)), closes [#4971](https://github.com/bitnami/charts/issues/4971) +* Fix podLabels mapping values are not allow in this context error (#4971) ([53e5fec](https://github.com/bitnami/charts/commit/53e5fec9c62e53f2743fbc756a2cd256e0c8212d)), closes [#4971](https://github.com/bitnami/charts/issues/4971) ## 1.1.4 (2021-01-09) -* [bitnami/kube-state-metrics] Release 1.1.4 updating components versions ([920e4ea](https://github.com/bitnami/charts/commit/920e4ea)) +* [bitnami/kube-state-metrics] Release 1.1.4 updating components versions ([920e4ea](https://github.com/bitnami/charts/commit/920e4eab1596cc87a6dc190813571d2b5bfe244a)) ## 1.1.3 (2020-12-22) -* [bitnami/*] fix typos (#4699) ([49adc63](https://github.com/bitnami/charts/commit/49adc63)), closes [#4699](https://github.com/bitnami/charts/issues/4699) -* [bitnami/kube-state-metrics] Fix tolerations in deployment (#4806) ([64cf8f9](https://github.com/bitnami/charts/commit/64cf8f9)), closes [#4806](https://github.com/bitnami/charts/issues/4806) +* [bitnami/*] fix typos (#4699) ([49adc63](https://github.com/bitnami/charts/commit/49adc63b672da976c55af2e077aa5648a357b77f)), closes [#4699](https://github.com/bitnami/charts/issues/4699) +* [bitnami/kube-state-metrics] Fix tolerations in deployment (#4806) ([64cf8f9](https://github.com/bitnami/charts/commit/64cf8f939ee99fa65723fba13649194180a39bea)), closes [#4806](https://github.com/bitnami/charts/issues/4806) ## 1.1.2 (2020-12-11) -* [bitnami/*] Update dependencies (#4694) ([2826c12](https://github.com/bitnami/charts/commit/2826c12)), closes [#4694](https://github.com/bitnami/charts/issues/4694) +* [bitnami/*] Update dependencies (#4694) ([2826c12](https://github.com/bitnami/charts/commit/2826c125b42505f28431301e3c1bbe5366e47a01)), closes [#4694](https://github.com/bitnami/charts/issues/4694) ## 1.1.1 (2020-12-10) -* [bitnami/kube-state-metrics] Release 1.1.1 updating components versions ([3953398](https://github.com/bitnami/charts/commit/3953398)) +* [bitnami/kube-state-metrics] Release 1.1.1 updating components versions ([3953398](https://github.com/bitnami/charts/commit/3953398ce260ba50f2951ee47928fc361e22d703)) ## 1.1.0 (2020-11-25) -* [bitnami/*] Affinity based on common presets (iii) (#4476) ([196d096](https://github.com/bitnami/charts/commit/196d096)), closes [#4476](https://github.com/bitnami/charts/issues/4476) +* [bitnami/*] Affinity based on common presets (iii) (#4476) ([196d096](https://github.com/bitnami/charts/commit/196d0963494b4104b0e66a67b0c5cf899beca06b)), closes [#4476](https://github.com/bitnami/charts/issues/4476) ## 1.0.0 (2020-11-10) -* [bitnami/*] Include link to Troubleshootin guide on README.md (#4136) ([c08a20e](https://github.com/bitnami/charts/commit/c08a20e)), closes [#4136](https://github.com/bitnami/charts/issues/4136) -* [bitnami/kube-state-metrics] Major version. Adapt Chart to apiVersion… (#4278) ([dcefb9d](https://github.com/bitnami/charts/commit/dcefb9d)), closes [#4278](https://github.com/bitnami/charts/issues/4278) +* [bitnami/*] Include link to Troubleshootin guide on README.md (#4136) ([c08a20e](https://github.com/bitnami/charts/commit/c08a20e3db004215383004ff023a73fcc2522e72)), closes [#4136](https://github.com/bitnami/charts/issues/4136) +* [bitnami/kube-state-metrics] Major version. Adapt Chart to apiVersion… (#4278) ([dcefb9d](https://github.com/bitnami/charts/commit/dcefb9d60d43bf2356b97807e8e645cc321a0682)), closes [#4278](https://github.com/bitnami/charts/issues/4278) ## 0.5.6 (2020-10-21) -* [bitnami/kube-state-metrics] Release 0.5.6 updating components versions ([d945530](https://github.com/bitnami/charts/commit/d945530)) +* [bitnami/kube-state-metrics] Release 0.5.6 updating components versions ([d945530](https://github.com/bitnami/charts/commit/d945530b850ab85535b6254aac010f7b288f7343)) ## 0.5.5 (2020-10-16) -* [bitnami/kube-state-metrics] Align hostNetwork setting with PSP (#4029) ([e34cbc4](https://github.com/bitnami/charts/commit/e34cbc4)), closes [#4029](https://github.com/bitnami/charts/issues/4029) +* [bitnami/kube-state-metrics] Align hostNetwork setting with PSP (#4029) ([e34cbc4](https://github.com/bitnami/charts/commit/e34cbc47b584b378a00689073cfe8454ff263c7e)), closes [#4029](https://github.com/bitnami/charts/issues/4029) ## 0.5.4 (2020-10-13) -* [bitnami/kube-state-metrics] Fix service label indentation issue (#3991) ([44ae788](https://github.com/bitnami/charts/commit/44ae788)), closes [#3991](https://github.com/bitnami/charts/issues/3991) +* [bitnami/kube-state-metrics] Fix service label indentation issue (#3991) ([44ae788](https://github.com/bitnami/charts/commit/44ae7885309916b3a6c94a0fa4ef76d113dd17b6)), closes [#3991](https://github.com/bitnami/charts/issues/3991) ## 0.5.3 (2020-09-21) -* [bitnami/kube-state-metrics] Release 0.5.3 updating components versions ([33bf5b6](https://github.com/bitnami/charts/commit/33bf5b6)) +* [bitnami/kube-state-metrics] Release 0.5.3 updating components versions ([33bf5b6](https://github.com/bitnami/charts/commit/33bf5b63470980f117f2b28baddb5b80099c4157)) ## 0.5.2 (2020-09-09) -* [bitnami/kube-state-metrics] Fix setting service.annotations (#3582) (#3598) ([4502f3e](https://github.com/bitnami/charts/commit/4502f3e)), closes [#3582](https://github.com/bitnami/charts/issues/3582) [#3598](https://github.com/bitnami/charts/issues/3598) -* Update Chart.yaml ([1a0f8ca](https://github.com/bitnami/charts/commit/1a0f8ca)) +* [bitnami/kube-state-metrics] Fix setting service.annotations (#3582) (#3598) ([4502f3e](https://github.com/bitnami/charts/commit/4502f3e50f13be81fe41b8b8f41bc7c6ee9087a9)), closes [#3582](https://github.com/bitnami/charts/issues/3582) [#3598](https://github.com/bitnami/charts/issues/3598) +* Update Chart.yaml ([1a0f8ca](https://github.com/bitnami/charts/commit/1a0f8caf8f44bf707a622470391514ab3ca94acb)) ## 0.5.1 (2020-09-04) -* [bitnami/kube-state-metrics] Release 0.5.1 updating components versions ([00e120b](https://github.com/bitnami/charts/commit/00e120b)) -* [bitnami/metrics-server] Add source repo (#3577) ([1ed12f9](https://github.com/bitnami/charts/commit/1ed12f9)), closes [#3577](https://github.com/bitnami/charts/issues/3577) +* [bitnami/kube-state-metrics] Release 0.5.1 updating components versions ([00e120b](https://github.com/bitnami/charts/commit/00e120bca5ec553f43edd04e4ebd9b1370f1d59c)) +* [bitnami/metrics-server] Add source repo (#3577) ([1ed12f9](https://github.com/bitnami/charts/commit/1ed12f96af75322b46afdb2b3d9907c11b13f765)), closes [#3577](https://github.com/bitnami/charts/issues/3577) ## 0.5.0 (2020-08-17) -* [bitnami/kube-state-metrics] Introduce .Release.Namespace in meta (#3419) ([c68342c](https://github.com/bitnami/charts/commit/c68342c)), closes [#3419](https://github.com/bitnami/charts/issues/3419) +* [bitnami/kube-state-metrics] Introduce .Release.Namespace in meta (#3419) ([c68342c](https://github.com/bitnami/charts/commit/c68342c197d7755f5dbbaa1dd8ec4f86aaa530ae)), closes [#3419](https://github.com/bitnami/charts/issues/3419) ## 0.4.3 (2020-08-05) -* [bitnami/*] Fix TL;DR typo in READMEs (#3280) ([3d7ab40](https://github.com/bitnami/charts/commit/3d7ab40)), closes [#3280](https://github.com/bitnami/charts/issues/3280) -* [bitnami/kube-state-metrics] Release 0.4.3 updating components versions ([29c5140](https://github.com/bitnami/charts/commit/29c5140)) +* [bitnami/*] Fix TL;DR typo in READMEs (#3280) ([3d7ab40](https://github.com/bitnami/charts/commit/3d7ab406fecd64f1af25f53e7d27f03ec95b29a4)), closes [#3280](https://github.com/bitnami/charts/issues/3280) +* [bitnami/kube-state-metrics] Release 0.4.3 updating components versions ([29c5140](https://github.com/bitnami/charts/commit/29c51404a34e4d963c91c4dc41aafe938d1d3018)) ## 0.4.2 (2020-07-24) -* [bitnami/all] Add categories (#3075) ([63bde06](https://github.com/bitnami/charts/commit/63bde06)), closes [#3075](https://github.com/bitnami/charts/issues/3075) -* [bitnami/kube-state-metrics] Release 0.4.2 updating components versions ([818a1e6](https://github.com/bitnami/charts/commit/818a1e6)) +* [bitnami/all] Add categories (#3075) ([63bde06](https://github.com/bitnami/charts/commit/63bde066b87a140fab52264d0522401ab3d63509)), closes [#3075](https://github.com/bitnami/charts/issues/3075) +* [bitnami/kube-state-metrics] Release 0.4.2 updating components versions ([818a1e6](https://github.com/bitnami/charts/commit/818a1e6700c39454e67e9710602c0f36cfda5ddc)) ## 0.4.1 (2020-06-24) -* [bitnami/kube-state-metrics] Release 0.4.1 updating components versions ([6c7c8d8](https://github.com/bitnami/charts/commit/6c7c8d8)) +* [bitnami/kube-state-metrics] Release 0.4.1 updating components versions ([6c7c8d8](https://github.com/bitnami/charts/commit/6c7c8d8bbf959dc3306b9d59fb9654bae143bc5f)) ## 0.4.0 (2020-06-16) -* [bitnami/kube-state-metrics] Add missing validatingwebhookconfigurations collector (#2794) ([11ff566](https://github.com/bitnami/charts/commit/11ff566)), closes [#2794](https://github.com/bitnami/charts/issues/2794) +* [bitnami/kube-state-metrics] Add missing validatingwebhookconfigurations collector (#2794) ([11ff566](https://github.com/bitnami/charts/commit/11ff5664a1ebbddf2725f03e109ff5086e84e3fc)), closes [#2794](https://github.com/bitnami/charts/issues/2794) ## 0.3.2 (2020-06-09) -* [bitnami/kube-state-metrics] Add missing permissions to clusterole (#2792) ([2ba0c5f](https://github.com/bitnami/charts/commit/2ba0c5f)), closes [#2792](https://github.com/bitnami/charts/issues/2792) +* [bitnami/kube-state-metrics] Add missing permissions to clusterole (#2792) ([2ba0c5f](https://github.com/bitnami/charts/commit/2ba0c5f82343398ddfb9e954502f0fd537e49f64)), closes [#2792](https://github.com/bitnami/charts/issues/2792) ## 0.3.1 (2020-06-09) -* [bitnami/kube-state-metrics]: Do not scrape service twice (#2767) ([ecf992c](https://github.com/bitnami/charts/commit/ecf992c)), closes [#2767](https://github.com/bitnami/charts/issues/2767) +* [bitnami/kube-state-metrics]: Do not scrape service twice (#2767) ([ecf992c](https://github.com/bitnami/charts/commit/ecf992cb8e1c021d794560701884eca4b38b3f00)), closes [#2767](https://github.com/bitnami/charts/issues/2767) ## 0.3.0 (2020-06-08) -* [bitnami/kube-state-metrics] Add missing collectors (#2781) ([93a4afe](https://github.com/bitnami/charts/commit/93a4afe)), closes [#2781](https://github.com/bitnami/charts/issues/2781) [/github.com/kubernetes/kube-state-metrics/blob/release-1.9/pkg/options/collector.go#L28](https://github.com//github.com/kubernetes/kube-state-metrics/blob/release-1.9/pkg/options/collector.go/issues/L28) +* [bitnami/kube-state-metrics] Add missing collectors (#2781) ([93a4afe](https://github.com/bitnami/charts/commit/93a4afed8cd8713c2726e761dec45e1af0dd8dbc)), closes [#2781](https://github.com/bitnami/charts/issues/2781) [/github.com/kubernetes/kube-state-metrics/blob/release-1.9/pkg/options/collector.go#L28](https://github.com//github.com/kubernetes/kube-state-metrics/blob/release-1.9/pkg/options/collector.go/issues/L28) ## 0.2.3 (2020-06-03) -* [bitnami/kube-state-metrics] Release 0.2.3 updating components versions ([b2cc031](https://github.com/bitnami/charts/commit/b2cc031)) -* update bitnami/common to be compatible with helm v2.12+ (#2615) ([c7751eb](https://github.com/bitnami/charts/commit/c7751eb)), closes [#2615](https://github.com/bitnami/charts/issues/2615) +* [bitnami/kube-state-metrics] Release 0.2.3 updating components versions ([b2cc031](https://github.com/bitnami/charts/commit/b2cc031c9bc1a22fedefbaaf3fd45cdcecce37a8)) +* update bitnami/common to be compatible with helm v2.12+ (#2615) ([c7751eb](https://github.com/bitnami/charts/commit/c7751eb5764e468e1854b58a1b8491d2b13e0a4a)), closes [#2615](https://github.com/bitnami/charts/issues/2615) ## 0.2.2 (2020-05-15) -* [bitnami/kube-state-metrics] Release 0.2.2 updating components versions ([7b8aa6a](https://github.com/bitnami/charts/commit/7b8aa6a)) +* [bitnami/kube-state-metrics] Release 0.2.2 updating components versions ([7b8aa6a](https://github.com/bitnami/charts/commit/7b8aa6a3f9d8989b2086ffd9b79959faddf5d0cf)) ## 0.2.1 (2020-04-21) -* [bitnami/kube-state-metrics] Release 0.2.1 updating components versions ([151c030](https://github.com/bitnami/charts/commit/151c030)) +* [bitnami/kube-state-metrics] Release 0.2.1 updating components versions ([151c030](https://github.com/bitnami/charts/commit/151c03034b44e31592fcb5ffc52b8affa3a3fa68)) ## 0.2.0 (2020-04-21) -* [bitnami/kube-state-metrics] Additional relabeling options in ServiceMonitor (#2357) ([9e7123f](https://github.com/bitnami/charts/commit/9e7123f)), closes [#2357](https://github.com/bitnami/charts/issues/2357) +* [bitnami/kube-state-metrics] Additional relabeling options in ServiceMonitor (#2357) ([9e7123f](https://github.com/bitnami/charts/commit/9e7123fb0e5c1cbfad36cd3a528031905e97fc13)), closes [#2357](https://github.com/bitnami/charts/issues/2357) ## 0.1.19 (2020-04-16) -* [bitnami/kube-state-metrics] Release 0.1.19 updating components versions ([2696aa7](https://github.com/bitnami/charts/commit/2696aa7)) +* [bitnami/kube-state-metrics] Release 0.1.19 updating components versions ([2696aa7](https://github.com/bitnami/charts/commit/2696aa74c5b15b365681c1a5b6eb601f152a1a37)) ## 0.1.18 (2020-03-26) -* [bitnami/kube-state-metrics] Release 0.1.18 updating components versions ([af3de5a](https://github.com/bitnami/charts/commit/af3de5a)) +* [bitnami/kube-state-metrics] Release 0.1.18 updating components versions ([af3de5a](https://github.com/bitnami/charts/commit/af3de5a29c362589d161fd242c25e6c108b363e4)) ## 0.1.17 (2020-03-20) -* [bitnami/kube-state-metrics] Release 0.1.17 updating components versions ([399b25f](https://github.com/bitnami/charts/commit/399b25f)) +* [bitnami/kube-state-metrics] Release 0.1.17 updating components versions ([399b25f](https://github.com/bitnami/charts/commit/399b25f2a0301bf9f8f36d7a24276c9d6ed9c20e)) ## 0.1.16 (2020-03-11) -* [bitnami/kube-state-metrics] Release 0.1.16 updating components versions ([eafd292](https://github.com/bitnami/charts/commit/eafd292)) +* [bitnami/kube-state-metrics] Release 0.1.16 updating components versions ([eafd292](https://github.com/bitnami/charts/commit/eafd29234f5ae7aaa1cb84d6859a658987be5d90)) ## 0.1.15 (2020-03-11) -* Move charts from upstreamed folder to bitnami (#2032) ([a0e44f7](https://github.com/bitnami/charts/commit/a0e44f7)), closes [#2032](https://github.com/bitnami/charts/issues/2032) +* Move charts from upstreamed folder to bitnami (#2032) ([a0e44f7](https://github.com/bitnami/charts/commit/a0e44f7d6a10b8b5643186130ea420887cb72c7c)), closes [#2032](https://github.com/bitnami/charts/issues/2032) ## 0.1.14 (2020-02-26) -* [bitnami/kube-state-metrics] Release 0.1.14 updating components versions ([158d7b6](https://github.com/bitnami/charts/commit/158d7b6)) +* [bitnami/kube-state-metrics] Release 0.1.14 updating components versions ([158d7b6](https://github.com/bitnami/charts/commit/158d7b6479e79fed215223a4094943cfcf4115a8)) ## 0.1.13 (2020-02-20) -* [bitnami/kube-state-metrics] Release 0.1.13 updating components versions ([756e1c4](https://github.com/bitnami/charts/commit/756e1c4)) +* [bitnami/kube-state-metrics] Release 0.1.13 updating components versions ([756e1c4](https://github.com/bitnami/charts/commit/756e1c4d445e6dd2fb9ad1cfba85cc7b12e3d4c7)) ## 0.1.12 (2020-02-11) -* [bitnami/several] Adapt READMEs and helpers to Helm 3 (#1911) ([40ee57c](https://github.com/bitnami/charts/commit/40ee57c)), closes [#1911](https://github.com/bitnami/charts/issues/1911) +* [bitnami/several] Adapt READMEs and helpers to Helm 3 (#1911) ([40ee57c](https://github.com/bitnami/charts/commit/40ee57cf5164717357e1627b55bf25f59c40fbd1)), closes [#1911](https://github.com/bitnami/charts/issues/1911) ## 0.1.11 (2020-02-04) -* [bitnami/kube-state-metrics] Release 0.1.11 updating components versions ([424e96b](https://github.com/bitnami/charts/commit/424e96b)) +* [bitnami/kube-state-metrics] Release 0.1.11 updating components versions ([424e96b](https://github.com/bitnami/charts/commit/424e96baecd597c87a6b399f365aa0dfe7de701c)) ## 0.1.10 (2020-01-23) -* [bitnami/kube-state-metrics] Release 0.1.10 updating components versions ([fbc5193](https://github.com/bitnami/charts/commit/fbc5193)) +* [bitnami/kube-state-metrics] Release 0.1.10 updating components versions ([fbc5193](https://github.com/bitnami/charts/commit/fbc5193cb67393fd8cdb41c19903fe2aa6d2d250)) ## 0.1.9 (2020-01-22) -* [bitnami/kube-state-metrics] Release 0.1.9 updating components versions ([47dae2e](https://github.com/bitnami/charts/commit/47dae2e)) +* [bitnami/kube-state-metrics] Release 0.1.9 updating components versions ([47dae2e](https://github.com/bitnami/charts/commit/47dae2ecb1b7c2ef7a0f0167967e4d9601cf81b5)) ## 0.1.8 (2020-01-14) -* [bitnami/kube-state-metrics] Release 0.1.8 updating components versions ([7e0fc31](https://github.com/bitnami/charts/commit/7e0fc31)) +* [bitnami/kube-state-metrics] Release 0.1.8 updating components versions ([7e0fc31](https://github.com/bitnami/charts/commit/7e0fc31be0b83b0984aeb5b91706d63c703a1def)) ## 0.1.7 (2020-01-13) -* [bitnami/kube-state-metrics] Release 0.1.7 updating components versions ([b3cf4d6](https://github.com/bitnami/charts/commit/b3cf4d6)) +* [bitnami/kube-state-metrics] Release 0.1.7 updating components versions ([b3cf4d6](https://github.com/bitnami/charts/commit/b3cf4d6dea9061f0b172e7af5f78789a07d2b3e8)) ## 0.1.6 (2020-01-13) -* [bitnami/kube-state-metrics] Release 0.1.6 updating components versions ([5404df3](https://github.com/bitnami/charts/commit/5404df3)) +* [bitnami/kube-state-metrics] Release 0.1.6 updating components versions ([5404df3](https://github.com/bitnami/charts/commit/5404df3eb638b040ae018f94c79413e88908b86d)) ## 0.1.5 (2019-12-22) -* [bitnami/kube-state-metrics]: Add metricRelabelings to ServiceMonitor ([6a85218](https://github.com/bitnami/charts/commit/6a85218)) +* [bitnami/kube-state-metrics]: Add metricRelabelings to ServiceMonitor ([6a85218](https://github.com/bitnami/charts/commit/6a852183e263104b8f86e9ad294b2fbb103e1a24)) ## 0.1.4 (2019-12-20) -* [bitnami/kube-state-metrics] Release 0.1.4 updating components versions ([131a94e](https://github.com/bitnami/charts/commit/131a94e)) +* [bitnami/kube-state-metrics] Release 0.1.4 updating components versions ([131a94e](https://github.com/bitnami/charts/commit/131a94e0441b3a16d5b3bf7c7ba929a335f0c1b7)) ## 0.1.3 (2019-12-17) -* [bitnami/kube-state-metrics] Remove unnecessary blank line ([a8b6174](https://github.com/bitnami/charts/commit/a8b6174)) +* [bitnami/kube-state-metrics] Remove unnecessary blank line ([a8b6174](https://github.com/bitnami/charts/commit/a8b617483fe41e442d0eb95fbb8bbc3810aed4f0)) ## 0.1.2 (2019-12-11) -* [bitnami/kube-state-metrics] remove whitespaces ([ada6308](https://github.com/bitnami/charts/commit/ada6308)) +* [bitnami/kube-state-metrics] remove whitespaces ([ada6308](https://github.com/bitnami/charts/commit/ada6308eff8d2607e28eb2f4cbcf6e862bb29d99)) ## 0.1.1 (2019-12-11) -* apply review ([cc70c79](https://github.com/bitnami/charts/commit/cc70c79)) -* bump chart version ([e3138fb](https://github.com/bitnami/charts/commit/e3138fb)) -* fix probes ([32ad22f](https://github.com/bitnami/charts/commit/32ad22f)) -* Fixed global labels injection ([b28fbfe](https://github.com/bitnami/charts/commit/b28fbfe)) +* apply review ([cc70c79](https://github.com/bitnami/charts/commit/cc70c79e6e9440f676dd1114e7d2560940fc23a1)) +* bump chart version ([e3138fb](https://github.com/bitnami/charts/commit/e3138fb6efaf9a81a424db30788b79bf5e126298)) +* fix probes ([32ad22f](https://github.com/bitnami/charts/commit/32ad22f0f48b9de40ee851ff078c9c99c097336e)) +* Fixed global labels injection ([b28fbfe](https://github.com/bitnami/charts/commit/b28fbfe0245a143867bedbff900b97119c164352)) ## 0.1.0 (2019-12-03) -* [bitnami/kube-state-metrics] new chart ([6dc4f76](https://github.com/bitnami/charts/commit/6dc4f76)) +* [bitnami/kube-state-metrics] new chart ([6dc4f76](https://github.com/bitnami/charts/commit/6dc4f76d494b6b5a7d44a75984363c1bed4eba57)) diff --git a/bitnami/kube-state-metrics/Chart.yaml b/bitnami/kube-state-metrics/Chart.yaml index c0d2e999445150..fba0c33f27a2ba 100644 --- a/bitnami/kube-state-metrics/Chart.yaml +++ b/bitnami/kube-state-metrics/Chart.yaml @@ -28,4 +28,4 @@ maintainers: name: kube-state-metrics sources: - https://github.com/bitnami/charts/tree/main/bitnami/kube-state-metrics -version: 4.1.1 +version: 4.2.0 diff --git a/bitnami/kube-state-metrics/README.md b/bitnami/kube-state-metrics/README.md index 4a0142ccaa78cc..4559d012a4f7b2 100644 --- a/bitnami/kube-state-metrics/README.md +++ b/bitnami/kube-state-metrics/README.md @@ -153,6 +153,9 @@ As an alternative, use one of the preset configurations for pod affinity, pod an | `extraVolumeMounts` | Optionally specify extra list of additional volumeMounts for the kube-state-metrics container(s) | `[]` | | `sidecars` | Add additional sidecar containers to the kube-state-metrics pod(s) | `[]` | | `initContainers` | Add additional init containers to the kube-state-metrics pod(s) | `[]` | +| `pdb.create` | Enable/disable a Pod Disruption Budget creation | `true` | +| `pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `""` | +| `pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `pdb.minAvailable` and `pdb.maxUnavailable` are empty. | `""` | | `namespaces` | Comma-separated list of namespaces to be enabled. Defaults to all namespaces. Evaluated as a template. | `""` | | `kubeResources.certificatesigningrequests` | Enable the `certificatesigningrequests` resource | `true` | | `kubeResources.configmaps` | Enable the `configmaps` resource | `true` | diff --git a/bitnami/kube-state-metrics/templates/pdb.yaml b/bitnami/kube-state-metrics/templates/pdb.yaml new file mode 100644 index 00000000000000..b17ff44e4bc679 --- /dev/null +++ b/bitnami/kube-state-metrics/templates/pdb.yaml @@ -0,0 +1,26 @@ +{{- /* +Copyright Broadcom, Inc. All Rights Reserved. +SPDX-License-Identifier: APACHE-2.0 +*/}} + +{{- if .Values.pdb.create }} +apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} +kind: PodDisruptionBudget +metadata: + name: {{ include "common.names.fullname" . }} + namespace: {{ include "common.names.namespace" . | quote }} + labels: {{- include "common.labels.standard" ( dict "customLabels" .Values.commonLabels "context" $ ) | nindent 4 }} + {{- if .Values.commonAnnotations }} + annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }} + {{- end }} +spec: + {{- if .Values.pdb.minAvailable }} + minAvailable: {{ .Values.pdb.minAvailable }} + {{- end }} + {{- if or .Values.pdb.maxUnavailable ( not .Values.pdb.minAvailable ) }} + maxUnavailable: {{ .Values.pdb.maxUnavailable | default 1 }} + {{- end }} + {{- $podLabels := include "common.tplvalues.merge" ( dict "values" ( list .Values.podLabels .Values.commonLabels ) "context" . ) }} + selector: + matchLabels: {{- include "common.labels.matchLabels" ( dict "customLabels" $podLabels "context" $ ) | nindent 6 }} +{{- end }} diff --git a/bitnami/kube-state-metrics/values.yaml b/bitnami/kube-state-metrics/values.yaml index 4b4cbb21d21f1c..12cec2b6f1a75d 100644 --- a/bitnami/kube-state-metrics/values.yaml +++ b/bitnami/kube-state-metrics/values.yaml @@ -179,6 +179,16 @@ sidecars: [] ## command: ['sh', '-c', 'echo "hello world"'] ## initContainers: [] +## Pod Disruption Budget configuration +## ref: https://kubernetes.io/docs/tasks/run-application/configure-pdb +## @param pdb.create Enable/disable a Pod Disruption Budget creation +## @param pdb.minAvailable Minimum number/percentage of pods that should remain scheduled +## @param pdb.maxUnavailable Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `pdb.minAvailable` and `pdb.maxUnavailable` are empty. +## +pdb: + create: true + minAvailable: "" + maxUnavailable: "" ## @param namespaces Comma-separated list of namespaces to be enabled. Defaults to all namespaces. Evaluated as a template. ## namespaces: "" From c03dcf6a0d4551fc2632041969f4e5c08c57ec3a Mon Sep 17 00:00:00 2001 From: Fran Mulero Date: Wed, 29 May 2024 10:35:21 +0200 Subject: [PATCH 065/110] [bitnami/grafana-loki] Enable PodDisruptionBudgets (#26474) * [bitnami/grafana-loki] Enable PodDisruptionBudgets Signed-off-by: Fran Mulero * Update CHANGELOG.md Signed-off-by: Bitnami Containers * Amend labels and selectors Signed-off-by: Fran Mulero --------- Signed-off-by: Fran Mulero Signed-off-by: Bitnami Containers Co-authored-by: Bitnami Containers --- bitnami/grafana-loki/CHANGELOG.md | 8 +- bitnami/grafana-loki/Chart.yaml | 2 +- bitnami/grafana-loki/README.md | 30 ++++++ .../grafana-loki/templates/compactor/pdb.yaml | 32 ++++++ .../templates/distributor/pdb.yaml | 32 ++++++ .../grafana-loki/templates/gateway/pdb.yaml | 32 ++++++ .../templates/index-gateway/pdb.yaml | 32 ++++++ .../grafana-loki/templates/ingester/pdb.yaml | 32 ++++++ .../grafana-loki/templates/querier/pdb.yaml | 32 ++++++ .../templates/query-frontend/pdb.yaml | 32 ++++++ .../templates/query-scheduler/pdb.yaml | 32 ++++++ bitnami/grafana-loki/templates/ruler/pdb.yaml | 32 ++++++ .../templates/table-manager/pdb.yaml | 32 ++++++ bitnami/grafana-loki/values.yaml | 100 ++++++++++++++++++ 14 files changed, 457 insertions(+), 3 deletions(-) create mode 100644 bitnami/grafana-loki/templates/compactor/pdb.yaml create mode 100644 bitnami/grafana-loki/templates/distributor/pdb.yaml create mode 100644 bitnami/grafana-loki/templates/gateway/pdb.yaml create mode 100644 bitnami/grafana-loki/templates/index-gateway/pdb.yaml create mode 100644 bitnami/grafana-loki/templates/ingester/pdb.yaml create mode 100644 bitnami/grafana-loki/templates/querier/pdb.yaml create mode 100644 bitnami/grafana-loki/templates/query-frontend/pdb.yaml create mode 100644 bitnami/grafana-loki/templates/query-scheduler/pdb.yaml create mode 100644 bitnami/grafana-loki/templates/ruler/pdb.yaml create mode 100644 bitnami/grafana-loki/templates/table-manager/pdb.yaml diff --git a/bitnami/grafana-loki/CHANGELOG.md b/bitnami/grafana-loki/CHANGELOG.md index 440d8f69891310..16cb4fa0994845 100644 --- a/bitnami/grafana-loki/CHANGELOG.md +++ b/bitnami/grafana-loki/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog -## 4.2.1 (2024-05-22) +## 4.3.0 (2024-05-28) -* [bitnami/grafana-loki] Use different liveness/readiness probes ([#26351](https://github.com/bitnami/charts/pull/26351)) +* [bitnami/grafana-loki] Enable PodDisruptionBudgets ([#26474](https://github.com/bitnami/charts/pull/26474)) + +## 4.2.1 (2024-05-23) + +* [bitnami/grafana-loki] Use different liveness/readiness probes (#26351) ([3dbb011](https://github.com/bitnami/charts/commit/3dbb0111f588082f064a4e8236466924a9b82f80)), closes [#26351](https://github.com/bitnami/charts/issues/26351) ## 4.2.0 (2024-05-21) diff --git a/bitnami/grafana-loki/Chart.yaml b/bitnami/grafana-loki/Chart.yaml index a5f4ae9ffbaad4..db50875e47a898 100644 --- a/bitnami/grafana-loki/Chart.yaml +++ b/bitnami/grafana-loki/Chart.yaml @@ -57,4 +57,4 @@ maintainers: name: grafana-loki sources: - https://github.com/bitnami/charts/tree/main/bitnami/grafana-loki -version: 4.2.1 +version: 4.3.0 diff --git a/bitnami/grafana-loki/README.md b/bitnami/grafana-loki/README.md index cb88c4a802926f..4d553bdb55dd42 100644 --- a/bitnami/grafana-loki/README.md +++ b/bitnami/grafana-loki/README.md @@ -283,6 +283,9 @@ The [Bitnami grafana-loki](https://github.com/bitnami/containers/tree/main/bitna | `compactor.extraVolumeMounts` | Optionally specify extra list of additional volumeMounts for the Compactor container(s) | `[]` | | `compactor.sidecars` | Add additional sidecar containers to the Compactor pod(s) | `[]` | | `compactor.initContainers` | Add additional init containers to the Compactor pod(s) | `[]` | +| `compactor.pdb.create` | Enable/disable a Pod Disruption Budget creation | `true` | +| `compactor.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `""` | +| `compactor.pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `compactor.pdb.minAvailable` and `compactor.pdb.maxUnavailable` are empty. | `""` | | `compactor.persistence.enabled` | Enable persistence in Compactor instances | `true` | | `compactor.persistence.existingClaim` | Name of an existing PVC to use | `""` | | `compactor.persistence.storageClass` | PVC Storage Class for Memcached data volume | `""` | @@ -401,6 +404,9 @@ The [Bitnami grafana-loki](https://github.com/bitnami/containers/tree/main/bitna | `gateway.extraVolumes` | Optionally specify extra list of additional volumes for the Gateway pod(s) | `[]` | | `gateway.extraVolumeMounts` | Optionally specify extra list of additional volumeMounts for the Gateway container(s) | `[]` | | `gateway.sidecars` | Add additional sidecar containers to the Gateway pod(s) | `[]` | +| `gateway.pdb.create` | Enable/disable a Pod Disruption Budget creation | `true` | +| `gateway.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `""` | +| `gateway.pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `gateway.pdb.minAvailable` and `gateway.pdb.maxUnavailable` are empty. | `""` | | `gateway.initContainers` | Add additional init containers to the Gateway pod(s) | `[]` | ### Gateway Traffic Exposure Parameters @@ -514,6 +520,9 @@ The [Bitnami grafana-loki](https://github.com/bitnami/containers/tree/main/bitna | `indexGateway.extraVolumeMounts` | Optionally specify extra list of additional volumeMounts for the index-gateway container(s) | `[]` | | `indexGateway.sidecars` | Add additional sidecar containers to the index-gateway pod(s) | `[]` | | `indexGateway.initContainers` | Add additional init containers to the index-gateway pod(s) | `[]` | +| `indexGateway.pdb.create` | Enable/disable a Pod Disruption Budget creation | `true` | +| `indexGateway.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `""` | +| `indexGateway.pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `indexGateway.pdb.minAvailable` and `indexGateway.pdb.maxUnavailable` are empty. | `""` | ### index-gateway Persistence Parameters @@ -625,6 +634,9 @@ The [Bitnami grafana-loki](https://github.com/bitnami/containers/tree/main/bitna | `distributor.extraVolumeMounts` | Optionally specify extra list of additional volumeMounts for the Distributor container(s) | `[]` | | `distributor.sidecars` | Add additional sidecar containers to the Distributor pod(s) | `[]` | | `distributor.initContainers` | Add additional init containers to the Distributor pod(s) | `[]` | +| `distributor.pdb.create` | Enable/disable a Pod Disruption Budget creation | `true` | +| `distributor.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `""` | +| `distributor.pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `distributor.pdb.minAvailable` and `distributor.pdb.maxUnavailable` are empty. | `""` | ### Distributor Traffic Exposure Parameters @@ -725,6 +737,9 @@ The [Bitnami grafana-loki](https://github.com/bitnami/containers/tree/main/bitna | `ingester.extraVolumeMounts` | Optionally specify extra list of additional volumeMounts for the ingester container(s) | `[]` | | `ingester.sidecars` | Add additional sidecar containers to the Ingester pod(s) | `[]` | | `ingester.initContainers` | Add additional init containers to the Ingester pod(s) | `[]` | +| `ingester.pdb.create` | Enable/disable a Pod Disruption Budget creation | `true` | +| `ingester.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `""` | +| `ingester.pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `ingester.pdb.minAvailable` and `ingester.pdb.maxUnavailable` are empty. | `""` | ### Ingester Persistence Parameters @@ -837,6 +852,9 @@ The [Bitnami grafana-loki](https://github.com/bitnami/containers/tree/main/bitna | `querier.extraVolumeMounts` | Optionally specify extra list of additional volumeMounts for the querier container(s) | `[]` | | `querier.sidecars` | Add additional sidecar containers to the Querier pod(s) | `[]` | | `querier.initContainers` | Add additional init containers to the Querier pod(s) | `[]` | +| `querier.pdb.create` | Enable/disable a Pod Disruption Budget creation | `true` | +| `querier.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `""` | +| `querier.pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `querier.pdb.minAvailable` and `querier.pdb.maxUnavailable` are empty. | `""` | ### Querier Persistence Parameters @@ -948,6 +966,9 @@ The [Bitnami grafana-loki](https://github.com/bitnami/containers/tree/main/bitna | `queryFrontend.extraVolumeMounts` | Optionally specify extra list of additional volumeMounts for the queryFrontend container(s) | `[]` | | `queryFrontend.sidecars` | Add additional sidecar containers to the queryFrontend pod(s) | `[]` | | `queryFrontend.initContainers` | Add additional init containers to the queryFrontend pod(s) | `[]` | +| `queryFrontend.pdb.create` | Enable/disable a Pod Disruption Budget creation | `true` | +| `queryFrontend.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `""` | +| `queryFrontend.pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `queryFrontend.pdb.minAvailable` and `queryFrontend.pdb.maxUnavailable` are empty. | `""` | ### Query Frontend Traffic Exposure Parameters @@ -1049,6 +1070,9 @@ The [Bitnami grafana-loki](https://github.com/bitnami/containers/tree/main/bitna | `queryScheduler.extraVolumeMounts` | Optionally specify extra list of additional volumeMounts for the queryScheduler container(s) | `[]` | | `queryScheduler.sidecars` | Add additional sidecar containers to the queryScheduler pod(s) | `[]` | | `queryScheduler.initContainers` | Add additional init containers to the queryScheduler pod(s) | `[]` | +| `queryScheduler.pdb.create` | Enable/disable a Pod Disruption Budget creation | `true` | +| `queryScheduler.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `""` | +| `queryScheduler.pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `queryScheduler.pdb.minAvailable` and `queryScheduler.pdb.maxUnavailable` are empty. | `""` | ### Query Scheduler Traffic Exposure Parameters @@ -1150,6 +1174,9 @@ The [Bitnami grafana-loki](https://github.com/bitnami/containers/tree/main/bitna | `ruler.extraVolumeMounts` | Optionally specify extra list of additional volumeMounts for the ruler container(s) | `[]` | | `ruler.sidecars` | Add additional sidecar containers to the Ruler pod(s) | `[]` | | `ruler.initContainers` | Add additional init containers to the Ruler pod(s) | `[]` | +| `ruler.pdb.create` | Enable/disable a Pod Disruption Budget creation | `true` | +| `ruler.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `""` | +| `ruler.pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `ruler.pdb.minAvailable` and `ruler.pdb.maxUnavailable` are empty. | `""` | ### Ruler Persistence Parameters @@ -1262,6 +1289,9 @@ The [Bitnami grafana-loki](https://github.com/bitnami/containers/tree/main/bitna | `tableManager.extraVolumeMounts` | Optionally specify extra list of additional volumeMounts for the table-manager container(s) | `[]` | | `tableManager.sidecars` | Add additional sidecar containers to the table-manager pod(s) | `[]` | | `tableManager.initContainers` | Add additional init containers to the table-manager pod(s) | `[]` | +| `tableManager.pdb.create` | Enable/disable a Pod Disruption Budget creation | `true` | +| `tableManager.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `""` | +| `tableManager.pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `tableManager.pdb.minAvailable` and `tableManager.pdb.maxUnavailable` are empty. | `""` | ### table-manager Traffic Exposure Parameters diff --git a/bitnami/grafana-loki/templates/compactor/pdb.yaml b/bitnami/grafana-loki/templates/compactor/pdb.yaml new file mode 100644 index 00000000000000..5af457e90cf02e --- /dev/null +++ b/bitnami/grafana-loki/templates/compactor/pdb.yaml @@ -0,0 +1,32 @@ +{{- /* +Copyright Broadcom, Inc. All Rights Reserved. +SPDX-License-Identifier: APACHE-2.0 +*/}} + +{{- if and .Values.compactor.enabled .Values.compactor.pdb.create }} +apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} +kind: PodDisruptionBudget +metadata: + name: {{ template "grafana-loki.compactor.fullname" . }} + namespace: {{ include "common.names.namespace" . | quote }} + {{- $versionLabel := dict "app.kubernetes.io/version" ( include "common.images.version" ( dict "imageRoot" .Values.loki.image "chart" .Chart ) ) }} + {{- $labels := include "common.tplvalues.merge" ( dict "values" ( list .Values.commonLabels $versionLabel ) "context" . ) }} + labels: {{- include "common.labels.standard" ( dict "customLabels" $labels "context" $ ) | nindent 4 }} + app.kubernetes.io/part-of: grafana-loki + app.kubernetes.io/component: compactor + {{- if .Values.commonAnnotations }} + annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }} + {{- end }} +spec: + {{- if .Values.compactor.pdb.minAvailable }} + minAvailable: {{ .Values.compactor.pdb.minAvailable }} + {{- end }} + {{- if or .Values.compactor.pdb.maxUnavailable (not .Values.compactor.pdb.minAvailable) }} + maxUnavailable: {{ .Values.compactor.pdb.maxUnavailable | default 1 }} + {{- end }} + {{- $podLabels := include "common.tplvalues.merge" ( dict "values" ( list .Values.compactor.podLabels .Values.commonLabels $versionLabel ) "context" . ) }} + selector: + matchLabels: {{- include "common.labels.matchLabels" ( dict "customLabels" $podLabels "context" $ ) | nindent 6 }} + app.kubernetes.io/part-of: grafana-loki + app.kubernetes.io/component: compactor +{{- end }} diff --git a/bitnami/grafana-loki/templates/distributor/pdb.yaml b/bitnami/grafana-loki/templates/distributor/pdb.yaml new file mode 100644 index 00000000000000..5ad669fabb7ede --- /dev/null +++ b/bitnami/grafana-loki/templates/distributor/pdb.yaml @@ -0,0 +1,32 @@ +{{- /* +Copyright Broadcom, Inc. All Rights Reserved. +SPDX-License-Identifier: APACHE-2.0 +*/}} + +{{- if .Values.distributor.pdb.create }} +apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} +kind: PodDisruptionBudget +metadata: + name: {{ template "grafana-loki.distributor.fullname" . }} + namespace: {{ include "common.names.namespace" . | quote }} + {{- $versionLabel := dict "app.kubernetes.io/version" ( include "common.images.version" ( dict "imageRoot" .Values.loki.image "chart" .Chart ) ) }} + {{- $labels := include "common.tplvalues.merge" ( dict "values" ( list .Values.commonLabels $versionLabel ) "context" . ) }} + labels: {{- include "common.labels.standard" ( dict "customLabels" $labels "context" $ ) | nindent 4 }} + app.kubernetes.io/part-of: grafana-loki + app.kubernetes.io/component: distributor + {{- if .Values.commonAnnotations }} + annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }} + {{- end }} +spec: + {{- if .Values.distributor.pdb.minAvailable }} + minAvailable: {{ .Values.distributor.pdb.minAvailable }} + {{- end }} + {{- if or .Values.distributor.pdb.maxUnavailable (not .Values.distributor.pdb.minAvailable) }} + maxUnavailable: {{ .Values.distributor.pdb.maxUnavailable | default 1 }} + {{- end }} + {{- $podLabels := include "common.tplvalues.merge" ( dict "values" ( list .Values.distributor.podLabels .Values.commonLabels $versionLabel ) "context" . ) }} + selector: + matchLabels: {{- include "common.labels.matchLabels" ( dict "customLabels" $podLabels "context" $ ) | nindent 6 }} + app.kubernetes.io/part-of: grafana-loki + app.kubernetes.io/component: distributor +{{- end }} diff --git a/bitnami/grafana-loki/templates/gateway/pdb.yaml b/bitnami/grafana-loki/templates/gateway/pdb.yaml new file mode 100644 index 00000000000000..32eb513be15611 --- /dev/null +++ b/bitnami/grafana-loki/templates/gateway/pdb.yaml @@ -0,0 +1,32 @@ +{{- /* +Copyright Broadcom, Inc. All Rights Reserved. +SPDX-License-Identifier: APACHE-2.0 +*/}} + +{{- if and .Values.gateway.enabled .Values.gateway.pdb.create }} +apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} +kind: PodDisruptionBudget +metadata: + name: {{ include "grafana-loki.gateway.fullname" . }} + namespace: {{ include "common.names.namespace" . | quote }} + {{- $versionLabel := dict "app.kubernetes.io/version" ( include "common.images.version" ( dict "imageRoot" .Values.gateway.image "chart" .Chart ) ) }} + {{- $labels := include "common.tplvalues.merge" ( dict "values" ( list .Values.commonLabels $versionLabel ) "context" . ) }} + labels: {{- include "common.labels.standard" ( dict "customLabels" $labels "context" $ ) | nindent 4 }} + app.kubernetes.io/part-of: grafana-loki + app.kubernetes.io/component: gateway + {{- if .Values.commonAnnotations }} + annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }} + {{- end }} +spec: + {{- if .Values.gateway.pdb.minAvailable }} + minAvailable: {{ .Values.gateway.pdb.minAvailable }} + {{- end }} + {{- if or .Values.gateway.pdb.maxUnavailable (not .Values.gateway.pdb.minAvailable) }} + maxUnavailable: {{ .Values.gateway.pdb.maxUnavailable | default 1 }} + {{- end }} + {{- $podLabels := include "common.tplvalues.merge" ( dict "values" ( list .Values.gateway.podLabels .Values.commonLabels $versionLabel ) "context" . ) }} + selector: + matchLabels: {{- include "common.labels.matchLabels" ( dict "customLabels" $podLabels "context" $ ) | nindent 6 }} + app.kubernetes.io/part-of: grafana-loki + app.kubernetes.io/component: gateway +{{- end }} diff --git a/bitnami/grafana-loki/templates/index-gateway/pdb.yaml b/bitnami/grafana-loki/templates/index-gateway/pdb.yaml new file mode 100644 index 00000000000000..10b6e38f55b943 --- /dev/null +++ b/bitnami/grafana-loki/templates/index-gateway/pdb.yaml @@ -0,0 +1,32 @@ +{{- /* +Copyright Broadcom, Inc. All Rights Reserved. +SPDX-License-Identifier: APACHE-2.0 +*/}} + +{{- if and .Values.indexGateway.enabled .Values.indexGateway.pdb.create }} +apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} +kind: PodDisruptionBudget +metadata: + name: {{ template "grafana-loki.index-gateway.fullname" . }} + namespace: {{ include "common.names.namespace" . | quote }} + {{- $versionLabel := dict "app.kubernetes.io/version" ( include "common.images.version" ( dict "imageRoot" .Values.loki.image "chart" .Chart ) ) }} + {{- $labels := include "common.tplvalues.merge" ( dict "values" ( list .Values.commonLabels $versionLabel ) "context" . ) }} + labels: {{- include "common.labels.standard" ( dict "customLabels" $labels "context" $ ) | nindent 4 }} + app.kubernetes.io/part-of: grafana-loki + app.kubernetes.io/component: index-gateway + {{- if .Values.commonAnnotations }} + annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }} + {{- end }} +spec: + {{- if .Values.indexGateway.pdb.minAvailable }} + minAvailable: {{ .Values.indexGateway.pdb.minAvailable }} + {{- end }} + {{- if or .Values.indexGateway.pdb.maxUnavailable (not .Values.indexGateway.pdb.minAvailable) }} + maxUnavailable: {{ .Values.indexGateway.pdb.maxUnavailable | default 1 }} + {{- end }} + {{- $podLabels := include "common.tplvalues.merge" ( dict "values" ( list .Values.indexGateway.podLabels .Values.commonLabels ) "context" . ) }} + selector: + matchLabels: {{- include "common.labels.matchLabels" ( dict "customLabels" $podLabels "context" $ ) | nindent 6 }} + app.kubernetes.io/part-of: grafana-loki + app.kubernetes.io/component: index-gateway +{{- end }} diff --git a/bitnami/grafana-loki/templates/ingester/pdb.yaml b/bitnami/grafana-loki/templates/ingester/pdb.yaml new file mode 100644 index 00000000000000..3e21697247682f --- /dev/null +++ b/bitnami/grafana-loki/templates/ingester/pdb.yaml @@ -0,0 +1,32 @@ +{{- /* +Copyright Broadcom, Inc. All Rights Reserved. +SPDX-License-Identifier: APACHE-2.0 +*/}} + +{{- if .Values.ingester.pdb.create }} +apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} +kind: PodDisruptionBudget +metadata: + name: {{ template "grafana-loki.ingester.fullname" . }} + namespace: {{ include "common.names.namespace" . | quote }} + {{- $versionLabel := dict "app.kubernetes.io/version" ( include "common.images.version" ( dict "imageRoot" .Values.loki.image "chart" .Chart ) ) }} + {{- $labels := include "common.tplvalues.merge" ( dict "values" ( list .Values.commonLabels $versionLabel ) "context" . ) }} + labels: {{- include "common.labels.standard" ( dict "customLabels" $labels "context" $ ) | nindent 4 }} + app.kubernetes.io/part-of: grafana-loki + app.kubernetes.io/component: ingester + {{- if .Values.commonAnnotations }} + annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }} + {{- end }} +spec: + {{- if .Values.ingester.pdb.minAvailable }} + minAvailable: {{ .Values.ingester.pdb.minAvailable }} + {{- end }} + {{- if or .Values.ingester.pdb.maxUnavailable (not .Values.ingester.pdb.minAvailable) }} + maxUnavailable: {{ .Values.ingester.pdb.maxUnavailable | default 1 }} + {{- end }} + {{- $podLabels := include "common.tplvalues.merge" ( dict "values" ( list .Values.ingester.podLabels .Values.commonLabels $versionLabel ) "context" . ) }} + selector: + matchLabels: {{- include "common.labels.matchLabels" ( dict "customLabels" $podLabels "context" $ ) | nindent 6 }} + app.kubernetes.io/part-of: grafana-loki + app.kubernetes.io/component: ingester +{{- end }} diff --git a/bitnami/grafana-loki/templates/querier/pdb.yaml b/bitnami/grafana-loki/templates/querier/pdb.yaml new file mode 100644 index 00000000000000..7744446dd539a1 --- /dev/null +++ b/bitnami/grafana-loki/templates/querier/pdb.yaml @@ -0,0 +1,32 @@ +{{- /* +Copyright Broadcom, Inc. All Rights Reserved. +SPDX-License-Identifier: APACHE-2.0 +*/}} + +{{- if .Values.querier.pdb.create }} +apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} +kind: PodDisruptionBudget +metadata: + name: {{ template "grafana-loki.querier.fullname" . }} + namespace: {{ include "common.names.namespace" . | quote }} + {{- $versionLabel := dict "app.kubernetes.io/version" ( include "common.images.version" ( dict "imageRoot" .Values.loki.image "chart" .Chart ) ) }} + {{- $labels := include "common.tplvalues.merge" ( dict "values" ( list .Values.commonLabels $versionLabel ) "context" . ) }} + labels: {{- include "common.labels.standard" ( dict "customLabels" $labels "context" $ ) | nindent 4 }} + app.kubernetes.io/part-of: grafana-loki + app.kubernetes.io/component: querier + {{- if .Values.commonAnnotations }} + annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }} + {{- end }} +spec: + {{- if .Values.querier.pdb.minAvailable }} + minAvailable: {{ .Values.querier.pdb.minAvailable }} + {{- end }} + {{- if or .Values.querier.pdb.maxUnavailable (not .Values.querier.pdb.minAvailable) }} + maxUnavailable: {{ .Values.querier.pdb.maxUnavailable | default 1 }} + {{- end }} + {{- $podLabels := include "common.tplvalues.merge" (dict "values" (list .Values.querier.podLabels .Values.commonLabels $versionLabel) "context" .) }} + selector: + matchLabels: {{- include "common.labels.matchLabels" ( dict "customLabels" $podLabels "context" $ ) | nindent 6 }} + app.kubernetes.io/part-of: grafana-loki + app.kubernetes.io/component: querier +{{- end }} diff --git a/bitnami/grafana-loki/templates/query-frontend/pdb.yaml b/bitnami/grafana-loki/templates/query-frontend/pdb.yaml new file mode 100644 index 00000000000000..61110bd7751dfe --- /dev/null +++ b/bitnami/grafana-loki/templates/query-frontend/pdb.yaml @@ -0,0 +1,32 @@ +{{- /* +Copyright Broadcom, Inc. All Rights Reserved. +SPDX-License-Identifier: APACHE-2.0 +*/}} + +{{- if .Values.queryFrontend.pdb.create }} +apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} +kind: PodDisruptionBudget +metadata: + name: {{ template "grafana-loki.query-frontend.fullname" . }} + namespace: {{ include "common.names.namespace" . | quote }} + {{- $versionLabel := dict "app.kubernetes.io/version" ( include "common.images.version" ( dict "imageRoot" .Values.loki.image "chart" .Chart ) ) }} + {{- $labels := include "common.tplvalues.merge" ( dict "values" ( list .Values.commonLabels $versionLabel ) "context" . ) }} + labels: {{- include "common.labels.standard" ( dict "customLabels" $labels "context" $ ) | nindent 4 }} + app.kubernetes.io/part-of: grafana-loki + app.kubernetes.io/component: query-frontend + {{- if .Values.commonAnnotations }} + annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }} + {{- end }} +spec: + {{- if .Values.queryFrontend.pdb.minAvailable }} + minAvailable: {{ .Values.queryFrontend.pdb.minAvailable }} + {{- end }} + {{- if or .Values.queryFrontend.pdb.maxUnavailable (not .Values.queryFrontend.pdb.minAvailable) }} + maxUnavailable: {{ .Values.queryFrontend.pdb.maxUnavailable | default 1 }} + {{- end }} + {{- $podLabels := include "common.tplvalues.merge" (dict "values" (list .Values.queryFrontend.podLabels .Values.commonLabels $versionLabel) "context" .) }} + selector: + matchLabels: {{- include "common.labels.matchLabels" ( dict "customLabels" $podLabels "context" $ ) | nindent 6 }} + app.kubernetes.io/part-of: grafana-loki + app.kubernetes.io/component: query-frontend +{{- end }} diff --git a/bitnami/grafana-loki/templates/query-scheduler/pdb.yaml b/bitnami/grafana-loki/templates/query-scheduler/pdb.yaml new file mode 100644 index 00000000000000..e6ae2c41a9237c --- /dev/null +++ b/bitnami/grafana-loki/templates/query-scheduler/pdb.yaml @@ -0,0 +1,32 @@ +{{- /* +Copyright Broadcom, Inc. All Rights Reserved. +SPDX-License-Identifier: APACHE-2.0 +*/}} + +{{- if and .Values.queryScheduler.enabled .Values.queryScheduler.pdb.create }} +apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} +kind: PodDisruptionBudget +metadata: + name: {{ template "grafana-loki.query-scheduler.fullname" . }} + namespace: {{ include "common.names.namespace" . | quote }} + {{- $versionLabel := dict "app.kubernetes.io/version" ( include "common.images.version" ( dict "imageRoot" .Values.loki.image "chart" .Chart ) ) }} + {{- $labels := include "common.tplvalues.merge" ( dict "values" ( list .Values.commonLabels $versionLabel ) "context" . ) }} + labels: {{- include "common.labels.standard" ( dict "customLabels" $labels "context" $ ) | nindent 4 }} + app.kubernetes.io/part-of: grafana-loki + app.kubernetes.io/component: query-scheduler + {{- if .Values.commonAnnotations }} + annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }} + {{- end }} +spec: + {{- if .Values.queryScheduler.pdb.minAvailable }} + minAvailable: {{ .Values.queryScheduler.pdb.minAvailable }} + {{- end }} + {{- if or .Values.queryScheduler.pdb.maxUnavailable (not .Values.queryScheduler.pdb.minAvailable) }} + maxUnavailable: {{ .Values.queryScheduler.pdb.maxUnavailable | default 1 }} + {{- end }} + {{- $podLabels := include "common.tplvalues.merge" (dict "values" (list .Values.queryScheduler.podLabels .Values.commonLabels $versionLabel) "context" .) }} + selector: + matchLabels: {{- include "common.labels.matchLabels" ( dict "customLabels" $podLabels "context" $ ) | nindent 6 }} + app.kubernetes.io/part-of: grafana-loki + app.kubernetes.io/component: query-scheduler +{{- end }} diff --git a/bitnami/grafana-loki/templates/ruler/pdb.yaml b/bitnami/grafana-loki/templates/ruler/pdb.yaml new file mode 100644 index 00000000000000..0a9e4996c29216 --- /dev/null +++ b/bitnami/grafana-loki/templates/ruler/pdb.yaml @@ -0,0 +1,32 @@ +{{- /* +Copyright Broadcom, Inc. All Rights Reserved. +SPDX-License-Identifier: APACHE-2.0 +*/}} + +{{- if .Values.ruler.pdb.create }} +apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} +kind: PodDisruptionBudget +metadata: + name: {{ template "grafana-loki.ruler.fullname" . }} + namespace: {{ include "common.names.namespace" . | quote }} + {{- $versionLabel := dict "app.kubernetes.io/version" ( include "common.images.version" ( dict "imageRoot" .Values.loki.image "chart" .Chart ) ) }} + {{- $labels := include "common.tplvalues.merge" ( dict "values" ( list .Values.commonLabels $versionLabel ) "context" . ) }} + labels: {{- include "common.labels.standard" ( dict "customLabels" $labels "context" $ ) | nindent 4 }} + app.kubernetes.io/part-of: grafana-loki + app.kubernetes.io/component: ruler + {{- if .Values.commonAnnotations }} + annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }} + {{- end }} +spec: + {{- if .Values.ruler.pdb.minAvailable }} + minAvailable: {{ .Values.ruler.pdb.minAvailable }} + {{- end }} + {{- if or .Values.ruler.pdb.maxUnavailable (not .Values.ruler.pdb.minAvailable) }} + maxUnavailable: {{ .Values.ruler.pdb.maxUnavailable | default 1 }} + {{- end }} + {{- $podLabels := include "common.tplvalues.merge" (dict "values" (list .Values.ruler.podLabels .Values.commonLabels $versionLabel) "context" .) }} + selector: + matchLabels: {{- include "common.labels.matchLabels" ( dict "customLabels" $podLabels "context" $ ) | nindent 6 }} + app.kubernetes.io/part-of: grafana-loki + app.kubernetes.io/component: ruler +{{- end }} diff --git a/bitnami/grafana-loki/templates/table-manager/pdb.yaml b/bitnami/grafana-loki/templates/table-manager/pdb.yaml new file mode 100644 index 00000000000000..7a58c399219998 --- /dev/null +++ b/bitnami/grafana-loki/templates/table-manager/pdb.yaml @@ -0,0 +1,32 @@ +{{- /* +Copyright Broadcom, Inc. All Rights Reserved. +SPDX-License-Identifier: APACHE-2.0 +*/}} + +{{- if and .Values.tableManager.enabled .Values.tableManager.pdb.create }} +apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} +kind: PodDisruptionBudget +metadata: + name: {{ template "grafana-loki.table-manager.fullname" . }} + namespace: {{ include "common.names.namespace" . | quote }} + {{- $versionLabel := dict "app.kubernetes.io/version" ( include "common.images.version" ( dict "imageRoot" .Values.loki.image "chart" .Chart ) ) }} + {{- $labels := include "common.tplvalues.merge" ( dict "values" ( list .Values.commonLabels $versionLabel ) "context" . ) }} + labels: {{- include "common.labels.standard" ( dict "customLabels" $labels "context" $ ) | nindent 4 }} + app.kubernetes.io/part-of: grafana-loki + app.kubernetes.io/component: table-manager + {{- if .Values.commonAnnotations }} + annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }} + {{- end }} +spec: + {{- if .Values.tableManager.pdb.minAvailable }} + minAvailable: {{ .Values.tableManager.pdb.minAvailable }} + {{- end }} + {{- if or .Values.tableManager.pdb.maxUnavailable (not .Values.tableManager.pdb.minAvailable) }} + maxUnavailable: {{ .Values.tableManager.pdb.maxUnavailable | default 1 }} + {{- end }} + {{- $podLabels := include "common.tplvalues.merge" (dict "values" (list .Values.tableManager.podLabels .Values.commonLabels $versionLabel) "context" .) }} + selector: + matchLabels: {{- include "common.labels.matchLabels" ( dict "customLabels" $podLabels "context" $ ) | nindent 6 }} + app.kubernetes.io/part-of: grafana-loki + app.kubernetes.io/component: table-manager +{{- end }} diff --git a/bitnami/grafana-loki/values.yaml b/bitnami/grafana-loki/values.yaml index 2c8f81eab99d41..921c66c81c8ed2 100644 --- a/bitnami/grafana-loki/values.yaml +++ b/bitnami/grafana-loki/values.yaml @@ -543,6 +543,16 @@ compactor: ## command: ['sh', '-c', 'echo "hello world"'] ## initContainers: [] + ## Pod Disruption Budget configuration + ## ref: https://kubernetes.io/docs/tasks/run-application/configure-pdb + ## @param compactor.pdb.create Enable/disable a Pod Disruption Budget creation + ## @param compactor.pdb.minAvailable Minimum number/percentage of pods that should remain scheduled + ## @param compactor.pdb.maxUnavailable Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `compactor.pdb.minAvailable` and `compactor.pdb.maxUnavailable` are empty. + ## + pdb: + create: true + minAvailable: "" + maxUnavailable: "" ## Enable persistence using Persistent Volume Claims ## ref: https://kubernetes.io/docs/concepts/storage/persistent-volumes/ ## @@ -982,6 +992,16 @@ gateway: ## containerPort: 1234 ## sidecars: [] + ## Pod Disruption Budget configuration + ## ref: https://kubernetes.io/docs/tasks/run-application/configure-pdb + ## @param gateway.pdb.create Enable/disable a Pod Disruption Budget creation + ## @param gateway.pdb.minAvailable Minimum number/percentage of pods that should remain scheduled + ## @param gateway.pdb.maxUnavailable Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `gateway.pdb.minAvailable` and `gateway.pdb.maxUnavailable` are empty. + ## + pdb: + create: true + minAvailable: "" + maxUnavailable: "" ## @param gateway.initContainers Add additional init containers to the Gateway pod(s) ## ref: https://kubernetes.io/docs/concepts/workloads/pods/init-containers/ ## e.g: @@ -1451,6 +1471,16 @@ indexGateway: ## command: ['sh', '-c', 'echo "hello world"'] ## initContainers: [] + ## Pod Disruption Budget configuration + ## ref: https://kubernetes.io/docs/tasks/run-application/configure-pdb + ## @param indexGateway.pdb.create Enable/disable a Pod Disruption Budget creation + ## @param indexGateway.pdb.minAvailable Minimum number/percentage of pods that should remain scheduled + ## @param indexGateway.pdb.maxUnavailable Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `indexGateway.pdb.minAvailable` and `indexGateway.pdb.maxUnavailable` are empty. + ## + pdb: + create: true + minAvailable: "" + maxUnavailable: "" ## @section index-gateway Persistence Parameters ## @@ -1853,6 +1883,16 @@ distributor: ## command: ['sh', '-c', 'echo "hello world"'] ## initContainers: [] + ## Pod Disruption Budget configuration + ## ref: https://kubernetes.io/docs/tasks/run-application/configure-pdb + ## @param distributor.pdb.create Enable/disable a Pod Disruption Budget creation + ## @param distributor.pdb.minAvailable Minimum number/percentage of pods that should remain scheduled + ## @param distributor.pdb.maxUnavailable Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `distributor.pdb.minAvailable` and `distributor.pdb.maxUnavailable` are empty. + ## + pdb: + create: true + minAvailable: "" + maxUnavailable: "" ## @section Distributor Traffic Exposure Parameters ## @@ -2220,6 +2260,16 @@ ingester: ## command: ['sh', '-c', 'echo "hello world"'] ## initContainers: [] + ## Pod Disruption Budget configuration + ## ref: https://kubernetes.io/docs/tasks/run-application/configure-pdb + ## @param ingester.pdb.create Enable/disable a Pod Disruption Budget creation + ## @param ingester.pdb.minAvailable Minimum number/percentage of pods that should remain scheduled + ## @param ingester.pdb.maxUnavailable Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `ingester.pdb.minAvailable` and `ingester.pdb.maxUnavailable` are empty. + ## + pdb: + create: true + minAvailable: "" + maxUnavailable: "" ## @section Ingester Persistence Parameters ## @@ -2626,6 +2676,16 @@ querier: ## command: ['sh', '-c', 'echo "hello world"'] ## initContainers: [] + ## Pod Disruption Budget configuration + ## ref: https://kubernetes.io/docs/tasks/run-application/configure-pdb + ## @param querier.pdb.create Enable/disable a Pod Disruption Budget creation + ## @param querier.pdb.minAvailable Minimum number/percentage of pods that should remain scheduled + ## @param querier.pdb.maxUnavailable Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `querier.pdb.minAvailable` and `querier.pdb.maxUnavailable` are empty. + ## + pdb: + create: true + minAvailable: "" + maxUnavailable: "" ## @section Querier Persistence Parameters ## @@ -3028,6 +3088,16 @@ queryFrontend: ## command: ['sh', '-c', 'echo "hello world"'] ## initContainers: [] + ## Pod Disruption Budget configuration + ## ref: https://kubernetes.io/docs/tasks/run-application/configure-pdb + ## @param queryFrontend.pdb.create Enable/disable a Pod Disruption Budget creation + ## @param queryFrontend.pdb.minAvailable Minimum number/percentage of pods that should remain scheduled + ## @param queryFrontend.pdb.maxUnavailable Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `queryFrontend.pdb.minAvailable` and `queryFrontend.pdb.maxUnavailable` are empty. + ## + pdb: + create: true + minAvailable: "" + maxUnavailable: "" ## @section Query Frontend Traffic Exposure Parameters ## @@ -3400,6 +3470,16 @@ queryScheduler: ## command: ['sh', '-c', 'echo "hello world"'] ## initContainers: [] + ## Pod Disruption Budget configuration + ## ref: https://kubernetes.io/docs/tasks/run-application/configure-pdb + ## @param queryScheduler.pdb.create Enable/disable a Pod Disruption Budget creation + ## @param queryScheduler.pdb.minAvailable Minimum number/percentage of pods that should remain scheduled + ## @param queryScheduler.pdb.maxUnavailable Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `queryScheduler.pdb.minAvailable` and `queryScheduler.pdb.maxUnavailable` are empty. + ## + pdb: + create: true + minAvailable: "" + maxUnavailable: "" ## @section Query Scheduler Traffic Exposure Parameters ## @@ -3770,6 +3850,16 @@ ruler: ## command: ['sh', '-c', 'echo "hello world"'] ## initContainers: [] + ## Pod Disruption Budget configuration + ## ref: https://kubernetes.io/docs/tasks/run-application/configure-pdb + ## @param ruler.pdb.create Enable/disable a Pod Disruption Budget creation + ## @param ruler.pdb.minAvailable Minimum number/percentage of pods that should remain scheduled + ## @param ruler.pdb.maxUnavailable Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `ruler.pdb.minAvailable` and `ruler.pdb.maxUnavailable` are empty. + ## + pdb: + create: true + minAvailable: "" + maxUnavailable: "" ## @section Ruler Persistence Parameters ## @@ -4175,6 +4265,16 @@ tableManager: ## command: ['sh', '-c', 'echo "hello world"'] ## initContainers: [] + ## Pod Disruption Budget configuration + ## ref: https://kubernetes.io/docs/tasks/run-application/configure-pdb + ## @param tableManager.pdb.create Enable/disable a Pod Disruption Budget creation + ## @param tableManager.pdb.minAvailable Minimum number/percentage of pods that should remain scheduled + ## @param tableManager.pdb.maxUnavailable Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `tableManager.pdb.minAvailable` and `tableManager.pdb.maxUnavailable` are empty. + ## + pdb: + create: true + minAvailable: "" + maxUnavailable: "" ## @section table-manager Traffic Exposure Parameters ## From 74fad57a97b89fea6c0577624f0ef71cce59acf7 Mon Sep 17 00:00:00 2001 From: Fran Mulero Date: Wed, 29 May 2024 10:38:48 +0200 Subject: [PATCH 066/110] [bitnami/supabase] Enable PodDisruptionBudgets (#26537) * [bitnami/supabase] Enable PodDisruptionBudgets Signed-off-by: Fran Mulero * Update CHANGELOG.md Signed-off-by: Bitnami Containers --------- Signed-off-by: Fran Mulero Signed-off-by: Bitnami Containers Co-authored-by: Bitnami Containers --- bitnami/supabase/CHANGELOG.md | 236 ++++++++++--------- bitnami/supabase/Chart.yaml | 3 +- bitnami/supabase/README.md | 18 ++ bitnami/supabase/templates/auth/pdb.yaml | 31 +++ bitnami/supabase/templates/meta/pdb.yaml | 31 +++ bitnami/supabase/templates/realtime/pdb.yaml | 31 +++ bitnami/supabase/templates/rest/pdb.yaml | 31 +++ bitnami/supabase/templates/storage/pdb.yaml | 31 +++ bitnami/supabase/templates/studio/pdb.yaml | 29 +++ bitnami/supabase/values.yaml | 60 +++++ 10 files changed, 383 insertions(+), 118 deletions(-) create mode 100644 bitnami/supabase/templates/auth/pdb.yaml create mode 100644 bitnami/supabase/templates/meta/pdb.yaml create mode 100644 bitnami/supabase/templates/realtime/pdb.yaml create mode 100644 bitnami/supabase/templates/rest/pdb.yaml create mode 100644 bitnami/supabase/templates/storage/pdb.yaml create mode 100644 bitnami/supabase/templates/studio/pdb.yaml diff --git a/bitnami/supabase/CHANGELOG.md b/bitnami/supabase/CHANGELOG.md index 3c305fe3c71dc7..3318c807cd3b85 100644 --- a/bitnami/supabase/CHANGELOG.md +++ b/bitnami/supabase/CHANGELOG.md @@ -1,362 +1,366 @@ # Changelog -## 5.1.1 (2024-05-21) +## 5.2.0 (2024-05-29) -* [bitnami/supabase] Use different liveness/readiness probes ([#26164](https://github.com/bitnami/charts/pulls/26164)) +* [bitnami/supabase] Enable PodDisruptionBudgets ([#26537](https://github.com/bitnami/charts/pull/26537)) + +## 5.1.1 (2024-05-22) + +* [bitnami/supabase] Use different liveness/readiness probes (#26164) ([a1c199e](https://github.com/bitnami/charts/commit/a1c199e4bf7654d9098198e5763b04757a0aa8d0)), closes [#26164](https://github.com/bitnami/charts/issues/26164) ## 5.1.0 (2024-05-21) -* [bitnami/*] ci: :construction_worker: Add tag and changelog support (#25359) ([91c707c](https://github.com/bitnami/charts/commit/91c707c)), closes [#25359](https://github.com/bitnami/charts/issues/25359) -* [bitnami/supabase] feat: :sparkles: :lock: Add warning when original images are replaced (#26281) ([61ce235](https://github.com/bitnami/charts/commit/61ce235)), closes [#26281](https://github.com/bitnami/charts/issues/26281) +* [bitnami/*] ci: :construction_worker: Add tag and changelog support (#25359) ([91c707c](https://github.com/bitnami/charts/commit/91c707c9e4e574725a09505d2d313fb93f1b4c0a)), closes [#25359](https://github.com/bitnami/charts/issues/25359) +* [bitnami/supabase] feat: :sparkles: :lock: Add warning when original images are replaced (#26281) ([61ce235](https://github.com/bitnami/charts/commit/61ce2350c3d5693be75469b785df8fc55f1fb7e8)), closes [#26281](https://github.com/bitnami/charts/issues/26281) ## 5.0.0 (2024-05-20) -* [bitnami/supabase] Release 5.0.0 updating components versions (#26138) ([c7d5937](https://github.com/bitnami/charts/commit/c7d5937)), closes [#26138](https://github.com/bitnami/charts/issues/26138) +* [bitnami/supabase] Release 5.0.0 updating components versions (#26138) ([c7d5937](https://github.com/bitnami/charts/commit/c7d593753c89c39d27488447db70d6cd230836f2)), closes [#26138](https://github.com/bitnami/charts/issues/26138) ## 4.0.8 (2024-05-18) -* [bitnami/supabase] Release 4.0.8 updating components versions (#26082) ([7baf235](https://github.com/bitnami/charts/commit/7baf235)), closes [#26082](https://github.com/bitnami/charts/issues/26082) +* [bitnami/supabase] Release 4.0.8 updating components versions (#26082) ([7baf235](https://github.com/bitnami/charts/commit/7baf235bb3eef3ccaf94978bf95e206d473af824)), closes [#26082](https://github.com/bitnami/charts/issues/26082) ## 4.0.7 (2024-05-14) -* [bitnami/supabase] Release 4.0.7 updating components versions (#25837) ([b850675](https://github.com/bitnami/charts/commit/b850675)), closes [#25837](https://github.com/bitnami/charts/issues/25837) +* [bitnami/supabase] Release 4.0.7 updating components versions (#25837) ([b850675](https://github.com/bitnami/charts/commit/b85067548132b1e3549c77a962e307f4776b4cd7)), closes [#25837](https://github.com/bitnami/charts/issues/25837) ## 4.0.6 (2024-05-10) -* [bitnami/*] Change non-root and rolling-tags doc URLs (#25628) ([b067c94](https://github.com/bitnami/charts/commit/b067c94)), closes [#25628](https://github.com/bitnami/charts/issues/25628) -* [bitnami/*] Set new header/owner (#25558) ([8d1dc11](https://github.com/bitnami/charts/commit/8d1dc11)), closes [#25558](https://github.com/bitnami/charts/issues/25558) -* [bitnami/supabase] Release 4.0.6 updating components versions (#25667) ([4820a5d](https://github.com/bitnami/charts/commit/4820a5d)), closes [#25667](https://github.com/bitnami/charts/issues/25667) +* [bitnami/*] Change non-root and rolling-tags doc URLs (#25628) ([b067c94](https://github.com/bitnami/charts/commit/b067c94f6bcde427863c197fd355f0b5ba12ff5b)), closes [#25628](https://github.com/bitnami/charts/issues/25628) +* [bitnami/*] Set new header/owner (#25558) ([8d1dc11](https://github.com/bitnami/charts/commit/8d1dc11f5fb30db6fba50c43d7af59d2f79deed3)), closes [#25558](https://github.com/bitnami/charts/issues/25558) +* [bitnami/supabase] Release 4.0.6 updating components versions (#25667) ([4820a5d](https://github.com/bitnami/charts/commit/4820a5df2e28237ee64d63f3b7365c847553dac5)), closes [#25667](https://github.com/bitnami/charts/issues/25667) ## 4.0.5 (2024-04-30) -* [bitnami/supabase] Release 4.0.5 updating components versions (#25473) ([d7a3f8e](https://github.com/bitnami/charts/commit/d7a3f8e)), closes [#25473](https://github.com/bitnami/charts/issues/25473) +* [bitnami/supabase] Release 4.0.5 updating components versions (#25473) ([d7a3f8e](https://github.com/bitnami/charts/commit/d7a3f8e9b94d7eb34e39c715de707055fe20f7c1)), closes [#25473](https://github.com/bitnami/charts/issues/25473) ## 4.0.4 (2024-04-26) -* [bitnami/multiple charts] Fix typo: "NetworkPolice" vs "NetworkPolicy" (#25348) ([6970c1b](https://github.com/bitnami/charts/commit/6970c1b)), closes [#25348](https://github.com/bitnami/charts/issues/25348) -* [bitnami/supabase] Release 4.0.4 updating components versions (#25418) ([082ce73](https://github.com/bitnami/charts/commit/082ce73)), closes [#25418](https://github.com/bitnami/charts/issues/25418) -* Replace VMware by Broadcom copyright text (#25306) ([a5e4bd0](https://github.com/bitnami/charts/commit/a5e4bd0)), closes [#25306](https://github.com/bitnami/charts/issues/25306) +* [bitnami/multiple charts] Fix typo: "NetworkPolice" vs "NetworkPolicy" (#25348) ([6970c1b](https://github.com/bitnami/charts/commit/6970c1ba245873506e73d459c6eac1e4919b778f)), closes [#25348](https://github.com/bitnami/charts/issues/25348) +* [bitnami/supabase] Release 4.0.4 updating components versions (#25418) ([082ce73](https://github.com/bitnami/charts/commit/082ce73b286076ef9b3ab4846f07a6a2e46253bf)), closes [#25418](https://github.com/bitnami/charts/issues/25418) +* Replace VMware by Broadcom copyright text (#25306) ([a5e4bd0](https://github.com/bitnami/charts/commit/a5e4bd0e35e419203793976a78d9d0a13de92c76)), closes [#25306](https://github.com/bitnami/charts/issues/25306) ## 4.0.3 (2024-04-24) -* [bitnami/supabase] Fixes realtime externaldb configuration (#25366) ([d1caac5](https://github.com/bitnami/charts/commit/d1caac5)), closes [#25366](https://github.com/bitnami/charts/issues/25366) +* [bitnami/supabase] Fixes realtime externaldb configuration (#25366) ([d1caac5](https://github.com/bitnami/charts/commit/d1caac59a775227ef13d3fe6ef9d8ff5e2d45db4)), closes [#25366](https://github.com/bitnami/charts/issues/25366) ## 4.0.2 (2024-04-24) -* [bitnami/supabase] Release 4.0.2 updating components versions (#25351) ([9fc713c](https://github.com/bitnami/charts/commit/9fc713c)), closes [#25351](https://github.com/bitnami/charts/issues/25351) +* [bitnami/supabase] Release 4.0.2 updating components versions (#25351) ([9fc713c](https://github.com/bitnami/charts/commit/9fc713c75f0fa91fb791758c3de6f912c65e9311)), closes [#25351](https://github.com/bitnami/charts/issues/25351) ## 4.0.1 (2024-04-15) -* [bitnami/supabase] Release 4.0.1 updating components versions (#25178) ([93a326d](https://github.com/bitnami/charts/commit/93a326d)), closes [#25178](https://github.com/bitnami/charts/issues/25178) +* [bitnami/supabase] Release 4.0.1 updating components versions (#25178) ([93a326d](https://github.com/bitnami/charts/commit/93a326d6cd56e5a6be209e309fba2b3a73ab83dc)), closes [#25178](https://github.com/bitnami/charts/issues/25178) ## 4.0.0 (2024-04-10) -* [bitnami/supabase] Release 3.0.2 (#25070) ([9fff3cf](https://github.com/bitnami/charts/commit/9fff3cf)), closes [#25070](https://github.com/bitnami/charts/issues/25070) +* [bitnami/supabase] Release 3.0.2 (#25070) ([9fff3cf](https://github.com/bitnami/charts/commit/9fff3cf9ec51038fcc3f1e74c3ffdbc326c767fd)), closes [#25070](https://github.com/bitnami/charts/issues/25070) ## 3.0.1 (2024-04-08) -* [bitnami/supabase] Release 2.11.1 (#24553) ([b805f01](https://github.com/bitnami/charts/commit/b805f01)), closes [#24553](https://github.com/bitnami/charts/issues/24553) +* [bitnami/supabase] Release 2.11.1 (#24553) ([b805f01](https://github.com/bitnami/charts/commit/b805f016d0306d92df8f46f239272938cf41345d)), closes [#24553](https://github.com/bitnami/charts/issues/24553) ## 3.0.0 (2024-04-05) -* [bitnami/*] Readme typos (#24852) ([532fcdc](https://github.com/bitnami/charts/commit/532fcdc)), closes [#24852](https://github.com/bitnami/charts/issues/24852) -* [bitnami/*] Reorder Chart sections (#24455) ([0cf4048](https://github.com/bitnami/charts/commit/0cf4048)), closes [#24455](https://github.com/bitnami/charts/issues/24455) -* [bitnami/supabase] feat!: :lock: :boom: Improve security defaults (#24721) ([2a3c151](https://github.com/bitnami/charts/commit/2a3c151)), closes [#24721](https://github.com/bitnami/charts/issues/24721) -* Update resourcesPreset comments (#24467) ([92e3e8a](https://github.com/bitnami/charts/commit/92e3e8a)), closes [#24467](https://github.com/bitnami/charts/issues/24467) +* [bitnami/*] Readme typos (#24852) ([532fcdc](https://github.com/bitnami/charts/commit/532fcdc499cb67eccf0ade49ff1c02d3deb1d696)), closes [#24852](https://github.com/bitnami/charts/issues/24852) +* [bitnami/*] Reorder Chart sections (#24455) ([0cf4048](https://github.com/bitnami/charts/commit/0cf4048e8743f70a9753d460655bd030cbff6824)), closes [#24455](https://github.com/bitnami/charts/issues/24455) +* [bitnami/supabase] feat!: :lock: :boom: Improve security defaults (#24721) ([2a3c151](https://github.com/bitnami/charts/commit/2a3c151225a226845cc1ac06f20e70d985e8a12c)), closes [#24721](https://github.com/bitnami/charts/issues/24721) +* Update resourcesPreset comments (#24467) ([92e3e8a](https://github.com/bitnami/charts/commit/92e3e8a507326d2a20a8f10ab3e7746a2ec5c554)), closes [#24467](https://github.com/bitnami/charts/issues/24467) ## 2.11.0 (2024-03-06) -* [bitnami/supabase] feat: :sparkles: :lock: Add automatic adaptation for Openshift restricted-v2 SCC ([12e0756](https://github.com/bitnami/charts/commit/12e0756)), closes [#24158](https://github.com/bitnami/charts/issues/24158) +* [bitnami/supabase] feat: :sparkles: :lock: Add automatic adaptation for Openshift restricted-v2 SCC ([12e0756](https://github.com/bitnami/charts/commit/12e0756c39b9dc6dfe4167a02bb9bfa639a8619c)), closes [#24158](https://github.com/bitnami/charts/issues/24158) ## 2.10.0 (2024-02-23) -* [bitnami/supabase] feat: :sparkles: :lock: Add readOnlyRootFilesystem support (#23888) ([1248024](https://github.com/bitnami/charts/commit/1248024)), closes [#23888](https://github.com/bitnami/charts/issues/23888) +* [bitnami/supabase] feat: :sparkles: :lock: Add readOnlyRootFilesystem support (#23888) ([1248024](https://github.com/bitnami/charts/commit/12480247cef8cccf2924edd4c9064705b16a0fbc)), closes [#23888](https://github.com/bitnami/charts/issues/23888) ## 2.9.2 (2024-02-22) -* [bitnami/supabase] Release 2.9.2 updating components versions (#23842) ([fbc4094](https://github.com/bitnami/charts/commit/fbc4094)), closes [#23842](https://github.com/bitnami/charts/issues/23842) +* [bitnami/supabase] Release 2.9.2 updating components versions (#23842) ([fbc4094](https://github.com/bitnami/charts/commit/fbc40948c8e37797419b7fb78b5108dc6cd2b80f)), closes [#23842](https://github.com/bitnami/charts/issues/23842) ## 2.9.1 (2024-02-21) -* [bitnami/supabase] Release 2.9.1 updating components versions (#23712) ([f1b455d](https://github.com/bitnami/charts/commit/f1b455d)), closes [#23712](https://github.com/bitnami/charts/issues/23712) +* [bitnami/supabase] Release 2.9.1 updating components versions (#23712) ([f1b455d](https://github.com/bitnami/charts/commit/f1b455dff6a6449b6c81bcf03ef35939ff651d58)), closes [#23712](https://github.com/bitnami/charts/issues/23712) ## 2.9.0 (2024-02-20) -* [bitnami/*] Bump all versions (#23602) ([b70ee2a](https://github.com/bitnami/charts/commit/b70ee2a)), closes [#23602](https://github.com/bitnami/charts/issues/23602) +* [bitnami/*] Bump all versions (#23602) ([b70ee2a](https://github.com/bitnami/charts/commit/b70ee2a30e4dc256bf0ac52928fb2fa7a70f049b)), closes [#23602](https://github.com/bitnami/charts/issues/23602) ## 2.8.1 (2024-02-20) -* [bitnami/supabase] use correct servicePort name for studio ingress (#23554) ([61e985a](https://github.com/bitnami/charts/commit/61e985a)), closes [#23554](https://github.com/bitnami/charts/issues/23554) +* [bitnami/supabase] use correct servicePort name for studio ingress (#23554) ([61e985a](https://github.com/bitnami/charts/commit/61e985a23a24daee2be7d584df7b38f5b634b97e)), closes [#23554](https://github.com/bitnami/charts/issues/23554) ## 2.8.0 (2024-02-15) -* [bitnami/supabase] feat: :sparkles: :lock: Add resource preset support (#23525) ([071f830](https://github.com/bitnami/charts/commit/071f830)), closes [#23525](https://github.com/bitnami/charts/issues/23525) +* [bitnami/supabase] feat: :sparkles: :lock: Add resource preset support (#23525) ([071f830](https://github.com/bitnami/charts/commit/071f830db42434a339d996ac79649004ffe306f0)), closes [#23525](https://github.com/bitnami/charts/issues/23525) ## 2.7.1 (2024-02-03) -* [bitnami/supabase] Release 2.7.1 updating components versions (#23143) ([639e13f](https://github.com/bitnami/charts/commit/639e13f)), closes [#23143](https://github.com/bitnami/charts/issues/23143) +* [bitnami/supabase] Release 2.7.1 updating components versions (#23143) ([639e13f](https://github.com/bitnami/charts/commit/639e13fffe697634d64cd8b506343e15d39a969f)), closes [#23143](https://github.com/bitnami/charts/issues/23143) ## 2.7.0 (2024-01-31) -* [bitnami/supabase] fix: :bug: Add allowExternalEgress to avoid breaking istio (#22959) ([ce2c35b](https://github.com/bitnami/charts/commit/ce2c35b)), closes [#22959](https://github.com/bitnami/charts/issues/22959) +* [bitnami/supabase] fix: :bug: Add allowExternalEgress to avoid breaking istio (#22959) ([ce2c35b](https://github.com/bitnami/charts/commit/ce2c35b046d5b41722d810728b157a14e117af63)), closes [#22959](https://github.com/bitnami/charts/issues/22959) ## 2.6.0 (2024-01-30) -* [bitnami/supabase] feat: :lock: Enable networkPolicy (#22695) ([1fc582e](https://github.com/bitnami/charts/commit/1fc582e)), closes [#22695](https://github.com/bitnami/charts/issues/22695) +* [bitnami/supabase] feat: :lock: Enable networkPolicy (#22695) ([1fc582e](https://github.com/bitnami/charts/commit/1fc582e493e60f9a816b601c62d86cbfcc5ebae5)), closes [#22695](https://github.com/bitnami/charts/issues/22695) ## 2.5.3 (2024-01-26) -* [bitnami/*] Move documentation sections from docs.bitnami.com back to the README (#22203) ([7564f36](https://github.com/bitnami/charts/commit/7564f36)), closes [#22203](https://github.com/bitnami/charts/issues/22203) -* [bitnami/supabase] fix: :bug: Set seLinuxOptions to null for Openshift compatibility (#22662) ([fd90641](https://github.com/bitnami/charts/commit/fd90641)), closes [#22662](https://github.com/bitnami/charts/issues/22662) +* [bitnami/*] Move documentation sections from docs.bitnami.com back to the README (#22203) ([7564f36](https://github.com/bitnami/charts/commit/7564f36ca1e95ff30ee686652b7ab8690561a707)), closes [#22203](https://github.com/bitnami/charts/issues/22203) +* [bitnami/supabase] fix: :bug: Set seLinuxOptions to null for Openshift compatibility (#22662) ([fd90641](https://github.com/bitnami/charts/commit/fd9064112f0f10a9d5bf1c097e37d3ccb43eafa7)), closes [#22662](https://github.com/bitnami/charts/issues/22662) ## 2.5.2 (2024-01-23) -* Updates container image (#22559) ([09b80f8](https://github.com/bitnami/charts/commit/09b80f8)), closes [#22559](https://github.com/bitnami/charts/issues/22559) +* Updates container image (#22559) ([09b80f8](https://github.com/bitnami/charts/commit/09b80f82df6a51202b219805ae4b0d743ae406cc)), closes [#22559](https://github.com/bitnami/charts/issues/22559) ## 2.5.1 (2024-01-23) -* [bitnami/supabase] Release 2.3.1 (#22351) ([1ef88bc](https://github.com/bitnami/charts/commit/1ef88bc)), closes [#22351](https://github.com/bitnami/charts/issues/22351) +* [bitnami/supabase] Release 2.3.1 (#22351) ([1ef88bc](https://github.com/bitnami/charts/commit/1ef88bc6863733863e19c4162acc02b4b10b7b9c)), closes [#22351](https://github.com/bitnami/charts/issues/22351) ## 2.5.0 (2024-01-22) -* [bitnam/supabase] Fix supabase studio svc (#22545) ([42f8da7](https://github.com/bitnami/charts/commit/42f8da7)), closes [#22545](https://github.com/bitnami/charts/issues/22545) +* [bitnam/supabase] Fix supabase studio svc (#22545) ([42f8da7](https://github.com/bitnami/charts/commit/42f8da77f87b33c653d40974d8914b4e3d1da535)), closes [#22545](https://github.com/bitnami/charts/issues/22545) ## 2.4.0 (2024-01-19) -* [bitnami/supabase] fix: :lock: Move service-account token auto-mount to pod declaration (#22464) ([ea48743](https://github.com/bitnami/charts/commit/ea48743)), closes [#22464](https://github.com/bitnami/charts/issues/22464) +* [bitnami/supabase] fix: :lock: Move service-account token auto-mount to pod declaration (#22464) ([ea48743](https://github.com/bitnami/charts/commit/ea4874337c5a3565b54aeba5aab84bc9b9d14e95)), closes [#22464](https://github.com/bitnami/charts/issues/22464) ## 2.3.0 (2024-01-16) -* [bitnami/supabase] fix: :lock: Improve podSecurityContext and containerSecurityContext with essentia ([ab4da25](https://github.com/bitnami/charts/commit/ab4da25)), closes [#22193](https://github.com/bitnami/charts/issues/22193) +* [bitnami/supabase] fix: :lock: Improve podSecurityContext and containerSecurityContext with essentia ([ab4da25](https://github.com/bitnami/charts/commit/ab4da25e260c497d3afefdaf6967f310fea63780)), closes [#22193](https://github.com/bitnami/charts/issues/22193) ## 2.2.2 (2024-01-15) -* [bitnami/supabase] Update supabase storage image (#22206) ([3dc5b5a](https://github.com/bitnami/charts/commit/3dc5b5a)), closes [#22206](https://github.com/bitnami/charts/issues/22206) +* [bitnami/supabase] Update supabase storage image (#22206) ([3dc5b5a](https://github.com/bitnami/charts/commit/3dc5b5a1f3d3dd4b9db88183f87d0618a75b406c)), closes [#22206](https://github.com/bitnami/charts/issues/22206) ## 2.2.1 (2024-01-15) -* [bitnami/supabase] Release 2.1.7 (#22042) ([7c6365a](https://github.com/bitnami/charts/commit/7c6365a)), closes [#22042](https://github.com/bitnami/charts/issues/22042) +* [bitnami/supabase] Release 2.1.7 (#22042) ([7c6365a](https://github.com/bitnami/charts/commit/7c6365aaafe6c1d01751625994784c6f016ac2f0)), closes [#22042](https://github.com/bitnami/charts/issues/22042) ## 2.2.0 (2024-01-12) -* [bitnami/*] Fix docs.bitnami.com broken links (#21901) ([f35506d](https://github.com/bitnami/charts/commit/f35506d)), closes [#21901](https://github.com/bitnami/charts/issues/21901) -* [bitnami/*] Fix ref links (in comments) (#21822) ([e4fa296](https://github.com/bitnami/charts/commit/e4fa296)), closes [#21822](https://github.com/bitnami/charts/issues/21822) -* [bitnami/*] Update copyright: Year and company (#21815) ([6c4bf75](https://github.com/bitnami/charts/commit/6c4bf75)), closes [#21815](https://github.com/bitnami/charts/issues/21815) -* [bitnami/supabase] fix: :lock: Do not automount the service account token unless necessary (#22064) ([0fb15f3](https://github.com/bitnami/charts/commit/0fb15f3)), closes [#22064](https://github.com/bitnami/charts/issues/22064) +* [bitnami/*] Fix docs.bitnami.com broken links (#21901) ([f35506d](https://github.com/bitnami/charts/commit/f35506d2dadee4f097986e7792df1f53ab215b5d)), closes [#21901](https://github.com/bitnami/charts/issues/21901) +* [bitnami/*] Fix ref links (in comments) (#21822) ([e4fa296](https://github.com/bitnami/charts/commit/e4fa296106b225cf8c82445727c675c7c725e380)), closes [#21822](https://github.com/bitnami/charts/issues/21822) +* [bitnami/*] Update copyright: Year and company (#21815) ([6c4bf75](https://github.com/bitnami/charts/commit/6c4bf75dec58fc7c9aee9f089777b1a858c17d5b)), closes [#21815](https://github.com/bitnami/charts/issues/21815) +* [bitnami/supabase] fix: :lock: Do not automount the service account token unless necessary (#22064) ([0fb15f3](https://github.com/bitnami/charts/commit/0fb15f352a9ee132007b2476f75acd93f9f33a52)), closes [#22064](https://github.com/bitnami/charts/issues/22064) ## 2.1.6 (2023-12-22) -* [bitnami/supabase] Release 2.1.6 updating components versions (#21740) ([51f3b38](https://github.com/bitnami/charts/commit/51f3b38)), closes [#21740](https://github.com/bitnami/charts/issues/21740) +* [bitnami/supabase] Release 2.1.6 updating components versions (#21740) ([51f3b38](https://github.com/bitnami/charts/commit/51f3b384330fab502e41b238dbf295eab615ea88)), closes [#21740](https://github.com/bitnami/charts/issues/21740) ## 2.1.5 (2023-11-21) -* [bitnami/*] Remove relative links to non-README sections, add verification for that and update TL;DR ([1103633](https://github.com/bitnami/charts/commit/1103633)), closes [#20967](https://github.com/bitnami/charts/issues/20967) -* [bitnami/*] Rename solutions to "Bitnami package for ..." (#21038) ([b82f979](https://github.com/bitnami/charts/commit/b82f979)), closes [#21038](https://github.com/bitnami/charts/issues/21038) -* [bitnami/supabase] Release 2.1.5 updating components versions (#21178) ([7ce2b69](https://github.com/bitnami/charts/commit/7ce2b69)), closes [#21178](https://github.com/bitnami/charts/issues/21178) +* [bitnami/*] Remove relative links to non-README sections, add verification for that and update TL;DR ([1103633](https://github.com/bitnami/charts/commit/11036334d82df0490aa4abdb591543cab6cf7d7f)), closes [#20967](https://github.com/bitnami/charts/issues/20967) +* [bitnami/*] Rename solutions to "Bitnami package for ..." (#21038) ([b82f979](https://github.com/bitnami/charts/commit/b82f979e4fb63423fe6e2192c946d09d79c944fc)), closes [#21038](https://github.com/bitnami/charts/issues/21038) +* [bitnami/supabase] Release 2.1.5 updating components versions (#21178) ([7ce2b69](https://github.com/bitnami/charts/commit/7ce2b696ea4aba57a4b183e3fa2c86cd28001122)), closes [#21178](https://github.com/bitnami/charts/issues/21178) ## 2.1.4 (2023-11-14) -* [bitnami/supabase] Release 2.1.4 updating components versions (#20945) ([f2dbff3](https://github.com/bitnami/charts/commit/f2dbff3)), closes [#20945](https://github.com/bitnami/charts/issues/20945) +* [bitnami/supabase] Release 2.1.4 updating components versions (#20945) ([f2dbff3](https://github.com/bitnami/charts/commit/f2dbff31b40a6113a32276306da8ee2dd8361922)), closes [#20945](https://github.com/bitnami/charts/issues/20945) ## 2.1.3 (2023-11-09) -* [bitnami/supabase] Release 2.1.3 updating components versions (#20866) ([bcf4803](https://github.com/bitnami/charts/commit/bcf4803)), closes [#20866](https://github.com/bitnami/charts/issues/20866) +* [bitnami/supabase] Release 2.1.3 updating components versions (#20866) ([bcf4803](https://github.com/bitnami/charts/commit/bcf48032b21e6d4ea6fea53bc42ac50ffd40da9f)), closes [#20866](https://github.com/bitnami/charts/issues/20866) ## 2.1.2 (2023-11-08) -* [bitnami/supabase] Release 2.1.2 updating components versions (#20791) ([d6aad0d](https://github.com/bitnami/charts/commit/d6aad0d)), closes [#20791](https://github.com/bitnami/charts/issues/20791) +* [bitnami/supabase] Release 2.1.2 updating components versions (#20791) ([d6aad0d](https://github.com/bitnami/charts/commit/d6aad0d7ae971ed2fdffc37a7e09ea8d9f8fdb7f)), closes [#20791](https://github.com/bitnami/charts/issues/20791) ## 2.1.1 (2023-11-07) -* [bitnami/supabase] Release 2.1.1 updating components versions (#20656) ([7f8a58b](https://github.com/bitnami/charts/commit/7f8a58b)), closes [#20656](https://github.com/bitnami/charts/issues/20656) +* [bitnami/supabase] Release 2.1.1 updating components versions (#20656) ([7f8a58b](https://github.com/bitnami/charts/commit/7f8a58ba76aeb78647aa8aae19d5474e6dc271f6)), closes [#20656](https://github.com/bitnami/charts/issues/20656) ## 2.1.0 (2023-10-31) -* [bitnami/*] Rename VMware Application Catalog (#20361) ([3acc734](https://github.com/bitnami/charts/commit/3acc734)), closes [#20361](https://github.com/bitnami/charts/issues/20361) -* [bitnami/*] Skip image's tag in the README files of the Bitnami Charts (#19841) ([bb9a01b](https://github.com/bitnami/charts/commit/bb9a01b)), closes [#19841](https://github.com/bitnami/charts/issues/19841) -* [bitnami/*] Standardize documentation (#19835) ([af5f753](https://github.com/bitnami/charts/commit/af5f753)), closes [#19835](https://github.com/bitnami/charts/issues/19835) -* [bitnami/supabase] feat: :sparkles: Add support for PSA restricted policy (#20551) ([9d4a398](https://github.com/bitnami/charts/commit/9d4a398)), closes [#20551](https://github.com/bitnami/charts/issues/20551) +* [bitnami/*] Rename VMware Application Catalog (#20361) ([3acc734](https://github.com/bitnami/charts/commit/3acc73472beb6fb56c4d99f929061001205bc57e)), closes [#20361](https://github.com/bitnami/charts/issues/20361) +* [bitnami/*] Skip image's tag in the README files of the Bitnami Charts (#19841) ([bb9a01b](https://github.com/bitnami/charts/commit/bb9a01b65911c87e48318db922cc05eb42785e42)), closes [#19841](https://github.com/bitnami/charts/issues/19841) +* [bitnami/*] Standardize documentation (#19835) ([af5f753](https://github.com/bitnami/charts/commit/af5f7530c1bc8c5ded53a6c4f7b8f384ac1804f2)), closes [#19835](https://github.com/bitnami/charts/issues/19835) +* [bitnami/supabase] feat: :sparkles: Add support for PSA restricted policy (#20551) ([9d4a398](https://github.com/bitnami/charts/commit/9d4a3982323bda09a02116691c79d411c754309a)), closes [#20551](https://github.com/bitnami/charts/issues/20551) ## 2.0.1 (2023-10-12) -* [bitnami/supabase] Release 2.0.1 (#20202) ([ba147f6](https://github.com/bitnami/charts/commit/ba147f6)), closes [#20202](https://github.com/bitnami/charts/issues/20202) +* [bitnami/supabase] Release 2.0.1 (#20202) ([ba147f6](https://github.com/bitnami/charts/commit/ba147f6e8c0190956ded2d83b627cc2f36d95399)), closes [#20202](https://github.com/bitnami/charts/issues/20202) ## 2.0.0 (2023-10-11) -* [bitnami/supabase] Update Kong subchart (#20048) ([f1c0be3](https://github.com/bitnami/charts/commit/f1c0be3)), closes [#20048](https://github.com/bitnami/charts/issues/20048) +* [bitnami/supabase] Update Kong subchart (#20048) ([f1c0be3](https://github.com/bitnami/charts/commit/f1c0be3f9b8f70a3f2d57e2c1751f8badf597302)), closes [#20048](https://github.com/bitnami/charts/issues/20048) ## 1.0.5 (2023-10-10) -* [bitnami/supabase] Fix existingSecretPasswordKey for the external database (#19597) ([d3f4619](https://github.com/bitnami/charts/commit/d3f4619)), closes [#19597](https://github.com/bitnami/charts/issues/19597) +* [bitnami/supabase] Fix existingSecretPasswordKey for the external database (#19597) ([d3f4619](https://github.com/bitnami/charts/commit/d3f461914d0a9e3692381788d7f80cb53755f04f)), closes [#19597](https://github.com/bitnami/charts/issues/19597) ## 1.0.4 (2023-10-10) -* [bitnami/supabase] Release 1.0.4 (#19974) ([17ffc4f](https://github.com/bitnami/charts/commit/17ffc4f)), closes [#19974](https://github.com/bitnami/charts/issues/19974) +* [bitnami/supabase] Release 1.0.4 (#19974) ([17ffc4f](https://github.com/bitnami/charts/commit/17ffc4f0402d384c3762ed537c9a73718e50fd8d)), closes [#19974](https://github.com/bitnami/charts/issues/19974) ## 1.0.3 (2023-10-09) -* [bitnami/supabase] Release 1.0.3 (#19945) ([c18341c](https://github.com/bitnami/charts/commit/c18341c)), closes [#19945](https://github.com/bitnami/charts/issues/19945) +* [bitnami/supabase] Release 1.0.3 (#19945) ([c18341c](https://github.com/bitnami/charts/commit/c18341cae8f8b4d7e4ac45629a4767be4dfb1340)), closes [#19945](https://github.com/bitnami/charts/issues/19945) ## 1.0.2 (2023-10-09) -* [bitnami/supabase] Release 1.0.2 (#19862) ([7d5b7ba](https://github.com/bitnami/charts/commit/7d5b7ba)), closes [#19862](https://github.com/bitnami/charts/issues/19862) +* [bitnami/supabase] Release 1.0.2 (#19862) ([7d5b7ba](https://github.com/bitnami/charts/commit/7d5b7ba80c597133dc1e8970b4a94f2de2862c11)), closes [#19862](https://github.com/bitnami/charts/issues/19862) ## 1.0.1 (2023-10-09) -* [bitnami/*] Update Helm charts prerequisites (#19745) ([eb755dd](https://github.com/bitnami/charts/commit/eb755dd)), closes [#19745](https://github.com/bitnami/charts/issues/19745) -* [bitnami/supabase] Release 1.0.1 (#19851) ([60d9016](https://github.com/bitnami/charts/commit/60d9016)), closes [#19851](https://github.com/bitnami/charts/issues/19851) +* [bitnami/*] Update Helm charts prerequisites (#19745) ([eb755dd](https://github.com/bitnami/charts/commit/eb755dd36a4dd3cf6635be8e0598f9a7f4c4a554)), closes [#19745](https://github.com/bitnami/charts/issues/19745) +* [bitnami/supabase] Release 1.0.1 (#19851) ([60d9016](https://github.com/bitnami/charts/commit/60d901624057b58d723f946dbfcd0728e665a95d)), closes [#19851](https://github.com/bitnami/charts/issues/19851) ## 1.0.0 (2023-09-29) -* [bitnami/supabase] Update dependencies (#19623) ([424e57b](https://github.com/bitnami/charts/commit/424e57b)), closes [#19623](https://github.com/bitnami/charts/issues/19623) +* [bitnami/supabase] Update dependencies (#19623) ([424e57b](https://github.com/bitnami/charts/commit/424e57bf02a5358ca3d8ab83910c55b8ca4ae023)), closes [#19623](https://github.com/bitnami/charts/issues/19623) ## 0.4.6 (2023-09-26) -* [bitnami/supabase] Release 0.4.5 (#19505) ([ce9ebf5](https://github.com/bitnami/charts/commit/ce9ebf5)), closes [#19505](https://github.com/bitnami/charts/issues/19505) -* [bitnami/supabase] Release 0.4.6 (#19551) ([074d29a](https://github.com/bitnami/charts/commit/074d29a)), closes [#19551](https://github.com/bitnami/charts/issues/19551) +* [bitnami/supabase] Release 0.4.5 (#19505) ([ce9ebf5](https://github.com/bitnami/charts/commit/ce9ebf50e91ffc80b27fef1b964b6fb57da3dd87)), closes [#19505](https://github.com/bitnami/charts/issues/19505) +* [bitnami/supabase] Release 0.4.6 (#19551) ([074d29a](https://github.com/bitnami/charts/commit/074d29ab4689bcc0f388588e6d0fa9fe8e6ee9f9)), closes [#19551](https://github.com/bitnami/charts/issues/19551) ## 0.4.5 (2023-09-25) -* [bitnami/*] Update readme files (#19277) ([e56aeb2](https://github.com/bitnami/charts/commit/e56aeb2)), closes [#19277](https://github.com/bitnami/charts/issues/19277) -* [bitnami/supabase] Use different app.kubernetes.io/version label on subcomponents (#19355) ([2fee3e4](https://github.com/bitnami/charts/commit/2fee3e4)), closes [#19355](https://github.com/bitnami/charts/issues/19355) -* Revert "Autogenerate schema files (#19194)" (#19335) ([73d80be](https://github.com/bitnami/charts/commit/73d80be)), closes [#19194](https://github.com/bitnami/charts/issues/19194) [#19335](https://github.com/bitnami/charts/issues/19335) +* [bitnami/*] Update readme files (#19277) ([e56aeb2](https://github.com/bitnami/charts/commit/e56aeb2fbfbf5b6e42375db48cc7ae1ef1c3a823)), closes [#19277](https://github.com/bitnami/charts/issues/19277) +* [bitnami/supabase] Use different app.kubernetes.io/version label on subcomponents (#19355) ([2fee3e4](https://github.com/bitnami/charts/commit/2fee3e4027cc0b64f0400566c18b0d4fc4e4207e)), closes [#19355](https://github.com/bitnami/charts/issues/19355) +* Revert "Autogenerate schema files (#19194)" (#19335) ([73d80be](https://github.com/bitnami/charts/commit/73d80be525c88fb4b8a54451a55acd506e337062)), closes [#19194](https://github.com/bitnami/charts/issues/19194) [#19335](https://github.com/bitnami/charts/issues/19335) ## 0.4.4 (2023-09-15) -* [bitnami/supabase] Release 0.4.4 (#19300) ([4090683](https://github.com/bitnami/charts/commit/4090683)), closes [#19300](https://github.com/bitnami/charts/issues/19300) -* Autogenerate schema files (#19194) ([a2c2090](https://github.com/bitnami/charts/commit/a2c2090)), closes [#19194](https://github.com/bitnami/charts/issues/19194) +* [bitnami/supabase] Release 0.4.4 (#19300) ([4090683](https://github.com/bitnami/charts/commit/4090683e7fd627b68f8b80999a830b67c65d6c47)), closes [#19300](https://github.com/bitnami/charts/issues/19300) +* Autogenerate schema files (#19194) ([a2c2090](https://github.com/bitnami/charts/commit/a2c2090b5ac97f47b745c8028c6452bf99739772)), closes [#19194](https://github.com/bitnami/charts/issues/19194) ## 0.4.3 (2023-09-08) -* [bitnami/supabase] Release 0.4.3 (#19208) ([ec663a6](https://github.com/bitnami/charts/commit/ec663a6)), closes [#19208](https://github.com/bitnami/charts/issues/19208) +* [bitnami/supabase] Release 0.4.3 (#19208) ([ec663a6](https://github.com/bitnami/charts/commit/ec663a6b4ca0a992721c854211749b9bc7da477b)), closes [#19208](https://github.com/bitnami/charts/issues/19208) ## 0.4.2 (2023-09-08) -* [bitnami/supabase]: Use merge helper (#19111) ([a463506](https://github.com/bitnami/charts/commit/a463506)), closes [#19111](https://github.com/bitnami/charts/issues/19111) +* [bitnami/supabase]: Use merge helper (#19111) ([a463506](https://github.com/bitnami/charts/commit/a4635060d5fafab4dc0970b8b421a5acf3943897)), closes [#19111](https://github.com/bitnami/charts/issues/19111) ## 0.4.1 (2023-08-29) -* [bitnami/supabse]: fix studio ingress annotations (#18930) ([c606fb6](https://github.com/bitnami/charts/commit/c606fb6)), closes [#18930](https://github.com/bitnami/charts/issues/18930) +* [bitnami/supabse]: fix studio ingress annotations (#18930) ([c606fb6](https://github.com/bitnami/charts/commit/c606fb6b0789691be9cac57dd23251403f700c88)), closes [#18930](https://github.com/bitnami/charts/issues/18930) ## 0.4.0 (2023-08-28) -* [bitnami/supabase] Support for customizing standard labels (#18751) ([5eac265](https://github.com/bitnami/charts/commit/5eac265)), closes [#18751](https://github.com/bitnami/charts/issues/18751) +* [bitnami/supabase] Support for customizing standard labels (#18751) ([5eac265](https://github.com/bitnami/charts/commit/5eac265a21fe11be2eec37889ed12ba9b13d4f33)), closes [#18751](https://github.com/bitnami/charts/issues/18751) ## 0.3.16 (2023-08-21) -* [bitnami/supabase] Release 0.3.16 (#18722) ([e425fd1](https://github.com/bitnami/charts/commit/e425fd1)), closes [#18722](https://github.com/bitnami/charts/issues/18722) +* [bitnami/supabase] Release 0.3.16 (#18722) ([e425fd1](https://github.com/bitnami/charts/commit/e425fd10456f6417d535dac9eaa2419cea021150)), closes [#18722](https://github.com/bitnami/charts/issues/18722) ## 0.3.15 (2023-08-17) -* [bitnami/supabase] Release 0.3.15 (#18597) ([cf52694](https://github.com/bitnami/charts/commit/cf52694)), closes [#18597](https://github.com/bitnami/charts/issues/18597) +* [bitnami/supabase] Release 0.3.15 (#18597) ([cf52694](https://github.com/bitnami/charts/commit/cf52694bc45f1c29a61593ba8f523ad1197248dd)), closes [#18597](https://github.com/bitnami/charts/issues/18597) ## 0.3.14 (2023-08-01) -* [bitnami/supabase] Release 0.3.14 (#18128) ([79e2c20](https://github.com/bitnami/charts/commit/79e2c20)), closes [#18128](https://github.com/bitnami/charts/issues/18128) +* [bitnami/supabase] Release 0.3.14 (#18128) ([79e2c20](https://github.com/bitnami/charts/commit/79e2c20c66ca3518ea60b2cd777774c258607343)), closes [#18128](https://github.com/bitnami/charts/issues/18128) ## 0.3.13 (2023-07-28) -* [bitnami/supabase] Release 0.3.13 (#18024) ([d8f76f6](https://github.com/bitnami/charts/commit/d8f76f6)), closes [#18024](https://github.com/bitnami/charts/issues/18024) +* [bitnami/supabase] Release 0.3.13 (#18024) ([d8f76f6](https://github.com/bitnami/charts/commit/d8f76f660ef6e48f61657b73d1e705b314ff536a)), closes [#18024](https://github.com/bitnami/charts/issues/18024) ## 0.3.12 (2023-07-26) -* [bitnami/supabase] Release 0.3.12 (#17974) ([0bff5fe](https://github.com/bitnami/charts/commit/0bff5fe)), closes [#17974](https://github.com/bitnami/charts/issues/17974) +* [bitnami/supabase] Release 0.3.12 (#17974) ([0bff5fe](https://github.com/bitnami/charts/commit/0bff5fe899fccc1cf00ba6f0fb3fbdd392e66e95)), closes [#17974](https://github.com/bitnami/charts/issues/17974) ## 0.3.11 (2023-07-15) -* [bitnami/supabase] Release 0.3.11 (#17701) ([baab995](https://github.com/bitnami/charts/commit/baab995)), closes [#17701](https://github.com/bitnami/charts/issues/17701) -* Use os-shell in tempate and Jaeger runtime params (#17557) ([91a49eb](https://github.com/bitnami/charts/commit/91a49eb)), closes [#17557](https://github.com/bitnami/charts/issues/17557) +* [bitnami/supabase] Release 0.3.11 (#17701) ([baab995](https://github.com/bitnami/charts/commit/baab99574aeefe6c95f2c3a5039255c53a7bcffb)), closes [#17701](https://github.com/bitnami/charts/issues/17701) +* Use os-shell in tempate and Jaeger runtime params (#17557) ([91a49eb](https://github.com/bitnami/charts/commit/91a49eb1e3c81c7b7c6c28d1bc5d6d6ae698c1e2)), closes [#17557](https://github.com/bitnami/charts/issues/17557) ## 0.3.10 (2023-07-08) -* [bitnami/supabase] Release 0.3.10 (#17529) ([1704292](https://github.com/bitnami/charts/commit/1704292)), closes [#17529](https://github.com/bitnami/charts/issues/17529) +* [bitnami/supabase] Release 0.3.10 (#17529) ([1704292](https://github.com/bitnami/charts/commit/17042920d3b698904597b62c108dc64079b3f1ed)), closes [#17529](https://github.com/bitnami/charts/issues/17529) ## 0.3.9 (2023-07-04) -* [bitnami/supabase] Remove duplicated targetPort in service templates (#17417) ([9e69ea5](https://github.com/bitnami/charts/commit/9e69ea5)), closes [#17417](https://github.com/bitnami/charts/issues/17417) -* Add copyright header (#17300) ([da68be8](https://github.com/bitnami/charts/commit/da68be8)), closes [#17300](https://github.com/bitnami/charts/issues/17300) -* Update charts readme (#17217) ([31b3c0a](https://github.com/bitnami/charts/commit/31b3c0a)), closes [#17217](https://github.com/bitnami/charts/issues/17217) +* [bitnami/supabase] Remove duplicated targetPort in service templates (#17417) ([9e69ea5](https://github.com/bitnami/charts/commit/9e69ea5cca1ce1c9e276e297a8db16a1e05155b0)), closes [#17417](https://github.com/bitnami/charts/issues/17417) +* Add copyright header (#17300) ([da68be8](https://github.com/bitnami/charts/commit/da68be8e951225133c7dfb572d5101ca3d61c5ae)), closes [#17300](https://github.com/bitnami/charts/issues/17300) +* Update charts readme (#17217) ([31b3c0a](https://github.com/bitnami/charts/commit/31b3c0afd968ff4429107e34101f7509e6a0e913)), closes [#17217](https://github.com/bitnami/charts/issues/17217) ## 0.3.8 (2023-06-19) -* [bitnami/supabase] Existing jwt secret is overwritten, although it should not be. (#17102) ([5327076](https://github.com/bitnami/charts/commit/5327076)), closes [#17102](https://github.com/bitnami/charts/issues/17102) +* [bitnami/supabase] Existing jwt secret is overwritten, although it should not be. (#17102) ([5327076](https://github.com/bitnami/charts/commit/53270760180aa614ec62a9cfa11f95cdb1ca4557)), closes [#17102](https://github.com/bitnami/charts/issues/17102) ## 0.3.7 (2023-06-12) -* [bitnami/*] Change copyright section in READMEs (#17006) ([ef986a1](https://github.com/bitnami/charts/commit/ef986a1)), closes [#17006](https://github.com/bitnami/charts/issues/17006) -* [bitnami/several] Change copyright section in READMEs (#16989) ([5b6a5cf](https://github.com/bitnami/charts/commit/5b6a5cf)), closes [#16989](https://github.com/bitnami/charts/issues/16989) -* [bitnami/supabase] Release 0.3.7 (#17093) ([13b55e9](https://github.com/bitnami/charts/commit/13b55e9)), closes [#17093](https://github.com/bitnami/charts/issues/17093) +* [bitnami/*] Change copyright section in READMEs (#17006) ([ef986a1](https://github.com/bitnami/charts/commit/ef986a1605241102b3dcafe9fd8089e6fc1201ad)), closes [#17006](https://github.com/bitnami/charts/issues/17006) +* [bitnami/several] Change copyright section in READMEs (#16989) ([5b6a5cf](https://github.com/bitnami/charts/commit/5b6a5cfb7625a751848a2e5cd796bd7278f406ca)), closes [#16989](https://github.com/bitnami/charts/issues/16989) +* [bitnami/supabase] Release 0.3.7 (#17093) ([13b55e9](https://github.com/bitnami/charts/commit/13b55e945380a0c7b153f9f56a48f86a7b168e82)), closes [#17093](https://github.com/bitnami/charts/issues/17093) ## 0.3.6 (2023-05-31) -* Fix #16149 ClusterIP services pointing to the container exposed ports (#16951) ([4bab160](https://github.com/bitnami/charts/commit/4bab160)), closes [#16149](https://github.com/bitnami/charts/issues/16149) [#16951](https://github.com/bitnami/charts/issues/16951) +* Fix #16149 ClusterIP services pointing to the container exposed ports (#16951) ([4bab160](https://github.com/bitnami/charts/commit/4bab16097b8c39d27edef819af56c8227a4d1c57)), closes [#16149](https://github.com/bitnami/charts/issues/16149) [#16951](https://github.com/bitnami/charts/issues/16951) ## 0.3.5 (2023-05-21) -* [bitnami/supabase] Release 0.3.5 (#16803) ([4ad6290](https://github.com/bitnami/charts/commit/4ad6290)), closes [#16803](https://github.com/bitnami/charts/issues/16803) +* [bitnami/supabase] Release 0.3.5 (#16803) ([4ad6290](https://github.com/bitnami/charts/commit/4ad6290f0f06b074eb3e846c6097270baa4019ba)), closes [#16803](https://github.com/bitnami/charts/issues/16803) ## 0.3.4 (2023-05-16) -* [bitnami/supabase] Release 0.3.4 (#16695) ([c99c243](https://github.com/bitnami/charts/commit/c99c243)), closes [#16695](https://github.com/bitnami/charts/issues/16695) +* [bitnami/supabase] Release 0.3.4 (#16695) ([c99c243](https://github.com/bitnami/charts/commit/c99c24388b036f7072530360c47819842c276b3b)), closes [#16695](https://github.com/bitnami/charts/issues/16695) ## 0.3.3 (2023-05-15) -* [bitnami/supabase] Fix ingress name (#16643) ([48359ce](https://github.com/bitnami/charts/commit/48359ce)), closes [#16643](https://github.com/bitnami/charts/issues/16643) +* [bitnami/supabase] Fix ingress name (#16643) ([48359ce](https://github.com/bitnami/charts/commit/48359cec9afdcc97f2c4826a96bf268c22389c80)), closes [#16643](https://github.com/bitnami/charts/issues/16643) ## 0.3.2 (2023-05-15) -* [bitnami/supabase] Fix ingress to point to correct svc (#16642) ([1c03153](https://github.com/bitnami/charts/commit/1c03153)), closes [#16642](https://github.com/bitnami/charts/issues/16642) +* [bitnami/supabase] Fix ingress to point to correct svc (#16642) ([1c03153](https://github.com/bitnami/charts/commit/1c0315347bc00d6147acb59e4461556210eeff71)), closes [#16642](https://github.com/bitnami/charts/issues/16642) ## 0.3.1 (2023-05-11) -* [bitnami/supabase] Release 0.3.1 (#16580) ([b6e5e27](https://github.com/bitnami/charts/commit/b6e5e27)), closes [#16580](https://github.com/bitnami/charts/issues/16580) -* Add wording for enterprise page (#16560) ([8f22774](https://github.com/bitnami/charts/commit/8f22774)), closes [#16560](https://github.com/bitnami/charts/issues/16560) +* [bitnami/supabase] Release 0.3.1 (#16580) ([b6e5e27](https://github.com/bitnami/charts/commit/b6e5e272aa1edb77a3d2527790a383ce34dcbf9c)), closes [#16580](https://github.com/bitnami/charts/issues/16580) +* Add wording for enterprise page (#16560) ([8f22774](https://github.com/bitnami/charts/commit/8f2277440b976d52785ba9149762ad8620a73d1f)), closes [#16560](https://github.com/bitnami/charts/issues/16560) ## 0.3.0 (2023-05-09) -* [bitnami/several] Adapt Chart.yaml to set desired OCI annotations (#16546) ([fc9b18f](https://github.com/bitnami/charts/commit/fc9b18f)), closes [#16546](https://github.com/bitnami/charts/issues/16546) +* [bitnami/several] Adapt Chart.yaml to set desired OCI annotations (#16546) ([fc9b18f](https://github.com/bitnami/charts/commit/fc9b18f2e98805d4df629acbcde696f44f973344)), closes [#16546](https://github.com/bitnami/charts/issues/16546) ## 0.2.3 (2023-05-09) -* [bitnami/supabase] Release 0.2.3 (#16540) ([ccf0f17](https://github.com/bitnami/charts/commit/ccf0f17)), closes [#16540](https://github.com/bitnami/charts/issues/16540) +* [bitnami/supabase] Release 0.2.3 (#16540) ([ccf0f17](https://github.com/bitnami/charts/commit/ccf0f17b4ce5ee9eb484eba2ff16f4196025dcc2)), closes [#16540](https://github.com/bitnami/charts/issues/16540) ## 0.2.2 (2023-05-09) -* [bitnami/supabase] fix: :bug: Replace supabase-storage image (#16431) ([9d1a23d](https://github.com/bitnami/charts/commit/9d1a23d)), closes [#16431](https://github.com/bitnami/charts/issues/16431) +* [bitnami/supabase] fix: :bug: Replace supabase-storage image (#16431) ([9d1a23d](https://github.com/bitnami/charts/commit/9d1a23dbabc24e8ea3f0aa62f867b4af09dc706e)), closes [#16431](https://github.com/bitnami/charts/issues/16431) ## 0.2.1 (2023-05-01) -* [bitnami/supabase] Release 0.2.1 updating components versions ([ea4558b](https://github.com/bitnami/charts/commit/ea4558b)) +* [bitnami/supabase] Release 0.2.1 updating components versions ([ea4558b](https://github.com/bitnami/charts/commit/ea4558b15e053aa842d446565f0dbc697562a216)) ## 0.2.0 (2023-04-20) -* [bitnami/*] Make Helm charts 100% OCI (#15998) ([8841510](https://github.com/bitnami/charts/commit/8841510)), closes [#15998](https://github.com/bitnami/charts/issues/15998) -* Fix typo: Replace MongoDB with PostgreSQL (#15929) ([779dea5](https://github.com/bitnami/charts/commit/779dea5)), closes [#15929](https://github.com/bitnami/charts/issues/15929) +* [bitnami/*] Make Helm charts 100% OCI (#15998) ([8841510](https://github.com/bitnami/charts/commit/884151035efcbf2e1b3206e7def85511073fb57d)), closes [#15998](https://github.com/bitnami/charts/issues/15998) +* Fix typo: Replace MongoDB with PostgreSQL (#15929) ([779dea5](https://github.com/bitnami/charts/commit/779dea53c301c6817a819406d0a93bde4e4d6260)), closes [#15929](https://github.com/bitnami/charts/issues/15929) ## 0.1.5 (2023-04-01) -* [bitnami/supabase] Release 0.1.5 updating components versions ([9e83749](https://github.com/bitnami/charts/commit/9e83749)) +* [bitnami/supabase] Release 0.1.5 updating components versions ([9e83749](https://github.com/bitnami/charts/commit/9e8374953e0d43dcee77be361c98cb33a17c3c9a)) ## 0.1.4 (2023-03-19) -* [bitnami/supabase] Release 0.1.4 updating components versions ([df4756f](https://github.com/bitnami/charts/commit/df4756f)) -* Fix kubectl commands in notes.txt (#15495) ([3003919](https://github.com/bitnami/charts/commit/3003919)), closes [#15495](https://github.com/bitnami/charts/issues/15495) +* [bitnami/supabase] Release 0.1.4 updating components versions ([df4756f](https://github.com/bitnami/charts/commit/df4756f74f646c6cd79a7cc81cf050ddf3e57dda)) +* Fix kubectl commands in notes.txt (#15495) ([3003919](https://github.com/bitnami/charts/commit/30039195b54905be12348e950a63720fc5b318d3)), closes [#15495](https://github.com/bitnami/charts/issues/15495) ## 0.1.3 (2023-03-14) -* [bitnami/charts] Apply linter to README files (#15357) ([0e29e60](https://github.com/bitnami/charts/commit/0e29e60)), closes [#15357](https://github.com/bitnami/charts/issues/15357) -* [bitnami/supabase] Release 0.1.3 updating components versions ([ff3d74b](https://github.com/bitnami/charts/commit/ff3d74b)) -* Fix links in supabase README (#15396) ([7bd13b5](https://github.com/bitnami/charts/commit/7bd13b5)), closes [#15396](https://github.com/bitnami/charts/issues/15396) -* Fix url links in several charts README.md (#15370) ([f4a5fed](https://github.com/bitnami/charts/commit/f4a5fed)), closes [#15370](https://github.com/bitnami/charts/issues/15370) +* [bitnami/charts] Apply linter to README files (#15357) ([0e29e60](https://github.com/bitnami/charts/commit/0e29e600d3adc8b1b46e506eccb3decfab3b4e63)), closes [#15357](https://github.com/bitnami/charts/issues/15357) +* [bitnami/supabase] Release 0.1.3 updating components versions ([ff3d74b](https://github.com/bitnami/charts/commit/ff3d74b0241f72adc97d3a44ea313f7a65d87397)) +* Fix links in supabase README (#15396) ([7bd13b5](https://github.com/bitnami/charts/commit/7bd13b5bb10ee88759b98073c44daf2a8aa38938)), closes [#15396](https://github.com/bitnami/charts/issues/15396) +* Fix url links in several charts README.md (#15370) ([f4a5fed](https://github.com/bitnami/charts/commit/f4a5fedc49671cc1514f26612b3e2a592c2c1e94)), closes [#15370](https://github.com/bitnami/charts/issues/15370) ## 0.1.2 (2023-03-01) -* [bitnami/supabase] Release 0.1.2 updating components versions ([83774cb](https://github.com/bitnami/charts/commit/83774cb)) +* [bitnami/supabase] Release 0.1.2 updating components versions ([83774cb](https://github.com/bitnami/charts/commit/83774cbe6814e8ca623f384d74214a9d3d6174b8)) ## 0.1.1 (2023-02-24) -* [bitnami/supabase] Release 0.1.1 updating components versions ([e1bdf41](https://github.com/bitnami/charts/commit/e1bdf41)) +* [bitnami/supabase] Release 0.1.1 updating components versions ([e1bdf41](https://github.com/bitnami/charts/commit/e1bdf414876c0fdb6e6a081d0aa9a0ad8d6e7971)) ## 0.1.0 (2023-02-24) -* [bitnami/supabase] feat: :tada: Add chart (#15120) ([bbaeeb2](https://github.com/bitnami/charts/commit/bbaeeb2)), closes [#15120](https://github.com/bitnami/charts/issues/15120) +* [bitnami/supabase] feat: :tada: Add chart (#15120) ([bbaeeb2](https://github.com/bitnami/charts/commit/bbaeeb29aa0239b0e0b526df181d655bed07282a)), closes [#15120](https://github.com/bitnami/charts/issues/15120) diff --git a/bitnami/supabase/Chart.yaml b/bitnami/supabase/Chart.yaml index e46ac22f52d15c..3e5a95720eb3af 100644 --- a/bitnami/supabase/Chart.yaml +++ b/bitnami/supabase/Chart.yaml @@ -53,5 +53,4 @@ maintainers: name: supabase sources: - https://github.com/bitnami/charts/tree/main/bitnami/supabase -version: 5.1.1 - +version: 5.2.0 diff --git a/bitnami/supabase/README.md b/bitnami/supabase/README.md index 108219a669d52f..1b0950d250c601 100644 --- a/bitnami/supabase/README.md +++ b/bitnami/supabase/README.md @@ -382,6 +382,9 @@ If you encounter errors when working with persistent volumes, refer to our [trou | `auth.extraVolumeMounts` | Optionally specify extra list of additional volumeMounts for the Supabase auth container(s) | `[]` | | `auth.sidecars` | Add additional sidecar containers to the Supabase auth pod(s) | `[]` | | `auth.initContainers` | Add additional init containers to the Supabase auth pod(s) | `[]` | +| `auth.pdb.create` | Enable/disable a Pod Disruption Budget creation | `true` | +| `auth.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `""` | +| `auth.pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `auth.pdb.minAvailable` and `auth.pdb.maxUnavailable` are empty. | `""` | ### Supabase Auth Traffic Exposure Parameters @@ -487,6 +490,9 @@ If you encounter errors when working with persistent volumes, refer to our [trou | `meta.extraVolumeMounts` | Optionally specify extra list of additional volumeMounts for the Supabase Postgres Meta container(s) | `[]` | | `meta.sidecars` | Add additional sidecar containers to the Supabase Postgres Meta pod(s) | `[]` | | `meta.initContainers` | Add additional init containers to the Supabase Postgres Meta pod(s) | `[]` | +| `meta.pdb.create` | Enable/disable a Pod Disruption Budget creation | `true` | +| `meta.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `""` | +| `meta.pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `meta.pdb.minAvailable` and `meta.pdb.maxUnavailable` are empty. | `""` | ### Supabase Meta Traffic Exposure Parameters @@ -595,6 +601,9 @@ If you encounter errors when working with persistent volumes, refer to our [trou | `realtime.extraVolumeMounts` | Optionally specify extra list of additional volumeMounts for the Supabase realtime container(s) | `[]` | | `realtime.sidecars` | Add additional sidecar containers to the Supabase realtime pod(s) | `[]` | | `realtime.initContainers` | Add additional init containers to the Supabase realtime pod(s) | `[]` | +| `realtime.pdb.create` | Enable/disable a Pod Disruption Budget creation | `true` | +| `realtime.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `""` | +| `realtime.pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `realtime.pdb.minAvailable` and `realtime.pdb.maxUnavailable` are empty. | `""` | ### Supabase Realtime Traffic Exposure Parameters @@ -700,6 +709,9 @@ If you encounter errors when working with persistent volumes, refer to our [trou | `rest.extraVolumeMounts` | Optionally specify extra list of additional volumeMounts for the Supabase rest container(s) | `[]` | | `rest.sidecars` | Add additional sidecar containers to the Supabase rest pod(s) | `[]` | | `rest.initContainers` | Add additional init containers to the Supabase rest pod(s) | `[]` | +| `rest.pdb.create` | Enable/disable a Pod Disruption Budget creation | `true` | +| `rest.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `""` | +| `rest.pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `rest.pdb.minAvailable` and `rest.pdb.maxUnavailable` are empty. | `""` | ### Supabase Rest Traffic Exposure Parameters @@ -805,6 +817,9 @@ If you encounter errors when working with persistent volumes, refer to our [trou | `storage.extraVolumeMounts` | Optionally specify extra list of additional volumeMounts for the Supabase storage container(s) | `[]` | | `storage.sidecars` | Add additional sidecar containers to the Supabase storage pod(s) | `[]` | | `storage.initContainers` | Add additional init containers to the Supabase storage pod(s) | `[]` | +| `storage.pdb.create` | Enable/disable a Pod Disruption Budget creation | `true` | +| `storage.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `""` | +| `storage.pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `storage.pdb.minAvailable` and `storage.pdb.maxUnavailable` are empty. | `""` | ### Supabase Storage Traffic Exposure Parameters @@ -926,6 +941,9 @@ If you encounter errors when working with persistent volumes, refer to our [trou | `studio.extraVolumeMounts` | Optionally specify extra list of additional volumeMounts for the Supabase studio container(s) | `[]` | | `studio.sidecars` | Add additional sidecar containers to the Supabase studio pod(s) | `[]` | | `studio.initContainers` | Add additional init containers to the Supabase studio pod(s) | `[]` | +| `studio.pdb.create` | Enable/disable a Pod Disruption Budget creation | `true` | +| `studio.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `""` | +| `studio.pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `studio.pdb.minAvailable` and `studio.pdb.maxUnavailable` are empty. | `""` | ### Supabase Studio Traffic Exposure Parameters diff --git a/bitnami/supabase/templates/auth/pdb.yaml b/bitnami/supabase/templates/auth/pdb.yaml new file mode 100644 index 00000000000000..dfd66536b031ff --- /dev/null +++ b/bitnami/supabase/templates/auth/pdb.yaml @@ -0,0 +1,31 @@ +{{- /* +Copyright Broadcom, Inc. All Rights Reserved. +SPDX-License-Identifier: APACHE-2.0 +*/}} + +{{- if and .Values.auth.enabled .Values.auth.pdb.create }} +apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} +kind: PodDisruptionBudget +metadata: + name: {{ template "supabase.auth.fullname" . }} + namespace: {{ include "common.names.namespace" . | quote }} + {{- $versionLabel := dict "app.kubernetes.io/version" ( include "common.images.version" ( dict "imageRoot" .Values.auth.image "chart" .Chart ) ) }} + {{- $labels := include "common.tplvalues.merge" ( dict "values" ( list .Values.commonLabels $versionLabel ) "context" . ) }} + labels: {{- include "common.labels.standard" ( dict "customLabels" $labels "context" $ ) | nindent 4 }} + app.kubernetes.io/part-of: supabase + app.kubernetes.io/component: auth + {{- if .Values.commonAnnotations }} + annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }} + {{- end }} +spec: + {{- if .Values.auth.pdb.minAvailable }} + minAvailable: {{ .Values.auth.pdb.minAvailable }} + {{- end }} + {{- if or .Values.auth.pdb.maxUnavailable ( not .Values.auth.pdb.minAvailable ) }} + maxUnavailable: {{ .Values.auth.pdb.maxUnavailable | default 1 }} + {{- end }} + {{- $podLabels := include "common.tplvalues.merge" ( dict "values" ( list .Values.auth.podLabels .Values.commonLabels $versionLabel ) "context" . ) }} + selector: + matchLabels: {{- include "common.labels.matchLabels" ( dict "customLabels" $podLabels "context" $ ) | nindent 6 }} + app.kubernetes.io/component: auth +{{- end }} diff --git a/bitnami/supabase/templates/meta/pdb.yaml b/bitnami/supabase/templates/meta/pdb.yaml new file mode 100644 index 00000000000000..cce5d24cdc644c --- /dev/null +++ b/bitnami/supabase/templates/meta/pdb.yaml @@ -0,0 +1,31 @@ +{{- /* +Copyright Broadcom, Inc. All Rights Reserved. +SPDX-License-Identifier: APACHE-2.0 +*/}} + +{{- if and .Values.meta.enabled .Values.meta.pdb.create }} +apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} +kind: PodDisruptionBudget +metadata: + name: {{ template "supabase.meta.fullname" . }} + namespace: {{ include "common.names.namespace" . | quote }} + {{- $versionLabel := dict "app.kubernetes.io/version" ( include "common.images.version" ( dict "imageRoot" .Values.meta.image "chart" .Chart ) ) }} + {{- $labels := include "common.tplvalues.merge" ( dict "values" ( list .Values.commonLabels $versionLabel ) "context" . ) }} + labels: {{- include "common.labels.standard" ( dict "customLabels" $labels "context" $ ) | nindent 4 }} + app.kubernetes.io/part-of: supabase + app.kubernetes.io/component: meta + {{- if .Values.commonAnnotations }} + annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }} + {{- end }} +spec: + {{- if .Values.meta.pdb.minAvailable }} + minAvailable: {{ .Values.meta.pdb.minAvailable }} + {{- end }} + {{- if or .Values.meta.pdb.maxUnavailable ( not .Values.meta.pdb.minAvailable ) }} + maxUnavailable: {{ .Values.meta.pdb.maxUnavailable | default 1 }} + {{- end }} + {{- $podLabels := include "common.tplvalues.merge" ( dict "values" ( list .Values.meta.podLabels .Values.commonLabels $versionLabel ) "context" . ) }} + selector: + matchLabels: {{- include "common.labels.matchLabels" ( dict "customLabels" $podLabels "context" $ ) | nindent 6 }} + app.kubernetes.io/component: meta +{{- end }} diff --git a/bitnami/supabase/templates/realtime/pdb.yaml b/bitnami/supabase/templates/realtime/pdb.yaml new file mode 100644 index 00000000000000..52f018302f38ef --- /dev/null +++ b/bitnami/supabase/templates/realtime/pdb.yaml @@ -0,0 +1,31 @@ +{{- /* +Copyright Broadcom, Inc. All Rights Reserved. +SPDX-License-Identifier: APACHE-2.0 +*/}} + +{{- if and .Values.realtime.enabled .Values.realtime.pdb.create }} +apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} +kind: PodDisruptionBudget +metadata: + name: {{ template "supabase.realtime.fullname" . }} + namespace: {{ include "common.names.namespace" . | quote }} + {{- $versionLabel := dict "app.kubernetes.io/version" ( include "common.images.version" ( dict "imageRoot" .Values.realtime.image "chart" .Chart ) ) }} + {{- $labels := include "common.tplvalues.merge" ( dict "values" ( list .Values.commonLabels $versionLabel ) "context" . ) }} + labels: {{- include "common.labels.standard" ( dict "customLabels" $labels "context" $ ) | nindent 4 }} + app.kubernetes.io/part-of: supabase + app.kubernetes.io/component: realtime + {{- if .Values.commonAnnotations }} + annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }} + {{- end }} +spec: + {{- if .Values.realtime.pdb.minAvailable }} + minAvailable: {{ .Values.realtime.pdb.minAvailable }} + {{- end }} + {{- if or .Values.realtime.pdb.maxUnavailable ( not .Values.realtime.pdb.minAvailable ) }} + maxUnavailable: {{ .Values.realtime.pdb.maxUnavailable | default 1 }} + {{- end }} + {{- $podLabels := include "common.tplvalues.merge" ( dict "values" ( list .Values.realtime.podLabels .Values.commonLabels $versionLabel ) "context" . ) }} + selector: + matchLabels: {{- include "common.labels.matchLabels" ( dict "customLabels" $podLabels "context" $ ) | nindent 6 }} + app.kubernetes.io/component: realtime +{{- end }} diff --git a/bitnami/supabase/templates/rest/pdb.yaml b/bitnami/supabase/templates/rest/pdb.yaml new file mode 100644 index 00000000000000..0a77cc1c64b102 --- /dev/null +++ b/bitnami/supabase/templates/rest/pdb.yaml @@ -0,0 +1,31 @@ +{{- /* +Copyright Broadcom, Inc. All Rights Reserved. +SPDX-License-Identifier: APACHE-2.0 +*/}} + +{{- if and .Values.rest.enabled .Values.rest.pdb.create }} +apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} +kind: PodDisruptionBudget +metadata: + name: {{ template "supabase.rest.fullname" . }} + namespace: {{ include "common.names.namespace" . | quote }} + {{- $versionLabel := dict "app.kubernetes.io/version" ( include "common.images.version" ( dict "imageRoot" .Values.rest.image "chart" .Chart ) ) }} + {{- $labels := include "common.tplvalues.merge" ( dict "values" ( list .Values.commonLabels $versionLabel ) "context" . ) }} + labels: {{- include "common.labels.standard" ( dict "customLabels" $labels "context" $ ) | nindent 4 }} + app.kubernetes.io/part-of: supabase + app.kubernetes.io/component: rest + {{- if .Values.commonAnnotations }} + annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }} + {{- end }} +spec: + {{- if .Values.rest.pdb.minAvailable }} + minAvailable: {{ .Values.rest.pdb.minAvailable }} + {{- end }} + {{- if or .Values.rest.pdb.maxUnavailable ( not .Values.rest.pdb.minAvailable ) }} + maxUnavailable: {{ .Values.rest.pdb.maxUnavailable | default 1 }} + {{- end }} + {{- $podLabels := include "common.tplvalues.merge" ( dict "values" ( list .Values.rest.podLabels .Values.commonLabels $versionLabel ) "context" . ) }} + selector: + matchLabels: {{- include "common.labels.matchLabels" ( dict "customLabels" $podLabels "context" $ ) | nindent 6 }} + app.kubernetes.io/component: rest +{{- end }} diff --git a/bitnami/supabase/templates/storage/pdb.yaml b/bitnami/supabase/templates/storage/pdb.yaml new file mode 100644 index 00000000000000..a1e7feef5ddc7e --- /dev/null +++ b/bitnami/supabase/templates/storage/pdb.yaml @@ -0,0 +1,31 @@ +{{- /* +Copyright Broadcom, Inc. All Rights Reserved. +SPDX-License-Identifier: APACHE-2.0 +*/}} + +{{- if and .Values.storage.enabled .Values.storage.pdb.create }} +apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} +kind: PodDisruptionBudget +metadata: + name: {{ template "supabase.storage.fullname" . }} + namespace: {{ include "common.names.namespace" . | quote }} + {{- $versionLabel := dict "app.kubernetes.io/version" ( include "common.images.version" ( dict "imageRoot" .Values.storage.image "chart" .Chart ) ) }} + {{- $labels := include "common.tplvalues.merge" ( dict "values" ( list .Values.commonLabels $versionLabel ) "context" . ) }} + labels: {{- include "common.labels.standard" ( dict "customLabels" $labels "context" $ ) | nindent 4 }} + app.kubernetes.io/part-of: supabase + app.kubernetes.io/component: storage + {{- if .Values.commonAnnotations }} + annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }} + {{- end }} +spec: + {{- if .Values.storage.pdb.minAvailable }} + minAvailable: {{ .Values.storage.pdb.minAvailable }} + {{- end }} + {{- if or .Values.storage.pdb.maxUnavailable ( not .Values.storage.pdb.minAvailable ) }} + maxUnavailable: {{ .Values.storage.pdb.maxUnavailable | default 1 }} + {{- end }} + {{- $podLabels := include "common.tplvalues.merge" ( dict "values" ( list .Values.storage.podLabels .Values.commonLabels $versionLabel ) "context" . ) }} + selector: + matchLabels: {{- include "common.labels.matchLabels" ( dict "customLabels" $podLabels "context" $ ) | nindent 6 }} + app.kubernetes.io/component: storage +{{- end }} diff --git a/bitnami/supabase/templates/studio/pdb.yaml b/bitnami/supabase/templates/studio/pdb.yaml new file mode 100644 index 00000000000000..907fbfdf5cbdff --- /dev/null +++ b/bitnami/supabase/templates/studio/pdb.yaml @@ -0,0 +1,29 @@ +{{- /* +Copyright Broadcom, Inc. All Rights Reserved. +SPDX-License-Identifier: APACHE-2.0 +*/}} + +{{- if and .Values.studio.enabled .Values.studio.pdb.create }} +apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} +kind: PodDisruptionBudget +metadata: + name: {{ template "supabase.studio.fullname" . }} + namespace: {{ include "common.names.namespace" . | quote }} + labels: {{- include "common.labels.standard" ( dict "customLabels" .Values.commonLabels "context" $ ) | nindent 4 }} + app.kubernetes.io/part-of: supabase + app.kubernetes.io/component: studio + {{- if .Values.commonAnnotations }} + annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }} + {{- end }} +spec: + {{- if .Values.studio.pdb.minAvailable }} + minAvailable: {{ .Values.studio.pdb.minAvailable }} + {{- end }} + {{- if or .Values.studio.pdb.maxUnavailable ( not .Values.studio.pdb.minAvailable ) }} + maxUnavailable: {{ .Values.studio.pdb.maxUnavailable | default 1 }} + {{- end }} + {{- $podLabels := include "common.tplvalues.merge" ( dict "values" ( list .Values.studio.podLabels .Values.commonLabels ) "context" . ) }} + selector: + matchLabels: {{- include "common.labels.matchLabels" ( dict "customLabels" $podLabels "context" $ ) | nindent 6 }} + app.kubernetes.io/component: studio +{{- end }} diff --git a/bitnami/supabase/values.yaml b/bitnami/supabase/values.yaml index 05008d83cc93a7..9d249727b30206 100644 --- a/bitnami/supabase/values.yaml +++ b/bitnami/supabase/values.yaml @@ -698,6 +698,16 @@ auth: ## command: ['sh', '-c', 'echo "hello world"'] ## initContainers: [] + ## Pod Disruption Budget configuration + ## ref: https://kubernetes.io/docs/tasks/run-application/configure-pdb + ## @param auth.pdb.create Enable/disable a Pod Disruption Budget creation + ## @param auth.pdb.minAvailable Minimum number/percentage of pods that should remain scheduled + ## @param auth.pdb.maxUnavailable Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `auth.pdb.minAvailable` and `auth.pdb.maxUnavailable` are empty. + ## + pdb: + create: true + minAvailable: "" + maxUnavailable: "" ## @section Supabase Auth Traffic Exposure Parameters ## service: @@ -1100,6 +1110,16 @@ meta: ## command: ['sh', '-c', 'echo "hello world"'] ## initContainers: [] + ## Pod Disruption Budget configuration + ## ref: https://kubernetes.io/docs/tasks/run-application/configure-pdb + ## @param meta.pdb.create Enable/disable a Pod Disruption Budget creation + ## @param meta.pdb.minAvailable Minimum number/percentage of pods that should remain scheduled + ## @param meta.pdb.maxUnavailable Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `meta.pdb.minAvailable` and `meta.pdb.maxUnavailable` are empty. + ## + pdb: + create: true + minAvailable: "" + maxUnavailable: "" ## @section Supabase Meta Traffic Exposure Parameters ## service: @@ -1518,6 +1538,16 @@ realtime: ## command: ['sh', '-c', 'echo "hello world"'] ## initContainers: [] + ## Pod Disruption Budget configuration + ## ref: https://kubernetes.io/docs/tasks/run-application/configure-pdb + ## @param realtime.pdb.create Enable/disable a Pod Disruption Budget creation + ## @param realtime.pdb.minAvailable Minimum number/percentage of pods that should remain scheduled + ## @param realtime.pdb.maxUnavailable Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `realtime.pdb.minAvailable` and `realtime.pdb.maxUnavailable` are empty. + ## + pdb: + create: true + minAvailable: "" + maxUnavailable: "" ## @section Supabase Realtime Traffic Exposure Parameters ## service: @@ -1918,6 +1948,16 @@ rest: ## command: ['sh', '-c', 'echo "hello world"'] ## initContainers: [] + ## Pod Disruption Budget configuration + ## ref: https://kubernetes.io/docs/tasks/run-application/configure-pdb + ## @param rest.pdb.create Enable/disable a Pod Disruption Budget creation + ## @param rest.pdb.minAvailable Minimum number/percentage of pods that should remain scheduled + ## @param rest.pdb.maxUnavailable Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `rest.pdb.minAvailable` and `rest.pdb.maxUnavailable` are empty. + ## + pdb: + create: true + minAvailable: "" + maxUnavailable: "" ## @section Supabase Rest Traffic Exposure Parameters ## service: @@ -2324,6 +2364,16 @@ storage: ## command: ['sh', '-c', 'echo "hello world"'] ## initContainers: [] + ## Pod Disruption Budget configuration + ## ref: https://kubernetes.io/docs/tasks/run-application/configure-pdb + ## @param storage.pdb.create Enable/disable a Pod Disruption Budget creation + ## @param storage.pdb.minAvailable Minimum number/percentage of pods that should remain scheduled + ## @param storage.pdb.maxUnavailable Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `storage.pdb.minAvailable` and `storage.pdb.maxUnavailable` are empty. + ## + pdb: + create: true + minAvailable: "" + maxUnavailable: "" ## @section Supabase Storage Traffic Exposure Parameters ## service: @@ -2775,6 +2825,16 @@ studio: ## command: ['sh', '-c', 'echo "hello world"'] ## initContainers: [] + ## Pod Disruption Budget configuration + ## ref: https://kubernetes.io/docs/tasks/run-application/configure-pdb + ## @param studio.pdb.create Enable/disable a Pod Disruption Budget creation + ## @param studio.pdb.minAvailable Minimum number/percentage of pods that should remain scheduled + ## @param studio.pdb.maxUnavailable Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `studio.pdb.minAvailable` and `studio.pdb.maxUnavailable` are empty. + ## + pdb: + create: true + minAvailable: "" + maxUnavailable: "" ## @section Supabase Studio Traffic Exposure Parameters ## service: From 096d86ccf56ec9c743dfeb883acc0e0933b90005 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Wed, 29 May 2024 10:46:11 +0200 Subject: [PATCH 067/110] [bitnami/minio] Release 14.6.2 (#26522) * [bitnami/minio] Release 14.6.2 updating components versions Signed-off-by: Bitnami Containers * Update CHANGELOG.md Signed-off-by: Bitnami Containers * Update CHANGELOG.md Signed-off-by: Bitnami Containers --------- Signed-off-by: Bitnami Containers --- bitnami/minio/CHANGELOG.md | 8 ++++++-- bitnami/minio/Chart.yaml | 6 +++--- bitnami/minio/values.yaml | 2 +- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/bitnami/minio/CHANGELOG.md b/bitnami/minio/CHANGELOG.md index b8d652f892c13f..7d1204adfb0aaa 100644 --- a/bitnami/minio/CHANGELOG.md +++ b/bitnami/minio/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog -## 14.6.1 (2024-05-28) +## 14.6.2 (2024-05-29) -* [bitnami/minio] Release 14.6.1 ([#26466](https://github.com/bitnami/charts/pull/26466)) +* [bitnami/minio] Release 14.6.2 ([#26522](https://github.com/bitnami/charts/pull/26522)) + +## 14.6.1 (2024-05-28) + +* [bitnami/minio] Release 14.6.1 (#26466) ([129ca3c](https://github.com/bitnami/charts/commit/129ca3c7c6c5608cc41781936147934e87022b7d)), closes [#26466](https://github.com/bitnami/charts/issues/26466) ## 14.6.0 (2024-05-21) diff --git a/bitnami/minio/Chart.yaml b/bitnami/minio/Chart.yaml index 5bd11e380efbce..441a1f9bc39089 100644 --- a/bitnami/minio/Chart.yaml +++ b/bitnami/minio/Chart.yaml @@ -6,13 +6,13 @@ annotations: licenses: Apache-2.0 images: | - name: minio - image: docker.io/bitnami/minio:2024.5.27-debian-12-r0 + image: docker.io/bitnami/minio:2024.5.28-debian-12-r0 - name: minio-client image: docker.io/bitnami/minio-client:2024.5.24-debian-12-r0 - name: os-shell image: docker.io/bitnami/os-shell:12-debian-12-r21 apiVersion: v2 -appVersion: 2024.5.27 +appVersion: 2024.5.28 dependencies: - name: common repository: oci://registry-1.docker.io/bitnamicharts @@ -34,4 +34,4 @@ maintainers: name: minio sources: - https://github.com/bitnami/charts/tree/main/bitnami/minio -version: 14.6.1 +version: 14.6.2 diff --git a/bitnami/minio/values.yaml b/bitnami/minio/values.yaml index d707cbc90835df..095018317a8d19 100644 --- a/bitnami/minio/values.yaml +++ b/bitnami/minio/values.yaml @@ -68,7 +68,7 @@ extraDeploy: [] image: registry: docker.io repository: bitnami/minio - tag: 2024.5.27-debian-12-r0 + tag: 2024.5.28-debian-12-r0 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' From c6b2f1cc32e0b9a8d884b61e8dc17f1089366d06 Mon Sep 17 00:00:00 2001 From: Fran Mulero Date: Wed, 29 May 2024 10:48:41 +0200 Subject: [PATCH 068/110] [bitnami/postgresql] Enable PodDisruptionBudgets (#26530) * [bitnami/postgresql] Enable PodDisruptionBudgets Signed-off-by: Fran Mulero * Update CHANGELOG.md Signed-off-by: Bitnami Containers --------- Signed-off-by: Fran Mulero Signed-off-by: Bitnami Containers Co-authored-by: Bitnami Containers --- bitnami/postgresql/CHANGELOG.md | 8 +++-- bitnami/postgresql/Chart.yaml | 2 +- bitnami/postgresql/README.md | 6 ++++ bitnami/postgresql/templates/primary/pdb.yaml | 29 +++++++++++++++++++ bitnami/postgresql/templates/read/pdb.yaml | 29 +++++++++++++++++++ bitnami/postgresql/values.yaml | 20 +++++++++++++ 6 files changed, 91 insertions(+), 3 deletions(-) create mode 100644 bitnami/postgresql/templates/primary/pdb.yaml create mode 100644 bitnami/postgresql/templates/read/pdb.yaml diff --git a/bitnami/postgresql/CHANGELOG.md b/bitnami/postgresql/CHANGELOG.md index 56ee40a66b538b..f1d3d44c8216b7 100644 --- a/bitnami/postgresql/CHANGELOG.md +++ b/bitnami/postgresql/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog -## 15.4.2 (2024-05-28) +## 15.5.0 (2024-05-29) -* [bitnami/postgresql] Release 15.4.2 ([#26475](https://github.com/bitnami/charts/pull/26475)) +* [bitnami/postgresql] Enable PodDisruptionBudgets ([#26530](https://github.com/bitnami/charts/pull/26530)) + +## 15.4.2 (2024-05-28) + +* [bitnami/postgresql] Release 15.4.2 (#26475) ([748b515](https://github.com/bitnami/charts/commit/748b51516a41ff8af151a530a0e5e0d9a62808e4)), closes [#26475](https://github.com/bitnami/charts/issues/26475) ## 15.4.1 (2024-05-27) diff --git a/bitnami/postgresql/Chart.yaml b/bitnami/postgresql/Chart.yaml index 9d2d12ff163ee1..ab678da5e4d275 100644 --- a/bitnami/postgresql/Chart.yaml +++ b/bitnami/postgresql/Chart.yaml @@ -35,4 +35,4 @@ maintainers: name: postgresql sources: - https://github.com/bitnami/charts/tree/main/bitnami/postgresql -version: 15.4.2 +version: 15.5.0 diff --git a/bitnami/postgresql/README.md b/bitnami/postgresql/README.md index 4bb943c06d1c56..2581b0ff999cc9 100644 --- a/bitnami/postgresql/README.md +++ b/bitnami/postgresql/README.md @@ -457,6 +457,9 @@ If you already have data in it, you will fail to sync to standby nodes for all c | `primary.extraVolumes` | Optionally specify extra list of additional volumes for the PostgreSQL Primary pod(s) | `[]` | | `primary.sidecars` | Add additional sidecar containers to the PostgreSQL Primary pod(s) | `[]` | | `primary.initContainers` | Add additional init containers to the PostgreSQL Primary pod(s) | `[]` | +| `primary.pdb.create` | Enable/disable a Pod Disruption Budget creation | `true` | +| `primary.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `""` | +| `primary.pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `primary.pdb.minAvailable` and `primary.pdb.maxUnavailable` are empty. | `""` | | `primary.extraPodSpec` | Optionally specify extra PodSpec for the PostgreSQL Primary pod(s) | `{}` | | `primary.networkPolicy.enabled` | Specifies whether a NetworkPolicy should be created | `true` | | `primary.networkPolicy.allowExternal` | Don't require server label for connections | `true` | @@ -571,6 +574,9 @@ If you already have data in it, you will fail to sync to standby nodes for all c | `readReplicas.extraVolumes` | Optionally specify extra list of additional volumes for the PostgreSQL read only pod(s) | `[]` | | `readReplicas.sidecars` | Add additional sidecar containers to the PostgreSQL read only pod(s) | `[]` | | `readReplicas.initContainers` | Add additional init containers to the PostgreSQL read only pod(s) | `[]` | +| `readReplicas.pdb.create` | Enable/disable a Pod Disruption Budget creation | `true` | +| `readReplicas.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `""` | +| `readReplicas.pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `readReplicas.pdb.minAvailable` and `readReplicas.pdb.maxUnavailable` are empty. | `""` | | `readReplicas.extraPodSpec` | Optionally specify extra PodSpec for the PostgreSQL read only pod(s) | `{}` | | `readReplicas.networkPolicy.enabled` | Specifies whether a NetworkPolicy should be created | `true` | | `readReplicas.networkPolicy.allowExternal` | Don't require server label for connections | `true` | diff --git a/bitnami/postgresql/templates/primary/pdb.yaml b/bitnami/postgresql/templates/primary/pdb.yaml new file mode 100644 index 00000000000000..ca6cacaa6571c0 --- /dev/null +++ b/bitnami/postgresql/templates/primary/pdb.yaml @@ -0,0 +1,29 @@ +{{- /* +Copyright Broadcom, Inc. All Rights Reserved. +SPDX-License-Identifier: APACHE-2.0 +*/}} + +{{- if .Values.primary.pdb.create }} +apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} +kind: PodDisruptionBudget +metadata: + name: {{ include "postgresql.v1.primary.fullname" . }} + namespace: {{ .Release.Namespace | quote }} + {{- $labels := include "common.tplvalues.merge" ( dict "values" ( list .Values.primary.labels .Values.commonLabels ) "context" . ) }} + labels: {{- include "common.labels.standard" ( dict "customLabels" $labels "context" $ ) | nindent 4 }} + app.kubernetes.io/component: primary + {{- if .Values.commonAnnotations }} + annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }} + {{- end }} +spec: + {{- if .Values.primary.pdb.minAvailable }} + minAvailable: {{ .Values.primary.pdb.minAvailable }} + {{- end }} + {{- if or .Values.primary.pdb.maxUnavailable ( not .Values.primary.pdb.minAvailable ) }} + maxUnavailable: {{ .Values.primary.pdb.maxUnavailable | default 1 }} + {{- end }} + {{- $podLabels := include "common.tplvalues.merge" ( dict "values" ( list .Values.primary.podLabels .Values.commonLabels ) "context" . ) }} + selector: + matchLabels: {{- include "common.labels.matchLabels" ( dict "customLabels" $podLabels "context" $ ) | nindent 6 }} + app.kubernetes.io/component: primary +{{- end }} diff --git a/bitnami/postgresql/templates/read/pdb.yaml b/bitnami/postgresql/templates/read/pdb.yaml new file mode 100644 index 00000000000000..1d25b68b56a0a9 --- /dev/null +++ b/bitnami/postgresql/templates/read/pdb.yaml @@ -0,0 +1,29 @@ +{{- /* +Copyright Broadcom, Inc. All Rights Reserved. +SPDX-License-Identifier: APACHE-2.0 +*/}} + +{{- if and ( eq .Values.architecture "replication" ) .Values.readReplicas.pdb.create }} +apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} +kind: PodDisruptionBudget +metadata: + name: {{ include "postgresql.v1.readReplica.fullname" . }} + namespace: {{ .Release.Namespace | quote }} + {{- $labels := include "common.tplvalues.merge" ( dict "values" ( list .Values.readReplicas.labels .Values.commonLabels ) "context" . ) }} + labels: {{- include "common.labels.standard" ( dict "customLabels" $labels "context" $ ) | nindent 4 }} + app.kubernetes.io/component: read + {{- if .Values.commonAnnotations }} + annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }} + {{- end }} +spec: + {{- if .Values.readReplicas.pdb.minAvailable }} + minAvailable: {{ .Values.readReplicas.pdb.minAvailable }} + {{- end }} + {{- if or .Values.readReplicas.pdb.maxUnavailable ( not .Values.readReplicas.pdb.minAvailable ) }} + maxUnavailable: {{ .Values.readReplicas.pdb.maxUnavailable | default 1 }} + {{- end }} + {{- $podLabels := include "common.tplvalues.merge" ( dict "values" ( list .Values.readReplicas.podLabels .Values.commonLabels ) "context" . ) }} + selector: + matchLabels: {{- include "common.labels.matchLabels" ( dict "customLabels" $podLabels "context" $ ) | nindent 6 }} + app.kubernetes.io/component: read +{{- end }} diff --git a/bitnami/postgresql/values.yaml b/bitnami/postgresql/values.yaml index 38689a40913de0..c1e4977c53d532 100644 --- a/bitnami/postgresql/values.yaml +++ b/bitnami/postgresql/values.yaml @@ -613,6 +613,16 @@ primary: ## command: ['do', 'something'] ## initContainers: [] + ## Pod Disruption Budget configuration + ## ref: https://kubernetes.io/docs/tasks/run-application/configure-pdb + ## @param primary.pdb.create Enable/disable a Pod Disruption Budget creation + ## @param primary.pdb.minAvailable Minimum number/percentage of pods that should remain scheduled + ## @param primary.pdb.maxUnavailable Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `primary.pdb.minAvailable` and `primary.pdb.maxUnavailable` are empty. + ## + pdb: + create: true + minAvailable: "" + maxUnavailable: "" ## @param primary.extraPodSpec Optionally specify extra PodSpec for the PostgreSQL Primary pod(s) ## extraPodSpec: {} @@ -1057,6 +1067,16 @@ readReplicas: ## command: ['do', 'something'] ## initContainers: [] + ## Pod Disruption Budget configuration + ## ref: https://kubernetes.io/docs/tasks/run-application/configure-pdb + ## @param readReplicas.pdb.create Enable/disable a Pod Disruption Budget creation + ## @param readReplicas.pdb.minAvailable Minimum number/percentage of pods that should remain scheduled + ## @param readReplicas.pdb.maxUnavailable Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `readReplicas.pdb.minAvailable` and `readReplicas.pdb.maxUnavailable` are empty. + ## + pdb: + create: true + minAvailable: "" + maxUnavailable: "" ## @param readReplicas.extraPodSpec Optionally specify extra PodSpec for the PostgreSQL read only pod(s) ## extraPodSpec: {} From b09c3747e303560ac37e8fea330d88cbce419fd6 Mon Sep 17 00:00:00 2001 From: Fran Mulero Date: Wed, 29 May 2024 10:58:16 +0200 Subject: [PATCH 069/110] [bitnami/tensorflow-resnet] Enable PodDisruptionBudgets (#26539) * [bitnami/tensorflow-resnet] Enable PodDisruptionBudgets Signed-off-by: Fran Mulero * Update CHANGELOG.md Signed-off-by: Bitnami Containers --------- Signed-off-by: Fran Mulero Signed-off-by: Bitnami Containers Co-authored-by: Bitnami Containers --- bitnami/tensorflow-resnet/CHANGELOG.md | 8 ++++-- bitnami/tensorflow-resnet/Chart.yaml | 2 +- bitnami/tensorflow-resnet/README.md | 3 +++ bitnami/tensorflow-resnet/templates/pdb.yaml | 26 ++++++++++++++++++++ bitnami/tensorflow-resnet/values.yaml | 10 ++++++++ 5 files changed, 46 insertions(+), 3 deletions(-) create mode 100644 bitnami/tensorflow-resnet/templates/pdb.yaml diff --git a/bitnami/tensorflow-resnet/CHANGELOG.md b/bitnami/tensorflow-resnet/CHANGELOG.md index 67f18068b83cdd..4b552a075709cc 100644 --- a/bitnami/tensorflow-resnet/CHANGELOG.md +++ b/bitnami/tensorflow-resnet/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog -## 4.1.1 (2024-05-22) +## 4.2.0 (2024-05-29) -* [bitnami/tensorflow-resnet] Use different liveness/readiness probes ([#26347](https://github.com/bitnami/charts/pull/26347)) +* [bitnami/tensorflow-resnet] Enable PodDisruptionBudgets ([#26539](https://github.com/bitnami/charts/pull/26539)) + +## 4.1.1 (2024-05-24) + +* [bitnami/tensorflow-resnet] Use different liveness/readiness probes (#26347) ([4a037f5](https://github.com/bitnami/charts/commit/4a037f5db5353a3d408432df5d4c61a250c8ffb8)), closes [#26347](https://github.com/bitnami/charts/issues/26347) ## 4.1.0 (2024-05-21) diff --git a/bitnami/tensorflow-resnet/Chart.yaml b/bitnami/tensorflow-resnet/Chart.yaml index c0ae2bc3ff3442..05ed78da4d3f13 100644 --- a/bitnami/tensorflow-resnet/Chart.yaml +++ b/bitnami/tensorflow-resnet/Chart.yaml @@ -33,4 +33,4 @@ maintainers: name: tensorflow-resnet sources: - https://github.com/bitnami/charts/tree/main/bitnami/tensorflow-resnet -version: 4.1.1 +version: 4.2.0 diff --git a/bitnami/tensorflow-resnet/README.md b/bitnami/tensorflow-resnet/README.md index 7464fe3ba9b33d..da635aa3cbb730 100644 --- a/bitnami/tensorflow-resnet/README.md +++ b/bitnami/tensorflow-resnet/README.md @@ -140,6 +140,9 @@ As an alternative, you can use any of the preset configurations for pod affinity | `sidecars` | Add additional sidecar containers to the pod | `[]` | | `enableDefaultInitContainers` | Add default init containers to the deployment | `true` | | `initContainers` | Add additional init containers to the pod | `[]` | +| `pdb.create` | Enable/disable a Pod Disruption Budget creation | `true` | +| `pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `""` | +| `pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `pdb.minAvailable` and `pdb.maxUnavailable` are empty. | `""` | | `updateStrategy.type` | Deployment strategy type. | `RollingUpdate` | | `priorityClassName` | Pod's priorityClassName | `""` | | `schedulerName` | Name of the k8s scheduler (other than default) | `""` | diff --git a/bitnami/tensorflow-resnet/templates/pdb.yaml b/bitnami/tensorflow-resnet/templates/pdb.yaml new file mode 100644 index 00000000000000..4bd1650e597ac6 --- /dev/null +++ b/bitnami/tensorflow-resnet/templates/pdb.yaml @@ -0,0 +1,26 @@ +{{- /* +Copyright Broadcom, Inc. All Rights Reserved. +SPDX-License-Identifier: APACHE-2.0 +*/}} + +{{- if .Values.pdb.create }} +apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} +kind: PodDisruptionBudget +metadata: + name: {{ template "common.names.fullname" . }} + namespace: {{ .Release.Namespace | quote }} + labels: {{- include "common.labels.standard" ( dict "customLabels" .Values.commonLabels "context" $ ) | nindent 4 }} + {{- if .Values.commonAnnotations }} + annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }} + {{- end }} +spec: + {{- if .Values.pdb.minAvailable }} + minAvailable: {{ .Values.pdb.minAvailable }} + {{- end }} + {{- if or .Values.pdb.maxUnavailable ( not .Values.pdb.minAvailable ) }} + maxUnavailable: {{ .Values.pdb.maxUnavailable | default 1 }} + {{- end }} + {{- $podLabels := include "common.tplvalues.merge" ( dict "values" ( list .Values.podLabels .Values.commonLabels ) "context" . ) }} + selector: + matchLabels: {{- include "common.labels.matchLabels" ( dict "customLabels" $podLabels "context" $ ) | nindent 6 }} +{{- end }} diff --git a/bitnami/tensorflow-resnet/values.yaml b/bitnami/tensorflow-resnet/values.yaml index 91bbe511d718c6..00396838f25358 100644 --- a/bitnami/tensorflow-resnet/values.yaml +++ b/bitnami/tensorflow-resnet/values.yaml @@ -274,6 +274,16 @@ enableDefaultInitContainers: true ## command: ['sh', '-c', 'echo "hello world"'] ## initContainers: [] +## Pod Disruption Budget configuration +## ref: https://kubernetes.io/docs/tasks/run-application/configure-pdb +## @param pdb.create Enable/disable a Pod Disruption Budget creation +## @param pdb.minAvailable Minimum number/percentage of pods that should remain scheduled +## @param pdb.maxUnavailable Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `pdb.minAvailable` and `pdb.maxUnavailable` are empty. +## +pdb: + create: true + minAvailable: "" + maxUnavailable: "" ## @param updateStrategy.type Deployment strategy type. ## ref: https://kubernetes.io/docs/concepts/workloads/controllers/deployment/#strategy ## e.g: From 0a1b8c1843634aafc89db4a0b5b78a2756661c37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20R=C3=ADos=20Saavedra?= Date: Wed, 29 May 2024 11:01:00 +0200 Subject: [PATCH 070/110] [bitnami/seaweedfs] Add chart source URL to sources list (#26538) * [bitnami/seaweedfs] Add chart source URL to sources list Signed-off-by: Rafael Rios Saavedra * Update CHANGELOG.md Signed-off-by: Bitnami Containers --------- Signed-off-by: Rafael Rios Saavedra Signed-off-by: Bitnami Containers Co-authored-by: Bitnami Containers --- bitnami/seaweedfs/CHANGELOG.md | 8 ++++++-- bitnami/seaweedfs/Chart.yaml | 3 ++- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/bitnami/seaweedfs/CHANGELOG.md b/bitnami/seaweedfs/CHANGELOG.md index 94c271ebeb7a4a..8f01257526c22e 100644 --- a/bitnami/seaweedfs/CHANGELOG.md +++ b/bitnami/seaweedfs/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog -## 0.3.0 (2024-05-23) +## 0.3.1 (2024-05-29) -* [bitnami/seaweedfs] Enable PodDisruptionBudgets ([#26379](https://github.com/bitnami/charts/pull/26379)) +* [bitnami/seaweedfs] Add chart source URL to sources list ([#26538](https://github.com/bitnami/charts/pull/26538)) + +## 0.3.0 (2024-05-24) + +* [bitnami/seaweedfs] Enable PodDisruptionBudgets (#26379) ([3c7ae2c](https://github.com/bitnami/charts/commit/3c7ae2c0d8cd7943a1c3962bc649821b8d6f3239)), closes [#26379](https://github.com/bitnami/charts/issues/26379) ## 0.2.2 (2024-05-22) diff --git a/bitnami/seaweedfs/Chart.yaml b/bitnami/seaweedfs/Chart.yaml index fbf820cf86b4dd..f5f02c933bba5a 100644 --- a/bitnami/seaweedfs/Chart.yaml +++ b/bitnami/seaweedfs/Chart.yaml @@ -38,5 +38,6 @@ maintainers: url: https://github.com/bitnami/charts name: seaweedfs sources: +- https://github.com/bitnami/charts/tree/main/bitnami/seawwedfs - https://github.com/bitnami/containers/tree/main/bitnami/seaweedfs -version: 0.3.0 +version: 0.3.1 From e7ca9a735b93abdc146610152a85c1ca0c7a9d83 Mon Sep 17 00:00:00 2001 From: Fran Mulero Date: Wed, 29 May 2024 11:08:57 +0200 Subject: [PATCH 071/110] [bitnami/ghost] Enable PodDisruptionBudgets (#26432) * [bitnami/ghost] Enable PodDisruptionBudgets Signed-off-by: Fran Mulero * Update CHANGELOG.md Signed-off-by: Bitnami Containers * Update CHANGELOG.md Signed-off-by: Bitnami Containers --------- Signed-off-by: Fran Mulero Signed-off-by: Bitnami Containers Co-authored-by: Bitnami Containers --- bitnami/ghost/CHANGELOG.md | 8 ++++++-- bitnami/ghost/Chart.yaml | 2 +- bitnami/ghost/README.md | 3 +++ bitnami/ghost/templates/pdb.yaml | 28 ++++++++++++++++++++++++++++ bitnami/ghost/values.yaml | 10 ++++++++++ 5 files changed, 48 insertions(+), 3 deletions(-) create mode 100644 bitnami/ghost/templates/pdb.yaml diff --git a/bitnami/ghost/CHANGELOG.md b/bitnami/ghost/CHANGELOG.md index b9d5ac21d91853..af72a21c388ecc 100644 --- a/bitnami/ghost/CHANGELOG.md +++ b/bitnami/ghost/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog -## 21.0.1 (2024-05-27) +## 21.1.0 (2024-05-28) -* [bitnami/ghost] Release 21.0.1 ([#26455](https://github.com/bitnami/charts/pull/26455)) +* [bitnami/ghost] Enable PodDisruptionBudgets ([#26432](https://github.com/bitnami/charts/pull/26432)) + +## 21.0.1 (2024-05-27) + +* [bitnami/ghost] Release 21.0.1 (#26455) ([36352c8](https://github.com/bitnami/charts/commit/36352c82518a445588661a7f5143bafc31a80c11)), closes [#26455](https://github.com/bitnami/charts/issues/26455) ## 21.0.0 (2024-05-27) diff --git a/bitnami/ghost/Chart.yaml b/bitnami/ghost/Chart.yaml index e9e976553f1384..7619c2e39158f0 100644 --- a/bitnami/ghost/Chart.yaml +++ b/bitnami/ghost/Chart.yaml @@ -40,4 +40,4 @@ maintainers: name: ghost sources: - https://github.com/bitnami/charts/tree/main/bitnami/ghost -version: 21.0.1 +version: 21.1.0 diff --git a/bitnami/ghost/README.md b/bitnami/ghost/README.md index a583a23838f6ce..8e5e293bf416b0 100644 --- a/bitnami/ghost/README.md +++ b/bitnami/ghost/README.md @@ -272,6 +272,9 @@ See the [Parameters](#parameters) section to configure the PVC or to disable per | `extraVolumeMounts` | Optionally specify extra list of additional volumeMounts for Ghost container(s) | `[]` | | `sidecars` | Add additional sidecar containers to the Ghost pod | `[]` | | `initContainers` | Add additional init containers to the Ghost pods | `[]` | +| `pdb.create` | Enable/disable a Pod Disruption Budget creation | `true` | +| `pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `""` | +| `pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `pdb.minAvailable` and `pdb.maxUnavailable` are empty. | `""` | | `lifecycleHooks` | Add lifecycle hooks to the Ghost deployment | `{}` | | `podLabels` | Extra labels for Ghost pods | `{}` | | `podAnnotations` | Annotations for Ghost pods | `{}` | diff --git a/bitnami/ghost/templates/pdb.yaml b/bitnami/ghost/templates/pdb.yaml new file mode 100644 index 00000000000000..3cdec3e315cb7b --- /dev/null +++ b/bitnami/ghost/templates/pdb.yaml @@ -0,0 +1,28 @@ +{{- /* +Copyright Broadcom, Inc. All Rights Reserved. +SPDX-License-Identifier: APACHE-2.0 +*/}} + +{{- if .Values.pdb.create }} +apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} +kind: PodDisruptionBudget +metadata: + name: {{ include "common.names.fullname" . }} + namespace: {{ include "common.names.namespace" . | quote }} + labels: {{- include "common.labels.standard" ( dict "customLabels" .Values.commonLabels "context" $ ) | nindent 4 }} + app.kubernetes.io/component: ghost + {{- if .Values.commonAnnotations }} + annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }} + {{- end }} +spec: + {{- if .Values.pdb.minAvailable }} + minAvailable: {{ .Values.pdb.minAvailable }} + {{- end }} + {{- if or .Values.pdb.maxUnavailable (not .Values.pdb.minAvailable) }} + maxUnavailable: {{ .Values.pdb.maxUnavailable | default 1 }} + {{- end }} + {{- $podLabels := include "common.tplvalues.merge" (dict "values" (list .ValuespodLabels .Values.commonLabels) "context" .) }} + selector: + matchLabels: {{- include "common.labels.matchLabels" ( dict "customLabels" $podLabels "context" $ ) | nindent 6 }} + app.kubernetes.io/component: ghost +{{- end }} diff --git a/bitnami/ghost/values.yaml b/bitnami/ghost/values.yaml index 4f746064ef979e..5dad539edf98e3 100644 --- a/bitnami/ghost/values.yaml +++ b/bitnami/ghost/values.yaml @@ -239,6 +239,16 @@ sidecars: [] ## containerPort: 1234 ## initContainers: [] +## Pod Disruption Budget configuration +## ref: https://kubernetes.io/docs/tasks/run-application/configure-pdb +## @param pdb.create Enable/disable a Pod Disruption Budget creation +## @param pdb.minAvailable Minimum number/percentage of pods that should remain scheduled +## @param pdb.maxUnavailable Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `pdb.minAvailable` and `pdb.maxUnavailable` are empty. +## +pdb: + create: true + minAvailable: "" + maxUnavailable: "" ## @param lifecycleHooks Add lifecycle hooks to the Ghost deployment ## lifecycleHooks: {} From 5337d8ab354416b64a55994f5a2f838cea83f083 Mon Sep 17 00:00:00 2001 From: Fran Mulero Date: Wed, 29 May 2024 11:10:08 +0200 Subject: [PATCH 072/110] [bitnami/schema-registry] Enable PodDisruptionBudgets (#26377) * [bitnami/schema-registry] Enable PodDisruptionBudgets Signed-off-by: Fran Mulero * Update CHANGELOG.md Signed-off-by: Bitnami Containers * Update CHANGELOG.md Signed-off-by: Bitnami Containers * Update CHANGELOG.md Signed-off-by: Bitnami Containers --------- Signed-off-by: Fran Mulero Signed-off-by: Bitnami Containers Co-authored-by: Bitnami Containers --- bitnami/schema-registry/CHANGELOG.md | 6 +++++- bitnami/schema-registry/Chart.yaml | 2 +- bitnami/schema-registry/README.md | 6 +++--- bitnami/schema-registry/templates/pdb.yaml | 4 ++-- bitnami/schema-registry/values.yaml | 6 +++--- 5 files changed, 14 insertions(+), 10 deletions(-) diff --git a/bitnami/schema-registry/CHANGELOG.md b/bitnami/schema-registry/CHANGELOG.md index c4475abc46730f..f083d8a7d0d321 100644 --- a/bitnami/schema-registry/CHANGELOG.md +++ b/bitnami/schema-registry/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog +## 19.1.0 (2024-05-28) + +* [bitnami/schema-registry] Enable PodDisruptionBudgets ([#26377](https://github.com/bitnami/charts/pull/26377)) + ## 19.0.0 (2024-05-27) -* [bitnami/schema-registry] Update dependencies ([#26446](https://github.com/bitnami/charts/pull/26446)) +* [bitnami/schema-registry] Update dependencies (#26446) ([6db614b](https://github.com/bitnami/charts/commit/6db614bb44e95947764e4de7c2e0803a0123cc84)), closes [#26446](https://github.com/bitnami/charts/issues/26446) ## 18.1.3 (2024-05-26) diff --git a/bitnami/schema-registry/Chart.yaml b/bitnami/schema-registry/Chart.yaml index 19e24723b74510..8e9ad405edd235 100644 --- a/bitnami/schema-registry/Chart.yaml +++ b/bitnami/schema-registry/Chart.yaml @@ -34,4 +34,4 @@ maintainers: name: schema-registry sources: - https://github.com/bitnami/charts/tree/main/bitnami/schema-registry -version: 19.0.0 +version: 19.1.0 diff --git a/bitnami/schema-registry/README.md b/bitnami/schema-registry/README.md index bb8d0cbca52673..bdc8e05bdc3a08 100644 --- a/bitnami/schema-registry/README.md +++ b/bitnami/schema-registry/README.md @@ -320,9 +320,9 @@ For annotations, please see [this document](https://github.com/kubernetes/ingres | `extraVolumeMounts` | Optionally specify extra list of additional volumeMounts for schema-registry container(s) | `[]` | | `initContainers` | Add additional init containers to the Schema Registry pods. | `[]` | | `sidecars` | Add additional sidecar containers to the Schema Registry pods. | `[]` | -| `pdb.create` | Enable/disable a Pod Disruption Budget creation | `false` | -| `pdb.minAvailable` | Minimum number/percentage of pods that must still be available after the eviction | `1` | -| `pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable after the eviction | `""` | +| `pdb.create` | Enable/disable a Pod Disruption Budget creation | `true` | +| `pdb.minAvailable` | Minimum number/percentage of pods that must still be available after the eviction | `""` | +| `pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable after the eviction. Defaults to `1` if both `pdb.minAvailable` and `pdb.maxUnavailable` are empty. | `""` | | `autoscaling.enabled` | Enable autoscaling for replicas | `false` | | `autoscaling.minReplicas` | Minimum number of replicas | `1` | | `autoscaling.maxReplicas` | Maximum number of replicas | `11` | diff --git a/bitnami/schema-registry/templates/pdb.yaml b/bitnami/schema-registry/templates/pdb.yaml index 8a74edb9b7b7b2..8306f16ab9851d 100644 --- a/bitnami/schema-registry/templates/pdb.yaml +++ b/bitnami/schema-registry/templates/pdb.yaml @@ -17,8 +17,8 @@ spec: {{- if .Values.pdb.minAvailable }} minAvailable: {{ .Values.pdb.minAvailable }} {{- end }} - {{- if .Values.pdb.maxUnavailable }} - maxUnavailable: {{ .Values.pdb.maxUnavailable }} + {{- if or .Values.pdb.maxUnavailable (not .Values.pdb.minAvailable) }} + maxUnavailable: {{ .Values.pdb.maxUnavailable | default 1 }} {{- end }} {{- $podLabels := include "common.tplvalues.merge" ( dict "values" ( list .Values.podLabels .Values.commonLabels ) "context" . ) }} selector: diff --git a/bitnami/schema-registry/values.yaml b/bitnami/schema-registry/values.yaml index 2c5710b5407267..191b003436adf2 100644 --- a/bitnami/schema-registry/values.yaml +++ b/bitnami/schema-registry/values.yaml @@ -452,11 +452,11 @@ sidecars: [] ## ref: https://kubernetes.io/docs/tasks/run-application/configure-pdb/ ## @param pdb.create Enable/disable a Pod Disruption Budget creation ## @param pdb.minAvailable Minimum number/percentage of pods that must still be available after the eviction -## @param pdb.maxUnavailable Maximum number/percentage of pods that may be made unavailable after the eviction +## @param pdb.maxUnavailable Maximum number/percentage of pods that may be made unavailable after the eviction. Defaults to `1` if both `pdb.minAvailable` and `pdb.maxUnavailable` are empty. ## pdb: - create: false - minAvailable: 1 + create: true + minAvailable: "" maxUnavailable: "" ## Schema Registry Autoscaling parameters. ## @param autoscaling.enabled Enable autoscaling for replicas From d637d7c723a58b7426721a549b8a81625e7b110a Mon Sep 17 00:00:00 2001 From: Fran Mulero Date: Wed, 29 May 2024 11:13:33 +0200 Subject: [PATCH 073/110] [bitnami/grafana-tempo] Enable PodDisruptionBudgets (#26484) * [bitnami/grafana-tempo] Enable PodDisruptionBudgets Signed-off-by: Fran Mulero * Update CHANGELOG.md Signed-off-by: Bitnami Containers * Amend compactor PDB name Signed-off-by: Fran Mulero --------- Signed-off-by: Fran Mulero Signed-off-by: Bitnami Containers Co-authored-by: Bitnami Containers --- bitnami/grafana-tempo/CHANGELOG.md | 8 ++- bitnami/grafana-tempo/Chart.yaml | 2 +- bitnami/grafana-tempo/README.md | 21 ++++++ .../templates/compactor/pdb.yaml | 28 ++++++++ .../templates/distributor/pdb.yaml | 28 ++++++++ .../grafana-tempo/templates/ingester/pdb.yaml | 28 ++++++++ .../templates/metrics-generator/pdb.yaml | 28 ++++++++ .../grafana-tempo/templates/querier/pdb.yaml | 28 ++++++++ .../templates/query-frontend/pdb.yaml | 30 ++++++++ .../grafana-tempo/templates/vulture/pdb.yaml | 30 ++++++++ bitnami/grafana-tempo/values.yaml | 70 +++++++++++++++++++ 11 files changed, 298 insertions(+), 3 deletions(-) create mode 100644 bitnami/grafana-tempo/templates/compactor/pdb.yaml create mode 100644 bitnami/grafana-tempo/templates/distributor/pdb.yaml create mode 100644 bitnami/grafana-tempo/templates/ingester/pdb.yaml create mode 100644 bitnami/grafana-tempo/templates/metrics-generator/pdb.yaml create mode 100644 bitnami/grafana-tempo/templates/querier/pdb.yaml create mode 100644 bitnami/grafana-tempo/templates/query-frontend/pdb.yaml create mode 100644 bitnami/grafana-tempo/templates/vulture/pdb.yaml diff --git a/bitnami/grafana-tempo/CHANGELOG.md b/bitnami/grafana-tempo/CHANGELOG.md index 55d30a7add1e96..9afe693b731eac 100644 --- a/bitnami/grafana-tempo/CHANGELOG.md +++ b/bitnami/grafana-tempo/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog -## 3.4.1 (2024-05-22) +## 3.5.0 (2024-05-28) -* [bitnami/grafana-tempo] Use different liveness/readiness probes ([#26349](https://github.com/bitnami/charts/pull/26349)) +* [bitnami/grafana-tempo] Enable PodDisruptionBudgets ([#26484](https://github.com/bitnami/charts/pull/26484)) + +## 3.4.1 (2024-05-23) + +* [bitnami/grafana-tempo] Use different liveness/readiness probes (#26349) ([91203f6](https://github.com/bitnami/charts/commit/91203f64a401ca01afcd58bc7761380a931d7f25)), closes [#26349](https://github.com/bitnami/charts/issues/26349) ## 3.4.0 (2024-05-21) diff --git a/bitnami/grafana-tempo/Chart.yaml b/bitnami/grafana-tempo/Chart.yaml index 5436056dc75a4b..6306043e265915 100644 --- a/bitnami/grafana-tempo/Chart.yaml +++ b/bitnami/grafana-tempo/Chart.yaml @@ -39,4 +39,4 @@ maintainers: name: grafana-tempo sources: - https://github.com/bitnami/charts/tree/main/bitnami/grafana-tempo -version: 3.4.1 +version: 3.5.0 diff --git a/bitnami/grafana-tempo/README.md b/bitnami/grafana-tempo/README.md index a746975f0034a8..44c5a9a01b5648 100644 --- a/bitnami/grafana-tempo/README.md +++ b/bitnami/grafana-tempo/README.md @@ -286,6 +286,9 @@ The [Bitnami grafana-tempo](https://github.com/bitnami/containers/tree/main/bitn | `compactor.extraVolumeMounts` | Optionally specify extra list of additional volumeMounts for the Compactor container(s) | `[]` | | `compactor.sidecars` | Add additional sidecar containers to the Compactor pod(s) | `[]` | | `compactor.initContainers` | Add additional init containers to the Compactor pod(s) | `[]` | +| `compactor.pdb.create` | Enable/disable a Pod Disruption Budget creation | `true` | +| `compactor.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `""` | +| `compactor.pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `compactor.pdb.minAvailable` and `compactor.pdb.maxUnavailable` are empty. | `""` | | `compactor.enableServiceLinks` | Whether information about services should be injected into pod's environment variable | `true` | ### Compactor Traffic Exposure Parameters @@ -384,6 +387,9 @@ The [Bitnami grafana-tempo](https://github.com/bitnami/containers/tree/main/bitn | `distributor.extraVolumeMounts` | Optionally specify extra list of additional volumeMounts for the Distributor container(s) | `[]` | | `distributor.sidecars` | Add additional sidecar containers to the Distributor pod(s) | `[]` | | `distributor.initContainers` | Add additional init containers to the Distributor pod(s) | `[]` | +| `distributor.pdb.create` | Enable/disable a Pod Disruption Budget creation | `true` | +| `distributor.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `""` | +| `distributor.pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `distributor.pdb.minAvailable` and `distributor.pdb.maxUnavailable` are empty. | `""` | | `distributor.enableServiceLinks` | Whether information about services should be injected into pod's environment variable | `true` | ### Distributor Traffic Exposure Parameters @@ -484,6 +490,9 @@ The [Bitnami grafana-tempo](https://github.com/bitnami/containers/tree/main/bitn | `metricsGenerator.extraVolumeMounts` | Optionally specify extra list of additional volumeMounts for the metricsGenerator container(s) | `[]` | | `metricsGenerator.sidecars` | Add additional sidecar containers to the metricsGenerator pod(s) | `[]` | | `metricsGenerator.initContainers` | Add additional init containers to the metricsGenerator pod(s) | `[]` | +| `metricsGenerator.pdb.create` | Enable/disable a Pod Disruption Budget creation | `true` | +| `metricsGenerator.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `""` | +| `metricsGenerator.pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `metricsGenerator.pdb.minAvailable` and `metricsGenerator.pdb.maxUnavailable` are empty. | `""` | | `metricsGenerator.enableServiceLinks` | Whether information about services should be injected into pod's environment variable | `true` | ### Metrics Generator Traffic Exposure Parameters @@ -582,6 +591,9 @@ The [Bitnami grafana-tempo](https://github.com/bitnami/containers/tree/main/bitn | `ingester.extraVolumeMounts` | Optionally specify extra list of additional volumeMounts for the ingester container(s) | `[]` | | `ingester.sidecars` | Add additional sidecar containers to the Ingester pod(s) | `[]` | | `ingester.initContainers` | Add additional init containers to the Ingester pod(s) | `[]` | +| `ingester.pdb.create` | Enable/disable a Pod Disruption Budget creation | `true` | +| `ingester.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `""` | +| `ingester.pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `ingester.pdb.minAvailable` and `ingester.pdb.maxUnavailable` are empty. | `""` | | `ingester.enableServiceLinks` | Whether information about services should be injected into pod's environment variable | `true` | ### Ingester Persistence Parameters @@ -694,6 +706,9 @@ The [Bitnami grafana-tempo](https://github.com/bitnami/containers/tree/main/bitn | `querier.extraVolumeMounts` | Optionally specify extra list of additional volumeMounts for the querier container(s) | `[]` | | `querier.sidecars` | Add additional sidecar containers to the Querier pod(s) | `[]` | | `querier.initContainers` | Add additional init containers to the Querier pod(s) | `[]` | +| `querier.pdb.create` | Enable/disable a Pod Disruption Budget creation | `true` | +| `querier.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `""` | +| `querier.pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `querier.pdb.minAvailable` and `querier.pdb.maxUnavailable` are empty. | `""` | | `querier.enableServiceLinks` | Whether information about services should be injected into pod's environment variable | `true` | ### Querier Traffic Exposure Parameters @@ -793,6 +808,9 @@ The [Bitnami grafana-tempo](https://github.com/bitnami/containers/tree/main/bitn | `queryFrontend.extraVolumeMounts` | Optionally specify extra list of additional volumeMounts for the queryFrontend container(s) | `[]` | | `queryFrontend.sidecars` | Add additional sidecar containers to the queryFrontend pod(s) | `[]` | | `queryFrontend.initContainers` | Add additional init containers to the queryFrontend pod(s) | `[]` | +| `queryFrontend.pdb.create` | Enable/disable a Pod Disruption Budget creation | `true` | +| `queryFrontend.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `""` | +| `queryFrontend.pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `queryFrontend.pdb.minAvailable` and `queryFrontend.pdb.maxUnavailable` are empty. | `""` | | `queryFrontend.enableServiceLinks` | Whether information about services should be injected into pod's environment variable | `true` | | `queryFrontend.query.image.registry` | Grafana Tempo Query image registry | `REGISTRY_NAME` | | `queryFrontend.query.image.repository` | Grafana Tempo Query image repository | `REPOSITORY_NAME/grafana-tempo-query` | @@ -950,6 +968,9 @@ The [Bitnami grafana-tempo](https://github.com/bitnami/containers/tree/main/bitn | `vulture.extraVolumeMounts` | Optionally specify extra list of additional volumeMounts for the Vulture container(s) | `[]` | | `vulture.sidecars` | Add additional sidecar containers to the Vulture pod(s) | `[]` | | `vulture.initContainers` | Add additional init containers to the Vulture pod(s) | `[]` | +| `vulture.pdb.create` | Enable/disable a Pod Disruption Budget creation | `true` | +| `vulture.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `""` | +| `vulture.pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `vulture.pdb.minAvailable` and `vulture.pdb.maxUnavailable` are empty. | `""` | | `vulture.enableServiceLinks` | Whether information about services should be injected into pod's environment variable | `true` | ### Vulture Traffic Exposure Parameters diff --git a/bitnami/grafana-tempo/templates/compactor/pdb.yaml b/bitnami/grafana-tempo/templates/compactor/pdb.yaml new file mode 100644 index 00000000000000..4f5ef3f3648aa0 --- /dev/null +++ b/bitnami/grafana-tempo/templates/compactor/pdb.yaml @@ -0,0 +1,28 @@ +{{- /* +Copyright Broadcom, Inc. All Rights Reserved. +SPDX-License-Identifier: APACHE-2.0 +*/}} + +{{- if and .Values.compactor.enabled .Values.compactor.pdb.create }} +apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} +kind: PodDisruptionBudget +metadata: + name: {{ template "grafana-tempo.compactor.fullname" . }} + namespace: {{ include "common.names.namespace" . | quote }} + labels: {{- include "common.labels.standard" ( dict "customLabels" .Values.commonLabels "context" $ ) | nindent 4 }} + app.kubernetes.io/component: compactor + {{- if .Values.commonAnnotations }} + annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }} + {{- end }} +spec: + {{- if .Values.compactor.pdb.minAvailable }} + minAvailable: {{ .Values.compactor.pdb.minAvailable }} + {{- end }} + {{- if or .Values.compactor.pdb.maxUnavailable (not .Values.compactor.pdb.minAvailable) }} + maxUnavailable: {{ .Values.compactor.pdb.maxUnavailable | default 1 }} + {{- end }} + {{- $podLabels := include "common.tplvalues.merge" (dict "values" (list .Values.compactor.podLabels .Values.commonLabels) "context" .) }} + selector: + matchLabels: {{- include "common.labels.matchLabels" ( dict "customLabels" $podLabels "context" $ ) | nindent 6 }} + app.kubernetes.io/component: compactor +{{- end }} diff --git a/bitnami/grafana-tempo/templates/distributor/pdb.yaml b/bitnami/grafana-tempo/templates/distributor/pdb.yaml new file mode 100644 index 00000000000000..65fcb35387ad24 --- /dev/null +++ b/bitnami/grafana-tempo/templates/distributor/pdb.yaml @@ -0,0 +1,28 @@ +{{- /* +Copyright Broadcom, Inc. All Rights Reserved. +SPDX-License-Identifier: APACHE-2.0 +*/}} + +{{- if and .Values.distributor.pdb.create .Values.distributor.pdb.create }} +apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} +kind: PodDisruptionBudget +metadata: + name: {{ template "grafana-tempo.distributor.fullname" . }} + namespace: {{ include "common.names.namespace" . | quote }} + labels: {{- include "common.labels.standard" ( dict "customLabels" .Values.commonLabels "context" $ ) | nindent 4 }} + app.kubernetes.io/component: distributor + {{- if .Values.commonAnnotations }} + annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }} + {{- end }} +spec: + {{- if .Values.distributor.pdb.minAvailable }} + minAvailable: {{ .Values.distributor.pdb.minAvailable }} + {{- end }} + {{- if or .Values.distributor.pdb.maxUnavailable (not .Values.distributor.pdb.minAvailable) }} + maxUnavailable: {{ .Values.distributor.pdb.maxUnavailable | default 1 }} + {{- end }} + {{- $podLabels := include "common.tplvalues.merge" (dict "values" (list .Values.distributor.podLabels .Values.commonLabels) "context" .) }} + selector: + matchLabels: {{- include "common.labels.matchLabels" ( dict "customLabels" $podLabels "context" $ ) | nindent 6 }} + app.kubernetes.io/component: distributor +{{- end }} diff --git a/bitnami/grafana-tempo/templates/ingester/pdb.yaml b/bitnami/grafana-tempo/templates/ingester/pdb.yaml new file mode 100644 index 00000000000000..bb34e87dc0a220 --- /dev/null +++ b/bitnami/grafana-tempo/templates/ingester/pdb.yaml @@ -0,0 +1,28 @@ +{{- /* +Copyright Broadcom, Inc. All Rights Reserved. +SPDX-License-Identifier: APACHE-2.0 +*/}} + +{{- if .Values.ingester.pdb.create }} +apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} +kind: PodDisruptionBudget +metadata: + name: {{ template "grafana-tempo.ingester.fullname" . }} + namespace: {{ include "common.names.namespace" . | quote }} + labels: {{- include "common.labels.standard" ( dict "customLabels" .Values.commonLabels "context" $ ) | nindent 4 }} + app.kubernetes.io/component: ingester + {{- if .Values.commonAnnotations }} + annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }} + {{- end }} +spec: + {{- if .Values.ingester.pdb.minAvailable }} + minAvailable: {{ .Values.ingester.pdb.minAvailable }} + {{- end }} + {{- if or .Values.ingester.pdb.maxUnavailable (not .Values.ingester.pdb.minAvailable) }} + maxUnavailable: {{ .Values.ingester.pdb.maxUnavailable | default 1 }} + {{- end }} + {{- $podLabels := include "common.tplvalues.merge" (dict "values" (list .Values.ingester.podLabels .Values.commonLabels) "context" .) }} + selector: + matchLabels: {{- include "common.labels.matchLabels" ( dict "customLabels" $podLabels "context" $ ) | nindent 6 }} + app.kubernetes.io/component: ingester +{{- end }} diff --git a/bitnami/grafana-tempo/templates/metrics-generator/pdb.yaml b/bitnami/grafana-tempo/templates/metrics-generator/pdb.yaml new file mode 100644 index 00000000000000..9e29211964e51f --- /dev/null +++ b/bitnami/grafana-tempo/templates/metrics-generator/pdb.yaml @@ -0,0 +1,28 @@ +{{- /* +Copyright Broadcom, Inc. All Rights Reserved. +SPDX-License-Identifier: APACHE-2.0 +*/}} + +{{- if .Values.metricsGenerator.pdb.create }} +apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} +kind: PodDisruptionBudget +metadata: + name: {{ template "grafana-tempo.metrics-generator.fullname" . }} + namespace: {{ .Release.Namespace | quote }} + labels: {{- include "common.labels.standard" ( dict "customLabels" .Values.commonLabels "context" $ ) | nindent 4 }} + app.kubernetes.io/component: metrics-generator + {{- if .Values.commonAnnotations }} + annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }} + {{- end }} +spec: + {{- if .Values.metricsGenerator.pdb.minAvailable }} + minAvailable: {{ .Values.metricsGenerator.pdb.minAvailable }} + {{- end }} + {{- if or .Values.metricsGenerator.pdb.maxUnavailable (not .Values.metricsGenerator.pdb.minAvailable) }} + maxUnavailable: {{ .Values.metricsGenerator.pdb.maxUnavailable | default 1 }} + {{- end }} + {{- $podLabels := include "common.tplvalues.merge" (dict "values" (list .Values.metricsGenerator.podLabels .Values.commonLabels) "context" .) }} + selector: + matchLabels: {{- include "common.labels.matchLabels" ( dict "customLabels" $podLabels "context" $ ) | nindent 6 }} + app.kubernetes.io/component: metrics-generator +{{- end }} diff --git a/bitnami/grafana-tempo/templates/querier/pdb.yaml b/bitnami/grafana-tempo/templates/querier/pdb.yaml new file mode 100644 index 00000000000000..914df7ad1ee107 --- /dev/null +++ b/bitnami/grafana-tempo/templates/querier/pdb.yaml @@ -0,0 +1,28 @@ +{{- /* +Copyright Broadcom, Inc. All Rights Reserved. +SPDX-License-Identifier: APACHE-2.0 +*/}} + +{{- if .Values.querier.pdb.create }} +apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} +kind: PodDisruptionBudget +metadata: + name: {{ template "grafana-tempo.querier.fullname" . }} + namespace: {{ .Release.Namespace | quote }} + labels: {{- include "common.labels.standard" ( dict "customLabels" .Values.commonLabels "context" $ ) | nindent 4 }} + app.kubernetes.io/component: querier + {{- if .Values.commonAnnotations }} + annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }} + {{- end }} +spec: + {{- if .Values.querier.pdb.minAvailable }} + minAvailable: {{ .Values.querier.pdb.minAvailable }} + {{- end }} + {{- if or .Values.querier.pdb.maxUnavailable (not .Values.querier.pdb.minAvailable) }} + maxUnavailable: {{ .Values.querier.pdb.maxUnavailable | default 1 }} + {{- end }} + {{- $podLabels := include "common.tplvalues.merge" (dict "values" (list .Values.querier.podLabels .Values.commonLabels) "context" .) }} + selector: + matchLabels: {{- include "common.labels.matchLabels" ( dict "customLabels" $podLabels "context" $ ) | nindent 6 }} + app.kubernetes.io/component: querier +{{- end }} diff --git a/bitnami/grafana-tempo/templates/query-frontend/pdb.yaml b/bitnami/grafana-tempo/templates/query-frontend/pdb.yaml new file mode 100644 index 00000000000000..456323b49ef289 --- /dev/null +++ b/bitnami/grafana-tempo/templates/query-frontend/pdb.yaml @@ -0,0 +1,30 @@ +{{- /* +Copyright Broadcom, Inc. All Rights Reserved. +SPDX-License-Identifier: APACHE-2.0 +*/}} + +{{- if .Values.queryFrontend.pdb.create }} +apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} +kind: PodDisruptionBudget +metadata: + name: {{ template "grafana-tempo.query-frontend.fullname" . }} + namespace: {{ .Release.Namespace | quote }} + {{- $versionLabel := dict "app.kubernetes.io/version" ( include "common.images.version" ( dict "imageRoot" .Values.queryFrontend.query.image "chart" .Chart ) ) }} + {{- $labels := include "common.tplvalues.merge" ( dict "values" ( list .Values.commonLabels $versionLabel ) "context" . ) }} + labels: {{- include "common.labels.standard" ( dict "customLabels" $labels "context" $ ) | nindent 4 }} + app.kubernetes.io/component: query-frontend + {{- if .Values.commonAnnotations }} + annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }} + {{- end }} +spec: + {{- if .Values.queryFrontend.pdb.minAvailable }} + minAvailable: {{ .Values.queryFrontend.pdb.minAvailable }} + {{- end }} + {{- if or .Values.queryFrontend.pdb.maxUnavailable (not .Values.queryFrontend.pdb.minAvailable) }} + maxUnavailable: {{ .Values.queryFrontend.pdb.maxUnavailable | default 1 }} + {{- end }} + {{- $podLabels := include "common.tplvalues.merge" (dict "values" (list .Values.queryFrontend.podLabels .Values.commonLabels $versionLabel) "context" .) }} + selector: + matchLabels: {{- include "common.labels.matchLabels" ( dict "customLabels" $podLabels "context" $ ) | nindent 6 }} + app.kubernetes.io/component: query-frontend +{{- end }} diff --git a/bitnami/grafana-tempo/templates/vulture/pdb.yaml b/bitnami/grafana-tempo/templates/vulture/pdb.yaml new file mode 100644 index 00000000000000..ce65e24ac56071 --- /dev/null +++ b/bitnami/grafana-tempo/templates/vulture/pdb.yaml @@ -0,0 +1,30 @@ +{{- /* +Copyright Broadcom, Inc. All Rights Reserved. +SPDX-License-Identifier: APACHE-2.0 +*/}} + +{{- if and .Values.vulture.enabled .Values.vulture.pdb.create }} +apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} +kind: PodDisruptionBudget +metadata: + name: {{ template "grafana-tempo.vulture.fullname" . }} + namespace: {{ .Release.Namespace | quote }} + {{- $versionLabel := dict "app.kubernetes.io/version" ( include "common.images.version" ( dict "imageRoot" .Values.vulture.image "chart" .Chart ) ) }} + {{- $labels := include "common.tplvalues.merge" ( dict "values" ( list .Values.commonLabels $versionLabel ) "context" . ) }} + labels: {{- include "common.labels.standard" ( dict "customLabels" $labels "context" $ ) | nindent 4 }} + app.kubernetes.io/component: vulture + {{- if .Values.commonAnnotations }} + annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }} + {{- end }} +spec: + {{- if .Values.vulture.pdb.minAvailable }} + minAvailable: {{ .Values.vulture.pdb.minAvailable }} + {{- end }} + {{- if or .Values.vulture.pdb.maxUnavailable (not .Values.vulture.pdb.minAvailable) }} + maxUnavailable: {{ .Values.vulture.pdb.maxUnavailable | default 1 }} + {{- end }} + {{- $podLabels := include "common.tplvalues.merge" (dict "values" (list .Values.vulture.podLabels .Values.commonLabels $versionLabel) "context" .) }} + selector: + matchLabels: {{- include "common.labels.matchLabels" ( dict "customLabels" $podLabels "context" $ ) | nindent 6 }} + app.kubernetes.io/component: vulture +{{- end }} diff --git a/bitnami/grafana-tempo/values.yaml b/bitnami/grafana-tempo/values.yaml index aa4061133f9ded..7bc20f063a6918 100644 --- a/bitnami/grafana-tempo/values.yaml +++ b/bitnami/grafana-tempo/values.yaml @@ -499,6 +499,16 @@ compactor: ## command: ['sh', '-c', 'echo "hello world"'] ## initContainers: [] + ## Pod Disruption Budget configuration + ## ref: https://kubernetes.io/docs/tasks/run-application/configure-pdb + ## @param compactor.pdb.create Enable/disable a Pod Disruption Budget creation + ## @param compactor.pdb.minAvailable Minimum number/percentage of pods that should remain scheduled + ## @param compactor.pdb.maxUnavailable Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `compactor.pdb.minAvailable` and `compactor.pdb.maxUnavailable` are empty. + ## + pdb: + create: true + minAvailable: "" + maxUnavailable: "" ## @param compactor.enableServiceLinks Whether information about services should be injected into pod's environment variable ## The environment variables injected by service links are not used, but can lead to slow boot times or slow running of the scripts when there are many services in the current namespace. ## If you experience slow pod startups or slow running of the scripts you probably want to set this to `false`. @@ -861,6 +871,16 @@ distributor: ## command: ['sh', '-c', 'echo "hello world"'] ## initContainers: [] + ## Pod Disruption Budget configuration + ## ref: https://kubernetes.io/docs/tasks/run-application/configure-pdb + ## @param distributor.pdb.create Enable/disable a Pod Disruption Budget creation + ## @param distributor.pdb.minAvailable Minimum number/percentage of pods that should remain scheduled + ## @param distributor.pdb.maxUnavailable Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `distributor.pdb.minAvailable` and `distributor.pdb.maxUnavailable` are empty. + ## + pdb: + create: true + minAvailable: "" + maxUnavailable: "" ## @param distributor.enableServiceLinks Whether information about services should be injected into pod's environment variable ## The environment variables injected by service links are not used, but can lead to slow boot times or slow running of the scripts when there are many services in the current namespace. ## If you experience slow pod startups or slow running of the scripts you probably want to set this to `false`. @@ -1227,6 +1247,16 @@ metricsGenerator: ## command: ['sh', '-c', 'echo "hello world"'] ## initContainers: [] + ## Pod Disruption Budget configuration + ## ref: https://kubernetes.io/docs/tasks/run-application/configure-pdb + ## @param metricsGenerator.pdb.create Enable/disable a Pod Disruption Budget creation + ## @param metricsGenerator.pdb.minAvailable Minimum number/percentage of pods that should remain scheduled + ## @param metricsGenerator.pdb.maxUnavailable Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `metricsGenerator.pdb.minAvailable` and `metricsGenerator.pdb.maxUnavailable` are empty. + ## + pdb: + create: true + minAvailable: "" + maxUnavailable: "" ## @param metricsGenerator.enableServiceLinks Whether information about services should be injected into pod's environment variable ## The environment variables injected by service links are not used, but can lead to slow boot times or slow running of the scripts when there are many services in the current namespace. ## If you experience slow pod startups or slow running of the scripts you probably want to set this to `false`. @@ -1586,6 +1616,16 @@ ingester: ## command: ['sh', '-c', 'echo "hello world"'] ## initContainers: [] + ## Pod Disruption Budget configuration + ## ref: https://kubernetes.io/docs/tasks/run-application/configure-pdb + ## @param ingester.pdb.create Enable/disable a Pod Disruption Budget creation + ## @param ingester.pdb.minAvailable Minimum number/percentage of pods that should remain scheduled + ## @param ingester.pdb.maxUnavailable Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `ingester.pdb.minAvailable` and `ingester.pdb.maxUnavailable` are empty. + ## + pdb: + create: true + minAvailable: "" + maxUnavailable: "" ## @param ingester.enableServiceLinks Whether information about services should be injected into pod's environment variable ## The environment variables injected by service links are not used, but can lead to slow boot times or slow running of the scripts when there are many services in the current namespace. ## If you experience slow pod startups or slow running of the scripts you probably want to set this to `false`. @@ -1992,6 +2032,16 @@ querier: ## command: ['sh', '-c', 'echo "hello world"'] ## initContainers: [] + ## Pod Disruption Budget configuration + ## ref: https://kubernetes.io/docs/tasks/run-application/configure-pdb + ## @param querier.pdb.create Enable/disable a Pod Disruption Budget creation + ## @param querier.pdb.minAvailable Minimum number/percentage of pods that should remain scheduled + ## @param querier.pdb.maxUnavailable Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `querier.pdb.minAvailable` and `querier.pdb.maxUnavailable` are empty. + ## + pdb: + create: true + minAvailable: "" + maxUnavailable: "" ## @param querier.enableServiceLinks Whether information about services should be injected into pod's environment variable ## The environment variables injected by service links are not used, but can lead to slow boot times or slow running of the scripts when there are many services in the current namespace. ## If you experience slow pod startups or slow running of the scripts you probably want to set this to `false`. @@ -2356,6 +2406,16 @@ queryFrontend: ## command: ['sh', '-c', 'echo "hello world"'] ## initContainers: [] + ## Pod Disruption Budget configuration + ## ref: https://kubernetes.io/docs/tasks/run-application/configure-pdb + ## @param queryFrontend.pdb.create Enable/disable a Pod Disruption Budget creation + ## @param queryFrontend.pdb.minAvailable Minimum number/percentage of pods that should remain scheduled + ## @param queryFrontend.pdb.maxUnavailable Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `queryFrontend.pdb.minAvailable` and `queryFrontend.pdb.maxUnavailable` are empty. + ## + pdb: + create: true + minAvailable: "" + maxUnavailable: "" ## @param queryFrontend.enableServiceLinks Whether information about services should be injected into pod's environment variable ## The environment variables injected by service links are not used, but can lead to slow boot times or slow running of the scripts when there are many services in the current namespace. ## If you experience slow pod startups or slow running of the scripts you probably want to set this to `false`. @@ -2929,6 +2989,16 @@ vulture: ## command: ['sh', '-c', 'echo "hello world"'] ## initContainers: [] + ## Pod Disruption Budget configuration + ## ref: https://kubernetes.io/docs/tasks/run-application/configure-pdb + ## @param vulture.pdb.create Enable/disable a Pod Disruption Budget creation + ## @param vulture.pdb.minAvailable Minimum number/percentage of pods that should remain scheduled + ## @param vulture.pdb.maxUnavailable Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `vulture.pdb.minAvailable` and `vulture.pdb.maxUnavailable` are empty. + ## + pdb: + create: true + minAvailable: "" + maxUnavailable: "" ## @param vulture.enableServiceLinks Whether information about services should be injected into pod's environment variable ## The environment variables injected by service links are not used, but can lead to slow boot times or slow running of the scripts when there are many services in the current namespace. ## If you experience slow pod startups or slow running of the scripts you probably want to set this to `false`. From a2f987a700f1d0a652533f2d5517c04541d1e46f Mon Sep 17 00:00:00 2001 From: Fran Mulero Date: Wed, 29 May 2024 11:14:09 +0200 Subject: [PATCH 074/110] [bitnami/jenkins] Enable PodDisruptionBudgets (#26497) * [bitnami/jenkins] Enable PodDisruptionBudgets Signed-off-by: Fran Mulero * Update CHANGELOG.md Signed-off-by: Bitnami Containers --------- Signed-off-by: Fran Mulero Signed-off-by: Bitnami Containers Co-authored-by: Bitnami Containers --- bitnami/jenkins/CHANGELOG.md | 821 +++++++++++++++-------------- bitnami/jenkins/Chart.yaml | 2 +- bitnami/jenkins/README.md | 3 + bitnami/jenkins/templates/pdb.yaml | 26 + bitnami/jenkins/values.yaml | 10 + 5 files changed, 453 insertions(+), 409 deletions(-) create mode 100644 bitnami/jenkins/templates/pdb.yaml diff --git a/bitnami/jenkins/CHANGELOG.md b/bitnami/jenkins/CHANGELOG.md index f7358a572bf79d..18566f2b5970b4 100644 --- a/bitnami/jenkins/CHANGELOG.md +++ b/bitnami/jenkins/CHANGELOG.md @@ -1,1285 +1,1290 @@ # Changelog +## 13.4.0 (2024-05-28) + +* [bitnami/jenkins] Enable PodDisruptionBudgets ([#26497](https://github.com/bitnami/charts/pull/26497)) + ## 13.3.0 (2024-05-21) -* [bitnami/jenkins] feat: :sparkles: :lock: Add warning when original images are replaced ([#26220](https://github.com/bitnami/charts/pulls/26220)) +* [bitnami/*] ci: :construction_worker: Add tag and changelog support (#25359) ([91c707c](https://github.com/bitnami/charts/commit/91c707c9e4e574725a09505d2d313fb93f1b4c0a)), closes [#25359](https://github.com/bitnami/charts/issues/25359) +* [bitnami/jenkins] feat: :sparkles: :lock: Add warning when original images are replaced (#26220) ([8dcf07f](https://github.com/bitnami/charts/commit/8dcf07fa3c39851e94fbf771306fddeda42d8e7d)), closes [#26220](https://github.com/bitnami/charts/issues/26220) ## 13.2.0 (2024-05-20) -* [bitnami/jenkins] Stabilize Jenkins by adding a replicaCount (#25108) ([a8fbbd4](https://github.com/bitnami/charts/commit/a8fbbd4)), closes [#25108](https://github.com/bitnami/charts/issues/25108) -* [bitnami/jenkins] Use different liveness/readiness probes (#25980) ([5e83a0d](https://github.com/bitnami/charts/commit/5e83a0d)), closes [#25980](https://github.com/bitnami/charts/issues/25980) +* [bitnami/jenkins] Stabilize Jenkins by adding a replicaCount (#25108) ([a8fbbd4](https://github.com/bitnami/charts/commit/a8fbbd43eb1a9a8052d8cfa592b28a50bea446ea)), closes [#25108](https://github.com/bitnami/charts/issues/25108) +* [bitnami/jenkins] Use different liveness/readiness probes (#25980) ([5e83a0d](https://github.com/bitnami/charts/commit/5e83a0d565f4ba4617185718ed1c2444cf2f9808)), closes [#25980](https://github.com/bitnami/charts/issues/25980) ## 13.1.5 (2024-05-18) -* [bitnami/jenkins] Release 13.1.5 updating components versions (#26027) ([3dfc6ff](https://github.com/bitnami/charts/commit/3dfc6ff)), closes [#26027](https://github.com/bitnami/charts/issues/26027) +* [bitnami/jenkins] Release 13.1.5 updating components versions (#26027) ([3dfc6ff](https://github.com/bitnami/charts/commit/3dfc6ff728660fc5dcd0002623454d2efdf297b4)), closes [#26027](https://github.com/bitnami/charts/issues/26027) ## 13.1.4 (2024-05-15) -* [bitnami/jenkins] Release 13.1.4 updating components versions (#25928) ([8e8ca9c](https://github.com/bitnami/charts/commit/8e8ca9c)), closes [#25928](https://github.com/bitnami/charts/issues/25928) +* [bitnami/jenkins] Release 13.1.4 updating components versions (#25928) ([8e8ca9c](https://github.com/bitnami/charts/commit/8e8ca9cc4bc1b4677a311e9b7d9eb31f8c2b3262)), closes [#25928](https://github.com/bitnami/charts/issues/25928) ## 13.1.3 (2024-05-14) -* [bitnami/*] Change non-root and rolling-tags doc URLs (#25628) ([b067c94](https://github.com/bitnami/charts/commit/b067c94)), closes [#25628](https://github.com/bitnami/charts/issues/25628) -* [bitnami/jenkins] Release 13.1.3 updating components versions (#25771) ([1c4533f](https://github.com/bitnami/charts/commit/1c4533f)), closes [#25771](https://github.com/bitnami/charts/issues/25771) +* [bitnami/*] Change non-root and rolling-tags doc URLs (#25628) ([b067c94](https://github.com/bitnami/charts/commit/b067c94f6bcde427863c197fd355f0b5ba12ff5b)), closes [#25628](https://github.com/bitnami/charts/issues/25628) +* [bitnami/jenkins] Release 13.1.3 updating components versions (#25771) ([1c4533f](https://github.com/bitnami/charts/commit/1c4533fc48dc22c7ad3ceb046a52b7824b6f9130)), closes [#25771](https://github.com/bitnami/charts/issues/25771) ## 13.1.2 (2024-05-08) -* [bitnami/*] Set new header/owner (#25558) ([8d1dc11](https://github.com/bitnami/charts/commit/8d1dc11)), closes [#25558](https://github.com/bitnami/charts/issues/25558) -* [bitnami/jenkins] Release 13.1.2 updating components versions (#25600) ([5f7c984](https://github.com/bitnami/charts/commit/5f7c984)), closes [#25600](https://github.com/bitnami/charts/issues/25600) +* [bitnami/*] Set new header/owner (#25558) ([8d1dc11](https://github.com/bitnami/charts/commit/8d1dc11f5fb30db6fba50c43d7af59d2f79deed3)), closes [#25558](https://github.com/bitnami/charts/issues/25558) +* [bitnami/jenkins] Release 13.1.2 updating components versions (#25600) ([5f7c984](https://github.com/bitnami/charts/commit/5f7c984747c43a73c109101461e64fb0ac3b4eb4)), closes [#25600](https://github.com/bitnami/charts/issues/25600) ## 13.1.1 (2024-05-02) -* [bitnami/jenkins] Release 13.1.1 updating components versions (#25490) ([19e939e](https://github.com/bitnami/charts/commit/19e939e)), closes [#25490](https://github.com/bitnami/charts/issues/25490) -* [bitnami/multiple charts] Fix typo: "NetworkPolice" vs "NetworkPolicy" (#25348) ([6970c1b](https://github.com/bitnami/charts/commit/6970c1b)), closes [#25348](https://github.com/bitnami/charts/issues/25348) -* Replace VMware by Broadcom copyright text (#25306) ([a5e4bd0](https://github.com/bitnami/charts/commit/a5e4bd0)), closes [#25306](https://github.com/bitnami/charts/issues/25306) +* [bitnami/jenkins] Release 13.1.1 updating components versions (#25490) ([19e939e](https://github.com/bitnami/charts/commit/19e939ee53a5ebfb16eef59216d7e413a294540c)), closes [#25490](https://github.com/bitnami/charts/issues/25490) +* [bitnami/multiple charts] Fix typo: "NetworkPolice" vs "NetworkPolicy" (#25348) ([6970c1b](https://github.com/bitnami/charts/commit/6970c1ba245873506e73d459c6eac1e4919b778f)), closes [#25348](https://github.com/bitnami/charts/issues/25348) +* Replace VMware by Broadcom copyright text (#25306) ([a5e4bd0](https://github.com/bitnami/charts/commit/a5e4bd0e35e419203793976a78d9d0a13de92c76)), closes [#25306](https://github.com/bitnami/charts/issues/25306) ## 13.1.0 (2024-04-23) -* [bitnami/jenkins]Add resources configuration to reload-configuration-as-code sidecar container (#247 ([35ef5e6](https://github.com/bitnami/charts/commit/35ef5e6)), closes [#24732](https://github.com/bitnami/charts/issues/24732) +* [bitnami/jenkins]Add resources configuration to reload-configuration-as-code sidecar container (#247 ([35ef5e6](https://github.com/bitnami/charts/commit/35ef5e68076a9e7e43b36c3d8e5d9589946b88b6)), closes [#24732](https://github.com/bitnami/charts/issues/24732) ## 13.0.2 (2024-04-17) -* [bitnami/jenkins] Release 13.0.2 (#25212) ([7bd9067](https://github.com/bitnami/charts/commit/7bd9067)), closes [#25212](https://github.com/bitnami/charts/issues/25212) +* [bitnami/jenkins] Release 13.0.2 (#25212) ([7bd9067](https://github.com/bitnami/charts/commit/7bd9067c690bf1cad0aff660086976a4bdcbd969)), closes [#25212](https://github.com/bitnami/charts/issues/25212) ## 13.0.1 (2024-04-15) -* [bitnami/jenkins] Add agentListener port to networkPolicy ingress (#25017) ([daeeb7e](https://github.com/bitnami/charts/commit/daeeb7e)), closes [#25017](https://github.com/bitnami/charts/issues/25017) -* Update resourcesPreset comments (#24467) ([92e3e8a](https://github.com/bitnami/charts/commit/92e3e8a)), closes [#24467](https://github.com/bitnami/charts/issues/24467) +* [bitnami/jenkins] Add agentListener port to networkPolicy ingress (#25017) ([daeeb7e](https://github.com/bitnami/charts/commit/daeeb7e7b8b8df918bb4d51c003e02c5893ca11a)), closes [#25017](https://github.com/bitnami/charts/issues/25017) +* Update resourcesPreset comments (#24467) ([92e3e8a](https://github.com/bitnami/charts/commit/92e3e8a507326d2a20a8f10ab3e7746a2ec5c554)), closes [#24467](https://github.com/bitnami/charts/issues/24467) ## 13.0.0 (2024-04-01) -* [bitnami/jenkins] feat!: :lock: :boom: Improve security defaults (#24654) ([c84a8c3](https://github.com/bitnami/charts/commit/c84a8c3)), closes [#24654](https://github.com/bitnami/charts/issues/24654) +* [bitnami/jenkins] feat!: :lock: :boom: Improve security defaults (#24654) ([c84a8c3](https://github.com/bitnami/charts/commit/c84a8c326a467ec44276b8c6a792641900c79b50)), closes [#24654](https://github.com/bitnami/charts/issues/24654) ## 12.11.1 (2024-03-20) -* [bitnami/*] Reorder Chart sections (#24455) ([0cf4048](https://github.com/bitnami/charts/commit/0cf4048)), closes [#24455](https://github.com/bitnami/charts/issues/24455) -* [bitnami/jenkins] Release 12.11.1 updating components versions (#24580) ([1441d67](https://github.com/bitnami/charts/commit/1441d67)), closes [#24580](https://github.com/bitnami/charts/issues/24580) +* [bitnami/*] Reorder Chart sections (#24455) ([0cf4048](https://github.com/bitnami/charts/commit/0cf4048e8743f70a9753d460655bd030cbff6824)), closes [#24455](https://github.com/bitnami/charts/issues/24455) +* [bitnami/jenkins] Release 12.11.1 updating components versions (#24580) ([1441d67](https://github.com/bitnami/charts/commit/1441d67b0676ae9a641e1809227b1eb6ceb93d4d)), closes [#24580](https://github.com/bitnami/charts/issues/24580) ## 12.11.0 (2024-03-06) -* [bitnami/jenkins] feat: :sparkles: :lock: Add automatic adaptation for Openshift restricted-v2 SCC ( ([6b394b0](https://github.com/bitnami/charts/commit/6b394b0)), closes [#24096](https://github.com/bitnami/charts/issues/24096) +* [bitnami/jenkins] feat: :sparkles: :lock: Add automatic adaptation for Openshift restricted-v2 SCC ( ([6b394b0](https://github.com/bitnami/charts/commit/6b394b0d4ef5689877800dbd431fe887da5e569c)), closes [#24096](https://github.com/bitnami/charts/issues/24096) ## 12.10.1 (2024-03-01) -* [bitnami/jenkins] fix: :bug: Allow empty resources in jenkins agent (#23961) ([917db37](https://github.com/bitnami/charts/commit/917db37)), closes [#23961](https://github.com/bitnami/charts/issues/23961) +* [bitnami/jenkins] fix: :bug: Allow empty resources in jenkins agent (#23961) ([917db37](https://github.com/bitnami/charts/commit/917db375700bbc44f441a438ba177223f4d34023)), closes [#23961](https://github.com/bitnami/charts/issues/23961) ## 12.10.0 (2024-02-27) -* [bitnami/jenkins] feat: :sparkles: :lock: Add readOnlyRootFilesystem support (#23915) ([11b99af](https://github.com/bitnami/charts/commit/11b99af)), closes [#23915](https://github.com/bitnami/charts/issues/23915) +* [bitnami/jenkins] feat: :sparkles: :lock: Add readOnlyRootFilesystem support (#23915) ([11b99af](https://github.com/bitnami/charts/commit/11b99af423777e244a72e5e7b3422ea706f42f9d)), closes [#23915](https://github.com/bitnami/charts/issues/23915) ## 12.9.2 (2024-02-26) -* [bitnami/jenkins] Release 12.9.2 (#23790) ([bebd554](https://github.com/bitnami/charts/commit/bebd554)), closes [#23790](https://github.com/bitnami/charts/issues/23790) +* [bitnami/jenkins] Release 12.9.2 (#23790) ([bebd554](https://github.com/bitnami/charts/commit/bebd5545a1bd2e51d708ae319315fad7a1e59ec7)), closes [#23790](https://github.com/bitnami/charts/issues/23790) ## 12.9.1 (2024-02-21) -* [bitnami/jenkins] Release 12.9.1 updating components versions (#23663) ([0c879eb](https://github.com/bitnami/charts/commit/0c879eb)), closes [#23663](https://github.com/bitnami/charts/issues/23663) +* [bitnami/jenkins] Release 12.9.1 updating components versions (#23663) ([0c879eb](https://github.com/bitnami/charts/commit/0c879eb805c75634d0dd41278264a0a34a724a5c)), closes [#23663](https://github.com/bitnami/charts/issues/23663) ## 12.9.0 (2024-02-20) -* [bitnami/*] Bump all versions (#23602) ([b70ee2a](https://github.com/bitnami/charts/commit/b70ee2a)), closes [#23602](https://github.com/bitnami/charts/issues/23602) +* [bitnami/*] Bump all versions (#23602) ([b70ee2a](https://github.com/bitnami/charts/commit/b70ee2a30e4dc256bf0ac52928fb2fa7a70f049b)), closes [#23602](https://github.com/bitnami/charts/issues/23602) ## 12.8.0 (2024-02-15) -* [bitnami/jenkins] feat: :sparkles: :lock: Add resource preset support (#23465) ([9fc5770](https://github.com/bitnami/charts/commit/9fc5770)), closes [#23465](https://github.com/bitnami/charts/issues/23465) +* [bitnami/jenkins] feat: :sparkles: :lock: Add resource preset support (#23465) ([9fc5770](https://github.com/bitnami/charts/commit/9fc5770abe56b7e668cc799bebce6f4887aae8d3)), closes [#23465](https://github.com/bitnami/charts/issues/23465) ## 12.7.0 (2024-02-13) -* [bitnami/jenkins] feat: :lock: Enable networkPolicy (#23192) ([d155cbb](https://github.com/bitnami/charts/commit/d155cbb)), closes [#23192](https://github.com/bitnami/charts/issues/23192) +* [bitnami/jenkins] feat: :lock: Enable networkPolicy (#23192) ([d155cbb](https://github.com/bitnami/charts/commit/d155cbb60b2e52eb421adc89f405b3433ee74c3e)), closes [#23192](https://github.com/bitnami/charts/issues/23192) ## 12.6.7 (2024-02-03) -* [bitnami/jenkins] Release 12.6.7 updating components versions (#23164) ([93aba12](https://github.com/bitnami/charts/commit/93aba12)), closes [#23164](https://github.com/bitnami/charts/issues/23164) +* [bitnami/jenkins] Release 12.6.7 updating components versions (#23164) ([93aba12](https://github.com/bitnami/charts/commit/93aba129909297679928a658aa4982fa05a29efb)), closes [#23164](https://github.com/bitnami/charts/issues/23164) ## 12.6.6 (2024-02-02) -* [bitnami/jenkins] Release 12.6.6 updating components versions (#23085) ([c264adc](https://github.com/bitnami/charts/commit/c264adc)), closes [#23085](https://github.com/bitnami/charts/issues/23085) +* [bitnami/jenkins] Release 12.6.6 updating components versions (#23085) ([c264adc](https://github.com/bitnami/charts/commit/c264adcc958ba762fcbf973bab230476c2bf0b0c)), closes [#23085](https://github.com/bitnami/charts/issues/23085) ## 12.6.5 (2024-01-30) -* [bitnami/jenkins] Release 12.6.5 updating components versions (#22896) ([0547ea7](https://github.com/bitnami/charts/commit/0547ea7)), closes [#22896](https://github.com/bitnami/charts/issues/22896) +* [bitnami/jenkins] Release 12.6.5 updating components versions (#22896) ([0547ea7](https://github.com/bitnami/charts/commit/0547ea790b54915c68b5a93ee55b3c2359eee399)), closes [#22896](https://github.com/bitnami/charts/issues/22896) ## 12.6.4 (2024-01-29) -* [bitnami/jenkins] Release 12.6.4 updating components versions (#22820) ([1c7dfc1](https://github.com/bitnami/charts/commit/1c7dfc1)), closes [#22820](https://github.com/bitnami/charts/issues/22820) +* [bitnami/jenkins] Release 12.6.4 updating components versions (#22820) ([1c7dfc1](https://github.com/bitnami/charts/commit/1c7dfc16b41dd75f08aa261efb74fa302ec9f2f4)), closes [#22820](https://github.com/bitnami/charts/issues/22820) ## 12.6.3 (2024-01-27) -* [bitnami/jenkins] Release 12.6.3 updating components versions (#22778) ([d2554b7](https://github.com/bitnami/charts/commit/d2554b7)), closes [#22778](https://github.com/bitnami/charts/issues/22778) +* [bitnami/jenkins] Release 12.6.3 updating components versions (#22778) ([d2554b7](https://github.com/bitnami/charts/commit/d2554b7edd08822a073a6cf3886ee44cf08a7ffa)), closes [#22778](https://github.com/bitnami/charts/issues/22778) ## 12.6.2 (2024-01-24) -* [bitnami/*] Move documentation sections from docs.bitnami.com back to the README (#22203) ([7564f36](https://github.com/bitnami/charts/commit/7564f36)), closes [#22203](https://github.com/bitnami/charts/issues/22203) -* [bitnami/jenkins] Release 12.6.2 updating components versions (#22706) ([905928d](https://github.com/bitnami/charts/commit/905928d)), closes [#22706](https://github.com/bitnami/charts/issues/22706) +* [bitnami/*] Move documentation sections from docs.bitnami.com back to the README (#22203) ([7564f36](https://github.com/bitnami/charts/commit/7564f36ca1e95ff30ee686652b7ab8690561a707)), closes [#22203](https://github.com/bitnami/charts/issues/22203) +* [bitnami/jenkins] Release 12.6.2 updating components versions (#22706) ([905928d](https://github.com/bitnami/charts/commit/905928d2de938d03720c245e3b39b147eed657e7)), closes [#22706](https://github.com/bitnami/charts/issues/22706) ## 12.6.1 (2024-01-24) -* [bitnami/jenkins] fix: :bug: Set seLinuxOptions to null for Openshift compatibility (#22602) ([26c1b30](https://github.com/bitnami/charts/commit/26c1b30)), closes [#22602](https://github.com/bitnami/charts/issues/22602) +* [bitnami/jenkins] fix: :bug: Set seLinuxOptions to null for Openshift compatibility (#22602) ([26c1b30](https://github.com/bitnami/charts/commit/26c1b30dfc9579231ec222beef33f54820c9e806)), closes [#22602](https://github.com/bitnami/charts/issues/22602) ## 12.6.0 (2024-01-19) -* [bitnami/jenkins] fix: :lock: Move service-account token auto-mount to pod declaration (#22413) ([53ea8c7](https://github.com/bitnami/charts/commit/53ea8c7)), closes [#22413](https://github.com/bitnami/charts/issues/22413) +* [bitnami/jenkins] fix: :lock: Move service-account token auto-mount to pod declaration (#22413) ([53ea8c7](https://github.com/bitnami/charts/commit/53ea8c74402115b7c89c8f825824ef4ec7936970)), closes [#22413](https://github.com/bitnami/charts/issues/22413) ## 12.5.1 (2024-01-18) -* [bitnami/jenkins] Release 12.5.1 updating components versions (#22286) ([bab50fa](https://github.com/bitnami/charts/commit/bab50fa)), closes [#22286](https://github.com/bitnami/charts/issues/22286) +* [bitnami/jenkins] Release 12.5.1 updating components versions (#22286) ([bab50fa](https://github.com/bitnami/charts/commit/bab50fa0e5417e354ec5d4529b7adece9e5f1291)), closes [#22286](https://github.com/bitnami/charts/issues/22286) ## 12.5.0 (2024-01-17) -* [bitnami/*] Fix docs.bitnami.com broken links (#21901) ([f35506d](https://github.com/bitnami/charts/commit/f35506d)), closes [#21901](https://github.com/bitnami/charts/issues/21901) -* [bitnami/*] Fix ref links (in comments) (#21822) ([e4fa296](https://github.com/bitnami/charts/commit/e4fa296)), closes [#21822](https://github.com/bitnami/charts/issues/21822) -* [bitnami/*] Update copyright: Year and company (#21815) ([6c4bf75](https://github.com/bitnami/charts/commit/6c4bf75)), closes [#21815](https://github.com/bitnami/charts/issues/21815) -* [bitnami/jenkins] fix: :lock: Improve podSecurityContext and containerSecurityContext with essential ([6e5d714](https://github.com/bitnami/charts/commit/6e5d714)), closes [#22133](https://github.com/bitnami/charts/issues/22133) +* [bitnami/*] Fix docs.bitnami.com broken links (#21901) ([f35506d](https://github.com/bitnami/charts/commit/f35506d2dadee4f097986e7792df1f53ab215b5d)), closes [#21901](https://github.com/bitnami/charts/issues/21901) +* [bitnami/*] Fix ref links (in comments) (#21822) ([e4fa296](https://github.com/bitnami/charts/commit/e4fa296106b225cf8c82445727c675c7c725e380)), closes [#21822](https://github.com/bitnami/charts/issues/21822) +* [bitnami/*] Update copyright: Year and company (#21815) ([6c4bf75](https://github.com/bitnami/charts/commit/6c4bf75dec58fc7c9aee9f089777b1a858c17d5b)), closes [#21815](https://github.com/bitnami/charts/issues/21815) +* [bitnami/jenkins] fix: :lock: Improve podSecurityContext and containerSecurityContext with essential ([6e5d714](https://github.com/bitnami/charts/commit/6e5d7140b9cfa15f77a1d8617aa966bdf0c3fa54)), closes [#22133](https://github.com/bitnami/charts/issues/22133) ## 12.4.8 (2023-12-14) -* [bitnami/jenkins] Release 12.4.8 updating components versions (#21561) ([a45c043](https://github.com/bitnami/charts/commit/a45c043)), closes [#21561](https://github.com/bitnami/charts/issues/21561) +* [bitnami/jenkins] Release 12.4.8 updating components versions (#21561) ([a45c043](https://github.com/bitnami/charts/commit/a45c043cb1452c719bab8f90d25d3ddcedbea442)), closes [#21561](https://github.com/bitnami/charts/issues/21561) ## 12.4.7 (2023-12-07) -* [bitnami/jenkins] Release 12.4.7 updating components versions (#21474) ([b14f481](https://github.com/bitnami/charts/commit/b14f481)), closes [#21474](https://github.com/bitnami/charts/issues/21474) +* [bitnami/jenkins] Release 12.4.7 updating components versions (#21474) ([b14f481](https://github.com/bitnami/charts/commit/b14f481a90442c6cc08fd92a70f12519c5c4ab87)), closes [#21474](https://github.com/bitnami/charts/issues/21474) ## 12.4.6 (2023-12-07) -* [bitnami/jenkins] Release 12.4.6 updating components versions (#21472) ([b2be401](https://github.com/bitnami/charts/commit/b2be401)), closes [#21472](https://github.com/bitnami/charts/issues/21472) +* [bitnami/jenkins] Release 12.4.6 updating components versions (#21472) ([b2be401](https://github.com/bitnami/charts/commit/b2be401b22757c29b24afd5267b4c0024b014b8c)), closes [#21472](https://github.com/bitnami/charts/issues/21472) ## 12.4.5 (2023-12-05) -* [bitnami/jenkins] Replace deprecated pull secret partial (#21376) ([1710f46](https://github.com/bitnami/charts/commit/1710f46)), closes [#21376](https://github.com/bitnami/charts/issues/21376) +* [bitnami/jenkins] Replace deprecated pull secret partial (#21376) ([1710f46](https://github.com/bitnami/charts/commit/1710f469a3a8c172cc91d7355fe804944aac2706)), closes [#21376](https://github.com/bitnami/charts/issues/21376) ## 12.4.4 (2023-11-22) -* [bitnami/*] Remove relative links to non-README sections, add verification for that and update TL;DR ([1103633](https://github.com/bitnami/charts/commit/1103633)), closes [#20967](https://github.com/bitnami/charts/issues/20967) -* [bitnami/*] Rename solutions to "Bitnami package for ..." (#21038) ([b82f979](https://github.com/bitnami/charts/commit/b82f979)), closes [#21038](https://github.com/bitnami/charts/issues/21038) -* [bitnami/jenkins] Release 12.4.4 (#21124) ([6bad786](https://github.com/bitnami/charts/commit/6bad786)), closes [#21124](https://github.com/bitnami/charts/issues/21124) +* [bitnami/*] Remove relative links to non-README sections, add verification for that and update TL;DR ([1103633](https://github.com/bitnami/charts/commit/11036334d82df0490aa4abdb591543cab6cf7d7f)), closes [#20967](https://github.com/bitnami/charts/issues/20967) +* [bitnami/*] Rename solutions to "Bitnami package for ..." (#21038) ([b82f979](https://github.com/bitnami/charts/commit/b82f979e4fb63423fe6e2192c946d09d79c944fc)), closes [#21038](https://github.com/bitnami/charts/issues/21038) +* [bitnami/jenkins] Release 12.4.4 (#21124) ([6bad786](https://github.com/bitnami/charts/commit/6bad7869f2ed85d0f32a292c4fd2f82f31f7e984)), closes [#21124](https://github.com/bitnami/charts/issues/21124) ## 12.4.3 (2023-11-16) -* [bitnami/jenkins] Release 12.4.3 updating components versions (#20993) ([c357533](https://github.com/bitnami/charts/commit/c357533)), closes [#20993](https://github.com/bitnami/charts/issues/20993) +* [bitnami/jenkins] Release 12.4.3 updating components versions (#20993) ([c357533](https://github.com/bitnami/charts/commit/c357533af3e278d4da5e1e45149535fb117d5998)), closes [#20993](https://github.com/bitnami/charts/issues/20993) ## 12.4.2 (2023-11-08) -* [bitnami/jenkins] Release 12.4.2 updating components versions (#20701) ([c526988](https://github.com/bitnami/charts/commit/c526988)), closes [#20701](https://github.com/bitnami/charts/issues/20701) +* [bitnami/jenkins] Release 12.4.2 updating components versions (#20701) ([c526988](https://github.com/bitnami/charts/commit/c5269882e0373549c757995885157f8bd90ee96b)), closes [#20701](https://github.com/bitnami/charts/issues/20701) ## 12.4.1 (2023-11-02) -* [bitnami/jenkins] Release 12.4.1 updating components versions (#20585) ([90f70be](https://github.com/bitnami/charts/commit/90f70be)), closes [#20585](https://github.com/bitnami/charts/issues/20585) +* [bitnami/jenkins] Release 12.4.1 updating components versions (#20585) ([90f70be](https://github.com/bitnami/charts/commit/90f70be002c9242efe842da33edaf747062854c8)), closes [#20585](https://github.com/bitnami/charts/issues/20585) ## 12.4.0 (2023-10-26) -* [bitnami/*] Rename VMware Application Catalog (#20361) ([3acc734](https://github.com/bitnami/charts/commit/3acc734)), closes [#20361](https://github.com/bitnami/charts/issues/20361) -* [bitnami/*] Skip image's tag in the README files of the Bitnami Charts (#19841) ([bb9a01b](https://github.com/bitnami/charts/commit/bb9a01b)), closes [#19841](https://github.com/bitnami/charts/issues/19841) -* [bitnami/*] Standardize documentation (#19835) ([af5f753](https://github.com/bitnami/charts/commit/af5f753)), closes [#19835](https://github.com/bitnami/charts/issues/19835) -* [bitnami/jenkins] feat: :sparkles: Add support for PSA restricted policy ([86a5b1a](https://github.com/bitnami/charts/commit/86a5b1a)) +* [bitnami/*] Rename VMware Application Catalog (#20361) ([3acc734](https://github.com/bitnami/charts/commit/3acc73472beb6fb56c4d99f929061001205bc57e)), closes [#20361](https://github.com/bitnami/charts/issues/20361) +* [bitnami/*] Skip image's tag in the README files of the Bitnami Charts (#19841) ([bb9a01b](https://github.com/bitnami/charts/commit/bb9a01b65911c87e48318db922cc05eb42785e42)), closes [#19841](https://github.com/bitnami/charts/issues/19841) +* [bitnami/*] Standardize documentation (#19835) ([af5f753](https://github.com/bitnami/charts/commit/af5f7530c1bc8c5ded53a6c4f7b8f384ac1804f2)), closes [#19835](https://github.com/bitnami/charts/issues/19835) +* [bitnami/jenkins] feat: :sparkles: Add support for PSA restricted policy ([86a5b1a](https://github.com/bitnami/charts/commit/86a5b1a768f74f7e9d36999bd84f8999616b7bcb)) ## 12.3.9 (2023-10-18) -* [bitnami/jenkins] Release 12.3.9 (#20313) ([96394b1](https://github.com/bitnami/charts/commit/96394b1)), closes [#20313](https://github.com/bitnami/charts/issues/20313) +* [bitnami/jenkins] Release 12.3.9 (#20313) ([96394b1](https://github.com/bitnami/charts/commit/96394b105e54703739a4f5c87edabb996e7b3f41)), closes [#20313](https://github.com/bitnami/charts/issues/20313) ## 12.3.8 (2023-10-12) -* [bitnami/jenkins] Release 12.3.8 (#20145) ([0fb739a](https://github.com/bitnami/charts/commit/0fb739a)), closes [#20145](https://github.com/bitnami/charts/issues/20145) +* [bitnami/jenkins] Release 12.3.8 (#20145) ([0fb739a](https://github.com/bitnami/charts/commit/0fb739a5f54c3ecf77158fdb50a58c75a290fc6f)), closes [#20145](https://github.com/bitnami/charts/issues/20145) ## 12.3.7 (2023-10-09) -* [bitnami/jenkins] Release 12.3.7 (#19892) ([d76ec2f](https://github.com/bitnami/charts/commit/d76ec2f)), closes [#19892](https://github.com/bitnami/charts/issues/19892) +* [bitnami/jenkins] Release 12.3.7 (#19892) ([d76ec2f](https://github.com/bitnami/charts/commit/d76ec2fdf551900e9b1b73eedd05d2d30e97cb4d)), closes [#19892](https://github.com/bitnami/charts/issues/19892) ## 12.3.6 (2023-10-09) -* [bitnami/*] Update Helm charts prerequisites (#19745) ([eb755dd](https://github.com/bitnami/charts/commit/eb755dd)), closes [#19745](https://github.com/bitnami/charts/issues/19745) -* [bitnami/jenkins] Release 12.3.6 (#19852) ([b7dae3b](https://github.com/bitnami/charts/commit/b7dae3b)), closes [#19852](https://github.com/bitnami/charts/issues/19852) +* [bitnami/*] Update Helm charts prerequisites (#19745) ([eb755dd](https://github.com/bitnami/charts/commit/eb755dd36a4dd3cf6635be8e0598f9a7f4c4a554)), closes [#19745](https://github.com/bitnami/charts/issues/19745) +* [bitnami/jenkins] Release 12.3.6 (#19852) ([b7dae3b](https://github.com/bitnami/charts/commit/b7dae3b1be23eaad898a55dc939a1b917d237fdd)), closes [#19852](https://github.com/bitnami/charts/issues/19852) ## 12.3.5 (2023-09-29) -* [bitnami/jenkins] Release 12.3.5 (#19653) ([26e8dde](https://github.com/bitnami/charts/commit/26e8dde)), closes [#19653](https://github.com/bitnami/charts/issues/19653) +* [bitnami/jenkins] Release 12.3.5 (#19653) ([26e8dde](https://github.com/bitnami/charts/commit/26e8dde68efa999f6f4909238df9134e3de7f1a5)), closes [#19653](https://github.com/bitnami/charts/issues/19653) ## 12.3.4 (2023-09-20) -* [bitnami/jenkins] Release 12.3.4 (#19438) ([5d5e8f0](https://github.com/bitnami/charts/commit/5d5e8f0)), closes [#19438](https://github.com/bitnami/charts/issues/19438) +* [bitnami/jenkins] Release 12.3.4 (#19438) ([5d5e8f0](https://github.com/bitnami/charts/commit/5d5e8f0aa05b2d7e9c1d984e622e7066400757c7)), closes [#19438](https://github.com/bitnami/charts/issues/19438) ## 12.3.3 (2023-09-20) -* [bitnami/jenkins] Release 12.3.3 (#19437) ([d7a8c11](https://github.com/bitnami/charts/commit/d7a8c11)), closes [#19437](https://github.com/bitnami/charts/issues/19437) -* Revert "Autogenerate schema files (#19194)" (#19335) ([73d80be](https://github.com/bitnami/charts/commit/73d80be)), closes [#19194](https://github.com/bitnami/charts/issues/19194) [#19335](https://github.com/bitnami/charts/issues/19335) +* [bitnami/jenkins] Release 12.3.3 (#19437) ([d7a8c11](https://github.com/bitnami/charts/commit/d7a8c114801afd2d683f3dd74e105b7f1cea4a7d)), closes [#19437](https://github.com/bitnami/charts/issues/19437) +* Revert "Autogenerate schema files (#19194)" (#19335) ([73d80be](https://github.com/bitnami/charts/commit/73d80be525c88fb4b8a54451a55acd506e337062)), closes [#19194](https://github.com/bitnami/charts/issues/19194) [#19335](https://github.com/bitnami/charts/issues/19335) ## 12.3.2 (2023-09-11) -* [bitnami/jenkins] Release 12.3.1 (#18975) ([a28e5ee](https://github.com/bitnami/charts/commit/a28e5ee)), closes [#18975](https://github.com/bitnami/charts/issues/18975) -* Autogenerate schema files (#19194) ([a2c2090](https://github.com/bitnami/charts/commit/a2c2090)), closes [#19194](https://github.com/bitnami/charts/issues/19194) +* [bitnami/jenkins] Release 12.3.1 (#18975) ([a28e5ee](https://github.com/bitnami/charts/commit/a28e5ee32f8d7b447e62222c9f8ee9f303b79784)), closes [#18975](https://github.com/bitnami/charts/issues/18975) +* Autogenerate schema files (#19194) ([a2c2090](https://github.com/bitnami/charts/commit/a2c2090b5ac97f47b745c8028c6452bf99739772)), closes [#19194](https://github.com/bitnami/charts/issues/19194) ## 12.3.1 (2023-09-08) -* [bitnami/jenkins]: Use merge helper (#19053) ([d96687b](https://github.com/bitnami/charts/commit/d96687b)), closes [#19053](https://github.com/bitnami/charts/issues/19053) +* [bitnami/jenkins]: Use merge helper (#19053) ([d96687b](https://github.com/bitnami/charts/commit/d96687b815a87ab0f18126ba5822ac120b65297b)), closes [#19053](https://github.com/bitnami/charts/issues/19053) ## 12.3.0 (2023-08-22) -* [bitnami/jenkins] Support for customizing standard labels (#18308) ([0c47f9e](https://github.com/bitnami/charts/commit/0c47f9e)), closes [#18308](https://github.com/bitnami/charts/issues/18308) +* [bitnami/jenkins] Support for customizing standard labels (#18308) ([0c47f9e](https://github.com/bitnami/charts/commit/0c47f9e0e9b6d82f0bad2dc7d00b7c26727df139)), closes [#18308](https://github.com/bitnami/charts/issues/18308) ## 12.2.9 (2023-08-21) -* [bitnami/jenkins] Release 12.2.9 (#18765) ([19e1f28](https://github.com/bitnami/charts/commit/19e1f28)), closes [#18765](https://github.com/bitnami/charts/issues/18765) +* [bitnami/jenkins] Release 12.2.9 (#18765) ([19e1f28](https://github.com/bitnami/charts/commit/19e1f28c5b537050a6180bff9a31b9de3cf3cf53)), closes [#18765](https://github.com/bitnami/charts/issues/18765) ## 12.2.8 (2023-08-17) -* [bitnami/jenkins] Release 12.2.8 (#18528) ([1234d56](https://github.com/bitnami/charts/commit/1234d56)), closes [#18528](https://github.com/bitnami/charts/issues/18528) +* [bitnami/jenkins] Release 12.2.8 (#18528) ([1234d56](https://github.com/bitnami/charts/commit/1234d5648cea85218fa2e9ffd621a8517f07e410)), closes [#18528](https://github.com/bitnami/charts/issues/18528) ## 12.2.7 (2023-07-26) -* [bitnami/jenkins] Release 12.2.7 (#17971) ([4377b67](https://github.com/bitnami/charts/commit/4377b67)), closes [#17971](https://github.com/bitnami/charts/issues/17971) +* [bitnami/jenkins] Release 12.2.7 (#17971) ([4377b67](https://github.com/bitnami/charts/commit/4377b67c62f8d9ac75fa18e6e4a29d2b21d8e6f0)), closes [#17971](https://github.com/bitnami/charts/issues/17971) ## 12.2.6 (2023-07-25) -* [bitnami/jenkins] Release 12.2.6 (#17903) ([42a380d](https://github.com/bitnami/charts/commit/42a380d)), closes [#17903](https://github.com/bitnami/charts/issues/17903) +* [bitnami/jenkins] Release 12.2.6 (#17903) ([42a380d](https://github.com/bitnami/charts/commit/42a380decfe3313698cd3c113a8909033de063aa)), closes [#17903](https://github.com/bitnami/charts/issues/17903) ## 12.2.5 (2023-07-13) -* [bitnami/jenkins] Release 1 updating components versions (#17605) ([27c5234](https://github.com/bitnami/charts/commit/27c5234)), closes [#17605](https://github.com/bitnami/charts/issues/17605) -* Use os-shell in tempate and Jaeger runtime params (#17557) ([91a49eb](https://github.com/bitnami/charts/commit/91a49eb)), closes [#17557](https://github.com/bitnami/charts/issues/17557) +* [bitnami/jenkins] Release 1 updating components versions (#17605) ([27c5234](https://github.com/bitnami/charts/commit/27c52347313dd369ca602c9357d22957a9edb4f8)), closes [#17605](https://github.com/bitnami/charts/issues/17605) +* Use os-shell in tempate and Jaeger runtime params (#17557) ([91a49eb](https://github.com/bitnami/charts/commit/91a49eb1e3c81c7b7c6c28d1bc5d6d6ae698c1e2)), closes [#17557](https://github.com/bitnami/charts/issues/17557) ## 12.2.4 (2023-07-11) -* [bitnami/jenkins] Release 12.2.4 (#17560) ([8a20634](https://github.com/bitnami/charts/commit/8a20634)), closes [#17560](https://github.com/bitnami/charts/issues/17560) +* [bitnami/jenkins] Release 12.2.4 (#17560) ([8a20634](https://github.com/bitnami/charts/commit/8a2063495ca116b18dab45c6e8bd967125e8f18c)), closes [#17560](https://github.com/bitnami/charts/issues/17560) ## 12.2.3 (2023-06-28) -* [bitnami/jenkins] Release 12.2.3 (#17385) ([0d0f5ef](https://github.com/bitnami/charts/commit/0d0f5ef)), closes [#17385](https://github.com/bitnami/charts/issues/17385) -* Add copyright header (#17300) ([da68be8](https://github.com/bitnami/charts/commit/da68be8)), closes [#17300](https://github.com/bitnami/charts/issues/17300) -* Update charts readme (#17217) ([31b3c0a](https://github.com/bitnami/charts/commit/31b3c0a)), closes [#17217](https://github.com/bitnami/charts/issues/17217) +* [bitnami/jenkins] Release 12.2.3 (#17385) ([0d0f5ef](https://github.com/bitnami/charts/commit/0d0f5efddeb8524e9556dd08ed27ada9d7b556db)), closes [#17385](https://github.com/bitnami/charts/issues/17385) +* Add copyright header (#17300) ([da68be8](https://github.com/bitnami/charts/commit/da68be8e951225133c7dfb572d5101ca3d61c5ae)), closes [#17300](https://github.com/bitnami/charts/issues/17300) +* Update charts readme (#17217) ([31b3c0a](https://github.com/bitnami/charts/commit/31b3c0afd968ff4429107e34101f7509e6a0e913)), closes [#17217](https://github.com/bitnami/charts/issues/17217) ## 12.2.2 (2023-06-15) -* [bitnami/*] Change copyright section in READMEs (#17006) ([ef986a1](https://github.com/bitnami/charts/commit/ef986a1)), closes [#17006](https://github.com/bitnami/charts/issues/17006) -* [bitnami/jenkins] Release 12.2.2 (#17135) ([c953208](https://github.com/bitnami/charts/commit/c953208)), closes [#17135](https://github.com/bitnami/charts/issues/17135) -* [bitnami/several] Change copyright section in READMEs (#16989) ([5b6a5cf](https://github.com/bitnami/charts/commit/5b6a5cf)), closes [#16989](https://github.com/bitnami/charts/issues/16989) +* [bitnami/*] Change copyright section in READMEs (#17006) ([ef986a1](https://github.com/bitnami/charts/commit/ef986a1605241102b3dcafe9fd8089e6fc1201ad)), closes [#17006](https://github.com/bitnami/charts/issues/17006) +* [bitnami/jenkins] Release 12.2.2 (#17135) ([c953208](https://github.com/bitnami/charts/commit/c953208ffb8d3ba0819cf7e65651c9b8c0a59f5e)), closes [#17135](https://github.com/bitnami/charts/issues/17135) +* [bitnami/several] Change copyright section in READMEs (#16989) ([5b6a5cf](https://github.com/bitnami/charts/commit/5b6a5cfb7625a751848a2e5cd796bd7278f406ca)), closes [#16989](https://github.com/bitnami/charts/issues/16989) ## 12.2.1 (2023-05-21) -* [bitnami/jenkins] Release 12.2.1 (#16842) ([ff13c58](https://github.com/bitnami/charts/commit/ff13c58)), closes [#16842](https://github.com/bitnami/charts/issues/16842) -* Add wording for enterprise page (#16560) ([8f22774](https://github.com/bitnami/charts/commit/8f22774)), closes [#16560](https://github.com/bitnami/charts/issues/16560) +* [bitnami/jenkins] Release 12.2.1 (#16842) ([ff13c58](https://github.com/bitnami/charts/commit/ff13c58df8312df61d4446e696557ef38b8a1ee3)), closes [#16842](https://github.com/bitnami/charts/issues/16842) +* Add wording for enterprise page (#16560) ([8f22774](https://github.com/bitnami/charts/commit/8f2277440b976d52785ba9149762ad8620a73d1f)), closes [#16560](https://github.com/bitnami/charts/issues/16560) ## 12.2.0 (2023-05-09) -* [bitnami/several] Adapt Chart.yaml to set desired OCI annotations (#16546) ([fc9b18f](https://github.com/bitnami/charts/commit/fc9b18f)), closes [#16546](https://github.com/bitnami/charts/issues/16546) +* [bitnami/several] Adapt Chart.yaml to set desired OCI annotations (#16546) ([fc9b18f](https://github.com/bitnami/charts/commit/fc9b18f2e98805d4df629acbcde696f44f973344)), closes [#16546](https://github.com/bitnami/charts/issues/16546) ## 12.1.2 (2023-05-09) -* [bitnami/jenkins] Release 12.1.2 (#16464) ([784a870](https://github.com/bitnami/charts/commit/784a870)), closes [#16464](https://github.com/bitnami/charts/issues/16464) +* [bitnami/jenkins] Release 12.1.2 (#16464) ([784a870](https://github.com/bitnami/charts/commit/784a87067a9a4b6c98bc652870cffec94bf3b837)), closes [#16464](https://github.com/bitnami/charts/issues/16464) ## 12.1.1 (2023-05-04) -* [bitnami/jenkins] Release 12.1.1 (#16363) ([1448c48](https://github.com/bitnami/charts/commit/1448c48)), closes [#16363](https://github.com/bitnami/charts/issues/16363) +* [bitnami/jenkins] Release 12.1.1 (#16363) ([1448c48](https://github.com/bitnami/charts/commit/1448c484ada78a748a8a304f0ca32d9725605e54)), closes [#16363](https://github.com/bitnami/charts/issues/16363) ## 12.1.0 (2023-04-20) -* [bitnami/*] Make Helm charts 100% OCI (#15998) ([8841510](https://github.com/bitnami/charts/commit/8841510)), closes [#15998](https://github.com/bitnami/charts/issues/15998) +* [bitnami/*] Make Helm charts 100% OCI (#15998) ([8841510](https://github.com/bitnami/charts/commit/884151035efcbf2e1b3206e7def85511073fb57d)), closes [#15998](https://github.com/bitnami/charts/issues/15998) ## 12.0.4 (2023-04-05) -* [bitnami/jenkins] Release 12.0.4 (#15972) ([f4ff9cd](https://github.com/bitnami/charts/commit/f4ff9cd)), closes [#15972](https://github.com/bitnami/charts/issues/15972) +* [bitnami/jenkins] Release 12.0.4 (#15972) ([f4ff9cd](https://github.com/bitnami/charts/commit/f4ff9cd9a3da7306829cdb49dfc6969d023aa236)), closes [#15972](https://github.com/bitnami/charts/issues/15972) ## 12.0.3 (2023-04-01) -* [bitnami/jenkins] Release 12.0.3 (#15854) ([1830b83](https://github.com/bitnami/charts/commit/1830b83)), closes [#15854](https://github.com/bitnami/charts/issues/15854) +* [bitnami/jenkins] Release 12.0.3 (#15854) ([1830b83](https://github.com/bitnami/charts/commit/1830b835b121e4d10b6cb29aa5c61054f63b041d)), closes [#15854](https://github.com/bitnami/charts/issues/15854) ## 12.0.2 (2023-03-22) -* [bitnami/jenkins] Release 12.0.2 (#15678) ([3d7bb2a](https://github.com/bitnami/charts/commit/3d7bb2a)), closes [#15678](https://github.com/bitnami/charts/issues/15678) +* [bitnami/jenkins] Release 12.0.2 (#15678) ([3d7bb2a](https://github.com/bitnami/charts/commit/3d7bb2ae81beefcac9237ea9060c74e5e86e55da)), closes [#15678](https://github.com/bitnami/charts/issues/15678) ## 12.0.1 (2023-03-09) -* [bitnami/charts] Apply linter to README files (#15357) ([0e29e60](https://github.com/bitnami/charts/commit/0e29e60)), closes [#15357](https://github.com/bitnami/charts/issues/15357) -* [bitnami/jenkins] Release 12.0.1 (#15413) ([ea92513](https://github.com/bitnami/charts/commit/ea92513)), closes [#15413](https://github.com/bitnami/charts/issues/15413) +* [bitnami/charts] Apply linter to README files (#15357) ([0e29e60](https://github.com/bitnami/charts/commit/0e29e600d3adc8b1b46e506eccb3decfab3b4e63)), closes [#15357](https://github.com/bitnami/charts/issues/15357) +* [bitnami/jenkins] Release 12.0.1 (#15413) ([ea92513](https://github.com/bitnami/charts/commit/ea9251380b3bad1635b170473bc26f1dd0bff59a)), closes [#15413](https://github.com/bitnami/charts/issues/15413) ## 12.0.0 (2023-03-06) -* [bitnami/jenkins] Major release 12.0.0 (#14541) ([6a32c8d](https://github.com/bitnami/charts/commit/6a32c8d)), closes [#14541](https://github.com/bitnami/charts/issues/14541) +* [bitnami/jenkins] Major release 12.0.0 (#14541) ([6a32c8d](https://github.com/bitnami/charts/commit/6a32c8df62101781bdb699c07b60ea276213e49e)), closes [#14541](https://github.com/bitnami/charts/issues/14541) ## 11.0.17 (2023-03-01) -* [bitnami/jenkins] Release 11.0.17 (#15217) ([16a9311](https://github.com/bitnami/charts/commit/16a9311)), closes [#15217](https://github.com/bitnami/charts/issues/15217) +* [bitnami/jenkins] Release 11.0.17 (#15217) ([16a9311](https://github.com/bitnami/charts/commit/16a93110f167df18ef2a81bc4599b0c6661c5eaa)), closes [#15217](https://github.com/bitnami/charts/issues/15217) ## 11.0.16 (2023-02-17) -* [bitnami/*] Fix markdown linter issues (#14874) ([a51e0e8](https://github.com/bitnami/charts/commit/a51e0e8)), closes [#14874](https://github.com/bitnami/charts/issues/14874) -* [bitnami/*] Fix markdown linter issues 2 (#14890) ([aa96572](https://github.com/bitnami/charts/commit/aa96572)), closes [#14890](https://github.com/bitnami/charts/issues/14890) -* [bitnami/*] Remove unexpected extra spaces (#14873) ([c97c714](https://github.com/bitnami/charts/commit/c97c714)), closes [#14873](https://github.com/bitnami/charts/issues/14873) -* [bitnami/jenkins] Release 11.0.16 (#14963) ([73209d0](https://github.com/bitnami/charts/commit/73209d0)), closes [#14963](https://github.com/bitnami/charts/issues/14963) +* [bitnami/*] Fix markdown linter issues (#14874) ([a51e0e8](https://github.com/bitnami/charts/commit/a51e0e8d35495b907f3e70dd2f8e7c3bcbf4166a)), closes [#14874](https://github.com/bitnami/charts/issues/14874) +* [bitnami/*] Fix markdown linter issues 2 (#14890) ([aa96572](https://github.com/bitnami/charts/commit/aa9657237ee8df4a46db0d7fdf8a23230dd6902a)), closes [#14890](https://github.com/bitnami/charts/issues/14890) +* [bitnami/*] Remove unexpected extra spaces (#14873) ([c97c714](https://github.com/bitnami/charts/commit/c97c714887380d47eae7bfeff316bf01595ecd1d)), closes [#14873](https://github.com/bitnami/charts/issues/14873) +* [bitnami/jenkins] Release 11.0.16 (#14963) ([73209d0](https://github.com/bitnami/charts/commit/73209d088b253719df3c6826db7f658781e4724c)), closes [#14963](https://github.com/bitnami/charts/issues/14963) ## 11.0.15 (2023-02-09) -* [bitnami/jenkins] Release 11.0.15 (#14819) ([38a6b5b](https://github.com/bitnami/charts/commit/38a6b5b)), closes [#14819](https://github.com/bitnami/charts/issues/14819) +* [bitnami/jenkins] Release 11.0.15 (#14819) ([38a6b5b](https://github.com/bitnami/charts/commit/38a6b5b56a05d9f32340b6d1b39ba79770d28dae)), closes [#14819](https://github.com/bitnami/charts/issues/14819) ## 11.0.14 (2023-01-31) -* [bitnami/*] Change copyright date (#14682) ([add4ec7](https://github.com/bitnami/charts/commit/add4ec7)), closes [#14682](https://github.com/bitnami/charts/issues/14682) -* [bitnami/jenkins] Don't regenerate self-signed certs on upgrade (#14627) ([7a0faf1](https://github.com/bitnami/charts/commit/7a0faf1)), closes [#14627](https://github.com/bitnami/charts/issues/14627) +* [bitnami/*] Change copyright date (#14682) ([add4ec7](https://github.com/bitnami/charts/commit/add4ec701108ac36ed4de2dffbdf407a0d091067)), closes [#14682](https://github.com/bitnami/charts/issues/14682) +* [bitnami/jenkins] Don't regenerate self-signed certs on upgrade (#14627) ([7a0faf1](https://github.com/bitnami/charts/commit/7a0faf18e5e93553d7978fe0b1fb9d832e084aae)), closes [#14627](https://github.com/bitnami/charts/issues/14627) ## 11.0.13 (2023-01-26) -* [bitnami/*] Add license annotation and remove obsolete engine parameter (#14293) ([da2a794](https://github.com/bitnami/charts/commit/da2a794)), closes [#14293](https://github.com/bitnami/charts/issues/14293) -* [bitnami/*] Change licenses annotation format (#14377) ([0ab7608](https://github.com/bitnami/charts/commit/0ab7608)), closes [#14377](https://github.com/bitnami/charts/issues/14377) -* [bitnami/*] Unify READMEs (#14472) ([2064fb8](https://github.com/bitnami/charts/commit/2064fb8)), closes [#14472](https://github.com/bitnami/charts/issues/14472) -* [bitnami/jenkins] Release 11.0.13 (#14549) ([36da280](https://github.com/bitnami/charts/commit/36da280)), closes [#14549](https://github.com/bitnami/charts/issues/14549) +* [bitnami/*] Add license annotation and remove obsolete engine parameter (#14293) ([da2a794](https://github.com/bitnami/charts/commit/da2a7943bae95b6e9b5b4ed972c15e990b69fdb0)), closes [#14293](https://github.com/bitnami/charts/issues/14293) +* [bitnami/*] Change licenses annotation format (#14377) ([0ab7608](https://github.com/bitnami/charts/commit/0ab760862c660fcc78cffadf8e1d8cdd70881473)), closes [#14377](https://github.com/bitnami/charts/issues/14377) +* [bitnami/*] Unify READMEs (#14472) ([2064fb8](https://github.com/bitnami/charts/commit/2064fb8dcc78a845cdede8211af8c3cc52551161)), closes [#14472](https://github.com/bitnami/charts/issues/14472) +* [bitnami/jenkins] Release 11.0.13 (#14549) ([36da280](https://github.com/bitnami/charts/commit/36da28008a5a18ba1bc3823cc36c769e982cd1c0)), closes [#14549](https://github.com/bitnami/charts/issues/14549) ## 11.0.12 (2023-01-11) -* [bitnami/jenkins] Release 11.0.12 (#14290) ([ebeaab1](https://github.com/bitnami/charts/commit/ebeaab1)), closes [#14290](https://github.com/bitnami/charts/issues/14290) +* [bitnami/jenkins] Release 11.0.12 (#14290) ([ebeaab1](https://github.com/bitnami/charts/commit/ebeaab1d392a10b8d49a75f80434f899a7afae37)), closes [#14290](https://github.com/bitnami/charts/issues/14290) ## 11.0.11 (2023-01-04) -* [bitnami/jenkins] Release 11.0.11 (#14182) ([82bbc13](https://github.com/bitnami/charts/commit/82bbc13)), closes [#14182](https://github.com/bitnami/charts/issues/14182) +* [bitnami/jenkins] Release 11.0.11 (#14182) ([82bbc13](https://github.com/bitnami/charts/commit/82bbc13b26f7eaed29fb210385cbac164536050f)), closes [#14182](https://github.com/bitnami/charts/issues/14182) ## 11.0.10 (2022-12-05) -* [bitnami/jenkins] Release 11.0.10 (#13836) ([e9c3d1c](https://github.com/bitnami/charts/commit/e9c3d1c)), closes [#13836](https://github.com/bitnami/charts/issues/13836) +* [bitnami/jenkins] Release 11.0.10 (#13836) ([e9c3d1c](https://github.com/bitnami/charts/commit/e9c3d1c351c573a83a78ff5054adb4968efa1134)), closes [#13836](https://github.com/bitnami/charts/issues/13836) ## 11.0.9 (2022-11-14) -* [bitnami/jenkins] Release 11.0.9 (#13505) ([f0b5bad](https://github.com/bitnami/charts/commit/f0b5bad)), closes [#13505](https://github.com/bitnami/charts/issues/13505) +* [bitnami/jenkins] Release 11.0.9 (#13505) ([f0b5bad](https://github.com/bitnami/charts/commit/f0b5bad3fd4db68499f69c034c7c697915ff4165)), closes [#13505](https://github.com/bitnami/charts/issues/13505) ## 11.0.8 (2022-11-09) -* [bitnami/jenkins] Release 11.0.8 (#13439) ([d8b80ce](https://github.com/bitnami/charts/commit/d8b80ce)), closes [#13439](https://github.com/bitnami/charts/issues/13439) +* [bitnami/jenkins] Release 11.0.8 (#13439) ([d8b80ce](https://github.com/bitnami/charts/commit/d8b80ced46a44241cedf4fe0eb8779cc49ad2a20)), closes [#13439](https://github.com/bitnami/charts/issues/13439) ## 11.0.7 (2022-11-02) -* [bitnami/*] Use new default branch name in links (#12943) ([a529e02](https://github.com/bitnami/charts/commit/a529e02)), closes [#12943](https://github.com/bitnami/charts/issues/12943) -* [bitnami/jenkins] Release 11.0.7 (#13318) ([99bf964](https://github.com/bitnami/charts/commit/99bf964)), closes [#13318](https://github.com/bitnami/charts/issues/13318) +* [bitnami/*] Use new default branch name in links (#12943) ([a529e02](https://github.com/bitnami/charts/commit/a529e02597d49d944eba1eb0f190713293247176)), closes [#12943](https://github.com/bitnami/charts/issues/12943) +* [bitnami/jenkins] Release 11.0.7 (#13318) ([99bf964](https://github.com/bitnami/charts/commit/99bf964ef02b3998ff74c5eb991032961a08d050)), closes [#13318](https://github.com/bitnami/charts/issues/13318) ## 11.0.6 (2022-10-05) -* [bitnami/jenkins] Release 11.0.6 (#12823) ([31f0283](https://github.com/bitnami/charts/commit/31f0283)), closes [#12823](https://github.com/bitnami/charts/issues/12823) -* Generic README instructions related to the repo (#12792) ([3cf6b10](https://github.com/bitnami/charts/commit/3cf6b10)), closes [#12792](https://github.com/bitnami/charts/issues/12792) +* [bitnami/jenkins] Release 11.0.6 (#12823) ([31f0283](https://github.com/bitnami/charts/commit/31f0283b3bb76fbbff3e1d92f1881c03d9b46eb9)), closes [#12823](https://github.com/bitnami/charts/issues/12823) +* Generic README instructions related to the repo (#12792) ([3cf6b10](https://github.com/bitnami/charts/commit/3cf6b10e10e60df4b3e191d6b99aa99a9f597755)), closes [#12792](https://github.com/bitnami/charts/issues/12792) ## 11.0.5 (2022-09-27) -* [bitnami/jenkins] Release 11.0.5 (#12697) ([f83014e](https://github.com/bitnami/charts/commit/f83014e)), closes [#12697](https://github.com/bitnami/charts/issues/12697) +* [bitnami/jenkins] Release 11.0.5 (#12697) ([f83014e](https://github.com/bitnami/charts/commit/f83014e7a3db545940db0efc038106f03bb259bd)), closes [#12697](https://github.com/bitnami/charts/issues/12697) ## 11.0.4 (2022-09-20) -* [bitnami/jenkins] Release 11.0.4 (#12595) ([b7793bf](https://github.com/bitnami/charts/commit/b7793bf)), closes [#12595](https://github.com/bitnami/charts/issues/12595) +* [bitnami/jenkins] Release 11.0.4 (#12595) ([b7793bf](https://github.com/bitnami/charts/commit/b7793bf5c8b9e2d7067e149650cd9ab527dca744)), closes [#12595](https://github.com/bitnami/charts/issues/12595) ## 11.0.3 (2022-09-20) -* [bitnami/jenkins] Use custom probes if given (#12507) ([241f6d6](https://github.com/bitnami/charts/commit/241f6d6)), closes [#12507](https://github.com/bitnami/charts/issues/12507) [#12354](https://github.com/bitnami/charts/issues/12354) +* [bitnami/jenkins] Use custom probes if given (#12507) ([241f6d6](https://github.com/bitnami/charts/commit/241f6d6ebdf9840b2efdf2d3997d1a33cf0a7357)), closes [#12507](https://github.com/bitnami/charts/issues/12507) [#12354](https://github.com/bitnami/charts/issues/12354) ## 11.0.2 (2022-09-16) -* [bitnami/jenkins] Release 11.0.2 (#12465) ([76ee845](https://github.com/bitnami/charts/commit/76ee845)), closes [#12465](https://github.com/bitnami/charts/issues/12465) +* [bitnami/jenkins] Release 11.0.2 (#12465) ([76ee845](https://github.com/bitnami/charts/commit/76ee845145ad110decb7b20872e457dcd0eadbbc)), closes [#12465](https://github.com/bitnami/charts/issues/12465) ## 11.0.1 (2022-09-09) -* [bitnami/jenkins] Release 11.0.1 (#12348) ([9b91100](https://github.com/bitnami/charts/commit/9b91100)), closes [#12348](https://github.com/bitnami/charts/issues/12348) +* [bitnami/jenkins] Release 11.0.1 (#12348) ([9b91100](https://github.com/bitnami/charts/commit/9b91100bc05512368f7b67b8ec04ddd9967d939f)), closes [#12348](https://github.com/bitnami/charts/issues/12348) ## 11.0.0 (2022-08-31) -* [bitnami/jenkins] Release 10.3.2 (#12190) ([0ce6534](https://github.com/bitnami/charts/commit/0ce6534)), closes [#12190](https://github.com/bitnami/charts/issues/12190) +* [bitnami/jenkins] Release 10.3.2 (#12190) ([0ce6534](https://github.com/bitnami/charts/commit/0ce6534c64f41f203f0de3eed28dcbe05e1f371c)), closes [#12190](https://github.com/bitnami/charts/issues/12190) ## 10.3.1 (2022-08-23) -* [bitnami/jenkins] Update Chart.lock (#12056) ([7ff814e](https://github.com/bitnami/charts/commit/7ff814e)), closes [#12056](https://github.com/bitnami/charts/issues/12056) +* [bitnami/jenkins] Update Chart.lock (#12056) ([7ff814e](https://github.com/bitnami/charts/commit/7ff814e728c50e7b0fa0e341afe0ce8dbbc541df)), closes [#12056](https://github.com/bitnami/charts/issues/12056) ## 10.3.0 (2022-08-22) -* [bitnami/jenkins] Add support for image digest apart from tag (#11890) ([e6ff55b](https://github.com/bitnami/charts/commit/e6ff55b)), closes [#11890](https://github.com/bitnami/charts/issues/11890) +* [bitnami/jenkins] Add support for image digest apart from tag (#11890) ([e6ff55b](https://github.com/bitnami/charts/commit/e6ff55bc0dcaed63ee52a280565f1d6e9f6010be)), closes [#11890](https://github.com/bitnami/charts/issues/11890) ## 10.2.7 (2022-08-18) -* [bitnami/jenkins] Release 10.2.7 (#11825) ([1c86b2c](https://github.com/bitnami/charts/commit/1c86b2c)), closes [#11825](https://github.com/bitnami/charts/issues/11825) +* [bitnami/jenkins] Release 10.2.7 (#11825) ([1c86b2c](https://github.com/bitnami/charts/commit/1c86b2c20219ae6655692ffad54aa6c852ef0ad1)), closes [#11825](https://github.com/bitnami/charts/issues/11825) ## 10.2.6 (2022-08-16) -* [bitnami/*] Update URLs to point to the new bitnami/containers monorepo (#11352) ([d665af0](https://github.com/bitnami/charts/commit/d665af0)), closes [#11352](https://github.com/bitnami/charts/issues/11352) -* [bitnami/jenkins] Release 10.2.6 (#11784) ([2d54cbe](https://github.com/bitnami/charts/commit/2d54cbe)), closes [#11784](https://github.com/bitnami/charts/issues/11784) +* [bitnami/*] Update URLs to point to the new bitnami/containers monorepo (#11352) ([d665af0](https://github.com/bitnami/charts/commit/d665af0c708846192d8d5fb2f5f9ea65dd464ab0)), closes [#11352](https://github.com/bitnami/charts/issues/11352) +* [bitnami/jenkins] Release 10.2.6 (#11784) ([2d54cbe](https://github.com/bitnami/charts/commit/2d54cbe45d493761bd43b8963ef93bd71ea9ad7b)), closes [#11784](https://github.com/bitnami/charts/issues/11784) ## 10.2.5 (2022-07-26) -* [bitnami/jenkins] Update new version of Jenkins 2.346.2 (#11351) ([d03586c](https://github.com/bitnami/charts/commit/d03586c)), closes [#11351](https://github.com/bitnami/charts/issues/11351) +* [bitnami/jenkins] Update new version of Jenkins 2.346.2 (#11351) ([d03586c](https://github.com/bitnami/charts/commit/d03586c9a37f4416662df4233a3778ff7032a023)), closes [#11351](https://github.com/bitnami/charts/issues/11351) ## 10.2.4 (2022-06-10) -* [bitnami/jenkins] Release 10.2.4 updating components versions ([79cd41f](https://github.com/bitnami/charts/commit/79cd41f)) +* [bitnami/jenkins] Release 10.2.4 updating components versions ([79cd41f](https://github.com/bitnami/charts/commit/79cd41f648642bbd1009f771c7cd06c4c8156e16)) ## 10.2.3 (2022-06-07) -* [bitnami/*] Replace Kubeapps URL in READMEs (and kubeapps Chart.yaml) and remove BKPR references (#1 ([c6a7914](https://github.com/bitnami/charts/commit/c6a7914)), closes [#10600](https://github.com/bitnami/charts/issues/10600) -* Fix tolerations and topologySpreadConstraints default values (#10616) ([9522392](https://github.com/bitnami/charts/commit/9522392)), closes [#10616](https://github.com/bitnami/charts/issues/10616) +* [bitnami/*] Replace Kubeapps URL in READMEs (and kubeapps Chart.yaml) and remove BKPR references (#1 ([c6a7914](https://github.com/bitnami/charts/commit/c6a7914361e5aea6016fb45bf4d621edfd111d32)), closes [#10600](https://github.com/bitnami/charts/issues/10600) +* Fix tolerations and topologySpreadConstraints default values (#10616) ([9522392](https://github.com/bitnami/charts/commit/9522392f581dd3940ef0b212a0cc6618462dabec)), closes [#10616](https://github.com/bitnami/charts/issues/10616) ## 10.2.2 (2022-06-06) -* [bitnami/jenkins] Release 10.2.2 updating components versions ([67eb1ee](https://github.com/bitnami/charts/commit/67eb1ee)) +* [bitnami/jenkins] Release 10.2.2 updating components versions ([67eb1ee](https://github.com/bitnami/charts/commit/67eb1ee83a49ef4791896bc06131cd907633ed5b)) ## 10.2.1 (2022-06-01) -* [bitnami/several] Replace maintainers email by url (#10523) ([ff3cf61](https://github.com/bitnami/charts/commit/ff3cf61)), closes [#10523](https://github.com/bitnami/charts/issues/10523) +* [bitnami/several] Replace maintainers email by url (#10523) ([ff3cf61](https://github.com/bitnami/charts/commit/ff3cf617a1680509b0f3855d17c4ccff7b29a0ff)), closes [#10523](https://github.com/bitnami/charts/issues/10523) ## 10.2.0 (2022-06-01) -* [bitnami/jenkins] Add missing service parameter (#10414) ([c74c2b4](https://github.com/bitnami/charts/commit/c74c2b4)), closes [#10414](https://github.com/bitnami/charts/issues/10414) +* [bitnami/jenkins] Add missing service parameter (#10414) ([c74c2b4](https://github.com/bitnami/charts/commit/c74c2b4285b491a6d8343133103e4d9538505c8f)), closes [#10414](https://github.com/bitnami/charts/issues/10414) ## 10.1.3 (2022-05-31) -* [bitnami/jenkins] Release 10.1.3 updating components versions ([a5f8be9](https://github.com/bitnami/charts/commit/a5f8be9)) +* [bitnami/jenkins] Release 10.1.3 updating components versions ([a5f8be9](https://github.com/bitnami/charts/commit/a5f8be9d10679641e57b6d25aabc5a02324012ea)) ## 10.1.2 (2022-05-30) -* [bitnami/several] Replace base64 --decode with base64 -d (#10495) ([099286a](https://github.com/bitnami/charts/commit/099286a)), closes [#10495](https://github.com/bitnami/charts/issues/10495) +* [bitnami/several] Replace base64 --decode with base64 -d (#10495) ([099286a](https://github.com/bitnami/charts/commit/099286ae7a87784cf809df0b64ab24f7ff0144c8)), closes [#10495](https://github.com/bitnami/charts/issues/10495) ## 10.1.1 (2022-05-18) -* [bitnami/jenkins] Release 10.1.1 updating components versions ([e787bca](https://github.com/bitnami/charts/commit/e787bca)) +* [bitnami/jenkins] Release 10.1.1 updating components versions ([e787bca](https://github.com/bitnami/charts/commit/e787bca5e1bb73eb1263523eff3f0fcfe4aae217)) ## 10.1.0 (2022-05-16) -* [bitnami/*] add ingress extraRules feature (#10253) ([0f6cbb9](https://github.com/bitnami/charts/commit/0f6cbb9)), closes [#10253](https://github.com/bitnami/charts/issues/10253) -* [bitnami/*] Fix typo in comments (relay -> rely) (#10151) ([9cfe4a4](https://github.com/bitnami/charts/commit/9cfe4a4)), closes [#10151](https://github.com/bitnami/charts/issues/10151) -* [bitnami/*] Remove old 'ci' files (#10171) ([5df30c4](https://github.com/bitnami/charts/commit/5df30c4)), closes [#10171](https://github.com/bitnami/charts/issues/10171) +* [bitnami/*] add ingress extraRules feature (#10253) ([0f6cbb9](https://github.com/bitnami/charts/commit/0f6cbb9099b0e56685cc1d36ba50340f3d7278a1)), closes [#10253](https://github.com/bitnami/charts/issues/10253) +* [bitnami/*] Fix typo in comments (relay -> rely) (#10151) ([9cfe4a4](https://github.com/bitnami/charts/commit/9cfe4a48cc35851faea6be7ffb2a978d223befa0)), closes [#10151](https://github.com/bitnami/charts/issues/10151) +* [bitnami/*] Remove old 'ci' files (#10171) ([5df30c4](https://github.com/bitnami/charts/commit/5df30c44dbd1812da8786579ce4a94917d46a6ad)), closes [#10171](https://github.com/bitnami/charts/issues/10171) ## 10.0.8 (2022-05-11) -* [bitnami/jenkins] Release 10.0.8 updating components versions ([5cf33b2](https://github.com/bitnami/charts/commit/5cf33b2)) +* [bitnami/jenkins] Release 10.0.8 updating components versions ([5cf33b2](https://github.com/bitnami/charts/commit/5cf33b2e10038b99948a1c7c9c686fd9fbc38ccc)) ## 10.0.7 (2022-05-04) -* [bitnami/jenkins] Render sidecars in the deployment.yaml template (#10023) ([c4dfcb3](https://github.com/bitnami/charts/commit/c4dfcb3)), closes [#10023](https://github.com/bitnami/charts/issues/10023) +* [bitnami/jenkins] Render sidecars in the deployment.yaml template (#10023) ([c4dfcb3](https://github.com/bitnami/charts/commit/c4dfcb37647989067a8db8e755ea57447354617b)), closes [#10023](https://github.com/bitnami/charts/issues/10023) ## 10.0.6 (2022-04-21) -* [bitnami/jenkins] Release 10.0.6 updating components versions ([c3576f4](https://github.com/bitnami/charts/commit/c3576f4)) +* [bitnami/jenkins] Release 10.0.6 updating components versions ([c3576f4](https://github.com/bitnami/charts/commit/c3576f4c7286eae5235dcd068bc801a289df9e19)) ## 10.0.5 (2022-04-19) -* [bitnami/jenkins] Release 10.0.5 updating components versions ([911d403](https://github.com/bitnami/charts/commit/911d403)) +* [bitnami/jenkins] Release 10.0.5 updating components versions ([911d403](https://github.com/bitnami/charts/commit/911d403ee32fa0a11732d3a74252bb9b7a5233c2)) ## 10.0.4 (2022-04-07) -* [bitnami/jenkins] Release 10.0.4 updating components versions ([7cd6a47](https://github.com/bitnami/charts/commit/7cd6a47)) +* [bitnami/jenkins] Release 10.0.4 updating components versions ([7cd6a47](https://github.com/bitnami/charts/commit/7cd6a4735bd83cc89da04d8e8a9a5cbb3270ad9d)) ## 10.0.3 (2022-04-06) -* [bitnami/jenkins] Release 10.0.3 updating components versions ([36450fb](https://github.com/bitnami/charts/commit/36450fb)) +* [bitnami/jenkins] Release 10.0.3 updating components versions ([36450fb](https://github.com/bitnami/charts/commit/36450fb1e1b4553def248805f772aeaa36954062)) ## 10.0.2 (2022-04-02) -* [bitnami/jenkins] Release 10.0.2 updating components versions ([d9e1b91](https://github.com/bitnami/charts/commit/d9e1b91)) -* [bitnami/jenkins] Update jenkins README.md (#9653) ([9d8c432](https://github.com/bitnami/charts/commit/9d8c432)), closes [#9653](https://github.com/bitnami/charts/issues/9653) +* [bitnami/jenkins] Release 10.0.2 updating components versions ([d9e1b91](https://github.com/bitnami/charts/commit/d9e1b91d2261f161ea4738c18b03d38d4eca2982)) +* [bitnami/jenkins] Update jenkins README.md (#9653) ([9d8c432](https://github.com/bitnami/charts/commit/9d8c4321830d01bbb2ffeef57054c1ff0e463d8a)), closes [#9653](https://github.com/bitnami/charts/issues/9653) ## 10.0.1 (2022-04-01) -* [bitnami/jenkins] Release 10.0.1 updating components versions ([e2b63ea](https://github.com/bitnami/charts/commit/e2b63ea)) +* [bitnami/jenkins] Release 10.0.1 updating components versions ([e2b63ea](https://github.com/bitnami/charts/commit/e2b63eaf29e53d9b8f5538e4efe05ae627a7c7cd)) ## 10.0.0 (2022-03-31) -* [bitnami/jenkins] Deprecate jenkins-exporter (#9622) ([078eea9](https://github.com/bitnami/charts/commit/078eea9)), closes [#9622](https://github.com/bitnami/charts/issues/9622) +* [bitnami/jenkins] Deprecate jenkins-exporter (#9622) ([078eea9](https://github.com/bitnami/charts/commit/078eea9c793751afb747d209f10dcbf5133f5602)), closes [#9622](https://github.com/bitnami/charts/issues/9622) ## 9.0.12 (2022-03-29) -* [bitnami/jenkins] Release 9.0.12 updating components versions ([a7c1870](https://github.com/bitnami/charts/commit/a7c1870)) +* [bitnami/jenkins] Release 9.0.12 updating components versions ([a7c1870](https://github.com/bitnami/charts/commit/a7c18704edfb4bcaccbe004ebc481504cc4c0341)) ## 9.0.11 (2022-03-28) -* [bitnami/jenkins] Release 9.0.11 updating components versions ([a48bfd3](https://github.com/bitnami/charts/commit/a48bfd3)) +* [bitnami/jenkins] Release 9.0.11 updating components versions ([a48bfd3](https://github.com/bitnami/charts/commit/a48bfd33bc1bb9ab00c1b2ca577710ee843e3e9a)) ## 9.0.10 (2022-03-27) -* [bitnami/jenkins] Release 9.0.10 updating components versions ([1dff1a2](https://github.com/bitnami/charts/commit/1dff1a2)) +* [bitnami/jenkins] Release 9.0.10 updating components versions ([1dff1a2](https://github.com/bitnami/charts/commit/1dff1a24403d364b2c5aa7dc0761d6eba5e70ba6)) ## 9.0.9 (2022-03-16) -* [bitnami/jenkins] Release 9.0.9 updating components versions ([a434030](https://github.com/bitnami/charts/commit/a434030)) +* [bitnami/jenkins] Release 9.0.9 updating components versions ([a434030](https://github.com/bitnami/charts/commit/a43403039e554ac0e9f0bfcb1f3c5b7eb7ee1118)) ## 9.0.8 (2022-03-11) -* [bitnami/jenkins] Release 9.0.8 updating components versions ([7361080](https://github.com/bitnami/charts/commit/7361080)) +* [bitnami/jenkins] Release 9.0.8 updating components versions ([7361080](https://github.com/bitnami/charts/commit/736108019eae59b237940e0a483dc0dc471b7ee7)) ## 9.0.7 (2022-03-10) -* [bitnami/jenkins] fix: jenkins metrics service and servicemonitor (#9368) ([c396e3c](https://github.com/bitnami/charts/commit/c396e3c)), closes [#9368](https://github.com/bitnami/charts/issues/9368) +* [bitnami/jenkins] fix: jenkins metrics service and servicemonitor (#9368) ([c396e3c](https://github.com/bitnami/charts/commit/c396e3cd7e3df2dfefca75b1bf48ee6cfcee0388)), closes [#9368](https://github.com/bitnami/charts/issues/9368) ## 9.0.6 (2022-03-07) -* [bitnami/jenkins] fix: jenkins metrics service invalid value (#9305) ([a4581d9](https://github.com/bitnami/charts/commit/a4581d9)), closes [#9305](https://github.com/bitnami/charts/issues/9305) +* [bitnami/jenkins] fix: jenkins metrics service invalid value (#9305) ([a4581d9](https://github.com/bitnami/charts/commit/a4581d9fdeec17e46f8a46dbdb763e77c6e67502)), closes [#9305](https://github.com/bitnami/charts/issues/9305) ## 9.0.5 (2022-03-04) -* [bitnami/several] Reorder subcharts (#9299) ([a041f6b](https://github.com/bitnami/charts/commit/a041f6b)), closes [#9299](https://github.com/bitnami/charts/issues/9299) +* [bitnami/several] Reorder subcharts (#9299) ([a041f6b](https://github.com/bitnami/charts/commit/a041f6b0ff2dea82b3d030cb99454cede94dbc9a)), closes [#9299](https://github.com/bitnami/charts/issues/9299) ## 9.0.4 (2022-03-02) -* [bitnami/jenkins] Release 9.0.4 updating components versions ([58ad165](https://github.com/bitnami/charts/commit/58ad165)) +* [bitnami/jenkins] Release 9.0.4 updating components versions ([58ad165](https://github.com/bitnami/charts/commit/58ad16597e96f662612a72f33a21d635ede5badb)) ## 9.0.3 (2022-03-01) -* [bitnami/several] Prettify Chart.yaml ([a056e06](https://github.com/bitnami/charts/commit/a056e06)) +* [bitnami/several] Prettify Chart.yaml ([a056e06](https://github.com/bitnami/charts/commit/a056e061fb6541870ea8d9d0a715315f1ec3bcbc)) ## 9.0.2 (2022-02-23) -* [bitnami/jenkins] Release 9.0.2 updating components versions ([54d2b99](https://github.com/bitnami/charts/commit/54d2b99)) +* [bitnami/jenkins] Release 9.0.2 updating components versions ([54d2b99](https://github.com/bitnami/charts/commit/54d2b9998e44ec0170012c2e40485d41b99a7578)) ## 9.0.1 (2022-02-22) -* [bitnami/jenkins] Release 9.0.1 updating components versions ([4b2e1db](https://github.com/bitnami/charts/commit/4b2e1db)) +* [bitnami/jenkins] Release 9.0.1 updating components versions ([4b2e1db](https://github.com/bitnami/charts/commit/4b2e1db3b2e83fed973a94476318176a369ed70a)) ## 9.0.0 (2022-02-17) -* [bitnami/jenkins] Chart standardised (#9003) ([64ab7ad](https://github.com/bitnami/charts/commit/64ab7ad)), closes [#9003](https://github.com/bitnami/charts/issues/9003) +* [bitnami/jenkins] Chart standardised (#9003) ([64ab7ad](https://github.com/bitnami/charts/commit/64ab7adec444e267b9375c5b2fc8b7feafc825a0)), closes [#9003](https://github.com/bitnami/charts/issues/9003) ## 8.2.0 (2022-02-14) -* [bitnami/jenkins] feat: allow config service account (#8953) ([6868455](https://github.com/bitnami/charts/commit/6868455)), closes [#8953](https://github.com/bitnami/charts/issues/8953) +* [bitnami/jenkins] feat: allow config service account (#8953) ([6868455](https://github.com/bitnami/charts/commit/6868455c96c7e95bc279e520d6071d55160fefc4)), closes [#8953](https://github.com/bitnami/charts/issues/8953) ## 8.1.7 (2022-02-13) -* [bitnami/jenkins] Release 8.1.7 updating components versions ([376d9ff](https://github.com/bitnami/charts/commit/376d9ff)) +* [bitnami/jenkins] Release 8.1.7 updating components versions ([376d9ff](https://github.com/bitnami/charts/commit/376d9ffb98cfe76b1af4a95e3556ac4b03df5759)) ## 8.1.6 (2022-02-09) -* [bitnami/jenkins] Release 8.1.6 updating components versions ([346d0df](https://github.com/bitnami/charts/commit/346d0df)) +* [bitnami/jenkins] Release 8.1.6 updating components versions ([346d0df](https://github.com/bitnami/charts/commit/346d0df636d1d223dac5f6c1d4136afc378e2d8e)) ## 8.1.5 (2022-02-08) -* [bitnami/jenkins] Release 8.1.5 updating components versions ([2e1b4d7](https://github.com/bitnami/charts/commit/2e1b4d7)) -* Non utf8 chars (#8923) ([6ffd18f](https://github.com/bitnami/charts/commit/6ffd18f)), closes [#8923](https://github.com/bitnami/charts/issues/8923) +* [bitnami/jenkins] Release 8.1.5 updating components versions ([2e1b4d7](https://github.com/bitnami/charts/commit/2e1b4d7ba3c6de883ade186b9a3f431091245491)) +* Non utf8 chars (#8923) ([6ffd18f](https://github.com/bitnami/charts/commit/6ffd18fbbdf10e94ea1a90cf5b84ef610ac2a72d)), closes [#8923](https://github.com/bitnami/charts/issues/8923) ## 8.1.4 (2022-01-20) -* [bitnami/*] Update READMEs (#8716) ([b9a9533](https://github.com/bitnami/charts/commit/b9a9533)), closes [#8716](https://github.com/bitnami/charts/issues/8716) -* [bitnami/several] Change prerequisites (#8725) ([8d740c5](https://github.com/bitnami/charts/commit/8d740c5)), closes [#8725](https://github.com/bitnami/charts/issues/8725) +* [bitnami/*] Update READMEs (#8716) ([b9a9533](https://github.com/bitnami/charts/commit/b9a953337590eb2979453385874a267bacf50936)), closes [#8716](https://github.com/bitnami/charts/issues/8716) +* [bitnami/several] Change prerequisites (#8725) ([8d740c5](https://github.com/bitnami/charts/commit/8d740c566cfdb7e2d933c40128b4e919fce953a5)), closes [#8725](https://github.com/bitnami/charts/issues/8725) ## 8.1.3 (2022-01-17) -* [bitnami/*] Readme automation (#8579) ([78d1938](https://github.com/bitnami/charts/commit/78d1938)), closes [#8579](https://github.com/bitnami/charts/issues/8579) -* [bitnami/jenkins] Release 8.1.3 updating components versions ([8db12af](https://github.com/bitnami/charts/commit/8db12af)) +* [bitnami/*] Readme automation (#8579) ([78d1938](https://github.com/bitnami/charts/commit/78d193831c900d178198491ffd08fa2217a64ecd)), closes [#8579](https://github.com/bitnami/charts/issues/8579) +* [bitnami/jenkins] Release 8.1.3 updating components versions ([8db12af](https://github.com/bitnami/charts/commit/8db12af0e58059f62c922a562ea08af49576fca1)) ## 8.1.2 (2022-01-11) -* [bitnami/jenkins] Release 8.1.2 updating components versions ([2c59930](https://github.com/bitnami/charts/commit/2c59930)) +* [bitnami/jenkins] Release 8.1.2 updating components versions ([2c59930](https://github.com/bitnami/charts/commit/2c59930bb382da4bd695137109add2f925e86b92)) ## 8.1.1 (2022-01-09) -* [bitnami/jenkins] Release 8.1.1 updating components versions ([f63926e](https://github.com/bitnami/charts/commit/f63926e)) +* [bitnami/jenkins] Release 8.1.1 updating components versions ([f63926e](https://github.com/bitnami/charts/commit/f63926e8cbe2c44b5a1189d6eb54ddc027c88b4a)) ## 8.1.0 (2022-01-05) -* [bitnami/several] Adapt templating format (#8562) ([8cad18a](https://github.com/bitnami/charts/commit/8cad18a)), closes [#8562](https://github.com/bitnami/charts/issues/8562) -* [bitnami/several] Add license to the README ([05f7633](https://github.com/bitnami/charts/commit/05f7633)) -* [bitnami/several] Add license to the README ([32fb238](https://github.com/bitnami/charts/commit/32fb238)) -* [bitnami/several] Add license to the README ([b87c2f7](https://github.com/bitnami/charts/commit/b87c2f7)) +* [bitnami/several] Adapt templating format (#8562) ([8cad18a](https://github.com/bitnami/charts/commit/8cad18aed9966a6f0208e5ad6cee46cb217f47ab)), closes [#8562](https://github.com/bitnami/charts/issues/8562) +* [bitnami/several] Add license to the README ([05f7633](https://github.com/bitnami/charts/commit/05f763372501d596e57db713dd53ff4ff3027cc4)) +* [bitnami/several] Add license to the README ([32fb238](https://github.com/bitnami/charts/commit/32fb238e60a0affc6debd3142eaa3c3d9089ec2a)) +* [bitnami/several] Add license to the README ([b87c2f7](https://github.com/bitnami/charts/commit/b87c2f7899d48a8b02c506765e6ae82937e9ba3f)) ## 8.0.22 (2021-12-09) -* [bitnami/jenkins] Release 8.0.22 updating components versions ([9451f93](https://github.com/bitnami/charts/commit/9451f93)) +* [bitnami/jenkins] Release 8.0.22 updating components versions ([9451f93](https://github.com/bitnami/charts/commit/9451f936c6b76b5a31faabe46c0a41b63e088825)) ## 8.0.21 (2021-12-03) -* [bitnami/jenkins] Release 8.0.21 updating components versions ([ce28472](https://github.com/bitnami/charts/commit/ce28472)) -* [bitnami/several] Regenerate README tables ([a7b2fde](https://github.com/bitnami/charts/commit/a7b2fde)) +* [bitnami/jenkins] Release 8.0.21 updating components versions ([ce28472](https://github.com/bitnami/charts/commit/ce284724007c3c4a47ed1194661c39813d70a903)) +* [bitnami/several] Regenerate README tables ([a7b2fde](https://github.com/bitnami/charts/commit/a7b2fde18677dc56ba5f88947d1356df448fb929)) ## 8.0.20 (2021-12-01) -* [bitnami/jenkins] Release 8.0.20 updating components versions ([c086dc8](https://github.com/bitnami/charts/commit/c086dc8)) +* [bitnami/jenkins] Release 8.0.20 updating components versions ([c086dc8](https://github.com/bitnami/charts/commit/c086dc83209ec3f6b978c6f2dc3743289802dcae)) ## 8.0.19 (2021-11-29) -* [bitnami/several] Regenerate README tables ([ef52074](https://github.com/bitnami/charts/commit/ef52074)) -* [bitnami/several] Replace HTTP by HTTPS when possible (#8259) ([eafb5bd](https://github.com/bitnami/charts/commit/eafb5bd)), closes [#8259](https://github.com/bitnami/charts/issues/8259) +* [bitnami/several] Regenerate README tables ([ef52074](https://github.com/bitnami/charts/commit/ef52074d5f3dd00218322cd201f83ee55f9dd1e6)) +* [bitnami/several] Replace HTTP by HTTPS when possible (#8259) ([eafb5bd](https://github.com/bitnami/charts/commit/eafb5bd5a2cc3aaf04fc1e8ebedd73f420d76864)), closes [#8259](https://github.com/bitnami/charts/issues/8259) ## 8.0.18 (2021-11-05) -* [bitnami/jenkins] Release 8.0.18 updating components versions ([7225ef1](https://github.com/bitnami/charts/commit/7225ef1)) -* [bitnami/several] Regenerate README tables ([412cf6a](https://github.com/bitnami/charts/commit/412cf6a)) +* [bitnami/jenkins] Release 8.0.18 updating components versions ([7225ef1](https://github.com/bitnami/charts/commit/7225ef1299aede46c37a19d1c35041af5991ba51)) +* [bitnami/several] Regenerate README tables ([412cf6a](https://github.com/bitnami/charts/commit/412cf6a513cb0c03444a6e7811c6f27193239a10)) ## 8.0.17 (2021-10-27) -* [bitnami/jenkins] Release 8.0.17 updating components versions ([c55cfc2](https://github.com/bitnami/charts/commit/c55cfc2)) +* [bitnami/jenkins] Release 8.0.17 updating components versions ([c55cfc2](https://github.com/bitnami/charts/commit/c55cfc2fe5929197294e728cb01578a00b89dc98)) ## 8.0.16 (2021-10-22) -* [bitnami/several] Add chart info to NOTES.txt (#7889) ([a6751cd](https://github.com/bitnami/charts/commit/a6751cd)), closes [#7889](https://github.com/bitnami/charts/issues/7889) -* [bitnami/several] Regenerate README tables ([681f9fa](https://github.com/bitnami/charts/commit/681f9fa)) +* [bitnami/several] Add chart info to NOTES.txt (#7889) ([a6751cd](https://github.com/bitnami/charts/commit/a6751cdd33c461fabbc459fbea6f219ec64ab6b2)), closes [#7889](https://github.com/bitnami/charts/issues/7889) +* [bitnami/several] Regenerate README tables ([681f9fa](https://github.com/bitnami/charts/commit/681f9fa6cdbbb742d383db2d9fc6da1251f3d3e5)) ## 8.0.15 (2021-10-18) -* [bitnami/jenkins] Release 8.0.15 updating components versions ([4f4e8ec](https://github.com/bitnami/charts/commit/4f4e8ec)) -* [bitnami/several] Regenerate README tables ([cdcf8c1](https://github.com/bitnami/charts/commit/cdcf8c1)) +* [bitnami/jenkins] Release 8.0.15 updating components versions ([4f4e8ec](https://github.com/bitnami/charts/commit/4f4e8ec7675db518060620c8599934e0b052ee45)) +* [bitnami/several] Regenerate README tables ([cdcf8c1](https://github.com/bitnami/charts/commit/cdcf8c1407a9a23b93fadf513be21ca1f9c7c056)) ## 8.0.14 (2021-10-03) -* [bitnami/jenkins] - fix(jenkins): svc monitor port name differences fixed (#7687) ([145fc9a](https://github.com/bitnami/charts/commit/145fc9a)), closes [#7687](https://github.com/bitnami/charts/issues/7687) +* [bitnami/jenkins] - fix(jenkins): svc monitor port name differences fixed (#7687) ([145fc9a](https://github.com/bitnami/charts/commit/145fc9a2c807cc573a582771677a7d841beaf206)), closes [#7687](https://github.com/bitnami/charts/issues/7687) ## 8.0.13 (2021-10-01) -* [bitnami/*] Drop support for deprecated cert-manager annotation (#7582) ([a081792](https://github.com/bitnami/charts/commit/a081792)), closes [#7582](https://github.com/bitnami/charts/issues/7582) -* [bitnami/several] Regenerate README tables ([ff170d1](https://github.com/bitnami/charts/commit/ff170d1)) +* [bitnami/*] Drop support for deprecated cert-manager annotation (#7582) ([a081792](https://github.com/bitnami/charts/commit/a08179293543f063e5de966a9976ca967161de7b)), closes [#7582](https://github.com/bitnami/charts/issues/7582) +* [bitnami/several] Regenerate README tables ([ff170d1](https://github.com/bitnami/charts/commit/ff170d10f8aa6dae0f1e5c3f7d1c69fcec96b731)) ## 8.0.12 (2021-09-24) -* [bitnami/jenkins] Release 8.0.12 updating components versions ([ceb9209](https://github.com/bitnami/charts/commit/ceb9209)) -* [bitnami/several] Regenerate README tables ([da2513b](https://github.com/bitnami/charts/commit/da2513b)) +* [bitnami/jenkins] Release 8.0.12 updating components versions ([ceb9209](https://github.com/bitnami/charts/commit/ceb92095c184b22fc456a7e51227dc001c19e17e)) +* [bitnami/several] Regenerate README tables ([da2513b](https://github.com/bitnami/charts/commit/da2513bf0a33819f3b1151d387c631a9ffdb03e2)) ## 8.0.11 (2021-08-25) -* [bitnami/jenkins] Release 8.0.11 updating components versions ([e63ad03](https://github.com/bitnami/charts/commit/e63ad03)) +* [bitnami/jenkins] Release 8.0.11 updating components versions ([e63ad03](https://github.com/bitnami/charts/commit/e63ad031e636ee530164323491313d6de91ee73b)) ## 8.0.10 (2021-08-25) -* [bitnami/jenkins] Release 8.0.10 updating components versions ([4148938](https://github.com/bitnami/charts/commit/4148938)) +* [bitnami/jenkins] Release 8.0.10 updating components versions ([4148938](https://github.com/bitnami/charts/commit/414893877c116dd0bfb2a1cef11de98a68a257b6)) ## 8.0.9 (2021-08-06) -* [bitnami/several] Unify upgrading section ([baf2283](https://github.com/bitnami/charts/commit/baf2283)) -* [bitnami/several] Update READMEs (#7108) ([44961d9](https://github.com/bitnami/charts/commit/44961d9)), closes [#7108](https://github.com/bitnami/charts/issues/7108) -* fix the condition for jenkins ingress tls config (#7144) ([356f72d](https://github.com/bitnami/charts/commit/356f72d)), closes [#7144](https://github.com/bitnami/charts/issues/7144) [#7143](https://github.com/bitnami/charts/issues/7143) +* [bitnami/several] Unify upgrading section ([baf2283](https://github.com/bitnami/charts/commit/baf228384acec844e777485bb1597fb3a62c1faf)) +* [bitnami/several] Update READMEs (#7108) ([44961d9](https://github.com/bitnami/charts/commit/44961d9cdfae1b0d06808124c4b47e8adc3de146)), closes [#7108](https://github.com/bitnami/charts/issues/7108) +* fix the condition for jenkins ingress tls config (#7144) ([356f72d](https://github.com/bitnami/charts/commit/356f72d362456456834316407ac8c6fe153c2d4a)), closes [#7144](https://github.com/bitnami/charts/issues/7144) [#7143](https://github.com/bitnami/charts/issues/7143) ## 8.0.8 (2021-07-28) -* [bitnami/jenkins] Release 8.0.8 updating components versions ([281fc8a](https://github.com/bitnami/charts/commit/281fc8a)) +* [bitnami/jenkins] Release 8.0.8 updating components versions ([281fc8a](https://github.com/bitnami/charts/commit/281fc8a1e822dc5c8ae7d31dd52879f6c393efa2)) ## 8.0.7 (2021-07-28) -* [bitnami/jenkins] Fix sidecar value ([a00ccaf](https://github.com/bitnami/charts/commit/a00ccaf)) +* [bitnami/jenkins] Fix sidecar value ([a00ccaf](https://github.com/bitnami/charts/commit/a00ccaf5d8bab7e75d08d6c2e450edebdf9f493a)) ## 8.0.6 (2021-07-27) -* [bitnami/several] Fix default values and regenerate README (#7024) ([4c86733](https://github.com/bitnami/charts/commit/4c86733)), closes [#7024](https://github.com/bitnami/charts/issues/7024) +* [bitnami/several] Fix default values and regenerate README (#7024) ([4c86733](https://github.com/bitnami/charts/commit/4c867335c5c9c5aba041868df16ebb8f64ac68bd)), closes [#7024](https://github.com/bitnami/charts/issues/7024) ## 8.0.5 (2021-07-13) -* [bitnami/jenkins] Fix metrics.enabled usage (#6941) ([3e85a59](https://github.com/bitnami/charts/commit/3e85a59)), closes [#6941](https://github.com/bitnami/charts/issues/6941) +* [bitnami/jenkins] Fix metrics.enabled usage (#6941) ([3e85a59](https://github.com/bitnami/charts/commit/3e85a5931873ce668a1c647e960703cfde154605)), closes [#6941](https://github.com/bitnami/charts/issues/6941) ## 8.0.4 (2021-07-05) -* [bitnami/jenkins] Release 8.0.4 updating components versions ([25b5941](https://github.com/bitnami/charts/commit/25b5941)) +* [bitnami/jenkins] Release 8.0.4 updating components versions ([25b5941](https://github.com/bitnami/charts/commit/25b5941077c858742ddffd46d81c7f723c74fafe)) ## 8.0.3 (2021-07-04) -* [bitnami/jenkins] Release 8.0.3 updating components versions ([cbc0ca5](https://github.com/bitnami/charts/commit/cbc0ca5)) +* [bitnami/jenkins] Release 8.0.3 updating components versions ([cbc0ca5](https://github.com/bitnami/charts/commit/cbc0ca57e49be042294095ecf7454f6ce842ef3a)) ## 8.0.2 (2021-06-25) -* T40684 Updated README (#6747) ([9589bd9](https://github.com/bitnami/charts/commit/9589bd9)), closes [#6747](https://github.com/bitnami/charts/issues/6747) +* T40684 Updated README (#6747) ([9589bd9](https://github.com/bitnami/charts/commit/9589bd98fce48bb94a5ee681e21e1a5f71d3a135)), closes [#6747](https://github.com/bitnami/charts/issues/6747) ## 8.0.1 (2021-06-04) -* [bitnami/jenkins] Release 8.0.1 updating components versions ([6eafe65](https://github.com/bitnami/charts/commit/6eafe65)) +* [bitnami/jenkins] Release 8.0.1 updating components versions ([6eafe65](https://github.com/bitnami/charts/commit/6eafe65a2a2dd6704dddea03a47d20cce71d9634)) ## 8.0.0 (2021-06-03) -* [bitnami/jenkins] New major version (#6418) ([39dda68](https://github.com/bitnami/charts/commit/39dda68)), closes [#6418](https://github.com/bitnami/charts/issues/6418) +* [bitnami/jenkins] New major version (#6418) ([39dda68](https://github.com/bitnami/charts/commit/39dda68fb994b5d65818cbdce4124b8b5c2495c5)), closes [#6418](https://github.com/bitnami/charts/issues/6418) ## 7.3.17 (2021-05-28) -* [bitnami/jenkins] Release 7.3.17 updating components versions ([bbf08a7](https://github.com/bitnami/charts/commit/bbf08a7)) +* [bitnami/jenkins] Release 7.3.17 updating components versions ([bbf08a7](https://github.com/bitnami/charts/commit/bbf08a7c2aad3059f9743ae1cfb6df2062a391cb)) ## 7.3.16 (2021-05-24) -* [bitnami/jenkins] Release 7.3.16 updating components versions ([a7682cc](https://github.com/bitnami/charts/commit/a7682cc)) +* [bitnami/jenkins] Release 7.3.16 updating components versions ([a7682cc](https://github.com/bitnami/charts/commit/a7682cc9f8dc3efd63aab249eb70d1cf88017b3c)) ## 7.3.15 (2021-05-23) -* [bitnami/jenkins] Release 7.3.15 updating components versions ([86e1e0e](https://github.com/bitnami/charts/commit/86e1e0e)) +* [bitnami/jenkins] Release 7.3.15 updating components versions ([86e1e0e](https://github.com/bitnami/charts/commit/86e1e0efbbd30992c4540bbdedb4dfcabf3e21fd)) ## 7.3.14 (2021-05-07) -* [bitnami/jenkins] Release 7.3.14 updating components versions ([73e2d59](https://github.com/bitnami/charts/commit/73e2d59)) +* [bitnami/jenkins] Release 7.3.14 updating components versions ([73e2d59](https://github.com/bitnami/charts/commit/73e2d596de42a33a68d804b70b227e7ba2bc64b0)) ## 7.3.13 (2021-05-05) -* [bitnami/jenkins] Release 7.3.13 updating components versions ([05a5bd6](https://github.com/bitnami/charts/commit/05a5bd6)) +* [bitnami/jenkins] Release 7.3.13 updating components versions ([05a5bd6](https://github.com/bitnami/charts/commit/05a5bd69206574f3f8638197eb98da2164343a42)) ## 7.3.12 (2021-04-20) -* [bitnami/jenkins] Release 7.3.12 updating components versions ([99d0bb6](https://github.com/bitnami/charts/commit/99d0bb6)) +* [bitnami/jenkins] Release 7.3.12 updating components versions ([99d0bb6](https://github.com/bitnami/charts/commit/99d0bb6affe3ec51d85a42af7c102e5122591053)) ## 7.3.11 (2021-04-20) -* [bitnami/jenkins] Release 7.3.11 updating components versions ([78b5d0c](https://github.com/bitnami/charts/commit/78b5d0c)) +* [bitnami/jenkins] Release 7.3.11 updating components versions ([78b5d0c](https://github.com/bitnami/charts/commit/78b5d0c634761c0599586e0b52d218ab8c75dbdd)) ## 7.3.10 (2021-04-08) -* [bitnami/jenkins] Release 7.3.10 updating components versions ([e975e37](https://github.com/bitnami/charts/commit/e975e37)) +* [bitnami/jenkins] Release 7.3.10 updating components versions ([e975e37](https://github.com/bitnami/charts/commit/e975e3737b4b2234cbe21eaf46b16f3f8de71ab4)) ## 7.3.9 (2021-03-25) -* [bitnami/jenkins] Release 7.3.9 updating components versions ([920266c](https://github.com/bitnami/charts/commit/920266c)) +* [bitnami/jenkins] Release 7.3.9 updating components versions ([920266c](https://github.com/bitnami/charts/commit/920266c09b7044192e5cd730fdd5e4c798f015c2)) ## 7.3.8 (2021-03-17) -* [bitnami/jenkins] Release 7.3.8 updating components versions ([c61a578](https://github.com/bitnami/charts/commit/c61a578)) +* [bitnami/jenkins] Release 7.3.8 updating components versions ([c61a578](https://github.com/bitnami/charts/commit/c61a5789694ced3cc557b23bc915041e070efa93)) ## 7.3.7 (2021-03-12) -* [bitnami/jenkins] Release 7.3.7 updating components versions ([707fc0f](https://github.com/bitnami/charts/commit/707fc0f)) +* [bitnami/jenkins] Release 7.3.7 updating components versions ([707fc0f](https://github.com/bitnami/charts/commit/707fc0f1570ed3ee33d7495996003cc7bd65cefd)) ## 7.3.6 (2021-03-04) -* [bitnami/*] Remove minideb mentions (#5677) ([870bc4d](https://github.com/bitnami/charts/commit/870bc4d)), closes [#5677](https://github.com/bitnami/charts/issues/5677) +* [bitnami/*] Remove minideb mentions (#5677) ([870bc4d](https://github.com/bitnami/charts/commit/870bc4dba1fc3aa55dd157da6687b25e8d352206)), closes [#5677](https://github.com/bitnami/charts/issues/5677) ## 7.3.5 (2021-02-10) -* [bitnami/*] Add notice regarding parameters immutability after chart installation (#4853) ([5f09573](https://github.com/bitnami/charts/commit/5f09573)), closes [#4853](https://github.com/bitnami/charts/issues/4853) -* [bitnami/jenkins] Release 7.3.5 updating components versions ([d49eff9](https://github.com/bitnami/charts/commit/d49eff9)) +* [bitnami/*] Add notice regarding parameters immutability after chart installation (#4853) ([5f09573](https://github.com/bitnami/charts/commit/5f095734f92555dec7cd0e3ee961f315eac170ff)), closes [#4853](https://github.com/bitnami/charts/issues/4853) +* [bitnami/jenkins] Release 7.3.5 updating components versions ([d49eff9](https://github.com/bitnami/charts/commit/d49eff914883bde861b89ef30175c15063f4e642)) ## 7.3.4 (2021-02-08) -* [bitnami/jenkins] Release 7.3.4 updating components versions ([7c8addc](https://github.com/bitnami/charts/commit/7c8addc)) +* [bitnami/jenkins] Release 7.3.4 updating components versions ([7c8addc](https://github.com/bitnami/charts/commit/7c8addc2fd6254bb0f18da0a2e44f2ddd5355fa8)) ## 7.3.3 (2021-02-03) -* [bitnami/jenkins] Release 7.3.3 updating components versions ([2a94b7c](https://github.com/bitnami/charts/commit/2a94b7c)) +* [bitnami/jenkins] Release 7.3.3 updating components versions ([2a94b7c](https://github.com/bitnami/charts/commit/2a94b7c6224133c1dcd89b6b7c0a78050f5fbcc7)) ## 7.3.2 (2021-01-29) -* [bitnami/jenkins] Release 7.3.2 updating components versions ([263867d](https://github.com/bitnami/charts/commit/263867d)) +* [bitnami/jenkins] Release 7.3.2 updating components versions ([263867d](https://github.com/bitnami/charts/commit/263867d9487f88dd308b238f6ff6e727fb08938e)) ## 7.3.1 (2021-01-27) -* [bitnami/jenkins] Release 7.3.1 updating components versions ([e8dfb20](https://github.com/bitnami/charts/commit/e8dfb20)) +* [bitnami/jenkins] Release 7.3.1 updating components versions ([e8dfb20](https://github.com/bitnami/charts/commit/e8dfb2077b6daed65e5b3fb96554ddf931a4a997)) ## 7.3.0 (2021-01-27) -* [bitnami/jenkins] Add hostAliases (#5246) ([e38956c](https://github.com/bitnami/charts/commit/e38956c)), closes [#5246](https://github.com/bitnami/charts/issues/5246) +* [bitnami/jenkins] Add hostAliases (#5246) ([e38956c](https://github.com/bitnami/charts/commit/e38956cd40878f192b4de2b11d88a3c9ceff8225)), closes [#5246](https://github.com/bitnami/charts/issues/5246) ## 7.2.2 (2021-01-25) -* [bitnami/jenkins] Release 7.2.2 updating components versions ([4c9ffee](https://github.com/bitnami/charts/commit/4c9ffee)) +* [bitnami/jenkins] Release 7.2.2 updating components versions ([4c9ffee](https://github.com/bitnami/charts/commit/4c9ffee6a833666796d81828b0699d07d47c94f6)) ## 7.2.1 (2021-01-25) -* [bitnami/*] Change helm version in the prerequisites (#5090) ([c5e67a3](https://github.com/bitnami/charts/commit/c5e67a3)), closes [#5090](https://github.com/bitnami/charts/issues/5090) -* [bitnami/*] Unify icons in Chart.yaml and add missing fields (#5206) ([0462921](https://github.com/bitnami/charts/commit/0462921)), closes [#5206](https://github.com/bitnami/charts/issues/5206) +* [bitnami/*] Change helm version in the prerequisites (#5090) ([c5e67a3](https://github.com/bitnami/charts/commit/c5e67a388743cbee28439d2cabca27884b9daf97)), closes [#5090](https://github.com/bitnami/charts/issues/5090) +* [bitnami/*] Unify icons in Chart.yaml and add missing fields (#5206) ([0462921](https://github.com/bitnami/charts/commit/0462921418ca8d54308b7466197a6d53ffae4628)), closes [#5206](https://github.com/bitnami/charts/issues/5206) ## 7.2.0 (2021-01-15) -* [bitnami/*] Adapt Ingress to K8s 1.20 (#4972) ([b7c8b5b](https://github.com/bitnami/charts/commit/b7c8b5b)), closes [#4972](https://github.com/bitnami/charts/issues/4972) +* [bitnami/*] Adapt Ingress to K8s 1.20 (#4972) ([b7c8b5b](https://github.com/bitnami/charts/commit/b7c8b5be202cafed9c1a324c6550fd18fafb68a1)), closes [#4972](https://github.com/bitnami/charts/issues/4972) ## 7.1.2 (2021-01-14) -* [bitnami/jenkins] Release 7.1.2 updating components versions ([e2008f9](https://github.com/bitnami/charts/commit/e2008f9)) +* [bitnami/jenkins] Release 7.1.2 updating components versions ([e2008f9](https://github.com/bitnami/charts/commit/e2008f9c0aa189dcd0251820b982e56c9c9cf213)) ## 7.1.1 (2021-01-13) -* [bitnami/jenkins] Release 7.1.1 updating components versions ([9287544](https://github.com/bitnami/charts/commit/9287544)) +* [bitnami/jenkins] Release 7.1.1 updating components versions ([9287544](https://github.com/bitnami/charts/commit/9287544d4307b72e28210eca63b1ef72f228f30d)) ## 7.1.0 (2021-01-13) -* [bitnami/*] POC Lookup function implementation (#4831) ([240dc1b](https://github.com/bitnami/charts/commit/240dc1b)), closes [#4831](https://github.com/bitnami/charts/issues/4831) +* [bitnami/*] POC Lookup function implementation (#4831) ([240dc1b](https://github.com/bitnami/charts/commit/240dc1bea80a3e121fd595636496d7941bdbc5e0)), closes [#4831](https://github.com/bitnami/charts/issues/4831) ## 7.0.4 (2021-01-08) -* [bitnami/*] Fix typo in README (leaviness > liveness) (#4917) ([80ca826](https://github.com/bitnami/charts/commit/80ca826)), closes [#4917](https://github.com/bitnami/charts/issues/4917) +* [bitnami/*] Fix typo in README (leaviness > liveness) (#4917) ([80ca826](https://github.com/bitnami/charts/commit/80ca8265b58602ded240c97025017607da6e1fd2)), closes [#4917](https://github.com/bitnami/charts/issues/4917) ## 7.0.3 (2020-12-17) -* [bitnami/*] fix typos (#4699) ([49adc63](https://github.com/bitnami/charts/commit/49adc63)), closes [#4699](https://github.com/bitnami/charts/issues/4699) -* [bitnami/jenkins] Release 7.0.3 updating components versions ([2c25b67](https://github.com/bitnami/charts/commit/2c25b67)) +* [bitnami/*] fix typos (#4699) ([49adc63](https://github.com/bitnami/charts/commit/49adc63b672da976c55af2e077aa5648a357b77f)), closes [#4699](https://github.com/bitnami/charts/issues/4699) +* [bitnami/jenkins] Release 7.0.3 updating components versions ([2c25b67](https://github.com/bitnami/charts/commit/2c25b6716bc2b7e0fff039fb7bc137cb9ca0d270)) ## 7.0.2 (2020-12-11) -* [bitnami/*] Update dependencies (#4694) ([2826c12](https://github.com/bitnami/charts/commit/2826c12)), closes [#4694](https://github.com/bitnami/charts/issues/4694) +* [bitnami/*] Update dependencies (#4694) ([2826c12](https://github.com/bitnami/charts/commit/2826c125b42505f28431301e3c1bbe5366e47a01)), closes [#4694](https://github.com/bitnami/charts/issues/4694) ## 7.0.1 (2020-12-02) -* [bitnami/jenkins] Release 7.0.1 updating components versions ([6c16421](https://github.com/bitnami/charts/commit/6c16421)) +* [bitnami/jenkins] Release 7.0.1 updating components versions ([6c16421](https://github.com/bitnami/charts/commit/6c16421ae40640a3960aea7630a87f20b4cf8e8b)) ## 7.0.0 (2020-12-01) -* [bitnami/jenkins] New major version (#4532) ([de22b3f](https://github.com/bitnami/charts/commit/de22b3f)), closes [#4532](https://github.com/bitnami/charts/issues/4532) +* [bitnami/jenkins] New major version (#4532) ([de22b3f](https://github.com/bitnami/charts/commit/de22b3f48f8bd692523767115b0bcd4caf9c096a)), closes [#4532](https://github.com/bitnami/charts/issues/4532) ## 6.1.0 (2020-11-25) -* [bitnami/*] Affinity based on common presets (ii) (#4472) ([934259f](https://github.com/bitnami/charts/commit/934259f)), closes [#4472](https://github.com/bitnami/charts/issues/4472) +* [bitnami/*] Affinity based on common presets (ii) (#4472) ([934259f](https://github.com/bitnami/charts/commit/934259f78127c53c747dfff5e5df9f67738ec79c)), closes [#4472](https://github.com/bitnami/charts/issues/4472) ## 6.0.1 (2020-11-20) -* [bitnami/*] Expose the "service type" in the basic form for Kubeapps (#4445) ([cf3b3d3](https://github.com/bitnami/charts/commit/cf3b3d3)), closes [#4445](https://github.com/bitnami/charts/issues/4445) +* [bitnami/*] Expose the "service type" in the basic form for Kubeapps (#4445) ([cf3b3d3](https://github.com/bitnami/charts/commit/cf3b3d3def5931883df8054806edcea9b8339c50)), closes [#4445](https://github.com/bitnami/charts/issues/4445) ## 6.0.0 (2020-11-10) -* [bitnami/jenkins] Major version. Adapt Chart to apiVersion: v2 (#4282) ([0d2c4f0](https://github.com/bitnami/charts/commit/0d2c4f0)), closes [#4282](https://github.com/bitnami/charts/issues/4282) +* [bitnami/jenkins] Major version. Adapt Chart to apiVersion: v2 (#4282) ([0d2c4f0](https://github.com/bitnami/charts/commit/0d2c4f087df5bb48614f1248e637e4b46d172bc7)), closes [#4282](https://github.com/bitnami/charts/issues/4282) ## 5.0.28 (2020-11-05) -* [bitnami/*] Include link to Troubleshootin guide on README.md (#4136) ([c08a20e](https://github.com/bitnami/charts/commit/c08a20e)), closes [#4136](https://github.com/bitnami/charts/issues/4136) -* [bitnami/jenkins] Release 5.0.28 updating components versions ([717555e](https://github.com/bitnami/charts/commit/717555e)) +* [bitnami/*] Include link to Troubleshootin guide on README.md (#4136) ([c08a20e](https://github.com/bitnami/charts/commit/c08a20e3db004215383004ff023a73fcc2522e72)), closes [#4136](https://github.com/bitnami/charts/issues/4136) +* [bitnami/jenkins] Release 5.0.28 updating components versions ([717555e](https://github.com/bitnami/charts/commit/717555e9d3287c05f20e3b87f18684020ff3378e)) ## 5.0.27 (2020-10-08) -* [bitnami/jenkins] Release 5.0.27 updating components versions ([b479f0c](https://github.com/bitnami/charts/commit/b479f0c)) +* [bitnami/jenkins] Release 5.0.27 updating components versions ([b479f0c](https://github.com/bitnami/charts/commit/b479f0c30165bb38a4de6637545931c9a2273f05)) ## 5.0.26 (2020-09-21) -* [bitnami/jenkins] Release 5.0.26 updating components versions ([e7a5b3c](https://github.com/bitnami/charts/commit/e7a5b3c)) +* [bitnami/jenkins] Release 5.0.26 updating components versions ([e7a5b3c](https://github.com/bitnami/charts/commit/e7a5b3cd3ca9b9b37cf95a10298ff0f4d8169c01)) ## 5.0.25 (2020-09-09) -* [bitnami/jenkins] Release 5.0.25 updating components versions ([1631302](https://github.com/bitnami/charts/commit/1631302)) -* [bitnami/metrics-server] Add source repo (#3577) ([1ed12f9](https://github.com/bitnami/charts/commit/1ed12f9)), closes [#3577](https://github.com/bitnami/charts/issues/3577) +* [bitnami/jenkins] Release 5.0.25 updating components versions ([1631302](https://github.com/bitnami/charts/commit/1631302c2c231c5db822cf89d5853feaa62e688f)) +* [bitnami/metrics-server] Add source repo (#3577) ([1ed12f9](https://github.com/bitnami/charts/commit/1ed12f96af75322b46afdb2b3d9907c11b13f765)), closes [#3577](https://github.com/bitnami/charts/issues/3577) ## 5.0.24 (2020-08-18) -* [bitnami/jenkins] Release 5.0.24 updating components versions ([300dbfc](https://github.com/bitnami/charts/commit/300dbfc)) +* [bitnami/jenkins] Release 5.0.24 updating components versions ([300dbfc](https://github.com/bitnami/charts/commit/300dbfc004ca831bcb8be1265a09883cac0c5225)) ## 5.0.23 (2020-08-13) -* [bitnami/jenkins] Release 5.0.23 updating components versions ([9881c4e](https://github.com/bitnami/charts/commit/9881c4e)) +* [bitnami/jenkins] Release 5.0.23 updating components versions ([9881c4e](https://github.com/bitnami/charts/commit/9881c4e164eae78a6fe922481090b340126e47d8)) ## 5.0.22 (2020-08-07) -* [bitnami/jenkins] Not enable metrics-svc.yaml with metrics.enabled=false (#3347) ([82cb852](https://github.com/bitnami/charts/commit/82cb852)), closes [#3347](https://github.com/bitnami/charts/issues/3347) +* [bitnami/jenkins] Not enable metrics-svc.yaml with metrics.enabled=false (#3347) ([82cb852](https://github.com/bitnami/charts/commit/82cb8523416cca8d5639fbbc212b8a5032d3704a)), closes [#3347](https://github.com/bitnami/charts/issues/3347) ## 5.0.21 (2020-08-05) -* [bitnami/*] Fix TL;DR typo in READMEs (#3280) ([3d7ab40](https://github.com/bitnami/charts/commit/3d7ab40)), closes [#3280](https://github.com/bitnami/charts/issues/3280) -* [bitnami/jenkins] Release 5.0.21 updating components versions ([f4cf89e](https://github.com/bitnami/charts/commit/f4cf89e)) +* [bitnami/*] Fix TL;DR typo in READMEs (#3280) ([3d7ab40](https://github.com/bitnami/charts/commit/3d7ab406fecd64f1af25f53e7d27f03ec95b29a4)), closes [#3280](https://github.com/bitnami/charts/issues/3280) +* [bitnami/jenkins] Release 5.0.21 updating components versions ([f4cf89e](https://github.com/bitnami/charts/commit/f4cf89e4afc5bd2c7f3e540dded6ea18069053e0)) ## 5.0.20 (2020-07-28) -* [bitnami/jenkins] Release 5.0.20 updating components versions ([c7f1e84](https://github.com/bitnami/charts/commit/c7f1e84)) +* [bitnami/jenkins] Release 5.0.20 updating components versions ([c7f1e84](https://github.com/bitnami/charts/commit/c7f1e846c221f723e0b17daa37ccbc1c1b32cfec)) ## 5.0.19 (2020-07-18) -* [bitnami/all] Add categories (#3075) ([63bde06](https://github.com/bitnami/charts/commit/63bde06)), closes [#3075](https://github.com/bitnami/charts/issues/3075) -* [bitnami/jenkins] Release 5.0.19 updating components versions ([2563e86](https://github.com/bitnami/charts/commit/2563e86)) +* [bitnami/all] Add categories (#3075) ([63bde06](https://github.com/bitnami/charts/commit/63bde066b87a140fab52264d0522401ab3d63509)), closes [#3075](https://github.com/bitnami/charts/issues/3075) +* [bitnami/jenkins] Release 5.0.19 updating components versions ([2563e86](https://github.com/bitnami/charts/commit/2563e86fef29f4bf57543a149aa7b74905aeb825)) ## 5.0.18 (2020-07-08) -* [bitnami/jenkins] Release 5.0.18 updating components versions ([691aee0](https://github.com/bitnami/charts/commit/691aee0)) +* [bitnami/jenkins] Release 5.0.18 updating components versions ([691aee0](https://github.com/bitnami/charts/commit/691aee0cf75da93dad14ac47587dd2a5c4df676a)) ## 5.0.17 (2020-07-02) -* [bitnami/jenkins] Release 5.0.17 updating components versions ([190666a](https://github.com/bitnami/charts/commit/190666a)) +* [bitnami/jenkins] Release 5.0.17 updating components versions ([190666a](https://github.com/bitnami/charts/commit/190666ac7fc8d6f94e40be04f6594b45b0f58cc5)) ## 5.0.16 (2020-07-02) -* [bitnami/jenkins] Fix typo in README (jenkinsUsername -> jenkinsUser) ([c9a01cb](https://github.com/bitnami/charts/commit/c9a01cb)) -* [bitnami/jenkins] Release 5.0.16 updating components versions ([010ee41](https://github.com/bitnami/charts/commit/010ee41)) +* [bitnami/jenkins] Fix typo in README (jenkinsUsername -> jenkinsUser) ([c9a01cb](https://github.com/bitnami/charts/commit/c9a01cb22534bc48c3f791d0454e3053554a06b8)) +* [bitnami/jenkins] Release 5.0.16 updating components versions ([010ee41](https://github.com/bitnami/charts/commit/010ee414d10d677298094b20edc29bb5cd0d34a0)) ## 5.0.15 (2020-06-24) -* [bitnami/jenkins] Release 5.0.15 updating components versions ([8f1020a](https://github.com/bitnami/charts/commit/8f1020a)) +* [bitnami/jenkins] Release 5.0.15 updating components versions ([8f1020a](https://github.com/bitnami/charts/commit/8f1020a9ddb7bd6db9831df5939c9c4392b25673)) ## 5.0.14 (2020-06-19) -* [bitnami/jenkins] Release 5.0.14 updating components versions ([caffc66](https://github.com/bitnami/charts/commit/caffc66)) -* [multiple charts] Update hidden properties in the different JSON schemas (#2871) ([4cff6ba](https://github.com/bitnami/charts/commit/4cff6ba)), closes [#2871](https://github.com/bitnami/charts/issues/2871) +* [bitnami/jenkins] Release 5.0.14 updating components versions ([caffc66](https://github.com/bitnami/charts/commit/caffc667a1a16f86a06e5ff35fba35a9148a2e5f)) +* [multiple charts] Update hidden properties in the different JSON schemas (#2871) ([4cff6ba](https://github.com/bitnami/charts/commit/4cff6ba8b0013b6dc368a1e7986c393e8447e75b)), closes [#2871](https://github.com/bitnami/charts/issues/2871) ## 5.0.13 (2020-06-17) -* [bitnami/jenkins] Release 5.0.13 updating components versions ([059d4b5](https://github.com/bitnami/charts/commit/059d4b5)) -* Add support for helm lint and helm install in PRs via GH Actions (#2721) ([5ed97f0](https://github.com/bitnami/charts/commit/5ed97f0)), closes [#2721](https://github.com/bitnami/charts/issues/2721) -* update bitnami/common to be compatible with helm v2.12+ (#2615) ([c7751eb](https://github.com/bitnami/charts/commit/c7751eb)), closes [#2615](https://github.com/bitnami/charts/issues/2615) +* [bitnami/jenkins] Release 5.0.13 updating components versions ([059d4b5](https://github.com/bitnami/charts/commit/059d4b5da14b49e417f021bb331268c6d8502f24)) +* Add support for helm lint and helm install in PRs via GH Actions (#2721) ([5ed97f0](https://github.com/bitnami/charts/commit/5ed97f0c1ab49e7c7c3af81b888f41f50a7cfbab)), closes [#2721](https://github.com/bitnami/charts/issues/2721) +* update bitnami/common to be compatible with helm v2.12+ (#2615) ([c7751eb](https://github.com/bitnami/charts/commit/c7751eb5764e468e1854b58a1b8491d2b13e0a4a)), closes [#2615](https://github.com/bitnami/charts/issues/2615) ## 5.0.12 (2020-05-19) -* [bitnami/jenkins] fix indent in templates/servicemonitor.yaml (#2605) ([eda4b25](https://github.com/bitnami/charts/commit/eda4b25)), closes [#2605](https://github.com/bitnami/charts/issues/2605) +* [bitnami/jenkins] fix indent in templates/servicemonitor.yaml (#2605) ([eda4b25](https://github.com/bitnami/charts/commit/eda4b25454edd1094ca62d5babd2ae99be991c03)), closes [#2605](https://github.com/bitnami/charts/issues/2605) ## 5.0.11 (2020-05-15) -* [bitnami/jenkins] Release 5.0.11 updating components versions ([15a0bce](https://github.com/bitnami/charts/commit/15a0bce)) +* [bitnami/jenkins] Release 5.0.11 updating components versions ([15a0bce](https://github.com/bitnami/charts/commit/15a0bce7dc697048e8629bde7ab20aef5b796278)) ## 5.0.10 (2020-05-10) -* [bitnami/jenkins] Release 5.0.10 updating components versions ([c73bf61](https://github.com/bitnami/charts/commit/c73bf61)) +* [bitnami/jenkins] Release 5.0.10 updating components versions ([c73bf61](https://github.com/bitnami/charts/commit/c73bf61a7b321e4bb7902616d8fff28bfa59fd15)) ## 5.0.9 (2020-05-08) -* [bitnami/jenkins] Release 5.0.9 updating components versions ([b7355c7](https://github.com/bitnami/charts/commit/b7355c7)) +* [bitnami/jenkins] Release 5.0.9 updating components versions ([b7355c7](https://github.com/bitnami/charts/commit/b7355c7d770a2f4f031a1ac0dab0c7acb4609786)) ## 5.0.8 (2020-04-25) -* [bitnami/jenkins] Release 5.0.8 updating components versions ([8f4744e](https://github.com/bitnami/charts/commit/8f4744e)) +* [bitnami/jenkins] Release 5.0.8 updating components versions ([8f4744e](https://github.com/bitnami/charts/commit/8f4744ec76601cadffab1dbce6e6e4755267b166)) ## 5.0.7 (2020-04-22) -* [bitnami/jenkins] Release 5.0.7 updating components versions ([df3c9aa](https://github.com/bitnami/charts/commit/df3c9aa)) +* [bitnami/jenkins] Release 5.0.7 updating components versions ([df3c9aa](https://github.com/bitnami/charts/commit/df3c9aab5d78b3f95e03bd60a4627085a9dda0af)) ## 5.0.6 (2020-04-17) -* [bitnami/jenkins] Release 5.0.6 updating components versions ([6ca4ac7](https://github.com/bitnami/charts/commit/6ca4ac7)) +* [bitnami/jenkins] Release 5.0.6 updating components versions ([6ca4ac7](https://github.com/bitnami/charts/commit/6ca4ac7ad5abc9842a0ce8ee8835cea02e9874e2)) ## 5.0.5 (2020-04-03) -* [bitnami/jenkins] Release 5.0.5 updating components versions ([e8e3880](https://github.com/bitnami/charts/commit/e8e3880)) +* [bitnami/jenkins] Release 5.0.5 updating components versions ([e8e3880](https://github.com/bitnami/charts/commit/e8e3880c42352b18fdcd8aa223adb1c98f2d24b1)) ## 5.0.4 (2020-03-26) -* [bitnami/jenkins] Release 5.0.4 updating components versions ([c8bec37](https://github.com/bitnami/charts/commit/c8bec37)) +* [bitnami/jenkins] Release 5.0.4 updating components versions ([c8bec37](https://github.com/bitnami/charts/commit/c8bec37d8430fabf19c01ea186403446016ec7b7)) ## 5.0.3 (2020-03-18) -* [bitnami/jenkins] Release 5.0.3 updating components versions ([d28d32d](https://github.com/bitnami/charts/commit/d28d32d)) +* [bitnami/jenkins] Release 5.0.3 updating components versions ([d28d32d](https://github.com/bitnami/charts/commit/d28d32d7487f10775209cd7d61463a53b1e643a1)) ## 5.0.2 (2020-03-11) -* Move charts from upstreamed folder to bitnami (#2032) ([a0e44f7](https://github.com/bitnami/charts/commit/a0e44f7)), closes [#2032](https://github.com/bitnami/charts/issues/2032) +* Move charts from upstreamed folder to bitnami (#2032) ([a0e44f7](https://github.com/bitnami/charts/commit/a0e44f7d6a10b8b5643186130ea420887cb72c7c)), closes [#2032](https://github.com/bitnami/charts/issues/2032) ## 5.0.1 (2020-03-08) -* [bitnami/jenkins] Release 5.0.1 updating components versions ([e8359f8](https://github.com/bitnami/charts/commit/e8359f8)) +* [bitnami/jenkins] Release 5.0.1 updating components versions ([e8359f8](https://github.com/bitnami/charts/commit/e8359f8f2293aca2220bbfd1b70067dd901298d9)) ## 5.0.0 (2020-03-06) -* [bitnami/jenkins] Move Jenkins to non-root (#2014) ([cf87f81](https://github.com/bitnami/charts/commit/cf87f81)), closes [#2014](https://github.com/bitnami/charts/issues/2014) +* [bitnami/jenkins] Move Jenkins to non-root (#2014) ([cf87f81](https://github.com/bitnami/charts/commit/cf87f81024c57b63bd46b3719d5c99bd25afa3ca)), closes [#2014](https://github.com/bitnami/charts/issues/2014) ## 4.1.9 (2020-03-03) -* [bitnami/jenkins] Release 4.1.9 updating components versions ([5354fe4](https://github.com/bitnami/charts/commit/5354fe4)) +* [bitnami/jenkins] Release 4.1.9 updating components versions ([5354fe4](https://github.com/bitnami/charts/commit/5354fe49dbaa70d51f7f7469203f156b15eb2846)) ## 4.1.8 (2020-02-29) -* [bitnami/jenkins] Release 4.1.8 updating components versions ([6b9f3c5](https://github.com/bitnami/charts/commit/6b9f3c5)) +* [bitnami/jenkins] Release 4.1.8 updating components versions ([6b9f3c5](https://github.com/bitnami/charts/commit/6b9f3c58eb6ccf6b25a87fb0ccba320e3d04c37f)) ## 4.1.7 (2020-02-26) -* [bitnami/jenkins] Release 4.1.7 updating components versions ([804722b](https://github.com/bitnami/charts/commit/804722b)) +* [bitnami/jenkins] Release 4.1.7 updating components versions ([804722b](https://github.com/bitnami/charts/commit/804722be3505490c41ddb526d552cdfcab615e22)) ## 4.1.6 (2020-02-18) -* [bitnami/jenkins] Release 4.1.6 updating components versions ([3846878](https://github.com/bitnami/charts/commit/3846878)) +* [bitnami/jenkins] Release 4.1.6 updating components versions ([3846878](https://github.com/bitnami/charts/commit/38468785f60708864c5d3eabef25ae02a862ef1e)) ## 4.1.5 (2020-02-11) -* [bitnami/several] Adapt READMEs and helpers to Helm 3 (#1911) ([40ee57c](https://github.com/bitnami/charts/commit/40ee57c)), closes [#1911](https://github.com/bitnami/charts/issues/1911) +* [bitnami/several] Adapt READMEs and helpers to Helm 3 (#1911) ([40ee57c](https://github.com/bitnami/charts/commit/40ee57cf5164717357e1627b55bf25f59c40fbd1)), closes [#1911](https://github.com/bitnami/charts/issues/1911) ## 4.1.4 (2020-01-29) -* [bitnami/jenkins] Release 4.1.4 updating components versions ([57cb5b6](https://github.com/bitnami/charts/commit/57cb5b6)) +* [bitnami/jenkins] Release 4.1.4 updating components versions ([57cb5b6](https://github.com/bitnami/charts/commit/57cb5b6d2c014f2595e71c0f4d5c46908619eb93)) ## 4.1.3 (2020-01-24) -* [bitnami/jenkins] Release 4.1.3 updating components versions ([4a9f37e](https://github.com/bitnami/charts/commit/4a9f37e)) +* [bitnami/jenkins] Release 4.1.3 updating components versions ([4a9f37e](https://github.com/bitnami/charts/commit/4a9f37e1ced2a598bed122ff83f0bb348ac6d856)) ## 4.1.2 (2020-01-15) -* [bitnami/jenkins] Release 4.1.2 updating components versions ([1bd4ff3](https://github.com/bitnami/charts/commit/1bd4ff3)) +* [bitnami/jenkins] Release 4.1.2 updating components versions ([1bd4ff3](https://github.com/bitnami/charts/commit/1bd4ff350bf220bac015caa01d41340c9fb03ea6)) ## 4.1.1 (2019-12-22) -* [bitnami/jenkins] Release 4.1.1 updating components versions ([1a70e82](https://github.com/bitnami/charts/commit/1a70e82)) -* Remove 'certManager' and set default resources ([812e4f7](https://github.com/bitnami/charts/commit/812e4f7)) +* [bitnami/jenkins] Release 4.1.1 updating components versions ([1a70e82](https://github.com/bitnami/charts/commit/1a70e8258498fcd5a7c7ba569964ae3c2bdbb41a)) +* Remove 'certManager' and set default resources ([812e4f7](https://github.com/bitnami/charts/commit/812e4f714bd1d24d7abc1c2cc3297f5f9c5b4677)) ## 4.1.0 (2019-11-29) -* [bitnami/jenkins] Add JSON Schema ([b277431](https://github.com/bitnami/charts/commit/b277431)) +* [bitnami/jenkins] Add JSON Schema ([b277431](https://github.com/bitnami/charts/commit/b277431c93b32c34393b09beba2d1d3ec2f65905)) ## 4.0.4 (2019-11-21) -* [bitnami/jenkins] Release 4.0.4 updating components versions ([0a5c02b](https://github.com/bitnami/charts/commit/0a5c02b)) +* [bitnami/jenkins] Release 4.0.4 updating components versions ([0a5c02b](https://github.com/bitnami/charts/commit/0a5c02ba76d1f2c880f019a0bc23beaedd4f66b7)) ## 4.0.3 (2019-11-19) -* [bitnami/jenkins] Lint chart ([1b7c154](https://github.com/bitnami/charts/commit/1b7c154)) +* [bitnami/jenkins] Lint chart ([1b7c154](https://github.com/bitnami/charts/commit/1b7c15419de07ee492aaa16e8bbbd033b880ab89)) ## 4.0.2 (2019-11-15) -* [bitnami/jenkins] Release 4.0.2 updating components versions ([4c2cdf0](https://github.com/bitnami/charts/commit/4c2cdf0)) +* [bitnami/jenkins] Release 4.0.2 updating components versions ([4c2cdf0](https://github.com/bitnami/charts/commit/4c2cdf0b7ea66bfda3d2355fa3bd0ca425ca9806)) ## 4.0.1 (2019-11-14) -* [bitnami/jenkins] Release 4.0.1 updating components versions ([21f5802](https://github.com/bitnami/charts/commit/21f5802)) +* [bitnami/jenkins] Release 4.0.1 updating components versions ([21f5802](https://github.com/bitnami/charts/commit/21f5802609bc349b749e7c03e81ab1dac89d1048)) ## 4.0.0 (2019-11-14) -* [bitnami/jenkins] bump major version ([d701150](https://github.com/bitnami/charts/commit/d701150)) +* [bitnami/jenkins] bump major version ([d701150](https://github.com/bitnami/charts/commit/d70115062dc277ed0fe88753cf6623e5aa4006e4)) ## 3.4.9 (2019-10-29) -* [bitnami/jenkins] Release 3.4.9 updating components versions ([facc797](https://github.com/bitnami/charts/commit/facc797)) +* [bitnami/jenkins] Release 3.4.9 updating components versions ([facc797](https://github.com/bitnami/charts/commit/facc79709d4eaaca31116bb5ed9c84bbc91f52b8)) ## 3.4.8 (2019-10-25) -* [bitnami/jenkins] Release 3.4.8 updating components versions ([d0749e6](https://github.com/bitnami/charts/commit/d0749e6)) +* [bitnami/jenkins] Release 3.4.8 updating components versions ([d0749e6](https://github.com/bitnami/charts/commit/d0749e69c264ffa93243cfa81e2f486787f13c0a)) ## 3.4.7 (2019-10-24) -* Fix links because of section renaming ([8e6fa3b](https://github.com/bitnami/charts/commit/8e6fa3b)) +* Fix links because of section renaming ([8e6fa3b](https://github.com/bitnami/charts/commit/8e6fa3bf7e3198954b6af507cf143fd4870c1c33)) ## 3.4.6 (2019-10-23) -* Adapt README in charts (II) ([4705a98](https://github.com/bitnami/charts/commit/4705a98)) +* Adapt README in charts (II) ([4705a98](https://github.com/bitnami/charts/commit/4705a98e346aae7e784ee27cd8c58d0f8e8411f3)) ## 3.4.5 (2019-10-08) -* [bitnami/jenkins] Standardize README.md ([46f4bca](https://github.com/bitnami/charts/commit/46f4bca)) +* [bitnami/jenkins] Standardize README.md ([46f4bca](https://github.com/bitnami/charts/commit/46f4bca6377f8b10a70f70fa576019087444065c)) ## 3.4.4 (2019-10-03) -* [bitnami/*] Fix broken links to NGINX Ingress Annotations docs ([42a2f47](https://github.com/bitnami/charts/commit/42a2f47)) +* [bitnami/*] Fix broken links to NGINX Ingress Annotations docs ([42a2f47](https://github.com/bitnami/charts/commit/42a2f476bdc0f4960ad15d9a8e2fca8cef684b8f)) ## 3.4.3 (2019-09-25) -* [bitnami/jenkins] Release 3.4.3 updating components versions ([c3ccc15](https://github.com/bitnami/charts/commit/c3ccc15)) +* [bitnami/jenkins] Release 3.4.3 updating components versions ([c3ccc15](https://github.com/bitnami/charts/commit/c3ccc15662f3c82b1f22ede9b43fa8dbb44b592b)) ## 3.4.2 (2019-09-20) -* [bitnami/*] Update apiVersion on sts, deployments, daemonsets and podsecuritypolicies ([4dfac07](https://github.com/bitnami/charts/commit/4dfac07)) +* [bitnami/*] Update apiVersion on sts, deployments, daemonsets and podsecuritypolicies ([4dfac07](https://github.com/bitnami/charts/commit/4dfac075aacf74405e31ae5b27df4369e84eb0b0)) ## 3.4.1 (2019-09-13) -* [bitnami/jenkins] Release 3.4.1 updating components versions ([dcdb5b3](https://github.com/bitnami/charts/commit/dcdb5b3)) +* [bitnami/jenkins] Release 3.4.1 updating components versions ([dcdb5b3](https://github.com/bitnami/charts/commit/dcdb5b385d81e4ae708791c831e1b0537b6bf8ac)) ## 3.4.0 (2019-09-04) -* Bump minor version ([10f1738](https://github.com/bitnami/charts/commit/10f1738)) +* Bump minor version ([10f1738](https://github.com/bitnami/charts/commit/10f173888cd7001e8e7b857b30d80fd58de48b48)) ## 3.3.5 (2019-09-04) -* Add affinity to jenkins ([cf4771a](https://github.com/bitnami/charts/commit/cf4771a)) +* Add affinity to jenkins ([cf4771a](https://github.com/bitnami/charts/commit/cf4771a303f09614ae1c0e5c324cd7d4c88e1992)) ## 3.3.4 (2019-09-02) -* [bitnami/jenkins] Release 3.3.4 updating components versions ([a7e7300](https://github.com/bitnami/charts/commit/a7e7300)) +* [bitnami/jenkins] Release 3.3.4 updating components versions ([a7e7300](https://github.com/bitnami/charts/commit/a7e730029d5436524f9d343ae7926f60a0beed07)) ## 3.3.3 (2019-08-28) -* [bitnami/jenkins] Release 3.3.3 updating components versions ([5a10220](https://github.com/bitnami/charts/commit/5a10220)) -* [bitnami/jenkins] Update components versions ([87270ad](https://github.com/bitnami/charts/commit/87270ad)) +* [bitnami/jenkins] Release 3.3.3 updating components versions ([5a10220](https://github.com/bitnami/charts/commit/5a10220e242b41fdd32d01677e71598b91488436)) +* [bitnami/jenkins] Update components versions ([87270ad](https://github.com/bitnami/charts/commit/87270ad8ceb902e0264928af8c8a6cb1c0387360)) ## 3.3.2 (2019-08-22) -* [bitnami/*] Fix 'storageClass' macros ([f41c193](https://github.com/bitnami/charts/commit/f41c193)) +* [bitnami/*] Fix 'storageClass' macros ([f41c193](https://github.com/bitnami/charts/commit/f41c19310b0aba01be37217e530b678ae30a560f)) ## 3.3.1 (2019-08-21) -* Delete global storageClass when the chart has not dependencies and delete template for storageClass ([2b5302c](https://github.com/bitnami/charts/commit/2b5302c)) -* Refactor StorageClass template to support old Helm versions ([1d7f3df](https://github.com/bitnami/charts/commit/1d7f3df)) -* Refactor storageClassTemplate ([1872215](https://github.com/bitnami/charts/commit/1872215)) +* Delete global storageClass when the chart has not dependencies and delete template for storageClass ([2b5302c](https://github.com/bitnami/charts/commit/2b5302cf7c5053ba4a51fe21fb7fee16d2866a18)) +* Refactor StorageClass template to support old Helm versions ([1d7f3df](https://github.com/bitnami/charts/commit/1d7f3df1250d8f3ba7b17add67de6515dd93f1e7)) +* Refactor storageClassTemplate ([1872215](https://github.com/bitnami/charts/commit/1872215effe0a6ff672537387684c8a97fb3093c)) ## 3.3.0 (2019-08-19) -* Add global variable to set the storage class to all of the Hekm Charts ([cdb4bdc](https://github.com/bitnami/charts/commit/cdb4bdc)) -* Update charts versions ([9459dbb](https://github.com/bitnami/charts/commit/9459dbb)) +* Add global variable to set the storage class to all of the Hekm Charts ([cdb4bdc](https://github.com/bitnami/charts/commit/cdb4bdceda07e03f3902ec2796eab54d2c6f1650)) +* Update charts versions ([9459dbb](https://github.com/bitnami/charts/commit/9459dbbf98c5572f0b92cd3eef8e12ec83a48397)) ## 3.2.1 (2019-08-13) -* Update README.md ([c8ccdca](https://github.com/bitnami/charts/commit/c8ccdca)) -* Updated version numbers ([aa0294b](https://github.com/bitnami/charts/commit/aa0294b)) +* Update README.md ([c8ccdca](https://github.com/bitnami/charts/commit/c8ccdcab0ab922a829c786d31cf567cb95dfbc18)) +* Updated version numbers ([aa0294b](https://github.com/bitnami/charts/commit/aa0294b246340ed44d76f8cac59338ee685fab5e)) ## 3.2.0 (2019-08-12) -* [bitnami/jenkins] Use bitnami/jenkins-exporter ([8e9ea1b](https://github.com/bitnami/charts/commit/8e9ea1b)) +* [bitnami/jenkins] Use bitnami/jenkins-exporter ([8e9ea1b](https://github.com/bitnami/charts/commit/8e9ea1bbf43d0579aca551b5dae5ebbc30b97bc3)) ## 3.1.0 (2019-08-05) -* [bitnami/jenkins] Allow configuring liveness and readiness probes ([db1dcfb](https://github.com/bitnami/charts/commit/db1dcfb)) +* [bitnami/jenkins] Allow configuring liveness and readiness probes ([db1dcfb](https://github.com/bitnami/charts/commit/db1dcfbdb2d2301996d570e38e03f4977e4ddc4a)) ## 3.0.1 (2019-07-17) -* [bitnami/jenkins] Release 3.0.1 updating components versions ([9a7bc92](https://github.com/bitnami/charts/commit/9a7bc92)) +* [bitnami/jenkins] Release 3.0.1 updating components versions ([9a7bc92](https://github.com/bitnami/charts/commit/9a7bc929ea8cf64fa860854e5ac4babd7cffa927)) ## 3.0.0 (2019-07-17) -* Implement again #1283 changes but bumping the major version ([1ce079c](https://github.com/bitnami/charts/commit/1ce079c)), closes [#1283](https://github.com/bitnami/charts/issues/1283) +* Implement again #1283 changes but bumping the major version ([1ce079c](https://github.com/bitnami/charts/commit/1ce079c789a6c0f5174094af3ea6fb67b6c926fd)), closes [#1283](https://github.com/bitnami/charts/issues/1283) ## 2.3.11 (2019-07-17) -* Revert pull request #1283 ([8e5940a](https://github.com/bitnami/charts/commit/8e5940a)), closes [#1283](https://github.com/bitnami/charts/issues/1283) -* Undo breaking changes on labels ([ae05c77](https://github.com/bitnami/charts/commit/ae05c77)) +* Revert pull request #1283 ([8e5940a](https://github.com/bitnami/charts/commit/8e5940a9260dc722ae1a630a6b6e21df2502323f)), closes [#1283](https://github.com/bitnami/charts/issues/1283) +* Undo breaking changes on labels ([ae05c77](https://github.com/bitnami/charts/commit/ae05c77bb51130567c1b02f306482b411a587563)) ## 2.3.10 (2019-07-11) -* Standardize component.name & component.fullname functions ([775948e](https://github.com/bitnami/charts/commit/775948e)) +* Standardize component.name & component.fullname functions ([775948e](https://github.com/bitnami/charts/commit/775948eb27ccc5599262002b71f4982cc2b2dc8d)) ## 2.3.9 (2019-07-01) -* [bitnami/jenkins] Release 2.3.9 updating components versions ([0a601e4](https://github.com/bitnami/charts/commit/0a601e4)) +* [bitnami/jenkins] Release 2.3.9 updating components versions ([0a601e4](https://github.com/bitnami/charts/commit/0a601e49200fc53d0d3bb5d9c6c1749c998bc113)) ## 2.3.8 (2019-06-27) -* Fix ingress on Jenkins ([b0a703a](https://github.com/bitnami/charts/commit/b0a703a)) +* Fix ingress on Jenkins ([b0a703a](https://github.com/bitnami/charts/commit/b0a703aea0410b4b93b44ea1343c40ea36f4a4a8)) ## 2.3.7 (2019-06-18) -* [bitnami/jenkins] Release 2.3.7 updating components versions ([da31212](https://github.com/bitnami/charts/commit/da31212)) +* [bitnami/jenkins] Release 2.3.7 updating components versions ([da31212](https://github.com/bitnami/charts/commit/da312124c4b2936c36c8803c07dd1d60662b32a3)) ## 2.3.6 (2019-06-10) -* Changes in README ([7ac4ec0](https://github.com/bitnami/charts/commit/7ac4ec0)) +* Changes in README ([7ac4ec0](https://github.com/bitnami/charts/commit/7ac4ec09a0113aae7d39173f52fb11c55f27cde5)) ## 2.3.5 (2019-06-10) -* bitnami/jenkins: update to 2.164.3 ([6b643f8](https://github.com/bitnami/charts/commit/6b643f8)) +* bitnami/jenkins: update to 2.164.3 ([6b643f8](https://github.com/bitnami/charts/commit/6b643f82ca1030be33133ec80e561472157ae093)) ## 2.3.4 (2019-05-29) -* Change syntax because of linter failing ([adfc357](https://github.com/bitnami/charts/commit/adfc357)) -* Fix https://github.com/helm/charts/pull/14199\#issuecomment-496883321 and support _sha256_ as an imm ([95957ea](https://github.com/bitnami/charts/commit/95957ea)), closes [#issuecomment-496883321](https://github.com/bitnami/charts/issues/issuecomment-496883321) -* Use immutable tags in the main images ([17ca4f5](https://github.com/bitnami/charts/commit/17ca4f5)) +* Change syntax because of linter failing ([adfc357](https://github.com/bitnami/charts/commit/adfc35728c2a8a9def9e1897b3772d64df621354)) +* Fix https://github.com/helm/charts/pull/14199\#issuecomment-496883321 and support _sha256_ as an imm ([95957ea](https://github.com/bitnami/charts/commit/95957ea6430f28ec3593053afb0bfccb75703c79)), closes [#issuecomment-496883321](https://github.com/bitnami/charts/issues/issuecomment-496883321) +* Use immutable tags in the main images ([17ca4f5](https://github.com/bitnami/charts/commit/17ca4f5c91da33da03f9e2d411fe5e004e825c4d)) ## 2.3.3 (2019-05-28) -* Prepare immutable tags ([f9093c1](https://github.com/bitnami/charts/commit/f9093c1)) +* Prepare immutable tags ([f9093c1](https://github.com/bitnami/charts/commit/f9093c1aaa9cde25a042c3d62f7873385447cbf7)) ## 2.3.2 (2019-05-10) -* bitnami/jenkins: update to 2.164.3 ([dd102da](https://github.com/bitnami/charts/commit/dd102da)) +* bitnami/jenkins: update to 2.164.3 ([dd102da](https://github.com/bitnami/charts/commit/dd102dad6d3d2e5c34bc4ad98d63fb1af1eac784)) ## 2.3.1 (2019-04-11) -* bitnami/jenkins: update to 2.164.2 ([eb032b0](https://github.com/bitnami/charts/commit/eb032b0)) +* bitnami/jenkins: update to 2.164.2 ([eb032b0](https://github.com/bitnami/charts/commit/eb032b0f6abf1fb3ca1f72d5330d5c1613b44a75)) ## 2.3.0 (2019-03-27) -* [bitnami/jenkins] Add ingress rules ([4c378bc](https://github.com/bitnami/charts/commit/4c378bc)) -* Use global registry in secondary, metrics and other non-default images ([5d216bf](https://github.com/bitnami/charts/commit/5d216bf)) -* Use namespaces ([8c80056](https://github.com/bitnami/charts/commit/8c80056)) +* [bitnami/jenkins] Add ingress rules ([4c378bc](https://github.com/bitnami/charts/commit/4c378bcfb720f2e0df4a131604465d2a92b0ef9f)) +* Use global registry in secondary, metrics and other non-default images ([5d216bf](https://github.com/bitnami/charts/commit/5d216bfea23f62aae825e733a9e37e936f14c310)) +* Use namespaces ([8c80056](https://github.com/bitnami/charts/commit/8c80056d5526875b7b350128de0f8fb6e8e3bfa2)) ## 2.2.1 (2019-03-14) -* bitnami/jenkins: update to 2.164.1 ([df24c5a](https://github.com/bitnami/charts/commit/df24c5a)) -* Fix typo ([6a9d9c5](https://github.com/bitnami/charts/commit/6a9d9c5)) -* Fix typo in helpers ([57cd405](https://github.com/bitnami/charts/commit/57cd405)) +* bitnami/jenkins: update to 2.164.1 ([df24c5a](https://github.com/bitnami/charts/commit/df24c5a246e36402aed55515ef3918af37648003)) +* Fix typo ([6a9d9c5](https://github.com/bitnami/charts/commit/6a9d9c5b2f8bc7f87408b94aded2ac3bf3671c78)) +* Fix typo in helpers ([57cd405](https://github.com/bitnami/charts/commit/57cd4059ad16b65c0d49b11660d0842abf2f2971)) ## 2.2.0 (2019-03-11) -* [bitnami/jenkins] Add global imagePullSecrets to overwrite any other existing one ([43e536b](https://github.com/bitnami/charts/commit/43e536b)) +* [bitnami/jenkins] Add global imagePullSecrets to overwrite any other existing one ([43e536b](https://github.com/bitnami/charts/commit/43e536b32e2b77bb1d0b3bf79552d9987f2d06a9)) ## 2.1.7 (2019-02-27) -* Add appiVersion to Chart.yaml ([08704a5](https://github.com/bitnami/charts/commit/08704a5)) -* bitnami/jenkins: update to 2.150.3 ([a969cde](https://github.com/bitnami/charts/commit/a969cde)) +* Add appiVersion to Chart.yaml ([08704a5](https://github.com/bitnami/charts/commit/08704a55fa287f8da2e680344163b65863959329)) +* bitnami/jenkins: update to 2.150.3 ([a969cde](https://github.com/bitnami/charts/commit/a969cdea2060230953f0a0f1eb3e8371206479b0)) ## 2.1.5 (2019-02-21) -* Update Chart.yaml ([562549d](https://github.com/bitnami/charts/commit/562549d)) -* Update README.md ([5916a48](https://github.com/bitnami/charts/commit/5916a48)) +* Update Chart.yaml ([562549d](https://github.com/bitnami/charts/commit/562549d1fa2bc5d9ebd036ef5126255634f704f7)) +* Update README.md ([5916a48](https://github.com/bitnami/charts/commit/5916a485aa4bf75fef06942cac571684fafebf35)) ## 2.1.4 (2019-02-07) -* Document the correct format for pullSecrets in READMEs ([9a2cf81](https://github.com/bitnami/charts/commit/9a2cf81)) -* Fix appVersion fields for some Chart.yaml files (#1048) ([697e18d](https://github.com/bitnami/charts/commit/697e18d)), closes [#1048](https://github.com/bitnami/charts/issues/1048) +* Document the correct format for pullSecrets in READMEs ([9a2cf81](https://github.com/bitnami/charts/commit/9a2cf81399905b7b3190bbc35a8d554f94014ce8)) +* Fix appVersion fields for some Chart.yaml files (#1048) ([697e18d](https://github.com/bitnami/charts/commit/697e18d3f9a878f7789404e6aed7516501c8ee22)), closes [#1048](https://github.com/bitnami/charts/issues/1048) ## 2.1.3 (2019-01-16) -* jenkins: update to `2.150.2` ([cbfb205](https://github.com/bitnami/charts/commit/cbfb205)) +* jenkins: update to `2.150.2` ([cbfb205](https://github.com/bitnami/charts/commit/cbfb2050085d91833ed71377c687afd7d1fa2a86)) ## 2.1.2 (2019-01-14) -* [bitnami/jenkins] Change JENKINS_HOME var name because of the new image ([7dcf917](https://github.com/bitnami/charts/commit/7dcf917)) +* [bitnami/jenkins] Change JENKINS_HOME var name because of the new image ([7dcf917](https://github.com/bitnami/charts/commit/7dcf9179d606f1be499dbd62c8d4d6195774ec94)) ## 2.1.1 (2018-12-05) -* jenkins: bump chart appVersion to `2.150.1` ([6ac1918](https://github.com/bitnami/charts/commit/6ac1918)) -* jenkins: bump chart version to `2.1.1` ([4e3c348](https://github.com/bitnami/charts/commit/4e3c348)) -* jenkins: update to `2.150.1` ([aaddf35](https://github.com/bitnami/charts/commit/aaddf35)) +* jenkins: bump chart appVersion to `2.150.1` ([6ac1918](https://github.com/bitnami/charts/commit/6ac19186315a729a579f90ac1c65ca312ff75adf)) +* jenkins: bump chart version to `2.1.1` ([4e3c348](https://github.com/bitnami/charts/commit/4e3c348ee314701eb977c363f99bbc18893fca48)) +* jenkins: update to `2.150.1` ([aaddf35](https://github.com/bitnami/charts/commit/aaddf354465e5fec4bb720256e0a8a14cceb3291)) ## 2.0.0 (2018-11-21) -* [bitnami/jenkins] Add jenkins exporter ([7cd2ba3](https://github.com/bitnami/charts/commit/7cd2ba3)) -* [bitnami/jenkins] Add service.type to values.yaml ([a9aff2a](https://github.com/bitnami/charts/commit/a9aff2a)) +* [bitnami/jenkins] Add jenkins exporter ([7cd2ba3](https://github.com/bitnami/charts/commit/7cd2ba358a6f0d2ff02eeaffa28b115e1b8a3eda)) +* [bitnami/jenkins] Add service.type to values.yaml ([a9aff2a](https://github.com/bitnami/charts/commit/a9aff2aa6a8cc6733a417ba436902ed1bcd72952a6a8cc6733a417ba436902ed1bcd72952)) ## 2.0.0 (2018-11-21) -* [bitnami/jenkins] Add service.type to values.yaml ([a9aff2a](https://github.com/bitnami/charts/commit/a9aff2a)) +* [bitnami/jenkins] Add service.type to values.yaml ([a9aff2a](https://github.com/bitnami/charts/commit/a9aff2aa6a8cc6733a417ba436902ed1bcd72952a6a8cc6733a417ba436902ed1bcd72952)) ## 1.2.2 (2018-11-09) -* jenkins: bump chart appVersion to `2.138.3` ([a9a6cbf](https://github.com/bitnami/charts/commit/a9a6cbf)) -* jenkins: bump chart version to `1.2.2` ([ac40700](https://github.com/bitnami/charts/commit/ac40700)) -* jenkins: update to `2.138.3` ([e1f74fc](https://github.com/bitnami/charts/commit/e1f74fc)) +* jenkins: bump chart appVersion to `2.138.3` ([a9a6cbf](https://github.com/bitnami/charts/commit/a9a6cbf16031bfc3f47e6cddfa02fcfa3dcbf84e)) +* jenkins: bump chart version to `1.2.2` ([ac40700](https://github.com/bitnami/charts/commit/ac407007ee24470533f56b955d00dbad3307fef4)) +* jenkins: update to `2.138.3` ([e1f74fc](https://github.com/bitnami/charts/commit/e1f74fcc407038e70f54104d132574763613d82c)) ## 1.2.1 (2018-10-17) -* Apply some suggestions ([24706a6](https://github.com/bitnami/charts/commit/24706a6)) -* Bump versions ([0cfd3f4](https://github.com/bitnami/charts/commit/0cfd3f4)) -* Change logic to determine registry ([9ead294](https://github.com/bitnami/charts/commit/9ead294)) -* Check if global is set ([dec26e5](https://github.com/bitnami/charts/commit/dec26e5)) -* Fix typo ([93170ac](https://github.com/bitnami/charts/commit/93170ac)) -* Remove distro tags in charts ([427ac51](https://github.com/bitnami/charts/commit/427ac51)) -* Reword and update kafka dependencies ([be6cbed](https://github.com/bitnami/charts/commit/be6cbed)) +* Apply some suggestions ([24706a6](https://github.com/bitnami/charts/commit/24706a6163b75700c705f3021bb37790f95423c9)) +* Bump versions ([0cfd3f4](https://github.com/bitnami/charts/commit/0cfd3f421533a532c90438afa287bf46aa10413e)) +* Change logic to determine registry ([9ead294](https://github.com/bitnami/charts/commit/9ead294d5705f2646e8d3b70e14129d23c07bf8a)) +* Check if global is set ([dec26e5](https://github.com/bitnami/charts/commit/dec26e5d0b982905dde2a55fdf2285a7781a64cc)) +* Fix typo ([93170ac](https://github.com/bitnami/charts/commit/93170acc16e842e55aff7b7d944f7fbe025eee91)) +* Remove distro tags in charts ([427ac51](https://github.com/bitnami/charts/commit/427ac51cdf4de70f786563e1971a5d491d32ad54)) +* Reword and update kafka dependencies ([be6cbed](https://github.com/bitnami/charts/commit/be6cbedd27cea4c5c0e30ce70c9790c27ca1a0ec)) ## 1.2.0 (2018-10-11) -* Add global registry option to Bitnami charts ([395ba08](https://github.com/bitnami/charts/commit/395ba08)) +* Add global registry option to Bitnami charts ([395ba08](https://github.com/bitnami/charts/commit/395ba08e2bc14ef28a0cae1fada97ed6cf2e777d)) ## 1.1.3 (2018-10-11) -* jenkins: bump chart appVersion to `2.138.2` ([9f638cc](https://github.com/bitnami/charts/commit/9f638cc)) -* jenkins: bump chart version to `1.1.3` ([449dc6b](https://github.com/bitnami/charts/commit/449dc6b)) -* jenkins: update to `2.138.2-debian-9` ([d31a95b](https://github.com/bitnami/charts/commit/d31a95b)) +* jenkins: bump chart appVersion to `2.138.2` ([9f638cc](https://github.com/bitnami/charts/commit/9f638cc9ddcdb08cb3595fa98d2b5fea4465336d)) +* jenkins: bump chart version to `1.1.3` ([449dc6b](https://github.com/bitnami/charts/commit/449dc6b23a075e0f0b2ac97b0bda6db02498eccf)) +* jenkins: update to `2.138.2-debian-9` ([d31a95b](https://github.com/bitnami/charts/commit/d31a95b1f03f1d1592eaf173bd93833d23d07c8d)) ## 1.1.2 (2018-10-05) -* Add ) ([728466a](https://github.com/bitnami/charts/commit/728466a)) -* Add kubeapps text to charts READMEs ([2f6dc51](https://github.com/bitnami/charts/commit/2f6dc51)) -* Fix go template inside go template ([a140313](https://github.com/bitnami/charts/commit/a140313)) +* Add ) ([728466a](https://github.com/bitnami/charts/commit/728466ac178560c67f2ede913140f50dc5136fd3)) +* Add kubeapps text to charts READMEs ([2f6dc51](https://github.com/bitnami/charts/commit/2f6dc51ce6307d57bd8c20e929da23dd2adf22d5)) +* Fix go template inside go template ([a140313](https://github.com/bitnami/charts/commit/a140313f4910d1366170415f0300729c22eda073)) ## 1.1.0 (2018-09-26) -* Add new Jenkins env variables ([de54463](https://github.com/bitnami/charts/commit/de54463)) -* Bump chart minor version ([0fd87b4](https://github.com/bitnami/charts/commit/0fd87b4)) -* Bump chart version ([3146571](https://github.com/bitnami/charts/commit/3146571)) -* Check variable before set env var ([097b094](https://github.com/bitnami/charts/commit/097b094)) +* Add new Jenkins env variables ([de54463](https://github.com/bitnami/charts/commit/de5446379d75bb55bf57be690648f88e1b92b90879d75bb55bf57be690648f88e1b92b908)) +* Bump chart minor version ([0fd87b4](https://github.com/bitnami/charts/commit/0fd87b4ada086958cfdcfa63b392bfe3c001e895ada086958cfdcfa63b392bfe3c001e895)) +* Bump chart version ([3146571](https://github.com/bitnami/charts/commit/3146571b732bd5291ccdb51aa120d9697f96cecdb732bd5291ccdb51aa120d9697f96cecd)) +* Check variable before set env var ([097b094](https://github.com/bitnami/charts/commit/097b094acab2cddf50bf14a29a6531a2d643b934acab2cddf50bf14a29a6531a2d643b934)) ## 1.0.1 (2018-09-27) -* Improve getting LoadBalancer address in Bitnami charts NOTES.txt ([a641728](https://github.com/bitnami/charts/commit/a641728)) +* Improve getting LoadBalancer address in Bitnami charts NOTES.txt ([a641728](https://github.com/bitnami/charts/commit/a64172812af8b11fac23be2fe7a66b1edb14c71f)) ## 1.1.0 (2018-09-26) -* Add new Jenkins env variables ([de54463](https://github.com/bitnami/charts/commit/de54463)) -* Bump chart minor version ([0fd87b4](https://github.com/bitnami/charts/commit/0fd87b4)) -* Bump chart version ([3146571](https://github.com/bitnami/charts/commit/3146571)) -* Check variable before set env var ([097b094](https://github.com/bitnami/charts/commit/097b094)) +* Add new Jenkins env variables ([de54463](https://github.com/bitnami/charts/commit/de5446379d75bb55bf57be690648f88e1b92b90879d75bb55bf57be690648f88e1b92b908)) +* Bump chart minor version ([0fd87b4](https://github.com/bitnami/charts/commit/0fd87b4ada086958cfdcfa63b392bfe3c001e895ada086958cfdcfa63b392bfe3c001e895)) +* Bump chart version ([3146571](https://github.com/bitnami/charts/commit/3146571b732bd5291ccdb51aa120d9697f96cecdb732bd5291ccdb51aa120d9697f96cecd)) +* Check variable before set env var ([097b094](https://github.com/bitnami/charts/commit/097b094acab2cddf50bf14a29a6531a2d643b934acab2cddf50bf14a29a6531a2d643b934)) ## 1.0.0 (2018-09-21) -* [bitnami/jenkins] Fix chart not being upgradable ([3f15e63](https://github.com/bitnami/charts/commit/3f15e63)) +* [bitnami/jenkins] Fix chart not being upgradable ([3f15e63](https://github.com/bitnami/charts/commit/3f15e6396d81bff4d6366824caf70e591e9550b9)) ## 0.4.76 (2018-09-13) -* jenkins: bump chart appVersion to `2.138.1` ([b67f901](https://github.com/bitnami/charts/commit/b67f901)) -* jenkins: bump chart version to `0.4.76` ([b48b397](https://github.com/bitnami/charts/commit/b48b397)) -* jenkins: update to `2.138.1-debian-9` ([94829c0](https://github.com/bitnami/charts/commit/94829c0)) +* jenkins: bump chart appVersion to `2.138.1` ([b67f901](https://github.com/bitnami/charts/commit/b67f9019f5be3921620b5517f2e02cf2c77cc11c)) +* jenkins: bump chart version to `0.4.76` ([b48b397](https://github.com/bitnami/charts/commit/b48b397b0847966c40f019631cafd4e122cd7da4)) +* jenkins: update to `2.138.1-debian-9` ([94829c0](https://github.com/bitnami/charts/commit/94829c0b31066271eb99aba7eed064438417eb0f)) ## 0.4.75 (2018-08-15) -* jenkins: bump chart appVersion to `2.121.3` ([2b29682](https://github.com/bitnami/charts/commit/2b29682)) -* jenkins: bump chart version to `0.4.75` ([c376df9](https://github.com/bitnami/charts/commit/c376df9)) -* jenkins: update to `2.121.3-debian-9` ([2810262](https://github.com/bitnami/charts/commit/2810262)) +* jenkins: bump chart appVersion to `2.121.3` ([2b29682](https://github.com/bitnami/charts/commit/2b29682c24855b04e6852e76cfb0a1c2c369284f)) +* jenkins: bump chart version to `0.4.75` ([c376df9](https://github.com/bitnami/charts/commit/c376df97207e2c815e1eb5af0fc1508a7baa7e3d)) +* jenkins: update to `2.121.3-debian-9` ([2810262](https://github.com/bitnami/charts/commit/28102620d3a960c959aaa82475ce5b3e4d50c108)) ## 0.4.74 (2018-08-06) -* Change Jetty probes ([b544271](https://github.com/bitnami/charts/commit/b544271)) -* Improve notes to access deployed services ([0071eb5](https://github.com/bitnami/charts/commit/0071eb5)) +* Change Jetty probes ([b544271](https://github.com/bitnami/charts/commit/b5442714ad53dce9b4c91fb0af91c532e2110a37)) +* Improve notes to access deployed services ([0071eb5](https://github.com/bitnami/charts/commit/0071eb5545f7774eeab9ea335c660df644ad3e4c)) ## 0.4.73 (2018-07-30) -* Add missing release and charts labels in pods ([dfd13a2](https://github.com/bitnami/charts/commit/dfd13a2)) +* Add missing release and charts labels in pods ([dfd13a2](https://github.com/bitnami/charts/commit/dfd13a2b76b83f558d9dbb1d942c66ecaa93c221)) ## 0.4.72 (2018-07-18) -* jenkins: bump chart appVersion to `2.121.2` ([e05b880](https://github.com/bitnami/charts/commit/e05b880)) -* jenkins: bump chart version to `0.4.72` ([e7679eb](https://github.com/bitnami/charts/commit/e7679eb)) -* jenkins: update to `2.121.2-debian-9` ([a24cde6](https://github.com/bitnami/charts/commit/a24cde6)) +* jenkins: bump chart appVersion to `2.121.2` ([e05b880](https://github.com/bitnami/charts/commit/e05b880651cad42ebe6beaa3b11e9c34b19505c0)) +* jenkins: bump chart version to `0.4.72` ([e7679eb](https://github.com/bitnami/charts/commit/e7679eb065f5816575f62729c7972dda7bb5dfd9)) +* jenkins: update to `2.121.2-debian-9` ([a24cde6](https://github.com/bitnami/charts/commit/a24cde60e2d7fa30b5c7f5bace6f1710ed5a93ff)) ## 0.4.71 (2018-07-06) -* jenkins: bump chart appVersion to `2.121.1-debian-9` ([4c3ae64](https://github.com/bitnami/charts/commit/4c3ae64)) -* jenkins: bump chart version to `0.4.71` ([aacd4c0](https://github.com/bitnami/charts/commit/aacd4c0)) -* jenkins: update to `2.121.1-debian-9` ([1cbcc0f](https://github.com/bitnami/charts/commit/1cbcc0f)) +* jenkins: bump chart appVersion to `2.121.1-debian-9` ([4c3ae64](https://github.com/bitnami/charts/commit/4c3ae64ae417daf835bf3e845cc9d3d680ccf9ee)) +* jenkins: bump chart version to `0.4.71` ([aacd4c0](https://github.com/bitnami/charts/commit/aacd4c0af1ea1954a07db6c9b4bf1913c05a4bfa)) +* jenkins: update to `2.121.1-debian-9` ([1cbcc0f](https://github.com/bitnami/charts/commit/1cbcc0f9245a4d908ec5fcdefd4aede41e5d0b43)) ## 0.4.70 (2018-06-08) -* jenkins: bump chart appVersion to `2.121.1` ([45eea62](https://github.com/bitnami/charts/commit/45eea62)) -* jenkins: bump chart version to `0.4.70` ([334cb1f](https://github.com/bitnami/charts/commit/334cb1f)) -* jenkins: update to `2.121.1` ([937bd30](https://github.com/bitnami/charts/commit/937bd30)) +* jenkins: bump chart appVersion to `2.121.1` ([45eea62](https://github.com/bitnami/charts/commit/45eea6260ed13838e181b1c4c108c9c35d8d12f1)) +* jenkins: bump chart version to `0.4.70` ([334cb1f](https://github.com/bitnami/charts/commit/334cb1fbfb43ce2c2a9352b4a879225b3dce6b96)) +* jenkins: update to `2.121.1` ([937bd30](https://github.com/bitnami/charts/commit/937bd309e785d94377e2d21499b2cb91e228fd85)) ## 0.4.69 (2018-05-09) -* jenkins: bump chart appVersion to `2.107.3` ([a444fb6](https://github.com/bitnami/charts/commit/a444fb6)) -* jenkins: bump chart version to `0.4.69` ([39d6d0d](https://github.com/bitnami/charts/commit/39d6d0d)) -* jenkins: update to `2.107.3` ([22aaf1f](https://github.com/bitnami/charts/commit/22aaf1f)) +* jenkins: bump chart appVersion to `2.107.3` ([a444fb6](https://github.com/bitnami/charts/commit/a444fb63621206d97c8a2874c01fb7f410058653)) +* jenkins: bump chart version to `0.4.69` ([39d6d0d](https://github.com/bitnami/charts/commit/39d6d0d9c426ca13bccc31f3175d3bb731ace6f6)) +* jenkins: update to `2.107.3` ([22aaf1f](https://github.com/bitnami/charts/commit/22aaf1fa78b2b6e274d6c902ec0ce568b17a53d7)) ## 0.4.68 (2018-05-03) -* [bitnami/jenkins] move jenkins chart to use jenkins lts docker images version ([688644b](https://github.com/bitnami/charts/commit/688644b)) +* [bitnami/jenkins] move jenkins chart to use jenkins lts docker images version ([688644b](https://github.com/bitnami/charts/commit/688644b7330b5012e7b65c63341c4c676f83e715)) ## 0.4.67 (2018-04-13) -* Documentation fixes ([fdbcc57](https://github.com/bitnami/charts/commit/fdbcc57)) +* Documentation fixes ([fdbcc57](https://github.com/bitnami/charts/commit/fdbcc57a95af97bfa63c873432f7dc070c37f8c3)) ## 0.4.66 (2018-04-13) -* Rename charts folders ([5413120](https://github.com/bitnami/charts/commit/5413120)) +* Rename charts folders ([5413120](https://github.com/bitnami/charts/commit/5413120bb281c0c531ed2cf431cb316dc356e977)) diff --git a/bitnami/jenkins/Chart.yaml b/bitnami/jenkins/Chart.yaml index e654c5fd9f42f9..ab6fd85372e55a 100644 --- a/bitnami/jenkins/Chart.yaml +++ b/bitnami/jenkins/Chart.yaml @@ -35,4 +35,4 @@ maintainers: name: jenkins sources: - https://github.com/bitnami/charts/tree/main/bitnami/jenkins -version: 13.3.0 +version: 13.4.0 diff --git a/bitnami/jenkins/README.md b/bitnami/jenkins/README.md index 133c60d78faa0b..10be56205095bb 100644 --- a/bitnami/jenkins/README.md +++ b/bitnami/jenkins/README.md @@ -332,6 +332,9 @@ s | `extraVolumeMounts` | Optionally specify extra list of additional volumeMounts for Jenkins container(s) | `[]` | | `sidecars` | Add additional sidecar containers to the Jenkins pod | `[]` | | `initContainers` | Add additional init containers to the Jenkins pods | `[]` | +| `pdb.create` | Enable/disable a Pod Disruption Budget creation | `true` | +| `pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `""` | +| `pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `pdb.minAvailable` and `pdb.maxUnavailable` are empty. | `""` | | `lifecycleHooks` | Add lifecycle hooks to the Jenkins deployment | `{}` | | `podLabels` | Extra labels for Jenkins pods | `{}` | | `podAnnotations` | Annotations for Jenkins pods | `{}` | diff --git a/bitnami/jenkins/templates/pdb.yaml b/bitnami/jenkins/templates/pdb.yaml new file mode 100644 index 00000000000000..b17ff44e4bc679 --- /dev/null +++ b/bitnami/jenkins/templates/pdb.yaml @@ -0,0 +1,26 @@ +{{- /* +Copyright Broadcom, Inc. All Rights Reserved. +SPDX-License-Identifier: APACHE-2.0 +*/}} + +{{- if .Values.pdb.create }} +apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} +kind: PodDisruptionBudget +metadata: + name: {{ include "common.names.fullname" . }} + namespace: {{ include "common.names.namespace" . | quote }} + labels: {{- include "common.labels.standard" ( dict "customLabels" .Values.commonLabels "context" $ ) | nindent 4 }} + {{- if .Values.commonAnnotations }} + annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }} + {{- end }} +spec: + {{- if .Values.pdb.minAvailable }} + minAvailable: {{ .Values.pdb.minAvailable }} + {{- end }} + {{- if or .Values.pdb.maxUnavailable ( not .Values.pdb.minAvailable ) }} + maxUnavailable: {{ .Values.pdb.maxUnavailable | default 1 }} + {{- end }} + {{- $podLabels := include "common.tplvalues.merge" ( dict "values" ( list .Values.podLabels .Values.commonLabels ) "context" . ) }} + selector: + matchLabels: {{- include "common.labels.matchLabels" ( dict "customLabels" $podLabels "context" $ ) | nindent 6 }} +{{- end }} diff --git a/bitnami/jenkins/values.yaml b/bitnami/jenkins/values.yaml index d0181ad6b84601..259569717d51e4 100644 --- a/bitnami/jenkins/values.yaml +++ b/bitnami/jenkins/values.yaml @@ -520,6 +520,16 @@ sidecars: [] ## containerPort: 1234 ## initContainers: [] +## Pod Disruption Budget configuration +## ref: https://kubernetes.io/docs/tasks/run-application/configure-pdb +## @param pdb.create Enable/disable a Pod Disruption Budget creation +## @param pdb.minAvailable Minimum number/percentage of pods that should remain scheduled +## @param pdb.maxUnavailable Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `pdb.minAvailable` and `pdb.maxUnavailable` are empty. +## +pdb: + create: true + minAvailable: "" + maxUnavailable: "" ## @param lifecycleHooks Add lifecycle hooks to the Jenkins deployment ## lifecycleHooks: {} From a20c0579126898dcb3e282d66fe943ad8d350346 Mon Sep 17 00:00:00 2001 From: Fran Mulero Date: Wed, 29 May 2024 11:14:37 +0200 Subject: [PATCH 075/110] [bitnami/moodle] Enable PodDisruptionBudgets (#26513) * [bitnami/moodle] Enable PodDisruptionBudgets Signed-off-by: Fran Mulero * Update CHANGELOG.md Signed-off-by: Bitnami Containers --------- Signed-off-by: Fran Mulero Signed-off-by: Bitnami Containers Co-authored-by: Bitnami Containers --- bitnami/moodle/CHANGELOG.md | 581 +++++++++++++++--------------- bitnami/moodle/Chart.yaml | 2 +- bitnami/moodle/README.md | 3 + bitnami/moodle/templates/pdb.yaml | 26 ++ bitnami/moodle/values.yaml | 10 + 5 files changed, 333 insertions(+), 289 deletions(-) create mode 100644 bitnami/moodle/templates/pdb.yaml diff --git a/bitnami/moodle/CHANGELOG.md b/bitnami/moodle/CHANGELOG.md index 3dd6b4b6c0ab45..58400a0efe033d 100644 --- a/bitnami/moodle/CHANGELOG.md +++ b/bitnami/moodle/CHANGELOG.md @@ -1,940 +1,945 @@ # Changelog +## 22.2.0 (2024-05-28) + +* [bitnami/moodle] Enable PodDisruptionBudgets ([#26513](https://github.com/bitnami/charts/pull/26513)) + ## 22.1.0 (2024-05-21) -* [bitnami/moodle] feat: :sparkles: :lock: Add warning when original images are replaced ([#26249](https://github.com/bitnami/charts/pulls/26249)) +* [bitnami/*] ci: :construction_worker: Add tag and changelog support (#25359) ([91c707c](https://github.com/bitnami/charts/commit/91c707c9e4e574725a09505d2d313fb93f1b4c0a)), closes [#25359](https://github.com/bitnami/charts/issues/25359) +* [bitnami/moodle] feat: :sparkles: :lock: Add warning when original images are replaced (#26249) ([e26ccf4](https://github.com/bitnami/charts/commit/e26ccf4c5d40bde8fc5e63a068adb0211596059a)), closes [#26249](https://github.com/bitnami/charts/issues/26249) ## 22.0.3 (2024-05-18) -* [bitnami/moodle] Release 22.0.3 updating components versions (#26052) ([e9c30ad](https://github.com/bitnami/charts/commit/e9c30ad)), closes [#26052](https://github.com/bitnami/charts/issues/26052) +* [bitnami/moodle] Release 22.0.3 updating components versions (#26052) ([e9c30ad](https://github.com/bitnami/charts/commit/e9c30adf2a7d6cc5b9fd461809bf436a198e6f2d)), closes [#26052](https://github.com/bitnami/charts/issues/26052) ## 22.0.2 (2024-05-16) -* [bitnami/moodle] Use different liveness/readiness probes (#25929) ([971956f](https://github.com/bitnami/charts/commit/971956f)), closes [#25929](https://github.com/bitnami/charts/issues/25929) +* [bitnami/moodle] Use different liveness/readiness probes (#25929) ([971956f](https://github.com/bitnami/charts/commit/971956fd37941183b473dae974a97a2ffc557ba3)), closes [#25929](https://github.com/bitnami/charts/issues/25929) ## 22.0.1 (2024-05-14) -* [bitnami/*] Change non-root and rolling-tags doc URLs (#25628) ([b067c94](https://github.com/bitnami/charts/commit/b067c94)), closes [#25628](https://github.com/bitnami/charts/issues/25628) -* [bitnami/*] Fix license headers (#25447) ([2d7dca6](https://github.com/bitnami/charts/commit/2d7dca6)), closes [#25447](https://github.com/bitnami/charts/issues/25447) -* [bitnami/*] Set new header/owner (#25558) ([8d1dc11](https://github.com/bitnami/charts/commit/8d1dc11)), closes [#25558](https://github.com/bitnami/charts/issues/25558) -* [bitnami/moodle] Release 22.0.1 updating components versions (#25795) ([2e99b85](https://github.com/bitnami/charts/commit/2e99b85)), closes [#25795](https://github.com/bitnami/charts/issues/25795) -* [bitnami/multiple charts] Fix typo: "NetworkPolice" vs "NetworkPolicy" (#25348) ([6970c1b](https://github.com/bitnami/charts/commit/6970c1b)), closes [#25348](https://github.com/bitnami/charts/issues/25348) -* Replace VMware by Broadcom copyright text (#25306) ([a5e4bd0](https://github.com/bitnami/charts/commit/a5e4bd0)), closes [#25306](https://github.com/bitnami/charts/issues/25306) +* [bitnami/*] Change non-root and rolling-tags doc URLs (#25628) ([b067c94](https://github.com/bitnami/charts/commit/b067c94f6bcde427863c197fd355f0b5ba12ff5b)), closes [#25628](https://github.com/bitnami/charts/issues/25628) +* [bitnami/*] Fix license headers (#25447) ([2d7dca6](https://github.com/bitnami/charts/commit/2d7dca61160bc6a83255111aed8b7d66687caf40)), closes [#25447](https://github.com/bitnami/charts/issues/25447) +* [bitnami/*] Set new header/owner (#25558) ([8d1dc11](https://github.com/bitnami/charts/commit/8d1dc11f5fb30db6fba50c43d7af59d2f79deed3)), closes [#25558](https://github.com/bitnami/charts/issues/25558) +* [bitnami/moodle] Release 22.0.1 updating components versions (#25795) ([2e99b85](https://github.com/bitnami/charts/commit/2e99b85d9006ba32a468d87661584a7dfd1f02d9)), closes [#25795](https://github.com/bitnami/charts/issues/25795) +* [bitnami/multiple charts] Fix typo: "NetworkPolice" vs "NetworkPolicy" (#25348) ([6970c1b](https://github.com/bitnami/charts/commit/6970c1ba245873506e73d459c6eac1e4919b778f)), closes [#25348](https://github.com/bitnami/charts/issues/25348) +* Replace VMware by Broadcom copyright text (#25306) ([a5e4bd0](https://github.com/bitnami/charts/commit/a5e4bd0e35e419203793976a78d9d0a13de92c76)), closes [#25306](https://github.com/bitnami/charts/issues/25306) ## 22.0.0 (2024-04-24) -* [bitnami/moodle] Release 22.0.0 updating components versions (#25356) ([eede754](https://github.com/bitnami/charts/commit/eede754)), closes [#25356](https://github.com/bitnami/charts/issues/25356) -* * [bitnami/moodle] Added HPA support for Moodle pods (#25213) ([8db9888](https://github.com/bitnami/charts/commit/8db9888)), closes [#25213](https://github.com/bitnami/charts/issues/25213) +* [bitnami/moodle] Release 22.0.0 updating components versions (#25356) ([eede754](https://github.com/bitnami/charts/commit/eede754e4ccd866ea7184efdb3ab54c1a4762e09)), closes [#25356](https://github.com/bitnami/charts/issues/25356) +* * [bitnami/moodle] Added HPA support for Moodle pods (#25213) ([8db9888](https://github.com/bitnami/charts/commit/8db9888b46ea80331a520e59e98fa38b5e878adc)), closes [#25213](https://github.com/bitnami/charts/issues/25213) ## 21.0.2 (2024-04-22) -* [bitnami/moodle] Release 21.0.2 updating components versions (#25302) ([89219f4](https://github.com/bitnami/charts/commit/89219f4)), closes [#25302](https://github.com/bitnami/charts/issues/25302) +* [bitnami/moodle] Release 21.0.2 updating components versions (#25302) ([89219f4](https://github.com/bitnami/charts/commit/89219f43bcdb92d2702f9e0d15e6e773fdf4bbe6)), closes [#25302](https://github.com/bitnami/charts/issues/25302) ## 21.0.1 (2024-04-08) -* [bitnami/*] Readme typos (#24852) ([532fcdc](https://github.com/bitnami/charts/commit/532fcdc)), closes [#24852](https://github.com/bitnami/charts/issues/24852) -* [bitnami/moodle] Release 21.0.1 updating components versions (#25054) ([ba2b094](https://github.com/bitnami/charts/commit/ba2b094)), closes [#25054](https://github.com/bitnami/charts/issues/25054) +* [bitnami/*] Readme typos (#24852) ([532fcdc](https://github.com/bitnami/charts/commit/532fcdc499cb67eccf0ade49ff1c02d3deb1d696)), closes [#24852](https://github.com/bitnami/charts/issues/24852) +* [bitnami/moodle] Release 21.0.1 updating components versions (#25054) ([ba2b094](https://github.com/bitnami/charts/commit/ba2b094d62ca1f571ee6bd21e54b278c1e350304)), closes [#25054](https://github.com/bitnami/charts/issues/25054) ## 21.0.0 (2024-04-03) -* [bitnami/moodle] feat!: :lock: :boom: Improve security defaults (#24833) ([f8747c1](https://github.com/bitnami/charts/commit/f8747c1)), closes [#24833](https://github.com/bitnami/charts/issues/24833) -* Update resourcesPreset comments (#24467) ([92e3e8a](https://github.com/bitnami/charts/commit/92e3e8a)), closes [#24467](https://github.com/bitnami/charts/issues/24467) +* [bitnami/moodle] feat!: :lock: :boom: Improve security defaults (#24833) ([f8747c1](https://github.com/bitnami/charts/commit/f8747c147bbf65cdf76347ecef28806a9b776245)), closes [#24833](https://github.com/bitnami/charts/issues/24833) +* Update resourcesPreset comments (#24467) ([92e3e8a](https://github.com/bitnami/charts/commit/92e3e8a507326d2a20a8f10ab3e7746a2ec5c554)), closes [#24467](https://github.com/bitnami/charts/issues/24467) ## 20.5.1 (2024-04-02) -* [bitnami/*] Reorder Chart sections (#24455) ([0cf4048](https://github.com/bitnami/charts/commit/0cf4048)), closes [#24455](https://github.com/bitnami/charts/issues/24455) -* [bitnami/moodle] Release 20.5.1 updating components versions (#24793) ([90ca897](https://github.com/bitnami/charts/commit/90ca897)), closes [#24793](https://github.com/bitnami/charts/issues/24793) +* [bitnami/*] Reorder Chart sections (#24455) ([0cf4048](https://github.com/bitnami/charts/commit/0cf4048e8743f70a9753d460655bd030cbff6824)), closes [#24455](https://github.com/bitnami/charts/issues/24455) +* [bitnami/moodle] Release 20.5.1 updating components versions (#24793) ([90ca897](https://github.com/bitnami/charts/commit/90ca897f7660f07529f4109c51b5fda51d1cc98f)), closes [#24793](https://github.com/bitnami/charts/issues/24793) ## 20.5.0 (2024-03-06) -* [bitnami/moodle] feat: :sparkles: :lock: Add automatic adaptation for Openshift restricted-v2 SCC (# ([8bcba2d](https://github.com/bitnami/charts/commit/8bcba2d)), closes [#24126](https://github.com/bitnami/charts/issues/24126) +* [bitnami/moodle] feat: :sparkles: :lock: Add automatic adaptation for Openshift restricted-v2 SCC (# ([8bcba2d](https://github.com/bitnami/charts/commit/8bcba2d7b7910e3e36e9664df3be416b4f1df3b4)), closes [#24126](https://github.com/bitnami/charts/issues/24126) ## 20.4.2 (2024-02-22) -* [bitnami/moodle] Release 20.4.2 updating components versions (#23807) ([a014a29](https://github.com/bitnami/charts/commit/a014a29)), closes [#23807](https://github.com/bitnami/charts/issues/23807) +* [bitnami/moodle] Release 20.4.2 updating components versions (#23807) ([a014a29](https://github.com/bitnami/charts/commit/a014a29d2a8c0f4d750f1b2b3ad9ef0202e0f72f)), closes [#23807](https://github.com/bitnami/charts/issues/23807) ## 20.4.1 (2024-02-21) -* [bitnami/moodle] Release 20.4.1 updating components versions (#23669) ([ca97776](https://github.com/bitnami/charts/commit/ca97776)), closes [#23669](https://github.com/bitnami/charts/issues/23669) +* [bitnami/moodle] Release 20.4.1 updating components versions (#23669) ([ca97776](https://github.com/bitnami/charts/commit/ca97776958ce4653c4202d93cc75ddcc1040c9b9)), closes [#23669](https://github.com/bitnami/charts/issues/23669) ## 20.4.0 (2024-02-20) -* [bitnami/*] Bump all versions (#23602) ([b70ee2a](https://github.com/bitnami/charts/commit/b70ee2a)), closes [#23602](https://github.com/bitnami/charts/issues/23602) +* [bitnami/*] Bump all versions (#23602) ([b70ee2a](https://github.com/bitnami/charts/commit/b70ee2a30e4dc256bf0ac52928fb2fa7a70f049b)), closes [#23602](https://github.com/bitnami/charts/issues/23602) ## 20.3.0 (2024-02-19) -* [bitnami/moodle] feat: :sparkles: :lock: Add resource preset support (#23493) ([f3003ea](https://github.com/bitnami/charts/commit/f3003ea)), closes [#23493](https://github.com/bitnami/charts/issues/23493) +* [bitnami/moodle] feat: :sparkles: :lock: Add resource preset support (#23493) ([f3003ea](https://github.com/bitnami/charts/commit/f3003ea4125659306bb9e272ba20b388c8e76ec5)), closes [#23493](https://github.com/bitnami/charts/issues/23493) ## 20.2.5 (2024-02-12) -* [bitnami/moodle] Release 20.2.5 updating components versions (#23394) ([57c22ae](https://github.com/bitnami/charts/commit/57c22ae)), closes [#23394](https://github.com/bitnami/charts/issues/23394) +* [bitnami/moodle] Release 20.2.5 updating components versions (#23394) ([57c22ae](https://github.com/bitnami/charts/commit/57c22ae9e107e6b85763e10290de88796e4394df)), closes [#23394](https://github.com/bitnami/charts/issues/23394) ## 20.2.4 (2024-02-09) -* [bitnami/moodle] Bump chart version (#23355) ([b942a08](https://github.com/bitnami/charts/commit/b942a08)), closes [#23355](https://github.com/bitnami/charts/issues/23355) -* [bitnami/moodle] fix MOODLE_PASSWORD with existingSecrets (#23283) ([bc597e2](https://github.com/bitnami/charts/commit/bc597e2)), closes [#23283](https://github.com/bitnami/charts/issues/23283) +* [bitnami/moodle] Bump chart version (#23355) ([b942a08](https://github.com/bitnami/charts/commit/b942a0854ae895818d3e881525e63c11601e913e)), closes [#23355](https://github.com/bitnami/charts/issues/23355) +* [bitnami/moodle] fix MOODLE_PASSWORD with existingSecrets (#23283) ([bc597e2](https://github.com/bitnami/charts/commit/bc597e242ba41d91dc5face1a4bb3b3a50c32764)), closes [#23283](https://github.com/bitnami/charts/issues/23283) ## 20.2.3 (2024-02-03) -* [bitnami/moodle] Release 20.2.3 updating components versions (#23113) ([7356898](https://github.com/bitnami/charts/commit/7356898)), closes [#23113](https://github.com/bitnami/charts/issues/23113) +* [bitnami/moodle] Release 20.2.3 updating components versions (#23113) ([7356898](https://github.com/bitnami/charts/commit/73568987bdc063190faef99dc7fd4410c85e900c)), closes [#23113](https://github.com/bitnami/charts/issues/23113) ## 20.2.2 (2024-01-30) -* [bitnami/*] Move documentation sections from docs.bitnami.com back to the README (#22203) ([7564f36](https://github.com/bitnami/charts/commit/7564f36)), closes [#22203](https://github.com/bitnami/charts/issues/22203) -* [bitnami/moodle] Release 20.2.2 updating components versions (#22842) ([af799ca](https://github.com/bitnami/charts/commit/af799ca)), closes [#22842](https://github.com/bitnami/charts/issues/22842) +* [bitnami/*] Move documentation sections from docs.bitnami.com back to the README (#22203) ([7564f36](https://github.com/bitnami/charts/commit/7564f36ca1e95ff30ee686652b7ab8690561a707)), closes [#22203](https://github.com/bitnami/charts/issues/22203) +* [bitnami/moodle] Release 20.2.2 updating components versions (#22842) ([af799ca](https://github.com/bitnami/charts/commit/af799ca50d9bb70605c79e34456b4796e42e25ad)), closes [#22842](https://github.com/bitnami/charts/issues/22842) ## 20.2.1 (2024-01-24) -* [bitnami/moodle] fix: :bug: Set seLinuxOptions to null for Openshift compatibility (#22630) ([436c616](https://github.com/bitnami/charts/commit/436c616)), closes [#22630](https://github.com/bitnami/charts/issues/22630) +* [bitnami/moodle] fix: :bug: Set seLinuxOptions to null for Openshift compatibility (#22630) ([436c616](https://github.com/bitnami/charts/commit/436c616ce3344058a9e9e83e2f8c4e6cc1635d93)), closes [#22630](https://github.com/bitnami/charts/issues/22630) ## 20.2.0 (2024-01-22) -* [bitnami/moodle] fix: :lock: Move service-account token auto-mount to pod declaration (#22492) ([9e94fdc](https://github.com/bitnami/charts/commit/9e94fdc)), closes [#22492](https://github.com/bitnami/charts/issues/22492) +* [bitnami/moodle] fix: :lock: Move service-account token auto-mount to pod declaration (#22492) ([9e94fdc](https://github.com/bitnami/charts/commit/9e94fdc89c359d55e75af72bbe57645882aca5ed)), closes [#22492](https://github.com/bitnami/charts/issues/22492) ## 20.1.1 (2024-01-18) -* [bitnami/moodle] Release 20.1.1 updating components versions (#22318) ([2f715c7](https://github.com/bitnami/charts/commit/2f715c7)), closes [#22318](https://github.com/bitnami/charts/issues/22318) +* [bitnami/moodle] Release 20.1.1 updating components versions (#22318) ([2f715c7](https://github.com/bitnami/charts/commit/2f715c73634fb4be3e4dbd8580883dc02a070d3e)), closes [#22318](https://github.com/bitnami/charts/issues/22318) ## 20.1.0 (2024-01-16) -* [bitnami/*] Fix docs.bitnami.com broken links (#21901) ([f35506d](https://github.com/bitnami/charts/commit/f35506d)), closes [#21901](https://github.com/bitnami/charts/issues/21901) -* [bitnami/*] Fix ref links (in comments) (#21822) ([e4fa296](https://github.com/bitnami/charts/commit/e4fa296)), closes [#21822](https://github.com/bitnami/charts/issues/21822) -* [bitnami/*] Update copyright: Year and company (#21815) ([6c4bf75](https://github.com/bitnami/charts/commit/6c4bf75)), closes [#21815](https://github.com/bitnami/charts/issues/21815) -* [bitnami/moodle] fix: :lock: Improve podSecurityContext and containerSecurityContext with essential ([832eb6a](https://github.com/bitnami/charts/commit/832eb6a)), closes [#22161](https://github.com/bitnami/charts/issues/22161) +* [bitnami/*] Fix docs.bitnami.com broken links (#21901) ([f35506d](https://github.com/bitnami/charts/commit/f35506d2dadee4f097986e7792df1f53ab215b5d)), closes [#21901](https://github.com/bitnami/charts/issues/21901) +* [bitnami/*] Fix ref links (in comments) (#21822) ([e4fa296](https://github.com/bitnami/charts/commit/e4fa296106b225cf8c82445727c675c7c725e380)), closes [#21822](https://github.com/bitnami/charts/issues/21822) +* [bitnami/*] Update copyright: Year and company (#21815) ([6c4bf75](https://github.com/bitnami/charts/commit/6c4bf75dec58fc7c9aee9f089777b1a858c17d5b)), closes [#21815](https://github.com/bitnami/charts/issues/21815) +* [bitnami/moodle] fix: :lock: Improve podSecurityContext and containerSecurityContext with essential ([832eb6a](https://github.com/bitnami/charts/commit/832eb6ad8d613d73399eb528380f8c9ca407d3e5)), closes [#22161](https://github.com/bitnami/charts/issues/22161) ## 20.0.1 (2023-12-22) -* [bitnami/moodle] Release 20.0.1 updating components versions (#21730) ([a92f17c](https://github.com/bitnami/charts/commit/a92f17c)), closes [#21730](https://github.com/bitnami/charts/issues/21730) +* [bitnami/moodle] Release 20.0.1 updating components versions (#21730) ([a92f17c](https://github.com/bitnami/charts/commit/a92f17cc4c4d6de5361b99212c1d816cd66a84df)), closes [#21730](https://github.com/bitnami/charts/issues/21730) ## 20.0.0 (2023-12-20) -* [bitnami/moodle] Upgrade MariaDB 11.2 (#21689) ([f288424](https://github.com/bitnami/charts/commit/f288424)), closes [#21689](https://github.com/bitnami/charts/issues/21689) +* [bitnami/moodle] Upgrade MariaDB 11.2 (#21689) ([f288424](https://github.com/bitnami/charts/commit/f2884240aa056cf123a7e55bc0d908923403e613)), closes [#21689](https://github.com/bitnami/charts/issues/21689) ## 19.1.5 (2023-12-20) -* [bitnami/moodle] Release 19.1.5 updating components versions (#21669) ([56b2032](https://github.com/bitnami/charts/commit/56b2032)), closes [#21669](https://github.com/bitnami/charts/issues/21669) +* [bitnami/moodle] Release 19.1.5 updating components versions (#21669) ([56b2032](https://github.com/bitnami/charts/commit/56b2032656f8d925ddb4b8e05ffb1a2264fdcc3c)), closes [#21669](https://github.com/bitnami/charts/issues/21669) ## 19.1.4 (2023-12-17) -* [bitnami/moodle] Release 19.1.4 updating components versions (#21609) ([e286eac](https://github.com/bitnami/charts/commit/e286eac)), closes [#21609](https://github.com/bitnami/charts/issues/21609) +* [bitnami/moodle] Release 19.1.4 updating components versions (#21609) ([e286eac](https://github.com/bitnami/charts/commit/e286eac3a87404e5a4307d081e418c17409e6086)), closes [#21609](https://github.com/bitnami/charts/issues/21609) ## 19.1.3 (2023-12-12) -* [bitnami/moodle] Release 19.1.3 updating components versions (#21524) ([6ae4045](https://github.com/bitnami/charts/commit/6ae4045)), closes [#21524](https://github.com/bitnami/charts/issues/21524) +* [bitnami/moodle] Release 19.1.3 updating components versions (#21524) ([6ae4045](https://github.com/bitnami/charts/commit/6ae40454968afaf2842620b439079c3b9258a46b)), closes [#21524](https://github.com/bitnami/charts/issues/21524) ## 19.1.2 (2023-11-21) -* [bitnami/*] Remove relative links to non-README sections, add verification for that and update TL;DR ([1103633](https://github.com/bitnami/charts/commit/1103633)), closes [#20967](https://github.com/bitnami/charts/issues/20967) -* [bitnami/moodle] Release 19.1.2 updating components versions (#21141) ([11a780d](https://github.com/bitnami/charts/commit/11a780d)), closes [#21141](https://github.com/bitnami/charts/issues/21141) +* [bitnami/*] Remove relative links to non-README sections, add verification for that and update TL;DR ([1103633](https://github.com/bitnami/charts/commit/11036334d82df0490aa4abdb591543cab6cf7d7f)), closes [#20967](https://github.com/bitnami/charts/issues/20967) +* [bitnami/moodle] Release 19.1.2 updating components versions (#21141) ([11a780d](https://github.com/bitnami/charts/commit/11a780d4e2dcef11f0c0940b00748c89dc4253b7)), closes [#21141](https://github.com/bitnami/charts/issues/21141) ## 19.1.1 (2023-11-08) -* [bitnami/moodle] Release 19.1.1 updating components versions (#20764) ([0d7cf53](https://github.com/bitnami/charts/commit/0d7cf53)), closes [#20764](https://github.com/bitnami/charts/issues/20764) +* [bitnami/moodle] Release 19.1.1 updating components versions (#20764) ([0d7cf53](https://github.com/bitnami/charts/commit/0d7cf535f6ae8e5dc9bea139531d275dd7fb0f38)), closes [#20764](https://github.com/bitnami/charts/issues/20764) ## 19.1.0 (2023-11-07) -* [bitnami/*] Rename VMware Application Catalog (#20361) ([3acc734](https://github.com/bitnami/charts/commit/3acc734)), closes [#20361](https://github.com/bitnami/charts/issues/20361) -* [bitnami/*] Skip image's tag in the README files of the Bitnami Charts (#19841) ([bb9a01b](https://github.com/bitnami/charts/commit/bb9a01b)), closes [#19841](https://github.com/bitnami/charts/issues/19841) -* [bitnami/*] Standardize documentation (#19835) ([af5f753](https://github.com/bitnami/charts/commit/af5f753)), closes [#19835](https://github.com/bitnami/charts/issues/19835) -* [bitnami/moodle] feat: :sparkles: Add support for PSA restricted policy (#20509) ([aeb337c](https://github.com/bitnami/charts/commit/aeb337c)), closes [#20509](https://github.com/bitnami/charts/issues/20509) +* [bitnami/*] Rename VMware Application Catalog (#20361) ([3acc734](https://github.com/bitnami/charts/commit/3acc73472beb6fb56c4d99f929061001205bc57e)), closes [#20361](https://github.com/bitnami/charts/issues/20361) +* [bitnami/*] Skip image's tag in the README files of the Bitnami Charts (#19841) ([bb9a01b](https://github.com/bitnami/charts/commit/bb9a01b65911c87e48318db922cc05eb42785e42)), closes [#19841](https://github.com/bitnami/charts/issues/19841) +* [bitnami/*] Standardize documentation (#19835) ([af5f753](https://github.com/bitnami/charts/commit/af5f7530c1bc8c5ded53a6c4f7b8f384ac1804f2)), closes [#19835](https://github.com/bitnami/charts/issues/19835) +* [bitnami/moodle] feat: :sparkles: Add support for PSA restricted policy (#20509) ([aeb337c](https://github.com/bitnami/charts/commit/aeb337cac19fa9bb7fa5c1f4f658b34e24562118)), closes [#20509](https://github.com/bitnami/charts/issues/20509) ## 19.0.0 (2023-10-13) -* [bitnami/moodle] Release 19.0.0 (#20227) ([c5e726b](https://github.com/bitnami/charts/commit/c5e726b)), closes [#20227](https://github.com/bitnami/charts/issues/20227) +* [bitnami/moodle] Release 19.0.0 (#20227) ([c5e726b](https://github.com/bitnami/charts/commit/c5e726b7513db65d519064dac3a8f8054275b296)), closes [#20227](https://github.com/bitnami/charts/issues/20227) ## 18.0.3 (2023-10-13) -* [bitnami/moodle] Release 18.0.3 (#20223) ([62f03f4](https://github.com/bitnami/charts/commit/62f03f4)), closes [#20223](https://github.com/bitnami/charts/issues/20223) +* [bitnami/moodle] Release 18.0.3 (#20223) ([62f03f4](https://github.com/bitnami/charts/commit/62f03f466b26516ef3370f12eacfab893d298dec)), closes [#20223](https://github.com/bitnami/charts/issues/20223) ## 18.0.2 (2023-10-12) -* [bitnami/moodle] Release 18.0.2 (#20155) ([e55ba88](https://github.com/bitnami/charts/commit/e55ba88)), closes [#20155](https://github.com/bitnami/charts/issues/20155) +* [bitnami/moodle] Release 18.0.2 (#20155) ([e55ba88](https://github.com/bitnami/charts/commit/e55ba8847cfcd0d14c7d72c54a789939baedecae)), closes [#20155](https://github.com/bitnami/charts/issues/20155) ## 18.0.1 (2023-10-11) -* [bitnami/moodle] Release 18.0.1 (#20076) ([c9648f0](https://github.com/bitnami/charts/commit/c9648f0)), closes [#20076](https://github.com/bitnami/charts/issues/20076) +* [bitnami/moodle] Release 18.0.1 (#20076) ([c9648f0](https://github.com/bitnami/charts/commit/c9648f09c813594e216951c43863da540d8c0aac)), closes [#20076](https://github.com/bitnami/charts/issues/20076) ## 18.0.0 (2023-10-11) -* [bitnami/moodle] Update MariaDB to 14.x.x (#20005) ([4c7699e](https://github.com/bitnami/charts/commit/4c7699e)), closes [#20005](https://github.com/bitnami/charts/issues/20005) +* [bitnami/moodle] Update MariaDB to 14.x.x (#20005) ([4c7699e](https://github.com/bitnami/charts/commit/4c7699e6efce5b7e8a336c9f630c9bf411d4145c)), closes [#20005](https://github.com/bitnami/charts/issues/20005) ## 17.1.5 (2023-10-09) -* [bitnami/moodle] Release 17.1.5 (#19924) ([770dac9](https://github.com/bitnami/charts/commit/770dac9)), closes [#19924](https://github.com/bitnami/charts/issues/19924) +* [bitnami/moodle] Release 17.1.5 (#19924) ([770dac9](https://github.com/bitnami/charts/commit/770dac951c700765fd5e8bd1abe0c9760e246123)), closes [#19924](https://github.com/bitnami/charts/issues/19924) ## 17.1.4 (2023-10-09) -* [bitnami/*] Update Helm charts prerequisites (#19745) ([eb755dd](https://github.com/bitnami/charts/commit/eb755dd)), closes [#19745](https://github.com/bitnami/charts/issues/19745) -* [bitnami/moodle] Release 17.1.4 (#19799) ([e30f309](https://github.com/bitnami/charts/commit/e30f309)), closes [#19799](https://github.com/bitnami/charts/issues/19799) +* [bitnami/*] Update Helm charts prerequisites (#19745) ([eb755dd](https://github.com/bitnami/charts/commit/eb755dd36a4dd3cf6635be8e0598f9a7f4c4a554)), closes [#19745](https://github.com/bitnami/charts/issues/19745) +* [bitnami/moodle] Release 17.1.4 (#19799) ([e30f309](https://github.com/bitnami/charts/commit/e30f3093bebafbd050d20c62c50dbe8c021c9ae1)), closes [#19799](https://github.com/bitnami/charts/issues/19799) ## 17.1.3 (2023-09-29) -* [bitnami/moodle] Release 17.1.3 (#19654) ([494e4c8](https://github.com/bitnami/charts/commit/494e4c8)), closes [#19654](https://github.com/bitnami/charts/issues/19654) +* [bitnami/moodle] Release 17.1.3 (#19654) ([494e4c8](https://github.com/bitnami/charts/commit/494e4c8dd3db42b0252c9d9c7b2ac76896c7e155)), closes [#19654](https://github.com/bitnami/charts/issues/19654) ## 17.1.2 (2023-09-19) -* [bitnami/moodle] Release 17.1.2 (#19379) ([053c375](https://github.com/bitnami/charts/commit/053c375)), closes [#19379](https://github.com/bitnami/charts/issues/19379) -* Autogenerate schema files (#19194) ([a2c2090](https://github.com/bitnami/charts/commit/a2c2090)), closes [#19194](https://github.com/bitnami/charts/issues/19194) -* Revert "Autogenerate schema files (#19194)" (#19335) ([73d80be](https://github.com/bitnami/charts/commit/73d80be)), closes [#19194](https://github.com/bitnami/charts/issues/19194) [#19335](https://github.com/bitnami/charts/issues/19335) +* [bitnami/moodle] Release 17.1.2 (#19379) ([053c375](https://github.com/bitnami/charts/commit/053c375f89804834c911470991df976aabb114a1)), closes [#19379](https://github.com/bitnami/charts/issues/19379) +* Autogenerate schema files (#19194) ([a2c2090](https://github.com/bitnami/charts/commit/a2c2090b5ac97f47b745c8028c6452bf99739772)), closes [#19194](https://github.com/bitnami/charts/issues/19194) +* Revert "Autogenerate schema files (#19194)" (#19335) ([73d80be](https://github.com/bitnami/charts/commit/73d80be525c88fb4b8a54451a55acd506e337062)), closes [#19194](https://github.com/bitnami/charts/issues/19194) [#19335](https://github.com/bitnami/charts/issues/19335) ## 17.1.1 (2023-09-06) -* [bitnami/moodle: Use merge helper]: (#19075) ([a55cb6c](https://github.com/bitnami/charts/commit/a55cb6c)), closes [#19075](https://github.com/bitnami/charts/issues/19075) +* [bitnami/moodle: Use merge helper]: (#19075) ([a55cb6c](https://github.com/bitnami/charts/commit/a55cb6ca45eb521dce553666c6ba8ec41383e5cd)), closes [#19075](https://github.com/bitnami/charts/issues/19075) ## 17.1.0 (2023-08-25) -* [bitnami/moodle] Support for customizing standard labels (#18628) ([402736c](https://github.com/bitnami/charts/commit/402736c)), closes [#18628](https://github.com/bitnami/charts/issues/18628) +* [bitnami/moodle] Support for customizing standard labels (#18628) ([402736c](https://github.com/bitnami/charts/commit/402736cf54faff33cd3a1359d598f498dd7b4017)), closes [#18628](https://github.com/bitnami/charts/issues/18628) ## 17.0.4 (2023-08-20) -* [bitnami/moodle] Release 17.0.4 (#18690) ([2d23216](https://github.com/bitnami/charts/commit/2d23216)), closes [#18690](https://github.com/bitnami/charts/issues/18690) +* [bitnami/moodle] Release 17.0.4 (#18690) ([2d23216](https://github.com/bitnami/charts/commit/2d232165bb249c5fed722a975d79353d5511f804)), closes [#18690](https://github.com/bitnami/charts/issues/18690) ## 17.0.3 (2023-08-17) -* [bitnami/moodle] Release 17.0.3 (#18559) ([b7cd727](https://github.com/bitnami/charts/commit/b7cd727)), closes [#18559](https://github.com/bitnami/charts/issues/18559) +* [bitnami/moodle] Release 17.0.3 (#18559) ([b7cd727](https://github.com/bitnami/charts/commit/b7cd727beeacbfc9e81c0b0d9a6f619936a5933a)), closes [#18559](https://github.com/bitnami/charts/issues/18559) ## 17.0.2 (2023-08-14) -* [bitnami/moodle] Release 17.0.2 (#18397) ([9b52ee1](https://github.com/bitnami/charts/commit/9b52ee1)), closes [#18397](https://github.com/bitnami/charts/issues/18397) +* [bitnami/moodle] Release 17.0.2 (#18397) ([9b52ee1](https://github.com/bitnami/charts/commit/9b52ee124998f816b1e6b063bbf2ab342527aa13)), closes [#18397](https://github.com/bitnami/charts/issues/18397) ## 17.0.1 (2023-08-03) -* [bitnami/moodle] Release 17.0.1 (#18161) ([d06001f](https://github.com/bitnami/charts/commit/d06001f)), closes [#18161](https://github.com/bitnami/charts/issues/18161) +* [bitnami/moodle] Release 17.0.1 (#18161) ([d06001f](https://github.com/bitnami/charts/commit/d06001f0956ad95b48d329f6aab79c02bf22c1ca)), closes [#18161](https://github.com/bitnami/charts/issues/18161) ## 17.0.0 (2023-08-01) -* [bitnami/moodle] Update MariaDB chart to 13.0 (#18110) ([1e99655](https://github.com/bitnami/charts/commit/1e99655)), closes [#18110](https://github.com/bitnami/charts/issues/18110) +* [bitnami/moodle] Update MariaDB chart to 13.0 (#18110) ([1e99655](https://github.com/bitnami/charts/commit/1e9965565f87e89d1ef8a6139a0969559f3b63d8)), closes [#18110](https://github.com/bitnami/charts/issues/18110) ## 16.1.8 (2023-08-01) -* [bitnami/moodle] Release 16.1.8 (#18088) ([fd626d7](https://github.com/bitnami/charts/commit/fd626d7)), closes [#18088](https://github.com/bitnami/charts/issues/18088) +* [bitnami/moodle] Release 16.1.8 (#18088) ([fd626d7](https://github.com/bitnami/charts/commit/fd626d7f9288c2f67955c9e7a5ac0b6e2d50ea2a)), closes [#18088](https://github.com/bitnami/charts/issues/18088) ## 16.1.7 (2023-07-26) -* [bitnami/moodle] Release 16.1.7 (#17931) ([6f14e26](https://github.com/bitnami/charts/commit/6f14e26)), closes [#17931](https://github.com/bitnami/charts/issues/17931) +* [bitnami/moodle] Release 16.1.7 (#17931) ([6f14e26](https://github.com/bitnami/charts/commit/6f14e2641d06b9cdd8f622b2446e180ce172fecb)), closes [#17931](https://github.com/bitnami/charts/issues/17931) ## 16.1.6 (2023-07-18) -* [bitnami/moodle] Delegate targetPort when no LB or ClusterIP set (#17759) ([6de75aa](https://github.com/bitnami/charts/commit/6de75aa)), closes [#17759](https://github.com/bitnami/charts/issues/17759) +* [bitnami/moodle] Delegate targetPort when no LB or ClusterIP set (#17759) ([6de75aa](https://github.com/bitnami/charts/commit/6de75aaab97aadfaa6d92b72a62f192664f3b104)), closes [#17759](https://github.com/bitnami/charts/issues/17759) ## 16.1.5 (2023-07-15) -* [bitnami/moodle] Release 1 updating components versions (#17626) ([9a5755d](https://github.com/bitnami/charts/commit/9a5755d)), closes [#17626](https://github.com/bitnami/charts/issues/17626) +* [bitnami/moodle] Release 1 updating components versions (#17626) ([9a5755d](https://github.com/bitnami/charts/commit/9a5755d26404a64527b577be56a8ec79cd132abe)), closes [#17626](https://github.com/bitnami/charts/issues/17626) ## 16.1.4 (2023-07-12) -* [bitnami/moodle] Release 16.1.4 (#17577) ([ad5cba5](https://github.com/bitnami/charts/commit/ad5cba5)), closes [#17577](https://github.com/bitnami/charts/issues/17577) -* [bitnami/several] Remove 'Community supported solution' section from READMEs (#17119) ([4531d57](https://github.com/bitnami/charts/commit/4531d57)), closes [#17119](https://github.com/bitnami/charts/issues/17119) -* Add copyright header (#17300) ([da68be8](https://github.com/bitnami/charts/commit/da68be8)), closes [#17300](https://github.com/bitnami/charts/issues/17300) -* Update charts readme (#17217) ([31b3c0a](https://github.com/bitnami/charts/commit/31b3c0a)), closes [#17217](https://github.com/bitnami/charts/issues/17217) +* [bitnami/moodle] Release 16.1.4 (#17577) ([ad5cba5](https://github.com/bitnami/charts/commit/ad5cba5de13e1d49e0d18990b7579690ed1bd410)), closes [#17577](https://github.com/bitnami/charts/issues/17577) +* [bitnami/several] Remove 'Community supported solution' section from READMEs (#17119) ([4531d57](https://github.com/bitnami/charts/commit/4531d571914e970fe4cef19ae00a9fa4cc038f47)), closes [#17119](https://github.com/bitnami/charts/issues/17119) +* Add copyright header (#17300) ([da68be8](https://github.com/bitnami/charts/commit/da68be8e951225133c7dfb572d5101ca3d61c5ae)), closes [#17300](https://github.com/bitnami/charts/issues/17300) +* Update charts readme (#17217) ([31b3c0a](https://github.com/bitnami/charts/commit/31b3c0afd968ff4429107e34101f7509e6a0e913)), closes [#17217](https://github.com/bitnami/charts/issues/17217) ## 16.1.3 (2023-06-13) -* [bitnami/*] Change copyright section in READMEs (#17006) ([ef986a1](https://github.com/bitnami/charts/commit/ef986a1)), closes [#17006](https://github.com/bitnami/charts/issues/17006) -* [bitnami/moodle] Bugfix: container port different from http (#16744) ([4ab455a](https://github.com/bitnami/charts/commit/4ab455a)), closes [#16744](https://github.com/bitnami/charts/issues/16744) -* [bitnami/moodle] Release 16.1.3 (#17085) ([49278b8](https://github.com/bitnami/charts/commit/49278b8)), closes [#17085](https://github.com/bitnami/charts/issues/17085) -* [bitnami/several] Change copyright section in READMEs (#16989) ([5b6a5cf](https://github.com/bitnami/charts/commit/5b6a5cf)), closes [#16989](https://github.com/bitnami/charts/issues/16989) +* [bitnami/*] Change copyright section in READMEs (#17006) ([ef986a1](https://github.com/bitnami/charts/commit/ef986a1605241102b3dcafe9fd8089e6fc1201ad)), closes [#17006](https://github.com/bitnami/charts/issues/17006) +* [bitnami/moodle] Bugfix: container port different from http (#16744) ([4ab455a](https://github.com/bitnami/charts/commit/4ab455adce5e6ff88d54ec791f93b2d0fd83bdc3)), closes [#16744](https://github.com/bitnami/charts/issues/16744) +* [bitnami/moodle] Release 16.1.3 (#17085) ([49278b8](https://github.com/bitnami/charts/commit/49278b8bd11125887952d355c3d14cfb55ef9cc4)), closes [#17085](https://github.com/bitnami/charts/issues/17085) +* [bitnami/several] Change copyright section in READMEs (#16989) ([5b6a5cf](https://github.com/bitnami/charts/commit/5b6a5cfb7625a751848a2e5cd796bd7278f406ca)), closes [#16989](https://github.com/bitnami/charts/issues/16989) ## 16.1.2 (2023-05-21) -* [bitnami/moodle] Release 16.1.2 (#16840) ([2298dcd](https://github.com/bitnami/charts/commit/2298dcd)), closes [#16840](https://github.com/bitnami/charts/issues/16840) +* [bitnami/moodle] Release 16.1.2 (#16840) ([2298dcd](https://github.com/bitnami/charts/commit/2298dcd7a1416595bd5b5ba9bab43a3ac0394375)), closes [#16840](https://github.com/bitnami/charts/issues/16840) ## 16.1.1 (2023-05-12) -* [bitnami/moodle] Release 16.1.1 (#16610) ([5153b68](https://github.com/bitnami/charts/commit/5153b68)), closes [#16610](https://github.com/bitnami/charts/issues/16610) -* Add wording for enterprise page (#16560) ([8f22774](https://github.com/bitnami/charts/commit/8f22774)), closes [#16560](https://github.com/bitnami/charts/issues/16560) +* [bitnami/moodle] Release 16.1.1 (#16610) ([5153b68](https://github.com/bitnami/charts/commit/5153b68951b06bb9971ac1c6bf09135cd868e8ac)), closes [#16610](https://github.com/bitnami/charts/issues/16610) +* Add wording for enterprise page (#16560) ([8f22774](https://github.com/bitnami/charts/commit/8f2277440b976d52785ba9149762ad8620a73d1f)), closes [#16560](https://github.com/bitnami/charts/issues/16560) ## 16.1.0 (2023-05-09) -* [bitnami/several] Adapt Chart.yaml to set desired OCI annotations (#16546) ([fc9b18f](https://github.com/bitnami/charts/commit/fc9b18f)), closes [#16546](https://github.com/bitnami/charts/issues/16546) +* [bitnami/several] Adapt Chart.yaml to set desired OCI annotations (#16546) ([fc9b18f](https://github.com/bitnami/charts/commit/fc9b18f2e98805d4df629acbcde696f44f973344)), closes [#16546](https://github.com/bitnami/charts/issues/16546) ## 16.0.1 (2023-05-09) -* [bitnami/moodle] Release 16.0.1 (#16541) ([b40850e](https://github.com/bitnami/charts/commit/b40850e)), closes [#16541](https://github.com/bitnami/charts/issues/16541) +* [bitnami/moodle] Release 16.0.1 (#16541) ([b40850e](https://github.com/bitnami/charts/commit/b40850ec9404f641cf270e4bc2d80a65dbd280c7)), closes [#16541](https://github.com/bitnami/charts/issues/16541) ## 16.0.0 (2023-05-09) -* [bitnami/moodle] Release 16.0.0 (#16430) ([606e06f](https://github.com/bitnami/charts/commit/606e06f)), closes [#16430](https://github.com/bitnami/charts/issues/16430) +* [bitnami/moodle] Release 16.0.0 (#16430) ([606e06f](https://github.com/bitnami/charts/commit/606e06f7dfbe0aac8b7a9db374c61085bb1cf135)), closes [#16430](https://github.com/bitnami/charts/issues/16430) ## 15.0.1 (2023-05-01) -* [bitnami/moodle] Release 15.0.1 (#16303) ([ad6f65f](https://github.com/bitnami/charts/commit/ad6f65f)), closes [#16303](https://github.com/bitnami/charts/issues/16303) +* [bitnami/moodle] Release 15.0.1 (#16303) ([ad6f65f](https://github.com/bitnami/charts/commit/ad6f65f3f5822268377eb9ebf8d5924b6bb8abd7)), closes [#16303](https://github.com/bitnami/charts/issues/16303) ## 15.0.0 (2023-04-21) -* [bitnami/moodle] Upgrade MariaDB to version 10.11 (#16163) ([7a0a294](https://github.com/bitnami/charts/commit/7a0a294)), closes [#16163](https://github.com/bitnami/charts/issues/16163) +* [bitnami/moodle] Upgrade MariaDB to version 10.11 (#16163) ([7a0a294](https://github.com/bitnami/charts/commit/7a0a2948f740fe9baea211408ff0b41dd710fc9e)), closes [#16163](https://github.com/bitnami/charts/issues/16163) ## 14.4.0 (2023-04-20) -* [bitnami/*] Make Helm charts 100% OCI (#15998) ([8841510](https://github.com/bitnami/charts/commit/8841510)), closes [#15998](https://github.com/bitnami/charts/issues/15998) +* [bitnami/*] Make Helm charts 100% OCI (#15998) ([8841510](https://github.com/bitnami/charts/commit/884151035efcbf2e1b3206e7def85511073fb57d)), closes [#15998](https://github.com/bitnami/charts/issues/15998) ## 14.3.14 (2023-04-01) -* [bitnami/moodle] Release 14.3.14 (#15876) ([0045bc7](https://github.com/bitnami/charts/commit/0045bc7)), closes [#15876](https://github.com/bitnami/charts/issues/15876) +* [bitnami/moodle] Release 14.3.14 (#15876) ([0045bc7](https://github.com/bitnami/charts/commit/0045bc795b60d8a5854dbd6d333f7b63b5345fdd)), closes [#15876](https://github.com/bitnami/charts/issues/15876) ## 14.3.13 (2023-03-19) -* [bitnami/moodle] Release 14.3.13 (#15595) ([1cb8f83](https://github.com/bitnami/charts/commit/1cb8f83)), closes [#15595](https://github.com/bitnami/charts/issues/15595) +* [bitnami/moodle] Release 14.3.13 (#15595) ([1cb8f83](https://github.com/bitnami/charts/commit/1cb8f83a329e2527ab112bcada6775ddda4f61e4)), closes [#15595](https://github.com/bitnami/charts/issues/15595) ## 14.3.12 (2023-03-14) -* [bitnami/moodle] Release 14.3.12 (#15497) ([9e50f10](https://github.com/bitnami/charts/commit/9e50f10)), closes [#15497](https://github.com/bitnami/charts/issues/15497) +* [bitnami/moodle] Release 14.3.12 (#15497) ([9e50f10](https://github.com/bitnami/charts/commit/9e50f102c21a797186c57ae5f1b7a3530d36b728)), closes [#15497](https://github.com/bitnami/charts/issues/15497) ## 14.3.11 (2023-03-13) -* [bitnami/charts] Apply linter to README files (#15357) ([0e29e60](https://github.com/bitnami/charts/commit/0e29e60)), closes [#15357](https://github.com/bitnami/charts/issues/15357) -* [bitnami/moodle] Release 14.3.11 (#15471) ([09bcb5d](https://github.com/bitnami/charts/commit/09bcb5d)), closes [#15471](https://github.com/bitnami/charts/issues/15471) +* [bitnami/charts] Apply linter to README files (#15357) ([0e29e60](https://github.com/bitnami/charts/commit/0e29e600d3adc8b1b46e506eccb3decfab3b4e63)), closes [#15357](https://github.com/bitnami/charts/issues/15357) +* [bitnami/moodle] Release 14.3.11 (#15471) ([09bcb5d](https://github.com/bitnami/charts/commit/09bcb5d18825a66d7d2353e3bc45448b50c2238a)), closes [#15471](https://github.com/bitnami/charts/issues/15471) ## 14.3.10 (2023-03-01) -* [bitnami/moodle] Release 14.3.10 (#15276) ([44abfe2](https://github.com/bitnami/charts/commit/44abfe2)), closes [#15276](https://github.com/bitnami/charts/issues/15276) +* [bitnami/moodle] Release 14.3.10 (#15276) ([44abfe2](https://github.com/bitnami/charts/commit/44abfe2107e09ddc2440dfbe9a17e11c88e36777)), closes [#15276](https://github.com/bitnami/charts/issues/15276) ## 14.3.9 (2023-02-27) -* [bitnami/moodle] Release 14.3.9 (#15169) ([211f1d6](https://github.com/bitnami/charts/commit/211f1d6)), closes [#15169](https://github.com/bitnami/charts/issues/15169) +* [bitnami/moodle] Release 14.3.9 (#15169) ([211f1d6](https://github.com/bitnami/charts/commit/211f1d6c31052debd94c34d8c2fd41f4259f7f0c)), closes [#15169](https://github.com/bitnami/charts/issues/15169) ## 14.3.8 (2023-02-23) -* [bitnami/moodle] Release 14.3.8 (#15123) ([90ebb23](https://github.com/bitnami/charts/commit/90ebb23)), closes [#15123](https://github.com/bitnami/charts/issues/15123) +* [bitnami/moodle] Release 14.3.8 (#15123) ([90ebb23](https://github.com/bitnami/charts/commit/90ebb2365a0ed679db65fc7d52b07a3a6e4c3212)), closes [#15123](https://github.com/bitnami/charts/issues/15123) ## 14.3.7 (2023-02-22) -* [bitnami/*] Fix markdown linter issues 2 (#14890) ([aa96572](https://github.com/bitnami/charts/commit/aa96572)), closes [#14890](https://github.com/bitnami/charts/issues/14890) -* [bitnami/moodle] Release 14.3.7 (#14980) ([ad7fcd6](https://github.com/bitnami/charts/commit/ad7fcd6)), closes [#14980](https://github.com/bitnami/charts/issues/14980) +* [bitnami/*] Fix markdown linter issues 2 (#14890) ([aa96572](https://github.com/bitnami/charts/commit/aa9657237ee8df4a46db0d7fdf8a23230dd6902a)), closes [#14890](https://github.com/bitnami/charts/issues/14890) +* [bitnami/moodle] Release 14.3.7 (#14980) ([ad7fcd6](https://github.com/bitnami/charts/commit/ad7fcd68227bf4afea391a32729705b0f620fcd9)), closes [#14980](https://github.com/bitnami/charts/issues/14980) ## 14.3.6 (2023-02-15) -* [bitnami/*] Change copyright date (#14682) ([add4ec7](https://github.com/bitnami/charts/commit/add4ec7)), closes [#14682](https://github.com/bitnami/charts/issues/14682) -* [bitnami/*] Change licenses annotation format (#14377) ([0ab7608](https://github.com/bitnami/charts/commit/0ab7608)), closes [#14377](https://github.com/bitnami/charts/issues/14377) -* [bitnami/*] Fix markdown linter issues (#14874) ([a51e0e8](https://github.com/bitnami/charts/commit/a51e0e8)), closes [#14874](https://github.com/bitnami/charts/issues/14874) -* [bitnami/*] Unify READMEs (#14472) ([2064fb8](https://github.com/bitnami/charts/commit/2064fb8)), closes [#14472](https://github.com/bitnami/charts/issues/14472) -* [bitnami/moodle] Release 14.3.6 (#14888) ([f4f18c3](https://github.com/bitnami/charts/commit/f4f18c3)), closes [#14888](https://github.com/bitnami/charts/issues/14888) +* [bitnami/*] Change copyright date (#14682) ([add4ec7](https://github.com/bitnami/charts/commit/add4ec701108ac36ed4de2dffbdf407a0d091067)), closes [#14682](https://github.com/bitnami/charts/issues/14682) +* [bitnami/*] Change licenses annotation format (#14377) ([0ab7608](https://github.com/bitnami/charts/commit/0ab760862c660fcc78cffadf8e1d8cdd70881473)), closes [#14377](https://github.com/bitnami/charts/issues/14377) +* [bitnami/*] Fix markdown linter issues (#14874) ([a51e0e8](https://github.com/bitnami/charts/commit/a51e0e8d35495b907f3e70dd2f8e7c3bcbf4166a)), closes [#14874](https://github.com/bitnami/charts/issues/14874) +* [bitnami/*] Unify READMEs (#14472) ([2064fb8](https://github.com/bitnami/charts/commit/2064fb8dcc78a845cdede8211af8c3cc52551161)), closes [#14472](https://github.com/bitnami/charts/issues/14472) +* [bitnami/moodle] Release 14.3.6 (#14888) ([f4f18c3](https://github.com/bitnami/charts/commit/f4f18c3de0c4103ea2f054d9e2afce1d9ac6919a)), closes [#14888](https://github.com/bitnami/charts/issues/14888) ## 14.3.5 (2023-01-16) -* [bitnami/*] Add license annotation and remove obsolete engine parameter (#14293) ([da2a794](https://github.com/bitnami/charts/commit/da2a794)), closes [#14293](https://github.com/bitnami/charts/issues/14293) -* [bitnami/moodle] Release 14.3.5 (#14370) ([1bb3917](https://github.com/bitnami/charts/commit/1bb3917)), closes [#14370](https://github.com/bitnami/charts/issues/14370) +* [bitnami/*] Add license annotation and remove obsolete engine parameter (#14293) ([da2a794](https://github.com/bitnami/charts/commit/da2a7943bae95b6e9b5b4ed972c15e990b69fdb0)), closes [#14293](https://github.com/bitnami/charts/issues/14293) +* [bitnami/moodle] Release 14.3.5 (#14370) ([1bb3917](https://github.com/bitnami/charts/commit/1bb3917efc87a709e5dd97624b0257a65b2cbe3a)), closes [#14370](https://github.com/bitnami/charts/issues/14370) ## 14.3.4 (2022-12-23) -* [bitnami/moodle] Release 14.3.4 (#14090) ([09532fa](https://github.com/bitnami/charts/commit/09532fa)), closes [#14090](https://github.com/bitnami/charts/issues/14090) +* [bitnami/moodle] Release 14.3.4 (#14090) ([09532fa](https://github.com/bitnami/charts/commit/09532fadb18daa8e23c36c1d73b64eb36c6cfa51)), closes [#14090](https://github.com/bitnami/charts/issues/14090) ## 14.3.3 (2022-12-01) -* [bitnami/moodle] Release 14.3.3 (#13781) ([76760dd](https://github.com/bitnami/charts/commit/76760dd)), closes [#13781](https://github.com/bitnami/charts/issues/13781) +* [bitnami/moodle] Release 14.3.3 (#13781) ([76760dd](https://github.com/bitnami/charts/commit/76760ddd3fddb8531787afaf0e68da1b15b463d9)), closes [#13781](https://github.com/bitnami/charts/issues/13781) ## 14.3.2 (2022-11-14) -* [bitnami/moodle] Release 14.3.2 (#13499) ([86ca5c9](https://github.com/bitnami/charts/commit/86ca5c9)), closes [#13499](https://github.com/bitnami/charts/issues/13499) +* [bitnami/moodle] Release 14.3.2 (#13499) ([86ca5c9](https://github.com/bitnami/charts/commit/86ca5c9d87861f3d4d472a019f8fbf6593cc879a)), closes [#13499](https://github.com/bitnami/charts/issues/13499) ## 14.3.1 (2022-10-30) -* [bitnami/*] Use new default branch name in links (#12943) ([a529e02](https://github.com/bitnami/charts/commit/a529e02)), closes [#12943](https://github.com/bitnami/charts/issues/12943) -* [bitnami/moodle] Release 14.3.1 (#13252) ([b0f6505](https://github.com/bitnami/charts/commit/b0f6505)), closes [#13252](https://github.com/bitnami/charts/issues/13252) -* Generic README instructions related to the repo (#12792) ([3cf6b10](https://github.com/bitnami/charts/commit/3cf6b10)), closes [#12792](https://github.com/bitnami/charts/issues/12792) +* [bitnami/*] Use new default branch name in links (#12943) ([a529e02](https://github.com/bitnami/charts/commit/a529e02597d49d944eba1eb0f190713293247176)), closes [#12943](https://github.com/bitnami/charts/issues/12943) +* [bitnami/moodle] Release 14.3.1 (#13252) ([b0f6505](https://github.com/bitnami/charts/commit/b0f65055144efb0c67abf6b2984a051551f0d468)), closes [#13252](https://github.com/bitnami/charts/issues/13252) +* Generic README instructions related to the repo (#12792) ([3cf6b10](https://github.com/bitnami/charts/commit/3cf6b10e10e60df4b3e191d6b99aa99a9f597755)), closes [#12792](https://github.com/bitnami/charts/issues/12792) ## 14.3.0 (2022-10-03) -* [bitnami/moodle] Allow to define default site lang with environment variable (#12753) ([8ec7c24](https://github.com/bitnami/charts/commit/8ec7c24)), closes [#12753](https://github.com/bitnami/charts/issues/12753) +* [bitnami/moodle] Allow to define default site lang with environment variable (#12753) ([8ec7c24](https://github.com/bitnami/charts/commit/8ec7c240ad509a21d938e1627b7281a088c54a3e)), closes [#12753](https://github.com/bitnami/charts/issues/12753) ## 14.2.6 (2022-09-30) -* [bitnami/moodle] Release 14.2.6 (#12767) ([ed2f15e](https://github.com/bitnami/charts/commit/ed2f15e)), closes [#12767](https://github.com/bitnami/charts/issues/12767) +* [bitnami/moodle] Release 14.2.6 (#12767) ([ed2f15e](https://github.com/bitnami/charts/commit/ed2f15e01f9625688ef6cc307d06390af6dab3e9)), closes [#12767](https://github.com/bitnami/charts/issues/12767) ## 14.2.5 (2022-09-29) -* [bitnami/moodle] Release 14.2.5 (#12732) ([455af75](https://github.com/bitnami/charts/commit/455af75)), closes [#12732](https://github.com/bitnami/charts/issues/12732) +* [bitnami/moodle] Release 14.2.5 (#12732) ([455af75](https://github.com/bitnami/charts/commit/455af754c5ced8295cff57c657a879d14962795f)), closes [#12732](https://github.com/bitnami/charts/issues/12732) ## 14.2.4 (2022-09-20) -* [bitnami/moodle] Use custom probes if given (#12530) ([bba1002](https://github.com/bitnami/charts/commit/bba1002)), closes [#12530](https://github.com/bitnami/charts/issues/12530) [#12354](https://github.com/bitnami/charts/issues/12354) +* [bitnami/moodle] Use custom probes if given (#12530) ([bba1002](https://github.com/bitnami/charts/commit/bba1002c936bf701ab05f147e110e4dc2bd64ae0)), closes [#12530](https://github.com/bitnami/charts/issues/12530) [#12354](https://github.com/bitnami/charts/issues/12354) ## 14.2.3 (2022-09-13) -* [bitnami/moodle] Release 14.2.3 (#12393) ([faca397](https://github.com/bitnami/charts/commit/faca397)), closes [#12393](https://github.com/bitnami/charts/issues/12393) +* [bitnami/moodle] Release 14.2.3 (#12393) ([faca397](https://github.com/bitnami/charts/commit/faca397476f9216ed6f1ba7040917cf1e9b79344)), closes [#12393](https://github.com/bitnami/charts/issues/12393) ## 14.2.2 (2022-09-12) -* [bitnami/moodle] Release 14.2.2 (#12366) ([eceb8ba](https://github.com/bitnami/charts/commit/eceb8ba)), closes [#12366](https://github.com/bitnami/charts/issues/12366) +* [bitnami/moodle] Release 14.2.2 (#12366) ([eceb8ba](https://github.com/bitnami/charts/commit/eceb8ba803d8503f9421e73e1084ad485bf59199)), closes [#12366](https://github.com/bitnami/charts/issues/12366) ## 14.2.1 (2022-08-23) -* [bitnami/moodle] Update Chart.lock (#12092) ([d677796](https://github.com/bitnami/charts/commit/d677796)), closes [#12092](https://github.com/bitnami/charts/issues/12092) +* [bitnami/moodle] Update Chart.lock (#12092) ([d677796](https://github.com/bitnami/charts/commit/d677796d5261d042907f6dd6c9e9ce6113985aed)), closes [#12092](https://github.com/bitnami/charts/issues/12092) ## 14.2.0 (2022-08-22) -* [bitnami/moodle] Add support for image digest apart from tag (#11912) ([45dd2bb](https://github.com/bitnami/charts/commit/45dd2bb)), closes [#11912](https://github.com/bitnami/charts/issues/11912) +* [bitnami/moodle] Add support for image digest apart from tag (#11912) ([45dd2bb](https://github.com/bitnami/charts/commit/45dd2bb10fefa5668cf33a2e6aad6c09a5f429ab)), closes [#11912](https://github.com/bitnami/charts/issues/11912) ## 14.1.17 (2022-08-22) -* [bitnami/moodle] Release 14.1.17 updating components versions ([1569007](https://github.com/bitnami/charts/commit/1569007)) +* [bitnami/moodle] Release 14.1.17 updating components versions ([1569007](https://github.com/bitnami/charts/commit/156900788a897e3c5dbaad45cf190aa05b30088a)) ## 14.1.16 (2022-08-09) -* [bitnami/moodle] Release 14.1.16 updating components versions ([ea26e9a](https://github.com/bitnami/charts/commit/ea26e9a)) +* [bitnami/moodle] Release 14.1.16 updating components versions ([ea26e9a](https://github.com/bitnami/charts/commit/ea26e9a314d9144ca68fa91b46fe151d7cbdc64d)) ## 14.1.15 (2022-08-04) -* [bitnami/moodle] Release 14.1.15 updating components versions ([59a2ce8](https://github.com/bitnami/charts/commit/59a2ce8)) +* [bitnami/moodle] Release 14.1.15 updating components versions ([59a2ce8](https://github.com/bitnami/charts/commit/59a2ce87c6cb11654e8af676db7fa1e86352829e)) ## 14.1.14 (2022-08-03) -* [bitnami/moodle] Release 14.1.14 updating components versions ([431a6e5](https://github.com/bitnami/charts/commit/431a6e5)) +* [bitnami/moodle] Release 14.1.14 updating components versions ([431a6e5](https://github.com/bitnami/charts/commit/431a6e5dd08d6918dedd76c18dfe8ea72bf99141)) ## 14.1.13 (2022-08-02) -* [bitnami/*] Update URLs to point to the new bitnami/containers monorepo (#11352) ([d665af0](https://github.com/bitnami/charts/commit/d665af0)), closes [#11352](https://github.com/bitnami/charts/issues/11352) -* [bitnami/moodle] Release 14.1.13 updating components versions ([054d307](https://github.com/bitnami/charts/commit/054d307)) +* [bitnami/*] Update URLs to point to the new bitnami/containers monorepo (#11352) ([d665af0](https://github.com/bitnami/charts/commit/d665af0c708846192d8d5fb2f5f9ea65dd464ab0)), closes [#11352](https://github.com/bitnami/charts/issues/11352) +* [bitnami/moodle] Release 14.1.13 updating components versions ([054d307](https://github.com/bitnami/charts/commit/054d307074e79f4056f5fc958accc16c18ceaf21)) ## 14.1.12 (2022-07-12) -* [bitnami/moodle] Release 14.1.12 updating components versions ([2f63f22](https://github.com/bitnami/charts/commit/2f63f22)) +* [bitnami/moodle] Release 14.1.12 updating components versions ([2f63f22](https://github.com/bitnami/charts/commit/2f63f22186252e4dbf3a37c9529bb77455dfe0e3)) ## 14.1.11 (2022-07-10) -* [bitnami/moodle] Release 14.1.11 updating components versions ([85aa7d5](https://github.com/bitnami/charts/commit/85aa7d5)) +* [bitnami/moodle] Release 14.1.11 updating components versions ([85aa7d5](https://github.com/bitnami/charts/commit/85aa7d5d487576f20810ddc2b15540815597d523)) ## 14.1.10 (2022-06-30) -* [bitnami/moodle] Release 14.1.10 updating components versions ([c3fdbd0](https://github.com/bitnami/charts/commit/c3fdbd0)) +* [bitnami/moodle] Release 14.1.10 updating components versions ([c3fdbd0](https://github.com/bitnami/charts/commit/c3fdbd0518e60fc27075beb72586155d4a6ea6a0)) ## 14.1.9 (2022-06-10) -* [bitnami/*] Replace Kubeapps URL in READMEs (and kubeapps Chart.yaml) and remove BKPR references (#1 ([c6a7914](https://github.com/bitnami/charts/commit/c6a7914)), closes [#10600](https://github.com/bitnami/charts/issues/10600) -* [bitnami/moodle] Release 14.1.9 updating components versions ([96c78e2](https://github.com/bitnami/charts/commit/96c78e2)) +* [bitnami/*] Replace Kubeapps URL in READMEs (and kubeapps Chart.yaml) and remove BKPR references (#1 ([c6a7914](https://github.com/bitnami/charts/commit/c6a7914361e5aea6016fb45bf4d621edfd111d32)), closes [#10600](https://github.com/bitnami/charts/issues/10600) +* [bitnami/moodle] Release 14.1.9 updating components versions ([96c78e2](https://github.com/bitnami/charts/commit/96c78e28913d536b27e62cbb2fe6f49fd2f839f5)) ## 14.1.8 (2022-06-07) -* [bitnami/moodle] Release 14.1.8 updating components versions ([7e84e2f](https://github.com/bitnami/charts/commit/7e84e2f)) +* [bitnami/moodle] Release 14.1.8 updating components versions ([7e84e2f](https://github.com/bitnami/charts/commit/7e84e2ff9deca20e0a4631efeb3b2cb983a01a63)) ## 14.1.7 (2022-06-01) -* [bitnami/several] Replace maintainers email by url (#10523) ([ff3cf61](https://github.com/bitnami/charts/commit/ff3cf61)), closes [#10523](https://github.com/bitnami/charts/issues/10523) +* [bitnami/several] Replace maintainers email by url (#10523) ([ff3cf61](https://github.com/bitnami/charts/commit/ff3cf617a1680509b0f3855d17c4ccff7b29a0ff)), closes [#10523](https://github.com/bitnami/charts/issues/10523) ## 14.1.6 (2022-05-30) -* [bitnami/several] Replace base64 --decode with base64 -d (#10495) ([099286a](https://github.com/bitnami/charts/commit/099286a)), closes [#10495](https://github.com/bitnami/charts/issues/10495) +* [bitnami/several] Replace base64 --decode with base64 -d (#10495) ([099286a](https://github.com/bitnami/charts/commit/099286ae7a87784cf809df0b64ab24f7ff0144c8)), closes [#10495](https://github.com/bitnami/charts/issues/10495) ## 14.1.5 (2022-05-28) -* [bitnami/moodle] Release 14.1.5 updating components versions ([0140c31](https://github.com/bitnami/charts/commit/0140c31)) +* [bitnami/moodle] Release 14.1.5 updating components versions ([0140c31](https://github.com/bitnami/charts/commit/0140c31a2ad1c31f520d940bad4be903927926ae)) ## 14.1.4 (2022-05-22) -* [bitnami/moodle] Release 14.1.4 updating components versions ([b7e81e9](https://github.com/bitnami/charts/commit/b7e81e9)) +* [bitnami/moodle] Release 14.1.4 updating components versions ([b7e81e9](https://github.com/bitnami/charts/commit/b7e81e92110d94542acfb993a9633c0c63eeaa89)) ## 14.1.3 (2022-05-20) -* [bitnami/moodle] Release 14.1.3 updating components versions ([9bcd1bd](https://github.com/bitnami/charts/commit/9bcd1bd)) +* [bitnami/moodle] Release 14.1.3 updating components versions ([9bcd1bd](https://github.com/bitnami/charts/commit/9bcd1bd4577df66905270e503910db1682d79417)) ## 14.1.2 (2022-05-20) -* [bitnami/moodle] fix startupProbe delay/failureThreshold logic (#10269) ([5429919](https://github.com/bitnami/charts/commit/5429919)), closes [#10269](https://github.com/bitnami/charts/issues/10269) +* [bitnami/moodle] fix startupProbe delay/failureThreshold logic (#10269) ([5429919](https://github.com/bitnami/charts/commit/5429919b678ac4977479a76ba37e1992194a7ab0)), closes [#10269](https://github.com/bitnami/charts/issues/10269) ## 14.1.1 (2022-05-18) -* [bitnami/moodle] Release 14.1.1 updating components versions ([4ad431f](https://github.com/bitnami/charts/commit/4ad431f)) +* [bitnami/moodle] Release 14.1.1 updating components versions ([4ad431f](https://github.com/bitnami/charts/commit/4ad431fff655b4353f34fd09323c75f088f84343)) ## 14.1.0 (2022-05-16) -* [bitnami/*] add ingress extraRules feature (#10253) ([0f6cbb9](https://github.com/bitnami/charts/commit/0f6cbb9)), closes [#10253](https://github.com/bitnami/charts/issues/10253) +* [bitnami/*] add ingress extraRules feature (#10253) ([0f6cbb9](https://github.com/bitnami/charts/commit/0f6cbb9099b0e56685cc1d36ba50340f3d7278a1)), closes [#10253](https://github.com/bitnami/charts/issues/10253) ## 14.0.0 (2022-05-14) -* [bitnami/*] Remove old 'ci' files (#10171) ([5df30c4](https://github.com/bitnami/charts/commit/5df30c4)), closes [#10171](https://github.com/bitnami/charts/issues/10171) -* [bitnami/moodle] Release 14.0.0 updating components versions ([c69adae](https://github.com/bitnami/charts/commit/c69adae)) +* [bitnami/*] Remove old 'ci' files (#10171) ([5df30c4](https://github.com/bitnami/charts/commit/5df30c44dbd1812da8786579ce4a94917d46a6ad)), closes [#10171](https://github.com/bitnami/charts/issues/10171) +* [bitnami/moodle] Release 14.0.0 updating components versions ([c69adae](https://github.com/bitnami/charts/commit/c69adae4cbc264cd55bf5bb1e9237ef977ff5739)) ## 13.0.3 (2022-05-11) -* [bitnami/moodle] Add missing namespace metadata (#10142) ([d60e829](https://github.com/bitnami/charts/commit/d60e829)), closes [#10142](https://github.com/bitnami/charts/issues/10142) +* [bitnami/moodle] Add missing namespace metadata (#10142) ([d60e829](https://github.com/bitnami/charts/commit/d60e829c12ac00fcbd86bd2b8974e8919a6a508e)), closes [#10142](https://github.com/bitnami/charts/issues/10142) ## 13.0.2 (2022-05-09) -* [bitnami/moodle] Release 13.0.2 updating components versions ([ce4d8c0](https://github.com/bitnami/charts/commit/ce4d8c0)) +* [bitnami/moodle] Release 13.0.2 updating components versions ([ce4d8c0](https://github.com/bitnami/charts/commit/ce4d8c0621164b5bbf9655d7d308d75d1a3bc1ae)) ## 13.0.1 (2022-04-21) -* [bitnami/moodle] Release 13.0.1 updating components versions ([ac3fdb8](https://github.com/bitnami/charts/commit/ac3fdb8)) +* [bitnami/moodle] Release 13.0.1 updating components versions ([ac3fdb8](https://github.com/bitnami/charts/commit/ac3fdb88bdc3b5c439e4b5bb5f29e6230092075c)) ## 13.0.0 (2022-04-21) -* [bitnami/moodle] feat!: :arrow_up: Bump MariaDB version to 10.6 (#9851) ([872a832](https://github.com/bitnami/charts/commit/872a832)), closes [#9851](https://github.com/bitnami/charts/issues/9851) +* [bitnami/moodle] feat!: :arrow_up: Bump MariaDB version to 10.6 (#9851) ([872a832](https://github.com/bitnami/charts/commit/872a8324a4ee1d7816eb80d5acfddab7449c3fd0)), closes [#9851](https://github.com/bitnami/charts/issues/9851) ## 12.1.25 (2022-04-20) -* [bitnami/moodle] Release 12.1.25 updating components versions ([78812ae](https://github.com/bitnami/charts/commit/78812ae)) +* [bitnami/moodle] Release 12.1.25 updating components versions ([78812ae](https://github.com/bitnami/charts/commit/78812ae2c0edd61fa3de46da90c352a9c47bd041)) ## 12.1.24 (2022-04-19) -* [bitnami/moodle] Release 12.1.24 updating components versions ([9d0269c](https://github.com/bitnami/charts/commit/9d0269c)) +* [bitnami/moodle] Release 12.1.24 updating components versions ([9d0269c](https://github.com/bitnami/charts/commit/9d0269c84893cd57f28e6a07068a5ab9523f983e)) ## 12.1.23 (2022-04-08) -* [bitnami/moodle] Release 12.1.23 updating components versions ([73a56e9](https://github.com/bitnami/charts/commit/73a56e9)) +* [bitnami/moodle] Release 12.1.23 updating components versions ([73a56e9](https://github.com/bitnami/charts/commit/73a56e958d394c1686919d4f7efa5fc16ff40605)) ## 12.1.22 (2022-04-06) -* [bitnami/moodle] Release 12.1.22 updating components versions ([713ebec](https://github.com/bitnami/charts/commit/713ebec)) +* [bitnami/moodle] Release 12.1.22 updating components versions ([713ebec](https://github.com/bitnami/charts/commit/713ebec30d9f64c8a19446fb1f29ea82d0226b5d)) ## 12.1.21 (2022-04-02) -* [bitnami/moodle] Release 12.1.21 updating components versions ([43af288](https://github.com/bitnami/charts/commit/43af288)) +* [bitnami/moodle] Release 12.1.21 updating components versions ([43af288](https://github.com/bitnami/charts/commit/43af288c2da59b8547472f18b2b2ee61b49e6917)) ## 12.1.20 (2022-03-29) -* [bitnami/moodle] Release 12.1.20 updating components versions ([31319d4](https://github.com/bitnami/charts/commit/31319d4)) +* [bitnami/moodle] Release 12.1.20 updating components versions ([31319d4](https://github.com/bitnami/charts/commit/31319d4b6140e8a611deca9439cb389dd48ac742)) ## 12.1.19 (2022-03-28) -* [bitnami/moodle] Release 12.1.19 updating components versions ([454a768](https://github.com/bitnami/charts/commit/454a768)) +* [bitnami/moodle] Release 12.1.19 updating components versions ([454a768](https://github.com/bitnami/charts/commit/454a768d81bdbfd3fcc4a578730f1d47c5ad002c)) ## 12.1.18 (2022-03-27) -* [bitnami/moodle] Release 12.1.18 updating components versions ([b5d8062](https://github.com/bitnami/charts/commit/b5d8062)) +* [bitnami/moodle] Release 12.1.18 updating components versions ([b5d8062](https://github.com/bitnami/charts/commit/b5d80625235e57d452b1421fe7244b6cb51dec6b)) ## 12.1.17 (2022-03-26) -* [bitnami/moodle] Release 12.1.17 updating components versions ([27eab6d](https://github.com/bitnami/charts/commit/27eab6d)) +* [bitnami/moodle] Release 12.1.17 updating components versions ([27eab6d](https://github.com/bitnami/charts/commit/27eab6dd3cbf3e9e70e22418e5f43a72e76a0e51)) ## 12.1.16 (2022-03-25) -* [bitnami/moodle] Release 12.1.16 updating components versions ([b8aed7d](https://github.com/bitnami/charts/commit/b8aed7d)) +* [bitnami/moodle] Release 12.1.16 updating components versions ([b8aed7d](https://github.com/bitnami/charts/commit/b8aed7d583c4ff799ae4766848ddda30a0c17931)) ## 12.1.15 (2022-03-18) -* [bitnami/moodle] Release 12.1.15 updating components versions ([72c93c2](https://github.com/bitnami/charts/commit/72c93c2)) +* [bitnami/moodle] Release 12.1.15 updating components versions ([72c93c2](https://github.com/bitnami/charts/commit/72c93c28e8c0c992abf40335c2bf50fbe6fed7c6)) ## 12.1.14 (2022-03-17) -* [bitnami/moodle] Release 12.1.14 updating components versions ([dc18ee4](https://github.com/bitnami/charts/commit/dc18ee4)) +* [bitnami/moodle] Release 12.1.14 updating components versions ([dc18ee4](https://github.com/bitnami/charts/commit/dc18ee459e37f4f9023a98ab8ac176ccab3baee5)) ## 12.1.13 (2022-03-17) -* [bitnami/moodle] Release 12.1.13 updating components versions ([3c7f485](https://github.com/bitnami/charts/commit/3c7f485)) +* [bitnami/moodle] Release 12.1.13 updating components versions ([3c7f485](https://github.com/bitnami/charts/commit/3c7f48515de1d319522180dbd135fca4d9faa87b)) ## 12.1.12 (2022-03-16) -* [bitnami/moodle] Release 12.1.12 updating components versions ([3d66ee6](https://github.com/bitnami/charts/commit/3d66ee6)) +* [bitnami/moodle] Release 12.1.12 updating components versions ([3d66ee6](https://github.com/bitnami/charts/commit/3d66ee689083c277be29d720ff68e819d7f76d2b)) ## 12.1.11 (2022-03-14) -* [bitnami/moodle] Release 12.1.11 updating components versions ([0f5131c](https://github.com/bitnami/charts/commit/0f5131c)) +* [bitnami/moodle] Release 12.1.11 updating components versions ([0f5131c](https://github.com/bitnami/charts/commit/0f5131cd74cf9c4af811c8fe813cb2563912c049)) ## 12.1.10 (2022-03-01) -* [bitnami/moodle] Release 12.1.10 updating components versions ([a8125ec](https://github.com/bitnami/charts/commit/a8125ec)) +* [bitnami/moodle] Release 12.1.10 updating components versions ([a8125ec](https://github.com/bitnami/charts/commit/a8125ec83a6c55d7f0d8b018de13b1c4cc6d1524)) ## 12.1.9 (2022-02-27) -* [bitnami/moodle] Release 12.1.9 updating components versions ([7fa1113](https://github.com/bitnami/charts/commit/7fa1113)) +* [bitnami/moodle] Release 12.1.9 updating components versions ([7fa1113](https://github.com/bitnami/charts/commit/7fa1113fc58cc720e64ee4165f7f2b2ad49d676a)) ## 12.1.8 (2022-02-25) -* [bitnami/moodle] Fix format specifier of externalDatabase.type (#9206) ([4dfecc7](https://github.com/bitnami/charts/commit/4dfecc7)), closes [#9206](https://github.com/bitnami/charts/issues/9206) +* [bitnami/moodle] Fix format specifier of externalDatabase.type (#9206) ([4dfecc7](https://github.com/bitnami/charts/commit/4dfecc7393849ef771ecb0f863649e328c161b90)), closes [#9206](https://github.com/bitnami/charts/issues/9206) ## 12.1.7 (2022-02-23) -* [bitnami/moodle] Release 12.1.7 updating components versions ([8f7d2b7](https://github.com/bitnami/charts/commit/8f7d2b7)) +* [bitnami/moodle] Release 12.1.7 updating components versions ([8f7d2b7](https://github.com/bitnami/charts/commit/8f7d2b7dcd74488c9534670e97028656f63078ad)) ## 12.1.6 (2022-02-23) -* [bitnami/moodle] Release 12.1.6 updating components versions ([ca663ed](https://github.com/bitnami/charts/commit/ca663ed)) +* [bitnami/moodle] Release 12.1.6 updating components versions ([ca663ed](https://github.com/bitnami/charts/commit/ca663edb43cf3f9559566a176db7526d8277f911)) ## 12.1.5 (2022-02-14) -* [bitnami/moodle] Release 12.1.5 updating components versions ([b442919](https://github.com/bitnami/charts/commit/b442919)) +* [bitnami/moodle] Release 12.1.5 updating components versions ([b442919](https://github.com/bitnami/charts/commit/b4429191717f92c3225124c8451568e4bcfe4ea7)) ## 12.1.4 (2022-02-13) -* [bitnami/moodle] Release 12.1.4 updating components versions ([47caaf2](https://github.com/bitnami/charts/commit/47caaf2)) +* [bitnami/moodle] Release 12.1.4 updating components versions ([47caaf2](https://github.com/bitnami/charts/commit/47caaf270d0a4f632909e37b2ef3ef8abd05eaa7)) ## 12.1.3 (2022-02-10) -* [bitnami/moodle] Release 12.1.3 updating components versions ([3a1bd2e](https://github.com/bitnami/charts/commit/3a1bd2e)) +* [bitnami/moodle] Release 12.1.3 updating components versions ([3a1bd2e](https://github.com/bitnami/charts/commit/3a1bd2e0d44c13e031575ef9f27b7dd938b7d58d)) ## 12.1.2 (2022-02-09) -* [bitnami/moodle] Release 12.1.2 updating components versions ([72a78b1](https://github.com/bitnami/charts/commit/72a78b1)) +* [bitnami/moodle] Release 12.1.2 updating components versions ([72a78b1](https://github.com/bitnami/charts/commit/72a78b1bd11b1663f242f7ee5fa9abef3d59dd4f)) ## 12.1.1 (2022-02-09) -* [bitnami/moodle] Release 12.1.1 updating components versions ([41cd398](https://github.com/bitnami/charts/commit/41cd398)) +* [bitnami/moodle] Release 12.1.1 updating components versions ([41cd398](https://github.com/bitnami/charts/commit/41cd398dd1796e34fa70726fd9404671fbeaacf9)) ## 12.1.0 (2022-02-09) -* [bitnami/*] Fix non-utf8 characters (#8826) ([aebe0ed](https://github.com/bitnami/charts/commit/aebe0ed)), closes [#8826](https://github.com/bitnami/charts/issues/8826) -* [bitnami/moodle] add support for moodle database type (#8894) ([8ba5e72](https://github.com/bitnami/charts/commit/8ba5e72)), closes [#8894](https://github.com/bitnami/charts/issues/8894) +* [bitnami/*] Fix non-utf8 characters (#8826) ([aebe0ed](https://github.com/bitnami/charts/commit/aebe0ed63d845e1e2b38751103810adf200b18f5)), closes [#8826](https://github.com/bitnami/charts/issues/8826) +* [bitnami/moodle] add support for moodle database type (#8894) ([8ba5e72](https://github.com/bitnami/charts/commit/8ba5e722956966baced0bae84e31b06369946285)), closes [#8894](https://github.com/bitnami/charts/issues/8894) ## 12.0.3 (2022-01-26) -* [bitnami/moodle] Release 12.0.3 updating components versions ([8f30fff](https://github.com/bitnami/charts/commit/8f30fff)) +* [bitnami/moodle] Release 12.0.3 updating components versions ([8f30fff](https://github.com/bitnami/charts/commit/8f30fff352b5dc2daf63a16f8cdc2256176761ac)) ## 12.0.2 (2022-01-20) -* [bitnami/*] Update READMEs (#8716) ([b9a9533](https://github.com/bitnami/charts/commit/b9a9533)), closes [#8716](https://github.com/bitnami/charts/issues/8716) -* [bitnami/several] Change prerequisites (#8725) ([8d740c5](https://github.com/bitnami/charts/commit/8d740c5)), closes [#8725](https://github.com/bitnami/charts/issues/8725) +* [bitnami/*] Update READMEs (#8716) ([b9a9533](https://github.com/bitnami/charts/commit/b9a953337590eb2979453385874a267bacf50936)), closes [#8716](https://github.com/bitnami/charts/issues/8716) +* [bitnami/several] Change prerequisites (#8725) ([8d740c5](https://github.com/bitnami/charts/commit/8d740c566cfdb7e2d933c40128b4e919fce953a5)), closes [#8725](https://github.com/bitnami/charts/issues/8725) ## 12.0.1 (2022-01-17) -* [bitnami/*] Readme automation (#8579) ([78d1938](https://github.com/bitnami/charts/commit/78d1938)), closes [#8579](https://github.com/bitnami/charts/issues/8579) -* [bitnami/moodle] Release 12.0.1 updating components versions ([3016b0f](https://github.com/bitnami/charts/commit/3016b0f)) +* [bitnami/*] Readme automation (#8579) ([78d1938](https://github.com/bitnami/charts/commit/78d193831c900d178198491ffd08fa2217a64ecd)), closes [#8579](https://github.com/bitnami/charts/issues/8579) +* [bitnami/moodle] Release 12.0.1 updating components versions ([3016b0f](https://github.com/bitnami/charts/commit/3016b0f1e6926eec0ff63f662954b6574fa4cd2b)) ## 12.0.0 (2022-01-14) -* [bitnami/moodle] Chart standardized (#7586) ([1a355d7](https://github.com/bitnami/charts/commit/1a355d7)), closes [#7586](https://github.com/bitnami/charts/issues/7586) +* [bitnami/moodle] Chart standardized (#7586) ([1a355d7](https://github.com/bitnami/charts/commit/1a355d72a37a5bb7b080493a2e21fb3cc67720d9)), closes [#7586](https://github.com/bitnami/charts/issues/7586) ## 11.4.0 (2022-01-13) -* Add support for ingressClassName (#8644) ([3cab63e](https://github.com/bitnami/charts/commit/3cab63e)), closes [#8644](https://github.com/bitnami/charts/issues/8644) +* Add support for ingressClassName (#8644) ([3cab63e](https://github.com/bitnami/charts/commit/3cab63eb2f84809f056c8fa6bbe8a2614c5200d7)), closes [#8644](https://github.com/bitnami/charts/issues/8644) ## 11.3.1 (2022-01-11) -* [bitnami/moodle] Release 11.3.1 updating components versions ([ed26966](https://github.com/bitnami/charts/commit/ed26966)) +* [bitnami/moodle] Release 11.3.1 updating components versions ([ed26966](https://github.com/bitnami/charts/commit/ed269667ebb7082acb69c5bc417be4609dbe46a7)) ## 11.3.0 (2022-01-05) -* [bitnami/several] Adapt templating format (#8562) ([8cad18a](https://github.com/bitnami/charts/commit/8cad18a)), closes [#8562](https://github.com/bitnami/charts/issues/8562) -* [bitnami/several] Add license to the README ([05f7633](https://github.com/bitnami/charts/commit/05f7633)) -* [bitnami/several] Add license to the README ([32fb238](https://github.com/bitnami/charts/commit/32fb238)) -* [bitnami/several] Add license to the README ([b87c2f7](https://github.com/bitnami/charts/commit/b87c2f7)) +* [bitnami/several] Adapt templating format (#8562) ([8cad18a](https://github.com/bitnami/charts/commit/8cad18aed9966a6f0208e5ad6cee46cb217f47ab)), closes [#8562](https://github.com/bitnami/charts/issues/8562) +* [bitnami/several] Add license to the README ([05f7633](https://github.com/bitnami/charts/commit/05f763372501d596e57db713dd53ff4ff3027cc4)) +* [bitnami/several] Add license to the README ([32fb238](https://github.com/bitnami/charts/commit/32fb238e60a0affc6debd3142eaa3c3d9089ec2a)) +* [bitnami/several] Add license to the README ([b87c2f7](https://github.com/bitnami/charts/commit/b87c2f7899d48a8b02c506765e6ae82937e9ba3f)) ## 11.2.3 (2021-12-17) -* [bitnami/moodle] Release 11.2.3 updating components versions ([966f519](https://github.com/bitnami/charts/commit/966f519)) +* [bitnami/moodle] Release 11.2.3 updating components versions ([966f519](https://github.com/bitnami/charts/commit/966f5199ae3108711a138f4238ae41b483fa3905)) ## 11.2.2 (2021-11-29) -* [bitnami/several] Add 'community support' note to some Helm chart READMEs (#8148) ([ce6b838](https://github.com/bitnami/charts/commit/ce6b838)), closes [#8148](https://github.com/bitnami/charts/issues/8148) -* [bitnami/several] Fix deadlinks in README.md (#8215) ([99e90d2](https://github.com/bitnami/charts/commit/99e90d2)), closes [#8215](https://github.com/bitnami/charts/issues/8215) -* [bitnami/several] Regenerate README tables ([7b091c0](https://github.com/bitnami/charts/commit/7b091c0)) -* [bitnami/several] Replace HTTP by HTTPS when possible (#8259) ([eafb5bd](https://github.com/bitnami/charts/commit/eafb5bd)), closes [#8259](https://github.com/bitnami/charts/issues/8259) +* [bitnami/several] Add 'community support' note to some Helm chart READMEs (#8148) ([ce6b838](https://github.com/bitnami/charts/commit/ce6b83829ac261c04784d7818c9cfa844f403213)), closes [#8148](https://github.com/bitnami/charts/issues/8148) +* [bitnami/several] Fix deadlinks in README.md (#8215) ([99e90d2](https://github.com/bitnami/charts/commit/99e90d244b3244e059a42f72dcbecd3cda2b66bb)), closes [#8215](https://github.com/bitnami/charts/issues/8215) +* [bitnami/several] Regenerate README tables ([7b091c0](https://github.com/bitnami/charts/commit/7b091c0808ef00425c404cb97fe73c0578ccf1a3)) +* [bitnami/several] Replace HTTP by HTTPS when possible (#8259) ([eafb5bd](https://github.com/bitnami/charts/commit/eafb5bd5a2cc3aaf04fc1e8ebedd73f420d76864)), closes [#8259](https://github.com/bitnami/charts/issues/8259) ## 11.2.1 (2021-11-17) -* [bitnami/moodle] Release 11.2.1 updating components versions ([7d144ba](https://github.com/bitnami/charts/commit/7d144ba)) +* [bitnami/moodle] Release 11.2.1 updating components versions ([7d144ba](https://github.com/bitnami/charts/commit/7d144babd13524d9df5aefcbd69ea174705a708b)) ## 11.2.0 (2021-11-16) -* [bitnami/*] Add network policies - second batch (#8100) ([ec0efae](https://github.com/bitnami/charts/commit/ec0efae)), closes [#8100](https://github.com/bitnami/charts/issues/8100) -* [bitnami/several] Regenerate README tables ([94d0553](https://github.com/bitnami/charts/commit/94d0553)) +* [bitnami/*] Add network policies - second batch (#8100) ([ec0efae](https://github.com/bitnami/charts/commit/ec0efae5ec459f17d0dc3a81bd9ecc20f536f709)), closes [#8100](https://github.com/bitnami/charts/issues/8100) +* [bitnami/several] Regenerate README tables ([94d0553](https://github.com/bitnami/charts/commit/94d0553d3c1bc1b75dfeba75860f9a89af08e1c3)) ## 11.1.6 (2021-11-09) -* [bitnami/moodle] Release 11.1.6 updating components versions ([6502da7](https://github.com/bitnami/charts/commit/6502da7)) -* [bitnami/several] Regenerate README tables ([6e3fb95](https://github.com/bitnami/charts/commit/6e3fb95)) +* [bitnami/moodle] Release 11.1.6 updating components versions ([6502da7](https://github.com/bitnami/charts/commit/6502da7ec6f02d0cbcf5efcdef5297fcf8608513)) +* [bitnami/several] Regenerate README tables ([6e3fb95](https://github.com/bitnami/charts/commit/6e3fb954296a91f83fc1654d77109e5ef4fb6dc0)) ## 11.1.5 (2021-10-27) -* [bitnami/moodle] Release 11.1.5 updating components versions ([9b9f49c](https://github.com/bitnami/charts/commit/9b9f49c)) +* [bitnami/moodle] Release 11.1.5 updating components versions ([9b9f49c](https://github.com/bitnami/charts/commit/9b9f49c623bb0feb014614915199463109c1d3ad)) ## 11.1.4 (2021-10-22) -* [bitnami/several] Add chart info to NOTES.txt (#7889) ([a6751cd](https://github.com/bitnami/charts/commit/a6751cd)), closes [#7889](https://github.com/bitnami/charts/issues/7889) +* [bitnami/several] Add chart info to NOTES.txt (#7889) ([a6751cd](https://github.com/bitnami/charts/commit/a6751cdd33c461fabbc459fbea6f219ec64ab6b2)), closes [#7889](https://github.com/bitnami/charts/issues/7889) ## 11.1.3 (2021-10-19) -* [bitnami/several] Change pullPolicy for bitnami-shell image (#7852) ([9711a33](https://github.com/bitnami/charts/commit/9711a33)), closes [#7852](https://github.com/bitnami/charts/issues/7852) -* [bitnami/several] Regenerate README tables ([9bead53](https://github.com/bitnami/charts/commit/9bead53)) +* [bitnami/several] Change pullPolicy for bitnami-shell image (#7852) ([9711a33](https://github.com/bitnami/charts/commit/9711a33c6eec72ea79143c4b7574dbe6a148d6b2)), closes [#7852](https://github.com/bitnami/charts/issues/7852) +* [bitnami/several] Regenerate README tables ([9bead53](https://github.com/bitnami/charts/commit/9bead53e7ae9de9977de03b92d3b7bc49a941d4a)) ## 11.1.2 (2021-10-07) -* [bitnami/moodle] Release 11.1.2 updating components versions ([844bb5c](https://github.com/bitnami/charts/commit/844bb5c)) +* [bitnami/moodle] Release 11.1.2 updating components versions ([844bb5c](https://github.com/bitnami/charts/commit/844bb5cdbd54ed3d34d808308a9b87812c49a096)) ## 11.1.1 (2021-10-07) -* [bitnami/moodle] Release 11.1.1 updating components versions ([fc8dc69](https://github.com/bitnami/charts/commit/fc8dc69)) -* [bitnami/several] Regenerate README tables ([cdcf8c1](https://github.com/bitnami/charts/commit/cdcf8c1)) +* [bitnami/moodle] Release 11.1.1 updating components versions ([fc8dc69](https://github.com/bitnami/charts/commit/fc8dc6983cccbb328911ac4bfd870aa72948aac2)) +* [bitnami/several] Regenerate README tables ([cdcf8c1](https://github.com/bitnami/charts/commit/cdcf8c1407a9a23b93fadf513be21ca1f9c7c056)) ## 11.1.0 (2021-10-05) -* [bitnami/moodle] add optional custom storage class (#7462) ([b2b041c](https://github.com/bitnami/charts/commit/b2b041c)), closes [#7462](https://github.com/bitnami/charts/issues/7462) +* [bitnami/moodle] add optional custom storage class (#7462) ([b2b041c](https://github.com/bitnami/charts/commit/b2b041c23d77778492f97e2fd5ff751652d04da6)), closes [#7462](https://github.com/bitnami/charts/issues/7462) ## 11.0.27 (2021-10-01) -* [bitnami/*] Drop support for deprecated cert-manager annotation (#7646) ([4297b79](https://github.com/bitnami/charts/commit/4297b79)), closes [#7646](https://github.com/bitnami/charts/issues/7646) -* [bitnami/*] Generate READMEs with new generator version (#7614) ([e5ab2e6](https://github.com/bitnami/charts/commit/e5ab2e6)), closes [#7614](https://github.com/bitnami/charts/issues/7614) -* [bitnami/several] Regenerate README tables ([b294dc2](https://github.com/bitnami/charts/commit/b294dc2)) +* [bitnami/*] Drop support for deprecated cert-manager annotation (#7646) ([4297b79](https://github.com/bitnami/charts/commit/4297b792e48fba9c7c3b8fed447a856632c61201)), closes [#7646](https://github.com/bitnami/charts/issues/7646) +* [bitnami/*] Generate READMEs with new generator version (#7614) ([e5ab2e6](https://github.com/bitnami/charts/commit/e5ab2e6ecdd6bce800863f154cda524ff9f6c117)), closes [#7614](https://github.com/bitnami/charts/issues/7614) +* [bitnami/several] Regenerate README tables ([b294dc2](https://github.com/bitnami/charts/commit/b294dc21d3b108bd49cf64fd1e3ddaa8a2bc8e4a)) ## 11.0.26 (2021-09-12) -* [bitnami/moodle] Release 11.0.26 updating components versions ([2649e37](https://github.com/bitnami/charts/commit/2649e37)) -* [bitnami/several] Regenerate README tables ([da2513b](https://github.com/bitnami/charts/commit/da2513b)) +* [bitnami/moodle] Release 11.0.26 updating components versions ([2649e37](https://github.com/bitnami/charts/commit/2649e371d96fb0e16beae23994f3fb91e7b75017)) +* [bitnami/several] Regenerate README tables ([da2513b](https://github.com/bitnami/charts/commit/da2513bf0a33819f3b1151d387c631a9ffdb03e2)) ## 11.0.25 (2021-08-25) -* [bitnami/moodle] Release 11.0.25 updating components versions ([985e6a6](https://github.com/bitnami/charts/commit/985e6a6)) -* [bitnami/several] Update READMEs (#7108) ([44961d9](https://github.com/bitnami/charts/commit/44961d9)), closes [#7108](https://github.com/bitnami/charts/issues/7108) +* [bitnami/moodle] Release 11.0.25 updating components versions ([985e6a6](https://github.com/bitnami/charts/commit/985e6a668ca3ce8d48f3b05db6b11a46d4b629db)) +* [bitnami/several] Update READMEs (#7108) ([44961d9](https://github.com/bitnami/charts/commit/44961d9cdfae1b0d06808124c4b47e8adc3de146)), closes [#7108](https://github.com/bitnami/charts/issues/7108) ## 11.0.24 (2021-07-29) -* [bitnami/moodle] Release 11.0.24 updating components versions ([45d3857](https://github.com/bitnami/charts/commit/45d3857)) +* [bitnami/moodle] Release 11.0.24 updating components versions ([45d3857](https://github.com/bitnami/charts/commit/45d3857997a3b3b30817379cbc946b6dc599d710)) ## 11.0.23 (2021-07-28) -* [bitnami/several] Fix default values and regenerate README (III) (#7000) ([4d4fe83](https://github.com/bitnami/charts/commit/4d4fe83)), closes [#7000](https://github.com/bitnami/charts/issues/7000) +* [bitnami/several] Fix default values and regenerate README (III) (#7000) ([4d4fe83](https://github.com/bitnami/charts/commit/4d4fe8320775922d17c88abc6e16d146a4dabdae)), closes [#7000](https://github.com/bitnami/charts/issues/7000) ## 11.0.22 (2021-07-27) -* [bitnami/several] Bump version and update READMEs (#7069) ([6340bff](https://github.com/bitnami/charts/commit/6340bff)), closes [#7069](https://github.com/bitnami/charts/issues/7069) -* Replace strings with ™ in the README files (#7066) ([d298b49](https://github.com/bitnami/charts/commit/d298b49)), closes [#7066](https://github.com/bitnami/charts/issues/7066) +* [bitnami/several] Bump version and update READMEs (#7069) ([6340bff](https://github.com/bitnami/charts/commit/6340bff66f93c8c797bda3ca0842e4bf770059f1)), closes [#7069](https://github.com/bitnami/charts/issues/7069) +* Replace strings with ™ in the README files (#7066) ([d298b49](https://github.com/bitnami/charts/commit/d298b4996da33c9580c2594e6dc8ad665dd0ebab)), closes [#7066](https://github.com/bitnami/charts/issues/7066) ## 11.0.21 (2021-07-16) -* [bitnami/*] Adapt values.yaml of MongoDB Sharded, Moodle and MXNet charts (#6901) ([7a0b468](https://github.com/bitnami/charts/commit/7a0b468)), closes [#6901](https://github.com/bitnami/charts/issues/6901) +* [bitnami/*] Adapt values.yaml of MongoDB Sharded, Moodle and MXNet charts (#6901) ([7a0b468](https://github.com/bitnami/charts/commit/7a0b468e04a794695acc64510f1db9f850c4f866)), closes [#6901](https://github.com/bitnami/charts/issues/6901) ## 11.0.20 (2021-07-11) -* [bitnami/moodle] Release 11.0.20 updating components versions ([55d56f0](https://github.com/bitnami/charts/commit/55d56f0)) +* [bitnami/moodle] Release 11.0.20 updating components versions ([55d56f0](https://github.com/bitnami/charts/commit/55d56f062ec4af4bc2ae7d956c067db2dd9b7a9a)) ## 11.0.19 (2021-06-21) -* [bitnami/moodle] Release 11.0.19 updating components versions ([1cea8e1](https://github.com/bitnami/charts/commit/1cea8e1)) +* [bitnami/moodle] Release 11.0.19 updating components versions ([1cea8e1](https://github.com/bitnami/charts/commit/1cea8e159a3e4fe7d944dc2b0701bb795118efe1)) ## 11.0.18 (2021-06-19) -* [bitnami/moodle] Release 11.0.18 updating components versions ([fa7456b](https://github.com/bitnami/charts/commit/fa7456b)) +* [bitnami/moodle] Release 11.0.18 updating components versions ([fa7456b](https://github.com/bitnami/charts/commit/fa7456b3a342bfe96d7939717b977d1b0e68094a)) ## 11.0.17 (2021-06-18) -* [bitnami/moodle] Release 11.0.17 updating components versions ([600013c](https://github.com/bitnami/charts/commit/600013c)) +* [bitnami/moodle] Release 11.0.17 updating components versions ([600013c](https://github.com/bitnami/charts/commit/600013c40458c9f16910370ea20107f6170ceefb)) ## 11.0.16 (2021-05-31) -* [bitnami/moodle] Release 11.0.16 updating components versions ([d1c12c5](https://github.com/bitnami/charts/commit/d1c12c5)) +* [bitnami/moodle] Release 11.0.16 updating components versions ([d1c12c5](https://github.com/bitnami/charts/commit/d1c12c535e53c7a8c3cbdbf0830ace946842e071)) ## 11.0.15 (2021-05-28) -* [bitnami/moodle] Release 11.0.15 updating components versions ([c0275a3](https://github.com/bitnami/charts/commit/c0275a3)) +* [bitnami/moodle] Release 11.0.15 updating components versions ([c0275a3](https://github.com/bitnami/charts/commit/c0275a3290dc7d0b638b3383b34413e4216308c8)) ## 11.0.14 (2021-05-26) -* [bitnami/moodle] Release 11.0.14 updating components versions ([abfc6f0](https://github.com/bitnami/charts/commit/abfc6f0)) +* [bitnami/moodle] Release 11.0.14 updating components versions ([abfc6f0](https://github.com/bitnami/charts/commit/abfc6f0a8077d2763cc6fb4224c490f67fd81c54)) ## 11.0.13 (2021-05-25) -* [bitnami/moodle] Release 11.0.13 updating components versions ([ae3f4b2](https://github.com/bitnami/charts/commit/ae3f4b2)) +* [bitnami/moodle] Release 11.0.13 updating components versions ([ae3f4b2](https://github.com/bitnami/charts/commit/ae3f4b244a14dc8dd6e37050377a71daa287ca54)) ## 11.0.12 (2021-05-23) -* [bitnami/moodle] Release 11.0.12 updating components versions ([f44359f](https://github.com/bitnami/charts/commit/f44359f)) +* [bitnami/moodle] Release 11.0.12 updating components versions ([f44359f](https://github.com/bitnami/charts/commit/f44359f6dffb577e31f87885a586c8f631856c44)) ## 11.0.11 (2021-05-15) -* [bitnami/moodle] Release 11.0.11 updating components versions ([da636d9](https://github.com/bitnami/charts/commit/da636d9)) +* [bitnami/moodle] Release 11.0.11 updating components versions ([da636d9](https://github.com/bitnami/charts/commit/da636d9a9b20c0095ef56bedf714d7f66af7e580)) ## 11.0.10 (2021-05-08) -* [bitnami/moodle] Release 11.0.10 updating components versions ([570b5f3](https://github.com/bitnami/charts/commit/570b5f3)) +* [bitnami/moodle] Release 11.0.10 updating components versions ([570b5f3](https://github.com/bitnami/charts/commit/570b5f3087ceab7f6004352dfde54f37801ce95d)) ## 11.0.9 (2021-05-05) -* Update NOTES.txt (#6292) ([ee5597c](https://github.com/bitnami/charts/commit/ee5597c)), closes [#6292](https://github.com/bitnami/charts/issues/6292) +* Update NOTES.txt (#6292) ([ee5597c](https://github.com/bitnami/charts/commit/ee5597c86b1cd3587fb50feb1dbc7518195c8cab)), closes [#6292](https://github.com/bitnami/charts/issues/6292) ## 11.0.8 (2021-04-08) -* [bitnami/moodle] Release 11.0.8 updating components versions ([2ec0946](https://github.com/bitnami/charts/commit/2ec0946)) +* [bitnami/moodle] Release 11.0.8 updating components versions ([2ec0946](https://github.com/bitnami/charts/commit/2ec0946225ee26cb620c312db3db9958666a425c)) ## 11.0.7 (2021-03-26) -* [bitnami/moodle] Release 11.0.7 updating components versions ([a046483](https://github.com/bitnami/charts/commit/a046483)) +* [bitnami/moodle] Release 11.0.7 updating components versions ([a046483](https://github.com/bitnami/charts/commit/a046483cb6e684d9db8e11b9bd50ecf20fc308a4)) ## 11.0.6 (2021-03-06) -* [bitnami/moodle] Release 11.0.6 updating components versions ([d448d6f](https://github.com/bitnami/charts/commit/d448d6f)) +* [bitnami/moodle] Release 11.0.6 updating components versions ([d448d6f](https://github.com/bitnami/charts/commit/d448d6fd0b0d17f5142112ab550c349ea290d832)) ## 11.0.5 (2021-03-05) -* [bitnami/*] Adapt certificates initContainer to the new image (#5684) ([5d59d2f](https://github.com/bitnami/charts/commit/5d59d2f)), closes [#5684](https://github.com/bitnami/charts/issues/5684) +* [bitnami/*] Adapt certificates initContainer to the new image (#5684) ([5d59d2f](https://github.com/bitnami/charts/commit/5d59d2f21e0aaf95c8a5d24f13804f4062e1fc75)), closes [#5684](https://github.com/bitnami/charts/issues/5684) ## 11.0.4 (2021-03-04) -* [bitnami/*] Remove minideb mentions (#5677) ([870bc4d](https://github.com/bitnami/charts/commit/870bc4d)), closes [#5677](https://github.com/bitnami/charts/issues/5677) +* [bitnami/*] Remove minideb mentions (#5677) ([870bc4d](https://github.com/bitnami/charts/commit/870bc4dba1fc3aa55dd157da6687b25e8d352206)), closes [#5677](https://github.com/bitnami/charts/issues/5677) ## 11.0.3 (2021-02-16) -* [bitnami/*] Add notice regarding parameters immutability after chart installation (#4853) ([5f09573](https://github.com/bitnami/charts/commit/5f09573)), closes [#4853](https://github.com/bitnami/charts/issues/4853) -* [bitnami/moodle] Release 11.0.3 updating components versions ([10533f7](https://github.com/bitnami/charts/commit/10533f7)) -* [bitnami/several] Monthly trademark review (#5375) ([307a73d](https://github.com/bitnami/charts/commit/307a73d)), closes [#5375](https://github.com/bitnami/charts/issues/5375) -* Update README.md (#5423) ([e99716a](https://github.com/bitnami/charts/commit/e99716a)), closes [#5423](https://github.com/bitnami/charts/issues/5423) +* [bitnami/*] Add notice regarding parameters immutability after chart installation (#4853) ([5f09573](https://github.com/bitnami/charts/commit/5f095734f92555dec7cd0e3ee961f315eac170ff)), closes [#4853](https://github.com/bitnami/charts/issues/4853) +* [bitnami/moodle] Release 11.0.3 updating components versions ([10533f7](https://github.com/bitnami/charts/commit/10533f734bcabdde9b791b040490fd6adcf01928)) +* [bitnami/several] Monthly trademark review (#5375) ([307a73d](https://github.com/bitnami/charts/commit/307a73dcca857e4b567113113142c68b6eaf85e0)), closes [#5375](https://github.com/bitnami/charts/issues/5375) +* Update README.md (#5423) ([e99716a](https://github.com/bitnami/charts/commit/e99716a3b2dac3321edc2ff409e0404f186d9333)), closes [#5423](https://github.com/bitnami/charts/issues/5423) ## 11.0.2 (2021-01-25) -* [bitnami/*] Change helm version in the prerequisites (#5090) ([c5e67a3](https://github.com/bitnami/charts/commit/c5e67a3)), closes [#5090](https://github.com/bitnami/charts/issues/5090) -* [bitnami/*] Unify icons in Chart.yaml and add missing fields (#5206) ([0462921](https://github.com/bitnami/charts/commit/0462921)), closes [#5206](https://github.com/bitnami/charts/issues/5206) +* [bitnami/*] Change helm version in the prerequisites (#5090) ([c5e67a3](https://github.com/bitnami/charts/commit/c5e67a388743cbee28439d2cabca27884b9daf97)), closes [#5090](https://github.com/bitnami/charts/issues/5090) +* [bitnami/*] Unify icons in Chart.yaml and add missing fields (#5206) ([0462921](https://github.com/bitnami/charts/commit/0462921418ca8d54308b7466197a6d53ffae4628)), closes [#5206](https://github.com/bitnami/charts/issues/5206) ## 11.0.1 (2021-01-17) -* [bitnami/moodle] Release 11.0.1 updating components versions ([5d8027c](https://github.com/bitnami/charts/commit/5d8027c)) +* [bitnami/moodle] Release 11.0.1 updating components versions ([5d8027c](https://github.com/bitnami/charts/commit/5d8027c389e08835f08833f61575baec7e946749)) ## 11.0.0 (2021-01-14) -* [bitnami/moodle] Major change: adapt ingress (#4990) ([dd5594c](https://github.com/bitnami/charts/commit/dd5594c)), closes [#4990](https://github.com/bitnami/charts/issues/4990) +* [bitnami/moodle] Major change: adapt ingress (#4990) ([dd5594c](https://github.com/bitnami/charts/commit/dd5594c233d74c49df767b8a0123a26d9c82f20b)), closes [#4990](https://github.com/bitnami/charts/issues/4990) ## 10.1.4 (2021-01-07) -* [bitnami/moodle] Unify trademark format across charts (#4906) ([7cc4a8b](https://github.com/bitnami/charts/commit/7cc4a8b)), closes [#4906](https://github.com/bitnami/charts/issues/4906) +* [bitnami/moodle] Unify trademark format across charts (#4906) ([7cc4a8b](https://github.com/bitnami/charts/commit/7cc4a8beffeb0436aa82ae1969da081e1c8b3f4f)), closes [#4906](https://github.com/bitnami/charts/issues/4906) ## 10.1.3 (2020-12-28) -* [bitnami/*] fix typos (#4699) ([49adc63](https://github.com/bitnami/charts/commit/49adc63)), closes [#4699](https://github.com/bitnami/charts/issues/4699) -* [bitnami/moodle] Release 10.1.3 updating components versions ([2a355a9](https://github.com/bitnami/charts/commit/2a355a9)) +* [bitnami/*] fix typos (#4699) ([49adc63](https://github.com/bitnami/charts/commit/49adc63b672da976c55af2e077aa5648a357b77f)), closes [#4699](https://github.com/bitnami/charts/issues/4699) +* [bitnami/moodle] Release 10.1.3 updating components versions ([2a355a9](https://github.com/bitnami/charts/commit/2a355a964775a1cb86def66b5bac711ef3d5f43d)) ## 10.1.2 (2020-12-12) -* [bitnami/moodle] Release 10.1.2 updating components versions ([c4439b9](https://github.com/bitnami/charts/commit/c4439b9)) +* [bitnami/moodle] Release 10.1.2 updating components versions ([c4439b9](https://github.com/bitnami/charts/commit/c4439b91187889ab24367fd6fd5394abd8a56c35)) ## 10.1.1 (2020-12-11) -* [bitnami/*] Update dependencies (#4694) ([2826c12](https://github.com/bitnami/charts/commit/2826c12)), closes [#4694](https://github.com/bitnami/charts/issues/4694) +* [bitnami/*] Update dependencies (#4694) ([2826c12](https://github.com/bitnami/charts/commit/2826c125b42505f28431301e3c1bbe5366e47a01)), closes [#4694](https://github.com/bitnami/charts/issues/4694) ## 10.1.0 (2020-12-02) -* [bitnami/moodle] add MOODLE_SITE_NAME env support (#4558) ([1d6f2a3](https://github.com/bitnami/charts/commit/1d6f2a3)), closes [#4558](https://github.com/bitnami/charts/issues/4558) +* [bitnami/moodle] add MOODLE_SITE_NAME env support (#4558) ([1d6f2a3](https://github.com/bitnami/charts/commit/1d6f2a3ac50c177f35cae270876b952b471261f1)), closes [#4558](https://github.com/bitnami/charts/issues/4558) ## 10.0.1 (2020-11-24) -* [bitnami/*] Fix externaldb secret name (#4461) ([4f5fa7a](https://github.com/bitnami/charts/commit/4f5fa7a)), closes [#4461](https://github.com/bitnami/charts/issues/4461) +* [bitnami/*] Fix externaldb secret name (#4461) ([4f5fa7a](https://github.com/bitnami/charts/commit/4f5fa7a09c255c5b53d6d3e50dbfd4b5344021bd)), closes [#4461](https://github.com/bitnami/charts/issues/4461) ## 10.0.0 (2020-11-12) -* [bitnami/moodle] Major version. Adapt Chart to apiVersion: v2 (#4327) ([970ed07](https://github.com/bitnami/charts/commit/970ed07)), closes [#4327](https://github.com/bitnami/charts/issues/4327) +* [bitnami/moodle] Major version. Adapt Chart to apiVersion: v2 (#4327) ([970ed07](https://github.com/bitnami/charts/commit/970ed075874f2ac4a997f4ee88123044a942fb58)), closes [#4327](https://github.com/bitnami/charts/issues/4327) ## 9.1.2 (2020-11-07) -* [bitnami/moodle] Release 9.1.2 updating components versions ([e7d9a1c](https://github.com/bitnami/charts/commit/e7d9a1c)) +* [bitnami/moodle] Release 9.1.2 updating components versions ([e7d9a1c](https://github.com/bitnami/charts/commit/e7d9a1cadcd57fbbd64d66541789bfd6d5adb27e)) ## 9.1.1 (2020-11-07) -* [bitnami/moodle] Release 9.1.1 updating components versions ([744204b](https://github.com/bitnami/charts/commit/744204b)) +* [bitnami/moodle] Release 9.1.1 updating components versions ([744204b](https://github.com/bitnami/charts/commit/744204b8a1d375ea15ea99810738965771a90bda)) ## 9.1.0 (2020-11-06) -* [bitnami/moodle] Moodle metrics port (#4151) ([b3a2b56](https://github.com/bitnami/charts/commit/b3a2b56)), closes [#4151](https://github.com/bitnami/charts/issues/4151) +* [bitnami/moodle] Moodle metrics port (#4151) ([b3a2b56](https://github.com/bitnami/charts/commit/b3a2b5695123cb1d9f4154c5c3ddbbb92183ef1a)), closes [#4151](https://github.com/bitnami/charts/issues/4151) ## 9.0.4 (2020-11-04) -* Fix Moodle init containers (#4213) ([3ab16fc](https://github.com/bitnami/charts/commit/3ab16fc)), closes [#4213](https://github.com/bitnami/charts/issues/4213) +* Fix Moodle init containers (#4213) ([3ab16fc](https://github.com/bitnami/charts/commit/3ab16fc5f2735965f21ad6ae6bf2cb1e11a70c49)), closes [#4213](https://github.com/bitnami/charts/issues/4213) ## 9.0.3 (2020-11-03) -* [bitnami/moodle] Fix docs and examples re. externalDatabase.user (#4187) ([7f131ed](https://github.com/bitnami/charts/commit/7f131ed)), closes [#4187](https://github.com/bitnami/charts/issues/4187) +* [bitnami/moodle] Fix docs and examples re. externalDatabase.user (#4187) ([7f131ed](https://github.com/bitnami/charts/commit/7f131edd995d9090023d53c588496c7503dc0330)), closes [#4187](https://github.com/bitnami/charts/issues/4187) ## 9.0.2 (2020-11-03) -* fix reading externalDatabase.password from secret (#4190) ([2993f6d](https://github.com/bitnami/charts/commit/2993f6d)), closes [#4190](https://github.com/bitnami/charts/issues/4190) +* fix reading externalDatabase.password from secret (#4190) ([2993f6d](https://github.com/bitnami/charts/commit/2993f6d25fd3026334fc7d36bcac02f91fb75144)), closes [#4190](https://github.com/bitnami/charts/issues/4190) ## 9.0.1 (2020-10-30) -* [bitnami/*] Extra manifests should be top-level (#4161) ([b3a95b7](https://github.com/bitnami/charts/commit/b3a95b7)), closes [#4161](https://github.com/bitnami/charts/issues/4161) -* [bitnami/*] Include link to Troubleshootin guide on README.md (#4136) ([c08a20e](https://github.com/bitnami/charts/commit/c08a20e)), closes [#4136](https://github.com/bitnami/charts/issues/4136) -* [bitnami/moodle] Update moodle title (#4141) ([47514dc](https://github.com/bitnami/charts/commit/47514dc)), closes [#4141](https://github.com/bitnami/charts/issues/4141) -* Added disclaimer for Moodle TM ([58c28c4](https://github.com/bitnami/charts/commit/58c28c4)) +* [bitnami/*] Extra manifests should be top-level (#4161) ([b3a95b7](https://github.com/bitnami/charts/commit/b3a95b701b611ab51924ae5665bcc8cd5ac56898)), closes [#4161](https://github.com/bitnami/charts/issues/4161) +* [bitnami/*] Include link to Troubleshootin guide on README.md (#4136) ([c08a20e](https://github.com/bitnami/charts/commit/c08a20e3db004215383004ff023a73fcc2522e72)), closes [#4136](https://github.com/bitnami/charts/issues/4136) +* [bitnami/moodle] Update moodle title (#4141) ([47514dc](https://github.com/bitnami/charts/commit/47514dc8336815615e7145eed07fe1baa49eef48)), closes [#4141](https://github.com/bitnami/charts/issues/4141) +* Added disclaimer for Moodle TM ([58c28c4](https://github.com/bitnami/charts/commit/58c28c41419fa0e48b61602f9377fc767709e371)) ## 9.0.0 (2020-10-12) -* [bitnami/moodle] NEW MAJOR: bump mariadb dependency and add standarizations (#3936) ([4082ac0](https://github.com/bitnami/charts/commit/4082ac0)), closes [#3936](https://github.com/bitnami/charts/issues/3936) +* [bitnami/moodle] NEW MAJOR: bump mariadb dependency and add standarizations (#3936) ([4082ac0](https://github.com/bitnami/charts/commit/4082ac08c9b9a6ba829f5b53856c8acd8d9e4e4f)), closes [#3936](https://github.com/bitnami/charts/issues/3936) ## 8.1.8 (2020-10-08) -* [bitnami/moodle] Release 8.1.8 updating components versions ([4845ac9](https://github.com/bitnami/charts/commit/4845ac9)) +* [bitnami/moodle] Release 8.1.8 updating components versions ([4845ac9](https://github.com/bitnami/charts/commit/4845ac922be30ab509a8514fd1bfd09166384652)) ## 8.1.7 (2020-10-08) -* [bitnami/moodle] Fix common dependency (#3955) ([088dcbd](https://github.com/bitnami/charts/commit/088dcbd)), closes [#3955](https://github.com/bitnami/charts/issues/3955) +* [bitnami/moodle] Fix common dependency (#3955) ([088dcbd](https://github.com/bitnami/charts/commit/088dcbd3a8db51167977f2cd620584847b138192)), closes [#3955](https://github.com/bitnami/charts/issues/3955) ## 8.1.6 (2020-09-21) -* [bitnami/moodle] Release 8.1.6 updating components versions ([8d4c1be](https://github.com/bitnami/charts/commit/8d4c1be)) +* [bitnami/moodle] Release 8.1.6 updating components versions ([8d4c1be](https://github.com/bitnami/charts/commit/8d4c1beeadad5dae459f1abb3e246632e071fa8a)) ## 8.1.5 (2020-09-11) -* illegal number syntax: "-" in NOTES.txt (#3654) ([6572fc2](https://github.com/bitnami/charts/commit/6572fc2)), closes [#3654](https://github.com/bitnami/charts/issues/3654) +* illegal number syntax: "-" in NOTES.txt (#3654) ([6572fc2](https://github.com/bitnami/charts/commit/6572fc28019bc64c3459ac5b0768839333808283)), closes [#3654](https://github.com/bitnami/charts/issues/3654) ## 8.1.4 (2020-09-11) -* [bitnami/moodle] Release 8.1.4 updating components versions ([3210100](https://github.com/bitnami/charts/commit/3210100)) +* [bitnami/moodle] Release 8.1.4 updating components versions ([3210100](https://github.com/bitnami/charts/commit/32101004089a3bb7f2a211c2d651b1d6de492e7f)) ## 8.1.3 (2020-09-09) -* [bitnami/moodle] Release 8.1.3 updating components versions ([5bcd19f](https://github.com/bitnami/charts/commit/5bcd19f)) +* [bitnami/moodle] Release 8.1.3 updating components versions ([5bcd19f](https://github.com/bitnami/charts/commit/5bcd19f35d06e3dba14ab60ccaec7619e1b656e2)) ## 8.1.2 (2020-09-07) -* [bitnami/metrics-server] Add source repo (#3577) ([1ed12f9](https://github.com/bitnami/charts/commit/1ed12f9)), closes [#3577](https://github.com/bitnami/charts/issues/3577) -* [bitnami/moodle] Fix issue when rendering ingress.hosts[] (#3618) ([9353a76](https://github.com/bitnami/charts/commit/9353a76)), closes [#3618](https://github.com/bitnami/charts/issues/3618) +* [bitnami/metrics-server] Add source repo (#3577) ([1ed12f9](https://github.com/bitnami/charts/commit/1ed12f96af75322b46afdb2b3d9907c11b13f765)), closes [#3577](https://github.com/bitnami/charts/issues/3577) +* [bitnami/moodle] Fix issue when rendering ingress.hosts[] (#3618) ([9353a76](https://github.com/bitnami/charts/commit/9353a76a4ddda6bf1da78328496fb649c951e80d)), closes [#3618](https://github.com/bitnami/charts/issues/3618) ## 8.1.1 (2020-08-24) -* [bitnami/moodle] Use correct port in apache exporter (#3495) ([18d093b](https://github.com/bitnami/charts/commit/18d093b)), closes [#3495](https://github.com/bitnami/charts/issues/3495) +* [bitnami/moodle] Use correct port in apache exporter (#3495) ([18d093b](https://github.com/bitnami/charts/commit/18d093b00dc03637473596371cbb208eb769d923)), closes [#3495](https://github.com/bitnami/charts/issues/3495) ## 8.1.0 (2020-08-13) -* [bitnami/*] Use common helps for upgrade password errors (#3335) ([079f5bd](https://github.com/bitnami/charts/commit/079f5bd)), closes [#3335](https://github.com/bitnami/charts/issues/3335) +* [bitnami/*] Use common helps for upgrade password errors (#3335) ([079f5bd](https://github.com/bitnami/charts/commit/079f5bd6ec59bb058216d6a931449b895517c789)), closes [#3335](https://github.com/bitnami/charts/issues/3335) ## 8.0.4 (2020-08-06) -* [bitnami/moodle] Release 8.0.4 updating components versions ([1bbae84](https://github.com/bitnami/charts/commit/1bbae84)) +* [bitnami/moodle] Release 8.0.4 updating components versions ([1bbae84](https://github.com/bitnami/charts/commit/1bbae8444c4e0f9f1d356a663811d5334edd7398)) ## 8.0.3 (2020-08-04) -* [bitnami/moodle] Release 8.0.3 updating components versions ([0a61cc6](https://github.com/bitnami/charts/commit/0a61cc6)) +* [bitnami/moodle] Release 8.0.3 updating components versions ([0a61cc6](https://github.com/bitnami/charts/commit/0a61cc621af17bebd53a1bdfb8d08612cc2860d8)) ## 8.0.2 (2020-08-01) -* [bitnami/*] Fix TL;DR typo in READMEs (#3280) ([3d7ab40](https://github.com/bitnami/charts/commit/3d7ab40)), closes [#3280](https://github.com/bitnami/charts/issues/3280) -* [bitnami/moodle] Release 8.0.2 updating components versions ([489be73](https://github.com/bitnami/charts/commit/489be73)) +* [bitnami/*] Fix TL;DR typo in READMEs (#3280) ([3d7ab40](https://github.com/bitnami/charts/commit/3d7ab406fecd64f1af25f53e7d27f03ec95b29a4)), closes [#3280](https://github.com/bitnami/charts/issues/3280) +* [bitnami/moodle] Release 8.0.2 updating components versions ([489be73](https://github.com/bitnami/charts/commit/489be7389eea7724d2f6116d232108678f1980ee)) ## 8.0.1 (2020-07-12) -* [bitnami/all] Add categories (#3075) ([63bde06](https://github.com/bitnami/charts/commit/63bde06)), closes [#3075](https://github.com/bitnami/charts/issues/3075) -* [bitnami/moodle] Release 8.0.1 updating components versions ([abdd2fe](https://github.com/bitnami/charts/commit/abdd2fe)) +* [bitnami/all] Add categories (#3075) ([63bde06](https://github.com/bitnami/charts/commit/63bde066b87a140fab52264d0522401ab3d63509)), closes [#3075](https://github.com/bitnami/charts/issues/3075) +* [bitnami/moodle] Release 8.0.1 updating components versions ([abdd2fe](https://github.com/bitnami/charts/commit/abdd2fedb38e768b7c272fa55029f46b0be0ea21)) ## 8.0.0 (2020-07-09) -* [bitnami/moodle] Add support for non-root approach (#3004) ([9415914](https://github.com/bitnami/charts/commit/9415914)), closes [#3004](https://github.com/bitnami/charts/issues/3004) +* [bitnami/moodle] Add support for non-root approach (#3004) ([9415914](https://github.com/bitnami/charts/commit/9415914c6240a0da7b76ee4de298b3489343cf2f)), closes [#3004](https://github.com/bitnami/charts/issues/3004) ## 7.2.17 (2020-07-01) -* [bitnami/moodle] Release 7.2.17 updating components versions ([6e6b851](https://github.com/bitnami/charts/commit/6e6b851)) +* [bitnami/moodle] Release 7.2.17 updating components versions ([6e6b851](https://github.com/bitnami/charts/commit/6e6b851e4ab568b0c54cc7d059df8a8476ff8e37)) ## 7.2.16 (2020-06-22) -* [bitnami/moodle] Release 7.2.16 updating components versions ([66583f1](https://github.com/bitnami/charts/commit/66583f1)) +* [bitnami/moodle] Release 7.2.16 updating components versions ([66583f1](https://github.com/bitnami/charts/commit/66583f1717522366c3fb68fb862b06c12473cda4)) ## 7.2.15 (2020-06-11) -* [bitnami/moodle] Release 7.2.15 updating components versions ([8bb25b5](https://github.com/bitnami/charts/commit/8bb25b5)) -* Add support for helm lint and helm install in PRs via GH Actions (#2721) ([5ed97f0](https://github.com/bitnami/charts/commit/5ed97f0)), closes [#2721](https://github.com/bitnami/charts/issues/2721) -* update bitnami/common to be compatible with helm v2.12+ (#2615) ([c7751eb](https://github.com/bitnami/charts/commit/c7751eb)), closes [#2615](https://github.com/bitnami/charts/issues/2615) +* [bitnami/moodle] Release 7.2.15 updating components versions ([8bb25b5](https://github.com/bitnami/charts/commit/8bb25b51b7eae3a8632d21c47421ecf954c9d4a2)) +* Add support for helm lint and helm install in PRs via GH Actions (#2721) ([5ed97f0](https://github.com/bitnami/charts/commit/5ed97f0c1ab49e7c7c3af81b888f41f50a7cfbab)), closes [#2721](https://github.com/bitnami/charts/issues/2721) +* update bitnami/common to be compatible with helm v2.12+ (#2615) ([c7751eb](https://github.com/bitnami/charts/commit/c7751eb5764e468e1854b58a1b8491d2b13e0a4a)), closes [#2615](https://github.com/bitnami/charts/issues/2615) ## 7.2.14 (2020-05-12) -* [bitnami/moodle] Release 7.2.14 updating components versions ([3cd30d8](https://github.com/bitnami/charts/commit/3cd30d8)) +* [bitnami/moodle] Release 7.2.14 updating components versions ([3cd30d8](https://github.com/bitnami/charts/commit/3cd30d88acef9dcfc4384057804c6d9badf660e5)) ## 7.2.13 (2020-04-22) -* [bitnami/moodle] Release 7.2.13 updating components versions ([2cd85ef](https://github.com/bitnami/charts/commit/2cd85ef)) +* [bitnami/moodle] Release 7.2.13 updating components versions ([2cd85ef](https://github.com/bitnami/charts/commit/2cd85efe4b96323f5f6c2e1dd993628f16b6aaa2)) ## 7.2.12 (2020-04-22) -* [bitnami/moodle] Release 7.2.12 updating components versions ([649bba3](https://github.com/bitnami/charts/commit/649bba3)) +* [bitnami/moodle] Release 7.2.12 updating components versions ([649bba3](https://github.com/bitnami/charts/commit/649bba35fd39612da9dcf4eba3537056c37c6915)) ## 7.2.11 (2020-04-16) -* [bitnami/moodle] Release 7.2.11 updating components versions ([7567e8a](https://github.com/bitnami/charts/commit/7567e8a)) +* [bitnami/moodle] Release 7.2.11 updating components versions ([7567e8a](https://github.com/bitnami/charts/commit/7567e8afb61f38896f289436058a797d98a91ccb)) ## 7.2.10 (2020-04-13) -* [bitnami/chart] Change in the command of apache-exporter (#2289) ([de3806f](https://github.com/bitnami/charts/commit/de3806f)), closes [#2289](https://github.com/bitnami/charts/issues/2289) +* [bitnami/chart] Change in the command of apache-exporter (#2289) ([de3806f](https://github.com/bitnami/charts/commit/de3806f6bd73d88e96170b7bb31ac14eaba70ad0)), closes [#2289](https://github.com/bitnami/charts/issues/2289) ## 7.2.9 (2020-03-26) -* [bitnami/moodle] Release 7.2.9 updating components versions ([2de94c1](https://github.com/bitnami/charts/commit/2de94c1)) +* [bitnami/moodle] Release 7.2.9 updating components versions ([2de94c1](https://github.com/bitnami/charts/commit/2de94c1d15bb264052f6710fe0feedf8358d24a8)) ## 7.2.8 (2020-03-12) -* [bitnami/moodle] Release 7.2.8 updating components versions ([e69bf0f](https://github.com/bitnami/charts/commit/e69bf0f)) +* [bitnami/moodle] Release 7.2.8 updating components versions ([e69bf0f](https://github.com/bitnami/charts/commit/e69bf0fe1000a0d79da9eb2ac943774e2d738b5d)) ## 7.2.7 (2020-03-11) -* Move charts from upstreamed folder to bitnami (#2032) ([a0e44f7](https://github.com/bitnami/charts/commit/a0e44f7)), closes [#2032](https://github.com/bitnami/charts/issues/2032) +* Move charts from upstreamed folder to bitnami (#2032) ([a0e44f7](https://github.com/bitnami/charts/commit/a0e44f7d6a10b8b5643186130ea420887cb72c7c)), closes [#2032](https://github.com/bitnami/charts/issues/2032) diff --git a/bitnami/moodle/Chart.yaml b/bitnami/moodle/Chart.yaml index 2cade690399ddd..bd23238bf923d9 100644 --- a/bitnami/moodle/Chart.yaml +++ b/bitnami/moodle/Chart.yaml @@ -36,4 +36,4 @@ maintainers: name: moodle sources: - https://github.com/bitnami/charts/tree/main/bitnami/moodle -version: 22.1.0 +version: 22.2.0 diff --git a/bitnami/moodle/README.md b/bitnami/moodle/README.md index 9ed1407fec3794..296b59fd61a7fb 100644 --- a/bitnami/moodle/README.md +++ b/bitnami/moodle/README.md @@ -169,6 +169,9 @@ You may want to review the [PV reclaim policy](https://kubernetes.io/docs/tasks/ | `extraVolumes` | Array of extra volumes to be added to the deployment (evaluated as template). Requires setting `extraVolumeMounts` | `[]` | | `extraVolumeMounts` | Array of extra volume mounts to be added to the container (evaluated as template). Normally used with `extraVolumes`. | `[]` | | `initContainers` | Extra init containers to add to the deployment | `[]` | +| `pdb.create` | Enable/disable a Pod Disruption Budget creation | `true` | +| `pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `""` | +| `pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `pdb.minAvailable` and `pdb.maxUnavailable` are empty. | `""` | | `sidecars` | Extra sidecar containers to add to the deployment | `[]` | | `automountServiceAccountToken` | Mount Service Account token in pod | `false` | | `hostAliases` | Moodle™ pods host aliases | `[]` | diff --git a/bitnami/moodle/templates/pdb.yaml b/bitnami/moodle/templates/pdb.yaml new file mode 100644 index 00000000000000..e97c5a13023982 --- /dev/null +++ b/bitnami/moodle/templates/pdb.yaml @@ -0,0 +1,26 @@ +{{- /* +Copyright Broadcom, Inc. All Rights Reserved. +SPDX-License-Identifier: APACHE-2.0 +*/}} + +{{- if .Values.pdb.create }} +apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} +kind: PodDisruptionBudget +metadata: + name: {{ include "common.names.fullname" . }} + namespace: {{ .Release.Namespace | quote }} + labels: {{- include "common.labels.standard" ( dict "customLabels" .Values.commonLabels "context" $ ) | nindent 4 }} + {{- if .Values.commonAnnotations }} + annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }} + {{- end }} +spec: + {{- if .Values.pdb.minAvailable }} + minAvailable: {{ .Values.pdb.minAvailable }} + {{- end }} + {{- if or .Values.pdb.maxUnavailable ( not .Values.pdb.minAvailable ) }} + maxUnavailable: {{ .Values.pdb.maxUnavailable | default 1 }} + {{- end }} + {{- $podLabels := include "common.tplvalues.merge" ( dict "values" ( list .Values.podLabels .Values.commonLabels ) "context" . ) }} + selector: + matchLabels: {{- include "common.labels.matchLabels" ( dict "customLabels" $podLabels "context" $ ) | nindent 6 }} +{{- end }} diff --git a/bitnami/moodle/values.yaml b/bitnami/moodle/values.yaml index ed18076fe9c755..5d18a68891ddc8 100644 --- a/bitnami/moodle/values.yaml +++ b/bitnami/moodle/values.yaml @@ -167,6 +167,16 @@ extraVolumeMounts: [] ## @param initContainers Extra init containers to add to the deployment ## initContainers: [] +## Pod Disruption Budget configuration +## ref: https://kubernetes.io/docs/tasks/run-application/configure-pdb +## @param pdb.create Enable/disable a Pod Disruption Budget creation +## @param pdb.minAvailable Minimum number/percentage of pods that should remain scheduled +## @param pdb.maxUnavailable Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `pdb.minAvailable` and `pdb.maxUnavailable` are empty. +## +pdb: + create: true + minAvailable: "" + maxUnavailable: "" ## @param sidecars Extra sidecar containers to add to the deployment ## sidecars: [] From 3bf85160388c9d177c0b2fa002f36752debb826d Mon Sep 17 00:00:00 2001 From: Fran Mulero Date: Wed, 29 May 2024 11:14:51 +0200 Subject: [PATCH 076/110] [bitnami/opencart] Enable PodDisruptionBudgets (#26515) * [bitnami/opencart] Enable PodDisruptionBudgets Signed-off-by: Fran Mulero * Update CHANGELOG.md Signed-off-by: Bitnami Containers --------- Signed-off-by: Fran Mulero Signed-off-by: Bitnami Containers Co-authored-by: Bitnami Containers --- bitnami/opencart/CHANGELOG.md | 487 ++++++++++++++-------------- bitnami/opencart/Chart.yaml | 2 +- bitnami/opencart/README.md | 3 + bitnami/opencart/templates/pdb.yaml | 26 ++ bitnami/opencart/values.yaml | 10 + 5 files changed, 286 insertions(+), 242 deletions(-) create mode 100644 bitnami/opencart/templates/pdb.yaml diff --git a/bitnami/opencart/CHANGELOG.md b/bitnami/opencart/CHANGELOG.md index bfa1356acdcc3f..798ed809bff079 100644 --- a/bitnami/opencart/CHANGELOG.md +++ b/bitnami/opencart/CHANGELOG.md @@ -1,764 +1,769 @@ # Changelog +## 18.2.0 (2024-05-28) + +* [bitnami/opencart] Enable PodDisruptionBudgets ([#26515](https://github.com/bitnami/charts/pull/26515)) + ## 18.1.0 (2024-05-21) -* [bitnami/opencart] feat: :sparkles: :lock: Add warning when original images are replaced ([#26258](https://github.com/bitnami/charts/pulls/26258)) +* [bitnami/*] ci: :construction_worker: Add tag and changelog support (#25359) ([91c707c](https://github.com/bitnami/charts/commit/91c707c9e4e574725a09505d2d313fb93f1b4c0a)), closes [#25359](https://github.com/bitnami/charts/issues/25359) +* [bitnami/opencart] feat: :sparkles: :lock: Add warning when original images are replaced (#26258) ([79eff39](https://github.com/bitnami/charts/commit/79eff39125583bbb368caa3186a7b2ecba827fd6)), closes [#26258](https://github.com/bitnami/charts/issues/26258) ## 18.0.5 (2024-05-20) -* [bitnami/opencart] Use different liveness/readiness probes (#25973) ([3c638a2](https://github.com/bitnami/charts/commit/3c638a2)), closes [#25973](https://github.com/bitnami/charts/issues/25973) +* [bitnami/opencart] Use different liveness/readiness probes (#25973) ([3c638a2](https://github.com/bitnami/charts/commit/3c638a2113ce7bc56182da7a04b87308006d60c1)), closes [#25973](https://github.com/bitnami/charts/issues/25973) ## 18.0.4 (2024-05-18) -* [bitnami/opencart] Release 18.0.4 updating components versions (#26059) ([e2eabab](https://github.com/bitnami/charts/commit/e2eabab)), closes [#26059](https://github.com/bitnami/charts/issues/26059) +* [bitnami/opencart] Release 18.0.4 updating components versions (#26059) ([e2eabab](https://github.com/bitnami/charts/commit/e2eabab74a159dcda4be31cac3e10d9a36e3fd63)), closes [#26059](https://github.com/bitnami/charts/issues/26059) ## 18.0.3 (2024-05-14) -* [bitnami/*] Change non-root and rolling-tags doc URLs (#25628) ([b067c94](https://github.com/bitnami/charts/commit/b067c94)), closes [#25628](https://github.com/bitnami/charts/issues/25628) -* [bitnami/*] Set new header/owner (#25558) ([8d1dc11](https://github.com/bitnami/charts/commit/8d1dc11)), closes [#25558](https://github.com/bitnami/charts/issues/25558) -* [bitnami/multiple charts] Fix typo: "NetworkPolice" vs "NetworkPolicy" (#25348) ([6970c1b](https://github.com/bitnami/charts/commit/6970c1b)), closes [#25348](https://github.com/bitnami/charts/issues/25348) -* [bitnami/opencart] Release 18.0.3 updating components versions (#25805) ([852b6fe](https://github.com/bitnami/charts/commit/852b6fe)), closes [#25805](https://github.com/bitnami/charts/issues/25805) -* Replace VMware by Broadcom copyright text (#25306) ([a5e4bd0](https://github.com/bitnami/charts/commit/a5e4bd0)), closes [#25306](https://github.com/bitnami/charts/issues/25306) +* [bitnami/*] Change non-root and rolling-tags doc URLs (#25628) ([b067c94](https://github.com/bitnami/charts/commit/b067c94f6bcde427863c197fd355f0b5ba12ff5b)), closes [#25628](https://github.com/bitnami/charts/issues/25628) +* [bitnami/*] Set new header/owner (#25558) ([8d1dc11](https://github.com/bitnami/charts/commit/8d1dc11f5fb30db6fba50c43d7af59d2f79deed3)), closes [#25558](https://github.com/bitnami/charts/issues/25558) +* [bitnami/multiple charts] Fix typo: "NetworkPolice" vs "NetworkPolicy" (#25348) ([6970c1b](https://github.com/bitnami/charts/commit/6970c1ba245873506e73d459c6eac1e4919b778f)), closes [#25348](https://github.com/bitnami/charts/issues/25348) +* [bitnami/opencart] Release 18.0.3 updating components versions (#25805) ([852b6fe](https://github.com/bitnami/charts/commit/852b6fe3901ec034f1303e36ed3c50636602d4e2)), closes [#25805](https://github.com/bitnami/charts/issues/25805) +* Replace VMware by Broadcom copyright text (#25306) ([a5e4bd0](https://github.com/bitnami/charts/commit/a5e4bd0e35e419203793976a78d9d0a13de92c76)), closes [#25306](https://github.com/bitnami/charts/issues/25306) ## 18.0.2 (2024-04-24) -* [bitnami/opencart] Release 18.0.2 updating components versions (#25371) ([c89a01e](https://github.com/bitnami/charts/commit/c89a01e)), closes [#25371](https://github.com/bitnami/charts/issues/25371) +* [bitnami/opencart] Release 18.0.2 updating components versions (#25371) ([c89a01e](https://github.com/bitnami/charts/commit/c89a01e3cbfb499545cf3f2cca989e4c71b164f8)), closes [#25371](https://github.com/bitnami/charts/issues/25371) ## 18.0.1 (2024-04-08) -* [bitnami/*] Readme typos (#24852) ([532fcdc](https://github.com/bitnami/charts/commit/532fcdc)), closes [#24852](https://github.com/bitnami/charts/issues/24852) -* [bitnami/opencart] Release 18.0.1 updating components versions (#25050) ([4b26e83](https://github.com/bitnami/charts/commit/4b26e83)), closes [#25050](https://github.com/bitnami/charts/issues/25050) +* [bitnami/*] Readme typos (#24852) ([532fcdc](https://github.com/bitnami/charts/commit/532fcdc499cb67eccf0ade49ff1c02d3deb1d696)), closes [#24852](https://github.com/bitnami/charts/issues/24852) +* [bitnami/opencart] Release 18.0.1 updating components versions (#25050) ([4b26e83](https://github.com/bitnami/charts/commit/4b26e83a5e928039c0975b64a8b9b4f0049a4783)), closes [#25050](https://github.com/bitnami/charts/issues/25050) ## 18.0.0 (2024-04-03) -* [bitnami/opencart] feat!: :lock: :boom: Improve security defaults (#24773) ([e9496ea](https://github.com/bitnami/charts/commit/e9496ea)), closes [#24773](https://github.com/bitnami/charts/issues/24773) -* Update resourcesPreset comments (#24467) ([92e3e8a](https://github.com/bitnami/charts/commit/92e3e8a)), closes [#24467](https://github.com/bitnami/charts/issues/24467) +* [bitnami/opencart] feat!: :lock: :boom: Improve security defaults (#24773) ([e9496ea](https://github.com/bitnami/charts/commit/e9496ea81486f5ba57ba94cef1b056b31d66c0d8)), closes [#24773](https://github.com/bitnami/charts/issues/24773) +* Update resourcesPreset comments (#24467) ([92e3e8a](https://github.com/bitnami/charts/commit/92e3e8a507326d2a20a8f10ab3e7746a2ec5c554)), closes [#24467](https://github.com/bitnami/charts/issues/24467) ## 17.5.2 (2024-04-02) -* [bitnami/*] Reorder Chart sections (#24455) ([0cf4048](https://github.com/bitnami/charts/commit/0cf4048)), closes [#24455](https://github.com/bitnami/charts/issues/24455) -* [bitnami/opencart] Release 17.5.2 updating components versions (#24796) ([d08efba](https://github.com/bitnami/charts/commit/d08efba)), closes [#24796](https://github.com/bitnami/charts/issues/24796) +* [bitnami/*] Reorder Chart sections (#24455) ([0cf4048](https://github.com/bitnami/charts/commit/0cf4048e8743f70a9753d460655bd030cbff6824)), closes [#24455](https://github.com/bitnami/charts/issues/24455) +* [bitnami/opencart] Release 17.5.2 updating components versions (#24796) ([d08efba](https://github.com/bitnami/charts/commit/d08efba2d089f1717c252de06d13291c6a94d442)), closes [#24796](https://github.com/bitnami/charts/issues/24796) ## 17.5.1 (2024-03-08) -* [bitnami/opencart] Release 17.5.1 updating components versions (#24307) ([8883b7a](https://github.com/bitnami/charts/commit/8883b7a)), closes [#24307](https://github.com/bitnami/charts/issues/24307) +* [bitnami/opencart] Release 17.5.1 updating components versions (#24307) ([8883b7a](https://github.com/bitnami/charts/commit/8883b7aea6d7987d10627a908268d6ce1698ec9f)), closes [#24307](https://github.com/bitnami/charts/issues/24307) ## 17.5.0 (2024-03-06) -* [bitnami/opencart] feat: :sparkles: :lock: Add automatic adaptation for Openshift restricted-v2 SCC ([43a6776](https://github.com/bitnami/charts/commit/43a6776)), closes [#24135](https://github.com/bitnami/charts/issues/24135) +* [bitnami/opencart] feat: :sparkles: :lock: Add automatic adaptation for Openshift restricted-v2 SCC ([43a6776](https://github.com/bitnami/charts/commit/43a6776ec29ebac055cd7e539d5f2f99864d1417)), closes [#24135](https://github.com/bitnami/charts/issues/24135) ## 17.4.3 (2024-02-23) -* [bitnami/opencart] Release 17.4.3 updating components versions (#23873) ([bd3b93e](https://github.com/bitnami/charts/commit/bd3b93e)), closes [#23873](https://github.com/bitnami/charts/issues/23873) +* [bitnami/opencart] Release 17.4.3 updating components versions (#23873) ([bd3b93e](https://github.com/bitnami/charts/commit/bd3b93e15277852ddc70bcb0158543bba699bd34)), closes [#23873](https://github.com/bitnami/charts/issues/23873) ## 17.4.2 (2024-02-22) -* [bitnami/opencart] Release 17.4.2 updating components versions (#23856) ([aedcb6c](https://github.com/bitnami/charts/commit/aedcb6c)), closes [#23856](https://github.com/bitnami/charts/issues/23856) +* [bitnami/opencart] Release 17.4.2 updating components versions (#23856) ([aedcb6c](https://github.com/bitnami/charts/commit/aedcb6cfe691d41756b61dc2b469162478256412)), closes [#23856](https://github.com/bitnami/charts/issues/23856) ## 17.4.1 (2024-02-22) -* [bitnami/opencart] Release 17.4.1 updating components versions (#23850) ([fc66acb](https://github.com/bitnami/charts/commit/fc66acb)), closes [#23850](https://github.com/bitnami/charts/issues/23850) +* [bitnami/opencart] Release 17.4.1 updating components versions (#23850) ([fc66acb](https://github.com/bitnami/charts/commit/fc66acb0490d355c3529613e73567037c1df80fa)), closes [#23850](https://github.com/bitnami/charts/issues/23850) ## 17.4.0 (2024-02-22) -* [bitnami/opencart] feat: :sparkles: :lock: Add resource preset support (#23502) ([8d4b0c9](https://github.com/bitnami/charts/commit/8d4b0c9)), closes [#23502](https://github.com/bitnami/charts/issues/23502) +* [bitnami/opencart] feat: :sparkles: :lock: Add resource preset support (#23502) ([8d4b0c9](https://github.com/bitnami/charts/commit/8d4b0c971601bb5b515665ff98ff999c1580bafe)), closes [#23502](https://github.com/bitnami/charts/issues/23502) ## 17.3.1 (2024-02-22) -* [bitnami/opencart] Release 17.3.1 (#23677) ([25686ee](https://github.com/bitnami/charts/commit/25686ee)), closes [#23677](https://github.com/bitnami/charts/issues/23677) +* [bitnami/opencart] Release 17.3.1 (#23677) ([25686ee](https://github.com/bitnami/charts/commit/25686ee5426281f78ede9a91d5d99227a62fb06b)), closes [#23677](https://github.com/bitnami/charts/issues/23677) ## 17.3.0 (2024-02-20) -* [bitnami/*] Bump all versions (#23602) ([b70ee2a](https://github.com/bitnami/charts/commit/b70ee2a)), closes [#23602](https://github.com/bitnami/charts/issues/23602) +* [bitnami/*] Bump all versions (#23602) ([b70ee2a](https://github.com/bitnami/charts/commit/b70ee2a30e4dc256bf0ac52928fb2fa7a70f049b)), closes [#23602](https://github.com/bitnami/charts/issues/23602) ## 17.2.3 (2024-02-03) -* [bitnami/opencart] Release 17.2.3 updating components versions (#23121) ([529fa78](https://github.com/bitnami/charts/commit/529fa78)), closes [#23121](https://github.com/bitnami/charts/issues/23121) +* [bitnami/opencart] Release 17.2.3 updating components versions (#23121) ([529fa78](https://github.com/bitnami/charts/commit/529fa78a3efd9e83b235313a8010bdfcbf781463)), closes [#23121](https://github.com/bitnami/charts/issues/23121) ## 17.2.2 (2024-01-31) -* [bitnami/*] Move documentation sections from docs.bitnami.com back to the README (#22203) ([7564f36](https://github.com/bitnami/charts/commit/7564f36)), closes [#22203](https://github.com/bitnami/charts/issues/22203) -* [bitnami/opencart] Release 17.2.2 updating components versions (#22949) ([01f40bc](https://github.com/bitnami/charts/commit/01f40bc)), closes [#22949](https://github.com/bitnami/charts/issues/22949) +* [bitnami/*] Move documentation sections from docs.bitnami.com back to the README (#22203) ([7564f36](https://github.com/bitnami/charts/commit/7564f36ca1e95ff30ee686652b7ab8690561a707)), closes [#22203](https://github.com/bitnami/charts/issues/22203) +* [bitnami/opencart] Release 17.2.2 updating components versions (#22949) ([01f40bc](https://github.com/bitnami/charts/commit/01f40bc1c4b671f163d6a93f3ca5648d75bd372a)), closes [#22949](https://github.com/bitnami/charts/issues/22949) ## 17.2.1 (2024-01-24) -* [bitnami/opencart] fix: :bug: Set seLinuxOptions to null for Openshift compatibility (#22639) ([60c60c0](https://github.com/bitnami/charts/commit/60c60c0)), closes [#22639](https://github.com/bitnami/charts/issues/22639) +* [bitnami/opencart] fix: :bug: Set seLinuxOptions to null for Openshift compatibility (#22639) ([60c60c0](https://github.com/bitnami/charts/commit/60c60c01a42c3239c6e925cc9ea65776764511af)), closes [#22639](https://github.com/bitnami/charts/issues/22639) ## 17.2.0 (2024-01-22) -* [bitnami/opencart] fix: :lock: Move service-account token auto-mount to pod declaration (#22495) ([a4749ba](https://github.com/bitnami/charts/commit/a4749ba)), closes [#22495](https://github.com/bitnami/charts/issues/22495) +* [bitnami/opencart] fix: :lock: Move service-account token auto-mount to pod declaration (#22495) ([a4749ba](https://github.com/bitnami/charts/commit/a4749ba43f2ed23cd8ccaf46240c50a7ce5903c0)), closes [#22495](https://github.com/bitnami/charts/issues/22495) ## 17.1.1 (2024-01-18) -* [bitnami/opencart] Release 17.1.1 updating components versions (#22322) ([d2c2ca2](https://github.com/bitnami/charts/commit/d2c2ca2)), closes [#22322](https://github.com/bitnami/charts/issues/22322) +* [bitnami/opencart] Release 17.1.1 updating components versions (#22322) ([d2c2ca2](https://github.com/bitnami/charts/commit/d2c2ca201bca0ec9e2c0dfc9b6f1cf5b3b9cf01e)), closes [#22322](https://github.com/bitnami/charts/issues/22322) ## 17.1.0 (2024-01-16) -* [bitnami/*] Fix docs.bitnami.com broken links (#21901) ([f35506d](https://github.com/bitnami/charts/commit/f35506d)), closes [#21901](https://github.com/bitnami/charts/issues/21901) -* [bitnami/*] Fix ref links (in comments) (#21822) ([e4fa296](https://github.com/bitnami/charts/commit/e4fa296)), closes [#21822](https://github.com/bitnami/charts/issues/21822) -* [bitnami/*] Update copyright: Year and company (#21815) ([6c4bf75](https://github.com/bitnami/charts/commit/6c4bf75)), closes [#21815](https://github.com/bitnami/charts/issues/21815) -* [bitnami/opencart] fix: :lock: Improve podSecurityContext and containerSecurityContext with essentia ([a5c4cb3](https://github.com/bitnami/charts/commit/a5c4cb3)), closes [#22170](https://github.com/bitnami/charts/issues/22170) +* [bitnami/*] Fix docs.bitnami.com broken links (#21901) ([f35506d](https://github.com/bitnami/charts/commit/f35506d2dadee4f097986e7792df1f53ab215b5d)), closes [#21901](https://github.com/bitnami/charts/issues/21901) +* [bitnami/*] Fix ref links (in comments) (#21822) ([e4fa296](https://github.com/bitnami/charts/commit/e4fa296106b225cf8c82445727c675c7c725e380)), closes [#21822](https://github.com/bitnami/charts/issues/21822) +* [bitnami/*] Update copyright: Year and company (#21815) ([6c4bf75](https://github.com/bitnami/charts/commit/6c4bf75dec58fc7c9aee9f089777b1a858c17d5b)), closes [#21815](https://github.com/bitnami/charts/issues/21815) +* [bitnami/opencart] fix: :lock: Improve podSecurityContext and containerSecurityContext with essentia ([a5c4cb3](https://github.com/bitnami/charts/commit/a5c4cb32c52ad4ba5d3f0a0ce6328e8048c1005b)), closes [#22170](https://github.com/bitnami/charts/issues/22170) ## 17.0.0 (2023-12-20) -* [bitnami/opencart] Upgrade MariaDB 11.2 (#21691) ([e008988](https://github.com/bitnami/charts/commit/e008988)), closes [#21691](https://github.com/bitnami/charts/issues/21691) +* [bitnami/opencart] Upgrade MariaDB 11.2 (#21691) ([e008988](https://github.com/bitnami/charts/commit/e008988fc0fac96bbbbc88b992d4c3638f3efcf3)), closes [#21691](https://github.com/bitnami/charts/issues/21691) ## 16.1.3 (2023-12-20) -* [bitnami/opencart] Release 16.1.3 updating components versions (#21675) ([9b71030](https://github.com/bitnami/charts/commit/9b71030)), closes [#21675](https://github.com/bitnami/charts/issues/21675) +* [bitnami/opencart] Release 16.1.3 updating components versions (#21675) ([9b71030](https://github.com/bitnami/charts/commit/9b71030a08bf35518ebd53f00902079ba7f1ec62)), closes [#21675](https://github.com/bitnami/charts/issues/21675) ## 16.1.2 (2023-11-21) -* [bitnami/*] Remove relative links to non-README sections, add verification for that and update TL;DR ([1103633](https://github.com/bitnami/charts/commit/1103633)), closes [#20967](https://github.com/bitnami/charts/issues/20967) -* [bitnami/*] Rename solutions to "Bitnami package for ..." (#21038) ([b82f979](https://github.com/bitnami/charts/commit/b82f979)), closes [#21038](https://github.com/bitnami/charts/issues/21038) -* [bitnami/opencart] Release 16.1.2 updating components versions (#21153) ([f1bbc78](https://github.com/bitnami/charts/commit/f1bbc78)), closes [#21153](https://github.com/bitnami/charts/issues/21153) +* [bitnami/*] Remove relative links to non-README sections, add verification for that and update TL;DR ([1103633](https://github.com/bitnami/charts/commit/11036334d82df0490aa4abdb591543cab6cf7d7f)), closes [#20967](https://github.com/bitnami/charts/issues/20967) +* [bitnami/*] Rename solutions to "Bitnami package for ..." (#21038) ([b82f979](https://github.com/bitnami/charts/commit/b82f979e4fb63423fe6e2192c946d09d79c944fc)), closes [#21038](https://github.com/bitnami/charts/issues/21038) +* [bitnami/opencart] Release 16.1.2 updating components versions (#21153) ([f1bbc78](https://github.com/bitnami/charts/commit/f1bbc78328097e076261d2ae3b4729160ac6db99)), closes [#21153](https://github.com/bitnami/charts/issues/21153) ## 16.1.1 (2023-11-09) -* [bitnami/opencart] Release 16.1.1 updating components versions (#20767) ([5c47dd6](https://github.com/bitnami/charts/commit/5c47dd6)), closes [#20767](https://github.com/bitnami/charts/issues/20767) +* [bitnami/opencart] Release 16.1.1 updating components versions (#20767) ([5c47dd6](https://github.com/bitnami/charts/commit/5c47dd64fe36938339b2c91ac47ea9a9efec863a)), closes [#20767](https://github.com/bitnami/charts/issues/20767) ## 16.1.0 (2023-11-06) -* [bitnami/*] Rename VMware Application Catalog (#20361) ([3acc734](https://github.com/bitnami/charts/commit/3acc734)), closes [#20361](https://github.com/bitnami/charts/issues/20361) -* [bitnami/*] Skip image's tag in the README files of the Bitnami Charts (#19841) ([bb9a01b](https://github.com/bitnami/charts/commit/bb9a01b)), closes [#19841](https://github.com/bitnami/charts/issues/19841) -* [bitnami/*] Standardize documentation (#19835) ([af5f753](https://github.com/bitnami/charts/commit/af5f753)), closes [#19835](https://github.com/bitnami/charts/issues/19835) -* [bitnami/opencart] feat: :sparkles: Add support for PSA restricted policy (#20518) ([4d4458a](https://github.com/bitnami/charts/commit/4d4458a)), closes [#20518](https://github.com/bitnami/charts/issues/20518) +* [bitnami/*] Rename VMware Application Catalog (#20361) ([3acc734](https://github.com/bitnami/charts/commit/3acc73472beb6fb56c4d99f929061001205bc57e)), closes [#20361](https://github.com/bitnami/charts/issues/20361) +* [bitnami/*] Skip image's tag in the README files of the Bitnami Charts (#19841) ([bb9a01b](https://github.com/bitnami/charts/commit/bb9a01b65911c87e48318db922cc05eb42785e42)), closes [#19841](https://github.com/bitnami/charts/issues/19841) +* [bitnami/*] Standardize documentation (#19835) ([af5f753](https://github.com/bitnami/charts/commit/af5f7530c1bc8c5ded53a6c4f7b8f384ac1804f2)), closes [#19835](https://github.com/bitnami/charts/issues/19835) +* [bitnami/opencart] feat: :sparkles: Add support for PSA restricted policy (#20518) ([4d4458a](https://github.com/bitnami/charts/commit/4d4458a75b85186d94ca91c9b001239095fb1876)), closes [#20518](https://github.com/bitnami/charts/issues/20518) ## 16.0.1 (2023-10-12) -* [bitnami/opencart] Release 16.0.1 (#20161) ([869a262](https://github.com/bitnami/charts/commit/869a262)), closes [#20161](https://github.com/bitnami/charts/issues/20161) +* [bitnami/opencart] Release 16.0.1 (#20161) ([869a262](https://github.com/bitnami/charts/commit/869a262f34dd323ebb5280e517fe34343f8c099d)), closes [#20161](https://github.com/bitnami/charts/issues/20161) ## 16.0.0 (2023-10-11) -* [bitnami/opencart] Update MariaDB to 14.x.x (#20022) ([91b2736](https://github.com/bitnami/charts/commit/91b2736)), closes [#20022](https://github.com/bitnami/charts/issues/20022) +* [bitnami/opencart] Update MariaDB to 14.x.x (#20022) ([91b2736](https://github.com/bitnami/charts/commit/91b273625a92afde2e3c1d2076b9b69ae9ce1f5d)), closes [#20022](https://github.com/bitnami/charts/issues/20022) ## 15.1.5 (2023-10-09) -* [bitnami/opencart] Release 15.1.5 (#19926) ([992051c](https://github.com/bitnami/charts/commit/992051c)), closes [#19926](https://github.com/bitnami/charts/issues/19926) +* [bitnami/opencart] Release 15.1.5 (#19926) ([992051c](https://github.com/bitnami/charts/commit/992051c4cc6e8d42ab28e22aff377baffab6eebb)), closes [#19926](https://github.com/bitnami/charts/issues/19926) ## 15.1.4 (2023-10-09) -* [bitnami/opencart] Release 15.1.4 (#19883) ([29caf94](https://github.com/bitnami/charts/commit/29caf94)), closes [#19883](https://github.com/bitnami/charts/issues/19883) +* [bitnami/opencart] Release 15.1.4 (#19883) ([29caf94](https://github.com/bitnami/charts/commit/29caf949360e75c6e680e860dd9902d76db630bf)), closes [#19883](https://github.com/bitnami/charts/issues/19883) ## 15.1.3 (2023-10-09) -* [bitnami/*] Update Helm charts prerequisites (#19745) ([eb755dd](https://github.com/bitnami/charts/commit/eb755dd)), closes [#19745](https://github.com/bitnami/charts/issues/19745) -* [bitnami/opencart] Release 15.1.3 (#19801) ([187a78a](https://github.com/bitnami/charts/commit/187a78a)), closes [#19801](https://github.com/bitnami/charts/issues/19801) -* Revert "Autogenerate schema files (#19194)" (#19335) ([73d80be](https://github.com/bitnami/charts/commit/73d80be)), closes [#19194](https://github.com/bitnami/charts/issues/19194) [#19335](https://github.com/bitnami/charts/issues/19335) +* [bitnami/*] Update Helm charts prerequisites (#19745) ([eb755dd](https://github.com/bitnami/charts/commit/eb755dd36a4dd3cf6635be8e0598f9a7f4c4a554)), closes [#19745](https://github.com/bitnami/charts/issues/19745) +* [bitnami/opencart] Release 15.1.3 (#19801) ([187a78a](https://github.com/bitnami/charts/commit/187a78a4e7648754f99ed8d507cbed8e8a5dd0b7)), closes [#19801](https://github.com/bitnami/charts/issues/19801) +* Revert "Autogenerate schema files (#19194)" (#19335) ([73d80be](https://github.com/bitnami/charts/commit/73d80be525c88fb4b8a54451a55acd506e337062)), closes [#19194](https://github.com/bitnami/charts/issues/19194) [#19335](https://github.com/bitnami/charts/issues/19335) ## 15.1.2 (2023-09-16) -* [bitnami/opencart] Release 15.1.2 (#19306) ([a0e9915](https://github.com/bitnami/charts/commit/a0e9915)), closes [#19306](https://github.com/bitnami/charts/issues/19306) -* Autogenerate schema files (#19194) ([a2c2090](https://github.com/bitnami/charts/commit/a2c2090)), closes [#19194](https://github.com/bitnami/charts/issues/19194) +* [bitnami/opencart] Release 15.1.2 (#19306) ([a0e9915](https://github.com/bitnami/charts/commit/a0e9915f5209c2a9371f4bb731f4fd2a565cab5f)), closes [#19306](https://github.com/bitnami/charts/issues/19306) +* Autogenerate schema files (#19194) ([a2c2090](https://github.com/bitnami/charts/commit/a2c2090b5ac97f47b745c8028c6452bf99739772)), closes [#19194](https://github.com/bitnami/charts/issues/19194) ## 15.1.1 (2023-09-07) -* [bitnami/opencart: Use merge helper]: (#19085) ([10c9ccd](https://github.com/bitnami/charts/commit/10c9ccd)), closes [#19085](https://github.com/bitnami/charts/issues/19085) +* [bitnami/opencart: Use merge helper]: (#19085) ([10c9ccd](https://github.com/bitnami/charts/commit/10c9ccd9db95a240a14cf59538cfa7b29f332417)), closes [#19085](https://github.com/bitnami/charts/issues/19085) ## 15.1.0 (2023-08-23) -* [bitnami/opencart] Support for customizing standard labels (#18736) ([3220c18](https://github.com/bitnami/charts/commit/3220c18)), closes [#18736](https://github.com/bitnami/charts/issues/18736) +* [bitnami/opencart] Support for customizing standard labels (#18736) ([3220c18](https://github.com/bitnami/charts/commit/3220c1806c22184d49334c55992a69f211341bda)), closes [#18736](https://github.com/bitnami/charts/issues/18736) ## 15.0.3 (2023-08-20) -* [bitnami/opencart] Release 15.0.3 (#18697) ([23c4bbd](https://github.com/bitnami/charts/commit/23c4bbd)), closes [#18697](https://github.com/bitnami/charts/issues/18697) +* [bitnami/opencart] Release 15.0.3 (#18697) ([23c4bbd](https://github.com/bitnami/charts/commit/23c4bbd75d0b82d22b7fb6d29485341389ad756e)), closes [#18697](https://github.com/bitnami/charts/issues/18697) ## 15.0.2 (2023-08-18) -* [bitnami/opencart] Release 15.0.2 (#18569) ([a053b3a](https://github.com/bitnami/charts/commit/a053b3a)), closes [#18569](https://github.com/bitnami/charts/issues/18569) +* [bitnami/opencart] Release 15.0.2 (#18569) ([a053b3a](https://github.com/bitnami/charts/commit/a053b3a6f330d03e8aea2332a7ecf470ebc5d004)), closes [#18569](https://github.com/bitnami/charts/issues/18569) ## 15.0.1 (2023-08-03) -* [bitnami/opencart] Release 15.0.1 (#18157) ([dd4be63](https://github.com/bitnami/charts/commit/dd4be63)), closes [#18157](https://github.com/bitnami/charts/issues/18157) +* [bitnami/opencart] Release 15.0.1 (#18157) ([dd4be63](https://github.com/bitnami/charts/commit/dd4be633a111e59a1d6bb98dae56122160f82891)), closes [#18157](https://github.com/bitnami/charts/issues/18157) ## 15.0.0 (2023-08-02) -* [bitnami/opencart] Update MariaDB chart to 13.0 (#18111) ([9403e69](https://github.com/bitnami/charts/commit/9403e69)), closes [#18111](https://github.com/bitnami/charts/issues/18111) +* [bitnami/opencart] Update MariaDB chart to 13.0 (#18111) ([9403e69](https://github.com/bitnami/charts/commit/9403e695ae9cd7a8d09ce6f2931c51197d267dde)), closes [#18111](https://github.com/bitnami/charts/issues/18111) ## 14.1.6 (2023-08-01) -* [bitnami/opencart] Release 14.1.6 (#18091) ([1aeddaf](https://github.com/bitnami/charts/commit/1aeddaf)), closes [#18091](https://github.com/bitnami/charts/issues/18091) +* [bitnami/opencart] Release 14.1.6 (#18091) ([1aeddaf](https://github.com/bitnami/charts/commit/1aeddaf8ae09d14961be36aa71169a257f7495d6)), closes [#18091](https://github.com/bitnami/charts/issues/18091) ## 14.1.5 (2023-07-27) -* [bitnami/opencart] Release 14.1.5 (#17936) ([6313b57](https://github.com/bitnami/charts/commit/6313b57)), closes [#17936](https://github.com/bitnami/charts/issues/17936) +* [bitnami/opencart] Release 14.1.5 (#17936) ([6313b57](https://github.com/bitnami/charts/commit/6313b5719800f1f5d793eddac9dd2d84fb6be697)), closes [#17936](https://github.com/bitnami/charts/issues/17936) ## 14.1.4 (2023-07-24) -* [bitnami/opencart] Release 14.1.4 (#17693) ([2469c19](https://github.com/bitnami/charts/commit/2469c19)), closes [#17693](https://github.com/bitnami/charts/issues/17693) -* Add copyright header (#17300) ([da68be8](https://github.com/bitnami/charts/commit/da68be8)), closes [#17300](https://github.com/bitnami/charts/issues/17300) -* Update charts readme (#17217) ([31b3c0a](https://github.com/bitnami/charts/commit/31b3c0a)), closes [#17217](https://github.com/bitnami/charts/issues/17217) +* [bitnami/opencart] Release 14.1.4 (#17693) ([2469c19](https://github.com/bitnami/charts/commit/2469c195c6caee3a57543d4106173657f5aba9ea)), closes [#17693](https://github.com/bitnami/charts/issues/17693) +* Add copyright header (#17300) ([da68be8](https://github.com/bitnami/charts/commit/da68be8e951225133c7dfb572d5101ca3d61c5ae)), closes [#17300](https://github.com/bitnami/charts/issues/17300) +* Update charts readme (#17217) ([31b3c0a](https://github.com/bitnami/charts/commit/31b3c0afd968ff4429107e34101f7509e6a0e913)), closes [#17217](https://github.com/bitnami/charts/issues/17217) ## 14.1.3 (2023-06-20) -* [bitnami/*] Change copyright section in READMEs (#17006) ([ef986a1](https://github.com/bitnami/charts/commit/ef986a1)), closes [#17006](https://github.com/bitnami/charts/issues/17006) -* [bitnami/opencart] Release 14.1.3 (#17219) ([b09adc4](https://github.com/bitnami/charts/commit/b09adc4)), closes [#17219](https://github.com/bitnami/charts/issues/17219) -* [bitnami/several] Change copyright section in READMEs (#16989) ([5b6a5cf](https://github.com/bitnami/charts/commit/5b6a5cf)), closes [#16989](https://github.com/bitnami/charts/issues/16989) -* [bitnami/several] Remove 'Community supported solution' section from READMEs (#17119) ([4531d57](https://github.com/bitnami/charts/commit/4531d57)), closes [#17119](https://github.com/bitnami/charts/issues/17119) +* [bitnami/*] Change copyright section in READMEs (#17006) ([ef986a1](https://github.com/bitnami/charts/commit/ef986a1605241102b3dcafe9fd8089e6fc1201ad)), closes [#17006](https://github.com/bitnami/charts/issues/17006) +* [bitnami/opencart] Release 14.1.3 (#17219) ([b09adc4](https://github.com/bitnami/charts/commit/b09adc4252236f283ad360f4e7f31a2602a7c3e7)), closes [#17219](https://github.com/bitnami/charts/issues/17219) +* [bitnami/several] Change copyright section in READMEs (#16989) ([5b6a5cf](https://github.com/bitnami/charts/commit/5b6a5cfb7625a751848a2e5cd796bd7278f406ca)), closes [#16989](https://github.com/bitnami/charts/issues/16989) +* [bitnami/several] Remove 'Community supported solution' section from READMEs (#17119) ([4531d57](https://github.com/bitnami/charts/commit/4531d571914e970fe4cef19ae00a9fa4cc038f47)), closes [#17119](https://github.com/bitnami/charts/issues/17119) ## 14.1.2 (2023-05-21) -* [bitnami/opencart] Release 14.1.2 (#16793) ([cc81aba](https://github.com/bitnami/charts/commit/cc81aba)), closes [#16793](https://github.com/bitnami/charts/issues/16793) +* [bitnami/opencart] Release 14.1.2 (#16793) ([cc81aba](https://github.com/bitnami/charts/commit/cc81aba0c54d7b76cf7b699378fcf890fd06598b)), closes [#16793](https://github.com/bitnami/charts/issues/16793) ## 14.1.1 (2023-05-11) -* [bitnami/opencart] Release 14.1.1 (#16597) ([0fc2ef3](https://github.com/bitnami/charts/commit/0fc2ef3)), closes [#16597](https://github.com/bitnami/charts/issues/16597) -* Add wording for enterprise page (#16560) ([8f22774](https://github.com/bitnami/charts/commit/8f22774)), closes [#16560](https://github.com/bitnami/charts/issues/16560) +* [bitnami/opencart] Release 14.1.1 (#16597) ([0fc2ef3](https://github.com/bitnami/charts/commit/0fc2ef38161d47d66d4fb1990f8d66444069ca30)), closes [#16597](https://github.com/bitnami/charts/issues/16597) +* Add wording for enterprise page (#16560) ([8f22774](https://github.com/bitnami/charts/commit/8f2277440b976d52785ba9149762ad8620a73d1f)), closes [#16560](https://github.com/bitnami/charts/issues/16560) ## 14.1.0 (2023-05-09) -* [bitnami/several] Adapt Chart.yaml to set desired OCI annotations (#16546) ([fc9b18f](https://github.com/bitnami/charts/commit/fc9b18f)), closes [#16546](https://github.com/bitnami/charts/issues/16546) +* [bitnami/several] Adapt Chart.yaml to set desired OCI annotations (#16546) ([fc9b18f](https://github.com/bitnami/charts/commit/fc9b18f2e98805d4df629acbcde696f44f973344)), closes [#16546](https://github.com/bitnami/charts/issues/16546) ## 14.0.3 (2023-05-09) -* [bitnami/opencart] Release 14.0.3 (#16522) ([21115f9](https://github.com/bitnami/charts/commit/21115f9)), closes [#16522](https://github.com/bitnami/charts/issues/16522) +* [bitnami/opencart] Release 14.0.3 (#16522) ([21115f9](https://github.com/bitnami/charts/commit/21115f922543cb8ec9e471a840f043c52b5c68ec)), closes [#16522](https://github.com/bitnami/charts/issues/16522) ## 14.0.2 (2023-05-02) -* [bitnami/opencart] Release 14.0.2 (#16340) ([99ea6e3](https://github.com/bitnami/charts/commit/99ea6e3)), closes [#16340](https://github.com/bitnami/charts/issues/16340) +* [bitnami/opencart] Release 14.0.2 (#16340) ([99ea6e3](https://github.com/bitnami/charts/commit/99ea6e3042053c7d40824277c20dbb4356aa9899)), closes [#16340](https://github.com/bitnami/charts/issues/16340) ## 14.0.1 (2023-04-28) -* [bitnami/opencart] Release 13.0.13 (#16104) ([f490e63](https://github.com/bitnami/charts/commit/f490e63)), closes [#16104](https://github.com/bitnami/charts/issues/16104) +* [bitnami/opencart] Release 13.0.13 (#16104) ([f490e63](https://github.com/bitnami/charts/commit/f490e633ae9752350db2667f5f9a8a8625ca52c1)), closes [#16104](https://github.com/bitnami/charts/issues/16104) ## 14.0.0 (2023-04-21) -* [bitnami/opencart] Upgrade MariaDB to version 10.11 (#16165) ([2f9913e](https://github.com/bitnami/charts/commit/2f9913e)), closes [#16165](https://github.com/bitnami/charts/issues/16165) +* [bitnami/opencart] Upgrade MariaDB to version 10.11 (#16165) ([2f9913e](https://github.com/bitnami/charts/commit/2f9913e297cfe5b82277f32052f420de306d3e42)), closes [#16165](https://github.com/bitnami/charts/issues/16165) ## 13.1.0 (2023-04-20) -* [bitnami/*] Make Helm charts 100% OCI (#15998) ([8841510](https://github.com/bitnami/charts/commit/8841510)), closes [#15998](https://github.com/bitnami/charts/issues/15998) +* [bitnami/*] Make Helm charts 100% OCI (#15998) ([8841510](https://github.com/bitnami/charts/commit/884151035efcbf2e1b3206e7def85511073fb57d)), closes [#15998](https://github.com/bitnami/charts/issues/15998) ## 13.0.12 (2023-04-12) -* [bitnami/opencart] Release 13.0.12 (#16018) ([afc4c80](https://github.com/bitnami/charts/commit/afc4c80)), closes [#16018](https://github.com/bitnami/charts/issues/16018) +* [bitnami/opencart] Release 13.0.12 (#16018) ([afc4c80](https://github.com/bitnami/charts/commit/afc4c800b437cc4f62c8bc87d625c8430475d6dc)), closes [#16018](https://github.com/bitnami/charts/issues/16018) ## 13.0.11 (2023-03-22) -* [bitnami/charts] Apply linter to README files (#15357) ([0e29e60](https://github.com/bitnami/charts/commit/0e29e60)), closes [#15357](https://github.com/bitnami/charts/issues/15357) -* [bitnami/opencart] Release 13.0.11 (#15673) ([96c44e2](https://github.com/bitnami/charts/commit/96c44e2)), closes [#15673](https://github.com/bitnami/charts/issues/15673) +* [bitnami/charts] Apply linter to README files (#15357) ([0e29e60](https://github.com/bitnami/charts/commit/0e29e600d3adc8b1b46e506eccb3decfab3b4e63)), closes [#15357](https://github.com/bitnami/charts/issues/15357) +* [bitnami/opencart] Release 13.0.11 (#15673) ([96c44e2](https://github.com/bitnami/charts/commit/96c44e2925be95ea942b90b10db497859cb83eda)), closes [#15673](https://github.com/bitnami/charts/issues/15673) ## 13.0.10 (2023-03-01) -* [bitnami/opencart] Release 13.0.10 (#15268) ([2e946cd](https://github.com/bitnami/charts/commit/2e946cd)), closes [#15268](https://github.com/bitnami/charts/issues/15268) +* [bitnami/opencart] Release 13.0.10 (#15268) ([2e946cd](https://github.com/bitnami/charts/commit/2e946cd6746ce4ba4b65ee011da95f1749c58110)), closes [#15268](https://github.com/bitnami/charts/issues/15268) ## 13.0.9 (2023-02-17) -* [bitnami/*] Fix markdown linter issues (#14874) ([a51e0e8](https://github.com/bitnami/charts/commit/a51e0e8)), closes [#14874](https://github.com/bitnami/charts/issues/14874) -* [bitnami/*] Fix markdown linter issues 2 (#14890) ([aa96572](https://github.com/bitnami/charts/commit/aa96572)), closes [#14890](https://github.com/bitnami/charts/issues/14890) -* [bitnami/*] Remove unexpected extra spaces (#14873) ([c97c714](https://github.com/bitnami/charts/commit/c97c714)), closes [#14873](https://github.com/bitnami/charts/issues/14873) -* [bitnami/opencart] Release 13.0.9 (#14993) ([3367a32](https://github.com/bitnami/charts/commit/3367a32)), closes [#14993](https://github.com/bitnami/charts/issues/14993) +* [bitnami/*] Fix markdown linter issues (#14874) ([a51e0e8](https://github.com/bitnami/charts/commit/a51e0e8d35495b907f3e70dd2f8e7c3bcbf4166a)), closes [#14874](https://github.com/bitnami/charts/issues/14874) +* [bitnami/*] Fix markdown linter issues 2 (#14890) ([aa96572](https://github.com/bitnami/charts/commit/aa9657237ee8df4a46db0d7fdf8a23230dd6902a)), closes [#14890](https://github.com/bitnami/charts/issues/14890) +* [bitnami/*] Remove unexpected extra spaces (#14873) ([c97c714](https://github.com/bitnami/charts/commit/c97c714887380d47eae7bfeff316bf01595ecd1d)), closes [#14873](https://github.com/bitnami/charts/issues/14873) +* [bitnami/opencart] Release 13.0.9 (#14993) ([3367a32](https://github.com/bitnami/charts/commit/3367a321542ce7306c64d63c988f4573711d74c2)), closes [#14993](https://github.com/bitnami/charts/issues/14993) ## 13.0.8 (2023-02-10) -* [bitnami/*] Add license annotation and remove obsolete engine parameter (#14293) ([da2a794](https://github.com/bitnami/charts/commit/da2a794)), closes [#14293](https://github.com/bitnami/charts/issues/14293) -* [bitnami/*] Change copyright date (#14682) ([add4ec7](https://github.com/bitnami/charts/commit/add4ec7)), closes [#14682](https://github.com/bitnami/charts/issues/14682) -* [bitnami/*] Change licenses annotation format (#14377) ([0ab7608](https://github.com/bitnami/charts/commit/0ab7608)), closes [#14377](https://github.com/bitnami/charts/issues/14377) -* [bitnami/*] Unify READMEs (#14472) ([2064fb8](https://github.com/bitnami/charts/commit/2064fb8)), closes [#14472](https://github.com/bitnami/charts/issues/14472) -* [bitnami/opencart] Release 13.0.8 (#14826) ([59ddf2f](https://github.com/bitnami/charts/commit/59ddf2f)), closes [#14826](https://github.com/bitnami/charts/issues/14826) +* [bitnami/*] Add license annotation and remove obsolete engine parameter (#14293) ([da2a794](https://github.com/bitnami/charts/commit/da2a7943bae95b6e9b5b4ed972c15e990b69fdb0)), closes [#14293](https://github.com/bitnami/charts/issues/14293) +* [bitnami/*] Change copyright date (#14682) ([add4ec7](https://github.com/bitnami/charts/commit/add4ec701108ac36ed4de2dffbdf407a0d091067)), closes [#14682](https://github.com/bitnami/charts/issues/14682) +* [bitnami/*] Change licenses annotation format (#14377) ([0ab7608](https://github.com/bitnami/charts/commit/0ab760862c660fcc78cffadf8e1d8cdd70881473)), closes [#14377](https://github.com/bitnami/charts/issues/14377) +* [bitnami/*] Unify READMEs (#14472) ([2064fb8](https://github.com/bitnami/charts/commit/2064fb8dcc78a845cdede8211af8c3cc52551161)), closes [#14472](https://github.com/bitnami/charts/issues/14472) +* [bitnami/opencart] Release 13.0.8 (#14826) ([59ddf2f](https://github.com/bitnami/charts/commit/59ddf2f94a27ffcf4e7fcb6c28e78003aa73aa2c)), closes [#14826](https://github.com/bitnami/charts/issues/14826) ## 13.0.7 (2023-01-11) -* [bitnami/opencart] Release 13.0.7 (#14274) ([abcb24f](https://github.com/bitnami/charts/commit/abcb24f)), closes [#14274](https://github.com/bitnami/charts/issues/14274) +* [bitnami/opencart] Release 13.0.7 (#14274) ([abcb24f](https://github.com/bitnami/charts/commit/abcb24fd286dd7f0bbc3ac2a999356e97834b6c5)), closes [#14274](https://github.com/bitnami/charts/issues/14274) ## 13.0.6 (2022-12-12) -* [bitnami/opencart] Release 13.0.6 (#13920) ([7d92f54](https://github.com/bitnami/charts/commit/7d92f54)), closes [#13920](https://github.com/bitnami/charts/issues/13920) +* [bitnami/opencart] Release 13.0.6 (#13920) ([7d92f54](https://github.com/bitnami/charts/commit/7d92f5400197c89ba6e0f33dd147f02025929b97)), closes [#13920](https://github.com/bitnami/charts/issues/13920) ## 13.0.5 (2022-11-13) -* [bitnami/opencart] Release 13.0.5 (#13493) ([545dabb](https://github.com/bitnami/charts/commit/545dabb)), closes [#13493](https://github.com/bitnami/charts/issues/13493) +* [bitnami/opencart] Release 13.0.5 (#13493) ([545dabb](https://github.com/bitnami/charts/commit/545dabb1add2e5619d70a28387e539c74a43678a)), closes [#13493](https://github.com/bitnami/charts/issues/13493) ## 13.0.4 (2022-11-10) -* [bitnami/opencart] Adjust the naming style for resources (#13377) ([5cb4297](https://github.com/bitnami/charts/commit/5cb4297)), closes [#13377](https://github.com/bitnami/charts/issues/13377) +* [bitnami/opencart] Adjust the naming style for resources (#13377) ([5cb4297](https://github.com/bitnami/charts/commit/5cb429757ce9f9c71d6868e47751093c54ef6c2d)), closes [#13377](https://github.com/bitnami/charts/issues/13377) ## 13.0.3 (2022-11-08) -* [bitnami/*] Use new default branch name in links (#12943) ([a529e02](https://github.com/bitnami/charts/commit/a529e02)), closes [#12943](https://github.com/bitnami/charts/issues/12943) -* [bitnami/opencart] Use templated values for opencart secret name (#13207) ([5622b27](https://github.com/bitnami/charts/commit/5622b27)), closes [#13207](https://github.com/bitnami/charts/issues/13207) +* [bitnami/*] Use new default branch name in links (#12943) ([a529e02](https://github.com/bitnami/charts/commit/a529e02597d49d944eba1eb0f190713293247176)), closes [#12943](https://github.com/bitnami/charts/issues/12943) +* [bitnami/opencart] Use templated values for opencart secret name (#13207) ([5622b27](https://github.com/bitnami/charts/commit/5622b27cb07eb72821802a5a1f9962e38a89127a)), closes [#13207](https://github.com/bitnami/charts/issues/13207) ## 13.0.2 (2022-10-13) -* [bitnami/opencart] Release 13.0.2 (#12938) ([1d02606](https://github.com/bitnami/charts/commit/1d02606)), closes [#12938](https://github.com/bitnami/charts/issues/12938) -* Generic README instructions related to the repo (#12792) ([3cf6b10](https://github.com/bitnami/charts/commit/3cf6b10)), closes [#12792](https://github.com/bitnami/charts/issues/12792) +* [bitnami/opencart] Release 13.0.2 (#12938) ([1d02606](https://github.com/bitnami/charts/commit/1d02606837f31255a7f8e8188cfbefd033c59227)), closes [#12938](https://github.com/bitnami/charts/issues/12938) +* Generic README instructions related to the repo (#12792) ([3cf6b10](https://github.com/bitnami/charts/commit/3cf6b10e10e60df4b3e191d6b99aa99a9f597755)), closes [#12792](https://github.com/bitnami/charts/issues/12792) ## 13.0.1 (2022-09-21) -* [bitnami/opencart] Use custom probes if given (#12541) ([38719b7](https://github.com/bitnami/charts/commit/38719b7)), closes [#12541](https://github.com/bitnami/charts/issues/12541) [#12354](https://github.com/bitnami/charts/issues/12354) +* [bitnami/opencart] Use custom probes if given (#12541) ([38719b7](https://github.com/bitnami/charts/commit/38719b7f70380c1135410279ad2837c7bfefa133)), closes [#12541](https://github.com/bitnami/charts/issues/12541) [#12354](https://github.com/bitnami/charts/issues/12354) ## 13.0.0 (2022-09-14) -* [bitnami/opencart] Release 13.0.0 (#12397) ([2341d48](https://github.com/bitnami/charts/commit/2341d48)), closes [#12397](https://github.com/bitnami/charts/issues/12397) +* [bitnami/opencart] Release 13.0.0 (#12397) ([2341d48](https://github.com/bitnami/charts/commit/2341d48e48e5a79c63b7cf46053293982e81181e)), closes [#12397](https://github.com/bitnami/charts/issues/12397) ## 12.4.2 (2022-09-10) -* [bitnami/opencart] Release 12.4.2 (#12362) ([4e6c10e](https://github.com/bitnami/charts/commit/4e6c10e)), closes [#12362](https://github.com/bitnami/charts/issues/12362) +* [bitnami/opencart] Release 12.4.2 (#12362) ([4e6c10e](https://github.com/bitnami/charts/commit/4e6c10ea829f4bd051b410ae5b0f09aee054f400)), closes [#12362](https://github.com/bitnami/charts/issues/12362) ## 12.4.1 (2022-08-23) -* [bitnami/opencart] Update Chart.lock (#12091) ([60decac](https://github.com/bitnami/charts/commit/60decac)), closes [#12091](https://github.com/bitnami/charts/issues/12091) +* [bitnami/opencart] Update Chart.lock (#12091) ([60decac](https://github.com/bitnami/charts/commit/60decac34f427da9b83560ab49464209e47054e3)), closes [#12091](https://github.com/bitnami/charts/issues/12091) ## 12.4.0 (2022-08-22) -* [bitnami/opencart] Add support for image digest apart from tag (#11926) ([df7686c](https://github.com/bitnami/charts/commit/df7686c)), closes [#11926](https://github.com/bitnami/charts/issues/11926) +* [bitnami/opencart] Add support for image digest apart from tag (#11926) ([df7686c](https://github.com/bitnami/charts/commit/df7686c8ab526564a75d641f820ddaf0c75d17a6)), closes [#11926](https://github.com/bitnami/charts/issues/11926) ## 12.3.3 (2022-08-11) -* [bitnami/opencart] Release 12.3.3 (#11731) ([b722e86](https://github.com/bitnami/charts/commit/b722e86)), closes [#11731](https://github.com/bitnami/charts/issues/11731) +* [bitnami/opencart] Release 12.3.3 (#11731) ([b722e86](https://github.com/bitnami/charts/commit/b722e860bbb104d308457b49702bc22ff04b6cc1)), closes [#11731](https://github.com/bitnami/charts/issues/11731) ## 12.3.2 (2022-08-11) -* [bitnami/opencart] Release 12.3.2 (#11728) ([e9d6bfb](https://github.com/bitnami/charts/commit/e9d6bfb)), closes [#11728](https://github.com/bitnami/charts/issues/11728) +* [bitnami/opencart] Release 12.3.2 (#11728) ([e9d6bfb](https://github.com/bitnami/charts/commit/e9d6bfb3c6d85a35b1be771f76563df02acea542)), closes [#11728](https://github.com/bitnami/charts/issues/11728) ## 12.3.1 (2022-08-09) -* [bitnami/opencart] Release 12.3.1 (#11680) ([a6fb480](https://github.com/bitnami/charts/commit/a6fb480)), closes [#11680](https://github.com/bitnami/charts/issues/11680) +* [bitnami/opencart] Release 12.3.1 (#11680) ([a6fb480](https://github.com/bitnami/charts/commit/a6fb4801b5b176ccea2152f70f4fcc3ee13d6e13)), closes [#11680](https://github.com/bitnami/charts/issues/11680) ## 12.3.0 (2022-08-04) -* [bitnami/opencart] Add opencartEnableHttps (#11415) (#11506) ([cd4dbe8](https://github.com/bitnami/charts/commit/cd4dbe8)), closes [#11415](https://github.com/bitnami/charts/issues/11415) [#11506](https://github.com/bitnami/charts/issues/11506) [#11415](https://github.com/bitnami/charts/issues/11415) [#11415](https://github.com/bitnami/charts/issues/11415) +* [bitnami/opencart] Add opencartEnableHttps (#11415) (#11506) ([cd4dbe8](https://github.com/bitnami/charts/commit/cd4dbe87f0cce18ed31d69c6049b9fdcd6b308f5)), closes [#11415](https://github.com/bitnami/charts/issues/11415) [#11506](https://github.com/bitnami/charts/issues/11506) [#11415](https://github.com/bitnami/charts/issues/11415) [#11415](https://github.com/bitnami/charts/issues/11415) ## 12.2.12 (2022-08-03) -* [bitnami/*] Update URLs to point to the new bitnami/containers monorepo (#11352) ([d665af0](https://github.com/bitnami/charts/commit/d665af0)), closes [#11352](https://github.com/bitnami/charts/issues/11352) -* [bitnami/opencart] Release 12.2.12 (#11522) ([c112619](https://github.com/bitnami/charts/commit/c112619)), closes [#11522](https://github.com/bitnami/charts/issues/11522) +* [bitnami/*] Update URLs to point to the new bitnami/containers monorepo (#11352) ([d665af0](https://github.com/bitnami/charts/commit/d665af0c708846192d8d5fb2f5f9ea65dd464ab0)), closes [#11352](https://github.com/bitnami/charts/issues/11352) +* [bitnami/opencart] Release 12.2.12 (#11522) ([c112619](https://github.com/bitnami/charts/commit/c112619ae2637b0d2499900206976bb71074ac47)), closes [#11522](https://github.com/bitnami/charts/issues/11522) ## 12.2.11 (2022-07-10) -* [bitnami/opencart] Release 12.2.11 (#11108) ([0ad625a](https://github.com/bitnami/charts/commit/0ad625a)), closes [#11108](https://github.com/bitnami/charts/issues/11108) +* [bitnami/opencart] Release 12.2.11 (#11108) ([0ad625a](https://github.com/bitnami/charts/commit/0ad625a188cf3e7a969d9f7852a14b3c2e03fd8b)), closes [#11108](https://github.com/bitnami/charts/issues/11108) ## 12.2.10 (2022-06-30) -* [bitnami/opencart] Release 12.2.10 (#10944) ([ff84f9f](https://github.com/bitnami/charts/commit/ff84f9f)), closes [#10944](https://github.com/bitnami/charts/issues/10944) +* [bitnami/opencart] Release 12.2.10 (#10944) ([ff84f9f](https://github.com/bitnami/charts/commit/ff84f9f9c3f517830ecf13e4ee19077ff41d6ecd)), closes [#10944](https://github.com/bitnami/charts/issues/10944) ## 12.2.9 (2022-06-10) -* [bitnami/*] Replace Kubeapps URL in READMEs (and kubeapps Chart.yaml) and remove BKPR references (#1 ([c6a7914](https://github.com/bitnami/charts/commit/c6a7914)), closes [#10600](https://github.com/bitnami/charts/issues/10600) -* [bitnami/opencart] Release 12.2.9 updating components versions ([572a152](https://github.com/bitnami/charts/commit/572a152)) +* [bitnami/*] Replace Kubeapps URL in READMEs (and kubeapps Chart.yaml) and remove BKPR references (#1 ([c6a7914](https://github.com/bitnami/charts/commit/c6a7914361e5aea6016fb45bf4d621edfd111d32)), closes [#10600](https://github.com/bitnami/charts/issues/10600) +* [bitnami/opencart] Release 12.2.9 updating components versions ([572a152](https://github.com/bitnami/charts/commit/572a1527b39253136f7262fe905c5d7ac565918f)) ## 12.2.8 (2022-06-07) -* [bitnami/opencart] Release 12.2.8 updating components versions ([3a19230](https://github.com/bitnami/charts/commit/3a19230)) +* [bitnami/opencart] Release 12.2.8 updating components versions ([3a19230](https://github.com/bitnami/charts/commit/3a192307276ce4e9c00e57c36149d8634aa9d01d)) ## 12.2.7 (2022-06-01) -* [bitnami/several] Replace maintainers email by url (#10523) ([ff3cf61](https://github.com/bitnami/charts/commit/ff3cf61)), closes [#10523](https://github.com/bitnami/charts/issues/10523) +* [bitnami/several] Replace maintainers email by url (#10523) ([ff3cf61](https://github.com/bitnami/charts/commit/ff3cf617a1680509b0f3855d17c4ccff7b29a0ff)), closes [#10523](https://github.com/bitnami/charts/issues/10523) ## 12.2.6 (2022-05-30) -* [bitnami/several] Replace base64 --decode with base64 -d (#10495) ([099286a](https://github.com/bitnami/charts/commit/099286a)), closes [#10495](https://github.com/bitnami/charts/issues/10495) +* [bitnami/several] Replace base64 --decode with base64 -d (#10495) ([099286a](https://github.com/bitnami/charts/commit/099286ae7a87784cf809df0b64ab24f7ff0144c8)), closes [#10495](https://github.com/bitnami/charts/issues/10495) ## 12.2.5 (2022-05-25) -* [bitnami/opencart] Release 12.2.5 updating components versions ([48fc2a1](https://github.com/bitnami/charts/commit/48fc2a1)) +* [bitnami/opencart] Release 12.2.5 updating components versions ([48fc2a1](https://github.com/bitnami/charts/commit/48fc2a1fe05dbf2675b1ba4bb06a7a77ecdec1eb)) ## 12.2.4 (2022-05-21) -* [bitnami/opencart] Release 12.2.4 updating components versions ([d31b272](https://github.com/bitnami/charts/commit/d31b272)) +* [bitnami/opencart] Release 12.2.4 updating components versions ([d31b272](https://github.com/bitnami/charts/commit/d31b27268dcf21619d8743452de86798d72b943e)) ## 12.2.3 (2022-05-20) -* [bitnami/opencart] Release 12.2.3 updating components versions ([d35d047](https://github.com/bitnami/charts/commit/d35d047)) +* [bitnami/opencart] Release 12.2.3 updating components versions ([d35d047](https://github.com/bitnami/charts/commit/d35d0472ce881d664850117adf12dad37068cbe6)) ## 12.2.2 (2022-05-19) -* [bitnami/opencart] Release 12.2.2 updating components versions ([362c11e](https://github.com/bitnami/charts/commit/362c11e)) +* [bitnami/opencart] Release 12.2.2 updating components versions ([362c11e](https://github.com/bitnami/charts/commit/362c11e5ac9e99caad0dd045fb8174bd95f43b96)) ## 12.2.1 (2022-05-18) -* [bitnami/opencart] Release 12.2.1 updating components versions ([c0e0df4](https://github.com/bitnami/charts/commit/c0e0df4)) +* [bitnami/opencart] Release 12.2.1 updating components versions ([c0e0df4](https://github.com/bitnami/charts/commit/c0e0df46e3453ab131976688a9b1aae3a4522e27)) ## 12.2.0 (2022-05-16) -* [bitnami/*] add ingress extraRules feature (#10253) ([0f6cbb9](https://github.com/bitnami/charts/commit/0f6cbb9)), closes [#10253](https://github.com/bitnami/charts/issues/10253) +* [bitnami/*] add ingress extraRules feature (#10253) ([0f6cbb9](https://github.com/bitnami/charts/commit/0f6cbb9099b0e56685cc1d36ba50340f3d7278a1)), closes [#10253](https://github.com/bitnami/charts/issues/10253) ## 12.1.1 (2022-05-15) -* [bitnami/*] Remove old 'ci' files (#10171) ([5df30c4](https://github.com/bitnami/charts/commit/5df30c4)), closes [#10171](https://github.com/bitnami/charts/issues/10171) -* [bitnami/opencart] Release 12.1.1 updating components versions ([8b60295](https://github.com/bitnami/charts/commit/8b60295)) +* [bitnami/*] Remove old 'ci' files (#10171) ([5df30c4](https://github.com/bitnami/charts/commit/5df30c44dbd1812da8786579ce4a94917d46a6ad)), closes [#10171](https://github.com/bitnami/charts/issues/10171) +* [bitnami/opencart] Release 12.1.1 updating components versions ([8b60295](https://github.com/bitnami/charts/commit/8b6029506adcdd713fe0d905beee9897971096de)) ## 12.1.0 (2022-05-11) -* [bitnami/opencart] Add missing namespace metadata (#10148) ([7ba9c4b](https://github.com/bitnami/charts/commit/7ba9c4b)), closes [#10148](https://github.com/bitnami/charts/issues/10148) +* [bitnami/opencart] Add missing namespace metadata (#10148) ([7ba9c4b](https://github.com/bitnami/charts/commit/7ba9c4b98bce6bce47a52d35c30d053a8b466566)), closes [#10148](https://github.com/bitnami/charts/issues/10148) ## 12.0.1 (2022-04-21) -* [bitnami/opencart] Release 12.0.1 updating components versions ([f1dd83b](https://github.com/bitnami/charts/commit/f1dd83b)) +* [bitnami/opencart] Release 12.0.1 updating components versions ([f1dd83b](https://github.com/bitnami/charts/commit/f1dd83b771c6e4f23454caaf908517dd2a6079fb)) ## 12.0.0 (2022-04-21) -* [bitnami/opencart] feat!: :arrow_up: Bump MariaDB version to 10.6 (#9852) ([7ba4675](https://github.com/bitnami/charts/commit/7ba4675)), closes [#9852](https://github.com/bitnami/charts/issues/9852) +* [bitnami/opencart] feat!: :arrow_up: Bump MariaDB version to 10.6 (#9852) ([7ba4675](https://github.com/bitnami/charts/commit/7ba4675df7a36184791c376d31065a83e72f968c)), closes [#9852](https://github.com/bitnami/charts/issues/9852) ## 11.0.22 (2022-04-20) -* [bitnami/opencart] Release 11.0.22 updating components versions ([a6aa8c8](https://github.com/bitnami/charts/commit/a6aa8c8)) +* [bitnami/opencart] Release 11.0.22 updating components versions ([a6aa8c8](https://github.com/bitnami/charts/commit/a6aa8c8dc8cdfb850b459433bbcd62d3ce97467d)) ## 11.0.21 (2022-04-19) -* [bitnami/opencart] Release 11.0.21 updating components versions ([2694da8](https://github.com/bitnami/charts/commit/2694da8)) +* [bitnami/opencart] Release 11.0.21 updating components versions ([2694da8](https://github.com/bitnami/charts/commit/2694da860e76174f40d9547f3d42303c25ff1c1d)) ## 11.0.20 (2022-04-08) -* [bitnami/opencart] Release 11.0.20 updating components versions ([6fa48c6](https://github.com/bitnami/charts/commit/6fa48c6)) +* [bitnami/opencart] Release 11.0.20 updating components versions ([6fa48c6](https://github.com/bitnami/charts/commit/6fa48c631f1365f778a28e822e8e8a0e36373ced)) ## 11.0.19 (2022-04-07) -* [bitnami/opencart] Release 11.0.19 updating components versions ([d1055b2](https://github.com/bitnami/charts/commit/d1055b2)) +* [bitnami/opencart] Release 11.0.19 updating components versions ([d1055b2](https://github.com/bitnami/charts/commit/d1055b29a78e170cabedea2cee14027e6bb06973)) ## 11.0.18 (2022-04-06) -* [bitnami/opencart] Release 11.0.18 updating components versions ([c54b0cf](https://github.com/bitnami/charts/commit/c54b0cf)) +* [bitnami/opencart] Release 11.0.18 updating components versions ([c54b0cf](https://github.com/bitnami/charts/commit/c54b0cf8f3c3a038175fa09389d1146da323429a)) ## 11.0.17 (2022-04-02) -* [bitnami/opencart] Release 11.0.17 updating components versions ([075fc77](https://github.com/bitnami/charts/commit/075fc77)) +* [bitnami/opencart] Release 11.0.17 updating components versions ([075fc77](https://github.com/bitnami/charts/commit/075fc77ffdabc2215a0b0e0deb4c5ded90325afe)) ## 11.0.16 (2022-03-29) -* [bitnami/opencart] Release 11.0.16 updating components versions ([b4de47e](https://github.com/bitnami/charts/commit/b4de47e)) +* [bitnami/opencart] Release 11.0.16 updating components versions ([b4de47e](https://github.com/bitnami/charts/commit/b4de47e164bcc607c4b08b2d59e3e802df92e962)) ## 11.0.15 (2022-03-28) -* [bitnami/opencart] Release 11.0.15 updating components versions ([1f10fc6](https://github.com/bitnami/charts/commit/1f10fc6)) +* [bitnami/opencart] Release 11.0.15 updating components versions ([1f10fc6](https://github.com/bitnami/charts/commit/1f10fc6b7f8a07e6db8b2bb78e83a271316e3bad)) ## 11.0.14 (2022-03-27) -* [bitnami/opencart] Release 11.0.14 updating components versions ([7288e7e](https://github.com/bitnami/charts/commit/7288e7e)) +* [bitnami/opencart] Release 11.0.14 updating components versions ([7288e7e](https://github.com/bitnami/charts/commit/7288e7e7f4936b5e655fe007aa3a083c0c78b5d4)) ## 11.0.13 (2022-03-25) -* [bitnami/opencart] Release 11.0.13 updating components versions ([4d7d098](https://github.com/bitnami/charts/commit/4d7d098)) +* [bitnami/opencart] Release 11.0.13 updating components versions ([4d7d098](https://github.com/bitnami/charts/commit/4d7d0989f4e1fa47c0704b57ee945f83e2a064cb)) ## 11.0.12 (2022-03-18) -* [bitnami/opencart] Release 11.0.12 updating components versions ([5029396](https://github.com/bitnami/charts/commit/5029396)) +* [bitnami/opencart] Release 11.0.12 updating components versions ([5029396](https://github.com/bitnami/charts/commit/502939698163b6772833cda463fcadfd8062c045)) ## 11.0.11 (2022-03-16) -* [bitnami/opencart] Release 11.0.11 updating components versions ([6342ff5](https://github.com/bitnami/charts/commit/6342ff5)) +* [bitnami/opencart] Release 11.0.11 updating components versions ([6342ff5](https://github.com/bitnami/charts/commit/6342ff56328d9fdd9014ceaf555eebe069ee732f)) ## 11.0.10 (2022-03-01) -* [bitnami/opencart] Release 11.0.10 updating components versions ([7a0ea9a](https://github.com/bitnami/charts/commit/7a0ea9a)) +* [bitnami/opencart] Release 11.0.10 updating components versions ([7a0ea9a](https://github.com/bitnami/charts/commit/7a0ea9a19d244af88f1e2cffa0253a850b0c595c)) ## 11.0.9 (2022-02-28) -* [bitnami/opencart] Release 11.0.9 updating components versions ([3306283](https://github.com/bitnami/charts/commit/3306283)) +* [bitnami/opencart] Release 11.0.9 updating components versions ([3306283](https://github.com/bitnami/charts/commit/3306283ccf4bb5c2aed84681dd9e82668a03b30c)) ## 11.0.8 (2022-02-28) -* [bitnami/opencart] Release 11.0.8 updating components versions ([81438e7](https://github.com/bitnami/charts/commit/81438e7)) +* [bitnami/opencart] Release 11.0.8 updating components versions ([81438e7](https://github.com/bitnami/charts/commit/81438e765ef17d9873af5c6c985adea1cd5eeb53)) ## 11.0.7 (2022-02-23) -* [bitnami/opencart] Release 11.0.7 updating components versions ([dda2346](https://github.com/bitnami/charts/commit/dda2346)) +* [bitnami/opencart] Release 11.0.7 updating components versions ([dda2346](https://github.com/bitnami/charts/commit/dda234628157ddbc75f88ebb988629d37796fbce)) ## 11.0.6 (2022-02-22) -* [bitnami/opencart] Release 11.0.6 updating components versions ([42723d2](https://github.com/bitnami/charts/commit/42723d2)) +* [bitnami/opencart] Release 11.0.6 updating components versions ([42723d2](https://github.com/bitnami/charts/commit/42723d2a2752f1d0a0b9d3bc0d7b204bd77e758e)) ## 11.0.5 (2022-02-13) -* [bitnami/opencart] Release 11.0.5 updating components versions ([7318c98](https://github.com/bitnami/charts/commit/7318c98)) -* Non utf8 chars (#8923) ([6ffd18f](https://github.com/bitnami/charts/commit/6ffd18f)), closes [#8923](https://github.com/bitnami/charts/issues/8923) +* [bitnami/opencart] Release 11.0.5 updating components versions ([7318c98](https://github.com/bitnami/charts/commit/7318c9857ce679873dde70384ac9c71828de8e34)) +* Non utf8 chars (#8923) ([6ffd18f](https://github.com/bitnami/charts/commit/6ffd18fbbdf10e94ea1a90cf5b84ef610ac2a72d)), closes [#8923](https://github.com/bitnami/charts/issues/8923) ## 11.0.4 (2022-01-20) -* [bitnami/*] Readme automation (#8579) ([78d1938](https://github.com/bitnami/charts/commit/78d1938)), closes [#8579](https://github.com/bitnami/charts/issues/8579) -* [bitnami/*] Update READMEs (#8716) ([b9a9533](https://github.com/bitnami/charts/commit/b9a9533)), closes [#8716](https://github.com/bitnami/charts/issues/8716) -* [bitnami/several] Change prerequisites (#8725) ([8d740c5](https://github.com/bitnami/charts/commit/8d740c5)), closes [#8725](https://github.com/bitnami/charts/issues/8725) +* [bitnami/*] Readme automation (#8579) ([78d1938](https://github.com/bitnami/charts/commit/78d193831c900d178198491ffd08fa2217a64ecd)), closes [#8579](https://github.com/bitnami/charts/issues/8579) +* [bitnami/*] Update READMEs (#8716) ([b9a9533](https://github.com/bitnami/charts/commit/b9a953337590eb2979453385874a267bacf50936)), closes [#8716](https://github.com/bitnami/charts/issues/8716) +* [bitnami/several] Change prerequisites (#8725) ([8d740c5](https://github.com/bitnami/charts/commit/8d740c566cfdb7e2d933c40128b4e919fce953a5)), closes [#8725](https://github.com/bitnami/charts/issues/8725) ## 11.0.3 (2022-01-14) -* [bitnami/opencart] Release 11.0.3 updating components versions ([52d7fd0](https://github.com/bitnami/charts/commit/52d7fd0)) +* [bitnami/opencart] Release 11.0.3 updating components versions ([52d7fd0](https://github.com/bitnami/charts/commit/52d7fd00312feb51fa9b2fbeb82c1a5f6e7d013d)) ## 11.0.2 (2022-01-11) -* [bitnami/opencart] Release 11.0.2 updating components versions ([e8c7301](https://github.com/bitnami/charts/commit/e8c7301)) +* [bitnami/opencart] Release 11.0.2 updating components versions ([e8c7301](https://github.com/bitnami/charts/commit/e8c7301735c767b27a624737449ecbec9b67a87d)) ## 11.0.1 (2022-01-05) -* [bitnami/several] Adapt templating format (#8562) ([8cad18a](https://github.com/bitnami/charts/commit/8cad18a)), closes [#8562](https://github.com/bitnami/charts/issues/8562) +* [bitnami/several] Adapt templating format (#8562) ([8cad18a](https://github.com/bitnami/charts/commit/8cad18aed9966a6f0208e5ad6cee46cb217f47ab)), closes [#8562](https://github.com/bitnami/charts/issues/8562) ## 11.0.0 (2022-01-05) -* [bitnami/opencart] Chart standardized (#7588) ([37fbbda](https://github.com/bitnami/charts/commit/37fbbda)), closes [#7588](https://github.com/bitnami/charts/issues/7588) -* [bitnami/several] Add license to the README ([05f7633](https://github.com/bitnami/charts/commit/05f7633)) -* [bitnami/several] Add license to the README ([32fb238](https://github.com/bitnami/charts/commit/32fb238)) -* [bitnami/several] Add license to the README ([b87c2f7](https://github.com/bitnami/charts/commit/b87c2f7)) +* [bitnami/opencart] Chart standardized (#7588) ([37fbbda](https://github.com/bitnami/charts/commit/37fbbda798b4b581ea0d89b59afac8e424d5ff33)), closes [#7588](https://github.com/bitnami/charts/issues/7588) +* [bitnami/several] Add license to the README ([05f7633](https://github.com/bitnami/charts/commit/05f763372501d596e57db713dd53ff4ff3027cc4)) +* [bitnami/several] Add license to the README ([32fb238](https://github.com/bitnami/charts/commit/32fb238e60a0affc6debd3142eaa3c3d9089ec2a)) +* [bitnami/several] Add license to the README ([b87c2f7](https://github.com/bitnami/charts/commit/b87c2f7899d48a8b02c506765e6ae82937e9ba3f)) ## 10.1.2 (2021-12-17) -* [bitnami/opencart] Release 10.1.2 updating components versions ([f5bd9b0](https://github.com/bitnami/charts/commit/f5bd9b0)) +* [bitnami/opencart] Release 10.1.2 updating components versions ([f5bd9b0](https://github.com/bitnami/charts/commit/f5bd9b078174cbf530a315c4c8decb6e0adc563e)) ## 10.1.1 (2021-11-29) -* [bitnami/several] Add 'community support' note to some Helm chart READMEs (#8148) ([ce6b838](https://github.com/bitnami/charts/commit/ce6b838)), closes [#8148](https://github.com/bitnami/charts/issues/8148) -* [bitnami/several] Fix deadlinks in README.md (#8215) ([99e90d2](https://github.com/bitnami/charts/commit/99e90d2)), closes [#8215](https://github.com/bitnami/charts/issues/8215) -* [bitnami/several] Regenerate README tables ([7b091c0](https://github.com/bitnami/charts/commit/7b091c0)) -* [bitnami/several] Replace HTTP by HTTPS when possible (#8259) ([eafb5bd](https://github.com/bitnami/charts/commit/eafb5bd)), closes [#8259](https://github.com/bitnami/charts/issues/8259) +* [bitnami/several] Add 'community support' note to some Helm chart READMEs (#8148) ([ce6b838](https://github.com/bitnami/charts/commit/ce6b83829ac261c04784d7818c9cfa844f403213)), closes [#8148](https://github.com/bitnami/charts/issues/8148) +* [bitnami/several] Fix deadlinks in README.md (#8215) ([99e90d2](https://github.com/bitnami/charts/commit/99e90d244b3244e059a42f72dcbecd3cda2b66bb)), closes [#8215](https://github.com/bitnami/charts/issues/8215) +* [bitnami/several] Regenerate README tables ([7b091c0](https://github.com/bitnami/charts/commit/7b091c0808ef00425c404cb97fe73c0578ccf1a3)) +* [bitnami/several] Replace HTTP by HTTPS when possible (#8259) ([eafb5bd](https://github.com/bitnami/charts/commit/eafb5bd5a2cc3aaf04fc1e8ebedd73f420d76864)), closes [#8259](https://github.com/bitnami/charts/issues/8259) ## 10.1.0 (2021-11-17) -* [bitnami/*] Add network policies - third batch (#8116) ([84f366a](https://github.com/bitnami/charts/commit/84f366a)), closes [#8116](https://github.com/bitnami/charts/issues/8116) +* [bitnami/*] Add network policies - third batch (#8116) ([84f366a](https://github.com/bitnami/charts/commit/84f366af1d4c4eb5e31b27ccec84076dc3ca9bf1)), closes [#8116](https://github.com/bitnami/charts/issues/8116) ## 10.0.30 (2021-11-17) -* [bitnami/opencart] Release 10.0.30 updating components versions ([2df5291](https://github.com/bitnami/charts/commit/2df5291)) -* [bitnami/several] Regenerate README tables ([6e3fb95](https://github.com/bitnami/charts/commit/6e3fb95)) +* [bitnami/opencart] Release 10.0.30 updating components versions ([2df5291](https://github.com/bitnami/charts/commit/2df5291259f09ce90f39d2d6818f08293756d48a)) +* [bitnami/several] Regenerate README tables ([6e3fb95](https://github.com/bitnami/charts/commit/6e3fb954296a91f83fc1654d77109e5ef4fb6dc0)) ## 10.0.29 (2021-10-27) -* [bitnami/opencart] Release 10.0.29 updating components versions ([021376b](https://github.com/bitnami/charts/commit/021376b)) +* [bitnami/opencart] Release 10.0.29 updating components versions ([021376b](https://github.com/bitnami/charts/commit/021376b934ac66b2ef02554861c6cfb6535391ab)) ## 10.0.28 (2021-10-22) -* [bitnami/several] Add chart info to NOTES.txt (#7889) ([a6751cd](https://github.com/bitnami/charts/commit/a6751cd)), closes [#7889](https://github.com/bitnami/charts/issues/7889) +* [bitnami/several] Add chart info to NOTES.txt (#7889) ([a6751cd](https://github.com/bitnami/charts/commit/a6751cdd33c461fabbc459fbea6f219ec64ab6b2)), closes [#7889](https://github.com/bitnami/charts/issues/7889) ## 10.0.27 (2021-10-19) -* [bitnami/several] Change pullPolicy for bitnami-shell image (#7852) ([9711a33](https://github.com/bitnami/charts/commit/9711a33)), closes [#7852](https://github.com/bitnami/charts/issues/7852) -* [bitnami/several] Regenerate README tables ([9bead53](https://github.com/bitnami/charts/commit/9bead53)) +* [bitnami/several] Change pullPolicy for bitnami-shell image (#7852) ([9711a33](https://github.com/bitnami/charts/commit/9711a33c6eec72ea79143c4b7574dbe6a148d6b2)), closes [#7852](https://github.com/bitnami/charts/issues/7852) +* [bitnami/several] Regenerate README tables ([9bead53](https://github.com/bitnami/charts/commit/9bead53e7ae9de9977de03b92d3b7bc49a941d4a)) ## 10.0.26 (2021-10-07) -* [bitnami/opencart] Release 10.0.26 updating components versions ([7b081fc](https://github.com/bitnami/charts/commit/7b081fc)) -* [bitnami/prestashop] Fix default value for `ingress. ingressClassName` (and regenerate READMEs) (#77 ([c3fbb73](https://github.com/bitnami/charts/commit/c3fbb73)), closes [#7732](https://github.com/bitnami/charts/issues/7732) +* [bitnami/opencart] Release 10.0.26 updating components versions ([7b081fc](https://github.com/bitnami/charts/commit/7b081fc50340f9f8b2ceaa8aa22dc84d20401919)) +* [bitnami/prestashop] Fix default value for `ingress. ingressClassName` (and regenerate READMEs) (#77 ([c3fbb73](https://github.com/bitnami/charts/commit/c3fbb73586675a4922ca57dfd195791d3ffdc40f)), closes [#7732](https://github.com/bitnami/charts/issues/7732) ## 10.0.25 (2021-10-07) -* [bitnami/opencart] Release 10.0.25 updating components versions ([88c2146](https://github.com/bitnami/charts/commit/88c2146)) +* [bitnami/opencart] Release 10.0.25 updating components versions ([88c2146](https://github.com/bitnami/charts/commit/88c2146a3ce345d0ece7a044493c6a721adf3d07)) ## 10.0.24 (2021-10-01) -* [bitnami/*] Drop support for deprecated cert-manager annotation (#7646) ([4297b79](https://github.com/bitnami/charts/commit/4297b79)), closes [#7646](https://github.com/bitnami/charts/issues/7646) -* [bitnami/several] Regenerate README tables ([9d60bbd](https://github.com/bitnami/charts/commit/9d60bbd)) +* [bitnami/*] Drop support for deprecated cert-manager annotation (#7646) ([4297b79](https://github.com/bitnami/charts/commit/4297b792e48fba9c7c3b8fed447a856632c61201)), closes [#7646](https://github.com/bitnami/charts/issues/7646) +* [bitnami/several] Regenerate README tables ([9d60bbd](https://github.com/bitnami/charts/commit/9d60bbdd3b400b3585476f9c0b8e29e5c9e00892)) ## 10.0.23 (2021-09-26) -* [bitnami/*] Generate READMEs with new generator version (#7614) ([e5ab2e6](https://github.com/bitnami/charts/commit/e5ab2e6)), closes [#7614](https://github.com/bitnami/charts/issues/7614) -* [bitnami/opencart] Release 10.0.23 updating components versions ([8dd78f3](https://github.com/bitnami/charts/commit/8dd78f3)) -* [bitnami/several] Regenerate README tables ([64d5d74](https://github.com/bitnami/charts/commit/64d5d74)) +* [bitnami/*] Generate READMEs with new generator version (#7614) ([e5ab2e6](https://github.com/bitnami/charts/commit/e5ab2e6ecdd6bce800863f154cda524ff9f6c117)), closes [#7614](https://github.com/bitnami/charts/issues/7614) +* [bitnami/opencart] Release 10.0.23 updating components versions ([8dd78f3](https://github.com/bitnami/charts/commit/8dd78f3ad601fd598702b1ae6d57438a24d30939)) +* [bitnami/several] Regenerate README tables ([64d5d74](https://github.com/bitnami/charts/commit/64d5d747b84299ca9f63ea8a586b13870abe31a6)) ## 10.0.22 (2021-08-27) -* [bitnami/opencart] Release 10.0.22 updating components versions ([13068fa](https://github.com/bitnami/charts/commit/13068fa)) +* [bitnami/opencart] Release 10.0.22 updating components versions ([13068fa](https://github.com/bitnami/charts/commit/13068fac43387a3f302373a80c07fbebb395927c)) ## 10.0.21 (2021-08-26) -* [bitnami/opencart] Release 10.0.21 updating components versions ([fa71773](https://github.com/bitnami/charts/commit/fa71773)) -* [bitnami/several] Regenerate README tables ([da2513b](https://github.com/bitnami/charts/commit/da2513b)) +* [bitnami/opencart] Release 10.0.21 updating components versions ([fa71773](https://github.com/bitnami/charts/commit/fa717736134e9d3321b09b70ec25f1acbd40ed2d)) +* [bitnami/several] Regenerate README tables ([da2513b](https://github.com/bitnami/charts/commit/da2513bf0a33819f3b1151d387c631a9ffdb03e2)) ## 10.0.20 (2021-08-25) -* [bitnami/opencart] Release 10.0.20 updating components versions ([7c075d5](https://github.com/bitnami/charts/commit/7c075d5)) -* [bitnami/several] Regenerate README tables ([6c107e8](https://github.com/bitnami/charts/commit/6c107e8)) +* [bitnami/opencart] Release 10.0.20 updating components versions ([7c075d5](https://github.com/bitnami/charts/commit/7c075d5478322c2d419b3a54fe3d9b2a8f3d2ce0)) +* [bitnami/several] Regenerate README tables ([6c107e8](https://github.com/bitnami/charts/commit/6c107e835d6caf8db2e8b17dcd48c5971637e013)) ## 10.0.19 (2021-08-04) -* [bitnami/opencart] Release 10.0.19 updating components versions ([236ea3f](https://github.com/bitnami/charts/commit/236ea3f)) -* [bitnami/several] Upadte READMEs ([eb3c291](https://github.com/bitnami/charts/commit/eb3c291)) +* [bitnami/opencart] Release 10.0.19 updating components versions ([236ea3f](https://github.com/bitnami/charts/commit/236ea3ffb065531b019df6b8a5a67bfc79def0e2)) +* [bitnami/several] Upadte READMEs ([eb3c291](https://github.com/bitnami/charts/commit/eb3c2916be233280f2226d9cdceb57b08ab4a23b)) ## 10.0.18 (2021-07-21) -* [bitnami/opencart] Release 10.0.18 updating components versions ([cadbfad](https://github.com/bitnami/charts/commit/cadbfad)) +* [bitnami/opencart] Release 10.0.18 updating components versions ([cadbfad](https://github.com/bitnami/charts/commit/cadbfad6b85b8768ba3ac29862c5b4bc3082bb8e)) ## 10.0.17 (2021-07-20) -* [bitnami/several] Fix default values and regenerate README (I) (#6991) ([d4fd5eb](https://github.com/bitnami/charts/commit/d4fd5eb)), closes [#6991](https://github.com/bitnami/charts/issues/6991) +* [bitnami/several] Fix default values and regenerate README (I) (#6991) ([d4fd5eb](https://github.com/bitnami/charts/commit/d4fd5eb610c16816f9f94d73ca9c71ac63ff0549)), closes [#6991](https://github.com/bitnami/charts/issues/6991) ## 10.0.16 (2021-07-16) -* [bitnami/*] Adapt values.yaml of OpenCart, OrangeHRM and ownCloud charts (#6921) ([a536202](https://github.com/bitnami/charts/commit/a536202)), closes [#6921](https://github.com/bitnami/charts/issues/6921) +* [bitnami/*] Adapt values.yaml of OpenCart, OrangeHRM and ownCloud charts (#6921) ([a536202](https://github.com/bitnami/charts/commit/a5362024abac2defc8d3e3d9a0fd5b121ba157fd)), closes [#6921](https://github.com/bitnami/charts/issues/6921) ## 10.0.15 (2021-07-05) -* [bitnami/*] Avoid creating PVC when unneeded (#6840) ([9ae4a7d](https://github.com/bitnami/charts/commit/9ae4a7d)), closes [#6840](https://github.com/bitnami/charts/issues/6840) +* [bitnami/*] Avoid creating PVC when unneeded (#6840) ([9ae4a7d](https://github.com/bitnami/charts/commit/9ae4a7df69ccd9ab719c7c4ec27eb7d0970ced4a)), closes [#6840](https://github.com/bitnami/charts/issues/6840) ## 10.0.14 (2021-06-21) -* [bitnami/opencart] Release 10.0.14 updating components versions ([fed5ca5](https://github.com/bitnami/charts/commit/fed5ca5)) +* [bitnami/opencart] Release 10.0.14 updating components versions ([fed5ca5](https://github.com/bitnami/charts/commit/fed5ca5ddb4cae2732276094e20358b24fc0ff38)) ## 10.0.13 (2021-06-19) -* [bitnami/opencart] Release 10.0.13 updating components versions ([8b372c3](https://github.com/bitnami/charts/commit/8b372c3)) +* [bitnami/opencart] Release 10.0.13 updating components versions ([8b372c3](https://github.com/bitnami/charts/commit/8b372c315bcad9cbbec14c6bf8253b6a39419cdd)) ## 10.0.12 (2021-05-31) -* [bitnami/opencart] Release 10.0.12 updating components versions ([3e398d7](https://github.com/bitnami/charts/commit/3e398d7)) +* [bitnami/opencart] Release 10.0.12 updating components versions ([3e398d7](https://github.com/bitnami/charts/commit/3e398d757c7adba7d752344ae6a8054e02e49282)) ## 10.0.11 (2021-05-28) -* [bitnami/opencart] Release 10.0.11 updating components versions ([ca4b86f](https://github.com/bitnami/charts/commit/ca4b86f)) +* [bitnami/opencart] Release 10.0.11 updating components versions ([ca4b86f](https://github.com/bitnami/charts/commit/ca4b86f46cbf503c9db3986d6955e57e780a4afd)) ## 10.0.10 (2021-05-26) -* [bitnami/opencart] Release 10.0.10 updating components versions ([f3a5aba](https://github.com/bitnami/charts/commit/f3a5aba)) +* [bitnami/opencart] Release 10.0.10 updating components versions ([f3a5aba](https://github.com/bitnami/charts/commit/f3a5aba3799f0bed6aa32bdd7244307a3f9a3f6a)) ## 10.0.9 (2021-05-24) -* [bitnami/opencart] Release 10.0.9 updating components versions ([15fefd5](https://github.com/bitnami/charts/commit/15fefd5)) +* [bitnami/opencart] Release 10.0.9 updating components versions ([15fefd5](https://github.com/bitnami/charts/commit/15fefd501432d285f225ec5fe81b835b4785a76d)) ## 10.0.8 (2021-05-23) -* [bitnami/opencart] Release 10.0.8 updating components versions ([bcf6a30](https://github.com/bitnami/charts/commit/bcf6a30)) +* [bitnami/opencart] Release 10.0.8 updating components versions ([bcf6a30](https://github.com/bitnami/charts/commit/bcf6a30a1dd06534454b6324053ac55952e04195)) ## 10.0.7 (2021-05-08) -* [bitnami/opencart] Release 10.0.7 updating components versions ([9ea60ef](https://github.com/bitnami/charts/commit/9ea60ef)) +* [bitnami/opencart] Release 10.0.7 updating components versions ([9ea60ef](https://github.com/bitnami/charts/commit/9ea60ef0c85d0fb929981807c69e5862b5645896)) ## 10.0.6 (2021-05-05) -* Update NOTES.txt (#6292) ([ee5597c](https://github.com/bitnami/charts/commit/ee5597c)), closes [#6292](https://github.com/bitnami/charts/issues/6292) +* Update NOTES.txt (#6292) ([ee5597c](https://github.com/bitnami/charts/commit/ee5597c86b1cd3587fb50feb1dbc7518195c8cab)), closes [#6292](https://github.com/bitnami/charts/issues/6292) ## 10.0.5 (2021-04-08) -* [bitnami/opencart] Release 10.0.5 updating components versions ([d13d6ee](https://github.com/bitnami/charts/commit/d13d6ee)) +* [bitnami/opencart] Release 10.0.5 updating components versions ([d13d6ee](https://github.com/bitnami/charts/commit/d13d6ee03e918a3deb0faeb5b739a4a66a635b92)) ## 10.0.4 (2021-03-12) -* [bitnami/opencart] Release 10.0.4 updating components versions ([1d479cd](https://github.com/bitnami/charts/commit/1d479cd)) +* [bitnami/opencart] Release 10.0.4 updating components versions ([1d479cd](https://github.com/bitnami/charts/commit/1d479cd35e88b40a73f71fbd19ebf8f414ff0149)) ## 10.0.3 (2021-03-05) -* [bitnami/*] Adapt certificates initContainer to the new image (#5684) ([5d59d2f](https://github.com/bitnami/charts/commit/5d59d2f)), closes [#5684](https://github.com/bitnami/charts/issues/5684) +* [bitnami/*] Adapt certificates initContainer to the new image (#5684) ([5d59d2f](https://github.com/bitnami/charts/commit/5d59d2f21e0aaf95c8a5d24f13804f4062e1fc75)), closes [#5684](https://github.com/bitnami/charts/issues/5684) ## 10.0.2 (2021-03-04) -* [bitnami/*] Add notice regarding parameters immutability after chart installation (#4853) ([5f09573](https://github.com/bitnami/charts/commit/5f09573)), closes [#4853](https://github.com/bitnami/charts/issues/4853) -* [bitnami/*] Remove minideb mentions (#5677) ([870bc4d](https://github.com/bitnami/charts/commit/870bc4d)), closes [#5677](https://github.com/bitnami/charts/issues/5677) +* [bitnami/*] Add notice regarding parameters immutability after chart installation (#4853) ([5f09573](https://github.com/bitnami/charts/commit/5f095734f92555dec7cd0e3ee961f315eac170ff)), closes [#4853](https://github.com/bitnami/charts/issues/4853) +* [bitnami/*] Remove minideb mentions (#5677) ([870bc4d](https://github.com/bitnami/charts/commit/870bc4dba1fc3aa55dd157da6687b25e8d352206)), closes [#5677](https://github.com/bitnami/charts/issues/5677) ## 10.0.1 (2021-02-10) -* [bitnami/opencart] Release 10.0.1 updating components versions ([76330a9](https://github.com/bitnami/charts/commit/76330a9)) +* [bitnami/opencart] Release 10.0.1 updating components versions ([76330a9](https://github.com/bitnami/charts/commit/76330a9d54684690ab4112c089a4f01469a03e9c)) ## 10.0.0 (2021-01-31) -* [bitnami/opencart] Major change: adapt ingress (#4999) ([56a1330](https://github.com/bitnami/charts/commit/56a1330)), closes [#4999](https://github.com/bitnami/charts/issues/4999) +* [bitnami/opencart] Major change: adapt ingress (#4999) ([56a1330](https://github.com/bitnami/charts/commit/56a1330b649aa46cc51942456778962aada2976f)), closes [#4999](https://github.com/bitnami/charts/issues/4999) ## 9.1.0 (2021-01-28) -* [bitnami/opencart] Add hostAliases (#5285) ([6743c9b](https://github.com/bitnami/charts/commit/6743c9b)), closes [#5285](https://github.com/bitnami/charts/issues/5285) +* [bitnami/opencart] Add hostAliases (#5285) ([6743c9b](https://github.com/bitnami/charts/commit/6743c9b89484d3934857b8e7e624cdd290c54d13)), closes [#5285](https://github.com/bitnami/charts/issues/5285) ## 9.0.6 (2021-01-25) -* [bitnami/*] Change helm version in the prerequisites (#5090) ([c5e67a3](https://github.com/bitnami/charts/commit/c5e67a3)), closes [#5090](https://github.com/bitnami/charts/issues/5090) -* [bitnami/*] Unify icons in Chart.yaml and add missing fields (#5206) ([0462921](https://github.com/bitnami/charts/commit/0462921)), closes [#5206](https://github.com/bitnami/charts/issues/5206) +* [bitnami/*] Change helm version in the prerequisites (#5090) ([c5e67a3](https://github.com/bitnami/charts/commit/c5e67a388743cbee28439d2cabca27884b9daf97)), closes [#5090](https://github.com/bitnami/charts/issues/5090) +* [bitnami/*] Unify icons in Chart.yaml and add missing fields (#5206) ([0462921](https://github.com/bitnami/charts/commit/0462921418ca8d54308b7466197a6d53ffae4628)), closes [#5206](https://github.com/bitnami/charts/issues/5206) ## 9.0.5 (2021-01-11) -* [bitnami/*] fix typos (#4699) ([49adc63](https://github.com/bitnami/charts/commit/49adc63)), closes [#4699](https://github.com/bitnami/charts/issues/4699) -* [bitnami/opencart] Release 9.0.5 updating components versions ([ea9ada3](https://github.com/bitnami/charts/commit/ea9ada3)) +* [bitnami/*] fix typos (#4699) ([49adc63](https://github.com/bitnami/charts/commit/49adc63b672da976c55af2e077aa5648a357b77f)), closes [#4699](https://github.com/bitnami/charts/issues/4699) +* [bitnami/opencart] Release 9.0.5 updating components versions ([ea9ada3](https://github.com/bitnami/charts/commit/ea9ada36a54b9e6b19f1650d07d788a9e85bd6b2)) ## 9.0.4 (2020-12-12) -* [bitnami/opencart] Release 9.0.4 updating components versions ([66a6d63](https://github.com/bitnami/charts/commit/66a6d63)) +* [bitnami/opencart] Release 9.0.4 updating components versions ([66a6d63](https://github.com/bitnami/charts/commit/66a6d6347d0e4bc0ae2fbf5f60c980236ae211ab)) ## 9.0.3 (2020-12-11) -* [bitnami/*] Update dependencies (#4694) ([2826c12](https://github.com/bitnami/charts/commit/2826c12)), closes [#4694](https://github.com/bitnami/charts/issues/4694) +* [bitnami/*] Update dependencies (#4694) ([2826c12](https://github.com/bitnami/charts/commit/2826c125b42505f28431301e3c1bbe5366e47a01)), closes [#4694](https://github.com/bitnami/charts/issues/4694) ## 9.0.2 (2020-11-24) -* [bitnami/*] Fix externaldb secret name (#4461) ([4f5fa7a](https://github.com/bitnami/charts/commit/4f5fa7a)), closes [#4461](https://github.com/bitnami/charts/issues/4461) +* [bitnami/*] Fix externaldb secret name (#4461) ([4f5fa7a](https://github.com/bitnami/charts/commit/4f5fa7a09c255c5b53d6d3e50dbfd4b5344021bd)), closes [#4461](https://github.com/bitnami/charts/issues/4461) ## 9.0.1 (2020-11-16) -* fixed sessionAffinity for svc (#4361) ([c1b6bf7](https://github.com/bitnami/charts/commit/c1b6bf7)), closes [#4361](https://github.com/bitnami/charts/issues/4361) +* fixed sessionAffinity for svc (#4361) ([c1b6bf7](https://github.com/bitnami/charts/commit/c1b6bf77051f5715151a032584d12b75df34a408)), closes [#4361](https://github.com/bitnami/charts/issues/4361) ## 9.0.0 (2020-11-12) -* [bitnami/opencart] Fixed secret for external db (#4242) ([f7ba0b9](https://github.com/bitnami/charts/commit/f7ba0b9)), closes [#4242](https://github.com/bitnami/charts/issues/4242) -* [bitnami/opencart] Major version. Adapt Chart to apiVersion: v2 (#4324) ([9357229](https://github.com/bitnami/charts/commit/9357229)), closes [#4324](https://github.com/bitnami/charts/issues/4324) +* [bitnami/opencart] Fixed secret for external db (#4242) ([f7ba0b9](https://github.com/bitnami/charts/commit/f7ba0b907e2fddf510bfb94c11ec1c888c733a8d)), closes [#4242](https://github.com/bitnami/charts/issues/4242) +* [bitnami/opencart] Major version. Adapt Chart to apiVersion: v2 (#4324) ([9357229](https://github.com/bitnami/charts/commit/935722901c45bd71ab91b1237224e4e6907b2a77)), closes [#4324](https://github.com/bitnami/charts/issues/4324) ## 8.0.3 (2020-11-07) -* [bitnami/opencart] Release 8.0.3 updating components versions ([7479929](https://github.com/bitnami/charts/commit/7479929)) +* [bitnami/opencart] Release 8.0.3 updating components versions ([7479929](https://github.com/bitnami/charts/commit/7479929bfaefbee6935c4aaec7af3a4c747e6422)) ## 8.0.2 (2020-10-30) -* [bitnami/*] Extra manifests should be top-level (#4161) ([b3a95b7](https://github.com/bitnami/charts/commit/b3a95b7)), closes [#4161](https://github.com/bitnami/charts/issues/4161) -* [bitnami/*] Include link to Troubleshootin guide on README.md (#4136) ([c08a20e](https://github.com/bitnami/charts/commit/c08a20e)), closes [#4136](https://github.com/bitnami/charts/issues/4136) +* [bitnami/*] Extra manifests should be top-level (#4161) ([b3a95b7](https://github.com/bitnami/charts/commit/b3a95b701b611ab51924ae5665bcc8cd5ac56898)), closes [#4161](https://github.com/bitnami/charts/issues/4161) +* [bitnami/*] Include link to Troubleshootin guide on README.md (#4136) ([c08a20e](https://github.com/bitnami/charts/commit/c08a20e3db004215383004ff023a73fcc2522e72)), closes [#4136](https://github.com/bitnami/charts/issues/4136) ## 8.0.1 (2020-10-21) -* [bitnami/opencart] Fix typo in values.yaml referencing to Redmine ([854a4f9](https://github.com/bitnami/charts/commit/854a4f9)) -* [bitnami/opencart] fix: init container parsing error (#4058) ([f75f853](https://github.com/bitnami/charts/commit/f75f853)), closes [#4058](https://github.com/bitnami/charts/issues/4058) +* [bitnami/opencart] Fix typo in values.yaml referencing to Redmine ([854a4f9](https://github.com/bitnami/charts/commit/854a4f9ec80eef75f06f559dd7b1a9c7c2028706)) +* [bitnami/opencart] fix: init container parsing error (#4058) ([f75f853](https://github.com/bitnami/charts/commit/f75f8536f5d075ce83c4af74a311b435f6508e81)), closes [#4058](https://github.com/bitnami/charts/issues/4058) ## 8.0.0 (2020-10-08) -* [bitnami/opencart] MAJOR: Follow non-root approach (#3916) ([8faa701](https://github.com/bitnami/charts/commit/8faa701)), closes [#3916](https://github.com/bitnami/charts/issues/3916) +* [bitnami/opencart] MAJOR: Follow non-root approach (#3916) ([8faa701](https://github.com/bitnami/charts/commit/8faa7016408ad625f0fd7edea748236a86623081)), closes [#3916](https://github.com/bitnami/charts/issues/3916) ## 7.0.23 (2020-09-21) -* [bitnami/opencart] Release 7.0.23 updating components versions ([27a39a0](https://github.com/bitnami/charts/commit/27a39a0)) +* [bitnami/opencart] Release 7.0.23 updating components versions ([27a39a0](https://github.com/bitnami/charts/commit/27a39a0b5efc6886d481dec00a387541473c1716)) ## 7.0.22 (2020-09-07) -* [bitnami/metrics-server] Add source repo (#3577) ([1ed12f9](https://github.com/bitnami/charts/commit/1ed12f9)), closes [#3577](https://github.com/bitnami/charts/issues/3577) -* [bitnami/opencart] Release 7.0.22 updating components versions ([b54d8ae](https://github.com/bitnami/charts/commit/b54d8ae)) +* [bitnami/metrics-server] Add source repo (#3577) ([1ed12f9](https://github.com/bitnami/charts/commit/1ed12f96af75322b46afdb2b3d9907c11b13f765)), closes [#3577](https://github.com/bitnami/charts/issues/3577) +* [bitnami/opencart] Release 7.0.22 updating components versions ([b54d8ae](https://github.com/bitnami/charts/commit/b54d8ae54f7caae144797729ac1e8dcb0de65754)) ## 7.0.21 (2020-08-07) -* [bitnami/opencart] Release 7.0.21 updating components versions ([aafd7f3](https://github.com/bitnami/charts/commit/aafd7f3)) +* [bitnami/opencart] Release 7.0.21 updating components versions ([aafd7f3](https://github.com/bitnami/charts/commit/aafd7f3996d7b4bd87d03bb371b4d19359f628ba)) ## 7.0.20 (2020-08-05) -* [bitnami/*] Fix TL;DR typo in READMEs (#3280) ([3d7ab40](https://github.com/bitnami/charts/commit/3d7ab40)), closes [#3280](https://github.com/bitnami/charts/issues/3280) -* [bitnami/opencart] Release 7.0.20 updating components versions ([230ec92](https://github.com/bitnami/charts/commit/230ec92)) +* [bitnami/*] Fix TL;DR typo in READMEs (#3280) ([3d7ab40](https://github.com/bitnami/charts/commit/3d7ab406fecd64f1af25f53e7d27f03ec95b29a4)), closes [#3280](https://github.com/bitnami/charts/issues/3280) +* [bitnami/opencart] Release 7.0.20 updating components versions ([230ec92](https://github.com/bitnami/charts/commit/230ec92dec3145416f77000ec03a727e5efeb567)) ## 7.0.19 (2020-07-21) -* [bitnami/all] Add categories (#3075) ([63bde06](https://github.com/bitnami/charts/commit/63bde06)), closes [#3075](https://github.com/bitnami/charts/issues/3075) -* [bitnami/opencart] Release 7.0.19 updating components versions ([5c999ec](https://github.com/bitnami/charts/commit/5c999ec)) +* [bitnami/all] Add categories (#3075) ([63bde06](https://github.com/bitnami/charts/commit/63bde066b87a140fab52264d0522401ab3d63509)), closes [#3075](https://github.com/bitnami/charts/issues/3075) +* [bitnami/opencart] Release 7.0.19 updating components versions ([5c999ec](https://github.com/bitnami/charts/commit/5c999ecedc27627ac1ec962855323cfd1ae8340d)) ## 7.0.18 (2020-07-02) -* [bitnami/opencart] Release 7.0.18 updating components versions ([e76971b](https://github.com/bitnami/charts/commit/e76971b)) +* [bitnami/opencart] Release 7.0.18 updating components versions ([e76971b](https://github.com/bitnami/charts/commit/e76971bc01439c2e1068e4e1cabddd8af3364144)) ## 7.0.17 (2020-06-02) -* [bitnami/opencart] Release 7.0.17 updating components versions ([9061449](https://github.com/bitnami/charts/commit/9061449)) -* Add support for helm lint and helm install in PRs via GH Actions (#2721) ([5ed97f0](https://github.com/bitnami/charts/commit/5ed97f0)), closes [#2721](https://github.com/bitnami/charts/issues/2721) +* [bitnami/opencart] Release 7.0.17 updating components versions ([9061449](https://github.com/bitnami/charts/commit/9061449e4f689dd261774eac72b6f81e6f869064)) +* Add support for helm lint and helm install in PRs via GH Actions (#2721) ([5ed97f0](https://github.com/bitnami/charts/commit/5ed97f0c1ab49e7c7c3af81b888f41f50a7cfbab)), closes [#2721](https://github.com/bitnami/charts/issues/2721) ## 7.0.16 (2020-05-31) -* [bitnami/opencart] Release 7.0.16 updating components versions ([3512e91](https://github.com/bitnami/charts/commit/3512e91)) -* update bitnami/common to be compatible with helm v2.12+ (#2615) ([c7751eb](https://github.com/bitnami/charts/commit/c7751eb)), closes [#2615](https://github.com/bitnami/charts/issues/2615) +* [bitnami/opencart] Release 7.0.16 updating components versions ([3512e91](https://github.com/bitnami/charts/commit/3512e91c3d5400bfe871308e31c0030acc44e97b)) +* update bitnami/common to be compatible with helm v2.12+ (#2615) ([c7751eb](https://github.com/bitnami/charts/commit/c7751eb5764e468e1854b58a1b8491d2b13e0a4a)), closes [#2615](https://github.com/bitnami/charts/issues/2615) ## 7.0.15 (2020-05-01) -* [bitnami/opencart] Release 7.0.15 updating components versions ([4121a3a](https://github.com/bitnami/charts/commit/4121a3a)) +* [bitnami/opencart] Release 7.0.15 updating components versions ([4121a3a](https://github.com/bitnami/charts/commit/4121a3ad6508942d131df658273945db34e2f541)) ## 7.0.14 (2020-04-22) -* [bitnami/opencart] Release 7.0.14 updating components versions ([a29a322](https://github.com/bitnami/charts/commit/a29a322)) +* [bitnami/opencart] Release 7.0.14 updating components versions ([a29a322](https://github.com/bitnami/charts/commit/a29a3220ff2d4fe6ec8548e07f44d9d5b75c911f)) ## 7.0.13 (2020-04-22) -* [bitnami/opencart] Release 7.0.13 updating components versions ([cf598a0](https://github.com/bitnami/charts/commit/cf598a0)) +* [bitnami/opencart] Release 7.0.13 updating components versions ([cf598a0](https://github.com/bitnami/charts/commit/cf598a08a9b08f92492ca180e812ed521b264cc1)) ## 7.0.12 (2020-04-16) -* [bitnami/opencart] Release 7.0.12 updating components versions ([33d24e7](https://github.com/bitnami/charts/commit/33d24e7)) +* [bitnami/opencart] Release 7.0.12 updating components versions ([33d24e7](https://github.com/bitnami/charts/commit/33d24e7a1a4fc5eb738f99f1dca72cb0f3d1ad92)) ## 7.0.11 (2020-04-13) -* [bitnami/chart] Change in the command of apache-exporter (#2289) ([de3806f](https://github.com/bitnami/charts/commit/de3806f)), closes [#2289](https://github.com/bitnami/charts/issues/2289) +* [bitnami/chart] Change in the command of apache-exporter (#2289) ([de3806f](https://github.com/bitnami/charts/commit/de3806f6bd73d88e96170b7bb31ac14eaba70ad0)), closes [#2289](https://github.com/bitnami/charts/issues/2289) ## 7.0.10 (2020-03-26) -* [bitnami/opencart] Release 7.0.10 updating components versions ([8371b2d](https://github.com/bitnami/charts/commit/8371b2d)) +* [bitnami/opencart] Release 7.0.10 updating components versions ([8371b2d](https://github.com/bitnami/charts/commit/8371b2d5a665889c75cb2b25a7c492a93ac4e9c3)) ## 7.0.9 (2020-03-20) -* [bitnami/opencart] Release 7.0.9 updating components versions ([710c92d](https://github.com/bitnami/charts/commit/710c92d)) +* [bitnami/opencart] Release 7.0.9 updating components versions ([710c92d](https://github.com/bitnami/charts/commit/710c92d201a1f98d2322e7a8ff70a699fc7fafcf)) ## 7.0.8 (2020-03-14) -* [bitnami/opencart] Release 7.0.8 updating components versions ([7a0add8](https://github.com/bitnami/charts/commit/7a0add8)) +* [bitnami/opencart] Release 7.0.8 updating components versions ([7a0add8](https://github.com/bitnami/charts/commit/7a0add8597e4310a95c060f9d506211411dd3024)) ## 7.0.7 (2020-03-11) -* Move charts from upstreamed folder to bitnami (#2032) ([a0e44f7](https://github.com/bitnami/charts/commit/a0e44f7)), closes [#2032](https://github.com/bitnami/charts/issues/2032) +* Move charts from upstreamed folder to bitnami (#2032) ([a0e44f7](https://github.com/bitnami/charts/commit/a0e44f7d6a10b8b5643186130ea420887cb72c7c)), closes [#2032](https://github.com/bitnami/charts/issues/2032) diff --git a/bitnami/opencart/Chart.yaml b/bitnami/opencart/Chart.yaml index dd0ad83a0605e0..daab277f55e72f 100644 --- a/bitnami/opencart/Chart.yaml +++ b/bitnami/opencart/Chart.yaml @@ -38,4 +38,4 @@ maintainers: name: opencart sources: - https://github.com/bitnami/charts/tree/main/bitnami/opencart -version: 18.1.0 +version: 18.2.0 diff --git a/bitnami/opencart/README.md b/bitnami/opencart/README.md index 1ecc7f34082fef..e386d8e62148fd 100644 --- a/bitnami/opencart/README.md +++ b/bitnami/opencart/README.md @@ -178,6 +178,9 @@ helm install my-release --set persistence.existingClaim=PVC_NAME oci://REGISTRY_ | `extraVolumes` | Extra volumes to add to the deployment. Requires setting `extraVolumeMounts` | `[]` | | `extraVolumeMounts` | Extra volume mounts to add to the container. Normally used with `extraVolumes`. | `[]` | | `initContainers` | Extra init containers to add to the deployment | `[]` | +| `pdb.create` | Enable/disable a Pod Disruption Budget creation | `true` | +| `pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `""` | +| `pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `pdb.minAvailable` and `pdb.maxUnavailable` are empty. | `""` | | `sidecars` | Extra sidecar containers to add to the deployment | `[]` | | `tolerations` | Tolerations for pod assignment. Evaluated as a template. | `[]` | | `existingSecret` | Name of a secret with the application password | `""` | diff --git a/bitnami/opencart/templates/pdb.yaml b/bitnami/opencart/templates/pdb.yaml new file mode 100644 index 00000000000000..5bbea124166e95 --- /dev/null +++ b/bitnami/opencart/templates/pdb.yaml @@ -0,0 +1,26 @@ +{{- /* +Copyright Broadcom, Inc. All Rights Reserved. +SPDX-License-Identifier: APACHE-2.0 +*/}} + +{{- if and ( include "opencart.host" . ) .Values.pdb.create }} +apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} +kind: PodDisruptionBudget +metadata: + name: {{ include "common.names.fullname" . }} + namespace: {{ include "common.names.namespace" . | quote }} + labels: {{- include "common.labels.standard" ( dict "customLabels" .Values.commonLabels "context" $ ) | nindent 4 }} + {{- if .Values.commonAnnotations }} + annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }} + {{- end }} +spec: + {{- if .Values.pdb.minAvailable }} + minAvailable: {{ .Values.pdb.minAvailable }} + {{- end }} + {{- if or .Values.pdb.maxUnavailable ( not .Values.pdb.minAvailable ) }} + maxUnavailable: {{ .Values.pdb.maxUnavailable | default 1 }} + {{- end }} + {{- $podLabels := include "common.tplvalues.merge" ( dict "values" ( list .Values.podLabels .Values.commonLabels ) "context" . ) }} + selector: + matchLabels: {{- include "common.labels.matchLabels" ( dict "customLabels" $podLabels "context" $ ) | nindent 6 }} +{{- end }} diff --git a/bitnami/opencart/values.yaml b/bitnami/opencart/values.yaml index 22dc6219badbed..9f5af1f1c491ba 100644 --- a/bitnami/opencart/values.yaml +++ b/bitnami/opencart/values.yaml @@ -175,6 +175,16 @@ extraVolumeMounts: [] ## @param initContainers Extra init containers to add to the deployment ## initContainers: [] +## Pod Disruption Budget configuration +## ref: https://kubernetes.io/docs/tasks/run-application/configure-pdb +## @param pdb.create Enable/disable a Pod Disruption Budget creation +## @param pdb.minAvailable Minimum number/percentage of pods that should remain scheduled +## @param pdb.maxUnavailable Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `pdb.minAvailable` and `pdb.maxUnavailable` are empty. +## +pdb: + create: true + minAvailable: "" + maxUnavailable: "" ## @param sidecars Extra sidecar containers to add to the deployment ## sidecars: [] From e453040d5e23e57403d60fd6f7867ab88c302001 Mon Sep 17 00:00:00 2001 From: Fran Mulero Date: Wed, 29 May 2024 11:15:09 +0200 Subject: [PATCH 077/110] [bitnami/phpbb] Enable PodDisruptionBudgets (#26527) * [bitnami/phpbb] Enable PodDisruptionBudgets Signed-off-by: Fran Mulero * Update CHANGELOG.md Signed-off-by: Bitnami Containers --------- Signed-off-by: Fran Mulero Signed-off-by: Bitnami Containers Co-authored-by: Bitnami Containers --- bitnami/phpbb/CHANGELOG.md | 469 ++++++++++++++++--------------- bitnami/phpbb/Chart.yaml | 2 +- bitnami/phpbb/README.md | 3 + bitnami/phpbb/templates/pdb.yaml | 28 ++ bitnami/phpbb/values.yaml | 10 + 5 files changed, 279 insertions(+), 233 deletions(-) create mode 100644 bitnami/phpbb/templates/pdb.yaml diff --git a/bitnami/phpbb/CHANGELOG.md b/bitnami/phpbb/CHANGELOG.md index da53b2e934ffb6..7eb1ecca0c9f9f 100644 --- a/bitnami/phpbb/CHANGELOG.md +++ b/bitnami/phpbb/CHANGELOG.md @@ -1,731 +1,736 @@ # Changelog +## 18.2.0 (2024-05-29) + +* [bitnami/phpbb] Enable PodDisruptionBudgets ([#26527](https://github.com/bitnami/charts/pull/26527)) + ## 18.1.0 (2024-05-21) -* [bitnami/phpbb] feat: :sparkles: :lock: Add warning when original images are replaced ([#26261](https://github.com/bitnami/charts/pulls/26261)) +* [bitnami/*] ci: :construction_worker: Add tag and changelog support (#25359) ([91c707c](https://github.com/bitnami/charts/commit/91c707c9e4e574725a09505d2d313fb93f1b4c0a)), closes [#25359](https://github.com/bitnami/charts/issues/25359) +* [bitnami/phpbb] feat: :sparkles: :lock: Add warning when original images are replaced (#26261) ([c61f415](https://github.com/bitnami/charts/commit/c61f41584c9e92a9f2ac08b8821aac8d79ae021e)), closes [#26261](https://github.com/bitnami/charts/issues/26261) ## 18.0.4 (2024-05-18) -* [bitnami/phpbb] Release 18.0.4 updating components versions (#26062) ([8b887f2](https://github.com/bitnami/charts/commit/8b887f2)), closes [#26062](https://github.com/bitnami/charts/issues/26062) +* [bitnami/phpbb] Release 18.0.4 updating components versions (#26062) ([8b887f2](https://github.com/bitnami/charts/commit/8b887f2e40ee13191f9aa26d1ba359214e8a0780)), closes [#26062](https://github.com/bitnami/charts/issues/26062) ## 18.0.3 (2024-05-16) -* [bitnami/phpbb] Use different liveness/readiness probes (#25932) ([5cbe088](https://github.com/bitnami/charts/commit/5cbe088)), closes [#25932](https://github.com/bitnami/charts/issues/25932) +* [bitnami/phpbb] Use different liveness/readiness probes (#25932) ([5cbe088](https://github.com/bitnami/charts/commit/5cbe088b18d6e1cd4a238efc9edd27a8349d6d6a)), closes [#25932](https://github.com/bitnami/charts/issues/25932) ## 18.0.2 (2024-05-14) -* [bitnami/*] Change non-root and rolling-tags doc URLs (#25628) ([b067c94](https://github.com/bitnami/charts/commit/b067c94)), closes [#25628](https://github.com/bitnami/charts/issues/25628) -* [bitnami/*] Set new header/owner (#25558) ([8d1dc11](https://github.com/bitnami/charts/commit/8d1dc11)), closes [#25558](https://github.com/bitnami/charts/issues/25558) -* [bitnami/multiple charts] Fix typo: "NetworkPolice" vs "NetworkPolicy" (#25348) ([6970c1b](https://github.com/bitnami/charts/commit/6970c1b)), closes [#25348](https://github.com/bitnami/charts/issues/25348) -* [bitnami/phpbb] Release 18.0.2 updating components versions (#25807) ([899994f](https://github.com/bitnami/charts/commit/899994f)), closes [#25807](https://github.com/bitnami/charts/issues/25807) -* Replace VMware by Broadcom copyright text (#25306) ([a5e4bd0](https://github.com/bitnami/charts/commit/a5e4bd0)), closes [#25306](https://github.com/bitnami/charts/issues/25306) +* [bitnami/*] Change non-root and rolling-tags doc URLs (#25628) ([b067c94](https://github.com/bitnami/charts/commit/b067c94f6bcde427863c197fd355f0b5ba12ff5b)), closes [#25628](https://github.com/bitnami/charts/issues/25628) +* [bitnami/*] Set new header/owner (#25558) ([8d1dc11](https://github.com/bitnami/charts/commit/8d1dc11f5fb30db6fba50c43d7af59d2f79deed3)), closes [#25558](https://github.com/bitnami/charts/issues/25558) +* [bitnami/multiple charts] Fix typo: "NetworkPolice" vs "NetworkPolicy" (#25348) ([6970c1b](https://github.com/bitnami/charts/commit/6970c1ba245873506e73d459c6eac1e4919b778f)), closes [#25348](https://github.com/bitnami/charts/issues/25348) +* [bitnami/phpbb] Release 18.0.2 updating components versions (#25807) ([899994f](https://github.com/bitnami/charts/commit/899994fde5da772b4b412d418538badf916a3b1b)), closes [#25807](https://github.com/bitnami/charts/issues/25807) +* Replace VMware by Broadcom copyright text (#25306) ([a5e4bd0](https://github.com/bitnami/charts/commit/a5e4bd0e35e419203793976a78d9d0a13de92c76)), closes [#25306](https://github.com/bitnami/charts/issues/25306) ## 18.0.1 (2024-04-08) -* [bitnami/*] Readme typos (#24852) ([532fcdc](https://github.com/bitnami/charts/commit/532fcdc)), closes [#24852](https://github.com/bitnami/charts/issues/24852) -* [bitnami/phpbb] Release 18.0.1 updating components versions (#25051) ([bca648b](https://github.com/bitnami/charts/commit/bca648b)), closes [#25051](https://github.com/bitnami/charts/issues/25051) -* Update resourcesPreset comments (#24467) ([92e3e8a](https://github.com/bitnami/charts/commit/92e3e8a)), closes [#24467](https://github.com/bitnami/charts/issues/24467) +* [bitnami/*] Readme typos (#24852) ([532fcdc](https://github.com/bitnami/charts/commit/532fcdc499cb67eccf0ade49ff1c02d3deb1d696)), closes [#24852](https://github.com/bitnami/charts/issues/24852) +* [bitnami/phpbb] Release 18.0.1 updating components versions (#25051) ([bca648b](https://github.com/bitnami/charts/commit/bca648b36d93e88b06ffcb8770f06083a8c2e4db)), closes [#25051](https://github.com/bitnami/charts/issues/25051) +* Update resourcesPreset comments (#24467) ([92e3e8a](https://github.com/bitnami/charts/commit/92e3e8a507326d2a20a8f10ab3e7746a2ec5c554)), closes [#24467](https://github.com/bitnami/charts/issues/24467) ## 18.0.0 (2024-04-02) -* [bitnami/phpbb] Update MariaDB to branch 11.3 (#24828) ([bf2d638](https://github.com/bitnami/charts/commit/bf2d638)), closes [#24828](https://github.com/bitnami/charts/issues/24828) +* [bitnami/phpbb] Update MariaDB to branch 11.3 (#24828) ([bf2d638](https://github.com/bitnami/charts/commit/bf2d638bd5e9b0a9f32a85369ba6786effe3c50e)), closes [#24828](https://github.com/bitnami/charts/issues/24828) ## 17.0.1 (2024-04-02) -* [bitnami/phpbb] Release 17.0.1 updating components versions (#24797) ([761c3d3](https://github.com/bitnami/charts/commit/761c3d3)), closes [#24797](https://github.com/bitnami/charts/issues/24797) +* [bitnami/phpbb] Release 17.0.1 updating components versions (#24797) ([761c3d3](https://github.com/bitnami/charts/commit/761c3d3e87bdd8483c437f240d419027eb9eaee7)), closes [#24797](https://github.com/bitnami/charts/issues/24797) ## 17.0.0 (2024-04-02) -* [bitnami/*] Reorder Chart sections (#24455) ([0cf4048](https://github.com/bitnami/charts/commit/0cf4048)), closes [#24455](https://github.com/bitnami/charts/issues/24455) -* [bitnami/phpbb] feat!: :lock: :boom: Improve security defaults (#24774) ([57adc16](https://github.com/bitnami/charts/commit/57adc16)), closes [#24774](https://github.com/bitnami/charts/issues/24774) +* [bitnami/*] Reorder Chart sections (#24455) ([0cf4048](https://github.com/bitnami/charts/commit/0cf4048e8743f70a9753d460655bd030cbff6824)), closes [#24455](https://github.com/bitnami/charts/issues/24455) +* [bitnami/phpbb] feat!: :lock: :boom: Improve security defaults (#24774) ([57adc16](https://github.com/bitnami/charts/commit/57adc1632d3e3638d44c1a7806a6e2245756be22)), closes [#24774](https://github.com/bitnami/charts/issues/24774) ## 16.5.0 (2024-03-06) -* [bitnami/phpbb] feat: :sparkles: :lock: Add automatic adaptation for Openshift restricted-v2 SCC (#2 ([a69698d](https://github.com/bitnami/charts/commit/a69698d)), closes [#24138](https://github.com/bitnami/charts/issues/24138) +* [bitnami/phpbb] feat: :sparkles: :lock: Add automatic adaptation for Openshift restricted-v2 SCC (#2 ([a69698d](https://github.com/bitnami/charts/commit/a69698df81cf9c6d599048891fe3bf94955c8ca2)), closes [#24138](https://github.com/bitnami/charts/issues/24138) ## 16.4.2 (2024-02-22) -* [bitnami/phpbb] Release 16.4.2 updating components versions (#23817) ([2c9bf81](https://github.com/bitnami/charts/commit/2c9bf81)), closes [#23817](https://github.com/bitnami/charts/issues/23817) +* [bitnami/phpbb] Release 16.4.2 updating components versions (#23817) ([2c9bf81](https://github.com/bitnami/charts/commit/2c9bf8147caf32dc0f38ccb51b221049e2b7cf8a)), closes [#23817](https://github.com/bitnami/charts/issues/23817) ## 16.4.1 (2024-02-21) -* [bitnami/phpbb] Release 16.4.1 updating components versions (#23709) ([7ba1daa](https://github.com/bitnami/charts/commit/7ba1daa)), closes [#23709](https://github.com/bitnami/charts/issues/23709) +* [bitnami/phpbb] Release 16.4.1 updating components versions (#23709) ([7ba1daa](https://github.com/bitnami/charts/commit/7ba1daa5ddb69be0f3411d14dd46fea01c3780c7)), closes [#23709](https://github.com/bitnami/charts/issues/23709) ## 16.4.0 (2024-02-20) -* [bitnami/*] Bump all versions (#23602) ([b70ee2a](https://github.com/bitnami/charts/commit/b70ee2a)), closes [#23602](https://github.com/bitnami/charts/issues/23602) +* [bitnami/*] Bump all versions (#23602) ([b70ee2a](https://github.com/bitnami/charts/commit/b70ee2a30e4dc256bf0ac52928fb2fa7a70f049b)), closes [#23602](https://github.com/bitnami/charts/issues/23602) ## 16.3.0 (2024-02-15) -* [bitnami/phpbb] feat: :sparkles: :lock: Add resource preset support (#23506) ([819354a](https://github.com/bitnami/charts/commit/819354a)), closes [#23506](https://github.com/bitnami/charts/issues/23506) +* [bitnami/phpbb] feat: :sparkles: :lock: Add resource preset support (#23506) ([819354a](https://github.com/bitnami/charts/commit/819354a8e9810144c240eaa3e5b998fec72d8984)), closes [#23506](https://github.com/bitnami/charts/issues/23506) ## 16.2.3 (2024-02-03) -* [bitnami/phpbb] Release 16.2.3 updating components versions (#23124) ([7daa1ba](https://github.com/bitnami/charts/commit/7daa1ba)), closes [#23124](https://github.com/bitnami/charts/issues/23124) +* [bitnami/phpbb] Release 16.2.3 updating components versions (#23124) ([7daa1ba](https://github.com/bitnami/charts/commit/7daa1ba892bb5ccc17ccae1954b4f4d7f7b2599c)), closes [#23124](https://github.com/bitnami/charts/issues/23124) ## 16.2.2 (2024-01-31) -* [bitnami/phpbb] Release 16.2.2 updating components versions (#22963) ([0862ec5](https://github.com/bitnami/charts/commit/0862ec5)), closes [#22963](https://github.com/bitnami/charts/issues/22963) +* [bitnami/phpbb] Release 16.2.2 updating components versions (#22963) ([0862ec5](https://github.com/bitnami/charts/commit/0862ec5060d8967301345e581de8ac55a4bcdf46)), closes [#22963](https://github.com/bitnami/charts/issues/22963) ## 16.2.1 (2024-01-26) -* [bitnami/*] Move documentation sections from docs.bitnami.com back to the README (#22203) ([7564f36](https://github.com/bitnami/charts/commit/7564f36)), closes [#22203](https://github.com/bitnami/charts/issues/22203) -* [bitnami/phpbb] fix: :bug: Set seLinuxOptions to null for Openshift compatibility (#22643) ([21f4fec](https://github.com/bitnami/charts/commit/21f4fec)), closes [#22643](https://github.com/bitnami/charts/issues/22643) +* [bitnami/*] Move documentation sections from docs.bitnami.com back to the README (#22203) ([7564f36](https://github.com/bitnami/charts/commit/7564f36ca1e95ff30ee686652b7ab8690561a707)), closes [#22203](https://github.com/bitnami/charts/issues/22203) +* [bitnami/phpbb] fix: :bug: Set seLinuxOptions to null for Openshift compatibility (#22643) ([21f4fec](https://github.com/bitnami/charts/commit/21f4fec5061d3d039428f37fad42797bccc82710)), closes [#22643](https://github.com/bitnami/charts/issues/22643) ## 16.2.0 (2024-01-22) -* [bitnami/phpbb] fix: :lock: Move service-account token auto-mount to pod declaration (#22497) ([50307b3](https://github.com/bitnami/charts/commit/50307b3)), closes [#22497](https://github.com/bitnami/charts/issues/22497) +* [bitnami/phpbb] fix: :lock: Move service-account token auto-mount to pod declaration (#22497) ([50307b3](https://github.com/bitnami/charts/commit/50307b337c76abd8f4af8c92dd8d8463385f5d80)), closes [#22497](https://github.com/bitnami/charts/issues/22497) ## 16.1.1 (2024-01-18) -* [bitnami/phpbb] Release 16.1.1 updating components versions (#22323) ([07ff1af](https://github.com/bitnami/charts/commit/07ff1af)), closes [#22323](https://github.com/bitnami/charts/issues/22323) +* [bitnami/phpbb] Release 16.1.1 updating components versions (#22323) ([07ff1af](https://github.com/bitnami/charts/commit/07ff1af849d6437f2cc9417c26ac7514b031f2d6)), closes [#22323](https://github.com/bitnami/charts/issues/22323) ## 16.1.0 (2024-01-16) -* [bitnami/*] Fix docs.bitnami.com broken links (#21901) ([f35506d](https://github.com/bitnami/charts/commit/f35506d)), closes [#21901](https://github.com/bitnami/charts/issues/21901) -* [bitnami/*] Fix ref links (in comments) (#21822) ([e4fa296](https://github.com/bitnami/charts/commit/e4fa296)), closes [#21822](https://github.com/bitnami/charts/issues/21822) -* [bitnami/*] Update copyright: Year and company (#21815) ([6c4bf75](https://github.com/bitnami/charts/commit/6c4bf75)), closes [#21815](https://github.com/bitnami/charts/issues/21815) -* [bitnami/phpbb] fix: :lock: Improve podSecurityContext and containerSecurityContext with essential s ([0ef2d69](https://github.com/bitnami/charts/commit/0ef2d69)), closes [#22174](https://github.com/bitnami/charts/issues/22174) +* [bitnami/*] Fix docs.bitnami.com broken links (#21901) ([f35506d](https://github.com/bitnami/charts/commit/f35506d2dadee4f097986e7792df1f53ab215b5d)), closes [#21901](https://github.com/bitnami/charts/issues/21901) +* [bitnami/*] Fix ref links (in comments) (#21822) ([e4fa296](https://github.com/bitnami/charts/commit/e4fa296106b225cf8c82445727c675c7c725e380)), closes [#21822](https://github.com/bitnami/charts/issues/21822) +* [bitnami/*] Update copyright: Year and company (#21815) ([6c4bf75](https://github.com/bitnami/charts/commit/6c4bf75dec58fc7c9aee9f089777b1a858c17d5b)), closes [#21815](https://github.com/bitnami/charts/issues/21815) +* [bitnami/phpbb] fix: :lock: Improve podSecurityContext and containerSecurityContext with essential s ([0ef2d69](https://github.com/bitnami/charts/commit/0ef2d693a2d6345ea4fe89d4784e9669e1e30a12)), closes [#22174](https://github.com/bitnami/charts/issues/22174) ## 16.0.0 (2023-12-20) -* [bitnami/phpbb] Upgrade MariaDB 11.2 (#21694) ([4b90a1c](https://github.com/bitnami/charts/commit/4b90a1c)), closes [#21694](https://github.com/bitnami/charts/issues/21694) +* [bitnami/phpbb] Upgrade MariaDB 11.2 (#21694) ([4b90a1c](https://github.com/bitnami/charts/commit/4b90a1c595b3bf1982b36880292b571a958ef18b)), closes [#21694](https://github.com/bitnami/charts/issues/21694) ## 15.1.3 (2023-12-20) -* [bitnami/phpbb] Release 15.1.3 updating components versions (#21670) ([6051850](https://github.com/bitnami/charts/commit/6051850)), closes [#21670](https://github.com/bitnami/charts/issues/21670) +* [bitnami/phpbb] Release 15.1.3 updating components versions (#21670) ([6051850](https://github.com/bitnami/charts/commit/60518500e33866933ae01b3ee8d0a2a290d2e525)), closes [#21670](https://github.com/bitnami/charts/issues/21670) ## 15.1.2 (2023-11-21) -* [bitnami/*] Remove relative links to non-README sections, add verification for that and update TL;DR ([1103633](https://github.com/bitnami/charts/commit/1103633)), closes [#20967](https://github.com/bitnami/charts/issues/20967) -* [bitnami/*] Rename solutions to "Bitnami package for ..." (#21038) ([b82f979](https://github.com/bitnami/charts/commit/b82f979)), closes [#21038](https://github.com/bitnami/charts/issues/21038) -* [bitnami/phpbb] Release 15.1.2 updating components versions (#21154) ([7ae7ce5](https://github.com/bitnami/charts/commit/7ae7ce5)), closes [#21154](https://github.com/bitnami/charts/issues/21154) +* [bitnami/*] Remove relative links to non-README sections, add verification for that and update TL;DR ([1103633](https://github.com/bitnami/charts/commit/11036334d82df0490aa4abdb591543cab6cf7d7f)), closes [#20967](https://github.com/bitnami/charts/issues/20967) +* [bitnami/*] Rename solutions to "Bitnami package for ..." (#21038) ([b82f979](https://github.com/bitnami/charts/commit/b82f979e4fb63423fe6e2192c946d09d79c944fc)), closes [#21038](https://github.com/bitnami/charts/issues/21038) +* [bitnami/phpbb] Release 15.1.2 updating components versions (#21154) ([7ae7ce5](https://github.com/bitnami/charts/commit/7ae7ce55f815860c19cf121a870b6d9c63342947)), closes [#21154](https://github.com/bitnami/charts/issues/21154) ## 15.1.1 (2023-11-09) -* [bitnami/phpbb] Release 15.1.1 updating components versions (#20775) ([e077ef5](https://github.com/bitnami/charts/commit/e077ef5)), closes [#20775](https://github.com/bitnami/charts/issues/20775) +* [bitnami/phpbb] Release 15.1.1 updating components versions (#20775) ([e077ef5](https://github.com/bitnami/charts/commit/e077ef57b1cc251250797a062629358ab474fd12)), closes [#20775](https://github.com/bitnami/charts/issues/20775) ## 15.1.0 (2023-11-06) -* [bitnami/*] Rename VMware Application Catalog (#20361) ([3acc734](https://github.com/bitnami/charts/commit/3acc734)), closes [#20361](https://github.com/bitnami/charts/issues/20361) -* [bitnami/phpbb] feat: :sparkles: Add support for PSA restricted policy (#20522) ([b756779](https://github.com/bitnami/charts/commit/b756779)), closes [#20522](https://github.com/bitnami/charts/issues/20522) +* [bitnami/*] Rename VMware Application Catalog (#20361) ([3acc734](https://github.com/bitnami/charts/commit/3acc73472beb6fb56c4d99f929061001205bc57e)), closes [#20361](https://github.com/bitnami/charts/issues/20361) +* [bitnami/phpbb] feat: :sparkles: Add support for PSA restricted policy (#20522) ([b756779](https://github.com/bitnami/charts/commit/b756779382ff06e0d8fdd024397c52bb951962be)), closes [#20522](https://github.com/bitnami/charts/issues/20522) ## 15.0.2 (2023-10-22) -* [bitnami/*] Skip image's tag in the README files of the Bitnami Charts (#19841) ([bb9a01b](https://github.com/bitnami/charts/commit/bb9a01b)), closes [#19841](https://github.com/bitnami/charts/issues/19841) -* [bitnami/*] Standardize documentation (#19835) ([af5f753](https://github.com/bitnami/charts/commit/af5f753)), closes [#19835](https://github.com/bitnami/charts/issues/19835) -* [bitnami/phpbb] Release 15.0.2 updating components versions (#20352) ([7fcc280](https://github.com/bitnami/charts/commit/7fcc280)), closes [#20352](https://github.com/bitnami/charts/issues/20352) +* [bitnami/*] Skip image's tag in the README files of the Bitnami Charts (#19841) ([bb9a01b](https://github.com/bitnami/charts/commit/bb9a01b65911c87e48318db922cc05eb42785e42)), closes [#19841](https://github.com/bitnami/charts/issues/19841) +* [bitnami/*] Standardize documentation (#19835) ([af5f753](https://github.com/bitnami/charts/commit/af5f7530c1bc8c5ded53a6c4f7b8f384ac1804f2)), closes [#19835](https://github.com/bitnami/charts/issues/19835) +* [bitnami/phpbb] Release 15.0.2 updating components versions (#20352) ([7fcc280](https://github.com/bitnami/charts/commit/7fcc28032ce6496023180a1f742d9a35a11990cd)), closes [#20352](https://github.com/bitnami/charts/issues/20352) ## 15.0.1 (2023-10-12) -* [bitnami/phpbb] Release 15.0.1 (#20163) ([26ac425](https://github.com/bitnami/charts/commit/26ac425)), closes [#20163](https://github.com/bitnami/charts/issues/20163) +* [bitnami/phpbb] Release 15.0.1 (#20163) ([26ac425](https://github.com/bitnami/charts/commit/26ac425e36fb964ccede08e191d5725cc42cd6e4)), closes [#20163](https://github.com/bitnami/charts/issues/20163) ## 15.0.0 (2023-10-11) -* [bitnami/phpbb] Update major (#20020) ([788f959](https://github.com/bitnami/charts/commit/788f959)), closes [#20020](https://github.com/bitnami/charts/issues/20020) +* [bitnami/phpbb] Update major (#20020) ([788f959](https://github.com/bitnami/charts/commit/788f95992aa8b742b59723936e414ccb39ee726d)), closes [#20020](https://github.com/bitnami/charts/issues/20020) ## 14.2.0 (2023-10-10) -* [bitnami/phpbb] Update MariaDB to 14.x.x (#20006) ([74d145e](https://github.com/bitnami/charts/commit/74d145e)), closes [#20006](https://github.com/bitnami/charts/issues/20006) +* [bitnami/phpbb] Update MariaDB to 14.x.x (#20006) ([74d145e](https://github.com/bitnami/charts/commit/74d145ede64f8b6b3bfeeb9621519e45ed331eb0)), closes [#20006](https://github.com/bitnami/charts/issues/20006) ## 14.1.5 (2023-10-09) -* [bitnami/phpbb] Release 14.1.5 (#19930) ([6931f4d](https://github.com/bitnami/charts/commit/6931f4d)), closes [#19930](https://github.com/bitnami/charts/issues/19930) +* [bitnami/phpbb] Release 14.1.5 (#19930) ([6931f4d](https://github.com/bitnami/charts/commit/6931f4d598964dd13dcef0964c350e90890596e1)), closes [#19930](https://github.com/bitnami/charts/issues/19930) ## 14.1.4 (2023-10-09) -* [bitnami/phpbb] Release 14.1.4 (#19884) ([2a6e0c2](https://github.com/bitnami/charts/commit/2a6e0c2)), closes [#19884](https://github.com/bitnami/charts/issues/19884) +* [bitnami/phpbb] Release 14.1.4 (#19884) ([2a6e0c2](https://github.com/bitnami/charts/commit/2a6e0c21c40f2d8c58f8b6712ea340d55f81df75)), closes [#19884](https://github.com/bitnami/charts/issues/19884) ## 14.1.3 (2023-10-09) -* [bitnami/*] Update Helm charts prerequisites (#19745) ([eb755dd](https://github.com/bitnami/charts/commit/eb755dd)), closes [#19745](https://github.com/bitnami/charts/issues/19745) -* [bitnami/phpbb] Release 14.1.3 (#19803) ([137d721](https://github.com/bitnami/charts/commit/137d721)), closes [#19803](https://github.com/bitnami/charts/issues/19803) +* [bitnami/*] Update Helm charts prerequisites (#19745) ([eb755dd](https://github.com/bitnami/charts/commit/eb755dd36a4dd3cf6635be8e0598f9a7f4c4a554)), closes [#19745](https://github.com/bitnami/charts/issues/19745) +* [bitnami/phpbb] Release 14.1.3 (#19803) ([137d721](https://github.com/bitnami/charts/commit/137d7216ddb16c68636c26c28365d4f79caf5a6e)), closes [#19803](https://github.com/bitnami/charts/issues/19803) ## 14.1.2 (2023-09-19) -* [bitnami/phpbb] Release 14.1.2 (#19400) ([0bdb6ea](https://github.com/bitnami/charts/commit/0bdb6ea)), closes [#19400](https://github.com/bitnami/charts/issues/19400) -* Autogenerate schema files (#19194) ([a2c2090](https://github.com/bitnami/charts/commit/a2c2090)), closes [#19194](https://github.com/bitnami/charts/issues/19194) -* Revert "Autogenerate schema files (#19194)" (#19335) ([73d80be](https://github.com/bitnami/charts/commit/73d80be)), closes [#19194](https://github.com/bitnami/charts/issues/19194) [#19335](https://github.com/bitnami/charts/issues/19335) +* [bitnami/phpbb] Release 14.1.2 (#19400) ([0bdb6ea](https://github.com/bitnami/charts/commit/0bdb6eae4723aafbde4eca6e3de23c162a44319a)), closes [#19400](https://github.com/bitnami/charts/issues/19400) +* Autogenerate schema files (#19194) ([a2c2090](https://github.com/bitnami/charts/commit/a2c2090b5ac97f47b745c8028c6452bf99739772)), closes [#19194](https://github.com/bitnami/charts/issues/19194) +* Revert "Autogenerate schema files (#19194)" (#19335) ([73d80be](https://github.com/bitnami/charts/commit/73d80be525c88fb4b8a54451a55acd506e337062)), closes [#19194](https://github.com/bitnami/charts/issues/19194) [#19335](https://github.com/bitnami/charts/issues/19335) ## 14.1.1 (2023-09-07) -* [bitnami/phpbb: Use merge helper]: (#19090) ([2648bce](https://github.com/bitnami/charts/commit/2648bce)), closes [#19090](https://github.com/bitnami/charts/issues/19090) +* [bitnami/phpbb: Use merge helper]: (#19090) ([2648bce](https://github.com/bitnami/charts/commit/2648bce4d38075950701123b9b41330276a0c3fc)), closes [#19090](https://github.com/bitnami/charts/issues/19090) ## 14.1.0 (2023-08-24) -* [bitnami/phpbb] Support for customizing standard labels (#18739) ([2f3c6bb](https://github.com/bitnami/charts/commit/2f3c6bb)), closes [#18739](https://github.com/bitnami/charts/issues/18739) +* [bitnami/phpbb] Support for customizing standard labels (#18739) ([2f3c6bb](https://github.com/bitnami/charts/commit/2f3c6bbd149f2cdc1d669961541ffc852e2b0f64)), closes [#18739](https://github.com/bitnami/charts/issues/18739) ## 14.0.3 (2023-08-20) -* [bitnami/phpbb] Release 14.0.3 (#18704) ([4745626](https://github.com/bitnami/charts/commit/4745626)), closes [#18704](https://github.com/bitnami/charts/issues/18704) +* [bitnami/phpbb] Release 14.0.3 (#18704) ([4745626](https://github.com/bitnami/charts/commit/4745626f9079cb6ad9ce77ee30320cf5e20e0a88)), closes [#18704](https://github.com/bitnami/charts/issues/18704) ## 14.0.2 (2023-08-17) -* [bitnami/phpbb] Release 14.0.2 (#18573) ([94c50c9](https://github.com/bitnami/charts/commit/94c50c9)), closes [#18573](https://github.com/bitnami/charts/issues/18573) +* [bitnami/phpbb] Release 14.0.2 (#18573) ([94c50c9](https://github.com/bitnami/charts/commit/94c50c9354e054a35a1e5ff503936cac706a0ecb)), closes [#18573](https://github.com/bitnami/charts/issues/18573) ## 14.0.1 (2023-08-03) -* [bitnami/phpbb] Release 14.0.1 (#18167) ([975d6a4](https://github.com/bitnami/charts/commit/975d6a4)), closes [#18167](https://github.com/bitnami/charts/issues/18167) +* [bitnami/phpbb] Release 14.0.1 (#18167) ([975d6a4](https://github.com/bitnami/charts/commit/975d6a477735e6ec18ede0d69bd50b0eb6edc41c)), closes [#18167](https://github.com/bitnami/charts/issues/18167) ## 14.0.0 (2023-08-01) -* [bitnami/phpbb] Update MariaDB chart to 13.0 (#18113) ([8ff9e4d](https://github.com/bitnami/charts/commit/8ff9e4d)), closes [#18113](https://github.com/bitnami/charts/issues/18113) +* [bitnami/phpbb] Update MariaDB chart to 13.0 (#18113) ([8ff9e4d](https://github.com/bitnami/charts/commit/8ff9e4d3cb37437cc1b8ea33ac8d124afe8af2be)), closes [#18113](https://github.com/bitnami/charts/issues/18113) ## 13.1.7 (2023-08-01) -* [bitnami/phpbb] Release 13.1.7 (#18087) ([f392229](https://github.com/bitnami/charts/commit/f392229)), closes [#18087](https://github.com/bitnami/charts/issues/18087) +* [bitnami/phpbb] Release 13.1.7 (#18087) ([f392229](https://github.com/bitnami/charts/commit/f392229bf2385918067f397ab5faf536c68d52f6)), closes [#18087](https://github.com/bitnami/charts/issues/18087) ## 13.1.6 (2023-07-26) -* [bitnami/phpbb] Release 13.1.6 (#17939) ([37e0592](https://github.com/bitnami/charts/commit/37e0592)), closes [#17939](https://github.com/bitnami/charts/issues/17939) +* [bitnami/phpbb] Release 13.1.6 (#17939) ([37e0592](https://github.com/bitnami/charts/commit/37e05929adaab6d458f54a1efdfc64cfd34498d1)), closes [#17939](https://github.com/bitnami/charts/issues/17939) ## 13.1.5 (2023-07-17) -* [bitnami/phpbb] Release 13.1.5 (#17746) ([8230132](https://github.com/bitnami/charts/commit/8230132)), closes [#17746](https://github.com/bitnami/charts/issues/17746) +* [bitnami/phpbb] Release 13.1.5 (#17746) ([8230132](https://github.com/bitnami/charts/commit/8230132086d45d2e7f4d874a6c350f366d468f87)), closes [#17746](https://github.com/bitnami/charts/issues/17746) ## 13.1.4 (2023-07-15) -* [bitnami/phpbb] Release 13.1.4 (#17651) ([6d44db3](https://github.com/bitnami/charts/commit/6d44db3)), closes [#17651](https://github.com/bitnami/charts/issues/17651) -* Add copyright header (#17300) ([da68be8](https://github.com/bitnami/charts/commit/da68be8)), closes [#17300](https://github.com/bitnami/charts/issues/17300) -* Update charts readme (#17217) ([31b3c0a](https://github.com/bitnami/charts/commit/31b3c0a)), closes [#17217](https://github.com/bitnami/charts/issues/17217) +* [bitnami/phpbb] Release 13.1.4 (#17651) ([6d44db3](https://github.com/bitnami/charts/commit/6d44db3da9884f0670a228efbe05cb6ca7d778f2)), closes [#17651](https://github.com/bitnami/charts/issues/17651) +* Add copyright header (#17300) ([da68be8](https://github.com/bitnami/charts/commit/da68be8e951225133c7dfb572d5101ca3d61c5ae)), closes [#17300](https://github.com/bitnami/charts/issues/17300) +* Update charts readme (#17217) ([31b3c0a](https://github.com/bitnami/charts/commit/31b3c0afd968ff4429107e34101f7509e6a0e913)), closes [#17217](https://github.com/bitnami/charts/issues/17217) ## 13.1.3 (2023-06-21) -* [bitnami/*] Change copyright section in READMEs (#17006) ([ef986a1](https://github.com/bitnami/charts/commit/ef986a1)), closes [#17006](https://github.com/bitnami/charts/issues/17006) -* [bitnami/phpbb] Release 13.1.3 (#17252) ([53db192](https://github.com/bitnami/charts/commit/53db192)), closes [#17252](https://github.com/bitnami/charts/issues/17252) -* [bitnami/several] Change copyright section in READMEs (#16989) ([5b6a5cf](https://github.com/bitnami/charts/commit/5b6a5cf)), closes [#16989](https://github.com/bitnami/charts/issues/16989) -* [bitnami/several] Remove 'Community supported solution' section from READMEs (#17119) ([4531d57](https://github.com/bitnami/charts/commit/4531d57)), closes [#17119](https://github.com/bitnami/charts/issues/17119) +* [bitnami/*] Change copyright section in READMEs (#17006) ([ef986a1](https://github.com/bitnami/charts/commit/ef986a1605241102b3dcafe9fd8089e6fc1201ad)), closes [#17006](https://github.com/bitnami/charts/issues/17006) +* [bitnami/phpbb] Release 13.1.3 (#17252) ([53db192](https://github.com/bitnami/charts/commit/53db19254472964954062f0938944b13e7bbbbe7)), closes [#17252](https://github.com/bitnami/charts/issues/17252) +* [bitnami/several] Change copyright section in READMEs (#16989) ([5b6a5cf](https://github.com/bitnami/charts/commit/5b6a5cfb7625a751848a2e5cd796bd7278f406ca)), closes [#16989](https://github.com/bitnami/charts/issues/16989) +* [bitnami/several] Remove 'Community supported solution' section from READMEs (#17119) ([4531d57](https://github.com/bitnami/charts/commit/4531d571914e970fe4cef19ae00a9fa4cc038f47)), closes [#17119](https://github.com/bitnami/charts/issues/17119) ## 13.1.2 (2023-05-22) -* [bitnami/phpbb] Release 13.1.2 (#16847) ([b7ed41a](https://github.com/bitnami/charts/commit/b7ed41a)), closes [#16847](https://github.com/bitnami/charts/issues/16847) +* [bitnami/phpbb] Release 13.1.2 (#16847) ([b7ed41a](https://github.com/bitnami/charts/commit/b7ed41a16cca322eb15f538dd8511855f152a193)), closes [#16847](https://github.com/bitnami/charts/issues/16847) ## 13.1.1 (2023-05-11) -* [bitnami/phpbb] Release 13.0.1 (#16487) ([1f3fbfb](https://github.com/bitnami/charts/commit/1f3fbfb)), closes [#16487](https://github.com/bitnami/charts/issues/16487) -* Add wording for enterprise page (#16560) ([8f22774](https://github.com/bitnami/charts/commit/8f22774)), closes [#16560](https://github.com/bitnami/charts/issues/16560) +* [bitnami/phpbb] Release 13.0.1 (#16487) ([1f3fbfb](https://github.com/bitnami/charts/commit/1f3fbfb6392da473b6a76215ac07b1f655cad738)), closes [#16487](https://github.com/bitnami/charts/issues/16487) +* Add wording for enterprise page (#16560) ([8f22774](https://github.com/bitnami/charts/commit/8f2277440b976d52785ba9149762ad8620a73d1f)), closes [#16560](https://github.com/bitnami/charts/issues/16560) ## 13.1.0 (2023-05-09) -* [bitnami/several] Adapt Chart.yaml to set desired OCI annotations (#16546) ([fc9b18f](https://github.com/bitnami/charts/commit/fc9b18f)), closes [#16546](https://github.com/bitnami/charts/issues/16546) +* [bitnami/several] Adapt Chart.yaml to set desired OCI annotations (#16546) ([fc9b18f](https://github.com/bitnami/charts/commit/fc9b18f2e98805d4df629acbcde696f44f973344)), closes [#16546](https://github.com/bitnami/charts/issues/16546) ## 13.0.0 (2023-04-22) -* [bitnami/phpbb] Upgrade MariaDB to version 10.11 (#16178) ([c394a94](https://github.com/bitnami/charts/commit/c394a94)), closes [#16178](https://github.com/bitnami/charts/issues/16178) +* [bitnami/phpbb] Upgrade MariaDB to version 10.11 (#16178) ([c394a94](https://github.com/bitnami/charts/commit/c394a94df9acd4e3e1c003213063b4b7585ed2aa)), closes [#16178](https://github.com/bitnami/charts/issues/16178) ## 12.4.0 (2023-04-20) -* [bitnami/*] Make Helm charts 100% OCI (#15998) ([8841510](https://github.com/bitnami/charts/commit/8841510)), closes [#15998](https://github.com/bitnami/charts/issues/15998) +* [bitnami/*] Make Helm charts 100% OCI (#15998) ([8841510](https://github.com/bitnami/charts/commit/884151035efcbf2e1b3206e7def85511073fb57d)), closes [#15998](https://github.com/bitnami/charts/issues/15998) ## 12.3.15 (2023-04-10) -* [bitnami/phpbb] Release 12.3.15 (#16004) ([0682a62](https://github.com/bitnami/charts/commit/0682a62)), closes [#16004](https://github.com/bitnami/charts/issues/16004) +* [bitnami/phpbb] Release 12.3.15 (#16004) ([0682a62](https://github.com/bitnami/charts/commit/0682a62db642fcdbb78ebc1cf2e7320cd260e5ca)), closes [#16004](https://github.com/bitnami/charts/issues/16004) ## 12.3.14 (2023-03-19) -* [bitnami/charts] Apply linter to README files (#15357) ([0e29e60](https://github.com/bitnami/charts/commit/0e29e60)), closes [#15357](https://github.com/bitnami/charts/issues/15357) -* [bitnami/phpbb] Release 12.3.14 (#15596) ([2f2e00e](https://github.com/bitnami/charts/commit/2f2e00e)), closes [#15596](https://github.com/bitnami/charts/issues/15596) +* [bitnami/charts] Apply linter to README files (#15357) ([0e29e60](https://github.com/bitnami/charts/commit/0e29e600d3adc8b1b46e506eccb3decfab3b4e63)), closes [#15357](https://github.com/bitnami/charts/issues/15357) +* [bitnami/phpbb] Release 12.3.14 (#15596) ([2f2e00e](https://github.com/bitnami/charts/commit/2f2e00e7d243d348ff32fc9d1e2af997ce9e3043)), closes [#15596](https://github.com/bitnami/charts/issues/15596) ## 12.3.13 (2023-03-01) -* [bitnami/phpbb] Release 12.3.13 (#15248) ([7f33aef](https://github.com/bitnami/charts/commit/7f33aef)), closes [#15248](https://github.com/bitnami/charts/issues/15248) +* [bitnami/phpbb] Release 12.3.13 (#15248) ([7f33aef](https://github.com/bitnami/charts/commit/7f33aefe10e35ff9924475998faec182ccfdbff3)), closes [#15248](https://github.com/bitnami/charts/issues/15248) ## 12.3.12 (2023-02-17) -* [bitnami/*] Fix markdown linter issues (#14874) ([a51e0e8](https://github.com/bitnami/charts/commit/a51e0e8)), closes [#14874](https://github.com/bitnami/charts/issues/14874) -* [bitnami/*] Fix markdown linter issues 2 (#14890) ([aa96572](https://github.com/bitnami/charts/commit/aa96572)), closes [#14890](https://github.com/bitnami/charts/issues/14890) -* [bitnami/*] Remove unexpected extra spaces (#14873) ([c97c714](https://github.com/bitnami/charts/commit/c97c714)), closes [#14873](https://github.com/bitnami/charts/issues/14873) -* [bitnami/phpbb] Release 12.3.12 (#14987) ([a68a907](https://github.com/bitnami/charts/commit/a68a907)), closes [#14987](https://github.com/bitnami/charts/issues/14987) +* [bitnami/*] Fix markdown linter issues (#14874) ([a51e0e8](https://github.com/bitnami/charts/commit/a51e0e8d35495b907f3e70dd2f8e7c3bcbf4166a)), closes [#14874](https://github.com/bitnami/charts/issues/14874) +* [bitnami/*] Fix markdown linter issues 2 (#14890) ([aa96572](https://github.com/bitnami/charts/commit/aa9657237ee8df4a46db0d7fdf8a23230dd6902a)), closes [#14890](https://github.com/bitnami/charts/issues/14890) +* [bitnami/*] Remove unexpected extra spaces (#14873) ([c97c714](https://github.com/bitnami/charts/commit/c97c714887380d47eae7bfeff316bf01595ecd1d)), closes [#14873](https://github.com/bitnami/charts/issues/14873) +* [bitnami/phpbb] Release 12.3.12 (#14987) ([a68a907](https://github.com/bitnami/charts/commit/a68a907bb39cf4448908c88f7b08e135979bf52e)), closes [#14987](https://github.com/bitnami/charts/issues/14987) ## 12.3.11 (2023-02-06) -* [bitnami/*] Change copyright date (#14682) ([add4ec7](https://github.com/bitnami/charts/commit/add4ec7)), closes [#14682](https://github.com/bitnami/charts/issues/14682) -* [bitnami/phpbb] Release 12.3.11 (#14758) ([71eb104](https://github.com/bitnami/charts/commit/71eb104)), closes [#14758](https://github.com/bitnami/charts/issues/14758) +* [bitnami/*] Change copyright date (#14682) ([add4ec7](https://github.com/bitnami/charts/commit/add4ec701108ac36ed4de2dffbdf407a0d091067)), closes [#14682](https://github.com/bitnami/charts/issues/14682) +* [bitnami/phpbb] Release 12.3.11 (#14758) ([71eb104](https://github.com/bitnami/charts/commit/71eb104b4eaa0f916ed2ccb42236840b170b4a41)), closes [#14758](https://github.com/bitnami/charts/issues/14758) ## 12.3.10 (2023-01-28) -* [bitnami/*] Add license annotation and remove obsolete engine parameter (#14293) ([da2a794](https://github.com/bitnami/charts/commit/da2a794)), closes [#14293](https://github.com/bitnami/charts/issues/14293) -* [bitnami/*] Change licenses annotation format (#14377) ([0ab7608](https://github.com/bitnami/charts/commit/0ab7608)), closes [#14377](https://github.com/bitnami/charts/issues/14377) -* [bitnami/*] Unify READMEs (#14472) ([2064fb8](https://github.com/bitnami/charts/commit/2064fb8)), closes [#14472](https://github.com/bitnami/charts/issues/14472) -* [bitnami/phpbb] Release 12.3.10 (#14577) ([c5ffd5f](https://github.com/bitnami/charts/commit/c5ffd5f)), closes [#14577](https://github.com/bitnami/charts/issues/14577) +* [bitnami/*] Add license annotation and remove obsolete engine parameter (#14293) ([da2a794](https://github.com/bitnami/charts/commit/da2a7943bae95b6e9b5b4ed972c15e990b69fdb0)), closes [#14293](https://github.com/bitnami/charts/issues/14293) +* [bitnami/*] Change licenses annotation format (#14377) ([0ab7608](https://github.com/bitnami/charts/commit/0ab760862c660fcc78cffadf8e1d8cdd70881473)), closes [#14377](https://github.com/bitnami/charts/issues/14377) +* [bitnami/*] Unify READMEs (#14472) ([2064fb8](https://github.com/bitnami/charts/commit/2064fb8dcc78a845cdede8211af8c3cc52551161)), closes [#14472](https://github.com/bitnami/charts/issues/14472) +* [bitnami/phpbb] Release 12.3.10 (#14577) ([c5ffd5f](https://github.com/bitnami/charts/commit/c5ffd5fe0239941376606e600e203500a344f30e)), closes [#14577](https://github.com/bitnami/charts/issues/14577) ## 12.3.9 (2022-12-28) -* [bitnami/phpbb] Release 12.3.9 (#14119) ([15010fd](https://github.com/bitnami/charts/commit/15010fd)), closes [#14119](https://github.com/bitnami/charts/issues/14119) +* [bitnami/phpbb] Release 12.3.9 (#14119) ([15010fd](https://github.com/bitnami/charts/commit/15010fde2f19413b7a9c3ccc006aa30fda145d5f)), closes [#14119](https://github.com/bitnami/charts/issues/14119) ## 12.3.8 (2022-11-28) -* [bitnami/phpbb] Release 12.3.8 (#13729) ([e8807ba](https://github.com/bitnami/charts/commit/e8807ba)), closes [#13729](https://github.com/bitnami/charts/issues/13729) +* [bitnami/phpbb] Release 12.3.8 (#13729) ([e8807ba](https://github.com/bitnami/charts/commit/e8807baebb42894b2b1f529e3546d224efb68560)), closes [#13729](https://github.com/bitnami/charts/issues/13729) ## 12.3.7 (2022-11-12) -* [bitnami/*] Use new default branch name in links (#12943) ([a529e02](https://github.com/bitnami/charts/commit/a529e02)), closes [#12943](https://github.com/bitnami/charts/issues/12943) -* [bitnami/phpbb] Release 12.3.7 (#13495) ([698aadf](https://github.com/bitnami/charts/commit/698aadf)), closes [#13495](https://github.com/bitnami/charts/issues/13495) +* [bitnami/*] Use new default branch name in links (#12943) ([a529e02](https://github.com/bitnami/charts/commit/a529e02597d49d944eba1eb0f190713293247176)), closes [#12943](https://github.com/bitnami/charts/issues/12943) +* [bitnami/phpbb] Release 12.3.7 (#13495) ([698aadf](https://github.com/bitnami/charts/commit/698aadfa19f79e7603a13ab6e52b8354a0de2de9)), closes [#13495](https://github.com/bitnami/charts/issues/13495) ## 12.3.6 (2022-10-13) -* [bitnami/phpbb] Release 12.3.6 (#12935) ([39a0620](https://github.com/bitnami/charts/commit/39a0620)), closes [#12935](https://github.com/bitnami/charts/issues/12935) -* Generic README instructions related to the repo (#12792) ([3cf6b10](https://github.com/bitnami/charts/commit/3cf6b10)), closes [#12792](https://github.com/bitnami/charts/issues/12792) +* [bitnami/phpbb] Release 12.3.6 (#12935) ([39a0620](https://github.com/bitnami/charts/commit/39a062014774aa923fbaa64990684041293efd23)), closes [#12935](https://github.com/bitnami/charts/issues/12935) +* Generic README instructions related to the repo (#12792) ([3cf6b10](https://github.com/bitnami/charts/commit/3cf6b10e10e60df4b3e191d6b99aa99a9f597755)), closes [#12792](https://github.com/bitnami/charts/issues/12792) ## 12.3.5 (2022-10-04) -* [bitnami/phpbb] Use custom probes if given (#12545) ([c6997f2](https://github.com/bitnami/charts/commit/c6997f2)), closes [#12545](https://github.com/bitnami/charts/issues/12545) [#12354](https://github.com/bitnami/charts/issues/12354) +* [bitnami/phpbb] Use custom probes if given (#12545) ([c6997f2](https://github.com/bitnami/charts/commit/c6997f2ad0a432058271c418009666845be87ca6)), closes [#12545](https://github.com/bitnami/charts/issues/12545) [#12354](https://github.com/bitnami/charts/issues/12354) ## 12.3.4 (2022-09-13) -* [bitnami/phpbb] Release 12.3.4 (#12388) ([e755ecd](https://github.com/bitnami/charts/commit/e755ecd)), closes [#12388](https://github.com/bitnami/charts/issues/12388) +* [bitnami/phpbb] Release 12.3.4 (#12388) ([e755ecd](https://github.com/bitnami/charts/commit/e755ecde45187fba0632f96a24df402075dddf10)), closes [#12388](https://github.com/bitnami/charts/issues/12388) ## 12.3.3 (2022-09-08) -* [bitnami/phpbb] Release 12.3.3 (#12321) ([30c4ba3](https://github.com/bitnami/charts/commit/30c4ba3)), closes [#12321](https://github.com/bitnami/charts/issues/12321) +* [bitnami/phpbb] Release 12.3.3 (#12321) ([30c4ba3](https://github.com/bitnami/charts/commit/30c4ba35cf4f233cfe0fefce35a8e4b9a71d49be)), closes [#12321](https://github.com/bitnami/charts/issues/12321) ## 12.3.2 (2022-08-23) -* [bitnami/phpbb] Update Chart.lock (#12088) ([43a949b](https://github.com/bitnami/charts/commit/43a949b)), closes [#12088](https://github.com/bitnami/charts/issues/12088) +* [bitnami/phpbb] Update Chart.lock (#12088) ([43a949b](https://github.com/bitnami/charts/commit/43a949b0d1d9b5ea7082a0660674d9cc743a9e9e)), closes [#12088](https://github.com/bitnami/charts/issues/12088) ## 12.3.1 (2022-08-22) -* [bitnami/phpbb] Update Chart.lock (#11984) ([49dd7ee](https://github.com/bitnami/charts/commit/49dd7ee)), closes [#11984](https://github.com/bitnami/charts/issues/11984) +* [bitnami/phpbb] Update Chart.lock (#11984) ([49dd7ee](https://github.com/bitnami/charts/commit/49dd7eee2bf33ceced42c03d6edc0b0201a11db4)), closes [#11984](https://github.com/bitnami/charts/issues/11984) ## 12.3.0 (2022-08-22) -* [bitnami/phpbb] Add support for image digest apart from tag (#11946) ([05b0c06](https://github.com/bitnami/charts/commit/05b0c06)), closes [#11946](https://github.com/bitnami/charts/issues/11946) +* [bitnami/phpbb] Add support for image digest apart from tag (#11946) ([05b0c06](https://github.com/bitnami/charts/commit/05b0c06127f2462b53b82934b5fd154e37a00aee)), closes [#11946](https://github.com/bitnami/charts/issues/11946) ## 12.2.16 (2022-08-09) -* [bitnami/phpbb] Release 12.2.16 updating components versions ([a8608e4](https://github.com/bitnami/charts/commit/a8608e4)) +* [bitnami/phpbb] Release 12.2.16 updating components versions ([a8608e4](https://github.com/bitnami/charts/commit/a8608e46a22cd79739cf3f7d0d4a343790501b63)) ## 12.2.15 (2022-08-06) -* [bitnami/phpbb] Release 12.2.15 updating components versions ([7668e29](https://github.com/bitnami/charts/commit/7668e29)) +* [bitnami/phpbb] Release 12.2.15 updating components versions ([7668e29](https://github.com/bitnami/charts/commit/7668e297fd0096612b2d88fd8e2109ffcc574e34)) ## 12.2.14 (2022-08-02) -* [bitnami/*] Update URLs to point to the new bitnami/containers monorepo (#11352) ([d665af0](https://github.com/bitnami/charts/commit/d665af0)), closes [#11352](https://github.com/bitnami/charts/issues/11352) -* [bitnami/phpbb] Release 12.2.14 updating components versions ([0056962](https://github.com/bitnami/charts/commit/0056962)) +* [bitnami/*] Update URLs to point to the new bitnami/containers monorepo (#11352) ([d665af0](https://github.com/bitnami/charts/commit/d665af0c708846192d8d5fb2f5f9ea65dd464ab0)), closes [#11352](https://github.com/bitnami/charts/issues/11352) +* [bitnami/phpbb] Release 12.2.14 updating components versions ([0056962](https://github.com/bitnami/charts/commit/0056962c87feffbb763afd4bc49324a37a137b12)) ## 12.2.13 (2022-07-12) -* [bitnami/phpbb] Release 12.2.13 updating components versions ([8a1ada1](https://github.com/bitnami/charts/commit/8a1ada1)) +* [bitnami/phpbb] Release 12.2.13 updating components versions ([8a1ada1](https://github.com/bitnami/charts/commit/8a1ada12117bab17db02debe2e0b9a02e7a32d6f)) ## 12.2.12 (2022-07-10) -* [bitnami/phpbb] Release 12.2.12 updating components versions ([d56e33e](https://github.com/bitnami/charts/commit/d56e33e)) +* [bitnami/phpbb] Release 12.2.12 updating components versions ([d56e33e](https://github.com/bitnami/charts/commit/d56e33e7aef1131d81011c49757fc545e7bea174)) ## 12.2.11 (2022-06-30) -* [bitnami/phpbb] Release 12.2.11 updating components versions ([7fa5449](https://github.com/bitnami/charts/commit/7fa5449)) +* [bitnami/phpbb] Release 12.2.11 updating components versions ([7fa5449](https://github.com/bitnami/charts/commit/7fa54499de746a3dda138f6ad1ff87341c4f0d9d)) ## 12.2.10 (2022-06-26) -* [bitnami/phpbb] Release 12.2.10 updating components versions ([741da91](https://github.com/bitnami/charts/commit/741da91)) +* [bitnami/phpbb] Release 12.2.10 updating components versions ([741da91](https://github.com/bitnami/charts/commit/741da919d4b3af22e0b618e913876c3987b84047)) ## 12.2.9 (2022-06-10) -* [bitnami/*] Replace Kubeapps URL in READMEs (and kubeapps Chart.yaml) and remove BKPR references (#1 ([c6a7914](https://github.com/bitnami/charts/commit/c6a7914)), closes [#10600](https://github.com/bitnami/charts/issues/10600) -* [bitnami/phpbb] Release 12.2.9 updating components versions ([0545801](https://github.com/bitnami/charts/commit/0545801)) +* [bitnami/*] Replace Kubeapps URL in READMEs (and kubeapps Chart.yaml) and remove BKPR references (#1 ([c6a7914](https://github.com/bitnami/charts/commit/c6a7914361e5aea6016fb45bf4d621edfd111d32)), closes [#10600](https://github.com/bitnami/charts/issues/10600) +* [bitnami/phpbb] Release 12.2.9 updating components versions ([0545801](https://github.com/bitnami/charts/commit/054580188de2322eb2ce49727e45a444a0eb10b7)) ## 12.2.8 (2022-06-06) -* [bitnami/phpbb] Release 12.2.8 updating components versions ([69882e6](https://github.com/bitnami/charts/commit/69882e6)) +* [bitnami/phpbb] Release 12.2.8 updating components versions ([69882e6](https://github.com/bitnami/charts/commit/69882e6cd98e65862be3a5c34ecd9c7ebade0cad)) ## 12.2.7 (2022-06-01) -* [bitnami/several] Replace maintainers email by url (#10523) ([ff3cf61](https://github.com/bitnami/charts/commit/ff3cf61)), closes [#10523](https://github.com/bitnami/charts/issues/10523) +* [bitnami/several] Replace maintainers email by url (#10523) ([ff3cf61](https://github.com/bitnami/charts/commit/ff3cf617a1680509b0f3855d17c4ccff7b29a0ff)), closes [#10523](https://github.com/bitnami/charts/issues/10523) ## 12.2.6 (2022-05-30) -* [bitnami/several] Replace base64 --decode with base64 -d (#10495) ([099286a](https://github.com/bitnami/charts/commit/099286a)), closes [#10495](https://github.com/bitnami/charts/issues/10495) +* [bitnami/several] Replace base64 --decode with base64 -d (#10495) ([099286a](https://github.com/bitnami/charts/commit/099286ae7a87784cf809df0b64ab24f7ff0144c8)), closes [#10495](https://github.com/bitnami/charts/issues/10495) ## 12.2.5 (2022-05-25) -* [bitnami/phpbb] Release 12.2.5 updating components versions ([f8adb46](https://github.com/bitnami/charts/commit/f8adb46)) +* [bitnami/phpbb] Release 12.2.5 updating components versions ([f8adb46](https://github.com/bitnami/charts/commit/f8adb46e643d897ca36f74d4ba5c41ccb1bef341)) ## 12.2.4 (2022-05-21) -* [bitnami/phpbb] Release 12.2.4 updating components versions ([a99c0ef](https://github.com/bitnami/charts/commit/a99c0ef)) +* [bitnami/phpbb] Release 12.2.4 updating components versions ([a99c0ef](https://github.com/bitnami/charts/commit/a99c0efcec71ee0aa147687612a00c3e699efa0d)) ## 12.2.3 (2022-05-20) -* [bitnami/phpbb] Release 12.2.3 updating components versions ([22344df](https://github.com/bitnami/charts/commit/22344df)) +* [bitnami/phpbb] Release 12.2.3 updating components versions ([22344df](https://github.com/bitnami/charts/commit/22344dfb2300de5d002cf54545607e14ca4fbf2e)) ## 12.2.2 (2022-05-19) -* [bitnami/phpbb] Release 12.2.2 updating components versions ([70b193b](https://github.com/bitnami/charts/commit/70b193b)) +* [bitnami/phpbb] Release 12.2.2 updating components versions ([70b193b](https://github.com/bitnami/charts/commit/70b193ba315075c985a1fc63bcb03a7e9b02bb7d)) ## 12.2.1 (2022-05-18) -* [bitnami/phpbb] Release 12.2.1 updating components versions ([20e9ae3](https://github.com/bitnami/charts/commit/20e9ae3)) +* [bitnami/phpbb] Release 12.2.1 updating components versions ([20e9ae3](https://github.com/bitnami/charts/commit/20e9ae38dadf31b63639631d2451209117832193)) ## 12.2.0 (2022-05-16) -* [bitnami/*] add ingress extraRules feature (#10253) ([0f6cbb9](https://github.com/bitnami/charts/commit/0f6cbb9)), closes [#10253](https://github.com/bitnami/charts/issues/10253) +* [bitnami/*] add ingress extraRules feature (#10253) ([0f6cbb9](https://github.com/bitnami/charts/commit/0f6cbb9099b0e56685cc1d36ba50340f3d7278a1)), closes [#10253](https://github.com/bitnami/charts/issues/10253) ## 12.1.1 (2022-05-15) -* [bitnami/*] Remove old 'ci' files (#10171) ([5df30c4](https://github.com/bitnami/charts/commit/5df30c4)), closes [#10171](https://github.com/bitnami/charts/issues/10171) -* [bitnami/phpbb] Release 12.1.1 updating components versions ([635d344](https://github.com/bitnami/charts/commit/635d344)) +* [bitnami/*] Remove old 'ci' files (#10171) ([5df30c4](https://github.com/bitnami/charts/commit/5df30c44dbd1812da8786579ce4a94917d46a6ad)), closes [#10171](https://github.com/bitnami/charts/issues/10171) +* [bitnami/phpbb] Release 12.1.1 updating components versions ([635d344](https://github.com/bitnami/charts/commit/635d344b66806cc41ec873e78d7ba6138da25f63)) ## 12.1.0 (2022-05-12) -* [bitnami/phpbb] Add missing namespace metadata (#10152) ([89b036c](https://github.com/bitnami/charts/commit/89b036c)), closes [#10152](https://github.com/bitnami/charts/issues/10152) +* [bitnami/phpbb] Add missing namespace metadata (#10152) ([89b036c](https://github.com/bitnami/charts/commit/89b036c7ac76ed3431f57f1bf005ff684982a2d6)), closes [#10152](https://github.com/bitnami/charts/issues/10152) ## 12.0.1 (2022-04-21) -* [bitnami/phpbb] Release 12.0.1 updating components versions ([94c88c6](https://github.com/bitnami/charts/commit/94c88c6)) +* [bitnami/phpbb] Release 12.0.1 updating components versions ([94c88c6](https://github.com/bitnami/charts/commit/94c88c647379ad08da0a7d95e47b00c3ff7a9545)) ## 12.0.0 (2022-04-21) -* [bitnami/phpbb] feat!: :arrow_up: Bump MariaDB version to 10.6 (#9855) ([8a95aea](https://github.com/bitnami/charts/commit/8a95aea)), closes [#9855](https://github.com/bitnami/charts/issues/9855) +* [bitnami/phpbb] feat!: :arrow_up: Bump MariaDB version to 10.6 (#9855) ([8a95aea](https://github.com/bitnami/charts/commit/8a95aea2d6d66888cef1b35377c302df998d3bbb)), closes [#9855](https://github.com/bitnami/charts/issues/9855) ## 11.0.23 (2022-04-20) -* [bitnami/phpbb] Release 11.0.23 updating components versions ([c8517bd](https://github.com/bitnami/charts/commit/c8517bd)) +* [bitnami/phpbb] Release 11.0.23 updating components versions ([c8517bd](https://github.com/bitnami/charts/commit/c8517bd97b24ddcffd4e3de9f2b283ebda4dd2c7)) ## 11.0.22 (2022-04-19) -* [bitnami/phpbb] Release 11.0.22 updating components versions ([cf1046e](https://github.com/bitnami/charts/commit/cf1046e)) +* [bitnami/phpbb] Release 11.0.22 updating components versions ([cf1046e](https://github.com/bitnami/charts/commit/cf1046e2a00923d7d3e6f656024735bffab3a79f)) ## 11.0.21 (2022-04-08) -* [bitnami/phpbb] Release 11.0.21 updating components versions ([e6bef37](https://github.com/bitnami/charts/commit/e6bef37)) +* [bitnami/phpbb] Release 11.0.21 updating components versions ([e6bef37](https://github.com/bitnami/charts/commit/e6bef37d8edca6a8567042dc47a0b8e1e37586ec)) ## 11.0.20 (2022-04-07) -* [bitnami/phpbb] Release 11.0.20 updating components versions ([ddcc652](https://github.com/bitnami/charts/commit/ddcc652)) +* [bitnami/phpbb] Release 11.0.20 updating components versions ([ddcc652](https://github.com/bitnami/charts/commit/ddcc652d56338911511b99c81e4eb0953b9859ef)) ## 11.0.19 (2022-04-06) -* [bitnami/phpbb] Release 11.0.19 updating components versions ([5048aad](https://github.com/bitnami/charts/commit/5048aad)) +* [bitnami/phpbb] Release 11.0.19 updating components versions ([5048aad](https://github.com/bitnami/charts/commit/5048aad02a3bcaefd50f66038234274059cac7f1)) ## 11.0.18 (2022-04-02) -* [bitnami/phpbb] Release 11.0.18 updating components versions ([3fd22e1](https://github.com/bitnami/charts/commit/3fd22e1)) +* [bitnami/phpbb] Release 11.0.18 updating components versions ([3fd22e1](https://github.com/bitnami/charts/commit/3fd22e18c6719b6609092af56fe4fc4480cd0cf8)) ## 11.0.17 (2022-03-29) -* [bitnami/phpbb] Release 11.0.17 updating components versions ([34275b9](https://github.com/bitnami/charts/commit/34275b9)) +* [bitnami/phpbb] Release 11.0.17 updating components versions ([34275b9](https://github.com/bitnami/charts/commit/34275b9bb8b119858efd76ffeb808f8b16df1cec)) ## 11.0.16 (2022-03-28) -* [bitnami/phpbb] Release 11.0.16 updating components versions ([8d5d315](https://github.com/bitnami/charts/commit/8d5d315)) +* [bitnami/phpbb] Release 11.0.16 updating components versions ([8d5d315](https://github.com/bitnami/charts/commit/8d5d315c6505eb652923f8b6f36cc49ce752ea7c)) ## 11.0.15 (2022-03-27) -* [bitnami/phpbb] Release 11.0.15 updating components versions ([6858082](https://github.com/bitnami/charts/commit/6858082)) +* [bitnami/phpbb] Release 11.0.15 updating components versions ([6858082](https://github.com/bitnami/charts/commit/6858082b512f7d526f2fbe5d8ca8c02e7a49f7ac)) ## 11.0.14 (2022-03-25) -* [bitnami/phpbb] Release 11.0.14 updating components versions ([4a290ee](https://github.com/bitnami/charts/commit/4a290ee)) +* [bitnami/phpbb] Release 11.0.14 updating components versions ([4a290ee](https://github.com/bitnami/charts/commit/4a290ee1af1db905f9af164e31043f7bf97a7648)) ## 11.0.13 (2022-03-18) -* [bitnami/phpbb] Release 11.0.13 updating components versions ([a7edb7c](https://github.com/bitnami/charts/commit/a7edb7c)) +* [bitnami/phpbb] Release 11.0.13 updating components versions ([a7edb7c](https://github.com/bitnami/charts/commit/a7edb7c10bf5d21b6f23668e691c87ae087b8721)) ## 11.0.12 (2022-03-17) -* [bitnami/phpbb] Release 11.0.12 updating components versions ([c45eeb4](https://github.com/bitnami/charts/commit/c45eeb4)) +* [bitnami/phpbb] Release 11.0.12 updating components versions ([c45eeb4](https://github.com/bitnami/charts/commit/c45eeb409bfe2b7116ce4945ef273691019fca10)) ## 11.0.11 (2022-03-16) -* [bitnami/phpbb] Release 11.0.11 updating components versions ([30d6dc2](https://github.com/bitnami/charts/commit/30d6dc2)) +* [bitnami/phpbb] Release 11.0.11 updating components versions ([30d6dc2](https://github.com/bitnami/charts/commit/30d6dc2fcc706189ddcbd372628f5d7b0278a06a)) ## 11.0.10 (2022-03-15) -* [bitnami/phpbb] Release 11.0.10 updating components versions ([0b98d4c](https://github.com/bitnami/charts/commit/0b98d4c)) +* [bitnami/phpbb] Release 11.0.10 updating components versions ([0b98d4c](https://github.com/bitnami/charts/commit/0b98d4ce79002f3e17a9b524b4e9fbddf6cc378d)) ## 11.0.9 (2022-03-01) -* [bitnami/phpbb] Release 11.0.9 updating components versions ([1ade685](https://github.com/bitnami/charts/commit/1ade685)) +* [bitnami/phpbb] Release 11.0.9 updating components versions ([1ade685](https://github.com/bitnami/charts/commit/1ade6850e3aa3b9a26d171aed1fe62819ee6e7f7)) ## 11.0.8 (2022-02-27) -* [bitnami/phpbb] Release 11.0.8 updating components versions ([1df41f4](https://github.com/bitnami/charts/commit/1df41f4)) +* [bitnami/phpbb] Release 11.0.8 updating components versions ([1df41f4](https://github.com/bitnami/charts/commit/1df41f486da744f4eec6101bcb1e42a8e2dbb295)) ## 11.0.7 (2022-02-23) -* [bitnami/phpbb] Release 11.0.7 updating components versions ([6541932](https://github.com/bitnami/charts/commit/6541932)) +* [bitnami/phpbb] Release 11.0.7 updating components versions ([6541932](https://github.com/bitnami/charts/commit/6541932c733c62a5610f45a7bf074428bc815506)) ## 11.0.6 (2022-02-23) -* [bitnami/phpbb] Release 11.0.6 updating components versions ([1cf707c](https://github.com/bitnami/charts/commit/1cf707c)) +* [bitnami/phpbb] Release 11.0.6 updating components versions ([1cf707c](https://github.com/bitnami/charts/commit/1cf707c2a8744414904ff10ce461981e552a816a)) ## 11.0.5 (2022-02-13) -* [bitnami/phpbb] Release 11.0.5 updating components versions ([5851686](https://github.com/bitnami/charts/commit/5851686)) +* [bitnami/phpbb] Release 11.0.5 updating components versions ([5851686](https://github.com/bitnami/charts/commit/58516866d9ae04ff975f574fa65245512c700f11)) ## 11.0.4 (2022-02-10) -* [bitnami/phpbb] Release 11.0.4 updating components versions ([1a92c55](https://github.com/bitnami/charts/commit/1a92c55)) -* Non utf8 chars (#8923) ([6ffd18f](https://github.com/bitnami/charts/commit/6ffd18f)), closes [#8923](https://github.com/bitnami/charts/issues/8923) +* [bitnami/phpbb] Release 11.0.4 updating components versions ([1a92c55](https://github.com/bitnami/charts/commit/1a92c5598afa3d3a2b9820cca8dc69510803ad36)) +* Non utf8 chars (#8923) ([6ffd18f](https://github.com/bitnami/charts/commit/6ffd18fbbdf10e94ea1a90cf5b84ef610ac2a72d)), closes [#8923](https://github.com/bitnami/charts/issues/8923) ## 11.0.3 (2022-01-20) -* [bitnami/*] Readme automation (#8579) ([78d1938](https://github.com/bitnami/charts/commit/78d1938)), closes [#8579](https://github.com/bitnami/charts/issues/8579) -* [bitnami/*] Update READMEs (#8716) ([b9a9533](https://github.com/bitnami/charts/commit/b9a9533)), closes [#8716](https://github.com/bitnami/charts/issues/8716) -* [bitnami/several] Change prerequisites (#8725) ([8d740c5](https://github.com/bitnami/charts/commit/8d740c5)), closes [#8725](https://github.com/bitnami/charts/issues/8725) +* [bitnami/*] Readme automation (#8579) ([78d1938](https://github.com/bitnami/charts/commit/78d193831c900d178198491ffd08fa2217a64ecd)), closes [#8579](https://github.com/bitnami/charts/issues/8579) +* [bitnami/*] Update READMEs (#8716) ([b9a9533](https://github.com/bitnami/charts/commit/b9a953337590eb2979453385874a267bacf50936)), closes [#8716](https://github.com/bitnami/charts/issues/8716) +* [bitnami/several] Change prerequisites (#8725) ([8d740c5](https://github.com/bitnami/charts/commit/8d740c566cfdb7e2d933c40128b4e919fce953a5)), closes [#8725](https://github.com/bitnami/charts/issues/8725) ## 11.0.2 (2022-01-11) -* [bitnami/phpbb] Release 11.0.2 updating components versions ([3783647](https://github.com/bitnami/charts/commit/3783647)) +* [bitnami/phpbb] Release 11.0.2 updating components versions ([3783647](https://github.com/bitnami/charts/commit/37836471a63b08dafdb7ecdf3dbb963a74a3b6fa)) ## 11.0.1 (2022-01-05) -* [bitnami/several] Adapt templating format (#8562) ([8cad18a](https://github.com/bitnami/charts/commit/8cad18a)), closes [#8562](https://github.com/bitnami/charts/issues/8562) +* [bitnami/several] Adapt templating format (#8562) ([8cad18a](https://github.com/bitnami/charts/commit/8cad18aed9966a6f0208e5ad6cee46cb217f47ab)), closes [#8562](https://github.com/bitnami/charts/issues/8562) ## 11.0.0 (2022-01-05) -* [bitnami/phpbb] Chart standardized (#7629) ([348ff2c](https://github.com/bitnami/charts/commit/348ff2c)), closes [#7629](https://github.com/bitnami/charts/issues/7629) -* [bitnami/several] Add license to the README ([05f7633](https://github.com/bitnami/charts/commit/05f7633)) -* [bitnami/several] Add license to the README ([32fb238](https://github.com/bitnami/charts/commit/32fb238)) -* [bitnami/several] Add license to the README ([b87c2f7](https://github.com/bitnami/charts/commit/b87c2f7)) +* [bitnami/phpbb] Chart standardized (#7629) ([348ff2c](https://github.com/bitnami/charts/commit/348ff2c0c29a3c45396ae9cd5bf735db7b0d643d)), closes [#7629](https://github.com/bitnami/charts/issues/7629) +* [bitnami/several] Add license to the README ([05f7633](https://github.com/bitnami/charts/commit/05f763372501d596e57db713dd53ff4ff3027cc4)) +* [bitnami/several] Add license to the README ([32fb238](https://github.com/bitnami/charts/commit/32fb238e60a0affc6debd3142eaa3c3d9089ec2a)) +* [bitnami/several] Add license to the README ([b87c2f7](https://github.com/bitnami/charts/commit/b87c2f7899d48a8b02c506765e6ae82937e9ba3f)) ## 10.2.3 (2021-12-28) -* [bitnami/phpbb] fix volumemount name for volumePermissions (#8509) ([4ce4c28](https://github.com/bitnami/charts/commit/4ce4c28)), closes [#8509](https://github.com/bitnami/charts/issues/8509) +* [bitnami/phpbb] fix volumemount name for volumePermissions (#8509) ([4ce4c28](https://github.com/bitnami/charts/commit/4ce4c282c6eb8370e3d72133a3dcaa1335e0c27b)), closes [#8509](https://github.com/bitnami/charts/issues/8509) ## 10.2.2 (2021-12-16) -* [bitnami/phpbb] Release 10.2.2 updating components versions ([69eaee7](https://github.com/bitnami/charts/commit/69eaee7)) +* [bitnami/phpbb] Release 10.2.2 updating components versions ([69eaee7](https://github.com/bitnami/charts/commit/69eaee7cafb94587e88ec0daf0f779f2a6391a39)) ## 10.2.1 (2021-11-29) -* [bitnami/several] Add 'community support' note to some Helm chart READMEs (#8148) ([ce6b838](https://github.com/bitnami/charts/commit/ce6b838)), closes [#8148](https://github.com/bitnami/charts/issues/8148) -* [bitnami/several] Fix deadlinks in README.md (#8215) ([99e90d2](https://github.com/bitnami/charts/commit/99e90d2)), closes [#8215](https://github.com/bitnami/charts/issues/8215) -* [bitnami/several] Replace HTTP by HTTPS when possible (#8259) ([eafb5bd](https://github.com/bitnami/charts/commit/eafb5bd)), closes [#8259](https://github.com/bitnami/charts/issues/8259) +* [bitnami/several] Add 'community support' note to some Helm chart READMEs (#8148) ([ce6b838](https://github.com/bitnami/charts/commit/ce6b83829ac261c04784d7818c9cfa844f403213)), closes [#8148](https://github.com/bitnami/charts/issues/8148) +* [bitnami/several] Fix deadlinks in README.md (#8215) ([99e90d2](https://github.com/bitnami/charts/commit/99e90d244b3244e059a42f72dcbecd3cda2b66bb)), closes [#8215](https://github.com/bitnami/charts/issues/8215) +* [bitnami/several] Replace HTTP by HTTPS when possible (#8259) ([eafb5bd](https://github.com/bitnami/charts/commit/eafb5bd5a2cc3aaf04fc1e8ebedd73f420d76864)), closes [#8259](https://github.com/bitnami/charts/issues/8259) ## 10.2.0 (2021-11-17) -* [bitnami/*] Add network policies - fourth batch (#8154) ([5816c03](https://github.com/bitnami/charts/commit/5816c03)), closes [#8154](https://github.com/bitnami/charts/issues/8154) -* [bitnami/several] Regenerate README tables ([1cde837](https://github.com/bitnami/charts/commit/1cde837)) +* [bitnami/*] Add network policies - fourth batch (#8154) ([5816c03](https://github.com/bitnami/charts/commit/5816c036207fdd537d76278adff4342cbc35dc52)), closes [#8154](https://github.com/bitnami/charts/issues/8154) +* [bitnami/several] Regenerate README tables ([1cde837](https://github.com/bitnami/charts/commit/1cde8378b3ee2e825ac07bb0266a988b95b8dbce)) ## 10.1.28 (2021-11-16) -* [bitnami/phpbb] Release 10.1.28 updating components versions ([baac3cb](https://github.com/bitnami/charts/commit/baac3cb)) -* [bitnami/several] Regenerate README tables ([6e3fb95](https://github.com/bitnami/charts/commit/6e3fb95)) +* [bitnami/phpbb] Release 10.1.28 updating components versions ([baac3cb](https://github.com/bitnami/charts/commit/baac3cb86aa9e9b8f1abff5958f410c9f58280cf)) +* [bitnami/several] Regenerate README tables ([6e3fb95](https://github.com/bitnami/charts/commit/6e3fb954296a91f83fc1654d77109e5ef4fb6dc0)) ## 10.1.27 (2021-10-27) -* [bitnami/phpbb] Release 10.1.27 updating components versions ([c817541](https://github.com/bitnami/charts/commit/c817541)) +* [bitnami/phpbb] Release 10.1.27 updating components versions ([c817541](https://github.com/bitnami/charts/commit/c817541582b41758341310ce35def4f036266c80)) ## 10.1.26 (2021-10-22) -* [bitnami/several] Add chart info to NOTES.txt (#7889) ([a6751cd](https://github.com/bitnami/charts/commit/a6751cd)), closes [#7889](https://github.com/bitnami/charts/issues/7889) +* [bitnami/several] Add chart info to NOTES.txt (#7889) ([a6751cd](https://github.com/bitnami/charts/commit/a6751cdd33c461fabbc459fbea6f219ec64ab6b2)), closes [#7889](https://github.com/bitnami/charts/issues/7889) ## 10.1.25 (2021-10-19) -* [bitnami/several] Change pullPolicy for bitnami-shell image (#7852) ([9711a33](https://github.com/bitnami/charts/commit/9711a33)), closes [#7852](https://github.com/bitnami/charts/issues/7852) -* [bitnami/several] Regenerate README tables ([9bead53](https://github.com/bitnami/charts/commit/9bead53)) +* [bitnami/several] Change pullPolicy for bitnami-shell image (#7852) ([9711a33](https://github.com/bitnami/charts/commit/9711a33c6eec72ea79143c4b7574dbe6a148d6b2)), closes [#7852](https://github.com/bitnami/charts/issues/7852) +* [bitnami/several] Regenerate README tables ([9bead53](https://github.com/bitnami/charts/commit/9bead53e7ae9de9977de03b92d3b7bc49a941d4a)) ## 10.1.24 (2021-10-07) -* [bitnami/phpbb] Release 10.1.24 updating components versions ([1896fc8](https://github.com/bitnami/charts/commit/1896fc8)) -* [bitnami/prestashop] Fix default value for `ingress. ingressClassName` (and regenerate READMEs) (#77 ([c3fbb73](https://github.com/bitnami/charts/commit/c3fbb73)), closes [#7732](https://github.com/bitnami/charts/issues/7732) +* [bitnami/phpbb] Release 10.1.24 updating components versions ([1896fc8](https://github.com/bitnami/charts/commit/1896fc8e7b5d47ced5c10edbb96b2ff6eb584083)) +* [bitnami/prestashop] Fix default value for `ingress. ingressClassName` (and regenerate READMEs) (#77 ([c3fbb73](https://github.com/bitnami/charts/commit/c3fbb73586675a4922ca57dfd195791d3ffdc40f)), closes [#7732](https://github.com/bitnami/charts/issues/7732) ## 10.1.23 (2021-10-07) -* [bitnami/phpbb] Release 10.1.23 updating components versions ([d6a79ec](https://github.com/bitnami/charts/commit/d6a79ec)) -* [bitnami/several] Regenerate README tables ([cdcf8c1](https://github.com/bitnami/charts/commit/cdcf8c1)) +* [bitnami/phpbb] Release 10.1.23 updating components versions ([d6a79ec](https://github.com/bitnami/charts/commit/d6a79ecee95d51faa89aaece3851c4e36f1d3d96)) +* [bitnami/several] Regenerate README tables ([cdcf8c1](https://github.com/bitnami/charts/commit/cdcf8c1407a9a23b93fadf513be21ca1f9c7c056)) ## 10.1.22 (2021-10-03) -* [bitnami/phpbb] Release 10.1.22 updating components versions ([dd953f9](https://github.com/bitnami/charts/commit/dd953f9)) +* [bitnami/phpbb] Release 10.1.22 updating components versions ([dd953f9](https://github.com/bitnami/charts/commit/dd953f98606cafefee692988f5cd0e7fc2f2ef44)) ## 10.1.21 (2021-10-01) -* [bitnami/*] Drop support for deprecated cert-manager annotation (#7646) ([4297b79](https://github.com/bitnami/charts/commit/4297b79)), closes [#7646](https://github.com/bitnami/charts/issues/7646) -* [bitnami/several] Regenerate README tables ([ff170d1](https://github.com/bitnami/charts/commit/ff170d1)) +* [bitnami/*] Drop support for deprecated cert-manager annotation (#7646) ([4297b79](https://github.com/bitnami/charts/commit/4297b792e48fba9c7c3b8fed447a856632c61201)), closes [#7646](https://github.com/bitnami/charts/issues/7646) +* [bitnami/several] Regenerate README tables ([ff170d1](https://github.com/bitnami/charts/commit/ff170d10f8aa6dae0f1e5c3f7d1c69fcec96b731)) ## 10.1.20 (2021-09-24) -* [bitnami/*] Generate READMEs with new generator version (#7614) ([e5ab2e6](https://github.com/bitnami/charts/commit/e5ab2e6)), closes [#7614](https://github.com/bitnami/charts/issues/7614) -* [bitnami/phpbb] Release 10.1.20 updating components versions ([9e757dc](https://github.com/bitnami/charts/commit/9e757dc)) -* [bitnami/several] Regenerate README tables ([da2513b](https://github.com/bitnami/charts/commit/da2513b)) +* [bitnami/*] Generate READMEs with new generator version (#7614) ([e5ab2e6](https://github.com/bitnami/charts/commit/e5ab2e6ecdd6bce800863f154cda524ff9f6c117)), closes [#7614](https://github.com/bitnami/charts/issues/7614) +* [bitnami/phpbb] Release 10.1.20 updating components versions ([9e757dc](https://github.com/bitnami/charts/commit/9e757dc94d9046a0aeab61aa9b685ff7bc4692f8)) +* [bitnami/several] Regenerate README tables ([da2513b](https://github.com/bitnami/charts/commit/da2513bf0a33819f3b1151d387c631a9ffdb03e2)) ## 10.1.19 (2021-08-25) -* [bitnami/phpbb] Release 10.1.19 updating components versions ([a3b1175](https://github.com/bitnami/charts/commit/a3b1175)) -* [bitnami/several] Regenerate README tables ([6c107e8](https://github.com/bitnami/charts/commit/6c107e8)) +* [bitnami/phpbb] Release 10.1.19 updating components versions ([a3b1175](https://github.com/bitnami/charts/commit/a3b11752b3cb604060b98e7d40c7787bc1cc8457)) +* [bitnami/several] Regenerate README tables ([6c107e8](https://github.com/bitnami/charts/commit/6c107e835d6caf8db2e8b17dcd48c5971637e013)) ## 10.1.18 (2021-08-04) -* [bitnami/phpbb] Release 10.1.18 updating components versions ([ec35dde](https://github.com/bitnami/charts/commit/ec35dde)) -* [bitnami/several] Unify upgrading section ([baf2283](https://github.com/bitnami/charts/commit/baf2283)) -* [bitnami/several] Upadte READMEs ([eb3c291](https://github.com/bitnami/charts/commit/eb3c291)) +* [bitnami/phpbb] Release 10.1.18 updating components versions ([ec35dde](https://github.com/bitnami/charts/commit/ec35ddecdd979239614a51ab159dd0a82902ca35)) +* [bitnami/several] Unify upgrading section ([baf2283](https://github.com/bitnami/charts/commit/baf228384acec844e777485bb1597fb3a62c1faf)) +* [bitnami/several] Upadte READMEs ([eb3c291](https://github.com/bitnami/charts/commit/eb3c2916be233280f2226d9cdceb57b08ab4a23b)) ## 10.1.17 (2021-07-24) -* [bitnami/phpbb] Release 10.1.17 updating components versions ([d035be7](https://github.com/bitnami/charts/commit/d035be7)) +* [bitnami/phpbb] Release 10.1.17 updating components versions ([d035be7](https://github.com/bitnami/charts/commit/d035be7bdabef2500c40d133884d284915482c18)) ## 10.1.16 (2021-07-20) -* [bitnami/several] Fix default values and regenerate README (II) (#6994) ([d095793](https://github.com/bitnami/charts/commit/d095793)), closes [#6994](https://github.com/bitnami/charts/issues/6994) +* [bitnami/several] Fix default values and regenerate README (II) (#6994) ([d095793](https://github.com/bitnami/charts/commit/d0957937c764187307b924f600247c2b7afaf536)), closes [#6994](https://github.com/bitnami/charts/issues/6994) ## 10.1.15 (2021-07-13) -* [bitnami/*] Adapt values.yaml of Parse, Phabricator and phpBB charts (#6931) ([601821a](https://github.com/bitnami/charts/commit/601821a)), closes [#6931](https://github.com/bitnami/charts/issues/6931) +* [bitnami/*] Adapt values.yaml of Parse, Phabricator and phpBB charts (#6931) ([601821a](https://github.com/bitnami/charts/commit/601821a6c747c27bb23277cffe3deb2ade2c11f3)), closes [#6931](https://github.com/bitnami/charts/issues/6931) ## 10.1.14 (2021-06-24) -* [bitnami/phpbb] Release 10.1.14 updating components versions ([6e5cad8](https://github.com/bitnami/charts/commit/6e5cad8)) +* [bitnami/phpbb] Release 10.1.14 updating components versions ([6e5cad8](https://github.com/bitnami/charts/commit/6e5cad860770817c5ad42fe93568c8559aae77a1)) ## 10.1.13 (2021-06-19) -* [bitnami/phpbb] Release 10.1.13 updating components versions ([ecd875f](https://github.com/bitnami/charts/commit/ecd875f)) +* [bitnami/phpbb] Release 10.1.13 updating components versions ([ecd875f](https://github.com/bitnami/charts/commit/ecd875fa6a735ded8e6d33ff880ae1eff4bdc5de)) ## 10.1.12 (2021-05-31) -* [bitnami/phpbb] Release 10.1.12 updating components versions ([c6ad098](https://github.com/bitnami/charts/commit/c6ad098)) +* [bitnami/phpbb] Release 10.1.12 updating components versions ([c6ad098](https://github.com/bitnami/charts/commit/c6ad09847277e59c942b219023395b8e39db7fbf)) ## 10.1.11 (2021-05-28) -* [bitnami/phpbb] Release 10.1.11 updating components versions ([077a64e](https://github.com/bitnami/charts/commit/077a64e)) +* [bitnami/phpbb] Release 10.1.11 updating components versions ([077a64e](https://github.com/bitnami/charts/commit/077a64e45685e880849882dea35186a1e5210794)) ## 10.1.10 (2021-05-25) -* [bitnami/phpbb] Release 10.1.10 updating components versions ([cbc2c86](https://github.com/bitnami/charts/commit/cbc2c86)) +* [bitnami/phpbb] Release 10.1.10 updating components versions ([cbc2c86](https://github.com/bitnami/charts/commit/cbc2c86d45ab05498ced9eab1ca85a0c12c6055b)) ## 10.1.9 (2021-05-23) -* [bitnami/phpbb] Release 10.1.9 updating components versions ([ec6a0c2](https://github.com/bitnami/charts/commit/ec6a0c2)) +* [bitnami/phpbb] Release 10.1.9 updating components versions ([ec6a0c2](https://github.com/bitnami/charts/commit/ec6a0c2069be63f951957e03925b17d6691f325b)) ## 10.1.8 (2021-05-05) -* Update NOTES.txt (#6292) ([ee5597c](https://github.com/bitnami/charts/commit/ee5597c)), closes [#6292](https://github.com/bitnami/charts/issues/6292) +* Update NOTES.txt (#6292) ([ee5597c](https://github.com/bitnami/charts/commit/ee5597c86b1cd3587fb50feb1dbc7518195c8cab)), closes [#6292](https://github.com/bitnami/charts/issues/6292) ## 10.1.7 (2021-05-01) -* [bitnami/phpbb] Release 10.1.7 updating components versions ([b3ae632](https://github.com/bitnami/charts/commit/b3ae632)) +* [bitnami/phpbb] Release 10.1.7 updating components versions ([b3ae632](https://github.com/bitnami/charts/commit/b3ae632377b922a42d38af5d78efb08f3192b5e7)) ## 10.1.6 (2021-04-16) -* fix initcontainer usage (#6112) ([7802575](https://github.com/bitnami/charts/commit/7802575)), closes [#6112](https://github.com/bitnami/charts/issues/6112) +* fix initcontainer usage (#6112) ([7802575](https://github.com/bitnami/charts/commit/780257596f4743a48407d0fe222174b7e4f0608a)), closes [#6112](https://github.com/bitnami/charts/issues/6112) ## 10.1.5 (2021-04-08) -* [bitnami/phpbb] Release 10.1.5 updating components versions ([1c63fab](https://github.com/bitnami/charts/commit/1c63fab)) +* [bitnami/phpbb] Release 10.1.5 updating components versions ([1c63fab](https://github.com/bitnami/charts/commit/1c63fab7b84185672ff793979b3f48d386823c97)) ## 10.1.4 (2021-03-30) -* [bitnami/phpbb] Release 10.1.4 updating components versions ([4a2ce7e](https://github.com/bitnami/charts/commit/4a2ce7e)) +* [bitnami/phpbb] Release 10.1.4 updating components versions ([4a2ce7e](https://github.com/bitnami/charts/commit/4a2ce7eda64ee01584bce3006f182646f36b89c9)) ## 10.1.3 (2021-03-04) -* [bitnami/*] Remove minideb mentions (#5677) ([870bc4d](https://github.com/bitnami/charts/commit/870bc4d)), closes [#5677](https://github.com/bitnami/charts/issues/5677) +* [bitnami/*] Remove minideb mentions (#5677) ([870bc4d](https://github.com/bitnami/charts/commit/870bc4dba1fc3aa55dd157da6687b25e8d352206)), closes [#5677](https://github.com/bitnami/charts/issues/5677) ## 10.1.2 (2021-02-28) -* [bitnami/*] Add notice regarding parameters immutability after chart installation (#4853) ([5f09573](https://github.com/bitnami/charts/commit/5f09573)), closes [#4853](https://github.com/bitnami/charts/issues/4853) -* [bitnami/phpbb] Release 10.1.2 updating components versions ([4c8fb5f](https://github.com/bitnami/charts/commit/4c8fb5f)) +* [bitnami/*] Add notice regarding parameters immutability after chart installation (#4853) ([5f09573](https://github.com/bitnami/charts/commit/5f095734f92555dec7cd0e3ee961f315eac170ff)), closes [#4853](https://github.com/bitnami/charts/issues/4853) +* [bitnami/phpbb] Release 10.1.2 updating components versions ([4c8fb5f](https://github.com/bitnami/charts/commit/4c8fb5fe5634e4a69dd4d8cdb663c114bf993961)) ## 10.1.1 (2021-01-29) -* [bitnami/phpbb] Release 10.1.1 updating components versions ([051fc7c](https://github.com/bitnami/charts/commit/051fc7c)) +* [bitnami/phpbb] Release 10.1.1 updating components versions ([051fc7c](https://github.com/bitnami/charts/commit/051fc7c7b628cbf2b9eeebdafb85bcf53d1f8cd3)) ## 10.1.0 (2021-01-28) -* [bitnami/phpbb] Add hostAliases (#5290) ([2fea8a7](https://github.com/bitnami/charts/commit/2fea8a7)), closes [#5290](https://github.com/bitnami/charts/issues/5290) +* [bitnami/phpbb] Add hostAliases (#5290) ([2fea8a7](https://github.com/bitnami/charts/commit/2fea8a7f2797dfe7f7e07d771cb56678a0601605)), closes [#5290](https://github.com/bitnami/charts/issues/5290) ## 10.0.1 (2021-01-25) -* [bitnami/*] Change helm version in the prerequisites (#5090) ([c5e67a3](https://github.com/bitnami/charts/commit/c5e67a3)), closes [#5090](https://github.com/bitnami/charts/issues/5090) -* [bitnami/phpbb] Release 10.0.1 updating components versions ([04efda6](https://github.com/bitnami/charts/commit/04efda6)) +* [bitnami/*] Change helm version in the prerequisites (#5090) ([c5e67a3](https://github.com/bitnami/charts/commit/c5e67a388743cbee28439d2cabca27884b9daf97)), closes [#5090](https://github.com/bitnami/charts/issues/5090) +* [bitnami/phpbb] Release 10.0.1 updating components versions ([04efda6](https://github.com/bitnami/charts/commit/04efda65c7cc4117e52c52ed69ce8365c6501031)) ## 10.0.0 (2021-01-14) -* [bitnami/phpbb] Major change: adapt ingress (#5004) ([98abc29](https://github.com/bitnami/charts/commit/98abc29)), closes [#5004](https://github.com/bitnami/charts/issues/5004) +* [bitnami/phpbb] Major change: adapt ingress (#5004) ([98abc29](https://github.com/bitnami/charts/commit/98abc29f4494564601ee5c9981b91f1da322e0f9)), closes [#5004](https://github.com/bitnami/charts/issues/5004) ## 9.0.2 (2020-12-19) -* [bitnami/*] fix typos (#4699) ([49adc63](https://github.com/bitnami/charts/commit/49adc63)), closes [#4699](https://github.com/bitnami/charts/issues/4699) -* [bitnami/phpbb] Release 9.0.2 updating components versions ([e28c097](https://github.com/bitnami/charts/commit/e28c097)) +* [bitnami/*] fix typos (#4699) ([49adc63](https://github.com/bitnami/charts/commit/49adc63b672da976c55af2e077aa5648a357b77f)), closes [#4699](https://github.com/bitnami/charts/issues/4699) +* [bitnami/phpbb] Release 9.0.2 updating components versions ([e28c097](https://github.com/bitnami/charts/commit/e28c09749c3d5f861f72269687abbd2555dbc912)) ## 9.0.1 (2020-12-11) -* [bitnami/*] Update dependencies (#4694) ([2826c12](https://github.com/bitnami/charts/commit/2826c12)), closes [#4694](https://github.com/bitnami/charts/issues/4694) +* [bitnami/*] Update dependencies (#4694) ([2826c12](https://github.com/bitnami/charts/commit/2826c125b42505f28431301e3c1bbe5366e47a01)), closes [#4694](https://github.com/bitnami/charts/issues/4694) ## 9.0.0 (2020-11-19) -* [bitnami/phpBB] Major version. Adapt Chart to apiVersion: v2 and Update MariaDB Dependency (#4353) ([9092df7](https://github.com/bitnami/charts/commit/9092df7)), closes [#4353](https://github.com/bitnami/charts/issues/4353) +* [bitnami/phpBB] Major version. Adapt Chart to apiVersion: v2 and Update MariaDB Dependency (#4353) ([9092df7](https://github.com/bitnami/charts/commit/9092df7e71ba2fa0c8fec9d6d95771452fcb3ee9)), closes [#4353](https://github.com/bitnami/charts/issues/4353) ## 8.0.5 (2020-11-06) -* [bitnami/phpbb] Release 8.0.5 updating components versions ([1d83ee3](https://github.com/bitnami/charts/commit/1d83ee3)) +* [bitnami/phpbb] Release 8.0.5 updating components versions ([1d83ee3](https://github.com/bitnami/charts/commit/1d83ee3b3ec63bf46ec7d8eee9802e837bd03927)) ## 8.0.4 (2020-10-30) -* [bitnami/*] Extra manifests should be top-level (#4161) ([b3a95b7](https://github.com/bitnami/charts/commit/b3a95b7)), closes [#4161](https://github.com/bitnami/charts/issues/4161) -* [bitnami/*] Include link to Troubleshootin guide on README.md (#4136) ([c08a20e](https://github.com/bitnami/charts/commit/c08a20e)), closes [#4136](https://github.com/bitnami/charts/issues/4136) +* [bitnami/*] Extra manifests should be top-level (#4161) ([b3a95b7](https://github.com/bitnami/charts/commit/b3a95b701b611ab51924ae5665bcc8cd5ac56898)), closes [#4161](https://github.com/bitnami/charts/issues/4161) +* [bitnami/*] Include link to Troubleshootin guide on README.md (#4136) ([c08a20e](https://github.com/bitnami/charts/commit/c08a20e3db004215383004ff023a73fcc2522e72)), closes [#4136](https://github.com/bitnami/charts/issues/4136) ## 8.0.3 (2020-10-16) -* [bitnami/phpbb] Release 8.0.3 updating components versions ([fcbf889](https://github.com/bitnami/charts/commit/fcbf889)) +* [bitnami/phpbb] Release 8.0.3 updating components versions ([fcbf889](https://github.com/bitnami/charts/commit/fcbf8893af001d96497e79d12a5df52c5cce6e44)) ## 8.0.2 (2020-10-16) -* [bitnami/phpbb] Release 8.0.2 updating components versions ([8948e99](https://github.com/bitnami/charts/commit/8948e99)) +* [bitnami/phpbb] Release 8.0.2 updating components versions ([8948e99](https://github.com/bitnami/charts/commit/8948e99bccf8eb2c331b47f60c9044cdfcec311f)) ## 8.0.1 (2020-10-13) -* [bitnami/phpbb] fix: version mismatch between mariadb and common (#4002) ([c9c3cc4](https://github.com/bitnami/charts/commit/c9c3cc4)), closes [#4002](https://github.com/bitnami/charts/issues/4002) +* [bitnami/phpbb] fix: version mismatch between mariadb and common (#4002) ([c9c3cc4](https://github.com/bitnami/charts/commit/c9c3cc470d915040b1fa4474a75a127318034d3d)), closes [#4002](https://github.com/bitnami/charts/issues/4002) ## 8.0.0 (2020-10-06) -* [bitnami/phpbb] MAJOR: Move to non-root (#3833) ([e850a06](https://github.com/bitnami/charts/commit/e850a06)), closes [#3833](https://github.com/bitnami/charts/issues/3833) +* [bitnami/phpbb] MAJOR: Move to non-root (#3833) ([e850a06](https://github.com/bitnami/charts/commit/e850a06d8134b7ff3b088ab9e79410d68856e08f)), closes [#3833](https://github.com/bitnami/charts/issues/3833) ## 7.0.21 (2020-09-21) -* [bitnami/phpbb] Release 7.0.21 updating components versions ([c927175](https://github.com/bitnami/charts/commit/c927175)) +* [bitnami/phpbb] Release 7.0.21 updating components versions ([c927175](https://github.com/bitnami/charts/commit/c92717516fc6db99d4fec63fc07d86fbd30bc411)) ## 7.0.20 (2020-09-07) -* [bitnami/metrics-server] Add source repo (#3577) ([1ed12f9](https://github.com/bitnami/charts/commit/1ed12f9)), closes [#3577](https://github.com/bitnami/charts/issues/3577) -* [bitnami/phpbb] Release 7.0.20 updating components versions ([7a864b0](https://github.com/bitnami/charts/commit/7a864b0)) +* [bitnami/metrics-server] Add source repo (#3577) ([1ed12f9](https://github.com/bitnami/charts/commit/1ed12f96af75322b46afdb2b3d9907c11b13f765)), closes [#3577](https://github.com/bitnami/charts/issues/3577) +* [bitnami/phpbb] Release 7.0.20 updating components versions ([7a864b0](https://github.com/bitnami/charts/commit/7a864b03463eba931860b882524a54bcf766e716)) ## 7.0.19 (2020-08-07) -* [bitnami/*] Fix TL;DR typo in READMEs (#3280) ([3d7ab40](https://github.com/bitnami/charts/commit/3d7ab40)), closes [#3280](https://github.com/bitnami/charts/issues/3280) -* [bitnami/phpbb] Release 7.0.19 updating components versions ([8099b77](https://github.com/bitnami/charts/commit/8099b77)) +* [bitnami/*] Fix TL;DR typo in READMEs (#3280) ([3d7ab40](https://github.com/bitnami/charts/commit/3d7ab406fecd64f1af25f53e7d27f03ec95b29a4)), closes [#3280](https://github.com/bitnami/charts/issues/3280) +* [bitnami/phpbb] Release 7.0.19 updating components versions ([8099b77](https://github.com/bitnami/charts/commit/8099b77d02c5514e2d21cf94d63c31a675645a50)) ## 7.0.18 (2020-07-21) -* [bitnami/all] Add categories (#3075) ([63bde06](https://github.com/bitnami/charts/commit/63bde06)), closes [#3075](https://github.com/bitnami/charts/issues/3075) -* [bitnami/phpbb] Release 7.0.18 updating components versions ([100cd68](https://github.com/bitnami/charts/commit/100cd68)) +* [bitnami/all] Add categories (#3075) ([63bde06](https://github.com/bitnami/charts/commit/63bde066b87a140fab52264d0522401ab3d63509)), closes [#3075](https://github.com/bitnami/charts/issues/3075) +* [bitnami/phpbb] Release 7.0.18 updating components versions ([100cd68](https://github.com/bitnami/charts/commit/100cd68172adaefeaaeafbd2900a5cab2b6c37ce)) ## 7.0.17 (2020-06-21) -* [bitnami/phpbb] Release 7.0.17 updating components versions ([c5aa90b](https://github.com/bitnami/charts/commit/c5aa90b)) -* Add support for helm lint and helm install in PRs via GH Actions (#2721) ([5ed97f0](https://github.com/bitnami/charts/commit/5ed97f0)), closes [#2721](https://github.com/bitnami/charts/issues/2721) +* [bitnami/phpbb] Release 7.0.17 updating components versions ([c5aa90b](https://github.com/bitnami/charts/commit/c5aa90bb9bbcd8cfd3b897ca31516af301b9ccb1)) +* Add support for helm lint and helm install in PRs via GH Actions (#2721) ([5ed97f0](https://github.com/bitnami/charts/commit/5ed97f0c1ab49e7c7c3af81b888f41f50a7cfbab)), closes [#2721](https://github.com/bitnami/charts/issues/2721) ## 7.0.16 (2020-05-22) -* [bitnami/phpbb] Release 7.0.16 updating components versions ([9a18aa3](https://github.com/bitnami/charts/commit/9a18aa3)) -* update bitnami/common to be compatible with helm v2.12+ (#2615) ([c7751eb](https://github.com/bitnami/charts/commit/c7751eb)), closes [#2615](https://github.com/bitnami/charts/issues/2615) +* [bitnami/phpbb] Release 7.0.16 updating components versions ([9a18aa3](https://github.com/bitnami/charts/commit/9a18aa3e970b0ebd83cd3f0b8fffd2d11f8d6312)) +* update bitnami/common to be compatible with helm v2.12+ (#2615) ([c7751eb](https://github.com/bitnami/charts/commit/c7751eb5764e468e1854b58a1b8491d2b13e0a4a)), closes [#2615](https://github.com/bitnami/charts/issues/2615) ## 7.0.15 (2020-04-22) -* [bitnami/phpbb] Release 7.0.15 updating components versions ([6bf6a5c](https://github.com/bitnami/charts/commit/6bf6a5c)) +* [bitnami/phpbb] Release 7.0.15 updating components versions ([6bf6a5c](https://github.com/bitnami/charts/commit/6bf6a5c6028de6847537c712bf897ab153852d3d)) ## 7.0.14 (2020-04-16) -* [bitnami/phpbb] Release 7.0.14 updating components versions ([45fccee](https://github.com/bitnami/charts/commit/45fccee)) +* [bitnami/phpbb] Release 7.0.14 updating components versions ([45fccee](https://github.com/bitnami/charts/commit/45fccee1ebfd82266ff923addb02e4c78a7bd65c)) ## 7.0.13 (2020-04-13) -* [bitnami/chart] Change in the command of apache-exporter (#2289) ([de3806f](https://github.com/bitnami/charts/commit/de3806f)), closes [#2289](https://github.com/bitnami/charts/issues/2289) +* [bitnami/chart] Change in the command of apache-exporter (#2289) ([de3806f](https://github.com/bitnami/charts/commit/de3806f6bd73d88e96170b7bb31ac14eaba70ad0)), closes [#2289](https://github.com/bitnami/charts/issues/2289) ## 7.0.12 (2020-03-26) -* [bitnami/phpbb] Release 7.0.12 updating components versions ([8f523e9](https://github.com/bitnami/charts/commit/8f523e9)) +* [bitnami/phpbb] Release 7.0.12 updating components versions ([8f523e9](https://github.com/bitnami/charts/commit/8f523e94aad412d7100cff9d39c096f39d7bec39)) ## 7.0.11 (2020-03-20) -* [bitnami/phpbb] Release 7.0.11 updating components versions ([6b3f1e9](https://github.com/bitnami/charts/commit/6b3f1e9)) +* [bitnami/phpbb] Release 7.0.11 updating components versions ([6b3f1e9](https://github.com/bitnami/charts/commit/6b3f1e9c013214e6b7eb17b7d55e76270861be6a)) ## 7.0.10 (2020-03-12) -* [bitnami/phpbb] Release 7.0.10 updating components versions ([75478ef](https://github.com/bitnami/charts/commit/75478ef)) +* [bitnami/phpbb] Release 7.0.10 updating components versions ([75478ef](https://github.com/bitnami/charts/commit/75478efc0608a87c2f556d22db9f5471707419b2)) ## 7.0.9 (2020-03-11) -* Move charts from upstreamed folder to bitnami (#2032) ([a0e44f7](https://github.com/bitnami/charts/commit/a0e44f7)), closes [#2032](https://github.com/bitnami/charts/issues/2032) +* Move charts from upstreamed folder to bitnami (#2032) ([a0e44f7](https://github.com/bitnami/charts/commit/a0e44f7d6a10b8b5643186130ea420887cb72c7c)), closes [#2032](https://github.com/bitnami/charts/issues/2032) diff --git a/bitnami/phpbb/Chart.yaml b/bitnami/phpbb/Chart.yaml index 0f04a4d54393fa..5955233d0bc59c 100644 --- a/bitnami/phpbb/Chart.yaml +++ b/bitnami/phpbb/Chart.yaml @@ -37,4 +37,4 @@ maintainers: name: phpbb sources: - https://github.com/bitnami/charts/tree/main/bitnami/phpbb -version: 18.1.0 +version: 18.2.0 diff --git a/bitnami/phpbb/README.md b/bitnami/phpbb/README.md index 58bd285e450970..8673c15ba955d2 100644 --- a/bitnami/phpbb/README.md +++ b/bitnami/phpbb/README.md @@ -166,6 +166,9 @@ You may want to review the [PV reclaim policy](https://kubernetes.io/docs/tasks/ | `extraVolumes` | Extra volumes to add to the deployment. Requires setting `extraVolumeMounts` | `[]` | | `extraVolumeMounts` | Extra volume mounts to add to the container. Normally used with `extraVolumes` | `[]` | | `initContainers` | Extra init containers to add to the deployment | `[]` | +| `pdb.create` | Enable/disable a Pod Disruption Budget creation | `true` | +| `pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `""` | +| `pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `pdb.minAvailable` and `pdb.maxUnavailable` are empty. | `""` | | `sidecars` | Extra sidecar containers to add to the deployment | `[]` | | `tolerations` | Tolerations for pod assignment | `[]` | | `existingSecret` | Use existing secret for the application password | `""` | diff --git a/bitnami/phpbb/templates/pdb.yaml b/bitnami/phpbb/templates/pdb.yaml new file mode 100644 index 00000000000000..73222c16e16e7f --- /dev/null +++ b/bitnami/phpbb/templates/pdb.yaml @@ -0,0 +1,28 @@ +{{- /* +Copyright Broadcom, Inc. All Rights Reserved. +SPDX-License-Identifier: APACHE-2.0 +*/}} + +{{- if .Values.pdb.create }} +apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} +kind: PodDisruptionBudget +metadata: + name: {{ template "common.names.fullname" . }} + namespace: {{ include "common.names.namespace" . | quote }} + labels: {{- include "common.labels.standard" ( dict "customLabels" .Values.commonLabels "context" $ ) | nindent 4 }} + app.kubernetes.io/component: phpbb + {{- if .Values.commonAnnotations }} + annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }} + {{- end }} +spec: + {{- if .Values.pdb.minAvailable }} + minAvailable: {{ .Values.pdb.minAvailable }} + {{- end }} + {{- if or .Values.pdb.maxUnavailable ( not .Values.pdb.minAvailable ) }} + maxUnavailable: {{ .Values.pdb.maxUnavailable | default 1 }} + {{- end }} + {{- $podLabels := include "common.tplvalues.merge" ( dict "values" ( list .Values.podLabels .Values.commonLabels ) "context" . ) }} + selector: + matchLabels: {{- include "common.labels.matchLabels" ( dict "customLabels" $podLabels "context" $ ) | nindent 6 }} + app.kubernetes.io/component: phpbb +{{- end }} diff --git a/bitnami/phpbb/values.yaml b/bitnami/phpbb/values.yaml index 467e7adfe0bbff..9d7f6cc172723c 100644 --- a/bitnami/phpbb/values.yaml +++ b/bitnami/phpbb/values.yaml @@ -157,6 +157,16 @@ extraVolumeMounts: [] ## @param initContainers Extra init containers to add to the deployment ## initContainers: [] +## Pod Disruption Budget configuration +## ref: https://kubernetes.io/docs/tasks/run-application/configure-pdb +## @param pdb.create Enable/disable a Pod Disruption Budget creation +## @param pdb.minAvailable Minimum number/percentage of pods that should remain scheduled +## @param pdb.maxUnavailable Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `pdb.minAvailable` and `pdb.maxUnavailable` are empty. +## +pdb: + create: true + minAvailable: "" + maxUnavailable: "" ## @param sidecars Extra sidecar containers to add to the deployment ## sidecars: [] From 9f90a31561545ecacbc62f5c8fe9343b85fbc846 Mon Sep 17 00:00:00 2001 From: Fran Mulero Date: Wed, 29 May 2024 11:15:21 +0200 Subject: [PATCH 078/110] [bitnami/phpmyadmin] Enable PodDisruptionBudgets (#26528) * [bitnami/phpmyadmin] Enable PodDisruptionBudgets Signed-off-by: Fran Mulero * Update CHANGELOG.md Signed-off-by: Bitnami Containers --------- Signed-off-by: Fran Mulero Signed-off-by: Bitnami Containers Co-authored-by: Bitnami Containers --- bitnami/phpmyadmin/CHANGELOG.md | 489 +++++++++++++------------- bitnami/phpmyadmin/Chart.yaml | 2 +- bitnami/phpmyadmin/README.md | 3 + bitnami/phpmyadmin/templates/pdb.yaml | 26 ++ bitnami/phpmyadmin/values.yaml | 10 + 5 files changed, 287 insertions(+), 243 deletions(-) create mode 100644 bitnami/phpmyadmin/templates/pdb.yaml diff --git a/bitnami/phpmyadmin/CHANGELOG.md b/bitnami/phpmyadmin/CHANGELOG.md index dc1f7d31962498..40d6c4353354cd 100644 --- a/bitnami/phpmyadmin/CHANGELOG.md +++ b/bitnami/phpmyadmin/CHANGELOG.md @@ -1,783 +1,788 @@ # Changelog +## 16.2.0 (2024-05-29) + +* [bitnami/phpmyadmin] Enable PodDisruptionBudgets ([#26528](https://github.com/bitnami/charts/pull/26528)) + ## 16.1.0 (2024-05-21) -* [bitnami/phpmyadmin] feat: :sparkles: :lock: Add warning when original images are replaced ([#26262](https://github.com/bitnami/charts/pulls/26262)) +* [bitnami/*] ci: :construction_worker: Add tag and changelog support (#25359) ([91c707c](https://github.com/bitnami/charts/commit/91c707c9e4e574725a09505d2d313fb93f1b4c0a)), closes [#25359](https://github.com/bitnami/charts/issues/25359) +* [bitnami/phpmyadmin] feat: :sparkles: :lock: Add warning when original images are replaced (#26262) ([4edb5ef](https://github.com/bitnami/charts/commit/4edb5ef3f03ef0eb85caafbf104eb9868bba8364)), closes [#26262](https://github.com/bitnami/charts/issues/26262) ## 16.0.4 (2024-05-20) -* [bitnami/phpmyadmin] Use different liveness/readiness probes (#25974) ([0fdb310](https://github.com/bitnami/charts/commit/0fdb310)), closes [#25974](https://github.com/bitnami/charts/issues/25974) +* [bitnami/phpmyadmin] Use different liveness/readiness probes (#25974) ([0fdb310](https://github.com/bitnami/charts/commit/0fdb31028cc77b2c27b421e9f96f4a7781bc7d1d)), closes [#25974](https://github.com/bitnami/charts/issues/25974) ## 16.0.3 (2024-05-18) -* [bitnami/phpmyadmin] Release 16.0.3 updating components versions (#26064) ([a5e06ea](https://github.com/bitnami/charts/commit/a5e06ea)), closes [#26064](https://github.com/bitnami/charts/issues/26064) +* [bitnami/phpmyadmin] Release 16.0.3 updating components versions (#26064) ([a5e06ea](https://github.com/bitnami/charts/commit/a5e06ea3bbc7afd88584830ca0228b28c55a5e46)), closes [#26064](https://github.com/bitnami/charts/issues/26064) ## 16.0.2 (2024-05-14) -* [bitnami/*] Change non-root and rolling-tags doc URLs (#25628) ([b067c94](https://github.com/bitnami/charts/commit/b067c94)), closes [#25628](https://github.com/bitnami/charts/issues/25628) -* [bitnami/*] Set new header/owner (#25558) ([8d1dc11](https://github.com/bitnami/charts/commit/8d1dc11)), closes [#25558](https://github.com/bitnami/charts/issues/25558) -* [bitnami/multiple charts] Fix typo: "NetworkPolice" vs "NetworkPolicy" (#25348) ([6970c1b](https://github.com/bitnami/charts/commit/6970c1b)), closes [#25348](https://github.com/bitnami/charts/issues/25348) -* [bitnami/phpmyadmin] Release 16.0.2 updating components versions (#25806) ([f44990f](https://github.com/bitnami/charts/commit/f44990f)), closes [#25806](https://github.com/bitnami/charts/issues/25806) -* Replace VMware by Broadcom copyright text (#25306) ([a5e4bd0](https://github.com/bitnami/charts/commit/a5e4bd0)), closes [#25306](https://github.com/bitnami/charts/issues/25306) +* [bitnami/*] Change non-root and rolling-tags doc URLs (#25628) ([b067c94](https://github.com/bitnami/charts/commit/b067c94f6bcde427863c197fd355f0b5ba12ff5b)), closes [#25628](https://github.com/bitnami/charts/issues/25628) +* [bitnami/*] Set new header/owner (#25558) ([8d1dc11](https://github.com/bitnami/charts/commit/8d1dc11f5fb30db6fba50c43d7af59d2f79deed3)), closes [#25558](https://github.com/bitnami/charts/issues/25558) +* [bitnami/multiple charts] Fix typo: "NetworkPolice" vs "NetworkPolicy" (#25348) ([6970c1b](https://github.com/bitnami/charts/commit/6970c1ba245873506e73d459c6eac1e4919b778f)), closes [#25348](https://github.com/bitnami/charts/issues/25348) +* [bitnami/phpmyadmin] Release 16.0.2 updating components versions (#25806) ([f44990f](https://github.com/bitnami/charts/commit/f44990fa9e0ae8f39a8f8ba60f0701218ccd01a4)), closes [#25806](https://github.com/bitnami/charts/issues/25806) +* Replace VMware by Broadcom copyright text (#25306) ([a5e4bd0](https://github.com/bitnami/charts/commit/a5e4bd0e35e419203793976a78d9d0a13de92c76)), closes [#25306](https://github.com/bitnami/charts/issues/25306) ## 16.0.1 (2024-04-05) -* [bitnami/phpmyadmin] Release 16.0.1 updating components versions (#24955) ([5351714](https://github.com/bitnami/charts/commit/5351714)), closes [#24955](https://github.com/bitnami/charts/issues/24955) +* [bitnami/phpmyadmin] Release 16.0.1 updating components versions (#24955) ([5351714](https://github.com/bitnami/charts/commit/535171463d997e5280b0141fa2c85320ec0ca24d)), closes [#24955](https://github.com/bitnami/charts/issues/24955) ## 16.0.0 (2024-04-04) -* [bitnami/*] Readme typos (#24852) ([532fcdc](https://github.com/bitnami/charts/commit/532fcdc)), closes [#24852](https://github.com/bitnami/charts/issues/24852) -* [bitnami/phpmyadmin] feat!: :lock: :boom: Improve security defaults (#24775) ([7dee2cb](https://github.com/bitnami/charts/commit/7dee2cb)), closes [#24775](https://github.com/bitnami/charts/issues/24775) -* Update resourcesPreset comments (#24467) ([92e3e8a](https://github.com/bitnami/charts/commit/92e3e8a)), closes [#24467](https://github.com/bitnami/charts/issues/24467) +* [bitnami/*] Readme typos (#24852) ([532fcdc](https://github.com/bitnami/charts/commit/532fcdc499cb67eccf0ade49ff1c02d3deb1d696)), closes [#24852](https://github.com/bitnami/charts/issues/24852) +* [bitnami/phpmyadmin] feat!: :lock: :boom: Improve security defaults (#24775) ([7dee2cb](https://github.com/bitnami/charts/commit/7dee2cbb243794c5ea1dd3c0d213b70b22443a73)), closes [#24775](https://github.com/bitnami/charts/issues/24775) +* Update resourcesPreset comments (#24467) ([92e3e8a](https://github.com/bitnami/charts/commit/92e3e8a507326d2a20a8f10ab3e7746a2ec5c554)), closes [#24467](https://github.com/bitnami/charts/issues/24467) ## 15.0.0 (2024-04-02) -* [bitnami/phpmyadmin] Update MariaDB to branch 11.3 (#24829) ([6b56b05](https://github.com/bitnami/charts/commit/6b56b05)), closes [#24829](https://github.com/bitnami/charts/issues/24829) +* [bitnami/phpmyadmin] Update MariaDB to branch 11.3 (#24829) ([6b56b05](https://github.com/bitnami/charts/commit/6b56b05058c7287d4db10fea02d5ed4c85e37693)), closes [#24829](https://github.com/bitnami/charts/issues/24829) ## 14.6.1 (2024-04-02) -* [bitnami/*] Reorder Chart sections (#24455) ([0cf4048](https://github.com/bitnami/charts/commit/0cf4048)), closes [#24455](https://github.com/bitnami/charts/issues/24455) -* [bitnami/phpmyadmin] Release 14.6.1 updating components versions (#24795) ([4b03691](https://github.com/bitnami/charts/commit/4b03691)), closes [#24795](https://github.com/bitnami/charts/issues/24795) +* [bitnami/*] Reorder Chart sections (#24455) ([0cf4048](https://github.com/bitnami/charts/commit/0cf4048e8743f70a9753d460655bd030cbff6824)), closes [#24455](https://github.com/bitnami/charts/issues/24455) +* [bitnami/phpmyadmin] Release 14.6.1 updating components versions (#24795) ([4b03691](https://github.com/bitnami/charts/commit/4b03691585606570e09fee0ac56c73a1b4035864)), closes [#24795](https://github.com/bitnami/charts/issues/24795) ## 14.6.0 (2024-03-06) -* [bitnami/phpmyadmin] feat: :sparkles: :lock: Add automatic adaptation for Openshift restricted-v2 SC ([3163b2e](https://github.com/bitnami/charts/commit/3163b2e)), closes [#24139](https://github.com/bitnami/charts/issues/24139) +* [bitnami/phpmyadmin] feat: :sparkles: :lock: Add automatic adaptation for Openshift restricted-v2 SC ([3163b2e](https://github.com/bitnami/charts/commit/3163b2e9507f5bf75141aa9099e7e401fcf8a2c0)), closes [#24139](https://github.com/bitnami/charts/issues/24139) ## 14.5.2 (2024-02-22) -* [bitnami/phpmyadmin] Release 14.5.2 updating components versions (#23816) ([2248b33](https://github.com/bitnami/charts/commit/2248b33)), closes [#23816](https://github.com/bitnami/charts/issues/23816) +* [bitnami/phpmyadmin] Release 14.5.2 updating components versions (#23816) ([2248b33](https://github.com/bitnami/charts/commit/2248b3349c1a7c3cc9ff97dd3914c94c9a73ebb1)), closes [#23816](https://github.com/bitnami/charts/issues/23816) ## 14.5.1 (2024-02-21) -* [bitnami/phpmyadmin] Release 14.5.1 updating components versions (#23711) ([c154eff](https://github.com/bitnami/charts/commit/c154eff)), closes [#23711](https://github.com/bitnami/charts/issues/23711) +* [bitnami/phpmyadmin] Release 14.5.1 updating components versions (#23711) ([c154eff](https://github.com/bitnami/charts/commit/c154eff821c5814d9622e997157f759002a853aa)), closes [#23711](https://github.com/bitnami/charts/issues/23711) ## 14.5.0 (2024-02-20) -* [bitnami/*] Bump all versions (#23602) ([b70ee2a](https://github.com/bitnami/charts/commit/b70ee2a)), closes [#23602](https://github.com/bitnami/charts/issues/23602) +* [bitnami/*] Bump all versions (#23602) ([b70ee2a](https://github.com/bitnami/charts/commit/b70ee2a30e4dc256bf0ac52928fb2fa7a70f049b)), closes [#23602](https://github.com/bitnami/charts/issues/23602) ## 14.4.0 (2024-02-16) -* [bitnami/phpmyadmin] feat: :sparkles: :lock: Add resource preset support (#23507) ([37c04b8](https://github.com/bitnami/charts/commit/37c04b8)), closes [#23507](https://github.com/bitnami/charts/issues/23507) +* [bitnami/phpmyadmin] feat: :sparkles: :lock: Add resource preset support (#23507) ([37c04b8](https://github.com/bitnami/charts/commit/37c04b86b0694ee3702b54540e5037c4f413304e)), closes [#23507](https://github.com/bitnami/charts/issues/23507) ## 14.3.2 (2024-02-03) -* [bitnami/phpmyadmin] Release 14.3.2 updating components versions (#23126) ([8ca13c5](https://github.com/bitnami/charts/commit/8ca13c5)), closes [#23126](https://github.com/bitnami/charts/issues/23126) +* [bitnami/phpmyadmin] Release 14.3.2 updating components versions (#23126) ([8ca13c5](https://github.com/bitnami/charts/commit/8ca13c50784e96d1e846041a5b5a4ffa91b0a79f)), closes [#23126](https://github.com/bitnami/charts/issues/23126) ## 14.3.1 (2024-01-31) -* [bitnami/phpmyadmin] Release 14.3.1 updating components versions (#22970) ([8af6be6](https://github.com/bitnami/charts/commit/8af6be6)), closes [#22970](https://github.com/bitnami/charts/issues/22970) +* [bitnami/phpmyadmin] Release 14.3.1 updating components versions (#22970) ([8af6be6](https://github.com/bitnami/charts/commit/8af6be62d070a4250908f1cc6bff326636a78621)), closes [#22970](https://github.com/bitnami/charts/issues/22970) ## 14.3.0 (2024-01-30) -* [bitnami/phpmyadmin]: add number of replicas (#22825) ([a089f66](https://github.com/bitnami/charts/commit/a089f66)), closes [#22825](https://github.com/bitnami/charts/issues/22825) +* [bitnami/phpmyadmin]: add number of replicas (#22825) ([a089f66](https://github.com/bitnami/charts/commit/a089f66475d6ce549dd2cc1c68d07f95d5559b5e)), closes [#22825](https://github.com/bitnami/charts/issues/22825) ## 14.2.1 (2024-01-26) -* [bitnami/*] Move documentation sections from docs.bitnami.com back to the README (#22203) ([7564f36](https://github.com/bitnami/charts/commit/7564f36)), closes [#22203](https://github.com/bitnami/charts/issues/22203) -* [bitnami/phpmyadmin] fix: :bug: Set seLinuxOptions to null for Openshift compatibility (#22644) ([a2ee442](https://github.com/bitnami/charts/commit/a2ee442)), closes [#22644](https://github.com/bitnami/charts/issues/22644) +* [bitnami/*] Move documentation sections from docs.bitnami.com back to the README (#22203) ([7564f36](https://github.com/bitnami/charts/commit/7564f36ca1e95ff30ee686652b7ab8690561a707)), closes [#22203](https://github.com/bitnami/charts/issues/22203) +* [bitnami/phpmyadmin] fix: :bug: Set seLinuxOptions to null for Openshift compatibility (#22644) ([a2ee442](https://github.com/bitnami/charts/commit/a2ee442ada84bddd2312fdd91ff6055f450d7d70)), closes [#22644](https://github.com/bitnami/charts/issues/22644) ## 14.2.0 (2024-01-19) -* [bitnami/phpmyadmin] fix: :lock: Move service-account token auto-mount to pod declaration (#22448) ([72888ae](https://github.com/bitnami/charts/commit/72888ae)), closes [#22448](https://github.com/bitnami/charts/issues/22448) +* [bitnami/phpmyadmin] fix: :lock: Move service-account token auto-mount to pod declaration (#22448) ([72888ae](https://github.com/bitnami/charts/commit/72888ae29bd058b1976369cfd21b9f72bff77e11)), closes [#22448](https://github.com/bitnami/charts/issues/22448) ## 14.1.1 (2024-01-18) -* [bitnami/phpmyadmin] Release 14.1.1 updating components versions (#22357) ([3d7c908](https://github.com/bitnami/charts/commit/3d7c908)), closes [#22357](https://github.com/bitnami/charts/issues/22357) +* [bitnami/phpmyadmin] Release 14.1.1 updating components versions (#22357) ([3d7c908](https://github.com/bitnami/charts/commit/3d7c908fa06d69d0232f76a42c9b57f2e63d310d)), closes [#22357](https://github.com/bitnami/charts/issues/22357) ## 14.1.0 (2024-01-16) -* [bitnami/phpmyadmin] fix: :lock: Improve podSecurityContext and containerSecurityContext with essent ([848649b](https://github.com/bitnami/charts/commit/848649b)), closes [#22175](https://github.com/bitnami/charts/issues/22175) +* [bitnami/phpmyadmin] fix: :lock: Improve podSecurityContext and containerSecurityContext with essent ([848649b](https://github.com/bitnami/charts/commit/848649b9850f6188d2f47211ba74df3c57eda9b5)), closes [#22175](https://github.com/bitnami/charts/issues/22175) ## 14.0.1 (2024-01-15) -* [bitnami/*] Fix docs.bitnami.com broken links (#21901) ([f35506d](https://github.com/bitnami/charts/commit/f35506d)), closes [#21901](https://github.com/bitnami/charts/issues/21901) -* [bitnami/*] Fix ref links (in comments) (#21822) ([e4fa296](https://github.com/bitnami/charts/commit/e4fa296)), closes [#21822](https://github.com/bitnami/charts/issues/21822) -* [bitnami/*] Update copyright: Year and company (#21815) ([6c4bf75](https://github.com/bitnami/charts/commit/6c4bf75)), closes [#21815](https://github.com/bitnami/charts/issues/21815) -* [bitnami/phpmyadmin] fix: :lock: Do not use the default service account (#22025) ([93d104e](https://github.com/bitnami/charts/commit/93d104e)), closes [#22025](https://github.com/bitnami/charts/issues/22025) +* [bitnami/*] Fix docs.bitnami.com broken links (#21901) ([f35506d](https://github.com/bitnami/charts/commit/f35506d2dadee4f097986e7792df1f53ab215b5d)), closes [#21901](https://github.com/bitnami/charts/issues/21901) +* [bitnami/*] Fix ref links (in comments) (#21822) ([e4fa296](https://github.com/bitnami/charts/commit/e4fa296106b225cf8c82445727c675c7c725e380)), closes [#21822](https://github.com/bitnami/charts/issues/21822) +* [bitnami/*] Update copyright: Year and company (#21815) ([6c4bf75](https://github.com/bitnami/charts/commit/6c4bf75dec58fc7c9aee9f089777b1a858c17d5b)), closes [#21815](https://github.com/bitnami/charts/issues/21815) +* [bitnami/phpmyadmin] fix: :lock: Do not use the default service account (#22025) ([93d104e](https://github.com/bitnami/charts/commit/93d104e40c5cda33016beafdb0b9bd9df12e26c3)), closes [#22025](https://github.com/bitnami/charts/issues/22025) ## 14.0.0 (2023-12-20) -* [bitnami/phpmyadmin] Upgrade MariaDB 11.2 (#21695) ([640c2ba](https://github.com/bitnami/charts/commit/640c2ba)), closes [#21695](https://github.com/bitnami/charts/issues/21695) +* [bitnami/phpmyadmin] Upgrade MariaDB 11.2 (#21695) ([640c2ba](https://github.com/bitnami/charts/commit/640c2ba2a24e18ee274776366e20a6d9b5775534)), closes [#21695](https://github.com/bitnami/charts/issues/21695) ## 13.1.3 (2023-12-20) -* [bitnami/phpmyadmin] Release 13.1.3 updating components versions (#21668) ([67138ec](https://github.com/bitnami/charts/commit/67138ec)), closes [#21668](https://github.com/bitnami/charts/issues/21668) +* [bitnami/phpmyadmin] Release 13.1.3 updating components versions (#21668) ([67138ec](https://github.com/bitnami/charts/commit/67138ec68a585344d46680eb4420446d65cba726)), closes [#21668](https://github.com/bitnami/charts/issues/21668) ## 13.1.2 (2023-11-21) -* [bitnami/*] Remove relative links to non-README sections, add verification for that and update TL;DR ([1103633](https://github.com/bitnami/charts/commit/1103633)), closes [#20967](https://github.com/bitnami/charts/issues/20967) -* [bitnami/*] Rename solutions to "Bitnami package for ..." (#21038) ([b82f979](https://github.com/bitnami/charts/commit/b82f979)), closes [#21038](https://github.com/bitnami/charts/issues/21038) -* [bitnami/phpmyadmin] Release 13.1.2 updating components versions (#21156) ([7c660bc](https://github.com/bitnami/charts/commit/7c660bc)), closes [#21156](https://github.com/bitnami/charts/issues/21156) +* [bitnami/*] Remove relative links to non-README sections, add verification for that and update TL;DR ([1103633](https://github.com/bitnami/charts/commit/11036334d82df0490aa4abdb591543cab6cf7d7f)), closes [#20967](https://github.com/bitnami/charts/issues/20967) +* [bitnami/*] Rename solutions to "Bitnami package for ..." (#21038) ([b82f979](https://github.com/bitnami/charts/commit/b82f979e4fb63423fe6e2192c946d09d79c944fc)), closes [#21038](https://github.com/bitnami/charts/issues/21038) +* [bitnami/phpmyadmin] Release 13.1.2 updating components versions (#21156) ([7c660bc](https://github.com/bitnami/charts/commit/7c660bc877bbdf49dc41e72c605a5fd64df07218)), closes [#21156](https://github.com/bitnami/charts/issues/21156) ## 13.1.1 (2023-11-09) -* [bitnami/phpmyadmin] Release 13.1.1 updating components versions (#20778) ([02e9e31](https://github.com/bitnami/charts/commit/02e9e31)), closes [#20778](https://github.com/bitnami/charts/issues/20778) +* [bitnami/phpmyadmin] Release 13.1.1 updating components versions (#20778) ([02e9e31](https://github.com/bitnami/charts/commit/02e9e31815637db9b4fc45483e3d7afef574051d)), closes [#20778](https://github.com/bitnami/charts/issues/20778) ## 13.1.0 (2023-11-06) -* [bitnami/*] Rename VMware Application Catalog (#20361) ([3acc734](https://github.com/bitnami/charts/commit/3acc734)), closes [#20361](https://github.com/bitnami/charts/issues/20361) -* [bitnami/*] Skip image's tag in the README files of the Bitnami Charts (#19841) ([bb9a01b](https://github.com/bitnami/charts/commit/bb9a01b)), closes [#19841](https://github.com/bitnami/charts/issues/19841) -* [bitnami/*] Standardize documentation (#19835) ([af5f753](https://github.com/bitnami/charts/commit/af5f753)), closes [#19835](https://github.com/bitnami/charts/issues/19835) -* [bitnami/phpmyadmin] feat: :sparkles: Add support for PSA restricted policy (#20523) ([97e2b22](https://github.com/bitnami/charts/commit/97e2b22)), closes [#20523](https://github.com/bitnami/charts/issues/20523) +* [bitnami/*] Rename VMware Application Catalog (#20361) ([3acc734](https://github.com/bitnami/charts/commit/3acc73472beb6fb56c4d99f929061001205bc57e)), closes [#20361](https://github.com/bitnami/charts/issues/20361) +* [bitnami/*] Skip image's tag in the README files of the Bitnami Charts (#19841) ([bb9a01b](https://github.com/bitnami/charts/commit/bb9a01b65911c87e48318db922cc05eb42785e42)), closes [#19841](https://github.com/bitnami/charts/issues/19841) +* [bitnami/*] Standardize documentation (#19835) ([af5f753](https://github.com/bitnami/charts/commit/af5f7530c1bc8c5ded53a6c4f7b8f384ac1804f2)), closes [#19835](https://github.com/bitnami/charts/issues/19835) +* [bitnami/phpmyadmin] feat: :sparkles: Add support for PSA restricted policy (#20523) ([97e2b22](https://github.com/bitnami/charts/commit/97e2b22b9c6742a81e48c20ed19c01e81e1e49b1)), closes [#20523](https://github.com/bitnami/charts/issues/20523) ## 13.0.0 (2023-10-11) -* [bitnami/phpmyadmin] Update MariaDB to 14.x.x (#20007) ([ea8b495](https://github.com/bitnami/charts/commit/ea8b495)), closes [#20007](https://github.com/bitnami/charts/issues/20007) +* [bitnami/phpmyadmin] Update MariaDB to 14.x.x (#20007) ([ea8b495](https://github.com/bitnami/charts/commit/ea8b495ffd9c10d9a0737c9096b41a34833ab85c)), closes [#20007](https://github.com/bitnami/charts/issues/20007) ## 12.1.4 (2023-10-09) -* [bitnami/phpmyadmin] Release 12.1.4 (#19885) ([94bbc42](https://github.com/bitnami/charts/commit/94bbc42)), closes [#19885](https://github.com/bitnami/charts/issues/19885) +* [bitnami/phpmyadmin] Release 12.1.4 (#19885) ([94bbc42](https://github.com/bitnami/charts/commit/94bbc428de4277b483301e6ea310c48e55212bd1)), closes [#19885](https://github.com/bitnami/charts/issues/19885) ## 12.1.3 (2023-10-09) -* [bitnami/*] Update Helm charts prerequisites (#19745) ([eb755dd](https://github.com/bitnami/charts/commit/eb755dd)), closes [#19745](https://github.com/bitnami/charts/issues/19745) -* [bitnami/phpmyadmin] Release 12.1.3 (#19804) ([5be5826](https://github.com/bitnami/charts/commit/5be5826)), closes [#19804](https://github.com/bitnami/charts/issues/19804) +* [bitnami/*] Update Helm charts prerequisites (#19745) ([eb755dd](https://github.com/bitnami/charts/commit/eb755dd36a4dd3cf6635be8e0598f9a7f4c4a554)), closes [#19745](https://github.com/bitnami/charts/issues/19745) +* [bitnami/phpmyadmin] Release 12.1.3 (#19804) ([5be5826](https://github.com/bitnami/charts/commit/5be58260f00456ea4360cd06c73bd864fcbbfb5e)), closes [#19804](https://github.com/bitnami/charts/issues/19804) ## 12.1.2 (2023-09-19) -* [bitnami/*] Update readme files (#19277) ([e56aeb2](https://github.com/bitnami/charts/commit/e56aeb2)), closes [#19277](https://github.com/bitnami/charts/issues/19277) -* [bitnami/phpmyadmin] Release 12.1.2 (#19401) ([f067550](https://github.com/bitnami/charts/commit/f067550)), closes [#19401](https://github.com/bitnami/charts/issues/19401) -* Autogenerate schema files (#19194) ([a2c2090](https://github.com/bitnami/charts/commit/a2c2090)), closes [#19194](https://github.com/bitnami/charts/issues/19194) -* Revert "Autogenerate schema files (#19194)" (#19335) ([73d80be](https://github.com/bitnami/charts/commit/73d80be)), closes [#19194](https://github.com/bitnami/charts/issues/19194) [#19335](https://github.com/bitnami/charts/issues/19335) +* [bitnami/*] Update readme files (#19277) ([e56aeb2](https://github.com/bitnami/charts/commit/e56aeb2fbfbf5b6e42375db48cc7ae1ef1c3a823)), closes [#19277](https://github.com/bitnami/charts/issues/19277) +* [bitnami/phpmyadmin] Release 12.1.2 (#19401) ([f067550](https://github.com/bitnami/charts/commit/f06755018e883718cb5d4bc319ec961eb42bfb7e)), closes [#19401](https://github.com/bitnami/charts/issues/19401) +* Autogenerate schema files (#19194) ([a2c2090](https://github.com/bitnami/charts/commit/a2c2090b5ac97f47b745c8028c6452bf99739772)), closes [#19194](https://github.com/bitnami/charts/issues/19194) +* Revert "Autogenerate schema files (#19194)" (#19335) ([73d80be](https://github.com/bitnami/charts/commit/73d80be525c88fb4b8a54451a55acd506e337062)), closes [#19194](https://github.com/bitnami/charts/issues/19194) [#19335](https://github.com/bitnami/charts/issues/19335) ## 12.1.1 (2023-09-08) -* [bitnami/phpmyadmin]: Use merge helper (#19091) ([af9ef01](https://github.com/bitnami/charts/commit/af9ef01)), closes [#19091](https://github.com/bitnami/charts/issues/19091) +* [bitnami/phpmyadmin]: Use merge helper (#19091) ([af9ef01](https://github.com/bitnami/charts/commit/af9ef0175cc83611592aa18c25ec6e90c8cfe594)), closes [#19091](https://github.com/bitnami/charts/issues/19091) ## 12.1.0 (2023-08-28) -* [bitnami/phpmyadmin] Support for customizing standard labels (#18742) ([3c1bc32](https://github.com/bitnami/charts/commit/3c1bc32)), closes [#18742](https://github.com/bitnami/charts/issues/18742) +* [bitnami/phpmyadmin] Support for customizing standard labels (#18742) ([3c1bc32](https://github.com/bitnami/charts/commit/3c1bc32191c6e79fd48411eeea4c1d0302fe5958)), closes [#18742](https://github.com/bitnami/charts/issues/18742) ## 12.0.3 (2023-08-20) -* [bitnami/phpmyadmin] Release 12.0.3 (#18703) ([8edeefe](https://github.com/bitnami/charts/commit/8edeefe)), closes [#18703](https://github.com/bitnami/charts/issues/18703) +* [bitnami/phpmyadmin] Release 12.0.3 (#18703) ([8edeefe](https://github.com/bitnami/charts/commit/8edeefee64a6d6aa198678dbafed9e74dff91909)), closes [#18703](https://github.com/bitnami/charts/issues/18703) ## 12.0.2 (2023-08-17) -* [bitnami/phpmyadmin] Release 12.0.2 (#18574) ([4ac83e6](https://github.com/bitnami/charts/commit/4ac83e6)), closes [#18574](https://github.com/bitnami/charts/issues/18574) +* [bitnami/phpmyadmin] Release 12.0.2 (#18574) ([4ac83e6](https://github.com/bitnami/charts/commit/4ac83e6fff0f9daab6e8bbf3c6723d9fd3c425f3)), closes [#18574](https://github.com/bitnami/charts/issues/18574) ## 12.0.1 (2023-08-03) -* [bitnami/phpmyadmin] Release 12.0.1 (#18170) ([3157d9b](https://github.com/bitnami/charts/commit/3157d9b)), closes [#18170](https://github.com/bitnami/charts/issues/18170) +* [bitnami/phpmyadmin] Release 12.0.1 (#18170) ([3157d9b](https://github.com/bitnami/charts/commit/3157d9b8d8cbb5eb878db1235bc162705b3c4036)), closes [#18170](https://github.com/bitnami/charts/issues/18170) ## 12.0.0 (2023-08-01) -* [bitnami/phpmyadmin] Update MariaDB chart to 13.0 (#18114) ([1923cc7](https://github.com/bitnami/charts/commit/1923cc7)), closes [#18114](https://github.com/bitnami/charts/issues/18114) +* [bitnami/phpmyadmin] Update MariaDB chart to 13.0 (#18114) ([1923cc7](https://github.com/bitnami/charts/commit/1923cc7d250da923e2a39b81834cc1a9c7d8b2cb)), closes [#18114](https://github.com/bitnami/charts/issues/18114) ## 11.1.7 (2023-08-01) -* [bitnami/phpmyadmin] Release 11.1.7 (#18090) ([aafc974](https://github.com/bitnami/charts/commit/aafc974)), closes [#18090](https://github.com/bitnami/charts/issues/18090) +* [bitnami/phpmyadmin] Release 11.1.7 (#18090) ([aafc974](https://github.com/bitnami/charts/commit/aafc974eced8b53728c554243ef215e73baed73c)), closes [#18090](https://github.com/bitnami/charts/issues/18090) ## 11.1.6 (2023-07-26) -* [bitnami/phpmyadmin] Release 11.1.6 (#17940) ([dd68478](https://github.com/bitnami/charts/commit/dd68478)), closes [#17940](https://github.com/bitnami/charts/issues/17940) +* [bitnami/phpmyadmin] Release 11.1.6 (#17940) ([dd68478](https://github.com/bitnami/charts/commit/dd68478e6866a07d0530029698ad49a40697a148)), closes [#17940](https://github.com/bitnami/charts/issues/17940) ## 11.1.5 (2023-07-17) -* [bitnami/phpmyadmin] Release 11.1.5 (#17744) ([808f347](https://github.com/bitnami/charts/commit/808f347)), closes [#17744](https://github.com/bitnami/charts/issues/17744) +* [bitnami/phpmyadmin] Release 11.1.5 (#17744) ([808f347](https://github.com/bitnami/charts/commit/808f347c3e03cc7bf920557d20cf3a241b11392e)), closes [#17744](https://github.com/bitnami/charts/issues/17744) ## 11.1.4 (2023-07-15) -* [bitnami/phpmyadmin] Release 11.1.4 (#17655) ([931a852](https://github.com/bitnami/charts/commit/931a852)), closes [#17655](https://github.com/bitnami/charts/issues/17655) -* Add copyright header (#17300) ([da68be8](https://github.com/bitnami/charts/commit/da68be8)), closes [#17300](https://github.com/bitnami/charts/issues/17300) -* Update charts readme (#17217) ([31b3c0a](https://github.com/bitnami/charts/commit/31b3c0a)), closes [#17217](https://github.com/bitnami/charts/issues/17217) +* [bitnami/phpmyadmin] Release 11.1.4 (#17655) ([931a852](https://github.com/bitnami/charts/commit/931a852355f048914d48099920741f2e2a86dff8)), closes [#17655](https://github.com/bitnami/charts/issues/17655) +* Add copyright header (#17300) ([da68be8](https://github.com/bitnami/charts/commit/da68be8e951225133c7dfb572d5101ca3d61c5ae)), closes [#17300](https://github.com/bitnami/charts/issues/17300) +* Update charts readme (#17217) ([31b3c0a](https://github.com/bitnami/charts/commit/31b3c0afd968ff4429107e34101f7509e6a0e913)), closes [#17217](https://github.com/bitnami/charts/issues/17217) ## 11.1.3 (2023-06-20) -* [bitnami/*] Change copyright section in READMEs (#17006) ([ef986a1](https://github.com/bitnami/charts/commit/ef986a1)), closes [#17006](https://github.com/bitnami/charts/issues/17006) -* [bitnami/phpmyadmin] Release 11.1.3 (#17227) ([57e50d0](https://github.com/bitnami/charts/commit/57e50d0)), closes [#17227](https://github.com/bitnami/charts/issues/17227) -* [bitnami/several] Change copyright section in READMEs (#16989) ([5b6a5cf](https://github.com/bitnami/charts/commit/5b6a5cf)), closes [#16989](https://github.com/bitnami/charts/issues/16989) -* [bitnami/several] Remove 'Community supported solution' section from READMEs (#17119) ([4531d57](https://github.com/bitnami/charts/commit/4531d57)), closes [#17119](https://github.com/bitnami/charts/issues/17119) +* [bitnami/*] Change copyright section in READMEs (#17006) ([ef986a1](https://github.com/bitnami/charts/commit/ef986a1605241102b3dcafe9fd8089e6fc1201ad)), closes [#17006](https://github.com/bitnami/charts/issues/17006) +* [bitnami/phpmyadmin] Release 11.1.3 (#17227) ([57e50d0](https://github.com/bitnami/charts/commit/57e50d0f54777c47493cc61eb371ad7ba94494b1)), closes [#17227](https://github.com/bitnami/charts/issues/17227) +* [bitnami/several] Change copyright section in READMEs (#16989) ([5b6a5cf](https://github.com/bitnami/charts/commit/5b6a5cfb7625a751848a2e5cd796bd7278f406ca)), closes [#16989](https://github.com/bitnami/charts/issues/16989) +* [bitnami/several] Remove 'Community supported solution' section from READMEs (#17119) ([4531d57](https://github.com/bitnami/charts/commit/4531d571914e970fe4cef19ae00a9fa4cc038f47)), closes [#17119](https://github.com/bitnami/charts/issues/17119) ## 11.1.2 (2023-05-21) -* [bitnami/phpmyadmin] Release 11.1.2 (#16804) ([482453f](https://github.com/bitnami/charts/commit/482453f)), closes [#16804](https://github.com/bitnami/charts/issues/16804) +* [bitnami/phpmyadmin] Release 11.1.2 (#16804) ([482453f](https://github.com/bitnami/charts/commit/482453f9183c19d2ace5dcbaf2a72668928dea2e)), closes [#16804](https://github.com/bitnami/charts/issues/16804) ## 11.1.1 (2023-05-12) -* [bitnami/phpmyadmin] Release 11.1.1 (#16616) ([419f9d9](https://github.com/bitnami/charts/commit/419f9d9)), closes [#16616](https://github.com/bitnami/charts/issues/16616) -* Add wording for enterprise page (#16560) ([8f22774](https://github.com/bitnami/charts/commit/8f22774)), closes [#16560](https://github.com/bitnami/charts/issues/16560) +* [bitnami/phpmyadmin] Release 11.1.1 (#16616) ([419f9d9](https://github.com/bitnami/charts/commit/419f9d9971a2ec0f6f11ac906cf6af2f2b339e01)), closes [#16616](https://github.com/bitnami/charts/issues/16616) +* Add wording for enterprise page (#16560) ([8f22774](https://github.com/bitnami/charts/commit/8f2277440b976d52785ba9149762ad8620a73d1f)), closes [#16560](https://github.com/bitnami/charts/issues/16560) ## 11.1.0 (2023-05-09) -* [bitnami/several] Adapt Chart.yaml to set desired OCI annotations (#16546) ([fc9b18f](https://github.com/bitnami/charts/commit/fc9b18f)), closes [#16546](https://github.com/bitnami/charts/issues/16546) +* [bitnami/several] Adapt Chart.yaml to set desired OCI annotations (#16546) ([fc9b18f](https://github.com/bitnami/charts/commit/fc9b18f2e98805d4df629acbcde696f44f973344)), closes [#16546](https://github.com/bitnami/charts/issues/16546) ## 11.0.2 (2023-05-09) -* [bitnami/phpmyadmin] Release 11.0.2 (#16491) ([9e0bd20](https://github.com/bitnami/charts/commit/9e0bd20)), closes [#16491](https://github.com/bitnami/charts/issues/16491) +* [bitnami/phpmyadmin] Release 11.0.2 (#16491) ([9e0bd20](https://github.com/bitnami/charts/commit/9e0bd20a65c2b364ce65434415470e4cb287d5e7)), closes [#16491](https://github.com/bitnami/charts/issues/16491) ## 11.0.1 (2023-05-02) -* [bitnami/phpmyadmin] Release 11.0.1 (#16308) ([0ca455b](https://github.com/bitnami/charts/commit/0ca455b)), closes [#16308](https://github.com/bitnami/charts/issues/16308) +* [bitnami/phpmyadmin] Release 11.0.1 (#16308) ([0ca455b](https://github.com/bitnami/charts/commit/0ca455b54c145a33ca72a6fd9f6987c28a09b6f2)), closes [#16308](https://github.com/bitnami/charts/issues/16308) ## 11.0.0 (2023-04-21) -* [bitnami/phpmyadmin] Upgrade MariaDB to version 10.11 (#16166) ([a518f28](https://github.com/bitnami/charts/commit/a518f28)), closes [#16166](https://github.com/bitnami/charts/issues/16166) +* [bitnami/phpmyadmin] Upgrade MariaDB to version 10.11 (#16166) ([a518f28](https://github.com/bitnami/charts/commit/a518f28aff1b533dd9426d0dc070b151174ea9be)), closes [#16166](https://github.com/bitnami/charts/issues/16166) ## 10.5.0 (2023-04-20) -* [bitnami/*] Make Helm charts 100% OCI (#15998) ([8841510](https://github.com/bitnami/charts/commit/8841510)), closes [#15998](https://github.com/bitnami/charts/issues/15998) +* [bitnami/*] Make Helm charts 100% OCI (#15998) ([8841510](https://github.com/bitnami/charts/commit/884151035efcbf2e1b3206e7def85511073fb57d)), closes [#15998](https://github.com/bitnami/charts/issues/15998) ## 10.4.6 (2023-04-01) -* [bitnami/phpmyadmin] Release 10.4.6 (#15887) ([5797e83](https://github.com/bitnami/charts/commit/5797e83)), closes [#15887](https://github.com/bitnami/charts/issues/15887) +* [bitnami/phpmyadmin] Release 10.4.6 (#15887) ([5797e83](https://github.com/bitnami/charts/commit/5797e83f0e74208b2a1eac2a7935158f9a06d8c3)), closes [#15887](https://github.com/bitnami/charts/issues/15887) ## 10.4.5 (2023-03-19) -* [bitnami/charts] Apply linter to README files (#15357) ([0e29e60](https://github.com/bitnami/charts/commit/0e29e60)), closes [#15357](https://github.com/bitnami/charts/issues/15357) -* [bitnami/phpmyadmin] Release 10.4.5 (#15597) ([287aa26](https://github.com/bitnami/charts/commit/287aa26)), closes [#15597](https://github.com/bitnami/charts/issues/15597) +* [bitnami/charts] Apply linter to README files (#15357) ([0e29e60](https://github.com/bitnami/charts/commit/0e29e600d3adc8b1b46e506eccb3decfab3b4e63)), closes [#15357](https://github.com/bitnami/charts/issues/15357) +* [bitnami/phpmyadmin] Release 10.4.5 (#15597) ([287aa26](https://github.com/bitnami/charts/commit/287aa26b4ec1fd27e59d7e1f8317b4a1b314bfb8)), closes [#15597](https://github.com/bitnami/charts/issues/15597) ## 10.4.4 (2023-03-01) -* [bitnami/phpmyadmin] Release 10.4.4 (#15251) ([000dbe7](https://github.com/bitnami/charts/commit/000dbe7)), closes [#15251](https://github.com/bitnami/charts/issues/15251) +* [bitnami/phpmyadmin] Release 10.4.4 (#15251) ([000dbe7](https://github.com/bitnami/charts/commit/000dbe77e342ed0a6f4305ce1c1892c337249959)), closes [#15251](https://github.com/bitnami/charts/issues/15251) ## 10.4.3 (2023-02-17) -* [bitnami/*] Fix markdown linter issues (#14874) ([a51e0e8](https://github.com/bitnami/charts/commit/a51e0e8)), closes [#14874](https://github.com/bitnami/charts/issues/14874) -* [bitnami/*] Fix markdown linter issues 2 (#14890) ([aa96572](https://github.com/bitnami/charts/commit/aa96572)), closes [#14890](https://github.com/bitnami/charts/issues/14890) -* [bitnami/*] Remove unexpected extra spaces (#14873) ([c97c714](https://github.com/bitnami/charts/commit/c97c714)), closes [#14873](https://github.com/bitnami/charts/issues/14873) -* [bitnami/phpmyadmin] Release 10.4.3 (#14999) ([b685ab1](https://github.com/bitnami/charts/commit/b685ab1)), closes [#14999](https://github.com/bitnami/charts/issues/14999) +* [bitnami/*] Fix markdown linter issues (#14874) ([a51e0e8](https://github.com/bitnami/charts/commit/a51e0e8d35495b907f3e70dd2f8e7c3bcbf4166a)), closes [#14874](https://github.com/bitnami/charts/issues/14874) +* [bitnami/*] Fix markdown linter issues 2 (#14890) ([aa96572](https://github.com/bitnami/charts/commit/aa9657237ee8df4a46db0d7fdf8a23230dd6902a)), closes [#14890](https://github.com/bitnami/charts/issues/14890) +* [bitnami/*] Remove unexpected extra spaces (#14873) ([c97c714](https://github.com/bitnami/charts/commit/c97c714887380d47eae7bfeff316bf01595ecd1d)), closes [#14873](https://github.com/bitnami/charts/issues/14873) +* [bitnami/phpmyadmin] Release 10.4.3 (#14999) ([b685ab1](https://github.com/bitnami/charts/commit/b685ab18130b69115488cc6e244cb493a0dbb899)), closes [#14999](https://github.com/bitnami/charts/issues/14999) ## 10.4.2 (2023-02-08) -* [bitnami/phpmyadmin] Release 10.4.2 (#14790) ([60c2583](https://github.com/bitnami/charts/commit/60c2583)), closes [#14790](https://github.com/bitnami/charts/issues/14790) +* [bitnami/phpmyadmin] Release 10.4.2 (#14790) ([60c2583](https://github.com/bitnami/charts/commit/60c2583373970640b0f99556d89d4ceebdf3beb1)), closes [#14790](https://github.com/bitnami/charts/issues/14790) ## 10.4.1 (2023-02-02) -* [bitnami/*] Change copyright date (#14682) ([add4ec7](https://github.com/bitnami/charts/commit/add4ec7)), closes [#14682](https://github.com/bitnami/charts/issues/14682) -* [bitnami/*] Change licenses annotation format (#14377) ([0ab7608](https://github.com/bitnami/charts/commit/0ab7608)), closes [#14377](https://github.com/bitnami/charts/issues/14377) -* [bitnami/*] Unify READMEs (#14472) ([2064fb8](https://github.com/bitnami/charts/commit/2064fb8)), closes [#14472](https://github.com/bitnami/charts/issues/14472) -* [bitnami/phpmyadmin] Don't regenerate self-signed certs on upgrade (#14649) ([cd0ffe8](https://github.com/bitnami/charts/commit/cd0ffe8)), closes [#14649](https://github.com/bitnami/charts/issues/14649) +* [bitnami/*] Change copyright date (#14682) ([add4ec7](https://github.com/bitnami/charts/commit/add4ec701108ac36ed4de2dffbdf407a0d091067)), closes [#14682](https://github.com/bitnami/charts/issues/14682) +* [bitnami/*] Change licenses annotation format (#14377) ([0ab7608](https://github.com/bitnami/charts/commit/0ab760862c660fcc78cffadf8e1d8cdd70881473)), closes [#14377](https://github.com/bitnami/charts/issues/14377) +* [bitnami/*] Unify READMEs (#14472) ([2064fb8](https://github.com/bitnami/charts/commit/2064fb8dcc78a845cdede8211af8c3cc52551161)), closes [#14472](https://github.com/bitnami/charts/issues/14472) +* [bitnami/phpmyadmin] Don't regenerate self-signed certs on upgrade (#14649) ([cd0ffe8](https://github.com/bitnami/charts/commit/cd0ffe8755b459ef7bdc47b0228196e63982e0e9)), closes [#14649](https://github.com/bitnami/charts/issues/14649) ## 10.4.0 (2023-01-12) -* [bitnami/*] Add license annotation and remove obsolete engine parameter (#14293) ([da2a794](https://github.com/bitnami/charts/commit/da2a794)), closes [#14293](https://github.com/bitnami/charts/issues/14293) -* [bitnami/phpmyadmin] allows to create ServiceAccount resource (#14193) ([36c026f](https://github.com/bitnami/charts/commit/36c026f)), closes [#14193](https://github.com/bitnami/charts/issues/14193) +* [bitnami/*] Add license annotation and remove obsolete engine parameter (#14293) ([da2a794](https://github.com/bitnami/charts/commit/da2a7943bae95b6e9b5b4ed972c15e990b69fdb0)), closes [#14293](https://github.com/bitnami/charts/issues/14293) +* [bitnami/phpmyadmin] allows to create ServiceAccount resource (#14193) ([36c026f](https://github.com/bitnami/charts/commit/36c026f9a0cc67cafca07c86f153f093417ad162)), closes [#14193](https://github.com/bitnami/charts/issues/14193) ## 10.3.10 (2023-01-11) -* [bitnami/phpmyadmin] Bump version chart to force new publish (#14286) ([3916a74](https://github.com/bitnami/charts/commit/3916a74)), closes [#14286](https://github.com/bitnami/charts/issues/14286) +* [bitnami/phpmyadmin] Bump version chart to force new publish (#14286) ([3916a74](https://github.com/bitnami/charts/commit/3916a74a29c610a08ae685dd3f92dccf00b8a636)), closes [#14286](https://github.com/bitnami/charts/issues/14286) ## 10.3.9 (2023-01-11) -* [bitnami/phpmyadmin] Release 10.3.9 (#14276) ([38ff232](https://github.com/bitnami/charts/commit/38ff232)), closes [#14276](https://github.com/bitnami/charts/issues/14276) +* [bitnami/phpmyadmin] Release 10.3.9 (#14276) ([38ff232](https://github.com/bitnami/charts/commit/38ff2326e2f2151899018ad60e27a07f8c5931e7)), closes [#14276](https://github.com/bitnami/charts/issues/14276) ## 10.3.8 (2022-12-12) -* [bitnami/phpmyadmin] Release 10.3.8 (#13923) ([2464f23](https://github.com/bitnami/charts/commit/2464f23)), closes [#13923](https://github.com/bitnami/charts/issues/13923) +* [bitnami/phpmyadmin] Release 10.3.8 (#13923) ([2464f23](https://github.com/bitnami/charts/commit/2464f23fa815bf49051a938df0d3cdb2de7d3d72)), closes [#13923](https://github.com/bitnami/charts/issues/13923) ## 10.3.7 (2022-11-23) -* [bitnami/phpmyadmin]fix apiversion hardcode for deployment (#13655) ([3e6998b](https://github.com/bitnami/charts/commit/3e6998b)), closes [#13655](https://github.com/bitnami/charts/issues/13655) +* [bitnami/phpmyadmin]fix apiversion hardcode for deployment (#13655) ([3e6998b](https://github.com/bitnami/charts/commit/3e6998be88feaa2ca62aea0f26302335ccfba4a5)), closes [#13655](https://github.com/bitnami/charts/issues/13655) ## 10.3.6 (2022-11-12) -* [bitnami/*] Use new default branch name in links (#12943) ([a529e02](https://github.com/bitnami/charts/commit/a529e02)), closes [#12943](https://github.com/bitnami/charts/issues/12943) -* [bitnami/phpmyadmin] Release 10.3.6 (#13496) ([9361b74](https://github.com/bitnami/charts/commit/9361b74)), closes [#13496](https://github.com/bitnami/charts/issues/13496) +* [bitnami/*] Use new default branch name in links (#12943) ([a529e02](https://github.com/bitnami/charts/commit/a529e02597d49d944eba1eb0f190713293247176)), closes [#12943](https://github.com/bitnami/charts/issues/12943) +* [bitnami/phpmyadmin] Release 10.3.6 (#13496) ([9361b74](https://github.com/bitnami/charts/commit/9361b74afa7c9f2f8ff29d66aae3ee6ca068d2ea)), closes [#13496](https://github.com/bitnami/charts/issues/13496) ## 10.3.5 (2022-10-13) -* [bitnami/phpmyadmin] Release 10.3.5 (#12936) ([4e8cf84](https://github.com/bitnami/charts/commit/4e8cf84)), closes [#12936](https://github.com/bitnami/charts/issues/12936) -* Generic README instructions related to the repo (#12792) ([3cf6b10](https://github.com/bitnami/charts/commit/3cf6b10)), closes [#12792](https://github.com/bitnami/charts/issues/12792) +* [bitnami/phpmyadmin] Release 10.3.5 (#12936) ([4e8cf84](https://github.com/bitnami/charts/commit/4e8cf84a3b2a969830eb148197ba9217cf9e9910)), closes [#12936](https://github.com/bitnami/charts/issues/12936) +* Generic README instructions related to the repo (#12792) ([3cf6b10](https://github.com/bitnami/charts/commit/3cf6b10e10e60df4b3e191d6b99aa99a9f597755)), closes [#12792](https://github.com/bitnami/charts/issues/12792) ## 10.3.4 (2022-09-22) -* [bitnami/phpmyadmin] Use custom probes if given (#12546) ([9128681](https://github.com/bitnami/charts/commit/9128681)), closes [#12546](https://github.com/bitnami/charts/issues/12546) [#12354](https://github.com/bitnami/charts/issues/12354) +* [bitnami/phpmyadmin] Use custom probes if given (#12546) ([9128681](https://github.com/bitnami/charts/commit/9128681aa1bb295142ce2e5acefef702db44e37f)), closes [#12546](https://github.com/bitnami/charts/issues/12546) [#12354](https://github.com/bitnami/charts/issues/12354) ## 10.3.3 (2022-09-13) -* [bitnami/phpmyadmin] Release 10.3.3 (#12389) ([0264502](https://github.com/bitnami/charts/commit/0264502)), closes [#12389](https://github.com/bitnami/charts/issues/12389) +* [bitnami/phpmyadmin] Release 10.3.3 (#12389) ([0264502](https://github.com/bitnami/charts/commit/0264502a2c0fc0f39d341e020d9446912b3fc51f)), closes [#12389](https://github.com/bitnami/charts/issues/12389) ## 10.3.2 (2022-09-08) -* [bitnami/phpmyadmin] Release 10.3.2 (#12330) ([76e0c88](https://github.com/bitnami/charts/commit/76e0c88)), closes [#12330](https://github.com/bitnami/charts/issues/12330) +* [bitnami/phpmyadmin] Release 10.3.2 (#12330) ([76e0c88](https://github.com/bitnami/charts/commit/76e0c88e9cea04df6a67bfaccc337b7467475f20)), closes [#12330](https://github.com/bitnami/charts/issues/12330) ## 10.3.1 (2022-08-23) -* [bitnami/phpmyadmin] Update Chart.lock (#12087) ([390a0b8](https://github.com/bitnami/charts/commit/390a0b8)), closes [#12087](https://github.com/bitnami/charts/issues/12087) +* [bitnami/phpmyadmin] Update Chart.lock (#12087) ([390a0b8](https://github.com/bitnami/charts/commit/390a0b88d80e29ecaba09c593d196e9901258430)), closes [#12087](https://github.com/bitnami/charts/issues/12087) ## 10.3.0 (2022-08-22) -* [bitnami/phpmyadmin] Add support for image digest apart from tag (#11945) ([0b8aa00](https://github.com/bitnami/charts/commit/0b8aa00)), closes [#11945](https://github.com/bitnami/charts/issues/11945) +* [bitnami/phpmyadmin] Add support for image digest apart from tag (#11945) ([0b8aa00](https://github.com/bitnami/charts/commit/0b8aa009cb8cf4fb8c85cdf43d5f5cf766f5bdfa)), closes [#11945](https://github.com/bitnami/charts/issues/11945) ## 10.2.4 (2022-08-09) -* [bitnami/phpmyadmin] Release 10.2.4 (#11669) ([b354e60](https://github.com/bitnami/charts/commit/b354e60)), closes [#11669](https://github.com/bitnami/charts/issues/11669) +* [bitnami/phpmyadmin] Release 10.2.4 (#11669) ([b354e60](https://github.com/bitnami/charts/commit/b354e601a8cb5c4b78bb1a22630c015038f1cf8f)), closes [#11669](https://github.com/bitnami/charts/issues/11669) ## 10.2.3 (2022-08-04) -* [bitnami/phpmyadmin] Release 10.2.3 (#11589) ([23d936d](https://github.com/bitnami/charts/commit/23d936d)), closes [#11589](https://github.com/bitnami/charts/issues/11589) +* [bitnami/phpmyadmin] Release 10.2.3 (#11589) ([23d936d](https://github.com/bitnami/charts/commit/23d936db6ad50ae4af3e8b21a42cbb3c05b51f71)), closes [#11589](https://github.com/bitnami/charts/issues/11589) ## 10.2.2 (2022-08-03) -* [bitnami/*] Update URLs to point to the new bitnami/containers monorepo (#11352) ([d665af0](https://github.com/bitnami/charts/commit/d665af0)), closes [#11352](https://github.com/bitnami/charts/issues/11352) -* [bitnami/phpmyadmin] Release 10.2.2 (#11535) ([d5ea575](https://github.com/bitnami/charts/commit/d5ea575)), closes [#11535](https://github.com/bitnami/charts/issues/11535) +* [bitnami/*] Update URLs to point to the new bitnami/containers monorepo (#11352) ([d665af0](https://github.com/bitnami/charts/commit/d665af0c708846192d8d5fb2f5f9ea65dd464ab0)), closes [#11352](https://github.com/bitnami/charts/issues/11352) +* [bitnami/phpmyadmin] Release 10.2.2 (#11535) ([d5ea575](https://github.com/bitnami/charts/commit/d5ea575f46bb7bf362e09ce19022873d4324e435)), closes [#11535](https://github.com/bitnami/charts/issues/11535) ## 10.2.1 (2022-07-18) -* [bitnami/phpmyadmin] Prettify and unify Chart.yaml (#11214) ([d0911b8](https://github.com/bitnami/charts/commit/d0911b8)), closes [#11214](https://github.com/bitnami/charts/issues/11214) +* [bitnami/phpmyadmin] Prettify and unify Chart.yaml (#11214) ([d0911b8](https://github.com/bitnami/charts/commit/d0911b80690008c18b2af2fdef1ba45fcc08cbf0)), closes [#11214](https://github.com/bitnami/charts/issues/11214) ## 10.2.0 (2022-07-15) -* [bitnami/php-my-admin] Fix cert-manager feature flag behaviour, clarify tls secret config (#11139) ([1d65b14](https://github.com/bitnami/charts/commit/1d65b14)), closes [#11139](https://github.com/bitnami/charts/issues/11139) +* [bitnami/php-my-admin] Fix cert-manager feature flag behaviour, clarify tls secret config (#11139) ([1d65b14](https://github.com/bitnami/charts/commit/1d65b14eb90612d2e6b938a46162a813e6176d9d)), closes [#11139](https://github.com/bitnami/charts/issues/11139) ## 10.1.13 (2022-07-12) -* [bitnami/phpmyadmin] Release 10.1.13 (#11147) ([7f2580c](https://github.com/bitnami/charts/commit/7f2580c)), closes [#11147](https://github.com/bitnami/charts/issues/11147) +* [bitnami/phpmyadmin] Release 10.1.13 (#11147) ([7f2580c](https://github.com/bitnami/charts/commit/7f2580c8dab07d865bb96e9127fcf431788db0a8)), closes [#11147](https://github.com/bitnami/charts/issues/11147) ## 10.1.12 (2022-07-11) -* [bitnami/phpmyadmin] Release 10.1.12 (#11115) ([b3df7bb](https://github.com/bitnami/charts/commit/b3df7bb)), closes [#11115](https://github.com/bitnami/charts/issues/11115) +* [bitnami/phpmyadmin] Release 10.1.12 (#11115) ([b3df7bb](https://github.com/bitnami/charts/commit/b3df7bb750b98f921d5f6c8178c23f985bc29f95)), closes [#11115](https://github.com/bitnami/charts/issues/11115) ## 10.1.11 (2022-07-06) -* [bitnami/phpmyadmin] Release 10.1.11 (#11052) ([8f8783a](https://github.com/bitnami/charts/commit/8f8783a)), closes [#11052](https://github.com/bitnami/charts/issues/11052) +* [bitnami/phpmyadmin] Release 10.1.11 (#11052) ([8f8783a](https://github.com/bitnami/charts/commit/8f8783aea118f8ae3a680b8f95863ffc008d31b6)), closes [#11052](https://github.com/bitnami/charts/issues/11052) ## 10.1.10 (2022-07-05) -* [bitnami/phpmyadmin] Release 10.1.10 (#10946) ([548705d](https://github.com/bitnami/charts/commit/548705d)), closes [#10946](https://github.com/bitnami/charts/issues/10946) +* [bitnami/phpmyadmin] Release 10.1.10 (#10946) ([548705d](https://github.com/bitnami/charts/commit/548705da2a34551beb009fe9fa55a323358a9a06)), closes [#10946](https://github.com/bitnami/charts/issues/10946) ## 10.1.9 (2022-06-10) -* [bitnami/*] Replace Kubeapps URL in READMEs (and kubeapps Chart.yaml) and remove BKPR references (#1 ([c6a7914](https://github.com/bitnami/charts/commit/c6a7914)), closes [#10600](https://github.com/bitnami/charts/issues/10600) -* [bitnami/phpmyadmin] Release 10.1.9 updating components versions ([13a3172](https://github.com/bitnami/charts/commit/13a3172)) +* [bitnami/*] Replace Kubeapps URL in READMEs (and kubeapps Chart.yaml) and remove BKPR references (#1 ([c6a7914](https://github.com/bitnami/charts/commit/c6a7914361e5aea6016fb45bf4d621edfd111d32)), closes [#10600](https://github.com/bitnami/charts/issues/10600) +* [bitnami/phpmyadmin] Release 10.1.9 updating components versions ([13a3172](https://github.com/bitnami/charts/commit/13a3172ab227f23606ba6fa4f903afe9b6465f7b)) ## 10.1.8 (2022-06-06) -* [bitnami/phpmyadmin] Release 10.1.8 updating components versions ([16b0995](https://github.com/bitnami/charts/commit/16b0995)) +* [bitnami/phpmyadmin] Release 10.1.8 updating components versions ([16b0995](https://github.com/bitnami/charts/commit/16b09950999f9669c5e16226bd7aee5b47bc1b3c)) ## 10.1.7 (2022-06-01) -* [bitnami/several] Replace maintainers email by url (#10523) ([ff3cf61](https://github.com/bitnami/charts/commit/ff3cf61)), closes [#10523](https://github.com/bitnami/charts/issues/10523) +* [bitnami/several] Replace maintainers email by url (#10523) ([ff3cf61](https://github.com/bitnami/charts/commit/ff3cf617a1680509b0f3855d17c4ccff7b29a0ff)), closes [#10523](https://github.com/bitnami/charts/issues/10523) ## 10.1.6 (2022-05-30) -* [bitnami/several] Replace base64 --decode with base64 -d (#10495) ([099286a](https://github.com/bitnami/charts/commit/099286a)), closes [#10495](https://github.com/bitnami/charts/issues/10495) +* [bitnami/several] Replace base64 --decode with base64 -d (#10495) ([099286a](https://github.com/bitnami/charts/commit/099286ae7a87784cf809df0b64ab24f7ff0144c8)), closes [#10495](https://github.com/bitnami/charts/issues/10495) ## 10.1.5 (2022-05-27) -* [bitnami/phpmyadmin] Release 10.1.5 updating components versions ([abfa7da](https://github.com/bitnami/charts/commit/abfa7da)) +* [bitnami/phpmyadmin] Release 10.1.5 updating components versions ([abfa7da](https://github.com/bitnami/charts/commit/abfa7dae74e12f80fe2a002d0b67de0d20b0e663)) ## 10.1.4 (2022-05-25) -* [bitnami/phpmyadmin] Release 10.1.4 updating components versions ([e265acc](https://github.com/bitnami/charts/commit/e265acc)) +* [bitnami/phpmyadmin] Release 10.1.4 updating components versions ([e265acc](https://github.com/bitnami/charts/commit/e265acc55cde9916aa349739815fc0eb2cb6421c)) ## 10.1.3 (2022-05-22) -* [bitnami/phpmyadmin] Release 10.1.3 updating components versions ([21d1fa7](https://github.com/bitnami/charts/commit/21d1fa7)) +* [bitnami/phpmyadmin] Release 10.1.3 updating components versions ([21d1fa7](https://github.com/bitnami/charts/commit/21d1fa7e435a85b853d6592239e7bc2dbbba9b7c)) ## 10.1.2 (2022-05-19) -* [bitnami/phpmyadmin] Release 10.1.2 updating components versions ([36fd12f](https://github.com/bitnami/charts/commit/36fd12f)) +* [bitnami/phpmyadmin] Release 10.1.2 updating components versions ([36fd12f](https://github.com/bitnami/charts/commit/36fd12f6bfed60afc60ac0026d164e3c49cd9c5f)) ## 10.1.1 (2022-05-18) -* [bitnami/phpmyadmin] Release 10.1.1 updating components versions ([efa234b](https://github.com/bitnami/charts/commit/efa234b)) +* [bitnami/phpmyadmin] Release 10.1.1 updating components versions ([efa234b](https://github.com/bitnami/charts/commit/efa234b7326e915c74c2932637a4679ae3bf3780)) ## 10.1.0 (2022-05-16) -* [bitnami/*] add ingress extraRules feature (#10253) ([0f6cbb9](https://github.com/bitnami/charts/commit/0f6cbb9)), closes [#10253](https://github.com/bitnami/charts/issues/10253) +* [bitnami/*] add ingress extraRules feature (#10253) ([0f6cbb9](https://github.com/bitnami/charts/commit/0f6cbb9099b0e56685cc1d36ba50340f3d7278a1)), closes [#10253](https://github.com/bitnami/charts/issues/10253) ## 10.0.3 (2022-05-15) -* [bitnami/*] Remove old 'ci' files (#10171) ([5df30c4](https://github.com/bitnami/charts/commit/5df30c4)), closes [#10171](https://github.com/bitnami/charts/issues/10171) -* [bitnami/phpmyadmin] Release 10.0.3 updating components versions ([a8685e3](https://github.com/bitnami/charts/commit/a8685e3)) +* [bitnami/*] Remove old 'ci' files (#10171) ([5df30c4](https://github.com/bitnami/charts/commit/5df30c44dbd1812da8786579ce4a94917d46a6ad)), closes [#10171](https://github.com/bitnami/charts/issues/10171) +* [bitnami/phpmyadmin] Release 10.0.3 updating components versions ([a8685e3](https://github.com/bitnami/charts/commit/a8685e3cc80c3e2b7cdb123adff335e04e43f985)) ## 10.0.2 (2022-05-12) -* [bitnami/phpmyadmin] Add missing namespace metadata (#10153) ([5513e01](https://github.com/bitnami/charts/commit/5513e01)), closes [#10153](https://github.com/bitnami/charts/issues/10153) +* [bitnami/phpmyadmin] Add missing namespace metadata (#10153) ([5513e01](https://github.com/bitnami/charts/commit/5513e01742eeacf3e9fbf52e72a57677efa0a5ff)), closes [#10153](https://github.com/bitnami/charts/issues/10153) ## 10.0.1 (2022-04-21) -* [bitnami/phpmyadmin] Release 10.0.1 updating components versions ([ca844dc](https://github.com/bitnami/charts/commit/ca844dc)) +* [bitnami/phpmyadmin] Release 10.0.1 updating components versions ([ca844dc](https://github.com/bitnami/charts/commit/ca844dcd90eab04be9f52de69b131b360ae29dac)) ## 10.0.0 (2022-04-21) -* [bitnami/phpmyadmin] feat!: :arrow_up: Bump MariaDB version to 10.6 (#9856) ([51ea8a2](https://github.com/bitnami/charts/commit/51ea8a2)), closes [#9856](https://github.com/bitnami/charts/issues/9856) +* [bitnami/phpmyadmin] feat!: :arrow_up: Bump MariaDB version to 10.6 (#9856) ([51ea8a2](https://github.com/bitnami/charts/commit/51ea8a28eee4afacc13416b944e4052cc5396402)), closes [#9856](https://github.com/bitnami/charts/issues/9856) ## 9.0.20 (2022-04-20) -* [bitnami/phpmyadmin] Release 9.0.20 updating components versions ([22688e8](https://github.com/bitnami/charts/commit/22688e8)) +* [bitnami/phpmyadmin] Release 9.0.20 updating components versions ([22688e8](https://github.com/bitnami/charts/commit/22688e88bd45f5316c3aaaeeddcd40e64c5de1db)) ## 9.0.19 (2022-04-19) -* [bitnami/phpmyadmin] Release 9.0.19 updating components versions ([084f9a4](https://github.com/bitnami/charts/commit/084f9a4)) +* [bitnami/phpmyadmin] Release 9.0.19 updating components versions ([084f9a4](https://github.com/bitnami/charts/commit/084f9a46795b9d9b68036d81aa042f2b9cc99bec)) ## 9.0.18 (2022-04-07) -* [bitnami/phpmyadmin] Release 9.0.18 updating components versions ([6b35367](https://github.com/bitnami/charts/commit/6b35367)) +* [bitnami/phpmyadmin] Release 9.0.18 updating components versions ([6b35367](https://github.com/bitnami/charts/commit/6b35367d78073852c0ecf89eebf7c84e49a45017)) ## 9.0.17 (2022-04-06) -* [bitnami/phpmyadmin] Release 9.0.17 updating components versions ([a9441ef](https://github.com/bitnami/charts/commit/a9441ef)) +* [bitnami/phpmyadmin] Release 9.0.17 updating components versions ([a9441ef](https://github.com/bitnami/charts/commit/a9441ef13294efaffd38572d084f53c335446d6f)) ## 9.0.16 (2022-04-02) -* [bitnami/phpmyadmin] Release 9.0.16 updating components versions ([1f1ed15](https://github.com/bitnami/charts/commit/1f1ed15)) +* [bitnami/phpmyadmin] Release 9.0.16 updating components versions ([1f1ed15](https://github.com/bitnami/charts/commit/1f1ed15bf809e958d1a80e7f42b15dae10f43f16)) ## 9.0.15 (2022-03-29) -* [bitnami/phpmyadmin] Release 9.0.15 updating components versions ([8df2021](https://github.com/bitnami/charts/commit/8df2021)) +* [bitnami/phpmyadmin] Release 9.0.15 updating components versions ([8df2021](https://github.com/bitnami/charts/commit/8df20218b435e503a176897a6a4a2564f3204bd2)) ## 9.0.14 (2022-03-27) -* [bitnami/phpmyadmin] Release 9.0.14 updating components versions ([c7ffc42](https://github.com/bitnami/charts/commit/c7ffc42)) +* [bitnami/phpmyadmin] Release 9.0.14 updating components versions ([c7ffc42](https://github.com/bitnami/charts/commit/c7ffc42471fe03ea32f877d9d8edda0df6d5b248)) ## 9.0.13 (2022-03-25) -* [bitnami/phpmyadmin] Release 9.0.13 updating components versions ([41b5cd7](https://github.com/bitnami/charts/commit/41b5cd7)) +* [bitnami/phpmyadmin] Release 9.0.13 updating components versions ([41b5cd7](https://github.com/bitnami/charts/commit/41b5cd7d8fdbe12f45c566065dd05b3b6afc3b8e)) ## 9.0.12 (2022-03-18) -* [bitnami/phpmyadmin] Release 9.0.12 updating components versions ([7f761a9](https://github.com/bitnami/charts/commit/7f761a9)) +* [bitnami/phpmyadmin] Release 9.0.12 updating components versions ([7f761a9](https://github.com/bitnami/charts/commit/7f761a9d4487168feb30ebfe8065dc110aad59fe)) ## 9.0.11 (2022-03-17) -* [bitnami/phpmyadmin] Release 9.0.11 updating components versions ([41c8e64](https://github.com/bitnami/charts/commit/41c8e64)) +* [bitnami/phpmyadmin] Release 9.0.11 updating components versions ([41c8e64](https://github.com/bitnami/charts/commit/41c8e649f77e47e9873f83a4ffbb4f00f3f7a4ec)) ## 9.0.10 (2022-03-16) -* [bitnami/phpmyadmin] Release 9.0.10 updating components versions ([3925575](https://github.com/bitnami/charts/commit/3925575)) +* [bitnami/phpmyadmin] Release 9.0.10 updating components versions ([3925575](https://github.com/bitnami/charts/commit/3925575245e515662a399c567e523ddc8b6f5b0d)) ## 9.0.9 (2022-03-04) -* [bitnami/several] Reorder subcharts (#9299) ([a041f6b](https://github.com/bitnami/charts/commit/a041f6b)), closes [#9299](https://github.com/bitnami/charts/issues/9299) +* [bitnami/several] Reorder subcharts (#9299) ([a041f6b](https://github.com/bitnami/charts/commit/a041f6b0ff2dea82b3d030cb99454cede94dbc9a)), closes [#9299](https://github.com/bitnami/charts/issues/9299) ## 9.0.8 (2022-03-01) -* [bitnami/phpmyadmin] Release 9.0.8 updating components versions ([fa42c8e](https://github.com/bitnami/charts/commit/fa42c8e)) +* [bitnami/phpmyadmin] Release 9.0.8 updating components versions ([fa42c8e](https://github.com/bitnami/charts/commit/fa42c8ecc32f8912178186c436fec770a74fe78a)) ## 9.0.7 (2022-02-27) -* [bitnami/phpmyadmin] Release 9.0.7 updating components versions ([41c4178](https://github.com/bitnami/charts/commit/41c4178)) +* [bitnami/phpmyadmin] Release 9.0.7 updating components versions ([41c4178](https://github.com/bitnami/charts/commit/41c4178ebf6a904a0ba02f1e778f0acf5f8653da)) ## 9.0.6 (2022-02-23) -* [bitnami/phpmyadmin] Release 9.0.6 updating components versions ([db9994c](https://github.com/bitnami/charts/commit/db9994c)) +* [bitnami/phpmyadmin] Release 9.0.6 updating components versions ([db9994c](https://github.com/bitnami/charts/commit/db9994cab85b65371f5191952ca0c6cc6ab11686)) ## 9.0.5 (2022-02-23) -* [bitnami/phpmyadmin] Release 9.0.5 updating components versions ([d327d11](https://github.com/bitnami/charts/commit/d327d11)) +* [bitnami/phpmyadmin] Release 9.0.5 updating components versions ([d327d11](https://github.com/bitnami/charts/commit/d327d115d4fa56d0034018d06866b75c6a137046)) ## 9.0.4 (2022-02-13) -* [bitnami/phpmyadmin] Release 9.0.4 updating components versions ([53b0cd2](https://github.com/bitnami/charts/commit/53b0cd2)) +* [bitnami/phpmyadmin] Release 9.0.4 updating components versions ([53b0cd2](https://github.com/bitnami/charts/commit/53b0cd26ad26f6b959c1a08ddd21c8f01c8e32ba)) ## 9.0.3 (2022-02-11) -* [bitnami/*] Fix non-utf8 characters (#8826) ([aebe0ed](https://github.com/bitnami/charts/commit/aebe0ed)), closes [#8826](https://github.com/bitnami/charts/issues/8826) -* [bitnami/phpmyadmin] Release 9.0.3 updating components versions ([b745fbc](https://github.com/bitnami/charts/commit/b745fbc)) +* [bitnami/*] Fix non-utf8 characters (#8826) ([aebe0ed](https://github.com/bitnami/charts/commit/aebe0ed63d845e1e2b38751103810adf200b18f5)), closes [#8826](https://github.com/bitnami/charts/issues/8826) +* [bitnami/phpmyadmin] Release 9.0.3 updating components versions ([b745fbc](https://github.com/bitnami/charts/commit/b745fbce70c7df483faeed8ad1d38d95949b1519)) ## 9.0.2 (2022-01-22) -* [bitnami/phpmyadmin] Release 9.0.2 updating components versions ([b8dc38f](https://github.com/bitnami/charts/commit/b8dc38f)) +* [bitnami/phpmyadmin] Release 9.0.2 updating components versions ([b8dc38f](https://github.com/bitnami/charts/commit/b8dc38f62785e497dab74a821cfb39702137981f)) ## 9.0.1 (2022-01-20) -* [bitnami/*] Readme automation (#8579) ([78d1938](https://github.com/bitnami/charts/commit/78d1938)), closes [#8579](https://github.com/bitnami/charts/issues/8579) -* [bitnami/*] Update READMEs (#8716) ([b9a9533](https://github.com/bitnami/charts/commit/b9a9533)), closes [#8716](https://github.com/bitnami/charts/issues/8716) -* [bitnami/several] Change prerequisites (#8725) ([8d740c5](https://github.com/bitnami/charts/commit/8d740c5)), closes [#8725](https://github.com/bitnami/charts/issues/8725) +* [bitnami/*] Readme automation (#8579) ([78d1938](https://github.com/bitnami/charts/commit/78d193831c900d178198491ffd08fa2217a64ecd)), closes [#8579](https://github.com/bitnami/charts/issues/8579) +* [bitnami/*] Update READMEs (#8716) ([b9a9533](https://github.com/bitnami/charts/commit/b9a953337590eb2979453385874a267bacf50936)), closes [#8716](https://github.com/bitnami/charts/issues/8716) +* [bitnami/several] Change prerequisites (#8725) ([8d740c5](https://github.com/bitnami/charts/commit/8d740c566cfdb7e2d933c40128b4e919fce953a5)), closes [#8725](https://github.com/bitnami/charts/issues/8725) ## 9.0.0 (2022-01-14) -* [bitnami/phpmyadmin] Chart standardized (#7630) ([54408dc](https://github.com/bitnami/charts/commit/54408dc)), closes [#7630](https://github.com/bitnami/charts/issues/7630) +* [bitnami/phpmyadmin] Chart standardized (#7630) ([54408dc](https://github.com/bitnami/charts/commit/54408dca39b98ac7e0af05cbb693558f885851f5)), closes [#7630](https://github.com/bitnami/charts/issues/7630) ## 8.5.1 (2022-01-12) -* Fix indentation (#8642) ([4876ca9](https://github.com/bitnami/charts/commit/4876ca9)), closes [#8642](https://github.com/bitnami/charts/issues/8642) +* Fix indentation (#8642) ([4876ca9](https://github.com/bitnami/charts/commit/4876ca9e49acb14b8dd7fcbea1b4f6b02af6fca6)), closes [#8642](https://github.com/bitnami/charts/issues/8642) ## 8.5.0 (2022-01-11) -* [bitnami/phpmyadmin] Add support for ingressClassName (#8600) ([376ee48](https://github.com/bitnami/charts/commit/376ee48)), closes [#8600](https://github.com/bitnami/charts/issues/8600) +* [bitnami/phpmyadmin] Add support for ingressClassName (#8600) ([376ee48](https://github.com/bitnami/charts/commit/376ee48867bda2bc667f55d35e14f48014772e9a)), closes [#8600](https://github.com/bitnami/charts/issues/8600) ## 8.4.1 (2022-01-10) -* [bitnami/phpmyadmin] Release 8.4.1 updating components versions ([2ac0073](https://github.com/bitnami/charts/commit/2ac0073)) +* [bitnami/phpmyadmin] Release 8.4.1 updating components versions ([2ac0073](https://github.com/bitnami/charts/commit/2ac007321e492ded8ea2fa2cf44817bb33e41ad2)) ## 8.4.0 (2022-01-05) -* [bitnami/several] Adapt templating format (#8562) ([8cad18a](https://github.com/bitnami/charts/commit/8cad18a)), closes [#8562](https://github.com/bitnami/charts/issues/8562) -* [bitnami/several] Add license to the README ([05f7633](https://github.com/bitnami/charts/commit/05f7633)) -* [bitnami/several] Add license to the README ([32fb238](https://github.com/bitnami/charts/commit/32fb238)) -* [bitnami/several] Add license to the README ([b87c2f7](https://github.com/bitnami/charts/commit/b87c2f7)) +* [bitnami/several] Adapt templating format (#8562) ([8cad18a](https://github.com/bitnami/charts/commit/8cad18aed9966a6f0208e5ad6cee46cb217f47ab)), closes [#8562](https://github.com/bitnami/charts/issues/8562) +* [bitnami/several] Add license to the README ([05f7633](https://github.com/bitnami/charts/commit/05f763372501d596e57db713dd53ff4ff3027cc4)) +* [bitnami/several] Add license to the README ([32fb238](https://github.com/bitnami/charts/commit/32fb238e60a0affc6debd3142eaa3c3d9089ec2a)) +* [bitnami/several] Add license to the README ([b87c2f7](https://github.com/bitnami/charts/commit/b87c2f7899d48a8b02c506765e6ae82937e9ba3f)) ## 8.3.2 (2021-12-17) -* [bitnami/phpmyadmin] Release 8.3.2 updating components versions ([3ba8d5d](https://github.com/bitnami/charts/commit/3ba8d5d)) +* [bitnami/phpmyadmin] Release 8.3.2 updating components versions ([3ba8d5d](https://github.com/bitnami/charts/commit/3ba8d5df0bd78c002b999f805d5e8fe6ed4b1994)) ## 8.3.1 (2021-11-29) -* [bitnami/several] Add 'community support' note to some Helm chart READMEs (#8148) ([ce6b838](https://github.com/bitnami/charts/commit/ce6b838)), closes [#8148](https://github.com/bitnami/charts/issues/8148) -* [bitnami/several] Replace HTTP by HTTPS when possible (#8259) ([eafb5bd](https://github.com/bitnami/charts/commit/eafb5bd)), closes [#8259](https://github.com/bitnami/charts/issues/8259) +* [bitnami/several] Add 'community support' note to some Helm chart READMEs (#8148) ([ce6b838](https://github.com/bitnami/charts/commit/ce6b83829ac261c04784d7818c9cfa844f403213)), closes [#8148](https://github.com/bitnami/charts/issues/8148) +* [bitnami/several] Replace HTTP by HTTPS when possible (#8259) ([eafb5bd](https://github.com/bitnami/charts/commit/eafb5bd5a2cc3aaf04fc1e8ebedd73f420d76864)), closes [#8259](https://github.com/bitnami/charts/issues/8259) ## 8.3.0 (2021-11-17) -* [bitnami/*] Add network policies - fourth batch (#8154) ([5816c03](https://github.com/bitnami/charts/commit/5816c03)), closes [#8154](https://github.com/bitnami/charts/issues/8154) -* [bitnami/several] Regenerate README tables ([1cde837](https://github.com/bitnami/charts/commit/1cde837)) +* [bitnami/*] Add network policies - fourth batch (#8154) ([5816c03](https://github.com/bitnami/charts/commit/5816c036207fdd537d76278adff4342cbc35dc52)), closes [#8154](https://github.com/bitnami/charts/issues/8154) +* [bitnami/several] Regenerate README tables ([1cde837](https://github.com/bitnami/charts/commit/1cde8378b3ee2e825ac07bb0266a988b95b8dbce)) ## 8.2.19 (2021-11-16) -* [bitnami/phpmyadmin] Release 8.2.19 updating components versions ([645e4f7](https://github.com/bitnami/charts/commit/645e4f7)) -* [bitnami/several] Regenerate README tables ([6e3fb95](https://github.com/bitnami/charts/commit/6e3fb95)) +* [bitnami/phpmyadmin] Release 8.2.19 updating components versions ([645e4f7](https://github.com/bitnami/charts/commit/645e4f7288ce6b9365f9dd9295da99b4ce73a14c)) +* [bitnami/several] Regenerate README tables ([6e3fb95](https://github.com/bitnami/charts/commit/6e3fb954296a91f83fc1654d77109e5ef4fb6dc0)) ## 8.2.18 (2021-10-27) -* [bitnami/phpmyadmin] Release 8.2.18 updating components versions ([b71bfd6](https://github.com/bitnami/charts/commit/b71bfd6)) +* [bitnami/phpmyadmin] Release 8.2.18 updating components versions ([b71bfd6](https://github.com/bitnami/charts/commit/b71bfd62ae0a4a4ef8f7c2aa3feff4011ca27d65)) ## 8.2.17 (2021-10-22) -* [bitnami/several] Add chart info to NOTES.txt (#7889) ([a6751cd](https://github.com/bitnami/charts/commit/a6751cd)), closes [#7889](https://github.com/bitnami/charts/issues/7889) -* [bitnami/several] Regenerate README tables ([9bead53](https://github.com/bitnami/charts/commit/9bead53)) +* [bitnami/several] Add chart info to NOTES.txt (#7889) ([a6751cd](https://github.com/bitnami/charts/commit/a6751cdd33c461fabbc459fbea6f219ec64ab6b2)), closes [#7889](https://github.com/bitnami/charts/issues/7889) +* [bitnami/several] Regenerate README tables ([9bead53](https://github.com/bitnami/charts/commit/9bead53e7ae9de9977de03b92d3b7bc49a941d4a)) ## 8.2.16 (2021-10-07) -* [bitnami/phpmyadmin] Release 8.2.16 updating components versions ([53b670d](https://github.com/bitnami/charts/commit/53b670d)) -* [bitnami/prestashop] Fix default value for `ingress. ingressClassName` (and regenerate READMEs) (#77 ([c3fbb73](https://github.com/bitnami/charts/commit/c3fbb73)), closes [#7732](https://github.com/bitnami/charts/issues/7732) +* [bitnami/phpmyadmin] Release 8.2.16 updating components versions ([53b670d](https://github.com/bitnami/charts/commit/53b670dcd027ca4ff70cadff15ce6015e3cbf457)) +* [bitnami/prestashop] Fix default value for `ingress. ingressClassName` (and regenerate READMEs) (#77 ([c3fbb73](https://github.com/bitnami/charts/commit/c3fbb73586675a4922ca57dfd195791d3ffdc40f)), closes [#7732](https://github.com/bitnami/charts/issues/7732) ## 8.2.15 (2021-10-07) -* [bitnami/phpmyadmin] Release 8.2.15 updating components versions ([3cdd0b4](https://github.com/bitnami/charts/commit/3cdd0b4)) +* [bitnami/phpmyadmin] Release 8.2.15 updating components versions ([3cdd0b4](https://github.com/bitnami/charts/commit/3cdd0b42f8727d4ba135201efaee07fbf16adf71)) ## 8.2.14 (2021-10-01) -* [bitnami/*] Drop support for deprecated cert-manager annotation (#7646) ([4297b79](https://github.com/bitnami/charts/commit/4297b79)), closes [#7646](https://github.com/bitnami/charts/issues/7646) -* [bitnami/several] Regenerate README tables ([ff170d1](https://github.com/bitnami/charts/commit/ff170d1)) +* [bitnami/*] Drop support for deprecated cert-manager annotation (#7646) ([4297b79](https://github.com/bitnami/charts/commit/4297b792e48fba9c7c3b8fed447a856632c61201)), closes [#7646](https://github.com/bitnami/charts/issues/7646) +* [bitnami/several] Regenerate README tables ([ff170d1](https://github.com/bitnami/charts/commit/ff170d10f8aa6dae0f1e5c3f7d1c69fcec96b731)) ## 8.2.13 (2021-09-24) -* [bitnami/phpmyadmin] Release 8.2.13 updating components versions ([ef9e0e4](https://github.com/bitnami/charts/commit/ef9e0e4)) -* [bitnami/several] Regenerate README tables ([da2513b](https://github.com/bitnami/charts/commit/da2513b)) +* [bitnami/phpmyadmin] Release 8.2.13 updating components versions ([ef9e0e4](https://github.com/bitnami/charts/commit/ef9e0e48506fcda628d03a364df329ebe0d1ac8c)) +* [bitnami/several] Regenerate README tables ([da2513b](https://github.com/bitnami/charts/commit/da2513bf0a33819f3b1151d387c631a9ffdb03e2)) ## 8.2.12 (2021-08-25) -* [bitnami/phpmyadmin] Release 8.2.12 updating components versions ([28fe581](https://github.com/bitnami/charts/commit/28fe581)) -* [bitnami/several] Regenerate README tables ([6c107e8](https://github.com/bitnami/charts/commit/6c107e8)) +* [bitnami/phpmyadmin] Release 8.2.12 updating components versions ([28fe581](https://github.com/bitnami/charts/commit/28fe581880a0586cdebb1197fefc581de3601346)) +* [bitnami/several] Regenerate README tables ([6c107e8](https://github.com/bitnami/charts/commit/6c107e835d6caf8db2e8b17dcd48c5971637e013)) ## 8.2.11 (2021-08-03) -* [bitnami/phpmyadmin] Release 8.2.11 updating components versions ([407e502](https://github.com/bitnami/charts/commit/407e502)) +* [bitnami/phpmyadmin] Release 8.2.11 updating components versions ([407e502](https://github.com/bitnami/charts/commit/407e502a8415633a0c88b195d1a0dfb1e85c3ead)) ## 8.2.10 (2021-07-20) -* [bitnami/several] Fix default values and regenerate README (II) (#6994) ([d095793](https://github.com/bitnami/charts/commit/d095793)), closes [#6994](https://github.com/bitnami/charts/issues/6994) +* [bitnami/several] Fix default values and regenerate README (II) (#6994) ([d095793](https://github.com/bitnami/charts/commit/d0957937c764187307b924f600247c2b7afaf536)), closes [#6994](https://github.com/bitnami/charts/issues/6994) ## 8.2.9 (2021-07-14) -* [bitnami/*] Adapt values.yaml of phpMyAdmin, PostgreSQL and PostgreSQL HA charts (#6933) ([49f0bed](https://github.com/bitnami/charts/commit/49f0bed)), closes [#6933](https://github.com/bitnami/charts/issues/6933) +* [bitnami/*] Adapt values.yaml of phpMyAdmin, PostgreSQL and PostgreSQL HA charts (#6933) ([49f0bed](https://github.com/bitnami/charts/commit/49f0bed317d6ed15dd2115327d74565ec6344b87)), closes [#6933](https://github.com/bitnami/charts/issues/6933) ## 8.2.8 (2021-07-04) -* [bitnami/phpmyadmin] Release 8.2.8 updating components versions ([95d76f6](https://github.com/bitnami/charts/commit/95d76f6)) +* [bitnami/phpmyadmin] Release 8.2.8 updating components versions ([95d76f6](https://github.com/bitnami/charts/commit/95d76f60bf9e8005b0b01f7853357f31d9a36488)) ## 8.2.7 (2021-06-04) -* [bitnami/phpmyadmin] Release 8.2.7 updating components versions ([94628eb](https://github.com/bitnami/charts/commit/94628eb)) +* [bitnami/phpmyadmin] Release 8.2.7 updating components versions ([94628eb](https://github.com/bitnami/charts/commit/94628eb0ce23fedbf5c4be2b98f4bf490d8cb891)) ## 8.2.6 (2021-05-24) -* [bitnami/phpmyadmin] Release 8.2.6 updating components versions ([87e84a2](https://github.com/bitnami/charts/commit/87e84a2)) +* [bitnami/phpmyadmin] Release 8.2.6 updating components versions ([87e84a2](https://github.com/bitnami/charts/commit/87e84a27ec5d75a99847ca147d670a8e9759c3fb)) ## 8.2.5 (2021-05-03) -* [bitnami/phpmyadmin] Release 8.2.5 updating components versions ([545ff7b](https://github.com/bitnami/charts/commit/545ff7b)) +* [bitnami/phpmyadmin] Release 8.2.5 updating components versions ([545ff7b](https://github.com/bitnami/charts/commit/545ff7bcdb3c2f6f142c166c6210951d05b379b1)) ## 8.2.4 (2021-04-03) -* [bitnami/phpmyadmin] Release 8.2.4 updating components versions ([c308b51](https://github.com/bitnami/charts/commit/c308b51)) +* [bitnami/phpmyadmin] Release 8.2.4 updating components versions ([c308b51](https://github.com/bitnami/charts/commit/c308b5183ed56aa9b4c0f858f7f0c4d56fbaedc5)) ## 8.2.3 (2021-03-04) -* [bitnami/phpmyadmin] Release 8.2.3 updating components versions ([f723d36](https://github.com/bitnami/charts/commit/f723d36)) +* [bitnami/phpmyadmin] Release 8.2.3 updating components versions ([f723d36](https://github.com/bitnami/charts/commit/f723d361a4b2e7667d3c51fb653c8227582a07b5)) ## 8.2.2 (2021-03-03) -* [bitnami/phpmyadmin] Release 8.2.2 updating components versions ([aa51b33](https://github.com/bitnami/charts/commit/aa51b33)) +* [bitnami/phpmyadmin] Release 8.2.2 updating components versions ([aa51b33](https://github.com/bitnami/charts/commit/aa51b3338953929c90881964736ad4c608049706)) ## 8.2.1 (2021-02-07) -* [bitnami/phpmyadmin] Release 8.2.1 updating components versions ([400d7e6](https://github.com/bitnami/charts/commit/400d7e6)) +* [bitnami/phpmyadmin] Release 8.2.1 updating components versions ([400d7e6](https://github.com/bitnami/charts/commit/400d7e6eb2e22a40c3b47d83072b4281ae5ee852)) ## 8.2.0 (2021-01-28) -* [bitnami/*] Change helm version in the prerequisites (#5090) ([c5e67a3](https://github.com/bitnami/charts/commit/c5e67a3)), closes [#5090](https://github.com/bitnami/charts/issues/5090) -* [bitnami/phpmyadmin] Add hostAliases (#5291) ([ba9cc6e](https://github.com/bitnami/charts/commit/ba9cc6e)), closes [#5291](https://github.com/bitnami/charts/issues/5291) +* [bitnami/*] Change helm version in the prerequisites (#5090) ([c5e67a3](https://github.com/bitnami/charts/commit/c5e67a388743cbee28439d2cabca27884b9daf97)), closes [#5090](https://github.com/bitnami/charts/issues/5090) +* [bitnami/phpmyadmin] Add hostAliases (#5291) ([ba9cc6e](https://github.com/bitnami/charts/commit/ba9cc6ed4020cb1a17ad106d0113f88b285e420c)), closes [#5291](https://github.com/bitnami/charts/issues/5291) ## 8.1.0 (2021-01-14) -* [bitnami/phpmyadmin] Adapt Ingress to k8s 1.20 (#5005) ([31b6c43](https://github.com/bitnami/charts/commit/31b6c43)), closes [#5005](https://github.com/bitnami/charts/issues/5005) +* [bitnami/phpmyadmin] Adapt Ingress to k8s 1.20 (#5005) ([31b6c43](https://github.com/bitnami/charts/commit/31b6c43180a84f6983740dcf83a7aa154dda7ac0)), closes [#5005](https://github.com/bitnami/charts/issues/5005) ## 8.0.4 (2021-01-12) -* [bitnami/*] Fix typo in README (leaviness > liveness) (#4917) ([80ca826](https://github.com/bitnami/charts/commit/80ca826)), closes [#4917](https://github.com/bitnami/charts/issues/4917) -* [bitnami/phpmyadmin] Fix wrong macro name (#4955) ([17e5594](https://github.com/bitnami/charts/commit/17e5594)), closes [#4955](https://github.com/bitnami/charts/issues/4955) +* [bitnami/*] Fix typo in README (leaviness > liveness) (#4917) ([80ca826](https://github.com/bitnami/charts/commit/80ca8265b58602ded240c97025017607da6e1fd2)), closes [#4917](https://github.com/bitnami/charts/issues/4917) +* [bitnami/phpmyadmin] Fix wrong macro name (#4955) ([17e5594](https://github.com/bitnami/charts/commit/17e55942e90cf8117da90d44c55744ac1200c410)), closes [#4955](https://github.com/bitnami/charts/issues/4955) ## 8.0.3 (2021-01-08) -* [bitnami/*] fix typos (#4699) ([49adc63](https://github.com/bitnami/charts/commit/49adc63)), closes [#4699](https://github.com/bitnami/charts/issues/4699) -* [bitnami/phpmyadmin] Release 8.0.3 updating components versions ([b86bf6d](https://github.com/bitnami/charts/commit/b86bf6d)) +* [bitnami/*] fix typos (#4699) ([49adc63](https://github.com/bitnami/charts/commit/49adc63b672da976c55af2e077aa5648a357b77f)), closes [#4699](https://github.com/bitnami/charts/issues/4699) +* [bitnami/phpmyadmin] Release 8.0.3 updating components versions ([b86bf6d](https://github.com/bitnami/charts/commit/b86bf6dc578b3a74b1a1cf7e3b075800e0250feb)) ## 8.0.2 (2020-12-11) -* [bitnami/*] Update dependencies (#4694) ([2826c12](https://github.com/bitnami/charts/commit/2826c12)), closes [#4694](https://github.com/bitnami/charts/issues/4694) +* [bitnami/*] Update dependencies (#4694) ([2826c12](https://github.com/bitnami/charts/commit/2826c125b42505f28431301e3c1bbe5366e47a01)), closes [#4694](https://github.com/bitnami/charts/issues/4694) ## 8.0.1 (2020-12-10) -* Update Chart.yaml ([e5f41bb](https://github.com/bitnami/charts/commit/e5f41bb)) -* Update NOTES.txt ([8fb0931](https://github.com/bitnami/charts/commit/8fb0931)) +* Update Chart.yaml ([e5f41bb](https://github.com/bitnami/charts/commit/e5f41bb85252118bcec6e922d2c2c212e1fb1b6c)) +* Update NOTES.txt ([8fb0931](https://github.com/bitnami/charts/commit/8fb09313da4c3e76290ad97ac10f2bb6ec832072)) ## 8.0.0 (2020-12-09) -* [bitnami/*] Affinity based on common presets (vi) (#4517) ([5594e66](https://github.com/bitnami/charts/commit/5594e66)), closes [#4517](https://github.com/bitnami/charts/issues/4517) +* [bitnami/*] Affinity based on common presets (vi) (#4517) ([5594e66](https://github.com/bitnami/charts/commit/5594e66adfbd9e84f5369f64d75cc8723b63eb8b)), closes [#4517](https://github.com/bitnami/charts/issues/4517) ## 7.1.0 (2020-12-09) -* [bitnami/phpmyadmin] add servicemonitor (#4630) ([c698500](https://github.com/bitnami/charts/commit/c698500)), closes [#4630](https://github.com/bitnami/charts/issues/4630) +* [bitnami/phpmyadmin] add servicemonitor (#4630) ([c698500](https://github.com/bitnami/charts/commit/c698500677082a747718e5abbe3ddb07c5c04eea)), closes [#4630](https://github.com/bitnami/charts/issues/4630) ## 7.0.2 (2020-12-09) -* [bitnami/phpmyadmin] Release 7.0.2 updating components versions ([6257aa5](https://github.com/bitnami/charts/commit/6257aa5)) +* [bitnami/phpmyadmin] Release 7.0.2 updating components versions ([6257aa5](https://github.com/bitnami/charts/commit/6257aa55ca352a9aecac99cdf8491d4cccfa4102)) ## 7.0.1 (2020-12-07) -* [bitnami/phpmyadmin] metrics container doesn't work (#4610) ([d6ef890](https://github.com/bitnami/charts/commit/d6ef890)), closes [#4610](https://github.com/bitnami/charts/issues/4610) +* [bitnami/phpmyadmin] metrics container doesn't work (#4610) ([d6ef890](https://github.com/bitnami/charts/commit/d6ef890e0cc88950fe4762747d8c666a11836a70)), closes [#4610](https://github.com/bitnami/charts/issues/4610) ## 7.0.0 (2020-11-25) -* [bitnami/phpmyadmin] Major version. Adapt Chart to apiVersion: v2 and Update MariaDB Dependency (#44 ([5b66c46](https://github.com/bitnami/charts/commit/5b66c46)), closes [#4428](https://github.com/bitnami/charts/issues/4428) +* [bitnami/phpmyadmin] Major version. Adapt Chart to apiVersion: v2 and Update MariaDB Dependency (#44 ([5b66c46](https://github.com/bitnami/charts/commit/5b66c4638fd5f7b19966f9c3f4ecc93cb9a787a3)), closes [#4428](https://github.com/bitnami/charts/issues/4428) ## 6.5.7 (2020-11-21) -* [bitnami/phpmyadmin] Release 6.5.7 updating components versions ([46b446b](https://github.com/bitnami/charts/commit/46b446b)) +* [bitnami/phpmyadmin] Release 6.5.7 updating components versions ([46b446b](https://github.com/bitnami/charts/commit/46b446bdf9024293b16b1fde3c6d9bf5155220e4)) ## 6.5.6 (2020-11-19) -* [bitnami/phpmyadmin] Release 6.5.6 updating components versions ([1bf6588](https://github.com/bitnami/charts/commit/1bf6588)) +* [bitnami/phpmyadmin] Release 6.5.6 updating components versions ([1bf6588](https://github.com/bitnami/charts/commit/1bf658838f9af57b6f1be163a513fba9772843ab)) ## 6.5.5 (2020-11-14) -* [bitnami/*] Include link to Troubleshootin guide on README.md (#4136) ([c08a20e](https://github.com/bitnami/charts/commit/c08a20e)), closes [#4136](https://github.com/bitnami/charts/issues/4136) -* [bitnami/phpmyadmin] Release 6.5.5 updating components versions ([4cece1a](https://github.com/bitnami/charts/commit/4cece1a)) +* [bitnami/*] Include link to Troubleshootin guide on README.md (#4136) ([c08a20e](https://github.com/bitnami/charts/commit/c08a20e3db004215383004ff023a73fcc2522e72)), closes [#4136](https://github.com/bitnami/charts/issues/4136) +* [bitnami/phpmyadmin] Release 6.5.5 updating components versions ([4cece1a](https://github.com/bitnami/charts/commit/4cece1a4db008de221ddb35b209f5c6c4d06b930)) ## 6.5.4 (2020-10-15) -* [bitnami/phpmyadmin] Release 6.5.4 updating components versions ([178d894](https://github.com/bitnami/charts/commit/178d894)) +* [bitnami/phpmyadmin] Release 6.5.4 updating components versions ([178d894](https://github.com/bitnami/charts/commit/178d8946ed07ae5c7076a229a3b22cb55f18ee5d)) ## 6.5.3 (2020-10-10) -* [bitnami/phpmyadmin] Release 6.5.3 updating components versions ([db2066b](https://github.com/bitnami/charts/commit/db2066b)) +* [bitnami/phpmyadmin] Release 6.5.3 updating components versions ([db2066b](https://github.com/bitnami/charts/commit/db2066b6e9ff348087e074d4c688003e4e016958)) ## 6.5.2 (2020-09-21) -* [bitnami/phpmyadmin] Release 6.5.2 updating components versions ([8fae0e2](https://github.com/bitnami/charts/commit/8fae0e2)) +* [bitnami/phpmyadmin] Release 6.5.2 updating components versions ([8fae0e2](https://github.com/bitnami/charts/commit/8fae0e2cf67335f2c09a2e5fa5f4d1339f920f8b)) ## 6.5.1 (2020-09-04) -* [bitnami/metrics-server] Add source repo (#3577) ([1ed12f9](https://github.com/bitnami/charts/commit/1ed12f9)), closes [#3577](https://github.com/bitnami/charts/issues/3577) -* [bitnami/phpmyadmin] Release 6.5.1 updating components versions ([c2408a1](https://github.com/bitnami/charts/commit/c2408a1)) +* [bitnami/metrics-server] Add source repo (#3577) ([1ed12f9](https://github.com/bitnami/charts/commit/1ed12f96af75322b46afdb2b3d9907c11b13f765)), closes [#3577](https://github.com/bitnami/charts/issues/3577) +* [bitnami/phpmyadmin] Release 6.5.1 updating components versions ([c2408a1](https://github.com/bitnami/charts/commit/c2408a1efd60ecfbf608368fea63d19e7690971d)) ## 6.5.0 (2020-08-13) -* [bitnami/*] Use common helps for upgrade password errors (#3335) ([079f5bd](https://github.com/bitnami/charts/commit/079f5bd)), closes [#3335](https://github.com/bitnami/charts/issues/3335) +* [bitnami/*] Use common helps for upgrade password errors (#3335) ([079f5bd](https://github.com/bitnami/charts/commit/079f5bd6ec59bb058216d6a931449b895517c789)), closes [#3335](https://github.com/bitnami/charts/issues/3335) ## 6.4.0 (2020-08-12) -* [bitnami/phpmyadmin]Add allowArbitraryServer environment variable (#3388) ([075ff23](https://github.com/bitnami/charts/commit/075ff23)), closes [#3388](https://github.com/bitnami/charts/issues/3388) +* [bitnami/phpmyadmin]Add allowArbitraryServer environment variable (#3388) ([075ff23](https://github.com/bitnami/charts/commit/075ff23734f590edad05b4545ee0c79a74240f73)), closes [#3388](https://github.com/bitnami/charts/issues/3388) ## 6.3.3 (2020-08-05) -* [bitnami/phpmyadmin] Release 6.3.3 updating components versions ([a280601](https://github.com/bitnami/charts/commit/a280601)) +* [bitnami/phpmyadmin] Release 6.3.3 updating components versions ([a280601](https://github.com/bitnami/charts/commit/a28060194033679f0c6e58fd53f73dce14eae8dc)) ## 6.3.2 (2020-08-02) -* [bitnami/*] Fix TL;DR typo in READMEs (#3280) ([3d7ab40](https://github.com/bitnami/charts/commit/3d7ab40)), closes [#3280](https://github.com/bitnami/charts/issues/3280) -* [bitnami/phpmyadmin] Release 6.3.2 updating components versions ([34459a9](https://github.com/bitnami/charts/commit/34459a9)) +* [bitnami/*] Fix TL;DR typo in READMEs (#3280) ([3d7ab40](https://github.com/bitnami/charts/commit/3d7ab406fecd64f1af25f53e7d27f03ec95b29a4)), closes [#3280](https://github.com/bitnami/charts/issues/3280) +* [bitnami/phpmyadmin] Release 6.3.2 updating components versions ([34459a9](https://github.com/bitnami/charts/commit/34459a915efb9af6bc062587027fffe6d77a5806)) ## 6.3.1 (2020-07-15) -* [bitnami/phpmyadmin] Release 6.3.1 updating components versions ([3322add](https://github.com/bitnami/charts/commit/3322add)) +* [bitnami/phpmyadmin] Release 6.3.1 updating components versions ([3322add](https://github.com/bitnami/charts/commit/3322addafade1ffd0a6bcb2a1493f9b724545806)) ## 6.3.0 (2020-07-14) -* [bitnami/all] Add categories (#3075) ([63bde06](https://github.com/bitnami/charts/commit/63bde06)), closes [#3075](https://github.com/bitnami/charts/issues/3075) -* [bitnami/phpmyadmin]Add extra environment variables (#3090) ([e0da2be](https://github.com/bitnami/charts/commit/e0da2be)), closes [#3090](https://github.com/bitnami/charts/issues/3090) +* [bitnami/all] Add categories (#3075) ([63bde06](https://github.com/bitnami/charts/commit/63bde066b87a140fab52264d0522401ab3d63509)), closes [#3075](https://github.com/bitnami/charts/issues/3075) +* [bitnami/phpmyadmin]Add extra environment variables (#3090) ([e0da2be](https://github.com/bitnami/charts/commit/e0da2be3ea701a9cb36d9ece9bf5f1ff5174e4ca)), closes [#3090](https://github.com/bitnami/charts/issues/3090) ## 6.2.2 (2020-06-24) -* [bitnami/phpmyadmin] Release 6.2.2 updating components versions ([69b5a43](https://github.com/bitnami/charts/commit/69b5a43)) +* [bitnami/phpmyadmin] Release 6.2.2 updating components versions ([69b5a43](https://github.com/bitnami/charts/commit/69b5a43656d7ab471beacd9d672654511bcae3a1)) ## 6.2.1 (2020-06-22) -* [bitnami/several] remove library/bitnami-common (#2879) ([d936fe3](https://github.com/bitnami/charts/commit/d936fe3)), closes [#2879](https://github.com/bitnami/charts/issues/2879) +* [bitnami/several] remove library/bitnami-common (#2879) ([d936fe3](https://github.com/bitnami/charts/commit/d936fe33d2a28fc38b6d714a553d922f85669bd7)), closes [#2879](https://github.com/bitnami/charts/issues/2879) ## 6.2.0 (2020-06-03) -* [bitnami/phpmyadmin] Add non-root notice in README and add securityContext to change UID (#2740) ([033ee43](https://github.com/bitnami/charts/commit/033ee43)), closes [#2740](https://github.com/bitnami/charts/issues/2740) +* [bitnami/phpmyadmin] Add non-root notice in README and add securityContext to change UID (#2740) ([033ee43](https://github.com/bitnami/charts/commit/033ee4302c60e55cb490a75aaa3c34b229997602)), closes [#2740](https://github.com/bitnami/charts/issues/2740) ## 6.1.0 (2020-06-03) -* [bitnami/phpmyadmin] Migrate ingress to networking.k8s.io/v1beta1 (#2694) ([aca30c9](https://github.com/bitnami/charts/commit/aca30c9)), closes [#2694](https://github.com/bitnami/charts/issues/2694) +* [bitnami/phpmyadmin] Migrate ingress to networking.k8s.io/v1beta1 (#2694) ([aca30c9](https://github.com/bitnami/charts/commit/aca30c9f33657122112bbd04beb29dca942ab453)), closes [#2694](https://github.com/bitnami/charts/issues/2694) ## 6.0.0 (2020-06-02) -* [bitnami/phpmyadmin] Change to non-root container approach (#2644) ([921e1cf](https://github.com/bitnami/charts/commit/921e1cf)), closes [#2644](https://github.com/bitnami/charts/issues/2644) +* [bitnami/phpmyadmin] Change to non-root container approach (#2644) ([921e1cf](https://github.com/bitnami/charts/commit/921e1cf50b70ef82ec4e43e8dd14abc575f7de4a)), closes [#2644](https://github.com/bitnami/charts/issues/2644) ## 5.0.6 (2020-05-22) -* [bitnami/phpmyadmin] phpmyadmin fix default probes (#2640) ([81d7bc0](https://github.com/bitnami/charts/commit/81d7bc0)), closes [#2640](https://github.com/bitnami/charts/issues/2640) -* update bitnami/common to be compatible with helm v2.12+ (#2615) ([c7751eb](https://github.com/bitnami/charts/commit/c7751eb)), closes [#2615](https://github.com/bitnami/charts/issues/2615) +* [bitnami/phpmyadmin] phpmyadmin fix default probes (#2640) ([81d7bc0](https://github.com/bitnami/charts/commit/81d7bc0401158149481fd936bfa42ed13c72510d)), closes [#2640](https://github.com/bitnami/charts/issues/2640) +* update bitnami/common to be compatible with helm v2.12+ (#2615) ([c7751eb](https://github.com/bitnami/charts/commit/c7751eb5764e468e1854b58a1b8491d2b13e0a4a)), closes [#2615](https://github.com/bitnami/charts/issues/2615) ## 5.0.5 (2020-05-14) -* [bitnami/phpmyadmin] Release 5.0.5 updating components versions ([8605138](https://github.com/bitnami/charts/commit/8605138)) +* [bitnami/phpmyadmin] Release 5.0.5 updating components versions ([8605138](https://github.com/bitnami/charts/commit/860513899da57e4d8ff8981c4bece9359044c670)) ## 5.0.4 (2020-04-22) -* [bitnami/phpmyadmin] Release 5.0.4 updating components versions ([b104644](https://github.com/bitnami/charts/commit/b104644)) +* [bitnami/phpmyadmin] Release 5.0.4 updating components versions ([b104644](https://github.com/bitnami/charts/commit/b104644390c461f430151fecd14f1dea3f4fe845)) ## 5.0.3 (2020-04-22) -* [bitnami/phpmyadmin] Release 5.0.3 updating components versions ([264f2b8](https://github.com/bitnami/charts/commit/264f2b8)) +* [bitnami/phpmyadmin] Release 5.0.3 updating components versions ([264f2b8](https://github.com/bitnami/charts/commit/264f2b8c47aa0954944936e4979f43d666b91f3c)) ## 5.0.2 (2020-04-16) -* [bitnami/phpmyadmin] Release 5.0.2 updating components versions ([ab08f68](https://github.com/bitnami/charts/commit/ab08f68)) +* [bitnami/phpmyadmin] Release 5.0.2 updating components versions ([ab08f68](https://github.com/bitnami/charts/commit/ab08f68bc5e0d4813e790eb356a80641d98bdca7)) ## 5.0.1 (2020-04-13) -* [bitnami/chart] Change in the command of apache-exporter (#2289) ([de3806f](https://github.com/bitnami/charts/commit/de3806f)), closes [#2289](https://github.com/bitnami/charts/issues/2289) +* [bitnami/chart] Change in the command of apache-exporter (#2289) ([de3806f](https://github.com/bitnami/charts/commit/de3806f6bd73d88e96170b7bb31ac14eaba70ad0)), closes [#2289](https://github.com/bitnami/charts/issues/2289) ## 5.0.0 (2020-04-02) -* Update the phpMyAdmin requirements with the latest MariaDB (#2202) ([99e16e3](https://github.com/bitnami/charts/commit/99e16e3)), closes [#2202](https://github.com/bitnami/charts/issues/2202) +* Update the phpMyAdmin requirements with the latest MariaDB (#2202) ([99e16e3](https://github.com/bitnami/charts/commit/99e16e3f8c9da8217bae8df5b72e8d77d5183b4b)), closes [#2202](https://github.com/bitnami/charts/issues/2202) ## 4.4.2 (2020-04-02) -* [bitnami/phpmyadmin] Release 4.4.2 updating components versions ([4ab4841](https://github.com/bitnami/charts/commit/4ab4841)) +* [bitnami/phpmyadmin] Release 4.4.2 updating components versions ([4ab4841](https://github.com/bitnami/charts/commit/4ab48413c81bacd81ab4e0ff5f79f11d1465bd7c)) ## 4.4.1 (2020-04-02) -* [bitnami/phpmyadmin] Release 4.4.1 updating components versions ([d488961](https://github.com/bitnami/charts/commit/d488961)) +* [bitnami/phpmyadmin] Release 4.4.1 updating components versions ([d488961](https://github.com/bitnami/charts/commit/d4889615b134a424682300608d72940621bfd80c)) ## 4.4.0 (2020-03-30) -* [bitnami/phpmyadmin] Allow custom probes (#2162) ([3379c5d](https://github.com/bitnami/charts/commit/3379c5d)), closes [#2162](https://github.com/bitnami/charts/issues/2162) +* [bitnami/phpmyadmin] Allow custom probes (#2162) ([3379c5d](https://github.com/bitnami/charts/commit/3379c5dafb4c6f74d4c97238d602328875b1b6dc)), closes [#2162](https://github.com/bitnami/charts/issues/2162) ## 4.3.8 (2020-03-26) -* [bitnami/phpmyadmin] Release 4.3.8 updating components versions ([efa97b6](https://github.com/bitnami/charts/commit/efa97b6)) +* [bitnami/phpmyadmin] Release 4.3.8 updating components versions ([efa97b6](https://github.com/bitnami/charts/commit/efa97b6dd8b59ad545f7a85d2442885494ff3e97)) ## 4.3.7 (2020-03-21) -* [bitnami/phpmyadmin] Release 4.3.7 updating components versions ([9cdd627](https://github.com/bitnami/charts/commit/9cdd627)) +* [bitnami/phpmyadmin] Release 4.3.7 updating components versions ([9cdd627](https://github.com/bitnami/charts/commit/9cdd6278136232715e911be934ee866896686183)) ## 4.3.6 (2020-03-20) -* [bitnami/phpmyadmin] Release 4.3.6 updating components versions ([4fb205c](https://github.com/bitnami/charts/commit/4fb205c)) +* [bitnami/phpmyadmin] Release 4.3.6 updating components versions ([4fb205c](https://github.com/bitnami/charts/commit/4fb205cb0bd33d5d3fd3f6fb19713dbfbb7f8c7d)) ## 4.3.5 (2020-03-11) -* [bitnami/phpmyadmin] Release 4.3.5 updating components versions ([61defa1](https://github.com/bitnami/charts/commit/61defa1)) +* [bitnami/phpmyadmin] Release 4.3.5 updating components versions ([61defa1](https://github.com/bitnami/charts/commit/61defa116b3babbbb29232158f4a6950af6b6971)) ## 4.3.4 (2020-03-11) -* Move charts from upstreamed folder to bitnami (#2032) ([a0e44f7](https://github.com/bitnami/charts/commit/a0e44f7)), closes [#2032](https://github.com/bitnami/charts/issues/2032) +* Move charts from upstreamed folder to bitnami (#2032) ([a0e44f7](https://github.com/bitnami/charts/commit/a0e44f7d6a10b8b5643186130ea420887cb72c7c)), closes [#2032](https://github.com/bitnami/charts/issues/2032) diff --git a/bitnami/phpmyadmin/Chart.yaml b/bitnami/phpmyadmin/Chart.yaml index bdf4b59a00a24e..b3edc84a40c5c3 100644 --- a/bitnami/phpmyadmin/Chart.yaml +++ b/bitnami/phpmyadmin/Chart.yaml @@ -36,4 +36,4 @@ maintainers: name: phpmyadmin sources: - https://github.com/bitnami/charts/tree/main/bitnami/phpmyadmin -version: 16.1.0 +version: 16.2.0 diff --git a/bitnami/phpmyadmin/README.md b/bitnami/phpmyadmin/README.md index 26deda3cbd426e..829fbccead95a9 100644 --- a/bitnami/phpmyadmin/README.md +++ b/bitnami/phpmyadmin/README.md @@ -265,6 +265,9 @@ As an alternative, you can use of the preset configurations for pod affinity, po | `extraVolumes` | Optionally specify extra list of additional volumes for PhpMyAdmin pods | `[]` | | `extraVolumeMounts` | Optionally specify extra list of additional volumeMounts for PhpMyAdmin container(s) | `[]` | | `initContainers` | Add init containers to the PhpMyAdmin pods | `[]` | +| `pdb.create` | Enable/disable a Pod Disruption Budget creation | `true` | +| `pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `""` | +| `pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `pdb.minAvailable` and `pdb.maxUnavailable` are empty. | `""` | | `sidecars` | Add sidecar containers to the PhpMyAdmin pods | `[]` | ### Traffic Exposure parameters diff --git a/bitnami/phpmyadmin/templates/pdb.yaml b/bitnami/phpmyadmin/templates/pdb.yaml new file mode 100644 index 00000000000000..b17ff44e4bc679 --- /dev/null +++ b/bitnami/phpmyadmin/templates/pdb.yaml @@ -0,0 +1,26 @@ +{{- /* +Copyright Broadcom, Inc. All Rights Reserved. +SPDX-License-Identifier: APACHE-2.0 +*/}} + +{{- if .Values.pdb.create }} +apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} +kind: PodDisruptionBudget +metadata: + name: {{ include "common.names.fullname" . }} + namespace: {{ include "common.names.namespace" . | quote }} + labels: {{- include "common.labels.standard" ( dict "customLabels" .Values.commonLabels "context" $ ) | nindent 4 }} + {{- if .Values.commonAnnotations }} + annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }} + {{- end }} +spec: + {{- if .Values.pdb.minAvailable }} + minAvailable: {{ .Values.pdb.minAvailable }} + {{- end }} + {{- if or .Values.pdb.maxUnavailable ( not .Values.pdb.minAvailable ) }} + maxUnavailable: {{ .Values.pdb.maxUnavailable | default 1 }} + {{- end }} + {{- $podLabels := include "common.tplvalues.merge" ( dict "values" ( list .Values.podLabels .Values.commonLabels ) "context" . ) }} + selector: + matchLabels: {{- include "common.labels.matchLabels" ( dict "customLabels" $podLabels "context" $ ) | nindent 6 }} +{{- end }} diff --git a/bitnami/phpmyadmin/values.yaml b/bitnami/phpmyadmin/values.yaml index 55428fb8d19540..08931113c7bbda 100644 --- a/bitnami/phpmyadmin/values.yaml +++ b/bitnami/phpmyadmin/values.yaml @@ -347,6 +347,16 @@ extraVolumeMounts: [] ## containerPort: 1234 ## initContainers: [] +## Pod Disruption Budget configuration +## ref: https://kubernetes.io/docs/tasks/run-application/configure-pdb +## @param pdb.create Enable/disable a Pod Disruption Budget creation +## @param pdb.minAvailable Minimum number/percentage of pods that should remain scheduled +## @param pdb.maxUnavailable Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `pdb.minAvailable` and `pdb.maxUnavailable` are empty. +## +pdb: + create: true + minAvailable: "" + maxUnavailable: "" ## @param sidecars Add sidecar containers to the PhpMyAdmin pods ## Example: ## sidecars: From e2f930eb1c4f7c021b21dc6ec6477bb9dc08a40a Mon Sep 17 00:00:00 2001 From: Fran Mulero Date: Wed, 29 May 2024 11:15:38 +0200 Subject: [PATCH 079/110] [bitnami/pytorch] Enable PodDisruptionBudgets (#26532) * [bitnami/pytorch] Enable PodDisruptionBudgets Signed-off-by: Fran Mulero * Update CHANGELOG.md Signed-off-by: Bitnami Containers --------- Signed-off-by: Fran Mulero Signed-off-by: Bitnami Containers Co-authored-by: Bitnami Containers --- bitnami/pytorch/CHANGELOG.md | 576 +++++++++++++++-------------- bitnami/pytorch/Chart.yaml | 2 +- bitnami/pytorch/README.md | 3 + bitnami/pytorch/templates/pdb.yaml | 28 ++ bitnami/pytorch/values.yaml | 10 + 5 files changed, 332 insertions(+), 287 deletions(-) create mode 100644 bitnami/pytorch/templates/pdb.yaml diff --git a/bitnami/pytorch/CHANGELOG.md b/bitnami/pytorch/CHANGELOG.md index 0e3293106206a8..e4b70ff3620ba6 100644 --- a/bitnami/pytorch/CHANGELOG.md +++ b/bitnami/pytorch/CHANGELOG.md @@ -1,887 +1,891 @@ # Changelog +## 4.2.0 (2024-05-29) + +* [bitnami/pytorch] Enable PodDisruptionBudgets ([#26532](https://github.com/bitnami/charts/pull/26532)) + ## 4.1.0 (2024-05-21) -* [bitnami/pytorch] feat: :sparkles: :lock: Add warning when original images are replaced ([#26268](https://github.com/bitnami/charts/pulls/26268)) +* [bitnami/pytorch] feat: :sparkles: :lock: Add warning when original images are replaced (#26268) ([924ebf3](https://github.com/bitnami/charts/commit/924ebf3ab5cfddf531c24366114039ee94a0ca30)), closes [#26268](https://github.com/bitnami/charts/issues/26268) ## 4.0.6 (2024-05-21) -* [bitnami/*] ci: :construction_worker: Add tag and changelog support (#25359) ([91c707c](https://github.com/bitnami/charts/commit/91c707c)), closes [#25359](https://github.com/bitnami/charts/issues/25359) -* [bitnami/pytorch] Use different liveness/readiness probes (#26166) ([d21265b](https://github.com/bitnami/charts/commit/d21265b)), closes [#26166](https://github.com/bitnami/charts/issues/26166) +* [bitnami/*] ci: :construction_worker: Add tag and changelog support (#25359) ([91c707c](https://github.com/bitnami/charts/commit/91c707c9e4e574725a09505d2d313fb93f1b4c0a)), closes [#25359](https://github.com/bitnami/charts/issues/25359) +* [bitnami/pytorch] Use different liveness/readiness probes (#26166) ([d21265b](https://github.com/bitnami/charts/commit/d21265b1df8c4f21a93c0dbce6751245cc358b7d)), closes [#26166](https://github.com/bitnami/charts/issues/26166) ## 4.0.5 (2024-05-18) -* [bitnami/pytorch] Release 4.0.5 updating components versions (#26069) ([4a878ce](https://github.com/bitnami/charts/commit/4a878ce)), closes [#26069](https://github.com/bitnami/charts/issues/26069) +* [bitnami/pytorch] Release 4.0.5 updating components versions (#26069) ([4a878ce](https://github.com/bitnami/charts/commit/4a878ceed52ae05d240e3aa4e75e2797de09367d)), closes [#26069](https://github.com/bitnami/charts/issues/26069) ## 4.0.4 (2024-05-14) -* [bitnami/*] Change non-root and rolling-tags doc URLs (#25628) ([b067c94](https://github.com/bitnami/charts/commit/b067c94)), closes [#25628](https://github.com/bitnami/charts/issues/25628) -* [bitnami/*] Set new header/owner (#25558) ([8d1dc11](https://github.com/bitnami/charts/commit/8d1dc11)), closes [#25558](https://github.com/bitnami/charts/issues/25558) -* [bitnami/multiple charts] Fix typo: "NetworkPolice" vs "NetworkPolicy" (#25348) ([6970c1b](https://github.com/bitnami/charts/commit/6970c1b)), closes [#25348](https://github.com/bitnami/charts/issues/25348) -* [bitnami/pytorch] Release 4.0.4 updating components versions (#25814) ([1dbca6b](https://github.com/bitnami/charts/commit/1dbca6b)), closes [#25814](https://github.com/bitnami/charts/issues/25814) -* Replace VMware by Broadcom copyright text (#25306) ([a5e4bd0](https://github.com/bitnami/charts/commit/a5e4bd0)), closes [#25306](https://github.com/bitnami/charts/issues/25306) +* [bitnami/*] Change non-root and rolling-tags doc URLs (#25628) ([b067c94](https://github.com/bitnami/charts/commit/b067c94f6bcde427863c197fd355f0b5ba12ff5b)), closes [#25628](https://github.com/bitnami/charts/issues/25628) +* [bitnami/*] Set new header/owner (#25558) ([8d1dc11](https://github.com/bitnami/charts/commit/8d1dc11f5fb30db6fba50c43d7af59d2f79deed3)), closes [#25558](https://github.com/bitnami/charts/issues/25558) +* [bitnami/multiple charts] Fix typo: "NetworkPolice" vs "NetworkPolicy" (#25348) ([6970c1b](https://github.com/bitnami/charts/commit/6970c1ba245873506e73d459c6eac1e4919b778f)), closes [#25348](https://github.com/bitnami/charts/issues/25348) +* [bitnami/pytorch] Release 4.0.4 updating components versions (#25814) ([1dbca6b](https://github.com/bitnami/charts/commit/1dbca6b8d90413b9e6e66c650399b8d84efee3bb)), closes [#25814](https://github.com/bitnami/charts/issues/25814) +* Replace VMware by Broadcom copyright text (#25306) ([a5e4bd0](https://github.com/bitnami/charts/commit/a5e4bd0e35e419203793976a78d9d0a13de92c76)), closes [#25306](https://github.com/bitnami/charts/issues/25306) ## 4.0.3 (2024-04-24) -* [bitnami/*] Readme typos (#24852) ([532fcdc](https://github.com/bitnami/charts/commit/532fcdc)), closes [#24852](https://github.com/bitnami/charts/issues/24852) -* [bitnami/pytorch] Release 4.0.3 updating components versions (#25376) ([2708bc3](https://github.com/bitnami/charts/commit/2708bc3)), closes [#25376](https://github.com/bitnami/charts/issues/25376) -* Update resourcesPreset comments (#24467) ([92e3e8a](https://github.com/bitnami/charts/commit/92e3e8a)), closes [#24467](https://github.com/bitnami/charts/issues/24467) +* [bitnami/*] Readme typos (#24852) ([532fcdc](https://github.com/bitnami/charts/commit/532fcdc499cb67eccf0ade49ff1c02d3deb1d696)), closes [#24852](https://github.com/bitnami/charts/issues/24852) +* [bitnami/pytorch] Release 4.0.3 updating components versions (#25376) ([2708bc3](https://github.com/bitnami/charts/commit/2708bc3a9ecd55d4a423e2b066fc1af4330e0337)), closes [#25376](https://github.com/bitnami/charts/issues/25376) +* Update resourcesPreset comments (#24467) ([92e3e8a](https://github.com/bitnami/charts/commit/92e3e8a507326d2a20a8f10ab3e7746a2ec5c554)), closes [#24467](https://github.com/bitnami/charts/issues/24467) ## 4.0.2 (2024-03-28) -* [bitnami/pytorch] Release 4.0.2 updating components versions (#24726) ([efe0dad](https://github.com/bitnami/charts/commit/efe0dad)), closes [#24726](https://github.com/bitnami/charts/issues/24726) +* [bitnami/pytorch] Release 4.0.2 updating components versions (#24726) ([efe0dad](https://github.com/bitnami/charts/commit/efe0dad49fc6b5101c71158d819a91de75177ca1)), closes [#24726](https://github.com/bitnami/charts/issues/24726) ## 4.0.1 (2024-03-20) -* [bitnami/*] Reorder Chart sections (#24455) ([0cf4048](https://github.com/bitnami/charts/commit/0cf4048)), closes [#24455](https://github.com/bitnami/charts/issues/24455) -* [bitnami/pytorch] Pytorch probes improvement (#24566) ([b154df3](https://github.com/bitnami/charts/commit/b154df3)), closes [#24566](https://github.com/bitnami/charts/issues/24566) +* [bitnami/*] Reorder Chart sections (#24455) ([0cf4048](https://github.com/bitnami/charts/commit/0cf4048e8743f70a9753d460655bd030cbff6824)), closes [#24455](https://github.com/bitnami/charts/issues/24455) +* [bitnami/pytorch] Pytorch probes improvement (#24566) ([b154df3](https://github.com/bitnami/charts/commit/b154df34b8cfc5328b9b073b2482d7c649da7b67)), closes [#24566](https://github.com/bitnami/charts/issues/24566) ## 4.0.0 (2024-03-15) -* [bitnami/pytorch] feat!: 🔒 💥 Improve security defaults (#24337) ([f159419](https://github.com/bitnami/charts/commit/f159419)), closes [#24337](https://github.com/bitnami/charts/issues/24337) +* [bitnami/pytorch] feat!: 🔒 💥 Improve security defaults (#24337) ([f159419](https://github.com/bitnami/charts/commit/f15941902ff7f289f7897dbec5884a4e1f1bbb8f)), closes [#24337](https://github.com/bitnami/charts/issues/24337) ## 3.11.0 (2024-03-06) -* [bitnami/pytorch] feat: :sparkles: :lock: Add automatic adaptation for Openshift restricted-v2 SCC ( ([f82ff91](https://github.com/bitnami/charts/commit/f82ff91)), closes [#24145](https://github.com/bitnami/charts/issues/24145) +* [bitnami/pytorch] feat: :sparkles: :lock: Add automatic adaptation for Openshift restricted-v2 SCC ( ([f82ff91](https://github.com/bitnami/charts/commit/f82ff91e10bfa1256bb100f69c16e94707f25be2)), closes [#24145](https://github.com/bitnami/charts/issues/24145) ## 3.10.1 (2024-02-23) -* [bitnami/pytorch] Release 3.10.1 updating components versions (#23869) ([fa4ae48](https://github.com/bitnami/charts/commit/fa4ae48)), closes [#23869](https://github.com/bitnami/charts/issues/23869) +* [bitnami/pytorch] Release 3.10.1 updating components versions (#23869) ([fa4ae48](https://github.com/bitnami/charts/commit/fa4ae48f600b5930a68f7471e51a8acef6bdcd5d)), closes [#23869](https://github.com/bitnami/charts/issues/23869) ## 3.10.0 (2024-02-22) -* [bitnami/pytorch] feat: :sparkles: :lock: Add readOnlyRootFilesystem support (#23783) ([29abc1a](https://github.com/bitnami/charts/commit/29abc1a)), closes [#23783](https://github.com/bitnami/charts/issues/23783) +* [bitnami/pytorch] feat: :sparkles: :lock: Add readOnlyRootFilesystem support (#23783) ([29abc1a](https://github.com/bitnami/charts/commit/29abc1abe569a0ba6081ae2613b06f02d7aebf85)), closes [#23783](https://github.com/bitnami/charts/issues/23783) ## 3.9.1 (2024-02-21) -* [bitnami/pytorch] feat: :sparkles: :lock: Add resource preset support (#23513) ([2465ed1](https://github.com/bitnami/charts/commit/2465ed1)), closes [#23513](https://github.com/bitnami/charts/issues/23513) -* [bitnami/pytorch] Release 3.9.1 updating components versions (#23688) ([24776f0](https://github.com/bitnami/charts/commit/24776f0)), closes [#23688](https://github.com/bitnami/charts/issues/23688) +* [bitnami/pytorch] feat: :sparkles: :lock: Add resource preset support (#23513) ([2465ed1](https://github.com/bitnami/charts/commit/2465ed13ddadc51fa0c60f4fb96dd3ff15d8df14)), closes [#23513](https://github.com/bitnami/charts/issues/23513) +* [bitnami/pytorch] Release 3.9.1 updating components versions (#23688) ([24776f0](https://github.com/bitnami/charts/commit/24776f09fcdba68811b9eb6a677efc4e86204e6b)), closes [#23688](https://github.com/bitnami/charts/issues/23688) ## 3.9.0 (2024-02-20) -* [bitnami/*] Bump all versions (#23602) ([b70ee2a](https://github.com/bitnami/charts/commit/b70ee2a)), closes [#23602](https://github.com/bitnami/charts/issues/23602) +* [bitnami/*] Bump all versions (#23602) ([b70ee2a](https://github.com/bitnami/charts/commit/b70ee2a30e4dc256bf0ac52928fb2fa7a70f049b)), closes [#23602](https://github.com/bitnami/charts/issues/23602) ## 3.8.4 (2024-02-08) -* [bitnami/pytorch] Release 3.8.4 updating components versions (#23347) ([de25109](https://github.com/bitnami/charts/commit/de25109)), closes [#23347](https://github.com/bitnami/charts/issues/23347) +* [bitnami/pytorch] Release 3.8.4 updating components versions (#23347) ([de25109](https://github.com/bitnami/charts/commit/de251090ee6ab5a58706804358f0c3fb5e262ce6)), closes [#23347](https://github.com/bitnami/charts/issues/23347) ## 3.8.3 (2024-02-07) -* [bitnami/pytorch] Release 3.8.3 updating components versions (#23265) ([8cb2876](https://github.com/bitnami/charts/commit/8cb2876)), closes [#23265](https://github.com/bitnami/charts/issues/23265) +* [bitnami/pytorch] Release 3.8.3 updating components versions (#23265) ([8cb2876](https://github.com/bitnami/charts/commit/8cb2876a02fd67f1815f7979bf7c087bed5745ba)), closes [#23265](https://github.com/bitnami/charts/issues/23265) ## 3.8.2 (2024-02-07) -* [bitnami/pytorch] Release 3.8.2 updating components versions (#23260) ([ea895a1](https://github.com/bitnami/charts/commit/ea895a1)), closes [#23260](https://github.com/bitnami/charts/issues/23260) +* [bitnami/pytorch] Release 3.8.2 updating components versions (#23260) ([ea895a1](https://github.com/bitnami/charts/commit/ea895a119ff5ae28edf5afbeafa5fafb4ce4471d)), closes [#23260](https://github.com/bitnami/charts/issues/23260) ## 3.8.1 (2024-02-03) -* [bitnami/pytorch] Release 3.8.1 updating components versions (#23160) ([88832ec](https://github.com/bitnami/charts/commit/88832ec)), closes [#23160](https://github.com/bitnami/charts/issues/23160) +* [bitnami/pytorch] Release 3.8.1 updating components versions (#23160) ([88832ec](https://github.com/bitnami/charts/commit/88832ec2015faf32f1c52260ea6c803a00967907)), closes [#23160](https://github.com/bitnami/charts/issues/23160) ## 3.8.0 (2024-02-01) -* [bitnami/pytorch] fix: :bug: Add allowExternalEgress to avoid breaking istio (#22958) ([51555be](https://github.com/bitnami/charts/commit/51555be)), closes [#22958](https://github.com/bitnami/charts/issues/22958) +* [bitnami/pytorch] fix: :bug: Add allowExternalEgress to avoid breaking istio (#22958) ([51555be](https://github.com/bitnami/charts/commit/51555be62b303524fe7cabcd87f4f61053ba8824)), closes [#22958](https://github.com/bitnami/charts/issues/22958) ## 3.7.0 (2024-01-31) -* [bitnami/*] Move documentation sections from docs.bitnami.com back to the README (#22203) ([7564f36](https://github.com/bitnami/charts/commit/7564f36)), closes [#22203](https://github.com/bitnami/charts/issues/22203) -* [bitnami/pytorch] feat: :lock: Enable networkPolicy (#22742) ([903a6e8](https://github.com/bitnami/charts/commit/903a6e8)), closes [#22742](https://github.com/bitnami/charts/issues/22742) +* [bitnami/*] Move documentation sections from docs.bitnami.com back to the README (#22203) ([7564f36](https://github.com/bitnami/charts/commit/7564f36ca1e95ff30ee686652b7ab8690561a707)), closes [#22203](https://github.com/bitnami/charts/issues/22203) +* [bitnami/pytorch] feat: :lock: Enable networkPolicy (#22742) ([903a6e8](https://github.com/bitnami/charts/commit/903a6e8245b861f1b7a7597f4adecfa4f0484bfd)), closes [#22742](https://github.com/bitnami/charts/issues/22742) ## 3.6.1 (2024-01-24) -* [bitnami/pytorch] fix: :bug: Set seLinuxOptions to null for Openshift compatibility (#22650) ([a23cc72](https://github.com/bitnami/charts/commit/a23cc72)), closes [#22650](https://github.com/bitnami/charts/issues/22650) +* [bitnami/pytorch] fix: :bug: Set seLinuxOptions to null for Openshift compatibility (#22650) ([a23cc72](https://github.com/bitnami/charts/commit/a23cc72b15ad4038ba3715d2095cafecb56139f5)), closes [#22650](https://github.com/bitnami/charts/issues/22650) ## 3.6.0 (2024-01-22) -* [bitnami/pytorch] fix: :lock: Move service-account token auto-mount to pod declaration (#22499) ([b557cd3](https://github.com/bitnami/charts/commit/b557cd3)), closes [#22499](https://github.com/bitnami/charts/issues/22499) +* [bitnami/pytorch] fix: :lock: Move service-account token auto-mount to pod declaration (#22499) ([b557cd3](https://github.com/bitnami/charts/commit/b557cd304a601c1cebcd76e7d0fef618f5545e3d)), closes [#22499](https://github.com/bitnami/charts/issues/22499) ## 3.5.1 (2024-01-18) -* [bitnami/pytorch] Release 3.5.1 updating components versions (#22321) ([1b5a36e](https://github.com/bitnami/charts/commit/1b5a36e)), closes [#22321](https://github.com/bitnami/charts/issues/22321) +* [bitnami/pytorch] Release 3.5.1 updating components versions (#22321) ([1b5a36e](https://github.com/bitnami/charts/commit/1b5a36e67dc999d8bbf16b3c00c500f551ee2947)), closes [#22321](https://github.com/bitnami/charts/issues/22321) ## 3.5.0 (2024-01-17) -* [bitnami/*] Fix docs.bitnami.com broken links (#21901) ([f35506d](https://github.com/bitnami/charts/commit/f35506d)), closes [#21901](https://github.com/bitnami/charts/issues/21901) -* [bitnami/*] Fix ref links (in comments) (#21822) ([e4fa296](https://github.com/bitnami/charts/commit/e4fa296)), closes [#21822](https://github.com/bitnami/charts/issues/21822) -* [bitnami/*] Update copyright: Year and company (#21815) ([6c4bf75](https://github.com/bitnami/charts/commit/6c4bf75)), closes [#21815](https://github.com/bitnami/charts/issues/21815) -* [bitnami/pytorch] fix: :lock: Improve podSecurityContext and containerSecurityContext with essential ([a77f9c1](https://github.com/bitnami/charts/commit/a77f9c1)), closes [#22181](https://github.com/bitnami/charts/issues/22181) +* [bitnami/*] Fix docs.bitnami.com broken links (#21901) ([f35506d](https://github.com/bitnami/charts/commit/f35506d2dadee4f097986e7792df1f53ab215b5d)), closes [#21901](https://github.com/bitnami/charts/issues/21901) +* [bitnami/*] Fix ref links (in comments) (#21822) ([e4fa296](https://github.com/bitnami/charts/commit/e4fa296106b225cf8c82445727c675c7c725e380)), closes [#21822](https://github.com/bitnami/charts/issues/21822) +* [bitnami/*] Update copyright: Year and company (#21815) ([6c4bf75](https://github.com/bitnami/charts/commit/6c4bf75dec58fc7c9aee9f089777b1a858c17d5b)), closes [#21815](https://github.com/bitnami/charts/issues/21815) +* [bitnami/pytorch] fix: :lock: Improve podSecurityContext and containerSecurityContext with essential ([a77f9c1](https://github.com/bitnami/charts/commit/a77f9c1988126c9d61c19a9b104a84ca85dced9c)), closes [#22181](https://github.com/bitnami/charts/issues/22181) ## 3.4.7 (2023-12-15) -* [bitnami/pytorch] Release 3.4.7 updating components versions (#21593) ([98657e1](https://github.com/bitnami/charts/commit/98657e1)), closes [#21593](https://github.com/bitnami/charts/issues/21593) +* [bitnami/pytorch] Release 3.4.7 updating components versions (#21593) ([98657e1](https://github.com/bitnami/charts/commit/98657e1feb2e2df3640502e93a4de84826a05870)), closes [#21593](https://github.com/bitnami/charts/issues/21593) ## 3.4.6 (2023-11-30) -* [bitnami/pytorch] Release 3.4.6 updating components versions (#21326) ([3bf0f67](https://github.com/bitnami/charts/commit/3bf0f67)), closes [#21326](https://github.com/bitnami/charts/issues/21326) +* [bitnami/pytorch] Release 3.4.6 updating components versions (#21326) ([3bf0f67](https://github.com/bitnami/charts/commit/3bf0f67a331a4d720e4904840126f46bbb4c6aca)), closes [#21326](https://github.com/bitnami/charts/issues/21326) ## 3.4.5 (2023-11-21) -* [bitnami/*] Rename solutions to "Bitnami package for ..." (#21038) ([b82f979](https://github.com/bitnami/charts/commit/b82f979)), closes [#21038](https://github.com/bitnami/charts/issues/21038) -* [bitnami/pytorch] Release 3.4.5 updating components versions (#21168) ([3bb6c93](https://github.com/bitnami/charts/commit/3bb6c93)), closes [#21168](https://github.com/bitnami/charts/issues/21168) +* [bitnami/*] Rename solutions to "Bitnami package for ..." (#21038) ([b82f979](https://github.com/bitnami/charts/commit/b82f979e4fb63423fe6e2192c946d09d79c944fc)), closes [#21038](https://github.com/bitnami/charts/issues/21038) +* [bitnami/pytorch] Release 3.4.5 updating components versions (#21168) ([3bb6c93](https://github.com/bitnami/charts/commit/3bb6c93edffa1a25137b7da845fc71ca63975f8b)), closes [#21168](https://github.com/bitnami/charts/issues/21168) ## 3.4.4 (2023-11-21) -* [bitnami/*] Remove relative links to non-README sections, add verification for that and update TL;DR ([1103633](https://github.com/bitnami/charts/commit/1103633)), closes [#20967](https://github.com/bitnami/charts/issues/20967) -* [bitnami/pytorch] Release 3.4.4 updating components versions (#21084) ([c6edbdf](https://github.com/bitnami/charts/commit/c6edbdf)), closes [#21084](https://github.com/bitnami/charts/issues/21084) +* [bitnami/*] Remove relative links to non-README sections, add verification for that and update TL;DR ([1103633](https://github.com/bitnami/charts/commit/11036334d82df0490aa4abdb591543cab6cf7d7f)), closes [#20967](https://github.com/bitnami/charts/issues/20967) +* [bitnami/pytorch] Release 3.4.4 updating components versions (#21084) ([c6edbdf](https://github.com/bitnami/charts/commit/c6edbdfec5e023a7649b2d67a8cbb84de61788dc)), closes [#21084](https://github.com/bitnami/charts/issues/21084) ## 3.4.3 (2023-11-16) -* [bitnami/pytorch] Release 3.4.3 updating components versions (#20994) ([f2f43fd](https://github.com/bitnami/charts/commit/f2f43fd)), closes [#20994](https://github.com/bitnami/charts/issues/20994) +* [bitnami/pytorch] Release 3.4.3 updating components versions (#20994) ([f2f43fd](https://github.com/bitnami/charts/commit/f2f43fdac01220dcef66a51ab70b2cdb0c407a66)), closes [#20994](https://github.com/bitnami/charts/issues/20994) ## 3.4.2 (2023-11-16) -* [bitnami/pytorch] Release 3.4.2 updating components versions (#20989) ([a22ec58](https://github.com/bitnami/charts/commit/a22ec58)), closes [#20989](https://github.com/bitnami/charts/issues/20989) +* [bitnami/pytorch] Release 3.4.2 updating components versions (#20989) ([a22ec58](https://github.com/bitnami/charts/commit/a22ec58702034245a7b4ca8ae550fd400df6878e)), closes [#20989](https://github.com/bitnami/charts/issues/20989) ## 3.4.1 (2023-11-08) -* [bitnami/pytorch] Release 3.4.1 updating components versions (#20708) ([ef710d4](https://github.com/bitnami/charts/commit/ef710d4)), closes [#20708](https://github.com/bitnami/charts/issues/20708) +* [bitnami/pytorch] Release 3.4.1 updating components versions (#20708) ([ef710d4](https://github.com/bitnami/charts/commit/ef710d40d459dd6f17b77b1bbb5889d0f5972aeb)), closes [#20708](https://github.com/bitnami/charts/issues/20708) ## 3.4.0 (2023-11-06) -* [bitnami/pytorch] feat: :sparkles: Add support for PSA restricted policy (#20531) ([a74999c](https://github.com/bitnami/charts/commit/a74999c)), closes [#20531](https://github.com/bitnami/charts/issues/20531) +* [bitnami/pytorch] feat: :sparkles: Add support for PSA restricted policy (#20531) ([a74999c](https://github.com/bitnami/charts/commit/a74999c09b97f061929936633f717a956fc7957f)), closes [#20531](https://github.com/bitnami/charts/issues/20531) ## 3.3.6 (2023-10-26) -* [bitnami/*] Rename VMware Application Catalog (#20361) ([3acc734](https://github.com/bitnami/charts/commit/3acc734)), closes [#20361](https://github.com/bitnami/charts/issues/20361) -* [bitnami/*] Skip image's tag in the README files of the Bitnami Charts (#19841) ([bb9a01b](https://github.com/bitnami/charts/commit/bb9a01b)), closes [#19841](https://github.com/bitnami/charts/issues/19841) -* [bitnami/*] Standardize documentation (#19835) ([af5f753](https://github.com/bitnami/charts/commit/af5f753)), closes [#19835](https://github.com/bitnami/charts/issues/19835) -* [bitnami/pytorch] Fix typo in the README file (#20366) ([984355f](https://github.com/bitnami/charts/commit/984355f)), closes [#20366](https://github.com/bitnami/charts/issues/20366) -* [bitnami/pytorch] Release 3.3.6 updating components versions (#20461) ([c9f6cbf](https://github.com/bitnami/charts/commit/c9f6cbf)), closes [#20461](https://github.com/bitnami/charts/issues/20461) +* [bitnami/*] Rename VMware Application Catalog (#20361) ([3acc734](https://github.com/bitnami/charts/commit/3acc73472beb6fb56c4d99f929061001205bc57e)), closes [#20361](https://github.com/bitnami/charts/issues/20361) +* [bitnami/*] Skip image's tag in the README files of the Bitnami Charts (#19841) ([bb9a01b](https://github.com/bitnami/charts/commit/bb9a01b65911c87e48318db922cc05eb42785e42)), closes [#19841](https://github.com/bitnami/charts/issues/19841) +* [bitnami/*] Standardize documentation (#19835) ([af5f753](https://github.com/bitnami/charts/commit/af5f7530c1bc8c5ded53a6c4f7b8f384ac1804f2)), closes [#19835](https://github.com/bitnami/charts/issues/19835) +* [bitnami/pytorch] Fix typo in the README file (#20366) ([984355f](https://github.com/bitnami/charts/commit/984355fe41e7266a0cea4248d6ca066d3c7cd866)), closes [#20366](https://github.com/bitnami/charts/issues/20366) +* [bitnami/pytorch] Release 3.3.6 updating components versions (#20461) ([c9f6cbf](https://github.com/bitnami/charts/commit/c9f6cbff94f5db23c95565d854a934ac365948b1)), closes [#20461](https://github.com/bitnami/charts/issues/20461) ## 3.3.5 (2023-10-12) -* [bitnami/pytorch] Release 3.3.5 (#20189) ([2591f73](https://github.com/bitnami/charts/commit/2591f73)), closes [#20189](https://github.com/bitnami/charts/issues/20189) +* [bitnami/pytorch] Release 3.3.5 (#20189) ([2591f73](https://github.com/bitnami/charts/commit/2591f733c23785b345b9f469ce292ff96e54a1d8)), closes [#20189](https://github.com/bitnami/charts/issues/20189) ## 3.3.4 (2023-10-10) -* [bitnami/pytorch] Release 3.3.4 (#19973) ([fdcd626](https://github.com/bitnami/charts/commit/fdcd626)), closes [#19973](https://github.com/bitnami/charts/issues/19973) +* [bitnami/pytorch] Release 3.3.4 (#19973) ([fdcd626](https://github.com/bitnami/charts/commit/fdcd626ba7c536863dfeb96d3b4a36ef7fe2535d)), closes [#19973](https://github.com/bitnami/charts/issues/19973) ## 3.3.3 (2023-10-09) -* [bitnami/*] Update Helm charts prerequisites (#19745) ([eb755dd](https://github.com/bitnami/charts/commit/eb755dd)), closes [#19745](https://github.com/bitnami/charts/issues/19745) -* [bitnami/pytorch] Release 3.3.3 (#19934) ([09f9635](https://github.com/bitnami/charts/commit/09f9635)), closes [#19934](https://github.com/bitnami/charts/issues/19934) +* [bitnami/*] Update Helm charts prerequisites (#19745) ([eb755dd](https://github.com/bitnami/charts/commit/eb755dd36a4dd3cf6635be8e0598f9a7f4c4a554)), closes [#19745](https://github.com/bitnami/charts/issues/19745) +* [bitnami/pytorch] Release 3.3.3 (#19934) ([09f9635](https://github.com/bitnami/charts/commit/09f96355d4bc418e2d832ccae8860b1a4d4e23f4)), closes [#19934](https://github.com/bitnami/charts/issues/19934) ## 3.3.2 (2023-09-19) -* [bitnami/pytorch] Release 3.3.2 (#19407) ([8bce81e](https://github.com/bitnami/charts/commit/8bce81e)), closes [#19407](https://github.com/bitnami/charts/issues/19407) -* Autogenerate schema files (#19194) ([a2c2090](https://github.com/bitnami/charts/commit/a2c2090)), closes [#19194](https://github.com/bitnami/charts/issues/19194) -* Revert "Autogenerate schema files (#19194)" (#19335) ([73d80be](https://github.com/bitnami/charts/commit/73d80be)), closes [#19194](https://github.com/bitnami/charts/issues/19194) [#19335](https://github.com/bitnami/charts/issues/19335) +* [bitnami/pytorch] Release 3.3.2 (#19407) ([8bce81e](https://github.com/bitnami/charts/commit/8bce81ed47d705f7dc719cfafa19bde4b383bca5)), closes [#19407](https://github.com/bitnami/charts/issues/19407) +* Autogenerate schema files (#19194) ([a2c2090](https://github.com/bitnami/charts/commit/a2c2090b5ac97f47b745c8028c6452bf99739772)), closes [#19194](https://github.com/bitnami/charts/issues/19194) +* Revert "Autogenerate schema files (#19194)" (#19335) ([73d80be](https://github.com/bitnami/charts/commit/73d80be525c88fb4b8a54451a55acd506e337062)), closes [#19194](https://github.com/bitnami/charts/issues/19194) [#19335](https://github.com/bitnami/charts/issues/19335) ## 3.3.1 (2023-09-08) -* [bitnami/pytorch: Use merge helper]: (#19097) ([3ae70c4](https://github.com/bitnami/charts/commit/3ae70c4)), closes [#19097](https://github.com/bitnami/charts/issues/19097) +* [bitnami/pytorch: Use merge helper]: (#19097) ([3ae70c4](https://github.com/bitnami/charts/commit/3ae70c40163bd1e86b8a6cce8aa6e59efd4cac13)), closes [#19097](https://github.com/bitnami/charts/issues/19097) ## 3.3.0 (2023-08-22) -* [bitnami/pytorch] Support for customizing standard labels (#18415) ([fdc4524](https://github.com/bitnami/charts/commit/fdc4524)), closes [#18415](https://github.com/bitnami/charts/issues/18415) +* [bitnami/pytorch] Support for customizing standard labels (#18415) ([fdc4524](https://github.com/bitnami/charts/commit/fdc4524b182f9c7d441bf825383943ad863302e8)), closes [#18415](https://github.com/bitnami/charts/issues/18415) ## 3.2.11 (2023-08-20) -* [bitnami/pytorch] Release 3.2.11 (#18709) ([daec3a9](https://github.com/bitnami/charts/commit/daec3a9)), closes [#18709](https://github.com/bitnami/charts/issues/18709) +* [bitnami/pytorch] Release 3.2.11 (#18709) ([daec3a9](https://github.com/bitnami/charts/commit/daec3a92237b1e5c4153421af01e2fa3000b073b)), closes [#18709](https://github.com/bitnami/charts/issues/18709) ## 3.2.10 (2023-08-17) -* [bitnami/pytorch] Release 3.2.10 (#18585) ([273c24a](https://github.com/bitnami/charts/commit/273c24a)), closes [#18585](https://github.com/bitnami/charts/issues/18585) +* [bitnami/pytorch] Release 3.2.10 (#18585) ([273c24a](https://github.com/bitnami/charts/commit/273c24a7e877ce272b633db8ddaa4a3f56c4d103)), closes [#18585](https://github.com/bitnami/charts/issues/18585) ## 3.2.9 (2023-07-26) -* [bitnami/pytorch] Release 3.2.9 (#17952) ([4f45ecd](https://github.com/bitnami/charts/commit/4f45ecd)), closes [#17952](https://github.com/bitnami/charts/issues/17952) +* [bitnami/pytorch] Release 3.2.9 (#17952) ([4f45ecd](https://github.com/bitnami/charts/commit/4f45ecdbc6d9026e59999d1c0ae4eba8aee4976b)), closes [#17952](https://github.com/bitnami/charts/issues/17952) ## 3.2.8 (2023-07-17) -* [bitnami/pytorch] Fix git init container (#17729) ([a03f7db](https://github.com/bitnami/charts/commit/a03f7db)), closes [#17729](https://github.com/bitnami/charts/issues/17729) +* [bitnami/pytorch] Fix git init container (#17729) ([a03f7db](https://github.com/bitnami/charts/commit/a03f7dbc718384c36722ef10bd9fdc66cf49a1f1)), closes [#17729](https://github.com/bitnami/charts/issues/17729) ## 3.2.7 (2023-07-15) -* [bitnami/pytorch] Release 3.2.7 (#17657) ([9268550](https://github.com/bitnami/charts/commit/9268550)), closes [#17657](https://github.com/bitnami/charts/issues/17657) -* Add copyright header (#17300) ([da68be8](https://github.com/bitnami/charts/commit/da68be8)), closes [#17300](https://github.com/bitnami/charts/issues/17300) -* Update charts readme (#17217) ([31b3c0a](https://github.com/bitnami/charts/commit/31b3c0a)), closes [#17217](https://github.com/bitnami/charts/issues/17217) +* [bitnami/pytorch] Release 3.2.7 (#17657) ([9268550](https://github.com/bitnami/charts/commit/92685505fc2dcc7ed310ad640c1508e8d0863179)), closes [#17657](https://github.com/bitnami/charts/issues/17657) +* Add copyright header (#17300) ([da68be8](https://github.com/bitnami/charts/commit/da68be8e951225133c7dfb572d5101ca3d61c5ae)), closes [#17300](https://github.com/bitnami/charts/issues/17300) +* Update charts readme (#17217) ([31b3c0a](https://github.com/bitnami/charts/commit/31b3c0afd968ff4429107e34101f7509e6a0e913)), closes [#17217](https://github.com/bitnami/charts/issues/17217) ## 3.2.6 (2023-06-20) -* [bitnami/pytorch] Release 3.2.6 (#17197) ([4cd7446](https://github.com/bitnami/charts/commit/4cd7446)), closes [#17197](https://github.com/bitnami/charts/issues/17197) +* [bitnami/pytorch] Release 3.2.6 (#17197) ([4cd7446](https://github.com/bitnami/charts/commit/4cd744678617fc45695f8006ead03bbdcf39343c)), closes [#17197](https://github.com/bitnami/charts/issues/17197) ## 3.2.5 (2023-06-18) -* [bitnami/*] Change copyright section in READMEs (#17006) ([ef986a1](https://github.com/bitnami/charts/commit/ef986a1)), closes [#17006](https://github.com/bitnami/charts/issues/17006) -* [bitnami/pytorch] Release 3.2.5 (#17168) ([a147777](https://github.com/bitnami/charts/commit/a147777)), closes [#17168](https://github.com/bitnami/charts/issues/17168) -* [bitnami/several] Change copyright section in READMEs (#16989) ([5b6a5cf](https://github.com/bitnami/charts/commit/5b6a5cf)), closes [#16989](https://github.com/bitnami/charts/issues/16989) +* [bitnami/*] Change copyright section in READMEs (#17006) ([ef986a1](https://github.com/bitnami/charts/commit/ef986a1605241102b3dcafe9fd8089e6fc1201ad)), closes [#17006](https://github.com/bitnami/charts/issues/17006) +* [bitnami/pytorch] Release 3.2.5 (#17168) ([a147777](https://github.com/bitnami/charts/commit/a14777753ed1d87f0038d834c6bded36d522457c)), closes [#17168](https://github.com/bitnami/charts/issues/17168) +* [bitnami/several] Change copyright section in READMEs (#16989) ([5b6a5cf](https://github.com/bitnami/charts/commit/5b6a5cfb7625a751848a2e5cd796bd7278f406ca)), closes [#16989](https://github.com/bitnami/charts/issues/16989) ## 3.2.4 (2023-05-21) -* [bitnami/pytorch] Release 3.2.4 (#16785) ([f07bea5](https://github.com/bitnami/charts/commit/f07bea5)), closes [#16785](https://github.com/bitnami/charts/issues/16785) +* [bitnami/pytorch] Release 3.2.4 (#16785) ([f07bea5](https://github.com/bitnami/charts/commit/f07bea5fc12603dc5e59ef66265e673c3fd6ea43)), closes [#16785](https://github.com/bitnami/charts/issues/16785) ## 3.2.3 (2023-05-16) -* [bitnami/pytorch] Release 3.2.3 (#16693) ([373cf79](https://github.com/bitnami/charts/commit/373cf79)), closes [#16693](https://github.com/bitnami/charts/issues/16693) +* [bitnami/pytorch] Release 3.2.3 (#16693) ([373cf79](https://github.com/bitnami/charts/commit/373cf792c7910e947e6889ef3727f6b1d42daf22)), closes [#16693](https://github.com/bitnami/charts/issues/16693) ## 3.2.2 (2023-05-15) -* [bitnami/pytorch] Release 3.2.2 (#16654) ([51a3a6a](https://github.com/bitnami/charts/commit/51a3a6a)), closes [#16654](https://github.com/bitnami/charts/issues/16654) -* Add wording for enterprise page (#16560) ([8f22774](https://github.com/bitnami/charts/commit/8f22774)), closes [#16560](https://github.com/bitnami/charts/issues/16560) +* [bitnami/pytorch] Release 3.2.2 (#16654) ([51a3a6a](https://github.com/bitnami/charts/commit/51a3a6a51196cb2743ad5065a95071ce0bdce707)), closes [#16654](https://github.com/bitnami/charts/issues/16654) +* Add wording for enterprise page (#16560) ([8f22774](https://github.com/bitnami/charts/commit/8f2277440b976d52785ba9149762ad8620a73d1f)), closes [#16560](https://github.com/bitnami/charts/issues/16560) ## 3.2.1 (2023-05-10) -* [bitnami/pytorch] Release 3.1.3 (#16539) ([57011f2](https://github.com/bitnami/charts/commit/57011f2)), closes [#16539](https://github.com/bitnami/charts/issues/16539) +* [bitnami/pytorch] Release 3.1.3 (#16539) ([57011f2](https://github.com/bitnami/charts/commit/57011f242f5b4ee6765fb067c61f596f05677cc9)), closes [#16539](https://github.com/bitnami/charts/issues/16539) ## 3.2.0 (2023-05-09) -* [bitnami/several] Adapt Chart.yaml to set desired OCI annotations (#16546) ([fc9b18f](https://github.com/bitnami/charts/commit/fc9b18f)), closes [#16546](https://github.com/bitnami/charts/issues/16546) +* [bitnami/several] Adapt Chart.yaml to set desired OCI annotations (#16546) ([fc9b18f](https://github.com/bitnami/charts/commit/fc9b18f2e98805d4df629acbcde696f44f973344)), closes [#16546](https://github.com/bitnami/charts/issues/16546) ## 3.1.2 (2023-05-09) -* [bitnami/pytorch] Release 3.1.2 (#16435) ([7138c6c](https://github.com/bitnami/charts/commit/7138c6c)), closes [#16435](https://github.com/bitnami/charts/issues/16435) +* [bitnami/pytorch] Release 3.1.2 (#16435) ([7138c6c](https://github.com/bitnami/charts/commit/7138c6cad75581e9df2c02b713fefd33d1f49c77)), closes [#16435](https://github.com/bitnami/charts/issues/16435) ## 3.1.1 (2023-05-03) -* [bitnami/pytorch] Release 3.1.1 (#16355) ([0f6989b](https://github.com/bitnami/charts/commit/0f6989b)), closes [#16355](https://github.com/bitnami/charts/issues/16355) +* [bitnami/pytorch] Release 3.1.1 (#16355) ([0f6989b](https://github.com/bitnami/charts/commit/0f6989b095a6dcd9f1e53a5b46374c4e09718d1c)), closes [#16355](https://github.com/bitnami/charts/issues/16355) ## 3.1.0 (2023-04-20) -* [bitnami/*] Make Helm charts 100% OCI (#15998) ([8841510](https://github.com/bitnami/charts/commit/8841510)), closes [#15998](https://github.com/bitnami/charts/issues/15998) +* [bitnami/*] Make Helm charts 100% OCI (#15998) ([8841510](https://github.com/bitnami/charts/commit/884151035efcbf2e1b3206e7def85511073fb57d)), closes [#15998](https://github.com/bitnami/charts/issues/15998) ## 3.0.0 (2023-04-03) -* [bitnami/pytorch] Release 3.0.0 (#15938) ([3326b62](https://github.com/bitnami/charts/commit/3326b62)), closes [#15938](https://github.com/bitnami/charts/issues/15938) +* [bitnami/pytorch] Release 3.0.0 (#15938) ([3326b62](https://github.com/bitnami/charts/commit/3326b62628424909f687f6a73ca2dd4165d78d78)), closes [#15938](https://github.com/bitnami/charts/issues/15938) ## 2.6.1 (2023-03-19) -* [bitnami/pytorch] Release 2.6.1 (#15603) ([230f8c5](https://github.com/bitnami/charts/commit/230f8c5)), closes [#15603](https://github.com/bitnami/charts/issues/15603) +* [bitnami/pytorch] Release 2.6.1 (#15603) ([230f8c5](https://github.com/bitnami/charts/commit/230f8c5fea8f019774ebc96db3ad0e7254f77f6f)), closes [#15603](https://github.com/bitnami/charts/issues/15603) ## 2.6.0 (2023-03-10) -* [bitnami/charts] Apply linter to README files (#15357) ([0e29e60](https://github.com/bitnami/charts/commit/0e29e60)), closes [#15357](https://github.com/bitnami/charts/issues/15357) -* [bitnami/pytorch] Add support for service.headless.annotations (#15439) ([149c3f2](https://github.com/bitnami/charts/commit/149c3f2)), closes [#15439](https://github.com/bitnami/charts/issues/15439) +* [bitnami/charts] Apply linter to README files (#15357) ([0e29e60](https://github.com/bitnami/charts/commit/0e29e600d3adc8b1b46e506eccb3decfab3b4e63)), closes [#15357](https://github.com/bitnami/charts/issues/15357) +* [bitnami/pytorch] Add support for service.headless.annotations (#15439) ([149c3f2](https://github.com/bitnami/charts/commit/149c3f2a52a9ccf2f76e6a81114bb530a234186e)), closes [#15439](https://github.com/bitnami/charts/issues/15439) ## 2.5.15 (2023-03-01) -* [bitnami/pytorch] Release 2.5.15 (#15231) ([d0da333](https://github.com/bitnami/charts/commit/d0da333)), closes [#15231](https://github.com/bitnami/charts/issues/15231) +* [bitnami/pytorch] Release 2.5.15 (#15231) ([d0da333](https://github.com/bitnami/charts/commit/d0da333344b25a0b52b937187d2031a930ca5b35)), closes [#15231](https://github.com/bitnami/charts/issues/15231) ## 2.5.14 (2023-02-22) -* [bitnami/*] Fix markdown linter issues (#14874) ([a51e0e8](https://github.com/bitnami/charts/commit/a51e0e8)), closes [#14874](https://github.com/bitnami/charts/issues/14874) -* [bitnami/*] Fix markdown linter issues 2 (#14890) ([aa96572](https://github.com/bitnami/charts/commit/aa96572)), closes [#14890](https://github.com/bitnami/charts/issues/14890) -* [bitnami/*] Remove unexpected extra spaces (#14873) ([c97c714](https://github.com/bitnami/charts/commit/c97c714)), closes [#14873](https://github.com/bitnami/charts/issues/14873) -* [bitnami/pytorch] Release 2.5.14 (#15007) ([14a48c4](https://github.com/bitnami/charts/commit/14a48c4)), closes [#15007](https://github.com/bitnami/charts/issues/15007) +* [bitnami/*] Fix markdown linter issues (#14874) ([a51e0e8](https://github.com/bitnami/charts/commit/a51e0e8d35495b907f3e70dd2f8e7c3bcbf4166a)), closes [#14874](https://github.com/bitnami/charts/issues/14874) +* [bitnami/*] Fix markdown linter issues 2 (#14890) ([aa96572](https://github.com/bitnami/charts/commit/aa9657237ee8df4a46db0d7fdf8a23230dd6902a)), closes [#14890](https://github.com/bitnami/charts/issues/14890) +* [bitnami/*] Remove unexpected extra spaces (#14873) ([c97c714](https://github.com/bitnami/charts/commit/c97c714887380d47eae7bfeff316bf01595ecd1d)), closes [#14873](https://github.com/bitnami/charts/issues/14873) +* [bitnami/pytorch] Release 2.5.14 (#15007) ([14a48c4](https://github.com/bitnami/charts/commit/14a48c477a42359f68580ff9af4bd96cfa924f08)), closes [#15007](https://github.com/bitnami/charts/issues/15007) ## 2.5.13 (2023-02-14) -* [bitnami/*] Change copyright date (#14682) ([add4ec7](https://github.com/bitnami/charts/commit/add4ec7)), closes [#14682](https://github.com/bitnami/charts/issues/14682) -* [bitnami/*] Change licenses annotation format (#14377) ([0ab7608](https://github.com/bitnami/charts/commit/0ab7608)), closes [#14377](https://github.com/bitnami/charts/issues/14377) -* [bitnami/*] Unify READMEs (#14472) ([2064fb8](https://github.com/bitnami/charts/commit/2064fb8)), closes [#14472](https://github.com/bitnami/charts/issues/14472) -* [bitnami/pytorch] Release 2.5.13 (#14868) ([8f2a444](https://github.com/bitnami/charts/commit/8f2a444)), closes [#14868](https://github.com/bitnami/charts/issues/14868) +* [bitnami/*] Change copyright date (#14682) ([add4ec7](https://github.com/bitnami/charts/commit/add4ec701108ac36ed4de2dffbdf407a0d091067)), closes [#14682](https://github.com/bitnami/charts/issues/14682) +* [bitnami/*] Change licenses annotation format (#14377) ([0ab7608](https://github.com/bitnami/charts/commit/0ab760862c660fcc78cffadf8e1d8cdd70881473)), closes [#14377](https://github.com/bitnami/charts/issues/14377) +* [bitnami/*] Unify READMEs (#14472) ([2064fb8](https://github.com/bitnami/charts/commit/2064fb8dcc78a845cdede8211af8c3cc52551161)), closes [#14472](https://github.com/bitnami/charts/issues/14472) +* [bitnami/pytorch] Release 2.5.13 (#14868) ([8f2a444](https://github.com/bitnami/charts/commit/8f2a4440c6d4690837bcd2aedb3ae1b01cfa86b6)), closes [#14868](https://github.com/bitnami/charts/issues/14868) ## 2.5.12 (2023-01-15) -* [bitnami/*] Add license annotation and remove obsolete engine parameter (#14293) ([da2a794](https://github.com/bitnami/charts/commit/da2a794)), closes [#14293](https://github.com/bitnami/charts/issues/14293) -* [bitnami/pytorch] Release 2.5.12 (#14365) ([1bffcd1](https://github.com/bitnami/charts/commit/1bffcd1)), closes [#14365](https://github.com/bitnami/charts/issues/14365) +* [bitnami/*] Add license annotation and remove obsolete engine parameter (#14293) ([da2a794](https://github.com/bitnami/charts/commit/da2a7943bae95b6e9b5b4ed972c15e990b69fdb0)), closes [#14293](https://github.com/bitnami/charts/issues/14293) +* [bitnami/pytorch] Release 2.5.12 (#14365) ([1bffcd1](https://github.com/bitnami/charts/commit/1bffcd186f75f14a5123f16a6320921e4a9f251a)), closes [#14365](https://github.com/bitnami/charts/issues/14365) ## 2.5.11 (2022-12-16) -* [bitnami/pytorch] Release 2.5.11 (#13988) ([dcf6694](https://github.com/bitnami/charts/commit/dcf6694)), closes [#13988](https://github.com/bitnami/charts/issues/13988) +* [bitnami/pytorch] Release 2.5.11 (#13988) ([dcf6694](https://github.com/bitnami/charts/commit/dcf6694ed1772769726c5adac103ac19db901422)), closes [#13988](https://github.com/bitnami/charts/issues/13988) ## 2.5.10 (2022-11-27) -* [bitnami/pytorch] Release 2.5.10 (#13716) ([d84869d](https://github.com/bitnami/charts/commit/d84869d)), closes [#13716](https://github.com/bitnami/charts/issues/13716) +* [bitnami/pytorch] Release 2.5.10 (#13716) ([d84869d](https://github.com/bitnami/charts/commit/d84869d8f9222ef5249d206a27fb8d2900cbf7eb)), closes [#13716](https://github.com/bitnami/charts/issues/13716) ## 2.5.9 (2022-11-11) -* [bitnami/pytorch] Adjust the naming style for resources (#13469) ([09d8e14](https://github.com/bitnami/charts/commit/09d8e14)), closes [#13469](https://github.com/bitnami/charts/issues/13469) +* [bitnami/pytorch] Adjust the naming style for resources (#13469) ([09d8e14](https://github.com/bitnami/charts/commit/09d8e14011f30233f031bb52ab968a87d242ec16)), closes [#13469](https://github.com/bitnami/charts/issues/13469) ## 2.5.8 (2022-10-28) -* [bitnami/*] Use new default branch name in links (#12943) ([a529e02](https://github.com/bitnami/charts/commit/a529e02)), closes [#12943](https://github.com/bitnami/charts/issues/12943) -* [bitnami/pytorch] Release 2.5.8 (#13235) ([7465e2f](https://github.com/bitnami/charts/commit/7465e2f)), closes [#13235](https://github.com/bitnami/charts/issues/13235) +* [bitnami/*] Use new default branch name in links (#12943) ([a529e02](https://github.com/bitnami/charts/commit/a529e02597d49d944eba1eb0f190713293247176)), closes [#12943](https://github.com/bitnami/charts/issues/12943) +* [bitnami/pytorch] Release 2.5.8 (#13235) ([7465e2f](https://github.com/bitnami/charts/commit/7465e2f7fe84840f32d1b69fc7682b4919609a48)), closes [#13235](https://github.com/bitnami/charts/issues/13235) ## 2.5.7 (2022-10-17) -* [bitnami/pytorch] Use custom probes if given (#12551) ([21e4d62](https://github.com/bitnami/charts/commit/21e4d62)), closes [#12551](https://github.com/bitnami/charts/issues/12551) [#12354](https://github.com/bitnami/charts/issues/12354) +* [bitnami/pytorch] Use custom probes if given (#12551) ([21e4d62](https://github.com/bitnami/charts/commit/21e4d622573ad969777c7f54e96e6583c06e2f11)), closes [#12551](https://github.com/bitnami/charts/issues/12551) [#12354](https://github.com/bitnami/charts/issues/12354) ## 2.5.6 (2022-10-10) -* [bitnami/pytorch] Release 2.5.6 (#12890) ([444446a](https://github.com/bitnami/charts/commit/444446a)), closes [#12890](https://github.com/bitnami/charts/issues/12890) +* [bitnami/pytorch] Release 2.5.6 (#12890) ([444446a](https://github.com/bitnami/charts/commit/444446a3eb307047d7bd4bde1de8b9c32db99bcd)), closes [#12890](https://github.com/bitnami/charts/issues/12890) ## 2.5.5 (2022-10-07) -* [bitnami/pytorch] Release 2.5.5 (#12845) ([1f84f4c](https://github.com/bitnami/charts/commit/1f84f4c)), closes [#12845](https://github.com/bitnami/charts/issues/12845) -* Generic README instructions related to the repo (#12792) ([3cf6b10](https://github.com/bitnami/charts/commit/3cf6b10)), closes [#12792](https://github.com/bitnami/charts/issues/12792) +* [bitnami/pytorch] Release 2.5.5 (#12845) ([1f84f4c](https://github.com/bitnami/charts/commit/1f84f4c6877512b7e58b2093586eced68d9eff34)), closes [#12845](https://github.com/bitnami/charts/issues/12845) +* Generic README instructions related to the repo (#12792) ([3cf6b10](https://github.com/bitnami/charts/commit/3cf6b10e10e60df4b3e191d6b99aa99a9f597755)), closes [#12792](https://github.com/bitnami/charts/issues/12792) ## 2.5.4 (2022-09-23) -* [bitnami/pytorch] Release 2.5.4 updating components versions ([26963a0](https://github.com/bitnami/charts/commit/26963a0)) +* [bitnami/pytorch] Release 2.5.4 updating components versions ([26963a0](https://github.com/bitnami/charts/commit/26963a0544bdce0398f9257dae94913d0e1ae51d)) ## 2.5.3 (2022-09-23) -* [bitnami/pytorch] Release 2.5.3 updating components versions ([cc7e00b](https://github.com/bitnami/charts/commit/cc7e00b)) +* [bitnami/pytorch] Release 2.5.3 updating components versions ([cc7e00b](https://github.com/bitnami/charts/commit/cc7e00b66d0c3166329bf4a2aa4c131843552fbe)) ## 2.5.2 (2022-08-23) -* [bitnami/pytorch] Update Chart.lock (#12072) ([0bca0e1](https://github.com/bitnami/charts/commit/0bca0e1)), closes [#12072](https://github.com/bitnami/charts/issues/12072) +* [bitnami/pytorch] Update Chart.lock (#12072) ([0bca0e1](https://github.com/bitnami/charts/commit/0bca0e1af9a4fcf624111102c668d7015023b6f4)), closes [#12072](https://github.com/bitnami/charts/issues/12072) ## 2.5.1 (2022-08-23) -* [bitnami/pytorch] Release 2.5.1 updating components versions ([b08e353](https://github.com/bitnami/charts/commit/b08e353)) +* [bitnami/pytorch] Release 2.5.1 updating components versions ([b08e353](https://github.com/bitnami/charts/commit/b08e3539db2acf03accf1dd570e8c0317cba700f)) ## 2.5.0 (2022-08-22) -* [bitnami/pytorch] Add support for image digest apart from tag (#11940) ([f378870](https://github.com/bitnami/charts/commit/f378870)), closes [#11940](https://github.com/bitnami/charts/issues/11940) +* [bitnami/pytorch] Add support for image digest apart from tag (#11940) ([f378870](https://github.com/bitnami/charts/commit/f3788704f3410776719eeb41d768b068f9e17d71)), closes [#11940](https://github.com/bitnami/charts/issues/11940) ## 2.4.17 (2022-08-10) -* [bitnami/pytorch] Release 2.4.17 updating components versions ([d9dafd1](https://github.com/bitnami/charts/commit/d9dafd1)) +* [bitnami/pytorch] Release 2.4.17 updating components versions ([d9dafd1](https://github.com/bitnami/charts/commit/d9dafd1e4a11151d87cb31fa9505ba4ac42df284)) ## 2.4.16 (2022-08-04) -* [bitnami/pytorch] Release 2.4.16 updating components versions ([5ca07b4](https://github.com/bitnami/charts/commit/5ca07b4)) +* [bitnami/pytorch] Release 2.4.16 updating components versions ([5ca07b4](https://github.com/bitnami/charts/commit/5ca07b4cb88bb7f30df60001c91e8de19ee2031c)) ## 2.4.15 (2022-08-03) -* [bitnami/pytorch] Release 2.4.15 updating components versions ([ef6e9ad](https://github.com/bitnami/charts/commit/ef6e9ad)) +* [bitnami/pytorch] Release 2.4.15 updating components versions ([ef6e9ad](https://github.com/bitnami/charts/commit/ef6e9ada07532a33cd8f6de83e36d677dd2d3adc)) ## 2.4.14 (2022-08-02) -* [bitnami/pytorch] Release 2.4.14 updating components versions ([d7afdf0](https://github.com/bitnami/charts/commit/d7afdf0)) +* [bitnami/pytorch] Release 2.4.14 updating components versions ([d7afdf0](https://github.com/bitnami/charts/commit/d7afdf0e3acc8e3ac58f244ca0771ab6d4e970d1)) ## 2.4.13 (2022-07-28) -* [bitnami/*] Update URLs to point to the new bitnami/containers monorepo (#11352) ([d665af0](https://github.com/bitnami/charts/commit/d665af0)), closes [#11352](https://github.com/bitnami/charts/issues/11352) -* [bitnami/pytorch] Release 2.4.13 updating components versions ([6eebc97](https://github.com/bitnami/charts/commit/6eebc97)) +* [bitnami/*] Update URLs to point to the new bitnami/containers monorepo (#11352) ([d665af0](https://github.com/bitnami/charts/commit/d665af0c708846192d8d5fb2f5f9ea65dd464ab0)), closes [#11352](https://github.com/bitnami/charts/issues/11352) +* [bitnami/pytorch] Release 2.4.13 updating components versions ([6eebc97](https://github.com/bitnami/charts/commit/6eebc97193c1e639c692bde653c7306dde0323ed)) ## 2.4.12 (2022-06-29) -* [bitnami/pytorch] Release 2.4.12 updating components versions ([0516afa](https://github.com/bitnami/charts/commit/0516afa)) +* [bitnami/pytorch] Release 2.4.12 updating components versions ([0516afa](https://github.com/bitnami/charts/commit/0516afa9aa973ce043c2cd9798fcf1f051bf5768)) ## 2.4.11 (2022-06-14) -* [bitnami/pytorch] fix: :bug: Use proper type for sidecars and init containers (#10756) ([59524a3](https://github.com/bitnami/charts/commit/59524a3)), closes [#10756](https://github.com/bitnami/charts/issues/10756) +* [bitnami/pytorch] fix: :bug: Use proper type for sidecars and init containers (#10756) ([59524a3](https://github.com/bitnami/charts/commit/59524a319a2aca9cb3b131f06263b02692669dd7)), closes [#10756](https://github.com/bitnami/charts/issues/10756) ## 2.4.10 (2022-06-10) -* [bitnami/pytorch] Release 2.4.10 updating components versions ([71e1b6d](https://github.com/bitnami/charts/commit/71e1b6d)) +* [bitnami/pytorch] Release 2.4.10 updating components versions ([71e1b6d](https://github.com/bitnami/charts/commit/71e1b6d64330a9fb34ad9c09b260492425dae731)) ## 2.4.9 (2022-06-07) -* [bitnami/*] Replace Kubeapps URL in READMEs (and kubeapps Chart.yaml) and remove BKPR references (#1 ([c6a7914](https://github.com/bitnami/charts/commit/c6a7914)), closes [#10600](https://github.com/bitnami/charts/issues/10600) -* Fix tolerations and topologySpreadConstraints default values (#10641) ([8207278](https://github.com/bitnami/charts/commit/8207278)), closes [#10641](https://github.com/bitnami/charts/issues/10641) +* [bitnami/*] Replace Kubeapps URL in READMEs (and kubeapps Chart.yaml) and remove BKPR references (#1 ([c6a7914](https://github.com/bitnami/charts/commit/c6a7914361e5aea6016fb45bf4d621edfd111d32)), closes [#10600](https://github.com/bitnami/charts/issues/10600) +* Fix tolerations and topologySpreadConstraints default values (#10641) ([8207278](https://github.com/bitnami/charts/commit/82072785fa2607b515742c2c69fefc0605f5d48b)), closes [#10641](https://github.com/bitnami/charts/issues/10641) ## 2.4.8 (2022-06-06) -* [bitnami/pytorch] Release 2.4.8 updating components versions ([672aee7](https://github.com/bitnami/charts/commit/672aee7)) +* [bitnami/pytorch] Release 2.4.8 updating components versions ([672aee7](https://github.com/bitnami/charts/commit/672aee7f4c6fb87d937c91e8c81d9372762d96ff)) ## 2.4.7 (2022-06-01) -* [bitnami/several] Replace maintainers email by url (#10523) ([ff3cf61](https://github.com/bitnami/charts/commit/ff3cf61)), closes [#10523](https://github.com/bitnami/charts/issues/10523) +* [bitnami/several] Replace maintainers email by url (#10523) ([ff3cf61](https://github.com/bitnami/charts/commit/ff3cf617a1680509b0f3855d17c4ccff7b29a0ff)), closes [#10523](https://github.com/bitnami/charts/issues/10523) ## 2.4.6 (2022-05-22) -* [bitnami/pytorch] Release 2.4.6 updating components versions ([0589a16](https://github.com/bitnami/charts/commit/0589a16)) +* [bitnami/pytorch] Release 2.4.6 updating components versions ([0589a16](https://github.com/bitnami/charts/commit/0589a1696b09826534a3781f03ad34babab0577a)) ## 2.4.5 (2022-05-21) -* [bitnami/pytorch] Release 2.4.5 updating components versions ([6a1962b](https://github.com/bitnami/charts/commit/6a1962b)) +* [bitnami/pytorch] Release 2.4.5 updating components versions ([6a1962b](https://github.com/bitnami/charts/commit/6a1962b294cda455e8e68302c5c3cc8fdded7c25)) ## 2.4.4 (2022-05-20) -* [bitnami/pytorch] Release 2.4.4 updating components versions ([b4e4378](https://github.com/bitnami/charts/commit/b4e4378)) +* [bitnami/pytorch] Release 2.4.4 updating components versions ([b4e4378](https://github.com/bitnami/charts/commit/b4e4378ddc78770f03a2c02696809a058dada9df)) ## 2.4.3 (2022-05-19) -* [bitnami/pytorch] Release 2.4.3 updating components versions ([22a9c04](https://github.com/bitnami/charts/commit/22a9c04)) +* [bitnami/pytorch] Release 2.4.3 updating components versions ([22a9c04](https://github.com/bitnami/charts/commit/22a9c0488ac49d426575ba17f075148a8930def1)) ## 2.4.2 (2022-05-18) -* [bitnami/*] Remove old 'ci' files (#10171) ([5df30c4](https://github.com/bitnami/charts/commit/5df30c4)), closes [#10171](https://github.com/bitnami/charts/issues/10171) -* [bitnami/pytorch] Release 2.4.2 updating components versions ([248d506](https://github.com/bitnami/charts/commit/248d506)) +* [bitnami/*] Remove old 'ci' files (#10171) ([5df30c4](https://github.com/bitnami/charts/commit/5df30c44dbd1812da8786579ce4a94917d46a6ad)), closes [#10171](https://github.com/bitnami/charts/issues/10171) +* [bitnami/pytorch] Release 2.4.2 updating components versions ([248d506](https://github.com/bitnami/charts/commit/248d506a7f513d83537b56ee7078c9a941b3d029)) ## 2.4.1 (2022-04-20) -* [bitnami/pytorch] Release 2.4.1 updating components versions ([12d6195](https://github.com/bitnami/charts/commit/12d6195)) +* [bitnami/pytorch] Release 2.4.1 updating components versions ([12d6195](https://github.com/bitnami/charts/commit/12d619546c1b8e4884bc03267528aa489c5ea10a)) ## 2.4.0 (2022-04-19) -* [bitnami/pytorch] Chart standardization (#9786) ([9f7cfec](https://github.com/bitnami/charts/commit/9f7cfec)), closes [#9786](https://github.com/bitnami/charts/issues/9786) +* [bitnami/pytorch] Chart standardization (#9786) ([9f7cfec](https://github.com/bitnami/charts/commit/9f7cfec06df079382a1ef4855606b2a3d777cdb4)), closes [#9786](https://github.com/bitnami/charts/issues/9786) ## 2.3.39 (2022-04-19) -* [bitnami/pytorch] Release 2.3.39 updating components versions ([645cedf](https://github.com/bitnami/charts/commit/645cedf)) +* [bitnami/pytorch] Release 2.3.39 updating components versions ([645cedf](https://github.com/bitnami/charts/commit/645cedf37c277486d4ed585827a565905865888b)) ## 2.3.38 (2022-04-07) -* [bitnami/pytorch] Release 2.3.38 updating components versions ([c5a3dcb](https://github.com/bitnami/charts/commit/c5a3dcb)) +* [bitnami/pytorch] Release 2.3.38 updating components versions ([c5a3dcb](https://github.com/bitnami/charts/commit/c5a3dcbb801a16b03860548f77d7d9a5c631980b)) ## 2.3.37 (2022-04-03) -* [bitnami/pytorch] Release 2.3.37 updating components versions ([e638a1e](https://github.com/bitnami/charts/commit/e638a1e)) +* [bitnami/pytorch] Release 2.3.37 updating components versions ([e638a1e](https://github.com/bitnami/charts/commit/e638a1e221cc5a1733b948a1d39c3338d4d2c967)) ## 2.3.36 (2022-04-02) -* [bitnami/pytorch] Release 2.3.36 updating components versions ([74778bc](https://github.com/bitnami/charts/commit/74778bc)) +* [bitnami/pytorch] Release 2.3.36 updating components versions ([74778bc](https://github.com/bitnami/charts/commit/74778bc1bd4d0f30423e1c61d845a0a1e2d977e9)) ## 2.3.35 (2022-03-28) -* [bitnami/pytorch] Release 2.3.35 updating components versions ([c2afb7f](https://github.com/bitnami/charts/commit/c2afb7f)) +* [bitnami/pytorch] Release 2.3.35 updating components versions ([c2afb7f](https://github.com/bitnami/charts/commit/c2afb7fa2c89a98214cbc43dedd70f4dcc2afef0)) ## 2.3.34 (2022-03-27) -* [bitnami/pytorch] Release 2.3.34 updating components versions ([65f275b](https://github.com/bitnami/charts/commit/65f275b)) +* [bitnami/pytorch] Release 2.3.34 updating components versions ([65f275b](https://github.com/bitnami/charts/commit/65f275b71ea91843a5c386807bcddf7a53d48a33)) ## 2.3.33 (2022-03-24) -* [bitnami/pytorch] Release 2.3.33 updating components versions ([fbedcf2](https://github.com/bitnami/charts/commit/fbedcf2)) +* [bitnami/pytorch] Release 2.3.33 updating components versions ([fbedcf2](https://github.com/bitnami/charts/commit/fbedcf2731b3dbeee62e99b8a610469c2d891ad4)) ## 2.3.32 (2022-03-16) -* [bitnami/pytorch] Release 2.3.32 updating components versions ([e49eb91](https://github.com/bitnami/charts/commit/e49eb91)) +* [bitnami/pytorch] Release 2.3.32 updating components versions ([e49eb91](https://github.com/bitnami/charts/commit/e49eb91779a3831be796e2a68cc06aaacacf6baf)) ## 2.3.31 (2022-03-01) -* [bitnami/pytorch] Release 2.3.31 updating components versions ([da2e4c7](https://github.com/bitnami/charts/commit/da2e4c7)) +* [bitnami/pytorch] Release 2.3.31 updating components versions ([da2e4c7](https://github.com/bitnami/charts/commit/da2e4c7ec52d701fd6673ad29ed92bd0362d90aa)) ## 2.3.30 (2022-02-27) -* [bitnami/pytorch] Release 2.3.30 updating components versions ([d30fa07](https://github.com/bitnami/charts/commit/d30fa07)) +* [bitnami/pytorch] Release 2.3.30 updating components versions ([d30fa07](https://github.com/bitnami/charts/commit/d30fa07ec7c9cac013d19295110799a9ee25f57d)) ## 2.3.29 (2022-02-21) -* [bitnami/pytorch] Release 2.3.29 updating components versions ([9348019](https://github.com/bitnami/charts/commit/9348019)) -* Non utf8 chars (#8923) ([6ffd18f](https://github.com/bitnami/charts/commit/6ffd18f)), closes [#8923](https://github.com/bitnami/charts/issues/8923) +* [bitnami/pytorch] Release 2.3.29 updating components versions ([9348019](https://github.com/bitnami/charts/commit/93480196652b658f723038b9d9c7cf00383978ce)) +* Non utf8 chars (#8923) ([6ffd18f](https://github.com/bitnami/charts/commit/6ffd18fbbdf10e94ea1a90cf5b84ef610ac2a72d)), closes [#8923](https://github.com/bitnami/charts/issues/8923) ## 2.3.28 (2022-02-03) -* [bitnami/pytorch] Release 2.3.28 updating components versions ([c1b9376](https://github.com/bitnami/charts/commit/c1b9376)) +* [bitnami/pytorch] Release 2.3.28 updating components versions ([c1b9376](https://github.com/bitnami/charts/commit/c1b9376c2697808abcef9d12480a880ef950f6c0)) ## 2.3.27 (2022-02-03) -* [bitnami/pytorch] Increase timeout for the Pytorch readinessProbe (#8879) ([c8da341](https://github.com/bitnami/charts/commit/c8da341)), closes [#8879](https://github.com/bitnami/charts/issues/8879) +* [bitnami/pytorch] Increase timeout for the Pytorch readinessProbe (#8879) ([c8da341](https://github.com/bitnami/charts/commit/c8da34119ff2e279dd8fb112e9490eaf30684039)), closes [#8879](https://github.com/bitnami/charts/issues/8879) ## 2.3.26 (2022-02-01) -* [bitnami/pytorch] Release 2.3.26 updating components versions ([b86be50](https://github.com/bitnami/charts/commit/b86be50)) +* [bitnami/pytorch] Release 2.3.26 updating components versions ([b86be50](https://github.com/bitnami/charts/commit/b86be50209134b8a2967ce5335c647c4b9ca1759)) ## 2.3.25 (2022-01-29) -* [bitnami/pytorch] Release 2.3.25 updating components versions ([91a72f0](https://github.com/bitnami/charts/commit/91a72f0)) +* [bitnami/pytorch] Release 2.3.25 updating components versions ([91a72f0](https://github.com/bitnami/charts/commit/91a72f010fe1fefaf01502c7ba83f8f00c681ea4)) ## 2.3.24 (2022-01-20) -* [bitnami/*] Readme automation (#8579) ([78d1938](https://github.com/bitnami/charts/commit/78d1938)), closes [#8579](https://github.com/bitnami/charts/issues/8579) -* [bitnami/*] Update READMEs (#8716) ([b9a9533](https://github.com/bitnami/charts/commit/b9a9533)), closes [#8716](https://github.com/bitnami/charts/issues/8716) -* [bitnami/several] Add license to the README ([05f7633](https://github.com/bitnami/charts/commit/05f7633)) -* [bitnami/several] Add license to the README ([32fb238](https://github.com/bitnami/charts/commit/32fb238)) -* [bitnami/several] Add license to the README ([b87c2f7](https://github.com/bitnami/charts/commit/b87c2f7)) -* [bitnami/several] Change prerequisites (#8725) ([8d740c5](https://github.com/bitnami/charts/commit/8d740c5)), closes [#8725](https://github.com/bitnami/charts/issues/8725) +* [bitnami/*] Readme automation (#8579) ([78d1938](https://github.com/bitnami/charts/commit/78d193831c900d178198491ffd08fa2217a64ecd)), closes [#8579](https://github.com/bitnami/charts/issues/8579) +* [bitnami/*] Update READMEs (#8716) ([b9a9533](https://github.com/bitnami/charts/commit/b9a953337590eb2979453385874a267bacf50936)), closes [#8716](https://github.com/bitnami/charts/issues/8716) +* [bitnami/several] Add license to the README ([05f7633](https://github.com/bitnami/charts/commit/05f763372501d596e57db713dd53ff4ff3027cc4)) +* [bitnami/several] Add license to the README ([32fb238](https://github.com/bitnami/charts/commit/32fb238e60a0affc6debd3142eaa3c3d9089ec2a)) +* [bitnami/several] Add license to the README ([b87c2f7](https://github.com/bitnami/charts/commit/b87c2f7899d48a8b02c506765e6ae82937e9ba3f)) +* [bitnami/several] Change prerequisites (#8725) ([8d740c5](https://github.com/bitnami/charts/commit/8d740c566cfdb7e2d933c40128b4e919fce953a5)), closes [#8725](https://github.com/bitnami/charts/issues/8725) ## 2.3.23 (2021-12-30) -* [bitnami/pytorch] Release 2.3.23 updating components versions ([4788c62](https://github.com/bitnami/charts/commit/4788c62)) +* [bitnami/pytorch] Release 2.3.23 updating components versions ([4788c62](https://github.com/bitnami/charts/commit/4788c62f7d62119345c59dd4638bac608437b14a)) ## 2.3.22 (2021-12-28) -* [bitnami/pytorch] Release 2.3.22 updating components versions ([58c81b5](https://github.com/bitnami/charts/commit/58c81b5)) -* [bitnami/several] Regenerate README tables ([8150149](https://github.com/bitnami/charts/commit/8150149)) +* [bitnami/pytorch] Release 2.3.22 updating components versions ([58c81b5](https://github.com/bitnami/charts/commit/58c81b520133b8646984dde60dcfa10e1b7479c9)) +* [bitnami/several] Regenerate README tables ([8150149](https://github.com/bitnami/charts/commit/8150149f0bb746e86ff0029fc375d43775bdf15a)) ## 2.3.21 (2021-11-29) -* [bitnami/several] Replace HTTP by HTTPS when possible (#8259) ([eafb5bd](https://github.com/bitnami/charts/commit/eafb5bd)), closes [#8259](https://github.com/bitnami/charts/issues/8259) +* [bitnami/several] Replace HTTP by HTTPS when possible (#8259) ([eafb5bd](https://github.com/bitnami/charts/commit/eafb5bd5a2cc3aaf04fc1e8ebedd73f420d76864)), closes [#8259](https://github.com/bitnami/charts/issues/8259) ## 2.3.20 (2021-11-28) -* [bitnami/pytorch] Release 2.3.20 updating components versions ([099bbd9](https://github.com/bitnami/charts/commit/099bbd9)) -* [bitnami/several] Fix deadlinks in README.md (#8215) ([99e90d2](https://github.com/bitnami/charts/commit/99e90d2)), closes [#8215](https://github.com/bitnami/charts/issues/8215) +* [bitnami/pytorch] Release 2.3.20 updating components versions ([099bbd9](https://github.com/bitnami/charts/commit/099bbd95efc26265072983bd4203441d4c90e99e)) +* [bitnami/several] Fix deadlinks in README.md (#8215) ([99e90d2](https://github.com/bitnami/charts/commit/99e90d244b3244e059a42f72dcbecd3cda2b66bb)), closes [#8215](https://github.com/bitnami/charts/issues/8215) ## 2.3.19 (2021-11-17) -* [bitnami/several] Add extraDeploy feature to the pending charts (#8164) ([d812a24](https://github.com/bitnami/charts/commit/d812a24)), closes [#8164](https://github.com/bitnami/charts/issues/8164) -* [bitnami/several] Regenerate README tables ([6e3fb95](https://github.com/bitnami/charts/commit/6e3fb95)) +* [bitnami/several] Add extraDeploy feature to the pending charts (#8164) ([d812a24](https://github.com/bitnami/charts/commit/d812a243cb1bba69c67ac22cfce1f7999848ef74)), closes [#8164](https://github.com/bitnami/charts/issues/8164) +* [bitnami/several] Regenerate README tables ([6e3fb95](https://github.com/bitnami/charts/commit/6e3fb954296a91f83fc1654d77109e5ef4fb6dc0)) ## 2.3.18 (2021-10-27) -* [bitnami/pytorch] Release 2.3.18 updating components versions ([8d61600](https://github.com/bitnami/charts/commit/8d61600)) +* [bitnami/pytorch] Release 2.3.18 updating components versions ([8d61600](https://github.com/bitnami/charts/commit/8d61600ae02df1886dc4b60ffc006186c853a044)) ## 2.3.17 (2021-10-22) -* [bitnami/several] Add chart info to NOTES.txt (#7889) ([a6751cd](https://github.com/bitnami/charts/commit/a6751cd)), closes [#7889](https://github.com/bitnami/charts/issues/7889) -* [bitnami/several] Regenerate README tables ([73cabea](https://github.com/bitnami/charts/commit/73cabea)) +* [bitnami/several] Add chart info to NOTES.txt (#7889) ([a6751cd](https://github.com/bitnami/charts/commit/a6751cdd33c461fabbc459fbea6f219ec64ab6b2)), closes [#7889](https://github.com/bitnami/charts/issues/7889) +* [bitnami/several] Regenerate README tables ([73cabea](https://github.com/bitnami/charts/commit/73cabea54a941d2239accd98e8df6cbfc9fa8d3c)) ## 2.3.16 (2021-10-20) -* [bitnami/pytorch] Release 2.3.16 updating components versions ([6bafb30](https://github.com/bitnami/charts/commit/6bafb30)) +* [bitnami/pytorch] Release 2.3.16 updating components versions ([6bafb30](https://github.com/bitnami/charts/commit/6bafb30dbb449b4302f601af0f6f785a36a30541)) ## 2.3.15 (2021-10-19) -* [bitnami/several] Change pullPolicy for bitnami-shell image (#7852) ([9711a33](https://github.com/bitnami/charts/commit/9711a33)), closes [#7852](https://github.com/bitnami/charts/issues/7852) -* [bitnami/several] Regenerate README tables ([ff170d1](https://github.com/bitnami/charts/commit/ff170d1)) +* [bitnami/several] Change pullPolicy for bitnami-shell image (#7852) ([9711a33](https://github.com/bitnami/charts/commit/9711a33c6eec72ea79143c4b7574dbe6a148d6b2)), closes [#7852](https://github.com/bitnami/charts/issues/7852) +* [bitnami/several] Regenerate README tables ([ff170d1](https://github.com/bitnami/charts/commit/ff170d10f8aa6dae0f1e5c3f7d1c69fcec96b731)) ## 2.3.14 (2021-09-24) -* [bitnami/*] Generate READMEs with new generator version (#7614) ([e5ab2e6](https://github.com/bitnami/charts/commit/e5ab2e6)), closes [#7614](https://github.com/bitnami/charts/issues/7614) -* [bitnami/pytorch] Release 2.3.14 updating components versions ([9cd4ca4](https://github.com/bitnami/charts/commit/9cd4ca4)) -* [bitnami/several] Regenerate README tables ([da2513b](https://github.com/bitnami/charts/commit/da2513b)) +* [bitnami/*] Generate READMEs with new generator version (#7614) ([e5ab2e6](https://github.com/bitnami/charts/commit/e5ab2e6ecdd6bce800863f154cda524ff9f6c117)), closes [#7614](https://github.com/bitnami/charts/issues/7614) +* [bitnami/pytorch] Release 2.3.14 updating components versions ([9cd4ca4](https://github.com/bitnami/charts/commit/9cd4ca433e1b2476ed4974b2182555d6db2abfe2)) +* [bitnami/several] Regenerate README tables ([da2513b](https://github.com/bitnami/charts/commit/da2513bf0a33819f3b1151d387c631a9ffdb03e2)) ## 2.3.13 (2021-08-25) -* [bitnami/pytorch] Release 2.3.13 updating components versions ([bbdc386](https://github.com/bitnami/charts/commit/bbdc386)) -* [bitnami/several] Regenerate README tables ([6c107e8](https://github.com/bitnami/charts/commit/6c107e8)) +* [bitnami/pytorch] Release 2.3.13 updating components versions ([bbdc386](https://github.com/bitnami/charts/commit/bbdc3868440f54899136de564b442b70705fa154)) +* [bitnami/several] Regenerate README tables ([6c107e8](https://github.com/bitnami/charts/commit/6c107e835d6caf8db2e8b17dcd48c5971637e013)) ## 2.3.12 (2021-08-04) -* [bitnami/pytorch] Release 2.3.12 updating components versions ([16f7ca7](https://github.com/bitnami/charts/commit/16f7ca7)) -* [bitnami/several] Unify upgrading section ([baf2283](https://github.com/bitnami/charts/commit/baf2283)) -* [bitnami/several] Upadte READMEs ([eb3c291](https://github.com/bitnami/charts/commit/eb3c291)) +* [bitnami/pytorch] Release 2.3.12 updating components versions ([16f7ca7](https://github.com/bitnami/charts/commit/16f7ca7e8c80f66f75fed44f640f45d967050ef5)) +* [bitnami/several] Unify upgrading section ([baf2283](https://github.com/bitnami/charts/commit/baf228384acec844e777485bb1597fb3a62c1faf)) +* [bitnami/several] Upadte READMEs ([eb3c291](https://github.com/bitnami/charts/commit/eb3c2916be233280f2226d9cdceb57b08ab4a23b)) ## 2.3.11 (2021-07-24) -* [bitnami/pytorch] Release 2.3.11 updating components versions ([bf61cfe](https://github.com/bitnami/charts/commit/bf61cfe)) +* [bitnami/pytorch] Release 2.3.11 updating components versions ([bf61cfe](https://github.com/bitnami/charts/commit/bf61cfe96d6504cc6902bad17713209f1bc7dde9)) ## 2.3.10 (2021-07-20) -* [bitnami/several] Fix default values and regenerate README (II) (#6994) ([d095793](https://github.com/bitnami/charts/commit/d095793)), closes [#6994](https://github.com/bitnami/charts/issues/6994) +* [bitnami/several] Fix default values and regenerate README (II) (#6994) ([d095793](https://github.com/bitnami/charts/commit/d0957937c764187307b924f600247c2b7afaf536)), closes [#6994](https://github.com/bitnami/charts/issues/6994) ## 2.3.9 (2021-07-14) -* [bitnami/*] Adapt values.yaml of PrestaShop, PyTorch and RabbitMQ charts (#6939) ([0a9d4c7](https://github.com/bitnami/charts/commit/0a9d4c7)), closes [#6939](https://github.com/bitnami/charts/issues/6939) +* [bitnami/*] Adapt values.yaml of PrestaShop, PyTorch and RabbitMQ charts (#6939) ([0a9d4c7](https://github.com/bitnami/charts/commit/0a9d4c7fb9096443393b05ee2a0c7572df9e5ba2)), closes [#6939](https://github.com/bitnami/charts/issues/6939) ## 2.3.8 (2021-06-24) -* [bitnami/pytorch] Release 2.3.8 updating components versions ([4416bc0](https://github.com/bitnami/charts/commit/4416bc0)) +* [bitnami/pytorch] Release 2.3.8 updating components versions ([4416bc0](https://github.com/bitnami/charts/commit/4416bc01511c94017d99118f21e1ad03e68bf3ba)) ## 2.3.7 (2021-06-21) -* [bitnami/pytorch] Release 2.3.7 updating components versions ([e43398e](https://github.com/bitnami/charts/commit/e43398e)) +* [bitnami/pytorch] Release 2.3.7 updating components versions ([e43398e](https://github.com/bitnami/charts/commit/e43398e212fbb8af7ad0b0ffe53491162b15e088)) ## 2.3.6 (2021-06-19) -* [bitnami/pytorch] Release 2.3.6 updating components versions ([378a1dc](https://github.com/bitnami/charts/commit/378a1dc)) +* [bitnami/pytorch] Release 2.3.6 updating components versions ([378a1dc](https://github.com/bitnami/charts/commit/378a1dc376b4b065f1a11d0fef931fa35c0fbdd5)) ## 2.3.5 (2021-05-28) -* [bitnami/pytorch] Release 2.3.5 updating components versions ([779c533](https://github.com/bitnami/charts/commit/779c533)) +* [bitnami/pytorch] Release 2.3.5 updating components versions ([779c533](https://github.com/bitnami/charts/commit/779c533d6d37f7563371c2068178056ba7d0fe33)) ## 2.3.4 (2021-05-24) -* [bitnami/pytorch] Release 2.3.4 updating components versions ([c6d5ca1](https://github.com/bitnami/charts/commit/c6d5ca1)) +* [bitnami/pytorch] Release 2.3.4 updating components versions ([c6d5ca1](https://github.com/bitnami/charts/commit/c6d5ca11eded5259d6f647a8dc5bcaca6a390eee)) ## 2.3.3 (2021-05-23) -* [bitnami/pytorch] Release 2.3.3 updating components versions ([6843275](https://github.com/bitnami/charts/commit/6843275)) +* [bitnami/pytorch] Release 2.3.3 updating components versions ([6843275](https://github.com/bitnami/charts/commit/6843275e1ce6296db30b71673408503d249fd78f)) ## 2.3.2 (2021-04-26) -* [bitnami/pytorch] Release 2.3.2 updating components versions ([c796961](https://github.com/bitnami/charts/commit/c796961)) +* [bitnami/pytorch] Release 2.3.2 updating components versions ([c796961](https://github.com/bitnami/charts/commit/c79696128abc5c7786c671598aa4212f8b231efa)) ## 2.3.1 (2021-03-27) -* [bitnami/pytorch] Release 2.3.1 updating components versions ([467c2a1](https://github.com/bitnami/charts/commit/467c2a1)) +* [bitnami/pytorch] Release 2.3.1 updating components versions ([467c2a1](https://github.com/bitnami/charts/commit/467c2a12fed33214030d7bc9b9d261f63bfc9a17)) ## 2.3.0 (2021-03-19) -* [bitnami/*] Allow git ssh connections (#5814) ([c9adeff](https://github.com/bitnami/charts/commit/c9adeff)), closes [#5814](https://github.com/bitnami/charts/issues/5814) +* [bitnami/*] Allow git ssh connections (#5814) ([c9adeff](https://github.com/bitnami/charts/commit/c9adefff010b9d421a1d6041216100e6621c8221)), closes [#5814](https://github.com/bitnami/charts/issues/5814) ## 2.2.3 (2021-03-05) -* [bitnami/pytorch] Release 2.2.3 updating components versions ([c49bdb3](https://github.com/bitnami/charts/commit/c49bdb3)) +* [bitnami/pytorch] Release 2.2.3 updating components versions ([c49bdb3](https://github.com/bitnami/charts/commit/c49bdb3c1d5b796474d097550555654911556450)) ## 2.2.2 (2021-03-04) -* [bitnami/*] Remove minideb mentions (#5677) ([870bc4d](https://github.com/bitnami/charts/commit/870bc4d)), closes [#5677](https://github.com/bitnami/charts/issues/5677) +* [bitnami/*] Remove minideb mentions (#5677) ([870bc4d](https://github.com/bitnami/charts/commit/870bc4dba1fc3aa55dd157da6687b25e8d352206)), closes [#5677](https://github.com/bitnami/charts/issues/5677) ## 2.2.1 (2021-02-22) -* [bitnami/pytorch] Release 2.2.1 updating components versions ([6d5ffcb](https://github.com/bitnami/charts/commit/6d5ffcb)) +* [bitnami/pytorch] Release 2.2.1 updating components versions ([6d5ffcb](https://github.com/bitnami/charts/commit/6d5ffcbc78b80d1b605b12bf12b1e6b923bf4c37)) ## 2.2.0 (2021-01-28) -* [bitnami/pytorch] Add hostAliases (#5303) ([d148493](https://github.com/bitnami/charts/commit/d148493)), closes [#5303](https://github.com/bitnami/charts/issues/5303) +* [bitnami/pytorch] Add hostAliases (#5303) ([d148493](https://github.com/bitnami/charts/commit/d14849389e69e1338bc5e9be82d8741cb7dd7303)), closes [#5303](https://github.com/bitnami/charts/issues/5303) ## 2.1.4 (2021-01-27) -* [bitnami/pytorch] Release 2.1.4 updating components versions ([733b742](https://github.com/bitnami/charts/commit/733b742)) +* [bitnami/pytorch] Release 2.1.4 updating components versions ([733b742](https://github.com/bitnami/charts/commit/733b74221651957e82f4ba09c5190bcb496ee92c)) ## 2.1.3 (2021-01-25) -* [bitnami/*] Unify icons in Chart.yaml and add missing fields (#5206) ([0462921](https://github.com/bitnami/charts/commit/0462921)), closes [#5206](https://github.com/bitnami/charts/issues/5206) +* [bitnami/*] Unify icons in Chart.yaml and add missing fields (#5206) ([0462921](https://github.com/bitnami/charts/commit/0462921418ca8d54308b7466197a6d53ffae4628)), closes [#5206](https://github.com/bitnami/charts/issues/5206) ## 2.1.2 (2021-01-19) -* [bitnami/*] Change helm version in the prerequisites (#5090) ([c5e67a3](https://github.com/bitnami/charts/commit/c5e67a3)), closes [#5090](https://github.com/bitnami/charts/issues/5090) -* [bitnami/pytorch] Drop values-production.yaml support (#5127) ([2d7f9f3](https://github.com/bitnami/charts/commit/2d7f9f3)), closes [#5127](https://github.com/bitnami/charts/issues/5127) +* [bitnami/*] Change helm version in the prerequisites (#5090) ([c5e67a3](https://github.com/bitnami/charts/commit/c5e67a388743cbee28439d2cabca27884b9daf97)), closes [#5090](https://github.com/bitnami/charts/issues/5090) +* [bitnami/pytorch] Drop values-production.yaml support (#5127) ([2d7f9f3](https://github.com/bitnami/charts/commit/2d7f9f32710b2741e9664b556f5b39dfb35e006d)), closes [#5127](https://github.com/bitnami/charts/issues/5127) ## 2.1.1 (2021-01-09) -* [bitnami/minio,harbor,thanos,pytorch] Add trademark to MinIO (#4901) ([54e4bd7](https://github.com/bitnami/charts/commit/54e4bd7)), closes [#4901](https://github.com/bitnami/charts/issues/4901) -* [bitnami/pytorch] Release 2.1.1 updating components versions ([3a2c37d](https://github.com/bitnami/charts/commit/3a2c37d)) +* [bitnami/minio,harbor,thanos,pytorch] Add trademark to MinIO (#4901) ([54e4bd7](https://github.com/bitnami/charts/commit/54e4bd7b97cf808d378c05361609922d3be3a1a0)), closes [#4901](https://github.com/bitnami/charts/issues/4901) +* [bitnami/pytorch] Release 2.1.1 updating components versions ([3a2c37d](https://github.com/bitnami/charts/commit/3a2c37d392640026f07c9ebe7508c013f308d31f)) ## 2.1.0 (2020-12-15) -* [bitnami/*] Affinity based on common presets (viii) (#4721) ([950ac9c](https://github.com/bitnami/charts/commit/950ac9c)), closes [#4721](https://github.com/bitnami/charts/issues/4721) -* [bitnami/*] fix typos (#4699) ([49adc63](https://github.com/bitnami/charts/commit/49adc63)), closes [#4699](https://github.com/bitnami/charts/issues/4699) +* [bitnami/*] Affinity based on common presets (viii) (#4721) ([950ac9c](https://github.com/bitnami/charts/commit/950ac9cd4d3914b7ffe7966b75876f416e479883)), closes [#4721](https://github.com/bitnami/charts/issues/4721) +* [bitnami/*] fix typos (#4699) ([49adc63](https://github.com/bitnami/charts/commit/49adc63b672da976c55af2e077aa5648a357b77f)), closes [#4699](https://github.com/bitnami/charts/issues/4699) ## 2.0.1 (2020-12-11) -* [bitnami/pytorch] Release 2.0.1 updating components versions ([01342db](https://github.com/bitnami/charts/commit/01342db)) +* [bitnami/pytorch] Release 2.0.1 updating components versions ([01342db](https://github.com/bitnami/charts/commit/01342db359709ab13bc0539e66164d060d74c031)) ## 2.0.0 (2020-11-11) -* [bitnami/pytorch] Major version. Adapt Chart to apiVersion: v2 (#4262) ([f2fc633](https://github.com/bitnami/charts/commit/f2fc633)), closes [#4262](https://github.com/bitnami/charts/issues/4262) +* [bitnami/pytorch] Major version. Adapt Chart to apiVersion: v2 (#4262) ([f2fc633](https://github.com/bitnami/charts/commit/f2fc633414173be562ef86cfc9a6eba57893d750)), closes [#4262](https://github.com/bitnami/charts/issues/4262) ## 1.3.25 (2020-10-30) -* [bitnami/*] Include link to Troubleshootin guide on README.md (#4136) ([c08a20e](https://github.com/bitnami/charts/commit/c08a20e)), closes [#4136](https://github.com/bitnami/charts/issues/4136) -* [bitnami/pytorch] Release 1.3.25 updating components versions ([099db19](https://github.com/bitnami/charts/commit/099db19)) +* [bitnami/*] Include link to Troubleshootin guide on README.md (#4136) ([c08a20e](https://github.com/bitnami/charts/commit/c08a20e3db004215383004ff023a73fcc2522e72)), closes [#4136](https://github.com/bitnami/charts/issues/4136) +* [bitnami/pytorch] Release 1.3.25 updating components versions ([099db19](https://github.com/bitnami/charts/commit/099db19eac5b7a3ae58dfb79f2e62b40cfd76473)) ## 1.3.24 (2020-10-21) -* [bitnami/pytorch] Release 1.3.24 updating components versions ([0fca9a0](https://github.com/bitnami/charts/commit/0fca9a0)) +* [bitnami/pytorch] Release 1.3.24 updating components versions ([0fca9a0](https://github.com/bitnami/charts/commit/0fca9a0bece404c1aeffcf1b41bd8a3a5b5b586e)) ## 1.3.23 (2020-09-21) -* [bitnami/pytorch] Release 1.3.23 updating components versions ([6952c6d](https://github.com/bitnami/charts/commit/6952c6d)) +* [bitnami/pytorch] Release 1.3.23 updating components versions ([6952c6d](https://github.com/bitnami/charts/commit/6952c6d18520a174b7283f68e5fdcd3718baf67e)) ## 1.3.22 (2020-09-09) -* [bitnami/metrics-server] Add source repo (#3577) ([1ed12f9](https://github.com/bitnami/charts/commit/1ed12f9)), closes [#3577](https://github.com/bitnami/charts/issues/3577) -* [bitnami/pytorch] Release 1.3.22 updating components versions ([d9e9377](https://github.com/bitnami/charts/commit/d9e9377)) +* [bitnami/metrics-server] Add source repo (#3577) ([1ed12f9](https://github.com/bitnami/charts/commit/1ed12f96af75322b46afdb2b3d9907c11b13f765)), closes [#3577](https://github.com/bitnami/charts/issues/3577) +* [bitnami/pytorch] Release 1.3.22 updating components versions ([d9e9377](https://github.com/bitnami/charts/commit/d9e9377831396761e8aa5d3d00ce280233a37876)) ## 1.3.21 (2020-08-10) -* [bitnami/pytorch] Release 1.3.21 updating components versions ([2119be4](https://github.com/bitnami/charts/commit/2119be4)) +* [bitnami/pytorch] Release 1.3.21 updating components versions ([2119be4](https://github.com/bitnami/charts/commit/2119be46c77057ca6121e681ee7272dda0c9e9f0)) ## 1.3.20 (2020-08-05) -* [bitnami/*] Fix TL;DR typo in READMEs (#3280) ([3d7ab40](https://github.com/bitnami/charts/commit/3d7ab40)), closes [#3280](https://github.com/bitnami/charts/issues/3280) -* [bitnami/pytorch] Release 1.3.20 updating components versions ([bb0eee2](https://github.com/bitnami/charts/commit/bb0eee2)) +* [bitnami/*] Fix TL;DR typo in READMEs (#3280) ([3d7ab40](https://github.com/bitnami/charts/commit/3d7ab406fecd64f1af25f53e7d27f03ec95b29a4)), closes [#3280](https://github.com/bitnami/charts/issues/3280) +* [bitnami/pytorch] Release 1.3.20 updating components versions ([bb0eee2](https://github.com/bitnami/charts/commit/bb0eee2763f3dfc8672b41c6494b7e2c75a6a459)) ## 1.3.19 (2020-07-30) -* [bitnami/pytorch] Release 1.3.19 updating components versions ([ae90908](https://github.com/bitnami/charts/commit/ae90908)) +* [bitnami/pytorch] Release 1.3.19 updating components versions ([ae90908](https://github.com/bitnami/charts/commit/ae90908c22ef1f62feebe1fe8eb7863654abe9e9)) ## 1.3.18 (2020-07-19) -* [bitnami/all] Add categories (#3075) ([63bde06](https://github.com/bitnami/charts/commit/63bde06)), closes [#3075](https://github.com/bitnami/charts/issues/3075) -* [bitnami/pytorch] Release 1.3.18 updating components versions ([c98b6c5](https://github.com/bitnami/charts/commit/c98b6c5)) +* [bitnami/all] Add categories (#3075) ([63bde06](https://github.com/bitnami/charts/commit/63bde066b87a140fab52264d0522401ab3d63509)), closes [#3075](https://github.com/bitnami/charts/issues/3075) +* [bitnami/pytorch] Release 1.3.18 updating components versions ([c98b6c5](https://github.com/bitnami/charts/commit/c98b6c5452a4453b7bca1c26a0f3ed4e89c34fb3)) ## 1.3.17 (2020-06-19) -* [bitnami/pytorch] Release 1.3.17 updating components versions ([a8a06f8](https://github.com/bitnami/charts/commit/a8a06f8)) +* [bitnami/pytorch] Release 1.3.17 updating components versions ([a8a06f8](https://github.com/bitnami/charts/commit/a8a06f849cdf8123fb4e68aa3bc1cfc1fadf628f)) ## 1.3.16 (2020-06-02) -* [bitnami/pytorch] Release 1.3.16 updating components versions ([65cbe78](https://github.com/bitnami/charts/commit/65cbe78)) +* [bitnami/pytorch] Release 1.3.16 updating components versions ([65cbe78](https://github.com/bitnami/charts/commit/65cbe78443d73910697ebf8c34b85b5bdcb248f8)) ## 1.3.15 (2020-06-02) -* Rename .yml extension to .yaml ([219f1cd](https://github.com/bitnami/charts/commit/219f1cd)) +* Rename .yml extension to .yaml ([219f1cd](https://github.com/bitnami/charts/commit/219f1cdec62b67c72154c3a77ea923b4c791d5e6)) ## 1.3.14 (2020-05-22) -* [bitnami/pytorch] Release 1.3.14 updating components versions ([f0f4b1c](https://github.com/bitnami/charts/commit/f0f4b1c)) -* update bitnami/common to be compatible with helm v2.12+ (#2615) ([c7751eb](https://github.com/bitnami/charts/commit/c7751eb)), closes [#2615](https://github.com/bitnami/charts/issues/2615) +* [bitnami/pytorch] Release 1.3.14 updating components versions ([f0f4b1c](https://github.com/bitnami/charts/commit/f0f4b1cbf1f4c562573ff26f6a2f1b018ce6075b)) +* update bitnami/common to be compatible with helm v2.12+ (#2615) ([c7751eb](https://github.com/bitnami/charts/commit/c7751eb5764e468e1854b58a1b8491d2b13e0a4a)), closes [#2615](https://github.com/bitnami/charts/issues/2615) ## 1.3.13 (2020-04-22) -* [bitnami/pytorch] Release 1.3.13 updating components versions ([e00247b](https://github.com/bitnami/charts/commit/e00247b)) +* [bitnami/pytorch] Release 1.3.13 updating components versions ([e00247b](https://github.com/bitnami/charts/commit/e00247b516b38a49b3b09d02d4d0cc1ed96ae1f4)) ## 1.3.12 (2020-04-16) -* [bitnami/pytorch] Release 1.3.12 updating components versions ([5f48f83](https://github.com/bitnami/charts/commit/5f48f83)) +* [bitnami/pytorch] Release 1.3.12 updating components versions ([5f48f83](https://github.com/bitnami/charts/commit/5f48f8322c3f99d8ca3f45cc0d656f94da186c5e)) ## 1.3.11 (2020-03-27) -* [bitnami/pytorch] Release 1.3.11 updating components versions ([2a641e8](https://github.com/bitnami/charts/commit/2a641e8)) +* [bitnami/pytorch] Release 1.3.11 updating components versions ([2a641e8](https://github.com/bitnami/charts/commit/2a641e855982691199698fd5ce67aaf8c7ece141)) ## 1.3.10 (2020-03-20) -* [bitnami/pytorch] Release 1.3.10 updating components versions ([87c4c93](https://github.com/bitnami/charts/commit/87c4c93)) +* [bitnami/pytorch] Release 1.3.10 updating components versions ([87c4c93](https://github.com/bitnami/charts/commit/87c4c93b62cc94a67cd76c43ad4e88439d47e2d9)) ## 1.3.9 (2020-03-12) -* [bitnami/pytorch] Release 1.3.9 updating components versions ([5ed09df](https://github.com/bitnami/charts/commit/5ed09df)) +* [bitnami/pytorch] Release 1.3.9 updating components versions ([5ed09df](https://github.com/bitnami/charts/commit/5ed09dfec07b367061bdfacf45f8258ee473329f)) ## 1.3.8 (2020-03-11) -* Move charts from upstreamed folder to bitnami (#2032) ([a0e44f7](https://github.com/bitnami/charts/commit/a0e44f7)), closes [#2032](https://github.com/bitnami/charts/issues/2032) +* Move charts from upstreamed folder to bitnami (#2032) ([a0e44f7](https://github.com/bitnami/charts/commit/a0e44f7d6a10b8b5643186130ea420887cb72c7c)), closes [#2032](https://github.com/bitnami/charts/issues/2032) ## 1.3.7 (2020-02-26) -* [bitnami/pytorch] Release 1.3.7 updating components versions ([2fa87ef](https://github.com/bitnami/charts/commit/2fa87ef)) +* [bitnami/pytorch] Release 1.3.7 updating components versions ([2fa87ef](https://github.com/bitnami/charts/commit/2fa87efa3fe45176367f63d1304efc716b2c7524)) ## 1.3.6 (2020-02-19) -* [bitnami/pytorch] Release 1.3.6 updating components versions ([16ddee5](https://github.com/bitnami/charts/commit/16ddee5)) -* [bitnami/several] Adapt READMEs and helpers to Helm 3 (#1911) ([40ee57c](https://github.com/bitnami/charts/commit/40ee57c)), closes [#1911](https://github.com/bitnami/charts/issues/1911) +* [bitnami/pytorch] Release 1.3.6 updating components versions ([16ddee5](https://github.com/bitnami/charts/commit/16ddee5ce73728c66752ce713104e8646c201546)) +* [bitnami/several] Adapt READMEs and helpers to Helm 3 (#1911) ([40ee57c](https://github.com/bitnami/charts/commit/40ee57cf5164717357e1627b55bf25f59c40fbd1)), closes [#1911](https://github.com/bitnami/charts/issues/1911) ## 1.3.5 (2020-02-10) -* [bitnami/several] Replace stretch by buster in minideb secondary containers (#1900) ([678febc](https://github.com/bitnami/charts/commit/678febc)), closes [#1900](https://github.com/bitnami/charts/issues/1900) +* [bitnami/several] Replace stretch by buster in minideb secondary containers (#1900) ([678febc](https://github.com/bitnami/charts/commit/678febc237594606f2505ba98c651a8ab8f484ab)), closes [#1900](https://github.com/bitnami/charts/issues/1900) ## 1.3.4 (2020-01-24) -* [bitnami/pytorch] Release 1.3.4 updating components versions ([18e49e6](https://github.com/bitnami/charts/commit/18e49e6)) +* [bitnami/pytorch] Release 1.3.4 updating components versions ([18e49e6](https://github.com/bitnami/charts/commit/18e49e6780045d4a89fae62fbf8e5c10a3c06ee9)) ## 1.3.3 (2020-01-16) -* [bitnami/pytorch] Release 1.3.3 updating components versions ([eb42ab0](https://github.com/bitnami/charts/commit/eb42ab0)) +* [bitnami/pytorch] Release 1.3.3 updating components versions ([eb42ab0](https://github.com/bitnami/charts/commit/eb42ab0fab977cb6a38ce9fdc9c3270f6b841efe)) ## 1.3.2 (2020-01-14) -* [bitnami/pytorch] Release 1.3.2 updating components versions ([4e0fb05](https://github.com/bitnami/charts/commit/4e0fb05)) +* [bitnami/pytorch] Release 1.3.2 updating components versions ([4e0fb05](https://github.com/bitnami/charts/commit/4e0fb052e4f407f2d0ad8e79b23762dcc34644a3)) ## 1.3.1 (2020-01-10) -* [bitnami/pytorch] Release 1.3.1 updating components versions ([5b385ee](https://github.com/bitnami/charts/commit/5b385ee)) -* [bitnami/pytorch] Update components versions ([1a60446](https://github.com/bitnami/charts/commit/1a60446)) +* [bitnami/pytorch] Release 1.3.1 updating components versions ([5b385ee](https://github.com/bitnami/charts/commit/5b385eeb218d0cd97080db31b67e6f3f03edcec1)) +* [bitnami/pytorch] Update components versions ([1a60446](https://github.com/bitnami/charts/commit/1a60446b25947977afe629ce9b745094c1b9d9b5)) ## 1.3.0 (2019-11-27) -* [bitnami/pytorch] Lint chart + standardisation ([dd380cb](https://github.com/bitnami/charts/commit/dd380cb)) +* [bitnami/pytorch] Lint chart + standardisation ([dd380cb](https://github.com/bitnami/charts/commit/dd380cb3509b85581c944a736c8cae59fdb7cc62)) ## 1.2.18 (2019-11-18) -* [bitnami/pytorch] Release 1.2.18 updating components versions ([6862ca3](https://github.com/bitnami/charts/commit/6862ca3)) +* [bitnami/pytorch] Release 1.2.18 updating components versions ([6862ca3](https://github.com/bitnami/charts/commit/6862ca3604bb81821557d48b87a997557250c1df)) ## 1.2.17 (2019-11-14) -* [bitnami/pytorch] Release 1.2.17 updating components versions ([adb1d54](https://github.com/bitnami/charts/commit/adb1d54)) +* [bitnami/pytorch] Release 1.2.17 updating components versions ([adb1d54](https://github.com/bitnami/charts/commit/adb1d54bd4d2787756a8719488a52b8e5e3578df)) ## 1.2.16 (2019-11-13) -* [bitnami/pytorch] Release 1.2.16 updating components versions ([c066c00](https://github.com/bitnami/charts/commit/c066c00)) +* [bitnami/pytorch] Release 1.2.16 updating components versions ([c066c00](https://github.com/bitnami/charts/commit/c066c00269f525d749d9cfb307ee8e5adef0446e)) ## 1.2.15 (2019-11-11) -* [bitnami/pytorch] Release 1.2.15 updating components versions ([3b1fa9c](https://github.com/bitnami/charts/commit/3b1fa9c)) +* [bitnami/pytorch] Release 1.2.15 updating components versions ([3b1fa9c](https://github.com/bitnami/charts/commit/3b1fa9c6245c7bea06cd14d8edba05f4f067ddcc)) ## 1.2.14 (2019-11-10) -* [bitnami/pytorch] Release 1.2.14 updating components versions ([27c12a5](https://github.com/bitnami/charts/commit/27c12a5)) +* [bitnami/pytorch] Release 1.2.14 updating components versions ([27c12a5](https://github.com/bitnami/charts/commit/27c12a51832aa360d9301c3a295f798d7147e2ed)) ## 1.2.13 (2019-11-09) -* [bitnami/pytorch] Release 1.2.13 updating components versions ([d97e9fa](https://github.com/bitnami/charts/commit/d97e9fa)) +* [bitnami/pytorch] Release 1.2.13 updating components versions ([d97e9fa](https://github.com/bitnami/charts/commit/d97e9facf5b119092e8dc681b5495b1ee5f8c065)) ## 1.2.12 (2019-11-07) -* [bitnami/pytorch] Release 1.2.12 updating components versions ([1d886e0](https://github.com/bitnami/charts/commit/1d886e0)) +* [bitnami/pytorch] Release 1.2.12 updating components versions ([1d886e0](https://github.com/bitnami/charts/commit/1d886e0d56923c99b9ab1d4e9a6072aab04671e2)) ## 1.2.11 (2019-11-07) -* [bitnami/pytorch] Release 1.2.11 updating components versions ([b4fd909](https://github.com/bitnami/charts/commit/b4fd909)) +* [bitnami/pytorch] Release 1.2.11 updating components versions ([b4fd909](https://github.com/bitnami/charts/commit/b4fd90937f735ba662a1bb5eae8fe4b2cb146091)) ## 1.2.10 (2019-11-07) -* [bitnami/pytorch] Release 1.2.10 updating components versions ([b02e1b4](https://github.com/bitnami/charts/commit/b02e1b4)) +* [bitnami/pytorch] Release 1.2.10 updating components versions ([b02e1b4](https://github.com/bitnami/charts/commit/b02e1b4031ccc8ad76dbb2606413750945a0135f)) ## 1.2.9 (2019-10-24) -* Fix links because of section renaming ([8e6fa3b](https://github.com/bitnami/charts/commit/8e6fa3b)) +* Fix links because of section renaming ([8e6fa3b](https://github.com/bitnami/charts/commit/8e6fa3bf7e3198954b6af507cf143fd4870c1c33)) ## 1.2.8 (2019-10-23) -* Adapt README in charts (III) ([98eadc4](https://github.com/bitnami/charts/commit/98eadc4)) +* Adapt README in charts (III) ([98eadc4](https://github.com/bitnami/charts/commit/98eadc4fd0578e60f966a66c12d531d722ec6435)) ## 1.2.7 (2019-10-15) -* [bitnami/pytorch] Update prerequisites ([c8ee7b1](https://github.com/bitnami/charts/commit/c8ee7b1)) +* [bitnami/pytorch] Update prerequisites ([c8ee7b1](https://github.com/bitnami/charts/commit/c8ee7b156825df72f4d2370168684c648deb1a3e)) ## 1.2.6 (2019-10-10) -* [bitnami/pytorch] Release 1.2.6 updating components versions ([7e3c28b](https://github.com/bitnami/charts/commit/7e3c28b)) +* [bitnami/pytorch] Release 1.2.6 updating components versions ([7e3c28b](https://github.com/bitnami/charts/commit/7e3c28b343dc44df3e290226c02a406139e119fb)) ## 1.2.5 (2019-10-02) -* [bitnami/pytorch] Release 1.2.5 updating components versions ([1a1a5e5](https://github.com/bitnami/charts/commit/1a1a5e5)) +* [bitnami/pytorch] Release 1.2.5 updating components versions ([1a1a5e5](https://github.com/bitnami/charts/commit/1a1a5e54cd2847f3dbff9e850cda66540e90adf4)) ## 1.2.4 (2019-09-02) -* [bitnami/pytorch] Release 1.2.4 updating components versions ([bba2175](https://github.com/bitnami/charts/commit/bba2175)) -* Use stretch instead of buster to be consistent ([decd85f](https://github.com/bitnami/charts/commit/decd85f)) +* [bitnami/pytorch] Release 1.2.4 updating components versions ([bba2175](https://github.com/bitnami/charts/commit/bba2175980a43cf9ca9d2627a60ed2129aab94e2)) +* Use stretch instead of buster to be consistent ([decd85f](https://github.com/bitnami/charts/commit/decd85ff9ee57beb656648918b1197b6d8b9d5af)) ## 1.2.3 (2019-08-30) -* [bitnami/*] Use buster instead of latest as minideb tag and adapt sysctl ([921e811](https://github.com/bitnami/charts/commit/921e811)) +* [bitnami/*] Use buster instead of latest as minideb tag and adapt sysctl ([921e811](https://github.com/bitnami/charts/commit/921e81153c755c5e06b86fbc54841c115f6e10bb)) ## 1.2.2 (2019-08-22) -* [bitnami/*] Fix 'storageClass' macros ([f41c193](https://github.com/bitnami/charts/commit/f41c193)) +* [bitnami/*] Fix 'storageClass' macros ([f41c193](https://github.com/bitnami/charts/commit/f41c19310b0aba01be37217e530b678ae30a560f)) ## 1.2.1 (2019-08-21) -* Refactor StorageClass template to support old Helm versions ([1d7f3df](https://github.com/bitnami/charts/commit/1d7f3df)) -* Refactor storageClassTemplate ([1872215](https://github.com/bitnami/charts/commit/1872215)) +* Refactor StorageClass template to support old Helm versions ([1d7f3df](https://github.com/bitnami/charts/commit/1d7f3df1250d8f3ba7b17add67de6515dd93f1e7)) +* Refactor storageClassTemplate ([1872215](https://github.com/bitnami/charts/commit/1872215effe0a6ff672537387684c8a97fb3093c)) ## 1.2.0 (2019-08-19) -* Add global variable to set the storage class to all of the Hekm Charts ([cdb4bdc](https://github.com/bitnami/charts/commit/cdb4bdc)) -* Update charts versions ([9459dbb](https://github.com/bitnami/charts/commit/9459dbb)) +* Add global variable to set the storage class to all of the Hekm Charts ([cdb4bdc](https://github.com/bitnami/charts/commit/cdb4bdceda07e03f3902ec2796eab54d2c6f1650)) +* Update charts versions ([9459dbb](https://github.com/bitnami/charts/commit/9459dbbf98c5572f0b92cd3eef8e12ec83a48397)) ## 1.1.3 (2019-08-13) -* Update README.md ([f6c184c](https://github.com/bitnami/charts/commit/f6c184c)) -* Updated version numbers ([aa0294b](https://github.com/bitnami/charts/commit/aa0294b)) +* Update README.md ([f6c184c](https://github.com/bitnami/charts/commit/f6c184c83c8a8ca277ea9a5afe679c206f37b692)) +* Updated version numbers ([aa0294b](https://github.com/bitnami/charts/commit/aa0294b246340ed44d76f8cac59338ee685fab5e)) ## 1.1.2 (2019-08-08) -* [bitnami/pytorch] Release 1.1.2 updating components versions ([9f7f158](https://github.com/bitnami/charts/commit/9f7f158)) +* [bitnami/pytorch] Release 1.1.2 updating components versions ([9f7f158](https://github.com/bitnami/charts/commit/9f7f158b435054a265552f764248321e57becba8)) ## 1.1.1 (2019-08-05) -* [bitnami/pytorch] Fix persistence path ([32a2efe](https://github.com/bitnami/charts/commit/32a2efe)) -* Fix indentation ([c699e9f](https://github.com/bitnami/charts/commit/c699e9f)) +* [bitnami/pytorch] Fix persistence path ([32a2efe](https://github.com/bitnami/charts/commit/32a2efe2e605da24f0977819c9bf1e20575a6e8d)) +* Fix indentation ([c699e9f](https://github.com/bitnami/charts/commit/c699e9f2aed150351c8a7b21717b5a959ef2d2e3)) ## 1.1.0 (2019-07-22) -* Change pytorch ([b11edd4](https://github.com/bitnami/charts/commit/b11edd4)) +* Change pytorch ([b11edd4](https://github.com/bitnami/charts/commit/b11edd4a3569748c4e1e87b3c42e8c3a83771f5c)) ## 1.0.0 (2019-07-17) -* Implement again #1283 changes but bumping the major version ([1ce079c](https://github.com/bitnami/charts/commit/1ce079c)), closes [#1283](https://github.com/bitnami/charts/issues/1283) +* Implement again #1283 changes but bumping the major version ([1ce079c](https://github.com/bitnami/charts/commit/1ce079c789a6c0f5174094af3ea6fb67b6c926fd)), closes [#1283](https://github.com/bitnami/charts/issues/1283) ## 0.0.9 (2019-07-17) -* Revert pull request #1283 ([8e5940a](https://github.com/bitnami/charts/commit/8e5940a)), closes [#1283](https://github.com/bitnami/charts/issues/1283) +* Revert pull request #1283 ([8e5940a](https://github.com/bitnami/charts/commit/8e5940a9260dc722ae1a630a6b6e21df2502323f)), closes [#1283](https://github.com/bitnami/charts/issues/1283) ## 0.0.8 (2019-07-11) -* Standardize component.name & component.fullname functions ([775948e](https://github.com/bitnami/charts/commit/775948e)) +* Standardize component.name & component.fullname functions ([775948e](https://github.com/bitnami/charts/commit/775948eb27ccc5599262002b71f4982cc2b2dc8d)) ## 0.0.7 (2019-06-10) -* Fix latest tag ([a968588](https://github.com/bitnami/charts/commit/a968588)) +* Fix latest tag ([a968588](https://github.com/bitnami/charts/commit/a968588fce6764e7b296de63a6cd575fb78fbcbb)) ## 0.0.6 (2019-06-10) -* Add command ([6caad94](https://github.com/bitnami/charts/commit/6caad94)) -* bitnami/pytorch: update to 1.1.0 ([13d1fac](https://github.com/bitnami/charts/commit/13d1fac)) +* Add command ([6caad94](https://github.com/bitnami/charts/commit/6caad9465a2f738b96210fde186f8c53940f4930)) +* bitnami/pytorch: update to 1.1.0 ([13d1fac](https://github.com/bitnami/charts/commit/13d1fac7fcc8d100370072fe4cc13b5dc94d9357)) ## 0.0.5 (2019-06-07) -* [bitnami/pytorch] Unify and document production values ([f558f7c](https://github.com/bitnami/charts/commit/f558f7c)) +* [bitnami/pytorch] Unify and document production values ([f558f7c](https://github.com/bitnami/charts/commit/f558f7ce5ca5fa8e675306c7a1ce56a984e0f973)) ## 0.0.4 (2019-05-29) -* Check secondary images ([5327cfa](https://github.com/bitnami/charts/commit/5327cfa)) -* Fix https://github.com/helm/charts/pull/14199\#issuecomment-496883321 and support _sha256_ as an imm ([95957ea](https://github.com/bitnami/charts/commit/95957ea)), closes [#issuecomment-496883321](https://github.com/bitnami/charts/issues/issuecomment-496883321) -* Fix tensorflow and others ([6252f12](https://github.com/bitnami/charts/commit/6252f12)) -* Use immutable tags in the main images ([17ca4f5](https://github.com/bitnami/charts/commit/17ca4f5)) +* Check secondary images ([5327cfa](https://github.com/bitnami/charts/commit/5327cfa319191dd8067ce538d53f4c44edfdc012)) +* Fix https://github.com/helm/charts/pull/14199\#issuecomment-496883321 and support _sha256_ as an imm ([95957ea](https://github.com/bitnami/charts/commit/95957ea6430f28ec3593053afb0bfccb75703c79)), closes [#issuecomment-496883321](https://github.com/bitnami/charts/issues/issuecomment-496883321) +* Fix tensorflow and others ([6252f12](https://github.com/bitnami/charts/commit/6252f125d307e55fd638687eac09f1df8451f22f)) +* Use immutable tags in the main images ([17ca4f5](https://github.com/bitnami/charts/commit/17ca4f5c91da33da03f9e2d411fe5e004e825c4d)) ## 0.0.3 (2019-05-28) -* Prepare immutable tags ([f9093c1](https://github.com/bitnami/charts/commit/f9093c1)) +* Prepare immutable tags ([f9093c1](https://github.com/bitnami/charts/commit/f9093c1aaa9cde25a042c3d62f7873385447cbf7)) ## 0.0.2 (2019-05-22) -* Add more information ([5b034ba](https://github.com/bitnami/charts/commit/5b034ba)) -* Add property to specify service type ([f356a92](https://github.com/bitnami/charts/commit/f356a92)) -* Add value validation ([0e9bef5](https://github.com/bitnami/charts/commit/0e9bef5)) -* Add values-production.yaml ([858e216](https://github.com/bitnami/charts/commit/858e216)) -* Add warning when user hasn't loaded any files ([bf1d9c4](https://github.com/bitnami/charts/commit/bf1d9c4)) -* Address comments suggested by @juan131 ([f23cedb](https://github.com/bitnami/charts/commit/f23cedb)) -* Default distributed mode to false ([cd41022](https://github.com/bitnami/charts/commit/cd41022)) -* Fix issue when no file specified ([6a069a7](https://github.com/bitnami/charts/commit/6a069a7)) -* Fix PVC claimName ([eea0464](https://github.com/bitnami/charts/commit/eea0464)) -* Fix support for git image secrets ([e3d2718](https://github.com/bitnami/charts/commit/e3d2718)) -* Fix support for git image secrets ([87027f1](https://github.com/bitnami/charts/commit/87027f1)) -* Use apps/v1 instead of apps/v1beta2 ([abb50b9](https://github.com/bitnami/charts/commit/abb50b9)) +* Add more information ([5b034ba](https://github.com/bitnami/charts/commit/5b034ba70e1354bcc097a324dc75bc47a0da656e)) +* Add property to specify service type ([f356a92](https://github.com/bitnami/charts/commit/f356a92080a300b8059d3bef2f864625691b5a1b)) +* Add value validation ([0e9bef5](https://github.com/bitnami/charts/commit/0e9bef5abd72a4acb8285fc4636d8d8e3746a79a)) +* Add values-production.yaml ([858e216](https://github.com/bitnami/charts/commit/858e216d203a89ab4fb71afa1468e9f815c1e37c)) +* Add warning when user hasn't loaded any files ([bf1d9c4](https://github.com/bitnami/charts/commit/bf1d9c474244917d165dc8d6c4a73487f47b720d)) +* Address comments suggested by @juan131 ([f23cedb](https://github.com/bitnami/charts/commit/f23cedb9f4aa95a0f64807a0f32867351a08f5c4)) +* Default distributed mode to false ([cd41022](https://github.com/bitnami/charts/commit/cd41022e326f06c1abd93ed2f109c58719e35976)) +* Fix issue when no file specified ([6a069a7](https://github.com/bitnami/charts/commit/6a069a7e4a00b6a8e7bfd5e6326c6e997e1b113f)) +* Fix PVC claimName ([eea0464](https://github.com/bitnami/charts/commit/eea0464369938a1ec36f8032a6e88e573ccb6a30)) +* Fix support for git image secrets ([e3d2718](https://github.com/bitnami/charts/commit/e3d27181459993d4e6b3e0d7baf23b55c37c4fa6)) +* Fix support for git image secrets ([87027f1](https://github.com/bitnami/charts/commit/87027f1c0fcc7aeab4d0e2463156f43b8565906d)) +* Use apps/v1 instead of apps/v1beta2 ([abb50b9](https://github.com/bitnami/charts/commit/abb50b982b1ce390c1152ecffbb18451dc340185)) ## 0.0.1 (2019-05-14) -* Add PyTorch chart ([77db1bb](https://github.com/bitnami/charts/commit/77db1bb)) +* Add PyTorch chart ([77db1bb](https://github.com/bitnami/charts/commit/77db1bb0da5d20f99a18b08dc33b6e06e60273fc)) diff --git a/bitnami/pytorch/Chart.yaml b/bitnami/pytorch/Chart.yaml index e652d5d5b8abf3..e825cc22f8cde9 100644 --- a/bitnami/pytorch/Chart.yaml +++ b/bitnami/pytorch/Chart.yaml @@ -33,4 +33,4 @@ maintainers: name: pytorch sources: - https://github.com/bitnami/charts/tree/main/bitnami/pytorch -version: 4.1.0 +version: 4.2.0 diff --git a/bitnami/pytorch/README.md b/bitnami/pytorch/README.md index 73066735b76cf4..d8a58d108b3a17 100644 --- a/bitnami/pytorch/README.md +++ b/bitnami/pytorch/README.md @@ -212,6 +212,9 @@ You can enable this initContainer by setting `volumePermissions.enabled` to `tru | `extraVolumeMounts` | Optionally specify extra list of additional volumeMounts for the Pytorch container(s) | `[]` | | `sidecars` | Add additional sidecar containers to the Pytorch pod(s) | `[]` | | `initContainers` | Add additional init containers to the %%MAIN_CONTAINER_NAME%% pod(s) | `[]` | +| `pdb.create` | Enable/disable a Pod Disruption Budget creation | `true` | +| `pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `""` | +| `pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `pdb.minAvailable` and `pdb.maxUnavailable` are empty. | `""` | | `serviceAccount.create` | Enable creation of ServiceAccount for Pytorch pod | `true` | | `serviceAccount.name` | The name of the ServiceAccount to use. | `""` | | `serviceAccount.automountServiceAccountToken` | Allows auto mount of ServiceAccountToken on the serviceAccount created | `false` | diff --git a/bitnami/pytorch/templates/pdb.yaml b/bitnami/pytorch/templates/pdb.yaml new file mode 100644 index 00000000000000..3172254c950e0c --- /dev/null +++ b/bitnami/pytorch/templates/pdb.yaml @@ -0,0 +1,28 @@ +{{- /* +Copyright Broadcom, Inc. All Rights Reserved. +SPDX-License-Identifier: APACHE-2.0 +*/}} + +{{- if .Values.pdb.create }} +apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} +kind: PodDisruptionBudget +metadata: + name: {{ include "pytorch.master.name" . }} + namespace: {{ include "common.names.namespace" . | quote }} + labels: {{- include "common.labels.standard" ( dict "customLabels" .Values.commonLabels "context" $ ) | nindent 4 }} + app.kubernetes.io/component: master + {{- if .Values.commonAnnotations }} + annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }} + {{- end }} +spec: + {{- if .Values.pdb.minAvailable }} + minAvailable: {{ .Values.pdb.minAvailable }} + {{- end }} + {{- if or .Values.pdb.maxUnavailable ( not .Values.pdb.minAvailable ) }} + maxUnavailable: {{ .Values.pdb.maxUnavailable | default 1 }} + {{- end }} + {{- $podLabels := include "common.tplvalues.merge" ( dict "values" ( list .Values.podLabels .Values.commonLabels ) "context" . ) }} + selector: + matchLabels: {{- include "common.labels.matchLabels" ( dict "customLabels" $podLabels "context" $ ) | nindent 6 }} + app.kubernetes.io/component: master +{{- end }} diff --git a/bitnami/pytorch/values.yaml b/bitnami/pytorch/values.yaml index 61f4256cdb8eca..0bae11ec84404a 100644 --- a/bitnami/pytorch/values.yaml +++ b/bitnami/pytorch/values.yaml @@ -392,6 +392,16 @@ sidecars: [] ## command: ['sh', '-c', 'echo "hello world"'] ## initContainers: [] +## Pod Disruption Budget configuration +## ref: https://kubernetes.io/docs/tasks/run-application/configure-pdb +## @param pdb.create Enable/disable a Pod Disruption Budget creation +## @param pdb.minAvailable Minimum number/percentage of pods that should remain scheduled +## @param pdb.maxUnavailable Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `pdb.minAvailable` and `pdb.maxUnavailable` are empty. +## +pdb: + create: true + minAvailable: "" + maxUnavailable: "" ## Service Account ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/ ## From 6e834a0a5c00f82cff1c5ffdff2fb717c887ba12 Mon Sep 17 00:00:00 2001 From: Fran Mulero Date: Wed, 29 May 2024 11:16:26 +0200 Subject: [PATCH 080/110] [bitnami/scylladb] Enable PodDisruptionBudgets (#26533) * [bitnami/scylladb] Enable PodDisruptionBudgets Signed-off-by: Fran Mulero * Update CHANGELOG.md Signed-off-by: Bitnami Containers --------- Signed-off-by: Fran Mulero Signed-off-by: Bitnami Containers Co-authored-by: Bitnami Containers --- bitnami/scylladb/CHANGELOG.md | 8 ++++++-- bitnami/scylladb/Chart.yaml | 2 +- bitnami/scylladb/README.md | 2 +- bitnami/scylladb/templates/pdb.yaml | 4 ++-- bitnami/scylladb/values.yaml | 2 +- 5 files changed, 11 insertions(+), 7 deletions(-) diff --git a/bitnami/scylladb/CHANGELOG.md b/bitnami/scylladb/CHANGELOG.md index b5610e5a958377..dd9f36ee0c3c2f 100644 --- a/bitnami/scylladb/CHANGELOG.md +++ b/bitnami/scylladb/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog -## 0.1.4 (2024-05-24) +## 0.1.5 (2024-05-29) -* [bitnami/scylladb] chore: :wrench: Increase initialDelaySeconds in liveness probe ([#26416](https://github.com/bitnami/charts/pull/26416)) +* [bitnami/scylladb] Enable PodDisruptionBudgets ([#26533](https://github.com/bitnami/charts/pull/26533)) + +## 0.1.4 (2024-05-24) + +* [bitnami/scylladb] chore: :wrench: Increase initialDelaySeconds in liveness probe (#26416) ([fe8a230](https://github.com/bitnami/charts/commit/fe8a230d41274f0222e85d9c5ca581a1d497aef9)), closes [#26416](https://github.com/bitnami/charts/issues/26416) ## 0.1.3 (2024-05-23) diff --git a/bitnami/scylladb/Chart.yaml b/bitnami/scylladb/Chart.yaml index c29ef9381556e1..d7643598df80c3 100644 --- a/bitnami/scylladb/Chart.yaml +++ b/bitnami/scylladb/Chart.yaml @@ -30,4 +30,4 @@ maintainers: name: scylladb sources: - https://github.com/bitnami/charts/tree/main/bitnami/scylladb -version: 0.1.4 +version: 0.1.5 diff --git a/bitnami/scylladb/README.md b/bitnami/scylladb/README.md index 416d7ebd2f4adf..566120c548a877 100644 --- a/bitnami/scylladb/README.md +++ b/bitnami/scylladb/README.md @@ -247,7 +247,7 @@ As the image run as non-root by default, it is necessary to adjust the ownership | `initContainers` | Add additional init containers to the scylladb pods | `[]` | | `sidecars` | Add additional sidecar containers to the scylladb pods | `[]` | | `pdb.create` | Enable/disable a Pod Disruption Budget creation | `true` | -| `pdb.minAvailable` | Mininimum number of pods that must still be available after the eviction | `1` | +| `pdb.minAvailable` | Mininimum number of pods that must still be available after the eviction | `""` | | `pdb.maxUnavailable` | Max number of pods that can be unavailable after the eviction | `""` | | `hostNetwork` | Enable HOST Network | `false` | | `containerPorts.intra` | Intra Port on the Host and Container | `7000` | diff --git a/bitnami/scylladb/templates/pdb.yaml b/bitnami/scylladb/templates/pdb.yaml index d293b3cd306820..8ea01a3aedb379 100644 --- a/bitnami/scylladb/templates/pdb.yaml +++ b/bitnami/scylladb/templates/pdb.yaml @@ -19,8 +19,8 @@ spec: {{- if .Values.pdb.minAvailable }} minAvailable: {{ .Values.pdb.minAvailable }} {{- end }} - {{- if .Values.pdb.maxUnavailable }} - maxUnavailable: {{ .Values.pdb.maxUnavailable }} + {{- if or .Values.pdb.maxUnavailable ( not .Values.pdb.minAvailable ) }} + maxUnavailable: {{ .Values.pdb.maxUnavailable | default 1 }} {{- end }} {{- $podLabels := include "common.tplvalues.merge" ( dict "values" ( list .Values.podLabels .Values.commonLabels ) "context" . ) }} selector: diff --git a/bitnami/scylladb/values.yaml b/bitnami/scylladb/values.yaml index 89006f389f127c..690929d84f2a01 100644 --- a/bitnami/scylladb/values.yaml +++ b/bitnami/scylladb/values.yaml @@ -439,7 +439,7 @@ pdb: create: true ## @param pdb.minAvailable Mininimum number of pods that must still be available after the eviction ## - minAvailable: 1 + minAvailable: "" ## @param pdb.maxUnavailable Max number of pods that can be unavailable after the eviction ## maxUnavailable: "" From 1c14aecb5d9b69a31a5ecd7397cf3a840207fd91 Mon Sep 17 00:00:00 2001 From: Fran Mulero Date: Wed, 29 May 2024 11:33:47 +0200 Subject: [PATCH 081/110] [bitnami/wildfly] Enable PodDisruptionBudgets (#26541) * [bitnami/wildfly] Enable PodDisruptionBudgets Signed-off-by: Fran Mulero * Update CHANGELOG.md Signed-off-by: Bitnami Containers --------- Signed-off-by: Fran Mulero Signed-off-by: Bitnami Containers Co-authored-by: Bitnami Containers --- bitnami/wildfly/CHANGELOG.md | 685 +++++++++++++++-------------- bitnami/wildfly/Chart.yaml | 2 +- bitnami/wildfly/README.md | 3 + bitnami/wildfly/templates/pdb.yaml | 26 ++ bitnami/wildfly/values.yaml | 10 + 5 files changed, 385 insertions(+), 341 deletions(-) create mode 100644 bitnami/wildfly/templates/pdb.yaml diff --git a/bitnami/wildfly/CHANGELOG.md b/bitnami/wildfly/CHANGELOG.md index 10d5a4ddc709c8..aaeefb704aa476 100644 --- a/bitnami/wildfly/CHANGELOG.md +++ b/bitnami/wildfly/CHANGELOG.md @@ -1,1082 +1,1087 @@ # Changelog +## 20.2.0 (2024-05-29) + +* [bitnami/wildfly] Enable PodDisruptionBudgets ([#26541](https://github.com/bitnami/charts/pull/26541)) + ## 20.1.0 (2024-05-21) -* [bitnami/wildfly] feat: :sparkles: :lock: Add warning when original images are replaced ([#26288](https://github.com/bitnami/charts/pulls/26288)) +* [bitnami/*] ci: :construction_worker: Add tag and changelog support (#25359) ([91c707c](https://github.com/bitnami/charts/commit/91c707c9e4e574725a09505d2d313fb93f1b4c0a)), closes [#25359](https://github.com/bitnami/charts/issues/25359) +* [bitnami/wildfly] feat: :sparkles: :lock: Add warning when original images are replaced (#26288) ([8771916](https://github.com/bitnami/charts/commit/87719167499834992972fef14d36282beba931b2)), closes [#26288](https://github.com/bitnami/charts/issues/26288) ## 20.0.2 (2024-05-20) -* [bitnami/wildfly] Use different liveness/readiness probes (#26122) ([106455f](https://github.com/bitnami/charts/commit/106455f)), closes [#26122](https://github.com/bitnami/charts/issues/26122) +* [bitnami/wildfly] Use different liveness/readiness probes (#26122) ([106455f](https://github.com/bitnami/charts/commit/106455f9e6b4674070242bd98203d08f1a1c27ee)), closes [#26122](https://github.com/bitnami/charts/issues/26122) ## 20.0.1 (2024-05-18) -* [bitnami/wildfly] Release 20.0.1 updating components versions (#26088) ([8e25bca](https://github.com/bitnami/charts/commit/8e25bca)), closes [#26088](https://github.com/bitnami/charts/issues/26088) +* [bitnami/wildfly] Release 20.0.1 updating components versions (#26088) ([8e25bca](https://github.com/bitnami/charts/commit/8e25bca07e31df5b887a2707639a5fb5999635f7)), closes [#26088](https://github.com/bitnami/charts/issues/26088) ## 20.0.0 (2024-05-15) -* [bitnami/wildfly] Release 20.0.0 updating components versions (#25887) ([fa1301a](https://github.com/bitnami/charts/commit/fa1301a)), closes [#25887](https://github.com/bitnami/charts/issues/25887) +* [bitnami/wildfly] Release 20.0.0 updating components versions (#25887) ([fa1301a](https://github.com/bitnami/charts/commit/fa1301a6ba4e39790bc9af2c24b0d13cc66bd773)), closes [#25887](https://github.com/bitnami/charts/issues/25887) ## 19.1.2 (2024-05-14) -* [bitnami/*] Change non-root and rolling-tags doc URLs (#25628) ([b067c94](https://github.com/bitnami/charts/commit/b067c94)), closes [#25628](https://github.com/bitnami/charts/issues/25628) -* [bitnami/*] Set new header/owner (#25558) ([8d1dc11](https://github.com/bitnami/charts/commit/8d1dc11)), closes [#25558](https://github.com/bitnami/charts/issues/25558) -* [bitnami/multiple charts] Fix typo: "NetworkPolice" vs "NetworkPolicy" (#25348) ([6970c1b](https://github.com/bitnami/charts/commit/6970c1b)), closes [#25348](https://github.com/bitnami/charts/issues/25348) -* [bitnami/wildfly] Release 19.1.2 updating components versions (#25831) ([be993f5](https://github.com/bitnami/charts/commit/be993f5)), closes [#25831](https://github.com/bitnami/charts/issues/25831) -* Replace VMware by Broadcom copyright text (#25306) ([a5e4bd0](https://github.com/bitnami/charts/commit/a5e4bd0)), closes [#25306](https://github.com/bitnami/charts/issues/25306) +* [bitnami/*] Change non-root and rolling-tags doc URLs (#25628) ([b067c94](https://github.com/bitnami/charts/commit/b067c94f6bcde427863c197fd355f0b5ba12ff5b)), closes [#25628](https://github.com/bitnami/charts/issues/25628) +* [bitnami/*] Set new header/owner (#25558) ([8d1dc11](https://github.com/bitnami/charts/commit/8d1dc11f5fb30db6fba50c43d7af59d2f79deed3)), closes [#25558](https://github.com/bitnami/charts/issues/25558) +* [bitnami/multiple charts] Fix typo: "NetworkPolice" vs "NetworkPolicy" (#25348) ([6970c1b](https://github.com/bitnami/charts/commit/6970c1ba245873506e73d459c6eac1e4919b778f)), closes [#25348](https://github.com/bitnami/charts/issues/25348) +* [bitnami/wildfly] Release 19.1.2 updating components versions (#25831) ([be993f5](https://github.com/bitnami/charts/commit/be993f5298735bae77a075317cef6c3aea527af7)), closes [#25831](https://github.com/bitnami/charts/issues/25831) +* Replace VMware by Broadcom copyright text (#25306) ([a5e4bd0](https://github.com/bitnami/charts/commit/a5e4bd0e35e419203793976a78d9d0a13de92c76)), closes [#25306](https://github.com/bitnami/charts/issues/25306) ## 19.1.1 (2024-04-24) -* [bitnami/wildfly] Release 19.1.1 updating components versions (#25345) ([283d571](https://github.com/bitnami/charts/commit/283d571)), closes [#25345](https://github.com/bitnami/charts/issues/25345) +* [bitnami/wildfly] Release 19.1.1 updating components versions (#25345) ([283d571](https://github.com/bitnami/charts/commit/283d57187e215d2dd597db4e11d053e36069c9ae)), closes [#25345](https://github.com/bitnami/charts/issues/25345) ## 19.1.0 (2024-04-15) -* [bitnami/wildfly] fix: :bug: :lock: Expose missing ports in deployment spec (#25140) ([35897ea](https://github.com/bitnami/charts/commit/35897ea)), closes [#25140](https://github.com/bitnami/charts/issues/25140) +* [bitnami/wildfly] fix: :bug: :lock: Expose missing ports in deployment spec (#25140) ([35897ea](https://github.com/bitnami/charts/commit/35897ea3717f2e53b41d2fced99230a49c2a628b)), closes [#25140](https://github.com/bitnami/charts/issues/25140) ## 19.0.0 (2024-04-03) -* [bitnami/*] Reorder Chart sections (#24455) ([0cf4048](https://github.com/bitnami/charts/commit/0cf4048)), closes [#24455](https://github.com/bitnami/charts/issues/24455) -* [bitnami/wildfly] feat!: :lock: :boom: Improve security defaults (#24719) ([533225c](https://github.com/bitnami/charts/commit/533225c)), closes [#24719](https://github.com/bitnami/charts/issues/24719) -* Update resourcesPreset comments (#24467) ([92e3e8a](https://github.com/bitnami/charts/commit/92e3e8a)), closes [#24467](https://github.com/bitnami/charts/issues/24467) +* [bitnami/*] Reorder Chart sections (#24455) ([0cf4048](https://github.com/bitnami/charts/commit/0cf4048e8743f70a9753d460655bd030cbff6824)), closes [#24455](https://github.com/bitnami/charts/issues/24455) +* [bitnami/wildfly] feat!: :lock: :boom: Improve security defaults (#24719) ([533225c](https://github.com/bitnami/charts/commit/533225c06619728650269c9681f339f6302c72a5)), closes [#24719](https://github.com/bitnami/charts/issues/24719) +* Update resourcesPreset comments (#24467) ([92e3e8a](https://github.com/bitnami/charts/commit/92e3e8a507326d2a20a8f10ab3e7746a2ec5c554)), closes [#24467](https://github.com/bitnami/charts/issues/24467) ## 18.4.2 (2024-03-15) -* [bitnami/wildfly] Release 18.4.2 updating components versions (#24464) ([6a67195](https://github.com/bitnami/charts/commit/6a67195)), closes [#24464](https://github.com/bitnami/charts/issues/24464) +* [bitnami/wildfly] Release 18.4.2 updating components versions (#24464) ([6a67195](https://github.com/bitnami/charts/commit/6a67195eb8da66b39737f22848244fe10dd8d5d9)), closes [#24464](https://github.com/bitnami/charts/issues/24464) ## 18.4.1 (2024-03-13) -* [bitnami/wildfly] Release 18.4.1 updating components versions (#24405) ([bad4503](https://github.com/bitnami/charts/commit/bad4503)), closes [#24405](https://github.com/bitnami/charts/issues/24405) +* [bitnami/wildfly] Release 18.4.1 updating components versions (#24405) ([bad4503](https://github.com/bitnami/charts/commit/bad45037704e64f5c7f6a5f1621723815f41c739)), closes [#24405](https://github.com/bitnami/charts/issues/24405) ## 18.4.0 (2024-03-06) -* [bitnami/wildfly] feat: :sparkles: :lock: Add automatic adaptation for Openshift restricted-v2 SCC ( ([e405901](https://github.com/bitnami/charts/commit/e405901)), closes [#24166](https://github.com/bitnami/charts/issues/24166) +* [bitnami/wildfly] feat: :sparkles: :lock: Add automatic adaptation for Openshift restricted-v2 SCC ( ([e405901](https://github.com/bitnami/charts/commit/e405901a7aa0d49f70be3e23e58833f80296a2ce)), closes [#24166](https://github.com/bitnami/charts/issues/24166) ## 18.3.3 (2024-02-28) -* [bitnami/wildfly] Release 18.3.3 updating components versions (#23971) ([605bb79](https://github.com/bitnami/charts/commit/605bb79)), closes [#23971](https://github.com/bitnami/charts/issues/23971) +* [bitnami/wildfly] Release 18.3.3 updating components versions (#23971) ([605bb79](https://github.com/bitnami/charts/commit/605bb79060ea8d56b277e6b1a629a3859b49b225)), closes [#23971](https://github.com/bitnami/charts/issues/23971) ## 18.3.2 (2024-02-27) -* [bitnami/wildfly] Release 18.3.2 updating components versions (#23837) ([52c1a0d](https://github.com/bitnami/charts/commit/52c1a0d)), closes [#23837](https://github.com/bitnami/charts/issues/23837) +* [bitnami/wildfly] Release 18.3.2 updating components versions (#23837) ([52c1a0d](https://github.com/bitnami/charts/commit/52c1a0dc362750dfb742479b7ef27bcff375949f)), closes [#23837](https://github.com/bitnami/charts/issues/23837) ## 18.3.1 (2024-02-21) -* [bitnami/wildfly] Release 18.3.1 updating components versions (#23700) ([0d6aa10](https://github.com/bitnami/charts/commit/0d6aa10)), closes [#23700](https://github.com/bitnami/charts/issues/23700) +* [bitnami/wildfly] Release 18.3.1 updating components versions (#23700) ([0d6aa10](https://github.com/bitnami/charts/commit/0d6aa107ac3fd6cbb394101f5a743ba66178bf06)), closes [#23700](https://github.com/bitnami/charts/issues/23700) ## 18.3.0 (2024-02-20) -* [bitnami/*] Bump all versions (#23602) ([b70ee2a](https://github.com/bitnami/charts/commit/b70ee2a)), closes [#23602](https://github.com/bitnami/charts/issues/23602) +* [bitnami/*] Bump all versions (#23602) ([b70ee2a](https://github.com/bitnami/charts/commit/b70ee2a30e4dc256bf0ac52928fb2fa7a70f049b)), closes [#23602](https://github.com/bitnami/charts/issues/23602) ## 18.2.0 (2024-02-15) -* [bitnami/wildfly] feat: :sparkles: :lock: Add resource preset support (#23531) ([16facca](https://github.com/bitnami/charts/commit/16facca)), closes [#23531](https://github.com/bitnami/charts/issues/23531) +* [bitnami/wildfly] feat: :sparkles: :lock: Add resource preset support (#23531) ([16facca](https://github.com/bitnami/charts/commit/16facca73a9fe7d6f0fa18bf4c7eb611e4c8b095)), closes [#23531](https://github.com/bitnami/charts/issues/23531) ## 18.1.0 (2024-02-07) -* [bitnami/wildfly] feat: :lock: Enable networkPolicy (#22547) ([ee4a9f6](https://github.com/bitnami/charts/commit/ee4a9f6)), closes [#22547](https://github.com/bitnami/charts/issues/22547) +* [bitnami/wildfly] feat: :lock: Enable networkPolicy (#22547) ([ee4a9f6](https://github.com/bitnami/charts/commit/ee4a9f6ff3f329994e28ba146f47fb71a99df460)), closes [#22547](https://github.com/bitnami/charts/issues/22547) ## 18.0.1 (2024-02-03) -* [bitnami/wildfly] Release 18.0.1 updating components versions (#23150) ([3e76927](https://github.com/bitnami/charts/commit/3e76927)), closes [#23150](https://github.com/bitnami/charts/issues/23150) +* [bitnami/wildfly] Release 18.0.1 updating components versions (#23150) ([3e76927](https://github.com/bitnami/charts/commit/3e769275d68acd72734c7d35be38c21f7e933f29)), closes [#23150](https://github.com/bitnami/charts/issues/23150) ## 18.0.0 (2024-01-30) -* [bitnami/*] Move documentation sections from docs.bitnami.com back to the README (#22203) ([7564f36](https://github.com/bitnami/charts/commit/7564f36)), closes [#22203](https://github.com/bitnami/charts/issues/22203) -* [bitnami/wildfly] Release 18.0.0 updating components versions (#22884) ([613885b](https://github.com/bitnami/charts/commit/613885b)), closes [#22884](https://github.com/bitnami/charts/issues/22884) +* [bitnami/*] Move documentation sections from docs.bitnami.com back to the README (#22203) ([7564f36](https://github.com/bitnami/charts/commit/7564f36ca1e95ff30ee686652b7ab8690561a707)), closes [#22203](https://github.com/bitnami/charts/issues/22203) +* [bitnami/wildfly] Release 18.0.0 updating components versions (#22884) ([613885b](https://github.com/bitnami/charts/commit/613885ba1a6b3dc48ac7c910cc795031a795b3e3)), closes [#22884](https://github.com/bitnami/charts/issues/22884) ## 17.3.1 (2024-01-24) -* [bitnami/wildfly] fix: :bug: Set seLinuxOptions to null for Openshift compatibility (#22668) ([6c55cfb](https://github.com/bitnami/charts/commit/6c55cfb)), closes [#22668](https://github.com/bitnami/charts/issues/22668) +* [bitnami/wildfly] fix: :bug: Set seLinuxOptions to null for Openshift compatibility (#22668) ([6c55cfb](https://github.com/bitnami/charts/commit/6c55cfb29bca9d8166235e55ea9b3bd114adf5a2)), closes [#22668](https://github.com/bitnami/charts/issues/22668) ## 17.3.0 (2024-01-22) -* [bitnami/wildfly] fix: :lock: Move service-account token auto-mount to pod declaration (#22468) ([e8a7097](https://github.com/bitnami/charts/commit/e8a7097)), closes [#22468](https://github.com/bitnami/charts/issues/22468) +* [bitnami/wildfly] fix: :lock: Move service-account token auto-mount to pod declaration (#22468) ([e8a7097](https://github.com/bitnami/charts/commit/e8a7097e9d2cf640662c84ffdba8a8d7defd3723)), closes [#22468](https://github.com/bitnami/charts/issues/22468) ## 17.2.1 (2024-01-17) -* [bitnami/wildfly] Release 17.2.1 updating components versions (#22335) ([7038257](https://github.com/bitnami/charts/commit/7038257)), closes [#22335](https://github.com/bitnami/charts/issues/22335) +* [bitnami/wildfly] Release 17.2.1 updating components versions (#22335) ([7038257](https://github.com/bitnami/charts/commit/703825721efdc489308022189c810716369d2e6c)), closes [#22335](https://github.com/bitnami/charts/issues/22335) ## 17.2.0 (2024-01-17) -* [bitnami/*] Fix docs.bitnami.com broken links (#21901) ([f35506d](https://github.com/bitnami/charts/commit/f35506d)), closes [#21901](https://github.com/bitnami/charts/issues/21901) -* [bitnami/*] Fix ref links (in comments) (#21822) ([e4fa296](https://github.com/bitnami/charts/commit/e4fa296)), closes [#21822](https://github.com/bitnami/charts/issues/21822) -* [bitnami/*] Update copyright: Year and company (#21815) ([6c4bf75](https://github.com/bitnami/charts/commit/6c4bf75)), closes [#21815](https://github.com/bitnami/charts/issues/21815) -* [bitnami/wildfly] fix: :lock: Improve podSecurityContext and containerSecurityContext with essential ([cdb07fd](https://github.com/bitnami/charts/commit/cdb07fd)), closes [#22199](https://github.com/bitnami/charts/issues/22199) +* [bitnami/*] Fix docs.bitnami.com broken links (#21901) ([f35506d](https://github.com/bitnami/charts/commit/f35506d2dadee4f097986e7792df1f53ab215b5d)), closes [#21901](https://github.com/bitnami/charts/issues/21901) +* [bitnami/*] Fix ref links (in comments) (#21822) ([e4fa296](https://github.com/bitnami/charts/commit/e4fa296106b225cf8c82445727c675c7c725e380)), closes [#21822](https://github.com/bitnami/charts/issues/21822) +* [bitnami/*] Update copyright: Year and company (#21815) ([6c4bf75](https://github.com/bitnami/charts/commit/6c4bf75dec58fc7c9aee9f089777b1a858c17d5b)), closes [#21815](https://github.com/bitnami/charts/issues/21815) +* [bitnami/wildfly] fix: :lock: Improve podSecurityContext and containerSecurityContext with essential ([cdb07fd](https://github.com/bitnami/charts/commit/cdb07fd9497349debbf8a587905c2c25bdc73849)), closes [#22199](https://github.com/bitnami/charts/issues/22199) ## 17.1.8 (2023-12-17) -* [bitnami/wildfly] Release 17.1.8 updating components versions (#21606) ([c6900cd](https://github.com/bitnami/charts/commit/c6900cd)), closes [#21606](https://github.com/bitnami/charts/issues/21606) +* [bitnami/wildfly] Release 17.1.8 updating components versions (#21606) ([c6900cd](https://github.com/bitnami/charts/commit/c6900cd5cfdbe9fd7dddeac237bf2a98454704c1)), closes [#21606](https://github.com/bitnami/charts/issues/21606) ## 17.1.7 (2023-12-07) -* [bitnami/wildfly] Release 17.1.7 updating components versions (#21460) ([6563ccb](https://github.com/bitnami/charts/commit/6563ccb)), closes [#21460](https://github.com/bitnami/charts/issues/21460) +* [bitnami/wildfly] Release 17.1.7 updating components versions (#21460) ([6563ccb](https://github.com/bitnami/charts/commit/6563ccb832aa648be04e0d548175d98911d19be7)), closes [#21460](https://github.com/bitnami/charts/issues/21460) ## 17.1.6 (2023-12-06) -* [bitnami/wildfly] Release 17.1.6 updating components versions (#21415) ([3edcb8e](https://github.com/bitnami/charts/commit/3edcb8e)), closes [#21415](https://github.com/bitnami/charts/issues/21415) +* [bitnami/wildfly] Release 17.1.6 updating components versions (#21415) ([3edcb8e](https://github.com/bitnami/charts/commit/3edcb8eccc3a82755f7594cf7777466223f6c9d0)), closes [#21415](https://github.com/bitnami/charts/issues/21415) ## 17.1.5 (2023-11-22) -* [bitnami/*] Rename solutions to "Bitnami package for ..." (#21038) ([b82f979](https://github.com/bitnami/charts/commit/b82f979)), closes [#21038](https://github.com/bitnami/charts/issues/21038) -* [bitnami/wildfly] Release 17.1.5 updating components versions (#21184) ([d5f587b](https://github.com/bitnami/charts/commit/d5f587b)), closes [#21184](https://github.com/bitnami/charts/issues/21184) +* [bitnami/*] Rename solutions to "Bitnami package for ..." (#21038) ([b82f979](https://github.com/bitnami/charts/commit/b82f979e4fb63423fe6e2192c946d09d79c944fc)), closes [#21038](https://github.com/bitnami/charts/issues/21038) +* [bitnami/wildfly] Release 17.1.5 updating components versions (#21184) ([d5f587b](https://github.com/bitnami/charts/commit/d5f587b6a65260baeebd7d651f58eb2c3b846ee6)), closes [#21184](https://github.com/bitnami/charts/issues/21184) ## 17.1.4 (2023-11-21) -* [bitnami/wildfly] Release 17.1.4 updating components versions (#21073) ([b93cd27](https://github.com/bitnami/charts/commit/b93cd27)), closes [#21073](https://github.com/bitnami/charts/issues/21073) +* [bitnami/wildfly] Release 17.1.4 updating components versions (#21073) ([b93cd27](https://github.com/bitnami/charts/commit/b93cd2742d7073b175091bdd97d8c3aad4bc3327)), closes [#21073](https://github.com/bitnami/charts/issues/21073) ## 17.1.3 (2023-11-20) -* [bitnami/*] Remove relative links to non-README sections, add verification for that and update TL;DR ([1103633](https://github.com/bitnami/charts/commit/1103633)), closes [#20967](https://github.com/bitnami/charts/issues/20967) -* [bitnami/wildfly] Release 17.1.3 updating components versions (#21072) ([37179bb](https://github.com/bitnami/charts/commit/37179bb)), closes [#21072](https://github.com/bitnami/charts/issues/21072) +* [bitnami/*] Remove relative links to non-README sections, add verification for that and update TL;DR ([1103633](https://github.com/bitnami/charts/commit/11036334d82df0490aa4abdb591543cab6cf7d7f)), closes [#20967](https://github.com/bitnami/charts/issues/20967) +* [bitnami/wildfly] Release 17.1.3 updating components versions (#21072) ([37179bb](https://github.com/bitnami/charts/commit/37179bb39c96eb5d77f7db6e1d3e8711d1d77f7d)), closes [#21072](https://github.com/bitnami/charts/issues/21072) ## 17.1.2 (2023-11-09) -* [bitnami/wildfly] Release 17.1.2 updating components versions (#20835) ([1d78b58](https://github.com/bitnami/charts/commit/1d78b58)), closes [#20835](https://github.com/bitnami/charts/issues/20835) +* [bitnami/wildfly] Release 17.1.2 updating components versions (#20835) ([1d78b58](https://github.com/bitnami/charts/commit/1d78b58cfa0f1787211e56b12045cd528f0ed433)), closes [#20835](https://github.com/bitnami/charts/issues/20835) ## 17.1.1 (2023-11-08) -* [bitnami/wildfly] Release 17.1.1 updating components versions (#20719) ([ae033d3](https://github.com/bitnami/charts/commit/ae033d3)), closes [#20719](https://github.com/bitnami/charts/issues/20719) +* [bitnami/wildfly] Release 17.1.1 updating components versions (#20719) ([ae033d3](https://github.com/bitnami/charts/commit/ae033d3dee16b3b4ce2070e28006ed8f4e2dd1cd)), closes [#20719](https://github.com/bitnami/charts/issues/20719) ## 17.1.0 (2023-11-06) -* [bitnami/wildfly] feat: :sparkles: Add support for PSA restricted policy (#20558) ([01f46ff](https://github.com/bitnami/charts/commit/01f46ff)), closes [#20558](https://github.com/bitnami/charts/issues/20558) +* [bitnami/wildfly] feat: :sparkles: Add support for PSA restricted policy (#20558) ([01f46ff](https://github.com/bitnami/charts/commit/01f46ffe9c4777f2a644cb661345531e7b16fc7d)), closes [#20558](https://github.com/bitnami/charts/issues/20558) ## 17.0.0 (2023-10-24) -* [bitnami/*] Rename VMware Application Catalog (#20361) ([3acc734](https://github.com/bitnami/charts/commit/3acc734)), closes [#20361](https://github.com/bitnami/charts/issues/20361) -* [bitnami/*] Skip image's tag in the README files of the Bitnami Charts (#19841) ([bb9a01b](https://github.com/bitnami/charts/commit/bb9a01b)), closes [#19841](https://github.com/bitnami/charts/issues/19841) -* [bitnami/*] Standardize documentation (#19835) ([af5f753](https://github.com/bitnami/charts/commit/af5f753)), closes [#19835](https://github.com/bitnami/charts/issues/19835) -* [bitnami/wildfly] Release 17.0.0 updating components versions (#20387) ([b36ae5d](https://github.com/bitnami/charts/commit/b36ae5d)), closes [#20387](https://github.com/bitnami/charts/issues/20387) +* [bitnami/*] Rename VMware Application Catalog (#20361) ([3acc734](https://github.com/bitnami/charts/commit/3acc73472beb6fb56c4d99f929061001205bc57e)), closes [#20361](https://github.com/bitnami/charts/issues/20361) +* [bitnami/*] Skip image's tag in the README files of the Bitnami Charts (#19841) ([bb9a01b](https://github.com/bitnami/charts/commit/bb9a01b65911c87e48318db922cc05eb42785e42)), closes [#19841](https://github.com/bitnami/charts/issues/19841) +* [bitnami/*] Standardize documentation (#19835) ([af5f753](https://github.com/bitnami/charts/commit/af5f7530c1bc8c5ded53a6c4f7b8f384ac1804f2)), closes [#19835](https://github.com/bitnami/charts/issues/19835) +* [bitnami/wildfly] Release 17.0.0 updating components versions (#20387) ([b36ae5d](https://github.com/bitnami/charts/commit/b36ae5de1806f5bf9200a20227547b267a8dc01d)), closes [#20387](https://github.com/bitnami/charts/issues/20387) ## 16.0.5 (2023-10-12) -* [bitnami/wildfly] Release 16.0.5 (#20197) ([5848193](https://github.com/bitnami/charts/commit/5848193)), closes [#20197](https://github.com/bitnami/charts/issues/20197) +* [bitnami/wildfly] Release 16.0.5 (#20197) ([5848193](https://github.com/bitnami/charts/commit/5848193e2edf7d962aff1634652f9ef51c53b0d3)), closes [#20197](https://github.com/bitnami/charts/issues/20197) ## 16.0.4 (2023-10-10) -* [bitnami/wildfly] Release 16.0.4 (#19969) ([c8265f6](https://github.com/bitnami/charts/commit/c8265f6)), closes [#19969](https://github.com/bitnami/charts/issues/19969) +* [bitnami/wildfly] Release 16.0.4 (#19969) ([c8265f6](https://github.com/bitnami/charts/commit/c8265f6ddec4894972094a63e642b0c6ff1192d2)), closes [#19969](https://github.com/bitnami/charts/issues/19969) ## 16.0.3 (2023-10-10) -* [bitnami/*] Update Helm charts prerequisites (#19745) ([eb755dd](https://github.com/bitnami/charts/commit/eb755dd)), closes [#19745](https://github.com/bitnami/charts/issues/19745) -* [bitnami/wildfly] Release 16.0.3 (#19950) ([4aa1bb7](https://github.com/bitnami/charts/commit/4aa1bb7)), closes [#19950](https://github.com/bitnami/charts/issues/19950) +* [bitnami/*] Update Helm charts prerequisites (#19745) ([eb755dd](https://github.com/bitnami/charts/commit/eb755dd36a4dd3cf6635be8e0598f9a7f4c4a554)), closes [#19745](https://github.com/bitnami/charts/issues/19745) +* [bitnami/wildfly] Release 16.0.3 (#19950) ([4aa1bb7](https://github.com/bitnami/charts/commit/4aa1bb796e02ef27f2649e1ba1f4a05c66ce35b4)), closes [#19950](https://github.com/bitnami/charts/issues/19950) ## 16.0.2 (2023-10-04) -* [bitnami/wildfly] Release 16.0.2 (#19758) ([5c15537](https://github.com/bitnami/charts/commit/5c15537)), closes [#19758](https://github.com/bitnami/charts/issues/19758) -* Autogenerate schema files (#19194) ([a2c2090](https://github.com/bitnami/charts/commit/a2c2090)), closes [#19194](https://github.com/bitnami/charts/issues/19194) -* Revert "Autogenerate schema files (#19194)" (#19335) ([73d80be](https://github.com/bitnami/charts/commit/73d80be)), closes [#19194](https://github.com/bitnami/charts/issues/19194) [#19335](https://github.com/bitnami/charts/issues/19335) +* [bitnami/wildfly] Release 16.0.2 (#19758) ([5c15537](https://github.com/bitnami/charts/commit/5c155376465438810c55d1830125190a5cd239e1)), closes [#19758](https://github.com/bitnami/charts/issues/19758) +* Autogenerate schema files (#19194) ([a2c2090](https://github.com/bitnami/charts/commit/a2c2090b5ac97f47b745c8028c6452bf99739772)), closes [#19194](https://github.com/bitnami/charts/issues/19194) +* Revert "Autogenerate schema files (#19194)" (#19335) ([73d80be](https://github.com/bitnami/charts/commit/73d80be525c88fb4b8a54451a55acd506e337062)), closes [#19194](https://github.com/bitnami/charts/issues/19194) [#19335](https://github.com/bitnami/charts/issues/19335) ## 16.0.1 (2023-09-06) -* [bitnami/wildfly: Use merge helper]: (#19116) ([06072fd](https://github.com/bitnami/charts/commit/06072fd)), closes [#19116](https://github.com/bitnami/charts/issues/19116) +* [bitnami/wildfly: Use merge helper]: (#19116) ([06072fd](https://github.com/bitnami/charts/commit/06072fd519a9598d8634d89db09c59ca6ca6e796)), closes [#19116](https://github.com/bitnami/charts/issues/19116) ## 16.0.0 (2023-09-04) -* [bitnami/wildfly] Release 16.0.0 (#19006) ([ac07a92](https://github.com/bitnami/charts/commit/ac07a92)), closes [#19006](https://github.com/bitnami/charts/issues/19006) +* [bitnami/wildfly] Release 16.0.0 (#19006) ([ac07a92](https://github.com/bitnami/charts/commit/ac07a92cb2d995523c99c352c06300f22b836ec9)), closes [#19006](https://github.com/bitnami/charts/issues/19006) ## 15.2.1 (2023-08-26) -* [bitnami/wildfly] Release 15.2.1 (#18876) ([b09fbea](https://github.com/bitnami/charts/commit/b09fbea)), closes [#18876](https://github.com/bitnami/charts/issues/18876) +* [bitnami/wildfly] Release 15.2.1 (#18876) ([b09fbea](https://github.com/bitnami/charts/commit/b09fbeac204563222b9969d9a7fde910d219ff01)), closes [#18876](https://github.com/bitnami/charts/issues/18876) ## 15.2.0 (2023-08-22) -* [bitnami/wildfly] Support for customizing standard labels (#18448) ([d56dec3](https://github.com/bitnami/charts/commit/d56dec3)), closes [#18448](https://github.com/bitnami/charts/issues/18448) +* [bitnami/wildfly] Support for customizing standard labels (#18448) ([d56dec3](https://github.com/bitnami/charts/commit/d56dec30d3704775e3d8914667c8185e857e34f5)), closes [#18448](https://github.com/bitnami/charts/issues/18448) ## 15.1.7 (2023-08-21) -* [bitnami/wildfly] Release 15.1.7 (#18728) ([eccfb71](https://github.com/bitnami/charts/commit/eccfb71)), closes [#18728](https://github.com/bitnami/charts/issues/18728) +* [bitnami/wildfly] Release 15.1.7 (#18728) ([eccfb71](https://github.com/bitnami/charts/commit/eccfb711431c2f96ba39a067eeb5f97b98398e4e)), closes [#18728](https://github.com/bitnami/charts/issues/18728) ## 15.1.6 (2023-08-17) -* [bitnami/wildfly] Release 15.1.6 (#18603) ([560f43b](https://github.com/bitnami/charts/commit/560f43b)), closes [#18603](https://github.com/bitnami/charts/issues/18603) +* [bitnami/wildfly] Release 15.1.6 (#18603) ([560f43b](https://github.com/bitnami/charts/commit/560f43beae690e1afadaf6624a6e92eb086e1b38)), closes [#18603](https://github.com/bitnami/charts/issues/18603) ## 15.1.5 (2023-07-26) -* [bitnami/wildfly] Release 15.1.5 (#17979) ([ada07fb](https://github.com/bitnami/charts/commit/ada07fb)), closes [#17979](https://github.com/bitnami/charts/issues/17979) +* [bitnami/wildfly] Release 15.1.5 (#17979) ([ada07fb](https://github.com/bitnami/charts/commit/ada07fb4d43166a1b7357e7d32370fcdb80d048f)), closes [#17979](https://github.com/bitnami/charts/issues/17979) ## 15.1.4 (2023-07-13) -* [bitnami/wildfly] Release 15.1.4 (#17670) ([bd0f5fb](https://github.com/bitnami/charts/commit/bd0f5fb)), closes [#17670](https://github.com/bitnami/charts/issues/17670) -* Add copyright header (#17300) ([da68be8](https://github.com/bitnami/charts/commit/da68be8)), closes [#17300](https://github.com/bitnami/charts/issues/17300) -* Use os-shell in tempate and Jaeger runtime params (#17557) ([91a49eb](https://github.com/bitnami/charts/commit/91a49eb)), closes [#17557](https://github.com/bitnami/charts/issues/17557) +* [bitnami/wildfly] Release 15.1.4 (#17670) ([bd0f5fb](https://github.com/bitnami/charts/commit/bd0f5fbad6abff5e6f2b9a7701e607e4ece34491)), closes [#17670](https://github.com/bitnami/charts/issues/17670) +* Add copyright header (#17300) ([da68be8](https://github.com/bitnami/charts/commit/da68be8e951225133c7dfb572d5101ca3d61c5ae)), closes [#17300](https://github.com/bitnami/charts/issues/17300) +* Use os-shell in tempate and Jaeger runtime params (#17557) ([91a49eb](https://github.com/bitnami/charts/commit/91a49eb1e3c81c7b7c6c28d1bc5d6d6ae698c1e2)), closes [#17557](https://github.com/bitnami/charts/issues/17557) ## 15.1.3 (2023-06-22) -* [bitnami/*] Change copyright section in READMEs (#17006) ([ef986a1](https://github.com/bitnami/charts/commit/ef986a1)), closes [#17006](https://github.com/bitnami/charts/issues/17006) -* [bitnami/several] Change copyright section in READMEs (#16989) ([5b6a5cf](https://github.com/bitnami/charts/commit/5b6a5cf)), closes [#16989](https://github.com/bitnami/charts/issues/16989) -* [bitnami/wildfly] Release 15.1.3 (#17318) ([165e29f](https://github.com/bitnami/charts/commit/165e29f)), closes [#17318](https://github.com/bitnami/charts/issues/17318) -* Update charts readme (#17217) ([31b3c0a](https://github.com/bitnami/charts/commit/31b3c0a)), closes [#17217](https://github.com/bitnami/charts/issues/17217) +* [bitnami/*] Change copyright section in READMEs (#17006) ([ef986a1](https://github.com/bitnami/charts/commit/ef986a1605241102b3dcafe9fd8089e6fc1201ad)), closes [#17006](https://github.com/bitnami/charts/issues/17006) +* [bitnami/several] Change copyright section in READMEs (#16989) ([5b6a5cf](https://github.com/bitnami/charts/commit/5b6a5cfb7625a751848a2e5cd796bd7278f406ca)), closes [#16989](https://github.com/bitnami/charts/issues/16989) +* [bitnami/wildfly] Release 15.1.3 (#17318) ([165e29f](https://github.com/bitnami/charts/commit/165e29f58b0377ccf1b16b04e288d1598a777d68)), closes [#17318](https://github.com/bitnami/charts/issues/17318) +* Update charts readme (#17217) ([31b3c0a](https://github.com/bitnami/charts/commit/31b3c0afd968ff4429107e34101f7509e6a0e913)), closes [#17217](https://github.com/bitnami/charts/issues/17217) ## 15.1.2 (2023-05-23) -* [bitnami/wildfly] Release 15.1.2 (#16888) ([4b0ed62](https://github.com/bitnami/charts/commit/4b0ed62)), closes [#16888](https://github.com/bitnami/charts/issues/16888) +* [bitnami/wildfly] Release 15.1.2 (#16888) ([4b0ed62](https://github.com/bitnami/charts/commit/4b0ed628d04c6d479c23dff928fc8a868f5997fb)), closes [#16888](https://github.com/bitnami/charts/issues/16888) ## 15.1.1 (2023-05-21) -* [bitnami/wildfly] Release 15.1.1 (#16805) ([0f55d23](https://github.com/bitnami/charts/commit/0f55d23)), closes [#16805](https://github.com/bitnami/charts/issues/16805) -* Add wording for enterprise page (#16560) ([8f22774](https://github.com/bitnami/charts/commit/8f22774)), closes [#16560](https://github.com/bitnami/charts/issues/16560) +* [bitnami/wildfly] Release 15.1.1 (#16805) ([0f55d23](https://github.com/bitnami/charts/commit/0f55d23fb0c55da91b6123795afb28c4802b1b26)), closes [#16805](https://github.com/bitnami/charts/issues/16805) +* Add wording for enterprise page (#16560) ([8f22774](https://github.com/bitnami/charts/commit/8f2277440b976d52785ba9149762ad8620a73d1f)), closes [#16560](https://github.com/bitnami/charts/issues/16560) ## 15.1.0 (2023-05-09) -* [bitnami/several] Adapt Chart.yaml to set desired OCI annotations (#16546) ([fc9b18f](https://github.com/bitnami/charts/commit/fc9b18f)), closes [#16546](https://github.com/bitnami/charts/issues/16546) +* [bitnami/several] Adapt Chart.yaml to set desired OCI annotations (#16546) ([fc9b18f](https://github.com/bitnami/charts/commit/fc9b18f2e98805d4df629acbcde696f44f973344)), closes [#16546](https://github.com/bitnami/charts/issues/16546) ## 15.0.1 (2023-05-09) -* [bitnami/wildfly] Release 15.0.1 (#16504) ([6fc5175](https://github.com/bitnami/charts/commit/6fc5175)), closes [#16504](https://github.com/bitnami/charts/issues/16504) +* [bitnami/wildfly] Release 15.0.1 (#16504) ([6fc5175](https://github.com/bitnami/charts/commit/6fc51751f0c0aa705aa50f215b6721bcbac4df3b)), closes [#16504](https://github.com/bitnami/charts/issues/16504) ## 15.0.0 (2023-05-03) -* [bitnami/wildfly] Release 15.0.0 (#16362) ([a6cbe4b](https://github.com/bitnami/charts/commit/a6cbe4b)), closes [#16362](https://github.com/bitnami/charts/issues/16362) +* [bitnami/wildfly] Release 15.0.0 (#16362) ([a6cbe4b](https://github.com/bitnami/charts/commit/a6cbe4b77cbf3ca329f95e75969201a9d14209de)), closes [#16362](https://github.com/bitnami/charts/issues/16362) ## 14.3.2 (2023-05-03) -* [bitnami/wildfly] Release 14.3.2 (#16351) ([b3396ca](https://github.com/bitnami/charts/commit/b3396ca)), closes [#16351](https://github.com/bitnami/charts/issues/16351) +* [bitnami/wildfly] Release 14.3.2 (#16351) ([b3396ca](https://github.com/bitnami/charts/commit/b3396caddde709cb1750af97debffc525965b2f3)), closes [#16351](https://github.com/bitnami/charts/issues/16351) ## 14.3.1 (2023-04-20) -* [bitnami/wildfly] Release 14.3.1 (#16139) ([72e1786](https://github.com/bitnami/charts/commit/72e1786)), closes [#16139](https://github.com/bitnami/charts/issues/16139) +* [bitnami/wildfly] Release 14.3.1 (#16139) ([72e1786](https://github.com/bitnami/charts/commit/72e17865f9421c49a01dae5ea8884fbc139f7541)), closes [#16139](https://github.com/bitnami/charts/issues/16139) ## 14.3.0 (2023-04-20) -* [bitnami/*] Make Helm charts 100% OCI (#15998) ([8841510](https://github.com/bitnami/charts/commit/8841510)), closes [#15998](https://github.com/bitnami/charts/issues/15998) +* [bitnami/*] Make Helm charts 100% OCI (#15998) ([8841510](https://github.com/bitnami/charts/commit/884151035efcbf2e1b3206e7def85511073fb57d)), closes [#15998](https://github.com/bitnami/charts/issues/15998) ## 14.2.3 (2023-04-01) -* [bitnami/wildfly] Release 14.2.3 (#15899) ([52ef407](https://github.com/bitnami/charts/commit/52ef407)), closes [#15899](https://github.com/bitnami/charts/issues/15899) +* [bitnami/wildfly] Release 14.2.3 (#15899) ([52ef407](https://github.com/bitnami/charts/commit/52ef407721df152a1af87f2eaf75f7e568ca793b)), closes [#15899](https://github.com/bitnami/charts/issues/15899) ## 14.2.2 (2023-03-19) -* [bitnami/charts] Apply linter to README files (#15357) ([0e29e60](https://github.com/bitnami/charts/commit/0e29e60)), closes [#15357](https://github.com/bitnami/charts/issues/15357) -* [bitnami/wildfly] Release 14.2.2 (#15622) ([11c7e79](https://github.com/bitnami/charts/commit/11c7e79)), closes [#15622](https://github.com/bitnami/charts/issues/15622) +* [bitnami/charts] Apply linter to README files (#15357) ([0e29e60](https://github.com/bitnami/charts/commit/0e29e600d3adc8b1b46e506eccb3decfab3b4e63)), closes [#15357](https://github.com/bitnami/charts/issues/15357) +* [bitnami/wildfly] Release 14.2.2 (#15622) ([11c7e79](https://github.com/bitnami/charts/commit/11c7e799f10bbb9093600ace3f5149171e26f3ce)), closes [#15622](https://github.com/bitnami/charts/issues/15622) ## 14.2.1 (2023-03-01) -* [bitnami/wildfly] Release 14.2.1 (#15256) ([5aaf2b4](https://github.com/bitnami/charts/commit/5aaf2b4)), closes [#15256](https://github.com/bitnami/charts/issues/15256) +* [bitnami/wildfly] Release 14.2.1 (#15256) ([5aaf2b4](https://github.com/bitnami/charts/commit/5aaf2b45b37cc1b574163b3976ef784280a756be)), closes [#15256](https://github.com/bitnami/charts/issues/15256) ## 14.2.0 (2023-02-21) -* Added priorityClassName prop to bitnami/wildfly (#15069) ([a2bedc6](https://github.com/bitnami/charts/commit/a2bedc6)), closes [#15069](https://github.com/bitnami/charts/issues/15069) +* Added priorityClassName prop to bitnami/wildfly (#15069) ([a2bedc6](https://github.com/bitnami/charts/commit/a2bedc6a9d4ff2e9552b50b0743738294d04fc6d)), closes [#15069](https://github.com/bitnami/charts/issues/15069) ## 14.1.5 (2023-02-17) -* [bitnami/*] Fix markdown linter issues (#14874) ([a51e0e8](https://github.com/bitnami/charts/commit/a51e0e8)), closes [#14874](https://github.com/bitnami/charts/issues/14874) -* [bitnami/*] Fix markdown linter issues 2 (#14890) ([aa96572](https://github.com/bitnami/charts/commit/aa96572)), closes [#14890](https://github.com/bitnami/charts/issues/14890) -* [bitnami/*] Remove unexpected extra spaces (#14873) ([c97c714](https://github.com/bitnami/charts/commit/c97c714)), closes [#14873](https://github.com/bitnami/charts/issues/14873) -* [bitnami/wildfly] Release 14.1.5 (#15027) ([0a7c8fe](https://github.com/bitnami/charts/commit/0a7c8fe)), closes [#15027](https://github.com/bitnami/charts/issues/15027) +* [bitnami/*] Fix markdown linter issues (#14874) ([a51e0e8](https://github.com/bitnami/charts/commit/a51e0e8d35495b907f3e70dd2f8e7c3bcbf4166a)), closes [#14874](https://github.com/bitnami/charts/issues/14874) +* [bitnami/*] Fix markdown linter issues 2 (#14890) ([aa96572](https://github.com/bitnami/charts/commit/aa9657237ee8df4a46db0d7fdf8a23230dd6902a)), closes [#14890](https://github.com/bitnami/charts/issues/14890) +* [bitnami/*] Remove unexpected extra spaces (#14873) ([c97c714](https://github.com/bitnami/charts/commit/c97c714887380d47eae7bfeff316bf01595ecd1d)), closes [#14873](https://github.com/bitnami/charts/issues/14873) +* [bitnami/wildfly] Release 14.1.5 (#15027) ([0a7c8fe](https://github.com/bitnami/charts/commit/0a7c8fe14eb9a652248fdb4dba78c9bc1dd63adf)), closes [#15027](https://github.com/bitnami/charts/issues/15027) ## 14.1.4 (2023-02-03) -* [bitnami/wildfly] Release 14.1.4 (#14745) ([c876200](https://github.com/bitnami/charts/commit/c876200)), closes [#14745](https://github.com/bitnami/charts/issues/14745) +* [bitnami/wildfly] Release 14.1.4 (#14745) ([c876200](https://github.com/bitnami/charts/commit/c8762003bac9e3b02a27a11ac855dc203a321e3e)), closes [#14745](https://github.com/bitnami/charts/issues/14745) ## 14.1.3 (2023-02-01) -* [bitnami/*] Change copyright date (#14682) ([add4ec7](https://github.com/bitnami/charts/commit/add4ec7)), closes [#14682](https://github.com/bitnami/charts/issues/14682) -* [bitnami/wildfly] Release 14.1.3 (#14697) ([b18c851](https://github.com/bitnami/charts/commit/b18c851)), closes [#14697](https://github.com/bitnami/charts/issues/14697) +* [bitnami/*] Change copyright date (#14682) ([add4ec7](https://github.com/bitnami/charts/commit/add4ec701108ac36ed4de2dffbdf407a0d091067)), closes [#14682](https://github.com/bitnami/charts/issues/14682) +* [bitnami/wildfly] Release 14.1.3 (#14697) ([b18c851](https://github.com/bitnami/charts/commit/b18c851fa42fd033519dbccd5b924434dbef9a53)), closes [#14697](https://github.com/bitnami/charts/issues/14697) ## 14.1.2 (2023-01-31) -* [bitnami/*] Unify READMEs (#14472) ([2064fb8](https://github.com/bitnami/charts/commit/2064fb8)), closes [#14472](https://github.com/bitnami/charts/issues/14472) -* [bitnami/wildfly] Don't regenerate self-signed certs on upgrade (#14666) ([d6096b4](https://github.com/bitnami/charts/commit/d6096b4)), closes [#14666](https://github.com/bitnami/charts/issues/14666) +* [bitnami/*] Unify READMEs (#14472) ([2064fb8](https://github.com/bitnami/charts/commit/2064fb8dcc78a845cdede8211af8c3cc52551161)), closes [#14472](https://github.com/bitnami/charts/issues/14472) +* [bitnami/wildfly] Don't regenerate self-signed certs on upgrade (#14666) ([d6096b4](https://github.com/bitnami/charts/commit/d6096b43ca701d6c73d45c60d588b2ad5ed1b3c2)), closes [#14666](https://github.com/bitnami/charts/issues/14666) ## 14.1.1 (2023-01-19) -* [bitnami/wildfly] Release 14.1.1 (#14459) ([aeaf4f1](https://github.com/bitnami/charts/commit/aeaf4f1)), closes [#14459](https://github.com/bitnami/charts/issues/14459) +* [bitnami/wildfly] Release 14.1.1 (#14459) ([aeaf4f1](https://github.com/bitnami/charts/commit/aeaf4f1cf36cfb54ab01a62f3f6c8e430580ab49)), closes [#14459](https://github.com/bitnami/charts/issues/14459) ## 14.1.0 (2023-01-17) -* [bitnami/wildfly] Allow definition of additional container ports (#14268) ([192af68](https://github.com/bitnami/charts/commit/192af68)), closes [#14268](https://github.com/bitnami/charts/issues/14268) +* [bitnami/wildfly] Allow definition of additional container ports (#14268) ([192af68](https://github.com/bitnami/charts/commit/192af68dbf9766790d4d72c64a4e7f9982d8ca49)), closes [#14268](https://github.com/bitnami/charts/issues/14268) ## 14.0.3 (2023-01-16) -* [bitnami/*] Add license annotation and remove obsolete engine parameter (#14293) ([da2a794](https://github.com/bitnami/charts/commit/da2a794)), closes [#14293](https://github.com/bitnami/charts/issues/14293) -* [bitnami/*] Change licenses annotation format (#14377) ([0ab7608](https://github.com/bitnami/charts/commit/0ab7608)), closes [#14377](https://github.com/bitnami/charts/issues/14377) -* [bitnami/wildfly] Release 14.0.3 (#14367) ([4ffe013](https://github.com/bitnami/charts/commit/4ffe013)), closes [#14367](https://github.com/bitnami/charts/issues/14367) +* [bitnami/*] Add license annotation and remove obsolete engine parameter (#14293) ([da2a794](https://github.com/bitnami/charts/commit/da2a7943bae95b6e9b5b4ed972c15e990b69fdb0)), closes [#14293](https://github.com/bitnami/charts/issues/14293) +* [bitnami/*] Change licenses annotation format (#14377) ([0ab7608](https://github.com/bitnami/charts/commit/0ab760862c660fcc78cffadf8e1d8cdd70881473)), closes [#14377](https://github.com/bitnami/charts/issues/14377) +* [bitnami/wildfly] Release 14.0.3 (#14367) ([4ffe013](https://github.com/bitnami/charts/commit/4ffe013af9f7bc967bf44d6091ee4727bc3d8b28)), closes [#14367](https://github.com/bitnami/charts/issues/14367) ## 14.0.2 (2022-12-16) -* [bitnami/wildfly] Release 14.0.2 (#13997) ([ed4939b](https://github.com/bitnami/charts/commit/ed4939b)), closes [#13997](https://github.com/bitnami/charts/issues/13997) +* [bitnami/wildfly] Release 14.0.2 (#13997) ([ed4939b](https://github.com/bitnami/charts/commit/ed4939b40ec43af1a92df5ecf793abe78e1b47d6)), closes [#13997](https://github.com/bitnami/charts/issues/13997) ## 14.0.1 (2022-11-25) -* [bitnami/wildfly] Release 14.0.1 (#13697) ([090f519](https://github.com/bitnami/charts/commit/090f519)), closes [#13697](https://github.com/bitnami/charts/issues/13697) +* [bitnami/wildfly] Release 14.0.1 (#13697) ([090f519](https://github.com/bitnami/charts/commit/090f51993c478756205ce94bbc7ecad9c009374f)), closes [#13697](https://github.com/bitnami/charts/issues/13697) ## 14.0.0 (2022-11-16) -* [bitnami/wildfly] Release 14.0.0 (#13510) ([d68efac](https://github.com/bitnami/charts/commit/d68efac)), closes [#13510](https://github.com/bitnami/charts/issues/13510) +* [bitnami/wildfly] Release 14.0.0 (#13510) ([d68efac](https://github.com/bitnami/charts/commit/d68efac64f38f7cec4af097270e2af5c594f7259)), closes [#13510](https://github.com/bitnami/charts/issues/13510) ## 13.5.8 (2022-11-14) -* adjust the naming style for resources to make them not pass the length limit (#13471) ([98ceff1](https://github.com/bitnami/charts/commit/98ceff1)), closes [#13471](https://github.com/bitnami/charts/issues/13471) +* adjust the naming style for resources to make them not pass the length limit (#13471) ([98ceff1](https://github.com/bitnami/charts/commit/98ceff1abfc012a374936453ad4a18645adc331e)), closes [#13471](https://github.com/bitnami/charts/issues/13471) ## 13.5.7 (2022-11-08) -* [bitnami/wildfly] Release 13.5.7 (#13391) ([71006d1](https://github.com/bitnami/charts/commit/71006d1)), closes [#13391](https://github.com/bitnami/charts/issues/13391) +* [bitnami/wildfly] Release 13.5.7 (#13391) ([71006d1](https://github.com/bitnami/charts/commit/71006d1ba8fc186e7225b89bba594269990fcd7e)), closes [#13391](https://github.com/bitnami/charts/issues/13391) ## 13.5.6 (2022-10-30) -* [bitnami/*] Use new default branch name in links (#12943) ([a529e02](https://github.com/bitnami/charts/commit/a529e02)), closes [#12943](https://github.com/bitnami/charts/issues/12943) -* [bitnami/wildfly] Release 13.5.6 (#13256) ([f544704](https://github.com/bitnami/charts/commit/f544704)), closes [#13256](https://github.com/bitnami/charts/issues/13256) -* Generic README instructions related to the repo (#12792) ([3cf6b10](https://github.com/bitnami/charts/commit/3cf6b10)), closes [#12792](https://github.com/bitnami/charts/issues/12792) +* [bitnami/*] Use new default branch name in links (#12943) ([a529e02](https://github.com/bitnami/charts/commit/a529e02597d49d944eba1eb0f190713293247176)), closes [#12943](https://github.com/bitnami/charts/issues/12943) +* [bitnami/wildfly] Release 13.5.6 (#13256) ([f544704](https://github.com/bitnami/charts/commit/f544704498e4772aa984e4dc9b8143cb269ad094)), closes [#13256](https://github.com/bitnami/charts/issues/13256) +* Generic README instructions related to the repo (#12792) ([3cf6b10](https://github.com/bitnami/charts/commit/3cf6b10e10e60df4b3e191d6b99aa99a9f597755)), closes [#12792](https://github.com/bitnami/charts/issues/12792) ## 13.5.5 (2022-09-30) -* [bitnami/wildfly] Release 13.5.5 (#12777) ([f2ee34f](https://github.com/bitnami/charts/commit/f2ee34f)), closes [#12777](https://github.com/bitnami/charts/issues/12777) +* [bitnami/wildfly] Release 13.5.5 (#12777) ([f2ee34f](https://github.com/bitnami/charts/commit/f2ee34f732e22e3a60a6406eaa021ce0b240515b)), closes [#12777](https://github.com/bitnami/charts/issues/12777) ## 13.5.4 (2022-09-20) -* [bitnami/wildfly] Use custom probes if given (#12568) ([8cede00](https://github.com/bitnami/charts/commit/8cede00)), closes [#12568](https://github.com/bitnami/charts/issues/12568) [#12354](https://github.com/bitnami/charts/issues/12354) +* [bitnami/wildfly] Use custom probes if given (#12568) ([8cede00](https://github.com/bitnami/charts/commit/8cede00d6ea631df5e2b1a001c7bd14f8d50bed7)), closes [#12568](https://github.com/bitnami/charts/issues/12568) [#12354](https://github.com/bitnami/charts/issues/12354) ## 13.5.3 (2022-08-31) -* [bitnami/wildfly] Release 13.5.3 (#12239) ([3f79fd8](https://github.com/bitnami/charts/commit/3f79fd8)), closes [#12239](https://github.com/bitnami/charts/issues/12239) +* [bitnami/wildfly] Release 13.5.3 (#12239) ([3f79fd8](https://github.com/bitnami/charts/commit/3f79fd8846df8b2b4fa4764232968e517fa9ec80)), closes [#12239](https://github.com/bitnami/charts/issues/12239) ## 13.5.2 (2022-08-25) -* [bitnami/wildfly] Release 13.5.2 (#12153) ([42113bc](https://github.com/bitnami/charts/commit/42113bc)), closes [#12153](https://github.com/bitnami/charts/issues/12153) +* [bitnami/wildfly] Release 13.5.2 (#12153) ([42113bc](https://github.com/bitnami/charts/commit/42113bc99a8e7e0abb837aba9b7290ff70470751)), closes [#12153](https://github.com/bitnami/charts/issues/12153) ## 13.5.1 (2022-08-23) -* [bitnami/wildfly] Update Chart.lock (#12062) ([25c7776](https://github.com/bitnami/charts/commit/25c7776)), closes [#12062](https://github.com/bitnami/charts/issues/12062) +* [bitnami/wildfly] Update Chart.lock (#12062) ([25c7776](https://github.com/bitnami/charts/commit/25c777671d72179f1ac5dd8649222c7e61116129)), closes [#12062](https://github.com/bitnami/charts/issues/12062) ## 13.5.0 (2022-08-22) -* [bitnami/wildfly] Add support for image digest apart from tag (#11950) ([00f64ea](https://github.com/bitnami/charts/commit/00f64ea)), closes [#11950](https://github.com/bitnami/charts/issues/11950) +* [bitnami/wildfly] Add support for image digest apart from tag (#11950) ([00f64ea](https://github.com/bitnami/charts/commit/00f64ea5a2001767e1d9551d7461b74da5177966)), closes [#11950](https://github.com/bitnami/charts/issues/11950) ## 13.4.1 (2022-08-17) -* [bitnami/wildfly] Release 13.4.1 updating components versions ([1c2b009](https://github.com/bitnami/charts/commit/1c2b009)) +* [bitnami/wildfly] Release 13.4.1 updating components versions ([1c2b009](https://github.com/bitnami/charts/commit/1c2b00902b3e754d8de7feb345a8c2bc7e31fe7f)) ## 13.4.0 (2022-08-11) -* [bitnami/wildfly]: add serviceAccountName property (#11706) ([1991fcd](https://github.com/bitnami/charts/commit/1991fcd)), closes [#11706](https://github.com/bitnami/charts/issues/11706) +* [bitnami/wildfly]: add serviceAccountName property (#11706) ([1991fcd](https://github.com/bitnami/charts/commit/1991fcdccee03bd5fcfd8ff96bd604b59636a678)), closes [#11706](https://github.com/bitnami/charts/issues/11706) ## 13.3.15 (2022-08-09) -* [bitnami/wildfly] Release 13.3.15 updating components versions ([c3398cd](https://github.com/bitnami/charts/commit/c3398cd)) +* [bitnami/wildfly] Release 13.3.15 updating components versions ([c3398cd](https://github.com/bitnami/charts/commit/c3398cdc102f27153a101e5ab58bbe5ac1abe886)) ## 13.3.14 (2022-08-09) -* [bitnami/wildfly] Release 13.3.14 updating components versions ([3f5a96e](https://github.com/bitnami/charts/commit/3f5a96e)) +* [bitnami/wildfly] Release 13.3.14 updating components versions ([3f5a96e](https://github.com/bitnami/charts/commit/3f5a96ea95639026d47a0e94824ce20a2cdcf39d)) ## 13.3.13 (2022-08-02) -* [bitnami/wildfly] Release 13.3.13 updating components versions ([fe85bd5](https://github.com/bitnami/charts/commit/fe85bd5)) +* [bitnami/wildfly] Release 13.3.13 updating components versions ([fe85bd5](https://github.com/bitnami/charts/commit/fe85bd5481f306bfa33b902fa7ce16a2926dcb5c)) ## 13.3.12 (2022-07-28) -* [bitnami/*] Update URLs to point to the new bitnami/containers monorepo (#11352) ([d665af0](https://github.com/bitnami/charts/commit/d665af0)), closes [#11352](https://github.com/bitnami/charts/issues/11352) -* [bitnami/wildfly] Release 13.3.12 updating components versions ([8d4fe7c](https://github.com/bitnami/charts/commit/8d4fe7c)) +* [bitnami/*] Update URLs to point to the new bitnami/containers monorepo (#11352) ([d665af0](https://github.com/bitnami/charts/commit/d665af0c708846192d8d5fb2f5f9ea65dd464ab0)), closes [#11352](https://github.com/bitnami/charts/issues/11352) +* [bitnami/wildfly] Release 13.3.12 updating components versions ([8d4fe7c](https://github.com/bitnami/charts/commit/8d4fe7cf8ab4861f0b6b556fd25388b8af4beada)) ## 13.3.11 (2022-06-28) -* [bitnami/wildfly] Release 13.3.11 updating components versions ([05c48eb](https://github.com/bitnami/charts/commit/05c48eb)) +* [bitnami/wildfly] Release 13.3.11 updating components versions ([05c48eb](https://github.com/bitnami/charts/commit/05c48eb9b939333e0c138aa300cb3d6ee431b1db)) ## 13.3.10 (2022-06-15) -* [bitnami/wildfly] Release 13.3.10 updating components versions ([aa44e5f](https://github.com/bitnami/charts/commit/aa44e5f)) +* [bitnami/wildfly] Release 13.3.10 updating components versions ([aa44e5f](https://github.com/bitnami/charts/commit/aa44e5fbedff8cd31bbe583ae38ab5acf6ab81b0)) ## 13.3.9 (2022-06-10) -* [bitnami/wildfly] Release 13.3.9 updating components versions ([e94dcc3](https://github.com/bitnami/charts/commit/e94dcc3)) +* [bitnami/wildfly] Release 13.3.9 updating components versions ([e94dcc3](https://github.com/bitnami/charts/commit/e94dcc31cab58dc913570bb044c2299c49a40e6a)) ## 13.3.8 (2022-06-07) -* [bitnami/*] Replace Kubeapps URL in READMEs (and kubeapps Chart.yaml) and remove BKPR references (#1 ([c6a7914](https://github.com/bitnami/charts/commit/c6a7914)), closes [#10600](https://github.com/bitnami/charts/issues/10600) -* Fix tolerations and topologySpreadConstraints default values (#10620) ([8127a23](https://github.com/bitnami/charts/commit/8127a23)), closes [#10620](https://github.com/bitnami/charts/issues/10620) +* [bitnami/*] Replace Kubeapps URL in READMEs (and kubeapps Chart.yaml) and remove BKPR references (#1 ([c6a7914](https://github.com/bitnami/charts/commit/c6a7914361e5aea6016fb45bf4d621edfd111d32)), closes [#10600](https://github.com/bitnami/charts/issues/10600) +* Fix tolerations and topologySpreadConstraints default values (#10620) ([8127a23](https://github.com/bitnami/charts/commit/8127a23b9f7b171238c686c7587c749438485607)), closes [#10620](https://github.com/bitnami/charts/issues/10620) ## 13.3.7 (2022-06-06) -* [bitnami/wildfly] Release 13.3.7 updating components versions ([4b73cb3](https://github.com/bitnami/charts/commit/4b73cb3)) +* [bitnami/wildfly] Release 13.3.7 updating components versions ([4b73cb3](https://github.com/bitnami/charts/commit/4b73cb3347aa2f67d0eef097c35e3cc930b81070)) ## 13.3.6 (2022-06-01) -* [bitnami/several] Replace maintainers email by url (#10523) ([ff3cf61](https://github.com/bitnami/charts/commit/ff3cf61)), closes [#10523](https://github.com/bitnami/charts/issues/10523) +* [bitnami/several] Replace maintainers email by url (#10523) ([ff3cf61](https://github.com/bitnami/charts/commit/ff3cf617a1680509b0f3855d17c4ccff7b29a0ff)), closes [#10523](https://github.com/bitnami/charts/issues/10523) ## 13.3.5 (2022-05-30) -* [bitnami/several] Replace base64 --decode with base64 -d (#10495) ([099286a](https://github.com/bitnami/charts/commit/099286a)), closes [#10495](https://github.com/bitnami/charts/issues/10495) +* [bitnami/several] Replace base64 --decode with base64 -d (#10495) ([099286a](https://github.com/bitnami/charts/commit/099286ae7a87784cf809df0b64ab24f7ff0144c8)), closes [#10495](https://github.com/bitnami/charts/issues/10495) ## 13.3.4 (2022-05-21) -* [bitnami/wildfly] Release 13.3.4 updating components versions ([e6aecfe](https://github.com/bitnami/charts/commit/e6aecfe)) +* [bitnami/wildfly] Release 13.3.4 updating components versions ([e6aecfe](https://github.com/bitnami/charts/commit/e6aecfee70be61584864d3aa32ec563e21e89d65)) ## 13.3.3 (2022-05-20) -* [bitnami/wildfly] Release 13.3.3 updating components versions ([fb3659a](https://github.com/bitnami/charts/commit/fb3659a)) +* [bitnami/wildfly] Release 13.3.3 updating components versions ([fb3659a](https://github.com/bitnami/charts/commit/fb3659acb2da09702d2b3d5d46ca0d5abdf3ccbd)) ## 13.3.2 (2022-05-19) -* [bitnami/wildfly] Release 13.3.2 updating components versions ([976aacd](https://github.com/bitnami/charts/commit/976aacd)) +* [bitnami/wildfly] Release 13.3.2 updating components versions ([976aacd](https://github.com/bitnami/charts/commit/976aacdd3fc3062b7e5477ceeb1e98264ba8e558)) ## 13.3.1 (2022-05-18) -* [bitnami/wildfly] Release 13.3.1 updating components versions ([ee92e61](https://github.com/bitnami/charts/commit/ee92e61)) +* [bitnami/wildfly] Release 13.3.1 updating components versions ([ee92e61](https://github.com/bitnami/charts/commit/ee92e61fa83d22cb90ce5059edf87f720da0c8b8)) ## 13.3.0 (2022-05-16) -* [bitnami/*] add ingress extraRules feature (#10253) ([0f6cbb9](https://github.com/bitnami/charts/commit/0f6cbb9)), closes [#10253](https://github.com/bitnami/charts/issues/10253) -* [bitnami/*] Remove old 'ci' files (#10171) ([5df30c4](https://github.com/bitnami/charts/commit/5df30c4)), closes [#10171](https://github.com/bitnami/charts/issues/10171) +* [bitnami/*] add ingress extraRules feature (#10253) ([0f6cbb9](https://github.com/bitnami/charts/commit/0f6cbb9099b0e56685cc1d36ba50340f3d7278a1)), closes [#10253](https://github.com/bitnami/charts/issues/10253) +* [bitnami/*] Remove old 'ci' files (#10171) ([5df30c4](https://github.com/bitnami/charts/commit/5df30c44dbd1812da8786579ce4a94917d46a6ad)), closes [#10171](https://github.com/bitnami/charts/issues/10171) ## 13.2.8 (2022-05-11) -* [bitnami/*] Fix typo in comments (relay -> rely) (#10151) ([9cfe4a4](https://github.com/bitnami/charts/commit/9cfe4a4)), closes [#10151](https://github.com/bitnami/charts/issues/10151) +* [bitnami/*] Fix typo in comments (relay -> rely) (#10151) ([9cfe4a4](https://github.com/bitnami/charts/commit/9cfe4a48cc35851faea6be7ffb2a978d223befa0)), closes [#10151](https://github.com/bitnami/charts/issues/10151) ## 13.2.7 (2022-04-20) -* [bitnami/wildfly] Release 13.2.7 updating components versions ([71b7b86](https://github.com/bitnami/charts/commit/71b7b86)) +* [bitnami/wildfly] Release 13.2.7 updating components versions ([71b7b86](https://github.com/bitnami/charts/commit/71b7b86393cce1466c8d625195ad80d5d66c60c4)) ## 13.2.6 (2022-04-19) -* [bitnami/wildfly] Release 13.2.6 updating components versions ([fc18ee1](https://github.com/bitnami/charts/commit/fc18ee1)) +* [bitnami/wildfly] Release 13.2.6 updating components versions ([fc18ee1](https://github.com/bitnami/charts/commit/fc18ee10d52e061730197f5975ce6976fb699f40)) ## 13.2.5 (2022-04-15) -* [bitnami/wildfly] Release 13.2.5 updating components versions ([6a0f3ad](https://github.com/bitnami/charts/commit/6a0f3ad)) +* [bitnami/wildfly] Release 13.2.5 updating components versions ([6a0f3ad](https://github.com/bitnami/charts/commit/6a0f3ad9153a79d7f6e66d50494d741d870b9383)) ## 13.2.4 (2022-04-02) -* [bitnami/wildfly] Release 13.2.4 updating components versions ([d7e7f54](https://github.com/bitnami/charts/commit/d7e7f54)) +* [bitnami/wildfly] Release 13.2.4 updating components versions ([d7e7f54](https://github.com/bitnami/charts/commit/d7e7f5438a2ac582249be87d6e046da3bd28cf83)) ## 13.2.3 (2022-03-28) -* [bitnami/wildfly] Release 13.2.3 updating components versions ([4f744d6](https://github.com/bitnami/charts/commit/4f744d6)) +* [bitnami/wildfly] Release 13.2.3 updating components versions ([4f744d6](https://github.com/bitnami/charts/commit/4f744d6d562b23598727962d46ee88f19f299f69)) ## 13.2.2 (2022-03-27) -* [bitnami/wildfly] Release 13.2.2 updating components versions ([f9d5007](https://github.com/bitnami/charts/commit/f9d5007)) +* [bitnami/wildfly] Release 13.2.2 updating components versions ([f9d5007](https://github.com/bitnami/charts/commit/f9d5007dd42d7bba9b15fac71f369d3e6577a93e)) ## 13.2.1 (2022-03-16) -* [bitnami/wildfly] Release 13.2.1 updating components versions ([c687059](https://github.com/bitnami/charts/commit/c687059)) +* [bitnami/wildfly] Release 13.2.1 updating components versions ([c687059](https://github.com/bitnami/charts/commit/c6870594eb9992ae2ec5c699b1811de1629b7c5d)) ## 13.2.0 (2022-03-04) -* [bitnami/wildfly] Chart standardisation (#9210) ([578e0b7](https://github.com/bitnami/charts/commit/578e0b7)), closes [#9210](https://github.com/bitnami/charts/issues/9210) +* [bitnami/wildfly] Chart standardisation (#9210) ([578e0b7](https://github.com/bitnami/charts/commit/578e0b7e80bb73acb9879bc8d196710fce6c7403)), closes [#9210](https://github.com/bitnami/charts/issues/9210) ## 13.1.6 (2022-02-27) -* [bitnami/wildfly] Release 13.1.6 updating components versions ([33b5c9e](https://github.com/bitnami/charts/commit/33b5c9e)) +* [bitnami/wildfly] Release 13.1.6 updating components versions ([33b5c9e](https://github.com/bitnami/charts/commit/33b5c9e6f555a6a0d4ded68d451ed631f1c69155)) ## 13.1.5 (2022-02-21) -* [bitnami/wildfly] Release 13.1.5 updating components versions ([a58b51d](https://github.com/bitnami/charts/commit/a58b51d)) +* [bitnami/wildfly] Release 13.1.5 updating components versions ([a58b51d](https://github.com/bitnami/charts/commit/a58b51d12e1d6e6993c33400a866bd470091312b)) ## 13.1.4 (2022-02-09) -* [bitnami/*] Fix non-utf8 characters (#8826) ([aebe0ed](https://github.com/bitnami/charts/commit/aebe0ed)), closes [#8826](https://github.com/bitnami/charts/issues/8826) -* [bitnami/wildfly] Release 13.1.4 updating components versions ([5631947](https://github.com/bitnami/charts/commit/5631947)) +* [bitnami/*] Fix non-utf8 characters (#8826) ([aebe0ed](https://github.com/bitnami/charts/commit/aebe0ed63d845e1e2b38751103810adf200b18f5)), closes [#8826](https://github.com/bitnami/charts/issues/8826) +* [bitnami/wildfly] Release 13.1.4 updating components versions ([5631947](https://github.com/bitnami/charts/commit/56319475e9d3333d62d3ca9489751371388eb51e)) ## 13.1.3 (2022-01-21) -* [bitnami/several] Change prerequisites (#8725) ([8d740c5](https://github.com/bitnami/charts/commit/8d740c5)), closes [#8725](https://github.com/bitnami/charts/issues/8725) -* [bitnami/wildfly] Release 13.1.3 updating components versions ([c90f7bc](https://github.com/bitnami/charts/commit/c90f7bc)) +* [bitnami/several] Change prerequisites (#8725) ([8d740c5](https://github.com/bitnami/charts/commit/8d740c566cfdb7e2d933c40128b4e919fce953a5)), closes [#8725](https://github.com/bitnami/charts/issues/8725) +* [bitnami/wildfly] Release 13.1.3 updating components versions ([c90f7bc](https://github.com/bitnami/charts/commit/c90f7bc40b78f4e52e64ff90a176a8014cb55654)) ## 13.1.2 (2022-01-19) -* [bitnami/*] Readme automation (#8579) ([78d1938](https://github.com/bitnami/charts/commit/78d1938)), closes [#8579](https://github.com/bitnami/charts/issues/8579) -* [bitnami/*] Update READMEs (#8716) ([b9a9533](https://github.com/bitnami/charts/commit/b9a9533)), closes [#8716](https://github.com/bitnami/charts/issues/8716) -* [bitnami/wildfly] Release 13.1.2 updating components versions ([f921881](https://github.com/bitnami/charts/commit/f921881)) +* [bitnami/*] Readme automation (#8579) ([78d1938](https://github.com/bitnami/charts/commit/78d193831c900d178198491ffd08fa2217a64ecd)), closes [#8579](https://github.com/bitnami/charts/issues/8579) +* [bitnami/*] Update READMEs (#8716) ([b9a9533](https://github.com/bitnami/charts/commit/b9a953337590eb2979453385874a267bacf50936)), closes [#8716](https://github.com/bitnami/charts/issues/8716) +* [bitnami/wildfly] Release 13.1.2 updating components versions ([f921881](https://github.com/bitnami/charts/commit/f921881ba49eaf3dc00a9ab49bc91f344dcbc7d1)) ## 13.1.1 (2022-01-11) -* [bitnami/wildfly] Release 13.1.1 updating components versions ([23c7987](https://github.com/bitnami/charts/commit/23c7987)) +* [bitnami/wildfly] Release 13.1.1 updating components versions ([23c7987](https://github.com/bitnami/charts/commit/23c798782fc46318e95fdcd401ada4ac230ca9a3)) ## 13.1.0 (2022-01-05) -* [bitnami/several] Adapt templating format (#8562) ([8cad18a](https://github.com/bitnami/charts/commit/8cad18a)), closes [#8562](https://github.com/bitnami/charts/issues/8562) -* [bitnami/several] Add license to the README ([05f7633](https://github.com/bitnami/charts/commit/05f7633)) -* [bitnami/several] Add license to the README ([32fb238](https://github.com/bitnami/charts/commit/32fb238)) -* [bitnami/several] Add license to the README ([b87c2f7](https://github.com/bitnami/charts/commit/b87c2f7)) +* [bitnami/several] Adapt templating format (#8562) ([8cad18a](https://github.com/bitnami/charts/commit/8cad18aed9966a6f0208e5ad6cee46cb217f47ab)), closes [#8562](https://github.com/bitnami/charts/issues/8562) +* [bitnami/several] Add license to the README ([05f7633](https://github.com/bitnami/charts/commit/05f763372501d596e57db713dd53ff4ff3027cc4)) +* [bitnami/several] Add license to the README ([32fb238](https://github.com/bitnami/charts/commit/32fb238e60a0affc6debd3142eaa3c3d9089ec2a)) +* [bitnami/several] Add license to the README ([b87c2f7](https://github.com/bitnami/charts/commit/b87c2f7899d48a8b02c506765e6ae82937e9ba3f)) ## 13.0.0 (2021-12-29) -* [bitnami/wildfly] Release 13.0.0 updating components versions ([4fff21f](https://github.com/bitnami/charts/commit/4fff21f)) +* [bitnami/wildfly] Release 13.0.0 updating components versions ([4fff21f](https://github.com/bitnami/charts/commit/4fff21ffe6c9b38f7ae19051360749996bfa3036)) ## 12.0.2 (2021-12-05) -* [bitnami/wildfly] Release 12.0.2 updating components versions ([d48f9a5](https://github.com/bitnami/charts/commit/d48f9a5)) +* [bitnami/wildfly] Release 12.0.2 updating components versions ([d48f9a5](https://github.com/bitnami/charts/commit/d48f9a56ed6e670c56a07648a11325e7a9b1c67c)) ## 12.0.1 (2021-11-29) -* [bitnami/several] Regenerate README tables ([ef52074](https://github.com/bitnami/charts/commit/ef52074)) -* [bitnami/several] Replace HTTP by HTTPS when possible (#8259) ([eafb5bd](https://github.com/bitnami/charts/commit/eafb5bd)), closes [#8259](https://github.com/bitnami/charts/issues/8259) +* [bitnami/several] Regenerate README tables ([ef52074](https://github.com/bitnami/charts/commit/ef52074d5f3dd00218322cd201f83ee55f9dd1e6)) +* [bitnami/several] Replace HTTP by HTTPS when possible (#8259) ([eafb5bd](https://github.com/bitnami/charts/commit/eafb5bd5a2cc3aaf04fc1e8ebedd73f420d76864)), closes [#8259](https://github.com/bitnami/charts/issues/8259) ## 12.0.0 (2021-11-05) -* [bitnami/several] Regenerate README tables ([412cf6a](https://github.com/bitnami/charts/commit/412cf6a)) -* [bitnami/wildfly] Release 12.0.0 updating components versions ([737f61b](https://github.com/bitnami/charts/commit/737f61b)) +* [bitnami/several] Regenerate README tables ([412cf6a](https://github.com/bitnami/charts/commit/412cf6a513cb0c03444a6e7811c6f27193239a10)) +* [bitnami/wildfly] Release 12.0.0 updating components versions ([737f61b](https://github.com/bitnami/charts/commit/737f61bfdc333d4c1a19a77eff317bd968cfc23e)) ## 11.1.7 (2021-10-26) -* [bitnami/wildfly] Release 11.1.7 updating components versions ([2600290](https://github.com/bitnami/charts/commit/2600290)) +* [bitnami/wildfly] Release 11.1.7 updating components versions ([2600290](https://github.com/bitnami/charts/commit/260029095fb6abf547e38ab4a44d2019c0720b17)) ## 11.1.6 (2021-10-22) -* [bitnami/several] Add chart info to NOTES.txt (#7889) ([a6751cd](https://github.com/bitnami/charts/commit/a6751cd)), closes [#7889](https://github.com/bitnami/charts/issues/7889) +* [bitnami/several] Add chart info to NOTES.txt (#7889) ([a6751cd](https://github.com/bitnami/charts/commit/a6751cdd33c461fabbc459fbea6f219ec64ab6b2)), closes [#7889](https://github.com/bitnami/charts/issues/7889) ## 11.1.5 (2021-10-19) -* [bitnami/several] Change pullPolicy for bitnami-shell image (#7852) ([9711a33](https://github.com/bitnami/charts/commit/9711a33)), closes [#7852](https://github.com/bitnami/charts/issues/7852) -* [bitnami/several] Regenerate README tables ([194a909](https://github.com/bitnami/charts/commit/194a909)) +* [bitnami/several] Change pullPolicy for bitnami-shell image (#7852) ([9711a33](https://github.com/bitnami/charts/commit/9711a33c6eec72ea79143c4b7574dbe6a148d6b2)), closes [#7852](https://github.com/bitnami/charts/issues/7852) +* [bitnami/several] Regenerate README tables ([194a909](https://github.com/bitnami/charts/commit/194a909268377a6820d91f788c0380f427637ce6)) ## 11.1.4 (2021-10-10) -* [bitnami/wildfly] Release 11.1.4 updating components versions ([8b7a83f](https://github.com/bitnami/charts/commit/8b7a83f)) +* [bitnami/wildfly] Release 11.1.4 updating components versions ([8b7a83f](https://github.com/bitnami/charts/commit/8b7a83f113fb760f71897ec5f725bba740e279ae)) ## 11.1.3 (2021-10-01) -* [bitnami/*] Drop support for deprecated cert-manager annotation (#7646) ([4297b79](https://github.com/bitnami/charts/commit/4297b79)), closes [#7646](https://github.com/bitnami/charts/issues/7646) -* [bitnami/several] Regenerate README tables ([a94b593](https://github.com/bitnami/charts/commit/a94b593)) +* [bitnami/*] Drop support for deprecated cert-manager annotation (#7646) ([4297b79](https://github.com/bitnami/charts/commit/4297b792e48fba9c7c3b8fed447a856632c61201)), closes [#7646](https://github.com/bitnami/charts/issues/7646) +* [bitnami/several] Regenerate README tables ([a94b593](https://github.com/bitnami/charts/commit/a94b5937a8665743457afc158202ebc33405c8e1)) ## 11.1.2 (2021-09-10) -* [bitnami/wildfly] Release 11.1.2 updating components versions ([e06f322](https://github.com/bitnami/charts/commit/e06f322)) +* [bitnami/wildfly] Release 11.1.2 updating components versions ([e06f322](https://github.com/bitnami/charts/commit/e06f32266f8cf5dc1625c3433d27acb3e70b3b95)) ## 11.1.1 (2021-09-03) -* [bitnami/several] Regenerate README tables ([da2513b](https://github.com/bitnami/charts/commit/da2513b)) -* T41075 Updated README (#7387) ([4b97194](https://github.com/bitnami/charts/commit/4b97194)), closes [#7387](https://github.com/bitnami/charts/issues/7387) +* [bitnami/several] Regenerate README tables ([da2513b](https://github.com/bitnami/charts/commit/da2513bf0a33819f3b1151d387c631a9ffdb03e2)) +* T41075 Updated README (#7387) ([4b97194](https://github.com/bitnami/charts/commit/4b971944a88858cd8135378df86fa21fd899a607)), closes [#7387](https://github.com/bitnami/charts/issues/7387) ## 11.1.0 (2021-08-25) -* [bitnami/wildfly] Add support for exposing WildFly Management console outside the cluster (#7300) ([bd765ef](https://github.com/bitnami/charts/commit/bd765ef)), closes [#7300](https://github.com/bitnami/charts/issues/7300) +* [bitnami/wildfly] Add support for exposing WildFly Management console outside the cluster (#7300) ([bd765ef](https://github.com/bitnami/charts/commit/bd765ef0290f40633135f295a428354ea9e504da)), closes [#7300](https://github.com/bitnami/charts/issues/7300) ## 11.0.5 (2021-08-25) -* [bitnami/several] Update READMEs (#7108) ([44961d9](https://github.com/bitnami/charts/commit/44961d9)), closes [#7108](https://github.com/bitnami/charts/issues/7108) -* [bitnami/wildfly] Release 11.0.5 updating components versions ([597d15a](https://github.com/bitnami/charts/commit/597d15a)) +* [bitnami/several] Update READMEs (#7108) ([44961d9](https://github.com/bitnami/charts/commit/44961d9cdfae1b0d06808124c4b47e8adc3de146)), closes [#7108](https://github.com/bitnami/charts/issues/7108) +* [bitnami/wildfly] Release 11.0.5 updating components versions ([597d15a](https://github.com/bitnami/charts/commit/597d15aee50804099e1abbdc2801572a5832afd5)) ## 11.0.4 (2021-07-30) -* [bitnami/wildfly] Release 11.0.4 updating components versions ([5ef37f3](https://github.com/bitnami/charts/commit/5ef37f3)) +* [bitnami/wildfly] Release 11.0.4 updating components versions ([5ef37f3](https://github.com/bitnami/charts/commit/5ef37f3322c660d22686015e063d29044279c194)) ## 11.0.3 (2021-07-28) -* [bitnami/wildfly] Release 11.0.3 updating components versions ([38438c7](https://github.com/bitnami/charts/commit/38438c7)) +* [bitnami/wildfly] Release 11.0.3 updating components versions ([38438c7](https://github.com/bitnami/charts/commit/38438c70afa090a5ac1733af724abfe7eb5f4fd9)) ## 11.0.2 (2021-07-21) -* [bitnami/*] Replace nil values (#6993) ([2be11a7](https://github.com/bitnami/charts/commit/2be11a7)), closes [#6993](https://github.com/bitnami/charts/issues/6993) +* [bitnami/*] Replace nil values (#6993) ([2be11a7](https://github.com/bitnami/charts/commit/2be11a70b92a01603c1f079eeaff4b00dc4796d6)), closes [#6993](https://github.com/bitnami/charts/issues/6993) ## 11.0.1 (2021-07-06) -* [bitnami/wildfly] Release 11.0.1 updating components versions ([6a97c66](https://github.com/bitnami/charts/commit/6a97c66)) +* [bitnami/wildfly] Release 11.0.1 updating components versions ([6a97c66](https://github.com/bitnami/charts/commit/6a97c669e94c1f69690e616a40141b4ba9538f60)) ## 11.0.0 (2021-06-25) -* [bitnami/wildfly] Release 11.0.0 updating components versions ([8a2ecd6](https://github.com/bitnami/charts/commit/8a2ecd6)) +* [bitnami/wildfly] Release 11.0.0 updating components versions ([8a2ecd6](https://github.com/bitnami/charts/commit/8a2ecd6fbaf439b4251ea11a91215915e21fc95c)) ## 10.0.6 (2021-06-22) -* [bitnami/wildfly]Fix management interface binding (#6724) ([830fb2e](https://github.com/bitnami/charts/commit/830fb2e)), closes [#6724](https://github.com/bitnami/charts/issues/6724) +* [bitnami/wildfly]Fix management interface binding (#6724) ([830fb2e](https://github.com/bitnami/charts/commit/830fb2ecd412357942bd69a9c498790b85050137)), closes [#6724](https://github.com/bitnami/charts/issues/6724) ## 10.0.5 (2021-06-21) -* [bitnami/wildfly] Release 10.0.5 updating components versions ([7827fdf](https://github.com/bitnami/charts/commit/7827fdf)) +* [bitnami/wildfly] Release 10.0.5 updating components versions ([7827fdf](https://github.com/bitnami/charts/commit/7827fdf806476b721c7fc1fda35b90cdcd87ec93)) ## 10.0.4 (2021-06-19) -* [bitnami/wildfly] Release 10.0.4 updating components versions ([bbeb484](https://github.com/bitnami/charts/commit/bbeb484)) +* [bitnami/wildfly] Release 10.0.4 updating components versions ([bbeb484](https://github.com/bitnami/charts/commit/bbeb484aab16f790e2b3bad6f5deea8ea6c25cc1)) ## 10.0.3 (2021-05-28) -* [bitnami/wildfly] Release 10.0.3 updating components versions ([c17cc8f](https://github.com/bitnami/charts/commit/c17cc8f)) +* [bitnami/wildfly] Release 10.0.3 updating components versions ([c17cc8f](https://github.com/bitnami/charts/commit/c17cc8fb0acc8ca1d3d3703291ca9d7b434e3f4b)) ## 10.0.2 (2021-05-13) -* [bitnami/wildfly] Release 10.0.2 updating components versions ([03a0fb2](https://github.com/bitnami/charts/commit/03a0fb2)) +* [bitnami/wildfly] Release 10.0.2 updating components versions ([03a0fb2](https://github.com/bitnami/charts/commit/03a0fb2c3cbcfbce0f82f205a7ebb80cc14187d6)) ## 10.0.1 (2021-04-29) -* [bitnami/wildfly] Release 10.0.1 updating components versions ([7a9b887](https://github.com/bitnami/charts/commit/7a9b887)) +* [bitnami/wildfly] Release 10.0.1 updating components versions ([7a9b887](https://github.com/bitnami/charts/commit/7a9b887fae9e1ab72dbcf31e173adb84d350e28e)) ## 10.0.0 (2021-04-22) -* [bitnami/wildfly] New major version (#6187) ([c5c7b01](https://github.com/bitnami/charts/commit/c5c7b01)), closes [#6187](https://github.com/bitnami/charts/issues/6187) +* [bitnami/wildfly] New major version (#6187) ([c5c7b01](https://github.com/bitnami/charts/commit/c5c7b01c55280be6bbc5295c9aa3657286699364)), closes [#6187](https://github.com/bitnami/charts/issues/6187) ## 9.0.1 (2021-04-15) -* [bitnami/wildfly] Release 9.0.1 updating components versions ([dc9dfcd](https://github.com/bitnami/charts/commit/dc9dfcd)) +* [bitnami/wildfly] Release 9.0.1 updating components versions ([dc9dfcd](https://github.com/bitnami/charts/commit/dc9dfcd71faf332edcf8203c8c8f9971143ae3c5)) ## 9.0.0 (2021-03-19) -* [bitnami/wildfly] Release 9.0.0 updating components versions ([0119143](https://github.com/bitnami/charts/commit/0119143)) +* [bitnami/wildfly] Release 9.0.0 updating components versions ([0119143](https://github.com/bitnami/charts/commit/0119143eb22a3def9382dde44136c8d03966b313)) ## 8.1.4 (2021-03-13) -* [bitnami/wildfly] Release 8.1.4 updating components versions ([ef7fb2c](https://github.com/bitnami/charts/commit/ef7fb2c)) +* [bitnami/wildfly] Release 8.1.4 updating components versions ([ef7fb2c](https://github.com/bitnami/charts/commit/ef7fb2c0602c568752957d9c78311a0e0b9eeec5)) ## 8.1.3 (2021-03-04) -* [bitnami/*] Remove minideb mentions (#5677) ([870bc4d](https://github.com/bitnami/charts/commit/870bc4d)), closes [#5677](https://github.com/bitnami/charts/issues/5677) +* [bitnami/*] Remove minideb mentions (#5677) ([870bc4d](https://github.com/bitnami/charts/commit/870bc4dba1fc3aa55dd157da6687b25e8d352206)), closes [#5677](https://github.com/bitnami/charts/issues/5677) ## 8.1.2 (2021-03-04) -* [bitnami/wildfly]: replicaSet missing from deployment.yaml (#5667) ([f88896b](https://github.com/bitnami/charts/commit/f88896b)), closes [#5667](https://github.com/bitnami/charts/issues/5667) +* [bitnami/wildfly]: replicaSet missing from deployment.yaml (#5667) ([f88896b](https://github.com/bitnami/charts/commit/f88896be29a475375dbe64b872c6060cd48f29df)), closes [#5667](https://github.com/bitnami/charts/issues/5667) ## 8.1.1 (2021-02-11) -* [bitnami/*] Add notice regarding parameters immutability after chart installation (#4853) ([5f09573](https://github.com/bitnami/charts/commit/5f09573)), closes [#4853](https://github.com/bitnami/charts/issues/4853) -* [bitnami/wildfly] Release 8.1.1 updating components versions ([af4b9b6](https://github.com/bitnami/charts/commit/af4b9b6)) +* [bitnami/*] Add notice regarding parameters immutability after chart installation (#4853) ([5f09573](https://github.com/bitnami/charts/commit/5f095734f92555dec7cd0e3ee961f315eac170ff)), closes [#4853](https://github.com/bitnami/charts/issues/4853) +* [bitnami/wildfly] Release 8.1.1 updating components versions ([af4b9b6](https://github.com/bitnami/charts/commit/af4b9b6cda8de048d8f844fbde6c3bba26777fc4)) ## 8.1.0 (2021-01-31) -* [bitnami/wildfly] Add hostAliases (#5319) ([95890eb](https://github.com/bitnami/charts/commit/95890eb)), closes [#5319](https://github.com/bitnami/charts/issues/5319) +* [bitnami/wildfly] Add hostAliases (#5319) ([95890eb](https://github.com/bitnami/charts/commit/95890ebdeda77424d6fe9314808e9c88c293b13b)), closes [#5319](https://github.com/bitnami/charts/issues/5319) ## 8.0.3 (2021-01-29) -* [bitnami/wildfly] Release 8.0.3 updating components versions ([a81ee40](https://github.com/bitnami/charts/commit/a81ee40)) +* [bitnami/wildfly] Release 8.0.3 updating components versions ([a81ee40](https://github.com/bitnami/charts/commit/a81ee401d92f40650d60c635221e576680ef2676)) ## 8.0.2 (2021-01-27) -* [bitnami/wildfly] Release 8.0.2 updating components versions ([cc9d343](https://github.com/bitnami/charts/commit/cc9d343)) +* [bitnami/wildfly] Release 8.0.2 updating components versions ([cc9d343](https://github.com/bitnami/charts/commit/cc9d3433fd87934a272358d556516b2e581b0747)) ## 8.0.1 (2021-01-25) -* [bitnami/*] Unify icons in Chart.yaml and add missing fields (#5206) ([0462921](https://github.com/bitnami/charts/commit/0462921)), closes [#5206](https://github.com/bitnami/charts/issues/5206) +* [bitnami/*] Unify icons in Chart.yaml and add missing fields (#5206) ([0462921](https://github.com/bitnami/charts/commit/0462921418ca8d54308b7466197a6d53ffae4628)), closes [#5206](https://github.com/bitnami/charts/issues/5206) ## 8.0.0 (2021-01-21) -* [bitnami/*] Change helm version in the prerequisites (#5090) ([c5e67a3](https://github.com/bitnami/charts/commit/c5e67a3)), closes [#5090](https://github.com/bitnami/charts/issues/5090) -* [bitnami/wildfly] Release 8.0.0 updating components versions ([7e48d47](https://github.com/bitnami/charts/commit/7e48d47)) +* [bitnami/*] Change helm version in the prerequisites (#5090) ([c5e67a3](https://github.com/bitnami/charts/commit/c5e67a388743cbee28439d2cabca27884b9daf97)), closes [#5090](https://github.com/bitnami/charts/issues/5090) +* [bitnami/wildfly] Release 8.0.0 updating components versions ([7e48d47](https://github.com/bitnami/charts/commit/7e48d47364dfe36835b49688a84a6edd5ad0427f)) ## 7.1.0 (2021-01-15) -* [bitnami/*] Update ingress for serveral charts (#5012) ([e3bb5a6](https://github.com/bitnami/charts/commit/e3bb5a6)), closes [#5012](https://github.com/bitnami/charts/issues/5012) +* [bitnami/*] Update ingress for serveral charts (#5012) ([e3bb5a6](https://github.com/bitnami/charts/commit/e3bb5a6e3613d3aefef5561aa3644b34d4cf8a2c)), closes [#5012](https://github.com/bitnami/charts/issues/5012) ## 7.0.3 (2021-01-14) -* [bitnami/wildfly] Release 7.0.3 updating components versions ([c26de2c](https://github.com/bitnami/charts/commit/c26de2c)) +* [bitnami/wildfly] Release 7.0.3 updating components versions ([c26de2c](https://github.com/bitnami/charts/commit/c26de2c853ff1968253289f5936bab889d8210b6)) ## 7.0.2 (2021-01-08) -* [bitnami/*] Fix typo in README (leaviness > liveness) (#4917) ([80ca826](https://github.com/bitnami/charts/commit/80ca826)), closes [#4917](https://github.com/bitnami/charts/issues/4917) +* [bitnami/*] Fix typo in README (leaviness > liveness) (#4917) ([80ca826](https://github.com/bitnami/charts/commit/80ca8265b58602ded240c97025017607da6e1fd2)), closes [#4917](https://github.com/bitnami/charts/issues/4917) ## 7.0.1 (2020-12-17) -* [bitnami/wildfly] Release 7.0.1 updating components versions ([6b4cc13](https://github.com/bitnami/charts/commit/6b4cc13)) +* [bitnami/wildfly] Release 7.0.1 updating components versions ([6b4cc13](https://github.com/bitnami/charts/commit/6b4cc134194a08a619214369d4efe65cd97380a0)) ## 7.0.0 (2020-12-16) -* [bitnami/*] Affinity based on common presets (ix) (#4727) ([a0db323](https://github.com/bitnami/charts/commit/a0db323)), closes [#4727](https://github.com/bitnami/charts/issues/4727) -* [bitnami/*] fix typos (#4699) ([49adc63](https://github.com/bitnami/charts/commit/49adc63)), closes [#4699](https://github.com/bitnami/charts/issues/4699) +* [bitnami/*] Affinity based on common presets (ix) (#4727) ([a0db323](https://github.com/bitnami/charts/commit/a0db323c35ca89352a6f5d789273d0a0a2fc1196)), closes [#4727](https://github.com/bitnami/charts/issues/4727) +* [bitnami/*] fix typos (#4699) ([49adc63](https://github.com/bitnami/charts/commit/49adc63b672da976c55af2e077aa5648a357b77f)), closes [#4699](https://github.com/bitnami/charts/issues/4699) ## 6.0.2 (2020-11-23) -* [bitnami/wildfly] Release 6.0.2 updating components versions ([fd35842](https://github.com/bitnami/charts/commit/fd35842)) +* [bitnami/wildfly] Release 6.0.2 updating components versions ([fd35842](https://github.com/bitnami/charts/commit/fd3584252af47a3e66e6dcca8cfc0826ffe06a5b)) ## 6.0.1 (2020-11-20) -* [bitnami/wildfly] Release 6.0.1 updating components versions ([af92cbb](https://github.com/bitnami/charts/commit/af92cbb)) +* [bitnami/wildfly] Release 6.0.1 updating components versions ([af92cbb](https://github.com/bitnami/charts/commit/af92cbbcc0444cc9389386956da0307d76bc4b43)) ## 6.0.0 (2020-11-11) -* [bitnami/wildfly] Major version. Adapt Chart to apiVersion: v2 (#4260) ([145a2c5](https://github.com/bitnami/charts/commit/145a2c5)), closes [#4260](https://github.com/bitnami/charts/issues/4260) +* [bitnami/wildfly] Major version. Adapt Chart to apiVersion: v2 (#4260) ([145a2c5](https://github.com/bitnami/charts/commit/145a2c5244562b18c15687e64290e89115d49570)), closes [#4260](https://github.com/bitnami/charts/issues/4260) ## 5.0.0 (2020-11-03) -* [bitnami/*] Include link to Troubleshootin guide on README.md (#4136) ([c08a20e](https://github.com/bitnami/charts/commit/c08a20e)), closes [#4136](https://github.com/bitnami/charts/issues/4136) -* [bitnami/wildfly] Release 5.0.0 updating components versions ([ed4f459](https://github.com/bitnami/charts/commit/ed4f459)) +* [bitnami/*] Include link to Troubleshootin guide on README.md (#4136) ([c08a20e](https://github.com/bitnami/charts/commit/c08a20e3db004215383004ff023a73fcc2522e72)), closes [#4136](https://github.com/bitnami/charts/issues/4136) +* [bitnami/wildfly] Release 5.0.0 updating components versions ([ed4f459](https://github.com/bitnami/charts/commit/ed4f45906abc6d00eaa6cf616ec6ceb5b3f0abd1)) ## 4.4.2 (2020-10-24) -* [bitnami/wildfly] Release 4.4.2 updating components versions ([efe3b90](https://github.com/bitnami/charts/commit/efe3b90)) +* [bitnami/wildfly] Release 4.4.2 updating components versions ([efe3b90](https://github.com/bitnami/charts/commit/efe3b9063e62583ede0a0cec8945b697d418cb5e)) ## 4.4.1 (2020-09-24) -* [bitnami/wildfly] Release 4.4.1 updating components versions ([ca45f6c](https://github.com/bitnami/charts/commit/ca45f6c)) +* [bitnami/wildfly] Release 4.4.1 updating components versions ([ca45f6c](https://github.com/bitnami/charts/commit/ca45f6c213bf8affb10e420c15d6909b70a06353)) ## 4.4.0 (2020-09-22) -* Allow custom livenessProbe and readinessProbe (#3601) ([75206bc](https://github.com/bitnami/charts/commit/75206bc)), closes [#3601](https://github.com/bitnami/charts/issues/3601) +* Allow custom livenessProbe and readinessProbe (#3601) ([75206bc](https://github.com/bitnami/charts/commit/75206bc22c8fb60b3ed90988fb5d7b42389d64a3)), closes [#3601](https://github.com/bitnami/charts/issues/3601) ## 4.3.5 (2020-09-21) -* [bitnami/wildfly] Release 4.3.5 updating components versions ([c41aed0](https://github.com/bitnami/charts/commit/c41aed0)) +* [bitnami/wildfly] Release 4.3.5 updating components versions ([c41aed0](https://github.com/bitnami/charts/commit/c41aed0d1f3374e59e223491adf43ade1d54e99b)) ## 4.3.4 (2020-09-09) -* [bitnami/metrics-server] Add source repo (#3577) ([1ed12f9](https://github.com/bitnami/charts/commit/1ed12f9)), closes [#3577](https://github.com/bitnami/charts/issues/3577) -* [bitnami/wildfly] Release 4.3.4 updating components versions ([9f495aa](https://github.com/bitnami/charts/commit/9f495aa)) +* [bitnami/metrics-server] Add source repo (#3577) ([1ed12f9](https://github.com/bitnami/charts/commit/1ed12f96af75322b46afdb2b3d9907c11b13f765)), closes [#3577](https://github.com/bitnami/charts/issues/3577) +* [bitnami/wildfly] Release 4.3.4 updating components versions ([9f495aa](https://github.com/bitnami/charts/commit/9f495aab1208c5da6e90b590b748e46ad43a29fd)) ## 4.3.3 (2020-08-24) -* [bitnami/wildfly] Release 4.3.3 updating components versions ([a21e38d](https://github.com/bitnami/charts/commit/a21e38d)) +* [bitnami/wildfly] Release 4.3.3 updating components versions ([a21e38d](https://github.com/bitnami/charts/commit/a21e38daaee248201425e2b85cea271d4a43ce8d)) ## 4.3.2 (2020-08-11) -* [bitnami/wildfly] moves extra volumes to the correct location, into the container instead of the ini ([410c92a](https://github.com/bitnami/charts/commit/410c92a)), closes [#3377](https://github.com/bitnami/charts/issues/3377) +* [bitnami/wildfly] moves extra volumes to the correct location, into the container instead of the ini ([410c92a](https://github.com/bitnami/charts/commit/410c92a36789fade41aa5fc54c9386d5395f3e03)), closes [#3377](https://github.com/bitnami/charts/issues/3377) ## 4.3.1 (2020-08-05) -* [bitnami/wildfly] Release 4.3.1 updating components versions ([6978758](https://github.com/bitnami/charts/commit/6978758)) +* [bitnami/wildfly] Release 4.3.1 updating components versions ([6978758](https://github.com/bitnami/charts/commit/697875882f623d052904b3a0323c1baae91d55de)) ## 4.3.0 (2020-08-04) -* bitnami/wildfly: Add support for sidecars (#3312) ([4b72f4d](https://github.com/bitnami/charts/commit/4b72f4d)), closes [#3312](https://github.com/bitnami/charts/issues/3312) +* bitnami/wildfly: Add support for sidecars (#3312) ([4b72f4d](https://github.com/bitnami/charts/commit/4b72f4dfbae3f031ce40924092d13204ad8c6d74)), closes [#3312](https://github.com/bitnami/charts/issues/3312) ## 4.2.0 (2020-08-04) -* [bitnami/wildfly] Allows adding extra environment variables, an extra ConfigMap, and an extra secret ([24374e1](https://github.com/bitnami/charts/commit/24374e1)), closes [#3313](https://github.com/bitnami/charts/issues/3313) +* [bitnami/wildfly] Allows adding extra environment variables, an extra ConfigMap, and an extra secret ([24374e1](https://github.com/bitnami/charts/commit/24374e1c295a4a97cfbac50dcfbbf3aaf3197ceb)), closes [#3313](https://github.com/bitnami/charts/issues/3313) ## 4.1.1 (2020-07-31) -* [bitnami/wildfly] Release 4.1.1 updating components versions ([3ccdc76](https://github.com/bitnami/charts/commit/3ccdc76)) +* [bitnami/wildfly] Release 4.1.1 updating components versions ([3ccdc76](https://github.com/bitnami/charts/commit/3ccdc763bcc68f461a70fac68dbc61ddc5f27a7a)) ## 4.1.0 (2020-07-31) -* [bitnami/*] Fix TL;DR typo in READMEs (#3280) ([3d7ab40](https://github.com/bitnami/charts/commit/3d7ab40)), closes [#3280](https://github.com/bitnami/charts/issues/3280) -* [bitnami/all] Add categories (#3075) ([63bde06](https://github.com/bitnami/charts/commit/63bde06)), closes [#3075](https://github.com/bitnami/charts/issues/3075) -* [bitnami/wildfly] Supporting extra volumes and the related mounts (#3272) ([26e5d18](https://github.com/bitnami/charts/commit/26e5d18)), closes [#3272](https://github.com/bitnami/charts/issues/3272) +* [bitnami/*] Fix TL;DR typo in READMEs (#3280) ([3d7ab40](https://github.com/bitnami/charts/commit/3d7ab406fecd64f1af25f53e7d27f03ec95b29a4)), closes [#3280](https://github.com/bitnami/charts/issues/3280) +* [bitnami/all] Add categories (#3075) ([63bde06](https://github.com/bitnami/charts/commit/63bde066b87a140fab52264d0522401ab3d63509)), closes [#3075](https://github.com/bitnami/charts/issues/3075) +* [bitnami/wildfly] Supporting extra volumes and the related mounts (#3272) ([26e5d18](https://github.com/bitnami/charts/commit/26e5d184e8a578a93c9668cc831c9ce7503b71eb)), closes [#3272](https://github.com/bitnami/charts/issues/3272) ## 4.0.1 (2020-07-08) -* [bitnami/wildfly] Release 4.0.1 updating components versions ([1615c06](https://github.com/bitnami/charts/commit/1615c06)) +* [bitnami/wildfly] Release 4.0.1 updating components versions ([1615c06](https://github.com/bitnami/charts/commit/1615c06ef8dd125f840c49c028152f03082a47f8)) ## 4.0.0 (2020-06-25) -* [bitnami/wildfly] Release 4.0.0 updating components versions ([7d34d04](https://github.com/bitnami/charts/commit/7d34d04)) +* [bitnami/wildfly] Release 4.0.0 updating components versions ([7d34d04](https://github.com/bitnami/charts/commit/7d34d04f2b3ae36e9565436db84d4d15bcaef13b)) ## 3.5.19 (2020-06-23) -* [bitnami/wildfly] Release 3.5.19 updating components versions ([55bd963](https://github.com/bitnami/charts/commit/55bd963)) +* [bitnami/wildfly] Release 3.5.19 updating components versions ([55bd963](https://github.com/bitnami/charts/commit/55bd96361fd5253a4f92236e2a716828a7f857ae)) ## 3.5.18 (2020-06-10) -* [bitnami/wildfly] Release 3.5.18 updating components versions ([7817619](https://github.com/bitnami/charts/commit/7817619)) +* [bitnami/wildfly] Release 3.5.18 updating components versions ([7817619](https://github.com/bitnami/charts/commit/7817619fc9f1d5803e90f6480209cad337b5a309)) ## 3.5.17 (2020-06-05) -* [bitnami/wildfly] Release 3.5.17 updating components versions ([e4f8163](https://github.com/bitnami/charts/commit/e4f8163)) +* [bitnami/wildfly] Release 3.5.17 updating components versions ([e4f8163](https://github.com/bitnami/charts/commit/e4f81632c79ab27111ac7cb846104c6e2afcb772)) ## 3.5.16 (2020-06-04) -* [bitnami/wildfly] Release 3.5.16 updating components versions ([d655a21](https://github.com/bitnami/charts/commit/d655a21)) -* Add support for helm lint and helm install in PRs via GH Actions (#2721) ([5ed97f0](https://github.com/bitnami/charts/commit/5ed97f0)), closes [#2721](https://github.com/bitnami/charts/issues/2721) -* update bitnami/common to be compatible with helm v2.12+ (#2615) ([c7751eb](https://github.com/bitnami/charts/commit/c7751eb)), closes [#2615](https://github.com/bitnami/charts/issues/2615) +* [bitnami/wildfly] Release 3.5.16 updating components versions ([d655a21](https://github.com/bitnami/charts/commit/d655a213792db508e890099959ce2de633d4361b)) +* Add support for helm lint and helm install in PRs via GH Actions (#2721) ([5ed97f0](https://github.com/bitnami/charts/commit/5ed97f0c1ab49e7c7c3af81b888f41f50a7cfbab)), closes [#2721](https://github.com/bitnami/charts/issues/2721) +* update bitnami/common to be compatible with helm v2.12+ (#2615) ([c7751eb](https://github.com/bitnami/charts/commit/c7751eb5764e468e1854b58a1b8491d2b13e0a4a)), closes [#2615](https://github.com/bitnami/charts/issues/2615) ## 3.5.15 (2020-05-05) -* [bitnami/wildfly] Release 3.5.15 updating components versions ([b57c74e](https://github.com/bitnami/charts/commit/b57c74e)) +* [bitnami/wildfly] Release 3.5.15 updating components versions ([b57c74e](https://github.com/bitnami/charts/commit/b57c74e3b0d4850bde3a19496ab634696c63f216)) ## 3.5.14 (2020-04-22) -* [bitnami/wildfly] Release 3.5.14 updating components versions ([e95ba85](https://github.com/bitnami/charts/commit/e95ba85)) +* [bitnami/wildfly] Release 3.5.14 updating components versions ([e95ba85](https://github.com/bitnami/charts/commit/e95ba8591b3cea3f4b5d91ea78304421c4c9b423)) ## 3.5.13 (2020-04-16) -* [bitnami/wildfly] Release 3.5.13 updating components versions ([d49d603](https://github.com/bitnami/charts/commit/d49d603)) +* [bitnami/wildfly] Release 3.5.13 updating components versions ([d49d603](https://github.com/bitnami/charts/commit/d49d6039fa842b53ba612baff8a99e21e6be65d0)) ## 3.5.12 (2020-04-06) -* [bitnami/wildfly] Release 3.5.12 updating components versions ([1cfa8c8](https://github.com/bitnami/charts/commit/1cfa8c8)) +* [bitnami/wildfly] Release 3.5.12 updating components versions ([1cfa8c8](https://github.com/bitnami/charts/commit/1cfa8c8ef374d4eef942d899bef55a51fd0526f0)) ## 3.5.11 (2020-04-01) -* [bitnami/wildfly] Release 3.5.11 updating components versions ([7b7cfc9](https://github.com/bitnami/charts/commit/7b7cfc9)) +* [bitnami/wildfly] Release 3.5.11 updating components versions ([7b7cfc9](https://github.com/bitnami/charts/commit/7b7cfc9be5fc991859fefe0a79741baaf1555f4e)) ## 3.5.10 (2020-03-26) -* [bitnami/wildfly] Release 3.5.10 updating components versions ([c7fa4b1](https://github.com/bitnami/charts/commit/c7fa4b1)) +* [bitnami/wildfly] Release 3.5.10 updating components versions ([c7fa4b1](https://github.com/bitnami/charts/commit/c7fa4b1a26fe21bd2818f9264687a0cff0440d13)) ## 3.5.9 (2020-03-20) -* [bitnami/wildfly] Release 3.5.9 updating components versions ([a649b23](https://github.com/bitnami/charts/commit/a649b23)) +* [bitnami/wildfly] Release 3.5.9 updating components versions ([a649b23](https://github.com/bitnami/charts/commit/a649b232dfbd9161f338f2ba021716f952ee5694)) ## 3.5.8 (2020-03-12) -* [bitnami/wildfly] Release 3.5.8 updating components versions ([514563e](https://github.com/bitnami/charts/commit/514563e)) +* [bitnami/wildfly] Release 3.5.8 updating components versions ([514563e](https://github.com/bitnami/charts/commit/514563e0b5337cb14982bd803ae4bc9f7a296f05)) ## 3.5.7 (2020-03-11) -* Move charts from upstreamed folder to bitnami (#2032) ([a0e44f7](https://github.com/bitnami/charts/commit/a0e44f7)), closes [#2032](https://github.com/bitnami/charts/issues/2032) +* Move charts from upstreamed folder to bitnami (#2032) ([a0e44f7](https://github.com/bitnami/charts/commit/a0e44f7d6a10b8b5643186130ea420887cb72c7c)), closes [#2032](https://github.com/bitnami/charts/issues/2032) ## 3.5.6 (2020-03-04) -* put the proper annotations indentation in deployment.yaml (#2000) ([13e72d6](https://github.com/bitnami/charts/commit/13e72d6)), closes [#2000](https://github.com/bitnami/charts/issues/2000) +* put the proper annotations indentation in deployment.yaml (#2000) ([13e72d6](https://github.com/bitnami/charts/commit/13e72d6bd8ee1cfb8fd50a0c6f9b4b17850039c7)), closes [#2000](https://github.com/bitnami/charts/issues/2000) ## 3.5.5 (2020-02-26) -* [bitnami/wildfly] Release 3.5.5 updating components versions ([8b5c7b8](https://github.com/bitnami/charts/commit/8b5c7b8)) +* [bitnami/wildfly] Release 3.5.5 updating components versions ([8b5c7b8](https://github.com/bitnami/charts/commit/8b5c7b8720e234b501cd332e3f78a84b1f860e68)) ## 3.5.4 (2020-02-18) -* [bitnami/wildfly] Release 3.5.4 updating components versions ([0335aa2](https://github.com/bitnami/charts/commit/0335aa2)) +* [bitnami/wildfly] Release 3.5.4 updating components versions ([0335aa2](https://github.com/bitnami/charts/commit/0335aa244b790a6d450047580b090c2d3bdf132a)) ## 3.5.3 (2020-02-12) -* [bitnami/wildfly] fix typo in container name (#1914) ([77480c3](https://github.com/bitnami/charts/commit/77480c3)), closes [#1914](https://github.com/bitnami/charts/issues/1914) +* [bitnami/wildfly] fix typo in container name (#1914) ([77480c3](https://github.com/bitnami/charts/commit/77480c3206b485dc9cac0c1e97192bf1a2406619)), closes [#1914](https://github.com/bitnami/charts/issues/1914) ## 3.5.2 (2020-02-11) -* [bitnami/tomcat,wildfly,consul] Fix upgrade repo ([3d3fdbe](https://github.com/bitnami/charts/commit/3d3fdbe)) +* [bitnami/tomcat,wildfly,consul] Fix upgrade repo ([3d3fdbe](https://github.com/bitnami/charts/commit/3d3fdbea9e18ffd3c138ccf577d69b2972416945)) ## 3.5.1 (2020-02-11) -* [bitnami/several] Adapt READMEs and helpers to Helm 3 (#1911) ([40ee57c](https://github.com/bitnami/charts/commit/40ee57c)), closes [#1911](https://github.com/bitnami/charts/issues/1911) +* [bitnami/several] Adapt READMEs and helpers to Helm 3 (#1911) ([40ee57c](https://github.com/bitnami/charts/commit/40ee57cf5164717357e1627b55bf25f59c40fbd1)), closes [#1911](https://github.com/bitnami/charts/issues/1911) ## 3.5.0 (2020-02-11) -* [bitnami/wildfly] adds `updateStrategy` chart parameter (#1910) ([ad87573](https://github.com/bitnami/charts/commit/ad87573)), closes [#1910](https://github.com/bitnami/charts/issues/1910) +* [bitnami/wildfly] adds `updateStrategy` chart parameter (#1910) ([ad87573](https://github.com/bitnami/charts/commit/ad875735050985d32477a239058fc78e273e5c86)), closes [#1910](https://github.com/bitnami/charts/issues/1910) ## 3.4.4 (2020-02-10) -* [bitnami/several] Replace stretch by buster in minideb secondary containers (#1900) ([678febc](https://github.com/bitnami/charts/commit/678febc)), closes [#1900](https://github.com/bitnami/charts/issues/1900) +* [bitnami/several] Replace stretch by buster in minideb secondary containers (#1900) ([678febc](https://github.com/bitnami/charts/commit/678febc237594606f2505ba98c651a8ab8f484ab)), closes [#1900](https://github.com/bitnami/charts/issues/1900) ## 3.4.3 (2020-01-24) -* [bitnami/wildfly] Release 3.4.3 updating components versions ([4465789](https://github.com/bitnami/charts/commit/4465789)) +* [bitnami/wildfly] Release 3.4.3 updating components versions ([4465789](https://github.com/bitnami/charts/commit/44657895fb446a2ae565f79412a6209c61dfa137)) ## 3.4.2 (2020-01-15) -* [bitnami/wildfly] Release 3.4.2 updating components versions ([734b28b](https://github.com/bitnami/charts/commit/734b28b)) +* [bitnami/wildfly] Release 3.4.2 updating components versions ([734b28b](https://github.com/bitnami/charts/commit/734b28b6b4778f1a960d1be05c6e10b41d54d11e)) ## 3.4.1 (2020-01-03) -* [bitnami/wildfly] Release 3.4.1 updating components versions ([41e4c5c](https://github.com/bitnami/charts/commit/41e4c5c)) -* [bitnami/wildfly] Update components versions ([e50f30b](https://github.com/bitnami/charts/commit/e50f30b)) -* Fix issue when persistence is not enabled ([0cba353](https://github.com/bitnami/charts/commit/0cba353)) +* [bitnami/wildfly] Release 3.4.1 updating components versions ([41e4c5c](https://github.com/bitnami/charts/commit/41e4c5c489935101a0a98dcfc2fcef8826f53e40)) +* [bitnami/wildfly] Update components versions ([e50f30b](https://github.com/bitnami/charts/commit/e50f30b2f55054e86573abd7353dd4664fb1248a)) +* Fix issue when persistence is not enabled ([0cba353](https://github.com/bitnami/charts/commit/0cba353dfdc746b95d6dd765338f04eb6f9775dc)) ## 3.4.0 (2019-11-28) -* [bitnami/wildfly] Lint chart + standardisation ([4bbe1b3](https://github.com/bitnami/charts/commit/4bbe1b3)) +* [bitnami/wildfly] Lint chart + standardisation ([4bbe1b3](https://github.com/bitnami/charts/commit/4bbe1b355280c3927c6f75a975dc87c9d48a6f9e)) ## 3.3.10 (2019-11-18) -* [bitnami/wildfly] Release 3.3.10 updating components versions ([eb5653a](https://github.com/bitnami/charts/commit/eb5653a)) +* [bitnami/wildfly] Release 3.3.10 updating components versions ([eb5653a](https://github.com/bitnami/charts/commit/eb5653aa90109f2b6f9f999daad8299ba48b140e)) ## 3.3.9 (2019-11-14) -* [bitnami/wildfly] Release 3.3.9 updating components versions ([6e0f80c](https://github.com/bitnami/charts/commit/6e0f80c)) +* [bitnami/wildfly] Release 3.3.9 updating components versions ([6e0f80c](https://github.com/bitnami/charts/commit/6e0f80c9ee91842aaff64990b3545461cdae07ea)) ## 3.3.8 (2019-11-13) -* [bitnami/wildfly] Release 3.3.8 updating components versions ([9df33b6](https://github.com/bitnami/charts/commit/9df33b6)) +* [bitnami/wildfly] Release 3.3.8 updating components versions ([9df33b6](https://github.com/bitnami/charts/commit/9df33b6dc36f341f2fbfb2ccdec90e8fc38e9317)) ## 3.3.7 (2019-11-08) -* [bitnami/wildfly] Release 3.3.7 updating components versions ([4968b3f](https://github.com/bitnami/charts/commit/4968b3f)) +* [bitnami/wildfly] Release 3.3.7 updating components versions ([4968b3f](https://github.com/bitnami/charts/commit/4968b3f7c00981d75a9a61904ba8825d5b27068a)) ## 3.3.6 (2019-10-24) -* Fix links because of section renaming ([8e6fa3b](https://github.com/bitnami/charts/commit/8e6fa3b)) +* Fix links because of section renaming ([8e6fa3b](https://github.com/bitnami/charts/commit/8e6fa3bf7e3198954b6af507cf143fd4870c1c33)) ## 3.3.5 (2019-10-23) -* Adapt README in charts (III) ([98eadc4](https://github.com/bitnami/charts/commit/98eadc4)) +* Adapt README in charts (III) ([98eadc4](https://github.com/bitnami/charts/commit/98eadc4fd0578e60f966a66c12d531d722ec6435)) ## 3.3.4 (2019-10-15) -* [bitnami/wildfly] Update prerequisites ([c2e5d5e](https://github.com/bitnami/charts/commit/c2e5d5e)) +* [bitnami/wildfly] Update prerequisites ([c2e5d5e](https://github.com/bitnami/charts/commit/c2e5d5e7e8556ee5f9adfecadadc8e0e925546e9)) ## 3.3.3 (2019-10-09) -* [bitnami/wildfly] Release 3.3.3 updating components versions ([09fb820](https://github.com/bitnami/charts/commit/09fb820)) +* [bitnami/wildfly] Release 3.3.3 updating components versions ([09fb820](https://github.com/bitnami/charts/commit/09fb820719dd57a6bf3d224cd7cf2c32c97428d0)) ## 3.3.2 (2019-10-02) -* [bitnami/wildfly] Release 3.3.2 updating components versions ([dbe38bf](https://github.com/bitnami/charts/commit/dbe38bf)) +* [bitnami/wildfly] Release 3.3.2 updating components versions ([dbe38bf](https://github.com/bitnami/charts/commit/dbe38bf1c1b34b340b1a4b488822d634dea7dac6)) ## 3.3.1 (2019-09-20) -* [bitnami/*] Update apiVersion on sts, deployments, daemonsets and podsecuritypolicies ([4dfac07](https://github.com/bitnami/charts/commit/4dfac07)) +* [bitnami/*] Update apiVersion on sts, deployments, daemonsets and podsecuritypolicies ([4dfac07](https://github.com/bitnami/charts/commit/4dfac075aacf74405e31ae5b27df4369e84eb0b0)) ## 3.3.0 (2019-09-04) -* Bump minor version ([10f1738](https://github.com/bitnami/charts/commit/10f1738)) +* Bump minor version ([10f1738](https://github.com/bitnami/charts/commit/10f173888cd7001e8e7b857b30d80fd58de48b48)) ## 3.2.5 (2019-09-04) -* Add affinity to wildfly ([8ec31ca](https://github.com/bitnami/charts/commit/8ec31ca)) +* Add affinity to wildfly ([8ec31ca](https://github.com/bitnami/charts/commit/8ec31ca39bb64c4c3bf985e872fa215959569285)) ## 3.2.4 (2019-09-02) -* [bitnami/wildfly] Release 3.2.4 updating components versions ([3b14719](https://github.com/bitnami/charts/commit/3b14719)) -* Use stretch instead of buster to be consistent ([decd85f](https://github.com/bitnami/charts/commit/decd85f)) +* [bitnami/wildfly] Release 3.2.4 updating components versions ([3b14719](https://github.com/bitnami/charts/commit/3b14719fb5f5e49135c1a83b8d98fd9fe01a24d8)) +* Use stretch instead of buster to be consistent ([decd85f](https://github.com/bitnami/charts/commit/decd85ff9ee57beb656648918b1197b6d8b9d5af)) ## 3.2.3 (2019-08-30) -* [bitnami/*] Use buster instead of latest as minideb tag and adapt sysctl ([921e811](https://github.com/bitnami/charts/commit/921e811)) +* [bitnami/*] Use buster instead of latest as minideb tag and adapt sysctl ([921e811](https://github.com/bitnami/charts/commit/921e81153c755c5e06b86fbc54841c115f6e10bb)) ## 3.2.2 (2019-08-22) -* [bitnami/*] Fix 'storageClass' macros ([f41c193](https://github.com/bitnami/charts/commit/f41c193)) +* [bitnami/*] Fix 'storageClass' macros ([f41c193](https://github.com/bitnami/charts/commit/f41c19310b0aba01be37217e530b678ae30a560f)) ## 3.2.1 (2019-08-21) -* Delete global storageClass when the chart has not dependencies and delete template for storageClass ([2b5302c](https://github.com/bitnami/charts/commit/2b5302c)) -* Refactor StorageClass template to support old Helm versions ([1d7f3df](https://github.com/bitnami/charts/commit/1d7f3df)) -* Refactor storageClassTemplate ([1872215](https://github.com/bitnami/charts/commit/1872215)) +* Delete global storageClass when the chart has not dependencies and delete template for storageClass ([2b5302c](https://github.com/bitnami/charts/commit/2b5302cf7c5053ba4a51fe21fb7fee16d2866a18)) +* Refactor StorageClass template to support old Helm versions ([1d7f3df](https://github.com/bitnami/charts/commit/1d7f3df1250d8f3ba7b17add67de6515dd93f1e7)) +* Refactor storageClassTemplate ([1872215](https://github.com/bitnami/charts/commit/1872215effe0a6ff672537387684c8a97fb3093c)) ## 3.2.0 (2019-08-19) -* Add global variable to set the storage class to all of the Hekm Charts ([cdb4bdc](https://github.com/bitnami/charts/commit/cdb4bdc)) -* Update charts versions ([9459dbb](https://github.com/bitnami/charts/commit/9459dbb)) +* Add global variable to set the storage class to all of the Hekm Charts ([cdb4bdc](https://github.com/bitnami/charts/commit/cdb4bdceda07e03f3902ec2796eab54d2c6f1650)) +* Update charts versions ([9459dbb](https://github.com/bitnami/charts/commit/9459dbbf98c5572f0b92cd3eef8e12ec83a48397)) ## 3.1.1 (2019-08-13) -* Fix indentation ([c699e9f](https://github.com/bitnami/charts/commit/c699e9f)) -* Update README.md ([f5b1121](https://github.com/bitnami/charts/commit/f5b1121)) -* Updated version numbers ([aa0294b](https://github.com/bitnami/charts/commit/aa0294b)) +* Fix indentation ([c699e9f](https://github.com/bitnami/charts/commit/c699e9f2aed150351c8a7b21717b5a959ef2d2e3)) +* Update README.md ([f5b1121](https://github.com/bitnami/charts/commit/f5b1121b8803ae52a165e06593b52b458da526f8)) +* Updated version numbers ([aa0294b](https://github.com/bitnami/charts/commit/aa0294b246340ed44d76f8cac59338ee685fab5e)) ## 3.1.0 (2019-07-22) -* Change wildfly ([6b82a23](https://github.com/bitnami/charts/commit/6b82a23)) +* Change wildfly ([6b82a23](https://github.com/bitnami/charts/commit/6b82a23433c0977d14c533c8eadf469d52229de1)) ## 3.0.0 (2019-07-17) -* Implement again #1283 changes but bumping the major version ([1ce079c](https://github.com/bitnami/charts/commit/1ce079c)), closes [#1283](https://github.com/bitnami/charts/issues/1283) +* Implement again #1283 changes but bumping the major version ([1ce079c](https://github.com/bitnami/charts/commit/1ce079c789a6c0f5174094af3ea6fb67b6c926fd)), closes [#1283](https://github.com/bitnami/charts/issues/1283) ## 2.2.10 (2019-07-17) -* Revert pull request #1283 ([8e5940a](https://github.com/bitnami/charts/commit/8e5940a)), closes [#1283](https://github.com/bitnami/charts/issues/1283) -* Undo breaking changes on labels ([ae05c77](https://github.com/bitnami/charts/commit/ae05c77)) +* Revert pull request #1283 ([8e5940a](https://github.com/bitnami/charts/commit/8e5940a9260dc722ae1a630a6b6e21df2502323f)), closes [#1283](https://github.com/bitnami/charts/issues/1283) +* Undo breaking changes on labels ([ae05c77](https://github.com/bitnami/charts/commit/ae05c77bb51130567c1b02f306482b411a587563)) ## 2.2.9 (2019-07-11) -* Standardize component.name & component.fullname functions ([775948e](https://github.com/bitnami/charts/commit/775948e)) +* Standardize component.name & component.fullname functions ([775948e](https://github.com/bitnami/charts/commit/775948eb27ccc5599262002b71f4982cc2b2dc8d)) ## 2.2.8 (2019-07-03) -* [bitnami/wildfly] Release 2.2.8 updating components versions ([d7bf57c](https://github.com/bitnami/charts/commit/d7bf57c)) +* [bitnami/wildfly] Release 2.2.8 updating components versions ([d7bf57c](https://github.com/bitnami/charts/commit/d7bf57c12057f9d6f3a1ee725786a20e5ae85e85)) ## 2.2.7 (2019-07-01) -* [bitnami/wildfly] Release 2.2.7 updating components versions ([cb3c7ec](https://github.com/bitnami/charts/commit/cb3c7ec)) +* [bitnami/wildfly] Release 2.2.7 updating components versions ([cb3c7ec](https://github.com/bitnami/charts/commit/cb3c7ec35a636e99461be3303e154cda13486c8d)) ## 2.2.6 (2019-06-12) -* [bitnami/wildfly] Release 2.2.6 updating components versions ([e7e950d](https://github.com/bitnami/charts/commit/e7e950d)) +* [bitnami/wildfly] Release 2.2.6 updating components versions ([e7e950d](https://github.com/bitnami/charts/commit/e7e950d7ea9c001aecaf3107b2a6d798c2b7c3cb)) ## 2.2.5 (2019-06-10) -* Changes in README ([7ac4ec0](https://github.com/bitnami/charts/commit/7ac4ec0)) +* Changes in README ([7ac4ec0](https://github.com/bitnami/charts/commit/7ac4ec09a0113aae7d39173f52fb11c55f27cde5)) ## 2.2.4 (2019-06-10) -* bitnami/wildfly: update to 16.0.0 ([99fbb4b](https://github.com/bitnami/charts/commit/99fbb4b)) +* bitnami/wildfly: update to 16.0.0 ([99fbb4b](https://github.com/bitnami/charts/commit/99fbb4b8f775cf1a3bad78bfc8a7ac44070822c2)) ## 2.2.3 (2019-05-29) -* Change syntax because of linter failing ([adfc357](https://github.com/bitnami/charts/commit/adfc357)) -* Fix https://github.com/helm/charts/pull/14199\#issuecomment-496883321 and support _sha256_ as an imm ([95957ea](https://github.com/bitnami/charts/commit/95957ea)), closes [#issuecomment-496883321](https://github.com/bitnami/charts/issues/issuecomment-496883321) -* Use immutable tags in the main images ([17ca4f5](https://github.com/bitnami/charts/commit/17ca4f5)) +* Change syntax because of linter failing ([adfc357](https://github.com/bitnami/charts/commit/adfc35728c2a8a9def9e1897b3772d64df621354)) +* Fix https://github.com/helm/charts/pull/14199\#issuecomment-496883321 and support _sha256_ as an imm ([95957ea](https://github.com/bitnami/charts/commit/95957ea6430f28ec3593053afb0bfccb75703c79)), closes [#issuecomment-496883321](https://github.com/bitnami/charts/issues/issuecomment-496883321) +* Use immutable tags in the main images ([17ca4f5](https://github.com/bitnami/charts/commit/17ca4f5c91da33da03f9e2d411fe5e004e825c4d)) ## 2.2.2 (2019-05-28) -* Prepare immutable tags ([f9093c1](https://github.com/bitnami/charts/commit/f9093c1)) +* Prepare immutable tags ([f9093c1](https://github.com/bitnami/charts/commit/f9093c1aaa9cde25a042c3d62f7873385447cbf7)) ## 2.2.1 (2019-03-13) -* bitnami/wildfly: update to 16.0.0 ([d01d220](https://github.com/bitnami/charts/commit/d01d220)) -* Fix typo ([67d7640](https://github.com/bitnami/charts/commit/67d7640)) -* Fix typo in helpers ([55b68c0](https://github.com/bitnami/charts/commit/55b68c0)) -* Remove unnecessary metrics conditions ([1f98ff2](https://github.com/bitnami/charts/commit/1f98ff2)) +* bitnami/wildfly: update to 16.0.0 ([d01d220](https://github.com/bitnami/charts/commit/d01d220838c16b0828ab124c56d2bc07f5fbdbdb)) +* Fix typo ([67d7640](https://github.com/bitnami/charts/commit/67d7640e0b49338c840a11377b942e932e6e5ced)) +* Fix typo in helpers ([55b68c0](https://github.com/bitnami/charts/commit/55b68c025a8fb4a57a132b5b4b1c0011cc1575b7)) +* Remove unnecessary metrics conditions ([1f98ff2](https://github.com/bitnami/charts/commit/1f98ff226ea155f730c3ec41df6e656cfa4e7596)) ## 2.2.0 (2019-03-11) -* [bitnami/wildfly] Add global imagePullSecrets to overwrite any other existing one ([038ad25](https://github.com/bitnami/charts/commit/038ad25)) +* [bitnami/wildfly] Add global imagePullSecrets to overwrite any other existing one ([038ad25](https://github.com/bitnami/charts/commit/038ad25dc185dceb0140038578e679b0b219cb1c)) ## 2.1.6 (2019-02-27) -* Add appiVersion to Chart.yaml ([08704a5](https://github.com/bitnami/charts/commit/08704a5)) +* Add appiVersion to Chart.yaml ([08704a5](https://github.com/bitnami/charts/commit/08704a55fa287f8da2e680344163b65863959329)) ## 2.1.5 (2019-02-21) -* Update Chart.yaml ([8bc0af2](https://github.com/bitnami/charts/commit/8bc0af2)) -* Update README.md ([32b6ea3](https://github.com/bitnami/charts/commit/32b6ea3)) +* Update Chart.yaml ([8bc0af2](https://github.com/bitnami/charts/commit/8bc0af2fe4df0ece440c0a574d4350df7eda657c)) +* Update README.md ([32b6ea3](https://github.com/bitnami/charts/commit/32b6ea3e63935d2ffc06fb768f20750216457d58)) ## 2.1.4 (2019-01-25) -* Document the correct format for pullSecrets in READMEs ([9a2cf81](https://github.com/bitnami/charts/commit/9a2cf81)) +* Document the correct format for pullSecrets in READMEs ([9a2cf81](https://github.com/bitnami/charts/commit/9a2cf81399905b7b3190bbc35a8d554f94014ce8)) ## 2.1.3 (2019-01-08) -* wildfly: update to `15.0.1` ([80a1dff](https://github.com/bitnami/charts/commit/80a1dff)) +* wildfly: update to `15.0.1` ([80a1dff](https://github.com/bitnami/charts/commit/80a1dff9d26ddb57d0e3c9442ec90715a9347c8a)) ## 2.1.2 (2018-12-14) -* wildfly: bump chart appVersion to `15.0.0` ([a505f53](https://github.com/bitnami/charts/commit/a505f53)) -* wildfly: bump chart version to `2.1.2` ([2ac40f7](https://github.com/bitnami/charts/commit/2ac40f7)) -* wildfly: update to `15.0.0` ([4d35b61](https://github.com/bitnami/charts/commit/4d35b61)) +* wildfly: bump chart appVersion to `15.0.0` ([a505f53](https://github.com/bitnami/charts/commit/a505f53c5145fa9a9b068737eb3781402fe7f9c6)) +* wildfly: bump chart version to `2.1.2` ([2ac40f7](https://github.com/bitnami/charts/commit/2ac40f73b4b1ff8a15db8db9e56414c2189f4d76)) +* wildfly: update to `15.0.0` ([4d35b61](https://github.com/bitnami/charts/commit/4d35b61a1a5f3edcaa24442ed71d4ecd0f09351c)) ## 2.1.1 (2018-12-12) -* [bitnami/widlfly] Fix Syntax on 'deployemnt.yaml' ([5dd494d](https://github.com/bitnami/charts/commit/5dd494d)) -* Add instructions to upgrade ([5cd1272](https://github.com/bitnami/charts/commit/5cd1272)) -* Update revision on Upgrading instructions ([48ba53e](https://github.com/bitnami/charts/commit/48ba53e)) +* [bitnami/widlfly] Fix Syntax on 'deployemnt.yaml' ([5dd494d](https://github.com/bitnami/charts/commit/5dd494dde16ace8d85aa294f2cd36eb2a8d1857b)) +* Add instructions to upgrade ([5cd1272](https://github.com/bitnami/charts/commit/5cd127239bdfd1666cffbad460b184821e4c2ac9)) +* Update revision on Upgrading instructions ([48ba53e](https://github.com/bitnami/charts/commit/48ba53ef5f1b6596c700038c4e5804995fe6e307)) ## 2.1.0 (2018-11-27) -* [bitnami/wildfly] Adapt Chart to non-root container ([5205d02](https://github.com/bitnami/charts/commit/5205d02)) +* [bitnami/wildfly] Adapt Chart to non-root container ([5205d02](https://github.com/bitnami/charts/commit/5205d028bfd71d6381bb51de196d7b6eb7ad7102)) ## 2.0.0 (2018-11-21) -* [stable/wildfly] Add service.port to values.yaml ([a8e49a0](https://github.com/bitnami/charts/commit/a8e49a0)) +* [stable/wildfly] Add service.port to values.yaml ([a8e49a0](https://github.com/bitnami/charts/commit/a8e49a09799578e0007a70194997f2a52dcfb882)) ## 1.1.1 (2018-10-17) -* Apply some suggestions ([24706a6](https://github.com/bitnami/charts/commit/24706a6)) -* Bump versions ([0cfd3f4](https://github.com/bitnami/charts/commit/0cfd3f4)) -* Change logic to determine registry ([9ead294](https://github.com/bitnami/charts/commit/9ead294)) -* Check if global is set ([dec26e5](https://github.com/bitnami/charts/commit/dec26e5)) -* Fix typo ([93170ac](https://github.com/bitnami/charts/commit/93170ac)) -* Remove distro tags in charts ([427ac51](https://github.com/bitnami/charts/commit/427ac51)) -* Reword and update kafka dependencies ([be6cbed](https://github.com/bitnami/charts/commit/be6cbed)) +* Apply some suggestions ([24706a6](https://github.com/bitnami/charts/commit/24706a6163b75700c705f3021bb37790f95423c9)) +* Bump versions ([0cfd3f4](https://github.com/bitnami/charts/commit/0cfd3f421533a532c90438afa287bf46aa10413e)) +* Change logic to determine registry ([9ead294](https://github.com/bitnami/charts/commit/9ead294d5705f2646e8d3b70e14129d23c07bf8a)) +* Check if global is set ([dec26e5](https://github.com/bitnami/charts/commit/dec26e5d0b982905dde2a55fdf2285a7781a64cc)) +* Fix typo ([93170ac](https://github.com/bitnami/charts/commit/93170acc16e842e55aff7b7d944f7fbe025eee91)) +* Remove distro tags in charts ([427ac51](https://github.com/bitnami/charts/commit/427ac51cdf4de70f786563e1971a5d491d32ad54)) +* Reword and update kafka dependencies ([be6cbed](https://github.com/bitnami/charts/commit/be6cbedd27cea4c5c0e30ce70c9790c27ca1a0ec)) ## 1.1.0 (2018-10-11) -* Add global registry option to Bitnami charts ([395ba08](https://github.com/bitnami/charts/commit/395ba08)) +* Add global registry option to Bitnami charts ([395ba08](https://github.com/bitnami/charts/commit/395ba08e2bc14ef28a0cae1fada97ed6cf2e777d)) ## 1.0.2 (2018-10-05) -* Add ) ([728466a](https://github.com/bitnami/charts/commit/728466a)) -* Add kubeapps text to charts READMEs ([2f6dc51](https://github.com/bitnami/charts/commit/2f6dc51)) -* Fix go template inside go template ([a140313](https://github.com/bitnami/charts/commit/a140313)) +* Add ) ([728466a](https://github.com/bitnami/charts/commit/728466ac178560c67f2ede913140f50dc5136fd3)) +* Add kubeapps text to charts READMEs ([2f6dc51](https://github.com/bitnami/charts/commit/2f6dc51ce6307d57bd8c20e929da23dd2adf22d5)) +* Fix go template inside go template ([a140313](https://github.com/bitnami/charts/commit/a140313f4910d1366170415f0300729c22eda073)) ## 1.0.1 (2018-09-27) -* Improve getting LoadBalancer address in Bitnami charts NOTES.txt ([a641728](https://github.com/bitnami/charts/commit/a641728)) +* Improve getting LoadBalancer address in Bitnami charts NOTES.txt ([a641728](https://github.com/bitnami/charts/commit/a64172812af8b11fac23be2fe7a66b1edb14c71f)) ## 1.0.0 (2018-09-21) -* [bitnami/wildfly] Fix chart not being upgradable ([93109b9](https://github.com/bitnami/charts/commit/93109b9)) +* [bitnami/wildfly] Fix chart not being upgradable ([93109b9](https://github.com/bitnami/charts/commit/93109b9e0e2c422b12c7929d35637ceb3ec4b2a2)) ## 0.4.19 (2018-09-12) -* wildfly: bump chart appVersion to `14.0.1` ([b2e382d](https://github.com/bitnami/charts/commit/b2e382d)) -* wildfly: bump chart version to `0.4.19` ([0520a05](https://github.com/bitnami/charts/commit/0520a05)) -* wildfly: update to `14.0.1-debian-9` ([25bab48](https://github.com/bitnami/charts/commit/25bab48)) +* wildfly: bump chart appVersion to `14.0.1` ([b2e382d](https://github.com/bitnami/charts/commit/b2e382d557f31f451b63075c842115cc3b162bcc)) +* wildfly: bump chart version to `0.4.19` ([0520a05](https://github.com/bitnami/charts/commit/0520a0589ab9a0fed538156ac07e26499a775804)) +* wildfly: update to `14.0.1-debian-9` ([25bab48](https://github.com/bitnami/charts/commit/25bab489f7495c9f6b1d4153eee731d5ec44facc)) ## 0.4.18 (2018-08-06) -* Improve notes to access deployed services ([0071eb5](https://github.com/bitnami/charts/commit/0071eb5)) +* Improve notes to access deployed services ([0071eb5](https://github.com/bitnami/charts/commit/0071eb5545f7774eeab9ea335c660df644ad3e4c)) ## 0.4.17 (2018-07-31) -* Bump versions ([776b4b2](https://github.com/bitnami/charts/commit/776b4b2)) -* Fix versions ([5698a75](https://github.com/bitnami/charts/commit/5698a75)) +* Bump versions ([776b4b2](https://github.com/bitnami/charts/commit/776b4b21e1fce5225e963441a8bc718b0db17e51)) +* Fix versions ([5698a75](https://github.com/bitnami/charts/commit/5698a751a85fe25ca1ebf940d4e33cacd68b956e)) ## 0.4.16 (2018-07-30) -* Add missing release and charts labels in pods ([dfd13a2](https://github.com/bitnami/charts/commit/dfd13a2)) +* Add missing release and charts labels in pods ([dfd13a2](https://github.com/bitnami/charts/commit/dfd13a2b76b83f558d9dbb1d942c66ecaa93c221)) ## 0.4.15 (2018-07-06) -* wildfly: bump chart appVersion to `13.0.0-debian-9` ([2734d7b](https://github.com/bitnami/charts/commit/2734d7b)) -* wildfly: bump chart version to `0.4.15` ([11c2c2a](https://github.com/bitnami/charts/commit/11c2c2a)) -* wildfly: update to `13.0.0-debian-9` ([b52337e](https://github.com/bitnami/charts/commit/b52337e)) +* wildfly: bump chart appVersion to `13.0.0-debian-9` ([2734d7b](https://github.com/bitnami/charts/commit/2734d7bc169477284ccb13c6d3d7697726ee90af)) +* wildfly: bump chart version to `0.4.15` ([11c2c2a](https://github.com/bitnami/charts/commit/11c2c2a89c4497e554035664207cac6c919c17c8)) +* wildfly: update to `13.0.0-debian-9` ([b52337e](https://github.com/bitnami/charts/commit/b52337ebead6a0171d5fa7bd26c6fd79f5deb1d8)) ## 0.4.14 (2018-06-15) -* wildfly: bump chart appVersion to `13.0.0` ([cf40220](https://github.com/bitnami/charts/commit/cf40220)) -* wildfly: bump chart version to `0.4.14` ([f6d9be2](https://github.com/bitnami/charts/commit/f6d9be2)) -* wildfly: update to `13.0.0` ([ca0dd63](https://github.com/bitnami/charts/commit/ca0dd63)) +* wildfly: bump chart appVersion to `13.0.0` ([cf40220](https://github.com/bitnami/charts/commit/cf402205952f70f6ebb6a999a698f246945292ce)) +* wildfly: bump chart version to `0.4.14` ([f6d9be2](https://github.com/bitnami/charts/commit/f6d9be2718060a963700611a5e55bbec063f090f)) +* wildfly: update to `13.0.0` ([ca0dd63](https://github.com/bitnami/charts/commit/ca0dd638a8bb3b7a30c066f1959e6c84966724c4)) ## 0.4.13 (2018-04-13) -* Documentation fixes ([fdbcc57](https://github.com/bitnami/charts/commit/fdbcc57)) +* Documentation fixes ([fdbcc57](https://github.com/bitnami/charts/commit/fdbcc57a95af97bfa63c873432f7dc070c37f8c3)) ## 0.4.12 (2018-04-13) -* Rename charts folders ([5413120](https://github.com/bitnami/charts/commit/5413120)) +* Rename charts folders ([5413120](https://github.com/bitnami/charts/commit/5413120bb281c0c531ed2cf431cb316dc356e977)) diff --git a/bitnami/wildfly/Chart.yaml b/bitnami/wildfly/Chart.yaml index 7b1dcd0d324411..d6d8a1fec68779 100644 --- a/bitnami/wildfly/Chart.yaml +++ b/bitnami/wildfly/Chart.yaml @@ -33,4 +33,4 @@ maintainers: name: wildfly sources: - https://github.com/bitnami/charts/tree/main/bitnami/wildfly -version: 20.1.0 +version: 20.2.0 diff --git a/bitnami/wildfly/README.md b/bitnami/wildfly/README.md index e5f741e80e74e4..807b674c8352db 100644 --- a/bitnami/wildfly/README.md +++ b/bitnami/wildfly/README.md @@ -197,6 +197,9 @@ As an alternative, use one of the preset configurations for pod affinity, pod an | `serviceAccountName` | Name of existing ServiceAccount to be connected | `""` | | `sidecars` | Add additional sidecar containers to the WildFly pod | `[]` | | `initContainers` | Add additional init containers to the WildFly pods | `[]` | +| `pdb.create` | Enable/disable a Pod Disruption Budget creation | `true` | +| `pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `""` | +| `pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `pdb.minAvailable` and `pdb.maxUnavailable` are empty. | `""` | | `podLabels` | Extra labels for WildFly pods | `{}` | | `podAnnotations` | Annotations for WildFly pods | `{}` | | `podAffinityPreset` | Pod affinity preset. Ignored if `affinity` is set. Allowed values: `soft` or `hard` | `""` | diff --git a/bitnami/wildfly/templates/pdb.yaml b/bitnami/wildfly/templates/pdb.yaml new file mode 100644 index 00000000000000..4bd1650e597ac6 --- /dev/null +++ b/bitnami/wildfly/templates/pdb.yaml @@ -0,0 +1,26 @@ +{{- /* +Copyright Broadcom, Inc. All Rights Reserved. +SPDX-License-Identifier: APACHE-2.0 +*/}} + +{{- if .Values.pdb.create }} +apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} +kind: PodDisruptionBudget +metadata: + name: {{ template "common.names.fullname" . }} + namespace: {{ .Release.Namespace | quote }} + labels: {{- include "common.labels.standard" ( dict "customLabels" .Values.commonLabels "context" $ ) | nindent 4 }} + {{- if .Values.commonAnnotations }} + annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }} + {{- end }} +spec: + {{- if .Values.pdb.minAvailable }} + minAvailable: {{ .Values.pdb.minAvailable }} + {{- end }} + {{- if or .Values.pdb.maxUnavailable ( not .Values.pdb.minAvailable ) }} + maxUnavailable: {{ .Values.pdb.maxUnavailable | default 1 }} + {{- end }} + {{- $podLabels := include "common.tplvalues.merge" ( dict "values" ( list .Values.podLabels .Values.commonLabels ) "context" . ) }} + selector: + matchLabels: {{- include "common.labels.matchLabels" ( dict "customLabels" $podLabels "context" $ ) | nindent 6 }} +{{- end }} diff --git a/bitnami/wildfly/values.yaml b/bitnami/wildfly/values.yaml index e978e024a38f85..232a9295dfe84d 100644 --- a/bitnami/wildfly/values.yaml +++ b/bitnami/wildfly/values.yaml @@ -188,6 +188,16 @@ sidecars: [] ## containerPort: 1234 ## initContainers: [] +## Pod Disruption Budget configuration +## ref: https://kubernetes.io/docs/tasks/run-application/configure-pdb +## @param pdb.create Enable/disable a Pod Disruption Budget creation +## @param pdb.minAvailable Minimum number/percentage of pods that should remain scheduled +## @param pdb.maxUnavailable Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `pdb.minAvailable` and `pdb.maxUnavailable` are empty. +## +pdb: + create: true + minAvailable: "" + maxUnavailable: "" ## @param podLabels [object] Extra labels for WildFly pods ## ref: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/ ## From a644ce06c12cc478ad21eae2893145430ceeb3ee Mon Sep 17 00:00:00 2001 From: Fran Mulero Date: Wed, 29 May 2024 11:42:47 +0200 Subject: [PATCH 082/110] [bitnami/tomcat] Enable PodDisruptionBudgets (#26540) * [bitnami/tomcat] Enable PodDisruptionBudgets Signed-off-by: Fran Mulero * Update CHANGELOG.md Signed-off-by: Bitnami Containers --------- Signed-off-by: Fran Mulero Signed-off-by: Bitnami Containers Co-authored-by: Bitnami Containers --- bitnami/tomcat/CHANGELOG.md | 8 ++++++-- bitnami/tomcat/Chart.yaml | 2 +- bitnami/tomcat/README.md | 3 +++ bitnami/tomcat/templates/pdb.yaml | 26 ++++++++++++++++++++++++++ bitnami/tomcat/values.yaml | 10 ++++++++++ 5 files changed, 46 insertions(+), 3 deletions(-) create mode 100644 bitnami/tomcat/templates/pdb.yaml diff --git a/bitnami/tomcat/CHANGELOG.md b/bitnami/tomcat/CHANGELOG.md index fac880744a7585..8047a45beb68be 100644 --- a/bitnami/tomcat/CHANGELOG.md +++ b/bitnami/tomcat/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog -## 11.1.1 (2024-05-27) +## 11.2.0 (2024-05-29) -* [bitnami/tomcat] Release 11.1.1 ([#26458](https://github.com/bitnami/charts/pull/26458)) +* [bitnami/tomcat] Enable PodDisruptionBudgets ([#26540](https://github.com/bitnami/charts/pull/26540)) + +## 11.1.1 (2024-05-27) + +* [bitnami/tomcat] Release 11.1.1 (#26458) ([2caa527](https://github.com/bitnami/charts/commit/2caa527409ea9707ccf733899daa08f5abee9df6)), closes [#26458](https://github.com/bitnami/charts/issues/26458) ## 11.1.0 (2024-05-21) diff --git a/bitnami/tomcat/Chart.yaml b/bitnami/tomcat/Chart.yaml index ad9e8321a5de68..9f981f23aa855a 100644 --- a/bitnami/tomcat/Chart.yaml +++ b/bitnami/tomcat/Chart.yaml @@ -35,4 +35,4 @@ maintainers: name: tomcat sources: - https://github.com/bitnami/charts/tree/main/bitnami/tomcat -version: 11.1.1 +version: 11.2.0 diff --git a/bitnami/tomcat/README.md b/bitnami/tomcat/README.md index 1d3dd8f085d655..fd1bd283678667 100644 --- a/bitnami/tomcat/README.md +++ b/bitnami/tomcat/README.md @@ -250,6 +250,9 @@ You can enable this init container by setting `volumePermissions.enabled` to `tr | `extraVolumeClaimTemplates` | Optionally specify extra list of additional volume claim templates for Tomcat pods in StatefulSet | `[]` | | `extraVolumeMounts` | Optionally specify extra list of additional volumeMounts for Tomcat container(s) | `[]` | | `initContainers` | Add init containers to the Tomcat pods. | `[]` | +| `pdb.create` | Enable/disable a Pod Disruption Budget creation | `true` | +| `pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `""` | +| `pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `pdb.minAvailable` and `pdb.maxUnavailable` are empty. | `""` | | `sidecars` | Add sidecars to the Tomcat pods. | `[]` | | `persistence.enabled` | Enable persistence | `true` | | `persistence.storageClass` | PVC Storage Class for Tomcat volume | `""` | diff --git a/bitnami/tomcat/templates/pdb.yaml b/bitnami/tomcat/templates/pdb.yaml new file mode 100644 index 00000000000000..17fe3f4941ddc5 --- /dev/null +++ b/bitnami/tomcat/templates/pdb.yaml @@ -0,0 +1,26 @@ +{{- /* +Copyright Broadcom, Inc. All Rights Reserved. +SPDX-License-Identifier: APACHE-2.0 +*/}} + +{{- if .Values.pdb.create }} +apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} +kind: PodDisruptionBudget +metadata: + name: {{ template "common.names.fullname" . }} + namespace: {{ .Release.Namespace }} + labels: {{- include "common.labels.standard" ( dict "customLabels" .Values.commonLabels "context" $ ) | nindent 4 }} + {{- if .Values.commonAnnotations }} + annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }} + {{- end }} +spec: + {{- if .Values.pdb.minAvailable }} + minAvailable: {{ .Values.pdb.minAvailable }} + {{- end }} + {{- if or .Values.pdb.maxUnavailable ( not .Values.pdb.minAvailable ) }} + maxUnavailable: {{ .Values.pdb.maxUnavailable | default 1 }} + {{- end }} + {{- $podLabels := include "common.tplvalues.merge" ( dict "values" ( list .Values.podLabels .Values.commonLabels ) "context" . ) }} + selector: + matchLabels: {{- include "common.labels.matchLabels" ( dict "customLabels" $podLabels "context" $ ) | nindent 6 }} +{{- end }} diff --git a/bitnami/tomcat/values.yaml b/bitnami/tomcat/values.yaml index 00f35f8e25458a..217effa8812651 100644 --- a/bitnami/tomcat/values.yaml +++ b/bitnami/tomcat/values.yaml @@ -365,6 +365,16 @@ extraVolumeMounts: [] ## containerPort: 1234 ## initContainers: [] +## Pod Disruption Budget configuration +## ref: https://kubernetes.io/docs/tasks/run-application/configure-pdb +## @param pdb.create Enable/disable a Pod Disruption Budget creation +## @param pdb.minAvailable Minimum number/percentage of pods that should remain scheduled +## @param pdb.maxUnavailable Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `pdb.minAvailable` and `pdb.maxUnavailable` are empty. +## +pdb: + create: true + minAvailable: "" + maxUnavailable: "" ## @param sidecars Add sidecars to the Tomcat pods. ## Example: ## sidecars: From 5cc452c700d93c97c5f0474b1923c0db080a9e6e Mon Sep 17 00:00:00 2001 From: Fran Mulero Date: Wed, 29 May 2024 11:51:37 +0200 Subject: [PATCH 083/110] [bitnami/matomo] Enable PodDisruptionBudgets (#26509) * [bitnami/matomo] Enable PodDisruptionBudgets Signed-off-by: Fran Mulero * Update CHANGELOG.md Signed-off-by: Bitnami Containers --------- Signed-off-by: Fran Mulero Signed-off-by: Bitnami Containers Co-authored-by: Bitnami Containers --- bitnami/matomo/CHANGELOG.md | 301 +++++++++++++++--------------- bitnami/matomo/Chart.yaml | 2 +- bitnami/matomo/README.md | 3 + bitnami/matomo/templates/pdb.yaml | 26 +++ bitnami/matomo/values.yaml | 10 + 5 files changed, 193 insertions(+), 149 deletions(-) create mode 100644 bitnami/matomo/templates/pdb.yaml diff --git a/bitnami/matomo/CHANGELOG.md b/bitnami/matomo/CHANGELOG.md index 6689fcd80b0c76..4314c229347e14 100644 --- a/bitnami/matomo/CHANGELOG.md +++ b/bitnami/matomo/CHANGELOG.md @@ -1,485 +1,490 @@ # Changelog +## 7.3.0 (2024-05-28) + +* [bitnami/matomo] Enable PodDisruptionBudgets ([#26509](https://github.com/bitnami/charts/pull/26509)) + ## 7.2.0 (2024-05-21) -* [bitnami/matomo] feat: :sparkles: :lock: Add warning when original images are replaced ([#26239](https://github.com/bitnami/charts/pulls/26239)) +* [bitnami/*] ci: :construction_worker: Add tag and changelog support (#25359) ([91c707c](https://github.com/bitnami/charts/commit/91c707c9e4e574725a09505d2d313fb93f1b4c0a)), closes [#25359](https://github.com/bitnami/charts/issues/25359) +* [bitnami/matomo] feat: :sparkles: :lock: Add warning when original images are replaced (#26239) ([2ac8e09](https://github.com/bitnami/charts/commit/2ac8e09d9fcbc33c85abaa946d69289abd51c6f5)), closes [#26239](https://github.com/bitnami/charts/issues/26239) ## 7.1.3 (2024-05-20) -* [bitnami/matomo] Use different liveness/readiness probes (#25976) ([a4e6ed0](https://github.com/bitnami/charts/commit/a4e6ed0)), closes [#25976](https://github.com/bitnami/charts/issues/25976) +* [bitnami/matomo] Use different liveness/readiness probes (#25976) ([a4e6ed0](https://github.com/bitnami/charts/commit/a4e6ed0b8699face838912800963f210319041c0)), closes [#25976](https://github.com/bitnami/charts/issues/25976) ## 7.1.2 (2024-05-18) -* [bitnami/matomo] Release 7.1.2 updating components versions (#26041) ([5a1ef25](https://github.com/bitnami/charts/commit/5a1ef25)), closes [#26041](https://github.com/bitnami/charts/issues/26041) +* [bitnami/matomo] Release 7.1.2 updating components versions (#26041) ([5a1ef25](https://github.com/bitnami/charts/commit/5a1ef25d86e555336cbf908f625b951abd898ed2)), closes [#26041](https://github.com/bitnami/charts/issues/26041) ## 7.1.1 (2024-05-14) -* [bitnami/*] Change non-root and rolling-tags doc URLs (#25628) ([b067c94](https://github.com/bitnami/charts/commit/b067c94)), closes [#25628](https://github.com/bitnami/charts/issues/25628) -* [bitnami/matomo] Release 7.1.1 updating components versions (#25787) ([0d92e82](https://github.com/bitnami/charts/commit/0d92e82)), closes [#25787](https://github.com/bitnami/charts/issues/25787) +* [bitnami/*] Change non-root and rolling-tags doc URLs (#25628) ([b067c94](https://github.com/bitnami/charts/commit/b067c94f6bcde427863c197fd355f0b5ba12ff5b)), closes [#25628](https://github.com/bitnami/charts/issues/25628) +* [bitnami/matomo] Release 7.1.1 updating components versions (#25787) ([0d92e82](https://github.com/bitnami/charts/commit/0d92e8243e368d5dcaf244f8b55fb8a1e11fbabb)), closes [#25787](https://github.com/bitnami/charts/issues/25787) ## 7.1.0 (2024-05-07) -* [bitnami/matomo] Added the ability to specify a nodeSelector and taints for cronjob (#25383) ([1b4d6a1](https://github.com/bitnami/charts/commit/1b4d6a1)), closes [#25383](https://github.com/bitnami/charts/issues/25383) +* [bitnami/matomo] Added the ability to specify a nodeSelector and taints for cronjob (#25383) ([1b4d6a1](https://github.com/bitnami/charts/commit/1b4d6a15823e2e8461b9d631761bc5ad9073dc35)), closes [#25383](https://github.com/bitnami/charts/issues/25383) ## 7.0.5 (2024-05-07) -* [bitnami/*] Set new header/owner (#25558) ([8d1dc11](https://github.com/bitnami/charts/commit/8d1dc11)), closes [#25558](https://github.com/bitnami/charts/issues/25558) -* [bitnami/matomo] Remove unicode characters (#25545) ([b7aa7a6](https://github.com/bitnami/charts/commit/b7aa7a6)), closes [#25545](https://github.com/bitnami/charts/issues/25545) -* [bitnami/multiple charts] Fix typo: "NetworkPolice" vs "NetworkPolicy" (#25348) ([6970c1b](https://github.com/bitnami/charts/commit/6970c1b)), closes [#25348](https://github.com/bitnami/charts/issues/25348) -* Replace VMware by Broadcom copyright text (#25306) ([a5e4bd0](https://github.com/bitnami/charts/commit/a5e4bd0)), closes [#25306](https://github.com/bitnami/charts/issues/25306) +* [bitnami/*] Set new header/owner (#25558) ([8d1dc11](https://github.com/bitnami/charts/commit/8d1dc11f5fb30db6fba50c43d7af59d2f79deed3)), closes [#25558](https://github.com/bitnami/charts/issues/25558) +* [bitnami/matomo] Remove unicode characters (#25545) ([b7aa7a6](https://github.com/bitnami/charts/commit/b7aa7a60eb47e9d78ce90e26d9c8f84353b7abac)), closes [#25545](https://github.com/bitnami/charts/issues/25545) +* [bitnami/multiple charts] Fix typo: "NetworkPolice" vs "NetworkPolicy" (#25348) ([6970c1b](https://github.com/bitnami/charts/commit/6970c1ba245873506e73d459c6eac1e4919b778f)), closes [#25348](https://github.com/bitnami/charts/issues/25348) +* Replace VMware by Broadcom copyright text (#25306) ([a5e4bd0](https://github.com/bitnami/charts/commit/a5e4bd0e35e419203793976a78d9d0a13de92c76)), closes [#25306](https://github.com/bitnami/charts/issues/25306) ## 7.0.4 (2024-04-08) -* fix(bitnami/matomo): wrong resources condition (#25032) ([c0d9d94](https://github.com/bitnami/charts/commit/c0d9d94)), closes [#25032](https://github.com/bitnami/charts/issues/25032) +* fix(bitnami/matomo): wrong resources condition (#25032) ([c0d9d94](https://github.com/bitnami/charts/commit/c0d9d94d7dc8bcdd77eb86b3477f2d3ea42e2ce4)), closes [#25032](https://github.com/bitnami/charts/issues/25032) ## 7.0.3 (2024-04-05) -* [bitnami/matomo] Release 7.0.3 updating components versions (#24987) ([9c8dd27](https://github.com/bitnami/charts/commit/9c8dd27)), closes [#24987](https://github.com/bitnami/charts/issues/24987) +* [bitnami/matomo] Release 7.0.3 updating components versions (#24987) ([9c8dd27](https://github.com/bitnami/charts/commit/9c8dd27db5e231cb8da9aedded4dc57303bf8f01)), closes [#24987](https://github.com/bitnami/charts/issues/24987) ## 7.0.2 (2024-04-05) -* fix(matomo): wrong property (#24682) ([ed3b094](https://github.com/bitnami/charts/commit/ed3b094)), closes [#24682](https://github.com/bitnami/charts/issues/24682) +* fix(matomo): wrong property (#24682) ([ed3b094](https://github.com/bitnami/charts/commit/ed3b094b565417bc389d44eb8b7da1d0ccecccca)), closes [#24682](https://github.com/bitnami/charts/issues/24682) ## 7.0.1 (2024-04-04) -* [bitnami/matomo] Improve Cypress stability and update resources (#24876) ([c106935](https://github.com/bitnami/charts/commit/c106935)), closes [#24876](https://github.com/bitnami/charts/issues/24876) +* [bitnami/matomo] Improve Cypress stability and update resources (#24876) ([c106935](https://github.com/bitnami/charts/commit/c10693579f7e4764665dac639c14ba5d6fde8553)), closes [#24876](https://github.com/bitnami/charts/issues/24876) ## 7.0.0 (2024-04-03) -* [bitnami/matomo] feat!: :lock: :boom: Improve security defaults (#24823) ([d982c38](https://github.com/bitnami/charts/commit/d982c38)), closes [#24823](https://github.com/bitnami/charts/issues/24823) -* Update resourcesPreset comments (#24467) ([92e3e8a](https://github.com/bitnami/charts/commit/92e3e8a)), closes [#24467](https://github.com/bitnami/charts/issues/24467) +* [bitnami/matomo] feat!: :lock: :boom: Improve security defaults (#24823) ([d982c38](https://github.com/bitnami/charts/commit/d982c3858cbfa240199e91d6cad41f40e035552f)), closes [#24823](https://github.com/bitnami/charts/issues/24823) +* Update resourcesPreset comments (#24467) ([92e3e8a](https://github.com/bitnami/charts/commit/92e3e8a507326d2a20a8f10ab3e7746a2ec5c554)), closes [#24467](https://github.com/bitnami/charts/issues/24467) ## 6.0.1 (2024-04-02) -* [bitnami/matomo] Release 6.0.1 updating components versions (#24788) ([35fcc04](https://github.com/bitnami/charts/commit/35fcc04)), closes [#24788](https://github.com/bitnami/charts/issues/24788) +* [bitnami/matomo] Release 6.0.1 updating components versions (#24788) ([35fcc04](https://github.com/bitnami/charts/commit/35fcc04dde2fa9409d9bf3bf36265a118db65e34)), closes [#24788](https://github.com/bitnami/charts/issues/24788) ## 6.0.0 (2024-03-20) -* [bitnami/*] Reorder Chart sections (#24455) ([0cf4048](https://github.com/bitnami/charts/commit/0cf4048)), closes [#24455](https://github.com/bitnami/charts/issues/24455) -* [bitnami/matomo] Separate config for cronjobs (#24339) ([d76c37b](https://github.com/bitnami/charts/commit/d76c37b)), closes [#24339](https://github.com/bitnami/charts/issues/24339) +* [bitnami/*] Reorder Chart sections (#24455) ([0cf4048](https://github.com/bitnami/charts/commit/0cf4048e8743f70a9753d460655bd030cbff6824)), closes [#24455](https://github.com/bitnami/charts/issues/24455) +* [bitnami/matomo] Separate config for cronjobs (#24339) ([d76c37b](https://github.com/bitnami/charts/commit/d76c37bb4a34de9c7712ac573720d8e6ddd228b8)), closes [#24339](https://github.com/bitnami/charts/issues/24339) ## 5.5.1 (2024-03-14) -* [bitnami/matomo] Fix cronjobs.archive.resources backwards compatibility (#24452) ([5d6a4ad](https://github.com/bitnami/charts/commit/5d6a4ad)), closes [#24452](https://github.com/bitnami/charts/issues/24452) +* [bitnami/matomo] Fix cronjobs.archive.resources backwards compatibility (#24452) ([5d6a4ad](https://github.com/bitnami/charts/commit/5d6a4ad00dfd69066d7c92be1eba3f176f1aaa4e)), closes [#24452](https://github.com/bitnami/charts/issues/24452) ## 5.5.0 (2024-03-14) -* [bitnami/matomo] add independent configuration of cronjob resources (#23903) ([30f64a8](https://github.com/bitnami/charts/commit/30f64a8)), closes [#23903](https://github.com/bitnami/charts/issues/23903) +* [bitnami/matomo] add independent configuration of cronjob resources (#23903) ([30f64a8](https://github.com/bitnami/charts/commit/30f64a89ba1417e3a9d3a89b98eaccfbaf3e81e7)), closes [#23903](https://github.com/bitnami/charts/issues/23903) ## 5.4.1 (2024-03-08) -* [bitnami/matomo] Release 5.4.1 updating components versions (#24265) ([3f53757](https://github.com/bitnami/charts/commit/3f53757)), closes [#24265](https://github.com/bitnami/charts/issues/24265) +* [bitnami/matomo] Release 5.4.1 updating components versions (#24265) ([3f53757](https://github.com/bitnami/charts/commit/3f53757c25c90ba9064eb9ce1b71cff907b60936)), closes [#24265](https://github.com/bitnami/charts/issues/24265) ## 5.4.0 (2024-03-06) -* [bitnami/matomo] feat: :sparkles: :lock: Add automatic adaptation for Openshift restricted-v2 SCC (# ([0e0dc6f](https://github.com/bitnami/charts/commit/0e0dc6f)), closes [#24116](https://github.com/bitnami/charts/issues/24116) +* [bitnami/matomo] feat: :sparkles: :lock: Add automatic adaptation for Openshift restricted-v2 SCC (# ([0e0dc6f](https://github.com/bitnami/charts/commit/0e0dc6f949f16814cc1ddc1947df1f49e77f18ed)), closes [#24116](https://github.com/bitnami/charts/issues/24116) ## 5.3.2 (2024-02-22) -* [bitnami/matomo] Release 5.3.2 updating components versions (#23801) ([00924ad](https://github.com/bitnami/charts/commit/00924ad)), closes [#23801](https://github.com/bitnami/charts/issues/23801) +* [bitnami/matomo] Release 5.3.2 updating components versions (#23801) ([00924ad](https://github.com/bitnami/charts/commit/00924ad92f205c83f834118d1c4ed94d6da308fb)), closes [#23801](https://github.com/bitnami/charts/issues/23801) ## 5.3.1 (2024-02-21) -* [bitnami/matomo] Release 5.3.1 updating components versions (#23723) ([e6930c8](https://github.com/bitnami/charts/commit/e6930c8)), closes [#23723](https://github.com/bitnami/charts/issues/23723) +* [bitnami/matomo] Release 5.3.1 updating components versions (#23723) ([e6930c8](https://github.com/bitnami/charts/commit/e6930c89f4513db43bb5fa4aeac04a045d4a06fa)), closes [#23723](https://github.com/bitnami/charts/issues/23723) ## 5.3.0 (2024-02-20) -* [bitnami/*] Bump all versions (#23602) ([b70ee2a](https://github.com/bitnami/charts/commit/b70ee2a)), closes [#23602](https://github.com/bitnami/charts/issues/23602) +* [bitnami/*] Bump all versions (#23602) ([b70ee2a](https://github.com/bitnami/charts/commit/b70ee2a30e4dc256bf0ac52928fb2fa7a70f049b)), closes [#23602](https://github.com/bitnami/charts/issues/23602) ## 5.2.0 (2024-02-20) -* [bitnami/matomo] feat: :sparkles: :lock: Add resource preset support (#23483) ([bbea8b2](https://github.com/bitnami/charts/commit/bbea8b2)), closes [#23483](https://github.com/bitnami/charts/issues/23483) +* [bitnami/matomo] feat: :sparkles: :lock: Add resource preset support (#23483) ([bbea8b2](https://github.com/bitnami/charts/commit/bbea8b22c1176e5cc48052b0aa77ab93cb16d5f6)), closes [#23483](https://github.com/bitnami/charts/issues/23483) ## 5.1.5 (2024-02-12) -* Unify volumeMounts between Deployment and CronJob (#23213) ([7486027](https://github.com/bitnami/charts/commit/7486027)), closes [#23213](https://github.com/bitnami/charts/issues/23213) +* Unify volumeMounts between Deployment and CronJob (#23213) ([7486027](https://github.com/bitnami/charts/commit/7486027f287905e96f8cecb3bb74987168c71f10)), closes [#23213](https://github.com/bitnami/charts/issues/23213) ## 5.1.4 (2024-02-05) -* [bitnami/matomo] Release 5.1.4 updating components versions (#23195) ([f1adb23](https://github.com/bitnami/charts/commit/f1adb23)), closes [#23195](https://github.com/bitnami/charts/issues/23195) +* [bitnami/matomo] Release 5.1.4 updating components versions (#23195) ([f1adb23](https://github.com/bitnami/charts/commit/f1adb2390ed25ae30ac9e8a7ead5bc96cf1e2f2d)), closes [#23195](https://github.com/bitnami/charts/issues/23195) ## 5.1.3 (2024-02-03) -* [bitnami/matomo] Release 5.1.3 updating components versions (#23103) ([16216f8](https://github.com/bitnami/charts/commit/16216f8)), closes [#23103](https://github.com/bitnami/charts/issues/23103) +* [bitnami/matomo] Release 5.1.3 updating components versions (#23103) ([16216f8](https://github.com/bitnami/charts/commit/16216f8d37cac2cbc9766949425563d89fc8052c)), closes [#23103](https://github.com/bitnami/charts/issues/23103) ## 5.1.2 (2024-01-31) -* [bitnami/matomo] Release 5.1.2 updating components versions (#22936) ([b3eaad5](https://github.com/bitnami/charts/commit/b3eaad5)), closes [#22936](https://github.com/bitnami/charts/issues/22936) +* [bitnami/matomo] Release 5.1.2 updating components versions (#22936) ([b3eaad5](https://github.com/bitnami/charts/commit/b3eaad522c07acb41e9b0be2605ee31fecf1f52c)), closes [#22936](https://github.com/bitnami/charts/issues/22936) ## 5.1.1 (2024-01-25) -* [bitnami/*] Move documentation sections from docs.bitnami.com back to the README (#22203) ([7564f36](https://github.com/bitnami/charts/commit/7564f36)), closes [#22203](https://github.com/bitnami/charts/issues/22203) -* [bitnami/matomo] fix: :bug: Set seLinuxOptions to null for Openshift compatibility (#22620) ([dd4d156](https://github.com/bitnami/charts/commit/dd4d156)), closes [#22620](https://github.com/bitnami/charts/issues/22620) +* [bitnami/*] Move documentation sections from docs.bitnami.com back to the README (#22203) ([7564f36](https://github.com/bitnami/charts/commit/7564f36ca1e95ff30ee686652b7ab8690561a707)), closes [#22203](https://github.com/bitnami/charts/issues/22203) +* [bitnami/matomo] fix: :bug: Set seLinuxOptions to null for Openshift compatibility (#22620) ([dd4d156](https://github.com/bitnami/charts/commit/dd4d156f4ddfebb6f26c2b3eaa5ae972ef002635)), closes [#22620](https://github.com/bitnami/charts/issues/22620) ## 5.1.0 (2024-01-22) -* [bitnami/matomo] fix: :lock: Move service-account token auto-mount to pod declaration (#22430) ([ee278c8](https://github.com/bitnami/charts/commit/ee278c8)), closes [#22430](https://github.com/bitnami/charts/issues/22430) +* [bitnami/matomo] fix: :lock: Move service-account token auto-mount to pod declaration (#22430) ([ee278c8](https://github.com/bitnami/charts/commit/ee278c8da9ec7dbec69fb1f6a0ddad820539f9ce)), closes [#22430](https://github.com/bitnami/charts/issues/22430) ## 5.0.1 (2024-01-18) -* [bitnami/matomo] Release 5.0.1 updating components versions (#22308) ([6830a9a](https://github.com/bitnami/charts/commit/6830a9a)), closes [#22308](https://github.com/bitnami/charts/issues/22308) +* [bitnami/matomo] Release 5.0.1 updating components versions (#22308) ([6830a9a](https://github.com/bitnami/charts/commit/6830a9aad3b4a1567af7b74c18b0e41523c7a265)), closes [#22308](https://github.com/bitnami/charts/issues/22308) ## 5.0.0 (2024-01-17) -* [bitnami/matomo] Release 5.0.0 (#22246) ([d8b2c83](https://github.com/bitnami/charts/commit/d8b2c83)), closes [#22246](https://github.com/bitnami/charts/issues/22246) +* [bitnami/matomo] Release 5.0.0 (#22246) ([d8b2c83](https://github.com/bitnami/charts/commit/d8b2c839534806803d9277371fa512d64e73ddd4)), closes [#22246](https://github.com/bitnami/charts/issues/22246) ## 4.1.0 (2024-01-16) -* [bitnami/*] Fix ref links (in comments) (#21822) ([e4fa296](https://github.com/bitnami/charts/commit/e4fa296)), closes [#21822](https://github.com/bitnami/charts/issues/21822) -* [bitnami/matomo] fix: :lock: Improve podSecurityContext and containerSecurityContext with essential ([c449255](https://github.com/bitnami/charts/commit/c449255)), closes [#22151](https://github.com/bitnami/charts/issues/22151) +* [bitnami/*] Fix ref links (in comments) (#21822) ([e4fa296](https://github.com/bitnami/charts/commit/e4fa296106b225cf8c82445727c675c7c725e380)), closes [#21822](https://github.com/bitnami/charts/issues/21822) +* [bitnami/matomo] fix: :lock: Improve podSecurityContext and containerSecurityContext with essential ([c449255](https://github.com/bitnami/charts/commit/c4492557d63ee7addb0447295fd5fcfc856ddc16)), closes [#22151](https://github.com/bitnami/charts/issues/22151) ## 4.0.1 (2024-01-09) -* matomo: make it possible to use ssl connections to database (#21617) ([308e0ef](https://github.com/bitnami/charts/commit/308e0ef)), closes [#21617](https://github.com/bitnami/charts/issues/21617) -* [bitnami/*] Fix docs.bitnami.com broken links (#21901) ([f35506d](https://github.com/bitnami/charts/commit/f35506d)), closes [#21901](https://github.com/bitnami/charts/issues/21901) -* [bitnami/*] Update copyright: Year and company (#21815) ([6c4bf75](https://github.com/bitnami/charts/commit/6c4bf75)), closes [#21815](https://github.com/bitnami/charts/issues/21815) +* matomo: make it possible to use ssl connections to database (#21617) ([308e0ef](https://github.com/bitnami/charts/commit/308e0efeca7effff3b3441242f3ec06700d3ded1)), closes [#21617](https://github.com/bitnami/charts/issues/21617) +* [bitnami/*] Fix docs.bitnami.com broken links (#21901) ([f35506d](https://github.com/bitnami/charts/commit/f35506d2dadee4f097986e7792df1f53ab215b5d)), closes [#21901](https://github.com/bitnami/charts/issues/21901) +* [bitnami/*] Update copyright: Year and company (#21815) ([6c4bf75](https://github.com/bitnami/charts/commit/6c4bf75dec58fc7c9aee9f089777b1a858c17d5b)), closes [#21815](https://github.com/bitnami/charts/issues/21815) ## 4.0.0 (2023-12-20) -* [bitnami/matomo] Upgrade MariaDB 11.2 (#21687) ([b8370e9](https://github.com/bitnami/charts/commit/b8370e9)), closes [#21687](https://github.com/bitnami/charts/issues/21687) +* [bitnami/matomo] Upgrade MariaDB 11.2 (#21687) ([b8370e9](https://github.com/bitnami/charts/commit/b8370e9bda491be13a9ca5de470b2e23dbd2f660)), closes [#21687](https://github.com/bitnami/charts/issues/21687) ## 3.3.1 (2023-12-20) -* [bitnami/matomo] Release 3.3.1 updating components versions (#21673) ([1c784a1](https://github.com/bitnami/charts/commit/1c784a1)), closes [#21673](https://github.com/bitnami/charts/issues/21673) +* [bitnami/matomo] Release 3.3.1 updating components versions (#21673) ([1c784a1](https://github.com/bitnami/charts/commit/1c784a129325eb1c9477dae178c6a65986bb1988)), closes [#21673](https://github.com/bitnami/charts/issues/21673) ## 3.3.0 (2023-12-18) -* [bitnami/matomo] Allow configuring CronJob pods affinity (#21565) ([fe8f176](https://github.com/bitnami/charts/commit/fe8f176)), closes [#21565](https://github.com/bitnami/charts/issues/21565) +* [bitnami/matomo] Allow configuring CronJob pods affinity (#21565) ([fe8f176](https://github.com/bitnami/charts/commit/fe8f17639a8b8b56e5f529de16f46ed9e5f43a60)), closes [#21565](https://github.com/bitnami/charts/issues/21565) ## 3.2.2 (2023-11-29) -* Bump de chart (#21303) ([e5db594](https://github.com/bitnami/charts/commit/e5db594)), closes [#21303](https://github.com/bitnami/charts/issues/21303) -* fix(matomo): missing trailing newline (#21268) ([fb93032](https://github.com/bitnami/charts/commit/fb93032)), closes [#21268](https://github.com/bitnami/charts/issues/21268) +* Bump de chart (#21303) ([e5db594](https://github.com/bitnami/charts/commit/e5db5940885340b87fc3068cbc58c25205bb9ffe)), closes [#21303](https://github.com/bitnami/charts/issues/21303) +* fix(matomo): missing trailing newline (#21268) ([fb93032](https://github.com/bitnami/charts/commit/fb9303244309f3eb8908498361e29e3762d542ff)), closes [#21268](https://github.com/bitnami/charts/issues/21268) ## 3.2.1 (2023-11-28) -* [bitnami/matomo] Release 3.2.1 updating components versions (#21290) ([ffb7226](https://github.com/bitnami/charts/commit/ffb7226)), closes [#21290](https://github.com/bitnami/charts/issues/21290) +* [bitnami/matomo] Release 3.2.1 updating components versions (#21290) ([ffb7226](https://github.com/bitnami/charts/commit/ffb722674dfb1734169e25136568ad14099f93de)), closes [#21290](https://github.com/bitnami/charts/issues/21290) ## 3.2.0 (2023-11-24) -* [bitnami/matomo] Deprecates 'cronjobs.enabled' (#21232) ([08ef8c6](https://github.com/bitnami/charts/commit/08ef8c6)), closes [#21232](https://github.com/bitnami/charts/issues/21232) +* [bitnami/matomo] Deprecates 'cronjobs.enabled' (#21232) ([08ef8c6](https://github.com/bitnami/charts/commit/08ef8c66ec9cc7cbca0d84bbe0c024b454f9f4a3)), closes [#21232](https://github.com/bitnami/charts/issues/21232) ## 3.1.4 (2023-11-21) -* [bitnami/*] Rename solutions to "Bitnami package for ..." (#21038) ([b82f979](https://github.com/bitnami/charts/commit/b82f979)), closes [#21038](https://github.com/bitnami/charts/issues/21038) -* [bitnami/matomo] Release 3.1.4 updating components versions (#21137) ([6ded36e](https://github.com/bitnami/charts/commit/6ded36e)), closes [#21137](https://github.com/bitnami/charts/issues/21137) +* [bitnami/*] Rename solutions to "Bitnami package for ..." (#21038) ([b82f979](https://github.com/bitnami/charts/commit/b82f979e4fb63423fe6e2192c946d09d79c944fc)), closes [#21038](https://github.com/bitnami/charts/issues/21038) +* [bitnami/matomo] Release 3.1.4 updating components versions (#21137) ([6ded36e](https://github.com/bitnami/charts/commit/6ded36edbc832a6df7054e6360956ca6594e825b)), closes [#21137](https://github.com/bitnami/charts/issues/21137) ## 3.1.3 (2023-11-20) -* [bitnami/*] Remove relative links to non-README sections, add verification for that and update TL;DR ([1103633](https://github.com/bitnami/charts/commit/1103633)), closes [#20967](https://github.com/bitnami/charts/issues/20967) -* [bitnami/matomo] taskScheduler cronjob uses wrong suspend value (#21026) ([5b4a132](https://github.com/bitnami/charts/commit/5b4a132)), closes [#21026](https://github.com/bitnami/charts/issues/21026) +* [bitnami/*] Remove relative links to non-README sections, add verification for that and update TL;DR ([1103633](https://github.com/bitnami/charts/commit/11036334d82df0490aa4abdb591543cab6cf7d7f)), closes [#20967](https://github.com/bitnami/charts/issues/20967) +* [bitnami/matomo] taskScheduler cronjob uses wrong suspend value (#21026) ([5b4a132](https://github.com/bitnami/charts/commit/5b4a132ce005fb777f0f84ce6f816d3da927f41f)), closes [#21026](https://github.com/bitnami/charts/issues/21026) ## 3.1.2 (2023-11-14) -* [bitnami/matomo] fix wrong indent of extraVolumeMounts in cron job (#20923) ([dbcf568](https://github.com/bitnami/charts/commit/dbcf568)), closes [#20923](https://github.com/bitnami/charts/issues/20923) +* [bitnami/matomo] fix wrong indent of extraVolumeMounts in cron job (#20923) ([dbcf568](https://github.com/bitnami/charts/commit/dbcf568d6727f6cf6bdd54df3f955964485d63a3)), closes [#20923](https://github.com/bitnami/charts/issues/20923) ## 3.1.1 (2023-11-09) -* [bitnami/matomo] Release 3.1.1 updating components versions (#20754) ([b26559c](https://github.com/bitnami/charts/commit/b26559c)), closes [#20754](https://github.com/bitnami/charts/issues/20754) +* [bitnami/matomo] Release 3.1.1 updating components versions (#20754) ([b26559c](https://github.com/bitnami/charts/commit/b26559c031bb60a021c3db4bd7b40b83b9193b45)), closes [#20754](https://github.com/bitnami/charts/issues/20754) ## 3.1.0 (2023-11-07) -* [bitnami/*] Rename VMware Application Catalog (#20361) ([3acc734](https://github.com/bitnami/charts/commit/3acc734)), closes [#20361](https://github.com/bitnami/charts/issues/20361) -* [bitnami/*] Skip image's tag in the README files of the Bitnami Charts (#19841) ([bb9a01b](https://github.com/bitnami/charts/commit/bb9a01b)), closes [#19841](https://github.com/bitnami/charts/issues/19841) -* [bitnami/*] Standardize documentation (#19835) ([af5f753](https://github.com/bitnami/charts/commit/af5f753)), closes [#19835](https://github.com/bitnami/charts/issues/19835) -* [bitnami/matomo] feat: :sparkles: Add support for PSA restricted policy (#20482) ([9202d41](https://github.com/bitnami/charts/commit/9202d41)), closes [#20482](https://github.com/bitnami/charts/issues/20482) +* [bitnami/*] Rename VMware Application Catalog (#20361) ([3acc734](https://github.com/bitnami/charts/commit/3acc73472beb6fb56c4d99f929061001205bc57e)), closes [#20361](https://github.com/bitnami/charts/issues/20361) +* [bitnami/*] Skip image's tag in the README files of the Bitnami Charts (#19841) ([bb9a01b](https://github.com/bitnami/charts/commit/bb9a01b65911c87e48318db922cc05eb42785e42)), closes [#19841](https://github.com/bitnami/charts/issues/19841) +* [bitnami/*] Standardize documentation (#19835) ([af5f753](https://github.com/bitnami/charts/commit/af5f7530c1bc8c5ded53a6c4f7b8f384ac1804f2)), closes [#19835](https://github.com/bitnami/charts/issues/19835) +* [bitnami/matomo] feat: :sparkles: Add support for PSA restricted policy (#20482) ([9202d41](https://github.com/bitnami/charts/commit/9202d413050e96f380eb670e3628d26c718e4465)), closes [#20482](https://github.com/bitnami/charts/issues/20482) ## 3.0.2 (2023-10-17) -* [bitnami/matomo] fix wrong indent of extra volumes (#20271) ([ad1c99b](https://github.com/bitnami/charts/commit/ad1c99b)), closes [#20271](https://github.com/bitnami/charts/issues/20271) +* [bitnami/matomo] fix wrong indent of extra volumes (#20271) ([ad1c99b](https://github.com/bitnami/charts/commit/ad1c99b39009211470f4fd849f971778ad64e670)), closes [#20271](https://github.com/bitnami/charts/issues/20271) ## 3.0.1 (2023-10-12) -* [bitnami/matomo] Release 3.0.1 (#20152) ([beff189](https://github.com/bitnami/charts/commit/beff189)), closes [#20152](https://github.com/bitnami/charts/issues/20152) +* [bitnami/matomo] Release 3.0.1 (#20152) ([beff189](https://github.com/bitnami/charts/commit/beff1895a747b2dad35cba55d1093bacf3b628fb)), closes [#20152](https://github.com/bitnami/charts/issues/20152) ## 3.0.0 (2023-10-11) -* [bitnami/matomo] Update MariaDB to 14.x.x (#20004) ([be949c2](https://github.com/bitnami/charts/commit/be949c2)), closes [#20004](https://github.com/bitnami/charts/issues/20004) +* [bitnami/matomo] Update MariaDB to 14.x.x (#20004) ([be949c2](https://github.com/bitnami/charts/commit/be949c2943d433f329f12c7a5bd9c3ede05c471d)), closes [#20004](https://github.com/bitnami/charts/issues/20004) ## 2.3.3 (2023-10-09) -* [bitnami/matomo] Release 2.3.3 (#19920) ([3c07503](https://github.com/bitnami/charts/commit/3c07503)), closes [#19920](https://github.com/bitnami/charts/issues/19920) +* [bitnami/matomo] Release 2.3.3 (#19920) ([3c07503](https://github.com/bitnami/charts/commit/3c07503aef4f0e7ecad7d3955ffb552a31702d6d)), closes [#19920](https://github.com/bitnami/charts/issues/19920) ## 2.3.2 (2023-10-09) -* [bitnami/matomo] Release 2.3.2 (#19865) ([04cfd89](https://github.com/bitnami/charts/commit/04cfd89)), closes [#19865](https://github.com/bitnami/charts/issues/19865) +* [bitnami/matomo] Release 2.3.2 (#19865) ([04cfd89](https://github.com/bitnami/charts/commit/04cfd895cdf0bea44f119eea086c03153b7200b0)), closes [#19865](https://github.com/bitnami/charts/issues/19865) ## 2.3.1 (2023-10-09) -* [bitnami/*] Update Helm charts prerequisites (#19745) ([eb755dd](https://github.com/bitnami/charts/commit/eb755dd)), closes [#19745](https://github.com/bitnami/charts/issues/19745) -* [bitnami/matomo] Release 2.3.1 (#19795) ([02df2e9](https://github.com/bitnami/charts/commit/02df2e9)), closes [#19795](https://github.com/bitnami/charts/issues/19795) +* [bitnami/*] Update Helm charts prerequisites (#19745) ([eb755dd](https://github.com/bitnami/charts/commit/eb755dd36a4dd3cf6635be8e0598f9a7f4c4a554)), closes [#19745](https://github.com/bitnami/charts/issues/19745) +* [bitnami/matomo] Release 2.3.1 (#19795) ([02df2e9](https://github.com/bitnami/charts/commit/02df2e946fd5b4e97f78b302987ca52ca46f23ef)), closes [#19795](https://github.com/bitnami/charts/issues/19795) ## 2.3.0 (2023-09-29) -* [bitnami/*] Update readme files (#19277) ([e56aeb2](https://github.com/bitnami/charts/commit/e56aeb2)), closes [#19277](https://github.com/bitnami/charts/issues/19277) -* [bitnami/matomo] Add cronjobs for archive and scheduled tasks (#18754) ([fce0a66](https://github.com/bitnami/charts/commit/fce0a66)), closes [#18754](https://github.com/bitnami/charts/issues/18754) +* [bitnami/*] Update readme files (#19277) ([e56aeb2](https://github.com/bitnami/charts/commit/e56aeb2fbfbf5b6e42375db48cc7ae1ef1c3a823)), closes [#19277](https://github.com/bitnami/charts/issues/19277) +* [bitnami/matomo] Add cronjobs for archive and scheduled tasks (#18754) ([fce0a66](https://github.com/bitnami/charts/commit/fce0a663991ced893b7472f12dc1a9d345210eea)), closes [#18754](https://github.com/bitnami/charts/issues/18754) ## 2.2.3 (2023-09-18) -* [bitnami/matomo] Release 2.2.3 (#19346) ([266b9c7](https://github.com/bitnami/charts/commit/266b9c7)), closes [#19346](https://github.com/bitnami/charts/issues/19346) -* Revert "Autogenerate schema files (#19194)" (#19335) ([73d80be](https://github.com/bitnami/charts/commit/73d80be)), closes [#19194](https://github.com/bitnami/charts/issues/19194) [#19335](https://github.com/bitnami/charts/issues/19335) +* [bitnami/matomo] Release 2.2.3 (#19346) ([266b9c7](https://github.com/bitnami/charts/commit/266b9c74a400128439f25ce51f57bd57c0324ea9)), closes [#19346](https://github.com/bitnami/charts/issues/19346) +* Revert "Autogenerate schema files (#19194)" (#19335) ([73d80be](https://github.com/bitnami/charts/commit/73d80be525c88fb4b8a54451a55acd506e337062)), closes [#19194](https://github.com/bitnami/charts/issues/19194) [#19335](https://github.com/bitnami/charts/issues/19335) ## 2.2.2 (2023-09-15) -* [bitnami/matomo] wrong smtpAuth rendering (#19276) ([711d005](https://github.com/bitnami/charts/commit/711d005)), closes [#19276](https://github.com/bitnami/charts/issues/19276) -* Autogenerate schema files (#19194) ([a2c2090](https://github.com/bitnami/charts/commit/a2c2090)), closes [#19194](https://github.com/bitnami/charts/issues/19194) +* [bitnami/matomo] wrong smtpAuth rendering (#19276) ([711d005](https://github.com/bitnami/charts/commit/711d0056fd19eea4f54dbf282e4ddd0cfeb84a7a)), closes [#19276](https://github.com/bitnami/charts/issues/19276) +* Autogenerate schema files (#19194) ([a2c2090](https://github.com/bitnami/charts/commit/a2c2090b5ac97f47b745c8028c6452bf99739772)), closes [#19194](https://github.com/bitnami/charts/issues/19194) ## 2.2.1 (2023-09-07) -* [bitnami/matomo: Use merge helper]: (#19068) ([897f06c](https://github.com/bitnami/charts/commit/897f06c)), closes [#19068](https://github.com/bitnami/charts/issues/19068) +* [bitnami/matomo: Use merge helper]: (#19068) ([897f06c](https://github.com/bitnami/charts/commit/897f06cbc061319cb2bb8586306e2e4de692c42e)), closes [#19068](https://github.com/bitnami/charts/issues/19068) ## 2.2.0 (2023-08-29) -* [bitnami/matomo] expand mail configuration (#18911) ([261b793](https://github.com/bitnami/charts/commit/261b793)), closes [#18911](https://github.com/bitnami/charts/issues/18911) +* [bitnami/matomo] expand mail configuration (#18911) ([261b793](https://github.com/bitnami/charts/commit/261b793872b63520985e50965bcddf4126a51e68)), closes [#18911](https://github.com/bitnami/charts/issues/18911) ## 2.1.0 (2023-08-24) -* [bitnami/matomo] Support for customizing standard labels (#18622) ([7152f6d](https://github.com/bitnami/charts/commit/7152f6d)), closes [#18622](https://github.com/bitnami/charts/issues/18622) +* [bitnami/matomo] Support for customizing standard labels (#18622) ([7152f6d](https://github.com/bitnami/charts/commit/7152f6db671f5c595b316b070f465cc0591df35c)), closes [#18622](https://github.com/bitnami/charts/issues/18622) ## 2.0.5 (2023-08-20) -* [bitnami/matomo] Release 2.0.5 (#18683) ([97e72ab](https://github.com/bitnami/charts/commit/97e72ab)), closes [#18683](https://github.com/bitnami/charts/issues/18683) +* [bitnami/matomo] Release 2.0.5 (#18683) ([97e72ab](https://github.com/bitnami/charts/commit/97e72ab3f57ac9fd7b1739f9991a56550b104113)), closes [#18683](https://github.com/bitnami/charts/issues/18683) ## 2.0.4 (2023-08-17) -* [bitnami/matomo] Release 2.0.4 (#18547) ([fcdf22a](https://github.com/bitnami/charts/commit/fcdf22a)), closes [#18547](https://github.com/bitnami/charts/issues/18547) +* [bitnami/matomo] Release 2.0.4 (#18547) ([fcdf22a](https://github.com/bitnami/charts/commit/fcdf22ae4669dd79e4f4cd765aa815dcb3baf348)), closes [#18547](https://github.com/bitnami/charts/issues/18547) ## 2.0.3 (2023-08-09) -* [bitnami/matomo] Do not create Secret when an external DB Secret is provided (#18027) (#18037) ([041738f](https://github.com/bitnami/charts/commit/041738f)), closes [#18027](https://github.com/bitnami/charts/issues/18027) [#18037](https://github.com/bitnami/charts/issues/18037) +* [bitnami/matomo] Do not create Secret when an external DB Secret is provided (#18027) (#18037) ([041738f](https://github.com/bitnami/charts/commit/041738fe0c066936b36a631f08a00c22b2525db7)), closes [#18027](https://github.com/bitnami/charts/issues/18027) [#18037](https://github.com/bitnami/charts/issues/18037) ## 2.0.2 (2023-08-03) -* [bitnami/matomo] Release 2.0.2 (#18176) ([7910625](https://github.com/bitnami/charts/commit/7910625)), closes [#18176](https://github.com/bitnami/charts/issues/18176) +* [bitnami/matomo] Release 2.0.2 (#18176) ([7910625](https://github.com/bitnami/charts/commit/7910625e34129d7270254310c26a38d3ee245adf)), closes [#18176](https://github.com/bitnami/charts/issues/18176) ## 2.0.1 (2023-08-01) -* [bitnami/matomo] Release 2.0.1 (#18132) ([628bcbb](https://github.com/bitnami/charts/commit/628bcbb)), closes [#18132](https://github.com/bitnami/charts/issues/18132) +* [bitnami/matomo] Release 2.0.1 (#18132) ([628bcbb](https://github.com/bitnami/charts/commit/628bcbbf0a53514fa48102de18a68b6fc0283f84)), closes [#18132](https://github.com/bitnami/charts/issues/18132) ## 2.0.0 (2023-08-01) -* [bitnami/matomo] Update MariaDB chart to 13.0 (#18108) ([aa26bae](https://github.com/bitnami/charts/commit/aa26bae)), closes [#18108](https://github.com/bitnami/charts/issues/18108) +* [bitnami/matomo] Update MariaDB chart to 13.0 (#18108) ([aa26bae](https://github.com/bitnami/charts/commit/aa26bae03a0162855c3adea618844bb13b9fc2cd)), closes [#18108](https://github.com/bitnami/charts/issues/18108) ## 1.1.11 (2023-08-01) -* [bitnami/matomo] Release 1.1.11 updating components versions (#18084) ([8942c3f](https://github.com/bitnami/charts/commit/8942c3f)), closes [#18084](https://github.com/bitnami/charts/issues/18084) +* [bitnami/matomo] Release 1.1.11 updating components versions (#18084) ([8942c3f](https://github.com/bitnami/charts/commit/8942c3f2b7797b8e7025be1b001fa35bf8bc18fa)), closes [#18084](https://github.com/bitnami/charts/issues/18084) ## 1.1.10 (2023-07-31) -* [bitnami/matomo] Release 1.1.10 (#18064) ([7a711f1](https://github.com/bitnami/charts/commit/7a711f1)), closes [#18064](https://github.com/bitnami/charts/issues/18064) +* [bitnami/matomo] Release 1.1.10 (#18064) ([7a711f1](https://github.com/bitnami/charts/commit/7a711f1b7c5dca1bf2d6df2507b2c7ab3c720e55)), closes [#18064](https://github.com/bitnami/charts/issues/18064) ## 1.1.9 (2023-07-26) -* [bitnami/matomo] Release 1.1.9 (#17918) ([96c363a](https://github.com/bitnami/charts/commit/96c363a)), closes [#17918](https://github.com/bitnami/charts/issues/17918) +* [bitnami/matomo] Release 1.1.9 (#17918) ([96c363a](https://github.com/bitnami/charts/commit/96c363a30bec24d83297ffe8f91d26184c63a6cd)), closes [#17918](https://github.com/bitnami/charts/issues/17918) ## 1.1.8 (2023-07-15) -* [bitnami/matomo] Release 1 updating components versions (#17621) ([1703389](https://github.com/bitnami/charts/commit/1703389)), closes [#17621](https://github.com/bitnami/charts/issues/17621) +* [bitnami/matomo] Release 1 updating components versions (#17621) ([1703389](https://github.com/bitnami/charts/commit/1703389bfdb4200a324bac3c68f9f1255ad86d50)), closes [#17621](https://github.com/bitnami/charts/issues/17621) ## 1.1.7 (2023-07-11) -* [bitnami/matomo] Release 1.1.7 (#17558) ([6a65395](https://github.com/bitnami/charts/commit/6a65395)), closes [#17558](https://github.com/bitnami/charts/issues/17558) +* [bitnami/matomo] Release 1.1.7 (#17558) ([6a65395](https://github.com/bitnami/charts/commit/6a65395b2b8aa85ba133660385d26a94abaeef25)), closes [#17558](https://github.com/bitnami/charts/issues/17558) ## 1.1.6 (2023-07-07) -* [bitnami/matomo] Release 1.1.6 (#17516) ([f559fa7](https://github.com/bitnami/charts/commit/f559fa7)), closes [#17516](https://github.com/bitnami/charts/issues/17516) +* [bitnami/matomo] Release 1.1.6 (#17516) ([f559fa7](https://github.com/bitnami/charts/commit/f559fa746836bf63e86ae1fe5ddbca4d72d14b68)), closes [#17516](https://github.com/bitnami/charts/issues/17516) ## 1.1.5 (2023-06-30) -* [bitnami/*] Change copyright section in READMEs (#17006) ([ef986a1](https://github.com/bitnami/charts/commit/ef986a1)), closes [#17006](https://github.com/bitnami/charts/issues/17006) -* [bitnami/matomo] Release 1.1.5 (#17431) ([9e69f8b](https://github.com/bitnami/charts/commit/9e69f8b)), closes [#17431](https://github.com/bitnami/charts/issues/17431) -* [bitnami/several] Change copyright section in READMEs (#16989) ([5b6a5cf](https://github.com/bitnami/charts/commit/5b6a5cf)), closes [#16989](https://github.com/bitnami/charts/issues/16989) -* Add copyright header (#17300) ([da68be8](https://github.com/bitnami/charts/commit/da68be8)), closes [#17300](https://github.com/bitnami/charts/issues/17300) -* Update charts readme (#17217) ([31b3c0a](https://github.com/bitnami/charts/commit/31b3c0a)), closes [#17217](https://github.com/bitnami/charts/issues/17217) +* [bitnami/*] Change copyright section in READMEs (#17006) ([ef986a1](https://github.com/bitnami/charts/commit/ef986a1605241102b3dcafe9fd8089e6fc1201ad)), closes [#17006](https://github.com/bitnami/charts/issues/17006) +* [bitnami/matomo] Release 1.1.5 (#17431) ([9e69f8b](https://github.com/bitnami/charts/commit/9e69f8bcbf337804c3bbc05dbc84c7e60f8cf44a)), closes [#17431](https://github.com/bitnami/charts/issues/17431) +* [bitnami/several] Change copyright section in READMEs (#16989) ([5b6a5cf](https://github.com/bitnami/charts/commit/5b6a5cfb7625a751848a2e5cd796bd7278f406ca)), closes [#16989](https://github.com/bitnami/charts/issues/16989) +* Add copyright header (#17300) ([da68be8](https://github.com/bitnami/charts/commit/da68be8e951225133c7dfb572d5101ca3d61c5ae)), closes [#17300](https://github.com/bitnami/charts/issues/17300) +* Update charts readme (#17217) ([31b3c0a](https://github.com/bitnami/charts/commit/31b3c0afd968ff4429107e34101f7509e6a0e913)), closes [#17217](https://github.com/bitnami/charts/issues/17217) ## 1.1.4 (2023-05-31) -* [bitnami/matomo] Release 1.1.4 (#16982) ([d7ecf6b](https://github.com/bitnami/charts/commit/d7ecf6b)), closes [#16982](https://github.com/bitnami/charts/issues/16982) +* [bitnami/matomo] Release 1.1.4 (#16982) ([d7ecf6b](https://github.com/bitnami/charts/commit/d7ecf6b25df4a8625d1b3af390e3260471d089d3)), closes [#16982](https://github.com/bitnami/charts/issues/16982) ## 1.1.3 (2023-05-30) -* [bitnami/matomo] Release 1.1.3 (#16960) ([ca94936](https://github.com/bitnami/charts/commit/ca94936)), closes [#16960](https://github.com/bitnami/charts/issues/16960) +* [bitnami/matomo] Release 1.1.3 (#16960) ([ca94936](https://github.com/bitnami/charts/commit/ca94936bf705768a868d4f47c72a9b733bd143a7)), closes [#16960](https://github.com/bitnami/charts/issues/16960) ## 1.1.2 (2023-05-21) -* [bitnami/matomo] Release 1.1.2 (#16789) ([3e77422](https://github.com/bitnami/charts/commit/3e77422)), closes [#16789](https://github.com/bitnami/charts/issues/16789) +* [bitnami/matomo] Release 1.1.2 (#16789) ([3e77422](https://github.com/bitnami/charts/commit/3e77422435f75722395d8e78e073b214beb46545)), closes [#16789](https://github.com/bitnami/charts/issues/16789) ## 1.1.1 (2023-05-11) -* [bitnami/matomo] Release 1.0.1 (#16471) ([1327065](https://github.com/bitnami/charts/commit/1327065)), closes [#16471](https://github.com/bitnami/charts/issues/16471) -* Add wording for enterprise page (#16560) ([8f22774](https://github.com/bitnami/charts/commit/8f22774)), closes [#16560](https://github.com/bitnami/charts/issues/16560) +* [bitnami/matomo] Release 1.0.1 (#16471) ([1327065](https://github.com/bitnami/charts/commit/1327065c9ae88115d2cbfd42ea332debc62cbe30)), closes [#16471](https://github.com/bitnami/charts/issues/16471) +* Add wording for enterprise page (#16560) ([8f22774](https://github.com/bitnami/charts/commit/8f2277440b976d52785ba9149762ad8620a73d1f)), closes [#16560](https://github.com/bitnami/charts/issues/16560) ## 1.1.0 (2023-05-09) -* [bitnami/several] Adapt Chart.yaml to set desired OCI annotations (#16546) ([fc9b18f](https://github.com/bitnami/charts/commit/fc9b18f)), closes [#16546](https://github.com/bitnami/charts/issues/16546) +* [bitnami/several] Adapt Chart.yaml to set desired OCI annotations (#16546) ([fc9b18f](https://github.com/bitnami/charts/commit/fc9b18f2e98805d4df629acbcde696f44f973344)), closes [#16546](https://github.com/bitnami/charts/issues/16546) ## 1.0.0 (2023-04-21) -* [bitnami/matomo] Upgrade MariaDB to version 10.11 (#16170) ([c60b013](https://github.com/bitnami/charts/commit/c60b013)), closes [#16170](https://github.com/bitnami/charts/issues/16170) +* [bitnami/matomo] Upgrade MariaDB to version 10.11 (#16170) ([c60b013](https://github.com/bitnami/charts/commit/c60b013fc6b6f7d331881e46443ec833c584653a)), closes [#16170](https://github.com/bitnami/charts/issues/16170) ## 0.3.0 (2023-04-20) -* [bitnami/*] Make Helm charts 100% OCI (#15998) ([8841510](https://github.com/bitnami/charts/commit/8841510)), closes [#15998](https://github.com/bitnami/charts/issues/15998) +* [bitnami/*] Make Helm charts 100% OCI (#15998) ([8841510](https://github.com/bitnami/charts/commit/884151035efcbf2e1b3206e7def85511073fb57d)), closes [#15998](https://github.com/bitnami/charts/issues/15998) ## 0.2.32 (2023-04-19) -* [bitnami/matomo] Release 0.2.32 (#16123) ([a099e64](https://github.com/bitnami/charts/commit/a099e64)), closes [#16123](https://github.com/bitnami/charts/issues/16123) +* [bitnami/matomo] Release 0.2.32 (#16123) ([a099e64](https://github.com/bitnami/charts/commit/a099e6475c45788c13accf91afcef55535535ccf)), closes [#16123](https://github.com/bitnami/charts/issues/16123) ## 0.2.31 (2023-04-14) -* [bitnami/matomo] Fix probe paths (#16043) ([b92052c](https://github.com/bitnami/charts/commit/b92052c)), closes [#16043](https://github.com/bitnami/charts/issues/16043) +* [bitnami/matomo] Fix probe paths (#16043) ([b92052c](https://github.com/bitnami/charts/commit/b92052cd2f676717fe00ae237e4c047f53d908b3)), closes [#16043](https://github.com/bitnami/charts/issues/16043) ## 0.2.30 (2023-04-11) -* [bitnami/matomo] Release 0.2.30 (#16014) ([4259b59](https://github.com/bitnami/charts/commit/4259b59)), closes [#16014](https://github.com/bitnami/charts/issues/16014) +* [bitnami/matomo] Release 0.2.30 (#16014) ([4259b59](https://github.com/bitnami/charts/commit/4259b5975164048113b26227d77e5e052c74296e)), closes [#16014](https://github.com/bitnami/charts/issues/16014) ## 0.2.29 (2023-03-21) -* [bitnami/matomo] Release 0.2.29 (#15657) ([07a97e0](https://github.com/bitnami/charts/commit/07a97e0)), closes [#15657](https://github.com/bitnami/charts/issues/15657) +* [bitnami/matomo] Release 0.2.29 (#15657) ([07a97e0](https://github.com/bitnami/charts/commit/07a97e06418ce046a79800fb1c0f7c8f24450962)), closes [#15657](https://github.com/bitnami/charts/issues/15657) ## 0.2.28 (2023-03-20) -* [bitnami/matomo] Release 0.2.28 (#15645) ([b2f8c43](https://github.com/bitnami/charts/commit/b2f8c43)), closes [#15645](https://github.com/bitnami/charts/issues/15645) +* [bitnami/matomo] Release 0.2.28 (#15645) ([b2f8c43](https://github.com/bitnami/charts/commit/b2f8c432c9dc3c4cb3af4a4298c72198c286bf72)), closes [#15645](https://github.com/bitnami/charts/issues/15645) ## 0.2.27 (2023-03-18) -* [bitnami/charts] Apply linter to README files (#15357) ([0e29e60](https://github.com/bitnami/charts/commit/0e29e60)), closes [#15357](https://github.com/bitnami/charts/issues/15357) -* [bitnami/matomo] Release 0.2.27 (#15590) ([44f10b1](https://github.com/bitnami/charts/commit/44f10b1)), closes [#15590](https://github.com/bitnami/charts/issues/15590) +* [bitnami/charts] Apply linter to README files (#15357) ([0e29e60](https://github.com/bitnami/charts/commit/0e29e600d3adc8b1b46e506eccb3decfab3b4e63)), closes [#15357](https://github.com/bitnami/charts/issues/15357) +* [bitnami/matomo] Release 0.2.27 (#15590) ([44f10b1](https://github.com/bitnami/charts/commit/44f10b19e4890d4711f6f9728a700b0200d67183)), closes [#15590](https://github.com/bitnami/charts/issues/15590) ## 0.2.26 (2023-03-01) -* [bitnami/matomo] Release 0.2.26 (#15261) ([ab90b91](https://github.com/bitnami/charts/commit/ab90b91)), closes [#15261](https://github.com/bitnami/charts/issues/15261) +* [bitnami/matomo] Release 0.2.26 (#15261) ([ab90b91](https://github.com/bitnami/charts/commit/ab90b91f7fd573a2f08f31a45b1c28a707bfdf8e)), closes [#15261](https://github.com/bitnami/charts/issues/15261) ## 0.2.25 (2023-02-17) -* [bitnami/*] Fix markdown linter issues 2 (#14890) ([aa96572](https://github.com/bitnami/charts/commit/aa96572)), closes [#14890](https://github.com/bitnami/charts/issues/14890) -* [bitnami/matomo] Release 0.2.25 (#15000) ([8ed39fa](https://github.com/bitnami/charts/commit/8ed39fa)), closes [#15000](https://github.com/bitnami/charts/issues/15000) +* [bitnami/*] Fix markdown linter issues 2 (#14890) ([aa96572](https://github.com/bitnami/charts/commit/aa9657237ee8df4a46db0d7fdf8a23230dd6902a)), closes [#14890](https://github.com/bitnami/charts/issues/14890) +* [bitnami/matomo] Release 0.2.25 (#15000) ([8ed39fa](https://github.com/bitnami/charts/commit/8ed39fa503c0039ce0c2c8ee83869767968f301a)), closes [#15000](https://github.com/bitnami/charts/issues/15000) ## 0.2.24 (2023-02-14) -* [bitnami/*] Fix markdown linter issues (#14874) ([a51e0e8](https://github.com/bitnami/charts/commit/a51e0e8)), closes [#14874](https://github.com/bitnami/charts/issues/14874) -* [bitnami/*] Remove unexpected extra spaces (#14873) ([c97c714](https://github.com/bitnami/charts/commit/c97c714)), closes [#14873](https://github.com/bitnami/charts/issues/14873) -* [bitnami/matomo] Release 0.2.24 (#14884) ([4e8667f](https://github.com/bitnami/charts/commit/4e8667f)), closes [#14884](https://github.com/bitnami/charts/issues/14884) +* [bitnami/*] Fix markdown linter issues (#14874) ([a51e0e8](https://github.com/bitnami/charts/commit/a51e0e8d35495b907f3e70dd2f8e7c3bcbf4166a)), closes [#14874](https://github.com/bitnami/charts/issues/14874) +* [bitnami/*] Remove unexpected extra spaces (#14873) ([c97c714](https://github.com/bitnami/charts/commit/c97c714887380d47eae7bfeff316bf01595ecd1d)), closes [#14873](https://github.com/bitnami/charts/issues/14873) +* [bitnami/matomo] Release 0.2.24 (#14884) ([4e8667f](https://github.com/bitnami/charts/commit/4e8667f3589cfadde58cf32ccdbc8eb837909434)), closes [#14884](https://github.com/bitnami/charts/issues/14884) ## 0.2.23 (2023-02-10) -* [bitnami/matomo] removed specified resources on values.yaml (#14812) ([c6e1059](https://github.com/bitnami/charts/commit/c6e1059)), closes [#14812](https://github.com/bitnami/charts/issues/14812) +* [bitnami/matomo] removed specified resources on values.yaml (#14812) ([c6e1059](https://github.com/bitnami/charts/commit/c6e105959a4e80e7acb68558c37fe38ec9737b39)), closes [#14812](https://github.com/bitnami/charts/issues/14812) ## 0.2.22 (2023-01-31) -* [bitnami/*] Change copyright date (#14682) ([add4ec7](https://github.com/bitnami/charts/commit/add4ec7)), closes [#14682](https://github.com/bitnami/charts/issues/14682) -* [bitnami/matomo] Don't regenerate self-signed certs on upgrade (#14639) ([902e128](https://github.com/bitnami/charts/commit/902e128)), closes [#14639](https://github.com/bitnami/charts/issues/14639) +* [bitnami/*] Change copyright date (#14682) ([add4ec7](https://github.com/bitnami/charts/commit/add4ec701108ac36ed4de2dffbdf407a0d091067)), closes [#14682](https://github.com/bitnami/charts/issues/14682) +* [bitnami/matomo] Don't regenerate self-signed certs on upgrade (#14639) ([902e128](https://github.com/bitnami/charts/commit/902e1281fbc085b32924b200fbc8da8f4c92ead8)), closes [#14639](https://github.com/bitnami/charts/issues/14639) ## 0.2.21 (2023-01-30) -* [bitnami/matomo] Release 0.2.21 (#14604) ([caeeb16](https://github.com/bitnami/charts/commit/caeeb16)), closes [#14604](https://github.com/bitnami/charts/issues/14604) +* [bitnami/matomo] Release 0.2.21 (#14604) ([caeeb16](https://github.com/bitnami/charts/commit/caeeb16daad485e2229e64758853956376395f9f)), closes [#14604](https://github.com/bitnami/charts/issues/14604) ## 0.2.20 (2023-01-30) -* [bitnami/matomo] Fix mounting of post init scripts (#14559) ([8731194](https://github.com/bitnami/charts/commit/8731194)), closes [#14559](https://github.com/bitnami/charts/issues/14559) +* [bitnami/matomo] Fix mounting of post init scripts (#14559) ([8731194](https://github.com/bitnami/charts/commit/873119420606f5494958ed18f51991471ad77bb2)), closes [#14559](https://github.com/bitnami/charts/issues/14559) ## 0.2.19 (2023-01-26) -* [bitnami/*] Unify READMEs (#14472) ([2064fb8](https://github.com/bitnami/charts/commit/2064fb8)), closes [#14472](https://github.com/bitnami/charts/issues/14472) -* [bitnami/matomo] Release 0.2.19 (#14552) ([72db1af](https://github.com/bitnami/charts/commit/72db1af)), closes [#14552](https://github.com/bitnami/charts/issues/14552) +* [bitnami/*] Unify READMEs (#14472) ([2064fb8](https://github.com/bitnami/charts/commit/2064fb8dcc78a845cdede8211af8c3cc52551161)), closes [#14472](https://github.com/bitnami/charts/issues/14472) +* [bitnami/matomo] Release 0.2.19 (#14552) ([72db1af](https://github.com/bitnami/charts/commit/72db1af44cc0d95c31c33348db84bb7269c36d8a)), closes [#14552](https://github.com/bitnami/charts/issues/14552) ## 0.2.18 (2023-01-19) -* [bitnami/matomo] Release 0.2.18 (#14456) ([be608b9](https://github.com/bitnami/charts/commit/be608b9)), closes [#14456](https://github.com/bitnami/charts/issues/14456) +* [bitnami/matomo] Release 0.2.18 (#14456) ([be608b9](https://github.com/bitnami/charts/commit/be608b95a94724247276e370936d02fa7c94b288)), closes [#14456](https://github.com/bitnami/charts/issues/14456) ## 0.2.17 (2023-01-17) -* [bitnami/*] Add license annotation and remove obsolete engine parameter (#14293) ([da2a794](https://github.com/bitnami/charts/commit/da2a794)), closes [#14293](https://github.com/bitnami/charts/issues/14293) -* [bitnami/*] Change licenses annotation format (#14377) ([0ab7608](https://github.com/bitnami/charts/commit/0ab7608)), closes [#14377](https://github.com/bitnami/charts/issues/14377) -* [bitnami/matomo] Release 0.2.17 (#14392) ([3a09423](https://github.com/bitnami/charts/commit/3a09423)), closes [#14392](https://github.com/bitnami/charts/issues/14392) +* [bitnami/*] Add license annotation and remove obsolete engine parameter (#14293) ([da2a794](https://github.com/bitnami/charts/commit/da2a7943bae95b6e9b5b4ed972c15e990b69fdb0)), closes [#14293](https://github.com/bitnami/charts/issues/14293) +* [bitnami/*] Change licenses annotation format (#14377) ([0ab7608](https://github.com/bitnami/charts/commit/0ab760862c660fcc78cffadf8e1d8cdd70881473)), closes [#14377](https://github.com/bitnami/charts/issues/14377) +* [bitnami/matomo] Release 0.2.17 (#14392) ([3a09423](https://github.com/bitnami/charts/commit/3a09423ef04992f8f305a7c91b2e3ca8142534f3)), closes [#14392](https://github.com/bitnami/charts/issues/14392) ## 0.2.16 (2023-01-09) -* [bitnami/matomo] Release 0.2.16 (#14234) ([d8a5f63](https://github.com/bitnami/charts/commit/d8a5f63)), closes [#14234](https://github.com/bitnami/charts/issues/14234) +* [bitnami/matomo] Release 0.2.16 (#14234) ([d8a5f63](https://github.com/bitnami/charts/commit/d8a5f63aa65655f819bbd5d31f0be3c6c488e85c)), closes [#14234](https://github.com/bitnami/charts/issues/14234) ## 0.2.15 (2022-12-10) -* [bitnami/matomo] Release 0.2.15 (#13905) ([86a6277](https://github.com/bitnami/charts/commit/86a6277)), closes [#13905](https://github.com/bitnami/charts/issues/13905) +* [bitnami/matomo] Release 0.2.15 (#13905) ([86a6277](https://github.com/bitnami/charts/commit/86a62772b2bbc0a956652956eba7787ea15fb1da)), closes [#13905](https://github.com/bitnami/charts/issues/13905) ## 0.2.14 (2022-11-26) -* [bitnami/matomo] Release 0.2.14 (#13703) ([28411ba](https://github.com/bitnami/charts/commit/28411ba)), closes [#13703](https://github.com/bitnami/charts/issues/13703) +* [bitnami/matomo] Release 0.2.14 (#13703) ([28411ba](https://github.com/bitnami/charts/commit/28411ba58b67be929c8c58a180fa8320d77301ff)), closes [#13703](https://github.com/bitnami/charts/issues/13703) ## 0.2.13 (2022-10-27) -* [bitnami/matomo] Release 0.2.13 (#13180) ([85544de](https://github.com/bitnami/charts/commit/85544de)), closes [#13180](https://github.com/bitnami/charts/issues/13180) +* [bitnami/matomo] Release 0.2.13 (#13180) ([85544de](https://github.com/bitnami/charts/commit/85544dea6f2d9539a6b9fd3c3ad10d8fbe7962da)), closes [#13180](https://github.com/bitnami/charts/issues/13180) ## 0.2.12 (2022-10-26) -* [bitnami/matomo] optimize annos (#13122) ([6459075](https://github.com/bitnami/charts/commit/6459075)), closes [#13122](https://github.com/bitnami/charts/issues/13122) +* [bitnami/matomo] optimize annos (#13122) ([6459075](https://github.com/bitnami/charts/commit/64590758b2ced7d24d707ed0ba77f9ee18e4ef1e)), closes [#13122](https://github.com/bitnami/charts/issues/13122) ## 0.2.11 (2022-10-21) -* [bitnami/matomo] Release 0.2.11 (#13067) ([227127e](https://github.com/bitnami/charts/commit/227127e)), closes [#13067](https://github.com/bitnami/charts/issues/13067) +* [bitnami/matomo] Release 0.2.11 (#13067) ([227127e](https://github.com/bitnami/charts/commit/227127e54c14ff7842e0dab1335c29e6cfe7a217)), closes [#13067](https://github.com/bitnami/charts/issues/13067) ## 0.2.10 (2022-10-20) -* [bitnami/*] Use new default branch name in links (#12943) ([a529e02](https://github.com/bitnami/charts/commit/a529e02)), closes [#12943](https://github.com/bitnami/charts/issues/12943) -* [bitnami/matomo] Release 0.2.10 (#13044) ([93e3ca6](https://github.com/bitnami/charts/commit/93e3ca6)), closes [#13044](https://github.com/bitnami/charts/issues/13044) +* [bitnami/*] Use new default branch name in links (#12943) ([a529e02](https://github.com/bitnami/charts/commit/a529e02597d49d944eba1eb0f190713293247176)), closes [#12943](https://github.com/bitnami/charts/issues/12943) +* [bitnami/matomo] Release 0.2.10 (#13044) ([93e3ca6](https://github.com/bitnami/charts/commit/93e3ca69e7dd30ea964cbeb950aa380c9c593cff)), closes [#13044](https://github.com/bitnami/charts/issues/13044) ## 0.2.9 (2022-10-11) -* [bitnami/matomo] Release 0.2.9 (#12912) ([da67b6a](https://github.com/bitnami/charts/commit/da67b6a)), closes [#12912](https://github.com/bitnami/charts/issues/12912) -* Generic README instructions related to the repo (#12792) ([3cf6b10](https://github.com/bitnami/charts/commit/3cf6b10)), closes [#12792](https://github.com/bitnami/charts/issues/12792) +* [bitnami/matomo] Release 0.2.9 (#12912) ([da67b6a](https://github.com/bitnami/charts/commit/da67b6a7fbd86b6ec04ff58de9b87a8e0d4c16d6)), closes [#12912](https://github.com/bitnami/charts/issues/12912) +* Generic README instructions related to the repo (#12792) ([3cf6b10](https://github.com/bitnami/charts/commit/3cf6b10e10e60df4b3e191d6b99aa99a9f597755)), closes [#12792](https://github.com/bitnami/charts/issues/12792) ## 0.2.8 (2022-09-30) -* [bitnami/matomo] Release 0.2.8 (#12762) ([847d5bb](https://github.com/bitnami/charts/commit/847d5bb)), closes [#12762](https://github.com/bitnami/charts/issues/12762) +* [bitnami/matomo] Release 0.2.8 (#12762) ([847d5bb](https://github.com/bitnami/charts/commit/847d5bb9633fb4029dd3c807d1b9764752496573)), closes [#12762](https://github.com/bitnami/charts/issues/12762) ## 0.2.7 (2022-09-29) -* [bitnami/matomo] add service account value (#12252) ([15f844f](https://github.com/bitnami/charts/commit/15f844f)), closes [#12252](https://github.com/bitnami/charts/issues/12252) +* [bitnami/matomo] add service account value (#12252) ([15f844f](https://github.com/bitnami/charts/commit/15f844fe18fd49717b440baec56f73433548c1f5)), closes [#12252](https://github.com/bitnami/charts/issues/12252) ## 0.2.6 (2022-09-21) -* [bitnami/matomo] Use custom probes if given (#12522) ([88b93a5](https://github.com/bitnami/charts/commit/88b93a5)), closes [#12522](https://github.com/bitnami/charts/issues/12522) [#12354](https://github.com/bitnami/charts/issues/12354) +* [bitnami/matomo] Use custom probes if given (#12522) ([88b93a5](https://github.com/bitnami/charts/commit/88b93a51e7fe05b4e90e78008824f273615d19b3)), closes [#12522](https://github.com/bitnami/charts/issues/12522) [#12354](https://github.com/bitnami/charts/issues/12354) ## 0.2.5 (2022-09-14) -* [bitnami/matomo] Release 0.2.5 (#12419) ([227d625](https://github.com/bitnami/charts/commit/227d625)), closes [#12419](https://github.com/bitnami/charts/issues/12419) +* [bitnami/matomo] Release 0.2.5 (#12419) ([227d625](https://github.com/bitnami/charts/commit/227d62556d1a43dfa1b5436fae3fb08ae38f7dcb)), closes [#12419](https://github.com/bitnami/charts/issues/12419) ## 0.2.4 (2022-09-13) -* [bitnami/matomo] Release 0.2.4 (#12396) ([52d4df7](https://github.com/bitnami/charts/commit/52d4df7)), closes [#12396](https://github.com/bitnami/charts/issues/12396) +* [bitnami/matomo] Release 0.2.4 (#12396) ([52d4df7](https://github.com/bitnami/charts/commit/52d4df765e3a938a1eb81feb5c48477d94f88e33)), closes [#12396](https://github.com/bitnami/charts/issues/12396) ## 0.2.3 (2022-09-11) -* [bitnami/matomo] Release 0.2.3 (#12365) ([b0c5625](https://github.com/bitnami/charts/commit/b0c5625)), closes [#12365](https://github.com/bitnami/charts/issues/12365) +* [bitnami/matomo] Release 0.2.3 (#12365) ([b0c5625](https://github.com/bitnami/charts/commit/b0c5625707f72df8754e65181083dc1d49b338d5)), closes [#12365](https://github.com/bitnami/charts/issues/12365) ## 0.2.2 (2022-08-26) -* [bitnami/matomo] Release 0.1.5 (#11746) ([41b9b53](https://github.com/bitnami/charts/commit/41b9b53)), closes [#11746](https://github.com/bitnami/charts/issues/11746) +* [bitnami/matomo] Release 0.1.5 (#11746) ([41b9b53](https://github.com/bitnami/charts/commit/41b9b5399d469ce9590c841d6d53a0c9b2c32f86)), closes [#11746](https://github.com/bitnami/charts/issues/11746) ## 0.2.1 (2022-08-23) -* [bitnami/matomo] Update Chart.lock (#12094) ([da7cae8](https://github.com/bitnami/charts/commit/da7cae8)), closes [#12094](https://github.com/bitnami/charts/issues/12094) +* [bitnami/matomo] Update Chart.lock (#12094) ([da7cae8](https://github.com/bitnami/charts/commit/da7cae8cceb191ea4446636acf34e73a27e8071b)), closes [#12094](https://github.com/bitnami/charts/issues/12094) ## 0.2.0 (2022-08-22) -* [bitnami/matomo] Add support for image digest apart from tag (#11920) ([bcfb18e](https://github.com/bitnami/charts/commit/bcfb18e)), closes [#11920](https://github.com/bitnami/charts/issues/11920) +* [bitnami/matomo] Add support for image digest apart from tag (#11920) ([bcfb18e](https://github.com/bitnami/charts/commit/bcfb18ee602abbd5d53fbe18492287bfcd9037ae)), closes [#11920](https://github.com/bitnami/charts/issues/11920) ## 0.1.4 (2022-08-03) -* [bitnami/*] Update URLs to point to the new bitnami/containers monorepo (#11352) ([d665af0](https://github.com/bitnami/charts/commit/d665af0)), closes [#11352](https://github.com/bitnami/charts/issues/11352) -* [bitnami/matomo] Release 0.1.4 (#11527) ([cfd428c](https://github.com/bitnami/charts/commit/cfd428c)), closes [#11527](https://github.com/bitnami/charts/issues/11527) +* [bitnami/*] Update URLs to point to the new bitnami/containers monorepo (#11352) ([d665af0](https://github.com/bitnami/charts/commit/d665af0c708846192d8d5fb2f5f9ea65dd464ab0)), closes [#11352](https://github.com/bitnami/charts/issues/11352) +* [bitnami/matomo] Release 0.1.4 (#11527) ([cfd428c](https://github.com/bitnami/charts/commit/cfd428c1a68d339023dce4bc01afa7bc3164f14e)), closes [#11527](https://github.com/bitnami/charts/issues/11527) ## 0.1.3 (2022-07-12) -* Fix category case in matomo chart (#11143) ([b8c7098](https://github.com/bitnami/charts/commit/b8c7098)), closes [#11143](https://github.com/bitnami/charts/issues/11143) +* Fix category case in matomo chart (#11143) ([b8c7098](https://github.com/bitnami/charts/commit/b8c7098b6e533e07de58f3ccd9e76f2e5bd94934)), closes [#11143](https://github.com/bitnami/charts/issues/11143) ## 0.1.2 (2022-07-12) -* [bitnami/matomo] Release 0.1.2 (#11135) ([c745808](https://github.com/bitnami/charts/commit/c745808)), closes [#11135](https://github.com/bitnami/charts/issues/11135) +* [bitnami/matomo] Release 0.1.2 (#11135) ([c745808](https://github.com/bitnami/charts/commit/c7458080ae5c81d92477cc88fdaade17534e0e46)), closes [#11135](https://github.com/bitnami/charts/issues/11135) ## 0.1.1 (2022-07-11) -* [bitnami/matomo] Release 0.1.1 (#11096) ([cc2cef7](https://github.com/bitnami/charts/commit/cc2cef7)), closes [#11096](https://github.com/bitnami/charts/issues/11096) +* [bitnami/matomo] Release 0.1.1 (#11096) ([cc2cef7](https://github.com/bitnami/charts/commit/cc2cef7ca1891246b391197cf1e891a89096267d)), closes [#11096](https://github.com/bitnami/charts/issues/11096) ## 0.1.0 (2022-07-07) -* [bitnami/matomo] Adding the Matomo Helm Chart (#10652) ([4084152](https://github.com/bitnami/charts/commit/4084152)), closes [#10652](https://github.com/bitnami/charts/issues/10652) +* [bitnami/matomo] Adding the Matomo Helm Chart (#10652) ([4084152](https://github.com/bitnami/charts/commit/4084152a96e6ba433782fe584d4c5c27d9100970)), closes [#10652](https://github.com/bitnami/charts/issues/10652) diff --git a/bitnami/matomo/Chart.yaml b/bitnami/matomo/Chart.yaml index fd5c86a100cfc5..946ba596bdf05c 100644 --- a/bitnami/matomo/Chart.yaml +++ b/bitnami/matomo/Chart.yaml @@ -39,4 +39,4 @@ maintainers: name: matomo sources: - https://github.com/bitnami/charts/tree/main/bitnami/matomo -version: 7.2.0 +version: 7.3.0 diff --git a/bitnami/matomo/README.md b/bitnami/matomo/README.md index 72e10f554082f6..c4b3ea50ec5ebc 100644 --- a/bitnami/matomo/README.md +++ b/bitnami/matomo/README.md @@ -179,6 +179,9 @@ helm install my-release --set persistence.existingClaim=PVC_NAME oci://REGISTRY_ | `extraVolumes` | Array of extra volumes to be added to the deployment (evaluated as template). Requires setting `extraVolumeMounts` | `[]` | | `extraVolumeMounts` | Array of extra volume mounts to be added to the container (evaluated as template). Normally used with `extraVolumes`. | `[]` | | `initContainers` | Add additional init containers to the pod (evaluated as a template) | `[]` | +| `pdb.create` | Enable/disable a Pod Disruption Budget creation | `true` | +| `pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `""` | +| `pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `pdb.minAvailable` and `pdb.maxUnavailable` are empty. | `""` | | `sidecars` | Attach additional containers to the pod (evaluated as a template) | `[]` | | `serviceAccountName` | Attach serviceAccountName to the pod and sidecars | `""` | | `tolerations` | Tolerations for pod assignment | `[]` | diff --git a/bitnami/matomo/templates/pdb.yaml b/bitnami/matomo/templates/pdb.yaml new file mode 100644 index 00000000000000..b17ff44e4bc679 --- /dev/null +++ b/bitnami/matomo/templates/pdb.yaml @@ -0,0 +1,26 @@ +{{- /* +Copyright Broadcom, Inc. All Rights Reserved. +SPDX-License-Identifier: APACHE-2.0 +*/}} + +{{- if .Values.pdb.create }} +apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} +kind: PodDisruptionBudget +metadata: + name: {{ include "common.names.fullname" . }} + namespace: {{ include "common.names.namespace" . | quote }} + labels: {{- include "common.labels.standard" ( dict "customLabels" .Values.commonLabels "context" $ ) | nindent 4 }} + {{- if .Values.commonAnnotations }} + annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }} + {{- end }} +spec: + {{- if .Values.pdb.minAvailable }} + minAvailable: {{ .Values.pdb.minAvailable }} + {{- end }} + {{- if or .Values.pdb.maxUnavailable ( not .Values.pdb.minAvailable ) }} + maxUnavailable: {{ .Values.pdb.maxUnavailable | default 1 }} + {{- end }} + {{- $podLabels := include "common.tplvalues.merge" ( dict "values" ( list .Values.podLabels .Values.commonLabels ) "context" . ) }} + selector: + matchLabels: {{- include "common.labels.matchLabels" ( dict "customLabels" $podLabels "context" $ ) | nindent 6 }} +{{- end }} diff --git a/bitnami/matomo/values.yaml b/bitnami/matomo/values.yaml index 45ced54b9bc9e9..aee618eee182ac 100644 --- a/bitnami/matomo/values.yaml +++ b/bitnami/matomo/values.yaml @@ -191,6 +191,16 @@ extraVolumeMounts: [] ## @param initContainers Add additional init containers to the pod (evaluated as a template) ## initContainers: [] +## Pod Disruption Budget configuration +## ref: https://kubernetes.io/docs/tasks/run-application/configure-pdb +## @param pdb.create Enable/disable a Pod Disruption Budget creation +## @param pdb.minAvailable Minimum number/percentage of pods that should remain scheduled +## @param pdb.maxUnavailable Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `pdb.minAvailable` and `pdb.maxUnavailable` are empty. +## +pdb: + create: true + minAvailable: "" + maxUnavailable: "" ## @param sidecars Attach additional containers to the pod (evaluated as a template) ## sidecars: [] From 4a3aee4de029074aec8427875d07fe191a9e82a7 Mon Sep 17 00:00:00 2001 From: Fran Mulero Date: Wed, 29 May 2024 11:52:31 +0200 Subject: [PATCH 084/110] [bitnami/logstash] Enable PodDisruptionBudgets (#26504) * [bitnami/logstash] Enable PodDisruptionBudgets Signed-off-by: Fran Mulero * Update CHANGELOG.md Signed-off-by: Bitnami Containers --------- Signed-off-by: Fran Mulero Signed-off-by: Bitnami Containers Co-authored-by: Bitnami Containers --- bitnami/logstash/CHANGELOG.md | 613 ++++++++++++++-------------- bitnami/logstash/Chart.yaml | 2 +- bitnami/logstash/README.md | 2 +- bitnami/logstash/templates/pdb.yaml | 10 +- bitnami/logstash/values.yaml | 2 +- 5 files changed, 317 insertions(+), 312 deletions(-) diff --git a/bitnami/logstash/CHANGELOG.md b/bitnami/logstash/CHANGELOG.md index 32869659f88361..72152027fcffe1 100644 --- a/bitnami/logstash/CHANGELOG.md +++ b/bitnami/logstash/CHANGELOG.md @@ -1,992 +1,997 @@ # Changelog +## 6.2.1 (2024-05-28) + +* [bitnami/logstash] Enable PodDisruptionBudgets ([#26504](https://github.com/bitnami/charts/pull/26504)) + ## 6.2.0 (2024-05-21) -* [bitnami/logstash] feat: :sparkles: :lock: Add warning when original images are replaced ([#26234](https://github.com/bitnami/charts/pulls/26234)) +* [bitnami/*] ci: :construction_worker: Add tag and changelog support (#25359) ([91c707c](https://github.com/bitnami/charts/commit/91c707c9e4e574725a09505d2d313fb93f1b4c0a)), closes [#25359](https://github.com/bitnami/charts/issues/25359) +* [bitnami/logstash] feat: :sparkles: :lock: Add warning when original images are replaced (#26234) ([3db134d](https://github.com/bitnami/charts/commit/3db134d7603f9dfccef27e455d8f425a4c4167b2)), closes [#26234](https://github.com/bitnami/charts/issues/26234) ## 6.1.1 (2024-05-20) -* [bitnami/logstash] Use different liveness/readiness probes (#26127) ([d55ce42](https://github.com/bitnami/charts/commit/d55ce42)), closes [#26127](https://github.com/bitnami/charts/issues/26127) +* [bitnami/logstash] Use different liveness/readiness probes (#26127) ([d55ce42](https://github.com/bitnami/charts/commit/d55ce42aa3b5092e35e0aaebe5713d7bc86560f2)), closes [#26127](https://github.com/bitnami/charts/issues/26127) ## 6.1.0 (2024-05-20) -* [bitnami/logstash] PDB review (#25977) ([e533bfa](https://github.com/bitnami/charts/commit/e533bfa)), closes [#25977](https://github.com/bitnami/charts/issues/25977) +* [bitnami/logstash] PDB review (#25977) ([e533bfa](https://github.com/bitnami/charts/commit/e533bfafe5c2cdb87c9a250d02bca7c6307d0b85)), closes [#25977](https://github.com/bitnami/charts/issues/25977) ## 6.0.8 (2024-05-20) -* [bitnami/logstash] Release 6.0.8 updating components versions (#26107) ([a1bc44b](https://github.com/bitnami/charts/commit/a1bc44b)), closes [#26107](https://github.com/bitnami/charts/issues/26107) +* [bitnami/logstash] Release 6.0.8 updating components versions (#26107) ([a1bc44b](https://github.com/bitnami/charts/commit/a1bc44ba305bee4cec46f4e7908b90ae58cf102a)), closes [#26107](https://github.com/bitnami/charts/issues/26107) ## 6.0.7 (2024-05-18) -* [bitnami/logstash] Release 6.0.7 updating components versions (#26095) ([0499347](https://github.com/bitnami/charts/commit/0499347)), closes [#26095](https://github.com/bitnami/charts/issues/26095) +* [bitnami/logstash] Release 6.0.7 updating components versions (#26095) ([0499347](https://github.com/bitnami/charts/commit/04993478b9ba45d3ef247ae858af5214b6327518)), closes [#26095](https://github.com/bitnami/charts/issues/26095) ## 6.0.6 (2024-05-14) -* [bitnami/logstash] Release 6.0.6 updating components versions (#25853) ([f970015](https://github.com/bitnami/charts/commit/f970015)), closes [#25853](https://github.com/bitnami/charts/issues/25853) +* [bitnami/logstash] Release 6.0.6 updating components versions (#25853) ([f970015](https://github.com/bitnami/charts/commit/f970015ec5f49e88c43aa2905dc8299c47cede02)), closes [#25853](https://github.com/bitnami/charts/issues/25853) ## 6.0.5 (2024-05-14) -* [bitnami/*] Change non-root and rolling-tags doc URLs (#25628) ([b067c94](https://github.com/bitnami/charts/commit/b067c94)), closes [#25628](https://github.com/bitnami/charts/issues/25628) -* [bitnami/*] Set new header/owner (#25558) ([8d1dc11](https://github.com/bitnami/charts/commit/8d1dc11)), closes [#25558](https://github.com/bitnami/charts/issues/25558) -* [bitnami/logstash] Release 6.0.5 updating components versions (#25783) ([cd10508](https://github.com/bitnami/charts/commit/cd10508)), closes [#25783](https://github.com/bitnami/charts/issues/25783) +* [bitnami/*] Change non-root and rolling-tags doc URLs (#25628) ([b067c94](https://github.com/bitnami/charts/commit/b067c94f6bcde427863c197fd355f0b5ba12ff5b)), closes [#25628](https://github.com/bitnami/charts/issues/25628) +* [bitnami/*] Set new header/owner (#25558) ([8d1dc11](https://github.com/bitnami/charts/commit/8d1dc11f5fb30db6fba50c43d7af59d2f79deed3)), closes [#25558](https://github.com/bitnami/charts/issues/25558) +* [bitnami/logstash] Release 6.0.5 updating components versions (#25783) ([cd10508](https://github.com/bitnami/charts/commit/cd10508d94bbacb153da18c99bd1c74e4a47f7db)), closes [#25783](https://github.com/bitnami/charts/issues/25783) ## 6.0.4 (2024-05-03) -* [bitnami/logstash] Release 6.0.4 updating components versions (#25521) ([c26b96a](https://github.com/bitnami/charts/commit/c26b96a)), closes [#25521](https://github.com/bitnami/charts/issues/25521) -* Replace VMware by Broadcom copyright text (#25306) ([a5e4bd0](https://github.com/bitnami/charts/commit/a5e4bd0)), closes [#25306](https://github.com/bitnami/charts/issues/25306) +* [bitnami/logstash] Release 6.0.4 updating components versions (#25521) ([c26b96a](https://github.com/bitnami/charts/commit/c26b96a4846341abf2138e65dad2f1a3bb6caeab)), closes [#25521](https://github.com/bitnami/charts/issues/25521) +* Replace VMware by Broadcom copyright text (#25306) ([a5e4bd0](https://github.com/bitnami/charts/commit/a5e4bd0e35e419203793976a78d9d0a13de92c76)), closes [#25306](https://github.com/bitnami/charts/issues/25306) ## 6.0.3 (2024-04-08) -* [bitnami/*] Readme typos (#24852) ([532fcdc](https://github.com/bitnami/charts/commit/532fcdc)), closes [#24852](https://github.com/bitnami/charts/issues/24852) -* [bitnami/logstash] Release 6.0.3 updating components versions (#25057) ([0f7b32f](https://github.com/bitnami/charts/commit/0f7b32f)), closes [#25057](https://github.com/bitnami/charts/issues/25057) -* Update resourcesPreset comments (#24467) ([92e3e8a](https://github.com/bitnami/charts/commit/92e3e8a)), closes [#24467](https://github.com/bitnami/charts/issues/24467) +* [bitnami/*] Readme typos (#24852) ([532fcdc](https://github.com/bitnami/charts/commit/532fcdc499cb67eccf0ade49ff1c02d3deb1d696)), closes [#24852](https://github.com/bitnami/charts/issues/24852) +* [bitnami/logstash] Release 6.0.3 updating components versions (#25057) ([0f7b32f](https://github.com/bitnami/charts/commit/0f7b32f7698bb2a78008a5c9f6133def4a92681b)), closes [#25057](https://github.com/bitnami/charts/issues/25057) +* Update resourcesPreset comments (#24467) ([92e3e8a](https://github.com/bitnami/charts/commit/92e3e8a507326d2a20a8f10ab3e7746a2ec5c554)), closes [#24467](https://github.com/bitnami/charts/issues/24467) ## 6.0.2 (2024-04-02) -* [bitnami/logstash] Release 6.0.2 updating components versions (#24816) ([3a997df](https://github.com/bitnami/charts/commit/3a997df)), closes [#24816](https://github.com/bitnami/charts/issues/24816) +* [bitnami/logstash] Release 6.0.2 updating components versions (#24816) ([3a997df](https://github.com/bitnami/charts/commit/3a997df66a82cb7b52ca620bcce1161cdb50cf13)), closes [#24816](https://github.com/bitnami/charts/issues/24816) ## 6.0.1 (2024-03-26) -* [bitnami/*] Reorder Chart sections (#24455) ([0cf4048](https://github.com/bitnami/charts/commit/0cf4048)), closes [#24455](https://github.com/bitnami/charts/issues/24455) -* [bitnami/logstash] Release 6.0.1 updating components versions (#24696) ([f544d8b](https://github.com/bitnami/charts/commit/f544d8b)), closes [#24696](https://github.com/bitnami/charts/issues/24696) -* [bitnami/several] Fix comment mentioning Keycloak (#24661) ([641c546](https://github.com/bitnami/charts/commit/641c546)), closes [#24661](https://github.com/bitnami/charts/issues/24661) +* [bitnami/*] Reorder Chart sections (#24455) ([0cf4048](https://github.com/bitnami/charts/commit/0cf4048e8743f70a9753d460655bd030cbff6824)), closes [#24455](https://github.com/bitnami/charts/issues/24455) +* [bitnami/logstash] Release 6.0.1 updating components versions (#24696) ([f544d8b](https://github.com/bitnami/charts/commit/f544d8b0c1938b7cae604831428c930f2d100674)), closes [#24696](https://github.com/bitnami/charts/issues/24696) +* [bitnami/several] Fix comment mentioning Keycloak (#24661) ([641c546](https://github.com/bitnami/charts/commit/641c5468069de826c12d1e7c825807cf68b4ee96)), closes [#24661](https://github.com/bitnami/charts/issues/24661) ## 6.0.0 (2024-03-13) -* [bitnami/logstash] feat!: :lock: :boom: Improve security defaults (#24368) ([a636430](https://github.com/bitnami/charts/commit/a636430)), closes [#24368](https://github.com/bitnami/charts/issues/24368) +* [bitnami/logstash] feat!: :lock: :boom: Improve security defaults (#24368) ([a636430](https://github.com/bitnami/charts/commit/a63643031142e759a2c03884497376a134d2d2a9)), closes [#24368](https://github.com/bitnami/charts/issues/24368) ## 5.13.0 (2024-03-12) -* [bitnami/logstash] feat: :sparkles: :lock: Add readOnlyRootFilesystem support (#24352) ([8ad3f43](https://github.com/bitnami/charts/commit/8ad3f43)), closes [#24352](https://github.com/bitnami/charts/issues/24352) +* [bitnami/logstash] feat: :sparkles: :lock: Add readOnlyRootFilesystem support (#24352) ([8ad3f43](https://github.com/bitnami/charts/commit/8ad3f43f0f85b24c1f06e0436ead56956e0a9024)), closes [#24352](https://github.com/bitnami/charts/issues/24352) ## 5.12.0 (2024-03-06) -* [bitnami/logstash] feat: :sparkles: :lock: Add automatic adaptation for Openshift restricted-v2 SCC ([ddc5417](https://github.com/bitnami/charts/commit/ddc5417)), closes [#24111](https://github.com/bitnami/charts/issues/24111) +* [bitnami/logstash] feat: :sparkles: :lock: Add automatic adaptation for Openshift restricted-v2 SCC ([ddc5417](https://github.com/bitnami/charts/commit/ddc54178261fd3f3b55bbf203facac4011600789)), closes [#24111](https://github.com/bitnami/charts/issues/24111) ## 5.11.3 (2024-02-22) -* [bitnami/logstash] Release 5.11.3 updating components versions (#23864) ([38a6fd3](https://github.com/bitnami/charts/commit/38a6fd3)), closes [#23864](https://github.com/bitnami/charts/issues/23864) +* [bitnami/logstash] Release 5.11.3 updating components versions (#23864) ([38a6fd3](https://github.com/bitnami/charts/commit/38a6fd3d31eb426d43714194151605b54699d524)), closes [#23864](https://github.com/bitnami/charts/issues/23864) ## 5.11.2 (2024-02-22) -* [bitnami/logstash] Release 5.11.2 updating components versions (#23794) ([dafe774](https://github.com/bitnami/charts/commit/dafe774)), closes [#23794](https://github.com/bitnami/charts/issues/23794) +* [bitnami/logstash] Release 5.11.2 updating components versions (#23794) ([dafe774](https://github.com/bitnami/charts/commit/dafe774a6abb085d4b2f488592f52e0299876132)), closes [#23794](https://github.com/bitnami/charts/issues/23794) ## 5.11.1 (2024-02-21) -* [bitnami/logstash] feat: :sparkles: :lock: Add resource preset support (#23478) ([01e8505](https://github.com/bitnami/charts/commit/01e8505)), closes [#23478](https://github.com/bitnami/charts/issues/23478) -* [bitnami/logstash] Release 5.11.1 updating components versions (#23717) ([afb1c80](https://github.com/bitnami/charts/commit/afb1c80)), closes [#23717](https://github.com/bitnami/charts/issues/23717) +* [bitnami/logstash] feat: :sparkles: :lock: Add resource preset support (#23478) ([01e8505](https://github.com/bitnami/charts/commit/01e850520c5d7509648a6f31f0dbe542f6fd5348)), closes [#23478](https://github.com/bitnami/charts/issues/23478) +* [bitnami/logstash] Release 5.11.1 updating components versions (#23717) ([afb1c80](https://github.com/bitnami/charts/commit/afb1c808094a8c7cea7ff30e9ee977732b0f9e96)), closes [#23717](https://github.com/bitnami/charts/issues/23717) ## 5.11.0 (2024-02-20) -* [bitnami/*] Bump all versions (#23602) ([b70ee2a](https://github.com/bitnami/charts/commit/b70ee2a)), closes [#23602](https://github.com/bitnami/charts/issues/23602) +* [bitnami/*] Bump all versions (#23602) ([b70ee2a](https://github.com/bitnami/charts/commit/b70ee2a30e4dc256bf0ac52928fb2fa7a70f049b)), closes [#23602](https://github.com/bitnami/charts/issues/23602) ## 5.10.3 (2024-02-09) -* [bitnami/logstash] Release 5.10.3 updating components versions (#23379) ([ea0f650](https://github.com/bitnami/charts/commit/ea0f650)), closes [#23379](https://github.com/bitnami/charts/issues/23379) +* [bitnami/logstash] Release 5.10.3 updating components versions (#23379) ([ea0f650](https://github.com/bitnami/charts/commit/ea0f650e01ffe0b1b21c7d5633cf9e87002fcd29)), closes [#23379](https://github.com/bitnami/charts/issues/23379) ## 5.10.2 (2024-02-08) -* [bitnami/logstash] Release 5.10.2 updating components versions (#23306) ([d6bdf6a](https://github.com/bitnami/charts/commit/d6bdf6a)), closes [#23306](https://github.com/bitnami/charts/issues/23306) +* [bitnami/logstash] Release 5.10.2 updating components versions (#23306) ([d6bdf6a](https://github.com/bitnami/charts/commit/d6bdf6af3c341d38f1bcfbb49197a91028167d01)), closes [#23306](https://github.com/bitnami/charts/issues/23306) ## 5.10.1 (2024-02-07) -* [bitnami/logstash] Release 5.10.1 updating components versions (#23237) ([b791f82](https://github.com/bitnami/charts/commit/b791f82)), closes [#23237](https://github.com/bitnami/charts/issues/23237) +* [bitnami/logstash] Release 5.10.1 updating components versions (#23237) ([b791f82](https://github.com/bitnami/charts/commit/b791f82acf877f8cace28e776aed142254cfe0f0)), closes [#23237](https://github.com/bitnami/charts/issues/23237) ## 5.10.0 (2024-02-05) -* [bitnami/logstash] feat: :lock: Enable networkPolicy (#23074) ([e66e14e](https://github.com/bitnami/charts/commit/e66e14e)), closes [#23074](https://github.com/bitnami/charts/issues/23074) +* [bitnami/logstash] feat: :lock: Enable networkPolicy (#23074) ([e66e14e](https://github.com/bitnami/charts/commit/e66e14e931a6806ee83bf1d8aea2064fb1eb33c0)), closes [#23074](https://github.com/bitnami/charts/issues/23074) ## 5.9.3 (2024-02-03) -* [bitnami/logstash] Release 5.9.3 updating components versions (#23099) ([920c270](https://github.com/bitnami/charts/commit/920c270)), closes [#23099](https://github.com/bitnami/charts/issues/23099) +* [bitnami/logstash] Release 5.9.3 updating components versions (#23099) ([920c270](https://github.com/bitnami/charts/commit/920c27069dee7d9af407febdd6a00b5ded56e9e7)), closes [#23099](https://github.com/bitnami/charts/issues/23099) ## 5.9.2 (2024-01-30) -* [bitnami/logstash] Release 5.9.2 updating components versions (#22900) ([9af7c62](https://github.com/bitnami/charts/commit/9af7c62)), closes [#22900](https://github.com/bitnami/charts/issues/22900) +* [bitnami/logstash] Release 5.9.2 updating components versions (#22900) ([9af7c62](https://github.com/bitnami/charts/commit/9af7c62c0bb5237d54f6c5bb7930c9229d4ebb0c)), closes [#22900](https://github.com/bitnami/charts/issues/22900) ## 5.9.1 (2024-01-25) -* [bitnami/*] Move documentation sections from docs.bitnami.com back to the README (#22203) ([7564f36](https://github.com/bitnami/charts/commit/7564f36)), closes [#22203](https://github.com/bitnami/charts/issues/22203) -* [bitnami/logstash] fix: :bug: Set seLinuxOptions to null for Openshift compatibility (#22615) ([4516830](https://github.com/bitnami/charts/commit/4516830)), closes [#22615](https://github.com/bitnami/charts/issues/22615) +* [bitnami/*] Move documentation sections from docs.bitnami.com back to the README (#22203) ([7564f36](https://github.com/bitnami/charts/commit/7564f36ca1e95ff30ee686652b7ab8690561a707)), closes [#22203](https://github.com/bitnami/charts/issues/22203) +* [bitnami/logstash] fix: :bug: Set seLinuxOptions to null for Openshift compatibility (#22615) ([4516830](https://github.com/bitnami/charts/commit/451683078f2482cc44da6b775c62b69feee41190)), closes [#22615](https://github.com/bitnami/charts/issues/22615) ## 5.9.0 (2024-01-19) -* [bitnami/logstash] Allow extending default configuration ConfigMap (#22512) ([bdfe8dd](https://github.com/bitnami/charts/commit/bdfe8dd)), closes [#22512](https://github.com/bitnami/charts/issues/22512) +* [bitnami/logstash] Allow extending default configuration ConfigMap (#22512) ([bdfe8dd](https://github.com/bitnami/charts/commit/bdfe8ddbeb1bd64316bfb3696caf732884775ca7)), closes [#22512](https://github.com/bitnami/charts/issues/22512) ## 5.8.0 (2024-01-19) -* [bitnami/logstash] fix: :lock: Move service-account token auto-mount to pod declaration (#22426) ([5dd5bd6](https://github.com/bitnami/charts/commit/5dd5bd6)), closes [#22426](https://github.com/bitnami/charts/issues/22426) +* [bitnami/logstash] fix: :lock: Move service-account token auto-mount to pod declaration (#22426) ([5dd5bd6](https://github.com/bitnami/charts/commit/5dd5bd6d0d0130fd1a60ff4d14e2955ee510eaf5)), closes [#22426](https://github.com/bitnami/charts/issues/22426) ## 5.7.2 (2024-01-18) -* [bitnami/logstash] Release 5.7.2 updating components versions (#22505) ([85955a3](https://github.com/bitnami/charts/commit/85955a3)), closes [#22505](https://github.com/bitnami/charts/issues/22505) +* [bitnami/logstash] Release 5.7.2 updating components versions (#22505) ([85955a3](https://github.com/bitnami/charts/commit/85955a36f8a410e46a1b3ca9eb9f3b5d90ca0bd6)), closes [#22505](https://github.com/bitnami/charts/issues/22505) ## 5.7.1 (2024-01-18) -* [bitnami/logstash] Release 5.7.1 updating components versions (#22349) ([a6acb30](https://github.com/bitnami/charts/commit/a6acb30)), closes [#22349](https://github.com/bitnami/charts/issues/22349) +* [bitnami/logstash] Release 5.7.1 updating components versions (#22349) ([a6acb30](https://github.com/bitnami/charts/commit/a6acb30032a2d80a14bfd0860544cacb5290fda0)), closes [#22349](https://github.com/bitnami/charts/issues/22349) ## 5.7.0 (2024-01-17) -* [bitnami/logstash] fix: :lock: Improve podSecurityContext and containerSecurityContext with essentia ([fe27d9f](https://github.com/bitnami/charts/commit/fe27d9f)), closes [#22146](https://github.com/bitnami/charts/issues/22146) +* [bitnami/logstash] fix: :lock: Improve podSecurityContext and containerSecurityContext with essentia ([fe27d9f](https://github.com/bitnami/charts/commit/fe27d9fe3f79e60297faeb8d73abb6efc806e4ac)), closes [#22146](https://github.com/bitnami/charts/issues/22146) ## 5.6.11 (2024-01-15) -* [bitnami/logstash] fix: :lock: Do not automount the service account token unless necessary (#22051) ([e798694](https://github.com/bitnami/charts/commit/e798694)), closes [#22051](https://github.com/bitnami/charts/issues/22051) +* [bitnami/logstash] fix: :lock: Do not automount the service account token unless necessary (#22051) ([e798694](https://github.com/bitnami/charts/commit/e798694a186fd9cde21aa4913af745578e9a78df)), closes [#22051](https://github.com/bitnami/charts/issues/22051) ## 5.6.10 (2024-01-11) -* [bitnami/*] Fix docs.bitnami.com broken links (#21901) ([f35506d](https://github.com/bitnami/charts/commit/f35506d)), closes [#21901](https://github.com/bitnami/charts/issues/21901) -* [bitnami/*] Fix ref links (in comments) (#21822) ([e4fa296](https://github.com/bitnami/charts/commit/e4fa296)), closes [#21822](https://github.com/bitnami/charts/issues/21822) -* [bitnami/*] Update copyright: Year and company (#21815) ([6c4bf75](https://github.com/bitnami/charts/commit/6c4bf75)), closes [#21815](https://github.com/bitnami/charts/issues/21815) -* [bitnami/logstash] Release 5.6.10 updating components versions (#22000) ([0195986](https://github.com/bitnami/charts/commit/0195986)), closes [#22000](https://github.com/bitnami/charts/issues/22000) +* [bitnami/*] Fix docs.bitnami.com broken links (#21901) ([f35506d](https://github.com/bitnami/charts/commit/f35506d2dadee4f097986e7792df1f53ab215b5d)), closes [#21901](https://github.com/bitnami/charts/issues/21901) +* [bitnami/*] Fix ref links (in comments) (#21822) ([e4fa296](https://github.com/bitnami/charts/commit/e4fa296106b225cf8c82445727c675c7c725e380)), closes [#21822](https://github.com/bitnami/charts/issues/21822) +* [bitnami/*] Update copyright: Year and company (#21815) ([6c4bf75](https://github.com/bitnami/charts/commit/6c4bf75dec58fc7c9aee9f089777b1a858c17d5b)), closes [#21815](https://github.com/bitnami/charts/issues/21815) +* [bitnami/logstash] Release 5.6.10 updating components versions (#22000) ([0195986](https://github.com/bitnami/charts/commit/01959861c032ec2387d25ac947c520dbf634435f)), closes [#22000](https://github.com/bitnami/charts/issues/22000) ## 5.6.9 (2023-12-13) -* [bitnami/logstash] Release 5.6.9 updating components versions (#21548) ([daef88e](https://github.com/bitnami/charts/commit/daef88e)), closes [#21548](https://github.com/bitnami/charts/issues/21548) +* [bitnami/logstash] Release 5.6.9 updating components versions (#21548) ([daef88e](https://github.com/bitnami/charts/commit/daef88e5d207b55b4e63863d76fec1147e7702c3)), closes [#21548](https://github.com/bitnami/charts/issues/21548) ## 5.6.8 (2023-12-09) -* [bitnami/logstash] Release 5.6.8 updating components versions (#21485) ([39c0da3](https://github.com/bitnami/charts/commit/39c0da3)), closes [#21485](https://github.com/bitnami/charts/issues/21485) +* [bitnami/logstash] Release 5.6.8 updating components versions (#21485) ([39c0da3](https://github.com/bitnami/charts/commit/39c0da302170bd2f085e864262fe3dd8d6281a01)), closes [#21485](https://github.com/bitnami/charts/issues/21485) ## 5.6.7 (2023-12-05) -* [bitnami/logstash] Replace deprecated pull secret partial (#21381) ([cad094a](https://github.com/bitnami/charts/commit/cad094a)), closes [#21381](https://github.com/bitnami/charts/issues/21381) +* [bitnami/logstash] Replace deprecated pull secret partial (#21381) ([cad094a](https://github.com/bitnami/charts/commit/cad094a5797429463a14d789faaff26be3bf2526)), closes [#21381](https://github.com/bitnami/charts/issues/21381) ## 5.6.6 (2023-11-21) -* [bitnami/*] Remove relative links to non-README sections, add verification for that and update TL;DR ([1103633](https://github.com/bitnami/charts/commit/1103633)), closes [#20967](https://github.com/bitnami/charts/issues/20967) -* [bitnami/*] Rename solutions to "Bitnami package for ..." (#21038) ([b82f979](https://github.com/bitnami/charts/commit/b82f979)), closes [#21038](https://github.com/bitnami/charts/issues/21038) -* [bitnami/logstash] Release 5.6.6 updating components versions (#21132) ([4822b7e](https://github.com/bitnami/charts/commit/4822b7e)), closes [#21132](https://github.com/bitnami/charts/issues/21132) +* [bitnami/*] Remove relative links to non-README sections, add verification for that and update TL;DR ([1103633](https://github.com/bitnami/charts/commit/11036334d82df0490aa4abdb591543cab6cf7d7f)), closes [#20967](https://github.com/bitnami/charts/issues/20967) +* [bitnami/*] Rename solutions to "Bitnami package for ..." (#21038) ([b82f979](https://github.com/bitnami/charts/commit/b82f979e4fb63423fe6e2192c946d09d79c944fc)), closes [#21038](https://github.com/bitnami/charts/issues/21038) +* [bitnami/logstash] Release 5.6.6 updating components versions (#21132) ([4822b7e](https://github.com/bitnami/charts/commit/4822b7ef55950fb94d7ce5f5b9843c06f70bab76)), closes [#21132](https://github.com/bitnami/charts/issues/21132) ## 5.6.5 (2023-11-15) -* [bitnami/logstash] fix: support NodePorts in bitnami logstash chart (#18476) ([20163af](https://github.com/bitnami/charts/commit/20163af)), closes [#18476](https://github.com/bitnami/charts/issues/18476) +* [bitnami/logstash] fix: support NodePorts in bitnami logstash chart (#18476) ([20163af](https://github.com/bitnami/charts/commit/20163af9c4cd6d81d0d22b8f4d72bea7f0ba3561)), closes [#18476](https://github.com/bitnami/charts/issues/18476) ## 5.6.4 (2023-11-13) -* [bitnami/logstash] Release 5.6.4 updating components versions (#20926) ([7ed53f1](https://github.com/bitnami/charts/commit/7ed53f1)), closes [#20926](https://github.com/bitnami/charts/issues/20926) +* [bitnami/logstash] Release 5.6.4 updating components versions (#20926) ([7ed53f1](https://github.com/bitnami/charts/commit/7ed53f1c0d1f4e8f4d6dd1ba91dfc4bf8fac52bc)), closes [#20926](https://github.com/bitnami/charts/issues/20926) ## 5.6.3 (2023-11-09) -* [bitnami/logstash] Release 5.6.3 updating components versions (#20842) ([f2e1c30](https://github.com/bitnami/charts/commit/f2e1c30)), closes [#20842](https://github.com/bitnami/charts/issues/20842) +* [bitnami/logstash] Release 5.6.3 updating components versions (#20842) ([f2e1c30](https://github.com/bitnami/charts/commit/f2e1c305c75c2741bf72fff0d5beb829524a8bc2)), closes [#20842](https://github.com/bitnami/charts/issues/20842) ## 5.6.2 (2023-11-09) -* [bitnami/logstash] Release 5.6.2 updating components versions (#20743) ([d77d0f2](https://github.com/bitnami/charts/commit/d77d0f2)), closes [#20743](https://github.com/bitnami/charts/issues/20743) +* [bitnami/logstash] Release 5.6.2 updating components versions (#20743) ([d77d0f2](https://github.com/bitnami/charts/commit/d77d0f2d3754eec4859403222da9398b4f2d6688)), closes [#20743](https://github.com/bitnami/charts/issues/20743) ## 5.6.1 (2023-11-07) -* [bitnami/logstash] Release 5.6.1 updating components versions (#20674) ([5278411](https://github.com/bitnami/charts/commit/5278411)), closes [#20674](https://github.com/bitnami/charts/issues/20674) +* [bitnami/logstash] Release 5.6.1 updating components versions (#20674) ([5278411](https://github.com/bitnami/charts/commit/5278411dfdd7d214df37ea92c452d8f8c8f79975)), closes [#20674](https://github.com/bitnami/charts/issues/20674) ## 5.6.0 (2023-10-31) -* [bitnami/*] Rename VMware Application Catalog (#20361) ([3acc734](https://github.com/bitnami/charts/commit/3acc734)), closes [#20361](https://github.com/bitnami/charts/issues/20361) -* [bitnami/*] Skip image's tag in the README files of the Bitnami Charts (#19841) ([bb9a01b](https://github.com/bitnami/charts/commit/bb9a01b)), closes [#19841](https://github.com/bitnami/charts/issues/19841) -* [bitnami/*] Standardize documentation (#19835) ([af5f753](https://github.com/bitnami/charts/commit/af5f753)), closes [#19835](https://github.com/bitnami/charts/issues/19835) -* [bitnami/logstash] feat: :sparkles: Add support for PSA restricted policy (#20469) ([e7c28b8](https://github.com/bitnami/charts/commit/e7c28b8)), closes [#20469](https://github.com/bitnami/charts/issues/20469) +* [bitnami/*] Rename VMware Application Catalog (#20361) ([3acc734](https://github.com/bitnami/charts/commit/3acc73472beb6fb56c4d99f929061001205bc57e)), closes [#20361](https://github.com/bitnami/charts/issues/20361) +* [bitnami/*] Skip image's tag in the README files of the Bitnami Charts (#19841) ([bb9a01b](https://github.com/bitnami/charts/commit/bb9a01b65911c87e48318db922cc05eb42785e42)), closes [#19841](https://github.com/bitnami/charts/issues/19841) +* [bitnami/*] Standardize documentation (#19835) ([af5f753](https://github.com/bitnami/charts/commit/af5f7530c1bc8c5ded53a6c4f7b8f384ac1804f2)), closes [#19835](https://github.com/bitnami/charts/issues/19835) +* [bitnami/logstash] feat: :sparkles: Add support for PSA restricted policy (#20469) ([e7c28b8](https://github.com/bitnami/charts/commit/e7c28b8b69b74f8cf7f3f73fd544d7698c263b65)), closes [#20469](https://github.com/bitnami/charts/issues/20469) ## 5.5.11 (2023-10-17) -* [bitnami/logstash] Release 5.5.11 (#20286) ([2d59cf4](https://github.com/bitnami/charts/commit/2d59cf4)), closes [#20286](https://github.com/bitnami/charts/issues/20286) +* [bitnami/logstash] Release 5.5.11 (#20286) ([2d59cf4](https://github.com/bitnami/charts/commit/2d59cf434065427bdcaf63a033846a9965d9ea71)), closes [#20286](https://github.com/bitnami/charts/issues/20286) ## 5.5.10 (2023-10-12) -* [bitnami/logstash] Release 5.5.10 (#20147) ([64c9998](https://github.com/bitnami/charts/commit/64c9998)), closes [#20147](https://github.com/bitnami/charts/issues/20147) +* [bitnami/logstash] Release 5.5.10 (#20147) ([64c9998](https://github.com/bitnami/charts/commit/64c999825cd45664048882dcbd88bfae53f5a9a3)), closes [#20147](https://github.com/bitnami/charts/issues/20147) ## 5.5.9 (2023-10-10) -* [bitnami/logstash] Release 5.5.9 (#20026) ([6535a01](https://github.com/bitnami/charts/commit/6535a01)), closes [#20026](https://github.com/bitnami/charts/issues/20026) +* [bitnami/logstash] Release 5.5.9 (#20026) ([6535a01](https://github.com/bitnami/charts/commit/6535a012d887b657724a837ea86786d0c3ca0c9e)), closes [#20026](https://github.com/bitnami/charts/issues/20026) ## 5.5.8 (2023-10-09) -* [bitnami/logstash] Release 5.5.8 (#19893) ([89b4704](https://github.com/bitnami/charts/commit/89b4704)), closes [#19893](https://github.com/bitnami/charts/issues/19893) +* [bitnami/logstash] Release 5.5.8 (#19893) ([89b4704](https://github.com/bitnami/charts/commit/89b47046d449eff8a41785a635ed25cd22abcd0c)), closes [#19893](https://github.com/bitnami/charts/issues/19893) ## 5.5.7 (2023-10-09) -* [bitnami/*] Update Helm charts prerequisites (#19745) ([eb755dd](https://github.com/bitnami/charts/commit/eb755dd)), closes [#19745](https://github.com/bitnami/charts/issues/19745) -* [bitnami/logstash] Release 5.5.7 (#19861) ([d94451c](https://github.com/bitnami/charts/commit/d94451c)), closes [#19861](https://github.com/bitnami/charts/issues/19861) +* [bitnami/*] Update Helm charts prerequisites (#19745) ([eb755dd](https://github.com/bitnami/charts/commit/eb755dd36a4dd3cf6635be8e0598f9a7f4c4a554)), closes [#19745](https://github.com/bitnami/charts/issues/19745) +* [bitnami/logstash] Release 5.5.7 (#19861) ([d94451c](https://github.com/bitnami/charts/commit/d94451ca4dbc199b3cdebcec8a4f636e61417fc2)), closes [#19861](https://github.com/bitnami/charts/issues/19861) ## 5.5.6 (2023-09-21) -* [bitnami/logstash] Release 5.5.6 (#19456) ([06455ab](https://github.com/bitnami/charts/commit/06455ab)), closes [#19456](https://github.com/bitnami/charts/issues/19456) +* [bitnami/logstash] Release 5.5.6 (#19456) ([06455ab](https://github.com/bitnami/charts/commit/06455aba3c799a752f387d1e6db309d42ae9c6ee)), closes [#19456](https://github.com/bitnami/charts/issues/19456) ## 5.5.5 (2023-09-18) -* [bitnami/logstash] Release 5.5.5 (#19372) ([f29fe23](https://github.com/bitnami/charts/commit/f29fe23)), closes [#19372](https://github.com/bitnami/charts/issues/19372) -* Revert "Autogenerate schema files (#19194)" (#19335) ([73d80be](https://github.com/bitnami/charts/commit/73d80be)), closes [#19194](https://github.com/bitnami/charts/issues/19194) [#19335](https://github.com/bitnami/charts/issues/19335) +* [bitnami/logstash] Release 5.5.5 (#19372) ([f29fe23](https://github.com/bitnami/charts/commit/f29fe2355f3792dfced697b81f5b038363ded026)), closes [#19372](https://github.com/bitnami/charts/issues/19372) +* Revert "Autogenerate schema files (#19194)" (#19335) ([73d80be](https://github.com/bitnami/charts/commit/73d80be525c88fb4b8a54451a55acd506e337062)), closes [#19194](https://github.com/bitnami/charts/issues/19194) [#19335](https://github.com/bitnami/charts/issues/19335) ## 5.5.4 (2023-09-12) -* [bitnami/logstash] Release 5.5.4 (#19255) ([7743087](https://github.com/bitnami/charts/commit/7743087)), closes [#19255](https://github.com/bitnami/charts/issues/19255) -* Autogenerate schema files (#19194) ([a2c2090](https://github.com/bitnami/charts/commit/a2c2090)), closes [#19194](https://github.com/bitnami/charts/issues/19194) +* [bitnami/logstash] Release 5.5.4 (#19255) ([7743087](https://github.com/bitnami/charts/commit/774308704aad1bc6d1cd3c197447d3f55c560eab)), closes [#19255](https://github.com/bitnami/charts/issues/19255) +* Autogenerate schema files (#19194) ([a2c2090](https://github.com/bitnami/charts/commit/a2c2090b5ac97f47b745c8028c6452bf99739772)), closes [#19194](https://github.com/bitnami/charts/issues/19194) ## 5.5.3 (2023-09-07) -* [bitnami/logstash: Use merge helper]: (#19165) ([e2ff6c3](https://github.com/bitnami/charts/commit/e2ff6c3)), closes [#19165](https://github.com/bitnami/charts/issues/19165) +* [bitnami/logstash: Use merge helper]: (#19165) ([e2ff6c3](https://github.com/bitnami/charts/commit/e2ff6c30d312110d185a55a02067e8107b90e743)), closes [#19165](https://github.com/bitnami/charts/issues/19165) ## 5.5.2 (2023-09-07) -* [bitnami/logstash] Release 5.5.2 (#19158) ([00672c9](https://github.com/bitnami/charts/commit/00672c9)), closes [#19158](https://github.com/bitnami/charts/issues/19158) +* [bitnami/logstash] Release 5.5.2 (#19158) ([00672c9](https://github.com/bitnami/charts/commit/00672c9b30bd9041c78c5145545c8fcfecda974e)), closes [#19158](https://github.com/bitnami/charts/issues/19158) ## 5.5.1 (2023-09-04) -* [bitnami/logstash] fix: add namespace under the kubectl port-forward logstash chart (#18990) ([e1bb0e2](https://github.com/bitnami/charts/commit/e1bb0e2)), closes [#18990](https://github.com/bitnami/charts/issues/18990) +* [bitnami/logstash] fix: add namespace under the kubectl port-forward logstash chart (#18990) ([e1bb0e2](https://github.com/bitnami/charts/commit/e1bb0e2b7600fa24b560bc14ca4a25a5a2746cc9)), closes [#18990](https://github.com/bitnami/charts/issues/18990) ## 5.5.0 (2023-08-23) -* [bitnami/logstash] Support for customizing standard labels (#18318) ([6d25656](https://github.com/bitnami/charts/commit/6d25656)), closes [#18318](https://github.com/bitnami/charts/issues/18318) +* [bitnami/logstash] Support for customizing standard labels (#18318) ([6d25656](https://github.com/bitnami/charts/commit/6d256563ad6d6ca30afa2931fa662177e1f18808)), closes [#18318](https://github.com/bitnami/charts/issues/18318) ## 5.4.10 (2023-08-20) -* [bitnami/logstash] Release 5.4.10 (#18680) ([de2392b](https://github.com/bitnami/charts/commit/de2392b)), closes [#18680](https://github.com/bitnami/charts/issues/18680) +* [bitnami/logstash] Release 5.4.10 (#18680) ([de2392b](https://github.com/bitnami/charts/commit/de2392ba10064b8c3814632d2927c03ba9c17769)), closes [#18680](https://github.com/bitnami/charts/issues/18680) ## 5.4.9 (2023-08-17) -* [bitnami/logstash] Release 5.4.9 (#18583) ([f4708ff](https://github.com/bitnami/charts/commit/f4708ff)), closes [#18583](https://github.com/bitnami/charts/issues/18583) +* [bitnami/logstash] Release 5.4.9 (#18583) ([f4708ff](https://github.com/bitnami/charts/commit/f4708ff9193b5f607c86f3785c9da4b9903c5003)), closes [#18583](https://github.com/bitnami/charts/issues/18583) ## 5.4.8 (2023-08-17) -* [bitnami/logstash] Release 5.4.8 (#18540) ([8ef1faf](https://github.com/bitnami/charts/commit/8ef1faf)), closes [#18540](https://github.com/bitnami/charts/issues/18540) +* [bitnami/logstash] Release 5.4.8 (#18540) ([8ef1faf](https://github.com/bitnami/charts/commit/8ef1faf3be5e84fa0e8c39359ca2ba614c315588)), closes [#18540](https://github.com/bitnami/charts/issues/18540) ## 5.4.7 (2023-07-26) -* [bitnami/logstash] Release 5.4.7 (#17924) ([b832078](https://github.com/bitnami/charts/commit/b832078)), closes [#17924](https://github.com/bitnami/charts/issues/17924) +* [bitnami/logstash] Release 5.4.7 (#17924) ([b832078](https://github.com/bitnami/charts/commit/b832078f5915392b92dc404b86505eeb4c466e17)), closes [#17924](https://github.com/bitnami/charts/issues/17924) ## 5.4.6 (2023-07-26) -* [bitnami/logstash] Release 5.4.6 (#17915) ([c165091](https://github.com/bitnami/charts/commit/c165091)), closes [#17915](https://github.com/bitnami/charts/issues/17915) +* [bitnami/logstash] Release 5.4.6 (#17915) ([c165091](https://github.com/bitnami/charts/commit/c165091b8c460796269b6ee4421d1e43d6b31f9b)), closes [#17915](https://github.com/bitnami/charts/issues/17915) ## 5.4.5 (2023-07-15) -* [bitnami/logstash] Release 5 (#17610) ([30e7b19](https://github.com/bitnami/charts/commit/30e7b19)), closes [#17610](https://github.com/bitnami/charts/issues/17610) +* [bitnami/logstash] Release 5 (#17610) ([30e7b19](https://github.com/bitnami/charts/commit/30e7b196d0001b2b82f6fca436e54e88b3b9d8dc)), closes [#17610](https://github.com/bitnami/charts/issues/17610) ## 5.4.4 (2023-07-01) -* [bitnami/logstash] Release 5.4.4 (#17446) ([8931b70](https://github.com/bitnami/charts/commit/8931b70)), closes [#17446](https://github.com/bitnami/charts/issues/17446) -* Add copyright header (#17300) ([da68be8](https://github.com/bitnami/charts/commit/da68be8)), closes [#17300](https://github.com/bitnami/charts/issues/17300) -* Update charts readme (#17217) ([31b3c0a](https://github.com/bitnami/charts/commit/31b3c0a)), closes [#17217](https://github.com/bitnami/charts/issues/17217) +* [bitnami/logstash] Release 5.4.4 (#17446) ([8931b70](https://github.com/bitnami/charts/commit/8931b70529791bcddb546b82afe7296fe24bd33e)), closes [#17446](https://github.com/bitnami/charts/issues/17446) +* Add copyright header (#17300) ([da68be8](https://github.com/bitnami/charts/commit/da68be8e951225133c7dfb572d5101ca3d61c5ae)), closes [#17300](https://github.com/bitnami/charts/issues/17300) +* Update charts readme (#17217) ([31b3c0a](https://github.com/bitnami/charts/commit/31b3c0afd968ff4429107e34101f7509e6a0e913)), closes [#17217](https://github.com/bitnami/charts/issues/17217) ## 5.4.3 (2023-06-08) -* [bitnami/*] Change copyright section in READMEs (#17006) ([ef986a1](https://github.com/bitnami/charts/commit/ef986a1)), closes [#17006](https://github.com/bitnami/charts/issues/17006) -* [bitnami/logstash] Release 5.4.3 (#17072) ([5a9b411](https://github.com/bitnami/charts/commit/5a9b411)), closes [#17072](https://github.com/bitnami/charts/issues/17072) -* [bitnami/several] Change copyright section in READMEs (#16989) ([5b6a5cf](https://github.com/bitnami/charts/commit/5b6a5cf)), closes [#16989](https://github.com/bitnami/charts/issues/16989) +* [bitnami/*] Change copyright section in READMEs (#17006) ([ef986a1](https://github.com/bitnami/charts/commit/ef986a1605241102b3dcafe9fd8089e6fc1201ad)), closes [#17006](https://github.com/bitnami/charts/issues/17006) +* [bitnami/logstash] Release 5.4.3 (#17072) ([5a9b411](https://github.com/bitnami/charts/commit/5a9b4116f64cf86c051df1df475c7617c8f3e9a6)), closes [#17072](https://github.com/bitnami/charts/issues/17072) +* [bitnami/several] Change copyright section in READMEs (#16989) ([5b6a5cf](https://github.com/bitnami/charts/commit/5b6a5cfb7625a751848a2e5cd796bd7278f406ca)), closes [#16989](https://github.com/bitnami/charts/issues/16989) ## 5.4.2 (2023-05-25) -* [bitnami/logstash] Release 5.4.2 (#16910) ([8f68c19](https://github.com/bitnami/charts/commit/8f68c19)), closes [#16910](https://github.com/bitnami/charts/issues/16910) +* [bitnami/logstash] Release 5.4.2 (#16910) ([8f68c19](https://github.com/bitnami/charts/commit/8f68c198dccdc865248e1d3af646b11de55c356c)), closes [#16910](https://github.com/bitnami/charts/issues/16910) ## 5.4.1 (2023-05-21) -* [bitnami/logstash] Release 5.4.1 (#16831) ([e3ae220](https://github.com/bitnami/charts/commit/e3ae220)), closes [#16831](https://github.com/bitnami/charts/issues/16831) -* Add wording for enterprise page (#16560) ([8f22774](https://github.com/bitnami/charts/commit/8f22774)), closes [#16560](https://github.com/bitnami/charts/issues/16560) +* [bitnami/logstash] Release 5.4.1 (#16831) ([e3ae220](https://github.com/bitnami/charts/commit/e3ae220ee5ae6219cd1e57276af64e0098651cbd)), closes [#16831](https://github.com/bitnami/charts/issues/16831) +* Add wording for enterprise page (#16560) ([8f22774](https://github.com/bitnami/charts/commit/8f2277440b976d52785ba9149762ad8620a73d1f)), closes [#16560](https://github.com/bitnami/charts/issues/16560) ## 5.4.0 (2023-05-09) -* [bitnami/several] Adapt Chart.yaml to set desired OCI annotations (#16546) ([fc9b18f](https://github.com/bitnami/charts/commit/fc9b18f)), closes [#16546](https://github.com/bitnami/charts/issues/16546) +* [bitnami/several] Adapt Chart.yaml to set desired OCI annotations (#16546) ([fc9b18f](https://github.com/bitnami/charts/commit/fc9b18f2e98805d4df629acbcde696f44f973344)), closes [#16546](https://github.com/bitnami/charts/issues/16546) ## 5.3.3 (2023-05-09) -* [bitnami/logstash] Release 5.3.3 (#16467) ([0fb4168](https://github.com/bitnami/charts/commit/0fb4168)), closes [#16467](https://github.com/bitnami/charts/issues/16467) +* [bitnami/logstash] Release 5.3.3 (#16467) ([0fb4168](https://github.com/bitnami/charts/commit/0fb416881082e36430d05139b110a228ee475488)), closes [#16467](https://github.com/bitnami/charts/issues/16467) ## 5.3.2 (2023-05-02) -* [bitnami/logstash] Release 5.3.2 (#16342) ([b4fb62b](https://github.com/bitnami/charts/commit/b4fb62b)), closes [#16342](https://github.com/bitnami/charts/issues/16342) +* [bitnami/logstash] Release 5.3.2 (#16342) ([b4fb62b](https://github.com/bitnami/charts/commit/b4fb62b4e627b7e0d7a42be5a5456b69d3f5c720)), closes [#16342](https://github.com/bitnami/charts/issues/16342) ## 5.3.1 (2023-05-01) -* [bitnami/logstash] Release 5.3.1 (#16306) ([5a77d39](https://github.com/bitnami/charts/commit/5a77d39)), closes [#16306](https://github.com/bitnami/charts/issues/16306) +* [bitnami/logstash] Release 5.3.1 (#16306) ([5a77d39](https://github.com/bitnami/charts/commit/5a77d39a3247eb66156e4beca580ce0c1d624ab4)), closes [#16306](https://github.com/bitnami/charts/issues/16306) ## 5.3.0 (2023-04-20) -* [bitnami/*] Make Helm charts 100% OCI (#15998) ([8841510](https://github.com/bitnami/charts/commit/8841510)), closes [#15998](https://github.com/bitnami/charts/issues/15998) +* [bitnami/*] Make Helm charts 100% OCI (#15998) ([8841510](https://github.com/bitnami/charts/commit/884151035efcbf2e1b3206e7def85511073fb57d)), closes [#15998](https://github.com/bitnami/charts/issues/15998) ## 5.2.2 (2023-04-01) -* [bitnami/logstash] Release 5.2.2 (#15879) ([ab2cfb6](https://github.com/bitnami/charts/commit/ab2cfb6)), closes [#15879](https://github.com/bitnami/charts/issues/15879) +* [bitnami/logstash] Release 5.2.2 (#15879) ([ab2cfb6](https://github.com/bitnami/charts/commit/ab2cfb679d0bb5b54d621e777155b00e3f263e40)), closes [#15879](https://github.com/bitnami/charts/issues/15879) ## 5.2.1 (2023-03-22) -* [bitnami/logstash] Release 5.2.1 (#15676) ([d910f5c](https://github.com/bitnami/charts/commit/d910f5c)), closes [#15676](https://github.com/bitnami/charts/issues/15676) +* [bitnami/logstash] Release 5.2.1 (#15676) ([d910f5c](https://github.com/bitnami/charts/commit/d910f5c7eb22e234810fce1b1316cbd06d772cc3)), closes [#15676](https://github.com/bitnami/charts/issues/15676) ## 5.2.0 (2023-03-21) -* [bitnami/charts] Apply linter to README files (#15357) ([0e29e60](https://github.com/bitnami/charts/commit/0e29e60)), closes [#15357](https://github.com/bitnami/charts/issues/15357) -* [bitnami/logstash] Add support for service.headless.annotations (#15433) ([31679ce](https://github.com/bitnami/charts/commit/31679ce)), closes [#15433](https://github.com/bitnami/charts/issues/15433) +* [bitnami/charts] Apply linter to README files (#15357) ([0e29e60](https://github.com/bitnami/charts/commit/0e29e600d3adc8b1b46e506eccb3decfab3b4e63)), closes [#15357](https://github.com/bitnami/charts/issues/15357) +* [bitnami/logstash] Add support for service.headless.annotations (#15433) ([31679ce](https://github.com/bitnami/charts/commit/31679ce00e6ef89a93ab3d21a77a5444325e0dac)), closes [#15433](https://github.com/bitnami/charts/issues/15433) ## 5.1.15 (2023-03-01) -* [bitnami/logstash] Release 5.1.15 (#15219) ([34a730b](https://github.com/bitnami/charts/commit/34a730b)), closes [#15219](https://github.com/bitnami/charts/issues/15219) +* [bitnami/logstash] Release 5.1.15 (#15219) ([34a730b](https://github.com/bitnami/charts/commit/34a730b03cbe0b3a165b0a262184bf30f7355584)), closes [#15219](https://github.com/bitnami/charts/issues/15219) ## 5.1.14 (2023-02-17) -* [bitnami/*] Fix markdown linter issues (#14874) ([a51e0e8](https://github.com/bitnami/charts/commit/a51e0e8)), closes [#14874](https://github.com/bitnami/charts/issues/14874) -* [bitnami/*] Fix markdown linter issues 2 (#14890) ([aa96572](https://github.com/bitnami/charts/commit/aa96572)), closes [#14890](https://github.com/bitnami/charts/issues/14890) -* [bitnami/*] Remove unexpected extra spaces (#14873) ([c97c714](https://github.com/bitnami/charts/commit/c97c714)), closes [#14873](https://github.com/bitnami/charts/issues/14873) -* [bitnami/logstash] Release 5.1.14 (#14990) ([931932c](https://github.com/bitnami/charts/commit/931932c)), closes [#14990](https://github.com/bitnami/charts/issues/14990) +* [bitnami/*] Fix markdown linter issues (#14874) ([a51e0e8](https://github.com/bitnami/charts/commit/a51e0e8d35495b907f3e70dd2f8e7c3bcbf4166a)), closes [#14874](https://github.com/bitnami/charts/issues/14874) +* [bitnami/*] Fix markdown linter issues 2 (#14890) ([aa96572](https://github.com/bitnami/charts/commit/aa9657237ee8df4a46db0d7fdf8a23230dd6902a)), closes [#14890](https://github.com/bitnami/charts/issues/14890) +* [bitnami/*] Remove unexpected extra spaces (#14873) ([c97c714](https://github.com/bitnami/charts/commit/c97c714887380d47eae7bfeff316bf01595ecd1d)), closes [#14873](https://github.com/bitnami/charts/issues/14873) +* [bitnami/logstash] Release 5.1.14 (#14990) ([931932c](https://github.com/bitnami/charts/commit/931932cd8e27d01b2250feb21accf29397cc194f)), closes [#14990](https://github.com/bitnami/charts/issues/14990) ## 5.1.13 (2023-01-31) -* [bitnami/*] Change copyright date (#14682) ([add4ec7](https://github.com/bitnami/charts/commit/add4ec7)), closes [#14682](https://github.com/bitnami/charts/issues/14682) -* [bitnami/logstash] Don't regenerate self-signed certs on upgrade (#14636) ([d781bed](https://github.com/bitnami/charts/commit/d781bed)), closes [#14636](https://github.com/bitnami/charts/issues/14636) +* [bitnami/*] Change copyright date (#14682) ([add4ec7](https://github.com/bitnami/charts/commit/add4ec701108ac36ed4de2dffbdf407a0d091067)), closes [#14682](https://github.com/bitnami/charts/issues/14682) +* [bitnami/logstash] Don't regenerate self-signed certs on upgrade (#14636) ([d781bed](https://github.com/bitnami/charts/commit/d781bed5caa1585ea36248910b4af04da90b687e)), closes [#14636](https://github.com/bitnami/charts/issues/14636) ## 5.1.12 (2023-01-26) -* [bitnami/*] Add license annotation and remove obsolete engine parameter (#14293) ([da2a794](https://github.com/bitnami/charts/commit/da2a794)), closes [#14293](https://github.com/bitnami/charts/issues/14293) -* [bitnami/*] Change licenses annotation format (#14377) ([0ab7608](https://github.com/bitnami/charts/commit/0ab7608)), closes [#14377](https://github.com/bitnami/charts/issues/14377) -* [bitnami/*] Unify READMEs (#14472) ([2064fb8](https://github.com/bitnami/charts/commit/2064fb8)), closes [#14472](https://github.com/bitnami/charts/issues/14472) -* [bitnami/logstash] Release 5.1.12 (#14562) ([912c8f0](https://github.com/bitnami/charts/commit/912c8f0)), closes [#14562](https://github.com/bitnami/charts/issues/14562) +* [bitnami/*] Add license annotation and remove obsolete engine parameter (#14293) ([da2a794](https://github.com/bitnami/charts/commit/da2a7943bae95b6e9b5b4ed972c15e990b69fdb0)), closes [#14293](https://github.com/bitnami/charts/issues/14293) +* [bitnami/*] Change licenses annotation format (#14377) ([0ab7608](https://github.com/bitnami/charts/commit/0ab760862c660fcc78cffadf8e1d8cdd70881473)), closes [#14377](https://github.com/bitnami/charts/issues/14377) +* [bitnami/*] Unify READMEs (#14472) ([2064fb8](https://github.com/bitnami/charts/commit/2064fb8dcc78a845cdede8211af8c3cc52551161)), closes [#14472](https://github.com/bitnami/charts/issues/14472) +* [bitnami/logstash] Release 5.1.12 (#14562) ([912c8f0](https://github.com/bitnami/charts/commit/912c8f07ec863de9643ce931324d0456f4e45022)), closes [#14562](https://github.com/bitnami/charts/issues/14562) ## 5.1.11 (2023-01-10) -* [bitnami/logstash] Release 5.1.11 (#14260) ([c004bb4](https://github.com/bitnami/charts/commit/c004bb4)), closes [#14260](https://github.com/bitnami/charts/issues/14260) +* [bitnami/logstash] Release 5.1.11 (#14260) ([c004bb4](https://github.com/bitnami/charts/commit/c004bb465dfaddc6a8f77ede6b257e6513f9f84f)), closes [#14260](https://github.com/bitnami/charts/issues/14260) ## 5.1.10 (2023-01-08) -* [bitnami/logstash] Release 5.1.10 (#14220) ([9ab50c4](https://github.com/bitnami/charts/commit/9ab50c4)), closes [#14220](https://github.com/bitnami/charts/issues/14220) +* [bitnami/logstash] Release 5.1.10 (#14220) ([9ab50c4](https://github.com/bitnami/charts/commit/9ab50c490dd8846eb4de841f90be2bb0cb18205f)), closes [#14220](https://github.com/bitnami/charts/issues/14220) ## 5.1.9 (2022-12-09) -* [bitnami/logstash] Release 5.1.9 (#13883) ([88d38a6](https://github.com/bitnami/charts/commit/88d38a6)), closes [#13883](https://github.com/bitnami/charts/issues/13883) +* [bitnami/logstash] Release 5.1.9 (#13883) ([88d38a6](https://github.com/bitnami/charts/commit/88d38a609527dde084feac040107657a6b743983)), closes [#13883](https://github.com/bitnami/charts/issues/13883) ## 5.1.8 (2022-11-23) -* [bitnami/logstash] Release 5.1.8 (#13648) ([87197f4](https://github.com/bitnami/charts/commit/87197f4)), closes [#13648](https://github.com/bitnami/charts/issues/13648) +* [bitnami/logstash] Release 5.1.8 (#13648) ([87197f4](https://github.com/bitnami/charts/commit/87197f4813791c6153029fa28f83c27df9269886)), closes [#13648](https://github.com/bitnami/charts/issues/13648) ## 5.1.7 (2022-11-15) -* [bitnami/logstash] Release 5.1.7 (#13534) ([7dd7707](https://github.com/bitnami/charts/commit/7dd7707)), closes [#13534](https://github.com/bitnami/charts/issues/13534) +* [bitnami/logstash] Release 5.1.7 (#13534) ([7dd7707](https://github.com/bitnami/charts/commit/7dd7707cf8d0e3e9d81854b2b2e44047a9ff9ae0)), closes [#13534](https://github.com/bitnami/charts/issues/13534) ## 5.1.6 (2022-11-01) -* [bitnami/*] Use new default branch name in links (#12943) ([a529e02](https://github.com/bitnami/charts/commit/a529e02)), closes [#12943](https://github.com/bitnami/charts/issues/12943) -* [bitnami/logstash] Release 5.1.6 (#13291) ([a56c919](https://github.com/bitnami/charts/commit/a56c919)), closes [#13291](https://github.com/bitnami/charts/issues/13291) +* [bitnami/*] Use new default branch name in links (#12943) ([a529e02](https://github.com/bitnami/charts/commit/a529e02597d49d944eba1eb0f190713293247176)), closes [#12943](https://github.com/bitnami/charts/issues/12943) +* [bitnami/logstash] Release 5.1.6 (#13291) ([a56c919](https://github.com/bitnami/charts/commit/a56c91994d761f9c80df2eea5d9e9d7fdc5bea02)), closes [#13291](https://github.com/bitnami/charts/issues/13291) ## 5.1.5 (2022-10-12) -* [bitnami/logstash] Release 5.1.5 (#12927) ([9970616](https://github.com/bitnami/charts/commit/9970616)), closes [#12927](https://github.com/bitnami/charts/issues/12927) -* Generic README instructions related to the repo (#12792) ([3cf6b10](https://github.com/bitnami/charts/commit/3cf6b10)), closes [#12792](https://github.com/bitnami/charts/issues/12792) +* [bitnami/logstash] Release 5.1.5 (#12927) ([9970616](https://github.com/bitnami/charts/commit/9970616014b1a5eb858e3ac5d38656727155a66a)), closes [#12927](https://github.com/bitnami/charts/issues/12927) +* Generic README instructions related to the repo (#12792) ([3cf6b10](https://github.com/bitnami/charts/commit/3cf6b10e10e60df4b3e191d6b99aa99a9f597755)), closes [#12792](https://github.com/bitnami/charts/issues/12792) ## 5.1.4 (2022-09-20) -* [bitnami/logstash] Release 5.1.4 (#12600) ([ea02cde](https://github.com/bitnami/charts/commit/ea02cde)), closes [#12600](https://github.com/bitnami/charts/issues/12600) +* [bitnami/logstash] Release 5.1.4 (#12600) ([ea02cde](https://github.com/bitnami/charts/commit/ea02cde4795a63378d7ae58f0ae631fed1f09981)), closes [#12600](https://github.com/bitnami/charts/issues/12600) ## 5.1.3 (2022-09-20) -* [bitnami/logstash] Use custom probes if given (#12518) ([cc1749f](https://github.com/bitnami/charts/commit/cc1749f)), closes [#12518](https://github.com/bitnami/charts/issues/12518) [#12354](https://github.com/bitnami/charts/issues/12354) +* [bitnami/logstash] Use custom probes if given (#12518) ([cc1749f](https://github.com/bitnami/charts/commit/cc1749f1b28997a3bfc39da09aadfd303cd8b042)), closes [#12518](https://github.com/bitnami/charts/issues/12518) [#12354](https://github.com/bitnami/charts/issues/12354) ## 5.1.2 (2022-08-31) -* [bitnami/logstash] Release 5.1.2 updating components versions ([500868b](https://github.com/bitnami/charts/commit/500868b)) +* [bitnami/logstash] Release 5.1.2 updating components versions ([500868b](https://github.com/bitnami/charts/commit/500868bd4ae15a5674f8bec5d2240fea58b5faba)) ## 5.1.1 (2022-08-23) -* [bitnami/logstash] Update Chart.lock (#12051) ([7a9f419](https://github.com/bitnami/charts/commit/7a9f419)), closes [#12051](https://github.com/bitnami/charts/issues/12051) +* [bitnami/logstash] Update Chart.lock (#12051) ([7a9f419](https://github.com/bitnami/charts/commit/7a9f4190ca84f505e2d9abf2d7398ae2992959cd)), closes [#12051](https://github.com/bitnami/charts/issues/12051) ## 5.1.0 (2022-08-22) -* [bitnami/logstash] Add support for image digest apart from tag (#11886) ([8f7713e](https://github.com/bitnami/charts/commit/8f7713e)), closes [#11886](https://github.com/bitnami/charts/issues/11886) +* [bitnami/logstash] Add support for image digest apart from tag (#11886) ([8f7713e](https://github.com/bitnami/charts/commit/8f7713e004e10495dc57e1603bf360408dce8ea6)), closes [#11886](https://github.com/bitnami/charts/issues/11886) ## 5.0.19 (2022-08-17) -* [bitnami/logstash] Adjust the naming style for resource/headless-svc (#11771) ([e807035](https://github.com/bitnami/charts/commit/e807035)), closes [#11771](https://github.com/bitnami/charts/issues/11771) +* [bitnami/logstash] Adjust the naming style for resource/headless-svc (#11771) ([e807035](https://github.com/bitnami/charts/commit/e80703535bafd85846617ee68da3e4982d60e678)), closes [#11771](https://github.com/bitnami/charts/issues/11771) ## 5.0.18 (2022-08-09) -* [bitnami/logstash] Release 5.0.18 updating components versions ([9209884](https://github.com/bitnami/charts/commit/9209884)) +* [bitnami/logstash] Release 5.0.18 updating components versions ([9209884](https://github.com/bitnami/charts/commit/9209884e9d38b942063a541f121101093c57bfad)) ## 5.0.17 (2022-08-04) -* [bitnami/logstash] Release 5.0.17 updating components versions ([f655255](https://github.com/bitnami/charts/commit/f655255)) +* [bitnami/logstash] Release 5.0.17 updating components versions ([f655255](https://github.com/bitnami/charts/commit/f655255359bb5b37c8912f38c1ee5e3e8b791988)) ## 5.0.16 (2022-08-03) -* [bitnami/logstash] Release 5.0.16 updating components versions ([b4923fa](https://github.com/bitnami/charts/commit/b4923fa)) +* [bitnami/logstash] Release 5.0.16 updating components versions ([b4923fa](https://github.com/bitnami/charts/commit/b4923fafaa6b4b7f66e3d4625ba1d8a5493018de)) ## 5.0.15 (2022-08-02) -* [bitnami/logstash] Release 5.0.15 updating components versions ([8f82478](https://github.com/bitnami/charts/commit/8f82478)) +* [bitnami/logstash] Release 5.0.15 updating components versions ([8f82478](https://github.com/bitnami/charts/commit/8f824782951fb9bf7292a4b63d28e4b3a7fe85d7)) ## 5.0.14 (2022-07-28) -* [bitnami/*] Update URLs to point to the new bitnami/containers monorepo (#11352) ([d665af0](https://github.com/bitnami/charts/commit/d665af0)), closes [#11352](https://github.com/bitnami/charts/issues/11352) -* [bitnami/logstash] Release 5.0.14 updating components versions ([12466be](https://github.com/bitnami/charts/commit/12466be)) -* Update Logstash Chart README (#11244) ([6f5500d](https://github.com/bitnami/charts/commit/6f5500d)), closes [#11244](https://github.com/bitnami/charts/issues/11244) +* [bitnami/*] Update URLs to point to the new bitnami/containers monorepo (#11352) ([d665af0](https://github.com/bitnami/charts/commit/d665af0c708846192d8d5fb2f5f9ea65dd464ab0)), closes [#11352](https://github.com/bitnami/charts/issues/11352) +* [bitnami/logstash] Release 5.0.14 updating components versions ([12466be](https://github.com/bitnami/charts/commit/12466bec894887b79bbe67448fad56cf81fb6e37)) +* Update Logstash Chart README (#11244) ([6f5500d](https://github.com/bitnami/charts/commit/6f5500dcdd0c84cbd88b46563b897d7273b2e0b9)), closes [#11244](https://github.com/bitnami/charts/issues/11244) ## 5.0.13 (2022-07-09) -* [bitnami/logstash] Release 5.0.13 updating components versions ([943bb0f](https://github.com/bitnami/charts/commit/943bb0f)) +* [bitnami/logstash] Release 5.0.13 updating components versions ([943bb0f](https://github.com/bitnami/charts/commit/943bb0fe69cc3596580f381e4d2c960a8ba7d3ad)) ## 5.0.12 (2022-07-01) -* [bitnami/logstash] Release 5.0.12 updating components versions ([60a0f56](https://github.com/bitnami/charts/commit/60a0f56)) +* [bitnami/logstash] Release 5.0.12 updating components versions ([60a0f56](https://github.com/bitnami/charts/commit/60a0f566f9f3086c9058a2fc50d4181cee8bc16e)) ## 5.0.11 (2022-06-28) -* [bitnami/logstash] Release 5.0.11 updating components versions ([9fcc426](https://github.com/bitnami/charts/commit/9fcc426)) +* [bitnami/logstash] Release 5.0.11 updating components versions ([9fcc426](https://github.com/bitnami/charts/commit/9fcc426912eb6eb8e293f031142d5a01b18d3a0a)) ## 5.0.10 (2022-06-14) -* [bitnami/logstash] Release 5.0.10 updating components versions ([66dbc05](https://github.com/bitnami/charts/commit/66dbc05)) +* [bitnami/logstash] Release 5.0.10 updating components versions ([66dbc05](https://github.com/bitnami/charts/commit/66dbc05e90d563e14d9a58cafffdd215280856c5)) ## 5.0.9 (2022-06-10) -* [bitnami/*] Replace Kubeapps URL in READMEs (and kubeapps Chart.yaml) and remove BKPR references (#1 ([c6a7914](https://github.com/bitnami/charts/commit/c6a7914)), closes [#10600](https://github.com/bitnami/charts/issues/10600) -* [bitnami/logstash] Release 5.0.9 updating components versions ([1a2f76f](https://github.com/bitnami/charts/commit/1a2f76f)) +* [bitnami/*] Replace Kubeapps URL in READMEs (and kubeapps Chart.yaml) and remove BKPR references (#1 ([c6a7914](https://github.com/bitnami/charts/commit/c6a7914361e5aea6016fb45bf4d621edfd111d32)), closes [#10600](https://github.com/bitnami/charts/issues/10600) +* [bitnami/logstash] Release 5.0.9 updating components versions ([1a2f76f](https://github.com/bitnami/charts/commit/1a2f76fa4abbceeb097bcaacac2b9ce8f9a2e8ec)) ## 5.0.8 (2022-06-07) -* [bitnami/logstash] Release 5.0.8 updating components versions ([18cf38d](https://github.com/bitnami/charts/commit/18cf38d)) +* [bitnami/logstash] Release 5.0.8 updating components versions ([18cf38d](https://github.com/bitnami/charts/commit/18cf38d107811acb712921bd2a64656484d77cd3)) ## 5.0.7 (2022-06-01) -* [bitnami/several] Replace maintainers email by url (#10523) ([ff3cf61](https://github.com/bitnami/charts/commit/ff3cf61)), closes [#10523](https://github.com/bitnami/charts/issues/10523) +* [bitnami/several] Replace maintainers email by url (#10523) ([ff3cf61](https://github.com/bitnami/charts/commit/ff3cf617a1680509b0f3855d17c4ccff7b29a0ff)), closes [#10523](https://github.com/bitnami/charts/issues/10523) ## 5.0.6 (2022-05-27) -* [bitnami/logstash] Release 5.0.6 updating components versions ([5507100](https://github.com/bitnami/charts/commit/5507100)) +* [bitnami/logstash] Release 5.0.6 updating components versions ([5507100](https://github.com/bitnami/charts/commit/550710058fd8a402afc371b1f9b73797ae3bd62a)) ## 5.0.5 (2022-05-26) -* [bitnami/logstash] Add missing values (#10421) ([e34cebd](https://github.com/bitnami/charts/commit/e34cebd)), closes [#10421](https://github.com/bitnami/charts/issues/10421) +* [bitnami/logstash] Add missing values (#10421) ([e34cebd](https://github.com/bitnami/charts/commit/e34cebdc357c2f28e3ec466dee53529f1d2e33ca)), closes [#10421](https://github.com/bitnami/charts/issues/10421) ## 5.0.4 (2022-05-25) -* [bitnami/logstash] Release 5.0.4 updating components versions ([f0409b7](https://github.com/bitnami/charts/commit/f0409b7)) +* [bitnami/logstash] Release 5.0.4 updating components versions ([f0409b7](https://github.com/bitnami/charts/commit/f0409b7bda4e4f60b8a0e6c441158dc5712fc6d6)) ## 5.0.3 (2022-05-21) -* [bitnami/logstash] Release 5.0.3 updating components versions ([aec6057](https://github.com/bitnami/charts/commit/aec6057)) +* [bitnami/logstash] Release 5.0.3 updating components versions ([aec6057](https://github.com/bitnami/charts/commit/aec605705f626e20fa51eea03807dd85a2122a7f)) ## 5.0.2 (2022-05-20) -* [bitnami/logstash] Release 5.0.2 updating components versions ([9adc911](https://github.com/bitnami/charts/commit/9adc911)) +* [bitnami/logstash] Release 5.0.2 updating components versions ([9adc911](https://github.com/bitnami/charts/commit/9adc91158eb6bf9c8d3d7e8a3f07ee5b59c78af8)) ## 5.0.1 (2022-05-18) -* [bitnami/logstash] Release 5.0.1 updating components versions ([faea569](https://github.com/bitnami/charts/commit/faea569)) +* [bitnami/logstash] Release 5.0.1 updating components versions ([faea569](https://github.com/bitnami/charts/commit/faea569be2e81d2a4b2f099c5c803ea57441d3de)) ## 5.0.0 (2022-05-17) -* [bitnami/logstash] deprecate logstash-exporter (#10233) ([80b2673](https://github.com/bitnami/charts/commit/80b2673)), closes [#10233](https://github.com/bitnami/charts/issues/10233) +* [bitnami/logstash] deprecate logstash-exporter (#10233) ([80b2673](https://github.com/bitnami/charts/commit/80b2673921b987136bd6ea22a8733acff68f7468)), closes [#10233](https://github.com/bitnami/charts/issues/10233) ## 4.1.0 (2022-05-16) -* [bitnami/*] add ingress extraRules feature (#10253) ([0f6cbb9](https://github.com/bitnami/charts/commit/0f6cbb9)), closes [#10253](https://github.com/bitnami/charts/issues/10253) -* [bitnami/*] Remove old 'ci' files (#10171) ([5df30c4](https://github.com/bitnami/charts/commit/5df30c4)), closes [#10171](https://github.com/bitnami/charts/issues/10171) -* [bitnami/logstash] Add missing namespace metadata (#10135) ([e6b093a](https://github.com/bitnami/charts/commit/e6b093a)), closes [#10135](https://github.com/bitnami/charts/issues/10135) +* [bitnami/*] add ingress extraRules feature (#10253) ([0f6cbb9](https://github.com/bitnami/charts/commit/0f6cbb9099b0e56685cc1d36ba50340f3d7278a1)), closes [#10253](https://github.com/bitnami/charts/issues/10253) +* [bitnami/*] Remove old 'ci' files (#10171) ([5df30c4](https://github.com/bitnami/charts/commit/5df30c44dbd1812da8786579ce4a94917d46a6ad)), closes [#10171](https://github.com/bitnami/charts/issues/10171) +* [bitnami/logstash] Add missing namespace metadata (#10135) ([e6b093a](https://github.com/bitnami/charts/commit/e6b093a3696c0dcddd3eaddbd0e1e796069df71e)), closes [#10135](https://github.com/bitnami/charts/issues/10135) ## 4.0.6 (2022-05-11) -* [bitnami/*] Fix typo in comments (relay -> rely) (#10151) ([9cfe4a4](https://github.com/bitnami/charts/commit/9cfe4a4)), closes [#10151](https://github.com/bitnami/charts/issues/10151) +* [bitnami/*] Fix typo in comments (relay -> rely) (#10151) ([9cfe4a4](https://github.com/bitnami/charts/commit/9cfe4a48cc35851faea6be7ffb2a978d223befa0)), closes [#10151](https://github.com/bitnami/charts/issues/10151) ## 4.0.5 (2022-05-03) -* [bitnami/logstash] Release 4.0.5 updating components versions ([e85429d](https://github.com/bitnami/charts/commit/e85429d)) +* [bitnami/logstash] Release 4.0.5 updating components versions ([e85429d](https://github.com/bitnami/charts/commit/e85429ddbdf570bc5d7a1f140892757e2b612ff6)) ## 4.0.4 (2022-04-20) -* [bitnami/logstash] Release 4.0.4 updating components versions ([1a240f6](https://github.com/bitnami/charts/commit/1a240f6)) +* [bitnami/logstash] Release 4.0.4 updating components versions ([1a240f6](https://github.com/bitnami/charts/commit/1a240f6837fe2b8022bc9d0decca4f55449b78b0)) ## 4.0.3 (2022-04-20) -* [bitnami/logstash] Release 4.0.3 updating components versions ([ce056d1](https://github.com/bitnami/charts/commit/ce056d1)) +* [bitnami/logstash] Release 4.0.3 updating components versions ([ce056d1](https://github.com/bitnami/charts/commit/ce056d1a697c38090f40430cd94e56f3e0771077)) ## 4.0.2 (2022-04-19) -* [bitnami/logstash] Release 4.0.2 updating components versions ([ef5d574](https://github.com/bitnami/charts/commit/ef5d574)) +* [bitnami/logstash] Release 4.0.2 updating components versions ([ef5d574](https://github.com/bitnami/charts/commit/ef5d574a514a14eabf7f935170fcb4d88742caa5)) ## 4.0.1 (2022-04-18) -* [bitnami/logstash] Remove mention of files/ in readme (#9799) ([39d3b83](https://github.com/bitnami/charts/commit/39d3b83)), closes [#9799](https://github.com/bitnami/charts/issues/9799) +* [bitnami/logstash] Remove mention of files/ in readme (#9799) ([39d3b83](https://github.com/bitnami/charts/commit/39d3b831254e2c761980e0820c81d41b599985c5)), closes [#9799](https://github.com/bitnami/charts/issues/9799) ## 4.0.0 (2022-04-06) -* [bitnami/logstash] Major release: Standardization + Logstash 8 (#9672) ([c118f22](https://github.com/bitnami/charts/commit/c118f22)), closes [#9672](https://github.com/bitnami/charts/issues/9672) +* [bitnami/logstash] Major release: Standardization + Logstash 8 (#9672) ([c118f22](https://github.com/bitnami/charts/commit/c118f228f5c932f789a31782d992986b64508f70)), closes [#9672](https://github.com/bitnami/charts/issues/9672) ## 3.8.8 (2022-04-05) -* [bitnami/logstash] Release 3.8.8 updating components versions ([aed5d8b](https://github.com/bitnami/charts/commit/aed5d8b)) +* [bitnami/logstash] Release 3.8.8 updating components versions ([aed5d8b](https://github.com/bitnami/charts/commit/aed5d8bfc3991c8bfdc9038900a2c8e2c53a2e8d)) ## 3.8.7 (2022-04-03) -* [bitnami/logstash] Release 3.8.7 updating components versions ([792f054](https://github.com/bitnami/charts/commit/792f054)) +* [bitnami/logstash] Release 3.8.7 updating components versions ([792f054](https://github.com/bitnami/charts/commit/792f054a6ae3c60ac55093c127358b735ee9ba66)) ## 3.8.6 (2022-04-02) -* [bitnami/logstash] Release 3.8.6 updating components versions ([07c9c59](https://github.com/bitnami/charts/commit/07c9c59)) +* [bitnami/logstash] Release 3.8.6 updating components versions ([07c9c59](https://github.com/bitnami/charts/commit/07c9c59187abc29dc25803a3471f171bb766ffde)) ## 3.8.5 (2022-03-31) -* [bitnami/logstash] Release 3.8.5 updating components versions ([18e130d](https://github.com/bitnami/charts/commit/18e130d)) +* [bitnami/logstash] Release 3.8.5 updating components versions ([18e130d](https://github.com/bitnami/charts/commit/18e130d7182cc10d216c9bfefc95e7b0964ebea0)) ## 3.8.4 (2022-03-28) -* [bitnami/logstash] Release 3.8.4 updating components versions ([ce4f1bd](https://github.com/bitnami/charts/commit/ce4f1bd)) +* [bitnami/logstash] Release 3.8.4 updating components versions ([ce4f1bd](https://github.com/bitnami/charts/commit/ce4f1bd55246e565bc125aa8dca352fee935238d)) ## 3.8.3 (2022-03-27) -* [bitnami/logstash] Release 3.8.3 updating components versions ([d44e65e](https://github.com/bitnami/charts/commit/d44e65e)) +* [bitnami/logstash] Release 3.8.3 updating components versions ([d44e65e](https://github.com/bitnami/charts/commit/d44e65e91e88be5c9c846bcabbd838218f035969)) ## 3.8.2 (2022-03-17) -* [bitnami/logstash] Release 3.8.2 updating components versions ([1b7b8a0](https://github.com/bitnami/charts/commit/1b7b8a0)) +* [bitnami/logstash] Release 3.8.2 updating components versions ([1b7b8a0](https://github.com/bitnami/charts/commit/1b7b8a02109a409d052ddd5f84b7890b3be2d2b2)) ## 3.8.1 (2022-03-11) -* [bitnami/logstash] Adding serviceAccountName on StatefulSet object (#9376) ([1f47ec6](https://github.com/bitnami/charts/commit/1f47ec6)), closes [#9376](https://github.com/bitnami/charts/issues/9376) +* [bitnami/logstash] Adding serviceAccountName on StatefulSet object (#9376) ([1f47ec6](https://github.com/bitnami/charts/commit/1f47ec6cbcb0cec74fe4afe8669f50722293260c)), closes [#9376](https://github.com/bitnami/charts/issues/9376) ## 3.8.0 (2022-03-08) -* [bitnami/logstash] Adding service account config for workload identity integration (#9317) ([4b1240e](https://github.com/bitnami/charts/commit/4b1240e)), closes [#9317](https://github.com/bitnami/charts/issues/9317) +* [bitnami/logstash] Adding service account config for workload identity integration (#9317) ([4b1240e](https://github.com/bitnami/charts/commit/4b1240eed394cd7d06b6359df8314ed2aa4981cd)), closes [#9317](https://github.com/bitnami/charts/issues/9317) ## 3.7.8 (2022-02-28) -* [bitnami/logstash] Release 3.7.8 updating components versions ([c1b3018](https://github.com/bitnami/charts/commit/c1b3018)) +* [bitnami/logstash] Release 3.7.8 updating components versions ([c1b3018](https://github.com/bitnami/charts/commit/c1b30189af2a41f379d4b20747a74b79f0c96af0)) ## 3.7.7 (2022-02-27) -* [bitnami/logstash] Release 3.7.7 updating components versions ([8fe6cf2](https://github.com/bitnami/charts/commit/8fe6cf2)) +* [bitnami/logstash] Release 3.7.7 updating components versions ([8fe6cf2](https://github.com/bitnami/charts/commit/8fe6cf2371aaec3c9fdc1b4bf8c0fd2942dd9ffc)) ## 3.7.6 (2022-02-21) -* [bitnami/logstash] Release 3.7.6 updating components versions ([e51892f](https://github.com/bitnami/charts/commit/e51892f)) +* [bitnami/logstash] Release 3.7.6 updating components versions ([e51892f](https://github.com/bitnami/charts/commit/e51892f20fa5c248a96e33be51946e126f09643e)) ## 3.7.5 (2022-02-21) -* [bitnami/logstash] Do not hardcode PDB apiVersion (#9100) ([2d74804](https://github.com/bitnami/charts/commit/2d74804)), closes [#9100](https://github.com/bitnami/charts/issues/9100) -* Non utf8 chars (#8923) ([6ffd18f](https://github.com/bitnami/charts/commit/6ffd18f)), closes [#8923](https://github.com/bitnami/charts/issues/8923) +* [bitnami/logstash] Do not hardcode PDB apiVersion (#9100) ([2d74804](https://github.com/bitnami/charts/commit/2d7480471ff40f7640b8e9d4daca6a51c0d59097)), closes [#9100](https://github.com/bitnami/charts/issues/9100) +* Non utf8 chars (#8923) ([6ffd18f](https://github.com/bitnami/charts/commit/6ffd18fbbdf10e94ea1a90cf5b84ef610ac2a72d)), closes [#8923](https://github.com/bitnami/charts/issues/8923) ## 3.7.4 (2022-02-01) -* [bitnami/logstash] Release 3.7.4 updating components versions ([f5e7ec6](https://github.com/bitnami/charts/commit/f5e7ec6)) +* [bitnami/logstash] Release 3.7.4 updating components versions ([f5e7ec6](https://github.com/bitnami/charts/commit/f5e7ec635233720205371157849a4b5b6bcb836b)) ## 3.7.3 (2022-01-20) -* [bitnami/*] Readme automation (#8579) ([78d1938](https://github.com/bitnami/charts/commit/78d1938)), closes [#8579](https://github.com/bitnami/charts/issues/8579) -* [bitnami/*] Update READMEs (#8716) ([b9a9533](https://github.com/bitnami/charts/commit/b9a9533)), closes [#8716](https://github.com/bitnami/charts/issues/8716) -* [bitnami/several] Change prerequisites (#8725) ([8d740c5](https://github.com/bitnami/charts/commit/8d740c5)), closes [#8725](https://github.com/bitnami/charts/issues/8725) +* [bitnami/*] Readme automation (#8579) ([78d1938](https://github.com/bitnami/charts/commit/78d193831c900d178198491ffd08fa2217a64ecd)), closes [#8579](https://github.com/bitnami/charts/issues/8579) +* [bitnami/*] Update READMEs (#8716) ([b9a9533](https://github.com/bitnami/charts/commit/b9a953337590eb2979453385874a267bacf50936)), closes [#8716](https://github.com/bitnami/charts/issues/8716) +* [bitnami/several] Change prerequisites (#8725) ([8d740c5](https://github.com/bitnami/charts/commit/8d740c566cfdb7e2d933c40128b4e919fce953a5)), closes [#8725](https://github.com/bitnami/charts/issues/8725) ## 3.7.2 (2022-01-13) -* [bitnami/logstash] Release 3.7.2 updating components versions ([9740731](https://github.com/bitnami/charts/commit/9740731)) +* [bitnami/logstash] Release 3.7.2 updating components versions ([9740731](https://github.com/bitnami/charts/commit/97407310928e06bed974d5e15c0c36fc9b1dae78)) ## 3.7.1 (2022-01-12) -* [bitnami/logstash] Release 3.7.1 updating components versions ([3441e98](https://github.com/bitnami/charts/commit/3441e98)) +* [bitnami/logstash] Release 3.7.1 updating components versions ([3441e98](https://github.com/bitnami/charts/commit/3441e98c57127108e3e71173d58ebd6361bc9a02)) ## 3.7.0 (2022-01-05) -* [bitnami/several] Adapt templating format (#8562) ([8cad18a](https://github.com/bitnami/charts/commit/8cad18a)), closes [#8562](https://github.com/bitnami/charts/issues/8562) -* [bitnami/several] Add license to the README ([05f7633](https://github.com/bitnami/charts/commit/05f7633)) -* [bitnami/several] Add license to the README ([32fb238](https://github.com/bitnami/charts/commit/32fb238)) -* [bitnami/several] Add license to the README ([b87c2f7](https://github.com/bitnami/charts/commit/b87c2f7)) +* [bitnami/several] Adapt templating format (#8562) ([8cad18a](https://github.com/bitnami/charts/commit/8cad18aed9966a6f0208e5ad6cee46cb217f47ab)), closes [#8562](https://github.com/bitnami/charts/issues/8562) +* [bitnami/several] Add license to the README ([05f7633](https://github.com/bitnami/charts/commit/05f763372501d596e57db713dd53ff4ff3027cc4)) +* [bitnami/several] Add license to the README ([32fb238](https://github.com/bitnami/charts/commit/32fb238e60a0affc6debd3142eaa3c3d9089ec2a)) +* [bitnami/several] Add license to the README ([b87c2f7](https://github.com/bitnami/charts/commit/b87c2f7899d48a8b02c506765e6ae82937e9ba3f)) ## 3.6.23 (2021-12-28) -* [bitnami/logstash] Release 3.6.23 updating components versions ([0d41aed](https://github.com/bitnami/charts/commit/0d41aed)) +* [bitnami/logstash] Release 3.6.23 updating components versions ([0d41aed](https://github.com/bitnami/charts/commit/0d41aed8f003455e83bac672251510b6d7b68063)) ## 3.6.22 (2021-12-20) -* [bitnami/logstash] Release 3.6.22 updating components versions ([724c8f3](https://github.com/bitnami/charts/commit/724c8f3)) +* [bitnami/logstash] Release 3.6.22 updating components versions ([724c8f3](https://github.com/bitnami/charts/commit/724c8f3afaf8e37d038733cd4ba8275ec8d581b4)) ## 3.6.21 (2021-12-17) -* [bitnami/logstash] Release 3.6.21 updating components versions ([9c27073](https://github.com/bitnami/charts/commit/9c27073)) +* [bitnami/logstash] Release 3.6.21 updating components versions ([9c27073](https://github.com/bitnami/charts/commit/9c2707303c57fccf654a74c36c3269fab2fbcf79)) ## 3.6.20 (2021-12-13) -* [bitnami/logstash] Release 3.6.20 updating components versions ([2bc8642](https://github.com/bitnami/charts/commit/2bc8642)) +* [bitnami/logstash] Release 3.6.20 updating components versions ([2bc8642](https://github.com/bitnami/charts/commit/2bc864288778d0bb9fa29678f699f70195a0d527)) ## 3.6.19 (2021-12-08) -* [bitnami/logstash] Release 3.6.19 updating components versions ([8c1b73a](https://github.com/bitnami/charts/commit/8c1b73a)) +* [bitnami/logstash] Release 3.6.19 updating components versions ([8c1b73a](https://github.com/bitnami/charts/commit/8c1b73ad0db7a3f4396643a50fe774ca5897ed91)) ## 3.6.18 (2021-11-29) -* [bitnami/several] Regenerate README tables ([15b13c9](https://github.com/bitnami/charts/commit/15b13c9)) -* [bitnami/several] Replace HTTP by HTTPS when possible (#8259) ([eafb5bd](https://github.com/bitnami/charts/commit/eafb5bd)), closes [#8259](https://github.com/bitnami/charts/issues/8259) +* [bitnami/several] Regenerate README tables ([15b13c9](https://github.com/bitnami/charts/commit/15b13c902e7ca7c8cc8a2388f6a4d2004a0627c6)) +* [bitnami/several] Replace HTTP by HTTPS when possible (#8259) ([eafb5bd](https://github.com/bitnami/charts/commit/eafb5bd5a2cc3aaf04fc1e8ebedd73f420d76864)), closes [#8259](https://github.com/bitnami/charts/issues/8259) ## 3.6.17 (2021-11-23) -* [bitnami/logstash] Release 3.6.17 updating components versions ([c6ff51c](https://github.com/bitnami/charts/commit/c6ff51c)) -* [bitnami/several] Regenerate README tables ([e6f742c](https://github.com/bitnami/charts/commit/e6f742c)) +* [bitnami/logstash] Release 3.6.17 updating components versions ([c6ff51c](https://github.com/bitnami/charts/commit/c6ff51cdfc1791124ecf2a2ecfa677a6e46bf0b0)) +* [bitnami/several] Regenerate README tables ([e6f742c](https://github.com/bitnami/charts/commit/e6f742cb88c330952cb52da038db61537ec921e5)) ## 3.6.16 (2021-11-10) -* [bitnami/logstash] Release 3.6.16 updating components versions ([d88b168](https://github.com/bitnami/charts/commit/d88b168)) -* [bitnami/several] Regenerate README tables ([14b89ea](https://github.com/bitnami/charts/commit/14b89ea)) +* [bitnami/logstash] Release 3.6.16 updating components versions ([d88b168](https://github.com/bitnami/charts/commit/d88b168336b492b2700edbc706425f3a318c062f)) +* [bitnami/several] Regenerate README tables ([14b89ea](https://github.com/bitnami/charts/commit/14b89eadad5eaf515b99c0392eb9461fff50f4a1)) ## 3.6.15 (2021-11-09) -* [bitnami/several] Regenerate README tables ([412cf6a](https://github.com/bitnami/charts/commit/412cf6a)) -* Make metrics service non-headless (#8068) ([65bb55a](https://github.com/bitnami/charts/commit/65bb55a)), closes [#8068](https://github.com/bitnami/charts/issues/8068) +* [bitnami/several] Regenerate README tables ([412cf6a](https://github.com/bitnami/charts/commit/412cf6a513cb0c03444a6e7811c6f27193239a10)) +* Make metrics service non-headless (#8068) ([65bb55a](https://github.com/bitnami/charts/commit/65bb55a73bbd6b1519cb21ca1b5230639e326e19)), closes [#8068](https://github.com/bitnami/charts/issues/8068) ## 3.6.14 (2021-10-26) -* [bitnami/logstash] Release 3.6.14 updating components versions ([b50c834](https://github.com/bitnami/charts/commit/b50c834)) +* [bitnami/logstash] Release 3.6.14 updating components versions ([b50c834](https://github.com/bitnami/charts/commit/b50c834f4c8531a4999d836f7a7011ba7210d05b)) ## 3.6.13 (2021-10-22) -* [bitnami/several] Add chart info to NOTES.txt (#7889) ([a6751cd](https://github.com/bitnami/charts/commit/a6751cd)), closes [#7889](https://github.com/bitnami/charts/issues/7889) +* [bitnami/several] Add chart info to NOTES.txt (#7889) ([a6751cd](https://github.com/bitnami/charts/commit/a6751cdd33c461fabbc459fbea6f219ec64ab6b2)), closes [#7889](https://github.com/bitnami/charts/issues/7889) ## 3.6.12 (2021-10-19) -* [bitnami/several] Change pullPolicy for bitnami-shell image (#7852) ([9711a33](https://github.com/bitnami/charts/commit/9711a33)), closes [#7852](https://github.com/bitnami/charts/issues/7852) -* [bitnami/several] Regenerate README tables ([f6a2fc0](https://github.com/bitnami/charts/commit/f6a2fc0)) +* [bitnami/several] Change pullPolicy for bitnami-shell image (#7852) ([9711a33](https://github.com/bitnami/charts/commit/9711a33c6eec72ea79143c4b7574dbe6a148d6b2)), closes [#7852](https://github.com/bitnami/charts/issues/7852) +* [bitnami/several] Regenerate README tables ([f6a2fc0](https://github.com/bitnami/charts/commit/f6a2fc0a6582f00cfd953c1e694b5cc630aacc00)) ## 3.6.11 (2021-10-14) -* [bitnami/logstash] Release 3.6.11 updating components versions ([e7e364d](https://github.com/bitnami/charts/commit/e7e364d)) +* [bitnami/logstash] Release 3.6.11 updating components versions ([e7e364d](https://github.com/bitnami/charts/commit/e7e364db4380735a006331ad0b9bb5179e2ee720)) ## 3.6.10 (2021-10-07) -* [bitnami/*] Fix service monitors selectors (#7720) ([1279593](https://github.com/bitnami/charts/commit/1279593)), closes [#7720](https://github.com/bitnami/charts/issues/7720) +* [bitnami/*] Fix service monitors selectors (#7720) ([1279593](https://github.com/bitnami/charts/commit/1279593765044df99902bfee8dcfaeb60e95f125)), closes [#7720](https://github.com/bitnami/charts/issues/7720) ## 3.6.8 (2021-10-01) -* [bitnami/*] Drop support for deprecated cert-manager annotation (#7646) ([4297b79](https://github.com/bitnami/charts/commit/4297b79)), closes [#7646](https://github.com/bitnami/charts/issues/7646) -* [bitnami/*] Generate READMEs with new generator version (#7614) ([e5ab2e6](https://github.com/bitnami/charts/commit/e5ab2e6)), closes [#7614](https://github.com/bitnami/charts/issues/7614) -* [bitnami/several] Regenerate README tables ([79eac44](https://github.com/bitnami/charts/commit/79eac44)) +* [bitnami/*] Drop support for deprecated cert-manager annotation (#7646) ([4297b79](https://github.com/bitnami/charts/commit/4297b792e48fba9c7c3b8fed447a856632c61201)), closes [#7646](https://github.com/bitnami/charts/issues/7646) +* [bitnami/*] Generate READMEs with new generator version (#7614) ([e5ab2e6](https://github.com/bitnami/charts/commit/e5ab2e6ecdd6bce800863f154cda524ff9f6c117)), closes [#7614](https://github.com/bitnami/charts/issues/7614) +* [bitnami/several] Regenerate README tables ([79eac44](https://github.com/bitnami/charts/commit/79eac4490bf5d0abe582920d9662a892c9666870)) ## 3.6.7 (2021-09-22) -* [bitnami/logstash] Release 3.6.7 updating components versions ([3f12b2a](https://github.com/bitnami/charts/commit/3f12b2a)) -* [bitnami/several] Regenerate README tables ([bd0f8f2](https://github.com/bitnami/charts/commit/bd0f8f2)) +* [bitnami/logstash] Release 3.6.7 updating components versions ([3f12b2a](https://github.com/bitnami/charts/commit/3f12b2af85441c8b6f36e177d38c46a04b18b06b)) +* [bitnami/several] Regenerate README tables ([bd0f8f2](https://github.com/bitnami/charts/commit/bd0f8f2f281fed642259508be21a57af1cfa5c2b)) ## 3.6.6 (2021-09-21) -* [bitnami/logstash] Release 3.6.6 updating components versions ([6e80bad](https://github.com/bitnami/charts/commit/6e80bad)) -* [bitnami/several] Regenerate README tables ([9c82ba2](https://github.com/bitnami/charts/commit/9c82ba2)) +* [bitnami/logstash] Release 3.6.6 updating components versions ([6e80bad](https://github.com/bitnami/charts/commit/6e80badf8ac01134aa280f176a309a08a08d0445)) +* [bitnami/several] Regenerate README tables ([9c82ba2](https://github.com/bitnami/charts/commit/9c82ba295d70b1cac50ab4d8d494fdbefc1ec0ac)) ## 3.6.5 (2021-09-01) -* [bitnami/logstash] Release 3.6.5 updating components versions ([c1c9ef7](https://github.com/bitnami/charts/commit/c1c9ef7)) -* [bitnami/several] Regenerate README tables ([da2513b](https://github.com/bitnami/charts/commit/da2513b)) +* [bitnami/logstash] Release 3.6.5 updating components versions ([c1c9ef7](https://github.com/bitnami/charts/commit/c1c9ef7dd1067bbc322938e0414f9b4c5d3532b1)) +* [bitnami/several] Regenerate README tables ([da2513b](https://github.com/bitnami/charts/commit/da2513bf0a33819f3b1151d387c631a9ffdb03e2)) ## 3.6.4 (2021-08-25) -* [bitnami/logstash] Release 3.6.4 updating components versions ([c0c644d](https://github.com/bitnami/charts/commit/c0c644d)) -* [bitnami/several] Regenerate README tables ([6c107e8](https://github.com/bitnami/charts/commit/6c107e8)) +* [bitnami/logstash] Release 3.6.4 updating components versions ([c0c644d](https://github.com/bitnami/charts/commit/c0c644d97c00f6729a7f2a458ab03697a13055c2)) +* [bitnami/several] Regenerate README tables ([6c107e8](https://github.com/bitnami/charts/commit/6c107e835d6caf8db2e8b17dcd48c5971637e013)) ## 3.6.3 (2021-08-04) -* [bitnami/logstash] Release 3.6.3 updating components versions ([466b324](https://github.com/bitnami/charts/commit/466b324)) +* [bitnami/logstash] Release 3.6.3 updating components versions ([466b324](https://github.com/bitnami/charts/commit/466b324724ee6ed1a570ad6ad1f8a373a76549a2)) ## 3.6.2 (2021-08-03) -* [bitnami/logstash] Release 3.6.2 updating components versions ([8a58e36](https://github.com/bitnami/charts/commit/8a58e36)) +* [bitnami/logstash] Release 3.6.2 updating components versions ([8a58e36](https://github.com/bitnami/charts/commit/8a58e36f84df82fe076cd61107ebcb98481e38fa)) ## 3.6.1 (2021-07-27) -* [bitnami/several] Fix default values and regenerate README (#7024) ([4c86733](https://github.com/bitnami/charts/commit/4c86733)), closes [#7024](https://github.com/bitnami/charts/issues/7024) +* [bitnami/several] Fix default values and regenerate README (#7024) ([4c86733](https://github.com/bitnami/charts/commit/4c867335c5c9c5aba041868df16ebb8f64ac68bd)), closes [#7024](https://github.com/bitnami/charts/issues/7024) ## 3.6.0 (2021-07-27) -* [bitnami/several] Add diagnostic mode (#7012) ([f1344b0](https://github.com/bitnami/charts/commit/f1344b0)), closes [#7012](https://github.com/bitnami/charts/issues/7012) +* [bitnami/several] Add diagnostic mode (#7012) ([f1344b0](https://github.com/bitnami/charts/commit/f1344b0361c5a93bf971d08f0fc64d3c8588cbf9)), closes [#7012](https://github.com/bitnami/charts/issues/7012) ## 3.5.10 (2021-07-26) -* [bitnami/several] Fix default values and regenerate README (#7045) ([90c81ac](https://github.com/bitnami/charts/commit/90c81ac)), closes [#7045](https://github.com/bitnami/charts/issues/7045) +* [bitnami/several] Fix default values and regenerate README (#7045) ([90c81ac](https://github.com/bitnami/charts/commit/90c81ac55e7b35709b04ea551bc54a40453ce630)), closes [#7045](https://github.com/bitnami/charts/issues/7045) ## 3.5.9 (2021-07-26) -* [bitnami/logstash] Updated README (#7013) ([9c0f312](https://github.com/bitnami/charts/commit/9c0f312)), closes [#7013](https://github.com/bitnami/charts/issues/7013) +* [bitnami/logstash] Updated README (#7013) ([9c0f312](https://github.com/bitnami/charts/commit/9c0f312f1e1ae006a2c4cced9ce49f19f703cba5)), closes [#7013](https://github.com/bitnami/charts/issues/7013) ## 3.5.8 (2021-07-20) -* [bitnami/logstash] Release 3.5.8 updating components versions ([50ff433](https://github.com/bitnami/charts/commit/50ff433)) +* [bitnami/logstash] Release 3.5.8 updating components versions ([50ff433](https://github.com/bitnami/charts/commit/50ff43329c4b77aef5c19f529972c4fe49c57e3d)) ## 3.5.7 (2021-07-08) -* [bitnami/*] Adapt values.yaml of kubernetes-event-exporter, kubewatch, Logstash charts (#6883) ([ed0c72e](https://github.com/bitnami/charts/commit/ed0c72e)), closes [#6883](https://github.com/bitnami/charts/issues/6883) +* [bitnami/*] Adapt values.yaml of kubernetes-event-exporter, kubewatch, Logstash charts (#6883) ([ed0c72e](https://github.com/bitnami/charts/commit/ed0c72eae1fa6dcb137426b36445a73977fefe75)), closes [#6883](https://github.com/bitnami/charts/issues/6883) ## 3.5.6 (2021-07-07) -* [bitnami/logstash] Release 3.5.6 updating components versions ([d6ba56d](https://github.com/bitnami/charts/commit/d6ba56d)) +* [bitnami/logstash] Release 3.5.6 updating components versions ([d6ba56d](https://github.com/bitnami/charts/commit/d6ba56d2fbc9e04728e7f39434213f5814ecf872)) ## 3.5.5 (2021-06-15) -* [bitnami/logstash] Release 3.5.5 updating components versions ([687bb78](https://github.com/bitnami/charts/commit/687bb78)) +* [bitnami/logstash] Release 3.5.5 updating components versions ([687bb78](https://github.com/bitnami/charts/commit/687bb78388db5e2cef0369814a10d9e7b9477a5f)) ## 3.5.4 (2021-06-03) -* [bitnami/logstash] Release 3.5.4 updating components versions ([7010a4d](https://github.com/bitnami/charts/commit/7010a4d)) +* [bitnami/logstash] Release 3.5.4 updating components versions ([7010a4d](https://github.com/bitnami/charts/commit/7010a4d340187093a210016262a684de25c7d819)) ## 3.5.3 (2021-05-28) -* [bitnami/logstash] Release 3.5.3 updating components versions ([015d1f1](https://github.com/bitnami/charts/commit/015d1f1)) +* [bitnami/logstash] Release 3.5.3 updating components versions ([015d1f1](https://github.com/bitnami/charts/commit/015d1f14823d59a59ce0f329e4bcabeb4837f232)) ## 3.5.2 (2021-05-25) -* [bitnami/logstash] Release 3.5.2 updating components versions ([ad9a3c1](https://github.com/bitnami/charts/commit/ad9a3c1)) +* [bitnami/logstash] Release 3.5.2 updating components versions ([ad9a3c1](https://github.com/bitnami/charts/commit/ad9a3c15707732c1928af9d412373583e5f4fb5f)) ## 3.5.1 (2021-05-12) -* [bitnami/logstash] Fix duplicate initContainers value (#6344) ([b96dd20](https://github.com/bitnami/charts/commit/b96dd20)), closes [#6344](https://github.com/bitnami/charts/issues/6344) +* [bitnami/logstash] Fix duplicate initContainers value (#6344) ([b96dd20](https://github.com/bitnami/charts/commit/b96dd20080497a6e33c84a0a36cba986b1367f01)), closes [#6344](https://github.com/bitnami/charts/issues/6344) ## 3.5.0 (2021-05-11) -* bitnami/logstash - added initContainers and lifecycle chart params (#6297) ([0f99a5c](https://github.com/bitnami/charts/commit/0f99a5c)), closes [#6297](https://github.com/bitnami/charts/issues/6297) +* bitnami/logstash - added initContainers and lifecycle chart params (#6297) ([0f99a5c](https://github.com/bitnami/charts/commit/0f99a5c1a297646a404e66afa9785cec7a95bfac)), closes [#6297](https://github.com/bitnami/charts/issues/6297) ## 3.4.0 (2021-05-08) -* [bitnami/logstash] Add persistence and volumePermissions (#6284) ([f777de2](https://github.com/bitnami/charts/commit/f777de2)), closes [#6284](https://github.com/bitnami/charts/issues/6284) +* [bitnami/logstash] Add persistence and volumePermissions (#6284) ([f777de2](https://github.com/bitnami/charts/commit/f777de217fb8cc8703ea00f7f00869b8f97c90af)), closes [#6284](https://github.com/bitnami/charts/issues/6284) ## 3.3.2 (2021-04-27) -* [bitnami/logstash] Release 3.3.2 updating components versions ([8f9593a](https://github.com/bitnami/charts/commit/8f9593a)) +* [bitnami/logstash] Release 3.3.2 updating components versions ([8f9593a](https://github.com/bitnami/charts/commit/8f9593a082d9c2c003a46f9f6e612eecaca5bfe7)) ## 3.3.1 (2021-04-23) -* [bitnami/logstash] Release 3.3.1 updating components versions ([f9a663e](https://github.com/bitnami/charts/commit/f9a663e)) +* [bitnami/logstash] Release 3.3.1 updating components versions ([f9a663e](https://github.com/bitnami/charts/commit/f9a663e472e5ac8f8ad3b8856d8543a25c271ffc)) ## 3.3.0 (2021-04-16) -* [bitnami/logstash] Added support for kubernetes secrets in environment (#6117) ([51fff54](https://github.com/bitnami/charts/commit/51fff54)), closes [#6117](https://github.com/bitnami/charts/issues/6117) [/github.com/bitnami/charts/pull/6117#discussion_r614623386](https://github.com//github.com/bitnami/charts/pull/6117/issues/discussion_r614623386) +* [bitnami/logstash] Added support for kubernetes secrets in environment (#6117) ([51fff54](https://github.com/bitnami/charts/commit/51fff54b0b5a8bf7316be90a9682abbf181e7ce2)), closes [#6117](https://github.com/bitnami/charts/issues/6117) [/github.com/bitnami/charts/pull/6117#discussion_r614623386](https://github.com//github.com/bitnami/charts/pull/6117/issues/discussion_r614623386) ## 3.2.3 (2021-03-24) -* [bitnami/logstash] Release 3.2.3 updating components versions ([864be4d](https://github.com/bitnami/charts/commit/864be4d)) +* [bitnami/logstash] Release 3.2.3 updating components versions ([864be4d](https://github.com/bitnami/charts/commit/864be4dfd7102c745d5ac03184c9be33e84bee99)) ## 3.2.2 (2021-03-11) -* [bitnami/logstash] Release 3.2.2 updating components versions ([cee4f7c](https://github.com/bitnami/charts/commit/cee4f7c)) +* [bitnami/logstash] Release 3.2.2 updating components versions ([cee4f7c](https://github.com/bitnami/charts/commit/cee4f7c9027ab68973660a2bc92d00db175fed59)) ## 3.2.1 (2021-03-04) -* [bitnami/*] Remove minideb mentions (#5677) ([870bc4d](https://github.com/bitnami/charts/commit/870bc4d)), closes [#5677](https://github.com/bitnami/charts/issues/5677) +* [bitnami/*] Remove minideb mentions (#5677) ([870bc4d](https://github.com/bitnami/charts/commit/870bc4dba1fc3aa55dd157da6687b25e8d352206)), closes [#5677](https://github.com/bitnami/charts/issues/5677) ## 3.2.0 (2021-03-02) -* [bitnami/logstash] Add parameter to customize 'externalTrafficPolicy' (#5619) ([9b95830](https://github.com/bitnami/charts/commit/9b95830)), closes [#5619](https://github.com/bitnami/charts/issues/5619) +* [bitnami/logstash] Add parameter to customize 'externalTrafficPolicy' (#5619) ([9b95830](https://github.com/bitnami/charts/commit/9b95830cbf2520131281bf1570a8cb7ca2f9f6c0)), closes [#5619](https://github.com/bitnami/charts/issues/5619) ## 3.1.3 (2021-02-17) -* [bitnami/logstash] Release 3.1.3 updating components versions ([e07f333](https://github.com/bitnami/charts/commit/e07f333)) +* [bitnami/logstash] Release 3.1.3 updating components versions ([e07f333](https://github.com/bitnami/charts/commit/e07f3331091ea2ff728c5dbdcfadf1b277727393)) ## 3.1.2 (2021-02-11) -* [bitnami/logstash] Release 3.1.2 updating components versions ([6f6ba8d](https://github.com/bitnami/charts/commit/6f6ba8d)) +* [bitnami/logstash] Release 3.1.2 updating components versions ([6f6ba8d](https://github.com/bitnami/charts/commit/6f6ba8dc86715a7d699f2fe54146c316c6ec3772)) ## 3.1.1 (2021-02-04) -* [bitnami/several] Fix template issue when using ingress secrets (#5373) ([7fd5ea5](https://github.com/bitnami/charts/commit/7fd5ea5)), closes [#5373](https://github.com/bitnami/charts/issues/5373) +* [bitnami/several] Fix template issue when using ingress secrets (#5373) ([7fd5ea5](https://github.com/bitnami/charts/commit/7fd5ea5ad2d46f5bad85585e04844add77cc4885)), closes [#5373](https://github.com/bitnami/charts/issues/5373) ## 3.1.0 (2021-01-28) -* [bitnami/logstash] Add hostAliases (#5257) ([5fbe053](https://github.com/bitnami/charts/commit/5fbe053)), closes [#5257](https://github.com/bitnami/charts/issues/5257) +* [bitnami/logstash] Add hostAliases (#5257) ([5fbe053](https://github.com/bitnami/charts/commit/5fbe053a86197cbd99892c32adf17204fd949f08)), closes [#5257](https://github.com/bitnami/charts/issues/5257) ## 3.0.2 (2021-01-19) -* [bitnami/*] Change helm version in the prerequisites (#5090) ([c5e67a3](https://github.com/bitnami/charts/commit/c5e67a3)), closes [#5090](https://github.com/bitnami/charts/issues/5090) -* [bitnami/logstash] Drop values-production.yaml support (#5112) ([7eeefdc](https://github.com/bitnami/charts/commit/7eeefdc)), closes [#5112](https://github.com/bitnami/charts/issues/5112) +* [bitnami/*] Change helm version in the prerequisites (#5090) ([c5e67a3](https://github.com/bitnami/charts/commit/c5e67a388743cbee28439d2cabca27884b9daf97)), closes [#5090](https://github.com/bitnami/charts/issues/5090) +* [bitnami/logstash] Drop values-production.yaml support (#5112) ([7eeefdc](https://github.com/bitnami/charts/commit/7eeefdc316674365b4e9ceedd561783b0b1abfa1)), closes [#5112](https://github.com/bitnami/charts/issues/5112) ## 3.0.1 (2021-01-14) -* [bitnami/logstash] Release 3.0.1 updating components versions ([29f55e2](https://github.com/bitnami/charts/commit/29f55e2)) +* [bitnami/logstash] Release 3.0.1 updating components versions ([29f55e2](https://github.com/bitnami/charts/commit/29f55e26c0102b1b2d1626d405f3f7b1e5ea3cbb)) ## 3.0.0 (2021-01-14) -* [bitnami/logstash] Major change: Adapt ingress (#4988) ([0f8b53b](https://github.com/bitnami/charts/commit/0f8b53b)), closes [#4988](https://github.com/bitnami/charts/issues/4988) +* [bitnami/logstash] Major change: Adapt ingress (#4988) ([0f8b53b](https://github.com/bitnami/charts/commit/0f8b53bd42dab84dc6dc14267c92c889bec1d18c)), closes [#4988](https://github.com/bitnami/charts/issues/4988) ## 2.0.2 (2020-12-22) -* Adding tls-secrets.yaml to logstash chart #4768 (#4769) ([f533c68](https://github.com/bitnami/charts/commit/f533c68)), closes [#4768](https://github.com/bitnami/charts/issues/4768) [#4769](https://github.com/bitnami/charts/issues/4769) +* Adding tls-secrets.yaml to logstash chart #4768 (#4769) ([f533c68](https://github.com/bitnami/charts/commit/f533c687ef9f1669622d3cd156bf061f1ac6e117)), closes [#4768](https://github.com/bitnami/charts/issues/4768) [#4769](https://github.com/bitnami/charts/issues/4769) ## 2.0.1 (2020-12-18) -* [bitnami/logstash] Release 2.0.1 updating components versions ([1cac3a3](https://github.com/bitnami/charts/commit/1cac3a3)) +* [bitnami/logstash] Release 2.0.1 updating components versions ([1cac3a3](https://github.com/bitnami/charts/commit/1cac3a3637faa859ca991920338ac5b763538af0)) ## 2.0.0 (2020-12-15) -* [bitnami/*] fix typos (#4699) ([49adc63](https://github.com/bitnami/charts/commit/49adc63)), closes [#4699](https://github.com/bitnami/charts/issues/4699) -* [bitnami/logstash] Remove files/conf support (#4718) ([50ee8eb](https://github.com/bitnami/charts/commit/50ee8eb)), closes [#4718](https://github.com/bitnami/charts/issues/4718) +* [bitnami/*] fix typos (#4699) ([49adc63](https://github.com/bitnami/charts/commit/49adc63b672da976c55af2e077aa5648a357b77f)), closes [#4699](https://github.com/bitnami/charts/issues/4699) +* [bitnami/logstash] Remove files/conf support (#4718) ([50ee8eb](https://github.com/bitnami/charts/commit/50ee8ebf017a7631857950ca50f213b96e743de5)), closes [#4718](https://github.com/bitnami/charts/issues/4718) ## 1.2.2 (2020-12-11) -* [bitnami/*] Update dependencies (#4694) ([2826c12](https://github.com/bitnami/charts/commit/2826c12)), closes [#4694](https://github.com/bitnami/charts/issues/4694) +* [bitnami/*] Update dependencies (#4694) ([2826c12](https://github.com/bitnami/charts/commit/2826c125b42505f28431301e3c1bbe5366e47a01)), closes [#4694](https://github.com/bitnami/charts/issues/4694) ## 1.2.1 (2020-12-09) -* [bitnami/logstash] Release 1.2.1 updating components versions ([b521ba5](https://github.com/bitnami/charts/commit/b521ba5)) +* [bitnami/logstash] Release 1.2.1 updating components versions ([b521ba5](https://github.com/bitnami/charts/commit/b521ba50f3c7fd726486b3b3694c5f1737e09433)) ## 1.2.0 (2020-11-26) -* [bitnami/*] Affinity based on common presets (iv) (#4483) ([1779dd7](https://github.com/bitnami/charts/commit/1779dd7)), closes [#4483](https://github.com/bitnami/charts/issues/4483) +* [bitnami/*] Affinity based on common presets (iv) (#4483) ([1779dd7](https://github.com/bitnami/charts/commit/1779dd713d8361de115658f24531f3f7bb808998)), closes [#4483](https://github.com/bitnami/charts/issues/4483) ## 1.1.0 (2020-11-25) -* [bitnami/logstash] Allows to use multiple pipelines (#4485) ([2a62ceb](https://github.com/bitnami/charts/commit/2a62ceb)), closes [#4485](https://github.com/bitnami/charts/issues/4485) +* [bitnami/logstash] Allows to use multiple pipelines (#4485) ([2a62ceb](https://github.com/bitnami/charts/commit/2a62ceb5fb85d87e0f058b812122522f468610ae)), closes [#4485](https://github.com/bitnami/charts/issues/4485) ## 1.0.2 (2020-11-18) -* [bitnami/logstash] Release 1.0.2 updating components versions ([c06388f](https://github.com/bitnami/charts/commit/c06388f)) +* [bitnami/logstash] Release 1.0.2 updating components versions ([c06388f](https://github.com/bitnami/charts/commit/c06388ff7fd948a7274104d1f18f3cdd3a296375)) ## 1.0.1 (2020-11-17) -* [bitnami/logstash] Release 1.0.1 updating components versions ([e5f336b](https://github.com/bitnami/charts/commit/e5f336b)) +* [bitnami/logstash] Release 1.0.1 updating components versions ([e5f336b](https://github.com/bitnami/charts/commit/e5f336ba2662365e74f2b2807d98f4ea910b59cf)) ## 1.0.0 (2020-11-10) -* [bitnami/*] Include link to Troubleshootin guide on README.md (#4136) ([c08a20e](https://github.com/bitnami/charts/commit/c08a20e)), closes [#4136](https://github.com/bitnami/charts/issues/4136) -* [bitnami/logstash] Major version. Adapt Chart to apiVersion: v2 (#4274) ([908267b](https://github.com/bitnami/charts/commit/908267b)), closes [#4274](https://github.com/bitnami/charts/issues/4274) +* [bitnami/*] Include link to Troubleshootin guide on README.md (#4136) ([c08a20e](https://github.com/bitnami/charts/commit/c08a20e3db004215383004ff023a73fcc2522e72)), closes [#4136](https://github.com/bitnami/charts/issues/4136) +* [bitnami/logstash] Major version. Adapt Chart to apiVersion: v2 (#4274) ([908267b](https://github.com/bitnami/charts/commit/908267b740593939aee5d4926335ed53c15d4b43)), closes [#4274](https://github.com/bitnami/charts/issues/4274) ## 0.4.11 (2020-10-24) -* [bitnami/logstash] Release 0.4.11 updating components versions ([0105386](https://github.com/bitnami/charts/commit/0105386)) +* [bitnami/logstash] Release 0.4.11 updating components versions ([0105386](https://github.com/bitnami/charts/commit/0105386bab86ba0e2f593ad8fc7884644bc7837c)) ## 0.4.10 (2020-09-24) -* [bitnami/logstash] Release 0.4.10 updating components versions ([106fd73](https://github.com/bitnami/charts/commit/106fd73)) +* [bitnami/logstash] Release 0.4.10 updating components versions ([106fd73](https://github.com/bitnami/charts/commit/106fd734408acb82207536a0efdd3a047b7dcc5a)) ## 0.4.9 (2020-09-22) -* [bitnami/logstash] Release 0.4.9 updating components versions ([87f5785](https://github.com/bitnami/charts/commit/87f5785)) +* [bitnami/logstash] Release 0.4.9 updating components versions ([87f5785](https://github.com/bitnami/charts/commit/87f57851fcb5ca3b062552fe01134ac1b473fab1)) ## 0.4.8 (2020-09-03) -* [bitnami/logstash] Release 0.4.8 updating components versions ([4b3b40d](https://github.com/bitnami/charts/commit/4b3b40d)) -* [bitnami/metrics-server] Add source repo (#3577) ([1ed12f9](https://github.com/bitnami/charts/commit/1ed12f9)), closes [#3577](https://github.com/bitnami/charts/issues/3577) +* [bitnami/logstash] Release 0.4.8 updating components versions ([4b3b40d](https://github.com/bitnami/charts/commit/4b3b40d46d1012f27587758a4efbb39b66a91423)) +* [bitnami/metrics-server] Add source repo (#3577) ([1ed12f9](https://github.com/bitnami/charts/commit/1ed12f96af75322b46afdb2b3d9907c11b13f765)), closes [#3577](https://github.com/bitnami/charts/issues/3577) ## 0.4.7 (2020-08-20) -* [bitnami/*] Fix TL;DR typo in READMEs (#3280) ([3d7ab40](https://github.com/bitnami/charts/commit/3d7ab40)), closes [#3280](https://github.com/bitnami/charts/issues/3280) -* [bitnami/logstash] Release 0.4.7 updating components versions ([4ebbfa6](https://github.com/bitnami/charts/commit/4ebbfa6)) +* [bitnami/*] Fix TL;DR typo in READMEs (#3280) ([3d7ab40](https://github.com/bitnami/charts/commit/3d7ab406fecd64f1af25f53e7d27f03ec95b29a4)), closes [#3280](https://github.com/bitnami/charts/issues/3280) +* [bitnami/logstash] Release 0.4.7 updating components versions ([4ebbfa6](https://github.com/bitnami/charts/commit/4ebbfa6e2922f55f399bfa6b0591ce32d7e1669c)) ## 0.4.6 (2020-07-28) -* [bitnami/logstash] Release 0.4.6 updating components versions ([7beb502](https://github.com/bitnami/charts/commit/7beb502)) +* [bitnami/logstash] Release 0.4.6 updating components versions ([7beb502](https://github.com/bitnami/charts/commit/7beb502187b816d29d3d8f4f033c45b47444e7df)) ## 0.4.5 (2020-07-15) -* [bitnami/logstash] Release 0.4.5 updating components versions ([90684d6](https://github.com/bitnami/charts/commit/90684d6)) +* [bitnami/logstash] Release 0.4.5 updating components versions ([90684d6](https://github.com/bitnami/charts/commit/90684d60d1be696341baae139c083178b96c43d1)) ## 0.4.4 (2020-07-13) -* [bitnami/all] Add categories (#3075) ([63bde06](https://github.com/bitnami/charts/commit/63bde06)), closes [#3075](https://github.com/bitnami/charts/issues/3075) -* [bitnami/logstash] Update logstash ingress for newer K8S versions (#3088) ([715c352](https://github.com/bitnami/charts/commit/715c352)), closes [#3088](https://github.com/bitnami/charts/issues/3088) +* [bitnami/all] Add categories (#3075) ([63bde06](https://github.com/bitnami/charts/commit/63bde066b87a140fab52264d0522401ab3d63509)), closes [#3075](https://github.com/bitnami/charts/issues/3075) +* [bitnami/logstash] Update logstash ingress for newer K8S versions (#3088) ([715c352](https://github.com/bitnami/charts/commit/715c35246777ed76480f9918404eb28fd43e4486)), closes [#3088](https://github.com/bitnami/charts/issues/3088) ## 0.4.3 (2020-07-02) -* [bitnami/logstash] Release 0.4.3 updating components versions ([1794504](https://github.com/bitnami/charts/commit/1794504)) +* [bitnami/logstash] Release 0.4.3 updating components versions ([1794504](https://github.com/bitnami/charts/commit/1794504cbb8a4492bc5571f4f9fae8517c9f5fde)) ## 0.4.2 (2020-06-18) -* [bitnami/logstash] Release 0.4.2 updating components versions ([8c6ee29](https://github.com/bitnami/charts/commit/8c6ee29)) +* [bitnami/logstash] Release 0.4.2 updating components versions ([8c6ee29](https://github.com/bitnami/charts/commit/8c6ee29fbf936e333643b87c8b4540b18860ae32)) ## 0.4.1 (2020-06-03) -* [bitnami/logstash] Release 0.4.1 updating components versions ([1eb686b](https://github.com/bitnami/charts/commit/1eb686b)) -* [bitnami/several] Fix trailing spaces to make helm lint work on all of them (#2705) ([bafba3f](https://github.com/bitnami/charts/commit/bafba3f)), closes [#2705](https://github.com/bitnami/charts/issues/2705) +* [bitnami/logstash] Release 0.4.1 updating components versions ([1eb686b](https://github.com/bitnami/charts/commit/1eb686bfc14ab514e907b85ff66d2229c1529cce)) +* [bitnami/several] Fix trailing spaces to make helm lint work on all of them (#2705) ([bafba3f](https://github.com/bitnami/charts/commit/bafba3fc8b8949897ad2d99d437bd8fc975223e4)), closes [#2705](https://github.com/bitnami/charts/issues/2705) ## 0.4.0 (2020-05-21) -* [bitnami/logstash] add extraconfigsmaps to logstash helm chart (#2617) ([3b4cdbc](https://github.com/bitnami/charts/commit/3b4cdbc)), closes [#2617](https://github.com/bitnami/charts/issues/2617) -* update bitnami/common to be compatible with helm v2.12+ (#2615) ([c7751eb](https://github.com/bitnami/charts/commit/c7751eb)), closes [#2615](https://github.com/bitnami/charts/issues/2615) +* [bitnami/logstash] add extraconfigsmaps to logstash helm chart (#2617) ([3b4cdbc](https://github.com/bitnami/charts/commit/3b4cdbc88697e13a3dd99e0ce4f5b940c0519e01)), closes [#2617](https://github.com/bitnami/charts/issues/2617) +* update bitnami/common to be compatible with helm v2.12+ (#2615) ([c7751eb](https://github.com/bitnami/charts/commit/c7751eb5764e468e1854b58a1b8491d2b13e0a4a)), closes [#2615](https://github.com/bitnami/charts/issues/2615) ## 0.3.1 (2020-05-13) -* [bitnami/logstash] Release 0.3.1 updating components versions ([845a833](https://github.com/bitnami/charts/commit/845a833)) +* [bitnami/logstash] Release 0.3.1 updating components versions ([845a833](https://github.com/bitnami/charts/commit/845a8336e23d164f033aff79af749f863c364e88)) ## 0.3.0 (2020-05-13) -* [bitnami/logstash] Add templated pod annotations to StatefulSet (#2549) ([c460238](https://github.com/bitnami/charts/commit/c460238)), closes [#2549](https://github.com/bitnami/charts/issues/2549) +* [bitnami/logstash] Add templated pod annotations to StatefulSet (#2549) ([c460238](https://github.com/bitnami/charts/commit/c4602381e855b6da43dcecfa6e1f35623333a554)), closes [#2549](https://github.com/bitnami/charts/issues/2549) ## 0.2.20 (2020-05-08) -* [bitnami/logstash] Release 0.2.20 updating components versions ([e1108a7](https://github.com/bitnami/charts/commit/e1108a7)) +* [bitnami/logstash] Release 0.2.20 updating components versions ([e1108a7](https://github.com/bitnami/charts/commit/e1108a71325dbcc0cca32a7b22f1ca7307cbbedf)) ## 0.2.19 (2020-05-08) -* [bitnami/logstash] Fixbug/issue 2553 - chart should take configured values from vars input/output/fi ([d1fb8d7](https://github.com/bitnami/charts/commit/d1fb8d7)), closes [#2554](https://github.com/bitnami/charts/issues/2554) +* [bitnami/logstash] Fixbug/issue 2553 - chart should take configured values from vars input/output/fi ([d1fb8d7](https://github.com/bitnami/charts/commit/d1fb8d703edf98de2d28b60bf066ffb8add4f40c)), closes [#2554](https://github.com/bitnami/charts/issues/2554) ## 0.2.18 (2020-04-22) -* [bitnami/logstash] Release 0.2.18 updating components versions ([98b1dd6](https://github.com/bitnami/charts/commit/98b1dd6)) +* [bitnami/logstash] Release 0.2.18 updating components versions ([98b1dd6](https://github.com/bitnami/charts/commit/98b1dd6807fdbf0d86df85ab30ca3e027cc3070b)) ## 0.2.17 (2020-04-16) -* [bitnami/logstash] Release 0.2.17 updating components versions ([00839e0](https://github.com/bitnami/charts/commit/00839e0)) +* [bitnami/logstash] Release 0.2.17 updating components versions ([00839e0](https://github.com/bitnami/charts/commit/00839e082cdab46d5200917126b68ca6c796764e)) ## 0.2.16 (2020-04-01) -* [bitnami/logstash] Release 0.2.16 updating components versions ([5de51a3](https://github.com/bitnami/charts/commit/5de51a3)) +* [bitnami/logstash] Release 0.2.16 updating components versions ([5de51a3](https://github.com/bitnami/charts/commit/5de51a34376ae2b04561a537f6746ed92f7ff9c1)) ## 0.2.15 (2020-03-26) -* [bitnami/logstash] Release 0.2.15 updating components versions ([9821a42](https://github.com/bitnami/charts/commit/9821a42)) +* [bitnami/logstash] Release 0.2.15 updating components versions ([9821a42](https://github.com/bitnami/charts/commit/9821a42218f43e7dd438dad47cc5482fcf29418d)) ## 0.2.14 (2020-03-11) -* [bitnami/logstash] Release 0.2.14 updating components versions ([c1967f9](https://github.com/bitnami/charts/commit/c1967f9)) +* [bitnami/logstash] Release 0.2.14 updating components versions ([c1967f9](https://github.com/bitnami/charts/commit/c1967f9b1d106fc5f3586bd0b2c2065cbcbe35ab)) ## 0.2.13 (2020-03-11) -* Move charts from upstreamed folder to bitnami (#2032) ([a0e44f7](https://github.com/bitnami/charts/commit/a0e44f7)), closes [#2032](https://github.com/bitnami/charts/issues/2032) +* Move charts from upstreamed folder to bitnami (#2032) ([a0e44f7](https://github.com/bitnami/charts/commit/a0e44f7d6a10b8b5643186130ea420887cb72c7c)), closes [#2032](https://github.com/bitnami/charts/issues/2032) ## 0.2.12 (2020-03-05) -* [bitnami/logstash] Release 0.2.12 updating components versions ([61e62a5](https://github.com/bitnami/charts/commit/61e62a5)) +* [bitnami/logstash] Release 0.2.12 updating components versions ([61e62a5](https://github.com/bitnami/charts/commit/61e62a51b01e67d3bd66dee25e00e07435cd7d32)) ## 0.2.11 (2020-02-26) -* [bitnami/logstash] Release 0.2.11 updating components versions ([8af04da](https://github.com/bitnami/charts/commit/8af04da)) +* [bitnami/logstash] Release 0.2.11 updating components versions ([8af04da](https://github.com/bitnami/charts/commit/8af04da71efa9bbe21ce686678ab31a5e93dd29c)) ## 0.2.10 (2020-02-11) -* [bitnami/logstash] Release 0.2.10 updating components versions ([4119e56](https://github.com/bitnami/charts/commit/4119e56)) +* [bitnami/logstash] Release 0.2.10 updating components versions ([4119e56](https://github.com/bitnami/charts/commit/4119e5619ab19299eb972b2fb6e0cb672163c5b4)) ## 0.2.9 (2020-02-11) -* [bitnami/several] Adapt READMEs and helpers to Helm 3 (#1911) ([40ee57c](https://github.com/bitnami/charts/commit/40ee57c)), closes [#1911](https://github.com/bitnami/charts/issues/1911) +* [bitnami/several] Adapt READMEs and helpers to Helm 3 (#1911) ([40ee57c](https://github.com/bitnami/charts/commit/40ee57cf5164717357e1627b55bf25f59c40fbd1)), closes [#1911](https://github.com/bitnami/charts/issues/1911) ## 0.2.8 (2020-01-24) -* [bitnami/logstash] Release 0.2.8 updating components versions ([a6e3196](https://github.com/bitnami/charts/commit/a6e3196)) +* [bitnami/logstash] Release 0.2.8 updating components versions ([a6e3196](https://github.com/bitnami/charts/commit/a6e31969668b3bd7e358e0f08fa0b58ba4d6a52f)) ## 0.2.7 (2020-01-22) -* [bitnami/logstash] Release 0.2.7 updating components versions ([05feb12](https://github.com/bitnami/charts/commit/05feb12)) +* [bitnami/logstash] Release 0.2.7 updating components versions ([05feb12](https://github.com/bitnami/charts/commit/05feb12352d19fa9bc5e93b0543160776bbe1467)) ## 0.2.6 (2020-01-14) -* [bitnami/logstash] Release 0.2.6 updating components versions ([70106a2](https://github.com/bitnami/charts/commit/70106a2)) +* [bitnami/logstash] Release 0.2.6 updating components versions ([70106a2](https://github.com/bitnami/charts/commit/70106a29e3d2085b1ee1b1d61e4ebf30261a90af)) ## 0.2.5 (2019-12-18) -* [bitnami/logstash] Release 0.2.5 updating components versions ([bbf690e](https://github.com/bitnami/charts/commit/bbf690e)) +* [bitnami/logstash] Release 0.2.5 updating components versions ([bbf690e](https://github.com/bitnami/charts/commit/bbf690e0f35df72dc2592f9b7b7f85152abd1026)) ## 0.2.4 (2019-12-02) -* [bitnami/logstash] Release 0.2.4 updating components versions ([b302225](https://github.com/bitnami/charts/commit/b302225)) +* [bitnami/logstash] Release 0.2.4 updating components versions ([b302225](https://github.com/bitnami/charts/commit/b3022258e77f585bbccd7c1dc518d215d6d6c005)) ## 0.2.3 (2019-11-21) -* [bitnami/logstash] Lint chart ([493f354](https://github.com/bitnami/charts/commit/493f354)) -* [bitnami/logstash] Release 0.2.3 updating components versions ([0ea0966](https://github.com/bitnami/charts/commit/0ea0966)) +* [bitnami/logstash] Lint chart ([493f354](https://github.com/bitnami/charts/commit/493f3541d3ccac49f15552cd739f84468fde7986)) +* [bitnami/logstash] Release 0.2.3 updating components versions ([0ea0966](https://github.com/bitnami/charts/commit/0ea09667a8f9811a3256da6fe13ed485ee1192cc)) ## 0.2.2 (2019-11-14) -* [bitnami/*] Homogenize readme for the new charts ([f6dd817](https://github.com/bitnami/charts/commit/f6dd817)) +* [bitnami/*] Homogenize readme for the new charts ([f6dd817](https://github.com/bitnami/charts/commit/f6dd817737cc4d6ab7c8e3aa1dbe7b4de79896fa)) ## 0.2.1 (2019-11-11) -* Update Chart.yaml ([f7a4fea](https://github.com/bitnami/charts/commit/f7a4fea)) -* Update tags in values ([0f36769](https://github.com/bitnami/charts/commit/0f36769)) -* Update tags in values-production ([9f9838c](https://github.com/bitnami/charts/commit/9f9838c)) +* Update Chart.yaml ([f7a4fea](https://github.com/bitnami/charts/commit/f7a4fea7d0e1447f466c8476a82af9b8f3677578)) +* Update tags in values ([0f36769](https://github.com/bitnami/charts/commit/0f36769a7fd7cce1f40e390c73ef23df00000dea)) +* Update tags in values-production ([9f9838c](https://github.com/bitnami/charts/commit/9f9838c8a1ca703254073d35c3db1baba3c6866f)) ## 0.2.0 (2019-10-30) -* Address review suggestions ([6cfc93c](https://github.com/bitnami/charts/commit/6cfc93c)) -* adds servicemonitor support ([3337308](https://github.com/bitnami/charts/commit/3337308)) -* Fix pdb ([2192371](https://github.com/bitnami/charts/commit/2192371)) -* Fix warning about Ingress annotations ([4ca7068](https://github.com/bitnami/charts/commit/4ca7068)) -* Indent Chart.yaml ([81881d9](https://github.com/bitnami/charts/commit/81881d9)) -* Update prerequisites ([a8c684f](https://github.com/bitnami/charts/commit/a8c684f)) -* Update values-production.yaml ([2fed75e](https://github.com/bitnami/charts/commit/2fed75e)) -* Use port 9600 for Monitoring API by default ([b4d24a9](https://github.com/bitnami/charts/commit/b4d24a9)) +* Address review suggestions ([6cfc93c](https://github.com/bitnami/charts/commit/6cfc93c383a98eb35e1aed591277fb4c849d8294)) +* adds servicemonitor support ([3337308](https://github.com/bitnami/charts/commit/3337308eeba7529f38f8f676b781c623eaa9750e)) +* Fix pdb ([2192371](https://github.com/bitnami/charts/commit/21923718d1cc661a514f810257f18b1d620fc81f)) +* Fix warning about Ingress annotations ([4ca7068](https://github.com/bitnami/charts/commit/4ca7068c131ff0cdf07a053a16aa862516a0a4a8)) +* Indent Chart.yaml ([81881d9](https://github.com/bitnami/charts/commit/81881d96a179b1f0d61a3ad8d0b4b8789ad9bdc8)) +* Update prerequisites ([a8c684f](https://github.com/bitnami/charts/commit/a8c684f66825292e0dca7360cd6fa85eab380e08)) +* Update values-production.yaml ([2fed75e](https://github.com/bitnami/charts/commit/2fed75e0267b2bbeae44f3e2879ebb775703ac0c)) +* Use port 9600 for Monitoring API by default ([b4d24a9](https://github.com/bitnami/charts/commit/b4d24a902b0cfbbc2d89e2b88e837d49fd0821c4)) ## 0.1.0 (2019-10-17) -* Add new Logstash chart ([6d479ac](https://github.com/bitnami/charts/commit/6d479ac)) +* Add new Logstash chart ([6d479ac](https://github.com/bitnami/charts/commit/6d479ac22daa20c3f7af83917ab0a06f03b07f3d)) diff --git a/bitnami/logstash/Chart.yaml b/bitnami/logstash/Chart.yaml index f63f85c26a0260..55507e1f8195be 100644 --- a/bitnami/logstash/Chart.yaml +++ b/bitnami/logstash/Chart.yaml @@ -30,4 +30,4 @@ maintainers: name: logstash sources: - https://github.com/bitnami/charts/tree/main/bitnami/logstash -version: 6.2.0 +version: 6.2.1 diff --git a/bitnami/logstash/README.md b/bitnami/logstash/README.md index 7f5d1dbe279605..8f064ca4e79e92 100644 --- a/bitnami/logstash/README.md +++ b/bitnami/logstash/README.md @@ -323,7 +323,7 @@ See the [Parameters](#parameters) section to configure the PVC or to disable per | `ingress.secrets` | If you're providing your own certificates, please use this to add the certificates as secrets | `[]` | | `ingress.ingressClassName` | IngressClass that will be be used to implement the Ingress (Kubernetes 1.18+) | `""` | | `pdb.create` | If true, create a pod disruption budget for pods. | `true` | -| `pdb.minAvailable` | Minimum number / percentage of pods that should remain scheduled | `1` | +| `pdb.minAvailable` | Minimum number / percentage of pods that should remain scheduled | `""` | | `pdb.maxUnavailable` | Maximum number / percentage of pods that may be made unavailable | `""` | Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example, diff --git a/bitnami/logstash/templates/pdb.yaml b/bitnami/logstash/templates/pdb.yaml index fd4c1e85f7f41e..24920796cc184b 100644 --- a/bitnami/logstash/templates/pdb.yaml +++ b/bitnami/logstash/templates/pdb.yaml @@ -8,17 +8,17 @@ apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} kind: PodDisruptionBudget metadata: name: {{ include "common.names.fullname" . }} - namespace: {{ include "common.names.namespace" . | quote }} - labels: {{- include "common.labels.standard" ( dict "customLabels" .Values.commonLabels "context" $ ) | nindent 4 }} + namespace: {{ .Release.Namespace | quote }} {{- if .Values.commonAnnotations }} - annotations: {{- include "common.tplvalues.render" (dict "value" .Values.commonAnnotations "context" $) | nindent 4 }} + annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }} {{- end }} + labels: {{- include "common.labels.standard" ( dict "customLabels" .Values.commonLabels "context" $ ) | nindent 4 }} spec: {{- if .Values.pdb.minAvailable }} minAvailable: {{ .Values.pdb.minAvailable }} {{- end }} - {{- if .Values.pdb.maxUnavailable }} - maxUnavailable: {{ .Values.pdb.maxUnavailable }} + {{- if or .Values.pdb.maxUnavailable (not .Values.pdb.minAvailable) }} + maxUnavailable: {{ .Values.pdb.maxUnavailable | default 1 }} {{- end }} {{- $podLabels := include "common.tplvalues.merge" ( dict "values" ( list .Values.podLabels .Values.commonLabels ) "context" . ) }} selector: diff --git a/bitnami/logstash/values.yaml b/bitnami/logstash/values.yaml index 6d10ca83851ecc..29e0f0351db09e 100644 --- a/bitnami/logstash/values.yaml +++ b/bitnami/logstash/values.yaml @@ -762,5 +762,5 @@ ingress: ## pdb: create: true - minAvailable: 1 + minAvailable: "" maxUnavailable: "" From 2cf771d70c04a720db3b5cbbd0be65d0fd7f0bd3 Mon Sep 17 00:00:00 2001 From: Fran Mulero Date: Wed, 29 May 2024 11:52:55 +0200 Subject: [PATCH 085/110] [bitnami/grafana-operator] Enable PodDisruptionBudgets (#26476) * [bitnami/grafana-operator] Enable PodDisruptionBudgets Signed-off-by: Fran Mulero * Update CHANGELOG.md Signed-off-by: Bitnami Containers --------- Signed-off-by: Fran Mulero Signed-off-by: Bitnami Containers Co-authored-by: Bitnami Containers --- bitnami/grafana-operator/CHANGELOG.md | 8 +++++-- bitnami/grafana-operator/Chart.yaml | 2 +- bitnami/grafana-operator/README.md | 3 +++ bitnami/grafana-operator/templates/pdb.yaml | 26 +++++++++++++++++++++ bitnami/grafana-operator/values.yaml | 10 ++++++++ 5 files changed, 46 insertions(+), 3 deletions(-) create mode 100644 bitnami/grafana-operator/templates/pdb.yaml diff --git a/bitnami/grafana-operator/CHANGELOG.md b/bitnami/grafana-operator/CHANGELOG.md index 8e77f58d6cc540..b2aff2057b3806 100644 --- a/bitnami/grafana-operator/CHANGELOG.md +++ b/bitnami/grafana-operator/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog -## 4.3.2 (2024-05-26) +## 4.4.0 (2024-05-28) -* [bitnami/grafana-operator] Release 4.3.2 ([#26440](https://github.com/bitnami/charts/pull/26440)) +* [bitnami/grafana-operator] Enable PodDisruptionBudgets ([#26476](https://github.com/bitnami/charts/pull/26476)) + +## 4.3.2 (2024-05-26) + +* [bitnami/grafana-operator] Release 4.3.2 (#26440) ([50f93a9](https://github.com/bitnami/charts/commit/50f93a9612b15234a69eb4b83e29381a4a327868)), closes [#26440](https://github.com/bitnami/charts/issues/26440) ## 4.3.1 (2024-05-24) diff --git a/bitnami/grafana-operator/Chart.yaml b/bitnami/grafana-operator/Chart.yaml index df5d5fbc9541f7..0235d4cf2327e8 100644 --- a/bitnami/grafana-operator/Chart.yaml +++ b/bitnami/grafana-operator/Chart.yaml @@ -30,4 +30,4 @@ maintainers: name: grafana-operator sources: - https://github.com/bitnami/charts/tree/main/bitnami/grafana-operator -version: 4.3.2 +version: 4.4.0 diff --git a/bitnami/grafana-operator/README.md b/bitnami/grafana-operator/README.md index 486646b38b4d73..41691bc8a8bf3b 100644 --- a/bitnami/grafana-operator/README.md +++ b/bitnami/grafana-operator/README.md @@ -226,6 +226,9 @@ extraDeploy: | `operator.extraVolumes` | Optionally specify extra list of additional volumes for Grafana Operator pods | `[]` | | `operator.extraVolumeMounts` | Optionally specify extra list of additional volumeMounts for Grafana Operator container(s) | `[]` | | `operator.initContainers` | Add additional init containers to the Grafana Operator pods | `[]` | +| `operator.pdb.create` | Enable/disable a Pod Disruption Budget creation | `true` | +| `operator.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `""` | +| `operator.pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `operator.pdb.minAvailable` and `operator.pdb.maxUnavailable` are empty. | `""` | | `operator.sidecars` | Add additional sidecar containers to the Grafana Operator pods | `[]` | | `operator.namespaceScope` | If the operator should run in namespace-scope mode or not, | `false` | | `operator.watchNamespace` | Override the namespace to watch | `""` | diff --git a/bitnami/grafana-operator/templates/pdb.yaml b/bitnami/grafana-operator/templates/pdb.yaml new file mode 100644 index 00000000000000..410dd75a813543 --- /dev/null +++ b/bitnami/grafana-operator/templates/pdb.yaml @@ -0,0 +1,26 @@ +{{- /* +Copyright Broadcom, Inc. All Rights Reserved. +SPDX-License-Identifier: APACHE-2.0 +*/}} + +{{- if and .Values.operator.enabled .Values.operator.pdb.create }} +apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} +kind: PodDisruptionBudget +metadata: + name: {{ include "common.names.fullname" . }} + namespace: {{ include "common.names.namespace" . | quote }} + labels: {{- include "common.labels.standard" ( dict "customLabels" .Values.commonLabels "context" $ ) | nindent 4 }} + {{- if .Values.commonAnnotations }} + annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }} + {{- end }} +spec: + {{- if .Values.operator.pdb.minAvailable }} + minAvailable: {{ .Values.operator.pdb.minAvailable }} + {{- end }} + {{- if or .Values.operator.pdb.maxUnavailable (not .Values.operator.pdb.minAvailable) }} + maxUnavailable: {{ .Values.operator.pdb.maxUnavailable | default 1 }} + {{- end }} + {{- $podLabels := include "common.tplvalues.merge" (dict "values" (list .Values.operator.podLabels .Values.commonLabels) "context" .) }} + selector: + matchLabels: {{- include "common.labels.matchLabels" ( dict "customLabels" $podLabels "context" $ ) | nindent 6 }} +{{- end }} diff --git a/bitnami/grafana-operator/values.yaml b/bitnami/grafana-operator/values.yaml index 7ddeef1c5c06ea..42ecf1c27568d7 100644 --- a/bitnami/grafana-operator/values.yaml +++ b/bitnami/grafana-operator/values.yaml @@ -106,6 +106,16 @@ operator: ## containerPort: 1234 ## initContainers: [] + ## Pod Disruption Budget configuration + ## ref: https://kubernetes.io/docs/tasks/run-application/configure-pdb + ## @param operator.pdb.create Enable/disable a Pod Disruption Budget creation + ## @param operator.pdb.minAvailable Minimum number/percentage of pods that should remain scheduled + ## @param operator.pdb.maxUnavailable Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `operator.pdb.minAvailable` and `operator.pdb.maxUnavailable` are empty. + ## + pdb: + create: true + minAvailable: "" + maxUnavailable: "" ## @param operator.sidecars [array] Add additional sidecar containers to the Grafana Operator pods ## e.g: ## sidecars: From 568aafa1de85759ea2d90d2915970eefaa36dffd Mon Sep 17 00:00:00 2001 From: Fran Mulero Date: Wed, 29 May 2024 12:44:07 +0200 Subject: [PATCH 086/110] [bitnami/kafka] PDB review (#25938) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * [bitnami/kafka] PDB review Signed-off-by: Fran Mulero * Update README.md with readme-generator-for-helm Signed-off-by: Bitnami Containers * Update CHANGELOG.md Signed-off-by: Bitnami Containers * Update CHANGELOG.md Signed-off-by: Bitnami Containers * Update README.md with readme-generator-for-helm Signed-off-by: Bitnami Containers * Update CHANGELOG.md Signed-off-by: Bitnami Containers * Update CHANGELOG.md Signed-off-by: Bitnami Containers * Remove metrics PDB Signed-off-by: Fran Mulero * Bump patch version Signed-off-by: Fran Mulero * Update README.md with readme-generator-for-helm Signed-off-by: Bitnami Containers --------- Signed-off-by: Fran Mulero Signed-off-by: Carlos Rodríguez Hernández Signed-off-by: Bitnami Containers Co-authored-by: Carlos Rodríguez Hernández Co-authored-by: Bitnami Containers --- bitnami/kafka/CHANGELOG.md | 8 ++++++-- bitnami/kafka/Chart.yaml | 2 +- bitnami/kafka/README.md | 8 ++++---- bitnami/kafka/templates/broker/pdb.yaml | 7 +++---- bitnami/kafka/templates/broker/statefulset.yaml | 4 +++- bitnami/kafka/templates/controller-eligible/pdb.yaml | 7 +++---- .../kafka/templates/controller-eligible/statefulset.yaml | 4 +++- bitnami/kafka/values.yaml | 9 +++++---- 8 files changed, 28 insertions(+), 21 deletions(-) diff --git a/bitnami/kafka/CHANGELOG.md b/bitnami/kafka/CHANGELOG.md index e58fba22070838..34ba9ec55f115e 100644 --- a/bitnami/kafka/CHANGELOG.md +++ b/bitnami/kafka/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog -## 29.1.1 (2024-05-27) +## 29.1.2 (2024-05-29) -* [bitnami/kafka] Fixed Network-Policies for jmx metrics export ([#26369](https://github.com/bitnami/charts/pull/26369)) +* [bitnami/kafka] PDB review ([#25938](https://github.com/bitnami/charts/pull/25938)) + +## 29.1.1 (2024-05-28) + +* [bitnami/kafka] Fixed Network-Policies for jmx metrics export (#26369) ([7f9445f](https://github.com/bitnami/charts/commit/7f9445f21003a77971d1e7d9c31cf952b6ba9554)), closes [#26369](https://github.com/bitnami/charts/issues/26369) ## 29.1.0 (2024-05-27) diff --git a/bitnami/kafka/Chart.yaml b/bitnami/kafka/Chart.yaml index 88d3e88b2969a3..c9230a25e14aca 100644 --- a/bitnami/kafka/Chart.yaml +++ b/bitnami/kafka/Chart.yaml @@ -40,4 +40,4 @@ maintainers: name: kafka sources: - https://github.com/bitnami/charts/tree/main/bitnami/kafka -version: 29.1.1 +version: 29.1.2 diff --git a/bitnami/kafka/README.md b/bitnami/kafka/README.md index 237b383c3e8bb0..5e687e2eb382fc 100644 --- a/bitnami/kafka/README.md +++ b/bitnami/kafka/README.md @@ -644,9 +644,9 @@ You can enable this initContainer by setting `volumePermissions.enabled` to `tru | `controller.autoscaling.hpa.maxReplicas` | Maximum number of Kafka Controller replicas | `""` | | `controller.autoscaling.hpa.targetCPU` | Target CPU utilization percentage | `""` | | `controller.autoscaling.hpa.targetMemory` | Target Memory utilization percentage | `""` | -| `controller.pdb.create` | Deploy a pdb object for the Kafka pod | `false` | +| `controller.pdb.create` | Deploy a pdb object for the Kafka pod | `true` | | `controller.pdb.minAvailable` | Maximum number/percentage of unavailable Kafka replicas | `""` | -| `controller.pdb.maxUnavailable` | Maximum number/percentage of unavailable Kafka replicas | `1` | +| `controller.pdb.maxUnavailable` | Maximum number/percentage of unavailable Kafka replicas | `""` | | `controller.persistence.enabled` | Enable Kafka data persistence using PVC, note that ZooKeeper persistence is unaffected | `true` | | `controller.persistence.existingClaim` | A manually managed Persistent Volume and Claim | `""` | | `controller.persistence.storageClass` | PVC Storage Class for Kafka data volume | `""` | @@ -751,9 +751,9 @@ You can enable this initContainer by setting `volumePermissions.enabled` to `tru | `broker.extraVolumeMounts` | Optionally specify extra list of additional volumeMounts for the Kafka container(s) | `[]` | | `broker.sidecars` | Add additional sidecar containers to the Kafka pod(s) | `[]` | | `broker.initContainers` | Add additional Add init containers to the Kafka pod(s) | `[]` | -| `broker.pdb.create` | Deploy a pdb object for the Kafka pod | `false` | +| `broker.pdb.create` | Deploy a pdb object for the Kafka pod | `true` | | `broker.pdb.minAvailable` | Maximum number/percentage of unavailable Kafka replicas | `""` | -| `broker.pdb.maxUnavailable` | Maximum number/percentage of unavailable Kafka replicas | `1` | +| `broker.pdb.maxUnavailable` | Maximum number/percentage of unavailable Kafka replicas | `""` | ### Experimental: Kafka Broker Autoscaling configuration diff --git a/bitnami/kafka/templates/broker/pdb.yaml b/bitnami/kafka/templates/broker/pdb.yaml index 8d3fdf53a0c1dd..b90ad3003ac47d 100644 --- a/bitnami/kafka/templates/broker/pdb.yaml +++ b/bitnami/kafka/templates/broker/pdb.yaml @@ -3,8 +3,7 @@ Copyright Broadcom, Inc. All Rights Reserved. SPDX-License-Identifier: APACHE-2.0 */}} -{{- $replicaCount := int .Values.broker.replicaCount }} -{{- if and .Values.broker.pdb.create (gt $replicaCount 0) }} +{{- if .Values.broker.pdb.create }} apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} kind: PodDisruptionBudget metadata: @@ -20,8 +19,8 @@ spec: {{- if .Values.broker.pdb.minAvailable }} minAvailable: {{ .Values.broker.pdb.minAvailable }} {{- end }} - {{- if .Values.broker.pdb.maxUnavailable }} - maxUnavailable: {{ .Values.broker.pdb.maxUnavailable }} + {{- if or .Values.broker.pdb.maxUnavailable (not .Values.broker.pdb.minAvailable) }} + maxUnavailable: {{ .Values.broker.pdb.maxUnavailable | default 1 }} {{- end }} {{- $podLabels := include "common.tplvalues.merge" ( dict "values" ( list .Values.broker.podLabels .Values.commonLabels ) "context" . ) }} selector: diff --git a/bitnami/kafka/templates/broker/statefulset.yaml b/bitnami/kafka/templates/broker/statefulset.yaml index 940c9a5a93ab74..93ef951fe5dbf5 100644 --- a/bitnami/kafka/templates/broker/statefulset.yaml +++ b/bitnami/kafka/templates/broker/statefulset.yaml @@ -4,7 +4,7 @@ SPDX-License-Identifier: APACHE-2.0 */}} {{- $replicaCount := int .Values.broker.replicaCount }} -{{- if gt $replicaCount 0 }} +{{- if or (gt $replicaCount 0) .Values.broker.autoscaling.enabled }} apiVersion: {{ include "common.capabilities.statefulset.apiVersion" . }} kind: StatefulSet metadata: @@ -18,7 +18,9 @@ metadata: {{- end }} spec: podManagementPolicy: {{ .Values.broker.podManagementPolicy }} + {{- if not .Values.broker.autoscaling.enabled }} replicas: {{ .Values.broker.replicaCount }} + {{- end }} {{- $podLabels := include "common.tplvalues.merge" ( dict "values" ( list .Values.broker.podLabels .Values.commonLabels ) "context" . ) }} selector: matchLabels: {{- include "common.labels.matchLabels" ( dict "customLabels" $podLabels "context" $ ) | nindent 6 }} diff --git a/bitnami/kafka/templates/controller-eligible/pdb.yaml b/bitnami/kafka/templates/controller-eligible/pdb.yaml index 00b17c203edaa8..f599fc94818aad 100644 --- a/bitnami/kafka/templates/controller-eligible/pdb.yaml +++ b/bitnami/kafka/templates/controller-eligible/pdb.yaml @@ -3,8 +3,7 @@ Copyright Broadcom, Inc. All Rights Reserved. SPDX-License-Identifier: APACHE-2.0 */}} -{{- $replicaCount := int .Values.controller.replicaCount }} -{{- if and .Values.controller.pdb.create .Values.kraft.enabled (gt $replicaCount 0) }} +{{- if and .Values.controller.pdb.create .Values.kraft.enabled }} apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} kind: PodDisruptionBudget metadata: @@ -20,8 +19,8 @@ spec: {{- if .Values.controller.pdb.minAvailable }} minAvailable: {{ .Values.controller.pdb.minAvailable }} {{- end }} - {{- if .Values.controller.pdb.maxUnavailable }} - maxUnavailable: {{ .Values.controller.pdb.maxUnavailable }} + {{- if or .Values.controller.pdb.maxUnavailable (not .Values.controller.pdb.minAvailable) }} + maxUnavailable: {{ .Values.controller.pdb.maxUnavailable | default 1 }} {{- end }} {{- $podLabels := include "common.tplvalues.merge" ( dict "values" ( list .Values.controller.podLabels .Values.commonLabels ) "context" . ) }} selector: diff --git a/bitnami/kafka/templates/controller-eligible/statefulset.yaml b/bitnami/kafka/templates/controller-eligible/statefulset.yaml index 60a0123bd86462..0b2bb88ff891bb 100644 --- a/bitnami/kafka/templates/controller-eligible/statefulset.yaml +++ b/bitnami/kafka/templates/controller-eligible/statefulset.yaml @@ -4,7 +4,7 @@ SPDX-License-Identifier: APACHE-2.0 */}} {{- $replicaCount := int .Values.controller.replicaCount }} -{{- if and .Values.kraft.enabled (gt $replicaCount 0) }} +{{- if and .Values.kraft.enabled (or (gt $replicaCount 0) .Values.controller.autoscaling.enabled) }} apiVersion: {{ include "common.capabilities.statefulset.apiVersion" . }} kind: StatefulSet metadata: @@ -18,7 +18,9 @@ metadata: {{- end }} spec: podManagementPolicy: {{ .Values.controller.podManagementPolicy }} + {{- if not .Values.controller.autoscaling.enabled }} replicas: {{ .Values.controller.replicaCount }} + {{- end }} {{- $podLabels := include "common.tplvalues.merge" ( dict "values" ( list .Values.controller.podLabels .Values.commonLabels ) "context" . ) }} selector: matchLabels: {{- include "common.labels.matchLabels" ( dict "customLabels" $podLabels "context" $ ) | nindent 6 }} diff --git a/bitnami/kafka/values.yaml b/bitnami/kafka/values.yaml index 24acd97d3a0018..42553d107a9d3e 100644 --- a/bitnami/kafka/values.yaml +++ b/bitnami/kafka/values.yaml @@ -845,9 +845,9 @@ controller: ## @param controller.pdb.maxUnavailable Maximum number/percentage of unavailable Kafka replicas ## pdb: - create: false + create: true minAvailable: "" - maxUnavailable: 1 + maxUnavailable: "" ## Enable persistence using Persistent Volume Claims ## ref: https://kubernetes.io/docs/concepts/storage/persistent-volumes/ ## @@ -1255,9 +1255,9 @@ broker: ## @param broker.pdb.maxUnavailable Maximum number/percentage of unavailable Kafka replicas ## pdb: - create: false + create: true minAvailable: "" - maxUnavailable: 1 + maxUnavailable: "" ## @section Experimental: Kafka Broker Autoscaling configuration ## ref: https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/ ## @@ -2068,6 +2068,7 @@ metrics: ## @param metrics.prometheusRule.groups Prometheus Rule Groups for Kafka ## groups: [] + ## @section Kafka provisioning parameters ## From 1b1fbd9e66a7c10cb6baef80a1a7ef0520edc9a3 Mon Sep 17 00:00:00 2001 From: Fran Mulero Date: Wed, 29 May 2024 13:41:46 +0200 Subject: [PATCH 087/110] [bitnami/influxdb] Enable PodDisruptionBudgets (#26491) * [bitnami/influxdb] Enable PodDisruptionBudgets Signed-off-by: Fran Mulero * Update CHANGELOG.md Signed-off-by: Bitnami Containers * Update CHANGELOG.md Signed-off-by: Bitnami Containers --------- Signed-off-by: Fran Mulero Signed-off-by: Bitnami Containers Co-authored-by: Bitnami Containers --- bitnami/influxdb/CHANGELOG.md | 8 ++++++-- bitnami/influxdb/Chart.yaml | 2 +- bitnami/influxdb/README.md | 3 +++ bitnami/influxdb/templates/pdb.yaml | 28 ++++++++++++++++++++++++++++ bitnami/influxdb/values.yaml | 10 ++++++++++ 5 files changed, 48 insertions(+), 3 deletions(-) create mode 100644 bitnami/influxdb/templates/pdb.yaml diff --git a/bitnami/influxdb/CHANGELOG.md b/bitnami/influxdb/CHANGELOG.md index 2624f1d3336282..660451067ecf6c 100644 --- a/bitnami/influxdb/CHANGELOG.md +++ b/bitnami/influxdb/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog -## 6.2.1 (2024-05-28) +## 6.3.0 (2024-05-29) -* [bitnami/influxdb] Release 6.2.1 ([#26511](https://github.com/bitnami/charts/pull/26511)) +* [bitnami/influxdb] Enable PodDisruptionBudgets ([#26491](https://github.com/bitnami/charts/pull/26491)) + +## 6.2.1 (2024-05-28) + +* [bitnami/influxdb] Release 6.2.1 (#26511) ([b5b3bfc](https://github.com/bitnami/charts/commit/b5b3bfc36967ed57c72266dc7fda45e863035eeb)), closes [#26511](https://github.com/bitnami/charts/issues/26511) ## 6.2.0 (2024-05-27) diff --git a/bitnami/influxdb/Chart.yaml b/bitnami/influxdb/Chart.yaml index 59fcb8a486f042..3bdc65b2b69e0e 100644 --- a/bitnami/influxdb/Chart.yaml +++ b/bitnami/influxdb/Chart.yaml @@ -37,4 +37,4 @@ maintainers: name: influxdb sources: - https://github.com/bitnami/charts/tree/main/bitnami/influxdb -version: 6.2.1 +version: 6.3.0 diff --git a/bitnami/influxdb/README.md b/bitnami/influxdb/README.md index a42f661efff687..600b1a4e09a36a 100644 --- a/bitnami/influxdb/README.md +++ b/bitnami/influxdb/README.md @@ -267,6 +267,9 @@ There are K8s distribution, such as OpenShift, where you can dynamically define | `influxdb.customReadinessProbe` | Override default readiness probe | `{}` | | `influxdb.sidecars` | Add additional sidecar containers to the InfluxDB™ pod(s) | `[]` | | `influxdb.initContainers` | Add additional init containers to the InfluxDB™ pod(s) | `[]` | +| `influxdb.pdb.create` | Enable/disable a Pod Disruption Budget creation | `true` | +| `influxdb.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `""` | +| `influxdb.pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `influxdb.pdb.minAvailable` and `influxdb.pdb.maxUnavailable` are empty. | `""` | | `influxdb.service.type` | Kubernetes service type (`ClusterIP`, `NodePort` or `LoadBalancer`) | `ClusterIP` | | `influxdb.service.ports.http` | InfluxDB™ HTTP port | `8086` | | `influxdb.service.ports.rpc` | InfluxDB™ RPC port | `8088` | diff --git a/bitnami/influxdb/templates/pdb.yaml b/bitnami/influxdb/templates/pdb.yaml new file mode 100644 index 00000000000000..6a1bb0f8b96a94 --- /dev/null +++ b/bitnami/influxdb/templates/pdb.yaml @@ -0,0 +1,28 @@ +{{- /* +Copyright Broadcom, Inc. All Rights Reserved. +SPDX-License-Identifier: APACHE-2.0 +*/}} + +{{- if .Values.influxdb.pdb.create }} +apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} +kind: PodDisruptionBudget +metadata: + name: {{ include "common.names.fullname" . }} + namespace: {{ include "common.names.namespace" . | quote }} + labels: {{- include "common.labels.standard" ( dict "customLabels" .Values.commonLabels "context" $ ) | nindent 4 }} + app.kubernetes.io/component: influxdb + {{- if .Values.commonAnnotations }} + annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }} + {{- end }} +spec: + {{- if .Values.influxdb.pdb.minAvailable }} + minAvailable: {{ .Values.influxdb.pdb.minAvailable }} + {{- end }} + {{- if or .Values.influxdb.pdb.maxUnavailable ( not .Values.influxdb.pdb.minAvailable ) }} + maxUnavailable: {{ .Values.influxdb.pdb.maxUnavailable | default 1 }} + {{- end }} + {{- $podLabels := include "common.tplvalues.merge" ( dict "values" ( list .Values.influxdb.podLabels .Values.commonLabels ) "context" . ) }} + selector: + matchLabels: {{- include "common.labels.matchLabels" ( dict "customLabels" $podLabels "context" $ ) | nindent 6 }} + app.kubernetes.io/component: influxdb +{{- end }} diff --git a/bitnami/influxdb/values.yaml b/bitnami/influxdb/values.yaml index 0ee0844f5a38ad..61546eaab9624d 100644 --- a/bitnami/influxdb/values.yaml +++ b/bitnami/influxdb/values.yaml @@ -443,6 +443,16 @@ influxdb: ## command: ['sh', '-c', 'echo "hello world"'] ## initContainers: [] + ## Pod Disruption Budget configuration + ## ref: https://kubernetes.io/docs/tasks/run-application/configure-pdb + ## @param influxdb.pdb.create Enable/disable a Pod Disruption Budget creation + ## @param influxdb.pdb.minAvailable Minimum number/percentage of pods that should remain scheduled + ## @param influxdb.pdb.maxUnavailable Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `influxdb.pdb.minAvailable` and `influxdb.pdb.maxUnavailable` are empty. + ## + pdb: + create: true + minAvailable: "" + maxUnavailable: "" ## Service parameters ## service: From 460e2b9e29d2b8e8aa6d747db7414d6f4a5c33eb Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Wed, 29 May 2024 15:43:16 +0200 Subject: [PATCH 088/110] [bitnami/postgresql-ha] Release 14.1.3 (#26545) * [bitnami/postgresql-ha] Release 14.1.3 updating components versions Signed-off-by: Bitnami Containers * Update CHANGELOG.md Signed-off-by: Bitnami Containers --------- Signed-off-by: Bitnami Containers --- bitnami/postgresql-ha/CHANGELOG.md | 8 ++++++-- bitnami/postgresql-ha/Chart.yaml | 8 ++++---- bitnami/postgresql-ha/values.yaml | 6 +++--- 3 files changed, 13 insertions(+), 9 deletions(-) diff --git a/bitnami/postgresql-ha/CHANGELOG.md b/bitnami/postgresql-ha/CHANGELOG.md index 96fed765ab483d..ab4b181a4625e1 100644 --- a/bitnami/postgresql-ha/CHANGELOG.md +++ b/bitnami/postgresql-ha/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog -## 14.1.2 (2024-05-24) +## 14.1.3 (2024-05-29) -* [bitnami/postgresql-ha] Fix livenessProbe for metrics ([#26399](https://github.com/bitnami/charts/pull/26399)) +* [bitnami/postgresql-ha] Release 14.1.3 ([#26545](https://github.com/bitnami/charts/pull/26545)) + +## 14.1.2 (2024-05-24) + +* [bitnami/postgresql-ha] Fix livenessProbe for metrics (#26399) ([7a8e1ef](https://github.com/bitnami/charts/commit/7a8e1ef28230ebc0b2c53cc12469ca21728c375c)), closes [#26399](https://github.com/bitnami/charts/issues/26399) ## 14.1.1 (2024-05-23) diff --git a/bitnami/postgresql-ha/Chart.yaml b/bitnami/postgresql-ha/Chart.yaml index 43589cbfdaff18..2599ce69834fd0 100644 --- a/bitnami/postgresql-ha/Chart.yaml +++ b/bitnami/postgresql-ha/Chart.yaml @@ -6,13 +6,13 @@ annotations: licenses: Apache-2.0 images: | - name: os-shell - image: docker.io/bitnami/os-shell:12-debian-12-r21 + image: docker.io/bitnami/os-shell:12-debian-12-r22 - name: pgpool image: docker.io/bitnami/pgpool:4.5.2-debian-12-r0 - name: postgres-exporter - image: docker.io/bitnami/postgres-exporter:0.15.0-debian-12-r31 + image: docker.io/bitnami/postgres-exporter:0.15.0-debian-12-r32 - name: postgresql-repmgr - image: docker.io/bitnami/postgresql-repmgr:16.3.0-debian-12-r8 + image: docker.io/bitnami/postgresql-repmgr:16.3.0-debian-12-r9 apiVersion: v2 appVersion: 16.3.0 dependencies: @@ -40,4 +40,4 @@ maintainers: name: postgresql-ha sources: - https://github.com/bitnami/charts/tree/main/bitnami/postgresql-ha -version: 14.1.2 +version: 14.1.3 diff --git a/bitnami/postgresql-ha/values.yaml b/bitnami/postgresql-ha/values.yaml index 3809ebafdcc8ea..431ad526d0d776 100644 --- a/bitnami/postgresql-ha/values.yaml +++ b/bitnami/postgresql-ha/values.yaml @@ -111,7 +111,7 @@ postgresql: image: registry: docker.io repository: bitnami/postgresql-repmgr - tag: 16.3.0-debian-12-r8 + tag: 16.3.0-debian-12-r9 digest: "" ## Specify a imagePullPolicy. Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images @@ -1707,7 +1707,7 @@ metrics: image: registry: docker.io repository: bitnami/postgres-exporter - tag: 0.15.0-debian-12-r31 + tag: 0.15.0-debian-12-r32 digest: "" ## Specify a imagePullPolicy. Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images @@ -1958,7 +1958,7 @@ volumePermissions: image: registry: docker.io repository: bitnami/os-shell - tag: 12-debian-12-r21 + tag: 12-debian-12-r22 digest: "" ## Specify a imagePullPolicy. Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images From 99f08414ce828db081402ba37cf48c0ad2624fee Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Wed, 29 May 2024 15:46:53 +0200 Subject: [PATCH 089/110] [bitnami/postgresql] Release 15.5.1 (#26546) * [bitnami/postgresql] Release 15.5.1 updating components versions Signed-off-by: Bitnami Containers * Update CHANGELOG.md Signed-off-by: Bitnami Containers --------- Signed-off-by: Bitnami Containers --- bitnami/postgresql/CHANGELOG.md | 6 +++++- bitnami/postgresql/Chart.yaml | 8 ++++---- bitnami/postgresql/values.yaml | 6 +++--- 3 files changed, 12 insertions(+), 8 deletions(-) diff --git a/bitnami/postgresql/CHANGELOG.md b/bitnami/postgresql/CHANGELOG.md index f1d3d44c8216b7..3962cd67a324de 100644 --- a/bitnami/postgresql/CHANGELOG.md +++ b/bitnami/postgresql/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog +## 15.5.1 (2024-05-29) + +* [bitnami/postgresql] Release 15.5.1 ([#26546](https://github.com/bitnami/charts/pull/26546)) + ## 15.5.0 (2024-05-29) -* [bitnami/postgresql] Enable PodDisruptionBudgets ([#26530](https://github.com/bitnami/charts/pull/26530)) +* [bitnami/postgresql] Enable PodDisruptionBudgets (#26530) ([c6b2f1c](https://github.com/bitnami/charts/commit/c6b2f1cc32e0b9a8d884b61e8dc17f1089366d06)), closes [#26530](https://github.com/bitnami/charts/issues/26530) ## 15.4.2 (2024-05-28) diff --git a/bitnami/postgresql/Chart.yaml b/bitnami/postgresql/Chart.yaml index ab678da5e4d275..861865f5ad78ad 100644 --- a/bitnami/postgresql/Chart.yaml +++ b/bitnami/postgresql/Chart.yaml @@ -6,11 +6,11 @@ annotations: licenses: Apache-2.0 images: | - name: os-shell - image: docker.io/bitnami/os-shell:12-debian-12-r21 + image: docker.io/bitnami/os-shell:12-debian-12-r22 - name: postgres-exporter - image: docker.io/bitnami/postgres-exporter:0.15.0-debian-12-r31 + image: docker.io/bitnami/postgres-exporter:0.15.0-debian-12-r32 - name: postgresql - image: docker.io/bitnami/postgresql:16.3.0-debian-12-r10 + image: docker.io/bitnami/postgresql:16.3.0-debian-12-r12 apiVersion: v2 appVersion: 16.3.0 dependencies: @@ -35,4 +35,4 @@ maintainers: name: postgresql sources: - https://github.com/bitnami/charts/tree/main/bitnami/postgresql -version: 15.5.0 +version: 15.5.1 diff --git a/bitnami/postgresql/values.yaml b/bitnami/postgresql/values.yaml index c1e4977c53d532..7245fd04dfe2a6 100644 --- a/bitnami/postgresql/values.yaml +++ b/bitnami/postgresql/values.yaml @@ -105,7 +105,7 @@ diagnosticMode: image: registry: docker.io repository: bitnami/postgresql - tag: 16.3.0-debian-12-r10 + tag: 16.3.0-debian-12-r12 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' @@ -1427,7 +1427,7 @@ volumePermissions: image: registry: docker.io repository: bitnami/os-shell - tag: 12-debian-12-r21 + tag: 12-debian-12-r22 digest: "" pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. @@ -1536,7 +1536,7 @@ metrics: image: registry: docker.io repository: bitnami/postgres-exporter - tag: 0.15.0-debian-12-r31 + tag: 0.15.0-debian-12-r32 digest: "" pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. From d2059bcd52084408e1aac1ed748756fbd0cfeee1 Mon Sep 17 00:00:00 2001 From: Fran Mulero Date: Wed, 29 May 2024 16:00:33 +0200 Subject: [PATCH 090/110] [bitnami/harbor] Enable PodDisruptionBudgets (#26486) * [bitnami/harbor] Enable PodDisruptionBudgets Signed-off-by: Fran Mulero * Amend file names to keep same name convention Signed-off-by: Fran Mulero * Update CHANGELOG.md Signed-off-by: Bitnami Containers * Update CHANGELOG.md Signed-off-by: Bitnami Containers * Increase infrastructure size Signed-off-by: Fran Mulero --------- Signed-off-by: Fran Mulero Signed-off-by: Bitnami Containers Co-authored-by: Bitnami Containers --- .vib/harbor/vib-verify.json | 2 +- bitnami/harbor/CHANGELOG.md | 8 ++- bitnami/harbor/Chart.yaml | 2 +- bitnami/harbor/README.md | 21 ++++++ bitnami/harbor/templates/core/core-pdb.yaml | 30 ++++++++ .../templates/exporter/exporter-pdb.yaml | 30 ++++++++ .../templates/jobservice/jobservice-pdb.yaml | 30 ++++++++ bitnami/harbor/templates/nginx/pdb.yaml | 30 ++++++++ .../harbor/templates/portal/portal-pdb.yaml | 30 ++++++++ .../templates/registry/registry-pdb.yaml | 30 ++++++++ bitnami/harbor/templates/trivy/trivy-pdb.yaml | 30 ++++++++ bitnami/harbor/values.yaml | 70 +++++++++++++++++++ 12 files changed, 309 insertions(+), 4 deletions(-) create mode 100644 bitnami/harbor/templates/core/core-pdb.yaml create mode 100644 bitnami/harbor/templates/exporter/exporter-pdb.yaml create mode 100644 bitnami/harbor/templates/jobservice/jobservice-pdb.yaml create mode 100644 bitnami/harbor/templates/nginx/pdb.yaml create mode 100644 bitnami/harbor/templates/portal/portal-pdb.yaml create mode 100644 bitnami/harbor/templates/registry/registry-pdb.yaml create mode 100644 bitnami/harbor/templates/trivy/trivy-pdb.yaml diff --git a/.vib/harbor/vib-verify.json b/.vib/harbor/vib-verify.json index baf56a7958a53f..78f322dcd5e596 100644 --- a/.vib/harbor/vib-verify.json +++ b/.vib/harbor/vib-verify.json @@ -25,7 +25,7 @@ "target_platform": { "target_platform_id": "{VIB_ENV_TARGET_PLATFORM}", "size": { - "name": "S4" + "name": "M4" } } }, diff --git a/bitnami/harbor/CHANGELOG.md b/bitnami/harbor/CHANGELOG.md index 69133aa5beb924..06e13188b594bf 100644 --- a/bitnami/harbor/CHANGELOG.md +++ b/bitnami/harbor/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog -## 21.3.0 (2024-05-28) +## 21.4.0 (2024-05-29) -* [bitnami/harbor] Enable zero-secret output ([#25453](https://github.com/bitnami/charts/pull/25453)) +* [bitnami/harbor] Enable PodDisruptionBudgets ([#26486](https://github.com/bitnami/charts/pull/26486)) + +## 21.3.0 (2024-05-29) + +* [bitnami/harbor] Enable zero-secret output (#25453) ([95d111b](https://github.com/bitnami/charts/commit/95d111b2c83fd7c0b7f0983ef3cadb31b6653b01)), closes [#25453](https://github.com/bitnami/charts/issues/25453) ## 21.2.1 (2024-05-24) diff --git a/bitnami/harbor/Chart.yaml b/bitnami/harbor/Chart.yaml index ff4ad110c392fe..196338fb723298 100644 --- a/bitnami/harbor/Chart.yaml +++ b/bitnami/harbor/Chart.yaml @@ -55,4 +55,4 @@ maintainers: name: harbor sources: - https://github.com/bitnami/charts/tree/main/bitnami/harbor -version: 21.3.0 +version: 21.4.0 diff --git a/bitnami/harbor/README.md b/bitnami/harbor/README.md index 73fc871b8a093e..da8573283fb35d 100644 --- a/bitnami/harbor/README.md +++ b/bitnami/harbor/README.md @@ -442,6 +442,9 @@ You can enable this initContainer by setting `volumePermissions.enabled` to `tru | `nginx.schedulerName` | Use an alternate scheduler, e.g. "stork". | `""` | | `nginx.sidecars` | Add additional sidecar containers to the NGINX pods | `[]` | | `nginx.initContainers` | Add additional init containers to the NGINX pods | `[]` | +| `nginx.pdb.create` | Enable/disable a Pod Disruption Budget creation | `true` | +| `nginx.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `""` | +| `nginx.pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `nginx.pdb.minAvailable` and `nginx.pdb.maxUnavailable` are empty. | `""` | | `nginx.extraVolumeMounts` | Optionally specify extra list of additional volumeMounts for the NGINX pods | `[]` | | `nginx.extraVolumes` | Optionally specify extra list of additional volumes for the NGINX pods | `[]` | | `nginx.networkPolicy.enabled` | Specifies whether a NetworkPolicy should be created | `true` | @@ -527,6 +530,9 @@ You can enable this initContainer by setting `volumePermissions.enabled` to `tru | `portal.schedulerName` | Use an alternate scheduler, e.g. "stork". | `""` | | `portal.sidecars` | Add additional sidecar containers to the Harbor Portal pods | `[]` | | `portal.initContainers` | Add additional init containers to the Harbor Portal pods | `[]` | +| `portal.pdb.create` | Enable/disable a Pod Disruption Budget creation | `true` | +| `portal.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `""` | +| `portal.pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `portal.pdb.minAvailable` and `portal.pdb.maxUnavailable` are empty. | `""` | | `portal.extraVolumeMounts` | Optionally specify extra list of additional volumeMounts for the Harbor Portal pods | `[]` | | `portal.extraVolumes` | Optionally specify extra list of additional volumes for the Harbor Portal pods | `[]` | | `portal.serviceAccountName` | Set the service account name for the Harbor Portal pods | `""` | @@ -629,6 +635,9 @@ You can enable this initContainer by setting `volumePermissions.enabled` to `tru | `core.schedulerName` | Use an alternate scheduler, e.g. "stork". | `""` | | `core.sidecars` | Add additional sidecar containers to the Harbor Core pods | `[]` | | `core.initContainers` | Add additional init containers to the Harbor Core pods | `[]` | +| `core.pdb.create` | Enable/disable a Pod Disruption Budget creation | `true` | +| `core.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `""` | +| `core.pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `core.pdb.minAvailable` and `core.pdb.maxUnavailable` are empty. | `""` | | `core.extraVolumeMounts` | Optionally specify extra list of additional volumeMounts for the Harbor Core pods | `[]` | | `core.extraVolumes` | Optionally specify extra list of additional volumes for the Harbor Core pods | `[]` | | `core.serviceAccountName` | Set the service account name for the Harbor Core pods | `""` | @@ -726,6 +735,9 @@ You can enable this initContainer by setting `volumePermissions.enabled` to `tru | `jobservice.schedulerName` | Use an alternate scheduler, e.g. "stork". | `""` | | `jobservice.sidecars` | Add additional sidecar containers to the Harbor Jobservice pods | `[]` | | `jobservice.initContainers` | Add additional init containers to the Harbor Jobservice pods | `[]` | +| `jobservice.pdb.create` | Enable/disable a Pod Disruption Budget creation | `true` | +| `jobservice.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `""` | +| `jobservice.pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `jobservice.pdb.minAvailable` and `jobservice.pdb.maxUnavailable` are empty. | `""` | | `jobservice.extraVolumeMounts` | Optionally specify extra list of additional volumeMounts for the Harbor Jobservice pods | `[]` | | `jobservice.extraVolumes` | Optionally specify extra list of additional volumes for the Harbor Jobservice pods | `[]` | | `jobservice.serviceAccountName` | Set the service account name for the Harbor Jobservice pods | `""` | @@ -782,6 +794,9 @@ You can enable this initContainer by setting `volumePermissions.enabled` to `tru | `registry.schedulerName` | Use an alternate scheduler, e.g. "stork". | `""` | | `registry.sidecars` | Add additional sidecar containers to the Harbor Registry pods | `[]` | | `registry.initContainers` | Add additional init containers to the Harbor Registry pods | `[]` | +| `registry.pdb.create` | Enable/disable a Pod Disruption Budget creation | `true` | +| `registry.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `""` | +| `registry.pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `registry.pdb.minAvailable` and `registry.pdb.maxUnavailable` are empty. | `""` | | `registry.extraVolumes` | Optionally specify extra list of additional volumes for the Harbor Registry pods | `[]` | | `registry.serviceAccountName` | Set the service account name for the Registry pods | `""` | | `registry.automountServiceAccountToken` | Automount service account token | `false` | @@ -981,6 +996,9 @@ You can enable this initContainer by setting `volumePermissions.enabled` to `tru | `trivy.schedulerName` | Use an alternate scheduler, e.g. "stork". | `""` | | `trivy.sidecars` | Add additional sidecar containers to the Trivy pods | `[]` | | `trivy.initContainers` | Add additional init containers to the Trivy pods | `[]` | +| `trivy.pdb.create` | Enable/disable a Pod Disruption Budget creation | `true` | +| `trivy.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `""` | +| `trivy.pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `trivy.pdb.minAvailable` and `trivy.pdb.maxUnavailable` are empty. | `""` | | `trivy.extraVolumeMounts` | Optionally specify extra list of additional volumeMounts for the Trivy pods | `[]` | | `trivy.extraVolumes` | Optionally specify extra list of additional volumes for the Trivy pods | `[]` | | `trivy.serviceAccountName` | Set the service account name for the Trivy pods | `""` | @@ -1068,6 +1086,9 @@ You can enable this initContainer by setting `volumePermissions.enabled` to `tru | `exporter.tolerations` | Harbor Exporter Tolerations for pod assignment | `[]` | | `exporter.topologySpreadConstraints` | Topology Spread Constraints for pod assignment spread across your cluster among failure-domains. Evaluated as a template | `[]` | | `exporter.initContainers` | Add additional init containers to the pod (evaluated as a template) | `[]` | +| `exporter.pdb.create` | Enable/disable a Pod Disruption Budget creation | `true` | +| `exporter.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `""` | +| `exporter.pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `exporter.pdb.minAvailable` and `exporter.pdb.maxUnavailable` are empty. | `""` | | `exporter.extraVolumeMounts` | | `[]` | | `exporter.extraVolumes` | | `[]` | | `exporter.sidecars` | Attach additional containers to the pod (evaluated as a template) | `[]` | diff --git a/bitnami/harbor/templates/core/core-pdb.yaml b/bitnami/harbor/templates/core/core-pdb.yaml new file mode 100644 index 00000000000000..97b8a4e5ae89a7 --- /dev/null +++ b/bitnami/harbor/templates/core/core-pdb.yaml @@ -0,0 +1,30 @@ +{{- /* +Copyright Broadcom, Inc. All Rights Reserved. +SPDX-License-Identifier: APACHE-2.0 +*/}} + +{{- if .Values.core.pdb.create }} +apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} +kind: PodDisruptionBudget +metadata: + name: {{ include "harbor.core" . }} + namespace: {{ include "common.names.namespace" . | quote }} + {{- $versionLabel := dict "app.kubernetes.io/version" ( include "common.images.version" ( dict "imageRoot" .Values.core.image "chart" .Chart ) ) }} + {{- $labels := include "common.tplvalues.merge" ( dict "values" ( list .Values.commonLabels $versionLabel ) "context" . ) }} + labels: {{- include "common.labels.standard" ( dict "customLabels" $labels "context" $ ) | nindent 4 }} + app.kubernetes.io/component: core + {{- if .Values.commonAnnotations }} + annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }} + {{- end }} +spec: + {{- if .Values.core.pdb.minAvailable }} + minAvailable: {{ .Values.core.pdb.minAvailable }} + {{- end }} + {{- if or .Values.core.pdb.maxUnavailable ( not .Values.core.pdb.minAvailable ) }} + maxUnavailable: {{ .Values.core.pdb.maxUnavailable | default 1 }} + {{- end }} + {{- $podLabels := include "common.tplvalues.merge" ( dict "values" ( list .Values.core.podLabels .Values.commonLabels $versionLabel ) "context" . ) }} + selector: + matchLabels: {{- include "common.labels.matchLabels" ( dict "customLabels" $podLabels "context" $ ) | nindent 6 }} + app.kubernetes.io/component: core +{{- end }} diff --git a/bitnami/harbor/templates/exporter/exporter-pdb.yaml b/bitnami/harbor/templates/exporter/exporter-pdb.yaml new file mode 100644 index 00000000000000..38913beaf4f281 --- /dev/null +++ b/bitnami/harbor/templates/exporter/exporter-pdb.yaml @@ -0,0 +1,30 @@ +{{- /* +Copyright Broadcom, Inc. All Rights Reserved. +SPDX-License-Identifier: APACHE-2.0 +*/}} + +{{- if and .Values.metrics.enabled .Values.exporter.pdb.create }} +apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} +kind: PodDisruptionBudget +metadata: + name: {{ include "harbor.exporter" . }} + namespace: {{ include "common.names.namespace" . | quote }} + {{- $versionLabel := dict "app.kubernetes.io/version" ( include "common.images.version" ( dict "imageRoot" .Values.exporter.image "chart" .Chart ) ) }} + {{- $labels := include "common.tplvalues.merge" ( dict "values" ( list .Values.commonLabels $versionLabel ) "context" . ) }} + labels: {{- include "common.labels.standard" ( dict "customLabels" $labels "context" $ ) | nindent 4 }} + app.kubernetes.io/component: exporter + {{- if .Values.commonAnnotations }} + annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }} + {{- end }} +spec: + {{- if .Values.exporter.pdb.minAvailable }} + minAvailable: {{ .Values.exporter.pdb.minAvailable }} + {{- end }} + {{- if or .Values.exporter.pdb.maxUnavailable ( not .Values.exporter.pdb.minAvailable ) }} + maxUnavailable: {{ .Values.exporter.pdb.maxUnavailable | default 1 }} + {{- end }} + {{- $podLabels := include "common.tplvalues.merge" ( dict "values" ( list .Values.exporter.podLabels .Values.commonLabels $versionLabel ) "context" . ) }} + selector: + matchLabels: {{- include "common.labels.matchLabels" ( dict "customLabels" $podLabels "context" $ ) | nindent 6 }} + app.kubernetes.io/component: exporter +{{- end }} diff --git a/bitnami/harbor/templates/jobservice/jobservice-pdb.yaml b/bitnami/harbor/templates/jobservice/jobservice-pdb.yaml new file mode 100644 index 00000000000000..899f89a7b0850c --- /dev/null +++ b/bitnami/harbor/templates/jobservice/jobservice-pdb.yaml @@ -0,0 +1,30 @@ +{{- /* +Copyright Broadcom, Inc. All Rights Reserved. +SPDX-License-Identifier: APACHE-2.0 +*/}} + +{{- if .Values.jobservice.pdb.create }} +apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} +kind: PodDisruptionBudget +metadata: + name: {{ include "harbor.jobservice" . }} + namespace: {{ include "common.names.namespace" . | quote }} + {{- $versionLabel := dict "app.kubernetes.io/version" ( include "common.images.version" ( dict "imageRoot" .Values.jobservice.image "chart" .Chart ) ) }} + {{- $labels := include "common.tplvalues.merge" ( dict "values" ( list .Values.commonLabels $versionLabel ) "context" . ) }} + labels: {{- include "common.labels.standard" ( dict "customLabels" $labels "context" $ ) | nindent 4 }} + app.kubernetes.io/component: jobservice + {{- if .Values.commonAnnotations }} + annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }} + {{- end }} +spec: + {{- if .Values.jobservice.pdb.minAvailable }} + minAvailable: {{ .Values.jobservice.pdb.minAvailable }} + {{- end }} + {{- if or .Values.jobservice.pdb.maxUnavailable (not .Values.jobservice.pdb.minAvailable) }} + maxUnavailable: {{ .Values.jobservice.pdb.maxUnavailable | default 1 }} + {{- end }} + {{- $podLabels := include "common.tplvalues.merge" ( dict "values" ( list .Values.jobservice.podLabels .Values.commonLabels $versionLabel ) "context" . ) }} + selector: + matchLabels: {{- include "common.labels.matchLabels" ( dict "customLabels" $podLabels "context" $ ) | nindent 6 }} + app.kubernetes.io/component: jobservice +{{- end }} diff --git a/bitnami/harbor/templates/nginx/pdb.yaml b/bitnami/harbor/templates/nginx/pdb.yaml new file mode 100644 index 00000000000000..a6d88b7c26f508 --- /dev/null +++ b/bitnami/harbor/templates/nginx/pdb.yaml @@ -0,0 +1,30 @@ +{{- /* +Copyright Broadcom, Inc. All Rights Reserved. +SPDX-License-Identifier: APACHE-2.0 +*/}} + +{{- if and ( eq .Values.exposureType "proxy" ) .Values.nginx.pdb.create }} +apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} +kind: PodDisruptionBudget +metadata: + name: {{ include "harbor.nginx" . }} + namespace: {{ include "common.names.namespace" . | quote }} + {{- $versionLabel := dict "app.kubernetes.io/version" ( include "common.images.version" ( dict "imageRoot" .Values.nginx.image "chart" .Chart ) ) }} + {{- $labels := include "common.tplvalues.merge" ( dict "values" ( list .Values.commonLabels $versionLabel ) "context" . ) }} + labels: {{- include "common.labels.standard" ( dict "customLabels" $labels "context" $ ) | nindent 4 }} + app.kubernetes.io/component: nginx + {{- if .Values.commonAnnotations }} + annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }} + {{- end }} +spec: + {{- if .Values.nginx.pdb.minAvailable }} + minAvailable: {{ .Values.nginx.pdb.minAvailable }} + {{- end }} + {{- if or .Values.nginx.pdb.maxUnavailable (not .Values.nginx.pdb.minAvailable) }} + maxUnavailable: {{ .Values.nginx.pdb.maxUnavailable | default 1 }} + {{- end }} + {{- $podLabels := include "common.tplvalues.merge" ( dict "values" ( list .Values.nginx.podLabels .Values.commonLabels $versionLabel ) "context" . ) }} + selector: + matchLabels: {{- include "common.labels.matchLabels" ( dict "customLabels" $podLabels "context" $ ) | nindent 6 }} + app.kubernetes.io/component: nginx +{{- end }} diff --git a/bitnami/harbor/templates/portal/portal-pdb.yaml b/bitnami/harbor/templates/portal/portal-pdb.yaml new file mode 100644 index 00000000000000..3dab21d8cb15ae --- /dev/null +++ b/bitnami/harbor/templates/portal/portal-pdb.yaml @@ -0,0 +1,30 @@ +{{- /* +Copyright Broadcom, Inc. All Rights Reserved. +SPDX-License-Identifier: APACHE-2.0 +*/}} + +{{- if .Values.portal.pdb.create }} +apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} +kind: PodDisruptionBudget +metadata: + name: {{ include "harbor.portal" . }} + namespace: {{ include "common.names.namespace" . | quote }} + {{- $versionLabel := dict "app.kubernetes.io/version" ( include "common.images.version" ( dict "imageRoot" .Values.portal.image "chart" .Chart ) ) }} + {{- $labels := include "common.tplvalues.merge" ( dict "values" ( list .Values.commonLabels $versionLabel ) "context" . ) }} + labels: {{- include "common.labels.standard" ( dict "customLabels" $labels "context" $ ) | nindent 4 }} + app.kubernetes.io/component: portal + {{- if .Values.commonAnnotations }} + annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }} + {{- end }} +spec: + {{- if .Values.portal.pdb.minAvailable }} + minAvailable: {{ .Values.portal.pdb.minAvailable }} + {{- end }} + {{- if or .Values.portal.pdb.maxUnavailable (not .Values.portal.pdb.minAvailable) }} + maxUnavailable: {{ .Values.portal.pdb.maxUnavailable | default 1 }} + {{- end }} + {{- $podLabels := include "common.tplvalues.merge" ( dict "values" ( list .Values.portal.podLabels .Values.commonLabels $versionLabel ) "context" . ) }} + selector: + matchLabels: {{- include "common.labels.matchLabels" ( dict "customLabels" $podLabels "context" $ ) | nindent 6 }} + app.kubernetes.io/component: portal +{{- end }} diff --git a/bitnami/harbor/templates/registry/registry-pdb.yaml b/bitnami/harbor/templates/registry/registry-pdb.yaml new file mode 100644 index 00000000000000..f66789318763fe --- /dev/null +++ b/bitnami/harbor/templates/registry/registry-pdb.yaml @@ -0,0 +1,30 @@ +{{- /* +Copyright Broadcom, Inc. All Rights Reserved. +SPDX-License-Identifier: APACHE-2.0 +*/}} + +{{- if .Values.registry.pdb.create }} +apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} +kind: PodDisruptionBudget +metadata: + name: {{ include "harbor.registry" . }} + namespace: {{ include "common.names.namespace" . | quote }} + {{- $versionLabel := dict "app.kubernetes.io/version" ( include "common.images.version" ( dict "imageRoot" .Values.registry.server.image "chart" .Chart ) ) }} + {{- $labels := include "common.tplvalues.merge" ( dict "values" ( list .Values.commonLabels $versionLabel ) "context" . ) }} + labels: {{- include "common.labels.standard" ( dict "customLabels" $labels "context" $ ) | nindent 4 }} + app.kubernetes.io/component: registry + {{- if .Values.commonAnnotations }} + annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }} + {{- end }} +spec: + {{- if .Values.registry.pdb.minAvailable }} + minAvailable: {{ .Values.registry.pdb.minAvailable }} + {{- end }} + {{- if or .Values.registry.pdb.maxUnavailable (not .Values.registry.pdb.minAvailable) }} + maxUnavailable: {{ .Values.registry.pdb.maxUnavailable | default 1 }} + {{- end }} + {{- $podLabels := include "common.tplvalues.merge" ( dict "values" ( list .Values.registry.podLabels .Values.commonLabels $versionLabel ) "context" . ) }} + selector: + matchLabels: {{- include "common.labels.matchLabels" ( dict "customLabels" $podLabels "context" $ ) | nindent 6 }} + app.kubernetes.io/component: registry +{{- end }} diff --git a/bitnami/harbor/templates/trivy/trivy-pdb.yaml b/bitnami/harbor/templates/trivy/trivy-pdb.yaml new file mode 100644 index 00000000000000..5b6f87d4dcd47f --- /dev/null +++ b/bitnami/harbor/templates/trivy/trivy-pdb.yaml @@ -0,0 +1,30 @@ +{{- /* +Copyright Broadcom, Inc. All Rights Reserved. +SPDX-License-Identifier: APACHE-2.0 +*/}} + +{{- if and .Values.trivy.enabled .Values.trivy.pdb.create }} +apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} +kind: PodDisruptionBudget +metadata: + name: {{ include "harbor.trivy" . }} + namespace: {{ include "common.names.namespace" . | quote }} + {{- $versionLabel := dict "app.kubernetes.io/version" ( include "common.images.version" ( dict "imageRoot" .Values.trivy.image "chart" .Chart ) ) }} + {{- $labels := include "common.tplvalues.merge" ( dict "values" ( list .Values.commonLabels $versionLabel ) "context" . ) }} + labels: {{- include "common.labels.standard" ( dict "customLabels" $labels "context" $ ) | nindent 4 }} + app.kubernetes.io/component: trivy + {{- if .Values.commonAnnotations }} + annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }} + {{- end }} +spec: + {{- if .Values.trivy.pdb.minAvailable }} + minAvailable: {{ .Values.trivy.pdb.minAvailable }} + {{- end }} + {{- if or .Values.trivy.pdb.maxUnavailable (not .Values.trivy.pdb.minAvailable) }} + maxUnavailable: {{ .Values.trivy.pdb.maxUnavailable | default 1 }} + {{- end }} + {{- $podLabels := include "common.tplvalues.merge" ( dict "values" ( list .Values.trivy.podLabels .Values.commonLabels $versionLabel ) "context" .) }} + selector: + matchLabels: {{- include "common.labels.matchLabels" ( dict "customLabels" $podLabels "context" $ ) | nindent 6 }} + app.kubernetes.io/component: trivy +{{- end }} diff --git a/bitnami/harbor/values.yaml b/bitnami/harbor/values.yaml index cd12d812af6746..43094438bf51ae 100644 --- a/bitnami/harbor/values.yaml +++ b/bitnami/harbor/values.yaml @@ -930,6 +930,16 @@ nginx: ## containerPort: 1234 ## initContainers: [] + ## Pod Disruption Budget configuration + ## ref: https://kubernetes.io/docs/tasks/run-application/configure-pdb + ## @param nginx.pdb.create Enable/disable a Pod Disruption Budget creation + ## @param nginx.pdb.minAvailable Minimum number/percentage of pods that should remain scheduled + ## @param nginx.pdb.maxUnavailable Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `nginx.pdb.minAvailable` and `nginx.pdb.maxUnavailable` are empty. + ## + pdb: + create: true + minAvailable: "" + maxUnavailable: "" ## @param nginx.extraVolumeMounts Optionally specify extra list of additional volumeMounts for the NGINX pods ## extraVolumeMounts: [] @@ -1262,6 +1272,16 @@ portal: ## containerPort: 1234 ## initContainers: [] + ## Pod Disruption Budget configuration + ## ref: https://kubernetes.io/docs/tasks/run-application/configure-pdb + ## @param portal.pdb.create Enable/disable a Pod Disruption Budget creation + ## @param portal.pdb.minAvailable Minimum number/percentage of pods that should remain scheduled + ## @param portal.pdb.maxUnavailable Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `portal.pdb.minAvailable` and `portal.pdb.maxUnavailable` are empty. + ## + pdb: + create: true + minAvailable: "" + maxUnavailable: "" ## @param portal.extraVolumeMounts Optionally specify extra list of additional volumeMounts for the Harbor Portal pods ## extraVolumeMounts: [] @@ -1667,6 +1687,16 @@ core: ## containerPort: 1234 ## initContainers: [] + ## Pod Disruption Budget configuration + ## ref: https://kubernetes.io/docs/tasks/run-application/configure-pdb + ## @param core.pdb.create Enable/disable a Pod Disruption Budget creation + ## @param core.pdb.minAvailable Minimum number/percentage of pods that should remain scheduled + ## @param core.pdb.maxUnavailable Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `core.pdb.minAvailable` and `core.pdb.maxUnavailable` are empty. + ## + pdb: + create: true + minAvailable: "" + maxUnavailable: "" ## @param core.extraVolumeMounts Optionally specify extra list of additional volumeMounts for the Harbor Core pods ## extraVolumeMounts: [] @@ -2044,6 +2074,16 @@ jobservice: ## containerPort: 1234 ## initContainers: [] + ## Pod Disruption Budget configuration + ## ref: https://kubernetes.io/docs/tasks/run-application/configure-pdb + ## @param jobservice.pdb.create Enable/disable a Pod Disruption Budget creation + ## @param jobservice.pdb.minAvailable Minimum number/percentage of pods that should remain scheduled + ## @param jobservice.pdb.maxUnavailable Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `jobservice.pdb.minAvailable` and `jobservice.pdb.maxUnavailable` are empty. + ## + pdb: + create: true + minAvailable: "" + maxUnavailable: "" ## @param jobservice.extraVolumeMounts Optionally specify extra list of additional volumeMounts for the Harbor Jobservice pods ## extraVolumeMounts: [] @@ -2295,6 +2335,16 @@ registry: ## containerPort: 1234 ## initContainers: [] + ## Pod Disruption Budget configuration + ## ref: https://kubernetes.io/docs/tasks/run-application/configure-pdb + ## @param registry.pdb.create Enable/disable a Pod Disruption Budget creation + ## @param registry.pdb.minAvailable Minimum number/percentage of pods that should remain scheduled + ## @param registry.pdb.maxUnavailable Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `registry.pdb.minAvailable` and `registry.pdb.maxUnavailable` are empty. + ## + pdb: + create: true + minAvailable: "" + maxUnavailable: "" ## @param registry.extraVolumes Optionally specify extra list of additional volumes for the Harbor Registry pods ## extraVolumes: [] @@ -3020,6 +3070,16 @@ trivy: ## containerPort: 1234 ## initContainers: [] + ## Pod Disruption Budget configuration + ## ref: https://kubernetes.io/docs/tasks/run-application/configure-pdb + ## @param trivy.pdb.create Enable/disable a Pod Disruption Budget creation + ## @param trivy.pdb.minAvailable Minimum number/percentage of pods that should remain scheduled + ## @param trivy.pdb.maxUnavailable Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `trivy.pdb.minAvailable` and `trivy.pdb.maxUnavailable` are empty. + ## + pdb: + create: true + minAvailable: "" + maxUnavailable: "" ## @param trivy.extraVolumeMounts Optionally specify extra list of additional volumeMounts for the Trivy pods ## extraVolumeMounts: [] @@ -3347,6 +3407,16 @@ exporter: ## @param exporter.initContainers Add additional init containers to the pod (evaluated as a template) ## initContainers: [] + ## Pod Disruption Budget configuration + ## ref: https://kubernetes.io/docs/tasks/run-application/configure-pdb + ## @param exporter.pdb.create Enable/disable a Pod Disruption Budget creation + ## @param exporter.pdb.minAvailable Minimum number/percentage of pods that should remain scheduled + ## @param exporter.pdb.maxUnavailable Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `exporter.pdb.minAvailable` and `exporter.pdb.maxUnavailable` are empty. + ## + pdb: + create: true + minAvailable: "" + maxUnavailable: "" ## @param exporter.extraVolumeMounts ## extraVolumeMounts: [] From 243446bda632a237f6133112fdd492e0d1b9ca01 Mon Sep 17 00:00:00 2001 From: Miguel Ruiz Date: Wed, 29 May 2024 16:17:48 +0200 Subject: [PATCH 091/110] [bitnami/apache] Fix htdocs with readOnlyRootFilesystem (#26304) * [bitnami/apache] Fix htdocs with readOnlyRootFilesystem Signed-off-by: Miguel Ruiz * Update CHANGELOG.md Signed-off-by: Bitnami Containers --------- Signed-off-by: Miguel Ruiz Signed-off-by: Bitnami Containers Co-authored-by: Bitnami Containers --- bitnami/apache/CHANGELOG.md | 1231 ++++++++++++++++++++++ bitnami/apache/Chart.yaml | 2 +- bitnami/apache/templates/deployment.yaml | 2 +- 3 files changed, 1233 insertions(+), 2 deletions(-) create mode 100644 bitnami/apache/CHANGELOG.md diff --git a/bitnami/apache/CHANGELOG.md b/bitnami/apache/CHANGELOG.md new file mode 100644 index 00000000000000..52700d23a70fd2 --- /dev/null +++ b/bitnami/apache/CHANGELOG.md @@ -0,0 +1,1231 @@ +# Changelog + +## 11.1.1 (2024-05-21) + +* [bitnami/apache] Fix htdocs with readOnlyRootFilesystem ([#26304](https://github.com/bitnami/charts/pulls/26304)) + +## 11.0.6 (2024-05-17) + +* [bitnami/apache] Release 11.0.6 updating components versions (#25997) ([8df9c0d](https://github.com/bitnami/charts/commit/8df9c0d)), closes [#25997](https://github.com/bitnami/charts/issues/25997) + +## 11.0.5 (2024-05-15) + +* [bitnami/apache] Reverts #25862 (#25924) ([57341b4](https://github.com/bitnami/charts/commit/57341b4)), closes [#25862](https://github.com/bitnami/charts/issues/25862) [#25924](https://github.com/bitnami/charts/issues/25924) + +## 11.0.4 (2024-05-15) + +* [bitnami/apache] PDB review (#25862) ([aa65e09](https://github.com/bitnami/charts/commit/aa65e09)), closes [#25862](https://github.com/bitnami/charts/issues/25862) + +## 11.0.3 (2024-05-13) + +* [bitnami/*] Change non-root and rolling-tags doc URLs (#25628) ([b067c94](https://github.com/bitnami/charts/commit/b067c94)), closes [#25628](https://github.com/bitnami/charts/issues/25628) +* [bitnami/*] Set new header/owner (#25558) ([8d1dc11](https://github.com/bitnami/charts/commit/8d1dc11)), closes [#25558](https://github.com/bitnami/charts/issues/25558) +* [bitnami/apache] Release 11.0.3 updating components versions (#25742) ([8c4205a](https://github.com/bitnami/charts/commit/8c4205a)), closes [#25742](https://github.com/bitnami/charts/issues/25742) +* [bitnami/multiple charts] Fix typo: "NetworkPolice" vs "NetworkPolicy" (#25348) ([6970c1b](https://github.com/bitnami/charts/commit/6970c1b)), closes [#25348](https://github.com/bitnami/charts/issues/25348) +* Replace VMware by Broadcom copyright text (#25306) ([a5e4bd0](https://github.com/bitnami/charts/commit/a5e4bd0)), closes [#25306](https://github.com/bitnami/charts/issues/25306) + +## 11.0.2 (2024-04-05) + +* [bitnami/apache] Release 11.0.2 updating components versions (#24964) ([b9d9c34](https://github.com/bitnami/charts/commit/b9d9c34)), closes [#24964](https://github.com/bitnami/charts/issues/24964) + +## 11.0.1 (2024-04-04) + +* [bitnami/*] Readme typos (#24852) ([532fcdc](https://github.com/bitnami/charts/commit/532fcdc)), closes [#24852](https://github.com/bitnami/charts/issues/24852) +* [bitnami/apache] Release 11.0.1 updating components versions (#24897) ([d5ce536](https://github.com/bitnami/charts/commit/d5ce536)), closes [#24897](https://github.com/bitnami/charts/issues/24897) +* Update resourcesPreset comments (#24467) ([92e3e8a](https://github.com/bitnami/charts/commit/92e3e8a)), closes [#24467](https://github.com/bitnami/charts/issues/24467) + +## 11.0.0 (2024-03-18) + +* [bitnami/*] Reorder Chart sections (#24455) ([0cf4048](https://github.com/bitnami/charts/commit/0cf4048)), closes [#24455](https://github.com/bitnami/charts/issues/24455) +* [bitnami/apache] feat!: :lock: :boom: Improve security defaults (#24272) ([e1cac49](https://github.com/bitnami/charts/commit/e1cac49)), closes [#24272](https://github.com/bitnami/charts/issues/24272) + +## 10.9.2 (2024-03-15) + +* [bitnami/apache] Set /app as safe directory when enabling gitSync (#24261) ([8f32ce1](https://github.com/bitnami/charts/commit/8f32ce1)), closes [#24261](https://github.com/bitnami/charts/issues/24261) + +## 10.9.1 (2024-03-08) + +* [bitnami/apache] Release 10.9.1 updating components versions (#24287) ([774d324](https://github.com/bitnami/charts/commit/774d324)), closes [#24287](https://github.com/bitnami/charts/issues/24287) + +## 10.9.0 (2024-03-08) + +* [bitnami/apache] feat: :sparkles: :lock: Add networkPolicy (#24254) ([8c20107](https://github.com/bitnami/charts/commit/8c20107)), closes [#24254](https://github.com/bitnami/charts/issues/24254) + +## 10.8.0 (2024-03-06) + +* [bitnami/apache] feat: :sparkles: :lock: Add readOnlyRootFilesystem support (#24032) ([6b08891](https://github.com/bitnami/charts/commit/6b08891)), closes [#24032](https://github.com/bitnami/charts/issues/24032) + +## 10.7.0 (2024-03-05) + +* [bitnami/apache] feat: :sparkles: :lock: Add automatic adaptation for Openshift restricted-v2 SCC (# ([7db9c2e](https://github.com/bitnami/charts/commit/7db9c2e)), closes [#24059](https://github.com/bitnami/charts/issues/24059) + +## 10.6.2 (2024-02-21) + +* [bitnami/apache] Release 10.6.2 updating components versions (#23737) ([4838d00](https://github.com/bitnami/charts/commit/4838d00)), closes [#23737](https://github.com/bitnami/charts/issues/23737) + +## 10.6.1 (2024-02-21) + +* [bitnami/apache] feat: :sparkles: :lock: Add resource preset support (#23428) ([6eb5a56](https://github.com/bitnami/charts/commit/6eb5a56)), closes [#23428](https://github.com/bitnami/charts/issues/23428) +* [bitnami/apache] Release 10.6.1 updating components versions (#23625) ([96b397b](https://github.com/bitnami/charts/commit/96b397b)), closes [#23625](https://github.com/bitnami/charts/issues/23625) + +## 10.6.0 (2024-02-20) + +* [bitnami/*] Bump all versions (#23602) ([b70ee2a](https://github.com/bitnami/charts/commit/b70ee2a)), closes [#23602](https://github.com/bitnami/charts/issues/23602) + +## 10.5.4 (2024-02-02) + +* [bitnami/apache] Release 10.5.4 updating components versions (#23055) ([ed5a617](https://github.com/bitnami/charts/commit/ed5a617)), closes [#23055](https://github.com/bitnami/charts/issues/23055) + +## 10.5.3 (2024-02-01) + +* [bitnami/apache] Release 10.5.3 updating components versions (#23003) ([7b8e581](https://github.com/bitnami/charts/commit/7b8e581)), closes [#23003](https://github.com/bitnami/charts/issues/23003) + +## 10.5.2 (2024-01-29) + +* [bitnami/apache] Release 10.5.2 updating components versions (#22812) ([5fc5a38](https://github.com/bitnami/charts/commit/5fc5a38)), closes [#22812](https://github.com/bitnami/charts/issues/22812) + +## 10.5.1 (2024-01-26) + +* [bitnami/apache] Release 10.5.1 updating components versions (#22764) ([02dd8d4](https://github.com/bitnami/charts/commit/02dd8d4)), closes [#22764](https://github.com/bitnami/charts/issues/22764) + +## 10.5.0 (2024-01-24) + +* [bitnami/*] Move documentation sections from docs.bitnami.com back to the README (#22203) ([7564f36](https://github.com/bitnami/charts/commit/7564f36)), closes [#22203](https://github.com/bitnami/charts/issues/22203) +* [bitnami/apache] Revert Network Policies (#22688) ([ca419fa](https://github.com/bitnami/charts/commit/ca419fa)), closes [#22688](https://github.com/bitnami/charts/issues/22688) + +## 10.4.2 (2024-01-24) + +* [bitnami/apache] fix: :bug: Set seLinuxOptions to null for Openshift compatibility (#22566) ([4ba97ba](https://github.com/bitnami/charts/commit/4ba97ba)), closes [#22566](https://github.com/bitnami/charts/issues/22566) + +## 10.4.1 (2024-01-22) + +* [bitnami/apache] Release 10.4.1 updating components versions (#22543) ([ca4068f](https://github.com/bitnami/charts/commit/ca4068f)), closes [#22543](https://github.com/bitnami/charts/issues/22543) + +## 10.4.0 (2024-01-19) + +* [bitnami/apache] fix: :lock: Move service-account token auto-mount to pod declaration (#22478) ([f824fb5](https://github.com/bitnami/charts/commit/f824fb5)), closes [#22478](https://github.com/bitnami/charts/issues/22478) + +## 10.3.1 (2024-01-17) + +* [bitnami/apache] fix: :lock: Improve podSecurityContext and containerSecurityContext with essential ([4526f8d](https://github.com/bitnami/charts/commit/4526f8d)), closes [#22097](https://github.com/bitnami/charts/issues/22097) +* [bitnami/apache] Release 10.3.1 updating components versions (#22257) ([eedc50b](https://github.com/bitnami/charts/commit/eedc50b)), closes [#22257](https://github.com/bitnami/charts/issues/22257) + +## 10.3.0 (2024-01-16) + +* [bitnami/apache] Add Network Policies (#22094) ([0dc5ba7](https://github.com/bitnami/charts/commit/0dc5ba7)), closes [#22094](https://github.com/bitnami/charts/issues/22094) + +## 10.2.5 (2024-01-16) + +* [bitnami/*] Fix docs.bitnami.com broken links (#21901) ([f35506d](https://github.com/bitnami/charts/commit/f35506d)), closes [#21901](https://github.com/bitnami/charts/issues/21901) +* [bitnami/*] Fix ref links (in comments) (#21822) ([e4fa296](https://github.com/bitnami/charts/commit/e4fa296)), closes [#21822](https://github.com/bitnami/charts/issues/21822) +* [bitnami/*] Update copyright: Year and company (#21815) ([6c4bf75](https://github.com/bitnami/charts/commit/6c4bf75)), closes [#21815](https://github.com/bitnami/charts/issues/21815) +* [bitnami/apache] Release 10.2.5 updating components versions (#22220) ([b01e121](https://github.com/bitnami/charts/commit/b01e121)), closes [#22220](https://github.com/bitnami/charts/issues/22220) + +## 10.2.4 (2023-12-07) + +* [bitnami/apache] Release 10.2.4 updating components versions (#21449) ([dfb25ce](https://github.com/bitnami/charts/commit/dfb25ce)), closes [#21449](https://github.com/bitnami/charts/issues/21449) + +## 10.2.3 (2023-11-21) + +* [bitnami/*] Remove relative links to non-README sections, add verification for that and update TL;DR ([1103633](https://github.com/bitnami/charts/commit/1103633)), closes [#20967](https://github.com/bitnami/charts/issues/20967) +* [bitnami/*] Rename solutions to "Bitnami package for ..." (#21038) ([b82f979](https://github.com/bitnami/charts/commit/b82f979)), closes [#21038](https://github.com/bitnami/charts/issues/21038) +* [bitnami/apache] Release 10.2.3 updating components versions (#21096) ([194ddc0](https://github.com/bitnami/charts/commit/194ddc0)), closes [#21096](https://github.com/bitnami/charts/issues/21096) + +## 10.2.2 (2023-11-16) + +* [bitnami/apache] Release 10.2.2 updating components versions (#21005) ([05ab715](https://github.com/bitnami/charts/commit/05ab715)), closes [#21005](https://github.com/bitnami/charts/issues/21005) + +## 10.2.1 (2023-11-08) + +* [bitnami/apache] Release 10.2.1 updating components versions (#20717) ([600fbbb](https://github.com/bitnami/charts/commit/600fbbb)), closes [#20717](https://github.com/bitnami/charts/issues/20717) + +## 10.2.0 (2023-10-25) + +* [bitnami/*] Rename VMware Application Catalog (#20361) ([3acc734](https://github.com/bitnami/charts/commit/3acc734)), closes [#20361](https://github.com/bitnami/charts/issues/20361) +* [bitnami/*] Skip image's tag in the README files of the Bitnami Charts (#19841) ([bb9a01b](https://github.com/bitnami/charts/commit/bb9a01b)), closes [#19841](https://github.com/bitnami/charts/issues/19841) +* [bitnami/*] Standardize documentation (#19835) ([af5f753](https://github.com/bitnami/charts/commit/af5f753)), closes [#19835](https://github.com/bitnami/charts/issues/19835) +* [bitnami/apache] feat: :sparkles: Add support for PSA restricted policy (#20379) ([3ba463c](https://github.com/bitnami/charts/commit/3ba463c)), closes [#20379](https://github.com/bitnami/charts/issues/20379) + +## 10.1.6 (2023-10-19) + +* [bitnami/apache] Release 10.1.6 (#20325) ([4a09e87](https://github.com/bitnami/charts/commit/4a09e87)), closes [#20325](https://github.com/bitnami/charts/issues/20325) + +## 10.1.5 (2023-10-12) + +* [bitnami/apache] Release 10.1.5 (#20125) ([4786060](https://github.com/bitnami/charts/commit/4786060)), closes [#20125](https://github.com/bitnami/charts/issues/20125) + +## 10.1.4 (2023-10-08) + +* [bitnami/*] Update Helm charts prerequisites (#19745) ([eb755dd](https://github.com/bitnami/charts/commit/eb755dd)), closes [#19745](https://github.com/bitnami/charts/issues/19745) +* [bitnami/apache] bump bitnami/common (#19777) ([9a1316e](https://github.com/bitnami/charts/commit/9a1316e)), closes [#19777](https://github.com/bitnami/charts/issues/19777) + +## 10.1.3 (2023-10-04) + +* [bitnami/apache] Release 10.1.3 (#19747) ([7055354](https://github.com/bitnami/charts/commit/7055354)), closes [#19747](https://github.com/bitnami/charts/issues/19747) +* Revert "Autogenerate schema files (#19194)" (#19335) ([73d80be](https://github.com/bitnami/charts/commit/73d80be)), closes [#19194](https://github.com/bitnami/charts/issues/19194) [#19335](https://github.com/bitnami/charts/issues/19335) + +## 10.1.2 (2023-09-18) + +* [bitnami/apache] Release 10.1.2 (#19332) ([13b5c01](https://github.com/bitnami/charts/commit/13b5c01)), closes [#19332](https://github.com/bitnami/charts/issues/19332) +* Autogenerate schema files (#19194) ([a2c2090](https://github.com/bitnami/charts/commit/a2c2090)), closes [#19194](https://github.com/bitnami/charts/issues/19194) + +## 10.1.1 (2023-09-08) + +* [bitnami/apache]: Use merge helper (#19019) ([72bd511](https://github.com/bitnami/charts/commit/72bd511)), closes [#19019](https://github.com/bitnami/charts/issues/19019) + +## 10.1.0 (2023-08-22) + +* [bitnami/apache] Support for customizing standard labels (#18291) ([8192243](https://github.com/bitnami/charts/commit/8192243)), closes [#18291](https://github.com/bitnami/charts/issues/18291) + +## 10.0.5 (2023-08-19) + +* [bitnami/apache] Release 10.0.5 (#18643) ([09d8bdf](https://github.com/bitnami/charts/commit/09d8bdf)), closes [#18643](https://github.com/bitnami/charts/issues/18643) + +## 10.0.4 (2023-08-17) + +* [bitnami/apache] Release 10.0.4 (#18496) ([5a185d9](https://github.com/bitnami/charts/commit/5a185d9)), closes [#18496](https://github.com/bitnami/charts/issues/18496) + +## 10.0.3 (2023-08-03) + +* [bitnami/apache] Release 10.0.3 (#18156) ([121964f](https://github.com/bitnami/charts/commit/121964f)), closes [#18156](https://github.com/bitnami/charts/issues/18156) + +## 10.0.2 (2023-07-25) + +* [bitnami/apache] Release 10.0.2 (#17910) ([dc65b4b](https://github.com/bitnami/charts/commit/dc65b4b)), closes [#17910](https://github.com/bitnami/charts/issues/17910) + +## 10.0.1 (2023-07-25) + +* [bitnami/apache] Release 10.0.1 (#17854) ([7e44efb](https://github.com/bitnami/charts/commit/7e44efb)), closes [#17854](https://github.com/bitnami/charts/issues/17854) + +## 10.0.0 (2023-07-18) + +* [bitnami/apache] Rewrite Ingress TLS logic (#17124) ([8d539d5](https://github.com/bitnami/charts/commit/8d539d5)), closes [#17124](https://github.com/bitnami/charts/issues/17124) + +## 9.6.5 (2023-07-15) + +* [bitnami/apache] Release 9.6.5 (#17636) ([c6410bc](https://github.com/bitnami/charts/commit/c6410bc)), closes [#17636](https://github.com/bitnami/charts/issues/17636) + +## 9.6.4 (2023-07-06) + +* [bitnami/apache] Release 9.6.4 (#17508) ([39b01eb](https://github.com/bitnami/charts/commit/39b01eb)), closes [#17508](https://github.com/bitnami/charts/issues/17508) +* Add copyright header (#17300) ([da68be8](https://github.com/bitnami/charts/commit/da68be8)), closes [#17300](https://github.com/bitnami/charts/issues/17300) +* Update charts readme (#17217) ([31b3c0a](https://github.com/bitnami/charts/commit/31b3c0a)), closes [#17217](https://github.com/bitnami/charts/issues/17217) + +## 9.6.3 (2023-06-06) + +* [bitnami/*] Change copyright section in READMEs (#17006) ([ef986a1](https://github.com/bitnami/charts/commit/ef986a1)), closes [#17006](https://github.com/bitnami/charts/issues/17006) +* [bitnami/apache] Release 9.6.3 (#17045) ([5386aab](https://github.com/bitnami/charts/commit/5386aab)), closes [#17045](https://github.com/bitnami/charts/issues/17045) +* [bitnami/several] Change copyright section in READMEs (#16989) ([5b6a5cf](https://github.com/bitnami/charts/commit/5b6a5cf)), closes [#16989](https://github.com/bitnami/charts/issues/16989) + +## 9.6.2 (2023-05-26) + +* [bitnami/apache] Release 9.6.2 (#16931) ([ffc96e0](https://github.com/bitnami/charts/commit/ffc96e0)), closes [#16931](https://github.com/bitnami/charts/issues/16931) + +## 9.6.1 (2023-05-21) + +* [bitnami/apache] Release 9.6.1 (#16753) ([5540bd7](https://github.com/bitnami/charts/commit/5540bd7)), closes [#16753](https://github.com/bitnami/charts/issues/16753) +* Add wording for enterprise page (#16560) ([8f22774](https://github.com/bitnami/charts/commit/8f22774)), closes [#16560](https://github.com/bitnami/charts/issues/16560) + +## 9.6.0 (2023-05-09) + +* [bitnami/several] Adapt Chart.yaml to set desired OCI annotations (#16546) ([fc9b18f](https://github.com/bitnami/charts/commit/fc9b18f)), closes [#16546](https://github.com/bitnami/charts/issues/16546) + +## 9.5.3 (2023-05-09) + +* [bitnami/apache] Release 9.5.3 (#16447) ([86f1ba7](https://github.com/bitnami/charts/commit/86f1ba7)), closes [#16447](https://github.com/bitnami/charts/issues/16447) + +## 9.5.2 (2023-04-26) + +* [bitnami/apache] Release 9.5.2 (#16238) ([c1bb725](https://github.com/bitnami/charts/commit/c1bb725)), closes [#16238](https://github.com/bitnami/charts/issues/16238) + +## 9.5.1 (2023-04-25) + +* [bitnami/apache] Release 9.5.1 (#16216) ([eb51484](https://github.com/bitnami/charts/commit/eb51484)), closes [#16216](https://github.com/bitnami/charts/issues/16216) + +## 9.5.0 (2023-04-25) + +* [bitnami/several] Revert changes done by mistake in Chart.yaml repo (#16211) ([3a60f4b](https://github.com/bitnami/charts/commit/3a60f4b)), closes [#16211](https://github.com/bitnami/charts/issues/16211) + +## 9.4.1 (2023-04-20) + +* [bitnami/apache] Release 9.4.1 (#16140) ([09cbc73](https://github.com/bitnami/charts/commit/09cbc73)), closes [#16140](https://github.com/bitnami/charts/issues/16140) + +## 9.4.0 (2023-04-20) + +* [bitnami/*] Make Helm charts 100% OCI (#15998) ([8841510](https://github.com/bitnami/charts/commit/8841510)), closes [#15998](https://github.com/bitnami/charts/issues/15998) + +## 9.3.3 (2023-04-17) + +* [bitnami/apache] Release 9.3.3 (#16100) ([01a3ba1](https://github.com/bitnami/charts/commit/01a3ba1)), closes [#16100](https://github.com/bitnami/charts/issues/16100) + +## 9.3.2 (2023-04-14) + +* [bitnami/apache] Release 9.3.2 (#16070) ([34be12a](https://github.com/bitnami/charts/commit/34be12a)), closes [#16070](https://github.com/bitnami/charts/issues/16070) + +## 9.3.1 (2023-04-13) + +* [bitnami/apache] Release 9.3.1 (#16041) ([7424cd8](https://github.com/bitnami/charts/commit/7424cd8)), closes [#16041](https://github.com/bitnami/charts/issues/16041) + +## 9.3.0 (2023-04-12) + +* [bitnami/apache] Allow setting deployment's revisionHistoryLimit (#16016) ([8527652](https://github.com/bitnami/charts/commit/8527652)), closes [#16016](https://github.com/bitnami/charts/issues/16016) + +## 9.2.23 (2023-04-06) + +* [bitnami/apache] Release 9.2.23 (#15985) ([57ddf9d](https://github.com/bitnami/charts/commit/57ddf9d)), closes [#15985](https://github.com/bitnami/charts/issues/15985) + +## 9.2.22 (2023-04-05) + +* [bitnami/apache] Release 9.2.22 (#15971) ([df2b151](https://github.com/bitnami/charts/commit/df2b151)), closes [#15971](https://github.com/bitnami/charts/issues/15971) + +## 9.2.21 (2023-04-01) + +* [bitnami/apache] Release 9.2.21 (#15838) ([f16ff92](https://github.com/bitnami/charts/commit/f16ff92)), closes [#15838](https://github.com/bitnami/charts/issues/15838) + +## 9.2.20 (2023-03-30) + +* [bitnami/apache] Release 9.2.20 (#15813) ([c59ca8d](https://github.com/bitnami/charts/commit/c59ca8d)), closes [#15813](https://github.com/bitnami/charts/issues/15813) + +## 9.2.19 (2023-03-18) + +* [bitnami/apache] Release 9.2.19 (#15554) ([c0aadff](https://github.com/bitnami/charts/commit/c0aadff)), closes [#15554](https://github.com/bitnami/charts/issues/15554) + +## 9.2.18 (2023-03-08) + +* [bitnami/apache] Release 9.2.18 (#15368) ([bf17cb7](https://github.com/bitnami/charts/commit/bf17cb7)), closes [#15368](https://github.com/bitnami/charts/issues/15368) +* [bitnami/charts] Apply linter to README files (#15357) ([0e29e60](https://github.com/bitnami/charts/commit/0e29e60)), closes [#15357](https://github.com/bitnami/charts/issues/15357) + +## 9.2.17 (2023-03-01) + +* [bitnami/apache] Release 9.2.17 (#15190) ([d24edc3](https://github.com/bitnami/charts/commit/d24edc3)), closes [#15190](https://github.com/bitnami/charts/issues/15190) + +## 9.2.16 (2023-02-17) + +* [bitnami/*] Fix markdown linter issues (#14874) ([a51e0e8](https://github.com/bitnami/charts/commit/a51e0e8)), closes [#14874](https://github.com/bitnami/charts/issues/14874) +* [bitnami/*] Fix markdown linter issues 2 (#14890) ([aa96572](https://github.com/bitnami/charts/commit/aa96572)), closes [#14890](https://github.com/bitnami/charts/issues/14890) +* [bitnami/*] Remove unexpected extra spaces (#14873) ([c97c714](https://github.com/bitnami/charts/commit/c97c714)), closes [#14873](https://github.com/bitnami/charts/issues/14873) +* [bitnami/apache] Release 9.2.16 (#14945) ([5a41df9](https://github.com/bitnami/charts/commit/5a41df9)), closes [#14945](https://github.com/bitnami/charts/issues/14945) + +## 9.2.15 (2023-02-02) + +* [bitnami/apache] Release 9.2.15 (#14715) ([8446d44](https://github.com/bitnami/charts/commit/8446d44)), closes [#14715](https://github.com/bitnami/charts/issues/14715) + +## 9.2.14 (2023-02-01) + +* [bitnami/apache] Release 9.2.14 (#14696) ([75498dd](https://github.com/bitnami/charts/commit/75498dd)), closes [#14696](https://github.com/bitnami/charts/issues/14696) + +## 9.2.13 (2023-02-01) + +* [bitnami/apache] Release 9.2.13 (#14695) ([36816c3](https://github.com/bitnami/charts/commit/36816c3)), closes [#14695](https://github.com/bitnami/charts/issues/14695) + +## 9.2.12 (2023-01-31) + +* [bitnami/*] Change copyright date (#14682) ([add4ec7](https://github.com/bitnami/charts/commit/add4ec7)), closes [#14682](https://github.com/bitnami/charts/issues/14682) +* [bitnami/*] Unify READMEs (#14472) ([2064fb8](https://github.com/bitnami/charts/commit/2064fb8)), closes [#14472](https://github.com/bitnami/charts/issues/14472) +* [bitnami/apache] Don't regenerate self-signed certs on upgrade (#14606) ([2cd37c3](https://github.com/bitnami/charts/commit/2cd37c3)), closes [#14606](https://github.com/bitnami/charts/issues/14606) + +## 9.2.11 (2023-01-17) + +* [bitnami/*] Add license annotation and remove obsolete engine parameter (#14293) ([da2a794](https://github.com/bitnami/charts/commit/da2a794)), closes [#14293](https://github.com/bitnami/charts/issues/14293) +* [bitnami/*] Change licenses annotation format (#14377) ([0ab7608](https://github.com/bitnami/charts/commit/0ab7608)), closes [#14377](https://github.com/bitnami/charts/issues/14377) +* [bitnami/apache] Release 9.2.11 (#14403) ([e3ab251](https://github.com/bitnami/charts/commit/e3ab251)), closes [#14403](https://github.com/bitnami/charts/issues/14403) + +## 9.2.10 (2023-01-05) + +* [bitnami/apache] Release 9.2.10 (#14188) ([c5f0745](https://github.com/bitnami/charts/commit/c5f0745)), closes [#14188](https://github.com/bitnami/charts/issues/14188) + +## 9.2.9 (2022-12-10) + +* [bitnami/apache] Release 9.2.9 (#13890) ([7740349](https://github.com/bitnami/charts/commit/7740349)), closes [#13890](https://github.com/bitnami/charts/issues/13890) + +## 9.2.8 (2022-12-07) + +* [bitnami/apache] Release 9.2.8 (#13861) ([f295091](https://github.com/bitnami/charts/commit/f295091)), closes [#13861](https://github.com/bitnami/charts/issues/13861) + +## 9.2.7 (2022-11-07) + +* [bitnami/apache] Release 9.2.7 (#13379) ([a135c3b](https://github.com/bitnami/charts/commit/a135c3b)), closes [#13379](https://github.com/bitnami/charts/issues/13379) + +## 9.2.6 (2022-10-26) + +* [bitnami/*] Use new default branch name in links (#12943) ([a529e02](https://github.com/bitnami/charts/commit/a529e02)), closes [#12943](https://github.com/bitnami/charts/issues/12943) +* [bitnami/apache] Optimize annos (#13127) ([90e9d43](https://github.com/bitnami/charts/commit/90e9d43)), closes [#13127](https://github.com/bitnami/charts/issues/13127) + +## 9.2.5 (2022-10-08) + +* [bitnami/apache] Release 9.2.5 (#12865) ([2d6f4e8](https://github.com/bitnami/charts/commit/2d6f4e8)), closes [#12865](https://github.com/bitnami/charts/issues/12865) +* Generic README instructions related to the repo (#12792) ([3cf6b10](https://github.com/bitnami/charts/commit/3cf6b10)), closes [#12792](https://github.com/bitnami/charts/issues/12792) + +## 9.2.4 (2022-09-21) + +* [bitnami/apache] Use custom probes if given (#12438) ([fce9049](https://github.com/bitnami/charts/commit/fce9049)), closes [#12438](https://github.com/bitnami/charts/issues/12438) [#12354](https://github.com/bitnami/charts/issues/12354) + +## 9.2.3 (2022-09-08) + +* [bitnami/apache] Release 9.2.3 (#12326) ([01facfd](https://github.com/bitnami/charts/commit/01facfd)), closes [#12326](https://github.com/bitnami/charts/issues/12326) + +## 9.2.2 (2022-09-01) + +* [bitnami/apache] Release 9.2.2 (#12247) ([b0952ad](https://github.com/bitnami/charts/commit/b0952ad)), closes [#12247](https://github.com/bitnami/charts/issues/12247) +* adjust the naming style for resources name to make them not pass the length limit (#12203) ([4294bcf](https://github.com/bitnami/charts/commit/4294bcf)), closes [#12203](https://github.com/bitnami/charts/issues/12203) +* Allow the charts containerPorts to be configured (#12137) ([0ce981c](https://github.com/bitnami/charts/commit/0ce981c)), closes [#12137](https://github.com/bitnami/charts/issues/12137) + +## 9.2.1 (2022-08-23) + +* [bitnami/apache] Update Chart.lock (#12040) ([59fecbf](https://github.com/bitnami/charts/commit/59fecbf)), closes [#12040](https://github.com/bitnami/charts/issues/12040) + +## 9.2.0 (2022-08-22) + +* [bitnami/apache] Add support for image digest apart from tag (#11866) ([ec29e94](https://github.com/bitnami/charts/commit/ec29e94)), closes [#11866](https://github.com/bitnami/charts/issues/11866) + +## 9.1.18 (2022-08-09) + +* [bitnami/apache] Release 9.1.18 updating components versions ([ddc011b](https://github.com/bitnami/charts/commit/ddc011b)) + +## 9.1.17 (2022-08-08) + +* [bitnami/apache] Release 9.1.17 updating components versions ([d73b95c](https://github.com/bitnami/charts/commit/d73b95c)) + +## 9.1.16 (2022-08-04) + +* [bitnami/apache] Release 9.1.16 updating components versions ([bb0ac6d](https://github.com/bitnami/charts/commit/bb0ac6d)) + +## 9.1.15 (2022-08-03) + +* [bitnami/apache] Release 9.1.15 updating components versions ([adf51c1](https://github.com/bitnami/charts/commit/adf51c1)) + +## 9.1.14 (2022-08-02) + +* [bitnami/*] Update URLs to point to the new bitnami/containers monorepo (#11352) ([d665af0](https://github.com/bitnami/charts/commit/d665af0)), closes [#11352](https://github.com/bitnami/charts/issues/11352) +* [bitnami/apache] Release 9.1.14 updating components versions ([e4862b5](https://github.com/bitnami/charts/commit/e4862b5)) + +## 9.1.13 (2022-07-04) + +* [bitnami/apache] Release 9.1.13 updating components versions ([30e2773](https://github.com/bitnami/charts/commit/30e2773)) + +## 9.1.12 (2022-06-30) + +* [bitnami/apache] Release 9.1.12 updating components versions ([6da6dfe](https://github.com/bitnami/charts/commit/6da6dfe)) + +## 9.1.11 (2022-06-10) + +* [bitnami/apache] Release 9.1.11 updating components versions ([f685611](https://github.com/bitnami/charts/commit/f685611)) + +## 9.1.10 (2022-06-08) + +* [bitnami/*] Replace Kubeapps URL in READMEs (and kubeapps Chart.yaml) and remove BKPR references (#1 ([c6a7914](https://github.com/bitnami/charts/commit/c6a7914)), closes [#10600](https://github.com/bitnami/charts/issues/10600) +* [bitnami/apache] Release 9.1.10 updating components versions ([7cbfade](https://github.com/bitnami/charts/commit/7cbfade)) + +## 9.1.9 (2022-06-06) + +* [bitnami/apache] Release 9.1.9 updating components versions ([0e33d68](https://github.com/bitnami/charts/commit/0e33d68)) + +## 9.1.8 (2022-06-01) + +* [bitnami/several] Replace maintainers email by url (#10523) ([ff3cf61](https://github.com/bitnami/charts/commit/ff3cf61)), closes [#10523](https://github.com/bitnami/charts/issues/10523) + +## 9.1.7 (2022-05-31) + +* [bitnami/apache] Release 9.1.7 updating components versions ([2e2a282](https://github.com/bitnami/charts/commit/2e2a282)) + +## 9.1.6 (2022-05-22) + +* [bitnami/apache] Release 9.1.6 updating components versions ([71a4f3e](https://github.com/bitnami/charts/commit/71a4f3e)) + +## 9.1.5 (2022-05-21) + +* [bitnami/apache] Release 9.1.5 updating components versions ([7d7e216](https://github.com/bitnami/charts/commit/7d7e216)) + +## 9.1.4 (2022-05-20) + +* [bitnami/*] Fix HPA API version template usage (#10332) ([85ce7af](https://github.com/bitnami/charts/commit/85ce7af)), closes [#10332](https://github.com/bitnami/charts/issues/10332) + +## 9.1.3 (2022-05-20) + +* [bitnami/apache] Release 9.1.3 updating components versions ([8370622](https://github.com/bitnami/charts/commit/8370622)) + +## 9.1.2 (2022-05-18) + +* [bitnami/apache] Fix probes not reading port from .Values (#10286) ([9103960](https://github.com/bitnami/charts/commit/9103960)), closes [#10286](https://github.com/bitnami/charts/issues/10286) [#1696](https://github.com/bitnami/charts/issues/1696) + +## 9.1.1 (2022-05-18) + +* [bitnami/apache] Release 9.1.1 updating components versions ([8dafe79](https://github.com/bitnami/charts/commit/8dafe79)) + +## 9.1.0 (2022-05-16) + +* [bitnami/*] add ingress extraRules feature (#10253) ([0f6cbb9](https://github.com/bitnami/charts/commit/0f6cbb9)), closes [#10253](https://github.com/bitnami/charts/issues/10253) + +## 9.0.19 (2022-05-14) + +* [bitnami/*] Remove old 'ci' files (#10171) ([5df30c4](https://github.com/bitnami/charts/commit/5df30c4)), closes [#10171](https://github.com/bitnami/charts/issues/10171) +* [bitnami/apache] Use the new helper for HPA API version (#10192) ([a2099a5](https://github.com/bitnami/charts/commit/a2099a5)), closes [#10192](https://github.com/bitnami/charts/issues/10192) + +## 9.0.18 (2022-05-11) + +* [bitnami/apache] Add missing namespace metadata (#10097) ([b7953e1](https://github.com/bitnami/charts/commit/b7953e1)), closes [#10097](https://github.com/bitnami/charts/issues/10097) + +## 9.0.17 (2022-04-20) + +* [bitnami/apache] Release 9.0.17 updating components versions ([79fd938](https://github.com/bitnami/charts/commit/79fd938)) + +## 9.0.16 (2022-04-19) + +* [bitnami/apache] Release 9.0.16 updating components versions ([4940dc5](https://github.com/bitnami/charts/commit/4940dc5)) + +## 9.0.15 (2022-04-07) + +* [bitnami/apache] Release 9.0.15 updating components versions ([5c10027](https://github.com/bitnami/charts/commit/5c10027)) + +## 9.0.14 (2022-04-02) + +* [bitnami/apache] Release 9.0.14 updating components versions ([d711087](https://github.com/bitnami/charts/commit/d711087)) + +## 9.0.13 (2022-03-27) + +* [bitnami/apache] Release 9.0.13 updating components versions ([13ab47a](https://github.com/bitnami/charts/commit/13ab47a)) + +## 9.0.12 (2022-03-17) + +* [bitnami/apache] Release 9.0.12 updating components versions ([5f42999](https://github.com/bitnami/charts/commit/5f42999)) + +## 9.0.11 (2022-03-16) + +* [bitnami/apache] Release 9.0.11 updating components versions ([e496e18](https://github.com/bitnami/charts/commit/e496e18)) + +## 9.0.10 (2022-03-14) + +* [bitnami/apache] Release 9.0.10 updating components versions ([d4b7e3b](https://github.com/bitnami/charts/commit/d4b7e3b)) + +## 9.0.9 (2022-03-10) + +* [bitnami/apache] Release 9.0.9 updating components versions ([6734ddd](https://github.com/bitnami/charts/commit/6734ddd)) + +## 9.0.8 (2022-03-10) + +* [bitnami/apache] Fix typo in parameter metadata ([0a7067d](https://github.com/bitnami/charts/commit/0a7067d)) + +## 9.0.7 (2022-03-10) + +* [bitnami/apache] Fix issue rendering metrics.*.additionalLabels (#9362) ([2c473a9](https://github.com/bitnami/charts/commit/2c473a9)), closes [#9362](https://github.com/bitnami/charts/issues/9362) + +## 9.0.6 (2022-02-27) + +* [bitnami/apache] Release 9.0.6 updating components versions ([4f0c91d](https://github.com/bitnami/charts/commit/4f0c91d)) + +## 9.0.5 (2022-02-24) + +* [bitnami/apache] Release 9.0.5 updating components versions ([0061a62](https://github.com/bitnami/charts/commit/0061a62)) + +## 9.0.4 (2022-02-23) + +* [bitnami/apache] Release 9.0.4 updating components versions ([e527b2a](https://github.com/bitnami/charts/commit/e527b2a)) + +## 9.0.3 (2022-02-19) + +* [bitnami/apache] Release 9.0.3 updating components versions ([607727f](https://github.com/bitnami/charts/commit/607727f)) + +## 9.0.2 (2022-02-13) + +* [bitnami/apache] Release 9.0.2 updating components versions ([9f9b227](https://github.com/bitnami/charts/commit/9f9b227)) +* Non utf8 chars (#8923) ([6ffd18f](https://github.com/bitnami/charts/commit/6ffd18f)), closes [#8923](https://github.com/bitnami/charts/issues/8923) + +## 9.0.1 (2022-01-20) + +* [bitnami/*] Readme automation (#8579) ([78d1938](https://github.com/bitnami/charts/commit/78d1938)), closes [#8579](https://github.com/bitnami/charts/issues/8579) +* [bitnami/*] Update READMEs (#8716) ([b9a9533](https://github.com/bitnami/charts/commit/b9a9533)), closes [#8716](https://github.com/bitnami/charts/issues/8716) +* [bitnami/several] Change prerequisites (#8725) ([8d740c5](https://github.com/bitnami/charts/commit/8d740c5)), closes [#8725](https://github.com/bitnami/charts/issues/8725) + +## 9.0.0 (2022-01-14) + +* [bitnami/apache] Chart standardized (#7491) ([6be033b](https://github.com/bitnami/charts/commit/6be033b)), closes [#7491](https://github.com/bitnami/charts/issues/7491) + +## 8.12.1 (2022-01-11) + +* [bitnami/apache] Release 8.12.1 updating components versions ([2584539](https://github.com/bitnami/charts/commit/2584539)) + +## 8.12.0 (2022-01-05) + +* [bitnami/several] Adapt templating format (#8562) ([8cad18a](https://github.com/bitnami/charts/commit/8cad18a)), closes [#8562](https://github.com/bitnami/charts/issues/8562) +* [bitnami/several] Add license to the README ([05f7633](https://github.com/bitnami/charts/commit/05f7633)) +* [bitnami/several] Add license to the README ([32fb238](https://github.com/bitnami/charts/commit/32fb238)) +* [bitnami/several] Add license to the README ([b87c2f7](https://github.com/bitnami/charts/commit/b87c2f7)) + +## 8.11.1 (2021-12-23) + +* [bitnami/apache] Release 8.11.1 updating components versions ([53bd626](https://github.com/bitnami/charts/commit/53bd626)) + +## 8.11.0 (2021-12-21) + +* [bitnami/apache] Add podMonitor and prometheusRules (#8452) ([6fd5a46](https://github.com/bitnami/charts/commit/6fd5a46)), closes [#8452](https://github.com/bitnami/charts/issues/8452) + +## 8.10.2 (2021-12-20) + +* [bitnami/apache] Release 8.10.2 updating components versions ([97a3834](https://github.com/bitnami/charts/commit/97a3834)) + +## 8.10.1 (2021-12-14) + +* [bitnami/apache] Release 8.10.1 updating components versions ([5c88fcd](https://github.com/bitnami/charts/commit/5c88fcd)) + +## 8.10.0 (2021-12-09) + +* [bitnami/apache] Adds a switch to enable/disable the git-repo-syncer sidecar container… (#8332) ([8df6ebe](https://github.com/bitnami/charts/commit/8df6ebe)), closes [#8332](https://github.com/bitnami/charts/issues/8332) + +## 8.9.7 (2021-11-29) + +* [bitnami/several] Replace HTTP by HTTPS when possible (#8259) ([eafb5bd](https://github.com/bitnami/charts/commit/eafb5bd)), closes [#8259](https://github.com/bitnami/charts/issues/8259) + +## 8.9.6 (2021-11-24) + +* [bitnami/apache] Allow to move hidden directories (#8210) ([1136b1d](https://github.com/bitnami/charts/commit/1136b1d)), closes [#8210](https://github.com/bitnami/charts/issues/8210) +* [bitnami/several] Regenerate README tables ([e8e4e6a](https://github.com/bitnami/charts/commit/e8e4e6a)) + +## 8.9.5 (2021-11-21) + +* [bitnami/apache] Release 8.9.5 updating components versions ([9f75ea8](https://github.com/bitnami/charts/commit/9f75ea8)) + +## 8.9.4 (2021-11-20) + +* [bitnami/apache] Release 8.9.4 updating components versions ([2fbebbb](https://github.com/bitnami/charts/commit/2fbebbb)) +* [bitnami/several] Regenerate README tables ([7b091c0](https://github.com/bitnami/charts/commit/7b091c0)) + +## 8.9.3 (2021-11-17) + +* [bitnami/apache] Release 8.9.3 updating components versions ([2580b0b](https://github.com/bitnami/charts/commit/2580b0b)) + +## 8.9.2 (2021-11-11) + +* [bitnami/apache] Fix clone htdocs when restart (#7970) ([df4fe38](https://github.com/bitnami/charts/commit/df4fe38)), closes [#7970](https://github.com/bitnami/charts/issues/7970) + +## 8.9.1 (2021-11-02) + +* [bitnami/apache, bitnami/fluentd] Fix metadata used to generate README table (#8010) ([aecbb3b](https://github.com/bitnami/charts/commit/aecbb3b)), closes [#8010](https://github.com/bitnami/charts/issues/8010) +* [bitnami/apache] Add tls secrets to match values example (#7989) ([d503216](https://github.com/bitnami/charts/commit/d503216)), closes [#7989](https://github.com/bitnami/charts/issues/7989) + +## 8.9.0 (2021-11-02) + +* [bitnami/apache] Add Autoscaling and Disruption Budget options (#7990) ([e0c07b1](https://github.com/bitnami/charts/commit/e0c07b1)), closes [#7990](https://github.com/bitnami/charts/issues/7990) +* [bitnami/several] Regenerate README tables ([412cf6a](https://github.com/bitnami/charts/commit/412cf6a)) + +## 8.8.6 (2021-10-26) + +* [bitnami/apache] Release 8.8.6 updating components versions ([6d7a85d](https://github.com/bitnami/charts/commit/6d7a85d)) + +## 8.8.5 (2021-10-22) + +* [bitnami/several] Add chart info to NOTES.txt (#7889) ([a6751cd](https://github.com/bitnami/charts/commit/a6751cd)), closes [#7889](https://github.com/bitnami/charts/issues/7889) +* [bitnami/several] Regenerate README tables ([9bead53](https://github.com/bitnami/charts/commit/9bead53)) + +## 8.8.4 (2021-10-07) + +* [bitnami/apache] Release 8.8.4 updating components versions ([8cbc517](https://github.com/bitnami/charts/commit/8cbc517)) +* [bitnami/several] Regenerate README tables ([cdcf8c1](https://github.com/bitnami/charts/commit/cdcf8c1)) + +## 8.8.3 (2021-10-05) + +* [bitnami/*] Revert changes in values.schemas.json (#7699) ([aaa314f](https://github.com/bitnami/charts/commit/aaa314f)), closes [#7699](https://github.com/bitnami/charts/issues/7699) + +## 8.8.2 (2021-10-05) + +* [bitnami/apache] Release 8.8.2 updating components versions ([b4cf1a4](https://github.com/bitnami/charts/commit/b4cf1a4)) + +## 8.8.1 (2021-10-01) + +* [bitnami/*] Drop support for deprecated cert-manager annotation (#7582) ([a081792](https://github.com/bitnami/charts/commit/a081792)), closes [#7582](https://github.com/bitnami/charts/issues/7582) + +## 8.8.0 (2021-09-29) + +* [bitnami/apache,tomcat] add extraPodSpec (#7580) ([e3a8529](https://github.com/bitnami/charts/commit/e3a8529)), closes [#7580](https://github.com/bitnami/charts/issues/7580) +* [bitnami/several] Regenerate README tables ([9d60bbd](https://github.com/bitnami/charts/commit/9d60bbd)) + +## 8.7.0 (2021-09-27) + +* [bitnami/apache,postgresql,tomcat] add topologySpreadConstraints (#7598) ([557bfe9](https://github.com/bitnami/charts/commit/557bfe9)), closes [#7598](https://github.com/bitnami/charts/issues/7598) +* [bitnami/several] Regenerate README tables ([003a0fb](https://github.com/bitnami/charts/commit/003a0fb)) + +## 8.6.5 (2021-09-16) + +* [bitnami/apache] Release 8.6.5 updating components versions ([7578c1b](https://github.com/bitnami/charts/commit/7578c1b)) + +## 8.6.4 (2021-09-15) + +* [bitnami/apache] Release 8.6.4 updating components versions ([4903073](https://github.com/bitnami/charts/commit/4903073)) +* [bitnami/several] Regenerate README tables ([64d5d74](https://github.com/bitnami/charts/commit/64d5d74)) + +## 8.6.3 (2021-08-26) + +* [bitnami/apache] Release 8.6.3 updating components versions ([da42550](https://github.com/bitnami/charts/commit/da42550)) +* [bitnami/several] Regenerate README tables ([da2513b](https://github.com/bitnami/charts/commit/da2513b)) + +## 8.6.2 (2021-08-25) + +* [bitnami/apache] Release 8.6.2 updating components versions ([5d59368](https://github.com/bitnami/charts/commit/5d59368)) +* [bitnami/several] Regenerate README tables ([6c9124f](https://github.com/bitnami/charts/commit/6c9124f)) + +## 8.6.1 (2021-08-19) + +* [bitnami/apache] Release 8.6.1 updating components versions ([320b9b6](https://github.com/bitnami/charts/commit/320b9b6)) +* [bitnami/several] Regenerate README tables ([6c107e8](https://github.com/bitnami/charts/commit/6c107e8)) + +## 8.6.0 (2021-08-09) + +* [bitnami/apache] add support for IngressClassName (#7169) ([ff904d6](https://github.com/bitnami/charts/commit/ff904d6)), closes [#7169](https://github.com/bitnami/charts/issues/7169) + +## 8.5.11 (2021-08-04) + +* [bitnami/apache] Release 8.5.11 updating components versions ([a26b35f](https://github.com/bitnami/charts/commit/a26b35f)) + +## 8.5.10 (2021-07-22) + +* [bitnami/several] Fix default values and regenerate README (#7023) ([c443ded](https://github.com/bitnami/charts/commit/c443ded)), closes [#7023](https://github.com/bitnami/charts/issues/7023) + +## 8.5.9 (2021-07-19) + +* [bitnami/*] Adapt values.yaml of Apache, ASP.NET Core and Cassandra to readme-generator (#6751) ([cee2166](https://github.com/bitnami/charts/commit/cee2166)), closes [#6751](https://github.com/bitnami/charts/issues/6751) + +## 8.5.8 (2021-07-08) + +* [bitnami/apache] Release 8.5.8 updating components versions ([ef6138d](https://github.com/bitnami/charts/commit/ef6138d)) + +## 8.5.7 (2021-06-21) + +* [bitnami/apache] Release 8.5.7 updating components versions ([7d15675](https://github.com/bitnami/charts/commit/7d15675)) + +## 8.5.6 (2021-06-19) + +* [bitnami/apache] Release 8.5.6 updating components versions ([42a4875](https://github.com/bitnami/charts/commit/42a4875)) + +## 8.5.5 (2021-06-02) + +* [bitnami/apache] Release 8.5.5 updating components versions ([958e9ac](https://github.com/bitnami/charts/commit/958e9ac)) + +## 8.5.4 (2021-05-23) + +* [bitnami/apache] Release 8.5.4 updating components versions ([e7a1f8e](https://github.com/bitnami/charts/commit/e7a1f8e)) + +## 8.5.3 (2021-05-20) + +* [bitnami/apache] Release 8.5.3 updating components versions ([50e7148](https://github.com/bitnami/charts/commit/50e7148)) + +## 8.5.2 (2021-04-20) + +* [bitnami/apache] Release 8.5.2 updating components versions ([9b0b5c0](https://github.com/bitnami/charts/commit/9b0b5c0)) + +## 8.5.1 (2021-04-08) + +* [bitnami/apache] fix service annotations (#6046) ([92ab847](https://github.com/bitnami/charts/commit/92ab847)), closes [#6046](https://github.com/bitnami/charts/issues/6046) + +## 8.5.0 (2021-04-07) + +* [bitnami/apache] port commonLabels, commonAnnotations & podLabels from other charts (#6037) ([01b7733](https://github.com/bitnami/charts/commit/01b7733)), closes [#6037](https://github.com/bitnami/charts/issues/6037) + +## 8.4.2 (2021-04-05) + +* [bitnami/apache] Release 8.4.2 updating components versions ([554bd21](https://github.com/bitnami/charts/commit/554bd21)) + +## 8.4.1 (2021-03-28) + +* [bitnami/apache] Release 8.4.1 updating components versions ([3c2d896](https://github.com/bitnami/charts/commit/3c2d896)) + +## 8.4.0 (2021-03-19) + +* [bitnami/*] Allow git ssh connections (#5814) ([c9adeff](https://github.com/bitnami/charts/commit/c9adeff)), closes [#5814](https://github.com/bitnami/charts/issues/5814) + +## 8.3.2 (2021-03-04) + +* [bitnami/*] Remove minideb mentions (#5677) ([870bc4d](https://github.com/bitnami/charts/commit/870bc4d)), closes [#5677](https://github.com/bitnami/charts/issues/5677) + +## 8.3.1 (2021-02-26) + +* [bitnami/apache] Release 8.3.1 updating components versions ([ac6741d](https://github.com/bitnami/charts/commit/ac6741d)) + +## 8.3.0 (2021-02-18) + +* [bitnami/apache] Add extra-list.yaml & extra initContainers & sidecars (#5534) ([8f589f1](https://github.com/bitnami/charts/commit/8f589f1)), closes [#5534](https://github.com/bitnami/charts/issues/5534) + +## 8.2.3 (2021-01-27) + +* [bitnami/apache] Release 8.2.3 updating components versions ([0ed3d19](https://github.com/bitnami/charts/commit/0ed3d19)) + +## 8.2.2 (2021-01-27) + +* [bitnami/apache] Release 8.2.2 updating components versions ([734ce3f](https://github.com/bitnami/charts/commit/734ce3f)) + +## 8.2.1 (2021-01-27) + +* Improves Apache/MySQL README files (#4994) ([e40c914](https://github.com/bitnami/charts/commit/e40c914)), closes [#4994](https://github.com/bitnami/charts/issues/4994) + +## 8.2.0 (2021-01-22) + +* [bitnami/*] Change helm version in the prerequisites (#5090) ([c5e67a3](https://github.com/bitnami/charts/commit/c5e67a3)), closes [#5090](https://github.com/bitnami/charts/issues/5090) +* [bitnami/apache] Add hostAliases support (#5161) ([cc3e570](https://github.com/bitnami/charts/commit/cc3e570)), closes [#5161](https://github.com/bitnami/charts/issues/5161) + +## 8.1.1 (2021-01-04) + +* [bitnami/apache] Release 8.1.1 updating components versions ([26ee9fc](https://github.com/bitnami/charts/commit/26ee9fc)) + +## 8.1.0 (2020-12-31) + +* [bitnami/*] fix typos (#4699) ([49adc63](https://github.com/bitnami/charts/commit/49adc63)), closes [#4699](https://github.com/bitnami/charts/issues/4699) +* [bitnami/*] Update ingress rules (batch 1) (#4870) ([2f3e2be](https://github.com/bitnami/charts/commit/2f3e2be)), closes [#4870](https://github.com/bitnami/charts/issues/4870) + +## 8.0.3 (2020-12-11) + +* [bitnami/*] Update dependencies (#4694) ([2826c12](https://github.com/bitnami/charts/commit/2826c12)), closes [#4694](https://github.com/bitnami/charts/issues/4694) + +## 8.0.2 (2020-12-10) + +* [bitnami/apache] Release 8.0.2 updating components versions ([1e44bbc](https://github.com/bitnami/charts/commit/1e44bbc)) + +## 8.0.1 (2020-11-20) + +* [bitnami/*] Expose the "service type" in the basic form for Kubeapps (#4445) ([cf3b3d3](https://github.com/bitnami/charts/commit/cf3b3d3)), closes [#4445](https://github.com/bitnami/charts/issues/4445) + +## 8.0.0 (2020-11-10) + +* [bitnami/*] Include link to Troubleshootin guide on README.md (#4136) ([c08a20e](https://github.com/bitnami/charts/commit/c08a20e)), closes [#4136](https://github.com/bitnami/charts/issues/4136) +* [bitnami/apache] Major version. Adapt Chart to apiVersion: v2 (#4287) ([d90a33d](https://github.com/bitnami/charts/commit/d90a33d)), closes [#4287](https://github.com/bitnami/charts/issues/4287) + +## 7.6.0 (2020-10-23) + +* [bitnami/apache] feat: add extraEnvVars (#4083) ([1567840](https://github.com/bitnami/charts/commit/1567840)), closes [#4083](https://github.com/bitnami/charts/issues/4083) + +## 7.5.1 (2020-10-20) + +* [bitnami/apache] Release 7.5.1 updating components versions ([a1df14f](https://github.com/bitnami/charts/commit/a1df14f)) + +## 7.5.0 (2020-10-09) + +* [bitnami/apache] Add extra volume support (#3970) ([e6aee9c](https://github.com/bitnami/charts/commit/e6aee9c)), closes [#3970](https://github.com/bitnami/charts/issues/3970) + +## 7.4.0 (2020-09-24) + +* [bitnami/*] Affinity based on common presets (#3746) ([01884c7](https://github.com/bitnami/charts/commit/01884c7)), closes [#3746](https://github.com/bitnami/charts/issues/3746) + +## 7.3.26 (2020-09-21) + +* [bitnami/apache] Release 7.3.26 updating components versions ([4ce1c62](https://github.com/bitnami/charts/commit/4ce1c62)) + +## 7.3.25 (2020-09-07) + +* [bitnami/apache] Release 7.3.25 updating components versions ([4144bfe](https://github.com/bitnami/charts/commit/4144bfe)) +* [bitnami/metrics-server] Add source repo (#3577) ([1ed12f9](https://github.com/bitnami/charts/commit/1ed12f9)), closes [#3577](https://github.com/bitnami/charts/issues/3577) + +## 7.3.24 (2020-08-14) + +* [bitnami/apache] Add resources for git container (#3399) ([f3e8318](https://github.com/bitnami/charts/commit/f3e8318)), closes [#3399](https://github.com/bitnami/charts/issues/3399) + +## 7.3.23 (2020-08-07) + +* [bitnami/apache] Release 7.3.23 updating components versions ([ad806b5](https://github.com/bitnami/charts/commit/ad806b5)) + +## 7.3.22 (2020-08-07) + +* [bitnami/apache] Release 7.3.22 updating components versions ([ed6ae89](https://github.com/bitnami/charts/commit/ed6ae89)) + +## 7.3.21 (2020-08-05) + +* [bitnami/*] Fix TL;DR typo in READMEs (#3280) ([3d7ab40](https://github.com/bitnami/charts/commit/3d7ab40)), closes [#3280](https://github.com/bitnami/charts/issues/3280) +* [bitnami/apache] Release 7.3.21 updating components versions ([365fa4b](https://github.com/bitnami/charts/commit/365fa4b)) + +## 7.3.20 (2020-07-24) + +* [bitnami/all] Add categories (#3075) ([63bde06](https://github.com/bitnami/charts/commit/63bde06)), closes [#3075](https://github.com/bitnami/charts/issues/3075) +* [bitnami/apache] Release 7.3.20 updating components versions ([37e4526](https://github.com/bitnami/charts/commit/37e4526)) + +## 7.3.19 (2020-07-02) + +* [bitnami/apache] Release 7.3.19 updating components versions ([ac1f8c4](https://github.com/bitnami/charts/commit/ac1f8c4)) + +## 7.3.18 (2020-06-18) + +* [bitnami/apache] Release 7.3.18 updating components versions ([0fbec7e](https://github.com/bitnami/charts/commit/0fbec7e)) +* [multiple charts] Update hidden properties in the different JSON schemas (#2871) ([4cff6ba](https://github.com/bitnami/charts/commit/4cff6ba)), closes [#2871](https://github.com/bitnami/charts/issues/2871) + +## 7.3.17 (2020-06-02) + +* [bitnami/apache] Release 7.3.17 updating components versions ([aa1be0b](https://github.com/bitnami/charts/commit/aa1be0b)) +* Add support for helm lint and helm install in PRs via GH Actions (#2721) ([5ed97f0](https://github.com/bitnami/charts/commit/5ed97f0)), closes [#2721](https://github.com/bitnami/charts/issues/2721) + +## 7.3.16 (2020-05-22) + +* [bitnami/apache] Release 7.3.16 updating components versions ([3d6600e](https://github.com/bitnami/charts/commit/3d6600e)) +* update bitnami/common to be compatible with helm v2.12+ (#2615) ([c7751eb](https://github.com/bitnami/charts/commit/c7751eb)), closes [#2615](https://github.com/bitnami/charts/issues/2615) + +## 7.3.15 (2020-04-22) + +* [bitnami/apache] Release 7.3.15 updating components versions ([37de68b](https://github.com/bitnami/charts/commit/37de68b)) + +## 7.3.14 (2020-04-16) + +* [bitnami/apache] Release 7.3.14 updating components versions ([d2d1a57](https://github.com/bitnami/charts/commit/d2d1a57)) + +## 7.3.13 (2020-04-10) + +* [bitnami/apache] Change in the command of apache-exporter (#2280) ([ccc69c8](https://github.com/bitnami/charts/commit/ccc69c8)), closes [#2280](https://github.com/bitnami/charts/issues/2280) + +## 7.3.12 (2020-04-06) + +* [bitnami/apache] Release 7.3.12 updating components versions ([a7f4532](https://github.com/bitnami/charts/commit/a7f4532)) + +## 7.3.11 (2020-03-26) + +* [bitnami/apache] Release 7.3.11 updating components versions ([8ed692f](https://github.com/bitnami/charts/commit/8ed692f)) + +## 7.3.10 (2020-03-20) + +* [bitnami/apache] Release 7.3.10 updating components versions ([d0fef10](https://github.com/bitnami/charts/commit/d0fef10)) + +## 7.3.9 (2020-03-11) + +* [bitnami/apache] Release 7.3.9 updating components versions ([da70ce0](https://github.com/bitnami/charts/commit/da70ce0)) + +## 7.3.8 (2020-03-11) + +* Move charts from upstreamed folder to bitnami (#2032) ([a0e44f7](https://github.com/bitnami/charts/commit/a0e44f7)), closes [#2032](https://github.com/bitnami/charts/issues/2032) + +## 7.3.7 (2020-02-25) + +* [bitnami/apache] Release 7.3.7 updating components versions ([792068a](https://github.com/bitnami/charts/commit/792068a)) + +## 7.3.6 (2020-02-18) + +* [bitnami/apache] Release 7.3.6 updating components versions ([7610af0](https://github.com/bitnami/charts/commit/7610af0)) + +## 7.3.5 (2020-02-11) + +* [bitnami/several] Adapt READMEs and helpers to Helm 3 (#1911) ([40ee57c](https://github.com/bitnami/charts/commit/40ee57c)), closes [#1911](https://github.com/bitnami/charts/issues/1911) + +## 7.3.4 (2020-01-24) + +* [bitnami/apache] Release 7.3.4 updating components versions ([0745148](https://github.com/bitnami/charts/commit/0745148)) + +## 7.3.3 (2020-01-14) + +* [bitnami/apache] Release 7.3.3 updating components versions ([4d6e512](https://github.com/bitnami/charts/commit/4d6e512)) + +## 7.3.2 (2020-01-10) + +* [bitnami/apache] Release 7.3.2 updating components versions ([11dd716](https://github.com/bitnami/charts/commit/11dd716)) + +## 7.3.1 (2019-12-19) + +* add some useful information to NOTE.txt ([9892f73](https://github.com/bitnami/charts/commit/9892f73)) +* changed port back to http ([6a880cb](https://github.com/bitnami/charts/commit/6a880cb)) +* new parameter added to README.md ([0644674](https://github.com/bitnami/charts/commit/0644674)) + +## 7.3.0 (2019-12-04) + +* minor version updated ([1c4baa0](https://github.com/bitnami/charts/commit/1c4baa0)) + +## 7.2.15 (2019-12-03) + +* adding port and path to probes ([fe95d6a](https://github.com/bitnami/charts/commit/fe95d6a)) +* minor version update ([70e3211](https://github.com/bitnami/charts/commit/70e3211)) + +## 7.2.14 (2019-11-28) + +* [bitnami/apache] Fix typo in values.schema.json ([65904a1](https://github.com/bitnami/charts/commit/65904a1)) + +## 7.2.13 (2019-11-18) + +* [bitnami/apache] Release 7.2.13 updating components versions ([c868e57](https://github.com/bitnami/charts/commit/c868e57)) + +## 7.2.12 (2019-11-14) + +* [bitnami/apache] Lint chart ([4103cdd](https://github.com/bitnami/charts/commit/4103cdd)) +* Bump chart version ([548de9f](https://github.com/bitnami/charts/commit/548de9f)) + +## 7.2.5 (2019-11-07) + +* [bitnami/apache] Lint chart ([8107113](https://github.com/bitnami/charts/commit/8107113)) + +## 7.2.10 (2019-11-14) + +* [bitnami/apache] Release 7.2.10 updating components versions ([096ee01](https://github.com/bitnami/charts/commit/096ee01)) + +## 7.2.9 (2019-11-12) + +* [bitnami/apache] Release 7.2.9 updating components versions ([c671d09](https://github.com/bitnami/charts/commit/c671d09)) + +## 7.2.8 (2019-11-11) + +* [bitnami/apache] Release 7.2.8 updating components versions ([e492c3f](https://github.com/bitnami/charts/commit/e492c3f)) + +## 7.2.7 (2019-11-10) + +* [bitnami/apache] Release 7.2.7 updating components versions ([918f214](https://github.com/bitnami/charts/commit/918f214)) + +## 7.2.6 (2019-11-08) + +* [bitnami/apache] Release 7.2.5 updating components versions ([5bf791f](https://github.com/bitnami/charts/commit/5bf791f)) +* [bitnami/apache] Release 7.2.6 updating components versions ([597e20e](https://github.com/bitnami/charts/commit/597e20e)) + +## 7.2.5 (2019-11-07) + +* [bitnami/apache] Lint chart ([8107113](https://github.com/bitnami/charts/commit/8107113)) + +## 7.2.4 (2019-11-07) + +* [bitnami/apache] Release 7.2.4 updating components versions ([6ff5c71](https://github.com/bitnami/charts/commit/6ff5c71)) + +## 7.2.3 (2019-11-05) + +* Update values.schema.json to reflect latest format ([f7664df](https://github.com/bitnami/charts/commit/f7664df)) + +## 7.2.2 (2019-10-24) + +* Add semicolon to TL;DR section to unify all READMEs ([23863cd](https://github.com/bitnami/charts/commit/23863cd)) + +## 7.2.1 (2019-10-23) + +* Adapt README in charts (I) ([eb80a7e](https://github.com/bitnami/charts/commit/eb80a7e)) + +## 7.2.0 (2019-10-18) + +* [bitnami/apache] Update prerequisites ([8308bed](https://github.com/bitnami/charts/commit/8308bed)) +* Add JSON Schema to Apache chart ([f3f4af7](https://github.com/bitnami/charts/commit/f3f4af7)) + +## 7.1.1 (2019-10-16) + +* [bitnami/apache] Release 7.1.1 updating components versions ([2f203e0](https://github.com/bitnami/charts/commit/2f203e0)) +* Allow mounting files from files/ directory ([4a5cc44](https://github.com/bitnami/charts/commit/4a5cc44)) + +## 7.1.0 (2019-10-04) + +* Allow mounting httpd.conf through a config map ([200ca88](https://github.com/bitnami/charts/commit/200ca88)) + +## 7.0.3 (2019-10-03) + +* [bitnami/*] Fix broken links to NGINX Ingress Annotations docs ([42a2f47](https://github.com/bitnami/charts/commit/42a2f47)) + +## 7.0.2 (2019-09-26) + +* [bitnami/apache] Release 7.0.2 updating components versions ([8e2cd12](https://github.com/bitnami/charts/commit/8e2cd12)) + +## 7.0.1 (2019-09-20) + +* [bitnami/*] Update apiVersion on sts, deployments, daemonsets and podsecuritypolicies ([4dfac07](https://github.com/bitnami/charts/commit/4dfac07)) +* [bitnami/apache] Update components versions ([ecd65ed](https://github.com/bitnami/charts/commit/ecd65ed)) + +## 7.0.0 (2019-09-19) + +* Use Apache bash container ([da53cfa](https://github.com/bitnami/charts/commit/da53cfa)) + +## 6.1.0 (2019-09-04) + +* Bump minor version ([10f1738](https://github.com/bitnami/charts/commit/10f1738)) + +## 6.0.7 (2019-09-04) + +* Add affinity to apache ([56bc5ea](https://github.com/bitnami/charts/commit/56bc5ea)) + +## 6.0.6 (2019-09-02) + +* [bitnami/apache] Release 6.0.6 updating components versions ([982fa15](https://github.com/bitnami/charts/commit/982fa15)) + +## 6.0.5 (2019-08-30) + +* [bitnami/apache] Release 6.0.5 updating components versions ([fd7f2cd](https://github.com/bitnami/charts/commit/fd7f2cd)) + +## 6.0.4 (2019-08-30) + +* [bitnami/apache] Release 6.0.4 updating components versions ([0f1e9de](https://github.com/bitnami/charts/commit/0f1e9de)) + +## 6.0.3 (2019-08-15) + +* [bitnami/apache] Release 6.0.3 updating components versions ([ec907ce](https://github.com/bitnami/charts/commit/ec907ce)) + +## 6.0.2 (2019-08-13) + +* Update README.md ([575d0b8](https://github.com/bitnami/charts/commit/575d0b8)) +* Update README.md ([9e220f7](https://github.com/bitnami/charts/commit/9e220f7)) +* Updated version numbers ([aa0294b](https://github.com/bitnami/charts/commit/aa0294b)) + +## 6.0.1 (2019-08-12) + +* [bitnami/apache] Allow custom htdocs ([4ddd3ca](https://github.com/bitnami/charts/commit/4ddd3ca)) +* [bitnami/apache] Allow mounting data ([5e32fdc](https://github.com/bitnami/charts/commit/5e32fdc)) +* [bitnami/apache] Release 6.0.1 updating components versions ([ef7f1be](https://github.com/bitnami/charts/commit/ef7f1be)) +* Add notable changes ([899ab2b](https://github.com/bitnami/charts/commit/899ab2b)) +* Fix truncate comment in helpers ([cf4a7a3](https://github.com/bitnami/charts/commit/cf4a7a3)) + +## 5.1.1 (2019-07-24) + +* [bitnami/apache] Fix typo in the README.md (#1314) ([08cdeae](https://github.com/bitnami/charts/commit/08cdeae)), closes [#1314](https://github.com/bitnami/charts/issues/1314) + +## 5.1.0 (2019-07-24) + +* [bitnami/apache] Replace lusotycoon/apache-exporter with bitnami/apache-exporter (#1305) ([b0d506b](https://github.com/bitnami/charts/commit/b0d506b)), closes [#1305](https://github.com/bitnami/charts/issues/1305) +* Implement again #1283 changes but bumping the major version ([1ce079c](https://github.com/bitnami/charts/commit/1ce079c)), closes [#1283](https://github.com/bitnami/charts/issues/1283) + +## 4.3.4 (2019-07-17) + +* Revert pull request #1283 ([8e5940a](https://github.com/bitnami/charts/commit/8e5940a)), closes [#1283](https://github.com/bitnami/charts/issues/1283) +* Undo breaking changes on labels ([ae05c77](https://github.com/bitnami/charts/commit/ae05c77)) +* Use name of the solution for the main container included in the pod ([d031dee](https://github.com/bitnami/charts/commit/d031dee)) + +## 4.3.3 (2019-07-11) + +* Changes in README ([7ac4ec0](https://github.com/bitnami/charts/commit/7ac4ec0)) +* Standardize component.name & component.fullname functions ([775948e](https://github.com/bitnami/charts/commit/775948e)) + +## 4.3.2 (2019-06-10) + +* bitnami/apache: update to 2.4.39 ([dd28a08](https://github.com/bitnami/charts/commit/dd28a08)) +* Bump version ([a672193](https://github.com/bitnami/charts/commit/a672193)) + +## 4.3.1 (2019-06-10) + +* Use IfNotPresent as imagePullPolicy since we are using immutable tags ([53247da](https://github.com/bitnami/charts/commit/53247da)) + +## 4.3.0 (2019-05-30) + +* Remove apache volume ([c8b847a](https://github.com/bitnami/charts/commit/c8b847a)) + +## 4.2.4 (2019-05-29) + +* Change syntax because of linter failing ([adfc357](https://github.com/bitnami/charts/commit/adfc357)) +* Create NOTES.txt for apache and nginx ([f564ac1](https://github.com/bitnami/charts/commit/f564ac1)) +* Fix https://github.com/helm/charts/pull/14199\#issuecomment-496883321 and support _sha256_ as an imm ([95957ea](https://github.com/bitnami/charts/commit/95957ea)), closes [#issuecomment-496883321](https://github.com/bitnami/charts/issues/issuecomment-496883321) + +## 4.2.3 (2019-05-28) + +* Prepare immutable tags ([f9093c1](https://github.com/bitnami/charts/commit/f9093c1)) + +## 4.2.2 (2019-05-23) + +* bitnami/apache: update to 2.4.39 ([4329e0f](https://github.com/bitnami/charts/commit/4329e0f)) + +## 4.2.1 (2019-05-22) + +* [bitnami/apache] Add ingress rules ([ab49ce8](https://github.com/bitnami/charts/commit/ab49ce8)) +* Apply suggestions ([303827f](https://github.com/bitnami/charts/commit/303827f)) +* bitnami/apache: update to 2.4.39 ([691f6a4](https://github.com/bitnami/charts/commit/691f6a4)) + +## 4.1.2 (2019-04-02) + +* bitnami/apache: update to 2.4.39 ([5f6a007](https://github.com/bitnami/charts/commit/5f6a007)) +* Use namespaces ([8c80056](https://github.com/bitnami/charts/commit/8c80056)) + +## 4.1.1 (2019-03-14) + +* [bitnami/apache] Fix typo in values.yaml comments ([60da668](https://github.com/bitnami/charts/commit/60da668)) +* Complete imageRegisty example ([9c9988e](https://github.com/bitnami/charts/commit/9c9988e)) +* Use global registry in secondary, metrics and other non-default images ([5d216bf](https://github.com/bitnami/charts/commit/5d216bf)) + +## 4.1.0 (2019-03-07) + +* [bitnami/apache] Add global 'imagePullSecrets' to overwrite any other existing one ([b826c65](https://github.com/bitnami/charts/commit/b826c65)) + +## 4.0.7 (2019-02-27) + +* Add appiVersion to Chart.yaml ([08704a5](https://github.com/bitnami/charts/commit/08704a5)) + +## 4.0.6 (2019-02-26) + +* Fix Apache version ([7d64f01](https://github.com/bitnami/charts/commit/7d64f01)) + +## 4.0.5 (2019-02-21) + +* Update Chart.yaml ([2f9f96e](https://github.com/bitnami/charts/commit/2f9f96e)) +* Update README.md ([3ca4aa2](https://github.com/bitnami/charts/commit/3ca4aa2)) + +## 4.0.4 (2019-02-07) + +* Fix appVersion fields for some Chart.yaml files (#1048) ([697e18d](https://github.com/bitnami/charts/commit/697e18d)), closes [#1048](https://github.com/bitnami/charts/issues/1048) + +## 4.0.3 (2019-02-06) + +* bitnami/apache: update to 2.4.40.test ([2756910](https://github.com/bitnami/charts/commit/2756910)) + +## 4.0.2 (2019-02-06) + +* Document the correct format for pullSecrets in READMEs ([9a2cf81](https://github.com/bitnami/charts/commit/9a2cf81)) +* apache: update to `2.4.38` ([989efaf](https://github.com/bitnami/charts/commit/989efaf)) + +## 4.0.1 (2018-12-13) + +* Add podAnnotations ([78310b4](https://github.com/bitnami/charts/commit/78310b4)) +* Add readme entry ([e7db1d3](https://github.com/bitnami/charts/commit/e7db1d3)) +* Change logos ([4e43cd4](https://github.com/bitnami/charts/commit/4e43cd4)) + +## 2.2.0 (2018-10-29) + +* Fix port ([7c37ee1](https://github.com/bitnami/charts/commit/7c37ee1)) + +## 3.0.0 (2018-11-21) + +* [bitnami/apache] Add service.type to values.yaml ([1de5d8b](https://github.com/bitnami/charts/commit/1de5d8b)) + +## 2.2.0 (2018-10-29) + +* Fix port ([7c37ee1](https://github.com/bitnami/charts/commit/7c37ee1)) + +## 2.1.2 (2018-10-23) + +* apache: bump chart appVersion to `2.4.37` ([affe81a](https://github.com/bitnami/charts/commit/affe81a)) +* apache: bump chart version to `2.1.2` ([f5ec4d4](https://github.com/bitnami/charts/commit/f5ec4d4)) +* apache: update to `2.4.37` ([6a89554](https://github.com/bitnami/charts/commit/6a89554)) + +## 2.1.1 (2018-10-17) + +* Apply some suggestions ([24706a6](https://github.com/bitnami/charts/commit/24706a6)) +* Bump versions ([0cfd3f4](https://github.com/bitnami/charts/commit/0cfd3f4)) +* Change logic to determine registry ([9ead294](https://github.com/bitnami/charts/commit/9ead294)) +* Check if global is set ([dec26e5](https://github.com/bitnami/charts/commit/dec26e5)) +* Fix typo ([93170ac](https://github.com/bitnami/charts/commit/93170ac)) +* Remove distro tags in charts ([427ac51](https://github.com/bitnami/charts/commit/427ac51)) +* Reword and update kafka dependencies ([be6cbed](https://github.com/bitnami/charts/commit/be6cbed)) + +## 2.1.0 (2018-10-11) + +* Add global registry option to Bitnami charts ([395ba08](https://github.com/bitnami/charts/commit/395ba08)) + +## 2.0.2 (2018-10-05) + +* Add kubeapps text to charts READMEs ([2f6dc51](https://github.com/bitnami/charts/commit/2f6dc51)) + +## 2.0.1 (2018-09-24) + +* apache: bump chart appVersion to `2.4.35` ([8f3e712](https://github.com/bitnami/charts/commit/8f3e712)) +* apache: bump chart version to `2.0.1` ([e9d931a](https://github.com/bitnami/charts/commit/e9d931a)) +* apache: update to `2.4.35-debian-9` ([202801e](https://github.com/bitnami/charts/commit/202801e)) + +## 2.0.0 (2018-09-21) + +* [bitnami/apache] Fix chart not being upgradable ([c3a2454](https://github.com/bitnami/charts/commit/c3a2454)) + +## 1.0.0 (2018-07-24) + +* Bump major version ([0edf8e8](https://github.com/bitnami/charts/commit/0edf8e8)) + +## 0.3.15 (2018-07-24) + +* Adapt apache chart to non-root ([ce72a7d](https://github.com/bitnami/charts/commit/ce72a7d)) +* Bump chart version ([302028c](https://github.com/bitnami/charts/commit/302028c)) + +## 0.3.14 (2018-07-16) + +* apache: bump chart appVersion to `2.4.34` ([637605e](https://github.com/bitnami/charts/commit/637605e)) +* apache: bump chart version to `0.3.14` ([1200f25](https://github.com/bitnami/charts/commit/1200f25)) +* apache: update to `2.4.34-debian-9` ([228462a](https://github.com/bitnami/charts/commit/228462a)) + +## 0.3.13 (2018-07-06) + +* apache: bump chart appVersion to `2.4.33-debian-9` ([a6d1062](https://github.com/bitnami/charts/commit/a6d1062)) +* apache: bump chart version to `0.3.13` ([41999ab](https://github.com/bitnami/charts/commit/41999ab)) +* apache: update to `2.4.33-debian-9` ([0717e61](https://github.com/bitnami/charts/commit/0717e61)) + +## 0.3.12 (2018-05-30) + +* bum chart version ([5e98822](https://github.com/bitnami/charts/commit/5e98822)) +* Fix imagePullPolicy for apache bitnami chart ([5ff6cd0](https://github.com/bitnami/charts/commit/5ff6cd0)) + +## 0.3.11 (2018-04-13) + +* Documentation fixes ([fdbcc57](https://github.com/bitnami/charts/commit/fdbcc57)) + +## 0.3.10 (2018-04-13) + +* Rename charts folders ([5413120](https://github.com/bitnami/charts/commit/5413120)) diff --git a/bitnami/apache/Chart.yaml b/bitnami/apache/Chart.yaml index 6bde1b84151416..4656982ef31881 100644 --- a/bitnami/apache/Chart.yaml +++ b/bitnami/apache/Chart.yaml @@ -35,4 +35,4 @@ maintainers: name: apache sources: - https://github.com/bitnami/charts/tree/main/bitnami/apache -version: 11.1.0 +version: 11.1.1 diff --git a/bitnami/apache/templates/deployment.yaml b/bitnami/apache/templates/deployment.yaml index bb9337aec538a5..00f3700768d0ee 100644 --- a/bitnami/apache/templates/deployment.yaml +++ b/bitnami/apache/templates/deployment.yaml @@ -255,7 +255,7 @@ spec: subPath: app-tmp-dir {{- if (include "apache.useHtdocs" .) }} - name: htdocs - mountPath: /app + mountPath: /opt/bitnami/apache/htdocs {{- end }} {{- if or (.Files.Glob "files/vhosts/*.conf") (.Values.vhostsConfigMap) }} - name: vhosts From cb8be5b6770c4bfb0feb5f0b5cfb14b2e7de8cbe Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Wed, 29 May 2024 18:55:41 +0200 Subject: [PATCH 092/110] [bitnami/influxdb] Release 6.3.1 (#26549) * [bitnami/influxdb] Release 6.3.1 updating components versions Signed-off-by: Bitnami Containers * Update CHANGELOG.md Signed-off-by: Bitnami Containers --------- Signed-off-by: Bitnami Containers --- bitnami/influxdb/CHANGELOG.md | 6 +++++- bitnami/influxdb/Chart.yaml | 6 +++--- bitnami/influxdb/values.yaml | 4 ++-- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/bitnami/influxdb/CHANGELOG.md b/bitnami/influxdb/CHANGELOG.md index 660451067ecf6c..2c046ebbba483e 100644 --- a/bitnami/influxdb/CHANGELOG.md +++ b/bitnami/influxdb/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog +## 6.3.1 (2024-05-29) + +* [bitnami/influxdb] Release 6.3.1 ([#26549](https://github.com/bitnami/charts/pull/26549)) + ## 6.3.0 (2024-05-29) -* [bitnami/influxdb] Enable PodDisruptionBudgets ([#26491](https://github.com/bitnami/charts/pull/26491)) +* [bitnami/influxdb] Enable PodDisruptionBudgets (#26491) ([1b1fbd9](https://github.com/bitnami/charts/commit/1b1fbd9e66a7c10cb6baef80a1a7ef0520edc9a3)), closes [#26491](https://github.com/bitnami/charts/issues/26491) ## 6.2.1 (2024-05-28) diff --git a/bitnami/influxdb/Chart.yaml b/bitnami/influxdb/Chart.yaml index 3bdc65b2b69e0e..2e3a5bf1d7a6ba 100644 --- a/bitnami/influxdb/Chart.yaml +++ b/bitnami/influxdb/Chart.yaml @@ -12,9 +12,9 @@ annotations: - name: google-cloud-sdk image: docker.io/bitnami/google-cloud-sdk:0.477.0-debian-12-r0 - name: influxdb - image: docker.io/bitnami/influxdb:2.7.6-debian-12-r9 + image: docker.io/bitnami/influxdb:2.7.6-debian-12-r10 - name: os-shell - image: docker.io/bitnami/os-shell:12-debian-12-r21 + image: docker.io/bitnami/os-shell:12-debian-12-r22 apiVersion: v2 appVersion: 2.7.6 dependencies: @@ -37,4 +37,4 @@ maintainers: name: influxdb sources: - https://github.com/bitnami/charts/tree/main/bitnami/influxdb -version: 6.3.0 +version: 6.3.1 diff --git a/bitnami/influxdb/values.yaml b/bitnami/influxdb/values.yaml index 61546eaab9624d..8f042a9886c24e 100644 --- a/bitnami/influxdb/values.yaml +++ b/bitnami/influxdb/values.yaml @@ -79,7 +79,7 @@ diagnosticMode: image: registry: docker.io repository: bitnami/influxdb - tag: 2.7.6-debian-12-r9 + tag: 2.7.6-debian-12-r10 digest: "" ## Specify a imagePullPolicy. Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images @@ -895,7 +895,7 @@ volumePermissions: image: registry: docker.io repository: bitnami/os-shell - tag: 12-debian-12-r21 + tag: 12-debian-12-r22 digest: "" ## Specify a imagePullPolicy. Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images From 97e402656704fb842affdfa69ee18b7e98e6b8e9 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Wed, 29 May 2024 20:17:56 +0200 Subject: [PATCH 093/110] [bitnami/nginx] Release 17.3.2 (#26550) * [bitnami/nginx] Release 17.3.2 updating components versions Signed-off-by: Bitnami Containers * Update CHANGELOG.md Signed-off-by: Bitnami Containers --------- Signed-off-by: Bitnami Containers --- bitnami/nginx/CHANGELOG.md | 8 ++++++-- bitnami/nginx/Chart.yaml | 8 ++++---- bitnami/nginx/values.yaml | 4 ++-- 3 files changed, 12 insertions(+), 8 deletions(-) diff --git a/bitnami/nginx/CHANGELOG.md b/bitnami/nginx/CHANGELOG.md index b951bf71db717b..d250260dc4f8e9 100644 --- a/bitnami/nginx/CHANGELOG.md +++ b/bitnami/nginx/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog -## 17.3.1 (2024-05-28) +## 17.3.2 (2024-05-29) -* [bitnami/nginx] Release 17.3.1 ([#26479](https://github.com/bitnami/charts/pull/26479)) +* [bitnami/nginx] Release 17.3.2 ([#26550](https://github.com/bitnami/charts/pull/26550)) + +## 17.3.1 (2024-05-28) + +* [bitnami/nginx] Release 17.3.1 (#26479) ([f66f7a4](https://github.com/bitnami/charts/commit/f66f7a44547d67f9ac8ee7357f502e545dbc9d58)), closes [#26479](https://github.com/bitnami/charts/issues/26479) ## 17.3.0 (2024-05-24) diff --git a/bitnami/nginx/Chart.yaml b/bitnami/nginx/Chart.yaml index bf6a2fb1135224..9b926a9e9b5717 100644 --- a/bitnami/nginx/Chart.yaml +++ b/bitnami/nginx/Chart.yaml @@ -8,11 +8,11 @@ annotations: - name: git image: docker.io/bitnami/git:2.45.1-debian-12-r0 - name: nginx - image: docker.io/bitnami/nginx:1.26.0-debian-12-r2 + image: docker.io/bitnami/nginx:1.26.1-debian-12-r0 - name: nginx-exporter - image: docker.io/bitnami/nginx-exporter:1.1.0-debian-12-r23 + image: docker.io/bitnami/nginx-exporter:1.2.0-debian-12-r0 apiVersion: v2 -appVersion: 1.26.0 +appVersion: 1.26.1 dependencies: - name: common repository: oci://registry-1.docker.io/bitnamicharts @@ -34,4 +34,4 @@ maintainers: name: nginx sources: - https://github.com/bitnami/charts/tree/main/bitnami/nginx -version: 17.3.1 +version: 17.3.2 diff --git a/bitnami/nginx/values.yaml b/bitnami/nginx/values.yaml index 9bac36a24f6312..805949570c6c00 100644 --- a/bitnami/nginx/values.yaml +++ b/bitnami/nginx/values.yaml @@ -80,7 +80,7 @@ diagnosticMode: image: registry: docker.io repository: bitnami/nginx - tag: 1.26.0-debian-12-r2 + tag: 1.26.1-debian-12-r0 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' @@ -916,7 +916,7 @@ metrics: image: registry: docker.io repository: bitnami/nginx-exporter - tag: 1.1.0-debian-12-r23 + tag: 1.2.0-debian-12-r0 digest: "" pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. From 101c568a0da6ebb9c96c6d8178ee52ba40ea654c Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Wed, 29 May 2024 20:57:07 +0200 Subject: [PATCH 094/110] [bitnami/wordpress] Release 22.4.1 (#26552) * [bitnami/wordpress] Release 22.4.1 updating components versions Signed-off-by: Bitnami Containers * Update CHANGELOG.md Signed-off-by: Bitnami Containers --------- Signed-off-by: Bitnami Containers --- bitnami/wordpress/CHANGELOG.md | 6 +++++- bitnami/wordpress/Chart.yaml | 6 +++--- bitnami/wordpress/values.yaml | 4 ++-- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/bitnami/wordpress/CHANGELOG.md b/bitnami/wordpress/CHANGELOG.md index 0eea2ab65c2d2e..a37c29fcb1136d 100644 --- a/bitnami/wordpress/CHANGELOG.md +++ b/bitnami/wordpress/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog +## 22.4.1 (2024-05-29) + +* [bitnami/wordpress] Release 22.4.1 ([#26552](https://github.com/bitnami/charts/pull/26552)) + ## 22.4.0 (2024-05-28) -* [bitnami/wordpress] Enable PodDisruptionBudgets ([#26381](https://github.com/bitnami/charts/pull/26381)) +* [bitnami/wordpress] Enable PodDisruptionBudgets (#26381) ([0c0e657](https://github.com/bitnami/charts/commit/0c0e657f1f5b2ecc1d33a60ee09b57e12c0a5dc6)), closes [#26381](https://github.com/bitnami/charts/issues/26381) ## 22.3.1 (2024-05-24) diff --git a/bitnami/wordpress/Chart.yaml b/bitnami/wordpress/Chart.yaml index e35fda8b555d7a..8b185786887574 100644 --- a/bitnami/wordpress/Chart.yaml +++ b/bitnami/wordpress/Chart.yaml @@ -8,9 +8,9 @@ annotations: - name: apache-exporter image: docker.io/bitnami/apache-exporter:1.0.7-debian-12-r8 - name: os-shell - image: docker.io/bitnami/os-shell:12-debian-12-r21 + image: docker.io/bitnami/os-shell:12-debian-12-r22 - name: wordpress - image: docker.io/bitnami/wordpress:6.5.3-debian-12-r5 + image: docker.io/bitnami/wordpress:6.5.3-debian-12-r6 apiVersion: v2 appVersion: 6.5.3 dependencies: @@ -44,4 +44,4 @@ maintainers: name: wordpress sources: - https://github.com/bitnami/charts/tree/main/bitnami/wordpress -version: 22.4.0 +version: 22.4.1 diff --git a/bitnami/wordpress/values.yaml b/bitnami/wordpress/values.yaml index a9dc25c264bf6b..b877cd7baf1dce 100644 --- a/bitnami/wordpress/values.yaml +++ b/bitnami/wordpress/values.yaml @@ -82,7 +82,7 @@ diagnosticMode: image: registry: docker.io repository: bitnami/wordpress - tag: 6.5.3-debian-12-r5 + tag: 6.5.3-debian-12-r6 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' @@ -888,7 +888,7 @@ volumePermissions: image: registry: docker.io repository: bitnami/os-shell - tag: 12-debian-12-r21 + tag: 12-debian-12-r22 digest: "" pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. From f6463741bd6d21d0b0330483f4961f0112680b97 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Wed, 29 May 2024 22:54:22 +0200 Subject: [PATCH 095/110] [bitnami/etcd] Release 10.1.2 (#26555) * [bitnami/etcd] Release 10.1.2 updating components versions Signed-off-by: Bitnami Containers * Update CHANGELOG.md Signed-off-by: Bitnami Containers --------- Signed-off-by: Bitnami Containers --- bitnami/etcd/CHANGELOG.md | 8 ++++++-- bitnami/etcd/Chart.yaml | 8 ++++---- bitnami/etcd/values.yaml | 4 ++-- 3 files changed, 12 insertions(+), 8 deletions(-) diff --git a/bitnami/etcd/CHANGELOG.md b/bitnami/etcd/CHANGELOG.md index 4c43951023fdba..fa269c365475a8 100644 --- a/bitnami/etcd/CHANGELOG.md +++ b/bitnami/etcd/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog -## 10.1.1 (2024-05-24) +## 10.1.2 (2024-05-29) -* [bitnami/etcd] Fix livenessProbe for ETCD with TLS ([#26407](https://github.com/bitnami/charts/pull/26407)) +* [bitnami/etcd] Release 10.1.2 ([#26555](https://github.com/bitnami/charts/pull/26555)) + +## 10.1.1 (2024-05-24) + +* [bitnami/etcd] Fix livenessProbe for ETCD with TLS (#26407) ([4dbf742](https://github.com/bitnami/charts/commit/4dbf74264d1e718328757a07dc4dd4b86ab5f6da)), closes [#26407](https://github.com/bitnami/charts/issues/26407) ## 10.1.0 (2024-05-21) diff --git a/bitnami/etcd/Chart.yaml b/bitnami/etcd/Chart.yaml index 3ed3734e4c486c..d98cd7716ebed5 100644 --- a/bitnami/etcd/Chart.yaml +++ b/bitnami/etcd/Chart.yaml @@ -6,11 +6,11 @@ annotations: licenses: Apache-2.0 images: | - name: etcd - image: docker.io/bitnami/etcd:3.5.13-debian-12-r10 + image: docker.io/bitnami/etcd:3.5.14-debian-12-r0 - name: os-shell - image: docker.io/bitnami/os-shell:12-debian-12-r21 + image: docker.io/bitnami/os-shell:12-debian-12-r22 apiVersion: v2 -appVersion: 3.5.13 +appVersion: 3.5.14 dependencies: - name: common repository: oci://registry-1.docker.io/bitnamicharts @@ -32,4 +32,4 @@ maintainers: name: etcd sources: - https://github.com/bitnami/charts/tree/main/bitnami/etcd -version: 10.1.1 +version: 10.1.2 diff --git a/bitnami/etcd/values.yaml b/bitnami/etcd/values.yaml index 2457404609bfea..1c5a802995293d 100644 --- a/bitnami/etcd/values.yaml +++ b/bitnami/etcd/values.yaml @@ -79,7 +79,7 @@ diagnosticMode: image: registry: docker.io repository: bitnami/etcd - tag: 3.5.13-debian-12-r10 + tag: 3.5.14-debian-12-r0 digest: "" ## @param image.pullPolicy etcd image pull policy ## Specify a imagePullPolicy @@ -671,7 +671,7 @@ volumePermissions: image: registry: docker.io repository: bitnami/os-shell - tag: 12-debian-12-r21 + tag: 12-debian-12-r22 digest: "" ## @param volumePermissions.image.pullPolicy Init container volume-permissions image pull policy ## From 5271fa03b5ac44955cb59ef684cb336f8a5720d1 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Thu, 30 May 2024 02:44:53 +0200 Subject: [PATCH 096/110] [bitnami/vault] Release 1.4.1 (#26557) * [bitnami/vault] Release 1.4.1 updating components versions Signed-off-by: Bitnami Containers * Update CHANGELOG.md Signed-off-by: Bitnami Containers --------- Signed-off-by: Bitnami Containers --- bitnami/vault/CHANGELOG.md | 8 ++++++-- bitnami/vault/Chart.yaml | 8 ++++---- bitnami/vault/values.yaml | 4 ++-- 3 files changed, 12 insertions(+), 8 deletions(-) diff --git a/bitnami/vault/CHANGELOG.md b/bitnami/vault/CHANGELOG.md index 6fb6535104964b..7c60113d7de0bd 100644 --- a/bitnami/vault/CHANGELOG.md +++ b/bitnami/vault/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog -## 1.4.0 (2024-05-23) +## 1.4.1 (2024-05-30) -* [bitnami/vault] Enable PodDisruptionBudgets ([#26383](https://github.com/bitnami/charts/pull/26383)) +* [bitnami/vault] Release 1.4.1 ([#26557](https://github.com/bitnami/charts/pull/26557)) + +## 1.4.0 (2024-05-24) + +* [bitnami/vault] Enable PodDisruptionBudgets (#26383) ([e94387a](https://github.com/bitnami/charts/commit/e94387a3f24d5a4f920b31dbe83997e3a524be2e)), closes [#26383](https://github.com/bitnami/charts/issues/26383) ## 1.3.0 (2024-05-21) diff --git a/bitnami/vault/Chart.yaml b/bitnami/vault/Chart.yaml index 22376d53100359..d138856d4beea8 100644 --- a/bitnami/vault/Chart.yaml +++ b/bitnami/vault/Chart.yaml @@ -6,15 +6,15 @@ annotations: licenses: Apache-2.0 images: | - name: os-shell - image: docker.io/bitnami/os-shell:12-debian-12-r21 + image: docker.io/bitnami/os-shell:12-debian-12-r22 - name: vault - image: docker.io/bitnami/vault:1.16.2-debian-12-r3 + image: docker.io/bitnami/vault:1.16.3-debian-12-r0 - name: vault-csi-provider image: docker.io/bitnami/vault-csi-provider:1.4.2-debian-12-r6 - name: vault-k8s image: docker.io/bitnami/vault-k8s:1.4.1-debian-12-r5 apiVersion: v2 -appVersion: 1.16.2 +appVersion: 1.16.3 dependencies: - name: common repository: oci://registry-1.docker.io/bitnamicharts @@ -35,4 +35,4 @@ maintainers: name: vault sources: - https://github.com/bitnami/charts/tree/main/bitnami/vault -version: 1.4.0 +version: 1.4.1 diff --git a/bitnami/vault/values.yaml b/bitnami/vault/values.yaml index 96bd257f8145b4..df1beef78a71a5 100644 --- a/bitnami/vault/values.yaml +++ b/bitnami/vault/values.yaml @@ -88,7 +88,7 @@ server: image: registry: docker.io repository: bitnami/vault - tag: 1.16.2-debian-12-r3 + tag: 1.16.3-debian-12-r0 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' @@ -1791,7 +1791,7 @@ volumePermissions: image: registry: docker.io repository: bitnami/os-shell - tag: 12-debian-12-r21 + tag: 12-debian-12-r22 digest: "" pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. From be4358b13e35b10026d6ee31efdda58ea864633c Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Thu, 30 May 2024 05:33:52 +0200 Subject: [PATCH 097/110] [bitnami/solr] Release 9.2.2 (#26558) * [bitnami/solr] Release 9.2.2 updating components versions Signed-off-by: Bitnami Containers * Update CHANGELOG.md Signed-off-by: Bitnami Containers --------- Signed-off-by: Bitnami Containers --- bitnami/solr/CHANGELOG.md | 496 +++++++++++++++++++------------------- bitnami/solr/Chart.lock | 6 +- bitnami/solr/Chart.yaml | 9 +- bitnami/solr/values.yaml | 4 +- 4 files changed, 259 insertions(+), 256 deletions(-) diff --git a/bitnami/solr/CHANGELOG.md b/bitnami/solr/CHANGELOG.md index d4c1eaed4d9d8d..d7224e63244bf4 100644 --- a/bitnami/solr/CHANGELOG.md +++ b/bitnami/solr/CHANGELOG.md @@ -1,801 +1,805 @@ # Changelog -## 9.2.1 (2024-05-21) +## 9.2.2 (2024-05-30) -* [bitnami/solr] Use different liveness/readiness probes ([#26125](https://github.com/bitnami/charts/pulls/26125)) +* [bitnami/solr] Release 9.2.2 ([#26558](https://github.com/bitnami/charts/pull/26558)) + +## 9.2.1 (2024-05-22) + +* [bitnami/solr] Use different liveness/readiness probes (#26125) ([9166cff](https://github.com/bitnami/charts/commit/9166cff8e97ef3da202ba26be6251a347cf4c223)), closes [#26125](https://github.com/bitnami/charts/issues/26125) ## 9.2.0 (2024-05-21) -* [bitnami/*] ci: :construction_worker: Add tag and changelog support (#25359) ([91c707c](https://github.com/bitnami/charts/commit/91c707c)), closes [#25359](https://github.com/bitnami/charts/issues/25359) -* [bitnami/solr] feat: :sparkles: :lock: Add warning when original images are replaced (#26277) ([816155e](https://github.com/bitnami/charts/commit/816155e)), closes [#26277](https://github.com/bitnami/charts/issues/26277) +* [bitnami/*] ci: :construction_worker: Add tag and changelog support (#25359) ([91c707c](https://github.com/bitnami/charts/commit/91c707c9e4e574725a09505d2d313fb93f1b4c0a)), closes [#25359](https://github.com/bitnami/charts/issues/25359) +* [bitnami/solr] feat: :sparkles: :lock: Add warning when original images are replaced (#26277) ([816155e](https://github.com/bitnami/charts/commit/816155e200d69e84d3c8974626bdc1dcdafe9361)), closes [#26277](https://github.com/bitnami/charts/issues/26277) ## 9.1.6 (2024-05-18) -* [bitnami/solr] Release 9.1.6 updating components versions (#26078) ([cf2fa59](https://github.com/bitnami/charts/commit/cf2fa59)), closes [#26078](https://github.com/bitnami/charts/issues/26078) +* [bitnami/solr] Release 9.1.6 updating components versions (#26078) ([cf2fa59](https://github.com/bitnami/charts/commit/cf2fa59b391c77e82483b6f1e0a584cb4008a51a)), closes [#26078](https://github.com/bitnami/charts/issues/26078) ## 9.1.5 (2024-05-14) -* [bitnami/solr] Release 9.1.5 updating components versions (#25819) ([3c0e3ad](https://github.com/bitnami/charts/commit/3c0e3ad)), closes [#25819](https://github.com/bitnami/charts/issues/25819) +* [bitnami/solr] Release 9.1.5 updating components versions (#25819) ([3c0e3ad](https://github.com/bitnami/charts/commit/3c0e3ade8c5a42faca2a225f069cc02461b7842b)), closes [#25819](https://github.com/bitnami/charts/issues/25819) ## 9.1.4 (2024-05-13) -* [bitnami/*] Change non-root and rolling-tags doc URLs (#25628) ([b067c94](https://github.com/bitnami/charts/commit/b067c94)), closes [#25628](https://github.com/bitnami/charts/issues/25628) -* [bitnami/*] Set new header/owner (#25558) ([8d1dc11](https://github.com/bitnami/charts/commit/8d1dc11)), closes [#25558](https://github.com/bitnami/charts/issues/25558) -* [bitnami/solr] Release 9.1.4 updating components versions (#25737) ([6641fbd](https://github.com/bitnami/charts/commit/6641fbd)), closes [#25737](https://github.com/bitnami/charts/issues/25737) +* [bitnami/*] Change non-root and rolling-tags doc URLs (#25628) ([b067c94](https://github.com/bitnami/charts/commit/b067c94f6bcde427863c197fd355f0b5ba12ff5b)), closes [#25628](https://github.com/bitnami/charts/issues/25628) +* [bitnami/*] Set new header/owner (#25558) ([8d1dc11](https://github.com/bitnami/charts/commit/8d1dc11f5fb30db6fba50c43d7af59d2f79deed3)), closes [#25558](https://github.com/bitnami/charts/issues/25558) +* [bitnami/solr] Release 9.1.4 updating components versions (#25737) ([6641fbd](https://github.com/bitnami/charts/commit/6641fbd2932758e844fd2b13675e3b21b7c5f6b0)), closes [#25737](https://github.com/bitnami/charts/issues/25737) ## 9.1.3 (2024-04-28) -* [bitnami/multiple charts] Fix typo: "NetworkPolice" vs "NetworkPolicy" (#25348) ([6970c1b](https://github.com/bitnami/charts/commit/6970c1b)), closes [#25348](https://github.com/bitnami/charts/issues/25348) -* [bitnami/solr] Release 9.1.3 updating components versions (#25436) ([af1c65c](https://github.com/bitnami/charts/commit/af1c65c)), closes [#25436](https://github.com/bitnami/charts/issues/25436) -* Replace VMware by Broadcom copyright text (#25306) ([a5e4bd0](https://github.com/bitnami/charts/commit/a5e4bd0)), closes [#25306](https://github.com/bitnami/charts/issues/25306) +* [bitnami/multiple charts] Fix typo: "NetworkPolice" vs "NetworkPolicy" (#25348) ([6970c1b](https://github.com/bitnami/charts/commit/6970c1ba245873506e73d459c6eac1e4919b778f)), closes [#25348](https://github.com/bitnami/charts/issues/25348) +* [bitnami/solr] Release 9.1.3 updating components versions (#25436) ([af1c65c](https://github.com/bitnami/charts/commit/af1c65c419846d491917ea229651fd4855e1c111)), closes [#25436](https://github.com/bitnami/charts/issues/25436) +* Replace VMware by Broadcom copyright text (#25306) ([a5e4bd0](https://github.com/bitnami/charts/commit/a5e4bd0e35e419203793976a78d9d0a13de92c76)), closes [#25306](https://github.com/bitnami/charts/issues/25306) ## 9.1.2 (2024-04-18) -* [bitnami/solr] fix: add missing metrics port to networkpolicy (#25076) ([bc4ebc4](https://github.com/bitnami/charts/commit/bc4ebc4)), closes [#25076](https://github.com/bitnami/charts/issues/25076) -* [bitnami/solr] fix: add missing metrics port to networkpolicy (cont) (#25215) ([4438370](https://github.com/bitnami/charts/commit/4438370)), closes [#25215](https://github.com/bitnami/charts/issues/25215) -* Adds note to solr chart for the HDFS module removal (#25128) ([93eb20c](https://github.com/bitnami/charts/commit/93eb20c)), closes [#25128](https://github.com/bitnami/charts/issues/25128) +* [bitnami/solr] fix: add missing metrics port to networkpolicy (#25076) ([bc4ebc4](https://github.com/bitnami/charts/commit/bc4ebc410b21a41a6c0c205a21cd44e863240a3c)), closes [#25076](https://github.com/bitnami/charts/issues/25076) +* [bitnami/solr] fix: add missing metrics port to networkpolicy (cont) (#25215) ([4438370](https://github.com/bitnami/charts/commit/44383709075127ac30a9c3fe9963af4631d6ac1e)), closes [#25215](https://github.com/bitnami/charts/issues/25215) +* Adds note to solr chart for the HDFS module removal (#25128) ([93eb20c](https://github.com/bitnami/charts/commit/93eb20c39e7f9709c93be01f3536f8967eaf7aae)), closes [#25128](https://github.com/bitnami/charts/issues/25128) ## 9.1.1 (2024-04-10) -* [bitnami/solr] Release 9.1.1 updating components versions (#25118) ([3c4eefb](https://github.com/bitnami/charts/commit/3c4eefb)), closes [#25118](https://github.com/bitnami/charts/issues/25118) +* [bitnami/solr] Release 9.1.1 updating components versions (#25118) ([3c4eefb](https://github.com/bitnami/charts/commit/3c4eefb7ec18e52cc8e77e6572fe3a63ad59d368)), closes [#25118](https://github.com/bitnami/charts/issues/25118) ## 9.1.0 (2024-04-09) -* [bitnami/solr] Add revisionHistoryLimit variable for statefulset (#24786) ([87adba4](https://github.com/bitnami/charts/commit/87adba4)), closes [#24786](https://github.com/bitnami/charts/issues/24786) +* [bitnami/solr] Add revisionHistoryLimit variable for statefulset (#24786) ([87adba4](https://github.com/bitnami/charts/commit/87adba422aaf92d5531adb218baa6ef5ac3a646e)), closes [#24786](https://github.com/bitnami/charts/issues/24786) ## 9.0.3 (2024-04-05) -* [bitnami/solr] Release 9.0.3 updating components versions (#24994) ([5878aa7](https://github.com/bitnami/charts/commit/5878aa7)), closes [#24994](https://github.com/bitnami/charts/issues/24994) +* [bitnami/solr] Release 9.0.3 updating components versions (#24994) ([5878aa7](https://github.com/bitnami/charts/commit/5878aa70d273a77043a5626eab03f0c83857def8)), closes [#24994](https://github.com/bitnami/charts/issues/24994) ## 9.0.2 (2024-04-05) -* [bitnami/*] Readme typos (#24852) ([532fcdc](https://github.com/bitnami/charts/commit/532fcdc)), closes [#24852](https://github.com/bitnami/charts/issues/24852) -* [bitnami/solr] fix: add missing parenthesis in servicemonitor and prometheusrule (#24813) ([983ed2c](https://github.com/bitnami/charts/commit/983ed2c)), closes [#24813](https://github.com/bitnami/charts/issues/24813) -* Update resourcesPreset comments (#24467) ([92e3e8a](https://github.com/bitnami/charts/commit/92e3e8a)), closes [#24467](https://github.com/bitnami/charts/issues/24467) +* [bitnami/*] Readme typos (#24852) ([532fcdc](https://github.com/bitnami/charts/commit/532fcdc499cb67eccf0ade49ff1c02d3deb1d696)), closes [#24852](https://github.com/bitnami/charts/issues/24852) +* [bitnami/solr] fix: add missing parenthesis in servicemonitor and prometheusrule (#24813) ([983ed2c](https://github.com/bitnami/charts/commit/983ed2c21639be63f1189d75ba7ecb59772ad285)), closes [#24813](https://github.com/bitnami/charts/issues/24813) +* Update resourcesPreset comments (#24467) ([92e3e8a](https://github.com/bitnami/charts/commit/92e3e8a507326d2a20a8f10ab3e7746a2ec5c554)), closes [#24467](https://github.com/bitnami/charts/issues/24467) ## 9.0.1 (2024-04-02) -* [bitnami/solr] Release 9.0.1 updating components versions (#24807) ([6a68162](https://github.com/bitnami/charts/commit/6a68162)), closes [#24807](https://github.com/bitnami/charts/issues/24807) +* [bitnami/solr] Release 9.0.1 updating components versions (#24807) ([6a68162](https://github.com/bitnami/charts/commit/6a68162b1e132fb23f76b6df67867f87bfdb3efe)), closes [#24807](https://github.com/bitnami/charts/issues/24807) ## 9.0.0 (2024-04-01) -* [bitnami/*] Reorder Chart sections (#24455) ([0cf4048](https://github.com/bitnami/charts/commit/0cf4048)), closes [#24455](https://github.com/bitnami/charts/issues/24455) -* [bitnami/solr] feat!: :lock: :boom: Improve security defaults (#24669) ([007113d](https://github.com/bitnami/charts/commit/007113d)), closes [#24669](https://github.com/bitnami/charts/issues/24669) +* [bitnami/*] Reorder Chart sections (#24455) ([0cf4048](https://github.com/bitnami/charts/commit/0cf4048e8743f70a9753d460655bd030cbff6824)), closes [#24455](https://github.com/bitnami/charts/issues/24455) +* [bitnami/solr] feat!: :lock: :boom: Improve security defaults (#24669) ([007113d](https://github.com/bitnami/charts/commit/007113dc44cef17eff5d927aafae8c29607fa30f)), closes [#24669](https://github.com/bitnami/charts/issues/24669) ## 8.10.0 (2024-03-06) -* [bitnami/solr] feat: :sparkles: :lock: Add automatic adaptation for Openshift restricted-v2 SCC (#24 ([7a16e80](https://github.com/bitnami/charts/commit/7a16e80)), closes [#24154](https://github.com/bitnami/charts/issues/24154) +* [bitnami/solr] feat: :sparkles: :lock: Add automatic adaptation for Openshift restricted-v2 SCC (#24 ([7a16e80](https://github.com/bitnami/charts/commit/7a16e80aedaf8562c63947801a529e923658cf94)), closes [#24154](https://github.com/bitnami/charts/issues/24154) ## 8.9.2 (2024-02-22) -* [bitnami/solr] Release 8.9.2 updating components versions (#23830) ([86e3614](https://github.com/bitnami/charts/commit/86e3614)), closes [#23830](https://github.com/bitnami/charts/issues/23830) +* [bitnami/solr] Release 8.9.2 updating components versions (#23830) ([86e3614](https://github.com/bitnami/charts/commit/86e3614c04e59e8c1b1a8704973f8dd243eca763)), closes [#23830](https://github.com/bitnami/charts/issues/23830) ## 8.9.1 (2024-02-21) -* [bitnami/solr] Release 8.9.1 updating components versions (#23630) ([a296afd](https://github.com/bitnami/charts/commit/a296afd)), closes [#23630](https://github.com/bitnami/charts/issues/23630) +* [bitnami/solr] Release 8.9.1 updating components versions (#23630) ([a296afd](https://github.com/bitnami/charts/commit/a296afddd8fc721925c192ec1bde0ccbc8268958)), closes [#23630](https://github.com/bitnami/charts/issues/23630) ## 8.9.0 (2024-02-20) -* [bitnami/*] Bump all versions (#23602) ([b70ee2a](https://github.com/bitnami/charts/commit/b70ee2a)), closes [#23602](https://github.com/bitnami/charts/issues/23602) +* [bitnami/*] Bump all versions (#23602) ([b70ee2a](https://github.com/bitnami/charts/commit/b70ee2a30e4dc256bf0ac52928fb2fa7a70f049b)), closes [#23602](https://github.com/bitnami/charts/issues/23602) ## 8.8.0 (2024-02-15) -* [bitnami/solr] feat: :sparkles: :lock: Add resource preset support (#23521) ([fea4c3e](https://github.com/bitnami/charts/commit/fea4c3e)), closes [#23521](https://github.com/bitnami/charts/issues/23521) +* [bitnami/solr] feat: :sparkles: :lock: Add resource preset support (#23521) ([fea4c3e](https://github.com/bitnami/charts/commit/fea4c3ee7821e138221f33ef30b5bab98a29ddbf)), closes [#23521](https://github.com/bitnami/charts/issues/23521) ## 8.7.1 (2024-02-03) -* [bitnami/solr] Release 8.7.1 updating components versions (#23140) ([ff6c936](https://github.com/bitnami/charts/commit/ff6c936)), closes [#23140](https://github.com/bitnami/charts/issues/23140) +* [bitnami/solr] Release 8.7.1 updating components versions (#23140) ([ff6c936](https://github.com/bitnami/charts/commit/ff6c9364c90f85d0da25d6617de6b0112a2a0c78)), closes [#23140](https://github.com/bitnami/charts/issues/23140) ## 8.7.0 (2024-02-01) -* [bitnami/solr] fix: :bug: Add allowExternalEgress to avoid breaking istio (#22980) ([c9a9645](https://github.com/bitnami/charts/commit/c9a9645)), closes [#22980](https://github.com/bitnami/charts/issues/22980) +* [bitnami/solr] fix: :bug: Add allowExternalEgress to avoid breaking istio (#22980) ([c9a9645](https://github.com/bitnami/charts/commit/c9a9645aaa37f1f4f6b989c81e675043904377e7)), closes [#22980](https://github.com/bitnami/charts/issues/22980) ## 8.6.1 (2024-02-01) -* [bitnami/solr] Release 8.6.1 updating components versions (#23005) ([a7d6586](https://github.com/bitnami/charts/commit/a7d6586)), closes [#23005](https://github.com/bitnami/charts/issues/23005) +* [bitnami/solr] Release 8.6.1 updating components versions (#23005) ([a7d6586](https://github.com/bitnami/charts/commit/a7d658662c17d6fd7aea10d50a17ce33decd7b2d)), closes [#23005](https://github.com/bitnami/charts/issues/23005) ## 8.6.0 (2024-01-26) -* [bitnami/solr] feat: :lock: Enable networkPolicy (#22725) ([04af8af](https://github.com/bitnami/charts/commit/04af8af)), closes [#22725](https://github.com/bitnami/charts/issues/22725) +* [bitnami/solr] feat: :lock: Enable networkPolicy (#22725) ([04af8af](https://github.com/bitnami/charts/commit/04af8af68def59deaf226fbf4b8500b8b41f360a)), closes [#22725](https://github.com/bitnami/charts/issues/22725) ## 8.5.1 (2024-01-25) -* [bitnami/*] Move documentation sections from docs.bitnami.com back to the README (#22203) ([7564f36](https://github.com/bitnami/charts/commit/7564f36)), closes [#22203](https://github.com/bitnami/charts/issues/22203) -* [bitnami/solr] fix: :bug: Set seLinuxOptions to null for Openshift compatibility (#22658) ([2826fc1](https://github.com/bitnami/charts/commit/2826fc1)), closes [#22658](https://github.com/bitnami/charts/issues/22658) +* [bitnami/*] Move documentation sections from docs.bitnami.com back to the README (#22203) ([7564f36](https://github.com/bitnami/charts/commit/7564f36ca1e95ff30ee686652b7ab8690561a707)), closes [#22203](https://github.com/bitnami/charts/issues/22203) +* [bitnami/solr] fix: :bug: Set seLinuxOptions to null for Openshift compatibility (#22658) ([2826fc1](https://github.com/bitnami/charts/commit/2826fc1e159fc97b9584794a0ac9ff14e4013450)), closes [#22658](https://github.com/bitnami/charts/issues/22658) ## 8.5.0 (2024-01-19) -* [bitnami/solr] fix: :lock: Move service-account token auto-mount to pod declaration (#22460) ([4790437](https://github.com/bitnami/charts/commit/4790437)), closes [#22460](https://github.com/bitnami/charts/issues/22460) +* [bitnami/solr] fix: :lock: Move service-account token auto-mount to pod declaration (#22460) ([4790437](https://github.com/bitnami/charts/commit/47904372ee9c584c80ee88b32385e37e158684d5)), closes [#22460](https://github.com/bitnami/charts/issues/22460) ## 8.4.2 (2024-01-19) -* [bitnami/solr] Release 8.4.2 updating components versions (#22509) ([4187355](https://github.com/bitnami/charts/commit/4187355)), closes [#22509](https://github.com/bitnami/charts/issues/22509) +* [bitnami/solr] Release 8.4.2 updating components versions (#22509) ([4187355](https://github.com/bitnami/charts/commit/41873554aff42fe341adf54aecf2a73f7f5dd8cb)), closes [#22509](https://github.com/bitnami/charts/issues/22509) ## 8.4.1 (2024-01-17) -* [bitnami/solr] Release 8.4.1 updating components versions (#22331) ([e330ff7](https://github.com/bitnami/charts/commit/e330ff7)), closes [#22331](https://github.com/bitnami/charts/issues/22331) +* [bitnami/solr] Release 8.4.1 updating components versions (#22331) ([e330ff7](https://github.com/bitnami/charts/commit/e330ff736b7adf5d68a8812f4eb4274d5f2aff14)), closes [#22331](https://github.com/bitnami/charts/issues/22331) ## 8.4.0 (2024-01-17) -* [bitnami/solr] fix: :lock: Improve podSecurityContext and containerSecurityContext with essential se ([18770e5](https://github.com/bitnami/charts/commit/18770e5)), closes [#22189](https://github.com/bitnami/charts/issues/22189) +* [bitnami/solr] fix: :lock: Improve podSecurityContext and containerSecurityContext with essential se ([18770e5](https://github.com/bitnami/charts/commit/18770e5cd8371aeb06c40ace5f58b5121ab584bf)), closes [#22189](https://github.com/bitnami/charts/issues/22189) ## 8.3.5 (2024-01-14) -* [bitnami/*] Fix docs.bitnami.com broken links (#21901) ([f35506d](https://github.com/bitnami/charts/commit/f35506d)), closes [#21901](https://github.com/bitnami/charts/issues/21901) -* [bitnami/*] Fix ref links (in comments) (#21822) ([e4fa296](https://github.com/bitnami/charts/commit/e4fa296)), closes [#21822](https://github.com/bitnami/charts/issues/21822) -* [bitnami/*] Update copyright: Year and company (#21815) ([6c4bf75](https://github.com/bitnami/charts/commit/6c4bf75)), closes [#21815](https://github.com/bitnami/charts/issues/21815) -* [bitnami/solr] fix: :lock: Do not use the default service account (#22030) ([56da084](https://github.com/bitnami/charts/commit/56da084)), closes [#22030](https://github.com/bitnami/charts/issues/22030) +* [bitnami/*] Fix docs.bitnami.com broken links (#21901) ([f35506d](https://github.com/bitnami/charts/commit/f35506d2dadee4f097986e7792df1f53ab215b5d)), closes [#21901](https://github.com/bitnami/charts/issues/21901) +* [bitnami/*] Fix ref links (in comments) (#21822) ([e4fa296](https://github.com/bitnami/charts/commit/e4fa296106b225cf8c82445727c675c7c725e380)), closes [#21822](https://github.com/bitnami/charts/issues/21822) +* [bitnami/*] Update copyright: Year and company (#21815) ([6c4bf75](https://github.com/bitnami/charts/commit/6c4bf75dec58fc7c9aee9f089777b1a858c17d5b)), closes [#21815](https://github.com/bitnami/charts/issues/21815) +* [bitnami/solr] fix: :lock: Do not use the default service account (#22030) ([56da084](https://github.com/bitnami/charts/commit/56da084b75f659da79102e59c4f70a6fef66b292)), closes [#22030](https://github.com/bitnami/charts/issues/22030) ## 8.3.4 (2023-12-31) -* [bitnami/solr] Release 8.3.4 updating components versions (#21806) ([9c9100e](https://github.com/bitnami/charts/commit/9c9100e)), closes [#21806](https://github.com/bitnami/charts/issues/21806) +* [bitnami/solr] Release 8.3.4 updating components versions (#21806) ([9c9100e](https://github.com/bitnami/charts/commit/9c9100e6cb1f11d18efb3ad500e34bb1b61f3e4f)), closes [#21806](https://github.com/bitnami/charts/issues/21806) ## 8.3.3 (2023-12-08) -* [bitnami/solr] chore: Remove double-defined Probes parameters (#21364) ([03e2dbe](https://github.com/bitnami/charts/commit/03e2dbe)), closes [#21364](https://github.com/bitnami/charts/issues/21364) +* [bitnami/solr] chore: Remove double-defined Probes parameters (#21364) ([03e2dbe](https://github.com/bitnami/charts/commit/03e2dbef55deddc0705f6fd7d20935e95043b189)), closes [#21364](https://github.com/bitnami/charts/issues/21364) ## 8.3.2 (2023-11-21) -* [bitnami/*] Remove relative links to non-README sections, add verification for that and update TL;DR ([1103633](https://github.com/bitnami/charts/commit/1103633)), closes [#20967](https://github.com/bitnami/charts/issues/20967) -* [bitnami/*] Rename solutions to "Bitnami package for ..." (#21038) ([b82f979](https://github.com/bitnami/charts/commit/b82f979)), closes [#21038](https://github.com/bitnami/charts/issues/21038) -* [bitnami/solr] Release 8.3.2 updating components versions (#21174) ([aca6971](https://github.com/bitnami/charts/commit/aca6971)), closes [#21174](https://github.com/bitnami/charts/issues/21174) +* [bitnami/*] Remove relative links to non-README sections, add verification for that and update TL;DR ([1103633](https://github.com/bitnami/charts/commit/11036334d82df0490aa4abdb591543cab6cf7d7f)), closes [#20967](https://github.com/bitnami/charts/issues/20967) +* [bitnami/*] Rename solutions to "Bitnami package for ..." (#21038) ([b82f979](https://github.com/bitnami/charts/commit/b82f979e4fb63423fe6e2192c946d09d79c944fc)), closes [#21038](https://github.com/bitnami/charts/issues/21038) +* [bitnami/solr] Release 8.3.2 updating components versions (#21174) ([aca6971](https://github.com/bitnami/charts/commit/aca69713e244b0b726f73f25384ac794f2799ef4)), closes [#21174](https://github.com/bitnami/charts/issues/21174) ## 8.3.1 (2023-11-08) -* [bitnami/solr] Release 8.3.1 updating components versions (#20709) ([c14916d](https://github.com/bitnami/charts/commit/c14916d)), closes [#20709](https://github.com/bitnami/charts/issues/20709) +* [bitnami/solr] Release 8.3.1 updating components versions (#20709) ([c14916d](https://github.com/bitnami/charts/commit/c14916d217d93256c99ec685313019cb967d4dd1)), closes [#20709](https://github.com/bitnami/charts/issues/20709) ## 8.3.0 (2023-10-31) -* [bitnami/solr] feat: :sparkles: Add support for PSA restricted policy (#20535) ([338342f](https://github.com/bitnami/charts/commit/338342f)), closes [#20535](https://github.com/bitnami/charts/issues/20535) +* [bitnami/solr] feat: :sparkles: Add support for PSA restricted policy (#20535) ([338342f](https://github.com/bitnami/charts/commit/338342f247b1649b3808829d4ff37dceee27dc97)), closes [#20535](https://github.com/bitnami/charts/issues/20535) ## 8.2.0 (2023-10-25) -* [bitnami/*] Rename VMware Application Catalog (#20361) ([3acc734](https://github.com/bitnami/charts/commit/3acc734)), closes [#20361](https://github.com/bitnami/charts/issues/20361) -* [bitnami/*] Skip image's tag in the README files of the Bitnami Charts (#19841) ([bb9a01b](https://github.com/bitnami/charts/commit/bb9a01b)), closes [#19841](https://github.com/bitnami/charts/issues/19841) -* [bitnami/*] Standardize documentation (#19835) ([af5f753](https://github.com/bitnami/charts/commit/af5f753)), closes [#19835](https://github.com/bitnami/charts/issues/19835) -* [bitnami/solr] Add support for enableServiceLinks on solr chart (#20319) ([4e46be8](https://github.com/bitnami/charts/commit/4e46be8)), closes [#20319](https://github.com/bitnami/charts/issues/20319) +* [bitnami/*] Rename VMware Application Catalog (#20361) ([3acc734](https://github.com/bitnami/charts/commit/3acc73472beb6fb56c4d99f929061001205bc57e)), closes [#20361](https://github.com/bitnami/charts/issues/20361) +* [bitnami/*] Skip image's tag in the README files of the Bitnami Charts (#19841) ([bb9a01b](https://github.com/bitnami/charts/commit/bb9a01b65911c87e48318db922cc05eb42785e42)), closes [#19841](https://github.com/bitnami/charts/issues/19841) +* [bitnami/*] Standardize documentation (#19835) ([af5f753](https://github.com/bitnami/charts/commit/af5f7530c1bc8c5ded53a6c4f7b8f384ac1804f2)), closes [#19835](https://github.com/bitnami/charts/issues/19835) +* [bitnami/solr] Add support for enableServiceLinks on solr chart (#20319) ([4e46be8](https://github.com/bitnami/charts/commit/4e46be8e6aaaef9c2b3dddd9720c2aa2b9ec9fbf)), closes [#20319](https://github.com/bitnami/charts/issues/20319) ## 8.1.8 (2023-10-17) -* [bitnami/solr] Release 8.1.8 (#20278) ([ade6fc5](https://github.com/bitnami/charts/commit/ade6fc5)), closes [#20278](https://github.com/bitnami/charts/issues/20278) +* [bitnami/solr] Release 8.1.8 (#20278) ([ade6fc5](https://github.com/bitnami/charts/commit/ade6fc5fbc516534a28094843659fbf204ed1d57)), closes [#20278](https://github.com/bitnami/charts/issues/20278) ## 8.1.7 (2023-10-15) -* [bitnami/solr] Release 8.1.7 (#20173) ([17abc03](https://github.com/bitnami/charts/commit/17abc03)), closes [#20173](https://github.com/bitnami/charts/issues/20173) +* [bitnami/solr] Release 8.1.7 (#20173) ([17abc03](https://github.com/bitnami/charts/commit/17abc031475dec8cc06fff3add4dfb8c2d09368b)), closes [#20173](https://github.com/bitnami/charts/issues/20173) ## 8.1.6 (2023-10-09) -* [bitnami/*] Update Helm charts prerequisites (#19745) ([eb755dd](https://github.com/bitnami/charts/commit/eb755dd)), closes [#19745](https://github.com/bitnami/charts/issues/19745) -* [bitnami/solr] Release 8.1.6 (#19935) ([d22c18e](https://github.com/bitnami/charts/commit/d22c18e)), closes [#19935](https://github.com/bitnami/charts/issues/19935) +* [bitnami/*] Update Helm charts prerequisites (#19745) ([eb755dd](https://github.com/bitnami/charts/commit/eb755dd36a4dd3cf6635be8e0598f9a7f4c4a554)), closes [#19745](https://github.com/bitnami/charts/issues/19745) +* [bitnami/solr] Release 8.1.6 (#19935) ([d22c18e](https://github.com/bitnami/charts/commit/d22c18e87f6afee4ff238fad2fda25695174146c)), closes [#19935](https://github.com/bitnami/charts/issues/19935) ## 8.1.5 (2023-10-01) -* [bitnami/solr] Release 8.1.5 (#19671) ([47768be](https://github.com/bitnami/charts/commit/47768be)), closes [#19671](https://github.com/bitnami/charts/issues/19671) -* Autogenerate schema files (#19194) ([a2c2090](https://github.com/bitnami/charts/commit/a2c2090)), closes [#19194](https://github.com/bitnami/charts/issues/19194) -* Revert "Autogenerate schema files (#19194)" (#19335) ([73d80be](https://github.com/bitnami/charts/commit/73d80be)), closes [#19194](https://github.com/bitnami/charts/issues/19194) [#19335](https://github.com/bitnami/charts/issues/19335) +* [bitnami/solr] Release 8.1.5 (#19671) ([47768be](https://github.com/bitnami/charts/commit/47768be1a3c079aa84dc4d144cd737a722f1e391)), closes [#19671](https://github.com/bitnami/charts/issues/19671) +* Autogenerate schema files (#19194) ([a2c2090](https://github.com/bitnami/charts/commit/a2c2090b5ac97f47b745c8028c6452bf99739772)), closes [#19194](https://github.com/bitnami/charts/issues/19194) +* Revert "Autogenerate schema files (#19194)" (#19335) ([73d80be](https://github.com/bitnami/charts/commit/73d80be525c88fb4b8a54451a55acd506e337062)), closes [#19194](https://github.com/bitnami/charts/issues/19194) [#19335](https://github.com/bitnami/charts/issues/19335) ## 8.1.4 (2023-09-07) -* [bitnami/solr]: Add missing label to metrics svc (#19122) ([331a7bb](https://github.com/bitnami/charts/commit/331a7bb)), closes [#19122](https://github.com/bitnami/charts/issues/19122) +* [bitnami/solr]: Add missing label to metrics svc (#19122) ([331a7bb](https://github.com/bitnami/charts/commit/331a7bb2e907ea38f582e3b9973df4290a5e703d)), closes [#19122](https://github.com/bitnami/charts/issues/19122) ## 8.1.3 (2023-09-06) -* [bitnami/solr: Use merge helper]: (#19106) ([e2a8856](https://github.com/bitnami/charts/commit/e2a8856)), closes [#19106](https://github.com/bitnami/charts/issues/19106) +* [bitnami/solr: Use merge helper]: (#19106) ([e2a8856](https://github.com/bitnami/charts/commit/e2a8856e0dde286bef117bcb34f9a491801a6807)), closes [#19106](https://github.com/bitnami/charts/issues/19106) ## 8.1.2 (2023-09-01) -* [bitnami/solr] Release 8.1.2 (#18979) ([b6e4421](https://github.com/bitnami/charts/commit/b6e4421)), closes [#18979](https://github.com/bitnami/charts/issues/18979) +* [bitnami/solr] Release 8.1.2 (#18979) ([b6e4421](https://github.com/bitnami/charts/commit/b6e4421aeb013d91966e96691fde295a113fb2fe)), closes [#18979](https://github.com/bitnami/charts/issues/18979) ## 8.1.1 (2023-08-29) -* [bitnami/solr] Point directly to the nodes in the zookeeper connection string (#18857) ([42e39e8](https://github.com/bitnami/charts/commit/42e39e8)), closes [#18857](https://github.com/bitnami/charts/issues/18857) +* [bitnami/solr] Point directly to the nodes in the zookeeper connection string (#18857) ([42e39e8](https://github.com/bitnami/charts/commit/42e39e879723dc0c52ebe3f78be0fbe996d1b5e7)), closes [#18857](https://github.com/bitnami/charts/issues/18857) ## 8.1.0 (2023-08-29) -* [bitnami/solr] Support for customizing standard labels (#18747) ([a6fddf7](https://github.com/bitnami/charts/commit/a6fddf7)), closes [#18747](https://github.com/bitnami/charts/issues/18747) +* [bitnami/solr] Support for customizing standard labels (#18747) ([a6fddf7](https://github.com/bitnami/charts/commit/a6fddf7f84fe675ec3ef81289d8216c6e462234f)), closes [#18747](https://github.com/bitnami/charts/issues/18747) ## 8.0.1 (2023-08-28) -* [bitnami/solr] test: :white_check_mark: Add persistence test (#18816) ([d8e49b4](https://github.com/bitnami/charts/commit/d8e49b4)), closes [#18816](https://github.com/bitnami/charts/issues/18816) +* [bitnami/solr] test: :white_check_mark: Add persistence test (#18816) ([d8e49b4](https://github.com/bitnami/charts/commit/d8e49b4a63e815f8bcb09e46a596971dcc64e8fe)), closes [#18816](https://github.com/bitnami/charts/issues/18816) ## 8.0.0 (2023-08-23) -* [bitnami/solr] Zookeeper chart update (#18809) ([4f7c6e1](https://github.com/bitnami/charts/commit/4f7c6e1)), closes [#18809](https://github.com/bitnami/charts/issues/18809) +* [bitnami/solr] Zookeeper chart update (#18809) ([4f7c6e1](https://github.com/bitnami/charts/commit/4f7c6e1bcad34bd3482ea1dab14b1aa38aca3ccc)), closes [#18809](https://github.com/bitnami/charts/issues/18809) ## 7.5.10 (2023-08-21) -* [bitnami/solr] Release 7.5.10 (#18717) ([764ece3](https://github.com/bitnami/charts/commit/764ece3)), closes [#18717](https://github.com/bitnami/charts/issues/18717) +* [bitnami/solr] Release 7.5.10 (#18717) ([764ece3](https://github.com/bitnami/charts/commit/764ece3f0cd1208fc6f5c1be56c3b2014d6dd3e4)), closes [#18717](https://github.com/bitnami/charts/issues/18717) ## 7.5.9 (2023-08-18) -* [bitnami/solr] Release 7.5.9 updating components versions (#18634) ([99cde84](https://github.com/bitnami/charts/commit/99cde84)), closes [#18634](https://github.com/bitnami/charts/issues/18634) +* [bitnami/solr] Release 7.5.9 updating components versions (#18634) ([99cde84](https://github.com/bitnami/charts/commit/99cde84d9e63a18732b71757c83dea27fc720e2e)), closes [#18634](https://github.com/bitnami/charts/issues/18634) ## 7.5.8 (2023-08-17) -* [bitnami/solr] Release 7.5.8 (#18591) ([7a900f0](https://github.com/bitnami/charts/commit/7a900f0)), closes [#18591](https://github.com/bitnami/charts/issues/18591) +* [bitnami/solr] Release 7.5.8 (#18591) ([7a900f0](https://github.com/bitnami/charts/commit/7a900f0a66e9f2b7d72e6ad0d00f65c7819bbbfa)), closes [#18591](https://github.com/bitnami/charts/issues/18591) ## 7.5.7 (2023-08-02) -* Add noprompt to init command (#18074) ([25ad721](https://github.com/bitnami/charts/commit/25ad721)), closes [#18074](https://github.com/bitnami/charts/issues/18074) +* Add noprompt to init command (#18074) ([25ad721](https://github.com/bitnami/charts/commit/25ad7215df65600775d1fbdbd9f29cd92d19cf2e)), closes [#18074](https://github.com/bitnami/charts/issues/18074) ## 7.5.6 (2023-07-31) -* [bitnami/solr] Fix probes for Standalone mode (#17774) ([1d13967](https://github.com/bitnami/charts/commit/1d13967)), closes [#17774](https://github.com/bitnami/charts/issues/17774) +* [bitnami/solr] Fix probes for Standalone mode (#17774) ([1d13967](https://github.com/bitnami/charts/commit/1d139678fc411f160e25189dc510c856c7ba6a4b)), closes [#17774](https://github.com/bitnami/charts/issues/17774) ## 7.5.5 (2023-07-22) -* [bitnami/solr] Release 7.5.5 (#17828) ([c651c16](https://github.com/bitnami/charts/commit/c651c16)), closes [#17828](https://github.com/bitnami/charts/issues/17828) +* [bitnami/solr] Release 7.5.5 (#17828) ([c651c16](https://github.com/bitnami/charts/commit/c651c1686601a612e77496d869f09a5cf9cadfc4)), closes [#17828](https://github.com/bitnami/charts/issues/17828) ## 7.5.4 (2023-07-21) -* [bitnami/solr] Release 7.5.4 (#17819) ([57b9baf](https://github.com/bitnami/charts/commit/57b9baf)), closes [#17819](https://github.com/bitnami/charts/issues/17819) +* [bitnami/solr] Release 7.5.4 (#17819) ([57b9baf](https://github.com/bitnami/charts/commit/57b9baf7b4963fa8b7cceceaa1bccbff5be10208)), closes [#17819](https://github.com/bitnami/charts/issues/17819) ## 7.5.3 (2023-07-13) -* [bitnami/solr] Release 7.5.3 (#17667) ([f2e0f17](https://github.com/bitnami/charts/commit/f2e0f17)), closes [#17667](https://github.com/bitnami/charts/issues/17667) -* Add copyright header (#17300) ([da68be8](https://github.com/bitnami/charts/commit/da68be8)), closes [#17300](https://github.com/bitnami/charts/issues/17300) -* Update charts readme (#17217) ([31b3c0a](https://github.com/bitnami/charts/commit/31b3c0a)), closes [#17217](https://github.com/bitnami/charts/issues/17217) +* [bitnami/solr] Release 7.5.3 (#17667) ([f2e0f17](https://github.com/bitnami/charts/commit/f2e0f17ed86381f25ac0252a71156b5e0e06a90f)), closes [#17667](https://github.com/bitnami/charts/issues/17667) +* Add copyright header (#17300) ([da68be8](https://github.com/bitnami/charts/commit/da68be8e951225133c7dfb572d5101ca3d61c5ae)), closes [#17300](https://github.com/bitnami/charts/issues/17300) +* Update charts readme (#17217) ([31b3c0a](https://github.com/bitnami/charts/commit/31b3c0afd968ff4429107e34101f7509e6a0e913)), closes [#17217](https://github.com/bitnami/charts/issues/17217) ## 7.5.2 (2023-06-20) -* [bitnami/*] Change copyright section in READMEs (#17006) ([ef986a1](https://github.com/bitnami/charts/commit/ef986a1)), closes [#17006](https://github.com/bitnami/charts/issues/17006) -* [bitnami/several] Change copyright section in READMEs (#16989) ([5b6a5cf](https://github.com/bitnami/charts/commit/5b6a5cf)), closes [#16989](https://github.com/bitnami/charts/issues/16989) -* [bitnami/solr] Release 7.5.2 (#17244) ([cb34706](https://github.com/bitnami/charts/commit/cb34706)), closes [#17244](https://github.com/bitnami/charts/issues/17244) +* [bitnami/*] Change copyright section in READMEs (#17006) ([ef986a1](https://github.com/bitnami/charts/commit/ef986a1605241102b3dcafe9fd8089e6fc1201ad)), closes [#17006](https://github.com/bitnami/charts/issues/17006) +* [bitnami/several] Change copyright section in READMEs (#16989) ([5b6a5cf](https://github.com/bitnami/charts/commit/5b6a5cfb7625a751848a2e5cd796bd7278f406ca)), closes [#16989](https://github.com/bitnami/charts/issues/16989) +* [bitnami/solr] Release 7.5.2 (#17244) ([cb34706](https://github.com/bitnami/charts/commit/cb347064866979e47175b60dc276c1b6024b812e)), closes [#17244](https://github.com/bitnami/charts/issues/17244) ## 7.5.1 (2023-05-21) -* [bitnami/solr] Release 7.5.1 (#16833) ([4ee73da](https://github.com/bitnami/charts/commit/4ee73da)), closes [#16833](https://github.com/bitnami/charts/issues/16833) -* Add wording for enterprise page (#16560) ([8f22774](https://github.com/bitnami/charts/commit/8f22774)), closes [#16560](https://github.com/bitnami/charts/issues/16560) +* [bitnami/solr] Release 7.5.1 (#16833) ([4ee73da](https://github.com/bitnami/charts/commit/4ee73dab2788a7fbee57e6865a143728946a1815)), closes [#16833](https://github.com/bitnami/charts/issues/16833) +* Add wording for enterprise page (#16560) ([8f22774](https://github.com/bitnami/charts/commit/8f2277440b976d52785ba9149762ad8620a73d1f)), closes [#16560](https://github.com/bitnami/charts/issues/16560) ## 7.5.0 (2023-05-09) -* [bitnami/several] Adapt Chart.yaml to set desired OCI annotations (#16546) ([fc9b18f](https://github.com/bitnami/charts/commit/fc9b18f)), closes [#16546](https://github.com/bitnami/charts/issues/16546) +* [bitnami/several] Adapt Chart.yaml to set desired OCI annotations (#16546) ([fc9b18f](https://github.com/bitnami/charts/commit/fc9b18f2e98805d4df629acbcde696f44f973344)), closes [#16546](https://github.com/bitnami/charts/issues/16546) ## 7.4.2 (2023-05-09) -* [bitnami/solr] Release 7.4.2 (#16526) ([8b13431](https://github.com/bitnami/charts/commit/8b13431)), closes [#16526](https://github.com/bitnami/charts/issues/16526) +* [bitnami/solr] Release 7.4.2 (#16526) ([8b13431](https://github.com/bitnami/charts/commit/8b13431776eaec52c626ed0c559e9d908cdb0cdd)), closes [#16526](https://github.com/bitnami/charts/issues/16526) ## 7.4.1 (2023-05-01) -* [bitnami/solr] Release 7.4.1 (#16320) ([c821094](https://github.com/bitnami/charts/commit/c821094)), closes [#16320](https://github.com/bitnami/charts/issues/16320) +* [bitnami/solr] Release 7.4.1 (#16320) ([c821094](https://github.com/bitnami/charts/commit/c8210949f40d61b36f676911fccff37ab02652d7)), closes [#16320](https://github.com/bitnami/charts/issues/16320) ## 7.4.0 (2023-04-25) -* [binami/solr] Solr ingress with template (#16116) ([e4bfa34](https://github.com/bitnami/charts/commit/e4bfa34)), closes [#16116](https://github.com/bitnami/charts/issues/16116) +* [binami/solr] Solr ingress with template (#16116) ([e4bfa34](https://github.com/bitnami/charts/commit/e4bfa34757946e55e26b241a872d6ba28df96cc3)), closes [#16116](https://github.com/bitnami/charts/issues/16116) ## 7.3.0 (2023-04-20) -* [bitnami/*] Make Helm charts 100% OCI (#15998) ([8841510](https://github.com/bitnami/charts/commit/8841510)), closes [#15998](https://github.com/bitnami/charts/issues/15998) +* [bitnami/*] Make Helm charts 100% OCI (#15998) ([8841510](https://github.com/bitnami/charts/commit/884151035efcbf2e1b3206e7def85511073fb57d)), closes [#15998](https://github.com/bitnami/charts/issues/15998) ## 7.2.4 (2023-04-18) -* [bitnami/solr] Release 7.2.4 (#16107) ([2a4634a](https://github.com/bitnami/charts/commit/2a4634a)), closes [#16107](https://github.com/bitnami/charts/issues/16107) +* [bitnami/solr] Release 7.2.4 (#16107) ([2a4634a](https://github.com/bitnami/charts/commit/2a4634a1e35c881a6882263ce67c80db349a965b)), closes [#16107](https://github.com/bitnami/charts/issues/16107) ## 7.2.3 (2023-04-17) -* [bitnami/solr] Release 7.2.3 (#16094) ([f5cdffd](https://github.com/bitnami/charts/commit/f5cdffd)), closes [#16094](https://github.com/bitnami/charts/issues/16094) +* [bitnami/solr] Release 7.2.3 (#16094) ([f5cdffd](https://github.com/bitnami/charts/commit/f5cdffdb5af93df8d8b29a2b803c64b224d0d9a0)), closes [#16094](https://github.com/bitnami/charts/issues/16094) ## 7.2.2 (2023-04-04) -* [bitnami/solr] Release 7.2.2 (#15961) ([2f0a8a8](https://github.com/bitnami/charts/commit/2f0a8a8)), closes [#15961](https://github.com/bitnami/charts/issues/15961) +* [bitnami/solr] Release 7.2.2 (#15961) ([2f0a8a8](https://github.com/bitnami/charts/commit/2f0a8a8e022428b92f573729a6bcf4a6808d7599)), closes [#15961](https://github.com/bitnami/charts/issues/15961) ## 7.2.1 (2023-03-19) -* [bitnami/solr] Release 7.2.1 (#15611) ([5ba7671](https://github.com/bitnami/charts/commit/5ba7671)), closes [#15611](https://github.com/bitnami/charts/issues/15611) +* [bitnami/solr] Release 7.2.1 (#15611) ([5ba7671](https://github.com/bitnami/charts/commit/5ba7671408c203d78e1fb73115a73b4622d48c91)), closes [#15611](https://github.com/bitnami/charts/issues/15611) ## 7.2.0 (2023-03-10) -* [bitnami/charts] Apply linter to README files (#15357) ([0e29e60](https://github.com/bitnami/charts/commit/0e29e60)), closes [#15357](https://github.com/bitnami/charts/issues/15357) -* [bitnami/solr] Add support for service.headless.annotations (#15444) ([1adf0ae](https://github.com/bitnami/charts/commit/1adf0ae)), closes [#15444](https://github.com/bitnami/charts/issues/15444) +* [bitnami/charts] Apply linter to README files (#15357) ([0e29e60](https://github.com/bitnami/charts/commit/0e29e600d3adc8b1b46e506eccb3decfab3b4e63)), closes [#15357](https://github.com/bitnami/charts/issues/15357) +* [bitnami/solr] Add support for service.headless.annotations (#15444) ([1adf0ae](https://github.com/bitnami/charts/commit/1adf0ae555c8321e390b18fcfffb115637176bfb)), closes [#15444](https://github.com/bitnami/charts/issues/15444) ## 7.1.5 (2023-03-01) -* [bitnami/solr] Release 7.1.5 (#15228) ([a8eb66f](https://github.com/bitnami/charts/commit/a8eb66f)), closes [#15228](https://github.com/bitnami/charts/issues/15228) +* [bitnami/solr] Release 7.1.5 (#15228) ([a8eb66f](https://github.com/bitnami/charts/commit/a8eb66f76b8ec5c500ee40243de34c36cddbc1fa)), closes [#15228](https://github.com/bitnami/charts/issues/15228) ## 7.1.4 (2023-02-17) -* [bitnami/*] Change copyright date (#14682) ([add4ec7](https://github.com/bitnami/charts/commit/add4ec7)), closes [#14682](https://github.com/bitnami/charts/issues/14682) -* [bitnami/*] Fix markdown linter issues (#14874) ([a51e0e8](https://github.com/bitnami/charts/commit/a51e0e8)), closes [#14874](https://github.com/bitnami/charts/issues/14874) -* [bitnami/*] Fix markdown linter issues 2 (#14890) ([aa96572](https://github.com/bitnami/charts/commit/aa96572)), closes [#14890](https://github.com/bitnami/charts/issues/14890) -* [bitnami/*] Remove unexpected extra spaces (#14873) ([c97c714](https://github.com/bitnami/charts/commit/c97c714)), closes [#14873](https://github.com/bitnami/charts/issues/14873) -* [bitnami/solr] Release 7.1.4 (#15024) ([e0bf2cb](https://github.com/bitnami/charts/commit/e0bf2cb)), closes [#15024](https://github.com/bitnami/charts/issues/15024) +* [bitnami/*] Change copyright date (#14682) ([add4ec7](https://github.com/bitnami/charts/commit/add4ec701108ac36ed4de2dffbdf407a0d091067)), closes [#14682](https://github.com/bitnami/charts/issues/14682) +* [bitnami/*] Fix markdown linter issues (#14874) ([a51e0e8](https://github.com/bitnami/charts/commit/a51e0e8d35495b907f3e70dd2f8e7c3bcbf4166a)), closes [#14874](https://github.com/bitnami/charts/issues/14874) +* [bitnami/*] Fix markdown linter issues 2 (#14890) ([aa96572](https://github.com/bitnami/charts/commit/aa9657237ee8df4a46db0d7fdf8a23230dd6902a)), closes [#14890](https://github.com/bitnami/charts/issues/14890) +* [bitnami/*] Remove unexpected extra spaces (#14873) ([c97c714](https://github.com/bitnami/charts/commit/c97c714887380d47eae7bfeff316bf01595ecd1d)), closes [#14873](https://github.com/bitnami/charts/issues/14873) +* [bitnami/solr] Release 7.1.4 (#15024) ([e0bf2cb](https://github.com/bitnami/charts/commit/e0bf2cb9693583c0d1a7d7dc2358ad0eb78e1be2)), closes [#15024](https://github.com/bitnami/charts/issues/15024) ## 7.1.3 (2023-01-31) -* [bitnami/solr] Don't regenerate self-signed certs on upgrade (#14660) ([560cfa9](https://github.com/bitnami/charts/commit/560cfa9)), closes [#14660](https://github.com/bitnami/charts/issues/14660) +* [bitnami/solr] Don't regenerate self-signed certs on upgrade (#14660) ([560cfa9](https://github.com/bitnami/charts/commit/560cfa9b6fcf3c2b9e13f33edb8d462e49b37447)), closes [#14660](https://github.com/bitnami/charts/issues/14660) ## 7.1.2 (2023-01-30) -* [bitnami/*] Add license annotation and remove obsolete engine parameter (#14293) ([da2a794](https://github.com/bitnami/charts/commit/da2a794)), closes [#14293](https://github.com/bitnami/charts/issues/14293) -* [bitnami/*] Change licenses annotation format (#14377) ([0ab7608](https://github.com/bitnami/charts/commit/0ab7608)), closes [#14377](https://github.com/bitnami/charts/issues/14377) -* [bitnami/*] Unify READMEs (#14472) ([2064fb8](https://github.com/bitnami/charts/commit/2064fb8)), closes [#14472](https://github.com/bitnami/charts/issues/14472) -* [bitnami/solr] Release 7.1.2 (#14598) ([a58a01d](https://github.com/bitnami/charts/commit/a58a01d)), closes [#14598](https://github.com/bitnami/charts/issues/14598) +* [bitnami/*] Add license annotation and remove obsolete engine parameter (#14293) ([da2a794](https://github.com/bitnami/charts/commit/da2a7943bae95b6e9b5b4ed972c15e990b69fdb0)), closes [#14293](https://github.com/bitnami/charts/issues/14293) +* [bitnami/*] Change licenses annotation format (#14377) ([0ab7608](https://github.com/bitnami/charts/commit/0ab760862c660fcc78cffadf8e1d8cdd70881473)), closes [#14377](https://github.com/bitnami/charts/issues/14377) +* [bitnami/*] Unify READMEs (#14472) ([2064fb8](https://github.com/bitnami/charts/commit/2064fb8dcc78a845cdede8211af8c3cc52551161)), closes [#14472](https://github.com/bitnami/charts/issues/14472) +* [bitnami/solr] Release 7.1.2 (#14598) ([a58a01d](https://github.com/bitnami/charts/commit/a58a01dd7fdf635fe51102bbab3bae0a1eaed3c2)), closes [#14598](https://github.com/bitnami/charts/issues/14598) ## 7.1.1 (2023-01-09) -* [bitnami/solr] Release 7.1.1 (#14226) ([bd451e3](https://github.com/bitnami/charts/commit/bd451e3)), closes [#14226](https://github.com/bitnami/charts/issues/14226) +* [bitnami/solr] Release 7.1.1 (#14226) ([bd451e3](https://github.com/bitnami/charts/commit/bd451e3bb6ed6a5e0d4e40531a8da0569625055a)), closes [#14226](https://github.com/bitnami/charts/issues/14226) ## 7.1.0 (2022-12-14) -* [bitnami/solr] Add subPath and subPathExpr (#13742) ([4d04a81](https://github.com/bitnami/charts/commit/4d04a81)), closes [#13742](https://github.com/bitnami/charts/issues/13742) +* [bitnami/solr] Add subPath and subPathExpr (#13742) ([4d04a81](https://github.com/bitnami/charts/commit/4d04a81998f1d8deff283ee70d1f3540d8dab53f)), closes [#13742](https://github.com/bitnami/charts/issues/13742) ## 7.0.1 (2022-12-10) -* [bitnami/solr] Release 7.0.1 (#13895) ([0f29462](https://github.com/bitnami/charts/commit/0f29462)), closes [#13895](https://github.com/bitnami/charts/issues/13895) +* [bitnami/solr] Release 7.0.1 (#13895) ([0f29462](https://github.com/bitnami/charts/commit/0f294625b889d211c6bd1399410d74cbb498d49d)), closes [#13895](https://github.com/bitnami/charts/issues/13895) ## 7.0.0 (2022-12-06) -* [bitnami/solr] Zokeeper chart update (#13841) ([bb90d1f](https://github.com/bitnami/charts/commit/bb90d1f)), closes [#13841](https://github.com/bitnami/charts/issues/13841) +* [bitnami/solr] Zokeeper chart update (#13841) ([bb90d1f](https://github.com/bitnami/charts/commit/bb90d1f76d9abedd0a7d449ddcfbbccd036f6395)), closes [#13841](https://github.com/bitnami/charts/issues/13841) ## 6.3.2 (2022-11-21) -* [bitnami/solr] Release 6.3.2 (#13612) ([7a164d5](https://github.com/bitnami/charts/commit/7a164d5)), closes [#13612](https://github.com/bitnami/charts/issues/13612) +* [bitnami/solr] Release 6.3.2 (#13612) ([7a164d5](https://github.com/bitnami/charts/commit/7a164d56583ba4e2f08c500a12674c1e54770062)), closes [#13612](https://github.com/bitnami/charts/issues/13612) ## 6.3.1 (2022-11-16) -* [bitnami/solr] Add "app.kubernetes.io/component: solr" to matchLabels (#13506) ([9682c45](https://github.com/bitnami/charts/commit/9682c45)), closes [#13506](https://github.com/bitnami/charts/issues/13506) +* [bitnami/solr] Add "app.kubernetes.io/component: solr" to matchLabels (#13506) ([9682c45](https://github.com/bitnami/charts/commit/9682c45dc26f9c6eee155152050607594e5f075b)), closes [#13506](https://github.com/bitnami/charts/issues/13506) ## 6.3.0 (2022-11-11) -* [bitnami/solr] Add PodDisruptionBudget (#13463) ([d6356a9](https://github.com/bitnami/charts/commit/d6356a9)), closes [#13463](https://github.com/bitnami/charts/issues/13463) +* [bitnami/solr] Add PodDisruptionBudget (#13463) ([d6356a9](https://github.com/bitnami/charts/commit/d6356a92d74d37dbbe60c61b721b03add756193a)), closes [#13463](https://github.com/bitnami/charts/issues/13463) ## 6.2.3 (2022-10-23) -* [bitnami/*] Use new default branch name in links (#12943) ([a529e02](https://github.com/bitnami/charts/commit/a529e02)), closes [#12943](https://github.com/bitnami/charts/issues/12943) -* [bitnami/solr] Release 6.2.3 (#13099) ([ac54c0a](https://github.com/bitnami/charts/commit/ac54c0a)), closes [#13099](https://github.com/bitnami/charts/issues/13099) -* Generic README instructions related to the repo (#12792) ([3cf6b10](https://github.com/bitnami/charts/commit/3cf6b10)), closes [#12792](https://github.com/bitnami/charts/issues/12792) +* [bitnami/*] Use new default branch name in links (#12943) ([a529e02](https://github.com/bitnami/charts/commit/a529e02597d49d944eba1eb0f190713293247176)), closes [#12943](https://github.com/bitnami/charts/issues/12943) +* [bitnami/solr] Release 6.2.3 (#13099) ([ac54c0a](https://github.com/bitnami/charts/commit/ac54c0aac601ef81f12647fb09db660f0fd1f45f)), closes [#13099](https://github.com/bitnami/charts/issues/13099) +* Generic README instructions related to the repo (#12792) ([3cf6b10](https://github.com/bitnami/charts/commit/3cf6b10e10e60df4b3e191d6b99aa99a9f597755)), closes [#12792](https://github.com/bitnami/charts/issues/12792) ## 6.2.2 (2022-10-04) -* [bitnami/solr] Use custom probes if given (#12557) ([a4dc5a9](https://github.com/bitnami/charts/commit/a4dc5a9)), closes [#12557](https://github.com/bitnami/charts/issues/12557) [#12354](https://github.com/bitnami/charts/issues/12354) +* [bitnami/solr] Use custom probes if given (#12557) ([a4dc5a9](https://github.com/bitnami/charts/commit/a4dc5a9ac09a73354914c940a0cfc30a0e126db2)), closes [#12557](https://github.com/bitnami/charts/issues/12557) [#12354](https://github.com/bitnami/charts/issues/12354) ## 6.2.1 (2022-09-23) -* [bitnami/solr] Release 6.2.1 (#12659) ([ce843b8](https://github.com/bitnami/charts/commit/ce843b8)), closes [#12659](https://github.com/bitnami/charts/issues/12659) +* [bitnami/solr] Release 6.2.1 (#12659) ([ce843b8](https://github.com/bitnami/charts/commit/ce843b89846d15e48b1925d2a819152da05d9574)), closes [#12659](https://github.com/bitnami/charts/issues/12659) ## 6.2.0 (2022-09-15) -* [bitnami/solr] Implement prometheus rules (#12382) ([cbafc22](https://github.com/bitnami/charts/commit/cbafc22)), closes [#12382](https://github.com/bitnami/charts/issues/12382) +* [bitnami/solr] Implement prometheus rules (#12382) ([cbafc22](https://github.com/bitnami/charts/commit/cbafc226467141bacd50930c1c3d45194a4cb6f3)), closes [#12382](https://github.com/bitnami/charts/issues/12382) ## 6.1.4 (2022-09-08) -* [bitnami/solr] Release 6.1.4 (#12328) ([43c4365](https://github.com/bitnami/charts/commit/43c4365)), closes [#12328](https://github.com/bitnami/charts/issues/12328) +* [bitnami/solr] Release 6.1.4 (#12328) ([43c4365](https://github.com/bitnami/charts/commit/43c436564a81206f9e44c8fd6579af5dc705249d)), closes [#12328](https://github.com/bitnami/charts/issues/12328) ## 6.1.3 (2022-08-23) -* [bitnami/solr] Update Chart.lock (#12111) ([f0a8058](https://github.com/bitnami/charts/commit/f0a8058)), closes [#12111](https://github.com/bitnami/charts/issues/12111) +* [bitnami/solr] Update Chart.lock (#12111) ([f0a8058](https://github.com/bitnami/charts/commit/f0a8058203d82e1cc1c621f1a481d5bb834d8e49)), closes [#12111](https://github.com/bitnami/charts/issues/12111) ## 6.1.2 (2022-08-23) -* [bitnami/solr] Adjust the naming style for resources (#11855) ([1923666](https://github.com/bitnami/charts/commit/1923666)), closes [#11855](https://github.com/bitnami/charts/issues/11855) +* [bitnami/solr] Adjust the naming style for resources (#11855) ([1923666](https://github.com/bitnami/charts/commit/1923666bfda8ff7f224c3c8b031692ff1be4c95a)), closes [#11855](https://github.com/bitnami/charts/issues/11855) ## 6.1.1 (2022-08-22) -* [bitnami/solr] Update Chart.lock (#11982) ([0d46868](https://github.com/bitnami/charts/commit/0d46868)), closes [#11982](https://github.com/bitnami/charts/issues/11982) +* [bitnami/solr] Update Chart.lock (#11982) ([0d46868](https://github.com/bitnami/charts/commit/0d46868c1b887d5ea82705d866be9dd2945a1b7f)), closes [#11982](https://github.com/bitnami/charts/issues/11982) ## 6.1.0 (2022-08-22) -* [bitnami/solr] Add support for image digest apart from tag (#11961) ([401501d](https://github.com/bitnami/charts/commit/401501d)), closes [#11961](https://github.com/bitnami/charts/issues/11961) +* [bitnami/solr] Add support for image digest apart from tag (#11961) ([401501d](https://github.com/bitnami/charts/commit/401501de746b513401d94c093c1f6804c89118c2)), closes [#11961](https://github.com/bitnami/charts/issues/11961) ## 6.0.7 (2022-08-09) -* [bitnami/solr] Release 6.0.7 (#11667) ([ace8da9](https://github.com/bitnami/charts/commit/ace8da9)), closes [#11667](https://github.com/bitnami/charts/issues/11667) +* [bitnami/solr] Release 6.0.7 (#11667) ([ace8da9](https://github.com/bitnami/charts/commit/ace8da9d855497d2a2ebbe3b93e61c17bdc74273)), closes [#11667](https://github.com/bitnami/charts/issues/11667) ## 6.0.6 (2022-08-04) -* [bitnami/solr] Release 6.0.6 (#11593) ([ef2ad69](https://github.com/bitnami/charts/commit/ef2ad69)), closes [#11593](https://github.com/bitnami/charts/issues/11593) +* [bitnami/solr] Release 6.0.6 (#11593) ([ef2ad69](https://github.com/bitnami/charts/commit/ef2ad69e8c0ce067e3b44b450609cb26e75377dd)), closes [#11593](https://github.com/bitnami/charts/issues/11593) ## 6.0.5 (2022-08-03) -* [bitnami/solr] Release 6.0.5 (#11545) ([7cdc02c](https://github.com/bitnami/charts/commit/7cdc02c)), closes [#11545](https://github.com/bitnami/charts/issues/11545) +* [bitnami/solr] Release 6.0.5 (#11545) ([7cdc02c](https://github.com/bitnami/charts/commit/7cdc02c2fc101e080eb4ae6c8be62cf6cd2f8dc5)), closes [#11545](https://github.com/bitnami/charts/issues/11545) ## 6.0.4 (2022-07-30) -* [bitnami/*] Update URLs to point to the new bitnami/containers monorepo (#11352) ([d665af0](https://github.com/bitnami/charts/commit/d665af0)), closes [#11352](https://github.com/bitnami/charts/issues/11352) -* [bitnami/solr] Release 6.0.4 (#11434) ([45f6f58](https://github.com/bitnami/charts/commit/45f6f58)), closes [#11434](https://github.com/bitnami/charts/issues/11434) +* [bitnami/*] Update URLs to point to the new bitnami/containers monorepo (#11352) ([d665af0](https://github.com/bitnami/charts/commit/d665af0c708846192d8d5fb2f5f9ea65dd464ab0)), closes [#11352](https://github.com/bitnami/charts/issues/11352) +* [bitnami/solr] Release 6.0.4 (#11434) ([45f6f58](https://github.com/bitnami/charts/commit/45f6f58a0deef5247bad31c940fcc414097c7a08)), closes [#11434](https://github.com/bitnami/charts/issues/11434) ## 6.0.3 (2022-07-15) -* [bitnami/solr] enable Solr metrics to work when basic auth is enabled (#11090) ([0217001](https://github.com/bitnami/charts/commit/0217001)), closes [#11090](https://github.com/bitnami/charts/issues/11090) +* [bitnami/solr] enable Solr metrics to work when basic auth is enabled (#11090) ([0217001](https://github.com/bitnami/charts/commit/021700155c62a0925e300443d7685945d94c8642)), closes [#11090](https://github.com/bitnami/charts/issues/11090) ## 6.0.2 (2022-06-30) -* [bitnami/solr] Release 6.0.2 (#10951) ([f11dbd6](https://github.com/bitnami/charts/commit/f11dbd6)), closes [#10951](https://github.com/bitnami/charts/issues/10951) +* [bitnami/solr] Release 6.0.2 (#10951) ([f11dbd6](https://github.com/bitnami/charts/commit/f11dbd6e6cddc28374ea175f31043ebcf2142dbd)), closes [#10951](https://github.com/bitnami/charts/issues/10951) ## 6.0.1 (2022-06-22) -* [bitnami/solr]change liveness and readiness probes for solr cloud to less ressource hungry ones (#10 ([d5859fc](https://github.com/bitnami/charts/commit/d5859fc)), closes [#10741](https://github.com/bitnami/charts/issues/10741) +* [bitnami/solr]change liveness and readiness probes for solr cloud to less ressource hungry ones (#10 ([d5859fc](https://github.com/bitnami/charts/commit/d5859fca6426fb9ca57ddc94175ff76f4f585006)), closes [#10741](https://github.com/bitnami/charts/issues/10741) ## 6.0.0 (2022-06-15) -* [bitnami/solr] Update Zookeeper major (#10761) ([9055195](https://github.com/bitnami/charts/commit/9055195)), closes [#10761](https://github.com/bitnami/charts/issues/10761) +* [bitnami/solr] Update Zookeeper major (#10761) ([9055195](https://github.com/bitnami/charts/commit/90551953009c54604366a949ea92db86a5f567ce)), closes [#10761](https://github.com/bitnami/charts/issues/10761) ## 5.1.7 (2022-06-14) -* [bitnami/solr] Fix probes for cloudEnabled=false (#10685) ([fe3e573](https://github.com/bitnami/charts/commit/fe3e573)), closes [#10685](https://github.com/bitnami/charts/issues/10685) +* [bitnami/solr] Fix probes for cloudEnabled=false (#10685) ([fe3e573](https://github.com/bitnami/charts/commit/fe3e5734c8584ab0a4f489624705389b7266ab04)), closes [#10685](https://github.com/bitnami/charts/issues/10685) ## 5.1.6 (2022-06-11) -* [bitnami/solr] Release 5.1.6 (#10716) ([a91d446](https://github.com/bitnami/charts/commit/a91d446)), closes [#10716](https://github.com/bitnami/charts/issues/10716) +* [bitnami/solr] Release 5.1.6 (#10716) ([a91d446](https://github.com/bitnami/charts/commit/a91d4464a2902eda04e1eefde97c0f8dc0a661df)), closes [#10716](https://github.com/bitnami/charts/issues/10716) ## 5.1.5 (2022-06-09) -* [bitnami/solr] fix: :bug: Do not hardcode solr-exporter path (#10665) ([f396b06](https://github.com/bitnami/charts/commit/f396b06)), closes [#10665](https://github.com/bitnami/charts/issues/10665) +* [bitnami/solr] fix: :bug: Do not hardcode solr-exporter path (#10665) ([f396b06](https://github.com/bitnami/charts/commit/f396b06ac292c10ad1f3bc184fbd85d5eecfa31c)), closes [#10665](https://github.com/bitnami/charts/issues/10665) ## 5.1.4 (2022-06-07) -* [bitnami/*] Replace Kubeapps URL in READMEs (and kubeapps Chart.yaml) and remove BKPR references (#1 ([c6a7914](https://github.com/bitnami/charts/commit/c6a7914)), closes [#10600](https://github.com/bitnami/charts/issues/10600) -* Fix tolerations and topologySpreadConstraints default values (#10644) ([b2f8c8a](https://github.com/bitnami/charts/commit/b2f8c8a)), closes [#10644](https://github.com/bitnami/charts/issues/10644) +* [bitnami/*] Replace Kubeapps URL in READMEs (and kubeapps Chart.yaml) and remove BKPR references (#1 ([c6a7914](https://github.com/bitnami/charts/commit/c6a7914361e5aea6016fb45bf4d621edfd111d32)), closes [#10600](https://github.com/bitnami/charts/issues/10600) +* Fix tolerations and topologySpreadConstraints default values (#10644) ([b2f8c8a](https://github.com/bitnami/charts/commit/b2f8c8a1adba339e276f4f203aae3f51b9328d31)), closes [#10644](https://github.com/bitnami/charts/issues/10644) ## 5.1.3 (2022-06-07) -* [bitnami/solr] Fix Solr Exporter's container and service default ports (#10510) ([8a4aeec](https://github.com/bitnami/charts/commit/8a4aeec)), closes [#10510](https://github.com/bitnami/charts/issues/10510) -* [bitnami/solr] Release 5.1.3 (#10608) ([51bf8d3](https://github.com/bitnami/charts/commit/51bf8d3)), closes [#10608](https://github.com/bitnami/charts/issues/10608) +* [bitnami/solr] Fix Solr Exporter's container and service default ports (#10510) ([8a4aeec](https://github.com/bitnami/charts/commit/8a4aeec28c5aecd66d82ad88f7bbb90a4b21059e)), closes [#10510](https://github.com/bitnami/charts/issues/10510) +* [bitnami/solr] Release 5.1.3 (#10608) ([51bf8d3](https://github.com/bitnami/charts/commit/51bf8d3639da71c16aeb9dc8732c43096fdee409)), closes [#10608](https://github.com/bitnami/charts/issues/10608) ## 5.1.2 (2022-06-01) -* [bitnami/several] Replace maintainers email by url (#10523) ([ff3cf61](https://github.com/bitnami/charts/commit/ff3cf61)), closes [#10523](https://github.com/bitnami/charts/issues/10523) +* [bitnami/several] Replace maintainers email by url (#10523) ([ff3cf61](https://github.com/bitnami/charts/commit/ff3cf617a1680509b0f3855d17c4ccff7b29a0ff)), closes [#10523](https://github.com/bitnami/charts/issues/10523) ## 5.1.1 (2022-05-30) -* [bitnami/several] Replace base64 --decode with base64 -d (#10495) ([099286a](https://github.com/bitnami/charts/commit/099286a)), closes [#10495](https://github.com/bitnami/charts/issues/10495) +* [bitnami/several] Replace base64 --decode with base64 -d (#10495) ([099286a](https://github.com/bitnami/charts/commit/099286ae7a87784cf809df0b64ab24f7ff0144c8)), closes [#10495](https://github.com/bitnami/charts/issues/10495) ## 5.1.0 (2022-05-30) -* [bitnami/solr] Add missing service parameter (#10431) ([c08a2b7](https://github.com/bitnami/charts/commit/c08a2b7)), closes [#10431](https://github.com/bitnami/charts/issues/10431) +* [bitnami/solr] Add missing service parameter (#10431) ([c08a2b7](https://github.com/bitnami/charts/commit/c08a2b76f0584a79f53fce7d9f5b2e3b039565d5)), closes [#10431](https://github.com/bitnami/charts/issues/10431) ## 5.0.3 (2022-05-30) -* [bitnami/solr] Add metrics.service.type param default value to fix issue when metrics.enabled is tru ([a14f301](https://github.com/bitnami/charts/commit/a14f301)), closes [#10438](https://github.com/bitnami/charts/issues/10438) +* [bitnami/solr] Add metrics.service.type param default value to fix issue when metrics.enabled is tru ([a14f301](https://github.com/bitnami/charts/commit/a14f3011dff87332cc2e96898cdd26e9eedbf731)), closes [#10438](https://github.com/bitnami/charts/issues/10438) ## 5.0.2 (2022-05-25) -* [bitnami/solr] Release 5.0.2 updating components versions ([ede12de](https://github.com/bitnami/charts/commit/ede12de)) +* [bitnami/solr] Release 5.0.2 updating components versions ([ede12de](https://github.com/bitnami/charts/commit/ede12dec9d3569d81c560b58fe9848ab38d3b5e0)) ## 5.0.1 (2022-05-22) -* [bitnami/solr] Release 5.0.1 updating components versions ([25d2b34](https://github.com/bitnami/charts/commit/25d2b34)) +* [bitnami/solr] Release 5.0.1 updating components versions ([25d2b34](https://github.com/bitnami/charts/commit/25d2b34ecdd192c8749438d2afba946fa56b3d7c)) ## 5.0.0 (2022-05-20) -* [bitnami/solr] Release 5.0.0 updating components versions ([d948c48](https://github.com/bitnami/charts/commit/d948c48)) +* [bitnami/solr] Release 5.0.0 updating components versions ([d948c48](https://github.com/bitnami/charts/commit/d948c487c7df9eef3766199bedb65f56e7206d4f)) ## 4.1.2 (2022-05-18) -* [bitnami/solr] Release 4.1.2 updating components versions ([274c084](https://github.com/bitnami/charts/commit/274c084)) +* [bitnami/solr] Release 4.1.2 updating components versions ([274c084](https://github.com/bitnami/charts/commit/274c084ef787306c6d8c3a8ce63c08ef32c2227b)) ## 4.1.1 (2022-05-18) -* [bitnami/solr] Release 4.1.1 updating components versions ([7a81036](https://github.com/bitnami/charts/commit/7a81036)) +* [bitnami/solr] Release 4.1.1 updating components versions ([7a81036](https://github.com/bitnami/charts/commit/7a810360f925ef2ebb57f94ba50fcc5bca2a0cb4)) ## 4.1.0 (2022-05-16) -* [bitnami/*] add ingress extraRules feature (#10253) ([0f6cbb9](https://github.com/bitnami/charts/commit/0f6cbb9)), closes [#10253](https://github.com/bitnami/charts/issues/10253) +* [bitnami/*] add ingress extraRules feature (#10253) ([0f6cbb9](https://github.com/bitnami/charts/commit/0f6cbb9099b0e56685cc1d36ba50340f3d7278a1)), closes [#10253](https://github.com/bitnami/charts/issues/10253) ## 4.0.12 (2022-05-13) -* [bitnami/*] Remove old 'ci' files (#10171) ([5df30c4](https://github.com/bitnami/charts/commit/5df30c4)), closes [#10171](https://github.com/bitnami/charts/issues/10171) -* [bitnami/*] Unify k8s directives separators (#10185) ([2650214](https://github.com/bitnami/charts/commit/2650214)), closes [#10185](https://github.com/bitnami/charts/issues/10185) +* [bitnami/*] Remove old 'ci' files (#10171) ([5df30c4](https://github.com/bitnami/charts/commit/5df30c44dbd1812da8786579ce4a94917d46a6ad)), closes [#10171](https://github.com/bitnami/charts/issues/10171) +* [bitnami/*] Unify k8s directives separators (#10185) ([2650214](https://github.com/bitnami/charts/commit/26502141d146ca3bdfb3bf744fcdec8ca5cece44)), closes [#10185](https://github.com/bitnami/charts/issues/10185) ## 4.0.11 (2022-05-12) -* [bitnami/kubeapps & solr] Unify icon in Chart.yaml (#10166) ([52f1a76](https://github.com/bitnami/charts/commit/52f1a76)), closes [#10166](https://github.com/bitnami/charts/issues/10166) +* [bitnami/kubeapps & solr] Unify icon in Chart.yaml (#10166) ([52f1a76](https://github.com/bitnami/charts/commit/52f1a7690b5ad3bf3416f6578a2dc437dae1198e)), closes [#10166](https://github.com/bitnami/charts/issues/10166) ## 4.0.10 (2022-05-11) -* [bitnami/*] Fix typo in comments (relay -> rely) (#10151) ([9cfe4a4](https://github.com/bitnami/charts/commit/9cfe4a4)), closes [#10151](https://github.com/bitnami/charts/issues/10151) +* [bitnami/*] Fix typo in comments (relay -> rely) (#10151) ([9cfe4a4](https://github.com/bitnami/charts/commit/9cfe4a48cc35851faea6be7ffb2a978d223befa0)), closes [#10151](https://github.com/bitnami/charts/issues/10151) ## 4.0.9 (2022-04-25) -* [bitnami/solr] Update readinessProbe and livenessProbe (#9771) ([31750e8](https://github.com/bitnami/charts/commit/31750e8)), closes [#9771](https://github.com/bitnami/charts/issues/9771) +* [bitnami/solr] Update readinessProbe and livenessProbe (#9771) ([31750e8](https://github.com/bitnami/charts/commit/31750e8a7054075f80c1b99530c775d65a5ad66f)), closes [#9771](https://github.com/bitnami/charts/issues/9771) ## 4.0.8 (2022-04-21) -* [bitnami/solr] Release 4.0.8 updating components versions ([2db6264](https://github.com/bitnami/charts/commit/2db6264)) +* [bitnami/solr] Release 4.0.8 updating components versions ([2db6264](https://github.com/bitnami/charts/commit/2db6264474c813e6e46e02cf7ac471559b4d643f)) ## 4.0.7 (2022-04-20) -* [bitnami/solr] Release 4.0.7 updating components versions ([f3e2067](https://github.com/bitnami/charts/commit/f3e2067)) +* [bitnami/solr] Release 4.0.7 updating components versions ([f3e2067](https://github.com/bitnami/charts/commit/f3e2067b55b976998e5033cd18e252e6126d221a)) ## 4.0.6 (2022-04-19) -* [bitnami/solr] Release 4.0.6 updating components versions ([a9798b3](https://github.com/bitnami/charts/commit/a9798b3)) +* [bitnami/solr] Release 4.0.6 updating components versions ([a9798b3](https://github.com/bitnami/charts/commit/a9798b31be64213eb1eae5c2c1dfc03ba74a1a15)) ## 4.0.5 (2022-04-05) -* [bitnami/solr] Release 4.0.5 updating components versions ([1e3967a](https://github.com/bitnami/charts/commit/1e3967a)) +* [bitnami/solr] Release 4.0.5 updating components versions ([1e3967a](https://github.com/bitnami/charts/commit/1e3967adf3cd65c9462bff08658a809e0bbc129b)) ## 4.0.4 (2022-04-02) -* [bitnami/solr] Release 4.0.4 updating components versions ([5f7c50c](https://github.com/bitnami/charts/commit/5f7c50c)) +* [bitnami/solr] Release 4.0.4 updating components versions ([5f7c50c](https://github.com/bitnami/charts/commit/5f7c50c5478ca9c55e9f7142c4a4a4371a2d5df4)) ## 4.0.3 (2022-03-29) -* [bitnami/solr] Release 4.0.3 updating components versions ([9511557](https://github.com/bitnami/charts/commit/9511557)) +* [bitnami/solr] Release 4.0.3 updating components versions ([9511557](https://github.com/bitnami/charts/commit/951155795ed1ad656bb6beaf955fa68bff938324)) ## 4.0.2 (2022-03-28) -* [bitnami/solr] Release 4.0.2 updating components versions ([c6d9e54](https://github.com/bitnami/charts/commit/c6d9e54)) +* [bitnami/solr] Release 4.0.2 updating components versions ([c6d9e54](https://github.com/bitnami/charts/commit/c6d9e54db57fc3997b5ba5f5ec83009483db22bf)) ## 4.0.1 (2022-03-27) -* [bitnami/solr] Release 4.0.1 updating components versions ([5c6c17f](https://github.com/bitnami/charts/commit/5c6c17f)) +* [bitnami/solr] Release 4.0.1 updating components versions ([5c6c17f](https://github.com/bitnami/charts/commit/5c6c17f216863eb52f4bc9945eb98c185d4be5e6)) ## 4.0.0 (2022-03-25) -* [bitnami/solr] Update zookeeper version for solr (#9551) ([c28c5a2](https://github.com/bitnami/charts/commit/c28c5a2)), closes [#9551](https://github.com/bitnami/charts/issues/9551) +* [bitnami/solr] Update zookeeper version for solr (#9551) ([c28c5a2](https://github.com/bitnami/charts/commit/c28c5a2682f46d721fed2afed1d7617130fccdc2)), closes [#9551](https://github.com/bitnami/charts/issues/9551) ## 3.0.12 (2022-03-24) -* [bitnami/solr] init-certs.sh prefers user provided keystore/truststore (#9510) ([9a9950e](https://github.com/bitnami/charts/commit/9a9950e)), closes [#9510](https://github.com/bitnami/charts/issues/9510) +* [bitnami/solr] init-certs.sh prefers user provided keystore/truststore (#9510) ([9a9950e](https://github.com/bitnami/charts/commit/9a9950e4d55fef249f9ac81ef74a7b67d40a8a16)), closes [#9510](https://github.com/bitnami/charts/issues/9510) ## 3.0.11 (2022-03-22) -* [bitnami/solr] changes tls.existingSecret to tls.certificatesSecretName in _helpers.tpl (#9495) ([f623df7](https://github.com/bitnami/charts/commit/f623df7)), closes [#9495](https://github.com/bitnami/charts/issues/9495) +* [bitnami/solr] changes tls.existingSecret to tls.certificatesSecretName in _helpers.tpl (#9495) ([f623df7](https://github.com/bitnami/charts/commit/f623df7a873badc55c1d416929188f43cf574a77)), closes [#9495](https://github.com/bitnami/charts/issues/9495) ## 3.0.10 (2022-03-18) -* [bitnami/solr] Release 3.0.10 updating components versions ([2c88028](https://github.com/bitnami/charts/commit/2c88028)) +* [bitnami/solr] Release 3.0.10 updating components versions ([2c88028](https://github.com/bitnami/charts/commit/2c88028a1408c72dbe2f2ceee709401a5ba457f9)) ## 3.0.9 (2022-03-17) -* [bitnami/solr] Release 3.0.9 updating components versions ([d2a4af1](https://github.com/bitnami/charts/commit/d2a4af1)) +* [bitnami/solr] Release 3.0.9 updating components versions ([d2a4af1](https://github.com/bitnami/charts/commit/d2a4af1bf3192995c9495e434923870a18e33d9f)) ## 3.0.8 (2022-03-16) -* [bitnami/solr] Release 3.0.8 updating components versions ([c10dc4a](https://github.com/bitnami/charts/commit/c10dc4a)) +* [bitnami/solr] Release 3.0.8 updating components versions ([c10dc4a](https://github.com/bitnami/charts/commit/c10dc4a68a734c67e850e3f2573c8b2e9ffd8b54)) ## 3.0.7 (2022-03-01) -* [bitnami/solr] Release 3.0.7 updating components versions ([61c09d9](https://github.com/bitnami/charts/commit/61c09d9)) +* [bitnami/solr] Release 3.0.7 updating components versions ([61c09d9](https://github.com/bitnami/charts/commit/61c09d9875b96e40a7b85581a1e4d1bfa74725f6)) ## 3.0.6 (2022-02-27) -* [bitnami/solr] Add flag '-r' to xargs in volumePermissions init-container (#9140) ([0027b30](https://github.com/bitnami/charts/commit/0027b30)), closes [#9140](https://github.com/bitnami/charts/issues/9140) -* [bitnami/solr] Release 3.0.6 updating components versions ([f3012f3](https://github.com/bitnami/charts/commit/f3012f3)) +* [bitnami/solr] Add flag '-r' to xargs in volumePermissions init-container (#9140) ([0027b30](https://github.com/bitnami/charts/commit/0027b30eab055a1221c17033586efcd29b6dcc72)), closes [#9140](https://github.com/bitnami/charts/issues/9140) +* [bitnami/solr] Release 3.0.6 updating components versions ([f3012f3](https://github.com/bitnami/charts/commit/f3012f38f2dc250f62ac7ba43ca1fb1fb66c7ae9)) ## 3.0.5 (2022-02-21) -* [bitnami/solr]: add `auth.existingSecretPasswordKey` to configure secret password key (#8773) (#9079 ([6749a0a](https://github.com/bitnami/charts/commit/6749a0a)), closes [#8773](https://github.com/bitnami/charts/issues/8773) [#9079](https://github.com/bitnami/charts/issues/9079) [#8773](https://github.com/bitnami/charts/issues/8773) +* [bitnami/solr]: add `auth.existingSecretPasswordKey` to configure secret password key (#8773) (#9079 ([6749a0a](https://github.com/bitnami/charts/commit/6749a0a6f0db3959d56fedc5c471b3a4b637266b)), closes [#8773](https://github.com/bitnami/charts/issues/8773) [#9079](https://github.com/bitnami/charts/issues/9079) [#8773](https://github.com/bitnami/charts/issues/8773) ## 3.0.4 (2022-02-17) -* [bitnami/solr] Release 3.0.4 updating components versions ([26fe6f8](https://github.com/bitnami/charts/commit/26fe6f8)) -* Non utf8 chars (#8923) ([6ffd18f](https://github.com/bitnami/charts/commit/6ffd18f)), closes [#8923](https://github.com/bitnami/charts/issues/8923) +* [bitnami/solr] Release 3.0.4 updating components versions ([26fe6f8](https://github.com/bitnami/charts/commit/26fe6f8799974de8b4147834ffe8b800caaa7429)) +* Non utf8 chars (#8923) ([6ffd18f](https://github.com/bitnami/charts/commit/6ffd18fbbdf10e94ea1a90cf5b84ef610ac2a72d)), closes [#8923](https://github.com/bitnami/charts/issues/8923) ## 3.0.3 (2022-02-02) -* [bitnami/*] Make use of new "common.ingress.certManagerRequest" helper (#8862) ([12e4c37](https://github.com/bitnami/charts/commit/12e4c37)), closes [#8862](https://github.com/bitnami/charts/issues/8862) +* [bitnami/*] Make use of new "common.ingress.certManagerRequest" helper (#8862) ([12e4c37](https://github.com/bitnami/charts/commit/12e4c3733eaeaa9a5579fdf917fa098a0f2aae23)), closes [#8862](https://github.com/bitnami/charts/issues/8862) ## 3.0.2 (2022-01-20) -* [bitnami/solr] Add missing named template (#8728) ([97c6225](https://github.com/bitnami/charts/commit/97c6225)), closes [#8728](https://github.com/bitnami/charts/issues/8728) +* [bitnami/solr] Add missing named template (#8728) ([97c6225](https://github.com/bitnami/charts/commit/97c6225844247c3f30fd51b5d85c2e3fbc0eedf1)), closes [#8728](https://github.com/bitnami/charts/issues/8728) ## 3.0.1 (2022-01-20) -* [bitnami/*] Update READMEs (#8716) ([b9a9533](https://github.com/bitnami/charts/commit/b9a9533)), closes [#8716](https://github.com/bitnami/charts/issues/8716) -* [bitnami/several] Change prerequisites (#8725) ([8d740c5](https://github.com/bitnami/charts/commit/8d740c5)), closes [#8725](https://github.com/bitnami/charts/issues/8725) +* [bitnami/*] Update READMEs (#8716) ([b9a9533](https://github.com/bitnami/charts/commit/b9a953337590eb2979453385874a267bacf50936)), closes [#8716](https://github.com/bitnami/charts/issues/8716) +* [bitnami/several] Change prerequisites (#8725) ([8d740c5](https://github.com/bitnami/charts/commit/8d740c566cfdb7e2d933c40128b4e919fce953a5)), closes [#8725](https://github.com/bitnami/charts/issues/8725) ## 3.0.0 (2022-01-18) -* [bitnami/*] Readme automation (#8579) ([78d1938](https://github.com/bitnami/charts/commit/78d1938)), closes [#8579](https://github.com/bitnami/charts/issues/8579) -* [bitnami/solr] Chart standardized (#8640) ([2058184](https://github.com/bitnami/charts/commit/2058184)), closes [#8640](https://github.com/bitnami/charts/issues/8640) +* [bitnami/*] Readme automation (#8579) ([78d1938](https://github.com/bitnami/charts/commit/78d193831c900d178198491ffd08fa2217a64ecd)), closes [#8579](https://github.com/bitnami/charts/issues/8579) +* [bitnami/solr] Chart standardized (#8640) ([2058184](https://github.com/bitnami/charts/commit/205818407e7517de56514f2bb37cc1b9217ef8a8)), closes [#8640](https://github.com/bitnami/charts/issues/8640) ## 2.4.2 (2022-01-12) -* Fix indentation (#8643) ([d6f0893](https://github.com/bitnami/charts/commit/d6f0893)), closes [#8643](https://github.com/bitnami/charts/issues/8643) +* Fix indentation (#8643) ([d6f0893](https://github.com/bitnami/charts/commit/d6f08938d266314e803f8ba230b5ea98eb37f747)), closes [#8643](https://github.com/bitnami/charts/issues/8643) ## 2.4.1 (2022-01-11) -* [bitnami/solr] Release 2.4.1 updating components versions ([d52ea16](https://github.com/bitnami/charts/commit/d52ea16)) +* [bitnami/solr] Release 2.4.1 updating components versions ([d52ea16](https://github.com/bitnami/charts/commit/d52ea16b362f53ac21c23b2eb4727a8cee3f8ea1)) ## 2.4.0 (2022-01-11) -* [bitnami/solr] Add support for ingressClassName (#8601) ([e519164](https://github.com/bitnami/charts/commit/e519164)), closes [#8601](https://github.com/bitnami/charts/issues/8601) +* [bitnami/solr] Add support for ingressClassName (#8601) ([e519164](https://github.com/bitnami/charts/commit/e5191646b6e6f9753657b022210fa375f1246ab7)), closes [#8601](https://github.com/bitnami/charts/issues/8601) ## 2.3.0 (2022-01-07) -* [bitnami/solr] Adapt to env variable change in Solr image (#8494) ([70bd1a6](https://github.com/bitnami/charts/commit/70bd1a6)), closes [#8494](https://github.com/bitnami/charts/issues/8494) +* [bitnami/solr] Adapt to env variable change in Solr image (#8494) ([70bd1a6](https://github.com/bitnami/charts/commit/70bd1a6fa0a389f946663b1cf4e55a2a8df35616)), closes [#8494](https://github.com/bitnami/charts/issues/8494) ## 2.2.0 (2022-01-05) -* [bitnami/several] Adapt templating format (#8562) ([8cad18a](https://github.com/bitnami/charts/commit/8cad18a)), closes [#8562](https://github.com/bitnami/charts/issues/8562) -* [bitnami/several] Add license to the README ([05f7633](https://github.com/bitnami/charts/commit/05f7633)) -* [bitnami/several] Add license to the README ([32fb238](https://github.com/bitnami/charts/commit/32fb238)) -* [bitnami/several] Add license to the README ([b87c2f7](https://github.com/bitnami/charts/commit/b87c2f7)) +* [bitnami/several] Adapt templating format (#8562) ([8cad18a](https://github.com/bitnami/charts/commit/8cad18aed9966a6f0208e5ad6cee46cb217f47ab)), closes [#8562](https://github.com/bitnami/charts/issues/8562) +* [bitnami/several] Add license to the README ([05f7633](https://github.com/bitnami/charts/commit/05f763372501d596e57db713dd53ff4ff3027cc4)) +* [bitnami/several] Add license to the README ([32fb238](https://github.com/bitnami/charts/commit/32fb238e60a0affc6debd3142eaa3c3d9089ec2a)) +* [bitnami/several] Add license to the README ([b87c2f7](https://github.com/bitnami/charts/commit/b87c2f7899d48a8b02c506765e6ae82937e9ba3f)) ## 2.1.9 (2021-12-21) -* [bitnami/solr] Release 2.1.9 updating components versions ([05bad6d](https://github.com/bitnami/charts/commit/05bad6d)) +* [bitnami/solr] Release 2.1.9 updating components versions ([05bad6d](https://github.com/bitnami/charts/commit/05bad6d9f5cfaf3dc11969300440977312f5819b)) ## 2.1.8 (2021-12-17) -* [bitnami/solr] Release 2.1.8 updating components versions ([0f025f4](https://github.com/bitnami/charts/commit/0f025f4)) +* [bitnami/solr] Release 2.1.8 updating components versions ([0f025f4](https://github.com/bitnami/charts/commit/0f025f47e65d8ace9afc44e040084c747b2e4f93)) ## 2.1.7 (2021-12-16) -* [bitnami/solr] Release 2.1.7 updating components versions ([92226e2](https://github.com/bitnami/charts/commit/92226e2)) +* [bitnami/solr] Release 2.1.7 updating components versions ([92226e2](https://github.com/bitnami/charts/commit/92226e21e430f66f2ded51efaff996cbbc761603)) ## 2.1.6 (2021-12-16) -* [bitnami/solr] Release 2.1.6 updating components versions ([a4cae6f](https://github.com/bitnami/charts/commit/a4cae6f)) +* [bitnami/solr] Release 2.1.6 updating components versions ([a4cae6f](https://github.com/bitnami/charts/commit/a4cae6f3e6adb80f38d28d766d5315578866809f)) ## 2.1.5 (2021-12-09) -* [bitnami/solr] Release 2.1.5 updating components versions ([a928e10](https://github.com/bitnami/charts/commit/a928e10)) +* [bitnami/solr] Release 2.1.5 updating components versions ([a928e10](https://github.com/bitnami/charts/commit/a928e107fa61b39488d86dcaa35864ef7fc38f6e)) ## 2.1.4 (2021-11-29) -* [bitnami/several] Fix deadlinks in README.md (#8215) ([99e90d2](https://github.com/bitnami/charts/commit/99e90d2)), closes [#8215](https://github.com/bitnami/charts/issues/8215) -* [bitnami/several] Regenerate README tables ([1cde837](https://github.com/bitnami/charts/commit/1cde837)) -* [bitnami/several] Replace HTTP by HTTPS when possible (#8259) ([eafb5bd](https://github.com/bitnami/charts/commit/eafb5bd)), closes [#8259](https://github.com/bitnami/charts/issues/8259) +* [bitnami/several] Fix deadlinks in README.md (#8215) ([99e90d2](https://github.com/bitnami/charts/commit/99e90d244b3244e059a42f72dcbecd3cda2b66bb)), closes [#8215](https://github.com/bitnami/charts/issues/8215) +* [bitnami/several] Regenerate README tables ([1cde837](https://github.com/bitnami/charts/commit/1cde8378b3ee2e825ac07bb0266a988b95b8dbce)) +* [bitnami/several] Replace HTTP by HTTPS when possible (#8259) ([eafb5bd](https://github.com/bitnami/charts/commit/eafb5bd5a2cc3aaf04fc1e8ebedd73f420d76864)), closes [#8259](https://github.com/bitnami/charts/issues/8259) ## 2.1.3 (2021-11-16) -* [bitnami/several] Regenerate README tables ([412cf6a](https://github.com/bitnami/charts/commit/412cf6a)) -* [bitnami/solr] Release 2.1.3 updating components versions ([f57976c](https://github.com/bitnami/charts/commit/f57976c)) +* [bitnami/several] Regenerate README tables ([412cf6a](https://github.com/bitnami/charts/commit/412cf6a513cb0c03444a6e7811c6f27193239a10)) +* [bitnami/solr] Release 2.1.3 updating components versions ([f57976c](https://github.com/bitnami/charts/commit/f57976c412041565670582f0e76e27dfcb9fc0ef)) ## 2.1.2 (2021-10-26) -* [bitnami/solr] Release 2.1.2 updating components versions ([cfd1fc9](https://github.com/bitnami/charts/commit/cfd1fc9)) +* [bitnami/solr] Release 2.1.2 updating components versions ([cfd1fc9](https://github.com/bitnami/charts/commit/cfd1fc9ba91128edee46d8264fbd18e60534b68e)) ## 2.1.1 (2021-10-22) -* [bitnami/several] Add chart info to NOTES.txt (#7889) ([a6751cd](https://github.com/bitnami/charts/commit/a6751cd)), closes [#7889](https://github.com/bitnami/charts/issues/7889) -* [bitnami/several] Regenerate README tables ([73cabea](https://github.com/bitnami/charts/commit/73cabea)) +* [bitnami/several] Add chart info to NOTES.txt (#7889) ([a6751cd](https://github.com/bitnami/charts/commit/a6751cdd33c461fabbc459fbea6f219ec64ab6b2)), closes [#7889](https://github.com/bitnami/charts/issues/7889) +* [bitnami/several] Regenerate README tables ([73cabea](https://github.com/bitnami/charts/commit/73cabea54a941d2239accd98e8df6cbfc9fa8d3c)) ## 2.1.0 (2021-10-20) -* [bitnami/solr] Allow pod specific additional volumes (#7808) ([3bfbdb1](https://github.com/bitnami/charts/commit/3bfbdb1)), closes [#7808](https://github.com/bitnami/charts/issues/7808) +* [bitnami/solr] Allow pod specific additional volumes (#7808) ([3bfbdb1](https://github.com/bitnami/charts/commit/3bfbdb1bfb0d2bd4a9eb9b625a4fd382a1a9d1e5)), closes [#7808](https://github.com/bitnami/charts/issues/7808) ## 2.0.10 (2021-10-19) -* [bitnami/several] Change pullPolicy for bitnami-shell image (#7852) ([9711a33](https://github.com/bitnami/charts/commit/9711a33)), closes [#7852](https://github.com/bitnami/charts/issues/7852) -* [bitnami/several] Regenerate README tables ([681f9fa](https://github.com/bitnami/charts/commit/681f9fa)) +* [bitnami/several] Change pullPolicy for bitnami-shell image (#7852) ([9711a33](https://github.com/bitnami/charts/commit/9711a33c6eec72ea79143c4b7574dbe6a148d6b2)), closes [#7852](https://github.com/bitnami/charts/issues/7852) +* [bitnami/several] Regenerate README tables ([681f9fa](https://github.com/bitnami/charts/commit/681f9fa6cdbbb742d383db2d9fc6da1251f3d3e5)) ## 2.0.9 (2021-10-18) -* [bitnami/*] Generate READMEs (#7790) ([0833a8c](https://github.com/bitnami/charts/commit/0833a8c)), closes [#7790](https://github.com/bitnami/charts/issues/7790) -* [bitnami/solr] Release 2.0.9 updating components versions ([2e70e0f](https://github.com/bitnami/charts/commit/2e70e0f)) +* [bitnami/*] Generate READMEs (#7790) ([0833a8c](https://github.com/bitnami/charts/commit/0833a8c16300d68abf6030639c3479d8fb031e25)), closes [#7790](https://github.com/bitnami/charts/issues/7790) +* [bitnami/solr] Release 2.0.9 updating components versions ([2e70e0f](https://github.com/bitnami/charts/commit/2e70e0f7ea5c50dc010a1d5c9500f24a1f5803d1)) ## 2.0.8 (2021-10-12) -* [bitnami/solr] Release 2.0.8 updating components versions ([a9224b4](https://github.com/bitnami/charts/commit/a9224b4)) +* [bitnami/solr] Release 2.0.8 updating components versions ([a9224b4](https://github.com/bitnami/charts/commit/a9224b4cfef45ef416eb75b275fe391e1a29f640)) ## 2.0.7 (2021-10-01) -* [bitnami/*] Drop support for deprecated cert-manager annotation (#7646) ([4297b79](https://github.com/bitnami/charts/commit/4297b79)), closes [#7646](https://github.com/bitnami/charts/issues/7646) -* [bitnami/several] Regenerate README tables ([ff170d1](https://github.com/bitnami/charts/commit/ff170d1)) +* [bitnami/*] Drop support for deprecated cert-manager annotation (#7646) ([4297b79](https://github.com/bitnami/charts/commit/4297b792e48fba9c7c3b8fed447a856632c61201)), closes [#7646](https://github.com/bitnami/charts/issues/7646) +* [bitnami/several] Regenerate README tables ([ff170d1](https://github.com/bitnami/charts/commit/ff170d10f8aa6dae0f1e5c3f7d1c69fcec96b731)) ## 2.0.6 (2021-09-24) -* [bitnami/*] Generate READMEs with new generator version (#7614) ([e5ab2e6](https://github.com/bitnami/charts/commit/e5ab2e6)), closes [#7614](https://github.com/bitnami/charts/issues/7614) -* [bitnami/solr] Release 2.0.6 updating components versions ([433dfc1](https://github.com/bitnami/charts/commit/433dfc1)) +* [bitnami/*] Generate READMEs with new generator version (#7614) ([e5ab2e6](https://github.com/bitnami/charts/commit/e5ab2e6ecdd6bce800863f154cda524ff9f6c117)), closes [#7614](https://github.com/bitnami/charts/issues/7614) +* [bitnami/solr] Release 2.0.6 updating components versions ([433dfc1](https://github.com/bitnami/charts/commit/433dfc1e9d601b23669de2601c12260012672953)) ## 2.0.5 (2021-09-20) -* Workaround/Fix for https://github.com/kubernetes/ingress-gce/pull/1462 (#7384) ([4155070](https://github.com/bitnami/charts/commit/4155070)), closes [#7384](https://github.com/bitnami/charts/issues/7384) +* Workaround/Fix for https://github.com/kubernetes/ingress-gce/pull/1462 (#7384) ([4155070](https://github.com/bitnami/charts/commit/4155070df5406a0daa026e302517c3a00500fbb9)), closes [#7384](https://github.com/bitnami/charts/issues/7384) ## 2.0.4 (2021-09-02) -* [bitnami/several] Regenerate README tables ([da2513b](https://github.com/bitnami/charts/commit/da2513b)) -* [bitnami/solr] Fix probe's port (#7375) ([d54ed88](https://github.com/bitnami/charts/commit/d54ed88)), closes [#7375](https://github.com/bitnami/charts/issues/7375) +* [bitnami/several] Regenerate README tables ([da2513b](https://github.com/bitnami/charts/commit/da2513bf0a33819f3b1151d387c631a9ffdb03e2)) +* [bitnami/solr] Fix probe's port (#7375) ([d54ed88](https://github.com/bitnami/charts/commit/d54ed88cc1c3e21ba2c2aa881d74297e410da2a1)), closes [#7375](https://github.com/bitnami/charts/issues/7375) ## 2.0.3 (2021-08-25) -* [bitnami/solr] Release 2.0.3 updating components versions ([5cc0bdb](https://github.com/bitnami/charts/commit/5cc0bdb)) +* [bitnami/solr] Release 2.0.3 updating components versions ([5cc0bdb](https://github.com/bitnami/charts/commit/5cc0bdbb520d3c6da27900440d576d20a8df7516)) ## 2.0.2 (2021-08-18) -* [bitnami/several] Regenerate README tables ([6c107e8](https://github.com/bitnami/charts/commit/6c107e8)) -* [multiple] Updated image.tag section (#7257) ([a133bed](https://github.com/bitnami/charts/commit/a133bed)), closes [#7257](https://github.com/bitnami/charts/issues/7257) +* [bitnami/several] Regenerate README tables ([6c107e8](https://github.com/bitnami/charts/commit/6c107e835d6caf8db2e8b17dcd48c5971637e013)) +* [multiple] Updated image.tag section (#7257) ([a133bed](https://github.com/bitnami/charts/commit/a133bed2b4524e3b0cdec19413e089e4fbb12013)), closes [#7257](https://github.com/bitnami/charts/issues/7257) ## 2.0.1 (2021-08-02) -* [bitnami/solr] Release 2.0.1 updating components versions ([b30e00a](https://github.com/bitnami/charts/commit/b30e00a)) +* [bitnami/solr] Release 2.0.1 updating components versions ([b30e00a](https://github.com/bitnami/charts/commit/b30e00a1b5cd59c1d474f7c271fa86a97b7100de)) ## 2.0.0 (2021-08-02) -* [bitnami/several] Simplify image definition logic removing duplications (#7114) ([43e4eee](https://github.com/bitnami/charts/commit/43e4eee)), closes [#7114](https://github.com/bitnami/charts/issues/7114) +* [bitnami/several] Simplify image definition logic removing duplications (#7114) ([43e4eee](https://github.com/bitnami/charts/commit/43e4eee921209ca662c7902668b09b3b1a1d28a9)), closes [#7114](https://github.com/bitnami/charts/issues/7114) ## 1.0.5 (2021-07-21) -* [bitnami/*] Replace nil values (#6993) ([2be11a7](https://github.com/bitnami/charts/commit/2be11a7)), closes [#6993](https://github.com/bitnami/charts/issues/6993) +* [bitnami/*] Replace nil values (#6993) ([2be11a7](https://github.com/bitnami/charts/commit/2be11a70b92a01603c1f079eeaff4b00dc4796d6)), closes [#6993](https://github.com/bitnami/charts/issues/6993) ## 1.0.4 (2021-07-16) -* [bitnami/*] Adapt values.yaml of Redis cluster, Redmine and Solr charts (#6947) ([dde06ff](https://github.com/bitnami/charts/commit/dde06ff)), closes [#6947](https://github.com/bitnami/charts/issues/6947) +* [bitnami/*] Adapt values.yaml of Redis cluster, Redmine and Solr charts (#6947) ([dde06ff](https://github.com/bitnami/charts/commit/dde06ff6b63a0e0a8bdfa8102e640b5748074ecd)), closes [#6947](https://github.com/bitnami/charts/issues/6947) ## 1.0.3 (2021-07-12) -* [bitnami/solr] Release 1.0.3 updating components versions ([e704808](https://github.com/bitnami/charts/commit/e704808)) +* [bitnami/solr] Release 1.0.3 updating components versions ([e704808](https://github.com/bitnami/charts/commit/e704808511d4ae3e5b6518d60aaa7f6cd7179cfb)) ## 1.0.2 (2021-07-05) -* [bitnami/solr] fix(docs): correct exemple for solr cloud deployments (#1) (#6833) ([87267ba](https://github.com/bitnami/charts/commit/87267ba)), closes [#1](https://github.com/bitnami/charts/issues/1) [#6833](https://github.com/bitnami/charts/issues/6833) +* [bitnami/solr] fix(docs): correct exemple for solr cloud deployments (#1) (#6833) ([87267ba](https://github.com/bitnami/charts/commit/87267ba9261c84ce8cba3cff415af6aa89a06ece)), closes [#1](https://github.com/bitnami/charts/issues/1) [#6833](https://github.com/bitnami/charts/issues/6833) ## 1.0.1 (2021-06-29) -* fix: Duplicate solr exporter probe props (#6784) ([b524ec9](https://github.com/bitnami/charts/commit/b524ec9)), closes [#6784](https://github.com/bitnami/charts/issues/6784) +* fix: Duplicate solr exporter probe props (#6784) ([b524ec9](https://github.com/bitnami/charts/commit/b524ec9c5d3eb4b02905c691ef6b18aff3cedf6c)), closes [#6784](https://github.com/bitnami/charts/issues/6784) ## 1.0.0 (2021-06-22) -* [bitnami/*] Update zookeeper deps (#6730) ([b6f75f4](https://github.com/bitnami/charts/commit/b6f75f4)), closes [#6730](https://github.com/bitnami/charts/issues/6730) +* [bitnami/*] Update zookeeper deps (#6730) ([b6f75f4](https://github.com/bitnami/charts/commit/b6f75f4f646578fd6945fc4e041a6e96cad9c8e7)), closes [#6730](https://github.com/bitnami/charts/issues/6730) ## 0.4.0 (2021-06-17) -* [bitnami/solr] Add support for autogenerated certs (#6645) ([00b1ad4](https://github.com/bitnami/charts/commit/00b1ad4)), closes [#6645](https://github.com/bitnami/charts/issues/6645) +* [bitnami/solr] Add support for autogenerated certs (#6645) ([00b1ad4](https://github.com/bitnami/charts/commit/00b1ad4fc8f4711479db583a1df83efd2cc3f37a)), closes [#6645](https://github.com/bitnami/charts/issues/6645) ## 0.3.5 (2021-06-12) -* [bitnami/solr] Release 0.3.5 updating components versions ([334a169](https://github.com/bitnami/charts/commit/334a169)) +* [bitnami/solr] Release 0.3.5 updating components versions ([334a169](https://github.com/bitnami/charts/commit/334a1693c4f4c4d66b0553f1ff1ccd8c8cb57334)) ## 0.3.4 (2021-06-09) -* [bitnami/solr] Updated Solr README (#6612) ([c2525f4](https://github.com/bitnami/charts/commit/c2525f4)), closes [#6612](https://github.com/bitnami/charts/issues/6612) +* [bitnami/solr] Updated Solr README (#6612) ([c2525f4](https://github.com/bitnami/charts/commit/c2525f4e5c77dfddc03f26fd51715cc2ae7bd983)), closes [#6612](https://github.com/bitnami/charts/issues/6612) ## 0.3.3 (2021-05-12) -* [bitnami/solr] Release 0.3.3 updating components versions ([e48e78b](https://github.com/bitnami/charts/commit/e48e78b)) +* [bitnami/solr] Release 0.3.3 updating components versions ([e48e78b](https://github.com/bitnami/charts/commit/e48e78b5c334808233f85379da409b616158c966)) ## 0.3.2 (2021-04-23) -* [bitnami/solr] allow specifying an existing secret for the ingress objects (#6179) ([96176d1](https://github.com/bitnami/charts/commit/96176d1)), closes [#6179](https://github.com/bitnami/charts/issues/6179) +* [bitnami/solr] allow specifying an existing secret for the ingress objects (#6179) ([96176d1](https://github.com/bitnami/charts/commit/96176d14278303ca44d01aa2525f97aee4706d8a)), closes [#6179](https://github.com/bitnami/charts/issues/6179) ## 0.3.1 (2021-04-12) -* [bitnami/solr] Release 0.3.1 updating components versions ([3ac7151](https://github.com/bitnami/charts/commit/3ac7151)) +* [bitnami/solr] Release 0.3.1 updating components versions ([3ac7151](https://github.com/bitnami/charts/commit/3ac71514e2ac53eb5b19f6c747595b4716768638)) ## 0.3.0 (2021-03-26) -* [bitnami/solr] Add podManagementPolicy (#5914) ([bd05a11](https://github.com/bitnami/charts/commit/bd05a11)), closes [#5914](https://github.com/bitnami/charts/issues/5914) +* [bitnami/solr] Add podManagementPolicy (#5914) ([bd05a11](https://github.com/bitnami/charts/commit/bd05a11f8aee25306bfdc114d724aed9e52a9d09)), closes [#5914](https://github.com/bitnami/charts/issues/5914) ## 0.2.7 (2021-03-26) -* [bitnami/solr] Release 0.2.7 updating components versions ([1bed23a](https://github.com/bitnami/charts/commit/1bed23a)) +* [bitnami/solr] Release 0.2.7 updating components versions ([1bed23a](https://github.com/bitnami/charts/commit/1bed23a0d7e9aa40ae34deb41de95d6c4f19b539)) ## 0.2.6 (2021-03-23) -* [bitnami/solr] Fix typo in statefulset init container (#5889) ([fab5161](https://github.com/bitnami/charts/commit/fab5161)), closes [#5889](https://github.com/bitnami/charts/issues/5889) +* [bitnami/solr] Fix typo in statefulset init container (#5889) ([fab5161](https://github.com/bitnami/charts/commit/fab516166b4d36e2493bb53b820cd735100dd997)), closes [#5889](https://github.com/bitnami/charts/issues/5889) ## 0.2.5 (2021-03-17) -* [bitnami/solr] Fix NOTES.txt (#5809) ([fd4be18](https://github.com/bitnami/charts/commit/fd4be18)), closes [#5809](https://github.com/bitnami/charts/issues/5809) +* [bitnami/solr] Fix NOTES.txt (#5809) ([fd4be18](https://github.com/bitnami/charts/commit/fd4be189e87e48a6ec9f1a13f9070a9ce84d4435)), closes [#5809](https://github.com/bitnami/charts/issues/5809) ## 0.2.4 (2021-03-16) -* [bitnami/*] Remove minideb mentions (#5677) ([870bc4d](https://github.com/bitnami/charts/commit/870bc4d)), closes [#5677](https://github.com/bitnami/charts/issues/5677) -* [bitnami/solr] Fix exporter's flag to connect to Zookeeper (#5794) ([001bf4e](https://github.com/bitnami/charts/commit/001bf4e)), closes [#5794](https://github.com/bitnami/charts/issues/5794) +* [bitnami/*] Remove minideb mentions (#5677) ([870bc4d](https://github.com/bitnami/charts/commit/870bc4dba1fc3aa55dd157da6687b25e8d352206)), closes [#5677](https://github.com/bitnami/charts/issues/5677) +* [bitnami/solr] Fix exporter's flag to connect to Zookeeper (#5794) ([001bf4e](https://github.com/bitnami/charts/commit/001bf4e0d7d0d4c69d797e0afb5cc4449d480969)), closes [#5794](https://github.com/bitnami/charts/issues/5794) ## 0.2.3 (2021-03-03) -* [bitnami/solr] remove references to elasticsearch (#5656) ([0999bfc](https://github.com/bitnami/charts/commit/0999bfc)), closes [#5656](https://github.com/bitnami/charts/issues/5656) +* [bitnami/solr] remove references to elasticsearch (#5656) ([0999bfc](https://github.com/bitnami/charts/commit/0999bfc9d83a22598ae3ebde49fd94320da3167f)), closes [#5656](https://github.com/bitnami/charts/issues/5656) ## 0.2.2 (2021-02-24) -* [bitnami/solr] Release 0.2.2 updating components versions ([f4e55a6](https://github.com/bitnami/charts/commit/f4e55a6)) +* [bitnami/solr] Release 0.2.2 updating components versions ([f4e55a6](https://github.com/bitnami/charts/commit/f4e55a66d8e43b669b06ea5e39af46d5319695ae)) ## 0.2.1 (2021-02-19) -* [bitnami/solr] Release 0.2.1 updating components versions ([5f49513](https://github.com/bitnami/charts/commit/5f49513)) +* [bitnami/solr] Release 0.2.1 updating components versions ([5f49513](https://github.com/bitnami/charts/commit/5f49513da73019dcb6f66d8dde3dc1c26db192d0)) ## 0.2.0 (2021-02-19) -* [bitnami/solr] Adds support for TLS (#5515) ([afc952c](https://github.com/bitnami/charts/commit/afc952c)), closes [#5515](https://github.com/bitnami/charts/issues/5515) +* [bitnami/solr] Adds support for TLS (#5515) ([afc952c](https://github.com/bitnami/charts/commit/afc952c7f424b7d141a109736f859b1d8412a9a6)), closes [#5515](https://github.com/bitnami/charts/issues/5515) ## 0.1.3 (2021-02-19) -* [bitnami/solr] Fix error in NOTES.txt when upgrading (#5546) ([a2a0069](https://github.com/bitnami/charts/commit/a2a0069)), closes [#5546](https://github.com/bitnami/charts/issues/5546) +* [bitnami/solr] Fix error in NOTES.txt when upgrading (#5546) ([a2a0069](https://github.com/bitnami/charts/commit/a2a0069a60714af68d6384e0ee62f8ab1809eb9e)), closes [#5546](https://github.com/bitnami/charts/issues/5546) ## 0.1.2 (2021-02-19) -* [bitnami/solr] Remove extra initContainers entry (#5552) ([45cec69](https://github.com/bitnami/charts/commit/45cec69)), closes [#5552](https://github.com/bitnami/charts/issues/5552) +* [bitnami/solr] Remove extra initContainers entry (#5552) ([45cec69](https://github.com/bitnami/charts/commit/45cec6994e0e2646b8e22621691638be0d2d789d)), closes [#5552](https://github.com/bitnami/charts/issues/5552) ## 0.1.1 (2021-02-18) -* [bitnami/solr] Fix parameter tables in README.md ([3c1fa10](https://github.com/bitnami/charts/commit/3c1fa10)) -* [bitnami/solr] Fix successThreshold for exporters (#5548) ([c6d87d6](https://github.com/bitnami/charts/commit/c6d87d6)), closes [#5548](https://github.com/bitnami/charts/issues/5548) +* [bitnami/solr] Fix parameter tables in README.md ([3c1fa10](https://github.com/bitnami/charts/commit/3c1fa10b9bfc56f0e133236daf7163e9f2965106)) +* [bitnami/solr] Fix successThreshold for exporters (#5548) ([c6d87d6](https://github.com/bitnami/charts/commit/c6d87d64e6baf12a51e38b90cfdc3dfd075e78ed)), closes [#5548](https://github.com/bitnami/charts/issues/5548) ## 0.1.0 (2021-02-11) -* bitnami/solr (#4951) ([d99d9be](https://github.com/bitnami/charts/commit/d99d9be)), closes [#4951](https://github.com/bitnami/charts/issues/4951) +* bitnami/solr (#4951) ([d99d9be](https://github.com/bitnami/charts/commit/d99d9be29a43bf8dd27b97bb0a9186dbc92156e6)), closes [#4951](https://github.com/bitnami/charts/issues/4951) diff --git a/bitnami/solr/Chart.lock b/bitnami/solr/Chart.lock index d582846175695b..f7adda449aeca3 100644 --- a/bitnami/solr/Chart.lock +++ b/bitnami/solr/Chart.lock @@ -1,9 +1,9 @@ dependencies: - name: zookeeper repository: oci://registry-1.docker.io/bitnamicharts - version: 13.3.0 + version: 13.4.0 - name: common repository: oci://registry-1.docker.io/bitnamicharts version: 2.19.3 -digest: sha256:344b1f77eb0e4dddc6962899b8cc2892c652be5b8a96c88d9ad57708f9e61b93 -generated: "2024-05-21T18:02:59.596153+02:00" +digest: sha256:d4cf95ede3f4616d73105423fee2b123c0b9afb19bf552cef106e46152e113a7 +generated: "2024-05-30T03:06:13.350014163Z" diff --git a/bitnami/solr/Chart.yaml b/bitnami/solr/Chart.yaml index 5acae93603bd49..d5719aea56f241 100644 --- a/bitnami/solr/Chart.yaml +++ b/bitnami/solr/Chart.yaml @@ -6,11 +6,11 @@ annotations: licenses: Apache-2.0 images: | - name: os-shell - image: docker.io/bitnami/os-shell:12-debian-12-r21 + image: docker.io/bitnami/os-shell:12-debian-12-r22 - name: solr - image: docker.io/bitnami/solr:9.6.0-debian-12-r3 + image: docker.io/bitnami/solr:9.6.1-debian-12-r0 apiVersion: v2 -appVersion: 9.6.0 +appVersion: 9.6.1 dependencies: - condition: zookeeper.enabled name: zookeeper @@ -34,5 +34,4 @@ maintainers: name: solr sources: - https://github.com/bitnami/charts/tree/main/bitnami/solr -version: 9.2.1 - +version: 9.2.2 diff --git a/bitnami/solr/values.yaml b/bitnami/solr/values.yaml index c7c88f236f4239..adbb3cca43cfb7 100644 --- a/bitnami/solr/values.yaml +++ b/bitnami/solr/values.yaml @@ -82,7 +82,7 @@ diagnosticMode: image: registry: docker.io repository: bitnami/solr - tag: 9.6.0-debian-12-r3 + tag: 9.6.1-debian-12-r0 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' @@ -698,7 +698,7 @@ volumePermissions: image: registry: docker.io repository: bitnami/os-shell - tag: 12-debian-12-r21 + tag: 12-debian-12-r22 digest: "" pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. From 7146a83372b9b690ccea3cf7fd77910042a96c08 Mon Sep 17 00:00:00 2001 From: Fran Mulero Date: Thu, 30 May 2024 09:24:22 +0200 Subject: [PATCH 098/110] [bitnami/sonarqube] Enable PodDisruptionBudgets (#26535) * [bitnami/sonarqube] Enable PodDisruptionBudgets Signed-off-by: Fran Mulero * Update CHANGELOG.md Signed-off-by: Bitnami Containers --------- Signed-off-by: Fran Mulero Signed-off-by: Bitnami Containers Co-authored-by: Bitnami Containers --- bitnami/sonarqube/CHANGELOG.md | 361 ++++++++++++++------------- bitnami/sonarqube/Chart.yaml | 2 +- bitnami/sonarqube/README.md | 3 + bitnami/sonarqube/templates/pdb.yaml | 26 ++ bitnami/sonarqube/values.yaml | 10 + 5 files changed, 223 insertions(+), 179 deletions(-) create mode 100644 bitnami/sonarqube/templates/pdb.yaml diff --git a/bitnami/sonarqube/CHANGELOG.md b/bitnami/sonarqube/CHANGELOG.md index f2680648852046..afe22998d604df 100644 --- a/bitnami/sonarqube/CHANGELOG.md +++ b/bitnami/sonarqube/CHANGELOG.md @@ -1,557 +1,562 @@ # Changelog +## 5.2.0 (2024-05-29) + +* [bitnami/sonarqube] Enable PodDisruptionBudgets ([#26535](https://github.com/bitnami/charts/pull/26535)) + ## 5.1.0 (2024-05-21) -* [bitnami/sonarqube] feat: :sparkles: :lock: Add warning when original images are replaced ([#26278](https://github.com/bitnami/charts/pulls/26278)) +* [bitnami/*] ci: :construction_worker: Add tag and changelog support (#25359) ([91c707c](https://github.com/bitnami/charts/commit/91c707c9e4e574725a09505d2d313fb93f1b4c0a)), closes [#25359](https://github.com/bitnami/charts/issues/25359) +* [bitnami/sonarqube] feat: :sparkles: :lock: Add warning when original images are replaced (#26278) ([8926823](https://github.com/bitnami/charts/commit/89268238e58433a83a49f1500868fb6f58a5b8f8)), closes [#26278](https://github.com/bitnami/charts/issues/26278) ## 5.0.4 (2024-05-20) -* [bitnami/*] Change non-root and rolling-tags doc URLs (#25628) ([b067c94](https://github.com/bitnami/charts/commit/b067c94)), closes [#25628](https://github.com/bitnami/charts/issues/25628) -* [bitnami/*] Set new header/owner (#25558) ([8d1dc11](https://github.com/bitnami/charts/commit/8d1dc11)), closes [#25558](https://github.com/bitnami/charts/issues/25558) -* [bitnami/sonarqube] Use different liveness/readiness probes (#25989) ([65237cb](https://github.com/bitnami/charts/commit/65237cb)), closes [#25989](https://github.com/bitnami/charts/issues/25989) +* [bitnami/*] Change non-root and rolling-tags doc URLs (#25628) ([b067c94](https://github.com/bitnami/charts/commit/b067c94f6bcde427863c197fd355f0b5ba12ff5b)), closes [#25628](https://github.com/bitnami/charts/issues/25628) +* [bitnami/*] Set new header/owner (#25558) ([8d1dc11](https://github.com/bitnami/charts/commit/8d1dc11f5fb30db6fba50c43d7af59d2f79deed3)), closes [#25558](https://github.com/bitnami/charts/issues/25558) +* [bitnami/sonarqube] Use different liveness/readiness probes (#25989) ([65237cb](https://github.com/bitnami/charts/commit/65237cb80a64804f49830ccd599fbf56aedbfe43)), closes [#25989](https://github.com/bitnami/charts/issues/25989) ## 5.0.3 (2024-05-06) -* [bitnami/multiple charts] Fix typo: "NetworkPolice" vs "NetworkPolicy" (#25348) ([6970c1b](https://github.com/bitnami/charts/commit/6970c1b)), closes [#25348](https://github.com/bitnami/charts/issues/25348) -* [bitnami/sonarqube] Remove unicode characters (#25549) ([f49bd28](https://github.com/bitnami/charts/commit/f49bd28)), closes [#25549](https://github.com/bitnami/charts/issues/25549) -* Replace VMware by Broadcom copyright text (#25306) ([a5e4bd0](https://github.com/bitnami/charts/commit/a5e4bd0)), closes [#25306](https://github.com/bitnami/charts/issues/25306) +* [bitnami/multiple charts] Fix typo: "NetworkPolice" vs "NetworkPolicy" (#25348) ([6970c1b](https://github.com/bitnami/charts/commit/6970c1ba245873506e73d459c6eac1e4919b778f)), closes [#25348](https://github.com/bitnami/charts/issues/25348) +* [bitnami/sonarqube] Remove unicode characters (#25549) ([f49bd28](https://github.com/bitnami/charts/commit/f49bd288903715e6d15bc897294d808ca043a913)), closes [#25549](https://github.com/bitnami/charts/issues/25549) +* Replace VMware by Broadcom copyright text (#25306) ([a5e4bd0](https://github.com/bitnami/charts/commit/a5e4bd0e35e419203793976a78d9d0a13de92c76)), closes [#25306](https://github.com/bitnami/charts/issues/25306) ## 5.0.2 (2024-04-06) -* [bitnami/sonarqube] Release 5.0.2 updating components versions (#25021) ([f85434d](https://github.com/bitnami/charts/commit/f85434d)), closes [#25021](https://github.com/bitnami/charts/issues/25021) +* [bitnami/sonarqube] Release 5.0.2 updating components versions (#25021) ([f85434d](https://github.com/bitnami/charts/commit/f85434d1506b88c02219ac8a68328efc3059e988)), closes [#25021](https://github.com/bitnami/charts/issues/25021) ## 5.0.1 (2024-04-03) -* [bitnami/sonarqube] fix base dir preparation (#24851) ([7fea8ce](https://github.com/bitnami/charts/commit/7fea8ce)), closes [#24851](https://github.com/bitnami/charts/issues/24851) -* Update resourcesPreset comments (#24467) ([92e3e8a](https://github.com/bitnami/charts/commit/92e3e8a)), closes [#24467](https://github.com/bitnami/charts/issues/24467) +* [bitnami/sonarqube] fix base dir preparation (#24851) ([7fea8ce](https://github.com/bitnami/charts/commit/7fea8ce5f7127f1d55e239abadf5389e168c019b)), closes [#24851](https://github.com/bitnami/charts/issues/24851) +* Update resourcesPreset comments (#24467) ([92e3e8a](https://github.com/bitnami/charts/commit/92e3e8a507326d2a20a8f10ab3e7746a2ec5c554)), closes [#24467](https://github.com/bitnami/charts/issues/24467) ## 5.0.0 (2024-04-02) -* [bitnami/*] Reorder Chart sections (#24455) ([0cf4048](https://github.com/bitnami/charts/commit/0cf4048)), closes [#24455](https://github.com/bitnami/charts/issues/24455) -* [bitnami/sonarqube] feat!: :lock: :boom: Improve security defaults (#24688) ([6647970](https://github.com/bitnami/charts/commit/6647970)), closes [#24688](https://github.com/bitnami/charts/issues/24688) +* [bitnami/*] Reorder Chart sections (#24455) ([0cf4048](https://github.com/bitnami/charts/commit/0cf4048e8743f70a9753d460655bd030cbff6824)), closes [#24455](https://github.com/bitnami/charts/issues/24455) +* [bitnami/sonarqube] feat!: :lock: :boom: Improve security defaults (#24688) ([6647970](https://github.com/bitnami/charts/commit/66479703518cabe0ffbb2baae25510e2dfc8dff7)), closes [#24688](https://github.com/bitnami/charts/issues/24688) ## 4.7.0 (2024-03-06) -* [bitnami/sonarqube] feat: :sparkles: :lock: Add automatic adaptation for Openshift restricted-v2 SCC ([b17836d](https://github.com/bitnami/charts/commit/b17836d)), closes [#24155](https://github.com/bitnami/charts/issues/24155) +* [bitnami/sonarqube] feat: :sparkles: :lock: Add automatic adaptation for Openshift restricted-v2 SCC ([b17836d](https://github.com/bitnami/charts/commit/b17836d19109454d1a48ce0e379b4588bff39aaa)), closes [#24155](https://github.com/bitnami/charts/issues/24155) ## 4.6.2 (2024-02-26) -* [bitnami/sonarqube] Release 4.6.2 updating components versions (#23925) ([e9b1560](https://github.com/bitnami/charts/commit/e9b1560)), closes [#23925](https://github.com/bitnami/charts/issues/23925) +* [bitnami/sonarqube] Release 4.6.2 updating components versions (#23925) ([e9b1560](https://github.com/bitnami/charts/commit/e9b1560ae9c7d9be4c5b5769f9c8be789d55c804)), closes [#23925](https://github.com/bitnami/charts/issues/23925) ## 4.6.1 (2024-02-22) -* [bitnami/sonarqube] feat: :sparkles: :lock: Add resource preset support (#23522) ([5ba71f3](https://github.com/bitnami/charts/commit/5ba71f3)), closes [#23522](https://github.com/bitnami/charts/issues/23522) -* [bitnami/sonarqube] Release 4.6.1 updating components versions (#23853) ([c57b1bc](https://github.com/bitnami/charts/commit/c57b1bc)), closes [#23853](https://github.com/bitnami/charts/issues/23853) +* [bitnami/sonarqube] feat: :sparkles: :lock: Add resource preset support (#23522) ([5ba71f3](https://github.com/bitnami/charts/commit/5ba71f3236d29f094de72be9ce22e20a71832eb6)), closes [#23522](https://github.com/bitnami/charts/issues/23522) +* [bitnami/sonarqube] Release 4.6.1 updating components versions (#23853) ([c57b1bc](https://github.com/bitnami/charts/commit/c57b1bc3d2a32a0997f4e85c554aaa88311e0058)), closes [#23853](https://github.com/bitnami/charts/issues/23853) ## 4.6.0 (2024-02-20) -* [bitnami/*] Bump all versions (#23602) ([b70ee2a](https://github.com/bitnami/charts/commit/b70ee2a)), closes [#23602](https://github.com/bitnami/charts/issues/23602) +* [bitnami/*] Bump all versions (#23602) ([b70ee2a](https://github.com/bitnami/charts/commit/b70ee2a30e4dc256bf0ac52928fb2fa7a70f049b)), closes [#23602](https://github.com/bitnami/charts/issues/23602) ## 4.5.1 (2024-02-09) -* [bitnami/sonarqube] Release 4.4.3 (#23168) ([6c80427](https://github.com/bitnami/charts/commit/6c80427)), closes [#23168](https://github.com/bitnami/charts/issues/23168) +* [bitnami/sonarqube] Release 4.4.3 (#23168) ([6c80427](https://github.com/bitnami/charts/commit/6c80427f7b5813ef189f9ff491ef6a481b22299a)), closes [#23168](https://github.com/bitnami/charts/issues/23168) ## 4.5.0 (2024-02-07) -* [bitnami/sonarqube] fix: :bug: Add allowExternalEgress to avoid breaking istio (#22976) ([ad80673](https://github.com/bitnami/charts/commit/ad80673)), closes [#22976](https://github.com/bitnami/charts/issues/22976) +* [bitnami/sonarqube] fix: :bug: Add allowExternalEgress to avoid breaking istio (#22976) ([ad80673](https://github.com/bitnami/charts/commit/ad806739e96143045a3bde27b5b099f64900b4d7)), closes [#22976](https://github.com/bitnami/charts/issues/22976) ## 4.4.2 (2024-02-02) -* [bitnami/sonarqube] Release 4.4.2 updating components versions (#23047) ([ca1db69](https://github.com/bitnami/charts/commit/ca1db69)), closes [#23047](https://github.com/bitnami/charts/issues/23047) +* [bitnami/sonarqube] Release 4.4.2 updating components versions (#23047) ([ca1db69](https://github.com/bitnami/charts/commit/ca1db69c577476bfe60e18e1d2694c63615c15eb)), closes [#23047](https://github.com/bitnami/charts/issues/23047) ## 4.4.1 (2024-02-01) -* [bitnami/sonarqube] Fix updateStrategy.type option comment in default values (#22753) ([ae17119](https://github.com/bitnami/charts/commit/ae17119)), closes [#22753](https://github.com/bitnami/charts/issues/22753) +* [bitnami/sonarqube] Fix updateStrategy.type option comment in default values (#22753) ([ae17119](https://github.com/bitnami/charts/commit/ae17119ccef0f913075dbef1a0f4a821a69f8d10)), closes [#22753](https://github.com/bitnami/charts/issues/22753) ## 4.4.0 (2024-01-26) -* [bitnami/sonarqube] feat: :lock: Enable networkPolicy (#22722) ([cfc94a7](https://github.com/bitnami/charts/commit/cfc94a7)), closes [#22722](https://github.com/bitnami/charts/issues/22722) +* [bitnami/sonarqube] feat: :lock: Enable networkPolicy (#22722) ([cfc94a7](https://github.com/bitnami/charts/commit/cfc94a7d63c5b1b57c0900130806ace401bb9c06)), closes [#22722](https://github.com/bitnami/charts/issues/22722) ## 4.3.1 (2024-01-25) -* [bitnami/*] Move documentation sections from docs.bitnami.com back to the README (#22203) ([7564f36](https://github.com/bitnami/charts/commit/7564f36)), closes [#22203](https://github.com/bitnami/charts/issues/22203) -* [bitnami/sonarqube] fix: :bug: Set seLinuxOptions to null for Openshift compatibility (#22659) ([b130cb9](https://github.com/bitnami/charts/commit/b130cb9)), closes [#22659](https://github.com/bitnami/charts/issues/22659) +* [bitnami/*] Move documentation sections from docs.bitnami.com back to the README (#22203) ([7564f36](https://github.com/bitnami/charts/commit/7564f36ca1e95ff30ee686652b7ab8690561a707)), closes [#22203](https://github.com/bitnami/charts/issues/22203) +* [bitnami/sonarqube] fix: :bug: Set seLinuxOptions to null for Openshift compatibility (#22659) ([b130cb9](https://github.com/bitnami/charts/commit/b130cb921e9f6c5dbf9755e8ada2ba49fb995e85)), closes [#22659](https://github.com/bitnami/charts/issues/22659) ## 4.3.0 (2024-01-22) -* [bitnami/sonarqube] fix: :lock: Move service-account token auto-mount to pod declaration (#22461) ([666a768](https://github.com/bitnami/charts/commit/666a768)), closes [#22461](https://github.com/bitnami/charts/issues/22461) +* [bitnami/sonarqube] fix: :lock: Move service-account token auto-mount to pod declaration (#22461) ([666a768](https://github.com/bitnami/charts/commit/666a768e7a8f7bfbee1f266679cbf5812f1ce1e9)), closes [#22461](https://github.com/bitnami/charts/issues/22461) ## 4.2.1 (2024-01-18) -* [bitnami/sonarqube] Release 4.2.1 updating components versions (#22338) ([1d09ccd](https://github.com/bitnami/charts/commit/1d09ccd)), closes [#22338](https://github.com/bitnami/charts/issues/22338) +* [bitnami/sonarqube] Release 4.2.1 updating components versions (#22338) ([1d09ccd](https://github.com/bitnami/charts/commit/1d09ccd2f6b12f8a41eef6f79441ac8bf1a6a173)), closes [#22338](https://github.com/bitnami/charts/issues/22338) ## 4.2.0 (2024-01-16) -* [bitnami/sonarqube] fix: :lock: Improve podSecurityContext and containerSecurityContext with essenti ([11229ad](https://github.com/bitnami/charts/commit/11229ad)), closes [#22190](https://github.com/bitnami/charts/issues/22190) +* [bitnami/sonarqube] fix: :lock: Improve podSecurityContext and containerSecurityContext with essenti ([11229ad](https://github.com/bitnami/charts/commit/11229ad320a7147e230fa15a4dc1e7660ce7bf2f)), closes [#22190](https://github.com/bitnami/charts/issues/22190) ## 4.1.7 (2024-01-15) -* [bitnami/*] Fix docs.bitnami.com broken links (#21901) ([f35506d](https://github.com/bitnami/charts/commit/f35506d)), closes [#21901](https://github.com/bitnami/charts/issues/21901) -* [bitnami/*] Fix ref links (in comments) (#21822) ([e4fa296](https://github.com/bitnami/charts/commit/e4fa296)), closes [#21822](https://github.com/bitnami/charts/issues/21822) -* [bitnami/*] Update copyright: Year and company (#21815) ([6c4bf75](https://github.com/bitnami/charts/commit/6c4bf75)), closes [#21815](https://github.com/bitnami/charts/issues/21815) -* [bitnami/sonarqube] fix: :lock: Do not automount the service account token unless necessary (#22062) ([6b98ee5](https://github.com/bitnami/charts/commit/6b98ee5)), closes [#22062](https://github.com/bitnami/charts/issues/22062) +* [bitnami/*] Fix docs.bitnami.com broken links (#21901) ([f35506d](https://github.com/bitnami/charts/commit/f35506d2dadee4f097986e7792df1f53ab215b5d)), closes [#21901](https://github.com/bitnami/charts/issues/21901) +* [bitnami/*] Fix ref links (in comments) (#21822) ([e4fa296](https://github.com/bitnami/charts/commit/e4fa296106b225cf8c82445727c675c7c725e380)), closes [#21822](https://github.com/bitnami/charts/issues/21822) +* [bitnami/*] Update copyright: Year and company (#21815) ([6c4bf75](https://github.com/bitnami/charts/commit/6c4bf75dec58fc7c9aee9f089777b1a858c17d5b)), closes [#21815](https://github.com/bitnami/charts/issues/21815) +* [bitnami/sonarqube] fix: :lock: Do not automount the service account token unless necessary (#22062) ([6b98ee5](https://github.com/bitnami/charts/commit/6b98ee5f9f44e6461934c2fe38c5eeecfc573de8)), closes [#22062](https://github.com/bitnami/charts/issues/22062) ## 4.1.6 (2023-12-12) -* [bitnami/sonarqube] Release 4.1.6 updating components versions (#21532) ([0f70bab](https://github.com/bitnami/charts/commit/0f70bab)), closes [#21532](https://github.com/bitnami/charts/issues/21532) +* [bitnami/sonarqube] Release 4.1.6 updating components versions (#21532) ([0f70bab](https://github.com/bitnami/charts/commit/0f70bab253218cd909a15d07790fd7d3315d3a87)), closes [#21532](https://github.com/bitnami/charts/issues/21532) ## 4.1.5 (2023-12-12) -* [bitnami/sonarqube] Release 4.1.4 (#21249) ([09e8c7d](https://github.com/bitnami/charts/commit/09e8c7d)), closes [#21249](https://github.com/bitnami/charts/issues/21249) -* [bitnami/sonarqube] Release 4.1.5 updating components versions (#21508) ([f2b561a](https://github.com/bitnami/charts/commit/f2b561a)), closes [#21508](https://github.com/bitnami/charts/issues/21508) +* [bitnami/sonarqube] Release 4.1.4 (#21249) ([09e8c7d](https://github.com/bitnami/charts/commit/09e8c7dfc171eba6442fe6654e8d66479ed5cafa)), closes [#21249](https://github.com/bitnami/charts/issues/21249) +* [bitnami/sonarqube] Release 4.1.5 updating components versions (#21508) ([f2b561a](https://github.com/bitnami/charts/commit/f2b561ac8f5dbe77c05a377185f7fd20fde3343e)), closes [#21508](https://github.com/bitnami/charts/issues/21508) ## 4.1.4 (2023-12-05) -* [bitnami/sonarqube] Replace deprecated pull secret partial (#21396) ([b155b41](https://github.com/bitnami/charts/commit/b155b41)), closes [#21396](https://github.com/bitnami/charts/issues/21396) +* [bitnami/sonarqube] Replace deprecated pull secret partial (#21396) ([b155b41](https://github.com/bitnami/charts/commit/b155b41a642600ff55b01db044b23ed2bf8ad3fd)), closes [#21396](https://github.com/bitnami/charts/issues/21396) ## 4.1.3 (2023-11-21) -* [bitnami/*] Rename solutions to "Bitnami package for ..." (#21038) ([b82f979](https://github.com/bitnami/charts/commit/b82f979)), closes [#21038](https://github.com/bitnami/charts/issues/21038) -* [bitnami/sonarqube] Release 4.1.3 updating components versions (#21176) ([aad7517](https://github.com/bitnami/charts/commit/aad7517)), closes [#21176](https://github.com/bitnami/charts/issues/21176) +* [bitnami/*] Rename solutions to "Bitnami package for ..." (#21038) ([b82f979](https://github.com/bitnami/charts/commit/b82f979e4fb63423fe6e2192c946d09d79c944fc)), closes [#21038](https://github.com/bitnami/charts/issues/21038) +* [bitnami/sonarqube] Release 4.1.3 updating components versions (#21176) ([aad7517](https://github.com/bitnami/charts/commit/aad7517015a4e42b64bd20d6051a387188458445)), closes [#21176](https://github.com/bitnami/charts/issues/21176) ## 4.1.2 (2023-11-17) -* [bitnami/*] Remove relative links to non-README sections, add verification for that and update TL;DR ([1103633](https://github.com/bitnami/charts/commit/1103633)), closes [#20967](https://github.com/bitnami/charts/issues/20967) -* [bitnami/sonarqube] Release 4.1.2 updating components versions (#21031) ([da86979](https://github.com/bitnami/charts/commit/da86979)), closes [#21031](https://github.com/bitnami/charts/issues/21031) +* [bitnami/*] Remove relative links to non-README sections, add verification for that and update TL;DR ([1103633](https://github.com/bitnami/charts/commit/11036334d82df0490aa4abdb591543cab6cf7d7f)), closes [#20967](https://github.com/bitnami/charts/issues/20967) +* [bitnami/sonarqube] Release 4.1.2 updating components versions (#21031) ([da86979](https://github.com/bitnami/charts/commit/da86979d43150721b4e5b8fb46b6306723561ac2)), closes [#21031](https://github.com/bitnami/charts/issues/21031) ## 4.1.1 (2023-11-08) -* [bitnami/sonarqube] Release 4.1.1 updating components versions (#20710) ([45d8546](https://github.com/bitnami/charts/commit/45d8546)), closes [#20710](https://github.com/bitnami/charts/issues/20710) +* [bitnami/sonarqube] Release 4.1.1 updating components versions (#20710) ([45d8546](https://github.com/bitnami/charts/commit/45d8546ded574010a7910b55cd10daf7ce90c1e9)), closes [#20710](https://github.com/bitnami/charts/issues/20710) ## 4.1.0 (2023-10-31) -* [bitnami/*] Rename VMware Application Catalog (#20361) ([3acc734](https://github.com/bitnami/charts/commit/3acc734)), closes [#20361](https://github.com/bitnami/charts/issues/20361) -* [bitnami/*] Skip image's tag in the README files of the Bitnami Charts (#19841) ([bb9a01b](https://github.com/bitnami/charts/commit/bb9a01b)), closes [#19841](https://github.com/bitnami/charts/issues/19841) -* [bitnami/*] Standardize documentation (#19835) ([af5f753](https://github.com/bitnami/charts/commit/af5f753)), closes [#19835](https://github.com/bitnami/charts/issues/19835) -* [bitnami/sonarqube] feat: :sparkles: Add support for PSA restricted policy (#20536) ([bfa7748](https://github.com/bitnami/charts/commit/bfa7748)), closes [#20536](https://github.com/bitnami/charts/issues/20536) +* [bitnami/*] Rename VMware Application Catalog (#20361) ([3acc734](https://github.com/bitnami/charts/commit/3acc73472beb6fb56c4d99f929061001205bc57e)), closes [#20361](https://github.com/bitnami/charts/issues/20361) +* [bitnami/*] Skip image's tag in the README files of the Bitnami Charts (#19841) ([bb9a01b](https://github.com/bitnami/charts/commit/bb9a01b65911c87e48318db922cc05eb42785e42)), closes [#19841](https://github.com/bitnami/charts/issues/19841) +* [bitnami/*] Standardize documentation (#19835) ([af5f753](https://github.com/bitnami/charts/commit/af5f7530c1bc8c5ded53a6c4f7b8f384ac1804f2)), closes [#19835](https://github.com/bitnami/charts/issues/19835) +* [bitnami/sonarqube] feat: :sparkles: Add support for PSA restricted policy (#20536) ([bfa7748](https://github.com/bitnami/charts/commit/bfa7748f7a38ef219f0c7c40cc3cb7db4f2e7492)), closes [#20536](https://github.com/bitnami/charts/issues/20536) ## 4.0.2 (2023-10-12) -* [bitnami/sonarqube] Release 4.0.2 (#20188) ([ea22167](https://github.com/bitnami/charts/commit/ea22167)), closes [#20188](https://github.com/bitnami/charts/issues/20188) +* [bitnami/sonarqube] Release 4.0.2 (#20188) ([ea22167](https://github.com/bitnami/charts/commit/ea2216769e858b007fe12b33da45dbc510f13371)), closes [#20188](https://github.com/bitnami/charts/issues/20188) ## 4.0.1 (2023-10-09) -* [bitnami/*] Update Helm charts prerequisites (#19745) ([eb755dd](https://github.com/bitnami/charts/commit/eb755dd)), closes [#19745](https://github.com/bitnami/charts/issues/19745) -* [bitnami/sonarqube] Release 4.0.1 (#19940) ([3547c39](https://github.com/bitnami/charts/commit/3547c39)), closes [#19940](https://github.com/bitnami/charts/issues/19940) +* [bitnami/*] Update Helm charts prerequisites (#19745) ([eb755dd](https://github.com/bitnami/charts/commit/eb755dd36a4dd3cf6635be8e0598f9a7f4c4a554)), closes [#19745](https://github.com/bitnami/charts/issues/19745) +* [bitnami/sonarqube] Release 4.0.1 (#19940) ([3547c39](https://github.com/bitnami/charts/commit/3547c397195b76df8d1d3f2f1a07dca48b28f77f)), closes [#19940](https://github.com/bitnami/charts/issues/19940) ## 4.0.0 (2023-09-29) -* [bitnami/sonarqube] Update dependencies (#19622) ([53fb9e7](https://github.com/bitnami/charts/commit/53fb9e7)), closes [#19622](https://github.com/bitnami/charts/issues/19622) +* [bitnami/sonarqube] Update dependencies (#19622) ([53fb9e7](https://github.com/bitnami/charts/commit/53fb9e705f4ca36382a13510d2a1dfd1d450a137)), closes [#19622](https://github.com/bitnami/charts/issues/19622) ## 3.3.4 (2023-09-26) -* [bitnami/sonarqube] Release 3.3.4 updating components versions (#19540) ([6d72b6b](https://github.com/bitnami/charts/commit/6d72b6b)), closes [#19540](https://github.com/bitnami/charts/issues/19540) +* [bitnami/sonarqube] Release 3.3.4 updating components versions (#19540) ([6d72b6b](https://github.com/bitnami/charts/commit/6d72b6b07d3997904b38f2bf6633cf6c9187d5e7)), closes [#19540](https://github.com/bitnami/charts/issues/19540) ## 3.3.3 (2023-09-25) -* [bitnami/sonarqube] Release 3.3.3 (#19513) ([eea9a37](https://github.com/bitnami/charts/commit/eea9a37)), closes [#19513](https://github.com/bitnami/charts/issues/19513) -* Autogenerate schema files (#19194) ([a2c2090](https://github.com/bitnami/charts/commit/a2c2090)), closes [#19194](https://github.com/bitnami/charts/issues/19194) -* Revert "Autogenerate schema files (#19194)" (#19335) ([73d80be](https://github.com/bitnami/charts/commit/73d80be)), closes [#19194](https://github.com/bitnami/charts/issues/19194) [#19335](https://github.com/bitnami/charts/issues/19335) +* [bitnami/sonarqube] Release 3.3.3 (#19513) ([eea9a37](https://github.com/bitnami/charts/commit/eea9a3750aff93dbc5256df193cccca4f2d38d39)), closes [#19513](https://github.com/bitnami/charts/issues/19513) +* Autogenerate schema files (#19194) ([a2c2090](https://github.com/bitnami/charts/commit/a2c2090b5ac97f47b745c8028c6452bf99739772)), closes [#19194](https://github.com/bitnami/charts/issues/19194) +* Revert "Autogenerate schema files (#19194)" (#19335) ([73d80be](https://github.com/bitnami/charts/commit/73d80be525c88fb4b8a54451a55acd506e337062)), closes [#19194](https://github.com/bitnami/charts/issues/19194) [#19335](https://github.com/bitnami/charts/issues/19335) ## 3.3.2 (2023-09-07) -* [bitnami/sonarqube: Use merge helper]: (#19107) ([51b97cd](https://github.com/bitnami/charts/commit/51b97cd)), closes [#19107](https://github.com/bitnami/charts/issues/19107) +* [bitnami/sonarqube: Use merge helper]: (#19107) ([51b97cd](https://github.com/bitnami/charts/commit/51b97cd5724b01f923166ec22023e9c2e7293b31)), closes [#19107](https://github.com/bitnami/charts/issues/19107) ## 3.3.1 (2023-09-04) -* [bitnami/sonarqube] Release 3.3.1 (#19004) ([8b28fc4](https://github.com/bitnami/charts/commit/8b28fc4)), closes [#19004](https://github.com/bitnami/charts/issues/19004) +* [bitnami/sonarqube] Release 3.3.1 (#19004) ([8b28fc4](https://github.com/bitnami/charts/commit/8b28fc43be32365ec2ceb1596d55a7843ed144c4)), closes [#19004](https://github.com/bitnami/charts/issues/19004) ## 3.3.0 (2023-08-29) -* [bitnami/sonarqube] Support for customizing standard labels (#18748) ([e4683d1](https://github.com/bitnami/charts/commit/e4683d1)), closes [#18748](https://github.com/bitnami/charts/issues/18748) +* [bitnami/sonarqube] Support for customizing standard labels (#18748) ([e4683d1](https://github.com/bitnami/charts/commit/e4683d16932b829f6055a75e00fbe127fc114d2c)), closes [#18748](https://github.com/bitnami/charts/issues/18748) ## 3.2.10 (2023-08-21) -* [bitnami/sonarqube] Release 3.2.10 (#18719) ([72a7514](https://github.com/bitnami/charts/commit/72a7514)), closes [#18719](https://github.com/bitnami/charts/issues/18719) +* [bitnami/sonarqube] Release 3.2.10 (#18719) ([72a7514](https://github.com/bitnami/charts/commit/72a7514dd337cd44e9d6e1659795dd66460060b5)), closes [#18719](https://github.com/bitnami/charts/issues/18719) ## 3.2.9 (2023-08-17) -* [bitnami/sonarqube] Release 3.2.9 (#18592) ([fbcedd7](https://github.com/bitnami/charts/commit/fbcedd7)), closes [#18592](https://github.com/bitnami/charts/issues/18592) +* [bitnami/sonarqube] Release 3.2.9 (#18592) ([fbcedd7](https://github.com/bitnami/charts/commit/fbcedd7308e69008eac1e087bab0613ce93accb2)), closes [#18592](https://github.com/bitnami/charts/issues/18592) ## 3.2.8 (2023-07-27) -* [bitnami/sonarqube] Release 3.2.8 (#17972) ([af32e6c](https://github.com/bitnami/charts/commit/af32e6c)), closes [#17972](https://github.com/bitnami/charts/issues/17972) +* [bitnami/sonarqube] Release 3.2.8 (#17972) ([af32e6c](https://github.com/bitnami/charts/commit/af32e6c7cafee5b01c69058fa3854acc6d96fff8)), closes [#17972](https://github.com/bitnami/charts/issues/17972) ## 3.2.7 (2023-07-13) -* [bitnami/sonarqube] Release 3.2.7 (#17669) ([10180c6](https://github.com/bitnami/charts/commit/10180c6)), closes [#17669](https://github.com/bitnami/charts/issues/17669) +* [bitnami/sonarqube] Release 3.2.7 (#17669) ([10180c6](https://github.com/bitnami/charts/commit/10180c62d59cf00bcf945662f4a5954277d9344e)), closes [#17669](https://github.com/bitnami/charts/issues/17669) ## 3.2.6 (2023-07-12) -* Add copyright header (#17300) ([da68be8](https://github.com/bitnami/charts/commit/da68be8)), closes [#17300](https://github.com/bitnami/charts/issues/17300) -* Include service.annotations in template (#17567) ([cabefed](https://github.com/bitnami/charts/commit/cabefed)), closes [#17567](https://github.com/bitnami/charts/issues/17567) -* Use os-shell in tempate and Jaeger runtime params (#17557) ([91a49eb](https://github.com/bitnami/charts/commit/91a49eb)), closes [#17557](https://github.com/bitnami/charts/issues/17557) +* Add copyright header (#17300) ([da68be8](https://github.com/bitnami/charts/commit/da68be8e951225133c7dfb572d5101ca3d61c5ae)), closes [#17300](https://github.com/bitnami/charts/issues/17300) +* Include service.annotations in template (#17567) ([cabefed](https://github.com/bitnami/charts/commit/cabefed2bc748e067f5b40814447008985bc62f1)), closes [#17567](https://github.com/bitnami/charts/issues/17567) +* Use os-shell in tempate and Jaeger runtime params (#17557) ([91a49eb](https://github.com/bitnami/charts/commit/91a49eb1e3c81c7b7c6c28d1bc5d6d6ae698c1e2)), closes [#17557](https://github.com/bitnami/charts/issues/17557) ## 3.2.5 (2023-06-23) -* [bitnami/sonarqube] Release 3.2.5 (#17335) ([8520b5c](https://github.com/bitnami/charts/commit/8520b5c)), closes [#17335](https://github.com/bitnami/charts/issues/17335) -* Update charts readme (#17217) ([31b3c0a](https://github.com/bitnami/charts/commit/31b3c0a)), closes [#17217](https://github.com/bitnami/charts/issues/17217) +* [bitnami/sonarqube] Release 3.2.5 (#17335) ([8520b5c](https://github.com/bitnami/charts/commit/8520b5c5f98668a0bb19016577c84535a40b2f56)), closes [#17335](https://github.com/bitnami/charts/issues/17335) +* Update charts readme (#17217) ([31b3c0a](https://github.com/bitnami/charts/commit/31b3c0afd968ff4429107e34101f7509e6a0e913)), closes [#17217](https://github.com/bitnami/charts/issues/17217) ## 3.2.4 (2023-06-20) -* [bitnami/sonarqube] Release 3.2.4 (#17233) ([0ad6743](https://github.com/bitnami/charts/commit/0ad6743)), closes [#17233](https://github.com/bitnami/charts/issues/17233) +* [bitnami/sonarqube] Release 3.2.4 (#17233) ([0ad6743](https://github.com/bitnami/charts/commit/0ad6743f84bf0b7d3f71544f91dd3ccb4d8fa057)), closes [#17233](https://github.com/bitnami/charts/issues/17233) ## 3.2.3 (2023-06-13) -* [bitnami/*] Change copyright section in READMEs (#17006) ([ef986a1](https://github.com/bitnami/charts/commit/ef986a1)), closes [#17006](https://github.com/bitnami/charts/issues/17006) -* [bitnami/several] Change copyright section in READMEs (#16989) ([5b6a5cf](https://github.com/bitnami/charts/commit/5b6a5cf)), closes [#16989](https://github.com/bitnami/charts/issues/16989) -* enable custom ingress labels (#16918) ([0dd66f2](https://github.com/bitnami/charts/commit/0dd66f2)), closes [#16918](https://github.com/bitnami/charts/issues/16918) +* [bitnami/*] Change copyright section in READMEs (#17006) ([ef986a1](https://github.com/bitnami/charts/commit/ef986a1605241102b3dcafe9fd8089e6fc1201ad)), closes [#17006](https://github.com/bitnami/charts/issues/17006) +* [bitnami/several] Change copyright section in READMEs (#16989) ([5b6a5cf](https://github.com/bitnami/charts/commit/5b6a5cfb7625a751848a2e5cd796bd7278f406ca)), closes [#16989](https://github.com/bitnami/charts/issues/16989) +* enable custom ingress labels (#16918) ([0dd66f2](https://github.com/bitnami/charts/commit/0dd66f2516ee136e9e7d53e0d122bbdbdfbbbbb8)), closes [#16918](https://github.com/bitnami/charts/issues/16918) ## 3.2.2 (2023-05-21) -* [bitnami/sonarqube] Release 3.2.2 (#16816) ([976a6e1](https://github.com/bitnami/charts/commit/976a6e1)), closes [#16816](https://github.com/bitnami/charts/issues/16816) +* [bitnami/sonarqube] Release 3.2.2 (#16816) ([976a6e1](https://github.com/bitnami/charts/commit/976a6e1dacee7f750af06d448fbf70c19edaa99e)), closes [#16816](https://github.com/bitnami/charts/issues/16816) ## 3.2.1 (2023-05-15) -* [bitnami/sonarqube] Enable initContainers section in deployment.yaml for caCerts (#16620) ([4a44507](https://github.com/bitnami/charts/commit/4a44507)), closes [#16620](https://github.com/bitnami/charts/issues/16620) -* Add wording for enterprise page (#16560) ([8f22774](https://github.com/bitnami/charts/commit/8f22774)), closes [#16560](https://github.com/bitnami/charts/issues/16560) +* [bitnami/sonarqube] Enable initContainers section in deployment.yaml for caCerts (#16620) ([4a44507](https://github.com/bitnami/charts/commit/4a44507cd390c034954f072f7474e49d9d0bda96)), closes [#16620](https://github.com/bitnami/charts/issues/16620) +* Add wording for enterprise page (#16560) ([8f22774](https://github.com/bitnami/charts/commit/8f2277440b976d52785ba9149762ad8620a73d1f)), closes [#16560](https://github.com/bitnami/charts/issues/16560) ## 3.2.0 (2023-05-09) -* [bitnami/several] Adapt Chart.yaml to set desired OCI annotations (#16546) ([fc9b18f](https://github.com/bitnami/charts/commit/fc9b18f)), closes [#16546](https://github.com/bitnami/charts/issues/16546) +* [bitnami/several] Adapt Chart.yaml to set desired OCI annotations (#16546) ([fc9b18f](https://github.com/bitnami/charts/commit/fc9b18f2e98805d4df629acbcde696f44f973344)), closes [#16546](https://github.com/bitnami/charts/issues/16546) ## 3.1.1 (2023-05-09) -* [bitnami/sonarqube] Release 3.1.1 (#16499) ([fb4e4be](https://github.com/bitnami/charts/commit/fb4e4be)), closes [#16499](https://github.com/bitnami/charts/issues/16499) +* [bitnami/sonarqube] Release 3.1.1 (#16499) ([fb4e4be](https://github.com/bitnami/charts/commit/fb4e4bedde1ca5c80709294d32cb43a3cae95c54)), closes [#16499](https://github.com/bitnami/charts/issues/16499) ## 3.1.0 (2023-04-20) -* [bitnami/*] Make Helm charts 100% OCI (#15998) ([8841510](https://github.com/bitnami/charts/commit/8841510)), closes [#15998](https://github.com/bitnami/charts/issues/15998) +* [bitnami/*] Make Helm charts 100% OCI (#15998) ([8841510](https://github.com/bitnami/charts/commit/884151035efcbf2e1b3206e7def85511073fb57d)), closes [#15998](https://github.com/bitnami/charts/issues/15998) ## 3.0.0 (2023-04-18) -* [bitnami/sonarqube] Fixed incorrect mapping for jvmOpts and jvmCeOpts (#15806) ([521f710](https://github.com/bitnami/charts/commit/521f710)), closes [#15806](https://github.com/bitnami/charts/issues/15806) -* [bitnami/sonarqube] Release 3.0.0 (#16113) ([53dcf89](https://github.com/bitnami/charts/commit/53dcf89)), closes [#16113](https://github.com/bitnami/charts/issues/16113) +* [bitnami/sonarqube] Fixed incorrect mapping for jvmOpts and jvmCeOpts (#15806) ([521f710](https://github.com/bitnami/charts/commit/521f7101bf1f23eca2675599c517688ad5af86b0)), closes [#15806](https://github.com/bitnami/charts/issues/15806) +* [bitnami/sonarqube] Release 3.0.0 (#16113) ([53dcf89](https://github.com/bitnami/charts/commit/53dcf89b35db5a1ae8413c75b8991d646cccfc5e)), closes [#16113](https://github.com/bitnami/charts/issues/16113) ## 2.1.6 (2023-04-03) -* [bitnami/sonarqube] Release 2.1.6 (#15915) ([ceb370c](https://github.com/bitnami/charts/commit/ceb370c)), closes [#15915](https://github.com/bitnami/charts/issues/15915) +* [bitnami/sonarqube] Release 2.1.6 (#15915) ([ceb370c](https://github.com/bitnami/charts/commit/ceb370ce8c53b20a2b39de429117823a3c869d8c)), closes [#15915](https://github.com/bitnami/charts/issues/15915) ## 2.1.5 (2023-03-29) -* [bitnami/sonarqube] Render initContainers when only plugins.install is set (#15774) ([21bde08](https://github.com/bitnami/charts/commit/21bde08)), closes [#15774](https://github.com/bitnami/charts/issues/15774) +* [bitnami/sonarqube] Render initContainers when only plugins.install is set (#15774) ([21bde08](https://github.com/bitnami/charts/commit/21bde0872ae027759948558fc8228b9d88b2d89b)), closes [#15774](https://github.com/bitnami/charts/issues/15774) ## 2.1.4 (2023-03-19) -* [bitnami/charts] Apply linter to README files (#15357) ([0e29e60](https://github.com/bitnami/charts/commit/0e29e60)), closes [#15357](https://github.com/bitnami/charts/issues/15357) -* [bitnami/sonarqube] Release 2.1.4 (#15620) ([454e38a](https://github.com/bitnami/charts/commit/454e38a)), closes [#15620](https://github.com/bitnami/charts/issues/15620) +* [bitnami/charts] Apply linter to README files (#15357) ([0e29e60](https://github.com/bitnami/charts/commit/0e29e600d3adc8b1b46e506eccb3decfab3b4e63)), closes [#15357](https://github.com/bitnami/charts/issues/15357) +* [bitnami/sonarqube] Release 2.1.4 (#15620) ([454e38a](https://github.com/bitnami/charts/commit/454e38a24ebbdbc378e67b93ad17c97b105e62e4)), closes [#15620](https://github.com/bitnami/charts/issues/15620) ## 2.1.3 (2023-03-01) -* [bitnami/sonarqube] Release 2.1.3 (#15232) ([868dbea](https://github.com/bitnami/charts/commit/868dbea)), closes [#15232](https://github.com/bitnami/charts/issues/15232) +* [bitnami/sonarqube] Release 2.1.3 (#15232) ([868dbea](https://github.com/bitnami/charts/commit/868dbeaca6909e13d905400b950a97b0c2d125d5)), closes [#15232](https://github.com/bitnami/charts/issues/15232) ## 2.1.2 (2023-02-22) -* [bitnami/sonarqube] Release 2.1.2 (#15110) ([a6eca23](https://github.com/bitnami/charts/commit/a6eca23)), closes [#15110](https://github.com/bitnami/charts/issues/15110) +* [bitnami/sonarqube] Release 2.1.2 (#15110) ([a6eca23](https://github.com/bitnami/charts/commit/a6eca236827d587cac8b406581741b2a36c31ff0)), closes [#15110](https://github.com/bitnami/charts/issues/15110) ## 2.1.1 (2023-02-17) -* [bitnami/*] Fix markdown linter issues (#14874) ([a51e0e8](https://github.com/bitnami/charts/commit/a51e0e8)), closes [#14874](https://github.com/bitnami/charts/issues/14874) -* [bitnami/*] Fix markdown linter issues 2 (#14890) ([aa96572](https://github.com/bitnami/charts/commit/aa96572)), closes [#14890](https://github.com/bitnami/charts/issues/14890) -* [bitnami/*] Remove unexpected extra spaces (#14873) ([c97c714](https://github.com/bitnami/charts/commit/c97c714)), closes [#14873](https://github.com/bitnami/charts/issues/14873) -* [bitnami/sonarqube] Release 2.1.1 (#15028) ([ada274f](https://github.com/bitnami/charts/commit/ada274f)), closes [#15028](https://github.com/bitnami/charts/issues/15028) +* [bitnami/*] Fix markdown linter issues (#14874) ([a51e0e8](https://github.com/bitnami/charts/commit/a51e0e8d35495b907f3e70dd2f8e7c3bcbf4166a)), closes [#14874](https://github.com/bitnami/charts/issues/14874) +* [bitnami/*] Fix markdown linter issues 2 (#14890) ([aa96572](https://github.com/bitnami/charts/commit/aa9657237ee8df4a46db0d7fdf8a23230dd6902a)), closes [#14890](https://github.com/bitnami/charts/issues/14890) +* [bitnami/*] Remove unexpected extra spaces (#14873) ([c97c714](https://github.com/bitnami/charts/commit/c97c714887380d47eae7bfeff316bf01595ecd1d)), closes [#14873](https://github.com/bitnami/charts/issues/14873) +* [bitnami/sonarqube] Release 2.1.1 (#15028) ([ada274f](https://github.com/bitnami/charts/commit/ada274fe209311ba2aeda7c96296bda6e62b02ba)), closes [#15028](https://github.com/bitnami/charts/issues/15028) ## 2.1.0 (2023-02-10) -* [bitnami/sonarqube] Close gap with upstream SonarQube Helm chart (#14252) ([01153ca](https://github.com/bitnami/charts/commit/01153ca)), closes [#14252](https://github.com/bitnami/charts/issues/14252) +* [bitnami/sonarqube] Close gap with upstream SonarQube Helm chart (#14252) ([01153ca](https://github.com/bitnami/charts/commit/01153ca36cf487e73dddb5f31e429ff891381149)), closes [#14252](https://github.com/bitnami/charts/issues/14252) ## 2.0.10 (2023-02-08) -* [bitnami/sonarqube] Release 2.0.10 (#14781) ([fae0a47](https://github.com/bitnami/charts/commit/fae0a47)), closes [#14781](https://github.com/bitnami/charts/issues/14781) +* [bitnami/sonarqube] Release 2.0.10 (#14781) ([fae0a47](https://github.com/bitnami/charts/commit/fae0a476917909bf25e67fe781b371a46aac511b)), closes [#14781](https://github.com/bitnami/charts/issues/14781) ## 2.0.9 (2023-02-01) -* [bitnami/sonarqube] fix memory opts for jmx-exporter (#14482) ([c72c16f](https://github.com/bitnami/charts/commit/c72c16f)), closes [#14482](https://github.com/bitnami/charts/issues/14482) +* [bitnami/sonarqube] fix memory opts for jmx-exporter (#14482) ([c72c16f](https://github.com/bitnami/charts/commit/c72c16f0a38bccd24faf2758734cdb7b0ff77a66)), closes [#14482](https://github.com/bitnami/charts/issues/14482) ## 2.0.8 (2023-01-31) -* [bitnami/*] Change copyright date (#14682) ([add4ec7](https://github.com/bitnami/charts/commit/add4ec7)), closes [#14682](https://github.com/bitnami/charts/issues/14682) -* [bitnami/*] Unify READMEs (#14472) ([2064fb8](https://github.com/bitnami/charts/commit/2064fb8)), closes [#14472](https://github.com/bitnami/charts/issues/14472) -* [bitnami/sonarqube] Don't regenerate self-signed certs on upgrade (#14661) ([6e0bc14](https://github.com/bitnami/charts/commit/6e0bc14)), closes [#14661](https://github.com/bitnami/charts/issues/14661) -* [bitnami/sonarqube] Modify README (#14376) ([4e4b727](https://github.com/bitnami/charts/commit/4e4b727)), closes [#14376](https://github.com/bitnami/charts/issues/14376) +* [bitnami/*] Change copyright date (#14682) ([add4ec7](https://github.com/bitnami/charts/commit/add4ec701108ac36ed4de2dffbdf407a0d091067)), closes [#14682](https://github.com/bitnami/charts/issues/14682) +* [bitnami/*] Unify READMEs (#14472) ([2064fb8](https://github.com/bitnami/charts/commit/2064fb8dcc78a845cdede8211af8c3cc52551161)), closes [#14472](https://github.com/bitnami/charts/issues/14472) +* [bitnami/sonarqube] Don't regenerate self-signed certs on upgrade (#14661) ([6e0bc14](https://github.com/bitnami/charts/commit/6e0bc1452cfccdc9e72bc19609413037c1208a7a)), closes [#14661](https://github.com/bitnami/charts/issues/14661) +* [bitnami/sonarqube] Modify README (#14376) ([4e4b727](https://github.com/bitnami/charts/commit/4e4b727da2d2c3f1c964734f1a005459839e64a4)), closes [#14376](https://github.com/bitnami/charts/issues/14376) ## 2.0.7 (2023-01-18) -* [bitnami/*] Add license annotation and remove obsolete engine parameter (#14293) ([da2a794](https://github.com/bitnami/charts/commit/da2a794)), closes [#14293](https://github.com/bitnami/charts/issues/14293) -* [bitnami/*] Change licenses annotation format (#14377) ([0ab7608](https://github.com/bitnami/charts/commit/0ab7608)), closes [#14377](https://github.com/bitnami/charts/issues/14377) -* [bitnami/sonarqube] Release 2.0.7 (#14437) ([ddeddee](https://github.com/bitnami/charts/commit/ddeddee)), closes [#14437](https://github.com/bitnami/charts/issues/14437) +* [bitnami/*] Add license annotation and remove obsolete engine parameter (#14293) ([da2a794](https://github.com/bitnami/charts/commit/da2a7943bae95b6e9b5b4ed972c15e990b69fdb0)), closes [#14293](https://github.com/bitnami/charts/issues/14293) +* [bitnami/*] Change licenses annotation format (#14377) ([0ab7608](https://github.com/bitnami/charts/commit/0ab760862c660fcc78cffadf8e1d8cdd70881473)), closes [#14377](https://github.com/bitnami/charts/issues/14377) +* [bitnami/sonarqube] Release 2.0.7 (#14437) ([ddeddee](https://github.com/bitnami/charts/commit/ddeddeebb757cc00c7d6319348cc8d7aacbf2ec8)), closes [#14437](https://github.com/bitnami/charts/issues/14437) ## 2.0.6 (2023-01-10) -* [bitnami/sonarqube] Fix postgresql.persistence.enabled value (#14239) ([fa7f956](https://github.com/bitnami/charts/commit/fa7f956)), closes [#14239](https://github.com/bitnami/charts/issues/14239) +* [bitnami/sonarqube] Fix postgresql.persistence.enabled value (#14239) ([fa7f956](https://github.com/bitnami/charts/commit/fa7f95692ac9fe3f52b89ef9f960a108dbd1a2ca)), closes [#14239](https://github.com/bitnami/charts/issues/14239) ## 2.0.5 (2022-12-20) -* [bitnami/sonarqube] Fix sonarqube to scale to more than one running pod (#14032) ([086290e](https://github.com/bitnami/charts/commit/086290e)), closes [#14032](https://github.com/bitnami/charts/issues/14032) -* [bitnami/sonarqube] Undo postgresql persistence enabled value (#14050) ([91fca11](https://github.com/bitnami/charts/commit/91fca11)), closes [#14050](https://github.com/bitnami/charts/issues/14050) +* [bitnami/sonarqube] Fix sonarqube to scale to more than one running pod (#14032) ([086290e](https://github.com/bitnami/charts/commit/086290ed34ad1baff201b6ff896c705946402e53)), closes [#14032](https://github.com/bitnami/charts/issues/14032) +* [bitnami/sonarqube] Undo postgresql persistence enabled value (#14050) ([91fca11](https://github.com/bitnami/charts/commit/91fca1180126322b3d9ddc748ebe48de53f139fe)), closes [#14050](https://github.com/bitnami/charts/issues/14050) ## 2.0.4 (2022-12-19) -* [bitnami/sonarqube] Release 2.0.4 (#14036) ([b32e7c0](https://github.com/bitnami/charts/commit/b32e7c0)), closes [#14036](https://github.com/bitnami/charts/issues/14036) +* [bitnami/sonarqube] Release 2.0.4 (#14036) ([b32e7c0](https://github.com/bitnami/charts/commit/b32e7c07f0dcc798651b65768b8454bb78d6b92e)), closes [#14036](https://github.com/bitnami/charts/issues/14036) ## 2.0.3 (2022-11-30) -* [bitnami/sonarqube] Add trademark information to SonarQube (#13754) ([2dbd72b](https://github.com/bitnami/charts/commit/2dbd72b)), closes [#13754](https://github.com/bitnami/charts/issues/13754) +* [bitnami/sonarqube] Add trademark information to SonarQube (#13754) ([2dbd72b](https://github.com/bitnami/charts/commit/2dbd72b713b8653195eb58bc28ebc0649df3b909)), closes [#13754](https://github.com/bitnami/charts/issues/13754) ## 2.0.2 (2022-11-29) -* [bitnami/sonarqube] Release 2.0.2 (#13747) ([d73efb3](https://github.com/bitnami/charts/commit/d73efb3)), closes [#13747](https://github.com/bitnami/charts/issues/13747) +* [bitnami/sonarqube] Release 2.0.2 (#13747) ([d73efb3](https://github.com/bitnami/charts/commit/d73efb3a46260d15de22bccbd31a4d0524623b2e)), closes [#13747](https://github.com/bitnami/charts/issues/13747) ## 2.0.1 (2022-10-31) -* [bitnami/sonarqube] Release 2.0.1 (#13268) ([d56afc3](https://github.com/bitnami/charts/commit/d56afc3)), closes [#13268](https://github.com/bitnami/charts/issues/13268) +* [bitnami/sonarqube] Release 2.0.1 (#13268) ([d56afc3](https://github.com/bitnami/charts/commit/d56afc3aa744d1daed60e815759a7ad9e09b5527)), closes [#13268](https://github.com/bitnami/charts/issues/13268) ## 2.0.0 (2022-10-28) -* [bitnami/sonarqube] Update dependencies (#13218) ([ef78a7f](https://github.com/bitnami/charts/commit/ef78a7f)), closes [#13218](https://github.com/bitnami/charts/issues/13218) +* [bitnami/sonarqube] Update dependencies (#13218) ([ef78a7f](https://github.com/bitnami/charts/commit/ef78a7f7b927bc9b342e44c46b37282aafa6bb0d)), closes [#13218](https://github.com/bitnami/charts/issues/13218) ## 1.6.4 (2022-10-20) -* [bitnami/*] Use new default branch name in links (#12943) ([a529e02](https://github.com/bitnami/charts/commit/a529e02)), closes [#12943](https://github.com/bitnami/charts/issues/12943) -* [bitnami/sonarqube] Release 1.6.4 (#13043) ([5a212ca](https://github.com/bitnami/charts/commit/5a212ca)), closes [#13043](https://github.com/bitnami/charts/issues/13043) +* [bitnami/*] Use new default branch name in links (#12943) ([a529e02](https://github.com/bitnami/charts/commit/a529e02597d49d944eba1eb0f190713293247176)), closes [#12943](https://github.com/bitnami/charts/issues/12943) +* [bitnami/sonarqube] Release 1.6.4 (#13043) ([5a212ca](https://github.com/bitnami/charts/commit/5a212ca4a7ff9a7aa401985eeed353d212b9d493)), closes [#13043](https://github.com/bitnami/charts/issues/13043) ## 1.6.3 (2022-10-14) -* [bitnami/sonarqube] Release 1.6.3 (#12961) ([0a2862c](https://github.com/bitnami/charts/commit/0a2862c)), closes [#12961](https://github.com/bitnami/charts/issues/12961) -* Generic README instructions related to the repo (#12792) ([3cf6b10](https://github.com/bitnami/charts/commit/3cf6b10)), closes [#12792](https://github.com/bitnami/charts/issues/12792) +* [bitnami/sonarqube] Release 1.6.3 (#12961) ([0a2862c](https://github.com/bitnami/charts/commit/0a2862c868ee72dadbf781b8def5b92d36fcb8c1)), closes [#12961](https://github.com/bitnami/charts/issues/12961) +* Generic README instructions related to the repo (#12792) ([3cf6b10](https://github.com/bitnami/charts/commit/3cf6b10e10e60df4b3e191d6b99aa99a9f597755)), closes [#12792](https://github.com/bitnami/charts/issues/12792) ## 1.6.2 (2022-10-04) -* [bitnami/sonarqube] Use custom probes if given (#12558) ([7c80d13](https://github.com/bitnami/charts/commit/7c80d13)), closes [#12558](https://github.com/bitnami/charts/issues/12558) [#12354](https://github.com/bitnami/charts/issues/12354) +* [bitnami/sonarqube] Use custom probes if given (#12558) ([7c80d13](https://github.com/bitnami/charts/commit/7c80d1395f1d1b27abeed4d524bc164a7f4899ec)), closes [#12558](https://github.com/bitnami/charts/issues/12558) [#12354](https://github.com/bitnami/charts/issues/12354) ## 1.6.1 (2022-09-14) -* [bitnami/sonarqube] Release 1.6.1 updating components versions ([4ec59c5](https://github.com/bitnami/charts/commit/4ec59c5)) +* [bitnami/sonarqube] Release 1.6.1 updating components versions ([4ec59c5](https://github.com/bitnami/charts/commit/4ec59c5a9287f984f23ad39594bb504d1e27008d)) ## 1.6.0 (2022-09-05) -* [bitnami/sonarqube] Add LDAP support (#11635) ([d21344c](https://github.com/bitnami/charts/commit/d21344c)), closes [#11635](https://github.com/bitnami/charts/issues/11635) +* [bitnami/sonarqube] Add LDAP support (#11635) ([d21344c](https://github.com/bitnami/charts/commit/d21344cccf817ce906cadb73560419183783e692)), closes [#11635](https://github.com/bitnami/charts/issues/11635) ## 1.5.4 (2022-08-31) -* [bitnami/sonarqube] Release 1.5.4 updating components versions ([560a07b](https://github.com/bitnami/charts/commit/560a07b)) +* [bitnami/sonarqube] Release 1.5.4 updating components versions ([560a07b](https://github.com/bitnami/charts/commit/560a07bcd897906399725a506075712ab89d64fc)) ## 1.5.3 (2022-08-30) -* [bitnami/sonarqube] Release 1.5.3 updating components versions ([9903c3c](https://github.com/bitnami/charts/commit/9903c3c)) +* [bitnami/sonarqube] Release 1.5.3 updating components versions ([9903c3c](https://github.com/bitnami/charts/commit/9903c3c5a653e7f9c7d0808938800964805bc11b)) ## 1.5.2 (2022-08-23) -* [bitnami/sonarqube] Update Chart.lock (#12110) ([cde6a84](https://github.com/bitnami/charts/commit/cde6a84)), closes [#12110](https://github.com/bitnami/charts/issues/12110) +* [bitnami/sonarqube] Update Chart.lock (#12110) ([cde6a84](https://github.com/bitnami/charts/commit/cde6a8424cf8679288046f1a7442202cd2de4aa8)), closes [#12110](https://github.com/bitnami/charts/issues/12110) ## 1.5.1 (2022-08-22) -* [bitnami/sonarqube] Update Chart.lock (#11981) ([fee2303](https://github.com/bitnami/charts/commit/fee2303)), closes [#11981](https://github.com/bitnami/charts/issues/11981) +* [bitnami/sonarqube] Update Chart.lock (#11981) ([fee2303](https://github.com/bitnami/charts/commit/fee23035764ccf6f34a796583313ad4d0cd0cb56)), closes [#11981](https://github.com/bitnami/charts/issues/11981) ## 1.5.0 (2022-08-22) -* [bitnami/sonarqube] Add support for image digest apart from tag (#11960) ([d891ee8](https://github.com/bitnami/charts/commit/d891ee8)), closes [#11960](https://github.com/bitnami/charts/issues/11960) +* [bitnami/sonarqube] Add support for image digest apart from tag (#11960) ([d891ee8](https://github.com/bitnami/charts/commit/d891ee8506fe0bc7a528ba1ecf77a5c608dc366b)), closes [#11960](https://github.com/bitnami/charts/issues/11960) ## 1.4.9 (2022-08-04) -* [bitnami/sonarqube] Release 1.4.9 updating components versions ([2bef372](https://github.com/bitnami/charts/commit/2bef372)) +* [bitnami/sonarqube] Release 1.4.9 updating components versions ([2bef372](https://github.com/bitnami/charts/commit/2bef37233b42be20389f075823da2ae5b18b9d33)) ## 1.4.8 (2022-08-04) -* [bitnami/*] Update URLs to point to the new bitnami/containers monorepo (#11352) ([d665af0](https://github.com/bitnami/charts/commit/d665af0)), closes [#11352](https://github.com/bitnami/charts/issues/11352) -* [bitnami/sonarqube] Sonarqube pipeline fails using sysctl on a non-root container (#11566) ([0d5264a](https://github.com/bitnami/charts/commit/0d5264a)), closes [#11566](https://github.com/bitnami/charts/issues/11566) +* [bitnami/*] Update URLs to point to the new bitnami/containers monorepo (#11352) ([d665af0](https://github.com/bitnami/charts/commit/d665af0c708846192d8d5fb2f5f9ea65dd464ab0)), closes [#11352](https://github.com/bitnami/charts/issues/11352) +* [bitnami/sonarqube] Sonarqube pipeline fails using sysctl on a non-root container (#11566) ([0d5264a](https://github.com/bitnami/charts/commit/0d5264a64984906021aac71015a8e1bb4d9085f7)), closes [#11566](https://github.com/bitnami/charts/issues/11566) ## 1.4.7 (2022-06-30) -* [bitnami/sonarqube] Release 1.4.7 updating components versions ([a8899f8](https://github.com/bitnami/charts/commit/a8899f8)) +* [bitnami/sonarqube] Release 1.4.7 updating components versions ([a8899f8](https://github.com/bitnami/charts/commit/a8899f838c11e597acc329d4dd67cbcaf28cab46)) ## 1.4.6 (2022-06-15) -* [bitnami/sonarqube] Release 1.4.6 updating components versions ([4bf067c](https://github.com/bitnami/charts/commit/4bf067c)) +* [bitnami/sonarqube] Release 1.4.6 updating components versions ([4bf067c](https://github.com/bitnami/charts/commit/4bf067c995aac4aa497a26ef4dabcead1c6ba632)) ## 1.4.5 (2022-06-14) -* [bitnami/sonarqube] fix: :bug: Use proper type for sidecars and init containers (#10758) ([c7dfa01](https://github.com/bitnami/charts/commit/c7dfa01)), closes [#10758](https://github.com/bitnami/charts/issues/10758) +* [bitnami/sonarqube] fix: :bug: Use proper type for sidecars and init containers (#10758) ([c7dfa01](https://github.com/bitnami/charts/commit/c7dfa010c88b56884f7ca07024060fc6d66e696d)), closes [#10758](https://github.com/bitnami/charts/issues/10758) ## 1.4.4 (2022-06-10) -* [bitnami/*] Replace Kubeapps URL in READMEs (and kubeapps Chart.yaml) and remove BKPR references (#1 ([c6a7914](https://github.com/bitnami/charts/commit/c6a7914)), closes [#10600](https://github.com/bitnami/charts/issues/10600) -* [bitnami/sonarqube] Release 1.4.4 updating components versions ([14c73cb](https://github.com/bitnami/charts/commit/14c73cb)) +* [bitnami/*] Replace Kubeapps URL in READMEs (and kubeapps Chart.yaml) and remove BKPR references (#1 ([c6a7914](https://github.com/bitnami/charts/commit/c6a7914361e5aea6016fb45bf4d621edfd111d32)), closes [#10600](https://github.com/bitnami/charts/issues/10600) +* [bitnami/sonarqube] Release 1.4.4 updating components versions ([14c73cb](https://github.com/bitnami/charts/commit/14c73cb20ef57385ce8c84ffa64a3466bb88cc77)) ## 1.4.3 (2022-06-06) -* [bitnami/sonarqube] Release 1.4.3 updating components versions ([045b34d](https://github.com/bitnami/charts/commit/045b34d)) +* [bitnami/sonarqube] Release 1.4.3 updating components versions ([045b34d](https://github.com/bitnami/charts/commit/045b34db4dcb4ffc67d3c341910d24d0e4f0499b)) ## 1.4.2 (2022-06-01) -* [bitnami/several] Replace maintainers email by url (#10523) ([ff3cf61](https://github.com/bitnami/charts/commit/ff3cf61)), closes [#10523](https://github.com/bitnami/charts/issues/10523) +* [bitnami/several] Replace maintainers email by url (#10523) ([ff3cf61](https://github.com/bitnami/charts/commit/ff3cf617a1680509b0f3855d17c4ccff7b29a0ff)), closes [#10523](https://github.com/bitnami/charts/issues/10523) ## 1.4.1 (2022-05-30) -* [bitnami/several] Replace base64 --decode with base64 -d (#10495) ([099286a](https://github.com/bitnami/charts/commit/099286a)), closes [#10495](https://github.com/bitnami/charts/issues/10495) +* [bitnami/several] Replace base64 --decode with base64 -d (#10495) ([099286a](https://github.com/bitnami/charts/commit/099286ae7a87784cf809df0b64ab24f7ff0144c8)), closes [#10495](https://github.com/bitnami/charts/issues/10495) ## 1.4.0 (2022-05-26) -* [bitnami/sonarqube] Add missing service parameter (#10430) ([fda9912](https://github.com/bitnami/charts/commit/fda9912)), closes [#10430](https://github.com/bitnami/charts/issues/10430) +* [bitnami/sonarqube] Add missing service parameter (#10430) ([fda9912](https://github.com/bitnami/charts/commit/fda9912db720b34604079bd438aebe5ccf60d870)), closes [#10430](https://github.com/bitnami/charts/issues/10430) ## 1.3.1 (2022-05-25) -* [bitnami/sonarqube] Release 1.3.1 updating components versions ([5713830](https://github.com/bitnami/charts/commit/5713830)) +* [bitnami/sonarqube] Release 1.3.1 updating components versions ([5713830](https://github.com/bitnami/charts/commit/5713830ec5d60368f0fbf5ebe11c2ff853fbb094)) ## 1.3.0 (2022-05-23) -* [bitnami/sonarqube] Add missing serviceAccount.* parameters (#10337) ([6394981](https://github.com/bitnami/charts/commit/6394981)), closes [#10337](https://github.com/bitnami/charts/issues/10337) +* [bitnami/sonarqube] Add missing serviceAccount.* parameters (#10337) ([6394981](https://github.com/bitnami/charts/commit/63949815325971e32a0a9e157fe0dcd9cae34271)), closes [#10337](https://github.com/bitnami/charts/issues/10337) ## 1.2.4 (2022-05-22) -* [bitnami/sonarqube] Release 1.2.4 updating components versions ([616d268](https://github.com/bitnami/charts/commit/616d268)) +* [bitnami/sonarqube] Release 1.2.4 updating components versions ([616d268](https://github.com/bitnami/charts/commit/616d26880db562539de31ab21b413421484afa20)) ## 1.2.3 (2022-05-21) -* [bitnami/sonarqube] Release 1.2.3 updating components versions ([4c1c0c3](https://github.com/bitnami/charts/commit/4c1c0c3)) +* [bitnami/sonarqube] Release 1.2.3 updating components versions ([4c1c0c3](https://github.com/bitnami/charts/commit/4c1c0c3359fbf41f8ebaf03258c12da09a21ef08)) ## 1.2.2 (2022-05-19) -* [bitnami/sonarqube] Release 1.2.2 updating components versions ([79a2596](https://github.com/bitnami/charts/commit/79a2596)) +* [bitnami/sonarqube] Release 1.2.2 updating components versions ([79a2596](https://github.com/bitnami/charts/commit/79a259667f9d580d8225a41734c93152d23b1278)) ## 1.2.1 (2022-05-18) -* [bitnami/sonarqube] Release 1.2.1 updating components versions ([7e71544](https://github.com/bitnami/charts/commit/7e71544)) +* [bitnami/sonarqube] Release 1.2.1 updating components versions ([7e71544](https://github.com/bitnami/charts/commit/7e7154476d9be47cf54025664714d5c92ecf93c2)) ## 1.2.0 (2022-05-16) -* [bitnami/*] add ingress extraRules feature (#10253) ([0f6cbb9](https://github.com/bitnami/charts/commit/0f6cbb9)), closes [#10253](https://github.com/bitnami/charts/issues/10253) +* [bitnami/*] add ingress extraRules feature (#10253) ([0f6cbb9](https://github.com/bitnami/charts/commit/0f6cbb9099b0e56685cc1d36ba50340f3d7278a1)), closes [#10253](https://github.com/bitnami/charts/issues/10253) ## 1.1.0 (2022-05-16) -* [bitnami/*] Add missing 'persistence.annotations' (#10202) ([ad1d8a5](https://github.com/bitnami/charts/commit/ad1d8a5)), closes [#10202](https://github.com/bitnami/charts/issues/10202) -* [bitnami/*] Remove old 'ci' files (#10171) ([5df30c4](https://github.com/bitnami/charts/commit/5df30c4)), closes [#10171](https://github.com/bitnami/charts/issues/10171) +* [bitnami/*] Add missing 'persistence.annotations' (#10202) ([ad1d8a5](https://github.com/bitnami/charts/commit/ad1d8a5fd977ecd82e82ec8a2530d0d2522a8ed0)), closes [#10202](https://github.com/bitnami/charts/issues/10202) +* [bitnami/*] Remove old 'ci' files (#10171) ([5df30c4](https://github.com/bitnami/charts/commit/5df30c44dbd1812da8786579ce4a94917d46a6ad)), closes [#10171](https://github.com/bitnami/charts/issues/10171) ## 1.0.14 (2022-05-11) -* [bitnami/*] Fix typo in comments (relay -> rely) (#10151) ([9cfe4a4](https://github.com/bitnami/charts/commit/9cfe4a4)), closes [#10151](https://github.com/bitnami/charts/issues/10151) +* [bitnami/*] Fix typo in comments (relay -> rely) (#10151) ([9cfe4a4](https://github.com/bitnami/charts/commit/9cfe4a48cc35851faea6be7ffb2a978d223befa0)), closes [#10151](https://github.com/bitnami/charts/issues/10151) ## 1.0.13 (2022-04-29) -* [bitnami/sonarqube] chart install instructions had a misspelling in the chart (#9974) ([b8dc970](https://github.com/bitnami/charts/commit/b8dc970)), closes [#9974](https://github.com/bitnami/charts/issues/9974) -* [bitnami/sonarqube] Release 1.0.13 updating components versions ([ed3c028](https://github.com/bitnami/charts/commit/ed3c028)) -* [bitnami/sonarqube] wrong secret name called in deployment (#9878) ([1ca096c](https://github.com/bitnami/charts/commit/1ca096c)), closes [#9878](https://github.com/bitnami/charts/issues/9878) +* [bitnami/sonarqube] chart install instructions had a misspelling in the chart (#9974) ([b8dc970](https://github.com/bitnami/charts/commit/b8dc970317f828e041da81191e9c21c290b925f4)), closes [#9974](https://github.com/bitnami/charts/issues/9974) +* [bitnami/sonarqube] Release 1.0.13 updating components versions ([ed3c028](https://github.com/bitnami/charts/commit/ed3c0287acd5e1bbd0c9431f9881fe3ac5ad0529)) +* [bitnami/sonarqube] wrong secret name called in deployment (#9878) ([1ca096c](https://github.com/bitnami/charts/commit/1ca096c76d5f9df359dee468f58a77251157f1c0)), closes [#9878](https://github.com/bitnami/charts/issues/9878) ## 1.0.12 (2022-04-22) -* [bitnami/sonarqube] Release 1.0.12 updating components versions ([6751ed0](https://github.com/bitnami/charts/commit/6751ed0)) +* [bitnami/sonarqube] Release 1.0.12 updating components versions ([6751ed0](https://github.com/bitnami/charts/commit/6751ed06a4bcbc61f4463b78e4d7bc257748f7f4)) ## 1.0.11 (2022-04-20) -* [bitnami/sonarqube] Release 1.0.11 updating components versions ([ddfbf4f](https://github.com/bitnami/charts/commit/ddfbf4f)) +* [bitnami/sonarqube] Release 1.0.11 updating components versions ([ddfbf4f](https://github.com/bitnami/charts/commit/ddfbf4f60485a96691846eec8d178c6e4a8976d8)) ## 1.0.10 (2022-04-19) -* [bitnami/sonarqube] Release 1.0.10 updating components versions ([dd77f60](https://github.com/bitnami/charts/commit/dd77f60)) +* [bitnami/sonarqube] Release 1.0.10 updating components versions ([dd77f60](https://github.com/bitnami/charts/commit/dd77f604f46e45b21cbc7f35cd78b75b166e1bab)) ## 1.0.9 (2022-04-06) -* [bitnami/sonarqube] Release 1.0.9 updating components versions ([2d37efd](https://github.com/bitnami/charts/commit/2d37efd)) +* [bitnami/sonarqube] Release 1.0.9 updating components versions ([2d37efd](https://github.com/bitnami/charts/commit/2d37efd01e1fd6dc1225fb591cab025af0b28830)) ## 1.0.8 (2022-04-03) -* [bitnami/sonarqube] Release 1.0.8 updating components versions ([1e55429](https://github.com/bitnami/charts/commit/1e55429)) +* [bitnami/sonarqube] Release 1.0.8 updating components versions ([1e55429](https://github.com/bitnami/charts/commit/1e55429a70c6429f69414d65856a4432b32461b1)) ## 1.0.7 (2022-04-02) -* [bitnami/sonarqube] Release 1.0.7 updating components versions ([91ae7fb](https://github.com/bitnami/charts/commit/91ae7fb)) +* [bitnami/sonarqube] Release 1.0.7 updating components versions ([91ae7fb](https://github.com/bitnami/charts/commit/91ae7fb1438c0a66e8411f6dbe8cd88cd1a5457a)) ## 1.0.6 (2022-03-29) -* [bitnami/sonarqube] Release 1.0.6 updating components versions ([78ae4af](https://github.com/bitnami/charts/commit/78ae4af)) +* [bitnami/sonarqube] Release 1.0.6 updating components versions ([78ae4af](https://github.com/bitnami/charts/commit/78ae4af8084848e91414f4adc5dbe21c62c54e8f)) ## 1.0.5 (2022-03-28) -* [bitnami/sonarqube] Release 1.0.5 updating components versions ([3fbedf1](https://github.com/bitnami/charts/commit/3fbedf1)) +* [bitnami/sonarqube] Release 1.0.5 updating components versions ([3fbedf1](https://github.com/bitnami/charts/commit/3fbedf19f28b4ac16bb688a1b7785428950aab2e)) ## 1.0.4 (2022-03-27) -* [bitnami/sonarqube] Release 1.0.4 updating components versions ([ad32233](https://github.com/bitnami/charts/commit/ad32233)) +* [bitnami/sonarqube] Release 1.0.4 updating components versions ([ad32233](https://github.com/bitnami/charts/commit/ad32233a277c8f8d840cd27dbddbd3e48d4dac26)) ## 1.0.3 (2022-03-22) -* [bitnami/sonarqube] Release 1.0.3 updating components versions ([a1da980](https://github.com/bitnami/charts/commit/a1da980)) +* [bitnami/sonarqube] Release 1.0.3 updating components versions ([a1da980](https://github.com/bitnami/charts/commit/a1da9802d488caaee8b9b305b5206792ca6c2e32)) ## 1.0.2 (2022-03-16) -* [bitnami/sonarqube] Release 1.0.2 updating components versions ([e607d5d](https://github.com/bitnami/charts/commit/e607d5d)) +* [bitnami/sonarqube] Release 1.0.2 updating components versions ([e607d5d](https://github.com/bitnami/charts/commit/e607d5d7b9c79e59e10d9c5eda000970971296e2)) ## 1.0.1 (2022-03-07) -* [bitnami/*] Take 'global.postgresql' values into account (#9314) ([dd428a0](https://github.com/bitnami/charts/commit/dd428a0)), closes [#9314](https://github.com/bitnami/charts/issues/9314) +* [bitnami/*] Take 'global.postgresql' values into account (#9314) ([dd428a0](https://github.com/bitnami/charts/commit/dd428a06614551c92500afa84ce9750c4d8b90c9)), closes [#9314](https://github.com/bitnami/charts/issues/9314) ## 1.0.0 (2022-03-02) -* [bitnami/sonarqube]: feat!: :arrow_up: Bump PostgreSQL subchart (#9266) ([cb2fb43](https://github.com/bitnami/charts/commit/cb2fb43)), closes [#9266](https://github.com/bitnami/charts/issues/9266) +* [bitnami/sonarqube]: feat!: :arrow_up: Bump PostgreSQL subchart (#9266) ([cb2fb43](https://github.com/bitnami/charts/commit/cb2fb4370ffaa940681a8e13493d5e45ae7fe295)), closes [#9266](https://github.com/bitnami/charts/issues/9266) ## 0.2.8 (2022-02-27) -* [bitnami/sonarqube] Release 0.2.8 updating components versions ([92581c4](https://github.com/bitnami/charts/commit/92581c4)) +* [bitnami/sonarqube] Release 0.2.8 updating components versions ([92581c4](https://github.com/bitnami/charts/commit/92581c4fe8b52a0a6916a76b71d83ca7ab91131d)) ## 0.2.7 (2022-02-21) -* [bitnami/sonarqube] Add flag '-r' to xargs in volumePermissions init-container (#9139) ([ce31834](https://github.com/bitnami/charts/commit/ce31834)), closes [#9139](https://github.com/bitnami/charts/issues/9139) +* [bitnami/sonarqube] Add flag '-r' to xargs in volumePermissions init-container (#9139) ([ce31834](https://github.com/bitnami/charts/commit/ce31834f5bdcb2df8e866a6a325a2291b042f1fe)), closes [#9139](https://github.com/bitnami/charts/issues/9139) ## 0.2.6 (2022-02-02) -* [bitnami/*] Make use of new "common.ingress.certManagerRequest" helper (#8862) ([12e4c37](https://github.com/bitnami/charts/commit/12e4c37)), closes [#8862](https://github.com/bitnami/charts/issues/8862) +* [bitnami/*] Make use of new "common.ingress.certManagerRequest" helper (#8862) ([12e4c37](https://github.com/bitnami/charts/commit/12e4c3733eaeaa9a5579fdf917fa098a0f2aae23)), closes [#8862](https://github.com/bitnami/charts/issues/8862) ## 0.2.5 (2022-01-31) -* [bitnami/sonarqube] Release 0.2.5 updating components versions ([9fb725c](https://github.com/bitnami/charts/commit/9fb725c)) +* [bitnami/sonarqube] Release 0.2.5 updating components versions ([9fb725c](https://github.com/bitnami/charts/commit/9fb725ce244079fc8a3cfa1c215d2550b9eef268)) ## 0.2.4 (2022-01-20) -* [bitnami/*] Readme automation (#8579) ([78d1938](https://github.com/bitnami/charts/commit/78d1938)), closes [#8579](https://github.com/bitnami/charts/issues/8579) -* [bitnami/*] Update READMEs (#8716) ([b9a9533](https://github.com/bitnami/charts/commit/b9a9533)), closes [#8716](https://github.com/bitnami/charts/issues/8716) -* [bitnami/several] Change prerequisites (#8725) ([8d740c5](https://github.com/bitnami/charts/commit/8d740c5)), closes [#8725](https://github.com/bitnami/charts/issues/8725) +* [bitnami/*] Readme automation (#8579) ([78d1938](https://github.com/bitnami/charts/commit/78d193831c900d178198491ffd08fa2217a64ecd)), closes [#8579](https://github.com/bitnami/charts/issues/8579) +* [bitnami/*] Update READMEs (#8716) ([b9a9533](https://github.com/bitnami/charts/commit/b9a953337590eb2979453385874a267bacf50936)), closes [#8716](https://github.com/bitnami/charts/issues/8716) +* [bitnami/several] Change prerequisites (#8725) ([8d740c5](https://github.com/bitnami/charts/commit/8d740c566cfdb7e2d933c40128b4e919fce953a5)), closes [#8725](https://github.com/bitnami/charts/issues/8725) ## 0.2.3 (2022-01-13) -* [bitnami/sonarqube] Release 0.2.3 updating components versions ([dde0d00](https://github.com/bitnami/charts/commit/dde0d00)) +* [bitnami/sonarqube] Release 0.2.3 updating components versions ([dde0d00](https://github.com/bitnami/charts/commit/dde0d00299bd5df1782d56dddea8fcf2d5266e2a)) ## 0.2.2 (2022-01-11) -* [bitnami/sonarqube] Release 0.2.2 updating components versions ([91adfae](https://github.com/bitnami/charts/commit/91adfae)) +* [bitnami/sonarqube] Release 0.2.2 updating components versions ([91adfae](https://github.com/bitnami/charts/commit/91adfaecbe4404661ddfd6966a55559b1ac1bda6)) ## 0.2.1 (2022-01-07) -* [bitnami/sonarqube] Removed extra quotes from externalDatabase variables (#8585) ([3306dd6](https://github.com/bitnami/charts/commit/3306dd6)), closes [#8585](https://github.com/bitnami/charts/issues/8585) +* [bitnami/sonarqube] Removed extra quotes from externalDatabase variables (#8585) ([3306dd6](https://github.com/bitnami/charts/commit/3306dd642b166169b3c320a733f4224dc5368515)), closes [#8585](https://github.com/bitnami/charts/issues/8585) ## 0.2.0 (2022-01-05) -* [bitnami/several] Adapt templating format (#8562) ([8cad18a](https://github.com/bitnami/charts/commit/8cad18a)), closes [#8562](https://github.com/bitnami/charts/issues/8562) -* [bitnami/several] Add license to the README ([05f7633](https://github.com/bitnami/charts/commit/05f7633)) -* [bitnami/several] Add license to the README ([32fb238](https://github.com/bitnami/charts/commit/32fb238)) -* [bitnami/several] Add license to the README ([b87c2f7](https://github.com/bitnami/charts/commit/b87c2f7)) +* [bitnami/several] Adapt templating format (#8562) ([8cad18a](https://github.com/bitnami/charts/commit/8cad18aed9966a6f0208e5ad6cee46cb217f47ab)), closes [#8562](https://github.com/bitnami/charts/issues/8562) +* [bitnami/several] Add license to the README ([05f7633](https://github.com/bitnami/charts/commit/05f763372501d596e57db713dd53ff4ff3027cc4)) +* [bitnami/several] Add license to the README ([32fb238](https://github.com/bitnami/charts/commit/32fb238e60a0affc6debd3142eaa3c3d9089ec2a)) +* [bitnami/several] Add license to the README ([b87c2f7](https://github.com/bitnami/charts/commit/b87c2f7899d48a8b02c506765e6ae82937e9ba3f)) ## 0.1.6 (2021-12-21) -* [bitnami/sonarqube] Release 0.1.6 updating components versions ([42da287](https://github.com/bitnami/charts/commit/42da287)) +* [bitnami/sonarqube] Release 0.1.6 updating components versions ([42da287](https://github.com/bitnami/charts/commit/42da2878d408133e5dfac826acff14c4629fd108)) ## 0.1.5 (2021-12-17) -* [bitnami/sonarqube] Release 0.1.5 updating components versions ([81f58d3](https://github.com/bitnami/charts/commit/81f58d3)) +* [bitnami/sonarqube] Release 0.1.5 updating components versions ([81f58d3](https://github.com/bitnami/charts/commit/81f58d30ed931915d60bd09d5fad33bdf1fe3a33)) ## 0.1.4 (2021-12-17) -* [bitnami/sonarqube] Release 0.1.4 updating components versions ([83b8d94](https://github.com/bitnami/charts/commit/83b8d94)) +* [bitnami/sonarqube] Release 0.1.4 updating components versions ([83b8d94](https://github.com/bitnami/charts/commit/83b8d945a56b4f59eb9a60368bae9a1d647f968f)) ## 0.1.3 (2021-12-16) -* [bitnami/several] Regenerate README tables ([8150149](https://github.com/bitnami/charts/commit/8150149)) -* [bitnami/sonarqube] Release 0.1.3 updating components versions ([1ca5ae2](https://github.com/bitnami/charts/commit/1ca5ae2)) +* [bitnami/several] Regenerate README tables ([8150149](https://github.com/bitnami/charts/commit/8150149f0bb746e86ff0029fc375d43775bdf15a)) +* [bitnami/sonarqube] Release 0.1.3 updating components versions ([1ca5ae2](https://github.com/bitnami/charts/commit/1ca5ae29743b1c0d8af1c8f8288ebca46aa8e8ca)) ## 0.1.2 (2021-11-29) -* [bitnami/sonarqube] Release 0.1.2 updating components versions ([ae9d658](https://github.com/bitnami/charts/commit/ae9d658)) +* [bitnami/sonarqube] Release 0.1.2 updating components versions ([ae9d658](https://github.com/bitnami/charts/commit/ae9d6583ca92ce9ddb851a409f553956bce87b86)) ## 0.1.1 (2021-11-29) -* [bitnami/several] Fix deadlinks in README.md (#8215) ([99e90d2](https://github.com/bitnami/charts/commit/99e90d2)), closes [#8215](https://github.com/bitnami/charts/issues/8215) -* [bitnami/several] Replace HTTP by HTTPS when possible (#8259) ([eafb5bd](https://github.com/bitnami/charts/commit/eafb5bd)), closes [#8259](https://github.com/bitnami/charts/issues/8259) -* [bitnami/sonarqube] Regenerate README tables ([615e036](https://github.com/bitnami/charts/commit/615e036)) +* [bitnami/several] Fix deadlinks in README.md (#8215) ([99e90d2](https://github.com/bitnami/charts/commit/99e90d244b3244e059a42f72dcbecd3cda2b66bb)), closes [#8215](https://github.com/bitnami/charts/issues/8215) +* [bitnami/several] Replace HTTP by HTTPS when possible (#8259) ([eafb5bd](https://github.com/bitnami/charts/commit/eafb5bd5a2cc3aaf04fc1e8ebedd73f420d76864)), closes [#8259](https://github.com/bitnami/charts/issues/8259) +* [bitnami/sonarqube] Regenerate README tables ([615e036](https://github.com/bitnami/charts/commit/615e0363212f9f6753d6812fc6251473379cada8)) ## 0.1.0 (2021-11-02) -* Add new chart: Sonarqube (#7819) ([df0d773](https://github.com/bitnami/charts/commit/df0d773)), closes [#7819](https://github.com/bitnami/charts/issues/7819) +* Add new chart: Sonarqube (#7819) ([df0d773](https://github.com/bitnami/charts/commit/df0d773655c99fd59c8b9012cb14b77d0e74c7f2)), closes [#7819](https://github.com/bitnami/charts/issues/7819) diff --git a/bitnami/sonarqube/Chart.yaml b/bitnami/sonarqube/Chart.yaml index 8855790178933b..ec36dfe5a69a2a 100644 --- a/bitnami/sonarqube/Chart.yaml +++ b/bitnami/sonarqube/Chart.yaml @@ -37,4 +37,4 @@ maintainers: name: sonarqube sources: - https://github.com/bitnami/charts/tree/main/bitnami/sonarqube -version: 5.1.0 +version: 5.2.0 diff --git a/bitnami/sonarqube/README.md b/bitnami/sonarqube/README.md index fe5dca2bcb2b20..09cd0e65e8d946 100644 --- a/bitnami/sonarqube/README.md +++ b/bitnami/sonarqube/README.md @@ -372,6 +372,9 @@ As an alternative, this chart supports using an initContainer to change the owne | `extraVolumeMounts` | Optionally specify extra list of additional volumeMounts for the SonarQube™ container(s) | `[]` | | `sidecars` | Add additional sidecar containers to the SonarQube™ pod(s) | `[]` | | `initContainers` | Add additional init containers to the SonarQube™ pod(s) | `[]` | +| `pdb.create` | Enable/disable a Pod Disruption Budget creation | `true` | +| `pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `""` | +| `pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `pdb.minAvailable` and `pdb.maxUnavailable` are empty. | `""` | ### Traffic Exposure Parameters diff --git a/bitnami/sonarqube/templates/pdb.yaml b/bitnami/sonarqube/templates/pdb.yaml new file mode 100644 index 00000000000000..b17ff44e4bc679 --- /dev/null +++ b/bitnami/sonarqube/templates/pdb.yaml @@ -0,0 +1,26 @@ +{{- /* +Copyright Broadcom, Inc. All Rights Reserved. +SPDX-License-Identifier: APACHE-2.0 +*/}} + +{{- if .Values.pdb.create }} +apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} +kind: PodDisruptionBudget +metadata: + name: {{ include "common.names.fullname" . }} + namespace: {{ include "common.names.namespace" . | quote }} + labels: {{- include "common.labels.standard" ( dict "customLabels" .Values.commonLabels "context" $ ) | nindent 4 }} + {{- if .Values.commonAnnotations }} + annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }} + {{- end }} +spec: + {{- if .Values.pdb.minAvailable }} + minAvailable: {{ .Values.pdb.minAvailable }} + {{- end }} + {{- if or .Values.pdb.maxUnavailable ( not .Values.pdb.minAvailable ) }} + maxUnavailable: {{ .Values.pdb.maxUnavailable | default 1 }} + {{- end }} + {{- $podLabels := include "common.tplvalues.merge" ( dict "values" ( list .Values.podLabels .Values.commonLabels ) "context" . ) }} + selector: + matchLabels: {{- include "common.labels.matchLabels" ( dict "customLabels" $podLabels "context" $ ) | nindent 6 }} +{{- end }} diff --git a/bitnami/sonarqube/values.yaml b/bitnami/sonarqube/values.yaml index 5e3819d991068b..ee7003b021b090 100644 --- a/bitnami/sonarqube/values.yaml +++ b/bitnami/sonarqube/values.yaml @@ -460,6 +460,16 @@ sidecars: [] ## command: ['sh', '-c', 'echo "hello world"'] ## initContainers: [] +## Pod Disruption Budget configuration +## ref: https://kubernetes.io/docs/tasks/run-application/configure-pdb +## @param pdb.create Enable/disable a Pod Disruption Budget creation +## @param pdb.minAvailable Minimum number/percentage of pods that should remain scheduled +## @param pdb.maxUnavailable Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `pdb.minAvailable` and `pdb.maxUnavailable` are empty. +## +pdb: + create: true + minAvailable: "" + maxUnavailable: "" ## @section Traffic Exposure Parameters ## From 1bd0e73d525f29b6833b92de8f0236d731898f51 Mon Sep 17 00:00:00 2001 From: Fran Mulero Date: Thu, 30 May 2024 09:24:43 +0200 Subject: [PATCH 099/110] [bitnami/prestashop] Enable PodDisruptionBudgets (#26531) * [bitnami/prestashop] Enable PodDisruptionBudgets Signed-off-by: Fran Mulero * Missing changes Signed-off-by: Fran Mulero * Update CHANGELOG.md Signed-off-by: Bitnami Containers --------- Signed-off-by: Fran Mulero Signed-off-by: Bitnami Containers Co-authored-by: Bitnami Containers --- bitnami/prestashop/CHANGELOG.md | 511 +++++++++++++------------- bitnami/prestashop/Chart.yaml | 2 +- bitnami/prestashop/README.md | 3 + bitnami/prestashop/templates/pdb.yaml | 26 ++ bitnami/prestashop/values.yaml | 10 + 5 files changed, 298 insertions(+), 254 deletions(-) create mode 100644 bitnami/prestashop/templates/pdb.yaml diff --git a/bitnami/prestashop/CHANGELOG.md b/bitnami/prestashop/CHANGELOG.md index b41d2c1590ce2b..2a499802a555ae 100644 --- a/bitnami/prestashop/CHANGELOG.md +++ b/bitnami/prestashop/CHANGELOG.md @@ -1,818 +1,823 @@ # Changelog +## 21.2.0 (2024-05-29) + +* [bitnami/prestashop] Enable PodDisruptionBudgets ([#26531](https://github.com/bitnami/charts/pull/26531)) + ## 21.1.0 (2024-05-21) -* [bitnami/prestashop] feat: :sparkles: :lock: Add warning when original images are replaced ([#26266](https://github.com/bitnami/charts/pulls/26266)) +* [bitnami/*] ci: :construction_worker: Add tag and changelog support (#25359) ([91c707c](https://github.com/bitnami/charts/commit/91c707c9e4e574725a09505d2d313fb93f1b4c0a)), closes [#25359](https://github.com/bitnami/charts/issues/25359) +* [bitnami/prestashop] feat: :sparkles: :lock: Add warning when original images are replaced (#26266) ([f73b091](https://github.com/bitnami/charts/commit/f73b091c251848287b04031412b6f2b4c191a9ff)), closes [#26266](https://github.com/bitnami/charts/issues/26266) ## 21.0.5 (2024-05-20) -* [bitnami/prestashop] Use different liveness/readiness probes (#25975) ([c0ca33c](https://github.com/bitnami/charts/commit/c0ca33c)), closes [#25975](https://github.com/bitnami/charts/issues/25975) +* [bitnami/prestashop] Use different liveness/readiness probes (#25975) ([c0ca33c](https://github.com/bitnami/charts/commit/c0ca33cb9f78912ce0b27621e2e1a73ebda9a97c)), closes [#25975](https://github.com/bitnami/charts/issues/25975) ## 21.0.4 (2024-05-18) -* [bitnami/prestashop] Release 21.0.4 updating components versions (#26067) ([7f86b8f](https://github.com/bitnami/charts/commit/7f86b8f)), closes [#26067](https://github.com/bitnami/charts/issues/26067) +* [bitnami/prestashop] Release 21.0.4 updating components versions (#26067) ([7f86b8f](https://github.com/bitnami/charts/commit/7f86b8ff22aba6aa92a38c2ee42874ebe3fc59e1)), closes [#26067](https://github.com/bitnami/charts/issues/26067) ## 21.0.3 (2024-05-14) -* [bitnami/prestashop] Release 21.0.3 updating components versions (#25875) ([be35be2](https://github.com/bitnami/charts/commit/be35be2)), closes [#25875](https://github.com/bitnami/charts/issues/25875) +* [bitnami/prestashop] Release 21.0.3 updating components versions (#25875) ([be35be2](https://github.com/bitnami/charts/commit/be35be2331e2670602fdf350f13070bae2c1a021)), closes [#25875](https://github.com/bitnami/charts/issues/25875) ## 21.0.2 (2024-05-14) -* [bitnami/*] Change non-root and rolling-tags doc URLs (#25628) ([b067c94](https://github.com/bitnami/charts/commit/b067c94)), closes [#25628](https://github.com/bitnami/charts/issues/25628) -* [bitnami/*] Set new header/owner (#25558) ([8d1dc11](https://github.com/bitnami/charts/commit/8d1dc11)), closes [#25558](https://github.com/bitnami/charts/issues/25558) -* [bitnami/multiple charts] Fix typo: "NetworkPolice" vs "NetworkPolicy" (#25348) ([6970c1b](https://github.com/bitnami/charts/commit/6970c1b)), closes [#25348](https://github.com/bitnami/charts/issues/25348) -* [bitnami/prestashop] Release 21.0.2 updating components versions (#25811) ([8605973](https://github.com/bitnami/charts/commit/8605973)), closes [#25811](https://github.com/bitnami/charts/issues/25811) -* Replace VMware by Broadcom copyright text (#25306) ([a5e4bd0](https://github.com/bitnami/charts/commit/a5e4bd0)), closes [#25306](https://github.com/bitnami/charts/issues/25306) +* [bitnami/*] Change non-root and rolling-tags doc URLs (#25628) ([b067c94](https://github.com/bitnami/charts/commit/b067c94f6bcde427863c197fd355f0b5ba12ff5b)), closes [#25628](https://github.com/bitnami/charts/issues/25628) +* [bitnami/*] Set new header/owner (#25558) ([8d1dc11](https://github.com/bitnami/charts/commit/8d1dc11f5fb30db6fba50c43d7af59d2f79deed3)), closes [#25558](https://github.com/bitnami/charts/issues/25558) +* [bitnami/multiple charts] Fix typo: "NetworkPolice" vs "NetworkPolicy" (#25348) ([6970c1b](https://github.com/bitnami/charts/commit/6970c1ba245873506e73d459c6eac1e4919b778f)), closes [#25348](https://github.com/bitnami/charts/issues/25348) +* [bitnami/prestashop] Release 21.0.2 updating components versions (#25811) ([8605973](https://github.com/bitnami/charts/commit/8605973f61a11d21af8bae8d8d6e193d9d5b0ac8)), closes [#25811](https://github.com/bitnami/charts/issues/25811) +* Replace VMware by Broadcom copyright text (#25306) ([a5e4bd0](https://github.com/bitnami/charts/commit/a5e4bd0e35e419203793976a78d9d0a13de92c76)), closes [#25306](https://github.com/bitnami/charts/issues/25306) ## 21.0.1 (2024-04-05) -* [bitnami/prestashop] Release 21.0.1 updating components versions (#25012) ([064a096](https://github.com/bitnami/charts/commit/064a096)), closes [#25012](https://github.com/bitnami/charts/issues/25012) +* [bitnami/prestashop] Release 21.0.1 updating components versions (#25012) ([064a096](https://github.com/bitnami/charts/commit/064a09689276fa643aafac9677b65f019823079d)), closes [#25012](https://github.com/bitnami/charts/issues/25012) ## 21.0.0 (2024-04-04) -* [bitnami/prestashop] feat!: :lock: :boom: Improve security defaults (#24826) ([46c609d](https://github.com/bitnami/charts/commit/46c609d)), closes [#24826](https://github.com/bitnami/charts/issues/24826) -* Update resourcesPreset comments (#24467) ([92e3e8a](https://github.com/bitnami/charts/commit/92e3e8a)), closes [#24467](https://github.com/bitnami/charts/issues/24467) +* [bitnami/prestashop] feat!: :lock: :boom: Improve security defaults (#24826) ([46c609d](https://github.com/bitnami/charts/commit/46c609dd1e7203efa577055cfde4470625e29ccd)), closes [#24826](https://github.com/bitnami/charts/issues/24826) +* Update resourcesPreset comments (#24467) ([92e3e8a](https://github.com/bitnami/charts/commit/92e3e8a507326d2a20a8f10ab3e7746a2ec5c554)), closes [#24467](https://github.com/bitnami/charts/issues/24467) ## 20.5.2 (2024-04-02) -* [bitnami/prestashop] Release 20.5.2 updating components versions (#24799) ([ae5c8c7](https://github.com/bitnami/charts/commit/ae5c8c7)), closes [#24799](https://github.com/bitnami/charts/issues/24799) +* [bitnami/prestashop] Release 20.5.2 updating components versions (#24799) ([ae5c8c7](https://github.com/bitnami/charts/commit/ae5c8c7930d1402606ae28253940edaa63cb4dee)), closes [#24799](https://github.com/bitnami/charts/issues/24799) ## 20.5.1 (2024-03-18) -* [bitnami/*] Reorder Chart sections (#24455) ([0cf4048](https://github.com/bitnami/charts/commit/0cf4048)), closes [#24455](https://github.com/bitnami/charts/issues/24455) -* [bitnami/prestashop] Release 20.5.1 updating components versions (#24517) ([dccc319](https://github.com/bitnami/charts/commit/dccc319)), closes [#24517](https://github.com/bitnami/charts/issues/24517) +* [bitnami/*] Reorder Chart sections (#24455) ([0cf4048](https://github.com/bitnami/charts/commit/0cf4048e8743f70a9753d460655bd030cbff6824)), closes [#24455](https://github.com/bitnami/charts/issues/24455) +* [bitnami/prestashop] Release 20.5.1 updating components versions (#24517) ([dccc319](https://github.com/bitnami/charts/commit/dccc31986dc86e2cf949467292a40386c91b1bfd)), closes [#24517](https://github.com/bitnami/charts/issues/24517) ## 20.5.0 (2024-03-06) -* [bitnami/prestashop] feat: :sparkles: :lock: Add automatic adaptation for Openshift restricted-v2 SC ([73f93f8](https://github.com/bitnami/charts/commit/73f93f8)), closes [#24143](https://github.com/bitnami/charts/issues/24143) +* [bitnami/prestashop] feat: :sparkles: :lock: Add automatic adaptation for Openshift restricted-v2 SC ([73f93f8](https://github.com/bitnami/charts/commit/73f93f8aa5beecb73555714339a71ec8bdbb31bb)), closes [#24143](https://github.com/bitnami/charts/issues/24143) ## 20.4.1 (2024-02-23) -* [bitnami/prestashop] Release 20.4.1 (#23849) ([228f585](https://github.com/bitnami/charts/commit/228f585)), closes [#23849](https://github.com/bitnami/charts/issues/23849) +* [bitnami/prestashop] Release 20.4.1 (#23849) ([228f585](https://github.com/bitnami/charts/commit/228f58539b5f0802971f8856efc1fe336c45b5d8)), closes [#23849](https://github.com/bitnami/charts/issues/23849) ## 20.4.0 (2024-02-22) -* [bitnami/prestashop] feat: :sparkles: :lock: Add resource preset support (#23511) ([1769aed](https://github.com/bitnami/charts/commit/1769aed)), closes [#23511](https://github.com/bitnami/charts/issues/23511) +* [bitnami/prestashop] feat: :sparkles: :lock: Add resource preset support (#23511) ([1769aed](https://github.com/bitnami/charts/commit/1769aed1981d3cc785417584185334999ae08ff0)), closes [#23511](https://github.com/bitnami/charts/issues/23511) ## 20.3.0 (2024-02-20) -* [bitnami/*] Bump all versions (#23602) ([b70ee2a](https://github.com/bitnami/charts/commit/b70ee2a)), closes [#23602](https://github.com/bitnami/charts/issues/23602) +* [bitnami/*] Bump all versions (#23602) ([b70ee2a](https://github.com/bitnami/charts/commit/b70ee2a30e4dc256bf0ac52928fb2fa7a70f049b)), closes [#23602](https://github.com/bitnami/charts/issues/23602) ## 20.2.3 (2024-02-03) -* [bitnami/prestashop] Release 20.2.3 updating components versions (#23130) ([4ac909b](https://github.com/bitnami/charts/commit/4ac909b)), closes [#23130](https://github.com/bitnami/charts/issues/23130) +* [bitnami/prestashop] Release 20.2.3 updating components versions (#23130) ([4ac909b](https://github.com/bitnami/charts/commit/4ac909b7cd73002b57d8f073cbaee0a2a42997a6)), closes [#23130](https://github.com/bitnami/charts/issues/23130) ## 20.2.2 (2024-02-01) -* [bitnami/prestashop] Release 20.2.2 updating components versions (#22999) ([20c826a](https://github.com/bitnami/charts/commit/20c826a)), closes [#22999](https://github.com/bitnami/charts/issues/22999) +* [bitnami/prestashop] Release 20.2.2 updating components versions (#22999) ([20c826a](https://github.com/bitnami/charts/commit/20c826a056cf792d60985a9fb19e220d5b9120fb)), closes [#22999](https://github.com/bitnami/charts/issues/22999) ## 20.2.1 (2024-01-25) -* [bitnami/*] Move documentation sections from docs.bitnami.com back to the README (#22203) ([7564f36](https://github.com/bitnami/charts/commit/7564f36)), closes [#22203](https://github.com/bitnami/charts/issues/22203) -* [bitnami/prestashop] fix: :bug: Set seLinuxOptions to null for Openshift compatibility (#22648) ([a35c06f](https://github.com/bitnami/charts/commit/a35c06f)), closes [#22648](https://github.com/bitnami/charts/issues/22648) +* [bitnami/*] Move documentation sections from docs.bitnami.com back to the README (#22203) ([7564f36](https://github.com/bitnami/charts/commit/7564f36ca1e95ff30ee686652b7ab8690561a707)), closes [#22203](https://github.com/bitnami/charts/issues/22203) +* [bitnami/prestashop] fix: :bug: Set seLinuxOptions to null for Openshift compatibility (#22648) ([a35c06f](https://github.com/bitnami/charts/commit/a35c06fdc13f6ab7af37b1f4914746f82d977339)), closes [#22648](https://github.com/bitnami/charts/issues/22648) ## 20.2.0 (2024-01-22) -* [bitnami/prestashop] fix: :lock: Move service-account token auto-mount to pod declaration (#22498) ([1be96f3](https://github.com/bitnami/charts/commit/1be96f3)), closes [#22498](https://github.com/bitnami/charts/issues/22498) +* [bitnami/prestashop] fix: :lock: Move service-account token auto-mount to pod declaration (#22498) ([1be96f3](https://github.com/bitnami/charts/commit/1be96f349e0b8128e8220b60354c14e3fd9c3d48)), closes [#22498](https://github.com/bitnami/charts/issues/22498) ## 20.1.1 (2024-01-18) -* [bitnami/prestashop] Release 20.1.1 updating components versions (#22360) ([3f3d994](https://github.com/bitnami/charts/commit/3f3d994)), closes [#22360](https://github.com/bitnami/charts/issues/22360) +* [bitnami/prestashop] Release 20.1.1 updating components versions (#22360) ([3f3d994](https://github.com/bitnami/charts/commit/3f3d994abe407e398b6bd73e59a0d1dfccb5a77a)), closes [#22360](https://github.com/bitnami/charts/issues/22360) ## 20.1.0 (2024-01-16) -* [bitnami/*] Fix docs.bitnami.com broken links (#21901) ([f35506d](https://github.com/bitnami/charts/commit/f35506d)), closes [#21901](https://github.com/bitnami/charts/issues/21901) -* [bitnami/*] Fix ref links (in comments) (#21822) ([e4fa296](https://github.com/bitnami/charts/commit/e4fa296)), closes [#21822](https://github.com/bitnami/charts/issues/21822) -* [bitnami/prestashop] fix: :lock: Improve podSecurityContext and containerSecurityContext with essent ([3f6468e](https://github.com/bitnami/charts/commit/3f6468e)), closes [#22179](https://github.com/bitnami/charts/issues/22179) +* [bitnami/*] Fix docs.bitnami.com broken links (#21901) ([f35506d](https://github.com/bitnami/charts/commit/f35506d2dadee4f097986e7792df1f53ab215b5d)), closes [#21901](https://github.com/bitnami/charts/issues/21901) +* [bitnami/*] Fix ref links (in comments) (#21822) ([e4fa296](https://github.com/bitnami/charts/commit/e4fa296106b225cf8c82445727c675c7c725e380)), closes [#21822](https://github.com/bitnami/charts/issues/21822) +* [bitnami/prestashop] fix: :lock: Improve podSecurityContext and containerSecurityContext with essent ([3f6468e](https://github.com/bitnami/charts/commit/3f6468e04396956fb888a5f1f5f224cd753163e9)), closes [#22179](https://github.com/bitnami/charts/issues/22179) ## 20.0.1 (2024-01-02) -* [bitnami/*] Update copyright: Year and company (#21815) ([6c4bf75](https://github.com/bitnami/charts/commit/6c4bf75)), closes [#21815](https://github.com/bitnami/charts/issues/21815) -* [bitnami/prestashop] Release 20.0.1 updating components versions (#21818) ([77137b3](https://github.com/bitnami/charts/commit/77137b3)), closes [#21818](https://github.com/bitnami/charts/issues/21818) +* [bitnami/*] Update copyright: Year and company (#21815) ([6c4bf75](https://github.com/bitnami/charts/commit/6c4bf75dec58fc7c9aee9f089777b1a858c17d5b)), closes [#21815](https://github.com/bitnami/charts/issues/21815) +* [bitnami/prestashop] Release 20.0.1 updating components versions (#21818) ([77137b3](https://github.com/bitnami/charts/commit/77137b32cc9d9a85c8c10d1bf436eb3cdc528658)), closes [#21818](https://github.com/bitnami/charts/issues/21818) ## 20.0.0 (2023-12-20) -* [bitnami/prestashop] Upgrade MariaDB 11.2 (#21696) ([05a972e](https://github.com/bitnami/charts/commit/05a972e)), closes [#21696](https://github.com/bitnami/charts/issues/21696) +* [bitnami/prestashop] Upgrade MariaDB 11.2 (#21696) ([05a972e](https://github.com/bitnami/charts/commit/05a972e2a68ec44a31ea6bc61111805658208749)), closes [#21696](https://github.com/bitnami/charts/issues/21696) ## 19.1.3 (2023-12-20) -* [bitnami/prestashop] Release 19.1.3 updating components versions (#21671) ([74ad340](https://github.com/bitnami/charts/commit/74ad340)), closes [#21671](https://github.com/bitnami/charts/issues/21671) +* [bitnami/prestashop] Release 19.1.3 updating components versions (#21671) ([74ad340](https://github.com/bitnami/charts/commit/74ad34011afe4bd897474faa1ac21c401df5ee09)), closes [#21671](https://github.com/bitnami/charts/issues/21671) ## 19.1.2 (2023-11-21) -* [bitnami/*] Remove relative links to non-README sections, add verification for that and update TL;DR ([1103633](https://github.com/bitnami/charts/commit/1103633)), closes [#20967](https://github.com/bitnami/charts/issues/20967) -* [bitnami/*] Rename solutions to "Bitnami package for ..." (#21038) ([b82f979](https://github.com/bitnami/charts/commit/b82f979)), closes [#21038](https://github.com/bitnami/charts/issues/21038) -* [bitnami/prestashop] Release 19.1.2 updating components versions (#21158) ([e4762f1](https://github.com/bitnami/charts/commit/e4762f1)), closes [#21158](https://github.com/bitnami/charts/issues/21158) +* [bitnami/*] Remove relative links to non-README sections, add verification for that and update TL;DR ([1103633](https://github.com/bitnami/charts/commit/11036334d82df0490aa4abdb591543cab6cf7d7f)), closes [#20967](https://github.com/bitnami/charts/issues/20967) +* [bitnami/*] Rename solutions to "Bitnami package for ..." (#21038) ([b82f979](https://github.com/bitnami/charts/commit/b82f979e4fb63423fe6e2192c946d09d79c944fc)), closes [#21038](https://github.com/bitnami/charts/issues/21038) +* [bitnami/prestashop] Release 19.1.2 updating components versions (#21158) ([e4762f1](https://github.com/bitnami/charts/commit/e4762f1bf06f8e63af6ff22a127daf97f3654aa3)), closes [#21158](https://github.com/bitnami/charts/issues/21158) ## 19.1.1 (2023-11-09) -* [bitnami/prestashop] Release 19.1.1 updating components versions (#20774) ([df0cf0d](https://github.com/bitnami/charts/commit/df0cf0d)), closes [#20774](https://github.com/bitnami/charts/issues/20774) +* [bitnami/prestashop] Release 19.1.1 updating components versions (#20774) ([df0cf0d](https://github.com/bitnami/charts/commit/df0cf0df4c4216dc0711a862474fbfcd7ffdffd8)), closes [#20774](https://github.com/bitnami/charts/issues/20774) ## 19.1.0 (2023-10-31) -* [bitnami/*] Rename VMware Application Catalog (#20361) ([3acc734](https://github.com/bitnami/charts/commit/3acc734)), closes [#20361](https://github.com/bitnami/charts/issues/20361) -* [bitnami/*] Skip image's tag in the README files of the Bitnami Charts (#19841) ([bb9a01b](https://github.com/bitnami/charts/commit/bb9a01b)), closes [#19841](https://github.com/bitnami/charts/issues/19841) -* [bitnami/*] Standardize documentation (#19835) ([af5f753](https://github.com/bitnami/charts/commit/af5f753)), closes [#19835](https://github.com/bitnami/charts/issues/19835) -* [bitnami/prestashop] feat: :sparkles: Add support for PSA restricted policy (#20529) ([2f42b51](https://github.com/bitnami/charts/commit/2f42b51)), closes [#20529](https://github.com/bitnami/charts/issues/20529) +* [bitnami/*] Rename VMware Application Catalog (#20361) ([3acc734](https://github.com/bitnami/charts/commit/3acc73472beb6fb56c4d99f929061001205bc57e)), closes [#20361](https://github.com/bitnami/charts/issues/20361) +* [bitnami/*] Skip image's tag in the README files of the Bitnami Charts (#19841) ([bb9a01b](https://github.com/bitnami/charts/commit/bb9a01b65911c87e48318db922cc05eb42785e42)), closes [#19841](https://github.com/bitnami/charts/issues/19841) +* [bitnami/*] Standardize documentation (#19835) ([af5f753](https://github.com/bitnami/charts/commit/af5f7530c1bc8c5ded53a6c4f7b8f384ac1804f2)), closes [#19835](https://github.com/bitnami/charts/issues/19835) +* [bitnami/prestashop] feat: :sparkles: Add support for PSA restricted policy (#20529) ([2f42b51](https://github.com/bitnami/charts/commit/2f42b51585b8a409d576857f3ae5236d129530f7)), closes [#20529](https://github.com/bitnami/charts/issues/20529) ## 19.0.1 (2023-10-12) -* [bitnami/prestashop] Release 19.0.1 (#20166) ([3b21e33](https://github.com/bitnami/charts/commit/3b21e33)), closes [#20166](https://github.com/bitnami/charts/issues/20166) +* [bitnami/prestashop] Release 19.0.1 (#20166) ([3b21e33](https://github.com/bitnami/charts/commit/3b21e33c8d10140abf36ca1845ca1c56630e6e48)), closes [#20166](https://github.com/bitnami/charts/issues/20166) ## 19.0.0 (2023-10-11) -* [bitnami/prestashop] Update MariaDB to 14.x.x (#20008) ([c8acdcd](https://github.com/bitnami/charts/commit/c8acdcd)), closes [#20008](https://github.com/bitnami/charts/issues/20008) +* [bitnami/prestashop] Update MariaDB to 14.x.x (#20008) ([c8acdcd](https://github.com/bitnami/charts/commit/c8acdcd6feaa89aa474b6ca88a852437ea19af46)), closes [#20008](https://github.com/bitnami/charts/issues/20008) ## 18.1.6 (2023-10-09) -* [bitnami/prestashop] Release 18.1.6 (#19932) ([f174508](https://github.com/bitnami/charts/commit/f174508)), closes [#19932](https://github.com/bitnami/charts/issues/19932) +* [bitnami/prestashop] Release 18.1.6 (#19932) ([f174508](https://github.com/bitnami/charts/commit/f174508260461edc9e710bf33fcefc192165b727)), closes [#19932](https://github.com/bitnami/charts/issues/19932) ## 18.1.5 (2023-10-09) -* [bitnami/prestashop] Release 18.1.5 (#19886) ([c2e8f53](https://github.com/bitnami/charts/commit/c2e8f53)), closes [#19886](https://github.com/bitnami/charts/issues/19886) +* [bitnami/prestashop] Release 18.1.5 (#19886) ([c2e8f53](https://github.com/bitnami/charts/commit/c2e8f5374fe041c1b24d0cd1e5dd8837634e74b6)), closes [#19886](https://github.com/bitnami/charts/issues/19886) ## 18.1.4 (2023-10-09) -* [bitnami/*] Update Helm charts prerequisites (#19745) ([eb755dd](https://github.com/bitnami/charts/commit/eb755dd)), closes [#19745](https://github.com/bitnami/charts/issues/19745) -* [bitnami/prestashop] Release 18.1.4 (#19805) ([0508f0c](https://github.com/bitnami/charts/commit/0508f0c)), closes [#19805](https://github.com/bitnami/charts/issues/19805) +* [bitnami/*] Update Helm charts prerequisites (#19745) ([eb755dd](https://github.com/bitnami/charts/commit/eb755dd36a4dd3cf6635be8e0598f9a7f4c4a554)), closes [#19745](https://github.com/bitnami/charts/issues/19745) +* [bitnami/prestashop] Release 18.1.4 (#19805) ([0508f0c](https://github.com/bitnami/charts/commit/0508f0c1345960c46ccb47bfa425da8b6a1942d4)), closes [#19805](https://github.com/bitnami/charts/issues/19805) ## 18.1.3 (2023-10-05) -* [bitnami/prestashop] Release 18.1.3 (#19601) ([82c55ae](https://github.com/bitnami/charts/commit/82c55ae)), closes [#19601](https://github.com/bitnami/charts/issues/19601) +* [bitnami/prestashop] Release 18.1.3 (#19601) ([82c55ae](https://github.com/bitnami/charts/commit/82c55ae87e65b8134561aa48cbbfe27e67c1cdb0)), closes [#19601](https://github.com/bitnami/charts/issues/19601) ## 18.1.2 (2023-09-19) -* [bitnami/prestashop] Release 18.1.2 (#19404) ([0fa75b8](https://github.com/bitnami/charts/commit/0fa75b8)), closes [#19404](https://github.com/bitnami/charts/issues/19404) -* Autogenerate schema files (#19194) ([a2c2090](https://github.com/bitnami/charts/commit/a2c2090)), closes [#19194](https://github.com/bitnami/charts/issues/19194) -* Revert "Autogenerate schema files (#19194)" (#19335) ([73d80be](https://github.com/bitnami/charts/commit/73d80be)), closes [#19194](https://github.com/bitnami/charts/issues/19194) [#19335](https://github.com/bitnami/charts/issues/19335) +* [bitnami/prestashop] Release 18.1.2 (#19404) ([0fa75b8](https://github.com/bitnami/charts/commit/0fa75b8a28363caf061aface89ddf36ec8b5c24f)), closes [#19404](https://github.com/bitnami/charts/issues/19404) +* Autogenerate schema files (#19194) ([a2c2090](https://github.com/bitnami/charts/commit/a2c2090b5ac97f47b745c8028c6452bf99739772)), closes [#19194](https://github.com/bitnami/charts/issues/19194) +* Revert "Autogenerate schema files (#19194)" (#19335) ([73d80be](https://github.com/bitnami/charts/commit/73d80be525c88fb4b8a54451a55acd506e337062)), closes [#19194](https://github.com/bitnami/charts/issues/19194) [#19335](https://github.com/bitnami/charts/issues/19335) ## 18.1.1 (2023-09-06) -* [bitnami/prestashop: Use merge helper]: (#19095) ([9c38ea1](https://github.com/bitnami/charts/commit/9c38ea1)), closes [#19095](https://github.com/bitnami/charts/issues/19095) +* [bitnami/prestashop: Use merge helper]: (#19095) ([9c38ea1](https://github.com/bitnami/charts/commit/9c38ea111eafeca257bd816f9965fb7f7e42360d)), closes [#19095](https://github.com/bitnami/charts/issues/19095) ## 18.1.0 (2023-08-24) -* [bitnami/prestashop] Support for customizing standard labels (#18743) ([293bbff](https://github.com/bitnami/charts/commit/293bbff)), closes [#18743](https://github.com/bitnami/charts/issues/18743) +* [bitnami/prestashop] Support for customizing standard labels (#18743) ([293bbff](https://github.com/bitnami/charts/commit/293bbff5642cf22cdd8a0e8e765019c37de47df7)), closes [#18743](https://github.com/bitnami/charts/issues/18743) ## 18.0.4 (2023-08-20) -* [bitnami/prestashop] Release 18.0.4 (#18705) ([274e0dc](https://github.com/bitnami/charts/commit/274e0dc)), closes [#18705](https://github.com/bitnami/charts/issues/18705) +* [bitnami/prestashop] Release 18.0.4 (#18705) ([274e0dc](https://github.com/bitnami/charts/commit/274e0dcfc37919cdfc8cd769fb0da4932d4d538c)), closes [#18705](https://github.com/bitnami/charts/issues/18705) ## 18.0.3 (2023-08-17) -* [bitnami/prestashop] Release 18.0.3 (#18577) ([5bcad98](https://github.com/bitnami/charts/commit/5bcad98)), closes [#18577](https://github.com/bitnami/charts/issues/18577) +* [bitnami/prestashop] Release 18.0.3 (#18577) ([5bcad98](https://github.com/bitnami/charts/commit/5bcad989789632104a55f04078c9c1f5d93cef51)), closes [#18577](https://github.com/bitnami/charts/issues/18577) ## 18.0.2 (2023-08-07) -* [bitnami/prestashop] Release 18.0.2 (#18239) ([18ad868](https://github.com/bitnami/charts/commit/18ad868)), closes [#18239](https://github.com/bitnami/charts/issues/18239) +* [bitnami/prestashop] Release 18.0.2 (#18239) ([18ad868](https://github.com/bitnami/charts/commit/18ad86820ce360d7dbdbe0fd6f5b537cf5903269)), closes [#18239](https://github.com/bitnami/charts/issues/18239) ## 18.0.1 (2023-08-03) -* [bitnami/prestashop] Release 18.0.1 (#18171) ([ce977ed](https://github.com/bitnami/charts/commit/ce977ed)), closes [#18171](https://github.com/bitnami/charts/issues/18171) +* [bitnami/prestashop] Release 18.0.1 (#18171) ([ce977ed](https://github.com/bitnami/charts/commit/ce977edbaa13c867ee0e9ecb3a281dbf49508c62)), closes [#18171](https://github.com/bitnami/charts/issues/18171) ## 18.0.0 (2023-08-01) -* [bitnami/prestashop] Update MariaDB chart to 13.0 (#18115) ([78f8717](https://github.com/bitnami/charts/commit/78f8717)), closes [#18115](https://github.com/bitnami/charts/issues/18115) +* [bitnami/prestashop] Update MariaDB chart to 13.0 (#18115) ([78f8717](https://github.com/bitnami/charts/commit/78f87173adb4ea8dc685e02cc99c071da05a0260)), closes [#18115](https://github.com/bitnami/charts/issues/18115) ## 17.1.7 (2023-08-01) -* [bitnami/prestashop] Release 17.1.7 (#18092) ([afc22b8](https://github.com/bitnami/charts/commit/afc22b8)), closes [#18092](https://github.com/bitnami/charts/issues/18092) +* [bitnami/prestashop] Release 17.1.7 (#18092) ([afc22b8](https://github.com/bitnami/charts/commit/afc22b8ebc0e1ca64fff182da3001319b8d98939)), closes [#18092](https://github.com/bitnami/charts/issues/18092) ## 17.1.6 (2023-07-26) -* [bitnami/prestashop] Release 17.1.6 (#17941) ([15d9a64](https://github.com/bitnami/charts/commit/15d9a64)), closes [#17941](https://github.com/bitnami/charts/issues/17941) +* [bitnami/prestashop] Release 17.1.6 (#17941) ([15d9a64](https://github.com/bitnami/charts/commit/15d9a64c92e6f50734b66a755630712651a7c9dc)), closes [#17941](https://github.com/bitnami/charts/issues/17941) ## 17.1.5 (2023-07-15) -* [bitnami/prestashop] Release 17.1.5 (#17656) ([df6b284](https://github.com/bitnami/charts/commit/df6b284)), closes [#17656](https://github.com/bitnami/charts/issues/17656) +* [bitnami/prestashop] Release 17.1.5 (#17656) ([df6b284](https://github.com/bitnami/charts/commit/df6b284880e13bf080e2e81eefe43227b72287f3)), closes [#17656](https://github.com/bitnami/charts/issues/17656) ## 17.1.4 (2023-07-11) -* [bitnami/prestashop] Release 17.1.4 (#17552) ([a3b6b1b](https://github.com/bitnami/charts/commit/a3b6b1b)), closes [#17552](https://github.com/bitnami/charts/issues/17552) -* Add copyright header (#17300) ([da68be8](https://github.com/bitnami/charts/commit/da68be8)), closes [#17300](https://github.com/bitnami/charts/issues/17300) -* Update charts readme (#17217) ([31b3c0a](https://github.com/bitnami/charts/commit/31b3c0a)), closes [#17217](https://github.com/bitnami/charts/issues/17217) +* [bitnami/prestashop] Release 17.1.4 (#17552) ([a3b6b1b](https://github.com/bitnami/charts/commit/a3b6b1b942d6ada8d1d57d39423695cb38f585a4)), closes [#17552](https://github.com/bitnami/charts/issues/17552) +* Add copyright header (#17300) ([da68be8](https://github.com/bitnami/charts/commit/da68be8e951225133c7dfb572d5101ca3d61c5ae)), closes [#17300](https://github.com/bitnami/charts/issues/17300) +* Update charts readme (#17217) ([31b3c0a](https://github.com/bitnami/charts/commit/31b3c0afd968ff4429107e34101f7509e6a0e913)), closes [#17217](https://github.com/bitnami/charts/issues/17217) ## 17.1.3 (2023-06-20) -* [bitnami/*] Change copyright section in READMEs (#17006) ([ef986a1](https://github.com/bitnami/charts/commit/ef986a1)), closes [#17006](https://github.com/bitnami/charts/issues/17006) -* [bitnami/prestashop] Release 17.1.3 (#17226) ([afebe0b](https://github.com/bitnami/charts/commit/afebe0b)), closes [#17226](https://github.com/bitnami/charts/issues/17226) -* [bitnami/several] Change copyright section in READMEs (#16989) ([5b6a5cf](https://github.com/bitnami/charts/commit/5b6a5cf)), closes [#16989](https://github.com/bitnami/charts/issues/16989) -* [bitnami/several] Remove 'Community supported solution' section from READMEs (#17119) ([4531d57](https://github.com/bitnami/charts/commit/4531d57)), closes [#17119](https://github.com/bitnami/charts/issues/17119) +* [bitnami/*] Change copyright section in READMEs (#17006) ([ef986a1](https://github.com/bitnami/charts/commit/ef986a1605241102b3dcafe9fd8089e6fc1201ad)), closes [#17006](https://github.com/bitnami/charts/issues/17006) +* [bitnami/prestashop] Release 17.1.3 (#17226) ([afebe0b](https://github.com/bitnami/charts/commit/afebe0b8c026f4bee8054341b37ae6ebcf71bf74)), closes [#17226](https://github.com/bitnami/charts/issues/17226) +* [bitnami/several] Change copyright section in READMEs (#16989) ([5b6a5cf](https://github.com/bitnami/charts/commit/5b6a5cfb7625a751848a2e5cd796bd7278f406ca)), closes [#16989](https://github.com/bitnami/charts/issues/16989) +* [bitnami/several] Remove 'Community supported solution' section from READMEs (#17119) ([4531d57](https://github.com/bitnami/charts/commit/4531d571914e970fe4cef19ae00a9fa4cc038f47)), closes [#17119](https://github.com/bitnami/charts/issues/17119) ## 17.1.2 (2023-05-21) -* [bitnami/prestashop] Release 17.1.2 (#16799) ([7116457](https://github.com/bitnami/charts/commit/7116457)), closes [#16799](https://github.com/bitnami/charts/issues/16799) +* [bitnami/prestashop] Release 17.1.2 (#16799) ([7116457](https://github.com/bitnami/charts/commit/7116457ee744ff9acd6155f151fd9730b9bf2f59)), closes [#16799](https://github.com/bitnami/charts/issues/16799) ## 17.1.1 (2023-05-12) -* [bitnami/prestashop] Release 17.1.1 (#16603) ([19e6189](https://github.com/bitnami/charts/commit/19e6189)), closes [#16603](https://github.com/bitnami/charts/issues/16603) -* Add wording for enterprise page (#16560) ([8f22774](https://github.com/bitnami/charts/commit/8f22774)), closes [#16560](https://github.com/bitnami/charts/issues/16560) +* [bitnami/prestashop] Release 17.1.1 (#16603) ([19e6189](https://github.com/bitnami/charts/commit/19e61898981deccdf74ed6c80b0eb2564855f104)), closes [#16603](https://github.com/bitnami/charts/issues/16603) +* Add wording for enterprise page (#16560) ([8f22774](https://github.com/bitnami/charts/commit/8f2277440b976d52785ba9149762ad8620a73d1f)), closes [#16560](https://github.com/bitnami/charts/issues/16560) ## 17.1.0 (2023-05-09) -* [bitnami/several] Adapt Chart.yaml to set desired OCI annotations (#16546) ([fc9b18f](https://github.com/bitnami/charts/commit/fc9b18f)), closes [#16546](https://github.com/bitnami/charts/issues/16546) +* [bitnami/several] Adapt Chart.yaml to set desired OCI annotations (#16546) ([fc9b18f](https://github.com/bitnami/charts/commit/fc9b18f2e98805d4df629acbcde696f44f973344)), closes [#16546](https://github.com/bitnami/charts/issues/16546) ## 17.0.2 (2023-05-09) -* [bitnami/prestashop] Release 17.0.2 (#16489) ([0c21534](https://github.com/bitnami/charts/commit/0c21534)), closes [#16489](https://github.com/bitnami/charts/issues/16489) +* [bitnami/prestashop] Release 17.0.2 (#16489) ([0c21534](https://github.com/bitnami/charts/commit/0c2153448c8682781e554de832764f7466dda647)), closes [#16489](https://github.com/bitnami/charts/issues/16489) ## 17.0.1 (2023-04-28) -* [bitnami/prestashop] Release 17.0.1 (#16269) ([1852a2d](https://github.com/bitnami/charts/commit/1852a2d)), closes [#16269](https://github.com/bitnami/charts/issues/16269) +* [bitnami/prestashop] Release 17.0.1 (#16269) ([1852a2d](https://github.com/bitnami/charts/commit/1852a2d18ab65b805bb0fa4c1b3fe2ab409812f3)), closes [#16269](https://github.com/bitnami/charts/issues/16269) ## 17.0.0 (2023-04-21) -* [bitnami/prestashop] Upgrade MariaDB to version 10.11 (#16174) ([d14084c](https://github.com/bitnami/charts/commit/d14084c)), closes [#16174](https://github.com/bitnami/charts/issues/16174) +* [bitnami/prestashop] Upgrade MariaDB to version 10.11 (#16174) ([d14084c](https://github.com/bitnami/charts/commit/d14084ca8648d610e969f593a5df1878d08128d1)), closes [#16174](https://github.com/bitnami/charts/issues/16174) ## 16.1.0 (2023-04-20) -* [bitnami/*] Make Helm charts 100% OCI (#15998) ([8841510](https://github.com/bitnami/charts/commit/8841510)), closes [#15998](https://github.com/bitnami/charts/issues/15998) +* [bitnami/*] Make Helm charts 100% OCI (#15998) ([8841510](https://github.com/bitnami/charts/commit/884151035efcbf2e1b3206e7def85511073fb57d)), closes [#15998](https://github.com/bitnami/charts/issues/15998) ## 16.0.9 (2023-04-11) -* [bitnami/prestashop] Release 16.0.9 (#16005) ([5d0e3bf](https://github.com/bitnami/charts/commit/5d0e3bf)), closes [#16005](https://github.com/bitnami/charts/issues/16005) +* [bitnami/prestashop] Release 16.0.9 (#16005) ([5d0e3bf](https://github.com/bitnami/charts/commit/5d0e3bfb7a8543ffb84f1324b025a38d7ca79b3e)), closes [#16005](https://github.com/bitnami/charts/issues/16005) ## 16.0.8 (2023-04-04) -* [bitnami/prestashop] Release 16.0.8 (#15909) ([60b9289](https://github.com/bitnami/charts/commit/60b9289)), closes [#15909](https://github.com/bitnami/charts/issues/15909) +* [bitnami/prestashop] Release 16.0.8 (#15909) ([60b9289](https://github.com/bitnami/charts/commit/60b9289ad03a3640a54336456c4232b7dac6a98b)), closes [#15909](https://github.com/bitnami/charts/issues/15909) ## 16.0.7 (2023-03-19) -* [bitnami/prestashop] Release 16.0.7 (#15614) ([8fcfcc7](https://github.com/bitnami/charts/commit/8fcfcc7)), closes [#15614](https://github.com/bitnami/charts/issues/15614) +* [bitnami/prestashop] Release 16.0.7 (#15614) ([8fcfcc7](https://github.com/bitnami/charts/commit/8fcfcc745370134e818a47a1939da063a6a71b37)), closes [#15614](https://github.com/bitnami/charts/issues/15614) ## 16.0.6 (2023-03-14) -* [bitnami/charts] Apply linter to README files (#15357) ([0e29e60](https://github.com/bitnami/charts/commit/0e29e60)), closes [#15357](https://github.com/bitnami/charts/issues/15357) -* [bitnami/prestashop] Release 16.0.6 (#15498) ([810f851](https://github.com/bitnami/charts/commit/810f851)), closes [#15498](https://github.com/bitnami/charts/issues/15498) +* [bitnami/charts] Apply linter to README files (#15357) ([0e29e60](https://github.com/bitnami/charts/commit/0e29e600d3adc8b1b46e506eccb3decfab3b4e63)), closes [#15357](https://github.com/bitnami/charts/issues/15357) +* [bitnami/prestashop] Release 16.0.6 (#15498) ([810f851](https://github.com/bitnami/charts/commit/810f851956b886e2f81e00f879b2cdf0d733edc6)), closes [#15498](https://github.com/bitnami/charts/issues/15498) ## 16.0.5 (2023-03-01) -* [bitnami/prestashop] Release 16.0.5 (#15229) ([9987569](https://github.com/bitnami/charts/commit/9987569)), closes [#15229](https://github.com/bitnami/charts/issues/15229) +* [bitnami/prestashop] Release 16.0.5 (#15229) ([9987569](https://github.com/bitnami/charts/commit/9987569d1d524de7c77b406b3aa9d943fe921f50)), closes [#15229](https://github.com/bitnami/charts/issues/15229) ## 16.0.4 (2023-02-17) -* [bitnami/*] Fix markdown linter issues (#14874) ([a51e0e8](https://github.com/bitnami/charts/commit/a51e0e8)), closes [#14874](https://github.com/bitnami/charts/issues/14874) -* [bitnami/*] Fix markdown linter issues 2 (#14890) ([aa96572](https://github.com/bitnami/charts/commit/aa96572)), closes [#14890](https://github.com/bitnami/charts/issues/14890) -* [bitnami/*] Remove unexpected extra spaces (#14873) ([c97c714](https://github.com/bitnami/charts/commit/c97c714)), closes [#14873](https://github.com/bitnami/charts/issues/14873) -* [bitnami/prestashop] Release 16.0.4 (#15031) ([e032405](https://github.com/bitnami/charts/commit/e032405)), closes [#15031](https://github.com/bitnami/charts/issues/15031) +* [bitnami/*] Fix markdown linter issues (#14874) ([a51e0e8](https://github.com/bitnami/charts/commit/a51e0e8d35495b907f3e70dd2f8e7c3bcbf4166a)), closes [#14874](https://github.com/bitnami/charts/issues/14874) +* [bitnami/*] Fix markdown linter issues 2 (#14890) ([aa96572](https://github.com/bitnami/charts/commit/aa9657237ee8df4a46db0d7fdf8a23230dd6902a)), closes [#14890](https://github.com/bitnami/charts/issues/14890) +* [bitnami/*] Remove unexpected extra spaces (#14873) ([c97c714](https://github.com/bitnami/charts/commit/c97c714887380d47eae7bfeff316bf01595ecd1d)), closes [#14873](https://github.com/bitnami/charts/issues/14873) +* [bitnami/prestashop] Release 16.0.4 (#15031) ([e032405](https://github.com/bitnami/charts/commit/e032405de742815bf3a5c421765187537e35ffde)), closes [#15031](https://github.com/bitnami/charts/issues/15031) ## 16.0.3 (2023-02-05) -* [bitnami/*] Add license annotation and remove obsolete engine parameter (#14293) ([da2a794](https://github.com/bitnami/charts/commit/da2a794)), closes [#14293](https://github.com/bitnami/charts/issues/14293) -* [bitnami/*] Change copyright date (#14682) ([add4ec7](https://github.com/bitnami/charts/commit/add4ec7)), closes [#14682](https://github.com/bitnami/charts/issues/14682) -* [bitnami/*] Change licenses annotation format (#14377) ([0ab7608](https://github.com/bitnami/charts/commit/0ab7608)), closes [#14377](https://github.com/bitnami/charts/issues/14377) -* [bitnami/*] Unify READMEs (#14472) ([2064fb8](https://github.com/bitnami/charts/commit/2064fb8)), closes [#14472](https://github.com/bitnami/charts/issues/14472) -* [bitnami/prestashop] Release 16.0.3 (#14756) ([fbd3d92](https://github.com/bitnami/charts/commit/fbd3d92)), closes [#14756](https://github.com/bitnami/charts/issues/14756) +* [bitnami/*] Add license annotation and remove obsolete engine parameter (#14293) ([da2a794](https://github.com/bitnami/charts/commit/da2a7943bae95b6e9b5b4ed972c15e990b69fdb0)), closes [#14293](https://github.com/bitnami/charts/issues/14293) +* [bitnami/*] Change copyright date (#14682) ([add4ec7](https://github.com/bitnami/charts/commit/add4ec701108ac36ed4de2dffbdf407a0d091067)), closes [#14682](https://github.com/bitnami/charts/issues/14682) +* [bitnami/*] Change licenses annotation format (#14377) ([0ab7608](https://github.com/bitnami/charts/commit/0ab760862c660fcc78cffadf8e1d8cdd70881473)), closes [#14377](https://github.com/bitnami/charts/issues/14377) +* [bitnami/*] Unify READMEs (#14472) ([2064fb8](https://github.com/bitnami/charts/commit/2064fb8dcc78a845cdede8211af8c3cc52551161)), closes [#14472](https://github.com/bitnami/charts/issues/14472) +* [bitnami/prestashop] Release 16.0.3 (#14756) ([fbd3d92](https://github.com/bitnami/charts/commit/fbd3d9216ff1670b50a871c5192afcb57c49c034)), closes [#14756](https://github.com/bitnami/charts/issues/14756) ## 16.0.2 (2023-01-06) -* [bitnami/prestashop] Release 16.0.2 (#14207) ([3531cb4](https://github.com/bitnami/charts/commit/3531cb4)), closes [#14207](https://github.com/bitnami/charts/issues/14207) +* [bitnami/prestashop] Release 16.0.2 (#14207) ([3531cb4](https://github.com/bitnami/charts/commit/3531cb4a11d5d358ea57e02f01f93e53c9be8372)), closes [#14207](https://github.com/bitnami/charts/issues/14207) ## 16.0.1 (2022-12-10) -* [bitnami/prestashop] Release 16.0.1 (#13906) ([816b442](https://github.com/bitnami/charts/commit/816b442)), closes [#13906](https://github.com/bitnami/charts/issues/13906) +* [bitnami/prestashop] Release 16.0.1 (#13906) ([816b442](https://github.com/bitnami/charts/commit/816b4424bbf9cf1c80deb0c74f301b6f2c16600c)), closes [#13906](https://github.com/bitnami/charts/issues/13906) ## 16.0.0 (2022-11-11) -* [bitnami/prestashop] Release 16.0.0 (#13459) ([14c142d](https://github.com/bitnami/charts/commit/14c142d)), closes [#13459](https://github.com/bitnami/charts/issues/13459) +* [bitnami/prestashop] Release 16.0.0 (#13459) ([14c142d](https://github.com/bitnami/charts/commit/14c142da156e1a2916ec52b7294bf5dccba35fd6)), closes [#13459](https://github.com/bitnami/charts/issues/13459) ## 15.3.6 (2022-10-24) -* [bitnami/*] Use new default branch name in links (#12943) ([a529e02](https://github.com/bitnami/charts/commit/a529e02)), closes [#12943](https://github.com/bitnami/charts/issues/12943) -* [bitnami/prestashop] Add resources example for metrics exporter container (#13086) ([db66858](https://github.com/bitnami/charts/commit/db66858)), closes [#13086](https://github.com/bitnami/charts/issues/13086) +* [bitnami/*] Use new default branch name in links (#12943) ([a529e02](https://github.com/bitnami/charts/commit/a529e02597d49d944eba1eb0f190713293247176)), closes [#12943](https://github.com/bitnami/charts/issues/12943) +* [bitnami/prestashop] Add resources example for metrics exporter container (#13086) ([db66858](https://github.com/bitnami/charts/commit/db6685818b36ac2bb04c6e3863afe1b32aaaaad6)), closes [#13086](https://github.com/bitnami/charts/issues/13086) ## 15.3.5 (2022-10-13) -* [bitnami/prestashop] Release 15.3.5 (#12937) ([27a07ef](https://github.com/bitnami/charts/commit/27a07ef)), closes [#12937](https://github.com/bitnami/charts/issues/12937) -* Generic README instructions related to the repo (#12792) ([3cf6b10](https://github.com/bitnami/charts/commit/3cf6b10)), closes [#12792](https://github.com/bitnami/charts/issues/12792) +* [bitnami/prestashop] Release 15.3.5 (#12937) ([27a07ef](https://github.com/bitnami/charts/commit/27a07ef063790e8290e7b2b7d421f92da5ccca2c)), closes [#12937](https://github.com/bitnami/charts/issues/12937) +* Generic README instructions related to the repo (#12792) ([3cf6b10](https://github.com/bitnami/charts/commit/3cf6b10e10e60df4b3e191d6b99aa99a9f597755)), closes [#12792](https://github.com/bitnami/charts/issues/12792) ## 15.3.4 (2022-09-23) -* [bitnami/prestashop] Use custom probes if given (#12550) ([de543df](https://github.com/bitnami/charts/commit/de543df)), closes [#12550](https://github.com/bitnami/charts/issues/12550) [#12354](https://github.com/bitnami/charts/issues/12354) +* [bitnami/prestashop] Use custom probes if given (#12550) ([de543df](https://github.com/bitnami/charts/commit/de543df65779f03662fd623c76511807a6fc1687)), closes [#12550](https://github.com/bitnami/charts/issues/12550) [#12354](https://github.com/bitnami/charts/issues/12354) ## 15.3.3 (2022-09-13) -* [bitnami/prestashop] Release 15.3.3 (#12391) ([b36bbd4](https://github.com/bitnami/charts/commit/b36bbd4)), closes [#12391](https://github.com/bitnami/charts/issues/12391) +* [bitnami/prestashop] Release 15.3.3 (#12391) ([b36bbd4](https://github.com/bitnami/charts/commit/b36bbd4664996cce351053a57cc95597d5f85f44)), closes [#12391](https://github.com/bitnami/charts/issues/12391) ## 15.3.2 (2022-09-12) -* [bitnami/prestashop] Release 15.3.2 (#12345) ([8245b39](https://github.com/bitnami/charts/commit/8245b39)), closes [#12345](https://github.com/bitnami/charts/issues/12345) +* [bitnami/prestashop] Release 15.3.2 (#12345) ([8245b39](https://github.com/bitnami/charts/commit/8245b39a2f87b9967dbac238bc585f276156a528)), closes [#12345](https://github.com/bitnami/charts/issues/12345) ## 15.3.1 (2022-08-23) -* [bitnami/prestashop] Update Chart.lock (#12086) ([551051d](https://github.com/bitnami/charts/commit/551051d)), closes [#12086](https://github.com/bitnami/charts/issues/12086) +* [bitnami/prestashop] Update Chart.lock (#12086) ([551051d](https://github.com/bitnami/charts/commit/551051dbb9030a2724691a5f6ad10ad287163294)), closes [#12086](https://github.com/bitnami/charts/issues/12086) ## 15.3.0 (2022-08-22) -* [bitnami/prestashop] Add support for image digest apart from tag (#11941) ([6debfcb](https://github.com/bitnami/charts/commit/6debfcb)), closes [#11941](https://github.com/bitnami/charts/issues/11941) +* [bitnami/prestashop] Add support for image digest apart from tag (#11941) ([6debfcb](https://github.com/bitnami/charts/commit/6debfcbf88806ded17e9306afe4bac48ab93b33b)), closes [#11941](https://github.com/bitnami/charts/issues/11941) ## 15.2.15 (2022-08-09) -* [bitnami/prestashop] Release 15.2.15 (#11696) ([061d9cd](https://github.com/bitnami/charts/commit/061d9cd)), closes [#11696](https://github.com/bitnami/charts/issues/11696) +* [bitnami/prestashop] Release 15.2.15 (#11696) ([061d9cd](https://github.com/bitnami/charts/commit/061d9cd9c5ec4b8412911c661c5b87f426689598)), closes [#11696](https://github.com/bitnami/charts/issues/11696) ## 15.2.14 (2022-08-03) -* [bitnami/*] Update URLs to point to the new bitnami/containers monorepo (#11352) ([d665af0](https://github.com/bitnami/charts/commit/d665af0)), closes [#11352](https://github.com/bitnami/charts/issues/11352) -* [bitnami/prestashop] Release 15.2.14 (#11532) ([34ecba0](https://github.com/bitnami/charts/commit/34ecba0)), closes [#11532](https://github.com/bitnami/charts/issues/11532) +* [bitnami/*] Update URLs to point to the new bitnami/containers monorepo (#11352) ([d665af0](https://github.com/bitnami/charts/commit/d665af0c708846192d8d5fb2f5f9ea65dd464ab0)), closes [#11352](https://github.com/bitnami/charts/issues/11352) +* [bitnami/prestashop] Release 15.2.14 (#11532) ([34ecba0](https://github.com/bitnami/charts/commit/34ecba0bcfeaf7694e567d9ffc4d37d95c28dd3d)), closes [#11532](https://github.com/bitnami/charts/issues/11532) ## 15.2.13 (2022-07-25) -* [bitnami/prestashop] Release 15.2.13 (#11342) ([5b3147a](https://github.com/bitnami/charts/commit/5b3147a)), closes [#11342](https://github.com/bitnami/charts/issues/11342) +* [bitnami/prestashop] Release 15.2.13 (#11342) ([5b3147a](https://github.com/bitnami/charts/commit/5b3147a6ed7d5dd80fca8ae49770482c7bcf4fe3)), closes [#11342](https://github.com/bitnami/charts/issues/11342) ## 15.2.12 (2022-07-10) -* [bitnami/prestashop] Release 15.2.12 (#11114) ([776d2b5](https://github.com/bitnami/charts/commit/776d2b5)), closes [#11114](https://github.com/bitnami/charts/issues/11114) +* [bitnami/prestashop] Release 15.2.12 (#11114) ([776d2b5](https://github.com/bitnami/charts/commit/776d2b50a3ae77541d85fbef5978282bc1f781ff)), closes [#11114](https://github.com/bitnami/charts/issues/11114) ## 15.2.11 (2022-07-04) -* [bitnami/prestashop] Release 15.2.11 (#11021) ([eeb6d21](https://github.com/bitnami/charts/commit/eeb6d21)), closes [#11021](https://github.com/bitnami/charts/issues/11021) +* [bitnami/prestashop] Release 15.2.11 (#11021) ([eeb6d21](https://github.com/bitnami/charts/commit/eeb6d211b019e78fdf12b972e140934cd6a5e5b9)), closes [#11021](https://github.com/bitnami/charts/issues/11021) ## 15.2.10 (2022-06-30) -* [bitnami/prestashop] Release 15.2.10 (#10949) ([c10ed21](https://github.com/bitnami/charts/commit/c10ed21)), closes [#10949](https://github.com/bitnami/charts/issues/10949) +* [bitnami/prestashop] Release 15.2.10 (#10949) ([c10ed21](https://github.com/bitnami/charts/commit/c10ed2165ea0619edda6e9b0f8b545afa69b0fab)), closes [#10949](https://github.com/bitnami/charts/issues/10949) ## 15.2.9 (2022-06-10) -* [bitnami/*] Replace Kubeapps URL in READMEs (and kubeapps Chart.yaml) and remove BKPR references (#1 ([c6a7914](https://github.com/bitnami/charts/commit/c6a7914)), closes [#10600](https://github.com/bitnami/charts/issues/10600) -* [bitnami/prestashop] Release 15.2.9 updating components versions ([1085b55](https://github.com/bitnami/charts/commit/1085b55)) +* [bitnami/*] Replace Kubeapps URL in READMEs (and kubeapps Chart.yaml) and remove BKPR references (#1 ([c6a7914](https://github.com/bitnami/charts/commit/c6a7914361e5aea6016fb45bf4d621edfd111d32)), closes [#10600](https://github.com/bitnami/charts/issues/10600) +* [bitnami/prestashop] Release 15.2.9 updating components versions ([1085b55](https://github.com/bitnami/charts/commit/1085b55cf3a560c130d7c479c6444e7f3d6e6500)) ## 15.2.8 (2022-06-06) -* [bitnami/prestashop] Release 15.2.8 updating components versions ([14a28ee](https://github.com/bitnami/charts/commit/14a28ee)) +* [bitnami/prestashop] Release 15.2.8 updating components versions ([14a28ee](https://github.com/bitnami/charts/commit/14a28eedf48b40e5ebec5e20235f93fe82aaca65)) ## 15.2.7 (2022-06-01) -* [bitnami/several] Replace maintainers email by url (#10523) ([ff3cf61](https://github.com/bitnami/charts/commit/ff3cf61)), closes [#10523](https://github.com/bitnami/charts/issues/10523) +* [bitnami/several] Replace maintainers email by url (#10523) ([ff3cf61](https://github.com/bitnami/charts/commit/ff3cf617a1680509b0f3855d17c4ccff7b29a0ff)), closes [#10523](https://github.com/bitnami/charts/issues/10523) ## 15.2.6 (2022-05-30) -* [bitnami/several] Replace base64 --decode with base64 -d (#10495) ([099286a](https://github.com/bitnami/charts/commit/099286a)), closes [#10495](https://github.com/bitnami/charts/issues/10495) +* [bitnami/several] Replace base64 --decode with base64 -d (#10495) ([099286a](https://github.com/bitnami/charts/commit/099286ae7a87784cf809df0b64ab24f7ff0144c8)), closes [#10495](https://github.com/bitnami/charts/issues/10495) ## 15.2.5 (2022-05-27) -* [bitnami/prestashop] Release 15.2.5 updating components versions ([a38c156](https://github.com/bitnami/charts/commit/a38c156)) +* [bitnami/prestashop] Release 15.2.5 updating components versions ([a38c156](https://github.com/bitnami/charts/commit/a38c156675543639ce72c6aa05499f9d35b01a1c)) ## 15.2.4 (2022-05-22) -* [bitnami/prestashop] Release 15.2.4 updating components versions ([5fb925b](https://github.com/bitnami/charts/commit/5fb925b)) +* [bitnami/prestashop] Release 15.2.4 updating components versions ([5fb925b](https://github.com/bitnami/charts/commit/5fb925b601527f458559b62fd93ac5ad00c3f160)) ## 15.2.3 (2022-05-20) -* [bitnami/prestashop] Release 15.2.3 updating components versions ([9979498](https://github.com/bitnami/charts/commit/9979498)) +* [bitnami/prestashop] Release 15.2.3 updating components versions ([9979498](https://github.com/bitnami/charts/commit/9979498b0fff6c56a773a538976b8a8ee6b748bd)) ## 15.2.2 (2022-05-19) -* [bitnami/prestashop] Release 15.2.2 updating components versions ([78ce049](https://github.com/bitnami/charts/commit/78ce049)) +* [bitnami/prestashop] Release 15.2.2 updating components versions ([78ce049](https://github.com/bitnami/charts/commit/78ce049ae4156958cd9e7a74bc0bdccc9af48ba8)) ## 15.2.1 (2022-05-18) -* [bitnami/prestashop] Release 15.2.1 updating components versions ([efd52af](https://github.com/bitnami/charts/commit/efd52af)) +* [bitnami/prestashop] Release 15.2.1 updating components versions ([efd52af](https://github.com/bitnami/charts/commit/efd52af00e35c6ce8b01675142c85e7ea667c604)) ## 15.2.0 (2022-05-16) -* [bitnami/*] add ingress extraRules feature (#10253) ([0f6cbb9](https://github.com/bitnami/charts/commit/0f6cbb9)), closes [#10253](https://github.com/bitnami/charts/issues/10253) +* [bitnami/*] add ingress extraRules feature (#10253) ([0f6cbb9](https://github.com/bitnami/charts/commit/0f6cbb9099b0e56685cc1d36ba50340f3d7278a1)), closes [#10253](https://github.com/bitnami/charts/issues/10253) ## 15.1.1 (2022-05-15) -* [bitnami/*] Remove old 'ci' files (#10171) ([5df30c4](https://github.com/bitnami/charts/commit/5df30c4)), closes [#10171](https://github.com/bitnami/charts/issues/10171) -* [bitnami/prestashop] Release 15.1.1 updating components versions ([e4965a1](https://github.com/bitnami/charts/commit/e4965a1)) +* [bitnami/*] Remove old 'ci' files (#10171) ([5df30c4](https://github.com/bitnami/charts/commit/5df30c44dbd1812da8786579ce4a94917d46a6ad)), closes [#10171](https://github.com/bitnami/charts/issues/10171) +* [bitnami/prestashop] Release 15.1.1 updating components versions ([e4965a1](https://github.com/bitnami/charts/commit/e4965a1e1c8eb4871131a85e47a3e8edd0879314)) ## 15.1.0 (2022-05-12) -* [bitnami/prestashop] Add missing namespace metadata (#10154) ([d5e28f7](https://github.com/bitnami/charts/commit/d5e28f7)), closes [#10154](https://github.com/bitnami/charts/issues/10154) +* [bitnami/prestashop] Add missing namespace metadata (#10154) ([d5e28f7](https://github.com/bitnami/charts/commit/d5e28f756083fa4a4ecc1a1671844d85d20920f8)), closes [#10154](https://github.com/bitnami/charts/issues/10154) ## 15.0.1 (2022-04-23) -* [bitnami/prestashop] Release 15.0.1 updating components versions ([0e737fb](https://github.com/bitnami/charts/commit/0e737fb)) +* [bitnami/prestashop] Release 15.0.1 updating components versions ([0e737fb](https://github.com/bitnami/charts/commit/0e737fb8e1b1aad5f249f21a845b4bb534252577)) ## 15.0.0 (2022-04-21) -* [bitnami/prestashop] feat!: :arrow_up: Bump MariaDB version to 10.6 (#9858) ([57e3b42](https://github.com/bitnami/charts/commit/57e3b42)), closes [#9858](https://github.com/bitnami/charts/issues/9858) +* [bitnami/prestashop] feat!: :arrow_up: Bump MariaDB version to 10.6 (#9858) ([57e3b42](https://github.com/bitnami/charts/commit/57e3b42b86f428458c971f44703b605065a72573)), closes [#9858](https://github.com/bitnami/charts/issues/9858) ## 14.0.25 (2022-04-20) -* [bitnami/prestashop] Release 14.0.25 updating components versions ([f544f09](https://github.com/bitnami/charts/commit/f544f09)) +* [bitnami/prestashop] Release 14.0.25 updating components versions ([f544f09](https://github.com/bitnami/charts/commit/f544f0985fc331a411d083cf6bcb642fc35ef9eb)) ## 14.0.24 (2022-04-19) -* [bitnami/prestashop] Release 14.0.24 updating components versions ([b2f47e3](https://github.com/bitnami/charts/commit/b2f47e3)) +* [bitnami/prestashop] Release 14.0.24 updating components versions ([b2f47e3](https://github.com/bitnami/charts/commit/b2f47e38cc41bc35eb1d4a72497d5c92a94c0f98)) ## 14.0.23 (2022-04-08) -* [bitnami/prestashop] Release 14.0.23 updating components versions ([30b7813](https://github.com/bitnami/charts/commit/30b7813)) +* [bitnami/prestashop] Release 14.0.23 updating components versions ([30b7813](https://github.com/bitnami/charts/commit/30b78135dd4c56029b9f3d8f908939aabc875638)) ## 14.0.22 (2022-04-08) -* [bitnami/prestashop] Release 14.0.22 updating components versions ([fe1a645](https://github.com/bitnami/charts/commit/fe1a645)) +* [bitnami/prestashop] Release 14.0.22 updating components versions ([fe1a645](https://github.com/bitnami/charts/commit/fe1a645434795c0838904e2b8cf0041a2ed904e0)) ## 14.0.21 (2022-04-07) -* [bitnami/prestashop] Release 14.0.21 updating components versions ([789a0f6](https://github.com/bitnami/charts/commit/789a0f6)) +* [bitnami/prestashop] Release 14.0.21 updating components versions ([789a0f6](https://github.com/bitnami/charts/commit/789a0f6e51e28bd9319ef4f6a41b19ffbf4bbdf4)) ## 14.0.20 (2022-04-06) -* [bitnami/prestashop] Release 14.0.20 updating components versions ([ed5c4c6](https://github.com/bitnami/charts/commit/ed5c4c6)) +* [bitnami/prestashop] Release 14.0.20 updating components versions ([ed5c4c6](https://github.com/bitnami/charts/commit/ed5c4c602ef51156c74201aab3c6c9f3ceb76a56)) ## 14.0.19 (2022-04-02) -* [bitnami/prestashop] Release 14.0.19 updating components versions ([0b038fd](https://github.com/bitnami/charts/commit/0b038fd)) +* [bitnami/prestashop] Release 14.0.19 updating components versions ([0b038fd](https://github.com/bitnami/charts/commit/0b038fd4614b4480e877e081199662f7956e8c9e)) ## 14.0.18 (2022-03-29) -* [bitnami/prestashop] Release 14.0.18 updating components versions ([9b48f2c](https://github.com/bitnami/charts/commit/9b48f2c)) +* [bitnami/prestashop] Release 14.0.18 updating components versions ([9b48f2c](https://github.com/bitnami/charts/commit/9b48f2cb319dbb169b4489f557bd14de69c8e37b)) ## 14.0.17 (2022-03-28) -* [bitnami/prestashop] Release 14.0.17 updating components versions ([910b212](https://github.com/bitnami/charts/commit/910b212)) +* [bitnami/prestashop] Release 14.0.17 updating components versions ([910b212](https://github.com/bitnami/charts/commit/910b2128004d0afccdb4d3b96afb5fcb2ce29848)) ## 14.0.16 (2022-03-27) -* [bitnami/prestashop] Release 14.0.16 updating components versions ([f5461b8](https://github.com/bitnami/charts/commit/f5461b8)) +* [bitnami/prestashop] Release 14.0.16 updating components versions ([f5461b8](https://github.com/bitnami/charts/commit/f5461b890eda954b306b53116170cf3a069c9963)) ## 14.0.15 (2022-03-26) -* [bitnami/prestashop] Release 14.0.15 updating components versions ([249f080](https://github.com/bitnami/charts/commit/249f080)) +* [bitnami/prestashop] Release 14.0.15 updating components versions ([249f080](https://github.com/bitnami/charts/commit/249f08068cabc68ac83ac0d3c4999ae1cf6b20e8)) ## 14.0.14 (2022-03-25) -* [bitnami/prestashop] Release 14.0.14 updating components versions ([c41e353](https://github.com/bitnami/charts/commit/c41e353)) +* [bitnami/prestashop] Release 14.0.14 updating components versions ([c41e353](https://github.com/bitnami/charts/commit/c41e353a9d36870cd2fc31cdb1e9ef11eac8af96)) ## 14.0.13 (2022-03-21) -* [bitnami/prestashop] Release 14.0.13 updating components versions ([1b179cb](https://github.com/bitnami/charts/commit/1b179cb)) +* [bitnami/prestashop] Release 14.0.13 updating components versions ([1b179cb](https://github.com/bitnami/charts/commit/1b179cb6e2a40a6f53559802cb979d65382cc55e)) ## 14.0.12 (2022-03-18) -* [bitnami/prestashop] Release 14.0.12 updating components versions ([8b6032f](https://github.com/bitnami/charts/commit/8b6032f)) +* [bitnami/prestashop] Release 14.0.12 updating components versions ([8b6032f](https://github.com/bitnami/charts/commit/8b6032fc91c6c7d374e772cd4065d4139e4d2df1)) ## 14.0.11 (2022-03-16) -* [bitnami/prestashop] Release 14.0.11 updating components versions ([3b98f11](https://github.com/bitnami/charts/commit/3b98f11)) +* [bitnami/prestashop] Release 14.0.11 updating components versions ([3b98f11](https://github.com/bitnami/charts/commit/3b98f1145ebac324e6025a1b13a1d767c331e9e4)) ## 14.0.10 (2022-03-03) -* [bitnami/prestashop] Release 14.0.10 updating components versions ([381c077](https://github.com/bitnami/charts/commit/381c077)) +* [bitnami/prestashop] Release 14.0.10 updating components versions ([381c077](https://github.com/bitnami/charts/commit/381c0773907ff6f62bdeef4d9b825dcf4069ff42)) ## 14.0.9 (2022-03-01) -* [bitnami/prestashop] Release 14.0.9 updating components versions ([11f93b7](https://github.com/bitnami/charts/commit/11f93b7)) +* [bitnami/prestashop] Release 14.0.9 updating components versions ([11f93b7](https://github.com/bitnami/charts/commit/11f93b75d77f3796a357f1a6fb24027f7ccd4e57)) ## 14.0.8 (2022-02-27) -* [bitnami/prestashop] Release 14.0.8 updating components versions ([28c209d](https://github.com/bitnami/charts/commit/28c209d)) +* [bitnami/prestashop] Release 14.0.8 updating components versions ([28c209d](https://github.com/bitnami/charts/commit/28c209d9f803e68e57e04b05ba079e1b0b14f26c)) ## 14.0.7 (2022-02-24) -* [bitnami/prestashop] Release 14.0.7 updating components versions ([1705744](https://github.com/bitnami/charts/commit/1705744)) +* [bitnami/prestashop] Release 14.0.7 updating components versions ([1705744](https://github.com/bitnami/charts/commit/1705744b4d6d162ba83574e22bd738aa026a0250)) ## 14.0.6 (2022-02-23) -* [bitnami/prestashop] Release 14.0.6 updating components versions ([d9a8fda](https://github.com/bitnami/charts/commit/d9a8fda)) +* [bitnami/prestashop] Release 14.0.6 updating components versions ([d9a8fda](https://github.com/bitnami/charts/commit/d9a8fda99f564a94758398429a6490ae8d9c8d4e)) ## 14.0.5 (2022-02-13) -* [bitnami/*] Fix non-utf8 characters (#8826) ([aebe0ed](https://github.com/bitnami/charts/commit/aebe0ed)), closes [#8826](https://github.com/bitnami/charts/issues/8826) -* [bitnami/prestashop] Release 14.0.5 updating components versions ([f403a50](https://github.com/bitnami/charts/commit/f403a50)) +* [bitnami/*] Fix non-utf8 characters (#8826) ([aebe0ed](https://github.com/bitnami/charts/commit/aebe0ed63d845e1e2b38751103810adf200b18f5)), closes [#8826](https://github.com/bitnami/charts/issues/8826) +* [bitnami/prestashop] Release 14.0.5 updating components versions ([f403a50](https://github.com/bitnami/charts/commit/f403a509cd72fe679afb34b27c97c89c089e952c)) ## 14.0.4 (2022-01-27) -* [bitnami/prestashop] Release 14.0.4 updating components versions ([56db9d8](https://github.com/bitnami/charts/commit/56db9d8)) +* [bitnami/prestashop] Release 14.0.4 updating components versions ([56db9d8](https://github.com/bitnami/charts/commit/56db9d8096320ec0136e2caea260e41e6cfd5025)) ## 14.0.3 (2022-01-20) -* [bitnami/*] Readme automation (#8579) ([78d1938](https://github.com/bitnami/charts/commit/78d1938)), closes [#8579](https://github.com/bitnami/charts/issues/8579) -* [bitnami/*] Update READMEs (#8716) ([b9a9533](https://github.com/bitnami/charts/commit/b9a9533)), closes [#8716](https://github.com/bitnami/charts/issues/8716) -* [bitnami/several] Change prerequisites (#8725) ([8d740c5](https://github.com/bitnami/charts/commit/8d740c5)), closes [#8725](https://github.com/bitnami/charts/issues/8725) +* [bitnami/*] Readme automation (#8579) ([78d1938](https://github.com/bitnami/charts/commit/78d193831c900d178198491ffd08fa2217a64ecd)), closes [#8579](https://github.com/bitnami/charts/issues/8579) +* [bitnami/*] Update READMEs (#8716) ([b9a9533](https://github.com/bitnami/charts/commit/b9a953337590eb2979453385874a267bacf50936)), closes [#8716](https://github.com/bitnami/charts/issues/8716) +* [bitnami/several] Change prerequisites (#8725) ([8d740c5](https://github.com/bitnami/charts/commit/8d740c566cfdb7e2d933c40128b4e919fce953a5)), closes [#8725](https://github.com/bitnami/charts/issues/8725) ## 14.0.2 (2022-01-12) -* [bitnami/prestashop] Release 14.0.2 updating components versions ([7162982](https://github.com/bitnami/charts/commit/7162982)) +* [bitnami/prestashop] Release 14.0.2 updating components versions ([7162982](https://github.com/bitnami/charts/commit/7162982ffbb47cf8dd7d8885a9ddbc01d83105b7)) ## 14.0.1 (2022-01-05) -* [bitnami/several] Adapt templating format (#8562) ([8cad18a](https://github.com/bitnami/charts/commit/8cad18a)), closes [#8562](https://github.com/bitnami/charts/issues/8562) +* [bitnami/several] Adapt templating format (#8562) ([8cad18a](https://github.com/bitnami/charts/commit/8cad18aed9966a6f0208e5ad6cee46cb217f47ab)), closes [#8562](https://github.com/bitnami/charts/issues/8562) ## 14.0.0 (2022-01-05) -* [bitnami/prestashop] Chart standardized (#7631) ([c77641f](https://github.com/bitnami/charts/commit/c77641f)), closes [#7631](https://github.com/bitnami/charts/issues/7631) -* [bitnami/several] Add license to the README ([05f7633](https://github.com/bitnami/charts/commit/05f7633)) -* [bitnami/several] Add license to the README ([32fb238](https://github.com/bitnami/charts/commit/32fb238)) -* [bitnami/several] Add license to the README ([b87c2f7](https://github.com/bitnami/charts/commit/b87c2f7)) +* [bitnami/prestashop] Chart standardized (#7631) ([c77641f](https://github.com/bitnami/charts/commit/c77641fd7e1f5247fe378eb19d9265fee33aca8e)), closes [#7631](https://github.com/bitnami/charts/issues/7631) +* [bitnami/several] Add license to the README ([05f7633](https://github.com/bitnami/charts/commit/05f763372501d596e57db713dd53ff4ff3027cc4)) +* [bitnami/several] Add license to the README ([32fb238](https://github.com/bitnami/charts/commit/32fb238e60a0affc6debd3142eaa3c3d9089ec2a)) +* [bitnami/several] Add license to the README ([b87c2f7](https://github.com/bitnami/charts/commit/b87c2f7899d48a8b02c506765e6ae82937e9ba3f)) ## 13.3.2 (2021-12-08) -* [bitnami/prestashop] Release 13.3.2 updating components versions ([61e175b](https://github.com/bitnami/charts/commit/61e175b)) +* [bitnami/prestashop] Release 13.3.2 updating components versions ([61e175b](https://github.com/bitnami/charts/commit/61e175b76e1ae6c55b3381207fb294dc9c53c572)) ## 13.3.1 (2021-11-29) -* [bitnami/several] Add 'community support' note to some Helm chart READMEs (#8148) ([ce6b838](https://github.com/bitnami/charts/commit/ce6b838)), closes [#8148](https://github.com/bitnami/charts/issues/8148) -* [bitnami/several] Fix deadlinks in README.md (#8215) ([99e90d2](https://github.com/bitnami/charts/commit/99e90d2)), closes [#8215](https://github.com/bitnami/charts/issues/8215) -* [bitnami/several] Replace HTTP by HTTPS when possible (#8259) ([eafb5bd](https://github.com/bitnami/charts/commit/eafb5bd)), closes [#8259](https://github.com/bitnami/charts/issues/8259) +* [bitnami/several] Add 'community support' note to some Helm chart READMEs (#8148) ([ce6b838](https://github.com/bitnami/charts/commit/ce6b83829ac261c04784d7818c9cfa844f403213)), closes [#8148](https://github.com/bitnami/charts/issues/8148) +* [bitnami/several] Fix deadlinks in README.md (#8215) ([99e90d2](https://github.com/bitnami/charts/commit/99e90d244b3244e059a42f72dcbecd3cda2b66bb)), closes [#8215](https://github.com/bitnami/charts/issues/8215) +* [bitnami/several] Replace HTTP by HTTPS when possible (#8259) ([eafb5bd](https://github.com/bitnami/charts/commit/eafb5bd5a2cc3aaf04fc1e8ebedd73f420d76864)), closes [#8259](https://github.com/bitnami/charts/issues/8259) ## 13.3.0 (2021-11-17) -* [bitnami/*] Add network policies - fourth batch (#8154) ([5816c03](https://github.com/bitnami/charts/commit/5816c03)), closes [#8154](https://github.com/bitnami/charts/issues/8154) -* [bitnami/several] Regenerate README tables ([3d7ca74](https://github.com/bitnami/charts/commit/3d7ca74)) +* [bitnami/*] Add network policies - fourth batch (#8154) ([5816c03](https://github.com/bitnami/charts/commit/5816c036207fdd537d76278adff4342cbc35dc52)), closes [#8154](https://github.com/bitnami/charts/issues/8154) +* [bitnami/several] Regenerate README tables ([3d7ca74](https://github.com/bitnami/charts/commit/3d7ca74b3b732b0620497ae7b399545117510209)) ## 13.2.7 (2021-11-15) -* [bitnami/prestashop] Release 13.2.7 updating components versions ([4aac486](https://github.com/bitnami/charts/commit/4aac486)) -* [bitnami/several] Regenerate README tables ([6e3fb95](https://github.com/bitnami/charts/commit/6e3fb95)) +* [bitnami/prestashop] Release 13.2.7 updating components versions ([4aac486](https://github.com/bitnami/charts/commit/4aac4864ee0cb288c83573bc8dfdd939e2bbc184)) +* [bitnami/several] Regenerate README tables ([6e3fb95](https://github.com/bitnami/charts/commit/6e3fb954296a91f83fc1654d77109e5ef4fb6dc0)) ## 13.2.6 (2021-10-27) -* [bitnami/prestashop] Release 13.2.6 updating components versions ([9e39c55](https://github.com/bitnami/charts/commit/9e39c55)) +* [bitnami/prestashop] Release 13.2.6 updating components versions ([9e39c55](https://github.com/bitnami/charts/commit/9e39c5534c4733e81031fa6ff66c11205e44cf9f)) ## 13.2.5 (2021-10-22) -* [bitnami/several] Add chart info to NOTES.txt (#7889) ([a6751cd](https://github.com/bitnami/charts/commit/a6751cd)), closes [#7889](https://github.com/bitnami/charts/issues/7889) +* [bitnami/several] Add chart info to NOTES.txt (#7889) ([a6751cd](https://github.com/bitnami/charts/commit/a6751cdd33c461fabbc459fbea6f219ec64ab6b2)), closes [#7889](https://github.com/bitnami/charts/issues/7889) ## 13.2.4 (2021-10-19) -* [bitnami/several] Change pullPolicy for bitnami-shell image (#7852) ([9711a33](https://github.com/bitnami/charts/commit/9711a33)), closes [#7852](https://github.com/bitnami/charts/issues/7852) -* [bitnami/several] Regenerate README tables ([9bead53](https://github.com/bitnami/charts/commit/9bead53)) +* [bitnami/several] Change pullPolicy for bitnami-shell image (#7852) ([9711a33](https://github.com/bitnami/charts/commit/9711a33c6eec72ea79143c4b7574dbe6a148d6b2)), closes [#7852](https://github.com/bitnami/charts/issues/7852) +* [bitnami/several] Regenerate README tables ([9bead53](https://github.com/bitnami/charts/commit/9bead53e7ae9de9977de03b92d3b7bc49a941d4a)) ## 13.2.3 (2021-10-07) -* [bitnami/prestashop] Release 13.2.3 updating components versions ([db2a9d7](https://github.com/bitnami/charts/commit/db2a9d7)) +* [bitnami/prestashop] Release 13.2.3 updating components versions ([db2a9d7](https://github.com/bitnami/charts/commit/db2a9d70bd58df220216f98470149760620a0b84)) ## 13.2.2 (2021-10-07) -* [bitnami/prestashop] Fix default value for `ingress. ingressClassName` (and regenerate READMEs) (#77 ([c3fbb73](https://github.com/bitnami/charts/commit/c3fbb73)), closes [#7732](https://github.com/bitnami/charts/issues/7732) +* [bitnami/prestashop] Fix default value for `ingress. ingressClassName` (and regenerate READMEs) (#77 ([c3fbb73](https://github.com/bitnami/charts/commit/c3fbb73586675a4922ca57dfd195791d3ffdc40f)), closes [#7732](https://github.com/bitnami/charts/issues/7732) ## 13.2.1 (2021-10-07) -* [bitnami/prestashop] Release 13.2.1 updating components versions ([d0a01ad](https://github.com/bitnami/charts/commit/d0a01ad)) -* [bitnami/several] Regenerate README tables ([a678bc7](https://github.com/bitnami/charts/commit/a678bc7)) +* [bitnami/prestashop] Release 13.2.1 updating components versions ([d0a01ad](https://github.com/bitnami/charts/commit/d0a01ad05c2446450e59501c67b42f3b38775020)) +* [bitnami/several] Regenerate README tables ([a678bc7](https://github.com/bitnami/charts/commit/a678bc7ba8f35e8e9735b23d136aeeff7c4db1d2)) ## 13.2.0 (2021-10-06) -* [bitnami/prestashop] Add support for ingressClassName (#7718) ([d600816](https://github.com/bitnami/charts/commit/d600816)), closes [#7718](https://github.com/bitnami/charts/issues/7718) +* [bitnami/prestashop] Add support for ingressClassName (#7718) ([d600816](https://github.com/bitnami/charts/commit/d6008168a7c2b1a69f62ed72f5643690dd0f7855)), closes [#7718](https://github.com/bitnami/charts/issues/7718) ## 13.1.26 (2021-10-01) -* [bitnami/*] Drop support for deprecated cert-manager annotation (#7646) ([4297b79](https://github.com/bitnami/charts/commit/4297b79)), closes [#7646](https://github.com/bitnami/charts/issues/7646) -* [bitnami/*] Generate READMEs with new generator version (#7614) ([e5ab2e6](https://github.com/bitnami/charts/commit/e5ab2e6)), closes [#7614](https://github.com/bitnami/charts/issues/7614) -* [bitnami/several] Regenerate README tables ([5c79422](https://github.com/bitnami/charts/commit/5c79422)) +* [bitnami/*] Drop support for deprecated cert-manager annotation (#7646) ([4297b79](https://github.com/bitnami/charts/commit/4297b792e48fba9c7c3b8fed447a856632c61201)), closes [#7646](https://github.com/bitnami/charts/issues/7646) +* [bitnami/*] Generate READMEs with new generator version (#7614) ([e5ab2e6](https://github.com/bitnami/charts/commit/e5ab2e6ecdd6bce800863f154cda524ff9f6c117)), closes [#7614](https://github.com/bitnami/charts/issues/7614) +* [bitnami/several] Regenerate README tables ([5c79422](https://github.com/bitnami/charts/commit/5c7942235d3169332e8dadb380cd757416f28946)) ## 13.1.25 (2021-09-14) -* [bitnami/prestashop] Release 13.1.25 updating components versions ([48d0e25](https://github.com/bitnami/charts/commit/48d0e25)) -* [bitnami/several] Regenerate README tables ([64d5d74](https://github.com/bitnami/charts/commit/64d5d74)) +* [bitnami/prestashop] Release 13.1.25 updating components versions ([48d0e25](https://github.com/bitnami/charts/commit/48d0e25fc5e9d2f543b783fef55669ad7a568c73)) +* [bitnami/several] Regenerate README tables ([64d5d74](https://github.com/bitnami/charts/commit/64d5d747b84299ca9f63ea8a586b13870abe31a6)) ## 13.1.24 (2021-08-26) -* [bitnami/prestashop] Release 13.1.24 updating components versions ([fa48d3d](https://github.com/bitnami/charts/commit/fa48d3d)) -* [bitnami/several] Regenerate README tables ([da2513b](https://github.com/bitnami/charts/commit/da2513b)) +* [bitnami/prestashop] Release 13.1.24 updating components versions ([fa48d3d](https://github.com/bitnami/charts/commit/fa48d3dcfadacfdd51961a7b1f629b9822714e8a)) +* [bitnami/several] Regenerate README tables ([da2513b](https://github.com/bitnami/charts/commit/da2513bf0a33819f3b1151d387c631a9ffdb03e2)) ## 13.1.23 (2021-08-25) -* [bitnami/prestashop] Release 13.1.23 updating components versions ([9eaa06f](https://github.com/bitnami/charts/commit/9eaa06f)) -* [bitnami/several] Regenerate README tables ([6c9124f](https://github.com/bitnami/charts/commit/6c9124f)) +* [bitnami/prestashop] Release 13.1.23 updating components versions ([9eaa06f](https://github.com/bitnami/charts/commit/9eaa06f1f1d16790dc67d708fdaed37496e56614)) +* [bitnami/several] Regenerate README tables ([6c9124f](https://github.com/bitnami/charts/commit/6c9124f79491aa65f53a87c1ed598b47ffa8b411)) ## 13.1.22 (2021-08-19) -* [bitnami/prestashop] Release 13.1.22 updating components versions ([ff231af](https://github.com/bitnami/charts/commit/ff231af)) -* [bitnami/several] Regenerate README tables ([6c107e8](https://github.com/bitnami/charts/commit/6c107e8)) +* [bitnami/prestashop] Release 13.1.22 updating components versions ([ff231af](https://github.com/bitnami/charts/commit/ff231af4bb968600ec5710e80a020e9cc51970ad)) +* [bitnami/several] Regenerate README tables ([6c107e8](https://github.com/bitnami/charts/commit/6c107e835d6caf8db2e8b17dcd48c5971637e013)) ## 13.1.21 (2021-08-09) -* [bitnami/prestashop] Release 13.1.21 updating components versions ([4e6c20d](https://github.com/bitnami/charts/commit/4e6c20d)) +* [bitnami/prestashop] Release 13.1.21 updating components versions ([4e6c20d](https://github.com/bitnami/charts/commit/4e6c20d5d5eac90caf257feb516a669854aac0bc)) ## 13.1.20 (2021-08-04) -* [bitnami/prestashop] Release 13.1.20 updating components versions ([73c61d4](https://github.com/bitnami/charts/commit/73c61d4)) +* [bitnami/prestashop] Release 13.1.20 updating components versions ([73c61d4](https://github.com/bitnami/charts/commit/73c61d4621fe1a1821f0a26a60b2a7f2dc32d17f)) ## 13.1.19 (2021-07-20) -* [bitnami/several] Fix default values and regenerate README (II) (#6994) ([d095793](https://github.com/bitnami/charts/commit/d095793)), closes [#6994](https://github.com/bitnami/charts/issues/6994) +* [bitnami/several] Fix default values and regenerate README (II) (#6994) ([d095793](https://github.com/bitnami/charts/commit/d0957937c764187307b924f600247c2b7afaf536)), closes [#6994](https://github.com/bitnami/charts/issues/6994) ## 13.1.18 (2021-07-14) -* [bitnami/prestashop] Release 13.1.18 updating components versions ([0c8d995](https://github.com/bitnami/charts/commit/0c8d995)) +* [bitnami/prestashop] Release 13.1.18 updating components versions ([0c8d995](https://github.com/bitnami/charts/commit/0c8d995dd27a654ff8e85882faf3f62b92166d45)) ## 13.1.17 (2021-07-14) -* [bitnami/*] Adapt values.yaml of PrestaShop, PyTorch and RabbitMQ charts (#6939) ([0a9d4c7](https://github.com/bitnami/charts/commit/0a9d4c7)), closes [#6939](https://github.com/bitnami/charts/issues/6939) +* [bitnami/*] Adapt values.yaml of PrestaShop, PyTorch and RabbitMQ charts (#6939) ([0a9d4c7](https://github.com/bitnami/charts/commit/0a9d4c7fb9096443393b05ee2a0c7572df9e5ba2)), closes [#6939](https://github.com/bitnami/charts/issues/6939) ## 13.1.16 (2021-06-16) -* [bitnami/prestashop] Fix issue with --wait (#6679) ([8a54c61](https://github.com/bitnami/charts/commit/8a54c61)), closes [#6679](https://github.com/bitnami/charts/issues/6679) +* [bitnami/prestashop] Fix issue with --wait (#6679) ([8a54c61](https://github.com/bitnami/charts/commit/8a54c61adfa14df57758b38d5cbc4dec9c61f87a)), closes [#6679](https://github.com/bitnami/charts/issues/6679) ## 13.1.15 (2021-06-14) -* [bitnami/prestashop] Release 13.1.15 updating components versions ([0b17f7b](https://github.com/bitnami/charts/commit/0b17f7b)) +* [bitnami/prestashop] Release 13.1.15 updating components versions ([0b17f7b](https://github.com/bitnami/charts/commit/0b17f7b4e5d5e3982ad6f1950ef2eb64eabe1288)) ## 13.1.14 (2021-05-31) -* [bitnami/prestashop] Release 13.1.14 updating components versions ([1843f08](https://github.com/bitnami/charts/commit/1843f08)) +* [bitnami/prestashop] Release 13.1.14 updating components versions ([1843f08](https://github.com/bitnami/charts/commit/1843f089fe41a3123d32ab39f5ee9db4386ab9b1)) ## 13.1.13 (2021-05-28) -* [bitnami/prestashop] Release 13.1.13 updating components versions ([217b9d4](https://github.com/bitnami/charts/commit/217b9d4)) +* [bitnami/prestashop] Release 13.1.13 updating components versions ([217b9d4](https://github.com/bitnami/charts/commit/217b9d485d9384093961d1261d81d19760d2987d)) ## 13.1.12 (2021-05-25) -* [bitnami/prestashop] Release 13.1.12 updating components versions ([7ee2dc9](https://github.com/bitnami/charts/commit/7ee2dc9)) +* [bitnami/prestashop] Release 13.1.12 updating components versions ([7ee2dc9](https://github.com/bitnami/charts/commit/7ee2dc9005759ca349a868bc0636865fbd8abbc8)) ## 13.1.11 (2021-05-23) -* [bitnami/prestashop] Release 13.1.11 updating components versions ([8a5e242](https://github.com/bitnami/charts/commit/8a5e242)) +* [bitnami/prestashop] Release 13.1.11 updating components versions ([8a5e242](https://github.com/bitnami/charts/commit/8a5e24242e6079102cd9511c6b28124ef8165971)) ## 13.1.10 (2021-05-13) -* [bitnami/prestashop] Change probe path to comply to deployments in other languages (#6340) ([7bbe69a](https://github.com/bitnami/charts/commit/7bbe69a)), closes [#6340](https://github.com/bitnami/charts/issues/6340) +* [bitnami/prestashop] Change probe path to comply to deployments in other languages (#6340) ([7bbe69a](https://github.com/bitnami/charts/commit/7bbe69a94e582d06986a13dee141195294f0b262)), closes [#6340](https://github.com/bitnami/charts/issues/6340) ## 13.1.9 (2021-05-05) -* Update NOTES.txt (#6292) ([ee5597c](https://github.com/bitnami/charts/commit/ee5597c)), closes [#6292](https://github.com/bitnami/charts/issues/6292) +* Update NOTES.txt (#6292) ([ee5597c](https://github.com/bitnami/charts/commit/ee5597c86b1cd3587fb50feb1dbc7518195c8cab)), closes [#6292](https://github.com/bitnami/charts/issues/6292) ## 13.1.8 (2021-05-04) -* [bitnami/prestashop] Release 13.1.8 updating components versions ([6d5c5ec](https://github.com/bitnami/charts/commit/6d5c5ec)) +* [bitnami/prestashop] Release 13.1.8 updating components versions ([6d5c5ec](https://github.com/bitnami/charts/commit/6d5c5ecfe67657691fcd847b56a19a3c96522a15)) ## 13.1.7 (2021-04-08) -* [bitnami/prestashop] Release 13.1.7 updating components versions ([9ce5cd3](https://github.com/bitnami/charts/commit/9ce5cd3)) +* [bitnami/prestashop] Release 13.1.7 updating components versions ([9ce5cd3](https://github.com/bitnami/charts/commit/9ce5cd30016485b4e41b25076bd829c9de575efd)) ## 13.1.6 (2021-03-30) -* [bitnami/prestashop] Release 13.1.6 updating components versions ([e7271a2](https://github.com/bitnami/charts/commit/e7271a2)) +* [bitnami/prestashop] Release 13.1.6 updating components versions ([e7271a2](https://github.com/bitnami/charts/commit/e7271a216204de3ce7941149b1ab64659533ca8a)) ## 13.1.5 (2021-03-24) -* [bitnami/prestashop] Release 13.1.5 updating components versions ([3e80cb2](https://github.com/bitnami/charts/commit/3e80cb2)) +* [bitnami/prestashop] Release 13.1.5 updating components versions ([3e80cb2](https://github.com/bitnami/charts/commit/3e80cb2c64b6d1b1d377d3285bb6251296c2f684)) ## 13.1.4 (2021-03-05) -* [bitnami/*] Adapt certificates initContainer to the new image (#5684) ([5d59d2f](https://github.com/bitnami/charts/commit/5d59d2f)), closes [#5684](https://github.com/bitnami/charts/issues/5684) +* [bitnami/*] Adapt certificates initContainer to the new image (#5684) ([5d59d2f](https://github.com/bitnami/charts/commit/5d59d2f21e0aaf95c8a5d24f13804f4062e1fc75)), closes [#5684](https://github.com/bitnami/charts/issues/5684) ## 13.1.3 (2021-03-04) -* [bitnami/*] Remove minideb mentions (#5677) ([870bc4d](https://github.com/bitnami/charts/commit/870bc4d)), closes [#5677](https://github.com/bitnami/charts/issues/5677) +* [bitnami/*] Remove minideb mentions (#5677) ([870bc4d](https://github.com/bitnami/charts/commit/870bc4dba1fc3aa55dd157da6687b25e8d352206)), closes [#5677](https://github.com/bitnami/charts/issues/5677) ## 13.1.2 (2021-02-22) -* [bitnami/prestashop] Release 13.1.2 updating components versions ([4f5d7f3](https://github.com/bitnami/charts/commit/4f5d7f3)) +* [bitnami/prestashop] Release 13.1.2 updating components versions ([4f5d7f3](https://github.com/bitnami/charts/commit/4f5d7f39a530c0e4ced7675f2ce0c472e700a4e5)) ## 13.1.1 (2021-02-10) -* [bitnami/*] Add notice regarding parameters immutability after chart installation (#4853) ([5f09573](https://github.com/bitnami/charts/commit/5f09573)), closes [#4853](https://github.com/bitnami/charts/issues/4853) -* [bitnami/prestashop] Release 13.1.1 updating components versions ([f7d5bb2](https://github.com/bitnami/charts/commit/f7d5bb2)) +* [bitnami/*] Add notice regarding parameters immutability after chart installation (#4853) ([5f09573](https://github.com/bitnami/charts/commit/5f095734f92555dec7cd0e3ee961f315eac170ff)), closes [#4853](https://github.com/bitnami/charts/issues/4853) +* [bitnami/prestashop] Release 13.1.1 updating components versions ([f7d5bb2](https://github.com/bitnami/charts/commit/f7d5bb265e157e878d09ed10e6781f6bd32adbcc)) ## 13.1.0 (2021-01-29) -* [bitnami/prestashop] Add hostAliases (#5302) ([daff556](https://github.com/bitnami/charts/commit/daff556)), closes [#5302](https://github.com/bitnami/charts/issues/5302) +* [bitnami/prestashop] Add hostAliases (#5302) ([daff556](https://github.com/bitnami/charts/commit/daff5560b27811a887bf98fd1e3d4a18bc921c83)), closes [#5302](https://github.com/bitnami/charts/issues/5302) ## 13.0.1 (2021-01-25) -* [bitnami/*] Change helm version in the prerequisites (#5090) ([c5e67a3](https://github.com/bitnami/charts/commit/c5e67a3)), closes [#5090](https://github.com/bitnami/charts/issues/5090) -* [bitnami/*] Unify icons in Chart.yaml and add missing fields (#5206) ([0462921](https://github.com/bitnami/charts/commit/0462921)), closes [#5206](https://github.com/bitnami/charts/issues/5206) +* [bitnami/*] Change helm version in the prerequisites (#5090) ([c5e67a3](https://github.com/bitnami/charts/commit/c5e67a388743cbee28439d2cabca27884b9daf97)), closes [#5090](https://github.com/bitnami/charts/issues/5090) +* [bitnami/*] Unify icons in Chart.yaml and add missing fields (#5206) ([0462921](https://github.com/bitnami/charts/commit/0462921418ca8d54308b7466197a6d53ffae4628)), closes [#5206](https://github.com/bitnami/charts/issues/5206) ## 13.0.0 (2021-01-15) -* [bitnami/prestashop] Major change: adapt ingress (#5006) ([729191a](https://github.com/bitnami/charts/commit/729191a)), closes [#5006](https://github.com/bitnami/charts/issues/5006) +* [bitnami/prestashop] Major change: adapt ingress (#5006) ([729191a](https://github.com/bitnami/charts/commit/729191ab1553a7a4450b9a20fa04589381cda669)), closes [#5006](https://github.com/bitnami/charts/issues/5006) ## 12.1.4 (2021-01-11) -* [bitnami/prestashop] Release 12.1.4 updating components versions ([c74b124](https://github.com/bitnami/charts/commit/c74b124)) +* [bitnami/prestashop] Release 12.1.4 updating components versions ([c74b124](https://github.com/bitnami/charts/commit/c74b1247c65b12437ea7d6fc3f8d885197b166b8)) ## 12.1.3 (2020-12-28) -* [bitnami/*] fix typos (#4699) ([49adc63](https://github.com/bitnami/charts/commit/49adc63)), closes [#4699](https://github.com/bitnami/charts/issues/4699) -* [bitnami/prestashop] Release 12.1.3 updating components versions ([62070d5](https://github.com/bitnami/charts/commit/62070d5)) +* [bitnami/*] fix typos (#4699) ([49adc63](https://github.com/bitnami/charts/commit/49adc63b672da976c55af2e077aa5648a357b77f)), closes [#4699](https://github.com/bitnami/charts/issues/4699) +* [bitnami/prestashop] Release 12.1.3 updating components versions ([62070d5](https://github.com/bitnami/charts/commit/62070d51bccc4a452cc30f8017b48433bc459af1)) ## 12.1.2 (2020-12-11) -* [bitnami/*] Update dependencies (#4694) ([2826c12](https://github.com/bitnami/charts/commit/2826c12)), closes [#4694](https://github.com/bitnami/charts/issues/4694) +* [bitnami/*] Update dependencies (#4694) ([2826c12](https://github.com/bitnami/charts/commit/2826c125b42505f28431301e3c1bbe5366e47a01)), closes [#4694](https://github.com/bitnami/charts/issues/4694) ## 12.1.1 (2020-12-10) -* [bitnami/prestashop] Release 12.1.1 updating components versions ([061390f](https://github.com/bitnami/charts/commit/061390f)) +* [bitnami/prestashop] Release 12.1.1 updating components versions ([061390f](https://github.com/bitnami/charts/commit/061390f825386f546e384126fdf6509816cef7f4)) ## 12.1.0 (2020-12-03) -* [bitnami/prestashop] Feat: Add support for Startup Probes (#4595) ([c6d9e0a](https://github.com/bitnami/charts/commit/c6d9e0a)), closes [#4595](https://github.com/bitnami/charts/issues/4595) +* [bitnami/prestashop] Feat: Add support for Startup Probes (#4595) ([c6d9e0a](https://github.com/bitnami/charts/commit/c6d9e0a08fbb9a091eaadb557c38b929f51cbab3)), closes [#4595](https://github.com/bitnami/charts/issues/4595) ## 12.0.2 (2020-11-24) -* [bitnami/*] Fix externaldb secret name (#4461) ([4f5fa7a](https://github.com/bitnami/charts/commit/4f5fa7a)), closes [#4461](https://github.com/bitnami/charts/issues/4461) +* [bitnami/*] Fix externaldb secret name (#4461) ([4f5fa7a](https://github.com/bitnami/charts/commit/4f5fa7a09c255c5b53d6d3e50dbfd4b5344021bd)), closes [#4461](https://github.com/bitnami/charts/issues/4461) ## 12.0.1 (2020-11-16) -* [bitnami/prestashop] Release 12.0.1 updating components versions ([9250bf8](https://github.com/bitnami/charts/commit/9250bf8)) +* [bitnami/prestashop] Release 12.0.1 updating components versions ([9250bf8](https://github.com/bitnami/charts/commit/9250bf8ac19605cb73e635a6774bbe87b81a9f0b)) ## 12.0.0 (2020-11-11) -* [bitnami/prestashop] Major version. Adapt Chart to apiVersion: v2 (#4320) ([ec5f456](https://github.com/bitnami/charts/commit/ec5f456)), closes [#4320](https://github.com/bitnami/charts/issues/4320) +* [bitnami/prestashop] Major version. Adapt Chart to apiVersion: v2 (#4320) ([ec5f456](https://github.com/bitnami/charts/commit/ec5f45610478ea5beb250c82dff28a80e02ef89c)), closes [#4320](https://github.com/bitnami/charts/issues/4320) ## 11.0.4 (2020-11-08) -* [bitnami/prestashop] Release 11.0.4 updating components versions ([ac2bb0c](https://github.com/bitnami/charts/commit/ac2bb0c)) +* [bitnami/prestashop] Release 11.0.4 updating components versions ([ac2bb0c](https://github.com/bitnami/charts/commit/ac2bb0cb12f41199afd3530fd0f7ba48a1dc5fd9)) ## 11.0.3 (2020-10-30) -* [bitnami/*] Extra manifests should be top-level (#4161) ([b3a95b7](https://github.com/bitnami/charts/commit/b3a95b7)), closes [#4161](https://github.com/bitnami/charts/issues/4161) -* [bitnami/*] Include link to Troubleshootin guide on README.md (#4136) ([c08a20e](https://github.com/bitnami/charts/commit/c08a20e)), closes [#4136](https://github.com/bitnami/charts/issues/4136) +* [bitnami/*] Extra manifests should be top-level (#4161) ([b3a95b7](https://github.com/bitnami/charts/commit/b3a95b701b611ab51924ae5665bcc8cd5ac56898)), closes [#4161](https://github.com/bitnami/charts/issues/4161) +* [bitnami/*] Include link to Troubleshootin guide on README.md (#4136) ([c08a20e](https://github.com/bitnami/charts/commit/c08a20e3db004215383004ff023a73fcc2522e72)), closes [#4136](https://github.com/bitnami/charts/issues/4136) ## 11.0.2 (2020-10-20) -* [bitnami/prestashop] fix: init container parsing error (#4061) ([69e0d56](https://github.com/bitnami/charts/commit/69e0d56)), closes [#4061](https://github.com/bitnami/charts/issues/4061) +* [bitnami/prestashop] fix: init container parsing error (#4061) ([69e0d56](https://github.com/bitnami/charts/commit/69e0d56ef85561fe7bd00cff19a7d82dcd0b464f)), closes [#4061](https://github.com/bitnami/charts/issues/4061) ## 11.0.1 (2020-10-16) -* [bitnami/prestashop] fix: wrong database password key (#4026) ([53c56ee](https://github.com/bitnami/charts/commit/53c56ee)), closes [#4026](https://github.com/bitnami/charts/issues/4026) +* [bitnami/prestashop] fix: wrong database password key (#4026) ([53c56ee](https://github.com/bitnami/charts/commit/53c56eef03bd8d329466646bee6fa9a3f6eae9e4)), closes [#4026](https://github.com/bitnami/charts/issues/4026) ## 11.0.0 (2020-10-09) -* [bitnami/prestashop] New major version: bump mariadb and standarizations (#3949) ([df70f4e](https://github.com/bitnami/charts/commit/df70f4e)), closes [#3949](https://github.com/bitnami/charts/issues/3949) [#3874](https://github.com/bitnami/charts/issues/3874) +* [bitnami/prestashop] New major version: bump mariadb and standarizations (#3949) ([df70f4e](https://github.com/bitnami/charts/commit/df70f4e1ecdb376d6675ddb9ec192c240411f5c2)), closes [#3949](https://github.com/bitnami/charts/issues/3949) [#3874](https://github.com/bitnami/charts/issues/3874) ## 10.0.2 (2020-10-08) -* [bitnami/prestashop] Minor common.names.fullname usage improvement ([75d5b18](https://github.com/bitnami/charts/commit/75d5b18)) +* [bitnami/prestashop] Minor common.names.fullname usage improvement ([75d5b18](https://github.com/bitnami/charts/commit/75d5b187a030cee28fe6449f8a95c2e625dc1411)) ## 10.0.1 (2020-10-05) -* [bitnami/prestashop] fix usage of externalDb secret in pod (#3878) ([c033c37](https://github.com/bitnami/charts/commit/c033c37)), closes [#3878](https://github.com/bitnami/charts/issues/3878) +* [bitnami/prestashop] fix usage of externalDb secret in pod (#3878) ([c033c37](https://github.com/bitnami/charts/commit/c033c375b211871c7c90602bf718de0743ce2781)), closes [#3878](https://github.com/bitnami/charts/issues/3878) ## 10.0.0 (2020-09-28) -* [bitnami/prestashop] Follow non-root approach (#3748) ([e5ec695](https://github.com/bitnami/charts/commit/e5ec695)), closes [#3748](https://github.com/bitnami/charts/issues/3748) +* [bitnami/prestashop] Follow non-root approach (#3748) ([e5ec695](https://github.com/bitnami/charts/commit/e5ec69576fae8034bee4de032f002d81bff28cfd)), closes [#3748](https://github.com/bitnami/charts/issues/3748) ## 9.2.14 (2020-09-24) -* [bitnami/prestashop] Release 9.2.14 updating components versions ([f5d4688](https://github.com/bitnami/charts/commit/f5d4688)) -* doc(prestashop): add troubleshooting section (#3753) ([652b07f](https://github.com/bitnami/charts/commit/652b07f)), closes [#3753](https://github.com/bitnami/charts/issues/3753) +* [bitnami/prestashop] Release 9.2.14 updating components versions ([f5d4688](https://github.com/bitnami/charts/commit/f5d468860b16aa6678c78eb16c08182e4e826863)) +* doc(prestashop): add troubleshooting section (#3753) ([652b07f](https://github.com/bitnami/charts/commit/652b07fa9c8b5a4ce3f56f08d9714ef88774ed24)), closes [#3753](https://github.com/bitnami/charts/issues/3753) ## 9.2.13 (2020-09-21) -* [bitnami/prestashop] Release 9.2.13 updating components versions ([ccdcfb5](https://github.com/bitnami/charts/commit/ccdcfb5)) +* [bitnami/prestashop] Release 9.2.13 updating components versions ([ccdcfb5](https://github.com/bitnami/charts/commit/ccdcfb57f8b37ad63d75c35f4794eda73e665e84)) ## 9.2.12 (2020-09-05) -* [bitnami/metrics-server] Add source repo (#3577) ([1ed12f9](https://github.com/bitnami/charts/commit/1ed12f9)), closes [#3577](https://github.com/bitnami/charts/issues/3577) -* [bitnami/prestashop] Release 9.2.12 updating components versions ([14f0bb9](https://github.com/bitnami/charts/commit/14f0bb9)) +* [bitnami/metrics-server] Add source repo (#3577) ([1ed12f9](https://github.com/bitnami/charts/commit/1ed12f96af75322b46afdb2b3d9907c11b13f765)), closes [#3577](https://github.com/bitnami/charts/issues/3577) +* [bitnami/prestashop] Release 9.2.12 updating components versions ([14f0bb9](https://github.com/bitnami/charts/commit/14f0bb904d796a96f591974b3c4c0cf702b56892)) ## 9.2.11 (2020-08-06) -* [bitnami/prestashop] Release 9.2.11 updating components versions ([9ba2313](https://github.com/bitnami/charts/commit/9ba2313)) +* [bitnami/prestashop] Release 9.2.11 updating components versions ([9ba2313](https://github.com/bitnami/charts/commit/9ba2313d5cf3749dd737e1826a74446d579a8c37)) ## 9.2.10 (2020-08-04) -* [bitnami/*] Fix TL;DR typo in READMEs (#3280) ([3d7ab40](https://github.com/bitnami/charts/commit/3d7ab40)), closes [#3280](https://github.com/bitnami/charts/issues/3280) -* [bitnami/all] Add categories (#3075) ([63bde06](https://github.com/bitnami/charts/commit/63bde06)), closes [#3075](https://github.com/bitnami/charts/issues/3075) -* [bitnami/prestashop] Release 9.2.10 updating components versions ([9de02bd](https://github.com/bitnami/charts/commit/9de02bd)) +* [bitnami/*] Fix TL;DR typo in READMEs (#3280) ([3d7ab40](https://github.com/bitnami/charts/commit/3d7ab406fecd64f1af25f53e7d27f03ec95b29a4)), closes [#3280](https://github.com/bitnami/charts/issues/3280) +* [bitnami/all] Add categories (#3075) ([63bde06](https://github.com/bitnami/charts/commit/63bde066b87a140fab52264d0522401ab3d63509)), closes [#3075](https://github.com/bitnami/charts/issues/3075) +* [bitnami/prestashop] Release 9.2.10 updating components versions ([9de02bd](https://github.com/bitnami/charts/commit/9de02bdeb3f18eb172907f53ea990600b182d9ff)) ## 9.2.9 (2020-07-06) -* [bitnami/prestashop] Release 9.2.9 updating components versions ([bbe9588](https://github.com/bitnami/charts/commit/bbe9588)) +* [bitnami/prestashop] Release 9.2.9 updating components versions ([bbe9588](https://github.com/bitnami/charts/commit/bbe958825bf8f79d5f7978ff009ac7f14ab360c7)) ## 9.2.8 (2020-07-02) -* [bitnami/prestashop] Release 9.2.8 updating components versions ([f83122a](https://github.com/bitnami/charts/commit/f83122a)) +* [bitnami/prestashop] Release 9.2.8 updating components versions ([f83122a](https://github.com/bitnami/charts/commit/f83122a3751a92df3345c46527ddbb93f4e382c7)) ## 9.2.7 (2020-06-21) -* [bitnami/prestashop] Release 9.2.7 updating components versions ([148ffef](https://github.com/bitnami/charts/commit/148ffef)) -* Add support for helm lint and helm install in PRs via GH Actions (#2721) ([5ed97f0](https://github.com/bitnami/charts/commit/5ed97f0)), closes [#2721](https://github.com/bitnami/charts/issues/2721) +* [bitnami/prestashop] Release 9.2.7 updating components versions ([148ffef](https://github.com/bitnami/charts/commit/148ffef53e0e4c7afaab35fc211f30a2146645f4)) +* Add support for helm lint and helm install in PRs via GH Actions (#2721) ([5ed97f0](https://github.com/bitnami/charts/commit/5ed97f0c1ab49e7c7c3af81b888f41f50a7cfbab)), closes [#2721](https://github.com/bitnami/charts/issues/2721) ## 9.2.6 (2020-05-22) -* [bitnami/prestashop] Release 9.2.6 updating components versions ([b6f1277](https://github.com/bitnami/charts/commit/b6f1277)) -* update bitnami/common to be compatible with helm v2.12+ (#2615) ([c7751eb](https://github.com/bitnami/charts/commit/c7751eb)), closes [#2615](https://github.com/bitnami/charts/issues/2615) +* [bitnami/prestashop] Release 9.2.6 updating components versions ([b6f1277](https://github.com/bitnami/charts/commit/b6f1277b971d1c52ee3819199998a3fcc7c2b636)) +* update bitnami/common to be compatible with helm v2.12+ (#2615) ([c7751eb](https://github.com/bitnami/charts/commit/c7751eb5764e468e1854b58a1b8491d2b13e0a4a)), closes [#2615](https://github.com/bitnami/charts/issues/2615) ## 9.2.5 (2020-04-22) -* [bitnami/prestashop] Release 9.2.5 updating components versions ([86f2701](https://github.com/bitnami/charts/commit/86f2701)) +* [bitnami/prestashop] Release 9.2.5 updating components versions ([86f2701](https://github.com/bitnami/charts/commit/86f270140b1e4d4dcaf7b3302c977f1674a62012)) ## 9.2.4 (2020-04-22) -* [bitnami/prestashop] Release 9.2.4 updating components versions ([97344a0](https://github.com/bitnami/charts/commit/97344a0)) +* [bitnami/prestashop] Release 9.2.4 updating components versions ([97344a0](https://github.com/bitnami/charts/commit/97344a01f0cd7a277d1584af6f19dca265194193)) ## 9.2.3 (2020-04-20) -* [bitnami/prestashop] Release 9.2.3 updating components versions ([d46b7a8](https://github.com/bitnami/charts/commit/d46b7a8)) +* [bitnami/prestashop] Release 9.2.3 updating components versions ([d46b7a8](https://github.com/bitnami/charts/commit/d46b7a8264facae6f1765f53839a928d094e32a3)) ## 9.2.2 (2020-04-16) -* [bitnami/prestashop] Release 9.2.2 updating components versions ([5ab63c6](https://github.com/bitnami/charts/commit/5ab63c6)) +* [bitnami/prestashop] Release 9.2.2 updating components versions ([5ab63c6](https://github.com/bitnami/charts/commit/5ab63c6886a0360b8c5e99a15239f1967f752bfc)) ## 9.2.1 (2020-04-13) -* [bitnami/chart] Change in the command of apache-exporter (#2289) ([de3806f](https://github.com/bitnami/charts/commit/de3806f)), closes [#2289](https://github.com/bitnami/charts/issues/2289) +* [bitnami/chart] Change in the command of apache-exporter (#2289) ([de3806f](https://github.com/bitnami/charts/commit/de3806f6bd73d88e96170b7bb31ac14eaba70ad0)), closes [#2289](https://github.com/bitnami/charts/issues/2289) ## 9.2.0 (2020-04-08) -* [bitnami/prestashop] Add customizable path for probes (i.e to be used in other languages) (#2262) ([a269dd2](https://github.com/bitnami/charts/commit/a269dd2)), closes [#2262](https://github.com/bitnami/charts/issues/2262) +* [bitnami/prestashop] Add customizable path for probes (i.e to be used in other languages) (#2262) ([a269dd2](https://github.com/bitnami/charts/commit/a269dd2e9d77d24f770bd9712b53917b047b9e12)), closes [#2262](https://github.com/bitnami/charts/issues/2262) ## 9.1.12 (2020-03-26) -* [bitnami/prestashop] Release 9.1.12 updating components versions ([be1d39e](https://github.com/bitnami/charts/commit/be1d39e)) +* [bitnami/prestashop] Release 9.1.12 updating components versions ([be1d39e](https://github.com/bitnami/charts/commit/be1d39ea0e3ef0a2ffa56912d9aaece8abe4082a)) ## 9.1.11 (2020-03-11) -* [bitnami/prestashop] Release 9.1.11 updating components versions ([908038f](https://github.com/bitnami/charts/commit/908038f)) +* [bitnami/prestashop] Release 9.1.11 updating components versions ([908038f](https://github.com/bitnami/charts/commit/908038fd4a10527f2fe05d7873caf50e8d84b1e4)) ## 9.1.10 (2020-03-11) -* Move charts from upstreamed folder to bitnami (#2032) ([a0e44f7](https://github.com/bitnami/charts/commit/a0e44f7)), closes [#2032](https://github.com/bitnami/charts/issues/2032) +* Move charts from upstreamed folder to bitnami (#2032) ([a0e44f7](https://github.com/bitnami/charts/commit/a0e44f7d6a10b8b5643186130ea420887cb72c7c)), closes [#2032](https://github.com/bitnami/charts/issues/2032) diff --git a/bitnami/prestashop/Chart.yaml b/bitnami/prestashop/Chart.yaml index f1e60b1554fbfe..807de564127835 100644 --- a/bitnami/prestashop/Chart.yaml +++ b/bitnami/prestashop/Chart.yaml @@ -38,4 +38,4 @@ maintainers: name: prestashop sources: - https://github.com/bitnami/charts/tree/main/bitnami/prestashop -version: 21.1.0 +version: 21.2.0 diff --git a/bitnami/prestashop/README.md b/bitnami/prestashop/README.md index 960e49e673c10e..2396a8d48a67f3 100644 --- a/bitnami/prestashop/README.md +++ b/bitnami/prestashop/README.md @@ -193,6 +193,9 @@ helm install my-release --set persistence.existingClaim=PVC_NAME oci://REGISTRY_ | `extraVolumes` | Extra volumes to add to the deployment. Requires setting `extraVolumeMounts` | `[]` | | `extraVolumeMounts` | Extra volume mounts to add to the container. Normally used with `extraVolumes` | `[]` | | `initContainers` | Extra init containers to add to the deployment | `[]` | +| `pdb.create` | Enable/disable a Pod Disruption Budget creation | `true` | +| `pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `""` | +| `pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `pdb.minAvailable` and `pdb.maxUnavailable` are empty. | `""` | | `sidecars` | Extra sidecar containers to add to the deployment | `[]` | | `tolerations` | Tolerations for pod assignment. Evaluated as a template. | `[]` | | `priorityClassName` | PrestaShop pods' priorityClassName | `""` | diff --git a/bitnami/prestashop/templates/pdb.yaml b/bitnami/prestashop/templates/pdb.yaml new file mode 100644 index 00000000000000..914fa9dd90f391 --- /dev/null +++ b/bitnami/prestashop/templates/pdb.yaml @@ -0,0 +1,26 @@ +{{- /* +Copyright Broadcom, Inc. All Rights Reserved. +SPDX-License-Identifier: APACHE-2.0 +*/}} + +{{- if and ( include "prestashop.host" . ) .Values.pdb.create }} +apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} +kind: PodDisruptionBudget +metadata: + name: {{ include "common.names.fullname" . }} + namespace: {{ include "common.names.namespace" . | quote }} + labels: {{- include "common.labels.standard" ( dict "customLabels" .Values.commonLabels "context" $ ) | nindent 4 }} + {{- if .Values.commonAnnotations }} + annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }} + {{- end }} +spec: + {{- if .Values.pdb.minAvailable }} + minAvailable: {{ .Values.pdb.minAvailable }} + {{- end }} + {{- if or .Values.pdb.maxUnavailable ( not .Values.pdb.minAvailable ) }} + maxUnavailable: {{ .Values.pdb.maxUnavailable | default 1 }} + {{- end }} + {{- $podLabels := include "common.tplvalues.merge" ( dict "values" ( list .Values.podLabels .Values.commonLabels ) "context" . ) }} + selector: + matchLabels: {{- include "common.labels.matchLabels" ( dict "customLabels" $podLabels "context" $ ) | nindent 6 }} +{{- end }} diff --git a/bitnami/prestashop/values.yaml b/bitnami/prestashop/values.yaml index 800fe027b34eb3..41507f12addd28 100644 --- a/bitnami/prestashop/values.yaml +++ b/bitnami/prestashop/values.yaml @@ -177,6 +177,16 @@ extraVolumeMounts: [] ## @param initContainers Extra init containers to add to the deployment ## initContainers: [] +## Pod Disruption Budget configuration +## ref: https://kubernetes.io/docs/tasks/run-application/configure-pdb +## @param pdb.create Enable/disable a Pod Disruption Budget creation +## @param pdb.minAvailable Minimum number/percentage of pods that should remain scheduled +## @param pdb.maxUnavailable Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `pdb.minAvailable` and `pdb.maxUnavailable` are empty. +## +pdb: + create: true + minAvailable: "" + maxUnavailable: "" ## @param sidecars Extra sidecar containers to add to the deployment ## sidecars: [] From cd1f2d035be17553589034a3e7d59b52fc970b29 Mon Sep 17 00:00:00 2001 From: Fran Mulero Date: Thu, 30 May 2024 09:25:13 +0200 Subject: [PATCH 100/110] [bitnami/pinniped] Enable PodDisruptionBudgets (#26529) * [bitnami/pinniped] Enable PodDisruptionBudgets Signed-off-by: Fran Mulero * Update CHANGELOG.md Signed-off-by: Bitnami Containers --------- Signed-off-by: Fran Mulero Signed-off-by: Bitnami Containers Co-authored-by: Bitnami Containers --- bitnami/pinniped/CHANGELOG.md | 278 +++++++++--------- bitnami/pinniped/Chart.yaml | 2 +- bitnami/pinniped/README.md | 6 + bitnami/pinniped/templates/concierge/pdb.yaml | 29 ++ .../pinniped/templates/supervisor/pdb.yaml | 29 ++ bitnami/pinniped/values.yaml | 20 ++ 6 files changed, 226 insertions(+), 138 deletions(-) create mode 100644 bitnami/pinniped/templates/concierge/pdb.yaml create mode 100644 bitnami/pinniped/templates/supervisor/pdb.yaml diff --git a/bitnami/pinniped/CHANGELOG.md b/bitnami/pinniped/CHANGELOG.md index a65a61a776f451..4fc3748fdd3114 100644 --- a/bitnami/pinniped/CHANGELOG.md +++ b/bitnami/pinniped/CHANGELOG.md @@ -1,425 +1,429 @@ # Changelog -## 2.1.1 (2024-05-22) +## 2.2.0 (2024-05-29) -* [bitnami/pinniped] Use different liveness/readiness probes ([#26321](https://github.com/bitnami/charts/pulls/26321)) +* [bitnami/pinniped] Enable PodDisruptionBudgets ([#26529](https://github.com/bitnami/charts/pull/26529)) + +## 2.1.1 (2024-05-23) + +* [bitnami/pinniped] Use different liveness/readiness probes (#26321) ([67a3201](https://github.com/bitnami/charts/commit/67a3201c43317d82bcfbde01c83ccf9d9ef6da8f)), closes [#26321](https://github.com/bitnami/charts/issues/26321) ## 2.1.0 (2024-05-21) -* [bitnami/*] ci: :construction_worker: Add tag and changelog support (#25359) ([91c707c](https://github.com/bitnami/charts/commit/91c707c)), closes [#25359](https://github.com/bitnami/charts/issues/25359) -* [bitnami/pinniped] feat: :sparkles: :lock: Add warning when original images are replaced (#26263) ([c061c62](https://github.com/bitnami/charts/commit/c061c62)), closes [#26263](https://github.com/bitnami/charts/issues/26263) +* [bitnami/*] ci: :construction_worker: Add tag and changelog support (#25359) ([91c707c](https://github.com/bitnami/charts/commit/91c707c9e4e574725a09505d2d313fb93f1b4c0a)), closes [#25359](https://github.com/bitnami/charts/issues/25359) +* [bitnami/pinniped] feat: :sparkles: :lock: Add warning when original images are replaced (#26263) ([c061c62](https://github.com/bitnami/charts/commit/c061c62ee2460e5df743fff5b5bfbad869068172)), closes [#26263](https://github.com/bitnami/charts/issues/26263) ## 2.0.8 (2024-05-18) -* [bitnami/pinniped] Release 2.0.8 updating components versions (#26063) ([f9ad52e](https://github.com/bitnami/charts/commit/f9ad52e)), closes [#26063](https://github.com/bitnami/charts/issues/26063) +* [bitnami/pinniped] Release 2.0.8 updating components versions (#26063) ([f9ad52e](https://github.com/bitnami/charts/commit/f9ad52e4cfbcca00faaff17f7b347aa8b14c9d74)), closes [#26063](https://github.com/bitnami/charts/issues/26063) ## 2.0.7 (2024-05-14) -* [bitnami/pinniped] Release 2.0.7 updating components versions (#25810) ([3ad99f4](https://github.com/bitnami/charts/commit/3ad99f4)), closes [#25810](https://github.com/bitnami/charts/issues/25810) +* [bitnami/pinniped] Release 2.0.7 updating components versions (#25810) ([3ad99f4](https://github.com/bitnami/charts/commit/3ad99f43f6887088d38ace71bd8d99f136a2c134)), closes [#25810](https://github.com/bitnami/charts/issues/25810) ## 2.0.6 (2024-05-10) -* [bitnami/*] Change non-root and rolling-tags doc URLs (#25628) ([b067c94](https://github.com/bitnami/charts/commit/b067c94)), closes [#25628](https://github.com/bitnami/charts/issues/25628) -* [bitnami/pinniped] Release 2.0.6 (#25666) ([33bf551](https://github.com/bitnami/charts/commit/33bf551)), closes [#25666](https://github.com/bitnami/charts/issues/25666) +* [bitnami/*] Change non-root and rolling-tags doc URLs (#25628) ([b067c94](https://github.com/bitnami/charts/commit/b067c94f6bcde427863c197fd355f0b5ba12ff5b)), closes [#25628](https://github.com/bitnami/charts/issues/25628) +* [bitnami/pinniped] Release 2.0.6 (#25666) ([33bf551](https://github.com/bitnami/charts/commit/33bf5515a5955076f93ad8ecdd85d7be7a86d4e7)), closes [#25666](https://github.com/bitnami/charts/issues/25666) ## 2.0.5 (2024-05-08) -* [bitnami/*] Set new header/owner (#25558) ([8d1dc11](https://github.com/bitnami/charts/commit/8d1dc11)), closes [#25558](https://github.com/bitnami/charts/issues/25558) -* [bitnami/multiple charts] Fix typo: "NetworkPolice" vs "NetworkPolicy" (#25348) ([6970c1b](https://github.com/bitnami/charts/commit/6970c1b)), closes [#25348](https://github.com/bitnami/charts/issues/25348) -* [bitnami/pinniped] Release 2.0.5 updating components versions (#25616) ([3ad5051](https://github.com/bitnami/charts/commit/3ad5051)), closes [#25616](https://github.com/bitnami/charts/issues/25616) -* Replace VMware by Broadcom copyright text (#25306) ([a5e4bd0](https://github.com/bitnami/charts/commit/a5e4bd0)), closes [#25306](https://github.com/bitnami/charts/issues/25306) +* [bitnami/*] Set new header/owner (#25558) ([8d1dc11](https://github.com/bitnami/charts/commit/8d1dc11f5fb30db6fba50c43d7af59d2f79deed3)), closes [#25558](https://github.com/bitnami/charts/issues/25558) +* [bitnami/multiple charts] Fix typo: "NetworkPolice" vs "NetworkPolicy" (#25348) ([6970c1b](https://github.com/bitnami/charts/commit/6970c1ba245873506e73d459c6eac1e4919b778f)), closes [#25348](https://github.com/bitnami/charts/issues/25348) +* [bitnami/pinniped] Release 2.0.5 updating components versions (#25616) ([3ad5051](https://github.com/bitnami/charts/commit/3ad5051bb7482ee0bfc2b64fc95c7da9f1099757)), closes [#25616](https://github.com/bitnami/charts/issues/25616) +* Replace VMware by Broadcom copyright text (#25306) ([a5e4bd0](https://github.com/bitnami/charts/commit/a5e4bd0e35e419203793976a78d9d0a13de92c76)), closes [#25306](https://github.com/bitnami/charts/issues/25306) ## 2.0.4 (2024-04-05) -* [bitnami/pinniped] Release 2.0.4 updating components versions (#24961) ([2474fc3](https://github.com/bitnami/charts/commit/2474fc3)), closes [#24961](https://github.com/bitnami/charts/issues/24961) +* [bitnami/pinniped] Release 2.0.4 updating components versions (#24961) ([2474fc3](https://github.com/bitnami/charts/commit/2474fc3b40962c2c43c702e1fb52f804d346a36d)), closes [#24961](https://github.com/bitnami/charts/issues/24961) ## 2.0.3 (2024-04-04) -* [bitnami/pinniped] Release 2.0.3 (#24917) ([60213d0](https://github.com/bitnami/charts/commit/60213d0)), closes [#24917](https://github.com/bitnami/charts/issues/24917) -* Update resourcesPreset comments (#24467) ([92e3e8a](https://github.com/bitnami/charts/commit/92e3e8a)), closes [#24467](https://github.com/bitnami/charts/issues/24467) +* [bitnami/pinniped] Release 2.0.3 (#24917) ([60213d0](https://github.com/bitnami/charts/commit/60213d0fe79fd50d4aab10f13fe3cdda70c2068b)), closes [#24917](https://github.com/bitnami/charts/issues/24917) +* Update resourcesPreset comments (#24467) ([92e3e8a](https://github.com/bitnami/charts/commit/92e3e8a507326d2a20a8f10ab3e7746a2ec5c554)), closes [#24467](https://github.com/bitnami/charts/issues/24467) ## 2.0.2 (2024-03-27) -* [bitnami/*] Reorder Chart sections (#24455) ([0cf4048](https://github.com/bitnami/charts/commit/0cf4048)), closes [#24455](https://github.com/bitnami/charts/issues/24455) -* [bitnami/pinniped] fix: :bug: Add api port to supervisor network policy ingress (#24710) ([31cc245](https://github.com/bitnami/charts/commit/31cc245)), closes [#24710](https://github.com/bitnami/charts/issues/24710) +* [bitnami/*] Reorder Chart sections (#24455) ([0cf4048](https://github.com/bitnami/charts/commit/0cf4048e8743f70a9753d460655bd030cbff6824)), closes [#24455](https://github.com/bitnami/charts/issues/24455) +* [bitnami/pinniped] fix: :bug: Add api port to supervisor network policy ingress (#24710) ([31cc245](https://github.com/bitnami/charts/commit/31cc2456db37aa6e1201a0a5ad6a8f49eaf96236)), closes [#24710](https://github.com/bitnami/charts/issues/24710) ## 2.0.1 (2024-03-15) -* [bitnami/pinniped] Release 2.0.1 (#24460) ([b3bc604](https://github.com/bitnami/charts/commit/b3bc604)), closes [#24460](https://github.com/bitnami/charts/issues/24460) +* [bitnami/pinniped] Release 2.0.1 (#24460) ([b3bc604](https://github.com/bitnami/charts/commit/b3bc604e165474b43ad5e0268fff645d1064b730)), closes [#24460](https://github.com/bitnami/charts/issues/24460) ## 2.0.0 (2024-03-12) -* [bitnami/pinniped] feat!: 🔒 💥 Improve security defaults (#24349) ([b0633a8](https://github.com/bitnami/charts/commit/b0633a8)), closes [#24349](https://github.com/bitnami/charts/issues/24349) +* [bitnami/pinniped] feat!: 🔒 💥 Improve security defaults (#24349) ([b0633a8](https://github.com/bitnami/charts/commit/b0633a84f4ce0cb9dfe907272f48373b87e13b06)), closes [#24349](https://github.com/bitnami/charts/issues/24349) ## 1.12.1 (2024-03-06) -* [bitnami/pinniped] Release 1.12.1 updating components versions (#24215) ([32a2928](https://github.com/bitnami/charts/commit/32a2928)), closes [#24215](https://github.com/bitnami/charts/issues/24215) +* [bitnami/pinniped] Release 1.12.1 updating components versions (#24215) ([32a2928](https://github.com/bitnami/charts/commit/32a2928aa37930d7738577aaedf015a5f5cc397f)), closes [#24215](https://github.com/bitnami/charts/issues/24215) ## 1.12.0 (2024-03-06) -* [bitnami/pinniped] feat: :sparkles: :lock: Add automatic adaptation for Openshift restricted-v2 SCC ([55b0345](https://github.com/bitnami/charts/commit/55b0345)), closes [#24140](https://github.com/bitnami/charts/issues/24140) +* [bitnami/pinniped] feat: :sparkles: :lock: Add automatic adaptation for Openshift restricted-v2 SCC ([55b0345](https://github.com/bitnami/charts/commit/55b03453b1d8d1bc8e5fa04e60f503859f834bf8)), closes [#24140](https://github.com/bitnami/charts/issues/24140) ## 1.11.0 (2024-02-29) -* [bitnami/pinniped] feat: :sparkles: :lock: Add readOnlyRootFilesystem support (#23991) ([584265c](https://github.com/bitnami/charts/commit/584265c)), closes [#23991](https://github.com/bitnami/charts/issues/23991) +* [bitnami/pinniped] feat: :sparkles: :lock: Add readOnlyRootFilesystem support (#23991) ([584265c](https://github.com/bitnami/charts/commit/584265cd44f6f1f72932abfb151dc123d637c10c)), closes [#23991](https://github.com/bitnami/charts/issues/23991) ## 1.10.2 (2024-02-22) -* [bitnami/pinniped] Release 1.10.2 updating components versions (#23818) ([b20a3f8](https://github.com/bitnami/charts/commit/b20a3f8)), closes [#23818](https://github.com/bitnami/charts/issues/23818) +* [bitnami/pinniped] Release 1.10.2 updating components versions (#23818) ([b20a3f8](https://github.com/bitnami/charts/commit/b20a3f8f63d12f8d37696e191032fef51500d506)), closes [#23818](https://github.com/bitnami/charts/issues/23818) ## 1.10.1 (2024-02-21) -* [bitnami/pinniped] Release 1.10.1 updating components versions (#23679) ([b415c7e](https://github.com/bitnami/charts/commit/b415c7e)), closes [#23679](https://github.com/bitnami/charts/issues/23679) +* [bitnami/pinniped] Release 1.10.1 updating components versions (#23679) ([b415c7e](https://github.com/bitnami/charts/commit/b415c7eea65959fddc711e87313107ff850f21c4)), closes [#23679](https://github.com/bitnami/charts/issues/23679) ## 1.10.0 (2024-02-20) -* [bitnami/*] Bump all versions (#23602) ([b70ee2a](https://github.com/bitnami/charts/commit/b70ee2a)), closes [#23602](https://github.com/bitnami/charts/issues/23602) +* [bitnami/*] Bump all versions (#23602) ([b70ee2a](https://github.com/bitnami/charts/commit/b70ee2a30e4dc256bf0ac52928fb2fa7a70f049b)), closes [#23602](https://github.com/bitnami/charts/issues/23602) ## 1.9.0 (2024-02-15) -* [bitnami/pinniped] feat: :sparkles: :lock: Add resource preset support (#23508) ([ff5b532](https://github.com/bitnami/charts/commit/ff5b532)), closes [#23508](https://github.com/bitnami/charts/issues/23508) +* [bitnami/pinniped] feat: :sparkles: :lock: Add resource preset support (#23508) ([ff5b532](https://github.com/bitnami/charts/commit/ff5b532fe4c29d9973580e119d8aae3b437d70da)), closes [#23508](https://github.com/bitnami/charts/issues/23508) ## 1.8.3 (2024-02-08) -* [bitnami/pinniped] Release 1.8.3 updating components versions (#23315) ([b409d49](https://github.com/bitnami/charts/commit/b409d49)), closes [#23315](https://github.com/bitnami/charts/issues/23315) +* [bitnami/pinniped] Release 1.8.3 updating components versions (#23315) ([b409d49](https://github.com/bitnami/charts/commit/b409d493a4dc8b87beef86da621db148bfc8de52)), closes [#23315](https://github.com/bitnami/charts/issues/23315) ## 1.8.2 (2024-02-07) -* [bitnami/pinniped] Release 1.8.2 updating components versions (#23259) ([182130f](https://github.com/bitnami/charts/commit/182130f)), closes [#23259](https://github.com/bitnami/charts/issues/23259) +* [bitnami/pinniped] Release 1.8.2 updating components versions (#23259) ([182130f](https://github.com/bitnami/charts/commit/182130fe7d5d5bbf72c8246a1f95650ffcf614c1)), closes [#23259](https://github.com/bitnami/charts/issues/23259) ## 1.8.1 (2024-02-03) -* [bitnami/pinniped] Release 1.8.1 updating components versions (#23127) ([d573d3b](https://github.com/bitnami/charts/commit/d573d3b)), closes [#23127](https://github.com/bitnami/charts/issues/23127) +* [bitnami/pinniped] Release 1.8.1 updating components versions (#23127) ([d573d3b](https://github.com/bitnami/charts/commit/d573d3bb4cf73479c00a3c4a5cb66def7ce39c23)), closes [#23127](https://github.com/bitnami/charts/issues/23127) ## 1.8.0 (2024-01-31) -* [bitnami/pinniped] fix: :bug: Add allowExternalEgress to avoid breaking istio (#22961) ([3a8920d](https://github.com/bitnami/charts/commit/3a8920d)), closes [#22961](https://github.com/bitnami/charts/issues/22961) +* [bitnami/pinniped] fix: :bug: Add allowExternalEgress to avoid breaking istio (#22961) ([3a8920d](https://github.com/bitnami/charts/commit/3a8920d2b68ef3bbe482efba76517860f219a6c3)), closes [#22961](https://github.com/bitnami/charts/issues/22961) ## 1.7.1 (2024-01-31) -* [bitnami/pinniped] Release 1.7.1 updating components versions (#22966) ([300797a](https://github.com/bitnami/charts/commit/300797a)), closes [#22966](https://github.com/bitnami/charts/issues/22966) +* [bitnami/pinniped] Release 1.7.1 updating components versions (#22966) ([300797a](https://github.com/bitnami/charts/commit/300797a5a7e926510580313efcf32acab60126fc)), closes [#22966](https://github.com/bitnami/charts/issues/22966) ## 1.7.0 (2024-01-30) -* [bitnami/*] Move documentation sections from docs.bitnami.com back to the README (#22203) ([7564f36](https://github.com/bitnami/charts/commit/7564f36)), closes [#22203](https://github.com/bitnami/charts/issues/22203) -* [bitnami/pinniped] feat: :lock: Enable networkPolicy (#22827) ([06ff33b](https://github.com/bitnami/charts/commit/06ff33b)), closes [#22827](https://github.com/bitnami/charts/issues/22827) +* [bitnami/*] Move documentation sections from docs.bitnami.com back to the README (#22203) ([7564f36](https://github.com/bitnami/charts/commit/7564f36ca1e95ff30ee686652b7ab8690561a707)), closes [#22203](https://github.com/bitnami/charts/issues/22203) +* [bitnami/pinniped] feat: :lock: Enable networkPolicy (#22827) ([06ff33b](https://github.com/bitnami/charts/commit/06ff33b39b2ed76884ff7a4c88568f04451aaa32)), closes [#22827](https://github.com/bitnami/charts/issues/22827) ## 1.6.1 (2024-01-24) -* [bitnami/pinniped] fix: :bug: Set seLinuxOptions to null for Openshift compatibility (#22645) ([74cb8b1](https://github.com/bitnami/charts/commit/74cb8b1)), closes [#22645](https://github.com/bitnami/charts/issues/22645) +* [bitnami/pinniped] fix: :bug: Set seLinuxOptions to null for Openshift compatibility (#22645) ([74cb8b1](https://github.com/bitnami/charts/commit/74cb8b1fdc6a29138dc27035512e1cc395a4fa70)), closes [#22645](https://github.com/bitnami/charts/issues/22645) ## 1.6.0 (2024-01-19) -* [bitnami/pinniped] fix: :lock: Move service-account token auto-mount to pod declaration (#22449) ([9113dbd](https://github.com/bitnami/charts/commit/9113dbd)), closes [#22449](https://github.com/bitnami/charts/issues/22449) +* [bitnami/pinniped] fix: :lock: Move service-account token auto-mount to pod declaration (#22449) ([9113dbd](https://github.com/bitnami/charts/commit/9113dbd8c3a09e1fccddcbfd541bfff6e2f46149)), closes [#22449](https://github.com/bitnami/charts/issues/22449) ## 1.5.2 (2024-01-18) -* [bitnami/pinniped] Update CRDs and add source header (#22378) ([d11b2ed](https://github.com/bitnami/charts/commit/d11b2ed)), closes [#22378](https://github.com/bitnami/charts/issues/22378) +* [bitnami/pinniped] Update CRDs and add source header (#22378) ([d11b2ed](https://github.com/bitnami/charts/commit/d11b2ed6b62ecf5c6c1c84f9fab498d9a5cc197d)), closes [#22378](https://github.com/bitnami/charts/issues/22378) ## 1.5.1 (2024-01-18) -* [bitnami/pinniped] Release 1.5.1 updating components versions (#22320) ([19f27d5](https://github.com/bitnami/charts/commit/19f27d5)), closes [#22320](https://github.com/bitnami/charts/issues/22320) +* [bitnami/pinniped] Release 1.5.1 updating components versions (#22320) ([19f27d5](https://github.com/bitnami/charts/commit/19f27d51891cb668cb14b3bdb60e51fca26d4f7b)), closes [#22320](https://github.com/bitnami/charts/issues/22320) ## 1.5.0 (2024-01-17) -* [bitnami/*] Fix ref links (in comments) (#21822) ([e4fa296](https://github.com/bitnami/charts/commit/e4fa296)), closes [#21822](https://github.com/bitnami/charts/issues/21822) -* [bitnami/pinniped] fix: :lock: Improve podSecurityContext and containerSecurityContext with essentia ([0d85351](https://github.com/bitnami/charts/commit/0d85351)), closes [#22176](https://github.com/bitnami/charts/issues/22176) +* [bitnami/*] Fix ref links (in comments) (#21822) ([e4fa296](https://github.com/bitnami/charts/commit/e4fa296106b225cf8c82445727c675c7c725e380)), closes [#21822](https://github.com/bitnami/charts/issues/21822) +* [bitnami/pinniped] fix: :lock: Improve podSecurityContext and containerSecurityContext with essentia ([0d85351](https://github.com/bitnami/charts/commit/0d853511d21f2b3a49b3491e2bb2d83b140a1a03)), closes [#22176](https://github.com/bitnami/charts/issues/22176) ## 1.4.6 (2024-01-10) -* [bitnami/*] Fix docs.bitnami.com broken links (#21901) ([f35506d](https://github.com/bitnami/charts/commit/f35506d)), closes [#21901](https://github.com/bitnami/charts/issues/21901) -* [bitnami/*] Update copyright: Year and company (#21815) ([6c4bf75](https://github.com/bitnami/charts/commit/6c4bf75)), closes [#21815](https://github.com/bitnami/charts/issues/21815) -* [bitnami/pinniped] Release 1.4.6 updating components versions (#21968) ([3839143](https://github.com/bitnami/charts/commit/3839143)), closes [#21968](https://github.com/bitnami/charts/issues/21968) +* [bitnami/*] Fix docs.bitnami.com broken links (#21901) ([f35506d](https://github.com/bitnami/charts/commit/f35506d2dadee4f097986e7792df1f53ab215b5d)), closes [#21901](https://github.com/bitnami/charts/issues/21901) +* [bitnami/*] Update copyright: Year and company (#21815) ([6c4bf75](https://github.com/bitnami/charts/commit/6c4bf75dec58fc7c9aee9f089777b1a858c17d5b)), closes [#21815](https://github.com/bitnami/charts/issues/21815) +* [bitnami/pinniped] Release 1.4.6 updating components versions (#21968) ([3839143](https://github.com/bitnami/charts/commit/3839143cd3e9a2e46caf67415ababdc32a60d8c6)), closes [#21968](https://github.com/bitnami/charts/issues/21968) ## 1.4.5 (2023-12-27) -* [bitnami/pinniped] Release 1.4.5 (#21600) ([38da69e](https://github.com/bitnami/charts/commit/38da69e)), closes [#21600](https://github.com/bitnami/charts/issues/21600) +* [bitnami/pinniped] Release 1.4.5 (#21600) ([38da69e](https://github.com/bitnami/charts/commit/38da69e3857b30c9e489b70979b2bebdbabda04e)), closes [#21600](https://github.com/bitnami/charts/issues/21600) ## 1.4.4 (2023-12-06) -* [bitnami/pinniped] Release 1.4.4 updating components versions (#21434) ([456d6d7](https://github.com/bitnami/charts/commit/456d6d7)), closes [#21434](https://github.com/bitnami/charts/issues/21434) +* [bitnami/pinniped] Release 1.4.4 updating components versions (#21434) ([456d6d7](https://github.com/bitnami/charts/commit/456d6d75ea217d92859d4246f87a9800e13c9e13)), closes [#21434](https://github.com/bitnami/charts/issues/21434) ## 1.4.3 (2023-11-21) -* [bitnami/*] Remove relative links to non-README sections, add verification for that and update TL;DR ([1103633](https://github.com/bitnami/charts/commit/1103633)), closes [#20967](https://github.com/bitnami/charts/issues/20967) -* [bitnami/*] Rename solutions to "Bitnami package for ..." (#21038) ([b82f979](https://github.com/bitnami/charts/commit/b82f979)), closes [#21038](https://github.com/bitnami/charts/issues/21038) -* [bitnami/pinniped] Release 1.4.3 updating components versions (#21157) ([6bb57cf](https://github.com/bitnami/charts/commit/6bb57cf)), closes [#21157](https://github.com/bitnami/charts/issues/21157) -* Update readme-generator links (#21043) ([1581eba](https://github.com/bitnami/charts/commit/1581eba)), closes [#21043](https://github.com/bitnami/charts/issues/21043) +* [bitnami/*] Remove relative links to non-README sections, add verification for that and update TL;DR ([1103633](https://github.com/bitnami/charts/commit/11036334d82df0490aa4abdb591543cab6cf7d7f)), closes [#20967](https://github.com/bitnami/charts/issues/20967) +* [bitnami/*] Rename solutions to "Bitnami package for ..." (#21038) ([b82f979](https://github.com/bitnami/charts/commit/b82f979e4fb63423fe6e2192c946d09d79c944fc)), closes [#21038](https://github.com/bitnami/charts/issues/21038) +* [bitnami/pinniped] Release 1.4.3 updating components versions (#21157) ([6bb57cf](https://github.com/bitnami/charts/commit/6bb57cfaaaec6f1827ce9d4b04074004cd6d0840)), closes [#21157](https://github.com/bitnami/charts/issues/21157) +* Update readme-generator links (#21043) ([1581eba](https://github.com/bitnami/charts/commit/1581eba8044d730a763c266f279ac2ac782f764d)), closes [#21043](https://github.com/bitnami/charts/issues/21043) ## 1.4.2 (2023-11-09) -* [bitnami/pinniped] Release 1.4.2 updating components versions (#20855) ([e8752bc](https://github.com/bitnami/charts/commit/e8752bc)), closes [#20855](https://github.com/bitnami/charts/issues/20855) +* [bitnami/pinniped] Release 1.4.2 updating components versions (#20855) ([e8752bc](https://github.com/bitnami/charts/commit/e8752bcf7d403234df22cea0c05b563dd5b2dd78)), closes [#20855](https://github.com/bitnami/charts/issues/20855) ## 1.4.1 (2023-11-09) -* [bitnami/pinniped] Release 1.4.1 updating components versions (#20777) ([42b59b4](https://github.com/bitnami/charts/commit/42b59b4)), closes [#20777](https://github.com/bitnami/charts/issues/20777) +* [bitnami/pinniped] Release 1.4.1 updating components versions (#20777) ([42b59b4](https://github.com/bitnami/charts/commit/42b59b415232052a488608eb605004341f555cdc)), closes [#20777](https://github.com/bitnami/charts/issues/20777) ## 1.4.0 (2023-11-06) -* [bitnami/*] Rename VMware Application Catalog (#20361) ([3acc734](https://github.com/bitnami/charts/commit/3acc734)), closes [#20361](https://github.com/bitnami/charts/issues/20361) -* [bitnami/*] Skip image's tag in the README files of the Bitnami Charts (#19841) ([bb9a01b](https://github.com/bitnami/charts/commit/bb9a01b)), closes [#19841](https://github.com/bitnami/charts/issues/19841) -* [bitnami/*] Standardize documentation (#19835) ([af5f753](https://github.com/bitnami/charts/commit/af5f753)), closes [#19835](https://github.com/bitnami/charts/issues/19835) -* [bitnami/pinniped] feat: :sparkles: Add support for PSA restricted policy (#20525) ([0642fb2](https://github.com/bitnami/charts/commit/0642fb2)), closes [#20525](https://github.com/bitnami/charts/issues/20525) +* [bitnami/*] Rename VMware Application Catalog (#20361) ([3acc734](https://github.com/bitnami/charts/commit/3acc73472beb6fb56c4d99f929061001205bc57e)), closes [#20361](https://github.com/bitnami/charts/issues/20361) +* [bitnami/*] Skip image's tag in the README files of the Bitnami Charts (#19841) ([bb9a01b](https://github.com/bitnami/charts/commit/bb9a01b65911c87e48318db922cc05eb42785e42)), closes [#19841](https://github.com/bitnami/charts/issues/19841) +* [bitnami/*] Standardize documentation (#19835) ([af5f753](https://github.com/bitnami/charts/commit/af5f7530c1bc8c5ded53a6c4f7b8f384ac1804f2)), closes [#19835](https://github.com/bitnami/charts/issues/19835) +* [bitnami/pinniped] feat: :sparkles: Add support for PSA restricted policy (#20525) ([0642fb2](https://github.com/bitnami/charts/commit/0642fb24f68a05b78c307d1f5702cfb43e059745)), closes [#20525](https://github.com/bitnami/charts/issues/20525) ## 1.3.10 (2023-10-16) -* [bitnami/pinniped] test: :white_check_mark: Update to use pinniped-cli (#20257) ([dbf3deb](https://github.com/bitnami/charts/commit/dbf3deb)), closes [#20257](https://github.com/bitnami/charts/issues/20257) +* [bitnami/pinniped] test: :white_check_mark: Update to use pinniped-cli (#20257) ([dbf3deb](https://github.com/bitnami/charts/commit/dbf3deb1a1b4e42269dda687babb1a8a747a557e)), closes [#20257](https://github.com/bitnami/charts/issues/20257) ## 1.3.9 (2023-10-11) -* [bitnami/pinniped] Release 1.3.9 (#20059) ([b629dd5](https://github.com/bitnami/charts/commit/b629dd5)), closes [#20059](https://github.com/bitnami/charts/issues/20059) +* [bitnami/pinniped] Release 1.3.9 (#20059) ([b629dd5](https://github.com/bitnami/charts/commit/b629dd57e22fb1c991167eb8a1171c8cc7ee2f70)), closes [#20059](https://github.com/bitnami/charts/issues/20059) ## 1.3.8 (2023-10-10) -* [bitnami/*] Update Helm charts prerequisites (#19745) ([eb755dd](https://github.com/bitnami/charts/commit/eb755dd)), closes [#19745](https://github.com/bitnami/charts/issues/19745) -* [bitnami/pinniped] Release 1.3.8 (#19982) ([98a9df8](https://github.com/bitnami/charts/commit/98a9df8)), closes [#19982](https://github.com/bitnami/charts/issues/19982) +* [bitnami/*] Update Helm charts prerequisites (#19745) ([eb755dd](https://github.com/bitnami/charts/commit/eb755dd36a4dd3cf6635be8e0598f9a7f4c4a554)), closes [#19745](https://github.com/bitnami/charts/issues/19745) +* [bitnami/pinniped] Release 1.3.8 (#19982) ([98a9df8](https://github.com/bitnami/charts/commit/98a9df83fe816eee922f999ea4ac5506fdd348d4)), closes [#19982](https://github.com/bitnami/charts/issues/19982) ## 1.3.7 (2023-10-04) -* [bitnami/pinniped] Bump chart version (missing in #19733) (#19738) ([6c585fb](https://github.com/bitnami/charts/commit/6c585fb)), closes [#19733](https://github.com/bitnami/charts/issues/19733) [#19738](https://github.com/bitnami/charts/issues/19738) -* [bitnami/pinniped] Fix issue with kubeCertAgent pullSecrets (#19733) ([387bdce](https://github.com/bitnami/charts/commit/387bdce)), closes [#19733](https://github.com/bitnami/charts/issues/19733) +* [bitnami/pinniped] Bump chart version (missing in #19733) (#19738) ([6c585fb](https://github.com/bitnami/charts/commit/6c585fb34dfd88bee4114ab8d17557ed4207d8fa)), closes [#19733](https://github.com/bitnami/charts/issues/19733) [#19738](https://github.com/bitnami/charts/issues/19738) +* [bitnami/pinniped] Fix issue with kubeCertAgent pullSecrets (#19733) ([387bdce](https://github.com/bitnami/charts/commit/387bdcec7294a1f488f485e8bf4eb6848f016920)), closes [#19733](https://github.com/bitnami/charts/issues/19733) ## 1.3.6 (2023-10-04) -* [bitnami/pinniped] Release 1.3.6 (#19734) ([8ecfaf8](https://github.com/bitnami/charts/commit/8ecfaf8)), closes [#19734](https://github.com/bitnami/charts/issues/19734) +* [bitnami/pinniped] Release 1.3.6 (#19734) ([8ecfaf8](https://github.com/bitnami/charts/commit/8ecfaf809e7627bcff86a6612960f7d78f701063)), closes [#19734](https://github.com/bitnami/charts/issues/19734) ## 1.3.5 (2023-10-03) -* [bitnami/pinniped] Add kubeCertAgent imagePullSecrets (#19688) ([672e6e3](https://github.com/bitnami/charts/commit/672e6e3)), closes [#19688](https://github.com/bitnami/charts/issues/19688) +* [bitnami/pinniped] Add kubeCertAgent imagePullSecrets (#19688) ([672e6e3](https://github.com/bitnami/charts/commit/672e6e3b3b0f6acd83e791900efd8fbebd78c1a7)), closes [#19688](https://github.com/bitnami/charts/issues/19688) ## 1.3.4 (2023-09-29) -* [bitnami/pinniped] Release 1.3.4 (#19600) ([eafbbe5](https://github.com/bitnami/charts/commit/eafbbe5)), closes [#19600](https://github.com/bitnami/charts/issues/19600) +* [bitnami/pinniped] Release 1.3.4 (#19600) ([eafbbe5](https://github.com/bitnami/charts/commit/eafbbe504c3a7f289e167559edaf1ce707652345)), closes [#19600](https://github.com/bitnami/charts/issues/19600) ## 1.3.3 (2023-09-19) -* [bitnami/*] Update readme files (#19277) ([e56aeb2](https://github.com/bitnami/charts/commit/e56aeb2)), closes [#19277](https://github.com/bitnami/charts/issues/19277) -* [bitnami/pinniped] Release 1.3.3 (#19399) ([bda8296](https://github.com/bitnami/charts/commit/bda8296)), closes [#19399](https://github.com/bitnami/charts/issues/19399) -* Autogenerate schema files (#19194) ([a2c2090](https://github.com/bitnami/charts/commit/a2c2090)), closes [#19194](https://github.com/bitnami/charts/issues/19194) -* Revert "Autogenerate schema files (#19194)" (#19335) ([73d80be](https://github.com/bitnami/charts/commit/73d80be)), closes [#19194](https://github.com/bitnami/charts/issues/19194) [#19335](https://github.com/bitnami/charts/issues/19335) +* [bitnami/*] Update readme files (#19277) ([e56aeb2](https://github.com/bitnami/charts/commit/e56aeb2fbfbf5b6e42375db48cc7ae1ef1c3a823)), closes [#19277](https://github.com/bitnami/charts/issues/19277) +* [bitnami/pinniped] Release 1.3.3 (#19399) ([bda8296](https://github.com/bitnami/charts/commit/bda829619886e7ce90e3edfaba56f3cb738034c2)), closes [#19399](https://github.com/bitnami/charts/issues/19399) +* Autogenerate schema files (#19194) ([a2c2090](https://github.com/bitnami/charts/commit/a2c2090b5ac97f47b745c8028c6452bf99739772)), closes [#19194](https://github.com/bitnami/charts/issues/19194) +* Revert "Autogenerate schema files (#19194)" (#19335) ([73d80be](https://github.com/bitnami/charts/commit/73d80be525c88fb4b8a54451a55acd506e337062)), closes [#19194](https://github.com/bitnami/charts/issues/19194) [#19335](https://github.com/bitnami/charts/issues/19335) ## 1.3.2 (2023-09-08) -* [bitnami/pinniped: Use merge helper]: (#19092) ([77366a9](https://github.com/bitnami/charts/commit/77366a9)), closes [#19092](https://github.com/bitnami/charts/issues/19092) +* [bitnami/pinniped: Use merge helper]: (#19092) ([77366a9](https://github.com/bitnami/charts/commit/77366a92a72f08019d875e8986c4ba0caf91ef67)), closes [#19092](https://github.com/bitnami/charts/issues/19092) ## 1.3.1 (2023-08-23) -* [bitnami/pinniped]: fix ingress annotations (#18804) ([8e569db](https://github.com/bitnami/charts/commit/8e569db)), closes [#18804](https://github.com/bitnami/charts/issues/18804) +* [bitnami/pinniped]: fix ingress annotations (#18804) ([8e569db](https://github.com/bitnami/charts/commit/8e569db24f106ba503fbdcd2ade14e5643da91e3)), closes [#18804](https://github.com/bitnami/charts/issues/18804) ## 1.3.0 (2023-08-22) -* [bitnami/pinniped] Support for customizing standard labels (#18406) ([de650bf](https://github.com/bitnami/charts/commit/de650bf)), closes [#18406](https://github.com/bitnami/charts/issues/18406) +* [bitnami/pinniped] Support for customizing standard labels (#18406) ([de650bf](https://github.com/bitnami/charts/commit/de650bf64697d4563d7e28b1bfa616e83f58103d)), closes [#18406](https://github.com/bitnami/charts/issues/18406) ## 1.2.11 (2023-08-20) -* [bitnami/pinniped] Release 1.2.11 (#18702) ([8b955eb](https://github.com/bitnami/charts/commit/8b955eb)), closes [#18702](https://github.com/bitnami/charts/issues/18702) +* [bitnami/pinniped] Release 1.2.11 (#18702) ([8b955eb](https://github.com/bitnami/charts/commit/8b955eb342630921c5250f42d674659e2e6a223d)), closes [#18702](https://github.com/bitnami/charts/issues/18702) ## 1.2.10 (2023-08-17) -* [bitnami/pinniped] Release 1.2.10 (#18491) ([dbd27db](https://github.com/bitnami/charts/commit/dbd27db)), closes [#18491](https://github.com/bitnami/charts/issues/18491) +* [bitnami/pinniped] Release 1.2.10 (#18491) ([dbd27db](https://github.com/bitnami/charts/commit/dbd27dbfd488c9ae362de332ab3072375fb8d541)), closes [#18491](https://github.com/bitnami/charts/issues/18491) ## 1.2.9 (2023-08-10) -* [bitnami/pinniped] Release 1.2.9 (#18341) ([8b1fc1b](https://github.com/bitnami/charts/commit/8b1fc1b)), closes [#18341](https://github.com/bitnami/charts/issues/18341) +* [bitnami/pinniped] Release 1.2.9 (#18341) ([8b1fc1b](https://github.com/bitnami/charts/commit/8b1fc1b975c005b74cf6107a7e54bdc7aa2b0c85)), closes [#18341](https://github.com/bitnami/charts/issues/18341) ## 1.2.8 (2023-08-08) -* [bitnami/pinniped] chore: :page_facing_up: Remove license in CRDs (#18267) ([882a49e](https://github.com/bitnami/charts/commit/882a49e)), closes [#18267](https://github.com/bitnami/charts/issues/18267) +* [bitnami/pinniped] chore: :page_facing_up: Remove license in CRDs (#18267) ([882a49e](https://github.com/bitnami/charts/commit/882a49e01d9ce63f8e32330c0d85c9bfe7552ac4)), closes [#18267](https://github.com/bitnami/charts/issues/18267) ## 1.2.7 (2023-08-03) -* [bitnami/pinniped] Release 1.2.7 (#18149) ([bc586bb](https://github.com/bitnami/charts/commit/bc586bb)), closes [#18149](https://github.com/bitnami/charts/issues/18149) +* [bitnami/pinniped] Release 1.2.7 (#18149) ([bc586bb](https://github.com/bitnami/charts/commit/bc586bbca9ca93e22036bc2afd9eac96f1ccfc7d)), closes [#18149](https://github.com/bitnami/charts/issues/18149) ## 1.2.6 (2023-07-31) -* [bitnami/pinniped] Allow array for loadBalancerSourceRanges (#18017) ([411009f](https://github.com/bitnami/charts/commit/411009f)), closes [#18017](https://github.com/bitnami/charts/issues/18017) -* [bitnami/pinniped] fix: deploy credentialissuer only for concierge (#17737) ([da45f03](https://github.com/bitnami/charts/commit/da45f03)), closes [#17737](https://github.com/bitnami/charts/issues/17737) +* [bitnami/pinniped] Allow array for loadBalancerSourceRanges (#18017) ([411009f](https://github.com/bitnami/charts/commit/411009fa45afd43cbd3a85de0378c2b01ea7b748)), closes [#18017](https://github.com/bitnami/charts/issues/18017) +* [bitnami/pinniped] fix: deploy credentialissuer only for concierge (#17737) ([da45f03](https://github.com/bitnami/charts/commit/da45f03512302c16508924b259bdfde82083c653)), closes [#17737](https://github.com/bitnami/charts/issues/17737) ## 1.2.5 (2023-07-17) -* [bitnami/pinniped] Release 1.2.5 (#17739) ([83bfb7c](https://github.com/bitnami/charts/commit/83bfb7c)), closes [#17739](https://github.com/bitnami/charts/issues/17739) +* [bitnami/pinniped] Release 1.2.5 (#17739) ([83bfb7c](https://github.com/bitnami/charts/commit/83bfb7c2bcb8eacf87c049409c8e442847d7a03d)), closes [#17739](https://github.com/bitnami/charts/issues/17739) ## 1.2.4 (2023-07-13) -* [bitnami/pinniped] Release 1.2.4 (#17694) ([2ebd777](https://github.com/bitnami/charts/commit/2ebd777)), closes [#17694](https://github.com/bitnami/charts/issues/17694) +* [bitnami/pinniped] Release 1.2.4 (#17694) ([2ebd777](https://github.com/bitnami/charts/commit/2ebd7778a12299afaebb65c065cafc4f05d0c923)), closes [#17694](https://github.com/bitnami/charts/issues/17694) ## 1.2.3 (2023-06-30) -* [bitnami/pinniped] Release 1.2.3 (#17416) ([b6516fa](https://github.com/bitnami/charts/commit/b6516fa)), closes [#17416](https://github.com/bitnami/charts/issues/17416) -* Add copyright header (#17300) ([da68be8](https://github.com/bitnami/charts/commit/da68be8)), closes [#17300](https://github.com/bitnami/charts/issues/17300) -* Update charts readme (#17217) ([31b3c0a](https://github.com/bitnami/charts/commit/31b3c0a)), closes [#17217](https://github.com/bitnami/charts/issues/17217) +* [bitnami/pinniped] Release 1.2.3 (#17416) ([b6516fa](https://github.com/bitnami/charts/commit/b6516fa0be55ecc664c56149e6c1f157673ac5a7)), closes [#17416](https://github.com/bitnami/charts/issues/17416) +* Add copyright header (#17300) ([da68be8](https://github.com/bitnami/charts/commit/da68be8e951225133c7dfb572d5101ca3d61c5ae)), closes [#17300](https://github.com/bitnami/charts/issues/17300) +* Update charts readme (#17217) ([31b3c0a](https://github.com/bitnami/charts/commit/31b3c0afd968ff4429107e34101f7509e6a0e913)), closes [#17217](https://github.com/bitnami/charts/issues/17217) ## 1.2.2 (2023-06-14) -* [bitnami/*] Change copyright section in READMEs (#17006) ([ef986a1](https://github.com/bitnami/charts/commit/ef986a1)), closes [#17006](https://github.com/bitnami/charts/issues/17006) -* [bitnami/pinniped] Release 1.2.2 (#17121) ([7f42993](https://github.com/bitnami/charts/commit/7f42993)), closes [#17121](https://github.com/bitnami/charts/issues/17121) -* [bitnami/several] Change copyright section in READMEs (#16989) ([5b6a5cf](https://github.com/bitnami/charts/commit/5b6a5cf)), closes [#16989](https://github.com/bitnami/charts/issues/16989) +* [bitnami/*] Change copyright section in READMEs (#17006) ([ef986a1](https://github.com/bitnami/charts/commit/ef986a1605241102b3dcafe9fd8089e6fc1201ad)), closes [#17006](https://github.com/bitnami/charts/issues/17006) +* [bitnami/pinniped] Release 1.2.2 (#17121) ([7f42993](https://github.com/bitnami/charts/commit/7f429932d9688f2b1cc76f8550fbeaac58a1efb7)), closes [#17121](https://github.com/bitnami/charts/issues/17121) +* [bitnami/several] Change copyright section in READMEs (#16989) ([5b6a5cf](https://github.com/bitnami/charts/commit/5b6a5cfb7625a751848a2e5cd796bd7278f406ca)), closes [#16989](https://github.com/bitnami/charts/issues/16989) ## 1.2.1 (2023-05-21) -* [bitnami/pinniped] Release 1.2.1 (#16791) ([d49db16](https://github.com/bitnami/charts/commit/d49db16)), closes [#16791](https://github.com/bitnami/charts/issues/16791) -* Add wording for enterprise page (#16560) ([8f22774](https://github.com/bitnami/charts/commit/8f22774)), closes [#16560](https://github.com/bitnami/charts/issues/16560) +* [bitnami/pinniped] Release 1.2.1 (#16791) ([d49db16](https://github.com/bitnami/charts/commit/d49db1614cd3427597f3e86ddc2fb0d21e442e02)), closes [#16791](https://github.com/bitnami/charts/issues/16791) +* Add wording for enterprise page (#16560) ([8f22774](https://github.com/bitnami/charts/commit/8f2277440b976d52785ba9149762ad8620a73d1f)), closes [#16560](https://github.com/bitnami/charts/issues/16560) ## 1.2.0 (2023-05-09) -* [bitnami/several] Adapt Chart.yaml to set desired OCI annotations (#16546) ([fc9b18f](https://github.com/bitnami/charts/commit/fc9b18f)), closes [#16546](https://github.com/bitnami/charts/issues/16546) +* [bitnami/several] Adapt Chart.yaml to set desired OCI annotations (#16546) ([fc9b18f](https://github.com/bitnami/charts/commit/fc9b18f2e98805d4df629acbcde696f44f973344)), closes [#16546](https://github.com/bitnami/charts/issues/16546) ## 1.1.2 (2023-05-09) -* [bitnami/pinniped] Release 1.1.2 (#16533) ([71b0f25](https://github.com/bitnami/charts/commit/71b0f25)), closes [#16533](https://github.com/bitnami/charts/issues/16533) +* [bitnami/pinniped] Release 1.1.2 (#16533) ([71b0f25](https://github.com/bitnami/charts/commit/71b0f2564f404588e98f8f22cb453b4bac84a895)), closes [#16533](https://github.com/bitnami/charts/issues/16533) ## 1.1.1 (2023-05-07) -* [bitnami/pinniped] Release 1.1.1 (#16422) ([7fb48fc](https://github.com/bitnami/charts/commit/7fb48fc)), closes [#16422](https://github.com/bitnami/charts/issues/16422) +* [bitnami/pinniped] Release 1.1.1 (#16422) ([7fb48fc](https://github.com/bitnami/charts/commit/7fb48fc6de099470c980658f38e05465ed735a12)), closes [#16422](https://github.com/bitnami/charts/issues/16422) ## 1.1.0 (2023-04-20) -* [bitnami/*] Make Helm charts 100% OCI (#15998) ([8841510](https://github.com/bitnami/charts/commit/8841510)), closes [#15998](https://github.com/bitnami/charts/issues/15998) +* [bitnami/*] Make Helm charts 100% OCI (#15998) ([8841510](https://github.com/bitnami/charts/commit/884151035efcbf2e1b3206e7def85511073fb57d)), closes [#15998](https://github.com/bitnami/charts/issues/15998) ## 1.0.10 (2023-04-05) -* [bitnami/pinniped] Release 1.0.10 (#15965) ([b257acd](https://github.com/bitnami/charts/commit/b257acd)), closes [#15965](https://github.com/bitnami/charts/issues/15965) +* [bitnami/pinniped] Release 1.0.10 (#15965) ([b257acd](https://github.com/bitnami/charts/commit/b257acd3e581970e652bd7fb18fd5b877c613aa6)), closes [#15965](https://github.com/bitnami/charts/issues/15965) ## 1.0.9 (2023-04-01) -* [bitnami/pinniped] Release 1.0.9 (#15918) ([cb46887](https://github.com/bitnami/charts/commit/cb46887)), closes [#15918](https://github.com/bitnami/charts/issues/15918) +* [bitnami/pinniped] Release 1.0.9 (#15918) ([cb46887](https://github.com/bitnami/charts/commit/cb46887b633ee559526fb07c5b13f4a7436ff26c)), closes [#15918](https://github.com/bitnami/charts/issues/15918) ## 1.0.8 (2023-03-22) -* [bitnami/charts] Apply linter to README files (#15357) ([0e29e60](https://github.com/bitnami/charts/commit/0e29e60)), closes [#15357](https://github.com/bitnami/charts/issues/15357) -* [bitnami/pinniped] Release 1.0.8 (#15671) ([eb19787](https://github.com/bitnami/charts/commit/eb19787)), closes [#15671](https://github.com/bitnami/charts/issues/15671) -* Fix url links in several charts README.md (#15370) ([f4a5fed](https://github.com/bitnami/charts/commit/f4a5fed)), closes [#15370](https://github.com/bitnami/charts/issues/15370) +* [bitnami/charts] Apply linter to README files (#15357) ([0e29e60](https://github.com/bitnami/charts/commit/0e29e600d3adc8b1b46e506eccb3decfab3b4e63)), closes [#15357](https://github.com/bitnami/charts/issues/15357) +* [bitnami/pinniped] Release 1.0.8 (#15671) ([eb19787](https://github.com/bitnami/charts/commit/eb19787538f399169bf682684e6f654fd9cace3e)), closes [#15671](https://github.com/bitnami/charts/issues/15671) +* Fix url links in several charts README.md (#15370) ([f4a5fed](https://github.com/bitnami/charts/commit/f4a5fedc49671cc1514f26612b3e2a592c2c1e94)), closes [#15370](https://github.com/bitnami/charts/issues/15370) ## 1.0.7 (2023-03-01) -* [bitnami/pinniped] Release 1.0.7 (#15279) ([307f6dd](https://github.com/bitnami/charts/commit/307f6dd)), closes [#15279](https://github.com/bitnami/charts/issues/15279) -* Fixes dead links (#15065) ([9e99fd9](https://github.com/bitnami/charts/commit/9e99fd9)), closes [#15065](https://github.com/bitnami/charts/issues/15065) +* [bitnami/pinniped] Release 1.0.7 (#15279) ([307f6dd](https://github.com/bitnami/charts/commit/307f6dd01922d655ef32e197ca3e75cb5c5669aa)), closes [#15279](https://github.com/bitnami/charts/issues/15279) +* Fixes dead links (#15065) ([9e99fd9](https://github.com/bitnami/charts/commit/9e99fd94d89605c2aa47417ae80eecb86719d904)), closes [#15065](https://github.com/bitnami/charts/issues/15065) ## 1.0.6 (2023-02-17) -* [bitnami/*] Change copyright date (#14682) ([add4ec7](https://github.com/bitnami/charts/commit/add4ec7)), closes [#14682](https://github.com/bitnami/charts/issues/14682) -* [bitnami/*] Fix markdown linter issues (#14874) ([a51e0e8](https://github.com/bitnami/charts/commit/a51e0e8)), closes [#14874](https://github.com/bitnami/charts/issues/14874) -* [bitnami/*] Fix markdown linter issues 2 (#14890) ([aa96572](https://github.com/bitnami/charts/commit/aa96572)), closes [#14890](https://github.com/bitnami/charts/issues/14890) -* [bitnami/pinniped] Release 1.0.6 (#15004) ([585423f](https://github.com/bitnami/charts/commit/585423f)), closes [#15004](https://github.com/bitnami/charts/issues/15004) +* [bitnami/*] Change copyright date (#14682) ([add4ec7](https://github.com/bitnami/charts/commit/add4ec701108ac36ed4de2dffbdf407a0d091067)), closes [#14682](https://github.com/bitnami/charts/issues/14682) +* [bitnami/*] Fix markdown linter issues (#14874) ([a51e0e8](https://github.com/bitnami/charts/commit/a51e0e8d35495b907f3e70dd2f8e7c3bcbf4166a)), closes [#14874](https://github.com/bitnami/charts/issues/14874) +* [bitnami/*] Fix markdown linter issues 2 (#14890) ([aa96572](https://github.com/bitnami/charts/commit/aa9657237ee8df4a46db0d7fdf8a23230dd6902a)), closes [#14890](https://github.com/bitnami/charts/issues/14890) +* [bitnami/pinniped] Release 1.0.6 (#15004) ([585423f](https://github.com/bitnami/charts/commit/585423f596349918162d31f9acbda57a75013ff2)), closes [#15004](https://github.com/bitnami/charts/issues/15004) ## 1.0.5 (2023-01-31) -* [bitnami/pinniped] Don't regenerate self-signed certs on upgrade (#14650) ([d6a16bd](https://github.com/bitnami/charts/commit/d6a16bd)), closes [#14650](https://github.com/bitnami/charts/issues/14650) +* [bitnami/pinniped] Don't regenerate self-signed certs on upgrade (#14650) ([d6a16bd](https://github.com/bitnami/charts/commit/d6a16bde0459dc5138aaa612cd1c7ec113b8f4d7)), closes [#14650](https://github.com/bitnami/charts/issues/14650) ## 1.0.4 (2023-01-27) -* [bitnami/pinniped] update pinniped supervisor CRDs for v0.22.0 (#14567) ([5fa9c02](https://github.com/bitnami/charts/commit/5fa9c02)), closes [#14567](https://github.com/bitnami/charts/issues/14567) +* [bitnami/pinniped] update pinniped supervisor CRDs for v0.22.0 (#14567) ([5fa9c02](https://github.com/bitnami/charts/commit/5fa9c025be79c543b25bbc12befd2da2d9ff665b)), closes [#14567](https://github.com/bitnami/charts/issues/14567) ## 1.0.3 (2023-01-24) -* [bitnami/*] Unify READMEs (#14472) ([2064fb8](https://github.com/bitnami/charts/commit/2064fb8)), closes [#14472](https://github.com/bitnami/charts/issues/14472) -* [bitnami/pinniped] Impersonation proxy fix (#14278) ([30f2069](https://github.com/bitnami/charts/commit/30f2069)), closes [#14278](https://github.com/bitnami/charts/issues/14278) +* [bitnami/*] Unify READMEs (#14472) ([2064fb8](https://github.com/bitnami/charts/commit/2064fb8dcc78a845cdede8211af8c3cc52551161)), closes [#14472](https://github.com/bitnami/charts/issues/14472) +* [bitnami/pinniped] Impersonation proxy fix (#14278) ([30f2069](https://github.com/bitnami/charts/commit/30f2069e0b8ce5331987d06dc744b6d1bc1f04ec)), closes [#14278](https://github.com/bitnami/charts/issues/14278) ## 1.0.2 (2023-01-20) -* [bitnami/*] Add license annotation and remove obsolete engine parameter (#14293) ([da2a794](https://github.com/bitnami/charts/commit/da2a794)), closes [#14293](https://github.com/bitnami/charts/issues/14293) -* [bitnami/*] Change licenses annotation format (#14377) ([0ab7608](https://github.com/bitnami/charts/commit/0ab7608)), closes [#14377](https://github.com/bitnami/charts/issues/14377) -* [bitnami/pinniped] Release 1.0.2 (#14462) ([21dbd37](https://github.com/bitnami/charts/commit/21dbd37)), closes [#14462](https://github.com/bitnami/charts/issues/14462) +* [bitnami/*] Add license annotation and remove obsolete engine parameter (#14293) ([da2a794](https://github.com/bitnami/charts/commit/da2a7943bae95b6e9b5b4ed972c15e990b69fdb0)), closes [#14293](https://github.com/bitnami/charts/issues/14293) +* [bitnami/*] Change licenses annotation format (#14377) ([0ab7608](https://github.com/bitnami/charts/commit/0ab760862c660fcc78cffadf8e1d8cdd70881473)), closes [#14377](https://github.com/bitnami/charts/issues/14377) +* [bitnami/pinniped] Release 1.0.2 (#14462) ([21dbd37](https://github.com/bitnami/charts/commit/21dbd37cbcb4da5c4cbf0d1214a2e8fe5688113a)), closes [#14462](https://github.com/bitnami/charts/issues/14462) ## 1.0.1 (2023-01-11) -* [bitnami/pinniped] Bump version chart to force new publish (#14289) ([906f25d](https://github.com/bitnami/charts/commit/906f25d)), closes [#14289](https://github.com/bitnami/charts/issues/14289) +* [bitnami/pinniped] Bump version chart to force new publish (#14289) ([906f25d](https://github.com/bitnami/charts/commit/906f25dbeb058b76e225f82ec23c64575dea57a5)), closes [#14289](https://github.com/bitnami/charts/issues/14289) ## 1.0.0 (2023-01-11) -* [bitnami/pinniped] Separate service configuration for supervisor api and aggregator server (#13876) ([4db2a46](https://github.com/bitnami/charts/commit/4db2a46)), closes [#13876](https://github.com/bitnami/charts/issues/13876) +* [bitnami/pinniped] Separate service configuration for supervisor api and aggregator server (#13876) ([4db2a46](https://github.com/bitnami/charts/commit/4db2a46e74ae32edaaf5cc3567455001ea0151ab)), closes [#13876](https://github.com/bitnami/charts/issues/13876) ## 0.4.7 (2022-12-21) -* [bitnami/pinniped] Release 0.4.7 (#14062) ([c38ba07](https://github.com/bitnami/charts/commit/c38ba07)), closes [#14062](https://github.com/bitnami/charts/issues/14062) +* [bitnami/pinniped] Release 0.4.7 (#14062) ([c38ba07](https://github.com/bitnami/charts/commit/c38ba0709f59cfaec6a09e7283abd8865aab8783)), closes [#14062](https://github.com/bitnami/charts/issues/14062) ## 0.4.6 (2022-12-03) -* [bitnami/pinniped] Release 0.4.6 (#13823) ([138d70f](https://github.com/bitnami/charts/commit/138d70f)), closes [#13823](https://github.com/bitnami/charts/issues/13823) +* [bitnami/pinniped] Release 0.4.6 (#13823) ([138d70f](https://github.com/bitnami/charts/commit/138d70f5668a1377cc02704282055f59490735ed)), closes [#13823](https://github.com/bitnami/charts/issues/13823) ## 0.4.5 (2022-11-23) -* [bitnami/pinniped] fix apiversion hardcode ClusterRoleBinding (#13628) ([05840f1](https://github.com/bitnami/charts/commit/05840f1)), closes [#13628](https://github.com/bitnami/charts/issues/13628) +* [bitnami/pinniped] fix apiversion hardcode ClusterRoleBinding (#13628) ([05840f1](https://github.com/bitnami/charts/commit/05840f12d07eb8edbd50ed708f600599aa905f61)), closes [#13628](https://github.com/bitnami/charts/issues/13628) ## 0.4.4 (2022-11-03) -* [bitnami/pinniped] Release 0.4.4 (#13332) ([98e58cc](https://github.com/bitnami/charts/commit/98e58cc)), closes [#13332](https://github.com/bitnami/charts/issues/13332) +* [bitnami/pinniped] Release 0.4.4 (#13332) ([98e58cc](https://github.com/bitnami/charts/commit/98e58ccab59867d1746687553d79e68a9a670b94)), closes [#13332](https://github.com/bitnami/charts/issues/13332) ## 0.4.3 (2022-10-28) -* [bitnami/pinniped] Fix serviceaccount and apiserver object name (#13224) ([7d5498c](https://github.com/bitnami/charts/commit/7d5498c)), closes [#13224](https://github.com/bitnami/charts/issues/13224) +* [bitnami/pinniped] Fix serviceaccount and apiserver object name (#13224) ([7d5498c](https://github.com/bitnami/charts/commit/7d5498c14b3ac2e3b12e88fd062f26c74d88062a)), closes [#13224](https://github.com/bitnami/charts/issues/13224) ## 0.4.2 (2022-10-17) -* [bitnami/*] Use new default branch name in links (#12943) ([a529e02](https://github.com/bitnami/charts/commit/a529e02)), closes [#12943](https://github.com/bitnami/charts/issues/12943) -* [bitnami/pinniped] create svc for listener serving aggregated api service (#12951) ([f6ee6ae](https://github.com/bitnami/charts/commit/f6ee6ae)), closes [#12951](https://github.com/bitnami/charts/issues/12951) +* [bitnami/*] Use new default branch name in links (#12943) ([a529e02](https://github.com/bitnami/charts/commit/a529e02597d49d944eba1eb0f190713293247176)), closes [#12943](https://github.com/bitnami/charts/issues/12943) +* [bitnami/pinniped] create svc for listener serving aggregated api service (#12951) ([f6ee6ae](https://github.com/bitnami/charts/commit/f6ee6aea326d4869ec5f6e8f240f6c0f4578d872)), closes [#12951](https://github.com/bitnami/charts/issues/12951) ## 0.4.1 (2022-10-13) -* bitnami/pinniped fix pinniped-supervisor CRD labels (#12911) ([4ed62ad](https://github.com/bitnami/charts/commit/4ed62ad)), closes [#12911](https://github.com/bitnami/charts/issues/12911) +* bitnami/pinniped fix pinniped-supervisor CRD labels (#12911) ([4ed62ad](https://github.com/bitnami/charts/commit/4ed62adcc07d62ce5644fba7ae4c4893774b08b0)), closes [#12911](https://github.com/bitnami/charts/issues/12911) ## 0.4.0 (2022-10-11) -* bitnami/pinniped release 0.3.3 (#12894) ([f99d5e4](https://github.com/bitnami/charts/commit/f99d5e4)), closes [#12894](https://github.com/bitnami/charts/issues/12894) -* Generic README instructions related to the repo (#12792) ([3cf6b10](https://github.com/bitnami/charts/commit/3cf6b10)), closes [#12792](https://github.com/bitnami/charts/issues/12792) +* bitnami/pinniped release 0.3.3 (#12894) ([f99d5e4](https://github.com/bitnami/charts/commit/f99d5e4544a3f85ce85e19978c69a44688c8d158)), closes [#12894](https://github.com/bitnami/charts/issues/12894) +* Generic README instructions related to the repo (#12792) ([3cf6b10](https://github.com/bitnami/charts/commit/3cf6b10e10e60df4b3e191d6b99aa99a9f597755)), closes [#12792](https://github.com/bitnami/charts/issues/12792) ## 0.3.2 (2022-09-23) -* [bitnami/pinniped] Use custom probes if given (#12547) ([fea3250](https://github.com/bitnami/charts/commit/fea3250)), closes [#12547](https://github.com/bitnami/charts/issues/12547) [#12354](https://github.com/bitnami/charts/issues/12354) +* [bitnami/pinniped] Use custom probes if given (#12547) ([fea3250](https://github.com/bitnami/charts/commit/fea3250f6a50833205c63cadabdabfbc29d82a21)), closes [#12547](https://github.com/bitnami/charts/issues/12547) [#12354](https://github.com/bitnami/charts/issues/12354) ## 0.3.1 (2022-09-14) -* [bitnami/pinniped] Fix ingerss supervisor (#11850) ([ddba459](https://github.com/bitnami/charts/commit/ddba459)), closes [#11850](https://github.com/bitnami/charts/issues/11850) +* [bitnami/pinniped] Fix ingerss supervisor (#11850) ([ddba459](https://github.com/bitnami/charts/commit/ddba45929427de6466e8f1da807d97b5cfdce346)), closes [#11850](https://github.com/bitnami/charts/issues/11850) ## 0.3.0 (2022-09-02) -* [bitnami/pinniped] add support for hostNetwork (#11247) ([3658a88](https://github.com/bitnami/charts/commit/3658a88)), closes [#11247](https://github.com/bitnami/charts/issues/11247) +* [bitnami/pinniped] add support for hostNetwork (#11247) ([3658a88](https://github.com/bitnami/charts/commit/3658a88553960692275069494f42f55834137c44)), closes [#11247](https://github.com/bitnami/charts/issues/11247) ## 0.2.2 (2022-08-29) -* [bitnami/pinniped] Release 0.2.2 (#12191) ([2fe82e7](https://github.com/bitnami/charts/commit/2fe82e7)), closes [#12191](https://github.com/bitnami/charts/issues/12191) +* [bitnami/pinniped] Release 0.2.2 (#12191) ([2fe82e7](https://github.com/bitnami/charts/commit/2fe82e75825445acf17e24e8f571a61e05124820)), closes [#12191](https://github.com/bitnami/charts/issues/12191) ## 0.2.1 (2022-08-23) -* [bitnami/pinniped] Update Chart.lock (#12075) ([aa15884](https://github.com/bitnami/charts/commit/aa15884)), closes [#12075](https://github.com/bitnami/charts/issues/12075) +* [bitnami/pinniped] Update Chart.lock (#12075) ([aa15884](https://github.com/bitnami/charts/commit/aa15884faf3a1f5e10d06fe59895a364825ad694)), closes [#12075](https://github.com/bitnami/charts/issues/12075) ## 0.2.0 (2022-08-22) -* [bitnami/pinniped] Add support for image digest apart from tag (#11944) ([1784352](https://github.com/bitnami/charts/commit/1784352)), closes [#11944](https://github.com/bitnami/charts/issues/11944) +* [bitnami/pinniped] Add support for image digest apart from tag (#11944) ([1784352](https://github.com/bitnami/charts/commit/17843521a921a126f06a8934264f3c5c552a824a)), closes [#11944](https://github.com/bitnami/charts/issues/11944) ## 0.1.8 (2022-08-18) -* [bitnami/pinniped] Release 0.1.8 (#11646) ([3e57843](https://github.com/bitnami/charts/commit/3e57843)), closes [#11646](https://github.com/bitnami/charts/issues/11646) +* [bitnami/pinniped] Release 0.1.8 (#11646) ([3e57843](https://github.com/bitnami/charts/commit/3e57843218873458b14442a6a6bbf544cbcb9f9d)), closes [#11646](https://github.com/bitnami/charts/issues/11646) ## 0.1.7 (2022-08-04) -* [bitnami/pinniped] Release 0.1.7 (#11568) ([42ed7cb](https://github.com/bitnami/charts/commit/42ed7cb)), closes [#11568](https://github.com/bitnami/charts/issues/11568) +* [bitnami/pinniped] Release 0.1.7 (#11568) ([42ed7cb](https://github.com/bitnami/charts/commit/42ed7cb9ec7eb60e5db3ae3e00b14c076bebe126)), closes [#11568](https://github.com/bitnami/charts/issues/11568) ## 0.1.6 (2022-07-30) -* [bitnami/*] Update URLs to point to the new bitnami/containers monorepo (#11352) ([d665af0](https://github.com/bitnami/charts/commit/d665af0)), closes [#11352](https://github.com/bitnami/charts/issues/11352) -* [bitnami/pinniped] Release 0.1.6 (#11428) ([2f750f5](https://github.com/bitnami/charts/commit/2f750f5)), closes [#11428](https://github.com/bitnami/charts/issues/11428) +* [bitnami/*] Update URLs to point to the new bitnami/containers monorepo (#11352) ([d665af0](https://github.com/bitnami/charts/commit/d665af0c708846192d8d5fb2f5f9ea65dd464ab0)), closes [#11352](https://github.com/bitnami/charts/issues/11352) +* [bitnami/pinniped] Release 0.1.6 (#11428) ([2f750f5](https://github.com/bitnami/charts/commit/2f750f52dc36638015d5049b71e5d91d9723f0db)), closes [#11428](https://github.com/bitnami/charts/issues/11428) ## 0.1.5 (2022-06-30) -* [bitnami/pinniped] Release 0.1.5 (#10932) ([2b63fae](https://github.com/bitnami/charts/commit/2b63fae)), closes [#10932](https://github.com/bitnami/charts/issues/10932) +* [bitnami/pinniped] Release 0.1.5 (#10932) ([2b63fae](https://github.com/bitnami/charts/commit/2b63fae53d37779e9a5c8d465654ba9b7acc9106)), closes [#10932](https://github.com/bitnami/charts/issues/10932) ## 0.1.4 (2022-06-21) -* [bitnami/pinniped] Change maintainers (#10838) ([c3f9e2a](https://github.com/bitnami/charts/commit/c3f9e2a)), closes [#10838](https://github.com/bitnami/charts/issues/10838) +* [bitnami/pinniped] Change maintainers (#10838) ([c3f9e2a](https://github.com/bitnami/charts/commit/c3f9e2aa2cc90b7695fdb4c48c4155ebbd168d0b)), closes [#10838](https://github.com/bitnami/charts/issues/10838) ## 0.1.3 (2022-06-14) -* [bitnami/pinniped] Release 0.1.3 (#10766) ([68cf2d6](https://github.com/bitnami/charts/commit/68cf2d6)), closes [#10766](https://github.com/bitnami/charts/issues/10766) +* [bitnami/pinniped] Release 0.1.3 (#10766) ([68cf2d6](https://github.com/bitnami/charts/commit/68cf2d613c7012b72eb18aab0f7132d37bec41aa)), closes [#10766](https://github.com/bitnami/charts/issues/10766) ## 0.1.2 (2022-06-14) -* [bitnami/pinniped] fix: :bug: Use proper type for sidecars and init containers (#10755) ([d8d380f](https://github.com/bitnami/charts/commit/d8d380f)), closes [#10755](https://github.com/bitnami/charts/issues/10755) +* [bitnami/pinniped] fix: :bug: Use proper type for sidecars and init containers (#10755) ([d8d380f](https://github.com/bitnami/charts/commit/d8d380fea9cdac4d5b19d27b61dbf115148591da)), closes [#10755](https://github.com/bitnami/charts/issues/10755) ## 0.1.1 (2022-06-14) -* [bitnami/pinniped] fix: :bug: Allow long release names (#10740) ([2ccba77](https://github.com/bitnami/charts/commit/2ccba77)), closes [#10740](https://github.com/bitnami/charts/issues/10740) +* [bitnami/pinniped] fix: :bug: Allow long release names (#10740) ([2ccba77](https://github.com/bitnami/charts/commit/2ccba77b08bed7ba0bf7436606cb9652f061e0e2)), closes [#10740](https://github.com/bitnami/charts/issues/10740) ## 0.1.0 (2022-06-14) -* [bitnami/pinniped] feat: :tada: Add chart (#10569) ([cd7ccca](https://github.com/bitnami/charts/commit/cd7ccca)), closes [#10569](https://github.com/bitnami/charts/issues/10569) +* [bitnami/pinniped] feat: :tada: Add chart (#10569) ([cd7ccca](https://github.com/bitnami/charts/commit/cd7cccabbae6bf3899116489078204ab13e92cc4)), closes [#10569](https://github.com/bitnami/charts/issues/10569) diff --git a/bitnami/pinniped/Chart.yaml b/bitnami/pinniped/Chart.yaml index 2548e6953497b7..2e55ddc0f8549c 100644 --- a/bitnami/pinniped/Chart.yaml +++ b/bitnami/pinniped/Chart.yaml @@ -27,4 +27,4 @@ maintainers: name: pinniped sources: - https://github.com/bitnami/charts/tree/main/bitnami/pinniped -version: 2.1.1 +version: 2.2.0 diff --git a/bitnami/pinniped/README.md b/bitnami/pinniped/README.md index 4ac769a56bae23..5787a9c90ffaf0 100644 --- a/bitnami/pinniped/README.md +++ b/bitnami/pinniped/README.md @@ -230,6 +230,9 @@ The [Bitnami pinniped](https://github.com/bitnami/containers/tree/main/bitnami/p | `concierge.extraVolumeMounts` | Optionally specify extra list of additional volumeMounts for the Concierge container(s) | `[]` | | `concierge.sidecars` | Add additional sidecar containers to the Concierge pod(s) | `[]` | | `concierge.initContainers` | Add additional init containers to the Concierge pod(s) | `[]` | +| `concierge.pdb.create` | Enable/disable a Pod Disruption Budget creation | `true` | +| `concierge.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `""` | +| `concierge.pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `concierge.pdb.minAvailable` and `concierge.pdb.maxUnavailable` are empty. | `""` | ### Concierge RBAC settings @@ -350,6 +353,9 @@ The [Bitnami pinniped](https://github.com/bitnami/containers/tree/main/bitnami/p | `supervisor.extraVolumeMounts` | Optionally specify extra list of additional volumeMounts for the Supervisor container(s) | `[]` | | `supervisor.sidecars` | Add additional sidecar containers to the Supervisor pod(s) | `[]` | | `supervisor.initContainers` | Add additional init containers to the Supervisor pod(s) | `[]` | +| `supervisor.pdb.create` | Enable/disable a Pod Disruption Budget creation | `true` | +| `supervisor.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `""` | +| `supervisor.pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `supervisor.pdb.minAvailable` and `supervisor.pdb.maxUnavailable` are empty. | `""` | ### Supervisor RBAC settings diff --git a/bitnami/pinniped/templates/concierge/pdb.yaml b/bitnami/pinniped/templates/concierge/pdb.yaml new file mode 100644 index 00000000000000..9797708bca6750 --- /dev/null +++ b/bitnami/pinniped/templates/concierge/pdb.yaml @@ -0,0 +1,29 @@ +{{- /* +Copyright Broadcom, Inc. All Rights Reserved. +SPDX-License-Identifier: APACHE-2.0 +*/}} + +{{- if and .Values.concierge.enabled .Values.concierge.pdb.create }} +apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} +kind: PodDisruptionBudget +metadata: + name: {{ template "pinniped.concierge.fullname" . }} + namespace: {{ include "common.names.namespace" . | quote }} + labels: {{- include "common.labels.standard" ( dict "customLabels" .Values.commonLabels "context" $ ) | nindent 4 }} + app.kubernetes.io/part-of: pinniped + app.kubernetes.io/component: concierge + {{- if .Values.commonAnnotations }} + annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }} + {{- end }} +spec: + {{- if .Values.concierge.pdb.minAvailable }} + minAvailable: {{ .Values.concierge.pdb.minAvailable }} + {{- end }} + {{- if or .Values.concierge.pdb.maxUnavailable ( not .Values.concierge.pdb.minAvailable ) }} + maxUnavailable: {{ .Values.concierge.pdb.maxUnavailable | default 1 }} + {{- end }} + {{- $podLabels := include "common.tplvalues.merge" ( dict "values" ( list .Values.concierge.podLabels .Values.commonLabels ) "context" . ) }} + selector: + matchLabels: {{- include "common.labels.matchLabels" ( dict "customLabels" $podLabels "context" $ ) | nindent 6 }} + app.kubernetes.io/component: concierge +{{- end }} diff --git a/bitnami/pinniped/templates/supervisor/pdb.yaml b/bitnami/pinniped/templates/supervisor/pdb.yaml new file mode 100644 index 00000000000000..635beb364300b7 --- /dev/null +++ b/bitnami/pinniped/templates/supervisor/pdb.yaml @@ -0,0 +1,29 @@ +{{- /* +Copyright Broadcom, Inc. All Rights Reserved. +SPDX-License-Identifier: APACHE-2.0 +*/}} + +{{- if and .Values.supervisor.enabled .Values.supervisor.pdb.create }} +apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} +kind: PodDisruptionBudget +metadata: + name: {{ template "pinniped.supervisor.fullname" . }} + namespace: {{ include "common.names.namespace" . | quote }} + labels: {{- include "common.labels.standard" ( dict "customLabels" .Values.commonLabels "context" $ ) | nindent 4 }} + app.kubernetes.io/part-of: pinniped + app.kubernetes.io/component: supervisor + {{- if .Values.commonAnnotations }} + annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }} + {{- end }} +spec: + {{- if .Values.supervisor.pdb.minAvailable }} + minAvailable: {{ .Values.supervisor.pdb.minAvailable }} + {{- end }} + {{- if or .Values.supervisor.pdb.maxUnavailable ( not .Values.supervisor.pdb.minAvailable ) }} + maxUnavailable: {{ .Values.supervisor.pdb.maxUnavailable | default 1 }} + {{- end }} + {{- $podLabels := include "common.tplvalues.merge" ( dict "values" ( list .Values.supervisor.podLabels .Values.commonLabels ) "context" . ) }} + selector: + matchLabels: {{- include "common.labels.matchLabels" ( dict "customLabels" $podLabels "context" $ ) | nindent 6 }} + app.kubernetes.io/component: supervisor +{{- end }} diff --git a/bitnami/pinniped/values.yaml b/bitnami/pinniped/values.yaml index 405771a67bca2d..20b5527c7d963e 100644 --- a/bitnami/pinniped/values.yaml +++ b/bitnami/pinniped/values.yaml @@ -397,6 +397,16 @@ concierge: ## command: ['sh', '-c', 'echo "hello world"'] ## initContainers: [] + ## Pod Disruption Budget configuration + ## ref: https://kubernetes.io/docs/tasks/run-application/configure-pdb + ## @param concierge.pdb.create Enable/disable a Pod Disruption Budget creation + ## @param concierge.pdb.minAvailable Minimum number/percentage of pods that should remain scheduled + ## @param concierge.pdb.maxUnavailable Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `concierge.pdb.minAvailable` and `concierge.pdb.maxUnavailable` are empty. + ## + pdb: + create: true + minAvailable: "" + maxUnavailable: "" ## @section Concierge RBAC settings ## rbac: @@ -816,6 +826,16 @@ supervisor: ## command: ['sh', '-c', 'echo "hello world"'] ## initContainers: [] + ## Pod Disruption Budget configuration + ## ref: https://kubernetes.io/docs/tasks/run-application/configure-pdb + ## @param supervisor.pdb.create Enable/disable a Pod Disruption Budget creation + ## @param supervisor.pdb.minAvailable Minimum number/percentage of pods that should remain scheduled + ## @param supervisor.pdb.maxUnavailable Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `supervisor.pdb.minAvailable` and `supervisor.pdb.maxUnavailable` are empty. + ## + pdb: + create: true + minAvailable: "" + maxUnavailable: "" ## @section Supervisor RBAC settings ## rbac: From 627d79e306798efa3e48d814d64fa3aa3d3e5987 Mon Sep 17 00:00:00 2001 From: Fran Mulero Date: Thu, 30 May 2024 09:25:28 +0200 Subject: [PATCH 101/110] [bitnami/parse] Enable PodDisruptionBudgets (#26516) * [bitnami/parse] Enable PodDisruptionBudgets Signed-off-by: Fran Mulero * Update CHANGELOG.md Signed-off-by: Bitnami Containers --------- Signed-off-by: Fran Mulero Signed-off-by: Bitnami Containers Co-authored-by: Bitnami Containers --- bitnami/parse/CHANGELOG.md | 515 +++++++++++---------- bitnami/parse/Chart.yaml | 2 +- bitnami/parse/README.md | 6 + bitnami/parse/templates/dashboard-pdb.yaml | 30 ++ bitnami/parse/templates/server-pdb.yaml | 28 ++ bitnami/parse/values.yaml | 20 + 6 files changed, 345 insertions(+), 256 deletions(-) create mode 100644 bitnami/parse/templates/dashboard-pdb.yaml create mode 100644 bitnami/parse/templates/server-pdb.yaml diff --git a/bitnami/parse/CHANGELOG.md b/bitnami/parse/CHANGELOG.md index 3efd4e8602ecb2..40b7dac490ceff 100644 --- a/bitnami/parse/CHANGELOG.md +++ b/bitnami/parse/CHANGELOG.md @@ -1,835 +1,840 @@ # Changelog +## 23.2.0 (2024-05-28) + +* [bitnami/parse] Enable PodDisruptionBudgets ([#26516](https://github.com/bitnami/charts/pull/26516)) + ## 23.1.0 (2024-05-21) -* [bitnami/parse] feat: :sparkles: :lock: Add warning when original images are replaced ([#26260](https://github.com/bitnami/charts/pulls/26260)) +* [bitnami/*] ci: :construction_worker: Add tag and changelog support (#25359) ([91c707c](https://github.com/bitnami/charts/commit/91c707c9e4e574725a09505d2d313fb93f1b4c0a)), closes [#25359](https://github.com/bitnami/charts/issues/25359) +* [bitnami/parse] feat: :sparkles: :lock: Add warning when original images are replaced (#26260) ([c83b1dc](https://github.com/bitnami/charts/commit/c83b1dcce3a41be658e5ecb2dd8d18f46670bbf3)), closes [#26260](https://github.com/bitnami/charts/issues/26260) ## 23.0.6 (2024-05-20) -* [bitnami/parse] Use different liveness/readiness probes (#26131) ([4042c9c](https://github.com/bitnami/charts/commit/4042c9c)), closes [#26131](https://github.com/bitnami/charts/issues/26131) +* [bitnami/parse] Use different liveness/readiness probes (#26131) ([4042c9c](https://github.com/bitnami/charts/commit/4042c9c207eda830d23d9faeb736312b1dd6f497)), closes [#26131](https://github.com/bitnami/charts/issues/26131) ## 23.0.5 (2024-05-18) -* [bitnami/parse] Release 23.0.5 updating components versions (#26061) ([336968e](https://github.com/bitnami/charts/commit/336968e)), closes [#26061](https://github.com/bitnami/charts/issues/26061) +* [bitnami/parse] Release 23.0.5 updating components versions (#26061) ([336968e](https://github.com/bitnami/charts/commit/336968e73e87138aaa80cf3b42418f81372590cc)), closes [#26061](https://github.com/bitnami/charts/issues/26061) ## 23.0.4 (2024-05-14) -* [bitnami/parse] Release 23.0.4 updating components versions (#25841) ([502baa5](https://github.com/bitnami/charts/commit/502baa5)), closes [#25841](https://github.com/bitnami/charts/issues/25841) +* [bitnami/parse] Release 23.0.4 updating components versions (#25841) ([502baa5](https://github.com/bitnami/charts/commit/502baa54842108e4c1a9a0213117a5ce82c3d1d6)), closes [#25841](https://github.com/bitnami/charts/issues/25841) ## 23.0.3 (2024-05-13) -* [bitnami/parse] Release 23.0.3 updating components versions (#25736) ([5914f54](https://github.com/bitnami/charts/commit/5914f54)), closes [#25736](https://github.com/bitnami/charts/issues/25736) +* [bitnami/parse] Release 23.0.3 updating components versions (#25736) ([5914f54](https://github.com/bitnami/charts/commit/5914f54193c084dd7224575ebe02945c79cb7283)), closes [#25736](https://github.com/bitnami/charts/issues/25736) ## 23.0.2 (2024-05-13) -* [bitnami/*] Change non-root and rolling-tags doc URLs (#25628) ([b067c94](https://github.com/bitnami/charts/commit/b067c94)), closes [#25628](https://github.com/bitnami/charts/issues/25628) -* [bitnami/*] Set new header/owner (#25558) ([8d1dc11](https://github.com/bitnami/charts/commit/8d1dc11)), closes [#25558](https://github.com/bitnami/charts/issues/25558) -* [bitnami/parse] Release 23.0.2 updating components versions (#25702) ([a444b33](https://github.com/bitnami/charts/commit/a444b33)), closes [#25702](https://github.com/bitnami/charts/issues/25702) +* [bitnami/*] Change non-root and rolling-tags doc URLs (#25628) ([b067c94](https://github.com/bitnami/charts/commit/b067c94f6bcde427863c197fd355f0b5ba12ff5b)), closes [#25628](https://github.com/bitnami/charts/issues/25628) +* [bitnami/*] Set new header/owner (#25558) ([8d1dc11](https://github.com/bitnami/charts/commit/8d1dc11f5fb30db6fba50c43d7af59d2f79deed3)), closes [#25558](https://github.com/bitnami/charts/issues/25558) +* [bitnami/parse] Release 23.0.2 updating components versions (#25702) ([a444b33](https://github.com/bitnami/charts/commit/a444b33b811ff51d3d1cb383f76115d9bf2a3a8d)), closes [#25702](https://github.com/bitnami/charts/issues/25702) ## 23.0.1 (2024-04-26) -* [bitnami/multiple charts] Fix typo: "NetworkPolice" vs "NetworkPolicy" (#25348) ([6970c1b](https://github.com/bitnami/charts/commit/6970c1b)), closes [#25348](https://github.com/bitnami/charts/issues/25348) -* [bitnami/parse] Release 23.0.1 updating components versions (#25411) ([1cb3267](https://github.com/bitnami/charts/commit/1cb3267)), closes [#25411](https://github.com/bitnami/charts/issues/25411) -* Replace VMware by Broadcom copyright text (#25306) ([a5e4bd0](https://github.com/bitnami/charts/commit/a5e4bd0)), closes [#25306](https://github.com/bitnami/charts/issues/25306) +* [bitnami/multiple charts] Fix typo: "NetworkPolice" vs "NetworkPolicy" (#25348) ([6970c1b](https://github.com/bitnami/charts/commit/6970c1ba245873506e73d459c6eac1e4919b778f)), closes [#25348](https://github.com/bitnami/charts/issues/25348) +* [bitnami/parse] Release 23.0.1 updating components versions (#25411) ([1cb3267](https://github.com/bitnami/charts/commit/1cb326700fa2d419752ec087a57fa63383ee2f4e)), closes [#25411](https://github.com/bitnami/charts/issues/25411) +* Replace VMware by Broadcom copyright text (#25306) ([a5e4bd0](https://github.com/bitnami/charts/commit/a5e4bd0e35e419203793976a78d9d0a13de92c76)), closes [#25306](https://github.com/bitnami/charts/issues/25306) ## 23.0.0 (2024-04-10) -* [bitnami/*] Readme typos (#24852) ([532fcdc](https://github.com/bitnami/charts/commit/532fcdc)), closes [#24852](https://github.com/bitnami/charts/issues/24852) -* [bitnami/parse] Release 23.0.0 (#25071) ([0e2c08e](https://github.com/bitnami/charts/commit/0e2c08e)), closes [#25071](https://github.com/bitnami/charts/issues/25071) -* Update resourcesPreset comments (#24467) ([92e3e8a](https://github.com/bitnami/charts/commit/92e3e8a)), closes [#24467](https://github.com/bitnami/charts/issues/24467) +* [bitnami/*] Readme typos (#24852) ([532fcdc](https://github.com/bitnami/charts/commit/532fcdc499cb67eccf0ade49ff1c02d3deb1d696)), closes [#24852](https://github.com/bitnami/charts/issues/24852) +* [bitnami/parse] Release 23.0.0 (#25071) ([0e2c08e](https://github.com/bitnami/charts/commit/0e2c08e700d21910a9306e7423d67645b651faa0)), closes [#25071](https://github.com/bitnami/charts/issues/25071) +* Update resourcesPreset comments (#24467) ([92e3e8a](https://github.com/bitnami/charts/commit/92e3e8a507326d2a20a8f10ab3e7746a2ec5c554)), closes [#24467](https://github.com/bitnami/charts/issues/24467) ## 22.0.0 (2024-03-22) -* [bitnami/parse] feat!: :lock: :boom: Improve security defaults (#24507) ([4baa241](https://github.com/bitnami/charts/commit/4baa241)), closes [#24507](https://github.com/bitnami/charts/issues/24507) +* [bitnami/parse] feat!: :lock: :boom: Improve security defaults (#24507) ([4baa241](https://github.com/bitnami/charts/commit/4baa241ef6a31b3d8ba71279984d84f3128cc024)), closes [#24507](https://github.com/bitnami/charts/issues/24507) ## 21.7.3 (2024-03-19) -* [bitnami/*] Reorder Chart sections (#24455) ([0cf4048](https://github.com/bitnami/charts/commit/0cf4048)), closes [#24455](https://github.com/bitnami/charts/issues/24455) -* [bitnami/parse] Release 21.7.3 updating components versions (#24559) ([65b89a6](https://github.com/bitnami/charts/commit/65b89a6)), closes [#24559](https://github.com/bitnami/charts/issues/24559) +* [bitnami/*] Reorder Chart sections (#24455) ([0cf4048](https://github.com/bitnami/charts/commit/0cf4048e8743f70a9753d460655bd030cbff6824)), closes [#24455](https://github.com/bitnami/charts/issues/24455) +* [bitnami/parse] Release 21.7.3 updating components versions (#24559) ([65b89a6](https://github.com/bitnami/charts/commit/65b89a618ae2c725e31f0ab9452afe34af41a863)), closes [#24559](https://github.com/bitnami/charts/issues/24559) ## 21.7.2 (2024-03-16) -* [bitnami/parse] Release 21.7.2 updating components versions (#24487) ([53aca51](https://github.com/bitnami/charts/commit/53aca51)), closes [#24487](https://github.com/bitnami/charts/issues/24487) +* [bitnami/parse] Release 21.7.2 updating components versions (#24487) ([53aca51](https://github.com/bitnami/charts/commit/53aca51120f86086e6780dc0453b93fbf49766b4)), closes [#24487](https://github.com/bitnami/charts/issues/24487) ## 21.7.1 (2024-03-16) -* [bitnami/parse] Release 21.7.1 updating components versions (#24486) ([067e7b7](https://github.com/bitnami/charts/commit/067e7b7)), closes [#24486](https://github.com/bitnami/charts/issues/24486) +* [bitnami/parse] Release 21.7.1 updating components versions (#24486) ([067e7b7](https://github.com/bitnami/charts/commit/067e7b7105f6250f63cb0b8403c6503cae6ff2d4)), closes [#24486](https://github.com/bitnami/charts/issues/24486) ## 21.7.0 (2024-03-06) -* [bitnami/parse] feat: :sparkles: :lock: Add automatic adaptation for Openshift restricted-v2 SCC (#2 ([b53cd58](https://github.com/bitnami/charts/commit/b53cd58)), closes [#24137](https://github.com/bitnami/charts/issues/24137) +* [bitnami/parse] feat: :sparkles: :lock: Add automatic adaptation for Openshift restricted-v2 SCC (#2 ([b53cd58](https://github.com/bitnami/charts/commit/b53cd58d9a436dbfec95e7029081f51c98751b17)), closes [#24137](https://github.com/bitnami/charts/issues/24137) ## 21.6.5 (2024-03-03) -* [bitnami/parse] Release 21.6.5 updating components versions (#24019) ([b85105c](https://github.com/bitnami/charts/commit/b85105c)), closes [#24019](https://github.com/bitnami/charts/issues/24019) +* [bitnami/parse] Release 21.6.5 updating components versions (#24019) ([b85105c](https://github.com/bitnami/charts/commit/b85105c323a98ec732a58477117e625beec759b7)), closes [#24019](https://github.com/bitnami/charts/issues/24019) ## 21.6.4 (2024-03-02) -* [bitnami/parse] Release 21.6.4 updating components versions (#24018) ([8e0b611](https://github.com/bitnami/charts/commit/8e0b611)), closes [#24018](https://github.com/bitnami/charts/issues/24018) +* [bitnami/parse] Release 21.6.4 updating components versions (#24018) ([8e0b611](https://github.com/bitnami/charts/commit/8e0b611d131862d9f45806b136d129a1810baea3)), closes [#24018](https://github.com/bitnami/charts/issues/24018) ## 21.6.3 (2024-03-01) -* [bitnami/parse] Release 21.6.3 updating components versions (#24009) ([ebf4481](https://github.com/bitnami/charts/commit/ebf4481)), closes [#24009](https://github.com/bitnami/charts/issues/24009) +* [bitnami/parse] Release 21.6.3 updating components versions (#24009) ([ebf4481](https://github.com/bitnami/charts/commit/ebf4481f90f6d489f00a4f34dff3e7c8bca03a08)), closes [#24009](https://github.com/bitnami/charts/issues/24009) ## 21.6.2 (2024-02-22) -* [bitnami/parse] Release 21.6.2 updating components versions (#23815) ([d845443](https://github.com/bitnami/charts/commit/d845443)), closes [#23815](https://github.com/bitnami/charts/issues/23815) +* [bitnami/parse] Release 21.6.2 updating components versions (#23815) ([d845443](https://github.com/bitnami/charts/commit/d84544391873093ccf54f59a16ba631dfbae8728)), closes [#23815](https://github.com/bitnami/charts/issues/23815) ## 21.6.1 (2024-02-21) -* [bitnami/parse] Release 21.6.1 updating components versions (#23680) ([7234cdd](https://github.com/bitnami/charts/commit/7234cdd)), closes [#23680](https://github.com/bitnami/charts/issues/23680) +* [bitnami/parse] Release 21.6.1 updating components versions (#23680) ([7234cdd](https://github.com/bitnami/charts/commit/7234cddcc15f7b087f9f69fdfd43246f86d4ed8a)), closes [#23680](https://github.com/bitnami/charts/issues/23680) ## 21.6.0 (2024-02-20) -* [bitnami/*] Bump all versions (#23602) ([b70ee2a](https://github.com/bitnami/charts/commit/b70ee2a)), closes [#23602](https://github.com/bitnami/charts/issues/23602) +* [bitnami/*] Bump all versions (#23602) ([b70ee2a](https://github.com/bitnami/charts/commit/b70ee2a30e4dc256bf0ac52928fb2fa7a70f049b)), closes [#23602](https://github.com/bitnami/charts/issues/23602) ## 21.5.0 (2024-02-15) -* [bitnami/parse] feat: :sparkles: :lock: Add resource preset support (#23505) ([f0d6791](https://github.com/bitnami/charts/commit/f0d6791)), closes [#23505](https://github.com/bitnami/charts/issues/23505) +* [bitnami/parse] feat: :sparkles: :lock: Add resource preset support (#23505) ([f0d6791](https://github.com/bitnami/charts/commit/f0d6791d556c9a2a6cb158e7b1fbb47d3e7061bf)), closes [#23505](https://github.com/bitnami/charts/issues/23505) ## 21.4.1 (2024-02-03) -* [bitnami/parse] Release 21.4.1 updating components versions (#23125) ([9508869](https://github.com/bitnami/charts/commit/9508869)), closes [#23125](https://github.com/bitnami/charts/issues/23125) +* [bitnami/parse] Release 21.4.1 updating components versions (#23125) ([9508869](https://github.com/bitnami/charts/commit/9508869e498092f7e34782244a9191ce5cd0dbe9)), closes [#23125](https://github.com/bitnami/charts/issues/23125) ## 21.4.0 (2024-02-01) -* [bitnami/parse] feat: :lock: Enable networkPolicy (#22835) ([12cd526](https://github.com/bitnami/charts/commit/12cd526)), closes [#22835](https://github.com/bitnami/charts/issues/22835) +* [bitnami/parse] feat: :lock: Enable networkPolicy (#22835) ([12cd526](https://github.com/bitnami/charts/commit/12cd526925c3a30da42fcd9c4906702cce01a790)), closes [#22835](https://github.com/bitnami/charts/issues/22835) ## 21.3.2 (2024-01-31) -* [bitnami/parse] Release 21.3.2 updating components versions (#22956) ([ff15afa](https://github.com/bitnami/charts/commit/ff15afa)), closes [#22956](https://github.com/bitnami/charts/issues/22956) +* [bitnami/parse] Release 21.3.2 updating components versions (#22956) ([ff15afa](https://github.com/bitnami/charts/commit/ff15afaae0f31df340f9a152fcf17ad7a4cffe6f)), closes [#22956](https://github.com/bitnami/charts/issues/22956) ## 21.3.1 (2024-01-25) -* [bitnami/*] Move documentation sections from docs.bitnami.com back to the README (#22203) ([7564f36](https://github.com/bitnami/charts/commit/7564f36)), closes [#22203](https://github.com/bitnami/charts/issues/22203) -* [bitnami/parse] fix: :bug: Set seLinuxOptions to null for Openshift compatibility (#22642) ([8d7bd81](https://github.com/bitnami/charts/commit/8d7bd81)), closes [#22642](https://github.com/bitnami/charts/issues/22642) +* [bitnami/*] Move documentation sections from docs.bitnami.com back to the README (#22203) ([7564f36](https://github.com/bitnami/charts/commit/7564f36ca1e95ff30ee686652b7ab8690561a707)), closes [#22203](https://github.com/bitnami/charts/issues/22203) +* [bitnami/parse] fix: :bug: Set seLinuxOptions to null for Openshift compatibility (#22642) ([8d7bd81](https://github.com/bitnami/charts/commit/8d7bd81996b5b9d1a42ce275224725023cda7e5f)), closes [#22642](https://github.com/bitnami/charts/issues/22642) ## 21.3.0 (2024-01-19) -* [bitnami/parse] fix: :lock: Move service-account token auto-mount to pod declaration (#22447) ([7db4e4d](https://github.com/bitnami/charts/commit/7db4e4d)), closes [#22447](https://github.com/bitnami/charts/issues/22447) +* [bitnami/parse] fix: :lock: Move service-account token auto-mount to pod declaration (#22447) ([7db4e4d](https://github.com/bitnami/charts/commit/7db4e4dcda0b5025fe65c26509c9fffc594ef5ac)), closes [#22447](https://github.com/bitnami/charts/issues/22447) ## 21.2.1 (2024-01-17) -* [bitnami/parse] Release 21.2.1 updating components versions (#22325) ([9dd700c](https://github.com/bitnami/charts/commit/9dd700c)), closes [#22325](https://github.com/bitnami/charts/issues/22325) +* [bitnami/parse] Release 21.2.1 updating components versions (#22325) ([9dd700c](https://github.com/bitnami/charts/commit/9dd700c95beda77ef3204a0cabde8d2b3dd5dd1f)), closes [#22325](https://github.com/bitnami/charts/issues/22325) ## 21.2.0 (2024-01-16) -* [bitnami/parse] fix: :lock: Improve podSecurityContext and containerSecurityContext with essential s ([d25c8fc](https://github.com/bitnami/charts/commit/d25c8fc)), closes [#22173](https://github.com/bitnami/charts/issues/22173) +* [bitnami/parse] fix: :lock: Improve podSecurityContext and containerSecurityContext with essential s ([d25c8fc](https://github.com/bitnami/charts/commit/d25c8fcdc81b07430a6d109bb332bdfbe80094a4)), closes [#22173](https://github.com/bitnami/charts/issues/22173) ## 21.1.7 (2024-01-15) -* [bitnami/*] Fix docs.bitnami.com broken links (#21901) ([f35506d](https://github.com/bitnami/charts/commit/f35506d)), closes [#21901](https://github.com/bitnami/charts/issues/21901) -* [bitnami/*] Fix ref links (in comments) (#21822) ([e4fa296](https://github.com/bitnami/charts/commit/e4fa296)), closes [#21822](https://github.com/bitnami/charts/issues/21822) -* [bitnami/*] Update copyright: Year and company (#21815) ([6c4bf75](https://github.com/bitnami/charts/commit/6c4bf75)), closes [#21815](https://github.com/bitnami/charts/issues/21815) -* [bitnami/parse] fix: :lock: Do not automount the service account token unless necessary (#22059) ([1142a9e](https://github.com/bitnami/charts/commit/1142a9e)), closes [#22059](https://github.com/bitnami/charts/issues/22059) +* [bitnami/*] Fix docs.bitnami.com broken links (#21901) ([f35506d](https://github.com/bitnami/charts/commit/f35506d2dadee4f097986e7792df1f53ab215b5d)), closes [#21901](https://github.com/bitnami/charts/issues/21901) +* [bitnami/*] Fix ref links (in comments) (#21822) ([e4fa296](https://github.com/bitnami/charts/commit/e4fa296106b225cf8c82445727c675c7c725e380)), closes [#21822](https://github.com/bitnami/charts/issues/21822) +* [bitnami/*] Update copyright: Year and company (#21815) ([6c4bf75](https://github.com/bitnami/charts/commit/6c4bf75dec58fc7c9aee9f089777b1a858c17d5b)), closes [#21815](https://github.com/bitnami/charts/issues/21815) +* [bitnami/parse] fix: :lock: Do not automount the service account token unless necessary (#22059) ([1142a9e](https://github.com/bitnami/charts/commit/1142a9e1aeb053302b315c4fc88c4d879ac3014d)), closes [#22059](https://github.com/bitnami/charts/issues/22059) ## 21.1.6 (2023-12-22) -* [bitnami/parse] Release 21.1.6 updating components versions (#21733) ([06ef831](https://github.com/bitnami/charts/commit/06ef831)), closes [#21733](https://github.com/bitnami/charts/issues/21733) +* [bitnami/parse] Release 21.1.6 updating components versions (#21733) ([06ef831](https://github.com/bitnami/charts/commit/06ef83187e0e8cd8e7a5dae44733bff1bcc7478b)), closes [#21733](https://github.com/bitnami/charts/issues/21733) ## 21.1.5 (2023-11-21) -* [bitnami/parse] Release 21.1.5 updating components versions (#21165) ([6c9540f](https://github.com/bitnami/charts/commit/6c9540f)), closes [#21165](https://github.com/bitnami/charts/issues/21165) +* [bitnami/parse] Release 21.1.5 updating components versions (#21165) ([6c9540f](https://github.com/bitnami/charts/commit/6c9540fe27996c7823d80c6144e6268a8de7366f)), closes [#21165](https://github.com/bitnami/charts/issues/21165) ## 21.1.4 (2023-11-21) -* [bitnami/*] Rename solutions to "Bitnami package for ..." (#21038) ([b82f979](https://github.com/bitnami/charts/commit/b82f979)), closes [#21038](https://github.com/bitnami/charts/issues/21038) -* [bitnami/parse] Release 21.1.4 updating components versions (#21159) ([8681b60](https://github.com/bitnami/charts/commit/8681b60)), closes [#21159](https://github.com/bitnami/charts/issues/21159) +* [bitnami/*] Rename solutions to "Bitnami package for ..." (#21038) ([b82f979](https://github.com/bitnami/charts/commit/b82f979e4fb63423fe6e2192c946d09d79c944fc)), closes [#21038](https://github.com/bitnami/charts/issues/21038) +* [bitnami/parse] Release 21.1.4 updating components versions (#21159) ([8681b60](https://github.com/bitnami/charts/commit/8681b607ca58ff4247e7a5b00e64e12136734255)), closes [#21159](https://github.com/bitnami/charts/issues/21159) ## 21.1.3 (2023-11-21) -* [bitnami/parse] Release 21.1.3 updating components versions (#21080) ([9dde49c](https://github.com/bitnami/charts/commit/9dde49c)), closes [#21080](https://github.com/bitnami/charts/issues/21080) +* [bitnami/parse] Release 21.1.3 updating components versions (#21080) ([9dde49c](https://github.com/bitnami/charts/commit/9dde49c88c7a45d7fa36df5b81c285a627bad896)), closes [#21080](https://github.com/bitnami/charts/issues/21080) ## 21.1.2 (2023-11-16) -* [bitnami/*] Remove relative links to non-README sections, add verification for that and update TL;DR ([1103633](https://github.com/bitnami/charts/commit/1103633)), closes [#20967](https://github.com/bitnami/charts/issues/20967) -* [bitnami/parse] Release 21.1.2 updating components versions (#21017) ([78aa667](https://github.com/bitnami/charts/commit/78aa667)), closes [#21017](https://github.com/bitnami/charts/issues/21017) +* [bitnami/*] Remove relative links to non-README sections, add verification for that and update TL;DR ([1103633](https://github.com/bitnami/charts/commit/11036334d82df0490aa4abdb591543cab6cf7d7f)), closes [#20967](https://github.com/bitnami/charts/issues/20967) +* [bitnami/parse] Release 21.1.2 updating components versions (#21017) ([78aa667](https://github.com/bitnami/charts/commit/78aa6674305703828a7f0ca8e3e6188610be7378)), closes [#21017](https://github.com/bitnami/charts/issues/21017) ## 21.1.1 (2023-11-09) -* [bitnami/parse] Release 21.1.1 updating components versions (#20713) ([78cc824](https://github.com/bitnami/charts/commit/78cc824)), closes [#20713](https://github.com/bitnami/charts/issues/20713) +* [bitnami/parse] Release 21.1.1 updating components versions (#20713) ([78cc824](https://github.com/bitnami/charts/commit/78cc82476d8aad34c44448d18554b48ab8017a40)), closes [#20713](https://github.com/bitnami/charts/issues/20713) ## 21.1.0 (2023-11-07) -* [bitnami/*] Rename VMware Application Catalog (#20361) ([3acc734](https://github.com/bitnami/charts/commit/3acc734)), closes [#20361](https://github.com/bitnami/charts/issues/20361) -* [bitnami/parse] feat: :sparkles: Add support for PSA restricted policy (#20521) ([eb869d5](https://github.com/bitnami/charts/commit/eb869d5)), closes [#20521](https://github.com/bitnami/charts/issues/20521) +* [bitnami/*] Rename VMware Application Catalog (#20361) ([3acc734](https://github.com/bitnami/charts/commit/3acc73472beb6fb56c4d99f929061001205bc57e)), closes [#20361](https://github.com/bitnami/charts/issues/20361) +* [bitnami/parse] feat: :sparkles: Add support for PSA restricted policy (#20521) ([eb869d5](https://github.com/bitnami/charts/commit/eb869d5a57292d2495f2a0c6937bae07e86580d3)), closes [#20521](https://github.com/bitnami/charts/issues/20521) ## 21.0.6 (2023-10-21) -* [bitnami/*] Skip image's tag in the README files of the Bitnami Charts (#19841) ([bb9a01b](https://github.com/bitnami/charts/commit/bb9a01b)), closes [#19841](https://github.com/bitnami/charts/issues/19841) -* [bitnami/*] Standardize documentation (#19835) ([af5f753](https://github.com/bitnami/charts/commit/af5f753)), closes [#19835](https://github.com/bitnami/charts/issues/19835) -* [bitnami/parse] Release 21.0.6 updating components versions (#20347) ([d713940](https://github.com/bitnami/charts/commit/d713940)), closes [#20347](https://github.com/bitnami/charts/issues/20347) +* [bitnami/*] Skip image's tag in the README files of the Bitnami Charts (#19841) ([bb9a01b](https://github.com/bitnami/charts/commit/bb9a01b65911c87e48318db922cc05eb42785e42)), closes [#19841](https://github.com/bitnami/charts/issues/19841) +* [bitnami/*] Standardize documentation (#19835) ([af5f753](https://github.com/bitnami/charts/commit/af5f7530c1bc8c5ded53a6c4f7b8f384ac1804f2)), closes [#19835](https://github.com/bitnami/charts/issues/19835) +* [bitnami/parse] Release 21.0.6 updating components versions (#20347) ([d713940](https://github.com/bitnami/charts/commit/d713940ecb1ad7cf4e19d7d43110a34eec63d709)), closes [#20347](https://github.com/bitnami/charts/issues/20347) ## 21.0.5 (2023-10-12) -* [bitnami/parse] Release 21.0.5 (#20165) ([3b6b34f](https://github.com/bitnami/charts/commit/3b6b34f)), closes [#20165](https://github.com/bitnami/charts/issues/20165) +* [bitnami/parse] Release 21.0.5 (#20165) ([3b6b34f](https://github.com/bitnami/charts/commit/3b6b34fc1c1949260594b6627edfeae1c0cdc943)), closes [#20165](https://github.com/bitnami/charts/issues/20165) ## 21.0.4 (2023-10-10) -* [bitnami/parse] Release 21.0.4 (#19970) ([7b88ccd](https://github.com/bitnami/charts/commit/7b88ccd)), closes [#19970](https://github.com/bitnami/charts/issues/19970) +* [bitnami/parse] Release 21.0.4 (#19970) ([7b88ccd](https://github.com/bitnami/charts/commit/7b88ccdc7b98f79214f6db3ad27a672d2889f56e)), closes [#19970](https://github.com/bitnami/charts/issues/19970) ## 21.0.3 (2023-10-10) -* [bitnami/parse] Release 21.0.3 (#19953) ([30700c5](https://github.com/bitnami/charts/commit/30700c5)), closes [#19953](https://github.com/bitnami/charts/issues/19953) +* [bitnami/parse] Release 21.0.3 (#19953) ([30700c5](https://github.com/bitnami/charts/commit/30700c514ead589da44e65e1adfa597f32e75f2f)), closes [#19953](https://github.com/bitnami/charts/issues/19953) ## 21.0.2 (2023-10-09) -* [bitnami/*] Update Helm charts prerequisites (#19745) ([eb755dd](https://github.com/bitnami/charts/commit/eb755dd)), closes [#19745](https://github.com/bitnami/charts/issues/19745) -* [bitnami/parse] Release 21.0.2 (#19929) ([93bac47](https://github.com/bitnami/charts/commit/93bac47)), closes [#19929](https://github.com/bitnami/charts/issues/19929) +* [bitnami/*] Update Helm charts prerequisites (#19745) ([eb755dd](https://github.com/bitnami/charts/commit/eb755dd36a4dd3cf6635be8e0598f9a7f4c4a554)), closes [#19745](https://github.com/bitnami/charts/issues/19745) +* [bitnami/parse] Release 21.0.2 (#19929) ([93bac47](https://github.com/bitnami/charts/commit/93bac47fb6caf07ad0b0907948be0b7c2fe4393e)), closes [#19929](https://github.com/bitnami/charts/issues/19929) ## 21.0.1 (2023-09-25) -* [bitnami/parse] Release 21.0.1 (#19503) ([a5f2f89](https://github.com/bitnami/charts/commit/a5f2f89)), closes [#19503](https://github.com/bitnami/charts/issues/19503) +* [bitnami/parse] Release 21.0.1 (#19503) ([a5f2f89](https://github.com/bitnami/charts/commit/a5f2f8954d09a5759bb96b712bb5be35b1b58b53)), closes [#19503](https://github.com/bitnami/charts/issues/19503) ## 21.0.0 (2023-09-25) -* [bitnami/parse] Update MongoDB subchart (#19479) ([1402b8f](https://github.com/bitnami/charts/commit/1402b8f)), closes [#19479](https://github.com/bitnami/charts/issues/19479) +* [bitnami/parse] Update MongoDB subchart (#19479) ([1402b8f](https://github.com/bitnami/charts/commit/1402b8f486eb6ed99d3aa6b691fa4dd2c2711fcd)), closes [#19479](https://github.com/bitnami/charts/issues/19479) ## 20.3.5 (2023-09-22) -* [bitnami/parse] Release 20.3.5 (#19471) ([1c9c769](https://github.com/bitnami/charts/commit/1c9c769)), closes [#19471](https://github.com/bitnami/charts/issues/19471) +* [bitnami/parse] Release 20.3.5 (#19471) ([1c9c769](https://github.com/bitnami/charts/commit/1c9c769d81e299db92462ef6f8a53523802a67ee)), closes [#19471](https://github.com/bitnami/charts/issues/19471) ## 20.3.4 (2023-09-20) -* [bitnami/parse] Use different app.kubernetes.io/version label on subcomponents (#19350) ([110ebee](https://github.com/bitnami/charts/commit/110ebee)), closes [#19350](https://github.com/bitnami/charts/issues/19350) -* Revert "Autogenerate schema files (#19194)" (#19335) ([73d80be](https://github.com/bitnami/charts/commit/73d80be)), closes [#19194](https://github.com/bitnami/charts/issues/19194) [#19335](https://github.com/bitnami/charts/issues/19335) +* [bitnami/parse] Use different app.kubernetes.io/version label on subcomponents (#19350) ([110ebee](https://github.com/bitnami/charts/commit/110ebee894212bf04de8d7a9d8fff63e406a48ac)), closes [#19350](https://github.com/bitnami/charts/issues/19350) +* Revert "Autogenerate schema files (#19194)" (#19335) ([73d80be](https://github.com/bitnami/charts/commit/73d80be525c88fb4b8a54451a55acd506e337062)), closes [#19194](https://github.com/bitnami/charts/issues/19194) [#19335](https://github.com/bitnami/charts/issues/19335) ## 20.3.3 (2023-09-16) -* [bitnami/parse] Release 20.3.3 (#19307) ([af4b57e](https://github.com/bitnami/charts/commit/af4b57e)), closes [#19307](https://github.com/bitnami/charts/issues/19307) -* Autogenerate schema files (#19194) ([a2c2090](https://github.com/bitnami/charts/commit/a2c2090)), closes [#19194](https://github.com/bitnami/charts/issues/19194) +* [bitnami/parse] Release 20.3.3 (#19307) ([af4b57e](https://github.com/bitnami/charts/commit/af4b57ed13ddd128735acdadded0cc34a4a3922e)), closes [#19307](https://github.com/bitnami/charts/issues/19307) +* Autogenerate schema files (#19194) ([a2c2090](https://github.com/bitnami/charts/commit/a2c2090b5ac97f47b745c8028c6452bf99739772)), closes [#19194](https://github.com/bitnami/charts/issues/19194) ## 20.3.2 (2023-09-07) -* [bitnami/parse: Use merge helper]: (#19088) ([f4a3848](https://github.com/bitnami/charts/commit/f4a3848)), closes [#19088](https://github.com/bitnami/charts/issues/19088) +* [bitnami/parse: Use merge helper]: (#19088) ([f4a3848](https://github.com/bitnami/charts/commit/f4a3848127cf21b9cc3167d4f28a1dfbf990153e)), closes [#19088](https://github.com/bitnami/charts/issues/19088) ## 20.3.1 (2023-09-04) -* [bitnami/parse] Release 20.3.1 (#19007) ([51dac1e](https://github.com/bitnami/charts/commit/51dac1e)), closes [#19007](https://github.com/bitnami/charts/issues/19007) +* [bitnami/parse] Release 20.3.1 (#19007) ([51dac1e](https://github.com/bitnami/charts/commit/51dac1ef2e068e1f357fdfa0c8e7e4142dd2d4e7)), closes [#19007](https://github.com/bitnami/charts/issues/19007) ## 20.3.0 (2023-08-24) -* [bitnami/parse] Support for customizing standard labels (#18738) ([6a1aea0](https://github.com/bitnami/charts/commit/6a1aea0)), closes [#18738](https://github.com/bitnami/charts/issues/18738) +* [bitnami/parse] Support for customizing standard labels (#18738) ([6a1aea0](https://github.com/bitnami/charts/commit/6a1aea0b1a0e587c2250b36fc312fb3df7e432e0)), closes [#18738](https://github.com/bitnami/charts/issues/18738) ## 20.2.8 (2023-08-20) -* [bitnami/parse] Release 20.2.8 (#18701) ([85b3dc0](https://github.com/bitnami/charts/commit/85b3dc0)), closes [#18701](https://github.com/bitnami/charts/issues/18701) +* [bitnami/parse] Release 20.2.8 (#18701) ([85b3dc0](https://github.com/bitnami/charts/commit/85b3dc0757c96d0fca808c0d3da03ef2b7967de2)), closes [#18701](https://github.com/bitnami/charts/issues/18701) ## 20.2.7 (2023-08-17) -* [bitnami/parse] Release 20.2.7 (#18572) ([10ada3d](https://github.com/bitnami/charts/commit/10ada3d)), closes [#18572](https://github.com/bitnami/charts/issues/18572) +* [bitnami/parse] Release 20.2.7 (#18572) ([10ada3d](https://github.com/bitnami/charts/commit/10ada3d5b58ec3c54f167cb0fedfee0b89705296)), closes [#18572](https://github.com/bitnami/charts/issues/18572) ## 20.2.6 (2023-07-26) -* [bitnami/parse] Release 20.2.6 (#17938) ([74225e5](https://github.com/bitnami/charts/commit/74225e5)), closes [#17938](https://github.com/bitnami/charts/issues/17938) +* [bitnami/parse] Release 20.2.6 (#17938) ([74225e5](https://github.com/bitnami/charts/commit/74225e52552cb365733c47c3e2b7315e50d6f877)), closes [#17938](https://github.com/bitnami/charts/issues/17938) ## 20.2.5 (2023-07-15) -* [bitnami/parse] Release 20.2.5 (#17652) ([d629742](https://github.com/bitnami/charts/commit/d629742)), closes [#17652](https://github.com/bitnami/charts/issues/17652) +* [bitnami/parse] Release 20.2.5 (#17652) ([d629742](https://github.com/bitnami/charts/commit/d629742bfcf1b69712147f91c41f699dd52a03d7)), closes [#17652](https://github.com/bitnami/charts/issues/17652) ## 20.2.4 (2023-06-28) -* [bitnami/parse] Release 20.2.4 (#17390) ([a9faad6](https://github.com/bitnami/charts/commit/a9faad6)), closes [#17390](https://github.com/bitnami/charts/issues/17390) -* Add copyright header (#17300) ([da68be8](https://github.com/bitnami/charts/commit/da68be8)), closes [#17300](https://github.com/bitnami/charts/issues/17300) -* Update charts readme (#17217) ([31b3c0a](https://github.com/bitnami/charts/commit/31b3c0a)), closes [#17217](https://github.com/bitnami/charts/issues/17217) +* [bitnami/parse] Release 20.2.4 (#17390) ([a9faad6](https://github.com/bitnami/charts/commit/a9faad6a2f3b8b176760aeaa750353db9dc0808a)), closes [#17390](https://github.com/bitnami/charts/issues/17390) +* Add copyright header (#17300) ([da68be8](https://github.com/bitnami/charts/commit/da68be8e951225133c7dfb572d5101ca3d61c5ae)), closes [#17300](https://github.com/bitnami/charts/issues/17300) +* Update charts readme (#17217) ([31b3c0a](https://github.com/bitnami/charts/commit/31b3c0afd968ff4429107e34101f7509e6a0e913)), closes [#17217](https://github.com/bitnami/charts/issues/17217) ## 20.2.3 (2023-06-20) -* [bitnami/*] Change copyright section in READMEs (#17006) ([ef986a1](https://github.com/bitnami/charts/commit/ef986a1)), closes [#17006](https://github.com/bitnami/charts/issues/17006) -* [bitnami/parse] Release 20.2.3 (#17245) ([2755666](https://github.com/bitnami/charts/commit/2755666)), closes [#17245](https://github.com/bitnami/charts/issues/17245) -* [bitnami/several] Change copyright section in READMEs (#16989) ([5b6a5cf](https://github.com/bitnami/charts/commit/5b6a5cf)), closes [#16989](https://github.com/bitnami/charts/issues/16989) +* [bitnami/*] Change copyright section in READMEs (#17006) ([ef986a1](https://github.com/bitnami/charts/commit/ef986a1605241102b3dcafe9fd8089e6fc1201ad)), closes [#17006](https://github.com/bitnami/charts/issues/17006) +* [bitnami/parse] Release 20.2.3 (#17245) ([2755666](https://github.com/bitnami/charts/commit/275566601bf0f5ef570753b13e426755aa417201)), closes [#17245](https://github.com/bitnami/charts/issues/17245) +* [bitnami/several] Change copyright section in READMEs (#16989) ([5b6a5cf](https://github.com/bitnami/charts/commit/5b6a5cfb7625a751848a2e5cd796bd7278f406ca)), closes [#16989](https://github.com/bitnami/charts/issues/16989) ## 20.2.2 (2023-05-21) -* [bitnami/parse] Release 20.2.2 (#16835) ([33fed3d](https://github.com/bitnami/charts/commit/33fed3d)), closes [#16835](https://github.com/bitnami/charts/issues/16835) +* [bitnami/parse] Release 20.2.2 (#16835) ([33fed3d](https://github.com/bitnami/charts/commit/33fed3d00230ce2ca1df88d6ff8bcd64b99697ea)), closes [#16835](https://github.com/bitnami/charts/issues/16835) ## 20.2.1 (2023-05-16) -* [bitnami/parse] Release 20.2.1 (#16692) ([19f9b6f](https://github.com/bitnami/charts/commit/19f9b6f)), closes [#16692](https://github.com/bitnami/charts/issues/16692) -* Add wording for enterprise page (#16560) ([8f22774](https://github.com/bitnami/charts/commit/8f22774)), closes [#16560](https://github.com/bitnami/charts/issues/16560) +* [bitnami/parse] Release 20.2.1 (#16692) ([19f9b6f](https://github.com/bitnami/charts/commit/19f9b6f1d6e571e2608591ff153563559e9954c6)), closes [#16692](https://github.com/bitnami/charts/issues/16692) +* Add wording for enterprise page (#16560) ([8f22774](https://github.com/bitnami/charts/commit/8f2277440b976d52785ba9149762ad8620a73d1f)), closes [#16560](https://github.com/bitnami/charts/issues/16560) ## 20.2.0 (2023-05-09) -* [bitnami/several] Adapt Chart.yaml to set desired OCI annotations (#16546) ([fc9b18f](https://github.com/bitnami/charts/commit/fc9b18f)), closes [#16546](https://github.com/bitnami/charts/issues/16546) +* [bitnami/several] Adapt Chart.yaml to set desired OCI annotations (#16546) ([fc9b18f](https://github.com/bitnami/charts/commit/fc9b18f2e98805d4df629acbcde696f44f973344)), closes [#16546](https://github.com/bitnami/charts/issues/16546) ## 20.1.3 (2023-05-09) -* [bitnami/parse] Release 20.1.3 (#16521) ([e491391](https://github.com/bitnami/charts/commit/e491391)), closes [#16521](https://github.com/bitnami/charts/issues/16521) +* [bitnami/parse] Release 20.1.3 (#16521) ([e491391](https://github.com/bitnami/charts/commit/e491391229eb67bc26fde187340a937f808be898)), closes [#16521](https://github.com/bitnami/charts/issues/16521) ## 20.1.2 (2023-05-02) -* [bitnami/parse] Release 20.1.2 (#16324) ([5a444c2](https://github.com/bitnami/charts/commit/5a444c2)), closes [#16324](https://github.com/bitnami/charts/issues/16324) +* [bitnami/parse] Release 20.1.2 (#16324) ([5a444c2](https://github.com/bitnami/charts/commit/5a444c2e325e8dc77862a429b816d8759b07272a)), closes [#16324](https://github.com/bitnami/charts/issues/16324) ## 20.1.1 (2023-05-01) -* [bitnami/parse] Release 20.1.1 (#16305) ([12625a1](https://github.com/bitnami/charts/commit/12625a1)), closes [#16305](https://github.com/bitnami/charts/issues/16305) +* [bitnami/parse] Release 20.1.1 (#16305) ([12625a1](https://github.com/bitnami/charts/commit/12625a1025106d3c4c55fc78cf2baddf6e57b946)), closes [#16305](https://github.com/bitnami/charts/issues/16305) ## 20.1.0 (2023-04-20) -* [bitnami/*] Make Helm charts 100% OCI (#15998) ([8841510](https://github.com/bitnami/charts/commit/8841510)), closes [#15998](https://github.com/bitnami/charts/issues/15998) +* [bitnami/*] Make Helm charts 100% OCI (#15998) ([8841510](https://github.com/bitnami/charts/commit/884151035efcbf2e1b3206e7def85511073fb57d)), closes [#15998](https://github.com/bitnami/charts/issues/15998) ## 20.0.5 (2023-04-01) -* [bitnami/parse] Release 20.0.5 (#15877) ([c78c16b](https://github.com/bitnami/charts/commit/c78c16b)), closes [#15877](https://github.com/bitnami/charts/issues/15877) +* [bitnami/parse] Release 20.0.5 (#15877) ([c78c16b](https://github.com/bitnami/charts/commit/c78c16b51649a872db67501a93a4bada96aba871)), closes [#15877](https://github.com/bitnami/charts/issues/15877) ## 20.0.4 (2023-03-19) -* [bitnami/charts] Apply linter to README files (#15357) ([0e29e60](https://github.com/bitnami/charts/commit/0e29e60)), closes [#15357](https://github.com/bitnami/charts/issues/15357) -* [bitnami/parse] Release 20.0.4 (#15594) ([9592290](https://github.com/bitnami/charts/commit/9592290)), closes [#15594](https://github.com/bitnami/charts/issues/15594) +* [bitnami/charts] Apply linter to README files (#15357) ([0e29e60](https://github.com/bitnami/charts/commit/0e29e600d3adc8b1b46e506eccb3decfab3b4e63)), closes [#15357](https://github.com/bitnami/charts/issues/15357) +* [bitnami/parse] Release 20.0.4 (#15594) ([9592290](https://github.com/bitnami/charts/commit/9592290aba748e50e0ed16ccefd1f7745fde4b7a)), closes [#15594](https://github.com/bitnami/charts/issues/15594) ## 20.0.3 (2023-03-01) -* [bitnami/parse] Release 20.0.3 (#15271) ([aeb3521](https://github.com/bitnami/charts/commit/aeb3521)), closes [#15271](https://github.com/bitnami/charts/issues/15271) +* [bitnami/parse] Release 20.0.3 (#15271) ([aeb3521](https://github.com/bitnami/charts/commit/aeb3521e53f9334ddbd6d8285edc7e15c27cb21a)), closes [#15271](https://github.com/bitnami/charts/issues/15271) ## 20.0.2 (2023-02-22) -* [bitnami/parse] Release 20.0.2 (#15107) ([49b032b](https://github.com/bitnami/charts/commit/49b032b)), closes [#15107](https://github.com/bitnami/charts/issues/15107) +* [bitnami/parse] Release 20.0.2 (#15107) ([49b032b](https://github.com/bitnami/charts/commit/49b032b47cdb3f75ee1cd886e678b647e5b4cc78)), closes [#15107](https://github.com/bitnami/charts/issues/15107) ## 20.0.1 (2023-02-17) -* [bitnami/*] Fix markdown linter issues 2 (#14890) ([aa96572](https://github.com/bitnami/charts/commit/aa96572)), closes [#14890](https://github.com/bitnami/charts/issues/14890) -* [bitnami/parse] Release 20.0.1 (#15001) ([fd8b033](https://github.com/bitnami/charts/commit/fd8b033)), closes [#15001](https://github.com/bitnami/charts/issues/15001) +* [bitnami/*] Fix markdown linter issues 2 (#14890) ([aa96572](https://github.com/bitnami/charts/commit/aa9657237ee8df4a46db0d7fdf8a23230dd6902a)), closes [#14890](https://github.com/bitnami/charts/issues/14890) +* [bitnami/parse] Release 20.0.1 (#15001) ([fd8b033](https://github.com/bitnami/charts/commit/fd8b033693520e566110ab5aa38c2963bf79d8e5)), closes [#15001](https://github.com/bitnami/charts/issues/15001) ## 20.0.0 (2023-02-14) -* [bitnami/*] Fix markdown linter issues (#14874) ([a51e0e8](https://github.com/bitnami/charts/commit/a51e0e8)), closes [#14874](https://github.com/bitnami/charts/issues/14874) -* [bitnami/*] Remove unexpected extra spaces (#14873) ([c97c714](https://github.com/bitnami/charts/commit/c97c714)), closes [#14873](https://github.com/bitnami/charts/issues/14873) -* [bitnami/parse] Release 20.0.0 (#14880) ([c6eb88e](https://github.com/bitnami/charts/commit/c6eb88e)), closes [#14880](https://github.com/bitnami/charts/issues/14880) +* [bitnami/*] Fix markdown linter issues (#14874) ([a51e0e8](https://github.com/bitnami/charts/commit/a51e0e8d35495b907f3e70dd2f8e7c3bcbf4166a)), closes [#14874](https://github.com/bitnami/charts/issues/14874) +* [bitnami/*] Remove unexpected extra spaces (#14873) ([c97c714](https://github.com/bitnami/charts/commit/c97c714887380d47eae7bfeff316bf01595ecd1d)), closes [#14873](https://github.com/bitnami/charts/issues/14873) +* [bitnami/parse] Release 20.0.0 (#14880) ([c6eb88e](https://github.com/bitnami/charts/commit/c6eb88ed6e96718e6beec2642b6e7190bd7c30e9)), closes [#14880](https://github.com/bitnami/charts/issues/14880) ## 19.1.15 (2023-02-02) -* [bitnami/*] Change copyright date (#14682) ([add4ec7](https://github.com/bitnami/charts/commit/add4ec7)), closes [#14682](https://github.com/bitnami/charts/issues/14682) -* [bitnami/parse] Don't regenerate self-signed certs on upgrade (#14648) ([9cb3434](https://github.com/bitnami/charts/commit/9cb3434)), closes [#14648](https://github.com/bitnami/charts/issues/14648) +* [bitnami/*] Change copyright date (#14682) ([add4ec7](https://github.com/bitnami/charts/commit/add4ec701108ac36ed4de2dffbdf407a0d091067)), closes [#14682](https://github.com/bitnami/charts/issues/14682) +* [bitnami/parse] Don't regenerate self-signed certs on upgrade (#14648) ([9cb3434](https://github.com/bitnami/charts/commit/9cb34348e65b8a0ffe731b8f72326b04b688df1f)), closes [#14648](https://github.com/bitnami/charts/issues/14648) ## 19.1.14 (2023-01-31) -* [bitnami/*] Unify READMEs (#14472) ([2064fb8](https://github.com/bitnami/charts/commit/2064fb8)), closes [#14472](https://github.com/bitnami/charts/issues/14472) -* [bitnami/parse] Release 19.1.14 (#14676) ([bd6d6b7](https://github.com/bitnami/charts/commit/bd6d6b7)), closes [#14676](https://github.com/bitnami/charts/issues/14676) +* [bitnami/*] Unify READMEs (#14472) ([2064fb8](https://github.com/bitnami/charts/commit/2064fb8dcc78a845cdede8211af8c3cc52551161)), closes [#14472](https://github.com/bitnami/charts/issues/14472) +* [bitnami/parse] Release 19.1.14 (#14676) ([bd6d6b7](https://github.com/bitnami/charts/commit/bd6d6b76a4f124753b0722198456d15b5baf4260)), closes [#14676](https://github.com/bitnami/charts/issues/14676) ## 19.1.13 (2023-01-18) -* [bitnami/*] Add license annotation and remove obsolete engine parameter (#14293) ([da2a794](https://github.com/bitnami/charts/commit/da2a794)), closes [#14293](https://github.com/bitnami/charts/issues/14293) -* [bitnami/*] Change licenses annotation format (#14377) ([0ab7608](https://github.com/bitnami/charts/commit/0ab7608)), closes [#14377](https://github.com/bitnami/charts/issues/14377) -* [bitnami/parse] Release 19.1.13 (#14415) ([5d3db77](https://github.com/bitnami/charts/commit/5d3db77)), closes [#14415](https://github.com/bitnami/charts/issues/14415) +* [bitnami/*] Add license annotation and remove obsolete engine parameter (#14293) ([da2a794](https://github.com/bitnami/charts/commit/da2a7943bae95b6e9b5b4ed972c15e990b69fdb0)), closes [#14293](https://github.com/bitnami/charts/issues/14293) +* [bitnami/*] Change licenses annotation format (#14377) ([0ab7608](https://github.com/bitnami/charts/commit/0ab760862c660fcc78cffadf8e1d8cdd70881473)), closes [#14377](https://github.com/bitnami/charts/issues/14377) +* [bitnami/parse] Release 19.1.13 (#14415) ([5d3db77](https://github.com/bitnami/charts/commit/5d3db77eac93dcb78d82e30fa03f6333994a02d9)), closes [#14415](https://github.com/bitnami/charts/issues/14415) ## 19.1.12 (2022-12-19) -* [bitnami/parse] Release 19.1.12 (#14013) ([93b46a6](https://github.com/bitnami/charts/commit/93b46a6)), closes [#14013](https://github.com/bitnami/charts/issues/14013) +* [bitnami/parse] Release 19.1.12 (#14013) ([93b46a6](https://github.com/bitnami/charts/commit/93b46a60bfb0608af9c9c1cc6b56bc74d785327d)), closes [#14013](https://github.com/bitnami/charts/issues/14013) ## 19.1.11 (2022-11-19) -* [bitnami/parse] Release 19.1.11 (#13603) ([af9b76b](https://github.com/bitnami/charts/commit/af9b76b)), closes [#13603](https://github.com/bitnami/charts/issues/13603) +* [bitnami/parse] Release 19.1.11 (#13603) ([af9b76b](https://github.com/bitnami/charts/commit/af9b76b15016779de2f6001dba71706000614073)), closes [#13603](https://github.com/bitnami/charts/issues/13603) ## 19.1.10 (2022-11-09) -* [bitnami/parse] Release 19.1.10 (#13450) ([e99c900](https://github.com/bitnami/charts/commit/e99c900)), closes [#13450](https://github.com/bitnami/charts/issues/13450) +* [bitnami/parse] Release 19.1.10 (#13450) ([e99c900](https://github.com/bitnami/charts/commit/e99c90022e9e86f4fbd5eb7c94dc8382709d5241)), closes [#13450](https://github.com/bitnami/charts/issues/13450) ## 19.1.9 (2022-11-08) -* [bitnami/parse] Release 19.1.9 (#13398) ([97cc811](https://github.com/bitnami/charts/commit/97cc811)), closes [#13398](https://github.com/bitnami/charts/issues/13398) +* [bitnami/parse] Release 19.1.9 (#13398) ([97cc811](https://github.com/bitnami/charts/commit/97cc811abd3761f2b51a79f6f240478b55d3b95e)), closes [#13398](https://github.com/bitnami/charts/issues/13398) ## 19.1.8 (2022-10-30) -* [bitnami/*] Use new default branch name in links (#12943) ([a529e02](https://github.com/bitnami/charts/commit/a529e02)), closes [#12943](https://github.com/bitnami/charts/issues/12943) -* [bitnami/parse] Release 19.1.8 (#13248) ([b0509be](https://github.com/bitnami/charts/commit/b0509be)), closes [#13248](https://github.com/bitnami/charts/issues/13248) +* [bitnami/*] Use new default branch name in links (#12943) ([a529e02](https://github.com/bitnami/charts/commit/a529e02597d49d944eba1eb0f190713293247176)), closes [#12943](https://github.com/bitnami/charts/issues/12943) +* [bitnami/parse] Release 19.1.8 (#13248) ([b0509be](https://github.com/bitnami/charts/commit/b0509be0b8c988ed4e877cd0ed6505dd4d1d8849)), closes [#13248](https://github.com/bitnami/charts/issues/13248) ## 19.1.7 (2022-10-17) -* [bitnami/parse] Force chart publishing (#12979) ([645e7ed](https://github.com/bitnami/charts/commit/645e7ed)), closes [#12979](https://github.com/bitnami/charts/issues/12979) +* [bitnami/parse] Force chart publishing (#12979) ([645e7ed](https://github.com/bitnami/charts/commit/645e7eda6fe445fe9e0d219b6152ac0162faddeb)), closes [#12979](https://github.com/bitnami/charts/issues/12979) ## 19.1.6 (2022-10-17) -* [bitnami/parse] Release 19.1.6 (#12963) ([10ae32c](https://github.com/bitnami/charts/commit/10ae32c)), closes [#12963](https://github.com/bitnami/charts/issues/12963) -* Generic README instructions related to the repo (#12792) ([3cf6b10](https://github.com/bitnami/charts/commit/3cf6b10)), closes [#12792](https://github.com/bitnami/charts/issues/12792) +* [bitnami/parse] Release 19.1.6 (#12963) ([10ae32c](https://github.com/bitnami/charts/commit/10ae32c814bfe53d8da2d48483ac209b1ddbe315)), closes [#12963](https://github.com/bitnami/charts/issues/12963) +* Generic README instructions related to the repo (#12792) ([3cf6b10](https://github.com/bitnami/charts/commit/3cf6b10e10e60df4b3e191d6b99aa99a9f597755)), closes [#12792](https://github.com/bitnami/charts/issues/12792) ## 19.1.5 (2022-09-21) -* [bitnami/parse] Release 19.1.5 (#12605) ([d0460e4](https://github.com/bitnami/charts/commit/d0460e4)), closes [#12605](https://github.com/bitnami/charts/issues/12605) -* [bitnami/parse] Use custom probes if given (#12544) ([7b5bb98](https://github.com/bitnami/charts/commit/7b5bb98)), closes [#12544](https://github.com/bitnami/charts/issues/12544) [#12354](https://github.com/bitnami/charts/issues/12354) +* [bitnami/parse] Release 19.1.5 (#12605) ([d0460e4](https://github.com/bitnami/charts/commit/d0460e4e6dbb3dadc474bb4d8bd32e5ef9937d8a)), closes [#12605](https://github.com/bitnami/charts/issues/12605) +* [bitnami/parse] Use custom probes if given (#12544) ([7b5bb98](https://github.com/bitnami/charts/commit/7b5bb982dd1fd31422625fc5fb2088504aaf0dcf)), closes [#12544](https://github.com/bitnami/charts/issues/12544) [#12354](https://github.com/bitnami/charts/issues/12354) ## 19.1.4 (2022-09-20) -* [bitnami/parse] Release 19.1.4 (#12588) ([04c4717](https://github.com/bitnami/charts/commit/04c4717)), closes [#12588](https://github.com/bitnami/charts/issues/12588) +* [bitnami/parse] Release 19.1.4 (#12588) ([04c4717](https://github.com/bitnami/charts/commit/04c471796c67bd76277c8af29d9d47b3c5d0f3fd)), closes [#12588](https://github.com/bitnami/charts/issues/12588) ## 19.1.3 (2022-09-04) -* [bitnami/parse] Release 19.1.3 updating components versions ([6bf8536](https://github.com/bitnami/charts/commit/6bf8536)) +* [bitnami/parse] Release 19.1.3 updating components versions ([6bf8536](https://github.com/bitnami/charts/commit/6bf85365d10bcae464f0c0902f6b2147e65342dc)) ## 19.1.2 (2022-08-23) -* [bitnami/parse] Update Chart.lock (#12114) ([651a53c](https://github.com/bitnami/charts/commit/651a53c)), closes [#12114](https://github.com/bitnami/charts/issues/12114) +* [bitnami/parse] Update Chart.lock (#12114) ([651a53c](https://github.com/bitnami/charts/commit/651a53cc83136f4bd1468656583abac41220fef2)), closes [#12114](https://github.com/bitnami/charts/issues/12114) ## 19.1.1 (2022-08-22) -* [bitnami/parse] Update Chart.lock (#11985) ([c21ef46](https://github.com/bitnami/charts/commit/c21ef46)), closes [#11985](https://github.com/bitnami/charts/issues/11985) +* [bitnami/parse] Update Chart.lock (#11985) ([c21ef46](https://github.com/bitnami/charts/commit/c21ef463e4e112d2de4a58721a305e75896b7d46)), closes [#11985](https://github.com/bitnami/charts/issues/11985) ## 19.1.0 (2022-08-22) -* [bitnami/parse] Add support for image digest apart from tag (#11947) ([490fcf4](https://github.com/bitnami/charts/commit/490fcf4)), closes [#11947](https://github.com/bitnami/charts/issues/11947) +* [bitnami/parse] Add support for image digest apart from tag (#11947) ([490fcf4](https://github.com/bitnami/charts/commit/490fcf4757af0492a71fc27e18cb5c67d8e23450)), closes [#11947](https://github.com/bitnami/charts/issues/11947) ## 19.0.1 (2022-08-09) -* [bitnami/parse] Release 19.0.1 updating components versions ([3525c31](https://github.com/bitnami/charts/commit/3525c31)) +* [bitnami/parse] Release 19.0.1 updating components versions ([3525c31](https://github.com/bitnami/charts/commit/3525c31a7ec68518724c32dae7c78236808e778f)) ## 19.0.0 (2022-08-05) -* [bitnami/parse] Update MongoDB subchart for parse (#11591) ([223620e](https://github.com/bitnami/charts/commit/223620e)), closes [#11591](https://github.com/bitnami/charts/issues/11591) +* [bitnami/parse] Update MongoDB subchart for parse (#11591) ([223620e](https://github.com/bitnami/charts/commit/223620e71326134dfb17c4a4f8ea35abd4505850)), closes [#11591](https://github.com/bitnami/charts/issues/11591) ## 18.1.18 (2022-08-02) -* [bitnami/*] Update URLs to point to the new bitnami/containers monorepo (#11352) ([d665af0](https://github.com/bitnami/charts/commit/d665af0)), closes [#11352](https://github.com/bitnami/charts/issues/11352) -* [bitnami/parse] Release 18.1.18 updating components versions ([bfa518b](https://github.com/bitnami/charts/commit/bfa518b)) +* [bitnami/*] Update URLs to point to the new bitnami/containers monorepo (#11352) ([d665af0](https://github.com/bitnami/charts/commit/d665af0c708846192d8d5fb2f5f9ea65dd464ab0)), closes [#11352](https://github.com/bitnami/charts/issues/11352) +* [bitnami/parse] Release 18.1.18 updating components versions ([bfa518b](https://github.com/bitnami/charts/commit/bfa518bab741b318dbc6336557f02dcb6ea89056)) ## 18.1.17 (2022-07-05) -* [bitnami/parse] Release 18.1.17 updating components versions ([a571b0a](https://github.com/bitnami/charts/commit/a571b0a)) +* [bitnami/parse] Release 18.1.17 updating components versions ([a571b0a](https://github.com/bitnami/charts/commit/a571b0a529eb2641315c6b9a704ae926fb5d4d8a)) ## 18.1.16 (2022-07-01) -* [bitnami/parse] Release 18.1.16 updating components versions ([5cb269f](https://github.com/bitnami/charts/commit/5cb269f)) +* [bitnami/parse] Release 18.1.16 updating components versions ([5cb269f](https://github.com/bitnami/charts/commit/5cb269f731f3423770f65957d59a6df83a03d3ad)) ## 18.1.15 (2022-06-30) -* [bitnami/parse] Release 18.1.15 updating components versions ([ad8cdf4](https://github.com/bitnami/charts/commit/ad8cdf4)) +* [bitnami/parse] Release 18.1.15 updating components versions ([ad8cdf4](https://github.com/bitnami/charts/commit/ad8cdf4a56eada73c56c7bd3e658e3a121ffefcc)) ## 18.1.14 (2022-06-18) -* [bitnami/parse] Release 18.1.14 updating components versions ([16569e0](https://github.com/bitnami/charts/commit/16569e0)) +* [bitnami/parse] Release 18.1.14 updating components versions ([16569e0](https://github.com/bitnami/charts/commit/16569e01802bf3cd358da8a2d63669b0bb7bca31)) ## 18.1.13 (2022-06-17) -* [bitnami/parse] Release 18.1.13 updating components versions ([c9d55ff](https://github.com/bitnami/charts/commit/c9d55ff)) +* [bitnami/parse] Release 18.1.13 updating components versions ([c9d55ff](https://github.com/bitnami/charts/commit/c9d55ff18e805248ac583d4f16f58cbfde431aa5)) ## 18.1.12 (2022-06-14) -* [bitnami/parse] fix: :bug: Use proper type for sidecars and init containers (#10754) ([46b277a](https://github.com/bitnami/charts/commit/46b277a)), closes [#10754](https://github.com/bitnami/charts/issues/10754) +* [bitnami/parse] fix: :bug: Use proper type for sidecars and init containers (#10754) ([46b277a](https://github.com/bitnami/charts/commit/46b277a3a22fcb29109c7446f194105b02b068d3)), closes [#10754](https://github.com/bitnami/charts/issues/10754) ## 18.1.11 (2022-06-10) -* [bitnami/parse] Release 18.1.11 updating components versions ([7e75090](https://github.com/bitnami/charts/commit/7e75090)) +* [bitnami/parse] Release 18.1.11 updating components versions ([7e75090](https://github.com/bitnami/charts/commit/7e750906b8a13e418f59638c25616fec90edaadc)) ## 18.1.10 (2022-06-07) -* [bitnami/*] Replace Kubeapps URL in READMEs (and kubeapps Chart.yaml) and remove BKPR references (#1 ([c6a7914](https://github.com/bitnami/charts/commit/c6a7914)), closes [#10600](https://github.com/bitnami/charts/issues/10600) -* Fix tolerations and topologySpreadConstraints default values (#10638) ([e2699ee](https://github.com/bitnami/charts/commit/e2699ee)), closes [#10638](https://github.com/bitnami/charts/issues/10638) +* [bitnami/*] Replace Kubeapps URL in READMEs (and kubeapps Chart.yaml) and remove BKPR references (#1 ([c6a7914](https://github.com/bitnami/charts/commit/c6a7914361e5aea6016fb45bf4d621edfd111d32)), closes [#10600](https://github.com/bitnami/charts/issues/10600) +* Fix tolerations and topologySpreadConstraints default values (#10638) ([e2699ee](https://github.com/bitnami/charts/commit/e2699ee1e0c921897a2e25dec3bc574f3406983f)), closes [#10638](https://github.com/bitnami/charts/issues/10638) ## 18.1.9 (2022-06-07) -* [bitnami/parse] Release 18.1.9 updating components versions ([f57f53c](https://github.com/bitnami/charts/commit/f57f53c)) +* [bitnami/parse] Release 18.1.9 updating components versions ([f57f53c](https://github.com/bitnami/charts/commit/f57f53ccaa95313fab926856ec1a19977b7aab0b)) ## 18.1.8 (2022-06-01) -* [bitnami/several] Replace maintainers email by url (#10523) ([ff3cf61](https://github.com/bitnami/charts/commit/ff3cf61)), closes [#10523](https://github.com/bitnami/charts/issues/10523) +* [bitnami/several] Replace maintainers email by url (#10523) ([ff3cf61](https://github.com/bitnami/charts/commit/ff3cf617a1680509b0f3855d17c4ccff7b29a0ff)), closes [#10523](https://github.com/bitnami/charts/issues/10523) ## 18.1.7 (2022-05-30) -* [bitnami/several] Replace base64 --decode with base64 -d (#10495) ([099286a](https://github.com/bitnami/charts/commit/099286a)), closes [#10495](https://github.com/bitnami/charts/issues/10495) +* [bitnami/several] Replace base64 --decode with base64 -d (#10495) ([099286a](https://github.com/bitnami/charts/commit/099286ae7a87784cf809df0b64ab24f7ff0144c8)), closes [#10495](https://github.com/bitnami/charts/issues/10495) ## 18.1.6 (2022-05-30) -* [bitnami/parse] Release 18.1.6 updating components versions ([e042b07](https://github.com/bitnami/charts/commit/e042b07)) +* [bitnami/parse] Release 18.1.6 updating components versions ([e042b07](https://github.com/bitnami/charts/commit/e042b077c7f25e46880c3dde3efd0e3ed5ea5383)) ## 18.1.5 (2022-05-25) -* [bitnami/parse] Release 18.1.5 updating components versions ([32ee932](https://github.com/bitnami/charts/commit/32ee932)) +* [bitnami/parse] Release 18.1.5 updating components versions ([32ee932](https://github.com/bitnami/charts/commit/32ee93209090051c61ec9d008ed76c0d6b45c4ec)) ## 18.1.4 (2022-05-21) -* [bitnami/parse] Release 18.1.4 updating components versions ([369a988](https://github.com/bitnami/charts/commit/369a988)) +* [bitnami/parse] Release 18.1.4 updating components versions ([369a988](https://github.com/bitnami/charts/commit/369a9882eb614dfa38177398fb1b035c0a1f887f)) ## 18.1.3 (2022-05-20) -* [bitnami/parse] Release 18.1.3 updating components versions ([c7d474e](https://github.com/bitnami/charts/commit/c7d474e)) +* [bitnami/parse] Release 18.1.3 updating components versions ([c7d474e](https://github.com/bitnami/charts/commit/c7d474e3bc26ef79a6d315aa77bfc696f9a29bbe)) ## 18.1.2 (2022-05-19) -* [bitnami/parse] Release 18.1.2 updating components versions ([e00afa7](https://github.com/bitnami/charts/commit/e00afa7)) +* [bitnami/parse] Release 18.1.2 updating components versions ([e00afa7](https://github.com/bitnami/charts/commit/e00afa70f62695cf95f1ddc8f8d888810e5de6f0)) ## 18.1.1 (2022-05-18) -* [bitnami/parse] Release 18.1.1 updating components versions ([bbe8ea4](https://github.com/bitnami/charts/commit/bbe8ea4)) +* [bitnami/parse] Release 18.1.1 updating components versions ([bbe8ea4](https://github.com/bitnami/charts/commit/bbe8ea4f478fbfa0c68819439e13d1ec31ae91d0)) ## 18.1.0 (2022-05-16) -* [bitnami/*] add ingress extraRules feature (#10253) ([0f6cbb9](https://github.com/bitnami/charts/commit/0f6cbb9)), closes [#10253](https://github.com/bitnami/charts/issues/10253) -* [bitnami/*] Remove old 'ci' files (#10171) ([5df30c4](https://github.com/bitnami/charts/commit/5df30c4)), closes [#10171](https://github.com/bitnami/charts/issues/10171) +* [bitnami/*] add ingress extraRules feature (#10253) ([0f6cbb9](https://github.com/bitnami/charts/commit/0f6cbb9099b0e56685cc1d36ba50340f3d7278a1)), closes [#10253](https://github.com/bitnami/charts/issues/10253) +* [bitnami/*] Remove old 'ci' files (#10171) ([5df30c4](https://github.com/bitnami/charts/commit/5df30c44dbd1812da8786579ce4a94917d46a6ad)), closes [#10171](https://github.com/bitnami/charts/issues/10171) ## 18.0.0 (2022-05-04) -* [bitnami/parse] Parse standarization (#9867) ([23f291a](https://github.com/bitnami/charts/commit/23f291a)), closes [#9867](https://github.com/bitnami/charts/issues/9867) +* [bitnami/parse] Parse standarization (#9867) ([23f291a](https://github.com/bitnami/charts/commit/23f291a6b7235482a0e4fdccafb987d09065908c)), closes [#9867](https://github.com/bitnami/charts/issues/9867) ## 17.0.15 (2022-05-03) -* [bitnami/parse] Release 17.0.15 updating components versions ([e217037](https://github.com/bitnami/charts/commit/e217037)) +* [bitnami/parse] Release 17.0.15 updating components versions ([e217037](https://github.com/bitnami/charts/commit/e2170370f323084c76dd6296fe64e16dd9d8f790)) ## 17.0.14 (2022-05-01) -* [bitnami/parse] Release 17.0.14 updating components versions ([a3440c3](https://github.com/bitnami/charts/commit/a3440c3)) +* [bitnami/parse] Release 17.0.14 updating components versions ([a3440c3](https://github.com/bitnami/charts/commit/a3440c3cd2abf239e7e7272bbc1a2582823f341e)) ## 17.0.13 (2022-04-29) -* [bitnami/parse] Release 17.0.13 updating components versions ([fdbdde3](https://github.com/bitnami/charts/commit/fdbdde3)) +* [bitnami/parse] Release 17.0.13 updating components versions ([fdbdde3](https://github.com/bitnami/charts/commit/fdbdde3da337f2bfc3c51cfd79144088dd7806bb)) ## 17.0.12 (2022-04-28) -* [bitnami/parse] Release 17.0.12 updating components versions ([7aaaaff](https://github.com/bitnami/charts/commit/7aaaaff)) +* [bitnami/parse] Release 17.0.12 updating components versions ([7aaaaff](https://github.com/bitnami/charts/commit/7aaaaff3f876b077aa0211ca2ffb2b2efce66711)) ## 17.0.11 (2022-04-21) -* [bitnami/parse] Release 17.0.11 updating components versions ([3e4288a](https://github.com/bitnami/charts/commit/3e4288a)) +* [bitnami/parse] Release 17.0.11 updating components versions ([3e4288a](https://github.com/bitnami/charts/commit/3e4288a8b12f9fdc99c90301ed23c1fa5c705f03)) ## 17.0.10 (2022-04-20) -* [bitnami/parse] Release 17.0.10 updating components versions ([5f979f2](https://github.com/bitnami/charts/commit/5f979f2)) +* [bitnami/parse] Release 17.0.10 updating components versions ([5f979f2](https://github.com/bitnami/charts/commit/5f979f205b3276b95a0562f04f6e3b3852d4b9fc)) ## 17.0.9 (2022-04-19) -* [bitnami/parse] Release 17.0.9 updating components versions ([3df02bb](https://github.com/bitnami/charts/commit/3df02bb)) +* [bitnami/parse] Release 17.0.9 updating components versions ([3df02bb](https://github.com/bitnami/charts/commit/3df02bb8fdcb3d71032906c3828ab487afddf07f)) ## 17.0.8 (2022-04-06) -* [bitnami/parse] Release 17.0.8 updating components versions ([b394902](https://github.com/bitnami/charts/commit/b394902)) +* [bitnami/parse] Release 17.0.8 updating components versions ([b394902](https://github.com/bitnami/charts/commit/b3949029dc176fcc5b775e8aecf3af145bd35105)) ## 17.0.7 (2022-04-02) -* [bitnami/parse] Release 17.0.7 updating components versions ([4b044e3](https://github.com/bitnami/charts/commit/4b044e3)) +* [bitnami/parse] Release 17.0.7 updating components versions ([4b044e3](https://github.com/bitnami/charts/commit/4b044e3b5caed21ec2fada23de5726affd0affcd)) ## 17.0.6 (2022-03-29) -* [bitnami/parse] Release 17.0.6 updating components versions ([c687449](https://github.com/bitnami/charts/commit/c687449)) +* [bitnami/parse] Release 17.0.6 updating components versions ([c687449](https://github.com/bitnami/charts/commit/c6874499aa0c7de343cd31124917a2677c8b5842)) ## 17.0.5 (2022-03-28) -* [bitnami/parse] Release 17.0.5 updating components versions ([160453f](https://github.com/bitnami/charts/commit/160453f)) +* [bitnami/parse] Release 17.0.5 updating components versions ([160453f](https://github.com/bitnami/charts/commit/160453fc9c69e1a24ea527a872e6a5d14d21e9f0)) ## 17.0.4 (2022-03-27) -* [bitnami/parse] Release 17.0.4 updating components versions ([30cb8a3](https://github.com/bitnami/charts/commit/30cb8a3)) +* [bitnami/parse] Release 17.0.4 updating components versions ([30cb8a3](https://github.com/bitnami/charts/commit/30cb8a3809d9160bab0815e1524ef66f10bfc74a)) ## 17.0.3 (2022-03-24) -* [bitnami/parse] Release 17.0.3 updating components versions ([b3815df](https://github.com/bitnami/charts/commit/b3815df)) +* [bitnami/parse] Release 17.0.3 updating components versions ([b3815df](https://github.com/bitnami/charts/commit/b3815dffcdd70d84a1ab29a19b755418bb7d12b3)) ## 17.0.2 (2022-03-21) -* [bitnami/parse] Release 17.0.2 updating components versions ([d965e1a](https://github.com/bitnami/charts/commit/d965e1a)) +* [bitnami/parse] Release 17.0.2 updating components versions ([d965e1a](https://github.com/bitnami/charts/commit/d965e1af98371de982a0685af35843d05380da68)) ## 17.0.1 (2022-03-18) -* [bitnami/parse] Release 17.0.1 updating components versions ([0e11594](https://github.com/bitnami/charts/commit/0e11594)) +* [bitnami/parse] Release 17.0.1 updating components versions ([0e11594](https://github.com/bitnami/charts/commit/0e115946a8c183df364483c1a3e428dcf1f4a9ae)) ## 17.0.0 (2022-03-18) -* [bitnami/parse] Release 17.0.0 updating components versions ([7b050ee](https://github.com/bitnami/charts/commit/7b050ee)) +* [bitnami/parse] Release 17.0.0 updating components versions ([7b050ee](https://github.com/bitnami/charts/commit/7b050ee974445a5f9819475f16b26710a23d047c)) ## 16.0.5 (2022-03-17) -* [bitnami/parse] Release 16.0.5 updating components versions ([d6e7bff](https://github.com/bitnami/charts/commit/d6e7bff)) +* [bitnami/parse] Release 16.0.5 updating components versions ([d6e7bff](https://github.com/bitnami/charts/commit/d6e7bff42af5107b7a71931d7a1678e29ed764db)) ## 16.0.4 (2022-03-16) -* [bitnami/parse] Release 16.0.4 updating components versions ([1e7054b](https://github.com/bitnami/charts/commit/1e7054b)) +* [bitnami/parse] Release 16.0.4 updating components versions ([1e7054b](https://github.com/bitnami/charts/commit/1e7054b52d784bcd862d93e3133bde510f9ba2be)) ## 16.0.3 (2022-03-12) -* [bitnami/parse] Release 16.0.3 updating components versions ([46afe37](https://github.com/bitnami/charts/commit/46afe37)) +* [bitnami/parse] Release 16.0.3 updating components versions ([46afe37](https://github.com/bitnami/charts/commit/46afe376ae87a5af32504bc230a25d9c7e4522e2)) ## 16.0.2 (2022-03-01) -* [bitnami/parse] Release 16.0.2 updating components versions ([e27fbc6](https://github.com/bitnami/charts/commit/e27fbc6)) +* [bitnami/parse] Release 16.0.2 updating components versions ([e27fbc6](https://github.com/bitnami/charts/commit/e27fbc6b080e3f402534bec4845376057e4300cf)) ## 16.0.1 (2022-02-27) -* [bitnami/parse] Release 16.0.1 updating components versions ([f32fcb6](https://github.com/bitnami/charts/commit/f32fcb6)) +* [bitnami/parse] Release 16.0.1 updating components versions ([f32fcb6](https://github.com/bitnami/charts/commit/f32fcb6aaa2e35f86b46a30b3b0328e9e3062229)) ## 16.0.0 (2022-02-21) -* [bitnami/parse] Bump bundled MongoDB subchart (#9124) ([5ef773d](https://github.com/bitnami/charts/commit/5ef773d)), closes [#9124](https://github.com/bitnami/charts/issues/9124) +* [bitnami/parse] Bump bundled MongoDB subchart (#9124) ([5ef773d](https://github.com/bitnami/charts/commit/5ef773d51b37ffdc0319b52b4d96f9b13228a3d4)), closes [#9124](https://github.com/bitnami/charts/issues/9124) ## 15.1.2 (2022-02-12) -* [bitnami/parse] Release 15.1.2 updating components versions ([08c1a8a](https://github.com/bitnami/charts/commit/08c1a8a)) -* [bitnami/several] Change prerequisites (#8725) ([8d740c5](https://github.com/bitnami/charts/commit/8d740c5)), closes [#8725](https://github.com/bitnami/charts/issues/8725) -* Non utf8 chars (#8923) ([6ffd18f](https://github.com/bitnami/charts/commit/6ffd18f)), closes [#8923](https://github.com/bitnami/charts/issues/8923) +* [bitnami/parse] Release 15.1.2 updating components versions ([08c1a8a](https://github.com/bitnami/charts/commit/08c1a8a4b8d222726e2748c1344fb2751626bebe)) +* [bitnami/several] Change prerequisites (#8725) ([8d740c5](https://github.com/bitnami/charts/commit/8d740c566cfdb7e2d933c40128b4e919fce953a5)), closes [#8725](https://github.com/bitnami/charts/issues/8725) +* Non utf8 chars (#8923) ([6ffd18f](https://github.com/bitnami/charts/commit/6ffd18fbbdf10e94ea1a90cf5b84ef610ac2a72d)), closes [#8923](https://github.com/bitnami/charts/issues/8923) ## 15.1.1 (2022-01-20) -* [bitnami/*] Readme automation (#8579) ([78d1938](https://github.com/bitnami/charts/commit/78d1938)), closes [#8579](https://github.com/bitnami/charts/issues/8579) -* [bitnami/*] Update READMEs (#8716) ([b9a9533](https://github.com/bitnami/charts/commit/b9a9533)), closes [#8716](https://github.com/bitnami/charts/issues/8716) -* [bitnami/parse] Release 15.1.1 updating components versions ([94ca3ad](https://github.com/bitnami/charts/commit/94ca3ad)) +* [bitnami/*] Readme automation (#8579) ([78d1938](https://github.com/bitnami/charts/commit/78d193831c900d178198491ffd08fa2217a64ecd)), closes [#8579](https://github.com/bitnami/charts/issues/8579) +* [bitnami/*] Update READMEs (#8716) ([b9a9533](https://github.com/bitnami/charts/commit/b9a953337590eb2979453385874a267bacf50936)), closes [#8716](https://github.com/bitnami/charts/issues/8716) +* [bitnami/parse] Release 15.1.1 updating components versions ([94ca3ad](https://github.com/bitnami/charts/commit/94ca3adbaa2c3ae26643b2010666a2d243509d23)) ## 15.1.0 (2022-01-05) -* [bitnami/several] Adapt templating format (#8562) ([8cad18a](https://github.com/bitnami/charts/commit/8cad18a)), closes [#8562](https://github.com/bitnami/charts/issues/8562) -* [bitnami/several] Add license to the README ([05f7633](https://github.com/bitnami/charts/commit/05f7633)) -* [bitnami/several] Add license to the README ([32fb238](https://github.com/bitnami/charts/commit/32fb238)) -* [bitnami/several] Add license to the README ([b87c2f7](https://github.com/bitnami/charts/commit/b87c2f7)) +* [bitnami/several] Adapt templating format (#8562) ([8cad18a](https://github.com/bitnami/charts/commit/8cad18aed9966a6f0208e5ad6cee46cb217f47ab)), closes [#8562](https://github.com/bitnami/charts/issues/8562) +* [bitnami/several] Add license to the README ([05f7633](https://github.com/bitnami/charts/commit/05f763372501d596e57db713dd53ff4ff3027cc4)) +* [bitnami/several] Add license to the README ([32fb238](https://github.com/bitnami/charts/commit/32fb238e60a0affc6debd3142eaa3c3d9089ec2a)) +* [bitnami/several] Add license to the README ([b87c2f7](https://github.com/bitnami/charts/commit/b87c2f7899d48a8b02c506765e6ae82937e9ba3f)) ## 15.0.17 (2021-12-28) -* [bitnami/parse] Release 15.0.17 updating components versions ([f8df7f2](https://github.com/bitnami/charts/commit/f8df7f2)) -* [bitnami/several] Regenerate README tables ([8150149](https://github.com/bitnami/charts/commit/8150149)) +* [bitnami/parse] Release 15.0.17 updating components versions ([f8df7f2](https://github.com/bitnami/charts/commit/f8df7f22daf3a77c4efda282318822b52a11d975)) +* [bitnami/several] Regenerate README tables ([8150149](https://github.com/bitnami/charts/commit/8150149f0bb746e86ff0029fc375d43775bdf15a)) ## 15.0.16 (2021-11-29) -* [bitnami/several] Replace HTTP by HTTPS when possible (#8259) ([eafb5bd](https://github.com/bitnami/charts/commit/eafb5bd)), closes [#8259](https://github.com/bitnami/charts/issues/8259) +* [bitnami/several] Replace HTTP by HTTPS when possible (#8259) ([eafb5bd](https://github.com/bitnami/charts/commit/eafb5bd5a2cc3aaf04fc1e8ebedd73f420d76864)), closes [#8259](https://github.com/bitnami/charts/issues/8259) ## 15.0.15 (2021-11-28) -* [bitnami/parse] Release 15.0.15 updating components versions ([e1df9e7](https://github.com/bitnami/charts/commit/e1df9e7)) +* [bitnami/parse] Release 15.0.15 updating components versions ([e1df9e7](https://github.com/bitnami/charts/commit/e1df9e7866f93cb4587235d91f44f0d085ef54df)) ## 15.0.14 (2021-11-09) -* [bitnami/several] Regenerate README tables ([3cefed3](https://github.com/bitnami/charts/commit/3cefed3)) -* Fix mongodb password key (#8078) ([686fc5f](https://github.com/bitnami/charts/commit/686fc5f)), closes [#8078](https://github.com/bitnami/charts/issues/8078) +* [bitnami/several] Regenerate README tables ([3cefed3](https://github.com/bitnami/charts/commit/3cefed3ef961fbd7596242b1165bcfa229a9cadb)) +* Fix mongodb password key (#8078) ([686fc5f](https://github.com/bitnami/charts/commit/686fc5fe7a16e9074a31967825553d603cbb833c)), closes [#8078](https://github.com/bitnami/charts/issues/8078) ## 15.0.13 (2021-10-28) -* [bitnami/parse] Release 15.0.13 updating components versions ([f04a05e](https://github.com/bitnami/charts/commit/f04a05e)) +* [bitnami/parse] Release 15.0.13 updating components versions ([f04a05e](https://github.com/bitnami/charts/commit/f04a05e10322150dc8ea37f3f32a1297d9d3451a)) ## 15.0.12 (2021-10-22) -* [bitnami/several] Add chart info to NOTES.txt (#7889) ([a6751cd](https://github.com/bitnami/charts/commit/a6751cd)), closes [#7889](https://github.com/bitnami/charts/issues/7889) +* [bitnami/several] Add chart info to NOTES.txt (#7889) ([a6751cd](https://github.com/bitnami/charts/commit/a6751cdd33c461fabbc459fbea6f219ec64ab6b2)), closes [#7889](https://github.com/bitnami/charts/issues/7889) ## 15.0.11 (2021-10-19) -* [bitnami/several] Change pullPolicy for bitnami-shell image (#7852) ([9711a33](https://github.com/bitnami/charts/commit/9711a33)), closes [#7852](https://github.com/bitnami/charts/issues/7852) +* [bitnami/several] Change pullPolicy for bitnami-shell image (#7852) ([9711a33](https://github.com/bitnami/charts/commit/9711a33c6eec72ea79143c4b7574dbe6a148d6b2)), closes [#7852](https://github.com/bitnami/charts/issues/7852) ## 15.0.10 (2021-10-01) -* [bitnami/*] Drop support for deprecated cert-manager annotation (#7646) ([4297b79](https://github.com/bitnami/charts/commit/4297b79)), closes [#7646](https://github.com/bitnami/charts/issues/7646) -* [bitnami/several] Regenerate README tables ([17dd6c4](https://github.com/bitnami/charts/commit/17dd6c4)) +* [bitnami/*] Drop support for deprecated cert-manager annotation (#7646) ([4297b79](https://github.com/bitnami/charts/commit/4297b792e48fba9c7c3b8fed447a856632c61201)), closes [#7646](https://github.com/bitnami/charts/issues/7646) +* [bitnami/several] Regenerate README tables ([17dd6c4](https://github.com/bitnami/charts/commit/17dd6c43f181ba1d44429db86f6b1100f9b4c636)) ## 15.0.9 (2021-09-30) -* [bitnami/parse] Release 15.0.9 updating components versions ([0d006a1](https://github.com/bitnami/charts/commit/0d006a1)) -* [bitnami/several] Regenerate README tables ([8c2dfde](https://github.com/bitnami/charts/commit/8c2dfde)) +* [bitnami/parse] Release 15.0.9 updating components versions ([0d006a1](https://github.com/bitnami/charts/commit/0d006a14f6d0d29ebfa5433793f387662fdb024f)) +* [bitnami/several] Regenerate README tables ([8c2dfde](https://github.com/bitnami/charts/commit/8c2dfde7724141adfb90f0fa6bb97bf9acd4d14e)) ## 15.0.8 (2021-09-02) -* [bitnami/parse] Release 15.0.8 updating components versions ([dbf7f04](https://github.com/bitnami/charts/commit/dbf7f04)) -* [bitnami/several] Regenerate README tables ([da2513b](https://github.com/bitnami/charts/commit/da2513b)) +* [bitnami/parse] Release 15.0.8 updating components versions ([dbf7f04](https://github.com/bitnami/charts/commit/dbf7f041f1f67fb17a6b97614e5663a45015ba30)) +* [bitnami/several] Regenerate README tables ([da2513b](https://github.com/bitnami/charts/commit/da2513bf0a33819f3b1151d387c631a9ffdb03e2)) ## 15.0.7 (2021-08-26) -* [bitnami/parse] Release 15.0.7 updating components versions ([3c63256](https://github.com/bitnami/charts/commit/3c63256)) -* [bitnami/several] Regenerate README tables ([04e7724](https://github.com/bitnami/charts/commit/04e7724)) +* [bitnami/parse] Release 15.0.7 updating components versions ([3c63256](https://github.com/bitnami/charts/commit/3c6325669498f2b6df76bea3bde630d914cee1e5)) +* [bitnami/several] Regenerate README tables ([04e7724](https://github.com/bitnami/charts/commit/04e77240da01c2daa3d9d8aca0cf94ddc3aaa6f0)) ## 15.0.6 (2021-08-24) -* [bitnami/parse] Release 15.0.6 updating components versions ([b16c037](https://github.com/bitnami/charts/commit/b16c037)) -* [bitnami/several] Update READMEs (#7108) ([44961d9](https://github.com/bitnami/charts/commit/44961d9)), closes [#7108](https://github.com/bitnami/charts/issues/7108) +* [bitnami/parse] Release 15.0.6 updating components versions ([b16c037](https://github.com/bitnami/charts/commit/b16c0372ca3899918172c33a006c968ea380e300)) +* [bitnami/several] Update READMEs (#7108) ([44961d9](https://github.com/bitnami/charts/commit/44961d9cdfae1b0d06808124c4b47e8adc3de146)), closes [#7108](https://github.com/bitnami/charts/issues/7108) ## 15.0.5 (2021-07-30) -* [bitnami/parse] Release 15.0.5 updating components versions ([8cf9a7c](https://github.com/bitnami/charts/commit/8cf9a7c)) +* [bitnami/parse] Release 15.0.5 updating components versions ([8cf9a7c](https://github.com/bitnami/charts/commit/8cf9a7c2b4ea136ad86ef5c221c8b1ba0d810c6d)) ## 15.0.4 (2021-07-27) -* [bitnami/several] Bump version and update READMEs (#7069) ([6340bff](https://github.com/bitnami/charts/commit/6340bff)), closes [#7069](https://github.com/bitnami/charts/issues/7069) +* [bitnami/several] Bump version and update READMEs (#7069) ([6340bff](https://github.com/bitnami/charts/commit/6340bff66f93c8c797bda3ca0842e4bf770059f1)), closes [#7069](https://github.com/bitnami/charts/issues/7069) ## 15.0.3 (2021-07-27) -* Replace strings with ™ in the README files (#7066) ([d298b49](https://github.com/bitnami/charts/commit/d298b49)), closes [#7066](https://github.com/bitnami/charts/issues/7066) +* Replace strings with ™ in the README files (#7066) ([d298b49](https://github.com/bitnami/charts/commit/d298b4996da33c9580c2594e6dc8ad665dd0ebab)), closes [#7066](https://github.com/bitnami/charts/issues/7066) ## 15.0.2 (2021-07-20) -* [bitnami/several] Fix default values and regenerate README (II) (#6994) ([d095793](https://github.com/bitnami/charts/commit/d095793)), closes [#6994](https://github.com/bitnami/charts/issues/6994) +* [bitnami/several] Fix default values and regenerate README (II) (#6994) ([d095793](https://github.com/bitnami/charts/commit/d0957937c764187307b924f600247c2b7afaf536)), closes [#6994](https://github.com/bitnami/charts/issues/6994) ## 15.0.1 (2021-07-13) -* [bitnami/*] Adapt values.yaml of Parse, Phabricator and phpBB charts (#6931) ([601821a](https://github.com/bitnami/charts/commit/601821a)), closes [#6931](https://github.com/bitnami/charts/issues/6931) +* [bitnami/*] Adapt values.yaml of Parse, Phabricator and phpBB charts (#6931) ([601821a](https://github.com/bitnami/charts/commit/601821a6c747c27bb23277cffe3deb2ade2c11f3)), closes [#6931](https://github.com/bitnami/charts/issues/6931) ## 15.0.0 (2021-06-30) -* [bitnami/parse] MAJOR: move images to bash (#6681) ([f17a803](https://github.com/bitnami/charts/commit/f17a803)), closes [#6681](https://github.com/bitnami/charts/issues/6681) +* [bitnami/parse] MAJOR: move images to bash (#6681) ([f17a803](https://github.com/bitnami/charts/commit/f17a8030703d221ab207c19c2d8d645f2058f73a)), closes [#6681](https://github.com/bitnami/charts/issues/6681) ## 14.1.12 (2021-06-22) -* [bitnami/parse] Release 14.1.12 updating components versions ([df3406f](https://github.com/bitnami/charts/commit/df3406f)) +* [bitnami/parse] Release 14.1.12 updating components versions ([df3406f](https://github.com/bitnami/charts/commit/df3406f197000fde53ed877481b4a0e2314956e2)) ## 14.1.11 (2021-06-19) -* [bitnami/parse] Release 14.1.11 updating components versions ([9ccec0b](https://github.com/bitnami/charts/commit/9ccec0b)) +* [bitnami/parse] Release 14.1.11 updating components versions ([9ccec0b](https://github.com/bitnami/charts/commit/9ccec0baf0ccce9212860e9ed7ae12f86813fd8b)) ## 14.1.10 (2021-06-18) -* [bitnami/parse] Release 14.1.10 updating components versions ([b4d0608](https://github.com/bitnami/charts/commit/b4d0608)) +* [bitnami/parse] Release 14.1.10 updating components versions ([b4d0608](https://github.com/bitnami/charts/commit/b4d0608b4cdf1a9aa0eff5d637e72d42dd9418e3)) ## 14.1.9 (2021-05-28) -* [bitnami/parse] Release 14.1.9 updating components versions ([5f5bef4](https://github.com/bitnami/charts/commit/5f5bef4)) +* [bitnami/parse] Release 14.1.9 updating components versions ([5f5bef4](https://github.com/bitnami/charts/commit/5f5bef4b84df792964c90ddace1a0898aa9f4394)) ## 14.1.8 (2021-05-25) -* [bitnami/parse] Release 14.1.8 updating components versions ([8e2ed7e](https://github.com/bitnami/charts/commit/8e2ed7e)) +* [bitnami/parse] Release 14.1.8 updating components versions ([8e2ed7e](https://github.com/bitnami/charts/commit/8e2ed7e2658043a9ab5f0b46f24082c7941646d7)) ## 14.1.7 (2021-05-23) -* [bitnami/parse] Release 14.1.7 updating components versions ([24e579a](https://github.com/bitnami/charts/commit/24e579a)) +* [bitnami/parse] Release 14.1.7 updating components versions ([24e579a](https://github.com/bitnami/charts/commit/24e579aa79e99a989bc53b1a5780e6f89f4ab0e3)) ## 14.1.6 (2021-05-08) -* [bitnami/parse] Release 14.1.6 updating components versions ([701a0b7](https://github.com/bitnami/charts/commit/701a0b7)) +* [bitnami/parse] Release 14.1.6 updating components versions ([701a0b7](https://github.com/bitnami/charts/commit/701a0b7cd6346c5ef002a22a49a120e86fe1a38d)) ## 14.1.5 (2021-05-05) -* Update NOTES.txt (#6292) ([ee5597c](https://github.com/bitnami/charts/commit/ee5597c)), closes [#6292](https://github.com/bitnami/charts/issues/6292) +* Update NOTES.txt (#6292) ([ee5597c](https://github.com/bitnami/charts/commit/ee5597c86b1cd3587fb50feb1dbc7518195c8cab)), closes [#6292](https://github.com/bitnami/charts/issues/6292) ## 14.1.4 (2021-04-08) -* [bitnami/parse] Release 14.1.4 updating components versions ([1950617](https://github.com/bitnami/charts/commit/1950617)) +* [bitnami/parse] Release 14.1.4 updating components versions ([1950617](https://github.com/bitnami/charts/commit/1950617d1a18a00eeff97f6182fcd30d0eeebe4a)) ## 14.1.3 (2021-03-28) -* [bitnami/*] Remove minideb mentions (#5677) ([870bc4d](https://github.com/bitnami/charts/commit/870bc4d)), closes [#5677](https://github.com/bitnami/charts/issues/5677) -* [bitnami/parse] Release 14.1.3 updating components versions ([e8d0b7b](https://github.com/bitnami/charts/commit/e8d0b7b)) +* [bitnami/*] Remove minideb mentions (#5677) ([870bc4d](https://github.com/bitnami/charts/commit/870bc4dba1fc3aa55dd157da6687b25e8d352206)), closes [#5677](https://github.com/bitnami/charts/issues/5677) +* [bitnami/parse] Release 14.1.3 updating components versions ([e8d0b7b](https://github.com/bitnami/charts/commit/e8d0b7bcec2af5aa220a0049de0391dcc515a57e)) ## 14.1.2 (2021-02-26) -* [bitnami/*] Add notice regarding parameters immutability after chart installation (#4853) ([5f09573](https://github.com/bitnami/charts/commit/5f09573)), closes [#4853](https://github.com/bitnami/charts/issues/4853) -* [bitnami/parse] Release 14.1.2 updating components versions ([5d3a43a](https://github.com/bitnami/charts/commit/5d3a43a)) +* [bitnami/*] Add notice regarding parameters immutability after chart installation (#4853) ([5f09573](https://github.com/bitnami/charts/commit/5f095734f92555dec7cd0e3ee961f315eac170ff)), closes [#4853](https://github.com/bitnami/charts/issues/4853) +* [bitnami/parse] Release 14.1.2 updating components versions ([5d3a43a](https://github.com/bitnami/charts/commit/5d3a43a44745cacd6098b9c6492ab047dbb9ee3c)) ## 14.1.1 (2021-02-09) -* Add registered icon to all the MongoDB references (#5426) ([56f2088](https://github.com/bitnami/charts/commit/56f2088)), closes [#5426](https://github.com/bitnami/charts/issues/5426) +* Add registered icon to all the MongoDB references (#5426) ([56f2088](https://github.com/bitnami/charts/commit/56f20884267e56175695b2917f7704b9510f4ba6)), closes [#5426](https://github.com/bitnami/charts/issues/5426) ## 14.1.0 (2021-01-28) -* [bitnami/parse] Add hostAliases (#5289) ([fc44b30](https://github.com/bitnami/charts/commit/fc44b30)), closes [#5289](https://github.com/bitnami/charts/issues/5289) +* [bitnami/parse] Add hostAliases (#5289) ([fc44b30](https://github.com/bitnami/charts/commit/fc44b30896f6f9ce63a144522a679c812e213ac6)), closes [#5289](https://github.com/bitnami/charts/issues/5289) ## 14.0.3 (2021-01-27) -* [bitnami/parse] Release 14.0.3 updating components versions ([346d413](https://github.com/bitnami/charts/commit/346d413)) +* [bitnami/parse] Release 14.0.3 updating components versions ([346d413](https://github.com/bitnami/charts/commit/346d41387bea7c1adec4d3468863077312e5e6b5)) ## 14.0.2 (2021-01-19) -* [bitnami/*] Change helm version in the prerequisites (#5090) ([c5e67a3](https://github.com/bitnami/charts/commit/c5e67a3)), closes [#5090](https://github.com/bitnami/charts/issues/5090) -* [bitnami/parse] Fix of missing `extraDeploy` template. (#5043) ([41a5107](https://github.com/bitnami/charts/commit/41a5107)), closes [#5043](https://github.com/bitnami/charts/issues/5043) +* [bitnami/*] Change helm version in the prerequisites (#5090) ([c5e67a3](https://github.com/bitnami/charts/commit/c5e67a388743cbee28439d2cabca27884b9daf97)), closes [#5090](https://github.com/bitnami/charts/issues/5090) +* [bitnami/parse] Fix of missing `extraDeploy` template. (#5043) ([41a5107](https://github.com/bitnami/charts/commit/41a51070e3b464b1dfaff95e4f0219a96c33c230)), closes [#5043](https://github.com/bitnami/charts/issues/5043) ## 14.0.1 (2021-01-17) -* [bitnami/parse] Release 14.0.1 updating components versions ([b56b712](https://github.com/bitnami/charts/commit/b56b712)) +* [bitnami/parse] Release 14.0.1 updating components versions ([b56b712](https://github.com/bitnami/charts/commit/b56b7123dc74213bef95d630aa9b14ca276b5762)) ## 14.0.0 (2021-01-14) -* [bitnami/parse] Major change: adapt ingress (#5003) ([d4deb31](https://github.com/bitnami/charts/commit/d4deb31)), closes [#5003](https://github.com/bitnami/charts/issues/5003) +* [bitnami/parse] Major change: adapt ingress (#5003) ([d4deb31](https://github.com/bitnami/charts/commit/d4deb316ec15f181fce89a73801476a94c2c629c)), closes [#5003](https://github.com/bitnami/charts/issues/5003) ## 13.2.3 (2020-12-18) -* [bitnami/parse] Release 13.2.3 updating components versions ([c41d878](https://github.com/bitnami/charts/commit/c41d878)) +* [bitnami/parse] Release 13.2.3 updating components versions ([c41d878](https://github.com/bitnami/charts/commit/c41d878a86cc6df6b3106bf73d00c65c69e560d8)) ## 13.2.2 (2020-12-16) -* [bitnami/parse] Release 13.2.2 updating components versions ([997021e](https://github.com/bitnami/charts/commit/997021e)) +* [bitnami/parse] Release 13.2.2 updating components versions ([997021e](https://github.com/bitnami/charts/commit/997021e72d3bd5ab71d3864b757af3be441a50b0)) ## 13.2.1 (2020-12-15) -* [bitnami/*] Fix Parse & Phabricator (#4730) ([f489bbc](https://github.com/bitnami/charts/commit/f489bbc)), closes [#4730](https://github.com/bitnami/charts/issues/4730) +* [bitnami/*] Fix Parse & Phabricator (#4730) ([f489bbc](https://github.com/bitnami/charts/commit/f489bbc92a3bcb2a91ae48543677c67c60422480)), closes [#4730](https://github.com/bitnami/charts/issues/4730) ## 13.2.0 (2020-12-14) -* [bitnami/*] Affinity based on common presets (vii) (#4701) ([52a2c99](https://github.com/bitnami/charts/commit/52a2c99)), closes [#4701](https://github.com/bitnami/charts/issues/4701) +* [bitnami/*] Affinity based on common presets (vii) (#4701) ([52a2c99](https://github.com/bitnami/charts/commit/52a2c99a89018659f18b774585bb10954625a215)), closes [#4701](https://github.com/bitnami/charts/issues/4701) ## 13.1.2 (2020-12-12) -* [bitnami/parse] Release 13.1.2 updating components versions ([e2920d9](https://github.com/bitnami/charts/commit/e2920d9)) +* [bitnami/parse] Release 13.1.2 updating components versions ([e2920d9](https://github.com/bitnami/charts/commit/e2920d9f1a86a82e83195198f77314ab6b1a3b85)) ## 13.1.1 (2020-12-11) -* [bitnami/*] Update dependencies (#4694) ([2826c12](https://github.com/bitnami/charts/commit/2826c12)), closes [#4694](https://github.com/bitnami/charts/issues/4694) +* [bitnami/*] Update dependencies (#4694) ([2826c12](https://github.com/bitnami/charts/commit/2826c125b42505f28431301e3c1bbe5366e47a01)), closes [#4694](https://github.com/bitnami/charts/issues/4694) ## 13.1.0 (2020-11-30) -* [bitnami/parse] fix: mongodb upgrade validation (#4511) ([4ba7e11](https://github.com/bitnami/charts/commit/4ba7e11)), closes [#4511](https://github.com/bitnami/charts/issues/4511) +* [bitnami/parse] fix: mongodb upgrade validation (#4511) ([4ba7e11](https://github.com/bitnami/charts/commit/4ba7e11323e1f787262236cc6707f2f44793d618)), closes [#4511](https://github.com/bitnami/charts/issues/4511) ## 13.0.0 (2020-11-12) -* [bitnami/*] Include link to Troubleshootin guide on README.md (#4136) ([c08a20e](https://github.com/bitnami/charts/commit/c08a20e)), closes [#4136](https://github.com/bitnami/charts/issues/4136) -* [bitnami/parse] Major version. Adapt Chart to apiVersion: v2 (#4319) ([4db0af7](https://github.com/bitnami/charts/commit/4db0af7)), closes [#4319](https://github.com/bitnami/charts/issues/4319) +* [bitnami/*] Include link to Troubleshootin guide on README.md (#4136) ([c08a20e](https://github.com/bitnami/charts/commit/c08a20e3db004215383004ff023a73fcc2522e72)), closes [#4136](https://github.com/bitnami/charts/issues/4136) +* [bitnami/parse] Major version. Adapt Chart to apiVersion: v2 (#4319) ([4db0af7](https://github.com/bitnami/charts/commit/4db0af7ce4b75d281553233e5711aa204399efb3)), closes [#4319](https://github.com/bitnami/charts/issues/4319) ## 12.0.3 (2020-10-22) -* [bitnami/parse] Release 12.0.3 updating components versions ([5b97760](https://github.com/bitnami/charts/commit/5b97760)) +* [bitnami/parse] Release 12.0.3 updating components versions ([5b97760](https://github.com/bitnami/charts/commit/5b977606122b6342614823b4291b285c613a74ce)) ## 12.0.2 (2020-09-22) -* [bitnami/parse] Release 12.0.2 updating components versions ([4545941](https://github.com/bitnami/charts/commit/4545941)) +* [bitnami/parse] Release 12.0.2 updating components versions ([4545941](https://github.com/bitnami/charts/commit/45459418739212b0438214bc0c5ce900ff598c21)) ## 12.0.1 (2020-09-07) -* [bitnami/metrics-server] Add source repo (#3577) ([1ed12f9](https://github.com/bitnami/charts/commit/1ed12f9)), closes [#3577](https://github.com/bitnami/charts/issues/3577) -* [bitnami/parse] Release 12.0.1 updating components versions ([c51fefb](https://github.com/bitnami/charts/commit/c51fefb)) +* [bitnami/metrics-server] Add source repo (#3577) ([1ed12f9](https://github.com/bitnami/charts/commit/1ed12f96af75322b46afdb2b3d9907c11b13f765)), closes [#3577](https://github.com/bitnami/charts/issues/3577) +* [bitnami/parse] Release 12.0.1 updating components versions ([c51fefb](https://github.com/bitnami/charts/commit/c51fefbef9e9dca72f738dd6615904ec755fbf41)) ## 12.0.0 (2020-09-01) -* [bitnami/parse] Update MongoDB dependency to latest major version (#3570) ([c0d752f](https://github.com/bitnami/charts/commit/c0d752f)), closes [#3570](https://github.com/bitnami/charts/issues/3570) +* [bitnami/parse] Update MongoDB dependency to latest major version (#3570) ([c0d752f](https://github.com/bitnami/charts/commit/c0d752f5e652d8a0dbad35d9f2a5065fab2da954)), closes [#3570](https://github.com/bitnami/charts/issues/3570) ## 11.0.4 (2020-08-07) -* [bitnami/parse] Release 11.0.4 updating components versions ([91f6234](https://github.com/bitnami/charts/commit/91f6234)) +* [bitnami/parse] Release 11.0.4 updating components versions ([91f6234](https://github.com/bitnami/charts/commit/91f62343e7ca36a29808c39248355f6f06820a68)) ## 11.0.3 (2020-08-05) -* [bitnami/*] Fix TL;DR typo in READMEs (#3280) ([3d7ab40](https://github.com/bitnami/charts/commit/3d7ab40)), closes [#3280](https://github.com/bitnami/charts/issues/3280) -* [bitnami/parse] Release 11.0.3 updating components versions ([6b42a09](https://github.com/bitnami/charts/commit/6b42a09)) +* [bitnami/*] Fix TL;DR typo in READMEs (#3280) ([3d7ab40](https://github.com/bitnami/charts/commit/3d7ab406fecd64f1af25f53e7d27f03ec95b29a4)), closes [#3280](https://github.com/bitnami/charts/issues/3280) +* [bitnami/parse] Release 11.0.3 updating components versions ([6b42a09](https://github.com/bitnami/charts/commit/6b42a09db1d29e03cdd36711fe75d20a2df13e9a)) ## 11.0.2 (2020-07-22) -* [bitnami/all] Add categories (#3075) ([63bde06](https://github.com/bitnami/charts/commit/63bde06)), closes [#3075](https://github.com/bitnami/charts/issues/3075) -* [bitnami/parse] Release 11.0.2 updating components versions ([335e535](https://github.com/bitnami/charts/commit/335e535)) +* [bitnami/all] Add categories (#3075) ([63bde06](https://github.com/bitnami/charts/commit/63bde066b87a140fab52264d0522401ab3d63509)), closes [#3075](https://github.com/bitnami/charts/issues/3075) +* [bitnami/parse] Release 11.0.2 updating components versions ([335e535](https://github.com/bitnami/charts/commit/335e535d9b94192e0d9dc74b029dbdf37c689777)) ## 11.0.1 (2020-07-06) -* [bitnami/parse] Release 11.0.1 updating components versions ([6fb7572](https://github.com/bitnami/charts/commit/6fb7572)) -* Fix issue with MongoDB credentials ([db2a2c1](https://github.com/bitnami/charts/commit/db2a2c1)) +* [bitnami/parse] Release 11.0.1 updating components versions ([6fb7572](https://github.com/bitnami/charts/commit/6fb75729b48f5acf749b00ca6c37a8a380048efb)) +* Fix issue with MongoDB credentials ([db2a2c1](https://github.com/bitnami/charts/commit/db2a2c19c8bf66544cb19d060c7e1d042863f17f)) ## 11.0.0 (2020-07-03) -* [bitnami/parse] Update MongoDB dependency to latest major version (#3018) ([4829a51](https://github.com/bitnami/charts/commit/4829a51)), closes [#3018](https://github.com/bitnami/charts/issues/3018) +* [bitnami/parse] Update MongoDB dependency to latest major version (#3018) ([4829a51](https://github.com/bitnami/charts/commit/4829a51d1aaf7e2ad29c99081d8d32db4165876a)), closes [#3018](https://github.com/bitnami/charts/issues/3018) ## 10.3.19 (2020-06-21) -* [bitnami/parse] Release 10.3.19 updating components versions ([1c9e7ea](https://github.com/bitnami/charts/commit/1c9e7ea)) -* Add support for helm lint and helm install in PRs via GH Actions (#2721) ([5ed97f0](https://github.com/bitnami/charts/commit/5ed97f0)), closes [#2721](https://github.com/bitnami/charts/issues/2721) +* [bitnami/parse] Release 10.3.19 updating components versions ([1c9e7ea](https://github.com/bitnami/charts/commit/1c9e7ea8c4d732752742fa8d7c05d119961f0474)) +* Add support for helm lint and helm install in PRs via GH Actions (#2721) ([5ed97f0](https://github.com/bitnami/charts/commit/5ed97f0c1ab49e7c7c3af81b888f41f50a7cfbab)), closes [#2721](https://github.com/bitnami/charts/issues/2721) ## 10.3.18 (2020-05-22) -* [bitnami/parse] Release 10.3.18 updating components versions ([0ec4bd1](https://github.com/bitnami/charts/commit/0ec4bd1)) -* update bitnami/common to be compatible with helm v2.12+ (#2615) ([c7751eb](https://github.com/bitnami/charts/commit/c7751eb)), closes [#2615](https://github.com/bitnami/charts/issues/2615) +* [bitnami/parse] Release 10.3.18 updating components versions ([0ec4bd1](https://github.com/bitnami/charts/commit/0ec4bd1a3e958e43b011b6e79516e1cba12348b2)) +* update bitnami/common to be compatible with helm v2.12+ (#2615) ([c7751eb](https://github.com/bitnami/charts/commit/c7751eb5764e468e1854b58a1b8491d2b13e0a4a)), closes [#2615](https://github.com/bitnami/charts/issues/2615) ## 10.3.17 (2020-04-22) -* [bitnami/parse] Release 10.3.17 updating components versions ([dc5dd12](https://github.com/bitnami/charts/commit/dc5dd12)) +* [bitnami/parse] Release 10.3.17 updating components versions ([dc5dd12](https://github.com/bitnami/charts/commit/dc5dd12ecd0ba91e602d2a77a3d2914dcd2ef49c)) ## 10.3.16 (2020-04-21) -* [bitnami/parse] Release 10.3.16 updating components versions ([9e7a12a](https://github.com/bitnami/charts/commit/9e7a12a)) +* [bitnami/parse] Release 10.3.16 updating components versions ([9e7a12a](https://github.com/bitnami/charts/commit/9e7a12a5d222b50459d0bf566be31a54875578aa)) ## 10.3.15 (2020-04-17) -* [bitnami/parse] Release 10.3.15 updating components versions ([c9bb204](https://github.com/bitnami/charts/commit/c9bb204)) +* [bitnami/parse] Release 10.3.15 updating components versions ([c9bb204](https://github.com/bitnami/charts/commit/c9bb204716f5e594b4b871868372b0d64dfc7f00)) ## 10.3.14 (2020-04-03) -* [bitnami/parse] Release 10.3.14 updating components versions ([edb2461](https://github.com/bitnami/charts/commit/edb2461)) +* [bitnami/parse] Release 10.3.14 updating components versions ([edb2461](https://github.com/bitnami/charts/commit/edb2461d4b178748d44a5388a65fd0851004c40a)) ## 10.3.13 (2020-03-26) -* [bitnami/parse] Release 10.3.13 updating components versions ([f2b7b68](https://github.com/bitnami/charts/commit/f2b7b68)) +* [bitnami/parse] Release 10.3.13 updating components versions ([f2b7b68](https://github.com/bitnami/charts/commit/f2b7b682df3d232af55d368c178ba4a3322f8c3f)) ## 10.3.12 (2020-03-20) -* [bitnami/parse] Release 10.3.12 updating components versions ([85daf52](https://github.com/bitnami/charts/commit/85daf52)) +* [bitnami/parse] Release 10.3.12 updating components versions ([85daf52](https://github.com/bitnami/charts/commit/85daf523334ee75823c65eefb8686dbdb471ae75)) ## 10.3.11 (2020-03-17) -* [bitnami/parse] Release 10.3.11 updating components versions ([d29e003](https://github.com/bitnami/charts/commit/d29e003)) +* [bitnami/parse] Release 10.3.11 updating components versions ([d29e003](https://github.com/bitnami/charts/commit/d29e003d7fb98ce8784ffa330335751c44c9362d)) ## 10.3.10 (2020-03-11) -* [bitnami/parse] Release 10.3.10 updating components versions ([cd507b9](https://github.com/bitnami/charts/commit/cd507b9)) +* [bitnami/parse] Release 10.3.10 updating components versions ([cd507b9](https://github.com/bitnami/charts/commit/cd507b927b8c97ad9ef62070fd297ff59a27fe63)) ## 10.3.9 (2020-03-11) -* Move charts from upstreamed folder to bitnami (#2032) ([a0e44f7](https://github.com/bitnami/charts/commit/a0e44f7)), closes [#2032](https://github.com/bitnami/charts/issues/2032) +* Move charts from upstreamed folder to bitnami (#2032) ([a0e44f7](https://github.com/bitnami/charts/commit/a0e44f7d6a10b8b5643186130ea420887cb72c7c)), closes [#2032](https://github.com/bitnami/charts/issues/2032) diff --git a/bitnami/parse/Chart.yaml b/bitnami/parse/Chart.yaml index 05a78f4ac11cb6..def1b023c50ac5 100644 --- a/bitnami/parse/Chart.yaml +++ b/bitnami/parse/Chart.yaml @@ -38,4 +38,4 @@ maintainers: name: parse sources: - https://github.com/bitnami/charts/tree/main/bitnami/parse -version: 23.1.0 +version: 23.2.0 diff --git a/bitnami/parse/README.md b/bitnami/parse/README.md index f12c76542b085c..bb78636226472e 100644 --- a/bitnami/parse/README.md +++ b/bitnami/parse/README.md @@ -193,6 +193,9 @@ You can enable this initContainer by setting `volumePermissions.enabled` to `tru | `server.extraVolumeMounts` | Optionally specify extra list of additional volumeMounts for the Parse container(s) | `[]` | | `server.sidecars` | Add additional sidecar containers to the Parse pod(s) | `[]` | | `server.initContainers` | Add additional init containers to the Parse pod(s) | `[]` | +| `server.pdb.create` | Enable/disable a Pod Disruption Budget creation | `true` | +| `server.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `""` | +| `server.pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `server.pdb.minAvailable` and `server.pdb.maxUnavailable` are empty. | `""` | | `server.enableCloudCode` | Enable Parse Cloud Code | `false` | | `server.cloudCodeScripts` | Cloud Code scripts | `{}` | | `server.existingCloudCodeScriptsCM` | ConfigMap with Cloud Code scripts (Note: Overrides `cloudCodeScripts`). | `""` | @@ -334,6 +337,9 @@ You can enable this initContainer by setting `volumePermissions.enabled` to `tru | `dashboard.extraVolumeMounts` | Optionally specify extra list of additional volumeMounts for the Parse container(s) | `[]` | | `dashboard.sidecars` | Add additional sidecar containers to the Parse pod(s) | `[]` | | `dashboard.initContainers` | Add additional init containers to the Parse pod(s) | `[]` | +| `dashboard.pdb.create` | Enable/disable a Pod Disruption Budget creation | `true` | +| `dashboard.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `""` | +| `dashboard.pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `dashboard.pdb.minAvailable` and `dashboard.pdb.maxUnavailable` are empty. | `""` | | `dashboard.forceOverwriteConfFile` | Overwrite config.json configuration file on each run (set to false if mounting a custom configuration file) | `true` | | `dashboard.service.type` | Kubernetes Service type | `LoadBalancer` | | `dashboard.service.ports.http` | Service HTTP port (Dashboard) | `80` | diff --git a/bitnami/parse/templates/dashboard-pdb.yaml b/bitnami/parse/templates/dashboard-pdb.yaml new file mode 100644 index 00000000000000..b6454a8d183c03 --- /dev/null +++ b/bitnami/parse/templates/dashboard-pdb.yaml @@ -0,0 +1,30 @@ +{{- /* +Copyright Broadcom, Inc. All Rights Reserved. +SPDX-License-Identifier: APACHE-2.0 +*/}} + +{{- if and (include "parse.host" .) .Values.dashboard.enabled .Values.dashboard.pdb.create }} +apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} +kind: PodDisruptionBudget +metadata: + name: {{ include "parse.dashboard.fullname" . }} + namespace: {{ include "common.names.namespace" . | quote }} + {{- $versionLabel := dict "app.kubernetes.io/version" ( include "common.images.version" ( dict "imageRoot" .Values.dashboard.image "chart" .Chart ) ) }} + {{- $labels := include "common.tplvalues.merge" ( dict "values" ( list .Values.commonLabels $versionLabel ) "context" . ) }} + labels: {{- include "common.labels.standard" ( dict "customLabels" $labels "context" $ ) | nindent 4 }} + app.kubernetes.io/component: dashboard + {{- if .Values.commonAnnotations }} + annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }} + {{- end }} +spec: + {{- if .Values.dashboard.pdb.minAvailable }} + minAvailable: {{ .Values.dashboard.pdb.minAvailable }} + {{- end }} + {{- if or .Values.dashboard.pdb.maxUnavailable ( not .Values.dashboard.pdb.minAvailable ) }} + maxUnavailable: {{ .Values.dashboard.pdb.maxUnavailable | default 1 }} + {{- end }} + {{- $podLabels := include "common.tplvalues.merge" ( dict "values" ( list .Values.dashboard.podLabels .Values.commonLabels $versionLabel ) "context" . ) }} + selector: + matchLabels: {{- include "common.labels.matchLabels" ( dict "customLabels" $podLabels "context" $ ) | nindent 6 }} + app.kubernetes.io/component: dashboard +{{- end }} diff --git a/bitnami/parse/templates/server-pdb.yaml b/bitnami/parse/templates/server-pdb.yaml new file mode 100644 index 00000000000000..d21c53d47214b1 --- /dev/null +++ b/bitnami/parse/templates/server-pdb.yaml @@ -0,0 +1,28 @@ +{{- /* +Copyright Broadcom, Inc. All Rights Reserved. +SPDX-License-Identifier: APACHE-2.0 +*/}} + +{{- if .Values.server.pdb.create }} +apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} +kind: PodDisruptionBudget +metadata: + name: {{ include "parse.server.fullname" . }} + namespace: {{ include "common.names.namespace" . | quote }} + labels: {{- include "common.labels.standard" ( dict "customLabels" .Values.commonLabels "context" $ ) | nindent 4 }} + app.kubernetes.io/component: server + {{- if .Values.commonAnnotations }} + annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }} + {{- end }} +spec: + {{- if .Values.server.pdb.minAvailable }} + minAvailable: {{ .Values.server.pdb.minAvailable }} + {{- end }} + {{- if or .Values.server.pdb.maxUnavailable ( not .Values.server.pdb.minAvailable ) }} + maxUnavailable: {{ .Values.server.pdb.maxUnavailable | default 1 }} + {{- end }} + {{- $podLabels := include "common.tplvalues.merge" ( dict "values" ( list .Values.server.podLabels .Values.commonLabels ) "context" . ) }} + selector: + matchLabels: {{- include "common.labels.matchLabels" ( dict "customLabels" $podLabels "context" $ ) | nindent 6 }} + app.kubernetes.io/component: server +{{- end }} diff --git a/bitnami/parse/values.yaml b/bitnami/parse/values.yaml index 6f0c5ba985ad26..ffc7e1b6d8e852 100644 --- a/bitnami/parse/values.yaml +++ b/bitnami/parse/values.yaml @@ -229,6 +229,16 @@ server: ## command: ['sh', '-c', 'echo "hello world"'] ## initContainers: [] + ## Pod Disruption Budget configuration + ## ref: https://kubernetes.io/docs/tasks/run-application/configure-pdb + ## @param server.pdb.create Enable/disable a Pod Disruption Budget creation + ## @param server.pdb.minAvailable Minimum number/percentage of pods that should remain scheduled + ## @param server.pdb.maxUnavailable Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `server.pdb.minAvailable` and `server.pdb.maxUnavailable` are empty. + ## + pdb: + create: true + minAvailable: "" + maxUnavailable: "" ## @param server.enableCloudCode Enable Parse Cloud Code ## ref: https://github.com/bitnami/containers/tree/main/bitnami/parse#how-to-deploy-your-cloud-functions-with-parse-cloud-code ## @@ -793,6 +803,16 @@ dashboard: ## command: ['sh', '-c', 'echo "hello world"'] ## initContainers: [] + ## Pod Disruption Budget configuration + ## ref: https://kubernetes.io/docs/tasks/run-application/configure-pdb + ## @param dashboard.pdb.create Enable/disable a Pod Disruption Budget creation + ## @param dashboard.pdb.minAvailable Minimum number/percentage of pods that should remain scheduled + ## @param dashboard.pdb.maxUnavailable Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `dashboard.pdb.minAvailable` and `dashboard.pdb.maxUnavailable` are empty. + ## + pdb: + create: true + minAvailable: "" + maxUnavailable: "" ## @param dashboard.forceOverwriteConfFile Overwrite config.json configuration file on each run (set to false if mounting a custom configuration file) ## forceOverwriteConfFile: true From b79841bb7cfaa5d9a2304d523da2a7893ab6d05a Mon Sep 17 00:00:00 2001 From: Fran Mulero Date: Thu, 30 May 2024 09:25:43 +0200 Subject: [PATCH 102/110] [bitnami/metallb] Enable PodDisruptionBudgets (#26512) * [bitnami/metallb] Enable PodDisruptionBudgets Signed-off-by: Fran Mulero * Update CHANGELOG.md Signed-off-by: Bitnami Containers --------- Signed-off-by: Fran Mulero Signed-off-by: Bitnami Containers Co-authored-by: Bitnami Containers --- bitnami/metallb/CHANGELOG.md | 528 +++++++++--------- bitnami/metallb/Chart.yaml | 2 +- bitnami/metallb/README.md | 3 + bitnami/metallb/templates/controller/pdb.yaml | 28 + bitnami/metallb/values.yaml | 10 + 5 files changed, 308 insertions(+), 263 deletions(-) create mode 100644 bitnami/metallb/templates/controller/pdb.yaml diff --git a/bitnami/metallb/CHANGELOG.md b/bitnami/metallb/CHANGELOG.md index 31664bf0be34cc..9c1f7a7ebd0e72 100644 --- a/bitnami/metallb/CHANGELOG.md +++ b/bitnami/metallb/CHANGELOG.md @@ -1,850 +1,854 @@ # Changelog -## 6.2.1 (2024-05-21) +## 6.3.0 (2024-05-28) -* [bitnami/metallb] Use different liveness/readiness probes ([#26293](https://github.com/bitnami/charts/pulls/26293)) +* [bitnami/metallb] Enable PodDisruptionBudgets ([#26512](https://github.com/bitnami/charts/pull/26512)) + +## 6.2.1 (2024-05-22) + +* [bitnami/metallb] Use different liveness/readiness probes (#26293) ([f3d1de0](https://github.com/bitnami/charts/commit/f3d1de00820afbd0b66f0f77093e02398aa93962)), closes [#26293](https://github.com/bitnami/charts/issues/26293) ## 6.2.0 (2024-05-21) -* [bitnami/*] ci: :construction_worker: Add tag and changelog support (#25359) ([91c707c](https://github.com/bitnami/charts/commit/91c707c)), closes [#25359](https://github.com/bitnami/charts/issues/25359) -* [bitnami/metallb] feat: :sparkles: :lock: Add warning when original images are replaced (#26242) ([0e2b32c](https://github.com/bitnami/charts/commit/0e2b32c)), closes [#26242](https://github.com/bitnami/charts/issues/26242) +* [bitnami/*] ci: :construction_worker: Add tag and changelog support (#25359) ([91c707c](https://github.com/bitnami/charts/commit/91c707c9e4e574725a09505d2d313fb93f1b4c0a)), closes [#25359](https://github.com/bitnami/charts/issues/25359) +* [bitnami/metallb] feat: :sparkles: :lock: Add warning when original images are replaced (#26242) ([0e2b32c](https://github.com/bitnami/charts/commit/0e2b32cbbb42a77a586306a4a01075503000b8ae)), closes [#26242](https://github.com/bitnami/charts/issues/26242) ## 6.1.7 (2024-05-18) -* [bitnami/metallb] Release 6.1.7 updating components versions (#26044) ([7e86d34](https://github.com/bitnami/charts/commit/7e86d34)), closes [#26044](https://github.com/bitnami/charts/issues/26044) +* [bitnami/metallb] Release 6.1.7 updating components versions (#26044) ([7e86d34](https://github.com/bitnami/charts/commit/7e86d34b787110c0bb66fe078a173589f6c7fb2c)), closes [#26044](https://github.com/bitnami/charts/issues/26044) ## 6.1.6 (2024-05-14) -* [bitnami/metallb] Release 6.1.6 updating components versions (#25791) ([19af641](https://github.com/bitnami/charts/commit/19af641)), closes [#25791](https://github.com/bitnami/charts/issues/25791) +* [bitnami/metallb] Release 6.1.6 updating components versions (#25791) ([19af641](https://github.com/bitnami/charts/commit/19af6411a46eac6730ee3905a15244d4c2e4c61b)), closes [#25791](https://github.com/bitnami/charts/issues/25791) ## 6.1.5 (2024-05-13) -* [bitnami/metallb] Typo fix in speaker RBAC (#25699) ([c3eef09](https://github.com/bitnami/charts/commit/c3eef09)), closes [#25699](https://github.com/bitnami/charts/issues/25699) +* [bitnami/metallb] Typo fix in speaker RBAC (#25699) ([c3eef09](https://github.com/bitnami/charts/commit/c3eef09f6ee07828f56346d20069575d3cf28b57)), closes [#25699](https://github.com/bitnami/charts/issues/25699) ## 6.1.4 (2024-05-08) -* [bitnami/*] Change non-root and rolling-tags doc URLs (#25628) ([b067c94](https://github.com/bitnami/charts/commit/b067c94)), closes [#25628](https://github.com/bitnami/charts/issues/25628) -* [bitnami/*] Set new header/owner (#25558) ([8d1dc11](https://github.com/bitnami/charts/commit/8d1dc11)), closes [#25558](https://github.com/bitnami/charts/issues/25558) -* [bitnami/metallb] Release 6.1.4 updating components versions (#25630) ([86744ff](https://github.com/bitnami/charts/commit/86744ff)), closes [#25630](https://github.com/bitnami/charts/issues/25630) +* [bitnami/*] Change non-root and rolling-tags doc URLs (#25628) ([b067c94](https://github.com/bitnami/charts/commit/b067c94f6bcde427863c197fd355f0b5ba12ff5b)), closes [#25628](https://github.com/bitnami/charts/issues/25628) +* [bitnami/*] Set new header/owner (#25558) ([8d1dc11](https://github.com/bitnami/charts/commit/8d1dc11f5fb30db6fba50c43d7af59d2f79deed3)), closes [#25558](https://github.com/bitnami/charts/issues/25558) +* [bitnami/metallb] Release 6.1.4 updating components versions (#25630) ([86744ff](https://github.com/bitnami/charts/commit/86744fffa0ef9b851261612d6bfb627b34350f3d)), closes [#25630](https://github.com/bitnami/charts/issues/25630) ## 6.1.3 (2024-05-02) -* [bitnami/*] Fix license headers (#25447) ([2d7dca6](https://github.com/bitnami/charts/commit/2d7dca6)), closes [#25447](https://github.com/bitnami/charts/issues/25447) -* [bitnami/metallb] Fixes for FRR mode (#25501) ([19f1cb5](https://github.com/bitnami/charts/commit/19f1cb5)), closes [#25501](https://github.com/bitnami/charts/issues/25501) -* Replace VMware by Broadcom copyright text (#25306) ([a5e4bd0](https://github.com/bitnami/charts/commit/a5e4bd0)), closes [#25306](https://github.com/bitnami/charts/issues/25306) +* [bitnami/*] Fix license headers (#25447) ([2d7dca6](https://github.com/bitnami/charts/commit/2d7dca61160bc6a83255111aed8b7d66687caf40)), closes [#25447](https://github.com/bitnami/charts/issues/25447) +* [bitnami/metallb] Fixes for FRR mode (#25501) ([19f1cb5](https://github.com/bitnami/charts/commit/19f1cb5a5d3729fa7b067dcad5f1e9d48e944e3c)), closes [#25501](https://github.com/bitnami/charts/issues/25501) +* Replace VMware by Broadcom copyright text (#25306) ([a5e4bd0](https://github.com/bitnami/charts/commit/a5e4bd0e35e419203793976a78d9d0a13de92c76)), closes [#25306](https://github.com/bitnami/charts/issues/25306) ## 6.1.2 (2024-04-23) -* [bitnami/metallb] Release 6.1.2 updating components versions (#25331) ([e28f84b](https://github.com/bitnami/charts/commit/e28f84b)), closes [#25331](https://github.com/bitnami/charts/issues/25331) +* [bitnami/metallb] Release 6.1.2 updating components versions (#25331) ([e28f84b](https://github.com/bitnami/charts/commit/e28f84b350a634af4ad822462e472b06cebde882)), closes [#25331](https://github.com/bitnami/charts/issues/25331) ## 6.1.1 (2024-04-23) -* [bitnami/metallb] Release 6.1.1 updating components versions (#25327) ([23baab3](https://github.com/bitnami/charts/commit/23baab3)), closes [#25327](https://github.com/bitnami/charts/issues/25327) +* [bitnami/metallb] Release 6.1.1 updating components versions (#25327) ([23baab3](https://github.com/bitnami/charts/commit/23baab321bc09039f99264e452b36381e8e185be)), closes [#25327](https://github.com/bitnami/charts/issues/25327) ## 6.1.0 (2024-04-23) -* [bitnami/metallb] Add support for FRR in speaker (#25282) ([9d36bbd](https://github.com/bitnami/charts/commit/9d36bbd)), closes [#25282](https://github.com/bitnami/charts/issues/25282) +* [bitnami/metallb] Add support for FRR in speaker (#25282) ([9d36bbd](https://github.com/bitnami/charts/commit/9d36bbda481197552e3787cfa27034f59ff0cf22)), closes [#25282](https://github.com/bitnami/charts/issues/25282) ## 6.0.1 (2024-04-22) -* [bitnami/metallb] Release 6.0.1 (#25313) ([a855aa1](https://github.com/bitnami/charts/commit/a855aa1)), closes [#25313](https://github.com/bitnami/charts/issues/25313) +* [bitnami/metallb] Release 6.0.1 (#25313) ([a855aa1](https://github.com/bitnami/charts/commit/a855aa1559ea6edbc1002979ee4f7ecc4bad50a7)), closes [#25313](https://github.com/bitnami/charts/issues/25313) ## 6.0.0 (2024-04-22) -* [bitnami/metallb] Upgrade to version 0.14.5 (#25310) ([4d1c45a](https://github.com/bitnami/charts/commit/4d1c45a)), closes [#25310](https://github.com/bitnami/charts/issues/25310) +* [bitnami/metallb] Upgrade to version 0.14.5 (#25310) ([4d1c45a](https://github.com/bitnami/charts/commit/4d1c45a47ebe2da7ad5999267b66018d40e7b158)), closes [#25310](https://github.com/bitnami/charts/issues/25310) ## 5.0.3 (2024-04-11) -* [bitnami/metallb] fix: :bug: Set proper webhook service name in CRD (#24930) ([625ad4b](https://github.com/bitnami/charts/commit/625ad4b)), closes [#24930](https://github.com/bitnami/charts/issues/24930) -* [bitnami/several] Fix comment mentioning Keycloak (#24661) ([641c546](https://github.com/bitnami/charts/commit/641c546)), closes [#24661](https://github.com/bitnami/charts/issues/24661) -* Update resourcesPreset comments (#24467) ([92e3e8a](https://github.com/bitnami/charts/commit/92e3e8a)), closes [#24467](https://github.com/bitnami/charts/issues/24467) +* [bitnami/metallb] fix: :bug: Set proper webhook service name in CRD (#24930) ([625ad4b](https://github.com/bitnami/charts/commit/625ad4bd3a93ed2026969089989e7640cac9a02a)), closes [#24930](https://github.com/bitnami/charts/issues/24930) +* [bitnami/several] Fix comment mentioning Keycloak (#24661) ([641c546](https://github.com/bitnami/charts/commit/641c5468069de826c12d1e7c825807cf68b4ee96)), closes [#24661](https://github.com/bitnami/charts/issues/24661) +* Update resourcesPreset comments (#24467) ([92e3e8a](https://github.com/bitnami/charts/commit/92e3e8a507326d2a20a8f10ab3e7746a2ec5c554)), closes [#24467](https://github.com/bitnami/charts/issues/24467) ## 5.0.2 (2024-03-21) -* [bitnami/metallb] Release 5.0.2 updating components versions (#24604) ([46825f4](https://github.com/bitnami/charts/commit/46825f4)), closes [#24604](https://github.com/bitnami/charts/issues/24604) +* [bitnami/metallb] Release 5.0.2 updating components versions (#24604) ([46825f4](https://github.com/bitnami/charts/commit/46825f40ce83acfb6d8fb43f39304eac76154405)), closes [#24604](https://github.com/bitnami/charts/issues/24604) ## 5.0.1 (2024-03-21) -* [bitnami/*] Reorder Chart sections (#24455) ([0cf4048](https://github.com/bitnami/charts/commit/0cf4048)), closes [#24455](https://github.com/bitnami/charts/issues/24455) -* [bitnami/metallb] Update speaker image that includes tcpdump (#24595) ([da6677c](https://github.com/bitnami/charts/commit/da6677c)), closes [#24595](https://github.com/bitnami/charts/issues/24595) +* [bitnami/*] Reorder Chart sections (#24455) ([0cf4048](https://github.com/bitnami/charts/commit/0cf4048e8743f70a9753d460655bd030cbff6824)), closes [#24455](https://github.com/bitnami/charts/issues/24455) +* [bitnami/metallb] Update speaker image that includes tcpdump (#24595) ([da6677c](https://github.com/bitnami/charts/commit/da6677c8d4fccdc7a4d34a26561f54a9c0a8f416)), closes [#24595](https://github.com/bitnami/charts/issues/24595) ## 5.0.0 (2024-03-12) -* [bitnami/metallb] feat!: :lock: :boom: Improve security defaults (#24355) ([2c13c64](https://github.com/bitnami/charts/commit/2c13c64)), closes [#24355](https://github.com/bitnami/charts/issues/24355) +* [bitnami/metallb] feat!: :lock: :boom: Improve security defaults (#24355) ([2c13c64](https://github.com/bitnami/charts/commit/2c13c64664ddd46a8c75c7cb3c8f6f998c0f21a3)), closes [#24355](https://github.com/bitnami/charts/issues/24355) ## 4.16.1 (2024-03-06) -* [bitnami/metallb] Release 4.16.1 updating components versions (#24213) ([96e0ee9](https://github.com/bitnami/charts/commit/96e0ee9)), closes [#24213](https://github.com/bitnami/charts/issues/24213) +* [bitnami/metallb] Release 4.16.1 updating components versions (#24213) ([96e0ee9](https://github.com/bitnami/charts/commit/96e0ee935c12901b4eaf26d8ceeb094a15b9e56a)), closes [#24213](https://github.com/bitnami/charts/issues/24213) ## 4.16.0 (2024-03-06) -* [bitnami/metallb] feat: :sparkles: :lock: Add automatic adaptation for Openshift restricted-v2 SCC ( ([2ab80b9](https://github.com/bitnami/charts/commit/2ab80b9)), closes [#24119](https://github.com/bitnami/charts/issues/24119) +* [bitnami/metallb] feat: :sparkles: :lock: Add automatic adaptation for Openshift restricted-v2 SCC ( ([2ab80b9](https://github.com/bitnami/charts/commit/2ab80b92eb13b69834fb303400331b41f172a06c)), closes [#24119](https://github.com/bitnami/charts/issues/24119) ## 4.15.0 (2024-02-29) -* [bitnami/metallb] feat: :sparkles: :lock: Add runAsGroup (#23969) ([0fd8baa](https://github.com/bitnami/charts/commit/0fd8baa)), closes [#23969](https://github.com/bitnami/charts/issues/23969) +* [bitnami/metallb] feat: :sparkles: :lock: Add runAsGroup (#23969) ([0fd8baa](https://github.com/bitnami/charts/commit/0fd8baa6d73c6cac275b1a64fd0990366880742b)), closes [#23969](https://github.com/bitnami/charts/issues/23969) ## 4.14.2 (2024-02-22) -* [bitnami/metallb] Release 4.14.2 updating components versions (#23802) ([9070ca2](https://github.com/bitnami/charts/commit/9070ca2)), closes [#23802](https://github.com/bitnami/charts/issues/23802) +* [bitnami/metallb] Release 4.14.2 updating components versions (#23802) ([9070ca2](https://github.com/bitnami/charts/commit/9070ca270d63b8a6f0ed87297b00f0678878ed18)), closes [#23802](https://github.com/bitnami/charts/issues/23802) ## 4.14.1 (2024-02-21) -* [bitnami/metallb] Release 4.14.1 updating components versions (#23724) ([0fdb81c](https://github.com/bitnami/charts/commit/0fdb81c)), closes [#23724](https://github.com/bitnami/charts/issues/23724) +* [bitnami/metallb] Release 4.14.1 updating components versions (#23724) ([0fdb81c](https://github.com/bitnami/charts/commit/0fdb81cee690425a63e1765ba3138f33a476c89b)), closes [#23724](https://github.com/bitnami/charts/issues/23724) ## 4.14.0 (2024-02-20) -* [bitnami/*] Bump all versions (#23602) ([b70ee2a](https://github.com/bitnami/charts/commit/b70ee2a)), closes [#23602](https://github.com/bitnami/charts/issues/23602) +* [bitnami/*] Bump all versions (#23602) ([b70ee2a](https://github.com/bitnami/charts/commit/b70ee2a30e4dc256bf0ac52928fb2fa7a70f049b)), closes [#23602](https://github.com/bitnami/charts/issues/23602) ## 4.13.0 (2024-02-15) -* [bitnami/metallb] feat: :sparkles: :lock: Add resource preset support (#23486) ([5647129](https://github.com/bitnami/charts/commit/5647129)), closes [#23486](https://github.com/bitnami/charts/issues/23486) +* [bitnami/metallb] feat: :sparkles: :lock: Add resource preset support (#23486) ([5647129](https://github.com/bitnami/charts/commit/564712958a3555750370d1a1511271f2a46fc92c)), closes [#23486](https://github.com/bitnami/charts/issues/23486) ## 4.12.2 (2024-02-08) -* [bitnami/metallb] Release 4.12.2 updating components versions (#23304) ([b7e34bb](https://github.com/bitnami/charts/commit/b7e34bb)), closes [#23304](https://github.com/bitnami/charts/issues/23304) +* [bitnami/metallb] Release 4.12.2 updating components versions (#23304) ([b7e34bb](https://github.com/bitnami/charts/commit/b7e34bbaffdab265532e98877aade65ab6b21bd1)), closes [#23304](https://github.com/bitnami/charts/issues/23304) ## 4.12.1 (2024-02-07) -* [bitnami/metallb] Release 4.12.1 updating components versions (#23256) ([fa4cd20](https://github.com/bitnami/charts/commit/fa4cd20)), closes [#23256](https://github.com/bitnami/charts/issues/23256) +* [bitnami/metallb] Release 4.12.1 updating components versions (#23256) ([fa4cd20](https://github.com/bitnami/charts/commit/fa4cd200ae3a65c1e62f657c936cbfd53a953956)), closes [#23256](https://github.com/bitnami/charts/issues/23256) ## 4.12.0 (2024-02-07) -* [bitnami/metallb] feat: :lock: Enable networkPolicy (#23024) ([a88e104](https://github.com/bitnami/charts/commit/a88e104)), closes [#23024](https://github.com/bitnami/charts/issues/23024) +* [bitnami/metallb] feat: :lock: Enable networkPolicy (#23024) ([a88e104](https://github.com/bitnami/charts/commit/a88e10497481901af026daf07b8b508a8b34b3cc)), closes [#23024](https://github.com/bitnami/charts/issues/23024) ## 4.11.5 (2024-02-03) -* [bitnami/metallb] Release 4.11.5 updating components versions (#23107) ([05e7260](https://github.com/bitnami/charts/commit/05e7260)), closes [#23107](https://github.com/bitnami/charts/issues/23107) +* [bitnami/metallb] Release 4.11.5 updating components versions (#23107) ([05e7260](https://github.com/bitnami/charts/commit/05e7260b5d1878510e6d759b4842c55fe4f1d626)), closes [#23107](https://github.com/bitnami/charts/issues/23107) ## 4.11.4 (2024-02-01) -* [bitnami/metallb] Release 4.11.4 (#23012) ([7b133c1](https://github.com/bitnami/charts/commit/7b133c1)), closes [#23012](https://github.com/bitnami/charts/issues/23012) +* [bitnami/metallb] Release 4.11.4 (#23012) ([7b133c1](https://github.com/bitnami/charts/commit/7b133c14d2cdbc6afcb7e99db635b3f42a2b1058)), closes [#23012](https://github.com/bitnami/charts/issues/23012) ## 4.11.3 (2024-01-31) -* [bitnami/metallb] Update CRDs and add headers for automatic update (#22890) ([8e1fc16](https://github.com/bitnami/charts/commit/8e1fc16)), closes [#22890](https://github.com/bitnami/charts/issues/22890) +* [bitnami/metallb] Update CRDs and add headers for automatic update (#22890) ([8e1fc16](https://github.com/bitnami/charts/commit/8e1fc163121bac5ba9f7feb9a7819dd0b9aa8e4f)), closes [#22890](https://github.com/bitnami/charts/issues/22890) ## 4.11.2 (2024-01-30) -* [bitnami/metallb] Release 4.11.2 updating components versions (#22904) ([bb30b9b](https://github.com/bitnami/charts/commit/bb30b9b)), closes [#22904](https://github.com/bitnami/charts/issues/22904) +* [bitnami/metallb] Release 4.11.2 updating components versions (#22904) ([bb30b9b](https://github.com/bitnami/charts/commit/bb30b9ba3748ccc6f4e6b68585ca38cbb68bda09)), closes [#22904](https://github.com/bitnami/charts/issues/22904) ## 4.11.1 (2024-01-26) -* [bitnami/*] Move documentation sections from docs.bitnami.com back to the README (#22203) ([7564f36](https://github.com/bitnami/charts/commit/7564f36)), closes [#22203](https://github.com/bitnami/charts/issues/22203) -* [bitnami/metallb] fix: :bug: Set seLinuxOptions to null for Openshift compatibility (#22623) ([c874b7b](https://github.com/bitnami/charts/commit/c874b7b)), closes [#22623](https://github.com/bitnami/charts/issues/22623) +* [bitnami/*] Move documentation sections from docs.bitnami.com back to the README (#22203) ([7564f36](https://github.com/bitnami/charts/commit/7564f36ca1e95ff30ee686652b7ab8690561a707)), closes [#22203](https://github.com/bitnami/charts/issues/22203) +* [bitnami/metallb] fix: :bug: Set seLinuxOptions to null for Openshift compatibility (#22623) ([c874b7b](https://github.com/bitnami/charts/commit/c874b7b7af5276f1493115a2d7bcfc1760512b9d)), closes [#22623](https://github.com/bitnami/charts/issues/22623) ## 4.11.0 (2024-01-22) -* [bitnami/metallb] fix: :lock: Move service-account token auto-mount to pod declaration (#22432) ([41fb370](https://github.com/bitnami/charts/commit/41fb370)), closes [#22432](https://github.com/bitnami/charts/issues/22432) -* [bitnami/metallb] Update CRDs and add source header (#22377) ([5b16a6c](https://github.com/bitnami/charts/commit/5b16a6c)), closes [#22377](https://github.com/bitnami/charts/issues/22377) +* [bitnami/metallb] fix: :lock: Move service-account token auto-mount to pod declaration (#22432) ([41fb370](https://github.com/bitnami/charts/commit/41fb370eed1bebc63191ee1b1e6b7afddb36fd35)), closes [#22432](https://github.com/bitnami/charts/issues/22432) +* [bitnami/metallb] Update CRDs and add source header (#22377) ([5b16a6c](https://github.com/bitnami/charts/commit/5b16a6c5246437cf7854ae63be14605d37207e88)), closes [#22377](https://github.com/bitnami/charts/issues/22377) ## 4.10.1 (2024-01-18) -* [bitnami/metallb] Release 4.10.1 updating components versions (#22302) ([3292e1e](https://github.com/bitnami/charts/commit/3292e1e)), closes [#22302](https://github.com/bitnami/charts/issues/22302) +* [bitnami/metallb] Release 4.10.1 updating components versions (#22302) ([3292e1e](https://github.com/bitnami/charts/commit/3292e1e42984a4055071211688f93da5be7e39a4)), closes [#22302](https://github.com/bitnami/charts/issues/22302) ## 4.10.0 (2024-01-16) -* [bitnami/*] Fix ref links (in comments) (#21822) ([e4fa296](https://github.com/bitnami/charts/commit/e4fa296)), closes [#21822](https://github.com/bitnami/charts/issues/21822) -* [bitnami/metallb] fix: :lock: Improve podSecurityContext and containerSecurityContext with essential ([1c42540](https://github.com/bitnami/charts/commit/1c42540)), closes [#22154](https://github.com/bitnami/charts/issues/22154) +* [bitnami/*] Fix ref links (in comments) (#21822) ([e4fa296](https://github.com/bitnami/charts/commit/e4fa296106b225cf8c82445727c675c7c725e380)), closes [#21822](https://github.com/bitnami/charts/issues/21822) +* [bitnami/metallb] fix: :lock: Improve podSecurityContext and containerSecurityContext with essential ([1c42540](https://github.com/bitnami/charts/commit/1c42540ed75883b8e8071b2191a239e65ac4aebf)), closes [#22154](https://github.com/bitnami/charts/issues/22154) ## 4.9.1 (2024-01-10) -* [bitnami/metallb] Release 4.9.1 updating components versions (#21959) ([e65b9a1](https://github.com/bitnami/charts/commit/e65b9a1)), closes [#21959](https://github.com/bitnami/charts/issues/21959) +* [bitnami/metallb] Release 4.9.1 updating components versions (#21959) ([e65b9a1](https://github.com/bitnami/charts/commit/e65b9a13a5cd1dd7dfd67d02b32f086c070587ef)), closes [#21959](https://github.com/bitnami/charts/issues/21959) ## 4.9.0 (2024-01-10) -* [bitnami/*] Fix docs.bitnami.com broken links (#21901) ([f35506d](https://github.com/bitnami/charts/commit/f35506d)), closes [#21901](https://github.com/bitnami/charts/issues/21901) -* [bitnami/*] Update copyright: Year and company (#21815) ([6c4bf75](https://github.com/bitnami/charts/commit/6c4bf75)), closes [#21815](https://github.com/bitnami/charts/issues/21815) -* [bitnami/metallb] feat: :sparkles: Add seccompProfile to containerSecurityContext (#21916) ([f743427](https://github.com/bitnami/charts/commit/f743427)), closes [#21916](https://github.com/bitnami/charts/issues/21916) +* [bitnami/*] Fix docs.bitnami.com broken links (#21901) ([f35506d](https://github.com/bitnami/charts/commit/f35506d2dadee4f097986e7792df1f53ab215b5d)), closes [#21901](https://github.com/bitnami/charts/issues/21901) +* [bitnami/*] Update copyright: Year and company (#21815) ([6c4bf75](https://github.com/bitnami/charts/commit/6c4bf75dec58fc7c9aee9f089777b1a858c17d5b)), closes [#21815](https://github.com/bitnami/charts/issues/21815) +* [bitnami/metallb] feat: :sparkles: Add seccompProfile to containerSecurityContext (#21916) ([f743427](https://github.com/bitnami/charts/commit/f74342729f7642b90eaf51bc72a946ea92969888)), closes [#21916](https://github.com/bitnami/charts/issues/21916) ## 4.8.0 (2023-12-13) -* [bitnami/metallb] Missing features (#21534) ([ceffc1f](https://github.com/bitnami/charts/commit/ceffc1f)), closes [#21534](https://github.com/bitnami/charts/issues/21534) +* [bitnami/metallb] Missing features (#21534) ([ceffc1f](https://github.com/bitnami/charts/commit/ceffc1fb0df6a4b088596be5adbf269e9b18ac56)), closes [#21534](https://github.com/bitnami/charts/issues/21534) ## 4.7.16 (2023-12-07) -* [bitnami/metallb] Release 4.7.16 updating components versions (#21444) ([04c087f](https://github.com/bitnami/charts/commit/04c087f)), closes [#21444](https://github.com/bitnami/charts/issues/21444) +* [bitnami/metallb] Release 4.7.16 updating components versions (#21444) ([04c087f](https://github.com/bitnami/charts/commit/04c087f07deb7f2ab8118ebdb4267ff5cc80958b)), closes [#21444](https://github.com/bitnami/charts/issues/21444) ## 4.7.15 (2023-11-21) -* [bitnami/*] Remove relative links to non-README sections, add verification for that and update TL;DR ([1103633](https://github.com/bitnami/charts/commit/1103633)), closes [#20967](https://github.com/bitnami/charts/issues/20967) -* [bitnami/*] Rename solutions to "Bitnami package for ..." (#21038) ([b82f979](https://github.com/bitnami/charts/commit/b82f979)), closes [#21038](https://github.com/bitnami/charts/issues/21038) -* [bitnami/metallb] Release 4.7.15 updating components versions (#21138) ([f835427](https://github.com/bitnami/charts/commit/f835427)), closes [#21138](https://github.com/bitnami/charts/issues/21138) +* [bitnami/*] Remove relative links to non-README sections, add verification for that and update TL;DR ([1103633](https://github.com/bitnami/charts/commit/11036334d82df0490aa4abdb591543cab6cf7d7f)), closes [#20967](https://github.com/bitnami/charts/issues/20967) +* [bitnami/*] Rename solutions to "Bitnami package for ..." (#21038) ([b82f979](https://github.com/bitnami/charts/commit/b82f979e4fb63423fe6e2192c946d09d79c944fc)), closes [#21038](https://github.com/bitnami/charts/issues/21038) +* [bitnami/metallb] Release 4.7.15 updating components versions (#21138) ([f835427](https://github.com/bitnami/charts/commit/f8354273be55a3fc9991956452946cc6560a7d45)), closes [#21138](https://github.com/bitnami/charts/issues/21138) ## 4.7.14 (2023-11-10) -* [bitnami/metallb] Replace deprecated pull secret partial (#20661) ([7e2d8b5](https://github.com/bitnami/charts/commit/7e2d8b5)), closes [#20661](https://github.com/bitnami/charts/issues/20661) +* [bitnami/metallb] Replace deprecated pull secret partial (#20661) ([7e2d8b5](https://github.com/bitnami/charts/commit/7e2d8b5a60247f52615419daf4326aedafea28b7)), closes [#20661](https://github.com/bitnami/charts/issues/20661) ## 4.7.13 (2023-11-09) -* [bitnami/metallb] Release 4.7.13 updating components versions (#20843) ([75a1690](https://github.com/bitnami/charts/commit/75a1690)), closes [#20843](https://github.com/bitnami/charts/issues/20843) +* [bitnami/metallb] Release 4.7.13 updating components versions (#20843) ([75a1690](https://github.com/bitnami/charts/commit/75a169050aa0bb41c122cce4d36aa6baf64f1ab0)), closes [#20843](https://github.com/bitnami/charts/issues/20843) ## 4.7.12 (2023-11-09) -* [bitnami/*] Rename VMware Application Catalog (#20361) ([3acc734](https://github.com/bitnami/charts/commit/3acc734)), closes [#20361](https://github.com/bitnami/charts/issues/20361) -* [bitnami/metallb] Release 4.7.12 updating components versions (#20753) ([e4c3c51](https://github.com/bitnami/charts/commit/e4c3c51)), closes [#20753](https://github.com/bitnami/charts/issues/20753) +* [bitnami/*] Rename VMware Application Catalog (#20361) ([3acc734](https://github.com/bitnami/charts/commit/3acc73472beb6fb56c4d99f929061001205bc57e)), closes [#20361](https://github.com/bitnami/charts/issues/20361) +* [bitnami/metallb] Release 4.7.12 updating components versions (#20753) ([e4c3c51](https://github.com/bitnami/charts/commit/e4c3c51be6f27a747fac78c49b97a2ffee5a655d)), closes [#20753](https://github.com/bitnami/charts/issues/20753) ## 4.7.11 (2023-10-20) -* [bitnami/*] Skip image's tag in the README files of the Bitnami Charts (#19841) ([bb9a01b](https://github.com/bitnami/charts/commit/bb9a01b)), closes [#19841](https://github.com/bitnami/charts/issues/19841) -* [bitnami/*] Standardize documentation (#19835) ([af5f753](https://github.com/bitnami/charts/commit/af5f753)), closes [#19835](https://github.com/bitnami/charts/issues/19835) -* [bitnami/metallb] Release 4.7.11 updating components versions (#20337) ([a037790](https://github.com/bitnami/charts/commit/a037790)), closes [#20337](https://github.com/bitnami/charts/issues/20337) +* [bitnami/*] Skip image's tag in the README files of the Bitnami Charts (#19841) ([bb9a01b](https://github.com/bitnami/charts/commit/bb9a01b65911c87e48318db922cc05eb42785e42)), closes [#19841](https://github.com/bitnami/charts/issues/19841) +* [bitnami/*] Standardize documentation (#19835) ([af5f753](https://github.com/bitnami/charts/commit/af5f7530c1bc8c5ded53a6c4f7b8f384ac1804f2)), closes [#19835](https://github.com/bitnami/charts/issues/19835) +* [bitnami/metallb] Release 4.7.11 updating components versions (#20337) ([a037790](https://github.com/bitnami/charts/commit/a0377908919a362f0b6ac1a36fdb15193db2e230)), closes [#20337](https://github.com/bitnami/charts/issues/20337) ## 4.7.10 (2023-10-16) -* [bitnami/metallb] Fix memberlist secret key configuration (#19836) ([521f941](https://github.com/bitnami/charts/commit/521f941)), closes [#19836](https://github.com/bitnami/charts/issues/19836) +* [bitnami/metallb] Fix memberlist secret key configuration (#19836) ([521f941](https://github.com/bitnami/charts/commit/521f9414d36133e751986e7b2b3e1fb957876a8c)), closes [#19836](https://github.com/bitnami/charts/issues/19836) ## 4.7.9 (2023-10-11) -* [bitnami/metallb] Release 4.7.9 (#20054) ([412709c](https://github.com/bitnami/charts/commit/412709c)), closes [#20054](https://github.com/bitnami/charts/issues/20054) +* [bitnami/metallb] Release 4.7.9 (#20054) ([412709c](https://github.com/bitnami/charts/commit/412709c25c9956a7ae84935f7c64810ecaf5ca61)), closes [#20054](https://github.com/bitnami/charts/issues/20054) ## 4.7.8 (2023-10-09) -* [bitnami/metallb] Release 4.7.8 (#19878) ([cc99e10](https://github.com/bitnami/charts/commit/cc99e10)), closes [#19878](https://github.com/bitnami/charts/issues/19878) +* [bitnami/metallb] Release 4.7.8 (#19878) ([cc99e10](https://github.com/bitnami/charts/commit/cc99e1074bf6733d4a3d763554436864a96926b1)), closes [#19878](https://github.com/bitnami/charts/issues/19878) ## 4.7.7 (2023-10-09) -* [bitnami/*] Update Helm charts prerequisites (#19745) ([eb755dd](https://github.com/bitnami/charts/commit/eb755dd)), closes [#19745](https://github.com/bitnami/charts/issues/19745) -* [bitnami/metallb] Release 4.7.7 (#19866) ([9427f69](https://github.com/bitnami/charts/commit/9427f69)), closes [#19866](https://github.com/bitnami/charts/issues/19866) +* [bitnami/*] Update Helm charts prerequisites (#19745) ([eb755dd](https://github.com/bitnami/charts/commit/eb755dd36a4dd3cf6635be8e0598f9a7f4c4a554)), closes [#19745](https://github.com/bitnami/charts/issues/19745) +* [bitnami/metallb] Release 4.7.7 (#19866) ([9427f69](https://github.com/bitnami/charts/commit/9427f699a896548115d49a40c712166e1a14f982)), closes [#19866](https://github.com/bitnami/charts/issues/19866) ## 4.7.6 (2023-10-04) -* [bitnami/metallb] Release 4.7.6 (#19727) ([309c509](https://github.com/bitnami/charts/commit/309c509)), closes [#19727](https://github.com/bitnami/charts/issues/19727) +* [bitnami/metallb] Release 4.7.6 (#19727) ([309c509](https://github.com/bitnami/charts/commit/309c509b9916abed0b97540d525aa684e4fec644)), closes [#19727](https://github.com/bitnami/charts/issues/19727) ## 4.7.5 (2023-10-04) -* [bitnami/metallb] Release 4.7.5 (#19723) ([e78e6f7](https://github.com/bitnami/charts/commit/e78e6f7)), closes [#19723](https://github.com/bitnami/charts/issues/19723) +* [bitnami/metallb] Release 4.7.5 (#19723) ([e78e6f7](https://github.com/bitnami/charts/commit/e78e6f7952f82f8ce50845412d04a26a55b3896a)), closes [#19723](https://github.com/bitnami/charts/issues/19723) ## 4.7.4 (2023-10-02) -* [bitnami/metallb] Use common capabilities for PSP (#19632) ([07fc7c7](https://github.com/bitnami/charts/commit/07fc7c7)), closes [#19632](https://github.com/bitnami/charts/issues/19632) +* [bitnami/metallb] Use common capabilities for PSP (#19632) ([07fc7c7](https://github.com/bitnami/charts/commit/07fc7c7342a26de8d57bf8c28d634d0ff9f38a54)), closes [#19632](https://github.com/bitnami/charts/issues/19632) ## 4.7.3 (2023-09-18) -* [bitnami/metallb] Use different app.kubernetes.io/version label on subcomponents (#19344) ([8937f8a](https://github.com/bitnami/charts/commit/8937f8a)), closes [#19344](https://github.com/bitnami/charts/issues/19344) -* Autogenerate schema files (#19194) ([a2c2090](https://github.com/bitnami/charts/commit/a2c2090)), closes [#19194](https://github.com/bitnami/charts/issues/19194) -* Revert "Autogenerate schema files (#19194)" (#19335) ([73d80be](https://github.com/bitnami/charts/commit/73d80be)), closes [#19194](https://github.com/bitnami/charts/issues/19194) [#19335](https://github.com/bitnami/charts/issues/19335) +* [bitnami/metallb] Use different app.kubernetes.io/version label on subcomponents (#19344) ([8937f8a](https://github.com/bitnami/charts/commit/8937f8ad63b5ea22d2dddbf20b531db1dc9551fd)), closes [#19344](https://github.com/bitnami/charts/issues/19344) +* Autogenerate schema files (#19194) ([a2c2090](https://github.com/bitnami/charts/commit/a2c2090b5ac97f47b745c8028c6452bf99739772)), closes [#19194](https://github.com/bitnami/charts/issues/19194) +* Revert "Autogenerate schema files (#19194)" (#19335) ([73d80be](https://github.com/bitnami/charts/commit/73d80be525c88fb4b8a54451a55acd506e337062)), closes [#19194](https://github.com/bitnami/charts/issues/19194) [#19335](https://github.com/bitnami/charts/issues/19335) ## 4.7.2 (2023-09-06) -* [bitnami/metallb: Use merge helper]: (#19071) ([6accc10](https://github.com/bitnami/charts/commit/6accc10)), closes [#19071](https://github.com/bitnami/charts/issues/19071) +* [bitnami/metallb: Use merge helper]: (#19071) ([6accc10](https://github.com/bitnami/charts/commit/6accc10493ac99d2baef8766482eac5f29f313c3)), closes [#19071](https://github.com/bitnami/charts/issues/19071) ## 4.7.1 (2023-09-05) -* [bitnami/metallb] Release 4.7.1 (#19124) ([702757c](https://github.com/bitnami/charts/commit/702757c)), closes [#19124](https://github.com/bitnami/charts/issues/19124) +* [bitnami/metallb] Release 4.7.1 (#19124) ([702757c](https://github.com/bitnami/charts/commit/702757cce30d7871855ef0bd73dd109e885b7c83)), closes [#19124](https://github.com/bitnami/charts/issues/19124) ## 4.7.0 (2023-08-22) -* [bitnami/metallb] Support for customizing standard labels (#18333) ([3af35f9](https://github.com/bitnami/charts/commit/3af35f9)), closes [#18333](https://github.com/bitnami/charts/issues/18333) +* [bitnami/metallb] Support for customizing standard labels (#18333) ([3af35f9](https://github.com/bitnami/charts/commit/3af35f90b85eeeb109c6d86d5772300ec48e37df)), closes [#18333](https://github.com/bitnami/charts/issues/18333) ## 4.6.5 (2023-08-20) -* [bitnami/metallb] Release 4.6.5 (#18684) ([dd92c82](https://github.com/bitnami/charts/commit/dd92c82)), closes [#18684](https://github.com/bitnami/charts/issues/18684) +* [bitnami/metallb] Release 4.6.5 (#18684) ([dd92c82](https://github.com/bitnami/charts/commit/dd92c8255028c4cef41c5037853bd9485cdcb77c)), closes [#18684](https://github.com/bitnami/charts/issues/18684) ## 4.6.4 (2023-08-17) -* [bitnami/metallb] Release 4.6.4 (#18551) ([c658e27](https://github.com/bitnami/charts/commit/c658e27)), closes [#18551](https://github.com/bitnami/charts/issues/18551) +* [bitnami/metallb] Release 4.6.4 (#18551) ([c658e27](https://github.com/bitnami/charts/commit/c658e279aae11f134b4cf4acb4b3fe542adcc433)), closes [#18551](https://github.com/bitnami/charts/issues/18551) ## 4.6.3 (2023-08-08) -* [bitnami/metallb] chore: :page_facing_up: Remove license in CRDs (#18279) ([80509b9](https://github.com/bitnami/charts/commit/80509b9)), closes [#18279](https://github.com/bitnami/charts/issues/18279) +* [bitnami/metallb] chore: :page_facing_up: Remove license in CRDs (#18279) ([80509b9](https://github.com/bitnami/charts/commit/80509b9e2d22a6028b1a2514a496d7a262295f0c)), closes [#18279](https://github.com/bitnami/charts/issues/18279) ## 4.6.2 (2023-08-08) -* [bitnami/metallb] chore: :truck: Move crds to crds/ folder (#18251) ([19d1176](https://github.com/bitnami/charts/commit/19d1176)), closes [#18251](https://github.com/bitnami/charts/issues/18251) +* [bitnami/metallb] chore: :truck: Move crds to crds/ folder (#18251) ([19d1176](https://github.com/bitnami/charts/commit/19d1176d0ceb0b5b93509a61d2905723ca4e2507)), closes [#18251](https://github.com/bitnami/charts/issues/18251) ## 4.6.1 (2023-08-07) -* Adds namespaces for the webhook service and webhook secret. (#18221) ([53832c2](https://github.com/bitnami/charts/commit/53832c2)), closes [#18221](https://github.com/bitnami/charts/issues/18221) +* Adds namespaces for the webhook service and webhook secret. (#18221) ([53832c2](https://github.com/bitnami/charts/commit/53832c2308a64415c967844b7246c734eeacbe94)), closes [#18221](https://github.com/bitnami/charts/issues/18221) ## 4.6.0 (2023-08-02) -* [bitnami/metallb] Allow overriding speaker log level from values (#17996) ([fefbd62](https://github.com/bitnami/charts/commit/fefbd62)), closes [#17996](https://github.com/bitnami/charts/issues/17996) +* [bitnami/metallb] Allow overriding speaker log level from values (#17996) ([fefbd62](https://github.com/bitnami/charts/commit/fefbd62a75582ee47f9bfcedca92af5da64a2c04)), closes [#17996](https://github.com/bitnami/charts/issues/17996) ## 4.5.7 (2023-07-26) -* [bitnami/metallb] Release 4.5.7 (#17913) ([74e8306](https://github.com/bitnami/charts/commit/74e8306)), closes [#17913](https://github.com/bitnami/charts/issues/17913) +* [bitnami/metallb] Release 4.5.7 (#17913) ([74e8306](https://github.com/bitnami/charts/commit/74e83069453a3f6c8d65d076e3813606e1e244d1)), closes [#17913](https://github.com/bitnami/charts/issues/17913) ## 4.5.6 (2023-07-15) -* [bitnami/metallb] Release 4 (#17625) ([f034ef5](https://github.com/bitnami/charts/commit/f034ef5)), closes [#17625](https://github.com/bitnami/charts/issues/17625) +* [bitnami/metallb] Release 4 (#17625) ([f034ef5](https://github.com/bitnami/charts/commit/f034ef5fb6fb6b817102981d87023370bda940b0)), closes [#17625](https://github.com/bitnami/charts/issues/17625) ## 4.5.5 (2023-06-30) -* [bitnami/metallb] Release 4.5.5 (#17430) ([0aa683d](https://github.com/bitnami/charts/commit/0aa683d)), closes [#17430](https://github.com/bitnami/charts/issues/17430) -* Add copyright header (#17300) ([da68be8](https://github.com/bitnami/charts/commit/da68be8)), closes [#17300](https://github.com/bitnami/charts/issues/17300) -* Update charts readme (#17217) ([31b3c0a](https://github.com/bitnami/charts/commit/31b3c0a)), closes [#17217](https://github.com/bitnami/charts/issues/17217) +* [bitnami/metallb] Release 4.5.5 (#17430) ([0aa683d](https://github.com/bitnami/charts/commit/0aa683dfde90bad640e5f03e36f56d4c45ed0c0d)), closes [#17430](https://github.com/bitnami/charts/issues/17430) +* Add copyright header (#17300) ([da68be8](https://github.com/bitnami/charts/commit/da68be8e951225133c7dfb572d5101ca3d61c5ae)), closes [#17300](https://github.com/bitnami/charts/issues/17300) +* Update charts readme (#17217) ([31b3c0a](https://github.com/bitnami/charts/commit/31b3c0afd968ff4429107e34101f7509e6a0e913)), closes [#17217](https://github.com/bitnami/charts/issues/17217) ## 4.5.4 (2023-06-21) -* [bitnami/metallb] Remove namespace field for cluster wide resources (#17278) ([c2bb96e](https://github.com/bitnami/charts/commit/c2bb96e)), closes [#17278](https://github.com/bitnami/charts/issues/17278) -* [bitnami/several] Remove 'Community supported solution' section from READMEs (#17119) ([4531d57](https://github.com/bitnami/charts/commit/4531d57)), closes [#17119](https://github.com/bitnami/charts/issues/17119) +* [bitnami/metallb] Remove namespace field for cluster wide resources (#17278) ([c2bb96e](https://github.com/bitnami/charts/commit/c2bb96e297b03b5c8dbebeac4ea5d5822cdd53ef)), closes [#17278](https://github.com/bitnami/charts/issues/17278) +* [bitnami/several] Remove 'Community supported solution' section from READMEs (#17119) ([4531d57](https://github.com/bitnami/charts/commit/4531d571914e970fe4cef19ae00a9fa4cc038f47)), closes [#17119](https://github.com/bitnami/charts/issues/17119) ## 4.5.3 (2023-06-07) -* [bitnami/*] Change copyright section in READMEs (#17006) ([ef986a1](https://github.com/bitnami/charts/commit/ef986a1)), closes [#17006](https://github.com/bitnami/charts/issues/17006) -* [bitnami/metallb] Add missing rule to controller role (#16992) ([bbc3a6d](https://github.com/bitnami/charts/commit/bbc3a6d)), closes [#16992](https://github.com/bitnami/charts/issues/16992) [/github.com/metallb/metallb/blob/e708fc9010afb80c379bdfadd5d543931164ca5e/config/rbac/role.yaml#L17-L22](https://github.com//github.com/metallb/metallb/blob/e708fc9010afb80c379bdfadd5d543931164ca5e/config/rbac/role.yaml/issues/L17-L22) -* [bitnami/several] Change copyright section in READMEs (#16989) ([5b6a5cf](https://github.com/bitnami/charts/commit/5b6a5cf)), closes [#16989](https://github.com/bitnami/charts/issues/16989) +* [bitnami/*] Change copyright section in READMEs (#17006) ([ef986a1](https://github.com/bitnami/charts/commit/ef986a1605241102b3dcafe9fd8089e6fc1201ad)), closes [#17006](https://github.com/bitnami/charts/issues/17006) +* [bitnami/metallb] Add missing rule to controller role (#16992) ([bbc3a6d](https://github.com/bitnami/charts/commit/bbc3a6d00d0f11e92c19c4658df87c356410a78d)), closes [#16992](https://github.com/bitnami/charts/issues/16992) [/github.com/metallb/metallb/blob/e708fc9010afb80c379bdfadd5d543931164ca5e/config/rbac/role.yaml#L17-L22](https://github.com//github.com/metallb/metallb/blob/e708fc9010afb80c379bdfadd5d543931164ca5e/config/rbac/role.yaml/issues/L17-L22) +* [bitnami/several] Change copyright section in READMEs (#16989) ([5b6a5cf](https://github.com/bitnami/charts/commit/5b6a5cfb7625a751848a2e5cd796bd7278f406ca)), closes [#16989](https://github.com/bitnami/charts/issues/16989) ## 4.5.2 (2023-05-31) -* [bitnami/metallb] Release 4.5.2 (#16981) ([8bbbc28](https://github.com/bitnami/charts/commit/8bbbc28)), closes [#16981](https://github.com/bitnami/charts/issues/16981) +* [bitnami/metallb] Release 4.5.2 (#16981) ([8bbbc28](https://github.com/bitnami/charts/commit/8bbbc28385b35f563f0577bf8e9577c59c83f393)), closes [#16981](https://github.com/bitnami/charts/issues/16981) ## 4.5.1 (2023-05-21) -* [bitnami/metallb] Release 4.5.1 (#16820) ([b6233c3](https://github.com/bitnami/charts/commit/b6233c3)), closes [#16820](https://github.com/bitnami/charts/issues/16820) -* Add wording for enterprise page (#16560) ([8f22774](https://github.com/bitnami/charts/commit/8f22774)), closes [#16560](https://github.com/bitnami/charts/issues/16560) +* [bitnami/metallb] Release 4.5.1 (#16820) ([b6233c3](https://github.com/bitnami/charts/commit/b6233c31b11d10411758c37a920f53d385c408b6)), closes [#16820](https://github.com/bitnami/charts/issues/16820) +* Add wording for enterprise page (#16560) ([8f22774](https://github.com/bitnami/charts/commit/8f2277440b976d52785ba9149762ad8620a73d1f)), closes [#16560](https://github.com/bitnami/charts/issues/16560) ## 4.5.0 (2023-05-09) -* [bitnami/several] Adapt Chart.yaml to set desired OCI annotations (#16546) ([fc9b18f](https://github.com/bitnami/charts/commit/fc9b18f)), closes [#16546](https://github.com/bitnami/charts/issues/16546) +* [bitnami/several] Adapt Chart.yaml to set desired OCI annotations (#16546) ([fc9b18f](https://github.com/bitnami/charts/commit/fc9b18f2e98805d4df629acbcde696f44f973344)), closes [#16546](https://github.com/bitnami/charts/issues/16546) ## 4.4.2 (2023-05-09) -* [bitnami/metallb] Release 4.4.2 (#16478) ([8aa8bb0](https://github.com/bitnami/charts/commit/8aa8bb0)), closes [#16478](https://github.com/bitnami/charts/issues/16478) +* [bitnami/metallb] Release 4.4.2 (#16478) ([8aa8bb0](https://github.com/bitnami/charts/commit/8aa8bb0c47c8f05da90ae09dd5143e1472e7903d)), closes [#16478](https://github.com/bitnami/charts/issues/16478) ## 4.4.1 (2023-05-01) -* [bitnami/metallb] Release 4.4.1 (#16300) ([6b85ee2](https://github.com/bitnami/charts/commit/6b85ee2)), closes [#16300](https://github.com/bitnami/charts/issues/16300) +* [bitnami/metallb] Release 4.4.1 (#16300) ([6b85ee2](https://github.com/bitnami/charts/commit/6b85ee24228996c45376f4b7ee708ca9aae1c350)), closes [#16300](https://github.com/bitnami/charts/issues/16300) ## 4.4.0 (2023-04-20) -* [bitnami/*] Make Helm charts 100% OCI (#15998) ([8841510](https://github.com/bitnami/charts/commit/8841510)), closes [#15998](https://github.com/bitnami/charts/issues/15998) +* [bitnami/*] Make Helm charts 100% OCI (#15998) ([8841510](https://github.com/bitnami/charts/commit/884151035efcbf2e1b3206e7def85511073fb57d)), closes [#15998](https://github.com/bitnami/charts/issues/15998) ## 4.3.0 (2023-04-12) -* [bitnami/metallb] Provide a flag for disabling BGP speakers (#15981) ([aa48954](https://github.com/bitnami/charts/commit/aa48954)), closes [#15981](https://github.com/bitnami/charts/issues/15981) [#8742](https://github.com/bitnami/charts/issues/8742) +* [bitnami/metallb] Provide a flag for disabling BGP speakers (#15981) ([aa48954](https://github.com/bitnami/charts/commit/aa48954c327bea8a5ec3867a0397ef94f25ab2e9)), closes [#15981](https://github.com/bitnami/charts/issues/15981) [#8742](https://github.com/bitnami/charts/issues/8742) ## 4.2.0 (2023-04-05) -* add option to skip CRD install (#15939) ([ea3a30d](https://github.com/bitnami/charts/commit/ea3a30d)), closes [#15939](https://github.com/bitnami/charts/issues/15939) +* add option to skip CRD install (#15939) ([ea3a30d](https://github.com/bitnami/charts/commit/ea3a30da07f94085263136f1715e3026a9fb402f)), closes [#15939](https://github.com/bitnami/charts/issues/15939) ## 4.1.23 (2023-04-01) -* [bitnami/metallb] Release 4.1.23 (#15870) ([f98363a](https://github.com/bitnami/charts/commit/f98363a)), closes [#15870](https://github.com/bitnami/charts/issues/15870) +* [bitnami/metallb] Release 4.1.23 (#15870) ([f98363a](https://github.com/bitnami/charts/commit/f98363a239d2bc2539b832bf8615d9b543f29d8a)), closes [#15870](https://github.com/bitnami/charts/issues/15870) ## 4.1.22 (2023-03-30) -* [bitnami/metallb] crds.yaml update to 0.13.9 (#15745 fix) (#15781) ([94021f7](https://github.com/bitnami/charts/commit/94021f7)), closes [#15745](https://github.com/bitnami/charts/issues/15745) [#15781](https://github.com/bitnami/charts/issues/15781) [#15745](https://github.com/bitnami/charts/issues/15745) [#15745](https://github.com/bitnami/charts/issues/15745) +* [bitnami/metallb] crds.yaml update to 0.13.9 (#15745 fix) (#15781) ([94021f7](https://github.com/bitnami/charts/commit/94021f73b8c73629d1aec6dd69c45f7f884c68e8)), closes [#15745](https://github.com/bitnami/charts/issues/15745) [#15781](https://github.com/bitnami/charts/issues/15781) [#15745](https://github.com/bitnami/charts/issues/15745) [#15745](https://github.com/bitnami/charts/issues/15745) ## 4.1.21 (2023-03-18) -* [bitnami/charts] Apply linter to README files (#15357) ([0e29e60](https://github.com/bitnami/charts/commit/0e29e60)), closes [#15357](https://github.com/bitnami/charts/issues/15357) -* [bitnami/metallb] Release 4.1.21 (#15577) ([e939485](https://github.com/bitnami/charts/commit/e939485)), closes [#15577](https://github.com/bitnami/charts/issues/15577) +* [bitnami/charts] Apply linter to README files (#15357) ([0e29e60](https://github.com/bitnami/charts/commit/0e29e600d3adc8b1b46e506eccb3decfab3b4e63)), closes [#15357](https://github.com/bitnami/charts/issues/15357) +* [bitnami/metallb] Release 4.1.21 (#15577) ([e939485](https://github.com/bitnami/charts/commit/e93948544008405ffa7f31888471219bcb8b2b21)), closes [#15577](https://github.com/bitnami/charts/issues/15577) ## 4.1.20 (2023-03-01) -* [bitnami/metallb] fix failed-to-call-webhook issue (#15134) ([f27f0f3](https://github.com/bitnami/charts/commit/f27f0f3)), closes [#15134](https://github.com/bitnami/charts/issues/15134) +* [bitnami/metallb] fix failed-to-call-webhook issue (#15134) ([f27f0f3](https://github.com/bitnami/charts/commit/f27f0f367b24f7639b626dcb1ae1fe906e310afa)), closes [#15134](https://github.com/bitnami/charts/issues/15134) ## 4.1.19 (2023-03-01) -* [bitnami/metallb] Release 4.1.19 (#15283) ([bbd2711](https://github.com/bitnami/charts/commit/bbd2711)), closes [#15283](https://github.com/bitnami/charts/issues/15283) +* [bitnami/metallb] Release 4.1.19 (#15283) ([bbd2711](https://github.com/bitnami/charts/commit/bbd27115303c3975d012beb8d7512e4731d2ef08)), closes [#15283](https://github.com/bitnami/charts/issues/15283) ## 4.1.18 (2023-03-01) -* [bitnami/metallb] Bump chart release to trigger publishing (#15202) ([aa2b71d](https://github.com/bitnami/charts/commit/aa2b71d)), closes [#15202](https://github.com/bitnami/charts/issues/15202) -* [bitnami/metallb] Release 4.1.17 (#15083) ([9c908c0](https://github.com/bitnami/charts/commit/9c908c0)), closes [#15083](https://github.com/bitnami/charts/issues/15083) +* [bitnami/metallb] Bump chart release to trigger publishing (#15202) ([aa2b71d](https://github.com/bitnami/charts/commit/aa2b71d7a422d3da2b13e8dcfeec6da0f3141101)), closes [#15202](https://github.com/bitnami/charts/issues/15202) +* [bitnami/metallb] Release 4.1.17 (#15083) ([9c908c0](https://github.com/bitnami/charts/commit/9c908c0df11a26247a09c72f64aeeb407df0d6c0)), closes [#15083](https://github.com/bitnami/charts/issues/15083) ## 4.1.17 (2023-03-01) -* [bitnami/metallb] fix failed-to-list-namespaces issue (#15130) ([94d9bd4](https://github.com/bitnami/charts/commit/94d9bd4)), closes [#15130](https://github.com/bitnami/charts/issues/15130) +* [bitnami/metallb] fix failed-to-list-namespaces issue (#15130) ([94d9bd4](https://github.com/bitnami/charts/commit/94d9bd43eb848564e93bc8594e77e8542281dbe9)), closes [#15130](https://github.com/bitnami/charts/issues/15130) ## 4.1.16 (2023-02-17) -* [bitnami/*] Fix markdown linter issues 2 (#14890) ([aa96572](https://github.com/bitnami/charts/commit/aa96572)), closes [#14890](https://github.com/bitnami/charts/issues/14890) -* [bitnami/metallb] Release 4.1.16 (#14984) ([67df406](https://github.com/bitnami/charts/commit/67df406)), closes [#14984](https://github.com/bitnami/charts/issues/14984) +* [bitnami/*] Fix markdown linter issues 2 (#14890) ([aa96572](https://github.com/bitnami/charts/commit/aa9657237ee8df4a46db0d7fdf8a23230dd6902a)), closes [#14890](https://github.com/bitnami/charts/issues/14890) +* [bitnami/metallb] Release 4.1.16 (#14984) ([67df406](https://github.com/bitnami/charts/commit/67df40634b5661f23c90ed42206a18e43f70ce9e)), closes [#14984](https://github.com/bitnami/charts/issues/14984) ## 4.1.15 (2023-02-14) -* [bitnami/*] Change copyright date (#14682) ([add4ec7](https://github.com/bitnami/charts/commit/add4ec7)), closes [#14682](https://github.com/bitnami/charts/issues/14682) -* [bitnami/*] Change licenses annotation format (#14377) ([0ab7608](https://github.com/bitnami/charts/commit/0ab7608)), closes [#14377](https://github.com/bitnami/charts/issues/14377) -* [bitnami/*] Fix markdown linter issues (#14874) ([a51e0e8](https://github.com/bitnami/charts/commit/a51e0e8)), closes [#14874](https://github.com/bitnami/charts/issues/14874) -* [bitnami/*] Unify READMEs (#14472) ([2064fb8](https://github.com/bitnami/charts/commit/2064fb8)), closes [#14472](https://github.com/bitnami/charts/issues/14472) -* [bitnami/metallb] Release 4.1.15 (#14881) ([7ddac58](https://github.com/bitnami/charts/commit/7ddac58)), closes [#14881](https://github.com/bitnami/charts/issues/14881) +* [bitnami/*] Change copyright date (#14682) ([add4ec7](https://github.com/bitnami/charts/commit/add4ec701108ac36ed4de2dffbdf407a0d091067)), closes [#14682](https://github.com/bitnami/charts/issues/14682) +* [bitnami/*] Change licenses annotation format (#14377) ([0ab7608](https://github.com/bitnami/charts/commit/0ab760862c660fcc78cffadf8e1d8cdd70881473)), closes [#14377](https://github.com/bitnami/charts/issues/14377) +* [bitnami/*] Fix markdown linter issues (#14874) ([a51e0e8](https://github.com/bitnami/charts/commit/a51e0e8d35495b907f3e70dd2f8e7c3bcbf4166a)), closes [#14874](https://github.com/bitnami/charts/issues/14874) +* [bitnami/*] Unify READMEs (#14472) ([2064fb8](https://github.com/bitnami/charts/commit/2064fb8dcc78a845cdede8211af8c3cc52551161)), closes [#14472](https://github.com/bitnami/charts/issues/14472) +* [bitnami/metallb] Release 4.1.15 (#14881) ([7ddac58](https://github.com/bitnami/charts/commit/7ddac588985ce99f6838f7123ffbacd43dd4a578)), closes [#14881](https://github.com/bitnami/charts/issues/14881) ## 4.1.14 (2023-01-15) -* [bitnami/*] Add license annotation and remove obsolete engine parameter (#14293) ([da2a794](https://github.com/bitnami/charts/commit/da2a794)), closes [#14293](https://github.com/bitnami/charts/issues/14293) -* [bitnami/metallb] Release 4.1.14 (#14368) ([5884c8e](https://github.com/bitnami/charts/commit/5884c8e)), closes [#14368](https://github.com/bitnami/charts/issues/14368) +* [bitnami/*] Add license annotation and remove obsolete engine parameter (#14293) ([da2a794](https://github.com/bitnami/charts/commit/da2a7943bae95b6e9b5b4ed972c15e990b69fdb0)), closes [#14293](https://github.com/bitnami/charts/issues/14293) +* [bitnami/metallb] Release 4.1.14 (#14368) ([5884c8e](https://github.com/bitnami/charts/commit/5884c8e4c1b2e58e849f77c92a2247bbcc816070)), closes [#14368](https://github.com/bitnami/charts/issues/14368) ## 4.1.13 (2022-12-16) -* [bitnami/metallb] Release 4.1.13 (#13999) ([196f2e6](https://github.com/bitnami/charts/commit/196f2e6)), closes [#13999](https://github.com/bitnami/charts/issues/13999) +* [bitnami/metallb] Release 4.1.13 (#13999) ([196f2e6](https://github.com/bitnami/charts/commit/196f2e6feea2fd589d23b0bb111cb86202a2cb36)), closes [#13999](https://github.com/bitnami/charts/issues/13999) ## 4.1.12 (2022-11-17) -* [bitnami/metallb] Release 4.1.12 (#13553) ([c095098](https://github.com/bitnami/charts/commit/c095098)), closes [#13553](https://github.com/bitnami/charts/issues/13553) +* [bitnami/metallb] Release 4.1.12 (#13553) ([c095098](https://github.com/bitnami/charts/commit/c095098aac448d1c9f6a648ba034df923fba76ad)), closes [#13553](https://github.com/bitnami/charts/issues/13553) ## 4.1.11 (2022-11-10) -* [bitnami/metallb] kube version support (#13254) ([74bcbf6](https://github.com/bitnami/charts/commit/74bcbf6)), closes [#13254](https://github.com/bitnami/charts/issues/13254) +* [bitnami/metallb] kube version support (#13254) ([74bcbf6](https://github.com/bitnami/charts/commit/74bcbf6157f8ae6dd7d01926df46476bdb67b758)), closes [#13254](https://github.com/bitnami/charts/issues/13254) ## 4.1.10 (2022-10-25) -* [bitnami/metallb] Fix serviceaccount names (#13135) ([cde9331](https://github.com/bitnami/charts/commit/cde9331)), closes [#13135](https://github.com/bitnami/charts/issues/13135) -* adjust the naming style for resources to make them not pass the length (#13072) ([d0bf4ba](https://github.com/bitnami/charts/commit/d0bf4ba)), closes [#13072](https://github.com/bitnami/charts/issues/13072) +* [bitnami/metallb] Fix serviceaccount names (#13135) ([cde9331](https://github.com/bitnami/charts/commit/cde93315ee18f8b9adfc734972ec8e4f8ea88183)), closes [#13135](https://github.com/bitnami/charts/issues/13135) +* adjust the naming style for resources to make them not pass the length (#13072) ([d0bf4ba](https://github.com/bitnami/charts/commit/d0bf4bae120adca58431efca765c936c11860216)), closes [#13072](https://github.com/bitnami/charts/issues/13072) ## 4.1.9 (2022-10-21) -* [bitnami/metallb] Fix service account name handling (#13070) ([9238f42](https://github.com/bitnami/charts/commit/9238f42)), closes [#13070](https://github.com/bitnami/charts/issues/13070) +* [bitnami/metallb] Fix service account name handling (#13070) ([9238f42](https://github.com/bitnami/charts/commit/9238f42aa9e9048d5b3f340293fd2fdd49482a1a)), closes [#13070](https://github.com/bitnami/charts/issues/13070) ## 4.1.8 (2022-10-17) -* [bitnami/*] Use new default branch name in links (#12943) ([a529e02](https://github.com/bitnami/charts/commit/a529e02)), closes [#12943](https://github.com/bitnami/charts/issues/12943) -* [bitnami/metallb] Release 4.1.8 updating components versions ([3f02c22](https://github.com/bitnami/charts/commit/3f02c22)) +* [bitnami/*] Use new default branch name in links (#12943) ([a529e02](https://github.com/bitnami/charts/commit/a529e02597d49d944eba1eb0f190713293247176)), closes [#12943](https://github.com/bitnami/charts/issues/12943) +* [bitnami/metallb] Release 4.1.8 updating components versions ([3f02c22](https://github.com/bitnami/charts/commit/3f02c225b96cb58ae53e0ce234952d5a32dbe97c)) ## 4.1.7 (2022-10-13) -* [bitnami/metallb] Release 4.1.7 updating components versions ([4b44727](https://github.com/bitnami/charts/commit/4b44727)) +* [bitnami/metallb] Release 4.1.7 updating components versions ([4b44727](https://github.com/bitnami/charts/commit/4b447271e7e9ee2658dbca6a4415b800b1dc73e7)) ## 4.1.6 (2022-10-11) -* [bitnami/metallb] Release 4.1.6 updating components versions ([8c7d497](https://github.com/bitnami/charts/commit/8c7d497)) +* [bitnami/metallb] Release 4.1.6 updating components versions ([8c7d497](https://github.com/bitnami/charts/commit/8c7d49707b1dd84362e10376461c1777448f7d5b)) ## 4.1.5 (2022-10-05) -* [bitnami/metallb] Update maintainers (#12816) ([a6c408a](https://github.com/bitnami/charts/commit/a6c408a)), closes [#12816](https://github.com/bitnami/charts/issues/12816) -* Generic README instructions related to the repo (#12792) ([3cf6b10](https://github.com/bitnami/charts/commit/3cf6b10)), closes [#12792](https://github.com/bitnami/charts/issues/12792) +* [bitnami/metallb] Update maintainers (#12816) ([a6c408a](https://github.com/bitnami/charts/commit/a6c408a53e4ba8da580e717a1b3950ef551cf87c)), closes [#12816](https://github.com/bitnami/charts/issues/12816) +* Generic README instructions related to the repo (#12792) ([3cf6b10](https://github.com/bitnami/charts/commit/3cf6b10e10e60df4b3e191d6b99aa99a9f597755)), closes [#12792](https://github.com/bitnami/charts/issues/12792) ## 4.1.4 (2022-10-03) -* [bitnami/metallb] Release 4.1.4 updating components versions ([5146ecc](https://github.com/bitnami/charts/commit/5146ecc)) +* [bitnami/metallb] Release 4.1.4 updating components versions ([5146ecc](https://github.com/bitnami/charts/commit/5146eccf4cb9bb858092f912efdb71e2c510c2c1)) ## 4.1.3 (2022-09-21) -* [bitnami/metallb] Use custom probes if given (#12525) ([fd91af7](https://github.com/bitnami/charts/commit/fd91af7)), closes [#12525](https://github.com/bitnami/charts/issues/12525) [#12354](https://github.com/bitnami/charts/issues/12354) +* [bitnami/metallb] Use custom probes if given (#12525) ([fd91af7](https://github.com/bitnami/charts/commit/fd91af7f180affc6b83a97670b8f077e5eade520)), closes [#12525](https://github.com/bitnami/charts/issues/12525) [#12354](https://github.com/bitnami/charts/issues/12354) ## 4.1.2 (2022-09-03) -* [bitnami/metallb] Release 4.1.2 updating components versions ([f030f6a](https://github.com/bitnami/charts/commit/f030f6a)) +* [bitnami/metallb] Release 4.1.2 updating components versions ([f030f6a](https://github.com/bitnami/charts/commit/f030f6aa51cb1e39b6f570b4dad37894c2f25e65)) ## 4.1.1 (2022-08-23) -* [bitnami/metallb] Update Chart.lock (#12047) ([aa4e38a](https://github.com/bitnami/charts/commit/aa4e38a)), closes [#12047](https://github.com/bitnami/charts/issues/12047) +* [bitnami/metallb] Update Chart.lock (#12047) ([aa4e38a](https://github.com/bitnami/charts/commit/aa4e38a970928062d7cd05b95a0a5fe6bded84b9)), closes [#12047](https://github.com/bitnami/charts/issues/12047) ## 4.1.0 (2022-08-22) -* [bitnami/metallb] Add support for image digest apart from tag (#11917) ([1c57d87](https://github.com/bitnami/charts/commit/1c57d87)), closes [#11917](https://github.com/bitnami/charts/issues/11917) +* [bitnami/metallb] Add support for image digest apart from tag (#11917) ([1c57d87](https://github.com/bitnami/charts/commit/1c57d87c74709df59d9e76a50efa73e76fae5e90)), closes [#11917](https://github.com/bitnami/charts/issues/11917) ## 4.0.2 (2022-08-09) -* [bitnami/metallb] Release 4.0.2 updating components versions ([1d4b008](https://github.com/bitnami/charts/commit/1d4b008)) +* [bitnami/metallb] Release 4.0.2 updating components versions ([1d4b008](https://github.com/bitnami/charts/commit/1d4b00872be6327da4c8844f5bc83477ceb14808)) ## 4.0.1 (2022-08-04) -* [bitnami/metallb] Release 4.0.1 updating components versions ([e6c9e75](https://github.com/bitnami/charts/commit/e6c9e75)) +* [bitnami/metallb] Release 4.0.1 updating components versions ([e6c9e75](https://github.com/bitnami/charts/commit/e6c9e750a9599811548298d14be39f5722a30927)) ## 4.0.0 (2022-08-03) -* [bitnami/metallb] Adapt chart to app version 0.13 (#11503) ([5a40ef9](https://github.com/bitnami/charts/commit/5a40ef9)), closes [#11503](https://github.com/bitnami/charts/issues/11503) +* [bitnami/metallb] Adapt chart to app version 0.13 (#11503) ([5a40ef9](https://github.com/bitnami/charts/commit/5a40ef9326085dc497921619c7766ddd310dcd13)), closes [#11503](https://github.com/bitnami/charts/issues/11503) ## 3.0.12 (2022-07-30) -* [bitnami/*] Update URLs to point to the new bitnami/containers monorepo (#11352) ([d665af0](https://github.com/bitnami/charts/commit/d665af0)), closes [#11352](https://github.com/bitnami/charts/issues/11352) -* [bitnami/metallb] Release 3.0.12 updating components versions ([bdbbd7c](https://github.com/bitnami/charts/commit/bdbbd7c)) +* [bitnami/*] Update URLs to point to the new bitnami/containers monorepo (#11352) ([d665af0](https://github.com/bitnami/charts/commit/d665af0c708846192d8d5fb2f5f9ea65dd464ab0)), closes [#11352](https://github.com/bitnami/charts/issues/11352) +* [bitnami/metallb] Release 3.0.12 updating components versions ([bdbbd7c](https://github.com/bitnami/charts/commit/bdbbd7ce964bf53c7c6b62d3bd236ad78a091519)) ## 3.0.11 (2022-07-18) -* [bitnami/metallb] Prettify and unify Chart.yaml (#11216) ([2fac752](https://github.com/bitnami/charts/commit/2fac752)), closes [#11216](https://github.com/bitnami/charts/issues/11216) +* [bitnami/metallb] Prettify and unify Chart.yaml (#11216) ([2fac752](https://github.com/bitnami/charts/commit/2fac752aeb3b5e0d19518c20dbb22580efa17c69)), closes [#11216](https://github.com/bitnami/charts/issues/11216) ## 3.0.10 (2022-06-30) -* [bitnami/metallb] Release 3.0.10 updating components versions ([9f2eaf3](https://github.com/bitnami/charts/commit/9f2eaf3)) +* [bitnami/metallb] Release 3.0.10 updating components versions ([9f2eaf3](https://github.com/bitnami/charts/commit/9f2eaf3f10b74a2e7c0dc03d6d41d77ef5216a30)) ## 3.0.9 (2022-06-10) -* [bitnami/*] Replace Kubeapps URL in READMEs (and kubeapps Chart.yaml) and remove BKPR references (#1 ([c6a7914](https://github.com/bitnami/charts/commit/c6a7914)), closes [#10600](https://github.com/bitnami/charts/issues/10600) -* [bitnami/metallb] Release 3.0.9 updating components versions ([e6d1feb](https://github.com/bitnami/charts/commit/e6d1feb)) +* [bitnami/*] Replace Kubeapps URL in READMEs (and kubeapps Chart.yaml) and remove BKPR references (#1 ([c6a7914](https://github.com/bitnami/charts/commit/c6a7914361e5aea6016fb45bf4d621edfd111d32)), closes [#10600](https://github.com/bitnami/charts/issues/10600) +* [bitnami/metallb] Release 3.0.9 updating components versions ([e6d1feb](https://github.com/bitnami/charts/commit/e6d1feb8475efd9ad7c110dfc90f34d0a927e81b)) ## 3.0.8 (2022-06-07) -* [bitnami/metallb] Release 3.0.8 updating components versions ([66530a6](https://github.com/bitnami/charts/commit/66530a6)) +* [bitnami/metallb] Release 3.0.8 updating components versions ([66530a6](https://github.com/bitnami/charts/commit/66530a6b84b5cebd58780983617dd592cd458ed0)) ## 3.0.7 (2022-06-01) -* [bitnami/several] Replace maintainers email by url (#10523) ([ff3cf61](https://github.com/bitnami/charts/commit/ff3cf61)), closes [#10523](https://github.com/bitnami/charts/issues/10523) +* [bitnami/several] Replace maintainers email by url (#10523) ([ff3cf61](https://github.com/bitnami/charts/commit/ff3cf617a1680509b0f3855d17c4ccff7b29a0ff)), closes [#10523](https://github.com/bitnami/charts/issues/10523) ## 3.0.6 (2022-05-21) -* [bitnami/metallb] Release 3.0.6 updating components versions ([55b8e34](https://github.com/bitnami/charts/commit/55b8e34)) +* [bitnami/metallb] Release 3.0.6 updating components versions ([55b8e34](https://github.com/bitnami/charts/commit/55b8e34513baaf3586a6f5473a9568722a48543d)) ## 3.0.5 (2022-05-20) -* [bitnami/metallb] Release 3.0.5 updating components versions ([3d1fb9d](https://github.com/bitnami/charts/commit/3d1fb9d)) +* [bitnami/metallb] Release 3.0.5 updating components versions ([3d1fb9d](https://github.com/bitnami/charts/commit/3d1fb9da954b07e134785d7d394c03208980d534)) ## 3.0.4 (2022-05-19) -* [bitnami/metallb] Release 3.0.4 updating components versions ([324c274](https://github.com/bitnami/charts/commit/324c274)) +* [bitnami/metallb] Release 3.0.4 updating components versions ([324c274](https://github.com/bitnami/charts/commit/324c27454e02acde6c302f4e3bb50577883b326d)) ## 3.0.3 (2022-05-18) -* [bitnami/metallb] Release 3.0.3 updating components versions ([3c8a7b2](https://github.com/bitnami/charts/commit/3c8a7b2)) +* [bitnami/metallb] Release 3.0.3 updating components versions ([3c8a7b2](https://github.com/bitnami/charts/commit/3c8a7b251580a50084c80bd00f3d2b8e81949082)) ## 3.0.2 (2022-05-13) -* [bitnami/*] Unify k8s directives separators (#10185) ([2650214](https://github.com/bitnami/charts/commit/2650214)), closes [#10185](https://github.com/bitnami/charts/issues/10185) +* [bitnami/*] Unify k8s directives separators (#10185) ([2650214](https://github.com/bitnami/charts/commit/26502141d146ca3bdfb3bf744fcdec8ca5cece44)), closes [#10185](https://github.com/bitnami/charts/issues/10185) ## 3.0.1 (2022-04-26) -* missing "context" (#9904) ([4eaf8a7](https://github.com/bitnami/charts/commit/4eaf8a7)), closes [#9904](https://github.com/bitnami/charts/issues/9904) +* missing "context" (#9904) ([4eaf8a7](https://github.com/bitnami/charts/commit/4eaf8a7f10663770819c7c693bcaf0e980706339)), closes [#9904](https://github.com/bitnami/charts/issues/9904) ## 3.0.0 (2022-04-21) -* [bitnami/metallb] Chart standardised (#9787) ([e65da33](https://github.com/bitnami/charts/commit/e65da33)), closes [#9787](https://github.com/bitnami/charts/issues/9787) +* [bitnami/metallb] Chart standardised (#9787) ([e65da33](https://github.com/bitnami/charts/commit/e65da333a88dda0cdf2309f483e1a14246e3a121)), closes [#9787](https://github.com/bitnami/charts/issues/9787) ## 2.6.14 (2022-04-20) -* [bitnami/metallb] Release 2.6.14 updating components versions ([2a5de49](https://github.com/bitnami/charts/commit/2a5de49)) +* [bitnami/metallb] Release 2.6.14 updating components versions ([2a5de49](https://github.com/bitnami/charts/commit/2a5de494271487f0a475620a15906eb7e6600b86)) ## 2.6.13 (2022-04-19) -* [bitnami/metallb] Release 2.6.13 updating components versions ([16c8a76](https://github.com/bitnami/charts/commit/16c8a76)) +* [bitnami/metallb] Release 2.6.13 updating components versions ([16c8a76](https://github.com/bitnami/charts/commit/16c8a76c09182f9b44918e42b8a2422c053cd95c)) ## 2.6.12 (2022-04-07) -* [bitnami/metallb] Release 2.6.12 updating components versions ([cb46c09](https://github.com/bitnami/charts/commit/cb46c09)) +* [bitnami/metallb] Release 2.6.12 updating components versions ([cb46c09](https://github.com/bitnami/charts/commit/cb46c093cc90fc839a168b54d8ec285e96b76b0e)) ## 2.6.11 (2022-04-02) -* [bitnami/metallb] Release 2.6.11 updating components versions ([80d4157](https://github.com/bitnami/charts/commit/80d4157)) +* [bitnami/metallb] Release 2.6.11 updating components versions ([80d4157](https://github.com/bitnami/charts/commit/80d41572bd8fe08d9de8601d9eea5f611425ad18)) ## 2.6.10 (2022-03-27) -* [bitnami/metallb] Release 2.6.10 updating components versions ([20311db](https://github.com/bitnami/charts/commit/20311db)) +* [bitnami/metallb] Release 2.6.10 updating components versions ([20311db](https://github.com/bitnami/charts/commit/20311dbc335dcc624568a4a0076197279da6c434)) ## 2.6.9 (2022-03-16) -* [bitnami/metallb] Release 2.6.9 updating components versions ([be781c4](https://github.com/bitnami/charts/commit/be781c4)) +* [bitnami/metallb] Release 2.6.9 updating components versions ([be781c4](https://github.com/bitnami/charts/commit/be781c481e1c3d4c7b3d977c6ba3f11d1f850b00)) ## 2.6.8 (2022-03-07) -* [bitnami/metallb] fix: use podLabels values (#9310) ([e8ae276](https://github.com/bitnami/charts/commit/e8ae276)), closes [#9310](https://github.com/bitnami/charts/issues/9310) +* [bitnami/metallb] fix: use podLabels values (#9310) ([e8ae276](https://github.com/bitnami/charts/commit/e8ae2768878b85d820d8e9aea52709537308887d)), closes [#9310](https://github.com/bitnami/charts/issues/9310) ## 2.6.7 (2022-03-01) -* [bitnami/several] Prettify Chart.yaml ([a056e06](https://github.com/bitnami/charts/commit/a056e06)) +* [bitnami/several] Prettify Chart.yaml ([a056e06](https://github.com/bitnami/charts/commit/a056e061fb6541870ea8d9d0a715315f1ec3bcbc)) ## 2.6.6 (2022-02-27) -* [bitnami/metallb] Release 2.6.6 updating components versions ([37916a7](https://github.com/bitnami/charts/commit/37916a7)) +* [bitnami/metallb] Release 2.6.6 updating components versions ([37916a7](https://github.com/bitnami/charts/commit/37916a7a569fd94d8d7a85766d5fb25c385934c7)) ## 2.6.5 (2022-02-20) -* [bitnami/metallb] Release 2.6.5 updating components versions ([b37d10a](https://github.com/bitnami/charts/commit/b37d10a)) +* [bitnami/metallb] Release 2.6.5 updating components versions ([b37d10a](https://github.com/bitnami/charts/commit/b37d10ad55006e16fe9b4c9ef1c7848a421ff185)) ## 2.6.4 (2022-02-17) -* [bitnami/metallb] Release 2.6.4 updating components versions ([d6ab39d](https://github.com/bitnami/charts/commit/d6ab39d)) +* [bitnami/metallb] Release 2.6.4 updating components versions ([d6ab39d](https://github.com/bitnami/charts/commit/d6ab39db6cd9176893d0170f17e415496fd1640c)) ## 2.6.3 (2022-02-16) -* [bitnami/metallb] Release 2.6.3 updating components versions ([356cfc2](https://github.com/bitnami/charts/commit/356cfc2)) -* Non utf8 chars (#8923) ([6ffd18f](https://github.com/bitnami/charts/commit/6ffd18f)), closes [#8923](https://github.com/bitnami/charts/issues/8923) +* [bitnami/metallb] Release 2.6.3 updating components versions ([356cfc2](https://github.com/bitnami/charts/commit/356cfc2463653c92e62c1d4134253f978728a109)) +* Non utf8 chars (#8923) ([6ffd18f](https://github.com/bitnami/charts/commit/6ffd18fbbdf10e94ea1a90cf5b84ef610ac2a72d)), closes [#8923](https://github.com/bitnami/charts/issues/8923) ## 2.6.2 (2022-01-20) -* [bitnami/*] Readme automation (#8579) ([78d1938](https://github.com/bitnami/charts/commit/78d1938)), closes [#8579](https://github.com/bitnami/charts/issues/8579) -* [bitnami/*] Update READMEs (#8716) ([b9a9533](https://github.com/bitnami/charts/commit/b9a9533)), closes [#8716](https://github.com/bitnami/charts/issues/8716) -* [bitnami/several] Change prerequisites (#8725) ([8d740c5](https://github.com/bitnami/charts/commit/8d740c5)), closes [#8725](https://github.com/bitnami/charts/issues/8725) +* [bitnami/*] Readme automation (#8579) ([78d1938](https://github.com/bitnami/charts/commit/78d193831c900d178198491ffd08fa2217a64ecd)), closes [#8579](https://github.com/bitnami/charts/issues/8579) +* [bitnami/*] Update READMEs (#8716) ([b9a9533](https://github.com/bitnami/charts/commit/b9a953337590eb2979453385874a267bacf50936)), closes [#8716](https://github.com/bitnami/charts/issues/8716) +* [bitnami/several] Change prerequisites (#8725) ([8d740c5](https://github.com/bitnami/charts/commit/8d740c566cfdb7e2d933c40128b4e919fce953a5)), closes [#8725](https://github.com/bitnami/charts/issues/8725) ## 2.6.1 (2022-01-16) -* [bitnami/metallb] Release 2.6.1 updating components versions ([fac49d7](https://github.com/bitnami/charts/commit/fac49d7)) +* [bitnami/metallb] Release 2.6.1 updating components versions ([fac49d7](https://github.com/bitnami/charts/commit/fac49d7adfccec95554a739eeade7d546de5c534)) ## 2.6.0 (2022-01-05) -* [bitnami/several] Adapt templating format (#8562) ([8cad18a](https://github.com/bitnami/charts/commit/8cad18a)), closes [#8562](https://github.com/bitnami/charts/issues/8562) -* [bitnami/several] Add license to the README ([05f7633](https://github.com/bitnami/charts/commit/05f7633)) -* [bitnami/several] Add license to the README ([32fb238](https://github.com/bitnami/charts/commit/32fb238)) -* [bitnami/several] Add license to the README ([b87c2f7](https://github.com/bitnami/charts/commit/b87c2f7)) +* [bitnami/several] Adapt templating format (#8562) ([8cad18a](https://github.com/bitnami/charts/commit/8cad18aed9966a6f0208e5ad6cee46cb217f47ab)), closes [#8562](https://github.com/bitnami/charts/issues/8562) +* [bitnami/several] Add license to the README ([05f7633](https://github.com/bitnami/charts/commit/05f763372501d596e57db713dd53ff4ff3027cc4)) +* [bitnami/several] Add license to the README ([32fb238](https://github.com/bitnami/charts/commit/32fb238e60a0affc6debd3142eaa3c3d9089ec2a)) +* [bitnami/several] Add license to the README ([b87c2f7](https://github.com/bitnami/charts/commit/b87c2f7899d48a8b02c506765e6ae82937e9ba3f)) ## 2.5.16 (2021-12-17) -* [bitnami/metallb] Release 2.5.16 updating components versions ([fa7563e](https://github.com/bitnami/charts/commit/fa7563e)) +* [bitnami/metallb] Release 2.5.16 updating components versions ([fa7563e](https://github.com/bitnami/charts/commit/fa7563e1b74e87193f0e2ce073d3af58cef22993)) ## 2.5.15 (2021-12-16) -* [bitnami/metallb] Release 2.5.15 updating components versions ([63fe87d](https://github.com/bitnami/charts/commit/63fe87d)) +* [bitnami/metallb] Release 2.5.15 updating components versions ([63fe87d](https://github.com/bitnami/charts/commit/63fe87d796b72999470dd2d94a4f904772ec9f5a)) ## 2.5.14 (2021-12-09) -* [bitnami/cassandra,etcd,influxdb,metallb,mysql,postgresql,postgresql-ha,redis] Align networkpolicy ([0404b1a](https://github.com/bitnami/charts/commit/0404b1a)), closes [#8336](https://github.com/bitnami/charts/issues/8336) -* [bitnami/several] Regenerate README tables ([8150149](https://github.com/bitnami/charts/commit/8150149)) +* [bitnami/cassandra,etcd,influxdb,metallb,mysql,postgresql,postgresql-ha,redis] Align networkpolicy ([0404b1a](https://github.com/bitnami/charts/commit/0404b1aa52a4514eee06143a7ce85307f16af6d3)), closes [#8336](https://github.com/bitnami/charts/issues/8336) +* [bitnami/several] Regenerate README tables ([8150149](https://github.com/bitnami/charts/commit/8150149f0bb746e86ff0029fc375d43775bdf15a)) ## 2.5.13 (2021-11-29) -* [bitnami/several] Replace HTTP by HTTPS when possible (#8259) ([eafb5bd](https://github.com/bitnami/charts/commit/eafb5bd)), closes [#8259](https://github.com/bitnami/charts/issues/8259) +* [bitnami/several] Replace HTTP by HTTPS when possible (#8259) ([eafb5bd](https://github.com/bitnami/charts/commit/eafb5bd5a2cc3aaf04fc1e8ebedd73f420d76864)), closes [#8259](https://github.com/bitnami/charts/issues/8259) ## 2.5.12 (2021-11-29) -* [bitnami/metallb] Release 2.5.12 updating components versions ([c0a16d6](https://github.com/bitnami/charts/commit/c0a16d6)) -* [bitnami/several] Add 'community support' note to some Helm chart READMEs (#8148) ([ce6b838](https://github.com/bitnami/charts/commit/ce6b838)), closes [#8148](https://github.com/bitnami/charts/issues/8148) +* [bitnami/metallb] Release 2.5.12 updating components versions ([c0a16d6](https://github.com/bitnami/charts/commit/c0a16d6e536f3d538e3a55e3a7fc3e4ba5517555)) +* [bitnami/several] Add 'community support' note to some Helm chart READMEs (#8148) ([ce6b838](https://github.com/bitnami/charts/commit/ce6b83829ac261c04784d7818c9cfa844f403213)), closes [#8148](https://github.com/bitnami/charts/issues/8148) ## 2.5.11 (2021-11-17) -* [bitnami/several] Add extraDeploy feature to the pending charts (#8164) ([d812a24](https://github.com/bitnami/charts/commit/d812a24)), closes [#8164](https://github.com/bitnami/charts/issues/8164) -* [bitnami/several] Regenerate README tables ([3cefed3](https://github.com/bitnami/charts/commit/3cefed3)) +* [bitnami/several] Add extraDeploy feature to the pending charts (#8164) ([d812a24](https://github.com/bitnami/charts/commit/d812a243cb1bba69c67ac22cfce1f7999848ef74)), closes [#8164](https://github.com/bitnami/charts/issues/8164) +* [bitnami/several] Regenerate README tables ([3cefed3](https://github.com/bitnami/charts/commit/3cefed3ef961fbd7596242b1165bcfa229a9cadb)) ## 2.5.10 (2021-10-30) -* [bitnami/metallb] Release 2.5.10 updating components versions ([cf7c21d](https://github.com/bitnami/charts/commit/cf7c21d)) +* [bitnami/metallb] Release 2.5.10 updating components versions ([cf7c21d](https://github.com/bitnami/charts/commit/cf7c21d3c733f4a38804c88f6c65daf9185854ac)) ## 2.5.9 (2021-10-28) -* [bitnami/*] Mark PodSecurityPolicy resources as deprecated (#7950) ([30e6946](https://github.com/bitnami/charts/commit/30e6946)), closes [#7950](https://github.com/bitnami/charts/issues/7950) -* [bitnami/several] Regenerate README tables ([bb0eee1](https://github.com/bitnami/charts/commit/bb0eee1)) +* [bitnami/*] Mark PodSecurityPolicy resources as deprecated (#7950) ([30e6946](https://github.com/bitnami/charts/commit/30e694657e21cea03a64ddbc6744f9bab1d1a169)), closes [#7950](https://github.com/bitnami/charts/issues/7950) +* [bitnami/several] Regenerate README tables ([bb0eee1](https://github.com/bitnami/charts/commit/bb0eee13ee8394ec2cae7ef078a06502267d1891)) ## 2.5.8 (2021-10-27) -* [bitnami/metallb] Release 2.5.8 updating components versions ([68d23cb](https://github.com/bitnami/charts/commit/68d23cb)) +* [bitnami/metallb] Release 2.5.8 updating components versions ([68d23cb](https://github.com/bitnami/charts/commit/68d23cb166b2e72957dee2ecaf558f4bcd93b1cf)) ## 2.5.7 (2021-10-22) -* [bitnami/several] Add chart info to NOTES.txt (#7889) ([a6751cd](https://github.com/bitnami/charts/commit/a6751cd)), closes [#7889](https://github.com/bitnami/charts/issues/7889) -* [bitnami/several] Regenerate README tables ([9bead53](https://github.com/bitnami/charts/commit/9bead53)) +* [bitnami/several] Add chart info to NOTES.txt (#7889) ([a6751cd](https://github.com/bitnami/charts/commit/a6751cdd33c461fabbc459fbea6f219ec64ab6b2)), closes [#7889](https://github.com/bitnami/charts/issues/7889) +* [bitnami/several] Regenerate README tables ([9bead53](https://github.com/bitnami/charts/commit/9bead53e7ae9de9977de03b92d3b7bc49a941d4a)) ## 2.5.6 (2021-10-07) -* [bitnami/metallb] Release 2.5.6 updating components versions ([9f73bc4](https://github.com/bitnami/charts/commit/9f73bc4)) -* [bitnami/several] Regenerate README tables ([ff170d1](https://github.com/bitnami/charts/commit/ff170d1)) +* [bitnami/metallb] Release 2.5.6 updating components versions ([9f73bc4](https://github.com/bitnami/charts/commit/9f73bc4239b3a3c63053d647956cf92cc12084fd)) +* [bitnami/several] Regenerate README tables ([ff170d1](https://github.com/bitnami/charts/commit/ff170d10f8aa6dae0f1e5c3f7d1c69fcec96b731)) ## 2.5.5 (2021-09-25) -* [bitnami/metallb] Release 2.5.5 updating components versions ([b969cc5](https://github.com/bitnami/charts/commit/b969cc5)) -* [bitnami/several] Regenerate README tables ([da2513b](https://github.com/bitnami/charts/commit/da2513b)) +* [bitnami/metallb] Release 2.5.5 updating components versions ([b969cc5](https://github.com/bitnami/charts/commit/b969cc59ac200045cfe444ade9f7992ee44d59ae)) +* [bitnami/several] Regenerate README tables ([da2513b](https://github.com/bitnami/charts/commit/da2513bf0a33819f3b1151d387c631a9ffdb03e2)) ## 2.5.4 (2021-08-26) -* [bitnami/metallb] Release 2.5.4 updating components versions ([c7ba218](https://github.com/bitnami/charts/commit/c7ba218)) +* [bitnami/metallb] Release 2.5.4 updating components versions ([c7ba218](https://github.com/bitnami/charts/commit/c7ba218ca2f83e85ee6461441d7d0114b8f64306)) ## 2.5.3 (2021-08-25) -* [bitnami/metallb] Release 2.5.3 updating components versions ([5d5bc1f](https://github.com/bitnami/charts/commit/5d5bc1f)) -* [bitnami/several] Regenerate README tables ([6c107e8](https://github.com/bitnami/charts/commit/6c107e8)) +* [bitnami/metallb] Release 2.5.3 updating components versions ([5d5bc1f](https://github.com/bitnami/charts/commit/5d5bc1f839f3d93b6f9c7c1e7d1521187b4ee79b)) +* [bitnami/several] Regenerate README tables ([6c107e8](https://github.com/bitnami/charts/commit/6c107e835d6caf8db2e8b17dcd48c5971637e013)) ## 2.5.2 (2021-08-04) -* [bitnami/metallb] Release 2.5.2 updating components versions ([3d905e1](https://github.com/bitnami/charts/commit/3d905e1)) +* [bitnami/metallb] Release 2.5.2 updating components versions ([3d905e1](https://github.com/bitnami/charts/commit/3d905e182727de9791b5bce2c4784b9865e265c2)) ## 2.5.1 (2021-07-28) -* [bitnami/several] Fix default values and regenerate README (III) (#7000) ([4d4fe83](https://github.com/bitnami/charts/commit/4d4fe83)), closes [#7000](https://github.com/bitnami/charts/issues/7000) +* [bitnami/several] Fix default values and regenerate README (III) (#7000) ([4d4fe83](https://github.com/bitnami/charts/commit/4d4fe8320775922d17c88abc6e16d146a4dabdae)), closes [#7000](https://github.com/bitnami/charts/issues/7000) ## 2.5.0 (2021-07-26) -* [bitnami/metallb] Hotfix double tolerations in speaker daemonset. (#7044) ([b8a1e06](https://github.com/bitnami/charts/commit/b8a1e06)), closes [#7044](https://github.com/bitnami/charts/issues/7044) +* [bitnami/metallb] Hotfix double tolerations in speaker daemonset. (#7044) ([b8a1e06](https://github.com/bitnami/charts/commit/b8a1e067ca30e3ca71bd98e629df9cd127bd78f5)), closes [#7044](https://github.com/bitnami/charts/issues/7044) ## 2.4.5 (2021-07-19) -* [bitnami/*] Adapt values.yaml of MediaWiki, memcached and MetalLB charts (#6887) ([d0cb2fc](https://github.com/bitnami/charts/commit/d0cb2fc)), closes [#6887](https://github.com/bitnami/charts/issues/6887) +* [bitnami/*] Adapt values.yaml of MediaWiki, memcached and MetalLB charts (#6887) ([d0cb2fc](https://github.com/bitnami/charts/commit/d0cb2fc3f6d7d4f68f57be2b22ec5a90706df80b)), closes [#6887](https://github.com/bitnami/charts/issues/6887) ## 2.4.4 (2021-07-12) -* [bitnami/metallb] Release 2.4.4 updating components versions ([d84c39c](https://github.com/bitnami/charts/commit/d84c39c)) +* [bitnami/metallb] Release 2.4.4 updating components versions ([d84c39c](https://github.com/bitnami/charts/commit/d84c39c13f4bae79016ec4962a0da79768022b67)) ## 2.4.3 (2021-06-12) -* [bitnami/metallb] Release 2.4.3 updating components versions ([26de7be](https://github.com/bitnami/charts/commit/26de7be)) +* [bitnami/metallb] Release 2.4.3 updating components versions ([26de7be](https://github.com/bitnami/charts/commit/26de7be14f9aa9ccd98d8b4f2faacb71ff570a95)) ## 2.4.2 (2021-06-09) -* [bitnami/metallb] Release 2.4.2 updating components versions ([554dca1](https://github.com/bitnami/charts/commit/554dca1)) +* [bitnami/metallb] Release 2.4.2 updating components versions ([554dca1](https://github.com/bitnami/charts/commit/554dca13bf19a0c8b9a29580e3999b93a2d3f24e)) ## 2.4.1 (2021-06-08) -* [bitnami/metallb] Release 2.4.1 updating components versions ([b6966e4](https://github.com/bitnami/charts/commit/b6966e4)) +* [bitnami/metallb] Release 2.4.1 updating components versions ([b6966e4](https://github.com/bitnami/charts/commit/b6966e4f9db55d02cc5ca4f4194bb797e1b57d0f)) ## 2.4.0 (2021-05-26) -* [bitnami/metallb] Add priorityClassName support. (#6464) ([7e39ebe](https://github.com/bitnami/charts/commit/7e39ebe)), closes [#6464](https://github.com/bitnami/charts/issues/6464) +* [bitnami/metallb] Add priorityClassName support. (#6464) ([7e39ebe](https://github.com/bitnami/charts/commit/7e39ebe3dd269c8fbc648cfef8d0f5218d44ad22)), closes [#6464](https://github.com/bitnami/charts/issues/6464) ## 2.3.7 (2021-05-21) -* [bitnami/metallb] Release 2.3.7 updating components versions ([632bb0d](https://github.com/bitnami/charts/commit/632bb0d)) +* [bitnami/metallb] Release 2.3.7 updating components versions ([632bb0d](https://github.com/bitnami/charts/commit/632bb0d468293d58d1d806baf756230b14ac6376)) ## 2.3.6 (2021-04-21) -* [bitnami/metallb] Release 2.3.6 updating components versions ([cbfed08](https://github.com/bitnami/charts/commit/cbfed08)) +* [bitnami/metallb] Release 2.3.6 updating components versions ([cbfed08](https://github.com/bitnami/charts/commit/cbfed08075a84d7c6a9723c2e2c66bfa199c755d)) ## 2.3.5 (2021-03-29) -* [bitnami/metallb] Modify fullname and matchLabels variable in NetworkPolicy (#5947) ([3e80ce2](https://github.com/bitnami/charts/commit/3e80ce2)), closes [#5947](https://github.com/bitnami/charts/issues/5947) +* [bitnami/metallb] Modify fullname and matchLabels variable in NetworkPolicy (#5947) ([3e80ce2](https://github.com/bitnami/charts/commit/3e80ce21cd972e9952d6b6b17b86b10946d5791d)), closes [#5947](https://github.com/bitnami/charts/issues/5947) ## 2.3.4 (2021-03-22) -* [bitnami/metallb] Release 2.3.4 updating components versions ([5f90e27](https://github.com/bitnami/charts/commit/5f90e27)) +* [bitnami/metallb] Release 2.3.4 updating components versions ([5f90e27](https://github.com/bitnami/charts/commit/5f90e27c8492198eea027194aba577f71bf5505b)) ## 2.3.3 (2021-03-21) -* [bitnami/metallb] Release 2.3.3 updating components versions ([ffc5d82](https://github.com/bitnami/charts/commit/ffc5d82)) +* [bitnami/metallb] Release 2.3.3 updating components versions ([ffc5d82](https://github.com/bitnami/charts/commit/ffc5d82d6bce133400c63d7080de59a40a7e0e02)) ## 2.3.2 (2021-02-22) -* [bitnami/*] Use common macro to define RBAC apiVersion (#5585) ([71fb99f](https://github.com/bitnami/charts/commit/71fb99f)), closes [#5585](https://github.com/bitnami/charts/issues/5585) +* [bitnami/*] Use common macro to define RBAC apiVersion (#5585) ([71fb99f](https://github.com/bitnami/charts/commit/71fb99f541e971b1daafaa20ffb7d18b153b8d60)), closes [#5585](https://github.com/bitnami/charts/issues/5585) ## 2.3.1 (2021-02-19) -* [bitnami/metallb] Fix successThreshold reference in README (#5547) ([56c62a4](https://github.com/bitnami/charts/commit/56c62a4)), closes [#5547](https://github.com/bitnami/charts/issues/5547) -* [bitnami/metallb] Release 2.3.1 updating components versions ([9a15c80](https://github.com/bitnami/charts/commit/9a15c80)) +* [bitnami/metallb] Fix successThreshold reference in README (#5547) ([56c62a4](https://github.com/bitnami/charts/commit/56c62a4d5d83cbd660aaecd3da36b261c33573b6)), closes [#5547](https://github.com/bitnami/charts/issues/5547) +* [bitnami/metallb] Release 2.3.1 updating components versions ([9a15c80](https://github.com/bitnami/charts/commit/9a15c802ea1462644d0ac7b59f04eb1464d57ec1)) ## 2.3.0 (2021-02-09) -* [bitnami/metallb] Add initcontainer support to the speaker (#5365) ([7822823](https://github.com/bitnami/charts/commit/7822823)), closes [#5365](https://github.com/bitnami/charts/issues/5365) +* [bitnami/metallb] Add initcontainer support to the speaker (#5365) ([7822823](https://github.com/bitnami/charts/commit/782282306b2ff68131bb4cbcff7f7f68cf4af0d4)), closes [#5365](https://github.com/bitnami/charts/issues/5365) ## 2.2.2 (2021-02-03) -* [bitnami/metallb] revert: fix: remove unnecessary hooks (#5383) ([ffc447c](https://github.com/bitnami/charts/commit/ffc447c)), closes [#5383](https://github.com/bitnami/charts/issues/5383) [#5322](https://github.com/bitnami/charts/issues/5322) +* [bitnami/metallb] revert: fix: remove unnecessary hooks (#5383) ([ffc447c](https://github.com/bitnami/charts/commit/ffc447c09c7e2eeda077584baab0d87f0d2aea0a)), closes [#5383](https://github.com/bitnami/charts/issues/5383) [#5322](https://github.com/bitnami/charts/issues/5322) ## 2.2.1 (2021-02-02) -* [bitnami/metallb] fix: remove unnecessary hooks (#5322) ([e3d18ea](https://github.com/bitnami/charts/commit/e3d18ea)), closes [#5322](https://github.com/bitnami/charts/issues/5322) +* [bitnami/metallb] fix: remove unnecessary hooks (#5322) ([e3d18ea](https://github.com/bitnami/charts/commit/e3d18ead48b8517642a61b48102a47ace85b44bb)), closes [#5322](https://github.com/bitnami/charts/issues/5322) ## 2.2.0 (2021-01-28) -* [bitnami/metallb] Add hostAlias and lint (#5268) ([70869aa](https://github.com/bitnami/charts/commit/70869aa)), closes [#5268](https://github.com/bitnami/charts/issues/5268) +* [bitnami/metallb] Add hostAlias and lint (#5268) ([70869aa](https://github.com/bitnami/charts/commit/70869aae80cfbb6400d26530c66197ce666c3829)), closes [#5268](https://github.com/bitnami/charts/issues/5268) ## 2.1.2 (2021-01-20) -* [bitnami/*] Change helm version in the prerequisites (#5090) ([c5e67a3](https://github.com/bitnami/charts/commit/c5e67a3)), closes [#5090](https://github.com/bitnami/charts/issues/5090) -* [bitnami/metallb] Fix hooks for speaker secret (#5153) ([8429583](https://github.com/bitnami/charts/commit/8429583)), closes [#5153](https://github.com/bitnami/charts/issues/5153) +* [bitnami/*] Change helm version in the prerequisites (#5090) ([c5e67a3](https://github.com/bitnami/charts/commit/c5e67a388743cbee28439d2cabca27884b9daf97)), closes [#5090](https://github.com/bitnami/charts/issues/5090) +* [bitnami/metallb] Fix hooks for speaker secret (#5153) ([8429583](https://github.com/bitnami/charts/commit/842958360aceb9ebdc4fd53e8ae461232d54a76d)), closes [#5153](https://github.com/bitnami/charts/issues/5153) ## 2.1.1 (2021-01-13) -* [bitnami/metallb] Release 2.1.1 updating components versions ([a21b7c2](https://github.com/bitnami/charts/commit/a21b7c2)) +* [bitnami/metallb] Release 2.1.1 updating components versions ([a21b7c2](https://github.com/bitnami/charts/commit/a21b7c2c762bbbee60b211a194368507a2874667)) ## 2.1.0 (2021-01-13) -* [bitnami/*] POC Lookup function implementation (#4831) ([240dc1b](https://github.com/bitnami/charts/commit/240dc1b)), closes [#4831](https://github.com/bitnami/charts/issues/4831) +* [bitnami/*] POC Lookup function implementation (#4831) ([240dc1b](https://github.com/bitnami/charts/commit/240dc1bea80a3e121fd595636496d7941bdbc5e0)), closes [#4831](https://github.com/bitnami/charts/issues/4831) ## 2.0.5 (2021-01-12) -* [bitnami/several] Prettify Chart.yaml following bitnami standards (#4954) ([cd897df](https://github.com/bitnami/charts/commit/cd897df)), closes [#4954](https://github.com/bitnami/charts/issues/4954) +* [bitnami/several] Prettify Chart.yaml following bitnami standards (#4954) ([cd897df](https://github.com/bitnami/charts/commit/cd897dfb0697e2c81329435b38eaf5ae52e1dc09)), closes [#4954](https://github.com/bitnami/charts/issues/4954) ## 2.0.4 (2021-01-10) -* [bitnami/metallb] Release 2.0.4 updating components versions ([de90456](https://github.com/bitnami/charts/commit/de90456)) +* [bitnami/metallb] Release 2.0.4 updating components versions ([de90456](https://github.com/bitnami/charts/commit/de904562ee20ffecba7ae2cf865845cc2a1762b8)) ## 2.0.3 (2021-01-05) -* [bitnami/metallb] update tplValue references (#4886) ([e5ad2d8](https://github.com/bitnami/charts/commit/e5ad2d8)), closes [#4886](https://github.com/bitnami/charts/issues/4886) +* [bitnami/metallb] update tplValue references (#4886) ([e5ad2d8](https://github.com/bitnami/charts/commit/e5ad2d80a267c81b6ebcda604de32f0e00bcb4fe)), closes [#4886](https://github.com/bitnami/charts/issues/4886) ## 2.0.2 (2020-12-29) -* [bitnami/metallb] fix: take speaker tolertation value into account (#4842) ([4185af9](https://github.com/bitnami/charts/commit/4185af9)), closes [#4842](https://github.com/bitnami/charts/issues/4842) +* [bitnami/metallb] fix: take speaker tolertation value into account (#4842) ([4185af9](https://github.com/bitnami/charts/commit/4185af99aad94a4b3a1fb01a27a6bc6b672ee2d5)), closes [#4842](https://github.com/bitnami/charts/issues/4842) ## 2.0.1 (2020-12-22) -* [bitnami/metallb] Fix metallb service type from None to ClusterIP (#4808) ([7abded0](https://github.com/bitnami/charts/commit/7abded0)), closes [#4808](https://github.com/bitnami/charts/issues/4808) +* [bitnami/metallb] Fix metallb service type from None to ClusterIP (#4808) ([7abded0](https://github.com/bitnami/charts/commit/7abded04db07d44a73f748fec7f10c63ad0851a4)), closes [#4808](https://github.com/bitnami/charts/issues/4808) ## 2.0.0 (2020-12-18) -* [bitnami/metallb] Migrate to common lib and restructure the directory layout. (#3889) ([00fde0b](https://github.com/bitnami/charts/commit/00fde0b)), closes [#3889](https://github.com/bitnami/charts/issues/3889) +* [bitnami/metallb] Migrate to common lib and restructure the directory layout. (#3889) ([00fde0b](https://github.com/bitnami/charts/commit/00fde0beb05d40e9cf47a872f0cee5dbe052ee43)), closes [#3889](https://github.com/bitnami/charts/issues/3889) ## 1.1.0 (2020-12-16) -* [bitnami/*] fix typos (#4699) ([49adc63](https://github.com/bitnami/charts/commit/49adc63)), closes [#4699](https://github.com/bitnami/charts/issues/4699) -* [bitnami/metallb] Metallb networkpolicy (#4703) ([86e8067](https://github.com/bitnami/charts/commit/86e8067)), closes [#4703](https://github.com/bitnami/charts/issues/4703) +* [bitnami/*] fix typos (#4699) ([49adc63](https://github.com/bitnami/charts/commit/49adc63b672da976c55af2e077aa5648a357b77f)), closes [#4699](https://github.com/bitnami/charts/issues/4699) +* [bitnami/metallb] Metallb networkpolicy (#4703) ([86e8067](https://github.com/bitnami/charts/commit/86e8067539e6f7ca4b42deb0ce9e8e915e3792c9)), closes [#4703](https://github.com/bitnami/charts/issues/4703) ## 1.0.2 (2020-12-11) -* [bitnami/metallb] Release 1.0.2 updating components versions ([e9d3905](https://github.com/bitnami/charts/commit/e9d3905)) +* [bitnami/metallb] Release 1.0.2 updating components versions ([e9d3905](https://github.com/bitnami/charts/commit/e9d3905567b2995255a9986e5606739036deddc8)) ## 1.0.1 (2020-11-11) -* [bitnami/metallb] Release 1.0.1 updating components versions ([2268480](https://github.com/bitnami/charts/commit/2268480)) +* [bitnami/metallb] Release 1.0.1 updating components versions ([2268480](https://github.com/bitnami/charts/commit/2268480dd8903a9f10386000b640aa1bcfd2b352)) ## 1.0.0 (2020-11-10) -* [bitnami/metallb] Major version. Adapt Chart to apiVersion: v2 (#4271) ([854f143](https://github.com/bitnami/charts/commit/854f143)), closes [#4271](https://github.com/bitnami/charts/issues/4271) +* [bitnami/metallb] Major version. Adapt Chart to apiVersion: v2 (#4271) ([854f143](https://github.com/bitnami/charts/commit/854f143bc395ba7c6d2b675d629c09edae4ca8cb)), closes [#4271](https://github.com/bitnami/charts/issues/4271) ## 0.1.30 (2020-11-10) -* [bitnami/metallb] fix rbac metadata naming (#4250) ([d7b137b](https://github.com/bitnami/charts/commit/d7b137b)), closes [#4250](https://github.com/bitnami/charts/issues/4250) +* [bitnami/metallb] fix rbac metadata naming (#4250) ([d7b137b](https://github.com/bitnami/charts/commit/d7b137b2d47cd2e5c991834fda78ee2a58ac0c71)), closes [#4250](https://github.com/bitnami/charts/issues/4250) ## 0.1.29 (2020-11-07) -* [bitnami/*] Include link to Troubleshootin guide on README.md (#4136) ([c08a20e](https://github.com/bitnami/charts/commit/c08a20e)), closes [#4136](https://github.com/bitnami/charts/issues/4136) -* [bitnami/metallb] Release 0.1.29 updating components versions ([25c1a97](https://github.com/bitnami/charts/commit/25c1a97)) +* [bitnami/*] Include link to Troubleshootin guide on README.md (#4136) ([c08a20e](https://github.com/bitnami/charts/commit/c08a20e3db004215383004ff023a73fcc2522e72)), closes [#4136](https://github.com/bitnami/charts/issues/4136) +* [bitnami/metallb] Release 0.1.29 updating components versions ([25c1a97](https://github.com/bitnami/charts/commit/25c1a97e881e43bf9e89aec23bf31741c8e8782f)) ## 0.1.28 (2020-10-23) -* [bitnami/metallb] Release 0.1.28 updating components versions ([d2ebf58](https://github.com/bitnami/charts/commit/d2ebf58)) +* [bitnami/metallb] Release 0.1.28 updating components versions ([d2ebf58](https://github.com/bitnami/charts/commit/d2ebf588de92622bf6c8c4cc100297f8491c712d)) ## 0.1.27 (2020-10-17) -* [bitnami/metallb] Release 0.1.27 updating components versions ([3352159](https://github.com/bitnami/charts/commit/3352159)) +* [bitnami/metallb] Release 0.1.27 updating components versions ([3352159](https://github.com/bitnami/charts/commit/33521594e39bb59a48e9c00f6cfa473544c23a72)) ## 0.1.26 (2020-10-16) -* [bitnami/metallb] Release 0.1.26 updating components versions ([110f4b6](https://github.com/bitnami/charts/commit/110f4b6)) +* [bitnami/metallb] Release 0.1.26 updating components versions ([110f4b6](https://github.com/bitnami/charts/commit/110f4b6c71b21fc4e787c72e094c2baa858dd3d5)) ## 0.1.25 (2020-10-16) -* [bitnami/metallb] Release 0.1.25 updating components versions ([28ba27e](https://github.com/bitnami/charts/commit/28ba27e)) +* [bitnami/metallb] Release 0.1.25 updating components versions ([28ba27e](https://github.com/bitnami/charts/commit/28ba27e14b7ba82e9f4aecec3e8671c0c110c9f2)) ## 0.1.24 (2020-09-21) -* [bitnami/metallb] Release 0.1.24 updating components versions ([8fff7f4](https://github.com/bitnami/charts/commit/8fff7f4)) +* [bitnami/metallb] Release 0.1.24 updating components versions ([8fff7f4](https://github.com/bitnami/charts/commit/8fff7f46974ceaadbdd5e1ab90001b611a37784e)) ## 0.1.23 (2020-09-09) -* [bitnami/metallb] Fixed the PrometheusRule creation issue (#3609) ([3b436a5](https://github.com/bitnami/charts/commit/3b436a5)), closes [#3609](https://github.com/bitnami/charts/issues/3609) +* [bitnami/metallb] Fixed the PrometheusRule creation issue (#3609) ([3b436a5](https://github.com/bitnami/charts/commit/3b436a5ec87ffa0772d3d18a27a90dd7c717581f)), closes [#3609](https://github.com/bitnami/charts/issues/3609) ## 0.1.22 (2020-09-07) -* [bitnami/metallb] Release 0.1.22 updating components versions ([d9eac29](https://github.com/bitnami/charts/commit/d9eac29)) -* [bitnami/metrics-server] Add source repo (#3577) ([1ed12f9](https://github.com/bitnami/charts/commit/1ed12f9)), closes [#3577](https://github.com/bitnami/charts/issues/3577) +* [bitnami/metallb] Release 0.1.22 updating components versions ([d9eac29](https://github.com/bitnami/charts/commit/d9eac29024f0cd605b80b666b6c8a661090c674f)) +* [bitnami/metrics-server] Add source repo (#3577) ([1ed12f9](https://github.com/bitnami/charts/commit/1ed12f96af75322b46afdb2b3d9907c11b13f765)), closes [#3577](https://github.com/bitnami/charts/issues/3577) ## 0.1.21 (2020-08-08) -* [bitnami/metallb] Release 0.1.21 updating components versions ([13dc12b](https://github.com/bitnami/charts/commit/13dc12b)) +* [bitnami/metallb] Release 0.1.21 updating components versions ([13dc12b](https://github.com/bitnami/charts/commit/13dc12bb99560bc0bb1b83fca790836cfac98a23)) ## 0.1.20 (2020-08-05) -* [bitnami/metallb] Fixed missing `.image` in documentation. (#3288) ([1ff708b](https://github.com/bitnami/charts/commit/1ff708b)), closes [#3288](https://github.com/bitnami/charts/issues/3288) -* [bitnami/metallb] Release 0.1.20 updating components versions ([f8dd40d](https://github.com/bitnami/charts/commit/f8dd40d)) +* [bitnami/metallb] Fixed missing `.image` in documentation. (#3288) ([1ff708b](https://github.com/bitnami/charts/commit/1ff708b99d3fad7d95b3c9d5d8ef6525efee29f5)), closes [#3288](https://github.com/bitnami/charts/issues/3288) +* [bitnami/metallb] Release 0.1.20 updating components versions ([f8dd40d](https://github.com/bitnami/charts/commit/f8dd40d610b9813a19f364b3c48dd456c310790a)) ## 0.1.19 (2020-08-01) -* [bitnami/*] Fix TL;DR typo in READMEs (#3280) ([3d7ab40](https://github.com/bitnami/charts/commit/3d7ab40)), closes [#3280](https://github.com/bitnami/charts/issues/3280) -* [bitnami/metallb] Release 0.1.19 updating components versions ([f170313](https://github.com/bitnami/charts/commit/f170313)) +* [bitnami/*] Fix TL;DR typo in READMEs (#3280) ([3d7ab40](https://github.com/bitnami/charts/commit/3d7ab406fecd64f1af25f53e7d27f03ec95b29a4)), closes [#3280](https://github.com/bitnami/charts/issues/3280) +* [bitnami/metallb] Release 0.1.19 updating components versions ([f170313](https://github.com/bitnami/charts/commit/f170313a27a0cb5875186f25a34aed3d9b101f95)) ## 0.1.18 (2020-07-28) -* [bitnami/all] Add categories (#3075) ([63bde06](https://github.com/bitnami/charts/commit/63bde06)), closes [#3075](https://github.com/bitnami/charts/issues/3075) -* [bitnami/metallb] Fix speaker daemonSet nodeSelector path (#3223) ([b077656](https://github.com/bitnami/charts/commit/b077656)), closes [#3223](https://github.com/bitnami/charts/issues/3223) +* [bitnami/all] Add categories (#3075) ([63bde06](https://github.com/bitnami/charts/commit/63bde066b87a140fab52264d0522401ab3d63509)), closes [#3075](https://github.com/bitnami/charts/issues/3075) +* [bitnami/metallb] Fix speaker daemonSet nodeSelector path (#3223) ([b077656](https://github.com/bitnami/charts/commit/b0776562601f908718eca0a6bf263bf6b6ac0e1e)), closes [#3223](https://github.com/bitnami/charts/issues/3223) ## 0.1.17 (2020-07-07) -* [bitnami/metallb] Release 0.1.17 updating components versions ([a9fde76](https://github.com/bitnami/charts/commit/a9fde76)) +* [bitnami/metallb] Release 0.1.17 updating components versions ([a9fde76](https://github.com/bitnami/charts/commit/a9fde7646aaacfe8d96d4c268ea1b6de87ae1908)) ## 0.1.16 (2020-07-07) -* [bitnami/contour, metallb] Fix incorrect icons (#3034) ([fc8c3a7](https://github.com/bitnami/charts/commit/fc8c3a7)), closes [#3034](https://github.com/bitnami/charts/issues/3034) -* [bitnami/metallb][bitnami/contour] Revert appVersion change (#3046) ([726ad74](https://github.com/bitnami/charts/commit/726ad74)), closes [#3046](https://github.com/bitnami/charts/issues/3046) +* [bitnami/contour, metallb] Fix incorrect icons (#3034) ([fc8c3a7](https://github.com/bitnami/charts/commit/fc8c3a72013787466877579754b0e5d46a2b8274)), closes [#3034](https://github.com/bitnami/charts/issues/3034) +* [bitnami/metallb][bitnami/contour] Revert appVersion change (#3046) ([726ad74](https://github.com/bitnami/charts/commit/726ad748f927dd21704eaef50fbeb2ea35752d81)), closes [#3046](https://github.com/bitnami/charts/issues/3046) ## 0.1.15 (2020-06-25) -* [bitnami/metallb] Release 0.1.15 updating components versions ([700fa70](https://github.com/bitnami/charts/commit/700fa70)) +* [bitnami/metallb] Release 0.1.15 updating components versions ([700fa70](https://github.com/bitnami/charts/commit/700fa709f5a4b6f94e9b265f8f6efdfb640801b8)) ## 0.1.14 (2020-06-10) -* [bitnami/metallb] Bugfix/#2782 (#2783) ([628ffb6](https://github.com/bitnami/charts/commit/628ffb6)), closes [Bugfix/#2782](https://github.com/bitnami/charts/issues/2782) [#2783](https://github.com/bitnami/charts/issues/2783) -* [bitnami/several] Fix trailing spaces to make helm lint work on all of them (#2705) ([bafba3f](https://github.com/bitnami/charts/commit/bafba3f)), closes [#2705](https://github.com/bitnami/charts/issues/2705) +* [bitnami/metallb] Bugfix/#2782 (#2783) ([628ffb6](https://github.com/bitnami/charts/commit/628ffb61948f815139a6247c0585f5e50613f5e1)), closes [Bugfix/#2782](https://github.com/bitnami/charts/issues/2782) [#2783](https://github.com/bitnami/charts/issues/2783) +* [bitnami/several] Fix trailing spaces to make helm lint work on all of them (#2705) ([bafba3f](https://github.com/bitnami/charts/commit/bafba3fc8b8949897ad2d99d437bd8fc975223e4)), closes [#2705](https://github.com/bitnami/charts/issues/2705) ## 0.1.13 (2020-05-25) -* [bitnami/metallb] Use a proper jobLabel for the serviceMonitor. (#2616) ([db0b159](https://github.com/bitnami/charts/commit/db0b159)), closes [#2616](https://github.com/bitnami/charts/issues/2616) -* update bitnami/common to be compatible with helm v2.12+ (#2615) ([c7751eb](https://github.com/bitnami/charts/commit/c7751eb)), closes [#2615](https://github.com/bitnami/charts/issues/2615) +* [bitnami/metallb] Use a proper jobLabel for the serviceMonitor. (#2616) ([db0b159](https://github.com/bitnami/charts/commit/db0b159e2c9d081c64c37e137c469837ba66f230)), closes [#2616](https://github.com/bitnami/charts/issues/2616) +* update bitnami/common to be compatible with helm v2.12+ (#2615) ([c7751eb](https://github.com/bitnami/charts/commit/c7751eb5764e468e1854b58a1b8491d2b13e0a4a)), closes [#2615](https://github.com/bitnami/charts/issues/2615) ## 0.1.12 (2020-05-06) -* [bitnami/metallb] Change container names (#2530) ([480ef0a](https://github.com/bitnami/charts/commit/480ef0a)), closes [#2530](https://github.com/bitnami/charts/issues/2530) +* [bitnami/metallb] Change container names (#2530) ([480ef0a](https://github.com/bitnami/charts/commit/480ef0ad0d7b5dadcd15c8f7619b6c7d8ecce1a2)), closes [#2530](https://github.com/bitnami/charts/issues/2530) ## 0.1.11 (2020-04-30) -* [bitnami/metallb] Release 0.1.11 updating components versions ([60e228b](https://github.com/bitnami/charts/commit/60e228b)) +* [bitnami/metallb] Release 0.1.11 updating components versions ([60e228b](https://github.com/bitnami/charts/commit/60e228b1eb5c0685e92a1527f5c7cc133f46dbd9)) ## 0.1.10 (2020-04-29) -* [bitnami/metallb] Adding the MetalLB Helm Chart. (#2068) ([31d6a86](https://github.com/bitnami/charts/commit/31d6a86)), closes [#2068](https://github.com/bitnami/charts/issues/2068) +* [bitnami/metallb] Adding the MetalLB Helm Chart. (#2068) ([31d6a86](https://github.com/bitnami/charts/commit/31d6a86e1b70fb4dd8c07fd623f14a27b8f074ee)), closes [#2068](https://github.com/bitnami/charts/issues/2068) diff --git a/bitnami/metallb/Chart.yaml b/bitnami/metallb/Chart.yaml index e5baf95dc83f31..6c755d3b74226b 100644 --- a/bitnami/metallb/Chart.yaml +++ b/bitnami/metallb/Chart.yaml @@ -35,4 +35,4 @@ maintainers: name: metallb sources: - https://github.com/bitnami/charts/tree/main/bitnami/metallb -version: 6.2.1 +version: 6.3.0 diff --git a/bitnami/metallb/README.md b/bitnami/metallb/README.md index f3fa06d93804bf..fc699f1705f7a5 100644 --- a/bitnami/metallb/README.md +++ b/bitnami/metallb/README.md @@ -180,6 +180,9 @@ spec: | `controller.extraVolumeMounts` | Optionally specify extra list of additional volumeMounts for the MetalLB controller container(s) | `[]` | | `controller.sidecars` | Add additional sidecar containers to the MetalLB Controller pod(s) | `[]` | | `controller.initContainers` | Add additional init containers to the MetalLB Controller pod(s) | `[]` | +| `controller.pdb.create` | Enable/disable a Pod Disruption Budget creation | `true` | +| `controller.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `""` | +| `controller.pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `controller.pdb.minAvailable` and `controller.pdb.maxUnavailable` are empty. | `""` | | `controller.serviceAccount.create` | Specifies whether a ServiceAccount should be created | `true` | | `controller.serviceAccount.name` | Name of the service account to use. If not set and create is true, a name is generated using the fullname template. | `""` | | `controller.serviceAccount.automountServiceAccountToken` | Automount service account token for the server service account | `false` | diff --git a/bitnami/metallb/templates/controller/pdb.yaml b/bitnami/metallb/templates/controller/pdb.yaml new file mode 100644 index 00000000000000..ffad14e6cd11ed --- /dev/null +++ b/bitnami/metallb/templates/controller/pdb.yaml @@ -0,0 +1,28 @@ +{{- /* +Copyright Broadcom, Inc. All Rights Reserved. +SPDX-License-Identifier: APACHE-2.0 +*/}} + +{{- if .Values.controller.pdb.create }} +apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} +kind: PodDisruptionBudget +metadata: + name: {{ printf "%s-controller" (include "common.names.fullname" .) | trunc 63 | trimSuffix "-" }} + namespace: {{ include "common.names.namespace" . | quote }} + labels: {{- include "common.labels.standard" ( dict "customLabels" .Values.commonLabels "context" $ ) | nindent 4 }} + app.kubernetes.io/component: controller + {{- if .Values.commonAnnotations }} + annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }} + {{- end }} +spec: + {{- if .Values.controller.pdb.minAvailable }} + minAvailable: {{ .Values.controller.pdb.minAvailable }} + {{- end }} + {{- if or .Values.controller.pdb.maxUnavailable ( not .Values.controller.pdb.minAvailable ) }} + maxUnavailable: {{ .Values.controller.pdb.maxUnavailable | default 1 }} + {{- end }} + {{- $podLabels := include "common.tplvalues.merge" ( dict "values" ( list .Values.controller.podLabels .Values.commonLabels ) "context" . ) }} + selector: + matchLabels: {{- include "common.labels.matchLabels" ( dict "customLabels" $podLabels "context" $ ) | nindent 6 }} + app.kubernetes.io/component: controller +{{- end }} diff --git a/bitnami/metallb/values.yaml b/bitnami/metallb/values.yaml index 49a24a2902dde9..b602ab76a5df3a 100644 --- a/bitnami/metallb/values.yaml +++ b/bitnami/metallb/values.yaml @@ -381,6 +381,16 @@ controller: ## command: ['sh', '-c', 'echo "hello world"'] ## initContainers: [] + ## Pod Disruption Budget configuration + ## ref: https://kubernetes.io/docs/tasks/run-application/configure-pdb + ## @param controller.pdb.create Enable/disable a Pod Disruption Budget creation + ## @param controller.pdb.minAvailable Minimum number/percentage of pods that should remain scheduled + ## @param controller.pdb.maxUnavailable Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `controller.pdb.minAvailable` and `controller.pdb.maxUnavailable` are empty. + ## + pdb: + create: true + minAvailable: "" + maxUnavailable: "" ## Pods Service Account ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/ ## @param controller.serviceAccount.create Specifies whether a ServiceAccount should be created From 0b2205adbf2199c48a63cd016137fd3b1f4c88b3 Mon Sep 17 00:00:00 2001 From: Fran Mulero Date: Thu, 30 May 2024 09:41:06 +0200 Subject: [PATCH 103/110] [bitnami/mastodon] Enable PodDisruptionBudgets (#26508) * [bitnami/mastodon] Enable PodDisruptionBudgets Signed-off-by: Fran Mulero * Update CHANGELOG.md Signed-off-by: Bitnami Containers --------- Signed-off-by: Fran Mulero Signed-off-by: Bitnami Containers Co-authored-by: Bitnami Containers --- bitnami/mastodon/CHANGELOG.md | 280 +++++++++--------- bitnami/mastodon/Chart.yaml | 2 +- bitnami/mastodon/README.md | 9 + bitnami/mastodon/templates/sidekiq/pdb.yaml | 30 ++ bitnami/mastodon/templates/streaming/pdb.yaml | 30 ++ bitnami/mastodon/templates/web/pdb.yaml | 30 ++ bitnami/mastodon/values.yaml | 30 ++ 7 files changed, 272 insertions(+), 139 deletions(-) create mode 100644 bitnami/mastodon/templates/sidekiq/pdb.yaml create mode 100644 bitnami/mastodon/templates/streaming/pdb.yaml create mode 100644 bitnami/mastodon/templates/web/pdb.yaml diff --git a/bitnami/mastodon/CHANGELOG.md b/bitnami/mastodon/CHANGELOG.md index c925926219c7b5..464047065ccc7a 100644 --- a/bitnami/mastodon/CHANGELOG.md +++ b/bitnami/mastodon/CHANGELOG.md @@ -1,426 +1,430 @@ # Changelog -## 6.1.1 (2024-05-21) +## 6.2.0 (2024-05-28) -* [bitnami/mastodon] Use different liveness/readiness probes ([#26126](https://github.com/bitnami/charts/pulls/26126)) +* [bitnami/mastodon] Enable PodDisruptionBudgets ([#26508](https://github.com/bitnami/charts/pull/26508)) + +## 6.1.1 (2024-05-22) + +* [bitnami/mastodon] Use different liveness/readiness probes (#26126) ([5aa7f5b](https://github.com/bitnami/charts/commit/5aa7f5b959bb9ff0c94950da84b4a48f2e1368ef)), closes [#26126](https://github.com/bitnami/charts/issues/26126) ## 6.1.0 (2024-05-21) -* [bitnami/*] ci: :construction_worker: Add tag and changelog support (#25359) ([91c707c](https://github.com/bitnami/charts/commit/91c707c)), closes [#25359](https://github.com/bitnami/charts/issues/25359) -* [bitnami/mastodon] feat: :sparkles: :lock: Add warning when original images are replaced (#26238) ([d8f42ab](https://github.com/bitnami/charts/commit/d8f42ab)), closes [#26238](https://github.com/bitnami/charts/issues/26238) +* [bitnami/*] ci: :construction_worker: Add tag and changelog support (#25359) ([91c707c](https://github.com/bitnami/charts/commit/91c707c9e4e574725a09505d2d313fb93f1b4c0a)), closes [#25359](https://github.com/bitnami/charts/issues/25359) +* [bitnami/mastodon] feat: :sparkles: :lock: Add warning when original images are replaced (#26238) ([d8f42ab](https://github.com/bitnami/charts/commit/d8f42ab4bf000173581521e1329c8a80c28e9e65)), closes [#26238](https://github.com/bitnami/charts/issues/26238) ## 6.0.3 (2024-05-18) -* [bitnami/mastodon] Release 6.0.3 updating components versions (#26042) ([5b3dc21](https://github.com/bitnami/charts/commit/5b3dc21)), closes [#26042](https://github.com/bitnami/charts/issues/26042) +* [bitnami/mastodon] Release 6.0.3 updating components versions (#26042) ([5b3dc21](https://github.com/bitnami/charts/commit/5b3dc216f7360e1e789f645d273a6df46139b1ac)), closes [#26042](https://github.com/bitnami/charts/issues/26042) ## 6.0.2 (2024-05-14) -* [bitnami/*] Change non-root and rolling-tags doc URLs (#25628) ([b067c94](https://github.com/bitnami/charts/commit/b067c94)), closes [#25628](https://github.com/bitnami/charts/issues/25628) -* [bitnami/*] Set new header/owner (#25558) ([8d1dc11](https://github.com/bitnami/charts/commit/8d1dc11)), closes [#25558](https://github.com/bitnami/charts/issues/25558) -* [bitnami/mastodon] Release 6.0.2 updating components versions (#25788) ([79c6407](https://github.com/bitnami/charts/commit/79c6407)), closes [#25788](https://github.com/bitnami/charts/issues/25788) +* [bitnami/*] Change non-root and rolling-tags doc URLs (#25628) ([b067c94](https://github.com/bitnami/charts/commit/b067c94f6bcde427863c197fd355f0b5ba12ff5b)), closes [#25628](https://github.com/bitnami/charts/issues/25628) +* [bitnami/*] Set new header/owner (#25558) ([8d1dc11](https://github.com/bitnami/charts/commit/8d1dc11f5fb30db6fba50c43d7af59d2f79deed3)), closes [#25558](https://github.com/bitnami/charts/issues/25558) +* [bitnami/mastodon] Release 6.0.2 updating components versions (#25788) ([79c6407](https://github.com/bitnami/charts/commit/79c6407d45d322fb83856fafbae9a961042b2811)), closes [#25788](https://github.com/bitnami/charts/issues/25788) ## 6.0.1 (2024-04-26) -* [bitnami/mastodon] Release 6.0.1 updating components versions (#25408) ([529bd50](https://github.com/bitnami/charts/commit/529bd50)), closes [#25408](https://github.com/bitnami/charts/issues/25408) -* Replace VMware by Broadcom copyright text (#25306) ([a5e4bd0](https://github.com/bitnami/charts/commit/a5e4bd0)), closes [#25306](https://github.com/bitnami/charts/issues/25306) +* [bitnami/mastodon] Release 6.0.1 updating components versions (#25408) ([529bd50](https://github.com/bitnami/charts/commit/529bd507fe9ce3daeb9bcb174edb4de1d83ff723)), closes [#25408](https://github.com/bitnami/charts/issues/25408) +* Replace VMware by Broadcom copyright text (#25306) ([a5e4bd0](https://github.com/bitnami/charts/commit/a5e4bd0e35e419203793976a78d9d0a13de92c76)), closes [#25306](https://github.com/bitnami/charts/issues/25306) ## 6.0.0 (2024-04-22) -* [bitnami/mastodon] Update dependencies of the chart (#25299) ([6931be6](https://github.com/bitnami/charts/commit/6931be6)), closes [#25299](https://github.com/bitnami/charts/issues/25299) +* [bitnami/mastodon] Update dependencies of the chart (#25299) ([6931be6](https://github.com/bitnami/charts/commit/6931be60e6667960245e8f24c88e4e22bf82a159)), closes [#25299](https://github.com/bitnami/charts/issues/25299) ## 5.0.1 (2024-04-17) -* [bitnami/*] Readme typos (#24852) ([532fcdc](https://github.com/bitnami/charts/commit/532fcdc)), closes [#24852](https://github.com/bitnami/charts/issues/24852) -* [bitnami/mastodon] Release 5.0.1 updating components versions (#25208) ([a3757dc](https://github.com/bitnami/charts/commit/a3757dc)), closes [#25208](https://github.com/bitnami/charts/issues/25208) -* Update resourcesPreset comments (#24467) ([92e3e8a](https://github.com/bitnami/charts/commit/92e3e8a)), closes [#24467](https://github.com/bitnami/charts/issues/24467) +* [bitnami/*] Readme typos (#24852) ([532fcdc](https://github.com/bitnami/charts/commit/532fcdc499cb67eccf0ade49ff1c02d3deb1d696)), closes [#24852](https://github.com/bitnami/charts/issues/24852) +* [bitnami/mastodon] Release 5.0.1 updating components versions (#25208) ([a3757dc](https://github.com/bitnami/charts/commit/a3757dcb41f0d2007244521fed7edfa5e5a9a440)), closes [#25208](https://github.com/bitnami/charts/issues/25208) +* Update resourcesPreset comments (#24467) ([92e3e8a](https://github.com/bitnami/charts/commit/92e3e8a507326d2a20a8f10ab3e7746a2ec5c554)), closes [#24467](https://github.com/bitnami/charts/issues/24467) ## 5.0.0 (2024-04-01) -* [bitnami/mastodon] feat!: :lock: :boom: Improve security defaults (#24768) ([98c278a](https://github.com/bitnami/charts/commit/98c278a)), closes [#24768](https://github.com/bitnami/charts/issues/24768) -* [bitnami/several] Fix comment mentioning Keycloak (#24661) ([641c546](https://github.com/bitnami/charts/commit/641c546)), closes [#24661](https://github.com/bitnami/charts/issues/24661) +* [bitnami/mastodon] feat!: :lock: :boom: Improve security defaults (#24768) ([98c278a](https://github.com/bitnami/charts/commit/98c278adbd66804a449985755b74cac1cfaa48d4)), closes [#24768](https://github.com/bitnami/charts/issues/24768) +* [bitnami/several] Fix comment mentioning Keycloak (#24661) ([641c546](https://github.com/bitnami/charts/commit/641c5468069de826c12d1e7c825807cf68b4ee96)), closes [#24661](https://github.com/bitnami/charts/issues/24661) ## 4.7.3 (2024-03-25) -* [bitnami/*] Reorder Chart sections (#24455) ([0cf4048](https://github.com/bitnami/charts/commit/0cf4048)), closes [#24455](https://github.com/bitnami/charts/issues/24455) -* [bitnami/mastodon] Fix Sidekiq jobs failing (temp directory detection) (#24407) ([e5b859d](https://github.com/bitnami/charts/commit/e5b859d)), closes [#24407](https://github.com/bitnami/charts/issues/24407) +* [bitnami/*] Reorder Chart sections (#24455) ([0cf4048](https://github.com/bitnami/charts/commit/0cf4048e8743f70a9753d460655bd030cbff6824)), closes [#24455](https://github.com/bitnami/charts/issues/24455) +* [bitnami/mastodon] Fix Sidekiq jobs failing (temp directory detection) (#24407) ([e5b859d](https://github.com/bitnami/charts/commit/e5b859d83dd89e578ebd1530ca3ac1f552cef908)), closes [#24407](https://github.com/bitnami/charts/issues/24407) ## 4.7.2 (2024-03-13) -* [bitnami/mastodon] Update chart deps (#24398) ([f0c6421](https://github.com/bitnami/charts/commit/f0c6421)), closes [#24398](https://github.com/bitnami/charts/issues/24398) +* [bitnami/mastodon] Update chart deps (#24398) ([f0c6421](https://github.com/bitnami/charts/commit/f0c6421e1c90d8d561d501726e712211602a88d1)), closes [#24398](https://github.com/bitnami/charts/issues/24398) ## 4.7.1 (2024-03-08) -* [bitnami/mastodon] Release 4.7.1 updating components versions (#24299) ([b958595](https://github.com/bitnami/charts/commit/b958595)), closes [#24299](https://github.com/bitnami/charts/issues/24299) +* [bitnami/mastodon] Release 4.7.1 updating components versions (#24299) ([b958595](https://github.com/bitnami/charts/commit/b958595903fc7020b3b6c557864bb7e093dc74fa)), closes [#24299](https://github.com/bitnami/charts/issues/24299) ## 4.7.0 (2024-03-07) -* [bitnami/mastodon] feat: :sparkles: :lock: Add readOnlyRootFilesystem support (#23968) ([6139cc7](https://github.com/bitnami/charts/commit/6139cc7)), closes [#23968](https://github.com/bitnami/charts/issues/23968) +* [bitnami/mastodon] feat: :sparkles: :lock: Add readOnlyRootFilesystem support (#23968) ([6139cc7](https://github.com/bitnami/charts/commit/6139cc7bdabea75d78640bb50f4e96c95c1d32d8)), closes [#23968](https://github.com/bitnami/charts/issues/23968) ## 4.6.0 (2024-03-06) -* [bitnami/mastodon] feat: :sparkles: :lock: Add automatic adaptation for Openshift restricted-v2 SCC ([161ccc8](https://github.com/bitnami/charts/commit/161ccc8)), closes [#24115](https://github.com/bitnami/charts/issues/24115) +* [bitnami/mastodon] feat: :sparkles: :lock: Add automatic adaptation for Openshift restricted-v2 SCC ([161ccc8](https://github.com/bitnami/charts/commit/161ccc8bad5b34f25b5c636b616bfc93ff0166aa)), closes [#24115](https://github.com/bitnami/charts/issues/24115) ## 4.5.4 (2024-03-04) -* [bitnami/mastodon] Release 4.5.4 updating components versions (#24037) ([d51f769](https://github.com/bitnami/charts/commit/d51f769)), closes [#24037](https://github.com/bitnami/charts/issues/24037) +* [bitnami/mastodon] Release 4.5.4 updating components versions (#24037) ([d51f769](https://github.com/bitnami/charts/commit/d51f769586d99b6534f3ef875060595ac1d5cdd6)), closes [#24037](https://github.com/bitnami/charts/issues/24037) ## 4.5.3 (2024-03-01) -* [bitnami/mastodon] Release 4.5.3 updating components versions (#24001) ([90d54e0](https://github.com/bitnami/charts/commit/90d54e0)), closes [#24001](https://github.com/bitnami/charts/issues/24001) +* [bitnami/mastodon] Release 4.5.3 updating components versions (#24001) ([90d54e0](https://github.com/bitnami/charts/commit/90d54e0c436b1d5d1efcd05d664e978bdba265a2)), closes [#24001](https://github.com/bitnami/charts/issues/24001) ## 4.5.2 (2024-02-22) -* [bitnami/mastodon] Release 4.5.2 updating components versions (#23799) ([7882e6b](https://github.com/bitnami/charts/commit/7882e6b)), closes [#23799](https://github.com/bitnami/charts/issues/23799) +* [bitnami/mastodon] Release 4.5.2 updating components versions (#23799) ([7882e6b](https://github.com/bitnami/charts/commit/7882e6b15f713917c662cd6fa25c88e6d198a30a)), closes [#23799](https://github.com/bitnami/charts/issues/23799) ## 4.5.1 (2024-02-21) -* [bitnami/mastodon] Release 4.5.1 updating components versions (#23725) ([82c460f](https://github.com/bitnami/charts/commit/82c460f)), closes [#23725](https://github.com/bitnami/charts/issues/23725) +* [bitnami/mastodon] Release 4.5.1 updating components versions (#23725) ([82c460f](https://github.com/bitnami/charts/commit/82c460feb8decbfaab69e3aa8992c002b8c17098)), closes [#23725](https://github.com/bitnami/charts/issues/23725) ## 4.5.0 (2024-02-20) -* [bitnami/*] Bump all versions (#23602) ([b70ee2a](https://github.com/bitnami/charts/commit/b70ee2a)), closes [#23602](https://github.com/bitnami/charts/issues/23602) +* [bitnami/*] Bump all versions (#23602) ([b70ee2a](https://github.com/bitnami/charts/commit/b70ee2a30e4dc256bf0ac52928fb2fa7a70f049b)), closes [#23602](https://github.com/bitnami/charts/issues/23602) ## 4.4.0 (2024-02-15) -* [bitnami/mastodon] feat: :sparkles: :lock: Add resource preset support (#23482) ([2373452](https://github.com/bitnami/charts/commit/2373452)), closes [#23482](https://github.com/bitnami/charts/issues/23482) +* [bitnami/mastodon] feat: :sparkles: :lock: Add resource preset support (#23482) ([2373452](https://github.com/bitnami/charts/commit/2373452de3a4a106d56570e66125ac5f4a74e109)), closes [#23482](https://github.com/bitnami/charts/issues/23482) ## 4.3.0 (2024-02-07) -* [bitnami/mastodon] feat: :lock: Enable networkPolicy (#23050) ([0e872fb](https://github.com/bitnami/charts/commit/0e872fb)), closes [#23050](https://github.com/bitnami/charts/issues/23050) +* [bitnami/mastodon] feat: :lock: Enable networkPolicy (#23050) ([0e872fb](https://github.com/bitnami/charts/commit/0e872fb17f8be98def8ffbbd1d46c1f463654184)), closes [#23050](https://github.com/bitnami/charts/issues/23050) ## 4.2.5 (2024-02-03) -* [bitnami/mastodon] Release 4.2.5 updating components versions (#23105) ([e868135](https://github.com/bitnami/charts/commit/e868135)), closes [#23105](https://github.com/bitnami/charts/issues/23105) +* [bitnami/mastodon] Release 4.2.5 updating components versions (#23105) ([e868135](https://github.com/bitnami/charts/commit/e868135489ef7140c70b5f4bc94c58bca90c15b8)), closes [#23105](https://github.com/bitnami/charts/issues/23105) ## 4.2.4 (2024-02-02) -* [bitnami/mastodon]: fix indentation of extraVolumes (#22217) ([0cd94b2](https://github.com/bitnami/charts/commit/0cd94b2)), closes [#22217](https://github.com/bitnami/charts/issues/22217) +* [bitnami/mastodon]: fix indentation of extraVolumes (#22217) ([0cd94b2](https://github.com/bitnami/charts/commit/0cd94b2327a89c44a269a5a994d784871b2dface)), closes [#22217](https://github.com/bitnami/charts/issues/22217) ## 4.2.3 (2024-01-31) -* [bitnami/mastodon] Release 4.2.3 updating components versions (#22939) ([eeaa15b](https://github.com/bitnami/charts/commit/eeaa15b)), closes [#22939](https://github.com/bitnami/charts/issues/22939) +* [bitnami/mastodon] Release 4.2.3 updating components versions (#22939) ([eeaa15b](https://github.com/bitnami/charts/commit/eeaa15baef856243725d205090cba13956a9f057)), closes [#22939](https://github.com/bitnami/charts/issues/22939) ## 4.2.2 (2024-01-30) -* [bitnami/mastodon] fix: :bug: Set seLinuxOptions to null for Openshift compatibility (#22619) ([c8c5eff](https://github.com/bitnami/charts/commit/c8c5eff)), closes [#22619](https://github.com/bitnami/charts/issues/22619) -* [bitnami/mastodon] Release 4.2.2 updating components versions (#22857) ([1eafd3c](https://github.com/bitnami/charts/commit/1eafd3c)), closes [#22857](https://github.com/bitnami/charts/issues/22857) +* [bitnami/mastodon] fix: :bug: Set seLinuxOptions to null for Openshift compatibility (#22619) ([c8c5eff](https://github.com/bitnami/charts/commit/c8c5eff74a1794183be7aef5d45955ad35dcbd49)), closes [#22619](https://github.com/bitnami/charts/issues/22619) +* [bitnami/mastodon] Release 4.2.2 updating components versions (#22857) ([1eafd3c](https://github.com/bitnami/charts/commit/1eafd3c8a123424073986ed8dbddc652a97a3681)), closes [#22857](https://github.com/bitnami/charts/issues/22857) ## 4.2.1 (2024-01-24) -* [bitnami/*] Move documentation sections from docs.bitnami.com back to the README (#22203) ([7564f36](https://github.com/bitnami/charts/commit/7564f36)), closes [#22203](https://github.com/bitnami/charts/issues/22203) -* [bitnami/mastodon] Release 4.2.1 updating components versions (#22710) ([9fab9f9](https://github.com/bitnami/charts/commit/9fab9f9)), closes [#22710](https://github.com/bitnami/charts/issues/22710) +* [bitnami/*] Move documentation sections from docs.bitnami.com back to the README (#22203) ([7564f36](https://github.com/bitnami/charts/commit/7564f36ca1e95ff30ee686652b7ab8690561a707)), closes [#22203](https://github.com/bitnami/charts/issues/22203) +* [bitnami/mastodon] Release 4.2.1 updating components versions (#22710) ([9fab9f9](https://github.com/bitnami/charts/commit/9fab9f9c645e05d79c31172a36539d2a4fcf9a44)), closes [#22710](https://github.com/bitnami/charts/issues/22710) ## 4.2.0 (2024-01-22) -* [bitnami/mastodon] fix: :lock: Move service-account token auto-mount to pod declaration (#22429) ([fffc63a](https://github.com/bitnami/charts/commit/fffc63a)), closes [#22429](https://github.com/bitnami/charts/issues/22429) +* [bitnami/mastodon] fix: :lock: Move service-account token auto-mount to pod declaration (#22429) ([fffc63a](https://github.com/bitnami/charts/commit/fffc63adc555d49500e43a48c5fb643edd83bc12)), closes [#22429](https://github.com/bitnami/charts/issues/22429) ## 4.1.1 (2024-01-18) -* [bitnami/mastodon] Release 4.1.1 updating components versions (#22301) ([1d98461](https://github.com/bitnami/charts/commit/1d98461)), closes [#22301](https://github.com/bitnami/charts/issues/22301) +* [bitnami/mastodon] Release 4.1.1 updating components versions (#22301) ([1d98461](https://github.com/bitnami/charts/commit/1d98461487fa63eeced654f5efcbd223841dd567)), closes [#22301](https://github.com/bitnami/charts/issues/22301) ## 4.1.0 (2024-01-16) -* [bitnami/mastodon] fix: :lock: Improve podSecurityContext and containerSecurityContext with essentia ([04536ed](https://github.com/bitnami/charts/commit/04536ed)), closes [#22150](https://github.com/bitnami/charts/issues/22150) +* [bitnami/mastodon] fix: :lock: Improve podSecurityContext and containerSecurityContext with essentia ([04536ed](https://github.com/bitnami/charts/commit/04536ed009313dd2c709e5f959e12ef94d955e30)), closes [#22150](https://github.com/bitnami/charts/issues/22150) ## 4.0.4 (2024-01-12) -* [bitnami/mastodon] fix: :lock: Do not automount the service account token unless necessary (#22052) ([d5624c6](https://github.com/bitnami/charts/commit/d5624c6)), closes [#22052](https://github.com/bitnami/charts/issues/22052) +* [bitnami/mastodon] fix: :lock: Do not automount the service account token unless necessary (#22052) ([d5624c6](https://github.com/bitnami/charts/commit/d5624c665088312b6ef895b51ef9a851294a5c43)), closes [#22052](https://github.com/bitnami/charts/issues/22052) ## 4.0.3 (2024-01-12) -* [bitnami/*] Fix docs.bitnami.com broken links (#21901) ([f35506d](https://github.com/bitnami/charts/commit/f35506d)), closes [#21901](https://github.com/bitnami/charts/issues/21901) -* [bitnami/*] Fix ref links (in comments) (#21822) ([e4fa296](https://github.com/bitnami/charts/commit/e4fa296)), closes [#21822](https://github.com/bitnami/charts/issues/21822) -* [bitnami/mastodon] Release 4.0.3 updating components versions (#22012) ([5ac8dcc](https://github.com/bitnami/charts/commit/5ac8dcc)), closes [#22012](https://github.com/bitnami/charts/issues/22012) +* [bitnami/*] Fix docs.bitnami.com broken links (#21901) ([f35506d](https://github.com/bitnami/charts/commit/f35506d2dadee4f097986e7792df1f53ab215b5d)), closes [#21901](https://github.com/bitnami/charts/issues/21901) +* [bitnami/*] Fix ref links (in comments) (#21822) ([e4fa296](https://github.com/bitnami/charts/commit/e4fa296106b225cf8c82445727c675c7c725e380)), closes [#21822](https://github.com/bitnami/charts/issues/21822) +* [bitnami/mastodon] Release 4.0.3 updating components versions (#22012) ([5ac8dcc](https://github.com/bitnami/charts/commit/5ac8dcce9f7f0bee4019d40f4ac982146be8a998)), closes [#22012](https://github.com/bitnami/charts/issues/22012) ## 4.0.2 (2024-01-03) -* [bitnami/*] Update copyright: Year and company (#21815) ([6c4bf75](https://github.com/bitnami/charts/commit/6c4bf75)), closes [#21815](https://github.com/bitnami/charts/issues/21815) -* [bitnami/mastodon] Release 4.0.2 updating components versions (#21836) ([8466f43](https://github.com/bitnami/charts/commit/8466f43)), closes [#21836](https://github.com/bitnami/charts/issues/21836) +* [bitnami/*] Update copyright: Year and company (#21815) ([6c4bf75](https://github.com/bitnami/charts/commit/6c4bf75dec58fc7c9aee9f089777b1a858c17d5b)), closes [#21815](https://github.com/bitnami/charts/issues/21815) +* [bitnami/mastodon] Release 4.0.2 updating components versions (#21836) ([8466f43](https://github.com/bitnami/charts/commit/8466f43c05bc7b7955fe8a3c12e772affc1de1f6)), closes [#21836](https://github.com/bitnami/charts/issues/21836) ## 4.0.1 (2023-12-29) -* [bitnami/mastodon] Release 4.0.1 updating components versions (#21788) ([491ca38](https://github.com/bitnami/charts/commit/491ca38)), closes [#21788](https://github.com/bitnami/charts/issues/21788) +* [bitnami/mastodon] Release 4.0.1 updating components versions (#21788) ([491ca38](https://github.com/bitnami/charts/commit/491ca3890bb98426ef04e6af82854a5a6350faef)), closes [#21788](https://github.com/bitnami/charts/issues/21788) ## 4.0.0 (2023-12-27) -* [bitnami/mastodon] Update apache subchart (#21766) ([37acfa5](https://github.com/bitnami/charts/commit/37acfa5)), closes [#21766](https://github.com/bitnami/charts/issues/21766) +* [bitnami/mastodon] Update apache subchart (#21766) ([37acfa5](https://github.com/bitnami/charts/commit/37acfa52455903e947d8120ad334a0aec171a7c8)), closes [#21766](https://github.com/bitnami/charts/issues/21766) ## 3.2.8 (2023-12-26) -* [bitnami/mastodon] Release 3.2.8 updating components versions (#21761) ([b25a048](https://github.com/bitnami/charts/commit/b25a048)), closes [#21761](https://github.com/bitnami/charts/issues/21761) +* [bitnami/mastodon] Release 3.2.8 updating components versions (#21761) ([b25a048](https://github.com/bitnami/charts/commit/b25a048c617bb6f62db8c46b08d3e358162d2b9a)), closes [#21761](https://github.com/bitnami/charts/issues/21761) ## 3.2.7 (2023-12-05) -* [bitnami/mastodon] Release 3.2.7 updating components versions (#21408) ([33b7921](https://github.com/bitnami/charts/commit/33b7921)), closes [#21408](https://github.com/bitnami/charts/issues/21408) +* [bitnami/mastodon] Release 3.2.7 updating components versions (#21408) ([33b7921](https://github.com/bitnami/charts/commit/33b79216f6291f3985d44a9aa68f52a6b5725ccb)), closes [#21408](https://github.com/bitnami/charts/issues/21408) ## 3.2.6 (2023-12-04) -* [bitnami/mastodon] Fix tootctl media management volume mount (#21118) ([619d74b](https://github.com/bitnami/charts/commit/619d74b)), closes [#21118](https://github.com/bitnami/charts/issues/21118) -* [bitnami/mastodon] Release 3.2.6 updating components versions (#21400) ([13b6fab](https://github.com/bitnami/charts/commit/13b6fab)), closes [#21400](https://github.com/bitnami/charts/issues/21400) +* [bitnami/mastodon] Fix tootctl media management volume mount (#21118) ([619d74b](https://github.com/bitnami/charts/commit/619d74bf0ad25a4b02fa1311d4fc1de2d834cda6)), closes [#21118](https://github.com/bitnami/charts/issues/21118) +* [bitnami/mastodon] Release 3.2.6 updating components versions (#21400) ([13b6fab](https://github.com/bitnami/charts/commit/13b6fabd62008ecd3f99ee2f6df7f72e726626ce)), closes [#21400](https://github.com/bitnami/charts/issues/21400) ## 3.2.5 (2023-11-21) -* [bitnami/*] Rename solutions to "Bitnami package for ..." (#21038) ([b82f979](https://github.com/bitnami/charts/commit/b82f979)), closes [#21038](https://github.com/bitnami/charts/issues/21038) -* [bitnami/mastodon] Release 3.2.5 updating components versions (#21149) ([13194da](https://github.com/bitnami/charts/commit/13194da)), closes [#21149](https://github.com/bitnami/charts/issues/21149) +* [bitnami/*] Rename solutions to "Bitnami package for ..." (#21038) ([b82f979](https://github.com/bitnami/charts/commit/b82f979e4fb63423fe6e2192c946d09d79c944fc)), closes [#21038](https://github.com/bitnami/charts/issues/21038) +* [bitnami/mastodon] Release 3.2.5 updating components versions (#21149) ([13194da](https://github.com/bitnami/charts/commit/13194da73dd0b9afd2c410fa1d400ab1e9845b29)), closes [#21149](https://github.com/bitnami/charts/issues/21149) ## 3.2.4 (2023-11-21) -* [bitnami/*] Remove relative links to non-README sections, add verification for that and update TL;DR ([1103633](https://github.com/bitnami/charts/commit/1103633)), closes [#20967](https://github.com/bitnami/charts/issues/20967) -* [bitnami/mastodon] fix `extraVolumes` if conditional and indentation for init-job.yaml (#20901) ([571bb92](https://github.com/bitnami/charts/commit/571bb92)), closes [#20901](https://github.com/bitnami/charts/issues/20901) -* [bitnami/mastodon] replace all instances of JupyterHub with Mastodon in values.yaml (#20900) ([9fd797d](https://github.com/bitnami/charts/commit/9fd797d)), closes [#20900](https://github.com/bitnami/charts/issues/20900) +* [bitnami/*] Remove relative links to non-README sections, add verification for that and update TL;DR ([1103633](https://github.com/bitnami/charts/commit/11036334d82df0490aa4abdb591543cab6cf7d7f)), closes [#20967](https://github.com/bitnami/charts/issues/20967) +* [bitnami/mastodon] fix `extraVolumes` if conditional and indentation for init-job.yaml (#20901) ([571bb92](https://github.com/bitnami/charts/commit/571bb92b75684a2a37ac96a433b055e50aa4d232)), closes [#20901](https://github.com/bitnami/charts/issues/20901) +* [bitnami/mastodon] replace all instances of JupyterHub with Mastodon in values.yaml (#20900) ([9fd797d](https://github.com/bitnami/charts/commit/9fd797d3cb917216c02c02f60e4d4409a12db0df)), closes [#20900](https://github.com/bitnami/charts/issues/20900) ## 3.2.3 (2023-11-16) -* [bitnami/mastodon] Release 3.2.3 updating components versions (#20992) ([78551ba](https://github.com/bitnami/charts/commit/78551ba)), closes [#20992](https://github.com/bitnami/charts/issues/20992) +* [bitnami/mastodon] Release 3.2.3 updating components versions (#20992) ([78551ba](https://github.com/bitnami/charts/commit/78551bae0c6ada929e820f8a968b9af1000d07a3)), closes [#20992](https://github.com/bitnami/charts/issues/20992) ## 3.2.2 (2023-11-08) -* [bitnami/mastodon] Release 3.2.2 updating components versions (#20802) ([92c2ffe](https://github.com/bitnami/charts/commit/92c2ffe)), closes [#20802](https://github.com/bitnami/charts/issues/20802) +* [bitnami/mastodon] Release 3.2.2 updating components versions (#20802) ([92c2ffe](https://github.com/bitnami/charts/commit/92c2ffe26ea11f3ede79d31ef9712bdf9d32e050)), closes [#20802](https://github.com/bitnami/charts/issues/20802) ## 3.2.1 (2023-11-08) -* [bitnami/mastodon] Release 3.2.1 updating components versions (#20765) ([051c726](https://github.com/bitnami/charts/commit/051c726)), closes [#20765](https://github.com/bitnami/charts/issues/20765) +* [bitnami/mastodon] Release 3.2.1 updating components versions (#20765) ([051c726](https://github.com/bitnami/charts/commit/051c7260ce44a23c5afac582c488551287728612)), closes [#20765](https://github.com/bitnami/charts/issues/20765) ## 3.2.0 (2023-11-02) -* [bitnami/mastodon] Move `defaultConfig` and `defaultSecretConfig` to default-configmap.yaml and defa ([6175b41](https://github.com/bitnami/charts/commit/6175b41)), closes [#19179](https://github.com/bitnami/charts/issues/19179) +* [bitnami/mastodon] Move `defaultConfig` and `defaultSecretConfig` to default-configmap.yaml and defa ([6175b41](https://github.com/bitnami/charts/commit/6175b41a9f95cd887a1e75813fe4c32d6cc59847)), closes [#19179](https://github.com/bitnami/charts/issues/19179) ## 3.1.0 (2023-10-31) -* [bitnami/*] Rename VMware Application Catalog (#20361) ([3acc734](https://github.com/bitnami/charts/commit/3acc734)), closes [#20361](https://github.com/bitnami/charts/issues/20361) -* [bitnami/*] Skip image's tag in the README files of the Bitnami Charts (#19841) ([bb9a01b](https://github.com/bitnami/charts/commit/bb9a01b)), closes [#19841](https://github.com/bitnami/charts/issues/19841) -* [bitnami/*] Standardize documentation (#19835) ([af5f753](https://github.com/bitnami/charts/commit/af5f753)), closes [#19835](https://github.com/bitnami/charts/issues/19835) -* [bitnami/mastodon] feat: :sparkles: Add support for PSA restricted policy (#20481) ([8b136a8](https://github.com/bitnami/charts/commit/8b136a8)), closes [#20481](https://github.com/bitnami/charts/issues/20481) +* [bitnami/*] Rename VMware Application Catalog (#20361) ([3acc734](https://github.com/bitnami/charts/commit/3acc73472beb6fb56c4d99f929061001205bc57e)), closes [#20361](https://github.com/bitnami/charts/issues/20361) +* [bitnami/*] Skip image's tag in the README files of the Bitnami Charts (#19841) ([bb9a01b](https://github.com/bitnami/charts/commit/bb9a01b65911c87e48318db922cc05eb42785e42)), closes [#19841](https://github.com/bitnami/charts/issues/19841) +* [bitnami/*] Standardize documentation (#19835) ([af5f753](https://github.com/bitnami/charts/commit/af5f7530c1bc8c5ded53a6c4f7b8f384ac1804f2)), closes [#19835](https://github.com/bitnami/charts/issues/19835) +* [bitnami/mastodon] feat: :sparkles: Add support for PSA restricted policy (#20481) ([8b136a8](https://github.com/bitnami/charts/commit/8b136a860d2f68853b08386f7b137dd7e37fd298)), closes [#20481](https://github.com/bitnami/charts/issues/20481) ## 3.0.5 (2023-10-12) -* [bitnami/mastodon] Release 3.0.5 (#20151) ([9e4d5f4](https://github.com/bitnami/charts/commit/9e4d5f4)), closes [#20151](https://github.com/bitnami/charts/issues/20151) +* [bitnami/mastodon] Release 3.0.5 (#20151) ([9e4d5f4](https://github.com/bitnami/charts/commit/9e4d5f46de51244ae687f9317bd437d069177579)), closes [#20151](https://github.com/bitnami/charts/issues/20151) ## 3.0.4 (2023-10-11) -* [bitnami/mastodon] Release 3.0.4 (#20053) ([ad29bf1](https://github.com/bitnami/charts/commit/ad29bf1)), closes [#20053](https://github.com/bitnami/charts/issues/20053) +* [bitnami/mastodon] Release 3.0.4 (#20053) ([ad29bf1](https://github.com/bitnami/charts/commit/ad29bf16a8dad6e0c4c1326be990f7e868014a3b)), closes [#20053](https://github.com/bitnami/charts/issues/20053) ## 3.0.3 (2023-10-09) -* [bitnami/mastodon] Release 3.0.3 (#19894) ([79e07b3](https://github.com/bitnami/charts/commit/79e07b3)), closes [#19894](https://github.com/bitnami/charts/issues/19894) +* [bitnami/mastodon] Release 3.0.3 (#19894) ([79e07b3](https://github.com/bitnami/charts/commit/79e07b3a5d03b8ecd514ee965cd14a23c0946a01)), closes [#19894](https://github.com/bitnami/charts/issues/19894) ## 3.0.2 (2023-10-09) -* [bitnami/mastodon] Release 3.0.2 (#19863) ([ba79d54](https://github.com/bitnami/charts/commit/ba79d54)), closes [#19863](https://github.com/bitnami/charts/issues/19863) +* [bitnami/mastodon] Release 3.0.2 (#19863) ([ba79d54](https://github.com/bitnami/charts/commit/ba79d543017068a8b26b05811988c2ef3b75ec38)), closes [#19863](https://github.com/bitnami/charts/issues/19863) ## 3.0.1 (2023-10-09) -* [bitnami/*] Update Helm charts prerequisites (#19745) ([eb755dd](https://github.com/bitnami/charts/commit/eb755dd)), closes [#19745](https://github.com/bitnami/charts/issues/19745) -* [bitnami/mastodon] Release 3.0.1 (#19794) ([6dbac26](https://github.com/bitnami/charts/commit/6dbac26)), closes [#19794](https://github.com/bitnami/charts/issues/19794) +* [bitnami/*] Update Helm charts prerequisites (#19745) ([eb755dd](https://github.com/bitnami/charts/commit/eb755dd36a4dd3cf6635be8e0598f9a7f4c4a554)), closes [#19745](https://github.com/bitnami/charts/issues/19745) +* [bitnami/mastodon] Release 3.0.1 (#19794) ([6dbac26](https://github.com/bitnami/charts/commit/6dbac26e73b66a25a5e1fad968d9b67f11972251)), closes [#19794](https://github.com/bitnami/charts/issues/19794) ## 3.0.0 (2023-09-29) -* [bitnami/mastodon] Update dependencies (#19619) ([4235487](https://github.com/bitnami/charts/commit/4235487)), closes [#19619](https://github.com/bitnami/charts/issues/19619) +* [bitnami/mastodon] Update dependencies (#19619) ([4235487](https://github.com/bitnami/charts/commit/423548778f0512ba597f87017aba51c450f3ed39)), closes [#19619](https://github.com/bitnami/charts/issues/19619) ## 2.1.8 (2023-09-26) -* [bitnami/mastodon] Release 2.1.8 (#19550) ([62054f5](https://github.com/bitnami/charts/commit/62054f5)), closes [#19550](https://github.com/bitnami/charts/issues/19550) +* [bitnami/mastodon] Release 2.1.8 (#19550) ([62054f5](https://github.com/bitnami/charts/commit/62054f5f268405f3b06a0a52ed3a86feab3d1f66)), closes [#19550](https://github.com/bitnami/charts/issues/19550) ## 2.1.7 (2023-09-23) -* [bitnami/mastodon] Release 2.1.7 (#19489) ([e0a4e86](https://github.com/bitnami/charts/commit/e0a4e86)), closes [#19489](https://github.com/bitnami/charts/issues/19489) +* [bitnami/mastodon] Release 2.1.7 (#19489) ([e0a4e86](https://github.com/bitnami/charts/commit/e0a4e86a4f33af8a30f592a8d935d8c8956de3a5)), closes [#19489](https://github.com/bitnami/charts/issues/19489) ## 2.1.6 (2023-09-20) -* [bitnami/mastodon] Release 2.1.6 (#19441) ([a601fda](https://github.com/bitnami/charts/commit/a601fda)), closes [#19441](https://github.com/bitnami/charts/issues/19441) +* [bitnami/mastodon] Release 2.1.6 (#19441) ([a601fda](https://github.com/bitnami/charts/commit/a601fda38126188f06430fbef6d0af60bb569376)), closes [#19441](https://github.com/bitnami/charts/issues/19441) ## 2.1.5 (2023-09-19) -* [bitnami/*] Update readme files (#19277) ([e56aeb2](https://github.com/bitnami/charts/commit/e56aeb2)), closes [#19277](https://github.com/bitnami/charts/issues/19277) -* [bitnami/mastodon] Release 2.1.5 (#19405) ([a54749c](https://github.com/bitnami/charts/commit/a54749c)), closes [#19405](https://github.com/bitnami/charts/issues/19405) -* Revert "Autogenerate schema files (#19194)" (#19335) ([73d80be](https://github.com/bitnami/charts/commit/73d80be)), closes [#19194](https://github.com/bitnami/charts/issues/19194) [#19335](https://github.com/bitnami/charts/issues/19335) +* [bitnami/*] Update readme files (#19277) ([e56aeb2](https://github.com/bitnami/charts/commit/e56aeb2fbfbf5b6e42375db48cc7ae1ef1c3a823)), closes [#19277](https://github.com/bitnami/charts/issues/19277) +* [bitnami/mastodon] Release 2.1.5 (#19405) ([a54749c](https://github.com/bitnami/charts/commit/a54749c16258c1aa82ce7e8ea18607fbfebe31bc)), closes [#19405](https://github.com/bitnami/charts/issues/19405) +* Revert "Autogenerate schema files (#19194)" (#19335) ([73d80be](https://github.com/bitnami/charts/commit/73d80be525c88fb4b8a54451a55acd506e337062)), closes [#19194](https://github.com/bitnami/charts/issues/19194) [#19335](https://github.com/bitnami/charts/issues/19335) ## 2.1.4 (2023-09-15) -* [bitnami/mastodon] Add 'ProxyPreserveHost on' and remove duplicated 'VirtualHost' in apache-configma ([16ababc](https://github.com/bitnami/charts/commit/16ababc)), closes [#19214](https://github.com/bitnami/charts/issues/19214) -* Autogenerate schema files (#19194) ([a2c2090](https://github.com/bitnami/charts/commit/a2c2090)), closes [#19194](https://github.com/bitnami/charts/issues/19194) +* [bitnami/mastodon] Add 'ProxyPreserveHost on' and remove duplicated 'VirtualHost' in apache-configma ([16ababc](https://github.com/bitnami/charts/commit/16ababce29d073d480bad5582383b51ce45f0b9c)), closes [#19214](https://github.com/bitnami/charts/issues/19214) +* Autogenerate schema files (#19194) ([a2c2090](https://github.com/bitnami/charts/commit/a2c2090b5ac97f47b745c8028c6452bf99739772)), closes [#19194](https://github.com/bitnami/charts/issues/19194) ## 2.1.3 (2023-09-07) -* [bitnami/mastodon] Release 2.1.3 updating components versions (#19137) ([b9d3e39](https://github.com/bitnami/charts/commit/b9d3e39)), closes [#19137](https://github.com/bitnami/charts/issues/19137) +* [bitnami/mastodon] Release 2.1.3 updating components versions (#19137) ([b9d3e39](https://github.com/bitnami/charts/commit/b9d3e39006b162043203331afab30f4f30498f09)), closes [#19137](https://github.com/bitnami/charts/issues/19137) ## 2.1.2 (2023-09-06) -* [bitnami/mastodon: Use merge helper]: (#19067) ([4089246](https://github.com/bitnami/charts/commit/4089246)), closes [#19067](https://github.com/bitnami/charts/issues/19067) +* [bitnami/mastodon: Use merge helper]: (#19067) ([4089246](https://github.com/bitnami/charts/commit/4089246ea95aac18c2d748f1697d1efafb5f85d3)), closes [#19067](https://github.com/bitnami/charts/issues/19067) ## 2.1.1 (2023-09-05) -* [bitnami/mastodon] Release 2.1.1 (#19126) ([22ab28a](https://github.com/bitnami/charts/commit/22ab28a)), closes [#19126](https://github.com/bitnami/charts/issues/19126) +* [bitnami/mastodon] Release 2.1.1 (#19126) ([22ab28a](https://github.com/bitnami/charts/commit/22ab28a2653f76a2fa3eff03fc2ffbe855aee569)), closes [#19126](https://github.com/bitnami/charts/issues/19126) ## 2.1.0 (2023-08-29) -* [bitnami/mastodon] Support for customizing standard labels (#18621) ([09787c7](https://github.com/bitnami/charts/commit/09787c7)), closes [#18621](https://github.com/bitnami/charts/issues/18621) +* [bitnami/mastodon] Support for customizing standard labels (#18621) ([09787c7](https://github.com/bitnami/charts/commit/09787c75895ef9c7201262405151f7444e1695aa)), closes [#18621](https://github.com/bitnami/charts/issues/18621) ## 2.0.0 (2023-08-28) -* [bitnami/mastodon] Update Redis' subchart (#18893) ([bff8cce](https://github.com/bitnami/charts/commit/bff8cce)), closes [#18893](https://github.com/bitnami/charts/issues/18893) +* [bitnami/mastodon] Update Redis' subchart (#18893) ([bff8cce](https://github.com/bitnami/charts/commit/bff8cce9b5b8de4c131d6fa98d3ee550853ed33e)), closes [#18893](https://github.com/bitnami/charts/issues/18893) ## 1.5.14 (2023-08-25) -* [bitnami/mastodon] Release 1.5.14 (#18871) ([fece221](https://github.com/bitnami/charts/commit/fece221)), closes [#18871](https://github.com/bitnami/charts/issues/18871) +* [bitnami/mastodon] Release 1.5.14 (#18871) ([fece221](https://github.com/bitnami/charts/commit/fece22146462b401095872f96f8bcf7d6a31c927)), closes [#18871](https://github.com/bitnami/charts/issues/18871) ## 1.5.13 (2023-08-21) -* [bitnami/mastodon] Release 1.5.13 (#18731) ([642ce06](https://github.com/bitnami/charts/commit/642ce06)), closes [#18731](https://github.com/bitnami/charts/issues/18731) +* [bitnami/mastodon] Release 1.5.13 (#18731) ([642ce06](https://github.com/bitnami/charts/commit/642ce06388520e60082c24fec2b54ce548080ac9)), closes [#18731](https://github.com/bitnami/charts/issues/18731) ## 1.5.12 (2023-08-17) -* [bitnami/mastodon] Release 1.5.12 (#18545) ([e33db47](https://github.com/bitnami/charts/commit/e33db47)), closes [#18545](https://github.com/bitnami/charts/issues/18545) +* [bitnami/mastodon] Release 1.5.12 (#18545) ([e33db47](https://github.com/bitnami/charts/commit/e33db47edc972dd402203830745057403eb08981)), closes [#18545](https://github.com/bitnami/charts/issues/18545) ## 1.5.11 (2023-08-14) -* [bitnami/mastodon] Release 1.5.11 (#18411) ([65635ce](https://github.com/bitnami/charts/commit/65635ce)), closes [#18411](https://github.com/bitnami/charts/issues/18411) +* [bitnami/mastodon] Release 1.5.11 (#18411) ([65635ce](https://github.com/bitnami/charts/commit/65635cedba99c5c77d4367198af46dd8582e5485)), closes [#18411](https://github.com/bitnami/charts/issues/18411) ## 1.5.10 (2023-08-03) -* [bitnami/mastodon] Release 1.5.10 (#18160) ([8d14af6](https://github.com/bitnami/charts/commit/8d14af6)), closes [#18160](https://github.com/bitnami/charts/issues/18160) +* [bitnami/mastodon] Release 1.5.10 (#18160) ([8d14af6](https://github.com/bitnami/charts/commit/8d14af6c090161cd422949cd0debb6ad0f451310)), closes [#18160](https://github.com/bitnami/charts/issues/18160) ## 1.5.9 (2023-08-01) -* [bitnami/mastodon] Release 1.5.9 (#18126) ([a39f24b](https://github.com/bitnami/charts/commit/a39f24b)), closes [#18126](https://github.com/bitnami/charts/issues/18126) +* [bitnami/mastodon] Release 1.5.9 (#18126) ([a39f24b](https://github.com/bitnami/charts/commit/a39f24b16ab36b8d3d830ebb2a3e20244b45b771)), closes [#18126](https://github.com/bitnami/charts/issues/18126) ## 1.5.8 (2023-07-15) -* [bitnami/mastodon] Release 1 updating components versions (#17612) ([d368ea4](https://github.com/bitnami/charts/commit/d368ea4)), closes [#17612](https://github.com/bitnami/charts/issues/17612) +* [bitnami/mastodon] Release 1 updating components versions (#17612) ([d368ea4](https://github.com/bitnami/charts/commit/d368ea406592408b5cd3fe289614df263dabd89d)), closes [#17612](https://github.com/bitnami/charts/issues/17612) ## 1.5.7 (2023-07-11) -* [bitnami/mastodon] Release 1.5.7 (#17564) ([62ac466](https://github.com/bitnami/charts/commit/62ac466)), closes [#17564](https://github.com/bitnami/charts/issues/17564) -* Use os-shell in tempate and Jaeger runtime params (#17557) ([91a49eb](https://github.com/bitnami/charts/commit/91a49eb)), closes [#17557](https://github.com/bitnami/charts/issues/17557) +* [bitnami/mastodon] Release 1.5.7 (#17564) ([62ac466](https://github.com/bitnami/charts/commit/62ac466fc7bcb21e3b089f04b8ce3ec1a8e65abb)), closes [#17564](https://github.com/bitnami/charts/issues/17564) +* Use os-shell in tempate and Jaeger runtime params (#17557) ([91a49eb](https://github.com/bitnami/charts/commit/91a49eb1e3c81c7b7c6c28d1bc5d6d6ae698c1e2)), closes [#17557](https://github.com/bitnami/charts/issues/17557) ## 1.5.6 (2023-07-08) -* [bitnami/mastodon] Release 1.5.6 (#17530) ([10b8614](https://github.com/bitnami/charts/commit/10b8614)), closes [#17530](https://github.com/bitnami/charts/issues/17530) +* [bitnami/mastodon] Release 1.5.6 (#17530) ([10b8614](https://github.com/bitnami/charts/commit/10b86144baee743431b7b4be474fb627f9d1171b)), closes [#17530](https://github.com/bitnami/charts/issues/17530) ## 1.5.5 (2023-07-06) -* [bitnami/mastodon] Release 1.5.5 (#17510) ([268dd89](https://github.com/bitnami/charts/commit/268dd89)), closes [#17510](https://github.com/bitnami/charts/issues/17510) -* Add copyright header (#17300) ([da68be8](https://github.com/bitnami/charts/commit/da68be8)), closes [#17300](https://github.com/bitnami/charts/issues/17300) -* Update charts readme (#17217) ([31b3c0a](https://github.com/bitnami/charts/commit/31b3c0a)), closes [#17217](https://github.com/bitnami/charts/issues/17217) +* [bitnami/mastodon] Release 1.5.5 (#17510) ([268dd89](https://github.com/bitnami/charts/commit/268dd8955cdca69b03783621ef9ffff479d21201)), closes [#17510](https://github.com/bitnami/charts/issues/17510) +* Add copyright header (#17300) ([da68be8](https://github.com/bitnami/charts/commit/da68be8e951225133c7dfb572d5101ca3d61c5ae)), closes [#17300](https://github.com/bitnami/charts/issues/17300) +* Update charts readme (#17217) ([31b3c0a](https://github.com/bitnami/charts/commit/31b3c0afd968ff4429107e34101f7509e6a0e913)), closes [#17217](https://github.com/bitnami/charts/issues/17217) ## 1.5.4 (2023-06-20) -* [bitnami/*] Change copyright section in READMEs (#17006) ([ef986a1](https://github.com/bitnami/charts/commit/ef986a1)), closes [#17006](https://github.com/bitnami/charts/issues/17006) -* [bitnami/mastodon] Release 1.5.4 (#17246) ([36a7d5f](https://github.com/bitnami/charts/commit/36a7d5f)), closes [#17246](https://github.com/bitnami/charts/issues/17246) -* [bitnami/several] Change copyright section in READMEs (#16989) ([5b6a5cf](https://github.com/bitnami/charts/commit/5b6a5cf)), closes [#16989](https://github.com/bitnami/charts/issues/16989) +* [bitnami/*] Change copyright section in READMEs (#17006) ([ef986a1](https://github.com/bitnami/charts/commit/ef986a1605241102b3dcafe9fd8089e6fc1201ad)), closes [#17006](https://github.com/bitnami/charts/issues/17006) +* [bitnami/mastodon] Release 1.5.4 (#17246) ([36a7d5f](https://github.com/bitnami/charts/commit/36a7d5f74d210dba3251fc68be836b56399cc48b)), closes [#17246](https://github.com/bitnami/charts/issues/17246) +* [bitnami/several] Change copyright section in READMEs (#16989) ([5b6a5cf](https://github.com/bitnami/charts/commit/5b6a5cfb7625a751848a2e5cd796bd7278f406ca)), closes [#16989](https://github.com/bitnami/charts/issues/16989) ## 1.5.3 (2023-05-21) -* [bitnami/mastodon] Release 1.5.3 (#16839) ([c319b0f](https://github.com/bitnami/charts/commit/c319b0f)), closes [#16839](https://github.com/bitnami/charts/issues/16839) +* [bitnami/mastodon] Release 1.5.3 (#16839) ([c319b0f](https://github.com/bitnami/charts/commit/c319b0f338e2765988623a20e67331611144e8bd)), closes [#16839](https://github.com/bitnami/charts/issues/16839) ## 1.5.2 (2023-05-17) -* [bitnami/mastodon] Release 1.5.2 (#16710) ([e4314b5](https://github.com/bitnami/charts/commit/e4314b5)), closes [#16710](https://github.com/bitnami/charts/issues/16710) +* [bitnami/mastodon] Release 1.5.2 (#16710) ([e4314b5](https://github.com/bitnami/charts/commit/e4314b56035004ed821ae6dbf23bfb9d2646bce3)), closes [#16710](https://github.com/bitnami/charts/issues/16710) ## 1.5.1 (2023-05-16) -* [bitnami/mastodon] Release 1.5.1 (#16697) ([ef08339](https://github.com/bitnami/charts/commit/ef08339)), closes [#16697](https://github.com/bitnami/charts/issues/16697) +* [bitnami/mastodon] Release 1.5.1 (#16697) ([ef08339](https://github.com/bitnami/charts/commit/ef08339b6cdc7a5afa34f4ae4e8b1193350f2dfe)), closes [#16697](https://github.com/bitnami/charts/issues/16697) ## 1.5.0 (2023-05-11) -* [bitnami/mastodon] Tootctl media management (#16364) ([1071191](https://github.com/bitnami/charts/commit/1071191)), closes [#16364](https://github.com/bitnami/charts/issues/16364) -* Add wording for enterprise page (#16560) ([8f22774](https://github.com/bitnami/charts/commit/8f22774)), closes [#16560](https://github.com/bitnami/charts/issues/16560) +* [bitnami/mastodon] Tootctl media management (#16364) ([1071191](https://github.com/bitnami/charts/commit/10711912ed2c3ab5840f1c8196de1ea413deeccd)), closes [#16364](https://github.com/bitnami/charts/issues/16364) +* Add wording for enterprise page (#16560) ([8f22774](https://github.com/bitnami/charts/commit/8f2277440b976d52785ba9149762ad8620a73d1f)), closes [#16560](https://github.com/bitnami/charts/issues/16560) ## 1.4.0 (2023-05-09) -* [bitnami/several] Adapt Chart.yaml to set desired OCI annotations (#16546) ([fc9b18f](https://github.com/bitnami/charts/commit/fc9b18f)), closes [#16546](https://github.com/bitnami/charts/issues/16546) +* [bitnami/several] Adapt Chart.yaml to set desired OCI annotations (#16546) ([fc9b18f](https://github.com/bitnami/charts/commit/fc9b18f2e98805d4df629acbcde696f44f973344)), closes [#16546](https://github.com/bitnami/charts/issues/16546) ## 1.3.2 (2023-05-09) -* [bitnami/mastodon] Release 1.3.2 (#16472) ([dd66d22](https://github.com/bitnami/charts/commit/dd66d22)), closes [#16472](https://github.com/bitnami/charts/issues/16472) +* [bitnami/mastodon] Release 1.3.2 (#16472) ([dd66d22](https://github.com/bitnami/charts/commit/dd66d22c47dfce1000ce2dde4542b4828f7dc6ec)), closes [#16472](https://github.com/bitnami/charts/issues/16472) ## 1.3.1 (2023-05-07) -* [bitnami/mastodon] Release 1.3.1 (#16383) ([1bb134a](https://github.com/bitnami/charts/commit/1bb134a)), closes [#16383](https://github.com/bitnami/charts/issues/16383) +* [bitnami/mastodon] Release 1.3.1 (#16383) ([1bb134a](https://github.com/bitnami/charts/commit/1bb134ac4f0ca6efef2374c99c93aac9663aeabe)), closes [#16383](https://github.com/bitnami/charts/issues/16383) ## 1.3.0 (2023-04-20) -* [bitnami/*] Make Helm charts 100% OCI (#15998) ([8841510](https://github.com/bitnami/charts/commit/8841510)), closes [#15998](https://github.com/bitnami/charts/issues/15998) +* [bitnami/*] Make Helm charts 100% OCI (#15998) ([8841510](https://github.com/bitnami/charts/commit/884151035efcbf2e1b3206e7def85511073fb57d)), closes [#15998](https://github.com/bitnami/charts/issues/15998) ## 1.2.0 (2023-04-06) -* [bitnami/mastodon] Better s3 tls and wss support cert manager take2 (#15549) ([d4e985d](https://github.com/bitnami/charts/commit/d4e985d)), closes [#15549](https://github.com/bitnami/charts/issues/15549) +* [bitnami/mastodon] Better s3 tls and wss support cert manager take2 (#15549) ([d4e985d](https://github.com/bitnami/charts/commit/d4e985d67a08b1ac815b443bfacd2ae5a3ecf563)), closes [#15549](https://github.com/bitnami/charts/issues/15549) ## 1.1.8 (2023-04-04) -* [bitnami/mastodon] Release 1.1.8 (#15959) ([82f5e84](https://github.com/bitnami/charts/commit/82f5e84)), closes [#15959](https://github.com/bitnami/charts/issues/15959) +* [bitnami/mastodon] Release 1.1.8 (#15959) ([82f5e84](https://github.com/bitnami/charts/commit/82f5e8424f0381f139c70b70d21fe958c9a8ecd2)), closes [#15959](https://github.com/bitnami/charts/issues/15959) ## 1.1.7 (2023-04-01) -* [bitnami/mastodon] Release 1.1.7 (#15903) ([74032de](https://github.com/bitnami/charts/commit/74032de)), closes [#15903](https://github.com/bitnami/charts/issues/15903) +* [bitnami/mastodon] Release 1.1.7 (#15903) ([74032de](https://github.com/bitnami/charts/commit/74032de54937874ac6234673f55901c131b78ce8)), closes [#15903](https://github.com/bitnami/charts/issues/15903) ## 1.1.6 (2023-03-21) -* [bitnami/mastodon] Release 1.1.6 (#15655) ([a4e04d6](https://github.com/bitnami/charts/commit/a4e04d6)), closes [#15655](https://github.com/bitnami/charts/issues/15655) +* [bitnami/mastodon] Release 1.1.6 (#15655) ([a4e04d6](https://github.com/bitnami/charts/commit/a4e04d6ba04827fc3c8e16cfa77b2d8547e0494f)), closes [#15655](https://github.com/bitnami/charts/issues/15655) ## 1.1.5 (2023-03-20) -* [bitnami/mastodon] fix volumePermission Init Container (#15540) ([6c6d4bc](https://github.com/bitnami/charts/commit/6c6d4bc)), closes [#15540](https://github.com/bitnami/charts/issues/15540) +* [bitnami/mastodon] fix volumePermission Init Container (#15540) ([6c6d4bc](https://github.com/bitnami/charts/commit/6c6d4bc39c6d328cabfc9e1885366c7bced6a0ba)), closes [#15540](https://github.com/bitnami/charts/issues/15540) ## 1.1.4 (2023-03-19) -* [bitnami/mastodon] Release 1.1.4 (#15587) ([285ea01](https://github.com/bitnami/charts/commit/285ea01)), closes [#15587](https://github.com/bitnami/charts/issues/15587) -* [bitnami/mastodon] render deployments when a pvc is used (#15473) ([48b4aa0](https://github.com/bitnami/charts/commit/48b4aa0)), closes [#15473](https://github.com/bitnami/charts/issues/15473) +* [bitnami/mastodon] Release 1.1.4 (#15587) ([285ea01](https://github.com/bitnami/charts/commit/285ea010ba308a7f4de4cc9e8314316ebbc6bf3e)), closes [#15587](https://github.com/bitnami/charts/issues/15587) +* [bitnami/mastodon] render deployments when a pvc is used (#15473) ([48b4aa0](https://github.com/bitnami/charts/commit/48b4aa006e1c0a00a281e5da3e688cf99b1f2a69)), closes [#15473](https://github.com/bitnami/charts/issues/15473) ## 1.1.3 (2023-03-14) -* [bitnami/mastodon] Fix incorrect comment and broken link for Mastodon Chart (#15377) ([fb6ebdc](https://github.com/bitnami/charts/commit/fb6ebdc)), closes [#15377](https://github.com/bitnami/charts/issues/15377) +* [bitnami/mastodon] Fix incorrect comment and broken link for Mastodon Chart (#15377) ([fb6ebdc](https://github.com/bitnami/charts/commit/fb6ebdc47fc68dfaf9de7443b9d789cb6a0600fd)), closes [#15377](https://github.com/bitnami/charts/issues/15377) ## 1.1.2 (2023-03-10) -* [bitnami/charts] Apply linter to README files (#15357) ([0e29e60](https://github.com/bitnami/charts/commit/0e29e60)), closes [#15357](https://github.com/bitnami/charts/issues/15357) -* Fix url links in several charts README.md (#15370) ([f4a5fed](https://github.com/bitnami/charts/commit/f4a5fed)), closes [#15370](https://github.com/bitnami/charts/issues/15370) -* use mastodon.pvc to generate name for PersistentVolumeClaim (#15452) ([f993daf](https://github.com/bitnami/charts/commit/f993daf)), closes [#15452](https://github.com/bitnami/charts/issues/15452) +* [bitnami/charts] Apply linter to README files (#15357) ([0e29e60](https://github.com/bitnami/charts/commit/0e29e600d3adc8b1b46e506eccb3decfab3b4e63)), closes [#15357](https://github.com/bitnami/charts/issues/15357) +* Fix url links in several charts README.md (#15370) ([f4a5fed](https://github.com/bitnami/charts/commit/f4a5fedc49671cc1514f26612b3e2a592c2c1e94)), closes [#15370](https://github.com/bitnami/charts/issues/15370) +* use mastodon.pvc to generate name for PersistentVolumeClaim (#15452) ([f993daf](https://github.com/bitnami/charts/commit/f993daf97fa12e40a19891883d251df5111e5607)), closes [#15452](https://github.com/bitnami/charts/issues/15452) ## 1.1.1 (2023-03-01) -* [bitnami/mastodon] Release 1.1.1 (#15218) ([044ccdb](https://github.com/bitnami/charts/commit/044ccdb)), closes [#15218](https://github.com/bitnami/charts/issues/15218) +* [bitnami/mastodon] Release 1.1.1 (#15218) ([044ccdb](https://github.com/bitnami/charts/commit/044ccdb318bdee7808b0bc4045010de9ab21665a)), closes [#15218](https://github.com/bitnami/charts/issues/15218) ## 1.1.0 (2023-02-23) -* - Add LOCAL_DOMAIN environment variable, and emphasize that WEB_DOMAIN is an *optional* configuratio ([cf5d4bd](https://github.com/bitnami/charts/commit/cf5d4bd)), closes [#15076](https://github.com/bitnami/charts/issues/15076) -* Fixes dead links (#15065) ([9e99fd9](https://github.com/bitnami/charts/commit/9e99fd9)), closes [#15065](https://github.com/bitnami/charts/issues/15065) +* - Add LOCAL_DOMAIN environment variable, and emphasize that WEB_DOMAIN is an *optional* configuratio ([cf5d4bd](https://github.com/bitnami/charts/commit/cf5d4bd8819098569b0c4ecda4a12bbc3a01ca37)), closes [#15076](https://github.com/bitnami/charts/issues/15076) +* Fixes dead links (#15065) ([9e99fd9](https://github.com/bitnami/charts/commit/9e99fd94d89605c2aa47417ae80eecb86719d904)), closes [#15065](https://github.com/bitnami/charts/issues/15065) ## 1.0.3 (2023-02-17) -* [bitnami/*] Fix markdown linter issues (#14874) ([a51e0e8](https://github.com/bitnami/charts/commit/a51e0e8)), closes [#14874](https://github.com/bitnami/charts/issues/14874) -* [bitnami/*] Fix markdown linter issues 2 (#14890) ([aa96572](https://github.com/bitnami/charts/commit/aa96572)), closes [#14890](https://github.com/bitnami/charts/issues/14890) -* [bitnami/*] Remove unexpected extra spaces (#14873) ([c97c714](https://github.com/bitnami/charts/commit/c97c714)), closes [#14873](https://github.com/bitnami/charts/issues/14873) -* [bitnami/mastodon] Release 1.0.3 (#14991) ([24011ee](https://github.com/bitnami/charts/commit/24011ee)), closes [#14991](https://github.com/bitnami/charts/issues/14991) +* [bitnami/*] Fix markdown linter issues (#14874) ([a51e0e8](https://github.com/bitnami/charts/commit/a51e0e8d35495b907f3e70dd2f8e7c3bcbf4166a)), closes [#14874](https://github.com/bitnami/charts/issues/14874) +* [bitnami/*] Fix markdown linter issues 2 (#14890) ([aa96572](https://github.com/bitnami/charts/commit/aa9657237ee8df4a46db0d7fdf8a23230dd6902a)), closes [#14890](https://github.com/bitnami/charts/issues/14890) +* [bitnami/*] Remove unexpected extra spaces (#14873) ([c97c714](https://github.com/bitnami/charts/commit/c97c714887380d47eae7bfeff316bf01595ecd1d)), closes [#14873](https://github.com/bitnami/charts/issues/14873) +* [bitnami/mastodon] Release 1.0.3 (#14991) ([24011ee](https://github.com/bitnami/charts/commit/24011eebf1c43061e8da7f7d94e921266df8322d)), closes [#14991](https://github.com/bitnami/charts/issues/14991) ## 1.0.2 (2023-02-12) -* [bitnami/*] Change copyright date (#14682) ([add4ec7](https://github.com/bitnami/charts/commit/add4ec7)), closes [#14682](https://github.com/bitnami/charts/issues/14682) -* [bitnami/mastodon] Release 1.0.2 (#14849) ([ab796af](https://github.com/bitnami/charts/commit/ab796af)), closes [#14849](https://github.com/bitnami/charts/issues/14849) +* [bitnami/*] Change copyright date (#14682) ([add4ec7](https://github.com/bitnami/charts/commit/add4ec701108ac36ed4de2dffbdf407a0d091067)), closes [#14682](https://github.com/bitnami/charts/issues/14682) +* [bitnami/mastodon] Release 1.0.2 (#14849) ([ab796af](https://github.com/bitnami/charts/commit/ab796af867b9a7f2270f21b9775b784a0a15b1bf)), closes [#14849](https://github.com/bitnami/charts/issues/14849) ## 1.0.1 (2023-01-23) -* [bitnami/*] Unify READMEs (#14472) ([2064fb8](https://github.com/bitnami/charts/commit/2064fb8)), closes [#14472](https://github.com/bitnami/charts/issues/14472) -* [bitnami/mastodon] Update default Admin email (#14497) ([dcb391e](https://github.com/bitnami/charts/commit/dcb391e)), closes [#14497](https://github.com/bitnami/charts/issues/14497) +* [bitnami/*] Unify READMEs (#14472) ([2064fb8](https://github.com/bitnami/charts/commit/2064fb8dcc78a845cdede8211af8c3cc52551161)), closes [#14472](https://github.com/bitnami/charts/issues/14472) +* [bitnami/mastodon] Update default Admin email (#14497) ([dcb391e](https://github.com/bitnami/charts/commit/dcb391ea5841aa144623e32f43ec0bd076bffa05)), closes [#14497](https://github.com/bitnami/charts/issues/14497) ## 1.0.0 (2023-01-19) -* [bitnami/mastodon] Update MinIO subchart (#14447) ([8d0252d](https://github.com/bitnami/charts/commit/8d0252d)), closes [#14447](https://github.com/bitnami/charts/issues/14447) +* [bitnami/mastodon] Update MinIO subchart (#14447) ([8d0252d](https://github.com/bitnami/charts/commit/8d0252d3cc54c39b5b225aef6b1e292ae66f1f93)), closes [#14447](https://github.com/bitnami/charts/issues/14447) ## 0.1.3 (2023-01-17) -* [bitnami/*] Add license annotation and remove obsolete engine parameter (#14293) ([da2a794](https://github.com/bitnami/charts/commit/da2a794)), closes [#14293](https://github.com/bitnami/charts/issues/14293) -* [bitnami/*] Change licenses annotation format (#14377) ([0ab7608](https://github.com/bitnami/charts/commit/0ab7608)), closes [#14377](https://github.com/bitnami/charts/issues/14377) -* [bitnami/mastodon] Release 0.1.3 (#14338) ([0c75e5f](https://github.com/bitnami/charts/commit/0c75e5f)), closes [#14338](https://github.com/bitnami/charts/issues/14338) +* [bitnami/*] Add license annotation and remove obsolete engine parameter (#14293) ([da2a794](https://github.com/bitnami/charts/commit/da2a7943bae95b6e9b5b4ed972c15e990b69fdb0)), closes [#14293](https://github.com/bitnami/charts/issues/14293) +* [bitnami/*] Change licenses annotation format (#14377) ([0ab7608](https://github.com/bitnami/charts/commit/0ab760862c660fcc78cffadf8e1d8cdd70881473)), closes [#14377](https://github.com/bitnami/charts/issues/14377) +* [bitnami/mastodon] Release 0.1.3 (#14338) ([0c75e5f](https://github.com/bitnami/charts/commit/0c75e5f8c21f6863a1f643f820ac7504a7b3f3d6)), closes [#14338](https://github.com/bitnami/charts/issues/14338) ## 0.1.2 (2022-12-22) -* [bitnami/mastodon]: Fix chart installation (#14067) ([8f5731a](https://github.com/bitnami/charts/commit/8f5731a)), closes [#14067](https://github.com/bitnami/charts/issues/14067) +* [bitnami/mastodon]: Fix chart installation (#14067) ([8f5731a](https://github.com/bitnami/charts/commit/8f5731a21bd94333a2a4cf7afda83b924602e8c6)), closes [#14067](https://github.com/bitnami/charts/issues/14067) ## 0.1.1 (2022-12-16) -* [bitnami/mastodon] Release 0.1.1 (#13994) ([8afbd04](https://github.com/bitnami/charts/commit/8afbd04)), closes [#13994](https://github.com/bitnami/charts/issues/13994) +* [bitnami/mastodon] Release 0.1.1 (#13994) ([8afbd04](https://github.com/bitnami/charts/commit/8afbd04fdf4d5ea4f56d254f73d4bb36e028ebb2)), closes [#13994](https://github.com/bitnami/charts/issues/13994) ## 0.1.0 (2022-12-16) -* [bitnami/mastodon] feat: :tada: Add chart (#13976) ([445ec4b](https://github.com/bitnami/charts/commit/445ec4b)), closes [#13976](https://github.com/bitnami/charts/issues/13976) +* [bitnami/mastodon] feat: :tada: Add chart (#13976) ([445ec4b](https://github.com/bitnami/charts/commit/445ec4b7de948c0fce71ef686f3d99b10c7ccb63)), closes [#13976](https://github.com/bitnami/charts/issues/13976) diff --git a/bitnami/mastodon/Chart.yaml b/bitnami/mastodon/Chart.yaml index 0e9e751993a7b6..7f3af9aaa1b38f 100644 --- a/bitnami/mastodon/Chart.yaml +++ b/bitnami/mastodon/Chart.yaml @@ -49,4 +49,4 @@ maintainers: name: mastodon sources: - https://github.com/bitnami/charts/tree/main/bitnami/mastodon -version: 6.1.1 +version: 6.2.0 diff --git a/bitnami/mastodon/README.md b/bitnami/mastodon/README.md index e1778d3d8b2ac9..72d7f98c97e61b 100644 --- a/bitnami/mastodon/README.md +++ b/bitnami/mastodon/README.md @@ -368,6 +368,9 @@ The [Bitnami mastodon](https://github.com/bitnami/containers/tree/main/bitnami/m | `web.extraVolumeMounts` | Optionally specify extra list of additional volumeMounts for the Mastodon web container(s) | `[]` | | `web.sidecars` | Add additional sidecar containers to the Mastodon web pod(s) | `[]` | | `web.initContainers` | Add additional init containers to the Mastodon web pod(s) | `[]` | +| `web.pdb.create` | Enable/disable a Pod Disruption Budget creation | `true` | +| `web.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `""` | +| `web.pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `web.pdb.minAvailable` and `web.pdb.maxUnavailable` are empty. | `""` | ### Mastodon Web Traffic Exposure Parameters @@ -462,6 +465,9 @@ The [Bitnami mastodon](https://github.com/bitnami/containers/tree/main/bitnami/m | `sidekiq.extraVolumeMounts` | Optionally specify extra list of additional volumeMounts for the Mastodon sidekiq container(s) | `[]` | | `sidekiq.sidecars` | Add additional sidecar containers to the Mastodon sidekiq pod(s) | `[]` | | `sidekiq.initContainers` | Add additional init containers to the Mastodon sidekiq pod(s) | `[]` | +| `sidekiq.pdb.create` | Enable/disable a Pod Disruption Budget creation | `true` | +| `sidekiq.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `""` | +| `sidekiq.pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `sidekiq.pdb.minAvailable` and `sidekiq.pdb.maxUnavailable` are empty. | `""` | | `sidekiq.networkPolicy.enabled` | Enable creation of NetworkPolicy resources | `true` | | `sidekiq.networkPolicy.allowExternal` | The Policy model to apply | `true` | | `sidekiq.networkPolicy.allowExternalEgress` | Allow the pod to access any range of port and all destinations. | `true` | @@ -541,6 +547,9 @@ The [Bitnami mastodon](https://github.com/bitnami/containers/tree/main/bitnami/m | `streaming.extraVolumeMounts` | Optionally specify extra list of additional volumeMounts for the Mastodon streaming container(s) | `[]` | | `streaming.sidecars` | Add additional sidecar containers to the Mastodon streaming pod(s) | `[]` | | `streaming.initContainers` | Add additional init containers to the Mastodon streaming pod(s) | `[]` | +| `streaming.pdb.create` | Enable/disable a Pod Disruption Budget creation | `true` | +| `streaming.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `""` | +| `streaming.pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `streaming.pdb.minAvailable` and `streaming.pdb.maxUnavailable` are empty. | `""` | ### Mastodon Streaming Traffic Exposure Parameters diff --git a/bitnami/mastodon/templates/sidekiq/pdb.yaml b/bitnami/mastodon/templates/sidekiq/pdb.yaml new file mode 100644 index 00000000000000..337ee6fe35ccf8 --- /dev/null +++ b/bitnami/mastodon/templates/sidekiq/pdb.yaml @@ -0,0 +1,30 @@ +{{- /* +Copyright Broadcom, Inc. All Rights Reserved. +SPDX-License-Identifier: APACHE-2.0 +*/}} + +{{- if and (include "mastodon.web.domain" .) (or .Values.enableS3 .Values.persistence.enabled) .Values.sidekiq.pdb.create }} +apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} +kind: PodDisruptionBudget +metadata: + name: {{ template "mastodon.sidekiq.fullname" . }} + namespace: {{ include "common.names.namespace" . | quote }} + labels: {{- include "common.labels.standard" ( dict "customLabels" .Values.commonLabels "context" $ ) | nindent 4 }} + app.kubernetes.io/part-of: mastodon + app.kubernetes.io/component: sidekiq + {{- if .Values.commonAnnotations }} + annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }} + {{- end }} +spec: + {{- if .Values.sidekiq.pdb.minAvailable }} + minAvailable: {{ .Values.sidekiq.pdb.minAvailable }} + {{- end }} + {{- if or .Values.sidekiq.pdb.maxUnavailable ( not .Values.sidekiq.pdb.minAvailable ) }} + maxUnavailable: {{ .Values.sidekiq.pdb.maxUnavailable | default 1 }} + {{- end }} + {{- $podLabels := include "common.tplvalues.merge" ( dict "values" ( list .Values.sidekiq.podLabels .Values.commonLabels ) "context" . ) }} + selector: + matchLabels: {{- include "common.labels.matchLabels" ( dict "customLabels" $podLabels "context" $ ) | nindent 6 }} + app.kubernetes.io/part-of: mastodon + app.kubernetes.io/component: sidekiq +{{- end }} diff --git a/bitnami/mastodon/templates/streaming/pdb.yaml b/bitnami/mastodon/templates/streaming/pdb.yaml new file mode 100644 index 00000000000000..789f82179a74ba --- /dev/null +++ b/bitnami/mastodon/templates/streaming/pdb.yaml @@ -0,0 +1,30 @@ +{{- /* +Copyright Broadcom, Inc. All Rights Reserved. +SPDX-License-Identifier: APACHE-2.0 +*/}} + +{{- if and (include "mastodon.web.domain" .) (or .Values.enableS3 .Values.persistence.enabled) .Values.streaming.pdb.create }} +apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} +kind: PodDisruptionBudget +metadata: + name: {{ template "mastodon.streaming.fullname" . }} + namespace: {{ include "common.names.namespace" . | quote }} + labels: {{- include "common.labels.standard" ( dict "customLabels" .Values.commonLabels "context" $ ) | nindent 4 }} + app.kubernetes.io/part-of: mastodon + app.kubernetes.io/component: streaming + {{- if .Values.commonAnnotations }} + annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }} + {{- end }} +spec: + {{- if .Values.streaming.pdb.minAvailable }} + minAvailable: {{ .Values.streaming.pdb.minAvailable }} + {{- end }} + {{- if or .Values.streaming.pdb.maxUnavailable ( not .Values.streaming.pdb.minAvailable ) }} + maxUnavailable: {{ .Values.streaming.pdb.maxUnavailable | default 1 }} + {{- end }} + {{- $podLabels := include "common.tplvalues.merge" ( dict "values" ( list .Values.streaming.podLabels .Values.commonLabels ) "context" . ) }} + selector: + matchLabels: {{- include "common.labels.matchLabels" ( dict "customLabels" $podLabels "context" $ ) | nindent 6 }} + app.kubernetes.io/part-of: mastodon + app.kubernetes.io/component: streaming +{{- end }} diff --git a/bitnami/mastodon/templates/web/pdb.yaml b/bitnami/mastodon/templates/web/pdb.yaml new file mode 100644 index 00000000000000..c01a7fe574f29f --- /dev/null +++ b/bitnami/mastodon/templates/web/pdb.yaml @@ -0,0 +1,30 @@ +{{- /* +Copyright Broadcom, Inc. All Rights Reserved. +SPDX-License-Identifier: APACHE-2.0 +*/}} + +{{- if and (include "mastodon.web.domain" .) (or .Values.enableS3 .Values.persistence.enabled) .Values.web.pdb.create }} +apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} +kind: PodDisruptionBudget +metadata: + name: {{ template "mastodon.web.fullname" . }} + namespace: {{ include "common.names.namespace" . | quote }} + labels: {{- include "common.labels.standard" ( dict "customLabels" .Values.commonLabels "context" $ ) | nindent 4 }} + app.kubernetes.io/part-of: mastodon + app.kubernetes.io/component: web + {{- if .Values.commonAnnotations }} + annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }} + {{- end }} +spec: + {{- if .Values.web.pdb.minAvailable }} + minAvailable: {{ .Values.web.pdb.minAvailable }} + {{- end }} + {{- if or .Values.web.pdb.maxUnavailable ( not .Values.web.pdb.minAvailable ) }} + maxUnavailable: {{ .Values.web.pdb.maxUnavailable | default 1 }} + {{- end }} + {{- $podLabels := include "common.tplvalues.merge" ( dict "values" ( list .Values.web.podLabels .Values.commonLabels ) "context" . ) }} + selector: + matchLabels: {{- include "common.labels.matchLabels" ( dict "customLabels" $podLabels "context" $ ) | nindent 6 }} + app.kubernetes.io/part-of: mastodon + app.kubernetes.io/component: web +{{- end }} diff --git a/bitnami/mastodon/values.yaml b/bitnami/mastodon/values.yaml index 433d5fb9017c1b..205e60c56a1858 100644 --- a/bitnami/mastodon/values.yaml +++ b/bitnami/mastodon/values.yaml @@ -473,6 +473,16 @@ web: ## command: ['sh', '-c', 'echo "hello world"'] ## initContainers: [] + ## Pod Disruption Budget configuration + ## ref: https://kubernetes.io/docs/tasks/run-application/configure-pdb + ## @param web.pdb.create Enable/disable a Pod Disruption Budget creation + ## @param web.pdb.minAvailable Minimum number/percentage of pods that should remain scheduled + ## @param web.pdb.maxUnavailable Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `web.pdb.minAvailable` and `web.pdb.maxUnavailable` are empty. + ## + pdb: + create: true + minAvailable: "" + maxUnavailable: "" ## @section Mastodon Web Traffic Exposure Parameters ## service: @@ -822,6 +832,16 @@ sidekiq: ## command: ['sh', '-c', 'echo "hello world"'] ## initContainers: [] + ## Pod Disruption Budget configuration + ## ref: https://kubernetes.io/docs/tasks/run-application/configure-pdb + ## @param sidekiq.pdb.create Enable/disable a Pod Disruption Budget creation + ## @param sidekiq.pdb.minAvailable Minimum number/percentage of pods that should remain scheduled + ## @param sidekiq.pdb.maxUnavailable Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `sidekiq.pdb.minAvailable` and `sidekiq.pdb.maxUnavailable` are empty. + ## + pdb: + create: true + minAvailable: "" + maxUnavailable: "" ## Network Policy configuration ## ref: https://kubernetes.io/docs/concepts/services-networking/network-policies/ ## @@ -1122,6 +1142,16 @@ streaming: ## command: ['sh', '-c', 'echo "hello world"'] ## initContainers: [] + ## Pod Disruption Budget configuration + ## ref: https://kubernetes.io/docs/tasks/run-application/configure-pdb + ## @param streaming.pdb.create Enable/disable a Pod Disruption Budget creation + ## @param streaming.pdb.minAvailable Minimum number/percentage of pods that should remain scheduled + ## @param streaming.pdb.maxUnavailable Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `streaming.pdb.minAvailable` and `streaming.pdb.maxUnavailable` are empty. + ## + pdb: + create: true + minAvailable: "" + maxUnavailable: "" ## @section Mastodon Streaming Traffic Exposure Parameters ## service: From 1a2abfea3c23519c3d202049cf5a4cb893df253c Mon Sep 17 00:00:00 2001 From: Fran Mulero Date: Thu, 30 May 2024 09:42:55 +0200 Subject: [PATCH 104/110] [bitnami/joomla] Enable PodDisruptionBudgets (#26498) * [bitnami/joomla] Enable PodDisruptionBudgets Signed-off-by: Fran Mulero * Update CHANGELOG.md Signed-off-by: Bitnami Containers * Skip markdown linter Signed-off-by: Fran Mulero * Update CHANGELOG.md Signed-off-by: Bitnami Containers --------- Signed-off-by: Fran Mulero Signed-off-by: Bitnami Containers Co-authored-by: Bitnami Containers --- bitnami/joomla/CHANGELOG.md | 8 ++++++-- bitnami/joomla/Chart.yaml | 2 +- bitnami/joomla/README.md | 5 ++++- bitnami/joomla/templates/pdb.yaml | 28 ++++++++++++++++++++++++++++ bitnami/joomla/values.yaml | 10 ++++++++++ 5 files changed, 49 insertions(+), 4 deletions(-) create mode 100644 bitnami/joomla/templates/pdb.yaml diff --git a/bitnami/joomla/CHANGELOG.md b/bitnami/joomla/CHANGELOG.md index 613eeda983c518..5836cb2b261ea5 100644 --- a/bitnami/joomla/CHANGELOG.md +++ b/bitnami/joomla/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog -## 19.1.1 (2024-05-28) +## 19.2.0 (2024-05-29) -* [bitnami/joomla] Release 19.1.1 ([#26518](https://github.com/bitnami/charts/pull/26518)) +* [bitnami/joomla] Enable PodDisruptionBudgets ([#26498](https://github.com/bitnami/charts/pull/26498)) + +## 19.1.1 (2024-05-28) + +* [bitnami/joomla] Release 19.1.1 (#26518) ([ba7a123](https://github.com/bitnami/charts/commit/ba7a1236f7a4cf87ed14d5008250bdfed0f967fc)), closes [#26518](https://github.com/bitnami/charts/issues/26518) ## 19.1.0 (2024-05-21) diff --git a/bitnami/joomla/Chart.yaml b/bitnami/joomla/Chart.yaml index 1c17522d8e55b7..4aefe20f6d237c 100644 --- a/bitnami/joomla/Chart.yaml +++ b/bitnami/joomla/Chart.yaml @@ -36,4 +36,4 @@ maintainers: name: joomla sources: - https://github.com/bitnami/charts/tree/main/bitnami/joomla -version: 19.1.1 +version: 19.2.0 diff --git a/bitnami/joomla/README.md b/bitnami/joomla/README.md index 18bd9e646a813e..a08e0df1172d82 100644 --- a/bitnami/joomla/README.md +++ b/bitnami/joomla/README.md @@ -1,5 +1,5 @@ - + # Bitnami package for Joomla! Joomla! is an award winning open source CMS platform for building websites and applications. It includes page caching, page compression and Let's Encrypt auto-configuration support. @@ -171,6 +171,9 @@ You may want to review the [PV reclaim policy](https://kubernetes.io/docs/tasks/ | `extraVolumes` | Array of extra volumes to be added to the deployment (evaluated as template). Requires setting `extraVolumeMounts` | `[]` | | `extraVolumeMounts` | Array of extra volume mounts to be added to the container (evaluated as template). Normally used with `extraVolumes` | `[]` | | `initContainers` | Add additional init containers to the pod (evaluated as a template) | `[]` | +| `pdb.create` | Enable/disable a Pod Disruption Budget creation | `true` | +| `pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `""` | +| `pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `pdb.minAvailable` and `pdb.maxUnavailable` are empty. | `""` | | `sidecars` | Attach additional containers to the pod (evaluated as a template) | `[]` | | `existingSecret` | Name of a secret with the application password | `""` | | `smtpHost` | SMTP host | `""` | diff --git a/bitnami/joomla/templates/pdb.yaml b/bitnami/joomla/templates/pdb.yaml new file mode 100644 index 00000000000000..78cdfe4526da0b --- /dev/null +++ b/bitnami/joomla/templates/pdb.yaml @@ -0,0 +1,28 @@ +{{- /* +Copyright Broadcom, Inc. All Rights Reserved. +SPDX-License-Identifier: APACHE-2.0 +*/}} + +{{- if .Values.pdb.create }} +apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} +kind: PodDisruptionBudget +metadata: + name: {{ include "common.names.fullname" . }} + namespace: {{ include "common.names.namespace" . | quote }} + labels: {{- include "common.labels.standard" ( dict "customLabels" .Values.commonLabels "context" $ ) | nindent 4 }} + app.kubernetes.io/component: joomla + {{- if .Values.commonAnnotations }} + annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }} + {{- end }} +spec: + {{- if .Values.pdb.minAvailable }} + minAvailable: {{ .Values.pdb.minAvailable }} + {{- end }} + {{- if or .Values.pdb.maxUnavailable ( not .Values.pdb.minAvailable ) }} + maxUnavailable: {{ .Values.pdb.maxUnavailable | default 1 }} + {{- end }} + {{- $podLabels := include "common.tplvalues.merge" ( dict "values" ( list .Values.podLabels .Values.commonLabels ) "context" . ) }} + selector: + matchLabels: {{- include "common.labels.matchLabels" ( dict "customLabels" $podLabels "context" $ ) | nindent 6 }} + app.kubernetes.io/component: joomla +{{- end }} diff --git a/bitnami/joomla/values.yaml b/bitnami/joomla/values.yaml index 28ce164f42b8cd..1735314baf4738 100644 --- a/bitnami/joomla/values.yaml +++ b/bitnami/joomla/values.yaml @@ -156,6 +156,16 @@ extraVolumeMounts: [] ## @param initContainers Add additional init containers to the pod (evaluated as a template) ## initContainers: [] +## Pod Disruption Budget configuration +## ref: https://kubernetes.io/docs/tasks/run-application/configure-pdb +## @param pdb.create Enable/disable a Pod Disruption Budget creation +## @param pdb.minAvailable Minimum number/percentage of pods that should remain scheduled +## @param pdb.maxUnavailable Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `pdb.minAvailable` and `pdb.maxUnavailable` are empty. +## +pdb: + create: true + minAvailable: "" + maxUnavailable: "" ## @param sidecars Attach additional containers to the pod (evaluated as a template) ## sidecars: [] From eb7104dd964583eb0ee964cdbd90dad5e000159b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20J=2E=20Salmer=C3=B3n-Garc=C3=ADa?= Date: Thu, 30 May 2024 09:44:37 +0200 Subject: [PATCH 105/110] [bitnami/fluentd] fix: :bug: Only check replaced images when set (#26506) * [bitnami/fluentd] fix: :bug: Only check replaced images when set Signed-off-by: Javier Salmeron Garcia * Update CHANGELOG.md Signed-off-by: Bitnami Containers --------- Signed-off-by: Javier Salmeron Garcia Signed-off-by: Bitnami Containers Co-authored-by: Bitnami Containers --- bitnami/fluentd/CHANGELOG.md | 6 +++++- bitnami/fluentd/Chart.yaml | 2 +- bitnami/fluentd/templates/NOTES.txt | 9 ++++++++- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/bitnami/fluentd/CHANGELOG.md b/bitnami/fluentd/CHANGELOG.md index 7f45b2b6a5f58c..a65f75fa70f22b 100644 --- a/bitnami/fluentd/CHANGELOG.md +++ b/bitnami/fluentd/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog +## 6.5.1 (2024-05-28) + +* [bitnami/fluentd] fix: :bug: Only check replaced images when set ([#26506](https://github.com/bitnami/charts/pull/26506)) + ## 6.5.0 (2024-05-28) -* [bitnami/fluentd] add extra gems extensions volume on forwarders ([#26489](https://github.com/bitnami/charts/pull/26489)) +* [bitnami/fluentd] add extra gems extensions volume on forwarders (#26489) ([64c2708](https://github.com/bitnami/charts/commit/64c27084c6f03dc505a30ad77852a38c46ddf1f5)), closes [#26489](https://github.com/bitnami/charts/issues/26489) ## 6.4.0 (2024-05-27) diff --git a/bitnami/fluentd/Chart.yaml b/bitnami/fluentd/Chart.yaml index 4999ab4dd39779..b4ebec576570b0 100644 --- a/bitnami/fluentd/Chart.yaml +++ b/bitnami/fluentd/Chart.yaml @@ -30,4 +30,4 @@ maintainers: name: fluentd sources: - https://github.com/bitnami/charts/tree/main/bitnami/fluentd -version: 6.5.0 +version: 6.5.1 diff --git a/bitnami/fluentd/templates/NOTES.txt b/bitnami/fluentd/templates/NOTES.txt index b451884c5745e6..4edd15bdd3737f 100644 --- a/bitnami/fluentd/templates/NOTES.txt +++ b/bitnami/fluentd/templates/NOTES.txt @@ -54,4 +54,11 @@ In order to replicate the container startup scripts execute this command: {{- include "fluentd.validateValues" . }} {{- include "fluentd.checkRollingTags" . -}} {{- include "common.warnings.resources" (dict "sections" (list "aggregator" "forwarder") "context" $) }} -{{- include "common.warnings.modifiedImages" (dict "images" (list .Values.image .Values.forwarder.image .Values.aggregator.image) "context" $) }} \ No newline at end of file +{{- $imagesToCheck := (list .Values.image) }} +{{- if .Values.forwarder.image.repository }} +{{- $imagesToCheck = append $imagesToCheck .Values.forwarder.image }} +{{- end }} +{{- if .Values.aggregator.image.repository }} +{{- $imagesToCheck = append $imagesToCheck .Values.aggregator.image }} +{{- end }} +{{- include "common.warnings.modifiedImages" (dict "images" $imagesToCheck "context" $) }} \ No newline at end of file From b5de08fa965b07a74fd2611cfc4e3a962463f6b5 Mon Sep 17 00:00:00 2001 From: Fran Mulero Date: Thu, 30 May 2024 09:45:11 +0200 Subject: [PATCH 106/110] [bitnami/discourse] Enable PodDisruptionBudgets (#26425) * [bitnami/discourse] Enable PodDisruptionBudgets Signed-off-by: Fran Mulero * Update CHANGELOG.md Signed-off-by: Bitnami Containers --------- Signed-off-by: Fran Mulero Signed-off-by: Bitnami Containers Co-authored-by: Bitnami Containers --- bitnami/discourse/CHANGELOG.md | 589 ++++++++++++++------------- bitnami/discourse/Chart.lock | 8 +- bitnami/discourse/Chart.yaml | 2 +- bitnami/discourse/README.md | 103 ++--- bitnami/discourse/templates/pdb.yaml | 26 ++ bitnami/discourse/values.yaml | 10 + 6 files changed, 391 insertions(+), 347 deletions(-) create mode 100644 bitnami/discourse/templates/pdb.yaml diff --git a/bitnami/discourse/CHANGELOG.md b/bitnami/discourse/CHANGELOG.md index d69e39c84f0255..438a05c04172e4 100644 --- a/bitnami/discourse/CHANGELOG.md +++ b/bitnami/discourse/CHANGELOG.md @@ -1,974 +1,979 @@ # Changelog +## 13.2.0 (2024-05-24) + +* [bitnami/discourse] Enable PodDisruptionBudgets ([#26425](https://github.com/bitnami/charts/pull/26425)) + ## 13.1.0 (2024-05-21) -* [bitnami/discourse] feat: :sparkles: :lock: Add warning when original images are replaced ([#26193](https://github.com/bitnami/charts/pulls/26193)) +* [bitnami/*] ci: :construction_worker: Add tag and changelog support (#25359) ([91c707c](https://github.com/bitnami/charts/commit/91c707c9e4e574725a09505d2d313fb93f1b4c0a)), closes [#25359](https://github.com/bitnami/charts/issues/25359) +* [bitnami/discourse] feat: :sparkles: :lock: Add warning when original images are replaced (#26193) ([249c0f9](https://github.com/bitnami/charts/commit/249c0f962bbb1f423f48e84d03910eccb03dc19c)), closes [#26193](https://github.com/bitnami/charts/issues/26193) ## 13.0.7 (2024-05-20) -* [bitnami/discourse] Use different liveness/readiness probes (#26119) ([6c08d62](https://github.com/bitnami/charts/commit/6c08d62)), closes [#26119](https://github.com/bitnami/charts/issues/26119) +* [bitnami/discourse] Use different liveness/readiness probes (#26119) ([6c08d62](https://github.com/bitnami/charts/commit/6c08d62efba3524bc16192666f13f159406e6b95)), closes [#26119](https://github.com/bitnami/charts/issues/26119) ## 13.0.6 (2024-05-18) -* [bitnami/discourse] Release 13.0.6 updating components versions (#26006) ([946cf18](https://github.com/bitnami/charts/commit/946cf18)), closes [#26006](https://github.com/bitnami/charts/issues/26006) +* [bitnami/discourse] Release 13.0.6 updating components versions (#26006) ([946cf18](https://github.com/bitnami/charts/commit/946cf18345500b4beac3a193515d87273672e3cc)), closes [#26006](https://github.com/bitnami/charts/issues/26006) ## 13.0.5 (2024-05-15) -* [bitnami/discourse] Release 13.0.5 updating components versions (#25939) ([4b89068](https://github.com/bitnami/charts/commit/4b89068)), closes [#25939](https://github.com/bitnami/charts/issues/25939) +* [bitnami/discourse] Release 13.0.5 updating components versions (#25939) ([4b89068](https://github.com/bitnami/charts/commit/4b89068b8267e4b115c676064d092a05813953cc)), closes [#25939](https://github.com/bitnami/charts/issues/25939) ## 13.0.4 (2024-05-14) -* [bitnami/*] Change non-root and rolling-tags doc URLs (#25628) ([b067c94](https://github.com/bitnami/charts/commit/b067c94)), closes [#25628](https://github.com/bitnami/charts/issues/25628) -* [bitnami/*] Set new header/owner (#25558) ([8d1dc11](https://github.com/bitnami/charts/commit/8d1dc11)), closes [#25558](https://github.com/bitnami/charts/issues/25558) -* [bitnami/discourse] Release 13.0.4 updating components versions (#25767) ([4ee56a4](https://github.com/bitnami/charts/commit/4ee56a4)), closes [#25767](https://github.com/bitnami/charts/issues/25767) +* [bitnami/*] Change non-root and rolling-tags doc URLs (#25628) ([b067c94](https://github.com/bitnami/charts/commit/b067c94f6bcde427863c197fd355f0b5ba12ff5b)), closes [#25628](https://github.com/bitnami/charts/issues/25628) +* [bitnami/*] Set new header/owner (#25558) ([8d1dc11](https://github.com/bitnami/charts/commit/8d1dc11f5fb30db6fba50c43d7af59d2f79deed3)), closes [#25558](https://github.com/bitnami/charts/issues/25558) +* [bitnami/discourse] Release 13.0.4 updating components versions (#25767) ([4ee56a4](https://github.com/bitnami/charts/commit/4ee56a46786dba2b8e32934a4dc0acb399da36e0)), closes [#25767](https://github.com/bitnami/charts/issues/25767) ## 13.0.3 (2024-04-26) -* [bitnami/discourse] Release 13.0.3 updating components versions (#25409) ([a92fc24](https://github.com/bitnami/charts/commit/a92fc24)), closes [#25409](https://github.com/bitnami/charts/issues/25409) -* [bitnami/multiple charts] Fix typo: "NetworkPolice" vs "NetworkPolicy" (#25348) ([6970c1b](https://github.com/bitnami/charts/commit/6970c1b)), closes [#25348](https://github.com/bitnami/charts/issues/25348) -* Replace VMware by Broadcom copyright text (#25306) ([a5e4bd0](https://github.com/bitnami/charts/commit/a5e4bd0)), closes [#25306](https://github.com/bitnami/charts/issues/25306) +* [bitnami/discourse] Release 13.0.3 updating components versions (#25409) ([a92fc24](https://github.com/bitnami/charts/commit/a92fc24193f44f3c8bfedac97173b49fc4191d09)), closes [#25409](https://github.com/bitnami/charts/issues/25409) +* [bitnami/multiple charts] Fix typo: "NetworkPolice" vs "NetworkPolicy" (#25348) ([6970c1b](https://github.com/bitnami/charts/commit/6970c1ba245873506e73d459c6eac1e4919b778f)), closes [#25348](https://github.com/bitnami/charts/issues/25348) +* Replace VMware by Broadcom copyright text (#25306) ([a5e4bd0](https://github.com/bitnami/charts/commit/a5e4bd0e35e419203793976a78d9d0a13de92c76)), closes [#25306](https://github.com/bitnami/charts/issues/25306) ## 13.0.2 (2024-04-15) -* [bitnami/discourse] fix: :bug: Remove incorrect CHMOD capability (#24932) ([e31f0ef](https://github.com/bitnami/charts/commit/e31f0ef)), closes [#24932](https://github.com/bitnami/charts/issues/24932) +* [bitnami/discourse] fix: :bug: Remove incorrect CHMOD capability (#24932) ([e31f0ef](https://github.com/bitnami/charts/commit/e31f0ef3763179ce15417d6b1b8ff1848b926471)), closes [#24932](https://github.com/bitnami/charts/issues/24932) ## 13.0.1 (2024-04-05) -* [bitnami/discourse] Release 13.0.1 (#24992) ([cd036b8](https://github.com/bitnami/charts/commit/cd036b8)), closes [#24992](https://github.com/bitnami/charts/issues/24992) +* [bitnami/discourse] Release 13.0.1 (#24992) ([cd036b8](https://github.com/bitnami/charts/commit/cd036b8ecbb8fc052f06139a3dc9da1f5876c67c)), closes [#24992](https://github.com/bitnami/charts/issues/24992) ## 13.0.0 (2024-04-04) -* [bitnami/discourse] feat!: :lock: :boom: Improve security defaults (#24787) ([4a05fd0](https://github.com/bitnami/charts/commit/4a05fd0)), closes [#24787](https://github.com/bitnami/charts/issues/24787) -* Update resourcesPreset comments (#24467) ([92e3e8a](https://github.com/bitnami/charts/commit/92e3e8a)), closes [#24467](https://github.com/bitnami/charts/issues/24467) +* [bitnami/discourse] feat!: :lock: :boom: Improve security defaults (#24787) ([4a05fd0](https://github.com/bitnami/charts/commit/4a05fd060f4f57645e024b3ad1a435d45cb882ec)), closes [#24787](https://github.com/bitnami/charts/issues/24787) +* Update resourcesPreset comments (#24467) ([92e3e8a](https://github.com/bitnami/charts/commit/92e3e8a507326d2a20a8f10ab3e7746a2ec5c554)), closes [#24467](https://github.com/bitnami/charts/issues/24467) ## 12.8.0 (2024-03-20) -* [bitnami/*] Reorder Chart sections (#24455) ([0cf4048](https://github.com/bitnami/charts/commit/0cf4048)), closes [#24455](https://github.com/bitnami/charts/issues/24455) -* [bitnami/discourse] Update plugins to compatible versions (#23931) ([586bbc4](https://github.com/bitnami/charts/commit/586bbc4)), closes [#23931](https://github.com/bitnami/charts/issues/23931) +* [bitnami/*] Reorder Chart sections (#24455) ([0cf4048](https://github.com/bitnami/charts/commit/0cf4048e8743f70a9753d460655bd030cbff6824)), closes [#24455](https://github.com/bitnami/charts/issues/24455) +* [bitnami/discourse] Update plugins to compatible versions (#23931) ([586bbc4](https://github.com/bitnami/charts/commit/586bbc45f6454291d149838a3f4e3108b5f1f583)), closes [#23931](https://github.com/bitnami/charts/issues/23931) ## 12.7.3 (2024-03-15) -* [bitnami/discourse] Release 12.7.3 updating components versions (#24476) ([e44e0f8](https://github.com/bitnami/charts/commit/e44e0f8)), closes [#24476](https://github.com/bitnami/charts/issues/24476) +* [bitnami/discourse] Release 12.7.3 updating components versions (#24476) ([e44e0f8](https://github.com/bitnami/charts/commit/e44e0f8dafcde9fb936675d8880fdf9a5b6fe020)), closes [#24476](https://github.com/bitnami/charts/issues/24476) ## 12.7.2 (2024-03-13) -* [bitnami/discourse] Update chart deps (#24395) ([05921be](https://github.com/bitnami/charts/commit/05921be)), closes [#24395](https://github.com/bitnami/charts/issues/24395) +* [bitnami/discourse] Update chart deps (#24395) ([05921be](https://github.com/bitnami/charts/commit/05921be438045cc18471a61c3f79c517364590c4)), closes [#24395](https://github.com/bitnami/charts/issues/24395) ## 12.7.1 (2024-03-08) -* [bitnami/discourse] Release 12.7.1 updating components versions (#24294) ([fa2e3d6](https://github.com/bitnami/charts/commit/fa2e3d6)), closes [#24294](https://github.com/bitnami/charts/issues/24294) +* [bitnami/discourse] Release 12.7.1 updating components versions (#24294) ([fa2e3d6](https://github.com/bitnami/charts/commit/fa2e3d674bf7d509d1a3660ca0363b5f8fc138b7)), closes [#24294](https://github.com/bitnami/charts/issues/24294) ## 12.7.0 (2024-03-06) -* [bitnami/discourse] feat: :sparkles: :lock: Add automatic adaptation for Openshift restricted-v2 SCC ([da4135e](https://github.com/bitnami/charts/commit/da4135e)), closes [#24074](https://github.com/bitnami/charts/issues/24074) +* [bitnami/discourse] feat: :sparkles: :lock: Add automatic adaptation for Openshift restricted-v2 SCC ([da4135e](https://github.com/bitnami/charts/commit/da4135e242f6955a1d586a7fdbf915f885fee063)), closes [#24074](https://github.com/bitnami/charts/issues/24074) ## 12.6.2 (2024-02-22) -* [bitnami/discourse] Release 12.6.2 updating components versions (#23847) ([b8295f5](https://github.com/bitnami/charts/commit/b8295f5)), closes [#23847](https://github.com/bitnami/charts/issues/23847) +* [bitnami/discourse] Release 12.6.2 updating components versions (#23847) ([b8295f5](https://github.com/bitnami/charts/commit/b8295f50c2015769d046f9a88381d1681f18001a)), closes [#23847](https://github.com/bitnami/charts/issues/23847) ## 12.6.1 (2024-02-22) -* [bitnami/discourse] Release 12.6.1 (#23640) ([748d938](https://github.com/bitnami/charts/commit/748d938)), closes [#23640](https://github.com/bitnami/charts/issues/23640) +* [bitnami/discourse] Release 12.6.1 (#23640) ([748d938](https://github.com/bitnami/charts/commit/748d938e8ef8419a0c183344f384af71c93ce4e8)), closes [#23640](https://github.com/bitnami/charts/issues/23640) ## 12.6.0 (2024-02-20) -* [bitnami/*] Bump all versions (#23602) ([b70ee2a](https://github.com/bitnami/charts/commit/b70ee2a)), closes [#23602](https://github.com/bitnami/charts/issues/23602) +* [bitnami/*] Bump all versions (#23602) ([b70ee2a](https://github.com/bitnami/charts/commit/b70ee2a30e4dc256bf0ac52928fb2fa7a70f049b)), closes [#23602](https://github.com/bitnami/charts/issues/23602) ## 12.5.0 (2024-02-16) -* [bitnami/discourse] feat: :sparkles: :lock: Add resource preset support (#23441) ([38b444c](https://github.com/bitnami/charts/commit/38b444c)), closes [#23441](https://github.com/bitnami/charts/issues/23441) +* [bitnami/discourse] feat: :sparkles: :lock: Add resource preset support (#23441) ([38b444c](https://github.com/bitnami/charts/commit/38b444c6d43a0fe918c218cb959a62489345394d)), closes [#23441](https://github.com/bitnami/charts/issues/23441) ## 12.4.2 (2024-02-15) -* [bitnami/discourse] Release 12.4.2 (#23534) ([5dab0c4](https://github.com/bitnami/charts/commit/5dab0c4)), closes [#23534](https://github.com/bitnami/charts/issues/23534) +* [bitnami/discourse] Release 12.4.2 (#23534) ([5dab0c4](https://github.com/bitnami/charts/commit/5dab0c4973c03ed42e546764d1a3d0b6a9137067)), closes [#23534](https://github.com/bitnami/charts/issues/23534) ## 12.4.1 (2024-01-25) -* [bitnami/*] Move documentation sections from docs.bitnami.com back to the README (#22203) ([7564f36](https://github.com/bitnami/charts/commit/7564f36)), closes [#22203](https://github.com/bitnami/charts/issues/22203) -* [bitnami/discourse] fix: :bug: Set seLinuxOptions to null for Openshift compatibility (#22579) ([d616d9e](https://github.com/bitnami/charts/commit/d616d9e)), closes [#22579](https://github.com/bitnami/charts/issues/22579) +* [bitnami/*] Move documentation sections from docs.bitnami.com back to the README (#22203) ([7564f36](https://github.com/bitnami/charts/commit/7564f36ca1e95ff30ee686652b7ab8690561a707)), closes [#22203](https://github.com/bitnami/charts/issues/22203) +* [bitnami/discourse] fix: :bug: Set seLinuxOptions to null for Openshift compatibility (#22579) ([d616d9e](https://github.com/bitnami/charts/commit/d616d9e4df5f71b86b3a65257fc1a92816f8ba43)), closes [#22579](https://github.com/bitnami/charts/issues/22579) ## 12.4.0 (2024-01-19) -* [bitnami/discourse] fix: :lock: Move service-account token auto-mount to pod declaration (#22394) ([c471e36](https://github.com/bitnami/charts/commit/c471e36)), closes [#22394](https://github.com/bitnami/charts/issues/22394) +* [bitnami/discourse] fix: :lock: Move service-account token auto-mount to pod declaration (#22394) ([c471e36](https://github.com/bitnami/charts/commit/c471e36129129f27bd911ae0bab39af6bb0f62a0)), closes [#22394](https://github.com/bitnami/charts/issues/22394) ## 12.3.0 (2024-01-16) -* [bitnami/discourse] fix: :lock: Improve podSecurityContext and containerSecurityContext with essenti ([7654446](https://github.com/bitnami/charts/commit/7654446)), closes [#22110](https://github.com/bitnami/charts/issues/22110) +* [bitnami/discourse] fix: :lock: Improve podSecurityContext and containerSecurityContext with essenti ([7654446](https://github.com/bitnami/charts/commit/76544468d99e25e3674c32682942d7a6e280d3d4)), closes [#22110](https://github.com/bitnami/charts/issues/22110) ## 12.2.1 (2024-01-15) -* [bitnami/*] Fix ref links (in comments) (#21822) ([e4fa296](https://github.com/bitnami/charts/commit/e4fa296)), closes [#21822](https://github.com/bitnami/charts/issues/21822) -* [bitnami/discourse] fix: :lock: Do not use the default service account (#21992) ([a9634c9](https://github.com/bitnami/charts/commit/a9634c9)), closes [#21992](https://github.com/bitnami/charts/issues/21992) +* [bitnami/*] Fix ref links (in comments) (#21822) ([e4fa296](https://github.com/bitnami/charts/commit/e4fa296106b225cf8c82445727c675c7c725e380)), closes [#21822](https://github.com/bitnami/charts/issues/21822) +* [bitnami/discourse] fix: :lock: Do not use the default service account (#21992) ([a9634c9](https://github.com/bitnami/charts/commit/a9634c9fc9376fb9db2c46945210f3601c79e66f)), closes [#21992](https://github.com/bitnami/charts/issues/21992) ## 12.2.0 (2024-01-10) -* [bitnami/*] Fix docs.bitnami.com broken links (#21901) ([f35506d](https://github.com/bitnami/charts/commit/f35506d)), closes [#21901](https://github.com/bitnami/charts/issues/21901) -* [bitnami/discourse] feat: :sparkles: Add seccompProfile to containerSecurityContext (#21915) ([23b82b8](https://github.com/bitnami/charts/commit/23b82b8)), closes [#21915](https://github.com/bitnami/charts/issues/21915) +* [bitnami/*] Fix docs.bitnami.com broken links (#21901) ([f35506d](https://github.com/bitnami/charts/commit/f35506d2dadee4f097986e7792df1f53ab215b5d)), closes [#21901](https://github.com/bitnami/charts/issues/21901) +* [bitnami/discourse] feat: :sparkles: Add seccompProfile to containerSecurityContext (#21915) ([23b82b8](https://github.com/bitnami/charts/commit/23b82b812499d52d9d3bab6798d7248bc48c1fb2)), closes [#21915](https://github.com/bitnami/charts/issues/21915) ## 12.1.2 (2024-01-03) -* [bitnami/*] Update copyright: Year and company (#21815) ([6c4bf75](https://github.com/bitnami/charts/commit/6c4bf75)), closes [#21815](https://github.com/bitnami/charts/issues/21815) -* [bitnami/discourse] Release 12.1.2 updating components versions (#21834) ([1a307c8](https://github.com/bitnami/charts/commit/1a307c8)), closes [#21834](https://github.com/bitnami/charts/issues/21834) +* [bitnami/*] Update copyright: Year and company (#21815) ([6c4bf75](https://github.com/bitnami/charts/commit/6c4bf75dec58fc7c9aee9f089777b1a858c17d5b)), closes [#21815](https://github.com/bitnami/charts/issues/21815) +* [bitnami/discourse] Release 12.1.2 updating components versions (#21834) ([1a307c8](https://github.com/bitnami/charts/commit/1a307c8b5172e1854db1a1da51179d7cd06fd222)), closes [#21834](https://github.com/bitnami/charts/issues/21834) ## 12.1.1 (2023-12-31) -* [bitnami/discourse] Release 12.1.1 updating components versions (#21799) ([d8fbbdf](https://github.com/bitnami/charts/commit/d8fbbdf)), closes [#21799](https://github.com/bitnami/charts/issues/21799) +* [bitnami/discourse] Release 12.1.1 updating components versions (#21799) ([d8fbbdf](https://github.com/bitnami/charts/commit/d8fbbdfce220fb6514db7ac79e0d4f51df6526d9)), closes [#21799](https://github.com/bitnami/charts/issues/21799) ## 12.1.0 (2023-12-15) -* [bitnami/discourse] Add support for skipping to persist plugins (#21588) ([0c71c19](https://github.com/bitnami/charts/commit/0c71c19)), closes [#21588](https://github.com/bitnami/charts/issues/21588) +* [bitnami/discourse] Add support for skipping to persist plugins (#21588) ([0c71c19](https://github.com/bitnami/charts/commit/0c71c19039f769637dfbbb1104e813896c80182e)), closes [#21588](https://github.com/bitnami/charts/issues/21588) ## 12.0.7 (2023-11-21) -* [bitnami/*] Remove relative links to non-README sections, add verification for that and update TL;DR ([1103633](https://github.com/bitnami/charts/commit/1103633)), closes [#20967](https://github.com/bitnami/charts/issues/20967) -* [bitnami/discourse] Release 12.0.7 updating components versions (#21105) ([e700274](https://github.com/bitnami/charts/commit/e700274)), closes [#21105](https://github.com/bitnami/charts/issues/21105) +* [bitnami/*] Remove relative links to non-README sections, add verification for that and update TL;DR ([1103633](https://github.com/bitnami/charts/commit/11036334d82df0490aa4abdb591543cab6cf7d7f)), closes [#20967](https://github.com/bitnami/charts/issues/20967) +* [bitnami/discourse] Release 12.0.7 updating components versions (#21105) ([e700274](https://github.com/bitnami/charts/commit/e700274382af6993a10dd008e3f6093fed12f05c)), closes [#21105](https://github.com/bitnami/charts/issues/21105) ## 12.0.6 (2023-11-09) -* [bitnami/discourse] Release 12.0.6 updating components versions (#20847) ([0ce5001](https://github.com/bitnami/charts/commit/0ce5001)), closes [#20847](https://github.com/bitnami/charts/issues/20847) +* [bitnami/discourse] Release 12.0.6 updating components versions (#20847) ([0ce5001](https://github.com/bitnami/charts/commit/0ce50017aa403205a47c1e742b8ea2bb90f1f814)), closes [#20847](https://github.com/bitnami/charts/issues/20847) ## 12.0.5 (2023-11-08) -* [bitnami/discourse] Release 12.0.5 updating components versions (#20697) ([fec90fb](https://github.com/bitnami/charts/commit/fec90fb)), closes [#20697](https://github.com/bitnami/charts/issues/20697) +* [bitnami/discourse] Release 12.0.5 updating components versions (#20697) ([fec90fb](https://github.com/bitnami/charts/commit/fec90fbbf680f6676bc128d20658e06c84d94a5a)), closes [#20697](https://github.com/bitnami/charts/issues/20697) ## 12.0.4 (2023-11-02) -* [bitnami/*] Rename VMware Application Catalog (#20361) ([3acc734](https://github.com/bitnami/charts/commit/3acc734)), closes [#20361](https://github.com/bitnami/charts/issues/20361) -* [bitnami/*] Skip image's tag in the README files of the Bitnami Charts (#19841) ([bb9a01b](https://github.com/bitnami/charts/commit/bb9a01b)), closes [#19841](https://github.com/bitnami/charts/issues/19841) -* [bitnami/*] Standardize documentation (#19835) ([af5f753](https://github.com/bitnami/charts/commit/af5f753)), closes [#19835](https://github.com/bitnami/charts/issues/19835) -* [bitnami/discourse] Release 12.0.4 updating components versions (#20599) ([2d6ac9f](https://github.com/bitnami/charts/commit/2d6ac9f)), closes [#20599](https://github.com/bitnami/charts/issues/20599) +* [bitnami/*] Rename VMware Application Catalog (#20361) ([3acc734](https://github.com/bitnami/charts/commit/3acc73472beb6fb56c4d99f929061001205bc57e)), closes [#20361](https://github.com/bitnami/charts/issues/20361) +* [bitnami/*] Skip image's tag in the README files of the Bitnami Charts (#19841) ([bb9a01b](https://github.com/bitnami/charts/commit/bb9a01b65911c87e48318db922cc05eb42785e42)), closes [#19841](https://github.com/bitnami/charts/issues/19841) +* [bitnami/*] Standardize documentation (#19835) ([af5f753](https://github.com/bitnami/charts/commit/af5f7530c1bc8c5ded53a6c4f7b8f384ac1804f2)), closes [#19835](https://github.com/bitnami/charts/issues/19835) +* [bitnami/discourse] Release 12.0.4 updating components versions (#20599) ([2d6ac9f](https://github.com/bitnami/charts/commit/2d6ac9f979a734e467c21f5a6defb4be72fe5e50)), closes [#20599](https://github.com/bitnami/charts/issues/20599) ## 12.0.3 (2023-10-17) -* [bitnami/discourse] Release 12.0.3 (#20267) ([bae41e6](https://github.com/bitnami/charts/commit/bae41e6)), closes [#20267](https://github.com/bitnami/charts/issues/20267) +* [bitnami/discourse] Release 12.0.3 (#20267) ([bae41e6](https://github.com/bitnami/charts/commit/bae41e60e86325757b7b6456101e5d2ee59d0a26)), closes [#20267](https://github.com/bitnami/charts/issues/20267) ## 12.0.2 (2023-10-12) -* [bitnami/discourse] Release 12.0.2 (#20179) ([783e54a](https://github.com/bitnami/charts/commit/783e54a)), closes [#20179](https://github.com/bitnami/charts/issues/20179) +* [bitnami/discourse] Release 12.0.2 (#20179) ([783e54a](https://github.com/bitnami/charts/commit/783e54a80c698a643c314e8dd9285d788101e330)), closes [#20179](https://github.com/bitnami/charts/issues/20179) ## 12.0.1 (2023-10-09) -* [bitnami/*] Update Helm charts prerequisites (#19745) ([eb755dd](https://github.com/bitnami/charts/commit/eb755dd)), closes [#19745](https://github.com/bitnami/charts/issues/19745) -* [bitnami/discourse] Release 12.0.1 (#19796) ([dbdacc0](https://github.com/bitnami/charts/commit/dbdacc0)), closes [#19796](https://github.com/bitnami/charts/issues/19796) +* [bitnami/*] Update Helm charts prerequisites (#19745) ([eb755dd](https://github.com/bitnami/charts/commit/eb755dd36a4dd3cf6635be8e0598f9a7f4c4a554)), closes [#19745](https://github.com/bitnami/charts/issues/19745) +* [bitnami/discourse] Release 12.0.1 (#19796) ([dbdacc0](https://github.com/bitnami/charts/commit/dbdacc08152fd62fe97240d85bb091cb59aa2708)), closes [#19796](https://github.com/bitnami/charts/issues/19796) ## 12.0.0 (2023-09-29) -* [bitnami/discourse] Update dependencies (#19612) ([c11a51f](https://github.com/bitnami/charts/commit/c11a51f)), closes [#19612](https://github.com/bitnami/charts/issues/19612) +* [bitnami/discourse] Update dependencies (#19612) ([c11a51f](https://github.com/bitnami/charts/commit/c11a51fec406684b209297571d78500d6f365682)), closes [#19612](https://github.com/bitnami/charts/issues/19612) ## 11.0.5 (2023-09-26) -* [bitnami/discourse] Release 11.0.5 (#19557) ([72cbede](https://github.com/bitnami/charts/commit/72cbede)), closes [#19557](https://github.com/bitnami/charts/issues/19557) +* [bitnami/discourse] Release 11.0.5 (#19557) ([72cbede](https://github.com/bitnami/charts/commit/72cbede8b291fa549b7c8de3a86541422e888ece)), closes [#19557](https://github.com/bitnami/charts/issues/19557) ## 11.0.4 (2023-09-26) -* [bitnami/*] Update readme files (#19277) ([e56aeb2](https://github.com/bitnami/charts/commit/e56aeb2)), closes [#19277](https://github.com/bitnami/charts/issues/19277) -* [bitnami/discourse] Release 11.0.4 (#19546) ([5dd1549](https://github.com/bitnami/charts/commit/5dd1549)), closes [#19546](https://github.com/bitnami/charts/issues/19546) -* Revert "Autogenerate schema files (#19194)" (#19335) ([73d80be](https://github.com/bitnami/charts/commit/73d80be)), closes [#19194](https://github.com/bitnami/charts/issues/19194) [#19335](https://github.com/bitnami/charts/issues/19335) +* [bitnami/*] Update readme files (#19277) ([e56aeb2](https://github.com/bitnami/charts/commit/e56aeb2fbfbf5b6e42375db48cc7ae1ef1c3a823)), closes [#19277](https://github.com/bitnami/charts/issues/19277) +* [bitnami/discourse] Release 11.0.4 (#19546) ([5dd1549](https://github.com/bitnami/charts/commit/5dd1549e9e0a51ff9d08b7353af9ff1194d166ae)), closes [#19546](https://github.com/bitnami/charts/issues/19546) +* Revert "Autogenerate schema files (#19194)" (#19335) ([73d80be](https://github.com/bitnami/charts/commit/73d80be525c88fb4b8a54451a55acd506e337062)), closes [#19194](https://github.com/bitnami/charts/issues/19194) [#19335](https://github.com/bitnami/charts/issues/19335) ## 11.0.3 (2023-09-13) -* [bitnami/discourse] Release 11.0.3 (#19257) ([0ea9eb9](https://github.com/bitnami/charts/commit/0ea9eb9)), closes [#19257](https://github.com/bitnami/charts/issues/19257) +* [bitnami/discourse] Release 11.0.3 (#19257) ([0ea9eb9](https://github.com/bitnami/charts/commit/0ea9eb93fcb9e6934935d373b9f08333dfc59e6f)), closes [#19257](https://github.com/bitnami/charts/issues/19257) ## 11.0.2 (2023-09-11) -* [bitnami/discourse] Release 11.0.2 (#19239) ([0f981c8](https://github.com/bitnami/charts/commit/0f981c8)), closes [#19239](https://github.com/bitnami/charts/issues/19239) -* Autogenerate schema files (#19194) ([a2c2090](https://github.com/bitnami/charts/commit/a2c2090)), closes [#19194](https://github.com/bitnami/charts/issues/19194) +* [bitnami/discourse] Release 11.0.2 (#19239) ([0f981c8](https://github.com/bitnami/charts/commit/0f981c8fab01ff658cfa386e02b01dc4271475f1)), closes [#19239](https://github.com/bitnami/charts/issues/19239) +* Autogenerate schema files (#19194) ([a2c2090](https://github.com/bitnami/charts/commit/a2c2090b5ac97f47b745c8028c6452bf99739772)), closes [#19194](https://github.com/bitnami/charts/issues/19194) ## 11.0.1 (2023-09-06) -* [bitnami/discourse: Use merge helper]: (#19030) ([52a77ee](https://github.com/bitnami/charts/commit/52a77ee)), closes [#19030](https://github.com/bitnami/charts/issues/19030) +* [bitnami/discourse: Use merge helper]: (#19030) ([52a77ee](https://github.com/bitnami/charts/commit/52a77ee7dbdd1d819a89da9a71901388f4baeca8)), closes [#19030](https://github.com/bitnami/charts/issues/19030) ## 11.0.0 (2023-08-28) -* [bitnami/discourse] Update Redis' subchart (#18894) ([205af45](https://github.com/bitnami/charts/commit/205af45)), closes [#18894](https://github.com/bitnami/charts/issues/18894) +* [bitnami/discourse] Update Redis' subchart (#18894) ([205af45](https://github.com/bitnami/charts/commit/205af45e578e7f94317505ac36d8c5fbf7de4540)), closes [#18894](https://github.com/bitnami/charts/issues/18894) ## 10.4.0 (2023-08-23) -* [bitnami/discourse] Support for customizing standard labels (#18479) ([02497d4](https://github.com/bitnami/charts/commit/02497d4)), closes [#18479](https://github.com/bitnami/charts/issues/18479) +* [bitnami/discourse] Support for customizing standard labels (#18479) ([02497d4](https://github.com/bitnami/charts/commit/02497d45292cdb5e7dfacb5fe11392ec00660f01)), closes [#18479](https://github.com/bitnami/charts/issues/18479) ## 10.3.8 (2023-08-18) -* [bitnami/discourse] Release 10.3.8 (#18637) ([a1917ba](https://github.com/bitnami/charts/commit/a1917ba)), closes [#18637](https://github.com/bitnami/charts/issues/18637) +* [bitnami/discourse] Release 10.3.8 (#18637) ([a1917ba](https://github.com/bitnami/charts/commit/a1917ba9979e42752a35703f259d5ea8539e2f55)), closes [#18637](https://github.com/bitnami/charts/issues/18637) ## 10.3.7 (2023-07-25) -* [bitnami/discourse] Release 10.3.7 (#17873) ([91e3107](https://github.com/bitnami/charts/commit/91e3107)), closes [#17873](https://github.com/bitnami/charts/issues/17873) +* [bitnami/discourse] Release 10.3.7 (#17873) ([91e3107](https://github.com/bitnami/charts/commit/91e31076cc0187b73f4400b795318d5fe43ca739)), closes [#17873](https://github.com/bitnami/charts/issues/17873) ## 10.3.6 (2023-07-25) -* [bitnami/discourse] Release 10.3.6 (#17853) ([392bb05](https://github.com/bitnami/charts/commit/392bb05)), closes [#17853](https://github.com/bitnami/charts/issues/17853) +* [bitnami/discourse] Release 10.3.6 (#17853) ([392bb05](https://github.com/bitnami/charts/commit/392bb05279d5703e4525946fafab8bbfbe7290e2)), closes [#17853](https://github.com/bitnami/charts/issues/17853) ## 10.3.5 (2023-07-21) -* [bitnami/discourse] Release 10.3.5 (#17691) ([8ad039e](https://github.com/bitnami/charts/commit/8ad039e)), closes [#17691](https://github.com/bitnami/charts/issues/17691) -* Add copyright header (#17300) ([da68be8](https://github.com/bitnami/charts/commit/da68be8)), closes [#17300](https://github.com/bitnami/charts/issues/17300) +* [bitnami/discourse] Release 10.3.5 (#17691) ([8ad039e](https://github.com/bitnami/charts/commit/8ad039e36f0a8e37ee43c46a10ff2a67a9afa765)), closes [#17691](https://github.com/bitnami/charts/issues/17691) +* Add copyright header (#17300) ([da68be8](https://github.com/bitnami/charts/commit/da68be8e951225133c7dfb572d5101ca3d61c5ae)), closes [#17300](https://github.com/bitnami/charts/issues/17300) ## 10.3.4 (2023-06-23) -* [bitnami/discourse] Release 10.3.4 (#17330) ([b04bf4f](https://github.com/bitnami/charts/commit/b04bf4f)), closes [#17330](https://github.com/bitnami/charts/issues/17330) -* Update charts readme (#17217) ([31b3c0a](https://github.com/bitnami/charts/commit/31b3c0a)), closes [#17217](https://github.com/bitnami/charts/issues/17217) +* [bitnami/discourse] Release 10.3.4 (#17330) ([b04bf4f](https://github.com/bitnami/charts/commit/b04bf4f93906c3c25a264ac4aa48c43cd0b8cd2d)), closes [#17330](https://github.com/bitnami/charts/issues/17330) +* Update charts readme (#17217) ([31b3c0a](https://github.com/bitnami/charts/commit/31b3c0afd968ff4429107e34101f7509e6a0e913)), closes [#17217](https://github.com/bitnami/charts/issues/17217) ## 10.3.3 (2023-06-20) -* [bitnami/*] Change copyright section in READMEs (#17006) ([ef986a1](https://github.com/bitnami/charts/commit/ef986a1)), closes [#17006](https://github.com/bitnami/charts/issues/17006) -* [bitnami/discourse] Release 10.3.3 (#17248) ([dac9838](https://github.com/bitnami/charts/commit/dac9838)), closes [#17248](https://github.com/bitnami/charts/issues/17248) -* [bitnami/several] Change copyright section in READMEs (#16989) ([5b6a5cf](https://github.com/bitnami/charts/commit/5b6a5cf)), closes [#16989](https://github.com/bitnami/charts/issues/16989) -* [bitnami/several] Remove 'Community supported solution' section from READMEs (#17119) ([4531d57](https://github.com/bitnami/charts/commit/4531d57)), closes [#17119](https://github.com/bitnami/charts/issues/17119) +* [bitnami/*] Change copyright section in READMEs (#17006) ([ef986a1](https://github.com/bitnami/charts/commit/ef986a1605241102b3dcafe9fd8089e6fc1201ad)), closes [#17006](https://github.com/bitnami/charts/issues/17006) +* [bitnami/discourse] Release 10.3.3 (#17248) ([dac9838](https://github.com/bitnami/charts/commit/dac98388f9b40177e57979a6ae98227a325735d2)), closes [#17248](https://github.com/bitnami/charts/issues/17248) +* [bitnami/several] Change copyright section in READMEs (#16989) ([5b6a5cf](https://github.com/bitnami/charts/commit/5b6a5cfb7625a751848a2e5cd796bd7278f406ca)), closes [#16989](https://github.com/bitnami/charts/issues/16989) +* [bitnami/several] Remove 'Community supported solution' section from READMEs (#17119) ([4531d57](https://github.com/bitnami/charts/commit/4531d571914e970fe4cef19ae00a9fa4cc038f47)), closes [#17119](https://github.com/bitnami/charts/issues/17119) ## 10.3.2 (2023-05-21) -* [bitnami/discourse] Release 10.3.2 (#16844) ([85029b6](https://github.com/bitnami/charts/commit/85029b6)), closes [#16844](https://github.com/bitnami/charts/issues/16844) -* Add wording for enterprise page (#16560) ([8f22774](https://github.com/bitnami/charts/commit/8f22774)), closes [#16560](https://github.com/bitnami/charts/issues/16560) +* [bitnami/discourse] Release 10.3.2 (#16844) ([85029b6](https://github.com/bitnami/charts/commit/85029b6ab58038d5bf8b9fee5b8c34831322c27a)), closes [#16844](https://github.com/bitnami/charts/issues/16844) +* Add wording for enterprise page (#16560) ([8f22774](https://github.com/bitnami/charts/commit/8f2277440b976d52785ba9149762ad8620a73d1f)), closes [#16560](https://github.com/bitnami/charts/issues/16560) ## 10.3.1 (2023-05-09) -* [bitnami/discourse] Release 10.3.1 (#16551) ([0c497d1](https://github.com/bitnami/charts/commit/0c497d1)), closes [#16551](https://github.com/bitnami/charts/issues/16551) +* [bitnami/discourse] Release 10.3.1 (#16551) ([0c497d1](https://github.com/bitnami/charts/commit/0c497d1a9a29e1fbfdc5bfcbab4569b4a1dedfec)), closes [#16551](https://github.com/bitnami/charts/issues/16551) ## 10.3.0 (2023-05-09) -* [bitnami/several] Adapt Chart.yaml to set desired OCI annotations (#16546) ([fc9b18f](https://github.com/bitnami/charts/commit/fc9b18f)), closes [#16546](https://github.com/bitnami/charts/issues/16546) +* [bitnami/several] Adapt Chart.yaml to set desired OCI annotations (#16546) ([fc9b18f](https://github.com/bitnami/charts/commit/fc9b18f2e98805d4df629acbcde696f44f973344)), closes [#16546](https://github.com/bitnami/charts/issues/16546) ## 10.2.1 (2023-05-09) -* [bitnami/discourse] Release 10.2.1 (#16450) ([1415738](https://github.com/bitnami/charts/commit/1415738)), closes [#16450](https://github.com/bitnami/charts/issues/16450) +* [bitnami/discourse] Release 10.2.1 (#16450) ([1415738](https://github.com/bitnami/charts/commit/14157389b71e84964d1a8e7b544f55cb90905c84)), closes [#16450](https://github.com/bitnami/charts/issues/16450) ## 10.2.0 (2023-04-28) -* [bitnami/discourse] Add feature discourse.plugins (#16196) ([64038e7](https://github.com/bitnami/charts/commit/64038e7)), closes [#16196](https://github.com/bitnami/charts/issues/16196) +* [bitnami/discourse] Add feature discourse.plugins (#16196) ([64038e7](https://github.com/bitnami/charts/commit/64038e7c438c3166e28fa1e2c052c48e0fede6f6)), closes [#16196](https://github.com/bitnami/charts/issues/16196) ## 10.1.0 (2023-04-20) -* [bitnami/*] Make Helm charts 100% OCI (#15998) ([8841510](https://github.com/bitnami/charts/commit/8841510)), closes [#15998](https://github.com/bitnami/charts/issues/15998) +* [bitnami/*] Make Helm charts 100% OCI (#15998) ([8841510](https://github.com/bitnami/charts/commit/884151035efcbf2e1b3206e7def85511073fb57d)), closes [#15998](https://github.com/bitnami/charts/issues/15998) ## 10.0.6 (2023-04-18) -* [bitnami/discourse] Release 10.0.6 (#16115) ([2a1ce42](https://github.com/bitnami/charts/commit/2a1ce42)), closes [#16115](https://github.com/bitnami/charts/issues/16115) +* [bitnami/discourse] Release 10.0.6 (#16115) ([2a1ce42](https://github.com/bitnami/charts/commit/2a1ce42112ce5984f20e53c8622b8def9f04f01f)), closes [#16115](https://github.com/bitnami/charts/issues/16115) ## 10.0.5 (2023-04-01) -* [bitnami/discourse] Release 10.0.5 (#15920) ([206a036](https://github.com/bitnami/charts/commit/206a036)), closes [#15920](https://github.com/bitnami/charts/issues/15920) +* [bitnami/discourse] Release 10.0.5 (#15920) ([206a036](https://github.com/bitnami/charts/commit/206a036d75eb35344d55b8351a470a9d2e465f2d)), closes [#15920](https://github.com/bitnami/charts/issues/15920) ## 10.0.4 (2023-03-19) -* [bitnami/charts] Apply linter to README files (#15357) ([0e29e60](https://github.com/bitnami/charts/commit/0e29e60)), closes [#15357](https://github.com/bitnami/charts/issues/15357) -* [bitnami/discourse] Release 10.0.4 (#15589) ([a86c136](https://github.com/bitnami/charts/commit/a86c136)), closes [#15589](https://github.com/bitnami/charts/issues/15589) +* [bitnami/charts] Apply linter to README files (#15357) ([0e29e60](https://github.com/bitnami/charts/commit/0e29e600d3adc8b1b46e506eccb3decfab3b4e63)), closes [#15357](https://github.com/bitnami/charts/issues/15357) +* [bitnami/discourse] Release 10.0.4 (#15589) ([a86c136](https://github.com/bitnami/charts/commit/a86c13653ef39b049e32d00684489d485e99aa7d)), closes [#15589](https://github.com/bitnami/charts/issues/15589) ## 10.0.3 (2023-03-01) -* [bitnami/discourse] Release 10.0.3 (#15194) ([233405f](https://github.com/bitnami/charts/commit/233405f)), closes [#15194](https://github.com/bitnami/charts/issues/15194) +* [bitnami/discourse] Release 10.0.3 (#15194) ([233405f](https://github.com/bitnami/charts/commit/233405f3534d2a3130cf653e14c27871c38ac345)), closes [#15194](https://github.com/bitnami/charts/issues/15194) ## 10.0.2 (2023-02-23) -* [bitnami/discourse] Release 10.0.2 (#15099) ([eefaca2](https://github.com/bitnami/charts/commit/eefaca2)), closes [#15099](https://github.com/bitnami/charts/issues/15099) +* [bitnami/discourse] Release 10.0.2 (#15099) ([eefaca2](https://github.com/bitnami/charts/commit/eefaca2a390be44977432666f8672d9bb927962b)), closes [#15099](https://github.com/bitnami/charts/issues/15099) ## 10.0.1 (2023-02-17) -* [bitnami/*] Fix markdown linter issues (#14874) ([a51e0e8](https://github.com/bitnami/charts/commit/a51e0e8)), closes [#14874](https://github.com/bitnami/charts/issues/14874) -* [bitnami/*] Fix markdown linter issues 2 (#14890) ([aa96572](https://github.com/bitnami/charts/commit/aa96572)), closes [#14890](https://github.com/bitnami/charts/issues/14890) -* [bitnami/*] Remove unexpected extra spaces (#14873) ([c97c714](https://github.com/bitnami/charts/commit/c97c714)), closes [#14873](https://github.com/bitnami/charts/issues/14873) -* [bitnami/discourse] Release 10.0.1 (#14981) ([a336ca3](https://github.com/bitnami/charts/commit/a336ca3)), closes [#14981](https://github.com/bitnami/charts/issues/14981) +* [bitnami/*] Fix markdown linter issues (#14874) ([a51e0e8](https://github.com/bitnami/charts/commit/a51e0e8d35495b907f3e70dd2f8e7c3bcbf4166a)), closes [#14874](https://github.com/bitnami/charts/issues/14874) +* [bitnami/*] Fix markdown linter issues 2 (#14890) ([aa96572](https://github.com/bitnami/charts/commit/aa9657237ee8df4a46db0d7fdf8a23230dd6902a)), closes [#14890](https://github.com/bitnami/charts/issues/14890) +* [bitnami/*] Remove unexpected extra spaces (#14873) ([c97c714](https://github.com/bitnami/charts/commit/c97c714887380d47eae7bfeff316bf01595ecd1d)), closes [#14873](https://github.com/bitnami/charts/issues/14873) +* [bitnami/discourse] Release 10.0.1 (#14981) ([a336ca3](https://github.com/bitnami/charts/commit/a336ca3181a5ca85b4b0f939e2e36afd09580052)), closes [#14981](https://github.com/bitnami/charts/issues/14981) ## 10.0.0 (2023-02-08) -* [bitnami/*] Change copyright date (#14682) ([add4ec7](https://github.com/bitnami/charts/commit/add4ec7)), closes [#14682](https://github.com/bitnami/charts/issues/14682) -* [bitnami/discourse] Release 10.0.0 (#14743) ([a1e2d41](https://github.com/bitnami/charts/commit/a1e2d41)), closes [#14743](https://github.com/bitnami/charts/issues/14743) +* [bitnami/*] Change copyright date (#14682) ([add4ec7](https://github.com/bitnami/charts/commit/add4ec701108ac36ed4de2dffbdf407a0d091067)), closes [#14682](https://github.com/bitnami/charts/issues/14682) +* [bitnami/discourse] Release 10.0.0 (#14743) ([a1e2d41](https://github.com/bitnami/charts/commit/a1e2d414195798ea43cbbd7d8634ac2a0d014486)), closes [#14743](https://github.com/bitnami/charts/issues/14743) ## 9.0.9 (2023-01-31) -* [bitnami/*] Change licenses annotation format (#14377) ([0ab7608](https://github.com/bitnami/charts/commit/0ab7608)), closes [#14377](https://github.com/bitnami/charts/issues/14377) -* [bitnami/*] Unify READMEs (#14472) ([2064fb8](https://github.com/bitnami/charts/commit/2064fb8)), closes [#14472](https://github.com/bitnami/charts/issues/14472) -* [bitnami/discourse] Don't regenerate self-signed certs on upgrade (#14616) ([136234e](https://github.com/bitnami/charts/commit/136234e)), closes [#14616](https://github.com/bitnami/charts/issues/14616) +* [bitnami/*] Change licenses annotation format (#14377) ([0ab7608](https://github.com/bitnami/charts/commit/0ab760862c660fcc78cffadf8e1d8cdd70881473)), closes [#14377](https://github.com/bitnami/charts/issues/14377) +* [bitnami/*] Unify READMEs (#14472) ([2064fb8](https://github.com/bitnami/charts/commit/2064fb8dcc78a845cdede8211af8c3cc52551161)), closes [#14472](https://github.com/bitnami/charts/issues/14472) +* [bitnami/discourse] Don't regenerate self-signed certs on upgrade (#14616) ([136234e](https://github.com/bitnami/charts/commit/136234e7ff7ce8a3e7f0138b442ef0a3a8fce3ca)), closes [#14616](https://github.com/bitnami/charts/issues/14616) ## 9.0.8 (2023-01-13) -* [bitnami/discourse] Release 9.0.8 (#14345) ([5034873](https://github.com/bitnami/charts/commit/5034873)), closes [#14345](https://github.com/bitnami/charts/issues/14345) +* [bitnami/discourse] Release 9.0.8 (#14345) ([5034873](https://github.com/bitnami/charts/commit/5034873f2efa692db25f73361cbc936f8b16e82a)), closes [#14345](https://github.com/bitnami/charts/issues/14345) ## 9.0.7 (2023-01-12) -* [bitnami/*] Add license annotation and remove obsolete engine parameter (#14293) ([da2a794](https://github.com/bitnami/charts/commit/da2a794)), closes [#14293](https://github.com/bitnami/charts/issues/14293) -* Bug/discourse remove redis username (#14265) ([e5c2e8c](https://github.com/bitnami/charts/commit/e5c2e8c)), closes [#14265](https://github.com/bitnami/charts/issues/14265) +* [bitnami/*] Add license annotation and remove obsolete engine parameter (#14293) ([da2a794](https://github.com/bitnami/charts/commit/da2a7943bae95b6e9b5b4ed972c15e990b69fdb0)), closes [#14293](https://github.com/bitnami/charts/issues/14293) +* Bug/discourse remove redis username (#14265) ([e5c2e8c](https://github.com/bitnami/charts/commit/e5c2e8c28b3dbfbd006feaec605c3ee18997ec57)), closes [#14265](https://github.com/bitnami/charts/issues/14265) ## 9.0.6 (2022-12-14) -* [bitnami/discourse] Release 9.0.6 (#13959) ([1f84c45](https://github.com/bitnami/charts/commit/1f84c45)), closes [#13959](https://github.com/bitnami/charts/issues/13959) +* [bitnami/discourse] Release 9.0.6 (#13959) ([1f84c45](https://github.com/bitnami/charts/commit/1f84c45407c5fbb14c29893a922408cd49dcb463)), closes [#13959](https://github.com/bitnami/charts/issues/13959) ## 9.0.5 (2022-12-12) -* [bitnami/discourse] Release 9.0.5 (#13930) ([0e7c27c](https://github.com/bitnami/charts/commit/0e7c27c)), closes [#13930](https://github.com/bitnami/charts/issues/13930) +* [bitnami/discourse] Release 9.0.5 (#13930) ([0e7c27c](https://github.com/bitnami/charts/commit/0e7c27cf328c77838cf454f84fc4ab1648e29701)), closes [#13930](https://github.com/bitnami/charts/issues/13930) ## 9.0.4 (2022-11-30) -* [bitnami/discourse] Release 9.0.4 (#13766) ([f4782b2](https://github.com/bitnami/charts/commit/f4782b2)), closes [#13766](https://github.com/bitnami/charts/issues/13766) +* [bitnami/discourse] Release 9.0.4 (#13766) ([f4782b2](https://github.com/bitnami/charts/commit/f4782b23d9213c00ab662fa154d5bb68b74a9355)), closes [#13766](https://github.com/bitnami/charts/issues/13766) ## 9.0.3 (2022-11-29) -* [bitnami/discourse] Release 9.0.3 (#13740) ([d776600](https://github.com/bitnami/charts/commit/d776600)), closes [#13740](https://github.com/bitnami/charts/issues/13740) +* [bitnami/discourse] Release 9.0.3 (#13740) ([d776600](https://github.com/bitnami/charts/commit/d776600cb83a01fc0b5f8241e60bc1b70d809acc)), closes [#13740](https://github.com/bitnami/charts/issues/13740) ## 9.0.2 (2022-11-22) -* [bitnami/discourse] Release 9.0.2 (#13632) ([cfac18a](https://github.com/bitnami/charts/commit/cfac18a)), closes [#13632](https://github.com/bitnami/charts/issues/13632) +* [bitnami/discourse] Release 9.0.2 (#13632) ([cfac18a](https://github.com/bitnami/charts/commit/cfac18ab5f44e81abdfecf1382996ed52eb8092f)), closes [#13632](https://github.com/bitnami/charts/issues/13632) ## 9.0.1 (2022-11-21) -* [bitnami/discourse] Release 9.0.1 (#13614) ([a5aa552](https://github.com/bitnami/charts/commit/a5aa552)), closes [#13614](https://github.com/bitnami/charts/issues/13614) +* [bitnami/discourse] Release 9.0.1 (#13614) ([a5aa552](https://github.com/bitnami/charts/commit/a5aa552ba06831e45ff8611898b8204bb0329226)), closes [#13614](https://github.com/bitnami/charts/issues/13614) ## 9.0.0 (2022-10-28) -* [bitnami/*] Use new default branch name in links (#12943) ([a529e02](https://github.com/bitnami/charts/commit/a529e02)), closes [#12943](https://github.com/bitnami/charts/issues/12943) -* [bitnami/discourse] Update dependencies (#13212) ([76e3c3e](https://github.com/bitnami/charts/commit/76e3c3e)), closes [#13212](https://github.com/bitnami/charts/issues/13212) -* Generic README instructions related to the repo (#12792) ([3cf6b10](https://github.com/bitnami/charts/commit/3cf6b10)), closes [#12792](https://github.com/bitnami/charts/issues/12792) +* [bitnami/*] Use new default branch name in links (#12943) ([a529e02](https://github.com/bitnami/charts/commit/a529e02597d49d944eba1eb0f190713293247176)), closes [#12943](https://github.com/bitnami/charts/issues/12943) +* [bitnami/discourse] Update dependencies (#13212) ([76e3c3e](https://github.com/bitnami/charts/commit/76e3c3ebff8cc1567eb043b656353078fd69f6af)), closes [#13212](https://github.com/bitnami/charts/issues/13212) +* Generic README instructions related to the repo (#12792) ([3cf6b10](https://github.com/bitnami/charts/commit/3cf6b10e10e60df4b3e191d6b99aa99a9f597755)), closes [#12792](https://github.com/bitnami/charts/issues/12792) ## 8.1.8 (2022-10-05) -* [bitnami/discourse] Release 8.1.8 (#12810) ([e7df0fb](https://github.com/bitnami/charts/commit/e7df0fb)), closes [#12810](https://github.com/bitnami/charts/issues/12810) -* adjust the naming style for resources to make them not pass the length limit (#12751) ([82880bd](https://github.com/bitnami/charts/commit/82880bd)), closes [#12751](https://github.com/bitnami/charts/issues/12751) +* [bitnami/discourse] Release 8.1.8 (#12810) ([e7df0fb](https://github.com/bitnami/charts/commit/e7df0fbd10c6036196dfa0634e8115f2a1cb6f44)), closes [#12810](https://github.com/bitnami/charts/issues/12810) +* adjust the naming style for resources to make them not pass the length limit (#12751) ([82880bd](https://github.com/bitnami/charts/commit/82880bd34569bcc42ff44c03f578b97d4947cda5)), closes [#12751](https://github.com/bitnami/charts/issues/12751) ## 8.1.7 (2022-09-30) -* [bitnami/discourse] Release 8.1.7 (#12771) ([1b900bc](https://github.com/bitnami/charts/commit/1b900bc)), closes [#12771](https://github.com/bitnami/charts/issues/12771) +* [bitnami/discourse] Release 8.1.7 (#12771) ([1b900bc](https://github.com/bitnami/charts/commit/1b900bcf27a01fba035e21d0aa8c2799abf0c78d)), closes [#12771](https://github.com/bitnami/charts/issues/12771) ## 8.1.6 (2022-09-30) -* [bitnami/discourse] Release 8.1.6 (#12742) ([b5f53f5](https://github.com/bitnami/charts/commit/b5f53f5)), closes [#12742](https://github.com/bitnami/charts/issues/12742) +* [bitnami/discourse] Release 8.1.6 (#12742) ([b5f53f5](https://github.com/bitnami/charts/commit/b5f53f5a71b8c2891de2db9d40fae0b6ab7bfc58)), closes [#12742](https://github.com/bitnami/charts/issues/12742) ## 8.1.5 (2022-09-21) -* [bitnami/discourse] Use custom probes if given (#12489) ([e4a1296](https://github.com/bitnami/charts/commit/e4a1296)), closes [#12489](https://github.com/bitnami/charts/issues/12489) [#12354](https://github.com/bitnami/charts/issues/12354) +* [bitnami/discourse] Use custom probes if given (#12489) ([e4a1296](https://github.com/bitnami/charts/commit/e4a1296a215525396946220e6d35c8ecd29a2e96)), closes [#12489](https://github.com/bitnami/charts/issues/12489) [#12354](https://github.com/bitnami/charts/issues/12354) ## 8.1.4 (2022-09-14) -* [bitnami/discourse] Release 8.1.4 (#12430) ([a27f02e](https://github.com/bitnami/charts/commit/a27f02e)), closes [#12430](https://github.com/bitnami/charts/issues/12430) +* [bitnami/discourse] Release 8.1.4 (#12430) ([a27f02e](https://github.com/bitnami/charts/commit/a27f02ec6c38537be7ab8a0935b989ae2f417488)), closes [#12430](https://github.com/bitnami/charts/issues/12430) ## 8.1.3 (2022-08-30) -* [bitnami/discourse] Release 8.1.3 (#12205) ([adff229](https://github.com/bitnami/charts/commit/adff229)), closes [#12205](https://github.com/bitnami/charts/issues/12205) +* [bitnami/discourse] Release 8.1.3 (#12205) ([adff229](https://github.com/bitnami/charts/commit/adff229073c1523fbd2294f236858d3ffc21b3ed)), closes [#12205](https://github.com/bitnami/charts/issues/12205) ## 8.1.2 (2022-08-23) -* [bitnami/discourse] Update Chart.lock (#12101) ([f4d162f](https://github.com/bitnami/charts/commit/f4d162f)), closes [#12101](https://github.com/bitnami/charts/issues/12101) +* [bitnami/discourse] Update Chart.lock (#12101) ([f4d162f](https://github.com/bitnami/charts/commit/f4d162fe3d0d480f44543079598ee405d9d103e5)), closes [#12101](https://github.com/bitnami/charts/issues/12101) ## 8.1.1 (2022-08-23) -* [bitnami/discourse] Fix for #11859 remove pw from cm (#11970) ([205378b](https://github.com/bitnami/charts/commit/205378b)), closes [#11859](https://github.com/bitnami/charts/issues/11859) [#11970](https://github.com/bitnami/charts/issues/11970) +* [bitnami/discourse] Fix for #11859 remove pw from cm (#11970) ([205378b](https://github.com/bitnami/charts/commit/205378be4b979cd806adb13389a0e6b9e311e5aa)), closes [#11859](https://github.com/bitnami/charts/issues/11859) [#11970](https://github.com/bitnami/charts/issues/11970) ## 8.1.0 (2022-08-22) -* [bitnami/discourse] Add support for image digest apart from tag (#11872) ([e441402](https://github.com/bitnami/charts/commit/e441402)), closes [#11872](https://github.com/bitnami/charts/issues/11872) +* [bitnami/discourse] Add support for image digest apart from tag (#11872) ([e441402](https://github.com/bitnami/charts/commit/e44140261ae545236c41697c385046d62c270417)), closes [#11872](https://github.com/bitnami/charts/issues/11872) ## 8.0.9 (2022-08-18) -* [bitnami/discourse] Release 8.0.9 (#11821) ([0e211f1](https://github.com/bitnami/charts/commit/0e211f1)), closes [#11821](https://github.com/bitnami/charts/issues/11821) +* [bitnami/discourse] Release 8.0.9 (#11821) ([0e211f1](https://github.com/bitnami/charts/commit/0e211f17754cfd9b96c403fd00ce1d70601a1399)), closes [#11821](https://github.com/bitnami/charts/issues/11821) ## 8.0.8 (2022-08-11) -* [bitnami/discourse] Release 8.0.8 (#11719) ([0790c9c](https://github.com/bitnami/charts/commit/0790c9c)), closes [#11719](https://github.com/bitnami/charts/issues/11719) +* [bitnami/discourse] Release 8.0.8 (#11719) ([0790c9c](https://github.com/bitnami/charts/commit/0790c9cf17a3ba36f62db5d6d572195e8533d3a6)), closes [#11719](https://github.com/bitnami/charts/issues/11719) ## 8.0.7 (2022-08-09) -* [bitnami/discourse] Release 8.0.7 (#11676) ([dadcec0](https://github.com/bitnami/charts/commit/dadcec0)), closes [#11676](https://github.com/bitnami/charts/issues/11676) +* [bitnami/discourse] Release 8.0.7 (#11676) ([dadcec0](https://github.com/bitnami/charts/commit/dadcec0dabf5f9a919b55aa1f3dfaf2553eeb279)), closes [#11676](https://github.com/bitnami/charts/issues/11676) ## 8.0.6 (2022-08-04) -* [bitnami/discourse] Release 8.0.6 (#11584) ([ff973d3](https://github.com/bitnami/charts/commit/ff973d3)), closes [#11584](https://github.com/bitnami/charts/issues/11584) +* [bitnami/discourse] Release 8.0.6 (#11584) ([ff973d3](https://github.com/bitnami/charts/commit/ff973d34d3bf7b56909395c87105769976503944)), closes [#11584](https://github.com/bitnami/charts/issues/11584) ## 8.0.5 (2022-08-03) -* [bitnami/discourse] Release 8.0.5 (#11541) ([ef1d2d8](https://github.com/bitnami/charts/commit/ef1d2d8)), closes [#11541](https://github.com/bitnami/charts/issues/11541) +* [bitnami/discourse] Release 8.0.5 (#11541) ([ef1d2d8](https://github.com/bitnami/charts/commit/ef1d2d8ea6605ea4cda865f2b6fe4aeb1a2d00f1)), closes [#11541](https://github.com/bitnami/charts/issues/11541) ## 8.0.4 (2022-07-28) -* [bitnami/discourse] Release 8.0.4 (#11395) ([d74913f](https://github.com/bitnami/charts/commit/d74913f)), closes [#11395](https://github.com/bitnami/charts/issues/11395) +* [bitnami/discourse] Release 8.0.4 (#11395) ([d74913f](https://github.com/bitnami/charts/commit/d74913fce97ec8505ffd10ebb27c476399b14e72)), closes [#11395](https://github.com/bitnami/charts/issues/11395) ## 8.0.3 (2022-07-27) -* [bitnami/discourse] Release 8.0.3 (#11392) ([dde21b8](https://github.com/bitnami/charts/commit/dde21b8)), closes [#11392](https://github.com/bitnami/charts/issues/11392) +* [bitnami/discourse] Release 8.0.3 (#11392) ([dde21b8](https://github.com/bitnami/charts/commit/dde21b8fea5a7000c3d8dbee2b987fe5c2e6e262)), closes [#11392](https://github.com/bitnami/charts/issues/11392) ## 8.0.2 (2022-07-27) -* [bitnami/*] Update URLs to point to the new bitnami/containers monorepo (#11352) ([d665af0](https://github.com/bitnami/charts/commit/d665af0)), closes [#11352](https://github.com/bitnami/charts/issues/11352) -* [bitnami/discourse] Release 8.0.2 (#11367) ([415a9f2](https://github.com/bitnami/charts/commit/415a9f2)), closes [#11367](https://github.com/bitnami/charts/issues/11367) +* [bitnami/*] Update URLs to point to the new bitnami/containers monorepo (#11352) ([d665af0](https://github.com/bitnami/charts/commit/d665af0c708846192d8d5fb2f5f9ea65dd464ab0)), closes [#11352](https://github.com/bitnami/charts/issues/11352) +* [bitnami/discourse] Release 8.0.2 (#11367) ([415a9f2](https://github.com/bitnami/charts/commit/415a9f20fc93abc098e98b2c51f4ece3b4982d07)), closes [#11367](https://github.com/bitnami/charts/issues/11367) ## 8.0.1 (2022-07-16) -* [bitnami/discourse] Release 8.0.1 (#11206) ([547841d](https://github.com/bitnami/charts/commit/547841d)), closes [#11206](https://github.com/bitnami/charts/issues/11206) +* [bitnami/discourse] Release 8.0.1 (#11206) ([547841d](https://github.com/bitnami/charts/commit/547841d95c06f894a9d3ac227cf8ea77e143e5b2)), closes [#11206](https://github.com/bitnami/charts/issues/11206) ## 8.0.0 (2022-07-13) -* [bitnami/discourse] Update Redis subchart (#11171) ([377e784](https://github.com/bitnami/charts/commit/377e784)), closes [#11171](https://github.com/bitnami/charts/issues/11171) +* [bitnami/discourse] Update Redis subchart (#11171) ([377e784](https://github.com/bitnami/charts/commit/377e784f73305e389c373e19cc88d0d24efaa1a4)), closes [#11171](https://github.com/bitnami/charts/issues/11171) ## 7.3.13 (2022-07-13) -* [bitnami/discourse] Release 7.3.13 (#11157) ([b29e16a](https://github.com/bitnami/charts/commit/b29e16a)), closes [#11157](https://github.com/bitnami/charts/issues/11157) +* [bitnami/discourse] Release 7.3.13 (#11157) ([b29e16a](https://github.com/bitnami/charts/commit/b29e16aec1644b66f451d395530ca7b0e2c752c1)), closes [#11157](https://github.com/bitnami/charts/issues/11157) ## 7.3.12 (2022-07-09) -* [bitnami/discourse] Release 7.3.12 (#11103) ([c357425](https://github.com/bitnami/charts/commit/c357425)), closes [#11103](https://github.com/bitnami/charts/issues/11103) +* [bitnami/discourse] Release 7.3.12 (#11103) ([c357425](https://github.com/bitnami/charts/commit/c357425a318d545a3826bb3c9a6f570f1cd2b026)), closes [#11103](https://github.com/bitnami/charts/issues/11103) ## 7.3.11 (2022-07-06) -* [bitnami/discourse] Release 7.3.11 (#11064) ([1c3b624](https://github.com/bitnami/charts/commit/1c3b624)), closes [#11064](https://github.com/bitnami/charts/issues/11064) +* [bitnami/discourse] Release 7.3.11 (#11064) ([1c3b624](https://github.com/bitnami/charts/commit/1c3b624f23d1d5a480899a8ce93a5adacb1de3d8)), closes [#11064](https://github.com/bitnami/charts/issues/11064) ## 7.3.10 (2022-07-04) -* [bitnami/discourse] Release 7.3.10 (#11025) ([50c5993](https://github.com/bitnami/charts/commit/50c5993)), closes [#11025](https://github.com/bitnami/charts/issues/11025) +* [bitnami/discourse] Release 7.3.10 (#11025) ([50c5993](https://github.com/bitnami/charts/commit/50c5993759a355e747bdf2a1593e71a2dd5de9a1)), closes [#11025](https://github.com/bitnami/charts/issues/11025) ## 7.3.9 (2022-07-01) -* [bitnami/discourse] Release 7.3.9 (#10991) ([f76f366](https://github.com/bitnami/charts/commit/f76f366)), closes [#10991](https://github.com/bitnami/charts/issues/10991) +* [bitnami/discourse] Release 7.3.9 (#10991) ([f76f366](https://github.com/bitnami/charts/commit/f76f366992d8dde7d4a706ccf8be985084c4fc06)), closes [#10991](https://github.com/bitnami/charts/issues/10991) ## 7.3.8 (2022-06-30) -* [bitnami/discourse] Release 7.3.8 (#10967) ([9d9fb76](https://github.com/bitnami/charts/commit/9d9fb76)), closes [#10967](https://github.com/bitnami/charts/issues/10967) +* [bitnami/discourse] Release 7.3.8 (#10967) ([9d9fb76](https://github.com/bitnami/charts/commit/9d9fb76fd1bbfa6c146f260673e9b9a53a75f9a2)), closes [#10967](https://github.com/bitnami/charts/issues/10967) ## 7.3.7 (2022-06-14) -* [bitnami/discourse] Release 7.3.7 updating components versions ([f0ae46f](https://github.com/bitnami/charts/commit/f0ae46f)) +* [bitnami/discourse] Release 7.3.7 updating components versions ([f0ae46f](https://github.com/bitnami/charts/commit/f0ae46f21b36700fbd2b651b5780d594f455c36c)) ## 7.3.6 (2022-06-13) -* [bitnami/discourse] Release 7.3.6 updating components versions ([170bad8](https://github.com/bitnami/charts/commit/170bad8)) +* [bitnami/discourse] Release 7.3.6 updating components versions ([170bad8](https://github.com/bitnami/charts/commit/170bad83cd6aeb5532eaf121216469be3eca08e4)) ## 7.3.5 (2022-06-11) -* [bitnami/discourse] Release 7.3.5 updating components versions ([426457a](https://github.com/bitnami/charts/commit/426457a)) +* [bitnami/discourse] Release 7.3.5 updating components versions ([426457a](https://github.com/bitnami/charts/commit/426457a9c467ba79dfaf897a31c69eb1a90927b8)) ## 7.3.4 (2022-06-07) -* [bitnami/*] Replace Kubeapps URL in READMEs (and kubeapps Chart.yaml) and remove BKPR references (#1 ([c6a7914](https://github.com/bitnami/charts/commit/c6a7914)), closes [#10600](https://github.com/bitnami/charts/issues/10600) -* Fix tolerations and topologySpreadConstraints default values (#10624) ([643f24b](https://github.com/bitnami/charts/commit/643f24b)), closes [#10624](https://github.com/bitnami/charts/issues/10624) +* [bitnami/*] Replace Kubeapps URL in READMEs (and kubeapps Chart.yaml) and remove BKPR references (#1 ([c6a7914](https://github.com/bitnami/charts/commit/c6a7914361e5aea6016fb45bf4d621edfd111d32)), closes [#10600](https://github.com/bitnami/charts/issues/10600) +* Fix tolerations and topologySpreadConstraints default values (#10624) ([643f24b](https://github.com/bitnami/charts/commit/643f24bb84e5ed9db9e5dc25d65b482ec5ac2a04)), closes [#10624](https://github.com/bitnami/charts/issues/10624) ## 7.3.3 (2022-06-06) -* [bitnami/discourse] Release 7.3.3 updating components versions ([87bd819](https://github.com/bitnami/charts/commit/87bd819)) +* [bitnami/discourse] Release 7.3.3 updating components versions ([87bd819](https://github.com/bitnami/charts/commit/87bd819dc98a88bd313925e01ab502da4c99e2db)) ## 7.3.2 (2022-06-02) -* Update Redis trademark references ([2cada87](https://github.com/bitnami/charts/commit/2cada87)) +* Update Redis trademark references ([2cada87](https://github.com/bitnami/charts/commit/2cada87ed4967d5cb578b0409a0bb1edee79029a)) ## 7.3.1 (2022-06-01) -* [bitnami/several] Replace maintainers email by url (#10523) ([ff3cf61](https://github.com/bitnami/charts/commit/ff3cf61)), closes [#10523](https://github.com/bitnami/charts/issues/10523) +* [bitnami/several] Replace maintainers email by url (#10523) ([ff3cf61](https://github.com/bitnami/charts/commit/ff3cf617a1680509b0f3855d17c4ccff7b29a0ff)), closes [#10523](https://github.com/bitnami/charts/issues/10523) ## 7.3.0 (2022-05-26) -* [bitnami/discourse] Add missing service parameter (#10405) ([9ae52bb](https://github.com/bitnami/charts/commit/9ae52bb)), closes [#10405](https://github.com/bitnami/charts/issues/10405) +* [bitnami/discourse] Add missing service parameter (#10405) ([9ae52bb](https://github.com/bitnami/charts/commit/9ae52bbce3e03756608b49e766425b6485757a52)), closes [#10405](https://github.com/bitnami/charts/issues/10405) ## 7.2.4 (2022-05-25) -* [bitnami/discourse] Release 7.2.4 updating components versions ([2a53ef8](https://github.com/bitnami/charts/commit/2a53ef8)) +* [bitnami/discourse] Release 7.2.4 updating components versions ([2a53ef8](https://github.com/bitnami/charts/commit/2a53ef86b63944f308c2a835bd8c6362f7fd1143)) ## 7.2.3 (2022-05-20) -* [bitnami/discourse] Release 7.2.3 updating components versions ([53afa62](https://github.com/bitnami/charts/commit/53afa62)) +* [bitnami/discourse] Release 7.2.3 updating components versions ([53afa62](https://github.com/bitnami/charts/commit/53afa62a1bbd19e38f35791ac54010cafd777123)) ## 7.2.2 (2022-05-19) -* [bitnami/discourse] Release 7.2.2 updating components versions ([11a1f95](https://github.com/bitnami/charts/commit/11a1f95)) +* [bitnami/discourse] Release 7.2.2 updating components versions ([11a1f95](https://github.com/bitnami/charts/commit/11a1f9572b012151ba4c68ff37b60f34eca8f2b5)) ## 7.2.1 (2022-05-18) -* [bitnami/discourse] Release 7.2.1 updating components versions ([062e36c](https://github.com/bitnami/charts/commit/062e36c)) +* [bitnami/discourse] Release 7.2.1 updating components versions ([062e36c](https://github.com/bitnami/charts/commit/062e36c563d6efbe8563963829599b12820f96f1)) ## 7.2.0 (2022-05-16) -* [bitnami/*] add ingress extraRules feature (#10253) ([0f6cbb9](https://github.com/bitnami/charts/commit/0f6cbb9)), closes [#10253](https://github.com/bitnami/charts/issues/10253) +* [bitnami/*] add ingress extraRules feature (#10253) ([0f6cbb9](https://github.com/bitnami/charts/commit/0f6cbb9099b0e56685cc1d36ba50340f3d7278a1)), closes [#10253](https://github.com/bitnami/charts/issues/10253) ## 7.1.0 (2022-05-16) -* [bitnami/*] Add missing 'persistence.annotations' (#10202) ([ad1d8a5](https://github.com/bitnami/charts/commit/ad1d8a5)), closes [#10202](https://github.com/bitnami/charts/issues/10202) +* [bitnami/*] Add missing 'persistence.annotations' (#10202) ([ad1d8a5](https://github.com/bitnami/charts/commit/ad1d8a5fd977ecd82e82ec8a2530d0d2522a8ed0)), closes [#10202](https://github.com/bitnami/charts/issues/10202) ## 7.0.19 (2022-05-15) -* [bitnami/discourse] Release 7.0.19 updating components versions ([e83f457](https://github.com/bitnami/charts/commit/e83f457)) +* [bitnami/discourse] Release 7.0.19 updating components versions ([e83f457](https://github.com/bitnami/charts/commit/e83f4577fe4f7d09613f500e3ba1c31d1f7a9dfd)) ## 7.0.18 (2022-05-13) -* [bitnami/*] Remove old 'ci' files (#10171) ([5df30c4](https://github.com/bitnami/charts/commit/5df30c4)), closes [#10171](https://github.com/bitnami/charts/issues/10171) -* [bitnami/*] Unify k8s directives separators (#10185) ([2650214](https://github.com/bitnami/charts/commit/2650214)), closes [#10185](https://github.com/bitnami/charts/issues/10185) +* [bitnami/*] Remove old 'ci' files (#10171) ([5df30c4](https://github.com/bitnami/charts/commit/5df30c44dbd1812da8786579ce4a94917d46a6ad)), closes [#10171](https://github.com/bitnami/charts/issues/10171) +* [bitnami/*] Unify k8s directives separators (#10185) ([2650214](https://github.com/bitnami/charts/commit/26502141d146ca3bdfb3bf744fcdec8ca5cece44)), closes [#10185](https://github.com/bitnami/charts/issues/10185) ## 7.0.17 (2022-05-11) -* [bitnami/*] Fix typo in comments (relay -> rely) (#10151) ([9cfe4a4](https://github.com/bitnami/charts/commit/9cfe4a4)), closes [#10151](https://github.com/bitnami/charts/issues/10151) +* [bitnami/*] Fix typo in comments (relay -> rely) (#10151) ([9cfe4a4](https://github.com/bitnami/charts/commit/9cfe4a48cc35851faea6be7ffb2a978d223befa0)), closes [#10151](https://github.com/bitnami/charts/issues/10151) ## 7.0.16 (2022-04-21) -* [bitnami/discourse] Release 7.0.16 updating components versions ([4338620](https://github.com/bitnami/charts/commit/4338620)) +* [bitnami/discourse] Release 7.0.16 updating components versions ([4338620](https://github.com/bitnami/charts/commit/43386206ba9ebcf1ef5527181675c597666d5963)) ## 7.0.15 (2022-04-19) -* [bitnami/discourse] Release 7.0.15 updating components versions ([582d909](https://github.com/bitnami/charts/commit/582d909)) +* [bitnami/discourse] Release 7.0.15 updating components versions ([582d909](https://github.com/bitnami/charts/commit/582d909e2e34cdf5a06c18e70f1ec06478708374)) ## 7.0.14 (2022-04-14) -* [bitnami/discourse] Release 7.0.14 updating components versions ([3c43a39](https://github.com/bitnami/charts/commit/3c43a39)) +* [bitnami/discourse] Release 7.0.14 updating components versions ([3c43a39](https://github.com/bitnami/charts/commit/3c43a39494cea9968c425ad8750d4bc36582a035)) ## 7.0.13 (2022-04-07) -* [bitnami/discourse] Release 7.0.13 updating components versions ([0191079](https://github.com/bitnami/charts/commit/0191079)) +* [bitnami/discourse] Release 7.0.13 updating components versions ([0191079](https://github.com/bitnami/charts/commit/01910798c5e3ad137b8f76238831ead12336c7e2)) ## 7.0.12 (2022-04-06) -* [bitnami/discourse] Release 7.0.12 updating components versions ([213aed1](https://github.com/bitnami/charts/commit/213aed1)) +* [bitnami/discourse] Release 7.0.12 updating components versions ([213aed1](https://github.com/bitnami/charts/commit/213aed1920a02afdad6a7f4beecbcd9949668afe)) ## 7.0.11 (2022-04-03) -* [bitnami/discourse] Release 7.0.11 updating components versions ([26ffcc3](https://github.com/bitnami/charts/commit/26ffcc3)) +* [bitnami/discourse] Release 7.0.11 updating components versions ([26ffcc3](https://github.com/bitnami/charts/commit/26ffcc3b4f4cae9bb2fe27b73c41a39c0e3d7efc)) ## 7.0.10 (2022-04-02) -* [bitnami/discourse] Release 7.0.10 updating components versions ([440ecb0](https://github.com/bitnami/charts/commit/440ecb0)) +* [bitnami/discourse] Release 7.0.10 updating components versions ([440ecb0](https://github.com/bitnami/charts/commit/440ecb0cb36aa291733179a01f0fdf594b3c16e6)) ## 7.0.9 (2022-03-29) -* [bitnami/discourse] Release 7.0.9 updating components versions ([f180eec](https://github.com/bitnami/charts/commit/f180eec)) +* [bitnami/discourse] Release 7.0.9 updating components versions ([f180eec](https://github.com/bitnami/charts/commit/f180eec9c15a33daab47f540ad3b956d0543624a)) ## 7.0.8 (2022-03-27) -* [bitnami/discourse] Release 7.0.8 updating components versions ([47c17b3](https://github.com/bitnami/charts/commit/47c17b3)) +* [bitnami/discourse] Release 7.0.8 updating components versions ([47c17b3](https://github.com/bitnami/charts/commit/47c17b343599645c72dad01dda25f90dd9d8c8eb)) ## 7.0.7 (2022-03-26) -* [bitnami/discourse] Release 7.0.7 updating components versions ([1245be4](https://github.com/bitnami/charts/commit/1245be4)) +* [bitnami/discourse] Release 7.0.7 updating components versions ([1245be4](https://github.com/bitnami/charts/commit/1245be48af9db94ad9f5f776c576c1f162ecbb5f)) ## 7.0.6 (2022-03-25) -* [bitnami/discourse] Release 7.0.6 updating components versions ([fa9ac0d](https://github.com/bitnami/charts/commit/fa9ac0d)) +* [bitnami/discourse] Release 7.0.6 updating components versions ([fa9ac0d](https://github.com/bitnami/charts/commit/fa9ac0df83be43c1fba3aab3fadd085415cfe15b)) ## 7.0.5 (2022-03-23) -* [bitnami/discourse] Release 7.0.5 updating components versions ([0d14dc4](https://github.com/bitnami/charts/commit/0d14dc4)) +* [bitnami/discourse] Release 7.0.5 updating components versions ([0d14dc4](https://github.com/bitnami/charts/commit/0d14dc440d7f43b17c2b97071228d9b5ba8a0c30)) ## 7.0.4 (2022-03-18) -* [bitnami/discourse] Release 7.0.4 updating components versions ([ff8cf2b](https://github.com/bitnami/charts/commit/ff8cf2b)) +* [bitnami/discourse] Release 7.0.4 updating components versions ([ff8cf2b](https://github.com/bitnami/charts/commit/ff8cf2b8c321c79f8b3f9e314eb11418f6cde6bd)) ## 7.0.3 (2022-03-16) -* [bitnami/discourse] Release 7.0.3 updating components versions ([b8dbfed](https://github.com/bitnami/charts/commit/b8dbfed)) +* [bitnami/discourse] Release 7.0.3 updating components versions ([b8dbfed](https://github.com/bitnami/charts/commit/b8dbfedf483b95639a19b13c3eaedc9016ba7901)) ## 7.0.2 (2022-03-10) -* [bitnami/discourse] Release 7.0.2 updating components versions ([6e64168](https://github.com/bitnami/charts/commit/6e64168)) +* [bitnami/discourse] Release 7.0.2 updating components versions ([6e64168](https://github.com/bitnami/charts/commit/6e6416842ff2301871f4eb3b707c77ad17a151ea)) ## 7.0.1 (2022-03-04) -* [bitnami/several] Reorder subcharts (#9299) ([a041f6b](https://github.com/bitnami/charts/commit/a041f6b)), closes [#9299](https://github.com/bitnami/charts/issues/9299) +* [bitnami/several] Reorder subcharts (#9299) ([a041f6b](https://github.com/bitnami/charts/commit/a041f6b0ff2dea82b3d030cb99454cede94dbc9a)), closes [#9299](https://github.com/bitnami/charts/issues/9299) ## 7.0.0 (2022-03-04) -* [bitnami/discourse] MAJOR: Update to 2.8.x (#9293) ([784cf97](https://github.com/bitnami/charts/commit/784cf97)), closes [#9293](https://github.com/bitnami/charts/issues/9293) +* [bitnami/discourse] MAJOR: Update to 2.8.x (#9293) ([784cf97](https://github.com/bitnami/charts/commit/784cf9769a7adda85f70e33d7d2b6fad683a2898)), closes [#9293](https://github.com/bitnami/charts/issues/9293) ## 6.0.3 (2022-02-27) -* [bitnami/discourse] Release 6.0.3 updating components versions ([5edcb48](https://github.com/bitnami/charts/commit/5edcb48)) +* [bitnami/discourse] Release 6.0.3 updating components versions ([5edcb48](https://github.com/bitnami/charts/commit/5edcb482b1e69d4aa16add87748a45619332cf88)) ## 6.0.2 (2022-02-24) -* [bitnami/discourse]: fix: :bug: Fix incorrect indent in PVC (#9198) ([e5c4d3e](https://github.com/bitnami/charts/commit/e5c4d3e)), closes [#9198](https://github.com/bitnami/charts/issues/9198) +* [bitnami/discourse]: fix: :bug: Fix incorrect indent in PVC (#9198) ([e5c4d3e](https://github.com/bitnami/charts/commit/e5c4d3e112166977631648573d7202a455f2e305)), closes [#9198](https://github.com/bitnami/charts/issues/9198) ## 6.0.1 (2022-02-24) -* [bitnami/discourse] Release 6.0.1 updating components versions ([4e51dc8](https://github.com/bitnami/charts/commit/4e51dc8)) +* [bitnami/discourse] Release 6.0.1 updating components versions ([4e51dc8](https://github.com/bitnami/charts/commit/4e51dc8a01e73bb1ef00312ba8d34ddca6d53b64)) ## 6.0.0 (2022-02-22) -* [bitnami/discourse] Chart standardization (#8991) ([82db1c7](https://github.com/bitnami/charts/commit/82db1c7)), closes [#8991](https://github.com/bitnami/charts/issues/8991) +* [bitnami/discourse] Chart standardization (#8991) ([82db1c7](https://github.com/bitnami/charts/commit/82db1c79a8dad6b7a4b7b588be906655467b43f2)), closes [#8991](https://github.com/bitnami/charts/issues/8991) ## 5.2.6 (2022-02-13) -* [bitnami/discourse] Release 5.2.6 updating components versions ([c841ed2](https://github.com/bitnami/charts/commit/c841ed2)) +* [bitnami/discourse] Release 5.2.6 updating components versions ([c841ed2](https://github.com/bitnami/charts/commit/c841ed2c5abc908f9e3d5a6bc8b5c28bfcd4bcf5)) ## 5.2.5 (2022-02-12) -* [bitnami/discourse] Release 5.2.5 updating components versions ([89fdcba](https://github.com/bitnami/charts/commit/89fdcba)) +* [bitnami/discourse] Release 5.2.5 updating components versions ([89fdcba](https://github.com/bitnami/charts/commit/89fdcba75afaaa828664461b942baff8b164afe6)) ## 5.2.4 (2022-02-09) -* [bitnami/discourse] test: :white_check_mark: Add ct-values.yaml (#8947) ([8492f40](https://github.com/bitnami/charts/commit/8492f40)), closes [#8947](https://github.com/bitnami/charts/issues/8947) -* Non utf8 chars (#8923) ([6ffd18f](https://github.com/bitnami/charts/commit/6ffd18f)), closes [#8923](https://github.com/bitnami/charts/issues/8923) +* [bitnami/discourse] test: :white_check_mark: Add ct-values.yaml (#8947) ([8492f40](https://github.com/bitnami/charts/commit/8492f406a0d3c06838879bb2bf7a85bacfef2d2f)), closes [#8947](https://github.com/bitnami/charts/issues/8947) +* Non utf8 chars (#8923) ([6ffd18f](https://github.com/bitnami/charts/commit/6ffd18fbbdf10e94ea1a90cf5b84ef610ac2a72d)), closes [#8923](https://github.com/bitnami/charts/issues/8923) ## 5.2.3 (2022-01-20) -* [bitnami/*] Readme automation (#8579) ([78d1938](https://github.com/bitnami/charts/commit/78d1938)), closes [#8579](https://github.com/bitnami/charts/issues/8579) -* [bitnami/*] Update READMEs (#8716) ([b9a9533](https://github.com/bitnami/charts/commit/b9a9533)), closes [#8716](https://github.com/bitnami/charts/issues/8716) -* [bitnami/several] Change prerequisites (#8725) ([8d740c5](https://github.com/bitnami/charts/commit/8d740c5)), closes [#8725](https://github.com/bitnami/charts/issues/8725) +* [bitnami/*] Readme automation (#8579) ([78d1938](https://github.com/bitnami/charts/commit/78d193831c900d178198491ffd08fa2217a64ecd)), closes [#8579](https://github.com/bitnami/charts/issues/8579) +* [bitnami/*] Update READMEs (#8716) ([b9a9533](https://github.com/bitnami/charts/commit/b9a953337590eb2979453385874a267bacf50936)), closes [#8716](https://github.com/bitnami/charts/issues/8716) +* [bitnami/several] Change prerequisites (#8725) ([8d740c5](https://github.com/bitnami/charts/commit/8d740c566cfdb7e2d933c40128b4e919fce953a5)), closes [#8725](https://github.com/bitnami/charts/issues/8725) ## 5.2.2 (2022-01-13) -* [bitnami/discourse] Release 5.2.2 updating components versions ([67a0401](https://github.com/bitnami/charts/commit/67a0401)) +* [bitnami/discourse] Release 5.2.2 updating components versions ([67a0401](https://github.com/bitnami/charts/commit/67a0401c40e3d0eca4c72a8f00b40800e83e1433)) ## 5.2.1 (2022-01-12) -* [bitnami/discourse] Release 5.2.1 updating components versions ([be69d93](https://github.com/bitnami/charts/commit/be69d93)) +* [bitnami/discourse] Release 5.2.1 updating components versions ([be69d93](https://github.com/bitnami/charts/commit/be69d93b344d361658f88416f982f1ca2ff2831a)) ## 5.2.0 (2022-01-05) -* [bitnami/several] Adapt templating format (#8562) ([8cad18a](https://github.com/bitnami/charts/commit/8cad18a)), closes [#8562](https://github.com/bitnami/charts/issues/8562) -* [bitnami/several] Add license to the README ([05f7633](https://github.com/bitnami/charts/commit/05f7633)) -* [bitnami/several] Add license to the README ([32fb238](https://github.com/bitnami/charts/commit/32fb238)) -* [bitnami/several] Add license to the README ([b87c2f7](https://github.com/bitnami/charts/commit/b87c2f7)) +* [bitnami/several] Adapt templating format (#8562) ([8cad18a](https://github.com/bitnami/charts/commit/8cad18aed9966a6f0208e5ad6cee46cb217f47ab)), closes [#8562](https://github.com/bitnami/charts/issues/8562) +* [bitnami/several] Add license to the README ([05f7633](https://github.com/bitnami/charts/commit/05f763372501d596e57db713dd53ff4ff3027cc4)) +* [bitnami/several] Add license to the README ([32fb238](https://github.com/bitnami/charts/commit/32fb238e60a0affc6debd3142eaa3c3d9089ec2a)) +* [bitnami/several] Add license to the README ([b87c2f7](https://github.com/bitnami/charts/commit/b87c2f7899d48a8b02c506765e6ae82937e9ba3f)) ## 5.1.4 (2021-12-27) -* [bitnami/discourse] Release 5.1.4 updating components versions ([f0c0825](https://github.com/bitnami/charts/commit/f0c0825)) +* [bitnami/discourse] Release 5.1.4 updating components versions ([f0c0825](https://github.com/bitnami/charts/commit/f0c08255a0e4180da8df2a8b5235e9bcd68b0b2c)) ## 5.1.3 (2021-12-22) -* [bitnami/discourse] Release 5.1.3 updating components versions ([cf6b61d](https://github.com/bitnami/charts/commit/cf6b61d)) -* [bitnami/several] Regenerate README tables ([a43cca7](https://github.com/bitnami/charts/commit/a43cca7)) +* [bitnami/discourse] Release 5.1.3 updating components versions ([cf6b61d](https://github.com/bitnami/charts/commit/cf6b61d3bae33b976a27ded533322433e9483a76)) +* [bitnami/several] Regenerate README tables ([a43cca7](https://github.com/bitnami/charts/commit/a43cca73cabae95609e943f6eb2cdeefc04e866b)) ## 5.1.2 (2021-12-02) -* [bitnami/discourse] Release 5.1.2 updating components versions ([9e167d8](https://github.com/bitnami/charts/commit/9e167d8)) +* [bitnami/discourse] Release 5.1.2 updating components versions ([9e167d8](https://github.com/bitnami/charts/commit/9e167d88c4bf5a59e9245ef7ff5a028abbc89024)) ## 5.1.1 (2021-11-29) -* [bitnami/several] Add 'community support' note to some Helm chart READMEs (#8148) ([ce6b838](https://github.com/bitnami/charts/commit/ce6b838)), closes [#8148](https://github.com/bitnami/charts/issues/8148) -* [bitnami/several] Replace HTTP by HTTPS when possible (#8259) ([eafb5bd](https://github.com/bitnami/charts/commit/eafb5bd)), closes [#8259](https://github.com/bitnami/charts/issues/8259) +* [bitnami/several] Add 'community support' note to some Helm chart READMEs (#8148) ([ce6b838](https://github.com/bitnami/charts/commit/ce6b83829ac261c04784d7818c9cfa844f403213)), closes [#8148](https://github.com/bitnami/charts/issues/8148) +* [bitnami/several] Replace HTTP by HTTPS when possible (#8259) ([eafb5bd](https://github.com/bitnami/charts/commit/eafb5bd5a2cc3aaf04fc1e8ebedd73f420d76864)), closes [#8259](https://github.com/bitnami/charts/issues/8259) ## 5.1.0 (2021-11-17) -* [bitnami/*] Add network policies - first batch (#8088) ([81ece48](https://github.com/bitnami/charts/commit/81ece48)), closes [#8088](https://github.com/bitnami/charts/issues/8088) +* [bitnami/*] Add network policies - first batch (#8088) ([81ece48](https://github.com/bitnami/charts/commit/81ece48240d42de95b08e33b78c80078126d0139)), closes [#8088](https://github.com/bitnami/charts/issues/8088) ## 5.0.7 (2021-11-17) -* [bitnami/several] Add extraDeploy feature to the pending charts (#8164) ([d812a24](https://github.com/bitnami/charts/commit/d812a24)), closes [#8164](https://github.com/bitnami/charts/issues/8164) -* [bitnami/several] Regenerate README tables ([1cde837](https://github.com/bitnami/charts/commit/1cde837)) +* [bitnami/several] Add extraDeploy feature to the pending charts (#8164) ([d812a24](https://github.com/bitnami/charts/commit/d812a243cb1bba69c67ac22cfce1f7999848ef74)), closes [#8164](https://github.com/bitnami/charts/issues/8164) +* [bitnami/several] Regenerate README tables ([1cde837](https://github.com/bitnami/charts/commit/1cde8378b3ee2e825ac07bb0266a988b95b8dbce)) ## 5.0.6 (2021-11-16) -* [bitnami/discourse] Release 5.0.6 updating components versions ([3d1e0da](https://github.com/bitnami/charts/commit/3d1e0da)) -* [bitnami/several] Regenerate README tables ([412cf6a](https://github.com/bitnami/charts/commit/412cf6a)) +* [bitnami/discourse] Release 5.0.6 updating components versions ([3d1e0da](https://github.com/bitnami/charts/commit/3d1e0da93e0ffa93e932762a4d5d629df031952e)) +* [bitnami/several] Regenerate README tables ([412cf6a](https://github.com/bitnami/charts/commit/412cf6a513cb0c03444a6e7811c6f27193239a10)) ## 5.0.5 (2021-10-26) -* [bitnami/discourse] Release 5.0.5 updating components versions ([022bfc4](https://github.com/bitnami/charts/commit/022bfc4)) +* [bitnami/discourse] Release 5.0.5 updating components versions ([022bfc4](https://github.com/bitnami/charts/commit/022bfc4e4795e2785788b4aab87ff2193fbcea83)) ## 5.0.4 (2021-10-22) -* [bitnami/several] Add chart info to NOTES.txt (#7889) ([a6751cd](https://github.com/bitnami/charts/commit/a6751cd)), closes [#7889](https://github.com/bitnami/charts/issues/7889) -* [bitnami/several] Regenerate README tables ([6c31f25](https://github.com/bitnami/charts/commit/6c31f25)) +* [bitnami/several] Add chart info to NOTES.txt (#7889) ([a6751cd](https://github.com/bitnami/charts/commit/a6751cdd33c461fabbc459fbea6f219ec64ab6b2)), closes [#7889](https://github.com/bitnami/charts/issues/7889) +* [bitnami/several] Regenerate README tables ([6c31f25](https://github.com/bitnami/charts/commit/6c31f256389531fd334aedb0b99c82ee11803621)) ## 5.0.3 (2021-10-21) -* [bitnami/discourse] Add registered icon and trademark information to the Discourse's README (#7679) ([ce1a546](https://github.com/bitnami/charts/commit/ce1a546)), closes [#7679](https://github.com/bitnami/charts/issues/7679) -* [bitnami/discourse] Release 5.0.3 updating components versions ([ad3729e](https://github.com/bitnami/charts/commit/ad3729e)) +* [bitnami/discourse] Add registered icon and trademark information to the Discourse's README (#7679) ([ce1a546](https://github.com/bitnami/charts/commit/ce1a54647bd672ee1904106d148dc054b9016dd6)), closes [#7679](https://github.com/bitnami/charts/issues/7679) +* [bitnami/discourse] Release 5.0.3 updating components versions ([ad3729e](https://github.com/bitnami/charts/commit/ad3729ef43c999ab122baaf770b4cb0fbf4034a9)) ## 5.0.2 (2021-10-01) -* [bitnami/*] Drop support for deprecated cert-manager annotation (#7582) ([a081792](https://github.com/bitnami/charts/commit/a081792)), closes [#7582](https://github.com/bitnami/charts/issues/7582) -* [bitnami/several] Regenerate README tables ([5a24d1f](https://github.com/bitnami/charts/commit/5a24d1f)) +* [bitnami/*] Drop support for deprecated cert-manager annotation (#7582) ([a081792](https://github.com/bitnami/charts/commit/a08179293543f063e5de966a9976ca967161de7b)), closes [#7582](https://github.com/bitnami/charts/issues/7582) +* [bitnami/several] Regenerate README tables ([5a24d1f](https://github.com/bitnami/charts/commit/5a24d1fc9508abfef7fc8a85d0ac64f5d2f7926a)) ## 5.0.1 (2021-09-28) -* [bitnami/*] Generate READMEs with new generator version (#7614) ([e5ab2e6](https://github.com/bitnami/charts/commit/e5ab2e6)), closes [#7614](https://github.com/bitnami/charts/issues/7614) -* [bitnami/discourse] Release 5.0.1 updating components versions ([23ab230](https://github.com/bitnami/charts/commit/23ab230)) +* [bitnami/*] Generate READMEs with new generator version (#7614) ([e5ab2e6](https://github.com/bitnami/charts/commit/e5ab2e6ecdd6bce800863f154cda524ff9f6c117)), closes [#7614](https://github.com/bitnami/charts/issues/7614) +* [bitnami/discourse] Release 5.0.1 updating components versions ([23ab230](https://github.com/bitnami/charts/commit/23ab230f8451afae37f7ba6f4c8a2115db36f89a)) ## 5.0.0 (2021-09-14) -* [bitnami/ several charts] Redis dependency upgrade (#7481) ([bbed564](https://github.com/bitnami/charts/commit/bbed564)), closes [#7481](https://github.com/bitnami/charts/issues/7481) -* [bitnami/several] Regenerate README tables ([9c82ba2](https://github.com/bitnami/charts/commit/9c82ba2)) +* [bitnami/ several charts] Redis dependency upgrade (#7481) ([bbed564](https://github.com/bitnami/charts/commit/bbed5645fc1e93bde1341f50ba47c614b53ba42a)), closes [#7481](https://github.com/bitnami/charts/issues/7481) +* [bitnami/several] Regenerate README tables ([9c82ba2](https://github.com/bitnami/charts/commit/9c82ba295d70b1cac50ab4d8d494fdbefc1ec0ac)) ## 4.2.14 (2021-09-02) -* [bitnami/discourse] Release 4.2.14 updating components versions ([0cd3d53](https://github.com/bitnami/charts/commit/0cd3d53)) +* [bitnami/discourse] Release 4.2.14 updating components versions ([0cd3d53](https://github.com/bitnami/charts/commit/0cd3d53751439b81b380f5b502f2f66b31ca4d8d)) ## 4.2.13 (2021-08-27) -* [bitnami/discourse] add service.loadBalancerIP to the service (#7336) ([8db46e7](https://github.com/bitnami/charts/commit/8db46e7)), closes [#7336](https://github.com/bitnami/charts/issues/7336) -* [bitnami/several] Regenerate README tables ([da2513b](https://github.com/bitnami/charts/commit/da2513b)) +* [bitnami/discourse] add service.loadBalancerIP to the service (#7336) ([8db46e7](https://github.com/bitnami/charts/commit/8db46e793b911d90b81bdb5dae21ce8312c9b8d3)), closes [#7336](https://github.com/bitnami/charts/issues/7336) +* [bitnami/several] Regenerate README tables ([da2513b](https://github.com/bitnami/charts/commit/da2513bf0a33819f3b1151d387c631a9ffdb03e2)) ## 4.2.12 (2021-08-25) -* [bitnami/discourse] Release 4.2.12 updating components versions ([b37de4b](https://github.com/bitnami/charts/commit/b37de4b)) -* [bitnami/several] Regenerate README tables ([6c107e8](https://github.com/bitnami/charts/commit/6c107e8)) +* [bitnami/discourse] Release 4.2.12 updating components versions ([b37de4b](https://github.com/bitnami/charts/commit/b37de4b1063349379f24da6c178a1c9ef390bd4e)) +* [bitnami/several] Regenerate README tables ([6c107e8](https://github.com/bitnami/charts/commit/6c107e835d6caf8db2e8b17dcd48c5971637e013)) ## 4.2.11 (2021-08-04) -* [bitnami/discourse] Release 4.2.11 updating components versions ([e22225a](https://github.com/bitnami/charts/commit/e22225a)) +* [bitnami/discourse] Release 4.2.11 updating components versions ([e22225a](https://github.com/bitnami/charts/commit/e22225abb9c34ea504f14ba1bc4cbc792bc6468a)) ## 4.2.10 (2021-07-27) -* [bitnami/several] Bump version and update READMEs (#7069) ([6340bff](https://github.com/bitnami/charts/commit/6340bff)), closes [#7069](https://github.com/bitnami/charts/issues/7069) -* Replace strings with ™ in the README files (#7066) ([d298b49](https://github.com/bitnami/charts/commit/d298b49)), closes [#7066](https://github.com/bitnami/charts/issues/7066) +* [bitnami/several] Bump version and update READMEs (#7069) ([6340bff](https://github.com/bitnami/charts/commit/6340bff66f93c8c797bda3ca0842e4bf770059f1)), closes [#7069](https://github.com/bitnami/charts/issues/7069) +* Replace strings with ™ in the README files (#7066) ([d298b49](https://github.com/bitnami/charts/commit/d298b4996da33c9580c2594e6dc8ad665dd0ebab)), closes [#7066](https://github.com/bitnami/charts/issues/7066) ## 4.2.9 (2021-07-25) -* [bitnami/discourse] Release 4.2.9 updating components versions ([fa9c0c2](https://github.com/bitnami/charts/commit/fa9c0c2)) +* [bitnami/discourse] Release 4.2.9 updating components versions ([fa9c0c2](https://github.com/bitnami/charts/commit/fa9c0c27c3fb36f908eba915692c19d6916a6899)) ## 4.2.8 (2021-07-22) -* [bitnami/several] Fix default values and regenerate README (#7023) ([c443ded](https://github.com/bitnami/charts/commit/c443ded)), closes [#7023](https://github.com/bitnami/charts/issues/7023) +* [bitnami/several] Fix default values and regenerate README (#7023) ([c443ded](https://github.com/bitnami/charts/commit/c443ded691a1184a72af7b812759fad54b240ae9)), closes [#7023](https://github.com/bitnami/charts/issues/7023) ## 4.2.7 (2021-07-19) -* [bitnami/*] Adapt values.yaml of dataplatform-bp1, dataplatform-bp2 and Discourse charts (#6764) ([e27908f](https://github.com/bitnami/charts/commit/e27908f)), closes [#6764](https://github.com/bitnami/charts/issues/6764) +* [bitnami/*] Adapt values.yaml of dataplatform-bp1, dataplatform-bp2 and Discourse charts (#6764) ([e27908f](https://github.com/bitnami/charts/commit/e27908fab52b2f5ab1faf087150a296af0adefe4)), closes [#6764](https://github.com/bitnami/charts/issues/6764) ## 4.2.6 (2021-07-19) -* [bitnami/discourse] fixed indentation of sidecars containers on discourse deployment which caused a ([29428ff](https://github.com/bitnami/charts/commit/29428ff)), closes [#6984](https://github.com/bitnami/charts/issues/6984) +* [bitnami/discourse] fixed indentation of sidecars containers on discourse deployment which caused a ([29428ff](https://github.com/bitnami/charts/commit/29428ff29cd346c17747467bb461811cef312d74)), closes [#6984](https://github.com/bitnami/charts/issues/6984) ## 4.2.5 (2021-07-16) -* [bitnami/discourse] Release 4.2.5 updating components versions ([2dcbc2a](https://github.com/bitnami/charts/commit/2dcbc2a)) +* [bitnami/discourse] Release 4.2.5 updating components versions ([2dcbc2a](https://github.com/bitnami/charts/commit/2dcbc2aea0c09b0d0405a533919064d324e627e8)) ## 4.2.4 (2021-07-15) -* [bitnami/discourse] Avoid to include ports in DISCOURSE_HOST (#6958) ([8fef231](https://github.com/bitnami/charts/commit/8fef231)), closes [#6958](https://github.com/bitnami/charts/issues/6958) +* [bitnami/discourse] Avoid to include ports in DISCOURSE_HOST (#6958) ([8fef231](https://github.com/bitnami/charts/commit/8fef2315c181004d94c0b87e2c6677ce00b86441)), closes [#6958](https://github.com/bitnami/charts/issues/6958) ## 4.2.3 (2021-07-09) -* [bitnami/discourse] Release 4.2.3 updating components versions ([6077e9c](https://github.com/bitnami/charts/commit/6077e9c)) +* [bitnami/discourse] Release 4.2.3 updating components versions ([6077e9c](https://github.com/bitnami/charts/commit/6077e9ccbe533562fc0260c4a7232a0c2fb2a4f5)) ## 4.2.2 (2021-07-05) -* [bitnami/*] Avoid creating PVC when unneeded (#6840) ([9ae4a7d](https://github.com/bitnami/charts/commit/9ae4a7d)), closes [#6840](https://github.com/bitnami/charts/issues/6840) +* [bitnami/*] Avoid creating PVC when unneeded (#6840) ([9ae4a7d](https://github.com/bitnami/charts/commit/9ae4a7df69ccd9ab719c7c4ec27eb7d0970ced4a)), closes [#6840](https://github.com/bitnami/charts/issues/6840) ## 4.2.1 (2021-06-25) -* [bitnami/discourse] Release 4.2.1 updating components versions ([0ddbaf4](https://github.com/bitnami/charts/commit/0ddbaf4)) +* [bitnami/discourse] Release 4.2.1 updating components versions ([0ddbaf4](https://github.com/bitnami/charts/commit/0ddbaf44b0dfc71cb4cb9370f378e00b919b979c)) ## 4.2.0 (2021-06-17) -* [bitnami/discourse] Add SMTP variables (#6652) ([3cb886e](https://github.com/bitnami/charts/commit/3cb886e)), closes [#6652](https://github.com/bitnami/charts/issues/6652) +* [bitnami/discourse] Add SMTP variables (#6652) ([3cb886e](https://github.com/bitnami/charts/commit/3cb886ef78990f7882d18eacad90bad99b6f1b90)), closes [#6652](https://github.com/bitnami/charts/issues/6652) ## 4.1.3 (2021-06-16) -* Fix health probes for discourse container in [bitnami/discourse] (#6676) ([13fdff2](https://github.com/bitnami/charts/commit/13fdff2)), closes [#6676](https://github.com/bitnami/charts/issues/6676) +* Fix health probes for discourse container in [bitnami/discourse] (#6676) ([13fdff2](https://github.com/bitnami/charts/commit/13fdff248968d6673ad64619a588548ac0fd3464)), closes [#6676](https://github.com/bitnami/charts/issues/6676) ## 4.1.2 (2021-06-14) -* [bitnami/discourse] Make POSTGRESQL_CLIENT_* env vars optional for externalDatabase (#6650) ([770989b](https://github.com/bitnami/charts/commit/770989b)), closes [#6650](https://github.com/bitnami/charts/issues/6650) +* [bitnami/discourse] Make POSTGRESQL_CLIENT_* env vars optional for externalDatabase (#6650) ([770989b](https://github.com/bitnami/charts/commit/770989beafa2df3b61d79e7780c702773b2c8ba0)), closes [#6650](https://github.com/bitnami/charts/issues/6650) ## 4.1.1 (2021-06-12) -* [bitnami/discourse] Release 4.1.1 updating components versions ([3d090ba](https://github.com/bitnami/charts/commit/3d090ba)) +* [bitnami/discourse] Release 4.1.1 updating components versions ([3d090ba](https://github.com/bitnami/charts/commit/3d090ba6dd517321febebab2fbbd8e29b65bf5f9)) ## 4.1.0 (2021-06-11) -* [bitnami/discourse] Add volume-permissions init container (#6632) ([bdee99e](https://github.com/bitnami/charts/commit/bdee99e)), closes [#6632](https://github.com/bitnami/charts/issues/6632) +* [bitnami/discourse] Add volume-permissions init container (#6632) ([bdee99e](https://github.com/bitnami/charts/commit/bdee99e775c0857490adf801998ab052ed62938f)), closes [#6632](https://github.com/bitnami/charts/issues/6632) ## 4.0.3 (2021-06-11) -* Rename 'DISCOURSE_DATABASE_USERNAME' to 'DISCOURSE_DATABASE_USER' (#6622) ([28a6f1a](https://github.com/bitnami/charts/commit/28a6f1a)), closes [#6622](https://github.com/bitnami/charts/issues/6622) +* Rename 'DISCOURSE_DATABASE_USERNAME' to 'DISCOURSE_DATABASE_USER' (#6622) ([28a6f1a](https://github.com/bitnami/charts/commit/28a6f1acf1c2b5f68015d5d0bc3bfe60fc34acf5)), closes [#6622](https://github.com/bitnami/charts/issues/6622) ## 4.0.2 (2021-06-09) -* [bitnami/discourse] Fix external DB support (#6615) ([e9b786f](https://github.com/bitnami/charts/commit/e9b786f)), closes [#6615](https://github.com/bitnami/charts/issues/6615) +* [bitnami/discourse] Fix external DB support (#6615) ([e9b786f](https://github.com/bitnami/charts/commit/e9b786f98dfd8b51e2d89e36a7603e54d7442aa4)), closes [#6615](https://github.com/bitnami/charts/issues/6615) ## 4.0.1 (2021-06-07) -* [bitnami/discourse] Fix URLs for emojis and attachments (#6592) ([a51a77c](https://github.com/bitnami/charts/commit/a51a77c)), closes [#6592](https://github.com/bitnami/charts/issues/6592) +* [bitnami/discourse] Fix URLs for emojis and attachments (#6592) ([a51a77c](https://github.com/bitnami/charts/commit/a51a77c505509cd0c2251e41803ec617208f4457)), closes [#6592](https://github.com/bitnami/charts/issues/6592) ## 4.0.0 (2021-06-03) -* [bitnami/discourse] MAJOR: Discourse image refactor (#6516) ([cf300d9](https://github.com/bitnami/charts/commit/cf300d9)), closes [#6516](https://github.com/bitnami/charts/issues/6516) +* [bitnami/discourse] MAJOR: Discourse image refactor (#6516) ([cf300d9](https://github.com/bitnami/charts/commit/cf300d9b736a66ccbb5326ea7a25f46fc3721a81)), closes [#6516](https://github.com/bitnami/charts/issues/6516) ## 3.0.7 (2021-05-28) -* [bitnami/discourse] Release 3.0.7 updating components versions ([2af8e4d](https://github.com/bitnami/charts/commit/2af8e4d)) +* [bitnami/discourse] Release 3.0.7 updating components versions ([2af8e4d](https://github.com/bitnami/charts/commit/2af8e4d8d7b2003def4a4f118abbe2c138f2d62e)) ## 3.0.6 (2021-05-28) -* [bitnami/discourse] adding extraPorts gives invalid YAML error (#6467) ([9d1f2bb](https://github.com/bitnami/charts/commit/9d1f2bb)), closes [#6467](https://github.com/bitnami/charts/issues/6467) +* [bitnami/discourse] adding extraPorts gives invalid YAML error (#6467) ([9d1f2bb](https://github.com/bitnami/charts/commit/9d1f2bba1d6cbdb662344630d2bca4220ad7b06c)), closes [#6467](https://github.com/bitnami/charts/issues/6467) ## 3.0.5 (2021-05-23) -* [bitnami/discourse] Release 3.0.5 updating components versions ([b092283](https://github.com/bitnami/charts/commit/b092283)) +* [bitnami/discourse] Release 3.0.5 updating components versions ([b092283](https://github.com/bitnami/charts/commit/b0922831445af7da18f9e77964549e7468611113)) ## 3.0.4 (2021-05-11) -* [bitnami/discourse] Release 3.0.4 updating components versions ([c32c2b6](https://github.com/bitnami/charts/commit/c32c2b6)) +* [bitnami/discourse] Release 3.0.4 updating components versions ([c32c2b6](https://github.com/bitnami/charts/commit/c32c2b687c58fc9d1207e79a4d1a8cca949a6dcf)) ## 3.0.3 (2021-05-05) -* Update NOTES.txt (#6292) ([ee5597c](https://github.com/bitnami/charts/commit/ee5597c)), closes [#6292](https://github.com/bitnami/charts/issues/6292) +* Update NOTES.txt (#6292) ([ee5597c](https://github.com/bitnami/charts/commit/ee5597c86b1cd3587fb50feb1dbc7518195c8cab)), closes [#6292](https://github.com/bitnami/charts/issues/6292) ## 3.0.2 (2021-04-29) -* [bitnami/discourse] Release 3.0.2 updating components versions ([515326a](https://github.com/bitnami/charts/commit/515326a)) +* [bitnami/discourse] Release 3.0.2 updating components versions ([515326a](https://github.com/bitnami/charts/commit/515326ac03125dd380a225cefb7421692ac3dd0a)) ## 3.0.1 (2021-04-28) -* [bitnami/discourse] Release 3.0.1 updating components versions ([292bfbe](https://github.com/bitnami/charts/commit/292bfbe)) +* [bitnami/discourse] Release 3.0.1 updating components versions ([292bfbe](https://github.com/bitnami/charts/commit/292bfbe70e354a9d4af94d95e196d25e3058457d)) ## 3.0.0 (2021-04-28) -* [bitnami/*] Update redis subchart to new major (#6079) ([c7e8ef4](https://github.com/bitnami/charts/commit/c7e8ef4)), closes [#6079](https://github.com/bitnami/charts/issues/6079) +* [bitnami/*] Update redis subchart to new major (#6079) ([c7e8ef4](https://github.com/bitnami/charts/commit/c7e8ef4d5d09aa638910471c77ef488ebe4b26cd)), closes [#6079](https://github.com/bitnami/charts/issues/6079) ## 2.3.6 (2021-04-27) -* [bitnami/discourse] Release 2.3.6 updating components versions ([0f01411](https://github.com/bitnami/charts/commit/0f01411)) +* [bitnami/discourse] Release 2.3.6 updating components versions ([0f01411](https://github.com/bitnami/charts/commit/0f01411e3ef67061ae0e0860fa0b611ba5b4f42c)) ## 2.3.5 (2021-04-16) -* [bitnami/discourse] Release 2.3.5 updating components versions ([4a972a6](https://github.com/bitnami/charts/commit/4a972a6)) +* [bitnami/discourse] Release 2.3.5 updating components versions ([4a972a6](https://github.com/bitnami/charts/commit/4a972a621206f88a96c96f261aa295dfd69ce2cf)) ## 2.3.4 (2021-04-09) -* [bitnami/discourse] Release 2.3.4 updating components versions ([fa544bf](https://github.com/bitnami/charts/commit/fa544bf)) +* [bitnami/discourse] Release 2.3.4 updating components versions ([fa544bf](https://github.com/bitnami/charts/commit/fa544bf2665a725c32231ad1083da1621a9ff8a2)) ## 2.3.3 (2021-04-03) -* [bitnami/discourse] Release 2.3.3 updating components versions ([0f2868b](https://github.com/bitnami/charts/commit/0f2868b)) +* [bitnami/discourse] Release 2.3.3 updating components versions ([0f2868b](https://github.com/bitnami/charts/commit/0f2868b824a869872a23749cd602a98c00533b4f)) ## 2.3.2 (2021-03-04) -* [bitnami/discourse] Release 2.3.2 updating components versions ([5084d54](https://github.com/bitnami/charts/commit/5084d54)) +* [bitnami/discourse] Release 2.3.2 updating components versions ([5084d54](https://github.com/bitnami/charts/commit/5084d54d6b11c5baa3ff10769799ac54693a8e22)) ## 2.3.1 (2021-02-18) -* [bitnami/discourse] Release 2.3.1 updating components versions ([71682ad](https://github.com/bitnami/charts/commit/71682ad)) +* [bitnami/discourse] Release 2.3.1 updating components versions ([71682ad](https://github.com/bitnami/charts/commit/71682ad13831767651f65687c46ff99321fc102a)) ## 2.3.0 (2021-02-12) -* [bitnami/*] Add notice regarding parameters immutability after chart installation (#4853) ([5f09573](https://github.com/bitnami/charts/commit/5f09573)), closes [#4853](https://github.com/bitnami/charts/issues/4853) -* [bitnami/charts/discourse] Add selector option to pvc (#5466) ([295bff0](https://github.com/bitnami/charts/commit/295bff0)), closes [#5466](https://github.com/bitnami/charts/issues/5466) +* [bitnami/*] Add notice regarding parameters immutability after chart installation (#4853) ([5f09573](https://github.com/bitnami/charts/commit/5f095734f92555dec7cd0e3ee961f315eac170ff)), closes [#4853](https://github.com/bitnami/charts/issues/4853) +* [bitnami/charts/discourse] Add selector option to pvc (#5466) ([295bff0](https://github.com/bitnami/charts/commit/295bff062eb1fa544565622d1f3a69f51738a030)), closes [#5466](https://github.com/bitnami/charts/issues/5466) ## 2.2.1 (2021-01-27) -* [bitnami/discourse] Release 2.2.1 updating components versions ([c81e7f9](https://github.com/bitnami/charts/commit/c81e7f9)) +* [bitnami/discourse] Release 2.2.1 updating components versions ([c81e7f9](https://github.com/bitnami/charts/commit/c81e7f92312e9b1ff7e76f59575650d6becd1f27)) ## 2.2.0 (2021-01-26) -* [bitnami/discourse] Add hostAliases (#5220) ([5e183af](https://github.com/bitnami/charts/commit/5e183af)), closes [#5220](https://github.com/bitnami/charts/issues/5220) +* [bitnami/discourse] Add hostAliases (#5220) ([5e183af](https://github.com/bitnami/charts/commit/5e183af82a8abff187e46e6ffd52aee3c6804637)), closes [#5220](https://github.com/bitnami/charts/issues/5220) ## 2.1.4 (2021-01-25) -* [bitnami/*] Unify icons in Chart.yaml and add missing fields (#5206) ([0462921](https://github.com/bitnami/charts/commit/0462921)), closes [#5206](https://github.com/bitnami/charts/issues/5206) +* [bitnami/*] Unify icons in Chart.yaml and add missing fields (#5206) ([0462921](https://github.com/bitnami/charts/commit/0462921418ca8d54308b7466197a6d53ffae4628)), closes [#5206](https://github.com/bitnami/charts/issues/5206) ## 2.1.3 (2021-01-19) -* [bitnami/*] Change helm version in the prerequisites (#5090) ([c5e67a3](https://github.com/bitnami/charts/commit/c5e67a3)), closes [#5090](https://github.com/bitnami/charts/issues/5090) -* [bitnami/discourse] Drop values-production.yaml support (#5101) ([a774d37](https://github.com/bitnami/charts/commit/a774d37)), closes [#5101](https://github.com/bitnami/charts/issues/5101) +* [bitnami/*] Change helm version in the prerequisites (#5090) ([c5e67a3](https://github.com/bitnami/charts/commit/c5e67a388743cbee28439d2cabca27884b9daf97)), closes [#5090](https://github.com/bitnami/charts/issues/5090) +* [bitnami/discourse] Drop values-production.yaml support (#5101) ([a774d37](https://github.com/bitnami/charts/commit/a774d374d5c2929f512db76dbbf6adcb8d81f044)), closes [#5101](https://github.com/bitnami/charts/issues/5101) ## 2.1.2 (2021-01-14) -* [bitnami/several] Add Redis trademark (#5023) ([dfa89b8](https://github.com/bitnami/charts/commit/dfa89b8)), closes [#5023](https://github.com/bitnami/charts/issues/5023) +* [bitnami/several] Add Redis trademark (#5023) ([dfa89b8](https://github.com/bitnami/charts/commit/dfa89b865989da26a3c73f397fd3c402dd56ebe8)), closes [#5023](https://github.com/bitnami/charts/issues/5023) ## 2.1.1 (2021-01-01) -* [bitnami/discourse] Release 2.1.1 updating components versions ([cf068f4](https://github.com/bitnami/charts/commit/cf068f4)) +* [bitnami/discourse] Release 2.1.1 updating components versions ([cf068f4](https://github.com/bitnami/charts/commit/cf068f4adedbc682ed4c338b198bf1e600515194)) ## 2.1.0 (2020-12-31) -* [bitnami/*] fix typos (#4699) ([49adc63](https://github.com/bitnami/charts/commit/49adc63)), closes [#4699](https://github.com/bitnami/charts/issues/4699) -* [bitnami/*] Update ingress rules (batch 1) (#4870) ([2f3e2be](https://github.com/bitnami/charts/commit/2f3e2be)), closes [#4870](https://github.com/bitnami/charts/issues/4870) +* [bitnami/*] fix typos (#4699) ([49adc63](https://github.com/bitnami/charts/commit/49adc63b672da976c55af2e077aa5648a357b77f)), closes [#4699](https://github.com/bitnami/charts/issues/4699) +* [bitnami/*] Update ingress rules (batch 1) (#4870) ([2f3e2be](https://github.com/bitnami/charts/commit/2f3e2beea845c8403fc33b5a75f57909bb63037a)), closes [#4870](https://github.com/bitnami/charts/issues/4870) ## 2.0.3 (2020-12-11) -* [bitnami/*] Update dependencies (#4694) ([2826c12](https://github.com/bitnami/charts/commit/2826c12)), closes [#4694](https://github.com/bitnami/charts/issues/4694) +* [bitnami/*] Update dependencies (#4694) ([2826c12](https://github.com/bitnami/charts/commit/2826c125b42505f28431301e3c1bbe5366e47a01)), closes [#4694](https://github.com/bitnami/charts/issues/4694) ## 2.0.2 (2020-12-02) -* [bitnami/*] Add upgrade details to README (#4480) ([10bd8e1](https://github.com/bitnami/charts/commit/10bd8e1)), closes [#4480](https://github.com/bitnami/charts/issues/4480) -* [bitnami/discourse] Release 2.0.2 updating components versions ([40ccc1f](https://github.com/bitnami/charts/commit/40ccc1f)) +* [bitnami/*] Add upgrade details to README (#4480) ([10bd8e1](https://github.com/bitnami/charts/commit/10bd8e1fbbe69461a5d90ba61562f72b526c9caf)), closes [#4480](https://github.com/bitnami/charts/issues/4480) +* [bitnami/discourse] Release 2.0.2 updating components versions ([40ccc1f](https://github.com/bitnami/charts/commit/40ccc1fb5b4da2a48bae3ce77b92c13d2a601a33)) ## 2.0.1 (2020-11-21) -* [bitnami/discourse] Release 2.0.1 updating components versions ([0beb388](https://github.com/bitnami/charts/commit/0beb388)) +* [bitnami/discourse] Release 2.0.1 updating components versions ([0beb388](https://github.com/bitnami/charts/commit/0beb388e23525da0df334999714f4bf02d7b83f0)) ## 2.0.0 (2020-11-18) -* [bitnami/discourse] Major version. Adapt Chart to apiVersion: v2 (#4315) ([02156de](https://github.com/bitnami/charts/commit/02156de)), closes [#4315](https://github.com/bitnami/charts/issues/4315) +* [bitnami/discourse] Major version. Adapt Chart to apiVersion: v2 (#4315) ([02156de](https://github.com/bitnami/charts/commit/02156de9c858e0b356ba2a84da2336ec53af1d11)), closes [#4315](https://github.com/bitnami/charts/issues/4315) ## 1.0.2 (2020-11-12) -* [bitnami/discourse] Release 1.0.2 updating components versions ([ffb99d9](https://github.com/bitnami/charts/commit/ffb99d9)) +* [bitnami/discourse] Release 1.0.2 updating components versions ([ffb99d9](https://github.com/bitnami/charts/commit/ffb99d993f62f923600bf5b7915b5b02adf9d434)) ## 1.0.1 (2020-10-30) -* [bitnami/*] Include link to Troubleshootin guide on README.md (#4136) ([c08a20e](https://github.com/bitnami/charts/commit/c08a20e)), closes [#4136](https://github.com/bitnami/charts/issues/4136) -* [bitnami/discourse] Release 1.0.1 updating components versions ([cb42bc1](https://github.com/bitnami/charts/commit/cb42bc1)) +* [bitnami/*] Include link to Troubleshootin guide on README.md (#4136) ([c08a20e](https://github.com/bitnami/charts/commit/c08a20e3db004215383004ff023a73fcc2522e72)), closes [#4136](https://github.com/bitnami/charts/issues/4136) +* [bitnami/discourse] Release 1.0.1 updating components versions ([cb42bc1](https://github.com/bitnami/charts/commit/cb42bc1af77af117312e7721fcb5570ba5a884f1)) ## 1.0.0 (2020-10-27) -* [bitnami/discourse] Bump subcharts and common helpers (#4087) ([842d972](https://github.com/bitnami/charts/commit/842d972)), closes [#4087](https://github.com/bitnami/charts/issues/4087) +* [bitnami/discourse] Bump subcharts and common helpers (#4087) ([842d972](https://github.com/bitnami/charts/commit/842d9725effa6dd9d00abc4e547493d79139aff8)), closes [#4087](https://github.com/bitnami/charts/issues/4087) ## 0.5.1 (2020-10-15) -* [bitnami/discourse] Release 0.5.1 updating components versions ([acd8d1b](https://github.com/bitnami/charts/commit/acd8d1b)) +* [bitnami/discourse] Release 0.5.1 updating components versions ([acd8d1b](https://github.com/bitnami/charts/commit/acd8d1b8c93bc8bd14b7d7f3f2676a956248c895)) ## 0.5.0 (2020-10-06) -* [bitnami/discourse] Update strategy added (#3865) ([61c3f1a](https://github.com/bitnami/charts/commit/61c3f1a)), closes [#3865](https://github.com/bitnami/charts/issues/3865) +* [bitnami/discourse] Update strategy added (#3865) ([61c3f1a](https://github.com/bitnami/charts/commit/61c3f1ac7130fec15362425cdad3edc99f1605f0)), closes [#3865](https://github.com/bitnami/charts/issues/3865) ## 0.4.2 (2020-10-05) -* [bitnami/discourse] Release 0.4.2 updating components versions ([43906a5](https://github.com/bitnami/charts/commit/43906a5)) +* [bitnami/discourse] Release 0.4.2 updating components versions ([43906a5](https://github.com/bitnami/charts/commit/43906a56f67707ed607151e81ac9c4714dabe556)) ## 0.4.1 (2020-09-25) -* [bitnami/discourse] Release 0.4.1 updating components versions ([56c28ae](https://github.com/bitnami/charts/commit/56c28ae)) +* [bitnami/discourse] Release 0.4.1 updating components versions ([56c28ae](https://github.com/bitnami/charts/commit/56c28ae775a6fe4e270feaf3a320f8cf87ef8589)) ## 0.4.0 (2020-09-24) -* [bitnami/*] Affinity based on common presets (#3746) ([01884c7](https://github.com/bitnami/charts/commit/01884c7)), closes [#3746](https://github.com/bitnami/charts/issues/3746) +* [bitnami/*] Affinity based on common presets (#3746) ([01884c7](https://github.com/bitnami/charts/commit/01884c767c48c38e6fa4c2984bd1acd5d6d81f9e)), closes [#3746](https://github.com/bitnami/charts/issues/3746) ## 0.3.6 (2020-09-21) -* [bitnami/discourse] Release 0.3.6 updating components versions ([ac1fd62](https://github.com/bitnami/charts/commit/ac1fd62)) -* [bitnami/metrics-server] Add source repo (#3577) ([1ed12f9](https://github.com/bitnami/charts/commit/1ed12f9)), closes [#3577](https://github.com/bitnami/charts/issues/3577) -* [discourse] docs: there is no Redis user (#3207) ([03a0159](https://github.com/bitnami/charts/commit/03a0159)), closes [#3207](https://github.com/bitnami/charts/issues/3207) +* [bitnami/discourse] Release 0.3.6 updating components versions ([ac1fd62](https://github.com/bitnami/charts/commit/ac1fd62f011a944af8556cbd40a8c6b71cb05699)) +* [bitnami/metrics-server] Add source repo (#3577) ([1ed12f9](https://github.com/bitnami/charts/commit/1ed12f96af75322b46afdb2b3d9907c11b13f765)), closes [#3577](https://github.com/bitnami/charts/issues/3577) +* [discourse] docs: there is no Redis user (#3207) ([03a0159](https://github.com/bitnami/charts/commit/03a01593e97c0e534f778c17b597602a9e51b71c)), closes [#3207](https://github.com/bitnami/charts/issues/3207) ## 0.3.5 (2020-09-01) -* [bitnami/discourse] Release 0.3.5 updating components versions ([3fdcbee](https://github.com/bitnami/charts/commit/3fdcbee)) +* [bitnami/discourse] Release 0.3.5 updating components versions ([3fdcbee](https://github.com/bitnami/charts/commit/3fdcbee82dc0d33435deddf77855ca16809cebd0)) ## 0.3.4 (2020-08-21) -* [bitnami/discourse] Changes to tls-secrets template to use global scope for the objects referenced i ([81e98b3](https://github.com/bitnami/charts/commit/81e98b3)), closes [#3477](https://github.com/bitnami/charts/issues/3477) +* [bitnami/discourse] Changes to tls-secrets template to use global scope for the objects referenced i ([81e98b3](https://github.com/bitnami/charts/commit/81e98b36f6c4e8322a73d4220eb133f00f81ec1d)), closes [#3477](https://github.com/bitnami/charts/issues/3477) ## 0.3.3 (2020-08-11) -* [bitnami/discourse] #3199 - Fix DISCOURSE_SKIP_INSTALL (#3200) ([1299606](https://github.com/bitnami/charts/commit/1299606)), closes [#3200](https://github.com/bitnami/charts/issues/3200) +* [bitnami/discourse] #3199 - Fix DISCOURSE_SKIP_INSTALL (#3200) ([1299606](https://github.com/bitnami/charts/commit/1299606345713d0d7fb1ade675496c4e9ae9aca0)), closes [#3200](https://github.com/bitnami/charts/issues/3200) ## 0.3.2 (2020-08-07) -* [bitnami/discourse] Release 0.3.2 updating components versions ([3e5b405](https://github.com/bitnami/charts/commit/3e5b405)) +* [bitnami/discourse] Release 0.3.2 updating components versions ([3e5b405](https://github.com/bitnami/charts/commit/3e5b40560e9ba46d14a0abf819f4aff1cc620369)) ## 0.3.1 (2020-08-06) -* [bitnami/discourse] Release 0.3.1 updating components versions ([0bb0860](https://github.com/bitnami/charts/commit/0bb0860)) +* [bitnami/discourse] Release 0.3.1 updating components versions ([0bb0860](https://github.com/bitnami/charts/commit/0bb08605f4418213568aca2caadc2b18339b8e3c)) ## 0.3.0 (2020-08-05) -* [bitnami/discourse] Allow specifying different admin username for external dbs (#3325) ([f190af1](https://github.com/bitnami/charts/commit/f190af1)), closes [#3325](https://github.com/bitnami/charts/issues/3325) +* [bitnami/discourse] Allow specifying different admin username for external dbs (#3325) ([f190af1](https://github.com/bitnami/charts/commit/f190af12e19d7c76b63c25d9a127843603fa1b70)), closes [#3325](https://github.com/bitnami/charts/issues/3325) ## 0.2.0 (2020-08-05) -* [bitnami/*] Fix TL;DR typo in READMEs (#3280) ([3d7ab40](https://github.com/bitnami/charts/commit/3d7ab40)), closes [#3280](https://github.com/bitnami/charts/issues/3280) -* [bitnami/discourse] Add existingSecrets sections to chart configuratoin (#3036) ([cea8bde](https://github.com/bitnami/charts/commit/cea8bde)), closes [#3036](https://github.com/bitnami/charts/issues/3036) +* [bitnami/*] Fix TL;DR typo in READMEs (#3280) ([3d7ab40](https://github.com/bitnami/charts/commit/3d7ab406fecd64f1af25f53e7d27f03ec95b29a4)), closes [#3280](https://github.com/bitnami/charts/issues/3280) +* [bitnami/discourse] Add existingSecrets sections to chart configuratoin (#3036) ([cea8bde](https://github.com/bitnami/charts/commit/cea8bdeb8ad3437b6038d6ca0b16b0a7a2e9c72f)), closes [#3036](https://github.com/bitnami/charts/issues/3036) ## 0.1.7 (2020-07-17) -* [bitnami/discourse] Release 0.1.7 updating components versions ([7d4104c](https://github.com/bitnami/charts/commit/7d4104c)) +* [bitnami/discourse] Release 0.1.7 updating components versions ([7d4104c](https://github.com/bitnami/charts/commit/7d4104c61407fcf4e19ca6e620d41f5283203f25)) ## 0.1.6 (2020-07-16) -* [bitnami/discourse] fix(discourse): wrong indentation (#3137) ([0b265c7](https://github.com/bitnami/charts/commit/0b265c7)), closes [#3137](https://github.com/bitnami/charts/issues/3137) +* [bitnami/discourse] fix(discourse): wrong indentation (#3137) ([0b265c7](https://github.com/bitnami/charts/commit/0b265c7ba54b3b80a67cd8a598e14add71795b3c)), closes [#3137](https://github.com/bitnami/charts/issues/3137) ## 0.1.5 (2020-07-16) -* fix external database passwords when empty (#3125) ([524d172](https://github.com/bitnami/charts/commit/524d172)), closes [#3125](https://github.com/bitnami/charts/issues/3125) +* fix external database passwords when empty (#3125) ([524d172](https://github.com/bitnami/charts/commit/524d1723f00ccd020d031eba452d764ea7a11125)), closes [#3125](https://github.com/bitnami/charts/issues/3125) ## 0.1.4 (2020-07-16) -* [bitnami/all] Add categories (#3075) ([63bde06](https://github.com/bitnami/charts/commit/63bde06)), closes [#3075](https://github.com/bitnami/charts/issues/3075) -* [bitnami/discourse] Release 0.1.4 updating components versions ([b0c0732](https://github.com/bitnami/charts/commit/b0c0732)) +* [bitnami/all] Add categories (#3075) ([63bde06](https://github.com/bitnami/charts/commit/63bde066b87a140fab52264d0522401ab3d63509)), closes [#3075](https://github.com/bitnami/charts/issues/3075) +* [bitnami/discourse] Release 0.1.4 updating components versions ([b0c0732](https://github.com/bitnami/charts/commit/b0c0732b5ef07d31a84cb64d2770b34fee6ecc57)) ## 0.1.3 (2020-07-01) -* [bitnami/discourse] Release 0.1.3 updating components versions ([debfa7e](https://github.com/bitnami/charts/commit/debfa7e)) +* [bitnami/discourse] Release 0.1.3 updating components versions ([debfa7e](https://github.com/bitnami/charts/commit/debfa7e99f0f1e531fffa1f88b4c523a91beda3d)) ## 0.1.2 (2020-07-01) -* [bitnami/discourse] do not pass quoted string to printf template functions (#2971) ([ee397b0](https://github.com/bitnami/charts/commit/ee397b0)), closes [#2971](https://github.com/bitnami/charts/issues/2971) +* [bitnami/discourse] do not pass quoted string to printf template functions (#2971) ([ee397b0](https://github.com/bitnami/charts/commit/ee397b06d9486db497079851da4031f852a196aa)), closes [#2971](https://github.com/bitnami/charts/issues/2971) ## 0.1.1 (2020-06-25) -* [bitnami/discourse] Release 0.1.1 updating components versions ([09de4b8](https://github.com/bitnami/charts/commit/09de4b8)) +* [bitnami/discourse] Release 0.1.1 updating components versions ([09de4b8](https://github.com/bitnami/charts/commit/09de4b82a2fc312d9c494b571315307a9688bd5b)) ## 0.1.0 (2020-06-24) -* [bitnami/discourse] discourse helm chart (#2072) ([5493b53](https://github.com/bitnami/charts/commit/5493b53)), closes [#2072](https://github.com/bitnami/charts/issues/2072) +* [bitnami/discourse] discourse helm chart (#2072) ([5493b53](https://github.com/bitnami/charts/commit/5493b53a9f2b1362abd9fe9c949c9a4e082e556d)), closes [#2072](https://github.com/bitnami/charts/issues/2072) diff --git a/bitnami/discourse/Chart.lock b/bitnami/discourse/Chart.lock index 47c44bad6003f3..fa572875c36493 100644 --- a/bitnami/discourse/Chart.lock +++ b/bitnami/discourse/Chart.lock @@ -1,12 +1,12 @@ dependencies: - name: redis repository: oci://registry-1.docker.io/bitnamicharts - version: 19.3.4 + version: 19.5.0 - name: postgresql repository: oci://registry-1.docker.io/bitnamicharts - version: 15.3.5 + version: 15.4.0 - name: common repository: oci://registry-1.docker.io/bitnamicharts version: 2.19.3 -digest: sha256:37a8b391285258cf40665ac1efb414d33ee4973b49a8022b00c1cf7a4949ec08 -generated: "2024-05-21T13:34:19.955336077+02:00" +digest: sha256:f453342bd1f29b2d0e059a873b74b0fdf83b29eb4309e67be59e86baa0b035d5 +generated: "2024-05-24T19:37:34.502942+02:00" diff --git a/bitnami/discourse/Chart.yaml b/bitnami/discourse/Chart.yaml index 72a4af01917e47..13cb55eb34c522 100644 --- a/bitnami/discourse/Chart.yaml +++ b/bitnami/discourse/Chart.yaml @@ -41,4 +41,4 @@ maintainers: name: discourse sources: - https://github.com/bitnami/charts/tree/main/bitnami/discourse -version: 13.1.0 +version: 13.2.0 diff --git a/bitnami/discourse/README.md b/bitnami/discourse/README.md index f951b5682415bc..e5ce622147ef1e 100644 --- a/bitnami/discourse/README.md +++ b/bitnami/discourse/README.md @@ -259,56 +259,59 @@ See the [Parameters](#parameters) section to configure the PVC or to disable per ### Discourse Common parameters -| Name | Description | Value | -| ---------------------------------------- | ------------------------------------------------------------------------------------------------------------------------ | --------------------------- | -| `image.registry` | Discourse image registry | `REGISTRY_NAME` | -| `image.repository` | Discourse image repository | `REPOSITORY_NAME/discourse` | -| `image.digest` | Discourse image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | -| `image.pullPolicy` | Discourse image pull policy | `IfNotPresent` | -| `image.pullSecrets` | Discourse image pull secrets | `[]` | -| `image.debug` | Enable image debug mode | `false` | -| `auth.email` | Discourse admin user email | `user@example.com` | -| `auth.username` | Discourse admin user | `user` | -| `auth.password` | Discourse admin password. WARNING: Minimum length of 10 characters | `""` | -| `auth.existingSecret` | Name of an existing secret to use for Discourse credentials | `""` | -| `host` | Hostname to create application URLs (include the port if =/= 80) | `""` | -| `siteName` | Discourse site name | `My Site!` | -| `smtp.enabled` | Enable/disable SMTP | `false` | -| `smtp.host` | SMTP host name | `""` | -| `smtp.port` | SMTP port number | `""` | -| `smtp.user` | SMTP account user name | `""` | -| `smtp.password` | SMTP account password | `""` | -| `smtp.protocol` | SMTP protocol (Allowed values: tls, ssl) | `""` | -| `smtp.auth` | SMTP authentication method | `""` | -| `smtp.existingSecret` | Name of an existing Kubernetes secret. The secret must have the following key configured: `smtp-password` | `""` | -| `replicaCount` | Number of Discourse & Sidekiq replicas | `1` | -| `podSecurityContext.enabled` | Enabled Discourse pods' Security Context | `true` | -| `podSecurityContext.fsGroupChangePolicy` | Set filesystem group change policy | `Always` | -| `podSecurityContext.sysctls` | Set kernel settings using the sysctl interface | `[]` | -| `podSecurityContext.supplementalGroups` | Set filesystem extra groups | `[]` | -| `podSecurityContext.fsGroup` | Set Discourse pod's Security Context fsGroup | `0` | -| `automountServiceAccountToken` | Mount Service Account token in pod | `false` | -| `hostAliases` | Add deployment host aliases | `[]` | -| `podAnnotations` | Additional pod annotations | `{}` | -| `podLabels` | Additional pod labels | `{}` | -| `podAffinityPreset` | Pod affinity preset. Allowed values: soft, hard | `""` | -| `podAntiAffinityPreset` | Pod anti-affinity preset. Ignored if `affinity` is set. Allowed values: `soft` or `hard` | `soft` | -| `nodeAffinityPreset.type` | Node affinity preset type. Ignored if `affinity` is set. Allowed values: `soft` or `hard` | `""` | -| `nodeAffinityPreset.key` | Node label key to match Ignored if `affinity` is set. | `""` | -| `nodeAffinityPreset.values` | Node label values to match. Ignored if `affinity` is set. | `[]` | -| `affinity` | Affinity for pod assignment | `{}` | -| `nodeSelector` | Node labels for pod assignment. | `{}` | -| `tolerations` | Tolerations for pod assignment. | `[]` | -| `topologySpreadConstraints` | Topology Spread Constraints for pod assignment spread across your cluster among failure-domains. Evaluated as a template | `[]` | -| `priorityClassName` | Priority Class Name | `""` | -| `schedulerName` | Use an alternate scheduler, e.g. "stork". | `""` | -| `terminationGracePeriodSeconds` | Seconds Discourse pod needs to terminate gracefully | `""` | -| `updateStrategy.type` | Discourse deployment strategy type | `RollingUpdate` | -| `updateStrategy.rollingUpdate` | Discourse deployment rolling update configuration parameters | `{}` | -| `sidecars` | Add additional sidecar containers to the Discourse pods | `[]` | -| `initContainers` | Add additional init containers to the Discourse pods | `[]` | -| `extraVolumeMounts` | Optionally specify extra list of additional volumeMounts for the Discourse pods | `[]` | -| `extraVolumes` | Optionally specify extra list of additional volumes for the Discourse pods | `[]` | +| Name | Description | Value | +| ---------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------- | +| `image.registry` | Discourse image registry | `REGISTRY_NAME` | +| `image.repository` | Discourse image repository | `REPOSITORY_NAME/discourse` | +| `image.digest` | Discourse image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | +| `image.pullPolicy` | Discourse image pull policy | `IfNotPresent` | +| `image.pullSecrets` | Discourse image pull secrets | `[]` | +| `image.debug` | Enable image debug mode | `false` | +| `auth.email` | Discourse admin user email | `user@example.com` | +| `auth.username` | Discourse admin user | `user` | +| `auth.password` | Discourse admin password. WARNING: Minimum length of 10 characters | `""` | +| `auth.existingSecret` | Name of an existing secret to use for Discourse credentials | `""` | +| `host` | Hostname to create application URLs (include the port if =/= 80) | `""` | +| `siteName` | Discourse site name | `My Site!` | +| `smtp.enabled` | Enable/disable SMTP | `false` | +| `smtp.host` | SMTP host name | `""` | +| `smtp.port` | SMTP port number | `""` | +| `smtp.user` | SMTP account user name | `""` | +| `smtp.password` | SMTP account password | `""` | +| `smtp.protocol` | SMTP protocol (Allowed values: tls, ssl) | `""` | +| `smtp.auth` | SMTP authentication method | `""` | +| `smtp.existingSecret` | Name of an existing Kubernetes secret. The secret must have the following key configured: `smtp-password` | `""` | +| `replicaCount` | Number of Discourse & Sidekiq replicas | `1` | +| `podSecurityContext.enabled` | Enabled Discourse pods' Security Context | `true` | +| `podSecurityContext.fsGroupChangePolicy` | Set filesystem group change policy | `Always` | +| `podSecurityContext.sysctls` | Set kernel settings using the sysctl interface | `[]` | +| `podSecurityContext.supplementalGroups` | Set filesystem extra groups | `[]` | +| `podSecurityContext.fsGroup` | Set Discourse pod's Security Context fsGroup | `0` | +| `automountServiceAccountToken` | Mount Service Account token in pod | `false` | +| `hostAliases` | Add deployment host aliases | `[]` | +| `podAnnotations` | Additional pod annotations | `{}` | +| `podLabels` | Additional pod labels | `{}` | +| `podAffinityPreset` | Pod affinity preset. Allowed values: soft, hard | `""` | +| `podAntiAffinityPreset` | Pod anti-affinity preset. Ignored if `affinity` is set. Allowed values: `soft` or `hard` | `soft` | +| `nodeAffinityPreset.type` | Node affinity preset type. Ignored if `affinity` is set. Allowed values: `soft` or `hard` | `""` | +| `nodeAffinityPreset.key` | Node label key to match Ignored if `affinity` is set. | `""` | +| `nodeAffinityPreset.values` | Node label values to match. Ignored if `affinity` is set. | `[]` | +| `affinity` | Affinity for pod assignment | `{}` | +| `nodeSelector` | Node labels for pod assignment. | `{}` | +| `tolerations` | Tolerations for pod assignment. | `[]` | +| `topologySpreadConstraints` | Topology Spread Constraints for pod assignment spread across your cluster among failure-domains. Evaluated as a template | `[]` | +| `priorityClassName` | Priority Class Name | `""` | +| `schedulerName` | Use an alternate scheduler, e.g. "stork". | `""` | +| `terminationGracePeriodSeconds` | Seconds Discourse pod needs to terminate gracefully | `""` | +| `updateStrategy.type` | Discourse deployment strategy type | `RollingUpdate` | +| `updateStrategy.rollingUpdate` | Discourse deployment rolling update configuration parameters | `{}` | +| `sidecars` | Add additional sidecar containers to the Discourse pods | `[]` | +| `initContainers` | Add additional init containers to the Discourse pods | `[]` | +| `pdb.create` | Enable/disable a Pod Disruption Budget creation | `true` | +| `pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `""` | +| `pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `pdb.minAvailable` and `pdb.maxUnavailable` are empty. | `""` | +| `extraVolumeMounts` | Optionally specify extra list of additional volumeMounts for the Discourse pods | `[]` | +| `extraVolumes` | Optionally specify extra list of additional volumes for the Discourse pods | `[]` | ### Discourse container parameters diff --git a/bitnami/discourse/templates/pdb.yaml b/bitnami/discourse/templates/pdb.yaml new file mode 100644 index 00000000000000..d28d6c12ea27a3 --- /dev/null +++ b/bitnami/discourse/templates/pdb.yaml @@ -0,0 +1,26 @@ +{{- /* +Copyright Broadcom, Inc. All Rights Reserved. +SPDX-License-Identifier: APACHE-2.0 +*/}} + +{{- if and (include "discourse.host" .) (or .Values.postgresql.enabled .Values.externalDatabase.host) .Values.pdb.create }} +apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} +kind: PodDisruptionBudget +metadata: + name: {{ include "common.names.fullname" . }} + namespace: {{ include "common.names.namespace" . | quote }} + labels: {{- include "common.labels.standard" ( dict "customLabels" .Values.commonLabels "context" $ ) | nindent 4 }} + {{- if .Values.commonAnnotations }} + annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }} + {{- end }} +spec: + {{- if .Values.pdb.minAvailable }} + minAvailable: {{ .Values.pdb.minAvailable }} + {{- end }} + {{- if or .Values.pdb.maxUnavailable (not .Values.pdb.minAvailable) }} + maxUnavailable: {{ .Values.pdb.maxUnavailable | default 1 }} + {{- end }} + {{- $podLabels := include "common.tplvalues.merge" (dict "values" (list .Values.podLabels .Values.commonLabels) "context" .) }} + selector: + matchLabels: {{- include "common.labels.matchLabels" ( dict "customLabels" $podLabels "context" $ ) | nindent 6 }} +{{- end }} diff --git a/bitnami/discourse/values.yaml b/bitnami/discourse/values.yaml index b04497bda0e255..32d2f03d86096a 100644 --- a/bitnami/discourse/values.yaml +++ b/bitnami/discourse/values.yaml @@ -259,6 +259,16 @@ sidecars: [] ## containerPort: 1234 ## initContainers: [] +## Pod Disruption Budget configuration +## ref: https://kubernetes.io/docs/tasks/run-application/configure-pdb +## @param pdb.create Enable/disable a Pod Disruption Budget creation +## @param pdb.minAvailable Minimum number/percentage of pods that should remain scheduled +## @param pdb.maxUnavailable Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `pdb.minAvailable` and `pdb.maxUnavailable` are empty. +## +pdb: + create: true + minAvailable: "" + maxUnavailable: "" ## @param extraVolumeMounts Optionally specify extra list of additional volumeMounts for the Discourse pods ## extraVolumeMounts: [] From c5dd038b10990d23a5e2cce04b1470843a8f737f Mon Sep 17 00:00:00 2001 From: Fran Mulero Date: Thu, 30 May 2024 09:45:37 +0200 Subject: [PATCH 107/110] [bitnami/deepspeed] Enable PodDisruptionBudgets (#26424) * [bitnami/deepspeed] Enable PodDisruptionBudgets Signed-off-by: Fran Mulero * Update CHANGELOG.md Signed-off-by: Bitnami Containers --------- Signed-off-by: Fran Mulero Signed-off-by: Bitnami Containers Co-authored-by: Bitnami Containers --- bitnami/deepspeed/CHANGELOG.md | 146 ++++++++++---------- bitnami/deepspeed/Chart.yaml | 2 +- bitnami/deepspeed/README.md | 30 ++-- bitnami/deepspeed/templates/client/pdb.yaml | 30 ++++ bitnami/deepspeed/templates/worker/pdb.yaml | 30 ++++ bitnami/deepspeed/values.yaml | 20 +++ 6 files changed, 174 insertions(+), 84 deletions(-) create mode 100644 bitnami/deepspeed/templates/client/pdb.yaml create mode 100644 bitnami/deepspeed/templates/worker/pdb.yaml diff --git a/bitnami/deepspeed/CHANGELOG.md b/bitnami/deepspeed/CHANGELOG.md index 599112e0fdeddf..dfd9fcd7a69b86 100644 --- a/bitnami/deepspeed/CHANGELOG.md +++ b/bitnami/deepspeed/CHANGELOG.md @@ -1,221 +1,225 @@ # Changelog -## 2.1.1 (2024-05-21) +## 2.2.0 (2024-05-24) -* [bitnami/deepspeed] Use different liveness/readiness probes (part 2) ([#26168](https://github.com/bitnami/charts/pulls/26168)) +* [bitnami/deepspeed] Enable PodDisruptionBudgets ([#26424](https://github.com/bitnami/charts/pull/26424)) + +## 2.1.1 (2024-05-21) + +* [bitnami/deepspeed] Use different liveness/readiness probes (part 2) (#26168) ([a2bb3bd](https://github.com/bitnami/charts/commit/a2bb3bdb5f5e623d28591052fe377dd35aacd728)), closes [#26168](https://github.com/bitnami/charts/issues/26168) ## 2.1.0 (2024-05-21) -* [bitnami/*] ci: :construction_worker: Add tag and changelog support (#25359) ([91c707c](https://github.com/bitnami/charts/commit/91c707c)), closes [#25359](https://github.com/bitnami/charts/issues/25359) -* [bitnami/deepspeed] feat: :sparkles: :lock: Add warning when original images are replaced (#26192) ([309aec1](https://github.com/bitnami/charts/commit/309aec1)), closes [#26192](https://github.com/bitnami/charts/issues/26192) +* [bitnami/*] ci: :construction_worker: Add tag and changelog support (#25359) ([91c707c](https://github.com/bitnami/charts/commit/91c707c9e4e574725a09505d2d313fb93f1b4c0a)), closes [#25359](https://github.com/bitnami/charts/issues/25359) +* [bitnami/deepspeed] feat: :sparkles: :lock: Add warning when original images are replaced (#26192) ([309aec1](https://github.com/bitnami/charts/commit/309aec1ef50ecd3281866feaae45e039a5b100c8)), closes [#26192](https://github.com/bitnami/charts/issues/26192) ## 2.0.6 (2024-05-21) -* [bitnami/deepspeed] Use different liveness/readiness probes (#26121) ([c4196e0](https://github.com/bitnami/charts/commit/c4196e0)), closes [#26121](https://github.com/bitnami/charts/issues/26121) +* [bitnami/deepspeed] Use different liveness/readiness probes (#26121) ([c4196e0](https://github.com/bitnami/charts/commit/c4196e0c9a212ab3810ab85e12ed3c7fbb925a2d)), closes [#26121](https://github.com/bitnami/charts/issues/26121) ## 2.0.5 (2024-05-18) -* [bitnami/*] Change non-root and rolling-tags doc URLs (#25628) ([b067c94](https://github.com/bitnami/charts/commit/b067c94)), closes [#25628](https://github.com/bitnami/charts/issues/25628) -* [bitnami/*] Set new header/owner (#25558) ([8d1dc11](https://github.com/bitnami/charts/commit/8d1dc11)), closes [#25558](https://github.com/bitnami/charts/issues/25558) -* [bitnami/deepspeed] Release 2.0.5 updating components versions (#26093) ([ea8a526](https://github.com/bitnami/charts/commit/ea8a526)), closes [#26093](https://github.com/bitnami/charts/issues/26093) -* Replace VMware by Broadcom copyright text (#25306) ([a5e4bd0](https://github.com/bitnami/charts/commit/a5e4bd0)), closes [#25306](https://github.com/bitnami/charts/issues/25306) +* [bitnami/*] Change non-root and rolling-tags doc URLs (#25628) ([b067c94](https://github.com/bitnami/charts/commit/b067c94f6bcde427863c197fd355f0b5ba12ff5b)), closes [#25628](https://github.com/bitnami/charts/issues/25628) +* [bitnami/*] Set new header/owner (#25558) ([8d1dc11](https://github.com/bitnami/charts/commit/8d1dc11f5fb30db6fba50c43d7af59d2f79deed3)), closes [#25558](https://github.com/bitnami/charts/issues/25558) +* [bitnami/deepspeed] Release 2.0.5 updating components versions (#26093) ([ea8a526](https://github.com/bitnami/charts/commit/ea8a5262079be7156a35a6a5eb16dcb378ea9665)), closes [#26093](https://github.com/bitnami/charts/issues/26093) +* Replace VMware by Broadcom copyright text (#25306) ([a5e4bd0](https://github.com/bitnami/charts/commit/a5e4bd0e35e419203793976a78d9d0a13de92c76)), closes [#25306](https://github.com/bitnami/charts/issues/25306) ## 2.0.4 (2024-04-24) -* [bitnami/deepspeed] Release 2.0.4 updating components versions (#25344) ([5161c55](https://github.com/bitnami/charts/commit/5161c55)), closes [#25344](https://github.com/bitnami/charts/issues/25344) +* [bitnami/deepspeed] Release 2.0.4 updating components versions (#25344) ([5161c55](https://github.com/bitnami/charts/commit/5161c55bb99a4ab46911ee0a0f603812a2e84eff)), closes [#25344](https://github.com/bitnami/charts/issues/25344) ## 2.0.3 (2024-04-16) -* [bitnami/deepspeed] Release 2.0.3 updating components versions (#25187) ([50b29e6](https://github.com/bitnami/charts/commit/50b29e6)), closes [#25187](https://github.com/bitnami/charts/issues/25187) +* [bitnami/deepspeed] Release 2.0.3 updating components versions (#25187) ([50b29e6](https://github.com/bitnami/charts/commit/50b29e671242de52f69b7f78df146436754dfaf9)), closes [#25187](https://github.com/bitnami/charts/issues/25187) ## 2.0.2 (2024-04-05) -* [bitnami/*] Reorder Chart sections (#24455) ([0cf4048](https://github.com/bitnami/charts/commit/0cf4048)), closes [#24455](https://github.com/bitnami/charts/issues/24455) -* [bitnami/deepspeed] Release 2.0.2 (#24997) ([0a0af2d](https://github.com/bitnami/charts/commit/0a0af2d)), closes [#24997](https://github.com/bitnami/charts/issues/24997) -* [bitnami/several] Fix comment mentioning Keycloak (#24661) ([641c546](https://github.com/bitnami/charts/commit/641c546)), closes [#24661](https://github.com/bitnami/charts/issues/24661) -* Update resourcesPreset comments (#24467) ([92e3e8a](https://github.com/bitnami/charts/commit/92e3e8a)), closes [#24467](https://github.com/bitnami/charts/issues/24467) +* [bitnami/*] Reorder Chart sections (#24455) ([0cf4048](https://github.com/bitnami/charts/commit/0cf4048e8743f70a9753d460655bd030cbff6824)), closes [#24455](https://github.com/bitnami/charts/issues/24455) +* [bitnami/deepspeed] Release 2.0.2 (#24997) ([0a0af2d](https://github.com/bitnami/charts/commit/0a0af2d528567be067ed5f8cf9d45847ec97c339)), closes [#24997](https://github.com/bitnami/charts/issues/24997) +* [bitnami/several] Fix comment mentioning Keycloak (#24661) ([641c546](https://github.com/bitnami/charts/commit/641c5468069de826c12d1e7c825807cf68b4ee96)), closes [#24661](https://github.com/bitnami/charts/issues/24661) +* Update resourcesPreset comments (#24467) ([92e3e8a](https://github.com/bitnami/charts/commit/92e3e8a507326d2a20a8f10ab3e7746a2ec5c554)), closes [#24467](https://github.com/bitnami/charts/issues/24467) ## 2.0.1 (2024-03-11) -* [bitnami/deepspeed] chore: :arrow_up: Bump common subchart ([8167283](https://github.com/bitnami/charts/commit/8167283)) +* [bitnami/deepspeed] chore: :arrow_up: Bump common subchart ([8167283](https://github.com/bitnami/charts/commit/8167283dcf41f542c0520017e7d1f6e0f8990e83)) ## 2.0.0 (2024-03-11) -* [bitnami/deepspeed] feat!: :lock: :boom: Improve security defaults (#24292) ([4c045cd](https://github.com/bitnami/charts/commit/4c045cd)), closes [#24292](https://github.com/bitnami/charts/issues/24292) +* [bitnami/deepspeed] feat!: :lock: :boom: Improve security defaults (#24292) ([4c045cd](https://github.com/bitnami/charts/commit/4c045cd751e424e862595af082bed2737a27da79)), closes [#24292](https://github.com/bitnami/charts/issues/24292) ## 1.8.2 (2024-03-08) -* [bitnami/deepspeed] Release 1.8.2 updating components versions (#24267) ([c8d0f2d](https://github.com/bitnami/charts/commit/c8d0f2d)), closes [#24267](https://github.com/bitnami/charts/issues/24267) +* [bitnami/deepspeed] Release 1.8.2 updating components versions (#24267) ([c8d0f2d](https://github.com/bitnami/charts/commit/c8d0f2da760765b7106e33658891d65d79b03612)), closes [#24267](https://github.com/bitnami/charts/issues/24267) ## 1.8.1 (2024-03-07) -* [bitnami/deepspeed] Release 1.8.1 updating components versions (#24233) ([92caaf1](https://github.com/bitnami/charts/commit/92caaf1)), closes [#24233](https://github.com/bitnami/charts/issues/24233) +* [bitnami/deepspeed] Release 1.8.1 updating components versions (#24233) ([92caaf1](https://github.com/bitnami/charts/commit/92caaf1fe0c980bbcb41eca9e58bbc36d6b03f0d)), closes [#24233](https://github.com/bitnami/charts/issues/24233) ## 1.8.0 (2024-03-06) -* [bitnami/deepspeed] feat: :sparkles: :lock: Add automatic adaptation for Openshift restricted-v2 SCC ([0907908](https://github.com/bitnami/charts/commit/0907908)), closes [#24073](https://github.com/bitnami/charts/issues/24073) +* [bitnami/deepspeed] feat: :sparkles: :lock: Add automatic adaptation for Openshift restricted-v2 SCC ([0907908](https://github.com/bitnami/charts/commit/0907908adc68d391fa7879c9600bfeaca4c82c25)), closes [#24073](https://github.com/bitnami/charts/issues/24073) ## 1.7.5 (2024-02-27) -* [bitnami/deepspeed] Release 1.7.5 updating components versions (#23933) ([232cf2c](https://github.com/bitnami/charts/commit/232cf2c)), closes [#23933](https://github.com/bitnami/charts/issues/23933) +* [bitnami/deepspeed] Release 1.7.5 updating components versions (#23933) ([232cf2c](https://github.com/bitnami/charts/commit/232cf2c1071e38bbc59265a4742578394d6b1556)), closes [#23933](https://github.com/bitnami/charts/issues/23933) ## 1.7.4 (2024-02-24) -* [bitnami/deepspeed] Release 1.7.4 updating components versions (#23894) ([cc227b7](https://github.com/bitnami/charts/commit/cc227b7)), closes [#23894](https://github.com/bitnami/charts/issues/23894) +* [bitnami/deepspeed] Release 1.7.4 updating components versions (#23894) ([cc227b7](https://github.com/bitnami/charts/commit/cc227b7663cdbec9667c781262785588eadcdfc0)), closes [#23894](https://github.com/bitnami/charts/issues/23894) ## 1.7.3 (2024-02-23) -* [bitnami/deepspeed] Release 1.7.3 updating components versions (#23870) ([de23cb0](https://github.com/bitnami/charts/commit/de23cb0)), closes [#23870](https://github.com/bitnami/charts/issues/23870) +* [bitnami/deepspeed] Release 1.7.3 updating components versions (#23870) ([de23cb0](https://github.com/bitnami/charts/commit/de23cb0c80011c16e681fe1ae6c20e155fbc8aae)), closes [#23870](https://github.com/bitnami/charts/issues/23870) ## 1.7.2 (2024-02-21) -* [bitnami/deepspeed] Release 1.7.2 updating components versions (#23748) ([3fdd90e](https://github.com/bitnami/charts/commit/3fdd90e)), closes [#23748](https://github.com/bitnami/charts/issues/23748) +* [bitnami/deepspeed] Release 1.7.2 updating components versions (#23748) ([3fdd90e](https://github.com/bitnami/charts/commit/3fdd90ec075502cf55f3535c30858982518b126e)), closes [#23748](https://github.com/bitnami/charts/issues/23748) ## 1.7.1 (2024-02-21) -* [bitnami/deepspeed] feat: :sparkles: :lock: Add resource preset support (#23440) ([fcfad88](https://github.com/bitnami/charts/commit/fcfad88)), closes [#23440](https://github.com/bitnami/charts/issues/23440) -* [bitnami/deepspeed] Release 1.7.1 updating components versions (#23642) ([2005b56](https://github.com/bitnami/charts/commit/2005b56)), closes [#23642](https://github.com/bitnami/charts/issues/23642) +* [bitnami/deepspeed] feat: :sparkles: :lock: Add resource preset support (#23440) ([fcfad88](https://github.com/bitnami/charts/commit/fcfad88e137c92a38e67adfe3b544d249924a1d0)), closes [#23440](https://github.com/bitnami/charts/issues/23440) +* [bitnami/deepspeed] Release 1.7.1 updating components versions (#23642) ([2005b56](https://github.com/bitnami/charts/commit/2005b56cdd2b06ed94ff36772f6a3e52b7f31ebf)), closes [#23642](https://github.com/bitnami/charts/issues/23642) ## 1.7.0 (2024-02-20) -* [bitnami/*] Bump all versions (#23602) ([b70ee2a](https://github.com/bitnami/charts/commit/b70ee2a)), closes [#23602](https://github.com/bitnami/charts/issues/23602) +* [bitnami/*] Bump all versions (#23602) ([b70ee2a](https://github.com/bitnami/charts/commit/b70ee2a30e4dc256bf0ac52928fb2fa7a70f049b)), closes [#23602](https://github.com/bitnami/charts/issues/23602) ## 1.6.1 (2024-02-16) -* [bitnami/deepspeed] Release 1.6.1 updating components versions (#23573) ([d22aed4](https://github.com/bitnami/charts/commit/d22aed4)), closes [#23573](https://github.com/bitnami/charts/issues/23573) +* [bitnami/deepspeed] Release 1.6.1 updating components versions (#23573) ([d22aed4](https://github.com/bitnami/charts/commit/d22aed47f2375af5861faa3ac2b22f1263328875)), closes [#23573](https://github.com/bitnami/charts/issues/23573) ## 1.6.0 (2024-02-14) -* [bitnami/deepspeed] feat: :lock: Enable networkPolicy (#23299) ([6233419](https://github.com/bitnami/charts/commit/6233419)), closes [#23299](https://github.com/bitnami/charts/issues/23299) +* [bitnami/deepspeed] feat: :lock: Enable networkPolicy (#23299) ([6233419](https://github.com/bitnami/charts/commit/623341908329f4dc96b0229dcd6398f560d296e1)), closes [#23299](https://github.com/bitnami/charts/issues/23299) ## 1.5.3 (2024-02-08) -* [bitnami/deepspeed] Release 1.5.3 (#23332) ([e6f3011](https://github.com/bitnami/charts/commit/e6f3011)), closes [#23332](https://github.com/bitnami/charts/issues/23332) +* [bitnami/deepspeed] Release 1.5.3 (#23332) ([e6f3011](https://github.com/bitnami/charts/commit/e6f301116b60df8d7a11afc22428d9383c387b88)), closes [#23332](https://github.com/bitnami/charts/issues/23332) ## 1.5.2 (2024-01-30) -* [bitnami/*] Move documentation sections from docs.bitnami.com back to the README (#22203) ([7564f36](https://github.com/bitnami/charts/commit/7564f36)), closes [#22203](https://github.com/bitnami/charts/issues/22203) -* [bitnami/deepspeed] Release 1.5.2 updating components versions (#22844) ([05570d2](https://github.com/bitnami/charts/commit/05570d2)), closes [#22844](https://github.com/bitnami/charts/issues/22844) +* [bitnami/*] Move documentation sections from docs.bitnami.com back to the README (#22203) ([7564f36](https://github.com/bitnami/charts/commit/7564f36ca1e95ff30ee686652b7ab8690561a707)), closes [#22203](https://github.com/bitnami/charts/issues/22203) +* [bitnami/deepspeed] Release 1.5.2 updating components versions (#22844) ([05570d2](https://github.com/bitnami/charts/commit/05570d23f7f0b8aeda4ae3e2cf601af0329ee87a)), closes [#22844](https://github.com/bitnami/charts/issues/22844) ## 1.5.1 (2024-01-24) -* [bitnami/deepspeed] fix: :bug: Set seLinuxOptions to null for Openshift compatibility (#22578) ([80cb5bb](https://github.com/bitnami/charts/commit/80cb5bb)), closes [#22578](https://github.com/bitnami/charts/issues/22578) +* [bitnami/deepspeed] fix: :bug: Set seLinuxOptions to null for Openshift compatibility (#22578) ([80cb5bb](https://github.com/bitnami/charts/commit/80cb5bba5955ab4db7b5ef8a98950424c8a10768)), closes [#22578](https://github.com/bitnami/charts/issues/22578) ## 1.5.0 (2024-01-19) -* [bitnami/deepspeed] fix: :lock: Move service-account token auto-mount to pod declaration (#22393) ([593a70d](https://github.com/bitnami/charts/commit/593a70d)), closes [#22393](https://github.com/bitnami/charts/issues/22393) +* [bitnami/deepspeed] fix: :lock: Move service-account token auto-mount to pod declaration (#22393) ([593a70d](https://github.com/bitnami/charts/commit/593a70df63c660afa26321edc0bdce3247468a8d)), closes [#22393](https://github.com/bitnami/charts/issues/22393) ## 1.4.1 (2024-01-18) -* [bitnami/deepspeed] Release 1.3.6 updating components versions (#21838) ([827eba4](https://github.com/bitnami/charts/commit/827eba4)), closes [#21838](https://github.com/bitnami/charts/issues/21838) +* [bitnami/deepspeed] Release 1.3.6 updating components versions (#21838) ([827eba4](https://github.com/bitnami/charts/commit/827eba4f1d12f7620ce815f6d4b68b279f2dd699)), closes [#21838](https://github.com/bitnami/charts/issues/21838) ## 1.4.0 (2024-01-16) -* [bitnami/deepspeed] fix: :lock: Improve podSecurityContext and containerSecurityContext with essenti ([df53714](https://github.com/bitnami/charts/commit/df53714)), closes [#22109](https://github.com/bitnami/charts/issues/22109) +* [bitnami/deepspeed] fix: :lock: Improve podSecurityContext and containerSecurityContext with essenti ([df53714](https://github.com/bitnami/charts/commit/df537144cd3c0da79341ee6690041cf124755c44)), closes [#22109](https://github.com/bitnami/charts/issues/22109) ## 1.3.6 (2024-01-15) -* [bitnami/*] Fix docs.bitnami.com broken links (#21901) ([f35506d](https://github.com/bitnami/charts/commit/f35506d)), closes [#21901](https://github.com/bitnami/charts/issues/21901) -* [bitnami/*] Fix ref links (in comments) (#21822) ([e4fa296](https://github.com/bitnami/charts/commit/e4fa296)), closes [#21822](https://github.com/bitnami/charts/issues/21822) -* [bitnami/*] Update copyright: Year and company (#21815) ([6c4bf75](https://github.com/bitnami/charts/commit/6c4bf75)), closes [#21815](https://github.com/bitnami/charts/issues/21815) -* [bitnami/deepspeed] fix: :lock: Do not use the default service account (#21991) ([33f24b3](https://github.com/bitnami/charts/commit/33f24b3)), closes [#21991](https://github.com/bitnami/charts/issues/21991) +* [bitnami/*] Fix docs.bitnami.com broken links (#21901) ([f35506d](https://github.com/bitnami/charts/commit/f35506d2dadee4f097986e7792df1f53ab215b5d)), closes [#21901](https://github.com/bitnami/charts/issues/21901) +* [bitnami/*] Fix ref links (in comments) (#21822) ([e4fa296](https://github.com/bitnami/charts/commit/e4fa296106b225cf8c82445727c675c7c725e380)), closes [#21822](https://github.com/bitnami/charts/issues/21822) +* [bitnami/*] Update copyright: Year and company (#21815) ([6c4bf75](https://github.com/bitnami/charts/commit/6c4bf75dec58fc7c9aee9f089777b1a858c17d5b)), closes [#21815](https://github.com/bitnami/charts/issues/21815) +* [bitnami/deepspeed] fix: :lock: Do not use the default service account (#21991) ([33f24b3](https://github.com/bitnami/charts/commit/33f24b3e202f5d6bd143e054f31477870dcdaa68)), closes [#21991](https://github.com/bitnami/charts/issues/21991) ## 1.3.5 (2023-11-21) -* [bitnami/*] Remove relative links to non-README sections, add verification for that and update TL;DR ([1103633](https://github.com/bitnami/charts/commit/1103633)), closes [#20967](https://github.com/bitnami/charts/issues/20967) -* [bitnami/*] Rename solutions to "Bitnami package for ..." (#21038) ([b82f979](https://github.com/bitnami/charts/commit/b82f979)), closes [#21038](https://github.com/bitnami/charts/issues/21038) -* [bitnami/deepspeed] Release 1.3.5 updating components versions (#21106) ([7154d94](https://github.com/bitnami/charts/commit/7154d94)), closes [#21106](https://github.com/bitnami/charts/issues/21106) +* [bitnami/*] Remove relative links to non-README sections, add verification for that and update TL;DR ([1103633](https://github.com/bitnami/charts/commit/11036334d82df0490aa4abdb591543cab6cf7d7f)), closes [#20967](https://github.com/bitnami/charts/issues/20967) +* [bitnami/*] Rename solutions to "Bitnami package for ..." (#21038) ([b82f979](https://github.com/bitnami/charts/commit/b82f979e4fb63423fe6e2192c946d09d79c944fc)), closes [#21038](https://github.com/bitnami/charts/issues/21038) +* [bitnami/deepspeed] Release 1.3.5 updating components versions (#21106) ([7154d94](https://github.com/bitnami/charts/commit/7154d943d1a13cb4c8dfeae248a5edf9bdf34a95)), closes [#21106](https://github.com/bitnami/charts/issues/21106) ## 1.3.4 (2023-11-16) -* [bitnami/deepspeed] Release 1.3.4 updating components versions (#20996) ([fd3129d](https://github.com/bitnami/charts/commit/fd3129d)), closes [#20996](https://github.com/bitnami/charts/issues/20996) +* [bitnami/deepspeed] Release 1.3.4 updating components versions (#20996) ([fd3129d](https://github.com/bitnami/charts/commit/fd3129d80fad8a21bf172ce186808f0588344d8d)), closes [#20996](https://github.com/bitnami/charts/issues/20996) ## 1.3.3 (2023-11-15) -* [bitnami/deepspeed] Release 1.3.3 updating components versions (#20984) ([c5f6b14](https://github.com/bitnami/charts/commit/c5f6b14)), closes [#20984](https://github.com/bitnami/charts/issues/20984) +* [bitnami/deepspeed] Release 1.3.3 updating components versions (#20984) ([c5f6b14](https://github.com/bitnami/charts/commit/c5f6b1460a66ee07933357c24b79f28aa5a15ac2)), closes [#20984](https://github.com/bitnami/charts/issues/20984) ## 1.3.2 (2023-11-13) -* [bitnami/deepspeed] Release 1.3.2 updating components versions (#20928) ([c1fcfc4](https://github.com/bitnami/charts/commit/c1fcfc4)), closes [#20928](https://github.com/bitnami/charts/issues/20928) +* [bitnami/deepspeed] Release 1.3.2 updating components versions (#20928) ([c1fcfc4](https://github.com/bitnami/charts/commit/c1fcfc4b7ce68ef911077853795ef05a0719b5cb)), closes [#20928](https://github.com/bitnami/charts/issues/20928) ## 1.3.1 (2023-11-10) -* [bitnami/deepspeed] Release 1.3.1 (#20695) ([0d624f9](https://github.com/bitnami/charts/commit/0d624f9)), closes [#20695](https://github.com/bitnami/charts/issues/20695) +* [bitnami/deepspeed] Release 1.3.1 (#20695) ([0d624f9](https://github.com/bitnami/charts/commit/0d624f924e7cd9c2d31a4cefbe09f548635c5e4f)), closes [#20695](https://github.com/bitnami/charts/issues/20695) ## 1.3.0 (2023-11-06) -* [bitnami/deepspeed] feat: :sparkles: Add support for PSA restricted policy (#20420) ([8d63995](https://github.com/bitnami/charts/commit/8d63995)), closes [#20420](https://github.com/bitnami/charts/issues/20420) +* [bitnami/deepspeed] feat: :sparkles: Add support for PSA restricted policy (#20420) ([8d63995](https://github.com/bitnami/charts/commit/8d639950903e0bde10810549ec45e943cb3bc585)), closes [#20420](https://github.com/bitnami/charts/issues/20420) ## 1.2.7 (2023-10-23) -* [bitnami/*] Rename VMware Application Catalog (#20361) ([3acc734](https://github.com/bitnami/charts/commit/3acc734)), closes [#20361](https://github.com/bitnami/charts/issues/20361) -* [bitnami/*] Skip image's tag in the README files of the Bitnami Charts (#19841) ([bb9a01b](https://github.com/bitnami/charts/commit/bb9a01b)), closes [#19841](https://github.com/bitnami/charts/issues/19841) -* [bitnami/*] Standardize documentation (#19835) ([af5f753](https://github.com/bitnami/charts/commit/af5f753)), closes [#19835](https://github.com/bitnami/charts/issues/19835) -* [bitnami/deepspeed] Release 1.2.7 updating components versions (#20365) ([354d248](https://github.com/bitnami/charts/commit/354d248)), closes [#20365](https://github.com/bitnami/charts/issues/20365) +* [bitnami/*] Rename VMware Application Catalog (#20361) ([3acc734](https://github.com/bitnami/charts/commit/3acc73472beb6fb56c4d99f929061001205bc57e)), closes [#20361](https://github.com/bitnami/charts/issues/20361) +* [bitnami/*] Skip image's tag in the README files of the Bitnami Charts (#19841) ([bb9a01b](https://github.com/bitnami/charts/commit/bb9a01b65911c87e48318db922cc05eb42785e42)), closes [#19841](https://github.com/bitnami/charts/issues/19841) +* [bitnami/*] Standardize documentation (#19835) ([af5f753](https://github.com/bitnami/charts/commit/af5f7530c1bc8c5ded53a6c4f7b8f384ac1804f2)), closes [#19835](https://github.com/bitnami/charts/issues/19835) +* [bitnami/deepspeed] Release 1.2.7 updating components versions (#20365) ([354d248](https://github.com/bitnami/charts/commit/354d248e1404ae542db8ab3c1e90a518e86416ec)), closes [#20365](https://github.com/bitnami/charts/issues/20365) ## 1.2.6 (2023-10-12) -* [bitnami/deepspeed] Release 1.2.6 (#20201) ([bbf8671](https://github.com/bitnami/charts/commit/bbf8671)), closes [#20201](https://github.com/bitnami/charts/issues/20201) +* [bitnami/deepspeed] Release 1.2.6 (#20201) ([bbf8671](https://github.com/bitnami/charts/commit/bbf8671f1d3a745e7839c508fa0c3be33c872402)), closes [#20201](https://github.com/bitnami/charts/issues/20201) ## 1.2.5 (2023-10-09) -* [bitnami/deepspeed] Release 1.2.5 (#19903) ([f96288d](https://github.com/bitnami/charts/commit/f96288d)), closes [#19903](https://github.com/bitnami/charts/issues/19903) +* [bitnami/deepspeed] Release 1.2.5 (#19903) ([f96288d](https://github.com/bitnami/charts/commit/f96288d8861c25b60ced89945271b6b4a48dd7e6)), closes [#19903](https://github.com/bitnami/charts/issues/19903) ## 1.2.4 (2023-10-09) -* [bitnami/*] Update Helm charts prerequisites (#19745) ([eb755dd](https://github.com/bitnami/charts/commit/eb755dd)), closes [#19745](https://github.com/bitnami/charts/issues/19745) -* [bitnami/deepspeed] bump bitnami/common (#19783) ([054f89a](https://github.com/bitnami/charts/commit/054f89a)), closes [#19783](https://github.com/bitnami/charts/issues/19783) -* Revert "Autogenerate schema files (#19194)" (#19335) ([73d80be](https://github.com/bitnami/charts/commit/73d80be)), closes [#19194](https://github.com/bitnami/charts/issues/19194) [#19335](https://github.com/bitnami/charts/issues/19335) +* [bitnami/*] Update Helm charts prerequisites (#19745) ([eb755dd](https://github.com/bitnami/charts/commit/eb755dd36a4dd3cf6635be8e0598f9a7f4c4a554)), closes [#19745](https://github.com/bitnami/charts/issues/19745) +* [bitnami/deepspeed] bump bitnami/common (#19783) ([054f89a](https://github.com/bitnami/charts/commit/054f89a6a03da756493f9e334745138e7e0869eb)), closes [#19783](https://github.com/bitnami/charts/issues/19783) +* Revert "Autogenerate schema files (#19194)" (#19335) ([73d80be](https://github.com/bitnami/charts/commit/73d80be525c88fb4b8a54451a55acd506e337062)), closes [#19194](https://github.com/bitnami/charts/issues/19194) [#19335](https://github.com/bitnami/charts/issues/19335) ## 1.2.3 (2023-09-12) -* [bitnami/deepspeed] Release 1.2.3 (#19243) ([0897e83](https://github.com/bitnami/charts/commit/0897e83)), closes [#19243](https://github.com/bitnami/charts/issues/19243) -* Autogenerate schema files (#19194) ([a2c2090](https://github.com/bitnami/charts/commit/a2c2090)), closes [#19194](https://github.com/bitnami/charts/issues/19194) +* [bitnami/deepspeed] Release 1.2.3 (#19243) ([0897e83](https://github.com/bitnami/charts/commit/0897e837e9ba11573ac9457600aa14de2ddb0a85)), closes [#19243](https://github.com/bitnami/charts/issues/19243) +* Autogenerate schema files (#19194) ([a2c2090](https://github.com/bitnami/charts/commit/a2c2090b5ac97f47b745c8028c6452bf99739772)), closes [#19194](https://github.com/bitnami/charts/issues/19194) ## 1.2.2 (2023-09-06) -* [bitnami/deepspeed]: Use merge helper (#19061) ([a108f3b](https://github.com/bitnami/charts/commit/a108f3b)), closes [#19061](https://github.com/bitnami/charts/issues/19061) +* [bitnami/deepspeed]: Use merge helper (#19061) ([a108f3b](https://github.com/bitnami/charts/commit/a108f3bd62b90fc0f19405c572d1f1cbbc202348)), closes [#19061](https://github.com/bitnami/charts/issues/19061) ## 1.2.1 (2023-08-31) -* [bitnami/deepspeed] Release 1.2.1 (#18970) ([8f59911](https://github.com/bitnami/charts/commit/8f59911)), closes [#18970](https://github.com/bitnami/charts/issues/18970) +* [bitnami/deepspeed] Release 1.2.1 (#18970) ([8f59911](https://github.com/bitnami/charts/commit/8f59911b638b3222c64691b90194c0df1e1b60a0)), closes [#18970](https://github.com/bitnami/charts/issues/18970) ## 1.2.0 (2023-08-29) -* [bitnami/deepspeed] Support for customizing standard labels (#18478) ([9c8407e](https://github.com/bitnami/charts/commit/9c8407e)), closes [#18478](https://github.com/bitnami/charts/issues/18478) +* [bitnami/deepspeed] Support for customizing standard labels (#18478) ([9c8407e](https://github.com/bitnami/charts/commit/9c8407ea49c59a4fb7da91149f15cd0062ed1082)), closes [#18478](https://github.com/bitnami/charts/issues/18478) ## 1.1.6 (2023-08-22) -* [bitnami/deepspeed] Release 1.1.6 (#18781) ([75d6f29](https://github.com/bitnami/charts/commit/75d6f29)), closes [#18781](https://github.com/bitnami/charts/issues/18781) +* [bitnami/deepspeed] Release 1.1.6 (#18781) ([75d6f29](https://github.com/bitnami/charts/commit/75d6f29a01c6dcd385ea8469eb756828f3cf9f36)), closes [#18781](https://github.com/bitnami/charts/issues/18781) ## 1.1.5 (2023-08-18) -* [bitnami/deepspeed] fix: :bug: Set HOME to /home/deepspeed (#18614) ([363051a](https://github.com/bitnami/charts/commit/363051a)), closes [#18614](https://github.com/bitnami/charts/issues/18614) +* [bitnami/deepspeed] fix: :bug: Set HOME to /home/deepspeed (#18614) ([363051a](https://github.com/bitnami/charts/commit/363051a739d813f951ea0b165c27ca36c050b1f0)), closes [#18614](https://github.com/bitnami/charts/issues/18614) ## 1.1.4 (2023-08-17) -* [bitnami/deepspeed] Release 1.1.4 (#18508) ([e2ecd36](https://github.com/bitnami/charts/commit/e2ecd36)), closes [#18508](https://github.com/bitnami/charts/issues/18508) +* [bitnami/deepspeed] Release 1.1.4 (#18508) ([e2ecd36](https://github.com/bitnami/charts/commit/e2ecd36a0618d02ea3a8ad6ee48508b16ee31f72)), closes [#18508](https://github.com/bitnami/charts/issues/18508) ## 1.1.3 (2023-08-14) -* [bitnami/deepspeed] Release 1.1.3 (#18394) ([2796e51](https://github.com/bitnami/charts/commit/2796e51)), closes [#18394](https://github.com/bitnami/charts/issues/18394) +* [bitnami/deepspeed] Release 1.1.3 (#18394) ([2796e51](https://github.com/bitnami/charts/commit/2796e51b0ec5295a11772ed91e6d7d44cf756c66)), closes [#18394](https://github.com/bitnami/charts/issues/18394) ## 1.1.2 (2023-08-13) -* [bitnami/deepspeed] Release 1.1.2 (#18389) ([72fee9e](https://github.com/bitnami/charts/commit/72fee9e)), closes [#18389](https://github.com/bitnami/charts/issues/18389) +* [bitnami/deepspeed] Release 1.1.2 (#18389) ([72fee9e](https://github.com/bitnami/charts/commit/72fee9ebfb8af8d3628bfe0b3b5c00f83cfdca62)), closes [#18389](https://github.com/bitnami/charts/issues/18389) ## 1.1.1 (2023-08-11) -* [bitnami/deepspeed] fix: :bug: Add context to init container (#18360) ([24d9de2](https://github.com/bitnami/charts/commit/24d9de2)), closes [#18360](https://github.com/bitnami/charts/issues/18360) +* [bitnami/deepspeed] fix: :bug: Add context to init container (#18360) ([24d9de2](https://github.com/bitnami/charts/commit/24d9de2ba259e6086da7d75a8a991210771bb5ad)), closes [#18360](https://github.com/bitnami/charts/issues/18360) ## 1.1.0 (2023-08-09) -* [bitnami/deepspeed] feat: :sparkles: Allow older versions of ssh (#18332) ([67d991f](https://github.com/bitnami/charts/commit/67d991f)), closes [#18332](https://github.com/bitnami/charts/issues/18332) +* [bitnami/deepspeed] feat: :sparkles: Allow older versions of ssh (#18332) ([67d991f](https://github.com/bitnami/charts/commit/67d991f32939c0bb979449bf89f93b876adc59a1)), closes [#18332](https://github.com/bitnami/charts/issues/18332) ## 1.0.0 (2023-08-08) -* [bitnami/deepspeed] Release 1.0.0 (#18256) ([c0ae702](https://github.com/bitnami/charts/commit/c0ae702)), closes [#18256](https://github.com/bitnami/charts/issues/18256) +* [bitnami/deepspeed] Release 1.0.0 (#18256) ([c0ae702](https://github.com/bitnami/charts/commit/c0ae702a65e20b295a6c86539dd8365e1091da8d)), closes [#18256](https://github.com/bitnami/charts/issues/18256) ## 0.1.0 (2023-08-07) -* [bitnami/deepspeed] feat: :tada: Add chart (#18139) ([a6e91d3](https://github.com/bitnami/charts/commit/a6e91d3)), closes [#18139](https://github.com/bitnami/charts/issues/18139) +* [bitnami/deepspeed] feat: :tada: Add chart (#18139) ([a6e91d3](https://github.com/bitnami/charts/commit/a6e91d36d8415f9d0179e019ceba261d8b963d4e)), closes [#18139](https://github.com/bitnami/charts/issues/18139) diff --git a/bitnami/deepspeed/Chart.yaml b/bitnami/deepspeed/Chart.yaml index 8c767d6254840d..84459a496d168a 100644 --- a/bitnami/deepspeed/Chart.yaml +++ b/bitnami/deepspeed/Chart.yaml @@ -35,5 +35,5 @@ name: deepspeed sources: - https://github.com/bitnami/charts/tree/main/bitnami/deepspeed - https://github.com/bitnami/charts/tree/main/bitnami/pytorch -version: 2.1.1 +version: 2.2.0 diff --git a/bitnami/deepspeed/README.md b/bitnami/deepspeed/README.md index 03c8faedd7e4e8..f34886320afda7 100644 --- a/bitnami/deepspeed/README.md +++ b/bitnami/deepspeed/README.md @@ -315,18 +315,21 @@ You can enable this initContainer by setting `volumePermissions.enabled` to `tru ### Deepspeed Client persistence paramaters -| Name | Description | Value | -| ---------------------------------- | ----------------------------------------------------------------------- | ------------------------- | -| `client.persistence.enabled` | Use a PVC to persist data | `false` | -| `client.persistence.storageClass` | discourse & sidekiq data Persistent Volume Storage Class | `""` | -| `client.persistence.existingClaim` | Use a existing PVC which must be created manually before bound | `""` | -| `client.persistence.mountPath` | Path to mount the volume at | `/bitnami/deepspeed/data` | -| `client.persistence.accessModes` | Persistent Volume Access Mode | `["ReadWriteOnce"]` | -| `client.persistence.dataSource` | Custom PVC data source | `{}` | -| `client.persistence.selector` | Selector to match an existing Persistent Volume for the client data PVC | `{}` | -| `client.persistence.size` | Size of data volume | `8Gi` | -| `client.persistence.labels` | Persistent Volume labels | `{}` | -| `client.persistence.annotations` | Persistent Volume annotations | `{}` | +| Name | Description | Value | +| ---------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------- | +| `client.persistence.enabled` | Use a PVC to persist data | `false` | +| `client.persistence.storageClass` | discourse & sidekiq data Persistent Volume Storage Class | `""` | +| `client.persistence.existingClaim` | Use a existing PVC which must be created manually before bound | `""` | +| `client.persistence.mountPath` | Path to mount the volume at | `/bitnami/deepspeed/data` | +| `client.persistence.accessModes` | Persistent Volume Access Mode | `["ReadWriteOnce"]` | +| `client.persistence.dataSource` | Custom PVC data source | `{}` | +| `client.persistence.selector` | Selector to match an existing Persistent Volume for the client data PVC | `{}` | +| `client.persistence.size` | Size of data volume | `8Gi` | +| `client.persistence.labels` | Persistent Volume labels | `{}` | +| `client.persistence.annotations` | Persistent Volume annotations | `{}` | +| `client.pdb.create` | Enable/disable a Pod Disruption Budget creation | `true` | +| `client.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `""` | +| `client.pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `client.pdb.minAvailable` and `client.pdb.maxUnavailable` are empty. | `""` | ### Worker Deployment Parameters @@ -454,6 +457,9 @@ You can enable this initContainer by setting `volumePermissions.enabled` to `tru | `worker.persistence.size` | Size of data volume | `8Gi` | | `worker.persistence.labels` | Persistent Volume labels | `{}` | | `worker.persistence.annotations` | Persistent Volume annotations | `{}` | +| `worker.pdb.create` | Enable/disable a Pod Disruption Budget creation | `true` | +| `worker.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `""` | +| `worker.pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `worker.pdb.minAvailable` and `worker.pdb.maxUnavailable` are empty. | `""` | | `gitImage.registry` | Git image registry | `REGISTRY_NAME` | | `gitImage.repository` | Git image repository | `REPOSITORY_NAME/git` | | `gitImage.digest` | Git image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | diff --git a/bitnami/deepspeed/templates/client/pdb.yaml b/bitnami/deepspeed/templates/client/pdb.yaml new file mode 100644 index 00000000000000..e8c5cba3a7007f --- /dev/null +++ b/bitnami/deepspeed/templates/client/pdb.yaml @@ -0,0 +1,30 @@ +{{- /* +Copyright Broadcom, Inc. All Rights Reserved. +SPDX-License-Identifier: APACHE-2.0 +*/}} + +{{- if and .Values.client.enabled .Values.client.pdb.create (not .Values.client.useJob) }} +apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} +kind: PodDisruptionBudget +metadata: + name: {{ include "deepspeed.v0.client.fullname" . }} + namespace: {{ include "common.names.namespace" . | quote }} + labels: {{- include "common.labels.standard" ( dict "customLabels" .Values.commonLabels "context" $ ) | nindent 4 }} + app.kubernetes.io/part-of: deepspeed + app.kubernetes.io/component: client + {{- if .Values.commonAnnotations }} + annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }} + {{- end }} +spec: + {{- if .Values.client.pdb.minAvailable }} + minAvailable: {{ .Values.client.pdb.minAvailable }} + {{- end }} + {{- if or .Values.client.pdb.maxUnavailable (not .Values.client.pdb.minAvailable) }} + maxUnavailable: {{ .Values.client.pdb.maxUnavailable | default 1 }} + {{- end }} + {{- $podLabels := include "common.tplvalues.merge" (dict "values" (list .Values.client.podLabels .Values.commonLabels) "context" .) }} + selector: + matchLabels: {{- include "common.labels.matchLabels" ( dict "customLabels" $podLabels "context" $ ) | nindent 6 }} + app.kubernetes.io/part-of: deepspeed + app.kubernetes.io/component: client +{{- end }} diff --git a/bitnami/deepspeed/templates/worker/pdb.yaml b/bitnami/deepspeed/templates/worker/pdb.yaml new file mode 100644 index 00000000000000..f7f8f33225962a --- /dev/null +++ b/bitnami/deepspeed/templates/worker/pdb.yaml @@ -0,0 +1,30 @@ +{{- /* +Copyright Broadcom, Inc. All Rights Reserved. +SPDX-License-Identifier: APACHE-2.0 +*/}} + +{{- if and .Values.worker.enabled .Values.worker.pdb.create }} +apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} +kind: PodDisruptionBudget +metadata: + name: {{ include "deepspeed.v0.worker.fullname" . }} + namespace: {{ include "common.names.namespace" . | quote }} + labels: {{- include "common.labels.standard" ( dict "customLabels" .Values.commonLabels "context" $ ) | nindent 4 }} + app.kubernetes.io/part-of: deepspeed + app.kubernetes.io/component: worker + {{- if .Values.commonAnnotations }} + annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }} + {{- end }} +spec: + {{- if .Values.worker.pdb.minAvailable }} + minAvailable: {{ .Values.worker.pdb.minAvailable }} + {{- end }} + {{- if or .Values.worker.pdb.maxUnavailable (not .Values.worker.pdb.minAvailable) }} + maxUnavailable: {{ .Values.worker.pdb.maxUnavailable | default 1 }} + {{- end }} + {{- $podLabels := include "common.tplvalues.merge" (dict "values" (list .Values.worker.podLabels .Values.commonLabels) "context" .) }} + selector: + matchLabels: {{- include "common.labels.matchLabels" ( dict "customLabels" $podLabels "context" $ ) | nindent 6 }} + app.kubernetes.io/part-of: deepspeed + app.kubernetes.io/component: worker +{{- end }} diff --git a/bitnami/deepspeed/values.yaml b/bitnami/deepspeed/values.yaml index 9d5441623ff5ff..66f048d88698e0 100644 --- a/bitnami/deepspeed/values.yaml +++ b/bitnami/deepspeed/values.yaml @@ -543,6 +543,16 @@ client: ## @param client.persistence.annotations Persistent Volume annotations ## annotations: {} + ## Pod Disruption Budget configuration + ## ref: https://kubernetes.io/docs/tasks/run-application/configure-pdb + ## @param client.pdb.create Enable/disable a Pod Disruption Budget creation + ## @param client.pdb.minAvailable Minimum number/percentage of pods that should remain scheduled + ## @param client.pdb.maxUnavailable Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `client.pdb.minAvailable` and `client.pdb.maxUnavailable` are empty. + ## + pdb: + create: true + minAvailable: "" + maxUnavailable: "" ## @section Worker Deployment Parameters ## worker: @@ -1003,6 +1013,16 @@ worker: ## @param worker.persistence.annotations Persistent Volume annotations ## annotations: {} + ## Pod Disruption Budget configuration + ## ref: https://kubernetes.io/docs/tasks/run-application/configure-pdb + ## @param worker.pdb.create Enable/disable a Pod Disruption Budget creation + ## @param worker.pdb.minAvailable Minimum number/percentage of pods that should remain scheduled + ## @param worker.pdb.maxUnavailable Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `worker.pdb.minAvailable` and `worker.pdb.maxUnavailable` are empty. + ## + pdb: + create: true + minAvailable: "" + maxUnavailable: "" ## Bitnami git image version ## ref: https://hub.docker.com/r/bitnami/git/tags/ ## @param gitImage.registry [default: REGISTRY_NAME] Git image registry From c2b50f25b5a553fe180784947091673093757a81 Mon Sep 17 00:00:00 2001 From: Fran Mulero Date: Thu, 30 May 2024 09:45:58 +0200 Subject: [PATCH 108/110] [bitnami/argo-cd] Enable PodDisruptionBudgets (#26419) * [bitnami/argo-cd] Add PodDisruptionBudgets Signed-off-by: Fran Mulero * Update CHANGELOG.md Signed-off-by: Bitnami Containers * Update CHANGELOG.md Signed-off-by: Bitnami Containers --------- Signed-off-by: Fran Mulero Signed-off-by: Bitnami Containers Co-authored-by: Bitnami Containers --- bitnami/argo-cd/CHANGELOG.md | 8 ++- bitnami/argo-cd/Chart.lock | 2 +- bitnami/argo-cd/Chart.yaml | 2 +- bitnami/argo-cd/README.md | 18 ++++++ .../templates/application-controller/pdb.yaml | 28 +++++++++ .../argo-cd/templates/applicationset/pdb.yaml | 28 +++++++++ bitnami/argo-cd/templates/dex/pdb.yaml | 28 +++++++++ .../argo-cd/templates/notifications/pdb.yaml | 28 +++++++++ .../argo-cd/templates/repo-server/pdb.yaml | 28 +++++++++ bitnami/argo-cd/templates/server/pdb.yaml | 28 +++++++++ bitnami/argo-cd/values.yaml | 60 +++++++++++++++++++ 11 files changed, 254 insertions(+), 4 deletions(-) create mode 100644 bitnami/argo-cd/templates/application-controller/pdb.yaml create mode 100644 bitnami/argo-cd/templates/applicationset/pdb.yaml create mode 100644 bitnami/argo-cd/templates/dex/pdb.yaml create mode 100644 bitnami/argo-cd/templates/notifications/pdb.yaml create mode 100644 bitnami/argo-cd/templates/repo-server/pdb.yaml create mode 100644 bitnami/argo-cd/templates/server/pdb.yaml diff --git a/bitnami/argo-cd/CHANGELOG.md b/bitnami/argo-cd/CHANGELOG.md index 9a8c8cc38a8bb9..c96f6a96686f0a 100644 --- a/bitnami/argo-cd/CHANGELOG.md +++ b/bitnami/argo-cd/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog -## 6.3.4 (2024-05-28) +## 6.4.0 (2024-05-29) -* [bitnami/argo-cd] Define port for notifications probes ([#26485](https://github.com/bitnami/charts/pull/26485)) +* [bitnami/argo-cd] Enable PodDisruptionBudgets ([#26419](https://github.com/bitnami/charts/pull/26419)) + +## 6.3.4 (2024-05-28) + +* [bitnami/argo-cd] Define port for notifications probes (#26485) ([4500caf](https://github.com/bitnami/charts/commit/4500cafc0aab84295f85bd839978929e5dfc8773)), closes [#26485](https://github.com/bitnami/charts/issues/26485) ## 6.3.3 (2024-05-24) diff --git a/bitnami/argo-cd/Chart.lock b/bitnami/argo-cd/Chart.lock index 9ff890e6a82935..1d21b8083f1ed9 100644 --- a/bitnami/argo-cd/Chart.lock +++ b/bitnami/argo-cd/Chart.lock @@ -6,4 +6,4 @@ dependencies: repository: oci://registry-1.docker.io/bitnamicharts version: 2.19.3 digest: sha256:76d6e4b79e82a6a2fe28129a71f45a81f2162f3457202673a91e934489a40aad -generated: "2024-05-24T14:31:26.856603768Z" +generated: "2024-05-24T17:20:55.088121+02:00" diff --git a/bitnami/argo-cd/Chart.yaml b/bitnami/argo-cd/Chart.yaml index a0b50c7e8a2612..96a3bd573c5d73 100644 --- a/bitnami/argo-cd/Chart.yaml +++ b/bitnami/argo-cd/Chart.yaml @@ -39,4 +39,4 @@ maintainers: name: argo-cd sources: - https://github.com/bitnami/charts/tree/main/bitnami/argo-cd -version: 6.3.4 +version: 6.4.0 diff --git a/bitnami/argo-cd/README.md b/bitnami/argo-cd/README.md index c8d7d3c8f65f1f..67db5e48dc81ea 100644 --- a/bitnami/argo-cd/README.md +++ b/bitnami/argo-cd/README.md @@ -396,6 +396,9 @@ As an alternative, use one of the preset configurations for pod affinity, pod an | `controller.extraVolumeMounts` | Optionally specify extra list of additional volumeMounts for the Argo CD container(s) | `[]` | | `controller.sidecars` | Add additional sidecar containers to the Argo CD pod(s) | `[]` | | `controller.initContainers` | Add additional init containers to the Argo CD pod(s) | `[]` | +| `controller.pdb.create` | Enable/disable a Pod Disruption Budget creation | `true` | +| `controller.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `""` | +| `controller.pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `controller.pdb.minAvailable` and `controller.pdb.maxUnavailable` are empty. | `""` | ### Argo CD ApplicationSet controller parameters @@ -516,6 +519,9 @@ As an alternative, use one of the preset configurations for pod affinity, pod an | `applicationSet.webhook.ingress.extraPaths` | Extra paths for the Argo CD applicationSet ingress | `[]` | | `applicationSet.webhook.ingress.extraTls` | Extra TLS configuration for the Argo CD applicationSet ingress | `[]` | | `applicationSet.webhook.ingress.tls` | Ingress TLS configuration | `[]` | +| `applicationSet.pdb.create` | Enable/disable a Pod Disruption Budget creation | `true` | +| `applicationSet.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `""` | +| `applicationSet.pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `controller.pdb.minAvailable` and `controller.pdb.maxUnavailable` are empty. | `""` | ### Argo CD notifications controller parameters @@ -708,6 +714,9 @@ As an alternative, use one of the preset configurations for pod affinity, pod an | `notifications.bots.slack.extraEnvVars` | Array with extra environment variables to add to Argo CD Slack bot nodes | `[]` | | `notifications.bots.slack.extraEnvVarsCM` | Name of existing ConfigMap containing extra env vars for Argo CD Slack bot nodes | `""` | | `notifications.bots.slack.extraEnvVarsSecret` | Name of existing Secret containing extra env vars for Argo CD Slack bot nodes | `""` | +| `notifications.pdb.create` | Enable/disable a Pod Disruption Budget creation | `true` | +| `notifications.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `""` | +| `notifications.pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `notifications.pdb.minAvailable` and `notifications.pdb.maxUnavailable` are empty. | `""` | ### Argo CD server Parameters @@ -868,6 +877,9 @@ As an alternative, use one of the preset configurations for pod affinity, pod an | `server.serviceAccount.name` | The name of the ServiceAccount to use. | `""` | | `server.serviceAccount.automountServiceAccountToken` | Automount service account token for the server service account | `false` | | `server.serviceAccount.annotations` | Annotations for service account. Evaluated as a template. Only used if `create` is `true`. | `{}` | +| `server.pdb.create` | Enable/disable a Pod Disruption Budget creation | `true` | +| `server.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `""` | +| `server.pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `server.pdb.minAvailable` and `server.pdb.maxUnavailable` are empty. | `""` | ### Argo CD repo server Parameters @@ -993,6 +1005,9 @@ As an alternative, use one of the preset configurations for pod affinity, pod an | `repoServer.extraVolumeMounts` | Optionally specify extra list of additional volumeMounts for the Argo CD repo server container(s) | `[]` | | `repoServer.sidecars` | Add additional sidecar containers to the Argo CD repo server pod(s) | `[]` | | `repoServer.initContainers` | Add additional init containers to the Argo CD repo server pod(s) | `[]` | +| `repoServer.pdb.create` | Enable/disable a Pod Disruption Budget creation | `true` | +| `repoServer.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `""` | +| `repoServer.pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `repoServer.pdb.minAvailable` and `repoServer.pdb.maxUnavailable` are empty. | `""` | ### Dex Parameters @@ -1121,6 +1136,9 @@ As an alternative, use one of the preset configurations for pod affinity, pod an | `dex.extraVolumeMounts` | Optionally specify extra list of additional volumeMounts for the Dex container(s) | `[]` | | `dex.sidecars` | Add additional sidecar containers to the Dex pod(s) | `[]` | | `dex.initContainers` | Add additional init containers to the Dex pod(s) | `[]` | +| `dex.pdb.create` | Enable/disable a Pod Disruption Budget creation | `true` | +| `dex.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `""` | +| `dex.pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `dex.pdb.minAvailable` and `dex.pdb.maxUnavailable` are empty. | `""` | ### Shared config for Argo CD components diff --git a/bitnami/argo-cd/templates/application-controller/pdb.yaml b/bitnami/argo-cd/templates/application-controller/pdb.yaml new file mode 100644 index 00000000000000..8a2e5409c78df7 --- /dev/null +++ b/bitnami/argo-cd/templates/application-controller/pdb.yaml @@ -0,0 +1,28 @@ +{{- /* +Copyright Broadcom, Inc. All Rights Reserved. +SPDX-License-Identifier: APACHE-2.0 +*/}} + +{{- if .Values.controller.pdb.create }} +apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} +kind: PodDisruptionBudget +metadata: + name: {{ include "argocd.application-controller" . }} + namespace: {{ include "common.names.namespace" . | quote }} + labels: {{- include "common.labels.standard" ( dict "customLabels" .Values.commonLabels "context" $ ) | nindent 4 }} + app.kubernetes.io/component: controller + {{- if .Values.commonAnnotations }} + annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }} + {{- end }} +spec: + {{- if .Values.controller.pdb.minAvailable }} + minAvailable: {{ .Values.controller.pdb.minAvailable }} + {{- end }} + {{- if or .Values.controller.pdb.maxUnavailable (not .Values.controller.pdb.minAvailable) }} + maxUnavailable: {{ .Values.controller.pdb.maxUnavailable | default 1 }} + {{- end }} + {{- $podLabels := include "common.tplvalues.merge" (dict "values" (list .Values.controller.podLabels .Values.commonLabels) "context" .) }} + selector: + matchLabels: {{- include "common.labels.matchLabels" ( dict "customLabels" $podLabels "context" $ ) | nindent 6 }} + app.kubernetes.io/component: controller +{{- end }} diff --git a/bitnami/argo-cd/templates/applicationset/pdb.yaml b/bitnami/argo-cd/templates/applicationset/pdb.yaml new file mode 100644 index 00000000000000..78f659d9852302 --- /dev/null +++ b/bitnami/argo-cd/templates/applicationset/pdb.yaml @@ -0,0 +1,28 @@ +{{- /* +Copyright Broadcom, Inc. All Rights Reserved. +SPDX-License-Identifier: APACHE-2.0 +*/}} + +{{- if .Values.applicationSet.pdb.create }} +apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} +kind: PodDisruptionBudget +metadata: + name: {{ include "argocd.applicationSet" . }} + namespace: {{ include "common.names.namespace" . | quote }} + labels: {{- include "common.labels.standard" ( dict "customLabels" .Values.commonLabels "context" $ ) | nindent 4 }} + app.kubernetes.io/component: applicationSet + {{- if .Values.commonAnnotations }} + annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }} + {{- end }} +spec: + {{- if .Values.applicationSet.pdb.minAvailable }} + minAvailable: {{ .Values.applicationSet.pdb.minAvailable }} + {{- end }} + {{- if or .Values.applicationSet.pdb.maxUnavailable (not .Values.applicationSet.pdb.minAvailable) }} + maxUnavailable: {{ .Values.applicationSet.pdb.maxUnavailable | default 1 }} + {{- end }} + {{- $podLabels := include "common.tplvalues.merge" (dict "values" (list .Values.applicationSet.podLabels .Values.commonLabels) "context" .) }} + selector: + matchLabels: {{- include "common.labels.matchLabels" ( dict "customLabels" $podLabels "context" $ ) | nindent 6 }} + app.kubernetes.io/component: applicationSet +{{- end }} diff --git a/bitnami/argo-cd/templates/dex/pdb.yaml b/bitnami/argo-cd/templates/dex/pdb.yaml new file mode 100644 index 00000000000000..b0fdb3a778a00a --- /dev/null +++ b/bitnami/argo-cd/templates/dex/pdb.yaml @@ -0,0 +1,28 @@ +{{- /* +Copyright Broadcom, Inc. All Rights Reserved. +SPDX-License-Identifier: APACHE-2.0 +*/}} + +{{- if .Values.dex.pdb.create }} +apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} +kind: PodDisruptionBudget +metadata: + name: {{ include "argocd.dex" . }} + namespace: {{ include "common.names.namespace" . | quote }} + labels: {{- include "common.labels.standard" ( dict "customLabels" .Values.commonLabels "context" $ ) | nindent 4 }} + app.kubernetes.io/component: dex + {{- if .Values.commonAnnotations }} + annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }} + {{- end }} +spec: + {{- if .Values.dex.pdb.minAvailable }} + minAvailable: {{ .Values.dex.pdb.minAvailable }} + {{- end }} + {{- if or .Values.dex.pdb.maxUnavailable (not .Values.dex.pdb.minAvailable) }} + maxUnavailable: {{ .Values.dex.pdb.maxUnavailable | default 1 }} + {{- end }} + {{- $podLabels := include "common.tplvalues.merge" (dict "values" (list .Values.dex.podLabels .Values.commonLabels) "context" .) }} + selector: + matchLabels: {{- include "common.labels.matchLabels" ( dict "customLabels" $podLabels "context" $ ) | nindent 6 }} + app.kubernetes.io/component: dex +{{- end }} diff --git a/bitnami/argo-cd/templates/notifications/pdb.yaml b/bitnami/argo-cd/templates/notifications/pdb.yaml new file mode 100644 index 00000000000000..faed9581564539 --- /dev/null +++ b/bitnami/argo-cd/templates/notifications/pdb.yaml @@ -0,0 +1,28 @@ +{{- /* +Copyright Broadcom, Inc. All Rights Reserved. +SPDX-License-Identifier: APACHE-2.0 +*/}} + +{{- if .Values.notifications.pdb.create }} +apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} +kind: PodDisruptionBudget +metadata: + name: {{ include "argocd.notifications" . }} + namespace: {{ include "common.names.namespace" . | quote }} + labels: {{- include "common.labels.standard" ( dict "customLabels" .Values.commonLabels "context" $ ) | nindent 4 }} + app.kubernetes.io/component: notifications + {{- if .Values.commonAnnotations }} + annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }} + {{- end }} +spec: + {{- if .Values.notifications.pdb.minAvailable }} + minAvailable: {{ .Values.notifications.pdb.minAvailable }} + {{- end }} + {{- if or .Values.notifications.pdb.maxUnavailable (not .Values.notifications.pdb.minAvailable) }} + maxUnavailable: {{ .Values.notifications.pdb.maxUnavailable | default 1 }} + {{- end }} + {{- $podLabels := include "common.tplvalues.merge" (dict "values" (list .Values.notifications.podLabels .Values.commonLabels) "context" .) }} + selector: + matchLabels: {{- include "common.labels.matchLabels" ( dict "customLabels" $podLabels "context" $ ) | nindent 6 }} + app.kubernetes.io/component: notifications +{{- end }} diff --git a/bitnami/argo-cd/templates/repo-server/pdb.yaml b/bitnami/argo-cd/templates/repo-server/pdb.yaml new file mode 100644 index 00000000000000..4f67a2235d8e15 --- /dev/null +++ b/bitnami/argo-cd/templates/repo-server/pdb.yaml @@ -0,0 +1,28 @@ +{{- /* +Copyright Broadcom, Inc. All Rights Reserved. +SPDX-License-Identifier: APACHE-2.0 +*/}} + +{{- if and .Values.repoServer.pdb.create }} +apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} +kind: PodDisruptionBudget +metadata: + name: {{ include "argocd.repo-server" . }} + namespace: {{ include "common.names.namespace" . | quote }} + labels: {{- include "common.labels.standard" ( dict "customLabels" .Values.commonLabels "context" $ ) | nindent 4 }} + app.kubernetes.io/component: repoServer + {{- if .Values.commonAnnotations }} + annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }} + {{- end }} +spec: + {{- if .Values.repoServer.pdb.minAvailable }} + minAvailable: {{ .Values.repoServer.pdb.minAvailable }} + {{- end }} + {{- if or .Values.repoServer.pdb.maxUnavailable (not .Values.repoServer.pdb.minAvailable) }} + maxUnavailable: {{ .Values.repoServer.pdb.maxUnavailable | default 1 }} + {{- end }} + {{- $podLabels := include "common.tplvalues.merge" (dict "values" (list .Values.repoServer.podLabels .Values.commonLabels) "context" .) }} + selector: + matchLabels: {{- include "common.labels.matchLabels" ( dict "customLabels" $podLabels "context" $ ) | nindent 6 }} + app.kubernetes.io/component: repoServer +{{- end }} diff --git a/bitnami/argo-cd/templates/server/pdb.yaml b/bitnami/argo-cd/templates/server/pdb.yaml new file mode 100644 index 00000000000000..93224c293cc4e0 --- /dev/null +++ b/bitnami/argo-cd/templates/server/pdb.yaml @@ -0,0 +1,28 @@ +{{- /* +Copyright Broadcom, Inc. All Rights Reserved. +SPDX-License-Identifier: APACHE-2.0 +*/}} + +{{- if and .Values.server.pdb.create }} +apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} +kind: PodDisruptionBudget +metadata: + name: {{ include "argocd.server" . }} + namespace: {{ include "common.names.namespace" . | quote }} + labels: {{- include "common.labels.standard" ( dict "customLabels" .Values.commonLabels "context" $ ) | nindent 4 }} + app.kubernetes.io/component: server + {{- if .Values.commonAnnotations }} + annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }} + {{- end }} +spec: + {{- if .Values.server.pdb.minAvailable }} + minAvailable: {{ .Values.server.pdb.minAvailable }} + {{- end }} + {{- if or .Values.server.pdb.maxUnavailable (not .Values.server.pdb.minAvailable) }} + maxUnavailable: {{ .Values.server.pdb.maxUnavailable | default 1 }} + {{- end }} + {{- $podLabels := include "common.tplvalues.merge" (dict "values" (list .Values.server.podLabels .Values.commonLabels) "context" .) }} + selector: + matchLabels: {{- include "common.labels.matchLabels" ( dict "customLabels" $podLabels "context" $ ) | nindent 6 }} + app.kubernetes.io/component: server +{{- end }} diff --git a/bitnami/argo-cd/values.yaml b/bitnami/argo-cd/values.yaml index 129ea65afde0fb..fe1ae0aaa1385b 100644 --- a/bitnami/argo-cd/values.yaml +++ b/bitnami/argo-cd/values.yaml @@ -633,6 +633,16 @@ controller: ## command: ['sh', '-c', 'echo "hello world"'] ## initContainers: [] + ## Pod Disruption Budget configuration + ## ref: https://kubernetes.io/docs/tasks/run-application/configure-pdb + ## @param controller.pdb.create Enable/disable a Pod Disruption Budget creation + ## @param controller.pdb.minAvailable Minimum number/percentage of pods that should remain scheduled + ## @param controller.pdb.maxUnavailable Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `controller.pdb.minAvailable` and `controller.pdb.maxUnavailable` are empty. + ## + pdb: + create: true + minAvailable: "" + maxUnavailable: "" ## @section Argo CD ApplicationSet controller parameters ## ApplicationSet controller @@ -1124,6 +1134,16 @@ applicationSet: ## @param applicationSet.webhook.ingress.tls Ingress TLS configuration ## tls: [] + ## Pod Disruption Budget configuration + ## ref: https://kubernetes.io/docs/tasks/run-application/configure-pdb + ## @param applicationSet.pdb.create Enable/disable a Pod Disruption Budget creation + ## @param applicationSet.pdb.minAvailable Minimum number/percentage of pods that should remain scheduled + ## @param applicationSet.pdb.maxUnavailable Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `controller.pdb.minAvailable` and `controller.pdb.maxUnavailable` are empty. + ## + pdb: + create: true + minAvailable: "" + maxUnavailable: "" ## @section Argo CD notifications controller parameters ## notifications controller @@ -1886,6 +1906,16 @@ notifications: ## @param notifications.bots.slack.extraEnvVarsSecret Name of existing Secret containing extra env vars for Argo CD Slack bot nodes ## extraEnvVarsSecret: "" + ## Pod Disruption Budget configuration + ## ref: https://kubernetes.io/docs/tasks/run-application/configure-pdb + ## @param notifications.pdb.create Enable/disable a Pod Disruption Budget creation + ## @param notifications.pdb.minAvailable Minimum number/percentage of pods that should remain scheduled + ## @param notifications.pdb.maxUnavailable Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `notifications.pdb.minAvailable` and `notifications.pdb.maxUnavailable` are empty. + ## + pdb: + create: true + minAvailable: "" + maxUnavailable: "" ## @section Argo CD server Parameters ## Argo CD server configuration @@ -2684,6 +2714,16 @@ server: ## @param server.serviceAccount.annotations Annotations for service account. Evaluated as a template. Only used if `create` is `true`. ## annotations: {} + ## Pod Disruption Budget configuration + ## ref: https://kubernetes.io/docs/tasks/run-application/configure-pdb + ## @param server.pdb.create Enable/disable a Pod Disruption Budget creation + ## @param server.pdb.minAvailable Minimum number/percentage of pods that should remain scheduled + ## @param server.pdb.maxUnavailable Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `server.pdb.minAvailable` and `server.pdb.maxUnavailable` are empty. + ## + pdb: + create: true + minAvailable: "" + maxUnavailable: "" ## @section Argo CD repo server Parameters ## Argo CD repository server configuration @@ -3187,6 +3227,16 @@ repoServer: ## command: ['sh', '-c', 'echo "hello world"'] ## initContainers: [] + ## Pod Disruption Budget configuration + ## ref: https://kubernetes.io/docs/tasks/run-application/configure-pdb + ## @param repoServer.pdb.create Enable/disable a Pod Disruption Budget creation + ## @param repoServer.pdb.minAvailable Minimum number/percentage of pods that should remain scheduled + ## @param repoServer.pdb.maxUnavailable Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `repoServer.pdb.minAvailable` and `repoServer.pdb.maxUnavailable` are empty. + ## + pdb: + create: true + minAvailable: "" + maxUnavailable: "" ## @section Dex Parameters ## Dex configuration @@ -3710,6 +3760,16 @@ dex: ## command: ['sh', '-c', 'echo "hello world"'] ## initContainers: [] + ## Pod Disruption Budget configuration + ## ref: https://kubernetes.io/docs/tasks/run-application/configure-pdb + ## @param dex.pdb.create Enable/disable a Pod Disruption Budget creation + ## @param dex.pdb.minAvailable Minimum number/percentage of pods that should remain scheduled + ## @param dex.pdb.maxUnavailable Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `dex.pdb.minAvailable` and `dex.pdb.maxUnavailable` are empty. + ## + pdb: + create: true + minAvailable: "" + maxUnavailable: "" ## @section Shared config for Argo CD components config: ## @param config.knownHosts [string] Known hosts to be added to the known hosts list by default. Check the values to see the default value From 149d1a09a185e4f0127018a705f15336dfd190ec Mon Sep 17 00:00:00 2001 From: Juan Ariza Toledano Date: Thu, 30 May 2024 09:46:35 +0200 Subject: [PATCH 109/110] [bitnami/valkey] take global.valkey.password into account (#26454) * [bitnami/valkey] take global.valkey.password into account Signed-off-by: juan131 * Update CHANGELOG.md Signed-off-by: Bitnami Containers --------- Signed-off-by: juan131 Signed-off-by: Bitnami Containers Co-authored-by: Bitnami Containers --- bitnami/valkey/CHANGELOG.md | 15 ++++++++++----- bitnami/valkey/Chart.yaml | 2 +- bitnami/valkey/templates/secret.yaml | 2 +- 3 files changed, 12 insertions(+), 7 deletions(-) diff --git a/bitnami/valkey/CHANGELOG.md b/bitnami/valkey/CHANGELOG.md index 8f142bde315dd0..1be8bcdd8a3855 100644 --- a/bitnami/valkey/CHANGELOG.md +++ b/bitnami/valkey/CHANGELOG.md @@ -1,21 +1,26 @@ # Changelog +## 0.2.1 (2024-05-27) + +* [bitnami/valkey] take global.valkey.password into account ([#26454](https://github.com/bitnami/charts/pull/26454)) + ## 0.2.0 (2024-05-21) -* [bitnami/valkey] feat: :sparkles: :lock: Add warning when original images are replaced ([#26285](https://github.com/bitnami/charts/pulls/26285)) +* [bitnami/*] ci: :construction_worker: Add tag and changelog support (#25359) ([91c707c](https://github.com/bitnami/charts/commit/91c707c9e4e574725a09505d2d313fb93f1b4c0a)), closes [#25359](https://github.com/bitnami/charts/issues/25359) +* [bitnami/valkey] feat: :sparkles: :lock: Add warning when original images are replaced (#26285) ([6029428](https://github.com/bitnami/charts/commit/6029428e0fbc8ee4e8c47bff8134f67d60e2b523)), closes [#26285](https://github.com/bitnami/charts/issues/26285) ## 0.1.3 (2024-05-18) -* [bitnami/valkey] Release 0.1.3 updating components versions (#26085) ([356d258](https://github.com/bitnami/charts/commit/356d258)), closes [#26085](https://github.com/bitnami/charts/issues/26085) +* [bitnami/valkey] Release 0.1.3 updating components versions (#26085) ([356d258](https://github.com/bitnami/charts/commit/356d2582f06e58cb774a0484a0af9a692a2a94c5)), closes [#26085](https://github.com/bitnami/charts/issues/26085) ## 0.1.2 (2024-05-14) -* [bitnami/valkey] Release 0.1.2 updating components versions (#25850) ([5532975](https://github.com/bitnami/charts/commit/5532975)), closes [#25850](https://github.com/bitnami/charts/issues/25850) +* [bitnami/valkey] Release 0.1.2 updating components versions (#25850) ([5532975](https://github.com/bitnami/charts/commit/5532975a630d972508ba11d51a225ac73f975d83)), closes [#25850](https://github.com/bitnami/charts/issues/25850) ## 0.1.1 (2024-05-14) -* [bitnami/valkey] Release 0.1.1 updating components versions (#25842) ([3a607b1](https://github.com/bitnami/charts/commit/3a607b1)), closes [#25842](https://github.com/bitnami/charts/issues/25842) +* [bitnami/valkey] Release 0.1.1 updating components versions (#25842) ([3a607b1](https://github.com/bitnami/charts/commit/3a607b18d83308b3bd45e7d7243e8d094dd454f7)), closes [#25842](https://github.com/bitnami/charts/issues/25842) ## 0.1.0 (2024-05-10) -* [bitnami/valkey] Add new valkey chart (#25643) ([fae194a](https://github.com/bitnami/charts/commit/fae194a)), closes [#25643](https://github.com/bitnami/charts/issues/25643) +* [bitnami/valkey] Add new valkey chart (#25643) ([fae194a](https://github.com/bitnami/charts/commit/fae194af0f55687e2b825e4aefd8501ed788a9fc)), closes [#25643](https://github.com/bitnami/charts/issues/25643) diff --git a/bitnami/valkey/Chart.yaml b/bitnami/valkey/Chart.yaml index ec2523357879b2..a18022faaaa663 100644 --- a/bitnami/valkey/Chart.yaml +++ b/bitnami/valkey/Chart.yaml @@ -36,4 +36,4 @@ maintainers: name: valkey sources: - https://github.com/bitnami/charts/tree/main/bitnami/valkey -version: 0.2.0 +version: 0.2.1 diff --git a/bitnami/valkey/templates/secret.yaml b/bitnami/valkey/templates/secret.yaml index 136c2a103348b6..4a0d7f2206bc66 100644 --- a/bitnami/valkey/templates/secret.yaml +++ b/bitnami/valkey/templates/secret.yaml @@ -22,5 +22,5 @@ metadata: {{- end }} type: Opaque data: - valkey-password: {{ include "common.secrets.passwords.manage" (dict "secret" (include "common.names.fullname" .) "key" "valkey-password" "providedValues" (list "auth.password") "length" 10 "context" $) }} + valkey-password: {{ include "common.secrets.passwords.manage" (dict "secret" (include "common.names.fullname" .) "key" "valkey-password" "providedValues" (list "global.valkey.password" "auth.password") "length" 10 "context" $) }} {{- end -}} From 4e804630c3af64934e79fcacc5e1962750a0355f Mon Sep 17 00:00:00 2001 From: Fran Mulero Date: Thu, 30 May 2024 09:49:33 +0200 Subject: [PATCH 110/110] [bitnami/milvus] PDB review (#25983) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * [bitnami/milvus] PDB review Signed-off-by: Fran Mulero * Update CHANGELOG.md Signed-off-by: Bitnami Containers * Update CHANGELOG.md Signed-off-by: Bitnami Containers * Update README.md with readme-generator-for-helm Signed-off-by: Bitnami Containers * Amend pdb.maxUnavailable and pdb.minAvailable types Signed-off-by: Fran Mulero * Update CHANGELOG.md Signed-off-by: Bitnami Containers * Update README.md with readme-generator-for-helm Signed-off-by: Bitnami Containers * Update CHANGELOG.md Signed-off-by: Bitnami Containers * Update CHANGELOG.md Signed-off-by: Bitnami Containers * Increase ETCD resources for testing Signed-off-by: Fran Mulero * Update CHANGELOG.md Signed-off-by: Bitnami Containers * Set verification=SERIAL. Current infrastructure can spin up 2 charts at the same time Signed-off-by: Fran Mulero --------- Signed-off-by: Fran Mulero Signed-off-by: Carlos Rodríguez Hernández Signed-off-by: Bitnami Containers Co-authored-by: Carlos Rodríguez Hernández Co-authored-by: Bitnami Containers --- .vib/milvus/vib-action.config | 2 + bitnami/milvus/CHANGELOG.md | 6 +- bitnami/milvus/Chart.yaml | 2 +- bitnami/milvus/README.md | 54 +- bitnami/milvus/templates/attu/pdb.yaml | 6 +- .../templates/data-coordinator/pdb.yaml | 6 +- bitnami/milvus/templates/data-node/pdb.yaml | 6 +- .../templates/index-coordinator/pdb.yaml | 6 +- bitnami/milvus/templates/index-node/pdb.yaml | 6 +- bitnami/milvus/templates/proxy/pdb.yaml | 6 +- .../templates/query-coordinator/pdb.yaml | 6 +- bitnami/milvus/templates/query-node/pdb.yaml | 6 +- .../templates/root-coordinator/pdb.yaml | 6 +- bitnami/milvus/values.schema.json | 1796 ++++++++++------- bitnami/milvus/values.yaml | 72 +- 15 files changed, 1163 insertions(+), 823 deletions(-) create mode 100644 .vib/milvus/vib-action.config diff --git a/.vib/milvus/vib-action.config b/.vib/milvus/vib-action.config new file mode 100644 index 00000000000000..b524337ec95e2e --- /dev/null +++ b/.vib/milvus/vib-action.config @@ -0,0 +1,2 @@ +verification-mode=SERIAL + diff --git a/bitnami/milvus/CHANGELOG.md b/bitnami/milvus/CHANGELOG.md index e24759e89e7491..13e7a7261add72 100644 --- a/bitnami/milvus/CHANGELOG.md +++ b/bitnami/milvus/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog +## 8.1.0 (2024-05-29) + +* [bitnami/milvus] PDB review ([#25983](https://github.com/bitnami/charts/pull/25983)) + ## 8.0.0 (2024-05-27) -* [bitnami/milvus] Update dependencies ([#26445](https://github.com/bitnami/charts/pull/26445)) +* [bitnami/milvus] Update dependencies (#26445) ([e4dc085](https://github.com/bitnami/charts/commit/e4dc085dc62abade1fb18389831ad5a4ef41a75d)), closes [#26445](https://github.com/bitnami/charts/issues/26445) ## 7.1.2 (2024-05-24) diff --git a/bitnami/milvus/Chart.yaml b/bitnami/milvus/Chart.yaml index 9b429778358d4d..4a2fb1a096118c 100644 --- a/bitnami/milvus/Chart.yaml +++ b/bitnami/milvus/Chart.yaml @@ -48,4 +48,4 @@ maintainers: name: milvus sources: - https://github.com/bitnami/charts/tree/main/bitnami/milvus -version: 8.0.0 +version: 8.1.0 diff --git a/bitnami/milvus/README.md b/bitnami/milvus/README.md index b4d60643cde4c8..d11485f7427ea7 100644 --- a/bitnami/milvus/README.md +++ b/bitnami/milvus/README.md @@ -437,9 +437,9 @@ wrj2wDbCDCFmfqnSJ+dKI3vFLlEz44sAV8jX/kd4Y6ZTQhlLbYc= | `dataCoord.serviceAccount.name` | The name of the ServiceAccount to use | `""` | | `dataCoord.serviceAccount.automountServiceAccountToken` | Allows auto mount of ServiceAccountToken on the serviceAccount created | `false` | | `dataCoord.serviceAccount.annotations` | Additional custom annotations for the ServiceAccount | `{}` | -| `dataCoord.pdb.create` | Enable/disable a Pod Disruption Budget creation | `false` | -| `dataCoord.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `1` | -| `dataCoord.pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable | `""` | +| `dataCoord.pdb.create` | Enable/disable a Pod Disruption Budget creation | `true` | +| `dataCoord.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `{}` | +| `dataCoord.pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `dataCoord.pdb.minAvailable` and `dataCoord.pdb.maxUnavailable` are empty. | `{}` | ### Data Coordinator Autoscaling configuration @@ -584,9 +584,9 @@ wrj2wDbCDCFmfqnSJ+dKI3vFLlEz44sAV8jX/kd4Y6ZTQhlLbYc= | `rootCoord.serviceAccount.name` | The name of the ServiceAccount to use | `""` | | `rootCoord.serviceAccount.automountServiceAccountToken` | Allows auto mount of ServiceAccountToken on the serviceAccount created | `false` | | `rootCoord.serviceAccount.annotations` | Additional custom annotations for the ServiceAccount | `{}` | -| `rootCoord.pdb.create` | Enable/disable a Pod Disruption Budget creation | `false` | -| `rootCoord.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `1` | -| `rootCoord.pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable | `""` | +| `rootCoord.pdb.create` | Enable/disable a Pod Disruption Budget creation | `true` | +| `rootCoord.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `{}` | +| `rootCoord.pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `rootCoord.pdb.minAvailable` and `rootCoord.pdb.maxUnavailable` are empty. | `{}` | ### Root Coordinator Autoscaling configuration @@ -731,9 +731,9 @@ wrj2wDbCDCFmfqnSJ+dKI3vFLlEz44sAV8jX/kd4Y6ZTQhlLbYc= | `queryCoord.serviceAccount.name` | The name of the ServiceAccount to use | `""` | | `queryCoord.serviceAccount.automountServiceAccountToken` | Allows auto mount of ServiceAccountToken on the serviceAccount created | `false` | | `queryCoord.serviceAccount.annotations` | Additional custom annotations for the ServiceAccount | `{}` | -| `queryCoord.pdb.create` | Enable/disable a Pod Disruption Budget creation | `false` | -| `queryCoord.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `1` | -| `queryCoord.pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable | `""` | +| `queryCoord.pdb.create` | Enable/disable a Pod Disruption Budget creation | `true` | +| `queryCoord.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `{}` | +| `queryCoord.pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `queryCoord.pdb.minAvailable` and `queryCoord.pdb.maxUnavailable` are empty. | `{}` | ### Query Coordinator Autoscaling configuration @@ -878,9 +878,9 @@ wrj2wDbCDCFmfqnSJ+dKI3vFLlEz44sAV8jX/kd4Y6ZTQhlLbYc= | `indexCoord.serviceAccount.name` | The name of the ServiceAccount to use | `""` | | `indexCoord.serviceAccount.automountServiceAccountToken` | Allows auto mount of ServiceAccountToken on the serviceAccount created | `false` | | `indexCoord.serviceAccount.annotations` | Additional custom annotations for the ServiceAccount | `{}` | -| `indexCoord.pdb.create` | Enable/disable a Pod Disruption Budget creation | `false` | -| `indexCoord.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `1` | -| `indexCoord.pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable | `""` | +| `indexCoord.pdb.create` | Enable/disable a Pod Disruption Budget creation | `true` | +| `indexCoord.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `{}` | +| `indexCoord.pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable.Defaults to `1` if both `queryCoord.pdb.minAvailable` and `queryCoord.pdb.maxUnavailable` are empty. | `{}` | ### Index Coordinator Autoscaling configuration @@ -1025,9 +1025,9 @@ wrj2wDbCDCFmfqnSJ+dKI3vFLlEz44sAV8jX/kd4Y6ZTQhlLbYc= | `dataNode.serviceAccount.name` | The name of the ServiceAccount to use | `""` | | `dataNode.serviceAccount.automountServiceAccountToken` | Allows auto mount of ServiceAccountToken on the serviceAccount created | `false` | | `dataNode.serviceAccount.annotations` | Additional custom annotations for the ServiceAccount | `{}` | -| `dataNode.pdb.create` | Enable/disable a Pod Disruption Budget creation | `false` | -| `dataNode.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `1` | -| `dataNode.pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable | `""` | +| `dataNode.pdb.create` | Enable/disable a Pod Disruption Budget creation | `true` | +| `dataNode.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `{}` | +| `dataNode.pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `dataNode.pdb.minAvailable` and `dataNode.pdb.maxUnavailable` are empty. | `{}` | ### Data Node Autoscaling configuration @@ -1172,9 +1172,9 @@ wrj2wDbCDCFmfqnSJ+dKI3vFLlEz44sAV8jX/kd4Y6ZTQhlLbYc= | `queryNode.serviceAccount.name` | The name of the ServiceAccount to use | `""` | | `queryNode.serviceAccount.automountServiceAccountToken` | Allows auto mount of ServiceAccountToken on the serviceAccount created | `false` | | `queryNode.serviceAccount.annotations` | Additional custom annotations for the ServiceAccount | `{}` | -| `queryNode.pdb.create` | Enable/disable a Pod Disruption Budget creation | `false` | -| `queryNode.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `1` | -| `queryNode.pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable | `""` | +| `queryNode.pdb.create` | Enable/disable a Pod Disruption Budget creation | `true` | +| `queryNode.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `{}` | +| `queryNode.pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `queryNode.pdb.minAvailable` and `queryNode.pdb.maxUnavailable` are empty. | `{}` | ### Query Node Autoscaling configuration @@ -1319,9 +1319,9 @@ wrj2wDbCDCFmfqnSJ+dKI3vFLlEz44sAV8jX/kd4Y6ZTQhlLbYc= | `indexNode.serviceAccount.name` | The name of the ServiceAccount to use | `""` | | `indexNode.serviceAccount.automountServiceAccountToken` | Allows auto mount of ServiceAccountToken on the serviceAccount created | `false` | | `indexNode.serviceAccount.annotations` | Additional custom annotations for the ServiceAccount | `{}` | -| `indexNode.pdb.create` | Enable/disable a Pod Disruption Budget creation | `false` | -| `indexNode.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `1` | -| `indexNode.pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable | `""` | +| `indexNode.pdb.create` | Enable/disable a Pod Disruption Budget creation | `true` | +| `indexNode.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `{}` | +| `indexNode.pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `indexNode.pdb.minAvailable` and `indexNode.pdb.maxUnavailable` are empty. | `{}` | ### Index Node Autoscaling configuration @@ -1478,9 +1478,9 @@ wrj2wDbCDCFmfqnSJ+dKI3vFLlEz44sAV8jX/kd4Y6ZTQhlLbYc= | `proxy.serviceAccount.name` | The name of the ServiceAccount to use | `""` | | `proxy.serviceAccount.automountServiceAccountToken` | Allows auto mount of ServiceAccountToken on the serviceAccount created | `false` | | `proxy.serviceAccount.annotations` | Additional custom annotations for the ServiceAccount | `{}` | -| `proxy.pdb.create` | Enable/disable a Pod Disruption Budget creation | `false` | -| `proxy.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `1` | -| `proxy.pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable | `""` | +| `proxy.pdb.create` | Enable/disable a Pod Disruption Budget creation | `true` | +| `proxy.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `{}` | +| `proxy.pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `proxy.pdb.minAvailable` and `proxy.pdb.maxUnavailable` are empty. | `{}` | ### Proxy Autoscaling configuration @@ -1626,9 +1626,9 @@ wrj2wDbCDCFmfqnSJ+dKI3vFLlEz44sAV8jX/kd4Y6ZTQhlLbYc= | `attu.serviceAccount.name` | The name of the ServiceAccount to use | `""` | | `attu.serviceAccount.automountServiceAccountToken` | Allows auto mount of ServiceAccountToken on the serviceAccount created | `false` | | `attu.serviceAccount.annotations` | Additional custom annotations for the ServiceAccount | `{}` | -| `attu.pdb.create` | Enable/disable a Pod Disruption Budget creation | `false` | -| `attu.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `1` | -| `attu.pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable | `""` | +| `attu.pdb.create` | Enable/disable a Pod Disruption Budget creation | `true` | +| `attu.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `{}` | +| `attu.pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `attu.pdb.minAvailable` and `attu.pdb.maxUnavailable` are empty. | `{}` | ### Attu Autoscaling configuration diff --git a/bitnami/milvus/templates/attu/pdb.yaml b/bitnami/milvus/templates/attu/pdb.yaml index e38e93b9691d99..6f3c7baf54c01f 100644 --- a/bitnami/milvus/templates/attu/pdb.yaml +++ b/bitnami/milvus/templates/attu/pdb.yaml @@ -3,7 +3,7 @@ Copyright Broadcom, Inc. All Rights Reserved. SPDX-License-Identifier: APACHE-2.0 */}} -{{- if .Values.attu.pdb.create }} +{{- if and .Values.attu.enabled .Values.attu.pdb.create }} apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} kind: PodDisruptionBudget metadata: @@ -21,8 +21,8 @@ spec: {{- if .Values.attu.pdb.minAvailable }} minAvailable: {{ .Values.attu.pdb.minAvailable }} {{- end }} - {{- if .Values.attu.pdb.maxUnavailable }} - maxUnavailable: {{ .Values.attu.pdb.maxUnavailable }} + {{- if or .Values.attu.pdb.maxUnavailable (not .Values.attu.pdb.minAvailable) }} + maxUnavailable: {{ .Values.attu.pdb.maxUnavailable | default 1 }} {{- end }} {{- $podLabels := include "common.tplvalues.merge" ( dict "values" ( list .Values.attu.podLabels .Values.commonLabels ) "context" . ) }} selector: diff --git a/bitnami/milvus/templates/data-coordinator/pdb.yaml b/bitnami/milvus/templates/data-coordinator/pdb.yaml index 1d23af3af438a3..87e672f06eda3a 100644 --- a/bitnami/milvus/templates/data-coordinator/pdb.yaml +++ b/bitnami/milvus/templates/data-coordinator/pdb.yaml @@ -3,7 +3,7 @@ Copyright Broadcom, Inc. All Rights Reserved. SPDX-License-Identifier: APACHE-2.0 */}} -{{- if .Values.dataCoord.pdb.create }} +{{- if and .Values.dataCoord.enabled .Values.dataCoord.pdb.create }} apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} kind: PodDisruptionBudget metadata: @@ -19,8 +19,8 @@ spec: {{- if .Values.dataCoord.pdb.minAvailable }} minAvailable: {{ .Values.dataCoord.pdb.minAvailable }} {{- end }} - {{- if .Values.dataCoord.pdb.maxUnavailable }} - maxUnavailable: {{ .Values.dataCoord.pdb.maxUnavailable }} + {{- if or .Values.dataCoord.pdb.maxUnavailable (not .Values.dataCoord.pdb.minAvailable) }} + maxUnavailable: {{ .Values.dataCoord.pdb.maxUnavailable | default 1 }} {{- end }} {{- $podLabels := include "common.tplvalues.merge" ( dict "values" ( list .Values.dataCoord.podLabels .Values.commonLabels ) "context" . ) }} selector: diff --git a/bitnami/milvus/templates/data-node/pdb.yaml b/bitnami/milvus/templates/data-node/pdb.yaml index 4c18da0e14d77a..0bff293309b342 100644 --- a/bitnami/milvus/templates/data-node/pdb.yaml +++ b/bitnami/milvus/templates/data-node/pdb.yaml @@ -3,7 +3,7 @@ Copyright Broadcom, Inc. All Rights Reserved. SPDX-License-Identifier: APACHE-2.0 */}} -{{- if .Values.dataNode.pdb.create }} +{{- if and .Values.dataNode.enabled .Values.dataNode.pdb.create }} apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} kind: PodDisruptionBudget metadata: @@ -19,8 +19,8 @@ spec: {{- if .Values.dataNode.pdb.minAvailable }} minAvailable: {{ .Values.dataNode.pdb.minAvailable }} {{- end }} - {{- if .Values.dataNode.pdb.maxUnavailable }} - maxUnavailable: {{ .Values.dataNode.pdb.maxUnavailable }} + {{- if or .Values.dataNode.pdb.maxUnavailable (not .Values.dataNode.pdb.minAvailable) }} + maxUnavailable: {{ .Values.dataNode.pdb.maxUnavailable | default 1 }} {{- end }} {{- $podLabels := include "common.tplvalues.merge" ( dict "values" ( list .Values.dataNode.podLabels .Values.commonLabels ) "context" . ) }} selector: diff --git a/bitnami/milvus/templates/index-coordinator/pdb.yaml b/bitnami/milvus/templates/index-coordinator/pdb.yaml index d7c817b4b2098c..31a47418526aee 100644 --- a/bitnami/milvus/templates/index-coordinator/pdb.yaml +++ b/bitnami/milvus/templates/index-coordinator/pdb.yaml @@ -3,7 +3,7 @@ Copyright Broadcom, Inc. All Rights Reserved. SPDX-License-Identifier: APACHE-2.0 */}} -{{- if .Values.indexCoord.pdb.create }} +{{- if and .Values.indexCoord.enabled .Values.indexCoord.pdb.create }} apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} kind: PodDisruptionBudget metadata: @@ -19,8 +19,8 @@ spec: {{- if .Values.indexCoord.pdb.minAvailable }} minAvailable: {{ .Values.indexCoord.pdb.minAvailable }} {{- end }} - {{- if .Values.indexCoord.pdb.maxUnavailable }} - maxUnavailable: {{ .Values.indexCoord.pdb.maxUnavailable }} + {{- if or .Values.indexCoord.pdb.maxUnavailable (not .Values.indexCoord.pdb.minAvailable) }} + maxUnavailable: {{ .Values.indexCoord.pdb.maxUnavailable | default 1 }} {{- end }} {{- $podLabels := include "common.tplvalues.merge" ( dict "values" ( list .Values.indexCoord.podLabels .Values.commonLabels ) "context" . ) }} selector: diff --git a/bitnami/milvus/templates/index-node/pdb.yaml b/bitnami/milvus/templates/index-node/pdb.yaml index 5f672b2fe18197..fec6af3a011a10 100644 --- a/bitnami/milvus/templates/index-node/pdb.yaml +++ b/bitnami/milvus/templates/index-node/pdb.yaml @@ -3,7 +3,7 @@ Copyright Broadcom, Inc. All Rights Reserved. SPDX-License-Identifier: APACHE-2.0 */}} -{{- if .Values.indexNode.pdb.create }} +{{- if and .Values.indexNode.enabled .Values.indexNode.pdb.create }} apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} kind: PodDisruptionBudget metadata: @@ -19,8 +19,8 @@ spec: {{- if .Values.indexNode.pdb.minAvailable }} minAvailable: {{ .Values.indexNode.pdb.minAvailable }} {{- end }} - {{- if .Values.indexNode.pdb.maxUnavailable }} - maxUnavailable: {{ .Values.indexNode.pdb.maxUnavailable }} + {{- if or .Values.indexNode.pdb.maxUnavailable (not .Values.indexNode.pdb.minAvailable) }} + maxUnavailable: {{ .Values.indexNode.pdb.maxUnavailable | default 1 }} {{- end }} {{- $podLabels := include "common.tplvalues.merge" ( dict "values" ( list .Values.indexNode.podLabels .Values.commonLabels ) "context" . ) }} selector: diff --git a/bitnami/milvus/templates/proxy/pdb.yaml b/bitnami/milvus/templates/proxy/pdb.yaml index 3754f35001bd8a..d4d72b3bcbbbdd 100644 --- a/bitnami/milvus/templates/proxy/pdb.yaml +++ b/bitnami/milvus/templates/proxy/pdb.yaml @@ -3,7 +3,7 @@ Copyright Broadcom, Inc. All Rights Reserved. SPDX-License-Identifier: APACHE-2.0 */}} -{{- if .Values.proxy.pdb.create }} +{{- if and .Values.proxy.enabled .Values.proxy.pdb.create }} apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} kind: PodDisruptionBudget metadata: @@ -19,8 +19,8 @@ spec: {{- if .Values.proxy.pdb.minAvailable }} minAvailable: {{ .Values.proxy.pdb.minAvailable }} {{- end }} - {{- if .Values.proxy.pdb.maxUnavailable }} - maxUnavailable: {{ .Values.proxy.pdb.maxUnavailable }} + {{- if or .Values.proxy.pdb.maxUnavailable (not .Values.proxy.pdb.minAvailable) }} + maxUnavailable: {{ .Values.proxy.pdb.maxUnavailable | default 1 }} {{- end }} {{- $podLabels := include "common.tplvalues.merge" ( dict "values" ( list .Values.proxy.podLabels .Values.commonLabels ) "context" . ) }} selector: diff --git a/bitnami/milvus/templates/query-coordinator/pdb.yaml b/bitnami/milvus/templates/query-coordinator/pdb.yaml index abf63e9c9c6110..f8ed9bb6bf74d2 100644 --- a/bitnami/milvus/templates/query-coordinator/pdb.yaml +++ b/bitnami/milvus/templates/query-coordinator/pdb.yaml @@ -3,7 +3,7 @@ Copyright Broadcom, Inc. All Rights Reserved. SPDX-License-Identifier: APACHE-2.0 */}} -{{- if .Values.queryCoord.pdb.create }} +{{- if and .Values.queryCoord.enabled .Values.queryCoord.pdb.create }} apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} kind: PodDisruptionBudget metadata: @@ -19,8 +19,8 @@ spec: {{- if .Values.queryCoord.pdb.minAvailable }} minAvailable: {{ .Values.queryCoord.pdb.minAvailable }} {{- end }} - {{- if .Values.queryCoord.pdb.maxUnavailable }} - maxUnavailable: {{ .Values.queryCoord.pdb.maxUnavailable }} + {{- if or .Values.queryCoord.pdb.maxUnavailable (not .Values.queryCoord.pdb.minAvailable) }} + maxUnavailable: {{ .Values.queryCoord.pdb.maxUnavailable | default 1 }} {{- end }} {{- $podLabels := include "common.tplvalues.merge" ( dict "values" ( list .Values.queryCoord.podLabels .Values.commonLabels ) "context" . ) }} selector: diff --git a/bitnami/milvus/templates/query-node/pdb.yaml b/bitnami/milvus/templates/query-node/pdb.yaml index 65d26894354302..37948578c3d08e 100644 --- a/bitnami/milvus/templates/query-node/pdb.yaml +++ b/bitnami/milvus/templates/query-node/pdb.yaml @@ -3,7 +3,7 @@ Copyright Broadcom, Inc. All Rights Reserved. SPDX-License-Identifier: APACHE-2.0 */}} -{{- if .Values.queryNode.pdb.create }} +{{- if and .Values.queryNode.enabled .Values.queryNode.pdb.create }} apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} kind: PodDisruptionBudget metadata: @@ -19,8 +19,8 @@ spec: {{- if .Values.queryNode.pdb.minAvailable }} minAvailable: {{ .Values.queryNode.pdb.minAvailable }} {{- end }} - {{- if .Values.queryNode.pdb.maxUnavailable }} - maxUnavailable: {{ .Values.queryNode.pdb.maxUnavailable }} + {{- if or .Values.queryNode.pdb.maxUnavailable (not .Values.queryNode.pdb.minAvailable) }} + maxUnavailable: {{ .Values.queryNode.pdb.maxUnavailable | default 1 }} {{- end }} {{- $podLabels := include "common.tplvalues.merge" ( dict "values" ( list .Values.queryNode.podLabels .Values.commonLabels ) "context" . ) }} selector: diff --git a/bitnami/milvus/templates/root-coordinator/pdb.yaml b/bitnami/milvus/templates/root-coordinator/pdb.yaml index 812360b521a46f..654a0661f39be9 100644 --- a/bitnami/milvus/templates/root-coordinator/pdb.yaml +++ b/bitnami/milvus/templates/root-coordinator/pdb.yaml @@ -3,7 +3,7 @@ Copyright Broadcom, Inc. All Rights Reserved. SPDX-License-Identifier: APACHE-2.0 */}} -{{- if .Values.rootCoord.pdb.create }} +{{- if and .Values.rootCoord.enabled .Values.rootCoord.pdb.create }} apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} kind: PodDisruptionBudget metadata: @@ -19,8 +19,8 @@ spec: {{- if .Values.rootCoord.pdb.minAvailable }} minAvailable: {{ .Values.rootCoord.pdb.minAvailable }} {{- end }} - {{- if .Values.rootCoord.pdb.maxUnavailable }} - maxUnavailable: {{ .Values.rootCoord.pdb.maxUnavailable }} + {{- if or .Values.rootCoord.pdb.maxUnavailable (not .Values.rootCoord.pdb.minAvailable) }} + maxUnavailable: {{ .Values.rootCoord.pdb.maxUnavailable | default 1 }} {{- end }} {{- $podLabels := include "common.tplvalues.merge" ( dict "values" ( list .Values.rootCoord.podLabels .Values.commonLabels ) "context" . ) }} selector: diff --git a/bitnami/milvus/values.schema.json b/bitnami/milvus/values.schema.json index e4328edbf63081..76d1961b88f972 100644 --- a/bitnami/milvus/values.schema.json +++ b/bitnami/milvus/values.schema.json @@ -20,6 +20,21 @@ "type": "string", "description": "Global StorageClass for Persistent Volume(s)", "default": "" + }, + "compatibility": { + "type": "object", + "properties": { + "openshift": { + "type": "object", + "properties": { + "adaptSecurityContext": { + "type": "string", + "description": "Adapt the securityContext sections of the deployment to make them compatible with Openshift restricted-v2 SCC: remove runAsUser, runAsGroup and fsGroup and let the platform use their allowed default IDs. Possible values: auto (apply if the detected running cluster is Openshift), force (perform the adaptation always), disabled (do not perform adaptation)", + "default": "auto" + } + } + } + } } } }, @@ -62,7 +77,7 @@ "enableServiceLinks": { "type": "boolean", "description": "Whether information about services should be injected into all pods' environment variable", - "default": true + "default": false }, "diagnosticMode": { "type": "object", @@ -103,17 +118,12 @@ "registry": { "type": "string", "description": "Milvus image registry", - "default": "docker.io" + "default": "REGISTRY_NAME" }, "repository": { "type": "string", "description": "Milvus image repository", - "default": "bitnami/milvus" - }, - "tag": { - "type": "string", - "description": "Milvus image tag (immutable tags are recommended)", - "default": "2.2.10-debian-11-r3" + "default": "REPOSITORY_NAME/milvus" }, "digest": { "type": "string", @@ -165,13 +175,18 @@ "type": "string", "description": "Name of a secret containing the Milvus password", "default": "" + }, + "existingSecretPasswordKey": { + "type": "string", + "description": "Name of the secret key containing the Milvus password", + "default": "" } } }, "defaultConfig": { "type": "string", "description": "Milvus components default configuration", - "default": "# etcd configuration\netcd:\n endpoints:\n {{- if .Values.etcd.enabled }}\n {{- $replicas := $.Values.etcd.replicaCount | int }}\n {{- range $i, $_e := until $replicas }}\n - {{ printf \"%s://%s-%d.%s:%v\" (ternary \"https\" \"http\" $.Values.etcd.auth.client.secureTransport) (include \"milvus.etcd.fullname\" $ ) $i (include \"milvus.etcd.headlessServiceName\" $) ( include \"milvus.etcd.port\" $ ) }} {{- end }}\n {{- else }}\n {{- range $node := .Values.externalEtcd.servers }}\n - {{ ternary \"https\" \"http\" $.Values.externalEtcd.secureTransport }}://{{ printf \"%s:%v\" $node (include \"milvus.etcd.port\" $) }}\n {{- end }}\n {{- end }}\nmetastore:\n type: etcd\n\n# S3 configuration\nminio:\n address: {{ include \"milvus.s3.host\" . }}\n port: {{ include \"milvus.s3.port\" . }}\n accessKeyID: {{ print \"{{ MILVUS_S3_ACCESS_ID }}\" | quote }}\n secretAccessKey: {{ print \"{{ MILVUS_S3_SECRET_ACCESS_KEY }}\" | quote }}\n useSSL: {{ include \"milvus.s3.useSSL\" . }}\n bucketName: {{ include \"milvus.s3.bucket\" . }}\n rootPath: {{ include \"milvus.s3.rootPath\" . }}\n useIAM: {{ include \"milvus.s3.useIAM\" . }}\n {{- if not .Values.minio.enabled }}\n cloudProvider: {{ .Values.externalS3.cloudProvider }}\n iamEndpoint: {{ .Values.externalS3.iamEndpoint }}\n {{- end }}\n\n# Kafka configuration\nkafka:\n brokerList:\n {{- if .Values.kafka.enabled }}\n {{- $replicas := $.Values.kafka.replicaCount | int }}\n {{- range $i, $_e := until $replicas }}\n - {{ printf \"%s-%d.%s:%v\" (include \"milvus.kafka.fullname\" $ ) $i (include \"milvus.kafka.headlessServiceName\" $) ( include \"milvus.kafka.port\" $ ) }}\n {{- end }}\n {{- else }}\n {{- range $node := .Values.kafka.servers }}\n - {{ printf \"%s:%v\" $node (include \"milvus.kafka.port\" $) }}\n {{- end }}\n {{- end }}\n securityProtocol: {{ include \"milvus.kafka.securityProtocol\" . }}\n {{- if include \"milvus.kafka.authEnabled\" . }}\n saslMechanisms: {{ include \"milvus.kafka.saslMechanisms\" . }}\n saslUsername: {{ include \"milvus.kafka.user\" . }}\n saslPassword: {{ print \"{{ MILVUS_KAFKA_PASSWORD }}\" | quote }}\n {{- end }}\n\n# Data coordinator\ndataCoord:\n address: {{ include \"milvus.data-coordinator.fullname\" . }}\n port: {{ .Values.dataCoord.service.ports.grpc }}\n\n# Root coordinator\nrootCoord:\n address: {{ include \"milvus.root-coordinator.fullname\" . }}\n port: {{ .Values.rootCoord.service.ports.grpc }}\n\n# Index coordinator\nindexCoord:\n address: {{ include \"milvus.index-coordinator.fullname\" . }}\n port: {{ .Values.indexCoord.service.ports.grpc }}\n\n# Query coordinator\nqueryCoord:\n address: {{ include \"milvus.query-coordinator.fullname\" . }}\n port: {{ .Values.queryCoord.service.ports.grpc }}\n\n# Data node\ndataNode:\n port: {{ .Values.dataNode.service.ports.grpc }}\n\n# Index node\nindexNode:\n port: {{ .Values.indexNode.service.ports.grpc }}\n\n# Query node\nqueryNode:\n port: {{ .Values.queryNode.service.ports.grpc }}\n\nproxy:\n port: {{ .Values.proxy.service.ports.grpc }}\n accessLog:\n localPath: /dev\n filename: stdout\n http:\n enabled: true\n\n# Log configuration\nlog:\n level: {{ ternary \"debug\" \"info\" .Values.milvus.image.debug }}\n stdout: true\n\n# Common configuration\ncommon:\n storageType: minio\n security:\n authorizationEnabled: {{ .Values.milvus.auth.enabled }}\n {{- if .Values.milvus.auth.enabled }}\n superUsers:\n - {{ .Values.milvus.auth.username }}\n {{- end }}\n" + "default": "\"\"" }, "extraConfig": { "type": "object", @@ -204,17 +219,12 @@ "registry": { "type": "string", "description": "PyMilvus image registry", - "default": "docker.io" + "default": "REGISTRY_NAME" }, "repository": { "type": "string", "description": "PyMilvus image repository", - "default": "bitnami/pymilvus" - }, - "tag": { - "type": "string", - "description": "PyMilvus image tag (immutable tags are recommended)", - "default": "2.2.13-debian-11-r1" + "default": "REPOSITORY_NAME/pymilvus" }, "digest": { "type": "string", @@ -244,27 +254,27 @@ "properties": { "existingSecret": { "type": "string", - "description": "Name of the existing secret containing the TLS certificates for initJob", + "description": "Name of the existing secret containing the TLS certificates for initJob.", "default": "" }, "cert": { "type": "string", "description": "The secret key from the existingSecret if 'cert' key different from the default (client.pem)", - "default": "tls.crt" + "default": "client.pem" }, "key": { "type": "string", "description": "The secret key from the existingSecret if 'key' key different from the default (client.key)", - "default": "tls.key" + "default": "client.key" }, "caCert": { "type": "string", "description": "The secret key from the existingSecret if 'caCert' key different from the default (ca.pem)", - "default": "ca.crt" + "default": "ca.pem" }, "keyPassword": { "type": "string", - "description": "Password to access the password-protected PEM key if necessary", + "description": "Password to access the password-protected PEM key if necessary.", "default": "" } } @@ -290,27 +300,37 @@ "properties": { "enabled": { "type": "boolean", - "description": "Enabled credential init job containers' Security Context", + "description": "Enabled containers' Security Context", "default": true }, "runAsUser": { "type": "number", - "description": "Set credential init job containers' Security Context runAsUser", + "description": "Set containers' Security Context runAsUser", + "default": 1001 + }, + "runAsGroup": { + "type": "number", + "description": "Set containers' Security Context runAsGroup", "default": 1001 }, "runAsNonRoot": { "type": "boolean", - "description": "Set credential init job containers' Security Context runAsNonRoot", + "description": "Set container's Security Context runAsNonRoot", "default": true }, + "privileged": { + "type": "boolean", + "description": "Set container's Security Context privileged", + "default": false + }, "readOnlyRootFilesystem": { "type": "boolean", - "description": "Set credential init job containers' Security Context runAsNonRoot", + "description": "Set container's Security Context readOnlyRootFilesystem", "default": true }, "allowPrivilegeEscalation": { "type": "boolean", - "description": "Set container's privilege escalation", + "description": "Set container's Security Context allowPrivilegeEscalation", "default": false }, "capabilities": { @@ -318,7 +338,7 @@ "properties": { "drop": { "type": "array", - "description": "Set container's Security Context runAsNonRoot", + "description": "List of capabilities to be dropped", "default": [ "ALL" ], @@ -327,6 +347,16 @@ } } } + }, + "seccompProfile": { + "type": "object", + "properties": { + "type": { + "type": "string", + "description": "Set container's Security Context seccomp profile", + "default": "RuntimeDefault" + } + } } } }, @@ -338,20 +368,27 @@ "description": "Enabled credential init job pods' Security Context", "default": true }, + "fsGroupChangePolicy": { + "type": "string", + "description": "Set filesystem group change policy", + "default": "Always" + }, + "sysctls": { + "type": "array", + "description": "Set kernel settings using the sysctl interface", + "default": [], + "items": {} + }, + "supplementalGroups": { + "type": "array", + "description": "Set filesystem extra groups", + "default": [], + "items": {} + }, "fsGroup": { "type": "number", "description": "Set credential init job pod's Security Context fsGroup", "default": 1001 - }, - "seccompProfile": { - "type": "object", - "properties": { - "type": { - "type": "string", - "description": "Set container's Security Context seccomp profile", - "default": "RuntimeDefault" - } - } } } }, @@ -377,52 +414,147 @@ "default": [], "items": {} }, + "resourcesPreset": { + "type": "string", + "description": "Set container resources according to one common preset (allowed values: none, nano, micro, small, medium, large, xlarge, 2xlarge). This is ignored if initJob.resources is set (initJob.resources is recommended for production).", + "default": "micro" + }, "resources": { + "type": "object", + "description": "Set container requests and limits for different resources like CPU or memory (essential for production workloads)", + "default": {} + }, + "livenessProbe": { "type": "object", "properties": { - "limits": { - "type": "object", - "description": "The resources limits for the container", - "default": {} + "enabled": { + "type": "boolean", + "description": "Enable livenessProbe on init job", + "default": true }, - "requests": { - "type": "object", - "description": "The requested resources for the container", - "default": {} + "initialDelaySeconds": { + "type": "number", + "description": "Initial delay seconds for livenessProbe", + "default": 5 + }, + "periodSeconds": { + "type": "number", + "description": "Period seconds for livenessProbe", + "default": 10 + }, + "timeoutSeconds": { + "type": "number", + "description": "Timeout seconds for livenessProbe", + "default": 5 + }, + "failureThreshold": { + "type": "number", + "description": "Failure threshold for livenessProbe", + "default": 5 + }, + "successThreshold": { + "type": "number", + "description": "Success threshold for livenessProbe", + "default": 1 } } }, - "hostAliases": { - "type": "array", - "description": "Add deployment host aliases", - "default": [], - "items": {} + "readinessProbe": { + "type": "object", + "properties": { + "enabled": { + "type": "boolean", + "description": "Enable readinessProbe on init job", + "default": true + }, + "initialDelaySeconds": { + "type": "number", + "description": "Initial delay seconds for readinessProbe", + "default": 5 + }, + "periodSeconds": { + "type": "number", + "description": "Period seconds for readinessProbe", + "default": 10 + }, + "timeoutSeconds": { + "type": "number", + "description": "Timeout seconds for readinessProbe", + "default": 5 + }, + "failureThreshold": { + "type": "number", + "description": "Failure threshold for readinessProbe", + "default": 5 + }, + "successThreshold": { + "type": "number", + "description": "Success threshold for readinessProbe", + "default": 1 + } + } }, - "annotations": { + "startupProbe": { "type": "object", "properties": { - "helm": { - "type": "object", - "properties": { - "sh/hook": { - "type": "string", - "description": "", - "default": "post-install" - }, - "sh/hook-delete-policy": { - "type": "string", - "description": "", - "default": "before-hook-creation,hook-succeeded" - }, - "sh/hook-weight": { - "type": "string", - "description": "", - "default": "10" - } - } + "enabled": { + "type": "boolean", + "description": "Enable startupProbe on Data Coordinator containers", + "default": false + }, + "initialDelaySeconds": { + "type": "number", + "description": "Initial delay seconds for startupProbe", + "default": 5 + }, + "periodSeconds": { + "type": "number", + "description": "Period seconds for startupProbe", + "default": 10 + }, + "timeoutSeconds": { + "type": "number", + "description": "Timeout seconds for startupProbe", + "default": 5 + }, + "failureThreshold": { + "type": "number", + "description": "Failure threshold for startupProbe", + "default": 5 + }, + "successThreshold": { + "type": "number", + "description": "Success threshold for startupProbe", + "default": 1 } } }, + "customLivenessProbe": { + "type": "object", + "description": "Custom livenessProbe that overrides the default one", + "default": {} + }, + "customReadinessProbe": { + "type": "object", + "description": "Custom readinessProbe that overrides the default one", + "default": {} + }, + "customStartupProbe": { + "type": "object", + "description": "Custom startupProbe that overrides the default one", + "default": {} + }, + "automountServiceAccountToken": { + "type": "boolean", + "description": "Mount Service Account token in pod", + "default": false + }, + "hostAliases": { + "type": "array", + "description": "Add deployment host aliases", + "default": [], + "items": {} + }, "podLabels": { "type": "object", "description": "Additional pod labels", @@ -432,6 +564,37 @@ "type": "object", "description": "Additional pod annotations", "default": {} + }, + "networkPolicy": { + "type": "object", + "properties": { + "enabled": { + "type": "boolean", + "description": "Enable creation of NetworkPolicy resources", + "default": true + }, + "allowExternalEgress": { + "type": "boolean", + "description": "Allow the pod to access any range of port and all destinations.", + "default": true + }, + "extraIngress": { + "type": "array", + "description": "Add extra ingress rules to the NetworkPolicy", + "default": "[]", + "items": { + "type": "string" + } + }, + "extraEgress": { + "type": "array", + "description": "Add extra ingress rules to the NetworkPolicy", + "default": "[]", + "items": { + "type": "string" + } + } + } } } }, @@ -462,7 +625,7 @@ "defaultConfig": { "type": "string", "description": "Default override configuration from the common set in milvus.defaultConfig", - "default": "# Override the port for internal binding (the external components will use the service port defined in milvus.defaultConfig)\ndataCoord:\n port: {{ .Values.dataCoord.containerPorts.grpc }}\n enableActiveStandby: true\n" + "default": "\"\"" }, "existingConfigMap": { "type": "string", @@ -631,20 +794,15 @@ "description": "Custom startupProbe that overrides the default one", "default": {} }, + "resourcesPreset": { + "type": "string", + "description": "Set container resources according to one common preset (allowed values: none, nano, micro, small, medium, large, xlarge, 2xlarge). This is ignored if dataCoord.resources is set (dataCoord.resources is recommended for production).", + "default": "micro" + }, "resources": { "type": "object", - "properties": { - "limits": { - "type": "object", - "description": "The resources limits for the data coordinator containers", - "default": {} - }, - "requests": { - "type": "object", - "description": "The requested resources for the data coordinator containers", - "default": {} - } - } + "description": "Set container requests and limits for different resources like CPU or memory (essential for production workloads)", + "default": {} }, "podSecurityContext": { "type": "object", @@ -654,20 +812,27 @@ "description": "Enabled Data Coordinator pods' Security Context", "default": true }, + "fsGroupChangePolicy": { + "type": "string", + "description": "Set filesystem group change policy", + "default": "Always" + }, + "sysctls": { + "type": "array", + "description": "Set kernel settings using the sysctl interface", + "default": [], + "items": {} + }, + "supplementalGroups": { + "type": "array", + "description": "Set filesystem extra groups", + "default": [], + "items": {} + }, "fsGroup": { "type": "number", "description": "Set Data Coordinator pod's Security Context fsGroup", "default": 1001 - }, - "seccompProfile": { - "type": "object", - "properties": { - "type": { - "type": "string", - "description": "Set Data Coordinator container's Security Context seccomp profile", - "default": "RuntimeDefault" - } - } } } }, @@ -676,27 +841,37 @@ "properties": { "enabled": { "type": "boolean", - "description": "Enabled Data Coordinator containers' Security Context", + "description": "Enabled containers' Security Context", "default": true }, "runAsUser": { "type": "number", - "description": "Set Data Coordinator containers' Security Context runAsUser", + "description": "Set containers' Security Context runAsUser", + "default": 1001 + }, + "runAsGroup": { + "type": "number", + "description": "Set containers' Security Context runAsGroup", "default": 1001 }, "runAsNonRoot": { "type": "boolean", - "description": "Set Data Coordinator containers' Security Context runAsNonRoot", + "description": "Set container's Security Context runAsNonRoot", "default": true }, + "privileged": { + "type": "boolean", + "description": "Set container's Security Context privileged", + "default": false + }, "readOnlyRootFilesystem": { "type": "boolean", - "description": "Set Data Coordinator containers' Security Context runAsNonRoot", + "description": "Set container's Security Context readOnlyRootFilesystem", "default": true }, "allowPrivilegeEscalation": { "type": "boolean", - "description": "Set Data Coordinator container's privilege escalation", + "description": "Set container's Security Context allowPrivilegeEscalation", "default": false }, "capabilities": { @@ -704,7 +879,7 @@ "properties": { "drop": { "type": "array", - "description": "Set Data Coordinator container's Security Context runAsNonRoot", + "description": "List of capabilities to be dropped", "default": [ "ALL" ], @@ -713,6 +888,16 @@ } } } + }, + "seccompProfile": { + "type": "object", + "properties": { + "type": { + "type": "string", + "description": "Set container's Security Context seccomp profile", + "default": "RuntimeDefault" + } + } } } }, @@ -726,6 +911,11 @@ "description": "Name of the runtime class to be used by pod(s)", "default": "" }, + "automountServiceAccountToken": { + "type": "boolean", + "description": "Mount Service Account token in pod", + "default": false + }, "hostAliases": { "type": "array", "description": "data coordinator pods host aliases", @@ -855,7 +1045,7 @@ "create": { "type": "boolean", "description": "Enable creation of ServiceAccount for Data Coordinator pods", - "default": false + "default": true }, "name": { "type": "string", @@ -880,17 +1070,7 @@ "create": { "type": "boolean", "description": "Enable/disable a Pod Disruption Budget creation", - "default": false - }, - "minAvailable": { - "type": "number", - "description": "Minimum number/percentage of pods that should remain scheduled", - "default": 1 - }, - "maxUnavailable": { - "type": "string", - "description": "Maximum number/percentage of pods that may be made unavailable", - "default": "" + "default": true } } }, @@ -1063,24 +1243,33 @@ "enabled": { "type": "boolean", "description": "Enable creation of NetworkPolicy resources", - "default": false + "default": true }, "allowExternal": { "type": "boolean", "description": "The Policy model to apply", "default": true }, + "allowExternalEgress": { + "type": "boolean", + "description": "Allow the pod to access any range of port and all destinations.", + "default": true + }, "extraIngress": { "type": "array", "description": "Add extra ingress rules to the NetworkPolicy", - "default": [], - "items": {} + "default": "[]", + "items": { + "type": "string" + } }, "extraEgress": { "type": "array", "description": "Add extra ingress rules to the NetworkPolicy", - "default": [], - "items": {} + "default": "[]", + "items": { + "type": "string" + } } } }, @@ -1092,26 +1281,6 @@ "description": "Enable metrics", "default": false }, - "annotations": { - "type": "object", - "properties": { - "prometheus": { - "type": "object", - "properties": { - "io/scrape": { - "type": "string", - "description": "", - "default": "true" - }, - "io/port": { - "type": "string", - "description": "", - "default": "{{ .Values.dataCoord.service.ports.grpc }}" - } - } - } - } - }, "serviceMonitor": { "type": "object", "properties": { @@ -1205,7 +1374,7 @@ "defaultConfig": { "type": "string", "description": "Default override configuration from the common set in milvus.defaultConfig", - "default": "# Override the port for internal binding (the external components will use the service port defined in milvus.defaultConfig)\nrootCoord:\n port: {{ .Values.rootCoord.containerPorts.grpc }}\n enableActiveStandby: true\n" + "default": "\"\"" }, "existingConfigMap": { "type": "string", @@ -1374,20 +1543,15 @@ "description": "Custom startupProbe that overrides the default one", "default": {} }, + "resourcesPreset": { + "type": "string", + "description": "Set container resources according to one common preset (allowed values: none, nano, micro, small, medium, large, xlarge, 2xlarge). This is ignored if rootCoord.resources is set (rootCoord.resources is recommended for production).", + "default": "micro" + }, "resources": { "type": "object", - "properties": { - "limits": { - "type": "object", - "description": "The resources limits for the data coordinator containers", - "default": {} - }, - "requests": { - "type": "object", - "description": "The requested resources for the data coordinator containers", - "default": {} - } - } + "description": "Set container requests and limits for different resources like CPU or memory (essential for production workloads)", + "default": {} }, "podSecurityContext": { "type": "object", @@ -1397,20 +1561,27 @@ "description": "Enabled Root Coordinator pods' Security Context", "default": true }, + "fsGroupChangePolicy": { + "type": "string", + "description": "Set filesystem group change policy", + "default": "Always" + }, + "sysctls": { + "type": "array", + "description": "Set kernel settings using the sysctl interface", + "default": [], + "items": {} + }, + "supplementalGroups": { + "type": "array", + "description": "Set filesystem extra groups", + "default": [], + "items": {} + }, "fsGroup": { "type": "number", "description": "Set Root Coordinator pod's Security Context fsGroup", "default": 1001 - }, - "seccompProfile": { - "type": "object", - "properties": { - "type": { - "type": "string", - "description": "Set Root Coordinator container's Security Context seccomp profile", - "default": "RuntimeDefault" - } - } } } }, @@ -1419,27 +1590,37 @@ "properties": { "enabled": { "type": "boolean", - "description": "Enabled Root Coordinator containers' Security Context", + "description": "Enabled containers' Security Context", "default": true }, "runAsUser": { "type": "number", - "description": "Set Root Coordinator containers' Security Context runAsUser", + "description": "Set containers' Security Context runAsUser", + "default": 1001 + }, + "runAsGroup": { + "type": "number", + "description": "Set containers' Security Context runAsGroup", "default": 1001 }, "runAsNonRoot": { "type": "boolean", - "description": "Set Root Coordinator containers' Security Context runAsNonRoot", + "description": "Set container's Security Context runAsNonRoot", "default": true }, + "privileged": { + "type": "boolean", + "description": "Set container's Security Context privileged", + "default": false + }, "readOnlyRootFilesystem": { "type": "boolean", - "description": "Set Root Coordinator containers' Security Context runAsNonRoot", + "description": "Set container's Security Context readOnlyRootFilesystem", "default": true }, "allowPrivilegeEscalation": { "type": "boolean", - "description": "Set Root Coordinator container's privilege escalation", + "description": "Set container's Security Context allowPrivilegeEscalation", "default": false }, "capabilities": { @@ -1447,7 +1628,7 @@ "properties": { "drop": { "type": "array", - "description": "Set Root Coordinator container's Security Context runAsNonRoot", + "description": "List of capabilities to be dropped", "default": [ "ALL" ], @@ -1456,6 +1637,16 @@ } } } + }, + "seccompProfile": { + "type": "object", + "properties": { + "type": { + "type": "string", + "description": "Set container's Security Context seccomp profile", + "default": "RuntimeDefault" + } + } } } }, @@ -1469,6 +1660,11 @@ "description": "Name of the runtime class to be used by pod(s)", "default": "" }, + "automountServiceAccountToken": { + "type": "boolean", + "description": "Mount Service Account token in pod", + "default": false + }, "hostAliases": { "type": "array", "description": "data coordinator pods host aliases", @@ -1598,7 +1794,7 @@ "create": { "type": "boolean", "description": "Enable creation of ServiceAccount for Root Coordinator pods", - "default": false + "default": true }, "name": { "type": "string", @@ -1623,17 +1819,7 @@ "create": { "type": "boolean", "description": "Enable/disable a Pod Disruption Budget creation", - "default": false - }, - "minAvailable": { - "type": "number", - "description": "Minimum number/percentage of pods that should remain scheduled", - "default": 1 - }, - "maxUnavailable": { - "type": "string", - "description": "Maximum number/percentage of pods that may be made unavailable", - "default": "" + "default": true } } }, @@ -1806,50 +1992,39 @@ "enabled": { "type": "boolean", "description": "Enable creation of NetworkPolicy resources", - "default": false + "default": true }, "allowExternal": { "type": "boolean", - "description": "The Policy model to apply", + "description": "The Policy model to apply", + "default": true + }, + "allowExternalEgress": { + "type": "boolean", + "description": "Allow the pod to access any range of port and all destinations.", "default": true }, "extraIngress": { "type": "array", "description": "Add extra ingress rules to the NetworkPolicy", - "default": [], - "items": {} + "default": "[]", + "items": { + "type": "string" + } }, "extraEgress": { "type": "array", "description": "Add extra ingress rules to the NetworkPolicy", - "default": [], - "items": {} + "default": "[]", + "items": { + "type": "string" + } } } }, "metrics": { "type": "object", "properties": { - "annotations": { - "type": "object", - "properties": { - "prometheus": { - "type": "object", - "properties": { - "io/scrape": { - "type": "string", - "description": "", - "default": "true" - }, - "io/port": { - "type": "string", - "description": "", - "default": "{{ .Values.rootCoord.service.ports.grpc }}" - } - } - } - } - }, "enabled": { "type": "boolean", "description": "Enable metrics", @@ -1948,7 +2123,7 @@ "defaultConfig": { "type": "string", "description": "Default override configuration from the common set in milvus.defaultConfig", - "default": "# Override the port for internal binding (the external components will use the service port defined in milvus.defaultConfig)\nqueryCoord:\n port: {{ .Values.queryCoord.containerPorts.grpc }}\n enableActiveStandby: true\n" + "default": "\"\"" }, "existingConfigMap": { "type": "string", @@ -2117,20 +2292,15 @@ "description": "Custom startupProbe that overrides the default one", "default": {} }, + "resourcesPreset": { + "type": "string", + "description": "Set container resources according to one common preset (allowed values: none, nano, micro, small, medium, large, xlarge, 2xlarge). This is ignored if queryCoord.resources is set (queryCoord.resources is recommended for production).", + "default": "micro" + }, "resources": { "type": "object", - "properties": { - "limits": { - "type": "object", - "description": "The resources limits for the data coordinator containers", - "default": {} - }, - "requests": { - "type": "object", - "description": "The requested resources for the data coordinator containers", - "default": {} - } - } + "description": "Set container requests and limits for different resources like CPU or memory (essential for production workloads)", + "default": {} }, "podSecurityContext": { "type": "object", @@ -2140,20 +2310,27 @@ "description": "Enabled Query Coordinator pods' Security Context", "default": true }, + "fsGroupChangePolicy": { + "type": "string", + "description": "Set filesystem group change policy", + "default": "Always" + }, + "sysctls": { + "type": "array", + "description": "Set kernel settings using the sysctl interface", + "default": [], + "items": {} + }, + "supplementalGroups": { + "type": "array", + "description": "Set filesystem extra groups", + "default": [], + "items": {} + }, "fsGroup": { "type": "number", "description": "Set Query Coordinator pod's Security Context fsGroup", "default": 1001 - }, - "seccompProfile": { - "type": "object", - "properties": { - "type": { - "type": "string", - "description": "Set Query Coordinator container's Security Context seccomp profile", - "default": "RuntimeDefault" - } - } } } }, @@ -2162,27 +2339,37 @@ "properties": { "enabled": { "type": "boolean", - "description": "Enabled Query Coordinator containers' Security Context", + "description": "Enabled containers' Security Context", "default": true }, "runAsUser": { "type": "number", - "description": "Set Query Coordinator containers' Security Context runAsUser", + "description": "Set containers' Security Context runAsUser", + "default": 1001 + }, + "runAsGroup": { + "type": "number", + "description": "Set containers' Security Context runAsGroup", "default": 1001 }, "runAsNonRoot": { "type": "boolean", - "description": "Set Query Coordinator containers' Security Context runAsNonRoot", + "description": "Set container's Security Context runAsNonRoot", "default": true }, + "privileged": { + "type": "boolean", + "description": "Set container's Security Context privileged", + "default": false + }, "readOnlyRootFilesystem": { "type": "boolean", - "description": "Set Query Coordinator containers' Security Context runAsNonRoot", + "description": "Set container's Security Context readOnlyRootFilesystem", "default": true }, "allowPrivilegeEscalation": { "type": "boolean", - "description": "Set Query Coordinator container's privilege escalation", + "description": "Set container's Security Context allowPrivilegeEscalation", "default": false }, "capabilities": { @@ -2190,7 +2377,7 @@ "properties": { "drop": { "type": "array", - "description": "Set Query Coordinator container's Security Context runAsNonRoot", + "description": "List of capabilities to be dropped", "default": [ "ALL" ], @@ -2199,6 +2386,16 @@ } } } + }, + "seccompProfile": { + "type": "object", + "properties": { + "type": { + "type": "string", + "description": "Set container's Security Context seccomp profile", + "default": "RuntimeDefault" + } + } } } }, @@ -2212,6 +2409,11 @@ "description": "Name of the runtime class to be used by pod(s)", "default": "" }, + "automountServiceAccountToken": { + "type": "boolean", + "description": "Mount Service Account token in pod", + "default": false + }, "hostAliases": { "type": "array", "description": "data coordinator pods host aliases", @@ -2341,7 +2543,7 @@ "create": { "type": "boolean", "description": "Enable creation of ServiceAccount for Query Coordinator pods", - "default": false + "default": true }, "name": { "type": "string", @@ -2366,17 +2568,7 @@ "create": { "type": "boolean", "description": "Enable/disable a Pod Disruption Budget creation", - "default": false - }, - "minAvailable": { - "type": "number", - "description": "Minimum number/percentage of pods that should remain scheduled", - "default": 1 - }, - "maxUnavailable": { - "type": "string", - "description": "Maximum number/percentage of pods that may be made unavailable", - "default": "" + "default": true } } }, @@ -2549,50 +2741,39 @@ "enabled": { "type": "boolean", "description": "Enable creation of NetworkPolicy resources", - "default": false + "default": true }, "allowExternal": { "type": "boolean", "description": "The Policy model to apply", "default": true }, + "allowExternalEgress": { + "type": "boolean", + "description": "Allow the pod to access any range of port and all destinations.", + "default": true + }, "extraIngress": { "type": "array", "description": "Add extra ingress rules to the NetworkPolicy", - "default": [], - "items": {} + "default": "[]", + "items": { + "type": "string" + } }, "extraEgress": { "type": "array", "description": "Add extra ingress rules to the NetworkPolicy", - "default": [], - "items": {} + "default": "[]", + "items": { + "type": "string" + } } } }, "metrics": { "type": "object", "properties": { - "annotations": { - "type": "object", - "properties": { - "prometheus": { - "type": "object", - "properties": { - "io/scrape": { - "type": "string", - "description": "", - "default": "true" - }, - "io/port": { - "type": "string", - "description": "", - "default": "{{ .Values.queryCoord.service.ports.grpc }}" - } - } - } - } - }, "enabled": { "type": "boolean", "description": "Enable metrics", @@ -2691,7 +2872,7 @@ "defaultConfig": { "type": "string", "description": "Default override configuration from the common set in milvus.defaultConfig", - "default": "# Override the port for internal binding (the external components will use the service port defined in milvus.defaultConfig)\nindexCoord:\n port: {{ .Values.indexCoord.containerPorts.grpc }}\n enableActiveStandby: true\n" + "default": "\"\"" }, "existingConfigMap": { "type": "string", @@ -2860,20 +3041,15 @@ "description": "Custom startupProbe that overrides the default one", "default": {} }, + "resourcesPreset": { + "type": "string", + "description": "Set container resources according to one common preset (allowed values: none, nano, micro, small, medium, large, xlarge, 2xlarge). This is ignored if indexCoord.resources is set (indexCoord.resources is recommended for production).", + "default": "micro" + }, "resources": { "type": "object", - "properties": { - "limits": { - "type": "object", - "description": "The resources limits for the data coordinator containers", - "default": {} - }, - "requests": { - "type": "object", - "description": "The requested resources for the data coordinator containers", - "default": {} - } - } + "description": "Set container requests and limits for different resources like CPU or memory (essential for production workloads)", + "default": {} }, "podSecurityContext": { "type": "object", @@ -2883,20 +3059,27 @@ "description": "Enabled Index Coordinator pods' Security Context", "default": true }, + "fsGroupChangePolicy": { + "type": "string", + "description": "Set filesystem group change policy", + "default": "Always" + }, + "sysctls": { + "type": "array", + "description": "Set kernel settings using the sysctl interface", + "default": [], + "items": {} + }, + "supplementalGroups": { + "type": "array", + "description": "Set filesystem extra groups", + "default": [], + "items": {} + }, "fsGroup": { "type": "number", "description": "Set Index Coordinator pod's Security Context fsGroup", "default": 1001 - }, - "seccompProfile": { - "type": "object", - "properties": { - "type": { - "type": "string", - "description": "Set Index Coordinator container's Security Context seccomp profile", - "default": "RuntimeDefault" - } - } } } }, @@ -2905,27 +3088,37 @@ "properties": { "enabled": { "type": "boolean", - "description": "Enabled Index Coordinator containers' Security Context", + "description": "Enabled containers' Security Context", "default": true }, "runAsUser": { "type": "number", - "description": "Set Index Coordinator containers' Security Context runAsUser", + "description": "Set containers' Security Context runAsUser", + "default": 1001 + }, + "runAsGroup": { + "type": "number", + "description": "Set containers' Security Context runAsGroup", "default": 1001 }, "runAsNonRoot": { "type": "boolean", - "description": "Set Index Coordinator containers' Security Context runAsNonRoot", + "description": "Set container's Security Context runAsNonRoot", "default": true }, + "privileged": { + "type": "boolean", + "description": "Set container's Security Context privileged", + "default": false + }, "readOnlyRootFilesystem": { "type": "boolean", - "description": "Set Index Coordinator containers' Security Context runAsNonRoot", + "description": "Set container's Security Context readOnlyRootFilesystem", "default": true }, "allowPrivilegeEscalation": { "type": "boolean", - "description": "Set Index Coordinator container's privilege escalation", + "description": "Set container's Security Context allowPrivilegeEscalation", "default": false }, "capabilities": { @@ -2933,7 +3126,7 @@ "properties": { "drop": { "type": "array", - "description": "Set Index Coordinator container's Security Context runAsNonRoot", + "description": "List of capabilities to be dropped", "default": [ "ALL" ], @@ -2942,6 +3135,16 @@ } } } + }, + "seccompProfile": { + "type": "object", + "properties": { + "type": { + "type": "string", + "description": "Set container's Security Context seccomp profile", + "default": "RuntimeDefault" + } + } } } }, @@ -2955,6 +3158,11 @@ "description": "Name of the runtime class to be used by pod(s)", "default": "" }, + "automountServiceAccountToken": { + "type": "boolean", + "description": "Mount Service Account token in pod", + "default": false + }, "hostAliases": { "type": "array", "description": "data coordinator pods host aliases", @@ -3084,7 +3292,7 @@ "create": { "type": "boolean", "description": "Enable creation of ServiceAccount for Index Coordinator pods", - "default": false + "default": true }, "name": { "type": "string", @@ -3109,17 +3317,7 @@ "create": { "type": "boolean", "description": "Enable/disable a Pod Disruption Budget creation", - "default": false - }, - "minAvailable": { - "type": "number", - "description": "Minimum number/percentage of pods that should remain scheduled", - "default": 1 - }, - "maxUnavailable": { - "type": "string", - "description": "Maximum number/percentage of pods that may be made unavailable", - "default": "" + "default": true } } }, @@ -3292,50 +3490,39 @@ "enabled": { "type": "boolean", "description": "Enable creation of NetworkPolicy resources", - "default": false + "default": true }, "allowExternal": { "type": "boolean", "description": "The Policy model to apply", "default": true }, + "allowExternalEgress": { + "type": "boolean", + "description": "Allow the pod to access any range of port and all destinations.", + "default": true + }, "extraIngress": { "type": "array", "description": "Add extra ingress rules to the NetworkPolicy", - "default": [], - "items": {} + "default": "[]", + "items": { + "type": "string" + } }, "extraEgress": { "type": "array", "description": "Add extra ingress rules to the NetworkPolicy", - "default": [], - "items": {} + "default": "[]", + "items": { + "type": "string" + } } } }, "metrics": { "type": "object", "properties": { - "annotations": { - "type": "object", - "properties": { - "prometheus": { - "type": "object", - "properties": { - "io/scrape": { - "type": "string", - "description": "", - "default": "true" - }, - "io/port": { - "type": "string", - "description": "", - "default": "{{ .Values.indexCoord.service.ports.grpc }}" - } - } - } - } - }, "enabled": { "type": "boolean", "description": "Enable metrics", @@ -3434,7 +3621,7 @@ "defaultConfig": { "type": "string", "description": "Default override configuration from the common set in milvus.defaultConfig", - "default": "# Override the port for internal binding (the external components will use the service port defined in milvus.defaultConfig)\ndataNode:\n port: {{ .Values.dataNode.containerPorts.grpc }}\n enableDisk: true\n" + "default": "\"\"" }, "existingConfigMap": { "type": "string", @@ -3603,20 +3790,15 @@ "description": "Custom startupProbe that overrides the default one", "default": {} }, + "resourcesPreset": { + "type": "string", + "description": "Set container resources according to one common preset (allowed values: none, nano, micro, small, medium, large, xlarge, 2xlarge). This is ignored if dataNode.resources is set (dataNode.resources is recommended for production).", + "default": "micro" + }, "resources": { "type": "object", - "properties": { - "limits": { - "type": "object", - "description": "The resources limits for the data node containers", - "default": {} - }, - "requests": { - "type": "object", - "description": "The requested resources for the data node containers", - "default": {} - } - } + "description": "Set container requests and limits for different resources like CPU or memory (essential for production workloads)", + "default": {} }, "podSecurityContext": { "type": "object", @@ -3626,20 +3808,27 @@ "description": "Enabled Data Node pods' Security Context", "default": true }, + "fsGroupChangePolicy": { + "type": "string", + "description": "Set filesystem group change policy", + "default": "Always" + }, + "sysctls": { + "type": "array", + "description": "Set kernel settings using the sysctl interface", + "default": [], + "items": {} + }, + "supplementalGroups": { + "type": "array", + "description": "Set filesystem extra groups", + "default": [], + "items": {} + }, "fsGroup": { "type": "number", "description": "Set Data Node pod's Security Context fsGroup", "default": 1001 - }, - "seccompProfile": { - "type": "object", - "properties": { - "type": { - "type": "string", - "description": "Set Data Node container's Security Context seccomp profile", - "default": "RuntimeDefault" - } - } } } }, @@ -3648,27 +3837,37 @@ "properties": { "enabled": { "type": "boolean", - "description": "Enabled Data Node containers' Security Context", + "description": "Enabled containers' Security Context", "default": true }, "runAsUser": { "type": "number", - "description": "Set Data Node containers' Security Context runAsUser", + "description": "Set containers' Security Context runAsUser", + "default": 1001 + }, + "runAsGroup": { + "type": "number", + "description": "Set containers' Security Context runAsGroup", "default": 1001 }, "runAsNonRoot": { "type": "boolean", - "description": "Set Data Node containers' Security Context runAsNonRoot", + "description": "Set container's Security Context runAsNonRoot", "default": true }, + "privileged": { + "type": "boolean", + "description": "Set container's Security Context privileged", + "default": false + }, "readOnlyRootFilesystem": { "type": "boolean", - "description": "Set Data Node containers' Security Context runAsNonRoot", + "description": "Set container's Security Context readOnlyRootFilesystem", "default": true }, "allowPrivilegeEscalation": { "type": "boolean", - "description": "Set Data Node container's privilege escalation", + "description": "Set container's Security Context allowPrivilegeEscalation", "default": false }, "capabilities": { @@ -3676,7 +3875,7 @@ "properties": { "drop": { "type": "array", - "description": "Set Data Node container's Security Context runAsNonRoot", + "description": "List of capabilities to be dropped", "default": [ "ALL" ], @@ -3685,6 +3884,16 @@ } } } + }, + "seccompProfile": { + "type": "object", + "properties": { + "type": { + "type": "string", + "description": "Set container's Security Context seccomp profile", + "default": "RuntimeDefault" + } + } } } }, @@ -3698,6 +3907,11 @@ "description": "Name of the runtime class to be used by pod(s)", "default": "" }, + "automountServiceAccountToken": { + "type": "boolean", + "description": "Mount Service Account token in pod", + "default": false + }, "hostAliases": { "type": "array", "description": "data node pods host aliases", @@ -3827,7 +4041,7 @@ "create": { "type": "boolean", "description": "Enable creation of ServiceAccount for Data Node pods", - "default": false + "default": true }, "name": { "type": "string", @@ -3849,20 +4063,10 @@ "pdb": { "type": "object", "properties": { - "create": { - "type": "boolean", - "description": "Enable/disable a Pod Disruption Budget creation", - "default": false - }, - "minAvailable": { - "type": "number", - "description": "Minimum number/percentage of pods that should remain scheduled", - "default": 1 - }, - "maxUnavailable": { - "type": "string", - "description": "Maximum number/percentage of pods that may be made unavailable", - "default": "" + "create": { + "type": "boolean", + "description": "Enable/disable a Pod Disruption Budget creation", + "default": true } } }, @@ -4035,50 +4239,39 @@ "enabled": { "type": "boolean", "description": "Enable creation of NetworkPolicy resources", - "default": false + "default": true }, "allowExternal": { "type": "boolean", "description": "The Policy model to apply", "default": true }, + "allowExternalEgress": { + "type": "boolean", + "description": "Allow the pod to access any range of port and all destinations.", + "default": true + }, "extraIngress": { "type": "array", "description": "Add extra ingress rules to the NetworkPolicy", - "default": [], - "items": {} + "default": "[]", + "items": { + "type": "string" + } }, "extraEgress": { "type": "array", "description": "Add extra ingress rules to the NetworkPolicy", - "default": [], - "items": {} + "default": "[]", + "items": { + "type": "string" + } } } }, "metrics": { "type": "object", "properties": { - "annotations": { - "type": "object", - "properties": { - "prometheus": { - "type": "object", - "properties": { - "io/scrape": { - "type": "string", - "description": "", - "default": "true" - }, - "io/port": { - "type": "string", - "description": "", - "default": "{{ .Values.dataNode.service.ports.grpc }}" - } - } - } - } - }, "enabled": { "type": "boolean", "description": "Enable metrics", @@ -4177,7 +4370,7 @@ "defaultConfig": { "type": "string", "description": "Default override configuration from the common set in milvus.defaultConfig", - "default": "# Override the port for internal binding (the external components will use the service port defined in milvus.defaultConfig)\nqueryNode:\n port: {{ .Values.queryNode.containerPorts.grpc }}\n enableDisk: true\n" + "default": "\"\"" }, "existingConfigMap": { "type": "string", @@ -4346,20 +4539,15 @@ "description": "Custom startupProbe that overrides the default one", "default": {} }, + "resourcesPreset": { + "type": "string", + "description": "Set container resources according to one common preset (allowed values: none, nano, micro, small, medium, large, xlarge, 2xlarge). This is ignored if queryNode.resources is set (queryNode.resources is recommended for production).", + "default": "micro" + }, "resources": { "type": "object", - "properties": { - "limits": { - "type": "object", - "description": "The resources limits for the data node containers", - "default": {} - }, - "requests": { - "type": "object", - "description": "The requested resources for the data node containers", - "default": {} - } - } + "description": "Set container requests and limits for different resources like CPU or memory (essential for production workloads)", + "default": {} }, "podSecurityContext": { "type": "object", @@ -4369,20 +4557,27 @@ "description": "Enabled Query Node pods' Security Context", "default": true }, + "fsGroupChangePolicy": { + "type": "string", + "description": "Set filesystem group change policy", + "default": "Always" + }, + "sysctls": { + "type": "array", + "description": "Set kernel settings using the sysctl interface", + "default": [], + "items": {} + }, + "supplementalGroups": { + "type": "array", + "description": "Set filesystem extra groups", + "default": [], + "items": {} + }, "fsGroup": { "type": "number", "description": "Set Query Node pod's Security Context fsGroup", "default": 1001 - }, - "seccompProfile": { - "type": "object", - "properties": { - "type": { - "type": "string", - "description": "Set Query Node container's Security Context seccomp profile", - "default": "RuntimeDefault" - } - } } } }, @@ -4391,27 +4586,37 @@ "properties": { "enabled": { "type": "boolean", - "description": "Enabled Query Node containers' Security Context", + "description": "Enabled containers' Security Context", "default": true }, "runAsUser": { "type": "number", - "description": "Set Query Node containers' Security Context runAsUser", + "description": "Set containers' Security Context runAsUser", + "default": 1001 + }, + "runAsGroup": { + "type": "number", + "description": "Set containers' Security Context runAsGroup", "default": 1001 }, "runAsNonRoot": { "type": "boolean", - "description": "Set Query Node containers' Security Context runAsNonRoot", + "description": "Set container's Security Context runAsNonRoot", "default": true }, + "privileged": { + "type": "boolean", + "description": "Set container's Security Context privileged", + "default": false + }, "readOnlyRootFilesystem": { "type": "boolean", - "description": "Set Query Node containers' Security Context runAsNonRoot", + "description": "Set container's Security Context readOnlyRootFilesystem", "default": true }, "allowPrivilegeEscalation": { "type": "boolean", - "description": "Set Query Node container's privilege escalation", + "description": "Set container's Security Context allowPrivilegeEscalation", "default": false }, "capabilities": { @@ -4419,7 +4624,7 @@ "properties": { "drop": { "type": "array", - "description": "Set Query Node container's Security Context runAsNonRoot", + "description": "List of capabilities to be dropped", "default": [ "ALL" ], @@ -4428,6 +4633,16 @@ } } } + }, + "seccompProfile": { + "type": "object", + "properties": { + "type": { + "type": "string", + "description": "Set container's Security Context seccomp profile", + "default": "RuntimeDefault" + } + } } } }, @@ -4441,6 +4656,11 @@ "description": "Name of the runtime class to be used by pod(s)", "default": "" }, + "automountServiceAccountToken": { + "type": "boolean", + "description": "Mount Service Account token in pod", + "default": false + }, "hostAliases": { "type": "array", "description": "data node pods host aliases", @@ -4570,7 +4790,7 @@ "create": { "type": "boolean", "description": "Enable creation of ServiceAccount for Query Node pods", - "default": false + "default": true }, "name": { "type": "string", @@ -4595,17 +4815,7 @@ "create": { "type": "boolean", "description": "Enable/disable a Pod Disruption Budget creation", - "default": false - }, - "minAvailable": { - "type": "number", - "description": "Minimum number/percentage of pods that should remain scheduled", - "default": 1 - }, - "maxUnavailable": { - "type": "string", - "description": "Maximum number/percentage of pods that may be made unavailable", - "default": "" + "default": true } } }, @@ -4778,50 +4988,39 @@ "enabled": { "type": "boolean", "description": "Enable creation of NetworkPolicy resources", - "default": false + "default": true }, "allowExternal": { "type": "boolean", "description": "The Policy model to apply", "default": true }, + "allowExternalEgress": { + "type": "boolean", + "description": "Allow the pod to access any range of port and all destinations.", + "default": true + }, "extraIngress": { "type": "array", "description": "Add extra ingress rules to the NetworkPolicy", - "default": [], - "items": {} + "default": "[]", + "items": { + "type": "string" + } }, "extraEgress": { "type": "array", "description": "Add extra ingress rules to the NetworkPolicy", - "default": [], - "items": {} + "default": "[]", + "items": { + "type": "string" + } } } }, "metrics": { "type": "object", "properties": { - "annotations": { - "type": "object", - "properties": { - "prometheus": { - "type": "object", - "properties": { - "io/scrape": { - "type": "string", - "description": "", - "default": "true" - }, - "io/port": { - "type": "string", - "description": "", - "default": "{{ .Values.queryNode.service.ports.grpc }}" - } - } - } - } - }, "enabled": { "type": "boolean", "description": "Enable metrics", @@ -4920,7 +5119,7 @@ "defaultConfig": { "type": "string", "description": "Default override configuration from the common set in milvus.defaultConfig", - "default": "# Override the port for internal binding (the external components will use the service port defined in milvus.defaultConfig)\nindexNode:\n port: {{ .Values.indexNode.containerPorts.grpc }}\n enableDisk: true\n" + "default": "\"\"" }, "existingConfigMap": { "type": "string", @@ -5089,20 +5288,15 @@ "description": "Custom startupProbe that overrides the default one", "default": {} }, + "resourcesPreset": { + "type": "string", + "description": "Set container resources according to one common preset (allowed values: none, nano, micro, small, medium, large, xlarge, 2xlarge). This is ignored if indexNode.resources is set (indexNode.resources is recommended for production).", + "default": "micro" + }, "resources": { "type": "object", - "properties": { - "limits": { - "type": "object", - "description": "The resources limits for the data node containers", - "default": {} - }, - "requests": { - "type": "object", - "description": "The requested resources for the data node containers", - "default": {} - } - } + "description": "Set container requests and limits for different resources like CPU or memory (essential for production workloads)", + "default": {} }, "podSecurityContext": { "type": "object", @@ -5112,20 +5306,27 @@ "description": "Enabled Index Node pods' Security Context", "default": true }, + "fsGroupChangePolicy": { + "type": "string", + "description": "Set filesystem group change policy", + "default": "Always" + }, + "sysctls": { + "type": "array", + "description": "Set kernel settings using the sysctl interface", + "default": [], + "items": {} + }, + "supplementalGroups": { + "type": "array", + "description": "Set filesystem extra groups", + "default": [], + "items": {} + }, "fsGroup": { "type": "number", "description": "Set Index Node pod's Security Context fsGroup", "default": 1001 - }, - "seccompProfile": { - "type": "object", - "properties": { - "type": { - "type": "string", - "description": "Set Index Node container's Security Context seccomp profile", - "default": "RuntimeDefault" - } - } } } }, @@ -5134,27 +5335,37 @@ "properties": { "enabled": { "type": "boolean", - "description": "Enabled Index Node containers' Security Context", + "description": "Enabled containers' Security Context", "default": true }, "runAsUser": { "type": "number", - "description": "Set Index Node containers' Security Context runAsUser", + "description": "Set containers' Security Context runAsUser", + "default": 1001 + }, + "runAsGroup": { + "type": "number", + "description": "Set containers' Security Context runAsGroup", "default": 1001 }, "runAsNonRoot": { "type": "boolean", - "description": "Set Index Node containers' Security Context runAsNonRoot", + "description": "Set container's Security Context runAsNonRoot", "default": true }, + "privileged": { + "type": "boolean", + "description": "Set container's Security Context privileged", + "default": false + }, "readOnlyRootFilesystem": { "type": "boolean", - "description": "Set Index Node containers' Security Context runAsNonRoot", + "description": "Set container's Security Context readOnlyRootFilesystem", "default": true }, "allowPrivilegeEscalation": { "type": "boolean", - "description": "Set Index Node container's privilege escalation", + "description": "Set container's Security Context allowPrivilegeEscalation", "default": false }, "capabilities": { @@ -5162,7 +5373,7 @@ "properties": { "drop": { "type": "array", - "description": "Set Index Node container's Security Context runAsNonRoot", + "description": "List of capabilities to be dropped", "default": [ "ALL" ], @@ -5171,6 +5382,16 @@ } } } + }, + "seccompProfile": { + "type": "object", + "properties": { + "type": { + "type": "string", + "description": "Set container's Security Context seccomp profile", + "default": "RuntimeDefault" + } + } } } }, @@ -5184,6 +5405,11 @@ "description": "Name of the runtime class to be used by pod(s)", "default": "" }, + "automountServiceAccountToken": { + "type": "boolean", + "description": "Mount Service Account token in pod", + "default": false + }, "hostAliases": { "type": "array", "description": "data node pods host aliases", @@ -5313,7 +5539,7 @@ "create": { "type": "boolean", "description": "Enable creation of ServiceAccount for Index Node pods", - "default": false + "default": true }, "name": { "type": "string", @@ -5338,17 +5564,7 @@ "create": { "type": "boolean", "description": "Enable/disable a Pod Disruption Budget creation", - "default": false - }, - "minAvailable": { - "type": "number", - "description": "Minimum number/percentage of pods that should remain scheduled", - "default": 1 - }, - "maxUnavailable": { - "type": "string", - "description": "Maximum number/percentage of pods that may be made unavailable", - "default": "" + "default": true } } }, @@ -5521,50 +5737,39 @@ "enabled": { "type": "boolean", "description": "Enable creation of NetworkPolicy resources", - "default": false + "default": true }, "allowExternal": { "type": "boolean", "description": "The Policy model to apply", "default": true }, + "allowExternalEgress": { + "type": "boolean", + "description": "Allow the pod to access any range of port and all destinations.", + "default": true + }, "extraIngress": { "type": "array", "description": "Add extra ingress rules to the NetworkPolicy", - "default": [], - "items": {} + "default": "[]", + "items": { + "type": "string" + } }, "extraEgress": { "type": "array", "description": "Add extra ingress rules to the NetworkPolicy", - "default": [], - "items": {} + "default": "[]", + "items": { + "type": "string" + } } } }, "metrics": { "type": "object", "properties": { - "annotations": { - "type": "object", - "properties": { - "prometheus": { - "type": "object", - "properties": { - "io/scrape": { - "type": "string", - "description": "", - "default": "true" - }, - "io/port": { - "type": "string", - "description": "", - "default": "{{ .Values.indexNode.service.ports.grpc }}" - } - } - } - } - }, "enabled": { "type": "boolean", "description": "Enable metrics", @@ -5648,33 +5853,33 @@ "type": "object", "properties": { "mode": { - "type": "integer", + "type": "number", "description": "TLS mode for proxy. Allowed values: `0`, `1`, `2`", - "default": false + "default": 0 }, "existingSecret": { "type": "string", - "description": "Name of the existing secret containing the TLS certificates for proxy", + "description": "Name of the existing secret containing the TLS certificates for proxy.", "default": "" }, "cert": { "type": "string", "description": "The secret key from the existingSecret if 'cert' key different from the default (server.pem)", - "default": "tls.crt" + "default": "server.pem" }, "key": { "type": "string", "description": "The secret key from the existingSecret if 'key' key different from the default (server.key)", - "default": "tls.key" + "default": "server.key" }, "caCert": { "type": "string", "description": "The secret key from the existingSecret if 'caCert' key different from the default (ca.pem)", - "default": "ca.crt" + "default": "ca.pem" }, "keyPassword": { "type": "string", - "description": "Password to access the password-protected PEM key if necessary", + "description": "Password to access the password-protected PEM key if necessary.", "default": "" } } @@ -5698,7 +5903,7 @@ "defaultConfig": { "type": "string", "description": "Default override configuration from the common set in milvus.defaultConfig", - "default": "# Override the port for internal binding (the external components will use the service port defined in milvus.defaultConfig)\nproxy:\n port: {{ .Values.proxy.containerPorts.grpc }}\n internalPort: {{ .Values.proxy.containerPorts.grpcInternal }}\n" + "default": "\"\"" }, "existingConfigMap": { "type": "string", @@ -5872,20 +6077,15 @@ "description": "Custom startupProbe that overrides the default one", "default": {} }, + "resourcesPreset": { + "type": "string", + "description": "Set container resources according to one common preset (allowed values: none, nano, micro, small, medium, large, xlarge, 2xlarge). This is ignored if proxy.resources is set (proxy.resources is recommended for production).", + "default": "micro" + }, "resources": { "type": "object", - "properties": { - "limits": { - "type": "object", - "description": "The resources limits for the proxy containers", - "default": {} - }, - "requests": { - "type": "object", - "description": "The requested resources for the proxy containers", - "default": {} - } - } + "description": "Set container requests and limits for different resources like CPU or memory (essential for production workloads)", + "default": {} }, "podSecurityContext": { "type": "object", @@ -5895,20 +6095,27 @@ "description": "Enabled Proxy pods' Security Context", "default": true }, + "fsGroupChangePolicy": { + "type": "string", + "description": "Set filesystem group change policy", + "default": "Always" + }, + "sysctls": { + "type": "array", + "description": "Set kernel settings using the sysctl interface", + "default": [], + "items": {} + }, + "supplementalGroups": { + "type": "array", + "description": "Set filesystem extra groups", + "default": [], + "items": {} + }, "fsGroup": { "type": "number", "description": "Set Proxy pod's Security Context fsGroup", "default": 1001 - }, - "seccompProfile": { - "type": "object", - "properties": { - "type": { - "type": "string", - "description": "Set Proxy container's Security Context seccomp profile", - "default": "RuntimeDefault" - } - } } } }, @@ -5917,27 +6124,37 @@ "properties": { "enabled": { "type": "boolean", - "description": "Enabled Proxy containers' Security Context", + "description": "Enabled containers' Security Context", "default": true }, "runAsUser": { "type": "number", - "description": "Set Proxy containers' Security Context runAsUser", + "description": "Set containers' Security Context runAsUser", + "default": 1001 + }, + "runAsGroup": { + "type": "number", + "description": "Set containers' Security Context runAsGroup", "default": 1001 }, "runAsNonRoot": { "type": "boolean", - "description": "Set Proxy containers' Security Context runAsNonRoot", + "description": "Set container's Security Context runAsNonRoot", "default": true }, + "privileged": { + "type": "boolean", + "description": "Set container's Security Context privileged", + "default": false + }, "readOnlyRootFilesystem": { "type": "boolean", - "description": "Set Proxy containers' Security Context runAsNonRoot", + "description": "Set container's Security Context readOnlyRootFilesystem", "default": true }, "allowPrivilegeEscalation": { "type": "boolean", - "description": "Set Proxy container's privilege escalation", + "description": "Set container's Security Context allowPrivilegeEscalation", "default": false }, "capabilities": { @@ -5945,7 +6162,7 @@ "properties": { "drop": { "type": "array", - "description": "Set Proxy container's Security Context runAsNonRoot", + "description": "List of capabilities to be dropped", "default": [ "ALL" ], @@ -5954,6 +6171,16 @@ } } } + }, + "seccompProfile": { + "type": "object", + "properties": { + "type": { + "type": "string", + "description": "Set container's Security Context seccomp profile", + "default": "RuntimeDefault" + } + } } } }, @@ -5967,6 +6194,11 @@ "description": "Name of the runtime class to be used by pod(s)", "default": "" }, + "automountServiceAccountToken": { + "type": "boolean", + "description": "Mount Service Account token in pod", + "default": false + }, "hostAliases": { "type": "array", "description": "proxy pods host aliases", @@ -6096,7 +6328,7 @@ "create": { "type": "boolean", "description": "Enable creation of ServiceAccount for Proxy pods", - "default": false + "default": true }, "name": { "type": "string", @@ -6121,17 +6353,7 @@ "create": { "type": "boolean", "description": "Enable/disable a Pod Disruption Budget creation", - "default": false - }, - "minAvailable": { - "type": "number", - "description": "Minimum number/percentage of pods that should remain scheduled", - "default": 1 - }, - "maxUnavailable": { - "type": "string", - "description": "Maximum number/percentage of pods that may be made unavailable", - "default": "" + "default": true } } }, @@ -6298,29 +6520,45 @@ } } }, - "metrics": { + "networkPolicy": { "type": "object", "properties": { - "annotations": { - "type": "object", - "properties": { - "prometheus": { - "type": "object", - "properties": { - "io/scrape": { - "type": "string", - "description": "", - "default": "true" - }, - "io/port": { - "type": "string", - "description": "", - "default": "{{ .Values.proxy.service.ports.grpc }}" - } - } - } + "enabled": { + "type": "boolean", + "description": "Enable creation of NetworkPolicy resources", + "default": true + }, + "allowExternal": { + "type": "boolean", + "description": "The Policy model to apply", + "default": true + }, + "allowExternalEgress": { + "type": "boolean", + "description": "Allow the pod to access any range of port and all destinations.", + "default": true + }, + "extraIngress": { + "type": "array", + "description": "Add extra ingress rules to the NetworkPolicy", + "default": "[]", + "items": { + "type": "string" } }, + "extraEgress": { + "type": "array", + "description": "Add extra ingress rules to the NetworkPolicy", + "default": "[]", + "items": { + "type": "string" + } + } + } + }, + "metrics": { + "type": "object", + "properties": { "enabled": { "type": "boolean", "description": "Enable metrics", @@ -6389,33 +6627,6 @@ } } } - }, - "networkPolicy": { - "type": "object", - "properties": { - "enabled": { - "type": "boolean", - "description": "Enable creation of NetworkPolicy resources", - "default": false - }, - "allowExternal": { - "type": "boolean", - "description": "The Policy model to apply", - "default": true - }, - "extraIngress": { - "type": "array", - "description": "Add extra ingress rules to the NetworkPolicy", - "default": [], - "items": {} - }, - "extraEgress": { - "type": "array", - "description": "Add extra ingress rules to the NetworkPolicy", - "default": [], - "items": {} - } - } } } }, @@ -6433,17 +6644,12 @@ "registry": { "type": "string", "description": "Attu image registry", - "default": "docker.io" + "default": "REGISTRY_NAME" }, "repository": { "type": "string", "description": "Attu image repository", - "default": "bitnami/attu" - }, - "tag": { - "type": "string", - "description": "Attu image tag (immutable tags are recommended)", - "default": "2.2.6-debian-11-r1" + "default": "REPOSITORY_NAME/attu" }, "digest": { "type": "string", @@ -6631,20 +6837,15 @@ "description": "Custom startupProbe that overrides the default one", "default": {} }, + "resourcesPreset": { + "type": "string", + "description": "Set container resources according to one common preset (allowed values: none, nano, micro, small, medium, large, xlarge, 2xlarge). This is ignored if attu.resources is set (attu.resources is recommended for production).", + "default": "micro" + }, "resources": { "type": "object", - "properties": { - "limits": { - "type": "object", - "description": "The resources limits for the attu containers", - "default": {} - }, - "requests": { - "type": "object", - "description": "The requested resources for the attu containers", - "default": {} - } - } + "description": "Set container requests and limits for different resources like CPU or memory (essential for production workloads)", + "default": {} }, "podSecurityContext": { "type": "object", @@ -6654,20 +6855,27 @@ "description": "Enabled Attu pods' Security Context", "default": true }, + "fsGroupChangePolicy": { + "type": "string", + "description": "Set filesystem group change policy", + "default": "Always" + }, + "sysctls": { + "type": "array", + "description": "Set kernel settings using the sysctl interface", + "default": [], + "items": {} + }, + "supplementalGroups": { + "type": "array", + "description": "Set filesystem extra groups", + "default": [], + "items": {} + }, "fsGroup": { "type": "number", "description": "Set Attu pod's Security Context fsGroup", "default": 1001 - }, - "seccompProfile": { - "type": "object", - "properties": { - "type": { - "type": "string", - "description": "Set Attu container's Security Context seccomp profile", - "default": "RuntimeDefault" - } - } } } }, @@ -6676,27 +6884,37 @@ "properties": { "enabled": { "type": "boolean", - "description": "Enabled Attu containers' Security Context", + "description": "Enabled containers' Security Context", "default": true }, "runAsUser": { "type": "number", - "description": "Set Attu containers' Security Context runAsUser", + "description": "Set containers' Security Context runAsUser", + "default": 1001 + }, + "runAsGroup": { + "type": "number", + "description": "Set containers' Security Context runAsGroup", "default": 1001 }, "runAsNonRoot": { "type": "boolean", - "description": "Set Attu containers' Security Context runAsNonRoot", + "description": "Set container's Security Context runAsNonRoot", "default": true }, + "privileged": { + "type": "boolean", + "description": "Set container's Security Context privileged", + "default": false + }, "readOnlyRootFilesystem": { "type": "boolean", - "description": "Set Attu containers' Security Context runAsNonRoot", + "description": "Set container's Security Context readOnlyRootFilesystem", "default": true }, "allowPrivilegeEscalation": { "type": "boolean", - "description": "Set Attu container's privilege escalation", + "description": "Set container's Security Context allowPrivilegeEscalation", "default": false }, "capabilities": { @@ -6704,7 +6922,7 @@ "properties": { "drop": { "type": "array", - "description": "Set Attu container's Security Context runAsNonRoot", + "description": "List of capabilities to be dropped", "default": [ "ALL" ], @@ -6713,6 +6931,16 @@ } } } + }, + "seccompProfile": { + "type": "object", + "properties": { + "type": { + "type": "string", + "description": "Set container's Security Context seccomp profile", + "default": "RuntimeDefault" + } + } } } }, @@ -6726,6 +6954,11 @@ "description": "Name of the runtime class to be used by pod(s)", "default": "" }, + "automountServiceAccountToken": { + "type": "boolean", + "description": "Mount Service Account token in pod", + "default": false + }, "hostAliases": { "type": "array", "description": "attu pods host aliases", @@ -6855,7 +7088,7 @@ "create": { "type": "boolean", "description": "Enable creation of ServiceAccount for Attu pods", - "default": false + "default": true }, "name": { "type": "string", @@ -6880,17 +7113,7 @@ "create": { "type": "boolean", "description": "Enable/disable a Pod Disruption Budget creation", - "default": false - }, - "minAvailable": { - "type": "number", - "description": "Minimum number/percentage of pods that should remain scheduled", - "default": 1 - }, - "maxUnavailable": { - "type": "string", - "description": "Maximum number/percentage of pods that may be made unavailable", - "default": "" + "default": true } } }, @@ -7133,24 +7356,33 @@ "enabled": { "type": "boolean", "description": "Enable creation of NetworkPolicy resources", - "default": false + "default": true }, "allowExternal": { "type": "boolean", "description": "The Policy model to apply", "default": true }, + "allowExternalEgress": { + "type": "boolean", + "description": "Allow the pod to access any range of port and all destinations.", + "default": true + }, "extraIngress": { "type": "array", "description": "Add extra ingress rules to the NetworkPolicy", - "default": [], - "items": {} + "default": "[]", + "items": { + "type": "string" + } }, "extraEgress": { "type": "array", "description": "Add extra ingress rules to the NetworkPolicy", - "default": [], - "items": {} + "default": "[]", + "items": { + "type": "string" + } } } } @@ -7165,17 +7397,12 @@ "registry": { "type": "string", "description": "Init container wait-container image registry", - "default": "docker.io" + "default": "REGISTRY_NAME" }, "repository": { "type": "string", "description": "Init container wait-container image name", - "default": "bitnami/os-shell" - }, - "tag": { - "type": "string", - "description": "Init container wait-container image tag", - "default": "11-debian-11-r2" + "default": "REPOSITORY_NAME/os-shell" }, "digest": { "type": "string", @@ -7190,8 +7417,10 @@ "pullSecrets": { "type": "array", "description": "Specify docker-registry secret names as an array", - "default": [], - "items": {} + "default": "[]", + "items": { + "type": "string" + } } } }, @@ -7200,27 +7429,37 @@ "properties": { "enabled": { "type": "boolean", - "description": "Enabled Milvus containers' Security Context", + "description": "Enabled containers' Security Context", "default": true }, "runAsUser": { "type": "number", - "description": "Set Milvus containers' Security Context runAsUser", + "description": "Set containers' Security Context runAsUser", + "default": 1001 + }, + "runAsGroup": { + "type": "number", + "description": "Set containers' Security Context runAsGroup", "default": 1001 }, "runAsNonRoot": { "type": "boolean", - "description": "Set Milvus containers' Security Context runAsNonRoot", + "description": "Set container's Security Context runAsNonRoot", "default": true }, + "privileged": { + "type": "boolean", + "description": "Set container's Security Context privileged", + "default": false + }, "readOnlyRootFilesystem": { "type": "boolean", - "description": "Set Milvus containers' Security Context runAsNonRoot", + "description": "Set container's Security Context readOnlyRootFilesystem", "default": true }, "allowPrivilegeEscalation": { "type": "boolean", - "description": "Set Milvus container's privilege escalation", + "description": "Set container's Security Context allowPrivilegeEscalation", "default": false }, "capabilities": { @@ -7228,7 +7467,7 @@ "properties": { "drop": { "type": "array", - "description": "Set Milvus container's Security Context runAsNonRoot", + "description": "List of capabilities to be dropped", "default": [ "ALL" ], @@ -7237,8 +7476,28 @@ } } } + }, + "seccompProfile": { + "type": "object", + "properties": { + "type": { + "type": "string", + "description": "Set container's Security Context seccomp profile", + "default": "RuntimeDefault" + } + } } } + }, + "resourcesPreset": { + "type": "string", + "description": "Set container resources according to one common preset (allowed values: none, nano, small, medium, large, xlarge, 2xlarge). This is ignored if initJob.resources is set (initJob.resources is recommended for production).", + "default": "micro" + }, + "resources": { + "type": "object", + "description": "Set container requests and limits for different resources like CPU or memory (essential for production workloads)", + "default": {} } } }, @@ -7256,37 +7515,57 @@ "description": "Port of the external etcd instance", "default": 2379 }, + "user": { + "type": "string", + "description": "User of the external etcd instance", + "default": "root" + }, + "password": { + "type": "string", + "description": "Password of the external etcd instance", + "default": "" + }, + "existingSecret": { + "type": "string", + "description": "Name of a secret containing the external etcd password", + "default": "" + }, + "existingSecretPasswordKey": { + "type": "string", + "description": "Key inside the secret containing the external etcd password", + "default": "etcd-root-password" + }, "tls": { "type": "object", "properties": { "enabled": { "type": "boolean", - "description": "Enable TLS for etcd client connections", + "description": "Enable TLS for etcd client connections.", "default": false }, "existingSecret": { "type": "string", - "description": "Name of the existing secret containing the TLS certificates for external etcd client communications", + "description": "Name of the existing secret containing the TLS certificates for external etcd client communications.", "default": "" }, "cert": { "type": "string", - "description": "The secret key from the existingSecret if 'cert' key different from the default", + "description": "The secret key from the existingSecret if 'cert' key different from the default (tls.crt)", "default": "tls.crt" }, "key": { "type": "string", - "description": "The secret key from the existingSecret if 'key' key different from the default", + "description": "The secret key from the existingSecret if 'key' key different from the default (tls.key)", "default": "tls.key" }, "caCert": { "type": "string", - "description": "The secret key from the existingSecret if 'caCert' key different from the default", + "description": "The secret key from the existingSecret if 'caCert' key different from the default (ca.crt)", "default": "ca.crt" }, "keyPassword": { "type": "string", - "description": "Password to access the password-protected PEM key if necessary", + "description": "Password to access the password-protected PEM key if necessary.", "default": "" } } @@ -7375,6 +7654,46 @@ "type": "number", "description": "External Kafka port", "default": 9092 + }, + "listener": { + "type": "object", + "properties": { + "protocol": { + "type": "string", + "description": "Kafka listener protocol. Allowed protocols: PLAINTEXT, SASL_PLAINTEXT, SASL_SSL and SSL", + "default": "PLAINTEXT" + } + } + }, + "sasl": { + "type": "object", + "properties": { + "user": { + "type": "string", + "description": "User for SASL authentication", + "default": "user" + }, + "password": { + "type": "string", + "description": "Password for SASL authentication", + "default": "" + }, + "existingSecret": { + "type": "string", + "description": "Name of the existing secret containing a password for SASL authentication (under the key named \"client-passwords\")", + "default": "" + }, + "existingSecretPasswordKey": { + "type": "string", + "description": "Name of the secret key containing the Kafka client user password", + "default": "kafka-root-password" + }, + "enabledMechanisms": { + "type": "string", + "description": "Kafka enabled SASL mechanisms", + "default": "PLAIN" + } + } } } }, @@ -7526,10 +7845,15 @@ "description": "Enable/disable Kafka chart installation", "default": true }, - "replicaCount": { - "type": "number", - "description": "Number of Kafka brokers", - "default": 1 + "controller": { + "type": "object", + "properties": { + "replicaCount": { + "type": "number", + "description": "Number of Kafka controller eligible (controller+broker) nodes", + "default": 1 + } + } }, "service": { "type": "object", @@ -7546,35 +7870,45 @@ } } }, - "auth": { + "extraConfig": { + "type": "string", + "description": "Additional configuration to be appended at the end of the generated Kafka configuration file.", + "default": "offsets.topic.replication.factor=1" + }, + "listeners": { + "type": "object", + "properties": { + "client": { + "type": "object", + "properties": { + "protocol": { + "type": "string", + "description": "Kafka authentication protocol for the client listener", + "default": "SASL_PLAINTEXT" + } + } + } + } + }, + "sasl": { "type": "object", "properties": { - "clientProtocol": { + "enabledMechanisms": { "type": "string", - "description": "Kafka authentication protocol for the client", - "default": "sasl" + "description": "Kafka enabled SASL mechanisms", + "default": "PLAIN" }, - "sasl": { + "client": { "type": "object", "properties": { - "mechanisms": { - "type": "string", - "description": "Kafka authentication mechanisms for SASL", - "default": "plain" - }, - "jaas": { - "type": "object", - "properties": { - "clientUsers": { - "type": "array", - "description": "Kafka client users", - "default": [ - "user" - ], - "items": { - "type": "string" - } - } + "users": { + "type": "array", + "description": "Kafka client users", + "default": [ + "user" + ], + "items": { + "type": "string" } } } @@ -7584,4 +7918,4 @@ } } } -} +} \ No newline at end of file diff --git a/bitnami/milvus/values.yaml b/bitnami/milvus/values.yaml index ac78abe3698c2e..29749e1e4a9e6a 100644 --- a/bitnami/milvus/values.yaml +++ b/bitnami/milvus/values.yaml @@ -802,12 +802,12 @@ dataCoord: ## Pod Disruption Budget configuration ## ref: https://kubernetes.io/docs/tasks/run-application/configure-pdb ## @param dataCoord.pdb.create Enable/disable a Pod Disruption Budget creation - ## @param dataCoord.pdb.minAvailable Minimum number/percentage of pods that should remain scheduled - ## @param dataCoord.pdb.maxUnavailable Maximum number/percentage of pods that may be made unavailable + ## @param dataCoord.pdb.minAvailable [object] Minimum number/percentage of pods that should remain scheduled + ## @param dataCoord.pdb.maxUnavailable [object] Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `dataCoord.pdb.minAvailable` and `dataCoord.pdb.maxUnavailable` are empty. ## pdb: - create: false - minAvailable: 1 + create: true + minAvailable: "" maxUnavailable: "" ## @section Data Coordinator Autoscaling configuration ## ref: https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/ @@ -1307,12 +1307,12 @@ rootCoord: ## Pod Disruption Budget configuration ## ref: https://kubernetes.io/docs/tasks/run-application/configure-pdb ## @param rootCoord.pdb.create Enable/disable a Pod Disruption Budget creation - ## @param rootCoord.pdb.minAvailable Minimum number/percentage of pods that should remain scheduled - ## @param rootCoord.pdb.maxUnavailable Maximum number/percentage of pods that may be made unavailable + ## @param rootCoord.pdb.minAvailable [object] Minimum number/percentage of pods that should remain scheduled + ## @param rootCoord.pdb.maxUnavailable [object] Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `rootCoord.pdb.minAvailable` and `rootCoord.pdb.maxUnavailable` are empty. ## pdb: - create: false - minAvailable: 1 + create: true + minAvailable: "" maxUnavailable: "" ## @section Root Coordinator Autoscaling configuration ## ref: https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/ @@ -1812,12 +1812,12 @@ queryCoord: ## Pod Disruption Budget configuration ## ref: https://kubernetes.io/docs/tasks/run-application/configure-pdb ## @param queryCoord.pdb.create Enable/disable a Pod Disruption Budget creation - ## @param queryCoord.pdb.minAvailable Minimum number/percentage of pods that should remain scheduled - ## @param queryCoord.pdb.maxUnavailable Maximum number/percentage of pods that may be made unavailable + ## @param queryCoord.pdb.minAvailable [object] Minimum number/percentage of pods that should remain scheduled + ## @param queryCoord.pdb.maxUnavailable [object] Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `queryCoord.pdb.minAvailable` and `queryCoord.pdb.maxUnavailable` are empty. ## pdb: - create: false - minAvailable: 1 + create: true + minAvailable: "" maxUnavailable: "" ## @section Query Coordinator Autoscaling configuration ## ref: https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/ @@ -2317,12 +2317,12 @@ indexCoord: ## Pod Disruption Budget configuration ## ref: https://kubernetes.io/docs/tasks/run-application/configure-pdb ## @param indexCoord.pdb.create Enable/disable a Pod Disruption Budget creation - ## @param indexCoord.pdb.minAvailable Minimum number/percentage of pods that should remain scheduled - ## @param indexCoord.pdb.maxUnavailable Maximum number/percentage of pods that may be made unavailable + ## @param indexCoord.pdb.minAvailable [object] Minimum number/percentage of pods that should remain scheduled + ## @param indexCoord.pdb.maxUnavailable [object] Maximum number/percentage of pods that may be made unavailable.Defaults to `1` if both `queryCoord.pdb.minAvailable` and `queryCoord.pdb.maxUnavailable` are empty. ## pdb: - create: false - minAvailable: 1 + create: true + minAvailable: "" maxUnavailable: "" ## @section Index Coordinator Autoscaling configuration ## ref: https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/ @@ -2822,12 +2822,12 @@ dataNode: ## Pod Disruption Budget configuration ## ref: https://kubernetes.io/docs/tasks/run-application/configure-pdb ## @param dataNode.pdb.create Enable/disable a Pod Disruption Budget creation - ## @param dataNode.pdb.minAvailable Minimum number/percentage of pods that should remain scheduled - ## @param dataNode.pdb.maxUnavailable Maximum number/percentage of pods that may be made unavailable + ## @param dataNode.pdb.minAvailable [object] Minimum number/percentage of pods that should remain scheduled + ## @param dataNode.pdb.maxUnavailable [object] Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `dataNode.pdb.minAvailable` and `dataNode.pdb.maxUnavailable` are empty. ## pdb: - create: false - minAvailable: 1 + create: true + minAvailable: "" maxUnavailable: "" ## @section Data Node Autoscaling configuration ## ref: https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/ @@ -3327,12 +3327,12 @@ queryNode: ## Pod Disruption Budget configuration ## ref: https://kubernetes.io/docs/tasks/run-application/configure-pdb ## @param queryNode.pdb.create Enable/disable a Pod Disruption Budget creation - ## @param queryNode.pdb.minAvailable Minimum number/percentage of pods that should remain scheduled - ## @param queryNode.pdb.maxUnavailable Maximum number/percentage of pods that may be made unavailable + ## @param queryNode.pdb.minAvailable [object] Minimum number/percentage of pods that should remain scheduled + ## @param queryNode.pdb.maxUnavailable [object] Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `queryNode.pdb.minAvailable` and `queryNode.pdb.maxUnavailable` are empty. ## pdb: - create: false - minAvailable: 1 + create: true + minAvailable: "" maxUnavailable: "" ## @section Query Node Autoscaling configuration ## ref: https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/ @@ -3832,12 +3832,12 @@ indexNode: ## Pod Disruption Budget configuration ## ref: https://kubernetes.io/docs/tasks/run-application/configure-pdb ## @param indexNode.pdb.create Enable/disable a Pod Disruption Budget creation - ## @param indexNode.pdb.minAvailable Minimum number/percentage of pods that should remain scheduled - ## @param indexNode.pdb.maxUnavailable Maximum number/percentage of pods that may be made unavailable + ## @param indexNode.pdb.minAvailable [object] Minimum number/percentage of pods that should remain scheduled + ## @param indexNode.pdb.maxUnavailable [object] Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `indexNode.pdb.minAvailable` and `indexNode.pdb.maxUnavailable` are empty. ## pdb: - create: false - minAvailable: 1 + create: true + minAvailable: "" maxUnavailable: "" ## @section Index Node Autoscaling configuration ## ref: https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/ @@ -4365,12 +4365,12 @@ proxy: ## Pod Disruption Budget configuration ## ref: https://kubernetes.io/docs/tasks/run-application/configure-pdb ## @param proxy.pdb.create Enable/disable a Pod Disruption Budget creation - ## @param proxy.pdb.minAvailable Minimum number/percentage of pods that should remain scheduled - ## @param proxy.pdb.maxUnavailable Maximum number/percentage of pods that may be made unavailable + ## @param proxy.pdb.minAvailable [object] Minimum number/percentage of pods that should remain scheduled + ## @param proxy.pdb.maxUnavailable [object] Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `proxy.pdb.minAvailable` and `proxy.pdb.maxUnavailable` are empty. ## pdb: - create: false - minAvailable: 1 + create: true + minAvailable: "" maxUnavailable: "" ## @section Proxy Autoscaling configuration ## ref: https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/ @@ -4883,12 +4883,12 @@ attu: ## Pod Disruption Budget configuration ## ref: https://kubernetes.io/docs/tasks/run-application/configure-pdb ## @param attu.pdb.create Enable/disable a Pod Disruption Budget creation - ## @param attu.pdb.minAvailable Minimum number/percentage of pods that should remain scheduled - ## @param attu.pdb.maxUnavailable Maximum number/percentage of pods that may be made unavailable + ## @param attu.pdb.minAvailable [object] Minimum number/percentage of pods that should remain scheduled + ## @param attu.pdb.maxUnavailable [object] Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `attu.pdb.minAvailable` and `attu.pdb.maxUnavailable` are empty. ## pdb: - create: false - minAvailable: 1 + create: true + minAvailable: "" maxUnavailable: "" ## @section Attu Autoscaling configuration ## ref: https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/