Skip to content

Update all non-major dependencies - #180

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all-minor-patch
Open

Update all non-major dependencies#180
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all-minor-patch

Conversation

@renovate

@renovate renovate Bot commented Aug 8, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Update Change
alloy patch 1.11.01.11.1
argo-cd minor 10.2.210.3.2
argo-workflows minor 1.0.231.1.1
elasticsearch (source) patch 8.19.198.19.20
freikin/dawarich minor 1.10.31.12.1
ghcr.io/fuzzygrim/yamtrack minor 0.25.30.26.1
ghcr.io/kube-vip/kube-vip patch v1.2.2v1.2.3
haveagitgat/tdarr minor 2.85.012.86.01
haveagitgat/tdarr_node minor 2.85.012.86.01
homeassistant/home-assistant (source) patch 2026.7.42026.8.1
itzg/minecraft-server patch 2026.7.22026.8.0
johly/airtrail minor v3.11.1v3.12.0
kometateam/kometa patch v2.4.6v2.4.7
loki (source) minor 18.7.118.8.0
netboxcommunity/netbox patch v4.6.7v4.6.8
node (source) minor 24.18.1-alpine24.19.0-alpine
node (source) minor 24.18.124.19.0
python (source) patch 3.14.6-alpine3.14.7-alpine
syncthing/syncthing (source) patch 2.1.22.1.3
traefik (source) minor 41.1.041.2.0

Release Notes

grafana/helm-charts (alloy)

v1.11.1

Compare Source

Grafana Alloy

Source commit: grafana/alloy@233907c

Tag on source: https://github.com/grafana/alloy/releases/tag/helm-chart/1.11.1

argoproj/argo-helm (argo-cd)

v10.3.2

Compare Source

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

What's Changed

New Contributors

Full Changelog: argoproj/argo-helm@argo-cd-10.3.1...argo-cd-10.3.2

v10.3.1

Compare Source

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

What's Changed

Full Changelog: argoproj/argo-helm@argo-workflows-1.0.24...argo-cd-10.3.1

v10.3.0

Compare Source

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

What's Changed

Full Changelog: argoproj/argo-helm@argo-cd-10.2.3...argo-cd-10.3.0

v10.2.3

Compare Source

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

What's Changed

Full Changelog: argoproj/argo-helm@argo-events-2.4.24...argo-cd-10.2.3

elastic/dockerfiles (elasticsearch)

v8.19.20

Compare Source

Freika/dawarich (freikin/dawarich)

v1.12.1

Compare Source

Fixed
  • Fix to recently added migrations that could fail on some self-hosted instances with a large number of visits. The migration now runs in smaller batches and is resumable if interrupted.

v1.12.0

Compare Source

Added
  • Dawarich can now be used in German, Spanish or French: pick a language under Settings → General. The choice is saved to your account and applies to emails and notifications too; API responses stay in English.
  • If your browser prefers one of those languages, a dismissible banner offers the switch — it never changes your language on its own.
Removed
  • Map v1 (Leaflet) has been removed: /map now opens the MapLibre map and /map/v1 redirects to /map/v2. The Settings → Maps page went with it, and all maps now require WebGL.
