Update frigate to v0.15.1 (#2574)

This commit is contained in:
Alexander L. 2025-04-15 13:29:58 +02:00 committed by GitHub
parent f9785f645a
commit eba2250851
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 10 deletions

View File

@ -10,7 +10,7 @@ services:
web:
privileged: true # this may not be necessary for all setups
restart: unless-stopped
image: ghcr.io/blakeblackshear/frigate:0.15.0@sha256:dc77295ccc5a7258510ab6b1d9d5b7a339027305e2d29224338534febc4d1e89
image: ghcr.io/blakeblackshear/frigate:0.15.1@sha256:c4e02d2c511847eebbda8e0e370b41c78e7b51247353de79340e06c3e95f11be
shm_size: "128mb" # update for your cameras based on calculation above
devices:
- /dev:/dev

View File

@ -2,7 +2,7 @@ manifestVersion: 1
id: frigate
category: automation
name: Frigate
version: "0.15.0"
version: "0.15.1"
tagline: A complete and local NVR
description: >-
A complete and local NVR designed for Home Assistant with AI object detection.
@ -20,14 +20,9 @@ releaseNotes: >-
⚠️ As usual, Frigate will attempt to update its configuration automatically. It is still recommended to back up your current config and database before upgrading.
Key changes include:
- Rewritten shared memory (SHM) system for improved stability
- New recording configuration for better control of alerts and detections retention
- New Explore feature for searching and exploring tracked objects
- Native notifications support via WebPush protocol
- Improved tools for debugging with Review Item Details and Object Lifecycle panes
- New object detectors including ONNX, AMD MiGraphX, and Hailo-8 support
- Enhanced UI with improved storage metrics, camera stream info, and keyboard shortcuts
This is a maintenance release that includes two bugfixes:
- Fixed a crash in the 'get_current_frame()' function
- Fixed the TensorRT model preparation script
Full release notes are available at https://github.com/blakeblackshear/frigate/releases