0.15.11
Added
- Importing Immich data on the Imports page now will trigger an attempt to write raw json file with the data from Immich to
tmp/imports/immich_raw_data_CURRENT_TIME_USER_EMAIL.json
file. This is useful to debug the problem with the import if it fails. #270
Fixed
- New app version is now being checked every 6 hours instead of 1 day and the check is being performed in the background. #238
Changed
⚠️ The instruction to importRecords.json
from Google Takeout now mentionstmp/imports
directory instead ofpublic/imports
.⚠️ #326- Hostname definition for Sidekiq healtcheck to solve #344. See the diff:
dawarich_sidekiq:
image: freikin/dawarich:latest
container_name: dawarich_sidekiq
healthcheck:
- test: [ "CMD-SHELL", "bundle exec sidekiqmon processes | grep $(hostname)" ]
+ test: [ "CMD-SHELL", "bundle exec sidekiqmon processes | grep ${HOSTNAME}" ]
- Renamed directories used by app and sidekiq containers for gems cache to fix #339:
dawarich_app:
image: freikin/dawarich:latest
container_name: dawarich_sidekiq
volumes:
- - gem_cache:/usr/local/bundle/gems
+ - gem_cache:/usr/local/bundle/gems_app
...
dawarich_sidekiq:
image: freikin/dawarich:latest
container_name: dawarich_sidekiq
volumes:
- - gem_cache:/usr/local/bundle/gems
+ - gem_cache:/usr/local/bundle/gems_sidekiq
💙 This release is supported by James Manolios, chenrik and aldumil on Patreon 💙
What's Changed
- Bump pg from 1.5.8 to 1.5.9 by @dependabot in #357
- Bump rubocop-rails from 2.26.2 to 2.27.0 by @dependabot in #358
- Bump sidekiq from 7.3.2 to 7.3.4 by @dependabot in #359
- Bump factory_bot_rails from 6.4.3 to 6.4.4 by @dependabot in #360
- Bump rails from 7.2.1.1 to 7.2.1.2 by @dependabot in #361
Full Changelog: 0.15.10...0.15.11