From 890f055a0c00ef6889c34e25108ecab0ab2c86e3 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Thu, 22 Aug 2024 15:47:59 +0200 Subject: [PATCH] [bitnami/matomo] Release 8.0.10 (#28972) * [bitnami/matomo] Release 8.0.10 updating components versions Signed-off-by: Bitnami Containers * Update CHANGELOG.md Signed-off-by: Bitnami Containers --------- Signed-off-by: Bitnami Containers --- bitnami/matomo/CHANGELOG.md | 8 ++++++-- bitnami/matomo/Chart.yaml | 4 ++-- bitnami/matomo/values.yaml | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/bitnami/matomo/CHANGELOG.md b/bitnami/matomo/CHANGELOG.md index 6aed84ab6dfa74..09d14b6c2f5cac 100644 --- a/bitnami/matomo/CHANGELOG.md +++ b/bitnami/matomo/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog -## 8.0.9 (2024-08-15) +## 8.0.10 (2024-08-22) -* [bitnami/matomo] Release 8.0.9 ([#28892](https://github.com/bitnami/charts/pull/28892)) +* [bitnami/matomo] Release 8.0.10 ([#28972](https://github.com/bitnami/charts/pull/28972)) + +## 8.0.9 (2024-08-15) + +* [bitnami/matomo] Release 8.0.9 (#28892) ([9ecfcbd](https://github.com/bitnami/charts/commit/9ecfcbd7219a77ddd6583aa8eb35b01b43ede5b8)), closes [#28892](https://github.com/bitnami/charts/issues/28892) ## 8.0.8 (2024-08-13) diff --git a/bitnami/matomo/Chart.yaml b/bitnami/matomo/Chart.yaml index 67e7f513269c28..fc4fa3bf4a5a48 100644 --- a/bitnami/matomo/Chart.yaml +++ b/bitnami/matomo/Chart.yaml @@ -8,7 +8,7 @@ annotations: - name: apache-exporter image: docker.io/bitnami/apache-exporter:1.0.8-debian-12-r7 - name: matomo - image: docker.io/bitnami/matomo:5.1.1-debian-12-r0 + image: docker.io/bitnami/matomo:5.1.1-debian-12-r1 - name: os-shell image: docker.io/bitnami/os-shell:12-debian-12-r27 apiVersion: v2 @@ -39,4 +39,4 @@ maintainers: name: matomo sources: - https://github.com/bitnami/charts/tree/main/bitnami/matomo -version: 8.0.9 +version: 8.0.10 diff --git a/bitnami/matomo/values.yaml b/bitnami/matomo/values.yaml index 4363b2cd4e9965..8e1e297635f800 100644 --- a/bitnami/matomo/values.yaml +++ b/bitnami/matomo/values.yaml @@ -70,7 +70,7 @@ extraDeploy: [] image: registry: docker.io repository: bitnami/matomo - tag: 5.1.1-debian-12-r0 + tag: 5.1.1-debian-12-r1 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'