Upgrade Frigate 0.17.0-rc2 → 0.17.1, add motion retention tier

Bump from RC to latest stable (security fixes for config endpoint and
cross-camera auth). Add new 0.17 motion retention tier at 365 days,
reduce continuous from 180 to 30 days.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Erich Blume 2026-03-24 07:30:18 -07:00
commit bec554110a
4 changed files with 7 additions and 4 deletions

View file

@ -70,7 +70,9 @@ model:
record: record:
enabled: true enabled: true
continuous: continuous:
days: 180 days: 30
motion:
days: 365
alerts: alerts:
retain: retain:
days: 730 days: 730

View file

@ -16,7 +16,7 @@ images:
- name: busybox - name: busybox
newTag: "1.37" newTag: "1.37"
- name: ghcr.io/blakeblackshear/frigate - name: ghcr.io/blakeblackshear/frigate
newTag: 0.17.0-rc2-tensorrt newTag: 0.17.1-tensorrt
- name: ghcr.io/0x2142/frigate-notify - name: ghcr.io/0x2142/frigate-notify
newTag: v0.5.4 newTag: v0.5.4

View file

@ -0,0 +1 @@
Upgrade Frigate from 0.17.0-rc2 to 0.17.1 (security fixes, bugfixes). Add motion retention tier (365 days), reduce continuous retention from 180 to 30 days.

View file

@ -53,8 +53,8 @@ services:
- name: frigate - name: frigate
type: argocd type: argocd
last-reviewed: 2026-02-17 last-reviewed: 2026-03-24
current-version: "0.17.0-rc2" current-version: "0.17.1"
upstream-source: https://github.com/blakeblackshear/frigate/releases upstream-source: https://github.com/blakeblackshear/frigate/releases
- name: frigate-notify - name: frigate-notify