Update freikin/dawarich Docker tag to v0.36.3 #27

Open
renovate-bot wants to merge 1 commit from renovate/freikin-dawarich-0.x into master
Member

This PR contains the following updates:

Package Type Update Change
freikin/dawarich Kustomization minor 0.32.0 -> 0.36.3

Release Notes

Freika/dawarich (freikin/dawarich)

v0.36.3

Compare Source

Added

  • Setting ARCHIVE_RAW_DATA env var to true will enable monthly raw data archiving for all users. It will look for points older than 2 months with raw_data column not empty and create a zip archive containing raw data files for each month. After successful archiving, raw data will be removed from the database to save space. Monthly archiving job is being run every day at 2:00 AM. Default env var value is false.
  • In map v2, user can now move points when Points layer is enabled. #​2024
  • In map v2, routes are now being rendered using same logic as in map v1, route-length-wise. #​2026

Fixed

  • Cities visited during a trip are now being calculated correctly. #​547 #​641 #​1686 #​1976
  • Points on the map are now show time in user's timezone. #​580 #​1035 #​1682
  • Date range inputs now handle pre-epoch dates gracefully by clamping to valid PostgreSQL integer range. #​685
  • Redis client now also being configured so that it could connect via unix socket. #​1970
  • Importing KML files now creates points with correct timestamps. #​1988
  • Importing KMZ files now works correctly.
  • Map settings are now being respected in map v2. #​2012

v0.36.2

Compare Source

The Map v2 release

In this release we're introducing Map v2 based on MapLibre GL JS. It brings better performance, smoother interactions and more features in the future. User can select between Map v1 (Leaflet) and Map v2 (MapLibre GL JS) in the Settings -> Map Settings. New map features will be added to Map v2 only.

Added

  • User can select between Map v1 (Leaflet) and Map v2 (MapLibre GL JS) in the User Settings.

Fixed

  • Heatmap and Fog of War now are moving correctly during map interactions on v2 map. #​1798
  • Polyline crossing international date line now are rendered correctly on v2 map. #​1162
  • Place popup tags parsing (MapLibre GL JS compatibility)
  • Stats calculation should be faster now.

v0.36.1

Compare Source

Fixed

  • Exporting user data now works a lot faster and consumes less memory.
  • Fix the restart loop. #​1937 #​1975

v0.36.0

Compare Source

OIDC and KML support release

So, you want to configure your OIDC provider. If not — skip to the actual changelog. You're going to need to provide at least 4 environment variables: OIDC_CLIENT_ID, OIDC_CLIENT_SECRET, OIDC_ISSUER, and OIDC_REDIRECT_URI. Then, if you want to rename the provider from "OpenID Connect" to something else (e.g. "Authentik"), set OIDC_PROVIDER_NAME variable as well. If you want to disable email/password registration and allow only OIDC login, set ALLOW_EMAIL_PASSWORD_REGISTRATION to false. After just 7 brand new environment variables, you'll never have to deal with passwords in Dawarich again!

Jokes aside, even though I'm not a fan of bloating the environment with too many variables, this is a nice addition and it will be reused in the cloud version of Dawarich as well. Thanks for waiting more than a year for this feature!

To configure your OIDC provider, set the following environment variables:

OIDC_CLIENT_ID=client_id_example
OIDC_CLIENT_SECRET=client_secret_example
OIDC_ISSUER=https://authentik.yourdomain.com/application/o/dawarich/
OIDC_REDIRECT_URI=https://your-dawarich-url.com/users/auth/openid_connect/callback
OIDC_AUTO_REGISTER=true # optional, default is false
OIDC_PROVIDER_NAME=YourProviderName # optional, default is OpenID Connect
ALLOW_EMAIL_PASSWORD_REGISTRATION=false # optional, default is true

Added

  • Support for KML file uploads. #​350
  • Added a commented line in the docker-compose.yml file to use an alternative PostGIS image for ARM architecture.
  • User can now create a place directly from the map and add tags and notes to it. If reverse geocoding is enabled, list of nearby places will be shown as suggestions.
  • User can create and manage tags for places.
  • Visits for manually created places are being suggested automatically, just like for areas.
  • User can enable or disable places layers on the map to show/hide all or just some of their visited places based on tags.
  • User can define privacy zones around places with specific tags to hide map data within a certain radius.
  • If user has a place tagged with a tag named "Home" (case insensitive), and this place doesn't have a privacy zone defined, this place will be used as home location for days with no tracked data. #​1659 #​1575

