Skip to content

Commit

Permalink
Merge pull request #1356 from christianhuth/renovate/umami-mysql-12.x
Browse files Browse the repository at this point in the history
chore(deps): update mysql docker tag to v12.3.0
  • Loading branch information
christianhuth authored Feb 25, 2025
2 parents 100940e + f0eda22 commit 57a5ead
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions charts/umami/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# umami

## 4.1.7
## 4.2.0

### Changed

- dependency to postgresql to 16.4.14
- dependency to mysql to 12.3.0
6 changes: 3 additions & 3 deletions charts/umami/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: v2
name: umami
description: Umami is a simple, fast, privacy-focused alternative to Google Analytics.
type: application
version: 4.1.7
version: 4.2.0
appVersion: "v2.15.1"
home: https://github.com/christianhuth/helm-charts
icon: https://raw.githubusercontent.com/umami-software/umami/master/public/android-chrome-512x512.png
Expand All @@ -20,13 +20,13 @@ dependencies:
condition: postgresql.enabled
- name: mysql
repository: oci://registry-1.docker.io/bitnamicharts
version: 12.2.4
version: 12.3.0
condition: mysql.enabled
annotations:
artifacthub.io/category: monitoring-logging
artifacthub.io/changes: |
- kind: changed
description: dependency to postgresql to 16.4.14
description: dependency to mysql to 12.3.0
artifacthub.io/screenshots: |
- title: Umami measures just the important metrics that you care about and everything is displayed on a single, easy to browse page.
url: https://umami.is/images/feature-website-stats.png
Expand Down

0 comments on commit 57a5ead

Please sign in to comment.