From 931d75ffb03f5a7272ca12d1437926017e78eca0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20J=2E=20Salmer=C3=B3n-Garc=C3=ADa?= Date: Thu, 21 Apr 2022 13:13:33 +0200 Subject: [PATCH] [bitnami/suitecrm] feat!: :arrow_up: Bump MariaDB version to 10.6 (#9861) Signed-off-by: Javier Salmeron Garcia --- bitnami/suitecrm/Chart.lock | 6 +++--- bitnami/suitecrm/Chart.yaml | 4 ++-- bitnami/suitecrm/README.md | 19 ++++++------------- 3 files changed, 11 insertions(+), 18 deletions(-) diff --git a/bitnami/suitecrm/Chart.lock b/bitnami/suitecrm/Chart.lock index d9805fcace..949800c099 100644 --- a/bitnami/suitecrm/Chart.lock +++ b/bitnami/suitecrm/Chart.lock @@ -1,9 +1,9 @@ dependencies: - name: mariadb repository: https://charts.bitnami.com/bitnami - version: 10.5.1 + version: 11.0.0 - name: common repository: https://charts.bitnami.com/bitnami version: 1.13.0 -digest: sha256:8b6c1ce6a61d34600f380b7a06df87c773b784afeedb9662f630d6cb4c65be6c -generated: "2022-04-19T16:08:17.852540567Z" +digest: sha256:2d10b26316100b66544e1342078bfdab3fe70323ad7af29eba85abd600eb1591 +generated: "2022-04-21T11:49:03.061255+02:00" diff --git a/bitnami/suitecrm/Chart.yaml b/bitnami/suitecrm/Chart.yaml index bc7769f213..9eb052ebd4 100644 --- a/bitnami/suitecrm/Chart.yaml +++ b/bitnami/suitecrm/Chart.yaml @@ -6,7 +6,7 @@ dependencies: - condition: mariadb.enabled name: mariadb repository: https://charts.bitnami.com/bitnami - version: 10.x.x + version: 11.x.x - name: common repository: https://charts.bitnami.com/bitnami tags: @@ -29,4 +29,4 @@ name: suitecrm sources: - https://github.com/bitnami/bitnami-docker-suitecrm - https://www.suitecrm.com/ -version: 10.0.25 +version: 11.0.0 diff --git a/bitnami/suitecrm/README.md b/bitnami/suitecrm/README.md index bc13733e6e..78e58f3f81 100644 --- a/bitnami/suitecrm/README.md +++ b/bitnami/suitecrm/README.md @@ -7,7 +7,7 @@ SuiteCRM is a completely open source, enterprise-grade Customer Relationship Man [Overview of SuiteCRM](http://www.suitecrm.com/) Trademarks: This software listing is packaged by Bitnami. The respective trademarks mentioned in the offering are owned by the respective companies, and use of them does not imply any affiliation or endorsement. - + ## TL;DR ```console @@ -64,7 +64,6 @@ The command removes all the Kubernetes components associated with the chart and | `global.imagePullSecrets` | Global Docker registry secret names as an array | `[]` | | `global.storageClass` | Global StorageClass for Persistent Volume(s) | `""` | - ### Common parameters | Name | Description | Value | @@ -76,7 +75,6 @@ The command removes all the Kubernetes components associated with the chart and | `commonAnnotations` | Common annotations to add to all SuiteCRM resources (sub-charts are not considered). Evaluated as a template | `{}` | | `commonLabels` | Common labels to add to all SuiteCRM resources (sub-charts are not considered). Evaluated as a template | `{}` | - ### SuiteCRM parameters | Name | Description | Value | @@ -161,7 +159,6 @@ The command removes all the Kubernetes components associated with the chart and | `podAnnotations` | Pod annotations | `{}` | | `podLabels` | Pod extra labels | `{}` | - ### Database parameters | Name | Description | Value | @@ -185,7 +182,6 @@ The command removes all the Kubernetes components associated with the chart and | `externalDatabase.database` | Name of the existing database | `bitnami_suitecrm` | | `externalDatabase.existingSecret` | Name of an existing secret resource containing the DB password | `""` | - ### Persistence parameters | Name | Description | Value | @@ -198,7 +194,6 @@ The command removes all the Kubernetes components associated with the chart and | `persistence.hostPath` | Host mount path for SuiteCRM volume | `""` | | `persistence.annotations` | Persistent Volume Claim annotations | `{}` | - ### Volume Permissions parameters | Name | Description | Value | @@ -212,7 +207,6 @@ The command removes all the Kubernetes components associated with the chart and | `volumePermissions.resources.limits` | The resources limits for the container | `{}` | | `volumePermissions.resources.requests` | The requested resources for the container | `{}` | - ### Traffic Exposure Parameters | Name | Description | Value | @@ -243,7 +237,6 @@ The command removes all the Kubernetes components associated with the chart and | `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+) | `""` | - ### Metrics parameters | Name | Description | Value | @@ -266,7 +259,6 @@ The command removes all the Kubernetes components associated with the chart and | `metrics.service.sessionAffinity` | Session Affinity for Kubernetes service, can be "None" or "ClientIP" | `None` | | `metrics.service.sessionAffinityConfig` | Additional settings for the sessionAffinity | `{}` | - ### Certificate injection parameters | Name | Description | Value | @@ -289,7 +281,6 @@ The command removes all the Kubernetes components associated with the chart and | `certificates.image.pullPolicy` | Container sidecar image pull policy | `IfNotPresent` | | `certificates.image.pullSecrets` | Container sidecar image pull secrets | `[]` | - ### NetworkPolicy parameters | Name | Description | Value | @@ -310,7 +301,6 @@ The command removes all the Kubernetes components associated with the chart and | `networkPolicy.egressRules.denyConnectionsToExternal` | Enable egress rule that denies outgoing traffic outside the cluster, except for DNS (port 53). | `false` | | `networkPolicy.egressRules.customRules` | Custom network policy rule | `{}` | - The above parameters map to the env variables defined in [bitnami/suitecrm](https://github.com/bitnami/bitnami-docker-suitecrm). For more information please refer to the [bitnami/suitecrm](https://github.com/bitnami/bitnami-docker-suitecrm) image documentation. > **Note**: @@ -421,6 +411,10 @@ Find more information about how to deal with common errors related to Bitnami's ## Upgrading +### To 11.0.0 + +This major release bumps the MariaDB version to 10.6. Follow the [upstream instructions](https://mariadb.com/kb/en/upgrading-from-mariadb-105-to-mariadb-106/) for upgrading from MariaDB 10.5 to 10.6. No major issues are expected during the upgrade. + ### To 10.0.0 This major release renames several values in this chart and adds missing features, in order to be inline with the rest of assets in the Bitnami charts repository. @@ -431,7 +425,6 @@ Affected values: - `service.httpsPort` was deprecated. We recommend using `service.ports.https` instead. - `ingress.hosts` was renamed as `ingress.extraHosts`. - Additionally updates the MariaDB subchart to it newest major, 10.0.0, which contains similar changes. Check [MariaDB Upgrading Notes](https://github.com/bitnami/charts/tree/master/bitnami/mariadb#to-1000) for more information. ### To 9.0.0 @@ -560,4 +553,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.