From aeaa229254e1d579eefaf321976ffbd167a4a486 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Wed, 1 May 2024 21:27:09 +0200 Subject: [PATCH] chore(deps): update container image ghcr.io/almarklein/timetagger to v24.4.1@5f4c178 by renovate (#21018) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/almarklein/timetagger](https://togithub.com/almarklein/timetagger) | major | `v23.11.4-nonroot` -> `v24.4.1-nonroot` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
almarklein/timetagger (ghcr.io/almarklein/timetagger) ### [`v24.4.1`](https://togithub.com/almarklein/timetagger/releases/tag/v24.4.1) [Compare Source](https://togithub.com/almarklein/timetagger/compare/v23.11.4...v24.4.1) ##### App - Fixes iOS zoom issue by [@​axelknock](https://togithub.com/axelknock) in [https://github.com/almarklein/timetagger/pull/456](https://togithub.com/almarklein/timetagger/pull/456) - Add option for Monday-Friday week by [@​staddi99](https://togithub.com/staddi99) in [https://github.com/almarklein/timetagger/pull/458](https://togithub.com/almarklein/timetagger/pull/458) - More shortcuts by [@​Tagirijus](https://togithub.com/Tagirijus) in [https://github.com/almarklein/timetagger/pull/467](https://togithub.com/almarklein/timetagger/pull/467) - Enable notifications by [@​almarklein](https://togithub.com/almarklein) in [https://github.com/almarklein/timetagger/pull/470](https://togithub.com/almarklein/timetagger/pull/470) ##### For self-hosters - Pass an import string rather than a function reference to enable multi-worker and reload support. by [@​michaellenaghan](https://togithub.com/michaellenaghan) in [https://github.com/almarklein/timetagger/pull/457](https://togithub.com/almarklein/timetagger/pull/457) - add a script to merge records of multiple databases by [@​joergsteffens](https://togithub.com/joergsteffens) in [https://github.com/almarklein/timetagger/pull/455](https://togithub.com/almarklein/timetagger/pull/455) ##### New Contributors - [@​michaellenaghan](https://togithub.com/michaellenaghan) made their first contribution in [https://github.com/almarklein/timetagger/pull/457](https://togithub.com/almarklein/timetagger/pull/457) - [@​axelknock](https://togithub.com/axelknock) made their first contribution in [https://github.com/almarklein/timetagger/pull/456](https://togithub.com/almarklein/timetagger/pull/456) - [@​staddi99](https://togithub.com/staddi99) made their first contribution in [https://github.com/almarklein/timetagger/pull/458](https://togithub.com/almarklein/timetagger/pull/458) - [@​joergsteffens](https://togithub.com/joergsteffens) made their first contribution in [https://github.com/almarklein/timetagger/pull/455](https://togithub.com/almarklein/timetagger/pull/455) - [@​Tagirijus](https://togithub.com/Tagirijus) made their first contribution in [https://github.com/almarklein/timetagger/pull/467](https://togithub.com/almarklein/timetagger/pull/467) ##### Personal note I'm rather occupied with other projects, so I find that I don't have as much time to work on TimeTagger as I want to. In the last days I did some work on timetagger.app to refactor things into more components with specific tasks, which will make room for future improvements such as teams ... **Full Changelog**: https://github.com/almarklein/timetagger/compare/v23.11.4...v24.4.1
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> --- charts/stable/timetagger/Chart.yaml | 4 ++-- charts/stable/timetagger/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/stable/timetagger/Chart.yaml b/charts/stable/timetagger/Chart.yaml index 7f050172693..3ce7ac981b6 100644 --- a/charts/stable/timetagger/Chart.yaml +++ b/charts/stable/timetagger/Chart.yaml @@ -7,7 +7,7 @@ annotations: truecharts.org/min_helm_version: "3.11" truecharts.org/train: stable apiVersion: v2 -appVersion: 23.11.4 +appVersion: 24.4.1 dependencies: - name: common version: 23.0.0 @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/timetagger - https://ghcr.io/almarklein/timetagger type: application -version: 7.0.4 +version: 7.0.5 diff --git a/charts/stable/timetagger/values.yaml b/charts/stable/timetagger/values.yaml index 58d2de9d7a9..8df51d1c7b4 100644 --- a/charts/stable/timetagger/values.yaml +++ b/charts/stable/timetagger/values.yaml @@ -1,7 +1,7 @@ image: pullPolicy: IfNotPresent repository: ghcr.io/almarklein/timetagger - tag: v23.11.4-nonroot@sha256:0ee74428c5859cb237a04f6cd0aa6f30b73bc80fa6cedb7b8116c63b8907ed6c + tag: v24.4.1-nonroot@sha256:5f4c1781a5a74fc46cacee3fced8553632d1be244316f5bfca439404d4b6826e persistence: config: enabled: true