Fixed

  • The map settings panel is now scrollable
  • Fixed a bug where family location sharing settings were not being updated correctly. #​1940

Changed

  • Internal redis settings updated to implement support for connecting to Redis via unix socket. #​1706
  • Implemented authentication via GitHub and Google for Dawarich Cloud.
  • Implemented OpenID Connect authentication for self-hosted Dawarich instances. #​66

v0.35.1

Compare Source

Fixed

v0.35.0

Compare Source

⚠️ Important ⚠️

The default docker-compose.yml file has been updated to provide sensible defaults for self-hosted production environments. This should not break existing setups, but it's recommended to review your docker-compose.yml file and update it accordingly.

You can now set RAILS_ENV environment variable to production to run Dawarich in production mode.

Added

  • Selection tool on the map now can select points that user can delete in bulk. #​433

Fixed

  • Taiwan flag is now shown on its own instead of in combination with China flag.
  • On the registration page and other user forms, if something goes wrong, error messages are now shown to the user.
  • Leaving family, deleting family and cancelling invitations now prompt confirmation dialog to prevent accidental actions.
  • Each pending family invitation now also contains a link to share with the invitee.

Changed

  • Removed useless system tests and cover map functionality with Playwright e2e tests instead.
  • S3 storage now can be used in self-hosted instances as well. Set STORAGE_BACKEND environment variable to s3 and provide AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, AWS_REGION, AWS_BUCKET and AWS_ENDPOINT_URL environment variables to configure it.
  • Number of family members on self-hosted instances is no longer limited. #​1918
  • Export to GPX now adds speed and course to each point if they are available.
  • docker-compose.yml file updated to provide sensible defaults for self-hosted production environment.
  • .env.example file added with default environment variables.
  • Single Dockerfile introduced so Dawarich could be run in self-hosted mode in production environment.

v0.34.2

Compare Source

Fixed

  • Fixed a bug in UTM trackable concern. #​1909

v0.34.1

Compare Source

Fixed

  • Broken Stats page for users with no reverse geocoding enabled. #​1877

Changed

  • Date navigation on the map page is no longer shown as floating panel. It is now part of the top navigation bar to prevent overlapping with other map controls. #​1894 #​1881

Added

  • [Dawarich Cloud] Added support for UTM parameters during user registration. UTM parameters will be stored with the user record for marketing analytics purposes.

v0.34.0

Compare Source

The Family release

In this release we're introducing family features that allow users to create family groups, invite members, and share location data. Family owners can manage members, control sharing settings, and ensure secure access to shared information. Location sharing is optional and can be enabled or disabled by each member individually. Users can join only one family at a time. Location sharing settings can be set to share location for 1, 6, 12, 24 hours or permanently. Family features are now available only for self-hosted instances and will be available in the cloud in the future. When "Family members" layer is enabled on the map, family member markers will be updated in real-time.

Added

  • Users can now create family groups and invite members to join.

Fixed

  • Sign out button works again. #​1844
  • Fixed user deletion bug where user could not be deleted due to counter cache on points.
  • Users always have default distance unit set to kilometers. #​1832
  • All confirmation dialogs are now showing only once.

Changed

  • Minor versions of Dawarich are being built for ARM64 architecture as well again. #​1840
  • Importing process for Google Maps Timeline exports, GeoJSON and geodata from photos is now significantly faster.
  • The Map page now features a full-screen map.

v0.33.1

Compare Source

Changed

  • On the Trip page, instead of list of visited countries, a number of them is being shown. Clicking on it opens a modal with a list of countries visited during the trip. #​1731

Fixed

  • GET /api/v1/stats endpoint now returns correct 0 instead of null if no points were tracked in the requested period.
  • User import data now being streamed instead of loaded into memory all at once. This should prevent large imports from exhausting memory or hitting IO limits while reading export archives.
  • Popup for manual visit creation now looks better in both light and dark modes. #​1835
  • Fixed a bug where visit circles were not interactive on the map page. #​1833
  • Fixed a bug with stats sharing settings being not filled. #​1826
  • Fixed a bug where user could not be deleted due to counter cache on points. #​1818
  • Introduce apt-get upgrade before installing new packages in the docker image to prevent vulnerabilities. #​1793
  • Fixed time shift when creating visits manually. #​1679
  • Provide default map layer if user settings are not set.

