feat(container): update image docker.io/freikin/dawarich ( 1.9.2 → 1.11.0 ) - #3117
Merged
Conversation
renovate
Bot
force-pushed
the
renovate/docker.io-freikin-dawarich-1.x
branch
from
July 19, 2026 20:58
0570b36 to
0d433b2
Compare
Contributor
Changesspec.values.controllers.radarr.containers.app.image.tag (helm.toolkit.fluxcd.io/v2/HelmRelease/media/radarr)
± value change
- 6.4.0.10523
+ 6.3.0.10514
spec.template.spec.containers.app.image (apps/v1/StatefulSet/media/radarr)
± value change
- ghcr.io/home-operations/radarr:6.4.0.10523
+ ghcr.io/home-operations/radarr:6.3.0.10514 |
renovate
Bot
force-pushed
the
renovate/docker.io-freikin-dawarich-1.x
branch
from
July 27, 2026 21:56
0d433b2 to
245f447
Compare
renovate
Bot
force-pushed
the
renovate/docker.io-freikin-dawarich-1.x
branch
from
July 28, 2026 22:10
245f447 to
071c4b7
Compare
…11.0 ) | datasource | package | from | to | | ---------- | -------------------------- | ----- | ------ | | docker | docker.io/freikin/dawarich | 1.9.2 | 1.11.0 |
renovate
Bot
force-pushed
the
renovate/docker.io-freikin-dawarich-1.x
branch
from
August 2, 2026 22:49
071c4b7 to
f9b37fb
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.9.2→1.11.0Release Notes
Freika/dawarich (docker.io/freikin/dawarich)
v1.11.0Compare Source
Added
Changed
poster_orderingflag off at/admin/flipperor leavePRINT_ORDER_URLblank. Note that the upgrade turns the flag on once, even on an instance that had already switched it off — switch it off again afterwards and it stays off.gps_accuracy_thresholdis ignored by the settings API rather than rejected.Fixed
SELF_HOSTEDvalues (quoted"true",TRUE, whitespace-padded,1,yes,on), not only the exact stringtrue, so a non-canonical value no longer flips an instance into cloud mode and blocks LAN integration URLs (such as Immich) as SSRF. (#2522)Net::OpenTimeout. Tune withSMTP_OPEN_TIMEOUT/SMTP_READ_TIMEOUT(#3096).jsonsuffix, such ashttps://tiles.openfreemap.org/styles/liberty. A tile URL missing a{z}/{x}/{y}placeholder, or ending in a tile file extension, is still rejected. (#3256)v1.10.3Compare Source
Added
Changed
Fixed
v1.10.2Compare Source
Added
.png/.jpg/.jpeg/.webp) and full MapLibre style URLs ending in.json, in addition to Protomaps-schema vector tiles. Previously a raster URL rendered as a blank grey map and a style URL was rejected. (#3146)Fixed
points.latitude/points.longitudecolumns needs an exclusive lock that busy instances could not win in one attempt, which aborted the migration and restarted the container in a loop. The drop is now retried, and if it still cannot get the lock it is handed to a background job so startup completes. If that job cannot get the lock either, the columns stay and the log prints the statement to run by hand — they are unused, so nothing breaks in the meantime (#3176)NoMethodErrorwhen the SMTP server is not configured in the background worker, so email delivery surfaces the real configuration error instead. (#3038)v1.10.1Compare Source
Added
Changed
latitude/longitudecolumns onpointsare dropped — the PostGISlonlatcolumn has been the single source of truth since 0.25.0. The migration copies any remaining legacy-only coordinates intolonlatbefore dropping, so upgrades from older versions are safe.raw_data— the uploaded file stays attached to the import as the source of truth. API responses returnraw_data: {}for newly imported points, and FIT/TCX health fields (heart rate, cadence, power, temperature) as well as Google phone takeout HOME/WORK place labels are no longer stored.motion_data: transportation-mode detection works for TCX imports for the first time, and FIT driving activities are classified correctly.motion_data, so transportation-mode detection (driving, walking, cycling, bus, train, flying) works for activity segments from phone takeout files.Fixed
device_infosection now import their location records instead of failing strict FIT validation._type: waypointsync messages are no longer stored as location points, so syncing your saved OwnTracks places no longer creates phantom distance/track spikes (#3137)WEB_CONCURRENCYorBACKGROUND_PROCESSING_CONCURRENCYreach the container as an unexpanded${VAR:-default}string (seen with some podman-compose versions); the entrypoint now warns and falls back to the default value (#3124)SMTP_AUTHENTICATION=none(alsooff/false/disabled) to disable SMTP AUTH instead of hitting "SMTP-AUTH requested but missing user name" (#3147, #2690, #1469, #1463)v1.10.0Compare Source
Added
GET/POST/DELETE /api/v1/demo_datato check, load and remove demo data, enabling demo-data onboarding in the mobile app.GET/PATCH /api/v1/settings/mobilefor syncing mobile app settings between devices (most recent write wins). The existing settings API now also acceptsmaps.distance_unitand merges themapshash instead of replacing it, so partial updates no longer wipe other map settings.Changed
docker-compose.ymldefaults to one Puma worker (WEB_CONCURRENCY=1) and 3 background job threads (BACKGROUND_PROCESSING_CONCURRENCY=3) — raise either env var for busier instances — and jemalloc now returns freed memory to the OS promptly. Installations that already set these variables are unaffected (#3119).GET /api/v1/pointsis significantly faster over large date ranges: slim responses are built from a single SQL query (~5× faster, byte-identical output), the bounding-box filter runs as a single PostGIS predicate, and repeat requests answer304 Not Modifiedvia ETags. Map v2 and the monthly stats map both use this path (#3026).Fixed
latitude/longitudecolumns, which are empty on instances that only store the PostGISlonlatvalue, so nothing was drawn. Coordinates are now derived fromlonlat(#2977)raw_databack works again (it silently returned nothing before), archive chunks are labeled with the points' actual month, archives are verified at write time, and the previously brokenpoints:raw_data:archive/archive_fullrake tasks work again.raw_datanow detaches it from its stale archive so the newer data can't be cleared away, and clearing archived data now waits out a 7-day cooling window. Restores are reported under therestoredmetric label instead ofremoved— update dashboards readingpoints_total{operation="removed"}accordingly.raw_dataas plain gzip files, so an export can be imported on a different instance (previously the archives were encrypted with the exporting instance's key and unreadable elsewhere).SMTP_SSL=trueto enable it, and it is enabled automatically whenSMTP_PORT=465. STARTTLS remains the default for all other ports (#3068)PLACE_VISITS_THROTTLE_SECONDSbeforehand to make it gentler (#2963)PLACE_VISITS_THROTTLE_SECONDS(default0.1) (#2963)after/beforefilters are now sent as plainYYYY-MM-DDdates, as recent Photoprism requires (it rejects the full timestamps shipped in 1.9.2). Results are still bounded in-app by the exact end timestamp, and a blank start date no longer breaks the import (#3034).Configuration
📅 Schedule: (in timezone America/New_York)
🚦 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 these updates again.
This PR was generated by Mend Renovate. View the repository job log.