chore(helm): update image ghcr.io/almarklein/timetagger v24.12.2 → v25.06.1 (#36188)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/almarklein/timetagger](https://redirect.github.com/almarklein/timetagger) | major | `221391e` -> `32529ff` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>almarklein/timetagger (ghcr.io/almarklein/timetagger)</summary> ### [`v25.06.1`](https://redirect.github.com/almarklein/timetagger/releases/tag/v25.06.1) [Compare Source](https://redirect.github.com/almarklein/timetagger/compare/v24.12.2...v25.06.1) #### Changes to the app - Add a form html tag to the login form enabling autocomplete for password managers by [@​joleaf](https://redirect.github.com/joleaf) in [https://github.com/almarklein/timetagger/pull/527](https://redirect.github.com/almarklein/timetagger/pull/527) - Shorter timeout after editing record by [@​almarklein](https://redirect.github.com/almarklein) in [https://github.com/almarklein/timetagger/pull/528](https://redirect.github.com/almarklein/timetagger/pull/528) - Feature/css improvements by [@​joleaf](https://redirect.github.com/joleaf) in [https://github.com/almarklein/timetagger/pull/529](https://redirect.github.com/almarklein/timetagger/pull/529) - Prevent summer/wintertime changeover from sending the snap range logic into a loop by [@​duxovni](https://redirect.github.com/duxovni) in [https://github.com/almarklein/timetagger/pull/535](https://redirect.github.com/almarklein/timetagger/pull/535) - Prevent summer/wintertime changeover from breaking week floor calculation by [@​duxovni](https://redirect.github.com/duxovni) in [https://github.com/almarklein/timetagger/pull/536](https://redirect.github.com/almarklein/timetagger/pull/536) #### Changes for self-hosting - Added latest-nonroot image tag (ref [#​411](https://redirect.github.com/almarklein/timetagger/issues/411)) by [@​danielhass](https://redirect.github.com/danielhass) in [https://github.com/almarklein/timetagger/pull/523](https://redirect.github.com/almarklein/timetagger/pull/523) #### Other changes - Simplify resources.files calls and update tests by [@​AlexElvers](https://redirect.github.com/AlexElvers) in [https://github.com/almarklein/timetagger/pull/525](https://redirect.github.com/almarklein/timetagger/pull/525) - Bump to Python 3.13 by [@​danielhass](https://redirect.github.com/danielhass) in [https://github.com/almarklein/timetagger/pull/521](https://redirect.github.com/almarklein/timetagger/pull/521) - Updated Python version classifiers in setup.py by [@​danielhass](https://redirect.github.com/danielhass) in [https://github.com/almarklein/timetagger/pull/522](https://redirect.github.com/almarklein/timetagger/pull/522) - Add apple-touch-icon to PWA by [@​caizixian](https://redirect.github.com/caizixian) in [https://github.com/almarklein/timetagger/pull/545](https://redirect.github.com/almarklein/timetagger/pull/545) - Add link to readme by [@​almarklein](https://redirect.github.com/almarklein) in [https://github.com/almarklein/timetagger/pull/520](https://redirect.github.com/almarklein/timetagger/pull/520) #### New Contributors - [@​AlexElvers](https://redirect.github.com/AlexElvers) made their first contribution in [https://github.com/almarklein/timetagger/pull/525](https://redirect.github.com/almarklein/timetagger/pull/525) - [@​joleaf](https://redirect.github.com/joleaf) made their first contribution in [https://github.com/almarklein/timetagger/pull/527](https://redirect.github.com/almarklein/timetagger/pull/527) - [@​caizixian](https://redirect.github.com/caizixian) made their first contribution in [https://github.com/almarklein/timetagger/pull/545](https://redirect.github.com/almarklein/timetagger/pull/545) **Full Changelog**: https://github.com/almarklein/timetagger/compare/v24.12.2...v25.06.1 </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWFqb3IiXX0=-->
This commit is contained in:
@@ -9,7 +9,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.14"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 24.12.2
|
||||
appVersion: 25.06.1
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 25.4.10
|
||||
@@ -37,5 +37,5 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/timetagger
|
||||
- https://timetagger.app
|
||||
type: application
|
||||
version: 8.7.1
|
||||
version: 9.0.0
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: ghcr.io/almarklein/timetagger
|
||||
tag: v24.12.2-nonroot@sha256:221391e9b09a46a5c6661d8e64efa79e5b1ee743f6b8fb321d98e8137fa99f9c
|
||||
tag: v25.06.1-nonroot@sha256:32529ffb8e9b4b5c0f2caad71476d0a02eece8e0355963d3649f6789cfd2a4f2
|
||||
persistence:
|
||||
config:
|
||||
enabled: true
|
||||
|
||||
Reference in New Issue
Block a user