v0.33.0

Compare Source

Fixed

  • Fix a bug where some points from Owntracks were not being processed correctly which prevented import from being created. #​1745
  • Hexagons for the stats page are now being calculated a lot faster.
  • Prometheus exporter is now not being started when console is being run.
  • Stats will now properly reflect countries and cities visited after importing new points.
  • GET /api/v1/points will now return correct latitude and longitude values. #​1502
  • Deleting an import will now trigger stats recalculation for affected months. #​1789
  • Importing process should now schedule visits suggestions job a lot faster.
  • Importing GPX files that start with <gpx tag will now be detected correctly. #​1775
  • Buttons on the map now have correct contrast in both light and dark modes.

Changed

  • Onboarding modal window now features a link to the App Store and a QR code to configure the Dawarich iOS app.
  • A permanent option was removed from stats sharing options. Now, stats can be shared for 1, 12 or 24 hours only.
  • User data archive importing now uploads the file directly to the storage service instead of uploading it to the app first.
  • Importing progress bars are now looking nice.
  • Ruby version was updated to 3.4.6.

Added

  • Based on preferred theme (light or dark), the map controls will now load with the corresponding styles.
  • [Dawarich Cloud] Added foundation for upcoming authentication from iOS app.
  • [Dawarich Cloud] Trial users can now create up to 5 imports. After that, they will be prompted to subscribe to a paid plan.
  • [Dawarich Cloud] Added Posthog analytics. Disabled by default, can be enabled with POSTHOG_ENABLED environment variable.

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 this update again.


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

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [freikin/dawarich](https://github.com/Freika/dawarich) | Kustomization | minor | `0.32.0` -> `0.36.3` | --- ### Release Notes <details> <summary>Freika/dawarich (freikin/dawarich)</summary> ### [`v0.36.3`](https://github.com/Freika/dawarich/blob/HEAD/CHANGELOG.md#0363---2025-12-14) [Compare Source](https://github.com/Freika/dawarich/compare/0.36.2...0.36.3) #### Added - Setting `ARCHIVE_RAW_DATA` env var to true will enable monthly raw data archiving for all users. It will look for points older than 2 months with `raw_data` column not empty and create a zip archive containing raw data files for each month. After successful archiving, raw data will be removed from the database to save space. Monthly archiving job is being run every day at 2:00 AM. Default env var value is false. - In map v2, user can now move points when Points layer is enabled. [#&#8203;2024](https://github.com/Freika/dawarich/issues/2024) - In map v2, routes are now being rendered using same logic as in map v1, route-length-wise. [#&#8203;2026](https://github.com/Freika/dawarich/issues/2026) #### Fixed - Cities visited during a trip are now being calculated correctly. [#&#8203;547](https://github.com/Freika/dawarich/issues/547) [#&#8203;641](https://github.com/Freika/dawarich/issues/641) [#&#8203;1686](https://github.com/Freika/dawarich/issues/1686) [#&#8203;1976](https://github.com/Freika/dawarich/issues/1976) - Points on the map are now show time in user's timezone. [#&#8203;580](https://github.com/Freika/dawarich/issues/580) [#&#8203;1035](https://github.com/Freika/dawarich/issues/1035) [#&#8203;1682](https://github.com/Freika/dawarich/issues/1682) - Date range inputs now handle pre-epoch dates gracefully by clamping to valid PostgreSQL integer range. [#&#8203;685](https://github.com/Freika/dawarich/issues/685) - Redis client now also being configured so that it could connect via unix socket. [#&#8203;1970](https://github.com/Freika/dawarich/issues/1970) - Importing KML files now creates points with correct timestamps. [#&#8203;1988](https://github.com/Freika/dawarich/issues/1988) - Importing KMZ files now works correctly. - Map settings are now being respected in map v2. [#&#8203;2012](https://github.com/Freika/dawarich/issues/2012) ### [`v0.36.2`](https://github.com/Freika/dawarich/blob/HEAD/CHANGELOG.md#0362---2025-12-06) [Compare Source](https://github.com/Freika/dawarich/compare/0.36.1...0.36.2) #### The Map v2 release In this release we're introducing Map v2 based on MapLibre GL JS. It brings better performance, smoother interactions and more features in the future. User can select between Map v1 (Leaflet) and Map v2 (MapLibre GL JS) in the Settings -> Map Settings. New map features will be added to Map v2 only. #### Added - User can select between Map v1 (Leaflet) and Map v2 (MapLibre GL JS) in the User Settings. #### Fixed - Heatmap and Fog of War now are moving correctly during map interactions on v2 map. [#&#8203;1798](https://github.com/Freika/dawarich/issues/1798) - Polyline crossing international date line now are rendered correctly on v2 map. [#&#8203;1162](https://github.com/Freika/dawarich/issues/1162) - Place popup tags parsing (MapLibre GL JS compatibility) - Stats calculation should be faster now. ### [`v0.36.1`](https://github.com/Freika/dawarich/blob/HEAD/CHANGELOG.md#0361---2025-11-29) [Compare Source](https://github.com/Freika/dawarich/compare/0.36.0...0.36.1) #### Fixed - Exporting user data now works a lot faster and consumes less memory. - Fix the restart loop. [#&#8203;1937](https://github.com/Freika/dawarich/issues/1937) [#&#8203;1975](https://github.com/Freika/dawarich/issues/1975) ### [`v0.36.0`](https://github.com/Freika/dawarich/blob/HEAD/CHANGELOG.md#0360---2025-11-24) [Compare Source](https://github.com/Freika/dawarich/compare/0.35.1...0.36.0) #### OIDC and KML support release So, you want to configure your OIDC provider. If not — skip to the actual changelog. You're going to need to provide at least 4 environment variables: `OIDC_CLIENT_ID`, `OIDC_CLIENT_SECRET`, `OIDC_ISSUER`, and `OIDC_REDIRECT_URI`. Then, if you want to rename the provider from "OpenID Connect" to something else (e.g. "Authentik"), set `OIDC_PROVIDER_NAME` variable as well. If you want to disable email/password registration and allow only OIDC login, set `ALLOW_EMAIL_PASSWORD_REGISTRATION` to `false`. After just 7 brand new environment variables, you'll never have to deal with passwords in Dawarich again! Jokes aside, even though I'm not a fan of bloating the environment with too many variables, this is a nice addition and it will be reused in the cloud version of Dawarich as well. Thanks for waiting more than a year for this feature! To configure your OIDC provider, set the following environment variables: ``` OIDC_CLIENT_ID=client_id_example OIDC_CLIENT_SECRET=client_secret_example OIDC_ISSUER=https://authentik.yourdomain.com/application/o/dawarich/ OIDC_REDIRECT_URI=https://your-dawarich-url.com/users/auth/openid_connect/callback OIDC_AUTO_REGISTER=true # optional, default is false OIDC_PROVIDER_NAME=YourProviderName # optional, default is OpenID Connect ALLOW_EMAIL_PASSWORD_REGISTRATION=false # optional, default is true ``` #### Added - Support for KML file uploads. [#&#8203;350](https://github.com/Freika/dawarich/issues/350) - Added a commented line in the `docker-compose.yml` file to use an alternative PostGIS image for ARM architecture. - User can now create a place directly from the map and add tags and notes to it. If reverse geocoding is enabled, list of nearby places will be shown as suggestions. - User can create and manage tags for places. - Visits for manually created places are being suggested automatically, just like for areas. - User can enable or disable places layers on the map to show/hide all or just some of their visited places based on tags. - User can define privacy zones around places with specific tags to hide map data within a certain radius. - If user has a place tagged with a tag named "Home" (case insensitive), and this place doesn't have a privacy zone defined, this place will be used as home location for days with no tracked data. [#&#8203;1659](https://github.com/Freika/dawarich/issues/1659) [#&#8203;1575](https://github.com/Freika/dawarich/issues/1575) #### Fixed - The map settings panel is now scrollable - Fixed a bug where family location sharing settings were not being updated correctly. [#&#8203;1940](https://github.com/Freika/dawarich/issues/1940) #### Changed - Internal redis settings updated to implement support for connecting to Redis via unix socket. [#&#8203;1706](https://github.com/Freika/dawarich/issues/1706) - Implemented authentication via GitHub and Google for Dawarich Cloud. - Implemented OpenID Connect authentication for self-hosted Dawarich instances. [#&#8203;66](https://github.com/Freika/dawarich/issues/66) ### [`v0.35.1`](https://github.com/Freika/dawarich/blob/HEAD/CHANGELOG.md#0351---2025-11-09) [Compare Source](https://github.com/Freika/dawarich/compare/0.35.0...0.35.1) #### Fixed - StrongMigration issue [#&#8203;1931](https://github.com/Freika/dawarich/issues/1931) ### [`v0.35.0`](https://github.com/Freika/dawarich/blob/HEAD/CHANGELOG.md#0350---2025-11-09) [Compare Source](https://github.com/Freika/dawarich/compare/0.34.2...0.35.0) ⚠️ Important ⚠️ The default `docker-compose.yml` file has been updated to provide sensible defaults for self-hosted production environments. This should not break existing setups, but it's recommended to review your `docker-compose.yml` file and update it accordingly. You can now set `RAILS_ENV` environment variable to `production` to run Dawarich in production mode. #### Added - Selection tool on the map now can select points that user can delete in bulk. [#&#8203;433](https://github.com/Freika/dawarich/issues/433) #### Fixed - Taiwan flag is now shown on its own instead of in combination with China flag. - On the registration page and other user forms, if something goes wrong, error messages are now shown to the user. - Leaving family, deleting family and cancelling invitations now prompt confirmation dialog to prevent accidental actions. - Each pending family invitation now also contains a link to share with the invitee. #### Changed - Removed useless system tests and cover map functionality with Playwright e2e tests instead. - S3 storage now can be used in self-hosted instances as well. Set STORAGE\_BACKEND environment variable to `s3` and provide `AWS_ACCESS_KEY_ID`, `AWS_SECRET_ACCESS_KEY`, `AWS_REGION`, `AWS_BUCKET` and `AWS_ENDPOINT_URL` environment variables to configure it. - Number of family members on self-hosted instances is no longer limited. [#&#8203;1918](https://github.com/Freika/dawarich/issues/1918) - Export to GPX now adds speed and course to each point if they are available. - `docker-compose.yml` file updated to provide sensible defaults for self-hosted production environment. - `.env.example` file added with default environment variables. - Single Dockerfile introduced so Dawarich could be run in self-hosted mode in production environment. ### [`v0.34.2`](https://github.com/Freika/dawarich/blob/HEAD/CHANGELOG.md#0342---2025-10-31) [Compare Source](https://github.com/Freika/dawarich/compare/0.34.1...0.34.2) #### Fixed - Fixed a bug in UTM trackable concern. [#&#8203;1909](https://github.com/Freika/dawarich/issues/1909) ### [`v0.34.1`](https://github.com/Freika/dawarich/blob/HEAD/CHANGELOG.md#0341---2025-10-30) [Compare Source](https://github.com/Freika/dawarich/compare/0.34.0...0.34.1) #### Fixed - Broken Stats page for users with no reverse geocoding enabled. [#&#8203;1877](https://github.com/Freika/dawarich/issues/1877) #### Changed - Date navigation on the map page is no longer shown as floating panel. It is now part of the top navigation bar to prevent overlapping with other map controls. [#&#8203;1894](https://github.com/Freika/dawarich/issues/1894) [#&#8203;1881](https://github.com/Freika/dawarich/issues/1881) #### Added - \[Dawarich Cloud] Added support for UTM parameters during user registration. UTM parameters will be stored with the user record for marketing analytics purposes. ### [`v0.34.0`](https://github.com/Freika/dawarich/blob/HEAD/CHANGELOG.md#0340---2025-10-10) [Compare Source](https://github.com/Freika/dawarich/compare/0.33.1...0.34.0) #### The Family release In this release we're introducing family features that allow users to create family groups, invite members, and share location data. Family owners can manage members, control sharing settings, and ensure secure access to shared information. Location sharing is optional and can be enabled or disabled by each member individually. Users can join only one family at a time. Location sharing settings can be set to share location for 1, 6, 12, 24 hours or permanently. Family features are now available only for self-hosted instances and will be available in the cloud in the future. When "Family members" layer is enabled on the map, family member markers will be updated in real-time. #### Added - Users can now create family groups and invite members to join. #### Fixed - Sign out button works again. [#&#8203;1844](https://github.com/Freika/dawarich/issues/1844) - Fixed user deletion bug where user could not be deleted due to counter cache on points. - Users always have default distance unit set to kilometers. [#&#8203;1832](https://github.com/Freika/dawarich/issues/1832) - All confirmation dialogs are now showing only once. #### Changed - Minor versions of Dawarich are being built for ARM64 architecture as well again. [#&#8203;1840](https://github.com/Freika/dawarich/issues/1840) - Importing process for Google Maps Timeline exports, GeoJSON and geodata from photos is now significantly faster. - The Map page now features a full-screen map. ### [`v0.33.1`](https://github.com/Freika/dawarich/blob/HEAD/CHANGELOG.md#0331---2025-10-07) [Compare Source](https://github.com/Freika/dawarich/compare/0.33.0...0.33.1) #### Changed - On the Trip page, instead of list of visited countries, a number of them is being shown. Clicking on it opens a modal with a list of countries visited during the trip. [#&#8203;1731](https://github.com/Freika/dawarich/issues/1731) #### Fixed - `GET /api/v1/stats` endpoint now returns correct 0 instead of null if no points were tracked in the requested period. - User import data now being streamed instead of loaded into memory all at once. This should prevent large imports from exhausting memory or hitting IO limits while reading export archives. - Popup for manual visit creation now looks better in both light and dark modes. [#&#8203;1835](https://github.com/Freika/dawarich/issues/1835) - Fixed a bug where visit circles were not interactive on the map page. [#&#8203;1833](https://github.com/Freika/dawarich/issues/1833) - Fixed a bug with stats sharing settings being not filled. [#&#8203;1826](https://github.com/Freika/dawarich/issues/1826) - Fixed a bug where user could not be deleted due to counter cache on points. [#&#8203;1818](https://github.com/Freika/dawarich/issues/1818) - Introduce apt-get upgrade before installing new packages in the docker image to prevent vulnerabilities. [#&#8203;1793](https://github.com/Freika/dawarich/issues/1793) - Fixed time shift when creating visits manually. [#&#8203;1679](https://github.com/Freika/dawarich/issues/1679) - Provide default map layer if user settings are not set. ### [`v0.33.0`](https://github.com/Freika/dawarich/blob/HEAD/CHANGELOG.md#0330---2025-09-29) [Compare Source](https://github.com/Freika/dawarich/compare/0.32.0...0.33.0) #### Fixed - Fix a bug where some points from Owntracks were not being processed correctly which prevented import from being created. [#&#8203;1745](https://github.com/Freika/dawarich/issues/1745) - Hexagons for the stats page are now being calculated a lot faster. - Prometheus exporter is now not being started when console is being run. - Stats will now properly reflect countries and cities visited after importing new points. - `GET /api/v1/points` will now return correct latitude and longitude values. [#&#8203;1502](https://github.com/Freika/dawarich/issues/1502) - Deleting an import will now trigger stats recalculation for affected months. [#&#8203;1789](https://github.com/Freika/dawarich/issues/1789) - Importing process should now schedule visits suggestions job a lot faster. - Importing GPX files that start with `<gpx` tag will now be detected correctly. [#&#8203;1775](https://github.com/Freika/dawarich/issues/1775) - Buttons on the map now have correct contrast in both light and dark modes. #### Changed - Onboarding modal window now features a link to the App Store and a QR code to configure the Dawarich iOS app. - A permanent option was removed from stats sharing options. Now, stats can be shared for 1, 12 or 24 hours only. - User data archive importing now uploads the file directly to the storage service instead of uploading it to the app first. - Importing progress bars are now looking nice. - Ruby version was updated to 3.4.6. #### Added - Based on preferred theme (light or dark), the map controls will now load with the corresponding styles. - \[Dawarich Cloud] Added foundation for upcoming authentication from iOS app. - \[Dawarich Cloud] Trial users can now create up to 5 imports. After that, they will be prompted to subscribe to a paid plan. - \[Dawarich Cloud] Added Posthog analytics. Disabled by default, can be enabled with POSTHOG\_ENABLED environment variable. </details> --- ### 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 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://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS45MS4wIiwidXBkYXRlZEluVmVyIjoiNDEuOTEuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
renovate-bot force-pushed renovate/freikin-dawarich-0.x from b3e00bdd7c to 84ec434e14 2025-10-07 21:03:22 +00:00 Compare
renovate-bot changed title from chore(deps): update freikin/dawarich docker tag to v0.33.0 to chore(deps): update freikin/dawarich docker tag to v0.33.1 2025-10-07 21:03:24 +00:00
renovate-bot force-pushed renovate/freikin-dawarich-0.x from 84ec434e14 to e4ead27eae 2025-10-25 19:02:41 +00:00 Compare
renovate-bot changed title from chore(deps): update freikin/dawarich docker tag to v0.33.1 to chore(deps): update freikin/dawarich docker tag to v0.34.0 2025-10-25 19:02:43 +00:00
renovate-bot force-pushed renovate/freikin-dawarich-0.x from e4ead27eae to 836d561661 2025-10-30 20:02:57 +00:00 Compare
renovate-bot changed title from chore(deps): update freikin/dawarich docker tag to v0.34.0 to chore(deps): update freikin/dawarich docker tag to v0.34.1 2025-10-30 20:02:59 +00:00
renovate-bot force-pushed renovate/freikin-dawarich-0.x from 836d561661 to 155c6cb7be 2025-10-31 20:02:56 +00:00 Compare
renovate-bot changed title from chore(deps): update freikin/dawarich docker tag to v0.34.1 to chore(deps): update freikin/dawarich docker tag to v0.34.2 2025-10-31 20:02:58 +00:00
renovate-bot force-pushed renovate/freikin-dawarich-0.x from 155c6cb7be to fb9b0f89ca 2025-11-09 20:02:50 +00:00 Compare
renovate-bot changed title from chore(deps): update freikin/dawarich docker tag to v0.34.2 to chore(deps): update freikin/dawarich docker tag to v0.35.0 2025-11-09 20:02:52 +00:00
renovate-bot force-pushed renovate/freikin-dawarich-0.x from fb9b0f89ca to ae41eb707a 2025-11-10 00:02:48 +00:00 Compare
renovate-bot changed title from chore(deps): update freikin/dawarich docker tag to v0.35.0 to chore(deps): update freikin/dawarich docker tag to v0.35.1 2025-11-10 00:02:51 +00:00
renovate-bot changed title from chore(deps): update freikin/dawarich docker tag to v0.35.1 to Update freikin/dawarich Docker tag to v0.35.1 2025-11-21 00:03:17 +00:00
renovate-bot force-pushed renovate/freikin-dawarich-0.x from ae41eb707a to b27fb638d4 2025-11-24 20:03:11 +00:00 Compare
renovate-bot changed title from Update freikin/dawarich Docker tag to v0.35.1 to Update freikin/dawarich Docker tag to v0.36.0 2025-11-24 20:03:13 +00:00
renovate-bot force-pushed renovate/freikin-dawarich-0.x from b27fb638d4 to 4cf3a0600c 2025-11-29 20:03:07 +00:00 Compare
renovate-bot changed title from Update freikin/dawarich Docker tag to v0.36.0 to Update freikin/dawarich Docker tag to v0.36.1 2025-11-29 20:03:10 +00:00
renovate-bot force-pushed renovate/freikin-dawarich-0.x from 4cf3a0600c to 147d81d9ac 2025-12-06 21:03:21 +00:00 Compare
renovate-bot changed title from Update freikin/dawarich Docker tag to v0.36.1 to Update freikin/dawarich Docker tag to v0.36.2 2025-12-06 21:03:23 +00:00
renovate-bot force-pushed renovate/freikin-dawarich-0.x from 147d81d9ac to b8b653d7a8 2025-12-14 13:03:17 +00:00 Compare
renovate-bot changed title from Update freikin/dawarich Docker tag to v0.36.2 to Update freikin/dawarich Docker tag to v0.36.3 2025-12-14 13:03:20 +00:00
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/freikin-dawarich-0.x:renovate/freikin-dawarich-0.x
git switch renovate/freikin-dawarich-0.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch master
git merge --no-ff renovate/freikin-dawarich-0.x
git switch renovate/freikin-dawarich-0.x
git rebase master
git switch master
git merge --ff-only renovate/freikin-dawarich-0.x
git switch renovate/freikin-dawarich-0.x
git rebase master
git switch master
git merge --no-ff renovate/freikin-dawarich-0.x
git switch master
git merge --squash renovate/freikin-dawarich-0.x
git switch master
git merge --ff-only renovate/freikin-dawarich-0.x
git switch master
git merge renovate/freikin-dawarich-0.x
git push origin master
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
KropCloud/services!27
No description provided.