mirror of
https://github.com/truecharts/charts.git
synced 2026-07-06 08:41:35 -03:00
fix(timetagger): update image ghcr.io/almarklein/timetagger v26.1.1 → v26.1.2 (#44289)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/almarklein/timetagger](https://redirect.github.com/almarklein/timetagger) | patch | `0a278dc` -> `0fafbfd` | --- > [!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> ### [`v26.1.2`](https://redirect.github.com/almarklein/timetagger/releases/tag/v26.1.2) [Compare Source](https://redirect.github.com/almarklein/timetagger/compare/v26.1.1...v26.1.2) #### What's Changed - New black by [@​almarklein](https://redirect.github.com/almarklein) in [#​598](https://redirect.github.com/almarklein/timetagger/pull/598) - Fix regression in time edit dialog by [@​almarklein](https://redirect.github.com/almarklein) in [#​597](https://redirect.github.com/almarklein/timetagger/pull/597) - Avoid premature submit for Japsnese input by [@​almarklein](https://redirect.github.com/almarklein) in [#​599](https://redirect.github.com/almarklein/timetagger/pull/599) - Order suggested tag completions most recent first, not lexicographically by [@​duxovni](https://redirect.github.com/duxovni) in [#​592](https://redirect.github.com/almarklein/timetagger/pull/592) **Full Changelog**: <https://github.com/almarklein/timetagger/compare/v26.1.1...v26.1.2> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvdGltZXRhZ2dlciIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
This commit is contained in:
@@ -11,7 +11,7 @@ annotations:
|
||||
truecharts.org/min_kubernetes_version: 1.24.0
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 26.1.1
|
||||
appVersion: 26.1.2
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.29.40
|
||||
@@ -39,5 +39,5 @@ sources:
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/timetagger
|
||||
- https://timetagger.app
|
||||
type: application
|
||||
version: 11.0.10
|
||||
version: 11.0.11
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: ghcr.io/almarklein/timetagger
|
||||
tag: v26.1.1-nonroot@sha256:0a278dcc44072136ae8bd072437d043aaf13672c4e5429480090e6729a5bbd15
|
||||
tag: v26.1.2-nonroot@sha256:0fafbfd1d4a4278ac8789801a415291c2bccee9fd3134b6b47eedf3a3c189240
|
||||
persistence:
|
||||
config:
|
||||
enabled: true
|
||||
|
||||
Reference in New Issue
Block a user