From aa26bae03a0162855c3adea618844bb13b9fc2cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Jos=C3=A9=20Martos?= Date: Tue, 1 Aug 2023 16:23:16 +0200 Subject: [PATCH] [bitnami/matomo] Update MariaDB chart to 13.0 (#18108) Signed-off-by: Jota Martos --- bitnami/matomo/Chart.lock | 6 +++--- bitnami/matomo/Chart.yaml | 4 ++-- bitnami/matomo/README.md | 6 +++++- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/bitnami/matomo/Chart.lock b/bitnami/matomo/Chart.lock index 9c6000b277..e99218bbcb 100644 --- a/bitnami/matomo/Chart.lock +++ b/bitnami/matomo/Chart.lock @@ -1,9 +1,9 @@ dependencies: - name: mariadb repository: oci://registry-1.docker.io/bitnamicharts - version: 12.2.9 + version: 13.0.0 - name: common repository: oci://registry-1.docker.io/bitnamicharts version: 2.6.0 -digest: sha256:f5c9a9a22f16c7fddacda943531fda057b6f544423510e8d0b07ca7689a6cee2 -generated: "2023-07-31T15:37:10.934259485Z" +digest: sha256:47c1c3ea2e0b0ac81960b61519cebd8dc1a8ff5060c66213775a1a1ad373a506 +generated: "2023-08-01T13:31:44.63852+02:00" diff --git a/bitnami/matomo/Chart.yaml b/bitnami/matomo/Chart.yaml index ed83e78b48..11d7b439d9 100644 --- a/bitnami/matomo/Chart.yaml +++ b/bitnami/matomo/Chart.yaml @@ -10,7 +10,7 @@ dependencies: - condition: mariadb.enabled name: mariadb repository: oci://registry-1.docker.io/bitnamicharts - version: 12.x.x + version: 13.x.x - name: common repository: oci://registry-1.docker.io/bitnamicharts tags: @@ -32,4 +32,4 @@ maintainers: name: matomo sources: - https://github.com/bitnami/charts/tree/main/bitnami/matomo -version: 1.1.11 +version: 2.0.0 diff --git a/bitnami/matomo/README.md b/bitnami/matomo/README.md index 375535f0ad..a5d5688f2e 100644 --- a/bitnami/matomo/README.md +++ b/bitnami/matomo/README.md @@ -389,6 +389,10 @@ Find more information about how to deal with common errors related to Bitnami's ## Upgrading +### To 2.0.0 + +This major release bumps the MariaDB version to 11.0. Follow the [upstream instructions](https://mariadb.com/kb/en/upgrading-from-mariadb-10-11-to-mariadb-11-0/) for upgrading from MariaDB 10.11 to 11.0. No major issues are expected during the upgrade. + ### To 1.0.0 This major release bumps the MariaDB version to 10.11. Follow the [upstream instructions](https://mariadb.com/kb/en/upgrading-from-mariadb-10-6-to-mariadb-10-11/) for upgrading from MariaDB 10.6 to 10.11. No major issues are expected during the upgrade. @@ -407,4 +411,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.