Changed
  • Monthly statistics maps and publicly shared month maps are now rendered with MapLibre GL instead of Leaflet.
  • Deleting an import or a notification now updates the list in place instead of repainting the page.
  • Long-running backfills now resume where they stopped after a restart instead of starting over.
  • Visit detection has been rebuilt around stays, movement and honest gaps: a tracking silence that starts and ends at the same place is one continuous visit, a silence that ends somewhere else becomes an explicit "untracked" stretch, and visit times snap to when movement actually stopped. Slow traffic can no longer be carved into fake roadside "visits".
  • Visits are only named after a business or POI when the evidence supports it — anything weaker gets a street address instead of a made-up venue name.
  • Every detected visit carries a confidence score: medium-confidence visits render subdued, low-confidence ones collapse into a per-day disclosure, confirmed visits always render at full strength. The gating activates once your history has been re-detected.
  • The "Visit Max Gap" slider and "Smart density fill" toggle are gone — gap handling needs no configuration. Areas now label the visits detection finds instead of running a separate nightly pass, and reshaping an area relabels its historical visits.
  • Machine-detected visits are regenerable: re-detection replaces them wholesale, while anything you confirmed, renamed, re-placed, deleted or noted — and anything imported — survives untouched. Existing visits keep their old detection until re-detected: press the re-detect button in Settings → Visits. Self-hosted instances re-detect all accounts automatically after migrating (set SKIP_VISITS_FLEET_REDETECT=1 before migrating to opt out); Dawarich Cloud is re-detected in a staged rollout.
  • The timeline marks an interior gap as "untracked" from 45 minutes up (previously 90) once your history has been re-detected.
  • Transportation mode detection has been rebuilt: modes are inferred from movement patterns over time windows, segments carry a confidence score, and tracker hints are blended in rather than trusted blindly. Recognized: stationary, walking, running, cycling, driving, train, flying; bus, boat and motorcycle only come from tracker hints or manual edits.
  • The transportation threshold sliders and expert mode are gone. Existing tracks keep their old classification until re-detected: press "Re-classify my history" in Map settings → Transportation Mode Detection. Self-hosted admins can redo every account with TransportationModes::FleetReclassifyJob.perform_later once the segment backfill has finished.
  • The timeline got quieter: a one-line day header with per-mode distance chips, tracks that expand to a mode ribbon with only the legs that matter, and in-place mode editing — click a leg's mode name to change it. The full segment list lives behind "All segments".
  • Visits no longer have a review flow: the suggestions banner, "Needs review" cards, filters and bulk Confirm are gone. Every visit row has an Edit button, and editing a suggested visit confirms it.
  • Deleting a visit keeps an invisible tombstone so detection never re-suggests it; your location points are untouched. Previously declined visits become tombstones too.
  • Days per Country moved from the map's Create tab to the Insights page as a pair of cards, following the year you pick at the top of the page.
  • After upgrading, restart the app once migrations have run — until then, deleting a visit looks like it worked without saving. A background backfill converts existing track segments to time-based anchoring; progress is visible under Background jobs settings.
