From 3830d32c678aee2b9b0441bb2b3a8cbf3a5d304d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 15 Mar 2026 21:06:09 +0000 Subject: [PATCH] chore(deps): update freikin/dawarich docker tag to v1.3.4 (#4767) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [freikin/dawarich](https://github.com/Freika/dawarich) | patch | `1.3.3` → `1.3.4` | --- ### Release Notes
Freika/dawarich (freikin/dawarich) ### [`v1.3.4`](https://github.com/Freika/dawarich/blob/HEAD/CHANGELOG.md#134---2026-03-15) [Compare Source](https://github.com/Freika/dawarich/compare/1.3.3...1.3.4) ##### Changed - Redesigned onboarding modal with two paths: "I have data" (inline file import) and "Start tracking" (app download + QR code). New users with existing location data can now start importing within 2 clicks of signing up. - Onboarding completion is now persisted server-side (`settings.onboarding_completed`) instead of relying solely on localStorage, preventing the modal from reappearing after browser data clears. - Route opacity data migration now runs as a background job instead of inline during migration, improving deployment reliability for large instances. ##### Fixed - Fix admin and supporter tooltip overflowing the page on narrow screens. [#​1449](https://github.com/Freika/dawarich/issues/1449) - Fix date navigation arrow tooltips overlapping with the navbar on map pages. [#​2229](https://github.com/Freika/dawarich/issues/2229) [#​2100](https://github.com/Freika/dawarich/issues/2100) - Fix infinite loading spinner when a trip has no points in its date range. [#​2293](https://github.com/Freika/dawarich/issues/2293) - Fix Insights monthly digest panels disappearing when switching months. [#​2305](https://github.com/Freika/dawarich/issues/2305) - Fix suggested visit confirm/decline not removing the visit from the list. [#​2307](https://github.com/Freika/dawarich/issues/2307) - Fix Stats page reloading when clicking "countries, cities" link. [#​2270](https://github.com/Freika/dawarich/issues/2270) - Fix map base layer selection not being restored after page reload (Maps v1). [#​2093](https://github.com/Freika/dawarich/issues/2093) - Fix duplicate country names in stats caused by geocoder returning different spellings. [#​2044](https://github.com/Freika/dawarich/issues/2044) - Fix total distance display overlapping layer picker when distance is in miles. [#​2017](https://github.com/Freika/dawarich/issues/2017) - Fix default route opacity displaying as 6000% for new users. [#​1891](https://github.com/Freika/dawarich/issues/1891) - Fix shared month stats map missing hexagons from the last day of the month. [#​1934](https://github.com/Freika/dawarich/issues/1934) - Fix Nominatim reverse geocoder producing all places named "Suggested place" instead of actual place names. [#​2182](https://github.com/Freika/dawarich/issues/2182) - Fix IDL-crossing route segmenter returning inconsistent coordinate types. `unwrapCoordinates` now always returns a uniform array-of-arrays structure. [#​2038](https://github.com/Freika/dawarich/issues/2038) - Fix a migration taking too long. [#​2375](https://github.com/Freika/dawarich/issues/2375) - Fix family sharing not including the requesting user's own location. [#​2153](https://github.com/Freika/dawarich/issues/2153) - The "Destroy" button on the trip page is now orange. [#​2348](https://github.com/Freika/dawarich/issues/2348)
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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://github.com/renovatebot/renovate). Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/4767 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- clusters/cl01tl/helm/dawarich/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clusters/cl01tl/helm/dawarich/values.yaml b/clusters/cl01tl/helm/dawarich/values.yaml index 1865480e2..1ce1037f3 100644 --- a/clusters/cl01tl/helm/dawarich/values.yaml +++ b/clusters/cl01tl/helm/dawarich/values.yaml @@ -9,7 +9,7 @@ dawarich: main: image: repository: freikin/dawarich - tag: 1.3.3 + tag: 1.3.4 pullPolicy: IfNotPresent command: ["web-entrypoint.sh"] args: ["bin/rails", "server", "-p", "3000", "-b", "::"] @@ -106,7 +106,7 @@ dawarich: sidekiq: image: repository: freikin/dawarich - tag: 1.3.3 + tag: 1.3.4 pullPolicy: IfNotPresent command: ["sidekiq-entrypoint.sh"] args: ["sidekiq"]