Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update frigate to version v0.15.0 #2193

Merged
merged 3 commits into from
Feb 18, 2025
Merged

Update frigate to version v0.15.0 #2193

merged 3 commits into from
Feb 18, 2025

Conversation

nmfretz
Copy link
Contributor

@nmfretz nmfretz commented Feb 17, 2025

🤖 This is an automated pull request to update frigate to version v0.15.0. This PR must be reviewed and tested before merging.

Auto-generated update considerations:

  • Database backup recommended before upgrade - copy frigate.db file when Frigate is stopped
  • SHM system rewritten - requires correct shm_size setting, check logs for warnings about required size
  • Recording configuration structure changed - verify retention settings for alerts and detections after upgrade
  • FFmpeg updated to version 7 - Intel users may need to change hwaccel presets (vaapi to intel-qsv-h264/h265)
  • FFmpeg path changes - go2rtc 'exec' streams need full path '/usr/lib/ffmpeg/7.0/bin/ffmpeg'
  • go2rtc config needs 'bin: ffmpeg' removed if present
  • Model configuration simplified - 'model' config under 'detector' changed to simple 'model_path' string
  • New storage requirements for Semantic Search feature - 16GB RAM and GPU recommended
  • Database will store new data if GenAI Search feature is enabled

Original GitHub release notes

@nmfretz
Copy link
Contributor Author

nmfretz commented Feb 17, 2025

🤖 This is an automated summary of installation tests for frigate:

  • ✅ App successfully installed in umbrel-dev instance
  • ❌ App not listed in umbrel.yaml
  • ⚠️ App UI accessibility was not tested

This PR must still be reviewed and tested before merging.

Copy link

⚠️   Linting finished with 1 warning   ⚠️

Thank you for your submission! This is an automated linter that checks for common issues in pull requests to the Umbrel App Store.

Please review the linting results below and make any necessary changes to your submission.

Linting Results

Severity File Description
ℹ️ frigate/docker-compose.yml External port mapping "8554:8554":
Port mappings may be unnecessary for the app to function correctly. Docker's internal DNS resolves container names to IP addresses within the same network. External access to the web interface is handled by the app_proxy container. Port mappings are only needed if external access is required to a port not proxied by the app_proxy, or if an app needs to expose multiple ports for its functionality (e.g., DHCP, DNS, P2P, etc.).
ℹ️ frigate/docker-compose.yml External port mapping "8555:8555/tcp":
Port mappings may be unnecessary for the app to function correctly. Docker's internal DNS resolves container names to IP addresses within the same network. External access to the web interface is handled by the app_proxy container. Port mappings are only needed if external access is required to a port not proxied by the app_proxy, or if an app needs to expose multiple ports for its functionality (e.g., DHCP, DNS, P2P, etc.).
ℹ️ frigate/docker-compose.yml External port mapping "8555:8555/udp":
Port mappings may be unnecessary for the app to function correctly. Docker's internal DNS resolves container names to IP addresses within the same network. External access to the web interface is handled by the app_proxy container. Port mappings are only needed if external access is required to a port not proxied by the app_proxy, or if an app needs to expose multiple ports for its functionality (e.g., DHCP, DNS, P2P, etc.).
ℹ️ frigate/docker-compose.yml Potentially using unsafe user in service "web":
The default container user "root" can lead to security vulnerabilities. If you are using the root user, please try to specify a different user (e.g. "1000:1000") in the compose file or try to set the UID/PUID and GID/PGID environment variables to 1000.
⚠️ frigate/docker-compose.yml Invalid restart policy:
The restart policy of the container "web" should be set to "on-failure".

Legend

Symbol Description
Error: This must be resolved before this PR can be merged.
⚠️ Warning: This is highly encouraged to be resolved, but is not strictly mandatory.
ℹ️ Info: This is just for your information.

@nmfretz
Copy link
Contributor Author

nmfretz commented Feb 18, 2025

  • tweaked release notes
  • commented out optional tmpfs volume which results in error on umbrelOS 1.4
  • tested app update and fresh install

@nmfretz nmfretz merged commit f3ebd86 into master Feb 18, 2025
1 check passed
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.

1 participant