Fixed
  • The "someone joined your family" email no longer fails to send.
  • Re-detecting your whole visit history no longer fails when Dawarich is set to German or Spanish.
  • The "family is full" notice now shows how many seats are taken instead of stopping mid-sentence in German and Spanish.
  • Notifications about a failed import, a family invitation and the year-end digest are no longer partly untranslated.
  • Trip pages no longer fail with a 500 when Immich or Photoprism is unreachable — the trip loads without photos. (#​3308)
  • OIDC_ISSUER written with a # fragment no longer fails sign-in with "Issuer mismatch". (#​3289)
  • Clicking a map panel's own button now closes it. (#​3317)
  • /metrics no longer reports duplicate series when the web and Sidekiq exporters merge; shared series carry a process label. (#​3304)
  • Uploading points no longer logs unknown OID 28: failed to recognize type of 'xmax'. (#​3309)
  • The coordinates shown when you click a point on the map now match the points list. (#​3264)
  • Photo search now covers the whole of the end date. (#​3263)

v1.11.0

Compare Source

Added
  • The onboarding dialog now leads with Start tracking instead of importing, so a new account can get a phone sending points right away. Importing from Google Timeline and the other sources is still one click away in the same dialog.
  • Google Takeout (phone takeout, Semantic Location History) and Polarsteps imports can now also extract visits, named places, tracks and the source app's transportation-mode classification, alongside raw GPS points. Places named by Google Takeout (Home, Work, …) keep their original names. New imports extract automatically; for older ones use Extract additional data in the Imports list. Untick Trust the source app's classification to have Dawarich re-detect modes using your settings. Visits found by Dawarich's own detection are kept alongside the imported ones. Remove extracted data undoes an extraction and leaves your GPS points untouched.
Changed
  • Ordering a printed poster from the Poster Studio is now available to everyone instead of sitting behind a feature flag. To opt out, switch the poster_ordering flag off at /admin/flipper or leave PRINT_ORDER_URL blank. 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 noise filtering no longer uses the "Accuracy Threshold" setting, and the slider is gone. A reported accuracy radius is a confidence estimate, not proof a position is wrong: Google Timeline routinely reports 1-4km for points sitting exactly on the road, and dropping those replaced real route geometry with straight lines. Only radii too large to be a position at all are discarded; wrong positions are caught by the speed checks instead. Any saved value now does nothing, and gps_accuracy_threshold is ignored by the settings API rather than rejected.
  • Points within 5km of (0, 0) are treated as broken coordinates everywhere — import, cleanup and noise filtering previously disagreed on what counted as near-zero.
  • Existing points are re-checked against the new noise rules after the upgrade, and tracks, stats and digests are rebuilt from the result. Points hidden by the former accuracy rule come back, and displaced fixes the new checks catch are dropped. The work is spread across accounts, and every per-account pass — including the track rebuild it triggers — runs on the lowest-priority queue, so live tracking and imports keep going ahead of it; accounts with GPS filtering off are skipped. You get a notification when your own re-check is done, and self-hosted instances can also check progress under Background jobs settings.
Fixed
  • The Family plan now works on Dawarich Cloud. Family pages, invitations, members and location sharing were self-hosted only, so subscribers hit errors on every family route. Access now follows the subscription: plan holders can create a family, and everyone they invite gets full family access without a subscription of their own. Users without the plan see the upgrade page instead of an error. If the owner stops paying, members fall back to their own plans once the paid period ends — the family itself is kept, so resubscribing restores it, and pending invitations can no longer be accepted. Self-hosted instances are unchanged.
  • Family members no longer keep Pro access indefinitely after the owner's subscription lapses; they revert to their own plan once the owner's paid period ends. Cancelling still leaves members with access until that period is over.
  • Self-hosted mode is now recognised from common SELF_HOSTED values (quoted "true", TRUE, whitespace-padded, 1, yes, on), not only the exact string true, so a non-canonical value no longer flips an instance into cloud mode and blocks LAN integration URLs (such as Immich) as SSRF. (#​2522)
  • Outgoing email no longer fails against slower SMTP servers: connection open/read timeouts now match net-smtp's own 30s and 60s instead of a 5-second cap that failed digest reports with Net::OpenTimeout. Tune with SMTP_OPEN_TIMEOUT/SMTP_READ_TIMEOUT (#​3096)
  • FIT files that carry developer data fields (such as those from Wahoo devices) now import their location records instead of failing to parse. (#​2945)
  • Google Timeline imports now keep path points in order when several share the same minute-resolution timestamp: tied points are spaced one second apart, while genuine repeats at the same coordinate still collapse into one. Caveat: the synthetic spacing shifts the deduplication key, so delete the affected date range before re-importing the same file. (#​3115)
  • Visit detection no longer turns long slow walks into one large suggested visit centered somewhere the user never stopped (#​2970).
  • Photon place names no longer show generic "Yes" categories in visits (#​3050)
  • Imports that finish with zero saved points now notify you instead of completing silently. GPX and KML files are called out when they lack per-point timestamps. (#​3062)
  • Traccar KML exports now import LineString points using the time range in each track name instead of completing with zero points (#​3120)
  • "Cancel my account" now works on self-hosted instances. It never sent a password, so the request failed silently with a 401; deletion now asks for confirmation in a dialog and reports failures. Accounts registered through OIDC, which never had a password, can confirm with their email address, on the web and via the API. (#​3107)
  • Tracks no longer connect two different devices. Google's Records.json contains every device on the account, and imports made before 1.10.0 stamped them all as one, so a phone left at home was stitched to the one that travelled. Existing imports are repaired automatically by re-reading the uploaded file.
  • Restoring a data archive now recomputes GPS noise flags. The archive carries none, so restored points previously arrived unfiltered and tracks were rebuilt from noise the instance had already learned to ignore.
  • The Map v2 custom basemap field now accepts MapLibre style URLs whose path has no .json suffix, such as https://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)
FuzzyGrim/Yamtrack (ghcr.io/fuzzygrim/yamtrack)

v0.26.1

Compare Source

Fixes

  • Fixed crashes when handling items with unknown release dates on servers not set to UTC, and repaired existing calendar entries that stored an out-of-range date #​884 (791d800)
  • Fixed the 0.26.0 media second/microsecond truncation migration #​1633 (e2ed720)

Full Changelog: FuzzyGrim/Yamtrack@v0.26.0...v0.26.1

v0.26.0

Compare Source

Features

  • Added a new journal page that groups your watch/read/play history by day, replacing the old stats timeline (4cb1ea0)
  • Redesigned the media details page with section tabs (6a240cc)
  • Added time-to-beat stats to the game details page by @​DatPill in #​1384
  • Added an option to hide upcoming episodes from the home page by @​thespbgamer in #​1371
  • Added an option to leave the date empty when tracking an episode by @​Quitlox in #​1480
  • Added "In Progress" and "% Rated" badges plus a consumption breakdown to the statistics page (157765e)
  • Media search now also matches the notes field, not just the title #​1007 (2af59c2)
  • Media and episode edits now update in place via HTMX instead of reloading the whole page #​1471 (3ee9ad8)

Fixes

  • Fixed episode watch modal prefilling dates in UTC instead of your local timezone by @​amadejpapez in #​1466
  • Fixed MyAnimeList search returning the first page of results on every page (8aaea2d)
  • Fixed import database locks on SQLite by configuring it for concurrent writes #​1235 (95800c9)
  • Fixed Goodreads import crashing on unmapped shelves #​1062 (66cbf00)
  • Fixed Goodreads import crashing on decimal ratings #​1577 (4082a5f)
  • Fixed Yamtrack imports crediting episode activity to the import day instead of the original watch date #​990 (3494dee)
  • Fixed Trakt and Simkl imports storing watch dates with seconds, and normalized existing data #​1512 (60a4036)
  • Fixed unaired episodes counting towards dashboard progress #​884 (7bb3a6f)
  • Fixed repeated and multi-season items showing as duplicates in top rated stats #​1463 (1c48c27)
  • Seasons without their own image now fall back to the TV show poster #​1353 (9063ad4)

Maintenance

  • Improved the track episode modal sizing (7cce302)
  • Fixed broken documentation links in the README (e1b6f18)
  • build(deps): bump the minor-and-patch group across 1 directory with 16 updates in #​1543
  • build(deps): bump pyjwt from 2.12.1 to 2.13.0 in #​1513
  • build(deps): bump soupsieve from 2.8.3 to 2.8.4 in #​1564
  • build(deps): bump cryptography from 46.0.7 to 50.0.0 in #​1623
  • build(deps): bump the actions group across 1 directory with 4 updates in #​1624
  • build(deps): bump pymdown-extensions from 10.21.3 to 11.0.1 in #​1631
  • build(deps): bump django from 5.2.14 to 5.2.16 in #​1632
  • build(deps): bump gunicorn from 25.3.0 to 26.0.0 in #​1440

New Contributors

Full Changelog: FuzzyGrim/Yamtrack@v0.25.3...v0.26.0

kube-vip/kube-vip (ghcr.io/kube-vip/kube-vip)

v1.2.3

Compare Source

[!IMPORTANT]
Regressions fixed:

What's Changed

Full Changelog: kube-vip/kube-vip@v1.2.2...v1.2.3

home-assistant/core (homeassistant/home-assistant)

v2026.8.1

Compare Source

v2026.8.0

Compare Source

https://www.home-assistant.io/blog/2026/08/05/release-20268/

itzg/docker-minecraft-server (itzg/minecraft-server)

v2026.8.0

Compare Source

What's Changed

Enhancements
Bug Fixes
Documentation
Other Changes

New Contributors

Full Changelog: itzg/docker-minecraft-server@2026.7.2...2026.8.0

johanohly/AirTrail (johly/airtrail)

v3.12.0

Compare Source

What's Changed

This release gives individual flights their own details pane. Select a flight from the map, route details, or flight list, and AirTrail will focus the map on that journey while showing its details. This is especially useful if the flight has a dedicated track.

Uploaded flight tracks can now be colored by altitude, with a legend and dashed sections where the path was estimated. AirTrail can also import readsb trace JSON files and help select the correct flight when a trace contains multiple legs.

An altitude-colored flight track with the individual flight details pane open

Passenger information has also been reworked. Each passenger can now have their own seat, flight reason, and custom field values. Custom fields now support multi-select values too. Existing seat and flight-reason data is migrated automatically.

Importing and browsing flight history is easier as well. v3.12.0 adds a Miles & More importer, mapping for unknown airlines and aircraft, and field-by-field conflict resolution when AeroDataBox returns different information. The flight list now groups connecting legs and separates upcoming flights from past ones.

This release also tightens permissions when importing AirTrail backups and fixes a path traversal issue in custom airline icon uploads.

🚀 Features
🌟 Enhancements
🐛 Bug fixes

New Contributors

Full Changelog: johanohly/AirTrail@v3.11.1...v3.12.0

grafana-community/helm-charts (loki)

v18.8.0

Compare Source

Helm chart for Grafana Loki supporting monolithic, simple scalable, and microservices modes.

What's Changed

Full Changelog: grafana-community/helm-charts@synthetic-monitoring-agent-1.17.0...loki-18.8.0

v18.7.6

Compare Source

Helm chart for Grafana Loki supporting monolithic, simple scalable, and microservices modes.

What's Changed

Full Changelog: grafana-community/helm-charts@loki-18.7.5...loki-18.7.6

v18.7.5

Compare Source

Helm chart for Grafana Loki supporting monolithic, simple scalable, and microservices modes.

What's Changed

  • [loki] Update ghcr.io/jkroepke/access-log-exporter Docker tag to v0.4.10 by @​renovate[bot] in #​722

Full Changelog: grafana-community/helm-charts@grafana-12.10.4...loki-18.7.5

v18.7.4

Compare Source

Helm chart for Grafana Loki supporting monolithic, simple scalable, and microservices modes.

What's Changed

Full Changelog: grafana-community/helm-charts@loki-18.7.3...loki-18.7.4

v18.7.3

Compare Source

Helm chart for Grafana Loki supporting monolithic, simple scalable, and microservices modes.

What's Changed

Full Changelog: grafana-community/helm-charts@grafana-12.10.3...loki-18.7.3

v18.7.2

Compare Source

Helm chart for Grafana Loki supporting monolithic, simple scalable, and microservices modes.

What's Changed

  • [loki] Update docker.io/kiwigrid/k8s-sidecar Docker tag to v2.10.1 by @​renovate[bot] in #​714

Full Changelog: grafana-community/helm-charts@grafana-12.10.2...loki-18.7.2

nodejs/node (node)

v24.19.0: 2026-08-03, Version 24.19.0 'Krypton' (LTS), @​aduh95

Compare Source

Notable Changes

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "before 3am on Saturday"
  • 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 89d8607 to 242dbb7 Compare August 12, 2026 19:16
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 242dbb7 to b1b4adf Compare August 12, 2026 23:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants