Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 23, 2026

This PR contains the following updates:

Package Update Change
mirror.gcr.io/freikin/dawarich major 0.37.31.0.1

Release Notes

Freika/dawarich (mirror.gcr.io/freikin/dawarich)

v1.0.1

Compare Source

Added

  • SSL certificate verification can now be disabled for Immich and Photoprism integrations to support self-signed certificates. A prominent security warning is displayed when this option is enabled. #​1645

Fixed

  • Photo timestamps from Immich are now correctly parsed as UTC, fixing the double timezone offset bug where times were displayed incorrectly. #​1752
  • Trip photo grids now update immediately after photos are imported, instead of showing cached/stale results for up to 24 hours. #​627 #​988
  • Immich API responses are now validated for content-type and JSON format before parsing, providing clear diagnostic error messages when the API returns unexpected responses. #​698 #​1013 #​1078
  • Response validator logs truncated response bodies (max 1000 chars) when JSON parsing fails, improving debugging capabilities.
  • GeoJSON formatted points now have correct timestamp parsed from raw_data['properties']['date'] field.
  • Reduce number of iterations during cache cleaning to improve performance.
  • Version in the navbar is now correct. #​2154
  • Dawarich can now be ran under a non-root user in Docker. #​1159
  • Fix an error on the Trips page when trip is created but no path is yet calculated. #​1426
  • Catch an error with invalid response during reverse-geocoding. #​1439
  • In the Immich integration form there are now required permissions listed: asset.read and asset.view. #​1730
  • A doc issue regarding suggesting new visits. #​1737
  • ALLOW_EMAIL_PASSWORD_REGISTRATION and OIDC_AUTO_REGISTER env vars are now being respected correctly. #​1972
  • Fog of War layer on Map V1 now properly re-appears when toggled off and on again without requiring a page refresh. #​2039
  • User's points_count counter cache is now properly updated when creating points via OwnTracks, Overland, and generic Points API. This fixes visit suggestions not working for users using HomeAssistant or similar integrations. #​2167
  • Removed redundant subscriptions to WS channel.
  • Live mode is working again on both map V1 and V2.

Changed

  • Map V2 is now the default map version for new users. Existing users will keep using Map V1 unless they change it in the settings.
  • Email preferences moved to dedicated "Emails" tab in user settings for better organization.

Removed

  • Tile Usage reporting feature and related prometheus metric have been removed due to low usage. #​1876

v1.0.0

Compare Source

The 1.0.0 release. Same as in 0.37.3, but with updated version number. We're aiming to provide more stable releases going forward.

All the issues that are currently open in Github will be addressed in the upcoming releases.


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 these updates again.


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

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

@github-actions
Copy link

github-actions bot commented Jan 23, 2026

--- HelmRelease: default/dawarich Deployment: default/dawarich

+++ HelmRelease: default/dawarich Deployment: default/dawarich

@@ -108,13 +108,13 @@

         - secretRef:
             name: dawarich
         - secretRef:
             name: dawarich-db
         - secretRef:
             name: dawarich-keys
-        image: mirror.gcr.io/freikin/dawarich:0.37.3@sha256:efab2e677baf912f5cc68363ec26e648015fa2c703b4a0cf8e03418415e1ed0d
+        image: mirror.gcr.io/freikin/dawarich:1.0.1@sha256:ce2a337a1c2d521cf7d5265abe5abb1f9a645322e7184b6a20fd8ff59943a9e1
         livenessProbe:
           httpGet:
             path: /api/v1/health
             port: 3000
         name: app
         readinessProbe:
@@ -181,13 +181,13 @@

         - secretRef:
             name: dawarich
         - secretRef:
             name: dawarich-db
         - secretRef:
             name: dawarich-keys
-        image: mirror.gcr.io/freikin/dawarich:0.37.3@sha256:efab2e677baf912f5cc68363ec26e648015fa2c703b4a0cf8e03418415e1ed0d
+        image: mirror.gcr.io/freikin/dawarich:1.0.1@sha256:ce2a337a1c2d521cf7d5265abe5abb1f9a645322e7184b6a20fd8ff59943a9e1
         name: sidekick
         securityContext:
           allowPrivilegeEscalation: false
           capabilities:
             drop:
             - ALL

@github-actions
Copy link

github-actions bot commented Jan 23, 2026

--- kubernetes/apps/default/dawarich/app Kustomization: default/dawarich HelmRelease: default/dawarich

+++ kubernetes/apps/default/dawarich/app Kustomization: default/dawarich HelmRelease: default/dawarich

@@ -64,13 +64,13 @@

             - secretRef:
                 name: dawarich-db
             - secretRef:
                 name: dawarich-keys
             image:
               repository: mirror.gcr.io/freikin/dawarich
-              tag: 0.37.3@sha256:efab2e677baf912f5cc68363ec26e648015fa2c703b4a0cf8e03418415e1ed0d
+              tag: 1.0.1@sha256:ce2a337a1c2d521cf7d5265abe5abb1f9a645322e7184b6a20fd8ff59943a9e1
             probes:
               liveness:
                 custom: true
                 enabled: true
                 spec:
                   httpGet:
@@ -113,13 +113,13 @@

             - secretRef:
                 name: dawarich-db
             - secretRef:
                 name: dawarich-keys
             image:
               repository: mirror.gcr.io/freikin/dawarich
-              tag: 0.37.3@sha256:efab2e677baf912f5cc68363ec26e648015fa2c703b4a0cf8e03418415e1ed0d
+              tag: 1.0.1@sha256:ce2a337a1c2d521cf7d5265abe5abb1f9a645322e7184b6a20fd8ff59943a9e1
             securityContext:
               allowPrivilegeEscalation: false
               capabilities:
                 drop:
                 - ALL
               readOnlyRootFilesystem: true

@renovate renovate bot force-pushed the renovate/mirror.gcr.io-freikin-dawarich-1.x branch from 3031126 to 11315c7 Compare January 26, 2026 06:05
@renovate renovate bot changed the title feat(container)!: Update image mirror.gcr.io/freikin/dawarich ( 0.37.3 ➔ 1.0.0 ) feat(container)!: Update image mirror.gcr.io/freikin/dawarich ( 0.37.3 ➔ 1.0.1 ) Jan 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant