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:
parent
b96b4dad47
commit
bec554110a
4 changed files with 7 additions and 4 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
1
docs/changelog.d/+frigate-0.17.1.infra.md
Normal file
1
docs/changelog.d/+frigate-0.17.1.infra.md
Normal 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.
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue